-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
59 lines (59 loc) · 1.33 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
{
"name": "osm-p2p-db",
"version": "4.4.1",
"description": "p2p database for open street map data",
"main": "index.js",
"scripts": {
"test": "tape test/*.js",
"lint": "standard"
},
"keywords": [
"open street map",
"osm",
"p2p",
"map",
"geo",
"database"
],
"author": "substack",
"license": "BSD",
"devDependencies": {
"collect-stream": "^1.1.1",
"hyperlog": "^4.9.0",
"memdb": "^1.3.1",
"memory-chunk-store": "github:noffle/memory-chunk-store",
"standard": "^10.0.2",
"tape": "^4.3.0"
},
"dependencies": {
"after-all": "^2.0.2",
"async": "^2.3.0",
"base-convertor": "^1.1.0",
"defined": "^1.0.0",
"hyperkv": "^2.0.1",
"hyperlog-join": "^2.0.0",
"hyperlog-kdb-index": "^4.0.0",
"inherits": "^2.0.1",
"kdb-tree-store": "^3.0.2",
"mutexify": "^1.1.0",
"once": "^1.3.3",
"randombytes": "2.0.1",
"read-only-stream": "^2.0.0",
"subleveldown": "^2.1.0",
"through2": "^2.0.0",
"to2": "^1.0.0",
"xtend": "^4.0.1"
},
"directories": {
"example": "example",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/digidem/osm-p2p-db.git"
},
"bugs": {
"url": "https://github.com/digidem/osm-p2p-db/issues"
},
"homepage": "https://github.com/digidem/osm-p2p-db#readme"
}