Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80556 views
1
{
2
"name": "ripemd160",
3
"version": "1.0.1",
4
"description": "Compute ripemd160 of bytes or strings.",
5
"keywords": [
6
"string",
7
"strings",
8
"ripemd160",
9
"ripe160",
10
"bitcoin",
11
"bytes",
12
"cryptography"
13
],
14
"license": "BSD-3-Clause",
15
"devDependencies": {
16
"mocha": "^2.1.0",
17
"mochify": "^2.1.1",
18
"standard": "3.x"
19
},
20
"repository": {
21
"url": "git+https://github.com/crypto-browserify/ripemd160.git",
22
"type": "git"
23
},
24
"main": "./lib/ripemd160.js",
25
"dependencies": {},
26
"scripts": {
27
"test": "mocha test",
28
"browser-test": "mochify --wd -R spec"
29
},
30
"gitHead": "42172c6527a55a24a9ee306996b4a8578d4780db",
31
"bugs": {
32
"url": "https://github.com/crypto-browserify/ripemd160/issues"
33
},
34
"homepage": "https://github.com/crypto-browserify/ripemd160",
35
"_id": "[email protected]",
36
"_shasum": "93a4bbd4942bc574b69a8fa57c71de10ecca7d6e",
37
"_from": "ripemd160@>=1.0.0 <2.0.0",
38
"_npmVersion": "2.3.0",
39
"_nodeVersion": "0.10.32",
40
"_npmUser": {
41
"name": "jprichardson",
42
"email": "[email protected]"
43
},
44
"maintainers": [
45
{
46
"name": "vbuterin",
47
"email": "[email protected]"
48
},
49
{
50
"name": "midnightlightning",
51
"email": "[email protected]"
52
},
53
{
54
"name": "nadav",
55
"email": "[email protected]"
56
},
57
{
58
"name": "dcousens",
59
"email": "[email protected]"
60
},
61
{
62
"name": "dominictarr",
63
"email": "[email protected]"
64
},
65
{
66
"name": "cwmma",
67
"email": "[email protected]"
68
},
69
{
70
"name": "jprichardson",
71
"email": "[email protected]"
72
}
73
],
74
"dist": {
75
"shasum": "93a4bbd4942bc574b69a8fa57c71de10ecca7d6e",
76
"tarball": "http://registry.npmjs.org/ripemd160/-/ripemd160-1.0.1.tgz"
77
},
78
"directories": {},
79
"_resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-1.0.1.tgz",
80
"readme": "ERROR: No README data found!"
81
}
82
83