UNPKG

@turf/boolean-crosses

Version:

Checks if two geometries cross each other.

80 lines (79 loc) 1.95 kB
{ "name": "@turf/boolean-crosses", "version": "7.3.5", "description": "Checks if two geometries cross each other.", "author": "Turf Authors", "contributors": [ "Rowan Winsemius <@rowanwins>", "Denis Carriere <@DenisCarriere>", "James Beard <@smallsaucepan>" ], "license": "MIT", "bugs": { "url": "https://github.com/Turfjs/turf/issues" }, "homepage": "https://github.com/Turfjs/turf", "repository": { "type": "git", "url": "git://github.com/Turfjs/turf.git" }, "funding": "https://opencollective.com/turf", "publishConfig": { "access": "public" }, "keywords": [ "turf", "equal", "boolean", "de-9im" ], "type": "module", "main": "dist/cjs/index.cjs", "module": "dist/esm/index.js", "types": "dist/esm/index.d.ts", "exports": { "./package.json": "./package.json", ".": { "import": { "types": "./dist/esm/index.d.ts", "default": "./dist/esm/index.js" }, "require": { "types": "./dist/cjs/index.d.cts", "default": "./dist/cjs/index.cjs" } } }, "sideEffects": false, "files": [ "dist" ], "scripts": { "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { "@types/benchmark": "^2.1.5", "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "boolean-shapely": "*", "load-json-file": "^7.0.1", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", "typescript": "^5.8.3" }, "dependencies": { "@turf/boolean-equal": "7.3.5", "@turf/boolean-point-in-polygon": "7.3.5", "@turf/helpers": "7.3.5", "@turf/invariant": "7.3.5", "@turf/line-intersect": "7.3.5", "@turf/polygon-to-line": "7.3.5", "@types/geojson": "^7946.0.10", "tslib": "^2.8.1" }, "gitHead": "a33ca387405df72847af00cdf689d3209301a2c1" }