-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.08 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
{
"name": "random-access-over-mux",
"type": "module",
"license": "MIT",
"main": "index.js",
"browser": "index.js",
"description": "random-access over protomux channel",
"fundme": "bc1q9fpu6muvmg5fj76pyzg3ffjrmksnvfj3c0xva6",
"version": "0.0.1006",
"homepage": "https://github.com/zacharygriffee/random-access-over-mux#random-access-over-mux",
"scripts": {
"test": "node ./test.js"
},
"dependencies": {
"b4a": "^1.6.4",
"compact-encoding": "^2.13.0",
"delegates": "^1.0.0",
"framed-stream": "^1.0.1",
"protomux-rpc": "^1.5.1"
},
"devDependencies": {
"brittle": "^3.3.2",
"duplex-through": "^1.0.2",
"hypercore": "^10.31.12",
"protomux": "^3.5.1",
"random-access-file": "^4.0.4",
"random-access-memory": "^6.2.0",
"random-access-storage": "^3.0.1",
"streamx": "^2.15.6"
},
"exports": {
".": {
"default": "./index.js"
},
"./ioc": {
"default": "./index.ioc.js"
},
"./loader": {
"default": "./loader.js"
},
"./loader/ioc": {
"default": "./loader.ioc.js"
}
}
}