@turf/ellipse
Version:
Takes a Point and calculates the ellipse polygon given two semi-axes expressed in variable units and steps for precision.
84 lines (83 loc) • 2.18 kB
JSON
{
"name": "@turf/ellipse",
"version": "7.3.1",
"description": "Takes a Point and calculates the ellipse polygon given two semi-axes expressed in variable units and steps for precision.",
"author": "Turf Authors",
"contributors": [
"Moacir P. de Sá Pereira <@muziejus>",
"Pavel Rozvora <@prozvora>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Turfjs/turf/issues"
},
"homepage": "https://github.com/Turfjs/turf",
"repository": {
"type": "git",
"url": "git://github.com/Turfjs/turf.git"
},
"funding": "https://opencollective.com/turf",
"publishConfig": {
"access": "public"
},
"keywords": [
"turf",
"ellipse"
],
"type": "module",
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
},
"require": {
"types": "./dist/cjs/index.d.cts",
"default": "./dist/cjs/index.cjs"
}
}
},
"sideEffects": false,
"files": [
"dist"
],
"scripts": {
"bench": "tsx bench.ts",
"build": "tsup --config ../../tsup.config.ts",
"docs": "tsx ../../scripts/generate-readmes.ts",
"test": "pnpm run /test:.*/",
"test:tape": "tsx test.ts"
},
"devDependencies": {
"@placemarkio/check-geojson": "^0.1.12",
"@turf/area": "7.3.1",
"@turf/bbox-polygon": "7.3.1",
"@turf/circle": "7.3.1",
"@turf/intersect": "7.3.1",
"@turf/truncate": "7.3.1",
"@types/benchmark": "^2.1.5",
"@types/tape": "^5.8.1",
"benchmark": "^2.1.4",
"glob": "^11.1.0",
"load-json-file": "^7.0.1",
"tape": "^5.9.0",
"tsup": "^8.4.0",
"tsx": "^4.19.4",
"typescript": "^5.8.3",
"write-json-file": "^6.0.0"
},
"dependencies": {
"@turf/destination": "7.3.1",
"@turf/distance": "7.3.1",
"@turf/helpers": "7.3.1",
"@turf/invariant": "7.3.1",
"@turf/transform-rotate": "7.3.1",
"@types/geojson": "^7946.0.10",
"tslib": "^2.8.1"
},
"gitHead": "b7f1b4eafb760431e03955499d8eac9489438219"
}