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
2019-03-29 15:56:41 +01:00
parent f114871153
commit 89c32fb4e6
8347 changed files with 390123 additions and 159877 deletions

28
node_modules/sshpk/package.json generated vendored
View File

@@ -1,8 +1,8 @@
{
"_from": "sshpk@^1.7.0",
"_id": "sshpk@1.14.1",
"_id": "sshpk@1.16.1",
"_inBundle": false,
"_integrity": "sha1-Ew9Zde3a2WPx1W+SuaxsUfqfg+s=",
"_integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==",
"_location": "/sshpk",
"_phantomChildren": {},
"_requested": {
@@ -18,10 +18,10 @@
"_requiredBy": [
"/http-signature"
],
"_resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.14.1.tgz",
"_shasum": "130f5975eddad963f1d56f92b9ac6c51fa9f83eb",
"_resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz",
"_shasum": "fb661c0bef29b39db40769ee39fa70093d6f6877",
"_spec": "sshpk@^1.7.0",
"_where": "/home/s2/Documents/Code/minifyfromhtml/node_modules/http-signature",
"_where": "E:\\projects\\p\\minifyfromhtml\\node_modules\\http-signature",
"author": {
"name": "Joyent, Inc"
},
@@ -56,6 +56,7 @@
"ecc-jsbn": "~0.1.1",
"getpass": "^0.1.1",
"jsbn": "~0.1.0",
"safer-buffer": "^2.0.2",
"tweetnacl": "~0.14.0"
},
"deprecated": false,
@@ -78,23 +79,18 @@
"license": "MIT",
"main": "lib/index.js",
"man": [
"/home/s2/Documents/Code/minifyfromhtml/node_modules/sshpk/man/man1/sshpk-conv.1",
"/home/s2/Documents/Code/minifyfromhtml/node_modules/sshpk/man/man1/sshpk-sign.1",
"/home/s2/Documents/Code/minifyfromhtml/node_modules/sshpk/man/man1/sshpk-verify.1"
"E:\\projects\\p\\minifyfromhtml\\node_modules\\sshpk\\man\\man1\\sshpk-conv.1",
"E:\\projects\\p\\minifyfromhtml\\node_modules\\sshpk\\man\\man1\\sshpk-sign.1",
"E:\\projects\\p\\minifyfromhtml\\node_modules\\sshpk\\man\\man1\\sshpk-verify.1"
],
"name": "sshpk",
"optionalDependencies": {
"bcrypt-pbkdf": "^1.0.0",
"ecc-jsbn": "~0.1.1",
"jsbn": "~0.1.0",
"tweetnacl": "~0.14.0"
},
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/arekinath/node-sshpk.git"
"url": "git+https://github.com/joyent/node-sshpk.git"
},
"scripts": {
"test": "tape test/*.js"
},
"version": "1.14.1"
"version": "1.16.1"
}