Upgrade RBush; add @mapbox/mbtiles

This commit is contained in:
Christian Paul 2024-11-03 15:41:25 +01:00
parent 9d8a2d76f1
commit 81a7fdea12
4 changed files with 1335 additions and 80 deletions

View File

@ -1,9 +0,0 @@
language: node_js
node_js:
- "14"
- "16"
- "18"
script:
- npm run-script lint
- npm test

View File

@ -1,3 +0,0 @@
{
"presets": ["@babel/preset-typescript"]
}

1400
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -31,6 +31,7 @@
"author": "Michael Straßburger <codepoet@cpan.org>",
"license": "MIT",
"dependencies": {
"@mapbox/mbtiles": "^0.12.1",
"@mapbox/vector-tile": "^1.3.1",
"bresenham": "0.0.4",
"earcut": "^2.2.2",
@ -38,7 +39,7 @@
"keypress": "^0.2.1",
"node-fetch": "^2.6.1",
"pbf": "^3.2.1",
"rbush": "^3.0.1",
"rbush": "^4.0.1",
"simplify-js": "^1.2.4",
"string-width": "^4.2.0",
"term-mouse": "^0.2.2",