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:
17
node_modules/punycode/package.json
generated
vendored
17
node_modules/punycode/package.json
generated
vendored
@@ -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"
|
||||
}
|
||||
|
1
node_modules/punycode/punycode.es6.js
generated
vendored
1
node_modules/punycode/punycode.es6.js
generated
vendored
@@ -437,4 +437,5 @@ const punycode = {
|
||||
'toUnicode': toUnicode
|
||||
};
|
||||
|
||||
export { ucs2decode, ucs2encode, decode, encode, toASCII, toUnicode };
|
||||
export default punycode;
|
||||
|
Reference in New Issue
Block a user