Initial commit
[yaffs-website] / node_modules / sshpk / package.json
1 {
2   "_args": [
3     [
4       "sshpk@^1.7.0",
5       "/var/www/yaffs/node_modules/http-signature"
6     ]
7   ],
8   "_from": "sshpk@>=1.7.0 <2.0.0",
9   "_id": "sshpk@1.11.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/sshpk",
13   "_nodeVersion": "0.12.18",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/sshpk-1.11.0.tgz_1488421334075_0.7735770349390805"
17   },
18   "_npmUser": {
19     "email": "alex@cooperi.net",
20     "name": "arekinath"
21   },
22   "_npmVersion": "3.10.10",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "sshpk",
26     "raw": "sshpk@^1.7.0",
27     "rawSpec": "^1.7.0",
28     "scope": null,
29     "spec": ">=1.7.0 <2.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/http-signature"
34   ],
35   "_resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.11.0.tgz",
36   "_shasum": "2d8d5ebb4a6fab28ffba37fa62a90f4a3ea59d77",
37   "_shrinkwrap": null,
38   "_spec": "sshpk@^1.7.0",
39   "_where": "/var/www/yaffs/node_modules/http-signature",
40   "author": {
41     "name": "Joyent, Inc"
42   },
43   "bin": {
44     "sshpk-conv": "bin/sshpk-conv",
45     "sshpk-sign": "bin/sshpk-sign",
46     "sshpk-verify": "bin/sshpk-verify"
47   },
48   "bugs": {
49     "url": "https://github.com/arekinath/node-sshpk/issues"
50   },
51   "contributors": [
52     {
53       "name": "Dave Eddy",
54       "email": "dave@daveeddy.com"
55     },
56     {
57       "name": "Mark Cavage",
58       "email": "mcavage@gmail.com"
59     },
60     {
61       "name": "Alex Wilson",
62       "email": "alex@cooperi.net"
63     }
64   ],
65   "dependencies": {
66     "asn1": "~0.2.3",
67     "assert-plus": "^1.0.0",
68     "bcrypt-pbkdf": "^1.0.0",
69     "dashdash": "^1.12.0",
70     "ecc-jsbn": "~0.1.1",
71     "getpass": "^0.1.1",
72     "jodid25519": "^1.0.0",
73     "jsbn": "~0.1.0",
74     "tweetnacl": "~0.14.0"
75   },
76   "description": "A library for finding and using SSH public keys",
77   "devDependencies": {
78     "benchmark": "^1.0.0",
79     "sinon": "^1.17.2",
80     "tape": "^3.5.0",
81     "temp": "^0.8.2"
82   },
83   "directories": {
84     "bin": "./bin",
85     "lib": "./lib",
86     "man": "./man/man1"
87   },
88   "dist": {
89     "shasum": "2d8d5ebb4a6fab28ffba37fa62a90f4a3ea59d77",
90     "tarball": "https://registry.npmjs.org/sshpk/-/sshpk-1.11.0.tgz"
91   },
92   "engines": {
93     "node": ">=0.10.0"
94   },
95   "gitHead": "3bd4c3866a481845683a9e23d5062fff0b4b1bb0",
96   "homepage": "https://github.com/arekinath/node-sshpk#readme",
97   "license": "MIT",
98   "main": "lib/index.js",
99   "maintainers": [
100     {
101       "name": "arekinath",
102       "email": "alex@cooperi.net"
103     }
104   ],
105   "man": [
106     "/Users/alex.wilson/dev/sshpk/man/man1/sshpk-conv.1",
107     "/Users/alex.wilson/dev/sshpk/man/man1/sshpk-sign.1",
108     "/Users/alex.wilson/dev/sshpk/man/man1/sshpk-verify.1"
109   ],
110   "name": "sshpk",
111   "optionalDependencies": {
112     "bcrypt-pbkdf": "^1.0.0",
113     "ecc-jsbn": "~0.1.1",
114     "jodid25519": "^1.0.0",
115     "jsbn": "~0.1.0",
116     "tweetnacl": "~0.14.0"
117   },
118   "readme": "ERROR: No README data found!",
119   "repository": {
120     "type": "git",
121     "url": "git+https://github.com/arekinath/node-sshpk.git"
122   },
123   "scripts": {
124     "test": "tape test/*.js"
125   },
126   "version": "1.11.0"
127 }