-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 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
{
"name": "geojson-p2p-db",
"version": "1.0.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "tape test/*.js"
},
"author": "Nick Peihl <[email protected]> (http://npeihl.com/)",
"license": "Apache-2.0",
"dependencies": {
"@mapbox/geojson-coords": "0.0.0",
"hyperkv": "^2.0.3",
"hyperlog-join": "^2.0.0",
"hyperlog-kdb-index": "^4.0.1",
"inherits": "^2.0.3",
"kdb-tree-store": "^3.1.0",
"map-limit": "0.0.1",
"mutexify": "^1.1.0",
"once": "^1.4.0",
"randombytes": "^2.0.3",
"read-only-stream": "^2.0.0",
"subleveldown": "^2.1.0",
"through2": "^2.0.3",
"to2": "^1.0.0",
"xtend": "^4.0.1"
},
"devDependencies": {
"@mapbox/geojson-fixtures": "^1.0.0",
"@mapbox/geojsonhint": "^2.0.1",
"@turf/helpers": "^4.3.0",
"collect-stream": "^1.2.1",
"concat-stream": "^1.6.0",
"fd-chunk-store": "^2.0.0",
"hyperlog": "^4.12.1",
"idb-chunk-store": "^0.1.3",
"level-browserify": "^1.1.0",
"memdb": "^1.3.1",
"memory-chunk-store": "^1.2.0",
"tape": "^4.6.3"
}
}