forked from dominictarr/level-sublevel
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
96 lines (96 loc) · 2.2 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "level-subkey",
"description": "hierarchy partition levelup databases like the file path/folder",
"version": "8.5.1",
"homepage": "https://github.com/snowyu/level-subkey",
"repository": {
"type": "git",
"url": "git://github.com/snowyu/level-subkey.git"
},
"keywords": [
"hierarchy",
"partition",
"leveldb",
"nosql",
"stream",
"database",
"db",
"store",
"storage",
"json"
],
"dependencies": {
"abstract-object": "^1.0.0",
"bytewise": "~0.7.1",
"depd": "^1.0.0",
"errno": "^0.1.1",
"levelup-sync": "~0.19.0",
"lodash": "^2.4.1",
"ltgt": "~2.0.0",
"minimatch": "^1.0.0",
"pull-stream": "~2.21.0",
"through": "^2.3.6",
"xtend": "~4.0.0"
},
"devDependencies": {
"coffee-script": "~1.8.0",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-coffee": "^0.12.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-newer": "^0.8.0",
"grunt-release": "^0.7.0",
"level-test-sync": ">=1.5.1 <2",
"leveldown-sync": "~1.1.2",
"monotonic-timestamp": "0.0.8",
"powerbuild": "0.0.11",
"pull-level": "~1.1.1",
"rimraf": "~2.1.4",
"shasum": "0.0.2",
"stream-to-pull-stream": "~1.2.0",
"tape": "~2.14.0"
},
"scripts": {
"test": "set -e; for t in test/*.js; do node $t; done"
},
"contributors": [
{
"name": "Dominic Tarr",
"email": "[email protected]",
"url": "http://dominictarr.com"
},
{
"name": "Riceball LEE",
"email": "[email protected]",
"url": "https://github.com/snowyu"
}
],
"maintainers": [
{
"name": "Riceball LEE",
"email": "[email protected]"
}
],
"bugs": {
"url": "https://github.com/snowyu/level-subkey/issues"
},
"license": "MIT",
"stability": "unstable",
"testling": {
"files": "test/*.js",
"browsers": [
"ie/8..latest",
"firefox/17..latest",
"firefox/nightly",
"chrome/22..latest",
"chrome/canary",
"opera/12..latest",
"opera/next",
"safari/5.1..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"android-browser/4.2..latest"
]
}
}