Remove npm-run-all in favor of pnpm regex script name functionality (#2960)

This commit is contained in:
mfedderly 2025-11-22 20:23:41 -05:00 committed by GitHub
parent 9c2d283ce3
commit 3cc76a2290
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
118 changed files with 117 additions and 700 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

3
packages/turf-boolean-clockwise/package.json Executable file → Normal file
View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

3
packages/turf-boolean-overlap/package.json Executable file → Normal file
View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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"

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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"

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

Some files were not shown because too many files have changed in this diff Show More