| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212 |
- {
- "name": "@turf/turf",
- "version": "7.2.0",
- "description": "a JavaScript library for performing geospatial operations with GeoJSON",
- "author": "Turf Authors",
- "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": [
- "gis",
- "geo",
- "geojs",
- "geospatial",
- "geography",
- "geometry",
- "map",
- "contour",
- "centroid",
- "tin",
- "extent",
- "geojson",
- "grid",
- "polygon",
- "line",
- "point",
- "area",
- "analysis",
- "statistics",
- "stats",
- "midpoint",
- "plane",
- "quantile",
- "jenks",
- "sample"
- ],
- "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"
- }
- }
- },
- "browser": "turf.min.js",
- "sideEffects": false,
- "files": [
- "dist",
- "turf.min.js"
- ],
- "scripts": {
- "build": "tsup --config ../../tsup.config.ts && rollup -c rollup.config.js",
- "last-checks": "npm-run-all last-checks:testjs last-checks:example",
- "last-checks:example": "tsx test.example.js",
- "last-checks:testjs": "tsx test.ts",
- "test": "echo '@turf/turf tests run in the last-checks step'"
- },
- "devDependencies": {
- "@babel/core": "^7.26.0",
- "@babel/preset-env": "^7.26.0",
- "@rollup/plugin-babel": "^6.0.4",
- "@rollup/plugin-commonjs": "^28.0.1",
- "@rollup/plugin-node-resolve": "^15.3.0",
- "@rollup/plugin-terser": "^0.4.4",
- "@types/tape": "^4.13.4",
- "camelcase": "^8.0.0",
- "documentation": "^14.0.3",
- "glob": "^10.3.10",
- "rollup": "^4.28.0",
- "rollup-plugin-polyfill-node": "^0.13.0",
- "tape": "^5.9.0",
- "tsup": "^8.3.5",
- "tsx": "^4.19.2",
- "typescript": "^5.5.4"
- },
- "dependencies": {
- "@turf/along": "^7.2.0",
- "@turf/angle": "^7.2.0",
- "@turf/area": "^7.2.0",
- "@turf/bbox": "^7.2.0",
- "@turf/bbox-clip": "^7.2.0",
- "@turf/bbox-polygon": "^7.2.0",
- "@turf/bearing": "^7.2.0",
- "@turf/bezier-spline": "^7.2.0",
- "@turf/boolean-clockwise": "^7.2.0",
- "@turf/boolean-concave": "^7.2.0",
- "@turf/boolean-contains": "^7.2.0",
- "@turf/boolean-crosses": "^7.2.0",
- "@turf/boolean-disjoint": "^7.2.0",
- "@turf/boolean-equal": "^7.2.0",
- "@turf/boolean-intersects": "^7.2.0",
- "@turf/boolean-overlap": "^7.2.0",
- "@turf/boolean-parallel": "^7.2.0",
- "@turf/boolean-point-in-polygon": "^7.2.0",
- "@turf/boolean-point-on-line": "^7.2.0",
- "@turf/boolean-touches": "^7.2.0",
- "@turf/boolean-valid": "^7.2.0",
- "@turf/boolean-within": "^7.2.0",
- "@turf/buffer": "^7.2.0",
- "@turf/center": "^7.2.0",
- "@turf/center-mean": "^7.2.0",
- "@turf/center-median": "^7.2.0",
- "@turf/center-of-mass": "^7.2.0",
- "@turf/centroid": "^7.2.0",
- "@turf/circle": "^7.2.0",
- "@turf/clean-coords": "^7.2.0",
- "@turf/clone": "^7.2.0",
- "@turf/clusters": "^7.2.0",
- "@turf/clusters-dbscan": "^7.2.0",
- "@turf/clusters-kmeans": "^7.2.0",
- "@turf/collect": "^7.2.0",
- "@turf/combine": "^7.2.0",
- "@turf/concave": "^7.2.0",
- "@turf/convex": "^7.2.0",
- "@turf/destination": "^7.2.0",
- "@turf/difference": "^7.2.0",
- "@turf/dissolve": "^7.2.0",
- "@turf/distance": "^7.2.0",
- "@turf/distance-weight": "^7.2.0",
- "@turf/ellipse": "^7.2.0",
- "@turf/envelope": "^7.2.0",
- "@turf/explode": "^7.2.0",
- "@turf/flatten": "^7.2.0",
- "@turf/flip": "^7.2.0",
- "@turf/geojson-rbush": "^7.2.0",
- "@turf/great-circle": "^7.2.0",
- "@turf/helpers": "^7.2.0",
- "@turf/hex-grid": "^7.2.0",
- "@turf/interpolate": "^7.2.0",
- "@turf/intersect": "^7.2.0",
- "@turf/invariant": "^7.2.0",
- "@turf/isobands": "^7.2.0",
- "@turf/isolines": "^7.2.0",
- "@turf/kinks": "^7.2.0",
- "@turf/length": "^7.2.0",
- "@turf/line-arc": "^7.2.0",
- "@turf/line-chunk": "^7.2.0",
- "@turf/line-intersect": "^7.2.0",
- "@turf/line-offset": "^7.2.0",
- "@turf/line-overlap": "^7.2.0",
- "@turf/line-segment": "^7.2.0",
- "@turf/line-slice": "^7.2.0",
- "@turf/line-slice-along": "^7.2.0",
- "@turf/line-split": "^7.2.0",
- "@turf/line-to-polygon": "^7.2.0",
- "@turf/mask": "^7.2.0",
- "@turf/meta": "^7.2.0",
- "@turf/midpoint": "^7.2.0",
- "@turf/moran-index": "^7.2.0",
- "@turf/nearest-neighbor-analysis": "^7.2.0",
- "@turf/nearest-point": "^7.2.0",
- "@turf/nearest-point-on-line": "^7.2.0",
- "@turf/nearest-point-to-line": "^7.2.0",
- "@turf/planepoint": "^7.2.0",
- "@turf/point-grid": "^7.2.0",
- "@turf/point-on-feature": "^7.2.0",
- "@turf/point-to-line-distance": "^7.2.0",
- "@turf/point-to-polygon-distance": "^7.2.0",
- "@turf/points-within-polygon": "^7.2.0",
- "@turf/polygon-smooth": "^7.2.0",
- "@turf/polygon-tangents": "^7.2.0",
- "@turf/polygon-to-line": "^7.2.0",
- "@turf/polygonize": "^7.2.0",
- "@turf/projection": "^7.2.0",
- "@turf/quadrat-analysis": "^7.2.0",
- "@turf/random": "^7.2.0",
- "@turf/rectangle-grid": "^7.2.0",
- "@turf/rewind": "^7.2.0",
- "@turf/rhumb-bearing": "^7.2.0",
- "@turf/rhumb-destination": "^7.2.0",
- "@turf/rhumb-distance": "^7.2.0",
- "@turf/sample": "^7.2.0",
- "@turf/sector": "^7.2.0",
- "@turf/shortest-path": "^7.2.0",
- "@turf/simplify": "^7.2.0",
- "@turf/square": "^7.2.0",
- "@turf/square-grid": "^7.2.0",
- "@turf/standard-deviational-ellipse": "^7.2.0",
- "@turf/tag": "^7.2.0",
- "@turf/tesselate": "^7.2.0",
- "@turf/tin": "^7.2.0",
- "@turf/transform-rotate": "^7.2.0",
- "@turf/transform-scale": "^7.2.0",
- "@turf/transform-translate": "^7.2.0",
- "@turf/triangle-grid": "^7.2.0",
- "@turf/truncate": "^7.2.0",
- "@turf/union": "^7.2.0",
- "@turf/unkink-polygon": "^7.2.0",
- "@turf/voronoi": "^7.2.0",
- "@types/geojson": "^7946.0.10",
- "tslib": "^2.8.1"
- },
- "gitHead": "7b0f0374c4668cd569f8904c71e2ae7d941be867"
- }
|