UNPKG

pelias-openstreetmap

Version:
78 lines (77 loc) 1.93 kB
{ "name": "pelias-openstreetmap", "version": "7.6.0", "engines": { "node": ">=10.0.0" }, "author": "pelias", "description": "Pelias openstreetmap utilities", "homepage": "https://github.com/mapzen/pelias-openstreetmap", "license": "MIT", "main": "index.js", "scripts": { "download": "./bin/download", "coverage": "node_modules/.bin/istanbul cover test/run.js", "end-to-end": "export NODE_ENV=test && node test/end-to-end.js;", "lint": "jshint .", "start": "./bin/start", "test": "npm run units", "ci": "node ./test/ci-config.js && npm test && npm run end-to-end", "units": "./bin/test", "validate": "npm ls" }, "repository": { "type": "git", "url": "https://github.com/mapzen/pelias-openstreetmap.git" }, "keywords": [ "pelias", "stream", "openstreetmap", "elasticsearch" ], "bugs": { "url": "https://github.com/mapzen/pelias-openstreetmap/issues" }, "dependencies": { "async": "^3.0.1", "combined-stream": "^1.0.5", "extend": "^3.0.0", "is-object": "^1.0.1", "iso-639-3": "^1.0.0", "joi": "^14.0.0", "lodash": "^4.17.4", "pbf2json": "^6.9.0", "pelias-blacklist-stream": "^1.0.0", "pelias-config": "^6.0.0", "pelias-dbclient": "^3.1.0", "pelias-logger": "^1.2.1", "pelias-model": "^10.5.0", "pelias-wof-admin-lookup": "^7.12.0", "through2": "^3.0.0", "through2-sink": "^1.0.0" }, "devDependencies": { "colors": "^1.1.2", "deep-diff": "^1.0.0", "istanbul": "^0.4.3", "jshint": "^2.10.3", "naivedb": "^1.0.7", "pelias-mock-logger": "^1.0.1", "precommit-hook": "^3.0.0", "proxyquire": "^2.0.0", "stream-mock": "^2.0.3", "taginfo": "^1.0.1", "tap-spec": "^5.0.0", "tape": "^5.0.0" }, "pre-commit": [ "lint", "validate", "test" ], "release": { "branch": "master", "success": [] } }