{ "_from": "@turf/boolean-contains@^6.5.0", "_id": "@turf/boolean-contains@6.5.0", "_inBundle": false, "_integrity": "sha512-4m8cJpbw+YQcKVGi8y0cHhBUnYT+QRfx6wzM4GI1IdtYH3p4oh/DOBJKrepQyiDzFDaNIjxuWXBh0ai1zVwOQQ==", "_location": "/@turf/boolean-contains", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@turf/boolean-contains@^6.5.0", "name": "@turf/boolean-contains", "escapedName": "@turf%2fboolean-contains", "scope": "@turf", "rawSpec": "^6.5.0", "saveSpec": null, "fetchSpec": "^6.5.0" }, "_requiredBy": [ "/@turf/turf" ], "_resolved": "https://registry.npmjs.org/@turf/boolean-contains/-/boolean-contains-6.5.0.tgz", "_shasum": "f802e7432fb53109242d5bf57393ef2f53849bbf", "_spec": "@turf/boolean-contains@^6.5.0", "_where": "/data/jenkins/workspace/badp-bcxin-web-5.x-dispatch-rail/node_modules/@turf/turf", "author": { "name": "Turf Authors" }, "bugs": { "url": "https://github.com/Turfjs/turf/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Rowan Winsemius", "email": "@rowanwins" }, { "name": "Denis Carriere", "email": "@DenisCarriere" } ], "dependencies": { "@turf/bbox": "^6.5.0", "@turf/boolean-point-in-polygon": "^6.5.0", "@turf/boolean-point-on-line": "^6.5.0", "@turf/helpers": "^6.5.0", "@turf/invariant": "^6.5.0" }, "deprecated": false, "description": "turf boolean-contains module", "devDependencies": { "@types/tape": "*", "benchmark": "*", "boolean-jsts": "*", "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", "contains", "boolean", "de-9im" ], "license": "MIT", "main": "dist/js/index.js", "module": "dist/es/index.js", "name": "@turf/boolean-contains", "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" }