UNPKG

1.48 kBJSONView Raw
1{
2 "name": "hyperdrive",
3 "version": "10.12.3",
4 "description": "Hyperdrive is a secure, real time distributed file system",
5 "main": "index.js",
6 "scripts": {
7 "test": "tape test/index.js",
8 "bench:latency": "tape bench/latency.js"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/mafintosh/hyperdrive.git"
13 },
14 "keywords": [
15 "hyperdrive",
16 "hypertrie"
17 ],
18 "author": "Mathias Buus (@mafintosh)",
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/mafintosh/hyperdrive/issues"
22 },
23 "homepage": "https://github.com/mafintosh/hyperdrive#readme",
24 "dependencies": {
25 "byte-stream": "^2.1.0",
26 "corestore": "^5.3.2",
27 "custom-error-class": "^1.0.0",
28 "duplexify": "^3.7.1",
29 "filesystem-constants": "^1.0.0",
30 "hypercore-byte-stream": "^1.0.2",
31 "hypercore-protocol": "^8.0.0",
32 "hyperdrive-schemas": "^1.9.0",
33 "mountable-hypertrie": "^2.6.0",
34 "mutexify": "^1.2.0",
35 "nanoiterator": "^1.2.0",
36 "nanoresource": "^1.3.0",
37 "pump": "^3.0.0",
38 "pumpify": "^1.5.1",
39 "stream-collector": "^1.0.1",
40 "through2": "^3.0.0",
41 "thunky": "^1.0.3",
42 "thunky-map": "^1.0.0",
43 "unixify": "^1.0.0",
44 "varint": "^5.0.0"
45 },
46 "devDependencies": {
47 "fuzzbuzz": "^2.0.0",
48 "latency-stream": "^1.0.0",
49 "nanobench": "^2.1.1",
50 "random-access-file": "^2.1.3",
51 "random-access-memory": "^3.1.1",
52 "tape": "^4.10.0",
53 "temporary-directory": "^1.0.2"
54 }
55}