dotfiles/.vscode/extensions/saviorisdead.RustyCode-0.18.0/node_modules/sshpk/package.json
Cyryl Płotnicki 2f946d6200 Add .vscode
2016-09-11 10:29:13 +02:00

125 lines
3 KiB
JSON

{
"_args": [
[
"sshpk@^1.7.0",
"/Users/sid/Desktop/code/RustyCode/node_modules/request/node_modules/http-signature"
]
],
"_from": "sshpk@>=1.7.0 <2.0.0",
"_id": "sshpk@1.8.3",
"_inCache": true,
"_installable": true,
"_location": "/sshpk",
"_nodeVersion": "0.12.13",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/sshpk-1.8.3.tgz_1461968607532_0.32797130732797086"
},
"_npmUser": {
"email": "alex@cooperi.net",
"name": "arekinath"
},
"_npmVersion": "2.15.1",
"_phantomChildren": {},
"_requested": {
"name": "sshpk",
"raw": "sshpk@^1.7.0",
"rawSpec": "^1.7.0",
"scope": null,
"spec": ">=1.7.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/request/http-signature"
],
"_resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.8.3.tgz",
"_shasum": "890cc9d614dc5292e5cb1a543b03c9abaa5c374e",
"_shrinkwrap": null,
"_spec": "sshpk@^1.7.0",
"_where": "/Users/sid/Desktop/code/RustyCode/node_modules/request/node_modules/http-signature",
"author": {
"name": "Joyent, Inc"
},
"bin": {
"sshpk-conv": "bin/sshpk-conv",
"sshpk-sign": "bin/sshpk-sign",
"sshpk-verify": "bin/sshpk-verify"
},
"bugs": {
"url": "https://github.com/arekinath/node-sshpk/issues"
},
"contributors": [
{
"email": "dave@daveeddy.com",
"name": "Dave Eddy"
},
{
"email": "mcavage@gmail.com",
"name": "Mark Cavage"
},
{
"email": "alex@cooperi.net",
"name": "Alex Wilson"
}
],
"dependencies": {
"asn1": "~0.2.3",
"assert-plus": "^1.0.0",
"dashdash": "^1.12.0",
"ecc-jsbn": "~0.1.1",
"getpass": "^0.1.1",
"jodid25519": "^1.0.0",
"jsbn": "~0.1.0",
"tweetnacl": "~0.13.0"
},
"description": "A library for finding and using SSH public keys",
"devDependencies": {
"benchmark": "^1.0.0",
"sinon": "^1.17.2",
"tape": "^3.5.0",
"temp": "^0.8.2"
},
"directories": {
"bin": "./bin",
"lib": "./lib",
"man": "./man/man1"
},
"dist": {
"shasum": "890cc9d614dc5292e5cb1a543b03c9abaa5c374e",
"tarball": "https://registry.npmjs.org/sshpk/-/sshpk-1.8.3.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"gitHead": "82d39066b2df4e8284350ff5ebb08c5b95c74652",
"homepage": "https://github.com/arekinath/node-sshpk#readme",
"license": "MIT",
"main": "lib/index.js",
"maintainers": [
{
"email": "alex@cooperi.net",
"name": "arekinath"
}
],
"man": [
"/Users/alex.wilson/dev/sshpk/man/man1/sshpk-conv.1",
"/Users/alex.wilson/dev/sshpk/man/man1/sshpk-sign.1",
"/Users/alex.wilson/dev/sshpk/man/man1/sshpk-verify.1"
],
"name": "sshpk",
"optionalDependencies": {
"ecc-jsbn": "~0.1.1",
"jodid25519": "^1.0.0",
"jsbn": "~0.1.0",
"tweetnacl": "~0.13.0"
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/arekinath/node-sshpk.git"
},
"scripts": {
"test": "tape test/*.js"
},
"version": "1.8.3"
}