p2p-db-osm
Version:
API for p2p-db adding OpenStreetMap data types and querying.
54 lines (53 loc) • 1.31 kB
JSON
{
"name": "p2p-db-osm",
"description": "API for p2p-db adding OpenStreetMap data types and querying.",
"author": "Stephen Whitmore <sww@eight.net>",
"version": "3.1.2",
"repository": {
"url": "git://github.com/noffle/p2p-db-osm.git"
},
"homepage": "https://github.com/noffle/p2p-db-osm",
"bugs": "https://github.com/noffle/p2p-db-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",
"hyperdb",
"p2p-db"
],
"dependencies": {
"async": "^2.6.0",
"collect-stream": "^1.2.1",
"comparable-storable-types": "^1.0.0",
"d64": "^1.0.0",
"depj": "^1.0.1",
"hyperdb-index": "^2.0.1",
"hyperdb-index-level": "^2.0.0",
"once": "^1.4.0",
"randombytes": "^2.0.5",
"read-only-stream": "^2.0.0",
"subleveldown": "^2.1.0",
"through2": "^2.0.3",
"to-buffer": "^1.1.0",
"varint": "^5.0.0"
},
"devDependencies": {
"hyperdb": "^2.0.0",
"memdb": "^1.3.1",
"nyc": "^11.3.0",
"p2p-db": "^2.0.0",
"random-access-memory": "^2.4.0",
"standard": "~10.0.0",
"tape": "~4.6.2"
},
"license": "ISC"
}