UNPKG

2.3 kBJSONView Raw
1{
2 "name": "levelup",
3 "description": "Fast & simple storage - a Node.js-style LevelDB wrapper",
4 "version": "2.0.2",
5 "contributors": [
6 "Rod Vagg <r@va.gg> (https://github.com/rvagg)",
7 "John Chesley <john@chesl.es> (https://github.com/chesles/)",
8 "Jake Verbaten <raynos2@gmail.com> (https://github.com/raynos)",
9 "Dominic Tarr <dominic.tarr@gmail.com> (https://github.com/dominictarr)",
10 "Max Ogden <max@maxogden.com> (https://github.com/maxogden)",
11 "Lars-Magnus Skog <ralphtheninja@riseup.net> (https://github.com/ralphtheninja)",
12 "David Björklund <david.bjorklund@gmail.com> (https://github.com/kesla)",
13 "Julian Gruber <julian@juliangruber.com> (https://github.com/juliangruber)",
14 "Paolo Fragomeni <paolo@async.ly> (https://github.com/0x00a)",
15 "Anton Whalley <anton.whalley@nearform.com> (https://github.com/No9)",
16 "Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)",
17 "Pedro Teixeira <pedro.teixeira@gmail.com> (https://github.com/pgte)",
18 "James Halliday <mail@substack.net> (https://github.com/substack)",
19 "Jarrett Cruger <jcrugzz@gmail.com> (https://github.com/jcrugzz)",
20 "Meirion Hughes <crakinshot@yahoo.com> (https://github.com/meirionhughes)"
21 ],
22 "repository": {
23 "type": "git",
24 "url": "https://github.com/level/levelup.git"
25 },
26 "homepage": "https://github.com/level/levelup",
27 "keywords": [
28 "leveldb",
29 "stream",
30 "database",
31 "db",
32 "store",
33 "storage",
34 "json"
35 ],
36 "main": "lib/levelup.js",
37 "dependencies": {
38 "deferred-leveldown": "~3.0.0",
39 "level-errors": "~1.1.0",
40 "level-iterator-stream": "~2.0.0",
41 "xtend": "~4.0.0"
42 },
43 "devDependencies": {
44 "after": "^0.8.2",
45 "async": "^2.5.0",
46 "bl": "^1.2.1",
47 "browserify": "^16.0.0",
48 "bustermove": "~1.0.0",
49 "concat-stream": "~1.6.0",
50 "delayed": "~1.0.1",
51 "encoding-down": "^3.0.0",
52 "faucet": "~0.0.1",
53 "leveldown": "^3.0.0",
54 "memdown": "^1.2.4",
55 "msgpack-js": "~0.3.0",
56 "referee": "~1.2.0",
57 "rimraf": "^2.6.1",
58 "safe-buffer": "^5.1.0",
59 "slow-stream": "0.0.4",
60 "standard": "^10.0.2",
61 "tape": "^4.7.0"
62 },
63 "scripts": {
64 "test": "standard && node test | faucet"
65 },
66 "engines": {
67 "node": ">=4.0.0"
68 },
69 "license": "MIT"
70}