forked from Storyboard-fm/storycore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.59 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.59 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
62
63
{
"name": "hypercore",
"version": "10.8.1",
"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": "[email protected]",
"url": "https://mafinto.sh"
},
{
"name": "Andrew Osheroff",
"email": "[email protected]",
"url": "https://andrewosh.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/holepunchto/hypercore/issues"
},
"homepage": "https://github.com/holepunchto/hypercore#readme",
"files": [
"index.js",
"lib/**.js"
],
"dependencies": {
"@hyperswarm/secret-stream": "^6.0.0",
"b4a": "^1.1.0",
"big-sparse-array": "^1.0.3",
"compact-encoding": "^2.11.0",
"crc-universal": "^1.0.2",
"events": "^3.3.0",
"flat-tree": "^1.9.0",
"hypercore-crypto": "^3.2.1",
"is-options": "^1.0.1",
"protomux": "^3.4.0",
"quickbit-universal": "^2.0.3",
"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",
"xache": "^1.1.0",
"z32": "^1.0.0"
},
"devDependencies": {
"brittle": "^3.0.0",
"hyperswarm": "^4.3.6",
"random-access-memory": "^6.1.0",
"random-access-memory-overlay": "^3.0.0",
"standard": "^17.0.0",
"tmp-promise": "^3.0.2"
}
}