pelias-openaddresses
Version:
Pelias import pipeline for OpenAddresses.
80 lines (79 loc) • 1.93 kB
JSON
{
"name": "pelias-openaddresses",
"version": "6.6.0",
"description": "Pelias import pipeline for OpenAddresses.",
"engines": {
"node": ">=10.0.0"
},
"main": "import.js",
"dependencies": {
"@hapi/joi": "^16.0.1",
"async": "^3.1.0",
"axios": "^1.2.2",
"bottleneck": "^2.19.5",
"combined-stream": "^1.0.7",
"csv-parse": "^5.0.3",
"fs-extra": "^8.1.0",
"glob": "^7.0.0",
"lodash": "^4.16.0",
"minimist": "^1.2.0",
"pelias-blacklist-stream": "^1.3.0",
"pelias-config": "^6.0.0",
"pelias-dbclient": "^3.1.0",
"pelias-logger": "^1.6.0",
"pelias-model": "^10.6.0",
"pelias-wof-admin-lookup": "^7.19.0",
"split2": "^3.2.2",
"temp": "^0.9.1",
"through2": "^3.0.0",
"through2-filter": "^3.0.0",
"through2-map": "^3.0.0",
"through2-sink": "^1.0.0"
},
"devDependencies": {
"colors": "^1.4.0",
"diff": "^5.0.0",
"jshint": "^2.9.4",
"precommit-hook": "^3.0.0",
"proxyquire": "^2.0.0",
"stream-mock": "^2.0.3",
"tap-spec": "^5.0.0",
"tape": "^5.0.0"
},
"scripts": {
"download": "./bin/download",
"import": "./bin/start",
"parallel": "./bin/parallel",
"test": "NODE_ENV=test npm run units",
"units": "./bin/units",
"functional": "NODE_ENV=test node test/functional.js | tap-spec",
"lint": "jshint .",
"validate": "npm ls",
"ci": "npm run test && npm run functional",
"start": "./bin/start"
},
"repository": {
"type": "git",
"url": "https://github.com/pelias/openaddresses.git"
},
"keywords": [
"Pelias",
"OpenAddresses",
"import"
],
"author": "mapzen",
"license": "MIT",
"bugs": {
"url": "https://github.com/pelias/openaddresses/issues"
},
"homepage": "https://github.com/pelias/openaddresses",
"pre-commit": [
"lint",
"validate",
"test"
],
"release": {
"branch": "master",
"success": []
}
}