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

14
node_modules/punycode/package.json generated vendored
View File

@@ -1,5 +1,5 @@
{
"_from": "punycode@^2.1.0",
"_from": "punycode@^2.1.1",
"_id": "punycode@2.1.1",
"_inBundle": false,
"_integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==",
@@ -8,22 +8,24 @@
"_requested": {
"type": "range",
"registry": true,
"raw": "punycode@^2.1.0",
"raw": "punycode@^2.1.1",
"name": "punycode",
"escapedName": "punycode",
"rawSpec": "^2.1.0",
"rawSpec": "^2.1.1",
"saveSpec": null,
"fetchSpec": "^2.1.0"
"fetchSpec": "^2.1.1"
},
"_requiredBy": [
"/request-promise-native/tough-cookie",
"/request/tough-cookie",
"/tough-cookie",
"/tr46",
"/uri-js"
],
"_resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
"_shasum": "b58b010ac40c22c5657616c8d2c2c02c7bf479ec",
"_spec": "punycode@^2.1.0",
"_where": "F:\\projects\\p\\minifyfromhtml\\node_modules\\tr46",
"_spec": "punycode@^2.1.1",
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\tr46",
"author": {
"name": "Mathias Bynens",
"url": "https://mathiasbynens.be/"