{ "_from": "@turf/points-within-polygon@^6.5.0", "_id": "@turf/points-within-polygon@6.5.0", "_inBundle": false, "_integrity": "sha512-YyuheKqjliDsBDt3Ho73QVZk1VXX1+zIA2gwWvuz8bR1HXOkcuwk/1J76HuFMOQI3WK78wyAi+xbkx268PkQzQ==", "_location": "/@turf/points-within-polygon", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@turf/points-within-polygon@^6.5.0", "name": "@turf/points-within-polygon", "escapedName": "@turf%2fpoints-within-polygon", "scope": "@turf", "rawSpec": "^6.5.0", "saveSpec": null, "fetchSpec": "^6.5.0" }, "_requiredBy": [ "/@turf/standard-deviational-ellipse", "/@turf/turf" ], "_resolved": "https://registry.npmjs.org/@turf/points-within-polygon/-/points-within-polygon-6.5.0.tgz", "_shasum": "d49f4d7cf19b7a440bf1e06f771ff4e1df13107f", "_spec": "@turf/points-within-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/boolean-point-in-polygon": "^6.5.0", "@turf/helpers": "^6.5.0", "@turf/meta": "^6.5.0" }, "deprecated": false, "description": "turf points-within-polygon module", "devDependencies": { "benchmark": "*", "npm-run-all": "*", "rollup": "*", "tape": "*" }, "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": [ "geojson", "within", "point", "polygon", "featurecollection" ], "license": "MIT", "main": "dist/js/index.js", "module": "dist/es/index.js", "name": "@turf/points-within-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" }