{ "_from": "@turf/planepoint@^6.5.0", "_id": "@turf/planepoint@6.5.0", "_inBundle": false, "_integrity": "sha512-R3AahA6DUvtFbka1kcJHqZ7DMHmPXDEQpbU5WaglNn7NaCQg9HB0XM0ZfqWcd5u92YXV+Gg8QhC8x5XojfcM4Q==", "_location": "/@turf/planepoint", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@turf/planepoint@^6.5.0", "name": "@turf/planepoint", "escapedName": "@turf%2fplanepoint", "scope": "@turf", "rawSpec": "^6.5.0", "saveSpec": null, "fetchSpec": "^6.5.0" }, "_requiredBy": [ "/@turf/turf" ], "_resolved": "https://registry.npmjs.org/@turf/planepoint/-/planepoint-6.5.0.tgz", "_shasum": "5cb788670c31a6b064ae464180d51b4d550d87de", "_spec": "@turf/planepoint@^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/helpers": "^6.5.0", "@turf/invariant": "^6.5.0" }, "deprecated": false, "description": "turf planepoint 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": [ "turf", "geojson", "plane", "point", "interpolation" ], "license": "MIT", "main": "dist/js/index.js", "module": "dist/es/index.js", "name": "@turf/planepoint", "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" }