UNPKG

@spatial/unkink-polygon

Version:

turf unkink-polygon module

61 lines (60 loc) 1.36 kB
{ "name": "@spatial/unkink-polygon", "version": "2.0.0", "description": "turf unkink-polygon module", "main": "main.js", "module": "main.es.js", "types": "index.d.ts", "files": [ "index.js", "index.d.ts", "main.js", "lib", "main.es.js" ], "publishConfig": { "access": "public" }, "scripts": { "pretest": "rollup -c ../../rollup.config.js", "test": "node -r esm test.js", "posttest": "node -r esm ../../scripts/validate-es5-dependencies.js", "bench": "node -r esm bench.js", "docs": "node ../../scripts/generate-readmes" }, "repository": { "type": "git", "url": "git://github.com/Turfjs/turf.git" }, "keywords": [ "turf", "kinks", "unkink", "polygon", "self-intersection" ], "author": "Turf Authors", "license": "MIT", "bugs": { "url": "https://github.com/Turfjs/turf/issues" }, "homepage": "https://github.com/Turfjs/turf", "dependencies": { "@spatial/area": "^2.0.0", "@spatial/boolean-point-in-polygon": "^2.0.0", "@spatial/helpers": "^2.0.0", "@spatial/meta": "^2.0.0", "rbush": "^2.0.1" }, "esm": { "cjs": true }, "devDependencies": { "@spatial/kinks": "^2.0.0", "benchmark": "*", "esm": "*", "rollup": "*", "tape": "*" }, "gitHead": "169a7a5b931e70b4ad1941738f6cc4b51bd310fa" }