Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80529 views
1
{
2
"author": {
3
"name": "Dominic Tarr",
4
"email": "[email protected]",
5
"url": "dominictarr.com"
6
},
7
"name": "crypto-browserify",
8
"description": "implementation of crypto for the browser",
9
"version": "3.9.14",
10
"homepage": "https://github.com/crypto-browserify/crypto-browserify",
11
"repository": {
12
"type": "git",
13
"url": "git://github.com/crypto-browserify/crypto-browserify.git"
14
},
15
"scripts": {
16
"test": "set -e; for t in test/node/*.js test/*.js; do node $t; done",
17
"prepublish": "npm ls && npm test"
18
},
19
"engines": {
20
"node": "*"
21
},
22
"dependencies": {
23
"browserify-aes": "^1.0.0",
24
"browserify-sign": "^3.0.1",
25
"create-ecdh": "^2.0.0",
26
"create-hash": "^1.1.0",
27
"create-hmac": "^1.1.0",
28
"diffie-hellman": "^3.0.1",
29
"inherits": "^2.0.1",
30
"pbkdf2": "^3.0.3",
31
"public-encrypt": "^2.0.0",
32
"randombytes": "^2.0.0"
33
},
34
"devDependencies": {
35
"tape": "~2.3.2",
36
"hash-test-vectors": "~1.3.2"
37
},
38
"optionalDependencies": {},
39
"browser": {
40
"crypto": false
41
},
42
"license": "MIT",
43
"gitHead": "7ac9b42974526f0b7fe1714c1dac970eb7c0ef3c",
44
"bugs": {
45
"url": "https://github.com/crypto-browserify/crypto-browserify/issues"
46
},
47
"_id": "[email protected]",
48
"_shasum": "d69925252c845392714aed1460c54b56605314ab",
49
"_from": "crypto-browserify@>=3.0.0 <4.0.0",
50
"_npmVersion": "2.7.0",
51
"_nodeVersion": "1.6.2",
52
"_npmUser": {
53
"name": "cwmma",
54
"email": "[email protected]"
55
},
56
"maintainers": [
57
{
58
"name": "dominictarr",
59
"email": "[email protected]"
60
},
61
{
62
"name": "cwmma",
63
"email": "[email protected]"
64
},
65
{
66
"name": "dcousens",
67
"email": "[email protected]"
68
},
69
{
70
"name": "jprichardson",
71
"email": "[email protected]"
72
},
73
{
74
"name": "indutny",
75
"email": "[email protected]"
76
}
77
],
78
"dist": {
79
"shasum": "d69925252c845392714aed1460c54b56605314ab",
80
"tarball": "http://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.9.14.tgz"
81
},
82
"directories": {},
83
"_resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.9.14.tgz",
84
"readme": "ERROR: No README data found!"
85
}
86
87