mt-polygon-simplification/lib/turf-simplify/package.json
2019-07-14 20:37:26 +02:00

64 lines
1.4 KiB
JSON

{
"name": "@turf/simplify",
"version": "5.1.5",
"description": "turf simplify module",
"main": "main.js",
"module": "main.es.js",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts",
"main.js",
"lib",
"main.es.js"
],
"scripts": {
"pretest": "rollup -c ../../rollup.config.js",
"test": "node -r @std/esm test.js",
"posttest": "node -r @std/esm ../../scripts/validate-es5-dependencies.js",
"bench": "node -r @std/esm bench.js",
"docs": "node ../../scripts/generate-readmes"
},
"repository": {
"type": "git",
"url": "git://github.com/Turfjs/turf.git"
},
"keywords": [
"turf",
"gis",
"simplify",
"Ramer-Douglas-Peucker",
"algorithm",
"peucker"
],
"author": "Turf Authors",
"contributors": [
"Vladimir Agafonkin <@mourner>",
"Stefano Borghi <@stebogit>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Turfjs/turf/issues"
},
"homepage": "https://github.com/Turfjs/turf",
"devDependencies": {
"@std/esm": "*",
"@turf/truncate": "6.x",
"benchmark": "*",
"load-json-file": "*",
"rollup": "*",
"tape": "*",
"write-json-file": "*"
},
"dependencies": {
"@turf/clean-coords": "^5.1.5",
"@turf/clone": "6.x",
"@turf/helpers": "6.x",
"@turf/meta": "6.x"
},
"@std/esm": {
"esm": "js",
"cjs": true
}
}