diff --git a/.monorepolint.config.mjs b/.monorepolint.config.mjs index a4c8863b4..58617304c 100644 --- a/.monorepolint.config.mjs +++ b/.monorepolint.config.mjs @@ -171,7 +171,7 @@ export default { options: { scripts: { docs: "tsx ../../scripts/generate-readmes.ts", - test: "npm-run-all --npm-path npm test:*", + test: "pnpm run /test:.*/", }, }, excludePackages: [MAIN_PACKAGE], @@ -220,7 +220,6 @@ export default { options: { devDependencies: { benchmark: "^2.1.4", - "npm-run-all": "^4.1.5", tape: "^5.9.0", tsup: "^8.4.0", tsx: "^4.19.4", diff --git a/package.json b/package.json index 725da226b..ada199051 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "funding": "https://opencollective.com/turf", "scripts": { "docs": "tsx ./scripts/generate-readmes.ts", - "lint": "npm-run-all lint:*", + "lint": "pnpm run /lint:.*/", "lint:docs": "documentation lint packages/turf-*/index.js", "lint:escheck-cjs": "es-check es8 packages/*/dist/cjs/index.cjs packages/turf/turf.min.js", "lint:escheck-esm": "es-check --module es8 packages/*/dist/esm/index.js", @@ -55,7 +55,6 @@ "lint-staged": "^15.5.1", "load-json-file": "^7.0.1", "meow": "^13.2.0", - "npm-run-all": "^4.1.5", "prettier": "^3.5.3", "progress": "^2.0.3", "tsup": "^8.4.0", diff --git a/packages/turf-along/package.json b/packages/turf-along/package.json index 447b21056..d8b3935ec 100644 --- a/packages/turf-along/package.json +++ b/packages/turf-along/package.json @@ -48,7 +48,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -56,7 +56,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-angle/package.json b/packages/turf-angle/package.json index 428c3829d..919b76222 100644 --- a/packages/turf-angle/package.json +++ b/packages/turf-angle/package.json @@ -48,7 +48,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -60,7 +60,6 @@ "benchmark": "^2.1.4", "glob": "^11.0.2", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-area/package.json b/packages/turf-area/package.json index 3c12cc91c..009895bdf 100644 --- a/packages/turf-area/package.json +++ b/packages/turf-area/package.json @@ -47,7 +47,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -55,7 +55,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-bbox-clip/package.json b/packages/turf-bbox-clip/package.json index 4c8275956..6445dccdf 100644 --- a/packages/turf-bbox-clip/package.json +++ b/packages/turf-bbox-clip/package.json @@ -53,7 +53,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -62,7 +62,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-bbox-polygon/package.json b/packages/turf-bbox-polygon/package.json index 1195fc5d5..74c5d5af3 100644 --- a/packages/turf-bbox-polygon/package.json +++ b/packages/turf-bbox-polygon/package.json @@ -48,14 +48,13 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { "@types/benchmark": "^2.1.5", "@types/tape": "^5.8.1", "benchmark": "^2.1.4", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-bbox/package.json b/packages/turf-bbox/package.json index 7bbc6961b..7a0033e1c 100644 --- a/packages/turf-bbox/package.json +++ b/packages/turf-bbox/package.json @@ -49,14 +49,13 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { "@types/benchmark": "^2.1.5", "@types/tape": "^5.8.1", "benchmark": "^2.1.4", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-bearing/package.json b/packages/turf-bearing/package.json index f610c17dd..fc470ff9b 100644 --- a/packages/turf-bearing/package.json +++ b/packages/turf-bearing/package.json @@ -45,7 +45,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -53,7 +53,6 @@ "@types/benchmark": "^2.1.5", "@types/tape": "^5.8.1", "benchmark": "^2.1.4", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-bezier-spline/package.json b/packages/turf-bezier-spline/package.json index ec8a9d6f8..034d779df 100644 --- a/packages/turf-bezier-spline/package.json +++ b/packages/turf-bezier-spline/package.json @@ -48,7 +48,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -56,7 +56,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-boolean-clockwise/package.json b/packages/turf-boolean-clockwise/package.json old mode 100755 new mode 100644 index d18f104df..eda29bff4 --- a/packages/turf-boolean-clockwise/package.json +++ b/packages/turf-boolean-clockwise/package.json @@ -52,7 +52,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -61,7 +61,6 @@ "benchmark": "^2.1.4", "glob": "^11.0.2", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-boolean-concave/package.json b/packages/turf-boolean-concave/package.json index 4320002a2..fd2000edc 100644 --- a/packages/turf-boolean-concave/package.json +++ b/packages/turf-boolean-concave/package.json @@ -51,7 +51,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -60,7 +60,6 @@ "benchmark": "^2.1.4", "glob": "^11.0.2", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-boolean-contains/package.json b/packages/turf-boolean-contains/package.json index 59f9d75eb..d08e01738 100644 --- a/packages/turf-boolean-contains/package.json +++ b/packages/turf-boolean-contains/package.json @@ -51,7 +51,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -62,7 +62,6 @@ "boolean-shapely": "*", "glob": "^11.0.2", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-boolean-crosses/package.json b/packages/turf-boolean-crosses/package.json index 282b369d5..3ca40b023 100644 --- a/packages/turf-boolean-crosses/package.json +++ b/packages/turf-boolean-crosses/package.json @@ -51,7 +51,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -61,7 +61,6 @@ "boolean-shapely": "*", "glob": "^11.0.2", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-boolean-disjoint/package.json b/packages/turf-boolean-disjoint/package.json index 1b4b14c49..3e75d73db 100644 --- a/packages/turf-boolean-disjoint/package.json +++ b/packages/turf-boolean-disjoint/package.json @@ -51,7 +51,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -60,7 +60,6 @@ "benchmark": "^2.1.4", "boolean-shapely": "*", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-boolean-equal/package.json b/packages/turf-boolean-equal/package.json index 5e32b3ae3..63a21131f 100644 --- a/packages/turf-boolean-equal/package.json +++ b/packages/turf-boolean-equal/package.json @@ -54,7 +54,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -64,7 +64,6 @@ "boolean-shapely": "*", "glob": "^11.0.2", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-boolean-intersects/package.json b/packages/turf-boolean-intersects/package.json index 9b095f7a2..d16c97bb8 100644 --- a/packages/turf-boolean-intersects/package.json +++ b/packages/turf-boolean-intersects/package.json @@ -52,7 +52,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -61,7 +61,6 @@ "benchmark": "^2.1.4", "boolean-shapely": "*", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-boolean-overlap/package.json b/packages/turf-boolean-overlap/package.json old mode 100755 new mode 100644 index 35e27f22f..06a69d5b0 --- a/packages/turf-boolean-overlap/package.json +++ b/packages/turf-boolean-overlap/package.json @@ -53,7 +53,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -63,7 +63,6 @@ "boolean-shapely": "*", "glob": "^11.0.2", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-boolean-parallel/package.json b/packages/turf-boolean-parallel/package.json index e7e56661a..08fc0e6ef 100644 --- a/packages/turf-boolean-parallel/package.json +++ b/packages/turf-boolean-parallel/package.json @@ -50,7 +50,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -58,7 +58,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-boolean-point-in-polygon/package.json b/packages/turf-boolean-point-in-polygon/package.json index 43287f6c5..fd9ecdb09 100644 --- a/packages/turf-boolean-point-in-polygon/package.json +++ b/packages/turf-boolean-point-in-polygon/package.json @@ -49,14 +49,13 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { "@types/benchmark": "^2.1.5", "@types/tape": "^5.8.1", "benchmark": "^2.1.4", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-boolean-point-on-line/package.json b/packages/turf-boolean-point-on-line/package.json index dabe16a94..809910904 100644 --- a/packages/turf-boolean-point-on-line/package.json +++ b/packages/turf-boolean-point-on-line/package.json @@ -48,7 +48,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -57,7 +57,6 @@ "benchmark": "^2.1.4", "glob": "^11.0.2", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-boolean-touches/package.json b/packages/turf-boolean-touches/package.json index 8e7284d41..d16561f49 100644 --- a/packages/turf-boolean-touches/package.json +++ b/packages/turf-boolean-touches/package.json @@ -52,7 +52,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -64,7 +64,6 @@ "boolean-shapely": "*", "glob": "^11.0.2", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-boolean-valid/package.json b/packages/turf-boolean-valid/package.json index b0c8c20bc..aaede65e2 100644 --- a/packages/turf-boolean-valid/package.json +++ b/packages/turf-boolean-valid/package.json @@ -51,7 +51,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -62,7 +62,6 @@ "boolean-shapely": "*", "glob": "^11.0.2", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-boolean-within/package.json b/packages/turf-boolean-within/package.json index 6a06818f1..a60355544 100644 --- a/packages/turf-boolean-within/package.json +++ b/packages/turf-boolean-within/package.json @@ -52,7 +52,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -64,7 +64,6 @@ "boolean-shapely": "*", "glob": "^11.0.2", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-buffer/package.json b/packages/turf-buffer/package.json index 57b2393ce..67abea7f9 100644 --- a/packages/turf-buffer/package.json +++ b/packages/turf-buffer/package.json @@ -55,7 +55,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -65,7 +65,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-center-mean/package.json b/packages/turf-center-mean/package.json index eafd4c678..7a2ba1bfa 100644 --- a/packages/turf-center-mean/package.json +++ b/packages/turf-center-mean/package.json @@ -53,7 +53,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -65,7 +65,6 @@ "benchmark": "^2.1.4", "glob": "^11.0.2", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-center-median/package.json b/packages/turf-center-median/package.json index d4a18aa55..0f6c13b91 100644 --- a/packages/turf-center-median/package.json +++ b/packages/turf-center-median/package.json @@ -48,7 +48,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -60,7 +60,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-center-of-mass/package.json b/packages/turf-center-of-mass/package.json index c515c7ead..e2d7f1d35 100644 --- a/packages/turf-center-of-mass/package.json +++ b/packages/turf-center-of-mass/package.json @@ -45,7 +45,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -55,7 +55,6 @@ "benchmark": "^2.1.4", "glob": "^11.0.2", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-center/package.json b/packages/turf-center/package.json index 2564a1237..11fcd0e21 100644 --- a/packages/turf-center/package.json +++ b/packages/turf-center/package.json @@ -49,7 +49,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -61,7 +61,6 @@ "benchmark": "^2.1.4", "glob": "^11.0.2", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-centroid/package.json b/packages/turf-centroid/package.json index d9bab10ea..f5a60fcf8 100644 --- a/packages/turf-centroid/package.json +++ b/packages/turf-centroid/package.json @@ -47,7 +47,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -57,7 +57,6 @@ "benchmark": "^2.1.4", "glob": "^11.0.2", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-circle/package.json b/packages/turf-circle/package.json index 2b9190f44..969aefc23 100644 --- a/packages/turf-circle/package.json +++ b/packages/turf-circle/package.json @@ -49,7 +49,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -60,7 +60,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-clean-coords/package.json b/packages/turf-clean-coords/package.json index 06ba46768..ee4b6cd66 100644 --- a/packages/turf-clean-coords/package.json +++ b/packages/turf-clean-coords/package.json @@ -50,7 +50,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -61,7 +61,6 @@ "benchmark": "^2.1.4", "geojson-equality-ts": "^1.0.2", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-clone/package.json b/packages/turf-clone/package.json index 6a4c666ad..da2474350 100644 --- a/packages/turf-clone/package.json +++ b/packages/turf-clone/package.json @@ -48,7 +48,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -57,7 +57,6 @@ "@types/benchmark": "^2.1.5", "@types/tape": "^5.8.1", "benchmark": "^2.1.4", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-clusters-dbscan/package.json b/packages/turf-clusters-dbscan/package.json index 658ab89a4..597b687f1 100644 --- a/packages/turf-clusters-dbscan/package.json +++ b/packages/turf-clusters-dbscan/package.json @@ -55,7 +55,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -69,7 +69,6 @@ "chromatism": "^3.0.0", "concaveman": "^1.2.1", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-clusters-kmeans/package.json b/packages/turf-clusters-kmeans/package.json index be19adfb7..d10f8022b 100644 --- a/packages/turf-clusters-kmeans/package.json +++ b/packages/turf-clusters-kmeans/package.json @@ -54,7 +54,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -69,7 +69,6 @@ "chromatism": "^3.0.0", "concaveman": "^1.2.1", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-clusters/package.json b/packages/turf-clusters/package.json index 70a4b9cd4..a1795ad9a 100644 --- a/packages/turf-clusters/package.json +++ b/packages/turf-clusters/package.json @@ -51,7 +51,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -59,7 +59,6 @@ "@types/benchmark": "^2.1.5", "@types/tape": "^5.8.1", "benchmark": "^2.1.4", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-collect/package.json b/packages/turf-collect/package.json index f9bf75ac0..c3a8527d4 100644 --- a/packages/turf-collect/package.json +++ b/packages/turf-collect/package.json @@ -52,7 +52,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -60,7 +60,6 @@ "@types/rbush": "^3.0.4", "@types/tape": "^5.8.1", "benchmark": "^2.1.4", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-combine/package.json b/packages/turf-combine/package.json index 55b1b8c72..b8a6cf0f5 100644 --- a/packages/turf-combine/package.json +++ b/packages/turf-combine/package.json @@ -48,14 +48,13 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { "@types/benchmark": "^2.1.5", "@types/tape": "^5.8.1", "benchmark": "^2.1.4", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-concave/package.json b/packages/turf-concave/package.json index a4a2d2381..db6af4b03 100644 --- a/packages/turf-concave/package.json +++ b/packages/turf-concave/package.json @@ -58,7 +58,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -68,7 +68,6 @@ "@types/topojson-server": "3.0.3", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-convex/package.json b/packages/turf-convex/package.json index eceff4203..6441daed7 100644 --- a/packages/turf-convex/package.json +++ b/packages/turf-convex/package.json @@ -45,7 +45,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -55,7 +55,6 @@ "benchmark": "^2.1.4", "glob": "^11.0.2", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-destination/package.json b/packages/turf-destination/package.json index 4fda33031..5231f9e4b 100644 --- a/packages/turf-destination/package.json +++ b/packages/turf-destination/package.json @@ -52,7 +52,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -62,7 +62,6 @@ "benchmark": "^2.1.4", "glob": "^11.0.2", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-difference/package.json b/packages/turf-difference/package.json index a23a436d4..aba1eddae 100644 --- a/packages/turf-difference/package.json +++ b/packages/turf-difference/package.json @@ -45,7 +45,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -54,7 +54,6 @@ "benchmark": "^2.1.4", "glob": "^11.0.2", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-directional-mean/package.json b/packages/turf-directional-mean/package.json index af2b6a25b..d3bd7ba5c 100644 --- a/packages/turf-directional-mean/package.json +++ b/packages/turf-directional-mean/package.json @@ -48,7 +48,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -56,7 +56,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-dissolve/package.json b/packages/turf-dissolve/package.json index a62d9d898..0ad7f8908 100644 --- a/packages/turf-dissolve/package.json +++ b/packages/turf-dissolve/package.json @@ -48,7 +48,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -56,7 +56,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-distance-weight/package.json b/packages/turf-distance-weight/package.json index 947c4cadd..5fc069045 100644 --- a/packages/turf-distance-weight/package.json +++ b/packages/turf-distance-weight/package.json @@ -48,7 +48,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -56,7 +56,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-distance/package.json b/packages/turf-distance/package.json index a414a60fd..3d5f5cca8 100644 --- a/packages/turf-distance/package.json +++ b/packages/turf-distance/package.json @@ -47,7 +47,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -55,7 +55,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-ellipse/package.json b/packages/turf-ellipse/package.json index 4e2c92290..fb32777cd 100644 --- a/packages/turf-ellipse/package.json +++ b/packages/turf-ellipse/package.json @@ -49,7 +49,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -64,7 +64,6 @@ "benchmark": "^2.1.4", "glob": "^11.0.2", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-envelope/package.json b/packages/turf-envelope/package.json index a3dcc5855..e63b785d0 100644 --- a/packages/turf-envelope/package.json +++ b/packages/turf-envelope/package.json @@ -48,7 +48,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -56,7 +56,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-explode/package.json b/packages/turf-explode/package.json index acebb0ca9..5c7fb1232 100644 --- a/packages/turf-explode/package.json +++ b/packages/turf-explode/package.json @@ -47,7 +47,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -55,7 +55,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-flatten/package.json b/packages/turf-flatten/package.json index dd6ac0fde..b1e875755 100644 --- a/packages/turf-flatten/package.json +++ b/packages/turf-flatten/package.json @@ -52,7 +52,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -61,7 +61,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-flip/package.json b/packages/turf-flip/package.json index 8e757f9da..bd1057d11 100644 --- a/packages/turf-flip/package.json +++ b/packages/turf-flip/package.json @@ -47,7 +47,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -56,7 +56,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-geojson-rbush/package.json b/packages/turf-geojson-rbush/package.json index 2ceee5419..628bbd061 100644 --- a/packages/turf-geojson-rbush/package.json +++ b/packages/turf-geojson-rbush/package.json @@ -53,7 +53,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -64,7 +64,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-great-circle/package.json b/packages/turf-great-circle/package.json index 7ae572b06..35a277a83 100644 --- a/packages/turf-great-circle/package.json +++ b/packages/turf-great-circle/package.json @@ -53,7 +53,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -63,7 +63,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-helpers/package.json b/packages/turf-helpers/package.json index a6fc328ab..6b59d6c3f 100644 --- a/packages/turf-helpers/package.json +++ b/packages/turf-helpers/package.json @@ -53,7 +53,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -61,7 +61,6 @@ "@types/benchmark": "^2.1.5", "@types/tape": "^5.8.1", "benchmark": "^2.1.4", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-hex-grid/package.json b/packages/turf-hex-grid/package.json index 9109b02e8..5d2c3b34a 100644 --- a/packages/turf-hex-grid/package.json +++ b/packages/turf-hex-grid/package.json @@ -57,7 +57,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -68,7 +68,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-interpolate/package.json b/packages/turf-interpolate/package.json index ed768ab3b..6c875fad9 100644 --- a/packages/turf-interpolate/package.json +++ b/packages/turf-interpolate/package.json @@ -49,7 +49,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -60,7 +60,6 @@ "benchmark": "^2.1.4", "chromatism": "^3.0.0", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-intersect/package.json b/packages/turf-intersect/package.json index 2833f106a..2f06c9a16 100644 --- a/packages/turf-intersect/package.json +++ b/packages/turf-intersect/package.json @@ -46,7 +46,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -56,7 +56,6 @@ "benchmark": "^2.1.4", "glob": "^11.0.2", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-invariant/package.json b/packages/turf-invariant/package.json index 17491ccad..af0aecaf1 100644 --- a/packages/turf-invariant/package.json +++ b/packages/turf-invariant/package.json @@ -50,7 +50,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -58,7 +58,6 @@ "@types/benchmark": "^2.1.5", "@types/tape": "^5.8.1", "benchmark": "^2.1.4", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-isobands/package.json b/packages/turf-isobands/package.json index 825778d64..478562185 100644 --- a/packages/turf-isobands/package.json +++ b/packages/turf-isobands/package.json @@ -54,7 +54,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -67,7 +67,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-isolines/package.json b/packages/turf-isolines/package.json index 7b76eddff..2d8e24103 100644 --- a/packages/turf-isolines/package.json +++ b/packages/turf-isolines/package.json @@ -53,7 +53,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -67,7 +67,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-kinks/package.json b/packages/turf-kinks/package.json index 7c53cd701..39f6eae5d 100644 --- a/packages/turf-kinks/package.json +++ b/packages/turf-kinks/package.json @@ -46,7 +46,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -56,7 +56,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-length/package.json b/packages/turf-length/package.json index ffabfd1cf..5eadfe08b 100644 --- a/packages/turf-length/package.json +++ b/packages/turf-length/package.json @@ -53,7 +53,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -61,7 +61,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-line-arc/package.json b/packages/turf-line-arc/package.json index 86bace87c..b4249413d 100644 --- a/packages/turf-line-arc/package.json +++ b/packages/turf-line-arc/package.json @@ -45,7 +45,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -55,7 +55,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-line-chunk/package.json b/packages/turf-line-chunk/package.json index f8319c2b2..14a2aceee 100644 --- a/packages/turf-line-chunk/package.json +++ b/packages/turf-line-chunk/package.json @@ -54,7 +54,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -64,7 +64,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-line-intersect/package.json b/packages/turf-line-intersect/package.json index 20a2c36e7..778c67e0f 100644 --- a/packages/turf-line-intersect/package.json +++ b/packages/turf-line-intersect/package.json @@ -52,7 +52,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -61,7 +61,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-line-offset/package.json b/packages/turf-line-offset/package.json index b10fdaefc..a80e34ffc 100644 --- a/packages/turf-line-offset/package.json +++ b/packages/turf-line-offset/package.json @@ -52,7 +52,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -62,7 +62,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-line-overlap/package.json b/packages/turf-line-overlap/package.json index f968f3c95..3879102b6 100644 --- a/packages/turf-line-overlap/package.json +++ b/packages/turf-line-overlap/package.json @@ -51,7 +51,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -60,7 +60,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-line-segment/package.json b/packages/turf-line-segment/package.json index 1adb8e07c..4a8527a3e 100644 --- a/packages/turf-line-segment/package.json +++ b/packages/turf-line-segment/package.json @@ -46,7 +46,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -54,7 +54,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-line-slice-along/package.json b/packages/turf-line-slice-along/package.json index 8e9ce56ab..b01f64211 100644 --- a/packages/turf-line-slice-along/package.json +++ b/packages/turf-line-slice-along/package.json @@ -46,7 +46,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -56,7 +56,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4" diff --git a/packages/turf-line-slice/package.json b/packages/turf-line-slice/package.json index 924a635b1..524a5a1fb 100644 --- a/packages/turf-line-slice/package.json +++ b/packages/turf-line-slice/package.json @@ -50,7 +50,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -59,7 +59,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-line-split/package.json b/packages/turf-line-split/package.json index 6094faf14..95f55ba7e 100644 --- a/packages/turf-line-split/package.json +++ b/packages/turf-line-split/package.json @@ -51,7 +51,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -59,7 +59,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-line-to-polygon/package.json b/packages/turf-line-to-polygon/package.json index 565c87c48..17118f1b6 100644 --- a/packages/turf-line-to-polygon/package.json +++ b/packages/turf-line-to-polygon/package.json @@ -51,7 +51,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -60,7 +60,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-mask/package.json b/packages/turf-mask/package.json index e04a5fe9f..356b33cc6 100644 --- a/packages/turf-mask/package.json +++ b/packages/turf-mask/package.json @@ -46,7 +46,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -56,7 +56,6 @@ "benchmark": "^2.1.4", "load-json-file": "^7.0.1", "mkdirp": "^3.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-meta/package.json b/packages/turf-meta/package.json index 0809d0798..bb2b74253 100644 --- a/packages/turf-meta/package.json +++ b/packages/turf-meta/package.json @@ -68,7 +68,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -76,7 +76,6 @@ "@turf/random": "workspace:*", "@types/benchmark": "^2.1.5", "benchmark": "^2.1.4", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4" diff --git a/packages/turf-midpoint/package.json b/packages/turf-midpoint/package.json index dbf85f628..fd02aa965 100644 --- a/packages/turf-midpoint/package.json +++ b/packages/turf-midpoint/package.json @@ -48,14 +48,13 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { "@types/benchmark": "^2.1.5", "@types/tape": "^5.8.1", "benchmark": "^2.1.4", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-moran-index/package.json b/packages/turf-moran-index/package.json index cd894c351..a9846c685 100644 --- a/packages/turf-moran-index/package.json +++ b/packages/turf-moran-index/package.json @@ -48,7 +48,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -56,7 +56,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-nearest-neighbor-analysis/package.json b/packages/turf-nearest-neighbor-analysis/package.json index bcc0316c1..29954a2eb 100644 --- a/packages/turf-nearest-neighbor-analysis/package.json +++ b/packages/turf-nearest-neighbor-analysis/package.json @@ -48,7 +48,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -57,7 +57,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-nearest-point-on-line/package.json b/packages/turf-nearest-point-on-line/package.json index 949f5e4e7..7419479e9 100644 --- a/packages/turf-nearest-point-on-line/package.json +++ b/packages/turf-nearest-point-on-line/package.json @@ -46,7 +46,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -58,7 +58,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-nearest-point-to-line/package.json b/packages/turf-nearest-point-to-line/package.json index 5d936051b..90d48e0e9 100644 --- a/packages/turf-nearest-point-to-line/package.json +++ b/packages/turf-nearest-point-to-line/package.json @@ -51,7 +51,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -63,7 +63,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-nearest-point/package.json b/packages/turf-nearest-point/package.json index ef9cb5f9c..7f54fe313 100644 --- a/packages/turf-nearest-point/package.json +++ b/packages/turf-nearest-point/package.json @@ -49,7 +49,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -58,7 +58,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-planepoint/package.json b/packages/turf-planepoint/package.json index 18ce3470e..6d9f4099d 100644 --- a/packages/turf-planepoint/package.json +++ b/packages/turf-planepoint/package.json @@ -48,7 +48,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -56,7 +56,6 @@ "@types/benchmark": "^2.1.5", "@types/tape": "^5.8.1", "benchmark": "^2.1.4", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-point-grid/package.json b/packages/turf-point-grid/package.json index 0c6751d93..027b7a3be 100644 --- a/packages/turf-point-grid/package.json +++ b/packages/turf-point-grid/package.json @@ -51,7 +51,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -62,7 +62,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-point-on-feature/package.json b/packages/turf-point-on-feature/package.json index f834513e8..9aced8dd8 100644 --- a/packages/turf-point-on-feature/package.json +++ b/packages/turf-point-on-feature/package.json @@ -49,7 +49,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -58,7 +58,6 @@ "@types/benchmark": "^2.1.5", "@types/tape": "^5.8.1", "benchmark": "^2.1.4", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-point-to-line-distance/package.json b/packages/turf-point-to-line-distance/package.json index b4f5a3efc..e41fe9d68 100644 --- a/packages/turf-point-to-line-distance/package.json +++ b/packages/turf-point-to-line-distance/package.json @@ -49,7 +49,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -59,7 +59,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-point-to-polygon-distance/package.json b/packages/turf-point-to-polygon-distance/package.json index 20ba1d951..3c41ace82 100644 --- a/packages/turf-point-to-polygon-distance/package.json +++ b/packages/turf-point-to-polygon-distance/package.json @@ -51,7 +51,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -59,7 +59,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-points-within-polygon/package.json b/packages/turf-points-within-polygon/package.json index 18977efd0..dce88975c 100644 --- a/packages/turf-points-within-polygon/package.json +++ b/packages/turf-points-within-polygon/package.json @@ -48,7 +48,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -56,7 +56,6 @@ "@types/benchmark": "^2.1.5", "@types/tape": "^5.8.1", "benchmark": "^2.1.4", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-polygon-smooth/package.json b/packages/turf-polygon-smooth/package.json index aeafed6a2..c7d6d775a 100644 --- a/packages/turf-polygon-smooth/package.json +++ b/packages/turf-polygon-smooth/package.json @@ -49,7 +49,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -59,7 +59,6 @@ "benchmark": "^2.1.4", "glob": "^11.0.2", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-polygon-tangents/package.json b/packages/turf-polygon-tangents/package.json index fa2765f00..7197efaf0 100644 --- a/packages/turf-polygon-tangents/package.json +++ b/packages/turf-polygon-tangents/package.json @@ -52,7 +52,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -61,7 +61,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-polygon-to-line/package.json b/packages/turf-polygon-to-line/package.json index e08402204..585887f83 100644 --- a/packages/turf-polygon-to-line/package.json +++ b/packages/turf-polygon-to-line/package.json @@ -48,7 +48,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -56,7 +56,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-polygonize/package.json b/packages/turf-polygonize/package.json index 25cee892a..98a927bef 100644 --- a/packages/turf-polygonize/package.json +++ b/packages/turf-polygonize/package.json @@ -51,7 +51,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -60,7 +60,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-projection/package.json b/packages/turf-projection/package.json index 3972475cc..6062378a1 100644 --- a/packages/turf-projection/package.json +++ b/packages/turf-projection/package.json @@ -59,7 +59,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -69,7 +69,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "proj4": "^2.9.2", "tape": "^5.9.0", "tsup": "^8.4.0", diff --git a/packages/turf-quadrat-analysis/package.json b/packages/turf-quadrat-analysis/package.json index a6feafb38..76b6370ba 100644 --- a/packages/turf-quadrat-analysis/package.json +++ b/packages/turf-quadrat-analysis/package.json @@ -48,7 +48,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -57,7 +57,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-random/package.json b/packages/turf-random/package.json index 87acbf835..14210902e 100644 --- a/packages/turf-random/package.json +++ b/packages/turf-random/package.json @@ -45,7 +45,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -53,7 +53,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "glob": "^11.0.2", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-rectangle-grid/package.json b/packages/turf-rectangle-grid/package.json index 92e99991b..fb9041b01 100644 --- a/packages/turf-rectangle-grid/package.json +++ b/packages/turf-rectangle-grid/package.json @@ -51,7 +51,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -61,7 +61,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-rewind/package.json b/packages/turf-rewind/package.json index 642fef59c..8ddf72c65 100644 --- a/packages/turf-rewind/package.json +++ b/packages/turf-rewind/package.json @@ -53,7 +53,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -62,7 +62,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-rhumb-bearing/package.json b/packages/turf-rhumb-bearing/package.json index 66e64a925..0dfba46dc 100644 --- a/packages/turf-rhumb-bearing/package.json +++ b/packages/turf-rhumb-bearing/package.json @@ -53,7 +53,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -61,7 +61,6 @@ "@types/benchmark": "^2.1.5", "@types/tape": "^5.8.1", "benchmark": "^2.1.4", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-rhumb-destination/package.json b/packages/turf-rhumb-destination/package.json index c36765fff..b77bcb06a 100644 --- a/packages/turf-rhumb-destination/package.json +++ b/packages/turf-rhumb-destination/package.json @@ -57,7 +57,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -66,7 +66,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-rhumb-distance/package.json b/packages/turf-rhumb-distance/package.json index f8cb58a94..5b5b56fe5 100644 --- a/packages/turf-rhumb-distance/package.json +++ b/packages/turf-rhumb-distance/package.json @@ -55,7 +55,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -64,7 +64,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-sample/package.json b/packages/turf-sample/package.json index cbe4e8079..7bf8e7344 100644 --- a/packages/turf-sample/package.json +++ b/packages/turf-sample/package.json @@ -47,14 +47,13 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { "@types/benchmark": "^2.1.5", "@types/tape": "^5.8.1", "benchmark": "^2.1.4", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-sector/package.json b/packages/turf-sector/package.json index 53c42185d..eee523c87 100644 --- a/packages/turf-sector/package.json +++ b/packages/turf-sector/package.json @@ -45,7 +45,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -55,7 +55,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-shortest-path/package.json b/packages/turf-shortest-path/package.json index 613028333..fed0816a2 100644 --- a/packages/turf-shortest-path/package.json +++ b/packages/turf-shortest-path/package.json @@ -51,7 +51,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -61,7 +61,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-simplify/package.json b/packages/turf-simplify/package.json index a2cdf2857..718589375 100644 --- a/packages/turf-simplify/package.json +++ b/packages/turf-simplify/package.json @@ -53,7 +53,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -63,7 +63,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-square-grid/package.json b/packages/turf-square-grid/package.json index 21eb292e5..4307894fb 100644 --- a/packages/turf-square-grid/package.json +++ b/packages/turf-square-grid/package.json @@ -48,7 +48,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -57,7 +57,6 @@ "@types/benchmark": "^2.1.5", "@types/tape": "^5.8.1", "benchmark": "^2.1.4", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-square/package.json b/packages/turf-square/package.json index fc0126285..95eb39b65 100644 --- a/packages/turf-square/package.json +++ b/packages/turf-square/package.json @@ -47,14 +47,13 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { "@types/benchmark": "^2.1.5", "@types/tape": "^5.8.1", "benchmark": "^2.1.4", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-standard-deviational-ellipse/package.json b/packages/turf-standard-deviational-ellipse/package.json index 97ddf7de2..8034713f6 100644 --- a/packages/turf-standard-deviational-ellipse/package.json +++ b/packages/turf-standard-deviational-ellipse/package.json @@ -50,7 +50,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -61,7 +61,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-tag/package.json b/packages/turf-tag/package.json index d0c8c88bc..cc07abdbe 100644 --- a/packages/turf-tag/package.json +++ b/packages/turf-tag/package.json @@ -51,7 +51,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -59,7 +59,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-tesselate/package.json b/packages/turf-tesselate/package.json index 11f09f9c8..7e2def8f0 100644 --- a/packages/turf-tesselate/package.json +++ b/packages/turf-tesselate/package.json @@ -55,14 +55,13 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { "@types/benchmark": "^2.1.5", "@types/tape": "^5.8.1", "benchmark": "^2.1.4", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-tin/package.json b/packages/turf-tin/package.json index f4da9a92f..f6ce35500 100644 --- a/packages/turf-tin/package.json +++ b/packages/turf-tin/package.json @@ -46,7 +46,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -54,7 +54,6 @@ "@types/benchmark": "^2.1.5", "@types/tape": "^5.8.1", "benchmark": "^2.1.4", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-transform-rotate/package.json b/packages/turf-transform-rotate/package.json index 7d01f0308..a5b46ea9e 100644 --- a/packages/turf-transform-rotate/package.json +++ b/packages/turf-transform-rotate/package.json @@ -51,7 +51,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -61,7 +61,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-transform-scale/package.json b/packages/turf-transform-scale/package.json index 3f47d63ba..355558da3 100644 --- a/packages/turf-transform-scale/package.json +++ b/packages/turf-transform-scale/package.json @@ -55,7 +55,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -67,7 +67,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-transform-translate/package.json b/packages/turf-transform-translate/package.json index f2853e00b..f4929803a 100644 --- a/packages/turf-transform-translate/package.json +++ b/packages/turf-transform-translate/package.json @@ -53,7 +53,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -63,7 +63,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-triangle-grid/package.json b/packages/turf-triangle-grid/package.json index 11e155b36..52b4a0914 100644 --- a/packages/turf-triangle-grid/package.json +++ b/packages/turf-triangle-grid/package.json @@ -49,7 +49,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -60,7 +60,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-truncate/package.json b/packages/turf-truncate/package.json index deadf971e..11f052713 100644 --- a/packages/turf-truncate/package.json +++ b/packages/turf-truncate/package.json @@ -50,7 +50,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -59,7 +59,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-union/package.json b/packages/turf-union/package.json index 8e19428b2..6538fb806 100644 --- a/packages/turf-union/package.json +++ b/packages/turf-union/package.json @@ -45,7 +45,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -55,7 +55,6 @@ "benchmark": "^2.1.4", "glob": "^11.0.2", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-unkink-polygon/package.json b/packages/turf-unkink-polygon/package.json index 87dc6a5a1..aca942050 100644 --- a/packages/turf-unkink-polygon/package.json +++ b/packages/turf-unkink-polygon/package.json @@ -48,7 +48,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts", "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts" }, @@ -58,7 +58,6 @@ "@types/tape": "^5.8.1", "benchmark": "^2.1.4", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf-voronoi/package.json b/packages/turf-voronoi/package.json index e0c367c81..2b042322a 100644 --- a/packages/turf-voronoi/package.json +++ b/packages/turf-voronoi/package.json @@ -54,7 +54,7 @@ "bench": "tsx bench.ts", "build": "tsup --config ../../tsup.config.ts", "docs": "tsx ../../scripts/generate-readmes.ts", - "test": "npm-run-all --npm-path npm test:*", + "test": "pnpm run /test:.*/", "test:tape": "tsx test.ts" }, "devDependencies": { @@ -63,7 +63,6 @@ "benchmark": "^2.1.4", "glob": "^11.0.2", "load-json-file": "^7.0.1", - "npm-run-all": "^4.1.5", "tape": "^5.9.0", "tsup": "^8.4.0", "tsx": "^4.19.4", diff --git a/packages/turf/package.json b/packages/turf/package.json index a00b86e11..0f3f9e959 100644 --- a/packages/turf/package.json +++ b/packages/turf/package.json @@ -68,7 +68,7 @@ ], "scripts": { "build": "tsup --config ../../tsup.config.ts && rollup -c rollup.config.js", - "last-checks": "npm-run-all last-checks:testjs last-checks:example", + "last-checks": "pnpm run last-checks:testjs && pnpm run last-checks:example", "last-checks:example": "tsx test.example.js", "last-checks:testjs": "tsx test.ts", "test": "echo '@turf/turf tests run in the last-checks step'" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 07ace7069..82f15626b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -86,9 +86,6 @@ importers: meow: specifier: ^13.2.0 version: 13.2.0 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 prettier: specifier: ^3.5.3 version: 3.5.3 @@ -544,9 +541,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -605,9 +599,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -651,9 +642,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -694,9 +682,6 @@ importers: benchmark: specifier: ^2.1.4 version: 2.1.4 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -740,9 +725,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -780,9 +762,6 @@ importers: benchmark: specifier: ^2.1.4 version: 2.1.4 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -823,9 +802,6 @@ importers: benchmark: specifier: ^2.1.4 version: 2.1.4 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -869,9 +845,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -918,9 +891,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -964,9 +934,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -1025,9 +992,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -1083,9 +1047,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -1138,9 +1099,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -1193,9 +1151,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -1242,9 +1197,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -1303,9 +1255,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -1352,9 +1301,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -1398,9 +1344,6 @@ importers: benchmark: specifier: ^2.1.4 version: 2.1.4 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -1444,9 +1387,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -1505,9 +1445,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -1581,9 +1518,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -1642,9 +1576,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -1700,9 +1631,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -1752,9 +1680,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -1810,9 +1735,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -1877,9 +1799,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -1935,9 +1854,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -1984,9 +1900,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -2036,9 +1949,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -2091,9 +2001,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -2134,9 +2041,6 @@ importers: benchmark: specifier: ^2.1.4 version: 2.1.4 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -2174,9 +2078,6 @@ importers: benchmark: specifier: ^2.1.4 version: 2.1.4 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -2241,9 +2142,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -2314,9 +2212,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -2366,9 +2261,6 @@ importers: benchmark: specifier: ^2.1.4 version: 2.1.4 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -2406,9 +2298,6 @@ importers: benchmark: specifier: ^2.1.4 version: 2.1.4 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -2473,9 +2362,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -2528,9 +2414,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -2580,9 +2463,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -2632,9 +2512,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -2693,9 +2570,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -2748,9 +2622,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -2794,9 +2665,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -2846,9 +2714,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -2922,9 +2787,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -2971,9 +2833,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -3014,9 +2873,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -3060,9 +2916,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -3109,9 +2962,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -3164,9 +3014,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -3210,9 +3057,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -3244,9 +3088,6 @@ importers: benchmark: specifier: ^2.1.4 version: 2.1.4 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -3299,9 +3140,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -3375,9 +3213,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -3424,9 +3259,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -3464,9 +3296,6 @@ importers: benchmark: specifier: ^2.1.4 version: 2.1.4 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -3537,9 +3366,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -3604,9 +3430,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -3650,9 +3473,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -3699,9 +3519,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -3751,9 +3568,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -3803,9 +3617,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -3849,9 +3660,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -3898,9 +3706,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -3959,9 +3764,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -4008,9 +3810,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -4057,9 +3856,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -4109,9 +3905,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -4167,9 +3960,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -4216,9 +4006,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -4268,9 +4055,6 @@ importers: mkdirp: specifier: ^3.0.1 version: 3.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -4305,9 +4089,6 @@ importers: benchmark: specifier: ^2.1.4 version: 2.1.4 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -4348,9 +4129,6 @@ importers: benchmark: specifier: ^2.1.4 version: 2.1.4 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -4394,9 +4172,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -4461,9 +4236,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -4513,9 +4285,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -4574,9 +4343,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -4635,9 +4401,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -4678,9 +4441,6 @@ importers: benchmark: specifier: ^2.1.4 version: 2.1.4 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -4733,9 +4493,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -4791,9 +4548,6 @@ importers: benchmark: specifier: ^2.1.4 version: 2.1.4 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -4861,9 +4615,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -4919,9 +4670,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -4965,9 +4713,6 @@ importers: benchmark: specifier: ^2.1.4 version: 2.1.4 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -5011,9 +4756,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -5069,9 +4811,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -5115,9 +4854,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -5170,9 +4906,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -5222,9 +4955,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 proj4: specifier: ^2.9.2 version: 2.9.2 @@ -5295,9 +5025,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -5338,9 +5065,6 @@ importers: glob: specifier: ^11.0.2 version: 11.1.0 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -5390,9 +5114,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -5445,9 +5166,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -5491,9 +5209,6 @@ importers: benchmark: specifier: ^2.1.4 version: 2.1.4 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -5540,9 +5255,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -5589,9 +5301,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -5629,9 +5338,6 @@ importers: benchmark: specifier: ^2.1.4 version: 2.1.4 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -5684,9 +5390,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -5754,9 +5457,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -5809,9 +5509,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -5852,9 +5549,6 @@ importers: benchmark: specifier: ^2.1.4 version: 2.1.4 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -5898,9 +5592,6 @@ importers: benchmark: specifier: ^2.1.4 version: 2.1.4 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -5962,9 +5653,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -6014,9 +5702,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -6054,9 +5739,6 @@ importers: benchmark: specifier: ^2.1.4 version: 2.1.4 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -6091,9 +5773,6 @@ importers: benchmark: specifier: ^2.1.4 version: 2.1.4 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -6155,9 +5834,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -6234,9 +5910,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -6292,9 +5965,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -6347,9 +6017,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -6393,9 +6060,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -6445,9 +6109,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -6503,9 +6164,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -6561,9 +6219,6 @@ importers: load-json-file: specifier: ^7.0.1 version: 7.0.1 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 tape: specifier: ^5.9.0 version: 5.9.0 @@ -8100,10 +7755,6 @@ packages: resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==} engines: {node: '>=12'} - ansi-styles@3.2.1: - resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} - engines: {node: '>=4'} - ansi-styles@4.3.0: resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} engines: {node: '>=8'} @@ -8306,10 +7957,6 @@ packages: ccount@2.0.1: resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} - chalk@2.4.2: - resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} - engines: {node: '>=4'} - chalk@4.1.0: resolution: {integrity: sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==} engines: {node: '>=10'} @@ -8538,10 +8185,6 @@ packages: typescript: optional: true - cross-spawn@6.0.6: - resolution: {integrity: sha512-VqCUuhcd1iB+dsv8gxPttb5iZh/D0iubSP21g36KXdEuf6I5JiioesUVjpCdHV9MZRUfVFlvwtIUyPfxo5trtw==} - engines: {node: '>=4.8'} - cross-spawn@7.0.6: resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} engines: {node: '>= 8'} @@ -9343,10 +8986,6 @@ packages: resolution: {integrity: sha512-su0anMkNEnJKZ/rB99jn3y6lV/J8Ro96hBJ28YAeVzj5rWxH+YL/AdCyiYYA1HDLV9YhmvqpWSJJj2KLo1MX6g==} engines: {node: '>= 0.4'} - has-flag@3.0.0: - resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} - engines: {node: '>=4'} - has-flag@4.0.0: resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} engines: {node: '>=8'} @@ -10082,10 +9721,6 @@ packages: mdast-util-toc@6.1.1: resolution: {integrity: sha512-Er21728Kow8hehecK2GZtb7Ny3omcoPUVrmObiSUwmoRYVZaXLR751QROEFjR8W/vAQdHMLj49Lz20J55XaNpw==} - memorystream@0.3.1: - resolution: {integrity: sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==} - engines: {node: '>= 0.10.0'} - meow@13.2.0: resolution: {integrity: sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==} engines: {node: '>=18'} @@ -10358,9 +9993,6 @@ packages: neo-async@2.6.2: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} - nice-try@1.0.5: - resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==} - node-fetch@2.6.7: resolution: {integrity: sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==} engines: {node: 4.x || >=6.0.0} @@ -10433,11 +10065,6 @@ packages: resolution: {integrity: sha512-5+bKQRH0J1xG1uZ1zMNvxW0VEyoNWgJpY9UDuluPFLKDfJ9u2JmmjmTJV1srBGQOROfdBMiVvnH2Zvpbm+xkVA==} engines: {node: ^16.14.0 || >=18.0.0} - npm-run-all@4.1.5: - resolution: {integrity: sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==} - engines: {node: '>= 4'} - hasBin: true - npm-run-path@4.0.1: resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==} engines: {node: '>=8'} @@ -10649,10 +10276,6 @@ packages: resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} engines: {node: '>=0.10.0'} - path-key@2.0.1: - resolution: {integrity: sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==} - engines: {node: '>=4'} - path-key@3.1.1: resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} engines: {node: '>=8'} @@ -10703,11 +10326,6 @@ packages: resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==} engines: {node: '>=12'} - pidtree@0.3.1: - resolution: {integrity: sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==} - engines: {node: '>=0.10'} - hasBin: true - pidtree@0.6.0: resolution: {integrity: sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==} engines: {node: '>=0.10'} @@ -11185,25 +10803,14 @@ packages: resolution: {integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==} engines: {node: '>=8'} - shebang-command@1.2.0: - resolution: {integrity: sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==} - engines: {node: '>=0.10.0'} - shebang-command@2.0.0: resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} engines: {node: '>=8'} - shebang-regex@1.0.0: - resolution: {integrity: sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==} - engines: {node: '>=0.10.0'} - shebang-regex@3.0.0: resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} engines: {node: '>=8'} - shell-quote@1.8.1: - resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==} - side-channel@1.0.6: resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==} engines: {node: '>= 0.4'} @@ -11337,10 +10944,6 @@ packages: resolution: {integrity: sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==} engines: {node: '>=18'} - string.prototype.padend@3.1.5: - resolution: {integrity: sha512-DOB27b/2UTTD+4myKUFh+/fXWcu/UDyASIXfg+7VzoCNNGOfWvoyU/x5pvVHr++ztyt/oSYI1BcWBBG/hmlNjA==} - engines: {node: '>= 0.4'} - string.prototype.trim@1.2.9: resolution: {integrity: sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==} engines: {node: '>= 0.4'} @@ -11419,10 +11022,6 @@ packages: engines: {node: '>=16 || 14 >=14.17'} hasBin: true - supports-color@5.5.0: - resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} - engines: {node: '>=4'} - supports-color@7.2.0: resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} engines: {node: '>=8'} @@ -11819,10 +11418,6 @@ packages: resolution: {integrity: sha512-g+N+GAWiRj66DngFwHvISJd+ITsyphZvD1vChfVg6cEdnzy53GzB3oy0fUNlvhz7H7+MiqhYr26qxQShCpKTTQ==} engines: {node: '>= 0.4'} - which@1.3.1: - resolution: {integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==} - hasBin: true - which@2.0.2: resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} engines: {node: '>= 8'} @@ -13768,10 +13363,6 @@ snapshots: ansi-regex@6.0.1: {} - ansi-styles@3.2.1: - dependencies: - color-convert: 1.9.3 - ansi-styles@4.3.0: dependencies: color-convert: 2.0.1 @@ -13998,12 +13589,6 @@ snapshots: ccount@2.0.1: {} - chalk@2.4.2: - dependencies: - ansi-styles: 3.2.1 - escape-string-regexp: 1.0.5 - supports-color: 5.5.0 - chalk@4.1.0: dependencies: ansi-styles: 4.3.0 @@ -14241,14 +13826,6 @@ snapshots: optionalDependencies: typescript: 5.8.3 - cross-spawn@6.0.6: - dependencies: - nice-try: 1.0.5 - path-key: 2.0.1 - semver: 5.7.2 - shebang-command: 1.2.0 - which: 1.3.1 - cross-spawn@7.0.6: dependencies: path-key: 3.1.1 @@ -15228,8 +14805,6 @@ snapshots: call-bind: 1.0.7 get-intrinsic: 1.2.4 - has-flag@3.0.0: {} - has-flag@4.0.0: {} has-property-descriptors@1.0.2: @@ -16134,8 +15709,6 @@ snapshots: unist-util-is: 5.2.1 unist-util-visit: 4.1.2 - memorystream@0.3.1: {} - meow@13.2.0: {} meow@8.1.2: @@ -16503,8 +16076,6 @@ snapshots: neo-async@2.6.2: {} - nice-try@1.0.5: {} - node-fetch@2.6.7(encoding@0.1.13): dependencies: whatwg-url: 5.0.0 @@ -16602,18 +16173,6 @@ snapshots: transitivePeerDependencies: - supports-color - npm-run-all@4.1.5: - dependencies: - ansi-styles: 3.2.1 - chalk: 2.4.2 - cross-spawn: 6.0.6 - memorystream: 0.3.1 - minimatch: 3.1.2 - pidtree: 0.3.1 - read-pkg: 3.0.0 - shell-quote: 1.8.1 - string.prototype.padend: 3.1.5 - npm-run-path@4.0.1: dependencies: path-key: 3.1.1 @@ -16887,8 +16446,6 @@ snapshots: path-is-absolute@1.0.1: {} - path-key@2.0.1: {} - path-key@3.1.1: {} path-key@4.0.0: {} @@ -16925,8 +16482,6 @@ snapshots: picomatch@4.0.2: {} - pidtree@0.3.1: {} - pidtree@0.6.0: {} pify@2.3.0: {} @@ -17440,20 +16995,12 @@ snapshots: dependencies: kind-of: 6.0.3 - shebang-command@1.2.0: - dependencies: - shebang-regex: 1.0.0 - shebang-command@2.0.0: dependencies: shebang-regex: 3.0.0 - shebang-regex@1.0.0: {} - shebang-regex@3.0.0: {} - shell-quote@1.8.1: {} - side-channel@1.0.6: dependencies: call-bind: 1.0.7 @@ -17596,12 +17143,6 @@ snapshots: get-east-asian-width: 1.3.0 strip-ansi: 7.1.0 - string.prototype.padend@3.1.5: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.5 - string.prototype.trim@1.2.9: dependencies: call-bind: 1.0.7 @@ -17686,10 +17227,6 @@ snapshots: pirates: 4.0.6 ts-interface-checker: 0.1.13 - supports-color@5.5.0: - dependencies: - has-flag: 3.0.0 - supports-color@7.2.0: dependencies: has-flag: 4.0.0 @@ -18165,10 +17702,6 @@ snapshots: gopd: 1.1.0 has-tostringtag: 1.0.2 - which@1.3.1: - dependencies: - isexe: 2.0.0 - which@2.0.2: dependencies: isexe: 2.0.0