UNPKG

osm-geojson

Version:

Get GeoJSON of a OpenStreetMap's relation from the API.

87 lines (86 loc) 1.74 kB
{ "name": "osm-geojson", "version": "0.8.4", "description": "Get GeoJSON of a OpenStreetMap's relation from the API.", "license": "MIT", "homepage": "https://github.com/simonepri/osm-geojson#readme", "repository": "github:simonepri/osm-geojson", "bugs": { "url": "https://github.com/simonepri/osm-geojson/issues", "email": "simonepri@outlook.com" }, "author": "Simone Primarosa <simonepri@outlook.com> (https://simoneprimarosa.com)", "contributors": [ "Simone Primarosa <simonepri@outlook.com> (https://simoneprimarosa.com)", "Andrew Harvey <andrew@alantgeo.com.au> (https://www.alantgeo.com.au)" ], "keywords": [ "osm-api", "osm-geojson", "relation", "relations", "convert", "converts", "to", "from", "country", "countries", "get", "code", "which", "alpha-3", "ISO 3166-1", "OSM", "geo", "api", "geojson", "OpenStreetMap" ], "main": "index.js", "bin": { "osm-geojson": "./cli.js" }, "files": [ "index.js", "cli.js" ], "engines": { "node": ">=6" }, "scripts": { "lint": "xo", "test": "nyc ava", "release": "npx np", "update": "npx npm-check -u" }, "dependencies": { "pify": "^4.0.1", "random-int": "^1.0.0", "request": "^2.88.0", "wait-then": "^0.1.2" }, "devDependencies": { "ava": "^1.4.1", "execa": "^1.0.0", "fs-extra": "^8.1.0", "nyc": "^14.1.1", "xo": "~0.24.0" }, "ava": { "verbose": true }, "nyc": { "reporter": [ "lcovonly", "text" ] }, "xo": { "prettier": true, "space": true, "rules": { "prefer-destructuring": 0, "import/no-unresolved": 0 } } }