UNPKG

verrazzano

Version:

Streaming geospatial format conversion

92 lines (91 loc) 2.15 kB
{ "name": "verrazzano", "version": "2.3.0", "description": "Streaming geospatial format conversion", "main": "dist/index.js", "keywords": [ "gdal", "format", "to json", "to geojson", "from geojson", "shp", "kml", "kmz", "gpx", "gdb", "geospatial", "geojson", "stream", "streaming" ], "repository": { "type": "git", "url": "git+https://github.com/staeco/verrazzano.git" }, "contributors": [ "Contra <yo@contra.io> (http://contra.io)" ], "license": "MIT", "bugs": { "url": "https://github.com/staeco/verrazzano/issues" }, "homepage": "https://github.com/staeco/verrazzano#readme", "files": [ "dist" ], "engines": { "node": ">= 14" }, "nyc": { "extends": "@istanbuljs/nyc-config-babel", "include": [ "src/**/*.js" ], "all": true, "skip-full": true, "check-coverage": false }, "scripts": { "preversion": "npm run clean && npm run build", "build": "babel src --out-dir dist", "clean": "rimraf dist", "lint": "eslint src test --fix", "test": "NODE_ENV=testing nyc mocha --require @babel/register --recursive --reporter spec --bail --timeout 60000" }, "devDependencies": { "@babel/cli": "^7.4.4", "@babel/register": "^7.4.4", "@istanbuljs/nyc-config-babel": "^3.0.0", "@stae/babel-node": "^1.0.0", "@stae/linters": "^1.0.0", "babel-plugin-istanbul": "^6.0.0", "body-parser": "^1.18.3", "eslint": "^7.0.0", "express": "^4.16.3", "get-port": "^5.0.0", "get-stream": "^6.0.0", "graceful-fs": "^4.1.15", "into-stream": "^6.0.0", "mocha": "^10.0.0", "nyc": "^15.0.0", "rimraf": "^3.0.0", "should": "^13.0.0" }, "dependencies": { "duplexify": "^4.0.0", "findit2": "^2.2.3", "from2": "^2.3.0", "gdal-async": "^3.0.0", "is-iso-date": "^0.0.1", "jsonstream-next": "^3.0.0", "kml-stream": "^2.0.0", "lodash.mapvalues": "^4.6.0", "lodash.pick": "^4.4.0", "merge2": "^1.2.3", "mkdirp": "^1.0.0", "pumpify": "^2.0.0", "tempfile": "^3.0.0", "through2": "^4.0.0" } }