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

update node modules

This commit is contained in:
s2
2021-06-19 01:25:45 +02:00
parent ef3070bdb7
commit cea9885dde
658 changed files with 5044 additions and 80808 deletions

31
node_modules/tr46/package.json generated vendored
View File

@@ -1,26 +1,26 @@
{
"_from": "tr46@^2.0.2",
"_id": "tr46@2.0.2",
"_from": "tr46@^2.1.0",
"_id": "tr46@2.1.0",
"_inBundle": false,
"_integrity": "sha512-3n1qG+/5kg+jrbTzwAykB5yRYtQCTqOGKq5U5PE3b0a1/mzo6snDhjGS0zJVJunO0NrT3Dg1MLy5TjWP/UJppg==",
"_integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==",
"_location": "/tr46",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "tr46@^2.0.2",
"raw": "tr46@^2.1.0",
"name": "tr46",
"escapedName": "tr46",
"rawSpec": "^2.0.2",
"rawSpec": "^2.1.0",
"saveSpec": null,
"fetchSpec": "^2.0.2"
"fetchSpec": "^2.1.0"
},
"_requiredBy": [
"/whatwg-url"
],
"_resolved": "https://registry.npmjs.org/tr46/-/tr46-2.0.2.tgz",
"_shasum": "03273586def1595ae08fedb38d7733cee91d2479",
"_spec": "tr46@^2.0.2",
"_resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz",
"_shasum": "fa87aa81ca5d5941da8cbf1f9b749dc969a4e240",
"_spec": "tr46@^2.1.0",
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\whatwg-url",
"author": {
"name": "Sebastian Mayr",
@@ -42,12 +42,11 @@
"deprecated": false,
"description": "An implementation of the Unicode UTS #46: Unicode IDNA Compatibility Processing",
"devDependencies": {
"eslint": "^6.8.0",
"mocha": "^6.2.2",
"eslint": "^7.27.0",
"mocha": "^8.4.0",
"node-fetch": "^2.6.0",
"pump": "^3.0.0",
"regenerate": "^1.4.0",
"unicode-12.1.0": "^0.8.0"
"regenerate": "^1.4.2",
"unicode-13.0.0": "^0.8.0"
},
"engines": {
"node": ">=8"
@@ -80,6 +79,6 @@
"pretest": "node scripts/getLatestTests.js",
"test": "mocha"
},
"unicodeVersion": "12.1.0",
"version": "2.0.2"
"unicodeVersion": "13.0.0",
"version": "2.1.0"
}