UNPKG

osm2geojson-lite

Version:

a lightweight yet faster osm (either in xml or in json formats) to geojson convertor - 4x faster than xmldom + osmtogeojson in most situations - implemented in pure JavaScript without any 3rd party dependency

77 lines (76 loc) 1.86 kB
{ "_from": "xml2geojson-lite", "_inBundle": false, "_integrity": "sha512-FGxK8VIn/S86TRwcy9OM64KGOLMOc/952ybsYA9npTXdpfezIfS5khRqW/cC67uu8P0sNuSsk+vx1UbO6VM2jQ==", "_location": "/osm2geojson-lite", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "osm2geojson-lite", "name": "osm2geojson-lite", "escapedName": "osm2geojson-lite", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "author": "tibetty", "bin": { "osm2geojson-lite": "osm2geojson-lite" }, "bugs": { "url": "https://github.com/tibetty/osm2geojson-lite/issues" }, "bundleDependencies": false, "deprecated": false, "description": "a lightweight yet faster osm (either in xml or in json formats) to geojson convertor - 4x faster than xmldom + osmtogeojson in most situations - implemented in pure JavaScript without any 3rd party dependency", "homepage": "https://github.com/tibetty/osm2geojson-lite#readme", "keywords": [ "openstreetmap", "overpass", "osm", "json", "xml", "node", "way", "relation", "geojson", "linestring", "multilinestring", "polygon", "multipolygon" ], "license": "ISC", "main": "dist/node/index.js", "types": "dist/node/index.d.ts", "name": "osm2geojson-lite", "repository": { "type": "git", "url": "git+https://github.com/tibetty/osm2geojson-lite.git" }, "scripts": { "build": "npm install && make", "test": "make test" }, "optionalDependencies": { "@types/geojson": "^7946.0.16" }, "version": "1.0.3", "directories": { "lib": "lib", "test": "test" }, "devDependencies": { "browserify": "^17.0.1", "uglify-js": "^3.19.3" }, "files": [ "dist/**/*.js", "dist/**/*.ts", "dist/**/*.json" ] }