Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80575 views
1
{
2
"name": "hash.js",
3
"version": "1.0.3",
4
"description": "Various hash functions that could be run by both browser and node",
5
"main": "lib/hash.js",
6
"scripts": {
7
"test": "mocha --reporter=spec test/*-test.js"
8
},
9
"repository": {
10
"type": "git",
11
"url": "git+ssh://[email protected]/indutny/hash.js.git"
12
},
13
"keywords": [
14
"hash",
15
"sha256",
16
"sha224",
17
"hmac"
18
],
19
"author": {
20
"name": "Fedor Indutny",
21
"email": "[email protected]"
22
},
23
"license": "MIT",
24
"bugs": {
25
"url": "https://github.com/indutny/hash.js/issues"
26
},
27
"homepage": "https://github.com/indutny/hash.js",
28
"dependencies": {
29
"inherits": "^2.0.1"
30
},
31
"devDependencies": {
32
"mocha": "^1.18.2"
33
},
34
"gitHead": "9c2ec8f5cdcdc255d5f6951427c5c803c097f7c6",
35
"_id": "[email protected]",
36
"_shasum": "1332ff00156c0a0ffdd8236013d07b77a0451573",
37
"_from": "hash.js@>=1.0.0 <2.0.0",
38
"_npmVersion": "2.9.0",
39
"_nodeVersion": "2.0.0",
40
"_npmUser": {
41
"name": "indutny",
42
"email": "[email protected]"
43
},
44
"maintainers": [
45
{
46
"name": "indutny",
47
"email": "[email protected]"
48
}
49
],
50
"dist": {
51
"shasum": "1332ff00156c0a0ffdd8236013d07b77a0451573",
52
"tarball": "http://registry.npmjs.org/hash.js/-/hash.js-1.0.3.tgz"
53
},
54
"directories": {},
55
"_resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.0.3.tgz",
56
"readme": "ERROR: No README data found!"
57
}
58
59