This repository was archived by the owner on Dec 1, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 265
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.5 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.5 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
62
63
{
"name": "levelup",
"description": "Fast & simple storage - a Node.js-style LevelDB wrapper",
"version": "4.0.0",
"repository": {
"type": "git",
"url": "https://github.com/level/levelup.git"
},
"homepage": "https://github.com/level/levelup",
"keywords": [
"leveldb",
"stream",
"database",
"db",
"store",
"storage",
"json"
],
"main": "lib/levelup.js",
"dependencies": {
"deferred-leveldown": "~5.0.0",
"level-errors": "~2.0.0",
"level-iterator-stream": "~4.0.0",
"xtend": "~4.0.0"
},
"devDependencies": {
"after": "^0.8.2",
"airtap": "0.1.0",
"async": "^2.5.0",
"bl": "^2.0.0",
"browserify": "^16.0.0",
"bustermove": "~1.0.0",
"concat-stream": "~2.0.0",
"coveralls": "~3.0.2",
"delayed": "~1.0.1",
"encoding-down": "^6.0.0",
"hallmark": "~0.1.0",
"level-community": "~3.0.0",
"memdown": "^3.0.0",
"nyc": "~13.1.0",
"pinkie": "~2.0.4",
"referee": "~1.2.0",
"safe-buffer": "^5.1.0",
"standard": "^12.0.0",
"tape": "^4.7.0",
"trickle": "0.0.2"
},
"scripts": {
"test": "standard && hallmark && nyc node test",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"test-browsers": "airtap --loopback airtap.local test/index.js",
"test-browser-local": "airtap --local test/index.js",
"hallmark": "hallmark --fix"
},
"hallmark": {
"community": "level-community",
"validateLinks": false
},
"engines": {
"node": ">=6"
},
"license": "MIT"
}