Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80540 views
1
{
2
"name": "diffie-hellman",
3
"version": "3.0.2",
4
"description": "pure js diffie-hellman",
5
"main": "index.js",
6
"browser": "browser.js",
7
"scripts": {
8
"test": "node test.js | tspec"
9
},
10
"repository": {
11
"type": "git",
12
"url": "git+https://github.com/crypto-browserify/diffie-hellman.git"
13
},
14
"keywords": [
15
"diffie",
16
"hellman",
17
"diffiehellman",
18
"dh"
19
],
20
"author": {
21
"name": "Calvin Metcalf"
22
},
23
"license": "MIT",
24
"bugs": {
25
"url": "https://github.com/crypto-browserify/diffie-hellman/issues"
26
},
27
"homepage": "https://github.com/crypto-browserify/diffie-hellman",
28
"dependencies": {
29
"bn.js": "^2.0.0",
30
"miller-rabin": "^2.0.0",
31
"randombytes": "^2.0.0"
32
},
33
"devDependencies": {
34
"tap-spec": "^1.0.1",
35
"tape": "^3.0.1"
36
},
37
"gitHead": "d08366d473d086bd14fb75d8f7b12ea6de312452",
38
"_id": "[email protected]",
39
"_shasum": "2a565afb1e03589cd284c010d6ebf8077b2886d7",
40
"_from": "diffie-hellman@>=3.0.1 <4.0.0",
41
"_npmVersion": "2.9.0",
42
"_nodeVersion": "0.12.3",
43
"_npmUser": {
44
"name": "dcousens",
45
"email": "[email protected]"
46
},
47
"maintainers": [
48
{
49
"name": "cwmma",
50
"email": "[email protected]"
51
},
52
{
53
"name": "dcousens",
54
"email": "[email protected]"
55
},
56
{
57
"name": "dominictarr",
58
"email": "[email protected]"
59
},
60
{
61
"name": "jprichardson",
62
"email": "[email protected]"
63
},
64
{
65
"name": "indutny",
66
"email": "[email protected]"
67
}
68
],
69
"dist": {
70
"shasum": "2a565afb1e03589cd284c010d6ebf8077b2886d7",
71
"tarball": "http://registry.npmjs.org/diffie-hellman/-/diffie-hellman-3.0.2.tgz"
72
},
73
"directories": {},
74
"_resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-3.0.2.tgz",
75
"readme": "ERROR: No README data found!"
76
}
77
78