Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80538 views
1
{
2
"name": "sha.js",
3
"description": "streaming sha1 hash in pure javascript",
4
"version": "2.3.6",
5
"homepage": "https://github.com/crypto-browserify/sha.js",
6
"repository": {
7
"type": "git",
8
"url": "git://github.com/crypto-browserify/sha.js.git"
9
},
10
"dependencies": {
11
"inherits": "^2.0.1"
12
},
13
"devDependencies": {
14
"buffer": "~2.3.2",
15
"hash-test-vectors": "^1.3.1",
16
"tape": "~2.3.2",
17
"typedarray": "0.0.6"
18
},
19
"bin": {
20
"sha.js": "./bin.js"
21
},
22
"scripts": {
23
"prepublish": "npm ls && npm test",
24
"test": "set -e; for t in test/*.js; do node $t; done;"
25
},
26
"author": {
27
"name": "Dominic Tarr",
28
"email": "[email protected]",
29
"url": "dominictarr.com"
30
},
31
"license": "MIT",
32
"gitHead": "73ae700d77d9be033ddc02820b7bc7958c44e0f8",
33
"bugs": {
34
"url": "https://github.com/crypto-browserify/sha.js/issues"
35
},
36
"_id": "[email protected]",
37
"_shasum": "10585a3f7fd8f1da715adac6f9d54516da0670cc",
38
"_from": "sha.js@>=2.3.0 <2.4.0",
39
"_npmVersion": "2.1.18",
40
"_nodeVersion": "0.10.35",
41
"_npmUser": {
42
"name": "dominictarr",
43
"email": "[email protected]"
44
},
45
"maintainers": [
46
{
47
"name": "dominictarr",
48
"email": "[email protected]"
49
},
50
{
51
"name": "dcousens",
52
"email": "[email protected]"
53
}
54
],
55
"dist": {
56
"shasum": "10585a3f7fd8f1da715adac6f9d54516da0670cc",
57
"tarball": "http://registry.npmjs.org/sha.js/-/sha.js-2.3.6.tgz"
58
},
59
"directories": {},
60
"_resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.3.6.tgz",
61
"readme": "ERROR: No README data found!"
62
}
63
64