Blame view

node_modules/parse-asn1/package.json 1.57 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
  {
    "_args": [
      [
        "parse-asn1@5.1.1",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "parse-asn1@5.1.1",
    "_id": "parse-asn1@5.1.1",
    "_inBundle": false,
    "_integrity": "sha1-9r8pOBgzK9DatU77Fgh3JHRebKg=",
    "_location": "/parse-asn1",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "parse-asn1@5.1.1",
      "name": "parse-asn1",
      "escapedName": "parse-asn1",
      "rawSpec": "5.1.1",
      "saveSpec": null,
      "fetchSpec": "5.1.1"
    },
    "_requiredBy": [
      "/browserify-sign",
      "/public-encrypt"
    ],
    "_resolved": "http://registry.npm.taobao.org/parse-asn1/download/parse-asn1-5.1.1.tgz",
    "_spec": "5.1.1",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": "",
    "bugs": {
      "url": "https://github.com/crypto-browserify/parse-asn1/issues"
    },
    "dependencies": {
      "asn1.js": "^4.0.0",
      "browserify-aes": "^1.0.0",
      "create-hash": "^1.1.0",
      "evp_bytestokey": "^1.0.0",
      "pbkdf2": "^3.0.3"
    },
    "description": "utility library for parsing asn1 files for use with browserify-sign.",
    "devDependencies": {
      "standard": "^5.0.0",
      "tape": "^3.4.0"
    },
    "homepage": "https://github.com/crypto-browserify/parse-asn1#readme",
    "license": "ISC",
    "main": "index.js",
    "name": "parse-asn1",
    "repository": {
      "type": "git",
      "url": "git://github.com/crypto-browserify/parse-asn1.git"
    },
    "scripts": {
      "standard": "standard",
      "test": "npm run standard && npm run unit",
      "unit": "node ./test"
    },
    "version": "5.1.1"
  }