summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/package.json
blob: fc995b42cd3b5ef379d4c5ba364d8370a50fc5a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
  "_args": [
    [
      "sshpk@^1.7.0",
      "/Users/rebecca/code/npm/node_modules/request/node_modules/http-signature"
    ]
  ],
  "_from": "sshpk@>=1.7.0 <2.0.0",
  "_id": "sshpk@1.7.4",
  "_inCache": true,
  "_installable": true,
  "_location": "/request/http-signature/sshpk",
  "_nodeVersion": "0.12.9",
  "_npmOperationalInternal": {
    "host": "packages-6-west.internal.npmjs.com",
    "tmp": "tmp/sshpk-1.7.4.tgz_1455236064846_0.4782760036177933"
  },
  "_npmUser": {
    "email": "alex@cooperi.net",
    "name": "arekinath"
  },
  "_npmVersion": "2.14.4",
  "_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.7.4.tgz",
  "_shasum": "ad7b47defca61c8415d964243b62b0ce60fbca38",
  "_shrinkwrap": null,
  "_spec": "sshpk@^1.7.0",
  "_where": "/Users/rebecca/code/npm/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 <0.3.0",
    "assert-plus": ">=0.2.0 <0.3.0",
    "dashdash": ">=1.10.1 <2.0.0",
    "ecc-jsbn": ">=0.0.1 <1.0.0",
    "jodid25519": ">=1.0.0 <2.0.0",
    "jsbn": ">=0.1.0 <0.2.0",
    "tweetnacl": ">=0.13.0 <1.0.0"
  },
  "description": "A library for finding and using SSH public keys",
  "devDependencies": {
    "benchmark": ">=1.0.0 <2.0.0",
    "sinon": ">=1.17.2 <2.0.0",
    "tape": ">=3.5.0 <4.0.0",
    "temp": "0.8.2"
  },
  "directories": {
    "bin": "./bin",
    "lib": "./lib",
    "man": "./man/man1"
  },
  "dist": {
    "shasum": "ad7b47defca61c8415d964243b62b0ce60fbca38",
    "tarball": "http://registry.npmjs.org/sshpk/-/sshpk-1.7.4.tgz"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "gitHead": "9b86d45d512c97f6ea10b98a2970828dfb290310",
  "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.0.1 <1.0.0",
    "jodid25519": ">=1.0.0 <2.0.0",
    "jsbn": ">=0.1.0 <0.2.0",
    "tweetnacl": ">=0.13.0 <1.0.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.7.4"
}