Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/sshpk/package.json')
-rw-r--r--node_modules/sshpk/package.json27
1 files changed, 11 insertions, 16 deletions
diff --git a/node_modules/sshpk/package.json b/node_modules/sshpk/package.json
index 14d6658ce..68b8eb3b9 100644
--- a/node_modules/sshpk/package.json
+++ b/node_modules/sshpk/package.json
@@ -1,8 +1,8 @@
{
"_from": "sshpk@^1.7.0",
- "_id": "sshpk@1.14.2",
+ "_id": "sshpk@1.16.1",
"_inBundle": false,
- "_integrity": "sha1-xvxhZIo9nE52T9P8306hBeSSupg=",
+ "_integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==",
"_location": "/sshpk",
"_phantomChildren": {},
"_requested": {
@@ -18,10 +18,10 @@
"_requiredBy": [
"/http-signature"
],
- "_resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.14.2.tgz",
- "_shasum": "c6fc61648a3d9c4e764fd3fcdf4ea105e492ba98",
+ "_resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz",
+ "_shasum": "fb661c0bef29b39db40769ee39fa70093d6f6877",
"_spec": "sshpk@^1.7.0",
- "_where": "/Users/rebecca/code/npm/node_modules/http-signature",
+ "_where": "/Users/isaacs/dev/npm/cli/node_modules/http-signature",
"author": {
"name": "Joyent, Inc"
},
@@ -79,23 +79,18 @@
"license": "MIT",
"main": "lib/index.js",
"man": [
- "/Users/rebecca/code/npm/node_modules/sshpk/man/man1/sshpk-conv.1",
- "/Users/rebecca/code/npm/node_modules/sshpk/man/man1/sshpk-sign.1",
- "/Users/rebecca/code/npm/node_modules/sshpk/man/man1/sshpk-verify.1"
+ "/Users/isaacs/dev/npm/cli/node_modules/sshpk/man/man1/sshpk-conv.1",
+ "/Users/isaacs/dev/npm/cli/node_modules/sshpk/man/man1/sshpk-sign.1",
+ "/Users/isaacs/dev/npm/cli/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.2"
+ "version": "1.16.1"
}