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

update node modules

This commit is contained in:
s2
2019-03-29 15:56:41 +01:00
parent f114871153
commit 89c32fb4e6
8347 changed files with 390123 additions and 159877 deletions

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

@@ -1,8 +1,8 @@
{
"_from": "punycode@^2.1.0",
"_id": "punycode@2.1.0",
"_id": "punycode@2.1.1",
"_inBundle": false,
"_integrity": "sha1-X4Y+3Im5bbCQdLrXlHvwkFbKTn0=",
"_integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==",
"_location": "/punycode",
"_phantomChildren": {},
"_requested": {
@@ -16,12 +16,14 @@
"fetchSpec": "^2.1.0"
},
"_requiredBy": [
"/tr46"
"/tough-cookie",
"/tr46",
"/uri-js"
],
"_resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.0.tgz",
"_shasum": "5f863edc89b96db09074bad7947bf09056ca4e7d",
"_resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
"_shasum": "b58b010ac40c22c5657616c8d2c2c02c7bf479ec",
"_spec": "punycode@^2.1.0",
"_where": "/home/s2/Documents/Code/minifyfromhtml/node_modules/tr46",
"_where": "E:\\projects\\p\\minifyfromhtml\\node_modules\\tr46",
"author": {
"name": "Mathias Bynens",
"url": "https://mathiasbynens.be/"
@@ -71,6 +73,7 @@
],
"license": "MIT",
"main": "punycode.js",
"module": "punycode.es6.js",
"name": "punycode",
"repository": {
"type": "git",
@@ -80,5 +83,5 @@
"prepublish": "node scripts/prepublish.js",
"test": "mocha tests"
},
"version": "2.1.0"
"version": "2.1.1"
}

View File

@@ -437,4 +437,5 @@ const punycode = {
'toUnicode': toUnicode
};
export { ucs2decode, ucs2encode, decode, encode, toASCII, toUnicode };
export default punycode;