Blame view

node_modules/evp_bytestokey/package.json 1.95 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
  {
    "_args": [
      [
        "evp_bytestokey@1.0.3",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "evp_bytestokey@1.0.3",
    "_id": "evp_bytestokey@1.0.3",
    "_inBundle": false,
    "_integrity": "sha1-f8vbGY3HGVlDLv4ThCaE4FJaywI=",
    "_location": "/evp_bytestokey",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "evp_bytestokey@1.0.3",
      "name": "evp_bytestokey",
      "escapedName": "evp_bytestokey",
      "rawSpec": "1.0.3",
      "saveSpec": null,
      "fetchSpec": "1.0.3"
    },
    "_requiredBy": [
      "/browserify-aes",
      "/browserify-cipher",
      "/parse-asn1"
    ],
    "_resolved": "http://registry.npm.taobao.org/evp_bytestokey/download/evp_bytestokey-1.0.3.tgz",
    "_spec": "1.0.3",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "Calvin Metcalf",
      "email": "calvin.metcalf@gmail.com"
    },
    "bugs": {
      "url": "https://github.com/crypto-browserify/EVP_BytesToKey/issues"
    },
    "contributors": [
      {
        "name": "Kirill Fomichev",
        "email": "fanatid@ya.ru"
      }
    ],
    "dependencies": {
      "md5.js": "^1.3.4",
      "safe-buffer": "^5.1.1"
    },
    "description": "The insecure key derivation algorithm from OpenSSL",
    "devDependencies": {
      "bindings": "^1.2.1",
      "nan": "^2.4.0",
      "nyc": "^8.1.0",
      "standard": "^8.0.0",
      "tape": "^4.6.0"
    },
    "files": [
      "index.js"
    ],
    "gypfile": false,
    "homepage": "https://github.com/crypto-browserify/EVP_BytesToKey",
    "keywords": [
      "crypto",
      "openssl"
    ],
    "license": "MIT",
    "main": "index.js",
    "name": "evp_bytestokey",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/crypto-browserify/EVP_BytesToKey.git"
    },
    "scripts": {
      "coverage": "nyc tape test/*.js",
      "lint": "standard",
      "test": "npm run lint && npm run unit",
      "test:prepare": "node-gyp rebuild",
      "unit": "tape test/*.js"
    },
    "version": "1.0.3"
  }