Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80522 views
1
{
2
"name": "shasum",
3
"version": "1.0.1",
4
"homepage": "https://github.com/dominictarr/shasum",
5
"repository": {
6
"type": "git",
7
"url": "git://github.com/dominictarr/shasum.git"
8
},
9
"dependencies": {
10
"json-stable-stringify": "~0.0.0",
11
"sha.js": "~2.3.0"
12
},
13
"devDependencies": {},
14
"browser": {
15
"./index.js": "./browser.js"
16
},
17
"scripts": {
18
"test": "node test/index.js && node test/index.js browser"
19
},
20
"author": {
21
"name": "'Dominic Tarr'",
22
"email": "[email protected]",
23
"url": "http://dominictarr.com"
24
},
25
"license": "MIT",
26
"gitHead": "7c4aa3102bc5a95765e422b8e3a50494ea1b8721",
27
"description": "Single function that return the sha1sum. Installing this is just a little bit quicker than reading the crypto documentation.",
28
"bugs": {
29
"url": "https://github.com/dominictarr/shasum/issues"
30
},
31
"_id": "[email protected]",
32
"_shasum": "0e0e8506a3b9e6c371ad9173845d04ff9126587f",
33
"_from": "shasum@>=1.0.0 <2.0.0",
34
"_npmVersion": "2.1.11",
35
"_nodeVersion": "0.10.31",
36
"_npmUser": {
37
"name": "dominictarr",
38
"email": "[email protected]"
39
},
40
"maintainers": [
41
{
42
"name": "dominictarr",
43
"email": "[email protected]"
44
}
45
],
46
"dist": {
47
"shasum": "0e0e8506a3b9e6c371ad9173845d04ff9126587f",
48
"tarball": "http://registry.npmjs.org/shasum/-/shasum-1.0.1.tgz"
49
},
50
"directories": {},
51
"_resolved": "https://registry.npmjs.org/shasum/-/shasum-1.0.1.tgz",
52
"readme": "ERROR: No README data found!"
53
}
54
55