Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
61 lines (61 loc) · 1.51 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.51 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
{
"name": "hyperplexer",
"version": "0.0.1",
"description": "🐙 hypercore multiplexer and replication manager",
"main": "index.js",
"files": [
"lib",
"bin",
"index.js"
],
"scripts": {
"test": "tape test/*.js",
"debug": "node inspect $(npm bin)/tape test/",
"lint": "standard",
"prepublishOnly": "npm test",
"bench": "node $(npm bin)/hypersim -T -o swarm-log.json scenarios/multi-index-swarm.js"
},
"dependencies": {
"deferinfer": "^1.0.1",
"end-of-stream": "^1.4.4",
"exchange-protocol": "^4.0.0",
"hypercore-protocol": "^7.7.1",
"hypercore-substream": "^3.0.1",
"nanoqueue": "^1.0.0",
"pretty-hash": "^1.0.1",
"pump": "^3.0.0",
"xxhashjs": "^0.2.2"
},
"devDependencies": {
"corestore": "^5.0.8",
"jsdoc": "^3.6.3",
"fast-fifo": "^1.0.0",
"hyper-simulator": "^1.0.2",
"hypercore": "^8.4.0",
"random-access-file": "^2.1.3",
"random-access-memory": "^3.1.1",
"standard": "^14.3.1",
"tape": "^4.11.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/decentstack/hyperplexer.git"
},
"keywords": [
"hypercore",
"multiplex",
"feed",
"replication",
"manager",
"multifeed"
],
"author": {
"name": "Tony Ivanov",
"email": "telamohn@pm.me"
},
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/telamon/@decentstack/replication-manager/issues"
},
"homepage": "https://github.com/telamon/@decentstack/replication-manager#readme"
}