UNPKG

kml-utils

Version:

This lib is modified from @mapbox/togeojson and @mapbox/tokml, enhanced with folder capability

49 lines (48 loc) 1.16 kB
{ "name": "kml-utils", "version": "1.1.21", "description": "", "main": "src/index.js", "scripts": { "test": "cross-env ENV=test mocha ./test/unit", "cover": "nyc --reporter=html --reporter=text npm run test", "build": "webpack" }, "repository": { "type": "git", "url": "git+https://github.com/nsc-open/kml-utils.git" }, "files": [ "src/**/*", "dist/**/*" ], "keywords": [ "kml", "parse" ], "author": "ygjack414@hotmail.com", "license": "MIT", "bugs": { "url": "https://github.com/nsc-open/kml-utils/issues" }, "homepage": "https://github.com/nsc-open/kml-utils#readme", "devDependencies": { "chai": "^4.2.0", "cross-env": "^5.2.0", "fs-extra": "^7.0.1", "istanbul": "^0.4.5", "mocha": "^6.1.4", "nyc": "^14.0.0", "webpack": "^5.45.1", "webpack-cli": "^4.10.0" }, "peerDependencies": {}, "dependencies": { "@turf/helpers": "^6.1.4", "@turf/projection": "^6.5.0", "strxml": "^1.0.0", "terraformer-arcgis-parser": "^1.1.0", "xmldom": "^0.1.27", "xmldom-qsa": "^1.1.2" } }