forked from holepunchto/hyperdrive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.44 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
{
"name": "hyperdrive",
"version": "10.13.0",
"description": "Hyperdrive is a secure, real time distributed file system",
"main": "index.js",
"scripts": {
"test": "tape test/index.js",
"bench:latency": "tape bench/latency.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mafintosh/hyperdrive.git"
},
"keywords": [
"hyperdrive",
"hypertrie"
],
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/hyperdrive/issues"
},
"homepage": "https://github.com/mafintosh/hyperdrive#readme",
"dependencies": {
"byte-stream": "^2.1.0",
"corestore": "^5.3.2",
"custom-error-class": "^1.0.0",
"duplexify": "^3.7.1",
"filesystem-constants": "^1.0.0",
"hypercore-byte-stream": "^1.0.2",
"hypercore-protocol": "^8.0.0",
"hyperdrive-schemas": "^1.9.0",
"mountable-hypertrie": "^2.6.0",
"mutexify": "^1.2.0",
"nanoiterator": "^1.2.0",
"nanoresource": "^1.3.0",
"pump": "^3.0.0",
"pumpify": "^1.5.1",
"stream-collector": "^1.0.1",
"through2": "^3.0.0",
"thunky": "^1.0.3",
"thunky-map": "^1.0.0",
"unixify": "^1.0.0",
"varint": "^5.0.0"
},
"devDependencies": {
"fuzzbuzz": "^2.0.0",
"latency-stream": "^1.0.0",
"nanobench": "^2.1.1",
"random-access-file": "^2.1.3",
"random-access-memory": "^3.1.1",
"tape": "^4.10.0",
"temporary-directory": "^1.0.2"
}
}