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

update modules

This commit is contained in:
s2
2020-07-20 16:16:07 +02:00
parent 783511ce12
commit 2b23424b86
785 changed files with 91905 additions and 56057 deletions

35
node_modules/data-urls/package.json generated vendored
View File

@@ -1,27 +1,27 @@
{
"_from": "data-urls@^1.1.0",
"_id": "data-urls@1.1.0",
"_from": "data-urls@^2.0.0",
"_id": "data-urls@2.0.0",
"_inBundle": false,
"_integrity": "sha512-YTWYI9se1P55u58gL5GkQHW4P6VJBJ5iBT+B5a7i2Tjadhv52paJG0qHX4A0OR6/t52odI64KP2YvFpkDOi3eQ==",
"_integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==",
"_location": "/data-urls",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "data-urls@^1.1.0",
"raw": "data-urls@^2.0.0",
"name": "data-urls",
"escapedName": "data-urls",
"rawSpec": "^1.1.0",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/data-urls/-/data-urls-1.1.0.tgz",
"_shasum": "15ee0582baa5e22bb59c77140da8f9c76963bbfe",
"_spec": "data-urls@^1.1.0",
"_where": "F:\\projects\\p\\minifyfromhtml\\node_modules\\jsdom",
"_resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz",
"_shasum": "156485a72963a970f5d5821aaf642bef2bf2db9b",
"_spec": "data-urls@^2.0.0",
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\jsdom",
"author": {
"name": "Domenic Denicola",
"email": "d@domenic.me",
@@ -32,17 +32,20 @@
},
"bundleDependencies": false,
"dependencies": {
"abab": "^2.0.0",
"whatwg-mimetype": "^2.2.0",
"whatwg-url": "^7.0.0"
"abab": "^2.0.3",
"whatwg-mimetype": "^2.3.0",
"whatwg-url": "^8.0.0"
},
"deprecated": false,
"description": "Parses data: URLs",
"devDependencies": {
"eslint": "^5.7.0",
"jest": "^23.6.0",
"eslint": "^6.8.0",
"jest": "^24.9.0",
"request": "^2.88.0"
},
"engines": {
"node": ">=10"
},
"files": [
"lib/"
],
@@ -82,5 +85,5 @@
"pretest": "node scripts/get-latest-platform-tests.js",
"test": "jest"
},
"version": "1.1.0"
"version": "2.0.0"
}