package.json
1.66 KB
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
{
"_from": "diffie-hellman@^5.0.0",
"_id": "diffie-hellman@5.0.3",
"_inBundle": false,
"_integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==",
"_location": "/diffie-hellman",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "diffie-hellman@^5.0.0",
"name": "diffie-hellman",
"escapedName": "diffie-hellman",
"rawSpec": "^5.0.0",
"saveSpec": null,
"fetchSpec": "^5.0.0"
},
"_requiredBy": [
"/crypto-browserify"
],
"_resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz",
"_shasum": "40e8ee98f55a2149607146921c63e1ae5f3d2875",
"_spec": "diffie-hellman@^5.0.0",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\crypto-browserify",
"author": {
"name": "Calvin Metcalf"
},
"browser": "browser.js",
"bugs": {
"url": "https://github.com/crypto-browserify/diffie-hellman/issues"
},
"bundleDependencies": false,
"dependencies": {
"bn.js": "^4.1.0",
"miller-rabin": "^4.0.0",
"randombytes": "^2.0.0"
},
"deprecated": false,
"description": "pure js diffie-hellman",
"devDependencies": {
"tap-spec": "^1.0.1",
"tape": "^3.0.1"
},
"homepage": "https://github.com/crypto-browserify/diffie-hellman",
"keywords": [
"diffie",
"hellman",
"diffiehellman",
"dh"
],
"license": "MIT",
"main": "index.js",
"name": "diffie-hellman",
"repository": {
"type": "git",
"url": "git+https://github.com/crypto-browserify/diffie-hellman.git"
},
"scripts": {
"test": "node test.js | tspec"
},
"version": "5.0.3"
}