forked from hypercore-protocol/hypertrie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.22 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
{
"name": "hypertrie",
"version": "5.1.1",
"description": "Distributed single writer key/value store",
"main": "index.js",
"dependencies": {
"array-lru": "^1.1.1",
"bulk-write-stream": "^1.1.4",
"codecs": "^2.0.0",
"hypercore": "^9.4.1",
"hypercore-protocol": "^8.0.0",
"inherits": "^2.0.3",
"inspect-custom-symbol": "^1.1.0",
"is-options": "^1.0.1",
"mutexify": "^1.2.0",
"nanoiterator": "^1.2.0",
"protocol-buffers-encodings": "^1.1.0",
"siphash24-universal": "^1.0.0",
"thunky": "^1.0.2",
"unordered-set": "^2.0.1",
"varint": "^5.0.0"
},
"devDependencies": {
"compare": "^2.0.0",
"protocol-buffers": "^4.0.4",
"random-access-memory": "^3.0.0",
"standard": "^11.0.1",
"stream-collector": "^1.0.1",
"tape": "^4.9.0"
},
"scripts": {
"test": "standard && tape test/*.js",
"protobuf": "protocol-buffers schema.proto -o lib/messages.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/hypertrie.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/hypertrie/issues"
},
"homepage": "https://github.com/mafintosh/hypertrie#readme"
}