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

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

@@ -1,26 +1,26 @@
{
"_from": "data-urls@^2.0.0",
"_id": "data-urls@2.0.0",
"_from": "data-urls@^3.0.2",
"_id": "data-urls@3.0.2",
"_inBundle": false,
"_integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==",
"_integrity": "sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ==",
"_location": "/data-urls",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "data-urls@^2.0.0",
"raw": "data-urls@^3.0.2",
"name": "data-urls",
"escapedName": "data-urls",
"rawSpec": "^2.0.0",
"rawSpec": "^3.0.2",
"saveSpec": null,
"fetchSpec": "^2.0.0"
"fetchSpec": "^3.0.2"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz",
"_shasum": "156485a72963a970f5d5821aaf642bef2bf2db9b",
"_spec": "data-urls@^2.0.0",
"_resolved": "https://registry.npmjs.org/data-urls/-/data-urls-3.0.2.tgz",
"_shasum": "9cf24a477ae22bcef5cd5f6f0bfbc1d2d3be9143",
"_spec": "data-urls@^3.0.2",
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\jsdom",
"author": {
"name": "Domenic Denicola",
@@ -32,19 +32,20 @@
},
"bundleDependencies": false,
"dependencies": {
"abab": "^2.0.3",
"whatwg-mimetype": "^2.3.0",
"whatwg-url": "^8.0.0"
"abab": "^2.0.6",
"whatwg-mimetype": "^3.0.0",
"whatwg-url": "^11.0.0"
},
"deprecated": false,
"description": "Parses data: URLs",
"devDependencies": {
"eslint": "^6.8.0",
"jest": "^24.9.0",
"request": "^2.88.0"
"@domenic/eslint-config": "^2.0.0",
"eslint": "^8.14.0",
"jest": "^27.5.1",
"minipass-fetch": "^2.1.0"
},
"engines": {
"node": ">=10"
"node": ">=12"
},
"files": [
"lib/"
@@ -85,5 +86,5 @@
"pretest": "node scripts/get-latest-platform-tests.js",
"test": "jest"
},
"version": "2.0.0"
"version": "3.0.2"
}