-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
55 lines (53 loc) · 2.53 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
{
"name": "locket",
"version": "2.0.0-alpha.2",
"description":
"A pure-JavaScript LevelDB implementation backed by a durable and persistent evented I/O b-tree for use with LevelUP.",
"keywords":
[
"btree", "leveldb", "levelup", "binary", "database",
"json", "b-tree", "concurrent", "persistence"
],
"author": "Alan Gutierrez <[email protected]>",
"homepage": "https://github.com/bigeasy/locket",
"bugs": "https://github.com/bigeasy/locket/issues",
"license": "MIT",
"repository":
{
"type": "git",
"url": "bigeasy/locket"
},
"dependencies":
{
"abstract-leveldown": "7.2.0",
"amalgamate": "0.1.75",
"b-tree": "2.0.0-alpha.120",
"cadence": "4.0.0-alpha.5",
"constrain": "2.0.0-alpha.6",
"destructible": "7.0.0-alpha.71",
"extant": "2.0.0-alpha.4",
"fracture": "0.3.0-alpha.73",
"magazine": "6.0.0-alpha.9",
"reciprocate": "0.0.9",
"rescue": "7.0.0-alpha.18",
"satiate": "0.0.5",
"whittle": "0.0.3",
"writeahead": "0.0.49"
},
"devDependencies":
{
"arguable": "13.0.0-alpha.6",
"comeuppance": "0.0.3",
"eject": "0.3.1",
"leveldown": "6.1.0",
"levelup": "5.1.1",
"proof": "^9.0.2",
"seedrandom": "3.0.5",
"tape": "5.3.1"
},
"main": "locket",
"scripts":
{
"test": "proof --timeout 7000 test/*.t.js"
}
}