package.json 5.26 KB
{
  "_dependenciesComments": {
    "parse5": "Pinned to exact version number because we monkeypatch its internals (see htmltodom.js)"
  },
  "_from": "jsdom@^16.4.0",
  "_id": "jsdom@16.4.0",
  "_inBundle": false,
  "_integrity": "sha512-lYMm3wYdgPhrl7pDcRmvzPhhrGVBeVhPIqeHjzeiHN3DFmD1RBpbExbi8vU7BJdH8VAZYovR8DMt0PNNDM7k8w==",
  "_location": "/jsdom",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "jsdom@^16.4.0",
    "name": "jsdom",
    "escapedName": "jsdom",
    "rawSpec": "^16.4.0",
    "saveSpec": null,
    "fetchSpec": "^16.4.0"
  },
  "_requiredBy": [
    "/jest-environment-jsdom"
  ],
  "_resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.4.0.tgz",
  "_shasum": "36005bde2d136f73eee1a830c6d45e55408edddb",
  "_spec": "jsdom@^16.4.0",
  "_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\jest-environment-jsdom",
  "browser": {
    "canvas": false,
    "vm": "./lib/jsdom/vm-shim.js",
    "./lib/jsdom/living/websockets/WebSocket-impl.js": "./lib/jsdom/living/websockets/WebSocket-impl-browser.js"
  },
  "bugs": {
    "url": "https://github.com/jsdom/jsdom/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "abab": "^2.0.3",
    "acorn": "^7.1.1",
    "acorn-globals": "^6.0.0",
    "cssom": "^0.4.4",
    "cssstyle": "^2.2.0",
    "data-urls": "^2.0.0",
    "decimal.js": "^10.2.0",
    "domexception": "^2.0.1",
    "escodegen": "^1.14.1",
    "html-encoding-sniffer": "^2.0.1",
    "is-potential-custom-element-name": "^1.0.0",
    "nwsapi": "^2.2.0",
    "parse5": "5.1.1",
    "request": "^2.88.2",
    "request-promise-native": "^1.0.8",
    "saxes": "^5.0.0",
    "symbol-tree": "^3.2.4",
    "tough-cookie": "^3.0.1",
    "w3c-hr-time": "^1.0.2",
    "w3c-xmlserializer": "^2.0.0",
    "webidl-conversions": "^6.1.0",
    "whatwg-encoding": "^1.0.5",
    "whatwg-mimetype": "^2.3.0",
    "whatwg-url": "^8.0.0",
    "ws": "^7.2.3",
    "xml-name-validator": "^3.0.0"
  },
  "deprecated": false,
  "description": "A JavaScript implementation of many web standards",
  "devDependencies": {
    "benchmark": "^2.1.4",
    "browserify": "^16.5.0",
    "chai": "^4.2.0",
    "eslint": "^6.8.0",
    "eslint-find-rules": "^3.4.0",
    "eslint-plugin-html": "^6.0.0",
    "eslint-plugin-jsdom-internal": "link:./scripts/eslint-plugin",
    "js-yaml": "^3.13.1",
    "karma": "^4.4.1",
    "karma-browserify": "^7.0.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-mocha": "^1.3.0",
    "karma-mocha-webworker": "^1.3.0",
    "minimatch": "^3.0.4",
    "mocha": "^7.1.1",
    "mocha-sugar-free": "^1.4.0",
    "optimist": "0.6.1",
    "portfinder": "^1.0.25",
    "rimraf": "^3.0.2",
    "server-destroy": "^1.0.1",
    "st": "^2.0.0",
    "watchify": "^3.11.1",
    "wd": "^1.12.1",
    "webidl2js": "^16.0.0"
  },
  "engines": {
    "node": ">=10"
  },
  "homepage": "https://github.com/jsdom/jsdom#readme",
  "keywords": [
    "dom",
    "html",
    "whatwg",
    "w3c"
  ],
  "license": "MIT",
  "main": "./lib/api.js",
  "maintainers": [
    {
      "name": "Elijah Insua",
      "email": "tmpvar@gmail.com",
      "url": "http://tmpvar.com"
    },
    {
      "name": "Domenic Denicola",
      "email": "d@domenic.me",
      "url": "https://domenic.me/"
    },
    {
      "name": "Sebastian Mayr",
      "email": "sebmaster16@gmail.com",
      "url": "https://blog.smayr.name/"
    },
    {
      "name": "Joris van der Wel",
      "email": "joris@jorisvanderwel.com"
    },
    {
      "name": "Timothy Gu",
      "email": "timothygu99@gmail.com",
      "url": "https://timothygu.me/"
    },
    {
      "name": "Magne Andersson",
      "email": "code@zirro.se",
      "url": "https://zirro.se/"
    },
    {
      "name": "Pierre-Marie Dartus",
      "email": "dartus.pierremarie@gmail.com"
    }
  ],
  "name": "jsdom",
  "peerDependencies": {
    "canvas": "^2.5.0"
  },
  "peerDependenciesMeta": {
    "canvas": {
      "optional": true
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jsdom/jsdom.git"
  },
  "scripts": {
    "benchmark": "node ./benchmark/runner",
    "benchmark-browser": "node ./benchmark/runner --bundle",
    "convert-idl": "node ./scripts/webidl/convert.js",
    "generate-js-globals": "node ./scripts/generate-js-globals.js",
    "init-wpt": "git submodule update --init --recursive",
    "lint": "eslint . --cache --ext .js,.html",
    "lint-is-complete": "eslint-find-rules --unused .eslintrc.json",
    "prepare": "yarn convert-idl && yarn generate-js-globals",
    "pretest": "yarn prepare && yarn init-wpt",
    "reset-wpt": "rimraf ./test/web-platform-tests/tests && yarn init-wpt",
    "test": "mocha test/index.js",
    "test-api": "mocha test/api",
    "test-browser": "yarn test-browser-iframe && yarn test-browser-worker",
    "test-browser-iframe": "karma start test/karma.conf.js",
    "test-browser-worker": "karma start test/karma-webworker.conf.js",
    "test-mocha": "mocha",
    "test-tuwpt": "mocha test/web-platform-tests/run-tuwpts.js",
    "test-wpt": "mocha test/web-platform-tests/run-wpts.js",
    "update-authors": "git log --format=\"%aN <%aE>\" | sort -f | uniq > AUTHORS.txt",
    "update-wpt": "git submodule update --recursive --remote && cd test/web-platform-tests/tests && python wpt.py manifest --path ../wpt-manifest.json"
  },
  "version": "16.4.0"
}