From 862cbbbf2229a854baa73bd3a358396579bd4adf Mon Sep 17 00:00:00 2001 From: James Beard Date: Tue, 18 Jun 2024 14:29:01 +1000 Subject: [PATCH] 7.0.0 docs (#199) * Upgrading documentation.js to v14. Adding multiple versions of @turf/turf so our live examples in each documentation version can use the appropriate version of turf they were written for. * Making output directory config a bit more flexible. No need to replace `code` with ```code```. Fixing a bug where bulleted lists and the following paragraph were getting munged together. * Updating git submodule to commit tagged as v7.0.0. * API Docs based on v7.0.0 release. Mostly includes change to actual documentation content, though also some escaping changes, and referring to more specific Turf version so code driving embedded maps continues to work across documentation versions. Some links in descriptions now break, though this seems to be a change to the way documentation.js parses content. Might have to fix these by hand for now. * Fixing a couple of broken links and known issues by hand. * Snapshotting v7.0.0 documentation. * Missed a couple of broken links. --- api-sidebar.ts | 3 +- docs/api/along.mdx | 16 +- docs/api/angle.mdx | 4 +- docs/api/area.mdx | 2 +- docs/api/bbox.mdx | 13 +- docs/api/bboxClip.mdx | 12 +- docs/api/bboxPolygon.mdx | 16 +- docs/api/bearing.mdx | 4 +- docs/api/bearingToAzimuth.mdx | 2 +- docs/api/bezierSpline.mdx | 18 +- docs/api/booleanClockwise.mdx | 8 +- docs/api/booleanConcave.mdx | 8 +- docs/api/booleanContains.mdx | 10 +- docs/api/booleanCrosses.mdx | 11 +- docs/api/booleanDisjoint.mdx | 10 +- docs/api/booleanEqual.mdx | 14 +- docs/api/booleanIntersects.mdx | 10 +- docs/api/booleanOverlap.mdx | 10 +- docs/api/booleanParallel.mdx | 10 +- docs/api/booleanPointInPolygon.mdx | 16 +- docs/api/booleanPointOnLine.mdx | 16 +- docs/api/booleanTouches.mdx | 10 +- docs/api/booleanValid.mdx | 8 +- docs/api/booleanWithin.mdx | 10 +- docs/api/buffer.mdx | 18 +- docs/api/center.mdx | 18 +- docs/api/centerMean.mdx | 20 +- docs/api/centerMedian.mdx | 20 +- docs/api/centerOfMass.mdx | 14 +- docs/api/centroid.mdx | 17 +- docs/api/circle.mdx | 20 +- docs/api/cleanCoords.mdx | 4 +- docs/api/clone.mdx | 2 +- docs/api/clusterEach.mdx | 2 +- docs/api/clusterReduce.mdx | 2 +- docs/api/clustersDbscan.mdx | 42 +- docs/api/clustersKmeans.mdx | 20 +- docs/api/collect.mdx | 16 +- docs/api/collectionOf.mdx | 2 +- docs/api/combine.mdx | 10 +- docs/api/concave.mdx | 16 +- docs/api/containsNumber.mdx | 8 +- docs/api/convertArea.mdx | 2 +- docs/api/convertLength.mdx | 2 +- docs/api/convex.mdx | 8 +- docs/api/coordAll.mdx | 4 +- docs/api/coordEach.mdx | 2 +- docs/api/coordReduce.mdx | 2 +- docs/api/degreesToRadians.mdx | 2 +- docs/api/destination.mdx | 8 +- docs/api/difference.mdx | 19 +- docs/api/directionalMean.mdx | 14 +- docs/api/dissolve.mdx | 102 +- docs/api/distance.mdx | 4 +- docs/api/distanceWeight.mdx | 22 +- docs/api/ellipse.mdx | 10 +- docs/api/envelope.mdx | 4 +- docs/api/explode.mdx | 4 +- docs/api/feature.mdx | 8 +- docs/api/featureCollection.mdx | 14 +- docs/api/featureEach.mdx | 2 +- docs/api/featureOf.mdx | 2 +- docs/api/featureReduce.mdx | 2 +- docs/api/findPoint.mdx | 26 +- docs/api/findSegment.mdx | 26 +- docs/api/flatten.mdx | 4 +- docs/api/flattenEach.mdx | 2 +- docs/api/flattenReduce.mdx | 2 +- docs/api/flip.mdx | 6 +- docs/api/geojsonType.mdx | 2 +- docs/api/geomEach.mdx | 2 +- docs/api/geomReduce.mdx | 2 +- docs/api/geometry.mdx | 12 +- docs/api/geometryCollection.mdx | 20 +- docs/api/getCluster.mdx | 2 +- docs/api/getCoord.mdx | 10 +- docs/api/getCoords.mdx | 10 +- docs/api/getGeom.mdx | 2 +- docs/api/getType.mdx | 2 +- docs/api/greatCircle.mdx | 8 +- docs/api/hexGrid.mdx | 22 +- docs/api/interpolate.mdx | 22 +- docs/api/intersect.mdx | 21 +- docs/api/isNumber.mdx | 2 +- docs/api/isObject.mdx | 4 +- docs/api/isobands.mdx | 20 +- docs/api/isolines.mdx | 20 +- docs/api/kinks.mdx | 10 +- docs/api/length.mdx | 12 +- docs/api/lengthToDegrees.mdx | 2 +- docs/api/lengthToRadians.mdx | 2 +- docs/api/lineArc.mdx | 22 +- docs/api/lineChunk.mdx | 18 +- docs/api/lineEach.mdx | 10 +- docs/api/lineIntersect.mdx | 15 +- docs/api/lineOffset.mdx | 16 +- docs/api/lineOverlap.mdx | 16 +- docs/api/lineReduce.mdx | 12 +- docs/api/lineSegment.mdx | 4 +- docs/api/lineSlice.mdx | 14 +- docs/api/lineSliceAlong.mdx | 18 +- docs/api/lineSplit.mdx | 12 +- docs/api/lineString.mdx | 18 +- docs/api/lineStrings.mdx | 18 +- docs/api/lineToPolygon.mdx | 20 +- docs/api/mask.mdx | 12 +- docs/api/mean.mdx | 8 +- docs/api/midpoint.mdx | 4 +- docs/api/moranIndex.mdx | 26 +- docs/api/multiLineString.mdx | 20 +- docs/api/multiPoint.mdx | 20 +- docs/api/multiPolygon.mdx | 20 +- docs/api/nearestPoint.mdx | 14 +- docs/api/nearestPointOnLine.mdx | 16 +- docs/api/nearestPointToLine.mdx | 18 +- docs/api/pNormDistance.mdx | 2 +- docs/api/planepoint.mdx | 12 +- docs/api/point.mdx | 12 +- docs/api/pointGrid.mdx | 20 +- docs/api/pointOnFeature.mdx | 4 +- docs/api/pointToLineDistance.mdx | 16 +- docs/api/points.mdx | 18 +- docs/api/pointsWithinPolygon.mdx | 12 +- docs/api/polygon.mdx | 18 +- docs/api/polygonSmooth.mdx | 14 +- docs/api/polygonTangents.mdx | 12 +- docs/api/polygonToLine.mdx | 14 +- docs/api/polygonize.mdx | 10 +- docs/api/polygons.mdx | 18 +- docs/api/propEach.mdx | 2 +- docs/api/propReduce.mdx | 2 +- docs/api/pt.mdx | 2 +- docs/api/quadratAnalysis.mdx | 14 +- docs/api/radiansToDegrees.mdx | 2 +- docs/api/radiansToLength.mdx | 2 +- docs/api/randomLineString.mdx | 20 +- docs/api/randomPoint.mdx | 14 +- docs/api/randomPolygon.mdx | 18 +- docs/api/randomPosition.mdx | 10 +- docs/api/rbush.mdx | 47 + docs/api/rewind.mdx | 4 +- docs/api/rhumbBearing.mdx | 2 +- docs/api/rhumbDestination.mdx | 8 +- docs/api/rhumbDistance.mdx | 2 +- docs/api/round.mdx | 2 +- docs/api/sample.mdx | 4 +- docs/api/sector.mdx | 8 +- docs/api/segmentEach.mdx | 2 +- docs/api/segmentReduce.mdx | 2 +- docs/api/shortestPath.mdx | 25 +- docs/api/simplify.mdx | 6 +- docs/api/square.mdx | 4 +- docs/api/squareGrid.mdx | 20 +- docs/api/standardDeviationalEllipse.mdx | 18 +- docs/api/tag.mdx | 16 +- docs/api/tesselate.mdx | 12 +- docs/api/tin.mdx | 12 +- docs/api/toMercator.mdx | 2 +- docs/api/toWgs84.mdx | 2 +- docs/api/transformRotate.mdx | 4 +- docs/api/transformScale.mdx | 16 +- docs/api/transformTranslate.mdx | 4 +- docs/api/triangleGrid.mdx | 20 +- docs/api/truncate.mdx | 4 +- docs/api/union.mdx | 21 +- docs/api/unkinkPolygon.mdx | 10 +- docs/api/variance.mdx | 8 +- docs/api/voronoi.mdx | 14 +- package-lock.json | 15470 +++++++++------- package.json | 7 +- scripts/generate-api-mdx.ts | 20 +- turf | 2 +- versioned_docs/version-6.5.0/api/along.mdx | 2 +- versioned_docs/version-6.5.0/api/angle.mdx | 2 +- versioned_docs/version-6.5.0/api/area.mdx | 2 +- versioned_docs/version-6.5.0/api/bbox.mdx | 2 +- versioned_docs/version-6.5.0/api/bboxClip.mdx | 2 +- .../version-6.5.0/api/bboxPolygon.mdx | 2 +- versioned_docs/version-6.5.0/api/bearing.mdx | 2 +- .../version-6.5.0/api/bearingToAzimuth.mdx | 2 +- .../version-6.5.0/api/bezierSpline.mdx | 2 +- .../version-6.5.0/api/booleanClockwise.mdx | 2 +- .../version-6.5.0/api/booleanConcave.mdx | 2 +- .../version-6.5.0/api/booleanContains.mdx | 2 +- .../version-6.5.0/api/booleanCrosses.mdx | 2 +- .../version-6.5.0/api/booleanDisjoint.mdx | 2 +- .../version-6.5.0/api/booleanEqual.mdx | 2 +- .../version-6.5.0/api/booleanIntersects.mdx | 2 +- .../version-6.5.0/api/booleanOverlap.mdx | 2 +- .../version-6.5.0/api/booleanParallel.mdx | 2 +- .../api/booleanPointInPolygon.mdx | 2 +- .../version-6.5.0/api/booleanPointOnLine.mdx | 2 +- .../version-6.5.0/api/booleanTouches.mdx | 2 +- .../version-6.5.0/api/booleanValid.mdx | 2 +- .../version-6.5.0/api/booleanWithin.mdx | 2 +- versioned_docs/version-6.5.0/api/buffer.mdx | 2 +- versioned_docs/version-6.5.0/api/center.mdx | 2 +- .../version-6.5.0/api/centerMean.mdx | 2 +- .../version-6.5.0/api/centerMedian.mdx | 4 +- .../version-6.5.0/api/centerOfMass.mdx | 2 +- versioned_docs/version-6.5.0/api/centroid.mdx | 2 +- versioned_docs/version-6.5.0/api/circle.mdx | 2 +- .../version-6.5.0/api/cleanCoords.mdx | 2 +- versioned_docs/version-6.5.0/api/clone.mdx | 2 +- .../version-6.5.0/api/clusterEach.mdx | 2 +- .../version-6.5.0/api/clusterReduce.mdx | 2 +- .../version-6.5.0/api/clustersDbscan.mdx | 2 +- .../version-6.5.0/api/clustersKmeans.mdx | 2 +- versioned_docs/version-6.5.0/api/collect.mdx | 2 +- .../version-6.5.0/api/collectionOf.mdx | 2 +- versioned_docs/version-6.5.0/api/combine.mdx | 2 +- versioned_docs/version-6.5.0/api/concave.mdx | 2 +- .../version-6.5.0/api/containsNumber.mdx | 2 +- .../version-6.5.0/api/convertArea.mdx | 2 +- .../version-6.5.0/api/convertLength.mdx | 2 +- versioned_docs/version-6.5.0/api/convex.mdx | 2 +- versioned_docs/version-6.5.0/api/coordAll.mdx | 2 +- .../version-6.5.0/api/coordEach.mdx | 2 +- .../version-6.5.0/api/coordReduce.mdx | 2 +- .../version-6.5.0/api/degreesToRadians.mdx | 2 +- .../version-6.5.0/api/destination.mdx | 2 +- .../version-6.5.0/api/difference.mdx | 2 +- .../version-6.5.0/api/directionalMean.mdx | 2 +- versioned_docs/version-6.5.0/api/dissolve.mdx | 2 +- versioned_docs/version-6.5.0/api/distance.mdx | 2 +- .../version-6.5.0/api/distanceWeight.mdx | 2 +- versioned_docs/version-6.5.0/api/ellipse.mdx | 2 +- versioned_docs/version-6.5.0/api/envelope.mdx | 2 +- versioned_docs/version-6.5.0/api/explode.mdx | 2 +- versioned_docs/version-6.5.0/api/feature.mdx | 2 +- .../version-6.5.0/api/featureCollection.mdx | 2 +- .../version-6.5.0/api/featureEach.mdx | 2 +- .../version-6.5.0/api/featureOf.mdx | 2 +- .../version-6.5.0/api/featureReduce.mdx | 2 +- .../version-6.5.0/api/findPoint.mdx | 2 +- .../version-6.5.0/api/findSegment.mdx | 2 +- versioned_docs/version-6.5.0/api/flatten.mdx | 2 +- .../version-6.5.0/api/flattenEach.mdx | 2 +- .../version-6.5.0/api/flattenReduce.mdx | 2 +- versioned_docs/version-6.5.0/api/flip.mdx | 2 +- .../version-6.5.0/api/geojsonType.mdx | 2 +- versioned_docs/version-6.5.0/api/geomEach.mdx | 2 +- .../version-6.5.0/api/geomReduce.mdx | 2 +- versioned_docs/version-6.5.0/api/geometry.mdx | 2 +- .../version-6.5.0/api/geometryCollection.mdx | 2 +- .../version-6.5.0/api/getCluster.mdx | 2 +- versioned_docs/version-6.5.0/api/getCoord.mdx | 2 +- .../version-6.5.0/api/getCoords.mdx | 2 +- versioned_docs/version-6.5.0/api/getGeom.mdx | 2 +- versioned_docs/version-6.5.0/api/getType.mdx | 2 +- .../version-6.5.0/api/greatCircle.mdx | 2 +- versioned_docs/version-6.5.0/api/hexGrid.mdx | 2 +- .../version-6.5.0/api/interpolate.mdx | 2 +- .../version-6.5.0/api/intersect.mdx | 2 +- versioned_docs/version-6.5.0/api/isNumber.mdx | 2 +- versioned_docs/version-6.5.0/api/isObject.mdx | 2 +- versioned_docs/version-6.5.0/api/isobands.mdx | 2 +- versioned_docs/version-6.5.0/api/isolines.mdx | 2 +- versioned_docs/version-6.5.0/api/kinks.mdx | 2 +- versioned_docs/version-6.5.0/api/length.mdx | 2 +- .../version-6.5.0/api/lengthToDegrees.mdx | 2 +- .../version-6.5.0/api/lengthToRadians.mdx | 2 +- versioned_docs/version-6.5.0/api/lineArc.mdx | 2 +- .../version-6.5.0/api/lineChunk.mdx | 2 +- versioned_docs/version-6.5.0/api/lineEach.mdx | 2 +- .../version-6.5.0/api/lineIntersect.mdx | 2 +- .../version-6.5.0/api/lineOffset.mdx | 2 +- .../version-6.5.0/api/lineOverlap.mdx | 2 +- .../version-6.5.0/api/lineReduce.mdx | 2 +- .../version-6.5.0/api/lineSegment.mdx | 2 +- .../version-6.5.0/api/lineSlice.mdx | 2 +- .../version-6.5.0/api/lineSliceAlong.mdx | 2 +- .../version-6.5.0/api/lineSplit.mdx | 2 +- .../version-6.5.0/api/lineString.mdx | 2 +- .../version-6.5.0/api/lineStrings.mdx | 2 +- .../version-6.5.0/api/lineToPolygon.mdx | 2 +- versioned_docs/version-6.5.0/api/mask.mdx | 2 +- versioned_docs/version-6.5.0/api/mean.mdx | 2 +- versioned_docs/version-6.5.0/api/midpoint.mdx | 2 +- .../version-6.5.0/api/moranIndex.mdx | 2 +- .../version-6.5.0/api/multiLineString.mdx | 2 +- .../version-6.5.0/api/multiPoint.mdx | 2 +- .../version-6.5.0/api/multiPolygon.mdx | 2 +- .../version-6.5.0/api/nearestPoint.mdx | 2 +- .../version-6.5.0/api/nearestPointOnLine.mdx | 2 +- .../version-6.5.0/api/nearestPointToLine.mdx | 2 +- .../version-6.5.0/api/pNormDistance.mdx | 2 +- .../version-6.5.0/api/planepoint.mdx | 2 +- versioned_docs/version-6.5.0/api/point.mdx | 2 +- .../version-6.5.0/api/pointGrid.mdx | 2 +- .../version-6.5.0/api/pointOnFeature.mdx | 2 +- .../version-6.5.0/api/pointToLineDistance.mdx | 2 +- versioned_docs/version-6.5.0/api/points.mdx | 2 +- .../version-6.5.0/api/pointsWithinPolygon.mdx | 2 +- versioned_docs/version-6.5.0/api/polygon.mdx | 2 +- .../version-6.5.0/api/polygonSmooth.mdx | 2 +- .../version-6.5.0/api/polygonTangents.mdx | 2 +- .../version-6.5.0/api/polygonToLine.mdx | 2 +- .../version-6.5.0/api/polygonize.mdx | 2 +- versioned_docs/version-6.5.0/api/polygons.mdx | 2 +- versioned_docs/version-6.5.0/api/propEach.mdx | 2 +- .../version-6.5.0/api/propReduce.mdx | 2 +- versioned_docs/version-6.5.0/api/pt.mdx | 2 +- .../version-6.5.0/api/quadratAnalysis.mdx | 2 +- .../version-6.5.0/api/radiansToDegrees.mdx | 2 +- .../version-6.5.0/api/radiansToLength.mdx | 2 +- .../version-6.5.0/api/randomLineString.mdx | 2 +- .../version-6.5.0/api/randomPoint.mdx | 2 +- .../version-6.5.0/api/randomPolygon.mdx | 2 +- .../version-6.5.0/api/randomPosition.mdx | 2 +- versioned_docs/version-6.5.0/api/rewind.mdx | 2 +- .../version-6.5.0/api/rhumbBearing.mdx | 2 +- .../version-6.5.0/api/rhumbDestination.mdx | 2 +- .../version-6.5.0/api/rhumbDistance.mdx | 2 +- versioned_docs/version-6.5.0/api/round.mdx | 2 +- versioned_docs/version-6.5.0/api/sample.mdx | 2 +- versioned_docs/version-6.5.0/api/sector.mdx | 2 +- .../version-6.5.0/api/segmentEach.mdx | 2 +- .../version-6.5.0/api/segmentReduce.mdx | 2 +- .../version-6.5.0/api/shortestPath.mdx | 2 +- versioned_docs/version-6.5.0/api/simplify.mdx | 2 +- versioned_docs/version-6.5.0/api/square.mdx | 2 +- .../version-6.5.0/api/squareGrid.mdx | 2 +- .../api/standardDeviationalEllipse.mdx | 2 +- versioned_docs/version-6.5.0/api/tag.mdx | 2 +- .../version-6.5.0/api/tesselate.mdx | 2 +- versioned_docs/version-6.5.0/api/tin.mdx | 2 +- .../version-6.5.0/api/toMercator.mdx | 2 +- versioned_docs/version-6.5.0/api/toWgs84.mdx | 2 +- .../version-6.5.0/api/transformRotate.mdx | 2 +- .../version-6.5.0/api/transformScale.mdx | 2 +- .../version-6.5.0/api/transformTranslate.mdx | 2 +- .../version-6.5.0/api/triangleGrid.mdx | 2 +- versioned_docs/version-6.5.0/api/truncate.mdx | 2 +- versioned_docs/version-6.5.0/api/union.mdx | 2 +- .../version-6.5.0/api/unkinkPolygon.mdx | 2 +- versioned_docs/version-6.5.0/api/variance.mdx | 2 +- versioned_docs/version-6.5.0/api/voronoi.mdx | 2 +- versioned_docs/version-7.0.0/api/along.mdx | 79 + versioned_docs/version-7.0.0/api/angle.mdx | 53 + versioned_docs/version-7.0.0/api/area.mdx | 83 + versioned_docs/version-7.0.0/api/bbox.mdx | 77 + versioned_docs/version-7.0.0/api/bboxClip.mdx | 87 + .../version-7.0.0/api/bboxPolygon.mdx | 69 + versioned_docs/version-7.0.0/api/bearing.mdx | 75 + .../version-7.0.0/api/bearingToAzimuth.mdx | 41 + .../version-7.0.0/api/bezierSpline.mdx | 89 + .../version-7.0.0/api/booleanClockwise.mdx | 62 + .../version-7.0.0/api/booleanConcave.mdx | 57 + .../version-7.0.0/api/booleanContains.mdx | 59 + .../version-7.0.0/api/booleanCrosses.mdx | 64 + .../version-7.0.0/api/booleanDisjoint.mdx | 56 + .../version-7.0.0/api/booleanEqual.mdx | 57 + .../version-7.0.0/api/booleanIntersects.mdx | 56 + .../version-7.0.0/api/booleanOverlap.mdx | 82 + .../version-7.0.0/api/booleanParallel.mdx | 57 + .../api/booleanPointInPolygon.mdx | 62 + .../version-7.0.0/api/booleanPointOnLine.mdx | 58 + .../version-7.0.0/api/booleanTouches.mdx | 57 + .../version-7.0.0/api/booleanValid.mdx | 54 + .../version-7.0.0/api/booleanWithin.mdx | 59 + versioned_docs/version-7.0.0/api/buffer.mdx | 74 + versioned_docs/version-7.0.0/api/center.mdx | 80 + .../version-7.0.0/api/centerMean.mdx | 83 + .../version-7.0.0/api/centerMedian.mdx | 113 + .../version-7.0.0/api/centerOfMass.mdx | 86 + versioned_docs/version-7.0.0/api/centroid.mdx | 86 + versioned_docs/version-7.0.0/api/circle.mdx | 73 + .../version-7.0.0/api/cleanCoords.mdx | 66 + versioned_docs/version-7.0.0/api/clone.mdx | 56 + .../version-7.0.0/api/clusterEach.mdx | 77 + .../version-7.0.0/api/clusterReduce.mdx | 93 + .../version-7.0.0/api/clustersDbscan.mdx | 76 + .../version-7.0.0/api/clustersKmeans.mdx | 75 + versioned_docs/version-7.0.0/api/collect.mdx | 123 + .../version-7.0.0/api/collectionOf.mdx | 38 + versioned_docs/version-7.0.0/api/combine.mdx | 73 + versioned_docs/version-7.0.0/api/concave.mdx | 86 + .../version-7.0.0/api/containsNumber.mdx | 40 + .../version-7.0.0/api/convertArea.mdx | 43 + .../version-7.0.0/api/convertLength.mdx | 43 + versioned_docs/version-7.0.0/api/convex.mdx | 87 + versioned_docs/version-7.0.0/api/coordAll.mdx | 52 + .../version-7.0.0/api/coordEach.mdx | 65 + .../version-7.0.0/api/coordReduce.mdx | 72 + .../version-7.0.0/api/degreesToRadians.mdx | 40 + .../version-7.0.0/api/destination.mdx | 81 + .../version-7.0.0/api/difference.mdx | 126 + .../version-7.0.0/api/directionalMean.mdx | 62 + versioned_docs/version-7.0.0/api/dissolve.mdx | 143 + versioned_docs/version-7.0.0/api/distance.mdx | 76 + .../version-7.0.0/api/distanceWeight.mdx | 52 + versioned_docs/version-7.0.0/api/ellipse.mdx | 76 + versioned_docs/version-7.0.0/api/envelope.mdx | 74 + versioned_docs/version-7.0.0/api/explode.mdx | 84 + versioned_docs/version-7.0.0/api/feature.mdx | 57 + .../version-7.0.0/api/featureCollection.mdx | 55 + .../version-7.0.0/api/featureEach.mdx | 53 + .../version-7.0.0/api/featureOf.mdx | 38 + .../version-7.0.0/api/featureReduce.mdx | 61 + .../version-7.0.0/api/findPoint.mdx | 79 + .../version-7.0.0/api/findSegment.mdx | 80 + versioned_docs/version-7.0.0/api/flatten.mdx | 118 + .../version-7.0.0/api/flattenEach.mdx | 61 + .../version-7.0.0/api/flattenReduce.mdx | 68 + versioned_docs/version-7.0.0/api/flip.mdx | 68 + .../version-7.0.0/api/geojsonType.mdx | 37 + versioned_docs/version-7.0.0/api/geomEach.mdx | 64 + .../version-7.0.0/api/geomReduce.mdx | 71 + versioned_docs/version-7.0.0/api/geometry.mdx | 52 + .../version-7.0.0/api/geometryCollection.mdx | 58 + .../version-7.0.0/api/getCluster.mdx | 66 + versioned_docs/version-7.0.0/api/getCoord.mdx | 49 + .../version-7.0.0/api/getCoords.mdx | 56 + versioned_docs/version-7.0.0/api/getGeom.mdx | 55 + versioned_docs/version-7.0.0/api/getType.mdx | 56 + .../version-7.0.0/api/greatCircle.mdx | 79 + versioned_docs/version-7.0.0/api/hexGrid.mdx | 78 + .../version-7.0.0/api/interpolate.mdx | 82 + .../version-7.0.0/api/intersect.mdx | 112 + versioned_docs/version-7.0.0/api/isNumber.mdx | 49 + versioned_docs/version-7.0.0/api/isObject.mdx | 49 + versioned_docs/version-7.0.0/api/isobands.mdx | 46 + versioned_docs/version-7.0.0/api/isolines.mdx | 88 + versioned_docs/version-7.0.0/api/kinks.mdx | 84 + versioned_docs/version-7.0.0/api/length.mdx | 77 + .../version-7.0.0/api/lengthToDegrees.mdx | 42 + .../version-7.0.0/api/lengthToRadians.mdx | 42 + versioned_docs/version-7.0.0/api/lineArc.mdx | 79 + .../version-7.0.0/api/lineChunk.mdx | 79 + versioned_docs/version-7.0.0/api/lineEach.mdx | 63 + .../version-7.0.0/api/lineIntersect.mdx | 82 + .../version-7.0.0/api/lineOffset.mdx | 84 + .../version-7.0.0/api/lineOverlap.mdx | 91 + .../version-7.0.0/api/lineReduce.mdx | 90 + .../version-7.0.0/api/lineSegment.mdx | 81 + .../version-7.0.0/api/lineSlice.mdx | 90 + .../version-7.0.0/api/lineSliceAlong.mdx | 86 + .../version-7.0.0/api/lineSplit.mdx | 81 + .../version-7.0.0/api/lineString.mdx | 70 + .../version-7.0.0/api/lineStrings.mdx | 65 + .../version-7.0.0/api/lineToPolygon.mdx | 83 + versioned_docs/version-7.0.0/api/mask.mdx | 103 + versioned_docs/version-7.0.0/api/mean.mdx | 37 + versioned_docs/version-7.0.0/api/midpoint.mdx | 71 + .../version-7.0.0/api/moranIndex.mdx | 73 + .../version-7.0.0/api/multiLineString.mdx | 58 + .../version-7.0.0/api/multiPoint.mdx | 56 + .../version-7.0.0/api/multiPolygon.mdx | 63 + .../version-7.0.0/api/nearestPoint.mdx | 87 + .../version-7.0.0/api/nearestPointOnLine.mdx | 86 + .../version-7.0.0/api/nearestPointToLine.mdx | 83 + .../version-7.0.0/api/pNormDistance.mdx | 39 + .../version-7.0.0/api/planepoint.mdx | 106 + versioned_docs/version-7.0.0/api/point.mdx | 52 + .../version-7.0.0/api/pointGrid.mdx | 75 + .../version-7.0.0/api/pointOnFeature.mdx | 90 + .../version-7.0.0/api/pointToLineDistance.mdx | 58 + versioned_docs/version-7.0.0/api/points.mdx | 56 + .../version-7.0.0/api/pointsWithinPolygon.mdx | 107 + versioned_docs/version-7.0.0/api/polygon.mdx | 63 + .../version-7.0.0/api/polygonSmooth.mdx | 89 + .../version-7.0.0/api/polygonTangents.mdx | 89 + .../version-7.0.0/api/polygonToLine.mdx | 85 + .../version-7.0.0/api/polygonize.mdx | 50 + versioned_docs/version-7.0.0/api/polygons.mdx | 71 + versioned_docs/version-7.0.0/api/propEach.mdx | 52 + .../version-7.0.0/api/propReduce.mdx | 63 + versioned_docs/version-7.0.0/api/pt.mdx | 38 + .../version-7.0.0/api/quadratAnalysis.mdx | 74 + .../version-7.0.0/api/radiansToDegrees.mdx | 40 + .../version-7.0.0/api/radiansToLength.mdx | 42 + .../version-7.0.0/api/randomLineString.mdx | 52 + .../version-7.0.0/api/randomPoint.mdx | 49 + .../version-7.0.0/api/randomPolygon.mdx | 51 + .../version-7.0.0/api/randomPosition.mdx | 47 + versioned_docs/version-7.0.0/api/rbush.mdx | 47 + versioned_docs/version-7.0.0/api/rewind.mdx | 85 + .../version-7.0.0/api/rhumbBearing.mdx | 74 + .../version-7.0.0/api/rhumbDestination.mdx | 79 + .../version-7.0.0/api/rhumbDistance.mdx | 76 + versioned_docs/version-7.0.0/api/round.mdx | 51 + versioned_docs/version-7.0.0/api/sample.mdx | 71 + versioned_docs/version-7.0.0/api/sector.mdx | 80 + .../version-7.0.0/api/segmentEach.mdx | 77 + .../version-7.0.0/api/segmentReduce.mdx | 86 + .../version-7.0.0/api/shortestPath.mdx | 96 + versioned_docs/version-7.0.0/api/simplify.mdx | 117 + versioned_docs/version-7.0.0/api/square.mdx | 68 + .../version-7.0.0/api/squareGrid.mdx | 75 + .../api/standardDeviationalEllipse.mdx | 87 + versioned_docs/version-7.0.0/api/tag.mdx | 125 + .../version-7.0.0/api/tesselate.mdx | 85 + versioned_docs/version-7.0.0/api/tin.mdx | 88 + .../version-7.0.0/api/toMercator.mdx | 66 + versioned_docs/version-7.0.0/api/toWgs84.mdx | 66 + .../version-7.0.0/api/transformRotate.mdx | 85 + .../version-7.0.0/api/transformScale.mdx | 84 + .../version-7.0.0/api/transformTranslate.mdx | 86 + .../version-7.0.0/api/triangleGrid.mdx | 75 + versioned_docs/version-7.0.0/api/truncate.mdx | 72 + versioned_docs/version-7.0.0/api/union.mdx | 114 + .../version-7.0.0/api/unkinkPolygon.mdx | 83 + versioned_docs/version-7.0.0/api/variance.mdx | 37 + versioned_docs/version-7.0.0/api/voronoi.mdx | 75 + versioned_docs/version-7.0.0/contributing.md | 160 + .../version-7.0.0/getting-started.md | 110 + versioned_docs/version-7.0.0/intro.md | 51 + versioned_docs/version-7.0.0/upgrade-guide.md | 50 + .../version-7.0.0-sidebars.json | 315 + versions.json | 1 + 511 files changed, 22454 insertions(+), 7894 deletions(-) create mode 100644 docs/api/rbush.mdx create mode 100644 versioned_docs/version-7.0.0/api/along.mdx create mode 100644 versioned_docs/version-7.0.0/api/angle.mdx create mode 100644 versioned_docs/version-7.0.0/api/area.mdx create mode 100644 versioned_docs/version-7.0.0/api/bbox.mdx create mode 100644 versioned_docs/version-7.0.0/api/bboxClip.mdx create mode 100644 versioned_docs/version-7.0.0/api/bboxPolygon.mdx create mode 100644 versioned_docs/version-7.0.0/api/bearing.mdx create mode 100644 versioned_docs/version-7.0.0/api/bearingToAzimuth.mdx create mode 100644 versioned_docs/version-7.0.0/api/bezierSpline.mdx create mode 100644 versioned_docs/version-7.0.0/api/booleanClockwise.mdx create mode 100644 versioned_docs/version-7.0.0/api/booleanConcave.mdx create mode 100644 versioned_docs/version-7.0.0/api/booleanContains.mdx create mode 100644 versioned_docs/version-7.0.0/api/booleanCrosses.mdx create mode 100644 versioned_docs/version-7.0.0/api/booleanDisjoint.mdx create mode 100644 versioned_docs/version-7.0.0/api/booleanEqual.mdx create mode 100644 versioned_docs/version-7.0.0/api/booleanIntersects.mdx create mode 100644 versioned_docs/version-7.0.0/api/booleanOverlap.mdx create mode 100644 versioned_docs/version-7.0.0/api/booleanParallel.mdx create mode 100644 versioned_docs/version-7.0.0/api/booleanPointInPolygon.mdx create mode 100644 versioned_docs/version-7.0.0/api/booleanPointOnLine.mdx create mode 100644 versioned_docs/version-7.0.0/api/booleanTouches.mdx create mode 100644 versioned_docs/version-7.0.0/api/booleanValid.mdx create mode 100644 versioned_docs/version-7.0.0/api/booleanWithin.mdx create mode 100644 versioned_docs/version-7.0.0/api/buffer.mdx create mode 100644 versioned_docs/version-7.0.0/api/center.mdx create mode 100644 versioned_docs/version-7.0.0/api/centerMean.mdx create mode 100644 versioned_docs/version-7.0.0/api/centerMedian.mdx create mode 100644 versioned_docs/version-7.0.0/api/centerOfMass.mdx create mode 100644 versioned_docs/version-7.0.0/api/centroid.mdx create mode 100644 versioned_docs/version-7.0.0/api/circle.mdx create mode 100644 versioned_docs/version-7.0.0/api/cleanCoords.mdx create mode 100644 versioned_docs/version-7.0.0/api/clone.mdx create mode 100644 versioned_docs/version-7.0.0/api/clusterEach.mdx create mode 100644 versioned_docs/version-7.0.0/api/clusterReduce.mdx create mode 100644 versioned_docs/version-7.0.0/api/clustersDbscan.mdx create mode 100644 versioned_docs/version-7.0.0/api/clustersKmeans.mdx create mode 100644 versioned_docs/version-7.0.0/api/collect.mdx create mode 100644 versioned_docs/version-7.0.0/api/collectionOf.mdx create mode 100644 versioned_docs/version-7.0.0/api/combine.mdx create mode 100644 versioned_docs/version-7.0.0/api/concave.mdx create mode 100644 versioned_docs/version-7.0.0/api/containsNumber.mdx create mode 100644 versioned_docs/version-7.0.0/api/convertArea.mdx create mode 100644 versioned_docs/version-7.0.0/api/convertLength.mdx create mode 100644 versioned_docs/version-7.0.0/api/convex.mdx create mode 100644 versioned_docs/version-7.0.0/api/coordAll.mdx create mode 100644 versioned_docs/version-7.0.0/api/coordEach.mdx create mode 100644 versioned_docs/version-7.0.0/api/coordReduce.mdx create mode 100644 versioned_docs/version-7.0.0/api/degreesToRadians.mdx create mode 100644 versioned_docs/version-7.0.0/api/destination.mdx create mode 100644 versioned_docs/version-7.0.0/api/difference.mdx create mode 100644 versioned_docs/version-7.0.0/api/directionalMean.mdx create mode 100644 versioned_docs/version-7.0.0/api/dissolve.mdx create mode 100644 versioned_docs/version-7.0.0/api/distance.mdx create mode 100644 versioned_docs/version-7.0.0/api/distanceWeight.mdx create mode 100644 versioned_docs/version-7.0.0/api/ellipse.mdx create mode 100644 versioned_docs/version-7.0.0/api/envelope.mdx create mode 100644 versioned_docs/version-7.0.0/api/explode.mdx create mode 100644 versioned_docs/version-7.0.0/api/feature.mdx create mode 100644 versioned_docs/version-7.0.0/api/featureCollection.mdx create mode 100644 versioned_docs/version-7.0.0/api/featureEach.mdx create mode 100644 versioned_docs/version-7.0.0/api/featureOf.mdx create mode 100644 versioned_docs/version-7.0.0/api/featureReduce.mdx create mode 100644 versioned_docs/version-7.0.0/api/findPoint.mdx create mode 100644 versioned_docs/version-7.0.0/api/findSegment.mdx create mode 100644 versioned_docs/version-7.0.0/api/flatten.mdx create mode 100644 versioned_docs/version-7.0.0/api/flattenEach.mdx create mode 100644 versioned_docs/version-7.0.0/api/flattenReduce.mdx create mode 100644 versioned_docs/version-7.0.0/api/flip.mdx create mode 100644 versioned_docs/version-7.0.0/api/geojsonType.mdx create mode 100644 versioned_docs/version-7.0.0/api/geomEach.mdx create mode 100644 versioned_docs/version-7.0.0/api/geomReduce.mdx create mode 100644 versioned_docs/version-7.0.0/api/geometry.mdx create mode 100644 versioned_docs/version-7.0.0/api/geometryCollection.mdx create mode 100644 versioned_docs/version-7.0.0/api/getCluster.mdx create mode 100644 versioned_docs/version-7.0.0/api/getCoord.mdx create mode 100644 versioned_docs/version-7.0.0/api/getCoords.mdx create mode 100644 versioned_docs/version-7.0.0/api/getGeom.mdx create mode 100644 versioned_docs/version-7.0.0/api/getType.mdx create mode 100644 versioned_docs/version-7.0.0/api/greatCircle.mdx create mode 100644 versioned_docs/version-7.0.0/api/hexGrid.mdx create mode 100644 versioned_docs/version-7.0.0/api/interpolate.mdx create mode 100644 versioned_docs/version-7.0.0/api/intersect.mdx create mode 100644 versioned_docs/version-7.0.0/api/isNumber.mdx create mode 100644 versioned_docs/version-7.0.0/api/isObject.mdx create mode 100644 versioned_docs/version-7.0.0/api/isobands.mdx create mode 100644 versioned_docs/version-7.0.0/api/isolines.mdx create mode 100644 versioned_docs/version-7.0.0/api/kinks.mdx create mode 100644 versioned_docs/version-7.0.0/api/length.mdx create mode 100644 versioned_docs/version-7.0.0/api/lengthToDegrees.mdx create mode 100644 versioned_docs/version-7.0.0/api/lengthToRadians.mdx create mode 100644 versioned_docs/version-7.0.0/api/lineArc.mdx create mode 100644 versioned_docs/version-7.0.0/api/lineChunk.mdx create mode 100644 versioned_docs/version-7.0.0/api/lineEach.mdx create mode 100644 versioned_docs/version-7.0.0/api/lineIntersect.mdx create mode 100644 versioned_docs/version-7.0.0/api/lineOffset.mdx create mode 100644 versioned_docs/version-7.0.0/api/lineOverlap.mdx create mode 100644 versioned_docs/version-7.0.0/api/lineReduce.mdx create mode 100644 versioned_docs/version-7.0.0/api/lineSegment.mdx create mode 100644 versioned_docs/version-7.0.0/api/lineSlice.mdx create mode 100644 versioned_docs/version-7.0.0/api/lineSliceAlong.mdx create mode 100644 versioned_docs/version-7.0.0/api/lineSplit.mdx create mode 100644 versioned_docs/version-7.0.0/api/lineString.mdx create mode 100644 versioned_docs/version-7.0.0/api/lineStrings.mdx create mode 100644 versioned_docs/version-7.0.0/api/lineToPolygon.mdx create mode 100644 versioned_docs/version-7.0.0/api/mask.mdx create mode 100644 versioned_docs/version-7.0.0/api/mean.mdx create mode 100644 versioned_docs/version-7.0.0/api/midpoint.mdx create mode 100644 versioned_docs/version-7.0.0/api/moranIndex.mdx create mode 100644 versioned_docs/version-7.0.0/api/multiLineString.mdx create mode 100644 versioned_docs/version-7.0.0/api/multiPoint.mdx create mode 100644 versioned_docs/version-7.0.0/api/multiPolygon.mdx create mode 100644 versioned_docs/version-7.0.0/api/nearestPoint.mdx create mode 100644 versioned_docs/version-7.0.0/api/nearestPointOnLine.mdx create mode 100644 versioned_docs/version-7.0.0/api/nearestPointToLine.mdx create mode 100644 versioned_docs/version-7.0.0/api/pNormDistance.mdx create mode 100644 versioned_docs/version-7.0.0/api/planepoint.mdx create mode 100644 versioned_docs/version-7.0.0/api/point.mdx create mode 100644 versioned_docs/version-7.0.0/api/pointGrid.mdx create mode 100644 versioned_docs/version-7.0.0/api/pointOnFeature.mdx create mode 100644 versioned_docs/version-7.0.0/api/pointToLineDistance.mdx create mode 100644 versioned_docs/version-7.0.0/api/points.mdx create mode 100644 versioned_docs/version-7.0.0/api/pointsWithinPolygon.mdx create mode 100644 versioned_docs/version-7.0.0/api/polygon.mdx create mode 100644 versioned_docs/version-7.0.0/api/polygonSmooth.mdx create mode 100644 versioned_docs/version-7.0.0/api/polygonTangents.mdx create mode 100644 versioned_docs/version-7.0.0/api/polygonToLine.mdx create mode 100644 versioned_docs/version-7.0.0/api/polygonize.mdx create mode 100644 versioned_docs/version-7.0.0/api/polygons.mdx create mode 100644 versioned_docs/version-7.0.0/api/propEach.mdx create mode 100644 versioned_docs/version-7.0.0/api/propReduce.mdx create mode 100644 versioned_docs/version-7.0.0/api/pt.mdx create mode 100644 versioned_docs/version-7.0.0/api/quadratAnalysis.mdx create mode 100644 versioned_docs/version-7.0.0/api/radiansToDegrees.mdx create mode 100644 versioned_docs/version-7.0.0/api/radiansToLength.mdx create mode 100644 versioned_docs/version-7.0.0/api/randomLineString.mdx create mode 100644 versioned_docs/version-7.0.0/api/randomPoint.mdx create mode 100644 versioned_docs/version-7.0.0/api/randomPolygon.mdx create mode 100644 versioned_docs/version-7.0.0/api/randomPosition.mdx create mode 100644 versioned_docs/version-7.0.0/api/rbush.mdx create mode 100644 versioned_docs/version-7.0.0/api/rewind.mdx create mode 100644 versioned_docs/version-7.0.0/api/rhumbBearing.mdx create mode 100644 versioned_docs/version-7.0.0/api/rhumbDestination.mdx create mode 100644 versioned_docs/version-7.0.0/api/rhumbDistance.mdx create mode 100644 versioned_docs/version-7.0.0/api/round.mdx create mode 100644 versioned_docs/version-7.0.0/api/sample.mdx create mode 100644 versioned_docs/version-7.0.0/api/sector.mdx create mode 100644 versioned_docs/version-7.0.0/api/segmentEach.mdx create mode 100644 versioned_docs/version-7.0.0/api/segmentReduce.mdx create mode 100644 versioned_docs/version-7.0.0/api/shortestPath.mdx create mode 100644 versioned_docs/version-7.0.0/api/simplify.mdx create mode 100644 versioned_docs/version-7.0.0/api/square.mdx create mode 100644 versioned_docs/version-7.0.0/api/squareGrid.mdx create mode 100644 versioned_docs/version-7.0.0/api/standardDeviationalEllipse.mdx create mode 100644 versioned_docs/version-7.0.0/api/tag.mdx create mode 100644 versioned_docs/version-7.0.0/api/tesselate.mdx create mode 100644 versioned_docs/version-7.0.0/api/tin.mdx create mode 100644 versioned_docs/version-7.0.0/api/toMercator.mdx create mode 100644 versioned_docs/version-7.0.0/api/toWgs84.mdx create mode 100644 versioned_docs/version-7.0.0/api/transformRotate.mdx create mode 100644 versioned_docs/version-7.0.0/api/transformScale.mdx create mode 100644 versioned_docs/version-7.0.0/api/transformTranslate.mdx create mode 100644 versioned_docs/version-7.0.0/api/triangleGrid.mdx create mode 100644 versioned_docs/version-7.0.0/api/truncate.mdx create mode 100644 versioned_docs/version-7.0.0/api/union.mdx create mode 100644 versioned_docs/version-7.0.0/api/unkinkPolygon.mdx create mode 100644 versioned_docs/version-7.0.0/api/variance.mdx create mode 100644 versioned_docs/version-7.0.0/api/voronoi.mdx create mode 100644 versioned_docs/version-7.0.0/contributing.md create mode 100644 versioned_docs/version-7.0.0/getting-started.md create mode 100644 versioned_docs/version-7.0.0/intro.md create mode 100644 versioned_docs/version-7.0.0/upgrade-guide.md create mode 100644 versioned_sidebars/version-7.0.0-sidebars.json diff --git a/api-sidebar.ts b/api-sidebar.ts index 6bf9f8f1..622a9c57 100644 --- a/api-sidebar.ts +++ b/api-sidebar.ts @@ -224,6 +224,7 @@ export default [ "api/booleanParallel", "api/booleanPointInPolygon", "api/booleanPointOnLine", + "api/booleanTouches", "api/booleanWithin", ], }, @@ -251,7 +252,6 @@ export default [ items: [ "api/angle", "api/booleanIntersects", - "api/booleanTouches", "api/booleanValid", "api/centerMean", "api/centerMedian", @@ -274,6 +274,7 @@ export default [ "api/polygons", "api/pt", "api/quadratAnalysis", + "api/rbush", "api/standardDeviationalEllipse", "api/variance", ], diff --git a/docs/api/along.mdx b/docs/api/along.mdx index efb251c7..ca59a778 100644 --- a/docs/api/along.mdx +++ b/docs/api/along.mdx @@ -2,7 +2,7 @@ title: along --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,17 +12,17 @@ Takes a [LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) and retu ### Parameters -| Name | Type | Description | -| --------------------- | -------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- | -| line | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)>** | input line | -| distance | **number** | distance along the line | -| options? | **Object** | Optional parameters | -| options.units? | **string** | can be degrees, radians, miles, or kilometers _(default "kilometers")_ | +| Name | Type | Description | +| --------------------- | --------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- | +| line | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** | input line | +| distance | **number** | distance along the line | +| options? | **Object** | Optional parameters | +| options.units? | **string** | can be degrees, radians, miles, or kilometers _(default "kilometers")_ | ### Returns diff --git a/docs/api/angle.mdx b/docs/api/angle.mdx index 76b4c208..8b144f23 100644 --- a/docs/api/angle.mdx +++ b/docs/api/angle.mdx @@ -2,7 +2,7 @@ title: angle --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -18,7 +18,7 @@ angle with origin on the `startPoint-midPoint` segment, or its explementary angl | startPoint | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | Start Point Coordinates | | midPoint | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | Mid Point Coordinates | | endPoint | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | End Point Coordinates | -| options? | **Object** | Optional parameters _(default \{})_ | +| options? | **Object** | Optional parameters _(default \{\})_ | | options.explementary? | **boolean** | Returns the explementary angle instead (360 - angle) _(default false)_ | | options.mercator? | **boolean** | if calculations should be performed over Mercator or WGS84 projection _(default false)_ | diff --git a/docs/api/area.mdx b/docs/api/area.mdx index 630844db..c0e61727 100644 --- a/docs/api/area.mdx +++ b/docs/api/area.mdx @@ -2,7 +2,7 @@ title: area --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/docs/api/bbox.mdx b/docs/api/bbox.mdx index b0b116a1..246249e5 100644 --- a/docs/api/bbox.mdx +++ b/docs/api/bbox.mdx @@ -2,19 +2,22 @@ title: bbox --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; ### Description -Takes a set of features, calculates the bbox of all input features, and returns a bounding box. +Calculates the bounding box for any GeoJSON object, including FeatureCollection. +Uses geojson.bbox if available and options.recompute is not set. ### Parameters -| Name | Type | Description | -| ------- | ------------------------------------------------------------ | ------------------ | -| geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | any GeoJSON object | +| Name | Type | Description | +| ------------------------- | ------------------------------------------------------------ | ------------------------------------------------------ | +| geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | any GeoJSON object | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.recompute? | **boolean** | Whether to ignore an existing bbox property on geojson | ### Returns diff --git a/docs/api/bboxClip.mdx b/docs/api/bboxClip.mdx index 9955e5be..5124021f 100644 --- a/docs/api/bboxClip.mdx +++ b/docs/api/bboxClip.mdx @@ -2,7 +2,7 @@ title: bboxClip --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -14,15 +14,15 @@ May result in degenerate edges when clipping Polygons. ### Parameters -| Name | Type | Description | -| ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------- | -| feature | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5) \| [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)>** | feature to clip to the bbox | -| bbox | **[BBox](https://tools.ietf.org/html/rfc7946#section-5)** | extent in [minX, minY, maxX, maxY] order | +| Name | Type | Description | +| ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------- | +| feature | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5) \| [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** | feature to clip to the bbox | +| bbox | **[BBox](https://tools.ietf.org/html/rfc7946#section-5)** | extent in [minX, minY, maxX, maxY] order | ### Returns diff --git a/docs/api/bboxPolygon.mdx b/docs/api/bboxPolygon.mdx index e46bf331..119619c0 100644 --- a/docs/api/bboxPolygon.mdx +++ b/docs/api/bboxPolygon.mdx @@ -2,7 +2,7 @@ title: bboxPolygon --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,17 +12,17 @@ Takes a bbox and returns an equivalent [polygon](https://tools.ietf.org/html/rfc ### Parameters -| Name | Type | Description | -| -------------------------- | --------------------------------------------------------- | ----------------------------------------------- | -| bbox | **[BBox](https://tools.ietf.org/html/rfc7946#section-5)** | extent in [minX, minY, maxX, maxY] order | -| options? | **Object** | Optional parameters _(default \{})_ | -| options.properties? | **Properties** | Translate properties to Polygon _(default \{})_ | -| options.id? | **string \| number** | Translate Id to Polygon _(default \{})_ | +| Name | Type | Description | +| -------------------------- | --------------------------------------------------------- | ------------------------------------------------ | +| bbox | **[BBox](https://tools.ietf.org/html/rfc7946#section-5)** | extent in [minX, minY, maxX, maxY] order | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.properties? | **Properties** | Translate properties to Polygon _(default \{\})_ | +| options.id? | **string \| number** | Translate Id to Polygon _(default \{\})_ | ### Returns diff --git a/docs/api/bearing.mdx b/docs/api/bearing.mdx index ffc4ab92..91af3bf3 100644 --- a/docs/api/bearing.mdx +++ b/docs/api/bearing.mdx @@ -2,7 +2,7 @@ title: bearing --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -17,7 +17,7 @@ i.e. the angle measured in degrees from the north line (0 degrees) | --------------------- | -------------------------------------------------------------- | ------------------------------------------------------ | | start | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | starting Point | | end | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | ending Point | -| options? | **Object** | Optional parameters _(default \{})_ | +| options? | **Object** | Optional parameters _(default \{\})_ | | options.final? | **boolean** | calculates the final bearing if true _(default false)_ | ### Returns diff --git a/docs/api/bearingToAzimuth.mdx b/docs/api/bearingToAzimuth.mdx index edb06922..7f61defa 100644 --- a/docs/api/bearingToAzimuth.mdx +++ b/docs/api/bearingToAzimuth.mdx @@ -2,7 +2,7 @@ title: bearingToAzimuth --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/docs/api/bezierSpline.mdx b/docs/api/bezierSpline.mdx index 534dbb24..3062a93c 100644 --- a/docs/api/bezierSpline.mdx +++ b/docs/api/bezierSpline.mdx @@ -2,7 +2,7 @@ title: bezierSpline --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -16,18 +16,18 @@ The bezier spline implementation is by [Leszek Rybicki](http://leszek.rybicki.cc ### Parameters -| Name | Type | Description | -| -------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -| line | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)>** | input LineString | -| options? | **Object** | Optional parameters _(default \{})_ | -| options.properties? | **Object** | Translate properties to output _(default \{})_ | -| options.resolution? | **number** | time in milliseconds between points _(default 10000)_ | -| options.sharpness? | **number** | a measure of how curvy the path should be between splines _(default 0.85)_ | +| Name | Type | Description | +| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- | +| line | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** | input LineString | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.properties? | **Object** | Translate properties to output _(default \{\})_ | +| options.resolution? | **number** | time in milliseconds between points _(default 10000)_ | +| options.sharpness? | **number** | a measure of how curvy the path should be between splines _(default 0.85)_ | ### Returns diff --git a/docs/api/booleanClockwise.mdx b/docs/api/booleanClockwise.mdx index cd31f6e1..923ea0a0 100644 --- a/docs/api/booleanClockwise.mdx +++ b/docs/api/booleanClockwise.mdx @@ -2,7 +2,7 @@ title: booleanClockwise --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,9 +12,9 @@ Takes a ring and return true or false whether or not the ring is clockwise or co ### Parameters -| Name | Type | Description | -| ---- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | -| line | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)> \| [LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| Array\>** | to be evaluated | +| Name | Type | Description | +| ---- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | +| line | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\> \| [LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| Array\\>** | to be evaluated | ### Returns diff --git a/docs/api/booleanConcave.mdx b/docs/api/booleanConcave.mdx index e99a52c6..1b100dba 100644 --- a/docs/api/booleanConcave.mdx +++ b/docs/api/booleanConcave.mdx @@ -2,7 +2,7 @@ title: booleanConcave --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,9 +12,9 @@ Takes a polygon and return true or false as to whether it is concave or not. ### Parameters -| Name | Type | Description | -| ------- | ----------------------------------------------------------------------------------------------------------------------------- | --------------- | -| polygon | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)>** | to be evaluated | +| Name | Type | Description | +| ------- | ------------------------------------------------------------------------------------------------------------------------------ | --------------- | +| polygon | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** | to be evaluated | ### Returns diff --git a/docs/api/booleanContains.mdx b/docs/api/booleanContains.mdx index 4a1e68b5..55249a0f 100644 --- a/docs/api/booleanContains.mdx +++ b/docs/api/booleanContains.mdx @@ -2,7 +2,7 @@ title: booleanContains --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -15,10 +15,10 @@ Boolean-contains returns the exact opposite result of the `@turf/boolean-within` ### Parameters -| Name | Type | Description | -| -------- | ----------------------------------------------------------------------------------------------------------------------------------- | --------------------------- | -| feature1 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | GeoJSON Feature or Geometry | -| feature2 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | GeoJSON Feature or Geometry | +| Name | Type | Description | +| -------- | ------------------------------------------------------------------------------------------------------------------------------------ | --------------------------- | +| feature1 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | GeoJSON Feature or Geometry | +| feature2 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | GeoJSON Feature or Geometry | ### Returns diff --git a/docs/api/booleanCrosses.mdx b/docs/api/booleanCrosses.mdx index c5a35565..ee763d0e 100644 --- a/docs/api/booleanCrosses.mdx +++ b/docs/api/booleanCrosses.mdx @@ -2,7 +2,7 @@ title: booleanCrosses --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -13,13 +13,14 @@ the maximum dimension of the two source geometries and the intersection set is i both source geometries. Boolean-Crosses returns t (TRUE) for only multipoint/polygon, multipoint/linestring, linestring/linestring, linestring/polygon, and linestring/multipolygon comparisons. +Other comparisons are not supported as they are outside the OpenGIS Simple Features spec and may give unexpected results. ### Parameters -| Name | Type | Description | -| -------- | ----------------------------------------------------------------------------------------------------------------------------------- | --------------------------- | -| feature1 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | GeoJSON Feature or Geometry | -| feature2 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | GeoJSON Feature or Geometry | +| Name | Type | Description | +| -------- | ------------------------------------------------------------------------------------------------------------------------------------ | --------------------------- | +| feature1 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | GeoJSON Feature or Geometry | +| feature2 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | GeoJSON Feature or Geometry | ### Returns diff --git a/docs/api/booleanDisjoint.mdx b/docs/api/booleanDisjoint.mdx index ecd9b78d..80b53860 100644 --- a/docs/api/booleanDisjoint.mdx +++ b/docs/api/booleanDisjoint.mdx @@ -2,7 +2,7 @@ title: booleanDisjoint --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,10 +12,10 @@ Boolean-disjoint returns (TRUE) if the intersection of the two geometries is an ### Parameters -| Name | Type | Description | -| -------- | ----------------------------------------------------------------------------------------------------------------------------------- | --------------------------- | -| feature1 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | GeoJSON Feature or Geometry | -| feature2 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | GeoJSON Feature or Geometry | +| Name | Type | Description | +| -------- | ------------------------------------------------------------------------------------------------------------------------------------ | --------------------------- | +| feature1 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | GeoJSON Feature or Geometry | +| feature2 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | GeoJSON Feature or Geometry | ### Returns diff --git a/docs/api/booleanEqual.mdx b/docs/api/booleanEqual.mdx index ae28f15b..ef285924 100644 --- a/docs/api/booleanEqual.mdx +++ b/docs/api/booleanEqual.mdx @@ -2,21 +2,23 @@ title: booleanEqual --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; ### Description Determine whether two geometries of the same type have identical X,Y coordinate values. -See http://edndoc.esri.com/arcsde/9.0/general_topics/understand_spatial_relations.htm +See [http://edndoc.esri.com/arcsde/9.0/general_topics/understand_spatial_relations.htm](http://edndoc.esri.com/arcsde/9.0/general_topics/understand_spatial_relations.htm) ### Parameters -| Name | Type | Description | -| -------- | ----------------------------------------------------------------------------------------------------------------------------- | ------------- | -| feature1 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)** | GeoJSON input | -| feature2 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)** | GeoJSON input | +| Name | Type | Description | +| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------- | +| feature1 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)** | GeoJSON input | +| feature2 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)** | GeoJSON input | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.precision? | **number** | decimal precision to use when comparing coordinates _(default 6)_ | ### Returns diff --git a/docs/api/booleanIntersects.mdx b/docs/api/booleanIntersects.mdx index b0220331..ed889a74 100644 --- a/docs/api/booleanIntersects.mdx +++ b/docs/api/booleanIntersects.mdx @@ -2,7 +2,7 @@ title: booleanIntersects --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,10 +12,10 @@ Boolean-intersects returns (TRUE) two geometries intersect. ### Parameters -| Name | Type | Description | -| -------- | ----------------------------------------------------------------------------------------------------------------------------------- | --------------------------- | -| feature1 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | GeoJSON Feature or Geometry | -| feature2 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | GeoJSON Feature or Geometry | +| Name | Type | Description | +| -------- | ------------------------------------------------------------------------------------------------------------------------------------ | --------------------------- | +| feature1 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | GeoJSON Feature or Geometry | +| feature2 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | GeoJSON Feature or Geometry | ### Returns diff --git a/docs/api/booleanOverlap.mdx b/docs/api/booleanOverlap.mdx index 2a10d66f..b4ffe434 100644 --- a/docs/api/booleanOverlap.mdx +++ b/docs/api/booleanOverlap.mdx @@ -2,7 +2,7 @@ title: booleanOverlap --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -16,10 +16,10 @@ In other words, it returns true if the two geometries overlap, provided that nei ### Parameters -| Name | Type | Description | -| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- | -| feature1 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5) \| [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)>** | input | -| feature2 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5) \| [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)>** | input | +| Name | Type | Description | +| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | +| feature1 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5) \| [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** | input | +| feature2 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5) \| [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** | input | ### Returns diff --git a/docs/api/booleanParallel.mdx b/docs/api/booleanParallel.mdx index 8e8e0d42..a30cf984 100644 --- a/docs/api/booleanParallel.mdx +++ b/docs/api/booleanParallel.mdx @@ -2,7 +2,7 @@ title: booleanParallel --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,10 +12,10 @@ Boolean-Parallel returns True if each segment of `line1` is parallel to the corr ### Parameters -| Name | Type | Description | -| ----- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------- | -| line1 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)>** | GeoJSON Feature or Geometry | -| line2 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)>** | GeoJSON Feature or Geometry | +| Name | Type | Description | +| ----- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------- | +| line1 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** | GeoJSON Feature or Geometry | +| line2 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** | GeoJSON Feature or Geometry | ### Returns diff --git a/docs/api/booleanPointInPolygon.mdx b/docs/api/booleanPointInPolygon.mdx index 9ec1ed85..48c8c8d2 100644 --- a/docs/api/booleanPointInPolygon.mdx +++ b/docs/api/booleanPointInPolygon.mdx @@ -2,7 +2,7 @@ title: booleanPointInPolygon --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -13,17 +13,17 @@ resides inside the polygon. The polygon can be convex or concave. The function a ### Parameters -| Name | Type | Description | -| ------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | -| point | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | input point | -| polygon | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)>** | input polygon or multipolygon | -| options? | **Object** | Optional parameters _(default \{})_ | -| options.ignoreBoundary? | **boolean** | True if polygon boundary should be ignored when determining if the point is inside the polygon otherwise false. _(default false)_ | +| Name | Type | Description | +| ------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | +| point | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | input point | +| polygon | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** | input polygon or multipolygon | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.ignoreBoundary? | **boolean** | True if polygon boundary should be ignored when determining if the point is inside the polygon otherwise false. _(default false)_ | ### Returns
    - **boolean** `````true````` if the Point is inside the Polygon; `````false````` if the Point is not inside the Polygon + **boolean** `true` if the Point is inside the Polygon; `false` if the Point is not inside the Polygon
diff --git a/docs/api/booleanPointOnLine.mdx b/docs/api/booleanPointOnLine.mdx index 549995ba..dcfdbfa1 100644 --- a/docs/api/booleanPointOnLine.mdx +++ b/docs/api/booleanPointOnLine.mdx @@ -2,7 +2,7 @@ title: booleanPointOnLine --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -13,13 +13,13 @@ start and end vertices of the linestring. ### Parameters -| Name | Type | Description | -| --------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | -| pt | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | GeoJSON Point | -| line | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)>** | GeoJSON LineString | -| options? | **Object** | Optional parameters _(default \{})_ | -| options.ignoreEndVertices? | **boolean** | whether to ignore the start and end vertices. _(default false)_ | -| options.epsilon? | **number** | Fractional number to compare with the cross product result. Useful for dealing with floating points such as lng/lat points | +| Name | Type | Description | +| --------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | +| pt | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | GeoJSON Point | +| line | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** | GeoJSON LineString | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.ignoreEndVertices? | **boolean** | whether to ignore the start and end vertices. _(default false)_ | +| options.epsilon? | **number** | Fractional number to compare with the cross product result. Useful for dealing with floating points such as lng/lat points | ### Returns diff --git a/docs/api/booleanTouches.mdx b/docs/api/booleanTouches.mdx index 7bf642f2..59ccdf23 100644 --- a/docs/api/booleanTouches.mdx +++ b/docs/api/booleanTouches.mdx @@ -2,7 +2,7 @@ title: booleanTouches --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -13,10 +13,10 @@ intersect the interiors of both geometries. ### Parameters -| Name | Type | Description | -| -------- | ----------------------------------------------------------------------------------------------------------------------------------- | --------------------------- | -| feature1 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | GeoJSON Feature or Geometry | -| feature2 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | GeoJSON Feature or Geometry | +| Name | Type | Description | +| -------- | ------------------------------------------------------------------------------------------------------------------------------------ | --------------------------- | +| feature1 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | GeoJSON Feature or Geometry | +| feature2 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | GeoJSON Feature or Geometry | ### Returns diff --git a/docs/api/booleanValid.mdx b/docs/api/booleanValid.mdx index 7f7b8439..1305686f 100644 --- a/docs/api/booleanValid.mdx +++ b/docs/api/booleanValid.mdx @@ -2,7 +2,7 @@ title: booleanValid --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,9 +12,9 @@ booleanValid checks if the geometry is a valid according to the OGC Simple Featu ### Parameters -| Name | Type | Description | -| ------- | ----------------------------------------------------------------------------------------------------------------------------------- | --------------------------- | -| feature | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | GeoJSON Feature or Geometry | +| Name | Type | Description | +| ------- | ------------------------------------------------------------------------------------------------------------------------------------ | --------------------------- | +| feature | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | GeoJSON Feature or Geometry | ### Returns diff --git a/docs/api/booleanWithin.mdx b/docs/api/booleanWithin.mdx index 668781b7..552dca46 100644 --- a/docs/api/booleanWithin.mdx +++ b/docs/api/booleanWithin.mdx @@ -2,7 +2,7 @@ title: booleanWithin --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -15,10 +15,10 @@ Boolean-within returns the exact opposite result of the `@turf/boolean-contains` ### Parameters -| Name | Type | Description | -| -------- | ----------------------------------------------------------------------------------------------------------------------------------- | --------------------------- | -| feature1 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | GeoJSON Feature or Geometry | -| feature2 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | GeoJSON Feature or Geometry | +| Name | Type | Description | +| -------- | ------------------------------------------------------------------------------------------------------------------------------------ | --------------------------- | +| feature1 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | GeoJSON Feature or Geometry | +| feature2 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | GeoJSON Feature or Geometry | ### Returns diff --git a/docs/api/buffer.mdx b/docs/api/buffer.mdx index 1c0ceb69..1569c00e 100644 --- a/docs/api/buffer.mdx +++ b/docs/api/buffer.mdx @@ -2,7 +2,7 @@ title: buffer --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -18,18 +18,18 @@ the input, or even be empty. ### Parameters -| Name | Type | Description | -| --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- | -| geojson | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | input to be buffered | -| radius | **number** | distance to draw the buffer (negative values are allowed) | -| options? | **Object** | Optional parameters _(default \{})_ | -| options.units? | **string** | any of the options supported by turf units _(default "kilometers")_ | -| options.steps? | **number** | number of steps _(default 8)_ | +| Name | Type | Description | +| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------- | +| geojson | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | input to be buffered | +| radius | **number** | distance to draw the buffer (negative values are allowed) | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.units? | **string** | any of the options supported by turf units _(default "kilometers")_ | +| options.steps? | **number** | number of steps _(default 8)_ | ### Returns
    - **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)> \| undefined** buffered features + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\> \| undefined** buffered features
diff --git a/docs/api/center.mdx b/docs/api/center.mdx index be535561..a20269f6 100644 --- a/docs/api/center.mdx +++ b/docs/api/center.mdx @@ -2,7 +2,7 @@ title: center --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,18 +12,18 @@ Takes a [Feature](https://tools.ietf.org/html/rfc7946#section-3.2) or [FeatureCo ### Parameters -| Name | Type | Description | -| -------------------------- | ------------------------------------------------------------ | ----------------------------------------------------- | -| geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | GeoJSON to be centered | -| options? | **Object** | Optional parameters _(default \{})_ | -| options.properties? | **Object** | Translate GeoJSON Properties to Point _(default \{})_ | -| options.bbox? | **Object** | Translate GeoJSON BBox to Point _(default \{})_ | -| options.id? | **Object** | Translate GeoJSON Id to Point _(default \{})_ | +| Name | Type | Description | +| -------------------------- | ------------------------------------------------------------ | ------------------------------------------------------ | +| geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | GeoJSON to be centered | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.properties? | **Object** | Translate GeoJSON Properties to Point _(default \{\})_ | +| options.bbox? | **Object** | Translate GeoJSON BBox to Point _(default \{\})_ | +| options.id? | **Object** | Translate GeoJSON Id to Point _(default \{\})_ | ### Returns
    - **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)>** a Point feature at the absolute center point of all input features + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** a Point feature at the absolute center point of all input features
diff --git a/docs/api/centerMean.mdx b/docs/api/centerMean.mdx index df0aad4e..a8816f0d 100644 --- a/docs/api/centerMean.mdx +++ b/docs/api/centerMean.mdx @@ -2,7 +2,7 @@ title: centerMean --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,19 +12,19 @@ Takes a [Feature](https://tools.ietf.org/html/rfc7946#section-3.2) or [FeatureCo ### Parameters -| Name | Type | Description | -| -------------------------- | ------------------------------------------------------------ | ----------------------------------------------------- | -| geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | GeoJSON to be centered | -| options? | **Object** | Optional parameters _(default \{})_ | -| options.properties? | **Object** | Translate GeoJSON Properties to Point _(default \{})_ | -| options.bbox? | **Object** | Translate GeoJSON BBox to Point _(default \{})_ | -| options.id? | **Object** | Translate GeoJSON Id to Point _(default \{})_ | -| options.weight? | **string** | the property name used to weight the center | +| Name | Type | Description | +| -------------------------- | ------------------------------------------------------------ | ------------------------------------------------------ | +| geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | GeoJSON to be centered | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.properties? | **Object** | Translate GeoJSON Properties to Point _(default \{\})_ | +| options.bbox? | **Object** | Translate GeoJSON BBox to Point _(default \{\})_ | +| options.id? | **Object** | Translate GeoJSON Id to Point _(default \{\})_ | +| options.weight? | **string** | the property name used to weight the center | ### Returns
    - **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)>** a Point feature at the mean center point of all input features + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** a Point feature at the mean center point of all input features
diff --git a/docs/api/centerMedian.mdx b/docs/api/centerMedian.mdx index 83ee203b..1ba0ca72 100644 --- a/docs/api/centerMedian.mdx +++ b/docs/api/centerMedian.mdx @@ -2,7 +2,7 @@ title: centerMedian --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -39,7 +39,7 @@ attracted to clustered data. It, too, can be weighted. Harold W. Kuhn and Robert E. Kuenne, “An Efficient Algorithm for the Numerical Solution of the Generalized Weber Problem in Spatial Economics,” _Journal of Regional Science_ 4, no. 2 (1962): 21–33, -doi:[https://doi.org/10.1111/j.1467-9787.1962.tb00902.x](https://doi.org/10.1111/j.1467-9787.1962.tb00902.x). +doi:[10.1111/j.1467-9787.1962.tb00902.x](https://doi.org/10.1111/j.1467-9787.1962.tb00902.x). James E. Burt, Gerald M. Barber, and David L. Rigby, _Elementary Statistics for Geographers_, 3rd ed., New York: The Guilford @@ -47,18 +47,18 @@ Press, 2009, 150–151. ### Parameters -| Name | Type | Description | -| ------------------------- | ------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------- | -| features | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\** | Any GeoJSON Feature Collection | -| options? | **Object** | Optional parameters _(default \{})_ | -| options.weight? | **string** | the property name used to weight the center | -| options.tolerance? | **number** | the difference in distance between candidate medians at which point the algorighim stops iterating. _(default 0.001)_ | -| options.counter? | **number** | how many attempts to find the median, should the tolerance be insufficient. _(default 10)_ | +| Name | Type | Description | +| ------------------------- | ------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | +| features | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\** | Any GeoJSON Feature Collection | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.weight? | **string** | the property name used to weight the center | +| options.tolerance? | **number** | the difference in distance between candidate medians at which point the algorighim stops iterating. _(default 0.001)_ | +| options.counter? | **number** | how many attempts to find the median, should the tolerance be insufficient. _(default 10)_ | ### Returns
    - **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)>** The median center of the collection + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** The median center of the collection
diff --git a/docs/api/centerOfMass.mdx b/docs/api/centerOfMass.mdx index ffe9f144..36be1089 100644 --- a/docs/api/centerOfMass.mdx +++ b/docs/api/centerOfMass.mdx @@ -2,7 +2,7 @@ title: centerOfMass --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,16 +12,16 @@ Takes any [Feature](https://tools.ietf.org/html/rfc7946#section-3.2) or a [Featu ### Parameters -| Name | Type | Description | -| -------------------------- | ------------------------------------------------------------ | ----------------------------------------------- | -| geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | GeoJSON to be centered | -| options? | **Object** | Optional Parameters _(default \{})_ | -| options.properties? | **Object** | Translate Properties to Feature _(default \{})_ | +| Name | Type | Description | +| -------------------------- | ------------------------------------------------------------ | ------------------------------------------------ | +| geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | GeoJSON to be centered | +| options? | **Object** | Optional Parameters _(default \{\})_ | +| options.properties? | **Object** | Translate Properties to Feature _(default \{\})_ | ### Returns
    - **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)>** the center of mass + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** the center of mass
diff --git a/docs/api/centroid.mdx b/docs/api/centroid.mdx index 7189b69e..637b92d3 100644 --- a/docs/api/centroid.mdx +++ b/docs/api/centroid.mdx @@ -2,27 +2,26 @@ title: centroid --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; ### Description -Takes one or more features and calculates the centroid using the mean of all vertices. -This lessens the effect of small islands and artifacts when calculating the centroid of a set of polygons. +Computes the centroid as the mean of all vertices within the object. ### Parameters -| Name | Type | Description | -| -------------------------- | ------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------- | -| geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | GeoJSON to be centered | -| options? | **Object** | Optional Parameters _(default \{})_ | -| options.properties? | **Object** | an Object that is used as the [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)'s properties _(default \{})_ | +| Name | Type | Description | +| -------------------------- | ------------------------------------------------------------ | ----------------------------------------------------------------------------- | +| geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | GeoJSON to be centered | +| options? | **Object** | Optional Parameters _(default \{\})_ | +| options.properties? | **Object** | an Object that is used as the \{@link Feature\}'s properties _(default \{\})_ | ### Returns
    - **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)>** the centroid of the input features + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** the centroid of the input object
diff --git a/docs/api/circle.mdx b/docs/api/circle.mdx index ea140c45..42f3e213 100644 --- a/docs/api/circle.mdx +++ b/docs/api/circle.mdx @@ -2,7 +2,7 @@ title: circle --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,19 +12,19 @@ Takes a [Point](https://tools.ietf.org/html/rfc7946#section-3.1.2) and calculate ### Parameters -| Name | Type | Description | -| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------- | -| center | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)> \| Array\** | center point | -| radius | **number** | radius of the circle | -| options? | **Object** | Optional parameters _(default \{})_ | -| options.steps? | **number** | number of steps _(default 64)_ | -| options.units? | **string** | miles, kilometers, degrees, or radians _(default 'kilometers')_ | -| options.properties? | **Object** | properties _(default \{})_ | +| Name | Type | Description | +| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------- | +| center | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\> \| Array\** | center point | +| radius | **number** | radius of the circle | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.steps? | **number** | number of steps _(default 64)_ | +| options.units? | **string** | miles, kilometers, degrees, or radians _(default 'kilometers')_ | +| options.properties? | **Object** | properties _(default \{\})_ | ### Returns
    - **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)>** circle polygon + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** circle polygon
diff --git a/docs/api/cleanCoords.mdx b/docs/api/cleanCoords.mdx index c87459aa..57062d5b 100644 --- a/docs/api/cleanCoords.mdx +++ b/docs/api/cleanCoords.mdx @@ -2,7 +2,7 @@ title: cleanCoords --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -15,7 +15,7 @@ Removes redundant coordinates from any GeoJSON Geometry. | Name | Type | Description | | ---------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | | geojson | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)** | Feature or Geometry | -| options? | **Object** | Optional parameters _(default \{})_ | +| options? | **Object** | Optional parameters _(default \{\})_ | | options.mutate? | **boolean** | allows GeoJSON input to be mutated _(default false)_ | ### Returns diff --git a/docs/api/clone.mdx b/docs/api/clone.mdx index b6c64d7c..34e86b9b 100644 --- a/docs/api/clone.mdx +++ b/docs/api/clone.mdx @@ -2,7 +2,7 @@ title: clone --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/docs/api/clusterEach.mdx b/docs/api/clusterEach.mdx index 7bc0eb92..711af2ed 100644 --- a/docs/api/clusterEach.mdx +++ b/docs/api/clusterEach.mdx @@ -2,7 +2,7 @@ title: clusterEach --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/docs/api/clusterReduce.mdx b/docs/api/clusterReduce.mdx index 2ad25162..fb8192ec 100644 --- a/docs/api/clusterReduce.mdx +++ b/docs/api/clusterReduce.mdx @@ -2,7 +2,7 @@ title: clusterReduce --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/docs/api/clustersDbscan.mdx b/docs/api/clustersDbscan.mdx index 1767da9f..f7335b38 100644 --- a/docs/api/clustersDbscan.mdx +++ b/docs/api/clustersDbscan.mdx @@ -2,7 +2,7 @@ title: clustersDbscan --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,22 +12,22 @@ Takes a set of [points](https://tools.ietf.org/html/rfc7946#section-3.1.2) and p ### Parameters -| Name | Type | Description | -| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | -| points | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)>** | to be clustered | -| maxDistance | **number** | Maximum Distance between any point of the cluster to generate the clusters (kilometers only) | -| options? | **Object** | Optional parameters _(default \{})_ | -| options.units? | **string** | in which `maxDistance` is expressed, can be degrees, radians, miles, or kilometers _(default "kilometers")_ | -| options.mutate? | **boolean** | Allows GeoJSON input to be mutated _(default false)_ | -| options.minPoints? | **number** | Minimum number of points to generate a single cluster, points which do not meet this requirement will be classified as an 'edge' or 'noise'. _(default 3)_ | +| Name | Type | Description | +| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | +| points | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** | to be clustered | +| maxDistance | **number** | Maximum Distance between any point of the cluster to generate the clusters (kilometers only) | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.units? | **string** | in which `maxDistance` is expressed, can be degrees, radians, miles, or kilometers _(default "kilometers")_ | +| options.mutate? | **boolean** | Allows GeoJSON input to be mutated _(default false)_ | +| options.minPoints? | **number** | Minimum number of points to generate a single cluster, points which do not meet this requirement will be classified as an 'edge' or 'noise'. _(default 3)_ | ### Returns
    - **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)>** Clustered Points with an additional two properties associated to each Feature: + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** Clustered Points with an additional two properties associated to each Feature: -- \{number} cluster - the associated clusterId -- \{string} dbscan - type of point it has been classified as ('core' \| 'edge' \| 'noise') +- \{number\} cluster - the associated clusterId +- \{string\} dbscan - type of point it has been classified as ('core' \| 'edge' \| 'noise')
@@ -43,17 +43,17 @@ var clustered = turf.clustersDbscan(points, maxDistance); export function Map0() { "use strict"; -// jsdoc example start -// create random points with random z-values in their properties -var points = turf.randomPoint(100, { bbox: [0, 30, 20, 50] }); -var maxDistance = 100; -var clustered = turf.clustersDbscan(points, maxDistance); + // jsdoc example start + // create random points with random z-values in their properties + var points = turf.randomPoint(100, { bbox: [0, 30, 20, 50] }); + var maxDistance = 100; + var clustered = turf.clustersDbscan(points, maxDistance); -//addToMap -var addToMap = { clustered }; -// jsdoc example end + //addToMap + var addToMap = { clustered }; + // jsdoc example end -return ; + return ; } diff --git a/docs/api/clustersKmeans.mdx b/docs/api/clustersKmeans.mdx index 75275607..963f9e2a 100644 --- a/docs/api/clustersKmeans.mdx +++ b/docs/api/clustersKmeans.mdx @@ -2,7 +2,7 @@ title: clustersKmeans --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -13,20 +13,20 @@ It uses the [k-means algorithm](https://en.wikipedia.org/wiki/K-means_clustering ### Parameters -| Name | Type | Description | -| -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | -| points | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)>** | to be clustered | -| options? | **Object** | Optional parameters _(default \{})_ | -| options.numberOfClusters? | **number** | numberOfClusters that will be generated _(default Math.sqrt(numberOfPoints/2))_ | -| options.mutate? | **boolean** | allows GeoJSON input to be mutated (significant performance increase if true) _(default false)_ | +| Name | Type | Description | +| -------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | +| points | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** | to be clustered | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.numberOfClusters? | **number** | numberOfClusters that will be generated _(default Math.sqrt(numberOfPoints/2))_ | +| options.mutate? | **boolean** | allows GeoJSON input to be mutated (significant performance increase if true) _(default false)_ | ### Returns
    - **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)>** Clustered Points with an additional two properties associated to each Feature: + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** Clustered Points with an additional two properties associated to each Feature: -- \{number} cluster - the associated clusterId -- \{[number, number]} centroid - Centroid of the cluster [Longitude, Latitude] +- \{number\} cluster - the associated clusterId +- \{[number, number]\} centroid - Centroid of the cluster [Longitude, Latitude]
diff --git a/docs/api/collect.mdx b/docs/api/collect.mdx index 8a322f5f..3953dbd2 100644 --- a/docs/api/collect.mdx +++ b/docs/api/collect.mdx @@ -2,7 +2,7 @@ title: collect --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -16,17 +16,17 @@ on the polygon. ### Parameters -| Name | Type | Description | -| ----------- | --------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------ | -| polygons | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)>** | polygons with values on which to aggregate | -| points | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)>** | points to be aggregated | -| inProperty | **string** | property to be nested from | -| outProperty | **string** | property to be nested into | +| Name | Type | Description | +| ----------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------ | +| polygons | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** | polygons with values on which to aggregate | +| points | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** | points to be aggregated | +| inProperty | **string** | property to be nested from | +| outProperty | **string** | property to be nested into | ### Returns
    - **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)>** polygons with properties listed based on `````outField````` + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** polygons with properties listed based on `outField`
diff --git a/docs/api/collectionOf.mdx b/docs/api/collectionOf.mdx index 1f53206d..b4049c69 100644 --- a/docs/api/collectionOf.mdx +++ b/docs/api/collectionOf.mdx @@ -2,7 +2,7 @@ title: collectionOf --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/docs/api/combine.mdx b/docs/api/combine.mdx index b16a6605..ac2c8e72 100644 --- a/docs/api/combine.mdx +++ b/docs/api/combine.mdx @@ -2,7 +2,7 @@ title: combine --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -13,14 +13,14 @@ into [MultiPoint](https://tools.ietf.org/html/rfc7946#section-3.1.3), [MultiLine ### Parameters -| Name | Type | Description | -| ---- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------- | -| fc | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2) \| [LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)>** | a FeatureCollection of any type | +| Name | Type | Description | +| ---- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------- | +| fc | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2) \| [LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** | a FeatureCollection of any type | ### Returns
    - **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[MultiPoint](https://tools.ietf.org/html/rfc7946#section-3.1.3) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)>** a FeatureCollection of corresponding type to input + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[MultiPoint](https://tools.ietf.org/html/rfc7946#section-3.1.3) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** a FeatureCollection of corresponding type to input
diff --git a/docs/api/concave.mdx b/docs/api/concave.mdx index 9eacd5df..51cb1a71 100644 --- a/docs/api/concave.mdx +++ b/docs/api/concave.mdx @@ -2,7 +2,7 @@ title: concave --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -13,17 +13,17 @@ Internally, this uses [turf-tin](https://github.com/Turfjs/turf-tin) to generate ### Parameters -| Name | Type | Description | -| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | -| points | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)>** | input points | -| options? | **Object** | Optional parameters _(default \{})_ | -| options.maxEdge? | **number** | the length (in 'units') of an edge necessary for part of the hull to become concave. _(default Infinity)_ | -| options.units? | **string** | can be degrees, radians, miles, or kilometers _(default 'kilometers')_ | +| Name | Type | Description | +| ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | +| points | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** | input points | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.maxEdge? | **number** | the length (in 'units') of an edge necessary for part of the hull to become concave. _(default Infinity)_ | +| options.units? | **string** | can be degrees, radians, miles, or kilometers _(default 'kilometers')_ | ### Returns
    - **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)> \| null** a concave hull (null value is returned if unable to compute hull) + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\> \| null** a concave hull (null value is returned if unable to compute hull)
diff --git a/docs/api/containsNumber.mdx b/docs/api/containsNumber.mdx index 7cdb5a96..96efae80 100644 --- a/docs/api/containsNumber.mdx +++ b/docs/api/containsNumber.mdx @@ -2,7 +2,7 @@ title: containsNumber --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,9 +12,9 @@ Checks if coordinates contains a number ### Parameters -| Name | Type | Description | -| ----------- | --------------- | ------------------- | -| coordinates | **Array\** | GeoJSON Coordinates | +| Name | Type | Description | +| ----------- | ---------------- | ------------------- | +| coordinates | **Array\** | GeoJSON Coordinates | ### Returns diff --git a/docs/api/convertArea.mdx b/docs/api/convertArea.mdx index cb478dfa..d4417d7e 100644 --- a/docs/api/convertArea.mdx +++ b/docs/api/convertArea.mdx @@ -2,7 +2,7 @@ title: convertArea --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/docs/api/convertLength.mdx b/docs/api/convertLength.mdx index bae7de51..bbe82674 100644 --- a/docs/api/convertLength.mdx +++ b/docs/api/convertLength.mdx @@ -2,7 +2,7 @@ title: convertLength --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/docs/api/convex.mdx b/docs/api/convex.mdx index da96b2d1..f83b0785 100644 --- a/docs/api/convex.mdx +++ b/docs/api/convex.mdx @@ -2,7 +2,7 @@ title: convex --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -19,14 +19,14 @@ the [convex-hull](https://github.com/mikolalysenko/convex-hull) module that impl | Name | Type | Description | | -------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ | | geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | input Feature or FeatureCollection | -| options? | **Object** | Optional parameters _(default \{})_ | +| options? | **Object** | Optional parameters _(default \{\})_ | | options.concavity? | **number** | 1 - thin shape. Infinity - convex hull. _(default Infinity)_ | -| options.properties? | **Object** | Translate Properties to Feature _(default \{})_ | +| options.properties? | **Object** | Translate Properties to Feature _(default \{\})_ | ### Returns
    - **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)>** a convex hull + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** a convex hull
diff --git a/docs/api/coordAll.mdx b/docs/api/coordAll.mdx index 4c815b02..0751ff73 100644 --- a/docs/api/coordAll.mdx +++ b/docs/api/coordAll.mdx @@ -2,7 +2,7 @@ title: coordAll --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -19,7 +19,7 @@ Get all coordinates from any GeoJSON object. ### Returns
    - **Array\>** coordinate position array + **Array\\>** coordinate position array
diff --git a/docs/api/coordEach.mdx b/docs/api/coordEach.mdx index b74ac626..0e5c1fe5 100644 --- a/docs/api/coordEach.mdx +++ b/docs/api/coordEach.mdx @@ -2,7 +2,7 @@ title: coordEach --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/docs/api/coordReduce.mdx b/docs/api/coordReduce.mdx index 175947c3..b59d720e 100644 --- a/docs/api/coordReduce.mdx +++ b/docs/api/coordReduce.mdx @@ -2,7 +2,7 @@ title: coordReduce --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/docs/api/degreesToRadians.mdx b/docs/api/degreesToRadians.mdx index 0f74619a..76debaaa 100644 --- a/docs/api/degreesToRadians.mdx +++ b/docs/api/degreesToRadians.mdx @@ -2,7 +2,7 @@ title: degreesToRadians --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/docs/api/destination.mdx b/docs/api/destination.mdx index dacb0bb3..6a5b03a8 100644 --- a/docs/api/destination.mdx +++ b/docs/api/destination.mdx @@ -2,7 +2,7 @@ title: destination --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -19,14 +19,14 @@ This uses the [Haversine formula](http://en.wikipedia.org/wiki/Haversine_formula | origin | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | starting point | | distance | **number** | distance from the origin point | | bearing | **number** | ranging from -180 to 180 | -| options? | **Object** | Optional parameters _(default \{})_ | +| options? | **Object** | Optional parameters _(default \{\})_ | | options.units? | **string** | miles, kilometers, degrees, or radians _(default 'kilometers')_ | -| options.properties? | **Object** | Translate properties to Point _(default \{})_ | +| options.properties? | **Object** | Translate properties to Point _(default \{\})_ | ### Returns
    - **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)>** destination point + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** destination point
diff --git a/docs/api/difference.mdx b/docs/api/difference.mdx index 898681d2..a073e852 100644 --- a/docs/api/difference.mdx +++ b/docs/api/difference.mdx @@ -2,25 +2,24 @@ title: difference --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; ### Description -Finds the difference between two [polygons](https://tools.ietf.org/html/rfc7946#section-3.1.6) by clipping the second polygon from the first. +Finds the difference between multiple [polygons](https://tools.ietf.org/html/rfc7946#section-3.1.6) by clipping the subsequent polygon from the first. ### Parameters -| Name | Type | Description | -| -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------- | -| polygon1 | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)>** | input Polygon feature | -| polygon2 | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)>** | Polygon feature to difference from polygon1 | +| Name | Type | Description | +| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- | +| features | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** | input Polygon features | ### Returns
    - **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)> \| null** a Polygon or MultiPolygon feature showing the area of `````polygon1````` excluding the area of `````polygon2````` (if empty returns `````null`````) + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\> \| null** a Polygon or MultiPolygon feature showing the area of `polygon1` excluding the area of `polygon2` (if empty returns `null`)
@@ -58,7 +57,7 @@ var polygon2 = turf.polygon( }, ); -var difference = turf.difference(polygon1, polygon2); +var difference = turf.difference(turf.featureCollection([polygon1, polygon2])); ``` export function Map0() { @@ -96,7 +95,9 @@ export function Map0() { }, ); - var difference = turf.difference(polygon1, polygon2); + var difference = turf.difference( + turf.featureCollection([polygon1, polygon2]), + ); //addToMap var addToMap = { polygon1, polygon2, difference }; diff --git a/docs/api/directionalMean.mdx b/docs/api/directionalMean.mdx index 67018f04..21092328 100644 --- a/docs/api/directionalMean.mdx +++ b/docs/api/directionalMean.mdx @@ -2,7 +2,7 @@ title: directionalMean --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -14,12 +14,12 @@ It can handle segments of line or the whole line. ### Parameters -| Name | Type | Description | -| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------- | -| lines | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)>** | | -| options? | **object** | _(default \{})_ | -| options.planar? | **boolean** | whether the spatial reference system is projected or geographical. _(default true)_ | -| options.segment? | **boolean** | whether treat a LineString as a whole or a set of segments. _(default false)_ | +| Name | Type | Description | +| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | +| lines | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** | | +| options? | **object** | _(default \{\})_ | +| options.planar? | **boolean** | whether the spatial reference system is projected or geographical. _(default true)_ | +| options.segment? | **boolean** | whether treat a LineString as a whole or a set of segments. _(default false)_ | ### Returns diff --git a/docs/api/dissolve.mdx b/docs/api/dissolve.mdx index 691bf63f..7c1be641 100644 --- a/docs/api/dissolve.mdx +++ b/docs/api/dissolve.mdx @@ -2,7 +2,7 @@ title: dissolve --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -13,16 +13,16 @@ Note that [multipolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7) feat ### Parameters -| Name | Type | Description | -| ---------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- | -| featureCollection | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)>** | input feature collection to be dissolved | -| options? | **Object** | Optional parameters _(default \{})_ | -| options.propertyName? | **string** | features with the same `propertyName` value will be dissolved. | +| Name | Type | Description | +| ---------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- | +| featureCollection | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** | input feature collection to be dissolved | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.propertyName? | **string** | features with the same `propertyName` value will be dissolved. | ### Returns
    - **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)>** a FeatureCollection containing the dissolved polygons + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** a FeatureCollection containing the dissolved polygons
@@ -74,53 +74,53 @@ var dissolved = turf.dissolve(features, { propertyName: "combine" }); export function Map0() { "use strict"; -// jsdoc example start -var features = turf.featureCollection([ -turf.polygon( -[ -[ -[0, 0], -[0, 1], -[1, 1], -[1, 0], -[0, 0], -], -], -{ combine: "yes" }, -), -turf.polygon( -[ -[ -[0, -1], -[0, 0], -[1, 0], -[1, -1], -[0, -1], -], -], -{ combine: "yes" }, -), -turf.polygon( -[ -[ -[1, -1], -[1, 0], -[2, 0], -[2, -1], -[1, -1], -], -], -{ combine: "no" }, -), -]); + // jsdoc example start + var features = turf.featureCollection([ + turf.polygon( + [ + [ + [0, 0], + [0, 1], + [1, 1], + [1, 0], + [0, 0], + ], + ], + { combine: "yes" }, + ), + turf.polygon( + [ + [ + [0, -1], + [0, 0], + [1, 0], + [1, -1], + [0, -1], + ], + ], + { combine: "yes" }, + ), + turf.polygon( + [ + [ + [1, -1], + [1, 0], + [2, 0], + [2, -1], + [1, -1], + ], + ], + { combine: "no" }, + ), + ]); -var dissolved = turf.dissolve(features, { propertyName: "combine" }); + var dissolved = turf.dissolve(features, { propertyName: "combine" }); -//addToMap -var addToMap = { features, dissolved }; -// jsdoc example end + //addToMap + var addToMap = { features, dissolved }; + // jsdoc example end -return ; + return ; } diff --git a/docs/api/distance.mdx b/docs/api/distance.mdx index 9cfd25ee..6f22f019 100644 --- a/docs/api/distance.mdx +++ b/docs/api/distance.mdx @@ -2,7 +2,7 @@ title: distance --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -17,7 +17,7 @@ This uses the [Haversine formula](http://en.wikipedia.org/wiki/Haversine_formula | --------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- | | from | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1) \| [Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)** | origin point or coordinate | | to | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1) \| [Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)** | destination point or coordinate | -| options? | **Object** | Optional parameters _(default \{})_ | +| options? | **Object** | Optional parameters _(default \{\})_ | | options.units? | **string** | can be degrees, radians, miles, or kilometers _(default 'kilometers')_ | ### Returns diff --git a/docs/api/distanceWeight.mdx b/docs/api/distanceWeight.mdx index 8cbc1e18..1764cfd3 100644 --- a/docs/api/distanceWeight.mdx +++ b/docs/api/distanceWeight.mdx @@ -2,7 +2,7 @@ title: distanceWeight --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -10,20 +10,20 @@ import BrowserOnly from "@docusaurus/BrowserOnly"; ### Parameters -| Name | Type | Description | -| ------------------------------- | ------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------- | -| fc | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\** | FeatureCollection. | -| options? | **Object** | option object. | -| options.threshold? | **number** | If the distance between neighbor and target features is greater than threshold, the weight of that neighbor is 0. _(default 10000)_ | -| options.p? | **number** | Minkowski p-norm distance parameter. 1: Manhattan distance. 2: Euclidean distance. 1=\? | **boolean** | If true, weight=1 if d \<= threshold otherwise weight=0. If false, weight=Math.pow(d, alpha). _(default false)_ | -| options.alpha? | **number** | distance decay parameter. A big value means the weight decay quickly as distance increases. _(default -1)_ | -| options.standardization? | **boolean** | row standardization. _(default false)_ | +| Name | Type | Description | +| ------------------------------- | ------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | +| fc | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\** | FeatureCollection. | +| options? | **Object** | option object. | +| options.threshold? | **number** | If the distance between neighbor and target features is greater than threshold, the weight of that neighbor is 0. _(default 10000)_ | +| options.p? | **number** | Minkowski p-norm distance parameter. 1: Manhattan distance. 2: Euclidean distance. 1=\? | **boolean** | If true, weight=1 if d \<= threshold otherwise weight=0. If false, weight=Math.pow(d, alpha). _(default false)_ | +| options.alpha? | **number** | distance decay parameter. A big value means the weight decay quickly as distance increases. _(default -1)_ | +| options.standardization? | **boolean** | row standardization. _(default false)_ | ### Returns
    - **Array\>** distance weight matrix. + **Array\\>** distance weight matrix.
diff --git a/docs/api/ellipse.mdx b/docs/api/ellipse.mdx index 8d2882a4..9f47e136 100644 --- a/docs/api/ellipse.mdx +++ b/docs/api/ellipse.mdx @@ -2,7 +2,7 @@ title: ellipse --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -17,17 +17,17 @@ Takes a [Point](https://tools.ietf.org/html/rfc7946#section-3.1.2) and calculate | center | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | center point | | xSemiAxis | **number** | semi (major) axis of the ellipse along the x-axis | | ySemiAxis | **number** | semi (minor) axis of the ellipse along the y-axis | -| options? | **Object** | Optional parameters _(default \{})_ | +| options? | **Object** | Optional parameters _(default \{\})_ | | options.angle? | **number** | angle of rotation in decimal degrees, positive clockwise _(default 0)_ | -| options.pivot? | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | point around which the rotation will be performed _(default 'origin')_ | +| options.pivot? | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | point around which any rotation will be performed _(default center)_ | | options.steps? | **number** | number of steps _(default 64)_ | | options.units? | **string** | unit of measurement for axes _(default 'kilometers')_ | -| options.properties? | **Object** | properties _(default \{})_ | +| options.properties? | **Object** | properties _(default \{\})_ | ### Returns
    - **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)>** ellipse polygon + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** ellipse polygon
diff --git a/docs/api/envelope.mdx b/docs/api/envelope.mdx index 50f9d172..38946c08 100644 --- a/docs/api/envelope.mdx +++ b/docs/api/envelope.mdx @@ -2,7 +2,7 @@ title: envelope --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -19,7 +19,7 @@ Takes any number of features and returns a rectangular [Polygon](https://tools.i ### Returns
    - **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)>** a rectangular Polygon feature that encompasses all vertices + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** a rectangular Polygon feature that encompasses all vertices
diff --git a/docs/api/explode.mdx b/docs/api/explode.mdx index 272cf63a..d561d368 100644 --- a/docs/api/explode.mdx +++ b/docs/api/explode.mdx @@ -2,7 +2,7 @@ title: explode --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -19,7 +19,7 @@ Takes a feature or set of features and returns all positions as [points](https:/ ### Returns
    - **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\** points representing the exploded input features + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\** points representing the exploded input features
diff --git a/docs/api/feature.mdx b/docs/api/feature.mdx index 0e3e6efb..9e5e29d3 100644 --- a/docs/api/feature.mdx +++ b/docs/api/feature.mdx @@ -2,7 +2,7 @@ title: feature --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -15,9 +15,9 @@ Wraps a GeoJSON [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) in a | Name | Type | Description | | -------------------- | --------------------------------------------------------------- | ------------------------------------------------------------------------- | | geometry | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1)** | input geometry | -| properties? | **Object** | an Object of key-value pairs to add as properties _(default \{})_ | -| options? | **Object** | Optional Parameters _(default \{})_ | -| options.bbox? | **Array\** | Bounding Box Array [west, south, east, north] associated with the Feature | +| properties? | **Object** | an Object of key-value pairs to add as properties _(default \{\})_ | +| options? | **Object** | Optional Parameters _(default \{\})_ | +| options.bbox? | **Array\** | Bounding Box Array [west, south, east, north] associated with the Feature | | options.id? | **string \| number** | Identifier associated with the Feature | ### Returns diff --git a/docs/api/featureCollection.mdx b/docs/api/featureCollection.mdx index 81a992cd..88aa5cd9 100644 --- a/docs/api/featureCollection.mdx +++ b/docs/api/featureCollection.mdx @@ -2,7 +2,7 @@ title: featureCollection --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,12 +12,12 @@ Takes one or more [Features](https://tools.ietf.org/html/rfc7946#section-3.2) an ### Parameters -| Name | Type | Description | -| -------------------- | ---------------------------------------------------------------------- | ------------------------------------------------------------------------- | -| features | **Array\<[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)>** | input features | -| options? | **Object** | Optional Parameters _(default \{})_ | -| options.bbox? | **Array\** | Bounding Box Array [west, south, east, north] associated with the Feature | -| options.id? | **string \| number** | Identifier associated with the Feature | +| Name | Type | Description | +| -------------------- | ----------------------------------------------------------------------- | ------------------------------------------------------------------------- | +| features | **Array\<[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\>** | input features | +| options? | **Object** | Optional Parameters _(default \{\})_ | +| options.bbox? | **Array\** | Bounding Box Array [west, south, east, north] associated with the Feature | +| options.id? | **string \| number** | Identifier associated with the Feature | ### Returns diff --git a/docs/api/featureEach.mdx b/docs/api/featureEach.mdx index 957f07f0..f5dcd8a8 100644 --- a/docs/api/featureEach.mdx +++ b/docs/api/featureEach.mdx @@ -2,7 +2,7 @@ title: featureEach --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/docs/api/featureOf.mdx b/docs/api/featureOf.mdx index 33347276..c4bbf3d9 100644 --- a/docs/api/featureOf.mdx +++ b/docs/api/featureOf.mdx @@ -2,7 +2,7 @@ title: featureOf --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/docs/api/featureReduce.mdx b/docs/api/featureReduce.mdx index 4b288ce2..8280888d 100644 --- a/docs/api/featureReduce.mdx +++ b/docs/api/featureReduce.mdx @@ -2,7 +2,7 @@ title: featureReduce --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/docs/api/findPoint.mdx b/docs/api/findPoint.mdx index b907b5c2..79afbf8b 100644 --- a/docs/api/findPoint.mdx +++ b/docs/api/findPoint.mdx @@ -2,7 +2,7 @@ title: findPoint --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -14,22 +14,22 @@ Negative indexes are permitted. ### Parameters -| Name | Type | Description | -| --------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | -| geojson | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2) \| [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1)** | Any GeoJSON Feature or Geometry | -| options? | **Object** | Optional parameters _(default \{})_ | -| options.featureIndex? | **number** | Feature Index _(default 0)_ | -| options.multiFeatureIndex? | **number** | Multi-Feature Index _(default 0)_ | -| options.geometryIndex? | **number** | Geometry Index _(default 0)_ | -| options.coordIndex? | **number** | Coord Index _(default 0)_ | -| options.properties? | **Object** | Translate Properties to output Point _(default \{})_ | -| options.bbox? | **[BBox](https://tools.ietf.org/html/rfc7946#section-5)** | Translate BBox to output Point _(default \{})_ | -| options.id? | **number \| string** | Translate Id to output Point _(default \{})_ | +| Name | Type | Description | +| --------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- | +| geojson | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2) \| [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1)** | Any GeoJSON Feature or Geometry | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.featureIndex? | **number** | Feature Index _(default 0)_ | +| options.multiFeatureIndex? | **number** | Multi-Feature Index _(default 0)_ | +| options.geometryIndex? | **number** | Geometry Index _(default 0)_ | +| options.coordIndex? | **number** | Coord Index _(default 0)_ | +| options.properties? | **Object** | Translate Properties to output Point _(default \{\})_ | +| options.bbox? | **[BBox](https://tools.ietf.org/html/rfc7946#section-5)** | Translate BBox to output Point _(default \{\})_ | +| options.id? | **number \| string** | Translate Id to output Point _(default \{\})_ | ### Returns
    - **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)>** 2-vertex GeoJSON Feature Point + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** 2-vertex GeoJSON Feature Point
diff --git a/docs/api/findSegment.mdx b/docs/api/findSegment.mdx index af9fde45..30ef8dfb 100644 --- a/docs/api/findSegment.mdx +++ b/docs/api/findSegment.mdx @@ -2,7 +2,7 @@ title: findSegment --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -15,22 +15,22 @@ Point & MultiPoint will always return null. ### Parameters -| Name | Type | Description | -| --------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------- | -| geojson | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2) \| [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1)** | Any GeoJSON Feature or Geometry | -| options? | **Object** | Optional parameters _(default \{})_ | -| options.featureIndex? | **number** | Feature Index _(default 0)_ | -| options.multiFeatureIndex? | **number** | Multi-Feature Index _(default 0)_ | -| options.geometryIndex? | **number** | Geometry Index _(default 0)_ | -| options.segmentIndex? | **number** | Segment Index _(default 0)_ | -| options.properties? | **Object** | Translate Properties to output LineString _(default \{})_ | -| options.bbox? | **[BBox](https://tools.ietf.org/html/rfc7946#section-5)** | Translate BBox to output LineString _(default \{})_ | -| options.id? | **number \| string** | Translate Id to output LineString _(default \{})_ | +| Name | Type | Description | +| --------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------- | +| geojson | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2) \| [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1)** | Any GeoJSON Feature or Geometry | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.featureIndex? | **number** | Feature Index _(default 0)_ | +| options.multiFeatureIndex? | **number** | Multi-Feature Index _(default 0)_ | +| options.geometryIndex? | **number** | Geometry Index _(default 0)_ | +| options.segmentIndex? | **number** | Segment Index _(default 0)_ | +| options.properties? | **Object** | Translate Properties to output LineString _(default \{\})_ | +| options.bbox? | **[BBox](https://tools.ietf.org/html/rfc7946#section-5)** | Translate BBox to output LineString _(default \{\})_ | +| options.id? | **number \| string** | Translate Id to output LineString _(default \{\})_ | ### Returns
    - **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)>** 2-vertex GeoJSON Feature LineString + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** 2-vertex GeoJSON Feature LineString
diff --git a/docs/api/flatten.mdx b/docs/api/flatten.mdx index 2f99b4a1..b65a6600 100644 --- a/docs/api/flatten.mdx +++ b/docs/api/flatten.mdx @@ -2,7 +2,7 @@ title: flatten --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -19,7 +19,7 @@ Flattens any [GeoJSON](https://tools.ietf.org/html/rfc7946#section-3) to a [Feat ### Returns
    - **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\** all Multi-Geometries are flattened into single Features + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\** all Multi-Geometries are flattened into single Features
diff --git a/docs/api/flattenEach.mdx b/docs/api/flattenEach.mdx index b9dcb336..1a2bb5a4 100644 --- a/docs/api/flattenEach.mdx +++ b/docs/api/flattenEach.mdx @@ -2,7 +2,7 @@ title: flattenEach --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/docs/api/flattenReduce.mdx b/docs/api/flattenReduce.mdx index c30762f3..4f1d80dd 100644 --- a/docs/api/flattenReduce.mdx +++ b/docs/api/flattenReduce.mdx @@ -2,7 +2,7 @@ title: flattenReduce --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/docs/api/flip.mdx b/docs/api/flip.mdx index 3eae5245..8dfb19dc 100644 --- a/docs/api/flip.mdx +++ b/docs/api/flip.mdx @@ -2,7 +2,7 @@ title: flip --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -15,13 +15,13 @@ Takes input features and flips all of their coordinates from `[x, y]` to `[y, x] | Name | Type | Description | | ---------------------- | ------------------------------------------------------------ | ----------------------------------------------------------------------------------------------- | | geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | input features | -| options? | **Object** | Optional parameters _(default \{})_ | +| options? | **Object** | Optional parameters _(default \{\})_ | | options.mutate? | **boolean** | allows GeoJSON input to be mutated (significant performance increase if true) _(default false)_ | ### Returns
    - **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** a feature or set of features of the same type as `````input````` with flipped coordinates + **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** a feature or set of features of the same type as `input` with flipped coordinates
diff --git a/docs/api/geojsonType.mdx b/docs/api/geojsonType.mdx index f3ab21cc..d342fa07 100644 --- a/docs/api/geojsonType.mdx +++ b/docs/api/geojsonType.mdx @@ -2,7 +2,7 @@ title: geojsonType --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/docs/api/geomEach.mdx b/docs/api/geomEach.mdx index be9ac8f1..9a073c2d 100644 --- a/docs/api/geomEach.mdx +++ b/docs/api/geomEach.mdx @@ -2,7 +2,7 @@ title: geomEach --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/docs/api/geomReduce.mdx b/docs/api/geomReduce.mdx index 0e2085c6..101034a8 100644 --- a/docs/api/geomReduce.mdx +++ b/docs/api/geomReduce.mdx @@ -2,7 +2,7 @@ title: geomReduce --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/docs/api/geometry.mdx b/docs/api/geometry.mdx index 63477077..cafae02a 100644 --- a/docs/api/geometry.mdx +++ b/docs/api/geometry.mdx @@ -2,7 +2,7 @@ title: geometry --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -13,11 +13,11 @@ For GeometryCollection type use `helpers.geometryCollection` ### Parameters -| Name | Type | Description | -| --------------- | --------------- | ----------------------------------- | -| type | **string** | Geometry Type | -| coordinates | **Array\** | Coordinates | -| options? | **Object** | Optional Parameters _(default \{})_ | +| Name | Type | Description | +| --------------- | ---------------- | ------------------------------------ | +| type | **string** | Geometry Type | +| coordinates | **Array\** | Coordinates | +| options? | **Object** | Optional Parameters _(default \{\})_ | ### Returns diff --git a/docs/api/geometryCollection.mdx b/docs/api/geometryCollection.mdx index ebbeb310..9adfcf6b 100644 --- a/docs/api/geometryCollection.mdx +++ b/docs/api/geometryCollection.mdx @@ -2,29 +2,29 @@ title: geometryCollection --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; ### Description -Creates a [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[GeometryCollection](https://tools.ietf.org/html/rfc7946#section-3.1.8)> based on a +Creates a [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[GeometryCollection](https://tools.ietf.org/html/rfc7946#section-3.1.8)\> based on a coordinate array. Properties can be added optionally. ### Parameters -| Name | Type | Description | -| -------------------- | ----------------------------------------------------------------------- | ------------------------------------------------------------------------- | -| geometries | **Array\<[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1)>** | an array of GeoJSON Geometries | -| properties? | **Object** | an Object of key-value pairs to add as properties _(default \{})_ | -| options? | **Object** | Optional Parameters _(default \{})_ | -| options.bbox? | **Array\** | Bounding Box Array [west, south, east, north] associated with the Feature | -| options.id? | **string \| number** | Identifier associated with the Feature | +| Name | Type | Description | +| -------------------- | ------------------------------------------------------------------------ | ------------------------------------------------------------------------- | +| geometries | **Array\<[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1)\>** | an array of GeoJSON Geometries | +| properties? | **Object** | an Object of key-value pairs to add as properties _(default \{\})_ | +| options? | **Object** | Optional Parameters _(default \{\})_ | +| options.bbox? | **Array\** | Bounding Box Array [west, south, east, north] associated with the Feature | +| options.id? | **string \| number** | Identifier associated with the Feature | ### Returns
    - **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[GeometryCollection](https://tools.ietf.org/html/rfc7946#section-3.1.8)>** a GeoJSON GeometryCollection Feature + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[GeometryCollection](https://tools.ietf.org/html/rfc7946#section-3.1.8)\>** a GeoJSON GeometryCollection Feature
diff --git a/docs/api/getCluster.mdx b/docs/api/getCluster.mdx index 7c4d8f80..deef155c 100644 --- a/docs/api/getCluster.mdx +++ b/docs/api/getCluster.mdx @@ -2,7 +2,7 @@ title: getCluster --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/docs/api/getCoord.mdx b/docs/api/getCoord.mdx index 84d2d30d..07a41450 100644 --- a/docs/api/getCoord.mdx +++ b/docs/api/getCoord.mdx @@ -2,7 +2,7 @@ title: getCoord --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,14 +12,14 @@ Unwrap a coordinate from a Point Feature, Geometry or a single coordinate. ### Parameters -| Name | Type | Description | -| ----- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------ | -| coord | **Array\ \| [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)> \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)>** | GeoJSON Point or an Array of numbers | +| Name | Type | Description | +| ----- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------ | +| coord | **Array\ \| [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\> \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** | GeoJSON Point or an Array of numbers | ### Returns
    - **Array\** coordinates + **Array\** coordinates
diff --git a/docs/api/getCoords.mdx b/docs/api/getCoords.mdx index beb3ed54..6c6bf396 100644 --- a/docs/api/getCoords.mdx +++ b/docs/api/getCoords.mdx @@ -2,7 +2,7 @@ title: getCoords --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,14 +12,14 @@ Unwrap coordinates from a Feature, Geometry Object or an Array ### Parameters -| Name | Type | Description | -| ------ | -------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------ | -| coords | **Array\ \| [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)** | Feature, Geometry Object or an Array | +| Name | Type | Description | +| ------ | --------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------ | +| coords | **Array\ \| [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)** | Feature, Geometry Object or an Array | ### Returns
    - **Array\** coordinates + **Array\** coordinates
diff --git a/docs/api/getGeom.mdx b/docs/api/getGeom.mdx index 1886f82b..c17f8e1d 100644 --- a/docs/api/getGeom.mdx +++ b/docs/api/getGeom.mdx @@ -2,7 +2,7 @@ title: getGeom --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/docs/api/getType.mdx b/docs/api/getType.mdx index 3a87168e..1efae6ae 100644 --- a/docs/api/getType.mdx +++ b/docs/api/getType.mdx @@ -2,7 +2,7 @@ title: getType --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/docs/api/greatCircle.mdx b/docs/api/greatCircle.mdx index 5e48526f..d5405bb8 100644 --- a/docs/api/greatCircle.mdx +++ b/docs/api/greatCircle.mdx @@ -2,7 +2,7 @@ title: greatCircle --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -18,15 +18,15 @@ be split into a `MultiLineString`. | -------------------------- | -------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- | | start | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | source point feature | | end | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | destination point feature | -| options? | **Object** | Optional parameters _(default \{})_ | -| options.properties? | **Object** | line feature properties _(default \{})_ | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.properties? | **Object** | line feature properties _(default \{\})_ | | options.npoints? | **number** | number of points _(default 100)_ | | options.offset? | **number** | offset controls the likelyhood that lines will be split which cross the dateline. The higher the number the more likely. _(default 10)_ | ### Returns
    - **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5)>** great circle line feature + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5)\>** great circle line feature
diff --git a/docs/api/hexGrid.mdx b/docs/api/hexGrid.mdx index 845d4510..7e678d9e 100644 --- a/docs/api/hexGrid.mdx +++ b/docs/api/hexGrid.mdx @@ -2,7 +2,7 @@ title: hexGrid --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -14,20 +14,20 @@ described in [Hexagonal Grids](http://www.redblobgames.com/grids/hexagons/). ### Parameters -| Name | Type | Description | -| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | -| bbox | **[BBox](https://tools.ietf.org/html/rfc7946#section-5)** | extent in [minX, minY, maxX, maxY] order | -| cellSide | **number** | length of the side of the the hexagons or triangles, in units. It will also coincide with the radius of the circumcircle of the hexagons. | -| options? | **Object** | Optional parameters _(default \{})_ | -| options.units? | **string** | used in calculating cell size, can be degrees, radians, miles, or kilometers _(default 'kilometers')_ | -| options.properties? | **Object** | passed to each hexagon or triangle of the grid _(default \{})_ | -| options.mask? | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)>** | if passed a Polygon or MultiPolygon, the grid Points will be created only inside it | -| options.triangles? | **boolean** | whether to return as triangles instead of hexagons _(default false)_ | +| Name | Type | Description | +| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------- | +| bbox | **[BBox](https://tools.ietf.org/html/rfc7946#section-5)** | extent in [minX, minY, maxX, maxY] order | +| cellSide | **number** | length of the side of the the hexagons or triangles, in units. It will also coincide with the radius of the circumcircle of the hexagons. | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.units? | **string** | used in calculating cell size, can be degrees, radians, miles, or kilometers _(default 'kilometers')_ | +| options.properties? | **Object** | passed to each hexagon or triangle of the grid _(default \{\})_ | +| options.mask? | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** | if passed a Polygon or MultiPolygon, the grid Points will be created only inside it | +| options.triangles? | **boolean** | whether to return as triangles instead of hexagons _(default false)_ | ### Returns
    - **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)>** a hexagonal grid + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** a hexagonal grid
diff --git a/docs/api/interpolate.mdx b/docs/api/interpolate.mdx index b1dffd56..04694454 100644 --- a/docs/api/interpolate.mdx +++ b/docs/api/interpolate.mdx @@ -2,7 +2,7 @@ title: interpolate --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,20 +12,20 @@ Takes a set of points and estimates their 'property' values on a grid using the ### Parameters -| Name | Type | Description | -| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | -| points | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)>** | with known value | -| cellSize | **number** | the distance across each grid point | -| options? | **Object** | Optional parameters _(default \{})_ | -| options.gridType? | **string** | defines the output format based on a Grid Type (options: 'square' \| 'point' \| 'hex' \| 'triangle') _(default 'square')_ | -| options.property? | **string** | the property name in `points` from which z-values will be pulled, zValue fallbacks to 3rd coordinate if no property exists. _(default 'elevation')_ | -| options.units? | **string** | used in calculating cellSize, can be degrees, radians, miles, or kilometers _(default 'kilometers')_ | -| options.weight? | **number** | exponent regulating the distance-decay weighting _(default 1)_ | +| Name | Type | Description | +| ------------------------ | -------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | +| points | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** | with known value | +| cellSize | **number** | the distance across each grid point | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.gridType? | **string** | defines the output format based on a Grid Type (options: 'square' \| 'point' \| 'hex' \| 'triangle') _(default 'square')_ | +| options.property? | **string** | the property name in `points` from which z-values will be pulled, zValue fallbacks to 3rd coordinate if no property exists. _(default 'elevation')_ | +| options.units? | **string** | used in calculating cellSize, can be degrees, radians, miles, or kilometers _(default 'kilometers')_ | +| options.weight? | **number** | exponent regulating the distance-decay weighting _(default 1)_ | ### Returns
    - **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2) \| [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)>** grid of points or polygons with interpolated 'property' + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2) \| [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** grid of points or polygons with interpolated 'property'
diff --git a/docs/api/intersect.mdx b/docs/api/intersect.mdx index 6b4ec415..292c7ce1 100644 --- a/docs/api/intersect.mdx +++ b/docs/api/intersect.mdx @@ -2,29 +2,28 @@ title: intersect --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; ### Description -Takes two [polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) or [multi-polygon](https://tools.ietf.org/html/rfc7946#section-3.1.7) geometries and +Takes [polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) or [multi-polygon](https://tools.ietf.org/html/rfc7946#section-3.1.7) geometries and finds their polygonal intersection. If they don't intersect, returns null. ### Parameters -| Name | Type | Description | -| -------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------- | -| poly1 | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)>** | the first polygon or multipolygon | -| poly2 | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)>** | the second polygon or multipolygon | -| options? | **Object** | Optional Parameters _(default \{})_ | -| options.properties? | **Object** | Translate GeoJSON Properties to Feature _(default \{})_ | +| Name | Type | Description | +| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------- | +| features | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** | the features to intersect | +| options? | **Object** | Optional Parameters _(default \{\})_ | +| options.properties? | **Object** | Translate GeoJSON Properties to Feature _(default \{\})_ | ### Returns
    **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2) \| null** returns a feature representing the area they share (either a [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) or -[MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)). If they do not share any area, returns `````null`````. +[MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)). If they do not share any area, returns `null`.
@@ -54,7 +53,7 @@ var poly2 = turf.polygon([ ], ]); -var intersection = turf.intersect(poly1, poly2); +var intersection = turf.intersect(turf.featureCollection([poly1, poly2])); ``` export function Map0() { @@ -84,7 +83,7 @@ export function Map0() { ], ]); - var intersection = turf.intersect(poly1, poly2); + var intersection = turf.intersect(turf.featureCollection([poly1, poly2])); //addToMap var addToMap = { poly1, poly2, intersection }; diff --git a/docs/api/isNumber.mdx b/docs/api/isNumber.mdx index 9ddcdf0d..95bb4d13 100644 --- a/docs/api/isNumber.mdx +++ b/docs/api/isNumber.mdx @@ -2,7 +2,7 @@ title: isNumber --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/docs/api/isObject.mdx b/docs/api/isObject.mdx index 65fab798..5b98f8ed 100644 --- a/docs/api/isObject.mdx +++ b/docs/api/isObject.mdx @@ -2,7 +2,7 @@ title: isObject --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -19,7 +19,7 @@ isObject ### Returns
    - **boolean** true/false + **boolean** true/false, including false for Arrays and Functions
diff --git a/docs/api/isobands.mdx b/docs/api/isobands.mdx index 7dc0876f..2d66b510 100644 --- a/docs/api/isobands.mdx +++ b/docs/api/isobands.mdx @@ -2,7 +2,7 @@ title: isobands --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -13,19 +13,19 @@ value breaks and generates filled contour isobands. ### Parameters -| Name | Type | Description | -| -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | -| pointGrid | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)>** | input points - must be square or rectangular | -| breaks | **Array\** | where to draw contours | -| options? | **Object** | options on output _(default \{})_ | -| options.zProperty? | **string** | the property name in `points` from which z-values will be pulled _(default 'elevation')_ | -| options.commonProperties? | **Object** | GeoJSON properties passed to ALL isobands _(default \{})_ | -| options.breaksProperties? | **Array\** | GeoJSON properties passed, in order, to the correspondent isoband (order defined by breaks) _(default [])_ | +| Name | Type | Description | +| -------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | +| pointGrid | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** | input points - must be square or rectangular | +| breaks | **Array\** | where to draw contours | +| options? | **Object** | options on output _(default \{\})_ | +| options.zProperty? | **string** | the property name in `points` from which z-values will be pulled _(default 'elevation')_ | +| options.commonProperties? | **Object** | GeoJSON properties passed to ALL isobands _(default \{\})_ | +| options.breaksProperties? | **Array\** | GeoJSON properties passed, in order, to the correspondent isoband (order defined by breaks) _(default [])_ | ### Returns
    - **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)>** a FeatureCollection of [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7) features representing isobands + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** a FeatureCollection of [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7) features representing isobands
diff --git a/docs/api/isolines.mdx b/docs/api/isolines.mdx index 621fc8ef..edfd771b 100644 --- a/docs/api/isolines.mdx +++ b/docs/api/isolines.mdx @@ -2,7 +2,7 @@ title: isolines --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -13,19 +13,19 @@ value breaks and generates [isolines](https://en.wikipedia.org/wiki/Contour_line ### Parameters -| Name | Type | Description | -| -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | -| pointGrid | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)>** | input points | -| breaks | **Array\** | values of `zProperty` where to draw isolines | -| options? | **Object** | Optional parameters _(default \{})_ | -| options.zProperty? | **string** | the property name in `points` from which z-values will be pulled _(default 'elevation')_ | -| options.commonProperties? | **Object** | GeoJSON properties passed to ALL isolines _(default \{})_ | -| options.breaksProperties? | **Array\** | GeoJSON properties passed, in order, to the correspondent isoline; the breaks array will define the order in which the isolines are created _(default [])_ | +| Name | Type | Description | +| -------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | +| pointGrid | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** | input points | +| breaks | **Array\** | values of `zProperty` where to draw isolines | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.zProperty? | **string** | the property name in `points` from which z-values will be pulled _(default 'elevation')_ | +| options.commonProperties? | **Object** | GeoJSON properties passed to ALL isolines _(default \{\})_ | +| options.breaksProperties? | **Array\** | GeoJSON properties passed, in order, to the correspondent isoline; the breaks array will define the order in which the isolines are created _(default [])_ | ### Returns
    - **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5)>** a FeatureCollection of [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5) features representing isolines + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5)\>** a FeatureCollection of [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5) features representing isolines
diff --git a/docs/api/kinks.mdx b/docs/api/kinks.mdx index d63b06c9..c9f4bfe7 100644 --- a/docs/api/kinks.mdx +++ b/docs/api/kinks.mdx @@ -2,7 +2,7 @@ title: kinks --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -14,14 +14,14 @@ returns [points](https://tools.ietf.org/html/rfc7946#section-3.1.2) at all self- ### Parameters -| Name | Type | Description | -| --------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- | -| featureIn | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7) \| [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)>** | input feature | +| Name | Type | Description | +| --------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- | +| featureIn | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7) \| [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** | input feature | ### Returns
    - **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)>** self-intersections + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** self-intersections
diff --git a/docs/api/length.mdx b/docs/api/length.mdx index 7e471cd3..d99b4342 100644 --- a/docs/api/length.mdx +++ b/docs/api/length.mdx @@ -2,7 +2,7 @@ title: length --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,11 +12,11 @@ Takes a [GeoJSON](https://tools.ietf.org/html/rfc7946#section-3) and measures it ### Parameters -| Name | Type | Description | -| --------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------- | -| geojson | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5)>** | GeoJSON to measure | -| options? | **Object** | Optional parameters _(default \{})_ | -| options.units? | **string** | can be degrees, radians, miles, or kilometers _(default kilometers)_ | +| Name | Type | Description | +| --------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------- | +| geojson | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5)\>** | GeoJSON to measure | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.units? | **string** | can be degrees, radians, miles, or kilometers _(default kilometers)_ | ### Returns diff --git a/docs/api/lengthToDegrees.mdx b/docs/api/lengthToDegrees.mdx index 14e45f5f..d088c5c4 100644 --- a/docs/api/lengthToDegrees.mdx +++ b/docs/api/lengthToDegrees.mdx @@ -2,7 +2,7 @@ title: lengthToDegrees --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/docs/api/lengthToRadians.mdx b/docs/api/lengthToRadians.mdx index a9c120a6..f0292908 100644 --- a/docs/api/lengthToRadians.mdx +++ b/docs/api/lengthToRadians.mdx @@ -2,7 +2,7 @@ title: lengthToRadians --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/docs/api/lineArc.mdx b/docs/api/lineArc.mdx index b8caf10d..eb08ff69 100644 --- a/docs/api/lineArc.mdx +++ b/docs/api/lineArc.mdx @@ -2,7 +2,7 @@ title: lineArc --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -13,20 +13,20 @@ Creates a circular arc, of a circle of the given radius and center point, betwee ### Parameters -| Name | Type | Description | -| --------------------- | -------------------------------------------------------------- | --------------------------------------------------------------- | -| center | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | center point | -| radius | **number** | radius of the circle | -| bearing1 | **number** | angle, in decimal degrees, of the first radius of the arc | -| bearing2 | **number** | angle, in decimal degrees, of the second radius of the arc | -| options? | **Object** | Optional parameters _(default \{})_ | -| options.steps? | **number** | number of steps _(default 64)_ | -| options.units? | **string** | miles, kilometers, degrees, or radians _(default 'kilometers')_ | +| Name | Type | Description | +| --------------------- | -------------------------------------------------------------- | ------------------------------------------------------------------------------- | +| center | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | center point | +| radius | **number** | radius of the circle | +| bearing1 | **number** | angle, in decimal degrees, of the first radius of the arc | +| bearing2 | **number** | angle, in decimal degrees, of the second radius of the arc | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.steps? | **number** | number of steps (straight segments) that will constitute the arc _(default 64)_ | +| options.units? | **string** | miles, kilometers, degrees, or radians _(default 'kilometers')_ | ### Returns
    - **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)>** line arc + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** line arc
diff --git a/docs/api/lineChunk.mdx b/docs/api/lineChunk.mdx index 741b9b31..a6c22dfc 100644 --- a/docs/api/lineChunk.mdx +++ b/docs/api/lineChunk.mdx @@ -2,7 +2,7 @@ title: lineChunk --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -13,18 +13,18 @@ If the line is shorter than the segment length then the original line is returne ### Parameters -| Name | Type | Description | -| ----------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ | -| geojson | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5)>** | the lines to split | -| segmentLength | **number** | how long to make each segment | -| options? | **Object** | Optional parameters _(default \{})_ | -| options.units? | **string** | units can be degrees, radians, miles, or kilometers _(default 'kilometers')_ | -| options.reverse? | **boolean** | reverses coordinates to start the first chunked segment at the end _(default false)_ | +| Name | Type | Description | +| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | +| geojson | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5)\>** | the lines to split | +| segmentLength | **number** | how long to make each segment | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.units? | **string** | units can be degrees, radians, miles, or kilometers _(default 'kilometers')_ | +| options.reverse? | **boolean** | reverses coordinates to start the first chunked segment at the end _(default false)_ | ### Returns
    - **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)>** collection of line segments + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** collection of line segments
diff --git a/docs/api/lineEach.mdx b/docs/api/lineEach.mdx index 942c70b9..a8d178c9 100644 --- a/docs/api/lineEach.mdx +++ b/docs/api/lineEach.mdx @@ -2,7 +2,7 @@ title: lineEach --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -13,10 +13,10 @@ similar to Array.forEach. ### Parameters -| Name | Type | Description | -| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------- | -| geojson | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)>** | object | -| callback | **Function** | a method that takes (currentLine, featureIndex, multiFeatureIndex, geometryIndex) | +| Name | Type | Description | +| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | +| geojson | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** | object | +| callback | **Function** | a method that takes (currentLine, featureIndex, multiFeatureIndex, geometryIndex) | ### Returns diff --git a/docs/api/lineIntersect.mdx b/docs/api/lineIntersect.mdx index c00d9b9e..571653d2 100644 --- a/docs/api/lineIntersect.mdx +++ b/docs/api/lineIntersect.mdx @@ -2,7 +2,7 @@ title: lineIntersect --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,15 +12,18 @@ Takes any LineString or Polygon GeoJSON and returns the intersecting point(s). ### Parameters -| Name | Type | Description | -| ----- | ------------------------------------------------------------ | ------------------------- | -| line1 | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | any LineString or Polygon | -| line2 | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | any LineString or Polygon | +| Name | Type | Description | +| --------------------------------------- | ------------------------------------------------------------ | -------------------------------------------------------------- | +| line1 | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | any LineString or Polygon | +| line2 | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | any LineString or Polygon | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.removeDuplicates? | **boolean** | remove duplicate intersections _(default true)_ | +| options.ignoreSelfIntersections? | **boolean** | ignores self-intersections on input features _(default false)_ | ### Returns
    - **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)>** point(s) that intersect both + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** point(s) that intersect both
diff --git a/docs/api/lineOffset.mdx b/docs/api/lineOffset.mdx index db4fdb5a..a58b65bc 100644 --- a/docs/api/lineOffset.mdx +++ b/docs/api/lineOffset.mdx @@ -2,7 +2,7 @@ title: lineOffset --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,17 +12,17 @@ Takes a [line](https://tools.ietf.org/html/rfc7946#section-3.1.4) and returns a ### Parameters -| Name | Type | Description | -| --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ | -| geojson | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5)>** | input GeoJSON | -| distance | **number** | distance to offset the line (can be of negative value) | -| options? | **Object** | Optional parameters _(default \{})_ | -| options.units? | **string** | can be degrees, radians, miles, kilometers, inches, yards, meters _(default 'kilometers')_ | +| Name | Type | Description | +| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | +| geojson | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5)\>** | input GeoJSON | +| distance | **number** | distance to offset the line (can be of negative value) | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.units? | **string** | can be degrees, radians, miles, kilometers, inches, yards, meters _(default 'kilometers')_ | ### Returns
    - **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5)>** Line offset from the input line + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5)\>** Line offset from the input line
diff --git a/docs/api/lineOverlap.mdx b/docs/api/lineOverlap.mdx index b39bf8ce..cbf4151f 100644 --- a/docs/api/lineOverlap.mdx +++ b/docs/api/lineOverlap.mdx @@ -2,7 +2,7 @@ title: lineOverlap --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,17 +12,17 @@ Takes any LineString or Polygon and returns the overlapping lines between both f ### Parameters -| Name | Type | Description | -| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------- | -| line1 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5) \| [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)>** | any LineString or Polygon | -| line2 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5) \| [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)>** | any LineString or Polygon | -| options? | **Object** | Optional parameters _(default \{})_ | -| options.tolerance? | **number** | Tolerance distance to match overlapping line segments (in kilometers) _(default 0)_ | +| Name | Type | Description | +| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | +| line1 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5) \| [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** | any LineString or Polygon | +| line2 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5) \| [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** | any LineString or Polygon | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.tolerance? | **number** | Tolerance distance to match overlapping line segments (in kilometers) _(default 0)_ | ### Returns
    - **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)>** lines(s) that are overlapping between both features + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** lines(s) that are overlapping between both features
diff --git a/docs/api/lineReduce.mdx b/docs/api/lineReduce.mdx index f2e613f9..a10d4848 100644 --- a/docs/api/lineReduce.mdx +++ b/docs/api/lineReduce.mdx @@ -2,7 +2,7 @@ title: lineReduce --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,11 +12,11 @@ Reduce features in any GeoJSON object, similar to Array.reduce(). ### Parameters -| Name | Type | Description | -| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | -| geojson | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)>** | object | -| callback | **Function** | a method that takes (previousValue, currentLine, featureIndex, multiFeatureIndex, geometryIndex) | -| initialValue? | **\*** | Value to use as the first argument to the first call of the callback. | +| Name | Type | Description | +| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ | +| geojson | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** | object | +| callback | **Function** | a method that takes (previousValue, currentLine, featureIndex, multiFeatureIndex, geometryIndex) | +| initialValue? | **\*** | Value to use as the first argument to the first call of the callback. | ### Returns diff --git a/docs/api/lineSegment.mdx b/docs/api/lineSegment.mdx index 646b55d4..b8b71a04 100644 --- a/docs/api/lineSegment.mdx +++ b/docs/api/lineSegment.mdx @@ -2,7 +2,7 @@ title: lineSegment --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -20,7 +20,7 @@ Creates a [FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) o ### Returns
    - **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)>** 2-vertex line segments + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** 2-vertex line segments
diff --git a/docs/api/lineSlice.mdx b/docs/api/lineSlice.mdx index 9e8abe35..6fa1ffa6 100644 --- a/docs/api/lineSlice.mdx +++ b/docs/api/lineSlice.mdx @@ -2,7 +2,7 @@ title: lineSlice --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -16,16 +16,16 @@ This can be useful for extracting only the part of a route between waypoints. ### Parameters -| Name | Type | Description | -| ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | -| startPt | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | starting point | -| stopPt | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | stopping point | -| line | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)> \| [LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)** | line to slice | +| Name | Type | Description | +| ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | +| startPt | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | starting point | +| stopPt | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | stopping point | +| line | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\> \| [LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)** | line to slice | ### Returns
    - **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)>** sliced line + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** sliced line
diff --git a/docs/api/lineSliceAlong.mdx b/docs/api/lineSliceAlong.mdx index 369cca1f..309f54a9 100644 --- a/docs/api/lineSliceAlong.mdx +++ b/docs/api/lineSliceAlong.mdx @@ -2,7 +2,7 @@ title: lineSliceAlong --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -16,18 +16,18 @@ This can be useful for extracting only the part of a route between two distances ### Parameters -| Name | Type | Description | -| --------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- | -| line | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)> \| [LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)** | input line | -| startDist | **number** | distance along the line to starting point | -| stopDist | **number** | distance along the line to ending point | -| options? | **Object** | Optional parameters _(default \{})_ | -| options.units? | **string** | can be degrees, radians, miles, or kilometers _(default 'kilometers')_ | +| Name | Type | Description | +| --------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- | +| line | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\> \| [LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)** | input line | +| startDist | **number** | distance along the line to starting point | +| stopDist | **number** | distance along the line to ending point | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.units? | **string** | can be degrees, radians, miles, or kilometers _(default 'kilometers')_ | ### Returns
    - **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)>** sliced line + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** sliced line
diff --git a/docs/api/lineSplit.mdx b/docs/api/lineSplit.mdx index 8851b1f5..8167dbeb 100644 --- a/docs/api/lineSplit.mdx +++ b/docs/api/lineSplit.mdx @@ -2,7 +2,7 @@ title: lineSplit --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,15 +12,15 @@ Split a LineString by another GeoJSON Feature. ### Parameters -| Name | Type | Description | -| -------- | -------------------------------------------------------------------------------------------------------------------------------- | --------------------------- | -| line | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)>** | LineString Feature to split | -| splitter | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | Feature used to split line | +| Name | Type | Description | +| -------- | --------------------------------------------------------------------------------------------------------------------------------- | --------------------------- | +| line | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** | LineString Feature to split | +| splitter | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | Feature used to split line | ### Returns
    - **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)>** Split LineStrings + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** Split LineStrings
diff --git a/docs/api/lineString.mdx b/docs/api/lineString.mdx index 214ba1db..8c0dc22c 100644 --- a/docs/api/lineString.mdx +++ b/docs/api/lineString.mdx @@ -2,7 +2,7 @@ title: lineString --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,18 +12,18 @@ Creates a [LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) [Featu ### Parameters -| Name | Type | Description | -| -------------------- | -------------------------- | ------------------------------------------------------------------------- | -| coordinates | **Array\>** | an array of Positions | -| properties? | **Object** | an Object of key-value pairs to add as properties _(default \{})_ | -| options? | **Object** | Optional Parameters _(default \{})_ | -| options.bbox? | **Array\** | Bounding Box Array [west, south, east, north] associated with the Feature | -| options.id? | **string \| number** | Identifier associated with the Feature | +| Name | Type | Description | +| -------------------- | ---------------------------- | ------------------------------------------------------------------------- | +| coordinates | **Array\\>** | an array of Positions | +| properties? | **Object** | an Object of key-value pairs to add as properties _(default \{\})_ | +| options? | **Object** | Optional Parameters _(default \{\})_ | +| options.bbox? | **Array\** | Bounding Box Array [west, south, east, north] associated with the Feature | +| options.id? | **string \| number** | Identifier associated with the Feature | ### Returns
    - **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)>** LineString Feature + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** LineString Feature
diff --git a/docs/api/lineStrings.mdx b/docs/api/lineStrings.mdx index f84af002..62406b85 100644 --- a/docs/api/lineStrings.mdx +++ b/docs/api/lineStrings.mdx @@ -2,7 +2,7 @@ title: lineStrings --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,18 +12,18 @@ Creates a [LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) [Featu ### Parameters -| Name | Type | Description | -| -------------------- | ---------------------------------- | ----------------------------------------------------------------------------------- | -| coordinates | **Array\>>** | an array of LinearRings | -| properties? | **Object** | an Object of key-value pairs to add as properties _(default \{})_ | -| options? | **Object** | Optional Parameters _(default \{})_ | -| options.bbox? | **Array\** | Bounding Box Array [west, south, east, north] associated with the FeatureCollection | -| options.id? | **string \| number** | Identifier associated with the FeatureCollection | +| Name | Type | Description | +| -------------------- | ------------------------------------- | ----------------------------------------------------------------------------------- | +| coordinates | **Array\\>\>** | an array of LinearRings | +| properties? | **Object** | an Object of key-value pairs to add as properties _(default \{\})_ | +| options? | **Object** | Optional Parameters _(default \{\})_ | +| options.bbox? | **Array\** | Bounding Box Array [west, south, east, north] associated with the FeatureCollection | +| options.id? | **string \| number** | Identifier associated with the FeatureCollection | ### Returns
    - **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)>** LineString FeatureCollection + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** LineString FeatureCollection
diff --git a/docs/api/lineToPolygon.mdx b/docs/api/lineToPolygon.mdx index 9a411aae..1c28fc94 100644 --- a/docs/api/lineToPolygon.mdx +++ b/docs/api/lineToPolygon.mdx @@ -2,7 +2,7 @@ title: lineToPolygon --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,19 +12,19 @@ Converts (Multi)LineString(s) to Polygon(s). ### Parameters -| Name | Type | Description | -| ---------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ | -| lines | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5)>** | Features to convert | -| options? | **Object** | Optional parameters _(default \{})_ | -| options.properties? | **Object** | translates GeoJSON properties to Feature _(default \{})_ | -| options.autoComplete? | **boolean** | auto complete linestrings (matches first & last coordinates) _(default true)_ | -| options.orderCoords? | **boolean** | sorts linestrings to place outer ring at the first position of the coordinates _(default true)_ | -| options.mutate? | **boolean** | mutate the original linestring using autoComplete (matches first & last coordinates) _(default false)_ | +| Name | Type | Description | +| ---------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ | +| lines | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5)\>** | Features to convert | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.properties? | **Object** | translates GeoJSON properties to Feature _(default \{\})_ | +| options.autoComplete? | **boolean** | auto complete linestrings (matches first & last coordinates) _(default true)_ | +| options.orderCoords? | **boolean** | sorts linestrings to place outer ring at the first position of the coordinates _(default true)_ | +| options.mutate? | **boolean** | mutate the original linestring using autoComplete (matches first & last coordinates) _(default false)_ | ### Returns
    - **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)>** converted to Polygons + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** converted to Polygons
diff --git a/docs/api/mask.mdx b/docs/api/mask.mdx index c614ca55..57823849 100644 --- a/docs/api/mask.mdx +++ b/docs/api/mask.mdx @@ -2,7 +2,7 @@ title: mask --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,15 +12,15 @@ Takes any type of [polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) a ### Parameters -| Name | Type | Description | -| ------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | -| polygon | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)>** | GeoJSON Polygon used as interior rings or holes. | -| mask? | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)>** | GeoJSON Polygon used as the exterior ring (if undefined, the world extent is used) | +| Name | Type | Description | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | +| polygon | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** | GeoJSON Polygon used as interior rings or holes. | +| mask? | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** | GeoJSON Polygon used as the exterior ring (if undefined, the world extent is used) | ### Returns
    - **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)>** Masked Polygon (exterior ring with holes). + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** Masked Polygon (exterior ring with holes).
diff --git a/docs/api/mean.mdx b/docs/api/mean.mdx index 6ece0b4d..a543462e 100644 --- a/docs/api/mean.mdx +++ b/docs/api/mean.mdx @@ -2,7 +2,7 @@ title: mean --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,9 +12,9 @@ get mean of a list ### Parameters -| Name | Type | Description | -| ---- | ------------------ | ----------- | -| y | **Array\** | | +| Name | Type | Description | +| ---- | ------------------- | ----------- | +| y | **Array\** | | ### Returns diff --git a/docs/api/midpoint.mdx b/docs/api/midpoint.mdx index 69976b8f..6c6f4e64 100644 --- a/docs/api/midpoint.mdx +++ b/docs/api/midpoint.mdx @@ -2,7 +2,7 @@ title: midpoint --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -21,7 +21,7 @@ The midpoint is calculated geodesically, meaning the curvature of the earth is t ### Returns
    - **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)>** a point midway between `````pt1````` and `````pt2````` + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** a point midway between `pt1` and `pt2`
diff --git a/docs/api/moranIndex.mdx b/docs/api/moranIndex.mdx index bac4455e..aa3d1690 100644 --- a/docs/api/moranIndex.mdx +++ b/docs/api/moranIndex.mdx @@ -2,7 +2,7 @@ title: moranIndex --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,12 +12,12 @@ Moran's I measures patterns of attribute values associated with features. The method reveal whether similar values tend to occur near each other, or whether high or low values are interspersed. -Moran's I > 0 means a clusterd pattern. +Moran's I \> 0 means a clusterd pattern. Moran's I \< 0 means a dispersed pattern. Moran's I = 0 means a random pattern. In order to test the significance of the result. The z score is calculated. -A positive enough z-score (ex. >1.96) indicates clustering, +A positive enough z-score (ex. \>1.96) indicates clustering, while a negative enough z-score (ex. \<-1.96) indicates a dispersed pattern. the z-score can be calculated based on a normal or random assumption. @@ -30,16 +30,16 @@ the z-score can be calculated based on a normal or random assumption. ### Parameters -| Name | Type | Description | -| ------------------------------- | ------------------------------------------------------------------------------ | ---------------------------------------------------------- | -| fc | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\** | | -| options | **Object** | | -| options.inputField | **string** | the property name, must contain numeric values | -| options.threshold? | **number** | the distance threshold _(default 100000)_ | -| options.p? | **number** | the Minkowski p-norm distance parameter _(default 2)_ | -| options.binary? | **boolean** | whether transfrom the distance to binary _(default false)_ | -| options.alpha? | **number** | the distance decay parameter _(default -1)_ | -| options.standardization? | **boolean** | wheter row standardization the distance _(default true)_ | +| Name | Type | Description | +| ------------------------------- | ------------------------------------------------------------------------------- | ---------------------------------------------------------- | +| fc | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\** | | +| options | **Object** | | +| options.inputField | **string** | the property name, must contain numeric values | +| options.threshold? | **number** | the distance threshold _(default 100000)_ | +| options.p? | **number** | the Minkowski p-norm distance parameter _(default 2)_ | +| options.binary? | **boolean** | whether transfrom the distance to binary _(default false)_ | +| options.alpha? | **number** | the distance decay parameter _(default -1)_ | +| options.standardization? | **boolean** | wheter row standardization the distance _(default true)_ | ### Returns diff --git a/docs/api/multiLineString.mdx b/docs/api/multiLineString.mdx index 41c8d5d9..a59b3c00 100644 --- a/docs/api/multiLineString.mdx +++ b/docs/api/multiLineString.mdx @@ -2,29 +2,29 @@ title: multiLineString --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; ### Description -Creates a [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5)> based on a +Creates a [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5)\> based on a coordinate array. Properties can be added optionally. ### Parameters -| Name | Type | Description | -| -------------------- | ---------------------------------- | ------------------------------------------------------------------------- | -| coordinates | **Array\>>** | an array of LineStrings | -| properties? | **Object** | an Object of key-value pairs to add as properties _(default \{})_ | -| options? | **Object** | Optional Parameters _(default \{})_ | -| options.bbox? | **Array\** | Bounding Box Array [west, south, east, north] associated with the Feature | -| options.id? | **string \| number** | Identifier associated with the Feature | +| Name | Type | Description | +| -------------------- | ------------------------------------- | ------------------------------------------------------------------------- | +| coordinates | **Array\\>\>** | an array of LineStrings | +| properties? | **Object** | an Object of key-value pairs to add as properties _(default \{\})_ | +| options? | **Object** | Optional Parameters _(default \{\})_ | +| options.bbox? | **Array\** | Bounding Box Array [west, south, east, north] associated with the Feature | +| options.id? | **string \| number** | Identifier associated with the Feature | ### Returns
    - **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5)>** a MultiLineString feature + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5)\>** a MultiLineString feature
diff --git a/docs/api/multiPoint.mdx b/docs/api/multiPoint.mdx index 8680b250..34010a4c 100644 --- a/docs/api/multiPoint.mdx +++ b/docs/api/multiPoint.mdx @@ -2,29 +2,29 @@ title: multiPoint --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; ### Description -Creates a [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[MultiPoint](https://tools.ietf.org/html/rfc7946#section-3.1.3)> based on a +Creates a [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[MultiPoint](https://tools.ietf.org/html/rfc7946#section-3.1.3)\> based on a coordinate array. Properties can be added optionally. ### Parameters -| Name | Type | Description | -| -------------------- | -------------------------- | ------------------------------------------------------------------------- | -| coordinates | **Array\>** | an array of Positions | -| properties? | **Object** | an Object of key-value pairs to add as properties _(default \{})_ | -| options? | **Object** | Optional Parameters _(default \{})_ | -| options.bbox? | **Array\** | Bounding Box Array [west, south, east, north] associated with the Feature | -| options.id? | **string \| number** | Identifier associated with the Feature | +| Name | Type | Description | +| -------------------- | ---------------------------- | ------------------------------------------------------------------------- | +| coordinates | **Array\\>** | an array of Positions | +| properties? | **Object** | an Object of key-value pairs to add as properties _(default \{\})_ | +| options? | **Object** | Optional Parameters _(default \{\})_ | +| options.bbox? | **Array\** | Bounding Box Array [west, south, east, north] associated with the Feature | +| options.id? | **string \| number** | Identifier associated with the Feature | ### Returns
    - **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[MultiPoint](https://tools.ietf.org/html/rfc7946#section-3.1.3)>** a MultiPoint feature + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[MultiPoint](https://tools.ietf.org/html/rfc7946#section-3.1.3)\>** a MultiPoint feature
diff --git a/docs/api/multiPolygon.mdx b/docs/api/multiPolygon.mdx index 9529f81b..4f2bd283 100644 --- a/docs/api/multiPolygon.mdx +++ b/docs/api/multiPolygon.mdx @@ -2,29 +2,29 @@ title: multiPolygon --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; ### Description -Creates a [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)> based on a +Creates a [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\> based on a coordinate array. Properties can be added optionally. ### Parameters -| Name | Type | Description | -| -------------------- | ------------------------------------------ | ------------------------------------------------------------------------- | -| coordinates | **Array\>>>** | an array of Polygons | -| properties? | **Object** | an Object of key-value pairs to add as properties _(default \{})_ | -| options? | **Object** | Optional Parameters _(default \{})_ | -| options.bbox? | **Array\** | Bounding Box Array [west, south, east, north] associated with the Feature | -| options.id? | **string \| number** | Identifier associated with the Feature | +| Name | Type | Description | +| -------------------- | ---------------------------------------------- | ------------------------------------------------------------------------- | +| coordinates | **Array\\>\>\>** | an array of Polygons | +| properties? | **Object** | an Object of key-value pairs to add as properties _(default \{\})_ | +| options? | **Object** | Optional Parameters _(default \{\})_ | +| options.bbox? | **Array\** | Bounding Box Array [west, south, east, north] associated with the Feature | +| options.id? | **string \| number** | Identifier associated with the Feature | ### Returns
    - **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)>** a multipolygon feature + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** a multipolygon feature
diff --git a/docs/api/nearestPoint.mdx b/docs/api/nearestPoint.mdx index a1ca92a4..33d52fe4 100644 --- a/docs/api/nearestPoint.mdx +++ b/docs/api/nearestPoint.mdx @@ -2,7 +2,7 @@ title: nearestPoint --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -15,15 +15,17 @@ is geodesic. ### Parameters -| Name | Type | Description | -| ----------- | ------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- | -| targetPoint | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | the reference point | -| points | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)>** | against input point set | +| Name | Type | Description | +| --------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------- | +| targetPoint | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | the reference point | +| points | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** | against input point set | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.units? | **string** | the units of the numeric result _(default 'kilometers')_ | ### Returns
    - **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)>** the closest point in the set to the reference point + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** the closest point in the set to the reference point
diff --git a/docs/api/nearestPointOnLine.mdx b/docs/api/nearestPointOnLine.mdx index 080c3b6e..f1236709 100644 --- a/docs/api/nearestPointOnLine.mdx +++ b/docs/api/nearestPointOnLine.mdx @@ -2,7 +2,7 @@ title: nearestPointOnLine --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,17 +12,17 @@ Takes a [Point](https://tools.ietf.org/html/rfc7946#section-3.1.2) and a [LineSt ### Parameters -| Name | Type | Description | -| --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- | -| lines | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5)>** | lines to snap to | -| pt | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)> \| Array\** | point to snap from | -| options? | **Object** | Optional parameters _(default \{})_ | -| options.units? | **string** | can be degrees, radians, miles, or kilometers _(default 'kilometers')_ | +| Name | Type | Description | +| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------- | +| lines | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5)\>** | lines to snap to | +| pt | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\> \| Array\** | point to snap from | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.units? | **string** | can be degrees, radians, miles, or kilometers _(default 'kilometers')_ | ### Returns
    - **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)>** closest point on the `````line````` to `````point`````. The properties object will contain three values: `````index`````: closest point was found on nth line part, `````dist`````: distance between pt and the closest point, `````location`````: distance along the line between start and the closest point. + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** closest point on the `line` to `point`. The properties object will contain three values: `index`: closest point was found on nth line part, `dist`: distance between pt and the closest point, `location`: distance along the line between start and the closest point.
diff --git a/docs/api/nearestPointToLine.mdx b/docs/api/nearestPointToLine.mdx index fc339e7b..5ab15271 100644 --- a/docs/api/nearestPointToLine.mdx +++ b/docs/api/nearestPointToLine.mdx @@ -2,7 +2,7 @@ title: nearestPointToLine --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -13,18 +13,18 @@ to a [line](https://tools.ietf.org/html/rfc7946#section-3.1.4). The returned poi ### Parameters -| Name | Type | Description | -| -------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | -| points | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [GeometryCollection](https://tools.ietf.org/html/rfc7946#section-3.1.8)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)>** | Point Collection | -| line | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2) \| [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)>** | Line Feature | -| options? | **Object** | Optional parameters | -| options.units? | **string** | unit of the output distance property (eg: degrees, radians, miles, or kilometers) _(default 'kilometers')_ | -| options.properties? | **Object** | Translate Properties to Point _(default \{})_ | +| Name | Type | Description | +| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | +| points | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [GeometryCollection](https://tools.ietf.org/html/rfc7946#section-3.1.8)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** | Point Collection | +| line | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2) \| [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** | Line Feature | +| options? | **Object** | Optional parameters | +| options.units? | **string** | unit of the output distance property (eg: degrees, radians, miles, or kilometers) _(default 'kilometers')_ | +| options.properties? | **Object** | Translate Properties to Point _(default \{\})_ | ### Returns
    - **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)>** the closest point + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** the closest point
diff --git a/docs/api/pNormDistance.mdx b/docs/api/pNormDistance.mdx index b7e15d72..f5097df5 100644 --- a/docs/api/pNormDistance.mdx +++ b/docs/api/pNormDistance.mdx @@ -2,7 +2,7 @@ title: pNormDistance --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/docs/api/planepoint.mdx b/docs/api/planepoint.mdx index b1ac91e8..f12673be 100644 --- a/docs/api/planepoint.mdx +++ b/docs/api/planepoint.mdx @@ -2,7 +2,7 @@ title: planepoint --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -17,15 +17,15 @@ if their values are not provided as properties. ### Parameters -| Name | Type | Description | -| -------- | ----------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------ | -| point | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | the Point for which a z-value will be calculated | -| triangle | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)>** | a Polygon feature with three vertices | +| Name | Type | Description | +| -------- | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------ | +| point | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | the Point for which a z-value will be calculated | +| triangle | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** | a Polygon feature with three vertices | ### Returns
    - **number** the z-value for `````interpolatedPoint````` + **number** the z-value for `interpolatedPoint`
diff --git a/docs/api/point.mdx b/docs/api/point.mdx index fd0bcf85..d9b8ceeb 100644 --- a/docs/api/point.mdx +++ b/docs/api/point.mdx @@ -2,7 +2,7 @@ title: point --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -14,16 +14,16 @@ Creates a [Point](https://tools.ietf.org/html/rfc7946#section-3.1.2) [Feature](h | Name | Type | Description | | -------------------- | -------------------- | ------------------------------------------------------------------------- | -| coordinates | **Array\** | longitude, latitude position (each in decimal degrees) | -| properties? | **Object** | an Object of key-value pairs to add as properties _(default \{})_ | -| options? | **Object** | Optional Parameters _(default \{})_ | -| options.bbox? | **Array\** | Bounding Box Array [west, south, east, north] associated with the Feature | +| coordinates | **Array\** | longitude, latitude position (each in decimal degrees) | +| properties? | **Object** | an Object of key-value pairs to add as properties _(default \{\})_ | +| options? | **Object** | Optional Parameters _(default \{\})_ | +| options.bbox? | **Array\** | Bounding Box Array [west, south, east, north] associated with the Feature | | options.id? | **string \| number** | Identifier associated with the Feature | ### Returns
    - **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)>** a Point feature + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** a Point feature
diff --git a/docs/api/pointGrid.mdx b/docs/api/pointGrid.mdx index 039e9f07..505a2d9e 100644 --- a/docs/api/pointGrid.mdx +++ b/docs/api/pointGrid.mdx @@ -2,7 +2,7 @@ title: pointGrid --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,19 +12,19 @@ Creates a [Point](https://tools.ietf.org/html/rfc7946#section-3.1.2) grid from a ### Parameters -| Name | Type | Description | -| -------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| bbox | **Array\** | extent in [minX, minY, maxX, maxY] order | -| cellSide | **number** | the distance between points, in units | -| options? | **Object** | Optional parameters _(default \{})_ | -| options.units? | **string** | used in calculating cellSide, can be degrees, radians, miles, or kilometers _(default 'kilometers')_ | -| options.mask? | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)>** | if passed a Polygon or MultiPolygon, the grid Points will be created only inside it | -| options.properties? | **Object** | passed to each point of the grid _(default \{})_ | +| Name | Type | Description | +| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | +| bbox | **Array\** | extent in [minX, minY, maxX, maxY] order | +| cellSide | **number** | the distance between points, in units | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.units? | **string** | used in calculating cellSide, can be degrees, radians, miles, or kilometers _(default 'kilometers')_ | +| options.mask? | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** | if passed a Polygon or MultiPolygon, the grid Points will be created only inside it | +| options.properties? | **Object** | passed to each point of the grid _(default \{\})_ | ### Returns
    - **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)>** grid of points + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** grid of points
diff --git a/docs/api/pointOnFeature.mdx b/docs/api/pointOnFeature.mdx index 7df429ba..4df04799 100644 --- a/docs/api/pointOnFeature.mdx +++ b/docs/api/pointOnFeature.mdx @@ -2,7 +2,7 @@ title: pointOnFeature --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -23,7 +23,7 @@ Takes a Feature or FeatureCollection and returns a [Point](https://tools.ietf.or ### Returns
    - **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)>** a point on the surface of `````input````` + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** a point on the surface of `input`
diff --git a/docs/api/pointToLineDistance.mdx b/docs/api/pointToLineDistance.mdx index b3f21b35..311c6379 100644 --- a/docs/api/pointToLineDistance.mdx +++ b/docs/api/pointToLineDistance.mdx @@ -2,7 +2,7 @@ title: pointToLineDistance --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -13,13 +13,13 @@ minimum distance between the point and any segment of the `LineString`. ### Parameters -| Name | Type | Description | -| ---------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | -| pt | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)> \| Array\** | Feature or Geometry | -| line | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)>** | GeoJSON Feature or Geometry | -| options? | **Object** | Optional parameters _(default \{})_ | -| options.units? | **string** | can be anything supported by turf/convertLength (ex: degrees, radians, miles, or kilometers) _(default "kilometers")_ | -| options.method? | **string** | wether to calculate the distance based on geodesic (spheroid) or planar (flat) method. Valid options are 'geodesic' or 'planar'. _(default "geodesic")_ | +| Name | Type | Description | +| ---------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | +| pt | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\> \| Array\** | Feature or Geometry | +| line | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** | GeoJSON Feature or Geometry | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.units? | **string** | can be anything supported by turf/convertLength (ex: degrees, radians, miles, or kilometers) _(default "kilometers")_ | +| options.method? | **string** | wether to calculate the distance based on geodesic (spheroid) or planar (flat) method. Valid options are 'geodesic' or 'planar'. _(default "geodesic")_ | ### Returns diff --git a/docs/api/points.mdx b/docs/api/points.mdx index 744d3441..63aa23b8 100644 --- a/docs/api/points.mdx +++ b/docs/api/points.mdx @@ -2,7 +2,7 @@ title: points --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,18 +12,18 @@ Creates a [Point](https://tools.ietf.org/html/rfc7946#section-3.1.2) [FeatureCol ### Parameters -| Name | Type | Description | -| -------------------- | -------------------------- | ----------------------------------------------------------------------------------- | -| coordinates | **Array\>** | an array of Points | -| properties? | **Object** | Translate these properties to each Feature _(default \{})_ | -| options? | **Object** | Optional Parameters _(default \{})_ | -| options.bbox? | **Array\** | Bounding Box Array [west, south, east, north] associated with the FeatureCollection | -| options.id? | **string \| number** | Identifier associated with the FeatureCollection | +| Name | Type | Description | +| -------------------- | ---------------------------- | ----------------------------------------------------------------------------------- | +| coordinates | **Array\\>** | an array of Points | +| properties? | **Object** | Translate these properties to each Feature _(default \{\})_ | +| options? | **Object** | Optional Parameters _(default \{\})_ | +| options.bbox? | **Array\** | Bounding Box Array [west, south, east, north] associated with the FeatureCollection | +| options.id? | **string \| number** | Identifier associated with the FeatureCollection | ### Returns
    - **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)>** Point Feature + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** Point Feature
diff --git a/docs/api/pointsWithinPolygon.mdx b/docs/api/pointsWithinPolygon.mdx index e5aa014d..c22f9358 100644 --- a/docs/api/pointsWithinPolygon.mdx +++ b/docs/api/pointsWithinPolygon.mdx @@ -2,7 +2,7 @@ title: pointsWithinPolygon --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,15 +12,15 @@ Finds [Points](https://tools.ietf.org/html/rfc7946#section-3.1.2) or [MultiPoint ### Parameters -| Name | Type | Description | -| -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------- | -| points | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2) \| [FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2) \| [MultiPoint](https://tools.ietf.org/html/rfc7946#section-3.1.3)>** | Point(s) or MultiPoint(s) as input search | -| polygons | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)>** | (Multi)Polygon(s) to check if points are within | +| Name | Type | Description | +| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------- | +| points | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2) \| [FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2) \| [MultiPoint](https://tools.ietf.org/html/rfc7946#section-3.1.3)\>** | Point(s) or MultiPoint(s) as input search | +| polygons | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** | (Multi)Polygon(s) to check if points are within | ### Returns
    - **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2) \| [MultiPoint](https://tools.ietf.org/html/rfc7946#section-3.1.3)>** Point(s) or MultiPoint(s) with positions that land within at least one polygon. The geometry type will match what was passsed in + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2) \| [MultiPoint](https://tools.ietf.org/html/rfc7946#section-3.1.3)\>** Point(s) or MultiPoint(s) with positions that land within at least one polygon. The geometry type will match what was passsed in
diff --git a/docs/api/polygon.mdx b/docs/api/polygon.mdx index 8f021fc8..6ba3c362 100644 --- a/docs/api/polygon.mdx +++ b/docs/api/polygon.mdx @@ -2,7 +2,7 @@ title: polygon --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,18 +12,18 @@ Creates a [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) [Feature] ### Parameters -| Name | Type | Description | -| -------------------- | ---------------------------------- | ------------------------------------------------------------------------- | -| coordinates | **Array\>>** | an array of LinearRings | -| properties? | **Object** | an Object of key-value pairs to add as properties _(default \{})_ | -| options? | **Object** | Optional Parameters _(default \{})_ | -| options.bbox? | **Array\** | Bounding Box Array [west, south, east, north] associated with the Feature | -| options.id? | **string \| number** | Identifier associated with the Feature | +| Name | Type | Description | +| -------------------- | ------------------------------------- | ------------------------------------------------------------------------- | +| coordinates | **Array\\>\>** | an array of LinearRings | +| properties? | **Object** | an Object of key-value pairs to add as properties _(default \{\})_ | +| options? | **Object** | Optional Parameters _(default \{\})_ | +| options.bbox? | **Array\** | Bounding Box Array [west, south, east, north] associated with the Feature | +| options.id? | **string \| number** | Identifier associated with the Feature | ### Returns
    - **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)>** Polygon Feature + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** Polygon Feature
diff --git a/docs/api/polygonSmooth.mdx b/docs/api/polygonSmooth.mdx index a1fae5c4..4133075d 100644 --- a/docs/api/polygonSmooth.mdx +++ b/docs/api/polygonSmooth.mdx @@ -2,7 +2,7 @@ title: polygonSmooth --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -13,16 +13,16 @@ Warning: may create degenerate polygons. ### Parameters -| Name | Type | Description | -| -------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | -| inputPolys | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)>** | (Multi)Polygon(s) to smooth | -| options? | **Object** | Optional parameters _(default \{})_ | -| options.iterations? | **string** | THe number of times to smooth the polygon. A higher value means a smoother polygon. _(default 1)_ | +| Name | Type | Description | +| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | +| inputPolys | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\> \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\> \| [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)** | (Multi)Polygon(s) to smooth | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.iterations? | **string** | The number of times to smooth the polygon. A higher value means a smoother polygon. _(default 1)_ | ### Returns
    - **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)>** FeatureCollection containing the smoothed polygon/poylgons + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** FeatureCollection containing the smoothed polygon/multipoylgons
diff --git a/docs/api/polygonTangents.mdx b/docs/api/polygonTangents.mdx index 7fa0bd23..72f78c88 100644 --- a/docs/api/polygonTangents.mdx +++ b/docs/api/polygonTangents.mdx @@ -2,7 +2,7 @@ title: polygonTangents --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,15 +12,15 @@ Finds the tangents of a [(Multi)Polygon](https://tools.ietf.org/html/rfc7946#sec ### Parameters -| Name | Type | Description | -| ------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------ | -| pt | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | to calculate the tangent points from | -| polygon | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)>** | to get tangents from | +| Name | Type | Description | +| ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------ | +| pt | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | to calculate the tangent points from | +| polygon | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** | to get tangents from | ### Returns
    - **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)>** Feature Collection containing the two tangent points + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** Feature Collection containing the two tangent points
diff --git a/docs/api/polygonToLine.mdx b/docs/api/polygonToLine.mdx index d9beebac..e20319a7 100644 --- a/docs/api/polygonToLine.mdx +++ b/docs/api/polygonToLine.mdx @@ -2,7 +2,7 @@ title: polygonToLine --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -13,16 +13,16 @@ Converts a [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) to [(Mul ### Parameters -| Name | Type | Description | -| -------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------- | -| poly | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)>** | Feature to convert | -| options? | **Object** | Optional parameters _(default \{})_ | -| options.properties? | **Object** | translates GeoJSON properties to Feature _(default \{})_ | +| Name | Type | Description | +| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------- | +| poly | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** | Feature to convert | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.properties? | **Object** | translates GeoJSON properties to Feature _(default \{\})_ | ### Returns
    - **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| MultiLinestring>** converted (Multi)Polygon to (Multi)LineString + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| MultiLinestring\>** converted (Multi)Polygon to (Multi)LineString
diff --git a/docs/api/polygonize.mdx b/docs/api/polygonize.mdx index 60fe8362..a092a155 100644 --- a/docs/api/polygonize.mdx +++ b/docs/api/polygonize.mdx @@ -2,7 +2,7 @@ title: polygonize --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -22,14 +22,14 @@ The implementation correctly handles: ### Parameters -| Name | Type | Description | -| ------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- | -| geoJson | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5)>** | Lines in order to polygonize | +| Name | Type | Description | +| ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------- | +| geoJson | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5)\>** | Lines in order to polygonize | ### Returns
    - **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)>** Polygons created + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** Polygons created
diff --git a/docs/api/polygons.mdx b/docs/api/polygons.mdx index 29145db3..6da5aa0a 100644 --- a/docs/api/polygons.mdx +++ b/docs/api/polygons.mdx @@ -2,7 +2,7 @@ title: polygons --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,18 +12,18 @@ Creates a [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) [FeatureC ### Parameters -| Name | Type | Description | -| -------------------- | ------------------------------------------ | ------------------------------------------------------------------------- | -| coordinates | **Array\>>>** | an array of Polygon coordinates | -| properties? | **Object** | an Object of key-value pairs to add as properties _(default \{})_ | -| options? | **Object** | Optional Parameters _(default \{})_ | -| options.bbox? | **Array\** | Bounding Box Array [west, south, east, north] associated with the Feature | -| options.id? | **string \| number** | Identifier associated with the FeatureCollection | +| Name | Type | Description | +| -------------------- | ---------------------------------------------- | ------------------------------------------------------------------------- | +| coordinates | **Array\\>\>\>** | an array of Polygon coordinates | +| properties? | **Object** | an Object of key-value pairs to add as properties _(default \{\})_ | +| options? | **Object** | Optional Parameters _(default \{\})_ | +| options.bbox? | **Array\** | Bounding Box Array [west, south, east, north] associated with the Feature | +| options.id? | **string \| number** | Identifier associated with the FeatureCollection | ### Returns
    - **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)>** Polygon FeatureCollection + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** Polygon FeatureCollection
diff --git a/docs/api/propEach.mdx b/docs/api/propEach.mdx index 6a598d3e..76b5f8c3 100644 --- a/docs/api/propEach.mdx +++ b/docs/api/propEach.mdx @@ -2,7 +2,7 @@ title: propEach --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/docs/api/propReduce.mdx b/docs/api/propReduce.mdx index 6829319b..1958c44e 100644 --- a/docs/api/propReduce.mdx +++ b/docs/api/propReduce.mdx @@ -2,7 +2,7 @@ title: propReduce --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/docs/api/pt.mdx b/docs/api/pt.mdx index 6c6354f8..983017c2 100644 --- a/docs/api/pt.mdx +++ b/docs/api/pt.mdx @@ -2,7 +2,7 @@ title: pt --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/docs/api/quadratAnalysis.mdx b/docs/api/quadratAnalysis.mdx index eb92cc4f..49103125 100644 --- a/docs/api/quadratAnalysis.mdx +++ b/docs/api/quadratAnalysis.mdx @@ -2,7 +2,7 @@ title: quadratAnalysis --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -35,12 +35,12 @@ which is simply the area of the study area divided by the number of features. ### Parameters -| Name | Type | Description | -| ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | -| pointFeatureSet | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)>** | point set to study | -| options? | **Object** | optional parameters _(default \{})_ | -| options.studyBbox? | **bbox** | bbox representing the study area | -| options.confidenceLevel? | **number** | a confidence level. The unit is percentage . 5 means 95%, value must be in \{@link K*TABLE} *(default 20)\_ | +| Name | Type | Description | +| ------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ | +| pointFeatureSet | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** | point set to study | +| options? | **Object** | optional parameters _(default \{\})_ | +| options.studyBbox? | **bbox** | bbox representing the study area | +| options.confidenceLevel? | **number** | a confidence level. The unit is percentage . 5 means 95%, value must be in \{@link K*TABLE\} *(default 20)\_ | ### Returns diff --git a/docs/api/radiansToDegrees.mdx b/docs/api/radiansToDegrees.mdx index ecde465c..b5865f4d 100644 --- a/docs/api/radiansToDegrees.mdx +++ b/docs/api/radiansToDegrees.mdx @@ -2,7 +2,7 @@ title: radiansToDegrees --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/docs/api/radiansToLength.mdx b/docs/api/radiansToLength.mdx index 5f24999b..6f6660ae 100644 --- a/docs/api/radiansToLength.mdx +++ b/docs/api/radiansToLength.mdx @@ -2,7 +2,7 @@ title: radiansToLength --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/docs/api/randomLineString.mdx b/docs/api/randomLineString.mdx index 22e5b9bb..80a81000 100644 --- a/docs/api/randomLineString.mdx +++ b/docs/api/randomLineString.mdx @@ -2,7 +2,7 @@ title: randomLineString --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,19 +12,19 @@ Returns a random [linestring](linestring). ### Parameters -| Name | Type | Description | -| ---------------------------- | ------------------ | -------------------------------------------------------------------------------------------------------------- | -| count? | **number** | how many geometries will be generated _(default 1)_ | -| options? | **Object** | Optional parameters _(default \{})_ | -| options.bbox? | **Array\** | a bounding box inside of which geometries are placed. _(default [-180,-90,180,90])_ | -| options.num_vertices? | **number** | is how many coordinates each LineString will contain. _(default 10)_ | -| options.max_length? | **number** | is the maximum number of decimal degrees that a vertex can be from its predecessor _(default 0.0001)_ | -| options.max_rotation? | **number** | is the maximum number of radians that a line segment can turn from the previous segment. _(default Math.PI/8)_ | +| Name | Type | Description | +| ---------------------------- | ------------------- | -------------------------------------------------------------------------------------------------------------- | +| count? | **number** | how many geometries will be generated _(default 1)_ | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.bbox? | **Array\** | a bounding box inside of which geometries are placed. _(default [-180,-90,180,90])_ | +| options.num_vertices? | **number** | is how many coordinates each LineString will contain. _(default 10)_ | +| options.max_length? | **number** | is the maximum number of decimal degrees that a vertex can be from its predecessor _(default 0.0001)_ | +| options.max_rotation? | **number** | is the maximum number of radians that a line segment can turn from the previous segment. _(default Math.PI/8)_ | ### Returns
    - **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)>** GeoJSON FeatureCollection of linestrings + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** GeoJSON FeatureCollection of linestrings
diff --git a/docs/api/randomPoint.mdx b/docs/api/randomPoint.mdx index 3b8d2943..b0597990 100644 --- a/docs/api/randomPoint.mdx +++ b/docs/api/randomPoint.mdx @@ -2,7 +2,7 @@ title: randomPoint --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,16 +12,16 @@ Returns a random [point](point). ### Parameters -| Name | Type | Description | -| -------------------- | ------------------ | ----------------------------------------------------------------------------------- | -| count? | **number** | how many geometries will be generated _(default 1)_ | -| options? | **Object** | Optional parameters _(default \{})_ | -| options.bbox? | **Array\** | a bounding box inside of which geometries are placed. _(default [-180,-90,180,90])_ | +| Name | Type | Description | +| -------------------- | ------------------- | ----------------------------------------------------------------------------------- | +| count? | **number** | how many geometries will be generated _(default 1)_ | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.bbox? | **Array\** | a bounding box inside of which geometries are placed. _(default [-180,-90,180,90])_ | ### Returns
    - **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)>** GeoJSON FeatureCollection of points + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** GeoJSON FeatureCollection of points
diff --git a/docs/api/randomPolygon.mdx b/docs/api/randomPolygon.mdx index dcc40472..15edd903 100644 --- a/docs/api/randomPolygon.mdx +++ b/docs/api/randomPolygon.mdx @@ -2,7 +2,7 @@ title: randomPolygon --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,18 +12,18 @@ Returns a random [polygon](polygon). ### Parameters -| Name | Type | Description | -| --------------------------------- | ------------------ | --------------------------------------------------------------------------------------------------------------------------------------- | -| count? | **number** | how many geometries will be generated _(default 1)_ | -| options? | **Object** | Optional parameters _(default \{})_ | -| options.bbox? | **Array\** | a bounding box inside of which geometries are placed. _(default [-180,-90,180,90])_ | -| options.num_vertices? | **number** | is how many coordinates each LineString will contain. _(default 10)_ | -| options.max_radial_length? | **number** | is the maximum number of decimal degrees latitude or longitude that a vertex can reach out of the center of the Polygon. _(default 10)_ | +| Name | Type | Description | +| --------------------------------- | ------------------- | --------------------------------------------------------------------------------------------------------------------------------------- | +| count? | **number** | how many geometries will be generated _(default 1)_ | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.bbox? | **Array\** | a bounding box inside of which geometries are placed. _(default [-180,-90,180,90])_ | +| options.num_vertices? | **number** | is how many coordinates each LineString will contain. _(default 10)_ | +| options.max_radial_length? | **number** | is the maximum number of decimal degrees latitude or longitude that a vertex can reach out of the center of the Polygon. _(default 10)_ | ### Returns
    - **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)>** GeoJSON FeatureCollection of polygons + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** GeoJSON FeatureCollection of polygons
diff --git a/docs/api/randomPosition.mdx b/docs/api/randomPosition.mdx index 246058ce..f1937ade 100644 --- a/docs/api/randomPosition.mdx +++ b/docs/api/randomPosition.mdx @@ -2,7 +2,7 @@ title: randomPosition --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,14 +12,14 @@ Returns a random position within a [bounding box](https://tools.ietf.org/html/rf ### Parameters -| Name | Type | Description | -| ------------ | ------------------ | ---------------------------------------------------------------------------------- | -| bbox? | **Array\** | a bounding box inside of which positions are placed. _(default [-180,-90,180,90])_ | +| Name | Type | Description | +| ------------ | ------------------- | ---------------------------------------------------------------------------------- | +| bbox? | **Array\** | a bounding box inside of which positions are placed. _(default [-180,-90,180,90])_ | ### Returns
    - **Array\** Position [longitude, latitude] + **Array\** Position [longitude, latitude]
diff --git a/docs/api/rbush.mdx b/docs/api/rbush.mdx new file mode 100644 index 00000000..2743412c --- /dev/null +++ b/docs/api/rbush.mdx @@ -0,0 +1,47 @@ +--- +title: rbush +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +GeoJSON implementation of [RBush](https://github.com/mourner/rbush#rbush) spatial index. + +### Parameters + +| Name | Type | Description | +| ------------------ | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| maxEntries? | **number** | defines the maximum number of entries in a tree node. 9 (used by default) is a reasonable choice for most applications. Higher value means faster insertion and slower search, and vice versa. _(default 9)_ | + +### Returns + +
    + **RBush** GeoJSON RBush + +
+ +### Examples + +```javascript +var geojsonRbush = require("geojson-rbush").default; +var tree = geojsonRbush(); +``` + +### Installation + +```javascript +$ npm install @turf/geojson-rbush + +import { rbush } from "@turf/geojson-rbush"; +const result = rbush(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.rbush(...); +``` diff --git a/docs/api/rewind.mdx b/docs/api/rewind.mdx index a83547e0..5f64693f 100644 --- a/docs/api/rewind.mdx +++ b/docs/api/rewind.mdx @@ -2,7 +2,7 @@ title: rewind --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -15,7 +15,7 @@ Rewind [(Multi)LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) or | Name | Type | Description | | ----------------------- | ------------------------------------------------------------ | ----------------------------------------------------------------------------------------------- | | geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | input GeoJSON Polygon | -| options? | **Object** | Optional parameters _(default \{})_ | +| options? | **Object** | Optional parameters _(default \{\})_ | | options.reverse? | **boolean** | enable reverse winding _(default false)_ | | options.mutate? | **boolean** | allows GeoJSON input to be mutated (significant performance increase if true) _(default false)_ | diff --git a/docs/api/rhumbBearing.mdx b/docs/api/rhumbBearing.mdx index f8c937c9..ac55351d 100644 --- a/docs/api/rhumbBearing.mdx +++ b/docs/api/rhumbBearing.mdx @@ -2,7 +2,7 @@ title: rhumbBearing --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/docs/api/rhumbDestination.mdx b/docs/api/rhumbDestination.mdx index 9b7d7f8d..be84d716 100644 --- a/docs/api/rhumbDestination.mdx +++ b/docs/api/rhumbDestination.mdx @@ -2,7 +2,7 @@ title: rhumbDestination --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -18,14 +18,14 @@ origin Point with the (varant) given bearing. | origin | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | starting point | | distance | **number** | distance from the starting point | | bearing | **number** | varant bearing angle ranging from -180 to 180 degrees from north | -| options? | **Object** | Optional parameters _(default \{})_ | +| options? | **Object** | Optional parameters _(default \{\})_ | | options.units? | **string** | can be degrees, radians, miles, or kilometers _(default 'kilometers')_ | -| options.properties? | **Object** | translate properties to destination point _(default \{})_ | +| options.properties? | **Object** | translate properties to destination point _(default \{\})_ | ### Returns
    - **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)>** Destination point. + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** Destination point.
diff --git a/docs/api/rhumbDistance.mdx b/docs/api/rhumbDistance.mdx index 8e8b1317..8f5a2a38 100644 --- a/docs/api/rhumbDistance.mdx +++ b/docs/api/rhumbDistance.mdx @@ -2,7 +2,7 @@ title: rhumbDistance --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/docs/api/round.mdx b/docs/api/round.mdx index 4d1a9f59..88cc2896 100644 --- a/docs/api/round.mdx +++ b/docs/api/round.mdx @@ -2,7 +2,7 @@ title: round --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/docs/api/sample.mdx b/docs/api/sample.mdx index 0f6d3bc6..8a128fe0 100644 --- a/docs/api/sample.mdx +++ b/docs/api/sample.mdx @@ -2,7 +2,7 @@ title: sample --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -20,7 +20,7 @@ Takes a [FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) and ### Returns
    - **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)** a FeatureCollection with `````n````` features + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)** a FeatureCollection with `n` features
diff --git a/docs/api/sector.mdx b/docs/api/sector.mdx index ae45e1a7..e8c61c5e 100644 --- a/docs/api/sector.mdx +++ b/docs/api/sector.mdx @@ -2,7 +2,7 @@ title: sector --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -19,15 +19,15 @@ between (clockwise) bearing1 and bearing2; 0 bearing is North of center point, p | radius | **number** | radius of the circle | | bearing1 | **number** | angle, in decimal degrees, of the first radius of the sector | | bearing2 | **number** | angle, in decimal degrees, of the second radius of the sector | -| options? | **Object** | Optional parameters _(default \{})_ | +| options? | **Object** | Optional parameters _(default \{\})_ | | options.units? | **string** | miles, kilometers, degrees, or radians _(default 'kilometers')_ | | options.steps? | **number** | number of steps _(default 64)_ | -| options.properties? | **Properties** | Translate properties to Feature Polygon _(default \{})_ | +| options.properties? | **Properties** | Translate properties to Feature Polygon _(default \{\})_ | ### Returns
    - **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)>** sector polygon + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** sector polygon
diff --git a/docs/api/segmentEach.mdx b/docs/api/segmentEach.mdx index a846efca..102f07ef 100644 --- a/docs/api/segmentEach.mdx +++ b/docs/api/segmentEach.mdx @@ -2,7 +2,7 @@ title: segmentEach --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/docs/api/segmentReduce.mdx b/docs/api/segmentReduce.mdx index 0cc2da7e..64c210aa 100644 --- a/docs/api/segmentReduce.mdx +++ b/docs/api/segmentReduce.mdx @@ -2,7 +2,7 @@ title: segmentReduce --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/docs/api/shortestPath.mdx b/docs/api/shortestPath.mdx index e720ff00..811c19b8 100644 --- a/docs/api/shortestPath.mdx +++ b/docs/api/shortestPath.mdx @@ -2,31 +2,30 @@ title: shortestPath --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; ### Description Returns the shortest [path](https://tools.ietf.org/html/rfc7946#section-3.1.4) from [start](https://tools.ietf.org/html/rfc7946#section-3.1.2) to [end](https://tools.ietf.org/html/rfc7946#section-3.1.2) without colliding with -any [Feature](https://tools.ietf.org/html/rfc7946#section-3.2) in obstacles. +any [Feature](https://tools.ietf.org/html/rfc7946#section-3.2) in obstacles ### Parameters -| Name | Type | Description | -| --------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | -| start | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | point | -| end | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | point | -| options? | **Object** | optional parameters _(default \{})_ | -| options.obstacles? | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2) \| [FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)>** | areas which path cannot travel | -| options.minDistance? | **number** | minimum distance between shortest path and obstacles | -| options.units? | **string** | unit in which resolution & minimum distance will be expressed in; it can be degrees, radians, miles, kilometers, ... _(default 'kilometers')_ | -| options.resolution? | **number** | distance between matrix points on which the path will be calculated _(default 100)_ | +| Name | Type | Description | +| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | +| start | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | point | +| end | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | point | +| options? | **Object** | optional parameters _(default \{\})_ | +| options.obstacles? | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2) \| [FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** | areas which path cannot travel | +| options.units? | **string** | unit in which resolution & minimum distance will be expressed in; it can be degrees, radians, miles, kilometers, ... _(default 'kilometers')_ | +| options.resolution? | **number** | distance between matrix points on which the path will be calculated _(default 100)_ | ### Returns
    - **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)>** shortest path between start and end + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** shortest path between start and end
@@ -65,7 +64,7 @@ export function Map0() { [0, -3], [0, -7], ], - ]), + ]).geometry, }; var path = turf.shortestPath(start, end, options); diff --git a/docs/api/simplify.mdx b/docs/api/simplify.mdx index 67252f9e..f8b216eb 100644 --- a/docs/api/simplify.mdx +++ b/docs/api/simplify.mdx @@ -2,13 +2,13 @@ title: simplify --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; ### Description -Takes a [GeoJSON](https://tools.ietf.org/html/rfc7946#section-3) object and returns a simplified version. Internally uses +Takes a [GeoJSON](https://tools.ietf.org/html/rfc7946#section-3) object and returns a simplified version. Internally uses the 2d version of [simplify-js](http://mourner.github.io/simplify-js/) to perform simplification using the Ramer-Douglas-Peucker algorithm. ### Parameters @@ -16,7 +16,7 @@ Takes a [GeoJSON](https://tools.ietf.org/html/rfc7946#section-3) object and retu | Name | Type | Description | | --------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | | geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | object to be simplified | -| options? | **Object** | Optional parameters _(default \{})_ | +| options? | **Object** | Optional parameters _(default \{\})_ | | options.tolerance? | **number** | simplification tolerance _(default 1)_ | | options.highQuality? | **boolean** | whether or not to spend more time to create a higher-quality simplification with a different algorithm _(default false)_ | | options.mutate? | **boolean** | allows GeoJSON input to be mutated (significant performance increase if true) _(default false)_ | diff --git a/docs/api/square.mdx b/docs/api/square.mdx index 00c2eb0b..63695767 100644 --- a/docs/api/square.mdx +++ b/docs/api/square.mdx @@ -2,7 +2,7 @@ title: square --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -20,7 +20,7 @@ would contain the input. ### Returns
    - **[BBox](https://tools.ietf.org/html/rfc7946#section-5)** a square surrounding `````bbox````` + **[BBox](https://tools.ietf.org/html/rfc7946#section-5)** a square surrounding `bbox`
diff --git a/docs/api/squareGrid.mdx b/docs/api/squareGrid.mdx index a5a39161..5152b9c4 100644 --- a/docs/api/squareGrid.mdx +++ b/docs/api/squareGrid.mdx @@ -2,7 +2,7 @@ title: squareGrid --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,19 +12,19 @@ Creates a square grid from a bounding box. ### Parameters -| Name | Type | Description | -| -------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| bbox | **Array\** | extent in [minX, minY, maxX, maxY] order | -| cellSide | **number** | of each cell, in units | -| options? | **Object** | Optional parameters _(default \{})_ | -| options.units? | **string** | used in calculating cellSide, can be degrees, radians, miles, or kilometers _(default 'kilometers')_ | -| options.mask? | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)>** | if passed a Polygon or MultiPolygon, the grid Points will be created only inside it | -| options.properties? | **Object** | passed to each point of the grid _(default \{})_ | +| Name | Type | Description | +| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | +| bbox | **Array\** | extent in [minX, minY, maxX, maxY] order | +| cellSide | **number** | of each cell, in units | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.units? | **string** | used in calculating cellSide, can be degrees, radians, miles, or kilometers _(default 'kilometers')_ | +| options.mask? | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** | if passed a Polygon or MultiPolygon, the grid Points will be created only inside it | +| options.properties? | **Object** | passed to each point of the grid _(default \{\})_ | ### Returns
    - **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)>** grid a grid of polygons + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** grid a grid of polygons
diff --git a/docs/api/standardDeviationalEllipse.mdx b/docs/api/standardDeviationalEllipse.mdx index 240a63e6..358ae181 100644 --- a/docs/api/standardDeviationalEllipse.mdx +++ b/docs/api/standardDeviationalEllipse.mdx @@ -2,7 +2,7 @@ title: standardDeviationalEllipse --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -29,18 +29,18 @@ doi:[10.1086/214336](https://doi.org/10.1086/214336). ### Parameters -| Name | Type | Description | -| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------- | -| points | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)>** | GeoJSON points | -| options? | **Object** | Optional parameters _(default \{})_ | -| options.weight? | **string** | the property name used to weight the center | -| options.steps? | **number** | number of steps for the polygon _(default 64)_ | -| options.properties? | **Object** | properties to pass to the resulting ellipse _(default \{})_ | +| Name | Type | Description | +| -------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------ | +| points | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** | GeoJSON points | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.weight? | **string** | the property name used to weight the center | +| options.steps? | **number** | number of steps for the polygon _(default 64)_ | +| options.properties? | **Object** | properties to pass to the resulting ellipse _(default \{\})_ | ### Returns
    - **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)>** an elliptical Polygon that includes approximately 1 SD of the dataset within it. + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** an elliptical Polygon that includes approximately 1 SD of the dataset within it.
diff --git a/docs/api/tag.mdx b/docs/api/tag.mdx index 9cbe0208..8bc0e3cb 100644 --- a/docs/api/tag.mdx +++ b/docs/api/tag.mdx @@ -2,7 +2,7 @@ title: tag --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,17 +12,17 @@ Takes a set of [points](https://tools.ietf.org/html/rfc7946#section-3.1.2) and a ### Parameters -| Name | Type | Description | -| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------- | -| points | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)>** | input points | -| polygons | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)>** | input (multi)polygons | -| field | **string** | property in `polygons` to add to joined \{\} features | -| outField | **string** | property in `points` in which to store joined property from `polygons` | +| Name | Type | Description | +| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- | +| points | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** | input points | +| polygons | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** | input (multi)polygons | +| field | **string** | property in `polygons` to add to joined \{\\} features | +| outField | **string** | property in `points` in which to store joined property from `polygons` | ### Returns
    - **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)>** points with `````containingPolyId````` property containing values from `````polyId````` + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** points with `containingPolyId` property containing values from `polyId`
diff --git a/docs/api/tesselate.mdx b/docs/api/tesselate.mdx index c31128fb..17c67c88 100644 --- a/docs/api/tesselate.mdx +++ b/docs/api/tesselate.mdx @@ -2,25 +2,25 @@ title: tesselate --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; ### Description -Tesselates a [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)> into a [FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)> of triangles +Tesselates a [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\> into a [FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\> of triangles using [earcut](https://github.com/mapbox/earcut). ### Parameters -| Name | Type | Description | -| ---- | ----------------------------------------------------------------------------------------------------------------------------- | ------------------------ | -| poly | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)>** | the polygon to tesselate | +| Name | Type | Description | +| ---- | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------ | +| poly | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** | the polygon to tesselate | ### Returns
    - **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)>** a geometrycollection feature + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** a geometrycollection feature
diff --git a/docs/api/tin.mdx b/docs/api/tin.mdx index ab66c8b5..92ae9c77 100644 --- a/docs/api/tin.mdx +++ b/docs/api/tin.mdx @@ -2,7 +2,7 @@ title: tin --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -19,15 +19,15 @@ triangle. ### Parameters -| Name | Type | Description | -| --------- | ------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | -| points | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)>** | input points | -| z? | **String** | name of the property from which to pull z values This is optional: if not given, then there will be no extra data added to the derived triangles. | +| Name | Type | Description | +| --------- | -------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | +| points | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** | input points | +| z? | **String** | name of the property from which to pull z values This is optional: if not given, then there will be no extra data added to the derived triangles. | ### Returns
    - **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)>** TIN output + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** TIN output
diff --git a/docs/api/toMercator.mdx b/docs/api/toMercator.mdx index f9aa0b90..184e5add 100644 --- a/docs/api/toMercator.mdx +++ b/docs/api/toMercator.mdx @@ -2,7 +2,7 @@ title: toMercator --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/docs/api/toWgs84.mdx b/docs/api/toWgs84.mdx index 667eac05..57b48b62 100644 --- a/docs/api/toWgs84.mdx +++ b/docs/api/toWgs84.mdx @@ -2,7 +2,7 @@ title: toWgs84 --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/docs/api/transformRotate.mdx b/docs/api/transformRotate.mdx index aa4af8d2..11e1457f 100644 --- a/docs/api/transformRotate.mdx +++ b/docs/api/transformRotate.mdx @@ -2,7 +2,7 @@ title: transformRotate --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -16,7 +16,7 @@ Rotates any geojson Feature or Geometry of a specified angle, around its `centro | ---------------------- | -------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | | geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | object to be rotated | | angle | **number** | of rotation in decimal degrees, positive clockwise | -| options? | **Object** | Optional parameters _(default \{})_ | +| options? | **Object** | Optional parameters _(default \{\})_ | | options.pivot? | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | point around which the rotation will be performed _(default 'centroid')_ | | options.mutate? | **boolean** | allows GeoJSON input to be mutated (significant performance increase if true) _(default false)_ | diff --git a/docs/api/transformScale.mdx b/docs/api/transformScale.mdx index 0e73fb44..035132b9 100644 --- a/docs/api/transformScale.mdx +++ b/docs/api/transformScale.mdx @@ -2,7 +2,7 @@ title: transformScale --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -13,13 +13,13 @@ If a FeatureCollection is provided, the origin point will be calculated based on ### Parameters -| Name | Type | Description | -| ---------------------- | ------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | -| geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | GeoJSON to be scaled | -| factor | **number** | of scaling, positive or negative values greater than 0 | -| options? | **Object** | Optional parameters _(default \{})_ | -| options.origin? | **string \| [Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | Point from which the scaling will occur (string options: sw/se/nw/ne/center/centroid) _(default 'centroid')_ | -| options.mutate? | **boolean** | allows GeoJSON input to be mutated (significant performance increase if true) _(default false)_ | +| Name | Type | Description | +| ---------------------- | ------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | GeoJSON to be scaled | +| factor | **number** | of scaling, positive values greater than 0. Numbers between 0 and 1 will shrink the geojson, numbers greater than 1 will expand it, a factor of 1 will not change the geojson. | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.origin? | **string \| [Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | Point from which the scaling will occur (string options: sw/se/nw/ne/center/centroid) _(default 'centroid')_ | +| options.mutate? | **boolean** | allows GeoJSON input to be mutated (significant performance increase if true) _(default false)_ | ### Returns diff --git a/docs/api/transformTranslate.mdx b/docs/api/transformTranslate.mdx index 8e8315d7..397c1018 100644 --- a/docs/api/transformTranslate.mdx +++ b/docs/api/transformTranslate.mdx @@ -2,7 +2,7 @@ title: transformTranslate --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -18,7 +18,7 @@ on the provided direction angle. | geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | object to be translated | | distance | **number** | length of the motion; negative values determine motion in opposite direction | | direction | **number** | of the motion; angle from North in decimal degrees, positive clockwise | -| options? | **Object** | Optional parameters _(default \{})_ | +| options? | **Object** | Optional parameters _(default \{\})_ | | options.units? | **string** | in which `distance` will be express; miles, kilometers, degrees, or radians _(default 'kilometers')_ | | options.zTranslation? | **number** | length of the vertical motion, same unit of distance _(default 0)_ | | options.mutate? | **boolean** | allows GeoJSON input to be mutated (significant performance increase if true) _(default false)_ | diff --git a/docs/api/triangleGrid.mdx b/docs/api/triangleGrid.mdx index 6da81166..ad93a530 100644 --- a/docs/api/triangleGrid.mdx +++ b/docs/api/triangleGrid.mdx @@ -2,7 +2,7 @@ title: triangleGrid --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,19 +12,19 @@ Takes a bounding box and a cell depth and returns a set of triangular [polygons] ### Parameters -| Name | Type | Description | -| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -| bbox | **Array\** | extent in [minX, minY, maxX, maxY] order | -| cellSide | **number** | dimension of each cell | -| options? | **Object** | Optional parameters _(default \{})_ | -| options.units? | **string** | used in calculating cellSide, can be degrees, radians, miles, or kilometers _(default 'kilometers')_ | -| options.mask? | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)>** | if passed a Polygon or MultiPolygon, the grid Points will be created only inside it | -| options.properties? | **Object** | passed to each point of the grid _(default \{})_ | +| Name | Type | Description | +| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------- | +| bbox | **Array\** | extent in [minX, minY, maxX, maxY] order | +| cellSide | **number** | dimension of each cell | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.units? | **string** | used in calculating cellSide, can be degrees, radians, miles, or kilometers _(default 'kilometers')_ | +| options.mask? | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** | if passed a Polygon or MultiPolygon, the grid Points will be created only inside it | +| options.properties? | **Object** | passed to each point of the grid _(default \{\})_ | ### Returns
    - **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)>** grid of polygons + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** grid of polygons
diff --git a/docs/api/truncate.mdx b/docs/api/truncate.mdx index a4e33c2d..74c6bd66 100644 --- a/docs/api/truncate.mdx +++ b/docs/api/truncate.mdx @@ -2,7 +2,7 @@ title: truncate --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -15,7 +15,7 @@ Takes a GeoJSON Feature or FeatureCollection and truncates the precision of the | Name | Type | Description | | --------------------------- | ------------------------------------------------------------ | ----------------------------------------------------------------------------------------------- | | geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | any GeoJSON Feature, FeatureCollection, Geometry or GeometryCollection. | -| options? | **Object** | Optional parameters _(default \{})_ | +| options? | **Object** | Optional parameters _(default \{\})_ | | options.precision? | **number** | coordinate decimal precision _(default 6)_ | | options.coordinates? | **number** | maximum number of coordinates (primarly used to remove z coordinates) _(default 3)_ | | options.mutate? | **boolean** | allows GeoJSON input to be mutated (significant performance increase if true) _(default false)_ | diff --git a/docs/api/union.mdx b/docs/api/union.mdx index a28141c4..8418ffda 100644 --- a/docs/api/union.mdx +++ b/docs/api/union.mdx @@ -2,27 +2,26 @@ title: union --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; ### Description -Takes two [(Multi)Polygon(s)](https://tools.ietf.org/html/rfc7946#section-3.1.6) and returns a combined polygon. If the input polygons are not contiguous, this function returns a [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7) feature. +Takes input [(Multi)Polygon(s)](https://tools.ietf.org/html/rfc7946#section-3.1.6) and returns a combined polygon. If the input polygons are not contiguous, this function returns a [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7) feature. ### Parameters -| Name | Type | Description | -| -------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------ | -| polygon1 | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)>** | input Polygon feature | -| polygon2 | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)>** | Polygon feature to difference from polygon1 | -| options? | **Object** | Optional Parameters _(default \{})_ | -| options.properties? | **Object** | Translate Properties to output Feature _(default \{})_ | +| Name | Type | Description | +| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------- | +| features | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** | input Polygon features | +| options? | **Object** | Optional Parameters _(default \{\})_ | +| options.properties? | **Object** | Translate Properties to output Feature _(default \{\})_ | ### Returns
    - **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)>** a combined [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) or [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7) feature, or null if the inputs are empty + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** a combined [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) or [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7) feature, or null if the inputs are empty
@@ -54,7 +53,7 @@ var poly2 = turf.polygon( { fill: "#00f" }, ); -var union = turf.union(poly1, poly2); +var union = turf.union(turf.featureCollection([poly1, poly2])); ``` export function Map0() { @@ -86,7 +85,7 @@ export function Map0() { { fill: "#00f" }, ); - var union = turf.union(poly1, poly2); + var union = turf.union(turf.featureCollection([poly1, poly2])); //addToMap var addToMap = { poly1, poly2, union }; diff --git a/docs/api/unkinkPolygon.mdx b/docs/api/unkinkPolygon.mdx index b8b2bdf4..3f966888 100644 --- a/docs/api/unkinkPolygon.mdx +++ b/docs/api/unkinkPolygon.mdx @@ -2,7 +2,7 @@ title: unkinkPolygon --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -13,14 +13,14 @@ Uses [simplepolygon](https://github.com/mclaeysb/simplepolygon) internally. ### Parameters -| Name | Type | Description | -| ------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------- | -| geojson | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)>** | GeoJSON Polygon or MultiPolygon | +| Name | Type | Description | +| ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------- | +| geojson | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** | GeoJSON Polygon or MultiPolygon | ### Returns
    - **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)>** Unkinked polygons + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** Unkinked polygons
diff --git a/docs/api/variance.mdx b/docs/api/variance.mdx index ab8ae0d2..f238c095 100644 --- a/docs/api/variance.mdx +++ b/docs/api/variance.mdx @@ -2,7 +2,7 @@ title: variance --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -12,9 +12,9 @@ get variance of a list ### Parameters -| Name | Type | Description | -| ---- | ------------------ | ----------- | -| y | **Array\** | | +| Name | Type | Description | +| ---- | ------------------- | ----------- | +| y | **Array\** | | ### Returns diff --git a/docs/api/voronoi.mdx b/docs/api/voronoi.mdx index 27821cf8..d117af59 100644 --- a/docs/api/voronoi.mdx +++ b/docs/api/voronoi.mdx @@ -2,7 +2,7 @@ title: voronoi --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -15,16 +15,16 @@ The Voronoi algorithim used comes from the d3-voronoi package. ### Parameters -| Name | Type | Description | -| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | -| points | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)>** | to find the Voronoi polygons around. | -| options? | **Object** | Optional parameters _(default \{})_ | -| options.bbox? | **Array\** | clipping rectangle, in [minX, minY, maxX, MaxY] order. _(default [-180,-85,180,-85])_ | +| Name | Type | Description | +| -------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | +| points | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** | to find the Voronoi polygons around. | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.bbox? | **Array\** | clipping rectangle, in [minX, minY, maxX, MaxY] order. _(default [-180,-85,180,-85])_ | ### Returns
    - **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)>** a set of polygons, one per input point. + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** a set of polygons, one per input point.
diff --git a/package-lock.json b/package-lock.json index b4173d84..0d2cf4d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,12 +18,15 @@ "leaflet": "^1.9.4", "prism-react-renderer": "^2.3.0", "react": "^18.0.0", - "react-dom": "^18.0.0" + "react-dom": "^18.0.0", + "turf-6": "npm:@turf/turf@^6.5.0", + "turf-7": "npm:@turf/turf@^7.0.0", + "turf-next": "npm:@turf/turf@^7.0.0" }, "devDependencies": { "@docusaurus/module-type-aliases": "3.1.0", "@docusaurus/types": "3.1.0", - "documentation": "13.2.4", + "documentation": "^14.0.3", "glob": "^10.3.10", "load-json-file": "^7.0.1", "prettier": "^3.2.5", @@ -2802,15 +2805,6 @@ "@hapi/hoek": "^9.0.0" } }, - "node_modules/@hutson/parse-repository-url": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@hutson/parse-repository-url/-/parse-repository-url-3.0.2.tgz", - "integrity": "sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, "node_modules/@isaacs/cliui": { "version": "8.0.2", "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", @@ -3561,6 +3555,79 @@ "url": "https://opencollective.com/turf" } }, + "node_modules/@turf/boolean-concave": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/boolean-concave/-/boolean-concave-7.0.0.tgz", + "integrity": "sha512-ybKMUriBFzqvjJMOM+YPID2h0a7ye1ur95NkXzV+GRDG16W0KOtTcSXz3LFfHIBEXtG1dqRIxPSV2uwTTKwDTQ==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/boolean-concave/node_modules/@turf/helpers": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/helpers/-/helpers-7.0.0.tgz", + "integrity": "sha512-vwZvxRuyjGpGXvhXSbT9mX6FK92dBMLWbMbDJ/MXQUPx17ReVPFc+6N6IcxAzZfkiCnqy7vpuq0c+/TTrQxIiA==", + "dependencies": { + "deep-equal": "^2.2.3", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/boolean-concave/node_modules/@turf/invariant": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/invariant/-/invariant-7.0.0.tgz", + "integrity": "sha512-Kayszfz3W8yJ1/cIA3/aNSzAuw7QgSp+IwsSmhLAfp4DbjV0o6sjxRZXRY2gRstZHqkNHSSEeir8V/icdO8sjA==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/boolean-concave/node_modules/deep-equal": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.3.tgz", + "integrity": "sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==", + "dependencies": { + "array-buffer-byte-length": "^1.0.0", + "call-bind": "^1.0.5", + "es-get-iterator": "^1.1.3", + "get-intrinsic": "^1.2.2", + "is-arguments": "^1.1.1", + "is-array-buffer": "^3.0.2", + "is-date-object": "^1.0.5", + "is-regex": "^1.1.4", + "is-shared-array-buffer": "^1.0.2", + "isarray": "^2.0.5", + "object-is": "^1.1.5", + "object-keys": "^1.1.1", + "object.assign": "^4.1.4", + "regexp.prototype.flags": "^1.5.1", + "side-channel": "^1.0.4", + "which-boxed-primitive": "^1.0.2", + "which-collection": "^1.0.1", + "which-typed-array": "^1.1.13" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/@turf/boolean-concave/node_modules/isarray": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" + }, "node_modules/@turf/boolean-contains": { "version": "6.5.0", "resolved": "https://registry.npmjs.org/@turf/boolean-contains/-/boolean-contains-6.5.0.tgz", @@ -3687,6 +3754,404 @@ "url": "https://opencollective.com/turf" } }, + "node_modules/@turf/boolean-touches": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/boolean-touches/-/boolean-touches-7.0.0.tgz", + "integrity": "sha512-eZE2uvylkQLAePHTGRjnVlr+QKnwU9gPAarz2q4YF7hi2QRDQd8kc+Ai/450C3xL9iPYO6wrbAQ7qpmB1Jsq4g==", + "dependencies": { + "@turf/boolean-point-in-polygon": "^7.0.0", + "@turf/boolean-point-on-line": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/boolean-touches/node_modules/@turf/boolean-point-in-polygon": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/boolean-point-in-polygon/-/boolean-point-in-polygon-7.0.0.tgz", + "integrity": "sha512-Z9swETfICqUJ8iVLZimvIOh8r4Wrlu9/X/c/5vIEeVvG4Lu78Ztmgu1KaobZJFC93/ntOAjMBavc9aNgw7TXgQ==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "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": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/boolean-point-on-line/-/boolean-point-on-line-7.0.0.tgz", + "integrity": "sha512-9/1hj2MxcUU4fZu+MQC6rdMsdvAYNTtfxssLrZ1dGXo+NcAoWFbZSrfk62pSJBflveyKY5kXPYY+xQfLT0NeDQ==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/boolean-touches/node_modules/@turf/helpers": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/helpers/-/helpers-7.0.0.tgz", + "integrity": "sha512-vwZvxRuyjGpGXvhXSbT9mX6FK92dBMLWbMbDJ/MXQUPx17ReVPFc+6N6IcxAzZfkiCnqy7vpuq0c+/TTrQxIiA==", + "dependencies": { + "deep-equal": "^2.2.3", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/boolean-touches/node_modules/@turf/invariant": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/invariant/-/invariant-7.0.0.tgz", + "integrity": "sha512-Kayszfz3W8yJ1/cIA3/aNSzAuw7QgSp+IwsSmhLAfp4DbjV0o6sjxRZXRY2gRstZHqkNHSSEeir8V/icdO8sjA==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/boolean-touches/node_modules/deep-equal": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.3.tgz", + "integrity": "sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==", + "dependencies": { + "array-buffer-byte-length": "^1.0.0", + "call-bind": "^1.0.5", + "es-get-iterator": "^1.1.3", + "get-intrinsic": "^1.2.2", + "is-arguments": "^1.1.1", + "is-array-buffer": "^3.0.2", + "is-date-object": "^1.0.5", + "is-regex": "^1.1.4", + "is-shared-array-buffer": "^1.0.2", + "isarray": "^2.0.5", + "object-is": "^1.1.5", + "object-keys": "^1.1.1", + "object.assign": "^4.1.4", + "regexp.prototype.flags": "^1.5.1", + "side-channel": "^1.0.4", + "which-boxed-primitive": "^1.0.2", + "which-collection": "^1.0.1", + "which-typed-array": "^1.1.13" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/@turf/boolean-touches/node_modules/isarray": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" + }, + "node_modules/@turf/boolean-valid": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/boolean-valid/-/boolean-valid-7.0.0.tgz", + "integrity": "sha512-TM2UBVFu59u8fAZVHsVnnnCv6486J2uCFmhsVsSCgTgTET1+Lm0TK0XTj5cyPSYR35qR/BjcU1gO3l45bdap9A==", + "dependencies": { + "@turf/bbox": "^7.0.0", + "@turf/boolean-crosses": "^7.0.0", + "@turf/boolean-disjoint": "^7.0.0", + "@turf/boolean-overlap": "^7.0.0", + "@turf/boolean-point-in-polygon": "^7.0.0", + "@turf/boolean-point-on-line": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/line-intersect": "^7.0.0", + "geojson-polygon-self-intersections": "^1.2.1", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/boolean-valid/node_modules/@turf/bbox": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/bbox/-/bbox-7.0.0.tgz", + "integrity": "sha512-IyXG5HAsn6IZLdAtQo7aWYccjU5WsV+uzIzhGaXrh/qTVylSYmRiWgLdiekHZVED9nv9r7D/EJUMOT4zyA6POA==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/boolean-valid/node_modules/@turf/bearing": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/bearing/-/bearing-7.0.0.tgz", + "integrity": "sha512-r6eBNqqiC8OtW+xIzu0ZyciAUfM85l2LVN2qpTeEyhnaNmnPw7hDsnqwZcbqoBFSLB66MO+BLH40X5OdaoRmmA==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/boolean-valid/node_modules/@turf/boolean-crosses": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/boolean-crosses/-/boolean-crosses-7.0.0.tgz", + "integrity": "sha512-T8/U3fXvEaaf7NbRf42s7hnOYUarK7K1ztXOan0hESnWVzMRFwzIv9QeSW4mARAPU/oV1oOMhSITfbF/Et6W1A==", + "dependencies": { + "@turf/boolean-point-in-polygon": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/line-intersect": "^7.0.0", + "@turf/polygon-to-line": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/boolean-valid/node_modules/@turf/boolean-disjoint": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/boolean-disjoint/-/boolean-disjoint-7.0.0.tgz", + "integrity": "sha512-MAHKqMtdktgxFnz9XFrzyN+VTtmNSd+PgRyo/CT9ucsZ18hd3PV9Y3obGw/k0T6AglMivhBadlHiSMnTfed4Qg==", + "dependencies": { + "@turf/boolean-point-in-polygon": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/line-intersect": "^7.0.0", + "@turf/meta": "^7.0.0", + "@turf/polygon-to-line": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/boolean-valid/node_modules/@turf/boolean-overlap": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/boolean-overlap/-/boolean-overlap-7.0.0.tgz", + "integrity": "sha512-mnZxjGSs8OuH/+QUuP5FGkut2bLr1FGZ63ThJ97aUuJP+lZQnYnkPdT1hQIdcyhtTQgF1yOM7EH+O//DkoROpA==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/line-intersect": "^7.0.0", + "@turf/line-overlap": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/boolean-valid/node_modules/@turf/boolean-point-in-polygon": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/boolean-point-in-polygon/-/boolean-point-in-polygon-7.0.0.tgz", + "integrity": "sha512-Z9swETfICqUJ8iVLZimvIOh8r4Wrlu9/X/c/5vIEeVvG4Lu78Ztmgu1KaobZJFC93/ntOAjMBavc9aNgw7TXgQ==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "point-in-polygon-hao": "^1.1.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/boolean-valid/node_modules/@turf/boolean-point-on-line": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/boolean-point-on-line/-/boolean-point-on-line-7.0.0.tgz", + "integrity": "sha512-9/1hj2MxcUU4fZu+MQC6rdMsdvAYNTtfxssLrZ1dGXo+NcAoWFbZSrfk62pSJBflveyKY5kXPYY+xQfLT0NeDQ==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/boolean-valid/node_modules/@turf/destination": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/destination/-/destination-7.0.0.tgz", + "integrity": "sha512-wXfLd37ul7xuFvv4L7dtNQOZnmYepnrsMZrxbmxvy2SCnF+Rzf1C7D1NQ6+Nx5SInB/SbTfi6SCDgyfB8MOawQ==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/boolean-valid/node_modules/@turf/distance": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/distance/-/distance-7.0.0.tgz", + "integrity": "sha512-DBPKhHABpPZ0KRduRpEaoi8MB6r1DVuyyps68VFH2Qi5H0ZnFtJFj7nQxBPZR3bVpbUq4zzu7I+MiNAd3ujFWQ==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/boolean-valid/node_modules/@turf/helpers": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/helpers/-/helpers-7.0.0.tgz", + "integrity": "sha512-vwZvxRuyjGpGXvhXSbT9mX6FK92dBMLWbMbDJ/MXQUPx17ReVPFc+6N6IcxAzZfkiCnqy7vpuq0c+/TTrQxIiA==", + "dependencies": { + "deep-equal": "^2.2.3", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/boolean-valid/node_modules/@turf/invariant": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/invariant/-/invariant-7.0.0.tgz", + "integrity": "sha512-Kayszfz3W8yJ1/cIA3/aNSzAuw7QgSp+IwsSmhLAfp4DbjV0o6sjxRZXRY2gRstZHqkNHSSEeir8V/icdO8sjA==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/boolean-valid/node_modules/@turf/line-intersect": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/line-intersect/-/line-intersect-7.0.0.tgz", + "integrity": "sha512-vxCwzxCbTyKXO3GsEFQ8hyH1nLQShBhvFobRM2bLrbBlP2fWY9LDGixBcmWuOwV/G/wpQJxAjBJ6IYHjKIJqyA==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "sweepline-intersections": "^1.5.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/boolean-valid/node_modules/@turf/line-overlap": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/line-overlap/-/line-overlap-7.0.0.tgz", + "integrity": "sha512-yYjT0Qe2WIvf3InuSzobmEkD4XguoimdzXt23eHFF/RKNubAwwdFDeLbmyA7fNZFGrMLNEl/zYvgBVXiQ7tihg==", + "dependencies": { + "@turf/boolean-point-on-line": "^7.0.0", + "@turf/geojson-rbush": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/line-segment": "^7.0.0", + "@turf/meta": "^7.0.0", + "@turf/nearest-point-on-line": "^7.0.0", + "deep-equal": "^2.2.3", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/boolean-valid/node_modules/@turf/line-segment": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/line-segment/-/line-segment-7.0.0.tgz", + "integrity": "sha512-Fn8IPEMGQyDAJjjrEOrF0VUCdRosjdvd9x38gq73Qg5oSsZ4p9DdMdgydK27XL74/ivM4+CtDqQkHcj5Aec/yw==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/boolean-valid/node_modules/@turf/meta": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/meta/-/meta-7.0.0.tgz", + "integrity": "sha512-cEXr13uFwhXq5mFBy0IK1U/QepE5qgk3zXpBYsla3lYV7cB83Vh+NNUR+r0/w/QoJqest1TG4H20F9tGYWPi/g==", + "dependencies": { + "@turf/helpers": "^7.0.0" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/boolean-valid/node_modules/@turf/nearest-point-on-line": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/nearest-point-on-line/-/nearest-point-on-line-7.0.0.tgz", + "integrity": "sha512-ADf+oytqY3EVT/9JApoRr5H0f8wzkzeXhJUfTDEcWZoJqT/8lOX2HCo87b6+oEb1QIavlSogoku1+M5xMIcJLw==", + "dependencies": { + "@turf/bearing": "^7.0.0", + "@turf/destination": "^7.0.0", + "@turf/distance": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/line-intersect": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/boolean-valid/node_modules/@turf/polygon-to-line": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/polygon-to-line/-/polygon-to-line-7.0.0.tgz", + "integrity": "sha512-FkbxgABNzULN//WiSWiBqkbePbQANMmYKFgD6tUnVGldTFa1RuUjt/bgbvPjVHZfUdJieyxBszzl1dP0z8czDQ==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/boolean-valid/node_modules/deep-equal": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.3.tgz", + "integrity": "sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==", + "dependencies": { + "array-buffer-byte-length": "^1.0.0", + "call-bind": "^1.0.5", + "es-get-iterator": "^1.1.3", + "get-intrinsic": "^1.2.2", + "is-arguments": "^1.1.1", + "is-array-buffer": "^3.0.2", + "is-date-object": "^1.0.5", + "is-regex": "^1.1.4", + "is-shared-array-buffer": "^1.0.2", + "isarray": "^2.0.5", + "object-is": "^1.1.5", + "object-keys": "^1.1.1", + "object.assign": "^4.1.4", + "regexp.prototype.flags": "^1.5.1", + "side-channel": "^1.0.4", + "which-boxed-primitive": "^1.0.2", + "which-collection": "^1.0.1", + "which-typed-array": "^1.1.13" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/@turf/boolean-valid/node_modules/isarray": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" + }, "node_modules/@turf/boolean-within": { "version": "6.5.0", "resolved": "https://registry.npmjs.org/@turf/boolean-within/-/boolean-within-6.5.0.tgz", @@ -4049,23 +4514,118 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/great-circle": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@turf/great-circle/-/great-circle-6.5.0.tgz", - "integrity": "sha512-7ovyi3HaKOXdFyN7yy1yOMa8IyOvV46RC1QOQTT+RYUN8ke10eyqExwBpL9RFUPvlpoTzoYbM/+lWPogQlFncg==", + "node_modules/@turf/geojson-rbush": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/geojson-rbush/-/geojson-rbush-7.0.0.tgz", + "integrity": "sha512-h0fJPWHkpGEHkVvQ/tv4FwYkWuEbhbSF0rrQEUyXwvZtlZPRBYJ7WQ5qRsvE7QdQK81B7jWxZiM/qWeayALu1g==", "dependencies": { - "@turf/helpers": "^6.5.0", - "@turf/invariant": "^6.5.0" + "@turf/bbox": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "@types/geojson": "7946.0.8", + "rbush": "^3.0.1" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/helpers": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@turf/helpers/-/helpers-6.5.0.tgz", - "integrity": "sha512-VbI1dV5bLFzohYYdgqwikdMVpe7pJ9X3E+dlr425wa2/sMJqYDhTO++ec38/pcPvPE6oD9WEEeU3Xu3gza+VPw==", - "funding": { + "node_modules/@turf/geojson-rbush/node_modules/@turf/bbox": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/bbox/-/bbox-7.0.0.tgz", + "integrity": "sha512-IyXG5HAsn6IZLdAtQo7aWYccjU5WsV+uzIzhGaXrh/qTVylSYmRiWgLdiekHZVED9nv9r7D/EJUMOT4zyA6POA==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/geojson-rbush/node_modules/@turf/helpers": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/helpers/-/helpers-7.0.0.tgz", + "integrity": "sha512-vwZvxRuyjGpGXvhXSbT9mX6FK92dBMLWbMbDJ/MXQUPx17ReVPFc+6N6IcxAzZfkiCnqy7vpuq0c+/TTrQxIiA==", + "dependencies": { + "deep-equal": "^2.2.3", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/geojson-rbush/node_modules/@turf/meta": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/meta/-/meta-7.0.0.tgz", + "integrity": "sha512-cEXr13uFwhXq5mFBy0IK1U/QepE5qgk3zXpBYsla3lYV7cB83Vh+NNUR+r0/w/QoJqest1TG4H20F9tGYWPi/g==", + "dependencies": { + "@turf/helpers": "^7.0.0" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/geojson-rbush/node_modules/deep-equal": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.3.tgz", + "integrity": "sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==", + "dependencies": { + "array-buffer-byte-length": "^1.0.0", + "call-bind": "^1.0.5", + "es-get-iterator": "^1.1.3", + "get-intrinsic": "^1.2.2", + "is-arguments": "^1.1.1", + "is-array-buffer": "^3.0.2", + "is-date-object": "^1.0.5", + "is-regex": "^1.1.4", + "is-shared-array-buffer": "^1.0.2", + "isarray": "^2.0.5", + "object-is": "^1.1.5", + "object-keys": "^1.1.1", + "object.assign": "^4.1.4", + "regexp.prototype.flags": "^1.5.1", + "side-channel": "^1.0.4", + "which-boxed-primitive": "^1.0.2", + "which-collection": "^1.0.1", + "which-typed-array": "^1.1.13" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/@turf/geojson-rbush/node_modules/isarray": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" + }, + "node_modules/@turf/geojson-rbush/node_modules/rbush": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/rbush/-/rbush-3.0.1.tgz", + "integrity": "sha512-XRaVO0YecOpEuIvbhbpTrZgoiI6xBlz6hnlr6EHhd+0x9ase6EmeN+hdwwUaJvLcsFFQ8iWVF1GAK1yB0BWi0w==", + "dependencies": { + "quickselect": "^2.0.0" + } + }, + "node_modules/@turf/great-circle": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@turf/great-circle/-/great-circle-6.5.0.tgz", + "integrity": "sha512-7ovyi3HaKOXdFyN7yy1yOMa8IyOvV46RC1QOQTT+RYUN8ke10eyqExwBpL9RFUPvlpoTzoYbM/+lWPogQlFncg==", + "dependencies": { + "@turf/helpers": "^6.5.0", + "@turf/invariant": "^6.5.0" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/helpers": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@turf/helpers/-/helpers-6.5.0.tgz", + "integrity": "sha512-VbI1dV5bLFzohYYdgqwikdMVpe7pJ9X3E+dlr425wa2/sMJqYDhTO++ec38/pcPvPE6oD9WEEeU3Xu3gza+VPw==", + "funding": { "url": "https://opencollective.com/turf" } }, @@ -4161,6 +4721,14 @@ "url": "https://opencollective.com/turf" } }, + "node_modules/@turf/jsts": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/@turf/jsts/-/jsts-2.7.1.tgz", + "integrity": "sha512-+nwOKme/aUprsxnLSfr2LylV6eL6T1Tuln+4Hl92uwZ8FrmjDRCH5Bi1LJNVfWCiYgk8+5K+t2zDphWNTsIFDA==", + "dependencies": { + "jsts": "2.7.1" + } + }, "node_modules/@turf/kinks": { "version": "6.5.0", "resolved": "https://registry.npmjs.org/@turf/kinks/-/kinks-6.5.0.tgz", @@ -4382,6 +4950,187 @@ "url": "https://opencollective.com/turf" } }, + "node_modules/@turf/nearest-neighbor-analysis": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/nearest-neighbor-analysis/-/nearest-neighbor-analysis-7.0.0.tgz", + "integrity": "sha512-wz+2U271niT7l18SIctAo5Muh5kqyZl4bqFUWTQhhhzXkcP2hCYT9gYWkrZN0gfyp9sCWUe7mgoU6/wGDsiENQ==", + "dependencies": { + "@turf/area": "^7.0.0", + "@turf/bbox": "^7.0.0", + "@turf/bbox-polygon": "^7.0.0", + "@turf/centroid": "^7.0.0", + "@turf/distance": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "@turf/nearest-point": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/nearest-neighbor-analysis/node_modules/@turf/area": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/area/-/area-7.0.0.tgz", + "integrity": "sha512-Q/P6OGV8dJJs1BiraKFNBjtsMbz7B52mLCtgKh3syzujSREMx52RlsiOBQp8GujFMMiau+Mt25XKbVwtjHVi8Q==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/nearest-neighbor-analysis/node_modules/@turf/bbox": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/bbox/-/bbox-7.0.0.tgz", + "integrity": "sha512-IyXG5HAsn6IZLdAtQo7aWYccjU5WsV+uzIzhGaXrh/qTVylSYmRiWgLdiekHZVED9nv9r7D/EJUMOT4zyA6POA==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/nearest-neighbor-analysis/node_modules/@turf/bbox-polygon": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/bbox-polygon/-/bbox-polygon-7.0.0.tgz", + "integrity": "sha512-RMBADOr0zOhVhTidKXCAx1TLTzgBvZwQKI6KJ1FgoCPH7GMZZnMXGMvOtdQLdsplS4Zs6+NoVtaK2x0+EXdYJQ==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/nearest-neighbor-analysis/node_modules/@turf/centroid": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/centroid/-/centroid-7.0.0.tgz", + "integrity": "sha512-TMKp5yadglNVRxX3xuk1qQDEy5JFHmlYVBamzXuD8DL8rYdVog2x4gQHrwn7xrUyAlKJ4fUZZPkYBWfW6TDWbw==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/nearest-neighbor-analysis/node_modules/@turf/clone": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/clone/-/clone-7.0.0.tgz", + "integrity": "sha512-bQBx/wbQoGNtZzuHetLt44NMqOCnjSXcvTWm+LJ7YTmwrqZVAjISDhFxgawY/L+G3p+ya5WoxQwZWak80uYg3A==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/nearest-neighbor-analysis/node_modules/@turf/distance": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/distance/-/distance-7.0.0.tgz", + "integrity": "sha512-DBPKhHABpPZ0KRduRpEaoi8MB6r1DVuyyps68VFH2Qi5H0ZnFtJFj7nQxBPZR3bVpbUq4zzu7I+MiNAd3ujFWQ==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/nearest-neighbor-analysis/node_modules/@turf/helpers": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/helpers/-/helpers-7.0.0.tgz", + "integrity": "sha512-vwZvxRuyjGpGXvhXSbT9mX6FK92dBMLWbMbDJ/MXQUPx17ReVPFc+6N6IcxAzZfkiCnqy7vpuq0c+/TTrQxIiA==", + "dependencies": { + "deep-equal": "^2.2.3", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/nearest-neighbor-analysis/node_modules/@turf/invariant": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/invariant/-/invariant-7.0.0.tgz", + "integrity": "sha512-Kayszfz3W8yJ1/cIA3/aNSzAuw7QgSp+IwsSmhLAfp4DbjV0o6sjxRZXRY2gRstZHqkNHSSEeir8V/icdO8sjA==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/nearest-neighbor-analysis/node_modules/@turf/meta": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/meta/-/meta-7.0.0.tgz", + "integrity": "sha512-cEXr13uFwhXq5mFBy0IK1U/QepE5qgk3zXpBYsla3lYV7cB83Vh+NNUR+r0/w/QoJqest1TG4H20F9tGYWPi/g==", + "dependencies": { + "@turf/helpers": "^7.0.0" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/nearest-neighbor-analysis/node_modules/@turf/nearest-point": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/nearest-point/-/nearest-point-7.0.0.tgz", + "integrity": "sha512-h3uLUoeo6JWTirpI499SRooqEoDxia2C/kDqAwAeXFqwxzGqGprtNA/C0bMgHfxE1M2rxORGzvgywKirpLu1dA==", + "dependencies": { + "@turf/clone": "^7.0.0", + "@turf/distance": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/nearest-neighbor-analysis/node_modules/deep-equal": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.3.tgz", + "integrity": "sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==", + "dependencies": { + "array-buffer-byte-length": "^1.0.0", + "call-bind": "^1.0.5", + "es-get-iterator": "^1.1.3", + "get-intrinsic": "^1.2.2", + "is-arguments": "^1.1.1", + "is-array-buffer": "^3.0.2", + "is-date-object": "^1.0.5", + "is-regex": "^1.1.4", + "is-shared-array-buffer": "^1.0.2", + "isarray": "^2.0.5", + "object-is": "^1.1.5", + "object-keys": "^1.1.1", + "object.assign": "^4.1.4", + "regexp.prototype.flags": "^1.5.1", + "side-channel": "^1.0.4", + "which-boxed-primitive": "^1.0.2", + "which-collection": "^1.0.1", + "which-typed-array": "^1.1.13" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/@turf/nearest-neighbor-analysis/node_modules/isarray": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" + }, "node_modules/@turf/nearest-point": { "version": "6.5.0", "resolved": "https://registry.npmjs.org/@turf/nearest-point/-/nearest-point-6.5.0.tgz", @@ -4568,156 +5317,464 @@ "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/random": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@turf/random/-/random-6.5.0.tgz", - "integrity": "sha512-8Q25gQ/XbA7HJAe+eXp4UhcXM9aOOJFaxZ02+XSNwMvY8gtWSCBLVqRcW4OhqilgZ8PeuQDWgBxeo+BIqqFWFQ==", + "node_modules/@turf/quadrat-analysis": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/quadrat-analysis/-/quadrat-analysis-7.0.0.tgz", + "integrity": "sha512-JaCARFLS7mFIGORpRFcqrrCWVgTi+Vw5prSgQdaMVMcXo5+wsPh0fJUno4PGHt++R6AE3ZgxtDq2gS/1RZfhOA==", "dependencies": { - "@turf/helpers": "^6.5.0" + "@turf/area": "^7.0.0", + "@turf/bbox": "^7.0.0", + "@turf/bbox-polygon": "^7.0.0", + "@turf/centroid": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/point-grid": "^7.0.0", + "@turf/random": "^7.0.0", + "@turf/square-grid": "^7.0.0", + "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/rectangle-grid": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@turf/rectangle-grid/-/rectangle-grid-6.5.0.tgz", - "integrity": "sha512-yQZ/1vbW68O2KsSB3OZYK+72aWz/Adnf7m2CMKcC+aq6TwjxZjAvlbCOsNUnMAuldRUVN1ph6RXMG4e9KEvKvg==", + "node_modules/@turf/quadrat-analysis/node_modules/@turf/area": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/area/-/area-7.0.0.tgz", + "integrity": "sha512-Q/P6OGV8dJJs1BiraKFNBjtsMbz7B52mLCtgKh3syzujSREMx52RlsiOBQp8GujFMMiau+Mt25XKbVwtjHVi8Q==", "dependencies": { - "@turf/boolean-intersects": "^6.5.0", - "@turf/distance": "^6.5.0", - "@turf/helpers": "^6.5.0" + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/rewind": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@turf/rewind/-/rewind-6.5.0.tgz", - "integrity": "sha512-IoUAMcHWotBWYwSYuYypw/LlqZmO+wcBpn8ysrBNbazkFNkLf3btSDZMkKJO/bvOzl55imr/Xj4fi3DdsLsbzQ==", + "node_modules/@turf/quadrat-analysis/node_modules/@turf/bbox": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/bbox/-/bbox-7.0.0.tgz", + "integrity": "sha512-IyXG5HAsn6IZLdAtQo7aWYccjU5WsV+uzIzhGaXrh/qTVylSYmRiWgLdiekHZVED9nv9r7D/EJUMOT4zyA6POA==", "dependencies": { - "@turf/boolean-clockwise": "^6.5.0", - "@turf/clone": "^6.5.0", - "@turf/helpers": "^6.5.0", - "@turf/invariant": "^6.5.0", - "@turf/meta": "^6.5.0" + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/rhumb-bearing": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@turf/rhumb-bearing/-/rhumb-bearing-6.5.0.tgz", - "integrity": "sha512-jMyqiMRK4hzREjQmnLXmkJ+VTNTx1ii8vuqRwJPcTlKbNWfjDz/5JqJlb5NaFDcdMpftWovkW5GevfnuzHnOYA==", + "node_modules/@turf/quadrat-analysis/node_modules/@turf/bbox-polygon": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/bbox-polygon/-/bbox-polygon-7.0.0.tgz", + "integrity": "sha512-RMBADOr0zOhVhTidKXCAx1TLTzgBvZwQKI6KJ1FgoCPH7GMZZnMXGMvOtdQLdsplS4Zs6+NoVtaK2x0+EXdYJQ==", "dependencies": { - "@turf/helpers": "^6.5.0", - "@turf/invariant": "^6.5.0" + "@turf/helpers": "^7.0.0", + "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/rhumb-destination": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@turf/rhumb-destination/-/rhumb-destination-6.5.0.tgz", - "integrity": "sha512-RHNP1Oy+7xTTdRrTt375jOZeHceFbjwohPHlr9Hf68VdHHPMAWgAKqiX2YgSWDcvECVmiGaBKWus1Df+N7eE4Q==", + "node_modules/@turf/quadrat-analysis/node_modules/@turf/boolean-disjoint": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/boolean-disjoint/-/boolean-disjoint-7.0.0.tgz", + "integrity": "sha512-MAHKqMtdktgxFnz9XFrzyN+VTtmNSd+PgRyo/CT9ucsZ18hd3PV9Y3obGw/k0T6AglMivhBadlHiSMnTfed4Qg==", "dependencies": { - "@turf/helpers": "^6.5.0", - "@turf/invariant": "^6.5.0" + "@turf/boolean-point-in-polygon": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/line-intersect": "^7.0.0", + "@turf/meta": "^7.0.0", + "@turf/polygon-to-line": "^7.0.0", + "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/rhumb-distance": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@turf/rhumb-distance/-/rhumb-distance-6.5.0.tgz", - "integrity": "sha512-oKp8KFE8E4huC2Z1a1KNcFwjVOqa99isxNOwfo4g3SUABQ6NezjKDDrnvC4yI5YZ3/huDjULLBvhed45xdCrzg==", + "node_modules/@turf/quadrat-analysis/node_modules/@turf/boolean-intersects": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/boolean-intersects/-/boolean-intersects-7.0.0.tgz", + "integrity": "sha512-+jNZw/ziZ2xyeDoasuwubVu3arRS71i6tSxvnPQmsWISki6rLJF7OQEkc9LNIllYlADCZUkUTJ1OktznrEUDkA==", "dependencies": { - "@turf/helpers": "^6.5.0", - "@turf/invariant": "^6.5.0" + "@turf/boolean-disjoint": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/sample": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@turf/sample/-/sample-6.5.0.tgz", - "integrity": "sha512-kSdCwY7el15xQjnXYW520heKUrHwRvnzx8ka4eYxX9NFeOxaFITLW2G7UtXb6LJK8mmPXI8Aexv23F2ERqzGFg==", + "node_modules/@turf/quadrat-analysis/node_modules/@turf/boolean-point-in-polygon": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/boolean-point-in-polygon/-/boolean-point-in-polygon-7.0.0.tgz", + "integrity": "sha512-Z9swETfICqUJ8iVLZimvIOh8r4Wrlu9/X/c/5vIEeVvG4Lu78Ztmgu1KaobZJFC93/ntOAjMBavc9aNgw7TXgQ==", "dependencies": { - "@turf/helpers": "^6.5.0" + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "point-in-polygon-hao": "^1.1.0", + "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/sector": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@turf/sector/-/sector-6.5.0.tgz", - "integrity": "sha512-cYUOkgCTWqa23SOJBqxoFAc/yGCUsPRdn/ovbRTn1zNTm/Spmk6hVB84LCKOgHqvSF25i0d2kWqpZDzLDdAPbw==", + "node_modules/@turf/quadrat-analysis/node_modules/@turf/boolean-point-on-line": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/boolean-point-on-line/-/boolean-point-on-line-7.0.0.tgz", + "integrity": "sha512-9/1hj2MxcUU4fZu+MQC6rdMsdvAYNTtfxssLrZ1dGXo+NcAoWFbZSrfk62pSJBflveyKY5kXPYY+xQfLT0NeDQ==", "dependencies": { - "@turf/circle": "^6.5.0", - "@turf/helpers": "^6.5.0", - "@turf/invariant": "^6.5.0", - "@turf/line-arc": "^6.5.0", - "@turf/meta": "^6.5.0" + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/shortest-path": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@turf/shortest-path/-/shortest-path-6.5.0.tgz", - "integrity": "sha512-4de5+G7+P4hgSoPwn+SO9QSi9HY5NEV/xRJ+cmoFVRwv2CDsuOPDheHKeuIAhKyeKDvPvPt04XYWbac4insJMg==", + "node_modules/@turf/quadrat-analysis/node_modules/@turf/boolean-within": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/boolean-within/-/boolean-within-7.0.0.tgz", + "integrity": "sha512-QmOX34T7z9wzuzUVsXx3KMCMsxLi71/SOcrgkcHhcWsThx+VPPmyIUtTa8XnBt1BBlx7IIrR2pAeORkUi0CdEg==", "dependencies": { - "@turf/bbox": "^6.5.0", - "@turf/bbox-polygon": "^6.5.0", - "@turf/boolean-point-in-polygon": "^6.5.0", - "@turf/clean-coords": "^6.5.0", - "@turf/distance": "^6.5.0", - "@turf/helpers": "^6.5.0", - "@turf/invariant": "^6.5.0", - "@turf/meta": "^6.5.0", - "@turf/transform-scale": "^6.5.0" + "@turf/bbox": "^7.0.0", + "@turf/boolean-point-in-polygon": "^7.0.0", + "@turf/boolean-point-on-line": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/simplify": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@turf/simplify/-/simplify-6.5.0.tgz", - "integrity": "sha512-USas3QqffPHUY184dwQdP8qsvcVH/PWBYdXY5am7YTBACaQOMAlf6AKJs9FT8jiO6fQpxfgxuEtwmox+pBtlOg==", + "node_modules/@turf/quadrat-analysis/node_modules/@turf/centroid": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/centroid/-/centroid-7.0.0.tgz", + "integrity": "sha512-TMKp5yadglNVRxX3xuk1qQDEy5JFHmlYVBamzXuD8DL8rYdVog2x4gQHrwn7xrUyAlKJ4fUZZPkYBWfW6TDWbw==", "dependencies": { - "@turf/clean-coords": "^6.5.0", - "@turf/clone": "^6.5.0", - "@turf/helpers": "^6.5.0", - "@turf/meta": "^6.5.0" + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/square": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@turf/square/-/square-6.5.0.tgz", - "integrity": "sha512-BM2UyWDmiuHCadVhHXKIx5CQQbNCpOxB6S/aCNOCLbhCeypKX5Q0Aosc5YcmCJgkwO5BERCC6Ee7NMbNB2vHmQ==", + "node_modules/@turf/quadrat-analysis/node_modules/@turf/distance": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/distance/-/distance-7.0.0.tgz", + "integrity": "sha512-DBPKhHABpPZ0KRduRpEaoi8MB6r1DVuyyps68VFH2Qi5H0ZnFtJFj7nQxBPZR3bVpbUq4zzu7I+MiNAd3ujFWQ==", "dependencies": { - "@turf/distance": "^6.5.0", - "@turf/helpers": "^6.5.0" + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" }, "funding": { "url": "https://opencollective.com/turf" } }, - "node_modules/@turf/square-grid": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@turf/square-grid/-/square-grid-6.5.0.tgz", - "integrity": "sha512-mlR0ayUdA+L4c9h7p4k3pX6gPWHNGuZkt2c5II1TJRmhLkW2557d6b/Vjfd1z9OVaajb1HinIs1FMSAPXuuUrA==", + "node_modules/@turf/quadrat-analysis/node_modules/@turf/helpers": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/helpers/-/helpers-7.0.0.tgz", + "integrity": "sha512-vwZvxRuyjGpGXvhXSbT9mX6FK92dBMLWbMbDJ/MXQUPx17ReVPFc+6N6IcxAzZfkiCnqy7vpuq0c+/TTrQxIiA==", + "dependencies": { + "deep-equal": "^2.2.3", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/quadrat-analysis/node_modules/@turf/invariant": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/invariant/-/invariant-7.0.0.tgz", + "integrity": "sha512-Kayszfz3W8yJ1/cIA3/aNSzAuw7QgSp+IwsSmhLAfp4DbjV0o6sjxRZXRY2gRstZHqkNHSSEeir8V/icdO8sjA==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/quadrat-analysis/node_modules/@turf/line-intersect": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/line-intersect/-/line-intersect-7.0.0.tgz", + "integrity": "sha512-vxCwzxCbTyKXO3GsEFQ8hyH1nLQShBhvFobRM2bLrbBlP2fWY9LDGixBcmWuOwV/G/wpQJxAjBJ6IYHjKIJqyA==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "sweepline-intersections": "^1.5.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/quadrat-analysis/node_modules/@turf/meta": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/meta/-/meta-7.0.0.tgz", + "integrity": "sha512-cEXr13uFwhXq5mFBy0IK1U/QepE5qgk3zXpBYsla3lYV7cB83Vh+NNUR+r0/w/QoJqest1TG4H20F9tGYWPi/g==", + "dependencies": { + "@turf/helpers": "^7.0.0" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/quadrat-analysis/node_modules/@turf/point-grid": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/point-grid/-/point-grid-7.0.0.tgz", + "integrity": "sha512-vXtFeWFC0i9T71AVX5VdlqD2mlKhk649OF/pEJB9wtCGDHYax9kkObNDSz4mFAz4UqQ67P5Lipg8YYaawgmDZg==", + "dependencies": { + "@turf/boolean-within": "^7.0.0", + "@turf/distance": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/quadrat-analysis/node_modules/@turf/polygon-to-line": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/polygon-to-line/-/polygon-to-line-7.0.0.tgz", + "integrity": "sha512-FkbxgABNzULN//WiSWiBqkbePbQANMmYKFgD6tUnVGldTFa1RuUjt/bgbvPjVHZfUdJieyxBszzl1dP0z8czDQ==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/quadrat-analysis/node_modules/@turf/random": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/random/-/random-7.0.0.tgz", + "integrity": "sha512-l3+FW0pk6MUQx2lyMvzps2YQS7ovP6YoV0tVvuNaQq0UICB1P4EHJIKLMTe5pXk73Z3p0wTgnEPk0Z2lqWaeGQ==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/quadrat-analysis/node_modules/@turf/rectangle-grid": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/rectangle-grid/-/rectangle-grid-7.0.0.tgz", + "integrity": "sha512-iLMRfaWs9+BlGaDP5ka7J9bTGFPGim1Tl38uNTPagIVxk6bNfB8156S9up+/7scpjuQGxY0ky3tlR9aVYlWNdw==", + "dependencies": { + "@turf/boolean-intersects": "^7.0.0", + "@turf/distance": "^7.0.0", + "@turf/helpers": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/quadrat-analysis/node_modules/@turf/square-grid": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/square-grid/-/square-grid-7.0.0.tgz", + "integrity": "sha512-Dz7GyFRbcf0aek5nm7gW5gVYq/dJdn+JkVFgSIimysRl1tBtQiE0LvjZRdS97JvPs6m6hcZT+sDEXW1fLDPYFA==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/rectangle-grid": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/quadrat-analysis/node_modules/deep-equal": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.3.tgz", + "integrity": "sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==", + "dependencies": { + "array-buffer-byte-length": "^1.0.0", + "call-bind": "^1.0.5", + "es-get-iterator": "^1.1.3", + "get-intrinsic": "^1.2.2", + "is-arguments": "^1.1.1", + "is-array-buffer": "^3.0.2", + "is-date-object": "^1.0.5", + "is-regex": "^1.1.4", + "is-shared-array-buffer": "^1.0.2", + "isarray": "^2.0.5", + "object-is": "^1.1.5", + "object-keys": "^1.1.1", + "object.assign": "^4.1.4", + "regexp.prototype.flags": "^1.5.1", + "side-channel": "^1.0.4", + "which-boxed-primitive": "^1.0.2", + "which-collection": "^1.0.1", + "which-typed-array": "^1.1.13" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/@turf/quadrat-analysis/node_modules/isarray": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" + }, + "node_modules/@turf/random": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@turf/random/-/random-6.5.0.tgz", + "integrity": "sha512-8Q25gQ/XbA7HJAe+eXp4UhcXM9aOOJFaxZ02+XSNwMvY8gtWSCBLVqRcW4OhqilgZ8PeuQDWgBxeo+BIqqFWFQ==", + "dependencies": { + "@turf/helpers": "^6.5.0" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/rectangle-grid": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@turf/rectangle-grid/-/rectangle-grid-6.5.0.tgz", + "integrity": "sha512-yQZ/1vbW68O2KsSB3OZYK+72aWz/Adnf7m2CMKcC+aq6TwjxZjAvlbCOsNUnMAuldRUVN1ph6RXMG4e9KEvKvg==", + "dependencies": { + "@turf/boolean-intersects": "^6.5.0", + "@turf/distance": "^6.5.0", + "@turf/helpers": "^6.5.0" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/rewind": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@turf/rewind/-/rewind-6.5.0.tgz", + "integrity": "sha512-IoUAMcHWotBWYwSYuYypw/LlqZmO+wcBpn8ysrBNbazkFNkLf3btSDZMkKJO/bvOzl55imr/Xj4fi3DdsLsbzQ==", + "dependencies": { + "@turf/boolean-clockwise": "^6.5.0", + "@turf/clone": "^6.5.0", + "@turf/helpers": "^6.5.0", + "@turf/invariant": "^6.5.0", + "@turf/meta": "^6.5.0" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/rhumb-bearing": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@turf/rhumb-bearing/-/rhumb-bearing-6.5.0.tgz", + "integrity": "sha512-jMyqiMRK4hzREjQmnLXmkJ+VTNTx1ii8vuqRwJPcTlKbNWfjDz/5JqJlb5NaFDcdMpftWovkW5GevfnuzHnOYA==", + "dependencies": { + "@turf/helpers": "^6.5.0", + "@turf/invariant": "^6.5.0" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/rhumb-destination": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@turf/rhumb-destination/-/rhumb-destination-6.5.0.tgz", + "integrity": "sha512-RHNP1Oy+7xTTdRrTt375jOZeHceFbjwohPHlr9Hf68VdHHPMAWgAKqiX2YgSWDcvECVmiGaBKWus1Df+N7eE4Q==", + "dependencies": { + "@turf/helpers": "^6.5.0", + "@turf/invariant": "^6.5.0" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/rhumb-distance": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@turf/rhumb-distance/-/rhumb-distance-6.5.0.tgz", + "integrity": "sha512-oKp8KFE8E4huC2Z1a1KNcFwjVOqa99isxNOwfo4g3SUABQ6NezjKDDrnvC4yI5YZ3/huDjULLBvhed45xdCrzg==", + "dependencies": { + "@turf/helpers": "^6.5.0", + "@turf/invariant": "^6.5.0" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/sample": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@turf/sample/-/sample-6.5.0.tgz", + "integrity": "sha512-kSdCwY7el15xQjnXYW520heKUrHwRvnzx8ka4eYxX9NFeOxaFITLW2G7UtXb6LJK8mmPXI8Aexv23F2ERqzGFg==", + "dependencies": { + "@turf/helpers": "^6.5.0" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/sector": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@turf/sector/-/sector-6.5.0.tgz", + "integrity": "sha512-cYUOkgCTWqa23SOJBqxoFAc/yGCUsPRdn/ovbRTn1zNTm/Spmk6hVB84LCKOgHqvSF25i0d2kWqpZDzLDdAPbw==", + "dependencies": { + "@turf/circle": "^6.5.0", + "@turf/helpers": "^6.5.0", + "@turf/invariant": "^6.5.0", + "@turf/line-arc": "^6.5.0", + "@turf/meta": "^6.5.0" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/shortest-path": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@turf/shortest-path/-/shortest-path-6.5.0.tgz", + "integrity": "sha512-4de5+G7+P4hgSoPwn+SO9QSi9HY5NEV/xRJ+cmoFVRwv2CDsuOPDheHKeuIAhKyeKDvPvPt04XYWbac4insJMg==", + "dependencies": { + "@turf/bbox": "^6.5.0", + "@turf/bbox-polygon": "^6.5.0", + "@turf/boolean-point-in-polygon": "^6.5.0", + "@turf/clean-coords": "^6.5.0", + "@turf/distance": "^6.5.0", + "@turf/helpers": "^6.5.0", + "@turf/invariant": "^6.5.0", + "@turf/meta": "^6.5.0", + "@turf/transform-scale": "^6.5.0" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/simplify": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@turf/simplify/-/simplify-6.5.0.tgz", + "integrity": "sha512-USas3QqffPHUY184dwQdP8qsvcVH/PWBYdXY5am7YTBACaQOMAlf6AKJs9FT8jiO6fQpxfgxuEtwmox+pBtlOg==", + "dependencies": { + "@turf/clean-coords": "^6.5.0", + "@turf/clone": "^6.5.0", + "@turf/helpers": "^6.5.0", + "@turf/meta": "^6.5.0" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/square": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@turf/square/-/square-6.5.0.tgz", + "integrity": "sha512-BM2UyWDmiuHCadVhHXKIx5CQQbNCpOxB6S/aCNOCLbhCeypKX5Q0Aosc5YcmCJgkwO5BERCC6Ee7NMbNB2vHmQ==", + "dependencies": { + "@turf/distance": "^6.5.0", + "@turf/helpers": "^6.5.0" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/square-grid": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@turf/square-grid/-/square-grid-6.5.0.tgz", + "integrity": "sha512-mlR0ayUdA+L4c9h7p4k3pX6gPWHNGuZkt2c5II1TJRmhLkW2557d6b/Vjfd1z9OVaajb1HinIs1FMSAPXuuUrA==", "dependencies": { "@turf/helpers": "^6.5.0", "@turf/rectangle-grid": "^6.5.0" @@ -5116,6 +6173,17 @@ "@types/send": "*" } }, + "node_modules/@types/extend": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@types/extend/-/extend-3.0.4.tgz", + "integrity": "sha512-ArMouDUTJEz1SQRpFsT2rIw7DeqICFv5aaVzLSIYMYQSLcwcGOfT3VyglQs/p7K3F7fT4zxr0NWxYZIdifD6dA==", + "dev": true + }, + "node_modules/@types/geojson": { + "version": "7946.0.8", + "resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.8.tgz", + "integrity": "sha512-1rkryxURpr6aWP7R786/UQOkJ3PcpQiWkAXBmdWc7ryFWqN6a4xfK7BtjXvFBKO9LjQ+MWQSWxYeZX1OApnArA==" + }, "node_modules/@types/gtag.js": { "version": "0.0.12", "resolved": "https://registry.npmjs.org/@types/gtag.js/-/gtag.js-0.0.12.tgz", @@ -5208,12 +6276,6 @@ "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz", "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==" }, - "node_modules/@types/minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==", - "dev": true - }, "node_modules/@types/ms": { "version": "0.7.34", "resolved": "https://registry.npmjs.org/@types/ms/-/ms-0.7.34.tgz", @@ -5246,6 +6308,12 @@ "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz", "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==" }, + "node_modules/@types/parse5": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/@types/parse5/-/parse5-6.0.3.tgz", + "integrity": "sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g==", + "dev": true + }, "node_modules/@types/prismjs": { "version": "1.26.3", "resolved": "https://registry.npmjs.org/@types/prismjs/-/prismjs-1.26.3.tgz", @@ -5358,6 +6426,12 @@ "@types/node": "*" } }, + "node_modules/@types/supports-color": { + "version": "8.1.3", + "resolved": "https://registry.npmjs.org/@types/supports-color/-/supports-color-8.1.3.tgz", + "integrity": "sha512-Hy6UMpxhE3j1tLpl27exp1XqHD7n8chAiNPzWfz16LPZoMMoSc4dzLl6w9qijkEb/r5O1ozdu1CWGA2L83ZeZg==", + "dev": true + }, "node_modules/@types/trusted-types": { "version": "2.0.7", "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz", @@ -5668,52 +6742,14 @@ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" } }, - "node_modules/acorn-node": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/acorn-node/-/acorn-node-1.8.2.tgz", - "integrity": "sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A==", - "dev": true, - "dependencies": { - "acorn": "^7.0.0", - "acorn-walk": "^7.0.0", - "xtend": "^4.0.2" + "node_modules/acorn-walk": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.2.tgz", + "integrity": "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==", + "engines": { + "node": ">=0.4.0" } }, - "node_modules/acorn-node/node_modules/acorn": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", - "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", - "dev": true, - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/acorn-node/node_modules/acorn-walk": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", - "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==", - "dev": true, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/acorn-walk": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.2.tgz", - "integrity": "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/add-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/add-stream/-/add-stream-1.0.0.tgz", - "integrity": "sha512-qQLMr+8o0WC4FZGQTcJiKBVC59JylcPSrTtk6usvmIDFUOCKegapy1VHQwRbFMOFyb/inzUVqHs+eMYKDM1YeQ==", - "dev": true - }, "node_modules/address": { "version": "1.2.2", "resolved": "https://registry.npmjs.org/address/-/address-1.2.2.tgz", @@ -5834,18 +6870,6 @@ "node": ">=8" } }, - "node_modules/ansi-html": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz", - "integrity": "sha512-JoAxEa1DfP9m2xfB/y2r/aKcwXNlltr4+0QSBC4TrLfcxyvepX2Pv0t/xpgGV5bGsDzCYV8SzjWgyCW0T9yYbA==", - "dev": true, - "engines": [ - "node >= 0.8.0" - ], - "bin": { - "ansi-html": "bin/ansi-html" - } - }, "node_modules/ansi-html-community": { "version": "0.0.8", "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz", @@ -5891,18 +6915,6 @@ "node": ">= 8" } }, - "node_modules/append-buffer": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/append-buffer/-/append-buffer-1.0.2.tgz", - "integrity": "sha512-WLbYiXzD3y/ATLZFufV/rZvWdZOs+Z/+5v1rBZ463Jn398pa6kcde27cvozYnBoxXblGZTFfoPpsaEw0orU5BA==", - "dev": true, - "dependencies": { - "buffer-equal": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/arg": { "version": "5.0.2", "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", @@ -5913,31 +6925,19 @@ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" }, - "node_modules/arr-diff": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz", - "integrity": "sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/arr-flatten": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", - "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/arr-union": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz", - "integrity": "sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==", - "dev": true, + "node_modules/array-buffer-byte-length": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz", + "integrity": "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==", + "dependencies": { + "call-bind": "^1.0.5", + "is-array-buffer": "^3.0.4" + }, "engines": { - "node": ">=0.10.0" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, "node_modules/array-flatten": { @@ -5945,12 +6945,6 @@ "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==" }, - "node_modules/array-ify": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/array-ify/-/array-ify-1.0.0.tgz", - "integrity": "sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==", - "dev": true - }, "node_modules/array-union": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", @@ -5959,33 +6953,6 @@ "node": ">=8" } }, - "node_modules/array-unique": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", - "integrity": "sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/arrify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", - "integrity": "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/assign-symbols": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", - "integrity": "sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/astring": { "version": "1.8.6", "resolved": "https://registry.npmjs.org/astring/-/astring-1.8.6.tgz", @@ -6002,18 +6969,6 @@ "node": ">= 4.0.0" } }, - "node_modules/atob": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", - "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==", - "dev": true, - "bin": { - "atob": "bin/atob.js" - }, - "engines": { - "node": ">= 4.5.0" - } - }, "node_modules/autoprefixer": { "version": "10.4.18", "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.18.tgz", @@ -6050,6 +7005,20 @@ "postcss": "^8.1.0" } }, + "node_modules/available-typed-arrays": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz", + "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==", + "dependencies": { + "possible-typed-array-names": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/babel-loader": { "version": "9.1.3", "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-9.1.3.tgz", @@ -6148,18 +7117,6 @@ "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" } }, - "node_modules/babelify": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/babelify/-/babelify-10.0.0.tgz", - "integrity": "sha512-X40FaxyH7t3X+JFAKvb1H9wooWKLRCi8pg3m8poqtdZaIng+bjzp9RvKQCvRjF9isHiPkXspbbXT/zwXLtwgwg==", - "dev": true, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, "node_modules/bail": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", @@ -6174,36 +7131,6 @@ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" }, - "node_modules/base": { - "version": "0.11.2", - "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz", - "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", - "dev": true, - "dependencies": { - "cache-base": "^1.0.1", - "class-utils": "^0.3.5", - "component-emitter": "^1.2.1", - "define-property": "^1.0.0", - "isobject": "^3.0.1", - "mixin-deep": "^1.2.0", - "pascalcase": "^0.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/base/node_modules/define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==", - "dev": true, - "dependencies": { - "is-descriptor": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/batch": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", @@ -6228,18 +7155,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/body": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/body/-/body-5.1.0.tgz", - "integrity": "sha512-chUsBxGRtuElD6fmw1gHLpvnKdVLK302peeFa9ZqAEk8TyzZ3fygLyUEDDPTJvL9+Bor0dIwn6ePOsRM2y0zQQ==", - "dev": true, - "dependencies": { - "continuable-cache": "^0.3.1", - "error": "^7.0.0", - "raw-body": "~1.1.0", - "safe-json-parse": "~1.0.1" - } - }, "node_modules/body-parser": { "version": "1.20.2", "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.2.tgz", @@ -6284,31 +7199,6 @@ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" }, - "node_modules/body/node_modules/bytes": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-1.0.0.tgz", - "integrity": "sha512-/x68VkHLeTl3/Ll8IvxdwzhrT+IyKc52e/oyHhA2RwqPqswSnjVbSddfPRwAsJtbilMAPSRWwAlpxdYsSWOTKQ==", - "dev": true - }, - "node_modules/body/node_modules/raw-body": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-1.1.7.tgz", - "integrity": "sha512-WmJJU2e9Y6M5UzTOkHaM7xJGAPQD8PNzx3bAd2+uhZAim6wDk6dAZxPVYLF67XhbR4hmKGh33Lpmh4XWrCH5Mg==", - "dev": true, - "dependencies": { - "bytes": "1", - "string_decoder": "0.10" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/body/node_modules/string_decoder": { - "version": "0.10.31", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", - "integrity": "sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==", - "dev": true - }, "node_modules/bonjour-service": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.2.1.tgz", @@ -6364,21 +7254,6 @@ "node": ">=8" } }, - "node_modules/browser-resolve": { - "version": "1.11.3", - "resolved": "https://registry.npmjs.org/browser-resolve/-/browser-resolve-1.11.3.tgz", - "integrity": "sha512-exDi1BYWB/6raKHmDTCicQfTkqwN5fioMFV4j8BsfMU4R2DK/QfZfK7kOVkmWCNANf0snkBzqGqAJBao9gZMdQ==", - "dev": true, - "dependencies": { - "resolve": "1.1.7" - } - }, - "node_modules/browser-resolve/node_modules/resolve": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz", - "integrity": "sha512-9znBF0vBcaSN3W2j7wKvdERPwqTxSpCq+if5C0WoTCyV9n24rua28jeuQ2pL/HOf+yUe/Mef+H/5p60K0Id3bg==", - "dev": true - }, "node_modules/browserslist": { "version": "4.23.0", "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz", @@ -6410,29 +7285,11 @@ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" } }, - "node_modules/buffer-equal": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/buffer-equal/-/buffer-equal-1.0.1.tgz", - "integrity": "sha512-QoV3ptgEaQpvVwbXdSO39iqPQTCxSF7A5U99AxbHYqUdCizL/lH2Z0A2y6nbZucxMEOtNyZfG2s6gsVugGpKkg==", - "dev": true, - "engines": { - "node": ">=0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/buffer-from": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" }, - "node_modules/buffer-shims": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/buffer-shims/-/buffer-shims-1.0.0.tgz", - "integrity": "sha512-Zy8ZXMyxIT6RMTeY7OP/bDndfj6bwCan7SS98CEndS6deHwWPpseeHlwarNcBim+etXnF9HBc1non5JgDaJU1g==", - "dev": true - }, "node_modules/bytes": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", @@ -6441,26 +7298,6 @@ "node": ">= 0.8" } }, - "node_modules/cache-base": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz", - "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", - "dev": true, - "dependencies": { - "collection-visit": "^1.0.0", - "component-emitter": "^1.2.1", - "get-value": "^2.0.6", - "has-value": "^1.0.0", - "isobject": "^3.0.1", - "set-value": "^2.0.0", - "to-object-path": "^0.3.0", - "union-value": "^1.0.0", - "unset-value": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/cacheable-lookup": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz", @@ -6497,12 +7334,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/cached-path-relative": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/cached-path-relative/-/cached-path-relative-1.1.0.tgz", - "integrity": "sha512-WF0LihfemtesFcJgO7xfOoOcnWzY/QHR4qeDqV44jPU3HTI54+LnfXK3SA27AVVGCdZFgjjFFaqUA9Jx7dMJZA==", - "dev": true - }, "node_modules/call-bind": { "version": "1.0.7", "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", @@ -6549,41 +7380,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/camelcase-keys": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz", - "integrity": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==", - "dev": true, - "dependencies": { - "camelcase": "^5.3.1", - "map-obj": "^4.0.0", - "quick-lru": "^4.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/camelcase-keys/node_modules/camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/camelcase-keys/node_modules/quick-lru": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz", - "integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/caniuse-api": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz", @@ -6763,46 +7559,6 @@ "node": ">=8" } }, - "node_modules/class-utils": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", - "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", - "dev": true, - "dependencies": { - "arr-union": "^3.1.0", - "define-property": "^0.2.5", - "isobject": "^3.0.0", - "static-extend": "^0.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/class-utils/node_modules/define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==", - "dev": true, - "dependencies": { - "is-descriptor": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/class-utils/node_modules/is-descriptor": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz", - "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==", - "dev": true, - "dependencies": { - "is-accessor-descriptor": "^1.0.1", - "is-data-descriptor": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - } - }, "node_modules/clean-css": { "version": "5.3.3", "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.3.tgz", @@ -6874,14 +7630,17 @@ } }, "node_modules/cliui": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", - "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", "dev": true, "dependencies": { "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^6.2.0" + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=12" } }, "node_modules/cliui/node_modules/emoji-regex": { @@ -6905,9 +7664,9 @@ } }, "node_modules/cliui/node_modules/wrap-ansi": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", - "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", "dev": true, "dependencies": { "ansi-styles": "^4.0.0", @@ -6915,25 +7674,10 @@ "strip-ansi": "^6.0.0" }, "engines": { - "node": ">=8" - } - }, - "node_modules/clone": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", - "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==", - "dev": true, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/clone-buffer": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/clone-buffer/-/clone-buffer-1.0.0.tgz", - "integrity": "sha512-KLLTJWrvwIP+OPfMn0x2PheDEP20RPUcGXj/ERegTgdmPEZylALQldygiqrPPu8P45uNuPs7ckmReLY6v/iA5g==", - "dev": true, - "engines": { - "node": ">= 0.10" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, "node_modules/clone-deep": { @@ -6949,65 +7693,12 @@ "node": ">=6" } }, - "node_modules/clone-stats": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz", - "integrity": "sha512-au6ydSpg6nsrigcZ4m8Bc9hxjeW+GJ8xh5G3BJCMt4WXe1H10UNaVOamqQTmrx1kjVuxAHIQSNU6hY4Nsn9/ag==", - "dev": true - }, - "node_modules/cloneable-readable": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/cloneable-readable/-/cloneable-readable-1.1.3.tgz", - "integrity": "sha512-2EF8zTQOxYq70Y4XKtorQupqF0m49MBz2/yf5Bj+MHjvpG3Hy7sImifnqD6UA+TKYxeSV+u6qqQPawN5UvnpKQ==", - "dev": true, - "dependencies": { - "inherits": "^2.0.1", - "process-nextick-args": "^2.0.0", - "readable-stream": "^2.3.5" - } - }, - "node_modules/cloneable-readable/node_modules/isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", - "dev": true - }, - "node_modules/cloneable-readable/node_modules/readable-stream": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", - "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", - "dev": true, - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/cloneable-readable/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true - }, - "node_modules/cloneable-readable/node_modules/string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dev": true, - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/clsx": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.0.tgz", - "integrity": "sha512-m3iNNWpd9rl3jvvcBnu70ylMdrXt8Vlq4HYadnU5fwcOtvkSQWPmj7amUcDT2qYI7risszBjI5AUIUox9D16pg==", - "engines": { - "node": ">=6" + "node_modules/clsx": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.0.tgz", + "integrity": "sha512-m3iNNWpd9rl3jvvcBnu70ylMdrXt8Vlq4HYadnU5fwcOtvkSQWPmj7amUcDT2qYI7risszBjI5AUIUox9D16pg==", + "engines": { + "node": ">=6" } }, "node_modules/collapse-white-space": { @@ -7019,19 +7710,6 @@ "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/collection-visit": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", - "integrity": "sha512-lNkKvzEeMBBjUGHZ+q6z9pSJla0KWAQPvtzhEV9+iGyQYG+pBpl7xKDhxoNSOZH2hhv0v5k0y2yAM4o4SjoSkw==", - "dev": true, - "dependencies": { - "map-visit": "^1.0.0", - "object-visit": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", @@ -7088,46 +7766,6 @@ "resolved": "https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-3.0.0.tgz", "integrity": "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==" }, - "node_modules/compare-func": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/compare-func/-/compare-func-2.0.0.tgz", - "integrity": "sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==", - "dev": true, - "dependencies": { - "array-ify": "^1.0.0", - "dot-prop": "^5.1.0" - } - }, - "node_modules/compare-func/node_modules/dot-prop": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz", - "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==", - "dev": true, - "dependencies": { - "is-obj": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/compare-func/node_modules/is-obj": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", - "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/component-emitter": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.1.tgz", - "integrity": "sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==", - "dev": true, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/composed-offset-position": { "version": "0.0.4", "resolved": "https://registry.npmjs.org/composed-offset-position/-/composed-offset-position-0.0.4.tgz", @@ -7192,57 +7830,6 @@ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" }, - "node_modules/concat-stream": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", - "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", - "dev": true, - "engines": [ - "node >= 0.8" - ], - "dependencies": { - "buffer-from": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^2.2.2", - "typedarray": "^0.0.6" - } - }, - "node_modules/concat-stream/node_modules/isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", - "dev": true - }, - "node_modules/concat-stream/node_modules/readable-stream": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", - "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", - "dev": true, - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/concat-stream/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true - }, - "node_modules/concat-stream/node_modules/string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dev": true, - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, "node_modules/concaveman": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/concaveman/-/concaveman-1.2.1.tgz", @@ -7318,1848 +7905,1703 @@ "node": ">= 0.6" } }, - "node_modules/continuable-cache": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/continuable-cache/-/continuable-cache-0.3.1.tgz", - "integrity": "sha512-TF30kpKhTH8AGCG3dut0rdd/19B7Z+qCnrMoBLpyQu/2drZdNrrpcjPEoJeSVsQM+8KmWG5O56oPDjSSUsuTyA==", - "dev": true + "node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" }, - "node_modules/conventional-changelog": { - "version": "3.1.25", - "resolved": "https://registry.npmjs.org/conventional-changelog/-/conventional-changelog-3.1.25.tgz", - "integrity": "sha512-ryhi3fd1mKf3fSjbLXOfK2D06YwKNic1nC9mWqybBHdObPd8KJ2vjaXZfYj1U23t+V8T8n0d7gwnc9XbIdFbyQ==", - "dev": true, - "dependencies": { - "conventional-changelog-angular": "^5.0.12", - "conventional-changelog-atom": "^2.0.8", - "conventional-changelog-codemirror": "^2.0.8", - "conventional-changelog-conventionalcommits": "^4.5.0", - "conventional-changelog-core": "^4.2.1", - "conventional-changelog-ember": "^2.0.9", - "conventional-changelog-eslint": "^3.0.9", - "conventional-changelog-express": "^2.0.6", - "conventional-changelog-jquery": "^3.0.11", - "conventional-changelog-jshint": "^2.0.9", - "conventional-changelog-preset-loader": "^2.3.4" - }, + "node_modules/cookie": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", + "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", "engines": { - "node": ">=10" + "node": ">= 0.6" } }, - "node_modules/conventional-changelog-angular": { - "version": "5.0.13", - "resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-5.0.13.tgz", - "integrity": "sha512-i/gipMxs7s8L/QeuavPF2hLnJgH6pEZAttySB6aiQLWcX3puWDL3ACVmvBhJGxnAy52Qc15ua26BufY6KpmrVA==", - "dev": true, - "dependencies": { - "compare-func": "^2.0.0", - "q": "^1.5.1" - }, + "node_modules/cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==" + }, + "node_modules/copy-text-to-clipboard": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/copy-text-to-clipboard/-/copy-text-to-clipboard-3.2.0.tgz", + "integrity": "sha512-RnJFp1XR/LOBDckxTib5Qjr/PMfkatD0MUCQgdpqS8MdKiNUzBjAQBEN6oUy+jW7LI93BBG3DtMB2KOOKpGs2Q==", "engines": { - "node": ">=10" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/conventional-changelog-atom": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/conventional-changelog-atom/-/conventional-changelog-atom-2.0.8.tgz", - "integrity": "sha512-xo6v46icsFTK3bb7dY/8m2qvc8sZemRgdqLb/bjpBsH2UyOS8rKNTgcb5025Hri6IpANPApbXMg15QLb1LJpBw==", - "dev": true, + "node_modules/copy-webpack-plugin": { + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-11.0.0.tgz", + "integrity": "sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==", "dependencies": { - "q": "^1.5.1" + "fast-glob": "^3.2.11", + "glob-parent": "^6.0.1", + "globby": "^13.1.1", + "normalize-path": "^3.0.0", + "schema-utils": "^4.0.0", + "serialize-javascript": "^6.0.0" }, "engines": { - "node": ">=10" + "node": ">= 14.15.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.1.0" } }, - "node_modules/conventional-changelog-codemirror": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/conventional-changelog-codemirror/-/conventional-changelog-codemirror-2.0.8.tgz", - "integrity": "sha512-z5DAsn3uj1Vfp7po3gpt2Boc+Bdwmw2++ZHa5Ak9k0UKsYAO5mH1UBTN0qSCuJZREIhX6WU4E1p3IW2oRCNzQw==", - "dev": true, + "node_modules/copy-webpack-plugin/node_modules/glob-parent": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", "dependencies": { - "q": "^1.5.1" + "is-glob": "^4.0.3" }, "engines": { - "node": ">=10" + "node": ">=10.13.0" } }, - "node_modules/conventional-changelog-config-spec": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/conventional-changelog-config-spec/-/conventional-changelog-config-spec-2.1.0.tgz", - "integrity": "sha512-IpVePh16EbbB02V+UA+HQnnPIohgXvJRxHcS5+Uwk4AT5LjzCZJm5sp/yqs5C6KZJ1jMsV4paEV13BN1pvDuxQ==", - "dev": true - }, - "node_modules/conventional-changelog-conventionalcommits": { - "version": "4.6.3", - "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.6.3.tgz", - "integrity": "sha512-LTTQV4fwOM4oLPad317V/QNQ1FY4Hju5qeBIM1uTHbrnCE+Eg4CdRZ3gO2pUeR+tzWdp80M2j3qFFEDWVqOV4g==", - "dev": true, + "node_modules/copy-webpack-plugin/node_modules/globby": { + "version": "13.2.2", + "resolved": "https://registry.npmjs.org/globby/-/globby-13.2.2.tgz", + "integrity": "sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==", "dependencies": { - "compare-func": "^2.0.0", - "lodash": "^4.17.15", - "q": "^1.5.1" + "dir-glob": "^3.0.1", + "fast-glob": "^3.3.0", + "ignore": "^5.2.4", + "merge2": "^1.4.1", + "slash": "^4.0.0" }, "engines": { - "node": ">=10" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/conventional-changelog-core": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/conventional-changelog-core/-/conventional-changelog-core-4.2.4.tgz", - "integrity": "sha512-gDVS+zVJHE2v4SLc6B0sLsPiloR0ygU7HaDW14aNJE1v4SlqJPILPl/aJC7YdtRE4CybBf8gDwObBvKha8Xlyg==", - "dev": true, - "dependencies": { - "add-stream": "^1.0.0", - "conventional-changelog-writer": "^5.0.0", - "conventional-commits-parser": "^3.2.0", - "dateformat": "^3.0.0", - "get-pkg-repo": "^4.0.0", - "git-raw-commits": "^2.0.8", - "git-remote-origin-url": "^2.0.0", - "git-semver-tags": "^4.1.1", - "lodash": "^4.17.15", - "normalize-package-data": "^3.0.0", - "q": "^1.5.1", - "read-pkg": "^3.0.0", - "read-pkg-up": "^3.0.0", - "through2": "^4.0.0" - }, + "node_modules/copy-webpack-plugin/node_modules/slash": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", + "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==", "engines": { - "node": ">=10" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/conventional-changelog-core/node_modules/find-up": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", - "integrity": "sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==", - "dev": true, - "dependencies": { - "locate-path": "^2.0.0" - }, - "engines": { - "node": ">=4" + "node_modules/core-js": { + "version": "3.36.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.36.0.tgz", + "integrity": "sha512-mt7+TUBbTFg5+GngsAxeKBTl5/VS0guFeJacYge9OmHb+m058UwwIm41SE9T4Den7ClatV57B6TYTuJ0CX1MAw==", + "hasInstallScript": true, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" } }, - "node_modules/conventional-changelog-core/node_modules/hosted-git-info": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz", - "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==", - "dev": true, + "node_modules/core-js-compat": { + "version": "3.36.0", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.36.0.tgz", + "integrity": "sha512-iV9Pd/PsgjNWBXeq8XRtWVSgz2tKAfhfvBs7qxYty+RlRd+OCksaWmOnc4JKrTc1cToXL1N0s3l/vwlxPtdElw==", "dependencies": { - "lru-cache": "^6.0.0" + "browserslist": "^4.22.3" }, - "engines": { - "node": ">=10" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" } }, - "node_modules/conventional-changelog-core/node_modules/locate-path": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", - "integrity": "sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==", - "dev": true, + "node_modules/core-js-pure": { + "version": "3.36.0", + "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.36.0.tgz", + "integrity": "sha512-cN28qmhRNgbMZZMc/RFu5w8pK9VJzpb2rJVR/lHuZJKwmXnoWOpXmMkxqBB514igkp1Hu8WGROsiOAzUcKdHOQ==", + "hasInstallScript": true, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" + } + }, + "node_modules/core-util-is": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" + }, + "node_modules/cosmiconfig": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", + "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", "dependencies": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" + "@types/parse-json": "^4.0.0", + "import-fresh": "^3.2.1", + "parse-json": "^5.0.0", + "path-type": "^4.0.0", + "yaml": "^1.10.0" }, "engines": { - "node": ">=4" + "node": ">=10" } }, - "node_modules/conventional-changelog-core/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/conventional-changelog-core/node_modules/normalize-package-data": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz", - "integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==", - "dev": true, + "node_modules/cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", "dependencies": { - "hosted-git-info": "^4.0.1", - "is-core-module": "^2.5.0", - "semver": "^7.3.4", - "validate-npm-package-license": "^3.0.1" + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" }, "engines": { - "node": ">=10" + "node": ">= 8" } }, - "node_modules/conventional-changelog-core/node_modules/p-limit": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", - "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", - "dev": true, + "node_modules/crypto-random-string": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-4.0.0.tgz", + "integrity": "sha512-x8dy3RnvYdlUcPOjkEHqozhiwzKNSq7GcPuXFbnyMOCHxX8V3OgIg/pYuabl2sbUPfIJaeAQB7PMOK8DFIdoRA==", "dependencies": { - "p-try": "^1.0.0" + "type-fest": "^1.0.1" }, "engines": { - "node": ">=4" - } - }, - "node_modules/conventional-changelog-core/node_modules/p-locate": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", - "integrity": "sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==", - "dev": true, - "dependencies": { - "p-limit": "^1.1.0" + "node": ">=12" }, - "engines": { - "node": ">=4" + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/conventional-changelog-core/node_modules/p-try": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", - "integrity": "sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==", - "dev": true, + "node_modules/crypto-random-string/node_modules/type-fest": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz", + "integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==", "engines": { - "node": ">=4" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/conventional-changelog-core/node_modules/path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", - "dev": true, + "node_modules/css-declaration-sorter": { + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.4.1.tgz", + "integrity": "sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==", "engines": { - "node": ">=4" + "node": "^10 || ^12 || >=14" + }, + "peerDependencies": { + "postcss": "^8.0.9" } }, - "node_modules/conventional-changelog-core/node_modules/read-pkg-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz", - "integrity": "sha512-YFzFrVvpC6frF1sz8psoHDBGF7fLPc+llq/8NB43oagqWkx8ar5zYtsTORtOjw9W2RHLpWP+zTWwBvf1bCmcSw==", - "dev": true, + "node_modules/css-loader": { + "version": "6.10.0", + "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.10.0.tgz", + "integrity": "sha512-LTSA/jWbwdMlk+rhmElbDR2vbtQoTBPr7fkJE+mxrHj+7ru0hUmHafDRzWIjIHTwpitWVaqY2/UWGRca3yUgRw==", "dependencies": { - "find-up": "^2.0.0", - "read-pkg": "^3.0.0" + "icss-utils": "^5.1.0", + "postcss": "^8.4.33", + "postcss-modules-extract-imports": "^3.0.0", + "postcss-modules-local-by-default": "^4.0.4", + "postcss-modules-scope": "^3.1.1", + "postcss-modules-values": "^4.0.0", + "postcss-value-parser": "^4.2.0", + "semver": "^7.5.4" }, "engines": { - "node": ">=4" - } - }, - "node_modules/conventional-changelog-core/node_modules/through2": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/through2/-/through2-4.0.2.tgz", - "integrity": "sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==", - "dev": true, - "dependencies": { - "readable-stream": "3" + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "@rspack/core": "0.x || 1.x", + "webpack": "^5.0.0" + }, + "peerDependenciesMeta": { + "@rspack/core": { + "optional": true + }, + "webpack": { + "optional": true + } } }, - "node_modules/conventional-changelog-core/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, - "node_modules/conventional-changelog-ember": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/conventional-changelog-ember/-/conventional-changelog-ember-2.0.9.tgz", - "integrity": "sha512-ulzIReoZEvZCBDhcNYfDIsLTHzYHc7awh+eI44ZtV5cx6LVxLlVtEmcO+2/kGIHGtw+qVabJYjdI5cJOQgXh1A==", - "dev": true, + "node_modules/css-minimizer-webpack-plugin": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-4.2.2.tgz", + "integrity": "sha512-s3Of/4jKfw1Hj9CxEO1E5oXhQAxlayuHO2y/ML+C6I9sQ7FdzfEV6QgMLN3vI+qFsjJGIAFLKtQK7t8BOXAIyA==", "dependencies": { - "q": "^1.5.1" + "cssnano": "^5.1.8", + "jest-worker": "^29.1.2", + "postcss": "^8.4.17", + "schema-utils": "^4.0.0", + "serialize-javascript": "^6.0.0", + "source-map": "^0.6.1" }, "engines": { - "node": ">=10" + "node": ">= 14.15.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.0.0" + }, + "peerDependenciesMeta": { + "@parcel/css": { + "optional": true + }, + "@swc/css": { + "optional": true + }, + "clean-css": { + "optional": true + }, + "csso": { + "optional": true + }, + "esbuild": { + "optional": true + }, + "lightningcss": { + "optional": true + } } }, - "node_modules/conventional-changelog-eslint": { - "version": "3.0.9", - "resolved": "https://registry.npmjs.org/conventional-changelog-eslint/-/conventional-changelog-eslint-3.0.9.tgz", - "integrity": "sha512-6NpUCMgU8qmWmyAMSZO5NrRd7rTgErjrm4VASam2u5jrZS0n38V7Y9CzTtLT2qwz5xEChDR4BduoWIr8TfwvXA==", - "dev": true, - "dependencies": { - "q": "^1.5.1" - }, + "node_modules/css-minimizer-webpack-plugin/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "engines": { - "node": ">=10" + "node": ">=0.10.0" } }, - "node_modules/conventional-changelog-express": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/conventional-changelog-express/-/conventional-changelog-express-2.0.6.tgz", - "integrity": "sha512-SDez2f3iVJw6V563O3pRtNwXtQaSmEfTCaTBPCqn0oG0mfkq0rX4hHBq5P7De2MncoRixrALj3u3oQsNK+Q0pQ==", - "dev": true, + "node_modules/css-select": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz", + "integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==", "dependencies": { - "q": "^1.5.1" + "boolbase": "^1.0.0", + "css-what": "^6.1.0", + "domhandler": "^5.0.2", + "domutils": "^3.0.1", + "nth-check": "^2.0.1" }, - "engines": { - "node": ">=10" + "funding": { + "url": "https://github.com/sponsors/fb55" } }, - "node_modules/conventional-changelog-jquery": { - "version": "3.0.11", - "resolved": "https://registry.npmjs.org/conventional-changelog-jquery/-/conventional-changelog-jquery-3.0.11.tgz", - "integrity": "sha512-x8AWz5/Td55F7+o/9LQ6cQIPwrCjfJQ5Zmfqi8thwUEKHstEn4kTIofXub7plf1xvFA2TqhZlq7fy5OmV6BOMw==", - "dev": true, + "node_modules/css-tree": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", + "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", "dependencies": { - "q": "^1.5.1" + "mdn-data": "2.0.14", + "source-map": "^0.6.1" }, "engines": { - "node": ">=10" + "node": ">=8.0.0" } }, - "node_modules/conventional-changelog-jshint": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/conventional-changelog-jshint/-/conventional-changelog-jshint-2.0.9.tgz", - "integrity": "sha512-wMLdaIzq6TNnMHMy31hql02OEQ8nCQfExw1SE0hYL5KvU+JCTuPaDO+7JiogGT2gJAxiUGATdtYYfh+nT+6riA==", - "dev": true, - "dependencies": { - "compare-func": "^2.0.0", - "q": "^1.5.1" - }, + "node_modules/css-tree/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "engines": { - "node": ">=10" + "node": ">=0.10.0" } }, - "node_modules/conventional-changelog-preset-loader": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/conventional-changelog-preset-loader/-/conventional-changelog-preset-loader-2.3.4.tgz", - "integrity": "sha512-GEKRWkrSAZeTq5+YjUZOYxdHq+ci4dNwHvpaBC3+ENalzFWuCWa9EZXSuZBpkr72sMdKB+1fyDV4takK1Lf58g==", - "dev": true, + "node_modules/css-what": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", + "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", "engines": { - "node": ">=10" + "node": ">= 6" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" } }, - "node_modules/conventional-changelog-writer": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-5.0.1.tgz", - "integrity": "sha512-5WsuKUfxW7suLblAbFnxAcrvf6r+0b7GvNaWUwUIk0bXMnENP/PEieGKVUQrjPqwPT4o3EPAASBXiY6iHooLOQ==", - "dev": true, - "dependencies": { - "conventional-commits-filter": "^2.0.7", - "dateformat": "^3.0.0", - "handlebars": "^4.7.7", - "json-stringify-safe": "^5.0.1", - "lodash": "^4.17.15", - "meow": "^8.0.0", - "semver": "^6.0.0", - "split": "^1.0.0", - "through2": "^4.0.0" - }, + "node_modules/cssesc": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", "bin": { - "conventional-changelog-writer": "cli.js" + "cssesc": "bin/cssesc" }, "engines": { - "node": ">=10" - } - }, - "node_modules/conventional-changelog-writer/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/conventional-changelog-writer/node_modules/through2": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/through2/-/through2-4.0.2.tgz", - "integrity": "sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==", - "dev": true, - "dependencies": { - "readable-stream": "3" + "node": ">=4" } }, - "node_modules/conventional-commits-filter": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-2.0.7.tgz", - "integrity": "sha512-ASS9SamOP4TbCClsRHxIHXRfcGCnIoQqkvAzCSbZzTFLfcTqJVugB0agRgsEELsqaeWgsXv513eS116wnlSSPA==", - "dev": true, + "node_modules/cssnano": { + "version": "5.1.15", + "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.1.15.tgz", + "integrity": "sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==", "dependencies": { - "lodash.ismatch": "^4.4.0", - "modify-values": "^1.0.0" + "cssnano-preset-default": "^5.2.14", + "lilconfig": "^2.0.3", + "yaml": "^1.10.2" }, "engines": { - "node": ">=10" - } - }, - "node_modules/conventional-commits-parser": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-3.2.4.tgz", - "integrity": "sha512-nK7sAtfi+QXbxHCYfhpZsfRtaitZLIA6889kFIouLvz6repszQDgxBu7wf2WbU+Dco7sAnNCJYERCwt54WPC2Q==", - "dev": true, - "dependencies": { - "is-text-path": "^1.0.1", - "JSONStream": "^1.0.4", - "lodash": "^4.17.15", - "meow": "^8.0.0", - "split2": "^3.0.0", - "through2": "^4.0.0" + "node": "^10 || ^12 || >=14.0" }, - "bin": { - "conventional-commits-parser": "cli.js" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/cssnano" }, - "engines": { - "node": ">=10" + "peerDependencies": { + "postcss": "^8.2.15" } }, - "node_modules/conventional-commits-parser/node_modules/through2": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/through2/-/through2-4.0.2.tgz", - "integrity": "sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==", - "dev": true, + "node_modules/cssnano-preset-advanced": { + "version": "5.3.10", + "resolved": "https://registry.npmjs.org/cssnano-preset-advanced/-/cssnano-preset-advanced-5.3.10.tgz", + "integrity": "sha512-fnYJyCS9jgMU+cmHO1rPSPf9axbQyD7iUhLO5Df6O4G+fKIOMps+ZbU0PdGFejFBBZ3Pftf18fn1eG7MAPUSWQ==", "dependencies": { - "readable-stream": "3" + "autoprefixer": "^10.4.12", + "cssnano-preset-default": "^5.2.14", + "postcss-discard-unused": "^5.1.0", + "postcss-merge-idents": "^5.1.1", + "postcss-reduce-idents": "^5.2.0", + "postcss-zindex": "^5.1.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" } }, - "node_modules/conventional-recommended-bump": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/conventional-recommended-bump/-/conventional-recommended-bump-6.1.0.tgz", - "integrity": "sha512-uiApbSiNGM/kkdL9GTOLAqC4hbptObFo4wW2QRyHsKciGAfQuLU1ShZ1BIVI/+K2BE/W1AWYQMCXAsv4dyKPaw==", - "dev": true, + "node_modules/cssnano-preset-default": { + "version": "5.2.14", + "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.2.14.tgz", + "integrity": "sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==", "dependencies": { - "concat-stream": "^2.0.0", - "conventional-changelog-preset-loader": "^2.3.4", - "conventional-commits-filter": "^2.0.7", - "conventional-commits-parser": "^3.2.0", - "git-raw-commits": "^2.0.8", - "git-semver-tags": "^4.1.1", - "meow": "^8.0.0", - "q": "^1.5.1" + "css-declaration-sorter": "^6.3.1", + "cssnano-utils": "^3.1.0", + "postcss-calc": "^8.2.3", + "postcss-colormin": "^5.3.1", + "postcss-convert-values": "^5.1.3", + "postcss-discard-comments": "^5.1.2", + "postcss-discard-duplicates": "^5.1.0", + "postcss-discard-empty": "^5.1.1", + "postcss-discard-overridden": "^5.1.0", + "postcss-merge-longhand": "^5.1.7", + "postcss-merge-rules": "^5.1.4", + "postcss-minify-font-values": "^5.1.0", + "postcss-minify-gradients": "^5.1.1", + "postcss-minify-params": "^5.1.4", + "postcss-minify-selectors": "^5.2.1", + "postcss-normalize-charset": "^5.1.0", + "postcss-normalize-display-values": "^5.1.0", + "postcss-normalize-positions": "^5.1.1", + "postcss-normalize-repeat-style": "^5.1.1", + "postcss-normalize-string": "^5.1.0", + "postcss-normalize-timing-functions": "^5.1.0", + "postcss-normalize-unicode": "^5.1.1", + "postcss-normalize-url": "^5.1.0", + "postcss-normalize-whitespace": "^5.1.1", + "postcss-ordered-values": "^5.1.3", + "postcss-reduce-initial": "^5.1.2", + "postcss-reduce-transforms": "^5.1.0", + "postcss-svgo": "^5.1.0", + "postcss-unique-selectors": "^5.1.1" }, - "bin": { - "conventional-recommended-bump": "cli.js" + "engines": { + "node": "^10 || ^12 || >=14.0" }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/cssnano-utils": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.1.0.tgz", + "integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==", "engines": { - "node": ">=10" + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" } }, - "node_modules/conventional-recommended-bump/node_modules/concat-stream": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-2.0.0.tgz", - "integrity": "sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==", - "dev": true, - "engines": [ - "node >= 6.0" - ], + "node_modules/csso": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz", + "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==", "dependencies": { - "buffer-from": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^3.0.2", - "typedarray": "^0.0.6" + "css-tree": "^1.1.2" + }, + "engines": { + "node": ">=8.0.0" } }, - "node_modules/convert-source-map": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", - "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" + "node_modules/csstype": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", + "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" }, - "node_modules/cookie": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", - "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", - "engines": { - "node": ">= 0.6" + "node_modules/d3-array": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-1.2.4.tgz", + "integrity": "sha512-KHW6M86R+FUPYGb3R5XiYjXPq7VzwxZ22buHhAEVG5ztoEcZZMLov530mmccaqA1GghZArjQV46fuc8kUqhhHw==" + }, + "node_modules/d3-geo": { + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/d3-geo/-/d3-geo-1.7.1.tgz", + "integrity": "sha512-O4AempWAr+P5qbk2bC2FuN/sDW4z+dN2wDf9QV3bxQt4M5HfOEeXLgJ/UKQW0+o1Dj8BE+L5kiDbdWUMjsmQpw==", + "dependencies": { + "d3-array": "1" } }, - "node_modules/cookie-signature": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", - "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==" + "node_modules/d3-voronoi": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-1.1.2.tgz", + "integrity": "sha512-RhGS1u2vavcO7ay7ZNAPo4xeDh/VYeGof3x5ZLJBQgYhLegxr3s5IykvWmJ94FTU6mcbtp4sloqZ54mP6R4Utw==" }, - "node_modules/copy-descriptor": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz", - "integrity": "sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } + "node_modules/de-indent": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/de-indent/-/de-indent-1.0.2.tgz", + "integrity": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==", + "optional": true }, - "node_modules/copy-text-to-clipboard": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/copy-text-to-clipboard/-/copy-text-to-clipboard-3.2.0.tgz", - "integrity": "sha512-RnJFp1XR/LOBDckxTib5Qjr/PMfkatD0MUCQgdpqS8MdKiNUzBjAQBEN6oUy+jW7LI93BBG3DtMB2KOOKpGs2Q==", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } + "node_modules/debounce": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz", + "integrity": "sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==" }, - "node_modules/copy-webpack-plugin": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-11.0.0.tgz", - "integrity": "sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==", + "node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", "dependencies": { - "fast-glob": "^3.2.11", - "glob-parent": "^6.0.1", - "globby": "^13.1.1", - "normalize-path": "^3.0.0", - "schema-utils": "^4.0.0", - "serialize-javascript": "^6.0.0" + "ms": "2.1.2" }, "engines": { - "node": ">= 14.15.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" + "node": ">=6.0" }, - "peerDependencies": { - "webpack": "^5.1.0" + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } } }, - "node_modules/copy-webpack-plugin/node_modules/glob-parent": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", - "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "node_modules/decode-named-character-reference": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.0.2.tgz", + "integrity": "sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==", "dependencies": { - "is-glob": "^4.0.3" + "character-entities": "^2.0.0" }, - "engines": { - "node": ">=10.13.0" + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/copy-webpack-plugin/node_modules/globby": { - "version": "13.2.2", - "resolved": "https://registry.npmjs.org/globby/-/globby-13.2.2.tgz", - "integrity": "sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==", + "node_modules/decompress-response": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz", + "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==", "dependencies": { - "dir-glob": "^3.0.1", - "fast-glob": "^3.3.0", - "ignore": "^5.2.4", - "merge2": "^1.4.1", - "slash": "^4.0.0" + "mimic-response": "^3.1.0" }, "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/copy-webpack-plugin/node_modules/slash": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", - "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==", + "node_modules/decompress-response/node_modules/mimic-response": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz", + "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==", "engines": { - "node": ">=12" + "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/core-js": { - "version": "3.36.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.36.0.tgz", - "integrity": "sha512-mt7+TUBbTFg5+GngsAxeKBTl5/VS0guFeJacYge9OmHb+m058UwwIm41SE9T4Den7ClatV57B6TYTuJ0CX1MAw==", - "hasInstallScript": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/core-js" - } - }, - "node_modules/core-js-compat": { - "version": "3.36.0", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.36.0.tgz", - "integrity": "sha512-iV9Pd/PsgjNWBXeq8XRtWVSgz2tKAfhfvBs7qxYty+RlRd+OCksaWmOnc4JKrTc1cToXL1N0s3l/vwlxPtdElw==", + "node_modules/deep-equal": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.2.tgz", + "integrity": "sha512-5tdhKF6DbU7iIzrIOa1AOUt39ZRm13cmL1cGEh//aqR8x9+tNfbywRf0n5FD/18OKMdo7DNEtrX2t22ZAkI+eg==", "dependencies": { - "browserslist": "^4.22.3" + "is-arguments": "^1.1.1", + "is-date-object": "^1.0.5", + "is-regex": "^1.1.4", + "object-is": "^1.1.5", + "object-keys": "^1.1.1", + "regexp.prototype.flags": "^1.5.1" + }, + "engines": { + "node": ">= 0.4" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/core-js" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/core-js-pure": { - "version": "3.36.0", - "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.36.0.tgz", - "integrity": "sha512-cN28qmhRNgbMZZMc/RFu5w8pK9VJzpb2rJVR/lHuZJKwmXnoWOpXmMkxqBB514igkp1Hu8WGROsiOAzUcKdHOQ==", - "hasInstallScript": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/core-js" + "node_modules/deep-extend": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", + "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", + "engines": { + "node": ">=4.0.0" } }, - "node_modules/core-util-is": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", - "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" - }, - "node_modules/cosmiconfig": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", - "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", - "dependencies": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" - }, + "node_modules/deepmerge": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", + "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", "engines": { - "node": ">=10" + "node": ">=0.10.0" } }, - "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "node_modules/default-gateway": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz", + "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==", "dependencies": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" + "execa": "^5.0.0" }, "engines": { - "node": ">= 8" + "node": ">= 10" } }, - "node_modules/crypto-random-string": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-4.0.0.tgz", - "integrity": "sha512-x8dy3RnvYdlUcPOjkEHqozhiwzKNSq7GcPuXFbnyMOCHxX8V3OgIg/pYuabl2sbUPfIJaeAQB7PMOK8DFIdoRA==", - "dependencies": { - "type-fest": "^1.0.1" - }, + "node_modules/defer-to-connect": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-2.0.1.tgz", + "integrity": "sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==", "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=10" } }, - "node_modules/crypto-random-string/node_modules/type-fest": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz", - "integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==", + "node_modules/define-data-property": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", + "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", + "dependencies": { + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "gopd": "^1.0.1" + }, "engines": { - "node": ">=10" + "node": ">= 0.4" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/css-declaration-sorter": { - "version": "6.4.1", - "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.4.1.tgz", - "integrity": "sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==", + "node_modules/define-lazy-prop": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", + "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", "engines": { - "node": "^10 || ^12 || >=14" - }, - "peerDependencies": { - "postcss": "^8.0.9" + "node": ">=8" } }, - "node_modules/css-loader": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.10.0.tgz", - "integrity": "sha512-LTSA/jWbwdMlk+rhmElbDR2vbtQoTBPr7fkJE+mxrHj+7ru0hUmHafDRzWIjIHTwpitWVaqY2/UWGRca3yUgRw==", + "node_modules/define-properties": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", + "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", "dependencies": { - "icss-utils": "^5.1.0", - "postcss": "^8.4.33", - "postcss-modules-extract-imports": "^3.0.0", - "postcss-modules-local-by-default": "^4.0.4", - "postcss-modules-scope": "^3.1.1", - "postcss-modules-values": "^4.0.0", - "postcss-value-parser": "^4.2.0", - "semver": "^7.5.4" + "define-data-property": "^1.0.1", + "has-property-descriptors": "^1.0.0", + "object-keys": "^1.1.1" }, "engines": { - "node": ">= 12.13.0" + "node": ">= 0.4" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "@rspack/core": "0.x || 1.x", - "webpack": "^5.0.0" - }, - "peerDependenciesMeta": { - "@rspack/core": { - "optional": true - }, - "webpack": { - "optional": true - } + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/css-minimizer-webpack-plugin": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-4.2.2.tgz", - "integrity": "sha512-s3Of/4jKfw1Hj9CxEO1E5oXhQAxlayuHO2y/ML+C6I9sQ7FdzfEV6QgMLN3vI+qFsjJGIAFLKtQK7t8BOXAIyA==", + "node_modules/del": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/del/-/del-6.1.1.tgz", + "integrity": "sha512-ua8BhapfP0JUJKC/zV9yHHDW/rDoDxP4Zhn3AkA6/xT6gY7jYXJiaeyBZznYVujhZZET+UgcbZiQ7sN3WqcImg==", "dependencies": { - "cssnano": "^5.1.8", - "jest-worker": "^29.1.2", - "postcss": "^8.4.17", - "schema-utils": "^4.0.0", - "serialize-javascript": "^6.0.0", - "source-map": "^0.6.1" + "globby": "^11.0.1", + "graceful-fs": "^4.2.4", + "is-glob": "^4.0.1", + "is-path-cwd": "^2.2.0", + "is-path-inside": "^3.0.2", + "p-map": "^4.0.0", + "rimraf": "^3.0.2", + "slash": "^3.0.0" }, "engines": { - "node": ">= 14.15.0" + "node": ">=10" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^5.0.0" - }, - "peerDependenciesMeta": { - "@parcel/css": { - "optional": true - }, - "@swc/css": { - "optional": true - }, - "clean-css": { - "optional": true - }, - "csso": { - "optional": true - }, - "esbuild": { - "optional": true - }, - "lightningcss": { - "optional": true - } + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/css-minimizer-webpack-plugin/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } + "node_modules/density-clustering": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/density-clustering/-/density-clustering-1.3.0.tgz", + "integrity": "sha512-icpmBubVTwLnsaor9qH/4tG5+7+f61VcqMN3V3pm9sxxSCt2Jcs0zWOgwZW9ARJYaKD3FumIgHiMOcIMRRAzFQ==" }, - "node_modules/css-select": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz", - "integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==", - "dependencies": { - "boolbase": "^1.0.0", - "css-what": "^6.1.0", - "domhandler": "^5.0.2", - "domutils": "^3.0.1", - "nth-check": "^2.0.1" - }, - "funding": { - "url": "https://github.com/sponsors/fb55" + "node_modules/depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "engines": { + "node": ">= 0.8" } }, - "node_modules/css-tree": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", - "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", - "dependencies": { - "mdn-data": "2.0.14", - "source-map": "^0.6.1" - }, + "node_modules/dequal": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", + "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", "engines": { - "node": ">=8.0.0" + "node": ">=6" } }, - "node_modules/css-tree/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/destroy": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", "engines": { - "node": ">=0.10.0" + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" } }, - "node_modules/css-what": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", - "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", - "engines": { - "node": ">= 6" + "node_modules/detect-node": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz", + "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==" + }, + "node_modules/detect-port": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/detect-port/-/detect-port-1.5.1.tgz", + "integrity": "sha512-aBzdj76lueB6uUst5iAs7+0H/oOjqI5D16XUWxlWMIMROhcM0rfsNVk93zTngq1dDNpoXRr++Sus7ETAExppAQ==", + "dependencies": { + "address": "^1.0.1", + "debug": "4" }, - "funding": { - "url": "https://github.com/sponsors/fb55" + "bin": { + "detect": "bin/detect-port.js", + "detect-port": "bin/detect-port.js" } }, - "node_modules/cssesc": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", - "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", + "node_modules/detect-port-alt": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.6.tgz", + "integrity": "sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==", + "dependencies": { + "address": "^1.0.1", + "debug": "^2.6.0" + }, "bin": { - "cssesc": "bin/cssesc" + "detect": "bin/detect-port", + "detect-port": "bin/detect-port" }, "engines": { - "node": ">=4" + "node": ">= 4.2.1" } }, - "node_modules/cssnano": { - "version": "5.1.15", - "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.1.15.tgz", - "integrity": "sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==", + "node_modules/detect-port-alt/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dependencies": { - "cssnano-preset-default": "^5.2.14", - "lilconfig": "^2.0.3", - "yaml": "^1.10.2" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/cssnano" - }, - "peerDependencies": { - "postcss": "^8.2.15" + "ms": "2.0.0" } }, - "node_modules/cssnano-preset-advanced": { - "version": "5.3.10", - "resolved": "https://registry.npmjs.org/cssnano-preset-advanced/-/cssnano-preset-advanced-5.3.10.tgz", - "integrity": "sha512-fnYJyCS9jgMU+cmHO1rPSPf9axbQyD7iUhLO5Df6O4G+fKIOMps+ZbU0PdGFejFBBZ3Pftf18fn1eG7MAPUSWQ==", + "node_modules/detect-port-alt/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/devlop": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz", + "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==", "dependencies": { - "autoprefixer": "^10.4.12", - "cssnano-preset-default": "^5.2.14", - "postcss-discard-unused": "^5.1.0", - "postcss-merge-idents": "^5.1.1", - "postcss-reduce-idents": "^5.2.0", - "postcss-zindex": "^5.1.0" + "dequal": "^2.0.0" }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/diff": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz", + "integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==", + "dev": true, "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" + "node": ">=0.3.1" } }, - "node_modules/cssnano-preset-default": { - "version": "5.2.14", - "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.2.14.tgz", - "integrity": "sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==", + "node_modules/dir-glob": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", "dependencies": { - "css-declaration-sorter": "^6.3.1", - "cssnano-utils": "^3.1.0", - "postcss-calc": "^8.2.3", - "postcss-colormin": "^5.3.1", - "postcss-convert-values": "^5.1.3", - "postcss-discard-comments": "^5.1.2", - "postcss-discard-duplicates": "^5.1.0", - "postcss-discard-empty": "^5.1.1", - "postcss-discard-overridden": "^5.1.0", - "postcss-merge-longhand": "^5.1.7", - "postcss-merge-rules": "^5.1.4", - "postcss-minify-font-values": "^5.1.0", - "postcss-minify-gradients": "^5.1.1", - "postcss-minify-params": "^5.1.4", - "postcss-minify-selectors": "^5.2.1", - "postcss-normalize-charset": "^5.1.0", - "postcss-normalize-display-values": "^5.1.0", - "postcss-normalize-positions": "^5.1.1", - "postcss-normalize-repeat-style": "^5.1.1", - "postcss-normalize-string": "^5.1.0", - "postcss-normalize-timing-functions": "^5.1.0", - "postcss-normalize-unicode": "^5.1.1", - "postcss-normalize-url": "^5.1.0", - "postcss-normalize-whitespace": "^5.1.1", - "postcss-ordered-values": "^5.1.3", - "postcss-reduce-initial": "^5.1.2", - "postcss-reduce-transforms": "^5.1.0", - "postcss-svgo": "^5.1.0", - "postcss-unique-selectors": "^5.1.1" + "path-type": "^4.0.0" }, "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" + "node": ">=8" } }, - "node_modules/cssnano-utils": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.1.0.tgz", - "integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==", - "engines": { - "node": "^10 || ^12 || >=14.0" + "node_modules/dns-packet": { + "version": "5.6.1", + "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.6.1.tgz", + "integrity": "sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==", + "dependencies": { + "@leichtgewicht/ip-codec": "^2.0.1" }, - "peerDependencies": { - "postcss": "^8.2.15" + "engines": { + "node": ">=6" } }, - "node_modules/csso": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz", - "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==", + "node_modules/doctrine-temporary-fork": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/doctrine-temporary-fork/-/doctrine-temporary-fork-2.1.0.tgz", + "integrity": "sha512-nliqOv5NkE4zMON4UA6AMJE6As35afs8aYXATpU4pTUdIKiARZwrJVEP1boA3Rx1ZXHVkwxkhcq4VkqvsuRLsA==", + "dev": true, "dependencies": { - "css-tree": "^1.1.2" + "esutils": "^2.0.2" }, "engines": { - "node": ">=8.0.0" + "node": ">=0.10.0" } }, - "node_modules/csstype": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", - "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" - }, - "node_modules/d3-array": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-1.2.4.tgz", - "integrity": "sha512-KHW6M86R+FUPYGb3R5XiYjXPq7VzwxZ22buHhAEVG5ztoEcZZMLov530mmccaqA1GghZArjQV46fuc8kUqhhHw==" - }, - "node_modules/d3-geo": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/d3-geo/-/d3-geo-1.7.1.tgz", - "integrity": "sha512-O4AempWAr+P5qbk2bC2FuN/sDW4z+dN2wDf9QV3bxQt4M5HfOEeXLgJ/UKQW0+o1Dj8BE+L5kiDbdWUMjsmQpw==", + "node_modules/documentation": { + "version": "14.0.3", + "resolved": "https://registry.npmjs.org/documentation/-/documentation-14.0.3.tgz", + "integrity": "sha512-B7cAviVKN9Rw7Ofd+9grhVuxiHwly6Ieh+d/ceMw8UdBOv/irkuwnDEJP8tq0wgdLJDUVuIkovV+AX9mTrZFxg==", + "dev": true, "dependencies": { - "d3-array": "1" + "@babel/core": "^7.18.10", + "@babel/generator": "^7.18.10", + "@babel/parser": "^7.18.11", + "@babel/traverse": "^7.18.11", + "@babel/types": "^7.18.10", + "chalk": "^5.0.1", + "chokidar": "^3.5.3", + "diff": "^5.1.0", + "doctrine-temporary-fork": "2.1.0", + "git-url-parse": "^13.1.0", + "github-slugger": "1.4.0", + "glob": "^8.0.3", + "globals-docs": "^2.4.1", + "highlight.js": "^11.6.0", + "ini": "^3.0.0", + "js-yaml": "^4.1.0", + "konan": "^2.1.1", + "lodash": "^4.17.21", + "mdast-util-find-and-replace": "^2.2.1", + "mdast-util-inject": "^1.1.0", + "micromark-util-character": "^1.1.0", + "parse-filepath": "^1.0.2", + "pify": "^6.0.0", + "read-pkg-up": "^9.1.0", + "remark": "^14.0.2", + "remark-gfm": "^3.0.1", + "remark-html": "^15.0.1", + "remark-reference-links": "^6.0.1", + "remark-toc": "^8.0.1", + "resolve": "^1.22.1", + "strip-json-comments": "^5.0.0", + "unist-builder": "^3.0.0", + "unist-util-visit": "^4.1.0", + "vfile": "^5.3.4", + "vfile-reporter": "^7.0.4", + "vfile-sort": "^3.0.0", + "yargs": "^17.5.1" + }, + "bin": { + "documentation": "bin/documentation.js" + }, + "engines": { + "node": ">=14" + }, + "optionalDependencies": { + "@vue/compiler-sfc": "^3.2.37", + "vue-template-compiler": "^2.7.8" } }, - "node_modules/d3-voronoi": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-1.1.2.tgz", - "integrity": "sha512-RhGS1u2vavcO7ay7ZNAPo4xeDh/VYeGof3x5ZLJBQgYhLegxr3s5IykvWmJ94FTU6mcbtp4sloqZ54mP6R4Utw==" + "node_modules/documentation/node_modules/@types/unist": { + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz", + "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==", + "dev": true }, - "node_modules/dargs": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/dargs/-/dargs-7.0.0.tgz", - "integrity": "sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==", + "node_modules/documentation/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dev": true, - "engines": { - "node": ">=8" + "dependencies": { + "balanced-match": "^1.0.0" } }, - "node_modules/dateformat": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-3.0.3.tgz", - "integrity": "sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==", + "node_modules/documentation/node_modules/chalk": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", + "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", "dev": true, "engines": { - "node": "*" + "node": "^12.17.0 || ^14.13 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/de-indent": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/de-indent/-/de-indent-1.0.2.tgz", - "integrity": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==", - "optional": true - }, - "node_modules/debounce": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz", - "integrity": "sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==" + "node_modules/documentation/node_modules/github-slugger": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-1.4.0.tgz", + "integrity": "sha512-w0dzqw/nt51xMVmlaV1+JRzN+oCa1KfcgGEWhxUG16wbdA+Xnt/yoFO8Z8x/V82ZcZ0wy6ln9QDup5avbhiDhQ==", + "dev": true }, - "node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "node_modules/documentation/node_modules/glob": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", + "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==", + "deprecated": "Glob versions prior to v9 are no longer supported", + "dev": true, "dependencies": { - "ms": "2.1.2" + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^5.0.1", + "once": "^1.3.0" }, "engines": { - "node": ">=6.0" + "node": ">=12" }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==", + "node_modules/documentation/node_modules/ini": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/ini/-/ini-3.0.1.tgz", + "integrity": "sha512-it4HyVAUTKBc6m8e1iXWvXSTdndF7HbdN713+kvLrymxTaU4AUBWrJ4vEooP+V7fexnVD3LKcBshjGGPefSMUQ==", "dev": true, "engines": { - "node": ">=0.10.0" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/decamelize-keys": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.1.tgz", - "integrity": "sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==", + "node_modules/documentation/node_modules/mdast-util-from-markdown": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-1.3.1.tgz", + "integrity": "sha512-4xTO/M8c82qBcnQc1tgpNtubGUW/Y1tBQ1B0i5CtSoelOLKFYlElIr3bvgREYYO5iRqbMY1YuqZng0GVOI8Qww==", "dev": true, "dependencies": { - "decamelize": "^1.1.0", - "map-obj": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" + "@types/mdast": "^3.0.0", + "@types/unist": "^2.0.0", + "decode-named-character-reference": "^1.0.0", + "mdast-util-to-string": "^3.1.0", + "micromark": "^3.0.0", + "micromark-util-decode-numeric-character-reference": "^1.0.0", + "micromark-util-decode-string": "^1.0.0", + "micromark-util-normalize-identifier": "^1.0.0", + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.0", + "unist-util-stringify-position": "^3.0.0", + "uvu": "^0.5.0" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/decamelize-keys/node_modules/map-obj": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", - "integrity": "sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==", + "node_modules/documentation/node_modules/mdast-util-gfm": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-2.0.2.tgz", + "integrity": "sha512-qvZ608nBppZ4icQlhQQIAdc6S3Ffj9RGmzwUKUWuEICFnd1LVkN3EktF7ZHAgfcEdvZB5owU9tQgt99e2TlLjg==", "dev": true, - "engines": { - "node": ">=0.10.0" + "dependencies": { + "mdast-util-from-markdown": "^1.0.0", + "mdast-util-gfm-autolink-literal": "^1.0.0", + "mdast-util-gfm-footnote": "^1.0.0", + "mdast-util-gfm-strikethrough": "^1.0.0", + "mdast-util-gfm-table": "^1.0.0", + "mdast-util-gfm-task-list-item": "^1.0.0", + "mdast-util-to-markdown": "^1.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/decode-named-character-reference": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.0.2.tgz", - "integrity": "sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==", + "node_modules/documentation/node_modules/mdast-util-gfm-autolink-literal": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-1.0.3.tgz", + "integrity": "sha512-My8KJ57FYEy2W2LyNom4n3E7hKTuQk/0SES0u16tjA9Z3oFkF4RrC/hPAPgjlSpezsOvI8ObcXcElo92wn5IGA==", + "dev": true, "dependencies": { - "character-entities": "^2.0.0" + "@types/mdast": "^3.0.0", + "ccount": "^2.0.0", + "mdast-util-find-and-replace": "^2.0.0", + "micromark-util-character": "^1.0.0" }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/decode-uri-component": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz", - "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==", + "node_modules/documentation/node_modules/mdast-util-gfm-footnote": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-1.0.2.tgz", + "integrity": "sha512-56D19KOGbE00uKVj3sgIykpwKL179QsVFwx/DCW0u/0+URsryacI4MAdNJl0dh+u2PSsD9FtxPFbHCzJ78qJFQ==", "dev": true, - "engines": { - "node": ">=0.10" + "dependencies": { + "@types/mdast": "^3.0.0", + "mdast-util-to-markdown": "^1.3.0", + "micromark-util-normalize-identifier": "^1.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/decompress-response": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz", - "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==", + "node_modules/documentation/node_modules/mdast-util-gfm-strikethrough": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-1.0.3.tgz", + "integrity": "sha512-DAPhYzTYrRcXdMjUtUjKvW9z/FNAMTdU0ORyMcbmkwYNbKocDpdk+PX1L1dQgOID/+vVs1uBQ7ElrBQfZ0cuiQ==", + "dev": true, "dependencies": { - "mimic-response": "^3.1.0" - }, - "engines": { - "node": ">=10" + "@types/mdast": "^3.0.0", + "mdast-util-to-markdown": "^1.3.0" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/decompress-response/node_modules/mimic-response": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz", - "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==", - "engines": { - "node": ">=10" + "node_modules/documentation/node_modules/mdast-util-gfm-table": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-1.0.7.tgz", + "integrity": "sha512-jjcpmNnQvrmN5Vx7y7lEc2iIOEytYv7rTvu+MeyAsSHTASGCCRA79Igg2uKssgOs1i1po8s3plW0sTu1wkkLGg==", + "dev": true, + "dependencies": { + "@types/mdast": "^3.0.0", + "markdown-table": "^3.0.0", + "mdast-util-from-markdown": "^1.0.0", + "mdast-util-to-markdown": "^1.3.0" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/deep-equal": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.2.tgz", - "integrity": "sha512-5tdhKF6DbU7iIzrIOa1AOUt39ZRm13cmL1cGEh//aqR8x9+tNfbywRf0n5FD/18OKMdo7DNEtrX2t22ZAkI+eg==", + "node_modules/documentation/node_modules/mdast-util-gfm-task-list-item": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-1.0.2.tgz", + "integrity": "sha512-PFTA1gzfp1B1UaiJVyhJZA1rm0+Tzn690frc/L8vNX1Jop4STZgOE6bxUhnzdVSB+vm2GU1tIsuQcA9bxTQpMQ==", + "dev": true, "dependencies": { - "is-arguments": "^1.1.1", - "is-date-object": "^1.0.5", - "is-regex": "^1.1.4", - "object-is": "^1.1.5", - "object-keys": "^1.1.1", - "regexp.prototype.flags": "^1.5.1" - }, - "engines": { - "node": ">= 0.4" + "@types/mdast": "^3.0.0", + "mdast-util-to-markdown": "^1.3.0" }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/deep-extend": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", - "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", - "engines": { - "node": ">=4.0.0" + "node_modules/documentation/node_modules/mdast-util-phrasing": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-3.0.1.tgz", + "integrity": "sha512-WmI1gTXUBJo4/ZmSk79Wcb2HcjPJBzM1nlI/OUWA8yk2X9ik3ffNbBGsU+09BFmXaL1IBb9fiuvq6/KMiNycSg==", + "dev": true, + "dependencies": { + "@types/mdast": "^3.0.0", + "unist-util-is": "^5.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/deepmerge": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", - "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", - "engines": { - "node": ">=0.10.0" + "node_modules/documentation/node_modules/mdast-util-to-markdown": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-1.5.0.tgz", + "integrity": "sha512-bbv7TPv/WC49thZPg3jXuqzuvI45IL2EVAr/KxF0BSdHsU0ceFHOmwQn6evxAh1GaoK/6GQ1wp4R4oW2+LFL/A==", + "dev": true, + "dependencies": { + "@types/mdast": "^3.0.0", + "@types/unist": "^2.0.0", + "longest-streak": "^3.0.0", + "mdast-util-phrasing": "^3.0.0", + "mdast-util-to-string": "^3.0.0", + "micromark-util-decode-string": "^1.0.0", + "unist-util-visit": "^4.0.0", + "zwitch": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/default-gateway": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz", - "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==", + "node_modules/documentation/node_modules/mdast-util-to-string": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-3.2.0.tgz", + "integrity": "sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==", + "dev": true, "dependencies": { - "execa": "^5.0.0" + "@types/mdast": "^3.0.0" }, - "engines": { - "node": ">= 10" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/defer-to-connect": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-2.0.1.tgz", - "integrity": "sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==", - "engines": { - "node": ">=10" + "node_modules/documentation/node_modules/micromark": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/micromark/-/micromark-3.2.0.tgz", + "integrity": "sha512-uD66tJj54JLYq0De10AhWycZWGQNUvDI55xPgk2sQM5kn1JYlhbCMTtEeT27+vAhW2FBQxLlOmS3pmA7/2z4aA==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "@types/debug": "^4.0.0", + "debug": "^4.0.0", + "decode-named-character-reference": "^1.0.0", + "micromark-core-commonmark": "^1.0.1", + "micromark-factory-space": "^1.0.0", + "micromark-util-character": "^1.0.0", + "micromark-util-chunked": "^1.0.0", + "micromark-util-combine-extensions": "^1.0.0", + "micromark-util-decode-numeric-character-reference": "^1.0.0", + "micromark-util-encode": "^1.0.0", + "micromark-util-normalize-identifier": "^1.0.0", + "micromark-util-resolve-all": "^1.0.0", + "micromark-util-sanitize-uri": "^1.0.0", + "micromark-util-subtokenize": "^1.0.0", + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.1", + "uvu": "^0.5.0" } }, - "node_modules/define-data-property": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", - "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", + "node_modules/documentation/node_modules/micromark-core-commonmark": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-1.1.0.tgz", + "integrity": "sha512-BgHO1aRbolh2hcrzL2d1La37V0Aoz73ymF8rAcKnohLy93titmv62E0gP8Hrx9PKcKrqCZ1BbLGbP3bEhoXYlw==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], "dependencies": { - "es-define-property": "^1.0.0", - "es-errors": "^1.3.0", - "gopd": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" + "decode-named-character-reference": "^1.0.0", + "micromark-factory-destination": "^1.0.0", + "micromark-factory-label": "^1.0.0", + "micromark-factory-space": "^1.0.0", + "micromark-factory-title": "^1.0.0", + "micromark-factory-whitespace": "^1.0.0", + "micromark-util-character": "^1.0.0", + "micromark-util-chunked": "^1.0.0", + "micromark-util-classify-character": "^1.0.0", + "micromark-util-html-tag-name": "^1.0.0", + "micromark-util-normalize-identifier": "^1.0.0", + "micromark-util-resolve-all": "^1.0.0", + "micromark-util-subtokenize": "^1.0.0", + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.1", + "uvu": "^0.5.0" + } + }, + "node_modules/documentation/node_modules/micromark-extension-gfm": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-2.0.3.tgz", + "integrity": "sha512-vb9OoHqrhCmbRidQv/2+Bc6pkP0FrtlhurxZofvOEy5o8RtuuvTq+RQ1Vw5ZDNrVraQZu3HixESqbG+0iKk/MQ==", + "dev": true, + "dependencies": { + "micromark-extension-gfm-autolink-literal": "^1.0.0", + "micromark-extension-gfm-footnote": "^1.0.0", + "micromark-extension-gfm-strikethrough": "^1.0.0", + "micromark-extension-gfm-table": "^1.0.0", + "micromark-extension-gfm-tagfilter": "^1.0.0", + "micromark-extension-gfm-task-list-item": "^1.0.0", + "micromark-util-combine-extensions": "^1.0.0", + "micromark-util-types": "^1.0.0" }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/define-lazy-prop": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", - "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", - "engines": { - "node": ">=8" + "node_modules/documentation/node_modules/micromark-extension-gfm-autolink-literal": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-1.0.5.tgz", + "integrity": "sha512-z3wJSLrDf8kRDOh2qBtoTRD53vJ+CWIyo7uyZuxf/JAbNJjiHsOpG1y5wxk8drtv3ETAHutCu6N3thkOOgueWg==", + "dev": true, + "dependencies": { + "micromark-util-character": "^1.0.0", + "micromark-util-sanitize-uri": "^1.0.0", + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/define-properties": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", - "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", + "node_modules/documentation/node_modules/micromark-extension-gfm-footnote": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-1.1.2.tgz", + "integrity": "sha512-Yxn7z7SxgyGWRNa4wzf8AhYYWNrwl5q1Z8ii+CSTTIqVkmGZF1CElX2JI8g5yGoM3GAman9/PVCUFUSJ0kB/8Q==", + "dev": true, "dependencies": { - "define-data-property": "^1.0.1", - "has-property-descriptors": "^1.0.0", - "object-keys": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" + "micromark-core-commonmark": "^1.0.0", + "micromark-factory-space": "^1.0.0", + "micromark-util-character": "^1.0.0", + "micromark-util-normalize-identifier": "^1.0.0", + "micromark-util-sanitize-uri": "^1.0.0", + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.0", + "uvu": "^0.5.0" }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/define-property": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", - "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", + "node_modules/documentation/node_modules/micromark-extension-gfm-strikethrough": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-1.0.7.tgz", + "integrity": "sha512-sX0FawVE1o3abGk3vRjOH50L5TTLr3b5XMqnP9YDRb34M0v5OoZhG+OHFz1OffZ9dlwgpTBKaT4XW/AsUVnSDw==", "dev": true, "dependencies": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" + "micromark-util-chunked": "^1.0.0", + "micromark-util-classify-character": "^1.0.0", + "micromark-util-resolve-all": "^1.0.0", + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.0", + "uvu": "^0.5.0" }, - "engines": { - "node": ">=0.10.0" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/defined": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/defined/-/defined-1.0.1.tgz", - "integrity": "sha512-hsBd2qSVCRE+5PmNdHt1uzyrFu5d3RwmFDKzyNZMFq/EwDNJF7Ee5+D5oEKF0hU6LhtoUF1macFvOe4AskQC1Q==", + "node_modules/documentation/node_modules/micromark-extension-gfm-table": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-1.0.7.tgz", + "integrity": "sha512-3ZORTHtcSnMQEKtAOsBQ9/oHp9096pI/UvdPtN7ehKvrmZZ2+bbWhi0ln+I9drmwXMt5boocn6OlwQzNXeVeqw==", "dev": true, + "dependencies": { + "micromark-factory-space": "^1.0.0", + "micromark-util-character": "^1.0.0", + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.0", + "uvu": "^0.5.0" + }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/del": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/del/-/del-6.1.1.tgz", - "integrity": "sha512-ua8BhapfP0JUJKC/zV9yHHDW/rDoDxP4Zhn3AkA6/xT6gY7jYXJiaeyBZznYVujhZZET+UgcbZiQ7sN3WqcImg==", + "node_modules/documentation/node_modules/micromark-extension-gfm-tagfilter": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-1.0.2.tgz", + "integrity": "sha512-5XWB9GbAUSHTn8VPU8/1DBXMuKYT5uOgEjJb8gN3mW0PNW5OPHpSdojoqf+iq1xo7vWzw/P8bAHY0n6ijpXF7g==", + "dev": true, "dependencies": { - "globby": "^11.0.1", - "graceful-fs": "^4.2.4", - "is-glob": "^4.0.1", - "is-path-cwd": "^2.2.0", - "is-path-inside": "^3.0.2", - "p-map": "^4.0.0", - "rimraf": "^3.0.2", - "slash": "^3.0.0" - }, - "engines": { - "node": ">=10" + "micromark-util-types": "^1.0.0" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/density-clustering": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/density-clustering/-/density-clustering-1.3.0.tgz", - "integrity": "sha512-icpmBubVTwLnsaor9qH/4tG5+7+f61VcqMN3V3pm9sxxSCt2Jcs0zWOgwZW9ARJYaKD3FumIgHiMOcIMRRAzFQ==" - }, - "node_modules/depd": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", - "engines": { - "node": ">= 0.8" + "node_modules/documentation/node_modules/micromark-extension-gfm-task-list-item": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-1.0.5.tgz", + "integrity": "sha512-RMFXl2uQ0pNQy6Lun2YBYT9g9INXtWJULgbt01D/x8/6yJ2qpKyzdZD3pi6UIkzF++Da49xAelVKUeUMqd5eIQ==", + "dev": true, + "dependencies": { + "micromark-factory-space": "^1.0.0", + "micromark-util-character": "^1.0.0", + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.0", + "uvu": "^0.5.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/dequal": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", - "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", - "engines": { - "node": ">=6" - } - }, - "node_modules/destroy": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", - "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", - "engines": { - "node": ">= 0.8", - "npm": "1.2.8000 || >= 1.4.16" - } - }, - "node_modules/detect-indent": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-6.1.0.tgz", - "integrity": "sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/detect-newline": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz", - "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==", + "node_modules/documentation/node_modules/micromark-factory-destination": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-1.1.0.tgz", + "integrity": "sha512-XaNDROBgx9SgSChd69pjiGKbV+nfHGDPVYFs5dOoDd7ZnMAE+Cuu91BCpsY8RT2NP9vo/B8pds2VQNCLiu0zhg==", "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/detect-node": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz", - "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==" - }, - "node_modules/detect-port": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/detect-port/-/detect-port-1.5.1.tgz", - "integrity": "sha512-aBzdj76lueB6uUst5iAs7+0H/oOjqI5D16XUWxlWMIMROhcM0rfsNVk93zTngq1dDNpoXRr++Sus7ETAExppAQ==", - "dependencies": { - "address": "^1.0.1", - "debug": "4" - }, - "bin": { - "detect": "bin/detect-port.js", - "detect-port": "bin/detect-port.js" - } - }, - "node_modules/detect-port-alt": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.6.tgz", - "integrity": "sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==", - "dependencies": { - "address": "^1.0.1", - "debug": "^2.6.0" - }, - "bin": { - "detect": "bin/detect-port", - "detect-port": "bin/detect-port" - }, - "engines": { - "node": ">= 4.2.1" - } - }, - "node_modules/detect-port-alt/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], "dependencies": { - "ms": "2.0.0" + "micromark-util-character": "^1.0.0", + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.0" } }, - "node_modules/detect-port-alt/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - }, - "node_modules/detective": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/detective/-/detective-5.2.1.tgz", - "integrity": "sha512-v9XE1zRnz1wRtgurGu0Bs8uHKFSTdteYZNbIPFVhUZ39L/S79ppMpdmVOZAnoz1jfEFodc48n6MX483Xo3t1yw==", + "node_modules/documentation/node_modules/micromark-factory-label": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-1.1.0.tgz", + "integrity": "sha512-OLtyez4vZo/1NjxGhcpDSbHQ+m0IIGnT8BoPamh+7jVlzLJBH98zzuCoUeMxvM6WsNeh8wx8cKvqLiPHEACn0w==", "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], "dependencies": { - "acorn-node": "^1.8.2", - "defined": "^1.0.0", - "minimist": "^1.2.6" - }, - "bin": { - "detective": "bin/detective.js" - }, - "engines": { - "node": ">=0.8.0" + "micromark-util-character": "^1.0.0", + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.0", + "uvu": "^0.5.0" } }, - "node_modules/devlop": { + "node_modules/documentation/node_modules/micromark-factory-title": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz", - "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==", + "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-1.1.0.tgz", + "integrity": "sha512-J7n9R3vMmgjDOCY8NPw55jiyaQnH5kBdV2/UXCtZIpnHH3P6nHUKaH7XXEYuWwx/xUJcawa8plLBEjMPU24HzQ==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], "dependencies": { - "dequal": "^2.0.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "micromark-factory-space": "^1.0.0", + "micromark-util-character": "^1.0.0", + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.0" } }, - "node_modules/diff": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", - "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", + "node_modules/documentation/node_modules/micromark-factory-whitespace": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-1.1.0.tgz", + "integrity": "sha512-v2WlmiymVSp5oMg+1Q0N1Lxmt6pMhIHD457whWM7/GUlEks1hI9xj5w3zbc4uuMKXGisksZk8DzP2UyGbGqNsQ==", "dev": true, - "engines": { - "node": ">=0.3.1" - } - }, - "node_modules/dir-glob": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", - "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], "dependencies": { - "path-type": "^4.0.0" - }, - "engines": { - "node": ">=8" + "micromark-factory-space": "^1.0.0", + "micromark-util-character": "^1.0.0", + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.0" } }, - "node_modules/dns-packet": { - "version": "5.6.1", - "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.6.1.tgz", - "integrity": "sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==", + "node_modules/documentation/node_modules/micromark-util-chunked": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-1.1.0.tgz", + "integrity": "sha512-Ye01HXpkZPNcV6FiyoW2fGZDUw4Yc7vT0E9Sad83+bEDiCJ1uXu0S3mr8WLpsz3HaG3x2q0HM6CTuPdcZcluFQ==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], "dependencies": { - "@leichtgewicht/ip-codec": "^2.0.1" - }, - "engines": { - "node": ">=6" + "micromark-util-symbol": "^1.0.0" } }, - "node_modules/doctrine-temporary-fork": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/doctrine-temporary-fork/-/doctrine-temporary-fork-2.1.0.tgz", - "integrity": "sha512-nliqOv5NkE4zMON4UA6AMJE6As35afs8aYXATpU4pTUdIKiARZwrJVEP1boA3Rx1ZXHVkwxkhcq4VkqvsuRLsA==", + "node_modules/documentation/node_modules/micromark-util-classify-character": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-1.1.0.tgz", + "integrity": "sha512-SL0wLxtKSnklKSUplok1WQFoGhUdWYKggKUiqhX+Swala+BtptGCu5iPRc+xvzJ4PXE/hwM3FNXsfEVgoZsWbw==", "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], "dependencies": { - "esutils": "^2.0.2" - }, - "engines": { - "node": ">=0.10.0" + "micromark-util-character": "^1.0.0", + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.0" } }, - "node_modules/documentation": { - "version": "13.2.4", - "resolved": "https://registry.npmjs.org/documentation/-/documentation-13.2.4.tgz", - "integrity": "sha512-/E22DKX9W90eF/kK001zu/WAhTrFuK28nM8v4x/pclbatHg23O5Jr1+wl/LsQbqOK0wKMsoWd9iZ2fy7l+gopA==", + "node_modules/documentation/node_modules/micromark-util-combine-extensions": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-1.1.0.tgz", + "integrity": "sha512-Q20sp4mfNf9yEqDL50WwuWZHUrCO4fEyeDCnMGmG5Pr0Cz15Uo7KBs6jq+dq0EgX4DPwwrh9m0X+zPV1ypFvUA==", "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], "dependencies": { - "@babel/core": "7.12.3", - "@babel/generator": "7.12.1", - "@babel/parser": "7.12.3", - "@babel/traverse": "^7.12.1", - "@babel/types": "^7.12.1", - "ansi-html": "^0.0.7", - "babelify": "^10.0.0", - "chalk": "^2.3.0", - "chokidar": "^3.4.0", - "concat-stream": "^1.6.0", - "diff": "^4.0.1", - "doctrine-temporary-fork": "2.1.0", - "get-port": "^5.0.0", - "git-url-parse": "^11.1.2", - "github-slugger": "1.2.0", - "glob": "^7.1.2", - "globals-docs": "^2.4.0", - "highlight.js": "^10.7.2", - "ini": "^1.3.5", - "js-yaml": "^3.10.0", - "lodash": "^4.17.10", - "mdast-util-find-and-replace": "^1.1.1", - "mdast-util-inject": "^1.1.0", - "micromatch": "^3.1.5", - "mime": "^2.2.0", - "module-deps-sortable": "^5.0.3", - "parse-filepath": "^1.0.2", - "pify": "^5.0.0", - "read-pkg-up": "^4.0.0", - "remark": "^13.0.0", - "remark-html": "^13.0.1", - "remark-reference-links": "^5.0.0", - "remark-toc": "^7.2.0", - "resolve": "^1.8.1", - "stream-array": "^1.1.2", - "strip-json-comments": "^2.0.1", - "tiny-lr": "^1.1.0", - "unist-builder": "^2.0.3", - "unist-util-visit": "^2.0.3", - "vfile": "^4.0.0", - "vfile-reporter": "^6.0.0", - "vfile-sort": "^2.1.0", - "vinyl": "^2.1.0", - "vinyl-fs": "^3.0.2", - "yargs": "^15.3.1" - }, - "bin": { - "documentation": "bin/documentation.js" - }, - "engines": { - "node": ">=10" - }, - "optionalDependencies": { - "@vue/compiler-sfc": "^3.0.11", - "vue-template-compiler": "^2.6.12" + "micromark-util-chunked": "^1.0.0", + "micromark-util-types": "^1.0.0" } }, - "node_modules/documentation/node_modules/@babel/core": { - "version": "7.12.3", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.3.tgz", - "integrity": "sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g==", + "node_modules/documentation/node_modules/micromark-util-decode-numeric-character-reference": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-1.1.0.tgz", + "integrity": "sha512-m9V0ExGv0jB1OT21mrWcuf4QhP46pH1KkfWy9ZEezqHKAxkj4mPCy3nIH1rkbdMlChLHX531eOrymlwyZIf2iw==", "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], "dependencies": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.1", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.1", - "@babel/parser": "^7.12.3", - "@babel/template": "^7.10.4", - "@babel/traverse": "^7.12.1", - "@babel/types": "^7.12.1", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/babel" + "micromark-util-symbol": "^1.0.0" } }, - "node_modules/documentation/node_modules/@babel/generator": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.12.1.tgz", - "integrity": "sha512-DB+6rafIdc9o72Yc3/Ph5h+6hUjeOp66pF0naQBgUFFuPqzQwIlPTm3xZR7YNvduIMtkDIj2t21LSQwnbCrXvg==", + "node_modules/documentation/node_modules/micromark-util-decode-string": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-1.1.0.tgz", + "integrity": "sha512-YphLGCK8gM1tG1bd54azwyrQRjCFcmgj2S2GoJDNnh4vYtnL38JS8M4gpxzOPNyHdNEpheyWXCTnnTDY3N+NVQ==", "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], "dependencies": { - "@babel/types": "^7.12.1", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" + "decode-named-character-reference": "^1.0.0", + "micromark-util-character": "^1.0.0", + "micromark-util-decode-numeric-character-reference": "^1.0.0", + "micromark-util-symbol": "^1.0.0" } }, - "node_modules/documentation/node_modules/@babel/parser": { - "version": "7.12.3", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.3.tgz", - "integrity": "sha512-kFsOS0IbsuhO5ojF8Hc8z/8vEIOkylVBrjiZUbLTE3XFe0Qi+uu6HjzQixkFaqr0ZPAMZcBVxEwmsnsLPZ2Xsw==", + "node_modules/documentation/node_modules/micromark-util-encode": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-1.1.0.tgz", + "integrity": "sha512-EuEzTWSTAj9PA5GOAs992GzNh2dGQO52UvAbtSOMvXTxv3Criqb6IOzJUBCmEqrrXSblJIJBbFFv6zPxpreiJw==", "dev": true, - "bin": { - "parser": "bin/babel-parser.js" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/documentation/node_modules/@types/unist": { - "version": "2.0.10", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz", - "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==", - "dev": true + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ] }, - "node_modules/documentation/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "node_modules/documentation/node_modules/micromark-util-html-tag-name": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-1.2.0.tgz", + "integrity": "sha512-VTQzcuQgFUD7yYztuQFKXT49KghjtETQ+Wv/zUjGSGBioZnkA4P1XXZPT1FHeJA6RwRXSF47yvJ1tsJdoxwO+Q==", "dev": true, - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ] }, - "node_modules/documentation/node_modules/argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "node_modules/documentation/node_modules/micromark-util-normalize-identifier": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-1.1.0.tgz", + "integrity": "sha512-N+w5vhqrBihhjdpM8+5Xsxy71QWqGn7HYNUvch71iV2PM7+E3uWGox1Qp90loa1ephtCxG2ftRV/Conitc6P2Q==", "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], "dependencies": { - "sprintf-js": "~1.0.2" + "micromark-util-symbol": "^1.0.0" } }, - "node_modules/documentation/node_modules/braces": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "node_modules/documentation/node_modules/micromark-util-resolve-all": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-1.1.0.tgz", + "integrity": "sha512-b/G6BTMSg+bX+xVCshPTPyAu2tmA0E4X98NSR7eIbeC6ycCqCeE7wjfDIgzEbkzdEVJXRtOG4FbEm/uGbCRouA==", "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], "dependencies": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" + "micromark-util-types": "^1.0.0" } }, - "node_modules/documentation/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "node_modules/documentation/node_modules/micromark-util-sanitize-uri": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-1.2.0.tgz", + "integrity": "sha512-QO4GXv0XZfWey4pYFndLUKEAktKkG5kZTdUNaTAkzbuJxn2tNBOr+QtxR2XpWaMhbImT2dPzyLrPXLlPhph34A==", "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" + "micromark-util-character": "^1.0.0", + "micromark-util-encode": "^1.0.0", + "micromark-util-symbol": "^1.0.0" } }, - "node_modules/documentation/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "node_modules/documentation/node_modules/micromark-util-subtokenize": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-1.1.0.tgz", + "integrity": "sha512-kUQHyzRoxvZO2PuLzMt2P/dwVsTiivCK8icYTeR+3WgbuPqfHgPPy7nFKbeqRivBvn/3N3GBiNC+JRTMSxEC7A==", "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], "dependencies": { - "color-name": "1.1.3" + "micromark-util-chunked": "^1.0.0", + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.0", + "uvu": "^0.5.0" } }, - "node_modules/documentation/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", - "dev": true - }, - "node_modules/documentation/node_modules/convert-source-map": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", - "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", - "dev": true - }, - "node_modules/documentation/node_modules/emoji-regex": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-6.1.1.tgz", - "integrity": "sha512-WfVwM9e+M9B/4Qjh9SRnPX2A74Tom3WlVfWF9QWJ8f2BPa1u+/q4aEp1tizZ3vBKAZTg7B6yxn3t9iMjT+dv4w==", - "dev": true - }, - "node_modules/documentation/node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "node_modules/documentation/node_modules/micromark-util-types": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-1.1.0.tgz", + "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==", "dev": true, - "engines": { - "node": ">=0.8.0" - } + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ] }, - "node_modules/documentation/node_modules/fill-range": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", - "integrity": "sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==", + "node_modules/documentation/node_modules/minimatch": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", + "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", "dev": true, "dependencies": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" + "brace-expansion": "^2.0.1" }, "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/documentation/node_modules/github-slugger": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-1.2.0.tgz", - "integrity": "sha512-wIaa75k1vZhyPm9yWrD08A5Xnx/V+RmzGrpjQuLemGKSb77Qukiaei58Bogrl/LZSADDfPzKJX8jhLs4CRTl7Q==", - "dev": true, - "dependencies": { - "emoji-regex": ">=6.0.0 <=6.1.1" + "node": ">=10" } }, - "node_modules/documentation/node_modules/glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "node_modules/documentation/node_modules/remark-gfm": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-3.0.1.tgz", + "integrity": "sha512-lEFDoi2PICJyNrACFOfDD3JlLkuSbOa5Wd8EPt06HUdptv8Gn0bxYTdbU/XXQ3swAPkEaGxxPN9cbnMHvVu1Ig==", "dev": true, "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" + "@types/mdast": "^3.0.0", + "mdast-util-gfm": "^2.0.0", + "micromark-extension-gfm": "^2.0.0", + "unified": "^10.0.0" }, "funding": { - "url": "https://github.com/sponsors/isaacs" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/documentation/node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "node_modules/documentation/node_modules/strip-json-comments": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-5.0.1.tgz", + "integrity": "sha512-0fk9zBqO67Nq5M/m45qHCJxylV/DhBlIOVExqgOMiCCrzrhU6tCibRXNqE3jwJLftzE9SNuZtYbpzcO+i9FiKw==", "dev": true, "engines": { - "node": ">=4" + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/documentation/node_modules/is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "node_modules/documentation/node_modules/unified": { + "version": "10.1.2", + "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", + "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", "dev": true, "dependencies": { - "is-plain-object": "^2.0.4" + "@types/unist": "^2.0.0", + "bail": "^2.0.0", + "extend": "^3.0.0", + "is-buffer": "^2.0.0", + "is-plain-obj": "^4.0.0", + "trough": "^2.0.0", + "vfile": "^5.0.0" }, - "engines": { - "node": ">=0.10.0" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/documentation/node_modules/is-number": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==", + "node_modules/documentation/node_modules/unist-util-stringify-position": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz", + "integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==", "dev": true, "dependencies": { - "kind-of": "^3.0.2" + "@types/unist": "^2.0.0" }, - "engines": { - "node": ">=0.10.0" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/documentation/node_modules/is-number/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "node_modules/documentation/node_modules/unist-util-visit": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", + "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", "dev": true, "dependencies": { - "is-buffer": "^1.1.5" + "@types/unist": "^2.0.0", + "unist-util-is": "^5.0.0", + "unist-util-visit-parents": "^5.1.1" }, - "engines": { - "node": ">=0.10.0" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/documentation/node_modules/js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", - "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "node_modules/documentation/node_modules/vfile": { + "version": "5.3.7", + "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.7.tgz", + "integrity": "sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==", "dev": true, "dependencies": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" + "@types/unist": "^2.0.0", + "is-buffer": "^2.0.0", + "unist-util-stringify-position": "^3.0.0", + "vfile-message": "^3.0.0" }, - "bin": { - "js-yaml": "bin/js-yaml.js" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/documentation/node_modules/micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "node_modules/documentation/node_modules/vfile-message": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz", + "integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==", "dev": true, "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" + "@types/unist": "^2.0.0", + "unist-util-stringify-position": "^3.0.0" }, - "engines": { - "node": ">=0.10.0" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/documentation/node_modules/micromatch/node_modules/extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", - "dev": true, + "node_modules/dom-converter": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz", + "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==", "dependencies": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" + "utila": "~0.4" } }, - "node_modules/documentation/node_modules/mime": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz", - "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==", - "dev": true, - "bin": { - "mime": "cli.js" + "node_modules/dom-serializer": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", + "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", + "dependencies": { + "domelementtype": "^2.3.0", + "domhandler": "^5.0.2", + "entities": "^4.2.0" }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/documentation/node_modules/semver": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", - "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", - "dev": true, - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/documentation/node_modules/source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/documentation/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/documentation/node_modules/to-regex-range": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", - "integrity": "sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==", - "dev": true, - "dependencies": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/documentation/node_modules/unist-util-stringify-position": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz", - "integrity": "sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==", - "dev": true, - "dependencies": { - "@types/unist": "^2.0.2" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/documentation/node_modules/unist-util-visit": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz", - "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==", - "dev": true, - "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0", - "unist-util-visit-parents": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/documentation/node_modules/vfile": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/vfile/-/vfile-4.2.1.tgz", - "integrity": "sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==", - "dev": true, - "dependencies": { - "@types/unist": "^2.0.0", - "is-buffer": "^2.0.0", - "unist-util-stringify-position": "^2.0.0", - "vfile-message": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/documentation/node_modules/vfile-message": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-2.0.4.tgz", - "integrity": "sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==", - "dev": true, - "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-stringify-position": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/documentation/node_modules/vfile/node_modules/is-buffer": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz", - "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "engines": { - "node": ">=4" - } - }, - "node_modules/dom-converter": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz", - "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==", - "dependencies": { - "utila": "~0.4" - } - }, - "node_modules/dom-serializer": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", - "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", - "dependencies": { - "domelementtype": "^2.3.0", - "domhandler": "^5.0.2", - "entities": "^4.2.0" - }, - "funding": { - "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" + "funding": { + "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" } }, "node_modules/domelementtype": { @@ -9231,178 +9673,11 @@ "node": ">=8" } }, - "node_modules/dotgitignore": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/dotgitignore/-/dotgitignore-2.1.0.tgz", - "integrity": "sha512-sCm11ak2oY6DglEPpCB8TixLjWAxd3kJTs6UIcSasNYxXdFPV+YKlye92c8H4kKFqV5qYMIh7d+cYecEg0dIkA==", - "dev": true, - "dependencies": { - "find-up": "^3.0.0", - "minimatch": "^3.0.4" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/dotgitignore/node_modules/find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "dev": true, - "dependencies": { - "locate-path": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/dotgitignore/node_modules/locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "dev": true, - "dependencies": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/dotgitignore/node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dev": true, - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/dotgitignore/node_modules/p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "dev": true, - "dependencies": { - "p-limit": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/dotgitignore/node_modules/path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", - "dev": true, - "engines": { - "node": ">=4" - } - }, "node_modules/duplexer": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz", "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==" }, - "node_modules/duplexer2": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz", - "integrity": "sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA==", - "dev": true, - "dependencies": { - "readable-stream": "^2.0.2" - } - }, - "node_modules/duplexer2/node_modules/isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", - "dev": true - }, - "node_modules/duplexer2/node_modules/readable-stream": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", - "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", - "dev": true, - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/duplexer2/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true - }, - "node_modules/duplexer2/node_modules/string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dev": true, - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/duplexify": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz", - "integrity": "sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==", - "dev": true, - "dependencies": { - "end-of-stream": "^1.0.0", - "inherits": "^2.0.1", - "readable-stream": "^2.0.0", - "stream-shift": "^1.0.0" - } - }, - "node_modules/duplexify/node_modules/isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", - "dev": true - }, - "node_modules/duplexify/node_modules/readable-stream": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", - "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", - "dev": true, - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/duplexify/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true - }, - "node_modules/duplexify/node_modules/string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dev": true, - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, "node_modules/earcut": { "version": "2.2.4", "resolved": "https://registry.npmjs.org/earcut/-/earcut-2.2.4.tgz", @@ -9458,15 +9733,6 @@ "node": ">= 0.8" } }, - "node_modules/end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", - "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", - "dev": true, - "dependencies": { - "once": "^1.4.0" - } - }, "node_modules/enhanced-resolve": { "version": "5.16.0", "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.16.0.tgz", @@ -9490,15 +9756,6 @@ "url": "https://github.com/fb55/entities?sponsor=1" } }, - "node_modules/error": { - "version": "7.2.1", - "resolved": "https://registry.npmjs.org/error/-/error-7.2.1.tgz", - "integrity": "sha512-fo9HBvWnx3NGUKMvMwB/CBCMMrfEJgbDTVDEkPygA3Bdd3lM1OyCd+rbQ8BwnpF6GdVeOLDNmyL4N5Bg80ZvdA==", - "dev": true, - "dependencies": { - "string-template": "~0.2.1" - } - }, "node_modules/error-ex": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", @@ -9526,10 +9783,34 @@ "node": ">= 0.4" } }, - "node_modules/es-module-lexer": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.4.1.tgz", - "integrity": "sha512-cXLGjP0c4T3flZJKQSuziYoq7MlT+rnvfZjfp7h+I7K9BNX54kP9nyWvdbwjQ4u1iWbOL4u96fgeZLToQlZC7w==" + "node_modules/es-get-iterator": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.3.tgz", + "integrity": "sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==", + "dependencies": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.3", + "has-symbols": "^1.0.3", + "is-arguments": "^1.1.1", + "is-map": "^2.0.2", + "is-set": "^2.0.2", + "is-string": "^1.0.7", + "isarray": "^2.0.5", + "stop-iteration-iterator": "^1.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/es-get-iterator/node_modules/isarray": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" + }, + "node_modules/es-module-lexer": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.4.1.tgz", + "integrity": "sha512-cXLGjP0c4T3flZJKQSuziYoq7MlT+rnvfZjfp7h+I7K9BNX54kP9nyWvdbwjQ4u1iWbOL4u96fgeZLToQlZC7w==" }, "node_modules/escalade": { "version": "3.1.2", @@ -9777,64 +10058,6 @@ "url": "https://github.com/sindresorhus/execa?sponsor=1" } }, - "node_modules/expand-brackets": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz", - "integrity": "sha512-w/ozOKR9Obk3qoWeY/WDi6MFta9AoMR+zud60mdnbniMcBxRuFJyDt2LdX/14A1UABeqk+Uk+LDfUpvoGKppZA==", - "dev": true, - "dependencies": { - "debug": "^2.3.3", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "posix-character-classes": "^0.1.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-brackets/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dev": true, - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/expand-brackets/node_modules/define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==", - "dev": true, - "dependencies": { - "is-descriptor": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-brackets/node_modules/is-descriptor": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz", - "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==", - "dev": true, - "dependencies": { - "is-accessor-descriptor": "^1.0.1", - "is-data-descriptor": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/expand-brackets/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", - "dev": true - }, "node_modules/express": { "version": "4.18.3", "resolved": "https://registry.npmjs.org/express/-/express-4.18.3.tgz", @@ -9929,37 +10152,6 @@ "node": ">=0.10.0" } }, - "node_modules/extglob": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz", - "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", - "dev": true, - "dependencies": { - "array-unique": "^0.3.2", - "define-property": "^1.0.0", - "expand-brackets": "^2.1.4", - "extend-shallow": "^2.0.1", - "fragment-cache": "^0.2.1", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/extglob/node_modules/define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==", - "dev": true, - "dependencies": { - "is-descriptor": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/fast-deep-equal": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", @@ -10035,30 +10227,6 @@ "node": ">=0.4.0" } }, - "node_modules/figures": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", - "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", - "dev": true, - "dependencies": { - "escape-string-regexp": "^1.0.5" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/figures/node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "dev": true, - "engines": { - "node": ">=0.8.0" - } - }, "node_modules/file-loader": { "version": "6.2.0", "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz", @@ -10142,15 +10310,6 @@ "node": ">=8" } }, - "node_modules/filter-obj": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-1.1.0.tgz", - "integrity": "sha512-8rXg1ZnX7xzy2NGDVkBVaAy+lSlPNwad13BtgSlLuxfIslyt5Vg64U7tFcCt4WS1R0hvtnQybT/IyCkGZ3DpXQ==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/finalhandler": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", @@ -10219,52 +10378,6 @@ "flat": "cli.js" } }, - "node_modules/flush-write-stream": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz", - "integrity": "sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==", - "dev": true, - "dependencies": { - "inherits": "^2.0.3", - "readable-stream": "^2.3.6" - } - }, - "node_modules/flush-write-stream/node_modules/isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", - "dev": true - }, - "node_modules/flush-write-stream/node_modules/readable-stream": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", - "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", - "dev": true, - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/flush-write-stream/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true - }, - "node_modules/flush-write-stream/node_modules/string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dev": true, - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, "node_modules/follow-redirects": { "version": "1.15.6", "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", @@ -10284,13 +10397,12 @@ } } }, - "node_modules/for-in": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", - "integrity": "sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==", - "dev": true, - "engines": { - "node": ">=0.10.0" + "node_modules/for-each": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", + "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", + "dependencies": { + "is-callable": "^1.1.3" } }, "node_modules/foreground-child": { @@ -10496,18 +10608,6 @@ "url": "https://github.com/sponsors/rawify" } }, - "node_modules/fragment-cache": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz", - "integrity": "sha512-GMBAbW9antB8iZRHLoGw0b3HANt57diZYFO/HL1JGIC1MjKrdmhxvrJbupnVvpys0zsz7yBApXdQyfepKly2kA==", - "dev": true, - "dependencies": { - "map-cache": "^0.2.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/fresh": { "version": "0.5.2", "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", @@ -10529,19 +10629,6 @@ "node": ">=14.14" } }, - "node_modules/fs-mkdirp-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs-mkdirp-stream/-/fs-mkdirp-stream-1.0.0.tgz", - "integrity": "sha512-+vSd9frUnapVC2RZYfL3FCB2p3g4TBhaUmrsWlSudsGdnxIuUvBB2QM1VZeBtc49QFwrp+wQLrDs3+xxDgI5gQ==", - "dev": true, - "dependencies": { - "graceful-fs": "^4.1.11", - "through2": "^2.0.3" - }, - "engines": { - "node": ">= 0.10" - } - }, "node_modules/fs-monkey": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.5.tgz", @@ -10597,6 +10684,14 @@ "deep-equal": "^1.0.0" } }, + "node_modules/geojson-polygon-self-intersections": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/geojson-polygon-self-intersections/-/geojson-polygon-self-intersections-1.2.1.tgz", + "integrity": "sha512-/QM1b5u2d172qQVO//9CGRa49jEmclKEsYOQmWP9ooEjj63tBM51m2805xsbxkzlEELQ2REgTf700gUhhlegxA==", + "dependencies": { + "rbush": "^2.0.1" + } + }, "node_modules/geojson-rbush": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/geojson-rbush/-/geojson-rbush-3.2.0.tgz", @@ -10609,11 +10704,6 @@ "rbush": "^3.0.1" } }, - "node_modules/geojson-rbush/node_modules/@types/geojson": { - "version": "7946.0.8", - "resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.8.tgz", - "integrity": "sha512-1rkryxURpr6aWP7R786/UQOkJ3PcpQiWkAXBmdWc7ryFWqN6a4xfK7BtjXvFBKO9LjQ+MWQSWxYeZX1OApnArA==" - }, "node_modules/geojson-rbush/node_modules/rbush": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/rbush/-/rbush-3.0.1.tgz", @@ -10654,425 +10744,98 @@ "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz", "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==" }, - "node_modules/get-pkg-repo": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/get-pkg-repo/-/get-pkg-repo-4.2.1.tgz", - "integrity": "sha512-2+QbHjFRfGB74v/pYWjd5OhU3TDIC2Gv/YKUTk/tCvAz0pkn/Mz6P3uByuBimLOcPvN2jYdScl3xGFSrx0jEcA==", + "node_modules/get-stream": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/git-up": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/git-up/-/git-up-7.0.0.tgz", + "integrity": "sha512-ONdIrbBCFusq1Oy0sC71F5azx8bVkvtZtMJAsv+a6lz5YAmbNnLD6HAB4gptHZVLPR8S2/kVN6Gab7lryq5+lQ==", "dev": true, "dependencies": { - "@hutson/parse-repository-url": "^3.0.0", - "hosted-git-info": "^4.0.0", - "through2": "^2.0.0", - "yargs": "^16.2.0" - }, - "bin": { - "get-pkg-repo": "src/cli.js" - }, - "engines": { - "node": ">=6.9.0" + "is-ssh": "^1.4.0", + "parse-url": "^8.1.0" } }, - "node_modules/get-pkg-repo/node_modules/cliui": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "node_modules/git-url-parse": { + "version": "13.1.1", + "resolved": "https://registry.npmjs.org/git-url-parse/-/git-url-parse-13.1.1.tgz", + "integrity": "sha512-PCFJyeSSdtnbfhSNRw9Wk96dDCNx+sogTe4YNXeXSJxt7xz5hvXekuRn9JX7m+Mf4OscCu8h+mtAl3+h5Fo8lQ==", "dev": true, "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" + "git-up": "^7.0.0" } }, - "node_modules/get-pkg-repo/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true + "node_modules/github-slugger": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-1.5.0.tgz", + "integrity": "sha512-wIh+gKBI9Nshz2o46B0B3f5k/W+WI9ZAv6y5Dn5WJ5SK1t0TnDimB4WE5rmTD05ZAIn8HALCZVmCsvj0w0v0lw==" }, - "node_modules/get-pkg-repo/node_modules/hosted-git-info": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz", - "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==", + "node_modules/glob": { + "version": "10.3.10", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz", + "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==", "dev": true, "dependencies": { - "lru-cache": "^6.0.0" + "foreground-child": "^3.1.0", + "jackspeak": "^2.3.5", + "minimatch": "^9.0.1", + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0", + "path-scurry": "^1.10.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" }, "engines": { - "node": ">=10" + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/get-pkg-repo/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, + "node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dependencies": { - "yallist": "^4.0.0" + "is-glob": "^4.0.1" }, "engines": { - "node": ">=10" + "node": ">= 6" } }, - "node_modules/get-pkg-repo/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "node_modules/glob-to-regexp": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", + "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==" + }, + "node_modules/glob/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dev": true, "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" + "balanced-match": "^1.0.0" } }, - "node_modules/get-pkg-repo/node_modules/wrap-ansi": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "node_modules/glob/node_modules/minimatch": { + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", "dev": true, "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" + "brace-expansion": "^2.0.1" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - } - }, - "node_modules/get-pkg-repo/node_modules/y18n": { - "version": "5.0.8", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", - "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", - "dev": true, - "engines": { - "node": ">=10" - } - }, - "node_modules/get-pkg-repo/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, - "node_modules/get-pkg-repo/node_modules/yargs": { - "version": "16.2.0", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", - "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", - "dev": true, - "dependencies": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/get-port": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/get-port/-/get-port-5.1.1.tgz", - "integrity": "sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ==", - "dev": true, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/get-stream": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", - "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/get-value": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz", - "integrity": "sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/git-raw-commits": { - "version": "2.0.11", - "resolved": "https://registry.npmjs.org/git-raw-commits/-/git-raw-commits-2.0.11.tgz", - "integrity": "sha512-VnctFhw+xfj8Va1xtfEqCUD2XDrbAPSJx+hSrE5K7fGdjZruW7XV+QOrN7LF/RJyvspRiD2I0asWsxFp0ya26A==", - "dev": true, - "dependencies": { - "dargs": "^7.0.0", - "lodash": "^4.17.15", - "meow": "^8.0.0", - "split2": "^3.0.0", - "through2": "^4.0.0" - }, - "bin": { - "git-raw-commits": "cli.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/git-raw-commits/node_modules/through2": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/through2/-/through2-4.0.2.tgz", - "integrity": "sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==", - "dev": true, - "dependencies": { - "readable-stream": "3" - } - }, - "node_modules/git-remote-origin-url": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/git-remote-origin-url/-/git-remote-origin-url-2.0.0.tgz", - "integrity": "sha512-eU+GGrZgccNJcsDH5LkXR3PB9M958hxc7sbA8DFJjrv9j4L2P/eZfKhM+QD6wyzpiv+b1BpK0XrYCxkovtjSLw==", - "dev": true, - "dependencies": { - "gitconfiglocal": "^1.0.0", - "pify": "^2.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/git-remote-origin-url/node_modules/pify": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/git-semver-tags": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-4.1.1.tgz", - "integrity": "sha512-OWyMt5zBe7xFs8vglMmhM9lRQzCWL3WjHtxNNfJTMngGym7pC1kh8sP6jevfydJ6LP3ZvGxfb6ABYgPUM0mtsA==", - "dev": true, - "dependencies": { - "meow": "^8.0.0", - "semver": "^6.0.0" - }, - "bin": { - "git-semver-tags": "cli.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/git-semver-tags/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/git-up": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/git-up/-/git-up-4.0.5.tgz", - "integrity": "sha512-YUvVDg/vX3d0syBsk/CKUTib0srcQME0JyHkL5BaYdwLsiCslPWmDSi8PUMo9pXYjrryMcmsCoCgsTpSCJEQaA==", - "dev": true, - "dependencies": { - "is-ssh": "^1.3.0", - "parse-url": "^6.0.0" - } - }, - "node_modules/git-url-parse": { - "version": "11.6.0", - "resolved": "https://registry.npmjs.org/git-url-parse/-/git-url-parse-11.6.0.tgz", - "integrity": "sha512-WWUxvJs5HsyHL6L08wOusa/IXYtMuCAhrMmnTjQPpBU0TTHyDhnOATNH3xNQz7YOQUsqIIPTGr4xiVti1Hsk5g==", - "dev": true, - "dependencies": { - "git-up": "^4.0.0" - } - }, - "node_modules/gitconfiglocal": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/gitconfiglocal/-/gitconfiglocal-1.0.0.tgz", - "integrity": "sha512-spLUXeTAVHxDtKsJc8FkFVgFtMdEN9qPGpL23VfSHx4fP4+Ds097IXLvymbnDH8FnmxX5Nr9bPw3A+AQ6mWEaQ==", - "dev": true, - "dependencies": { - "ini": "^1.3.2" - } - }, - "node_modules/github-slugger": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-1.5.0.tgz", - "integrity": "sha512-wIh+gKBI9Nshz2o46B0B3f5k/W+WI9ZAv6y5Dn5WJ5SK1t0TnDimB4WE5rmTD05ZAIn8HALCZVmCsvj0w0v0lw==" - }, - "node_modules/glob": { - "version": "10.3.10", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz", - "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==", - "dev": true, - "dependencies": { - "foreground-child": "^3.1.0", - "jackspeak": "^2.3.5", - "minimatch": "^9.0.1", - "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0", - "path-scurry": "^1.10.1" - }, - "bin": { - "glob": "dist/esm/bin.mjs" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/glob-stream": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-6.1.0.tgz", - "integrity": "sha512-uMbLGAP3S2aDOHUDfdoYcdIePUCfysbAd0IAoWVZbeGU/oNQ8asHVSshLDJUPWxfzj8zsCG7/XeHPHTtow0nsw==", - "dev": true, - "dependencies": { - "extend": "^3.0.0", - "glob": "^7.1.1", - "glob-parent": "^3.1.0", - "is-negated-glob": "^1.0.0", - "ordered-read-streams": "^1.0.0", - "pumpify": "^1.3.5", - "readable-stream": "^2.1.5", - "remove-trailing-separator": "^1.0.1", - "to-absolute-glob": "^2.0.0", - "unique-stream": "^2.0.2" - }, - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/glob-stream/node_modules/glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/glob-stream/node_modules/glob-parent": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", - "integrity": "sha512-E8Ak/2+dZY6fnzlR7+ueWvhsH1SjHr4jjss4YS/h4py44jY9MhK/VFdaZJAWDz6BbL21KeteKxFSFpq8OS5gVA==", - "dev": true, - "dependencies": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - } - }, - "node_modules/glob-stream/node_modules/is-glob": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", - "integrity": "sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==", - "dev": true, - "dependencies": { - "is-extglob": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/glob-stream/node_modules/isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", - "dev": true - }, - "node_modules/glob-stream/node_modules/readable-stream": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", - "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", - "dev": true, - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/glob-stream/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true - }, - "node_modules/glob-stream/node_modules/string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dev": true, - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/glob-to-regexp": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", - "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==" - }, - "node_modules/glob/node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "dev": true, - "dependencies": { - "balanced-match": "^1.0.0" - } - }, - "node_modules/glob/node_modules/minimatch": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", - "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", - "dev": true, - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=16 || 14 >=14.17" + "node": ">=16 || 14 >=14.17" }, "funding": { "url": "https://github.com/sponsors/isaacs" @@ -11272,43 +11035,12 @@ "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==" }, - "node_modules/handlebars": { - "version": "4.7.8", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz", - "integrity": "sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==", - "dev": true, - "dependencies": { - "minimist": "^1.2.5", - "neo-async": "^2.6.2", - "source-map": "^0.6.1", - "wordwrap": "^1.0.0" - }, - "bin": { - "handlebars": "bin/handlebars" - }, - "engines": { - "node": ">=0.4.7" - }, - "optionalDependencies": { - "uglify-js": "^3.1.4" - } - }, - "node_modules/handlebars/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/hard-rejection": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz", - "integrity": "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==", - "dev": true, - "engines": { - "node": ">=6" + "node_modules/has-bigints": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", + "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, "node_modules/has-flag": { @@ -11366,69 +11098,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/has-value": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz", - "integrity": "sha512-IBXk4GTsLYdQ7Rvt+GRBrFSVEkmuOUy4re0Xjd9kJSUQpnTrWR4/y9RpfexN9vkAPMFuQoeWKwqzPozRTlasGw==", - "dev": true, - "dependencies": { - "get-value": "^2.0.6", - "has-values": "^1.0.0", - "isobject": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/has-values": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz", - "integrity": "sha512-ODYZC64uqzmtfGMEAX/FvZiRyWLpAC3vYnNunURUnkGVTS+mI0smVsWaPydRBsE3g+ok7h960jChO8mFcWlHaQ==", - "dev": true, - "dependencies": { - "is-number": "^3.0.0", - "kind-of": "^4.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/has-values/node_modules/is-number": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==", - "dev": true, - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/has-values/node_modules/is-number/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", - "dev": true, - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/has-values/node_modules/kind-of": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", - "integrity": "sha512-24XsCxmEbRwEDbz/qz3stgin8TTzZ1ESR56OMCN0ujYg+vRutNSiOj9bHH9u85DKgXguraugV5sFuvbD4FW/hw==", - "dev": true, - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/has-yarn": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-yarn/-/has-yarn-3.0.0.tgz", @@ -11470,16 +11139,6 @@ "url": "https://opencollective.com/unified" } }, - "node_modules/hast-util-is-element": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-1.1.0.tgz", - "integrity": "sha512-oUmNua0bFbdrD/ELDSSEadRVtWZOf3iF6Lbv81naqsIV99RnSCieTbWuWCY8BAeEfKJTKl0gRdokv+dELutHGQ==", - "dev": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, "node_modules/hast-util-parse-selector": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz", @@ -11517,18 +11176,33 @@ } }, "node_modules/hast-util-sanitize": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/hast-util-sanitize/-/hast-util-sanitize-3.0.2.tgz", - "integrity": "sha512-+2I0x2ZCAyiZOO/sb4yNLFmdwPBnyJ4PBkVTUMKMqBwYNA+lXSgOmoRXlJFazoyid9QPogRRKgKhVEodv181sA==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/hast-util-sanitize/-/hast-util-sanitize-4.1.0.tgz", + "integrity": "sha512-Hd9tU0ltknMGRDv+d6Ro/4XKzBqQnP/EZrpiTbpFYfXv/uOhWeKc+2uajcbEvAEH98VZd7eII2PiXm13RihnLw==", "dev": true, "dependencies": { - "xtend": "^4.0.0" + "@types/hast": "^2.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, + "node_modules/hast-util-sanitize/node_modules/@types/hast": { + "version": "2.3.10", + "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.10.tgz", + "integrity": "sha512-McWspRw8xx8J9HurkVBfYj0xKoE25tOFlHGdx4MJ5xORQrMGZNqJhVQWaIbm6Oyla5kYOXtDiopzKRJzEOkwJw==", + "dev": true, + "dependencies": { + "@types/unist": "^2" + } + }, + "node_modules/hast-util-sanitize/node_modules/@types/unist": { + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz", + "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==", + "dev": true + }, "node_modules/hast-util-to-estree": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/hast-util-to-estree/-/hast-util-to-estree-3.1.0.tgz", @@ -11557,123 +11231,242 @@ } }, "node_modules/hast-util-to-html": { - "version": "7.1.3", - "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-7.1.3.tgz", - "integrity": "sha512-yk2+1p3EJTEE9ZEUkgHsUSVhIpCsL/bvT8E5GzmWc+N1Po5gBw+0F8bo7dpxXR0nu0bQVxVZGX2lBGF21CmeDw==", + "version": "8.0.4", + "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-8.0.4.tgz", + "integrity": "sha512-4tpQTUOr9BMjtYyNlt0P50mH7xj0Ks2xpo8M943Vykljf99HW6EzulIoJP1N3eKOSScEHzyzi9dm7/cn0RfGwA==", "dev": true, "dependencies": { - "ccount": "^1.0.0", - "comma-separated-tokens": "^1.0.0", - "hast-util-is-element": "^1.0.0", - "hast-util-whitespace": "^1.0.0", - "html-void-elements": "^1.0.0", - "property-information": "^5.0.0", - "space-separated-tokens": "^1.0.0", - "stringify-entities": "^3.0.1", - "unist-util-is": "^4.0.0", - "xtend": "^4.0.0" + "@types/hast": "^2.0.0", + "@types/unist": "^2.0.0", + "ccount": "^2.0.0", + "comma-separated-tokens": "^2.0.0", + "hast-util-raw": "^7.0.0", + "hast-util-whitespace": "^2.0.0", + "html-void-elements": "^2.0.0", + "property-information": "^6.0.0", + "space-separated-tokens": "^2.0.0", + "stringify-entities": "^4.0.0", + "zwitch": "^2.0.4" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, - "node_modules/hast-util-to-html/node_modules/ccount": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/ccount/-/ccount-1.1.0.tgz", - "integrity": "sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==", + "node_modules/hast-util-to-html/node_modules/@types/hast": { + "version": "2.3.10", + "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.10.tgz", + "integrity": "sha512-McWspRw8xx8J9HurkVBfYj0xKoE25tOFlHGdx4MJ5xORQrMGZNqJhVQWaIbm6Oyla5kYOXtDiopzKRJzEOkwJw==", "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "dependencies": { + "@types/unist": "^2" } }, - "node_modules/hast-util-to-html/node_modules/character-entities-html4": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-1.1.4.tgz", - "integrity": "sha512-HRcDxZuZqMx3/a+qrzxdBKBPUpxWEq9xw2OPZ3a/174ihfrQKVsFhqtthBInFy1zZ9GgZyFXOatNujm8M+El3g==", + "node_modules/hast-util-to-html/node_modules/@types/unist": { + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz", + "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==", + "dev": true + }, + "node_modules/hast-util-to-html/node_modules/hast-util-from-parse5": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-7.1.2.tgz", + "integrity": "sha512-Nz7FfPBuljzsN3tCQ4kCBKqdNhQE2l0Tn+X1ubgKBPRoiDIu1mL08Cfw4k7q71+Duyaw7DXDN+VTAp4Vh3oCOw==", "dev": true, + "dependencies": { + "@types/hast": "^2.0.0", + "@types/unist": "^2.0.0", + "hastscript": "^7.0.0", + "property-information": "^6.0.0", + "vfile": "^5.0.0", + "vfile-location": "^4.0.0", + "web-namespaces": "^2.0.0" + }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/hast-util-to-html/node_modules/character-entities-legacy": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz", - "integrity": "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==", + "node_modules/hast-util-to-html/node_modules/hast-util-parse-selector": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-3.1.1.tgz", + "integrity": "sha512-jdlwBjEexy1oGz0aJ2f4GKMaVKkA9jwjr4MjAAI22E5fM/TXVZHuS5OpONtdeIkRKqAaryQ2E9xNQxijoThSZA==", "dev": true, + "dependencies": { + "@types/hast": "^2.0.0" + }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/hast-util-to-html/node_modules/hast-util-raw": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-7.2.3.tgz", + "integrity": "sha512-RujVQfVsOrxzPOPSzZFiwofMArbQke6DJjnFfceiEbFh7S05CbPt0cYN+A5YeD3pso0JQk6O1aHBnx9+Pm2uqg==", + "dev": true, + "dependencies": { + "@types/hast": "^2.0.0", + "@types/parse5": "^6.0.0", + "hast-util-from-parse5": "^7.0.0", + "hast-util-to-parse5": "^7.0.0", + "html-void-elements": "^2.0.0", + "parse5": "^6.0.0", + "unist-util-position": "^4.0.0", + "unist-util-visit": "^4.0.0", + "vfile": "^5.0.0", + "web-namespaces": "^2.0.0", + "zwitch": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/hast-util-to-html/node_modules/comma-separated-tokens": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-1.0.8.tgz", - "integrity": "sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw==", + "node_modules/hast-util-to-html/node_modules/hast-util-to-parse5": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-7.1.0.tgz", + "integrity": "sha512-YNRgAJkH2Jky5ySkIqFXTQiaqcAtJyVE+D5lkN6CdtOqrnkLfGYYrEcKuHOJZlp+MwjSwuD3fZuawI+sic/RBw==", "dev": true, + "dependencies": { + "@types/hast": "^2.0.0", + "comma-separated-tokens": "^2.0.0", + "property-information": "^6.0.0", + "space-separated-tokens": "^2.0.0", + "web-namespaces": "^2.0.0", + "zwitch": "^2.0.0" + }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, "node_modules/hast-util-to-html/node_modules/hast-util-whitespace": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-1.0.4.tgz", - "integrity": "sha512-I5GTdSfhYfAPNztx2xJRQpG8cuDSNt599/7YUn7Gx/WxNMsG+a835k97TDkFgk123cwjfwINaZknkKkphx/f2A==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-2.0.1.tgz", + "integrity": "sha512-nAxA0v8+vXSBDt3AnRUNjyRIQ0rD+ntpbAp4LnPkumc5M9yUbSMa4XDU9Q6etY4f1Wp4bNgvc1yjiZtsTTrSng==", + "dev": true, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/hast-util-to-html/node_modules/hastscript": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-7.2.0.tgz", + "integrity": "sha512-TtYPq24IldU8iKoJQqvZOuhi5CyCQRAbvDOX0x1eW6rsHSxa/1i2CCiptNTotGHJ3VoHRGmqiv6/D3q113ikkw==", "dev": true, + "dependencies": { + "@types/hast": "^2.0.0", + "comma-separated-tokens": "^2.0.0", + "hast-util-parse-selector": "^3.0.0", + "property-information": "^6.0.0", + "space-separated-tokens": "^2.0.0" + }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, "node_modules/hast-util-to-html/node_modules/html-void-elements": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-1.0.5.tgz", - "integrity": "sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-2.0.1.tgz", + "integrity": "sha512-0quDb7s97CfemeJAnW9wC0hw78MtW7NU3hqtCD75g2vFlDLt36llsYD7uB7SUzojLMP24N5IatXf7ylGXiGG9A==", "dev": true, "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/hast-util-to-html/node_modules/property-information": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/property-information/-/property-information-5.6.0.tgz", - "integrity": "sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA==", + "node_modules/hast-util-to-html/node_modules/parse5": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", + "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==", + "dev": true + }, + "node_modules/hast-util-to-html/node_modules/unist-util-position": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-4.0.4.tgz", + "integrity": "sha512-kUBE91efOWfIVBo8xzh/uZQ7p9ffYRtUbMRZBNFYwf0RK8koUMx6dGUfwylLOKmaT2cs4wSW96QoYUSXAyEtpg==", "dev": true, "dependencies": { - "xtend": "^4.0.0" + "@types/unist": "^2.0.0" }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/hast-util-to-html/node_modules/space-separated-tokens": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-1.1.5.tgz", - "integrity": "sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==", + "node_modules/hast-util-to-html/node_modules/unist-util-stringify-position": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz", + "integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==", "dev": true, + "dependencies": { + "@types/unist": "^2.0.0" + }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/hast-util-to-html/node_modules/stringify-entities": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-3.1.0.tgz", - "integrity": "sha512-3FP+jGMmMV/ffZs86MoghGqAoqXAdxLrJP4GUdrDN1aIScYih5tuIO3eF4To5AJZ79KDZ8Fpdy7QJnK8SsL1Vg==", + "node_modules/hast-util-to-html/node_modules/unist-util-visit": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", + "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", "dev": true, "dependencies": { - "character-entities-html4": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "xtend": "^4.0.0" + "@types/unist": "^2.0.0", + "unist-util-is": "^5.0.0", + "unist-util-visit-parents": "^5.1.1" }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/hast-util-to-html/node_modules/vfile": { + "version": "5.3.7", + "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.7.tgz", + "integrity": "sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==", + "dev": true, + "dependencies": { + "@types/unist": "^2.0.0", + "is-buffer": "^2.0.0", + "unist-util-stringify-position": "^3.0.0", + "vfile-message": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/hast-util-to-html/node_modules/vfile-location": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-4.1.0.tgz", + "integrity": "sha512-YF23YMyASIIJXpktBa4vIGLJ5Gs88UB/XePgqPmTa7cDA+JeO3yclbpheQYCHjVHBn/yePzrXuygIL+xbvRYHw==", + "dev": true, + "dependencies": { + "@types/unist": "^2.0.0", + "vfile": "^5.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/hast-util-to-html/node_modules/vfile-message": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz", + "integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==", + "dev": true, + "dependencies": { + "@types/unist": "^2.0.0", + "unist-util-stringify-position": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, "node_modules/hast-util-to-jsx-runtime": { @@ -11770,12 +11563,12 @@ } }, "node_modules/highlight.js": { - "version": "10.7.3", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz", - "integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==", + "version": "11.9.0", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.9.0.tgz", + "integrity": "sha512-fJ7cW7fQGCYAkgv4CPfwFHrfd/cLS4Hau96JuJ+ZTOWhjnhoeN1ub1tFmALm/+lW5z4WCAuAV9bm05AP0mS6Gw==", "dev": true, "engines": { - "node": "*" + "node": ">=12.0.0" } }, "node_modules/history": { @@ -11800,9 +11593,33 @@ } }, "node_modules/hosted-git-info": { - "version": "2.8.9", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", - "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz", + "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/hosted-git-info/node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/hosted-git-info/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", "dev": true }, "node_modules/hpack.js": { @@ -12214,6 +12031,19 @@ "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.1.1.tgz", "integrity": "sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==" }, + "node_modules/internal-slot": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz", + "integrity": "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==", + "dependencies": { + "es-errors": "^1.3.0", + "hasown": "^2.0.0", + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/interpret": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz", @@ -12251,18 +12081,6 @@ "node": ">=0.10.0" } }, - "node_modules/is-accessor-descriptor": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.1.tgz", - "integrity": "sha512-YBUanLI8Yoihw923YeFUS5fs0fF2f5TSFTNiYAAzhhDscDa3lEqYuz1pDOEP5KvX94I9ey3vsqjJcLVFVU+3QA==", - "dev": true, - "dependencies": { - "hasown": "^2.0.0" - }, - "engines": { - "node": ">= 0.10" - } - }, "node_modules/is-alphabetical": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz", @@ -12300,12 +12118,38 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/is-arrayish": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" - }, - "node_modules/is-binary-path": { + "node_modules/is-array-buffer": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz", + "integrity": "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==", + "dependencies": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.2.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" + }, + "node_modules/is-bigint": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", + "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", + "dependencies": { + "has-bigints": "^1.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-binary-path": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", @@ -12316,11 +12160,54 @@ "node": ">=8" } }, + "node_modules/is-boolean-object": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", + "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", + "dependencies": { + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", - "dev": true + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz", + "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "engines": { + "node": ">=4" + } + }, + "node_modules/is-callable": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", + "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, "node_modules/is-ci": { "version": "3.0.1", @@ -12344,18 +12231,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/is-data-descriptor": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.1.tgz", - "integrity": "sha512-bc4NlCDiCr28U4aEsQ3Qs2491gVq4V8G7MQyws968ImqjKuYtTJXrl7Vq7jsN7Ly/C3xj5KWFrY7sHNeDkAzXw==", - "dev": true, - "dependencies": { - "hasown": "^2.0.0" - }, - "engines": { - "node": ">= 0.4" - } - }, "node_modules/is-date-object": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", @@ -12379,19 +12254,6 @@ "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/is-descriptor": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.3.tgz", - "integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==", - "dev": true, - "dependencies": { - "is-accessor-descriptor": "^1.0.1", - "is-data-descriptor": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - } - }, "node_modules/is-docker": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", @@ -12465,13 +12327,15 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/is-negated-glob": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-negated-glob/-/is-negated-glob-1.0.0.tgz", - "integrity": "sha512-czXVVn/QEmgvej1f50BZ648vUI+em0xqMq2Sn+QncCLN4zj1UAxlT+kw/6ggQTOaZPd1HqKQGEqbpQVtJucWug==", - "dev": true, + "node_modules/is-map": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz", + "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==", "engines": { - "node": ">=0.10.0" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, "node_modules/is-npm": { @@ -12493,6 +12357,20 @@ "node": ">=0.12.0" } }, + "node_modules/is-number-object": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", + "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/is-obj": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", @@ -12590,6 +12468,31 @@ "node": ">=6" } }, + "node_modules/is-set": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz", + "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-shared-array-buffer": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz", + "integrity": "sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==", + "dependencies": { + "call-bind": "^1.0.7" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/is-ssh": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/is-ssh/-/is-ssh-1.4.0.tgz", @@ -12610,16 +12513,32 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/is-text-path": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-text-path/-/is-text-path-1.0.1.tgz", - "integrity": "sha512-xFuJpne9oFz5qDaodwmmG08e3CawH/2ZV8Qqza1Ko7Sk8POWbkRdwIoAWVhqvq0XeUzANEhKo2n0IXUGBm7A/w==", - "dev": true, + "node_modules/is-string": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", + "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", "dependencies": { - "text-extensions": "^1.0.0" + "has-tostringtag": "^1.0.0" }, "engines": { - "node": ">=0.10.0" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-symbol": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", + "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", + "dependencies": { + "has-symbols": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, "node_modules/is-typedarray": { @@ -12639,19 +12558,30 @@ "node": ">=0.10.0" } }, - "node_modules/is-utf8": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", - "integrity": "sha512-rMYPYvCzsXywIsldgLaSoPlw5PfoB/ssr7hY4pLfcodrA5M/eArza1a9VmTiNIBNMjOGr1Ow9mTyU2o69U6U9Q==", - "dev": true + "node_modules/is-weakmap": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz", + "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, - "node_modules/is-valid-glob": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-valid-glob/-/is-valid-glob-1.0.0.tgz", - "integrity": "sha512-AhiROmoEFDSsjx8hW+5sGwgKVIORcXnrlAx/R0ZSeaPw70Vw0CqkGBBhHGL58Uox2eXnU1AnvXJl1XlyedO5bA==", - "dev": true, + "node_modules/is-weakset": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.3.tgz", + "integrity": "sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==", + "dependencies": { + "call-bind": "^1.0.7", + "get-intrinsic": "^1.2.4" + }, "engines": { - "node": ">=0.10.0" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, "node_modules/is-windows": { @@ -12814,12 +12744,6 @@ "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==" }, - "node_modules/json-parse-better-errors": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", - "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", - "dev": true - }, "node_modules/json-parse-even-better-errors": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", @@ -12830,18 +12754,6 @@ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, - "node_modules/json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", - "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", - "dev": true - }, - "node_modules/json-stringify-safe": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", - "dev": true - }, "node_modules/json5": { "version": "2.2.3", "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", @@ -12864,29 +12776,12 @@ "graceful-fs": "^4.1.6" } }, - "node_modules/jsonparse": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", - "integrity": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==", - "dev": true, - "engines": [ - "node >= 0.2.0" - ] - }, - "node_modules/JSONStream": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz", - "integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==", - "dev": true, - "dependencies": { - "jsonparse": "^1.2.0", - "through": ">=2.2.7 <3" - }, - "bin": { - "JSONStream": "bin.js" - }, + "node_modules/jsts": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/jsts/-/jsts-2.7.1.tgz", + "integrity": "sha512-x2wSZHEBK20CY+Wy+BPE7MrFQHW6sIsdaGUMEqmGAio+3gFzQaBYPwLRonUfQf9Ak8pBieqj9tUofX1+WtAEIg==", "engines": { - "node": "*" + "node": ">= 12" } }, "node_modules/keyv": { @@ -12946,66 +12841,6 @@ "shell-quote": "^1.8.1" } }, - "node_modules/lazystream": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.1.tgz", - "integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==", - "dev": true, - "dependencies": { - "readable-stream": "^2.0.5" - }, - "engines": { - "node": ">= 0.6.3" - } - }, - "node_modules/lazystream/node_modules/isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", - "dev": true - }, - "node_modules/lazystream/node_modules/readable-stream": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", - "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", - "dev": true, - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/lazystream/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true - }, - "node_modules/lazystream/node_modules/string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dev": true, - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/lead": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/lead/-/lead-1.0.0.tgz", - "integrity": "sha512-IpSVCk9AYvLHo5ctcIXxOBpMWUe+4TKN3VPWAKUbJikkmsGp0VrSM8IttVc32D6J4WUsiPE6aEFRNmIoF/gdow==", - "dev": true, - "dependencies": { - "flush-write-stream": "^1.0.2" - }, - "engines": { - "node": ">= 0.10" - } - }, "node_modules/leaflet": { "version": "1.9.4", "resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.9.4.tgz", @@ -13060,12 +12895,6 @@ "@types/trusted-types": "^2.0.2" } }, - "node_modules/livereload-js": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/livereload-js/-/livereload-js-2.4.0.tgz", - "integrity": "sha512-XPQH8Z2GDP/Hwz2PCDrh2mth4yFejwA1OZ/81Ti3LgKyhDcEjsSsqFWZojHG0va/duGd+WyosY7eXLDoOyqcPw==", - "dev": true - }, "node_modules/load-json-file": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-7.0.1.tgz", @@ -13123,12 +12952,6 @@ "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==" }, - "node_modules/lodash.ismatch": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz", - "integrity": "sha512-fPMfXjGQEV9Xsq/8MTSgUf255gawYRbjwMyDbcvDhXgV7enSZA0hynz6vMPnpAb5iONEzBHBPsT+0zes5Z301g==", - "dev": true - }, "node_modules/lodash.memoize": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", @@ -13208,29 +13031,10 @@ "node": ">=0.10.0" } }, - "node_modules/map-obj": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz", - "integrity": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==", - "dev": true, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/map-visit": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz", - "integrity": "sha512-4y7uGv8bd2WdM9vpQsiQNo41Ln1NvhvDRuVt0k2JZQ+ezN2uaQes7lZeZ+QQUHOLQAtDaBJ+7wCbi+ab/KFs+w==", - "dev": true, - "dependencies": { - "object-visit": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } + "node_modules/marchingsquares": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/marchingsquares/-/marchingsquares-1.3.3.tgz", + "integrity": "sha512-gz6nNQoVK7Lkh2pZulrT4qd4347S/toG9RXH2pyzhLgkL5mLkBoqgv4EvAGXcV0ikDW72n/OQb3Xe8bGagQZCg==" }, "node_modules/markdown-extensions": { "version": "2.0.0", @@ -13253,12 +13057,14 @@ } }, "node_modules/mdast-util-definitions": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-4.0.0.tgz", - "integrity": "sha512-k8AJ6aNnUkB7IE+5azR9h81O5EQ/cTDXtWdMq9Kk5KcEW/8ritU5CeLg/9HhOC++nALHBlaogJ5jz0Ybk3kPMQ==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-5.1.2.tgz", + "integrity": "sha512-8SVPMuHqlPME/z3gqVwWY4zVXn8lqKv/pAhC57FuJ40ImXyBpmO5ukh98zB2v7Blql2FiHjHv9LVztSIqjY+MA==", "dev": true, "dependencies": { - "unist-util-visit": "^2.0.0" + "@types/mdast": "^3.0.0", + "@types/unist": "^2.0.0", + "unist-util-visit": "^4.0.0" }, "funding": { "type": "opencollective", @@ -13272,14 +13078,14 @@ "dev": true }, "node_modules/mdast-util-definitions/node_modules/unist-util-visit": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz", - "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", + "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", "dev": true, "dependencies": { "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0", - "unist-util-visit-parents": "^3.0.0" + "unist-util-is": "^5.0.0", + "unist-util-visit-parents": "^5.1.1" }, "funding": { "type": "opencollective", @@ -13339,20 +13145,33 @@ } }, "node_modules/mdast-util-find-and-replace": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-1.1.1.tgz", - "integrity": "sha512-9cKl33Y21lyckGzpSmEQnIDjEfeeWelN5s1kUW1LwdB0Fkuq2u+4GdqcGEygYxJE8GVqCl0741bYXHgamfWAZA==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-2.2.2.tgz", + "integrity": "sha512-MTtdFRz/eMDHXzeK6W3dO7mXUlF82Gom4y0oOgvHhh/HXZAGvIQDUvQ0SuUx+j2tv44b8xTHOm8K/9OoRFnXKw==", "dev": true, "dependencies": { - "escape-string-regexp": "^4.0.0", - "unist-util-is": "^4.0.0", - "unist-util-visit-parents": "^3.0.0" + "@types/mdast": "^3.0.0", + "escape-string-regexp": "^5.0.0", + "unist-util-is": "^5.0.0", + "unist-util-visit-parents": "^5.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, + "node_modules/mdast-util-find-and-replace/node_modules/escape-string-regexp": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", + "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/mdast-util-from-markdown": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.0.tgz", @@ -13881,18 +13700,18 @@ } }, "node_modules/mdast-util-toc": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/mdast-util-toc/-/mdast-util-toc-5.1.0.tgz", - "integrity": "sha512-csimbRIVkiqc+PpFeKDGQ/Ck2N4f9FYH3zzBMMJzcxoKL8m+cM0n94xXm0I9eaxHnKdY9n145SGTdyJC7i273g==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/mdast-util-toc/-/mdast-util-toc-6.1.1.tgz", + "integrity": "sha512-Er21728Kow8hehecK2GZtb7Ny3omcoPUVrmObiSUwmoRYVZaXLR751QROEFjR8W/vAQdHMLj49Lz20J55XaNpw==", "dev": true, "dependencies": { - "@types/mdast": "^3.0.3", - "@types/unist": "^2.0.3", - "extend": "^3.0.2", - "github-slugger": "^1.2.1", - "mdast-util-to-string": "^2.0.0", - "unist-util-is": "^4.0.0", - "unist-util-visit": "^2.0.0" + "@types/extend": "^3.0.0", + "@types/mdast": "^3.0.0", + "extend": "^3.0.0", + "github-slugger": "^2.0.0", + "mdast-util-to-string": "^3.1.0", + "unist-util-is": "^5.0.0", + "unist-util-visit": "^4.0.0" }, "funding": { "type": "opencollective", @@ -13905,25 +13724,34 @@ "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==", "dev": true }, - "node_modules/mdast-util-toc/node_modules/mdast-util-to-string": { + "node_modules/mdast-util-toc/node_modules/github-slugger": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-2.0.0.tgz", - "integrity": "sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==", + "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz", + "integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==", + "dev": true + }, + "node_modules/mdast-util-toc/node_modules/mdast-util-to-string": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-3.2.0.tgz", + "integrity": "sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==", "dev": true, + "dependencies": { + "@types/mdast": "^3.0.0" + }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, "node_modules/mdast-util-toc/node_modules/unist-util-visit": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz", - "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", + "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", "dev": true, "dependencies": { "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0", - "unist-util-visit-parents": "^3.0.0" + "unist-util-is": "^5.0.0", + "unist-util-visit-parents": "^5.1.1" }, "funding": { "type": "opencollective", @@ -13935,12 +13763,6 @@ "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==" }, - "node_modules/mdurl": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz", - "integrity": "sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==", - "dev": true - }, "node_modules/media-typer": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", @@ -13960,226 +13782,6 @@ "node": ">= 4.0.0" } }, - "node_modules/meow": { - "version": "8.1.2", - "resolved": "https://registry.npmjs.org/meow/-/meow-8.1.2.tgz", - "integrity": "sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==", - "dev": true, - "dependencies": { - "@types/minimist": "^1.2.0", - "camelcase-keys": "^6.2.2", - "decamelize-keys": "^1.1.0", - "hard-rejection": "^2.1.0", - "minimist-options": "4.1.0", - "normalize-package-data": "^3.0.0", - "read-pkg-up": "^7.0.1", - "redent": "^3.0.0", - "trim-newlines": "^3.0.0", - "type-fest": "^0.18.0", - "yargs-parser": "^20.2.3" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/meow/node_modules/find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "dev": true, - "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/meow/node_modules/hosted-git-info": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz", - "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==", - "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/meow/node_modules/locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "dev": true, - "dependencies": { - "p-locate": "^4.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/meow/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/meow/node_modules/normalize-package-data": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz", - "integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==", - "dev": true, - "dependencies": { - "hosted-git-info": "^4.0.1", - "is-core-module": "^2.5.0", - "semver": "^7.3.4", - "validate-npm-package-license": "^3.0.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/meow/node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dev": true, - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/meow/node_modules/p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "dev": true, - "dependencies": { - "p-limit": "^2.2.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/meow/node_modules/path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/meow/node_modules/read-pkg": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", - "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", - "dev": true, - "dependencies": { - "@types/normalize-package-data": "^2.4.0", - "normalize-package-data": "^2.5.0", - "parse-json": "^5.0.0", - "type-fest": "^0.6.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/meow/node_modules/read-pkg-up": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz", - "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", - "dev": true, - "dependencies": { - "find-up": "^4.1.0", - "read-pkg": "^5.2.0", - "type-fest": "^0.8.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", - "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/meow/node_modules/read-pkg/node_modules/hosted-git-info": { - "version": "2.8.9", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", - "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", - "dev": true - }, - "node_modules/meow/node_modules/read-pkg/node_modules/normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", - "dev": true, - "dependencies": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "node_modules/meow/node_modules/read-pkg/node_modules/semver": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", - "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", - "dev": true, - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/meow/node_modules/read-pkg/node_modules/type-fest": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz", - "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/meow/node_modules/type-fest": { - "version": "0.18.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz", - "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/meow/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, "node_modules/merge-descriptors": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", @@ -15938,15 +15540,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/min-indent": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz", - "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==", - "dev": true, - "engines": { - "node": ">=4" - } - }, "node_modules/mini-css-extract-plugin": { "version": "2.8.1", "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.8.1.tgz", @@ -15990,29 +15583,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/minimist-options": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz", - "integrity": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==", - "dev": true, - "dependencies": { - "arrify": "^1.0.1", - "is-plain-obj": "^1.1.0", - "kind-of": "^6.0.3" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/minimist-options/node_modules/is-plain-obj": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz", - "integrity": "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/minipass": { "version": "7.0.4", "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", @@ -16022,233 +15592,55 @@ "node": ">=16 || 14 >=14.17" } }, - "node_modules/mixin-deep": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz", - "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==", + "node_modules/mri": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz", + "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==", "dev": true, - "dependencies": { - "for-in": "^1.0.2", - "is-extendable": "^1.0.1" - }, "engines": { - "node": ">=0.10.0" + "node": ">=4" } }, - "node_modules/mixin-deep/node_modules/is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "dev": true, - "dependencies": { - "is-plain-object": "^2.0.4" - }, + "node_modules/mrmime": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.0.tgz", + "integrity": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==", "engines": { - "node": ">=0.10.0" + "node": ">=10" } }, - "node_modules/modify-values": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/modify-values/-/modify-values-1.0.1.tgz", - "integrity": "sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } + "node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" }, - "node_modules/module-deps-sortable": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/module-deps-sortable/-/module-deps-sortable-5.0.3.tgz", - "integrity": "sha512-eiyIZj/A0dj1o4ywXWqicazUL3l0HP3TydUR6xF0X3xh3LGBMLqW8a9aFe6MuNH4mxNMk53QKBHM6LOPR8kSgw==", - "dev": true, + "node_modules/multicast-dns": { + "version": "7.2.5", + "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz", + "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==", "dependencies": { - "browser-resolve": "^1.7.0", - "cached-path-relative": "^1.0.0", - "concat-stream": "~1.5.0", - "defined": "^1.0.0", - "detective": "^5.2.0", - "duplexer2": "^0.1.2", - "inherits": "^2.0.1", - "JSONStream": "^1.0.3", - "konan": "^2.1.1", - "readable-stream": "^2.0.2", - "resolve": "^1.1.3", - "standard-version": "^9.0.0", - "stream-combiner2": "^1.1.1", - "subarg": "^1.0.0", - "through2": "^2.0.0", - "xtend": "^4.0.0" + "dns-packet": "^5.2.2", + "thunky": "^1.0.2" }, "bin": { - "module-deps": "bin/cmd.js" + "multicast-dns": "cli.js" + } + }, + "node_modules/nanoid": { + "version": "3.3.7", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", + "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "bin": { + "nanoid": "bin/nanoid.cjs" }, "engines": { - "node": ">= 0.6" - } - }, - "node_modules/module-deps-sortable/node_modules/concat-stream": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.5.2.tgz", - "integrity": "sha512-H6xsIBfQ94aESBG8jGHXQ7i5AEpy5ZeVaLDOisDICiTCKpqEfr34/KmTrspKQNoLKNu9gTkovlpQcUi630AKiQ==", - "dev": true, - "engines": [ - "node >= 0.8" - ], - "dependencies": { - "inherits": "~2.0.1", - "readable-stream": "~2.0.0", - "typedarray": "~0.0.5" - } - }, - "node_modules/module-deps-sortable/node_modules/concat-stream/node_modules/process-nextick-args": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz", - "integrity": "sha512-yN0WQmuCX63LP/TMvAg31nvT6m4vDqJEiiv2CAZqWOGNWutc9DfDk1NPYYmKUFmaVM2UwDowH4u5AHWYP/jxKw==", - "dev": true - }, - "node_modules/module-deps-sortable/node_modules/concat-stream/node_modules/readable-stream": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz", - "integrity": "sha512-TXcFfb63BQe1+ySzsHZI/5v1aJPCShfqvWJ64ayNImXMsN1Cd0YGk/wm8KB7/OeessgPc9QvS9Zou8QTkFzsLw==", - "dev": true, - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.1", - "isarray": "~1.0.0", - "process-nextick-args": "~1.0.6", - "string_decoder": "~0.10.x", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/module-deps-sortable/node_modules/concat-stream/node_modules/string_decoder": { - "version": "0.10.31", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", - "integrity": "sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==", - "dev": true - }, - "node_modules/module-deps-sortable/node_modules/isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", - "dev": true - }, - "node_modules/module-deps-sortable/node_modules/readable-stream": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", - "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", - "dev": true, - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/module-deps-sortable/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true - }, - "node_modules/module-deps-sortable/node_modules/string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dev": true, - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/mrmime": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.0.tgz", - "integrity": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==", - "engines": { - "node": ">=10" - } - }, - "node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" - }, - "node_modules/multicast-dns": { - "version": "7.2.5", - "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz", - "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==", - "dependencies": { - "dns-packet": "^5.2.2", - "thunky": "^1.0.2" - }, - "bin": { - "multicast-dns": "cli.js" - } - }, - "node_modules/nanoid": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "bin": { - "nanoid": "bin/nanoid.cjs" - }, - "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" - } - }, - "node_modules/nanomatch": { - "version": "1.2.13", - "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz", - "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==", - "dev": true, - "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "fragment-cache": "^0.2.1", - "is-windows": "^1.0.2", - "kind-of": "^6.0.2", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/nanomatch/node_modules/extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", - "dev": true, - "dependencies": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/nanomatch/node_modules/is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "dev": true, - "dependencies": { - "is-plain-object": "^2.0.4" - }, - "engines": { - "node": ">=0.10.0" + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" } }, "node_modules/negotiator": { @@ -16301,24 +15693,18 @@ "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==" }, "node_modules/normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz", + "integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==", "dev": true, "dependencies": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", + "hosted-git-info": "^4.0.1", + "is-core-module": "^2.5.0", + "semver": "^7.3.4", "validate-npm-package-license": "^3.0.1" - } - }, - "node_modules/normalize-package-data/node_modules/semver": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", - "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", - "dev": true, - "bin": { - "semver": "bin/semver" + }, + "engines": { + "node": ">=10" } }, "node_modules/normalize-path": { @@ -16348,18 +15734,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/now-and-later": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/now-and-later/-/now-and-later-2.0.1.tgz", - "integrity": "sha512-KGvQ0cB70AQfg107Xvs/Fbu+dGmZoTRJp2TaPwcwQm3/7PteUyN2BCgk8KBMPGBUXZdVwyWS8fDCGFygBm19UQ==", - "dev": true, - "dependencies": { - "once": "^1.3.2" - }, - "engines": { - "node": ">= 0.10" - } - }, "node_modules/npm-run-path": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", @@ -16395,57 +15769,6 @@ "node": ">=0.10.0" } }, - "node_modules/object-copy": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz", - "integrity": "sha512-79LYn6VAb63zgtmAteVOWo9Vdj71ZVBy3Pbse+VqxDpEP83XuujMrGqHIwAXJ5I/aM0zU7dIyIAhifVTPrNItQ==", - "dev": true, - "dependencies": { - "copy-descriptor": "^0.1.0", - "define-property": "^0.2.5", - "kind-of": "^3.0.3" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-copy/node_modules/define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==", - "dev": true, - "dependencies": { - "is-descriptor": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-copy/node_modules/is-descriptor": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz", - "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==", - "dev": true, - "dependencies": { - "is-accessor-descriptor": "^1.0.1", - "is-data-descriptor": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/object-copy/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", - "dev": true, - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/object-inspect": { "version": "1.13.1", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz", @@ -16477,18 +15800,6 @@ "node": ">= 0.4" } }, - "node_modules/object-visit": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz", - "integrity": "sha512-GBaMwwAVK9qbQN3Scdo0OyvgPW7l3lnaVMj84uTOZlswkX0KpF6fyDBJhtTthf7pymztoN36/KEr1DyhF96zEA==", - "dev": true, - "dependencies": { - "isobject": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/object.assign": { "version": "4.1.5", "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz", @@ -16506,18 +15817,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/object.pick": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", - "integrity": "sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==", - "dev": true, - "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/obuf": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", @@ -16588,51 +15887,6 @@ "opener": "bin/opener-bin.js" } }, - "node_modules/ordered-read-streams": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-1.0.1.tgz", - "integrity": "sha512-Z87aSjx3r5c0ZB7bcJqIgIRX5bxR7A4aSzvIbaxd0oTkWBCOoKfuGHiKj60CHVUgg1Phm5yMZzBdt8XqRs73Mw==", - "dev": true, - "dependencies": { - "readable-stream": "^2.0.1" - } - }, - "node_modules/ordered-read-streams/node_modules/isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", - "dev": true - }, - "node_modules/ordered-read-streams/node_modules/readable-stream": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", - "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", - "dev": true, - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/ordered-read-streams/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true - }, - "node_modules/ordered-read-streams/node_modules/string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dev": true, - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, "node_modules/p-cancelable": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz", @@ -16801,41 +16055,23 @@ "integrity": "sha512-twN+njEipszzlMJd4ONUYgSfZPDxgHhT9Ahed5uTigpQn90FggW4SA/AIPq/6a149fTbE9qBEcSwE3FAEp6wQQ==" }, "node_modules/parse-path": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/parse-path/-/parse-path-4.0.4.tgz", - "integrity": "sha512-Z2lWUis7jlmXC1jeOG9giRO2+FsuyNipeQ43HAjqAZjwSe3SEf+q/84FGPHoso3kyntbxa4c4i77t3m6fGf8cw==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/parse-path/-/parse-path-7.0.0.tgz", + "integrity": "sha512-Euf9GG8WT9CdqwuWJGdf3RkUcTBArppHABkO7Lm8IzRQp0e2r/kkFnmhu4TSK30Wcu5rVAZLmfPKSBBi9tWFog==", "dev": true, "dependencies": { - "is-ssh": "^1.3.0", - "protocols": "^1.4.0", - "qs": "^6.9.4", - "query-string": "^6.13.8" + "protocols": "^2.0.0" } }, - "node_modules/parse-path/node_modules/protocols": { - "version": "1.4.8", - "resolved": "https://registry.npmjs.org/protocols/-/protocols-1.4.8.tgz", - "integrity": "sha512-IgjKyaUSjsROSO8/D49Ab7hP8mJgTYcqApOqdPhLoPxAplXmkp+zRvsrSQjFn5by0rhm4VH0GAUELIPpx7B1yg==", - "dev": true - }, "node_modules/parse-url": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/parse-url/-/parse-url-6.0.5.tgz", - "integrity": "sha512-e35AeLTSIlkw/5GFq70IN7po8fmDUjpDPY1rIK+VubRfsUvBonjQ+PBZG+vWMACnQSmNlvl524IucoDmcioMxA==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/parse-url/-/parse-url-8.1.0.tgz", + "integrity": "sha512-xDvOoLU5XRrcOZvnI6b8zA6n9O9ejNk/GExuz1yBuWUGn9KA97GI6HTs6u02wKara1CeVmZhH+0TZFdWScR89w==", "dev": true, "dependencies": { - "is-ssh": "^1.3.0", - "normalize-url": "^6.1.0", - "parse-path": "^4.0.0", - "protocols": "^1.4.0" + "parse-path": "^7.0.0" } }, - "node_modules/parse-url/node_modules/protocols": { - "version": "1.4.8", - "resolved": "https://registry.npmjs.org/protocols/-/protocols-1.4.8.tgz", - "integrity": "sha512-IgjKyaUSjsROSO8/D49Ab7hP8mJgTYcqApOqdPhLoPxAplXmkp+zRvsrSQjFn5by0rhm4VH0GAUELIPpx7B1yg==", - "dev": true - }, "node_modules/parse5": { "version": "7.1.2", "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz", @@ -16876,21 +16112,6 @@ "tslib": "^2.0.3" } }, - "node_modules/pascalcase": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz", - "integrity": "sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/path-dirname": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz", - "integrity": "sha512-ALzNPpyNq9AqXMBjeymIjFDAkAFH06mHJH/cSBHAgU0s4vfpBn6b2nf8tiRLvagKD8RbTpq2FKTBg7cl9l3c7Q==", - "dev": true - }, "node_modules/path-exists": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz", @@ -17014,12 +16235,12 @@ } }, "node_modules/pify": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-5.0.0.tgz", - "integrity": "sha512-eW/gHNMlxdSP6dmG6uJip6FXN0EQBwm2clYYd8Wul42Cwu/DK8HEftzsapcNdYe2MfLiIwZqsDk2RDEsTE79hA==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-6.1.0.tgz", + "integrity": "sha512-KocF8ve28eFjjuBKKGvzOBGzG8ew2OqOOSxTTZhirkzH7h3BI1vyzqlR0qbfcDBve1Yzo3FVlWUAtCRrbVN8Fw==", "dev": true, "engines": { - "node": ">=10" + "node": ">=14.16" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -17111,6 +16332,11 @@ "resolved": "https://registry.npmjs.org/point-in-polygon/-/point-in-polygon-1.1.0.tgz", "integrity": "sha512-3ojrFwjnnw8Q9242TzgXuTD+eKiutbzyslcq1ydfu82Db2y+Ogbmyrkpv0Hgj31qwT3lbS9+QAAO/pIQM35XRw==" }, + "node_modules/point-in-polygon-hao": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/point-in-polygon-hao/-/point-in-polygon-hao-1.1.0.tgz", + "integrity": "sha512-3hTIM2j/v9Lio+wOyur3kckD4NxruZhpowUbEgmyikW+a2Kppjtu1eN+AhnMQtoHW46zld88JiYWv6fxpsDrTQ==" + }, "node_modules/polygon-clipping": { "version": "0.15.7", "resolved": "https://registry.npmjs.org/polygon-clipping/-/polygon-clipping-0.15.7.tgz", @@ -17125,13 +16351,12 @@ "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.2.tgz", "integrity": "sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==" }, - "node_modules/posix-character-classes": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz", - "integrity": "sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg==", - "dev": true, + "node_modules/possible-typed-array-names": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz", + "integrity": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==", "engines": { - "node": ">=0.10.0" + "node": ">= 0.4" } }, "node_modules/postcss": { @@ -17844,27 +17069,6 @@ "node": ">= 0.10" } }, - "node_modules/pump": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz", - "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==", - "dev": true, - "dependencies": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - } - }, - "node_modules/pumpify": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz", - "integrity": "sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==", - "dev": true, - "dependencies": { - "duplexify": "^3.6.0", - "inherits": "^2.0.3", - "pump": "^2.0.0" - } - }, "node_modules/punycode": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", @@ -17884,16 +17088,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/q": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", - "integrity": "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==", - "dev": true, - "engines": { - "node": ">=0.6.0", - "teleport": ">=0.2.0" - } - }, "node_modules/qr-creator": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/qr-creator/-/qr-creator-1.0.0.tgz", @@ -17913,24 +17107,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/query-string": { - "version": "6.14.1", - "resolved": "https://registry.npmjs.org/query-string/-/query-string-6.14.1.tgz", - "integrity": "sha512-XDxAeVmpfu1/6IjyT/gXHOl+S0vQ9owggJ30hhWKdHAsNPOcasn5o9BW0eejZqL2e4vMjhAxoW3jVHcD6mbcYw==", - "dev": true, - "dependencies": { - "decode-uri-component": "^0.2.0", - "filter-obj": "^1.1.0", - "split-on-first": "^1.0.0", - "strict-uri-encode": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/queue": { "version": "6.0.2", "resolved": "https://registry.npmjs.org/queue/-/queue-6.0.2.tgz", @@ -18299,140 +17475,38 @@ } }, "node_modules/read-pkg": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", - "integrity": "sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==", - "dev": true, - "dependencies": { - "load-json-file": "^4.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/read-pkg-up": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-4.0.0.tgz", - "integrity": "sha512-6etQSH7nJGsK0RbG/2TeDzZFa8shjQ1um+SwQQ5cwKy0dhSXdOncEhb1CPpvQG4h7FyOV6EB6YlV0yJvZQNAkA==", - "dev": true, - "dependencies": { - "find-up": "^3.0.0", - "read-pkg": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/read-pkg-up/node_modules/find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "dev": true, - "dependencies": { - "locate-path": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/read-pkg-up/node_modules/locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "dev": true, - "dependencies": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/read-pkg-up/node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-7.1.0.tgz", + "integrity": "sha512-5iOehe+WF75IccPc30bWTbpdDQLOCc3Uu8bi3Dte3Eueij81yx1Mrufk8qBx/YAbR4uL1FdUr+7BKXDwEtisXg==", "dev": true, "dependencies": { - "p-try": "^2.0.0" + "@types/normalize-package-data": "^2.4.1", + "normalize-package-data": "^3.0.2", + "parse-json": "^5.2.0", + "type-fest": "^2.0.0" }, "engines": { - "node": ">=6" + "node": ">=12.20" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/read-pkg-up/node_modules/p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "dev": true, - "dependencies": { - "p-limit": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/read-pkg-up/node_modules/path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/read-pkg/node_modules/load-json-file": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", - "integrity": "sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==", - "dev": true, - "dependencies": { - "graceful-fs": "^4.1.2", - "parse-json": "^4.0.0", - "pify": "^3.0.0", - "strip-bom": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/read-pkg/node_modules/parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==", + "node_modules/read-pkg-up": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-9.1.0.tgz", + "integrity": "sha512-vaMRR1AC1nrd5CQM0PhlRsO5oc2AAigqr7cCrZ/MW/Rsaflz4RlgzkpL4qoU/z1F6wrbd85iFv1OQj/y5RdGvg==", "dev": true, "dependencies": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" + "find-up": "^6.3.0", + "read-pkg": "^7.1.0", + "type-fest": "^2.5.0" }, "engines": { - "node": ">=4" - } - }, - "node_modules/read-pkg/node_modules/path-type": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", - "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", - "dev": true, - "dependencies": { - "pify": "^3.0.0" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, - "engines": { - "node": ">=4" - } - }, - "node_modules/read-pkg/node_modules/pify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==", - "dev": true, - "engines": { - "node": ">=4" + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/readable-stream": { @@ -18486,19 +17560,6 @@ "node": ">=6.0.0" } }, - "node_modules/redent": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz", - "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", - "dev": true, - "dependencies": { - "indent-string": "^4.0.0", - "strip-indent": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/regenerate": { "version": "1.4.2", "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", @@ -18528,44 +17589,6 @@ "@babel/runtime": "^7.8.4" } }, - "node_modules/regex-not": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz", - "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==", - "dev": true, - "dependencies": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/regex-not/node_modules/extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", - "dev": true, - "dependencies": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/regex-not/node_modules/is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "dev": true, - "dependencies": { - "is-plain-object": "^2.0.4" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/regexp.prototype.flags": { "version": "1.5.2", "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz", @@ -18666,14 +17689,15 @@ } }, "node_modules/remark": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/remark/-/remark-13.0.0.tgz", - "integrity": "sha512-HDz1+IKGtOyWN+QgBiAT0kn+2s6ovOxHyPAFGKVE81VSzJ+mq7RwHFledEvB5F1p4iJvOah/LOKdFuzvRnNLCA==", + "version": "14.0.3", + "resolved": "https://registry.npmjs.org/remark/-/remark-14.0.3.tgz", + "integrity": "sha512-bfmJW1dmR2LvaMJuAnE88pZP9DktIFYXazkTfOIKZzi3Knk9lT0roItIA24ydOucI3bV/g/tXBA6hzqq3FV9Ew==", "dev": true, "dependencies": { - "remark-parse": "^9.0.0", - "remark-stringify": "^9.0.0", - "unified": "^9.1.0" + "@types/mdast": "^3.0.0", + "remark-parse": "^10.0.0", + "remark-stringify": "^10.0.0", + "unified": "^10.0.0" }, "funding": { "type": "opencollective", @@ -18840,20 +17864,31 @@ } }, "node_modules/remark-html": { - "version": "13.0.2", - "resolved": "https://registry.npmjs.org/remark-html/-/remark-html-13.0.2.tgz", - "integrity": "sha512-LhSRQ+3RKdBqB/RGesFWkNNfkGqprDUCwjq54SylfFeNyZby5kqOG8Dn/vYsRoM8htab6EWxFXCY6XIZvMoRiQ==", + "version": "15.0.2", + "resolved": "https://registry.npmjs.org/remark-html/-/remark-html-15.0.2.tgz", + "integrity": "sha512-/CIOI7wzHJzsh48AiuIyIe1clxVkUtreul73zcCXLub0FmnevQE0UMFDQm7NUx8/3rl/4zCshlMfqBdWScQthw==", "dev": true, "dependencies": { - "hast-util-sanitize": "^3.0.0", - "hast-util-to-html": "^7.0.0", - "mdast-util-to-hast": "^10.0.0" + "@types/mdast": "^3.0.0", + "hast-util-sanitize": "^4.0.0", + "hast-util-to-html": "^8.0.0", + "mdast-util-to-hast": "^12.0.0", + "unified": "^10.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, + "node_modules/remark-html/node_modules/@types/hast": { + "version": "2.3.10", + "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.10.tgz", + "integrity": "sha512-McWspRw8xx8J9HurkVBfYj0xKoE25tOFlHGdx4MJ5xORQrMGZNqJhVQWaIbm6Oyla5kYOXtDiopzKRJzEOkwJw==", + "dev": true, + "dependencies": { + "@types/unist": "^2" + } + }, "node_modules/remark-html/node_modules/@types/unist": { "version": "2.0.10", "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz", @@ -18861,19 +17896,75 @@ "dev": true }, "node_modules/remark-html/node_modules/mdast-util-to-hast": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-10.2.0.tgz", - "integrity": "sha512-JoPBfJ3gBnHZ18icCwHR50orC9kNH81tiR1gs01D8Q5YpV6adHNO9nKNuFBCJQ941/32PT1a63UF/DitmS3amQ==", + "version": "12.3.0", + "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-12.3.0.tgz", + "integrity": "sha512-pits93r8PhnIoU4Vy9bjW39M2jJ6/tdHyja9rrot9uujkN7UTU9SDnE6WNJz/IGyQk3XHX6yNNtrBH6cQzm8Hw==", "dev": true, "dependencies": { + "@types/hast": "^2.0.0", "@types/mdast": "^3.0.0", + "mdast-util-definitions": "^5.0.0", + "micromark-util-sanitize-uri": "^1.1.0", + "trim-lines": "^3.0.0", + "unist-util-generated": "^2.0.0", + "unist-util-position": "^4.0.0", + "unist-util-visit": "^4.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/remark-html/node_modules/micromark-util-encode": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-1.1.0.tgz", + "integrity": "sha512-EuEzTWSTAj9PA5GOAs992GzNh2dGQO52UvAbtSOMvXTxv3Criqb6IOzJUBCmEqrrXSblJIJBbFFv6zPxpreiJw==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ] + }, + "node_modules/remark-html/node_modules/micromark-util-sanitize-uri": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-1.2.0.tgz", + "integrity": "sha512-QO4GXv0XZfWey4pYFndLUKEAktKkG5kZTdUNaTAkzbuJxn2tNBOr+QtxR2XpWaMhbImT2dPzyLrPXLlPhph34A==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "micromark-util-character": "^1.0.0", + "micromark-util-encode": "^1.0.0", + "micromark-util-symbol": "^1.0.0" + } + }, + "node_modules/remark-html/node_modules/unified": { + "version": "10.1.2", + "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", + "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", + "dev": true, + "dependencies": { "@types/unist": "^2.0.0", - "mdast-util-definitions": "^4.0.0", - "mdurl": "^1.0.0", - "unist-builder": "^2.0.0", - "unist-util-generated": "^1.0.0", - "unist-util-position": "^3.0.0", - "unist-util-visit": "^2.0.0" + "bail": "^2.0.0", + "extend": "^3.0.0", + "is-buffer": "^2.0.0", + "is-plain-obj": "^4.0.0", + "trough": "^2.0.0", + "vfile": "^5.0.0" }, "funding": { "type": "opencollective", @@ -18881,24 +17972,70 @@ } }, "node_modules/remark-html/node_modules/unist-util-position": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-3.1.0.tgz", - "integrity": "sha512-w+PkwCbYSFw8vpgWD0v7zRCl1FpY3fjDSQ3/N/wNd9Ffa4gPi8+4keqt99N3XW6F99t/mUzp2xAhNmfKWp95QA==", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-4.0.4.tgz", + "integrity": "sha512-kUBE91efOWfIVBo8xzh/uZQ7p9ffYRtUbMRZBNFYwf0RK8koUMx6dGUfwylLOKmaT2cs4wSW96QoYUSXAyEtpg==", + "dev": true, + "dependencies": { + "@types/unist": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/remark-html/node_modules/unist-util-stringify-position": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz", + "integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==", "dev": true, + "dependencies": { + "@types/unist": "^2.0.0" + }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, "node_modules/remark-html/node_modules/unist-util-visit": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz", - "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", + "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", + "dev": true, + "dependencies": { + "@types/unist": "^2.0.0", + "unist-util-is": "^5.0.0", + "unist-util-visit-parents": "^5.1.1" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/remark-html/node_modules/vfile": { + "version": "5.3.7", + "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.7.tgz", + "integrity": "sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==", + "dev": true, + "dependencies": { + "@types/unist": "^2.0.0", + "is-buffer": "^2.0.0", + "unist-util-stringify-position": "^3.0.0", + "vfile-message": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/remark-html/node_modules/vfile-message": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz", + "integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==", "dev": true, "dependencies": { "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0", - "unist-util-visit-parents": "^3.0.0" + "unist-util-stringify-position": "^3.0.0" }, "funding": { "type": "opencollective", @@ -18942,12 +18079,14 @@ } }, "node_modules/remark-reference-links": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/remark-reference-links/-/remark-reference-links-5.0.0.tgz", - "integrity": "sha512-oSIo6lfDyG/1yYl2jPZNXmD9dgyPxp07mSd7snJagVMsDU6NRlD8i54MwHWUgMoOHTs8lIKPkwaUok/tbr5syQ==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/remark-reference-links/-/remark-reference-links-6.0.1.tgz", + "integrity": "sha512-34wY2C6HXSuKVTRtyJJwefkUD8zBOZOSHFZ4aSTnU2F656gr9WeuQ2dL6IJDK3NPd2F6xKF2t4XXcQY9MygAXg==", "dev": true, "dependencies": { - "unist-util-visit": "^2.0.0" + "@types/mdast": "^3.0.0", + "unified": "^10.0.0", + "unist-util-visit": "^4.0.0" }, "funding": { "type": "opencollective", @@ -18960,212 +18099,302 @@ "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==", "dev": true }, - "node_modules/remark-reference-links/node_modules/unist-util-visit": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz", - "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==", + "node_modules/remark-reference-links/node_modules/unified": { + "version": "10.1.2", + "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", + "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", "dev": true, "dependencies": { "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0", - "unist-util-visit-parents": "^3.0.0" + "bail": "^2.0.0", + "extend": "^3.0.0", + "is-buffer": "^2.0.0", + "is-plain-obj": "^4.0.0", + "trough": "^2.0.0", + "vfile": "^5.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, - "node_modules/remark-rehype": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.0.tgz", - "integrity": "sha512-z3tJrAs2kIs1AqIIy6pzHmAHlF1hWQ+OdY4/hv+Wxe35EhyLKcajL33iUEn3ScxtFox9nUvRufR/Zre8Q08H/g==", + "node_modules/remark-reference-links/node_modules/unist-util-stringify-position": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz", + "integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==", + "dev": true, "dependencies": { - "@types/hast": "^3.0.0", - "@types/mdast": "^4.0.0", - "mdast-util-to-hast": "^13.0.0", - "unified": "^11.0.0", - "vfile": "^6.0.0" + "@types/unist": "^2.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, - "node_modules/remark-rehype/node_modules/@types/mdast": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.3.tgz", - "integrity": "sha512-LsjtqsyF+d2/yFOYaN22dHZI1Cpwkrj+g06G8+qtUKlhovPW89YhqSnfKtMbkgmEtYpH2gydRNULd6y8mciAFg==", + "node_modules/remark-reference-links/node_modules/unist-util-visit": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", + "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", + "dev": true, "dependencies": { - "@types/unist": "*" + "@types/unist": "^2.0.0", + "unist-util-is": "^5.0.0", + "unist-util-visit-parents": "^5.1.1" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/remark-stringify": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-9.0.1.tgz", - "integrity": "sha512-mWmNg3ZtESvZS8fv5PTvaPckdL4iNlCHTt8/e/8oN08nArHRHjNZMKzA/YW3+p7/lYqIw4nx1XsjCBo/AxNChg==", + "node_modules/remark-reference-links/node_modules/vfile": { + "version": "5.3.7", + "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.7.tgz", + "integrity": "sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==", "dev": true, "dependencies": { - "mdast-util-to-markdown": "^0.6.0" + "@types/unist": "^2.0.0", + "is-buffer": "^2.0.0", + "unist-util-stringify-position": "^3.0.0", + "vfile-message": "^3.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, - "node_modules/remark-stringify/node_modules/@types/unist": { - "version": "2.0.10", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz", - "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==", - "dev": true - }, - "node_modules/remark-stringify/node_modules/character-entities": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz", - "integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==", + "node_modules/remark-reference-links/node_modules/vfile-message": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz", + "integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==", "dev": true, + "dependencies": { + "@types/unist": "^2.0.0", + "unist-util-stringify-position": "^3.0.0" + }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/remark-stringify/node_modules/character-entities-legacy": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz", - "integrity": "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==", - "dev": true, + "node_modules/remark-rehype": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.0.tgz", + "integrity": "sha512-z3tJrAs2kIs1AqIIy6pzHmAHlF1hWQ+OdY4/hv+Wxe35EhyLKcajL33iUEn3ScxtFox9nUvRufR/Zre8Q08H/g==", + "dependencies": { + "@types/hast": "^3.0.0", + "@types/mdast": "^4.0.0", + "mdast-util-to-hast": "^13.0.0", + "unified": "^11.0.0", + "vfile": "^6.0.0" + }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/remark-stringify/node_modules/character-reference-invalid": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz", - "integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==", + "node_modules/remark-rehype/node_modules/@types/mdast": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.3.tgz", + "integrity": "sha512-LsjtqsyF+d2/yFOYaN22dHZI1Cpwkrj+g06G8+qtUKlhovPW89YhqSnfKtMbkgmEtYpH2gydRNULd6y8mciAFg==", + "dependencies": { + "@types/unist": "*" + } + }, + "node_modules/remark-stringify": { + "version": "10.0.3", + "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-10.0.3.tgz", + "integrity": "sha512-koyOzCMYoUHudypbj4XpnAKFbkddRMYZHwghnxd7ue5210WzGw6kOBwauJTRUMq16jsovXx8dYNvSSWP89kZ3A==", "dev": true, + "dependencies": { + "@types/mdast": "^3.0.0", + "mdast-util-to-markdown": "^1.0.0", + "unified": "^10.0.0" + }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/remark-stringify/node_modules/is-alphabetical": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz", - "integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==", + "node_modules/remark-stringify/node_modules/@types/unist": { + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz", + "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==", + "dev": true + }, + "node_modules/remark-stringify/node_modules/mdast-util-phrasing": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-3.0.1.tgz", + "integrity": "sha512-WmI1gTXUBJo4/ZmSk79Wcb2HcjPJBzM1nlI/OUWA8yk2X9ik3ffNbBGsU+09BFmXaL1IBb9fiuvq6/KMiNycSg==", "dev": true, + "dependencies": { + "@types/mdast": "^3.0.0", + "unist-util-is": "^5.0.0" + }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/remark-stringify/node_modules/is-alphanumerical": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz", - "integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==", + "node_modules/remark-stringify/node_modules/mdast-util-to-markdown": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-1.5.0.tgz", + "integrity": "sha512-bbv7TPv/WC49thZPg3jXuqzuvI45IL2EVAr/KxF0BSdHsU0ceFHOmwQn6evxAh1GaoK/6GQ1wp4R4oW2+LFL/A==", "dev": true, "dependencies": { - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0" + "@types/mdast": "^3.0.0", + "@types/unist": "^2.0.0", + "longest-streak": "^3.0.0", + "mdast-util-phrasing": "^3.0.0", + "mdast-util-to-string": "^3.0.0", + "micromark-util-decode-string": "^1.0.0", + "unist-util-visit": "^4.0.0", + "zwitch": "^2.0.0" }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/remark-stringify/node_modules/is-decimal": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz", - "integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==", + "node_modules/remark-stringify/node_modules/mdast-util-to-string": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-3.2.0.tgz", + "integrity": "sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==", "dev": true, + "dependencies": { + "@types/mdast": "^3.0.0" + }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/remark-stringify/node_modules/is-hexadecimal": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz", - "integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==", + "node_modules/remark-stringify/node_modules/micromark-util-decode-numeric-character-reference": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-1.1.0.tgz", + "integrity": "sha512-m9V0ExGv0jB1OT21mrWcuf4QhP46pH1KkfWy9ZEezqHKAxkj4mPCy3nIH1rkbdMlChLHX531eOrymlwyZIf2iw==", "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "micromark-util-symbol": "^1.0.0" } }, - "node_modules/remark-stringify/node_modules/longest-streak": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-2.0.4.tgz", - "integrity": "sha512-vM6rUVCVUJJt33bnmHiZEvr7wPT78ztX7rojL+LW51bHtLh6HTjx84LA5W4+oa6aKEJA7jJu5LR6vQRBpA5DVg==", + "node_modules/remark-stringify/node_modules/micromark-util-decode-string": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-1.1.0.tgz", + "integrity": "sha512-YphLGCK8gM1tG1bd54azwyrQRjCFcmgj2S2GoJDNnh4vYtnL38JS8M4gpxzOPNyHdNEpheyWXCTnnTDY3N+NVQ==", "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "decode-named-character-reference": "^1.0.0", + "micromark-util-character": "^1.0.0", + "micromark-util-decode-numeric-character-reference": "^1.0.0", + "micromark-util-symbol": "^1.0.0" } }, - "node_modules/remark-stringify/node_modules/mdast-util-to-markdown": { - "version": "0.6.5", - "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-0.6.5.tgz", - "integrity": "sha512-XeV9sDE7ZlOQvs45C9UKMtfTcctcaj/pGwH8YLbMHoMOXNNCn2LsqVQOqrF1+/NU8lKDAqozme9SCXWyo9oAcQ==", + "node_modules/remark-stringify/node_modules/unified": { + "version": "10.1.2", + "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", + "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", "dev": true, "dependencies": { "@types/unist": "^2.0.0", - "longest-streak": "^2.0.0", - "mdast-util-to-string": "^2.0.0", - "parse-entities": "^2.0.0", - "repeat-string": "^1.0.0", - "zwitch": "^1.0.0" + "bail": "^2.0.0", + "extend": "^3.0.0", + "is-buffer": "^2.0.0", + "is-plain-obj": "^4.0.0", + "trough": "^2.0.0", + "vfile": "^5.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, - "node_modules/remark-stringify/node_modules/mdast-util-to-string": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-2.0.0.tgz", - "integrity": "sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==", + "node_modules/remark-stringify/node_modules/unist-util-stringify-position": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz", + "integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==", "dev": true, + "dependencies": { + "@types/unist": "^2.0.0" + }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, - "node_modules/remark-stringify/node_modules/parse-entities": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz", - "integrity": "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==", + "node_modules/remark-stringify/node_modules/unist-util-visit": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", + "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", "dev": true, "dependencies": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" + "@types/unist": "^2.0.0", + "unist-util-is": "^5.0.0", + "unist-util-visit-parents": "^5.1.1" }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/remark-stringify/node_modules/zwitch": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-1.0.5.tgz", - "integrity": "sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==", + "node_modules/remark-stringify/node_modules/vfile": { + "version": "5.3.7", + "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.7.tgz", + "integrity": "sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==", "dev": true, + "dependencies": { + "@types/unist": "^2.0.0", + "is-buffer": "^2.0.0", + "unist-util-stringify-position": "^3.0.0", + "vfile-message": "^3.0.0" + }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/remark-stringify/node_modules/vfile-message": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz", + "integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==", + "dev": true, + "dependencies": { + "@types/unist": "^2.0.0", + "unist-util-stringify-position": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, "node_modules/remark-toc": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/remark-toc/-/remark-toc-7.2.0.tgz", - "integrity": "sha512-ppHepvpbg7j5kPFmU5rzDC4k2GTcPDvWcxXyr/7BZzO1cBSPk0stKtEJdsgAyw2WHKPGxadcHIZRjb2/sHxjkg==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/remark-toc/-/remark-toc-8.0.1.tgz", + "integrity": "sha512-7he2VOm/cy13zilnOTZcyAoyoolV26ULlon6XyCFU+vG54Z/LWJnwphj/xKIDLOt66QmJUgTyUvLVHi2aAElyg==", "dev": true, "dependencies": { - "@types/unist": "^2.0.3", - "mdast-util-toc": "^5.0.0" + "@types/mdast": "^3.0.0", + "mdast-util-toc": "^6.0.0", + "unified": "^10.0.0" }, "funding": { "type": "opencollective", @@ -19178,2770 +18407,5606 @@ "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==", "dev": true }, - "node_modules/remark/node_modules/@types/unist": { - "version": "2.0.10", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz", - "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==", - "dev": true - }, - "node_modules/remark/node_modules/bail": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz", - "integrity": "sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==", + "node_modules/remark-toc/node_modules/unified": { + "version": "10.1.2", + "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", + "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", "dev": true, + "dependencies": { + "@types/unist": "^2.0.0", + "bail": "^2.0.0", + "extend": "^3.0.0", + "is-buffer": "^2.0.0", + "is-plain-obj": "^4.0.0", + "trough": "^2.0.0", + "vfile": "^5.0.0" + }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/remark/node_modules/character-entities": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz", - "integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==", + "node_modules/remark-toc/node_modules/unist-util-stringify-position": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz", + "integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==", "dev": true, + "dependencies": { + "@types/unist": "^2.0.0" + }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/remark/node_modules/character-entities-legacy": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz", - "integrity": "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==", + "node_modules/remark-toc/node_modules/vfile": { + "version": "5.3.7", + "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.7.tgz", + "integrity": "sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==", "dev": true, + "dependencies": { + "@types/unist": "^2.0.0", + "is-buffer": "^2.0.0", + "unist-util-stringify-position": "^3.0.0", + "vfile-message": "^3.0.0" + }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/remark/node_modules/character-reference-invalid": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz", - "integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==", + "node_modules/remark-toc/node_modules/vfile-message": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz", + "integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==", "dev": true, + "dependencies": { + "@types/unist": "^2.0.0", + "unist-util-stringify-position": "^3.0.0" + }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/remark/node_modules/is-alphabetical": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz", - "integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==", + "node_modules/remark/node_modules/@types/unist": { + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz", + "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==", + "dev": true + }, + "node_modules/remark/node_modules/mdast-util-from-markdown": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-1.3.1.tgz", + "integrity": "sha512-4xTO/M8c82qBcnQc1tgpNtubGUW/Y1tBQ1B0i5CtSoelOLKFYlElIr3bvgREYYO5iRqbMY1YuqZng0GVOI8Qww==", "dev": true, + "dependencies": { + "@types/mdast": "^3.0.0", + "@types/unist": "^2.0.0", + "decode-named-character-reference": "^1.0.0", + "mdast-util-to-string": "^3.1.0", + "micromark": "^3.0.0", + "micromark-util-decode-numeric-character-reference": "^1.0.0", + "micromark-util-decode-string": "^1.0.0", + "micromark-util-normalize-identifier": "^1.0.0", + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.0", + "unist-util-stringify-position": "^3.0.0", + "uvu": "^0.5.0" + }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/remark/node_modules/is-alphanumerical": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz", - "integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==", + "node_modules/remark/node_modules/mdast-util-to-string": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-3.2.0.tgz", + "integrity": "sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==", "dev": true, "dependencies": { - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0" + "@types/mdast": "^3.0.0" }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/remark/node_modules/is-buffer": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz", - "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==", + "node_modules/remark/node_modules/micromark": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/micromark/-/micromark-3.2.0.tgz", + "integrity": "sha512-uD66tJj54JLYq0De10AhWycZWGQNUvDI55xPgk2sQM5kn1JYlhbCMTtEeT27+vAhW2FBQxLlOmS3pmA7/2z4aA==", "dev": true, "funding": [ { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" }, { - "type": "consulting", - "url": "https://feross.org/support" + "type": "OpenCollective", + "url": "https://opencollective.com/unified" } ], - "engines": { - "node": ">=4" - } - }, - "node_modules/remark/node_modules/is-decimal": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz", - "integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==", + "dependencies": { + "@types/debug": "^4.0.0", + "debug": "^4.0.0", + "decode-named-character-reference": "^1.0.0", + "micromark-core-commonmark": "^1.0.1", + "micromark-factory-space": "^1.0.0", + "micromark-util-character": "^1.0.0", + "micromark-util-chunked": "^1.0.0", + "micromark-util-combine-extensions": "^1.0.0", + "micromark-util-decode-numeric-character-reference": "^1.0.0", + "micromark-util-encode": "^1.0.0", + "micromark-util-normalize-identifier": "^1.0.0", + "micromark-util-resolve-all": "^1.0.0", + "micromark-util-sanitize-uri": "^1.0.0", + "micromark-util-subtokenize": "^1.0.0", + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.1", + "uvu": "^0.5.0" + } + }, + "node_modules/remark/node_modules/micromark-core-commonmark": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-1.1.0.tgz", + "integrity": "sha512-BgHO1aRbolh2hcrzL2d1La37V0Aoz73ymF8rAcKnohLy93titmv62E0gP8Hrx9PKcKrqCZ1BbLGbP3bEhoXYlw==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "decode-named-character-reference": "^1.0.0", + "micromark-factory-destination": "^1.0.0", + "micromark-factory-label": "^1.0.0", + "micromark-factory-space": "^1.0.0", + "micromark-factory-title": "^1.0.0", + "micromark-factory-whitespace": "^1.0.0", + "micromark-util-character": "^1.0.0", + "micromark-util-chunked": "^1.0.0", + "micromark-util-classify-character": "^1.0.0", + "micromark-util-html-tag-name": "^1.0.0", + "micromark-util-normalize-identifier": "^1.0.0", + "micromark-util-resolve-all": "^1.0.0", + "micromark-util-subtokenize": "^1.0.0", + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.1", + "uvu": "^0.5.0" + } + }, + "node_modules/remark/node_modules/micromark-factory-destination": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-1.1.0.tgz", + "integrity": "sha512-XaNDROBgx9SgSChd69pjiGKbV+nfHGDPVYFs5dOoDd7ZnMAE+Cuu91BCpsY8RT2NP9vo/B8pds2VQNCLiu0zhg==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "micromark-util-character": "^1.0.0", + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.0" + } + }, + "node_modules/remark/node_modules/micromark-factory-label": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-1.1.0.tgz", + "integrity": "sha512-OLtyez4vZo/1NjxGhcpDSbHQ+m0IIGnT8BoPamh+7jVlzLJBH98zzuCoUeMxvM6WsNeh8wx8cKvqLiPHEACn0w==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "micromark-util-character": "^1.0.0", + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.0", + "uvu": "^0.5.0" + } + }, + "node_modules/remark/node_modules/micromark-factory-title": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-1.1.0.tgz", + "integrity": "sha512-J7n9R3vMmgjDOCY8NPw55jiyaQnH5kBdV2/UXCtZIpnHH3P6nHUKaH7XXEYuWwx/xUJcawa8plLBEjMPU24HzQ==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "micromark-factory-space": "^1.0.0", + "micromark-util-character": "^1.0.0", + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.0" + } + }, + "node_modules/remark/node_modules/micromark-factory-whitespace": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-1.1.0.tgz", + "integrity": "sha512-v2WlmiymVSp5oMg+1Q0N1Lxmt6pMhIHD457whWM7/GUlEks1hI9xj5w3zbc4uuMKXGisksZk8DzP2UyGbGqNsQ==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "micromark-factory-space": "^1.0.0", + "micromark-util-character": "^1.0.0", + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.0" + } + }, + "node_modules/remark/node_modules/micromark-util-chunked": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-1.1.0.tgz", + "integrity": "sha512-Ye01HXpkZPNcV6FiyoW2fGZDUw4Yc7vT0E9Sad83+bEDiCJ1uXu0S3mr8WLpsz3HaG3x2q0HM6CTuPdcZcluFQ==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "micromark-util-symbol": "^1.0.0" + } + }, + "node_modules/remark/node_modules/micromark-util-classify-character": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-1.1.0.tgz", + "integrity": "sha512-SL0wLxtKSnklKSUplok1WQFoGhUdWYKggKUiqhX+Swala+BtptGCu5iPRc+xvzJ4PXE/hwM3FNXsfEVgoZsWbw==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "micromark-util-character": "^1.0.0", + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.0" + } + }, + "node_modules/remark/node_modules/micromark-util-combine-extensions": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-1.1.0.tgz", + "integrity": "sha512-Q20sp4mfNf9yEqDL50WwuWZHUrCO4fEyeDCnMGmG5Pr0Cz15Uo7KBs6jq+dq0EgX4DPwwrh9m0X+zPV1ypFvUA==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "micromark-util-chunked": "^1.0.0", + "micromark-util-types": "^1.0.0" + } + }, + "node_modules/remark/node_modules/micromark-util-decode-numeric-character-reference": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-1.1.0.tgz", + "integrity": "sha512-m9V0ExGv0jB1OT21mrWcuf4QhP46pH1KkfWy9ZEezqHKAxkj4mPCy3nIH1rkbdMlChLHX531eOrymlwyZIf2iw==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "micromark-util-symbol": "^1.0.0" + } + }, + "node_modules/remark/node_modules/micromark-util-decode-string": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-1.1.0.tgz", + "integrity": "sha512-YphLGCK8gM1tG1bd54azwyrQRjCFcmgj2S2GoJDNnh4vYtnL38JS8M4gpxzOPNyHdNEpheyWXCTnnTDY3N+NVQ==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "decode-named-character-reference": "^1.0.0", + "micromark-util-character": "^1.0.0", + "micromark-util-decode-numeric-character-reference": "^1.0.0", + "micromark-util-symbol": "^1.0.0" + } + }, + "node_modules/remark/node_modules/micromark-util-encode": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-1.1.0.tgz", + "integrity": "sha512-EuEzTWSTAj9PA5GOAs992GzNh2dGQO52UvAbtSOMvXTxv3Criqb6IOzJUBCmEqrrXSblJIJBbFFv6zPxpreiJw==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ] + }, + "node_modules/remark/node_modules/micromark-util-html-tag-name": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-1.2.0.tgz", + "integrity": "sha512-VTQzcuQgFUD7yYztuQFKXT49KghjtETQ+Wv/zUjGSGBioZnkA4P1XXZPT1FHeJA6RwRXSF47yvJ1tsJdoxwO+Q==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ] + }, + "node_modules/remark/node_modules/micromark-util-normalize-identifier": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-1.1.0.tgz", + "integrity": "sha512-N+w5vhqrBihhjdpM8+5Xsxy71QWqGn7HYNUvch71iV2PM7+E3uWGox1Qp90loa1ephtCxG2ftRV/Conitc6P2Q==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "micromark-util-symbol": "^1.0.0" + } + }, + "node_modules/remark/node_modules/micromark-util-resolve-all": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-1.1.0.tgz", + "integrity": "sha512-b/G6BTMSg+bX+xVCshPTPyAu2tmA0E4X98NSR7eIbeC6ycCqCeE7wjfDIgzEbkzdEVJXRtOG4FbEm/uGbCRouA==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "micromark-util-types": "^1.0.0" + } + }, + "node_modules/remark/node_modules/micromark-util-sanitize-uri": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-1.2.0.tgz", + "integrity": "sha512-QO4GXv0XZfWey4pYFndLUKEAktKkG5kZTdUNaTAkzbuJxn2tNBOr+QtxR2XpWaMhbImT2dPzyLrPXLlPhph34A==", "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "micromark-util-character": "^1.0.0", + "micromark-util-encode": "^1.0.0", + "micromark-util-symbol": "^1.0.0" + } + }, + "node_modules/remark/node_modules/micromark-util-subtokenize": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-1.1.0.tgz", + "integrity": "sha512-kUQHyzRoxvZO2PuLzMt2P/dwVsTiivCK8icYTeR+3WgbuPqfHgPPy7nFKbeqRivBvn/3N3GBiNC+JRTMSxEC7A==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "micromark-util-chunked": "^1.0.0", + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.0", + "uvu": "^0.5.0" + } + }, + "node_modules/remark/node_modules/micromark-util-types": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-1.1.0.tgz", + "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ] + }, + "node_modules/remark/node_modules/remark-parse": { + "version": "10.0.2", + "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-10.0.2.tgz", + "integrity": "sha512-3ydxgHa/ZQzG8LvC7jTXccARYDcRld3VfcgIIFs7bI6vbRSxJJmzgLEIIoYKyrfhaY+ujuWaf/PJiMZXoiCXgw==", + "dev": true, + "dependencies": { + "@types/mdast": "^3.0.0", + "mdast-util-from-markdown": "^1.0.0", + "unified": "^10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/remark/node_modules/unified": { + "version": "10.1.2", + "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", + "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", + "dev": true, + "dependencies": { + "@types/unist": "^2.0.0", + "bail": "^2.0.0", + "extend": "^3.0.0", + "is-buffer": "^2.0.0", + "is-plain-obj": "^4.0.0", + "trough": "^2.0.0", + "vfile": "^5.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/remark/node_modules/unist-util-stringify-position": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz", + "integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==", + "dev": true, + "dependencies": { + "@types/unist": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/remark/node_modules/vfile": { + "version": "5.3.7", + "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.7.tgz", + "integrity": "sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==", + "dev": true, + "dependencies": { + "@types/unist": "^2.0.0", + "is-buffer": "^2.0.0", + "unist-util-stringify-position": "^3.0.0", + "vfile-message": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/remark/node_modules/vfile-message": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz", + "integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==", + "dev": true, + "dependencies": { + "@types/unist": "^2.0.0", + "unist-util-stringify-position": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/renderkid": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-3.0.0.tgz", + "integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==", + "dependencies": { + "css-select": "^4.1.3", + "dom-converter": "^0.2.0", + "htmlparser2": "^6.1.0", + "lodash": "^4.17.21", + "strip-ansi": "^6.0.1" + } + }, + "node_modules/renderkid/node_modules/css-select": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", + "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", + "dependencies": { + "boolbase": "^1.0.0", + "css-what": "^6.0.1", + "domhandler": "^4.3.1", + "domutils": "^2.8.0", + "nth-check": "^2.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" + } + }, + "node_modules/renderkid/node_modules/dom-serializer": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", + "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", + "dependencies": { + "domelementtype": "^2.0.1", + "domhandler": "^4.2.0", + "entities": "^2.0.0" + }, + "funding": { + "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" + } + }, + "node_modules/renderkid/node_modules/domhandler": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", + "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", + "dependencies": { + "domelementtype": "^2.2.0" + }, + "engines": { + "node": ">= 4" + }, + "funding": { + "url": "https://github.com/fb55/domhandler?sponsor=1" + } + }, + "node_modules/renderkid/node_modules/domutils": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", + "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", + "dependencies": { + "dom-serializer": "^1.0.1", + "domelementtype": "^2.2.0", + "domhandler": "^4.2.0" + }, + "funding": { + "url": "https://github.com/fb55/domutils?sponsor=1" + } + }, + "node_modules/renderkid/node_modules/entities": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, + "node_modules/renderkid/node_modules/htmlparser2": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz", + "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", + "funding": [ + "https://github.com/fb55/htmlparser2?sponsor=1", + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ], + "dependencies": { + "domelementtype": "^2.0.1", + "domhandler": "^4.0.0", + "domutils": "^2.5.2", + "entities": "^2.0.0" + } + }, + "node_modules/require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/require-from-string": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/require-like": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/require-like/-/require-like-0.1.2.tgz", + "integrity": "sha512-oyrU88skkMtDdauHDuKVrgR+zuItqr6/c//FXzvmxRGMexSDc6hNvJInGW3LL46n+8b50RykrvwSUIIQH2LQ5A==", + "engines": { + "node": "*" + } + }, + "node_modules/requires-port": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==" + }, + "node_modules/resolve": { + "version": "1.22.8", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", + "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", + "dependencies": { + "is-core-module": "^2.13.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/resolve-alpn": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/resolve-alpn/-/resolve-alpn-1.2.1.tgz", + "integrity": "sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g==" + }, + "node_modules/resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "engines": { + "node": ">=4" + } + }, + "node_modules/resolve-pathname": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/resolve-pathname/-/resolve-pathname-3.0.0.tgz", + "integrity": "sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==" + }, + "node_modules/responselike": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/responselike/-/responselike-3.0.0.tgz", + "integrity": "sha512-40yHxbNcl2+rzXvZuVkrYohathsSJlMTXKryG5y8uciHv1+xDLHQpgjG64JUO9nrEq2jGLH6IZ8BcZyw3wrweg==", + "dependencies": { + "lowercase-keys": "^3.0.0" + }, + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/retry": { + "version": "0.13.1", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", + "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", + "engines": { + "node": ">= 4" + } + }, + "node_modules/reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "engines": { + "iojs": ">=1.0.0", + "node": ">=0.10.0" + } + }, + "node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/rimraf/node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/robust-predicates": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-2.0.4.tgz", + "integrity": "sha512-l4NwboJM74Ilm4VKfbAtFeGq7aEjWL+5kVFcmgFA2MrdnQWx9iE/tUGvxY5HyMI7o/WpSIUFLbC5fbeaHgSCYg==" + }, + "node_modules/rtl-detect": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/rtl-detect/-/rtl-detect-1.1.2.tgz", + "integrity": "sha512-PGMBq03+TTG/p/cRB7HCLKJ1MgDIi07+QU1faSjiYRfmY5UsAttV9Hs08jDAHVwcOwmVLcSJkpwyfXszVjWfIQ==" + }, + "node_modules/rtlcss": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-4.1.1.tgz", + "integrity": "sha512-/oVHgBtnPNcggP2aVXQjSy6N1mMAfHg4GSag0QtZBlD5bdDgAHwr4pydqJGd+SUCu9260+Pjqbjwtvu7EMH1KQ==", + "dependencies": { + "escalade": "^3.1.1", + "picocolors": "^1.0.0", + "postcss": "^8.4.21", + "strip-json-comments": "^3.1.1" + }, + "bin": { + "rtlcss": "bin/rtlcss.js" + }, + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/rtlcss/node_modules/strip-json-comments": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "dependencies": { + "queue-microtask": "^1.2.2" + } + }, + "node_modules/sade": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/sade/-/sade-1.8.1.tgz", + "integrity": "sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==", + "dev": true, + "dependencies": { + "mri": "^1.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "node_modules/sax": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.3.0.tgz", + "integrity": "sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==" + }, + "node_modules/scheduler": { + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz", + "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==", + "dependencies": { + "loose-envify": "^1.1.0" + } + }, + "node_modules/schema-utils": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", + "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", + "dependencies": { + "@types/json-schema": "^7.0.9", + "ajv": "^8.9.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.1.0" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/search-insights": { + "version": "2.13.0", + "resolved": "https://registry.npmjs.org/search-insights/-/search-insights-2.13.0.tgz", + "integrity": "sha512-Orrsjf9trHHxFRuo9/rzm0KIWmgzE8RMlZMzuhZOJ01Rnz3D0YBAe+V6473t6/H6c7irs6Lt48brULAiRWb3Vw==", + "peer": true + }, + "node_modules/section-matter": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/section-matter/-/section-matter-1.0.0.tgz", + "integrity": "sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==", + "dependencies": { + "extend-shallow": "^2.0.1", + "kind-of": "^6.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/select-hose": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", + "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==" + }, + "node_modules/selfsigned": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.4.1.tgz", + "integrity": "sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==", + "dependencies": { + "@types/node-forge": "^1.3.0", + "node-forge": "^1" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/semver": { + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", + "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/semver-diff": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-4.0.0.tgz", + "integrity": "sha512-0Ju4+6A8iOnpL/Thra7dZsSlOHYAHIeMxfhWQRI1/VLcT3WDBZKKtQt/QkBOsiIN9ZpuvHE6cGZ0x4glCMmfiA==", + "dependencies": { + "semver": "^7.3.5" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/semver/node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/semver/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + }, + "node_modules/send": { + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", + "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", + "dependencies": { + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "mime": "1.6.0", + "ms": "2.1.3", + "on-finished": "2.4.1", + "range-parser": "~1.2.1", + "statuses": "2.0.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/send/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/send/node_modules/debug/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/send/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + }, + "node_modules/send/node_modules/range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/serialize-javascript": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", + "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", + "dependencies": { + "randombytes": "^2.1.0" + } + }, + "node_modules/serve-handler": { + "version": "6.1.5", + "resolved": "https://registry.npmjs.org/serve-handler/-/serve-handler-6.1.5.tgz", + "integrity": "sha512-ijPFle6Hwe8zfmBxJdE+5fta53fdIY0lHISJvuikXB3VYFafRjMRpOffSPvCYsbKyBA7pvy9oYr/BT1O3EArlg==", + "dependencies": { + "bytes": "3.0.0", + "content-disposition": "0.5.2", + "fast-url-parser": "1.1.3", + "mime-types": "2.1.18", + "minimatch": "3.1.2", + "path-is-inside": "1.0.2", + "path-to-regexp": "2.2.1", + "range-parser": "1.2.0" + } + }, + "node_modules/serve-handler/node_modules/path-to-regexp": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-2.2.1.tgz", + "integrity": "sha512-gu9bD6Ta5bwGrrU8muHzVOBFFREpp2iRkVfhBJahwJ6p6Xw20SjT0MxLnwkjOibQmGSYhiUnf2FLe7k+jcFmGQ==" + }, + "node_modules/serve-index": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", + "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==", + "dependencies": { + "accepts": "~1.3.4", + "batch": "0.6.1", + "debug": "2.6.9", + "escape-html": "~1.0.3", + "http-errors": "~1.6.2", + "mime-types": "~2.1.17", + "parseurl": "~1.3.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/serve-index/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/serve-index/node_modules/depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/serve-index/node_modules/http-errors": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==", + "dependencies": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.0", + "statuses": ">= 1.4.0 < 2" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/serve-index/node_modules/inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==" + }, + "node_modules/serve-index/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/serve-index/node_modules/setprototypeof": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", + "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==" + }, + "node_modules/serve-index/node_modules/statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/serve-static": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", + "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", + "dependencies": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.18.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/set-function-length": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", + "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", + "dependencies": { + "define-data-property": "^1.1.4", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/set-function-name": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz", + "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==", + "dependencies": { + "define-data-property": "^1.1.4", + "es-errors": "^1.3.0", + "functions-have-names": "^1.2.3", + "has-property-descriptors": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" + }, + "node_modules/shallow-clone": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", + "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", + "dependencies": { + "kind-of": "^6.0.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shallowequal": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz", + "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==" + }, + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "engines": { + "node": ">=8" + } + }, + "node_modules/shell-quote": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz", + "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/shelljs": { + "version": "0.8.5", + "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz", + "integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==", + "dependencies": { + "glob": "^7.0.0", + "interpret": "^1.0.0", + "rechoir": "^0.6.2" + }, + "bin": { + "shjs": "bin/shjs" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/shelljs/node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/side-channel": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz", + "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", + "dependencies": { + "call-bind": "^1.0.7", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.4", + "object-inspect": "^1.13.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + }, + "node_modules/sirv": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/sirv/-/sirv-2.0.4.tgz", + "integrity": "sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==", + "dependencies": { + "@polka/url": "^1.0.0-next.24", + "mrmime": "^2.0.0", + "totalist": "^3.0.0" + }, + "engines": { + "node": ">= 10" + } + }, + "node_modules/sisteransi": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", + "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" + }, + "node_modules/sitemap": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/sitemap/-/sitemap-7.1.1.tgz", + "integrity": "sha512-mK3aFtjz4VdJN0igpIJrinf3EO8U8mxOPsTBzSsy06UtjZQJ3YY3o3Xa7zSc5nMqcMrRwlChHZ18Kxg0caiPBg==", + "dependencies": { + "@types/node": "^17.0.5", + "@types/sax": "^1.2.1", + "arg": "^5.0.0", + "sax": "^1.2.4" + }, + "bin": { + "sitemap": "dist/cli.js" + }, + "engines": { + "node": ">=12.0.0", + "npm": ">=5.6.0" + } + }, + "node_modules/sitemap/node_modules/@types/node": { + "version": "17.0.45", + "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.45.tgz", + "integrity": "sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==" + }, + "node_modules/skin-tone": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/skin-tone/-/skin-tone-2.0.0.tgz", + "integrity": "sha512-kUMbT1oBJCpgrnKoSr0o6wPtvRWT9W9UKvGLwfJYO2WuahZRHOpEyL1ckyMGgMWh0UdpmaoFqKKD29WTomNEGA==", + "dependencies": { + "unicode-emoji-modifier-base": "^1.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/skmeans": { + "version": "0.9.7", + "resolved": "https://registry.npmjs.org/skmeans/-/skmeans-0.9.7.tgz", + "integrity": "sha512-hNj1/oZ7ygsfmPZ7ZfN5MUBRoGg1gtpnImuJBgLO0ljQ67DtJuiQaiYdS4lUA6s0KCwnPhGivtC/WRwIZLkHyg==" + }, + "node_modules/slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "engines": { + "node": ">=8" + } + }, + "node_modules/sockjs": { + "version": "0.3.24", + "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz", + "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==", + "dependencies": { + "faye-websocket": "^0.11.3", + "uuid": "^8.3.2", + "websocket-driver": "^0.7.4" + } + }, + "node_modules/sort-css-media-queries": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/sort-css-media-queries/-/sort-css-media-queries-2.1.0.tgz", + "integrity": "sha512-IeWvo8NkNiY2vVYdPa27MCQiR0MN0M80johAYFVxWWXQ44KU84WNxjslwBHmc/7ZL2ccwkM7/e6S5aiKZXm7jA==", + "engines": { + "node": ">= 6.3.0" + } + }, + "node_modules/source-map": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", + "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", + "engines": { + "node": ">= 8" + } + }, + "node_modules/source-map-js": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", + "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-support": { + "version": "0.5.21", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "node_modules/source-map-support/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/space-separated-tokens": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz", + "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/spdx-correct": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz", + "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==", + "dev": true, + "dependencies": { + "spdx-expression-parse": "^3.0.0", + "spdx-license-ids": "^3.0.0" + } + }, + "node_modules/spdx-exceptions": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz", + "integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==", + "dev": true + }, + "node_modules/spdx-expression-parse": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", + "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", + "dev": true, + "dependencies": { + "spdx-exceptions": "^2.1.0", + "spdx-license-ids": "^3.0.0" + } + }, + "node_modules/spdx-license-ids": { + "version": "3.0.18", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.18.tgz", + "integrity": "sha512-xxRs31BqRYHwiMzudOrpSiHtZ8i/GeionCBDSilhYRj+9gIcI8wCZTlXZKu9vZIVqViP3dcp9qE5G6AlIaD+TQ==", + "dev": true + }, + "node_modules/spdy": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", + "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", + "dependencies": { + "debug": "^4.1.0", + "handle-thing": "^2.0.0", + "http-deceiver": "^1.2.7", + "select-hose": "^2.0.0", + "spdy-transport": "^3.0.0" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/spdy-transport": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz", + "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", + "dependencies": { + "debug": "^4.1.0", + "detect-node": "^2.0.4", + "hpack.js": "^2.1.6", + "obuf": "^1.1.2", + "readable-stream": "^3.0.6", + "wbuf": "^1.7.3" + } + }, + "node_modules/splaytree": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/splaytree/-/splaytree-3.1.2.tgz", + "integrity": "sha512-4OM2BJgC5UzrhVnnJA4BkHKGtjXNzzUfpQjCO8I05xYPsfS/VuQDwjCGGMi8rYQilHEV4j8NBqTFbls/PZEE7A==" + }, + "node_modules/sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" + }, + "node_modules/srcset": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/srcset/-/srcset-4.0.0.tgz", + "integrity": "sha512-wvLeHgcVHKO8Sc/H/5lkGreJQVeYMm9rlmt8PuR1xE31rIuXhuzznUUqAt8MqLhB3MqJdFzlNAfpcWnxiFUcPw==", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/stable": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz", + "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==", + "deprecated": "Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility" + }, + "node_modules/statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/std-env": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.7.0.tgz", + "integrity": "sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==" + }, + "node_modules/stop-iteration-iterator": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz", + "integrity": "sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==", + "dependencies": { + "internal-slot": "^1.0.4" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "dependencies": { + "safe-buffer": "~5.2.0" + } + }, + "node_modules/string-width": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", + "dependencies": { + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/string-width-cjs": { + "name": "string-width", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/string-width-cjs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/string-width/node_modules/ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/string-width/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/stringify-entities": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.3.tgz", + "integrity": "sha512-BP9nNHMhhfcMbiuQKCqMjhDP5yBCAxsPu4pHFFzJ6Alo9dZgY4VLDPutXqIjpRiMoKdp7Av85Gr73Q5uH9k7+g==", + "dependencies": { + "character-entities-html4": "^2.0.0", + "character-entities-legacy": "^3.0.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/stringify-object": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz", + "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==", + "dependencies": { + "get-own-enumerable-property-symbols": "^3.0.0", + "is-obj": "^1.0.1", + "is-regexp": "^1.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi-cjs": { + "name": "strip-ansi", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-bom-string": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-bom-string/-/strip-bom-string-1.0.0.tgz", + "integrity": "sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/strip-final-newline": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", + "engines": { + "node": ">=6" + } + }, + "node_modules/strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/style-to-object": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.4.4.tgz", + "integrity": "sha512-HYNoHZa2GorYNyqiCaBgsxvcJIn7OHq6inEga+E6Ke3m5JkoqpQbnFssk4jwe+K7AhGa2fcha4wSOf1Kn01dMg==", + "dependencies": { + "inline-style-parser": "0.1.1" + } + }, + "node_modules/stylehacks": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.1.1.tgz", + "integrity": "sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==", + "dependencies": { + "browserslist": "^4.21.4", + "postcss-selector-parser": "^6.0.4" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/svg-parser": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz", + "integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==" + }, + "node_modules/svgo": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz", + "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==", + "dependencies": { + "@trysound/sax": "0.2.0", + "commander": "^7.2.0", + "css-select": "^4.1.3", + "css-tree": "^1.1.3", + "csso": "^4.2.0", + "picocolors": "^1.0.0", + "stable": "^0.1.8" + }, + "bin": { + "svgo": "bin/svgo" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/svgo/node_modules/commander": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", + "engines": { + "node": ">= 10" + } + }, + "node_modules/svgo/node_modules/css-select": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", + "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", + "dependencies": { + "boolbase": "^1.0.0", + "css-what": "^6.0.1", + "domhandler": "^4.3.1", + "domutils": "^2.8.0", + "nth-check": "^2.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" + } + }, + "node_modules/svgo/node_modules/dom-serializer": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", + "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", + "dependencies": { + "domelementtype": "^2.0.1", + "domhandler": "^4.2.0", + "entities": "^2.0.0" + }, + "funding": { + "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" + } + }, + "node_modules/svgo/node_modules/domhandler": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", + "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", + "dependencies": { + "domelementtype": "^2.2.0" + }, + "engines": { + "node": ">= 4" + }, + "funding": { + "url": "https://github.com/fb55/domhandler?sponsor=1" + } + }, + "node_modules/svgo/node_modules/domutils": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", + "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", + "dependencies": { + "dom-serializer": "^1.0.1", + "domelementtype": "^2.2.0", + "domhandler": "^4.2.0" + }, + "funding": { + "url": "https://github.com/fb55/domutils?sponsor=1" + } + }, + "node_modules/svgo/node_modules/entities": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, + "node_modules/sweepline-intersections": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/sweepline-intersections/-/sweepline-intersections-1.5.0.tgz", + "integrity": "sha512-AoVmx72QHpKtItPu72TzFL+kcYjd67BPLDoR0LarIk+xyaRg+pDTMFXndIEvZf9xEKnJv6JdhgRMnocoG0D3AQ==", + "dependencies": { + "tinyqueue": "^2.0.0" + } + }, + "node_modules/tapable": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", + "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", + "engines": { + "node": ">=6" + } + }, + "node_modules/terser": { + "version": "5.29.2", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.29.2.tgz", + "integrity": "sha512-ZiGkhUBIM+7LwkNjXYJq8svgkd+QK3UUr0wJqY4MieaezBSAIPgbSPZyIx0idM6XWK5CMzSWa8MJIzmRcB8Caw==", + "dependencies": { + "@jridgewell/source-map": "^0.3.3", + "acorn": "^8.8.2", + "commander": "^2.20.0", + "source-map-support": "~0.5.20" + }, + "bin": { + "terser": "bin/terser" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/terser-webpack-plugin": { + "version": "5.3.10", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz", + "integrity": "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==", + "dependencies": { + "@jridgewell/trace-mapping": "^0.3.20", + "jest-worker": "^27.4.5", + "schema-utils": "^3.1.1", + "serialize-javascript": "^6.0.1", + "terser": "^5.26.0" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.1.0" + }, + "peerDependenciesMeta": { + "@swc/core": { + "optional": true + }, + "esbuild": { + "optional": true + }, + "uglify-js": { + "optional": true + } + } + }, + "node_modules/terser-webpack-plugin/node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/terser-webpack-plugin/node_modules/ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "peerDependencies": { + "ajv": "^6.9.1" + } + }, + "node_modules/terser-webpack-plugin/node_modules/jest-worker": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", + "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", + "dependencies": { + "@types/node": "*", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/terser-webpack-plugin/node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + }, + "node_modules/terser-webpack-plugin/node_modules/schema-utils": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/terser-webpack-plugin/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" + } + }, + "node_modules/terser/node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" + }, + "node_modules/text-table": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==" + }, + "node_modules/thunky": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", + "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==" + }, + "node_modules/tiny-invariant": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz", + "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==" + }, + "node_modules/tiny-warning": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz", + "integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==" + }, + "node_modules/tinyqueue": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/tinyqueue/-/tinyqueue-2.0.3.tgz", + "integrity": "sha512-ppJZNDuKGgxzkHihX8v9v9G5f+18gzaTfrukGrq6ueg0lmH4nqVnA2IPG0AEH3jKEk2GRJCUhDoqpoiw3PHLBA==" + }, + "node_modules/to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", + "engines": { + "node": ">=4" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/toidentifier": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", + "engines": { + "node": ">=0.6" + } + }, + "node_modules/topojson-client": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/topojson-client/-/topojson-client-3.1.0.tgz", + "integrity": "sha512-605uxS6bcYxGXw9qi62XyrV6Q3xwbndjachmNxu8HWTtVPxZfEJN9fd/SZS1Q54Sn2y0TMyMxFj/cJINqGHrKw==", + "dependencies": { + "commander": "2" + }, + "bin": { + "topo2geo": "bin/topo2geo", + "topomerge": "bin/topomerge", + "topoquantize": "bin/topoquantize" + } + }, + "node_modules/topojson-client/node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" + }, + "node_modules/topojson-server": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/topojson-server/-/topojson-server-3.0.1.tgz", + "integrity": "sha512-/VS9j/ffKr2XAOjlZ9CgyyeLmgJ9dMwq6Y0YEON8O7p/tGGk+dCWnrE03zEdu7i4L7YsFZLEPZPzCvcB7lEEXw==", + "dependencies": { + "commander": "2" + }, + "bin": { + "geo2topo": "bin/geo2topo" + } + }, + "node_modules/topojson-server/node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" + }, + "node_modules/totalist": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz", + "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==", + "engines": { + "node": ">=6" + } + }, + "node_modules/trim-lines": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz", + "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/remark/node_modules/is-hexadecimal": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz", - "integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==", - "dev": true, + "node_modules/trough": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz", + "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/remark/node_modules/is-plain-obj": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz", - "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==", - "dev": true, - "engines": { - "node": ">=8" - } + "node_modules/tslib": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" }, - "node_modules/remark/node_modules/mdast-util-from-markdown": { - "version": "0.8.5", - "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-0.8.5.tgz", - "integrity": "sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ==", - "dev": true, + "node_modules/turf-6": { + "name": "@turf/turf", + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@turf/turf/-/turf-6.5.0.tgz", + "integrity": "sha512-ipMCPnhu59bh92MNt8+pr1VZQhHVuTMHklciQURo54heoxRzt1neNYZOBR6jdL+hNsbDGAECMuIpAutX+a3Y+w==", "dependencies": { - "@types/mdast": "^3.0.0", - "mdast-util-to-string": "^2.0.0", - "micromark": "~2.11.0", - "parse-entities": "^2.0.0", - "unist-util-stringify-position": "^2.0.0" + "@turf/along": "^6.5.0", + "@turf/angle": "^6.5.0", + "@turf/area": "^6.5.0", + "@turf/bbox": "^6.5.0", + "@turf/bbox-clip": "^6.5.0", + "@turf/bbox-polygon": "^6.5.0", + "@turf/bearing": "^6.5.0", + "@turf/bezier-spline": "^6.5.0", + "@turf/boolean-clockwise": "^6.5.0", + "@turf/boolean-contains": "^6.5.0", + "@turf/boolean-crosses": "^6.5.0", + "@turf/boolean-disjoint": "^6.5.0", + "@turf/boolean-equal": "^6.5.0", + "@turf/boolean-intersects": "^6.5.0", + "@turf/boolean-overlap": "^6.5.0", + "@turf/boolean-parallel": "^6.5.0", + "@turf/boolean-point-in-polygon": "^6.5.0", + "@turf/boolean-point-on-line": "^6.5.0", + "@turf/boolean-within": "^6.5.0", + "@turf/buffer": "^6.5.0", + "@turf/center": "^6.5.0", + "@turf/center-mean": "^6.5.0", + "@turf/center-median": "^6.5.0", + "@turf/center-of-mass": "^6.5.0", + "@turf/centroid": "^6.5.0", + "@turf/circle": "^6.5.0", + "@turf/clean-coords": "^6.5.0", + "@turf/clone": "^6.5.0", + "@turf/clusters": "^6.5.0", + "@turf/clusters-dbscan": "^6.5.0", + "@turf/clusters-kmeans": "^6.5.0", + "@turf/collect": "^6.5.0", + "@turf/combine": "^6.5.0", + "@turf/concave": "^6.5.0", + "@turf/convex": "^6.5.0", + "@turf/destination": "^6.5.0", + "@turf/difference": "^6.5.0", + "@turf/dissolve": "^6.5.0", + "@turf/distance": "^6.5.0", + "@turf/distance-weight": "^6.5.0", + "@turf/ellipse": "^6.5.0", + "@turf/envelope": "^6.5.0", + "@turf/explode": "^6.5.0", + "@turf/flatten": "^6.5.0", + "@turf/flip": "^6.5.0", + "@turf/great-circle": "^6.5.0", + "@turf/helpers": "^6.5.0", + "@turf/hex-grid": "^6.5.0", + "@turf/interpolate": "^6.5.0", + "@turf/intersect": "^6.5.0", + "@turf/invariant": "^6.5.0", + "@turf/isobands": "^6.5.0", + "@turf/isolines": "^6.5.0", + "@turf/kinks": "^6.5.0", + "@turf/length": "^6.5.0", + "@turf/line-arc": "^6.5.0", + "@turf/line-chunk": "^6.5.0", + "@turf/line-intersect": "^6.5.0", + "@turf/line-offset": "^6.5.0", + "@turf/line-overlap": "^6.5.0", + "@turf/line-segment": "^6.5.0", + "@turf/line-slice": "^6.5.0", + "@turf/line-slice-along": "^6.5.0", + "@turf/line-split": "^6.5.0", + "@turf/line-to-polygon": "^6.5.0", + "@turf/mask": "^6.5.0", + "@turf/meta": "^6.5.0", + "@turf/midpoint": "^6.5.0", + "@turf/moran-index": "^6.5.0", + "@turf/nearest-point": "^6.5.0", + "@turf/nearest-point-on-line": "^6.5.0", + "@turf/nearest-point-to-line": "^6.5.0", + "@turf/planepoint": "^6.5.0", + "@turf/point-grid": "^6.5.0", + "@turf/point-on-feature": "^6.5.0", + "@turf/point-to-line-distance": "^6.5.0", + "@turf/points-within-polygon": "^6.5.0", + "@turf/polygon-smooth": "^6.5.0", + "@turf/polygon-tangents": "^6.5.0", + "@turf/polygon-to-line": "^6.5.0", + "@turf/polygonize": "^6.5.0", + "@turf/projection": "^6.5.0", + "@turf/random": "^6.5.0", + "@turf/rewind": "^6.5.0", + "@turf/rhumb-bearing": "^6.5.0", + "@turf/rhumb-destination": "^6.5.0", + "@turf/rhumb-distance": "^6.5.0", + "@turf/sample": "^6.5.0", + "@turf/sector": "^6.5.0", + "@turf/shortest-path": "^6.5.0", + "@turf/simplify": "^6.5.0", + "@turf/square": "^6.5.0", + "@turf/square-grid": "^6.5.0", + "@turf/standard-deviational-ellipse": "^6.5.0", + "@turf/tag": "^6.5.0", + "@turf/tesselate": "^6.5.0", + "@turf/tin": "^6.5.0", + "@turf/transform-rotate": "^6.5.0", + "@turf/transform-scale": "^6.5.0", + "@turf/transform-translate": "^6.5.0", + "@turf/triangle-grid": "^6.5.0", + "@turf/truncate": "^6.5.0", + "@turf/union": "^6.5.0", + "@turf/unkink-polygon": "^6.5.0", + "@turf/voronoi": "^6.5.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "url": "https://opencollective.com/turf" } }, - "node_modules/remark/node_modules/mdast-util-to-string": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-2.0.0.tgz", - "integrity": "sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==", - "dev": true, + "node_modules/turf-7": { + "name": "@turf/turf", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/turf/-/turf-7.0.0.tgz", + "integrity": "sha512-oKtvIoP9nCBT7HCUn0/QP62QwTj8eDxfS810ZGJO0aDPDg2x94tSqwbvmu5WcvcxOBB/6L6rF55UJjL+OjcHxw==", + "dependencies": { + "@turf/along": "^7.0.0", + "@turf/angle": "^7.0.0", + "@turf/area": "^7.0.0", + "@turf/bbox": "^7.0.0", + "@turf/bbox-clip": "^7.0.0", + "@turf/bbox-polygon": "^7.0.0", + "@turf/bearing": "^7.0.0", + "@turf/bezier-spline": "^7.0.0", + "@turf/boolean-clockwise": "^7.0.0", + "@turf/boolean-concave": "^7.0.0", + "@turf/boolean-contains": "^7.0.0", + "@turf/boolean-crosses": "^7.0.0", + "@turf/boolean-disjoint": "^7.0.0", + "@turf/boolean-equal": "^7.0.0", + "@turf/boolean-intersects": "^7.0.0", + "@turf/boolean-overlap": "^7.0.0", + "@turf/boolean-parallel": "^7.0.0", + "@turf/boolean-point-in-polygon": "^7.0.0", + "@turf/boolean-point-on-line": "^7.0.0", + "@turf/boolean-touches": "^7.0.0", + "@turf/boolean-valid": "^7.0.0", + "@turf/boolean-within": "^7.0.0", + "@turf/buffer": "^7.0.0", + "@turf/center": "^7.0.0", + "@turf/center-mean": "^7.0.0", + "@turf/center-median": "^7.0.0", + "@turf/center-of-mass": "^7.0.0", + "@turf/centroid": "^7.0.0", + "@turf/circle": "^7.0.0", + "@turf/clean-coords": "^7.0.0", + "@turf/clone": "^7.0.0", + "@turf/clusters": "^7.0.0", + "@turf/clusters-dbscan": "^7.0.0", + "@turf/clusters-kmeans": "^7.0.0", + "@turf/collect": "^7.0.0", + "@turf/combine": "^7.0.0", + "@turf/concave": "^7.0.0", + "@turf/convex": "^7.0.0", + "@turf/destination": "^7.0.0", + "@turf/difference": "^7.0.0", + "@turf/dissolve": "^7.0.0", + "@turf/distance": "^7.0.0", + "@turf/distance-weight": "^7.0.0", + "@turf/ellipse": "^7.0.0", + "@turf/envelope": "^7.0.0", + "@turf/explode": "^7.0.0", + "@turf/flatten": "^7.0.0", + "@turf/flip": "^7.0.0", + "@turf/geojson-rbush": "^7.0.0", + "@turf/great-circle": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/hex-grid": "^7.0.0", + "@turf/interpolate": "^7.0.0", + "@turf/intersect": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/isobands": "^7.0.0", + "@turf/isolines": "^7.0.0", + "@turf/kinks": "^7.0.0", + "@turf/length": "^7.0.0", + "@turf/line-arc": "^7.0.0", + "@turf/line-chunk": "^7.0.0", + "@turf/line-intersect": "^7.0.0", + "@turf/line-offset": "^7.0.0", + "@turf/line-overlap": "^7.0.0", + "@turf/line-segment": "^7.0.0", + "@turf/line-slice": "^7.0.0", + "@turf/line-slice-along": "^7.0.0", + "@turf/line-split": "^7.0.0", + "@turf/line-to-polygon": "^7.0.0", + "@turf/mask": "^7.0.0", + "@turf/meta": "^7.0.0", + "@turf/midpoint": "^7.0.0", + "@turf/moran-index": "^7.0.0", + "@turf/nearest-neighbor-analysis": "^7.0.0", + "@turf/nearest-point": "^7.0.0", + "@turf/nearest-point-on-line": "^7.0.0", + "@turf/nearest-point-to-line": "^7.0.0", + "@turf/planepoint": "^7.0.0", + "@turf/point-grid": "^7.0.0", + "@turf/point-on-feature": "^7.0.0", + "@turf/point-to-line-distance": "^7.0.0", + "@turf/points-within-polygon": "^7.0.0", + "@turf/polygon-smooth": "^7.0.0", + "@turf/polygon-tangents": "^7.0.0", + "@turf/polygon-to-line": "^7.0.0", + "@turf/polygonize": "^7.0.0", + "@turf/projection": "^7.0.0", + "@turf/quadrat-analysis": "^7.0.0", + "@turf/random": "^7.0.0", + "@turf/rectangle-grid": "^7.0.0", + "@turf/rewind": "^7.0.0", + "@turf/rhumb-bearing": "^7.0.0", + "@turf/rhumb-destination": "^7.0.0", + "@turf/rhumb-distance": "^7.0.0", + "@turf/sample": "^7.0.0", + "@turf/sector": "^7.0.0", + "@turf/shortest-path": "^7.0.0", + "@turf/simplify": "^7.0.0", + "@turf/square": "^7.0.0", + "@turf/square-grid": "^7.0.0", + "@turf/standard-deviational-ellipse": "^7.0.0", + "@turf/tag": "^7.0.0", + "@turf/tesselate": "^7.0.0", + "@turf/tin": "^7.0.0", + "@turf/transform-rotate": "^7.0.0", + "@turf/transform-scale": "^7.0.0", + "@turf/transform-translate": "^7.0.0", + "@turf/triangle-grid": "^7.0.0", + "@turf/truncate": "^7.0.0", + "@turf/union": "^7.0.0", + "@turf/unkink-polygon": "^7.0.0", + "@turf/voronoi": "^7.0.0", + "tslib": "^2.6.2" + }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "url": "https://opencollective.com/turf" } }, - "node_modules/remark/node_modules/micromark": { - "version": "2.11.4", - "resolved": "https://registry.npmjs.org/micromark/-/micromark-2.11.4.tgz", - "integrity": "sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], + "node_modules/turf-7/node_modules/@turf/along": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/along/-/along-7.0.0.tgz", + "integrity": "sha512-OyZcvwYwsLxlqC6ksFMNAkZ1fF/0Xfg38v4jx6D9OsaQcIDgvzXnlkuUnS3w11imfulokijkLEFnvJXFZKAzRw==", "dependencies": { - "debug": "^4.0.0", - "parse-entities": "^2.0.0" + "@turf/bearing": "^7.0.0", + "@turf/destination": "^7.0.0", + "@turf/distance": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/remark/node_modules/parse-entities": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz", - "integrity": "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==", - "dev": true, + "node_modules/turf-7/node_modules/@turf/angle": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/angle/-/angle-7.0.0.tgz", + "integrity": "sha512-3+Lp/fyJdtoS+zMu4ZGgV1PhXub7fiowvwId6w5fNtUHWaQ2e0fUgWMAv8opVSC9gRnUtOq2QuJZdIGQAL+fkQ==", "dependencies": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" + "@turf/bearing": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/rhumb-bearing": "^7.0.0", + "tslib": "^2.6.2" }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "url": "https://opencollective.com/turf" } }, - "node_modules/remark/node_modules/remark-parse": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-9.0.0.tgz", - "integrity": "sha512-geKatMwSzEXKHuzBNU1z676sGcDcFoChMK38TgdHJNAYfFtsfHDQG7MoJAjs6sgYMqyLduCYWDIWZIxiPeafEw==", - "dev": true, + "node_modules/turf-7/node_modules/@turf/area": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/area/-/area-7.0.0.tgz", + "integrity": "sha512-Q/P6OGV8dJJs1BiraKFNBjtsMbz7B52mLCtgKh3syzujSREMx52RlsiOBQp8GujFMMiau+Mt25XKbVwtjHVi8Q==", "dependencies": { - "mdast-util-from-markdown": "^0.8.0" + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "url": "https://opencollective.com/turf" } }, - "node_modules/remark/node_modules/trough": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/trough/-/trough-1.0.5.tgz", - "integrity": "sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==", - "dev": true, + "node_modules/turf-7/node_modules/@turf/bbox": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/bbox/-/bbox-7.0.0.tgz", + "integrity": "sha512-IyXG5HAsn6IZLdAtQo7aWYccjU5WsV+uzIzhGaXrh/qTVylSYmRiWgLdiekHZVED9nv9r7D/EJUMOT4zyA6POA==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" + }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "url": "https://opencollective.com/turf" } }, - "node_modules/remark/node_modules/unified": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/unified/-/unified-9.2.2.tgz", - "integrity": "sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ==", - "dev": true, + "node_modules/turf-7/node_modules/@turf/bbox-clip": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/bbox-clip/-/bbox-clip-7.0.0.tgz", + "integrity": "sha512-ZSReB14sSQpP5TE6g5SijVFijxMp8pyrM0PgEN1LR9Bm+nj7BmmGzHafV3lyteml2bmlFdQxkbTqcbvlVXS98g==", "dependencies": { - "bail": "^1.0.0", - "extend": "^3.0.0", - "is-buffer": "^2.0.0", - "is-plain-obj": "^2.0.0", - "trough": "^1.0.0", - "vfile": "^4.0.0" + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "url": "https://opencollective.com/turf" } }, - "node_modules/remark/node_modules/unist-util-stringify-position": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz", - "integrity": "sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==", - "dev": true, + "node_modules/turf-7/node_modules/@turf/bbox-polygon": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/bbox-polygon/-/bbox-polygon-7.0.0.tgz", + "integrity": "sha512-RMBADOr0zOhVhTidKXCAx1TLTzgBvZwQKI6KJ1FgoCPH7GMZZnMXGMvOtdQLdsplS4Zs6+NoVtaK2x0+EXdYJQ==", "dependencies": { - "@types/unist": "^2.0.2" + "@turf/helpers": "^7.0.0", + "tslib": "^2.6.2" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "url": "https://opencollective.com/turf" } }, - "node_modules/remark/node_modules/vfile": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/vfile/-/vfile-4.2.1.tgz", - "integrity": "sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==", - "dev": true, + "node_modules/turf-7/node_modules/@turf/bearing": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/bearing/-/bearing-7.0.0.tgz", + "integrity": "sha512-r6eBNqqiC8OtW+xIzu0ZyciAUfM85l2LVN2qpTeEyhnaNmnPw7hDsnqwZcbqoBFSLB66MO+BLH40X5OdaoRmmA==", "dependencies": { - "@types/unist": "^2.0.0", - "is-buffer": "^2.0.0", - "unist-util-stringify-position": "^2.0.0", - "vfile-message": "^2.0.0" + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "url": "https://opencollective.com/turf" } }, - "node_modules/remark/node_modules/vfile-message": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-2.0.4.tgz", - "integrity": "sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==", - "dev": true, + "node_modules/turf-7/node_modules/@turf/bezier-spline": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/bezier-spline/-/bezier-spline-7.0.0.tgz", + "integrity": "sha512-1FFVLc+oa5t9S7XWsYImfOVNLWESAJo3ztC4GRlGeAFQBi5z8kSptBaGRLkTn387lZLZ1VQXYRgAfR2mP69/VA==", "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-stringify-position": "^2.0.0" + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "url": "https://opencollective.com/turf" } }, - "node_modules/remove-bom-buffer": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/remove-bom-buffer/-/remove-bom-buffer-3.0.0.tgz", - "integrity": "sha512-8v2rWhaakv18qcvNeli2mZ/TMTL2nEyAKRvzo1WtnZBl15SHyEhrCu2/xKlJyUFKHiHgfXIyuY6g2dObJJycXQ==", - "dev": true, + "node_modules/turf-7/node_modules/@turf/boolean-clockwise": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/boolean-clockwise/-/boolean-clockwise-7.0.0.tgz", + "integrity": "sha512-Tn+ShgMcgIll+TeIAUHW0diPpxCN1PfQ6uZrwUJXzQXfoxlns16NvJByTBWCl+E9UCA+m1QRjHpVOzyf8pSOOQ==", "dependencies": { - "is-buffer": "^1.1.5", - "is-utf8": "^0.2.1" + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=0.10.0" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/remove-bom-stream": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/remove-bom-stream/-/remove-bom-stream-1.2.0.tgz", - "integrity": "sha512-wigO8/O08XHb8YPzpDDT+QmRANfW6vLqxfaXm1YXhnFf3AkSLyjfG3GEFg4McZkmgL7KvCj5u2KczkvSP6NfHA==", - "dev": true, + "node_modules/turf-7/node_modules/@turf/boolean-contains": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/boolean-contains/-/boolean-contains-7.0.0.tgz", + "integrity": "sha512-1NILJdO5OO1YrD7hYPlpahROkzd1DFA7Lcp7SxL+hTtKTp/a2iZx+K6u2qKMLUlPO1p2zhSbMfvjl1T6s/H8XQ==", "dependencies": { - "remove-bom-buffer": "^3.0.0", - "safe-buffer": "^5.1.0", - "through2": "^2.0.3" + "@turf/bbox": "^7.0.0", + "@turf/boolean-point-in-polygon": "^7.0.0", + "@turf/boolean-point-on-line": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">= 0.10" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/remove-trailing-separator": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", - "integrity": "sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==", - "dev": true - }, - "node_modules/renderkid": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-3.0.0.tgz", - "integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==", + "node_modules/turf-7/node_modules/@turf/boolean-crosses": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/boolean-crosses/-/boolean-crosses-7.0.0.tgz", + "integrity": "sha512-T8/U3fXvEaaf7NbRf42s7hnOYUarK7K1ztXOan0hESnWVzMRFwzIv9QeSW4mARAPU/oV1oOMhSITfbF/Et6W1A==", "dependencies": { - "css-select": "^4.1.3", - "dom-converter": "^0.2.0", - "htmlparser2": "^6.1.0", - "lodash": "^4.17.21", - "strip-ansi": "^6.0.1" + "@turf/boolean-point-in-polygon": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/line-intersect": "^7.0.0", + "@turf/polygon-to-line": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/renderkid/node_modules/css-select": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", - "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", + "node_modules/turf-7/node_modules/@turf/boolean-disjoint": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/boolean-disjoint/-/boolean-disjoint-7.0.0.tgz", + "integrity": "sha512-MAHKqMtdktgxFnz9XFrzyN+VTtmNSd+PgRyo/CT9ucsZ18hd3PV9Y3obGw/k0T6AglMivhBadlHiSMnTfed4Qg==", "dependencies": { - "boolbase": "^1.0.0", - "css-what": "^6.0.1", - "domhandler": "^4.3.1", - "domutils": "^2.8.0", - "nth-check": "^2.0.1" + "@turf/boolean-point-in-polygon": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/line-intersect": "^7.0.0", + "@turf/meta": "^7.0.0", + "@turf/polygon-to-line": "^7.0.0", + "tslib": "^2.6.2" }, "funding": { - "url": "https://github.com/sponsors/fb55" + "url": "https://opencollective.com/turf" } }, - "node_modules/renderkid/node_modules/dom-serializer": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", - "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", + "node_modules/turf-7/node_modules/@turf/boolean-equal": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/boolean-equal/-/boolean-equal-7.0.0.tgz", + "integrity": "sha512-9C7xkxOyqN0/8Ze4TrysKWWYZxWB0s6zSBaADuVhaIsFzfwvC5wbEpwOL8pRop++7YRRlJ92QM8Bq53DU8+7LQ==", "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^4.2.0", - "entities": "^2.0.0" + "@turf/clean-coords": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" }, "funding": { - "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" + "url": "https://opencollective.com/turf" } }, - "node_modules/renderkid/node_modules/domhandler": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", - "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", + "node_modules/turf-7/node_modules/@turf/boolean-intersects": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/boolean-intersects/-/boolean-intersects-7.0.0.tgz", + "integrity": "sha512-+jNZw/ziZ2xyeDoasuwubVu3arRS71i6tSxvnPQmsWISki6rLJF7OQEkc9LNIllYlADCZUkUTJ1OktznrEUDkA==", "dependencies": { - "domelementtype": "^2.2.0" - }, - "engines": { - "node": ">= 4" + "@turf/boolean-disjoint": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" }, "funding": { - "url": "https://github.com/fb55/domhandler?sponsor=1" + "url": "https://opencollective.com/turf" } }, - "node_modules/renderkid/node_modules/domutils": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", - "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", + "node_modules/turf-7/node_modules/@turf/boolean-overlap": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/boolean-overlap/-/boolean-overlap-7.0.0.tgz", + "integrity": "sha512-mnZxjGSs8OuH/+QUuP5FGkut2bLr1FGZ63ThJ97aUuJP+lZQnYnkPdT1hQIdcyhtTQgF1yOM7EH+O//DkoROpA==", "dependencies": { - "dom-serializer": "^1.0.1", - "domelementtype": "^2.2.0", - "domhandler": "^4.2.0" + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/line-intersect": "^7.0.0", + "@turf/line-overlap": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" }, "funding": { - "url": "https://github.com/fb55/domutils?sponsor=1" + "url": "https://opencollective.com/turf" } }, - "node_modules/renderkid/node_modules/entities": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", - "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", + "node_modules/turf-7/node_modules/@turf/boolean-parallel": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/boolean-parallel/-/boolean-parallel-7.0.0.tgz", + "integrity": "sha512-OTL9XLjzRulLPQ12il3my9fLhemHsoyYe/owxNYz+kYtUyDHQ6lRz6vEaI3W7MKY9fnqwuIdJQpckOL5TH2cPQ==", + "dependencies": { + "@turf/clean-coords": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/line-segment": "^7.0.0", + "@turf/rhumb-bearing": "^7.0.0", + "tslib": "^2.6.2" + }, "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" + "url": "https://opencollective.com/turf" } }, - "node_modules/renderkid/node_modules/htmlparser2": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz", - "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", - "funding": [ - "https://github.com/fb55/htmlparser2?sponsor=1", - { - "type": "github", - "url": "https://github.com/sponsors/fb55" - } - ], + "node_modules/turf-7/node_modules/@turf/boolean-point-in-polygon": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/boolean-point-in-polygon/-/boolean-point-in-polygon-7.0.0.tgz", + "integrity": "sha512-Z9swETfICqUJ8iVLZimvIOh8r4Wrlu9/X/c/5vIEeVvG4Lu78Ztmgu1KaobZJFC93/ntOAjMBavc9aNgw7TXgQ==", "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^4.0.0", - "domutils": "^2.5.2", - "entities": "^2.0.0" - } - }, - "node_modules/repeat-element": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.4.tgz", - "integrity": "sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", - "integrity": "sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==", - "dev": true, - "engines": { - "node": ">=0.10" - } - }, - "node_modules/replace-ext": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.1.tgz", - "integrity": "sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw==", - "dev": true, - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/require-from-string": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", - "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/require-like": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/require-like/-/require-like-0.1.2.tgz", - "integrity": "sha512-oyrU88skkMtDdauHDuKVrgR+zuItqr6/c//FXzvmxRGMexSDc6hNvJInGW3LL46n+8b50RykrvwSUIIQH2LQ5A==", - "engines": { - "node": "*" - } - }, - "node_modules/require-main-filename": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", - "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", - "dev": true - }, - "node_modules/requires-port": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", - "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==" - }, - "node_modules/resolve": { - "version": "1.22.8", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", - "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "point-in-polygon-hao": "^1.1.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/turf-7/node_modules/@turf/boolean-point-on-line": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/boolean-point-on-line/-/boolean-point-on-line-7.0.0.tgz", + "integrity": "sha512-9/1hj2MxcUU4fZu+MQC6rdMsdvAYNTtfxssLrZ1dGXo+NcAoWFbZSrfk62pSJBflveyKY5kXPYY+xQfLT0NeDQ==", "dependencies": { - "is-core-module": "^2.13.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" }, - "bin": { - "resolve": "bin/resolve" + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/turf-7/node_modules/@turf/boolean-within": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/boolean-within/-/boolean-within-7.0.0.tgz", + "integrity": "sha512-QmOX34T7z9wzuzUVsXx3KMCMsxLi71/SOcrgkcHhcWsThx+VPPmyIUtTa8XnBt1BBlx7IIrR2pAeORkUi0CdEg==", + "dependencies": { + "@turf/bbox": "^7.0.0", + "@turf/boolean-point-in-polygon": "^7.0.0", + "@turf/boolean-point-on-line": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "url": "https://opencollective.com/turf" } }, - "node_modules/resolve-alpn": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/resolve-alpn/-/resolve-alpn-1.2.1.tgz", - "integrity": "sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g==" + "node_modules/turf-7/node_modules/@turf/buffer": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/buffer/-/buffer-7.0.0.tgz", + "integrity": "sha512-viw3XjTtYVtkq5DkRDBQjXoi5QeEMhe4JHWXIfHMHs4o5F9B+lZ8+TtXWo18X5aAXknv6ib1z2syoaQdBpb5Xw==", + "dependencies": { + "@turf/bbox": "^7.0.0", + "@turf/center": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/jsts": "^2.7.1", + "@turf/meta": "^7.0.0", + "@turf/projection": "^7.0.0", + "d3-geo": "1.7.1" + }, + "funding": { + "url": "https://opencollective.com/turf" + } }, - "node_modules/resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", - "engines": { - "node": ">=4" + "node_modules/turf-7/node_modules/@turf/center": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/center/-/center-7.0.0.tgz", + "integrity": "sha512-5RZia9uuWxz2oCyd1vsNkBeraBNdwCsIo4UGRQdyswBeLFVbRwIUa7M7+2z2D7B1YIgovuLIRVfk6FeWUQXDtQ==", + "dependencies": { + "@turf/bbox": "^7.0.0", + "@turf/helpers": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/resolve-options": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/resolve-options/-/resolve-options-1.1.0.tgz", - "integrity": "sha512-NYDgziiroVeDC29xq7bp/CacZERYsA9bXYd1ZmcJlF3BcrZv5pTb4NG7SjdyKDnXZ84aC4vo2u6sNKIA1LCu/A==", - "dev": true, + "node_modules/turf-7/node_modules/@turf/center-mean": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/center-mean/-/center-mean-7.0.0.tgz", + "integrity": "sha512-pneYkH6/4a6gDDvhVL2by9OCJ4yTIANoHQ4JpYVjvB1VlQWrVI5qQd80+q3bMKCDWaACEq8UWa/5NmvKlSRT3A==", "dependencies": { - "value-or-function": "^3.0.0" + "@turf/bbox": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">= 0.10" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/resolve-pathname": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/resolve-pathname/-/resolve-pathname-3.0.0.tgz", - "integrity": "sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==" + "node_modules/turf-7/node_modules/@turf/center-median": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/center-median/-/center-median-7.0.0.tgz", + "integrity": "sha512-ppCVjwwNe3Rz86TQp+zt9uFI9ZlFwu2miQtpFVcv2ej9IN2D5PUIRnehWgVeQ+yZ+ocMjMNLMcackUnqeKR4FA==", + "dependencies": { + "@turf/center-mean": "^7.0.0", + "@turf/centroid": "^7.0.0", + "@turf/distance": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } }, - "node_modules/resolve-url": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", - "integrity": "sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==", - "deprecated": "https://github.com/lydell/resolve-url#deprecated", - "dev": true + "node_modules/turf-7/node_modules/@turf/center-of-mass": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/center-of-mass/-/center-of-mass-7.0.0.tgz", + "integrity": "sha512-vnD43bX4jl1ViDjY+nxISeQd8vfPqvLw+0N1MxpweCh5S85DNqUg6J8GXC1kbZlfOBS3mS9p2CW1Rfg4ggiGHw==", + "dependencies": { + "@turf/centroid": "^7.0.0", + "@turf/convex": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } }, - "node_modules/responselike": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/responselike/-/responselike-3.0.0.tgz", - "integrity": "sha512-40yHxbNcl2+rzXvZuVkrYohathsSJlMTXKryG5y8uciHv1+xDLHQpgjG64JUO9nrEq2jGLH6IZ8BcZyw3wrweg==", + "node_modules/turf-7/node_modules/@turf/centroid": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/centroid/-/centroid-7.0.0.tgz", + "integrity": "sha512-TMKp5yadglNVRxX3xuk1qQDEy5JFHmlYVBamzXuD8DL8rYdVog2x4gQHrwn7xrUyAlKJ4fUZZPkYBWfW6TDWbw==", "dependencies": { - "lowercase-keys": "^3.0.0" + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=14.16" + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/turf-7/node_modules/@turf/circle": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/circle/-/circle-7.0.0.tgz", + "integrity": "sha512-rRMthTL5+mhiFXQwlk4jUuf0pkqDAhry/El03VNYNyDGOx4N6p0XMmgbIdJmG6ZooinHpHfMU4N8ZQ9Xo6vVPA==", + "dependencies": { + "@turf/destination": "^7.0.0", + "@turf/helpers": "^7.0.0", + "tslib": "^2.6.2" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://opencollective.com/turf" } }, - "node_modules/ret": { - "version": "0.1.15", - "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz", - "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==", - "dev": true, - "engines": { - "node": ">=0.12" + "node_modules/turf-7/node_modules/@turf/clean-coords": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/clean-coords/-/clean-coords-7.0.0.tgz", + "integrity": "sha512-kaKR4/NnhZpgC+hWY3MfPqV2KwzG4Vr66WH59GbT5B2tvAOJqAYUmq+rgyMsG6xA3fTBL3neDW0bY1DHFVcvHQ==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/retry": { - "version": "0.13.1", - "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", - "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", - "engines": { - "node": ">= 4" + "node_modules/turf-7/node_modules/@turf/clone": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/clone/-/clone-7.0.0.tgz", + "integrity": "sha512-bQBx/wbQoGNtZzuHetLt44NMqOCnjSXcvTWm+LJ7YTmwrqZVAjISDhFxgawY/L+G3p+ya5WoxQwZWak80uYg3A==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/reusify": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", - "engines": { - "iojs": ">=1.0.0", - "node": ">=0.10.0" + "node_modules/turf-7/node_modules/@turf/clusters": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/clusters/-/clusters-7.0.0.tgz", + "integrity": "sha512-s96uAedbT+9JX6Cg11TsjyZRZIOYABBplA7vKlFgfEKitscCRFUP+pVgiRXy8wBgyKsXqG28DJr96kXQaJKSeg==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "node_modules/turf-7/node_modules/@turf/clusters-dbscan": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/clusters-dbscan/-/clusters-dbscan-7.0.0.tgz", + "integrity": "sha512-q8P7MjD0jGhNOzE+I6Cj8UiVaqkuDV27nGA8fLZWNxLW27+X2QJzU+NFLkx0suV9ApmCWRiaIyWUHWG9uZntxA==", "dependencies": { - "glob": "^7.1.3" + "@turf/clone": "^7.0.0", + "@turf/distance": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "rbush": "^3.0.1", + "tslib": "^2.6.2" }, - "bin": { - "rimraf": "bin.js" + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/turf-7/node_modules/@turf/clusters-kmeans": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/clusters-kmeans/-/clusters-kmeans-7.0.0.tgz", + "integrity": "sha512-ZwN4sLcTgeD7meryarJZunLXISHM7ZLc0S7Lgwv64fYsYU2ea64BMst5mRFCZsrrlFdYmrwUo4DlihL8k9XLKw==", + "dependencies": { + "@turf/clone": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/meta": "^7.0.0", + "skmeans": "0.9.7", + "tslib": "^2.6.2" }, "funding": { - "url": "https://github.com/sponsors/isaacs" + "url": "https://opencollective.com/turf" } }, - "node_modules/rimraf/node_modules/glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "node_modules/turf-7/node_modules/@turf/collect": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/collect/-/collect-7.0.0.tgz", + "integrity": "sha512-zgKPVVmNr/5OJiHLnQAzDCMv1xDxwuNw8PfCPYkek8s2dvr9LFlEMfPxnp9hY+/oHJx8+1mC01c9qgb7hF8yPQ==", "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" + "@turf/bbox": "^7.0.0", + "@turf/boolean-point-in-polygon": "^7.0.0", + "@turf/helpers": "^7.0.0", + "rbush": "^3.0.1", + "tslib": "^2.6.2" }, - "engines": { - "node": "*" + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/turf-7/node_modules/@turf/combine": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/combine/-/combine-7.0.0.tgz", + "integrity": "sha512-xNg6XGAwEWmpjYImJ3+vie+ASKQ7dzUrwUDJ5DOOS8XonLkVAIGus+qDoXdIzAcb9jqSaSFC4sGmQFdTM1Sj1w==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" }, "funding": { - "url": "https://github.com/sponsors/isaacs" + "url": "https://opencollective.com/turf" } }, - "node_modules/robust-predicates": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-2.0.4.tgz", - "integrity": "sha512-l4NwboJM74Ilm4VKfbAtFeGq7aEjWL+5kVFcmgFA2MrdnQWx9iE/tUGvxY5HyMI7o/WpSIUFLbC5fbeaHgSCYg==" + "node_modules/turf-7/node_modules/@turf/concave": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/concave/-/concave-7.0.0.tgz", + "integrity": "sha512-iwrLBgCUgsquvLSCnzppPVDWGLoCjVDV9xgg7jncbi9aURuGPfhHd5eaC9fyxtIlSbcfrSDXSHJLoeC6bpmlOw==", + "dependencies": { + "@turf/clone": "^7.0.0", + "@turf/distance": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/meta": "^7.0.0", + "@turf/tin": "^7.0.0", + "topojson-client": "3.x", + "topojson-server": "3.x", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } }, - "node_modules/rtl-detect": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/rtl-detect/-/rtl-detect-1.1.2.tgz", - "integrity": "sha512-PGMBq03+TTG/p/cRB7HCLKJ1MgDIi07+QU1faSjiYRfmY5UsAttV9Hs08jDAHVwcOwmVLcSJkpwyfXszVjWfIQ==" + "node_modules/turf-7/node_modules/@turf/convex": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/convex/-/convex-7.0.0.tgz", + "integrity": "sha512-iAAwC1FPB4aiA7djUU/pk7lMgWjACbQOB2oX6cH39P5M7W6GXhrTEvYAx+thBtNq+M6BPk/gk3bU1BjZFrQ4+g==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "concaveman": "^1.2.1", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } }, - "node_modules/rtlcss": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-4.1.1.tgz", - "integrity": "sha512-/oVHgBtnPNcggP2aVXQjSy6N1mMAfHg4GSag0QtZBlD5bdDgAHwr4pydqJGd+SUCu9260+Pjqbjwtvu7EMH1KQ==", + "node_modules/turf-7/node_modules/@turf/destination": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/destination/-/destination-7.0.0.tgz", + "integrity": "sha512-wXfLd37ul7xuFvv4L7dtNQOZnmYepnrsMZrxbmxvy2SCnF+Rzf1C7D1NQ6+Nx5SInB/SbTfi6SCDgyfB8MOawQ==", "dependencies": { - "escalade": "^3.1.1", - "picocolors": "^1.0.0", - "postcss": "^8.4.21", - "strip-json-comments": "^3.1.1" + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" }, - "bin": { - "rtlcss": "bin/rtlcss.js" + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/turf-7/node_modules/@turf/difference": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/difference/-/difference-7.0.0.tgz", + "integrity": "sha512-JCPRuGcOkT+Hq5PJcEUhkCheTyJcwB5dS1SIJGhDDNOJp8m8REHFJCmvxA3K40demovbyDLk85AojYpJ3jlALQ==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "polygon-clipping": "^0.15.3", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=12.0.0" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/rtlcss/node_modules/strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", - "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", - "engines": { - "node": ">=8" + "node_modules/turf-7/node_modules/@turf/dissolve": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/dissolve/-/dissolve-7.0.0.tgz", + "integrity": "sha512-WUapSrl4nTpKGQ9uacfefPNI8mEl0PYrCN6vDTs2W4k6UT9NdeJYNPaR6275nAoOUEL9t9K+adPgdMltm/EG3g==", + "dependencies": { + "@turf/flatten": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/meta": "^7.0.0", + "polygon-clipping": "^0.15.3", + "tslib": "^2.6.2" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://opencollective.com/turf" } }, - "node_modules/run-parallel": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], + "node_modules/turf-7/node_modules/@turf/distance": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/distance/-/distance-7.0.0.tgz", + "integrity": "sha512-DBPKhHABpPZ0KRduRpEaoi8MB6r1DVuyyps68VFH2Qi5H0ZnFtJFj7nQxBPZR3bVpbUq4zzu7I+MiNAd3ujFWQ==", "dependencies": { - "queue-microtask": "^1.2.2" + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] + "node_modules/turf-7/node_modules/@turf/distance-weight": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/distance-weight/-/distance-weight-7.0.0.tgz", + "integrity": "sha512-BFftfC1QdtcJNMx4TOYxkHX/xsy4FjiG4tdEgdx99DBZ4L1RS/qqgC1O943WuqbfvJTn15E6ka0Rkep2/90IMA==", + "dependencies": { + "@turf/centroid": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } }, - "node_modules/safe-json-parse": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/safe-json-parse/-/safe-json-parse-1.0.1.tgz", - "integrity": "sha512-o0JmTu17WGUaUOHa1l0FPGXKBfijbxK6qoHzlkihsDXxzBHvJcA7zgviKR92Xs841rX9pK16unfphLq0/KqX7A==", - "dev": true + "node_modules/turf-7/node_modules/@turf/ellipse": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/ellipse/-/ellipse-7.0.0.tgz", + "integrity": "sha512-bdHzKPfxIWVz3p7jlsyi89BAxvjIhxCgLzDXKYp4tSf2LYGpkfWpSJA2bRnj7TuEq5zYQR8L5LJhn7jg0hehlg==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/rhumb-destination": "^7.0.0", + "@turf/transform-rotate": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } }, - "node_modules/safe-regex": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz", - "integrity": "sha512-aJXcif4xnaNUzvUuC5gcb46oTS7zvg4jpMTnuqtrEPlR3vFr4pxtdTwaF1Qs3Enjn9HK+ZlwQui+a7z0SywIzg==", - "dev": true, + "node_modules/turf-7/node_modules/@turf/envelope": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/envelope/-/envelope-7.0.0.tgz", + "integrity": "sha512-110YN+9PmhRYE7co+4ewB/IY3SL9q90mw5FoXrv97VRYVlf8jQCa2mwSalMiuAGnhvfG+Yq1k+ibjjLJcS3gWA==", "dependencies": { - "ret": "~0.1.10" + "@turf/bbox": "^7.0.0", + "@turf/bbox-polygon": "^7.0.0", + "@turf/helpers": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" - }, - "node_modules/sax": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/sax/-/sax-1.3.0.tgz", - "integrity": "sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==" + "node_modules/turf-7/node_modules/@turf/explode": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/explode/-/explode-7.0.0.tgz", + "integrity": "sha512-q7KZ/PxY9zHN4UGXaADUpsHGkj8lbexVZxdBnp0nEfTHm/ziLTAfpI15CdAknoz4Ee8k8tx7ldosVjjg7YJ3/g==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } }, - "node_modules/scheduler": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz", - "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==", + "node_modules/turf-7/node_modules/@turf/flatten": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/flatten/-/flatten-7.0.0.tgz", + "integrity": "sha512-QVTPgE9PdulQiQPglQ+mXpThBfp3v5RhCSupBCAoqOkqo/KfnliHqJXmVTaZotUZnMgc3wbAMJtSJvDRhTnFFA==", "dependencies": { - "loose-envify": "^1.1.0" + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/schema-utils": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", - "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", + "node_modules/turf-7/node_modules/@turf/flip": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/flip/-/flip-7.0.0.tgz", + "integrity": "sha512-8yqhjXhqKF9fqN4ZfLgVNKCX0AVDaOY9KzD3AGQ+UiRHgmnY/F/T8Np9hSgEVQl1E9N6GXWF/7d8fOTVKCFCbQ==", "dependencies": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.9.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.1.0" + "@turf/clone": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">= 12.13.0" + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/turf-7/node_modules/@turf/great-circle": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/great-circle/-/great-circle-7.0.0.tgz", + "integrity": "sha512-onZYQ4ZiN2sIff8j648k+eaeavC+W2wG9L+7wSZjWgeaM4t40r3ZhcJLwqmMUSHxccACNlnINukQodulsflFDg==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" + "url": "https://opencollective.com/turf" } }, - "node_modules/search-insights": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/search-insights/-/search-insights-2.13.0.tgz", - "integrity": "sha512-Orrsjf9trHHxFRuo9/rzm0KIWmgzE8RMlZMzuhZOJ01Rnz3D0YBAe+V6473t6/H6c7irs6Lt48brULAiRWb3Vw==", - "peer": true + "node_modules/turf-7/node_modules/@turf/helpers": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/helpers/-/helpers-7.0.0.tgz", + "integrity": "sha512-vwZvxRuyjGpGXvhXSbT9mX6FK92dBMLWbMbDJ/MXQUPx17ReVPFc+6N6IcxAzZfkiCnqy7vpuq0c+/TTrQxIiA==", + "dependencies": { + "deep-equal": "^2.2.3", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } }, - "node_modules/section-matter": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/section-matter/-/section-matter-1.0.0.tgz", - "integrity": "sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==", + "node_modules/turf-7/node_modules/@turf/hex-grid": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/hex-grid/-/hex-grid-7.0.0.tgz", + "integrity": "sha512-6vWO/eVyCvk9mUOj7wxCRUSFpZ0Rlqo4fLvAWX+WsNlOn7xnYs8TFXyiVuWcJdWiMX/LzjOF2OTI6HXF3BhEAQ==", "dependencies": { - "extend-shallow": "^2.0.1", - "kind-of": "^6.0.0" + "@turf/distance": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/intersect": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=4" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/select-hose": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", - "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==" + "node_modules/turf-7/node_modules/@turf/interpolate": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/interpolate/-/interpolate-7.0.0.tgz", + "integrity": "sha512-ERorrpqItp/qrVtkCkFhB0i4fgjb27cCObTucWdSVUMEitH2ieEQzysmghtyq2F6zq1DW3tC33Jjr79IDj+X6A==", + "dependencies": { + "@turf/bbox": "^7.0.0", + "@turf/centroid": "^7.0.0", + "@turf/clone": "^7.0.0", + "@turf/distance": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/hex-grid": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/meta": "^7.0.0", + "@turf/point-grid": "^7.0.0", + "@turf/square-grid": "^7.0.0", + "@turf/triangle-grid": "^7.0.0" + }, + "funding": { + "url": "https://opencollective.com/turf" + } }, - "node_modules/selfsigned": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.4.1.tgz", - "integrity": "sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==", + "node_modules/turf-7/node_modules/@turf/intersect": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/intersect/-/intersect-7.0.0.tgz", + "integrity": "sha512-2GL9yAPwmzkec5UiuPbVdLpPVsJIRVl8obPu4oMzhOMKVqw3UGsFGCjWNOY2cKg2cN8E7ijfAEoFNztLyNPY+g==", "dependencies": { - "@types/node-forge": "^1.3.0", - "node-forge": "^1" + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "polygon-clipping": "^0.15.3", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=10" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/semver": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", - "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", + "node_modules/turf-7/node_modules/@turf/invariant": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/invariant/-/invariant-7.0.0.tgz", + "integrity": "sha512-Kayszfz3W8yJ1/cIA3/aNSzAuw7QgSp+IwsSmhLAfp4DbjV0o6sjxRZXRY2gRstZHqkNHSSEeir8V/icdO8sjA==", "dependencies": { - "lru-cache": "^6.0.0" + "@turf/helpers": "^7.0.0", + "tslib": "^2.6.2" }, - "bin": { - "semver": "bin/semver.js" + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/turf-7/node_modules/@turf/isobands": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/isobands/-/isobands-7.0.0.tgz", + "integrity": "sha512-2l+FIbywYPCsus8+H6eSyyf3Xsrbe+Zi0NbgpVDScvR9TVu55ta0KMvQdS4aMEtg9ADlQa/C81hZhmYsBtvLug==", + "dependencies": { + "@turf/area": "^7.0.0", + "@turf/bbox": "^7.0.0", + "@turf/boolean-point-in-polygon": "^7.0.0", + "@turf/explode": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/meta": "^7.0.0", + "marchingsquares": "^1.3.3", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=10" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/semver-diff": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-4.0.0.tgz", - "integrity": "sha512-0Ju4+6A8iOnpL/Thra7dZsSlOHYAHIeMxfhWQRI1/VLcT3WDBZKKtQt/QkBOsiIN9ZpuvHE6cGZ0x4glCMmfiA==", + "node_modules/turf-7/node_modules/@turf/isolines": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/isolines/-/isolines-7.0.0.tgz", + "integrity": "sha512-3LqwbzHnZ19gca5VC08XnHK36iRw2tEKjVtrI87iq6QEN9rR4FYcZOCmkPznYKwMKr44KkZKOlfNq/s72s1t3w==", "dependencies": { - "semver": "^7.3.5" + "@turf/bbox": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/meta": "^7.0.0", + "marchingsquares": "^1.3.3", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=12" + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/turf-7/node_modules/@turf/kinks": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/kinks/-/kinks-7.0.0.tgz", + "integrity": "sha512-rUzx2G4NSb7f+SMjuBZBakrK4BrS3pfb67vYH8XQA28C9NBRQcZqJBCjXqA079q16GXiDpjCLianQMewtd6ksw==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "sweepline-intersections": "^1.5.0", + "tslib": "^2.6.2" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://opencollective.com/turf" } }, - "node_modules/semver/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "node_modules/turf-7/node_modules/@turf/length": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/length/-/length-7.0.0.tgz", + "integrity": "sha512-B+ABesWLtQc8W310LJ8kmUn//NfpUUhsm4Gwt9ZHNYxBVV+FNolY965F7DYm/tvLMZP9bGMomTlczFWV7O4YIA==", "dependencies": { - "yallist": "^4.0.0" + "@turf/distance": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=10" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/semver/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + "node_modules/turf-7/node_modules/@turf/line-arc": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/line-arc/-/line-arc-7.0.0.tgz", + "integrity": "sha512-kxZJlbQHR5F7toJ7QR+qF4eWX74RydGavCr2/IPOjcFK1mcSkTfyiSli3pciavD4eH3tHx0flTqH2poqTQxtyg==", + "dependencies": { + "@turf/circle": "^7.0.0", + "@turf/destination": "^7.0.0", + "@turf/helpers": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } }, - "node_modules/send": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", - "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", + "node_modules/turf-7/node_modules/@turf/line-chunk": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/line-chunk/-/line-chunk-7.0.0.tgz", + "integrity": "sha512-oA4GuUSxof3o0JOhNyS+CdzpqJ0VFro8RlGkTtymMhEMly4T7xjbMdffIrJ9o8hpnNKdwkJs4bcB98UD8sSPeA==", "dependencies": { - "debug": "2.6.9", - "depd": "2.0.0", - "destroy": "1.2.0", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "2.0.0", - "mime": "1.6.0", - "ms": "2.1.3", - "on-finished": "2.4.1", - "range-parser": "~1.2.1", - "statuses": "2.0.1" + "@turf/helpers": "^7.0.0", + "@turf/length": "^7.0.0", + "@turf/line-slice-along": "^7.0.0", + "@turf/meta": "^7.0.0" }, - "engines": { - "node": ">= 0.8.0" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/send/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "node_modules/turf-7/node_modules/@turf/line-intersect": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/line-intersect/-/line-intersect-7.0.0.tgz", + "integrity": "sha512-vxCwzxCbTyKXO3GsEFQ8hyH1nLQShBhvFobRM2bLrbBlP2fWY9LDGixBcmWuOwV/G/wpQJxAjBJ6IYHjKIJqyA==", "dependencies": { - "ms": "2.0.0" + "@turf/helpers": "^7.0.0", + "sweepline-intersections": "^1.5.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/send/node_modules/debug/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + "node_modules/turf-7/node_modules/@turf/line-offset": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/line-offset/-/line-offset-7.0.0.tgz", + "integrity": "sha512-ZQHAuR2y0ktG8uYAbaxGsJh931oCBwrxzOjiRtOcMifc/Hty37WFVaE9rCDrYrMLut7Ye9JQ36c6DMOljOLkMA==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/meta": "^7.0.0" + }, + "funding": { + "url": "https://opencollective.com/turf" + } }, - "node_modules/send/node_modules/ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + "node_modules/turf-7/node_modules/@turf/line-overlap": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/line-overlap/-/line-overlap-7.0.0.tgz", + "integrity": "sha512-yYjT0Qe2WIvf3InuSzobmEkD4XguoimdzXt23eHFF/RKNubAwwdFDeLbmyA7fNZFGrMLNEl/zYvgBVXiQ7tihg==", + "dependencies": { + "@turf/boolean-point-on-line": "^7.0.0", + "@turf/geojson-rbush": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/line-segment": "^7.0.0", + "@turf/meta": "^7.0.0", + "@turf/nearest-point-on-line": "^7.0.0", + "deep-equal": "^2.2.3", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } }, - "node_modules/send/node_modules/range-parser": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", - "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", - "engines": { - "node": ">= 0.6" + "node_modules/turf-7/node_modules/@turf/line-segment": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/line-segment/-/line-segment-7.0.0.tgz", + "integrity": "sha512-Fn8IPEMGQyDAJjjrEOrF0VUCdRosjdvd9x38gq73Qg5oSsZ4p9DdMdgydK27XL74/ivM4+CtDqQkHcj5Aec/yw==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/serialize-javascript": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", - "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", + "node_modules/turf-7/node_modules/@turf/line-slice": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/line-slice/-/line-slice-7.0.0.tgz", + "integrity": "sha512-De+j4QTdoHguYu4S3UqOdU8GEg7VrVqQ67SkGzgFWL/SFh3V98+KDhxFIMA1OmzOc5/ox3yUQ8a/BOYslAV4DA==", "dependencies": { - "randombytes": "^2.1.0" + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/nearest-point-on-line": "^7.0.0" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/serve-handler": { - "version": "6.1.5", - "resolved": "https://registry.npmjs.org/serve-handler/-/serve-handler-6.1.5.tgz", - "integrity": "sha512-ijPFle6Hwe8zfmBxJdE+5fta53fdIY0lHISJvuikXB3VYFafRjMRpOffSPvCYsbKyBA7pvy9oYr/BT1O3EArlg==", + "node_modules/turf-7/node_modules/@turf/line-slice-along": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/line-slice-along/-/line-slice-along-7.0.0.tgz", + "integrity": "sha512-+HNcI8ilm7ma/oKm23f2ca+xaNe4IjDYAjtl2Peap3b39Y9UAgw6lXhIh/L+m/XQXKkdWOfmqf4J2ar0bgG9DQ==", "dependencies": { - "bytes": "3.0.0", - "content-disposition": "0.5.2", - "fast-url-parser": "1.1.3", - "mime-types": "2.1.18", - "minimatch": "3.1.2", - "path-is-inside": "1.0.2", - "path-to-regexp": "2.2.1", - "range-parser": "1.2.0" + "@turf/bearing": "^7.0.0", + "@turf/destination": "^7.0.0", + "@turf/distance": "^7.0.0", + "@turf/helpers": "^7.0.0" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/serve-handler/node_modules/path-to-regexp": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-2.2.1.tgz", - "integrity": "sha512-gu9bD6Ta5bwGrrU8muHzVOBFFREpp2iRkVfhBJahwJ6p6Xw20SjT0MxLnwkjOibQmGSYhiUnf2FLe7k+jcFmGQ==" + "node_modules/turf-7/node_modules/@turf/line-split": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/line-split/-/line-split-7.0.0.tgz", + "integrity": "sha512-LuJuO1bY++PJEQ7gqbkzdL8RP1pZRQdgoqaZTsMy5AhxfjMCSL4Bx3o8SYAtsQt6CTx17dMCqBcjmjZwqNJJ6w==", + "dependencies": { + "@turf/bbox": "^7.0.0", + "@turf/geojson-rbush": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/line-intersect": "^7.0.0", + "@turf/line-segment": "^7.0.0", + "@turf/meta": "^7.0.0", + "@turf/nearest-point-on-line": "^7.0.0", + "@turf/square": "^7.0.0", + "@turf/truncate": "^7.0.0" + }, + "funding": { + "url": "https://opencollective.com/turf" + } }, - "node_modules/serve-index": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", - "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==", + "node_modules/turf-7/node_modules/@turf/line-to-polygon": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/line-to-polygon/-/line-to-polygon-7.0.0.tgz", + "integrity": "sha512-NmrY1jFj4oW30TW2LNoL00/uNmF1bGeTU8W1EtCunoCUUOVD9XSCj0kdSuq+MJLBH06PzOL+2f1jKTFf0X7Kqg==", "dependencies": { - "accepts": "~1.3.4", - "batch": "0.6.1", - "debug": "2.6.9", - "escape-html": "~1.0.3", - "http-errors": "~1.6.2", - "mime-types": "~2.1.17", - "parseurl": "~1.3.2" + "@turf/bbox": "^7.0.0", + "@turf/clone": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">= 0.8.0" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/serve-index/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "node_modules/turf-7/node_modules/@turf/mask": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/mask/-/mask-7.0.0.tgz", + "integrity": "sha512-5vSNpN4rCRhEsS69d9u8USlFGdlf5rySCD701gzALNGpvTN4ViXoUUH9ysdqOdvp/IdC8thRP72Hget9fJKcfQ==", "dependencies": { - "ms": "2.0.0" + "@turf/helpers": "^7.0.0", + "polygon-clipping": "^0.15.3" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/serve-index/node_modules/depd": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", - "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", - "engines": { - "node": ">= 0.6" + "node_modules/turf-7/node_modules/@turf/meta": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/meta/-/meta-7.0.0.tgz", + "integrity": "sha512-cEXr13uFwhXq5mFBy0IK1U/QepE5qgk3zXpBYsla3lYV7cB83Vh+NNUR+r0/w/QoJqest1TG4H20F9tGYWPi/g==", + "dependencies": { + "@turf/helpers": "^7.0.0" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/serve-index/node_modules/http-errors": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", - "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==", + "node_modules/turf-7/node_modules/@turf/midpoint": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/midpoint/-/midpoint-7.0.0.tgz", + "integrity": "sha512-Zt0OgtByf5rTKT86WssAzNN2D7eqjay9ZlRb2rutynMyJDdLgbGPurTZIOXOP7ztGaS/WIMYlvPEveIp8ao1zQ==", "dependencies": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.0", - "statuses": ">= 1.4.0 < 2" + "@turf/bearing": "^7.0.0", + "@turf/destination": "^7.0.0", + "@turf/distance": "^7.0.0", + "@turf/helpers": "^7.0.0" }, - "engines": { - "node": ">= 0.6" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/serve-index/node_modules/inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==" - }, - "node_modules/serve-index/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - }, - "node_modules/serve-index/node_modules/setprototypeof": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", - "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==" - }, - "node_modules/serve-index/node_modules/statuses": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", - "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", - "engines": { - "node": ">= 0.6" + "node_modules/turf-7/node_modules/@turf/moran-index": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/moran-index/-/moran-index-7.0.0.tgz", + "integrity": "sha512-Vl3PD8wn8aBYZpQ7Kq+dWosiQP2HTeZmzEyQh7WGAUK7OunODFPIdObj6jLwKYj9ZW2XVxaGmogjVEmQ2/2FQQ==", + "dependencies": { + "@turf/distance-weight": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/serve-static": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", - "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", + "node_modules/turf-7/node_modules/@turf/nearest-point": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/nearest-point/-/nearest-point-7.0.0.tgz", + "integrity": "sha512-h3uLUoeo6JWTirpI499SRooqEoDxia2C/kDqAwAeXFqwxzGqGprtNA/C0bMgHfxE1M2rxORGzvgywKirpLu1dA==", "dependencies": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.3", - "send": "0.18.0" + "@turf/clone": "^7.0.0", + "@turf/distance": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">= 0.8.0" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/set-blocking": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", - "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==", - "dev": true - }, - "node_modules/set-function-length": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", - "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", + "node_modules/turf-7/node_modules/@turf/nearest-point-on-line": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/nearest-point-on-line/-/nearest-point-on-line-7.0.0.tgz", + "integrity": "sha512-ADf+oytqY3EVT/9JApoRr5H0f8wzkzeXhJUfTDEcWZoJqT/8lOX2HCo87b6+oEb1QIavlSogoku1+M5xMIcJLw==", "dependencies": { - "define-data-property": "^1.1.4", - "es-errors": "^1.3.0", - "function-bind": "^1.1.2", - "get-intrinsic": "^1.2.4", - "gopd": "^1.0.1", - "has-property-descriptors": "^1.0.2" + "@turf/bearing": "^7.0.0", + "@turf/destination": "^7.0.0", + "@turf/distance": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/line-intersect": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">= 0.4" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/set-function-name": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz", - "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==", + "node_modules/turf-7/node_modules/@turf/nearest-point-to-line": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/nearest-point-to-line/-/nearest-point-to-line-7.0.0.tgz", + "integrity": "sha512-DmbQ88nChkVD6pe9dbFZEBVtmcgrRFKSv1n3Y1Kka+BeDFzCfie2VJuhsrqrecRmLMIEf1tdVJL/MdpinnZZTQ==", "dependencies": { - "define-data-property": "^1.1.4", - "es-errors": "^1.3.0", - "functions-have-names": "^1.2.3", - "has-property-descriptors": "^1.0.2" + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/meta": "^7.0.0", + "@turf/point-to-line-distance": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">= 0.4" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/set-value": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz", - "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==", - "dev": true, + "node_modules/turf-7/node_modules/@turf/planepoint": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/planepoint/-/planepoint-7.0.0.tgz", + "integrity": "sha512-+/Sqk1I8QwlKsd0rfjwOac3BAdIBeyjN8Irgk2vYbxUADn6QWcxyYLro8DHUVrTu9jZfllc8QNpy9/6iUykm0A==", "dependencies": { - "extend-shallow": "^2.0.1", - "is-extendable": "^0.1.1", - "is-plain-object": "^2.0.3", - "split-string": "^3.0.1" + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0" }, - "engines": { - "node": ">=0.10.0" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/setprototypeof": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", - "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" - }, - "node_modules/shallow-clone": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", - "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", + "node_modules/turf-7/node_modules/@turf/point-grid": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/point-grid/-/point-grid-7.0.0.tgz", + "integrity": "sha512-vXtFeWFC0i9T71AVX5VdlqD2mlKhk649OF/pEJB9wtCGDHYax9kkObNDSz4mFAz4UqQ67P5Lipg8YYaawgmDZg==", "dependencies": { - "kind-of": "^6.0.2" + "@turf/boolean-within": "^7.0.0", + "@turf/distance": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=8" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/shallowequal": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz", - "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==" - }, - "node_modules/shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "node_modules/turf-7/node_modules/@turf/point-on-feature": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/point-on-feature/-/point-on-feature-7.0.0.tgz", + "integrity": "sha512-KTvYrQJEw62GLivd5LfCRt9z/4ZFdz29+3HxW9/RHhb8nrjLU8M8j7fJTQ+/Q+pPunWPK0Fvjv8LZAh0c30/oA==", "dependencies": { - "shebang-regex": "^3.0.0" + "@turf/boolean-point-in-polygon": "^7.0.0", + "@turf/center": "^7.0.0", + "@turf/explode": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/nearest-point": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=8" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", - "engines": { - "node": ">=8" + "node_modules/turf-7/node_modules/@turf/point-to-line-distance": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/point-to-line-distance/-/point-to-line-distance-7.0.0.tgz", + "integrity": "sha512-BMNy/vbvm9NjrgJq6MA3xhruy+cp/Wj+ff3fiu8Rdl5QX/dMwCeyCZuuvzCftup6GTPUhRbpe0YRFUBInGzx/g==", + "dependencies": { + "@turf/bearing": "^7.0.0", + "@turf/distance": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/meta": "^7.0.0", + "@turf/projection": "^7.0.0", + "@turf/rhumb-bearing": "^7.0.0", + "@turf/rhumb-distance": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/shell-quote": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz", - "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==", + "node_modules/turf-7/node_modules/@turf/points-within-polygon": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/points-within-polygon/-/points-within-polygon-7.0.0.tgz", + "integrity": "sha512-Nz4kLSitsfZH0jwgCA5PCVcCocMWNM5+0LZo13j2JoXP980zTwL5t6jiwS2qFoofNE0Q6RfjrfQ3kVm5/g1/bQ==", + "dependencies": { + "@turf/boolean-point-in-polygon": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" + }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "url": "https://opencollective.com/turf" } }, - "node_modules/shelljs": { - "version": "0.8.5", - "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz", - "integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==", + "node_modules/turf-7/node_modules/@turf/polygon-smooth": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/polygon-smooth/-/polygon-smooth-7.0.0.tgz", + "integrity": "sha512-1pY81xZivsToG8zFGvX/1NjrYCNOWm+fdtciWyF+tt0rGE/xvMwE4yiX1chDrKiV2X8W+Ip/ZLry3MIBcSUx0Q==", "dependencies": { - "glob": "^7.0.0", - "interpret": "^1.0.0", - "rechoir": "^0.6.2" - }, - "bin": { - "shjs": "bin/shjs" + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=4" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/shelljs/node_modules/glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "node_modules/turf-7/node_modules/@turf/polygon-tangents": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/polygon-tangents/-/polygon-tangents-7.0.0.tgz", + "integrity": "sha512-BNSKWqOTiCvVSj5CuLmkcHkagFsBSbUuSSffEGxC3cFY2tb0vP71nFE9qM+h9FpApkR6F/bWxRu5AxQ4oVHySQ==", "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" + "@turf/bbox": "^7.0.0", + "@turf/boolean-within": "^7.0.0", + "@turf/explode": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/nearest-point": "^7.0.0", + "tslib": "^2.6.2" }, "funding": { - "url": "https://github.com/sponsors/isaacs" + "url": "https://opencollective.com/turf" } }, - "node_modules/side-channel": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz", - "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", + "node_modules/turf-7/node_modules/@turf/polygon-to-line": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/polygon-to-line/-/polygon-to-line-7.0.0.tgz", + "integrity": "sha512-FkbxgABNzULN//WiSWiBqkbePbQANMmYKFgD6tUnVGldTFa1RuUjt/bgbvPjVHZfUdJieyxBszzl1dP0z8czDQ==", "dependencies": { - "call-bind": "^1.0.7", - "es-errors": "^1.3.0", - "get-intrinsic": "^1.2.4", - "object-inspect": "^1.13.1" - }, - "engines": { - "node": ">= 0.4" + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "url": "https://opencollective.com/turf" } }, - "node_modules/signal-exit": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" - }, - "node_modules/sirv": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/sirv/-/sirv-2.0.4.tgz", - "integrity": "sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==", + "node_modules/turf-7/node_modules/@turf/polygonize": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/polygonize/-/polygonize-7.0.0.tgz", + "integrity": "sha512-aTVANRcWHVFZIgUwH5H5BMn9OoGk8KI+mGe4H8cXQWUvarKUz86t8BkdkbWnsAfdOTrEwK4WFWtxfmeWwJUH7Q==", "dependencies": { - "@polka/url": "^1.0.0-next.24", - "mrmime": "^2.0.0", - "totalist": "^3.0.0" + "@turf/boolean-point-in-polygon": "^7.0.0", + "@turf/envelope": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">= 10" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/sisteransi": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", - "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" - }, - "node_modules/sitemap": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/sitemap/-/sitemap-7.1.1.tgz", - "integrity": "sha512-mK3aFtjz4VdJN0igpIJrinf3EO8U8mxOPsTBzSsy06UtjZQJ3YY3o3Xa7zSc5nMqcMrRwlChHZ18Kxg0caiPBg==", + "node_modules/turf-7/node_modules/@turf/projection": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/projection/-/projection-7.0.0.tgz", + "integrity": "sha512-EoPbZPZSDv0AJMfYhqnS455CVMYwPU78kHyQHeOnMR1Tc5z+TiImvyq55umhfecgpETzuDsjFkmeQ2phDKTmbA==", "dependencies": { - "@types/node": "^17.0.5", - "@types/sax": "^1.2.1", - "arg": "^5.0.0", - "sax": "^1.2.4" + "@turf/clone": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" }, - "bin": { - "sitemap": "dist/cli.js" + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/turf-7/node_modules/@turf/random": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/random/-/random-7.0.0.tgz", + "integrity": "sha512-l3+FW0pk6MUQx2lyMvzps2YQS7ovP6YoV0tVvuNaQq0UICB1P4EHJIKLMTe5pXk73Z3p0wTgnEPk0Z2lqWaeGQ==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=12.0.0", - "npm": ">=5.6.0" + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/turf-7/node_modules/@turf/rectangle-grid": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/rectangle-grid/-/rectangle-grid-7.0.0.tgz", + "integrity": "sha512-iLMRfaWs9+BlGaDP5ka7J9bTGFPGim1Tl38uNTPagIVxk6bNfB8156S9up+/7scpjuQGxY0ky3tlR9aVYlWNdw==", + "dependencies": { + "@turf/boolean-intersects": "^7.0.0", + "@turf/distance": "^7.0.0", + "@turf/helpers": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/sitemap/node_modules/@types/node": { - "version": "17.0.45", - "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.45.tgz", - "integrity": "sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==" - }, - "node_modules/skin-tone": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/skin-tone/-/skin-tone-2.0.0.tgz", - "integrity": "sha512-kUMbT1oBJCpgrnKoSr0o6wPtvRWT9W9UKvGLwfJYO2WuahZRHOpEyL1ckyMGgMWh0UdpmaoFqKKD29WTomNEGA==", + "node_modules/turf-7/node_modules/@turf/rewind": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/rewind/-/rewind-7.0.0.tgz", + "integrity": "sha512-kZwqJ4enmTZPDrI0rCf+zE9HChCuKKvD0kqZJo50XvfypfKVz5CI751Dgs/cslMIENyKFiHHHM4OMgouJ/lR1Q==", "dependencies": { - "unicode-emoji-modifier-base": "^1.0.0" + "@turf/boolean-clockwise": "^7.0.0", + "@turf/clone": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=8" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/skmeans": { - "version": "0.9.7", - "resolved": "https://registry.npmjs.org/skmeans/-/skmeans-0.9.7.tgz", - "integrity": "sha512-hNj1/oZ7ygsfmPZ7ZfN5MUBRoGg1gtpnImuJBgLO0ljQ67DtJuiQaiYdS4lUA6s0KCwnPhGivtC/WRwIZLkHyg==" + "node_modules/turf-7/node_modules/@turf/rhumb-bearing": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/rhumb-bearing/-/rhumb-bearing-7.0.0.tgz", + "integrity": "sha512-4qDggFDNBbWdD+o3H+vna5eiKCAsmqAueP3T5rSEB1ier77wVgjg7cs7eTrEBbpuCbPAho7NDNdyAjgItydgLQ==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } }, - "node_modules/slash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "engines": { - "node": ">=8" + "node_modules/turf-7/node_modules/@turf/rhumb-destination": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/rhumb-destination/-/rhumb-destination-7.0.0.tgz", + "integrity": "sha512-uYgqP8BGo8DBs6ZgjBo9SNCXc6BY+iA6OG7yPYSe4Lur2vu+LkbBXV6P3IodkeHyPex+X5ATea8QHutYQX6HUg==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/snapdragon": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz", - "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==", - "dev": true, + "node_modules/turf-7/node_modules/@turf/rhumb-distance": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/rhumb-distance/-/rhumb-distance-7.0.0.tgz", + "integrity": "sha512-VAZnZcHbHHUU/Li0sj50/T6bBGRWvJ6eOZmw2aZFxxnC+AkHv4LTKDf0wNsxR03ZwGEh4uJM8OuirNugLIhAyA==", "dependencies": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=0.10.0" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/snapdragon-node": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz", - "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", - "dev": true, + "node_modules/turf-7/node_modules/@turf/sample": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/sample/-/sample-7.0.0.tgz", + "integrity": "sha512-yCeITDVT3vWMaK/X1JF6jxEipgBCi2Foj87lVO7rcVg5pp/6c2S8BnFB5NoI0+HKXEpulG4eH57khUVND9VCGA==", "dependencies": { - "define-property": "^1.0.0", - "isobject": "^3.0.0", - "snapdragon-util": "^3.0.1" + "@turf/helpers": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=0.10.0" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/snapdragon-node/node_modules/define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==", - "dev": true, + "node_modules/turf-7/node_modules/@turf/sector": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/sector/-/sector-7.0.0.tgz", + "integrity": "sha512-HXT8vbCYoIbomcyT0D/0Ap4p3bSmb3EFC7C5BBv3Gr9oWiMf5cFgwwA/inbGorU5fcRap7/Yt4hWWTGLO5MDTw==", "dependencies": { - "is-descriptor": "^1.0.0" + "@turf/circle": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/line-arc": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=0.10.0" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/snapdragon-util": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz", - "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", - "dev": true, + "node_modules/turf-7/node_modules/@turf/shortest-path": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/shortest-path/-/shortest-path-7.0.0.tgz", + "integrity": "sha512-nEtL6qA3Po6uXZsLnfbFCD+Nng3GIRBX2Okyva3PYCJvuD27qYJFvXk423Z0qA+09zZHhi2Ct1IGuXBBYmdkaw==", "dependencies": { - "kind-of": "^3.2.0" + "@turf/bbox": "^7.0.0", + "@turf/bbox-polygon": "^7.0.0", + "@turf/boolean-point-in-polygon": "^7.0.0", + "@turf/clean-coords": "^7.0.0", + "@turf/distance": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/meta": "^7.0.0", + "@turf/transform-scale": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=0.10.0" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/snapdragon-util/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", - "dev": true, + "node_modules/turf-7/node_modules/@turf/simplify": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/simplify/-/simplify-7.0.0.tgz", + "integrity": "sha512-EizgFBv7LiLTfqk0BlzuKXmGj7owHksI7Q0mur+yOFGFhEmP5pWm+jYxq+pYfUZA3eki4J7kyN4Mhg5c+jhLTw==", "dependencies": { - "is-buffer": "^1.1.5" + "@turf/clean-coords": "^7.0.0", + "@turf/clone": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=0.10.0" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/snapdragon/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dev": true, + "node_modules/turf-7/node_modules/@turf/square": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/square/-/square-7.0.0.tgz", + "integrity": "sha512-HnY2fESbGGzMeb19qZ0HKpsGRZv4f4e8oHH+gdCr6cs03z/TO6JslJdRA65zHNkdReSVEOQWIMF5IB+Cq20jCg==", "dependencies": { - "ms": "2.0.0" + "@turf/distance": "^7.0.0", + "@turf/helpers": "^7.0.0" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/snapdragon/node_modules/define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==", - "dev": true, + "node_modules/turf-7/node_modules/@turf/square-grid": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/square-grid/-/square-grid-7.0.0.tgz", + "integrity": "sha512-Dz7GyFRbcf0aek5nm7gW5gVYq/dJdn+JkVFgSIimysRl1tBtQiE0LvjZRdS97JvPs6m6hcZT+sDEXW1fLDPYFA==", "dependencies": { - "is-descriptor": "^0.1.0" + "@turf/helpers": "^7.0.0", + "@turf/rectangle-grid": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=0.10.0" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/snapdragon/node_modules/is-descriptor": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz", - "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==", - "dev": true, + "node_modules/turf-7/node_modules/@turf/standard-deviational-ellipse": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/standard-deviational-ellipse/-/standard-deviational-ellipse-7.0.0.tgz", + "integrity": "sha512-rr4T48aAfu2E/V6fStE8Jq1VD2a/zztS1LGu1PSK3pbk7Eq9HTEE9jzjBIONhDI6ljoLBYy4Qib+L3DaNCfmUQ==", "dependencies": { - "is-accessor-descriptor": "^1.0.1", - "is-data-descriptor": "^1.0.1" + "@turf/center-mean": "^7.0.0", + "@turf/ellipse": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/meta": "^7.0.0", + "@turf/points-within-polygon": "^7.0.0" }, - "engines": { - "node": ">= 0.4" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/snapdragon/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", - "dev": true + "node_modules/turf-7/node_modules/@turf/tag": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/tag/-/tag-7.0.0.tgz", + "integrity": "sha512-/QVKwYq9C7BkHrVtwLXwKSrEZcZT+/JQeNpGsOFhCBnDgXUMtLpj2obkMt+v7wXXtUgTsFAnSh7ClNgS6eB2Sg==", + "dependencies": { + "@turf/boolean-point-in-polygon": "^7.0.0", + "@turf/clone": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } }, - "node_modules/snapdragon/node_modules/source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", - "dev": true, - "engines": { - "node": ">=0.10.0" + "node_modules/turf-7/node_modules/@turf/tesselate": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/tesselate/-/tesselate-7.0.0.tgz", + "integrity": "sha512-AWdFrBuLh4RFEBLWVaY9Z3/8jrXFv9WDvO3SyVUCQYFFcQP9aVieHyEEwebRaKb578il/o3rNHyRBuL6xSOcAA==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "earcut": "^2.2.4" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/sockjs": { - "version": "0.3.24", - "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz", - "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==", + "node_modules/turf-7/node_modules/@turf/tin": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/tin/-/tin-7.0.0.tgz", + "integrity": "sha512-KuzXnoetCqu5RC6wcUWOvotxZMcgZptqz3gJZAuhqa1CF3DKUKFEJ851+f/9KzZ+woalUB8anFr9dMKJjcM6RA==", "dependencies": { - "faye-websocket": "^0.11.3", - "uuid": "^8.3.2", - "websocket-driver": "^0.7.4" + "@turf/helpers": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/sort-css-media-queries": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/sort-css-media-queries/-/sort-css-media-queries-2.1.0.tgz", - "integrity": "sha512-IeWvo8NkNiY2vVYdPa27MCQiR0MN0M80johAYFVxWWXQ44KU84WNxjslwBHmc/7ZL2ccwkM7/e6S5aiKZXm7jA==", - "engines": { - "node": ">= 6.3.0" + "node_modules/turf-7/node_modules/@turf/transform-rotate": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/transform-rotate/-/transform-rotate-7.0.0.tgz", + "integrity": "sha512-zU6ypVOdVtXaJvy2LEVjx4o7y/vR9kIL6Iu/VkzXIvGCYICDdHnrpeEVJOFZPqdq4GI4C1xAQ4ARPTwtGrpPBg==", + "dependencies": { + "@turf/centroid": "^7.0.0", + "@turf/clone": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/meta": "^7.0.0", + "@turf/rhumb-bearing": "^7.0.0", + "@turf/rhumb-destination": "^7.0.0", + "@turf/rhumb-distance": "^7.0.0" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/source-map": { - "version": "0.7.4", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", - "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", - "engines": { - "node": ">= 8" + "node_modules/turf-7/node_modules/@turf/transform-scale": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/transform-scale/-/transform-scale-7.0.0.tgz", + "integrity": "sha512-G94nxT5TyP8TSNRDkoevFoGlUw0H2Az5IG1JKFTT5nRqpbML17IQblV33gaA1Hm197rekQo3CDVWEbgpOV0jAw==", + "dependencies": { + "@turf/bbox": "^7.0.0", + "@turf/center": "^7.0.0", + "@turf/centroid": "^7.0.0", + "@turf/clone": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/meta": "^7.0.0", + "@turf/rhumb-bearing": "^7.0.0", + "@turf/rhumb-destination": "^7.0.0", + "@turf/rhumb-distance": "^7.0.0" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/source-map-js": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", - "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", - "engines": { - "node": ">=0.10.0" + "node_modules/turf-7/node_modules/@turf/transform-translate": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/transform-translate/-/transform-translate-7.0.0.tgz", + "integrity": "sha512-sdZl29CqHoBo/Mxwos6Hvb6LXtHJYYTIjlWqphnu1kislbJwWUJpYjwD8yqTljfW4QHgDzGpnRLGzjDVZ7KHQQ==", + "dependencies": { + "@turf/clone": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/meta": "^7.0.0", + "@turf/rhumb-destination": "^7.0.0" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/source-map-resolve": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz", - "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==", - "deprecated": "See https://github.com/lydell/source-map-resolve#deprecated", - "dev": true, + "node_modules/turf-7/node_modules/@turf/triangle-grid": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/triangle-grid/-/triangle-grid-7.0.0.tgz", + "integrity": "sha512-LKBMgkGGfZxZclRzalIYHGG50eMBOHNihBZLagK/f8RAMrvG2rS/S4n/CQbqU9OXenDgYErSm3SCVXC1dTXVPA==", "dependencies": { - "atob": "^2.1.2", - "decode-uri-component": "^0.2.0", - "resolve-url": "^0.2.1", - "source-map-url": "^0.4.0", - "urix": "^0.1.0" + "@turf/distance": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/intersect": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/source-map-support": { - "version": "0.5.21", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", - "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "node_modules/turf-7/node_modules/@turf/truncate": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/truncate/-/truncate-7.0.0.tgz", + "integrity": "sha512-G0cKlvONexzRIHRMkzhIA9UsOHiHbVW+iFBlAyDxXKK9Cr9USp/JjETAo8zqCnTQna40xdjt4bcHtsZxqyRQZw==", "dependencies": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/source-map-support/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" + "node_modules/turf-7/node_modules/@turf/union": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/union/-/union-7.0.0.tgz", + "integrity": "sha512-NRnP0GJ3guzVh6D2KNZvqNLMkbZtPQ6X1U4czK9ETicLROzqq6wM/S8gHZJVoh0KxxK1RYDsKu0RGFVobVT2vA==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "polygon-clipping": "^0.15.3", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/source-map-url": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz", - "integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==", - "deprecated": "See https://github.com/lydell/source-map-url#deprecated", - "dev": true + "node_modules/turf-7/node_modules/@turf/unkink-polygon": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/unkink-polygon/-/unkink-polygon-7.0.0.tgz", + "integrity": "sha512-mkwC7+KgINIAkRYSx0iRp8BjGtw8bijvtzC9Da5CRTSg13WH2IrvksFtasTo58xMdqyt6oO2NdMEDX3JUwRCeg==", + "dependencies": { + "@turf/area": "^7.0.0", + "@turf/boolean-point-in-polygon": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "rbush": "^3.0.1" + }, + "funding": { + "url": "https://opencollective.com/turf" + } }, - "node_modules/space-separated-tokens": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz", - "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==", + "node_modules/turf-7/node_modules/@turf/voronoi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/voronoi/-/voronoi-7.0.0.tgz", + "integrity": "sha512-AJMrtd9eV+nVA+su1GIp96E5ENzKUepPFr9wWHqqWedj92W2KbdAwfwJVMyl0vBmiMYeTSnfzC7HenIMXePfhA==", + "dependencies": { + "@turf/clone": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "d3-voronoi": "1.1.2" + }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "url": "https://opencollective.com/turf" } }, - "node_modules/spdx-correct": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz", - "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==", - "dev": true, + "node_modules/turf-7/node_modules/deep-equal": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.3.tgz", + "integrity": "sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==", "dependencies": { - "spdx-expression-parse": "^3.0.0", - "spdx-license-ids": "^3.0.0" + "array-buffer-byte-length": "^1.0.0", + "call-bind": "^1.0.5", + "es-get-iterator": "^1.1.3", + "get-intrinsic": "^1.2.2", + "is-arguments": "^1.1.1", + "is-array-buffer": "^3.0.2", + "is-date-object": "^1.0.5", + "is-regex": "^1.1.4", + "is-shared-array-buffer": "^1.0.2", + "isarray": "^2.0.5", + "object-is": "^1.1.5", + "object-keys": "^1.1.1", + "object.assign": "^4.1.4", + "regexp.prototype.flags": "^1.5.1", + "side-channel": "^1.0.4", + "which-boxed-primitive": "^1.0.2", + "which-collection": "^1.0.1", + "which-typed-array": "^1.1.13" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/spdx-exceptions": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz", - "integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==", - "dev": true + "node_modules/turf-7/node_modules/isarray": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" }, - "node_modules/spdx-expression-parse": { + "node_modules/turf-7/node_modules/rbush": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", - "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", - "dev": true, + "resolved": "https://registry.npmjs.org/rbush/-/rbush-3.0.1.tgz", + "integrity": "sha512-XRaVO0YecOpEuIvbhbpTrZgoiI6xBlz6hnlr6EHhd+0x9ase6EmeN+hdwwUaJvLcsFFQ8iWVF1GAK1yB0BWi0w==", "dependencies": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" + "quickselect": "^2.0.0" } }, - "node_modules/spdx-license-ids": { - "version": "3.0.17", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.17.tgz", - "integrity": "sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg==", - "dev": true - }, - "node_modules/spdy": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", - "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", - "dependencies": { - "debug": "^4.1.0", - "handle-thing": "^2.0.0", - "http-deceiver": "^1.2.7", - "select-hose": "^2.0.0", - "spdy-transport": "^3.0.0" + "node_modules/turf-jsts": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/turf-jsts/-/turf-jsts-1.2.3.tgz", + "integrity": "sha512-Ja03QIJlPuHt4IQ2FfGex4F4JAr8m3jpaHbFbQrgwr7s7L6U8ocrHiF3J1+wf9jzhGKxvDeaCAnGDot8OjGFyA==" + }, + "node_modules/turf-next": { + "name": "@turf/turf", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/turf/-/turf-7.0.0.tgz", + "integrity": "sha512-oKtvIoP9nCBT7HCUn0/QP62QwTj8eDxfS810ZGJO0aDPDg2x94tSqwbvmu5WcvcxOBB/6L6rF55UJjL+OjcHxw==", + "dependencies": { + "@turf/along": "^7.0.0", + "@turf/angle": "^7.0.0", + "@turf/area": "^7.0.0", + "@turf/bbox": "^7.0.0", + "@turf/bbox-clip": "^7.0.0", + "@turf/bbox-polygon": "^7.0.0", + "@turf/bearing": "^7.0.0", + "@turf/bezier-spline": "^7.0.0", + "@turf/boolean-clockwise": "^7.0.0", + "@turf/boolean-concave": "^7.0.0", + "@turf/boolean-contains": "^7.0.0", + "@turf/boolean-crosses": "^7.0.0", + "@turf/boolean-disjoint": "^7.0.0", + "@turf/boolean-equal": "^7.0.0", + "@turf/boolean-intersects": "^7.0.0", + "@turf/boolean-overlap": "^7.0.0", + "@turf/boolean-parallel": "^7.0.0", + "@turf/boolean-point-in-polygon": "^7.0.0", + "@turf/boolean-point-on-line": "^7.0.0", + "@turf/boolean-touches": "^7.0.0", + "@turf/boolean-valid": "^7.0.0", + "@turf/boolean-within": "^7.0.0", + "@turf/buffer": "^7.0.0", + "@turf/center": "^7.0.0", + "@turf/center-mean": "^7.0.0", + "@turf/center-median": "^7.0.0", + "@turf/center-of-mass": "^7.0.0", + "@turf/centroid": "^7.0.0", + "@turf/circle": "^7.0.0", + "@turf/clean-coords": "^7.0.0", + "@turf/clone": "^7.0.0", + "@turf/clusters": "^7.0.0", + "@turf/clusters-dbscan": "^7.0.0", + "@turf/clusters-kmeans": "^7.0.0", + "@turf/collect": "^7.0.0", + "@turf/combine": "^7.0.0", + "@turf/concave": "^7.0.0", + "@turf/convex": "^7.0.0", + "@turf/destination": "^7.0.0", + "@turf/difference": "^7.0.0", + "@turf/dissolve": "^7.0.0", + "@turf/distance": "^7.0.0", + "@turf/distance-weight": "^7.0.0", + "@turf/ellipse": "^7.0.0", + "@turf/envelope": "^7.0.0", + "@turf/explode": "^7.0.0", + "@turf/flatten": "^7.0.0", + "@turf/flip": "^7.0.0", + "@turf/geojson-rbush": "^7.0.0", + "@turf/great-circle": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/hex-grid": "^7.0.0", + "@turf/interpolate": "^7.0.0", + "@turf/intersect": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/isobands": "^7.0.0", + "@turf/isolines": "^7.0.0", + "@turf/kinks": "^7.0.0", + "@turf/length": "^7.0.0", + "@turf/line-arc": "^7.0.0", + "@turf/line-chunk": "^7.0.0", + "@turf/line-intersect": "^7.0.0", + "@turf/line-offset": "^7.0.0", + "@turf/line-overlap": "^7.0.0", + "@turf/line-segment": "^7.0.0", + "@turf/line-slice": "^7.0.0", + "@turf/line-slice-along": "^7.0.0", + "@turf/line-split": "^7.0.0", + "@turf/line-to-polygon": "^7.0.0", + "@turf/mask": "^7.0.0", + "@turf/meta": "^7.0.0", + "@turf/midpoint": "^7.0.0", + "@turf/moran-index": "^7.0.0", + "@turf/nearest-neighbor-analysis": "^7.0.0", + "@turf/nearest-point": "^7.0.0", + "@turf/nearest-point-on-line": "^7.0.0", + "@turf/nearest-point-to-line": "^7.0.0", + "@turf/planepoint": "^7.0.0", + "@turf/point-grid": "^7.0.0", + "@turf/point-on-feature": "^7.0.0", + "@turf/point-to-line-distance": "^7.0.0", + "@turf/points-within-polygon": "^7.0.0", + "@turf/polygon-smooth": "^7.0.0", + "@turf/polygon-tangents": "^7.0.0", + "@turf/polygon-to-line": "^7.0.0", + "@turf/polygonize": "^7.0.0", + "@turf/projection": "^7.0.0", + "@turf/quadrat-analysis": "^7.0.0", + "@turf/random": "^7.0.0", + "@turf/rectangle-grid": "^7.0.0", + "@turf/rewind": "^7.0.0", + "@turf/rhumb-bearing": "^7.0.0", + "@turf/rhumb-destination": "^7.0.0", + "@turf/rhumb-distance": "^7.0.0", + "@turf/sample": "^7.0.0", + "@turf/sector": "^7.0.0", + "@turf/shortest-path": "^7.0.0", + "@turf/simplify": "^7.0.0", + "@turf/square": "^7.0.0", + "@turf/square-grid": "^7.0.0", + "@turf/standard-deviational-ellipse": "^7.0.0", + "@turf/tag": "^7.0.0", + "@turf/tesselate": "^7.0.0", + "@turf/tin": "^7.0.0", + "@turf/transform-rotate": "^7.0.0", + "@turf/transform-scale": "^7.0.0", + "@turf/transform-translate": "^7.0.0", + "@turf/triangle-grid": "^7.0.0", + "@turf/truncate": "^7.0.0", + "@turf/union": "^7.0.0", + "@turf/unkink-polygon": "^7.0.0", + "@turf/voronoi": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=6.0.0" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/spdy-transport": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz", - "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", + "node_modules/turf-next/node_modules/@turf/along": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/along/-/along-7.0.0.tgz", + "integrity": "sha512-OyZcvwYwsLxlqC6ksFMNAkZ1fF/0Xfg38v4jx6D9OsaQcIDgvzXnlkuUnS3w11imfulokijkLEFnvJXFZKAzRw==", "dependencies": { - "debug": "^4.1.0", - "detect-node": "^2.0.4", - "hpack.js": "^2.1.6", - "obuf": "^1.1.2", - "readable-stream": "^3.0.6", - "wbuf": "^1.7.3" + "@turf/bearing": "^7.0.0", + "@turf/destination": "^7.0.0", + "@turf/distance": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/splaytree": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/splaytree/-/splaytree-3.1.2.tgz", - "integrity": "sha512-4OM2BJgC5UzrhVnnJA4BkHKGtjXNzzUfpQjCO8I05xYPsfS/VuQDwjCGGMi8rYQilHEV4j8NBqTFbls/PZEE7A==" - }, - "node_modules/split": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/split/-/split-1.0.1.tgz", - "integrity": "sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/angle": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/angle/-/angle-7.0.0.tgz", + "integrity": "sha512-3+Lp/fyJdtoS+zMu4ZGgV1PhXub7fiowvwId6w5fNtUHWaQ2e0fUgWMAv8opVSC9gRnUtOq2QuJZdIGQAL+fkQ==", "dependencies": { - "through": "2" + "@turf/bearing": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/rhumb-bearing": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": "*" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/split-on-first": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/split-on-first/-/split-on-first-1.1.0.tgz", - "integrity": "sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw==", - "dev": true, - "engines": { - "node": ">=6" + "node_modules/turf-next/node_modules/@turf/area": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/area/-/area-7.0.0.tgz", + "integrity": "sha512-Q/P6OGV8dJJs1BiraKFNBjtsMbz7B52mLCtgKh3syzujSREMx52RlsiOBQp8GujFMMiau+Mt25XKbVwtjHVi8Q==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/split-string": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz", - "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/bbox": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/bbox/-/bbox-7.0.0.tgz", + "integrity": "sha512-IyXG5HAsn6IZLdAtQo7aWYccjU5WsV+uzIzhGaXrh/qTVylSYmRiWgLdiekHZVED9nv9r7D/EJUMOT4zyA6POA==", "dependencies": { - "extend-shallow": "^3.0.0" + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=0.10.0" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/split-string/node_modules/extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/bbox-clip": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/bbox-clip/-/bbox-clip-7.0.0.tgz", + "integrity": "sha512-ZSReB14sSQpP5TE6g5SijVFijxMp8pyrM0PgEN1LR9Bm+nj7BmmGzHafV3lyteml2bmlFdQxkbTqcbvlVXS98g==", "dependencies": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=0.10.0" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/split-string/node_modules/is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/bbox-polygon": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/bbox-polygon/-/bbox-polygon-7.0.0.tgz", + "integrity": "sha512-RMBADOr0zOhVhTidKXCAx1TLTzgBvZwQKI6KJ1FgoCPH7GMZZnMXGMvOtdQLdsplS4Zs6+NoVtaK2x0+EXdYJQ==", "dependencies": { - "is-plain-object": "^2.0.4" + "@turf/helpers": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=0.10.0" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/split2": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/split2/-/split2-3.2.2.tgz", - "integrity": "sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/bearing": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/bearing/-/bearing-7.0.0.tgz", + "integrity": "sha512-r6eBNqqiC8OtW+xIzu0ZyciAUfM85l2LVN2qpTeEyhnaNmnPw7hDsnqwZcbqoBFSLB66MO+BLH40X5OdaoRmmA==", "dependencies": { - "readable-stream": "^3.0.0" + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/sprintf-js": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" - }, - "node_modules/srcset": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/srcset/-/srcset-4.0.0.tgz", - "integrity": "sha512-wvLeHgcVHKO8Sc/H/5lkGreJQVeYMm9rlmt8PuR1xE31rIuXhuzznUUqAt8MqLhB3MqJdFzlNAfpcWnxiFUcPw==", - "engines": { - "node": ">=12" + "node_modules/turf-next/node_modules/@turf/bezier-spline": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/bezier-spline/-/bezier-spline-7.0.0.tgz", + "integrity": "sha512-1FFVLc+oa5t9S7XWsYImfOVNLWESAJo3ztC4GRlGeAFQBi5z8kSptBaGRLkTn387lZLZ1VQXYRgAfR2mP69/VA==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://opencollective.com/turf" } }, - "node_modules/stable": { - "version": "0.1.8", - "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz", - "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==", - "deprecated": "Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility" - }, - "node_modules/standard-version": { - "version": "9.5.0", - "resolved": "https://registry.npmjs.org/standard-version/-/standard-version-9.5.0.tgz", - "integrity": "sha512-3zWJ/mmZQsOaO+fOlsa0+QK90pwhNd042qEcw6hKFNoLFs7peGyvPffpEBbK/DSGPbyOvli0mUIFv5A4qTjh2Q==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/boolean-clockwise": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/boolean-clockwise/-/boolean-clockwise-7.0.0.tgz", + "integrity": "sha512-Tn+ShgMcgIll+TeIAUHW0diPpxCN1PfQ6uZrwUJXzQXfoxlns16NvJByTBWCl+E9UCA+m1QRjHpVOzyf8pSOOQ==", "dependencies": { - "chalk": "^2.4.2", - "conventional-changelog": "3.1.25", - "conventional-changelog-config-spec": "2.1.0", - "conventional-changelog-conventionalcommits": "4.6.3", - "conventional-recommended-bump": "6.1.0", - "detect-indent": "^6.0.0", - "detect-newline": "^3.1.0", - "dotgitignore": "^2.1.0", - "figures": "^3.1.0", - "find-up": "^5.0.0", - "git-semver-tags": "^4.0.0", - "semver": "^7.1.1", - "stringify-package": "^1.0.1", - "yargs": "^16.0.0" - }, - "bin": { - "standard-version": "bin/cli.js" + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=10" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/standard-version/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/boolean-contains": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/boolean-contains/-/boolean-contains-7.0.0.tgz", + "integrity": "sha512-1NILJdO5OO1YrD7hYPlpahROkzd1DFA7Lcp7SxL+hTtKTp/a2iZx+K6u2qKMLUlPO1p2zhSbMfvjl1T6s/H8XQ==", "dependencies": { - "color-convert": "^1.9.0" + "@turf/bbox": "^7.0.0", + "@turf/boolean-point-in-polygon": "^7.0.0", + "@turf/boolean-point-on-line": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=4" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/standard-version/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/boolean-crosses": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/boolean-crosses/-/boolean-crosses-7.0.0.tgz", + "integrity": "sha512-T8/U3fXvEaaf7NbRf42s7hnOYUarK7K1ztXOan0hESnWVzMRFwzIv9QeSW4mARAPU/oV1oOMhSITfbF/Et6W1A==", "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" + "@turf/boolean-point-in-polygon": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/line-intersect": "^7.0.0", + "@turf/polygon-to-line": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=4" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/standard-version/node_modules/cliui": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/boolean-disjoint": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/boolean-disjoint/-/boolean-disjoint-7.0.0.tgz", + "integrity": "sha512-MAHKqMtdktgxFnz9XFrzyN+VTtmNSd+PgRyo/CT9ucsZ18hd3PV9Y3obGw/k0T6AglMivhBadlHiSMnTfed4Qg==", "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" + "@turf/boolean-point-in-polygon": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/line-intersect": "^7.0.0", + "@turf/meta": "^7.0.0", + "@turf/polygon-to-line": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/standard-version/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/boolean-equal": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/boolean-equal/-/boolean-equal-7.0.0.tgz", + "integrity": "sha512-9C7xkxOyqN0/8Ze4TrysKWWYZxWB0s6zSBaADuVhaIsFzfwvC5wbEpwOL8pRop++7YRRlJ92QM8Bq53DU8+7LQ==", "dependencies": { - "color-name": "1.1.3" + "@turf/clean-coords": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/standard-version/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", - "dev": true - }, - "node_modules/standard-version/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "node_modules/standard-version/node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "dev": true, - "engines": { - "node": ">=0.8.0" + "node_modules/turf-next/node_modules/@turf/boolean-intersects": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/boolean-intersects/-/boolean-intersects-7.0.0.tgz", + "integrity": "sha512-+jNZw/ziZ2xyeDoasuwubVu3arRS71i6tSxvnPQmsWISki6rLJF7OQEkc9LNIllYlADCZUkUTJ1OktznrEUDkA==", + "dependencies": { + "@turf/boolean-disjoint": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/standard-version/node_modules/find-up": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", - "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/boolean-overlap": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/boolean-overlap/-/boolean-overlap-7.0.0.tgz", + "integrity": "sha512-mnZxjGSs8OuH/+QUuP5FGkut2bLr1FGZ63ThJ97aUuJP+lZQnYnkPdT1hQIdcyhtTQgF1yOM7EH+O//DkoROpA==", "dependencies": { - "locate-path": "^6.0.0", - "path-exists": "^4.0.0" + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/line-intersect": "^7.0.0", + "@turf/line-overlap": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=10" + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/turf-next/node_modules/@turf/boolean-parallel": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/boolean-parallel/-/boolean-parallel-7.0.0.tgz", + "integrity": "sha512-OTL9XLjzRulLPQ12il3my9fLhemHsoyYe/owxNYz+kYtUyDHQ6lRz6vEaI3W7MKY9fnqwuIdJQpckOL5TH2cPQ==", + "dependencies": { + "@turf/clean-coords": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/line-segment": "^7.0.0", + "@turf/rhumb-bearing": "^7.0.0", + "tslib": "^2.6.2" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://opencollective.com/turf" } }, - "node_modules/standard-version/node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "dev": true, - "engines": { - "node": ">=4" + "node_modules/turf-next/node_modules/@turf/boolean-point-in-polygon": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/boolean-point-in-polygon/-/boolean-point-in-polygon-7.0.0.tgz", + "integrity": "sha512-Z9swETfICqUJ8iVLZimvIOh8r4Wrlu9/X/c/5vIEeVvG4Lu78Ztmgu1KaobZJFC93/ntOAjMBavc9aNgw7TXgQ==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "point-in-polygon-hao": "^1.1.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/standard-version/node_modules/locate-path": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", - "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/boolean-point-on-line": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/boolean-point-on-line/-/boolean-point-on-line-7.0.0.tgz", + "integrity": "sha512-9/1hj2MxcUU4fZu+MQC6rdMsdvAYNTtfxssLrZ1dGXo+NcAoWFbZSrfk62pSJBflveyKY5kXPYY+xQfLT0NeDQ==", "dependencies": { - "p-locate": "^5.0.0" + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=10" + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/turf-next/node_modules/@turf/boolean-within": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/boolean-within/-/boolean-within-7.0.0.tgz", + "integrity": "sha512-QmOX34T7z9wzuzUVsXx3KMCMsxLi71/SOcrgkcHhcWsThx+VPPmyIUtTa8XnBt1BBlx7IIrR2pAeORkUi0CdEg==", + "dependencies": { + "@turf/bbox": "^7.0.0", + "@turf/boolean-point-in-polygon": "^7.0.0", + "@turf/boolean-point-on-line": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://opencollective.com/turf" } }, - "node_modules/standard-version/node_modules/p-limit": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/buffer": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/buffer/-/buffer-7.0.0.tgz", + "integrity": "sha512-viw3XjTtYVtkq5DkRDBQjXoi5QeEMhe4JHWXIfHMHs4o5F9B+lZ8+TtXWo18X5aAXknv6ib1z2syoaQdBpb5Xw==", "dependencies": { - "yocto-queue": "^0.1.0" + "@turf/bbox": "^7.0.0", + "@turf/center": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/jsts": "^2.7.1", + "@turf/meta": "^7.0.0", + "@turf/projection": "^7.0.0", + "d3-geo": "1.7.1" }, - "engines": { - "node": ">=10" + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/turf-next/node_modules/@turf/center": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/center/-/center-7.0.0.tgz", + "integrity": "sha512-5RZia9uuWxz2oCyd1vsNkBeraBNdwCsIo4UGRQdyswBeLFVbRwIUa7M7+2z2D7B1YIgovuLIRVfk6FeWUQXDtQ==", + "dependencies": { + "@turf/bbox": "^7.0.0", + "@turf/helpers": "^7.0.0", + "tslib": "^2.6.2" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://opencollective.com/turf" } }, - "node_modules/standard-version/node_modules/p-locate": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", - "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/center-mean": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/center-mean/-/center-mean-7.0.0.tgz", + "integrity": "sha512-pneYkH6/4a6gDDvhVL2by9OCJ4yTIANoHQ4JpYVjvB1VlQWrVI5qQd80+q3bMKCDWaACEq8UWa/5NmvKlSRT3A==", "dependencies": { - "p-limit": "^3.0.2" + "@turf/bbox": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=10" + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/turf-next/node_modules/@turf/center-median": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/center-median/-/center-median-7.0.0.tgz", + "integrity": "sha512-ppCVjwwNe3Rz86TQp+zt9uFI9ZlFwu2miQtpFVcv2ej9IN2D5PUIRnehWgVeQ+yZ+ocMjMNLMcackUnqeKR4FA==", + "dependencies": { + "@turf/center-mean": "^7.0.0", + "@turf/centroid": "^7.0.0", + "@turf/distance": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://opencollective.com/turf" } }, - "node_modules/standard-version/node_modules/path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "dev": true, - "engines": { - "node": ">=8" + "node_modules/turf-next/node_modules/@turf/center-of-mass": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/center-of-mass/-/center-of-mass-7.0.0.tgz", + "integrity": "sha512-vnD43bX4jl1ViDjY+nxISeQd8vfPqvLw+0N1MxpweCh5S85DNqUg6J8GXC1kbZlfOBS3mS9p2CW1Rfg4ggiGHw==", + "dependencies": { + "@turf/centroid": "^7.0.0", + "@turf/convex": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/standard-version/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/centroid": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/centroid/-/centroid-7.0.0.tgz", + "integrity": "sha512-TMKp5yadglNVRxX3xuk1qQDEy5JFHmlYVBamzXuD8DL8rYdVog2x4gQHrwn7xrUyAlKJ4fUZZPkYBWfW6TDWbw==", "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=8" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/standard-version/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/circle": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/circle/-/circle-7.0.0.tgz", + "integrity": "sha512-rRMthTL5+mhiFXQwlk4jUuf0pkqDAhry/El03VNYNyDGOx4N6p0XMmgbIdJmG6ZooinHpHfMU4N8ZQ9Xo6vVPA==", "dependencies": { - "has-flag": "^3.0.0" + "@turf/destination": "^7.0.0", + "@turf/helpers": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=4" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/standard-version/node_modules/wrap-ansi": { + "node_modules/turf-next/node_modules/@turf/clean-coords": { "version": "7.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", - "dev": true, + "resolved": "https://registry.npmjs.org/@turf/clean-coords/-/clean-coords-7.0.0.tgz", + "integrity": "sha512-kaKR4/NnhZpgC+hWY3MfPqV2KwzG4Vr66WH59GbT5B2tvAOJqAYUmq+rgyMsG6xA3fTBL3neDW0bY1DHFVcvHQ==", "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=10" + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" }, "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + "url": "https://opencollective.com/turf" } }, - "node_modules/standard-version/node_modules/wrap-ansi/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/clone": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/clone/-/clone-7.0.0.tgz", + "integrity": "sha512-bQBx/wbQoGNtZzuHetLt44NMqOCnjSXcvTWm+LJ7YTmwrqZVAjISDhFxgawY/L+G3p+ya5WoxQwZWak80uYg3A==", "dependencies": { - "color-convert": "^2.0.1" + "@turf/helpers": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=8" + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/turf-next/node_modules/@turf/clusters": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/clusters/-/clusters-7.0.0.tgz", + "integrity": "sha512-s96uAedbT+9JX6Cg11TsjyZRZIOYABBplA7vKlFgfEKitscCRFUP+pVgiRXy8wBgyKsXqG28DJr96kXQaJKSeg==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "url": "https://opencollective.com/turf" } }, - "node_modules/standard-version/node_modules/wrap-ansi/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/clusters-dbscan": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/clusters-dbscan/-/clusters-dbscan-7.0.0.tgz", + "integrity": "sha512-q8P7MjD0jGhNOzE+I6Cj8UiVaqkuDV27nGA8fLZWNxLW27+X2QJzU+NFLkx0suV9ApmCWRiaIyWUHWG9uZntxA==", "dependencies": { - "color-name": "~1.1.4" + "@turf/clone": "^7.0.0", + "@turf/distance": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "rbush": "^3.0.1", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=7.0.0" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/standard-version/node_modules/wrap-ansi/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "node_modules/turf-next/node_modules/@turf/clusters-kmeans": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/clusters-kmeans/-/clusters-kmeans-7.0.0.tgz", + "integrity": "sha512-ZwN4sLcTgeD7meryarJZunLXISHM7ZLc0S7Lgwv64fYsYU2ea64BMst5mRFCZsrrlFdYmrwUo4DlihL8k9XLKw==", + "dependencies": { + "@turf/clone": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/meta": "^7.0.0", + "skmeans": "0.9.7", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } }, - "node_modules/standard-version/node_modules/y18n": { - "version": "5.0.8", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", - "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", - "dev": true, - "engines": { - "node": ">=10" + "node_modules/turf-next/node_modules/@turf/collect": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/collect/-/collect-7.0.0.tgz", + "integrity": "sha512-zgKPVVmNr/5OJiHLnQAzDCMv1xDxwuNw8PfCPYkek8s2dvr9LFlEMfPxnp9hY+/oHJx8+1mC01c9qgb7hF8yPQ==", + "dependencies": { + "@turf/bbox": "^7.0.0", + "@turf/boolean-point-in-polygon": "^7.0.0", + "@turf/helpers": "^7.0.0", + "rbush": "^3.0.1", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/standard-version/node_modules/yargs": { - "version": "16.2.0", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", - "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/combine": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/combine/-/combine-7.0.0.tgz", + "integrity": "sha512-xNg6XGAwEWmpjYImJ3+vie+ASKQ7dzUrwUDJ5DOOS8XonLkVAIGus+qDoXdIzAcb9jqSaSFC4sGmQFdTM1Sj1w==", "dependencies": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=10" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/standard-version/node_modules/yocto-queue": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", - "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", - "dev": true, - "engines": { - "node": ">=10" + "node_modules/turf-next/node_modules/@turf/concave": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/concave/-/concave-7.0.0.tgz", + "integrity": "sha512-iwrLBgCUgsquvLSCnzppPVDWGLoCjVDV9xgg7jncbi9aURuGPfhHd5eaC9fyxtIlSbcfrSDXSHJLoeC6bpmlOw==", + "dependencies": { + "@turf/clone": "^7.0.0", + "@turf/distance": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/meta": "^7.0.0", + "@turf/tin": "^7.0.0", + "topojson-client": "3.x", + "topojson-server": "3.x", + "tslib": "^2.6.2" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://opencollective.com/turf" } }, - "node_modules/static-extend": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz", - "integrity": "sha512-72E9+uLc27Mt718pMHt9VMNiAL4LMsmDbBva8mxWUCkT07fSzEGMYUCk0XWY6lp0j6RBAG4cJ3mWuZv2OE3s0g==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/convex": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/convex/-/convex-7.0.0.tgz", + "integrity": "sha512-iAAwC1FPB4aiA7djUU/pk7lMgWjACbQOB2oX6cH39P5M7W6GXhrTEvYAx+thBtNq+M6BPk/gk3bU1BjZFrQ4+g==", "dependencies": { - "define-property": "^0.2.5", - "object-copy": "^0.1.0" + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "concaveman": "^1.2.1", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=0.10.0" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/static-extend/node_modules/define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/destination": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/destination/-/destination-7.0.0.tgz", + "integrity": "sha512-wXfLd37ul7xuFvv4L7dtNQOZnmYepnrsMZrxbmxvy2SCnF+Rzf1C7D1NQ6+Nx5SInB/SbTfi6SCDgyfB8MOawQ==", "dependencies": { - "is-descriptor": "^0.1.0" + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=0.10.0" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/static-extend/node_modules/is-descriptor": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz", - "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/difference": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/difference/-/difference-7.0.0.tgz", + "integrity": "sha512-JCPRuGcOkT+Hq5PJcEUhkCheTyJcwB5dS1SIJGhDDNOJp8m8REHFJCmvxA3K40demovbyDLk85AojYpJ3jlALQ==", "dependencies": { - "is-accessor-descriptor": "^1.0.1", - "is-data-descriptor": "^1.0.1" + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "polygon-clipping": "^0.15.3", + "tslib": "^2.6.2" }, - "engines": { - "node": ">= 0.4" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/statuses": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", - "engines": { - "node": ">= 0.8" + "node_modules/turf-next/node_modules/@turf/dissolve": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/dissolve/-/dissolve-7.0.0.tgz", + "integrity": "sha512-WUapSrl4nTpKGQ9uacfefPNI8mEl0PYrCN6vDTs2W4k6UT9NdeJYNPaR6275nAoOUEL9t9K+adPgdMltm/EG3g==", + "dependencies": { + "@turf/flatten": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/meta": "^7.0.0", + "polygon-clipping": "^0.15.3", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/std-env": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.7.0.tgz", - "integrity": "sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==" - }, - "node_modules/stream-array": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/stream-array/-/stream-array-1.1.2.tgz", - "integrity": "sha512-1yWdVsMEm/btiMa2YyHiC3mDrtAqlmNNaDRylx2F7KHhm3C4tA6kSR2V9mpeMthv+ujvbl8Kamyh5xaHHdFvyQ==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/distance": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/distance/-/distance-7.0.0.tgz", + "integrity": "sha512-DBPKhHABpPZ0KRduRpEaoi8MB6r1DVuyyps68VFH2Qi5H0ZnFtJFj7nQxBPZR3bVpbUq4zzu7I+MiNAd3ujFWQ==", "dependencies": { - "readable-stream": "~2.1.0" + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">= 0.8" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/stream-array/node_modules/isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", - "dev": true - }, - "node_modules/stream-array/node_modules/process-nextick-args": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz", - "integrity": "sha512-yN0WQmuCX63LP/TMvAg31nvT6m4vDqJEiiv2CAZqWOGNWutc9DfDk1NPYYmKUFmaVM2UwDowH4u5AHWYP/jxKw==", - "dev": true - }, - "node_modules/stream-array/node_modules/readable-stream": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.1.5.tgz", - "integrity": "sha512-NkXT2AER7VKXeXtJNSaWLpWIhmtSE3K2PguaLEeWr4JILghcIKqoLt1A3wHrnpDC5+ekf8gfk1GKWkFXe4odMw==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/distance-weight": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/distance-weight/-/distance-weight-7.0.0.tgz", + "integrity": "sha512-BFftfC1QdtcJNMx4TOYxkHX/xsy4FjiG4tdEgdx99DBZ4L1RS/qqgC1O943WuqbfvJTn15E6ka0Rkep2/90IMA==", "dependencies": { - "buffer-shims": "^1.0.0", - "core-util-is": "~1.0.0", - "inherits": "~2.0.1", - "isarray": "~1.0.0", - "process-nextick-args": "~1.0.6", - "string_decoder": "~0.10.x", - "util-deprecate": "~1.0.1" + "@turf/centroid": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/stream-array/node_modules/string_decoder": { - "version": "0.10.31", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", - "integrity": "sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==", - "dev": true - }, - "node_modules/stream-combiner2": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/stream-combiner2/-/stream-combiner2-1.1.1.tgz", - "integrity": "sha512-3PnJbYgS56AeWgtKF5jtJRT6uFJe56Z0Hc5Ngg/6sI6rIt8iiMBTa9cvdyFfpMQjaVHr8dusbNeFGIIonxOvKw==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/ellipse": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/ellipse/-/ellipse-7.0.0.tgz", + "integrity": "sha512-bdHzKPfxIWVz3p7jlsyi89BAxvjIhxCgLzDXKYp4tSf2LYGpkfWpSJA2bRnj7TuEq5zYQR8L5LJhn7jg0hehlg==", "dependencies": { - "duplexer2": "~0.1.0", - "readable-stream": "^2.0.2" + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/rhumb-destination": "^7.0.0", + "@turf/transform-rotate": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/stream-combiner2/node_modules/isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", - "dev": true - }, - "node_modules/stream-combiner2/node_modules/readable-stream": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", - "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/envelope": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/envelope/-/envelope-7.0.0.tgz", + "integrity": "sha512-110YN+9PmhRYE7co+4ewB/IY3SL9q90mw5FoXrv97VRYVlf8jQCa2mwSalMiuAGnhvfG+Yq1k+ibjjLJcS3gWA==", "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" + "@turf/bbox": "^7.0.0", + "@turf/bbox-polygon": "^7.0.0", + "@turf/helpers": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/stream-combiner2/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true - }, - "node_modules/stream-combiner2/node_modules/string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/explode": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/explode/-/explode-7.0.0.tgz", + "integrity": "sha512-q7KZ/PxY9zHN4UGXaADUpsHGkj8lbexVZxdBnp0nEfTHm/ziLTAfpI15CdAknoz4Ee8k8tx7ldosVjjg7YJ3/g==", "dependencies": { - "safe-buffer": "~5.1.0" + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/stream-shift": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.3.tgz", - "integrity": "sha512-76ORR0DO1o1hlKwTbi/DM3EXWGf3ZJYO8cXX5RJwnul2DEg2oyoZyjLNoQM8WsvZiFKCRfC1O0J7iCvie3RZmQ==", - "dev": true - }, - "node_modules/strict-uri-encode": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz", - "integrity": "sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ==", - "dev": true, - "engines": { - "node": ">=4" + "node_modules/turf-next/node_modules/@turf/flatten": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/flatten/-/flatten-7.0.0.tgz", + "integrity": "sha512-QVTPgE9PdulQiQPglQ+mXpThBfp3v5RhCSupBCAoqOkqo/KfnliHqJXmVTaZotUZnMgc3wbAMJtSJvDRhTnFFA==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/string_decoder": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", - "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "node_modules/turf-next/node_modules/@turf/flip": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/flip/-/flip-7.0.0.tgz", + "integrity": "sha512-8yqhjXhqKF9fqN4ZfLgVNKCX0AVDaOY9KzD3AGQ+UiRHgmnY/F/T8Np9hSgEVQl1E9N6GXWF/7d8fOTVKCFCbQ==", "dependencies": { - "safe-buffer": "~5.2.0" + "@turf/clone": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/string-template": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/string-template/-/string-template-0.2.1.tgz", - "integrity": "sha512-Yptehjogou2xm4UJbxJ4CxgZx12HBfeystp0y3x7s4Dj32ltVVG1Gg8YhKjHZkHicuKpZX/ffilA8505VbUbpw==", - "dev": true - }, - "node_modules/string-width": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", - "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", + "node_modules/turf-next/node_modules/@turf/great-circle": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/great-circle/-/great-circle-7.0.0.tgz", + "integrity": "sha512-onZYQ4ZiN2sIff8j648k+eaeavC+W2wG9L+7wSZjWgeaM4t40r3ZhcJLwqmMUSHxccACNlnINukQodulsflFDg==", "dependencies": { - "eastasianwidth": "^0.2.0", - "emoji-regex": "^9.2.2", - "strip-ansi": "^7.0.1" - }, - "engines": { - "node": ">=12" + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://opencollective.com/turf" } }, - "node_modules/string-width-cjs": { - "name": "string-width", - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/helpers": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/helpers/-/helpers-7.0.0.tgz", + "integrity": "sha512-vwZvxRuyjGpGXvhXSbT9mX6FK92dBMLWbMbDJ/MXQUPx17ReVPFc+6N6IcxAzZfkiCnqy7vpuq0c+/TTrQxIiA==", "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" + "deep-equal": "^2.2.3", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=8" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/string-width-cjs/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "node_modules/string-width/node_modules/ansi-regex": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", - "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", - "engines": { - "node": ">=12" + "node_modules/turf-next/node_modules/@turf/hex-grid": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/hex-grid/-/hex-grid-7.0.0.tgz", + "integrity": "sha512-6vWO/eVyCvk9mUOj7wxCRUSFpZ0Rlqo4fLvAWX+WsNlOn7xnYs8TFXyiVuWcJdWiMX/LzjOF2OTI6HXF3BhEAQ==", + "dependencies": { + "@turf/distance": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/intersect": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/turf-next/node_modules/@turf/interpolate": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/interpolate/-/interpolate-7.0.0.tgz", + "integrity": "sha512-ERorrpqItp/qrVtkCkFhB0i4fgjb27cCObTucWdSVUMEitH2ieEQzysmghtyq2F6zq1DW3tC33Jjr79IDj+X6A==", + "dependencies": { + "@turf/bbox": "^7.0.0", + "@turf/centroid": "^7.0.0", + "@turf/clone": "^7.0.0", + "@turf/distance": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/hex-grid": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/meta": "^7.0.0", + "@turf/point-grid": "^7.0.0", + "@turf/square-grid": "^7.0.0", + "@turf/triangle-grid": "^7.0.0" }, "funding": { - "url": "https://github.com/chalk/ansi-regex?sponsor=1" + "url": "https://opencollective.com/turf" } }, - "node_modules/string-width/node_modules/strip-ansi": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", - "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "node_modules/turf-next/node_modules/@turf/intersect": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/intersect/-/intersect-7.0.0.tgz", + "integrity": "sha512-2GL9yAPwmzkec5UiuPbVdLpPVsJIRVl8obPu4oMzhOMKVqw3UGsFGCjWNOY2cKg2cN8E7ijfAEoFNztLyNPY+g==", "dependencies": { - "ansi-regex": "^6.0.1" - }, - "engines": { - "node": ">=12" + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "polygon-clipping": "^0.15.3", + "tslib": "^2.6.2" }, "funding": { - "url": "https://github.com/chalk/strip-ansi?sponsor=1" + "url": "https://opencollective.com/turf" } }, - "node_modules/stringify-entities": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.3.tgz", - "integrity": "sha512-BP9nNHMhhfcMbiuQKCqMjhDP5yBCAxsPu4pHFFzJ6Alo9dZgY4VLDPutXqIjpRiMoKdp7Av85Gr73Q5uH9k7+g==", + "node_modules/turf-next/node_modules/@turf/invariant": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/invariant/-/invariant-7.0.0.tgz", + "integrity": "sha512-Kayszfz3W8yJ1/cIA3/aNSzAuw7QgSp+IwsSmhLAfp4DbjV0o6sjxRZXRY2gRstZHqkNHSSEeir8V/icdO8sjA==", "dependencies": { - "character-entities-html4": "^2.0.0", - "character-entities-legacy": "^3.0.0" + "@turf/helpers": "^7.0.0", + "tslib": "^2.6.2" }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "url": "https://opencollective.com/turf" } }, - "node_modules/stringify-object": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz", - "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==", + "node_modules/turf-next/node_modules/@turf/isobands": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/isobands/-/isobands-7.0.0.tgz", + "integrity": "sha512-2l+FIbywYPCsus8+H6eSyyf3Xsrbe+Zi0NbgpVDScvR9TVu55ta0KMvQdS4aMEtg9ADlQa/C81hZhmYsBtvLug==", "dependencies": { - "get-own-enumerable-property-symbols": "^3.0.0", - "is-obj": "^1.0.1", - "is-regexp": "^1.0.0" + "@turf/area": "^7.0.0", + "@turf/bbox": "^7.0.0", + "@turf/boolean-point-in-polygon": "^7.0.0", + "@turf/explode": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/meta": "^7.0.0", + "marchingsquares": "^1.3.3", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=4" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/stringify-package": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/stringify-package/-/stringify-package-1.0.1.tgz", - "integrity": "sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg==", - "deprecated": "This module is not used anymore, and has been replaced by @npmcli/package-json", - "dev": true - }, - "node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "node_modules/turf-next/node_modules/@turf/isolines": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/isolines/-/isolines-7.0.0.tgz", + "integrity": "sha512-3LqwbzHnZ19gca5VC08XnHK36iRw2tEKjVtrI87iq6QEN9rR4FYcZOCmkPznYKwMKr44KkZKOlfNq/s72s1t3w==", "dependencies": { - "ansi-regex": "^5.0.1" + "@turf/bbox": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/meta": "^7.0.0", + "marchingsquares": "^1.3.3", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=8" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/strip-ansi-cjs": { - "name": "strip-ansi", - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/kinks": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/kinks/-/kinks-7.0.0.tgz", + "integrity": "sha512-rUzx2G4NSb7f+SMjuBZBakrK4BrS3pfb67vYH8XQA28C9NBRQcZqJBCjXqA079q16GXiDpjCLianQMewtd6ksw==", "dependencies": { - "ansi-regex": "^5.0.1" + "@turf/helpers": "^7.0.0", + "sweepline-intersections": "^1.5.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=8" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", - "dev": true, - "engines": { - "node": ">=4" + "node_modules/turf-next/node_modules/@turf/length": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/length/-/length-7.0.0.tgz", + "integrity": "sha512-B+ABesWLtQc8W310LJ8kmUn//NfpUUhsm4Gwt9ZHNYxBVV+FNolY965F7DYm/tvLMZP9bGMomTlczFWV7O4YIA==", + "dependencies": { + "@turf/distance": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/strip-bom-string": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/strip-bom-string/-/strip-bom-string-1.0.0.tgz", - "integrity": "sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==", - "engines": { - "node": ">=0.10.0" + "node_modules/turf-next/node_modules/@turf/line-arc": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/line-arc/-/line-arc-7.0.0.tgz", + "integrity": "sha512-kxZJlbQHR5F7toJ7QR+qF4eWX74RydGavCr2/IPOjcFK1mcSkTfyiSli3pciavD4eH3tHx0flTqH2poqTQxtyg==", + "dependencies": { + "@turf/circle": "^7.0.0", + "@turf/destination": "^7.0.0", + "@turf/helpers": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/strip-final-newline": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", - "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", - "engines": { - "node": ">=6" + "node_modules/turf-next/node_modules/@turf/line-chunk": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/line-chunk/-/line-chunk-7.0.0.tgz", + "integrity": "sha512-oA4GuUSxof3o0JOhNyS+CdzpqJ0VFro8RlGkTtymMhEMly4T7xjbMdffIrJ9o8hpnNKdwkJs4bcB98UD8sSPeA==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/length": "^7.0.0", + "@turf/line-slice-along": "^7.0.0", + "@turf/meta": "^7.0.0" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/strip-indent": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz", - "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/line-intersect": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/line-intersect/-/line-intersect-7.0.0.tgz", + "integrity": "sha512-vxCwzxCbTyKXO3GsEFQ8hyH1nLQShBhvFobRM2bLrbBlP2fWY9LDGixBcmWuOwV/G/wpQJxAjBJ6IYHjKIJqyA==", "dependencies": { - "min-indent": "^1.0.0" + "@turf/helpers": "^7.0.0", + "sweepline-intersections": "^1.5.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=8" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/strip-json-comments": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", - "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==", - "engines": { - "node": ">=0.10.0" + "node_modules/turf-next/node_modules/@turf/line-offset": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/line-offset/-/line-offset-7.0.0.tgz", + "integrity": "sha512-ZQHAuR2y0ktG8uYAbaxGsJh931oCBwrxzOjiRtOcMifc/Hty37WFVaE9rCDrYrMLut7Ye9JQ36c6DMOljOLkMA==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/meta": "^7.0.0" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/style-to-object": { - "version": "0.4.4", - "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.4.4.tgz", - "integrity": "sha512-HYNoHZa2GorYNyqiCaBgsxvcJIn7OHq6inEga+E6Ke3m5JkoqpQbnFssk4jwe+K7AhGa2fcha4wSOf1Kn01dMg==", + "node_modules/turf-next/node_modules/@turf/line-overlap": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/line-overlap/-/line-overlap-7.0.0.tgz", + "integrity": "sha512-yYjT0Qe2WIvf3InuSzobmEkD4XguoimdzXt23eHFF/RKNubAwwdFDeLbmyA7fNZFGrMLNEl/zYvgBVXiQ7tihg==", "dependencies": { - "inline-style-parser": "0.1.1" + "@turf/boolean-point-on-line": "^7.0.0", + "@turf/geojson-rbush": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/line-segment": "^7.0.0", + "@turf/meta": "^7.0.0", + "@turf/nearest-point-on-line": "^7.0.0", + "deep-equal": "^2.2.3", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/stylehacks": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.1.1.tgz", - "integrity": "sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==", + "node_modules/turf-next/node_modules/@turf/line-segment": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/line-segment/-/line-segment-7.0.0.tgz", + "integrity": "sha512-Fn8IPEMGQyDAJjjrEOrF0VUCdRosjdvd9x38gq73Qg5oSsZ4p9DdMdgydK27XL74/ivM4+CtDqQkHcj5Aec/yw==", "dependencies": { - "browserslist": "^4.21.4", - "postcss-selector-parser": "^6.0.4" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" }, - "peerDependencies": { - "postcss": "^8.2.15" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/subarg": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/subarg/-/subarg-1.0.0.tgz", - "integrity": "sha512-RIrIdRY0X1xojthNcVtgT9sjpOGagEUKpZdgBUi054OEPFo282yg+zE+t1Rj3+RqKq2xStL7uUHhY+AjbC4BXg==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/line-slice": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/line-slice/-/line-slice-7.0.0.tgz", + "integrity": "sha512-De+j4QTdoHguYu4S3UqOdU8GEg7VrVqQ67SkGzgFWL/SFh3V98+KDhxFIMA1OmzOc5/ox3yUQ8a/BOYslAV4DA==", "dependencies": { - "minimist": "^1.1.0" + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/nearest-point-on-line": "^7.0.0" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "node_modules/turf-next/node_modules/@turf/line-slice-along": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/line-slice-along/-/line-slice-along-7.0.0.tgz", + "integrity": "sha512-+HNcI8ilm7ma/oKm23f2ca+xaNe4IjDYAjtl2Peap3b39Y9UAgw6lXhIh/L+m/XQXKkdWOfmqf4J2ar0bgG9DQ==", "dependencies": { - "has-flag": "^4.0.0" + "@turf/bearing": "^7.0.0", + "@turf/destination": "^7.0.0", + "@turf/distance": "^7.0.0", + "@turf/helpers": "^7.0.0" }, - "engines": { - "node": ">=8" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/supports-preserve-symlinks-flag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", - "engines": { - "node": ">= 0.4" + "node_modules/turf-next/node_modules/@turf/line-split": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/line-split/-/line-split-7.0.0.tgz", + "integrity": "sha512-LuJuO1bY++PJEQ7gqbkzdL8RP1pZRQdgoqaZTsMy5AhxfjMCSL4Bx3o8SYAtsQt6CTx17dMCqBcjmjZwqNJJ6w==", + "dependencies": { + "@turf/bbox": "^7.0.0", + "@turf/geojson-rbush": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/line-intersect": "^7.0.0", + "@turf/line-segment": "^7.0.0", + "@turf/meta": "^7.0.0", + "@turf/nearest-point-on-line": "^7.0.0", + "@turf/square": "^7.0.0", + "@turf/truncate": "^7.0.0" }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "url": "https://opencollective.com/turf" } }, - "node_modules/svg-parser": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz", - "integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==" - }, - "node_modules/svgo": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz", - "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==", + "node_modules/turf-next/node_modules/@turf/line-to-polygon": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/line-to-polygon/-/line-to-polygon-7.0.0.tgz", + "integrity": "sha512-NmrY1jFj4oW30TW2LNoL00/uNmF1bGeTU8W1EtCunoCUUOVD9XSCj0kdSuq+MJLBH06PzOL+2f1jKTFf0X7Kqg==", "dependencies": { - "@trysound/sax": "0.2.0", - "commander": "^7.2.0", - "css-select": "^4.1.3", - "css-tree": "^1.1.3", - "csso": "^4.2.0", - "picocolors": "^1.0.0", - "stable": "^0.1.8" + "@turf/bbox": "^7.0.0", + "@turf/clone": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" }, - "bin": { - "svgo": "bin/svgo" + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/turf-next/node_modules/@turf/mask": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/mask/-/mask-7.0.0.tgz", + "integrity": "sha512-5vSNpN4rCRhEsS69d9u8USlFGdlf5rySCD701gzALNGpvTN4ViXoUUH9ysdqOdvp/IdC8thRP72Hget9fJKcfQ==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "polygon-clipping": "^0.15.3" }, - "engines": { - "node": ">=10.13.0" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/svgo/node_modules/commander": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", - "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", - "engines": { - "node": ">= 10" + "node_modules/turf-next/node_modules/@turf/meta": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/meta/-/meta-7.0.0.tgz", + "integrity": "sha512-cEXr13uFwhXq5mFBy0IK1U/QepE5qgk3zXpBYsla3lYV7cB83Vh+NNUR+r0/w/QoJqest1TG4H20F9tGYWPi/g==", + "dependencies": { + "@turf/helpers": "^7.0.0" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/svgo/node_modules/css-select": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", - "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", + "node_modules/turf-next/node_modules/@turf/midpoint": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/midpoint/-/midpoint-7.0.0.tgz", + "integrity": "sha512-Zt0OgtByf5rTKT86WssAzNN2D7eqjay9ZlRb2rutynMyJDdLgbGPurTZIOXOP7ztGaS/WIMYlvPEveIp8ao1zQ==", "dependencies": { - "boolbase": "^1.0.0", - "css-what": "^6.0.1", - "domhandler": "^4.3.1", - "domutils": "^2.8.0", - "nth-check": "^2.0.1" + "@turf/bearing": "^7.0.0", + "@turf/destination": "^7.0.0", + "@turf/distance": "^7.0.0", + "@turf/helpers": "^7.0.0" }, "funding": { - "url": "https://github.com/sponsors/fb55" + "url": "https://opencollective.com/turf" } }, - "node_modules/svgo/node_modules/dom-serializer": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", - "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", + "node_modules/turf-next/node_modules/@turf/moran-index": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/moran-index/-/moran-index-7.0.0.tgz", + "integrity": "sha512-Vl3PD8wn8aBYZpQ7Kq+dWosiQP2HTeZmzEyQh7WGAUK7OunODFPIdObj6jLwKYj9ZW2XVxaGmogjVEmQ2/2FQQ==", "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^4.2.0", - "entities": "^2.0.0" + "@turf/distance-weight": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" }, "funding": { - "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" + "url": "https://opencollective.com/turf" } }, - "node_modules/svgo/node_modules/domhandler": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", - "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", + "node_modules/turf-next/node_modules/@turf/nearest-point": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/nearest-point/-/nearest-point-7.0.0.tgz", + "integrity": "sha512-h3uLUoeo6JWTirpI499SRooqEoDxia2C/kDqAwAeXFqwxzGqGprtNA/C0bMgHfxE1M2rxORGzvgywKirpLu1dA==", "dependencies": { - "domelementtype": "^2.2.0" + "@turf/clone": "^7.0.0", + "@turf/distance": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">= 4" + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/turf-next/node_modules/@turf/nearest-point-on-line": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/nearest-point-on-line/-/nearest-point-on-line-7.0.0.tgz", + "integrity": "sha512-ADf+oytqY3EVT/9JApoRr5H0f8wzkzeXhJUfTDEcWZoJqT/8lOX2HCo87b6+oEb1QIavlSogoku1+M5xMIcJLw==", + "dependencies": { + "@turf/bearing": "^7.0.0", + "@turf/destination": "^7.0.0", + "@turf/distance": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/line-intersect": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" }, "funding": { - "url": "https://github.com/fb55/domhandler?sponsor=1" + "url": "https://opencollective.com/turf" } }, - "node_modules/svgo/node_modules/domutils": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", - "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", + "node_modules/turf-next/node_modules/@turf/nearest-point-to-line": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/nearest-point-to-line/-/nearest-point-to-line-7.0.0.tgz", + "integrity": "sha512-DmbQ88nChkVD6pe9dbFZEBVtmcgrRFKSv1n3Y1Kka+BeDFzCfie2VJuhsrqrecRmLMIEf1tdVJL/MdpinnZZTQ==", "dependencies": { - "dom-serializer": "^1.0.1", - "domelementtype": "^2.2.0", - "domhandler": "^4.2.0" + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/meta": "^7.0.0", + "@turf/point-to-line-distance": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/turf-next/node_modules/@turf/planepoint": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/planepoint/-/planepoint-7.0.0.tgz", + "integrity": "sha512-+/Sqk1I8QwlKsd0rfjwOac3BAdIBeyjN8Irgk2vYbxUADn6QWcxyYLro8DHUVrTu9jZfllc8QNpy9/6iUykm0A==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0" }, "funding": { - "url": "https://github.com/fb55/domutils?sponsor=1" + "url": "https://opencollective.com/turf" } }, - "node_modules/svgo/node_modules/entities": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", - "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", + "node_modules/turf-next/node_modules/@turf/point-grid": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/point-grid/-/point-grid-7.0.0.tgz", + "integrity": "sha512-vXtFeWFC0i9T71AVX5VdlqD2mlKhk649OF/pEJB9wtCGDHYax9kkObNDSz4mFAz4UqQ67P5Lipg8YYaawgmDZg==", + "dependencies": { + "@turf/boolean-within": "^7.0.0", + "@turf/distance": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" + }, "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" + "url": "https://opencollective.com/turf" } }, - "node_modules/tapable": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", - "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", - "engines": { - "node": ">=6" + "node_modules/turf-next/node_modules/@turf/point-on-feature": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/point-on-feature/-/point-on-feature-7.0.0.tgz", + "integrity": "sha512-KTvYrQJEw62GLivd5LfCRt9z/4ZFdz29+3HxW9/RHhb8nrjLU8M8j7fJTQ+/Q+pPunWPK0Fvjv8LZAh0c30/oA==", + "dependencies": { + "@turf/boolean-point-in-polygon": "^7.0.0", + "@turf/center": "^7.0.0", + "@turf/explode": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/nearest-point": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/terser": { - "version": "5.29.2", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.29.2.tgz", - "integrity": "sha512-ZiGkhUBIM+7LwkNjXYJq8svgkd+QK3UUr0wJqY4MieaezBSAIPgbSPZyIx0idM6XWK5CMzSWa8MJIzmRcB8Caw==", + "node_modules/turf-next/node_modules/@turf/point-to-line-distance": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/point-to-line-distance/-/point-to-line-distance-7.0.0.tgz", + "integrity": "sha512-BMNy/vbvm9NjrgJq6MA3xhruy+cp/Wj+ff3fiu8Rdl5QX/dMwCeyCZuuvzCftup6GTPUhRbpe0YRFUBInGzx/g==", "dependencies": { - "@jridgewell/source-map": "^0.3.3", - "acorn": "^8.8.2", - "commander": "^2.20.0", - "source-map-support": "~0.5.20" + "@turf/bearing": "^7.0.0", + "@turf/distance": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/meta": "^7.0.0", + "@turf/projection": "^7.0.0", + "@turf/rhumb-bearing": "^7.0.0", + "@turf/rhumb-distance": "^7.0.0", + "tslib": "^2.6.2" }, - "bin": { - "terser": "bin/terser" - }, - "engines": { - "node": ">=10" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/terser-webpack-plugin": { - "version": "5.3.10", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz", - "integrity": "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==", + "node_modules/turf-next/node_modules/@turf/points-within-polygon": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/points-within-polygon/-/points-within-polygon-7.0.0.tgz", + "integrity": "sha512-Nz4kLSitsfZH0jwgCA5PCVcCocMWNM5+0LZo13j2JoXP980zTwL5t6jiwS2qFoofNE0Q6RfjrfQ3kVm5/g1/bQ==", "dependencies": { - "@jridgewell/trace-mapping": "^0.3.20", - "jest-worker": "^27.4.5", - "schema-utils": "^3.1.1", - "serialize-javascript": "^6.0.1", - "terser": "^5.26.0" - }, - "engines": { - "node": ">= 10.13.0" + "@turf/boolean-point-in-polygon": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^5.1.0" - }, - "peerDependenciesMeta": { - "@swc/core": { - "optional": true - }, - "esbuild": { - "optional": true - }, - "uglify-js": { - "optional": true - } + "url": "https://opencollective.com/turf" } }, - "node_modules/terser-webpack-plugin/node_modules/ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "node_modules/turf-next/node_modules/@turf/polygon-smooth": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/polygon-smooth/-/polygon-smooth-7.0.0.tgz", + "integrity": "sha512-1pY81xZivsToG8zFGvX/1NjrYCNOWm+fdtciWyF+tt0rGE/xvMwE4yiX1chDrKiV2X8W+Ip/ZLry3MIBcSUx0Q==", "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" + "url": "https://opencollective.com/turf" } }, - "node_modules/terser-webpack-plugin/node_modules/ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", - "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", - "peerDependencies": { - "ajv": "^6.9.1" + "node_modules/turf-next/node_modules/@turf/polygon-tangents": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/polygon-tangents/-/polygon-tangents-7.0.0.tgz", + "integrity": "sha512-BNSKWqOTiCvVSj5CuLmkcHkagFsBSbUuSSffEGxC3cFY2tb0vP71nFE9qM+h9FpApkR6F/bWxRu5AxQ4oVHySQ==", + "dependencies": { + "@turf/bbox": "^7.0.0", + "@turf/boolean-within": "^7.0.0", + "@turf/explode": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/nearest-point": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/terser-webpack-plugin/node_modules/jest-worker": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", - "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", + "node_modules/turf-next/node_modules/@turf/polygon-to-line": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/polygon-to-line/-/polygon-to-line-7.0.0.tgz", + "integrity": "sha512-FkbxgABNzULN//WiSWiBqkbePbQANMmYKFgD6tUnVGldTFa1RuUjt/bgbvPjVHZfUdJieyxBszzl1dP0z8czDQ==", "dependencies": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">= 10.13.0" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/terser-webpack-plugin/node_modules/json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" - }, - "node_modules/terser-webpack-plugin/node_modules/schema-utils": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", - "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", + "node_modules/turf-next/node_modules/@turf/polygonize": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/polygonize/-/polygonize-7.0.0.tgz", + "integrity": "sha512-aTVANRcWHVFZIgUwH5H5BMn9OoGk8KI+mGe4H8cXQWUvarKUz86t8BkdkbWnsAfdOTrEwK4WFWtxfmeWwJUH7Q==", "dependencies": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - }, - "engines": { - "node": ">= 10.13.0" + "@turf/boolean-point-in-polygon": "^7.0.0", + "@turf/envelope": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" + "url": "https://opencollective.com/turf" } }, - "node_modules/terser-webpack-plugin/node_modules/supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "node_modules/turf-next/node_modules/@turf/projection": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/projection/-/projection-7.0.0.tgz", + "integrity": "sha512-EoPbZPZSDv0AJMfYhqnS455CVMYwPU78kHyQHeOnMR1Tc5z+TiImvyq55umhfecgpETzuDsjFkmeQ2phDKTmbA==", "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=10" + "@turf/clone": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" }, "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" + "url": "https://opencollective.com/turf" } }, - "node_modules/terser/node_modules/commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" - }, - "node_modules/text-extensions": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/text-extensions/-/text-extensions-1.9.0.tgz", - "integrity": "sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==", - "dev": true, - "engines": { - "node": ">=0.10" + "node_modules/turf-next/node_modules/@turf/random": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/random/-/random-7.0.0.tgz", + "integrity": "sha512-l3+FW0pk6MUQx2lyMvzps2YQS7ovP6YoV0tVvuNaQq0UICB1P4EHJIKLMTe5pXk73Z3p0wTgnEPk0Z2lqWaeGQ==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/text-table": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==" - }, - "node_modules/through": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", - "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==", - "dev": true - }, - "node_modules/through2": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", - "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/rectangle-grid": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/rectangle-grid/-/rectangle-grid-7.0.0.tgz", + "integrity": "sha512-iLMRfaWs9+BlGaDP5ka7J9bTGFPGim1Tl38uNTPagIVxk6bNfB8156S9up+/7scpjuQGxY0ky3tlR9aVYlWNdw==", "dependencies": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" + "@turf/boolean-intersects": "^7.0.0", + "@turf/distance": "^7.0.0", + "@turf/helpers": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/through2-filter": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/through2-filter/-/through2-filter-3.0.0.tgz", - "integrity": "sha512-jaRjI2WxN3W1V8/FMZ9HKIBXixtiqs3SQSX4/YGIiP3gL6djW48VoZq9tDqeCWs3MT8YY5wb/zli8VW8snY1CA==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/rewind": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/rewind/-/rewind-7.0.0.tgz", + "integrity": "sha512-kZwqJ4enmTZPDrI0rCf+zE9HChCuKKvD0kqZJo50XvfypfKVz5CI751Dgs/cslMIENyKFiHHHM4OMgouJ/lR1Q==", "dependencies": { - "through2": "~2.0.0", - "xtend": "~4.0.0" + "@turf/boolean-clockwise": "^7.0.0", + "@turf/clone": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/through2/node_modules/isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", - "dev": true - }, - "node_modules/through2/node_modules/readable-stream": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", - "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/rhumb-bearing": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/rhumb-bearing/-/rhumb-bearing-7.0.0.tgz", + "integrity": "sha512-4qDggFDNBbWdD+o3H+vna5eiKCAsmqAueP3T5rSEB1ier77wVgjg7cs7eTrEBbpuCbPAho7NDNdyAjgItydgLQ==", "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/through2/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true - }, - "node_modules/through2/node_modules/string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/rhumb-destination": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/rhumb-destination/-/rhumb-destination-7.0.0.tgz", + "integrity": "sha512-uYgqP8BGo8DBs6ZgjBo9SNCXc6BY+iA6OG7yPYSe4Lur2vu+LkbBXV6P3IodkeHyPex+X5ATea8QHutYQX6HUg==", "dependencies": { - "safe-buffer": "~5.1.0" + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/thunky": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", - "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==" - }, - "node_modules/tiny-invariant": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz", - "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==" - }, - "node_modules/tiny-lr": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/tiny-lr/-/tiny-lr-1.1.1.tgz", - "integrity": "sha512-44yhA3tsaRoMOjQQ+5v5mVdqef+kH6Qze9jTpqtVufgYjYt08zyZAwNwwVBj3i1rJMnR52IxOW0LK0vBzgAkuA==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/rhumb-distance": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/rhumb-distance/-/rhumb-distance-7.0.0.tgz", + "integrity": "sha512-VAZnZcHbHHUU/Li0sj50/T6bBGRWvJ6eOZmw2aZFxxnC+AkHv4LTKDf0wNsxR03ZwGEh4uJM8OuirNugLIhAyA==", "dependencies": { - "body": "^5.1.0", - "debug": "^3.1.0", - "faye-websocket": "~0.10.0", - "livereload-js": "^2.3.0", - "object-assign": "^4.1.0", - "qs": "^6.4.0" + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/tiny-lr/node_modules/debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/sample": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/sample/-/sample-7.0.0.tgz", + "integrity": "sha512-yCeITDVT3vWMaK/X1JF6jxEipgBCi2Foj87lVO7rcVg5pp/6c2S8BnFB5NoI0+HKXEpulG4eH57khUVND9VCGA==", "dependencies": { - "ms": "^2.1.1" + "@turf/helpers": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/tiny-lr/node_modules/faye-websocket": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz", - "integrity": "sha512-Xhj93RXbMSq8urNCUq4p9l0P6hnySJ/7YNRhYNug0bLOuii7pKO7xQFb5mx9xZXWCar88pLPb805PvUkwrLZpQ==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/sector": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/sector/-/sector-7.0.0.tgz", + "integrity": "sha512-HXT8vbCYoIbomcyT0D/0Ap4p3bSmb3EFC7C5BBv3Gr9oWiMf5cFgwwA/inbGorU5fcRap7/Yt4hWWTGLO5MDTw==", "dependencies": { - "websocket-driver": ">=0.5.1" + "@turf/circle": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/line-arc": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=0.4.0" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/tiny-warning": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz", - "integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==" - }, - "node_modules/tinyqueue": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/tinyqueue/-/tinyqueue-2.0.3.tgz", - "integrity": "sha512-ppJZNDuKGgxzkHihX8v9v9G5f+18gzaTfrukGrq6ueg0lmH4nqVnA2IPG0AEH3jKEk2GRJCUhDoqpoiw3PHLBA==" - }, - "node_modules/to-absolute-glob": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/to-absolute-glob/-/to-absolute-glob-2.0.2.tgz", - "integrity": "sha512-rtwLUQEwT8ZeKQbyFJyomBRYXyE16U5VKuy0ftxLMK/PZb2fkOsg5r9kHdauuVDbsNdIBoC/HCthpidamQFXYA==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/shortest-path": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/shortest-path/-/shortest-path-7.0.0.tgz", + "integrity": "sha512-nEtL6qA3Po6uXZsLnfbFCD+Nng3GIRBX2Okyva3PYCJvuD27qYJFvXk423Z0qA+09zZHhi2Ct1IGuXBBYmdkaw==", "dependencies": { - "is-absolute": "^1.0.0", - "is-negated-glob": "^1.0.0" + "@turf/bbox": "^7.0.0", + "@turf/bbox-polygon": "^7.0.0", + "@turf/boolean-point-in-polygon": "^7.0.0", + "@turf/clean-coords": "^7.0.0", + "@turf/distance": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/meta": "^7.0.0", + "@turf/transform-scale": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=0.10.0" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", - "engines": { - "node": ">=4" + "node_modules/turf-next/node_modules/@turf/simplify": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/simplify/-/simplify-7.0.0.tgz", + "integrity": "sha512-EizgFBv7LiLTfqk0BlzuKXmGj7owHksI7Q0mur+yOFGFhEmP5pWm+jYxq+pYfUZA3eki4J7kyN4Mhg5c+jhLTw==", + "dependencies": { + "@turf/clean-coords": "^7.0.0", + "@turf/clone": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/to-object-path": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz", - "integrity": "sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/square": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/square/-/square-7.0.0.tgz", + "integrity": "sha512-HnY2fESbGGzMeb19qZ0HKpsGRZv4f4e8oHH+gdCr6cs03z/TO6JslJdRA65zHNkdReSVEOQWIMF5IB+Cq20jCg==", "dependencies": { - "kind-of": "^3.0.2" + "@turf/distance": "^7.0.0", + "@turf/helpers": "^7.0.0" }, - "engines": { - "node": ">=0.10.0" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/to-object-path/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/square-grid": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/square-grid/-/square-grid-7.0.0.tgz", + "integrity": "sha512-Dz7GyFRbcf0aek5nm7gW5gVYq/dJdn+JkVFgSIimysRl1tBtQiE0LvjZRdS97JvPs6m6hcZT+sDEXW1fLDPYFA==", "dependencies": { - "is-buffer": "^1.1.5" + "@turf/helpers": "^7.0.0", + "@turf/rectangle-grid": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=0.10.0" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/to-regex": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz", - "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/standard-deviational-ellipse": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/standard-deviational-ellipse/-/standard-deviational-ellipse-7.0.0.tgz", + "integrity": "sha512-rr4T48aAfu2E/V6fStE8Jq1VD2a/zztS1LGu1PSK3pbk7Eq9HTEE9jzjBIONhDI6ljoLBYy4Qib+L3DaNCfmUQ==", "dependencies": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" + "@turf/center-mean": "^7.0.0", + "@turf/ellipse": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/meta": "^7.0.0", + "@turf/points-within-polygon": "^7.0.0" }, - "engines": { - "node": ">=0.10.0" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "node_modules/turf-next/node_modules/@turf/tag": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/tag/-/tag-7.0.0.tgz", + "integrity": "sha512-/QVKwYq9C7BkHrVtwLXwKSrEZcZT+/JQeNpGsOFhCBnDgXUMtLpj2obkMt+v7wXXtUgTsFAnSh7ClNgS6eB2Sg==", "dependencies": { - "is-number": "^7.0.0" + "@turf/boolean-point-in-polygon": "^7.0.0", + "@turf/clone": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=8.0" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/to-regex/node_modules/extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/tesselate": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/tesselate/-/tesselate-7.0.0.tgz", + "integrity": "sha512-AWdFrBuLh4RFEBLWVaY9Z3/8jrXFv9WDvO3SyVUCQYFFcQP9aVieHyEEwebRaKb578il/o3rNHyRBuL6xSOcAA==", "dependencies": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" + "@turf/helpers": "^7.0.0", + "earcut": "^2.2.4" }, - "engines": { - "node": ">=0.10.0" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/to-regex/node_modules/is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/tin": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/tin/-/tin-7.0.0.tgz", + "integrity": "sha512-KuzXnoetCqu5RC6wcUWOvotxZMcgZptqz3gJZAuhqa1CF3DKUKFEJ851+f/9KzZ+woalUB8anFr9dMKJjcM6RA==", "dependencies": { - "is-plain-object": "^2.0.4" + "@turf/helpers": "^7.0.0", + "tslib": "^2.6.2" }, - "engines": { - "node": ">=0.10.0" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/to-through": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-through/-/to-through-2.0.0.tgz", - "integrity": "sha512-+QIz37Ly7acM4EMdw2PRN389OneM5+d844tirkGp4dPKzI5OE72V9OsbFp+CIYJDahZ41ZV05hNtcPAQUAm9/Q==", - "dev": true, + "node_modules/turf-next/node_modules/@turf/transform-rotate": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/transform-rotate/-/transform-rotate-7.0.0.tgz", + "integrity": "sha512-zU6ypVOdVtXaJvy2LEVjx4o7y/vR9kIL6Iu/VkzXIvGCYICDdHnrpeEVJOFZPqdq4GI4C1xAQ4ARPTwtGrpPBg==", "dependencies": { - "through2": "^2.0.3" + "@turf/centroid": "^7.0.0", + "@turf/clone": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/meta": "^7.0.0", + "@turf/rhumb-bearing": "^7.0.0", + "@turf/rhumb-destination": "^7.0.0", + "@turf/rhumb-distance": "^7.0.0" }, - "engines": { - "node": ">= 0.10" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/toidentifier": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", - "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", - "engines": { - "node": ">=0.6" + "node_modules/turf-next/node_modules/@turf/transform-scale": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/transform-scale/-/transform-scale-7.0.0.tgz", + "integrity": "sha512-G94nxT5TyP8TSNRDkoevFoGlUw0H2Az5IG1JKFTT5nRqpbML17IQblV33gaA1Hm197rekQo3CDVWEbgpOV0jAw==", + "dependencies": { + "@turf/bbox": "^7.0.0", + "@turf/center": "^7.0.0", + "@turf/centroid": "^7.0.0", + "@turf/clone": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/meta": "^7.0.0", + "@turf/rhumb-bearing": "^7.0.0", + "@turf/rhumb-destination": "^7.0.0", + "@turf/rhumb-distance": "^7.0.0" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/topojson-client": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/topojson-client/-/topojson-client-3.1.0.tgz", - "integrity": "sha512-605uxS6bcYxGXw9qi62XyrV6Q3xwbndjachmNxu8HWTtVPxZfEJN9fd/SZS1Q54Sn2y0TMyMxFj/cJINqGHrKw==", + "node_modules/turf-next/node_modules/@turf/transform-translate": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/transform-translate/-/transform-translate-7.0.0.tgz", + "integrity": "sha512-sdZl29CqHoBo/Mxwos6Hvb6LXtHJYYTIjlWqphnu1kislbJwWUJpYjwD8yqTljfW4QHgDzGpnRLGzjDVZ7KHQQ==", "dependencies": { - "commander": "2" + "@turf/clone": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "@turf/meta": "^7.0.0", + "@turf/rhumb-destination": "^7.0.0" }, - "bin": { - "topo2geo": "bin/topo2geo", - "topomerge": "bin/topomerge", - "topoquantize": "bin/topoquantize" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/topojson-client/node_modules/commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" - }, - "node_modules/topojson-server": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/topojson-server/-/topojson-server-3.0.1.tgz", - "integrity": "sha512-/VS9j/ffKr2XAOjlZ9CgyyeLmgJ9dMwq6Y0YEON8O7p/tGGk+dCWnrE03zEdu7i4L7YsFZLEPZPzCvcB7lEEXw==", + "node_modules/turf-next/node_modules/@turf/triangle-grid": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/triangle-grid/-/triangle-grid-7.0.0.tgz", + "integrity": "sha512-LKBMgkGGfZxZclRzalIYHGG50eMBOHNihBZLagK/f8RAMrvG2rS/S4n/CQbqU9OXenDgYErSm3SCVXC1dTXVPA==", "dependencies": { - "commander": "2" + "@turf/distance": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/intersect": "^7.0.0", + "tslib": "^2.6.2" }, - "bin": { - "geo2topo": "bin/geo2topo" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/topojson-server/node_modules/commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" + "node_modules/turf-next/node_modules/@turf/truncate": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/truncate/-/truncate-7.0.0.tgz", + "integrity": "sha512-G0cKlvONexzRIHRMkzhIA9UsOHiHbVW+iFBlAyDxXKK9Cr9USp/JjETAo8zqCnTQna40xdjt4bcHtsZxqyRQZw==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" + } }, - "node_modules/totalist": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz", - "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==", - "engines": { - "node": ">=6" + "node_modules/turf-next/node_modules/@turf/union": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/union/-/union-7.0.0.tgz", + "integrity": "sha512-NRnP0GJ3guzVh6D2KNZvqNLMkbZtPQ6X1U4czK9ETicLROzqq6wM/S8gHZJVoh0KxxK1RYDsKu0RGFVobVT2vA==", + "dependencies": { + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "polygon-clipping": "^0.15.3", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/trim-lines": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz", - "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==", + "node_modules/turf-next/node_modules/@turf/unkink-polygon": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/unkink-polygon/-/unkink-polygon-7.0.0.tgz", + "integrity": "sha512-mkwC7+KgINIAkRYSx0iRp8BjGtw8bijvtzC9Da5CRTSg13WH2IrvksFtasTo58xMdqyt6oO2NdMEDX3JUwRCeg==", + "dependencies": { + "@turf/area": "^7.0.0", + "@turf/boolean-point-in-polygon": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/meta": "^7.0.0", + "rbush": "^3.0.1" + }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "url": "https://opencollective.com/turf" } }, - "node_modules/trim-newlines": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz", - "integrity": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==", - "dev": true, - "engines": { - "node": ">=8" + "node_modules/turf-next/node_modules/@turf/voronoi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@turf/voronoi/-/voronoi-7.0.0.tgz", + "integrity": "sha512-AJMrtd9eV+nVA+su1GIp96E5ENzKUepPFr9wWHqqWedj92W2KbdAwfwJVMyl0vBmiMYeTSnfzC7HenIMXePfhA==", + "dependencies": { + "@turf/clone": "^7.0.0", + "@turf/helpers": "^7.0.0", + "@turf/invariant": "^7.0.0", + "d3-voronoi": "1.1.2" + }, + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/trough": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz", - "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==", + "node_modules/turf-next/node_modules/deep-equal": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.3.tgz", + "integrity": "sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==", + "dependencies": { + "array-buffer-byte-length": "^1.0.0", + "call-bind": "^1.0.5", + "es-get-iterator": "^1.1.3", + "get-intrinsic": "^1.2.2", + "is-arguments": "^1.1.1", + "is-array-buffer": "^3.0.2", + "is-date-object": "^1.0.5", + "is-regex": "^1.1.4", + "is-shared-array-buffer": "^1.0.2", + "isarray": "^2.0.5", + "object-is": "^1.1.5", + "object-keys": "^1.1.1", + "object.assign": "^4.1.4", + "regexp.prototype.flags": "^1.5.1", + "side-channel": "^1.0.4", + "which-boxed-primitive": "^1.0.2", + "which-collection": "^1.0.1", + "which-typed-array": "^1.1.13" + }, + "engines": { + "node": ">= 0.4" + }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/tslib": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", - "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" + "node_modules/turf-next/node_modules/isarray": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" }, - "node_modules/turf-jsts": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/turf-jsts/-/turf-jsts-1.2.3.tgz", - "integrity": "sha512-Ja03QIJlPuHt4IQ2FfGex4F4JAr8m3jpaHbFbQrgwr7s7L6U8ocrHiF3J1+wf9jzhGKxvDeaCAnGDot8OjGFyA==" + "node_modules/turf-next/node_modules/rbush": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/rbush/-/rbush-3.0.1.tgz", + "integrity": "sha512-XRaVO0YecOpEuIvbhbpTrZgoiI6xBlz6hnlr6EHhd+0x9ase6EmeN+hdwwUaJvLcsFFQ8iWVF1GAK1yB0BWi0w==", + "dependencies": { + "quickselect": "^2.0.0" + } }, "node_modules/type-fest": { "version": "2.19.0", @@ -21985,12 +24050,6 @@ "node": ">= 0.6" } }, - "node_modules/typedarray": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", - "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==", - "dev": true - }, "node_modules/typedarray-to-buffer": { "version": "3.1.5", "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", @@ -22012,19 +24071,6 @@ "node": ">=14.17" } }, - "node_modules/uglify-js": { - "version": "3.17.4", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.17.4.tgz", - "integrity": "sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==", - "dev": true, - "optional": true, - "bin": { - "uglifyjs": "bin/uglifyjs" - }, - "engines": { - "node": ">=0.8.0" - } - }, "node_modules/unc-path-regex": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz", @@ -22101,31 +24147,6 @@ "url": "https://opencollective.com/unified" } }, - "node_modules/union-value": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz", - "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==", - "dev": true, - "dependencies": { - "arr-union": "^3.1.0", - "get-value": "^2.0.6", - "is-extendable": "^0.1.1", - "set-value": "^2.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/unique-stream": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-2.3.1.tgz", - "integrity": "sha512-2nY4TnBE70yoxHkDli7DMazpWiP7xMdCYqU2nBRO0UB+ZpEkGsSija7MvmvnZFUeC+mrgiUfcHSr3LmRFIg4+A==", - "dev": true, - "dependencies": { - "json-stable-stringify-without-jsonify": "^1.0.1", - "through2-filter": "^3.0.0" - } - }, "node_modules/unique-string": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-3.0.0.tgz", @@ -22141,19 +24162,28 @@ } }, "node_modules/unist-builder": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/unist-builder/-/unist-builder-2.0.3.tgz", - "integrity": "sha512-f98yt5pnlMWlzP539tPc4grGMsFaQQlP/vM396b00jngsiINumNmsY8rkXjfoi1c6QaM8nQ3vaGDuoKWbe/1Uw==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/unist-builder/-/unist-builder-3.0.1.tgz", + "integrity": "sha512-gnpOw7DIpCA0vpr6NqdPvTWnlPTApCTRzr+38E6hCWx3rz/cjo83SsKIlS1Z+L5ttScQ2AwutNnb8+tAvpb6qQ==", "dev": true, + "dependencies": { + "@types/unist": "^2.0.0" + }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, + "node_modules/unist-builder/node_modules/@types/unist": { + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz", + "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==", + "dev": true + }, "node_modules/unist-util-generated": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/unist-util-generated/-/unist-util-generated-1.1.6.tgz", - "integrity": "sha512-cln2Mm1/CZzN5ttGK7vkoGw+RZ8VcUH6BtGbq98DDtRGquAAOXig1mrBQYelOwMXYS8rK+vZDyyojSjp7JX+Lg==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/unist-util-generated/-/unist-util-generated-2.0.1.tgz", + "integrity": "sha512-qF72kLmPxAw0oN2fwpWIqbXAVyEqUzDHMsbtPvOudIlUzXYFIeQIuxXQCRCFh22B7cixvU0MG7m3MW8FTq/S+A==", "dev": true, "funding": { "type": "opencollective", @@ -22161,15 +24191,24 @@ } }, "node_modules/unist-util-is": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.1.0.tgz", - "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", + "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", "dev": true, + "dependencies": { + "@types/unist": "^2.0.0" + }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, + "node_modules/unist-util-is/node_modules/@types/unist": { + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz", + "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==", + "dev": true + }, "node_modules/unist-util-position": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz", @@ -22234,13 +24273,13 @@ } }, "node_modules/unist-util-visit-parents": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-3.1.1.tgz", - "integrity": "sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==", + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", + "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", "dev": true, "dependencies": { "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0" + "unist-util-is": "^5.0.0" }, "funding": { "type": "opencollective", @@ -22294,60 +24333,6 @@ "node": ">= 0.8" } }, - "node_modules/unset-value": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz", - "integrity": "sha512-PcA2tsuGSF9cnySLHTLSh2qrQiJ70mn+r+Glzxv2TWZblxsxCC52BDlZoPCsz7STd9pN7EZetkWZBAvk4cgZdQ==", - "dev": true, - "dependencies": { - "has-value": "^0.3.1", - "isobject": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/unset-value/node_modules/has-value": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz", - "integrity": "sha512-gpG936j8/MzaeID5Yif+577c17TxaDmhuyVgSwtnL/q8UUTySg8Mecb+8Cf1otgLoD7DDH75axp86ER7LFsf3Q==", - "dev": true, - "dependencies": { - "get-value": "^2.0.3", - "has-values": "^0.1.4", - "isobject": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/unset-value/node_modules/has-value/node_modules/isobject": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", - "integrity": "sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA==", - "dev": true, - "dependencies": { - "isarray": "1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/unset-value/node_modules/has-values": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz", - "integrity": "sha512-J8S0cEdWuQbqD9//tlZxiMuMNmxB8PlEwvYwuxsTmR1G5RXUePEX/SJn7aD0GMLieuZYSwNH0cQuJGwnYunXRQ==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/unset-value/node_modules/isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", - "dev": true - }, "node_modules/update-browserslist-db": { "version": "1.0.13", "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz", @@ -22463,13 +24448,6 @@ "node": ">=6" } }, - "node_modules/urix": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", - "integrity": "sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==", - "deprecated": "Please see https://github.com/lydell/urix#deprecated", - "dev": true - }, "node_modules/url-loader": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/url-loader/-/url-loader-4.1.1.tgz", @@ -22555,18 +24533,9 @@ "engines": { "node": ">= 10.13.0" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "node_modules/use": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz", - "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==", - "dev": true, - "engines": { - "node": ">=0.10.0" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" } }, "node_modules/util-deprecate": { @@ -22603,6 +24572,33 @@ "uuid": "dist/bin/uuid" } }, + "node_modules/uvu": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/uvu/-/uvu-0.5.6.tgz", + "integrity": "sha512-+g8ENReyr8YsOc6fv/NVJs2vFdHBnBNdfE49rshrTzDWOlUx4Gq7KOS2GD8eqhy2j+Ejq29+SbKH8yjkAqXqoA==", + "dev": true, + "dependencies": { + "dequal": "^2.0.0", + "diff": "^5.0.0", + "kleur": "^4.0.3", + "sade": "^1.7.3" + }, + "bin": { + "uvu": "bin.js" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/uvu/node_modules/kleur": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz", + "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, "node_modules/validate-npm-package-license": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", @@ -22618,15 +24614,6 @@ "resolved": "https://registry.npmjs.org/value-equal/-/value-equal-1.0.1.tgz", "integrity": "sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==" }, - "node_modules/value-or-function": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/value-or-function/-/value-or-function-3.0.0.tgz", - "integrity": "sha512-jdBB2FrWvQC/pnPtIqcLsMaQgjhdb6B7tk1MMyTKapox+tQZbdRP4uLxu/JY0t7fbfDCUMnuelzEYv5GsxHhdg==", - "dev": true, - "engines": { - "node": ">= 0.10" - } - }, "node_modules/vary": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", @@ -22676,17 +24663,19 @@ } }, "node_modules/vfile-reporter": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/vfile-reporter/-/vfile-reporter-6.0.2.tgz", - "integrity": "sha512-GN2bH2gs4eLnw/4jPSgfBjo+XCuvnX9elHICJZjVD4+NM0nsUrMTvdjGY5Sc/XG69XVTgLwj7hknQVc6M9FukA==", + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/vfile-reporter/-/vfile-reporter-7.0.5.tgz", + "integrity": "sha512-NdWWXkv6gcd7AZMvDomlQbK3MqFWL1RlGzMn++/O2TI+68+nqxCPTvLugdOtfSzXmjh+xUyhp07HhlrbJjT+mw==", "dev": true, "dependencies": { - "repeat-string": "^1.5.0", - "string-width": "^4.0.0", - "supports-color": "^6.0.0", - "unist-util-stringify-position": "^2.0.0", - "vfile-sort": "^2.1.2", - "vfile-statistics": "^1.1.0" + "@types/supports-color": "^8.0.0", + "string-width": "^5.0.0", + "supports-color": "^9.0.0", + "unist-util-stringify-position": "^3.0.0", + "vfile": "^5.0.0", + "vfile-message": "^3.0.0", + "vfile-sort": "^3.0.0", + "vfile-statistics": "^2.0.0" }, "funding": { "type": "opencollective", @@ -22699,54 +24688,55 @@ "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==", "dev": true }, - "node_modules/vfile-reporter/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "node_modules/vfile-reporter/node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "node_modules/vfile-reporter/node_modules/supports-color": { + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz", + "integrity": "sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==", "dev": true, "engines": { - "node": ">=4" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" } }, - "node_modules/vfile-reporter/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "node_modules/vfile-reporter/node_modules/unist-util-stringify-position": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz", + "integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==", "dev": true, "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" + "@types/unist": "^2.0.0" }, - "engines": { - "node": ">=8" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/vfile-reporter/node_modules/supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", - "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "node_modules/vfile-reporter/node_modules/vfile": { + "version": "5.3.7", + "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.7.tgz", + "integrity": "sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==", "dev": true, "dependencies": { - "has-flag": "^3.0.0" + "@types/unist": "^2.0.0", + "is-buffer": "^2.0.0", + "unist-util-stringify-position": "^3.0.0", + "vfile-message": "^3.0.0" }, - "engines": { - "node": ">=6" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/vfile-reporter/node_modules/unist-util-stringify-position": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz", - "integrity": "sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==", + "node_modules/vfile-reporter/node_modules/vfile-message": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz", + "integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==", "dev": true, "dependencies": { - "@types/unist": "^2.0.2" + "@types/unist": "^2.0.0", + "unist-util-stringify-position": "^3.0.0" }, "funding": { "type": "opencollective", @@ -22754,140 +24744,129 @@ } }, "node_modules/vfile-sort": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/vfile-sort/-/vfile-sort-2.2.2.tgz", - "integrity": "sha512-tAyUqD2R1l/7Rn7ixdGkhXLD3zsg+XLAeUDUhXearjfIcpL1Hcsj5hHpCoy/gvfK/Ws61+e972fm0F7up7hfYA==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/vfile-sort/-/vfile-sort-3.0.1.tgz", + "integrity": "sha512-1os1733XY6y0D5x0ugqSeaVJm9lYgj0j5qdcZQFyxlZOSy1jYarL77lLyb5gK4Wqr1d5OxmuyflSO3zKyFnTFw==", "dev": true, + "dependencies": { + "vfile": "^5.0.0", + "vfile-message": "^3.0.0" + }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, - "node_modules/vfile-statistics": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/vfile-statistics/-/vfile-statistics-1.1.4.tgz", - "integrity": "sha512-lXhElVO0Rq3frgPvFBwahmed3X03vjPF8OcjKMy8+F1xU/3Q3QU3tKEDp743SFtb74PdF0UWpxPvtOP0GCLheA==", + "node_modules/vfile-sort/node_modules/@types/unist": { + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz", + "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==", + "dev": true + }, + "node_modules/vfile-sort/node_modules/unist-util-stringify-position": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz", + "integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==", "dev": true, + "dependencies": { + "@types/unist": "^2.0.0" + }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, - "node_modules/vinyl": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.2.1.tgz", - "integrity": "sha512-LII3bXRFBZLlezoG5FfZVcXflZgWP/4dCwKtxd5ky9+LOtM4CS3bIRQsmR1KMnMW07jpE8fqR2lcxPZ+8sJIcw==", + "node_modules/vfile-sort/node_modules/vfile": { + "version": "5.3.7", + "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.7.tgz", + "integrity": "sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==", "dev": true, "dependencies": { - "clone": "^2.1.1", - "clone-buffer": "^1.0.0", - "clone-stats": "^1.0.0", - "cloneable-readable": "^1.0.0", - "remove-trailing-separator": "^1.0.1", - "replace-ext": "^1.0.0" + "@types/unist": "^2.0.0", + "is-buffer": "^2.0.0", + "unist-util-stringify-position": "^3.0.0", + "vfile-message": "^3.0.0" }, - "engines": { - "node": ">= 0.10" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/vinyl-fs": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-3.0.3.tgz", - "integrity": "sha512-vIu34EkyNyJxmP0jscNzWBSygh7VWhqun6RmqVfXePrOwi9lhvRs//dOaGOTRUQr4tx7/zd26Tk5WeSVZitgng==", + "node_modules/vfile-sort/node_modules/vfile-message": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz", + "integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==", "dev": true, "dependencies": { - "fs-mkdirp-stream": "^1.0.0", - "glob-stream": "^6.1.0", - "graceful-fs": "^4.0.0", - "is-valid-glob": "^1.0.0", - "lazystream": "^1.0.0", - "lead": "^1.0.0", - "object.assign": "^4.0.4", - "pumpify": "^1.3.5", - "readable-stream": "^2.3.3", - "remove-bom-buffer": "^3.0.0", - "remove-bom-stream": "^1.2.0", - "resolve-options": "^1.1.0", - "through2": "^2.0.0", - "to-through": "^2.0.0", - "value-or-function": "^3.0.0", - "vinyl": "^2.0.0", - "vinyl-sourcemap": "^1.1.0" + "@types/unist": "^2.0.0", + "unist-util-stringify-position": "^3.0.0" }, - "engines": { - "node": ">= 0.10" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/vinyl-fs/node_modules/isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", - "dev": true - }, - "node_modules/vinyl-fs/node_modules/readable-stream": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", - "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "node_modules/vfile-statistics": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/vfile-statistics/-/vfile-statistics-2.0.1.tgz", + "integrity": "sha512-W6dkECZmP32EG/l+dp2jCLdYzmnDBIw6jwiLZSER81oR5AHRcVqL+k3Z+pfH1R73le6ayDkJRMk0sutj1bMVeg==", "dev": true, "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" + "vfile": "^5.0.0", + "vfile-message": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/vinyl-fs/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "node_modules/vfile-statistics/node_modules/@types/unist": { + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz", + "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==", "dev": true }, - "node_modules/vinyl-fs/node_modules/string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "node_modules/vfile-statistics/node_modules/unist-util-stringify-position": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz", + "integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==", "dev": true, "dependencies": { - "safe-buffer": "~5.1.0" + "@types/unist": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/vinyl-sourcemap": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/vinyl-sourcemap/-/vinyl-sourcemap-1.1.0.tgz", - "integrity": "sha512-NiibMgt6VJGJmyw7vtzhctDcfKch4e4n9TBeoWlirb7FMg9/1Ov9k+A5ZRAtywBpRPiyECvQRQllYM8dECegVA==", + "node_modules/vfile-statistics/node_modules/vfile": { + "version": "5.3.7", + "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.7.tgz", + "integrity": "sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==", "dev": true, "dependencies": { - "append-buffer": "^1.0.2", - "convert-source-map": "^1.5.0", - "graceful-fs": "^4.1.6", - "normalize-path": "^2.1.1", - "now-and-later": "^2.0.0", - "remove-bom-buffer": "^3.0.0", - "vinyl": "^2.0.0" + "@types/unist": "^2.0.0", + "is-buffer": "^2.0.0", + "unist-util-stringify-position": "^3.0.0", + "vfile-message": "^3.0.0" }, - "engines": { - "node": ">= 0.10" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/vinyl-sourcemap/node_modules/convert-source-map": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", - "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", - "dev": true - }, - "node_modules/vinyl-sourcemap/node_modules/normalize-path": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", - "integrity": "sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==", + "node_modules/vfile-statistics/node_modules/vfile-message": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz", + "integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==", "dev": true, "dependencies": { - "remove-trailing-separator": "^1.0.1" + "@types/unist": "^2.0.0", + "unist-util-stringify-position": "^3.0.0" }, - "engines": { - "node": ">=0.10.0" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, "node_modules/vue-template-compiler": { @@ -23281,11 +25260,55 @@ "node": ">= 8" } }, - "node_modules/which-module": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.1.tgz", - "integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==", - "dev": true + "node_modules/which-boxed-primitive": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", + "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", + "dependencies": { + "is-bigint": "^1.0.1", + "is-boolean-object": "^1.1.0", + "is-number-object": "^1.0.4", + "is-string": "^1.0.5", + "is-symbol": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/which-collection": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz", + "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==", + "dependencies": { + "is-map": "^2.0.3", + "is-set": "^2.0.3", + "is-weakmap": "^2.0.2", + "is-weakset": "^2.0.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/which-typed-array": { + "version": "1.1.15", + "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.15.tgz", + "integrity": "sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==", + "dependencies": { + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.7", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-tostringtag": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, "node_modules/widest-line": { "version": "4.0.1", @@ -23306,12 +25329,6 @@ "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.1.tgz", "integrity": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==" }, - "node_modules/wordwrap": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", - "integrity": "sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==", - "dev": true - }, "node_modules/wrap-ansi": { "version": "8.1.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", @@ -23460,21 +25477,15 @@ "xml-js": "bin/cli.js" } }, - "node_modules/xtend": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", - "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", + "node_modules/y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", "dev": true, "engines": { - "node": ">=0.4" + "node": ">=10" } }, - "node_modules/y18n": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", - "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==", - "dev": true - }, "node_modules/yallist": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", @@ -23532,43 +25543,30 @@ } }, "node_modules/yargs": { - "version": "15.4.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz", - "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==", + "version": "17.7.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", "dev": true, "dependencies": { - "cliui": "^6.0.0", - "decamelize": "^1.2.0", - "find-up": "^4.1.0", - "get-caller-file": "^2.0.1", + "cliui": "^8.0.1", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^4.2.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^18.1.2" + "string-width": "^4.2.3", + "y18n": "^5.0.5", + "yargs-parser": "^21.1.1" }, "engines": { - "node": ">=8" + "node": ">=12" } }, "node_modules/yargs-parser": { - "version": "20.2.9", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "dev": true, - "engines": { - "node": ">=10" - } - }, - "node_modules/yargs/node_modules/camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", "dev": true, "engines": { - "node": ">=6" + "node": ">=12" } }, "node_modules/yargs/node_modules/emoji-regex": { @@ -23577,67 +25575,6 @@ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", "dev": true }, - "node_modules/yargs/node_modules/find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "dev": true, - "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/yargs/node_modules/locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "dev": true, - "dependencies": { - "p-locate": "^4.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/yargs/node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dev": true, - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/yargs/node_modules/p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "dev": true, - "dependencies": { - "p-limit": "^2.2.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/yargs/node_modules/path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/yargs/node_modules/string-width": { "version": "4.2.3", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", @@ -23652,19 +25589,6 @@ "node": ">=8" } }, - "node_modules/yargs/node_modules/yargs-parser": { - "version": "18.1.3", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz", - "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==", - "dev": true, - "dependencies": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - }, - "engines": { - "node": ">=6" - } - }, "node_modules/yocto-queue": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz", diff --git a/package.json b/package.json index 46da2c80..1f5e3e3c 100644 --- a/package.json +++ b/package.json @@ -24,12 +24,15 @@ "leaflet": "^1.9.4", "prism-react-renderer": "^2.3.0", "react": "^18.0.0", - "react-dom": "^18.0.0" + "react-dom": "^18.0.0", + "turf-6": "npm:@turf/turf@^6.5.0", + "turf-7": "npm:@turf/turf@^7.0.0", + "turf-next": "npm:@turf/turf@^7.0.0" }, "devDependencies": { "@docusaurus/module-type-aliases": "3.1.0", "@docusaurus/types": "3.1.0", - "documentation": "13.2.4", + "documentation": "^14.0.3", "glob": "^10.3.10", "load-json-file": "^7.0.1", "prettier": "^3.2.5", diff --git a/scripts/generate-api-mdx.ts b/scripts/generate-api-mdx.ts index d1091392..11cd2b2a 100644 --- a/scripts/generate-api-mdx.ts +++ b/scripts/generate-api-mdx.ts @@ -1,4 +1,3 @@ -import { build, formats } from "documentation"; import path from "path"; import yaml from "yamljs"; import fs from "fs"; @@ -7,7 +6,12 @@ import { loadJsonFileSync } from "load-json-file"; import * as prettier from "prettier"; (async () => { + // documentation v14 has moved to ESM so need to import as if async, and wrap + // in an IIFE as top level async not allowed. + const documentation = await import("documentation"); + const srcPathDir = path.resolve(__dirname, "..", "turf"); + const docsOutDir = path.resolve(__dirname, "..", "docs"); console.log(srcPathDir); // ... @@ -57,11 +61,11 @@ import * as prettier from "prettier"; const indexFiles = globSync(path.join(packageDir, "index.[jt]s")); if (indexFiles.length === 1) { const indexFile = indexFiles[0]; - const res = await build([path.resolve(indexFile)], { + const res = await documentation.build([path.resolve(indexFile)], { external: [], shallow: true, }); - const moduleObj = JSON.parse(await formats.json(res)); + const moduleObj = JSON.parse(await documentation.formats.json(res)); // Multiple functions e.g. helpers or meta await Promise.all( @@ -83,7 +87,7 @@ import * as prettier from "prettier"; trailingSemi: "none", }); fs.writeFileSync( - srcPathDir + "/../docs/api/" + filename + ".mdx", + docsOutDir + "/api/" + filename + ".mdx", prettyMdx, ); if (functionCategories[filename]) { @@ -176,7 +180,7 @@ export default ${JSON.stringify(sidebarConfig)}`; title: ${name} --- -import * as turf from "@turf/turf"; +import * as turf from "turf-next"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -390,8 +394,7 @@ export function Map${index}() { function mdxEscape(mdxIn) { return mdxIn - .replace(/(?])/g, "\\$1") .replace(/\|/g, " \\| "); } @@ -471,7 +474,7 @@ export function Map${index}() { mdx = mdx.concat("](", url, ")"); break; case "inlineCode": - mdx = mdx.concat("```", node.value, "```"); + mdx = mdx.concat("`", node.value, "`"); break; case "strong": mdx = mdx.concat("**"); @@ -491,6 +494,7 @@ export function Map${index}() { // Need special path for this to be able to pass ordered or unordered // prefix to renderListItemMdx() mdx = mdx.concat(renderListMdx(node)); + mdx = mdx.concat("\n\n"); break; case "TypeApplication": mdx = mdx.concat( diff --git a/turf b/turf index 53759410..3d3a7917 160000 --- a/turf +++ b/turf @@ -1 +1 @@ -Subproject commit 5375941072b90d489389db22b43bfe809d5e451e +Subproject commit 3d3a7917025fbabe191dbddbc89754b86f9c7739 diff --git a/versioned_docs/version-6.5.0/api/along.mdx b/versioned_docs/version-6.5.0/api/along.mdx index efb251c7..e77e86b3 100644 --- a/versioned_docs/version-6.5.0/api/along.mdx +++ b/versioned_docs/version-6.5.0/api/along.mdx @@ -2,7 +2,7 @@ title: along --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/angle.mdx b/versioned_docs/version-6.5.0/api/angle.mdx index 76b4c208..46b76462 100644 --- a/versioned_docs/version-6.5.0/api/angle.mdx +++ b/versioned_docs/version-6.5.0/api/angle.mdx @@ -2,7 +2,7 @@ title: angle --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/area.mdx b/versioned_docs/version-6.5.0/api/area.mdx index 630844db..4de5c77a 100644 --- a/versioned_docs/version-6.5.0/api/area.mdx +++ b/versioned_docs/version-6.5.0/api/area.mdx @@ -2,7 +2,7 @@ title: area --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/bbox.mdx b/versioned_docs/version-6.5.0/api/bbox.mdx index b0b116a1..d1234aac 100644 --- a/versioned_docs/version-6.5.0/api/bbox.mdx +++ b/versioned_docs/version-6.5.0/api/bbox.mdx @@ -2,7 +2,7 @@ title: bbox --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/bboxClip.mdx b/versioned_docs/version-6.5.0/api/bboxClip.mdx index 9955e5be..f3bd075d 100644 --- a/versioned_docs/version-6.5.0/api/bboxClip.mdx +++ b/versioned_docs/version-6.5.0/api/bboxClip.mdx @@ -2,7 +2,7 @@ title: bboxClip --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/bboxPolygon.mdx b/versioned_docs/version-6.5.0/api/bboxPolygon.mdx index e46bf331..af403d30 100644 --- a/versioned_docs/version-6.5.0/api/bboxPolygon.mdx +++ b/versioned_docs/version-6.5.0/api/bboxPolygon.mdx @@ -2,7 +2,7 @@ title: bboxPolygon --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/bearing.mdx b/versioned_docs/version-6.5.0/api/bearing.mdx index ffc4ab92..48be87d3 100644 --- a/versioned_docs/version-6.5.0/api/bearing.mdx +++ b/versioned_docs/version-6.5.0/api/bearing.mdx @@ -2,7 +2,7 @@ title: bearing --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/bearingToAzimuth.mdx b/versioned_docs/version-6.5.0/api/bearingToAzimuth.mdx index edb06922..3b5a568d 100644 --- a/versioned_docs/version-6.5.0/api/bearingToAzimuth.mdx +++ b/versioned_docs/version-6.5.0/api/bearingToAzimuth.mdx @@ -2,7 +2,7 @@ title: bearingToAzimuth --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/bezierSpline.mdx b/versioned_docs/version-6.5.0/api/bezierSpline.mdx index 534dbb24..d939d81d 100644 --- a/versioned_docs/version-6.5.0/api/bezierSpline.mdx +++ b/versioned_docs/version-6.5.0/api/bezierSpline.mdx @@ -2,7 +2,7 @@ title: bezierSpline --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/booleanClockwise.mdx b/versioned_docs/version-6.5.0/api/booleanClockwise.mdx index cd31f6e1..2d987ef6 100644 --- a/versioned_docs/version-6.5.0/api/booleanClockwise.mdx +++ b/versioned_docs/version-6.5.0/api/booleanClockwise.mdx @@ -2,7 +2,7 @@ title: booleanClockwise --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/booleanConcave.mdx b/versioned_docs/version-6.5.0/api/booleanConcave.mdx index e99a52c6..c8a3625c 100644 --- a/versioned_docs/version-6.5.0/api/booleanConcave.mdx +++ b/versioned_docs/version-6.5.0/api/booleanConcave.mdx @@ -2,7 +2,7 @@ title: booleanConcave --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/booleanContains.mdx b/versioned_docs/version-6.5.0/api/booleanContains.mdx index 4a1e68b5..814d17e8 100644 --- a/versioned_docs/version-6.5.0/api/booleanContains.mdx +++ b/versioned_docs/version-6.5.0/api/booleanContains.mdx @@ -2,7 +2,7 @@ title: booleanContains --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/booleanCrosses.mdx b/versioned_docs/version-6.5.0/api/booleanCrosses.mdx index c5a35565..b671a790 100644 --- a/versioned_docs/version-6.5.0/api/booleanCrosses.mdx +++ b/versioned_docs/version-6.5.0/api/booleanCrosses.mdx @@ -2,7 +2,7 @@ title: booleanCrosses --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/booleanDisjoint.mdx b/versioned_docs/version-6.5.0/api/booleanDisjoint.mdx index ecd9b78d..bca1ae20 100644 --- a/versioned_docs/version-6.5.0/api/booleanDisjoint.mdx +++ b/versioned_docs/version-6.5.0/api/booleanDisjoint.mdx @@ -2,7 +2,7 @@ title: booleanDisjoint --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/booleanEqual.mdx b/versioned_docs/version-6.5.0/api/booleanEqual.mdx index ae28f15b..787c89ea 100644 --- a/versioned_docs/version-6.5.0/api/booleanEqual.mdx +++ b/versioned_docs/version-6.5.0/api/booleanEqual.mdx @@ -2,7 +2,7 @@ title: booleanEqual --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/booleanIntersects.mdx b/versioned_docs/version-6.5.0/api/booleanIntersects.mdx index b0220331..315efd31 100644 --- a/versioned_docs/version-6.5.0/api/booleanIntersects.mdx +++ b/versioned_docs/version-6.5.0/api/booleanIntersects.mdx @@ -2,7 +2,7 @@ title: booleanIntersects --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/booleanOverlap.mdx b/versioned_docs/version-6.5.0/api/booleanOverlap.mdx index 2a10d66f..9bdafac5 100644 --- a/versioned_docs/version-6.5.0/api/booleanOverlap.mdx +++ b/versioned_docs/version-6.5.0/api/booleanOverlap.mdx @@ -2,7 +2,7 @@ title: booleanOverlap --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/booleanParallel.mdx b/versioned_docs/version-6.5.0/api/booleanParallel.mdx index 8e8e0d42..9d03fcef 100644 --- a/versioned_docs/version-6.5.0/api/booleanParallel.mdx +++ b/versioned_docs/version-6.5.0/api/booleanParallel.mdx @@ -2,7 +2,7 @@ title: booleanParallel --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/booleanPointInPolygon.mdx b/versioned_docs/version-6.5.0/api/booleanPointInPolygon.mdx index 9ec1ed85..7433ade7 100644 --- a/versioned_docs/version-6.5.0/api/booleanPointInPolygon.mdx +++ b/versioned_docs/version-6.5.0/api/booleanPointInPolygon.mdx @@ -2,7 +2,7 @@ title: booleanPointInPolygon --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/booleanPointOnLine.mdx b/versioned_docs/version-6.5.0/api/booleanPointOnLine.mdx index 549995ba..ce15bd57 100644 --- a/versioned_docs/version-6.5.0/api/booleanPointOnLine.mdx +++ b/versioned_docs/version-6.5.0/api/booleanPointOnLine.mdx @@ -2,7 +2,7 @@ title: booleanPointOnLine --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/booleanTouches.mdx b/versioned_docs/version-6.5.0/api/booleanTouches.mdx index 7bf642f2..9a3ec2db 100644 --- a/versioned_docs/version-6.5.0/api/booleanTouches.mdx +++ b/versioned_docs/version-6.5.0/api/booleanTouches.mdx @@ -2,7 +2,7 @@ title: booleanTouches --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/booleanValid.mdx b/versioned_docs/version-6.5.0/api/booleanValid.mdx index 7f7b8439..345f3620 100644 --- a/versioned_docs/version-6.5.0/api/booleanValid.mdx +++ b/versioned_docs/version-6.5.0/api/booleanValid.mdx @@ -2,7 +2,7 @@ title: booleanValid --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/booleanWithin.mdx b/versioned_docs/version-6.5.0/api/booleanWithin.mdx index 668781b7..c7350e06 100644 --- a/versioned_docs/version-6.5.0/api/booleanWithin.mdx +++ b/versioned_docs/version-6.5.0/api/booleanWithin.mdx @@ -2,7 +2,7 @@ title: booleanWithin --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/buffer.mdx b/versioned_docs/version-6.5.0/api/buffer.mdx index 1c0ceb69..f9b3aca9 100644 --- a/versioned_docs/version-6.5.0/api/buffer.mdx +++ b/versioned_docs/version-6.5.0/api/buffer.mdx @@ -2,7 +2,7 @@ title: buffer --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/center.mdx b/versioned_docs/version-6.5.0/api/center.mdx index be535561..e14a125b 100644 --- a/versioned_docs/version-6.5.0/api/center.mdx +++ b/versioned_docs/version-6.5.0/api/center.mdx @@ -2,7 +2,7 @@ title: center --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/centerMean.mdx b/versioned_docs/version-6.5.0/api/centerMean.mdx index df0aad4e..09a02d36 100644 --- a/versioned_docs/version-6.5.0/api/centerMean.mdx +++ b/versioned_docs/version-6.5.0/api/centerMean.mdx @@ -2,7 +2,7 @@ title: centerMean --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/centerMedian.mdx b/versioned_docs/version-6.5.0/api/centerMedian.mdx index 83ee203b..614a719a 100644 --- a/versioned_docs/version-6.5.0/api/centerMedian.mdx +++ b/versioned_docs/version-6.5.0/api/centerMedian.mdx @@ -2,7 +2,7 @@ title: centerMedian --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; @@ -39,7 +39,7 @@ attracted to clustered data. It, too, can be weighted. Harold W. Kuhn and Robert E. Kuenne, “An Efficient Algorithm for the Numerical Solution of the Generalized Weber Problem in Spatial Economics,” _Journal of Regional Science_ 4, no. 2 (1962): 21–33, -doi:[https://doi.org/10.1111/j.1467-9787.1962.tb00902.x](https://doi.org/10.1111/j.1467-9787.1962.tb00902.x). +doi:[10.1111/j.1467-9787.1962.tb00902.x](https://doi.org/10.1111/j.1467-9787.1962.tb00902.x). James E. Burt, Gerald M. Barber, and David L. Rigby, _Elementary Statistics for Geographers_, 3rd ed., New York: The Guilford diff --git a/versioned_docs/version-6.5.0/api/centerOfMass.mdx b/versioned_docs/version-6.5.0/api/centerOfMass.mdx index ffe9f144..6166aeb0 100644 --- a/versioned_docs/version-6.5.0/api/centerOfMass.mdx +++ b/versioned_docs/version-6.5.0/api/centerOfMass.mdx @@ -2,7 +2,7 @@ title: centerOfMass --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/centroid.mdx b/versioned_docs/version-6.5.0/api/centroid.mdx index 7189b69e..9fa66815 100644 --- a/versioned_docs/version-6.5.0/api/centroid.mdx +++ b/versioned_docs/version-6.5.0/api/centroid.mdx @@ -2,7 +2,7 @@ title: centroid --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/circle.mdx b/versioned_docs/version-6.5.0/api/circle.mdx index ea140c45..b08f13de 100644 --- a/versioned_docs/version-6.5.0/api/circle.mdx +++ b/versioned_docs/version-6.5.0/api/circle.mdx @@ -2,7 +2,7 @@ title: circle --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/cleanCoords.mdx b/versioned_docs/version-6.5.0/api/cleanCoords.mdx index c87459aa..77dafaa0 100644 --- a/versioned_docs/version-6.5.0/api/cleanCoords.mdx +++ b/versioned_docs/version-6.5.0/api/cleanCoords.mdx @@ -2,7 +2,7 @@ title: cleanCoords --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/clone.mdx b/versioned_docs/version-6.5.0/api/clone.mdx index b6c64d7c..3993bee4 100644 --- a/versioned_docs/version-6.5.0/api/clone.mdx +++ b/versioned_docs/version-6.5.0/api/clone.mdx @@ -2,7 +2,7 @@ title: clone --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/clusterEach.mdx b/versioned_docs/version-6.5.0/api/clusterEach.mdx index 7bc0eb92..33f0763f 100644 --- a/versioned_docs/version-6.5.0/api/clusterEach.mdx +++ b/versioned_docs/version-6.5.0/api/clusterEach.mdx @@ -2,7 +2,7 @@ title: clusterEach --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/clusterReduce.mdx b/versioned_docs/version-6.5.0/api/clusterReduce.mdx index 2ad25162..be1341b2 100644 --- a/versioned_docs/version-6.5.0/api/clusterReduce.mdx +++ b/versioned_docs/version-6.5.0/api/clusterReduce.mdx @@ -2,7 +2,7 @@ title: clusterReduce --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/clustersDbscan.mdx b/versioned_docs/version-6.5.0/api/clustersDbscan.mdx index 1767da9f..3b3a4033 100644 --- a/versioned_docs/version-6.5.0/api/clustersDbscan.mdx +++ b/versioned_docs/version-6.5.0/api/clustersDbscan.mdx @@ -2,7 +2,7 @@ title: clustersDbscan --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/clustersKmeans.mdx b/versioned_docs/version-6.5.0/api/clustersKmeans.mdx index 75275607..3c5846d2 100644 --- a/versioned_docs/version-6.5.0/api/clustersKmeans.mdx +++ b/versioned_docs/version-6.5.0/api/clustersKmeans.mdx @@ -2,7 +2,7 @@ title: clustersKmeans --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/collect.mdx b/versioned_docs/version-6.5.0/api/collect.mdx index 8a322f5f..3d945c6d 100644 --- a/versioned_docs/version-6.5.0/api/collect.mdx +++ b/versioned_docs/version-6.5.0/api/collect.mdx @@ -2,7 +2,7 @@ title: collect --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/collectionOf.mdx b/versioned_docs/version-6.5.0/api/collectionOf.mdx index 1f53206d..196854ea 100644 --- a/versioned_docs/version-6.5.0/api/collectionOf.mdx +++ b/versioned_docs/version-6.5.0/api/collectionOf.mdx @@ -2,7 +2,7 @@ title: collectionOf --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/combine.mdx b/versioned_docs/version-6.5.0/api/combine.mdx index b16a6605..3ac1af6e 100644 --- a/versioned_docs/version-6.5.0/api/combine.mdx +++ b/versioned_docs/version-6.5.0/api/combine.mdx @@ -2,7 +2,7 @@ title: combine --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/concave.mdx b/versioned_docs/version-6.5.0/api/concave.mdx index 9eacd5df..639c4fdd 100644 --- a/versioned_docs/version-6.5.0/api/concave.mdx +++ b/versioned_docs/version-6.5.0/api/concave.mdx @@ -2,7 +2,7 @@ title: concave --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/containsNumber.mdx b/versioned_docs/version-6.5.0/api/containsNumber.mdx index 7cdb5a96..a13ca050 100644 --- a/versioned_docs/version-6.5.0/api/containsNumber.mdx +++ b/versioned_docs/version-6.5.0/api/containsNumber.mdx @@ -2,7 +2,7 @@ title: containsNumber --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/convertArea.mdx b/versioned_docs/version-6.5.0/api/convertArea.mdx index cb478dfa..50748146 100644 --- a/versioned_docs/version-6.5.0/api/convertArea.mdx +++ b/versioned_docs/version-6.5.0/api/convertArea.mdx @@ -2,7 +2,7 @@ title: convertArea --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/convertLength.mdx b/versioned_docs/version-6.5.0/api/convertLength.mdx index bae7de51..43cfec90 100644 --- a/versioned_docs/version-6.5.0/api/convertLength.mdx +++ b/versioned_docs/version-6.5.0/api/convertLength.mdx @@ -2,7 +2,7 @@ title: convertLength --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/convex.mdx b/versioned_docs/version-6.5.0/api/convex.mdx index da96b2d1..e0c07402 100644 --- a/versioned_docs/version-6.5.0/api/convex.mdx +++ b/versioned_docs/version-6.5.0/api/convex.mdx @@ -2,7 +2,7 @@ title: convex --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/coordAll.mdx b/versioned_docs/version-6.5.0/api/coordAll.mdx index 4c815b02..81cc45a8 100644 --- a/versioned_docs/version-6.5.0/api/coordAll.mdx +++ b/versioned_docs/version-6.5.0/api/coordAll.mdx @@ -2,7 +2,7 @@ title: coordAll --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/coordEach.mdx b/versioned_docs/version-6.5.0/api/coordEach.mdx index b74ac626..b06423f2 100644 --- a/versioned_docs/version-6.5.0/api/coordEach.mdx +++ b/versioned_docs/version-6.5.0/api/coordEach.mdx @@ -2,7 +2,7 @@ title: coordEach --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/coordReduce.mdx b/versioned_docs/version-6.5.0/api/coordReduce.mdx index 175947c3..fb38baaf 100644 --- a/versioned_docs/version-6.5.0/api/coordReduce.mdx +++ b/versioned_docs/version-6.5.0/api/coordReduce.mdx @@ -2,7 +2,7 @@ title: coordReduce --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/degreesToRadians.mdx b/versioned_docs/version-6.5.0/api/degreesToRadians.mdx index 0f74619a..401b3f5d 100644 --- a/versioned_docs/version-6.5.0/api/degreesToRadians.mdx +++ b/versioned_docs/version-6.5.0/api/degreesToRadians.mdx @@ -2,7 +2,7 @@ title: degreesToRadians --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/destination.mdx b/versioned_docs/version-6.5.0/api/destination.mdx index dacb0bb3..39eeac30 100644 --- a/versioned_docs/version-6.5.0/api/destination.mdx +++ b/versioned_docs/version-6.5.0/api/destination.mdx @@ -2,7 +2,7 @@ title: destination --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/difference.mdx b/versioned_docs/version-6.5.0/api/difference.mdx index 898681d2..fe931a75 100644 --- a/versioned_docs/version-6.5.0/api/difference.mdx +++ b/versioned_docs/version-6.5.0/api/difference.mdx @@ -2,7 +2,7 @@ title: difference --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/directionalMean.mdx b/versioned_docs/version-6.5.0/api/directionalMean.mdx index 67018f04..6863f56a 100644 --- a/versioned_docs/version-6.5.0/api/directionalMean.mdx +++ b/versioned_docs/version-6.5.0/api/directionalMean.mdx @@ -2,7 +2,7 @@ title: directionalMean --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/dissolve.mdx b/versioned_docs/version-6.5.0/api/dissolve.mdx index 691bf63f..ff0b8730 100644 --- a/versioned_docs/version-6.5.0/api/dissolve.mdx +++ b/versioned_docs/version-6.5.0/api/dissolve.mdx @@ -2,7 +2,7 @@ title: dissolve --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/distance.mdx b/versioned_docs/version-6.5.0/api/distance.mdx index 9cfd25ee..3bc42a28 100644 --- a/versioned_docs/version-6.5.0/api/distance.mdx +++ b/versioned_docs/version-6.5.0/api/distance.mdx @@ -2,7 +2,7 @@ title: distance --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/distanceWeight.mdx b/versioned_docs/version-6.5.0/api/distanceWeight.mdx index 8cbc1e18..73a8430c 100644 --- a/versioned_docs/version-6.5.0/api/distanceWeight.mdx +++ b/versioned_docs/version-6.5.0/api/distanceWeight.mdx @@ -2,7 +2,7 @@ title: distanceWeight --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/ellipse.mdx b/versioned_docs/version-6.5.0/api/ellipse.mdx index 8d2882a4..75ecff55 100644 --- a/versioned_docs/version-6.5.0/api/ellipse.mdx +++ b/versioned_docs/version-6.5.0/api/ellipse.mdx @@ -2,7 +2,7 @@ title: ellipse --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/envelope.mdx b/versioned_docs/version-6.5.0/api/envelope.mdx index 50f9d172..b078637c 100644 --- a/versioned_docs/version-6.5.0/api/envelope.mdx +++ b/versioned_docs/version-6.5.0/api/envelope.mdx @@ -2,7 +2,7 @@ title: envelope --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/explode.mdx b/versioned_docs/version-6.5.0/api/explode.mdx index 272cf63a..55425adb 100644 --- a/versioned_docs/version-6.5.0/api/explode.mdx +++ b/versioned_docs/version-6.5.0/api/explode.mdx @@ -2,7 +2,7 @@ title: explode --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/feature.mdx b/versioned_docs/version-6.5.0/api/feature.mdx index 0e3e6efb..f682ad2c 100644 --- a/versioned_docs/version-6.5.0/api/feature.mdx +++ b/versioned_docs/version-6.5.0/api/feature.mdx @@ -2,7 +2,7 @@ title: feature --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/featureCollection.mdx b/versioned_docs/version-6.5.0/api/featureCollection.mdx index 81a992cd..4d9ed14d 100644 --- a/versioned_docs/version-6.5.0/api/featureCollection.mdx +++ b/versioned_docs/version-6.5.0/api/featureCollection.mdx @@ -2,7 +2,7 @@ title: featureCollection --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/featureEach.mdx b/versioned_docs/version-6.5.0/api/featureEach.mdx index 957f07f0..28a66567 100644 --- a/versioned_docs/version-6.5.0/api/featureEach.mdx +++ b/versioned_docs/version-6.5.0/api/featureEach.mdx @@ -2,7 +2,7 @@ title: featureEach --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/featureOf.mdx b/versioned_docs/version-6.5.0/api/featureOf.mdx index 33347276..8070e7f3 100644 --- a/versioned_docs/version-6.5.0/api/featureOf.mdx +++ b/versioned_docs/version-6.5.0/api/featureOf.mdx @@ -2,7 +2,7 @@ title: featureOf --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/featureReduce.mdx b/versioned_docs/version-6.5.0/api/featureReduce.mdx index 4b288ce2..366b8ae3 100644 --- a/versioned_docs/version-6.5.0/api/featureReduce.mdx +++ b/versioned_docs/version-6.5.0/api/featureReduce.mdx @@ -2,7 +2,7 @@ title: featureReduce --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/findPoint.mdx b/versioned_docs/version-6.5.0/api/findPoint.mdx index b907b5c2..bda012b5 100644 --- a/versioned_docs/version-6.5.0/api/findPoint.mdx +++ b/versioned_docs/version-6.5.0/api/findPoint.mdx @@ -2,7 +2,7 @@ title: findPoint --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/findSegment.mdx b/versioned_docs/version-6.5.0/api/findSegment.mdx index af9fde45..7e702e94 100644 --- a/versioned_docs/version-6.5.0/api/findSegment.mdx +++ b/versioned_docs/version-6.5.0/api/findSegment.mdx @@ -2,7 +2,7 @@ title: findSegment --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/flatten.mdx b/versioned_docs/version-6.5.0/api/flatten.mdx index 2f99b4a1..213d663b 100644 --- a/versioned_docs/version-6.5.0/api/flatten.mdx +++ b/versioned_docs/version-6.5.0/api/flatten.mdx @@ -2,7 +2,7 @@ title: flatten --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/flattenEach.mdx b/versioned_docs/version-6.5.0/api/flattenEach.mdx index b9dcb336..48e788c3 100644 --- a/versioned_docs/version-6.5.0/api/flattenEach.mdx +++ b/versioned_docs/version-6.5.0/api/flattenEach.mdx @@ -2,7 +2,7 @@ title: flattenEach --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/flattenReduce.mdx b/versioned_docs/version-6.5.0/api/flattenReduce.mdx index c30762f3..fea155db 100644 --- a/versioned_docs/version-6.5.0/api/flattenReduce.mdx +++ b/versioned_docs/version-6.5.0/api/flattenReduce.mdx @@ -2,7 +2,7 @@ title: flattenReduce --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/flip.mdx b/versioned_docs/version-6.5.0/api/flip.mdx index 3eae5245..5537af28 100644 --- a/versioned_docs/version-6.5.0/api/flip.mdx +++ b/versioned_docs/version-6.5.0/api/flip.mdx @@ -2,7 +2,7 @@ title: flip --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/geojsonType.mdx b/versioned_docs/version-6.5.0/api/geojsonType.mdx index f3ab21cc..878a81a2 100644 --- a/versioned_docs/version-6.5.0/api/geojsonType.mdx +++ b/versioned_docs/version-6.5.0/api/geojsonType.mdx @@ -2,7 +2,7 @@ title: geojsonType --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/geomEach.mdx b/versioned_docs/version-6.5.0/api/geomEach.mdx index be9ac8f1..9d9e1358 100644 --- a/versioned_docs/version-6.5.0/api/geomEach.mdx +++ b/versioned_docs/version-6.5.0/api/geomEach.mdx @@ -2,7 +2,7 @@ title: geomEach --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/geomReduce.mdx b/versioned_docs/version-6.5.0/api/geomReduce.mdx index 0e2085c6..91a376e9 100644 --- a/versioned_docs/version-6.5.0/api/geomReduce.mdx +++ b/versioned_docs/version-6.5.0/api/geomReduce.mdx @@ -2,7 +2,7 @@ title: geomReduce --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/geometry.mdx b/versioned_docs/version-6.5.0/api/geometry.mdx index 63477077..e03e15c8 100644 --- a/versioned_docs/version-6.5.0/api/geometry.mdx +++ b/versioned_docs/version-6.5.0/api/geometry.mdx @@ -2,7 +2,7 @@ title: geometry --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/geometryCollection.mdx b/versioned_docs/version-6.5.0/api/geometryCollection.mdx index ebbeb310..5e205a5a 100644 --- a/versioned_docs/version-6.5.0/api/geometryCollection.mdx +++ b/versioned_docs/version-6.5.0/api/geometryCollection.mdx @@ -2,7 +2,7 @@ title: geometryCollection --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/getCluster.mdx b/versioned_docs/version-6.5.0/api/getCluster.mdx index 7c4d8f80..69461e3b 100644 --- a/versioned_docs/version-6.5.0/api/getCluster.mdx +++ b/versioned_docs/version-6.5.0/api/getCluster.mdx @@ -2,7 +2,7 @@ title: getCluster --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/getCoord.mdx b/versioned_docs/version-6.5.0/api/getCoord.mdx index 84d2d30d..d572dae5 100644 --- a/versioned_docs/version-6.5.0/api/getCoord.mdx +++ b/versioned_docs/version-6.5.0/api/getCoord.mdx @@ -2,7 +2,7 @@ title: getCoord --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/getCoords.mdx b/versioned_docs/version-6.5.0/api/getCoords.mdx index beb3ed54..e7a790d7 100644 --- a/versioned_docs/version-6.5.0/api/getCoords.mdx +++ b/versioned_docs/version-6.5.0/api/getCoords.mdx @@ -2,7 +2,7 @@ title: getCoords --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/getGeom.mdx b/versioned_docs/version-6.5.0/api/getGeom.mdx index 1886f82b..461ed296 100644 --- a/versioned_docs/version-6.5.0/api/getGeom.mdx +++ b/versioned_docs/version-6.5.0/api/getGeom.mdx @@ -2,7 +2,7 @@ title: getGeom --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/getType.mdx b/versioned_docs/version-6.5.0/api/getType.mdx index 3a87168e..881e3f33 100644 --- a/versioned_docs/version-6.5.0/api/getType.mdx +++ b/versioned_docs/version-6.5.0/api/getType.mdx @@ -2,7 +2,7 @@ title: getType --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/greatCircle.mdx b/versioned_docs/version-6.5.0/api/greatCircle.mdx index 5e48526f..8984069c 100644 --- a/versioned_docs/version-6.5.0/api/greatCircle.mdx +++ b/versioned_docs/version-6.5.0/api/greatCircle.mdx @@ -2,7 +2,7 @@ title: greatCircle --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/hexGrid.mdx b/versioned_docs/version-6.5.0/api/hexGrid.mdx index 845d4510..9e40c738 100644 --- a/versioned_docs/version-6.5.0/api/hexGrid.mdx +++ b/versioned_docs/version-6.5.0/api/hexGrid.mdx @@ -2,7 +2,7 @@ title: hexGrid --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/interpolate.mdx b/versioned_docs/version-6.5.0/api/interpolate.mdx index b1dffd56..b145708f 100644 --- a/versioned_docs/version-6.5.0/api/interpolate.mdx +++ b/versioned_docs/version-6.5.0/api/interpolate.mdx @@ -2,7 +2,7 @@ title: interpolate --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/intersect.mdx b/versioned_docs/version-6.5.0/api/intersect.mdx index 6b4ec415..69c222e5 100644 --- a/versioned_docs/version-6.5.0/api/intersect.mdx +++ b/versioned_docs/version-6.5.0/api/intersect.mdx @@ -2,7 +2,7 @@ title: intersect --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/isNumber.mdx b/versioned_docs/version-6.5.0/api/isNumber.mdx index 9ddcdf0d..590f31ee 100644 --- a/versioned_docs/version-6.5.0/api/isNumber.mdx +++ b/versioned_docs/version-6.5.0/api/isNumber.mdx @@ -2,7 +2,7 @@ title: isNumber --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/isObject.mdx b/versioned_docs/version-6.5.0/api/isObject.mdx index 65fab798..2e7ab688 100644 --- a/versioned_docs/version-6.5.0/api/isObject.mdx +++ b/versioned_docs/version-6.5.0/api/isObject.mdx @@ -2,7 +2,7 @@ title: isObject --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/isobands.mdx b/versioned_docs/version-6.5.0/api/isobands.mdx index 7dc0876f..11692241 100644 --- a/versioned_docs/version-6.5.0/api/isobands.mdx +++ b/versioned_docs/version-6.5.0/api/isobands.mdx @@ -2,7 +2,7 @@ title: isobands --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/isolines.mdx b/versioned_docs/version-6.5.0/api/isolines.mdx index 621fc8ef..dc374efa 100644 --- a/versioned_docs/version-6.5.0/api/isolines.mdx +++ b/versioned_docs/version-6.5.0/api/isolines.mdx @@ -2,7 +2,7 @@ title: isolines --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/kinks.mdx b/versioned_docs/version-6.5.0/api/kinks.mdx index d63b06c9..e5ce67e6 100644 --- a/versioned_docs/version-6.5.0/api/kinks.mdx +++ b/versioned_docs/version-6.5.0/api/kinks.mdx @@ -2,7 +2,7 @@ title: kinks --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/length.mdx b/versioned_docs/version-6.5.0/api/length.mdx index 7e471cd3..847edf62 100644 --- a/versioned_docs/version-6.5.0/api/length.mdx +++ b/versioned_docs/version-6.5.0/api/length.mdx @@ -2,7 +2,7 @@ title: length --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/lengthToDegrees.mdx b/versioned_docs/version-6.5.0/api/lengthToDegrees.mdx index 14e45f5f..6f859c00 100644 --- a/versioned_docs/version-6.5.0/api/lengthToDegrees.mdx +++ b/versioned_docs/version-6.5.0/api/lengthToDegrees.mdx @@ -2,7 +2,7 @@ title: lengthToDegrees --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/lengthToRadians.mdx b/versioned_docs/version-6.5.0/api/lengthToRadians.mdx index a9c120a6..391717fa 100644 --- a/versioned_docs/version-6.5.0/api/lengthToRadians.mdx +++ b/versioned_docs/version-6.5.0/api/lengthToRadians.mdx @@ -2,7 +2,7 @@ title: lengthToRadians --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/lineArc.mdx b/versioned_docs/version-6.5.0/api/lineArc.mdx index b8caf10d..751e4100 100644 --- a/versioned_docs/version-6.5.0/api/lineArc.mdx +++ b/versioned_docs/version-6.5.0/api/lineArc.mdx @@ -2,7 +2,7 @@ title: lineArc --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/lineChunk.mdx b/versioned_docs/version-6.5.0/api/lineChunk.mdx index 741b9b31..f1c572cf 100644 --- a/versioned_docs/version-6.5.0/api/lineChunk.mdx +++ b/versioned_docs/version-6.5.0/api/lineChunk.mdx @@ -2,7 +2,7 @@ title: lineChunk --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/lineEach.mdx b/versioned_docs/version-6.5.0/api/lineEach.mdx index 942c70b9..42f65da9 100644 --- a/versioned_docs/version-6.5.0/api/lineEach.mdx +++ b/versioned_docs/version-6.5.0/api/lineEach.mdx @@ -2,7 +2,7 @@ title: lineEach --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/lineIntersect.mdx b/versioned_docs/version-6.5.0/api/lineIntersect.mdx index c00d9b9e..b7adb74d 100644 --- a/versioned_docs/version-6.5.0/api/lineIntersect.mdx +++ b/versioned_docs/version-6.5.0/api/lineIntersect.mdx @@ -2,7 +2,7 @@ title: lineIntersect --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/lineOffset.mdx b/versioned_docs/version-6.5.0/api/lineOffset.mdx index db4fdb5a..ffb6ad24 100644 --- a/versioned_docs/version-6.5.0/api/lineOffset.mdx +++ b/versioned_docs/version-6.5.0/api/lineOffset.mdx @@ -2,7 +2,7 @@ title: lineOffset --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/lineOverlap.mdx b/versioned_docs/version-6.5.0/api/lineOverlap.mdx index b39bf8ce..68971139 100644 --- a/versioned_docs/version-6.5.0/api/lineOverlap.mdx +++ b/versioned_docs/version-6.5.0/api/lineOverlap.mdx @@ -2,7 +2,7 @@ title: lineOverlap --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/lineReduce.mdx b/versioned_docs/version-6.5.0/api/lineReduce.mdx index f2e613f9..37eb88ba 100644 --- a/versioned_docs/version-6.5.0/api/lineReduce.mdx +++ b/versioned_docs/version-6.5.0/api/lineReduce.mdx @@ -2,7 +2,7 @@ title: lineReduce --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/lineSegment.mdx b/versioned_docs/version-6.5.0/api/lineSegment.mdx index 646b55d4..591ccfc3 100644 --- a/versioned_docs/version-6.5.0/api/lineSegment.mdx +++ b/versioned_docs/version-6.5.0/api/lineSegment.mdx @@ -2,7 +2,7 @@ title: lineSegment --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/lineSlice.mdx b/versioned_docs/version-6.5.0/api/lineSlice.mdx index 9e8abe35..01ba0f66 100644 --- a/versioned_docs/version-6.5.0/api/lineSlice.mdx +++ b/versioned_docs/version-6.5.0/api/lineSlice.mdx @@ -2,7 +2,7 @@ title: lineSlice --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/lineSliceAlong.mdx b/versioned_docs/version-6.5.0/api/lineSliceAlong.mdx index 369cca1f..61a875a4 100644 --- a/versioned_docs/version-6.5.0/api/lineSliceAlong.mdx +++ b/versioned_docs/version-6.5.0/api/lineSliceAlong.mdx @@ -2,7 +2,7 @@ title: lineSliceAlong --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/lineSplit.mdx b/versioned_docs/version-6.5.0/api/lineSplit.mdx index 8851b1f5..68417bf3 100644 --- a/versioned_docs/version-6.5.0/api/lineSplit.mdx +++ b/versioned_docs/version-6.5.0/api/lineSplit.mdx @@ -2,7 +2,7 @@ title: lineSplit --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/lineString.mdx b/versioned_docs/version-6.5.0/api/lineString.mdx index 214ba1db..06a509fb 100644 --- a/versioned_docs/version-6.5.0/api/lineString.mdx +++ b/versioned_docs/version-6.5.0/api/lineString.mdx @@ -2,7 +2,7 @@ title: lineString --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/lineStrings.mdx b/versioned_docs/version-6.5.0/api/lineStrings.mdx index f84af002..35d102b4 100644 --- a/versioned_docs/version-6.5.0/api/lineStrings.mdx +++ b/versioned_docs/version-6.5.0/api/lineStrings.mdx @@ -2,7 +2,7 @@ title: lineStrings --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/lineToPolygon.mdx b/versioned_docs/version-6.5.0/api/lineToPolygon.mdx index 9a411aae..2b51f440 100644 --- a/versioned_docs/version-6.5.0/api/lineToPolygon.mdx +++ b/versioned_docs/version-6.5.0/api/lineToPolygon.mdx @@ -2,7 +2,7 @@ title: lineToPolygon --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/mask.mdx b/versioned_docs/version-6.5.0/api/mask.mdx index c614ca55..e6d2dcb0 100644 --- a/versioned_docs/version-6.5.0/api/mask.mdx +++ b/versioned_docs/version-6.5.0/api/mask.mdx @@ -2,7 +2,7 @@ title: mask --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/mean.mdx b/versioned_docs/version-6.5.0/api/mean.mdx index 6ece0b4d..70bf3d78 100644 --- a/versioned_docs/version-6.5.0/api/mean.mdx +++ b/versioned_docs/version-6.5.0/api/mean.mdx @@ -2,7 +2,7 @@ title: mean --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/midpoint.mdx b/versioned_docs/version-6.5.0/api/midpoint.mdx index 69976b8f..7070d567 100644 --- a/versioned_docs/version-6.5.0/api/midpoint.mdx +++ b/versioned_docs/version-6.5.0/api/midpoint.mdx @@ -2,7 +2,7 @@ title: midpoint --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/moranIndex.mdx b/versioned_docs/version-6.5.0/api/moranIndex.mdx index bac4455e..534cfd2c 100644 --- a/versioned_docs/version-6.5.0/api/moranIndex.mdx +++ b/versioned_docs/version-6.5.0/api/moranIndex.mdx @@ -2,7 +2,7 @@ title: moranIndex --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/multiLineString.mdx b/versioned_docs/version-6.5.0/api/multiLineString.mdx index 41c8d5d9..7e9bcbdd 100644 --- a/versioned_docs/version-6.5.0/api/multiLineString.mdx +++ b/versioned_docs/version-6.5.0/api/multiLineString.mdx @@ -2,7 +2,7 @@ title: multiLineString --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/multiPoint.mdx b/versioned_docs/version-6.5.0/api/multiPoint.mdx index 8680b250..36dd6f61 100644 --- a/versioned_docs/version-6.5.0/api/multiPoint.mdx +++ b/versioned_docs/version-6.5.0/api/multiPoint.mdx @@ -2,7 +2,7 @@ title: multiPoint --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/multiPolygon.mdx b/versioned_docs/version-6.5.0/api/multiPolygon.mdx index 9529f81b..1aff1779 100644 --- a/versioned_docs/version-6.5.0/api/multiPolygon.mdx +++ b/versioned_docs/version-6.5.0/api/multiPolygon.mdx @@ -2,7 +2,7 @@ title: multiPolygon --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/nearestPoint.mdx b/versioned_docs/version-6.5.0/api/nearestPoint.mdx index a1ca92a4..c7882494 100644 --- a/versioned_docs/version-6.5.0/api/nearestPoint.mdx +++ b/versioned_docs/version-6.5.0/api/nearestPoint.mdx @@ -2,7 +2,7 @@ title: nearestPoint --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/nearestPointOnLine.mdx b/versioned_docs/version-6.5.0/api/nearestPointOnLine.mdx index 080c3b6e..b1a29f47 100644 --- a/versioned_docs/version-6.5.0/api/nearestPointOnLine.mdx +++ b/versioned_docs/version-6.5.0/api/nearestPointOnLine.mdx @@ -2,7 +2,7 @@ title: nearestPointOnLine --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/nearestPointToLine.mdx b/versioned_docs/version-6.5.0/api/nearestPointToLine.mdx index fc339e7b..a242962e 100644 --- a/versioned_docs/version-6.5.0/api/nearestPointToLine.mdx +++ b/versioned_docs/version-6.5.0/api/nearestPointToLine.mdx @@ -2,7 +2,7 @@ title: nearestPointToLine --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/pNormDistance.mdx b/versioned_docs/version-6.5.0/api/pNormDistance.mdx index b7e15d72..eb9b2d91 100644 --- a/versioned_docs/version-6.5.0/api/pNormDistance.mdx +++ b/versioned_docs/version-6.5.0/api/pNormDistance.mdx @@ -2,7 +2,7 @@ title: pNormDistance --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/planepoint.mdx b/versioned_docs/version-6.5.0/api/planepoint.mdx index b1ac91e8..509ac5a7 100644 --- a/versioned_docs/version-6.5.0/api/planepoint.mdx +++ b/versioned_docs/version-6.5.0/api/planepoint.mdx @@ -2,7 +2,7 @@ title: planepoint --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/point.mdx b/versioned_docs/version-6.5.0/api/point.mdx index fd0bcf85..f3478c5c 100644 --- a/versioned_docs/version-6.5.0/api/point.mdx +++ b/versioned_docs/version-6.5.0/api/point.mdx @@ -2,7 +2,7 @@ title: point --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/pointGrid.mdx b/versioned_docs/version-6.5.0/api/pointGrid.mdx index 039e9f07..95b5ca43 100644 --- a/versioned_docs/version-6.5.0/api/pointGrid.mdx +++ b/versioned_docs/version-6.5.0/api/pointGrid.mdx @@ -2,7 +2,7 @@ title: pointGrid --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/pointOnFeature.mdx b/versioned_docs/version-6.5.0/api/pointOnFeature.mdx index 7df429ba..9c184176 100644 --- a/versioned_docs/version-6.5.0/api/pointOnFeature.mdx +++ b/versioned_docs/version-6.5.0/api/pointOnFeature.mdx @@ -2,7 +2,7 @@ title: pointOnFeature --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/pointToLineDistance.mdx b/versioned_docs/version-6.5.0/api/pointToLineDistance.mdx index b3f21b35..e417d06b 100644 --- a/versioned_docs/version-6.5.0/api/pointToLineDistance.mdx +++ b/versioned_docs/version-6.5.0/api/pointToLineDistance.mdx @@ -2,7 +2,7 @@ title: pointToLineDistance --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/points.mdx b/versioned_docs/version-6.5.0/api/points.mdx index 744d3441..5d4fd8f8 100644 --- a/versioned_docs/version-6.5.0/api/points.mdx +++ b/versioned_docs/version-6.5.0/api/points.mdx @@ -2,7 +2,7 @@ title: points --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/pointsWithinPolygon.mdx b/versioned_docs/version-6.5.0/api/pointsWithinPolygon.mdx index e5aa014d..03bf7592 100644 --- a/versioned_docs/version-6.5.0/api/pointsWithinPolygon.mdx +++ b/versioned_docs/version-6.5.0/api/pointsWithinPolygon.mdx @@ -2,7 +2,7 @@ title: pointsWithinPolygon --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/polygon.mdx b/versioned_docs/version-6.5.0/api/polygon.mdx index 8f021fc8..7df52373 100644 --- a/versioned_docs/version-6.5.0/api/polygon.mdx +++ b/versioned_docs/version-6.5.0/api/polygon.mdx @@ -2,7 +2,7 @@ title: polygon --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/polygonSmooth.mdx b/versioned_docs/version-6.5.0/api/polygonSmooth.mdx index a1fae5c4..956fadc1 100644 --- a/versioned_docs/version-6.5.0/api/polygonSmooth.mdx +++ b/versioned_docs/version-6.5.0/api/polygonSmooth.mdx @@ -2,7 +2,7 @@ title: polygonSmooth --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/polygonTangents.mdx b/versioned_docs/version-6.5.0/api/polygonTangents.mdx index 7fa0bd23..a9881278 100644 --- a/versioned_docs/version-6.5.0/api/polygonTangents.mdx +++ b/versioned_docs/version-6.5.0/api/polygonTangents.mdx @@ -2,7 +2,7 @@ title: polygonTangents --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/polygonToLine.mdx b/versioned_docs/version-6.5.0/api/polygonToLine.mdx index d9beebac..3bf62a1a 100644 --- a/versioned_docs/version-6.5.0/api/polygonToLine.mdx +++ b/versioned_docs/version-6.5.0/api/polygonToLine.mdx @@ -2,7 +2,7 @@ title: polygonToLine --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/polygonize.mdx b/versioned_docs/version-6.5.0/api/polygonize.mdx index 60fe8362..781a7093 100644 --- a/versioned_docs/version-6.5.0/api/polygonize.mdx +++ b/versioned_docs/version-6.5.0/api/polygonize.mdx @@ -2,7 +2,7 @@ title: polygonize --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/polygons.mdx b/versioned_docs/version-6.5.0/api/polygons.mdx index 29145db3..d7e5055a 100644 --- a/versioned_docs/version-6.5.0/api/polygons.mdx +++ b/versioned_docs/version-6.5.0/api/polygons.mdx @@ -2,7 +2,7 @@ title: polygons --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/propEach.mdx b/versioned_docs/version-6.5.0/api/propEach.mdx index 6a598d3e..56f92ac3 100644 --- a/versioned_docs/version-6.5.0/api/propEach.mdx +++ b/versioned_docs/version-6.5.0/api/propEach.mdx @@ -2,7 +2,7 @@ title: propEach --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/propReduce.mdx b/versioned_docs/version-6.5.0/api/propReduce.mdx index 6829319b..4353a458 100644 --- a/versioned_docs/version-6.5.0/api/propReduce.mdx +++ b/versioned_docs/version-6.5.0/api/propReduce.mdx @@ -2,7 +2,7 @@ title: propReduce --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/pt.mdx b/versioned_docs/version-6.5.0/api/pt.mdx index 6c6354f8..b85c163b 100644 --- a/versioned_docs/version-6.5.0/api/pt.mdx +++ b/versioned_docs/version-6.5.0/api/pt.mdx @@ -2,7 +2,7 @@ title: pt --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/quadratAnalysis.mdx b/versioned_docs/version-6.5.0/api/quadratAnalysis.mdx index eb92cc4f..61f20071 100644 --- a/versioned_docs/version-6.5.0/api/quadratAnalysis.mdx +++ b/versioned_docs/version-6.5.0/api/quadratAnalysis.mdx @@ -2,7 +2,7 @@ title: quadratAnalysis --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/radiansToDegrees.mdx b/versioned_docs/version-6.5.0/api/radiansToDegrees.mdx index ecde465c..a879a84a 100644 --- a/versioned_docs/version-6.5.0/api/radiansToDegrees.mdx +++ b/versioned_docs/version-6.5.0/api/radiansToDegrees.mdx @@ -2,7 +2,7 @@ title: radiansToDegrees --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/radiansToLength.mdx b/versioned_docs/version-6.5.0/api/radiansToLength.mdx index 5f24999b..d4dbc10b 100644 --- a/versioned_docs/version-6.5.0/api/radiansToLength.mdx +++ b/versioned_docs/version-6.5.0/api/radiansToLength.mdx @@ -2,7 +2,7 @@ title: radiansToLength --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/randomLineString.mdx b/versioned_docs/version-6.5.0/api/randomLineString.mdx index 22e5b9bb..4114f64c 100644 --- a/versioned_docs/version-6.5.0/api/randomLineString.mdx +++ b/versioned_docs/version-6.5.0/api/randomLineString.mdx @@ -2,7 +2,7 @@ title: randomLineString --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/randomPoint.mdx b/versioned_docs/version-6.5.0/api/randomPoint.mdx index 3b8d2943..6d24385d 100644 --- a/versioned_docs/version-6.5.0/api/randomPoint.mdx +++ b/versioned_docs/version-6.5.0/api/randomPoint.mdx @@ -2,7 +2,7 @@ title: randomPoint --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/randomPolygon.mdx b/versioned_docs/version-6.5.0/api/randomPolygon.mdx index dcc40472..50f09c05 100644 --- a/versioned_docs/version-6.5.0/api/randomPolygon.mdx +++ b/versioned_docs/version-6.5.0/api/randomPolygon.mdx @@ -2,7 +2,7 @@ title: randomPolygon --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/randomPosition.mdx b/versioned_docs/version-6.5.0/api/randomPosition.mdx index 246058ce..7bbf3589 100644 --- a/versioned_docs/version-6.5.0/api/randomPosition.mdx +++ b/versioned_docs/version-6.5.0/api/randomPosition.mdx @@ -2,7 +2,7 @@ title: randomPosition --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/rewind.mdx b/versioned_docs/version-6.5.0/api/rewind.mdx index a83547e0..608e0a89 100644 --- a/versioned_docs/version-6.5.0/api/rewind.mdx +++ b/versioned_docs/version-6.5.0/api/rewind.mdx @@ -2,7 +2,7 @@ title: rewind --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/rhumbBearing.mdx b/versioned_docs/version-6.5.0/api/rhumbBearing.mdx index f8c937c9..f31fa5ac 100644 --- a/versioned_docs/version-6.5.0/api/rhumbBearing.mdx +++ b/versioned_docs/version-6.5.0/api/rhumbBearing.mdx @@ -2,7 +2,7 @@ title: rhumbBearing --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/rhumbDestination.mdx b/versioned_docs/version-6.5.0/api/rhumbDestination.mdx index 9b7d7f8d..340507ef 100644 --- a/versioned_docs/version-6.5.0/api/rhumbDestination.mdx +++ b/versioned_docs/version-6.5.0/api/rhumbDestination.mdx @@ -2,7 +2,7 @@ title: rhumbDestination --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/rhumbDistance.mdx b/versioned_docs/version-6.5.0/api/rhumbDistance.mdx index 8e8b1317..1a6449e6 100644 --- a/versioned_docs/version-6.5.0/api/rhumbDistance.mdx +++ b/versioned_docs/version-6.5.0/api/rhumbDistance.mdx @@ -2,7 +2,7 @@ title: rhumbDistance --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/round.mdx b/versioned_docs/version-6.5.0/api/round.mdx index 4d1a9f59..42d140d3 100644 --- a/versioned_docs/version-6.5.0/api/round.mdx +++ b/versioned_docs/version-6.5.0/api/round.mdx @@ -2,7 +2,7 @@ title: round --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/sample.mdx b/versioned_docs/version-6.5.0/api/sample.mdx index 0f6d3bc6..b665dec1 100644 --- a/versioned_docs/version-6.5.0/api/sample.mdx +++ b/versioned_docs/version-6.5.0/api/sample.mdx @@ -2,7 +2,7 @@ title: sample --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/sector.mdx b/versioned_docs/version-6.5.0/api/sector.mdx index ae45e1a7..53c8ca88 100644 --- a/versioned_docs/version-6.5.0/api/sector.mdx +++ b/versioned_docs/version-6.5.0/api/sector.mdx @@ -2,7 +2,7 @@ title: sector --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/segmentEach.mdx b/versioned_docs/version-6.5.0/api/segmentEach.mdx index a846efca..7acf3b24 100644 --- a/versioned_docs/version-6.5.0/api/segmentEach.mdx +++ b/versioned_docs/version-6.5.0/api/segmentEach.mdx @@ -2,7 +2,7 @@ title: segmentEach --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/segmentReduce.mdx b/versioned_docs/version-6.5.0/api/segmentReduce.mdx index 0cc2da7e..d0c39cc8 100644 --- a/versioned_docs/version-6.5.0/api/segmentReduce.mdx +++ b/versioned_docs/version-6.5.0/api/segmentReduce.mdx @@ -2,7 +2,7 @@ title: segmentReduce --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/shortestPath.mdx b/versioned_docs/version-6.5.0/api/shortestPath.mdx index e720ff00..4a23a23d 100644 --- a/versioned_docs/version-6.5.0/api/shortestPath.mdx +++ b/versioned_docs/version-6.5.0/api/shortestPath.mdx @@ -2,7 +2,7 @@ title: shortestPath --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/simplify.mdx b/versioned_docs/version-6.5.0/api/simplify.mdx index 67252f9e..042c3f2c 100644 --- a/versioned_docs/version-6.5.0/api/simplify.mdx +++ b/versioned_docs/version-6.5.0/api/simplify.mdx @@ -2,7 +2,7 @@ title: simplify --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/square.mdx b/versioned_docs/version-6.5.0/api/square.mdx index 00c2eb0b..c223aa87 100644 --- a/versioned_docs/version-6.5.0/api/square.mdx +++ b/versioned_docs/version-6.5.0/api/square.mdx @@ -2,7 +2,7 @@ title: square --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/squareGrid.mdx b/versioned_docs/version-6.5.0/api/squareGrid.mdx index a5a39161..eb42a7c1 100644 --- a/versioned_docs/version-6.5.0/api/squareGrid.mdx +++ b/versioned_docs/version-6.5.0/api/squareGrid.mdx @@ -2,7 +2,7 @@ title: squareGrid --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/standardDeviationalEllipse.mdx b/versioned_docs/version-6.5.0/api/standardDeviationalEllipse.mdx index 240a63e6..3a4bf0fe 100644 --- a/versioned_docs/version-6.5.0/api/standardDeviationalEllipse.mdx +++ b/versioned_docs/version-6.5.0/api/standardDeviationalEllipse.mdx @@ -2,7 +2,7 @@ title: standardDeviationalEllipse --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/tag.mdx b/versioned_docs/version-6.5.0/api/tag.mdx index 9cbe0208..7956b64c 100644 --- a/versioned_docs/version-6.5.0/api/tag.mdx +++ b/versioned_docs/version-6.5.0/api/tag.mdx @@ -2,7 +2,7 @@ title: tag --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/tesselate.mdx b/versioned_docs/version-6.5.0/api/tesselate.mdx index c31128fb..4da3c52b 100644 --- a/versioned_docs/version-6.5.0/api/tesselate.mdx +++ b/versioned_docs/version-6.5.0/api/tesselate.mdx @@ -2,7 +2,7 @@ title: tesselate --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/tin.mdx b/versioned_docs/version-6.5.0/api/tin.mdx index ab66c8b5..7612aaca 100644 --- a/versioned_docs/version-6.5.0/api/tin.mdx +++ b/versioned_docs/version-6.5.0/api/tin.mdx @@ -2,7 +2,7 @@ title: tin --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/toMercator.mdx b/versioned_docs/version-6.5.0/api/toMercator.mdx index f9aa0b90..3bb75536 100644 --- a/versioned_docs/version-6.5.0/api/toMercator.mdx +++ b/versioned_docs/version-6.5.0/api/toMercator.mdx @@ -2,7 +2,7 @@ title: toMercator --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/toWgs84.mdx b/versioned_docs/version-6.5.0/api/toWgs84.mdx index 667eac05..aa188276 100644 --- a/versioned_docs/version-6.5.0/api/toWgs84.mdx +++ b/versioned_docs/version-6.5.0/api/toWgs84.mdx @@ -2,7 +2,7 @@ title: toWgs84 --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/transformRotate.mdx b/versioned_docs/version-6.5.0/api/transformRotate.mdx index aa4af8d2..23dc2493 100644 --- a/versioned_docs/version-6.5.0/api/transformRotate.mdx +++ b/versioned_docs/version-6.5.0/api/transformRotate.mdx @@ -2,7 +2,7 @@ title: transformRotate --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/transformScale.mdx b/versioned_docs/version-6.5.0/api/transformScale.mdx index 0e73fb44..7f6081f3 100644 --- a/versioned_docs/version-6.5.0/api/transformScale.mdx +++ b/versioned_docs/version-6.5.0/api/transformScale.mdx @@ -2,7 +2,7 @@ title: transformScale --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/transformTranslate.mdx b/versioned_docs/version-6.5.0/api/transformTranslate.mdx index 8e8315d7..9d70e045 100644 --- a/versioned_docs/version-6.5.0/api/transformTranslate.mdx +++ b/versioned_docs/version-6.5.0/api/transformTranslate.mdx @@ -2,7 +2,7 @@ title: transformTranslate --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/triangleGrid.mdx b/versioned_docs/version-6.5.0/api/triangleGrid.mdx index 6da81166..f09438f8 100644 --- a/versioned_docs/version-6.5.0/api/triangleGrid.mdx +++ b/versioned_docs/version-6.5.0/api/triangleGrid.mdx @@ -2,7 +2,7 @@ title: triangleGrid --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/truncate.mdx b/versioned_docs/version-6.5.0/api/truncate.mdx index a4e33c2d..83c2d73e 100644 --- a/versioned_docs/version-6.5.0/api/truncate.mdx +++ b/versioned_docs/version-6.5.0/api/truncate.mdx @@ -2,7 +2,7 @@ title: truncate --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/union.mdx b/versioned_docs/version-6.5.0/api/union.mdx index a28141c4..4479f774 100644 --- a/versioned_docs/version-6.5.0/api/union.mdx +++ b/versioned_docs/version-6.5.0/api/union.mdx @@ -2,7 +2,7 @@ title: union --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/unkinkPolygon.mdx b/versioned_docs/version-6.5.0/api/unkinkPolygon.mdx index b8b2bdf4..7eff83f0 100644 --- a/versioned_docs/version-6.5.0/api/unkinkPolygon.mdx +++ b/versioned_docs/version-6.5.0/api/unkinkPolygon.mdx @@ -2,7 +2,7 @@ title: unkinkPolygon --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/variance.mdx b/versioned_docs/version-6.5.0/api/variance.mdx index ab8ae0d2..2bfc1ac1 100644 --- a/versioned_docs/version-6.5.0/api/variance.mdx +++ b/versioned_docs/version-6.5.0/api/variance.mdx @@ -2,7 +2,7 @@ title: variance --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-6.5.0/api/voronoi.mdx b/versioned_docs/version-6.5.0/api/voronoi.mdx index 27821cf8..88326404 100644 --- a/versioned_docs/version-6.5.0/api/voronoi.mdx +++ b/versioned_docs/version-6.5.0/api/voronoi.mdx @@ -2,7 +2,7 @@ title: voronoi --- -import * as turf from "@turf/turf"; +import * as turf from "turf-6"; import ExampleMap from "@site/src/components/ExampleMap"; import BrowserOnly from "@docusaurus/BrowserOnly"; diff --git a/versioned_docs/version-7.0.0/api/along.mdx b/versioned_docs/version-7.0.0/api/along.mdx new file mode 100644 index 00000000..ca59a778 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/along.mdx @@ -0,0 +1,79 @@ +--- +title: along +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes a [LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) and returns a [Point](https://tools.ietf.org/html/rfc7946#section-3.1.2) at a specified distance along the line. + +### Parameters + +| Name | Type | Description | +| --------------------- | --------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- | +| line | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** | input line | +| distance | **number** | distance along the line | +| options? | **Object** | Optional parameters | +| options.units? | **string** | can be degrees, radians, miles, or kilometers _(default "kilometers")_ | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** Point `distance` `units` along the line + +
+ +### Examples + +```javascript +var line = turf.lineString([ + [-83, 30], + [-84, 36], + [-78, 41], +]); +var options = { units: "miles" }; + +var along = turf.along(line, 200, options); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var line = turf.lineString([ + [-83, 30], + [-84, 36], + [-78, 41], + ]); + var options = { units: "miles" }; + + var along = turf.along(line, 200, options); + + //addToMap + var addToMap = { along, line }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/along + +import { along } from "@turf/along"; +const result = along(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.along(...); +``` diff --git a/versioned_docs/version-7.0.0/api/angle.mdx b/versioned_docs/version-7.0.0/api/angle.mdx new file mode 100644 index 00000000..8b144f23 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/angle.mdx @@ -0,0 +1,53 @@ +--- +title: angle +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Finds the angle formed by two adjacent segments defined by 3 points. The result will be the (positive clockwise) +angle with origin on the `startPoint-midPoint` segment, or its explementary angle if required. + +### Parameters + +| Name | Type | Description | +| ---------------------------- | -------------------------------------------------------------- | --------------------------------------------------------------------------------------- | +| startPoint | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | Start Point Coordinates | +| midPoint | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | Mid Point Coordinates | +| endPoint | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | End Point Coordinates | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.explementary? | **boolean** | Returns the explementary angle instead (360 - angle) _(default false)_ | +| options.mercator? | **boolean** | if calculations should be performed over Mercator or WGS84 projection _(default false)_ | + +### Returns + +
    + **number** Angle between the provided points, or its explementary. + +
+ +### Examples + +```javascript +turf.angle([5, 5], [5, 6], [3, 4]); +//=45 +``` + +### Installation + +```javascript +$ npm install @turf/angle + +import { angle } from "@turf/angle"; +const result = angle(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.angle(...); +``` diff --git a/versioned_docs/version-7.0.0/api/area.mdx b/versioned_docs/version-7.0.0/api/area.mdx new file mode 100644 index 00000000..c0e61727 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/area.mdx @@ -0,0 +1,83 @@ +--- +title: area +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes one or more features and returns their area in square meters. + +### Parameters + +| Name | Type | Description | +| ------- | ------------------------------------------------------------ | ------------------------ | +| geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | input GeoJSON feature(s) | + +### Returns + +
    + **number** area in square meters + +
+ +### Examples + +```javascript +var polygon = turf.polygon([ + [ + [125, -15], + [113, -22], + [154, -27], + [144, -15], + [125, -15], + ], +]); + +var area = turf.area(polygon); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var polygon = turf.polygon([ + [ + [125, -15], + [113, -22], + [154, -27], + [144, -15], + [125, -15], + ], + ]); + + var area = turf.area(polygon); + + //addToMap + var addToMap = { polygon }; + polygon.properties.area = area; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/area + +import { area } from "@turf/area"; +const result = area(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.area(...); +``` diff --git a/versioned_docs/version-7.0.0/api/bbox.mdx b/versioned_docs/version-7.0.0/api/bbox.mdx new file mode 100644 index 00000000..246249e5 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/bbox.mdx @@ -0,0 +1,77 @@ +--- +title: bbox +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Calculates the bounding box for any GeoJSON object, including FeatureCollection. +Uses geojson.bbox if available and options.recompute is not set. + +### Parameters + +| Name | Type | Description | +| ------------------------- | ------------------------------------------------------------ | ------------------------------------------------------ | +| geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | any GeoJSON object | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.recompute? | **boolean** | Whether to ignore an existing bbox property on geojson | + +### Returns + +
    + **[BBox](https://tools.ietf.org/html/rfc7946#section-5)** bbox extent in [minX, minY, maxX, maxY] order + +
+ +### Examples + +```javascript +var line = turf.lineString([ + [-74, 40], + [-78, 42], + [-82, 35], +]); +var bbox = turf.bbox(line); +var bboxPolygon = turf.bboxPolygon(bbox); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var line = turf.lineString([ + [-74, 40], + [-78, 42], + [-82, 35], + ]); + var bbox = turf.bbox(line); + var bboxPolygon = turf.bboxPolygon(bbox); + + //addToMap + var addToMap = { line, bboxPolygon }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/bbox + +import { bbox } from "@turf/bbox"; +const result = bbox(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.bbox(...); +``` diff --git a/versioned_docs/version-7.0.0/api/bboxClip.mdx b/versioned_docs/version-7.0.0/api/bboxClip.mdx new file mode 100644 index 00000000..5124021f --- /dev/null +++ b/versioned_docs/version-7.0.0/api/bboxClip.mdx @@ -0,0 +1,87 @@ +--- +title: bboxClip +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes a [Feature](https://tools.ietf.org/html/rfc7946#section-3.2) and a bbox and clips the feature to the bbox using +[lineclip](https://github.com/mapbox/lineclip). +May result in degenerate edges when clipping Polygons. + +### Parameters + +| Name | Type | Description | +| ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------- | +| feature | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5) \| [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** | feature to clip to the bbox | +| bbox | **[BBox](https://tools.ietf.org/html/rfc7946#section-5)** | extent in [minX, minY, maxX, maxY] order | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5) \| [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** clipped Feature + +
+ +### Examples + +```javascript +var bbox = [0, 0, 10, 10]; +var poly = turf.polygon([ + [ + [2, 2], + [8, 4], + [12, 8], + [3, 7], + [2, 2], + ], +]); + +var clipped = turf.bboxClip(poly, bbox); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var bbox = [0, 0, 10, 10]; + var poly = turf.polygon([ + [ + [2, 2], + [8, 4], + [12, 8], + [3, 7], + [2, 2], + ], + ]); + + var clipped = turf.bboxClip(poly, bbox); + + //addToMap + var addToMap = { bbox, poly, clipped }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/bbox-clip + +import { bboxClip } from "@turf/bbox-clip"; +const result = bboxClip(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.bboxClip(...); +``` diff --git a/versioned_docs/version-7.0.0/api/bboxPolygon.mdx b/versioned_docs/version-7.0.0/api/bboxPolygon.mdx new file mode 100644 index 00000000..119619c0 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/bboxPolygon.mdx @@ -0,0 +1,69 @@ +--- +title: bboxPolygon +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes a bbox and returns an equivalent [polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6). + +### Parameters + +| Name | Type | Description | +| -------------------------- | --------------------------------------------------------- | ------------------------------------------------ | +| bbox | **[BBox](https://tools.ietf.org/html/rfc7946#section-5)** | extent in [minX, minY, maxX, maxY] order | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.properties? | **Properties** | Translate properties to Polygon _(default \{\})_ | +| options.id? | **string \| number** | Translate Id to Polygon _(default \{\})_ | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** a Polygon representation of the bounding box + +
+ +### Examples + +```javascript +var bbox = [0, 0, 10, 10]; + +var poly = turf.bboxPolygon(bbox); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var bbox = [0, 0, 10, 10]; + + var poly = turf.bboxPolygon(bbox); + + //addToMap + var addToMap = { poly }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/bbox-polygon + +import { bboxPolygon } from "@turf/bbox-polygon"; +const result = bboxPolygon(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.bboxPolygon(...); +``` diff --git a/versioned_docs/version-7.0.0/api/bearing.mdx b/versioned_docs/version-7.0.0/api/bearing.mdx new file mode 100644 index 00000000..91af3bf3 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/bearing.mdx @@ -0,0 +1,75 @@ +--- +title: bearing +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes two [points](https://tools.ietf.org/html/rfc7946#section-3.1.2) and finds the geographic bearing between them, +i.e. the angle measured in degrees from the north line (0 degrees) + +### Parameters + +| Name | Type | Description | +| --------------------- | -------------------------------------------------------------- | ------------------------------------------------------ | +| start | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | starting Point | +| end | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | ending Point | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.final? | **boolean** | calculates the final bearing if true _(default false)_ | + +### Returns + +
    + **number** bearing in decimal degrees, between -180 and 180 degrees (positive clockwise) + +
+ +### Examples + +```javascript +var point1 = turf.point([-75.343, 39.984]); +var point2 = turf.point([-75.534, 39.123]); + +var bearing = turf.bearing(point1, point2); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var point1 = turf.point([-75.343, 39.984]); + var point2 = turf.point([-75.534, 39.123]); + + var bearing = turf.bearing(point1, point2); + + //addToMap + var addToMap = { point1, point2 }; + point1.properties["marker-color"] = "#f00"; + point2.properties["marker-color"] = "#0f0"; + point1.properties.bearing = bearing; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/bearing + +import { bearing } from "@turf/bearing"; +const result = bearing(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.bearing(...); +``` diff --git a/versioned_docs/version-7.0.0/api/bearingToAzimuth.mdx b/versioned_docs/version-7.0.0/api/bearingToAzimuth.mdx new file mode 100644 index 00000000..7f61defa --- /dev/null +++ b/versioned_docs/version-7.0.0/api/bearingToAzimuth.mdx @@ -0,0 +1,41 @@ +--- +title: bearingToAzimuth +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Converts any bearing angle from the north line direction (positive clockwise) +and returns an angle between 0-360 degrees (positive clockwise), 0 being the north line + +### Parameters + +| Name | Type | Description | +| ------- | ---------- | ------------------------------------ | +| bearing | **number** | angle, between -180 and +180 degrees | + +### Returns + +
    + **number** angle between 0 and 360 degrees + +
+ +### Installation + +```javascript +$ npm install @turf/helpers + +import { bearingToAzimuth } from "@turf/helpers"; +const result = bearingToAzimuth(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.bearingToAzimuth(...); +``` diff --git a/versioned_docs/version-7.0.0/api/bezierSpline.mdx b/versioned_docs/version-7.0.0/api/bezierSpline.mdx new file mode 100644 index 00000000..3062a93c --- /dev/null +++ b/versioned_docs/version-7.0.0/api/bezierSpline.mdx @@ -0,0 +1,89 @@ +--- +title: bezierSpline +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes a [line](https://tools.ietf.org/html/rfc7946#section-3.1.4) and returns a curved version +by applying a [Bezier spline](http://en.wikipedia.org/wiki/B%C3%A9zier_spline) +algorithm. + +The bezier spline implementation is by [Leszek Rybicki](http://leszek.rybicki.cc/). + +### Parameters + +| Name | Type | Description | +| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- | +| line | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** | input LineString | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.properties? | **Object** | Translate properties to output _(default \{\})_ | +| options.resolution? | **number** | time in milliseconds between points _(default 10000)_ | +| options.sharpness? | **number** | a measure of how curvy the path should be between splines _(default 0.85)_ | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** curved line + +
+ +### Examples + +```javascript +var line = turf.lineString([ + [-76.091308, 18.427501], + [-76.695556, 18.729501], + [-76.552734, 19.40443], + [-74.61914, 19.134789], + [-73.652343, 20.07657], + [-73.157958, 20.210656], +]); + +var curved = turf.bezierSpline(line); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var line = turf.lineString([ + [-76.091308, 18.427501], + [-76.695556, 18.729501], + [-76.552734, 19.40443], + [-74.61914, 19.134789], + [-73.652343, 20.07657], + [-73.157958, 20.210656], + ]); + + var curved = turf.bezierSpline(line); + + //addToMap + var addToMap = { line, curved }; + curved.properties = { stroke: "#0F0" }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/bezier-spline + +import { bezierSpline } from "@turf/bezier-spline"; +const result = bezierSpline(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.bezierSpline(...); +``` diff --git a/versioned_docs/version-7.0.0/api/booleanClockwise.mdx b/versioned_docs/version-7.0.0/api/booleanClockwise.mdx new file mode 100644 index 00000000..923ea0a0 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/booleanClockwise.mdx @@ -0,0 +1,62 @@ +--- +title: booleanClockwise +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes a ring and return true or false whether or not the ring is clockwise or counter-clockwise. + +### Parameters + +| Name | Type | Description | +| ---- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | +| line | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\> \| [LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| Array\\>** | to be evaluated | + +### Returns + +
    + **boolean** true/false + +
+ +### Examples + +```javascript +var clockwiseRing = turf.lineString([ + [0, 0], + [1, 1], + [1, 0], + [0, 0], +]); +var counterClockwiseRing = turf.lineString([ + [0, 0], + [1, 0], + [1, 1], + [0, 0], +]); + +turf.booleanClockwise(clockwiseRing); +//=true +turf.booleanClockwise(counterClockwiseRing); +//=false +``` + +### Installation + +```javascript +$ npm install @turf/boolean-clockwise + +import { booleanClockwise } from "@turf/boolean-clockwise"; +const result = booleanClockwise(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.booleanClockwise(...); +``` diff --git a/versioned_docs/version-7.0.0/api/booleanConcave.mdx b/versioned_docs/version-7.0.0/api/booleanConcave.mdx new file mode 100644 index 00000000..1b100dba --- /dev/null +++ b/versioned_docs/version-7.0.0/api/booleanConcave.mdx @@ -0,0 +1,57 @@ +--- +title: booleanConcave +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes a polygon and return true or false as to whether it is concave or not. + +### Parameters + +| Name | Type | Description | +| ------- | ------------------------------------------------------------------------------------------------------------------------------ | --------------- | +| polygon | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** | to be evaluated | + +### Returns + +
    + **boolean** true/false + +
+ +### Examples + +```javascript +var convexPolygon = turf.polygon([ + [ + [0, 0], + [0, 1], + [1, 1], + [1, 0], + [0, 0], + ], +]); + +turf.booleanConcave(convexPolygon); +//=false +``` + +### Installation + +```javascript +$ npm install @turf/boolean-concave + +import { booleanConcave } from "@turf/boolean-concave"; +const result = booleanConcave(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.booleanConcave(...); +``` diff --git a/versioned_docs/version-7.0.0/api/booleanContains.mdx b/versioned_docs/version-7.0.0/api/booleanContains.mdx new file mode 100644 index 00000000..55249a0f --- /dev/null +++ b/versioned_docs/version-7.0.0/api/booleanContains.mdx @@ -0,0 +1,59 @@ +--- +title: booleanContains +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Boolean-contains returns True if the second geometry is completely contained by the first geometry. +The interiors of both geometries must intersect and, the interior and boundary of the secondary (geometry b) +must not intersect the exterior of the primary (geometry a). +Boolean-contains returns the exact opposite result of the `@turf/boolean-within`. + +### Parameters + +| Name | Type | Description | +| -------- | ------------------------------------------------------------------------------------------------------------------------------------ | --------------------------- | +| feature1 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | GeoJSON Feature or Geometry | +| feature2 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | GeoJSON Feature or Geometry | + +### Returns + +
    + **boolean** true/false + +
+ +### Examples + +```javascript +var line = turf.lineString([ + [1, 1], + [1, 2], + [1, 3], + [1, 4], +]); +var point = turf.point([1, 2]); + +turf.booleanContains(line, point); +//=true +``` + +### Installation + +```javascript +$ npm install @turf/boolean-contains + +import { booleanContains } from "@turf/boolean-contains"; +const result = booleanContains(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.booleanContains(...); +``` diff --git a/versioned_docs/version-7.0.0/api/booleanCrosses.mdx b/versioned_docs/version-7.0.0/api/booleanCrosses.mdx new file mode 100644 index 00000000..ee763d0e --- /dev/null +++ b/versioned_docs/version-7.0.0/api/booleanCrosses.mdx @@ -0,0 +1,64 @@ +--- +title: booleanCrosses +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Boolean-Crosses returns True if the intersection results in a geometry whose dimension is one less than +the maximum dimension of the two source geometries and the intersection set is interior to +both source geometries. + +Boolean-Crosses returns t (TRUE) for only multipoint/polygon, multipoint/linestring, linestring/linestring, linestring/polygon, and linestring/multipolygon comparisons. +Other comparisons are not supported as they are outside the OpenGIS Simple Features spec and may give unexpected results. + +### Parameters + +| Name | Type | Description | +| -------- | ------------------------------------------------------------------------------------------------------------------------------------ | --------------------------- | +| feature1 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | GeoJSON Feature or Geometry | +| feature2 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | GeoJSON Feature or Geometry | + +### Returns + +
    + **boolean** true/false + +
+ +### Examples + +```javascript +var line1 = turf.lineString([ + [-2, 2], + [4, 2], +]); +var line2 = turf.lineString([ + [1, 1], + [1, 2], + [1, 3], + [1, 4], +]); + +var cross = turf.booleanCrosses(line1, line2); +//=true +``` + +### Installation + +```javascript +$ npm install @turf/boolean-crosses + +import { booleanCrosses } from "@turf/boolean-crosses"; +const result = booleanCrosses(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.booleanCrosses(...); +``` diff --git a/versioned_docs/version-7.0.0/api/booleanDisjoint.mdx b/versioned_docs/version-7.0.0/api/booleanDisjoint.mdx new file mode 100644 index 00000000..80b53860 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/booleanDisjoint.mdx @@ -0,0 +1,56 @@ +--- +title: booleanDisjoint +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Boolean-disjoint returns (TRUE) if the intersection of the two geometries is an empty set. + +### Parameters + +| Name | Type | Description | +| -------- | ------------------------------------------------------------------------------------------------------------------------------------ | --------------------------- | +| feature1 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | GeoJSON Feature or Geometry | +| feature2 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | GeoJSON Feature or Geometry | + +### Returns + +
    + **boolean** true/false + +
+ +### Examples + +```javascript +var point = turf.point([2, 2]); +var line = turf.lineString([ + [1, 1], + [1, 2], + [1, 3], + [1, 4], +]); + +turf.booleanDisjoint(line, point); +//=true +``` + +### Installation + +```javascript +$ npm install @turf/boolean-disjoint + +import { booleanDisjoint } from "@turf/boolean-disjoint"; +const result = booleanDisjoint(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.booleanDisjoint(...); +``` diff --git a/versioned_docs/version-7.0.0/api/booleanEqual.mdx b/versioned_docs/version-7.0.0/api/booleanEqual.mdx new file mode 100644 index 00000000..ef285924 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/booleanEqual.mdx @@ -0,0 +1,57 @@ +--- +title: booleanEqual +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Determine whether two geometries of the same type have identical X,Y coordinate values. +See [http://edndoc.esri.com/arcsde/9.0/general_topics/understand_spatial_relations.htm](http://edndoc.esri.com/arcsde/9.0/general_topics/understand_spatial_relations.htm) + +### Parameters + +| Name | Type | Description | +| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------- | +| feature1 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)** | GeoJSON input | +| feature2 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)** | GeoJSON input | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.precision? | **number** | decimal precision to use when comparing coordinates _(default 6)_ | + +### Returns + +
    + **boolean** true if the objects are equal, false otherwise + +
+ +### Examples + +```javascript +var pt1 = turf.point([0, 0]); +var pt2 = turf.point([0, 0]); +var pt3 = turf.point([1, 1]); + +turf.booleanEqual(pt1, pt2); +//= true +turf.booleanEqual(pt2, pt3); +//= false +``` + +### Installation + +```javascript +$ npm install @turf/boolean-equal + +import { booleanEqual } from "@turf/boolean-equal"; +const result = booleanEqual(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.booleanEqual(...); +``` diff --git a/versioned_docs/version-7.0.0/api/booleanIntersects.mdx b/versioned_docs/version-7.0.0/api/booleanIntersects.mdx new file mode 100644 index 00000000..ed889a74 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/booleanIntersects.mdx @@ -0,0 +1,56 @@ +--- +title: booleanIntersects +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Boolean-intersects returns (TRUE) two geometries intersect. + +### Parameters + +| Name | Type | Description | +| -------- | ------------------------------------------------------------------------------------------------------------------------------------ | --------------------------- | +| feature1 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | GeoJSON Feature or Geometry | +| feature2 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | GeoJSON Feature or Geometry | + +### Returns + +
    + **boolean** true/false + +
+ +### Examples + +```javascript +var point = turf.point([2, 2]); +var line = turf.lineString([ + [1, 1], + [1, 2], + [1, 3], + [1, 4], +]); + +turf.booleanIntersects(line, point); +//=true +``` + +### Installation + +```javascript +$ npm install @turf/boolean-intersects + +import { booleanIntersects } from "@turf/boolean-intersects"; +const result = booleanIntersects(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.booleanIntersects(...); +``` diff --git a/versioned_docs/version-7.0.0/api/booleanOverlap.mdx b/versioned_docs/version-7.0.0/api/booleanOverlap.mdx new file mode 100644 index 00000000..b4ffe434 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/booleanOverlap.mdx @@ -0,0 +1,82 @@ +--- +title: booleanOverlap +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Compares two geometries of the same dimension and returns true if their intersection set results in a geometry +different from both but of the same dimension. It applies to Polygon/Polygon, LineString/LineString, +Multipoint/Multipoint, MultiLineString/MultiLineString and MultiPolygon/MultiPolygon. + +In other words, it returns true if the two geometries overlap, provided that neither completely contains the other. + +### Parameters + +| Name | Type | Description | +| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | +| feature1 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5) \| [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** | input | +| feature2 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5) \| [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** | input | + +### Returns + +
    + **boolean** true/false + +
+ +### Examples + +```javascript +var poly1 = turf.polygon([ + [ + [0, 0], + [0, 5], + [5, 5], + [5, 0], + [0, 0], + ], +]); +var poly2 = turf.polygon([ + [ + [1, 1], + [1, 6], + [6, 6], + [6, 1], + [1, 1], + ], +]); +var poly3 = turf.polygon([ + [ + [10, 10], + [10, 15], + [15, 15], + [15, 10], + [10, 10], + ], +]); + +turf.booleanOverlap(poly1, poly2); +//=true +turf.booleanOverlap(poly2, poly3); +//=false +``` + +### Installation + +```javascript +$ npm install @turf/boolean-overlap + +import { booleanOverlap } from "@turf/boolean-overlap"; +const result = booleanOverlap(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.booleanOverlap(...); +``` diff --git a/versioned_docs/version-7.0.0/api/booleanParallel.mdx b/versioned_docs/version-7.0.0/api/booleanParallel.mdx new file mode 100644 index 00000000..a30cf984 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/booleanParallel.mdx @@ -0,0 +1,57 @@ +--- +title: booleanParallel +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Boolean-Parallel returns True if each segment of `line1` is parallel to the correspondent segment of `line2` + +### Parameters + +| Name | Type | Description | +| ----- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------- | +| line1 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** | GeoJSON Feature or Geometry | +| line2 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** | GeoJSON Feature or Geometry | + +### Returns + +
    + **boolean** true/false if the lines are parallel + +
+ +### Examples + +```javascript +var line1 = turf.lineString([ + [0, 0], + [0, 1], +]); +var line2 = turf.lineString([ + [1, 0], + [1, 1], +]); + +turf.booleanParallel(line1, line2); +//=true +``` + +### Installation + +```javascript +$ npm install @turf/boolean-parallel + +import { booleanParallel } from "@turf/boolean-parallel"; +const result = booleanParallel(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.booleanParallel(...); +``` diff --git a/versioned_docs/version-7.0.0/api/booleanPointInPolygon.mdx b/versioned_docs/version-7.0.0/api/booleanPointInPolygon.mdx new file mode 100644 index 00000000..48c8c8d2 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/booleanPointInPolygon.mdx @@ -0,0 +1,62 @@ +--- +title: booleanPointInPolygon +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes a [Point](https://tools.ietf.org/html/rfc7946#section-3.1.2) and a [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) or [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7) and determines if the point +resides inside the polygon. The polygon can be convex or concave. The function accounts for holes. + +### Parameters + +| Name | Type | Description | +| ------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | +| point | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | input point | +| polygon | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** | input polygon or multipolygon | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.ignoreBoundary? | **boolean** | True if polygon boundary should be ignored when determining if the point is inside the polygon otherwise false. _(default false)_ | + +### Returns + +
    + **boolean** `true` if the Point is inside the Polygon; `false` if the Point is not inside the Polygon + +
+ +### Examples + +```javascript +var pt = turf.point([-77, 44]); +var poly = turf.polygon([ + [ + [-81, 41], + [-81, 47], + [-72, 47], + [-72, 41], + [-81, 41], + ], +]); + +turf.booleanPointInPolygon(pt, poly); +//= true +``` + +### Installation + +```javascript +$ npm install @turf/boolean-point-in-polygon + +import { booleanPointInPolygon } from "@turf/boolean-point-in-polygon"; +const result = booleanPointInPolygon(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.booleanPointInPolygon(...); +``` diff --git a/versioned_docs/version-7.0.0/api/booleanPointOnLine.mdx b/versioned_docs/version-7.0.0/api/booleanPointOnLine.mdx new file mode 100644 index 00000000..dcfdbfa1 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/booleanPointOnLine.mdx @@ -0,0 +1,58 @@ +--- +title: booleanPointOnLine +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Returns true if a point is on a line. Accepts a optional parameter to ignore the +start and end vertices of the linestring. + +### Parameters + +| Name | Type | Description | +| --------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | +| pt | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | GeoJSON Point | +| line | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** | GeoJSON LineString | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.ignoreEndVertices? | **boolean** | whether to ignore the start and end vertices. _(default false)_ | +| options.epsilon? | **number** | Fractional number to compare with the cross product result. Useful for dealing with floating points such as lng/lat points | + +### Returns + +
    + **boolean** true/false + +
+ +### Examples + +```javascript +var pt = turf.point([0, 0]); +var line = turf.lineString([ + [-1, -1], + [1, 1], + [1.5, 2.2], +]); +var isPointOnLine = turf.booleanPointOnLine(pt, line); +//=true +``` + +### Installation + +```javascript +$ npm install @turf/boolean-point-on-line + +import { booleanPointOnLine } from "@turf/boolean-point-on-line"; +const result = booleanPointOnLine(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.booleanPointOnLine(...); +``` diff --git a/versioned_docs/version-7.0.0/api/booleanTouches.mdx b/versioned_docs/version-7.0.0/api/booleanTouches.mdx new file mode 100644 index 00000000..59ccdf23 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/booleanTouches.mdx @@ -0,0 +1,57 @@ +--- +title: booleanTouches +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Boolean-touches true if none of the points common to both geometries +intersect the interiors of both geometries. + +### Parameters + +| Name | Type | Description | +| -------- | ------------------------------------------------------------------------------------------------------------------------------------ | --------------------------- | +| feature1 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | GeoJSON Feature or Geometry | +| feature2 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | GeoJSON Feature or Geometry | + +### Returns + +
    + **boolean** true/false + +
+ +### Examples + +```javascript +var line = turf.lineString([ + [1, 1], + [1, 2], + [1, 3], + [1, 4], +]); +var point = turf.point([1, 1]); + +turf.booleanTouches(point, line); +//=true +``` + +### Installation + +```javascript +$ npm install @turf/boolean-touches + +import { booleanTouches } from "@turf/boolean-touches"; +const result = booleanTouches(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.booleanTouches(...); +``` diff --git a/versioned_docs/version-7.0.0/api/booleanValid.mdx b/versioned_docs/version-7.0.0/api/booleanValid.mdx new file mode 100644 index 00000000..1305686f --- /dev/null +++ b/versioned_docs/version-7.0.0/api/booleanValid.mdx @@ -0,0 +1,54 @@ +--- +title: booleanValid +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +booleanValid checks if the geometry is a valid according to the OGC Simple Feature Specification. + +### Parameters + +| Name | Type | Description | +| ------- | ------------------------------------------------------------------------------------------------------------------------------------ | --------------------------- | +| feature | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | GeoJSON Feature or Geometry | + +### Returns + +
    + **boolean** true/false + +
+ +### Examples + +```javascript +var line = turf.lineString([ + [1, 1], + [1, 2], + [1, 3], + [1, 4], +]); + +turf.booleanValid(line); // => true +turf.booleanValid({ foo: "bar" }); // => false +``` + +### Installation + +```javascript +$ npm install @turf/boolean-valid + +import { booleanValid } from "@turf/boolean-valid"; +const result = booleanValid(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.booleanValid(...); +``` diff --git a/versioned_docs/version-7.0.0/api/booleanWithin.mdx b/versioned_docs/version-7.0.0/api/booleanWithin.mdx new file mode 100644 index 00000000..552dca46 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/booleanWithin.mdx @@ -0,0 +1,59 @@ +--- +title: booleanWithin +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Boolean-within returns true if the first geometry is completely within the second geometry. +The interiors of both geometries must intersect and, the interior and boundary of the primary (geometry a) +must not intersect the exterior of the secondary (geometry b). +Boolean-within returns the exact opposite result of the `@turf/boolean-contains`. + +### Parameters + +| Name | Type | Description | +| -------- | ------------------------------------------------------------------------------------------------------------------------------------ | --------------------------- | +| feature1 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | GeoJSON Feature or Geometry | +| feature2 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | GeoJSON Feature or Geometry | + +### Returns + +
    + **boolean** true/false + +
+ +### Examples + +```javascript +var line = turf.lineString([ + [1, 1], + [1, 2], + [1, 3], + [1, 4], +]); +var point = turf.point([1, 2]); + +turf.booleanWithin(point, line); +//=true +``` + +### Installation + +```javascript +$ npm install @turf/boolean-within + +import { booleanWithin } from "@turf/boolean-within"; +const result = booleanWithin(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.booleanWithin(...); +``` diff --git a/versioned_docs/version-7.0.0/api/buffer.mdx b/versioned_docs/version-7.0.0/api/buffer.mdx new file mode 100644 index 00000000..1569c00e --- /dev/null +++ b/versioned_docs/version-7.0.0/api/buffer.mdx @@ -0,0 +1,74 @@ +--- +title: buffer +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Calculates a buffer for input features for a given radius. Units supported are miles, kilometers, and degrees. + +When using a negative radius, the resulting geometry may be invalid if +it's too small compared to the radius magnitude. If the input is a +FeatureCollection, only valid members will be returned in the output +FeatureCollection - i.e., the output collection may have fewer members than +the input, or even be empty. + +### Parameters + +| Name | Type | Description | +| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------- | +| geojson | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | input to be buffered | +| radius | **number** | distance to draw the buffer (negative values are allowed) | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.units? | **string** | any of the options supported by turf units _(default "kilometers")_ | +| options.steps? | **number** | number of steps _(default 8)_ | + +### Returns + +
    + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\> \| undefined** buffered features + +
+ +### Examples + +```javascript +var point = turf.point([-90.54863, 14.616599]); +var buffered = turf.buffer(point, 500, { units: "miles" }); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var point = turf.point([-90.54863, 14.616599]); + var buffered = turf.buffer(point, 500, { units: "miles" }); + + //addToMap + var addToMap = { point, buffered }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/buffer + +import { buffer } from "@turf/buffer"; +const result = buffer(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.buffer(...); +``` diff --git a/versioned_docs/version-7.0.0/api/center.mdx b/versioned_docs/version-7.0.0/api/center.mdx new file mode 100644 index 00000000..a20269f6 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/center.mdx @@ -0,0 +1,80 @@ +--- +title: center +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes a [Feature](https://tools.ietf.org/html/rfc7946#section-3.2) or [FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) and returns the absolute center point of all features. + +### Parameters + +| Name | Type | Description | +| -------------------------- | ------------------------------------------------------------ | ------------------------------------------------------ | +| geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | GeoJSON to be centered | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.properties? | **Object** | Translate GeoJSON Properties to Point _(default \{\})_ | +| options.bbox? | **Object** | Translate GeoJSON BBox to Point _(default \{\})_ | +| options.id? | **Object** | Translate GeoJSON Id to Point _(default \{\})_ | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** a Point feature at the absolute center point of all input features + +
+ +### Examples + +```javascript +var features = turf.points([ + [-97.522259, 35.4691], + [-97.502754, 35.463455], + [-97.508269, 35.463245], +]); + +var center = turf.center(features); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var features = turf.points([ + [-97.522259, 35.4691], + [-97.502754, 35.463455], + [-97.508269, 35.463245], + ]); + + var center = turf.center(features); + + //addToMap + var addToMap = { features, center }; + center.properties["marker-size"] = "large"; + center.properties["marker-color"] = "#000"; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/center + +import { center } from "@turf/center"; +const result = center(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.center(...); +``` diff --git a/versioned_docs/version-7.0.0/api/centerMean.mdx b/versioned_docs/version-7.0.0/api/centerMean.mdx new file mode 100644 index 00000000..a8816f0d --- /dev/null +++ b/versioned_docs/version-7.0.0/api/centerMean.mdx @@ -0,0 +1,83 @@ +--- +title: centerMean +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes a [Feature](https://tools.ietf.org/html/rfc7946#section-3.2) or [FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) and returns the mean center. Can be weighted. + +### Parameters + +| Name | Type | Description | +| -------------------------- | ------------------------------------------------------------ | ------------------------------------------------------ | +| geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | GeoJSON to be centered | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.properties? | **Object** | Translate GeoJSON Properties to Point _(default \{\})_ | +| options.bbox? | **Object** | Translate GeoJSON BBox to Point _(default \{\})_ | +| options.id? | **Object** | Translate GeoJSON Id to Point _(default \{\})_ | +| options.weight? | **string** | the property name used to weight the center | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** a Point feature at the mean center point of all input features + +
+ +### Examples + +```javascript +var features = turf.featureCollection([ + turf.point([-97.522259, 35.4691], { value: 10 }), + turf.point([-97.502754, 35.463455], { value: 3 }), + turf.point([-97.508269, 35.463245], { value: 5 }), +]); + +var options = { weight: "value" }; +var mean = turf.centerMean(features, options); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var features = turf.featureCollection([ + turf.point([-97.522259, 35.4691], { value: 10 }), + turf.point([-97.502754, 35.463455], { value: 3 }), + turf.point([-97.508269, 35.463245], { value: 5 }), + ]); + + var options = { weight: "value" }; + var mean = turf.centerMean(features, options); + + //addToMap + var addToMap = { features, mean }; + mean.properties["marker-size"] = "large"; + mean.properties["marker-color"] = "#000"; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/center-mean + +import { centerMean } from "@turf/center-mean"; +const result = centerMean(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.centerMean(...); +``` diff --git a/versioned_docs/version-7.0.0/api/centerMedian.mdx b/versioned_docs/version-7.0.0/api/centerMedian.mdx new file mode 100644 index 00000000..1ba0ca72 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/centerMedian.mdx @@ -0,0 +1,113 @@ +--- +title: centerMedian +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes a [FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) of points and calculates the median center, +algorithimically. The median center is understood as the point that is +requires the least total travel from all other points. + +Turfjs has four different functions for calculating the center of a set of +data. Each is useful depending on circumstance. + +`@turf/center` finds the simple center of a dataset, by finding the +midpoint between the extents of the data. That is, it divides in half the +farthest east and farthest west point as well as the farthest north and +farthest south. + +`@turf/center-of-mass` imagines that the dataset is a sheet of paper. +The center of mass is where the sheet would balance on a fingertip. + +`@turf/center-mean` takes the averages of all the coordinates and +produces a value that respects that. Unlike `@turf/center`, it is +sensitive to clusters and outliers. It lands in the statistical middle of a +dataset, not the geographical. It can also be weighted, meaning certain +points are more important than others. + +`@turf/center-median` takes the mean center and tries to find, iteratively, +a new point that requires the least amount of travel from all the points in +the dataset. It is not as sensitive to outliers as `@turf/center-mean`, but it is +attracted to clustered data. It, too, can be weighted. + +**Bibliography** + +Harold W. Kuhn and Robert E. Kuenne, “An Efficient Algorithm for the +Numerical Solution of the Generalized Weber Problem in Spatial +Economics,” _Journal of Regional Science_ 4, no. 2 (1962): 21–33, +doi:[10.1111/j.1467-9787.1962.tb00902.x](https://doi.org/10.1111/j.1467-9787.1962.tb00902.x). + +James E. Burt, Gerald M. Barber, and David L. Rigby, _Elementary +Statistics for Geographers_, 3rd ed., New York: The Guilford +Press, 2009, 150–151. + +### Parameters + +| Name | Type | Description | +| ------------------------- | ------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | +| features | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\** | Any GeoJSON Feature Collection | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.weight? | **string** | the property name used to weight the center | +| options.tolerance? | **number** | the difference in distance between candidate medians at which point the algorighim stops iterating. _(default 0.001)_ | +| options.counter? | **number** | how many attempts to find the median, should the tolerance be insufficient. _(default 10)_ | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** The median center of the collection + +
+ +### Examples + +```javascript +var points = turf.points([ + [0, 0], + [1, 0], + [0, 1], + [5, 8], +]); +var medianCenter = turf.centerMedian(points); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var points = turf.points([ + [0, 0], + [1, 0], + [0, 1], + [5, 8], + ]); + var medianCenter = turf.centerMedian(points); + + //addToMap + var addToMap = { points, medianCenter }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/center-median + +import { centerMedian } from "@turf/center-median"; +const result = centerMedian(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.centerMedian(...); +``` diff --git a/versioned_docs/version-7.0.0/api/centerOfMass.mdx b/versioned_docs/version-7.0.0/api/centerOfMass.mdx new file mode 100644 index 00000000..36be1089 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/centerOfMass.mdx @@ -0,0 +1,86 @@ +--- +title: centerOfMass +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes any [Feature](https://tools.ietf.org/html/rfc7946#section-3.2) or a [FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) and returns its [center of mass](https://en.wikipedia.org/wiki/Center_of_mass) using this formula: [Centroid of Polygon](https://en.wikipedia.org/wiki/Centroid#Centroid_of_polygon). + +### Parameters + +| Name | Type | Description | +| -------------------------- | ------------------------------------------------------------ | ------------------------------------------------ | +| geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | GeoJSON to be centered | +| options? | **Object** | Optional Parameters _(default \{\})_ | +| options.properties? | **Object** | Translate Properties to Feature _(default \{\})_ | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** the center of mass + +
+ +### Examples + +```javascript +var polygon = turf.polygon([ + [ + [-81, 41], + [-88, 36], + [-84, 31], + [-80, 33], + [-77, 39], + [-81, 41], + ], +]); + +var center = turf.centerOfMass(polygon); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var polygon = turf.polygon([ + [ + [-81, 41], + [-88, 36], + [-84, 31], + [-80, 33], + [-77, 39], + [-81, 41], + ], + ]); + + var center = turf.centerOfMass(polygon); + + //addToMap + var addToMap = { polygon, center }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/center-of-mass + +import { centerOfMass } from "@turf/center-of-mass"; +const result = centerOfMass(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.centerOfMass(...); +``` diff --git a/versioned_docs/version-7.0.0/api/centroid.mdx b/versioned_docs/version-7.0.0/api/centroid.mdx new file mode 100644 index 00000000..637b92d3 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/centroid.mdx @@ -0,0 +1,86 @@ +--- +title: centroid +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Computes the centroid as the mean of all vertices within the object. + +### Parameters + +| Name | Type | Description | +| -------------------------- | ------------------------------------------------------------ | ----------------------------------------------------------------------------- | +| geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | GeoJSON to be centered | +| options? | **Object** | Optional Parameters _(default \{\})_ | +| options.properties? | **Object** | an Object that is used as the \{@link Feature\}'s properties _(default \{\})_ | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** the centroid of the input object + +
+ +### Examples + +```javascript +var polygon = turf.polygon([ + [ + [-81, 41], + [-88, 36], + [-84, 31], + [-80, 33], + [-77, 39], + [-81, 41], + ], +]); + +var centroid = turf.centroid(polygon); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var polygon = turf.polygon([ + [ + [-81, 41], + [-88, 36], + [-84, 31], + [-80, 33], + [-77, 39], + [-81, 41], + ], + ]); + + var centroid = turf.centroid(polygon); + + //addToMap + var addToMap = { polygon, centroid }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/centroid + +import { centroid } from "@turf/centroid"; +const result = centroid(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.centroid(...); +``` diff --git a/versioned_docs/version-7.0.0/api/circle.mdx b/versioned_docs/version-7.0.0/api/circle.mdx new file mode 100644 index 00000000..42f3e213 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/circle.mdx @@ -0,0 +1,73 @@ +--- +title: circle +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes a [Point](https://tools.ietf.org/html/rfc7946#section-3.1.2) and calculates the circle polygon given a radius in degrees, radians, miles, or kilometers; and steps for precision. + +### Parameters + +| Name | Type | Description | +| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------- | +| center | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\> \| Array\** | center point | +| radius | **number** | radius of the circle | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.steps? | **number** | number of steps _(default 64)_ | +| options.units? | **string** | miles, kilometers, degrees, or radians _(default 'kilometers')_ | +| options.properties? | **Object** | properties _(default \{\})_ | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** circle polygon + +
+ +### Examples + +```javascript +var center = [-75.343, 39.984]; +var radius = 5; +var options = { steps: 10, units: "kilometers", properties: { foo: "bar" } }; +var circle = turf.circle(center, radius, options); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var center = [-75.343, 39.984]; + var radius = 5; + var options = { steps: 10, units: "kilometers", properties: { foo: "bar" } }; + var circle = turf.circle(center, radius, options); + + //addToMap + var addToMap = { center: turf.point(center), circle }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/circle + +import { circle } from "@turf/circle"; +const result = circle(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.circle(...); +``` diff --git a/versioned_docs/version-7.0.0/api/cleanCoords.mdx b/versioned_docs/version-7.0.0/api/cleanCoords.mdx new file mode 100644 index 00000000..57062d5b --- /dev/null +++ b/versioned_docs/version-7.0.0/api/cleanCoords.mdx @@ -0,0 +1,66 @@ +--- +title: cleanCoords +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Removes redundant coordinates from any GeoJSON Geometry. + +### Parameters + +| Name | Type | Description | +| ---------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | +| geojson | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)** | Feature or Geometry | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.mutate? | **boolean** | allows GeoJSON input to be mutated _(default false)_ | + +### Returns + +
    + **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)** the cleaned input Feature/Geometry + +
+ +### Examples + +```javascript +var line = turf.lineString([ + [0, 0], + [0, 2], + [0, 5], + [0, 8], + [0, 8], + [0, 10], +]); +var multiPoint = turf.multiPoint([ + [0, 0], + [0, 0], + [2, 2], +]); + +turf.cleanCoords(line).geometry.coordinates; +//= [[0, 0], [0, 10]] + +turf.cleanCoords(multiPoint).geometry.coordinates; +//= [[0, 0], [2, 2]] +``` + +### Installation + +```javascript +$ npm install @turf/clean-coords + +import { cleanCoords } from "@turf/clean-coords"; +const result = cleanCoords(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.cleanCoords(...); +``` diff --git a/versioned_docs/version-7.0.0/api/clone.mdx b/versioned_docs/version-7.0.0/api/clone.mdx new file mode 100644 index 00000000..34e86b9b --- /dev/null +++ b/versioned_docs/version-7.0.0/api/clone.mdx @@ -0,0 +1,56 @@ +--- +title: clone +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Returns a cloned copy of the passed GeoJSON Object, including possible 'Foreign Members'. +~3-5x faster than the common JSON.parse + JSON.stringify combo method. + +### Parameters + +| Name | Type | Description | +| ------- | ------------------------------------------------------------ | -------------- | +| geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | GeoJSON Object | + +### Returns + +
    + **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** cloned GeoJSON Object + +
+ +### Examples + +```javascript +var line = turf.lineString( + [ + [-74, 40], + [-78, 42], + [-82, 35], + ], + { color: "red" }, +); + +var lineCloned = turf.clone(line); +``` + +### Installation + +```javascript +$ npm install @turf/clone + +import { clone } from "@turf/clone"; +const result = clone(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.clone(...); +``` diff --git a/versioned_docs/version-7.0.0/api/clusterEach.mdx b/versioned_docs/version-7.0.0/api/clusterEach.mdx new file mode 100644 index 00000000..711af2ed --- /dev/null +++ b/versioned_docs/version-7.0.0/api/clusterEach.mdx @@ -0,0 +1,77 @@ +--- +title: clusterEach +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +clusterEach + +### Parameters + +| Name | Type | Description | +| -------- | ------------------------------------------------------------------------ | --------------------------------------------------------- | +| geojson | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)** | GeoJSON Features | +| property | **string \| number** | GeoJSON property key/value used to create clusters | +| callback | **Function** | a method that takes (cluster, clusterValue, currentIndex) | + +### Returns + +
    **void**
+ +### Examples + +```javascript +var geojson = turf.featureCollection([ + turf.point([0, 0]), + turf.point([2, 4]), + turf.point([3, 6]), + turf.point([5, 1]), + turf.point([4, 2]), +]); + +// Create a cluster using K-Means (adds `cluster` to GeoJSON properties) +var clustered = turf.clustersKmeans(geojson); + +// Iterate over each cluster +turf.clusterEach( + clustered, + "cluster", + function (cluster, clusterValue, currentIndex) { + //= cluster + //= clusterValue + //= currentIndex + }, +); + +// Calculate the total number of clusters +var total = 0; +turf.clusterEach(clustered, "cluster", function () { + total++; +}); + +// Create an Array of all the values retrieved from the 'cluster' property +var values = []; +turf.clusterEach(clustered, "cluster", function (cluster, clusterValue) { + values.push(clusterValue); +}); +``` + +### Installation + +```javascript +$ npm install @turf/clusters + +import { clusterEach } from "@turf/clusters"; +const result = clusterEach(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.clusterEach(...); +``` diff --git a/versioned_docs/version-7.0.0/api/clusterReduce.mdx b/versioned_docs/version-7.0.0/api/clusterReduce.mdx new file mode 100644 index 00000000..fb8192ec --- /dev/null +++ b/versioned_docs/version-7.0.0/api/clusterReduce.mdx @@ -0,0 +1,93 @@ +--- +title: clusterReduce +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Reduce clusters in GeoJSON Features, similar to Array.reduce() + +### Parameters + +| Name | Type | Description | +| -------------------- | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | +| geojson | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)** | GeoJSON Features | +| property | **string \| number** | GeoJSON property key/value used to create clusters | +| callback | **Function** | a method that takes (previousValue, cluster, clusterValue, currentIndex) | +| initialValue? | **\*** | Value to use as the first argument to the first call of the callback. | + +### Returns + +
    + **\*** The value that results from the reduction. + +
+ +### Examples + +```javascript +var geojson = turf.featureCollection([ + turf.point([0, 0]), + turf.point([2, 4]), + turf.point([3, 6]), + turf.point([5, 1]), + turf.point([4, 2]), +]); + +// Create a cluster using K-Means (adds `cluster` to GeoJSON properties) +var clustered = turf.clustersKmeans(geojson); + +// Iterate over each cluster and perform a calculation +var initialValue = 0; +turf.clusterReduce( + clustered, + "cluster", + function (previousValue, cluster, clusterValue, currentIndex) { + //=previousValue + //=cluster + //=clusterValue + //=currentIndex + return previousValue++; + }, + initialValue, +); + +// Calculate the total number of clusters +var total = turf.clusterReduce( + clustered, + "cluster", + function (previousValue) { + return previousValue++; + }, + 0, +); + +// Create an Array of all the values retrieved from the 'cluster' property +var values = turf.clusterReduce( + clustered, + "cluster", + function (previousValue, cluster, clusterValue) { + return previousValue.concat(clusterValue); + }, + [], +); +``` + +### Installation + +```javascript +$ npm install @turf/clusters + +import { clusterReduce } from "@turf/clusters"; +const result = clusterReduce(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.clusterReduce(...); +``` diff --git a/versioned_docs/version-7.0.0/api/clustersDbscan.mdx b/versioned_docs/version-7.0.0/api/clustersDbscan.mdx new file mode 100644 index 00000000..f7335b38 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/clustersDbscan.mdx @@ -0,0 +1,76 @@ +--- +title: clustersDbscan +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes a set of [points](https://tools.ietf.org/html/rfc7946#section-3.1.2) and partition them into clusters according to [DBSCAN's](https://en.wikipedia.org/wiki/DBSCAN) data clustering algorithm. + +### Parameters + +| Name | Type | Description | +| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | +| points | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** | to be clustered | +| maxDistance | **number** | Maximum Distance between any point of the cluster to generate the clusters (kilometers only) | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.units? | **string** | in which `maxDistance` is expressed, can be degrees, radians, miles, or kilometers _(default "kilometers")_ | +| options.mutate? | **boolean** | Allows GeoJSON input to be mutated _(default false)_ | +| options.minPoints? | **number** | Minimum number of points to generate a single cluster, points which do not meet this requirement will be classified as an 'edge' or 'noise'. _(default 3)_ | + +### Returns + +
    + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** Clustered Points with an additional two properties associated to each Feature: + +- \{number\} cluster - the associated clusterId +- \{string\} dbscan - type of point it has been classified as ('core' \| 'edge' \| 'noise') + +
+ +### Examples + +```javascript +// create random points with random z-values in their properties +var points = turf.randomPoint(100, { bbox: [0, 30, 20, 50] }); +var maxDistance = 100; +var clustered = turf.clustersDbscan(points, maxDistance); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + // create random points with random z-values in their properties + var points = turf.randomPoint(100, { bbox: [0, 30, 20, 50] }); + var maxDistance = 100; + var clustered = turf.clustersDbscan(points, maxDistance); + + //addToMap + var addToMap = { clustered }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/clusters-dbscan + +import { clustersDbscan } from "@turf/clusters-dbscan"; +const result = clustersDbscan(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.clustersDbscan(...); +``` diff --git a/versioned_docs/version-7.0.0/api/clustersKmeans.mdx b/versioned_docs/version-7.0.0/api/clustersKmeans.mdx new file mode 100644 index 00000000..963f9e2a --- /dev/null +++ b/versioned_docs/version-7.0.0/api/clustersKmeans.mdx @@ -0,0 +1,75 @@ +--- +title: clustersKmeans +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes a set of [points](https://tools.ietf.org/html/rfc7946#section-3.1.2) and partition them into clusters using the k-mean . +It uses the [k-means algorithm](https://en.wikipedia.org/wiki/K-means_clustering) + +### Parameters + +| Name | Type | Description | +| -------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | +| points | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** | to be clustered | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.numberOfClusters? | **number** | numberOfClusters that will be generated _(default Math.sqrt(numberOfPoints/2))_ | +| options.mutate? | **boolean** | allows GeoJSON input to be mutated (significant performance increase if true) _(default false)_ | + +### Returns + +
    + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** Clustered Points with an additional two properties associated to each Feature: + +- \{number\} cluster - the associated clusterId +- \{[number, number]\} centroid - Centroid of the cluster [Longitude, Latitude] + +
+ +### Examples + +```javascript +// create random points with random z-values in their properties +var points = turf.randomPoint(100, { bbox: [0, 30, 20, 50] }); +var options = { numberOfClusters: 7 }; +var clustered = turf.clustersKmeans(points, options); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + // create random points with random z-values in their properties + var points = turf.randomPoint(100, { bbox: [0, 30, 20, 50] }); + var options = { numberOfClusters: 7 }; + var clustered = turf.clustersKmeans(points, options); + + //addToMap + var addToMap = { clustered }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/clusters-kmeans + +import { clustersKmeans } from "@turf/clusters-kmeans"; +const result = clustersKmeans(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.clustersKmeans(...); +``` diff --git a/versioned_docs/version-7.0.0/api/collect.mdx b/versioned_docs/version-7.0.0/api/collect.mdx new file mode 100644 index 00000000..3953dbd2 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/collect.mdx @@ -0,0 +1,123 @@ +--- +title: collect +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Merges a specified property from a FeatureCollection of points into a +FeatureCollection of polygons. Given an `inProperty` on points and an `outProperty` +for polygons, this finds every point that lies within each polygon, collects the +`inProperty` values from those points, and adds them as an array to `outProperty` +on the polygon. + +### Parameters + +| Name | Type | Description | +| ----------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------ | +| polygons | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** | polygons with values on which to aggregate | +| points | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** | points to be aggregated | +| inProperty | **string** | property to be nested from | +| outProperty | **string** | property to be nested into | + +### Returns + +
    + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** polygons with properties listed based on `outField` + +
+ +### Examples + +```javascript +var poly1 = turf.polygon([ + [ + [0, 0], + [10, 0], + [10, 10], + [0, 10], + [0, 0], + ], +]); +var poly2 = turf.polygon([ + [ + [10, 0], + [20, 10], + [20, 20], + [20, 0], + [10, 0], + ], +]); +var polyFC = turf.featureCollection([poly1, poly2]); +var pt1 = turf.point([5, 5], { population: 200 }); +var pt2 = turf.point([1, 3], { population: 600 }); +var pt3 = turf.point([14, 2], { population: 100 }); +var pt4 = turf.point([13, 1], { population: 200 }); +var pt5 = turf.point([19, 7], { population: 300 }); +var pointFC = turf.featureCollection([pt1, pt2, pt3, pt4, pt5]); +var collected = turf.collect(polyFC, pointFC, "population", "values"); +var values = collected.features[0].properties.values; +//=values => [200, 600] +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var poly1 = turf.polygon([ + [ + [0, 0], + [10, 0], + [10, 10], + [0, 10], + [0, 0], + ], + ]); + var poly2 = turf.polygon([ + [ + [10, 0], + [20, 10], + [20, 20], + [20, 0], + [10, 0], + ], + ]); + var polyFC = turf.featureCollection([poly1, poly2]); + var pt1 = turf.point([5, 5], { population: 200 }); + var pt2 = turf.point([1, 3], { population: 600 }); + var pt3 = turf.point([14, 2], { population: 100 }); + var pt4 = turf.point([13, 1], { population: 200 }); + var pt5 = turf.point([19, 7], { population: 300 }); + var pointFC = turf.featureCollection([pt1, pt2, pt3, pt4, pt5]); + var collected = turf.collect(polyFC, pointFC, "population", "values"); + var values = collected.features[0].properties.values; + //=values => [200, 600] + + //addToMap + var addToMap = { pointFC, collected }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/collect + +import { collect } from "@turf/collect"; +const result = collect(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.collect(...); +``` diff --git a/versioned_docs/version-7.0.0/api/collectionOf.mdx b/versioned_docs/version-7.0.0/api/collectionOf.mdx new file mode 100644 index 00000000..b4049c69 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/collectionOf.mdx @@ -0,0 +1,38 @@ +--- +title: collectionOf +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Enforce expectations about types of [FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) inputs for Turf. +Internally this uses [geojsonType](geojsonType) to judge geometry types. + +### Parameters + +| Name | Type | Description | +| ----------------- | ------------------------------------------------------------------------ | ----------------------------------------------------- | +| featureCollection | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)** | a FeatureCollection for which features will be judged | +| type | **string** | expected GeoJSON type | +| name | **string** | name of calling function | + +### Returns + +### Installation + +```javascript +$ npm install @turf/invariant + +import { collectionOf } from "@turf/invariant"; +const result = collectionOf(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.collectionOf(...); +``` diff --git a/versioned_docs/version-7.0.0/api/combine.mdx b/versioned_docs/version-7.0.0/api/combine.mdx new file mode 100644 index 00000000..ac2c8e72 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/combine.mdx @@ -0,0 +1,73 @@ +--- +title: combine +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Combines a [FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) of [Point](https://tools.ietf.org/html/rfc7946#section-3.1.2), [LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4), or [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) features +into [MultiPoint](https://tools.ietf.org/html/rfc7946#section-3.1.3), [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5), or [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7) features. + +### Parameters + +| Name | Type | Description | +| ---- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------- | +| fc | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2) \| [LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** | a FeatureCollection of any type | + +### Returns + +
    + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[MultiPoint](https://tools.ietf.org/html/rfc7946#section-3.1.3) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** a FeatureCollection of corresponding type to input + +
+ +### Examples + +```javascript +var fc = turf.featureCollection([ + turf.point([19.026432, 47.49134]), + turf.point([19.074497, 47.509548]), +]); + +var combined = turf.combine(fc); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var fc = turf.featureCollection([ + turf.point([19.026432, 47.49134]), + turf.point([19.074497, 47.509548]), + ]); + + var combined = turf.combine(fc); + + //addToMap + var addToMap = { combined }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/combine + +import { combine } from "@turf/combine"; +const result = combine(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.combine(...); +``` diff --git a/versioned_docs/version-7.0.0/api/concave.mdx b/versioned_docs/version-7.0.0/api/concave.mdx new file mode 100644 index 00000000..51cb1a71 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/concave.mdx @@ -0,0 +1,86 @@ +--- +title: concave +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes a set of [points](https://tools.ietf.org/html/rfc7946#section-3.1.2) and returns a concave hull Polygon or MultiPolygon. +Internally, this uses [turf-tin](https://github.com/Turfjs/turf-tin) to generate geometries. + +### Parameters + +| Name | Type | Description | +| ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | +| points | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** | input points | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.maxEdge? | **number** | the length (in 'units') of an edge necessary for part of the hull to become concave. _(default Infinity)_ | +| options.units? | **string** | can be degrees, radians, miles, or kilometers _(default 'kilometers')_ | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\> \| null** a concave hull (null value is returned if unable to compute hull) + +
+ +### Examples + +```javascript +var points = turf.featureCollection([ + turf.point([-63.601226, 44.642643]), + turf.point([-63.591442, 44.651436]), + turf.point([-63.580799, 44.648749]), + turf.point([-63.573589, 44.641788]), + turf.point([-63.587665, 44.64533]), + turf.point([-63.595218, 44.64765]), +]); +var options = { units: "miles", maxEdge: 1 }; + +var hull = turf.concave(points, options); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var points = turf.featureCollection([ + turf.point([-63.601226, 44.642643]), + turf.point([-63.591442, 44.651436]), + turf.point([-63.580799, 44.648749]), + turf.point([-63.573589, 44.641788]), + turf.point([-63.587665, 44.64533]), + turf.point([-63.595218, 44.64765]), + ]); + var options = { units: "miles", maxEdge: 1 }; + + var hull = turf.concave(points, options); + + //addToMap + var addToMap = { points, hull }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/concave + +import { concave } from "@turf/concave"; +const result = concave(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.concave(...); +``` diff --git a/versioned_docs/version-7.0.0/api/containsNumber.mdx b/versioned_docs/version-7.0.0/api/containsNumber.mdx new file mode 100644 index 00000000..96efae80 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/containsNumber.mdx @@ -0,0 +1,40 @@ +--- +title: containsNumber +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Checks if coordinates contains a number + +### Parameters + +| Name | Type | Description | +| ----------- | ---------------- | ------------------- | +| coordinates | **Array\** | GeoJSON Coordinates | + +### Returns + +
    + **boolean** true if Array contains a number + +
+ +### Installation + +```javascript +$ npm install @turf/invariant + +import { containsNumber } from "@turf/invariant"; +const result = containsNumber(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.containsNumber(...); +``` diff --git a/versioned_docs/version-7.0.0/api/convertArea.mdx b/versioned_docs/version-7.0.0/api/convertArea.mdx new file mode 100644 index 00000000..d4417d7e --- /dev/null +++ b/versioned_docs/version-7.0.0/api/convertArea.mdx @@ -0,0 +1,43 @@ +--- +title: convertArea +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Converts a area to the requested unit. +Valid units: kilometers, kilometres, meters, metres, centimetres, millimeters, acres, miles, yards, feet, inches, hectares + +### Parameters + +| Name | Type | Description | +| -------------------- | ---------- | -------------------------------------- | +| area | **number** | to be converted | +| originalUnit? | **Units** | of the distance _(default "meters")_ | +| finalUnit? | **Units** | returned unit _(default "kilometers")_ | + +### Returns + +
    + **number** the converted area + +
+ +### Installation + +```javascript +$ npm install @turf/helpers + +import { convertArea } from "@turf/helpers"; +const result = convertArea(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.convertArea(...); +``` diff --git a/versioned_docs/version-7.0.0/api/convertLength.mdx b/versioned_docs/version-7.0.0/api/convertLength.mdx new file mode 100644 index 00000000..bbe82674 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/convertLength.mdx @@ -0,0 +1,43 @@ +--- +title: convertLength +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Converts a length to the requested unit. +Valid units: miles, nauticalmiles, inches, yards, meters, metres, kilometers, centimeters, feet + +### Parameters + +| Name | Type | Description | +| -------------------- | ---------- | -------------------------------------- | +| length | **number** | to be converted | +| originalUnit? | **Units** | of the length _(default "kilometers")_ | +| finalUnit? | **Units** | returned unit _(default "kilometers")_ | + +### Returns + +
    + **number** the converted length + +
+ +### Installation + +```javascript +$ npm install @turf/helpers + +import { convertLength } from "@turf/helpers"; +const result = convertLength(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.convertLength(...); +``` diff --git a/versioned_docs/version-7.0.0/api/convex.mdx b/versioned_docs/version-7.0.0/api/convex.mdx new file mode 100644 index 00000000..f83b0785 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/convex.mdx @@ -0,0 +1,87 @@ +--- +title: convex +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes a [Feature](https://tools.ietf.org/html/rfc7946#section-3.2) or a [FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) and returns a convex hull [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6). + +Internally this uses +the [convex-hull](https://github.com/mikolalysenko/convex-hull) module that implements a +[monotone chain hull](http://en.wikibooks.org/wiki/Algorithm_Implementation/Geometry/Convex_hull/Monotone_chain). + +### Parameters + +| Name | Type | Description | +| -------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ | +| geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | input Feature or FeatureCollection | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.concavity? | **number** | 1 - thin shape. Infinity - convex hull. _(default Infinity)_ | +| options.properties? | **Object** | Translate Properties to Feature _(default \{\})_ | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** a convex hull + +
+ +### Examples + +```javascript +var points = turf.featureCollection([ + turf.point([10.195312, 43.755225]), + turf.point([10.404052, 43.8424511]), + turf.point([10.579833, 43.659924]), + turf.point([10.360107, 43.516688]), + turf.point([10.14038, 43.588348]), + turf.point([10.195312, 43.755225]), +]); + +var hull = turf.convex(points); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var points = turf.featureCollection([ + turf.point([10.195312, 43.755225]), + turf.point([10.404052, 43.8424511]), + turf.point([10.579833, 43.659924]), + turf.point([10.360107, 43.516688]), + turf.point([10.14038, 43.588348]), + turf.point([10.195312, 43.755225]), + ]); + + var hull = turf.convex(points); + + //addToMap + var addToMap = { points, hull }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/convex + +import { convex } from "@turf/convex"; +const result = convex(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.convex(...); +``` diff --git a/versioned_docs/version-7.0.0/api/coordAll.mdx b/versioned_docs/version-7.0.0/api/coordAll.mdx new file mode 100644 index 00000000..0751ff73 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/coordAll.mdx @@ -0,0 +1,52 @@ +--- +title: coordAll +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Get all coordinates from any GeoJSON object. + +### Parameters + +| Name | Type | Description | +| ------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | +| geojson | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2) \| [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1)** | any GeoJSON object | + +### Returns + +
    + **Array\\>** coordinate position array + +
+ +### Examples + +```javascript +var features = turf.featureCollection([ + turf.point([26, 37], { foo: "bar" }), + turf.point([36, 53], { hello: "world" }), +]); + +var coords = turf.coordAll(features); +//= [[26, 37], [36, 53]] +``` + +### Installation + +```javascript +$ npm install @turf/meta + +import { coordAll } from "@turf/meta"; +const result = coordAll(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.coordAll(...); +``` diff --git a/versioned_docs/version-7.0.0/api/coordEach.mdx b/versioned_docs/version-7.0.0/api/coordEach.mdx new file mode 100644 index 00000000..0e5c1fe5 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/coordEach.mdx @@ -0,0 +1,65 @@ +--- +title: coordEach +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Iterate over coordinates in any GeoJSON object, similar to Array.forEach() + +### Parameters + +| Name | Type | Description | +| ------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | +| geojson | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2) \| [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1)** | any GeoJSON object | +| callback | **Function** | a method that takes (currentCoord, coordIndex, featureIndex, multiFeatureIndex) | +| excludeWrapCoord? | **boolean** | whether or not to include the final coordinate of LinearRings that wraps the ring in its iteration. _(default false)_ | + +### Returns + +
    **void**
+ +### Examples + +```javascript +var features = turf.featureCollection([ + turf.point([26, 37], { foo: "bar" }), + turf.point([36, 53], { hello: "world" }), +]); + +turf.coordEach( + features, + function ( + currentCoord, + coordIndex, + featureIndex, + multiFeatureIndex, + geometryIndex, + ) { + //=currentCoord + //=coordIndex + //=featureIndex + //=multiFeatureIndex + //=geometryIndex + }, +); +``` + +### Installation + +```javascript +$ npm install @turf/meta + +import { coordEach } from "@turf/meta"; +const result = coordEach(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.coordEach(...); +``` diff --git a/versioned_docs/version-7.0.0/api/coordReduce.mdx b/versioned_docs/version-7.0.0/api/coordReduce.mdx new file mode 100644 index 00000000..b59d720e --- /dev/null +++ b/versioned_docs/version-7.0.0/api/coordReduce.mdx @@ -0,0 +1,72 @@ +--- +title: coordReduce +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Reduce coordinates in any GeoJSON object, similar to Array.reduce() + +### Parameters + +| Name | Type | Description | +| ------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | +| geojson | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)** | any GeoJSON object | +| callback | **Function** | a method that takes (previousValue, currentCoord, coordIndex) | +| initialValue? | **\*** | Value to use as the first argument to the first call of the callback. | +| excludeWrapCoord? | **boolean** | whether or not to include the final coordinate of LinearRings that wraps the ring in its iteration. _(default false)_ | + +### Returns + +
    + **\*** The value that results from the reduction. + +
+ +### Examples + +```javascript +var features = turf.featureCollection([ + turf.point([26, 37], { foo: "bar" }), + turf.point([36, 53], { hello: "world" }), +]); + +turf.coordReduce( + features, + function ( + previousValue, + currentCoord, + coordIndex, + featureIndex, + multiFeatureIndex, + geometryIndex, + ) { + //=previousValue + //=currentCoord + //=coordIndex + //=featureIndex + //=multiFeatureIndex + //=geometryIndex + return currentCoord; + }, +); +``` + +### Installation + +```javascript +$ npm install @turf/meta + +import { coordReduce } from "@turf/meta"; +const result = coordReduce(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.coordReduce(...); +``` diff --git a/versioned_docs/version-7.0.0/api/degreesToRadians.mdx b/versioned_docs/version-7.0.0/api/degreesToRadians.mdx new file mode 100644 index 00000000..76debaaa --- /dev/null +++ b/versioned_docs/version-7.0.0/api/degreesToRadians.mdx @@ -0,0 +1,40 @@ +--- +title: degreesToRadians +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Converts an angle in degrees to radians + +### Parameters + +| Name | Type | Description | +| ------- | ---------- | ------------------------------- | +| degrees | **number** | angle between 0 and 360 degrees | + +### Returns + +
    + **number** angle in radians + +
+ +### Installation + +```javascript +$ npm install @turf/helpers + +import { degreesToRadians } from "@turf/helpers"; +const result = degreesToRadians(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.degreesToRadians(...); +``` diff --git a/versioned_docs/version-7.0.0/api/destination.mdx b/versioned_docs/version-7.0.0/api/destination.mdx new file mode 100644 index 00000000..6a5b03a8 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/destination.mdx @@ -0,0 +1,81 @@ +--- +title: destination +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes a [Point](https://tools.ietf.org/html/rfc7946#section-3.1.2) and calculates the location of a destination point given a distance in +degrees, radians, miles, or kilometers; and bearing in degrees. +This uses the [Haversine formula](http://en.wikipedia.org/wiki/Haversine_formula) to account for global curvature. + +### Parameters + +| Name | Type | Description | +| -------------------------- | -------------------------------------------------------------- | --------------------------------------------------------------- | +| origin | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | starting point | +| distance | **number** | distance from the origin point | +| bearing | **number** | ranging from -180 to 180 | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.units? | **string** | miles, kilometers, degrees, or radians _(default 'kilometers')_ | +| options.properties? | **Object** | Translate properties to Point _(default \{\})_ | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** destination point + +
+ +### Examples + +```javascript +var point = turf.point([-75.343, 39.984]); +var distance = 50; +var bearing = 90; +var options = { units: "miles" }; + +var destination = turf.destination(point, distance, bearing, options); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var point = turf.point([-75.343, 39.984]); + var distance = 50; + var bearing = 90; + var options = { units: "miles" }; + + var destination = turf.destination(point, distance, bearing, options); + + //addToMap + var addToMap = { point, destination }; + destination.properties["marker-color"] = "#f00"; + point.properties["marker-color"] = "#0f0"; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/destination + +import { destination } from "@turf/destination"; +const result = destination(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.destination(...); +``` diff --git a/versioned_docs/version-7.0.0/api/difference.mdx b/versioned_docs/version-7.0.0/api/difference.mdx new file mode 100644 index 00000000..a073e852 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/difference.mdx @@ -0,0 +1,126 @@ +--- +title: difference +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Finds the difference between multiple [polygons](https://tools.ietf.org/html/rfc7946#section-3.1.6) by clipping the subsequent polygon from the first. + +### Parameters + +| Name | Type | Description | +| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- | +| features | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** | input Polygon features | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\> \| null** a Polygon or MultiPolygon feature showing the area of `polygon1` excluding the area of `polygon2` (if empty returns `null`) + +
+ +### Examples + +```javascript +var polygon1 = turf.polygon( + [ + [ + [128, -26], + [141, -26], + [141, -21], + [128, -21], + [128, -26], + ], + ], + { + fill: "#F00", + "fill-opacity": 0.1, + }, +); +var polygon2 = turf.polygon( + [ + [ + [126, -28], + [140, -28], + [140, -20], + [126, -20], + [126, -28], + ], + ], + { + fill: "#00F", + "fill-opacity": 0.1, + }, +); + +var difference = turf.difference(turf.featureCollection([polygon1, polygon2])); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var polygon1 = turf.polygon( + [ + [ + [128, -26], + [141, -26], + [141, -21], + [128, -21], + [128, -26], + ], + ], + { + fill: "#F00", + "fill-opacity": 0.1, + }, + ); + var polygon2 = turf.polygon( + [ + [ + [126, -28], + [140, -28], + [140, -20], + [126, -20], + [126, -28], + ], + ], + { + fill: "#00F", + "fill-opacity": 0.1, + }, + ); + + var difference = turf.difference( + turf.featureCollection([polygon1, polygon2]), + ); + + //addToMap + var addToMap = { polygon1, polygon2, difference }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/difference + +import { difference } from "@turf/difference"; +const result = difference(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.difference(...); +``` diff --git a/versioned_docs/version-7.0.0/api/directionalMean.mdx b/versioned_docs/version-7.0.0/api/directionalMean.mdx new file mode 100644 index 00000000..21092328 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/directionalMean.mdx @@ -0,0 +1,62 @@ +--- +title: directionalMean +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +This module calculate the average angle of a set of lines, measuring the trend of it. +It can be used in both project coordinate system and geography coordinate system. +It can handle segments of line or the whole line. + +### Parameters + +| Name | Type | Description | +| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | +| lines | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** | | +| options? | **object** | _(default \{\})_ | +| options.planar? | **boolean** | whether the spatial reference system is projected or geographical. _(default true)_ | +| options.segment? | **boolean** | whether treat a LineString as a whole or a set of segments. _(default false)_ | + +### Returns + +
    + **DirectionalMeanLine** Directional Mean Line + +
+ +### Examples + +```javascript +var lines = turf.lineStrings([ + [ + [110, 45], + [120, 50], + ], + [ + [100, 50], + [115, 55], + ], +]); +var directionalMeanLine = turf.directionalMean(lines); +// => directionalMeanLine +``` + +### Installation + +```javascript +$ npm install @turf/directional-mean + +import { directionalMean } from "@turf/directional-mean"; +const result = directionalMean(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.directionalMean(...); +``` diff --git a/versioned_docs/version-7.0.0/api/dissolve.mdx b/versioned_docs/version-7.0.0/api/dissolve.mdx new file mode 100644 index 00000000..7c1be641 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/dissolve.mdx @@ -0,0 +1,143 @@ +--- +title: dissolve +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Dissolves a FeatureCollection of [polygon](polygon) features, filtered by an optional property name:value. +Note that [multipolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7) features within the collection are not supported + +### Parameters + +| Name | Type | Description | +| ---------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- | +| featureCollection | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** | input feature collection to be dissolved | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.propertyName? | **string** | features with the same `propertyName` value will be dissolved. | + +### Returns + +
    + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** a FeatureCollection containing the dissolved polygons + +
+ +### Examples + +```javascript +var features = turf.featureCollection([ + turf.polygon( + [ + [ + [0, 0], + [0, 1], + [1, 1], + [1, 0], + [0, 0], + ], + ], + { combine: "yes" }, + ), + turf.polygon( + [ + [ + [0, -1], + [0, 0], + [1, 0], + [1, -1], + [0, -1], + ], + ], + { combine: "yes" }, + ), + turf.polygon( + [ + [ + [1, -1], + [1, 0], + [2, 0], + [2, -1], + [1, -1], + ], + ], + { combine: "no" }, + ), +]); + +var dissolved = turf.dissolve(features, { propertyName: "combine" }); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var features = turf.featureCollection([ + turf.polygon( + [ + [ + [0, 0], + [0, 1], + [1, 1], + [1, 0], + [0, 0], + ], + ], + { combine: "yes" }, + ), + turf.polygon( + [ + [ + [0, -1], + [0, 0], + [1, 0], + [1, -1], + [0, -1], + ], + ], + { combine: "yes" }, + ), + turf.polygon( + [ + [ + [1, -1], + [1, 0], + [2, 0], + [2, -1], + [1, -1], + ], + ], + { combine: "no" }, + ), + ]); + + var dissolved = turf.dissolve(features, { propertyName: "combine" }); + + //addToMap + var addToMap = { features, dissolved }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/dissolve + +import { dissolve } from "@turf/dissolve"; +const result = dissolve(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.dissolve(...); +``` diff --git a/versioned_docs/version-7.0.0/api/distance.mdx b/versioned_docs/version-7.0.0/api/distance.mdx new file mode 100644 index 00000000..6f22f019 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/distance.mdx @@ -0,0 +1,76 @@ +--- +title: distance +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Calculates the distance between two [points](https://tools.ietf.org/html/rfc7946#section-3.1.2) in degrees, radians, miles, or kilometers. +This uses the [Haversine formula](http://en.wikipedia.org/wiki/Haversine_formula) to account for global curvature. + +### Parameters + +| Name | Type | Description | +| --------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- | +| from | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1) \| [Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)** | origin point or coordinate | +| to | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1) \| [Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)** | destination point or coordinate | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.units? | **string** | can be degrees, radians, miles, or kilometers _(default 'kilometers')_ | + +### Returns + +
    + **number** distance between the two points + +
+ +### Examples + +```javascript +var from = turf.point([-75.343, 39.984]); +var to = turf.point([-75.534, 39.123]); +var options = { units: "miles" }; + +var distance = turf.distance(from, to, options); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var from = turf.point([-75.343, 39.984]); + var to = turf.point([-75.534, 39.123]); + var options = { units: "miles" }; + + var distance = turf.distance(from, to, options); + + //addToMap + var addToMap = { from, to }; + from.properties.distance = distance; + to.properties.distance = distance; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/distance + +import { distance } from "@turf/distance"; +const result = distance(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.distance(...); +``` diff --git a/versioned_docs/version-7.0.0/api/distanceWeight.mdx b/versioned_docs/version-7.0.0/api/distanceWeight.mdx new file mode 100644 index 00000000..1764cfd3 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/distanceWeight.mdx @@ -0,0 +1,52 @@ +--- +title: distanceWeight +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +### Parameters + +| Name | Type | Description | +| ------------------------------- | ------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | +| fc | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\** | FeatureCollection. | +| options? | **Object** | option object. | +| options.threshold? | **number** | If the distance between neighbor and target features is greater than threshold, the weight of that neighbor is 0. _(default 10000)_ | +| options.p? | **number** | Minkowski p-norm distance parameter. 1: Manhattan distance. 2: Euclidean distance. 1=\? | **boolean** | If true, weight=1 if d \<= threshold otherwise weight=0. If false, weight=Math.pow(d, alpha). _(default false)_ | +| options.alpha? | **number** | distance decay parameter. A big value means the weight decay quickly as distance increases. _(default -1)_ | +| options.standardization? | **boolean** | row standardization. _(default false)_ | + +### Returns + +
    + **Array\\>** distance weight matrix. + +
+ +### Examples + +```javascript +var bbox = [-65, 40, -63, 42]; +var dataset = turf.randomPoint(100, { bbox: bbox }); +var result = turf.distanceWeight(dataset); +``` + +### Installation + +```javascript +$ npm install @turf/distance-weight + +import { distanceWeight } from "@turf/distance-weight"; +const result = distanceWeight(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.distanceWeight(...); +``` diff --git a/versioned_docs/version-7.0.0/api/ellipse.mdx b/versioned_docs/version-7.0.0/api/ellipse.mdx new file mode 100644 index 00000000..9f47e136 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/ellipse.mdx @@ -0,0 +1,76 @@ +--- +title: ellipse +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes a [Point](https://tools.ietf.org/html/rfc7946#section-3.1.2) and calculates the ellipse polygon given two semi-axes expressed in variable units and steps for precision. + +### Parameters + +| Name | Type | Description | +| -------------------------- | -------------------------------------------------------------- | ---------------------------------------------------------------------- | +| center | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | center point | +| xSemiAxis | **number** | semi (major) axis of the ellipse along the x-axis | +| ySemiAxis | **number** | semi (minor) axis of the ellipse along the y-axis | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.angle? | **number** | angle of rotation in decimal degrees, positive clockwise _(default 0)_ | +| options.pivot? | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | point around which any rotation will be performed _(default center)_ | +| options.steps? | **number** | number of steps _(default 64)_ | +| options.units? | **string** | unit of measurement for axes _(default 'kilometers')_ | +| options.properties? | **Object** | properties _(default \{\})_ | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** ellipse polygon + +
+ +### Examples + +```javascript +var center = [-75, 40]; +var xSemiAxis = 5; +var ySemiAxis = 2; +var ellipse = turf.ellipse(center, xSemiAxis, ySemiAxis); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var center = [-75, 40]; + var xSemiAxis = 5; + var ySemiAxis = 2; + var ellipse = turf.ellipse(center, xSemiAxis, ySemiAxis); + + //addToMap + var addToMap = { center: turf.point(center), ellipse }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/ellipse + +import { ellipse } from "@turf/ellipse"; +const result = ellipse(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.ellipse(...); +``` diff --git a/versioned_docs/version-7.0.0/api/envelope.mdx b/versioned_docs/version-7.0.0/api/envelope.mdx new file mode 100644 index 00000000..38946c08 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/envelope.mdx @@ -0,0 +1,74 @@ +--- +title: envelope +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes any number of features and returns a rectangular [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) that encompasses all vertices. + +### Parameters + +| Name | Type | Description | +| ------- | ------------------------------------------------------------ | -------------- | +| geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | input features | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** a rectangular Polygon feature that encompasses all vertices + +
+ +### Examples + +```javascript +var features = turf.featureCollection([ + turf.point([-75.343, 39.984], { name: "Location A" }), + turf.point([-75.833, 39.284], { name: "Location B" }), + turf.point([-75.534, 39.123], { name: "Location C" }), +]); + +var enveloped = turf.envelope(features); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var features = turf.featureCollection([ + turf.point([-75.343, 39.984], { name: "Location A" }), + turf.point([-75.833, 39.284], { name: "Location B" }), + turf.point([-75.534, 39.123], { name: "Location C" }), + ]); + + var enveloped = turf.envelope(features); + + //addToMap + var addToMap = { features, enveloped }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/envelope + +import { envelope } from "@turf/envelope"; +const result = envelope(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.envelope(...); +``` diff --git a/versioned_docs/version-7.0.0/api/explode.mdx b/versioned_docs/version-7.0.0/api/explode.mdx new file mode 100644 index 00000000..d561d368 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/explode.mdx @@ -0,0 +1,84 @@ +--- +title: explode +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes a feature or set of features and returns all positions as [points](https://tools.ietf.org/html/rfc7946#section-3.1.2). + +### Parameters + +| Name | Type | Description | +| ------- | ------------------------------------------------------------ | -------------- | +| geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | input features | + +### Returns + +
    + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\** points representing the exploded input features + +
+ +### Examples + +```javascript +var polygon = turf.polygon([ + [ + [-81, 41], + [-88, 36], + [-84, 31], + [-80, 33], + [-77, 39], + [-81, 41], + ], +]); + +var explode = turf.explode(polygon); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var polygon = turf.polygon([ + [ + [-81, 41], + [-88, 36], + [-84, 31], + [-80, 33], + [-77, 39], + [-81, 41], + ], + ]); + + var explode = turf.explode(polygon); + + //addToMap + var addToMap = { polygon, explode }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/explode + +import { explode } from "@turf/explode"; +const result = explode(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.explode(...); +``` diff --git a/versioned_docs/version-7.0.0/api/feature.mdx b/versioned_docs/version-7.0.0/api/feature.mdx new file mode 100644 index 00000000..9e5e29d3 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/feature.mdx @@ -0,0 +1,57 @@ +--- +title: feature +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Wraps a GeoJSON [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) in a GeoJSON [Feature](https://tools.ietf.org/html/rfc7946#section-3.2). + +### Parameters + +| Name | Type | Description | +| -------------------- | --------------------------------------------------------------- | ------------------------------------------------------------------------- | +| geometry | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1)** | input geometry | +| properties? | **Object** | an Object of key-value pairs to add as properties _(default \{\})_ | +| options? | **Object** | Optional Parameters _(default \{\})_ | +| options.bbox? | **Array\** | Bounding Box Array [west, south, east, north] associated with the Feature | +| options.id? | **string \| number** | Identifier associated with the Feature | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)** a GeoJSON Feature + +
+ +### Examples + +```javascript +var geometry = { + type: "Point", + coordinates: [110, 50], +}; + +var feature = turf.feature(geometry); + +//=feature +``` + +### Installation + +```javascript +$ npm install @turf/helpers + +import { feature } from "@turf/helpers"; +const result = feature(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.feature(...); +``` diff --git a/versioned_docs/version-7.0.0/api/featureCollection.mdx b/versioned_docs/version-7.0.0/api/featureCollection.mdx new file mode 100644 index 00000000..88aa5cd9 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/featureCollection.mdx @@ -0,0 +1,55 @@ +--- +title: featureCollection +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes one or more [Features](https://tools.ietf.org/html/rfc7946#section-3.2) and creates a [FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3). + +### Parameters + +| Name | Type | Description | +| -------------------- | ----------------------------------------------------------------------- | ------------------------------------------------------------------------- | +| features | **Array\<[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\>** | input features | +| options? | **Object** | Optional Parameters _(default \{\})_ | +| options.bbox? | **Array\** | Bounding Box Array [west, south, east, north] associated with the Feature | +| options.id? | **string \| number** | Identifier associated with the Feature | + +### Returns + +
    + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)** FeatureCollection of Features + +
+ +### Examples + +```javascript +var locationA = turf.point([-75.343, 39.984], { name: "Location A" }); +var locationB = turf.point([-75.833, 39.284], { name: "Location B" }); +var locationC = turf.point([-75.534, 39.123], { name: "Location C" }); + +var collection = turf.featureCollection([locationA, locationB, locationC]); + +//=collection +``` + +### Installation + +```javascript +$ npm install @turf/helpers + +import { featureCollection } from "@turf/helpers"; +const result = featureCollection(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.featureCollection(...); +``` diff --git a/versioned_docs/version-7.0.0/api/featureEach.mdx b/versioned_docs/version-7.0.0/api/featureEach.mdx new file mode 100644 index 00000000..f5dcd8a8 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/featureEach.mdx @@ -0,0 +1,53 @@ +--- +title: featureEach +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Iterate over features in any GeoJSON object, similar to +Array.forEach. + +### Parameters + +| Name | Type | Description | +| -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | +| geojson | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2) \| [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1)** | any GeoJSON object | +| callback | **Function** | a method that takes (currentFeature, featureIndex) | + +### Returns + +
    **void**
+ +### Examples + +```javascript +var features = turf.featureCollection([ + turf.point([26, 37], { foo: "bar" }), + turf.point([36, 53], { hello: "world" }), +]); + +turf.featureEach(features, function (currentFeature, featureIndex) { + //=currentFeature + //=featureIndex +}); +``` + +### Installation + +```javascript +$ npm install @turf/meta + +import { featureEach } from "@turf/meta"; +const result = featureEach(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.featureEach(...); +``` diff --git a/versioned_docs/version-7.0.0/api/featureOf.mdx b/versioned_docs/version-7.0.0/api/featureOf.mdx new file mode 100644 index 00000000..c4bbf3d9 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/featureOf.mdx @@ -0,0 +1,38 @@ +--- +title: featureOf +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Enforce expectations about types of [Feature](https://tools.ietf.org/html/rfc7946#section-3.2) inputs for Turf. +Internally this uses [geojsonType](geojsonType) to judge geometry types. + +### Parameters + +| Name | Type | Description | +| ------- | -------------------------------------------------------------- | ---------------------------------------- | +| feature | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)** | a feature with an expected geometry type | +| type | **string** | expected GeoJSON type | +| name | **string** | name of calling function | + +### Returns + +### Installation + +```javascript +$ npm install @turf/invariant + +import { featureOf } from "@turf/invariant"; +const result = featureOf(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.featureOf(...); +``` diff --git a/versioned_docs/version-7.0.0/api/featureReduce.mdx b/versioned_docs/version-7.0.0/api/featureReduce.mdx new file mode 100644 index 00000000..8280888d --- /dev/null +++ b/versioned_docs/version-7.0.0/api/featureReduce.mdx @@ -0,0 +1,61 @@ +--- +title: featureReduce +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Reduce features in any GeoJSON object, similar to Array.reduce(). + +### Parameters + +| Name | Type | Description | +| -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- | +| geojson | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2) \| [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1)** | any GeoJSON object | +| callback | **Function** | a method that takes (previousValue, currentFeature, featureIndex) | +| initialValue? | **\*** | Value to use as the first argument to the first call of the callback. | + +### Returns + +
    + **\*** The value that results from the reduction. + +
+ +### Examples + +```javascript +var features = turf.featureCollection([ + turf.point([26, 37], { foo: "bar" }), + turf.point([36, 53], { hello: "world" }), +]); + +turf.featureReduce( + features, + function (previousValue, currentFeature, featureIndex) { + //=previousValue + //=currentFeature + //=featureIndex + return currentFeature; + }, +); +``` + +### Installation + +```javascript +$ npm install @turf/meta + +import { featureReduce } from "@turf/meta"; +const result = featureReduce(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.featureReduce(...); +``` diff --git a/versioned_docs/version-7.0.0/api/findPoint.mdx b/versioned_docs/version-7.0.0/api/findPoint.mdx new file mode 100644 index 00000000..79afbf8b --- /dev/null +++ b/versioned_docs/version-7.0.0/api/findPoint.mdx @@ -0,0 +1,79 @@ +--- +title: findPoint +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Finds a particular Point from a GeoJSON using `@turf/meta` indexes. + +Negative indexes are permitted. + +### Parameters + +| Name | Type | Description | +| --------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- | +| geojson | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2) \| [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1)** | Any GeoJSON Feature or Geometry | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.featureIndex? | **number** | Feature Index _(default 0)_ | +| options.multiFeatureIndex? | **number** | Multi-Feature Index _(default 0)_ | +| options.geometryIndex? | **number** | Geometry Index _(default 0)_ | +| options.coordIndex? | **number** | Coord Index _(default 0)_ | +| options.properties? | **Object** | Translate Properties to output Point _(default \{\})_ | +| options.bbox? | **[BBox](https://tools.ietf.org/html/rfc7946#section-5)** | Translate BBox to output Point _(default \{\})_ | +| options.id? | **number \| string** | Translate Id to output Point _(default \{\})_ | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** 2-vertex GeoJSON Feature Point + +
+ +### Examples + +```javascript +var multiLine = turf.multiLineString([ + [ + [10, 10], + [50, 30], + [30, 40], + ], + [ + [-10, -10], + [-50, -30], + [-30, -40], + ], +]); + +// First Segment (defaults are 0) +turf.findPoint(multiLine); +// => Feature> + +// First Segment of the 2nd Multi-Feature +turf.findPoint(multiLine, { multiFeatureIndex: 1 }); +// => Feature> + +// Last Segment of last Multi-Feature +turf.findPoint(multiLine, { multiFeatureIndex: -1, coordIndex: -1 }); +// => Feature> +``` + +### Installation + +```javascript +$ npm install @turf/meta + +import { findPoint } from "@turf/meta"; +const result = findPoint(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.findPoint(...); +``` diff --git a/versioned_docs/version-7.0.0/api/findSegment.mdx b/versioned_docs/version-7.0.0/api/findSegment.mdx new file mode 100644 index 00000000..30ef8dfb --- /dev/null +++ b/versioned_docs/version-7.0.0/api/findSegment.mdx @@ -0,0 +1,80 @@ +--- +title: findSegment +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Finds a particular 2-vertex LineString Segment from a GeoJSON using `@turf/meta` indexes. + +Negative indexes are permitted. +Point & MultiPoint will always return null. + +### Parameters + +| Name | Type | Description | +| --------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------- | +| geojson | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2) \| [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1)** | Any GeoJSON Feature or Geometry | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.featureIndex? | **number** | Feature Index _(default 0)_ | +| options.multiFeatureIndex? | **number** | Multi-Feature Index _(default 0)_ | +| options.geometryIndex? | **number** | Geometry Index _(default 0)_ | +| options.segmentIndex? | **number** | Segment Index _(default 0)_ | +| options.properties? | **Object** | Translate Properties to output LineString _(default \{\})_ | +| options.bbox? | **[BBox](https://tools.ietf.org/html/rfc7946#section-5)** | Translate BBox to output LineString _(default \{\})_ | +| options.id? | **number \| string** | Translate Id to output LineString _(default \{\})_ | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** 2-vertex GeoJSON Feature LineString + +
+ +### Examples + +```javascript +var multiLine = turf.multiLineString([ + [ + [10, 10], + [50, 30], + [30, 40], + ], + [ + [-10, -10], + [-50, -30], + [-30, -40], + ], +]); + +// First Segment (defaults are 0) +turf.findSegment(multiLine); +// => Feature> + +// First Segment of 2nd Multi Feature +turf.findSegment(multiLine, { multiFeatureIndex: 1 }); +// => Feature> + +// Last Segment of Last Multi Feature +turf.findSegment(multiLine, { multiFeatureIndex: -1, segmentIndex: -1 }); +// => Feature> +``` + +### Installation + +```javascript +$ npm install @turf/meta + +import { findSegment } from "@turf/meta"; +const result = findSegment(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.findSegment(...); +``` diff --git a/versioned_docs/version-7.0.0/api/flatten.mdx b/versioned_docs/version-7.0.0/api/flatten.mdx new file mode 100644 index 00000000..b65a6600 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/flatten.mdx @@ -0,0 +1,118 @@ +--- +title: flatten +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Flattens any [GeoJSON](https://tools.ietf.org/html/rfc7946#section-3) to a [FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) inspired by [geojson-flatten](https://github.com/tmcw/geojson-flatten). + +### Parameters + +| Name | Type | Description | +| ------- | ------------------------------------------------------------ | ------------------------ | +| geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | any valid GeoJSON Object | + +### Returns + +
    + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\** all Multi-Geometries are flattened into single Features + +
+ +### Examples + +```javascript +var multiGeometry = turf.multiPolygon([ + [ + [ + [102.0, 2.0], + [103.0, 2.0], + [103.0, 3.0], + [102.0, 3.0], + [102.0, 2.0], + ], + ], + [ + [ + [100.0, 0.0], + [101.0, 0.0], + [101.0, 1.0], + [100.0, 1.0], + [100.0, 0.0], + ], + [ + [100.2, 0.2], + [100.8, 0.2], + [100.8, 0.8], + [100.2, 0.8], + [100.2, 0.2], + ], + ], +]); + +var flatten = turf.flatten(multiGeometry); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var multiGeometry = turf.multiPolygon([ + [ + [ + [102.0, 2.0], + [103.0, 2.0], + [103.0, 3.0], + [102.0, 3.0], + [102.0, 2.0], + ], + ], + [ + [ + [100.0, 0.0], + [101.0, 0.0], + [101.0, 1.0], + [100.0, 1.0], + [100.0, 0.0], + ], + [ + [100.2, 0.2], + [100.8, 0.2], + [100.8, 0.8], + [100.2, 0.8], + [100.2, 0.2], + ], + ], + ]); + + var flatten = turf.flatten(multiGeometry); + + //addToMap + var addToMap = { flatten }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/flatten + +import { flatten } from "@turf/flatten"; +const result = flatten(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.flatten(...); +``` diff --git a/versioned_docs/version-7.0.0/api/flattenEach.mdx b/versioned_docs/version-7.0.0/api/flattenEach.mdx new file mode 100644 index 00000000..1a2bb5a4 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/flattenEach.mdx @@ -0,0 +1,61 @@ +--- +title: flattenEach +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Iterate over flattened features in any GeoJSON object, similar to +Array.forEach. + +### Parameters + +| Name | Type | Description | +| -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- | +| geojson | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2) \| [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1)** | any GeoJSON object | +| callback | **Function** | a method that takes (currentFeature, featureIndex, multiFeatureIndex) | + +### Returns + +### Examples + +```javascript +var features = turf.featureCollection([ + turf.point([26, 37], { foo: "bar" }), + turf.multiPoint( + [ + [40, 30], + [36, 53], + ], + { hello: "world" }, + ), +]); + +turf.flattenEach( + features, + function (currentFeature, featureIndex, multiFeatureIndex) { + //=currentFeature + //=featureIndex + //=multiFeatureIndex + }, +); +``` + +### Installation + +```javascript +$ npm install @turf/meta + +import { flattenEach } from "@turf/meta"; +const result = flattenEach(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.flattenEach(...); +``` diff --git a/versioned_docs/version-7.0.0/api/flattenReduce.mdx b/versioned_docs/version-7.0.0/api/flattenReduce.mdx new file mode 100644 index 00000000..4f1d80dd --- /dev/null +++ b/versioned_docs/version-7.0.0/api/flattenReduce.mdx @@ -0,0 +1,68 @@ +--- +title: flattenReduce +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Reduce flattened features in any GeoJSON object, similar to Array.reduce(). + +### Parameters + +| Name | Type | Description | +| -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ | +| geojson | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2) \| [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1)** | any GeoJSON object | +| callback | **Function** | a method that takes (previousValue, currentFeature, featureIndex, multiFeatureIndex) | +| initialValue? | **\*** | Value to use as the first argument to the first call of the callback. | + +### Returns + +
    + **\*** The value that results from the reduction. + +
+ +### Examples + +```javascript +var features = turf.featureCollection([ + turf.point([26, 37], { foo: "bar" }), + turf.multiPoint( + [ + [40, 30], + [36, 53], + ], + { hello: "world" }, + ), +]); + +turf.flattenReduce( + features, + function (previousValue, currentFeature, featureIndex, multiFeatureIndex) { + //=previousValue + //=currentFeature + //=featureIndex + //=multiFeatureIndex + return currentFeature; + }, +); +``` + +### Installation + +```javascript +$ npm install @turf/meta + +import { flattenReduce } from "@turf/meta"; +const result = flattenReduce(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.flattenReduce(...); +``` diff --git a/versioned_docs/version-7.0.0/api/flip.mdx b/versioned_docs/version-7.0.0/api/flip.mdx new file mode 100644 index 00000000..8dfb19dc --- /dev/null +++ b/versioned_docs/version-7.0.0/api/flip.mdx @@ -0,0 +1,68 @@ +--- +title: flip +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes input features and flips all of their coordinates from `[x, y]` to `[y, x]`. + +### Parameters + +| Name | Type | Description | +| ---------------------- | ------------------------------------------------------------ | ----------------------------------------------------------------------------------------------- | +| geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | input features | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.mutate? | **boolean** | allows GeoJSON input to be mutated (significant performance increase if true) _(default false)_ | + +### Returns + +
    + **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** a feature or set of features of the same type as `input` with flipped coordinates + +
+ +### Examples + +```javascript +var serbia = turf.point([20.566406, 43.421008]); + +var saudiArabia = turf.flip(serbia); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var serbia = turf.point([20.566406, 43.421008]); + + var saudiArabia = turf.flip(serbia); + + //addToMap + var addToMap = { serbia, saudiArabia }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/flip + +import { flip } from "@turf/flip"; +const result = flip(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.flip(...); +``` diff --git a/versioned_docs/version-7.0.0/api/geojsonType.mdx b/versioned_docs/version-7.0.0/api/geojsonType.mdx new file mode 100644 index 00000000..d342fa07 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/geojsonType.mdx @@ -0,0 +1,37 @@ +--- +title: geojsonType +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Enforce expectations about types of GeoJSON objects for Turf. + +### Parameters + +| Name | Type | Description | +| ----- | ------------------------------------------------------------ | ------------------------ | +| value | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | any GeoJSON object | +| type | **string** | expected GeoJSON type | +| name | **string** | name of calling function | + +### Returns + +### Installation + +```javascript +$ npm install @turf/invariant + +import { geojsonType } from "@turf/invariant"; +const result = geojsonType(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.geojsonType(...); +``` diff --git a/versioned_docs/version-7.0.0/api/geomEach.mdx b/versioned_docs/version-7.0.0/api/geomEach.mdx new file mode 100644 index 00000000..9a073c2d --- /dev/null +++ b/versioned_docs/version-7.0.0/api/geomEach.mdx @@ -0,0 +1,64 @@ +--- +title: geomEach +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Iterate over each geometry in any GeoJSON object, similar to Array.forEach() + +### Parameters + +| Name | Type | Description | +| -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | +| geojson | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2) \| [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1)** | any GeoJSON object | +| callback | **Function** | a method that takes (currentGeometry, featureIndex, featureProperties, featureBBox, featureId) | + +### Returns + +
    **void**
+ +### Examples + +```javascript +var features = turf.featureCollection([ + turf.point([26, 37], { foo: "bar" }), + turf.point([36, 53], { hello: "world" }), +]); + +turf.geomEach( + features, + function ( + currentGeometry, + featureIndex, + featureProperties, + featureBBox, + featureId, + ) { + //=currentGeometry + //=featureIndex + //=featureProperties + //=featureBBox + //=featureId + }, +); +``` + +### Installation + +```javascript +$ npm install @turf/meta + +import { geomEach } from "@turf/meta"; +const result = geomEach(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.geomEach(...); +``` diff --git a/versioned_docs/version-7.0.0/api/geomReduce.mdx b/versioned_docs/version-7.0.0/api/geomReduce.mdx new file mode 100644 index 00000000..101034a8 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/geomReduce.mdx @@ -0,0 +1,71 @@ +--- +title: geomReduce +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Reduce geometry in any GeoJSON object, similar to Array.reduce(). + +### Parameters + +| Name | Type | Description | +| -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | +| geojson | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2) \| [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1)** | any GeoJSON object | +| callback | **Function** | a method that takes (previousValue, currentGeometry, featureIndex, featureProperties, featureBBox, featureId) | +| initialValue? | **\*** | Value to use as the first argument to the first call of the callback. | + +### Returns + +
    + **\*** The value that results from the reduction. + +
+ +### Examples + +```javascript +var features = turf.featureCollection([ + turf.point([26, 37], { foo: "bar" }), + turf.point([36, 53], { hello: "world" }), +]); + +turf.geomReduce( + features, + function ( + previousValue, + currentGeometry, + featureIndex, + featureProperties, + featureBBox, + featureId, + ) { + //=previousValue + //=currentGeometry + //=featureIndex + //=featureProperties + //=featureBBox + //=featureId + return currentGeometry; + }, +); +``` + +### Installation + +```javascript +$ npm install @turf/meta + +import { geomReduce } from "@turf/meta"; +const result = geomReduce(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.geomReduce(...); +``` diff --git a/versioned_docs/version-7.0.0/api/geometry.mdx b/versioned_docs/version-7.0.0/api/geometry.mdx new file mode 100644 index 00000000..cafae02a --- /dev/null +++ b/versioned_docs/version-7.0.0/api/geometry.mdx @@ -0,0 +1,52 @@ +--- +title: geometry +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Creates a GeoJSON [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) from a Geometry string type & coordinates. +For GeometryCollection type use `helpers.geometryCollection` + +### Parameters + +| Name | Type | Description | +| --------------- | ---------------- | ------------------------------------ | +| type | **string** | Geometry Type | +| coordinates | **Array\** | Coordinates | +| options? | **Object** | Optional Parameters _(default \{\})_ | + +### Returns + +
    + **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1)** a GeoJSON Geometry + +
+ +### Examples + +```javascript +var type = "Point"; +var coordinates = [110, 50]; +var geometry = turf.geometry(type, coordinates); +// => geometry +``` + +### Installation + +```javascript +$ npm install @turf/helpers + +import { geometry } from "@turf/helpers"; +const result = geometry(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.geometry(...); +``` diff --git a/versioned_docs/version-7.0.0/api/geometryCollection.mdx b/versioned_docs/version-7.0.0/api/geometryCollection.mdx new file mode 100644 index 00000000..9adfcf6b --- /dev/null +++ b/versioned_docs/version-7.0.0/api/geometryCollection.mdx @@ -0,0 +1,58 @@ +--- +title: geometryCollection +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Creates a [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[GeometryCollection](https://tools.ietf.org/html/rfc7946#section-3.1.8)\> based on a +coordinate array. Properties can be added optionally. + +### Parameters + +| Name | Type | Description | +| -------------------- | ------------------------------------------------------------------------ | ------------------------------------------------------------------------- | +| geometries | **Array\<[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1)\>** | an array of GeoJSON Geometries | +| properties? | **Object** | an Object of key-value pairs to add as properties _(default \{\})_ | +| options? | **Object** | Optional Parameters _(default \{\})_ | +| options.bbox? | **Array\** | Bounding Box Array [west, south, east, north] associated with the Feature | +| options.id? | **string \| number** | Identifier associated with the Feature | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[GeometryCollection](https://tools.ietf.org/html/rfc7946#section-3.1.8)\>** a GeoJSON GeometryCollection Feature + +
+ +### Examples + +```javascript +var pt = turf.geometry("Point", [100, 0]); +var line = turf.geometry("LineString", [ + [101, 0], + [102, 1], +]); +var collection = turf.geometryCollection([pt, line]); + +// => collection +``` + +### Installation + +```javascript +$ npm install @turf/helpers + +import { geometryCollection } from "@turf/helpers"; +const result = geometryCollection(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.geometryCollection(...); +``` diff --git a/versioned_docs/version-7.0.0/api/getCluster.mdx b/versioned_docs/version-7.0.0/api/getCluster.mdx new file mode 100644 index 00000000..deef155c --- /dev/null +++ b/versioned_docs/version-7.0.0/api/getCluster.mdx @@ -0,0 +1,66 @@ +--- +title: getCluster +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Get Cluster + +### Parameters + +| Name | Type | Description | +| ------- | ------------------------------------------------------------------------ | ------------------------------------------------ | +| geojson | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)** | GeoJSON Features | +| filter | **\*** | Filter used on GeoJSON properties to get Cluster | + +### Returns + +
    + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)** Single Cluster filtered by GeoJSON Properties + +
+ +### Examples + +```javascript +var geojson = turf.featureCollection([ + turf.point([0, 0], { "marker-symbol": "circle" }), + turf.point([2, 4], { "marker-symbol": "star" }), + turf.point([3, 6], { "marker-symbol": "star" }), + turf.point([5, 1], { "marker-symbol": "square" }), + turf.point([4, 2], { "marker-symbol": "circle" }), +]); + +// Create a cluster using K-Means (adds `cluster` to GeoJSON properties) +var clustered = turf.clustersKmeans(geojson); + +// Retrieve first cluster (0) +var cluster = turf.getCluster(clustered, { cluster: 0 }); +//= cluster + +// Retrieve cluster based on custom properties +turf.getCluster(clustered, { "marker-symbol": "circle" }).length; +//= 2 +turf.getCluster(clustered, { "marker-symbol": "square" }).length; +//= 1 +``` + +### Installation + +```javascript +$ npm install @turf/clusters + +import { getCluster } from "@turf/clusters"; +const result = getCluster(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.getCluster(...); +``` diff --git a/versioned_docs/version-7.0.0/api/getCoord.mdx b/versioned_docs/version-7.0.0/api/getCoord.mdx new file mode 100644 index 00000000..07a41450 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/getCoord.mdx @@ -0,0 +1,49 @@ +--- +title: getCoord +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Unwrap a coordinate from a Point Feature, Geometry or a single coordinate. + +### Parameters + +| Name | Type | Description | +| ----- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------ | +| coord | **Array\ \| [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\> \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** | GeoJSON Point or an Array of numbers | + +### Returns + +
    + **Array\** coordinates + +
+ +### Examples + +```javascript +var pt = turf.point([10, 10]); + +var coord = turf.getCoord(pt); +//= [10, 10] +``` + +### Installation + +```javascript +$ npm install @turf/invariant + +import { getCoord } from "@turf/invariant"; +const result = getCoord(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.getCoord(...); +``` diff --git a/versioned_docs/version-7.0.0/api/getCoords.mdx b/versioned_docs/version-7.0.0/api/getCoords.mdx new file mode 100644 index 00000000..6c6bf396 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/getCoords.mdx @@ -0,0 +1,56 @@ +--- +title: getCoords +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Unwrap coordinates from a Feature, Geometry Object or an Array + +### Parameters + +| Name | Type | Description | +| ------ | --------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------ | +| coords | **Array\ \| [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)** | Feature, Geometry Object or an Array | + +### Returns + +
    + **Array\** coordinates + +
+ +### Examples + +```javascript +var poly = turf.polygon([ + [ + [119.32, -8.7], + [119.55, -8.69], + [119.51, -8.54], + [119.32, -8.7], + ], +]); + +var coords = turf.getCoords(poly); +//= [[[119.32, -8.7], [119.55, -8.69], [119.51, -8.54], [119.32, -8.7]]] +``` + +### Installation + +```javascript +$ npm install @turf/invariant + +import { getCoords } from "@turf/invariant"; +const result = getCoords(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.getCoords(...); +``` diff --git a/versioned_docs/version-7.0.0/api/getGeom.mdx b/versioned_docs/version-7.0.0/api/getGeom.mdx new file mode 100644 index 00000000..c17f8e1d --- /dev/null +++ b/versioned_docs/version-7.0.0/api/getGeom.mdx @@ -0,0 +1,55 @@ +--- +title: getGeom +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Get Geometry from Feature or Geometry Object + +### Parameters + +| Name | Type | Description | +| ------- | ----------------------------------------------------------------------------------------------------------------------------- | ---------------------------------- | +| geojson | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2) \| [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1)** | GeoJSON Feature or Geometry Object | + +### Returns + +
    + **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| null** GeoJSON Geometry Object + +
+ +### Examples + +```javascript +var point = { + type: "Feature", + properties: {}, + geometry: { + type: "Point", + coordinates: [110, 40], + }, +}; +var geom = turf.getGeom(point); +//={"type": "Point", "coordinates": [110, 40]} +``` + +### Installation + +```javascript +$ npm install @turf/invariant + +import { getGeom } from "@turf/invariant"; +const result = getGeom(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.getGeom(...); +``` diff --git a/versioned_docs/version-7.0.0/api/getType.mdx b/versioned_docs/version-7.0.0/api/getType.mdx new file mode 100644 index 00000000..1efae6ae --- /dev/null +++ b/versioned_docs/version-7.0.0/api/getType.mdx @@ -0,0 +1,56 @@ +--- +title: getType +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Get GeoJSON object's type, Geometry type is prioritize. + +### Parameters + +| Name | Type | Description | +| ------------ | ------------------------------------------------------------ | ------------------------------------------------------------------------------- | +| geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | GeoJSON object | +| name? | **string** | name of the variable to display in error message (unused) _(default "geojson")_ | + +### Returns + +
    + **string** GeoJSON type + +
+ +### Examples + +```javascript +var point = { + type: "Feature", + properties: {}, + geometry: { + type: "Point", + coordinates: [110, 40], + }, +}; +var geom = turf.getType(point); +//="Point" +``` + +### Installation + +```javascript +$ npm install @turf/invariant + +import { getType } from "@turf/invariant"; +const result = getType(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.getType(...); +``` diff --git a/versioned_docs/version-7.0.0/api/greatCircle.mdx b/versioned_docs/version-7.0.0/api/greatCircle.mdx new file mode 100644 index 00000000..d5405bb8 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/greatCircle.mdx @@ -0,0 +1,79 @@ +--- +title: greatCircle +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Calculate great circles routes as [LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) or [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5). +If the `start` and `end` points span the antimeridian, the resulting feature will +be split into a `MultiLineString`. + +### Parameters + +| Name | Type | Description | +| -------------------------- | -------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- | +| start | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | source point feature | +| end | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | destination point feature | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.properties? | **Object** | line feature properties _(default \{\})_ | +| options.npoints? | **number** | number of points _(default 100)_ | +| options.offset? | **number** | offset controls the likelyhood that lines will be split which cross the dateline. The higher the number the more likely. _(default 10)_ | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5)\>** great circle line feature + +
+ +### Examples + +```javascript +var start = turf.point([-122, 48]); +var end = turf.point([-77, 39]); + +var greatCircle = turf.greatCircle(start, end, { + properties: { name: "Seattle to DC" }, +}); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var start = turf.point([-122, 48]); + var end = turf.point([-77, 39]); + + var greatCircle = turf.greatCircle(start, end, { + properties: { name: "Seattle to DC" }, + }); + + //addToMap + var addToMap = { start, end, greatCircle }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/great-circle + +import { greatCircle } from "@turf/great-circle"; +const result = greatCircle(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.greatCircle(...); +``` diff --git a/versioned_docs/version-7.0.0/api/hexGrid.mdx b/versioned_docs/version-7.0.0/api/hexGrid.mdx new file mode 100644 index 00000000..7e678d9e --- /dev/null +++ b/versioned_docs/version-7.0.0/api/hexGrid.mdx @@ -0,0 +1,78 @@ +--- +title: hexGrid +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes a bounding box and the diameter of the cell and returns a [FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) of flat-topped +hexagons or triangles ([Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) features) aligned in an "odd-q" vertical grid as +described in [Hexagonal Grids](http://www.redblobgames.com/grids/hexagons/). + +### Parameters + +| Name | Type | Description | +| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------- | +| bbox | **[BBox](https://tools.ietf.org/html/rfc7946#section-5)** | extent in [minX, minY, maxX, maxY] order | +| cellSide | **number** | length of the side of the the hexagons or triangles, in units. It will also coincide with the radius of the circumcircle of the hexagons. | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.units? | **string** | used in calculating cell size, can be degrees, radians, miles, or kilometers _(default 'kilometers')_ | +| options.properties? | **Object** | passed to each hexagon or triangle of the grid _(default \{\})_ | +| options.mask? | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** | if passed a Polygon or MultiPolygon, the grid Points will be created only inside it | +| options.triangles? | **boolean** | whether to return as triangles instead of hexagons _(default false)_ | + +### Returns + +
    + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** a hexagonal grid + +
+ +### Examples + +```javascript +var bbox = [-96, 31, -84, 40]; +var cellSide = 50; +var options = { units: "miles" }; + +var hexgrid = turf.hexGrid(bbox, cellSide, options); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var bbox = [-96, 31, -84, 40]; + var cellSide = 50; + var options = { units: "miles" }; + + var hexgrid = turf.hexGrid(bbox, cellSide, options); + + //addToMap + var addToMap = { hexgrid }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/hex-grid + +import { hexGrid } from "@turf/hex-grid"; +const result = hexGrid(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.hexGrid(...); +``` diff --git a/versioned_docs/version-7.0.0/api/interpolate.mdx b/versioned_docs/version-7.0.0/api/interpolate.mdx new file mode 100644 index 00000000..04694454 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/interpolate.mdx @@ -0,0 +1,82 @@ +--- +title: interpolate +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes a set of points and estimates their 'property' values on a grid using the [Inverse Distance Weighting (IDW) method](https://en.wikipedia.org/wiki/Inverse_distance_weighting). + +### Parameters + +| Name | Type | Description | +| ------------------------ | -------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | +| points | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** | with known value | +| cellSize | **number** | the distance across each grid point | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.gridType? | **string** | defines the output format based on a Grid Type (options: 'square' \| 'point' \| 'hex' \| 'triangle') _(default 'square')_ | +| options.property? | **string** | the property name in `points` from which z-values will be pulled, zValue fallbacks to 3rd coordinate if no property exists. _(default 'elevation')_ | +| options.units? | **string** | used in calculating cellSize, can be degrees, radians, miles, or kilometers _(default 'kilometers')_ | +| options.weight? | **number** | exponent regulating the distance-decay weighting _(default 1)_ | + +### Returns + +
    + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2) \| [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** grid of points or polygons with interpolated 'property' + +
+ +### Examples + +```javascript +var points = turf.randomPoint(30, { bbox: [50, 30, 70, 50] }); + +// add a random property to each point +turf.featureEach(points, function (point) { + point.properties.solRad = Math.random() * 50; +}); +var options = { gridType: "points", property: "solRad", units: "miles" }; +var grid = turf.interpolate(points, 100, options); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var points = turf.randomPoint(30, { bbox: [50, 30, 70, 50] }); + + // add a random property to each point + turf.featureEach(points, function (point) { + point.properties.solRad = Math.random() * 50; + }); + var options = { gridType: "points", property: "solRad", units: "miles" }; + var grid = turf.interpolate(points, 100, options); + + //addToMap + var addToMap = { grid }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/interpolate + +import { interpolate } from "@turf/interpolate"; +const result = interpolate(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.interpolate(...); +``` diff --git a/versioned_docs/version-7.0.0/api/intersect.mdx b/versioned_docs/version-7.0.0/api/intersect.mdx new file mode 100644 index 00000000..292c7ce1 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/intersect.mdx @@ -0,0 +1,112 @@ +--- +title: intersect +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes [polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) or [multi-polygon](https://tools.ietf.org/html/rfc7946#section-3.1.7) geometries and +finds their polygonal intersection. If they don't intersect, returns null. + +### Parameters + +| Name | Type | Description | +| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------- | +| features | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** | the features to intersect | +| options? | **Object** | Optional Parameters _(default \{\})_ | +| options.properties? | **Object** | Translate GeoJSON Properties to Feature _(default \{\})_ | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2) \| null** returns a feature representing the area they share (either a [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) or +[MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)). If they do not share any area, returns `null`. + +
+ +### Examples + +```javascript +var poly1 = turf.polygon([ + [ + [-122.801742, 45.48565], + [-122.801742, 45.60491], + [-122.584762, 45.60491], + [-122.584762, 45.48565], + [-122.801742, 45.48565], + ], +]); + +var poly2 = turf.polygon([ + [ + [-122.520217, 45.535693], + [-122.64038, 45.553967], + [-122.720031, 45.526554], + [-122.669906, 45.507309], + [-122.723464, 45.446643], + [-122.532577, 45.408574], + [-122.487258, 45.477466], + [-122.520217, 45.535693], + ], +]); + +var intersection = turf.intersect(turf.featureCollection([poly1, poly2])); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var poly1 = turf.polygon([ + [ + [-122.801742, 45.48565], + [-122.801742, 45.60491], + [-122.584762, 45.60491], + [-122.584762, 45.48565], + [-122.801742, 45.48565], + ], + ]); + + var poly2 = turf.polygon([ + [ + [-122.520217, 45.535693], + [-122.64038, 45.553967], + [-122.720031, 45.526554], + [-122.669906, 45.507309], + [-122.723464, 45.446643], + [-122.532577, 45.408574], + [-122.487258, 45.477466], + [-122.520217, 45.535693], + ], + ]); + + var intersection = turf.intersect(turf.featureCollection([poly1, poly2])); + + //addToMap + var addToMap = { poly1, poly2, intersection }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/intersect + +import { intersect } from "@turf/intersect"; +const result = intersect(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.intersect(...); +``` diff --git a/versioned_docs/version-7.0.0/api/isNumber.mdx b/versioned_docs/version-7.0.0/api/isNumber.mdx new file mode 100644 index 00000000..95bb4d13 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/isNumber.mdx @@ -0,0 +1,49 @@ +--- +title: isNumber +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +isNumber + +### Parameters + +| Name | Type | Description | +| ---- | ------ | ------------------ | +| num | **\*** | Number to validate | + +### Returns + +
    + **boolean** true/false + +
+ +### Examples + +```javascript +turf.isNumber(123); +//=true +turf.isNumber("foo"); +//=false +``` + +### Installation + +```javascript +$ npm install @turf/helpers + +import { isNumber } from "@turf/helpers"; +const result = isNumber(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.isNumber(...); +``` diff --git a/versioned_docs/version-7.0.0/api/isObject.mdx b/versioned_docs/version-7.0.0/api/isObject.mdx new file mode 100644 index 00000000..5b98f8ed --- /dev/null +++ b/versioned_docs/version-7.0.0/api/isObject.mdx @@ -0,0 +1,49 @@ +--- +title: isObject +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +isObject + +### Parameters + +| Name | Type | Description | +| ----- | ------ | -------------------- | +| input | **\*** | variable to validate | + +### Returns + +
    + **boolean** true/false, including false for Arrays and Functions + +
+ +### Examples + +```javascript +turf.isObject({ elevation: 10 }); +//=true +turf.isObject("foo"); +//=false +``` + +### Installation + +```javascript +$ npm install @turf/helpers + +import { isObject } from "@turf/helpers"; +const result = isObject(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.isObject(...); +``` diff --git a/versioned_docs/version-7.0.0/api/isobands.mdx b/versioned_docs/version-7.0.0/api/isobands.mdx new file mode 100644 index 00000000..2d66b510 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/isobands.mdx @@ -0,0 +1,46 @@ +--- +title: isobands +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes a square or rectangular grid [FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) of [Point](https://tools.ietf.org/html/rfc7946#section-3.1.2) features with z-values and an array of +value breaks and generates filled contour isobands. + +### Parameters + +| Name | Type | Description | +| -------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | +| pointGrid | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** | input points - must be square or rectangular | +| breaks | **Array\** | where to draw contours | +| options? | **Object** | options on output _(default \{\})_ | +| options.zProperty? | **string** | the property name in `points` from which z-values will be pulled _(default 'elevation')_ | +| options.commonProperties? | **Object** | GeoJSON properties passed to ALL isobands _(default \{\})_ | +| options.breaksProperties? | **Array\** | GeoJSON properties passed, in order, to the correspondent isoband (order defined by breaks) _(default [])_ | + +### Returns + +
    + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** a FeatureCollection of [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7) features representing isobands + +
+ +### Installation + +```javascript +$ npm install @turf/isobands + +import { isobands } from "@turf/isobands"; +const result = isobands(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.isobands(...); +``` diff --git a/versioned_docs/version-7.0.0/api/isolines.mdx b/versioned_docs/version-7.0.0/api/isolines.mdx new file mode 100644 index 00000000..edfd771b --- /dev/null +++ b/versioned_docs/version-7.0.0/api/isolines.mdx @@ -0,0 +1,88 @@ +--- +title: isolines +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes a grid [FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) of [Point](https://tools.ietf.org/html/rfc7946#section-3.1.2) features with z-values and an array of +value breaks and generates [isolines](https://en.wikipedia.org/wiki/Contour_line). + +### Parameters + +| Name | Type | Description | +| -------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | +| pointGrid | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** | input points | +| breaks | **Array\** | values of `zProperty` where to draw isolines | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.zProperty? | **string** | the property name in `points` from which z-values will be pulled _(default 'elevation')_ | +| options.commonProperties? | **Object** | GeoJSON properties passed to ALL isolines _(default \{\})_ | +| options.breaksProperties? | **Array\** | GeoJSON properties passed, in order, to the correspondent isoline; the breaks array will define the order in which the isolines are created _(default [])_ | + +### Returns + +
    + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5)\>** a FeatureCollection of [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5) features representing isolines + +
+ +### Examples + +```javascript +// create a grid of points with random z-values in their properties +var extent = [0, 30, 20, 50]; +var cellWidth = 100; +var pointGrid = turf.pointGrid(extent, cellWidth, { units: "miles" }); + +for (var i = 0; i < pointGrid.features.length; i++) { + pointGrid.features[i].properties.temperature = Math.random() * 10; +} +var breaks = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; + +var lines = turf.isolines(pointGrid, breaks, { zProperty: "temperature" }); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + // create a grid of points with random z-values in their properties + var extent = [0, 30, 20, 50]; + var cellWidth = 100; + var pointGrid = turf.pointGrid(extent, cellWidth, { units: "miles" }); + + for (var i = 0; i < pointGrid.features.length; i++) { + pointGrid.features[i].properties.temperature = Math.random() * 10; + } + var breaks = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; + + var lines = turf.isolines(pointGrid, breaks, { zProperty: "temperature" }); + + //addToMap + var addToMap = { lines }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/isolines + +import { isolines } from "@turf/isolines"; +const result = isolines(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.isolines(...); +``` diff --git a/versioned_docs/version-7.0.0/api/kinks.mdx b/versioned_docs/version-7.0.0/api/kinks.mdx new file mode 100644 index 00000000..c9f4bfe7 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/kinks.mdx @@ -0,0 +1,84 @@ +--- +title: kinks +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes a [linestring](https://tools.ietf.org/html/rfc7946#section-3.1.4), [multi-linestring](https://tools.ietf.org/html/rfc7946#section-3.1.5), +[multi-polygon](https://tools.ietf.org/html/rfc7946#section-3.1.7) or [polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) and +returns [points](https://tools.ietf.org/html/rfc7946#section-3.1.2) at all self-intersections. + +### Parameters + +| Name | Type | Description | +| --------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- | +| featureIn | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7) \| [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** | input feature | + +### Returns + +
    + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** self-intersections + +
+ +### Examples + +```javascript +var poly = turf.polygon([ + [ + [-12.034835, 8.901183], + [-12.060413, 8.899826], + [-12.03638, 8.873199], + [-12.059383, 8.871418], + [-12.034835, 8.901183], + ], +]); + +var kinks = turf.kinks(poly); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var poly = turf.polygon([ + [ + [-12.034835, 8.901183], + [-12.060413, 8.899826], + [-12.03638, 8.873199], + [-12.059383, 8.871418], + [-12.034835, 8.901183], + ], + ]); + + var kinks = turf.kinks(poly); + + //addToMap + var addToMap = { poly, kinks }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/kinks + +import { kinks } from "@turf/kinks"; +const result = kinks(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.kinks(...); +``` diff --git a/versioned_docs/version-7.0.0/api/length.mdx b/versioned_docs/version-7.0.0/api/length.mdx new file mode 100644 index 00000000..d99b4342 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/length.mdx @@ -0,0 +1,77 @@ +--- +title: length +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes a [GeoJSON](https://tools.ietf.org/html/rfc7946#section-3) and measures its length in the specified units, [(Multi)Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)'s distance are ignored. + +### Parameters + +| Name | Type | Description | +| --------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------- | +| geojson | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5)\>** | GeoJSON to measure | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.units? | **string** | can be degrees, radians, miles, or kilometers _(default kilometers)_ | + +### Returns + +
    + **number** length of GeoJSON + +
+ +### Examples + +```javascript +var line = turf.lineString([ + [115, -32], + [131, -22], + [143, -25], + [150, -34], +]); +var length = turf.length(line, { units: "miles" }); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var line = turf.lineString([ + [115, -32], + [131, -22], + [143, -25], + [150, -34], + ]); + var length = turf.length(line, { units: "miles" }); + + //addToMap + var addToMap = { line }; + line.properties.distance = length; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/length + +import { length } from "@turf/length"; +const result = length(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.length(...); +``` diff --git a/versioned_docs/version-7.0.0/api/lengthToDegrees.mdx b/versioned_docs/version-7.0.0/api/lengthToDegrees.mdx new file mode 100644 index 00000000..d088c5c4 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/lengthToDegrees.mdx @@ -0,0 +1,42 @@ +--- +title: lengthToDegrees +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Convert a distance measurement (assuming a spherical Earth) from a real-world unit into degrees +Valid units: miles, nauticalmiles, inches, yards, meters, metres, centimeters, kilometres, feet + +### Parameters + +| Name | Type | Description | +| ------------- | ---------- | --------------------------------------------------------------------------------------------------------------- | +| distance | **number** | in real units | +| units? | **string** | can be degrees, radians, miles, inches, yards, metres, meters, kilometres, kilometers. _(default "kilometers")_ | + +### Returns + +
    + **number** degrees + +
+ +### Installation + +```javascript +$ npm install @turf/helpers + +import { lengthToDegrees } from "@turf/helpers"; +const result = lengthToDegrees(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.lengthToDegrees(...); +``` diff --git a/versioned_docs/version-7.0.0/api/lengthToRadians.mdx b/versioned_docs/version-7.0.0/api/lengthToRadians.mdx new file mode 100644 index 00000000..f0292908 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/lengthToRadians.mdx @@ -0,0 +1,42 @@ +--- +title: lengthToRadians +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Convert a distance measurement (assuming a spherical Earth) from a real-world unit into radians +Valid units: miles, nauticalmiles, inches, yards, meters, metres, kilometers, centimeters, feet + +### Parameters + +| Name | Type | Description | +| ------------- | ---------- | --------------------------------------------------------------------------------------------------------------- | +| distance | **number** | in real units | +| units? | **string** | can be degrees, radians, miles, inches, yards, metres, meters, kilometres, kilometers. _(default "kilometers")_ | + +### Returns + +
    + **number** radians + +
+ +### Installation + +```javascript +$ npm install @turf/helpers + +import { lengthToRadians } from "@turf/helpers"; +const result = lengthToRadians(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.lengthToRadians(...); +``` diff --git a/versioned_docs/version-7.0.0/api/lineArc.mdx b/versioned_docs/version-7.0.0/api/lineArc.mdx new file mode 100644 index 00000000..eb08ff69 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/lineArc.mdx @@ -0,0 +1,79 @@ +--- +title: lineArc +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Creates a circular arc, of a circle of the given radius and center point, between bearing1 and bearing2; +0 bearing is North of center point, positive clockwise. + +### Parameters + +| Name | Type | Description | +| --------------------- | -------------------------------------------------------------- | ------------------------------------------------------------------------------- | +| center | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | center point | +| radius | **number** | radius of the circle | +| bearing1 | **number** | angle, in decimal degrees, of the first radius of the arc | +| bearing2 | **number** | angle, in decimal degrees, of the second radius of the arc | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.steps? | **number** | number of steps (straight segments) that will constitute the arc _(default 64)_ | +| options.units? | **string** | miles, kilometers, degrees, or radians _(default 'kilometers')_ | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** line arc + +
+ +### Examples + +```javascript +var center = turf.point([-75, 40]); +var radius = 5; +var bearing1 = 25; +var bearing2 = 47; + +var arc = turf.lineArc(center, radius, bearing1, bearing2); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var center = turf.point([-75, 40]); + var radius = 5; + var bearing1 = 25; + var bearing2 = 47; + + var arc = turf.lineArc(center, radius, bearing1, bearing2); + + //addToMap + var addToMap = { center, arc }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/line-arc + +import { lineArc } from "@turf/line-arc"; +const result = lineArc(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.lineArc(...); +``` diff --git a/versioned_docs/version-7.0.0/api/lineChunk.mdx b/versioned_docs/version-7.0.0/api/lineChunk.mdx new file mode 100644 index 00000000..a6c22dfc --- /dev/null +++ b/versioned_docs/version-7.0.0/api/lineChunk.mdx @@ -0,0 +1,79 @@ +--- +title: lineChunk +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Divides a [LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) into chunks of a specified length. +If the line is shorter than the segment length then the original line is returned. + +### Parameters + +| Name | Type | Description | +| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | +| geojson | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5)\>** | the lines to split | +| segmentLength | **number** | how long to make each segment | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.units? | **string** | units can be degrees, radians, miles, or kilometers _(default 'kilometers')_ | +| options.reverse? | **boolean** | reverses coordinates to start the first chunked segment at the end _(default false)_ | + +### Returns + +
    + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** collection of line segments + +
+ +### Examples + +```javascript +var line = turf.lineString([ + [-95, 40], + [-93, 45], + [-85, 50], +]); + +var chunk = turf.lineChunk(line, 15, { units: "miles" }); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var line = turf.lineString([ + [-95, 40], + [-93, 45], + [-85, 50], + ]); + + var chunk = turf.lineChunk(line, 15, { units: "miles" }); + + //addToMap + var addToMap = { chunk }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/line-chunk + +import { lineChunk } from "@turf/line-chunk"; +const result = lineChunk(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.lineChunk(...); +``` diff --git a/versioned_docs/version-7.0.0/api/lineEach.mdx b/versioned_docs/version-7.0.0/api/lineEach.mdx new file mode 100644 index 00000000..a8d178c9 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/lineEach.mdx @@ -0,0 +1,63 @@ +--- +title: lineEach +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Iterate over line or ring coordinates in LineString, Polygon, MultiLineString, MultiPolygon Features or Geometries, +similar to Array.forEach. + +### Parameters + +| Name | Type | Description | +| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | +| geojson | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** | object | +| callback | **Function** | a method that takes (currentLine, featureIndex, multiFeatureIndex, geometryIndex) | + +### Returns + +### Examples + +```javascript +var multiLine = turf.multiLineString([ + [ + [26, 37], + [35, 45], + ], + [ + [36, 53], + [38, 50], + [41, 55], + ], +]); + +turf.lineEach( + multiLine, + function (currentLine, featureIndex, multiFeatureIndex, geometryIndex) { + //=currentLine + //=featureIndex + //=multiFeatureIndex + //=geometryIndex + }, +); +``` + +### Installation + +```javascript +$ npm install @turf/meta + +import { lineEach } from "@turf/meta"; +const result = lineEach(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.lineEach(...); +``` diff --git a/versioned_docs/version-7.0.0/api/lineIntersect.mdx b/versioned_docs/version-7.0.0/api/lineIntersect.mdx new file mode 100644 index 00000000..571653d2 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/lineIntersect.mdx @@ -0,0 +1,82 @@ +--- +title: lineIntersect +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes any LineString or Polygon GeoJSON and returns the intersecting point(s). + +### Parameters + +| Name | Type | Description | +| --------------------------------------- | ------------------------------------------------------------ | -------------------------------------------------------------- | +| line1 | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | any LineString or Polygon | +| line2 | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | any LineString or Polygon | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.removeDuplicates? | **boolean** | remove duplicate intersections _(default true)_ | +| options.ignoreSelfIntersections? | **boolean** | ignores self-intersections on input features _(default false)_ | + +### Returns + +
    + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** point(s) that intersect both + +
+ +### Examples + +```javascript +var line1 = turf.lineString([ + [126, -11], + [129, -21], +]); +var line2 = turf.lineString([ + [123, -18], + [131, -14], +]); +var intersects = turf.lineIntersect(line1, line2); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var line1 = turf.lineString([ + [126, -11], + [129, -21], + ]); + var line2 = turf.lineString([ + [123, -18], + [131, -14], + ]); + var intersects = turf.lineIntersect(line1, line2); + + //addToMap + var addToMap = { line1, line2, intersects }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/line-intersect + +import { lineIntersect } from "@turf/line-intersect"; +const result = lineIntersect(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.lineIntersect(...); +``` diff --git a/versioned_docs/version-7.0.0/api/lineOffset.mdx b/versioned_docs/version-7.0.0/api/lineOffset.mdx new file mode 100644 index 00000000..a58b65bc --- /dev/null +++ b/versioned_docs/version-7.0.0/api/lineOffset.mdx @@ -0,0 +1,84 @@ +--- +title: lineOffset +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes a [line](https://tools.ietf.org/html/rfc7946#section-3.1.4) and returns a [line](https://tools.ietf.org/html/rfc7946#section-3.1.4) at offset by the specified distance. + +### Parameters + +| Name | Type | Description | +| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | +| geojson | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5)\>** | input GeoJSON | +| distance | **number** | distance to offset the line (can be of negative value) | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.units? | **string** | can be degrees, radians, miles, kilometers, inches, yards, meters _(default 'kilometers')_ | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5)\>** Line offset from the input line + +
+ +### Examples + +```javascript +var line = turf.lineString( + [ + [-83, 30], + [-84, 36], + [-78, 41], + ], + { stroke: "#F00" }, +); + +var offsetLine = turf.lineOffset(line, 2, { units: "miles" }); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var line = turf.lineString( + [ + [-83, 30], + [-84, 36], + [-78, 41], + ], + { stroke: "#F00" }, + ); + + var offsetLine = turf.lineOffset(line, 2, { units: "miles" }); + + //addToMap + var addToMap = { offsetLine, line }; + offsetLine.properties.stroke = "#00F"; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/line-offset + +import { lineOffset } from "@turf/line-offset"; +const result = lineOffset(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.lineOffset(...); +``` diff --git a/versioned_docs/version-7.0.0/api/lineOverlap.mdx b/versioned_docs/version-7.0.0/api/lineOverlap.mdx new file mode 100644 index 00000000..cbf4151f --- /dev/null +++ b/versioned_docs/version-7.0.0/api/lineOverlap.mdx @@ -0,0 +1,91 @@ +--- +title: lineOverlap +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes any LineString or Polygon and returns the overlapping lines between both features. + +### Parameters + +| Name | Type | Description | +| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | +| line1 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5) \| [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** | any LineString or Polygon | +| line2 | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5) \| [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** | any LineString or Polygon | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.tolerance? | **number** | Tolerance distance to match overlapping line segments (in kilometers) _(default 0)_ | + +### Returns + +
    + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** lines(s) that are overlapping between both features + +
+ +### Examples + +```javascript +var line1 = turf.lineString([ + [115, -35], + [125, -30], + [135, -30], + [145, -35], +]); +var line2 = turf.lineString([ + [115, -25], + [125, -30], + [135, -30], + [145, -25], +]); + +var overlapping = turf.lineOverlap(line1, line2); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var line1 = turf.lineString([ + [115, -35], + [125, -30], + [135, -30], + [145, -35], + ]); + var line2 = turf.lineString([ + [115, -25], + [125, -30], + [135, -30], + [145, -25], + ]); + + var overlapping = turf.lineOverlap(line1, line2); + + //addToMap + var addToMap = { line1, line2, overlapping }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/line-overlap + +import { lineOverlap } from "@turf/line-overlap"; +const result = lineOverlap(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.lineOverlap(...); +``` diff --git a/versioned_docs/version-7.0.0/api/lineReduce.mdx b/versioned_docs/version-7.0.0/api/lineReduce.mdx new file mode 100644 index 00000000..a10d4848 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/lineReduce.mdx @@ -0,0 +1,90 @@ +--- +title: lineReduce +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Reduce features in any GeoJSON object, similar to Array.reduce(). + +### Parameters + +| Name | Type | Description | +| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ | +| geojson | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** | object | +| callback | **Function** | a method that takes (previousValue, currentLine, featureIndex, multiFeatureIndex, geometryIndex) | +| initialValue? | **\*** | Value to use as the first argument to the first call of the callback. | + +### Returns + +
    + **\*** The value that results from the reduction. + +
+ +### Examples + +```javascript +var multiPoly = turf.multiPolygon([ + turf.polygon([ + [ + [12, 48], + [2, 41], + [24, 38], + [12, 48], + ], + [ + [9, 44], + [13, 41], + [13, 45], + [9, 44], + ], + ]), + turf.polygon([ + [ + [5, 5], + [0, 0], + [2, 2], + [4, 4], + [5, 5], + ], + ]), +]); + +turf.lineReduce( + multiPoly, + function ( + previousValue, + currentLine, + featureIndex, + multiFeatureIndex, + geometryIndex, + ) { + //=previousValue + //=currentLine + //=featureIndex + //=multiFeatureIndex + //=geometryIndex + return currentLine; + }, +); +``` + +### Installation + +```javascript +$ npm install @turf/meta + +import { lineReduce } from "@turf/meta"; +const result = lineReduce(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.lineReduce(...); +``` diff --git a/versioned_docs/version-7.0.0/api/lineSegment.mdx b/versioned_docs/version-7.0.0/api/lineSegment.mdx new file mode 100644 index 00000000..b8b71a04 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/lineSegment.mdx @@ -0,0 +1,81 @@ +--- +title: lineSegment +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Creates a [FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) of 2-vertex [LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) segments from a +[(Multi)LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) or [(Multi)Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6). + +### Parameters + +| Name | Type | Description | +| ------- | ------------------------------------------------------------ | ----------------------------- | +| geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | GeoJSON Polygon or LineString | + +### Returns + +
    + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** 2-vertex line segments + +
+ +### Examples + +```javascript +var polygon = turf.polygon([ + [ + [-50, 5], + [-40, -10], + [-50, -10], + [-40, 5], + [-50, 5], + ], +]); +var segments = turf.lineSegment(polygon); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var polygon = turf.polygon([ + [ + [-50, 5], + [-40, -10], + [-50, -10], + [-40, 5], + [-50, 5], + ], + ]); + var segments = turf.lineSegment(polygon); + + //addToMap + var addToMap = { polygon, segments }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/line-segment + +import { lineSegment } from "@turf/line-segment"; +const result = lineSegment(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.lineSegment(...); +``` diff --git a/versioned_docs/version-7.0.0/api/lineSlice.mdx b/versioned_docs/version-7.0.0/api/lineSlice.mdx new file mode 100644 index 00000000..6fa1ffa6 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/lineSlice.mdx @@ -0,0 +1,90 @@ +--- +title: lineSlice +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes a [line](https://tools.ietf.org/html/rfc7946#section-3.1.4), a start [Point](https://tools.ietf.org/html/rfc7946#section-3.1.2), and a stop point +and returns a subsection of the line in-between those points. +The start & stop points don't need to fall exactly on the line. + +This can be useful for extracting only the part of a route between waypoints. + +### Parameters + +| Name | Type | Description | +| ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | +| startPt | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | starting point | +| stopPt | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | stopping point | +| line | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\> \| [LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)** | line to slice | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** sliced line + +
+ +### Examples + +```javascript +var line = turf.lineString([ + [-77.031669, 38.878605], + [-77.029609, 38.881946], + [-77.020339, 38.884084], + [-77.025661, 38.885821], + [-77.021884, 38.889563], + [-77.019824, 38.892368], +]); +var start = turf.point([-77.029609, 38.881946]); +var stop = turf.point([-77.021884, 38.889563]); + +var sliced = turf.lineSlice(start, stop, line); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var line = turf.lineString([ + [-77.031669, 38.878605], + [-77.029609, 38.881946], + [-77.020339, 38.884084], + [-77.025661, 38.885821], + [-77.021884, 38.889563], + [-77.019824, 38.892368], + ]); + var start = turf.point([-77.029609, 38.881946]); + var stop = turf.point([-77.021884, 38.889563]); + + var sliced = turf.lineSlice(start, stop, line); + + //addToMap + var addToMap = { start, stop, line }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/line-slice + +import { lineSlice } from "@turf/line-slice"; +const result = lineSlice(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.lineSlice(...); +``` diff --git a/versioned_docs/version-7.0.0/api/lineSliceAlong.mdx b/versioned_docs/version-7.0.0/api/lineSliceAlong.mdx new file mode 100644 index 00000000..309f54a9 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/lineSliceAlong.mdx @@ -0,0 +1,86 @@ +--- +title: lineSliceAlong +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes a [line](https://tools.ietf.org/html/rfc7946#section-3.1.4), a specified distance along the line to a start [Point](https://tools.ietf.org/html/rfc7946#section-3.1.2), +and a specified distance along the line to a stop point +and returns a subsection of the line in-between those points. + +This can be useful for extracting only the part of a route between two distances. + +### Parameters + +| Name | Type | Description | +| --------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- | +| line | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\> \| [LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)** | input line | +| startDist | **number** | distance along the line to starting point | +| stopDist | **number** | distance along the line to ending point | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.units? | **string** | can be degrees, radians, miles, or kilometers _(default 'kilometers')_ | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** sliced line + +
+ +### Examples + +```javascript +var line = turf.lineString([ + [7, 45], + [9, 45], + [14, 40], + [14, 41], +]); +var start = 12.5; +var stop = 25; +var sliced = turf.lineSliceAlong(line, start, stop, { units: "miles" }); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var line = turf.lineString([ + [7, 45], + [9, 45], + [14, 40], + [14, 41], + ]); + var start = 12.5; + var stop = 25; + var sliced = turf.lineSliceAlong(line, start, stop, { units: "miles" }); + + //addToMap + var addToMap = { line, start, stop, sliced }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/line-slice-along + +import { lineSliceAlong } from "@turf/line-slice-along"; +const result = lineSliceAlong(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.lineSliceAlong(...); +``` diff --git a/versioned_docs/version-7.0.0/api/lineSplit.mdx b/versioned_docs/version-7.0.0/api/lineSplit.mdx new file mode 100644 index 00000000..8167dbeb --- /dev/null +++ b/versioned_docs/version-7.0.0/api/lineSplit.mdx @@ -0,0 +1,81 @@ +--- +title: lineSplit +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Split a LineString by another GeoJSON Feature. + +### Parameters + +| Name | Type | Description | +| -------- | --------------------------------------------------------------------------------------------------------------------------------- | --------------------------- | +| line | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** | LineString Feature to split | +| splitter | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\** | Feature used to split line | + +### Returns + +
    + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** Split LineStrings + +
+ +### Examples + +```javascript +var line = turf.lineString([ + [120, -25], + [145, -25], +]); +var splitter = turf.lineString([ + [130, -15], + [130, -35], +]); + +var split = turf.lineSplit(line, splitter); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var line = turf.lineString([ + [120, -25], + [145, -25], + ]); + var splitter = turf.lineString([ + [130, -15], + [130, -35], + ]); + + var split = turf.lineSplit(line, splitter); + + //addToMap + var addToMap = { line, splitter }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/line-split + +import { lineSplit } from "@turf/line-split"; +const result = lineSplit(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.lineSplit(...); +``` diff --git a/versioned_docs/version-7.0.0/api/lineString.mdx b/versioned_docs/version-7.0.0/api/lineString.mdx new file mode 100644 index 00000000..8c0dc22c --- /dev/null +++ b/versioned_docs/version-7.0.0/api/lineString.mdx @@ -0,0 +1,70 @@ +--- +title: lineString +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Creates a [LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) [Feature](https://tools.ietf.org/html/rfc7946#section-3.2) from an Array of Positions. + +### Parameters + +| Name | Type | Description | +| -------------------- | ---------------------------- | ------------------------------------------------------------------------- | +| coordinates | **Array\\>** | an array of Positions | +| properties? | **Object** | an Object of key-value pairs to add as properties _(default \{\})_ | +| options? | **Object** | Optional Parameters _(default \{\})_ | +| options.bbox? | **Array\** | Bounding Box Array [west, south, east, north] associated with the Feature | +| options.id? | **string \| number** | Identifier associated with the Feature | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** LineString Feature + +
+ +### Examples + +```javascript +var linestring1 = turf.lineString( + [ + [-24, 63], + [-23, 60], + [-25, 65], + [-20, 69], + ], + { name: "line 1" }, +); +var linestring2 = turf.lineString( + [ + [-14, 43], + [-13, 40], + [-15, 45], + [-10, 49], + ], + { name: "line 2" }, +); + +//=linestring1 +//=linestring2 +``` + +### Installation + +```javascript +$ npm install @turf/helpers + +import { lineString } from "@turf/helpers"; +const result = lineString(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.lineString(...); +``` diff --git a/versioned_docs/version-7.0.0/api/lineStrings.mdx b/versioned_docs/version-7.0.0/api/lineStrings.mdx new file mode 100644 index 00000000..62406b85 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/lineStrings.mdx @@ -0,0 +1,65 @@ +--- +title: lineStrings +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Creates a [LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) [FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) from an Array of LineString coordinates. + +### Parameters + +| Name | Type | Description | +| -------------------- | ------------------------------------- | ----------------------------------------------------------------------------------- | +| coordinates | **Array\\>\>** | an array of LinearRings | +| properties? | **Object** | an Object of key-value pairs to add as properties _(default \{\})_ | +| options? | **Object** | Optional Parameters _(default \{\})_ | +| options.bbox? | **Array\** | Bounding Box Array [west, south, east, north] associated with the FeatureCollection | +| options.id? | **string \| number** | Identifier associated with the FeatureCollection | + +### Returns + +
    + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** LineString FeatureCollection + +
+ +### Examples + +```javascript +var linestrings = turf.lineStrings([ + [ + [-24, 63], + [-23, 60], + [-25, 65], + [-20, 69], + ], + [ + [-14, 43], + [-13, 40], + [-15, 45], + [-10, 49], + ], +]); + +//=linestrings +``` + +### Installation + +```javascript +$ npm install @turf/helpers + +import { lineStrings } from "@turf/helpers"; +const result = lineStrings(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.lineStrings(...); +``` diff --git a/versioned_docs/version-7.0.0/api/lineToPolygon.mdx b/versioned_docs/version-7.0.0/api/lineToPolygon.mdx new file mode 100644 index 00000000..1c28fc94 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/lineToPolygon.mdx @@ -0,0 +1,83 @@ +--- +title: lineToPolygon +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Converts (Multi)LineString(s) to Polygon(s). + +### Parameters + +| Name | Type | Description | +| ---------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ | +| lines | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5)\>** | Features to convert | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.properties? | **Object** | translates GeoJSON properties to Feature _(default \{\})_ | +| options.autoComplete? | **boolean** | auto complete linestrings (matches first & last coordinates) _(default true)_ | +| options.orderCoords? | **boolean** | sorts linestrings to place outer ring at the first position of the coordinates _(default true)_ | +| options.mutate? | **boolean** | mutate the original linestring using autoComplete (matches first & last coordinates) _(default false)_ | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** converted to Polygons + +
+ +### Examples + +```javascript +var line = turf.lineString([ + [125, -30], + [145, -30], + [145, -20], + [125, -20], + [125, -30], +]); + +var polygon = turf.lineToPolygon(line); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var line = turf.lineString([ + [125, -30], + [145, -30], + [145, -20], + [125, -20], + [125, -30], + ]); + + var polygon = turf.lineToPolygon(line); + + //addToMap + var addToMap = { polygon }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/line-to-polygon + +import { lineToPolygon } from "@turf/line-to-polygon"; +const result = lineToPolygon(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.lineToPolygon(...); +``` diff --git a/versioned_docs/version-7.0.0/api/mask.mdx b/versioned_docs/version-7.0.0/api/mask.mdx new file mode 100644 index 00000000..57823849 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/mask.mdx @@ -0,0 +1,103 @@ +--- +title: mask +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes any type of [polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) and an optional mask and returns a [polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) exterior ring with holes. + +### Parameters + +| Name | Type | Description | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | +| polygon | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** | GeoJSON Polygon used as interior rings or holes. | +| mask? | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** | GeoJSON Polygon used as the exterior ring (if undefined, the world extent is used) | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** Masked Polygon (exterior ring with holes). + +
+ +### Examples + +```javascript +var polygon = turf.polygon([ + [ + [112, -21], + [116, -36], + [146, -39], + [153, -24], + [133, -10], + [112, -21], + ], +]); +var mask = turf.polygon([ + [ + [90, -55], + [170, -55], + [170, 10], + [90, 10], + [90, -55], + ], +]); + +var masked = turf.mask(polygon, mask); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var polygon = turf.polygon([ + [ + [112, -21], + [116, -36], + [146, -39], + [153, -24], + [133, -10], + [112, -21], + ], + ]); + var mask = turf.polygon([ + [ + [90, -55], + [170, -55], + [170, 10], + [90, 10], + [90, -55], + ], + ]); + + var masked = turf.mask(polygon, mask); + + //addToMap + var addToMap = { masked }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/mask + +import { mask } from "@turf/mask"; +const result = mask(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.mask(...); +``` diff --git a/versioned_docs/version-7.0.0/api/mean.mdx b/versioned_docs/version-7.0.0/api/mean.mdx new file mode 100644 index 00000000..a543462e --- /dev/null +++ b/versioned_docs/version-7.0.0/api/mean.mdx @@ -0,0 +1,37 @@ +--- +title: mean +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +get mean of a list + +### Parameters + +| Name | Type | Description | +| ---- | ------------------- | ----------- | +| y | **Array\** | | + +### Returns + +
    **number**
+ +### Installation + +```javascript +$ npm install @turf/moran-index + +import { mean } from "@turf/moran-index"; +const result = mean(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.mean(...); +``` diff --git a/versioned_docs/version-7.0.0/api/midpoint.mdx b/versioned_docs/version-7.0.0/api/midpoint.mdx new file mode 100644 index 00000000..6c6f4e64 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/midpoint.mdx @@ -0,0 +1,71 @@ +--- +title: midpoint +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes two [points](https://tools.ietf.org/html/rfc7946#section-3.1.2) and returns a point midway between them. +The midpoint is calculated geodesically, meaning the curvature of the earth is taken into account. + +### Parameters + +| Name | Type | Description | +| ------ | -------------------------------------------------------------- | ------------ | +| point1 | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | first point | +| point2 | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | second point | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** a point midway between `pt1` and `pt2` + +
+ +### Examples + +```javascript +var point1 = turf.point([144.834823, -37.771257]); +var point2 = turf.point([145.14244, -37.830937]); + +var midpoint = turf.midpoint(point1, point2); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var point1 = turf.point([144.834823, -37.771257]); + var point2 = turf.point([145.14244, -37.830937]); + + var midpoint = turf.midpoint(point1, point2); + + //addToMap + var addToMap = { point1, point2, midpoint }; + midpoint.properties["marker-color"] = "#f00"; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/midpoint + +import { midpoint } from "@turf/midpoint"; +const result = midpoint(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.midpoint(...); +``` diff --git a/versioned_docs/version-7.0.0/api/moranIndex.mdx b/versioned_docs/version-7.0.0/api/moranIndex.mdx new file mode 100644 index 00000000..aa3d1690 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/moranIndex.mdx @@ -0,0 +1,73 @@ +--- +title: moranIndex +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Moran's I measures patterns of attribute values associated with features. +The method reveal whether similar values tend to occur near each other, +or whether high or low values are interspersed. + +Moran's I \> 0 means a clusterd pattern. +Moran's I \< 0 means a dispersed pattern. +Moran's I = 0 means a random pattern. + +In order to test the significance of the result. The z score is calculated. +A positive enough z-score (ex. \>1.96) indicates clustering, +while a negative enough z-score (ex. \<-1.96) indicates a dispersed pattern. + +the z-score can be calculated based on a normal or random assumption. + +**Bibliography\*** + +1. [Moran's I](https://en.wikipedia.org/wiki/Moran%27s_I) +1. [pysal](http://pysal.readthedocs.io/en/latest/index.html) +1. Andy Mitchell, The ESRI Guide to GIS Analysis Volume 2: Spatial Measurements & Statistics. + +### Parameters + +| Name | Type | Description | +| ------------------------------- | ------------------------------------------------------------------------------- | ---------------------------------------------------------- | +| fc | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\** | | +| options | **Object** | | +| options.inputField | **string** | the property name, must contain numeric values | +| options.threshold? | **number** | the distance threshold _(default 100000)_ | +| options.p? | **number** | the Minkowski p-norm distance parameter _(default 2)_ | +| options.binary? | **boolean** | whether transfrom the distance to binary _(default false)_ | +| options.alpha? | **number** | the distance decay parameter _(default -1)_ | +| options.standardization? | **boolean** | wheter row standardization the distance _(default true)_ | + +### Returns + +
    **MoranIndex**
+ +### Examples + +```javascript +const bbox = [-65, 40, -63, 42]; +const dataset = turf.randomPoint(100, { bbox: bbox }); + +const result = turf.moranIndex(dataset, { + inputField: "CRIME", +}); +``` + +### Installation + +```javascript +$ npm install @turf/moran-index + +import { moranIndex } from "@turf/moran-index"; +const result = moranIndex(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.moranIndex(...); +``` diff --git a/versioned_docs/version-7.0.0/api/multiLineString.mdx b/versioned_docs/version-7.0.0/api/multiLineString.mdx new file mode 100644 index 00000000..a59b3c00 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/multiLineString.mdx @@ -0,0 +1,58 @@ +--- +title: multiLineString +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Creates a [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5)\> based on a +coordinate array. Properties can be added optionally. + +### Parameters + +| Name | Type | Description | +| -------------------- | ------------------------------------- | ------------------------------------------------------------------------- | +| coordinates | **Array\\>\>** | an array of LineStrings | +| properties? | **Object** | an Object of key-value pairs to add as properties _(default \{\})_ | +| options? | **Object** | Optional Parameters _(default \{\})_ | +| options.bbox? | **Array\** | Bounding Box Array [west, south, east, north] associated with the Feature | +| options.id? | **string \| number** | Identifier associated with the Feature | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5)\>** a MultiLineString feature + +
+ +### Examples + +```javascript +var multiLine = turf.multiLineString([ + [ + [0, 0], + [10, 10], + ], +]); + +//=multiLine +``` + +### Installation + +```javascript +$ npm install @turf/helpers + +import { multiLineString } from "@turf/helpers"; +const result = multiLineString(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.multiLineString(...); +``` diff --git a/versioned_docs/version-7.0.0/api/multiPoint.mdx b/versioned_docs/version-7.0.0/api/multiPoint.mdx new file mode 100644 index 00000000..34010a4c --- /dev/null +++ b/versioned_docs/version-7.0.0/api/multiPoint.mdx @@ -0,0 +1,56 @@ +--- +title: multiPoint +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Creates a [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[MultiPoint](https://tools.ietf.org/html/rfc7946#section-3.1.3)\> based on a +coordinate array. Properties can be added optionally. + +### Parameters + +| Name | Type | Description | +| -------------------- | ---------------------------- | ------------------------------------------------------------------------- | +| coordinates | **Array\\>** | an array of Positions | +| properties? | **Object** | an Object of key-value pairs to add as properties _(default \{\})_ | +| options? | **Object** | Optional Parameters _(default \{\})_ | +| options.bbox? | **Array\** | Bounding Box Array [west, south, east, north] associated with the Feature | +| options.id? | **string \| number** | Identifier associated with the Feature | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[MultiPoint](https://tools.ietf.org/html/rfc7946#section-3.1.3)\>** a MultiPoint feature + +
+ +### Examples + +```javascript +var multiPt = turf.multiPoint([ + [0, 0], + [10, 10], +]); + +//=multiPt +``` + +### Installation + +```javascript +$ npm install @turf/helpers + +import { multiPoint } from "@turf/helpers"; +const result = multiPoint(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.multiPoint(...); +``` diff --git a/versioned_docs/version-7.0.0/api/multiPolygon.mdx b/versioned_docs/version-7.0.0/api/multiPolygon.mdx new file mode 100644 index 00000000..4f2bd283 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/multiPolygon.mdx @@ -0,0 +1,63 @@ +--- +title: multiPolygon +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Creates a [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\> based on a +coordinate array. Properties can be added optionally. + +### Parameters + +| Name | Type | Description | +| -------------------- | ---------------------------------------------- | ------------------------------------------------------------------------- | +| coordinates | **Array\\>\>\>** | an array of Polygons | +| properties? | **Object** | an Object of key-value pairs to add as properties _(default \{\})_ | +| options? | **Object** | Optional Parameters _(default \{\})_ | +| options.bbox? | **Array\** | Bounding Box Array [west, south, east, north] associated with the Feature | +| options.id? | **string \| number** | Identifier associated with the Feature | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** a multipolygon feature + +
+ +### Examples + +```javascript +var multiPoly = turf.multiPolygon([ + [ + [ + [0, 0], + [0, 10], + [10, 10], + [10, 0], + [0, 0], + ], + ], +]); + +//=multiPoly +``` + +### Installation + +```javascript +$ npm install @turf/helpers + +import { multiPolygon } from "@turf/helpers"; +const result = multiPolygon(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.multiPolygon(...); +``` diff --git a/versioned_docs/version-7.0.0/api/nearestPoint.mdx b/versioned_docs/version-7.0.0/api/nearestPoint.mdx new file mode 100644 index 00000000..33d52fe4 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/nearestPoint.mdx @@ -0,0 +1,87 @@ +--- +title: nearestPoint +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes a reference [point](https://tools.ietf.org/html/rfc7946#section-3.1.2) and a FeatureCollection of Features +with Point geometries and returns the +point from the FeatureCollection closest to the reference. This calculation +is geodesic. + +### Parameters + +| Name | Type | Description | +| --------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------- | +| targetPoint | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | the reference point | +| points | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** | against input point set | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.units? | **string** | the units of the numeric result _(default 'kilometers')_ | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** the closest point in the set to the reference point + +
+ +### Examples + +```javascript +var targetPoint = turf.point([28.965797, 41.010086], { + "marker-color": "#0F0", +}); +var points = turf.featureCollection([ + turf.point([28.973865, 41.011122]), + turf.point([28.948459, 41.024204]), + turf.point([28.938674, 41.013324]), +]); + +var nearest = turf.nearestPoint(targetPoint, points); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var targetPoint = turf.point([28.965797, 41.010086], { + "marker-color": "#0F0", + }); + var points = turf.featureCollection([ + turf.point([28.973865, 41.011122]), + turf.point([28.948459, 41.024204]), + turf.point([28.938674, 41.013324]), + ]); + + var nearest = turf.nearestPoint(targetPoint, points); + + //addToMap + var addToMap = { targetPoint, points, nearest }; + nearest.properties["marker-color"] = "#F00"; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/nearest-point + +import { nearestPoint } from "@turf/nearest-point"; +const result = nearestPoint(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.nearestPoint(...); +``` diff --git a/versioned_docs/version-7.0.0/api/nearestPointOnLine.mdx b/versioned_docs/version-7.0.0/api/nearestPointOnLine.mdx new file mode 100644 index 00000000..f1236709 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/nearestPointOnLine.mdx @@ -0,0 +1,86 @@ +--- +title: nearestPointOnLine +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes a [Point](https://tools.ietf.org/html/rfc7946#section-3.1.2) and a [LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) and calculates the closest Point on the (Multi)LineString. + +### Parameters + +| Name | Type | Description | +| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------- | +| lines | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5)\>** | lines to snap to | +| pt | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\> \| Array\** | point to snap from | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.units? | **string** | can be degrees, radians, miles, or kilometers _(default 'kilometers')_ | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** closest point on the `line` to `point`. The properties object will contain three values: `index`: closest point was found on nth line part, `dist`: distance between pt and the closest point, `location`: distance along the line between start and the closest point. + +
+ +### Examples + +```javascript +var line = turf.lineString([ + [-77.031669, 38.878605], + [-77.029609, 38.881946], + [-77.020339, 38.884084], + [-77.025661, 38.885821], + [-77.021884, 38.889563], + [-77.019824, 38.892368], +]); +var pt = turf.point([-77.037076, 38.884017]); + +var snapped = turf.nearestPointOnLine(line, pt, { units: "miles" }); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var line = turf.lineString([ + [-77.031669, 38.878605], + [-77.029609, 38.881946], + [-77.020339, 38.884084], + [-77.025661, 38.885821], + [-77.021884, 38.889563], + [-77.019824, 38.892368], + ]); + var pt = turf.point([-77.037076, 38.884017]); + + var snapped = turf.nearestPointOnLine(line, pt, { units: "miles" }); + + //addToMap + var addToMap = { line, pt, snapped }; + snapped.properties["marker-color"] = "#00f"; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/nearest-point-on-line + +import { nearestPointOnLine } from "@turf/nearest-point-on-line"; +const result = nearestPointOnLine(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.nearestPointOnLine(...); +``` diff --git a/versioned_docs/version-7.0.0/api/nearestPointToLine.mdx b/versioned_docs/version-7.0.0/api/nearestPointToLine.mdx new file mode 100644 index 00000000..5ab15271 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/nearestPointToLine.mdx @@ -0,0 +1,83 @@ +--- +title: nearestPointToLine +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Returns the closest [point](https://tools.ietf.org/html/rfc7946#section-3.1.2), of a [collection](https://tools.ietf.org/html/rfc7946#section-3.3) of points, +to a [line](https://tools.ietf.org/html/rfc7946#section-3.1.4). The returned point has a `dist` property indicating its distance to the line. + +### Parameters + +| Name | Type | Description | +| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | +| points | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [GeometryCollection](https://tools.ietf.org/html/rfc7946#section-3.1.8)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** | Point Collection | +| line | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2) \| [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** | Line Feature | +| options? | **Object** | Optional parameters | +| options.units? | **string** | unit of the output distance property (eg: degrees, radians, miles, or kilometers) _(default 'kilometers')_ | +| options.properties? | **Object** | Translate Properties to Point _(default \{\})_ | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** the closest point + +
+ +### Examples + +```javascript +var pt1 = turf.point([0, 0]); +var pt2 = turf.point([0.5, 0.5]); +var points = turf.featureCollection([pt1, pt2]); +var line = turf.lineString([ + [1, 1], + [-1, 1], +]); + +var nearest = turf.nearestPointToLine(points, line); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var pt1 = turf.point([0, 0]); + var pt2 = turf.point([0.5, 0.5]); + var points = turf.featureCollection([pt1, pt2]); + var line = turf.lineString([ + [1, 1], + [-1, 1], + ]); + + var nearest = turf.nearestPointToLine(points, line); + + //addToMap + var addToMap = { nearest, line }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/nearest-point-to-line + +import { nearestPointToLine } from "@turf/nearest-point-to-line"; +const result = nearestPointToLine(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.nearestPointToLine(...); +``` diff --git a/versioned_docs/version-7.0.0/api/pNormDistance.mdx b/versioned_docs/version-7.0.0/api/pNormDistance.mdx new file mode 100644 index 00000000..f5097df5 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/pNormDistance.mdx @@ -0,0 +1,39 @@ +--- +title: pNormDistance +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +calcualte the Minkowski p-norm distance between two features. + +### Parameters + +| Name | Type | Description | +| -------- | ------------- | ------------------------------------------------------------------- | +| feature1 | **UNCERTAIN** | point feature | +| feature2 | **UNCERTAIN** | point feature | +| p | **UNCERTAIN** | p-norm 1=\**number** + +### Installation + +```javascript +$ npm install @turf/distance-weight + +import { pNormDistance } from "@turf/distance-weight"; +const result = pNormDistance(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.pNormDistance(...); +``` diff --git a/versioned_docs/version-7.0.0/api/planepoint.mdx b/versioned_docs/version-7.0.0/api/planepoint.mdx new file mode 100644 index 00000000..f12673be --- /dev/null +++ b/versioned_docs/version-7.0.0/api/planepoint.mdx @@ -0,0 +1,106 @@ +--- +title: planepoint +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes a triangular plane as a [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) +and a [Point](https://tools.ietf.org/html/rfc7946#section-3.1.2) within that triangle and returns the z-value +at that point. The Polygon should have properties `a`, `b`, and `c` +that define the values at its three corners. Alternatively, the z-values +of each triangle point can be provided by their respective 3rd coordinate +if their values are not provided as properties. + +### Parameters + +| Name | Type | Description | +| -------- | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------ | +| point | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | the Point for which a z-value will be calculated | +| triangle | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** | a Polygon feature with three vertices | + +### Returns + +
    + **number** the z-value for `interpolatedPoint` + +
+ +### Examples + +```javascript +var point = turf.point([-75.3221, 39.529]); +// "a", "b", and "c" values represent the values of the coordinates in order. +var triangle = turf.polygon( + [ + [ + [-75.1221, 39.57], + [-75.58, 39.18], + [-75.97, 39.86], + [-75.1221, 39.57], + ], + ], + { + a: 11, + b: 122, + c: 44, + }, +); + +var zValue = turf.planepoint(point, triangle); +point.properties.zValue = zValue; +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var point = turf.point([-75.3221, 39.529]); + // "a", "b", and "c" values represent the values of the coordinates in order. + var triangle = turf.polygon( + [ + [ + [-75.1221, 39.57], + [-75.58, 39.18], + [-75.97, 39.86], + [-75.1221, 39.57], + ], + ], + { + a: 11, + b: 122, + c: 44, + }, + ); + + var zValue = turf.planepoint(point, triangle); + point.properties.zValue = zValue; + + //addToMap + var addToMap = { triangle, point }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/planepoint + +import { planepoint } from "@turf/planepoint"; +const result = planepoint(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.planepoint(...); +``` diff --git a/versioned_docs/version-7.0.0/api/point.mdx b/versioned_docs/version-7.0.0/api/point.mdx new file mode 100644 index 00000000..d9b8ceeb --- /dev/null +++ b/versioned_docs/version-7.0.0/api/point.mdx @@ -0,0 +1,52 @@ +--- +title: point +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Creates a [Point](https://tools.ietf.org/html/rfc7946#section-3.1.2) [Feature](https://tools.ietf.org/html/rfc7946#section-3.2) from a Position. + +### Parameters + +| Name | Type | Description | +| -------------------- | -------------------- | ------------------------------------------------------------------------- | +| coordinates | **Array\** | longitude, latitude position (each in decimal degrees) | +| properties? | **Object** | an Object of key-value pairs to add as properties _(default \{\})_ | +| options? | **Object** | Optional Parameters _(default \{\})_ | +| options.bbox? | **Array\** | Bounding Box Array [west, south, east, north] associated with the Feature | +| options.id? | **string \| number** | Identifier associated with the Feature | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** a Point feature + +
+ +### Examples + +```javascript +var point = turf.point([-75.343, 39.984]); + +//=point +``` + +### Installation + +```javascript +$ npm install @turf/helpers + +import { point } from "@turf/helpers"; +const result = point(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.point(...); +``` diff --git a/versioned_docs/version-7.0.0/api/pointGrid.mdx b/versioned_docs/version-7.0.0/api/pointGrid.mdx new file mode 100644 index 00000000..505a2d9e --- /dev/null +++ b/versioned_docs/version-7.0.0/api/pointGrid.mdx @@ -0,0 +1,75 @@ +--- +title: pointGrid +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Creates a [Point](https://tools.ietf.org/html/rfc7946#section-3.1.2) grid from a bounding box, [FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) or [Feature](https://tools.ietf.org/html/rfc7946#section-3.2). + +### Parameters + +| Name | Type | Description | +| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | +| bbox | **Array\** | extent in [minX, minY, maxX, maxY] order | +| cellSide | **number** | the distance between points, in units | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.units? | **string** | used in calculating cellSide, can be degrees, radians, miles, or kilometers _(default 'kilometers')_ | +| options.mask? | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** | if passed a Polygon or MultiPolygon, the grid Points will be created only inside it | +| options.properties? | **Object** | passed to each point of the grid _(default \{\})_ | + +### Returns + +
    + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** grid of points + +
+ +### Examples + +```javascript +var extent = [-70.823364, -33.553984, -70.473175, -33.302986]; +var cellSide = 3; +var options = { units: "miles" }; + +var grid = turf.pointGrid(extent, cellSide, options); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var extent = [-70.823364, -33.553984, -70.473175, -33.302986]; + var cellSide = 3; + var options = { units: "miles" }; + + var grid = turf.pointGrid(extent, cellSide, options); + + //addToMap + var addToMap = { grid }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/point-grid + +import { pointGrid } from "@turf/point-grid"; +const result = pointGrid(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.pointGrid(...); +``` diff --git a/versioned_docs/version-7.0.0/api/pointOnFeature.mdx b/versioned_docs/version-7.0.0/api/pointOnFeature.mdx new file mode 100644 index 00000000..4df04799 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/pointOnFeature.mdx @@ -0,0 +1,90 @@ +--- +title: pointOnFeature +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes a Feature or FeatureCollection and returns a [Point](https://tools.ietf.org/html/rfc7946#section-3.1.2) guaranteed to be on the surface of the feature. + +- Given a [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6), the point will be in the area of the polygon +- Given a [LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4), the point will be along the string +- Given a [Point](https://tools.ietf.org/html/rfc7946#section-3.1.2), the point will the same as the input + +### Parameters + +| Name | Type | Description | +| ------- | ------------------------------------------------------------ | -------------------------------- | +| geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | any Feature or FeatureCollection | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** a point on the surface of `input` + +
+ +### Examples + +```javascript +var polygon = turf.polygon([ + [ + [116, -36], + [131, -32], + [146, -43], + [155, -25], + [133, -9], + [111, -22], + [116, -36], + ], +]); + +var pointOnPolygon = turf.pointOnFeature(polygon); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var polygon = turf.polygon([ + [ + [116, -36], + [131, -32], + [146, -43], + [155, -25], + [133, -9], + [111, -22], + [116, -36], + ], + ]); + + var pointOnPolygon = turf.pointOnFeature(polygon); + + //addToMap + var addToMap = { polygon, pointOnPolygon }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/point-on-feature + +import { pointOnFeature } from "@turf/point-on-feature"; +const result = pointOnFeature(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.pointOnFeature(...); +``` diff --git a/versioned_docs/version-7.0.0/api/pointToLineDistance.mdx b/versioned_docs/version-7.0.0/api/pointToLineDistance.mdx new file mode 100644 index 00000000..311c6379 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/pointToLineDistance.mdx @@ -0,0 +1,58 @@ +--- +title: pointToLineDistance +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Returns the minimum distance between a [Point](https://tools.ietf.org/html/rfc7946#section-3.1.2) and a [LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4), being the distance from a line the +minimum distance between the point and any segment of the `LineString`. + +### Parameters + +| Name | Type | Description | +| ---------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | +| pt | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\> \| Array\** | Feature or Geometry | +| line | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** | GeoJSON Feature or Geometry | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.units? | **string** | can be anything supported by turf/convertLength (ex: degrees, radians, miles, or kilometers) _(default "kilometers")_ | +| options.method? | **string** | wether to calculate the distance based on geodesic (spheroid) or planar (flat) method. Valid options are 'geodesic' or 'planar'. _(default "geodesic")_ | + +### Returns + +
    + **number** distance between point and line + +
+ +### Examples + +```javascript +var pt = turf.point([0, 0]); +var line = turf.lineString([ + [1, 1], + [-1, 1], +]); + +var distance = turf.pointToLineDistance(pt, line, { units: "miles" }); +//=69.11854715938406 +``` + +### Installation + +```javascript +$ npm install @turf/point-to-line-distance + +import { pointToLineDistance } from "@turf/point-to-line-distance"; +const result = pointToLineDistance(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.pointToLineDistance(...); +``` diff --git a/versioned_docs/version-7.0.0/api/points.mdx b/versioned_docs/version-7.0.0/api/points.mdx new file mode 100644 index 00000000..63aa23b8 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/points.mdx @@ -0,0 +1,56 @@ +--- +title: points +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Creates a [Point](https://tools.ietf.org/html/rfc7946#section-3.1.2) [FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) from an Array of Point coordinates. + +### Parameters + +| Name | Type | Description | +| -------------------- | ---------------------------- | ----------------------------------------------------------------------------------- | +| coordinates | **Array\\>** | an array of Points | +| properties? | **Object** | Translate these properties to each Feature _(default \{\})_ | +| options? | **Object** | Optional Parameters _(default \{\})_ | +| options.bbox? | **Array\** | Bounding Box Array [west, south, east, north] associated with the FeatureCollection | +| options.id? | **string \| number** | Identifier associated with the FeatureCollection | + +### Returns + +
    + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** Point Feature + +
+ +### Examples + +```javascript +var points = turf.points([ + [-75, 39], + [-80, 45], + [-78, 50], +]); + +//=points +``` + +### Installation + +```javascript +$ npm install @turf/helpers + +import { points } from "@turf/helpers"; +const result = points(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.points(...); +``` diff --git a/versioned_docs/version-7.0.0/api/pointsWithinPolygon.mdx b/versioned_docs/version-7.0.0/api/pointsWithinPolygon.mdx new file mode 100644 index 00000000..c22f9358 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/pointsWithinPolygon.mdx @@ -0,0 +1,107 @@ +--- +title: pointsWithinPolygon +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Finds [Points](https://tools.ietf.org/html/rfc7946#section-3.1.2) or [MultiPoint](https://tools.ietf.org/html/rfc7946#section-3.1.3) coordinate positions that fall within [(Multi)Polygon(s)](https://tools.ietf.org/html/rfc7946#section-3.1.6). + +### Parameters + +| Name | Type | Description | +| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------- | +| points | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2) \| [FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2) \| [MultiPoint](https://tools.ietf.org/html/rfc7946#section-3.1.3)\>** | Point(s) or MultiPoint(s) as input search | +| polygons | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** | (Multi)Polygon(s) to check if points are within | + +### Returns + +
    + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2) \| [MultiPoint](https://tools.ietf.org/html/rfc7946#section-3.1.3)\>** Point(s) or MultiPoint(s) with positions that land within at least one polygon. The geometry type will match what was passsed in + +
+ +### Examples + +```javascript +var points = turf.points([ + [-46.6318, -23.5523], + [-46.6246, -23.5325], + [-46.6062, -23.5513], + [-46.663, -23.554], + [-46.643, -23.557], +]); + +var searchWithin = turf.polygon([ + [ + [-46.653, -23.543], + [-46.634, -23.5346], + [-46.613, -23.543], + [-46.614, -23.559], + [-46.631, -23.567], + [-46.653, -23.56], + [-46.653, -23.543], + ], +]); + +var ptsWithin = turf.pointsWithinPolygon(points, searchWithin); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var points = turf.points([ + [-46.6318, -23.5523], + [-46.6246, -23.5325], + [-46.6062, -23.5513], + [-46.663, -23.554], + [-46.643, -23.557], + ]); + + var searchWithin = turf.polygon([ + [ + [-46.653, -23.543], + [-46.634, -23.5346], + [-46.613, -23.543], + [-46.614, -23.559], + [-46.631, -23.567], + [-46.653, -23.56], + [-46.653, -23.543], + ], + ]); + + var ptsWithin = turf.pointsWithinPolygon(points, searchWithin); + + //addToMap + var addToMap = { points, searchWithin, ptsWithin }; + turf.featureEach(ptsWithin, function (currentFeature) { + currentFeature.properties["marker-size"] = "large"; + currentFeature.properties["marker-color"] = "#000"; + }); + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/points-within-polygon + +import { pointsWithinPolygon } from "@turf/points-within-polygon"; +const result = pointsWithinPolygon(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.pointsWithinPolygon(...); +``` diff --git a/versioned_docs/version-7.0.0/api/polygon.mdx b/versioned_docs/version-7.0.0/api/polygon.mdx new file mode 100644 index 00000000..6ba3c362 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/polygon.mdx @@ -0,0 +1,63 @@ +--- +title: polygon +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Creates a [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) [Feature](https://tools.ietf.org/html/rfc7946#section-3.2) from an Array of LinearRings. + +### Parameters + +| Name | Type | Description | +| -------------------- | ------------------------------------- | ------------------------------------------------------------------------- | +| coordinates | **Array\\>\>** | an array of LinearRings | +| properties? | **Object** | an Object of key-value pairs to add as properties _(default \{\})_ | +| options? | **Object** | Optional Parameters _(default \{\})_ | +| options.bbox? | **Array\** | Bounding Box Array [west, south, east, north] associated with the Feature | +| options.id? | **string \| number** | Identifier associated with the Feature | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** Polygon Feature + +
+ +### Examples + +```javascript +var polygon = turf.polygon( + [ + [ + [-5, 52], + [-4, 56], + [-2, 51], + [-7, 54], + [-5, 52], + ], + ], + { name: "poly1" }, +); + +//=polygon +``` + +### Installation + +```javascript +$ npm install @turf/helpers + +import { polygon } from "@turf/helpers"; +const result = polygon(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.polygon(...); +``` diff --git a/versioned_docs/version-7.0.0/api/polygonSmooth.mdx b/versioned_docs/version-7.0.0/api/polygonSmooth.mdx new file mode 100644 index 00000000..4133075d --- /dev/null +++ b/versioned_docs/version-7.0.0/api/polygonSmooth.mdx @@ -0,0 +1,89 @@ +--- +title: polygonSmooth +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Smooths a [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) or [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7). Based on [Chaikin's algorithm](http://graphics.cs.ucdavis.edu/education/CAGDNotes/Chaikins-Algorithm/Chaikins-Algorithm.html). +Warning: may create degenerate polygons. + +### Parameters + +| Name | Type | Description | +| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | +| inputPolys | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\> \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\> \| [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)** | (Multi)Polygon(s) to smooth | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.iterations? | **string** | The number of times to smooth the polygon. A higher value means a smoother polygon. _(default 1)_ | + +### Returns + +
    + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** FeatureCollection containing the smoothed polygon/multipoylgons + +
+ +### Examples + +```javascript +var polygon = turf.polygon([ + [ + [11, 0], + [22, 4], + [31, 0], + [31, 11], + [21, 15], + [11, 11], + [11, 0], + ], +]); + +var smoothed = turf.polygonSmooth(polygon, { iterations: 3 }); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var polygon = turf.polygon([ + [ + [11, 0], + [22, 4], + [31, 0], + [31, 11], + [21, 15], + [11, 11], + [11, 0], + ], + ]); + + var smoothed = turf.polygonSmooth(polygon, { iterations: 3 }); + + //addToMap + var addToMap = { smoothed, polygon }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/polygon-smooth + +import { polygonSmooth } from "@turf/polygon-smooth"; +const result = polygonSmooth(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.polygonSmooth(...); +``` diff --git a/versioned_docs/version-7.0.0/api/polygonTangents.mdx b/versioned_docs/version-7.0.0/api/polygonTangents.mdx new file mode 100644 index 00000000..72f78c88 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/polygonTangents.mdx @@ -0,0 +1,89 @@ +--- +title: polygonTangents +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Finds the tangents of a [(Multi)Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) from a [Point](https://tools.ietf.org/html/rfc7946#section-3.1.2). + +### Parameters + +| Name | Type | Description | +| ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------ | +| pt | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | to calculate the tangent points from | +| polygon | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** | to get tangents from | + +### Returns + +
    + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** Feature Collection containing the two tangent points + +
+ +### Examples + +```javascript +var polygon = turf.polygon([ + [ + [11, 0], + [22, 4], + [31, 0], + [31, 11], + [21, 15], + [11, 11], + [11, 0], + ], +]); +var point = turf.point([61, 5]); + +var tangents = turf.polygonTangents(point, polygon); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var polygon = turf.polygon([ + [ + [11, 0], + [22, 4], + [31, 0], + [31, 11], + [21, 15], + [11, 11], + [11, 0], + ], + ]); + var point = turf.point([61, 5]); + + var tangents = turf.polygonTangents(point, polygon); + + //addToMap + var addToMap = { tangents, point, polygon }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/polygon-tangents + +import { polygonTangents } from "@turf/polygon-tangents"; +const result = polygonTangents(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.polygonTangents(...); +``` diff --git a/versioned_docs/version-7.0.0/api/polygonToLine.mdx b/versioned_docs/version-7.0.0/api/polygonToLine.mdx new file mode 100644 index 00000000..e20319a7 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/polygonToLine.mdx @@ -0,0 +1,85 @@ +--- +title: polygonToLine +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Converts a [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) to [(Multi)LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) or [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7) to a +[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) of [(Multi)LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4). + +### Parameters + +| Name | Type | Description | +| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------- | +| poly | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** | Feature to convert | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.properties? | **Object** | translates GeoJSON properties to Feature _(default \{\})_ | + +### Returns + +
    + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| MultiLinestring\>** converted (Multi)Polygon to (Multi)LineString + +
+ +### Examples + +```javascript +var poly = turf.polygon([ + [ + [125, -30], + [145, -30], + [145, -20], + [125, -20], + [125, -30], + ], +]); + +var line = turf.polygonToLine(poly); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var poly = turf.polygon([ + [ + [125, -30], + [145, -30], + [145, -20], + [125, -20], + [125, -30], + ], + ]); + + var line = turf.polygonToLine(poly); + + //addToMap + var addToMap = { line }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/polygon-to-line + +import { polygonToLine } from "@turf/polygon-to-line"; +const result = polygonToLine(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.polygonToLine(...); +``` diff --git a/versioned_docs/version-7.0.0/api/polygonize.mdx b/versioned_docs/version-7.0.0/api/polygonize.mdx new file mode 100644 index 00000000..a092a155 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/polygonize.mdx @@ -0,0 +1,50 @@ +--- +title: polygonize +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Polygonizes [(Multi)LineString(s)](https://tools.ietf.org/html/rfc7946#section-3.1.4) into [Polygons](https://tools.ietf.org/html/rfc7946#section-3.1.6). + +Implementation of GEOSPolygonize function (`geos::operation::polygonize::Polygonizer`). + +Polygonizes a set of lines that represents edges in a planar graph. Edges must be correctly +noded, i.e., they must only meet at their endpoints. + +The implementation correctly handles: + +- Dangles: edges which have one or both ends which are not incident on another edge endpoint. +- Cut Edges (bridges): edges that are connected at both ends but which do not form part of a polygon. + +### Parameters + +| Name | Type | Description | +| ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------- | +| geoJson | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) \| [MultiLineString](https://tools.ietf.org/html/rfc7946#section-3.1.5)\>** | Lines in order to polygonize | + +### Returns + +
    + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** Polygons created + +
+ +### Installation + +```javascript +$ npm install @turf/polygonize + +import { polygonize } from "@turf/polygonize"; +const result = polygonize(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.polygonize(...); +``` diff --git a/versioned_docs/version-7.0.0/api/polygons.mdx b/versioned_docs/version-7.0.0/api/polygons.mdx new file mode 100644 index 00000000..6da5aa0a --- /dev/null +++ b/versioned_docs/version-7.0.0/api/polygons.mdx @@ -0,0 +1,71 @@ +--- +title: polygons +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Creates a [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) [FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) from an Array of Polygon coordinates. + +### Parameters + +| Name | Type | Description | +| -------------------- | ---------------------------------------------- | ------------------------------------------------------------------------- | +| coordinates | **Array\\>\>\>** | an array of Polygon coordinates | +| properties? | **Object** | an Object of key-value pairs to add as properties _(default \{\})_ | +| options? | **Object** | Optional Parameters _(default \{\})_ | +| options.bbox? | **Array\** | Bounding Box Array [west, south, east, north] associated with the Feature | +| options.id? | **string \| number** | Identifier associated with the FeatureCollection | + +### Returns + +
    + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** Polygon FeatureCollection + +
+ +### Examples + +```javascript +var polygons = turf.polygons([ + [ + [ + [-5, 52], + [-4, 56], + [-2, 51], + [-7, 54], + [-5, 52], + ], + ], + [ + [ + [-15, 42], + [-14, 46], + [-12, 41], + [-17, 44], + [-15, 42], + ], + ], +]); + +//=polygons +``` + +### Installation + +```javascript +$ npm install @turf/helpers + +import { polygons } from "@turf/helpers"; +const result = polygons(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.polygons(...); +``` diff --git a/versioned_docs/version-7.0.0/api/propEach.mdx b/versioned_docs/version-7.0.0/api/propEach.mdx new file mode 100644 index 00000000..76b5f8c3 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/propEach.mdx @@ -0,0 +1,52 @@ +--- +title: propEach +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Iterate over properties in any GeoJSON object, similar to Array.forEach() + +### Parameters + +| Name | Type | Description | +| -------- | -------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- | +| geojson | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)** | any GeoJSON object | +| callback | **Function** | a method that takes (currentProperties, featureIndex) | + +### Returns + +
    **void**
+ +### Examples + +```javascript +var features = turf.featureCollection([ + turf.point([26, 37], { foo: "bar" }), + turf.point([36, 53], { hello: "world" }), +]); + +turf.propEach(features, function (currentProperties, featureIndex) { + //=currentProperties + //=featureIndex +}); +``` + +### Installation + +```javascript +$ npm install @turf/meta + +import { propEach } from "@turf/meta"; +const result = propEach(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.propEach(...); +``` diff --git a/versioned_docs/version-7.0.0/api/propReduce.mdx b/versioned_docs/version-7.0.0/api/propReduce.mdx new file mode 100644 index 00000000..1958c44e --- /dev/null +++ b/versioned_docs/version-7.0.0/api/propReduce.mdx @@ -0,0 +1,63 @@ +--- +title: propReduce +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Reduce properties in any GeoJSON object into a single value, +similar to how Array.reduce works. However, in this case we lazily run +the reduction, so an array of all properties is unnecessary. + +### Parameters + +| Name | Type | Description | +| -------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- | +| geojson | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)** | any GeoJSON object | +| callback | **Function** | a method that takes (previousValue, currentProperties, featureIndex) | +| initialValue? | **\*** | Value to use as the first argument to the first call of the callback. | + +### Returns + +
    + **\*** The value that results from the reduction. + +
+ +### Examples + +```javascript +var features = turf.featureCollection([ + turf.point([26, 37], { foo: "bar" }), + turf.point([36, 53], { hello: "world" }), +]); + +turf.propReduce( + features, + function (previousValue, currentProperties, featureIndex) { + //=previousValue + //=currentProperties + //=featureIndex + return currentProperties; + }, +); +``` + +### Installation + +```javascript +$ npm install @turf/meta + +import { propReduce } from "@turf/meta"; +const result = propReduce(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.propReduce(...); +``` diff --git a/versioned_docs/version-7.0.0/api/pt.mdx b/versioned_docs/version-7.0.0/api/pt.mdx new file mode 100644 index 00000000..983017c2 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/pt.mdx @@ -0,0 +1,38 @@ +--- +title: pt +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Translate Properties to final Point, priorities: + +1. options.properties +1. inherent Point properties +1. dist custom properties created by NearestPointToLine + +### Parameters + +| Name | Type | Description | +| ---- | ---- | ----------- | + +### Returns + +### Installation + +```javascript +$ npm install @turf/nearest-point-to-line + +import { pt } from "@turf/nearest-point-to-line"; +const result = pt(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.pt(...); +``` diff --git a/versioned_docs/version-7.0.0/api/quadratAnalysis.mdx b/versioned_docs/version-7.0.0/api/quadratAnalysis.mdx new file mode 100644 index 00000000..49103125 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/quadratAnalysis.mdx @@ -0,0 +1,74 @@ +--- +title: quadratAnalysis +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Quadrat analysis lays a set of equal-size areas(quadrat) over the study area and counts +the number of features in each quadrat and creates a frequency table. +The table lists the number of quadrats containing no features, +the number containing one feature, two features, and so on, +all the way up to the quadrat containing the most features. +The method then creates the frequency table for the random distribution, usually based on a Poisson distribution. +The method uses the distribution to calculate the probability for 0 feature occuring, +1 feature occuring, 2 features, and so on, +and lists these probabilities in the frequency table. +By comparing the two frequency tables, you can see whether the features create a pattern. +If the table for the observed distribution has more quadrats containing many features than the +table for the random distribution dose, then the features create a clustered pattern. + +It is hard to judge the frequency tables are similar or different just by looking at them. +So, we can use serval statistical tests to find out how much the frequency tables differ. +We use Kolmogorov-Smirnov test.This method calculates cumulative probabilities for both distributions, +and then compares the cumulative probabilities at each class level and selects the largest absolute difference D. +Then, the test compares D to the critical value for a confidence level you specify. +If D is greater than the critical value, the difference between the observed distribution and +the random distribution is significant. The greater the value the bigger the difference. + +Traditionally, squares are used for the shape of the quadrats, in a regular grid(square-grid). +Some researchers suggest that the quadrat size equal twice the size of mean area per feature, +which is simply the area of the study area divided by the number of features. + +### Parameters + +| Name | Type | Description | +| ------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ | +| pointFeatureSet | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** | point set to study | +| options? | **Object** | optional parameters _(default \{\})_ | +| options.studyBbox? | **bbox** | bbox representing the study area | +| options.confidenceLevel? | **number** | a confidence level. The unit is percentage . 5 means 95%, value must be in \{@link K*TABLE\} *(default 20)\_ | + +### Returns + +
    + **Object** result QuadratAnalysisResult + +
+ +### Examples + +```javascript +var bbox = [-65, 40, -63, 42]; +var dataset = turf.randomPoint(100, { bbox: bbox }); +var result = turf.quadratAnalysis(dataset); +``` + +### Installation + +```javascript +$ npm install @turf/quadrat-analysis + +import { quadratAnalysis } from "@turf/quadrat-analysis"; +const result = quadratAnalysis(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.quadratAnalysis(...); +``` diff --git a/versioned_docs/version-7.0.0/api/radiansToDegrees.mdx b/versioned_docs/version-7.0.0/api/radiansToDegrees.mdx new file mode 100644 index 00000000..b5865f4d --- /dev/null +++ b/versioned_docs/version-7.0.0/api/radiansToDegrees.mdx @@ -0,0 +1,40 @@ +--- +title: radiansToDegrees +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Converts an angle in radians to degrees + +### Parameters + +| Name | Type | Description | +| ------- | ---------- | ---------------- | +| radians | **number** | angle in radians | + +### Returns + +
    + **number** degrees between 0 and 360 degrees + +
+ +### Installation + +```javascript +$ npm install @turf/helpers + +import { radiansToDegrees } from "@turf/helpers"; +const result = radiansToDegrees(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.radiansToDegrees(...); +``` diff --git a/versioned_docs/version-7.0.0/api/radiansToLength.mdx b/versioned_docs/version-7.0.0/api/radiansToLength.mdx new file mode 100644 index 00000000..6f6660ae --- /dev/null +++ b/versioned_docs/version-7.0.0/api/radiansToLength.mdx @@ -0,0 +1,42 @@ +--- +title: radiansToLength +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Convert a distance measurement (assuming a spherical Earth) from radians to a more friendly unit. +Valid units: miles, nauticalmiles, inches, yards, meters, metres, kilometers, centimeters, feet + +### Parameters + +| Name | Type | Description | +| ------------- | ---------- | --------------------------------------------------------------------------------------------------------------- | +| radians | **number** | in radians across the sphere | +| units? | **string** | can be degrees, radians, miles, inches, yards, metres, meters, kilometres, kilometers. _(default "kilometers")_ | + +### Returns + +
    + **number** distance + +
+ +### Installation + +```javascript +$ npm install @turf/helpers + +import { radiansToLength } from "@turf/helpers"; +const result = radiansToLength(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.radiansToLength(...); +``` diff --git a/versioned_docs/version-7.0.0/api/randomLineString.mdx b/versioned_docs/version-7.0.0/api/randomLineString.mdx new file mode 100644 index 00000000..80a81000 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/randomLineString.mdx @@ -0,0 +1,52 @@ +--- +title: randomLineString +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Returns a random [linestring](linestring). + +### Parameters + +| Name | Type | Description | +| ---------------------------- | ------------------- | -------------------------------------------------------------------------------------------------------------- | +| count? | **number** | how many geometries will be generated _(default 1)_ | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.bbox? | **Array\** | a bounding box inside of which geometries are placed. _(default [-180,-90,180,90])_ | +| options.num_vertices? | **number** | is how many coordinates each LineString will contain. _(default 10)_ | +| options.max_length? | **number** | is the maximum number of decimal degrees that a vertex can be from its predecessor _(default 0.0001)_ | +| options.max_rotation? | **number** | is the maximum number of radians that a line segment can turn from the previous segment. _(default Math.PI/8)_ | + +### Returns + +
    + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** GeoJSON FeatureCollection of linestrings + +
+ +### Examples + +```javascript +var lineStrings = turf.randomLineString(25, { bbox: [-180, -90, 180, 90] }); +// => lineStrings +``` + +### Installation + +```javascript +$ npm install @turf/random + +import { randomLineString } from "@turf/random"; +const result = randomLineString(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.randomLineString(...); +``` diff --git a/versioned_docs/version-7.0.0/api/randomPoint.mdx b/versioned_docs/version-7.0.0/api/randomPoint.mdx new file mode 100644 index 00000000..b0597990 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/randomPoint.mdx @@ -0,0 +1,49 @@ +--- +title: randomPoint +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Returns a random [point](point). + +### Parameters + +| Name | Type | Description | +| -------------------- | ------------------- | ----------------------------------------------------------------------------------- | +| count? | **number** | how many geometries will be generated _(default 1)_ | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.bbox? | **Array\** | a bounding box inside of which geometries are placed. _(default [-180,-90,180,90])_ | + +### Returns + +
    + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** GeoJSON FeatureCollection of points + +
+ +### Examples + +```javascript +var points = turf.randomPoint(25, { bbox: [-180, -90, 180, 90] }); +// => points +``` + +### Installation + +```javascript +$ npm install @turf/random + +import { randomPoint } from "@turf/random"; +const result = randomPoint(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.randomPoint(...); +``` diff --git a/versioned_docs/version-7.0.0/api/randomPolygon.mdx b/versioned_docs/version-7.0.0/api/randomPolygon.mdx new file mode 100644 index 00000000..15edd903 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/randomPolygon.mdx @@ -0,0 +1,51 @@ +--- +title: randomPolygon +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Returns a random [polygon](polygon). + +### Parameters + +| Name | Type | Description | +| --------------------------------- | ------------------- | --------------------------------------------------------------------------------------------------------------------------------------- | +| count? | **number** | how many geometries will be generated _(default 1)_ | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.bbox? | **Array\** | a bounding box inside of which geometries are placed. _(default [-180,-90,180,90])_ | +| options.num_vertices? | **number** | is how many coordinates each LineString will contain. _(default 10)_ | +| options.max_radial_length? | **number** | is the maximum number of decimal degrees latitude or longitude that a vertex can reach out of the center of the Polygon. _(default 10)_ | + +### Returns + +
    + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** GeoJSON FeatureCollection of polygons + +
+ +### Examples + +```javascript +var polygons = turf.randomPolygon(25, { bbox: [-180, -90, 180, 90] }); +// => polygons +``` + +### Installation + +```javascript +$ npm install @turf/random + +import { randomPolygon } from "@turf/random"; +const result = randomPolygon(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.randomPolygon(...); +``` diff --git a/versioned_docs/version-7.0.0/api/randomPosition.mdx b/versioned_docs/version-7.0.0/api/randomPosition.mdx new file mode 100644 index 00000000..f1937ade --- /dev/null +++ b/versioned_docs/version-7.0.0/api/randomPosition.mdx @@ -0,0 +1,47 @@ +--- +title: randomPosition +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Returns a random position within a [bounding box](https://tools.ietf.org/html/rfc7946#section-5). + +### Parameters + +| Name | Type | Description | +| ------------ | ------------------- | ---------------------------------------------------------------------------------- | +| bbox? | **Array\** | a bounding box inside of which positions are placed. _(default [-180,-90,180,90])_ | + +### Returns + +
    + **Array\** Position [longitude, latitude] + +
+ +### Examples + +```javascript +var position = turf.randomPosition([-180, -90, 180, 90]); +// => position +``` + +### Installation + +```javascript +$ npm install @turf/random + +import { randomPosition } from "@turf/random"; +const result = randomPosition(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.randomPosition(...); +``` diff --git a/versioned_docs/version-7.0.0/api/rbush.mdx b/versioned_docs/version-7.0.0/api/rbush.mdx new file mode 100644 index 00000000..2743412c --- /dev/null +++ b/versioned_docs/version-7.0.0/api/rbush.mdx @@ -0,0 +1,47 @@ +--- +title: rbush +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +GeoJSON implementation of [RBush](https://github.com/mourner/rbush#rbush) spatial index. + +### Parameters + +| Name | Type | Description | +| ------------------ | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| maxEntries? | **number** | defines the maximum number of entries in a tree node. 9 (used by default) is a reasonable choice for most applications. Higher value means faster insertion and slower search, and vice versa. _(default 9)_ | + +### Returns + +
    + **RBush** GeoJSON RBush + +
+ +### Examples + +```javascript +var geojsonRbush = require("geojson-rbush").default; +var tree = geojsonRbush(); +``` + +### Installation + +```javascript +$ npm install @turf/geojson-rbush + +import { rbush } from "@turf/geojson-rbush"; +const result = rbush(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.rbush(...); +``` diff --git a/versioned_docs/version-7.0.0/api/rewind.mdx b/versioned_docs/version-7.0.0/api/rewind.mdx new file mode 100644 index 00000000..5f64693f --- /dev/null +++ b/versioned_docs/version-7.0.0/api/rewind.mdx @@ -0,0 +1,85 @@ +--- +title: rewind +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Rewind [(Multi)LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4) or [(Multi)Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) outer ring counterclockwise and inner rings clockwise (Uses [Shoelace Formula](http://en.wikipedia.org/wiki/Shoelace_formula)). + +### Parameters + +| Name | Type | Description | +| ----------------------- | ------------------------------------------------------------ | ----------------------------------------------------------------------------------------------- | +| geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | input GeoJSON Polygon | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.reverse? | **boolean** | enable reverse winding _(default false)_ | +| options.mutate? | **boolean** | allows GeoJSON input to be mutated (significant performance increase if true) _(default false)_ | + +### Returns + +
    + **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** rewind Polygon + +
+ +### Examples + +```javascript +var polygon = turf.polygon([ + [ + [121, -29], + [138, -29], + [138, -18], + [121, -18], + [121, -29], + ], +]); + +var rewind = turf.rewind(polygon); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var polygon = turf.polygon([ + [ + [121, -29], + [138, -29], + [138, -18], + [121, -18], + [121, -29], + ], + ]); + + var rewind = turf.rewind(polygon); + + //addToMap + var addToMap = { rewind }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/rewind + +import { rewind } from "@turf/rewind"; +const result = rewind(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.rewind(...); +``` diff --git a/versioned_docs/version-7.0.0/api/rhumbBearing.mdx b/versioned_docs/version-7.0.0/api/rhumbBearing.mdx new file mode 100644 index 00000000..ac55351d --- /dev/null +++ b/versioned_docs/version-7.0.0/api/rhumbBearing.mdx @@ -0,0 +1,74 @@ +--- +title: rhumbBearing +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes two [points](https://tools.ietf.org/html/rfc7946#section-3.1.2) and finds the bearing angle between them along a Rhumb line +i.e. the angle measured in degrees start the north line (0 degrees) + +### Parameters + +| Name | Type | Description | +| --------------------- | -------------------------------------------------------------- | ------------------------------------------------------ | +| start | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | starting Point | +| end | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | ending Point | +| options? | **Object** | Optional parameters | +| options.final? | **boolean** | calculates the final bearing if true _(default false)_ | + +### Returns + +
    + **number** bearing from north in decimal degrees, between -180 and 180 degrees (positive clockwise) + +
+ +### Examples + +```javascript +var point1 = turf.point([-75.343, 39.984], { "marker-color": "#F00" }); +var point2 = turf.point([-75.534, 39.123], { "marker-color": "#00F" }); + +var bearing = turf.rhumbBearing(point1, point2); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var point1 = turf.point([-75.343, 39.984], { "marker-color": "#F00" }); + var point2 = turf.point([-75.534, 39.123], { "marker-color": "#00F" }); + + var bearing = turf.rhumbBearing(point1, point2); + + //addToMap + var addToMap = { point1, point2 }; + point1.properties.bearing = bearing; + point2.properties.bearing = bearing; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/rhumb-bearing + +import { rhumbBearing } from "@turf/rhumb-bearing"; +const result = rhumbBearing(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.rhumbBearing(...); +``` diff --git a/versioned_docs/version-7.0.0/api/rhumbDestination.mdx b/versioned_docs/version-7.0.0/api/rhumbDestination.mdx new file mode 100644 index 00000000..be84d716 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/rhumbDestination.mdx @@ -0,0 +1,79 @@ +--- +title: rhumbDestination +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Returns the destination [Point](https://tools.ietf.org/html/rfc7946#section-3.1.2) having travelled the given distance along a Rhumb line from the +origin Point with the (varant) given bearing. + +### Parameters + +| Name | Type | Description | +| -------------------------- | -------------------------------------------------------------- | ---------------------------------------------------------------------- | +| origin | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | starting point | +| distance | **number** | distance from the starting point | +| bearing | **number** | varant bearing angle ranging from -180 to 180 degrees from north | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.units? | **string** | can be degrees, radians, miles, or kilometers _(default 'kilometers')_ | +| options.properties? | **Object** | translate properties to destination point _(default \{\})_ | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** Destination point. + +
+ +### Examples + +```javascript +var pt = turf.point([-75.343, 39.984], { "marker-color": "F00" }); +var distance = 50; +var bearing = 90; +var options = { units: "miles" }; + +var destination = turf.rhumbDestination(pt, distance, bearing, options); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var pt = turf.point([-75.343, 39.984], { "marker-color": "F00" }); + var distance = 50; + var bearing = 90; + var options = { units: "miles" }; + + var destination = turf.rhumbDestination(pt, distance, bearing, options); + + //addToMap + var addToMap = { pt, destination }; + destination.properties["marker-color"] = "#00F"; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/rhumb-destination + +import { rhumbDestination } from "@turf/rhumb-destination"; +const result = rhumbDestination(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.rhumbDestination(...); +``` diff --git a/versioned_docs/version-7.0.0/api/rhumbDistance.mdx b/versioned_docs/version-7.0.0/api/rhumbDistance.mdx new file mode 100644 index 00000000..8f5a2a38 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/rhumbDistance.mdx @@ -0,0 +1,76 @@ +--- +title: rhumbDistance +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Calculates the distance along a rhumb line between two [points](https://tools.ietf.org/html/rfc7946#section-3.1.2) in degrees, radians, +miles, or kilometers. + +### Parameters + +| Name | Type | Description | +| --------------------- | -------------------------------------------------------------- | ---------------------------------------------------------------------- | +| from | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | origin point | +| to | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | destination point | +| options? | **Object** | Optional parameters | +| options.units? | **string** | can be degrees, radians, miles, or kilometers _(default "kilometers")_ | + +### Returns + +
    + **number** distance between the two points + +
+ +### Examples + +```javascript +var from = turf.point([-75.343, 39.984]); +var to = turf.point([-75.534, 39.123]); +var options = { units: "miles" }; + +var distance = turf.rhumbDistance(from, to, options); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var from = turf.point([-75.343, 39.984]); + var to = turf.point([-75.534, 39.123]); + var options = { units: "miles" }; + + var distance = turf.rhumbDistance(from, to, options); + + //addToMap + var addToMap = { from, to }; + from.properties.distance = distance; + to.properties.distance = distance; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/rhumb-distance + +import { rhumbDistance } from "@turf/rhumb-distance"; +const result = rhumbDistance(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.rhumbDistance(...); +``` diff --git a/versioned_docs/version-7.0.0/api/round.mdx b/versioned_docs/version-7.0.0/api/round.mdx new file mode 100644 index 00000000..88cc2896 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/round.mdx @@ -0,0 +1,51 @@ +--- +title: round +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Round number to precision + +### Parameters + +| Name | Type | Description | +| ----------------- | ---------- | ----------------------- | +| num | **number** | Number | +| precision? | **number** | Precision _(default 0)_ | + +### Returns + +
    + **number** rounded number + +
+ +### Examples + +```javascript +turf.round(120.4321); +//=120 + +turf.round(120.4321, 2); +//=120.43 +``` + +### Installation + +```javascript +$ npm install @turf/helpers + +import { round } from "@turf/helpers"; +const result = round(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.round(...); +``` diff --git a/versioned_docs/version-7.0.0/api/sample.mdx b/versioned_docs/version-7.0.0/api/sample.mdx new file mode 100644 index 00000000..8a128fe0 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/sample.mdx @@ -0,0 +1,71 @@ +--- +title: sample +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes a [FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) and returns a FeatureCollection with given number of [features](https://tools.ietf.org/html/rfc7946#section-3.2) at random. + +### Parameters + +| Name | Type | Description | +| ----------------- | ------------------------------------------------------------------------ | ---------------------------- | +| featurecollection | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)** | set of input features | +| num | **number** | number of features to select | + +### Returns + +
    + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)** a FeatureCollection with `n` features + +
+ +### Examples + +```javascript +var points = turf.randomPoint(100, { bbox: [-80, 30, -60, 60] }); + +var sample = turf.sample(points, 5); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var points = turf.randomPoint(100, { bbox: [-80, 30, -60, 60] }); + + var sample = turf.sample(points, 5); + + //addToMap + var addToMap = { points, sample }; + turf.featureEach(sample, function (currentFeature) { + currentFeature.properties["marker-size"] = "large"; + currentFeature.properties["marker-color"] = "#000"; + }); + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/sample + +import { sample } from "@turf/sample"; +const result = sample(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.sample(...); +``` diff --git a/versioned_docs/version-7.0.0/api/sector.mdx b/versioned_docs/version-7.0.0/api/sector.mdx new file mode 100644 index 00000000..e8c61c5e --- /dev/null +++ b/versioned_docs/version-7.0.0/api/sector.mdx @@ -0,0 +1,80 @@ +--- +title: sector +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Creates a circular sector of a circle of given radius and center [Point](https://tools.ietf.org/html/rfc7946#section-3.1.2), +between (clockwise) bearing1 and bearing2; 0 bearing is North of center point, positive clockwise. + +### Parameters + +| Name | Type | Description | +| -------------------------- | -------------------------------------------------------------- | --------------------------------------------------------------- | +| center | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | center point | +| radius | **number** | radius of the circle | +| bearing1 | **number** | angle, in decimal degrees, of the first radius of the sector | +| bearing2 | **number** | angle, in decimal degrees, of the second radius of the sector | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.units? | **string** | miles, kilometers, degrees, or radians _(default 'kilometers')_ | +| options.steps? | **number** | number of steps _(default 64)_ | +| options.properties? | **Properties** | Translate properties to Feature Polygon _(default \{\})_ | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** sector polygon + +
+ +### Examples + +```javascript +var center = turf.point([-75, 40]); +var radius = 5; +var bearing1 = 25; +var bearing2 = 45; + +var sector = turf.sector(center, radius, bearing1, bearing2); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var center = turf.point([-75, 40]); + var radius = 5; + var bearing1 = 25; + var bearing2 = 45; + + var sector = turf.sector(center, radius, bearing1, bearing2); + + //addToMap + var addToMap = { center, sector }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/sector + +import { sector } from "@turf/sector"; +const result = sector(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.sector(...); +``` diff --git a/versioned_docs/version-7.0.0/api/segmentEach.mdx b/versioned_docs/version-7.0.0/api/segmentEach.mdx new file mode 100644 index 00000000..102f07ef --- /dev/null +++ b/versioned_docs/version-7.0.0/api/segmentEach.mdx @@ -0,0 +1,77 @@ +--- +title: segmentEach +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Iterate over 2-vertex line segment in any GeoJSON object, similar to Array.forEach() +(Multi)Point geometries do not contain segments therefore they are ignored during this operation. + +### Parameters + +| Name | Type | Description | +| -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | +| geojson | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2) \| [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1)** | any GeoJSON | +| callback | **Function** | a method that takes (currentSegment, featureIndex, multiFeatureIndex, geometryIndex, segmentIndex) | + +### Returns + +
    **void**
+ +### Examples + +```javascript +var polygon = turf.polygon([ + [ + [-50, 5], + [-40, -10], + [-50, -10], + [-40, 5], + [-50, 5], + ], +]); + +// Iterate over GeoJSON by 2-vertex segments +turf.segmentEach( + polygon, + function ( + currentSegment, + featureIndex, + multiFeatureIndex, + geometryIndex, + segmentIndex, + ) { + //=currentSegment + //=featureIndex + //=multiFeatureIndex + //=geometryIndex + //=segmentIndex + }, +); + +// Calculate the total number of segments +var total = 0; +turf.segmentEach(polygon, function () { + total++; +}); +``` + +### Installation + +```javascript +$ npm install @turf/meta + +import { segmentEach } from "@turf/meta"; +const result = segmentEach(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.segmentEach(...); +``` diff --git a/versioned_docs/version-7.0.0/api/segmentReduce.mdx b/versioned_docs/version-7.0.0/api/segmentReduce.mdx new file mode 100644 index 00000000..64c210aa --- /dev/null +++ b/versioned_docs/version-7.0.0/api/segmentReduce.mdx @@ -0,0 +1,86 @@ +--- +title: segmentReduce +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Reduce 2-vertex line segment in any GeoJSON object, similar to Array.reduce() +(Multi)Point geometries do not contain segments therefore they are ignored during this operation. + +### Parameters + +| Name | Type | Description | +| -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- | +| geojson | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2) \| [Geometry](https://tools.ietf.org/html/rfc7946#section-3.1)** | any GeoJSON | +| callback | **Function** | a method that takes (previousValue, currentSegment, currentIndex) | +| initialValue? | **\*** | Value to use as the first argument to the first call of the callback. | + +### Returns + +
    **void**
+ +### Examples + +```javascript +var polygon = turf.polygon([ + [ + [-50, 5], + [-40, -10], + [-50, -10], + [-40, 5], + [-50, 5], + ], +]); + +// Iterate over GeoJSON by 2-vertex segments +turf.segmentReduce( + polygon, + function ( + previousSegment, + currentSegment, + featureIndex, + multiFeatureIndex, + geometryIndex, + segmentIndex, + ) { + //= previousSegment + //= currentSegment + //= featureIndex + //= multiFeatureIndex + //= geometryIndex + //= segmentIndex + return currentSegment; + }, +); + +// Calculate the total number of segments +var initialValue = 0; +var total = turf.segmentReduce( + polygon, + function (previousValue) { + previousValue++; + return previousValue; + }, + initialValue, +); +``` + +### Installation + +```javascript +$ npm install @turf/meta + +import { segmentReduce } from "@turf/meta"; +const result = segmentReduce(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.segmentReduce(...); +``` diff --git a/versioned_docs/version-7.0.0/api/shortestPath.mdx b/versioned_docs/version-7.0.0/api/shortestPath.mdx new file mode 100644 index 00000000..811c19b8 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/shortestPath.mdx @@ -0,0 +1,96 @@ +--- +title: shortestPath +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Returns the shortest [path](https://tools.ietf.org/html/rfc7946#section-3.1.4) from [start](https://tools.ietf.org/html/rfc7946#section-3.1.2) to [end](https://tools.ietf.org/html/rfc7946#section-3.1.2) without colliding with +any [Feature](https://tools.ietf.org/html/rfc7946#section-3.2) in obstacles + +### Parameters + +| Name | Type | Description | +| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | +| start | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | point | +| end | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | point | +| options? | **Object** | optional parameters _(default \{\})_ | +| options.obstacles? | **[Geometry](https://tools.ietf.org/html/rfc7946#section-3.1) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2) \| [FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** | areas which path cannot travel | +| options.units? | **string** | unit in which resolution & minimum distance will be expressed in; it can be degrees, radians, miles, kilometers, ... _(default 'kilometers')_ | +| options.resolution? | **number** | distance between matrix points on which the path will be calculated _(default 100)_ | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[LineString](https://tools.ietf.org/html/rfc7946#section-3.1.4)\>** shortest path between start and end + +
+ +### Examples + +```javascript +var start = [-5, -6]; +var end = [9, -6]; +var options = { + obstacles: turf.polygon([ + [ + [0, -7], + [5, -7], + [5, -3], + [0, -3], + [0, -7], + ], + ]), +}; + +var path = turf.shortestPath(start, end, options); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var start = [-5, -6]; + var end = [9, -6]; + var options = { + obstacles: turf.polygon([ + [ + [0, -7], + [5, -7], + [5, -3], + [0, -3], + [0, -7], + ], + ]).geometry, + }; + + var path = turf.shortestPath(start, end, options); + + //addToMap + var addToMap = { start, end, obstacles: options.obstacles, path }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/shortest-path + +import { shortestPath } from "@turf/shortest-path"; +const result = shortestPath(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.shortestPath(...); +``` diff --git a/versioned_docs/version-7.0.0/api/simplify.mdx b/versioned_docs/version-7.0.0/api/simplify.mdx new file mode 100644 index 00000000..f8b216eb --- /dev/null +++ b/versioned_docs/version-7.0.0/api/simplify.mdx @@ -0,0 +1,117 @@ +--- +title: simplify +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes a [GeoJSON](https://tools.ietf.org/html/rfc7946#section-3) object and returns a simplified version. Internally uses the 2d version of +[simplify-js](http://mourner.github.io/simplify-js/) to perform simplification using the Ramer-Douglas-Peucker algorithm. + +### Parameters + +| Name | Type | Description | +| --------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | +| geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | object to be simplified | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.tolerance? | **number** | simplification tolerance _(default 1)_ | +| options.highQuality? | **boolean** | whether or not to spend more time to create a higher-quality simplification with a different algorithm _(default false)_ | +| options.mutate? | **boolean** | allows GeoJSON input to be mutated (significant performance increase if true) _(default false)_ | + +### Returns + +
    + **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** a simplified GeoJSON + +
+ +### Examples + +```javascript +var geojson = turf.polygon([ + [ + [-70.603637, -33.399918], + [-70.614624, -33.395332], + [-70.639343, -33.392466], + [-70.659942, -33.394759], + [-70.683975, -33.404504], + [-70.697021, -33.419406], + [-70.701141, -33.434306], + [-70.700454, -33.446339], + [-70.694274, -33.458369], + [-70.682601, -33.465816], + [-70.668869, -33.472117], + [-70.646209, -33.473835], + [-70.624923, -33.472117], + [-70.609817, -33.468107], + [-70.595397, -33.458369], + [-70.587158, -33.442901], + [-70.587158, -33.426283], + [-70.590591, -33.414248], + [-70.594711, -33.406224], + [-70.603637, -33.399918], + ], +]); +var options = { tolerance: 0.01, highQuality: false }; +var simplified = turf.simplify(geojson, options); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var geojson = turf.polygon([ + [ + [-70.603637, -33.399918], + [-70.614624, -33.395332], + [-70.639343, -33.392466], + [-70.659942, -33.394759], + [-70.683975, -33.404504], + [-70.697021, -33.419406], + [-70.701141, -33.434306], + [-70.700454, -33.446339], + [-70.694274, -33.458369], + [-70.682601, -33.465816], + [-70.668869, -33.472117], + [-70.646209, -33.473835], + [-70.624923, -33.472117], + [-70.609817, -33.468107], + [-70.595397, -33.458369], + [-70.587158, -33.442901], + [-70.587158, -33.426283], + [-70.590591, -33.414248], + [-70.594711, -33.406224], + [-70.603637, -33.399918], + ], + ]); + var options = { tolerance: 0.01, highQuality: false }; + var simplified = turf.simplify(geojson, options); + + //addToMap + var addToMap = { geojson, simplified }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/simplify + +import { simplify } from "@turf/simplify"; +const result = simplify(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.simplify(...); +``` diff --git a/versioned_docs/version-7.0.0/api/square.mdx b/versioned_docs/version-7.0.0/api/square.mdx new file mode 100644 index 00000000..63695767 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/square.mdx @@ -0,0 +1,68 @@ +--- +title: square +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes a bounding box and calculates the minimum square bounding box that +would contain the input. + +### Parameters + +| Name | Type | Description | +| ---- | --------------------------------------------------------- | ------------------------------------------ | +| bbox | **[BBox](https://tools.ietf.org/html/rfc7946#section-5)** | extent in [west, south, east, north] order | + +### Returns + +
    + **[BBox](https://tools.ietf.org/html/rfc7946#section-5)** a square surrounding `bbox` + +
+ +### Examples + +```javascript +var bbox = [-20, -20, -15, 0]; +var squared = turf.square(bbox); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var bbox = [-20, -20, -15, 0]; + var squared = turf.square(bbox); + + //addToMap + var addToMap = { + bbox: turf.bboxPolygon(bbox), + squared: turf.bboxPolygon(squared), + }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/square + +import { square } from "@turf/square"; +const result = square(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.square(...); +``` diff --git a/versioned_docs/version-7.0.0/api/squareGrid.mdx b/versioned_docs/version-7.0.0/api/squareGrid.mdx new file mode 100644 index 00000000..5152b9c4 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/squareGrid.mdx @@ -0,0 +1,75 @@ +--- +title: squareGrid +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Creates a square grid from a bounding box. + +### Parameters + +| Name | Type | Description | +| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | +| bbox | **Array\** | extent in [minX, minY, maxX, maxY] order | +| cellSide | **number** | of each cell, in units | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.units? | **string** | used in calculating cellSide, can be degrees, radians, miles, or kilometers _(default 'kilometers')_ | +| options.mask? | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** | if passed a Polygon or MultiPolygon, the grid Points will be created only inside it | +| options.properties? | **Object** | passed to each point of the grid _(default \{\})_ | + +### Returns + +
    + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** grid a grid of polygons + +
+ +### Examples + +```javascript +var bbox = [-95, 30, -85, 40]; +var cellSide = 50; +var options = { units: "miles" }; + +var squareGrid = turf.squareGrid(bbox, cellSide, options); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var bbox = [-95, 30, -85, 40]; + var cellSide = 50; + var options = { units: "miles" }; + + var squareGrid = turf.squareGrid(bbox, cellSide, options); + + //addToMap + var addToMap = { squareGrid }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/square-grid + +import { squareGrid } from "@turf/square-grid"; +const result = squareGrid(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.squareGrid(...); +``` diff --git a/versioned_docs/version-7.0.0/api/standardDeviationalEllipse.mdx b/versioned_docs/version-7.0.0/api/standardDeviationalEllipse.mdx new file mode 100644 index 00000000..358ae181 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/standardDeviationalEllipse.mdx @@ -0,0 +1,87 @@ +--- +title: standardDeviationalEllipse +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes a [FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) and returns a standard deviational ellipse, +also known as a “directional distribution.” The standard deviational ellipse +aims to show the direction and the distribution of a dataset by drawing +an ellipse that contains about one standard deviation’s worth (~ 70%) of the +data. + +This module mirrors the functionality of [Directional Distribution](http://desktop.arcgis.com/en/arcmap/10.3/tools/spatial-statistics-toolbox/directional-distribution.htm) +in ArcGIS and the [QGIS Standard Deviational Ellipse Plugin](http://arken.nmbu.no/~havatv/gis/qgisplugins/SDEllipse/) + +**Bibliography** + +• Robert S. Yuill, “The Standard Deviational Ellipse; An Updated Tool for +Spatial Description,” _Geografiska Annaler_ 53, no. 1 (1971): 28–39, +doi:[10.2307/490885](https://doi.org/10.2307/490885). + +• Paul Hanly Furfey, “A Note on Lefever’s “Standard Deviational Ellipse,” +_American Journal of Sociology_ 33, no. 1 (1927): 94—98, +doi:[10.1086/214336](https://doi.org/10.1086/214336). + +### Parameters + +| Name | Type | Description | +| -------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------ | +| points | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** | GeoJSON points | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.weight? | **string** | the property name used to weight the center | +| options.steps? | **number** | number of steps for the polygon _(default 64)_ | +| options.properties? | **Object** | properties to pass to the resulting ellipse _(default \{\})_ | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** an elliptical Polygon that includes approximately 1 SD of the dataset within it. + +
+ +### Examples + +```javascript +var bbox = [-74, 40.72, -73.98, 40.74]; +var points = turf.randomPoint(400, { bbox: bbox }); +var sdEllipse = turf.standardDeviationalEllipse(points); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var bbox = [-74, 40.72, -73.98, 40.74]; + var points = turf.randomPoint(400, { bbox: bbox }); + var sdEllipse = turf.standardDeviationalEllipse(points); + + //addToMap + var addToMap = { points, sdEllipse }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/standard-deviational-ellipse + +import { standardDeviationalEllipse } from "@turf/standard-deviational-ellipse"; +const result = standardDeviationalEllipse(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.standardDeviationalEllipse(...); +``` diff --git a/versioned_docs/version-7.0.0/api/tag.mdx b/versioned_docs/version-7.0.0/api/tag.mdx new file mode 100644 index 00000000..8bc0e3cb --- /dev/null +++ b/versioned_docs/version-7.0.0/api/tag.mdx @@ -0,0 +1,125 @@ +--- +title: tag +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes a set of [points](https://tools.ietf.org/html/rfc7946#section-3.1.2) and a set of [polygons](https://tools.ietf.org/html/rfc7946#section-3.1.6) and/or [multipolygons](https://tools.ietf.org/html/rfc7946#section-3.1.7) and performs a spatial join. + +### Parameters + +| Name | Type | Description | +| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- | +| points | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** | input points | +| polygons | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** | input (multi)polygons | +| field | **string** | property in `polygons` to add to joined \{\\} features | +| outField | **string** | property in `points` in which to store joined property from `polygons` | + +### Returns + +
    + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** points with `containingPolyId` property containing values from `polyId` + +
+ +### Examples + +```javascript +var pt1 = turf.point([-77, 44]); +var pt2 = turf.point([-77, 38]); +var poly1 = turf.polygon( + [ + [ + [-81, 41], + [-81, 47], + [-72, 47], + [-72, 41], + [-81, 41], + ], + ], + { pop: 3000 }, +); +var poly2 = turf.polygon( + [ + [ + [-81, 35], + [-81, 41], + [-72, 41], + [-72, 35], + [-81, 35], + ], + ], + { pop: 1000 }, +); + +var points = turf.featureCollection([pt1, pt2]); +var polygons = turf.featureCollection([poly1, poly2]); + +var tagged = turf.tag(points, polygons, "pop", "population"); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var pt1 = turf.point([-77, 44]); + var pt2 = turf.point([-77, 38]); + var poly1 = turf.polygon( + [ + [ + [-81, 41], + [-81, 47], + [-72, 47], + [-72, 41], + [-81, 41], + ], + ], + { pop: 3000 }, + ); + var poly2 = turf.polygon( + [ + [ + [-81, 35], + [-81, 41], + [-72, 41], + [-72, 35], + [-81, 35], + ], + ], + { pop: 1000 }, + ); + + var points = turf.featureCollection([pt1, pt2]); + var polygons = turf.featureCollection([poly1, poly2]); + + var tagged = turf.tag(points, polygons, "pop", "population"); + + //addToMap + var addToMap = { tagged, polygons }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/tag + +import { tag } from "@turf/tag"; +const result = tag(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.tag(...); +``` diff --git a/versioned_docs/version-7.0.0/api/tesselate.mdx b/versioned_docs/version-7.0.0/api/tesselate.mdx new file mode 100644 index 00000000..17c67c88 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/tesselate.mdx @@ -0,0 +1,85 @@ +--- +title: tesselate +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Tesselates a [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\> into a [FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\> of triangles +using [earcut](https://github.com/mapbox/earcut). + +### Parameters + +| Name | Type | Description | +| ---- | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------ | +| poly | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** | the polygon to tesselate | + +### Returns + +
    + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** a geometrycollection feature + +
+ +### Examples + +```javascript +var poly = turf.polygon([ + [ + [11, 0], + [22, 4], + [31, 0], + [31, 11], + [21, 15], + [11, 11], + [11, 0], + ], +]); +var triangles = turf.tesselate(poly); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var poly = turf.polygon([ + [ + [11, 0], + [22, 4], + [31, 0], + [31, 11], + [21, 15], + [11, 11], + [11, 0], + ], + ]); + var triangles = turf.tesselate(poly); + + //addToMap + var addToMap = { poly, triangles }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/tesselate + +import { tesselate } from "@turf/tesselate"; +const result = tesselate(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.tesselate(...); +``` diff --git a/versioned_docs/version-7.0.0/api/tin.mdx b/versioned_docs/version-7.0.0/api/tin.mdx new file mode 100644 index 00000000..92ae9c77 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/tin.mdx @@ -0,0 +1,88 @@ +--- +title: tin +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes a set of [points](https://tools.ietf.org/html/rfc7946#section-3.1.2) and creates a +[Triangulated Irregular Network](http://en.wikipedia.org/wiki/Triangulated_irregular_network), +or a TIN for short, returned as a collection of Polygons. These are often used +for developing elevation contour maps or stepped heat visualizations. + +If an optional z-value property is provided then it is added as properties called `a`, `b`, +and `c` representing its value at each of the points that represent the corners of the +triangle. + +### Parameters + +| Name | Type | Description | +| --------- | -------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | +| points | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** | input points | +| z? | **String** | name of the property from which to pull z values This is optional: if not given, then there will be no extra data added to the derived triangles. | + +### Returns + +
    + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** TIN output + +
+ +### Examples + +```javascript +// generate some random point data +var points = turf.randomPoint(30, { bbox: [50, 30, 70, 50] }); + +// add a random property to each point between 0 and 9 +for (var i = 0; i < points.features.length; i++) { + points.features[i].properties.z = ~~(Math.random() * 9); +} +var tin = turf.tin(points, "z"); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + // generate some random point data + var points = turf.randomPoint(30, { bbox: [50, 30, 70, 50] }); + + // add a random property to each point between 0 and 9 + for (var i = 0; i < points.features.length; i++) { + points.features[i].properties.z = ~~(Math.random() * 9); + } + var tin = turf.tin(points, "z"); + + //addToMap + var addToMap = { tin, points }; + for (var i = 0; i < tin.features.length; i++) { + var properties = tin.features[i].properties; + properties.fill = "#" + properties.a + properties.b + properties.c; + } + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/tin + +import { tin } from "@turf/tin"; +const result = tin(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.tin(...); +``` diff --git a/versioned_docs/version-7.0.0/api/toMercator.mdx b/versioned_docs/version-7.0.0/api/toMercator.mdx new file mode 100644 index 00000000..184e5add --- /dev/null +++ b/versioned_docs/version-7.0.0/api/toMercator.mdx @@ -0,0 +1,66 @@ +--- +title: toMercator +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Converts a WGS84 GeoJSON object into Mercator (EPSG:900913) projection + +### Parameters + +| Name | Type | Description | +| ---------------------- | ------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------- | +| geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3) \| Position** | WGS84 GeoJSON object | +| options? | **Object** | Optional parameters | +| options.mutate? | **boolean** | allows GeoJSON input to be mutated (significant performance increase if true) _(default false)_ | + +### Returns + +
    + **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** Projected GeoJSON + +
+ +### Examples + +```javascript +var pt = turf.point([-71, 41]); +var converted = turf.toMercator(pt); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var pt = turf.point([-71, 41]); + var converted = turf.toMercator(pt); + + //addToMap + var addToMap = { pt, converted }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/projection + +import { toMercator } from "@turf/projection"; +const result = toMercator(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.toMercator(...); +``` diff --git a/versioned_docs/version-7.0.0/api/toWgs84.mdx b/versioned_docs/version-7.0.0/api/toWgs84.mdx new file mode 100644 index 00000000..57b48b62 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/toWgs84.mdx @@ -0,0 +1,66 @@ +--- +title: toWgs84 +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Converts a Mercator (EPSG:900913) GeoJSON object into WGS84 projection + +### Parameters + +| Name | Type | Description | +| ---------------------- | ------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------- | +| geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3) \| Position** | Mercator GeoJSON object | +| options? | **Object** | Optional parameters | +| options.mutate? | **boolean** | allows GeoJSON input to be mutated (significant performance increase if true) _(default false)_ | + +### Returns + +
    + **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** Projected GeoJSON + +
+ +### Examples + +```javascript +var pt = turf.point([-7903683.846322424, 5012341.663847514]); +var converted = turf.toWgs84(pt); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var pt = turf.point([-7903683.846322424, 5012341.663847514]); + var converted = turf.toWgs84(pt); + + //addToMap + var addToMap = { pt, converted }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/projection + +import { toWgs84 } from "@turf/projection"; +const result = toWgs84(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.toWgs84(...); +``` diff --git a/versioned_docs/version-7.0.0/api/transformRotate.mdx b/versioned_docs/version-7.0.0/api/transformRotate.mdx new file mode 100644 index 00000000..11e1457f --- /dev/null +++ b/versioned_docs/version-7.0.0/api/transformRotate.mdx @@ -0,0 +1,85 @@ +--- +title: transformRotate +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Rotates any geojson Feature or Geometry of a specified angle, around its `centroid` or a given `pivot` point. + +### Parameters + +| Name | Type | Description | +| ---------------------- | -------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | +| geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | object to be rotated | +| angle | **number** | of rotation in decimal degrees, positive clockwise | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.pivot? | **[Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | point around which the rotation will be performed _(default 'centroid')_ | +| options.mutate? | **boolean** | allows GeoJSON input to be mutated (significant performance increase if true) _(default false)_ | + +### Returns + +
    + **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** the rotated GeoJSON feature + +
+ +### Examples + +```javascript +var poly = turf.polygon([ + [ + [0, 29], + [3.5, 29], + [2.5, 32], + [0, 29], + ], +]); +var options = { pivot: [0, 25] }; +var rotatedPoly = turf.transformRotate(poly, 10, options); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var poly = turf.polygon([ + [ + [0, 29], + [3.5, 29], + [2.5, 32], + [0, 29], + ], + ]); + var options = { pivot: [0, 25] }; + var rotatedPoly = turf.transformRotate(poly, 10, options); + + //addToMap + var addToMap = { poly, rotatedPoly }; + rotatedPoly.properties = { stroke: "#F00", "stroke-width": 4 }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/transform-rotate + +import { transformRotate } from "@turf/transform-rotate"; +const result = transformRotate(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.transformRotate(...); +``` diff --git a/versioned_docs/version-7.0.0/api/transformScale.mdx b/versioned_docs/version-7.0.0/api/transformScale.mdx new file mode 100644 index 00000000..035132b9 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/transformScale.mdx @@ -0,0 +1,84 @@ +--- +title: transformScale +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Scale a GeoJSON from a given point by a factor of scaling (ex: factor=2 would make the GeoJSON 200% larger). +If a FeatureCollection is provided, the origin point will be calculated based on each individual Feature. + +### Parameters + +| Name | Type | Description | +| ---------------------- | ------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | GeoJSON to be scaled | +| factor | **number** | of scaling, positive values greater than 0. Numbers between 0 and 1 will shrink the geojson, numbers greater than 1 will expand it, a factor of 1 will not change the geojson. | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.origin? | **string \| [Coord](https://tools.ietf.org/html/rfc7946#section-3.1.1)** | Point from which the scaling will occur (string options: sw/se/nw/ne/center/centroid) _(default 'centroid')_ | +| options.mutate? | **boolean** | allows GeoJSON input to be mutated (significant performance increase if true) _(default false)_ | + +### Returns + +
    + **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** scaled GeoJSON + +
+ +### Examples + +```javascript +var poly = turf.polygon([ + [ + [0, 29], + [3.5, 29], + [2.5, 32], + [0, 29], + ], +]); +var scaledPoly = turf.transformScale(poly, 3); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var poly = turf.polygon([ + [ + [0, 29], + [3.5, 29], + [2.5, 32], + [0, 29], + ], + ]); + var scaledPoly = turf.transformScale(poly, 3); + + //addToMap + var addToMap = { poly, scaledPoly }; + scaledPoly.properties = { stroke: "#F00", "stroke-width": 4 }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/transform-scale + +import { transformScale } from "@turf/transform-scale"; +const result = transformScale(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.transformScale(...); +``` diff --git a/versioned_docs/version-7.0.0/api/transformTranslate.mdx b/versioned_docs/version-7.0.0/api/transformTranslate.mdx new file mode 100644 index 00000000..397c1018 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/transformTranslate.mdx @@ -0,0 +1,86 @@ +--- +title: transformTranslate +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Moves any geojson Feature or Geometry of a specified distance along a Rhumb Line +on the provided direction angle. + +### Parameters + +| Name | Type | Description | +| ---------------------------- | ------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------- | +| geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | object to be translated | +| distance | **number** | length of the motion; negative values determine motion in opposite direction | +| direction | **number** | of the motion; angle from North in decimal degrees, positive clockwise | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.units? | **string** | in which `distance` will be express; miles, kilometers, degrees, or radians _(default 'kilometers')_ | +| options.zTranslation? | **number** | length of the vertical motion, same unit of distance _(default 0)_ | +| options.mutate? | **boolean** | allows GeoJSON input to be mutated (significant performance increase if true) _(default false)_ | + +### Returns + +
    + **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** the translated GeoJSON object + +
+ +### Examples + +```javascript +var poly = turf.polygon([ + [ + [0, 29], + [3.5, 29], + [2.5, 32], + [0, 29], + ], +]); +var translatedPoly = turf.transformTranslate(poly, 100, 35); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var poly = turf.polygon([ + [ + [0, 29], + [3.5, 29], + [2.5, 32], + [0, 29], + ], + ]); + var translatedPoly = turf.transformTranslate(poly, 100, 35); + + //addToMap + var addToMap = { poly, translatedPoly }; + translatedPoly.properties = { stroke: "#F00", "stroke-width": 4 }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/transform-translate + +import { transformTranslate } from "@turf/transform-translate"; +const result = transformTranslate(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.transformTranslate(...); +``` diff --git a/versioned_docs/version-7.0.0/api/triangleGrid.mdx b/versioned_docs/version-7.0.0/api/triangleGrid.mdx new file mode 100644 index 00000000..ad93a530 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/triangleGrid.mdx @@ -0,0 +1,75 @@ +--- +title: triangleGrid +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes a bounding box and a cell depth and returns a set of triangular [polygons](https://tools.ietf.org/html/rfc7946#section-3.1.6) in a grid. + +### Parameters + +| Name | Type | Description | +| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------- | +| bbox | **Array\** | extent in [minX, minY, maxX, maxY] order | +| cellSide | **number** | dimension of each cell | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.units? | **string** | used in calculating cellSide, can be degrees, radians, miles, or kilometers _(default 'kilometers')_ | +| options.mask? | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** | if passed a Polygon or MultiPolygon, the grid Points will be created only inside it | +| options.properties? | **Object** | passed to each point of the grid _(default \{\})_ | + +### Returns + +
    + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** grid of polygons + +
+ +### Examples + +```javascript +var bbox = [-95, 30, -85, 40]; +var cellSide = 50; +var options = { units: "miles" }; + +var triangleGrid = turf.triangleGrid(bbox, cellSide, options); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var bbox = [-95, 30, -85, 40]; + var cellSide = 50; + var options = { units: "miles" }; + + var triangleGrid = turf.triangleGrid(bbox, cellSide, options); + + //addToMap + var addToMap = { triangleGrid }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/triangle-grid + +import { triangleGrid } from "@turf/triangle-grid"; +const result = triangleGrid(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.triangleGrid(...); +``` diff --git a/versioned_docs/version-7.0.0/api/truncate.mdx b/versioned_docs/version-7.0.0/api/truncate.mdx new file mode 100644 index 00000000..74c6bd66 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/truncate.mdx @@ -0,0 +1,72 @@ +--- +title: truncate +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes a GeoJSON Feature or FeatureCollection and truncates the precision of the geometry. + +### Parameters + +| Name | Type | Description | +| --------------------------- | ------------------------------------------------------------ | ----------------------------------------------------------------------------------------------- | +| geojson | **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** | any GeoJSON Feature, FeatureCollection, Geometry or GeometryCollection. | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.precision? | **number** | coordinate decimal precision _(default 6)_ | +| options.coordinates? | **number** | maximum number of coordinates (primarly used to remove z coordinates) _(default 3)_ | +| options.mutate? | **boolean** | allows GeoJSON input to be mutated (significant performance increase if true) _(default false)_ | + +### Returns + +
    + **[GeoJSON](https://tools.ietf.org/html/rfc7946#section-3)** layer with truncated geometry + +
+ +### Examples + +```javascript +var point = turf.point([70.46923055566859, 58.11088890802906, 1508]); +var options = { precision: 3, coordinates: 2 }; +var truncated = turf.truncate(point, options); +//=truncated.geometry.coordinates => [70.469, 58.111] +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var point = turf.point([70.46923055566859, 58.11088890802906, 1508]); + var options = { precision: 3, coordinates: 2 }; + var truncated = turf.truncate(point, options); + //=truncated.geometry.coordinates => [70.469, 58.111] + + //addToMap + var addToMap = { truncated }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/truncate + +import { truncate } from "@turf/truncate"; +const result = truncate(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.truncate(...); +``` diff --git a/versioned_docs/version-7.0.0/api/union.mdx b/versioned_docs/version-7.0.0/api/union.mdx new file mode 100644 index 00000000..8418ffda --- /dev/null +++ b/versioned_docs/version-7.0.0/api/union.mdx @@ -0,0 +1,114 @@ +--- +title: union +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes input [(Multi)Polygon(s)](https://tools.ietf.org/html/rfc7946#section-3.1.6) and returns a combined polygon. If the input polygons are not contiguous, this function returns a [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7) feature. + +### Parameters + +| Name | Type | Description | +| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------- | +| features | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** | input Polygon features | +| options? | **Object** | Optional Parameters _(default \{\})_ | +| options.properties? | **Object** | Translate Properties to output Feature _(default \{\})_ | + +### Returns + +
    + **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** a combined [Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) or [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7) feature, or null if the inputs are empty + +
+ +### Examples + +```javascript +var poly1 = turf.polygon( + [ + [ + [-82.574787, 35.594087], + [-82.574787, 35.615581], + [-82.545261, 35.615581], + [-82.545261, 35.594087], + [-82.574787, 35.594087], + ], + ], + { fill: "#0f0" }, +); +var poly2 = turf.polygon( + [ + [ + [-82.560024, 35.585153], + [-82.560024, 35.602602], + [-82.52964, 35.602602], + [-82.52964, 35.585153], + [-82.560024, 35.585153], + ], + ], + { fill: "#00f" }, +); + +var union = turf.union(turf.featureCollection([poly1, poly2])); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var poly1 = turf.polygon( + [ + [ + [-82.574787, 35.594087], + [-82.574787, 35.615581], + [-82.545261, 35.615581], + [-82.545261, 35.594087], + [-82.574787, 35.594087], + ], + ], + { fill: "#0f0" }, + ); + var poly2 = turf.polygon( + [ + [ + [-82.560024, 35.585153], + [-82.560024, 35.602602], + [-82.52964, 35.602602], + [-82.52964, 35.585153], + [-82.560024, 35.585153], + ], + ], + { fill: "#00f" }, + ); + + var union = turf.union(turf.featureCollection([poly1, poly2])); + + //addToMap + var addToMap = { poly1, poly2, union }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/union + +import { union } from "@turf/union"; +const result = union(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.union(...); +``` diff --git a/versioned_docs/version-7.0.0/api/unkinkPolygon.mdx b/versioned_docs/version-7.0.0/api/unkinkPolygon.mdx new file mode 100644 index 00000000..3f966888 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/unkinkPolygon.mdx @@ -0,0 +1,83 @@ +--- +title: unkinkPolygon +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes a kinked polygon and returns a feature collection of polygons that have no kinks. +Uses [simplepolygon](https://github.com/mclaeysb/simplepolygon) internally. + +### Parameters + +| Name | Type | Description | +| ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------- | +| geojson | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) \| [Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6) \| [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)\>** | GeoJSON Polygon or MultiPolygon | + +### Returns + +
    + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** Unkinked polygons + +
+ +### Examples + +```javascript +var poly = turf.polygon([ + [ + [0, 0], + [2, 0], + [0, 2], + [2, 2], + [0, 0], + ], +]); + +var result = turf.unkinkPolygon(poly); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var poly = turf.polygon([ + [ + [0, 0], + [2, 0], + [0, 2], + [2, 2], + [0, 0], + ], + ]); + + var result = turf.unkinkPolygon(poly); + + //addToMap + var addToMap = { poly, result }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/unkink-polygon + +import { unkinkPolygon } from "@turf/unkink-polygon"; +const result = unkinkPolygon(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.unkinkPolygon(...); +``` diff --git a/versioned_docs/version-7.0.0/api/variance.mdx b/versioned_docs/version-7.0.0/api/variance.mdx new file mode 100644 index 00000000..f238c095 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/variance.mdx @@ -0,0 +1,37 @@ +--- +title: variance +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +get variance of a list + +### Parameters + +| Name | Type | Description | +| ---- | ------------------- | ----------- | +| y | **Array\** | | + +### Returns + +
    **number**
+ +### Installation + +```javascript +$ npm install @turf/moran-index + +import { variance } from "@turf/moran-index"; +const result = variance(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.variance(...); +``` diff --git a/versioned_docs/version-7.0.0/api/voronoi.mdx b/versioned_docs/version-7.0.0/api/voronoi.mdx new file mode 100644 index 00000000..d117af59 --- /dev/null +++ b/versioned_docs/version-7.0.0/api/voronoi.mdx @@ -0,0 +1,75 @@ +--- +title: voronoi +--- + +import * as turf from "turf-next"; +import ExampleMap from "@site/src/components/ExampleMap"; +import BrowserOnly from "@docusaurus/BrowserOnly"; + +### Description + +Takes a FeatureCollection of points, and a bounding box, and returns a FeatureCollection +of Voronoi polygons. + +The Voronoi algorithim used comes from the d3-voronoi package. + +### Parameters + +| Name | Type | Description | +| -------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | +| points | **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)\>** | to find the Voronoi polygons around. | +| options? | **Object** | Optional parameters _(default \{\})_ | +| options.bbox? | **Array\** | clipping rectangle, in [minX, minY, maxX, MaxY] order. _(default [-180,-85,180,-85])_ | + +### Returns + +
    + **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** a set of polygons, one per input point. + +
+ +### Examples + +```javascript +var options = { + bbox: [-70, 40, -60, 60], +}; +var points = turf.randomPoint(100, options); +var voronoiPolygons = turf.voronoi(points, options); +``` + +export function Map0() { + "use strict"; + + // jsdoc example start + var options = { + bbox: [-70, 40, -60, 60], + }; + var points = turf.randomPoint(100, options); + var voronoiPolygons = turf.voronoi(points, options); + + //addToMap + var addToMap = { voronoiPolygons, points }; + // jsdoc example end + + return ; +} + + +{() => } + +### Installation + +```javascript +$ npm install @turf/voronoi + +import { voronoi } from "@turf/voronoi"; +const result = voronoi(...); +``` + +```javascript +$ npm install @turf/turf + +import * as turf from "@turf/turf"; +const result = turf.voronoi(...); +``` diff --git a/versioned_docs/version-7.0.0/contributing.md b/versioned_docs/version-7.0.0/contributing.md new file mode 100644 index 00000000..22b3eda1 --- /dev/null +++ b/versioned_docs/version-7.0.0/contributing.md @@ -0,0 +1,160 @@ +# Contributing + +### :bug: [How to report a bug](http://polite.technology/reportabug.html) + +## Please note + +The high-level structure of Turf is undergoing discussion at [#1428](https://github.com/Turfjs/turf/issues/1428). Currently (June 2018), there is a partial conversion to Typescript, and the contribution documentation does not completely reflect the current status. + +## How To Contribute + +- Most work happens in sub modules. These are found in the `packages` directory prefixed with "turf-". +- If you would like to propose a new feature, open an issue in Turfjs/turf. +- Always include tests. We use [tape](https://github.com/substack/tape). +- Turf modules are small, containing a single exported function. +- GeoJSON is the lingua franca of Turf. It should be used as the data structure for anything that can be represented as geography. +- Avoid large dependencies at all costs. +- Turf is used in a wide range of places. Make sure that your code can run in the browser (ie: don't make calls to external services, don't hit the filesystem, etc.). +- The `README.md` files in `packages/turf-` are automatically generated from the [JSDocs](https://jsdoc.app) of the `index.js`. Please modify the JSDocs instead of modifying the `README.md` files directly. Then update/create the `README.md` executing [`./scripts/generate-readmes`](https://github.com/Turfjs/turf/blob/master/scripts/generate-readmes) or runing `npm run docs` from the root TurfJS directory. +- Finally run `npm test` from the project root folder to run all the tests required for deploying the project. + +## Code Style + +To ensure code style, at the `turf` root level run + +```sh +$ npm run lint +``` + +- Follow the [AirBNB JavaScript code style](https://github.com/airbnb/javascript). +- Turf aims to use ES5 features where rational. We do not use ES6 features. + +## Structure of a turf module + +``` +turf- +│ index.js +│ index.d.ts +│ bench.js +│ test.js +│ types.ts +│ package.json +│ README.md +│ LICENSE +│ +└───test + │ + ├───in + │ points.geojson + │ + └───out + points.geojson +``` + +To get started with a new module navigate to the root directory and run + +```sh +$ node ./scripts/create-new-module +``` + +it will create a new folder inside `packages` with a simple boilerplate for your module. + +- `index.js` - This file contains, in order, the various modules you need to + import, the [JSDocs](https://jsdoc.app) documentation, and, finally, the + single exported function that the module provides. For more on the types + supported in the documentation, see… +- `index.d.ts` - This is a [TypeScript](https://www.typescriptlang.org/) file + that describes your function’s signature. For more on the types supported in + TypeScript, see… +- `bench.js` - This file uses [Benchmark](https://benchmarkjs.com/) to time + your function. +- `test.js` - This file includes your [tape](https://github.com/substack/tape) + tests. We prefer dynamic testing built from GeoJSON files placed in + `./test/in` that are subsequently written to `./test/out` if your `REGEN` + [environment variable is set](https://askubuntu.com/a/58828) to `true`. If + `REGEN` is set to a different value, then running `npm t` will compare the + output of the tests to the files already present in `./test/out`. +- `types.ts` - A file that lists the custom TypeScript types used in + `index.d.ts`. +- `package.json` - The [node](http://nodejs.org) metadata container file. + Modules imported in `index.js` should be listed here under `dependencies`, + and modules used in `test.js` and/or `bench.js` should be listed under + `devDependencies`. `npm install` looks to this file to install dependencies + in `./node_modules`. +- `README.md` - This README is generated _automatically_ by running `npm run +docs` from the project root level. **DO NOT edit this file**. +- `LICENCE` - Like the README, this file should not be edited. +- `test/` - This directory holds the GeoJSON files that provide data for + dynamic tests (in `./test/in`) and the results of the tests (in + `./test/out`). The files in `./test/out` should **not** be edited by hand. + They should be generated dynamically by [setting the environment + variable](https://askubuntu.com/a/58828) `REGEN` to `true`, and then the + tests should be checked against these files by setting `REGEN` to some other + value. The resulting out-files can be drag-dropped into + [geojson.io](http://geojson.io) to see, visually, if the module is behaving + appropriately. + +## Publishing + +Install lerna: + +```bash +$ npm install -g lerna@2.0.0-beta.34 +``` + +Publish a test release: + +```bash +$ lerna publish --canary +``` + +## Documentation + +To update TurfJS's Documentation (README.md) use the following `npm run docs`: + +- **inside a module:** will only generate the docs of that module. +- **main folder:** will generate docs for all modules. + +### Examples + +**Only builds docs for `@turf/center`** + +```bash +$ cd ./turf/packages/turf-center +$ npm run docs + +> @turf/center@5.0.4 docs /Users/mac/Github/turf/packages/turf-center +> node ../../scripts/generate-readmes + +Building Docs: @turf/center +``` + +**Builds docs for all modules** + +```bash +$ cd ./turf +$ npm run docs +> @5.0.0 docs /Users/mac/Github/turf +> node ./scripts/generate-readmes + +Building Docs: @turf/along +Building Docs: @turf/area +Building Docs: @turf/bbox-clip +Building Docs: @turf/bbox-polygon +Building Docs: @turf/bbox +Building Docs: @turf/bearing +Building Docs: @turf/bezier-spline +Building Docs: @turf/boolean-clockwise +.... +``` + +## Other Dependencies + +- Turf uses [Yarn](https://yarnpkg.com) and [lerna](https://lerna.js.org) during the testing, packaging and publishing process. + - Lerna will be automatically installed when you run `npm install` in the root directory. + - Yarn will need to be installed on your computer, installers are available via the yarn website. + +## Financial contributions + +We also welcome financial contributions in full transparency on our [open collective](https://opencollective.com/turf). +Anyone can file an expense. If the expense makes sense for the development of the community, it will be "merged" in the ledger of our open collective by the core contributors and the person who filed the expense will be reimbursed. diff --git a/versioned_docs/version-7.0.0/getting-started.md b/versioned_docs/version-7.0.0/getting-started.md new file mode 100644 index 00000000..f64e153d --- /dev/null +++ b/versioned_docs/version-7.0.0/getting-started.md @@ -0,0 +1,110 @@ +--- +sidebar_position: 2 +--- + +# Getting started + +How you add Turf to your project will dependend on your environment and tooling but here are some guidelines to get you started. + +The source of truth for published versions of Turf is [NPM](https://www.npmjs.com/package/@turf/turf?activeTab=versions). You are welcome to use other providers that republish these packages. + +## Installation + +### In Node.js + +```bash +# get all of turf +npm install @turf/turf + +# or get individual packages +npm install @turf/helpers +npm install @turf/buffer +``` + +As of v7, both CommonJS and ESM bundles are included. + +### In browser + +Whether downloading locally, or including a 3rd party version of turf directly, there are multiple CDN's to choose from and each has a URL scheme that allows you to specify what version you want, with some flexibility. Structure your URL as appropriate for your needs: + +- [jsdelivr](https://www.jsdelivr.com/) + - browse: https://www.jsdelivr.com/package/npm/@turf/turf + - latest within major version: https://cdn.jsdelivr.net/npm/@turf/turf@7/turf.min.js + - latest within minor version: https://cdn.jsdelivr.net/npm/@turf/turf@7.0/turf.min.js + - specific version: https://cdn.jsdelivr.net/npm/@turf/turf@7.0.0/turf.min.js +- [unpkg](https://www.unpkg.com/) + - browse: https://unpkg.com/browse/@turf/turf@7.0.0/ + - latest within major version: https://unpkg.com/@turf/turf@^7/turf.min.js + - latest within minor version: https://unpkg.com/@turf/turf@^7.0/turf.min.js + - specific version: https://unpkg.com/@turf/turf@7.0.0/turf.min.js + +For example, download the [latest minified version 7](https://cdn.jsdelivr.net/npm/@turf/turf@7/turf.min.js), and include it in a script tag. This will expose a global variable named `turf`. + +```html + +``` + +You can also include it directly from a CDN. This example specifies the latest version within v7. + +```html + +``` + +It is not recommended to use a CDN URL that gives you the `latest` bleeding edge version of Turf, especially in a production app. There are breaking changes to turf functions between major versions that can leave your app in a broken state because it always gives your browser users the latest version. + +## TypeScript + +TypeScript definitions are included and exported by each Turf module, except for GeoJSON type definitions (e.g. `Polygon`, `FeatureCollection`) which are provided by the [@types/geojson](https://www.npmjs.com/package/@types/geojson) package. Turf does not re-export these type definitionas. If you need them, you can import and use them directly, e.g. `import { Polygon, FeatureCollection } from 'geojson'`. You may need to install the `@types/geojson` package first. + +## Other languages + +Ports of Turf.js are available in: + +- [Java](https://github.com/mapbox/mapbox-java/tree/master/services-turf/src/main/java/com/mapbox/turf) (Android, Java SE) + - > [The current to-do list for porting to Java](https://github.com/mapbox/mapbox-java/blob/master/docs/turf-port.md) +- [Swift](https://github.com/mapbox/turf-swift/) (iOS, macOS, tvOS, watchOS, Linux) + - > Turf for Swift is **experimental** and its public API is subject to change. Please use with care. +- [Dart/Flutter](https://github.com/dartclub/turf_dart) (Dart Web, Dart Native; Flutter for iOS, Android, macOS, Windows, Linux, Web) + - > The Turf for Dart port is still in progress, the implementation status can be found in the [README](https://github.com/dartclub/turf_dart#components). + +--- + +## Data in Turf + +Turf uses GeoJSON for all geographic data. Turf expects the data to be standard WGS84 longitude, latitude coordinates. Check out geojson.io for a tool to easily create this data. + +> **NOTE:** Turf expects data in (longitude, latitude) order per the GeoJSON standard. + +Most Turf functions work with GeoJSON features. These are pieces of data that represent a collection of properties (ie: population, elevation, zipcode, etc.) along with a geometry. GeoJSON has several geometry types such as: + +- Point +- LineString +- Polygon + +Turf provides a few geometry functions of its own. These are nothing more than simple (and optional) wrappers that output plain old GeoJSON. For example, these two methods of creating a point are functionally equivalent: + +```js +// Note order: longitude, latitude. +var point1 = turf.point([-73.988214, 40.749128]); + +var point2 = { + type: "Feature", + geometry: { + type: "Point", + // Note order: longitude, latitude. + coordinates: [-73.988214, 40.749128], + }, + properties: {}, +}; +``` + +## Browser support + +Turf packages are compiled to target ES2017. However, the browser version of @turf/turf is transpiled to also include support for IE11. If you are using these packages and need to target IE11, please transpile the following packages as part of your build: + +``` +@turf/* +robust-predicates +rbush +tinyqueue +``` diff --git a/versioned_docs/version-7.0.0/intro.md b/versioned_docs/version-7.0.0/intro.md new file mode 100644 index 00000000..4c5218dd --- /dev/null +++ b/versioned_docs/version-7.0.0/intro.md @@ -0,0 +1,51 @@ +--- +sidebar_position: 1 +--- + +# Introduction + +**_A modular geospatial engine written in JavaScript_** + +--- + +[Turf](https://turfjs.org) is a [JavaScript library](https://en.wikipedia.org/wiki/JavaScript_library) for [spatial analysis](https://en.wikipedia.org/wiki/Spatial_analysis). It includes traditional spatial operations, helper functions for creating [GeoJSON](https://geojson.org) data, and data classification and statistics tools. Turf can be added to your website as a client-side plugin, or you can [run Turf server-side](https://www.npmjs.com/package/@turf/turf) with [Node.js](https://nodejs.org/) (see below). + +[![GitHub Actions Status](https://github.com/Turfjs/turf/actions/workflows/turf.yml/badge.svg)](https://github.com/Turfjs/turf/actions/workflows/turf.yml/badge.svg) +[![Version Badge][npm-img]][npm-url] +[![Gitter chat][gitter-img]][gitter-url] +[![Backers on Open Collective][oc-backer-badge]](#backers) +[![Sponsors on Open Collective][oc-sponsor-badge]](#sponsors) [![Coverage Status](https://coveralls.io/repos/github/Turfjs/turf/badge.svg)](https://coveralls.io/github/Turfjs/turf) + +[npm-img]: https://img.shields.io/npm/v/@turf/turf.svg +[npm-url]: https://www.npmjs.com/package/@turf/turf +[gitter-img]: https://badges.gitter.im/Turfjs/turf.svg +[gitter-url]: https://gitter.im/Turfjs/turf +[oc-backer-badge]: https://opencollective.com/turf/backers/badge.svg +[oc-sponsor-badge]: https://opencollective.com/turf/sponsors/badge.svg + +## Contributors + +This project exists thanks to all the people who contribute. If you are interested in helping, check out the [Contributing Guide](contributing.md). + + + +## Backers + +Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/turf#backer)] + + + +## Sponsors + +Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/turf#sponsor)] + + + + + + + + + + + diff --git a/versioned_docs/version-7.0.0/upgrade-guide.md b/versioned_docs/version-7.0.0/upgrade-guide.md new file mode 100644 index 00000000..fa55fe70 --- /dev/null +++ b/versioned_docs/version-7.0.0/upgrade-guide.md @@ -0,0 +1,50 @@ +--- +sidebar_position: 3 +--- + +# Upgrade Guide + +When upgrading to a newer version of Turf, see the [CHANGELOG](https://github.com/Turfjs/turf/blob/master/CHANGELOG.md) and [release notes](https://github.com/Turfjs/turf/releases) for any breaking changes. If you are getting errors after upgrade, look to see if the [API docs](https://turfjs.org) have changed for your functions between versions and migrate them as appropriate. + +How you upgrade Turf will depend on your specific environment and tooling. Here are some guidelines to get you started. + +The source of truth for published versions of Turf is [NPM](https://www.npmjs.com/package/@turf/turf?activeTab=versions). You are welcome to use other providers that republish these packages. + +## In Node.js + +```bash +# If you use the all-inclusive turf library +npm update --save @turf/turf + +# if you use the smaller individual turf packages +npm update --save @turf/helpers @turf/buffer +``` + +As of v7, both CommonJS and ESM bundles are included. + +## In browser + +Whether downloading locally, or including a 3rd party version of turf directly, there are multiple CDN's to choose from and each has a URL scheme that allows you to specify what version you want, with some flexibility. Structure your URL as appropriate for your needs: + +- [jsdelivr](https://www.jsdelivr.com/) + - browse: https://www.jsdelivr.com/package/npm/@turf/turf + - latest within major version: https://cdn.jsdelivr.net/npm/@turf/turf@7/turf.min.js + - latest within minor version: https://cdn.jsdelivr.net/npm/@turf/turf@7.0/turf.min.js + - specific version: https://cdn.jsdelivr.net/npm/@turf/turf@7.0.0/turf.min.js +- [unpkg](https://www.unpkg.com/) + - browse: https://unpkg.com/browse/@turf/turf@7.0.0/ + - latest within major version: https://unpkg.com/@turf/turf@^7/turf.min.js + - latest within minor version: https://unpkg.com/@turf/turf@^7.0/turf.min.js + - specific version: https://unpkg.com/@turf/turf@7.0.0/turf.min.js + +Here's an example of migrating from Turf 6.x to 7.x + +```html + +``` +becomes +```html + +``` + +It is not recommended to use a CDN URL that always gives you the `latest` bleeding edge version of Turf, especially in a production app. There are breaking changes to turf functions between major versions that can leave your app in a broken state. diff --git a/versioned_sidebars/version-7.0.0-sidebars.json b/versioned_sidebars/version-7.0.0-sidebars.json new file mode 100644 index 00000000..4b4b527d --- /dev/null +++ b/versioned_sidebars/version-7.0.0-sidebars.json @@ -0,0 +1,315 @@ +{ + "docsSidebar": [ + { + "type": "doc", + "id": "intro" + }, + { + "type": "doc", + "id": "getting-started" + }, + { + "type": "doc", + "id": "upgrade-guide" + }, + { + "type": "doc", + "id": "contributing" + } + ], + "apiSidebar": [ + { + "type": "category", + "label": "Measurement", + "collapsed": false, + "items": [ + "api/along", + "api/area", + "api/bbox", + "api/bboxPolygon", + "api/bearing", + "api/center", + "api/centerOfMass", + "api/centroid", + "api/destination", + "api/distance", + "api/envelope", + "api/greatCircle", + "api/length", + "api/midpoint", + "api/pointOnFeature", + "api/pointToLineDistance", + "api/polygonTangents", + "api/rhumbBearing", + "api/rhumbDestination", + "api/rhumbDistance", + "api/square" + ] + }, + { + "type": "category", + "label": "Coordinate Mutation", + "collapsed": false, + "items": [ + "api/cleanCoords", + "api/flip", + "api/rewind", + "api/round", + "api/truncate" + ] + }, + { + "type": "category", + "label": "Transformation", + "collapsed": false, + "items": [ + "api/bboxClip", + "api/bezierSpline", + "api/buffer", + "api/circle", + "api/clone", + "api/concave", + "api/convex", + "api/difference", + "api/dissolve", + "api/intersect", + "api/lineOffset", + "api/polygonSmooth", + "api/simplify", + "api/tesselate", + "api/transformRotate", + "api/transformScale", + "api/transformTranslate", + "api/union", + "api/voronoi" + ] + }, + { + "type": "category", + "label": "Feature Conversion", + "collapsed": false, + "items": [ + "api/combine", + "api/explode", + "api/flatten", + "api/lineToPolygon", + "api/polygonToLine", + "api/polygonize" + ] + }, + { + "type": "category", + "label": "Misc", + "collapsed": false, + "items": [ + "api/kinks", + "api/lineArc", + "api/lineChunk", + "api/lineIntersect", + "api/lineOverlap", + "api/lineSegment", + "api/lineSlice", + "api/lineSliceAlong", + "api/lineSplit", + "api/mask", + "api/nearestPointOnLine", + "api/sector", + "api/shortestPath", + "api/unkinkPolygon" + ] + }, + { + "type": "category", + "label": "Helper", + "collapsed": false, + "items": [ + "api/feature", + "api/featureCollection", + "api/geometryCollection", + "api/lineString", + "api/multiLineString", + "api/multiPoint", + "api/multiPolygon", + "api/point", + "api/polygon" + ] + }, + { + "type": "category", + "label": "Random", + "collapsed": false, + "items": [ + "api/randomLineString", + "api/randomPoint", + "api/randomPolygon", + "api/randomPosition" + ] + }, + { + "type": "category", + "label": "Data", + "collapsed": false, + "items": [ + "api/sample" + ] + }, + { + "type": "category", + "label": "Interpolation", + "collapsed": false, + "items": [ + "api/interpolate", + "api/isobands", + "api/isolines", + "api/planepoint", + "api/tin" + ] + }, + { + "type": "category", + "label": "Joins", + "collapsed": false, + "items": [ + "api/pointsWithinPolygon", + "api/tag" + ] + }, + { + "type": "category", + "label": "Grids", + "collapsed": false, + "items": [ + "api/hexGrid", + "api/pointGrid", + "api/squareGrid", + "api/triangleGrid" + ] + }, + { + "type": "category", + "label": "Classification", + "collapsed": false, + "items": [ + "api/nearestPoint" + ] + }, + { + "type": "category", + "label": "Aggregation", + "collapsed": false, + "items": [ + "api/clustersDbscan", + "api/clustersKmeans", + "api/collect" + ] + }, + { + "type": "category", + "label": "Meta", + "collapsed": false, + "items": [ + "api/clusterEach", + "api/clusterReduce", + "api/coordAll", + "api/coordEach", + "api/coordReduce", + "api/featureEach", + "api/featureReduce", + "api/flattenEach", + "api/flattenReduce", + "api/geomEach", + "api/geomReduce", + "api/getCluster", + "api/getCoord", + "api/getCoords", + "api/getGeom", + "api/getType", + "api/propEach", + "api/propReduce", + "api/segmentEach", + "api/segmentReduce" + ] + }, + { + "type": "category", + "label": "Assertions", + "collapsed": false, + "items": [ + "api/collectionOf", + "api/containsNumber", + "api/featureOf", + "api/geojsonType" + ] + }, + { + "type": "category", + "label": "Booleans", + "collapsed": false, + "items": [ + "api/booleanClockwise", + "api/booleanConcave", + "api/booleanContains", + "api/booleanCrosses", + "api/booleanDisjoint", + "api/booleanEqual", + "api/booleanOverlap", + "api/booleanParallel", + "api/booleanPointInPolygon", + "api/booleanPointOnLine", + "api/booleanTouches", + "api/booleanWithin" + ] + }, + { + "type": "category", + "label": "Unit Conversion", + "collapsed": false, + "items": [ + "api/bearingToAzimuth", + "api/convertArea", + "api/convertLength", + "api/degreesToRadians", + "api/lengthToDegrees", + "api/lengthToRadians", + "api/radiansToDegrees", + "api/radiansToLength", + "api/toMercator", + "api/toWgs84" + ] + }, + { + "type": "category", + "label": "Other", + "collapsed": false, + "items": [ + "api/angle", + "api/booleanIntersects", + "api/booleanValid", + "api/centerMean", + "api/centerMedian", + "api/directionalMean", + "api/distanceWeight", + "api/ellipse", + "api/findPoint", + "api/findSegment", + "api/geometry", + "api/isNumber", + "api/isObject", + "api/lineEach", + "api/lineReduce", + "api/lineStrings", + "api/mean", + "api/moranIndex", + "api/nearestPointToLine", + "api/pNormDistance", + "api/points", + "api/polygons", + "api/pt", + "api/quadratAnalysis", + "api/rbush", + "api/standardDeviationalEllipse", + "api/variance" + ] + } + ] +} diff --git a/versions.json b/versions.json index cd6f8ee4..23b234f6 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ [ + "7.0.0", "6.5.0" ]