{ "_from": "@turf/unkink-polygon@^6.5.0", "_id": "@turf/unkink-polygon@6.5.0", "_inBundle": false, "_integrity": "sha512-8QswkzC0UqKmN1DT6HpA9upfa1HdAA5n6bbuzHy8NJOX8oVizVAqfEPY0wqqTgboDjmBR4yyImsdPGUl3gZ8JQ==", "_location": "/@turf/unkink-polygon", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@turf/unkink-polygon@^6.5.0", "name": "@turf/unkink-polygon", "escapedName": "@turf%2funkink-polygon", "scope": "@turf", "rawSpec": "^6.5.0", "saveSpec": null, "fetchSpec": "^6.5.0" }, "_requiredBy": [ "/@turf/turf" ], "_resolved": "https://registry.npmjs.org/@turf/unkink-polygon/-/unkink-polygon-6.5.0.tgz", "_shasum": "9e54186dcce08d7e62f608c8fa2d3f0342ebe826", "_spec": "@turf/unkink-polygon@^6.5.0", "_where": "F:\\project\\node_util\\node_modules\\@turf\\turf", "author": { "name": "Turf Authors" }, "bugs": { "url": "https://github.com/Turfjs/turf/issues" }, "bundleDependencies": false, "dependencies": { "@turf/area": "^6.5.0", "@turf/boolean-point-in-polygon": "^6.5.0", "@turf/helpers": "^6.5.0", "@turf/meta": "^6.5.0", "rbush": "^2.0.1" }, "deprecated": false, "description": "turf unkink-polygon module", "devDependencies": { "@turf/kinks": "^6.5.0", "benchmark": "*", "load-json-file": "*", "npm-run-all": "*", "rollup": "*", "tape": "*", "write-json-file": "*" }, "exports": { "./package.json": "./package.json", ".": { "import": "./dist/es/index.js", "require": "./dist/js/index.js" } }, "files": [ "dist", "index.d.ts" ], "funding": "https://opencollective.com/turf", "gitHead": "5375941072b90d489389db22b43bfe809d5e451e", "homepage": "https://github.com/Turfjs/turf", "keywords": [ "turf", "kinks", "unkink", "polygon", "self-intersection" ], "license": "MIT", "main": "dist/js/index.js", "module": "dist/es/index.js", "name": "@turf/unkink-polygon", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git://github.com/Turfjs/turf.git" }, "scripts": { "bench": "node -r esm bench.js", "build": "rollup -c ../../rollup.config.js && echo '{\"type\":\"module\"}' > dist/es/package.json", "docs": "node ../../scripts/generate-readmes", "test": "npm-run-all test:*", "test:tape": "node -r esm test.js", "test:types": "tsc --esModuleInterop --noEmit types.ts" }, "sideEffects": false, "types": "index.d.ts", "version": "6.5.0" }