Blame view

node_modules/sshpk/package.json 2.38 KB
aaac7fed   liuqimichale   add
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
  {
    "_args": [
      [
        "sshpk@1.15.2",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "sshpk@1.15.2",
    "_id": "sshpk@1.15.2",
    "_inBundle": false,
    "_integrity": "sha1-yUbWvZsaOdDoY1dj9SQtbtbctik=",
    "_location": "/sshpk",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "sshpk@1.15.2",
      "name": "sshpk",
      "escapedName": "sshpk",
      "rawSpec": "1.15.2",
      "saveSpec": null,
      "fetchSpec": "1.15.2"
    },
    "_requiredBy": [
      "/http-signature"
    ],
    "_resolved": "http://registry.npm.taobao.org/sshpk/download/sshpk-1.15.2.tgz",
    "_spec": "1.15.2",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "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": [
      {
        "name": "Dave Eddy",
        "email": "dave@daveeddy.com"
      },
      {
        "name": "Mark Cavage",
        "email": "mcavage@gmail.com"
      },
      {
        "name": "Alex Wilson",
        "email": "alex@cooperi.net"
      }
    ],
    "dependencies": {
      "asn1": "~0.2.3",
      "assert-plus": "^1.0.0",
      "bcrypt-pbkdf": "^1.0.0",
      "dashdash": "^1.12.0",
      "ecc-jsbn": "~0.1.1",
      "getpass": "^0.1.1",
      "jsbn": "~0.1.0",
      "safer-buffer": "^2.0.2",
      "tweetnacl": "~0.14.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"
    },
    "engines": {
      "node": ">=0.10.0"
    },
    "homepage": "https://github.com/arekinath/node-sshpk#readme",
    "license": "MIT",
    "main": "lib/index.js",
    "man": [
      "/Library/WebServer/Documents/mywork/dyitoc/node_modules/sshpk/man/man1/sshpk-conv.1",
      "/Library/WebServer/Documents/mywork/dyitoc/node_modules/sshpk/man/man1/sshpk-sign.1",
      "/Library/WebServer/Documents/mywork/dyitoc/node_modules/sshpk/man/man1/sshpk-verify.1"
    ],
    "name": "sshpk",
    "optionalDependencies": {},
    "repository": {
      "type": "git",
      "url": "git+https://github.com/joyent/node-sshpk.git"
    },
    "scripts": {
      "test": "tape test/*.js"
    },
    "version": "1.15.2"
  }