diff --git a/package-lock.json b/package-lock.json index 216c88537..dee76c34d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "@capacitor/share": "^7.0.2", "@capacitor/splash-screen": "^7.0.3", "@capacitor/status-bar": "^7.0.3", - "@geoman-io/leaflet-geoman-free": "^2.13.1", + "@geoman-io/leaflet-geoman-free": "^2.19.1", "@ionic/angular": "^8.7.7", "@ionic/storage-angular": "^4.0.0", "@mapbox/leaflet-pip": "^1.1.0", @@ -5091,15 +5091,20 @@ } }, "node_modules/@geoman-io/leaflet-geoman-free": { - "version": "2.14.2", + "version": "2.19.1", + "resolved": "https://registry.npmjs.org/@geoman-io/leaflet-geoman-free/-/leaflet-geoman-free-2.19.1.tgz", + "integrity": "sha512-b/epe9L1t0nMvDbPLOw3kC572bPPx75ekOd2SvLiJKw9mx/AJF7jnD2NH14QCAxmVFzihgD11cxQ3O9C9vCK1w==", "license": "MIT", "dependencies": { - "@turf/boolean-contains": "^6.5.0", - "@turf/kinks": "^6.5.0", - "@turf/line-intersect": "^6.5.0", - "@turf/line-split": "^6.5.0", - "lodash": "4.17.21", - "polygon-clipping": "0.15.3" + "@turf/boolean-contains": "^7.3.3", + "@turf/kinks": "^7.3.3", + "@turf/line-intersect": "^7.3.3", + "@turf/line-split": "^7.3.3", + "lodash": "4.17.23", + "polyclip-ts": "^0.16.8" + }, + "engines": { + "node": ">=18.0.0" }, "peerDependencies": { "leaflet": "^1.2.0" @@ -8933,12 +8938,14 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/along/node_modules/@turf/distance": { + "node_modules/@turf/angle": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/bearing": "^7.1.0", "@turf/helpers": "^7.1.0", "@turf/invariant": "^7.1.0", + "@turf/rhumb-bearing": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -8946,10 +8953,12 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/along/node_modules/@turf/helpers": { + "node_modules/@turf/angle/node_modules/@turf/bearing": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/helpers": "^7.1.0", + "@turf/invariant": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -8957,11 +8966,12 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/along/node_modules/@turf/invariant": { + "node_modules/@turf/area": { "version": "7.1.0", "license": "MIT", "dependencies": { "@turf/helpers": "^7.1.0", + "@turf/meta": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -8969,22 +8979,22 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/angle": { - "version": "7.1.0", + "node_modules/@turf/bbox": { + "version": "7.3.3", + "resolved": "https://registry.npmjs.org/@turf/bbox/-/bbox-7.3.3.tgz", + "integrity": "sha512-1zNO/JUgDp0N+3EG5fG7+8EolE95OW1LD8ur0hRP0JK+lRyN0gAvJT7n1I9pu/NIqTa8x/zXxGRc1dcOdohYkg==", "license": "MIT", "dependencies": { - "@turf/bearing": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@turf/rhumb-bearing": "^7.1.0", + "@turf/helpers": "7.3.3", + "@turf/meta": "7.3.3", "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/angle/node_modules/@turf/bearing": { + "node_modules/@turf/bbox-clip": { "version": "7.1.0", "license": "MIT", "dependencies": { @@ -8997,10 +9007,11 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/angle/node_modules/@turf/helpers": { + "node_modules/@turf/bbox-polygon": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/helpers": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -9008,11 +9019,12 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/angle/node_modules/@turf/invariant": { + "node_modules/@turf/bezier-spline": { "version": "7.1.0", "license": "MIT", "dependencies": { "@turf/helpers": "^7.1.0", + "@turf/invariant": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -9020,12 +9032,12 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/area": { + "node_modules/@turf/boolean-clockwise": { "version": "7.1.0", "license": "MIT", "dependencies": { "@turf/helpers": "^7.1.0", - "@turf/meta": "^7.1.0", + "@turf/invariant": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -9033,10 +9045,12 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/area/node_modules/@turf/helpers": { + "node_modules/@turf/boolean-concave": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/helpers": "^7.1.0", + "@turf/invariant": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -9044,34 +9058,50 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/area/node_modules/@turf/meta": { - "version": "7.1.0", + "node_modules/@turf/boolean-contains": { + "version": "7.3.3", + "resolved": "https://registry.npmjs.org/@turf/boolean-contains/-/boolean-contains-7.3.3.tgz", + "integrity": "sha512-uwg7g7NHmyz4eVXh2g+4yWTgdIf5U7EsWb4bqJfVKprtvVeu/E9IWJIYs4haoAwEfVdOIUxTRErAf4IFPj8aqQ==", "license": "MIT", "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" + "@turf/bbox": "7.3.3", + "@turf/boolean-point-in-polygon": "7.3.3", + "@turf/boolean-point-on-line": "7.3.3", + "@turf/helpers": "7.3.3", + "@turf/invariant": "7.3.3", + "@turf/line-split": "7.3.3", + "@types/geojson": "^7946.0.10", + "tslib": "^2.8.1" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/bbox": { - "version": "6.5.0", + "node_modules/@turf/boolean-crosses": { + "version": "7.1.0", "license": "MIT", "dependencies": { - "@turf/helpers": "^6.5.0", - "@turf/meta": "^6.5.0" + "@turf/boolean-point-in-polygon": "^7.1.0", + "@turf/helpers": "^7.1.0", + "@turf/invariant": "^7.1.0", + "@turf/line-intersect": "^7.1.0", + "@turf/polygon-to-line": "^7.1.0", + "@types/geojson": "^7946.0.10", + "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/bbox-clip": { + "node_modules/@turf/boolean-disjoint": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/boolean-point-in-polygon": "^7.1.0", "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", + "@turf/line-intersect": "^7.1.0", + "@turf/meta": "^7.1.0", + "@turf/polygon-to-line": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -9079,22 +9109,28 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/bbox-clip/node_modules/@turf/helpers": { + "node_modules/@turf/boolean-equal": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/clean-coords": "^7.1.0", + "@turf/helpers": "^7.1.0", + "@turf/invariant": "^7.1.0", "@types/geojson": "^7946.0.10", + "geojson-equality-ts": "^1.0.2", "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/bbox-clip/node_modules/@turf/invariant": { + "node_modules/@turf/boolean-intersects": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/boolean-disjoint": "^7.1.0", "@turf/helpers": "^7.1.0", + "@turf/meta": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -9102,22 +9138,31 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/bbox-polygon": { + "node_modules/@turf/boolean-overlap": { "version": "7.1.0", "license": "MIT", "dependencies": { "@turf/helpers": "^7.1.0", + "@turf/invariant": "^7.1.0", + "@turf/line-intersect": "^7.1.0", + "@turf/line-overlap": "^7.1.0", + "@turf/meta": "^7.1.0", "@types/geojson": "^7946.0.10", + "geojson-equality-ts": "^1.0.2", "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/bbox-polygon/node_modules/@turf/helpers": { + "node_modules/@turf/boolean-parallel": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/clean-coords": "^7.1.0", + "@turf/helpers": "^7.1.0", + "@turf/line-segment": "^7.1.0", + "@turf/rhumb-bearing": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -9125,34 +9170,45 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/bearing": { - "version": "6.5.0", + "node_modules/@turf/boolean-point-in-polygon": { + "version": "7.3.3", + "resolved": "https://registry.npmjs.org/@turf/boolean-point-in-polygon/-/boolean-point-in-polygon-7.3.3.tgz", + "integrity": "sha512-hmXV4PofLAVbVZcnKk/yp//0s65huap+L3wKGKzbLWk57fWla/eRmFKx/iQ15xGu05zylHz5cA5AfriVGZHj2g==", "license": "MIT", "dependencies": { - "@turf/helpers": "^6.5.0", - "@turf/invariant": "^6.5.0" + "@turf/helpers": "7.3.3", + "@turf/invariant": "7.3.3", + "@types/geojson": "^7946.0.10", + "point-in-polygon-hao": "^1.1.0", + "tslib": "^2.8.1" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/bezier-spline": { - "version": "7.1.0", + "node_modules/@turf/boolean-point-on-line": { + "version": "7.3.3", + "resolved": "https://registry.npmjs.org/@turf/boolean-point-on-line/-/boolean-point-on-line-7.3.3.tgz", + "integrity": "sha512-iHLLdIdPNs29PgWGvsgdHTk3FntDAH0ILzcfsu/Uwdxbubz0GcPEWRFtMNKdszOQLT8LOtpJAgO617iiYNIkng==", "license": "MIT", "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", + "@turf/helpers": "7.3.3", + "@turf/invariant": "7.3.3", "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/bezier-spline/node_modules/@turf/helpers": { + "node_modules/@turf/boolean-touches": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/boolean-point-in-polygon": "^7.1.0", + "@turf/boolean-point-on-line": "^7.1.0", + "@turf/helpers": "^7.1.0", + "@turf/invariant": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -9160,22 +9216,34 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/bezier-spline/node_modules/@turf/invariant": { + "node_modules/@turf/boolean-valid": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/bbox": "^7.1.0", + "@turf/boolean-crosses": "^7.1.0", + "@turf/boolean-disjoint": "^7.1.0", + "@turf/boolean-overlap": "^7.1.0", + "@turf/boolean-point-in-polygon": "^7.1.0", + "@turf/boolean-point-on-line": "^7.1.0", "@turf/helpers": "^7.1.0", + "@turf/invariant": "^7.1.0", + "@turf/line-intersect": "^7.1.0", "@types/geojson": "^7946.0.10", + "geojson-polygon-self-intersections": "^1.2.1", "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-clockwise": { + "node_modules/@turf/boolean-within": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/bbox": "^7.1.0", + "@turf/boolean-point-in-polygon": "^7.1.0", + "@turf/boolean-point-on-line": "^7.1.0", "@turf/helpers": "^7.1.0", "@turf/invariant": "^7.1.0", "@types/geojson": "^7946.0.10", @@ -9185,21 +9253,28 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-clockwise/node_modules/@turf/helpers": { + "node_modules/@turf/buffer": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/bbox": "^7.1.0", + "@turf/center": "^7.1.0", + "@turf/helpers": "^7.1.0", + "@turf/jsts": "^2.7.1", + "@turf/meta": "^7.1.0", + "@turf/projection": "^7.1.0", "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" + "d3-geo": "1.7.1" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-clockwise/node_modules/@turf/invariant": { + "node_modules/@turf/center": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/bbox": "^7.1.0", "@turf/helpers": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" @@ -9208,12 +9283,13 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-concave": { + "node_modules/@turf/center-mean": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/bbox": "^7.1.0", "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", + "@turf/meta": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -9221,10 +9297,15 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-concave/node_modules/@turf/helpers": { + "node_modules/@turf/center-median": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/center-mean": "^7.1.0", + "@turf/centroid": "^7.1.0", + "@turf/distance": "^7.1.0", + "@turf/helpers": "^7.1.0", + "@turf/meta": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -9232,11 +9313,15 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-concave/node_modules/@turf/invariant": { + "node_modules/@turf/center-of-mass": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/centroid": "^7.1.0", + "@turf/convex": "^7.1.0", "@turf/helpers": "^7.1.0", + "@turf/invariant": "^7.1.0", + "@turf/meta": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -9244,29 +9329,25 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-contains": { - "version": "6.5.0", + "node_modules/@turf/centroid": { + "version": "7.1.0", "license": "MIT", "dependencies": { - "@turf/bbox": "^6.5.0", - "@turf/boolean-point-in-polygon": "^6.5.0", - "@turf/boolean-point-on-line": "^6.5.0", - "@turf/helpers": "^6.5.0", - "@turf/invariant": "^6.5.0" + "@turf/helpers": "^7.1.0", + "@turf/meta": "^7.1.0", + "@types/geojson": "^7946.0.10", + "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-crosses": { + "node_modules/@turf/circle": { "version": "7.1.0", "license": "MIT", "dependencies": { - "@turf/boolean-point-in-polygon": "^7.1.0", + "@turf/destination": "^7.1.0", "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@turf/line-intersect": "^7.1.0", - "@turf/polygon-to-line": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -9274,24 +9355,25 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-crosses/node_modules/@turf/boolean-point-in-polygon": { + "node_modules/@turf/circle/node_modules/@turf/destination": { "version": "7.1.0", "license": "MIT", "dependencies": { "@turf/helpers": "^7.1.0", "@turf/invariant": "^7.1.0", "@types/geojson": "^7946.0.10", - "point-in-polygon-hao": "^1.1.0", "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-crosses/node_modules/@turf/helpers": { + "node_modules/@turf/clean-coords": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/helpers": "^7.1.0", + "@turf/invariant": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -9299,7 +9381,7 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-crosses/node_modules/@turf/invariant": { + "node_modules/@turf/clone": { "version": "7.1.0", "license": "MIT", "dependencies": { @@ -9311,65 +9393,72 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-crosses/node_modules/@turf/line-intersect": { + "node_modules/@turf/clusters": { "version": "7.1.0", "license": "MIT", "dependencies": { "@turf/helpers": "^7.1.0", + "@turf/meta": "^7.1.0", "@types/geojson": "^7946.0.10", - "sweepline-intersections": "^1.5.0", "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-disjoint": { + "node_modules/@turf/clusters-dbscan": { "version": "7.1.0", "license": "MIT", "dependencies": { - "@turf/boolean-point-in-polygon": "^7.1.0", + "@turf/clone": "^7.1.0", + "@turf/distance": "^7.1.0", "@turf/helpers": "^7.1.0", - "@turf/line-intersect": "^7.1.0", "@turf/meta": "^7.1.0", - "@turf/polygon-to-line": "^7.1.0", "@types/geojson": "^7946.0.10", + "rbush": "^3.0.1", "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-disjoint/node_modules/@turf/boolean-point-in-polygon": { + "node_modules/@turf/clusters-kmeans": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/clone": "^7.1.0", "@turf/helpers": "^7.1.0", "@turf/invariant": "^7.1.0", + "@turf/meta": "^7.1.0", "@types/geojson": "^7946.0.10", - "point-in-polygon-hao": "^1.1.0", + "skmeans": "0.9.7", "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-disjoint/node_modules/@turf/helpers": { + "node_modules/@turf/collect": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/bbox": "^7.1.0", + "@turf/boolean-point-in-polygon": "^7.1.0", + "@turf/helpers": "^7.1.0", "@types/geojson": "^7946.0.10", + "rbush": "^3.0.1", "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-disjoint/node_modules/@turf/invariant": { + "node_modules/@turf/combine": { "version": "7.1.0", "license": "MIT", "dependencies": { "@turf/helpers": "^7.1.0", + "@turf/meta": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -9377,74 +9466,91 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-disjoint/node_modules/@turf/line-intersect": { + "node_modules/@turf/concave": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/clone": "^7.1.0", + "@turf/distance": "^7.1.0", "@turf/helpers": "^7.1.0", + "@turf/invariant": "^7.1.0", + "@turf/meta": "^7.1.0", + "@turf/tin": "^7.1.0", "@types/geojson": "^7946.0.10", - "sweepline-intersections": "^1.5.0", + "topojson-client": "3.x", + "topojson-server": "3.x", "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-disjoint/node_modules/@turf/meta": { + "node_modules/@turf/convex": { "version": "7.1.0", "license": "MIT", "dependencies": { "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" + "@turf/meta": "^7.1.0", + "@types/geojson": "^7946.0.10", + "concaveman": "^1.2.1", + "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-equal": { + "node_modules/@turf/difference": { "version": "7.1.0", "license": "MIT", "dependencies": { - "@turf/clean-coords": "^7.1.0", "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", + "@turf/meta": "^7.1.0", "@types/geojson": "^7946.0.10", - "geojson-equality-ts": "^1.0.2", + "polygon-clipping": "^0.15.3", "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-equal/node_modules/@turf/helpers": { + "node_modules/@turf/dissolve": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/flatten": "^7.1.0", + "@turf/helpers": "^7.1.0", + "@turf/invariant": "^7.1.0", + "@turf/meta": "^7.1.0", "@types/geojson": "^7946.0.10", + "polygon-clipping": "^0.15.3", "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-equal/node_modules/@turf/invariant": { - "version": "7.1.0", + "node_modules/@turf/distance": { + "version": "7.3.3", + "resolved": "https://registry.npmjs.org/@turf/distance/-/distance-7.3.3.tgz", + "integrity": "sha512-bmv0GzqlICjMWuQ05ipDDbT9ppQUMNo02+T5f/rPF9hSEXCPkSJQ1OdQ6XjUGzdJ/vxgES4DM4zhIDUKU/g8RQ==", "license": "MIT", "dependencies": { - "@turf/helpers": "^7.1.0", + "@turf/helpers": "7.3.3", + "@turf/invariant": "7.3.3", "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-intersects": { + "node_modules/@turf/distance-weight": { "version": "7.1.0", "license": "MIT", "dependencies": { - "@turf/boolean-disjoint": "^7.1.0", + "@turf/centroid": "^7.1.0", "@turf/helpers": "^7.1.0", + "@turf/invariant": "^7.1.0", "@turf/meta": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" @@ -9453,10 +9559,14 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-intersects/node_modules/@turf/helpers": { + "node_modules/@turf/ellipse": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/helpers": "^7.1.0", + "@turf/invariant": "^7.1.0", + "@turf/rhumb-destination": "^7.1.0", + "@turf/transform-rotate": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -9464,38 +9574,39 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-intersects/node_modules/@turf/meta": { + "node_modules/@turf/envelope": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/bbox": "^7.1.0", + "@turf/bbox-polygon": "^7.1.0", "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" + "@types/geojson": "^7946.0.10", + "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-overlap": { + "node_modules/@turf/explode": { "version": "7.1.0", "license": "MIT", "dependencies": { "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@turf/line-intersect": "^7.1.0", - "@turf/line-overlap": "^7.1.0", "@turf/meta": "^7.1.0", "@types/geojson": "^7946.0.10", - "geojson-equality-ts": "^1.0.2", "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-overlap/node_modules/@turf/helpers": { + "node_modules/@turf/flatten": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/helpers": "^7.1.0", + "@turf/meta": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -9503,11 +9614,13 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-overlap/node_modules/@turf/invariant": { + "node_modules/@turf/flip": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/clone": "^7.1.0", "@turf/helpers": "^7.1.0", + "@turf/meta": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -9515,49 +9628,56 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-overlap/node_modules/@turf/line-intersect": { - "version": "7.1.0", + "node_modules/@turf/geojson-rbush": { + "version": "7.3.3", + "resolved": "https://registry.npmjs.org/@turf/geojson-rbush/-/geojson-rbush-7.3.3.tgz", + "integrity": "sha512-J/8oew3X9iYoKR7WsD9MeLmuyeYeXy+h6z1NUF8Scs/DQgigQV/hzOv20azt9S6neyfP72yIKDEo7dNxPJcoWw==", "license": "MIT", "dependencies": { - "@turf/helpers": "^7.1.0", + "@turf/bbox": "7.3.3", + "@turf/helpers": "7.3.3", + "@turf/meta": "7.3.3", "@types/geojson": "^7946.0.10", - "sweepline-intersections": "^1.5.0", - "tslib": "^2.6.2" + "rbush": "^3.0.1", + "tslib": "^2.8.1" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-overlap/node_modules/@turf/meta": { + "node_modules/@turf/great-circle": { "version": "7.1.0", "license": "MIT", "dependencies": { "@turf/helpers": "^7.1.0", + "@turf/invariant": "^7.1.0", "@types/geojson": "^7946.0.10" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-parallel": { - "version": "7.1.0", + "node_modules/@turf/helpers": { + "version": "7.3.3", + "resolved": "https://registry.npmjs.org/@turf/helpers/-/helpers-7.3.3.tgz", + "integrity": "sha512-9Ias0L1GuZPIzO6sk8jraTEuLJye6n9LYNEdw69ZGOQ6C1IigjxkPW49zmn21aTv1z27vxdVLSS3r+78DB2QnQ==", "license": "MIT", "dependencies": { - "@turf/clean-coords": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@turf/line-segment": "^7.1.0", - "@turf/rhumb-bearing": "^7.1.0", "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-parallel/node_modules/@turf/helpers": { + "node_modules/@turf/hex-grid": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/distance": "^7.1.0", + "@turf/helpers": "^7.1.0", + "@turf/intersect": "^7.1.0", + "@turf/invariant": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -9565,73 +9685,118 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-parallel/node_modules/@turf/invariant": { + "node_modules/@turf/interpolate": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/bbox": "^7.1.0", + "@turf/centroid": "^7.1.0", + "@turf/clone": "^7.1.0", + "@turf/distance": "^7.1.0", "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" + "@turf/hex-grid": "^7.1.0", + "@turf/invariant": "^7.1.0", + "@turf/meta": "^7.1.0", + "@turf/point-grid": "^7.1.0", + "@turf/square-grid": "^7.1.0", + "@turf/triangle-grid": "^7.1.0", + "@types/geojson": "^7946.0.10" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-parallel/node_modules/@turf/line-segment": { + "node_modules/@turf/intersect": { "version": "7.1.0", "license": "MIT", "dependencies": { "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", "@turf/meta": "^7.1.0", "@types/geojson": "^7946.0.10", + "polygon-clipping": "^0.15.3", "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-parallel/node_modules/@turf/meta": { + "node_modules/@turf/invariant": { + "version": "7.3.3", + "resolved": "https://registry.npmjs.org/@turf/invariant/-/invariant-7.3.3.tgz", + "integrity": "sha512-q6UDgWmtIlU+AIxt5Awnh18ZMSuNti6drCXbIBdGdgQaQ1qEiyGZDE3P9RKk6otoLXOBYecOuI0HIwf2IxurhQ==", + "license": "MIT", + "dependencies": { + "@turf/helpers": "7.3.3", + "@types/geojson": "^7946.0.10", + "tslib": "^2.8.1" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/isobands": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/area": "^7.1.0", + "@turf/bbox": "^7.1.0", + "@turf/boolean-point-in-polygon": "^7.1.0", + "@turf/explode": "^7.1.0", "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" + "@turf/invariant": "^7.1.0", + "@turf/meta": "^7.1.0", + "@types/geojson": "^7946.0.10", + "marchingsquares": "^1.3.3", + "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-point-in-polygon": { - "version": "6.5.0", + "node_modules/@turf/isolines": { + "version": "7.1.0", "license": "MIT", "dependencies": { - "@turf/helpers": "^6.5.0", - "@turf/invariant": "^6.5.0" + "@turf/bbox": "^7.1.0", + "@turf/helpers": "^7.1.0", + "@turf/invariant": "^7.1.0", + "@turf/meta": "^7.1.0", + "@types/geojson": "^7946.0.10", + "marchingsquares": "^1.3.3", + "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-point-on-line": { - "version": "6.5.0", + "node_modules/@turf/jsts": { + "version": "2.7.2", + "license": "(EDL-1.0 OR EPL-1.0)", + "dependencies": { + "jsts": "2.7.1" + } + }, + "node_modules/@turf/kinks": { + "version": "7.3.3", + "resolved": "https://registry.npmjs.org/@turf/kinks/-/kinks-7.3.3.tgz", + "integrity": "sha512-+k6hB/1LIxqkt/2DTAYxx4ggq51V1iLNLm7s4a+ZV3orPob+zpVvpqENHx7ppuDHNx9x+gz1yR1AZNR0S3MXxw==", "license": "MIT", "dependencies": { - "@turf/helpers": "^6.5.0", - "@turf/invariant": "^6.5.0" + "@turf/helpers": "7.3.3", + "@types/geojson": "^7946.0.10", + "tslib": "^2.8.1" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-touches": { + "node_modules/@turf/length": { "version": "7.1.0", "license": "MIT", "dependencies": { - "@turf/boolean-point-in-polygon": "^7.1.0", - "@turf/boolean-point-on-line": "^7.1.0", + "@turf/distance": "^7.1.0", "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", + "@turf/meta": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -9639,21 +9804,21 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-touches/node_modules/@turf/boolean-point-in-polygon": { + "node_modules/@turf/line-arc": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/circle": "^7.1.0", + "@turf/destination": "^7.1.0", "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", "@types/geojson": "^7946.0.10", - "point-in-polygon-hao": "^1.1.0", "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-touches/node_modules/@turf/boolean-point-on-line": { + "node_modules/@turf/line-arc/node_modules/@turf/destination": { "version": "7.1.0", "license": "MIT", "dependencies": { @@ -9666,106 +9831,116 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-touches/node_modules/@turf/helpers": { + "node_modules/@turf/line-chunk": { "version": "7.1.0", "license": "MIT", "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" + "@turf/helpers": "^7.1.0", + "@turf/length": "^7.1.0", + "@turf/line-slice-along": "^7.1.0", + "@turf/meta": "^7.1.0", + "@types/geojson": "^7946.0.10" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-touches/node_modules/@turf/invariant": { - "version": "7.1.0", + "node_modules/@turf/line-intersect": { + "version": "7.3.3", + "resolved": "https://registry.npmjs.org/@turf/line-intersect/-/line-intersect-7.3.3.tgz", + "integrity": "sha512-RXlIPDseXT2PplbN8GMQOE3oa6DzAGSVm6xp7qaf4VyNvhRH85J+SpCYXuilYfd6eYWUrewUI1CkO5RIqHGlCA==", "license": "MIT", "dependencies": { - "@turf/helpers": "^7.1.0", + "@turf/helpers": "7.3.3", "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" + "sweepline-intersections": "^1.5.0", + "tslib": "^2.8.1" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-valid": { + "node_modules/@turf/line-offset": { "version": "7.1.0", "license": "MIT", "dependencies": { - "@turf/bbox": "^7.1.0", - "@turf/boolean-crosses": "^7.1.0", - "@turf/boolean-disjoint": "^7.1.0", - "@turf/boolean-overlap": "^7.1.0", - "@turf/boolean-point-in-polygon": "^7.1.0", - "@turf/boolean-point-on-line": "^7.1.0", "@turf/helpers": "^7.1.0", "@turf/invariant": "^7.1.0", - "@turf/line-intersect": "^7.1.0", - "@types/geojson": "^7946.0.10", - "geojson-polygon-self-intersections": "^1.2.1", - "tslib": "^2.6.2" + "@turf/meta": "^7.1.0", + "@types/geojson": "^7946.0.10" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-valid/node_modules/@turf/bbox": { + "node_modules/@turf/line-overlap": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/boolean-point-on-line": "^7.1.0", + "@turf/geojson-rbush": "^7.1.0", "@turf/helpers": "^7.1.0", + "@turf/invariant": "^7.1.0", + "@turf/line-segment": "^7.1.0", "@turf/meta": "^7.1.0", + "@turf/nearest-point-on-line": "^7.1.0", "@types/geojson": "^7946.0.10", + "fast-deep-equal": "^3.1.3", "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-valid/node_modules/@turf/boolean-point-in-polygon": { - "version": "7.1.0", + "node_modules/@turf/line-segment": { + "version": "7.3.3", + "resolved": "https://registry.npmjs.org/@turf/line-segment/-/line-segment-7.3.3.tgz", + "integrity": "sha512-2lhD3hDa73Q3uoNcr03bnQROpT6eGDNd+eupGSE8ZLeIKFy9Kkvi5YMmLz99IjUK23HO3RNmqYFR3X6JU0+4KQ==", "license": "MIT", "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", + "@turf/helpers": "7.3.3", + "@turf/invariant": "7.3.3", + "@turf/meta": "7.3.3", "@types/geojson": "^7946.0.10", - "point-in-polygon-hao": "^1.1.0", - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-valid/node_modules/@turf/boolean-point-on-line": { + "node_modules/@turf/line-slice": { "version": "7.1.0", "license": "MIT", "dependencies": { "@turf/helpers": "^7.1.0", "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" + "@turf/nearest-point-on-line": "^7.1.0", + "@types/geojson": "^7946.0.10" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-valid/node_modules/@turf/helpers": { + "node_modules/@turf/line-slice-along": { "version": "7.1.0", "license": "MIT", "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" + "@turf/bearing": "^7.1.0", + "@turf/destination": "^7.1.0", + "@turf/distance": "^7.1.0", + "@turf/helpers": "^7.1.0", + "@types/geojson": "^7946.0.10" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-valid/node_modules/@turf/invariant": { + "node_modules/@turf/line-slice-along/node_modules/@turf/bearing": { "version": "7.1.0", "license": "MIT", "dependencies": { "@turf/helpers": "^7.1.0", + "@turf/invariant": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -9773,37 +9948,47 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-valid/node_modules/@turf/line-intersect": { + "node_modules/@turf/line-slice-along/node_modules/@turf/destination": { "version": "7.1.0", "license": "MIT", "dependencies": { "@turf/helpers": "^7.1.0", + "@turf/invariant": "^7.1.0", "@types/geojson": "^7946.0.10", - "sweepline-intersections": "^1.5.0", "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-valid/node_modules/@turf/meta": { - "version": "7.1.0", + "node_modules/@turf/line-split": { + "version": "7.3.3", + "resolved": "https://registry.npmjs.org/@turf/line-split/-/line-split-7.3.3.tgz", + "integrity": "sha512-vSOCO2Hwd6/ZO3evtDNxwTX3yNkDGrfIWCscnJbKc0i5KukfHxYqM6jZI/8prWeEyOt6u8eAYbAN92Ew8j5NTA==", "license": "MIT", "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" + "@turf/bbox": "7.3.3", + "@turf/geojson-rbush": "7.3.3", + "@turf/helpers": "7.3.3", + "@turf/invariant": "7.3.3", + "@turf/line-intersect": "7.3.3", + "@turf/line-segment": "7.3.3", + "@turf/meta": "7.3.3", + "@turf/nearest-point-on-line": "7.3.3", + "@turf/truncate": "7.3.3", + "@types/geojson": "^7946.0.10", + "tslib": "^2.8.1" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-within": { + "node_modules/@turf/line-to-polygon": { "version": "7.1.0", "license": "MIT", "dependencies": { "@turf/bbox": "^7.1.0", - "@turf/boolean-point-in-polygon": "^7.1.0", - "@turf/boolean-point-on-line": "^7.1.0", + "@turf/clone": "^7.1.0", "@turf/helpers": "^7.1.0", "@turf/invariant": "^7.1.0", "@types/geojson": "^7946.0.10", @@ -9813,39 +9998,42 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-within/node_modules/@turf/bbox": { + "node_modules/@turf/mask": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/clone": "^7.1.0", "@turf/helpers": "^7.1.0", - "@turf/meta": "^7.1.0", "@types/geojson": "^7946.0.10", + "polygon-clipping": "^0.15.3", "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-within/node_modules/@turf/boolean-point-in-polygon": { - "version": "7.1.0", + "node_modules/@turf/meta": { + "version": "7.3.3", + "resolved": "https://registry.npmjs.org/@turf/meta/-/meta-7.3.3.tgz", + "integrity": "sha512-Tz1j4h70iFB5SebWWoVv/uL59x4aOngXU+d1xQDXzOCn/O6txnreGVGMcYU362c5F06yqZx38H9UFTQ553lK0w==", "license": "MIT", "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", + "@turf/helpers": "7.3.3", "@types/geojson": "^7946.0.10", - "point-in-polygon-hao": "^1.1.0", - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-within/node_modules/@turf/boolean-point-on-line": { + "node_modules/@turf/midpoint": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/bearing": "^7.1.0", + "@turf/destination": "^7.1.0", + "@turf/distance": "^7.1.0", "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -9853,10 +10041,12 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-within/node_modules/@turf/helpers": { + "node_modules/@turf/midpoint/node_modules/@turf/bearing": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/helpers": "^7.1.0", + "@turf/invariant": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -9864,11 +10054,12 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-within/node_modules/@turf/invariant": { + "node_modules/@turf/midpoint/node_modules/@turf/destination": { "version": "7.1.0", "license": "MIT", "dependencies": { "@turf/helpers": "^7.1.0", + "@turf/invariant": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -9876,38 +10067,45 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/boolean-within/node_modules/@turf/meta": { + "node_modules/@turf/moran-index": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/distance-weight": "^7.1.0", "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" + "@turf/meta": "^7.1.0", + "@types/geojson": "^7946.0.10", + "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/buffer": { + "node_modules/@turf/nearest-neighbor-analysis": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/area": "^7.1.0", "@turf/bbox": "^7.1.0", - "@turf/center": "^7.1.0", + "@turf/bbox-polygon": "^7.1.0", + "@turf/centroid": "^7.1.0", + "@turf/distance": "^7.1.0", "@turf/helpers": "^7.1.0", - "@turf/jsts": "^2.7.1", "@turf/meta": "^7.1.0", - "@turf/projection": "^7.1.0", + "@turf/nearest-point": "^7.1.0", "@types/geojson": "^7946.0.10", - "d3-geo": "1.7.1" + "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/buffer/node_modules/@turf/bbox": { + "node_modules/@turf/nearest-point": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/clone": "^7.1.0", + "@turf/distance": "^7.1.0", "@turf/helpers": "^7.1.0", "@turf/meta": "^7.1.0", "@types/geojson": "^7946.0.10", @@ -9917,34 +10115,44 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/buffer/node_modules/@turf/helpers": { - "version": "7.1.0", + "node_modules/@turf/nearest-point-on-line": { + "version": "7.3.3", + "resolved": "https://registry.npmjs.org/@turf/nearest-point-on-line/-/nearest-point-on-line-7.3.3.tgz", + "integrity": "sha512-xFSTH7Vgqa/tMOPWzS3SZKgxCn2WB5F6v1AFAefYtCGnKy2BGM6cyLoEhegaCZKaJk2ftn/yd6P90+FBKm0nnQ==", "license": "MIT", "dependencies": { + "@turf/distance": "7.3.3", + "@turf/helpers": "7.3.3", + "@turf/invariant": "7.3.3", + "@turf/meta": "7.3.3", "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/buffer/node_modules/@turf/meta": { + "node_modules/@turf/nearest-point-to-line": { "version": "7.1.0", "license": "MIT", "dependencies": { "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" + "@turf/invariant": "^7.1.0", + "@turf/meta": "^7.1.0", + "@turf/point-to-line-distance": "^7.1.0", + "@types/geojson": "^7946.0.10", + "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/center": { + "node_modules/@turf/planepoint": { "version": "7.1.0", "license": "MIT", "dependencies": { - "@turf/bbox": "^7.1.0", "@turf/helpers": "^7.1.0", + "@turf/invariant": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -9952,13 +10160,14 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/center-mean": { + "node_modules/@turf/point-grid": { "version": "7.1.0", "license": "MIT", "dependencies": { - "@turf/bbox": "^7.1.0", + "@turf/boolean-within": "^7.1.0", + "@turf/distance": "^7.1.0", "@turf/helpers": "^7.1.0", - "@turf/meta": "^7.1.0", + "@turf/invariant": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -9966,12 +10175,15 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/center-mean/node_modules/@turf/bbox": { + "node_modules/@turf/point-on-feature": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/boolean-point-in-polygon": "^7.1.0", + "@turf/center": "^7.1.0", + "@turf/explode": "^7.1.0", "@turf/helpers": "^7.1.0", - "@turf/meta": "^7.1.0", + "@turf/nearest-point": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -9979,10 +10191,18 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/center-mean/node_modules/@turf/helpers": { + "node_modules/@turf/point-to-line-distance": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/bearing": "^7.1.0", + "@turf/distance": "^7.1.0", + "@turf/helpers": "^7.1.0", + "@turf/invariant": "^7.1.0", + "@turf/meta": "^7.1.0", + "@turf/projection": "^7.1.0", + "@turf/rhumb-bearing": "^7.1.0", + "@turf/rhumb-distance": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -9990,24 +10210,24 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/center-mean/node_modules/@turf/meta": { + "node_modules/@turf/point-to-line-distance/node_modules/@turf/bearing": { "version": "7.1.0", "license": "MIT", "dependencies": { "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" + "@turf/invariant": "^7.1.0", + "@types/geojson": "^7946.0.10", + "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/center-median": { + "node_modules/@turf/points-within-polygon": { "version": "7.1.0", "license": "MIT", "dependencies": { - "@turf/center-mean": "^7.1.0", - "@turf/centroid": "^7.1.0", - "@turf/distance": "^7.1.0", + "@turf/boolean-point-in-polygon": "^7.1.0", "@turf/helpers": "^7.1.0", "@turf/meta": "^7.1.0", "@types/geojson": "^7946.0.10", @@ -10017,12 +10237,12 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/center-median/node_modules/@turf/distance": { + "node_modules/@turf/polygon-smooth": { "version": "7.1.0", "license": "MIT", "dependencies": { "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", + "@turf/meta": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -10030,10 +10250,16 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/center-median/node_modules/@turf/helpers": { + "node_modules/@turf/polygon-tangents": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/bbox": "^7.1.0", + "@turf/boolean-within": "^7.1.0", + "@turf/explode": "^7.1.0", + "@turf/helpers": "^7.1.0", + "@turf/invariant": "^7.1.0", + "@turf/nearest-point": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -10041,11 +10267,12 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/center-median/node_modules/@turf/invariant": { + "node_modules/@turf/polygon-to-line": { "version": "7.1.0", "license": "MIT", "dependencies": { "@turf/helpers": "^7.1.0", + "@turf/invariant": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -10053,3676 +10280,14 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/center-median/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/center-of-mass": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/centroid": "^7.1.0", - "@turf/convex": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/center-of-mass/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/center-of-mass/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/center-of-mass/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/center/node_modules/@turf/bbox": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/center/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/center/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/centroid": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/centroid/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/centroid/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/circle": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/destination": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/circle/node_modules/@turf/destination": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/circle/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/circle/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/clean-coords": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/clean-coords/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/clean-coords/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/clone": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/clone/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/clusters": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/clusters-dbscan": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/clone": "^7.1.0", - "@turf/distance": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "rbush": "^3.0.1", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/clusters-dbscan/node_modules/@turf/distance": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/clusters-dbscan/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/clusters-dbscan/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/clusters-dbscan/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/clusters-kmeans": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/clone": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "skmeans": "0.9.7", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/clusters-kmeans/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/clusters-kmeans/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/clusters-kmeans/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/clusters/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/clusters/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/collect": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/bbox": "^7.1.0", - "@turf/boolean-point-in-polygon": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "rbush": "^3.0.1", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/collect/node_modules/@turf/bbox": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/collect/node_modules/@turf/boolean-point-in-polygon": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "point-in-polygon-hao": "^1.1.0", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/collect/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/collect/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/collect/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/combine": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/combine/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/combine/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/concave": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/clone": "^7.1.0", - "@turf/distance": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@turf/meta": "^7.1.0", - "@turf/tin": "^7.1.0", - "@types/geojson": "^7946.0.10", - "topojson-client": "3.x", - "topojson-server": "3.x", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/concave/node_modules/@turf/distance": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/concave/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/concave/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/concave/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/convex": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "concaveman": "^1.2.1", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/convex/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/convex/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/destination": { - "version": "6.5.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^6.5.0", - "@turf/invariant": "^6.5.0" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/difference": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "polygon-clipping": "^0.15.3", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/difference/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/difference/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/dissolve": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/flatten": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "polygon-clipping": "^0.15.3", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/dissolve/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/dissolve/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/dissolve/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/distance": { - "version": "6.5.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^6.5.0", - "@turf/invariant": "^6.5.0" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/distance-weight": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/centroid": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/distance-weight/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/distance-weight/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/distance-weight/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/ellipse": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@turf/rhumb-destination": "^7.1.0", - "@turf/transform-rotate": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/ellipse/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/ellipse/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/envelope": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/bbox": "^7.1.0", - "@turf/bbox-polygon": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/envelope/node_modules/@turf/bbox": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/envelope/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/envelope/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/explode": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/explode/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/explode/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/flatten": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/flatten/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/flatten/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/flip": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/clone": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/flip/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/flip/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/geojson-rbush": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/bbox": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "rbush": "^3.0.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/geojson-rbush/node_modules/@turf/bbox": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/geojson-rbush/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/geojson-rbush/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/great-circle": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/great-circle/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/great-circle/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/helpers": { - "version": "6.5.0", - "license": "MIT", - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/hex-grid": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/distance": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@turf/intersect": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/hex-grid/node_modules/@turf/distance": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/hex-grid/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/hex-grid/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/interpolate": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/bbox": "^7.1.0", - "@turf/centroid": "^7.1.0", - "@turf/clone": "^7.1.0", - "@turf/distance": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@turf/hex-grid": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@turf/meta": "^7.1.0", - "@turf/point-grid": "^7.1.0", - "@turf/square-grid": "^7.1.0", - "@turf/triangle-grid": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/interpolate/node_modules/@turf/bbox": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/interpolate/node_modules/@turf/distance": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/interpolate/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/interpolate/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/interpolate/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/intersect": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "polygon-clipping": "^0.15.3", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/intersect/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/intersect/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/invariant": { - "version": "6.5.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^6.5.0" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/isobands": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/area": "^7.1.0", - "@turf/bbox": "^7.1.0", - "@turf/boolean-point-in-polygon": "^7.1.0", - "@turf/explode": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "marchingsquares": "^1.3.3", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/isobands/node_modules/@turf/bbox": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/isobands/node_modules/@turf/boolean-point-in-polygon": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "point-in-polygon-hao": "^1.1.0", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/isobands/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/isobands/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/isobands/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/isolines": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/bbox": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "marchingsquares": "^1.3.3", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/isolines/node_modules/@turf/bbox": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/isolines/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/isolines/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/isolines/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/jsts": { - "version": "2.7.2", - "license": "(EDL-1.0 OR EPL-1.0)", - "dependencies": { - "jsts": "2.7.1" - } - }, - "node_modules/@turf/kinks": { - "version": "6.5.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^6.5.0" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/length": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/distance": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/length/node_modules/@turf/distance": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/length/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/length/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/length/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-arc": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/circle": "^7.1.0", - "@turf/destination": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-arc/node_modules/@turf/destination": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-arc/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-arc/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-chunk": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/length": "^7.1.0", - "@turf/line-slice-along": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-chunk/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-chunk/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-intersect": { - "version": "6.5.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^6.5.0", - "@turf/invariant": "^6.5.0", - "@turf/line-segment": "^6.5.0", - "@turf/meta": "^6.5.0", - "geojson-rbush": "3.x" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-offset": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-offset/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-offset/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-offset/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-overlap": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/boolean-point-on-line": "^7.1.0", - "@turf/geojson-rbush": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@turf/line-segment": "^7.1.0", - "@turf/meta": "^7.1.0", - "@turf/nearest-point-on-line": "^7.1.0", - "@types/geojson": "^7946.0.10", - "fast-deep-equal": "^3.1.3", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-overlap/node_modules/@turf/bearing": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-overlap/node_modules/@turf/boolean-point-on-line": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-overlap/node_modules/@turf/destination": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-overlap/node_modules/@turf/distance": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-overlap/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-overlap/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-overlap/node_modules/@turf/line-intersect": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "sweepline-intersections": "^1.5.0", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-overlap/node_modules/@turf/line-segment": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-overlap/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-overlap/node_modules/@turf/nearest-point-on-line": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/bearing": "^7.1.0", - "@turf/destination": "^7.1.0", - "@turf/distance": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@turf/line-intersect": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-segment": { - "version": "6.5.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^6.5.0", - "@turf/invariant": "^6.5.0", - "@turf/meta": "^6.5.0" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-slice": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@turf/nearest-point-on-line": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-slice-along": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/bearing": "^7.1.0", - "@turf/destination": "^7.1.0", - "@turf/distance": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-slice-along/node_modules/@turf/bearing": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-slice-along/node_modules/@turf/destination": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-slice-along/node_modules/@turf/distance": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-slice-along/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-slice-along/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-slice/node_modules/@turf/bearing": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-slice/node_modules/@turf/destination": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-slice/node_modules/@turf/distance": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-slice/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-slice/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-slice/node_modules/@turf/line-intersect": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "sweepline-intersections": "^1.5.0", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-slice/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-slice/node_modules/@turf/nearest-point-on-line": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/bearing": "^7.1.0", - "@turf/destination": "^7.1.0", - "@turf/distance": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@turf/line-intersect": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-split": { - "version": "6.5.0", - "license": "MIT", - "dependencies": { - "@turf/bbox": "^6.5.0", - "@turf/helpers": "^6.5.0", - "@turf/invariant": "^6.5.0", - "@turf/line-intersect": "^6.5.0", - "@turf/line-segment": "^6.5.0", - "@turf/meta": "^6.5.0", - "@turf/nearest-point-on-line": "^6.5.0", - "@turf/square": "^6.5.0", - "@turf/truncate": "^6.5.0", - "geojson-rbush": "3.x" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-to-polygon": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/bbox": "^7.1.0", - "@turf/clone": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-to-polygon/node_modules/@turf/bbox": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-to-polygon/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-to-polygon/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/line-to-polygon/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/mask": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/clone": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "polygon-clipping": "^0.15.3", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/mask/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/meta": { - "version": "6.5.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^6.5.0" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/midpoint": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/bearing": "^7.1.0", - "@turf/destination": "^7.1.0", - "@turf/distance": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/midpoint/node_modules/@turf/bearing": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/midpoint/node_modules/@turf/destination": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/midpoint/node_modules/@turf/distance": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/midpoint/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/midpoint/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/moran-index": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/distance-weight": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/moran-index/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/moran-index/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/nearest-neighbor-analysis": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/area": "^7.1.0", - "@turf/bbox": "^7.1.0", - "@turf/bbox-polygon": "^7.1.0", - "@turf/centroid": "^7.1.0", - "@turf/distance": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@turf/meta": "^7.1.0", - "@turf/nearest-point": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/nearest-neighbor-analysis/node_modules/@turf/bbox": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/nearest-neighbor-analysis/node_modules/@turf/distance": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/nearest-neighbor-analysis/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/nearest-neighbor-analysis/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/nearest-neighbor-analysis/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/nearest-point": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/clone": "^7.1.0", - "@turf/distance": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/nearest-point-on-line": { - "version": "6.5.0", - "license": "MIT", - "dependencies": { - "@turf/bearing": "^6.5.0", - "@turf/destination": "^6.5.0", - "@turf/distance": "^6.5.0", - "@turf/helpers": "^6.5.0", - "@turf/invariant": "^6.5.0", - "@turf/line-intersect": "^6.5.0", - "@turf/meta": "^6.5.0" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/nearest-point-to-line": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@turf/meta": "^7.1.0", - "@turf/point-to-line-distance": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/nearest-point-to-line/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/nearest-point-to-line/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/nearest-point-to-line/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/nearest-point/node_modules/@turf/distance": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/nearest-point/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/nearest-point/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/nearest-point/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/planepoint": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/planepoint/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/planepoint/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/point-grid": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/boolean-within": "^7.1.0", - "@turf/distance": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/point-grid/node_modules/@turf/distance": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/point-grid/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/point-grid/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/point-on-feature": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/boolean-point-in-polygon": "^7.1.0", - "@turf/center": "^7.1.0", - "@turf/explode": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@turf/nearest-point": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/point-on-feature/node_modules/@turf/boolean-point-in-polygon": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "point-in-polygon-hao": "^1.1.0", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/point-on-feature/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/point-on-feature/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/point-to-line-distance": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/bearing": "^7.1.0", - "@turf/distance": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@turf/meta": "^7.1.0", - "@turf/projection": "^7.1.0", - "@turf/rhumb-bearing": "^7.1.0", - "@turf/rhumb-distance": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/point-to-line-distance/node_modules/@turf/bearing": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/point-to-line-distance/node_modules/@turf/distance": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/point-to-line-distance/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/point-to-line-distance/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/point-to-line-distance/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/points-within-polygon": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/boolean-point-in-polygon": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/points-within-polygon/node_modules/@turf/boolean-point-in-polygon": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "point-in-polygon-hao": "^1.1.0", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/points-within-polygon/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/points-within-polygon/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/points-within-polygon/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/polygon-smooth": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/polygon-smooth/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/polygon-smooth/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/polygon-tangents": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/bbox": "^7.1.0", - "@turf/boolean-within": "^7.1.0", - "@turf/explode": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@turf/nearest-point": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/polygon-tangents/node_modules/@turf/bbox": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/polygon-tangents/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/polygon-tangents/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/polygon-tangents/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/polygon-to-line": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/polygon-to-line/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/polygon-to-line/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/polygonize": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/boolean-point-in-polygon": "^7.1.0", - "@turf/envelope": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/polygonize/node_modules/@turf/boolean-point-in-polygon": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "point-in-polygon-hao": "^1.1.0", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/polygonize/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/polygonize/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/polygonize/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/projection": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/clone": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/projection/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/projection/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/quadrat-analysis": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/area": "^7.1.0", - "@turf/bbox": "^7.1.0", - "@turf/bbox-polygon": "^7.1.0", - "@turf/centroid": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@turf/point-grid": "^7.1.0", - "@turf/random": "^7.1.0", - "@turf/square-grid": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/quadrat-analysis/node_modules/@turf/bbox": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/quadrat-analysis/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/quadrat-analysis/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/quadrat-analysis/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/random": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/random/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/rectangle-grid": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/boolean-intersects": "^7.1.0", - "@turf/distance": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/rectangle-grid/node_modules/@turf/distance": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/rectangle-grid/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/rectangle-grid/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/rewind": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/boolean-clockwise": "^7.1.0", - "@turf/clone": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/rewind/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/rewind/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/rewind/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/rhumb-bearing": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/rhumb-bearing/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/rhumb-bearing/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/rhumb-destination": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/rhumb-destination/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/rhumb-destination/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/rhumb-distance": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/rhumb-distance/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/rhumb-distance/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/sample": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/sample/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/sector": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/circle": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@turf/line-arc": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/sector/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/sector/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/sector/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/shortest-path": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/bbox": "^7.1.0", - "@turf/bbox-polygon": "^7.1.0", - "@turf/boolean-point-in-polygon": "^7.1.0", - "@turf/clean-coords": "^7.1.0", - "@turf/distance": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@turf/meta": "^7.1.0", - "@turf/transform-scale": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/shortest-path/node_modules/@turf/bbox": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/shortest-path/node_modules/@turf/boolean-point-in-polygon": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "point-in-polygon-hao": "^1.1.0", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/shortest-path/node_modules/@turf/distance": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/shortest-path/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/shortest-path/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/shortest-path/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/simplify": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/clean-coords": "^7.1.0", - "@turf/clone": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/simplify/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/simplify/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/square": { - "version": "6.5.0", - "license": "MIT", - "dependencies": { - "@turf/distance": "^6.5.0", - "@turf/helpers": "^6.5.0" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/square-grid": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/rectangle-grid": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/square-grid/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/standard-deviational-ellipse": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/center-mean": "^7.1.0", - "@turf/ellipse": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@turf/meta": "^7.1.0", - "@turf/points-within-polygon": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/standard-deviational-ellipse/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/standard-deviational-ellipse/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/standard-deviational-ellipse/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/tag": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/boolean-point-in-polygon": "^7.1.0", - "@turf/clone": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@turf/meta": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/tag/node_modules/@turf/boolean-point-in-polygon": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "point-in-polygon-hao": "^1.1.0", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/tag/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/tag/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/tag/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/tesselate": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "earcut": "^2.2.4", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/tesselate/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/tin": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/tin/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/transform-rotate": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/centroid": "^7.1.0", - "@turf/clone": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@turf/meta": "^7.1.0", - "@turf/rhumb-bearing": "^7.1.0", - "@turf/rhumb-destination": "^7.1.0", - "@turf/rhumb-distance": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/transform-rotate/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/transform-rotate/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/transform-rotate/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/transform-scale": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/bbox": "^7.1.0", - "@turf/center": "^7.1.0", - "@turf/centroid": "^7.1.0", - "@turf/clone": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@turf/meta": "^7.1.0", - "@turf/rhumb-bearing": "^7.1.0", - "@turf/rhumb-destination": "^7.1.0", - "@turf/rhumb-distance": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/transform-scale/node_modules/@turf/bbox": { + "node_modules/@turf/polygonize": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/boolean-point-in-polygon": "^7.1.0", + "@turf/envelope": "^7.1.0", "@turf/helpers": "^7.1.0", + "@turf/invariant": "^7.1.0", "@turf/meta": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" @@ -13731,133 +10296,13 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/transform-scale/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/transform-scale/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/transform-scale/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/transform-translate": { + "node_modules/@turf/projection": { "version": "7.1.0", "license": "MIT", "dependencies": { "@turf/clone": "^7.1.0", "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", "@turf/meta": "^7.1.0", - "@turf/rhumb-destination": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/transform-translate/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/transform-translate/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/transform-translate/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/triangle-grid": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/distance": "^7.1.0", - "@turf/helpers": "^7.1.0", - "@turf/intersect": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/triangle-grid/node_modules/@turf/distance": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/triangle-grid/node_modules/@turf/helpers": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.6.2" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/triangle-grid/node_modules/@turf/invariant": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -13865,133 +10310,19 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/truncate": { - "version": "6.5.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^6.5.0", - "@turf/meta": "^6.5.0" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/turf": { + "node_modules/@turf/quadrat-analysis": { "version": "7.1.0", "license": "MIT", "dependencies": { - "@turf/along": "^7.1.0", - "@turf/angle": "^7.1.0", "@turf/area": "^7.1.0", "@turf/bbox": "^7.1.0", - "@turf/bbox-clip": "^7.1.0", "@turf/bbox-polygon": "^7.1.0", - "@turf/bearing": "^7.1.0", - "@turf/bezier-spline": "^7.1.0", - "@turf/boolean-clockwise": "^7.1.0", - "@turf/boolean-concave": "^7.1.0", - "@turf/boolean-contains": "^7.1.0", - "@turf/boolean-crosses": "^7.1.0", - "@turf/boolean-disjoint": "^7.1.0", - "@turf/boolean-equal": "^7.1.0", - "@turf/boolean-intersects": "^7.1.0", - "@turf/boolean-overlap": "^7.1.0", - "@turf/boolean-parallel": "^7.1.0", - "@turf/boolean-point-in-polygon": "^7.1.0", - "@turf/boolean-point-on-line": "^7.1.0", - "@turf/boolean-touches": "^7.1.0", - "@turf/boolean-valid": "^7.1.0", - "@turf/boolean-within": "^7.1.0", - "@turf/buffer": "^7.1.0", - "@turf/center": "^7.1.0", - "@turf/center-mean": "^7.1.0", - "@turf/center-median": "^7.1.0", - "@turf/center-of-mass": "^7.1.0", "@turf/centroid": "^7.1.0", - "@turf/circle": "^7.1.0", - "@turf/clean-coords": "^7.1.0", - "@turf/clone": "^7.1.0", - "@turf/clusters": "^7.1.0", - "@turf/clusters-dbscan": "^7.1.0", - "@turf/clusters-kmeans": "^7.1.0", - "@turf/collect": "^7.1.0", - "@turf/combine": "^7.1.0", - "@turf/concave": "^7.1.0", - "@turf/convex": "^7.1.0", - "@turf/destination": "^7.1.0", - "@turf/difference": "^7.1.0", - "@turf/dissolve": "^7.1.0", - "@turf/distance": "^7.1.0", - "@turf/distance-weight": "^7.1.0", - "@turf/ellipse": "^7.1.0", - "@turf/envelope": "^7.1.0", - "@turf/explode": "^7.1.0", - "@turf/flatten": "^7.1.0", - "@turf/flip": "^7.1.0", - "@turf/geojson-rbush": "^7.1.0", - "@turf/great-circle": "^7.1.0", "@turf/helpers": "^7.1.0", - "@turf/hex-grid": "^7.1.0", - "@turf/interpolate": "^7.1.0", - "@turf/intersect": "^7.1.0", "@turf/invariant": "^7.1.0", - "@turf/isobands": "^7.1.0", - "@turf/isolines": "^7.1.0", - "@turf/kinks": "^7.1.0", - "@turf/length": "^7.1.0", - "@turf/line-arc": "^7.1.0", - "@turf/line-chunk": "^7.1.0", - "@turf/line-intersect": "^7.1.0", - "@turf/line-offset": "^7.1.0", - "@turf/line-overlap": "^7.1.0", - "@turf/line-segment": "^7.1.0", - "@turf/line-slice": "^7.1.0", - "@turf/line-slice-along": "^7.1.0", - "@turf/line-split": "^7.1.0", - "@turf/line-to-polygon": "^7.1.0", - "@turf/mask": "^7.1.0", - "@turf/meta": "^7.1.0", - "@turf/midpoint": "^7.1.0", - "@turf/moran-index": "^7.1.0", - "@turf/nearest-neighbor-analysis": "^7.1.0", - "@turf/nearest-point": "^7.1.0", - "@turf/nearest-point-on-line": "^7.1.0", - "@turf/nearest-point-to-line": "^7.1.0", - "@turf/planepoint": "^7.1.0", "@turf/point-grid": "^7.1.0", - "@turf/point-on-feature": "^7.1.0", - "@turf/point-to-line-distance": "^7.1.0", - "@turf/points-within-polygon": "^7.1.0", - "@turf/polygon-smooth": "^7.1.0", - "@turf/polygon-tangents": "^7.1.0", - "@turf/polygon-to-line": "^7.1.0", - "@turf/polygonize": "^7.1.0", - "@turf/projection": "^7.1.0", - "@turf/quadrat-analysis": "^7.1.0", "@turf/random": "^7.1.0", - "@turf/rectangle-grid": "^7.1.0", - "@turf/rewind": "^7.1.0", - "@turf/rhumb-bearing": "^7.1.0", - "@turf/rhumb-destination": "^7.1.0", - "@turf/rhumb-distance": "^7.1.0", - "@turf/sample": "^7.1.0", - "@turf/sector": "^7.1.0", - "@turf/shortest-path": "^7.1.0", - "@turf/simplify": "^7.1.0", - "@turf/square": "^7.1.0", "@turf/square-grid": "^7.1.0", - "@turf/standard-deviational-ellipse": "^7.1.0", - "@turf/tag": "^7.1.0", - "@turf/tesselate": "^7.1.0", - "@turf/tin": "^7.1.0", - "@turf/transform-rotate": "^7.1.0", - "@turf/transform-scale": "^7.1.0", - "@turf/transform-translate": "^7.1.0", - "@turf/triangle-grid": "^7.1.0", - "@turf/truncate": "^7.1.0", - "@turf/union": "^7.1.0", - "@turf/unkink-polygon": "^7.1.0", - "@turf/voronoi": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -13999,12 +10330,11 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/turf/node_modules/@turf/bbox": { + "node_modules/@turf/random": { "version": "7.1.0", "license": "MIT", "dependencies": { "@turf/helpers": "^7.1.0", - "@turf/meta": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -14012,12 +10342,13 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/turf/node_modules/@turf/bearing": { + "node_modules/@turf/rectangle-grid": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/boolean-intersects": "^7.1.0", + "@turf/distance": "^7.1.0", "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -14025,15 +10356,15 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/turf/node_modules/@turf/boolean-contains": { + "node_modules/@turf/rewind": { "version": "7.1.0", "license": "MIT", "dependencies": { - "@turf/bbox": "^7.1.0", - "@turf/boolean-point-in-polygon": "^7.1.0", - "@turf/boolean-point-on-line": "^7.1.0", + "@turf/boolean-clockwise": "^7.1.0", + "@turf/clone": "^7.1.0", "@turf/helpers": "^7.1.0", "@turf/invariant": "^7.1.0", + "@turf/meta": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -14041,21 +10372,20 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/turf/node_modules/@turf/boolean-point-in-polygon": { + "node_modules/@turf/rhumb-bearing": { "version": "7.1.0", "license": "MIT", "dependencies": { "@turf/helpers": "^7.1.0", "@turf/invariant": "^7.1.0", "@types/geojson": "^7946.0.10", - "point-in-polygon-hao": "^1.1.0", "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/turf/node_modules/@turf/boolean-point-on-line": { + "node_modules/@turf/rhumb-destination": { "version": "7.1.0", "license": "MIT", "dependencies": { @@ -14068,7 +10398,7 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/turf/node_modules/@turf/destination": { + "node_modules/@turf/rhumb-distance": { "version": "7.1.0", "license": "MIT", "dependencies": { @@ -14081,12 +10411,11 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/turf/node_modules/@turf/distance": { + "node_modules/@turf/sample": { "version": "7.1.0", "license": "MIT", "dependencies": { "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -14094,10 +10423,15 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/turf/node_modules/@turf/helpers": { + "node_modules/@turf/sector": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/circle": "^7.1.0", + "@turf/helpers": "^7.1.0", + "@turf/invariant": "^7.1.0", + "@turf/line-arc": "^7.1.0", + "@turf/meta": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -14105,11 +10439,19 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/turf/node_modules/@turf/invariant": { + "node_modules/@turf/shortest-path": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/bbox": "^7.1.0", + "@turf/bbox-polygon": "^7.1.0", + "@turf/boolean-point-in-polygon": "^7.1.0", + "@turf/clean-coords": "^7.1.0", + "@turf/distance": "^7.1.0", "@turf/helpers": "^7.1.0", + "@turf/invariant": "^7.1.0", + "@turf/meta": "^7.1.0", + "@turf/transform-scale": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -14117,11 +10459,14 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/turf/node_modules/@turf/kinks": { + "node_modules/@turf/simplify": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/clean-coords": "^7.1.0", + "@turf/clone": "^7.1.0", "@turf/helpers": "^7.1.0", + "@turf/meta": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -14129,26 +10474,29 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/turf/node_modules/@turf/line-intersect": { + "node_modules/@turf/square-grid": { "version": "7.1.0", "license": "MIT", "dependencies": { "@turf/helpers": "^7.1.0", + "@turf/rectangle-grid": "^7.1.0", "@types/geojson": "^7946.0.10", - "sweepline-intersections": "^1.5.0", "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/turf/node_modules/@turf/line-segment": { + "node_modules/@turf/standard-deviational-ellipse": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/center-mean": "^7.1.0", + "@turf/ellipse": "^7.1.0", "@turf/helpers": "^7.1.0", "@turf/invariant": "^7.1.0", "@turf/meta": "^7.1.0", + "@turf/points-within-polygon": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -14156,48 +10504,39 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/turf/node_modules/@turf/line-split": { + "node_modules/@turf/tag": { "version": "7.1.0", "license": "MIT", "dependencies": { - "@turf/bbox": "^7.1.0", - "@turf/geojson-rbush": "^7.1.0", + "@turf/boolean-point-in-polygon": "^7.1.0", + "@turf/clone": "^7.1.0", "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@turf/line-intersect": "^7.1.0", - "@turf/line-segment": "^7.1.0", "@turf/meta": "^7.1.0", - "@turf/nearest-point-on-line": "^7.1.0", - "@turf/square": "^7.1.0", - "@turf/truncate": "^7.1.0", - "@types/geojson": "^7946.0.10" + "@types/geojson": "^7946.0.10", + "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/turf/node_modules/@turf/meta": { + "node_modules/@turf/tesselate": { "version": "7.1.0", "license": "MIT", "dependencies": { "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" + "@types/geojson": "^7946.0.10", + "earcut": "^2.2.4", + "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/turf/node_modules/@turf/nearest-point-on-line": { + "node_modules/@turf/tin": { "version": "7.1.0", "license": "MIT", "dependencies": { - "@turf/bearing": "^7.1.0", - "@turf/destination": "^7.1.0", - "@turf/distance": "^7.1.0", "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@turf/line-intersect": "^7.1.0", - "@turf/meta": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -14205,12 +10544,18 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/turf/node_modules/@turf/square": { + "node_modules/@turf/transform-rotate": { "version": "7.1.0", "license": "MIT", "dependencies": { - "@turf/distance": "^7.1.0", + "@turf/centroid": "^7.1.0", + "@turf/clone": "^7.1.0", "@turf/helpers": "^7.1.0", + "@turf/invariant": "^7.1.0", + "@turf/meta": "^7.1.0", + "@turf/rhumb-bearing": "^7.1.0", + "@turf/rhumb-destination": "^7.1.0", + "@turf/rhumb-distance": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -14218,12 +10563,20 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/turf/node_modules/@turf/truncate": { + "node_modules/@turf/transform-scale": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/bbox": "^7.1.0", + "@turf/center": "^7.1.0", + "@turf/centroid": "^7.1.0", + "@turf/clone": "^7.1.0", "@turf/helpers": "^7.1.0", + "@turf/invariant": "^7.1.0", "@turf/meta": "^7.1.0", + "@turf/rhumb-bearing": "^7.1.0", + "@turf/rhumb-destination": "^7.1.0", + "@turf/rhumb-distance": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -14231,24 +10584,29 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/union": { + "node_modules/@turf/transform-translate": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/clone": "^7.1.0", "@turf/helpers": "^7.1.0", + "@turf/invariant": "^7.1.0", "@turf/meta": "^7.1.0", + "@turf/rhumb-destination": "^7.1.0", "@types/geojson": "^7946.0.10", - "polygon-clipping": "^0.15.3", "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/union/node_modules/@turf/helpers": { + "node_modules/@turf/triangle-grid": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/distance": "^7.1.0", + "@turf/helpers": "^7.1.0", + "@turf/intersect": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -14256,51 +10614,163 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/union/node_modules/@turf/meta": { - "version": "7.1.0", + "node_modules/@turf/truncate": { + "version": "7.3.3", + "resolved": "https://registry.npmjs.org/@turf/truncate/-/truncate-7.3.3.tgz", + "integrity": "sha512-p4jZMgxQWlIX8WcbjJiuxpAFwFxpXkp2jCEAWlz8hMaKEky0Kh1ZhIsE4WpUNxeFx7/QpJh9BiHbvaRKdETjIA==", "license": "MIT", "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" + "@turf/helpers": "7.3.3", + "@turf/meta": "7.3.3", + "@types/geojson": "^7946.0.10", + "tslib": "^2.8.1" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/unkink-polygon": { + "node_modules/@turf/turf": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/along": "^7.1.0", + "@turf/angle": "^7.1.0", "@turf/area": "^7.1.0", + "@turf/bbox": "^7.1.0", + "@turf/bbox-clip": "^7.1.0", + "@turf/bbox-polygon": "^7.1.0", + "@turf/bearing": "^7.1.0", + "@turf/bezier-spline": "^7.1.0", + "@turf/boolean-clockwise": "^7.1.0", + "@turf/boolean-concave": "^7.1.0", + "@turf/boolean-contains": "^7.1.0", + "@turf/boolean-crosses": "^7.1.0", + "@turf/boolean-disjoint": "^7.1.0", + "@turf/boolean-equal": "^7.1.0", + "@turf/boolean-intersects": "^7.1.0", + "@turf/boolean-overlap": "^7.1.0", + "@turf/boolean-parallel": "^7.1.0", "@turf/boolean-point-in-polygon": "^7.1.0", + "@turf/boolean-point-on-line": "^7.1.0", + "@turf/boolean-touches": "^7.1.0", + "@turf/boolean-valid": "^7.1.0", + "@turf/boolean-within": "^7.1.0", + "@turf/buffer": "^7.1.0", + "@turf/center": "^7.1.0", + "@turf/center-mean": "^7.1.0", + "@turf/center-median": "^7.1.0", + "@turf/center-of-mass": "^7.1.0", + "@turf/centroid": "^7.1.0", + "@turf/circle": "^7.1.0", + "@turf/clean-coords": "^7.1.0", + "@turf/clone": "^7.1.0", + "@turf/clusters": "^7.1.0", + "@turf/clusters-dbscan": "^7.1.0", + "@turf/clusters-kmeans": "^7.1.0", + "@turf/collect": "^7.1.0", + "@turf/combine": "^7.1.0", + "@turf/concave": "^7.1.0", + "@turf/convex": "^7.1.0", + "@turf/destination": "^7.1.0", + "@turf/difference": "^7.1.0", + "@turf/dissolve": "^7.1.0", + "@turf/distance": "^7.1.0", + "@turf/distance-weight": "^7.1.0", + "@turf/ellipse": "^7.1.0", + "@turf/envelope": "^7.1.0", + "@turf/explode": "^7.1.0", + "@turf/flatten": "^7.1.0", + "@turf/flip": "^7.1.0", + "@turf/geojson-rbush": "^7.1.0", + "@turf/great-circle": "^7.1.0", "@turf/helpers": "^7.1.0", + "@turf/hex-grid": "^7.1.0", + "@turf/interpolate": "^7.1.0", + "@turf/intersect": "^7.1.0", + "@turf/invariant": "^7.1.0", + "@turf/isobands": "^7.1.0", + "@turf/isolines": "^7.1.0", + "@turf/kinks": "^7.1.0", + "@turf/length": "^7.1.0", + "@turf/line-arc": "^7.1.0", + "@turf/line-chunk": "^7.1.0", + "@turf/line-intersect": "^7.1.0", + "@turf/line-offset": "^7.1.0", + "@turf/line-overlap": "^7.1.0", + "@turf/line-segment": "^7.1.0", + "@turf/line-slice": "^7.1.0", + "@turf/line-slice-along": "^7.1.0", + "@turf/line-split": "^7.1.0", + "@turf/line-to-polygon": "^7.1.0", + "@turf/mask": "^7.1.0", "@turf/meta": "^7.1.0", + "@turf/midpoint": "^7.1.0", + "@turf/moran-index": "^7.1.0", + "@turf/nearest-neighbor-analysis": "^7.1.0", + "@turf/nearest-point": "^7.1.0", + "@turf/nearest-point-on-line": "^7.1.0", + "@turf/nearest-point-to-line": "^7.1.0", + "@turf/planepoint": "^7.1.0", + "@turf/point-grid": "^7.1.0", + "@turf/point-on-feature": "^7.1.0", + "@turf/point-to-line-distance": "^7.1.0", + "@turf/points-within-polygon": "^7.1.0", + "@turf/polygon-smooth": "^7.1.0", + "@turf/polygon-tangents": "^7.1.0", + "@turf/polygon-to-line": "^7.1.0", + "@turf/polygonize": "^7.1.0", + "@turf/projection": "^7.1.0", + "@turf/quadrat-analysis": "^7.1.0", + "@turf/random": "^7.1.0", + "@turf/rectangle-grid": "^7.1.0", + "@turf/rewind": "^7.1.0", + "@turf/rhumb-bearing": "^7.1.0", + "@turf/rhumb-destination": "^7.1.0", + "@turf/rhumb-distance": "^7.1.0", + "@turf/sample": "^7.1.0", + "@turf/sector": "^7.1.0", + "@turf/shortest-path": "^7.1.0", + "@turf/simplify": "^7.1.0", + "@turf/square": "^7.1.0", + "@turf/square-grid": "^7.1.0", + "@turf/standard-deviational-ellipse": "^7.1.0", + "@turf/tag": "^7.1.0", + "@turf/tesselate": "^7.1.0", + "@turf/tin": "^7.1.0", + "@turf/transform-rotate": "^7.1.0", + "@turf/transform-scale": "^7.1.0", + "@turf/transform-translate": "^7.1.0", + "@turf/triangle-grid": "^7.1.0", + "@turf/truncate": "^7.1.0", + "@turf/union": "^7.1.0", + "@turf/unkink-polygon": "^7.1.0", + "@turf/voronoi": "^7.1.0", "@types/geojson": "^7946.0.10", - "rbush": "^3.0.1", "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/unkink-polygon/node_modules/@turf/boolean-point-in-polygon": { + "node_modules/@turf/turf/node_modules/@turf/bearing": { "version": "7.1.0", "license": "MIT", "dependencies": { "@turf/helpers": "^7.1.0", "@turf/invariant": "^7.1.0", "@types/geojson": "^7946.0.10", - "point-in-polygon-hao": "^1.1.0", "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/unkink-polygon/node_modules/@turf/helpers": { + "node_modules/@turf/turf/node_modules/@turf/destination": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/helpers": "^7.1.0", + "@turf/invariant": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, @@ -14308,10 +10778,11 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/unkink-polygon/node_modules/@turf/invariant": { + "node_modules/@turf/turf/node_modules/@turf/square": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/distance": "^7.1.0", "@turf/helpers": "^7.1.0", "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" @@ -14320,50 +10791,46 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/unkink-polygon/node_modules/@turf/meta": { - "version": "7.1.0", - "license": "MIT", - "dependencies": { - "@turf/helpers": "^7.1.0", - "@types/geojson": "^7946.0.10" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "node_modules/@turf/voronoi": { + "node_modules/@turf/union": { "version": "7.1.0", "license": "MIT", "dependencies": { - "@turf/clone": "^7.1.0", "@turf/helpers": "^7.1.0", - "@turf/invariant": "^7.1.0", - "@types/d3-voronoi": "^1.1.12", + "@turf/meta": "^7.1.0", "@types/geojson": "^7946.0.10", - "d3-voronoi": "1.1.2", + "polygon-clipping": "^0.15.3", "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/voronoi/node_modules/@turf/helpers": { + "node_modules/@turf/unkink-polygon": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/area": "^7.1.0", + "@turf/boolean-point-in-polygon": "^7.1.0", + "@turf/helpers": "^7.1.0", + "@turf/meta": "^7.1.0", "@types/geojson": "^7946.0.10", + "rbush": "^3.0.1", "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/voronoi/node_modules/@turf/invariant": { + "node_modules/@turf/voronoi": { "version": "7.1.0", "license": "MIT", "dependencies": { + "@turf/clone": "^7.1.0", "@turf/helpers": "^7.1.0", + "@turf/invariant": "^7.1.0", + "@types/d3-voronoi": "^1.1.12", "@types/geojson": "^7946.0.10", + "d3-voronoi": "1.1.2", "tslib": "^2.6.2" }, "funding": { @@ -15949,6 +12416,15 @@ "node": "*" } }, + "node_modules/bignumber.js": { + "version": "9.3.1", + "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.3.1.tgz", + "integrity": "sha512-Ko0uX15oIUS7wJ3Rb30Fs6SkVbLmPBAKdlm7q9+ak9bbIeFf0MwuBsQV6z7+X768/cHsfg+WlysDWJcmthjsjQ==", + "license": "MIT", + "engines": { + "node": "*" + } + }, "node_modules/binary-extensions": { "version": "2.3.0", "devOptional": true, @@ -20158,21 +16634,6 @@ "quickselect": "^1.0.1" } }, - "node_modules/geojson-rbush": { - "version": "3.2.0", - "license": "MIT", - "dependencies": { - "@turf/bbox": "*", - "@turf/helpers": "6.x", - "@turf/meta": "6.x", - "@types/geojson": "7946.0.8", - "rbush": "^3.0.1" - } - }, - "node_modules/geojson-rbush/node_modules/@types/geojson": { - "version": "7946.0.8", - "license": "MIT" - }, "node_modules/geojson-utils": { "version": "1.1.0", "license": "MIT" @@ -22500,7 +18961,9 @@ } }, "node_modules/lodash": { - "version": "4.17.21", + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", "license": "MIT" }, "node_modules/lodash-es": { @@ -25268,6 +21731,16 @@ "points-on-curve": "0.2.0" } }, + "node_modules/polyclip-ts": { + "version": "0.16.8", + "resolved": "https://registry.npmjs.org/polyclip-ts/-/polyclip-ts-0.16.8.tgz", + "integrity": "sha512-JPtKbDRuPEuAjuTdhR62Gph7Is2BS1Szx69CFOO3g71lpJDFo78k4tFyi+qFOMVPePEzdSKkpGU3NBXPHHjvKQ==", + "license": "MIT", + "dependencies": { + "bignumber.js": "^9.1.0", + "splaytree-ts": "^1.0.2" + } + }, "node_modules/polygon-clipping": { "version": "0.15.3", "license": "MIT", @@ -27383,6 +23856,12 @@ "version": "3.1.2", "license": "MIT" }, + "node_modules/splaytree-ts": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/splaytree-ts/-/splaytree-ts-1.0.2.tgz", + "integrity": "sha512-0kGecIZNIReCSiznK3uheYB8sbstLjCZLiwcQwbmLhgHJj2gz6OnSPkVzJQCMnmEz1BQ4gPK59ylhBoEWOhGNA==", + "license": "BDS-3-Clause" + }, "node_modules/split2": { "version": "3.2.2", "dev": true, diff --git a/package.json b/package.json index 767281469..24b4002e4 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@capacitor/share": "^7.0.2", "@capacitor/splash-screen": "^7.0.3", "@capacitor/status-bar": "^7.0.3", - "@geoman-io/leaflet-geoman-free": "^2.13.1", + "@geoman-io/leaflet-geoman-free": "^2.19.1", "@ionic/angular": "^8.7.7", "@ionic/storage-angular": "^4.0.0", "@mapbox/leaflet-pip": "^1.1.0",