mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-02 20:00:05 +02:00
update node modules
This commit is contained in:
95
node_modules/jsdom/package.json
generated
vendored
95
node_modules/jsdom/package.json
generated
vendored
@@ -1,28 +1,32 @@
|
||||
{
|
||||
"_from": "jsdom",
|
||||
"_id": "jsdom@11.10.0",
|
||||
"_dependenciesComments": {
|
||||
"parse5": "Pinned to exact version number because we monkeypatch its internals (see htmltodom.js)"
|
||||
},
|
||||
"_from": "jsdom@14.0.0",
|
||||
"_id": "jsdom@14.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-x5No5FpJgBg3j5aBwA8ka6eGuS5IxbC8FOkmyccKvObtFT0bDMict/LOxINZsZGZSfGdNomLZ/qRV9Bpq/GIBA==",
|
||||
"_integrity": "sha512-/VkyPmdtbwqpJSkwDx3YyJ3U1oawYNB/h5z8vTUZGAzjtu2OHTeFRfnJqyMHsJ5Cyes23trOmvUpM1GfHH1leA==",
|
||||
"_location": "/jsdom",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "tag",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "jsdom",
|
||||
"raw": "jsdom@14.0.0",
|
||||
"name": "jsdom",
|
||||
"escapedName": "jsdom",
|
||||
"rawSpec": "",
|
||||
"rawSpec": "14.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "latest"
|
||||
"fetchSpec": "14.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/"
|
||||
"/",
|
||||
"/nwsapi"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/jsdom/-/jsdom-11.10.0.tgz",
|
||||
"_shasum": "a42cd54e88895dc765f03f15b807a474962ac3b5",
|
||||
"_spec": "jsdom",
|
||||
"_where": "/home/s2/Documents/Code/minifyfromhtml",
|
||||
"_resolved": "https://registry.npmjs.org/jsdom/-/jsdom-14.0.0.tgz",
|
||||
"_shasum": "c7f1441ebcc57902d08d5fb2f6ba2baf746da7c6",
|
||||
"_spec": "jsdom@14.0.0",
|
||||
"_where": "E:\\projects\\p\\minifyfromhtml",
|
||||
"browser": {
|
||||
"canvas": false,
|
||||
"vm": "./lib/jsdom/vm-shim.js",
|
||||
@@ -33,61 +37,64 @@
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"abab": "^1.0.4",
|
||||
"acorn": "^5.3.0",
|
||||
"acorn-globals": "^4.1.0",
|
||||
"abab": "^2.0.0",
|
||||
"acorn": "^6.0.4",
|
||||
"acorn-globals": "^4.3.0",
|
||||
"array-equal": "^1.0.0",
|
||||
"cssom": ">= 0.3.2 < 0.4.0",
|
||||
"cssstyle": ">= 0.2.37 < 0.3.0",
|
||||
"data-urls": "^1.0.0",
|
||||
"domexception": "^1.0.0",
|
||||
"escodegen": "^1.9.0",
|
||||
"cssom": "^0.3.4",
|
||||
"cssstyle": "^1.1.1",
|
||||
"data-urls": "^1.1.0",
|
||||
"domexception": "^1.0.1",
|
||||
"escodegen": "^1.11.0",
|
||||
"html-encoding-sniffer": "^1.0.2",
|
||||
"left-pad": "^1.2.0",
|
||||
"nwmatcher": "^1.4.3",
|
||||
"parse5": "4.0.0",
|
||||
"nwsapi": "^2.0.9",
|
||||
"parse5": "5.1.0",
|
||||
"pn": "^1.1.0",
|
||||
"request": "^2.83.0",
|
||||
"request": "^2.88.0",
|
||||
"request-promise-native": "^1.0.5",
|
||||
"sax": "^1.2.4",
|
||||
"saxes": "^3.1.5",
|
||||
"symbol-tree": "^3.2.2",
|
||||
"tough-cookie": "^2.3.3",
|
||||
"tough-cookie": "^2.5.0",
|
||||
"w3c-hr-time": "^1.0.1",
|
||||
"w3c-xmlserializer": "^1.0.1",
|
||||
"webidl-conversions": "^4.0.2",
|
||||
"whatwg-encoding": "^1.0.3",
|
||||
"whatwg-mimetype": "^2.1.0",
|
||||
"whatwg-url": "^6.4.0",
|
||||
"ws": "^4.0.0",
|
||||
"whatwg-encoding": "^1.0.5",
|
||||
"whatwg-mimetype": "^2.3.0",
|
||||
"whatwg-url": "^7.0.0",
|
||||
"ws": "^6.1.2",
|
||||
"xml-name-validator": "^3.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "A JavaScript implementation of many web standards",
|
||||
"devDependencies": {
|
||||
"benchmark": "1.0.0",
|
||||
"browserify": "^14.5.0",
|
||||
"chai": "^4.1.2",
|
||||
"eslint": "^4.16.0",
|
||||
"eslint-find-rules": "^3.1.1",
|
||||
"eslint-plugin-html": "^4.0.1",
|
||||
"js-yaml": "^3.10.0",
|
||||
"browserify": "^16.2.3",
|
||||
"chai": "^4.2.0",
|
||||
"eslint": "^4.19.1",
|
||||
"eslint-find-rules": "^3.3.1",
|
||||
"eslint-plugin-html": "^5.0.0",
|
||||
"js-yaml": "^3.12.0",
|
||||
"karma": "^1.7.1",
|
||||
"karma-browserify": "^5.1.3",
|
||||
"karma-browserify": "^5.3.0",
|
||||
"karma-chrome-launcher": "^2.2.0",
|
||||
"karma-mocha": "^1.3.0",
|
||||
"karma-mocha-webworker": "^1.3.0",
|
||||
"karma-sauce-launcher": "^1.2.0",
|
||||
"minimatch": "^3.0.4",
|
||||
"mocha": "^3.5.2",
|
||||
"mocha-sugar-free": "^1.3.1",
|
||||
"mocha-sugar-free": "^1.4.0",
|
||||
"optimist": "0.6.1",
|
||||
"portfinder": "^1.0.13",
|
||||
"portfinder": "^1.0.20",
|
||||
"q": "^1.5.1",
|
||||
"rimraf": "^2.6.2",
|
||||
"server-destroy": "^1.0.1",
|
||||
"st": "^1.2.2",
|
||||
"watchify": "^3.9.0",
|
||||
"wd": "^1.5.0",
|
||||
"webidl2js": "^9.0.0"
|
||||
"watchify": "^3.11.0",
|
||||
"wd": "^1.11.1",
|
||||
"webidl2js": "^9.2.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
},
|
||||
"homepage": "https://github.com/jsdom/jsdom#readme",
|
||||
"keywords": [
|
||||
@@ -138,7 +145,7 @@
|
||||
"benchmark-browser": "node ./benchmark/runner --bundle",
|
||||
"convert-idl": "node ./scripts/webidl/convert",
|
||||
"init-wpt": "git submodule update --init --recursive",
|
||||
"lint": "eslint . && eslint test/web-platform-tests/to-upstream --ext .html",
|
||||
"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",
|
||||
@@ -154,5 +161,5 @@
|
||||
"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": "11.10.0"
|
||||
"version": "14.0.0"
|
||||
}
|
||||
|
Reference in New Issue
Block a user