UNPKG

pelias-geonames

Version:

Import pipleine to bring Geonames data into the Pelias Geocoder

76 lines (75 loc) 1.88 kB
{ "name": "pelias-geonames", "version": "5.3.0", "author": "mapzen", "description": "Import pipleine to bring Geonames data into the Pelias Geocoder", "homepage": "https://pelias.io", "license": "MIT", "scripts": { "download_metadata": "mkdir -p metadata && node bin/updateMetadata.js", "download": "./bin/download", "countryCodes": "node bin/viewCountryCodes.js", "functional": "./bin/functional", "import": "./bin/start", "lint": "jshint .", "postinstall": "npm run download_metadata", "start": "./bin/start", "test": "NODE_ENV=test npm run units", "ci": "npm test && npm run functional", "units": "./bin/units", "validate": "npm ls" }, "repository": { "type": "git", "url": "https://github.com/pelias/geonames.git" }, "keywords": [ "pelias", "geonames", "geocoder", "maps" ], "bugs": { "url": "https://github.com/pelias/geonames/issues" }, "engines": { "node": ">=12.0.0" }, "dependencies": { "cli-table": "^0.3.0", "csv-parse": "^5.0.4", "geonames-stream": "^2.0.3", "JSONStream": "^1.0.7", "lodash": "^4.17.15", "pelias-blacklist-stream": "^1.2.0", "pelias-config": "^6.0.0", "pelias-dbclient": "^3.1.0", "pelias-logger": "^1.4.1", "pelias-model": "^10.0.0", "pelias-wof-admin-lookup": "^7.12.0", "request": "^2.34.0", "split2": "^4.1.0", "through2": "^3.0.0", "through2-filter": "^3.0.0", "through2-sink": "^1.0.0", "unzipper": "^0.10.0" }, "devDependencies": { "deep-diff": "^1.0.0", "pelias-mock-logger": "^1.1.0", "precommit-hook": "^3.0.0", "proxyquire": "^2.1.3", "stream-mock": "^2.0.3", "tap-dot": "^2.0.0", "tape": "^5.0.0" }, "pre-commit": [ "lint", "validate", "test" ], "release": { "branch": "master", "success": [] } }