@spatial/boolean-equal
Version:
turf boolean-equal module
64 lines (63 loc) • 1.41 kB
JSON
{
"name": "@spatial/boolean-equal",
"version": "2.0.0",
"description": "turf boolean-equal module",
"main": "main.js",
"module": "main.es.js",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts",
"main.js",
"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",
"gis",
"boolean",
"de-9im",
"equal",
"boolean-equal"
],
"author": "Turf Authors",
"contributors": [
"Tom MacWright <@tmcw>",
"Tim Channell <@tcql>",
"Stefano Borghi <@stebogit>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Turfjs/turf/issues"
},
"homepage": "https://github.com/Turfjs/turf",
"dependencies": {
"@spatial/clean-coords": "^2.0.0",
"@spatial/helpers": "^2.0.0",
"@spatial/invariant": "^2.0.0",
"geojson-equality": "0.1.6"
},
"esm": {
"cjs": true
},
"devDependencies": {
"benchmark": "*",
"esm": "*",
"rollup": "*",
"tape": "*"
},
"gitHead": "169a7a5b931e70b4ad1941738f6cc4b51bd310fa"
}