1
0
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:
s2
2021-06-19 01:25:45 +02:00
parent ef3070bdb7
commit cea9885dde
658 changed files with 5044 additions and 80808 deletions

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

@@ -2,29 +2,29 @@
"_dependenciesComments": {
"parse5": "Pinned to exact version number because we monkeypatch its internals (see htmltodom.js)"
},
"_from": "jsdom@16.5.3",
"_id": "jsdom@16.5.3",
"_from": "jsdom@latest",
"_id": "jsdom@16.6.0",
"_inBundle": false,
"_integrity": "sha512-Qj1H+PEvUsOtdPJ056ewXM4UJPCi4hhLA8wpiz9F2YvsRBhuFsXxtrIFAgGBDynQA9isAMGE91PfUYbdMPXuTA==",
"_integrity": "sha512-Ty1vmF4NHJkolaEmdjtxTfSfkdb8Ywarwf63f+F8/mDD1uLSSWDxDuMiZxiPhwunLrn9LOSVItWj4bLYsLN3Dg==",
"_location": "/jsdom",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "tag",
"registry": true,
"raw": "jsdom@16.5.3",
"raw": "jsdom@latest",
"name": "jsdom",
"escapedName": "jsdom",
"rawSpec": "16.5.3",
"rawSpec": "latest",
"saveSpec": null,
"fetchSpec": "16.5.3"
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.5.3.tgz",
"_shasum": "13a755b3950eb938b4482c407238ddf16f0d2136",
"_spec": "jsdom@16.5.3",
"_resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.6.0.tgz",
"_shasum": "f79b3786682065492a3da6a60a4695da983805ac",
"_spec": "jsdom@latest",
"_where": "D:\\Projects\\minifyfromhtml",
"browser": {
"canvas": false,
@@ -37,7 +37,7 @@
"bundleDependencies": false,
"dependencies": {
"abab": "^2.0.5",
"acorn": "^8.1.0",
"acorn": "^8.2.4",
"acorn-globals": "^6.0.0",
"cssom": "^0.4.4",
"cssstyle": "^2.3.0",
@@ -45,12 +45,13 @@
"decimal.js": "^10.2.1",
"domexception": "^2.0.1",
"escodegen": "^2.0.0",
"form-data": "^3.0.0",
"html-encoding-sniffer": "^2.0.1",
"is-potential-custom-element-name": "^1.0.0",
"http-proxy-agent": "^4.0.1",
"https-proxy-agent": "^5.0.0",
"is-potential-custom-element-name": "^1.0.1",
"nwsapi": "^2.2.0",
"parse5": "6.0.1",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"saxes": "^5.0.1",
"symbol-tree": "^3.2.4",
"tough-cookie": "^4.0.0",
@@ -60,32 +61,31 @@
"whatwg-encoding": "^1.0.5",
"whatwg-mimetype": "^2.3.0",
"whatwg-url": "^8.5.0",
"ws": "^7.4.4",
"ws": "^7.4.5",
"xml-name-validator": "^3.0.0"
},
"deprecated": false,
"description": "A JavaScript implementation of many web standards",
"devDependencies": {
"@domenic/eslint-config": "^1.1.0",
"@domenic/eslint-config": "^1.2.0",
"benchmark": "^2.1.4",
"browserify": "^17.0.0",
"chai": "^4.3.4",
"eslint": "^7.23.0",
"eslint": "^7.27.0",
"eslint-plugin-html": "^6.1.2",
"eslint-plugin-jsdom-internal": "link:./scripts/eslint-plugin",
"js-yaml": "^4.0.0",
"karma": "^6.3.1",
"js-yaml": "^4.1.0",
"karma": "^6.3.2",
"karma-browserify": "^8.0.0",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^2.0.1",
"karma-mocha-webworker": "^1.3.0",
"minimatch": "^3.0.4",
"mocha": "^8.3.2",
"mocha": "^8.4.0",
"mocha-sugar-free": "^1.4.0",
"optimist": "0.6.1",
"rimraf": "^3.0.2",
"server-destroy": "^1.0.1",
"st": "^2.0.0",
"watchify": "^4.0.0",
"wd": "^1.14.0",
"webidl2js": "^16.2.0"
@@ -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.5.3"
"version": "16.6.0"
}