-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
55 lines (55 loc) · 1.93 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": "ddrive",
"version": "4.0.0",
"description": "Distributed file system built on dDatabase.",
"main": "index.js",
"scripts": {
"test": "tape test/index.js",
"bench:latency": "tape bench/latency.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/distributedweb/ddrive.git"
},
"keywords": [
"ddrive",
"dwebtrie"
],
"author": "Peeps Labs <peepslabs@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/distributedweb/ddrive/issues"
},
"homepage": "https://github.com/distributedweb/ddrive#readme",
"dependencies": {
"byte-stream": "^2.1.0",
"dwebstore": "git://github.com/DistributedWeb/dwebstore.git#07dcea14f69926a77eac535e2a5f05b2676c80ae",
"custom-error-class": "^1.0.0",
"duplexify": "^3.7.1",
"filesystem-constants": "^1.0.0",
"ddatabase-byte-stream": "git://github.com/DistributedWeb/ddatabase-byte-stream.git#46480289db9620e2d0832e08df986f250ee2d8fe",
"ddatabase-protocol": "git://github.com/DistributedWeb/ddatabase-protocol.git#c8fc78683af50435c5c8c995d55a77c1b52cb127",
"ddrive-schemas": "git://github.com/DistributedWeb/ddrive-schemas.git#8e6a1023edbfbba0ef56489d5828ce73483100b3",
"mountable-dwebtrie": "git://github.com/DistributedWeb/mountable-dwebtrie.git#3999d8280869c4616219a403c8b4fdfdb959c527",
"mutexify": "^1.2.0",
"nanoiterator": "^1.2.0",
"nanoresource": "git://github.com/DistributedWeb/nanoresource.git#5da8c3be3ce40614eb6ad5025200a5e9adcb1cc3",
"pump": "^3.0.0",
"pumpify": "^2.0.1",
"stream-collector": "^1.0.1",
"streamx": "^2.6.3",
"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"
}
}