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/tr46/package.json generated vendored
View File

@@ -1,26 +1,26 @@
{
"_from": "tr46@^2.1.0",
"_id": "tr46@2.1.0",
"_from": "tr46@^3.0.0",
"_id": "tr46@3.0.0",
"_inBundle": false,
"_integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==",
"_integrity": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==",
"_location": "/tr46",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "tr46@^2.1.0",
"raw": "tr46@^3.0.0",
"name": "tr46",
"escapedName": "tr46",
"rawSpec": "^2.1.0",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^2.1.0"
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/whatwg-url"
],
"_resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz",
"_shasum": "fa87aa81ca5d5941da8cbf1f9b749dc969a4e240",
"_spec": "tr46@^2.1.0",
"_resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz",
"_shasum": "555c4e297a950617e8eeddef633c87d4d9d6cbf9",
"_spec": "tr46@^3.0.0",
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\whatwg-url",
"author": {
"name": "Sebastian Mayr",
@@ -42,14 +42,15 @@
"deprecated": false,
"description": "An implementation of the Unicode UTS #46: Unicode IDNA Compatibility Processing",
"devDependencies": {
"eslint": "^7.27.0",
"mocha": "^8.4.0",
"node-fetch": "^2.6.0",
"regenerate": "^1.4.2",
"unicode-13.0.0": "^0.8.0"
"@domenic/eslint-config": "^1.4.0",
"@unicode/unicode-14.0.0": "^1.2.1",
"eslint": "^7.32.0",
"minipass-fetch": "^1.4.1",
"mocha": "^9.1.1",
"regenerate": "^1.4.2"
},
"engines": {
"node": ">=8"
"node": ">=12"
},
"files": [
"index.js",
@@ -79,6 +80,6 @@
"pretest": "node scripts/getLatestTests.js",
"test": "mocha"
},
"unicodeVersion": "13.0.0",
"version": "2.1.0"
"unicodeVersion": "14.0.0",
"version": "3.0.0"
}