-
Notifications
You must be signed in to change notification settings - Fork 182
/
package.json
80 lines (80 loc) · 1.99 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
76
77
78
79
80
{
"name": "hypercore",
"version": "10.37.25",
"description": "Hypercore is a secure, distributed append-only log",
"main": "index.js",
"scripts": {
"test": "standard && node test/all.js",
"test:generate": "brittle -r test/all.js test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holepunchto/hypercore.git"
},
"contributors": [
{
"name": "Mathias Buus",
"email": "mathiasbuus@gmail.com",
"url": "https://mafinto.sh"
},
{
"name": "Andrew Osheroff",
"email": "andrewosh@gmail.com",
"url": "https://andrewosh.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/holepunchto/hypercore/issues"
},
"homepage": "https://github.com/holepunchto/hypercore#readme",
"files": [
"index.js",
"errors.js",
"messages.js",
"lib/**.js"
],
"imports": {
"events": {
"bare": "bare-events",
"default": "events"
}
},
"dependencies": {
"@hyperswarm/secret-stream": "^6.0.0",
"b4a": "^1.1.0",
"bare-events": "^2.2.0",
"big-sparse-array": "^1.0.3",
"compact-encoding": "^2.11.0",
"crc-universal": "^1.0.2",
"fast-fifo": "^1.3.0",
"flat-tree": "^1.9.0",
"hypercore-crypto": "^3.2.1",
"hypercore-errors": "^1.2.0",
"hypercore-id-encoding": "^1.2.0",
"is-options": "^1.0.1",
"protomux": "^3.5.0",
"quickbit-universal": "^2.2.0",
"random-access-file": "^4.0.0",
"random-array-iterator": "^1.0.0",
"safety-catch": "^1.0.1",
"sodium-universal": "^4.0.0",
"streamx": "^2.12.4",
"unslab": "^1.3.0",
"xache": "^1.1.0",
"z32": "^1.0.0"
},
"devDependencies": {
"brittle": "^3.0.0",
"hyperswarm": "^4.3.6",
"rache": "^1.0.0",
"random-access-memory": "^6.1.0",
"random-access-memory-overlay": "^3.0.0",
"range-parser": "^1.2.1",
"speedometer": "^1.1.0",
"standard": "^17.0.0",
"test-tmp": "^1.0.2",
"tiny-byte-size": "^1.1.0",
"udx-native": "^1.6.1"
}
}