-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
64 lines (64 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
{
"_from": "git+https://github.com/mardock2009/Ravencoin-stratum-server.git",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "",
"_location": "/stratum-pool",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "git+https://github.com/mardock2009/Ravencoin-stratum-server.git",
"rawSpec": "git+https://github.com/mardock2009/Ravencoin-stratum-server.git",
"saveSpec": "git+https://github.com/mardock2009/Ravencoin-stratum-server.git",
"fetchSpec": "git+https://github.com/mardock2009/Ravencoin-stratum-server.git",
"gitCommittish": null
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "git+https://github.com/cryptopoolorg/cyberpool-ravencoin-stratum.git",
"_spec": "git+https://github.com/cryptopoolorg/cyberpool-ravencoin-stratum.git",
"_where": "/home/pool/cyberpool-ravencoin-stratum",
"author": {
"name": "Cyber Pool"
},
"bugs": {
"url": "https://github.com/mardock2009/Ravencoin-stratum-server/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Cyber Harry"
}
],
"dependencies": {
"base58-native": "^0.1.4",
"big-integer": "^1.6.48",
"bitcoinjs-lib": "^5.2.0",
"merkle-bitcoin": "^1.0.2",
"promise": "^8.1.0"
},
"deprecated": false,
"description": "High performance Stratum Server in Node.js for Ravencoin",
"engines": {
"node": ">=11.15.0"
},
"homepage": "https://github.com/mardock2009/Ravencoin-stratum-server",
"keywords": [
"stratum",
"mining",
"server",
"stratumserver",
"Ravencoin",
"KawPoW"
],
"license": "GPL-3.0",
"main": "lib/index.js",
"name": "stratum-pool",
"repository": {
"type": "git",
"url": "git+https://github.com/mardock2009/Ravencoin-stratum-server.git"
},
"version": "1.0.1"
}