UNPKG

osm-p2p-dump

Version:

dump an osm-p2p-db's documents as json or yaml

36 lines (35 loc) 855 B
{ "name": "osm-p2p-dump", "description": "dump an osm-p2p-db's documents as json or yaml", "author": "Stephen Whitmore <sww@eight.net>", "version": "0.3.0", "bin": { "osm-p2p-dump": "bin.js" }, "repository": { "url": "git://github.com/noffle/osm-p2p-dump.git" }, "homepage": "https://github.com/noffle/osm-p2p-dump", "bugs": "https://github.com/noffle/osm-p2p-dump/issues", "main": "index.js", "scripts": { "test": "tape test/*.js", "lint": "standard" }, "keywords": [], "dependencies": { "fd-chunk-store": "^2.0.0", "hyperlog": "^4.12.1", "js-yaml": "^3.8.2", "level": "^1.6.0", "minimist": "^1.2.0", "mkdirp": "^0.5.1", "osm-p2p-db": "^3.11.0", "read-only-stream": "^2.0.0" }, "devDependencies": { "tape": "~4.6.2", "standard": "~8.3.0" }, "license": "ISC" }