{ "_from": "@turf/standard-deviational-ellipse@^6.5.0", "_id": "@turf/standard-deviational-ellipse@6.5.0", "_inBundle": false, "_integrity": "sha512-02CAlz8POvGPFK2BKK8uHGUk/LXb0MK459JVjKxLC2yJYieOBTqEbjP0qaWhiBhGzIxSMaqe8WxZ0KvqdnstHA==", "_location": "/@turf/standard-deviational-ellipse", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@turf/standard-deviational-ellipse@^6.5.0", "name": "@turf/standard-deviational-ellipse", "escapedName": "@turf%2fstandard-deviational-ellipse", "scope": "@turf", "rawSpec": "^6.5.0", "saveSpec": null, "fetchSpec": "^6.5.0" }, "_requiredBy": [ "/@turf/turf" ], "_resolved": "https://registry.npmjs.org/@turf/standard-deviational-ellipse/-/standard-deviational-ellipse-6.5.0.tgz", "_shasum": "775c7b9a2be6546bf64ea8ac08cdcd80563f2935", "_spec": "@turf/standard-deviational-ellipse@^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": "Moacir P. de Sá Pereira", "email": "@muziejus" } ], "dependencies": { "@turf/center-mean": "^6.5.0", "@turf/ellipse": "^6.5.0", "@turf/helpers": "^6.5.0", "@turf/invariant": "^6.5.0", "@turf/meta": "^6.5.0", "@turf/points-within-polygon": "^6.5.0" }, "deprecated": false, "description": "turf standard-deviational-ellipse module", "devDependencies": { "@turf/random": "^6.5.0", "@turf/truncate": "^6.5.0", "benchmark": "*", "load-json-file": "*", "npm-run-all": "*", "rollup": "*", "tape": "*", "write-json-file": "*" }, "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", "standard-deviational-ellipse", "geostatistics", "directional distribution" ], "license": "MIT", "main": "dist/js/index.js", "module": "dist/es/index.js", "name": "@turf/standard-deviational-ellipse", "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" }