forked from holepunchto/hypercore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.65 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.65 KB
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
58
59
60
61
{
"name": "hypercore",
"version": "6.25.0",
"description": "Hypercore is a secure, distributed append-only log",
"main": "index.js",
"dependencies": {
"array-lru": "^1.1.0",
"atomic-batcher": "^1.0.2",
"bitfield-rle": "^2.2.1",
"buffer-alloc": "^1.2.0",
"buffer-alloc-unsafe": "^1.0.0",
"buffer-from": "^1.0.0",
"bulk-write-stream": "^1.1.3",
"codecs": "^1.2.0",
"fast-bitfield": "^1.2.2",
"flat-tree": "^1.6.0",
"from2": "^2.3.0",
"hypercore-crypto": "^1.0.0",
"hypercore-protocol": "^6.4.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": "^3.0.3",
"pretty-hash": "^1.0.1",
"process-nextick-args": "^1.0.7",
"random-access-file": "^2.1.0",
"sodium-universal": "^2.0.0",
"sparse-bitfield": "^3.0.0",
"thunky": "^1.0.1",
"uint64be": "^2.0.1",
"unordered-array-remove": "^1.0.2",
"unordered-set": "^2.0.0"
},
"devDependencies": {
"nyc": "^13.1.0",
"random-access-memory": "^3.1.0",
"shuffle-array": "^1.0.1",
"speedometer": "^1.0.0",
"standard": "^8.6.0",
"stream-collector": "^1.0.1",
"tape": "^4.6.3"
},
"optionalDependencies": {
"fd-lock": "^1.0.2"
},
"scripts": {
"test": "standard && nyc tape test/*.js",
"bench": "cd bench && ./all.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/hypercore.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/hypercore/issues"
},
"homepage": "https://github.com/mafintosh/hypercore"
}