mirror of
https://github.com/rastapasta/mapscii.git
synced 2025-05-31 07:17:08 +02:00
Upgrade RBush; add @mapbox/mbtiles
This commit is contained in:
parent
9d8a2d76f1
commit
81a7fdea12
@ -1,9 +0,0 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "14"
|
||||
- "16"
|
||||
- "18"
|
||||
|
||||
script:
|
||||
- npm run-script lint
|
||||
- npm test
|
@ -1,3 +0,0 @@
|
||||
{
|
||||
"presets": ["@babel/preset-typescript"]
|
||||
}
|
1400
package-lock.json
generated
1400
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user