-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.55 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
{
"name": "alligator",
"version": "1.2.3",
"description": "Multi Protocol RPC Gateway for node.js",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"bin": {
"alligator": "./bin.js"
},
"keywords": [
"icebreaker",
"peer",
"p2p"
],
"author": "Markus Wunderlin",
"license": "MIT",
"bugs": {
"url": "https://github.com/alligator-is/alligator/issues"
},
"homepage": "https://github.com/alligator-is/alligator",
"repository": {
"type": "git",
"url": "https://github.com/alligator-is/alligator.git"
},
"dependencies": {
"alligator-client": "1.1.6",
"chalk": "^4.1.1",
"cuid": "^2.1.8",
"encoding-down": "^7.0.0",
"flat": "^5.0.2",
"flumecodec": "0.0.1",
"flumedb": "^2.1.8",
"flumelog-offset": "^3.4.4",
"flumeview-reduce": "^1.4.0",
"icebreaker-network": "^1.0.11",
"icebreaker-rpc": "^2.0.7",
"k-bucket": "^5.1.0",
"leveldown": "^6.0.0",
"levelup": "^5.0.1",
"minimist": "^1.2.5",
"mkdirp": "^1.0.4",
"moment": "^2.29.1",
"mutexify": "^1.3.1",
"muxrpc": "^6.5.3",
"network-address": "^1.1.2",
"osenv": "^0.1.5",
"pull-abortable": "^4.1.1",
"pull-async": "^1.0.0",
"pull-async-filter": "^1.0.0",
"pull-defer": "^0.2.3",
"pull-from-promise": "0.0.1",
"pull-level": "^2.0.4",
"pull-live": "^1.0.1",
"pull-stdio": "^1.0.0",
"rc": "^1.2.8",
"rr": "^0.1.0",
"traverse": "^0.6.6",
"unset-value": "^2.0.0"
},
"devDependencies": {
"nodejs-fs-utils": "^1.2.5",
"tape": "^5.3.0"
}
}