mirror of
https://github.com/Turfjs/turf.git
synced 2025-12-08 20:26:16 +00:00
Remove npm-run-all in favor of pnpm regex script name functionality (#2960)
This commit is contained in:
parent
9c2d283ce3
commit
3cc76a2290
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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
3
packages/turf-boolean-clockwise/package.json
Executable file → Normal 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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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
3
packages/turf-boolean-overlap/package.json
Executable file → Normal 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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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
Loading…
x
Reference in New Issue
Block a user