1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-03 12:20:04 +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

41
node_modules/whatwg-url/package.json generated vendored
View File

@@ -1,27 +1,27 @@
{
"_from": "whatwg-url@^8.5.0",
"_id": "whatwg-url@8.6.0",
"_from": "whatwg-url@^11.0.0",
"_id": "whatwg-url@11.0.0",
"_inBundle": false,
"_integrity": "sha512-os0KkeeqUOl7ccdDT1qqUcS4KH4tcBTSKK5Nl5WKb2lyxInIZ/CpjkqKa1Ss12mjfdcRX9mHmPPs7/SxG1Hbdw==",
"_integrity": "sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==",
"_location": "/whatwg-url",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "whatwg-url@^8.5.0",
"raw": "whatwg-url@^11.0.0",
"name": "whatwg-url",
"escapedName": "whatwg-url",
"rawSpec": "^8.5.0",
"rawSpec": "^11.0.0",
"saveSpec": null,
"fetchSpec": "^8.5.0"
"fetchSpec": "^11.0.0"
},
"_requiredBy": [
"/data-urls",
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.6.0.tgz",
"_shasum": "27c0205a4902084b872aecb97cf0f2a7a3011f4c",
"_spec": "whatwg-url@^8.5.0",
"_resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-11.0.0.tgz",
"_shasum": "0a849eebb5faf2119b901bb76fd795c2848d4018",
"_spec": "whatwg-url@^11.0.0",
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\jsdom",
"author": {
"name": "Sebastian Mayr",
@@ -32,29 +32,28 @@
},
"bundleDependencies": false,
"dependencies": {
"lodash": "^4.7.0",
"tr46": "^2.1.0",
"webidl-conversions": "^6.1.0"
"tr46": "^3.0.0",
"webidl-conversions": "^7.0.0"
},
"deprecated": false,
"description": "An implementation of the WHATWG URL Standard's URL API and parsing machinery",
"devDependencies": {
"@domenic/eslint-config": "^1.4.0",
"benchmark": "^2.1.4",
"browserify": "^17.0.0",
"domexception": "^2.0.1",
"eslint": "^7.28.0",
"glob": "^7.1.7",
"domexception": "^4.0.0",
"eslint": "^7.32.0",
"got": "^11.8.2",
"jest": "^27.0.4",
"recast": "^0.20.4",
"webidl2js": "^16.2.0"
"jest": "^27.2.4",
"webidl2js": "^17.0.0"
},
"engines": {
"node": ">=10"
"node": ">=12"
},
"files": [
"index.js",
"webidl2js-wrapper.js",
"dist/"
"lib/*.js"
],
"homepage": "https://github.com/jsdom/whatwg-url#readme",
"jest": {
@@ -91,5 +90,5 @@
"pretest": "node scripts/get-latest-platform-tests.js && node scripts/transform.js",
"test": "jest"
},
"version": "8.6.0"
"version": "11.0.0"
}