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