@spatial/standard-deviational-ellipse
Version:
turf standard-deviational-ellipse module
63 lines (62 loc) • 1.52 kB
JSON
{
"name": "@spatial/standard-deviational-ellipse",
"version": "1.0.5",
"description": "turf standard-deviational-ellipse module",
"main": "main.js",
"module": "main.es.js",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts",
"main.js",
"main.es.js"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"pretest": "rollup -c ../../rollup.config.js",
"test": "node -r esm test.js",
"posttest": "node -r esm ../../scripts/validate-es5-dependencies.js",
"bench": "node -r esm bench.js",
"docs": "node ../../scripts/generate-readmes"
},
"repository": {
"type": "git",
"url": "git://github.com/Turfjs/turf.git"
},
"keywords": [
"turf",
"standard-deviational-ellipse",
"geostatistics",
"directional distribution"
],
"author": "Turf Authors",
"contributors": [
"Moacir P. de Sá Pereira <@muziejus>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Turfjs/turf/issues"
},
"homepage": "https://github.com/Turfjs/turf",
"devDependencies": {
"@spatial/truncate": "^1.0.5",
"benchmark": "*",
"esm": "*",
"rollup": "*",
"tape": "*"
},
"dependencies": {
"@spatial/center-mean": "^1.0.5",
"@spatial/ellipse": "^1.0.5",
"@spatial/helpers": "^1.0.5",
"@spatial/invariant": "^1.0.5",
"@spatial/meta": "^1.0.5",
"@spatial/points-within-polygon": "^1.0.5"
},
"esm": {
"cjs": true
},
"gitHead": "e448e0465bd2406d476128f71ddfbce1c6d980b0"
}