1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-02 20:00:05 +02:00

update packages to latest version

This commit is contained in:
s2
2022-08-20 18:51:33 +02:00
parent 09663a35a5
commit 806ebf9a57
4513 changed files with 366205 additions and 92512 deletions

74
node_modules/jsdom/package.json generated vendored
View File

@@ -3,9 +3,9 @@
"parse5": "Pinned to exact version number because we monkeypatch its internals (see htmltodom.js)"
},
"_from": "jsdom@latest",
"_id": "jsdom@16.6.0",
"_id": "jsdom@20.0.0",
"_inBundle": false,
"_integrity": "sha512-Ty1vmF4NHJkolaEmdjtxTfSfkdb8Ywarwf63f+F8/mDD1uLSSWDxDuMiZxiPhwunLrn9LOSVItWj4bLYsLN3Dg==",
"_integrity": "sha512-x4a6CKCgx00uCmP+QakBDFXwjAJ69IkkIWHmtmjd3wvXPcdOS44hfX2vqkOQrVrq8l9DhNNADZRXaCEWvgXtVA==",
"_location": "/jsdom",
"_phantomChildren": {},
"_requested": {
@@ -22,8 +22,8 @@
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.6.0.tgz",
"_shasum": "f79b3786682065492a3da6a60a4695da983805ac",
"_resolved": "https://registry.npmjs.org/jsdom/-/jsdom-20.0.0.tgz",
"_shasum": "882825ac9cc5e5bbee704ba16143e1fa78361ebf",
"_spec": "jsdom@latest",
"_where": "D:\\Projects\\minifyfromhtml",
"browser": {
@@ -36,62 +36,62 @@
},
"bundleDependencies": false,
"dependencies": {
"abab": "^2.0.5",
"acorn": "^8.2.4",
"abab": "^2.0.6",
"acorn": "^8.7.1",
"acorn-globals": "^6.0.0",
"cssom": "^0.4.4",
"cssom": "^0.5.0",
"cssstyle": "^2.3.0",
"data-urls": "^2.0.0",
"decimal.js": "^10.2.1",
"domexception": "^2.0.1",
"data-urls": "^3.0.2",
"decimal.js": "^10.3.1",
"domexception": "^4.0.0",
"escodegen": "^2.0.0",
"form-data": "^3.0.0",
"html-encoding-sniffer": "^2.0.1",
"http-proxy-agent": "^4.0.1",
"https-proxy-agent": "^5.0.0",
"form-data": "^4.0.0",
"html-encoding-sniffer": "^3.0.0",
"http-proxy-agent": "^5.0.0",
"https-proxy-agent": "^5.0.1",
"is-potential-custom-element-name": "^1.0.1",
"nwsapi": "^2.2.0",
"parse5": "6.0.1",
"saxes": "^5.0.1",
"parse5": "^7.0.0",
"saxes": "^6.0.0",
"symbol-tree": "^3.2.4",
"tough-cookie": "^4.0.0",
"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.5.0",
"ws": "^7.4.5",
"xml-name-validator": "^3.0.0"
"w3c-xmlserializer": "^3.0.0",
"webidl-conversions": "^7.0.0",
"whatwg-encoding": "^2.0.0",
"whatwg-mimetype": "^3.0.0",
"whatwg-url": "^11.0.0",
"ws": "^8.8.0",
"xml-name-validator": "^4.0.0"
},
"deprecated": false,
"description": "A JavaScript implementation of many web standards",
"devDependencies": {
"@domenic/eslint-config": "^1.2.0",
"@domenic/eslint-config": "^2.0.0",
"benchmark": "^2.1.4",
"browserify": "^17.0.0",
"chai": "^4.3.4",
"eslint": "^7.27.0",
"eslint-plugin-html": "^6.1.2",
"chai": "^4.3.6",
"eslint": "^8.17.0",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-jsdom-internal": "link:./scripts/eslint-plugin",
"js-yaml": "^4.1.0",
"karma": "^6.3.2",
"karma-browserify": "^8.0.0",
"karma-chrome-launcher": "^3.1.0",
"karma": "^6.3.20",
"karma-browserify": "^8.1.0",
"karma-chrome-launcher": "^3.1.1",
"karma-mocha": "^2.0.1",
"karma-mocha-webworker": "^1.3.0",
"minimatch": "^3.0.4",
"mocha": "^8.4.0",
"minimatch": "^5.1.0",
"mocha": "^10.0.0",
"mocha-sugar-free": "^1.4.0",
"optimist": "0.6.1",
"pngjs": "^6.0.0",
"rimraf": "^3.0.2",
"server-destroy": "^1.0.1",
"watchify": "^4.0.0",
"wd": "^1.14.0",
"webidl2js": "^16.2.0"
"webidl2js": "^17.1.0",
"yargs": "^17.5.1"
},
"engines": {
"node": ">=10"
"node": ">=14"
},
"homepage": "https://github.com/jsdom/jsdom#readme",
"keywords": [
@@ -171,5 +171,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 && python3 wpt.py manifest --path ../wpt-manifest.json"
},
"version": "16.6.0"
"version": "20.0.0"
}