{
  "_args": [
    [
      {
        "raw": "jsdom@^9.8.0",
        "scope": null,
        "escapedName": "jsdom",
        "name": "jsdom",
        "rawSpec": "^9.8.0",
        "spec": ">=9.8.0 <10.0.0",
        "type": "range"
      },
      "/Users/huygn/src/github.com/dwarvesf/create-react-app/packages/react-scripts/node_modules/jest-environment-jsdom"
    ]
  ],
  "_from": "jsdom@>=9.8.0 <10.0.0",
  "_id": "jsdom@9.8.3",
  "_inCache": true,
  "_installable": true,
  "_location": "/jsdom",
  "_nodeVersion": "4.2.2",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/jsdom-9.8.3.tgz_1477383188357_0.6694849939085543"
  },
  "_npmUser": {
    "name": "sebmaster",
    "email": "sebmaster16@gmail.com"
  },
  "_npmVersion": "2.14.7",
  "_phantomChildren": {},
  "_requested": {
    "raw": "jsdom@^9.8.0",
    "scope": null,
    "escapedName": "jsdom",
    "name": "jsdom",
    "rawSpec": "^9.8.0",
    "spec": ">=9.8.0 <10.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/jest-environment-jsdom"
  ],
  "_resolved": "https://registry.npmjs.org/jsdom/-/jsdom-9.8.3.tgz",
  "_shasum": "fde29c109c32a1131e0b6c65914e64198f97c370",
  "_shrinkwrap": null,
  "_spec": "jsdom@^9.8.0",
  "_where": "/Users/huygn/src/github.com/dwarvesf/create-react-app/packages/react-scripts/node_modules/jest-environment-jsdom",
  "browser": {
    "canvas": false,
    "vm": "./lib/jsdom/vm-shim.js"
  },
  "bugs": {
    "url": "https://github.com/tmpvar/jsdom/issues"
  },
  "dependencies": {
    "abab": "^1.0.0",
    "acorn": "^2.4.0",
    "acorn-globals": "^1.0.4",
    "array-equal": "^1.0.0",
    "content-type-parser": "^1.0.1",
    "cssom": ">= 0.3.0 < 0.4.0",
    "cssstyle": ">= 0.2.36 < 0.3.0",
    "escodegen": "^1.6.1",
    "html-encoding-sniffer": "^1.0.1",
    "iconv-lite": "^0.4.13",
    "nwmatcher": ">= 1.3.7 < 2.0.0",
    "parse5": "^1.5.1",
    "request": "^2.55.0",
    "sax": "^1.1.4",
    "symbol-tree": ">= 3.1.0 < 4.0.0",
    "tough-cookie": "^2.3.1",
    "webidl-conversions": "^3.0.1",
    "whatwg-encoding": "^1.0.1",
    "whatwg-url": "^3.0.0",
    "xml-name-validator": ">= 2.0.1 < 3.0.0"
  },
  "description": "A JavaScript implementation of the DOM and HTML standards",
  "devDependencies": {
    "benchmark": "1.0.0",
    "browserify": "^13.0.0",
    "chai": "^3.5.0",
    "colors": "^1.0.3",
    "eslint": "^2.10.1",
    "eslint-plugin-html": "^1.0.4",
    "fs-readdir-recursive": "^1.0.0",
    "http-server": "^0.8.0",
    "jscs": "^2.5.0",
    "karma": "^0.13.19",
    "karma-browserify": "^5.0.1",
    "karma-chrome-launcher": "^0.2.2",
    "karma-mocha": "^0.2.1",
    "karma-mocha-webworker": "^1.1.1",
    "karma-sauce-launcher": "^0.3.0",
    "mocha": "^2.4.5",
    "mocha-sugar-free": ">=1.3.0 < 2.0.0",
    "nodeunit": "0.9.1",
    "optimist": "0.6.1",
    "portfinder": "0.4.0",
    "q": "^1.2.0",
    "selenium-standalone": "^4.6.1",
    "st": "^0.5.5",
    "watchify": "^3.7.0",
    "wd": "0.3.12",
    "webidl2js": "^5.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "fde29c109c32a1131e0b6c65914e64198f97c370",
    "tarball": "https://registry.npmjs.org/jsdom/-/jsdom-9.8.3.tgz"
  },
  "gitHead": "37be2eaa044f943ace435f370c68c5b0033d9ebd",
  "homepage": "https://github.com/tmpvar/jsdom#readme",
  "keywords": [
    "dom",
    "html",
    "whatwg",
    "w3c"
  ],
  "license": "MIT",
  "main": "./lib/jsdom",
  "maintainers": [
    {
      "name": "tmpvar",
      "email": "tmpvar@gmail.com"
    },
    {
      "name": "domenic",
      "email": "domenic@domenicdenicola.com"
    },
    {
      "name": "sebmaster",
      "email": "sebmaster16@gmail.com"
    }
  ],
  "name": "jsdom",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tmpvar/jsdom.git"
  },
  "scripts": {
    "benchmark": "node ./benchmark/runner",
    "benchmark-browser": "node ./benchmark/runner --bundle",
    "convert-idl": "node ./scripts/webidl/convert",
    "lint": "eslint . && eslint test/web-platform-tests/to-upstream --ext .html",
    "prepublish": "npm run convert-idl",
    "pretest": "npm run convert-idl && git submodule update --init --recursive",
    "test": "npm run test-mocha-all && npm run test-old",
    "test-browser": "npm run test-karma && npm run test-karma-worker && npm run test-browser-old",
    "test-browser-old": "node ./test/browser-runner",
    "test-karma": "karma start test/karma.conf.js",
    "test-karma-worker": "karma start test/karma-webworker.conf.js",
    "test-mocha": "mocha",
    "test-mocha-all": "mocha test/index.js",
    "test-old": "node ./test/runner",
    "test-tuwpt": "mocha test/web-platform-tests/to-upstream.js",
    "test-wpt": "mocha test/web-platform-tests/index.js",
    "update-authors": "git log --format=\"%aN <%aE>\" | sort -f | uniq > AUTHORS.txt"
  },
  "version": "9.8.3"
}
