forked from holepunchto/hypercore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.56 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
56
57
{
"name": "ddatabase",
"version": "10.0.4",
"description": "A distributed and secure append-only log for the dWeb.",
"main": "index.js",
"dependencies": {
"abstract-extension": "^3.0.1",
"atomic-batcher": "^1.0.2",
"bitfield-rle": "^2.2.1",
"codecs": "^2.0.0",
"fast-bitfield": "^1.2.2",
"flat-tree": "^1.6.0",
"@ddatabase/cache": "^1.0.2",
"@ddatabase/crypto": "^1.0.0",
"@ddatabase/default-storage": "^1.0.1",
"@ddatabase/protocol": "^1.0.1",
"@ddatabase/streams": "^1.0.1",
"inherits": "^2.0.3",
"inspect-custom-symbol": "^1.1.0",
"last-one-wins": "^1.0.4",
"memory-pager": "^1.0.2",
"merkle-tree-stream": "^4.0.0",
"nanoguard": "^1.2.0",
"nanoresource": "^1.3.0",
"pretty-hash": "^1.0.1",
"sparse-bitfield": "^3.0.0",
"timeout-refresh": "^1.0.3",
"uint64be": "^2.0.1",
"unordered-array-remove": "^1.0.2",
"unordered-set": "^2.0.0"
},
"devDependencies": {
"buffer-from": "^1.1.1",
"nyc": "^14.1.1",
"random-access-memory": "^3.1.0",
"shuffle-array": "^1.0.1",
"speedometer": "^1.0.0",
"standard": "^14.3.4",
"stream-collector": "^1.0.1",
"tape": "^4.6.3"
},
"scripts": {
"test": "standard && tape test/*.js",
"cov": "nyc tape test/*.js",
"bench": "cd bench && ./all.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/dwebprotocol/ddatabase.git"
},
"author": "peepslabs",
"license": "MIT",
"bugs": {
"url": "https://github.com/dwebprotocol/ddatabase/issues"
},
"homepage": "https://dwebx.org"
}