-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.28 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
{
"name": "kappa-record-db",
"version": "0.10.0",
"description": "",
"main": "index.js",
"keywords": [],
"author": "Franz Heinzmann (Frando)",
"license": "GPL-3.0",
"scripts": {
"test": "tape test/*.js",
"build-protobuf": "protocol-buffers schema.proto -o lib/messages.js"
},
"dependencies": {
"ajv": "^6.10.2",
"base32": "^0.0.6",
"charwise": "^3.0.1",
"corestore": "^5.4.0",
"debug": "^4.1.1",
"fast-bitfield": "^1.2.2",
"hypercore": "^9.1.0",
"hypercore-protocol": "^8.0.0",
"inspect-custom-symbol": "^1.1.1",
"kappa-core": "github:Frando/kappa-core#exp-0.2.4",
"kappa-sparse-indexer": "^0.6.0",
"level-live": "github:Frando/level-live#key-encodings",
"level-mem": "^5.0.1",
"lru-cache": "^5.1.1",
"multifeed": "^5.2.1",
"mutexify": "^1.2.0",
"nanoresource": "^1.3.0",
"pretty-hash": "^1.0.1",
"protocol-buffers-encodings": "^1.1.0",
"pump": "^3.0.0",
"random-access-file": "^2.1.3",
"random-access-memory": "^3.1.1",
"stream-collector": "^1.0.1",
"subleveldown": "^5.0.0",
"through2": "^3.0.1",
"thunky": "^1.1.0",
"unordered-materialized-kv": "^1.3.0"
},
"devDependencies": {
"nanoiterator": "^1.2.1",
"protocol-buffers": "^4.1.2",
"tape": "^5.0.1"
}
}