-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
109 lines (109 loc) · 2.74 KB
/
package.json
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"_args": [
[
{
"raw": "diffie-hellman@^5.0.0",
"scope": null,
"escapedName": "diffie-hellman",
"name": "diffie-hellman",
"rawSpec": "^5.0.0",
"spec": ">=5.0.0 <6.0.0",
"type": "range"
},
"C:\\Users\\Vo Thanh Dat\\Desktop\\backend\\Sem3---Sale-Book-Online\\FrontEnd\\node_modules\\crypto-browserify"
]
],
"_from": "diffie-hellman@>=5.0.0 <6.0.0",
"_id": "diffie-hellman@5.0.2",
"_inCache": true,
"_location": "/diffie-hellman",
"_nodeVersion": "5.5.0",
"_npmUser": {
"name": "cwmma",
"email": "calvin.metcalf@gmail.com"
},
"_npmVersion": "3.3.12",
"_phantomChildren": {},
"_requested": {
"raw": "diffie-hellman@^5.0.0",
"scope": null,
"escapedName": "diffie-hellman",
"name": "diffie-hellman",
"rawSpec": "^5.0.0",
"spec": ">=5.0.0 <6.0.0",
"type": "range"
},
"_requiredBy": [
"/crypto-browserify"
],
"_resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.2.tgz",
"_shasum": "b5835739270cfe26acf632099fded2a07f209e5e",
"_shrinkwrap": null,
"_spec": "diffie-hellman@^5.0.0",
"_where": "C:\\Users\\Vo Thanh Dat\\Desktop\\backend\\Sem3---Sale-Book-Online\\FrontEnd\\node_modules\\crypto-browserify",
"author": {
"name": "Calvin Metcalf"
},
"browser": "browser.js",
"bugs": {
"url": "https://github.com/crypto-browserify/diffie-hellman/issues"
},
"dependencies": {
"bn.js": "^4.1.0",
"miller-rabin": "^4.0.0",
"randombytes": "^2.0.0"
},
"description": "pure js diffie-hellman",
"devDependencies": {
"tap-spec": "^1.0.1",
"tape": "^3.0.1"
},
"directories": {},
"dist": {
"shasum": "b5835739270cfe26acf632099fded2a07f209e5e",
"tarball": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.2.tgz"
},
"gitHead": "6a58413e1004b48425b28fb337187db00c2d83c0",
"homepage": "https://github.com/crypto-browserify/diffie-hellman",
"keywords": [
"diffie",
"hellman",
"diffiehellman",
"dh"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "cwmma",
"email": "calvin.metcalf@gmail.com"
},
{
"name": "dcousens",
"email": "email@dcousens.com"
},
{
"name": "dominictarr",
"email": "dominic.tarr@gmail.com"
},
{
"name": "jprichardson",
"email": "jprichardson@gmail.com"
},
{
"name": "indutny",
"email": "fedor@indutny.com"
}
],
"name": "diffie-hellman",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/crypto-browserify/diffie-hellman.git"
},
"scripts": {
"test": "node test.js | tspec"
},
"version": "5.0.2"
}