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
2019-03-29 15:56:41 +01:00
parent f114871153
commit 89c32fb4e6
8347 changed files with 390123 additions and 159877 deletions

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

@@ -1,28 +1,28 @@
{
"_from": "whatwg-url@^6.4.0",
"_id": "whatwg-url@6.4.1",
"_from": "whatwg-url@^7.0.0",
"_id": "whatwg-url@7.0.0",
"_inBundle": false,
"_integrity": "sha512-FwygsxsXx27x6XXuExA/ox3Ktwcbf+OAvrKmLulotDAiO1Q6ixchPFaHYsis2zZBZSJTR0+dR+JVtf7MlbqZjw==",
"_integrity": "sha512-37GeVSIJ3kn1JgKyjiYNmSLP1yzbpb29jdmwBSgkD9h40/hyrR/OifpVUndji3tmwGgD8qpw7iQu3RSbCrBpsQ==",
"_location": "/whatwg-url",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "whatwg-url@^6.4.0",
"raw": "whatwg-url@^7.0.0",
"name": "whatwg-url",
"escapedName": "whatwg-url",
"rawSpec": "^6.4.0",
"rawSpec": "^7.0.0",
"saveSpec": null,
"fetchSpec": "^6.4.0"
"fetchSpec": "^7.0.0"
},
"_requiredBy": [
"/data-urls",
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-6.4.1.tgz",
"_shasum": "fdb94b440fd4ad836202c16e9737d511f012fd67",
"_spec": "whatwg-url@^6.4.0",
"_where": "/home/s2/Documents/Code/minifyfromhtml/node_modules/jsdom",
"_resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.0.0.tgz",
"_shasum": "fde926fa54a599f3adf82dff25a9f7be02dc6edd",
"_spec": "whatwg-url@^7.0.0",
"_where": "E:\\projects\\p\\minifyfromhtml\\node_modules\\jsdom",
"author": {
"name": "Sebastian Mayr",
"email": "github@smayr.name"
@@ -39,14 +39,14 @@
"deprecated": false,
"description": "An implementation of the WHATWG URL Standard's URL API and parsing machinery",
"devDependencies": {
"browserify": "^16.2.2",
"domexception": "^1.0.1",
"eslint": "^4.19.1",
"istanbul": "~0.4.5",
"jest": "^22.4.3",
"jsdom": "^11.8.0",
"recast": "~0.14.7",
"request": "^2.85.0",
"webidl2js": "^7.4.0"
"eslint": "^5.4.0",
"jest": "^23.5.0",
"jsdom": "^11.12.0",
"recast": "^0.15.3",
"request": "^2.88.0",
"webidl2js": "^9.0.1"
},
"files": [
"lib/"
@@ -80,11 +80,12 @@
},
"scripts": {
"build": "node scripts/transform.js && node scripts/convert-idl.js",
"build-live-viewer": "browserify lib/public-api.js --standalone whatwgURL > live-viewer/whatwg-url.js",
"coverage": "jest --coverage",
"lint": "eslint .",
"prepublish": "node scripts/transform.js && node scripts/convert-idl.js",
"pretest": "node scripts/get-latest-platform-tests.js && node scripts/transform.js && node scripts/convert-idl.js",
"test": "jest"
},
"version": "6.4.1"
"version": "7.0.0"
}