-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 1.79 KB
/
package.json
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
{
"_args": [
[
"multi-hashing-bbscoin@1.0.2",
"/home/bbscoin/bbscoin-pool"
]
],
"_from": "multi-hashing-bbscoin@1.0.2",
"_id": "multi-hashing-bbscoin@1.0.2",
"_inBundle": false,
"_integrity": "sha512-pkW+icr/zWHq7oJc9E5wO3jjdAaeGB6ArbVJYkhNkQsQho5J1gTPaQR3A6pV+Kb62ANlYog1qZf+OeeP0gzTEQ==",
"_location": "/multi-hashing-bbscoin",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "multi-hashing-bbscoin@1.0.2",
"name": "multi-hashing-bbscoin",
"escapedName": "multi-hashing-bbscoin",
"rawSpec": "1.0.2",
"saveSpec": null,
"fetchSpec": "1.0.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/multi-hashing-bbscoin/-/multi-hashing-bbscoin-1.0.2.tgz",
"_spec": "1.0.2",
"_where": "/home/bbscoin/bbscoin-pool",
"author": {
"name": "Matthew Little",
"email": "zone117x@gmail.com"
},
"bugs": {
"url": "https://github.com/bbscoin/multi-hashing-bbscoin/issues"
},
"dependencies": {
"bindings": "*",
"nan": "^2.11.0"
},
"description": "multi-hashing-bbscoin =====================",
"devDependencies": {
"mocha": "^5.1.0"
},
"gypfile": true,
"homepage": "https://github.com/bbscoin/multi-hashing-bbscoin#readme",
"keywords": [
"scrypt",
"script-n",
"x11",
"quark",
"keccak_hash",
"skein",
"bcrypt",
"keccak",
"blake",
"shavite",
"fugue",
"sha1",
"cryptonight",
"cryptonight v7",
"cryptonight lite"
],
"main": "multihashing",
"name": "multi-hashing-bbscoin",
"repository": {
"type": "git",
"url": "git+https://github.com/bbscoin/multi-hashing-bbscoin.git"
},
"scripts": {
"install": "node-gyp rebuild",
"test": "mocha ./tests/**/*-test.js"
},
"version": "1.0.2"
}