summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/package.json
blob: 72af04311324207f012e2565bbbed5f32a075b91 (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
{
  "_from": "asn1@~0.2.3",
  "_id": "asn1@0.2.3",
  "_integrity": "sha1-2sh4dxPJlmhJ/IGAd36+nB3fO4Y=",
  "_location": "/request/http-signature/sshpk/asn1",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "asn1@~0.2.3",
    "name": "asn1",
    "escapedName": "asn1",
    "rawSpec": "~0.2.3",
    "saveSpec": null,
    "fetchSpec": "~0.2.3"
  },
  "_requiredBy": [
    "/request/http-signature/sshpk"
  ],
  "_resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz",
  "_shasum": "dac8787713c9966849fc8180777ebe9c1ddf3b86",
  "_shrinkwrap": null,
  "_spec": "asn1@~0.2.3",
  "_where": "/Users/zkat/Documents/code/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk",
  "author": {
    "name": "Mark Cavage",
    "email": "mcavage@gmail.com"
  },
  "bin": null,
  "bugs": {
    "url": "https://github.com/mcavage/node-asn1/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "David Gwynne",
      "email": "loki@animata.net"
    },
    {
      "name": "Yunong Xiao",
      "email": "yunong@joyent.com"
    },
    {
      "name": "Alex Wilson",
      "email": "alex.wilson@joyent.com"
    }
  ],
  "dependencies": {},
  "deprecated": false,
  "description": "Contains parsers and serializers for ASN.1 (currently BER only)",
  "devDependencies": {
    "tap": "0.4.8"
  },
  "homepage": "https://github.com/mcavage/node-asn1#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "name": "asn1",
  "optionalDependencies": {},
  "peerDependencies": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/mcavage/node-asn1.git"
  },
  "scripts": {
    "test": "tap ./tst"
  },
  "version": "0.2.3"
}