Blame view

node_modules/create-ecdh/package.json 1.54 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
  {
    "_args": [
      [
        "create-ecdh@4.0.3",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "create-ecdh@4.0.3",
    "_id": "create-ecdh@4.0.3",
    "_inBundle": false,
    "_integrity": "sha1-yREbbzMEXEaX8UR4f5JUzcd8Rf8=",
    "_location": "/create-ecdh",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "create-ecdh@4.0.3",
      "name": "create-ecdh",
      "escapedName": "create-ecdh",
      "rawSpec": "4.0.3",
      "saveSpec": null,
      "fetchSpec": "4.0.3"
    },
    "_requiredBy": [
      "/crypto-browserify"
    ],
    "_resolved": "http://registry.npm.taobao.org/create-ecdh/download/create-ecdh-4.0.3.tgz",
    "_spec": "4.0.3",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "Calvin Metcalf"
    },
    "browser": "browser.js",
    "bugs": {
      "url": "https://github.com/crypto-browserify/createECDH/issues"
    },
    "dependencies": {
      "bn.js": "^4.1.0",
      "elliptic": "^6.0.0"
    },
    "description": "createECDH but browserifiable",
    "devDependencies": {
      "standard": "^5.4.1",
      "tap-spec": "^1.0.1",
      "tape": "^3.0.1"
    },
    "homepage": "https://github.com/crypto-browserify/createECDH",
    "keywords": [
      "diffie",
      "hellman",
      "diffiehellman",
      "ECDH"
    ],
    "license": "MIT",
    "main": "index.js",
    "name": "create-ecdh",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/crypto-browserify/createECDH.git"
    },
    "scripts": {
      "test": "standard && node test.js | tspec"
    },
    "version": "4.0.3"
  }