-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
58 lines (58 loc) · 1.45 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
{
"name": "kappa-osm",
"description": "Peer-to-peer OpenStreetMap database over a kappa architecture.",
"author": "Stephen Whitmore <sww@eight.net>",
"version": "4.1.0",
"repository": {
"url": "git://github.com/noffle/kappa-osm.git"
},
"homepage": "https://github.com/noffle/kappa-osm",
"bugs": "https://github.com/noffle/kappa-osm/issues",
"main": "index.js",
"scripts": {
"test": "tape test/*.js",
"lint": "standard",
"coverage": "nyc npm test && nyc report --reporter=lcov"
},
"keywords": [
"osm",
"osm-p2p",
"osm-p2p-db",
"openstreetmap",
"p2p",
"peer",
"multifeed",
"kappa"
],
"dependencies": {
"clone": "^2.1.2",
"collect-stream": "^1.2.1",
"d64": "^1.0.0",
"duplexify": "^4.1.1",
"kappa-view": "^3.0.0",
"once": "^1.4.0",
"pull-stream-to-stream": "^1.3.4",
"pump": "^3.0.0",
"pumpify": "^2.0.1",
"randombytes": "^2.1.0",
"read-only-stream": "^2.0.0",
"subleveldown": "^4.1.4",
"through2": "^3.0.1",
"to-buffer": "^1.1.0",
"uniq": "^1.0.1",
"unordered-materialized-backrefs": "^1.0.1",
"unordered-materialized-bkd": "^1.1.1",
"unordered-materialized-kv": "^1.2.0",
"varint": "^5.0.0"
},
"devDependencies": {
"kappa-core": "^6.0.0",
"level": "^6.0.0",
"nyc": "^14.1.1",
"pull-stream": "^3.6.14",
"random-access-memory": "^3.1.1",
"standard": "^14.3.1",
"tape": "^4.11.0"
},
"license": "ISC"
}