GT2/Ejectable/node_modules/jsdom/package.json

172 lines
5.0 KiB
JSON

{
"_dependenciesComments": {
"parse5": "Pinned to exact version number because we monkeypatch its internals (see htmltodom.js)"
},
"_from": "jsdom@^15.2.1",
"_id": "jsdom@15.2.1",
"_inBundle": false,
"_integrity": "sha512-fAl1W0/7T2G5vURSyxBzrJ1LSdQn6Tr5UX/xD4PXDx/PDgwygedfW6El/KIj3xJ7FU61TTYnc/l/B7P49Eqt6g==",
"_location": "/jsdom",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "jsdom@^15.2.1",
"name": "jsdom",
"escapedName": "jsdom",
"rawSpec": "^15.2.1",
"saveSpec": null,
"fetchSpec": "^15.2.1"
},
"_requiredBy": [
"/jest-environment-jsdom"
],
"_resolved": "https://registry.npmjs.org/jsdom/-/jsdom-15.2.1.tgz",
"_shasum": "d2feb1aef7183f86be521b8c6833ff5296d07ec5",
"_spec": "jsdom@^15.2.1",
"_where": "/jd/work/GT2/newMaster/Ejectable/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.0",
"acorn": "^7.1.0",
"acorn-globals": "^4.3.2",
"array-equal": "^1.0.0",
"cssom": "^0.4.1",
"cssstyle": "^2.0.0",
"data-urls": "^1.1.0",
"domexception": "^1.0.1",
"escodegen": "^1.11.1",
"html-encoding-sniffer": "^1.0.2",
"nwsapi": "^2.2.0",
"parse5": "5.1.0",
"pn": "^1.1.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"saxes": "^3.1.9",
"symbol-tree": "^3.2.2",
"tough-cookie": "^3.0.1",
"w3c-hr-time": "^1.0.1",
"w3c-xmlserializer": "^1.1.2",
"webidl-conversions": "^4.0.2",
"whatwg-encoding": "^1.0.5",
"whatwg-mimetype": "^2.3.0",
"whatwg-url": "^7.0.0",
"ws": "^7.0.0",
"xml-name-validator": "^3.0.0"
},
"deprecated": false,
"description": "A JavaScript implementation of many web standards",
"devDependencies": {
"benchmark": "^2.1.4",
"browserify": "^16.2.3",
"chai": "^4.2.0",
"eslint": "^6.6.0",
"eslint-find-rules": "^3.3.1",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-jsdom-internal": "link:./scripts/eslint-plugin",
"js-yaml": "^3.13.1",
"karma": "^4.3.0",
"karma-browserify": "^6.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^1.3.0",
"karma-mocha-webworker": "^1.3.0",
"minimatch": "^3.0.4",
"mocha": "^6.2.1",
"mocha-sugar-free": "^1.4.0",
"optimist": "0.6.1",
"portfinder": "^1.0.20",
"q": "^1.5.1",
"rimraf": "^3.0.0",
"server-destroy": "^1.0.1",
"st": "^1.2.2",
"watchify": "^3.11.1",
"wd": "^1.11.2",
"webidl2js": "^10.0.0"
},
"engines": {
"node": ">=8"
},
"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": "Zirro",
"email": "code@zirro.se"
}
],
"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",
"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",
"pretest": "yarn convert-idl && 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": "15.2.1"
}