| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- {
- "_from": "@turf/boolean-overlap@^6.5.0",
- "_id": "@turf/boolean-overlap@6.5.0",
- "_inBundle": false,
- "_integrity": "sha512-8btMIdnbXVWUa1M7D4shyaSGxLRw6NjMcqKBcsTXcZdnaixl22k7ar7BvIzkaRYN3SFECk9VGXfLncNS3ckQUw==",
- "_location": "/@turf/boolean-overlap",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@turf/boolean-overlap@^6.5.0",
- "name": "@turf/boolean-overlap",
- "escapedName": "@turf%2fboolean-overlap",
- "scope": "@turf",
- "rawSpec": "^6.5.0",
- "saveSpec": null,
- "fetchSpec": "^6.5.0"
- },
- "_requiredBy": [
- "/@turf/turf"
- ],
- "_resolved": "https://registry.npmjs.org/@turf/boolean-overlap/-/boolean-overlap-6.5.0.tgz",
- "_shasum": "f27c85888c3665d42d613a91a83adf1657cd1385",
- "_spec": "@turf/boolean-overlap@^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,
- "contributors": [
- {
- "name": "Tim Channell",
- "email": "@tcql"
- },
- {
- "name": "Stefano Borghi",
- "email": "@stebogit"
- }
- ],
- "dependencies": {
- "@turf/helpers": "^6.5.0",
- "@turf/invariant": "^6.5.0",
- "@turf/line-intersect": "^6.5.0",
- "@turf/line-overlap": "^6.5.0",
- "@turf/meta": "^6.5.0",
- "geojson-equality": "0.1.6"
- },
- "deprecated": false,
- "description": "turf boolean-overlap module",
- "devDependencies": {
- "@types/geojson-equality": "^0.2.0",
- "@types/tape": "*",
- "benchmark": "*",
- "boolean-shapely": "*",
- "glob": "*",
- "load-json-file": "*",
- "npm-run-all": "*",
- "tape": "*",
- "ts-node": "*",
- "tslint": "*",
- "typescript": "*"
- },
- "exports": {
- "./package.json": "./package.json",
- ".": {
- "import": "./dist/es/index.js",
- "require": "./dist/js/index.js"
- }
- },
- "files": [
- "dist"
- ],
- "funding": "https://opencollective.com/turf",
- "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
- "homepage": "https://github.com/Turfjs/turf",
- "keywords": [
- "turf",
- "gis",
- "boolean",
- "de-9im",
- "overlap",
- "boolean-overlap"
- ],
- "license": "MIT",
- "main": "dist/js/index.js",
- "module": "dist/es/index.js",
- "name": "@turf/boolean-overlap",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/Turfjs/turf.git"
- },
- "scripts": {
- "bench": "ts-node bench.js",
- "build": "npm-run-all build:*",
- "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json",
- "build:js": "tsc",
- "docs": "node ../../scripts/generate-readmes",
- "test": "npm-run-all test:*",
- "test:tape": "ts-node -r esm test.js"
- },
- "sideEffects": false,
- "types": "dist/js/index.d.ts",
- "version": "6.5.0"
- }
|