UNPKG

fatstraw

Version:

CLI for ingesting data into the ArcGIS Big Data Store

50 lines (49 loc) 1.12 kB
{ "name": "fatstraw", "version": "1.4.0", "description": "CLI for ingesting data into the ArcGIS Big Data Store", "main": "index.js", "bin": { "fatstraw": "bin/fatstraw" }, "dependencies": { "csv-parse": "^1.1.7", "elasticsearch": "^12.1.0", "feature-parser": "^1.0.1", "fgdb": "^1.0.0", "highland": "^2.10.1", "mz": "^2.6.0", "request": "^2.79.0", "request-promise": "^4.1.1", "uuid-random": "^1.0.5", "wellknown": "^0.5.0", "yargs": "^6.4.0" }, "devDependencies": { "nock": "^9.0.2", "standard": "^8.6.0", "tap-spec": "^4.1.1", "tape": "^4.6.3" }, "scripts": { "test": "standard && tape test/*.js | tap-spec" }, "repository": { "type": "git", "url": "git+https://github.com/dmfenton/fatstraw.git" }, "keywords": [ "ArcGIS", "GeoEvent", "Big", "Data", "Store", "Elasticsearch" ], "author": "dmfenton <dfenton@esri.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/dmfenton/fatstraw/issues" }, "homepage": "https://github.com/dmfenton/fatstraw#readme" }