package.json
2.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"_args": [
[
{
"raw": "ripemd160@^1.0.0",
"scope": null,
"escapedName": "ripemd160",
"name": "ripemd160",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming/node_modules/create-hash"
]
],
"_from": "ripemd160@>=1.0.0 <2.0.0",
"_id": "ripemd160@1.0.1",
"_inCache": true,
"_location": "/ripemd160",
"_nodeVersion": "0.10.32",
"_npmUser": {
"name": "jprichardson",
"email": "jprichardson@gmail.com"
},
"_npmVersion": "2.3.0",
"_phantomChildren": {},
"_requested": {
"raw": "ripemd160@^1.0.0",
"scope": null,
"escapedName": "ripemd160",
"name": "ripemd160",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/create-hash"
],
"_resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-1.0.1.tgz",
"_shasum": "93a4bbd4942bc574b69a8fa57c71de10ecca7d6e",
"_shrinkwrap": null,
"_spec": "ripemd160@^1.0.0",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/create-hash",
"bugs": {
"url": "https://github.com/crypto-browserify/ripemd160/issues"
},
"dependencies": {},
"description": "Compute ripemd160 of bytes or strings.",
"devDependencies": {
"mocha": "^2.1.0",
"mochify": "^2.1.1",
"standard": "3.x"
},
"directories": {},
"dist": {
"shasum": "93a4bbd4942bc574b69a8fa57c71de10ecca7d6e",
"tarball": "https://registry.npmjs.org/ripemd160/-/ripemd160-1.0.1.tgz"
},
"gitHead": "42172c6527a55a24a9ee306996b4a8578d4780db",
"homepage": "https://github.com/crypto-browserify/ripemd160",
"keywords": [
"string",
"strings",
"ripemd160",
"ripe160",
"bitcoin",
"bytes",
"cryptography"
],
"license": "BSD-3-Clause",
"main": "./lib/ripemd160.js",
"maintainers": [
{
"name": "vbuterin",
"email": "vbuterin@gmail.com"
},
{
"name": "midnightlightning",
"email": "boydb@midnightdesign.ws"
},
{
"name": "nadav",
"email": "npm@shesek.info"
},
{
"name": "dcousens",
"email": "email@dcousens.com"
},
{
"name": "dominictarr",
"email": "dominic.tarr@gmail.com"
},
{
"name": "cwmma",
"email": "calvin.metcalf@gmail.com"
},
{
"name": "jprichardson",
"email": "jprichardson@gmail.com"
}
],
"name": "ripemd160",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"url": "git+https://github.com/crypto-browserify/ripemd160.git",
"type": "git"
},
"scripts": {
"browser-test": "mochify --wd -R spec",
"test": "mocha test"
},
"version": "1.0.1"
}