-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.31 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
{
"name": "level-auto-index",
"version": "2.0.0",
"description": "Automatic level-agnostic secondary indexing",
"main": "index.js",
"scripts": {
"test": "run-s test:*",
"test:deps": "dependency-check ./package.json --no-dev",
"test:lint": "standard | snazzy",
"test:tape": "tape test/* | tap-format-spec",
"debug": "node --nolazy --inspect-brk=9229 node_modules/.bin/tape test/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hypermodules/level-auto-index.git"
},
"keywords": [
"leveldb",
"level",
"index",
"secondary",
"automatic",
"indexing"
],
"author": "Bret Comnes",
"license": "MIT",
"bugs": {
"url": "https://github.com/hypermodules/level-auto-index/issues"
},
"homepage": "https://github.com/hypermodules/level-auto-index#readme",
"dependencies": {
"existy": "^1.0.1",
"level-hookdown": "^3.0.0",
"readable-stream": "^3.4.0",
"xtend": "^4.0.2"
},
"devDependencies": {
"@tap-format/spec": "^0.2.0",
"bytewise": "^1.1.0",
"concat-stream": "^2.0.0",
"dependency-check": "^4.1.0",
"memdb": "^1.3.1",
"memdown": "^5.0.0",
"multilevel": "~7.2.3",
"npm-run-all": "^4.1.5",
"snazzy": "^8.0.0",
"standard": "^14.0.0",
"subleveldown": "^4.1.0",
"tape": "^4.11.0"
}
}