pelias-csv-importer
Version:
Pelias import pipeline for data from CSV files
68 lines (67 loc) • 1.65 kB
JSON
{
"name": "pelias-csv-importer",
"version": "5.4.0",
"description": "Pelias import pipeline for data from CSV files",
"engines": {
"node": ">=10.0.0"
},
"main": "import.js",
"dependencies": {
"@hapi/joi": "^16.0.0",
"async": "^3.0.1",
"combined-stream": "^1.0.7",
"csv-parse": "^5.0.3",
"fs-extra": "^8.0.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.17.0",
"through2": "^3.0.0",
"through2-filter": "^3.0.0",
"through2-map": "^3.0.0",
"through2-sink": "^1.0.0"
},
"devDependencies": {
"deep-diff": "^1.0.2",
"jshint": "^2.9.4",
"proxyquire": "^2.1.0",
"stream-mock": "^2.0.3",
"tap-spec": "^5.0.0",
"tape": "^5.0.0",
"temp": "^0.9.0"
},
"scripts": {
"import": "./bin/start",
"parallel": "./bin/parallel",
"test": "NODE_ENV=test npm run units",
"units": "node test/test.js | tap-spec",
"download": "./bin/download",
"lint": "jshint .",
"validate": "npm ls",
"ci": "npm test",
"start": "./bin/start"
},
"repository": {
"type": "git",
"url": "https://github.com/pelias/csv-importer.git"
},
"keywords": [
"Pelias",
"import"
],
"author": "pelias",
"license": "MIT",
"bugs": {
"url": "https://github.com/pelias/csv-importer/issues"
},
"homepage": "https://github.com/pelias/csv-importer",
"release": {
"branch": "master",
"success": []
}
}