Merge branch 'main' into main_from_hf
Browse files- .gitmodules +0 -3
- Dockerfile +1 -1
- poetry.lock +0 -0
- pyproject.toml +3 -3
- static/package.json +12 -11
- static/pnpm-lock.yaml +519 -545
- static/src/components/PagePredictionMap.vue +5 -22
- static/src/driverjs +0 -1
- static/src/input.css +1 -1
- tests/test_app.py +1 -1
.gitmodules
CHANGED
|
@@ -1,6 +1,3 @@
|
|
| 1 |
[submodule "sam-quantized"]
|
| 2 |
path = sam-quantized
|
| 3 |
url = https://huggingface.co/aletrn/sam-quantized
|
| 4 |
-
[submodule "static/src/driverjs"]
|
| 5 |
-
path = static/src/driverjs
|
| 6 |
-
url = https://huggingface.co/spaces/aletrn/driver.js
|
|
|
|
| 1 |
[submodule "sam-quantized"]
|
| 2 |
path = sam-quantized
|
| 3 |
url = https://huggingface.co/aletrn/sam-quantized
|
|
|
|
|
|
|
|
|
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM registry.gitlab.com/aletrn/gis-prediction:1.11.
|
| 2 |
|
| 3 |
# Include global arg in this stage of the build
|
| 4 |
ARG WORKDIR_ROOT="/var/task"
|
|
|
|
| 1 |
+
FROM registry.gitlab.com/aletrn/gis-prediction:1.11.14
|
| 2 |
|
| 3 |
# Include global arg in this stage of the build
|
| 4 |
ARG WORKDIR_ROOT="/var/task"
|
poetry.lock
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
pyproject.toml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
[tool.poetry]
|
| 2 |
name = "samgis"
|
| 3 |
-
version = "1.11.
|
| 4 |
description = "A backend for machine learning instance segmentation on geospatial data even without dedicated graphics cards."
|
| 5 |
authors = ["alessandro trinca tornidor <[email protected]>"]
|
| 6 |
license = "MIT license"
|
|
@@ -9,7 +9,7 @@ package-mode = false
|
|
| 9 |
|
| 10 |
[metadata]
|
| 11 |
name = "samgis"
|
| 12 |
-
version = "1.11.
|
| 13 |
|
| 14 |
[tool.poetry.urls]
|
| 15 |
Source = "https://github.com/trincadev/samgis-be"
|
|
@@ -18,7 +18,7 @@ Demo = "https://huggingface.co/spaces/aletrn/samgis"
|
|
| 18 |
[tool.poetry.dependencies]
|
| 19 |
python = ">=3.10, <3.13"
|
| 20 |
onnxruntime = "^1.20.1"
|
| 21 |
-
samgis-web = "1.2.
|
| 22 |
|
| 23 |
[tool.poetry.group.gradio]
|
| 24 |
optional = true
|
|
|
|
| 1 |
[tool.poetry]
|
| 2 |
name = "samgis"
|
| 3 |
+
version = "1.11.14"
|
| 4 |
description = "A backend for machine learning instance segmentation on geospatial data even without dedicated graphics cards."
|
| 5 |
authors = ["alessandro trinca tornidor <[email protected]>"]
|
| 6 |
license = "MIT license"
|
|
|
|
| 9 |
|
| 10 |
[metadata]
|
| 11 |
name = "samgis"
|
| 12 |
+
version = "1.11.14"
|
| 13 |
|
| 14 |
[tool.poetry.urls]
|
| 15 |
Source = "https://github.com/trincadev/samgis-be"
|
|
|
|
| 18 |
[tool.poetry.dependencies]
|
| 19 |
python = ">=3.10, <3.13"
|
| 20 |
onnxruntime = "^1.20.1"
|
| 21 |
+
samgis-web = "1.2.13"
|
| 22 |
|
| 23 |
[tool.poetry.group.gradio]
|
| 24 |
optional = true
|
static/package.json
CHANGED
|
@@ -11,23 +11,24 @@
|
|
| 11 |
"type": "module",
|
| 12 |
"dependencies": {
|
| 13 |
"@geoman-io/leaflet-geoman-free": "^2.18.3",
|
|
|
|
| 14 |
"leaflet": "^1.9.4",
|
| 15 |
-
"leaflet-providers": "^
|
| 16 |
-
"vue": "^3.5.
|
| 17 |
},
|
| 18 |
"devDependencies": {
|
| 19 |
-
"@tailwindcss/cli": "^4.1.
|
| 20 |
"@tsconfig/node20": "^20.1.6",
|
| 21 |
-
"@types/leaflet": "^1.9.
|
| 22 |
-
"@types/node": "^24.
|
| 23 |
"@vitejs/plugin-vue": "^6.0.1",
|
| 24 |
"@vue/tsconfig": "^0.8.1",
|
| 25 |
-
"eslint": "^9.
|
| 26 |
-
"eslint-plugin-vue": "^10.
|
| 27 |
"prettier": "^3.6.2",
|
| 28 |
-
"snyk": "^1.
|
| 29 |
-
"tailwindcss": "^4.1.
|
| 30 |
-
"vite": "^7.
|
| 31 |
},
|
| 32 |
"pnpm": {
|
| 33 |
"ignoredBuiltDependencies": [
|
|
@@ -38,5 +39,5 @@
|
|
| 38 |
"snyk"
|
| 39 |
]
|
| 40 |
},
|
| 41 |
-
"packageManager": "pnpm@10.
|
| 42 |
}
|
|
|
|
| 11 |
"type": "module",
|
| 12 |
"dependencies": {
|
| 13 |
"@geoman-io/leaflet-geoman-free": "^2.18.3",
|
| 14 |
+
"driver.js": "^1.3.6",
|
| 15 |
"leaflet": "^1.9.4",
|
| 16 |
+
"leaflet-providers": "^3.0.0",
|
| 17 |
+
"vue": "^3.5.22"
|
| 18 |
},
|
| 19 |
"devDependencies": {
|
| 20 |
+
"@tailwindcss/cli": "^4.1.16",
|
| 21 |
"@tsconfig/node20": "^20.1.6",
|
| 22 |
+
"@types/leaflet": "^1.9.21",
|
| 23 |
+
"@types/node": "^24.10.0",
|
| 24 |
"@vitejs/plugin-vue": "^6.0.1",
|
| 25 |
"@vue/tsconfig": "^0.8.1",
|
| 26 |
+
"eslint": "^9.39.1",
|
| 27 |
+
"eslint-plugin-vue": "^10.5.1",
|
| 28 |
"prettier": "^3.6.2",
|
| 29 |
+
"snyk": "^1.1300.2",
|
| 30 |
+
"tailwindcss": "^4.1.16",
|
| 31 |
+
"vite": "^7.2.0"
|
| 32 |
},
|
| 33 |
"pnpm": {
|
| 34 |
"ignoredBuiltDependencies": [
|
|
|
|
| 39 |
"snyk"
|
| 40 |
]
|
| 41 |
},
|
| 42 |
+
"packageManager": "pnpm@10.20.0+sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd"
|
| 43 |
}
|
static/pnpm-lock.yaml
CHANGED
|
@@ -11,52 +11,55 @@ importers:
|
|
| 11 |
'@geoman-io/leaflet-geoman-free':
|
| 12 |
specifier: ^2.18.3
|
| 13 |
version: 2.18.3([email protected])
|
|
|
|
|
|
|
|
|
|
| 14 |
leaflet:
|
| 15 |
specifier: ^1.9.4
|
| 16 |
version: 1.9.4
|
| 17 |
leaflet-providers:
|
| 18 |
-
specifier: ^
|
| 19 |
-
version:
|
| 20 |
vue:
|
| 21 |
-
specifier: ^3.5.
|
| 22 |
-
version: 3.5.
|
| 23 |
devDependencies:
|
| 24 |
'@tailwindcss/cli':
|
| 25 |
-
specifier: ^4.1.
|
| 26 |
-
version: 4.1.
|
| 27 |
'@tsconfig/node20':
|
| 28 |
specifier: ^20.1.6
|
| 29 |
version: 20.1.6
|
| 30 |
'@types/leaflet':
|
| 31 |
-
specifier: ^1.9.
|
| 32 |
-
version: 1.9.
|
| 33 |
'@types/node':
|
| 34 |
-
specifier: ^24.
|
| 35 |
-
version: 24.
|
| 36 |
'@vitejs/plugin-vue':
|
| 37 |
specifier: ^6.0.1
|
| 38 |
-
version: 6.0.1(vite@7.
|
| 39 |
'@vue/tsconfig':
|
| 40 |
specifier: ^0.8.1
|
| 41 |
-
version: 0.8.1([email protected].
|
| 42 |
eslint:
|
| 43 |
-
specifier: ^9.
|
| 44 |
-
version: 9.
|
| 45 |
eslint-plugin-vue:
|
| 46 |
-
specifier: ^10.
|
| 47 |
-
version: 10.
|
| 48 |
prettier:
|
| 49 |
specifier: ^3.6.2
|
| 50 |
version: 3.6.2
|
| 51 |
snyk:
|
| 52 |
-
specifier: ^1.
|
| 53 |
-
version: 1.
|
| 54 |
tailwindcss:
|
| 55 |
-
specifier: ^4.1.
|
| 56 |
-
version: 4.1.
|
| 57 |
vite:
|
| 58 |
-
specifier: ^7.
|
| 59 |
-
version: 7.
|
| 60 |
|
| 61 |
packages:
|
| 62 |
|
|
@@ -64,171 +67,171 @@ packages:
|
|
| 64 |
resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
|
| 65 |
engines: {node: '>=6.9.0'}
|
| 66 |
|
| 67 |
-
'@babel/helper-validator-identifier@7.
|
| 68 |
-
resolution: {integrity: sha512-
|
| 69 |
engines: {node: '>=6.9.0'}
|
| 70 |
|
| 71 |
-
'@babel/[email protected].
|
| 72 |
-
resolution: {integrity: sha512-
|
| 73 |
engines: {node: '>=6.0.0'}
|
| 74 |
hasBin: true
|
| 75 |
|
| 76 |
-
'@babel/[email protected].
|
| 77 |
-
resolution: {integrity: sha512-
|
| 78 |
engines: {node: '>=6.9.0'}
|
| 79 |
|
| 80 |
-
'@esbuild/[email protected].
|
| 81 |
-
resolution: {integrity: sha512-
|
| 82 |
engines: {node: '>=18'}
|
| 83 |
cpu: [ppc64]
|
| 84 |
os: [aix]
|
| 85 |
|
| 86 |
-
'@esbuild/[email protected].
|
| 87 |
-
resolution: {integrity: sha512-
|
| 88 |
engines: {node: '>=18'}
|
| 89 |
cpu: [arm64]
|
| 90 |
os: [android]
|
| 91 |
|
| 92 |
-
'@esbuild/[email protected].
|
| 93 |
-
resolution: {integrity: sha512-
|
| 94 |
engines: {node: '>=18'}
|
| 95 |
cpu: [arm]
|
| 96 |
os: [android]
|
| 97 |
|
| 98 |
-
'@esbuild/[email protected].
|
| 99 |
-
resolution: {integrity: sha512-
|
| 100 |
engines: {node: '>=18'}
|
| 101 |
cpu: [x64]
|
| 102 |
os: [android]
|
| 103 |
|
| 104 |
-
'@esbuild/[email protected].
|
| 105 |
-
resolution: {integrity: sha512-
|
| 106 |
engines: {node: '>=18'}
|
| 107 |
cpu: [arm64]
|
| 108 |
os: [darwin]
|
| 109 |
|
| 110 |
-
'@esbuild/[email protected].
|
| 111 |
-
resolution: {integrity: sha512-
|
| 112 |
engines: {node: '>=18'}
|
| 113 |
cpu: [x64]
|
| 114 |
os: [darwin]
|
| 115 |
|
| 116 |
-
'@esbuild/[email protected].
|
| 117 |
-
resolution: {integrity: sha512-
|
| 118 |
engines: {node: '>=18'}
|
| 119 |
cpu: [arm64]
|
| 120 |
os: [freebsd]
|
| 121 |
|
| 122 |
-
'@esbuild/[email protected].
|
| 123 |
-
resolution: {integrity: sha512-
|
| 124 |
engines: {node: '>=18'}
|
| 125 |
cpu: [x64]
|
| 126 |
os: [freebsd]
|
| 127 |
|
| 128 |
-
'@esbuild/[email protected].
|
| 129 |
-
resolution: {integrity: sha512-
|
| 130 |
engines: {node: '>=18'}
|
| 131 |
cpu: [arm64]
|
| 132 |
os: [linux]
|
| 133 |
|
| 134 |
-
'@esbuild/[email protected].
|
| 135 |
-
resolution: {integrity: sha512-
|
| 136 |
engines: {node: '>=18'}
|
| 137 |
cpu: [arm]
|
| 138 |
os: [linux]
|
| 139 |
|
| 140 |
-
'@esbuild/[email protected].
|
| 141 |
-
resolution: {integrity: sha512-
|
| 142 |
engines: {node: '>=18'}
|
| 143 |
cpu: [ia32]
|
| 144 |
os: [linux]
|
| 145 |
|
| 146 |
-
'@esbuild/[email protected].
|
| 147 |
-
resolution: {integrity: sha512-
|
| 148 |
engines: {node: '>=18'}
|
| 149 |
cpu: [loong64]
|
| 150 |
os: [linux]
|
| 151 |
|
| 152 |
-
'@esbuild/[email protected].
|
| 153 |
-
resolution: {integrity: sha512-
|
| 154 |
engines: {node: '>=18'}
|
| 155 |
cpu: [mips64el]
|
| 156 |
os: [linux]
|
| 157 |
|
| 158 |
-
'@esbuild/[email protected].
|
| 159 |
-
resolution: {integrity: sha512
|
| 160 |
engines: {node: '>=18'}
|
| 161 |
cpu: [ppc64]
|
| 162 |
os: [linux]
|
| 163 |
|
| 164 |
-
'@esbuild/[email protected].
|
| 165 |
-
resolution: {integrity: sha512-
|
| 166 |
engines: {node: '>=18'}
|
| 167 |
cpu: [riscv64]
|
| 168 |
os: [linux]
|
| 169 |
|
| 170 |
-
'@esbuild/[email protected].
|
| 171 |
-
resolution: {integrity: sha512-
|
| 172 |
engines: {node: '>=18'}
|
| 173 |
cpu: [s390x]
|
| 174 |
os: [linux]
|
| 175 |
|
| 176 |
-
'@esbuild/[email protected].
|
| 177 |
-
resolution: {integrity: sha512-
|
| 178 |
engines: {node: '>=18'}
|
| 179 |
cpu: [x64]
|
| 180 |
os: [linux]
|
| 181 |
|
| 182 |
-
'@esbuild/[email protected].
|
| 183 |
-
resolution: {integrity: sha512-
|
| 184 |
engines: {node: '>=18'}
|
| 185 |
cpu: [arm64]
|
| 186 |
os: [netbsd]
|
| 187 |
|
| 188 |
-
'@esbuild/[email protected].
|
| 189 |
-
resolution: {integrity: sha512-
|
| 190 |
engines: {node: '>=18'}
|
| 191 |
cpu: [x64]
|
| 192 |
os: [netbsd]
|
| 193 |
|
| 194 |
-
'@esbuild/[email protected].
|
| 195 |
-
resolution: {integrity: sha512-
|
| 196 |
engines: {node: '>=18'}
|
| 197 |
cpu: [arm64]
|
| 198 |
os: [openbsd]
|
| 199 |
|
| 200 |
-
'@esbuild/[email protected].
|
| 201 |
-
resolution: {integrity: sha512-
|
| 202 |
engines: {node: '>=18'}
|
| 203 |
cpu: [x64]
|
| 204 |
os: [openbsd]
|
| 205 |
|
| 206 |
-
'@esbuild/[email protected].
|
| 207 |
-
resolution: {integrity: sha512-
|
| 208 |
engines: {node: '>=18'}
|
| 209 |
cpu: [arm64]
|
| 210 |
os: [openharmony]
|
| 211 |
|
| 212 |
-
'@esbuild/[email protected].
|
| 213 |
-
resolution: {integrity: sha512-
|
| 214 |
engines: {node: '>=18'}
|
| 215 |
cpu: [x64]
|
| 216 |
os: [sunos]
|
| 217 |
|
| 218 |
-
'@esbuild/[email protected].
|
| 219 |
-
resolution: {integrity: sha512-
|
| 220 |
engines: {node: '>=18'}
|
| 221 |
cpu: [arm64]
|
| 222 |
os: [win32]
|
| 223 |
|
| 224 |
-
'@esbuild/[email protected].
|
| 225 |
-
resolution: {integrity: sha512-
|
| 226 |
engines: {node: '>=18'}
|
| 227 |
cpu: [ia32]
|
| 228 |
os: [win32]
|
| 229 |
|
| 230 |
-
'@esbuild/[email protected].
|
| 231 |
-
resolution: {integrity: sha512-
|
| 232 |
engines: {node: '>=18'}
|
| 233 |
cpu: [x64]
|
| 234 |
os: [win32]
|
|
@@ -239,36 +242,36 @@ packages:
|
|
| 239 |
peerDependencies:
|
| 240 |
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
|
| 241 |
|
| 242 |
-
'@eslint-community/[email protected].
|
| 243 |
-
resolution: {integrity: sha512-
|
| 244 |
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
| 245 |
|
| 246 |
-
'@eslint/[email protected].
|
| 247 |
-
resolution: {integrity: sha512-
|
| 248 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
| 249 |
|
| 250 |
-
'@eslint/config-helpers@0.
|
| 251 |
-
resolution: {integrity: sha512-
|
| 252 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
| 253 |
|
| 254 |
-
'@eslint/core@0.
|
| 255 |
-
resolution: {integrity: sha512-
|
| 256 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
| 257 |
|
| 258 |
'@eslint/[email protected]':
|
| 259 |
resolution: {integrity: sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==}
|
| 260 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
| 261 |
|
| 262 |
-
'@eslint/js@9.
|
| 263 |
-
resolution: {integrity: sha512-
|
| 264 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
| 265 |
|
| 266 |
-
'@eslint/[email protected].
|
| 267 |
-
resolution: {integrity: sha512-
|
| 268 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
| 269 |
|
| 270 |
-
'@eslint/plugin-kit@0.
|
| 271 |
-
resolution: {integrity: sha512-
|
| 272 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
| 273 |
|
| 274 |
'@geoman-io/[email protected]':
|
|
@@ -292,10 +295,6 @@ packages:
|
|
| 292 |
resolution: {integrity: sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==}
|
| 293 |
engines: {node: '>=18.18'}
|
| 294 |
|
| 295 |
-
'@isaacs/[email protected]':
|
| 296 |
-
resolution: {integrity: sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==}
|
| 297 |
-
engines: {node: '>=18.0.0'}
|
| 298 |
-
|
| 299 |
'@jridgewell/[email protected]':
|
| 300 |
resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
|
| 301 |
|
|
@@ -397,108 +396,113 @@ packages:
|
|
| 397 |
'@rolldown/[email protected]':
|
| 398 |
resolution: {integrity: sha512-NIJgOsMjbxAXvoGq/X0gD7VPMQ8j9g0BiDaNjVNVjvl+iKXxL3Jre0v31RmBYeLEmkbj2s02v8vFTbUXi5XS2Q==}
|
| 399 |
|
| 400 |
-
'@rollup/rollup-android-arm-eabi@4.
|
| 401 |
-
resolution: {integrity: sha512-
|
| 402 |
cpu: [arm]
|
| 403 |
os: [android]
|
| 404 |
|
| 405 |
-
'@rollup/rollup-android-arm64@4.
|
| 406 |
-
resolution: {integrity: sha512-
|
| 407 |
cpu: [arm64]
|
| 408 |
os: [android]
|
| 409 |
|
| 410 |
-
'@rollup/rollup-darwin-arm64@4.
|
| 411 |
-
resolution: {integrity: sha512-
|
| 412 |
cpu: [arm64]
|
| 413 |
os: [darwin]
|
| 414 |
|
| 415 |
-
'@rollup/rollup-darwin-x64@4.
|
| 416 |
-
resolution: {integrity: sha512-
|
| 417 |
cpu: [x64]
|
| 418 |
os: [darwin]
|
| 419 |
|
| 420 |
-
'@rollup/rollup-freebsd-arm64@4.
|
| 421 |
-
resolution: {integrity: sha512-
|
| 422 |
cpu: [arm64]
|
| 423 |
os: [freebsd]
|
| 424 |
|
| 425 |
-
'@rollup/rollup-freebsd-x64@4.
|
| 426 |
-
resolution: {integrity: sha512-
|
| 427 |
cpu: [x64]
|
| 428 |
os: [freebsd]
|
| 429 |
|
| 430 |
-
'@rollup/rollup-linux-arm-gnueabihf@4.
|
| 431 |
-
resolution: {integrity: sha512-
|
| 432 |
cpu: [arm]
|
| 433 |
os: [linux]
|
| 434 |
|
| 435 |
-
'@rollup/rollup-linux-arm-musleabihf@4.
|
| 436 |
-
resolution: {integrity: sha512
|
| 437 |
cpu: [arm]
|
| 438 |
os: [linux]
|
| 439 |
|
| 440 |
-
'@rollup/rollup-linux-arm64-gnu@4.
|
| 441 |
-
resolution: {integrity: sha512-
|
| 442 |
cpu: [arm64]
|
| 443 |
os: [linux]
|
| 444 |
|
| 445 |
-
'@rollup/rollup-linux-arm64-musl@4.
|
| 446 |
-
resolution: {integrity: sha512-
|
| 447 |
cpu: [arm64]
|
| 448 |
os: [linux]
|
| 449 |
|
| 450 |
-
'@rollup/rollup-linux-loong64-gnu@4.
|
| 451 |
-
resolution: {integrity: sha512-
|
| 452 |
cpu: [loong64]
|
| 453 |
os: [linux]
|
| 454 |
|
| 455 |
-
'@rollup/rollup-linux-ppc64-gnu@4.
|
| 456 |
-
resolution: {integrity: sha512-
|
| 457 |
cpu: [ppc64]
|
| 458 |
os: [linux]
|
| 459 |
|
| 460 |
-
'@rollup/rollup-linux-riscv64-gnu@4.
|
| 461 |
-
resolution: {integrity: sha512-
|
| 462 |
cpu: [riscv64]
|
| 463 |
os: [linux]
|
| 464 |
|
| 465 |
-
'@rollup/rollup-linux-riscv64-musl@4.
|
| 466 |
-
resolution: {integrity: sha512-
|
| 467 |
cpu: [riscv64]
|
| 468 |
os: [linux]
|
| 469 |
|
| 470 |
-
'@rollup/rollup-linux-s390x-gnu@4.
|
| 471 |
-
resolution: {integrity: sha512-
|
| 472 |
cpu: [s390x]
|
| 473 |
os: [linux]
|
| 474 |
|
| 475 |
-
'@rollup/rollup-linux-x64-gnu@4.
|
| 476 |
-
resolution: {integrity: sha512-
|
| 477 |
cpu: [x64]
|
| 478 |
os: [linux]
|
| 479 |
|
| 480 |
-
'@rollup/rollup-linux-x64-musl@4.
|
| 481 |
-
resolution: {integrity: sha512-
|
| 482 |
cpu: [x64]
|
| 483 |
os: [linux]
|
| 484 |
|
| 485 |
-
'@rollup/rollup-openharmony-arm64@4.
|
| 486 |
-
resolution: {integrity: sha512-
|
| 487 |
cpu: [arm64]
|
| 488 |
os: [openharmony]
|
| 489 |
|
| 490 |
-
'@rollup/rollup-win32-arm64-msvc@4.
|
| 491 |
-
resolution: {integrity: sha512-
|
| 492 |
cpu: [arm64]
|
| 493 |
os: [win32]
|
| 494 |
|
| 495 |
-
'@rollup/rollup-win32-ia32-msvc@4.
|
| 496 |
-
resolution: {integrity: sha512-
|
| 497 |
cpu: [ia32]
|
| 498 |
os: [win32]
|
| 499 |
|
| 500 |
-
'@rollup/rollup-win32-x64-
|
| 501 |
-
resolution: {integrity: sha512-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 502 |
cpu: [x64]
|
| 503 |
os: [win32]
|
| 504 |
|
|
@@ -526,69 +530,69 @@ packages:
|
|
| 526 |
resolution: {integrity: sha512-zCKpyDIWKHwtervNK2ZlaK8mMV7gVUijAgFeJStH+CU/imcdquizV3pFLlSQYRswG+Lbyd6CT/LGRh3IbtkCFw==}
|
| 527 |
engines: {node: '>=8'}
|
| 528 |
|
| 529 |
-
'@tailwindcss/[email protected].
|
| 530 |
-
resolution: {integrity: sha512-
|
| 531 |
hasBin: true
|
| 532 |
|
| 533 |
-
'@tailwindcss/[email protected].
|
| 534 |
-
resolution: {integrity: sha512-
|
| 535 |
|
| 536 |
-
'@tailwindcss/[email protected].
|
| 537 |
-
resolution: {integrity: sha512-
|
| 538 |
engines: {node: '>= 10'}
|
| 539 |
cpu: [arm64]
|
| 540 |
os: [android]
|
| 541 |
|
| 542 |
-
'@tailwindcss/[email protected].
|
| 543 |
-
resolution: {integrity: sha512-
|
| 544 |
engines: {node: '>= 10'}
|
| 545 |
cpu: [arm64]
|
| 546 |
os: [darwin]
|
| 547 |
|
| 548 |
-
'@tailwindcss/[email protected].
|
| 549 |
-
resolution: {integrity: sha512-
|
| 550 |
engines: {node: '>= 10'}
|
| 551 |
cpu: [x64]
|
| 552 |
os: [darwin]
|
| 553 |
|
| 554 |
-
'@tailwindcss/[email protected].
|
| 555 |
-
resolution: {integrity: sha512-
|
| 556 |
engines: {node: '>= 10'}
|
| 557 |
cpu: [x64]
|
| 558 |
os: [freebsd]
|
| 559 |
|
| 560 |
-
'@tailwindcss/[email protected].
|
| 561 |
-
resolution: {integrity: sha512-
|
| 562 |
engines: {node: '>= 10'}
|
| 563 |
cpu: [arm]
|
| 564 |
os: [linux]
|
| 565 |
|
| 566 |
-
'@tailwindcss/[email protected].
|
| 567 |
-
resolution: {integrity: sha512-
|
| 568 |
engines: {node: '>= 10'}
|
| 569 |
cpu: [arm64]
|
| 570 |
os: [linux]
|
| 571 |
|
| 572 |
-
'@tailwindcss/[email protected].
|
| 573 |
-
resolution: {integrity: sha512-
|
| 574 |
engines: {node: '>= 10'}
|
| 575 |
cpu: [arm64]
|
| 576 |
os: [linux]
|
| 577 |
|
| 578 |
-
'@tailwindcss/[email protected].
|
| 579 |
-
resolution: {integrity: sha512-
|
| 580 |
engines: {node: '>= 10'}
|
| 581 |
cpu: [x64]
|
| 582 |
os: [linux]
|
| 583 |
|
| 584 |
-
'@tailwindcss/[email protected].
|
| 585 |
-
resolution: {integrity: sha512-
|
| 586 |
engines: {node: '>= 10'}
|
| 587 |
cpu: [x64]
|
| 588 |
os: [linux]
|
| 589 |
|
| 590 |
-
'@tailwindcss/[email protected].
|
| 591 |
-
resolution: {integrity: sha512
|
| 592 |
engines: {node: '>=14.0.0'}
|
| 593 |
cpu: [wasm32]
|
| 594 |
bundledDependencies:
|
|
@@ -599,20 +603,20 @@ packages:
|
|
| 599 |
- '@emnapi/wasi-threads'
|
| 600 |
- tslib
|
| 601 |
|
| 602 |
-
'@tailwindcss/[email protected].
|
| 603 |
-
resolution: {integrity: sha512-
|
| 604 |
engines: {node: '>= 10'}
|
| 605 |
cpu: [arm64]
|
| 606 |
os: [win32]
|
| 607 |
|
| 608 |
-
'@tailwindcss/[email protected].
|
| 609 |
-
resolution: {integrity: sha512-
|
| 610 |
engines: {node: '>= 10'}
|
| 611 |
cpu: [x64]
|
| 612 |
os: [win32]
|
| 613 |
|
| 614 |
-
'@tailwindcss/[email protected].
|
| 615 |
-
resolution: {integrity: sha512-
|
| 616 |
engines: {node: '>= 10'}
|
| 617 |
|
| 618 |
'@tsconfig/[email protected]':
|
|
@@ -690,11 +694,11 @@ packages:
|
|
| 690 |
'@types/[email protected]':
|
| 691 |
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
|
| 692 |
|
| 693 |
-
'@types/[email protected].
|
| 694 |
-
resolution: {integrity: sha512-
|
| 695 |
|
| 696 |
-
'@types/node@24.
|
| 697 |
-
resolution: {integrity: sha512
|
| 698 |
|
| 699 |
'@vitejs/[email protected]':
|
| 700 |
resolution: {integrity: sha512-+MaE752hU0wfPFJEUAIxqw18+20euHHdxVtMvbFcOEpjEyfqXH/5DCoTHiVJ0J29EhTJdoTkjEv5YBKU9dnoTw==}
|
|
@@ -703,34 +707,34 @@ packages:
|
|
| 703 |
vite: ^5.0.0 || ^6.0.0 || ^7.0.0
|
| 704 |
vue: ^3.2.25
|
| 705 |
|
| 706 |
-
'@vue/[email protected].
|
| 707 |
-
resolution: {integrity: sha512-
|
| 708 |
|
| 709 |
-
'@vue/[email protected].
|
| 710 |
-
resolution: {integrity: sha512-
|
| 711 |
|
| 712 |
-
'@vue/[email protected].
|
| 713 |
-
resolution: {integrity: sha512-
|
| 714 |
|
| 715 |
-
'@vue/[email protected].
|
| 716 |
-
resolution: {integrity: sha512-
|
| 717 |
|
| 718 |
-
'@vue/[email protected].
|
| 719 |
-
resolution: {integrity: sha512-
|
| 720 |
|
| 721 |
-
'@vue/[email protected].
|
| 722 |
-
resolution: {integrity: sha512
|
| 723 |
|
| 724 |
-
'@vue/[email protected].
|
| 725 |
-
resolution: {integrity: sha512-
|
| 726 |
|
| 727 |
-
'@vue/[email protected].
|
| 728 |
-
resolution: {integrity: sha512-
|
| 729 |
peerDependencies:
|
| 730 |
-
vue: 3.5.
|
| 731 |
|
| 732 |
-
'@vue/[email protected].
|
| 733 |
-
resolution: {integrity: sha512
|
| 734 |
|
| 735 |
'@vue/[email protected]':
|
| 736 |
resolution: {integrity: sha512-aK7feIWPXFSUhsCP9PFqPyFOcz4ENkb8hZ2pneL6m2UjCkccvaOhC/5KCKluuBufvp2KzkbdA2W2pk20vLzu3g==}
|
|
@@ -791,10 +795,6 @@ packages:
|
|
| 791 |
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
|
| 792 |
engines: {node: '>=10'}
|
| 793 |
|
| 794 | |
| 795 |
-
resolution: {integrity: sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==}
|
| 796 |
-
engines: {node: '>=18'}
|
| 797 |
-
|
| 798 | |
| 799 |
resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
|
| 800 |
engines: {node: '>=7.0.0'}
|
|
@@ -842,13 +842,16 @@ packages:
|
|
| 842 |
engines: {node: '>=0.10'}
|
| 843 |
hasBin: true
|
| 844 |
|
| 845 |
-
[email protected].
|
| 846 |
-
resolution: {integrity: sha512-
|
| 847 |
engines: {node: '>=8'}
|
| 848 |
|
| 849 | |
| 850 |
resolution: {integrity: sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==}
|
| 851 |
|
|
|
|
|
|
|
|
|
|
| 852 | |
| 853 |
resolution: {integrity: sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==}
|
| 854 |
engines: {node: '>=10.13.0'}
|
|
@@ -868,8 +871,8 @@ packages:
|
|
| 868 | |
| 869 |
resolution: {integrity: sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==}
|
| 870 |
|
| 871 |
-
[email protected].
|
| 872 |
-
resolution: {integrity: sha512-
|
| 873 |
engines: {node: '>=18'}
|
| 874 |
hasBin: true
|
| 875 |
|
|
@@ -877,14 +880,17 @@ packages:
|
|
| 877 |
resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
|
| 878 |
engines: {node: '>=10'}
|
| 879 |
|
| 880 |
-
eslint-plugin-vue@10.
|
| 881 |
-
resolution: {integrity: sha512-
|
| 882 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
| 883 |
peerDependencies:
|
|
|
|
| 884 |
'@typescript-eslint/parser': ^7.0.0 || ^8.0.0
|
| 885 |
eslint: ^8.57.0 || ^9.0.0
|
| 886 |
vue-eslint-parser: ^10.0.0
|
| 887 |
peerDependenciesMeta:
|
|
|
|
|
|
|
| 888 |
'@typescript-eslint/parser':
|
| 889 |
optional: true
|
| 890 |
|
|
@@ -900,8 +906,8 @@ packages:
|
|
| 900 |
resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==}
|
| 901 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
| 902 |
|
| 903 |
-
eslint@9.
|
| 904 |
-
resolution: {integrity: sha512-
|
| 905 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
| 906 |
hasBin: true
|
| 907 |
peerDependencies:
|
|
@@ -1038,8 +1044,8 @@ packages:
|
|
| 1038 | |
| 1039 |
resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
|
| 1040 |
|
| 1041 |
-
jiti@2.
|
| 1042 |
-
resolution: {integrity: sha512-
|
| 1043 |
hasBin: true
|
| 1044 |
|
| 1045 | |
|
@@ -1061,8 +1067,8 @@ packages:
|
|
| 1061 | |
| 1062 |
resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==}
|
| 1063 |
|
| 1064 |
-
leaflet-providers@
|
| 1065 |
-
resolution: {integrity: sha512-
|
| 1066 |
|
| 1067 | |
| 1068 |
resolution: {integrity: sha512-nxS1ynzJOmOlHp+iL3FyWqK89GtNL8U8rvlMOsQdTTssxZwCXh8N2NB3GDQOL+YR3XnWyZAxwQixURb+FA74PA==}
|
|
@@ -1074,68 +1080,74 @@ packages:
|
|
| 1074 | |
| 1075 |
resolution: {integrity: sha512-RiNhHysUjhrDQntfYSfY4MU24coXXdEOgw9WGcKHNeEwffDYbF//u87M1EWaMGzuFoSbqW0C9C6lEEhDOAswfw==}
|
| 1076 |
|
| 1077 |
-
lightningcss-
|
| 1078 |
-
resolution: {integrity: sha512-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1079 |
engines: {node: '>= 12.0.0'}
|
| 1080 |
cpu: [arm64]
|
| 1081 |
os: [darwin]
|
| 1082 |
|
| 1083 |
-
[email protected].
|
| 1084 |
-
resolution: {integrity: sha512-
|
| 1085 |
engines: {node: '>= 12.0.0'}
|
| 1086 |
cpu: [x64]
|
| 1087 |
os: [darwin]
|
| 1088 |
|
| 1089 |
-
[email protected].
|
| 1090 |
-
resolution: {integrity: sha512-
|
| 1091 |
engines: {node: '>= 12.0.0'}
|
| 1092 |
cpu: [x64]
|
| 1093 |
os: [freebsd]
|
| 1094 |
|
| 1095 |
-
[email protected].
|
| 1096 |
-
resolution: {integrity: sha512-
|
| 1097 |
engines: {node: '>= 12.0.0'}
|
| 1098 |
cpu: [arm]
|
| 1099 |
os: [linux]
|
| 1100 |
|
| 1101 |
-
[email protected].
|
| 1102 |
-
resolution: {integrity: sha512-
|
| 1103 |
engines: {node: '>= 12.0.0'}
|
| 1104 |
cpu: [arm64]
|
| 1105 |
os: [linux]
|
| 1106 |
|
| 1107 |
-
[email protected].
|
| 1108 |
-
resolution: {integrity: sha512-
|
| 1109 |
engines: {node: '>= 12.0.0'}
|
| 1110 |
cpu: [arm64]
|
| 1111 |
os: [linux]
|
| 1112 |
|
| 1113 |
-
[email protected].
|
| 1114 |
-
resolution: {integrity: sha512-
|
| 1115 |
engines: {node: '>= 12.0.0'}
|
| 1116 |
cpu: [x64]
|
| 1117 |
os: [linux]
|
| 1118 |
|
| 1119 |
-
[email protected].
|
| 1120 |
-
resolution: {integrity: sha512-
|
| 1121 |
engines: {node: '>= 12.0.0'}
|
| 1122 |
cpu: [x64]
|
| 1123 |
os: [linux]
|
| 1124 |
|
| 1125 |
-
[email protected].
|
| 1126 |
-
resolution: {integrity: sha512-
|
| 1127 |
engines: {node: '>= 12.0.0'}
|
| 1128 |
cpu: [arm64]
|
| 1129 |
os: [win32]
|
| 1130 |
|
| 1131 |
-
[email protected].
|
| 1132 |
-
resolution: {integrity: sha512-
|
| 1133 |
engines: {node: '>= 12.0.0'}
|
| 1134 |
cpu: [x64]
|
| 1135 |
os: [win32]
|
| 1136 |
|
| 1137 |
-
[email protected].
|
| 1138 |
-
resolution: {integrity: sha512-
|
| 1139 |
engines: {node: '>= 12.0.0'}
|
| 1140 |
|
| 1141 | |
|
@@ -1151,8 +1163,8 @@ packages:
|
|
| 1151 | |
| 1152 |
resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
|
| 1153 |
|
| 1154 |
-
[email protected].
|
| 1155 |
-
resolution: {integrity: sha512-
|
| 1156 |
|
| 1157 | |
| 1158 |
resolution: {integrity: sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng==}
|
|
@@ -1165,19 +1177,6 @@ packages:
|
|
| 1165 | |
| 1166 |
resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
|
| 1167 |
|
| 1168 | |
| 1169 |
-
resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==}
|
| 1170 |
-
engines: {node: '>=16 || 14 >=14.17'}
|
| 1171 |
-
|
| 1172 | |
| 1173 |
-
resolution: {integrity: sha512-oG62iEk+CYt5Xj2YqI5Xi9xWUeZhDI8jjQmC5oThVH5JGCTgIjr7ciJDzC7MBzYd//WvR1OTmP5Q38Q8ShQtVA==}
|
| 1174 |
-
engines: {node: '>= 18'}
|
| 1175 |
-
|
| 1176 | |
| 1177 |
-
resolution: {integrity: sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==}
|
| 1178 |
-
engines: {node: '>=10'}
|
| 1179 |
-
hasBin: true
|
| 1180 |
-
|
| 1181 | |
| 1182 |
resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==}
|
| 1183 |
engines: {node: '>=4'}
|
|
@@ -1276,16 +1275,16 @@ packages:
|
|
| 1276 |
resolution: {integrity: sha512-CHhPh+UNHD2GTXNYhPWLnU8ONHdI+5DI+4EYIAOaiD63rHeYlZvyh8P+in5999TTSFgUYuKUAjzRI4mdh/p+2A==}
|
| 1277 |
engines: {node: '>=8.0'}
|
| 1278 |
|
| 1279 |
-
rollup@4.
|
| 1280 |
-
resolution: {integrity: sha512-
|
| 1281 |
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
|
| 1282 |
hasBin: true
|
| 1283 |
|
| 1284 | |
| 1285 |
resolution: {integrity: sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow==}
|
| 1286 |
|
| 1287 |
-
[email protected].
|
| 1288 |
-
resolution: {integrity: sha512-
|
| 1289 |
engines: {node: '>=10'}
|
| 1290 |
hasBin: true
|
| 1291 |
|
|
@@ -1301,8 +1300,8 @@ packages:
|
|
| 1301 |
resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
|
| 1302 |
engines: {node: '>=8'}
|
| 1303 |
|
| 1304 |
-
snyk@1.
|
| 1305 |
-
resolution: {integrity: sha512-
|
| 1306 |
engines: {node: '>=12'}
|
| 1307 |
hasBin: true
|
| 1308 |
|
|
@@ -1324,17 +1323,13 @@ packages:
|
|
| 1324 |
resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
|
| 1325 |
engines: {node: '>=8'}
|
| 1326 |
|
| 1327 |
-
[email protected].
|
| 1328 |
-
resolution: {integrity: sha512-
|
| 1329 |
|
| 1330 |
-
tapable@2.
|
| 1331 |
-
resolution: {integrity: sha512-
|
| 1332 |
engines: {node: '>=6'}
|
| 1333 |
|
| 1334 | |
| 1335 |
-
resolution: {integrity: sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==}
|
| 1336 |
-
engines: {node: '>=18'}
|
| 1337 |
-
|
| 1338 | |
| 1339 |
resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==}
|
| 1340 |
engines: {node: '>=12.0.0'}
|
|
@@ -1354,8 +1349,8 @@ packages:
|
|
| 1354 |
resolution: {integrity: sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==}
|
| 1355 |
engines: {node: '>=10'}
|
| 1356 |
|
| 1357 |
-
undici-types@7.
|
| 1358 |
-
resolution: {integrity: sha512-
|
| 1359 |
|
| 1360 | |
| 1361 |
resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
|
|
@@ -1363,8 +1358,8 @@ packages:
|
|
| 1363 | |
| 1364 |
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
|
| 1365 |
|
| 1366 |
-
vite@7.
|
| 1367 |
-
resolution: {integrity: sha512-
|
| 1368 |
engines: {node: ^20.19.0 || >=22.12.0}
|
| 1369 |
hasBin: true
|
| 1370 |
peerDependencies:
|
|
@@ -1409,8 +1404,8 @@ packages:
|
|
| 1409 |
peerDependencies:
|
| 1410 |
eslint: ^8.57.0 || ^9.0.0
|
| 1411 |
|
| 1412 |
-
[email protected].
|
| 1413 |
-
resolution: {integrity: sha512-
|
| 1414 |
peerDependencies:
|
| 1415 |
typescript: '*'
|
| 1416 |
peerDependenciesMeta:
|
|
@@ -1430,10 +1425,6 @@ packages:
|
|
| 1430 |
resolution: {integrity: sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==}
|
| 1431 |
engines: {node: '>=12'}
|
| 1432 |
|
| 1433 | |
| 1434 |
-
resolution: {integrity: sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==}
|
| 1435 |
-
engines: {node: '>=18'}
|
| 1436 |
-
|
| 1437 | |
| 1438 |
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
|
| 1439 |
engines: {node: '>=10'}
|
|
@@ -1442,113 +1433,115 @@ snapshots:
|
|
| 1442 |
|
| 1443 |
'@babel/[email protected]': {}
|
| 1444 |
|
| 1445 |
-
'@babel/helper-validator-identifier@7.
|
| 1446 |
|
| 1447 |
-
'@babel/[email protected].
|
| 1448 |
dependencies:
|
| 1449 |
-
'@babel/types': 7.28.
|
| 1450 |
|
| 1451 |
-
'@babel/[email protected].
|
| 1452 |
dependencies:
|
| 1453 |
'@babel/helper-string-parser': 7.27.1
|
| 1454 |
-
'@babel/helper-validator-identifier': 7.
|
| 1455 |
|
| 1456 |
-
'@esbuild/[email protected].
|
| 1457 |
optional: true
|
| 1458 |
|
| 1459 |
-
'@esbuild/[email protected].
|
| 1460 |
optional: true
|
| 1461 |
|
| 1462 |
-
'@esbuild/[email protected].
|
| 1463 |
optional: true
|
| 1464 |
|
| 1465 |
-
'@esbuild/[email protected].
|
| 1466 |
optional: true
|
| 1467 |
|
| 1468 |
-
'@esbuild/[email protected].
|
| 1469 |
optional: true
|
| 1470 |
|
| 1471 |
-
'@esbuild/[email protected].
|
| 1472 |
optional: true
|
| 1473 |
|
| 1474 |
-
'@esbuild/[email protected].
|
| 1475 |
optional: true
|
| 1476 |
|
| 1477 |
-
'@esbuild/[email protected].
|
| 1478 |
optional: true
|
| 1479 |
|
| 1480 |
-
'@esbuild/[email protected].
|
| 1481 |
optional: true
|
| 1482 |
|
| 1483 |
-
'@esbuild/[email protected].
|
| 1484 |
optional: true
|
| 1485 |
|
| 1486 |
-
'@esbuild/[email protected].
|
| 1487 |
optional: true
|
| 1488 |
|
| 1489 |
-
'@esbuild/[email protected].
|
| 1490 |
optional: true
|
| 1491 |
|
| 1492 |
-
'@esbuild/[email protected].
|
| 1493 |
optional: true
|
| 1494 |
|
| 1495 |
-
'@esbuild/[email protected].
|
| 1496 |
optional: true
|
| 1497 |
|
| 1498 |
-
'@esbuild/[email protected].
|
| 1499 |
optional: true
|
| 1500 |
|
| 1501 |
-
'@esbuild/[email protected].
|
| 1502 |
optional: true
|
| 1503 |
|
| 1504 |
-
'@esbuild/[email protected].
|
| 1505 |
optional: true
|
| 1506 |
|
| 1507 |
-
'@esbuild/[email protected].
|
| 1508 |
optional: true
|
| 1509 |
|
| 1510 |
-
'@esbuild/[email protected].
|
| 1511 |
optional: true
|
| 1512 |
|
| 1513 |
-
'@esbuild/[email protected].
|
| 1514 |
optional: true
|
| 1515 |
|
| 1516 |
-
'@esbuild/[email protected].
|
| 1517 |
optional: true
|
| 1518 |
|
| 1519 |
-
'@esbuild/[email protected].
|
| 1520 |
optional: true
|
| 1521 |
|
| 1522 |
-
'@esbuild/[email protected].
|
| 1523 |
optional: true
|
| 1524 |
|
| 1525 |
-
'@esbuild/[email protected].
|
| 1526 |
optional: true
|
| 1527 |
|
| 1528 |
-
'@esbuild/[email protected].
|
| 1529 |
optional: true
|
| 1530 |
|
| 1531 |
-
'@esbuild/[email protected].
|
| 1532 |
optional: true
|
| 1533 |
|
| 1534 |
-
'@eslint-community/[email protected](eslint@9.
|
| 1535 |
dependencies:
|
| 1536 |
-
eslint: 9.
|
| 1537 |
eslint-visitor-keys: 3.4.3
|
| 1538 |
|
| 1539 |
-
'@eslint-community/[email protected].
|
| 1540 |
|
| 1541 |
-
'@eslint/[email protected].
|
| 1542 |
dependencies:
|
| 1543 |
-
'@eslint/object-schema': 2.1.
|
| 1544 |
debug: 4.4.3
|
| 1545 |
minimatch: 3.1.2
|
| 1546 |
transitivePeerDependencies:
|
| 1547 |
- supports-color
|
| 1548 |
|
| 1549 |
-
'@eslint/config-helpers@0.
|
|
|
|
|
|
|
| 1550 |
|
| 1551 |
-
'@eslint/core@0.
|
| 1552 |
dependencies:
|
| 1553 |
'@types/json-schema': 7.0.15
|
| 1554 |
|
|
@@ -1566,13 +1559,13 @@ snapshots:
|
|
| 1566 |
transitivePeerDependencies:
|
| 1567 |
- supports-color
|
| 1568 |
|
| 1569 |
-
'@eslint/js@9.
|
| 1570 |
|
| 1571 |
-
'@eslint/[email protected].
|
| 1572 |
|
| 1573 |
-
'@eslint/plugin-kit@0.
|
| 1574 |
dependencies:
|
| 1575 |
-
'@eslint/core': 0.
|
| 1576 |
levn: 0.4.1
|
| 1577 |
|
| 1578 |
'@geoman-io/[email protected]([email protected])':
|
|
@@ -1596,10 +1589,6 @@ snapshots:
|
|
| 1596 |
|
| 1597 |
'@humanwhocodes/[email protected]': {}
|
| 1598 |
|
| 1599 |
-
'@isaacs/[email protected]':
|
| 1600 |
-
dependencies:
|
| 1601 |
-
minipass: 7.1.2
|
| 1602 |
-
|
| 1603 |
'@jridgewell/[email protected]':
|
| 1604 |
dependencies:
|
| 1605 |
'@jridgewell/sourcemap-codec': 1.5.5
|
|
@@ -1681,67 +1670,70 @@ snapshots:
|
|
| 1681 |
|
| 1682 |
'@rolldown/[email protected]': {}
|
| 1683 |
|
| 1684 |
-
'@rollup/rollup-android-arm-eabi@4.
|
|
|
|
|
|
|
|
|
|
| 1685 |
optional: true
|
| 1686 |
|
| 1687 |
-
'@rollup/rollup-
|
| 1688 |
optional: true
|
| 1689 |
|
| 1690 |
-
'@rollup/rollup-darwin-
|
| 1691 |
optional: true
|
| 1692 |
|
| 1693 |
-
'@rollup/rollup-
|
| 1694 |
optional: true
|
| 1695 |
|
| 1696 |
-
'@rollup/rollup-freebsd-
|
| 1697 |
optional: true
|
| 1698 |
|
| 1699 |
-
'@rollup/rollup-
|
| 1700 |
optional: true
|
| 1701 |
|
| 1702 |
-
'@rollup/rollup-linux-arm-
|
| 1703 |
optional: true
|
| 1704 |
|
| 1705 |
-
'@rollup/rollup-linux-
|
| 1706 |
optional: true
|
| 1707 |
|
| 1708 |
-
'@rollup/rollup-linux-arm64-
|
| 1709 |
optional: true
|
| 1710 |
|
| 1711 |
-
'@rollup/rollup-linux-
|
| 1712 |
optional: true
|
| 1713 |
|
| 1714 |
-
'@rollup/rollup-linux-
|
| 1715 |
optional: true
|
| 1716 |
|
| 1717 |
-
'@rollup/rollup-linux-
|
| 1718 |
optional: true
|
| 1719 |
|
| 1720 |
-
'@rollup/rollup-linux-riscv64-
|
| 1721 |
optional: true
|
| 1722 |
|
| 1723 |
-
'@rollup/rollup-linux-
|
| 1724 |
optional: true
|
| 1725 |
|
| 1726 |
-
'@rollup/rollup-linux-
|
| 1727 |
optional: true
|
| 1728 |
|
| 1729 |
-
'@rollup/rollup-linux-x64-
|
| 1730 |
optional: true
|
| 1731 |
|
| 1732 |
-
'@rollup/rollup-
|
| 1733 |
optional: true
|
| 1734 |
|
| 1735 |
-
'@rollup/rollup-
|
| 1736 |
optional: true
|
| 1737 |
|
| 1738 |
-
'@rollup/rollup-win32-
|
| 1739 |
optional: true
|
| 1740 |
|
| 1741 |
-
'@rollup/rollup-win32-
|
| 1742 |
optional: true
|
| 1743 |
|
| 1744 |
-
'@rollup/rollup-win32-x64-msvc@4.
|
| 1745 |
optional: true
|
| 1746 |
|
| 1747 |
'@sentry-internal/[email protected]':
|
|
@@ -1776,79 +1768,76 @@ snapshots:
|
|
| 1776 |
dependencies:
|
| 1777 |
'@sentry/types': 7.120.4
|
| 1778 |
|
| 1779 |
-
'@tailwindcss/[email protected].
|
| 1780 |
dependencies:
|
| 1781 |
'@parcel/watcher': 2.5.1
|
| 1782 |
-
'@tailwindcss/node': 4.1.
|
| 1783 |
-
'@tailwindcss/oxide': 4.1.
|
| 1784 |
enhanced-resolve: 5.18.3
|
| 1785 |
mri: 1.2.0
|
| 1786 |
picocolors: 1.1.1
|
| 1787 |
-
tailwindcss: 4.1.
|
| 1788 |
|
| 1789 |
-
'@tailwindcss/[email protected].
|
| 1790 |
dependencies:
|
| 1791 |
'@jridgewell/remapping': 2.3.5
|
| 1792 |
enhanced-resolve: 5.18.3
|
| 1793 |
-
jiti: 2.
|
| 1794 |
-
lightningcss: 1.30.
|
| 1795 |
-
magic-string: 0.30.
|
| 1796 |
source-map-js: 1.2.1
|
| 1797 |
-
tailwindcss: 4.1.
|
| 1798 |
|
| 1799 |
-
'@tailwindcss/[email protected].
|
| 1800 |
optional: true
|
| 1801 |
|
| 1802 |
-
'@tailwindcss/[email protected].
|
| 1803 |
optional: true
|
| 1804 |
|
| 1805 |
-
'@tailwindcss/[email protected].
|
| 1806 |
optional: true
|
| 1807 |
|
| 1808 |
-
'@tailwindcss/[email protected].
|
| 1809 |
optional: true
|
| 1810 |
|
| 1811 |
-
'@tailwindcss/[email protected].
|
| 1812 |
optional: true
|
| 1813 |
|
| 1814 |
-
'@tailwindcss/[email protected].
|
| 1815 |
optional: true
|
| 1816 |
|
| 1817 |
-
'@tailwindcss/[email protected].
|
| 1818 |
optional: true
|
| 1819 |
|
| 1820 |
-
'@tailwindcss/[email protected].
|
| 1821 |
optional: true
|
| 1822 |
|
| 1823 |
-
'@tailwindcss/[email protected].
|
| 1824 |
optional: true
|
| 1825 |
|
| 1826 |
-
'@tailwindcss/[email protected].
|
| 1827 |
optional: true
|
| 1828 |
|
| 1829 |
-
'@tailwindcss/[email protected].
|
| 1830 |
optional: true
|
| 1831 |
|
| 1832 |
-
'@tailwindcss/[email protected].
|
| 1833 |
optional: true
|
| 1834 |
|
| 1835 |
-
'@tailwindcss/[email protected].
|
| 1836 |
-
dependencies:
|
| 1837 |
-
detect-libc: 2.1.0
|
| 1838 |
-
tar: 7.4.3
|
| 1839 |
optionalDependencies:
|
| 1840 |
-
'@tailwindcss/oxide-android-arm64': 4.1.
|
| 1841 |
-
'@tailwindcss/oxide-darwin-arm64': 4.1.
|
| 1842 |
-
'@tailwindcss/oxide-darwin-x64': 4.1.
|
| 1843 |
-
'@tailwindcss/oxide-freebsd-x64': 4.1.
|
| 1844 |
-
'@tailwindcss/oxide-linux-arm-gnueabihf': 4.1.
|
| 1845 |
-
'@tailwindcss/oxide-linux-arm64-gnu': 4.1.
|
| 1846 |
-
'@tailwindcss/oxide-linux-arm64-musl': 4.1.
|
| 1847 |
-
'@tailwindcss/oxide-linux-x64-gnu': 4.1.
|
| 1848 |
-
'@tailwindcss/oxide-linux-x64-musl': 4.1.
|
| 1849 |
-
'@tailwindcss/oxide-wasm32-wasi': 4.1.
|
| 1850 |
-
'@tailwindcss/oxide-win32-arm64-msvc': 4.1.
|
| 1851 |
-
'@tailwindcss/oxide-win32-x64-msvc': 4.1.
|
| 1852 |
|
| 1853 |
'@tsconfig/[email protected]': {}
|
| 1854 |
|
|
@@ -1976,77 +1965,77 @@ snapshots:
|
|
| 1976 |
|
| 1977 |
'@types/[email protected]': {}
|
| 1978 |
|
| 1979 |
-
'@types/[email protected].
|
| 1980 |
dependencies:
|
| 1981 |
'@types/geojson': 7946.0.16
|
| 1982 |
|
| 1983 |
-
'@types/node@24.
|
| 1984 |
dependencies:
|
| 1985 |
-
undici-types: 7.
|
| 1986 |
|
| 1987 |
-
'@vitejs/[email protected](vite@7.
|
| 1988 |
dependencies:
|
| 1989 |
'@rolldown/pluginutils': 1.0.0-beta.29
|
| 1990 |
-
vite: 7.
|
| 1991 |
-
vue: 3.5.
|
| 1992 |
|
| 1993 |
-
'@vue/[email protected].
|
| 1994 |
dependencies:
|
| 1995 |
-
'@babel/parser': 7.28.
|
| 1996 |
-
'@vue/shared': 3.5.
|
| 1997 |
entities: 4.5.0
|
| 1998 |
estree-walker: 2.0.2
|
| 1999 |
source-map-js: 1.2.1
|
| 2000 |
|
| 2001 |
-
'@vue/[email protected].
|
| 2002 |
dependencies:
|
| 2003 |
-
'@vue/compiler-core': 3.5.
|
| 2004 |
-
'@vue/shared': 3.5.
|
| 2005 |
|
| 2006 |
-
'@vue/[email protected].
|
| 2007 |
dependencies:
|
| 2008 |
-
'@babel/parser': 7.28.
|
| 2009 |
-
'@vue/compiler-core': 3.5.
|
| 2010 |
-
'@vue/compiler-dom': 3.5.
|
| 2011 |
-
'@vue/compiler-ssr': 3.5.
|
| 2012 |
-
'@vue/shared': 3.5.
|
| 2013 |
estree-walker: 2.0.2
|
| 2014 |
-
magic-string: 0.30.
|
| 2015 |
postcss: 8.5.6
|
| 2016 |
source-map-js: 1.2.1
|
| 2017 |
|
| 2018 |
-
'@vue/[email protected].
|
| 2019 |
dependencies:
|
| 2020 |
-
'@vue/compiler-dom': 3.5.
|
| 2021 |
-
'@vue/shared': 3.5.
|
| 2022 |
|
| 2023 |
-
'@vue/[email protected].
|
| 2024 |
dependencies:
|
| 2025 |
-
'@vue/shared': 3.5.
|
| 2026 |
|
| 2027 |
-
'@vue/[email protected].
|
| 2028 |
dependencies:
|
| 2029 |
-
'@vue/reactivity': 3.5.
|
| 2030 |
-
'@vue/shared': 3.5.
|
| 2031 |
|
| 2032 |
-
'@vue/[email protected].
|
| 2033 |
dependencies:
|
| 2034 |
-
'@vue/reactivity': 3.5.
|
| 2035 |
-
'@vue/runtime-core': 3.5.
|
| 2036 |
-
'@vue/shared': 3.5.
|
| 2037 |
csstype: 3.1.3
|
| 2038 |
|
| 2039 |
-
'@vue/[email protected].
|
| 2040 |
dependencies:
|
| 2041 |
-
'@vue/compiler-ssr': 3.5.
|
| 2042 |
-
'@vue/shared': 3.5.
|
| 2043 |
-
vue: 3.5.
|
| 2044 |
|
| 2045 |
-
'@vue/[email protected].
|
| 2046 |
|
| 2047 |
-
'@vue/[email protected]([email protected].
|
| 2048 |
optionalDependencies:
|
| 2049 |
-
vue: 3.5.
|
| 2050 |
|
| 2051 | |
| 2052 |
dependencies:
|
|
@@ -2091,8 +2080,6 @@ snapshots:
|
|
| 2091 |
ansi-styles: 4.3.0
|
| 2092 |
supports-color: 7.2.0
|
| 2093 |
|
| 2094 |
-
[email protected]: {}
|
| 2095 |
-
|
| 2096 | |
| 2097 |
dependencies:
|
| 2098 |
color-name: 1.1.4
|
|
@@ -2131,14 +2118,16 @@ snapshots:
|
|
| 2131 |
|
| 2132 | |
| 2133 |
|
| 2134 |
-
[email protected].
|
| 2135 |
|
| 2136 | |
| 2137 |
|
|
|
|
|
|
|
| 2138 | |
| 2139 |
dependencies:
|
| 2140 |
graceful-fs: 4.2.11
|
| 2141 |
-
tapable: 2.
|
| 2142 |
|
| 2143 | |
| 2144 |
|
|
@@ -2148,46 +2137,46 @@ snapshots:
|
|
| 2148 |
|
| 2149 | |
| 2150 |
|
| 2151 |
-
[email protected].
|
| 2152 |
optionalDependencies:
|
| 2153 |
-
'@esbuild/aix-ppc64': 0.25.
|
| 2154 |
-
'@esbuild/android-arm': 0.25.
|
| 2155 |
-
'@esbuild/android-arm64': 0.25.
|
| 2156 |
-
'@esbuild/android-x64': 0.25.
|
| 2157 |
-
'@esbuild/darwin-arm64': 0.25.
|
| 2158 |
-
'@esbuild/darwin-x64': 0.25.
|
| 2159 |
-
'@esbuild/freebsd-arm64': 0.25.
|
| 2160 |
-
'@esbuild/freebsd-x64': 0.25.
|
| 2161 |
-
'@esbuild/linux-arm': 0.25.
|
| 2162 |
-
'@esbuild/linux-arm64': 0.25.
|
| 2163 |
-
'@esbuild/linux-ia32': 0.25.
|
| 2164 |
-
'@esbuild/linux-loong64': 0.25.
|
| 2165 |
-
'@esbuild/linux-mips64el': 0.25.
|
| 2166 |
-
'@esbuild/linux-ppc64': 0.25.
|
| 2167 |
-
'@esbuild/linux-riscv64': 0.25.
|
| 2168 |
-
'@esbuild/linux-s390x': 0.25.
|
| 2169 |
-
'@esbuild/linux-x64': 0.25.
|
| 2170 |
-
'@esbuild/netbsd-arm64': 0.25.
|
| 2171 |
-
'@esbuild/netbsd-x64': 0.25.
|
| 2172 |
-
'@esbuild/openbsd-arm64': 0.25.
|
| 2173 |
-
'@esbuild/openbsd-x64': 0.25.
|
| 2174 |
-
'@esbuild/openharmony-arm64': 0.25.
|
| 2175 |
-
'@esbuild/sunos-x64': 0.25.
|
| 2176 |
-
'@esbuild/win32-arm64': 0.25.
|
| 2177 |
-
'@esbuild/win32-ia32': 0.25.
|
| 2178 |
-
'@esbuild/win32-x64': 0.25.
|
| 2179 |
|
| 2180 | |
| 2181 |
|
| 2182 |
-
eslint-plugin-vue@10.
|
| 2183 |
dependencies:
|
| 2184 |
-
'@eslint-community/eslint-utils': 4.9.0(eslint@9.
|
| 2185 |
-
eslint: 9.
|
| 2186 |
natural-compare: 1.4.0
|
| 2187 |
nth-check: 2.1.1
|
| 2188 |
postcss-selector-parser: 6.1.2
|
| 2189 |
-
semver: 7.7.
|
| 2190 |
-
vue-eslint-parser: 10.1.3(eslint@9.
|
| 2191 |
xml-name-validator: 4.0.0
|
| 2192 |
|
| 2193 | |
|
@@ -2199,21 +2188,20 @@ snapshots:
|
|
| 2199 |
|
| 2200 | |
| 2201 |
|
| 2202 |
-
eslint@9.
|
| 2203 |
dependencies:
|
| 2204 |
-
'@eslint-community/eslint-utils': 4.9.0(eslint@9.
|
| 2205 |
-
'@eslint-community/regexpp': 4.12.
|
| 2206 |
-
'@eslint/config-array': 0.21.
|
| 2207 |
-
'@eslint/config-helpers': 0.
|
| 2208 |
-
'@eslint/core': 0.
|
| 2209 |
'@eslint/eslintrc': 3.3.1
|
| 2210 |
-
'@eslint/js': 9.
|
| 2211 |
-
'@eslint/plugin-kit': 0.
|
| 2212 |
'@humanfs/node': 0.16.7
|
| 2213 |
'@humanwhocodes/module-importer': 1.0.1
|
| 2214 |
'@humanwhocodes/retry': 0.4.3
|
| 2215 |
'@types/estree': 1.0.8
|
| 2216 |
-
'@types/json-schema': 7.0.15
|
| 2217 |
ajv: 6.12.6
|
| 2218 |
chalk: 4.1.2
|
| 2219 |
cross-spawn: 7.0.6
|
|
@@ -2237,7 +2225,7 @@ snapshots:
|
|
| 2237 |
natural-compare: 1.4.0
|
| 2238 |
optionator: 0.9.4
|
| 2239 |
optionalDependencies:
|
| 2240 |
-
jiti: 2.
|
| 2241 |
transitivePeerDependencies:
|
| 2242 |
- supports-color
|
| 2243 |
|
|
@@ -2312,7 +2300,7 @@ snapshots:
|
|
| 2312 |
es6-error: 4.1.1
|
| 2313 |
matcher: 3.0.0
|
| 2314 |
roarr: 2.15.4
|
| 2315 |
-
semver: 7.7.
|
| 2316 |
serialize-error: 7.0.1
|
| 2317 |
|
| 2318 | |
|
@@ -2353,7 +2341,7 @@ snapshots:
|
|
| 2353 |
|
| 2354 | |
| 2355 |
|
| 2356 |
-
jiti@2.
|
| 2357 |
|
| 2358 | |
| 2359 |
dependencies:
|
|
@@ -2371,7 +2359,7 @@ snapshots:
|
|
| 2371 |
dependencies:
|
| 2372 |
json-buffer: 3.0.1
|
| 2373 |
|
| 2374 |
-
leaflet-providers@
|
| 2375 |
|
| 2376 | |
| 2377 |
|
|
@@ -2384,50 +2372,54 @@ snapshots:
|
|
| 2384 |
dependencies:
|
| 2385 |
immediate: 3.0.6
|
| 2386 |
|
| 2387 |
-
lightningcss-
|
| 2388 |
optional: true
|
| 2389 |
|
| 2390 |
-
lightningcss-darwin-
|
| 2391 |
optional: true
|
| 2392 |
|
| 2393 |
-
lightningcss-
|
| 2394 |
optional: true
|
| 2395 |
|
| 2396 |
-
lightningcss-
|
| 2397 |
optional: true
|
| 2398 |
|
| 2399 |
-
lightningcss-linux-
|
| 2400 |
optional: true
|
| 2401 |
|
| 2402 |
-
lightningcss-linux-arm64-
|
| 2403 |
optional: true
|
| 2404 |
|
| 2405 |
-
lightningcss-linux-
|
| 2406 |
optional: true
|
| 2407 |
|
| 2408 |
-
lightningcss-linux-x64-
|
| 2409 |
optional: true
|
| 2410 |
|
| 2411 |
-
lightningcss-
|
| 2412 |
optional: true
|
| 2413 |
|
| 2414 |
-
lightningcss-win32-
|
| 2415 |
optional: true
|
| 2416 |
|
| 2417 |
-
[email protected].
|
|
|
|
|
|
|
|
|
|
| 2418 |
dependencies:
|
| 2419 |
-
detect-libc: 2.1.
|
| 2420 |
optionalDependencies:
|
| 2421 |
-
lightningcss-
|
| 2422 |
-
lightningcss-darwin-
|
| 2423 |
-
lightningcss-
|
| 2424 |
-
lightningcss-
|
| 2425 |
-
lightningcss-linux-
|
| 2426 |
-
lightningcss-linux-arm64-
|
| 2427 |
-
lightningcss-linux-
|
| 2428 |
-
lightningcss-linux-x64-
|
| 2429 |
-
lightningcss-
|
| 2430 |
-
lightningcss-win32-
|
|
|
|
| 2431 |
|
| 2432 | |
| 2433 |
dependencies:
|
|
@@ -2441,7 +2433,7 @@ snapshots:
|
|
| 2441 |
|
| 2442 | |
| 2443 |
|
| 2444 |
-
[email protected].
|
| 2445 |
dependencies:
|
| 2446 |
'@jridgewell/sourcemap-codec': 1.5.5
|
| 2447 |
|
|
@@ -2458,14 +2450,6 @@ snapshots:
|
|
| 2458 |
dependencies:
|
| 2459 |
brace-expansion: 1.1.12
|
| 2460 |
|
| 2461 |
-
[email protected]: {}
|
| 2462 |
-
|
| 2463 | |
| 2464 |
-
dependencies:
|
| 2465 |
-
minipass: 7.1.2
|
| 2466 |
-
|
| 2467 |
-
[email protected]: {}
|
| 2468 |
-
|
| 2469 | |
| 2470 |
|
| 2471 | |
|
@@ -2552,36 +2536,37 @@ snapshots:
|
|
| 2552 |
semver-compare: 1.0.0
|
| 2553 |
sprintf-js: 1.1.3
|
| 2554 |
|
| 2555 |
-
rollup@4.
|
| 2556 |
dependencies:
|
| 2557 |
'@types/estree': 1.0.8
|
| 2558 |
optionalDependencies:
|
| 2559 |
-
'@rollup/rollup-android-arm-eabi': 4.
|
| 2560 |
-
'@rollup/rollup-android-arm64': 4.
|
| 2561 |
-
'@rollup/rollup-darwin-arm64': 4.
|
| 2562 |
-
'@rollup/rollup-darwin-x64': 4.
|
| 2563 |
-
'@rollup/rollup-freebsd-arm64': 4.
|
| 2564 |
-
'@rollup/rollup-freebsd-x64': 4.
|
| 2565 |
-
'@rollup/rollup-linux-arm-gnueabihf': 4.
|
| 2566 |
-
'@rollup/rollup-linux-arm-musleabihf': 4.
|
| 2567 |
-
'@rollup/rollup-linux-arm64-gnu': 4.
|
| 2568 |
-
'@rollup/rollup-linux-arm64-musl': 4.
|
| 2569 |
-
'@rollup/rollup-linux-loong64-gnu': 4.
|
| 2570 |
-
'@rollup/rollup-linux-ppc64-gnu': 4.
|
| 2571 |
-
'@rollup/rollup-linux-riscv64-gnu': 4.
|
| 2572 |
-
'@rollup/rollup-linux-riscv64-musl': 4.
|
| 2573 |
-
'@rollup/rollup-linux-s390x-gnu': 4.
|
| 2574 |
-
'@rollup/rollup-linux-x64-gnu': 4.
|
| 2575 |
-
'@rollup/rollup-linux-x64-musl': 4.
|
| 2576 |
-
'@rollup/rollup-openharmony-arm64': 4.
|
| 2577 |
-
'@rollup/rollup-win32-arm64-msvc': 4.
|
| 2578 |
-
'@rollup/rollup-win32-ia32-msvc': 4.
|
| 2579 |
-
'@rollup/rollup-win32-x64-
|
|
|
|
| 2580 |
fsevents: 2.3.3
|
| 2581 |
|
| 2582 | |
| 2583 |
|
| 2584 |
-
[email protected].
|
| 2585 |
|
| 2586 | |
| 2587 |
dependencies:
|
|
@@ -2593,7 +2578,7 @@ snapshots:
|
|
| 2593 |
|
| 2594 | |
| 2595 |
|
| 2596 |
-
snyk@1.
|
| 2597 |
dependencies:
|
| 2598 |
'@sentry/node': 7.120.4
|
| 2599 |
global-agent: 3.0.0
|
|
@@ -2610,18 +2595,9 @@ snapshots:
|
|
| 2610 |
dependencies:
|
| 2611 |
has-flag: 4.0.0
|
| 2612 |
|
| 2613 |
-
[email protected].
|
| 2614 |
-
|
| 2615 |
-
[email protected]: {}
|
| 2616 |
|
| 2617 |
-
|
| 2618 |
-
dependencies:
|
| 2619 |
-
'@isaacs/fs-minipass': 4.0.1
|
| 2620 |
-
chownr: 3.0.0
|
| 2621 |
-
minipass: 7.1.2
|
| 2622 |
-
minizlib: 3.0.2
|
| 2623 |
-
mkdirp: 3.0.1
|
| 2624 |
-
yallist: 5.0.0
|
| 2625 |
|
| 2626 | |
| 2627 |
dependencies:
|
|
@@ -2640,7 +2616,7 @@ snapshots:
|
|
| 2640 |
|
| 2641 | |
| 2642 |
|
| 2643 |
-
undici-types@7.
|
| 2644 |
|
| 2645 | |
| 2646 |
dependencies:
|
|
@@ -2648,40 +2624,40 @@ snapshots:
|
|
| 2648 |
|
| 2649 | |
| 2650 |
|
| 2651 |
-
vite@7.
|
| 2652 |
dependencies:
|
| 2653 |
-
esbuild: 0.25.
|
| 2654 |
fdir: 6.5.0([email protected])
|
| 2655 |
picomatch: 4.0.3
|
| 2656 |
postcss: 8.5.6
|
| 2657 |
-
rollup: 4.
|
| 2658 |
tinyglobby: 0.2.15
|
| 2659 |
optionalDependencies:
|
| 2660 |
-
'@types/node': 24.
|
| 2661 |
fsevents: 2.3.3
|
| 2662 |
-
jiti: 2.
|
| 2663 |
-
lightningcss: 1.30.
|
| 2664 |
|
| 2665 |
-
[email protected](eslint@9.
|
| 2666 |
dependencies:
|
| 2667 |
debug: 4.4.3
|
| 2668 |
-
eslint: 9.
|
| 2669 |
eslint-scope: 8.4.0
|
| 2670 |
eslint-visitor-keys: 4.2.1
|
| 2671 |
espree: 10.4.0
|
| 2672 |
esquery: 1.6.0
|
| 2673 |
lodash: 4.17.21
|
| 2674 |
-
semver: 7.7.
|
| 2675 |
transitivePeerDependencies:
|
| 2676 |
- supports-color
|
| 2677 |
|
| 2678 |
-
[email protected].
|
| 2679 |
dependencies:
|
| 2680 |
-
'@vue/compiler-dom': 3.5.
|
| 2681 |
-
'@vue/compiler-sfc': 3.5.
|
| 2682 |
-
'@vue/runtime-dom': 3.5.
|
| 2683 |
-
'@vue/server-renderer': 3.5.
|
| 2684 |
-
'@vue/shared': 3.5.
|
| 2685 |
|
| 2686 | |
| 2687 |
dependencies:
|
|
@@ -2691,6 +2667,4 @@ snapshots:
|
|
| 2691 |
|
| 2692 | |
| 2693 |
|
| 2694 |
-
[email protected]: {}
|
| 2695 |
-
|
| 2696 |
|
|
|
| 11 |
'@geoman-io/leaflet-geoman-free':
|
| 12 |
specifier: ^2.18.3
|
| 13 |
version: 2.18.3([email protected])
|
| 14 |
+
driver.js:
|
| 15 |
+
specifier: ^1.3.6
|
| 16 |
+
version: 1.3.6
|
| 17 |
leaflet:
|
| 18 |
specifier: ^1.9.4
|
| 19 |
version: 1.9.4
|
| 20 |
leaflet-providers:
|
| 21 |
+
specifier: ^3.0.0
|
| 22 |
+
version: 3.0.0
|
| 23 |
vue:
|
| 24 |
+
specifier: ^3.5.22
|
| 25 |
+
version: 3.5.22
|
| 26 |
devDependencies:
|
| 27 |
'@tailwindcss/cli':
|
| 28 |
+
specifier: ^4.1.16
|
| 29 |
+
version: 4.1.16
|
| 30 |
'@tsconfig/node20':
|
| 31 |
specifier: ^20.1.6
|
| 32 |
version: 20.1.6
|
| 33 |
'@types/leaflet':
|
| 34 |
+
specifier: ^1.9.21
|
| 35 |
+
version: 1.9.21
|
| 36 |
'@types/node':
|
| 37 |
+
specifier: ^24.10.0
|
| 38 |
+
version: 24.10.0
|
| 39 |
'@vitejs/plugin-vue':
|
| 40 |
specifier: ^6.0.1
|
| 41 |
+
version: 6.0.1(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)([email protected].2))([email protected].22)
|
| 42 |
'@vue/tsconfig':
|
| 43 |
specifier: ^0.8.1
|
| 44 |
+
version: 0.8.1([email protected].22)
|
| 45 |
eslint:
|
| 46 |
+
specifier: ^9.39.1
|
| 47 |
+
version: 9.39.1(jiti@2.6.1)
|
| 48 |
eslint-plugin-vue:
|
| 49 |
+
specifier: ^10.5.1
|
| 50 |
+
version: 10.5.1(eslint@9.39.1(jiti@2.6.1))([email protected](eslint@9.39.1(jiti@2.6.1)))
|
| 51 |
prettier:
|
| 52 |
specifier: ^3.6.2
|
| 53 |
version: 3.6.2
|
| 54 |
snyk:
|
| 55 |
+
specifier: ^1.1300.2
|
| 56 |
+
version: 1.1300.2
|
| 57 |
tailwindcss:
|
| 58 |
+
specifier: ^4.1.16
|
| 59 |
+
version: 4.1.16
|
| 60 |
vite:
|
| 61 |
+
specifier: ^7.2.0
|
| 62 |
+
version: 7.2.0(@types/node@24.10.0)(jiti@2.6.1)([email protected].2)
|
| 63 |
|
| 64 |
packages:
|
| 65 |
|
|
|
|
| 67 |
resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
|
| 68 |
engines: {node: '>=6.9.0'}
|
| 69 |
|
| 70 |
+
'@babel/helper-validator-identifier@7.28.5':
|
| 71 |
+
resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==}
|
| 72 |
engines: {node: '>=6.9.0'}
|
| 73 |
|
| 74 |
+
'@babel/[email protected].5':
|
| 75 |
+
resolution: {integrity: sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==}
|
| 76 |
engines: {node: '>=6.0.0'}
|
| 77 |
hasBin: true
|
| 78 |
|
| 79 |
+
'@babel/[email protected].5':
|
| 80 |
+
resolution: {integrity: sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==}
|
| 81 |
engines: {node: '>=6.9.0'}
|
| 82 |
|
| 83 |
+
'@esbuild/[email protected].12':
|
| 84 |
+
resolution: {integrity: sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==}
|
| 85 |
engines: {node: '>=18'}
|
| 86 |
cpu: [ppc64]
|
| 87 |
os: [aix]
|
| 88 |
|
| 89 |
+
'@esbuild/[email protected].12':
|
| 90 |
+
resolution: {integrity: sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==}
|
| 91 |
engines: {node: '>=18'}
|
| 92 |
cpu: [arm64]
|
| 93 |
os: [android]
|
| 94 |
|
| 95 |
+
'@esbuild/[email protected].12':
|
| 96 |
+
resolution: {integrity: sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==}
|
| 97 |
engines: {node: '>=18'}
|
| 98 |
cpu: [arm]
|
| 99 |
os: [android]
|
| 100 |
|
| 101 |
+
'@esbuild/[email protected].12':
|
| 102 |
+
resolution: {integrity: sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==}
|
| 103 |
engines: {node: '>=18'}
|
| 104 |
cpu: [x64]
|
| 105 |
os: [android]
|
| 106 |
|
| 107 |
+
'@esbuild/[email protected].12':
|
| 108 |
+
resolution: {integrity: sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==}
|
| 109 |
engines: {node: '>=18'}
|
| 110 |
cpu: [arm64]
|
| 111 |
os: [darwin]
|
| 112 |
|
| 113 |
+
'@esbuild/[email protected].12':
|
| 114 |
+
resolution: {integrity: sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==}
|
| 115 |
engines: {node: '>=18'}
|
| 116 |
cpu: [x64]
|
| 117 |
os: [darwin]
|
| 118 |
|
| 119 |
+
'@esbuild/[email protected].12':
|
| 120 |
+
resolution: {integrity: sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==}
|
| 121 |
engines: {node: '>=18'}
|
| 122 |
cpu: [arm64]
|
| 123 |
os: [freebsd]
|
| 124 |
|
| 125 |
+
'@esbuild/[email protected].12':
|
| 126 |
+
resolution: {integrity: sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==}
|
| 127 |
engines: {node: '>=18'}
|
| 128 |
cpu: [x64]
|
| 129 |
os: [freebsd]
|
| 130 |
|
| 131 |
+
'@esbuild/[email protected].12':
|
| 132 |
+
resolution: {integrity: sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==}
|
| 133 |
engines: {node: '>=18'}
|
| 134 |
cpu: [arm64]
|
| 135 |
os: [linux]
|
| 136 |
|
| 137 |
+
'@esbuild/[email protected].12':
|
| 138 |
+
resolution: {integrity: sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==}
|
| 139 |
engines: {node: '>=18'}
|
| 140 |
cpu: [arm]
|
| 141 |
os: [linux]
|
| 142 |
|
| 143 |
+
'@esbuild/[email protected].12':
|
| 144 |
+
resolution: {integrity: sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==}
|
| 145 |
engines: {node: '>=18'}
|
| 146 |
cpu: [ia32]
|
| 147 |
os: [linux]
|
| 148 |
|
| 149 |
+
'@esbuild/[email protected].12':
|
| 150 |
+
resolution: {integrity: sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==}
|
| 151 |
engines: {node: '>=18'}
|
| 152 |
cpu: [loong64]
|
| 153 |
os: [linux]
|
| 154 |
|
| 155 |
+
'@esbuild/[email protected].12':
|
| 156 |
+
resolution: {integrity: sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==}
|
| 157 |
engines: {node: '>=18'}
|
| 158 |
cpu: [mips64el]
|
| 159 |
os: [linux]
|
| 160 |
|
| 161 |
+
'@esbuild/[email protected].12':
|
| 162 |
+
resolution: {integrity: sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==}
|
| 163 |
engines: {node: '>=18'}
|
| 164 |
cpu: [ppc64]
|
| 165 |
os: [linux]
|
| 166 |
|
| 167 |
+
'@esbuild/[email protected].12':
|
| 168 |
+
resolution: {integrity: sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==}
|
| 169 |
engines: {node: '>=18'}
|
| 170 |
cpu: [riscv64]
|
| 171 |
os: [linux]
|
| 172 |
|
| 173 |
+
'@esbuild/[email protected].12':
|
| 174 |
+
resolution: {integrity: sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==}
|
| 175 |
engines: {node: '>=18'}
|
| 176 |
cpu: [s390x]
|
| 177 |
os: [linux]
|
| 178 |
|
| 179 |
+
'@esbuild/[email protected].12':
|
| 180 |
+
resolution: {integrity: sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==}
|
| 181 |
engines: {node: '>=18'}
|
| 182 |
cpu: [x64]
|
| 183 |
os: [linux]
|
| 184 |
|
| 185 |
+
'@esbuild/[email protected].12':
|
| 186 |
+
resolution: {integrity: sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==}
|
| 187 |
engines: {node: '>=18'}
|
| 188 |
cpu: [arm64]
|
| 189 |
os: [netbsd]
|
| 190 |
|
| 191 |
+
'@esbuild/[email protected].12':
|
| 192 |
+
resolution: {integrity: sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==}
|
| 193 |
engines: {node: '>=18'}
|
| 194 |
cpu: [x64]
|
| 195 |
os: [netbsd]
|
| 196 |
|
| 197 |
+
'@esbuild/[email protected].12':
|
| 198 |
+
resolution: {integrity: sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==}
|
| 199 |
engines: {node: '>=18'}
|
| 200 |
cpu: [arm64]
|
| 201 |
os: [openbsd]
|
| 202 |
|
| 203 |
+
'@esbuild/[email protected].12':
|
| 204 |
+
resolution: {integrity: sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==}
|
| 205 |
engines: {node: '>=18'}
|
| 206 |
cpu: [x64]
|
| 207 |
os: [openbsd]
|
| 208 |
|
| 209 |
+
'@esbuild/[email protected].12':
|
| 210 |
+
resolution: {integrity: sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==}
|
| 211 |
engines: {node: '>=18'}
|
| 212 |
cpu: [arm64]
|
| 213 |
os: [openharmony]
|
| 214 |
|
| 215 |
+
'@esbuild/[email protected].12':
|
| 216 |
+
resolution: {integrity: sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==}
|
| 217 |
engines: {node: '>=18'}
|
| 218 |
cpu: [x64]
|
| 219 |
os: [sunos]
|
| 220 |
|
| 221 |
+
'@esbuild/[email protected].12':
|
| 222 |
+
resolution: {integrity: sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==}
|
| 223 |
engines: {node: '>=18'}
|
| 224 |
cpu: [arm64]
|
| 225 |
os: [win32]
|
| 226 |
|
| 227 |
+
'@esbuild/[email protected].12':
|
| 228 |
+
resolution: {integrity: sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==}
|
| 229 |
engines: {node: '>=18'}
|
| 230 |
cpu: [ia32]
|
| 231 |
os: [win32]
|
| 232 |
|
| 233 |
+
'@esbuild/[email protected].12':
|
| 234 |
+
resolution: {integrity: sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==}
|
| 235 |
engines: {node: '>=18'}
|
| 236 |
cpu: [x64]
|
| 237 |
os: [win32]
|
|
|
|
| 242 |
peerDependencies:
|
| 243 |
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
|
| 244 |
|
| 245 |
+
'@eslint-community/[email protected].2':
|
| 246 |
+
resolution: {integrity: sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==}
|
| 247 |
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
| 248 |
|
| 249 |
+
'@eslint/[email protected].1':
|
| 250 |
+
resolution: {integrity: sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==}
|
| 251 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
| 252 |
|
| 253 |
+
'@eslint/config-helpers@0.4.2':
|
| 254 |
+
resolution: {integrity: sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==}
|
| 255 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
| 256 |
|
| 257 |
+
'@eslint/core@0.17.0':
|
| 258 |
+
resolution: {integrity: sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==}
|
| 259 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
| 260 |
|
| 261 |
'@eslint/[email protected]':
|
| 262 |
resolution: {integrity: sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==}
|
| 263 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
| 264 |
|
| 265 |
+
'@eslint/js@9.39.1':
|
| 266 |
+
resolution: {integrity: sha512-S26Stp4zCy88tH94QbBv3XCuzRQiZ9yXofEILmglYTh/Ug/a9/umqvgFtYBAo3Lp0nsI/5/qH1CCrbdK3AP1Tw==}
|
| 267 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
| 268 |
|
| 269 |
+
'@eslint/[email protected].7':
|
| 270 |
+
resolution: {integrity: sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==}
|
| 271 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
| 272 |
|
| 273 |
+
'@eslint/plugin-kit@0.4.1':
|
| 274 |
+
resolution: {integrity: sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==}
|
| 275 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
| 276 |
|
| 277 |
'@geoman-io/[email protected]':
|
|
|
|
| 295 |
resolution: {integrity: sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==}
|
| 296 |
engines: {node: '>=18.18'}
|
| 297 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 298 |
'@jridgewell/[email protected]':
|
| 299 |
resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
|
| 300 |
|
|
|
|
| 396 |
'@rolldown/[email protected]':
|
| 397 |
resolution: {integrity: sha512-NIJgOsMjbxAXvoGq/X0gD7VPMQ8j9g0BiDaNjVNVjvl+iKXxL3Jre0v31RmBYeLEmkbj2s02v8vFTbUXi5XS2Q==}
|
| 398 |
|
| 399 |
+
'@rollup/rollup-android-arm-eabi@4.52.5':
|
| 400 |
+
resolution: {integrity: sha512-8c1vW4ocv3UOMp9K+gToY5zL2XiiVw3k7f1ksf4yO1FlDFQ1C2u72iACFnSOceJFsWskc2WZNqeRhFRPzv+wtQ==}
|
| 401 |
cpu: [arm]
|
| 402 |
os: [android]
|
| 403 |
|
| 404 |
+
'@rollup/rollup-android-arm64@4.52.5':
|
| 405 |
+
resolution: {integrity: sha512-mQGfsIEFcu21mvqkEKKu2dYmtuSZOBMmAl5CFlPGLY94Vlcm+zWApK7F/eocsNzp8tKmbeBP8yXyAbx0XHsFNA==}
|
| 406 |
cpu: [arm64]
|
| 407 |
os: [android]
|
| 408 |
|
| 409 |
+
'@rollup/rollup-darwin-arm64@4.52.5':
|
| 410 |
+
resolution: {integrity: sha512-takF3CR71mCAGA+v794QUZ0b6ZSrgJkArC+gUiG6LB6TQty9T0Mqh3m2ImRBOxS2IeYBo4lKWIieSvnEk2OQWA==}
|
| 411 |
cpu: [arm64]
|
| 412 |
os: [darwin]
|
| 413 |
|
| 414 |
+
'@rollup/rollup-darwin-x64@4.52.5':
|
| 415 |
+
resolution: {integrity: sha512-W901Pla8Ya95WpxDn//VF9K9u2JbocwV/v75TE0YIHNTbhqUTv9w4VuQ9MaWlNOkkEfFwkdNhXgcLqPSmHy0fA==}
|
| 416 |
cpu: [x64]
|
| 417 |
os: [darwin]
|
| 418 |
|
| 419 |
+
'@rollup/rollup-freebsd-arm64@4.52.5':
|
| 420 |
+
resolution: {integrity: sha512-QofO7i7JycsYOWxe0GFqhLmF6l1TqBswJMvICnRUjqCx8b47MTo46W8AoeQwiokAx3zVryVnxtBMcGcnX12LvA==}
|
| 421 |
cpu: [arm64]
|
| 422 |
os: [freebsd]
|
| 423 |
|
| 424 |
+
'@rollup/rollup-freebsd-x64@4.52.5':
|
| 425 |
+
resolution: {integrity: sha512-jr21b/99ew8ujZubPo9skbrItHEIE50WdV86cdSoRkKtmWa+DDr6fu2c/xyRT0F/WazZpam6kk7IHBerSL7LDQ==}
|
| 426 |
cpu: [x64]
|
| 427 |
os: [freebsd]
|
| 428 |
|
| 429 |
+
'@rollup/rollup-linux-arm-gnueabihf@4.52.5':
|
| 430 |
+
resolution: {integrity: sha512-PsNAbcyv9CcecAUagQefwX8fQn9LQ4nZkpDboBOttmyffnInRy8R8dSg6hxxl2Re5QhHBf6FYIDhIj5v982ATQ==}
|
| 431 |
cpu: [arm]
|
| 432 |
os: [linux]
|
| 433 |
|
| 434 |
+
'@rollup/rollup-linux-arm-musleabihf@4.52.5':
|
| 435 |
+
resolution: {integrity: sha512-Fw4tysRutyQc/wwkmcyoqFtJhh0u31K+Q6jYjeicsGJJ7bbEq8LwPWV/w0cnzOqR2m694/Af6hpFayLJZkG2VQ==}
|
| 436 |
cpu: [arm]
|
| 437 |
os: [linux]
|
| 438 |
|
| 439 |
+
'@rollup/rollup-linux-arm64-gnu@4.52.5':
|
| 440 |
+
resolution: {integrity: sha512-a+3wVnAYdQClOTlyapKmyI6BLPAFYs0JM8HRpgYZQO02rMR09ZcV9LbQB+NL6sljzG38869YqThrRnfPMCDtZg==}
|
| 441 |
cpu: [arm64]
|
| 442 |
os: [linux]
|
| 443 |
|
| 444 |
+
'@rollup/rollup-linux-arm64-musl@4.52.5':
|
| 445 |
+
resolution: {integrity: sha512-AvttBOMwO9Pcuuf7m9PkC1PUIKsfaAJ4AYhy944qeTJgQOqJYJ9oVl2nYgY7Rk0mkbsuOpCAYSs6wLYB2Xiw0Q==}
|
| 446 |
cpu: [arm64]
|
| 447 |
os: [linux]
|
| 448 |
|
| 449 |
+
'@rollup/rollup-linux-loong64-gnu@4.52.5':
|
| 450 |
+
resolution: {integrity: sha512-DkDk8pmXQV2wVrF6oq5tONK6UHLz/XcEVow4JTTerdeV1uqPeHxwcg7aFsfnSm9L+OO8WJsWotKM2JJPMWrQtA==}
|
| 451 |
cpu: [loong64]
|
| 452 |
os: [linux]
|
| 453 |
|
| 454 |
+
'@rollup/rollup-linux-ppc64-gnu@4.52.5':
|
| 455 |
+
resolution: {integrity: sha512-W/b9ZN/U9+hPQVvlGwjzi+Wy4xdoH2I8EjaCkMvzpI7wJUs8sWJ03Rq96jRnHkSrcHTpQe8h5Tg3ZzUPGauvAw==}
|
| 456 |
cpu: [ppc64]
|
| 457 |
os: [linux]
|
| 458 |
|
| 459 |
+
'@rollup/rollup-linux-riscv64-gnu@4.52.5':
|
| 460 |
+
resolution: {integrity: sha512-sjQLr9BW7R/ZiXnQiWPkErNfLMkkWIoCz7YMn27HldKsADEKa5WYdobaa1hmN6slu9oWQbB6/jFpJ+P2IkVrmw==}
|
| 461 |
cpu: [riscv64]
|
| 462 |
os: [linux]
|
| 463 |
|
| 464 |
+
'@rollup/rollup-linux-riscv64-musl@4.52.5':
|
| 465 |
+
resolution: {integrity: sha512-hq3jU/kGyjXWTvAh2awn8oHroCbrPm8JqM7RUpKjalIRWWXE01CQOf/tUNWNHjmbMHg/hmNCwc/Pz3k1T/j/Lg==}
|
| 466 |
cpu: [riscv64]
|
| 467 |
os: [linux]
|
| 468 |
|
| 469 |
+
'@rollup/rollup-linux-s390x-gnu@4.52.5':
|
| 470 |
+
resolution: {integrity: sha512-gn8kHOrku8D4NGHMK1Y7NA7INQTRdVOntt1OCYypZPRt6skGbddska44K8iocdpxHTMMNui5oH4elPH4QOLrFQ==}
|
| 471 |
cpu: [s390x]
|
| 472 |
os: [linux]
|
| 473 |
|
| 474 |
+
'@rollup/rollup-linux-x64-gnu@4.52.5':
|
| 475 |
+
resolution: {integrity: sha512-hXGLYpdhiNElzN770+H2nlx+jRog8TyynpTVzdlc6bndktjKWyZyiCsuDAlpd+j+W+WNqfcyAWz9HxxIGfZm1Q==}
|
| 476 |
cpu: [x64]
|
| 477 |
os: [linux]
|
| 478 |
|
| 479 |
+
'@rollup/rollup-linux-x64-musl@4.52.5':
|
| 480 |
+
resolution: {integrity: sha512-arCGIcuNKjBoKAXD+y7XomR9gY6Mw7HnFBv5Rw7wQRvwYLR7gBAgV7Mb2QTyjXfTveBNFAtPt46/36vV9STLNg==}
|
| 481 |
cpu: [x64]
|
| 482 |
os: [linux]
|
| 483 |
|
| 484 |
+
'@rollup/rollup-openharmony-arm64@4.52.5':
|
| 485 |
+
resolution: {integrity: sha512-QoFqB6+/9Rly/RiPjaomPLmR/13cgkIGfA40LHly9zcH1S0bN2HVFYk3a1eAyHQyjs3ZJYlXvIGtcCs5tko9Cw==}
|
| 486 |
cpu: [arm64]
|
| 487 |
os: [openharmony]
|
| 488 |
|
| 489 |
+
'@rollup/rollup-win32-arm64-msvc@4.52.5':
|
| 490 |
+
resolution: {integrity: sha512-w0cDWVR6MlTstla1cIfOGyl8+qb93FlAVutcor14Gf5Md5ap5ySfQ7R9S/NjNaMLSFdUnKGEasmVnu3lCMqB7w==}
|
| 491 |
cpu: [arm64]
|
| 492 |
os: [win32]
|
| 493 |
|
| 494 |
+
'@rollup/rollup-win32-ia32-msvc@4.52.5':
|
| 495 |
+
resolution: {integrity: sha512-Aufdpzp7DpOTULJCuvzqcItSGDH73pF3ko/f+ckJhxQyHtp67rHw3HMNxoIdDMUITJESNE6a8uh4Lo4SLouOUg==}
|
| 496 |
cpu: [ia32]
|
| 497 |
os: [win32]
|
| 498 |
|
| 499 |
+
'@rollup/rollup-win32-x64-gnu@4.52.5':
|
| 500 |
+
resolution: {integrity: sha512-UGBUGPFp1vkj6p8wCRraqNhqwX/4kNQPS57BCFc8wYh0g94iVIW33wJtQAx3G7vrjjNtRaxiMUylM0ktp/TRSQ==}
|
| 501 |
+
cpu: [x64]
|
| 502 |
+
os: [win32]
|
| 503 |
+
|
| 504 |
+
'@rollup/[email protected]':
|
| 505 |
+
resolution: {integrity: sha512-TAcgQh2sSkykPRWLrdyy2AiceMckNf5loITqXxFI5VuQjS5tSuw3WlwdN8qv8vzjLAUTvYaH/mVjSFpbkFbpTg==}
|
| 506 |
cpu: [x64]
|
| 507 |
os: [win32]
|
| 508 |
|
|
|
|
| 530 |
resolution: {integrity: sha512-zCKpyDIWKHwtervNK2ZlaK8mMV7gVUijAgFeJStH+CU/imcdquizV3pFLlSQYRswG+Lbyd6CT/LGRh3IbtkCFw==}
|
| 531 |
engines: {node: '>=8'}
|
| 532 |
|
| 533 |
+
'@tailwindcss/[email protected].16':
|
| 534 |
+
resolution: {integrity: sha512-dsnANPrh2ZooHyZ/8uJhc9ecpcYtufToc21NY09NS9vF16rxPCjJ8dP7TUAtPqlUJTHSmRkN2hCdoYQIlgh4fw==}
|
| 535 |
hasBin: true
|
| 536 |
|
| 537 |
+
'@tailwindcss/[email protected].16':
|
| 538 |
+
resolution: {integrity: sha512-BX5iaSsloNuvKNHRN3k2RcCuTEgASTo77mofW0vmeHkfrDWaoFAFvNHpEgtu0eqyypcyiBkDWzSMxJhp3AUVcw==}
|
| 539 |
|
| 540 |
+
'@tailwindcss/[email protected].16':
|
| 541 |
+
resolution: {integrity: sha512-8+ctzkjHgwDJ5caq9IqRSgsP70xhdhJvm+oueS/yhD5ixLhqTw9fSL1OurzMUhBwE5zK26FXLCz2f/RtkISqHA==}
|
| 542 |
engines: {node: '>= 10'}
|
| 543 |
cpu: [arm64]
|
| 544 |
os: [android]
|
| 545 |
|
| 546 |
+
'@tailwindcss/[email protected].16':
|
| 547 |
+
resolution: {integrity: sha512-C3oZy5042v2FOALBZtY0JTDnGNdS6w7DxL/odvSny17ORUnaRKhyTse8xYi3yKGyfnTUOdavRCdmc8QqJYwFKA==}
|
| 548 |
engines: {node: '>= 10'}
|
| 549 |
cpu: [arm64]
|
| 550 |
os: [darwin]
|
| 551 |
|
| 552 |
+
'@tailwindcss/[email protected].16':
|
| 553 |
+
resolution: {integrity: sha512-vjrl/1Ub9+JwU6BP0emgipGjowzYZMjbWCDqwA2Z4vCa+HBSpP4v6U2ddejcHsolsYxwL5r4bPNoamlV0xDdLg==}
|
| 554 |
engines: {node: '>= 10'}
|
| 555 |
cpu: [x64]
|
| 556 |
os: [darwin]
|
| 557 |
|
| 558 |
+
'@tailwindcss/[email protected].16':
|
| 559 |
+
resolution: {integrity: sha512-TSMpPYpQLm+aR1wW5rKuUuEruc/oOX3C7H0BTnPDn7W/eMw8W+MRMpiypKMkXZfwH8wqPIRKppuZoedTtNj2tg==}
|
| 560 |
engines: {node: '>= 10'}
|
| 561 |
cpu: [x64]
|
| 562 |
os: [freebsd]
|
| 563 |
|
| 564 |
+
'@tailwindcss/[email protected].16':
|
| 565 |
+
resolution: {integrity: sha512-p0GGfRg/w0sdsFKBjMYvvKIiKy/LNWLWgV/plR4lUgrsxFAoQBFrXkZ4C0w8IOXfslB9vHK/JGASWD2IefIpvw==}
|
| 566 |
engines: {node: '>= 10'}
|
| 567 |
cpu: [arm]
|
| 568 |
os: [linux]
|
| 569 |
|
| 570 |
+
'@tailwindcss/[email protected].16':
|
| 571 |
+
resolution: {integrity: sha512-DoixyMmTNO19rwRPdqviTrG1rYzpxgyYJl8RgQvdAQUzxC1ToLRqtNJpU/ATURSKgIg6uerPw2feW0aS8SNr/w==}
|
| 572 |
engines: {node: '>= 10'}
|
| 573 |
cpu: [arm64]
|
| 574 |
os: [linux]
|
| 575 |
|
| 576 |
+
'@tailwindcss/[email protected].16':
|
| 577 |
+
resolution: {integrity: sha512-H81UXMa9hJhWhaAUca6bU2wm5RRFpuHImrwXBUvPbYb+3jo32I9VIwpOX6hms0fPmA6f2pGVlybO6qU8pF4fzQ==}
|
| 578 |
engines: {node: '>= 10'}
|
| 579 |
cpu: [arm64]
|
| 580 |
os: [linux]
|
| 581 |
|
| 582 |
+
'@tailwindcss/[email protected].16':
|
| 583 |
+
resolution: {integrity: sha512-ZGHQxDtFC2/ruo7t99Qo2TTIvOERULPl5l0K1g0oK6b5PGqjYMga+FcY1wIUnrUxY56h28FxybtDEla+ICOyew==}
|
| 584 |
engines: {node: '>= 10'}
|
| 585 |
cpu: [x64]
|
| 586 |
os: [linux]
|
| 587 |
|
| 588 |
+
'@tailwindcss/[email protected].16':
|
| 589 |
+
resolution: {integrity: sha512-Oi1tAaa0rcKf1Og9MzKeINZzMLPbhxvm7rno5/zuP1WYmpiG0bEHq4AcRUiG2165/WUzvxkW4XDYCscZWbTLZw==}
|
| 590 |
engines: {node: '>= 10'}
|
| 591 |
cpu: [x64]
|
| 592 |
os: [linux]
|
| 593 |
|
| 594 |
+
'@tailwindcss/[email protected].16':
|
| 595 |
+
resolution: {integrity: sha512-B01u/b8LteGRwucIBmCQ07FVXLzImWESAIMcUU6nvFt/tYsQ6IHz8DmZ5KtvmwxD+iTYBtM1xwoGXswnlu9v0Q==}
|
| 596 |
engines: {node: '>=14.0.0'}
|
| 597 |
cpu: [wasm32]
|
| 598 |
bundledDependencies:
|
|
|
|
| 603 |
- '@emnapi/wasi-threads'
|
| 604 |
- tslib
|
| 605 |
|
| 606 |
+
'@tailwindcss/[email protected].16':
|
| 607 |
+
resolution: {integrity: sha512-zX+Q8sSkGj6HKRTMJXuPvOcP8XfYON24zJBRPlszcH1Np7xuHXhWn8qfFjIujVzvH3BHU+16jBXwgpl20i+v9A==}
|
| 608 |
engines: {node: '>= 10'}
|
| 609 |
cpu: [arm64]
|
| 610 |
os: [win32]
|
| 611 |
|
| 612 |
+
'@tailwindcss/[email protected].16':
|
| 613 |
+
resolution: {integrity: sha512-m5dDFJUEejbFqP+UXVstd4W/wnxA4F61q8SoL+mqTypId2T2ZpuxosNSgowiCnLp2+Z+rivdU0AqpfgiD7yCBg==}
|
| 614 |
engines: {node: '>= 10'}
|
| 615 |
cpu: [x64]
|
| 616 |
os: [win32]
|
| 617 |
|
| 618 |
+
'@tailwindcss/[email protected].16':
|
| 619 |
+
resolution: {integrity: sha512-2OSv52FRuhdlgyOQqgtQHuCgXnS8nFSYRp2tJ+4WZXKgTxqPy7SMSls8c3mPT5pkZ17SBToGM5LHEJBO7miEdg==}
|
| 620 |
engines: {node: '>= 10'}
|
| 621 |
|
| 622 |
'@tsconfig/[email protected]':
|
|
|
|
| 694 |
'@types/[email protected]':
|
| 695 |
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
|
| 696 |
|
| 697 |
+
'@types/[email protected].21':
|
| 698 |
+
resolution: {integrity: sha512-TbAd9DaPGSnzp6QvtYngntMZgcRk+igFELwR2N99XZn7RXUdKgsXMR+28bUO0rPsWp8MIu/f47luLIQuSLYv/w==}
|
| 699 |
|
| 700 |
+
'@types/node@24.10.0':
|
| 701 |
+
resolution: {integrity: sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==}
|
| 702 |
|
| 703 |
'@vitejs/[email protected]':
|
| 704 |
resolution: {integrity: sha512-+MaE752hU0wfPFJEUAIxqw18+20euHHdxVtMvbFcOEpjEyfqXH/5DCoTHiVJ0J29EhTJdoTkjEv5YBKU9dnoTw==}
|
|
|
|
| 707 |
vite: ^5.0.0 || ^6.0.0 || ^7.0.0
|
| 708 |
vue: ^3.2.25
|
| 709 |
|
| 710 |
+
'@vue/[email protected].22':
|
| 711 |
+
resolution: {integrity: sha512-jQ0pFPmZwTEiRNSb+i9Ow/I/cHv2tXYqsnHKKyCQ08irI2kdF5qmYedmF8si8mA7zepUFmJ2hqzS8CQmNOWOkQ==}
|
| 712 |
|
| 713 |
+
'@vue/[email protected].22':
|
| 714 |
+
resolution: {integrity: sha512-W8RknzUM1BLkypvdz10OVsGxnMAuSIZs9Wdx1vzA3mL5fNMN15rhrSCLiTm6blWeACwUwizzPVqGJgOGBEN/hA==}
|
| 715 |
|
| 716 |
+
'@vue/[email protected].22':
|
| 717 |
+
resolution: {integrity: sha512-tbTR1zKGce4Lj+JLzFXDq36K4vcSZbJ1RBu8FxcDv1IGRz//Dh2EBqksyGVypz3kXpshIfWKGOCcqpSbyGWRJQ==}
|
| 718 |
|
| 719 |
+
'@vue/[email protected].22':
|
| 720 |
+
resolution: {integrity: sha512-GdgyLvg4R+7T8Nk2Mlighx7XGxq/fJf9jaVofc3IL0EPesTE86cP/8DD1lT3h1JeZr2ySBvyqKQJgbS54IX1Ww==}
|
| 721 |
|
| 722 |
+
'@vue/[email protected].22':
|
| 723 |
+
resolution: {integrity: sha512-f2Wux4v/Z2pqc9+4SmgZC1p73Z53fyD90NFWXiX9AKVnVBEvLFOWCEgJD3GdGnlxPZt01PSlfmLqbLYzY/Fw4A==}
|
| 724 |
|
| 725 |
+
'@vue/[email protected].22':
|
| 726 |
+
resolution: {integrity: sha512-EHo4W/eiYeAzRTN5PCextDUZ0dMs9I8mQ2Fy+OkzvRPUYQEyK9yAjbasrMCXbLNhF7P0OUyivLjIy0yc6VrLJQ==}
|
| 727 |
|
| 728 |
+
'@vue/[email protected].22':
|
| 729 |
+
resolution: {integrity: sha512-Av60jsryAkI023PlN7LsqrfPvwfxOd2yAwtReCjeuugTJTkgrksYJJstg1e12qle0NarkfhfFu1ox2D+cQotww==}
|
| 730 |
|
| 731 |
+
'@vue/[email protected].22':
|
| 732 |
+
resolution: {integrity: sha512-gXjo+ao0oHYTSswF+a3KRHZ1WszxIqO7u6XwNHqcqb9JfyIL/pbWrrh/xLv7jeDqla9u+LK7yfZKHih1e1RKAQ==}
|
| 733 |
peerDependencies:
|
| 734 |
+
vue: 3.5.22
|
| 735 |
|
| 736 |
+
'@vue/[email protected].22':
|
| 737 |
+
resolution: {integrity: sha512-F4yc6palwq3TT0u+FYf0Ns4Tfl9GRFURDN2gWG7L1ecIaS/4fCIuFOjMTnCyjsu/OK6vaDKLCrGAa+KvvH+h4w==}
|
| 738 |
|
| 739 |
'@vue/[email protected]':
|
| 740 |
resolution: {integrity: sha512-aK7feIWPXFSUhsCP9PFqPyFOcz4ENkb8hZ2pneL6m2UjCkccvaOhC/5KCKluuBufvp2KzkbdA2W2pk20vLzu3g==}
|
|
|
|
| 795 |
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
|
| 796 |
engines: {node: '>=10'}
|
| 797 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 798 | |
| 799 |
resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
|
| 800 |
engines: {node: '>=7.0.0'}
|
|
|
|
| 842 |
engines: {node: '>=0.10'}
|
| 843 |
hasBin: true
|
| 844 |
|
| 845 |
+
[email protected].2:
|
| 846 |
+
resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==}
|
| 847 |
engines: {node: '>=8'}
|
| 848 |
|
| 849 | |
| 850 |
resolution: {integrity: sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==}
|
| 851 |
|
| 852 | |
| 853 |
+
resolution: {integrity: sha512-g2nNuu+tWmPpuoyk3ffpT9vKhjPz4NrJzq6mkRDZIwXCrFhrKdDJ9TX5tJOBpvCTBrBYjgRQ17XlcQB15q4gMg==}
|
| 854 |
+
|
| 855 | |
| 856 |
resolution: {integrity: sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==}
|
| 857 |
engines: {node: '>=10.13.0'}
|
|
|
|
| 871 | |
| 872 |
resolution: {integrity: sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==}
|
| 873 |
|
| 874 |
+
[email protected].12:
|
| 875 |
+
resolution: {integrity: sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==}
|
| 876 |
engines: {node: '>=18'}
|
| 877 |
hasBin: true
|
| 878 |
|
|
|
|
| 880 |
resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
|
| 881 |
engines: {node: '>=10'}
|
| 882 |
|
| 883 |
+
eslint-plugin-vue@10.5.1:
|
| 884 |
+
resolution: {integrity: sha512-SbR9ZBUFKgvWAbq3RrdCtWaW0IKm6wwUiApxf3BVTNfqUIo4IQQmreMg2iHFJJ6C/0wss3LXURBJ1OwS/MhFcQ==}
|
| 885 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
| 886 |
peerDependencies:
|
| 887 |
+
'@stylistic/eslint-plugin': ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0
|
| 888 |
'@typescript-eslint/parser': ^7.0.0 || ^8.0.0
|
| 889 |
eslint: ^8.57.0 || ^9.0.0
|
| 890 |
vue-eslint-parser: ^10.0.0
|
| 891 |
peerDependenciesMeta:
|
| 892 |
+
'@stylistic/eslint-plugin':
|
| 893 |
+
optional: true
|
| 894 |
'@typescript-eslint/parser':
|
| 895 |
optional: true
|
| 896 |
|
|
|
|
| 906 |
resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==}
|
| 907 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
| 908 |
|
| 909 |
+
eslint@9.39.1:
|
| 910 |
+
resolution: {integrity: sha512-BhHmn2yNOFA9H9JmmIVKJmd288g9hrVRDkdoIgRCRuSySRUHH7r/DI6aAXW9T1WwUuY3DFgrcaqB+deURBLR5g==}
|
| 911 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
| 912 |
hasBin: true
|
| 913 |
peerDependencies:
|
|
|
|
| 1044 | |
| 1045 |
resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
|
| 1046 |
|
| 1047 |
+
jiti@2.6.1:
|
| 1048 |
+
resolution: {integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==}
|
| 1049 |
hasBin: true
|
| 1050 |
|
| 1051 | |
|
|
|
| 1067 | |
| 1068 |
resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==}
|
| 1069 |
|
| 1070 |
+
leaflet-providers@3.0.0:
|
| 1071 |
+
resolution: {integrity: sha512-PWwsWRpf7xMrCofRUfWR6FBdw2v08j48tXCLQCoS1PinxPpVU70AQTr9N3NcbTIONiF9nS6m45LxBWVYx2i+wg==}
|
| 1072 |
|
| 1073 | |
| 1074 |
resolution: {integrity: sha512-nxS1ynzJOmOlHp+iL3FyWqK89GtNL8U8rvlMOsQdTTssxZwCXh8N2NB3GDQOL+YR3XnWyZAxwQixURb+FA74PA==}
|
|
|
|
| 1080 | |
| 1081 |
resolution: {integrity: sha512-RiNhHysUjhrDQntfYSfY4MU24coXXdEOgw9WGcKHNeEwffDYbF//u87M1EWaMGzuFoSbqW0C9C6lEEhDOAswfw==}
|
| 1082 |
|
| 1083 |
+
lightningcss-android[email protected].2:
|
| 1084 |
+
resolution: {integrity: sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==}
|
| 1085 |
+
engines: {node: '>= 12.0.0'}
|
| 1086 |
+
cpu: [arm64]
|
| 1087 |
+
os: [android]
|
| 1088 |
+
|
| 1089 | |
| 1090 |
+
resolution: {integrity: sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==}
|
| 1091 |
engines: {node: '>= 12.0.0'}
|
| 1092 |
cpu: [arm64]
|
| 1093 |
os: [darwin]
|
| 1094 |
|
| 1095 |
+
[email protected].2:
|
| 1096 |
+
resolution: {integrity: sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==}
|
| 1097 |
engines: {node: '>= 12.0.0'}
|
| 1098 |
cpu: [x64]
|
| 1099 |
os: [darwin]
|
| 1100 |
|
| 1101 |
+
[email protected].2:
|
| 1102 |
+
resolution: {integrity: sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==}
|
| 1103 |
engines: {node: '>= 12.0.0'}
|
| 1104 |
cpu: [x64]
|
| 1105 |
os: [freebsd]
|
| 1106 |
|
| 1107 |
+
[email protected].2:
|
| 1108 |
+
resolution: {integrity: sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==}
|
| 1109 |
engines: {node: '>= 12.0.0'}
|
| 1110 |
cpu: [arm]
|
| 1111 |
os: [linux]
|
| 1112 |
|
| 1113 |
+
[email protected].2:
|
| 1114 |
+
resolution: {integrity: sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==}
|
| 1115 |
engines: {node: '>= 12.0.0'}
|
| 1116 |
cpu: [arm64]
|
| 1117 |
os: [linux]
|
| 1118 |
|
| 1119 |
+
[email protected].2:
|
| 1120 |
+
resolution: {integrity: sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==}
|
| 1121 |
engines: {node: '>= 12.0.0'}
|
| 1122 |
cpu: [arm64]
|
| 1123 |
os: [linux]
|
| 1124 |
|
| 1125 |
+
[email protected].2:
|
| 1126 |
+
resolution: {integrity: sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==}
|
| 1127 |
engines: {node: '>= 12.0.0'}
|
| 1128 |
cpu: [x64]
|
| 1129 |
os: [linux]
|
| 1130 |
|
| 1131 |
+
[email protected].2:
|
| 1132 |
+
resolution: {integrity: sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==}
|
| 1133 |
engines: {node: '>= 12.0.0'}
|
| 1134 |
cpu: [x64]
|
| 1135 |
os: [linux]
|
| 1136 |
|
| 1137 |
+
[email protected].2:
|
| 1138 |
+
resolution: {integrity: sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==}
|
| 1139 |
engines: {node: '>= 12.0.0'}
|
| 1140 |
cpu: [arm64]
|
| 1141 |
os: [win32]
|
| 1142 |
|
| 1143 |
+
[email protected].2:
|
| 1144 |
+
resolution: {integrity: sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==}
|
| 1145 |
engines: {node: '>= 12.0.0'}
|
| 1146 |
cpu: [x64]
|
| 1147 |
os: [win32]
|
| 1148 |
|
| 1149 |
+
[email protected].2:
|
| 1150 |
+
resolution: {integrity: sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==}
|
| 1151 |
engines: {node: '>= 12.0.0'}
|
| 1152 |
|
| 1153 | |
|
|
|
| 1163 | |
| 1164 |
resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
|
| 1165 |
|
| 1166 |
+
[email protected].21:
|
| 1167 |
+
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
|
| 1168 |
|
| 1169 | |
| 1170 |
resolution: {integrity: sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng==}
|
|
|
|
| 1177 | |
| 1178 |
resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
|
| 1179 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1180 | |
| 1181 |
resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==}
|
| 1182 |
engines: {node: '>=4'}
|
|
|
|
| 1275 |
resolution: {integrity: sha512-CHhPh+UNHD2GTXNYhPWLnU8ONHdI+5DI+4EYIAOaiD63rHeYlZvyh8P+in5999TTSFgUYuKUAjzRI4mdh/p+2A==}
|
| 1276 |
engines: {node: '>=8.0'}
|
| 1277 |
|
| 1278 |
+
rollup@4.52.5:
|
| 1279 |
+
resolution: {integrity: sha512-3GuObel8h7Kqdjt0gxkEzaifHTqLVW56Y/bjN7PSQtkKr0w3V/QYSdt6QWYtd7A1xUtYQigtdUfgj1RvWVtorw==}
|
| 1280 |
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
|
| 1281 |
hasBin: true
|
| 1282 |
|
| 1283 | |
| 1284 |
resolution: {integrity: sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow==}
|
| 1285 |
|
| 1286 |
+
[email protected].3:
|
| 1287 |
+
resolution: {integrity: sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==}
|
| 1288 |
engines: {node: '>=10'}
|
| 1289 |
hasBin: true
|
| 1290 |
|
|
|
|
| 1300 |
resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
|
| 1301 |
engines: {node: '>=8'}
|
| 1302 |
|
| 1303 |
+
snyk@1.1300.2:
|
| 1304 |
+
resolution: {integrity: sha512-wkJ1hTooKFaNZl8cl+G1EE15qhOLB54YCIcT0GsX/sTPUAgK7pTm7902QrBtODdL68+wzqazazyDRlElXC1U2w==}
|
| 1305 |
engines: {node: '>=12'}
|
| 1306 |
hasBin: true
|
| 1307 |
|
|
|
|
| 1323 |
resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
|
| 1324 |
engines: {node: '>=8'}
|
| 1325 |
|
| 1326 |
+
[email protected].16:
|
| 1327 |
+
resolution: {integrity: sha512-pONL5awpaQX4LN5eiv7moSiSPd/DLDzKVRJz8Q9PgzmAdd1R4307GQS2ZpfiN7ZmekdQrfhZZiSE5jkLR4WNaA==}
|
| 1328 |
|
| 1329 |
+
tapable@2.3.0:
|
| 1330 |
+
resolution: {integrity: sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==}
|
| 1331 |
engines: {node: '>=6'}
|
| 1332 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1333 | |
| 1334 |
resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==}
|
| 1335 |
engines: {node: '>=12.0.0'}
|
|
|
|
| 1349 |
resolution: {integrity: sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==}
|
| 1350 |
engines: {node: '>=10'}
|
| 1351 |
|
| 1352 |
+
undici-types@7.16.0:
|
| 1353 |
+
resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==}
|
| 1354 |
|
| 1355 | |
| 1356 |
resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
|
|
|
|
| 1358 | |
| 1359 |
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
|
| 1360 |
|
| 1361 |
+
vite@7.2.0:
|
| 1362 |
+
resolution: {integrity: sha512-C/Naxf8H0pBx1PA4BdpT+c/5wdqI9ILMdwjSMILw7tVIh3JsxzZqdeTLmmdaoh5MYUEOyBnM9K3o0DzoZ/fe+w==}
|
| 1363 |
engines: {node: ^20.19.0 || >=22.12.0}
|
| 1364 |
hasBin: true
|
| 1365 |
peerDependencies:
|
|
|
|
| 1404 |
peerDependencies:
|
| 1405 |
eslint: ^8.57.0 || ^9.0.0
|
| 1406 |
|
| 1407 |
+
[email protected].22:
|
| 1408 |
+
resolution: {integrity: sha512-toaZjQ3a/G/mYaLSbV+QsQhIdMo9x5rrqIpYRObsJ6T/J+RyCSFwN2LHNVH9v8uIcljDNa3QzPVdv3Y6b9hAJQ==}
|
| 1409 |
peerDependencies:
|
| 1410 |
typescript: '*'
|
| 1411 |
peerDependenciesMeta:
|
|
|
|
| 1425 |
resolution: {integrity: sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==}
|
| 1426 |
engines: {node: '>=12'}
|
| 1427 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1428 | |
| 1429 |
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
|
| 1430 |
engines: {node: '>=10'}
|
|
|
|
| 1433 |
|
| 1434 |
'@babel/[email protected]': {}
|
| 1435 |
|
| 1436 |
+
'@babel/helper-validator-identifier@7.28.5': {}
|
| 1437 |
|
| 1438 |
+
'@babel/[email protected].5':
|
| 1439 |
dependencies:
|
| 1440 |
+
'@babel/types': 7.28.5
|
| 1441 |
|
| 1442 |
+
'@babel/[email protected].5':
|
| 1443 |
dependencies:
|
| 1444 |
'@babel/helper-string-parser': 7.27.1
|
| 1445 |
+
'@babel/helper-validator-identifier': 7.28.5
|
| 1446 |
|
| 1447 |
+
'@esbuild/[email protected].12':
|
| 1448 |
optional: true
|
| 1449 |
|
| 1450 |
+
'@esbuild/[email protected].12':
|
| 1451 |
optional: true
|
| 1452 |
|
| 1453 |
+
'@esbuild/[email protected].12':
|
| 1454 |
optional: true
|
| 1455 |
|
| 1456 |
+
'@esbuild/[email protected].12':
|
| 1457 |
optional: true
|
| 1458 |
|
| 1459 |
+
'@esbuild/[email protected].12':
|
| 1460 |
optional: true
|
| 1461 |
|
| 1462 |
+
'@esbuild/[email protected].12':
|
| 1463 |
optional: true
|
| 1464 |
|
| 1465 |
+
'@esbuild/[email protected].12':
|
| 1466 |
optional: true
|
| 1467 |
|
| 1468 |
+
'@esbuild/[email protected].12':
|
| 1469 |
optional: true
|
| 1470 |
|
| 1471 |
+
'@esbuild/[email protected].12':
|
| 1472 |
optional: true
|
| 1473 |
|
| 1474 |
+
'@esbuild/[email protected].12':
|
| 1475 |
optional: true
|
| 1476 |
|
| 1477 |
+
'@esbuild/[email protected].12':
|
| 1478 |
optional: true
|
| 1479 |
|
| 1480 |
+
'@esbuild/[email protected].12':
|
| 1481 |
optional: true
|
| 1482 |
|
| 1483 |
+
'@esbuild/[email protected].12':
|
| 1484 |
optional: true
|
| 1485 |
|
| 1486 |
+
'@esbuild/[email protected].12':
|
| 1487 |
optional: true
|
| 1488 |
|
| 1489 |
+
'@esbuild/[email protected].12':
|
| 1490 |
optional: true
|
| 1491 |
|
| 1492 |
+
'@esbuild/[email protected].12':
|
| 1493 |
optional: true
|
| 1494 |
|
| 1495 |
+
'@esbuild/[email protected].12':
|
| 1496 |
optional: true
|
| 1497 |
|
| 1498 |
+
'@esbuild/[email protected].12':
|
| 1499 |
optional: true
|
| 1500 |
|
| 1501 |
+
'@esbuild/[email protected].12':
|
| 1502 |
optional: true
|
| 1503 |
|
| 1504 |
+
'@esbuild/[email protected].12':
|
| 1505 |
optional: true
|
| 1506 |
|
| 1507 |
+
'@esbuild/[email protected].12':
|
| 1508 |
optional: true
|
| 1509 |
|
| 1510 |
+
'@esbuild/[email protected].12':
|
| 1511 |
optional: true
|
| 1512 |
|
| 1513 |
+
'@esbuild/[email protected].12':
|
| 1514 |
optional: true
|
| 1515 |
|
| 1516 |
+
'@esbuild/[email protected].12':
|
| 1517 |
optional: true
|
| 1518 |
|
| 1519 |
+
'@esbuild/[email protected].12':
|
| 1520 |
optional: true
|
| 1521 |
|
| 1522 |
+
'@esbuild/[email protected].12':
|
| 1523 |
optional: true
|
| 1524 |
|
| 1525 |
+
'@eslint-community/[email protected](eslint@9.39.1(jiti@2.6.1))':
|
| 1526 |
dependencies:
|
| 1527 |
+
eslint: 9.39.1(jiti@2.6.1)
|
| 1528 |
eslint-visitor-keys: 3.4.3
|
| 1529 |
|
| 1530 |
+
'@eslint-community/[email protected].2': {}
|
| 1531 |
|
| 1532 |
+
'@eslint/[email protected].1':
|
| 1533 |
dependencies:
|
| 1534 |
+
'@eslint/object-schema': 2.1.7
|
| 1535 |
debug: 4.4.3
|
| 1536 |
minimatch: 3.1.2
|
| 1537 |
transitivePeerDependencies:
|
| 1538 |
- supports-color
|
| 1539 |
|
| 1540 |
+
'@eslint/config-helpers@0.4.2':
|
| 1541 |
+
dependencies:
|
| 1542 |
+
'@eslint/core': 0.17.0
|
| 1543 |
|
| 1544 |
+
'@eslint/core@0.17.0':
|
| 1545 |
dependencies:
|
| 1546 |
'@types/json-schema': 7.0.15
|
| 1547 |
|
|
|
|
| 1559 |
transitivePeerDependencies:
|
| 1560 |
- supports-color
|
| 1561 |
|
| 1562 |
+
'@eslint/js@9.39.1': {}
|
| 1563 |
|
| 1564 |
+
'@eslint/[email protected].7': {}
|
| 1565 |
|
| 1566 |
+
'@eslint/plugin-kit@0.4.1':
|
| 1567 |
dependencies:
|
| 1568 |
+
'@eslint/core': 0.17.0
|
| 1569 |
levn: 0.4.1
|
| 1570 |
|
| 1571 |
'@geoman-io/[email protected]([email protected])':
|
|
|
|
| 1589 |
|
| 1590 |
'@humanwhocodes/[email protected]': {}
|
| 1591 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1592 |
'@jridgewell/[email protected]':
|
| 1593 |
dependencies:
|
| 1594 |
'@jridgewell/sourcemap-codec': 1.5.5
|
|
|
|
| 1670 |
|
| 1671 |
'@rolldown/[email protected]': {}
|
| 1672 |
|
| 1673 |
+
'@rollup/rollup-android-arm-eabi@4.52.5':
|
| 1674 |
+
optional: true
|
| 1675 |
+
|
| 1676 |
+
'@rollup/[email protected]':
|
| 1677 |
optional: true
|
| 1678 |
|
| 1679 |
+
'@rollup/rollup-darwin-arm64@4.52.5':
|
| 1680 |
optional: true
|
| 1681 |
|
| 1682 |
+
'@rollup/rollup-darwin-x64@4.52.5':
|
| 1683 |
optional: true
|
| 1684 |
|
| 1685 |
+
'@rollup/rollup-freebsd-arm64@4.52.5':
|
| 1686 |
optional: true
|
| 1687 |
|
| 1688 |
+
'@rollup/rollup-freebsd-x64@4.52.5':
|
| 1689 |
optional: true
|
| 1690 |
|
| 1691 |
+
'@rollup/rollup-linux-arm-gnueabihf@4.52.5':
|
| 1692 |
optional: true
|
| 1693 |
|
| 1694 |
+
'@rollup/rollup-linux-arm-musleabihf@4.52.5':
|
| 1695 |
optional: true
|
| 1696 |
|
| 1697 |
+
'@rollup/rollup-linux-arm64-gnu@4.52.5':
|
| 1698 |
optional: true
|
| 1699 |
|
| 1700 |
+
'@rollup/rollup-linux-arm64-musl@4.52.5':
|
| 1701 |
optional: true
|
| 1702 |
|
| 1703 |
+
'@rollup/rollup-linux-loong64-gnu@4.52.5':
|
| 1704 |
optional: true
|
| 1705 |
|
| 1706 |
+
'@rollup/rollup-linux-ppc64-gnu@4.52.5':
|
| 1707 |
optional: true
|
| 1708 |
|
| 1709 |
+
'@rollup/rollup-linux-riscv64-gnu@4.52.5':
|
| 1710 |
optional: true
|
| 1711 |
|
| 1712 |
+
'@rollup/rollup-linux-riscv64-musl@4.52.5':
|
| 1713 |
optional: true
|
| 1714 |
|
| 1715 |
+
'@rollup/rollup-linux-s390x-gnu@4.52.5':
|
| 1716 |
optional: true
|
| 1717 |
|
| 1718 |
+
'@rollup/rollup-linux-x64-gnu@4.52.5':
|
| 1719 |
optional: true
|
| 1720 |
|
| 1721 |
+
'@rollup/rollup-linux-x64-musl@4.52.5':
|
| 1722 |
optional: true
|
| 1723 |
|
| 1724 |
+
'@rollup/rollup-openharmony-arm64@4.52.5':
|
| 1725 |
optional: true
|
| 1726 |
|
| 1727 |
+
'@rollup/rollup-win32-arm64-msvc@4.52.5':
|
| 1728 |
optional: true
|
| 1729 |
|
| 1730 |
+
'@rollup/rollup-win32-ia32-msvc@4.52.5':
|
| 1731 |
optional: true
|
| 1732 |
|
| 1733 |
+
'@rollup/rollup-win32-x64-gnu@4.52.5':
|
| 1734 |
optional: true
|
| 1735 |
|
| 1736 |
+
'@rollup/rollup-win32-x64-msvc@4.52.5':
|
| 1737 |
optional: true
|
| 1738 |
|
| 1739 |
'@sentry-internal/[email protected]':
|
|
|
|
| 1768 |
dependencies:
|
| 1769 |
'@sentry/types': 7.120.4
|
| 1770 |
|
| 1771 |
+
'@tailwindcss/[email protected].16':
|
| 1772 |
dependencies:
|
| 1773 |
'@parcel/watcher': 2.5.1
|
| 1774 |
+
'@tailwindcss/node': 4.1.16
|
| 1775 |
+
'@tailwindcss/oxide': 4.1.16
|
| 1776 |
enhanced-resolve: 5.18.3
|
| 1777 |
mri: 1.2.0
|
| 1778 |
picocolors: 1.1.1
|
| 1779 |
+
tailwindcss: 4.1.16
|
| 1780 |
|
| 1781 |
+
'@tailwindcss/[email protected].16':
|
| 1782 |
dependencies:
|
| 1783 |
'@jridgewell/remapping': 2.3.5
|
| 1784 |
enhanced-resolve: 5.18.3
|
| 1785 |
+
jiti: 2.6.1
|
| 1786 |
+
lightningcss: 1.30.2
|
| 1787 |
+
magic-string: 0.30.21
|
| 1788 |
source-map-js: 1.2.1
|
| 1789 |
+
tailwindcss: 4.1.16
|
| 1790 |
|
| 1791 |
+
'@tailwindcss/[email protected].16':
|
| 1792 |
optional: true
|
| 1793 |
|
| 1794 |
+
'@tailwindcss/[email protected].16':
|
| 1795 |
optional: true
|
| 1796 |
|
| 1797 |
+
'@tailwindcss/[email protected].16':
|
| 1798 |
optional: true
|
| 1799 |
|
| 1800 |
+
'@tailwindcss/[email protected].16':
|
| 1801 |
optional: true
|
| 1802 |
|
| 1803 |
+
'@tailwindcss/[email protected].16':
|
| 1804 |
optional: true
|
| 1805 |
|
| 1806 |
+
'@tailwindcss/[email protected].16':
|
| 1807 |
optional: true
|
| 1808 |
|
| 1809 |
+
'@tailwindcss/[email protected].16':
|
| 1810 |
optional: true
|
| 1811 |
|
| 1812 |
+
'@tailwindcss/[email protected].16':
|
| 1813 |
optional: true
|
| 1814 |
|
| 1815 |
+
'@tailwindcss/[email protected].16':
|
| 1816 |
optional: true
|
| 1817 |
|
| 1818 |
+
'@tailwindcss/[email protected].16':
|
| 1819 |
optional: true
|
| 1820 |
|
| 1821 |
+
'@tailwindcss/[email protected].16':
|
| 1822 |
optional: true
|
| 1823 |
|
| 1824 |
+
'@tailwindcss/[email protected].16':
|
| 1825 |
optional: true
|
| 1826 |
|
| 1827 |
+
'@tailwindcss/[email protected].16':
|
|
|
|
|
|
|
|
|
|
| 1828 |
optionalDependencies:
|
| 1829 |
+
'@tailwindcss/oxide-android-arm64': 4.1.16
|
| 1830 |
+
'@tailwindcss/oxide-darwin-arm64': 4.1.16
|
| 1831 |
+
'@tailwindcss/oxide-darwin-x64': 4.1.16
|
| 1832 |
+
'@tailwindcss/oxide-freebsd-x64': 4.1.16
|
| 1833 |
+
'@tailwindcss/oxide-linux-arm-gnueabihf': 4.1.16
|
| 1834 |
+
'@tailwindcss/oxide-linux-arm64-gnu': 4.1.16
|
| 1835 |
+
'@tailwindcss/oxide-linux-arm64-musl': 4.1.16
|
| 1836 |
+
'@tailwindcss/oxide-linux-x64-gnu': 4.1.16
|
| 1837 |
+
'@tailwindcss/oxide-linux-x64-musl': 4.1.16
|
| 1838 |
+
'@tailwindcss/oxide-wasm32-wasi': 4.1.16
|
| 1839 |
+
'@tailwindcss/oxide-win32-arm64-msvc': 4.1.16
|
| 1840 |
+
'@tailwindcss/oxide-win32-x64-msvc': 4.1.16
|
| 1841 |
|
| 1842 |
'@tsconfig/[email protected]': {}
|
| 1843 |
|
|
|
|
| 1965 |
|
| 1966 |
'@types/[email protected]': {}
|
| 1967 |
|
| 1968 |
+
'@types/[email protected].21':
|
| 1969 |
dependencies:
|
| 1970 |
'@types/geojson': 7946.0.16
|
| 1971 |
|
| 1972 |
+
'@types/node@24.10.0':
|
| 1973 |
dependencies:
|
| 1974 |
+
undici-types: 7.16.0
|
| 1975 |
|
| 1976 |
+
'@vitejs/[email protected](vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)([email protected].2))([email protected].22)':
|
| 1977 |
dependencies:
|
| 1978 |
'@rolldown/pluginutils': 1.0.0-beta.29
|
| 1979 |
+
vite: 7.2.0(@types/node@24.10.0)(jiti@2.6.1)([email protected].2)
|
| 1980 |
+
vue: 3.5.22
|
| 1981 |
|
| 1982 |
+
'@vue/[email protected].22':
|
| 1983 |
dependencies:
|
| 1984 |
+
'@babel/parser': 7.28.5
|
| 1985 |
+
'@vue/shared': 3.5.22
|
| 1986 |
entities: 4.5.0
|
| 1987 |
estree-walker: 2.0.2
|
| 1988 |
source-map-js: 1.2.1
|
| 1989 |
|
| 1990 |
+
'@vue/[email protected].22':
|
| 1991 |
dependencies:
|
| 1992 |
+
'@vue/compiler-core': 3.5.22
|
| 1993 |
+
'@vue/shared': 3.5.22
|
| 1994 |
|
| 1995 |
+
'@vue/[email protected].22':
|
| 1996 |
dependencies:
|
| 1997 |
+
'@babel/parser': 7.28.5
|
| 1998 |
+
'@vue/compiler-core': 3.5.22
|
| 1999 |
+
'@vue/compiler-dom': 3.5.22
|
| 2000 |
+
'@vue/compiler-ssr': 3.5.22
|
| 2001 |
+
'@vue/shared': 3.5.22
|
| 2002 |
estree-walker: 2.0.2
|
| 2003 |
+
magic-string: 0.30.21
|
| 2004 |
postcss: 8.5.6
|
| 2005 |
source-map-js: 1.2.1
|
| 2006 |
|
| 2007 |
+
'@vue/[email protected].22':
|
| 2008 |
dependencies:
|
| 2009 |
+
'@vue/compiler-dom': 3.5.22
|
| 2010 |
+
'@vue/shared': 3.5.22
|
| 2011 |
|
| 2012 |
+
'@vue/[email protected].22':
|
| 2013 |
dependencies:
|
| 2014 |
+
'@vue/shared': 3.5.22
|
| 2015 |
|
| 2016 |
+
'@vue/[email protected].22':
|
| 2017 |
dependencies:
|
| 2018 |
+
'@vue/reactivity': 3.5.22
|
| 2019 |
+
'@vue/shared': 3.5.22
|
| 2020 |
|
| 2021 |
+
'@vue/[email protected].22':
|
| 2022 |
dependencies:
|
| 2023 |
+
'@vue/reactivity': 3.5.22
|
| 2024 |
+
'@vue/runtime-core': 3.5.22
|
| 2025 |
+
'@vue/shared': 3.5.22
|
| 2026 |
csstype: 3.1.3
|
| 2027 |
|
| 2028 |
+
'@vue/[email protected].22([email protected].22)':
|
| 2029 |
dependencies:
|
| 2030 |
+
'@vue/compiler-ssr': 3.5.22
|
| 2031 |
+
'@vue/shared': 3.5.22
|
| 2032 |
+
vue: 3.5.22
|
| 2033 |
|
| 2034 |
+
'@vue/[email protected].22': {}
|
| 2035 |
|
| 2036 |
+
'@vue/[email protected]([email protected].22)':
|
| 2037 |
optionalDependencies:
|
| 2038 |
+
vue: 3.5.22
|
| 2039 |
|
| 2040 | |
| 2041 |
dependencies:
|
|
|
|
| 2080 |
ansi-styles: 4.3.0
|
| 2081 |
supports-color: 7.2.0
|
| 2082 |
|
|
|
|
|
|
|
| 2083 | |
| 2084 |
dependencies:
|
| 2085 |
color-name: 1.1.4
|
|
|
|
| 2118 |
|
| 2119 | |
| 2120 |
|
| 2121 |
+
[email protected].2: {}
|
| 2122 |
|
| 2123 | |
| 2124 |
|
| 2125 |
+
[email protected]: {}
|
| 2126 |
+
|
| 2127 | |
| 2128 |
dependencies:
|
| 2129 |
graceful-fs: 4.2.11
|
| 2130 |
+
tapable: 2.3.0
|
| 2131 |
|
| 2132 | |
| 2133 |
|
|
|
|
| 2137 |
|
| 2138 | |
| 2139 |
|
| 2140 |
+
[email protected].12:
|
| 2141 |
optionalDependencies:
|
| 2142 |
+
'@esbuild/aix-ppc64': 0.25.12
|
| 2143 |
+
'@esbuild/android-arm': 0.25.12
|
| 2144 |
+
'@esbuild/android-arm64': 0.25.12
|
| 2145 |
+
'@esbuild/android-x64': 0.25.12
|
| 2146 |
+
'@esbuild/darwin-arm64': 0.25.12
|
| 2147 |
+
'@esbuild/darwin-x64': 0.25.12
|
| 2148 |
+
'@esbuild/freebsd-arm64': 0.25.12
|
| 2149 |
+
'@esbuild/freebsd-x64': 0.25.12
|
| 2150 |
+
'@esbuild/linux-arm': 0.25.12
|
| 2151 |
+
'@esbuild/linux-arm64': 0.25.12
|
| 2152 |
+
'@esbuild/linux-ia32': 0.25.12
|
| 2153 |
+
'@esbuild/linux-loong64': 0.25.12
|
| 2154 |
+
'@esbuild/linux-mips64el': 0.25.12
|
| 2155 |
+
'@esbuild/linux-ppc64': 0.25.12
|
| 2156 |
+
'@esbuild/linux-riscv64': 0.25.12
|
| 2157 |
+
'@esbuild/linux-s390x': 0.25.12
|
| 2158 |
+
'@esbuild/linux-x64': 0.25.12
|
| 2159 |
+
'@esbuild/netbsd-arm64': 0.25.12
|
| 2160 |
+
'@esbuild/netbsd-x64': 0.25.12
|
| 2161 |
+
'@esbuild/openbsd-arm64': 0.25.12
|
| 2162 |
+
'@esbuild/openbsd-x64': 0.25.12
|
| 2163 |
+
'@esbuild/openharmony-arm64': 0.25.12
|
| 2164 |
+
'@esbuild/sunos-x64': 0.25.12
|
| 2165 |
+
'@esbuild/win32-arm64': 0.25.12
|
| 2166 |
+
'@esbuild/win32-ia32': 0.25.12
|
| 2167 |
+
'@esbuild/win32-x64': 0.25.12
|
| 2168 |
|
| 2169 | |
| 2170 |
|
| 2171 |
+
eslint-plugin-vue@10.5.1(eslint@9.39.1(jiti@2.6.1))([email protected](eslint@9.39.1(jiti@2.6.1))):
|
| 2172 |
dependencies:
|
| 2173 |
+
'@eslint-community/eslint-utils': 4.9.0(eslint@9.39.1(jiti@2.6.1))
|
| 2174 |
+
eslint: 9.39.1(jiti@2.6.1)
|
| 2175 |
natural-compare: 1.4.0
|
| 2176 |
nth-check: 2.1.1
|
| 2177 |
postcss-selector-parser: 6.1.2
|
| 2178 |
+
semver: 7.7.3
|
| 2179 |
+
vue-eslint-parser: 10.1.3(eslint@9.39.1(jiti@2.6.1))
|
| 2180 |
xml-name-validator: 4.0.0
|
| 2181 |
|
| 2182 | |
|
|
|
| 2188 |
|
| 2189 | |
| 2190 |
|
| 2191 |
+
eslint@9.39.1(jiti@2.6.1):
|
| 2192 |
dependencies:
|
| 2193 |
+
'@eslint-community/eslint-utils': 4.9.0(eslint@9.39.1(jiti@2.6.1))
|
| 2194 |
+
'@eslint-community/regexpp': 4.12.2
|
| 2195 |
+
'@eslint/config-array': 0.21.1
|
| 2196 |
+
'@eslint/config-helpers': 0.4.2
|
| 2197 |
+
'@eslint/core': 0.17.0
|
| 2198 |
'@eslint/eslintrc': 3.3.1
|
| 2199 |
+
'@eslint/js': 9.39.1
|
| 2200 |
+
'@eslint/plugin-kit': 0.4.1
|
| 2201 |
'@humanfs/node': 0.16.7
|
| 2202 |
'@humanwhocodes/module-importer': 1.0.1
|
| 2203 |
'@humanwhocodes/retry': 0.4.3
|
| 2204 |
'@types/estree': 1.0.8
|
|
|
|
| 2205 |
ajv: 6.12.6
|
| 2206 |
chalk: 4.1.2
|
| 2207 |
cross-spawn: 7.0.6
|
|
|
|
| 2225 |
natural-compare: 1.4.0
|
| 2226 |
optionator: 0.9.4
|
| 2227 |
optionalDependencies:
|
| 2228 |
+
jiti: 2.6.1
|
| 2229 |
transitivePeerDependencies:
|
| 2230 |
- supports-color
|
| 2231 |
|
|
|
|
| 2300 |
es6-error: 4.1.1
|
| 2301 |
matcher: 3.0.0
|
| 2302 |
roarr: 2.15.4
|
| 2303 |
+
semver: 7.7.3
|
| 2304 |
serialize-error: 7.0.1
|
| 2305 |
|
| 2306 | |
|
|
|
| 2341 |
|
| 2342 | |
| 2343 |
|
| 2344 |
+
jiti@2.6.1: {}
|
| 2345 |
|
| 2346 | |
| 2347 |
dependencies:
|
|
|
|
| 2359 |
dependencies:
|
| 2360 |
json-buffer: 3.0.1
|
| 2361 |
|
| 2362 |
+
leaflet-providers@3.0.0: {}
|
| 2363 |
|
| 2364 | |
| 2365 |
|
|
|
|
| 2372 |
dependencies:
|
| 2373 |
immediate: 3.0.6
|
| 2374 |
|
| 2375 |
+
lightningcss-android[email protected].2:
|
| 2376 |
optional: true
|
| 2377 |
|
| 2378 |
+
lightningcss-darwin-arm64@1.30.2:
|
| 2379 |
optional: true
|
| 2380 |
|
| 2381 |
+
lightningcss-darwin[email protected].2:
|
| 2382 |
optional: true
|
| 2383 |
|
| 2384 |
+
lightningcss-freebsd-x64@1.30.2:
|
| 2385 |
optional: true
|
| 2386 |
|
| 2387 |
+
lightningcss-linux-arm-gnueabihf@1.30.2:
|
| 2388 |
optional: true
|
| 2389 |
|
| 2390 |
+
lightningcss-linux-arm64-gnu@1.30.2:
|
| 2391 |
optional: true
|
| 2392 |
|
| 2393 |
+
lightningcss-linux-arm64-musl@1.30.2:
|
| 2394 |
optional: true
|
| 2395 |
|
| 2396 |
+
lightningcss-linux-x64-gnu@1.30.2:
|
| 2397 |
optional: true
|
| 2398 |
|
| 2399 |
+
lightningcss-linux-x64-musl@1.30.2:
|
| 2400 |
optional: true
|
| 2401 |
|
| 2402 |
+
lightningcss-win32-arm64[email protected].2:
|
| 2403 |
optional: true
|
| 2404 |
|
| 2405 |
+
lightningcss-win32-x64-msvc@1.30.2:
|
| 2406 |
+
optional: true
|
| 2407 |
+
|
| 2408 | |
| 2409 |
dependencies:
|
| 2410 |
+
detect-libc: 2.1.2
|
| 2411 |
optionalDependencies:
|
| 2412 |
+
lightningcss-android-arm64: 1.30.2
|
| 2413 |
+
lightningcss-darwin-arm64: 1.30.2
|
| 2414 |
+
lightningcss-darwin-x64: 1.30.2
|
| 2415 |
+
lightningcss-freebsd-x64: 1.30.2
|
| 2416 |
+
lightningcss-linux-arm-gnueabihf: 1.30.2
|
| 2417 |
+
lightningcss-linux-arm64-gnu: 1.30.2
|
| 2418 |
+
lightningcss-linux-arm64-musl: 1.30.2
|
| 2419 |
+
lightningcss-linux-x64-gnu: 1.30.2
|
| 2420 |
+
lightningcss-linux-x64-musl: 1.30.2
|
| 2421 |
+
lightningcss-win32-arm64-msvc: 1.30.2
|
| 2422 |
+
lightningcss-win32-x64-msvc: 1.30.2
|
| 2423 |
|
| 2424 | |
| 2425 |
dependencies:
|
|
|
|
| 2433 |
|
| 2434 | |
| 2435 |
|
| 2436 |
+
[email protected].21:
|
| 2437 |
dependencies:
|
| 2438 |
'@jridgewell/sourcemap-codec': 1.5.5
|
| 2439 |
|
|
|
|
| 2450 |
dependencies:
|
| 2451 |
brace-expansion: 1.1.12
|
| 2452 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2453 | |
| 2454 |
|
| 2455 | |
|
|
|
| 2536 |
semver-compare: 1.0.0
|
| 2537 |
sprintf-js: 1.1.3
|
| 2538 |
|
| 2539 |
+
rollup@4.52.5:
|
| 2540 |
dependencies:
|
| 2541 |
'@types/estree': 1.0.8
|
| 2542 |
optionalDependencies:
|
| 2543 |
+
'@rollup/rollup-android-arm-eabi': 4.52.5
|
| 2544 |
+
'@rollup/rollup-android-arm64': 4.52.5
|
| 2545 |
+
'@rollup/rollup-darwin-arm64': 4.52.5
|
| 2546 |
+
'@rollup/rollup-darwin-x64': 4.52.5
|
| 2547 |
+
'@rollup/rollup-freebsd-arm64': 4.52.5
|
| 2548 |
+
'@rollup/rollup-freebsd-x64': 4.52.5
|
| 2549 |
+
'@rollup/rollup-linux-arm-gnueabihf': 4.52.5
|
| 2550 |
+
'@rollup/rollup-linux-arm-musleabihf': 4.52.5
|
| 2551 |
+
'@rollup/rollup-linux-arm64-gnu': 4.52.5
|
| 2552 |
+
'@rollup/rollup-linux-arm64-musl': 4.52.5
|
| 2553 |
+
'@rollup/rollup-linux-loong64-gnu': 4.52.5
|
| 2554 |
+
'@rollup/rollup-linux-ppc64-gnu': 4.52.5
|
| 2555 |
+
'@rollup/rollup-linux-riscv64-gnu': 4.52.5
|
| 2556 |
+
'@rollup/rollup-linux-riscv64-musl': 4.52.5
|
| 2557 |
+
'@rollup/rollup-linux-s390x-gnu': 4.52.5
|
| 2558 |
+
'@rollup/rollup-linux-x64-gnu': 4.52.5
|
| 2559 |
+
'@rollup/rollup-linux-x64-musl': 4.52.5
|
| 2560 |
+
'@rollup/rollup-openharmony-arm64': 4.52.5
|
| 2561 |
+
'@rollup/rollup-win32-arm64-msvc': 4.52.5
|
| 2562 |
+
'@rollup/rollup-win32-ia32-msvc': 4.52.5
|
| 2563 |
+
'@rollup/rollup-win32-x64-gnu': 4.52.5
|
| 2564 |
+
'@rollup/rollup-win32-x64-msvc': 4.52.5
|
| 2565 |
fsevents: 2.3.3
|
| 2566 |
|
| 2567 | |
| 2568 |
|
| 2569 |
+
[email protected].3: {}
|
| 2570 |
|
| 2571 | |
| 2572 |
dependencies:
|
|
|
|
| 2578 |
|
| 2579 | |
| 2580 |
|
| 2581 |
+
snyk@1.1300.2:
|
| 2582 |
dependencies:
|
| 2583 |
'@sentry/node': 7.120.4
|
| 2584 |
global-agent: 3.0.0
|
|
|
|
| 2595 |
dependencies:
|
| 2596 |
has-flag: 4.0.0
|
| 2597 |
|
| 2598 |
+
[email protected].16: {}
|
|
|
|
|
|
|
| 2599 |
|
| 2600 |
+
tapable@2.3.0: {}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2601 |
|
| 2602 | |
| 2603 |
dependencies:
|
|
|
|
| 2616 |
|
| 2617 | |
| 2618 |
|
| 2619 |
+
undici-types@7.16.0: {}
|
| 2620 |
|
| 2621 | |
| 2622 |
dependencies:
|
|
|
|
| 2624 |
|
| 2625 | |
| 2626 |
|
| 2627 |
+
vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)([email protected].2):
|
| 2628 |
dependencies:
|
| 2629 |
+
esbuild: 0.25.12
|
| 2630 |
fdir: 6.5.0([email protected])
|
| 2631 |
picomatch: 4.0.3
|
| 2632 |
postcss: 8.5.6
|
| 2633 |
+
rollup: 4.52.5
|
| 2634 |
tinyglobby: 0.2.15
|
| 2635 |
optionalDependencies:
|
| 2636 |
+
'@types/node': 24.10.0
|
| 2637 |
fsevents: 2.3.3
|
| 2638 |
+
jiti: 2.6.1
|
| 2639 |
+
lightningcss: 1.30.2
|
| 2640 |
|
| 2641 |
+
[email protected](eslint@9.39.1(jiti@2.6.1)):
|
| 2642 |
dependencies:
|
| 2643 |
debug: 4.4.3
|
| 2644 |
+
eslint: 9.39.1(jiti@2.6.1)
|
| 2645 |
eslint-scope: 8.4.0
|
| 2646 |
eslint-visitor-keys: 4.2.1
|
| 2647 |
espree: 10.4.0
|
| 2648 |
esquery: 1.6.0
|
| 2649 |
lodash: 4.17.21
|
| 2650 |
+
semver: 7.7.3
|
| 2651 |
transitivePeerDependencies:
|
| 2652 |
- supports-color
|
| 2653 |
|
| 2654 |
+
[email protected].22:
|
| 2655 |
dependencies:
|
| 2656 |
+
'@vue/compiler-dom': 3.5.22
|
| 2657 |
+
'@vue/compiler-sfc': 3.5.22
|
| 2658 |
+
'@vue/runtime-dom': 3.5.22
|
| 2659 |
+
'@vue/server-renderer': 3.5.22([email protected].22)
|
| 2660 |
+
'@vue/shared': 3.5.22
|
| 2661 |
|
| 2662 | |
| 2663 |
dependencies:
|
|
|
|
| 2667 |
|
| 2668 | |
| 2669 |
|
|
|
|
|
|
|
| 2670 |
static/src/components/PagePredictionMap.vue
CHANGED
|
@@ -6,7 +6,7 @@
|
|
| 6 |
<div class="lg:border-r lg:col-span-3">
|
| 7 |
<div id="id-map-cont" class="">
|
| 8 |
<p class="hidden lg:block">{{ description }}</p>
|
| 9 |
-
<div class="w-full md:pt-1 md:pb-1
|
| 10 |
<ButtonMapSendRequest
|
| 11 |
id="id-button-submit"
|
| 12 |
class="h-8 text-sm font-extralight min-w-[180px] max-w-[180px]"
|
|
@@ -17,7 +17,7 @@
|
|
| 17 |
:send-m-l-request="sendMLRequest"
|
| 18 |
:waiting-string="waitingString"
|
| 19 |
/>
|
| 20 |
-
<span class="ml-2
|
| 21 |
<input type="checkbox" id="checkboxMapNavigationLocked" v-model="mapNavigationLocked" />
|
| 22 |
<span class="ml-2">
|
| 23 |
<label class="text-red-600" for="checkboxMapNavigationLocked" v-if="mapNavigationLocked">locked map navigation!</label>
|
|
@@ -26,23 +26,6 @@
|
|
| 26 |
</span>
|
| 27 |
</div>
|
| 28 |
<div id="map" class="map-predictions" />
|
| 29 |
-
<ButtonMapSendRequest
|
| 30 |
-
class="h-8 min-w-[240px] max-w-[240px] mt-2 mb-2 hidden sd:h-14 lg:block portrait:xl:block"
|
| 31 |
-
:current-base-map-name="currentBaseMapNameRef"
|
| 32 |
-
id="id-button-submit"
|
| 33 |
-
:map="map"
|
| 34 |
-
:prompts-array="promptsArrayRef"
|
| 35 |
-
:response-message="responseMessageRef"
|
| 36 |
-
:send-m-l-request="sendMLRequest"
|
| 37 |
-
:waiting-string="waitingString"
|
| 38 |
-
/>
|
| 39 |
-
<span class="hidden lg:block lg:ml-2">
|
| 40 |
-
<input type="checkbox" id="checkboxMapNavigationLocked" v-model="mapNavigationLocked" />
|
| 41 |
-
<span class="ml-2">
|
| 42 |
-
<label class="text-red-600" for="checkboxMapNavigationLocked" v-if="mapNavigationLocked">locked map navigation!</label>
|
| 43 |
-
<label class="text-blue-600" for="checkboxMapNavigationLocked" v-else>map navigation unlocked</label>
|
| 44 |
-
</span>
|
| 45 |
-
</span>
|
| 46 |
</div>
|
| 47 |
</div>
|
| 48 |
|
|
@@ -108,9 +91,9 @@ import {
|
|
| 108 |
} from 'leaflet'
|
| 109 |
import 'leaflet-providers'
|
| 110 |
import '@geoman-io/leaflet-geoman-free'
|
| 111 |
-
import { onMounted, onUpdated
|
| 112 |
-
//
|
| 113 |
-
import { driver } from "
|
| 114 |
|
| 115 |
import {
|
| 116 |
currentBaseMapNameRef,
|
|
|
|
| 6 |
<div class="lg:border-r lg:col-span-3">
|
| 7 |
<div id="id-map-cont" class="">
|
| 8 |
<p class="hidden lg:block">{{ description }}</p>
|
| 9 |
+
<div class="w-full md:pt-1 md:pb-1">
|
| 10 |
<ButtonMapSendRequest
|
| 11 |
id="id-button-submit"
|
| 12 |
class="h-8 text-sm font-extralight min-w-[180px] max-w-[180px]"
|
|
|
|
| 17 |
:send-m-l-request="sendMLRequest"
|
| 18 |
:waiting-string="waitingString"
|
| 19 |
/>
|
| 20 |
+
<span class="ml-2">
|
| 21 |
<input type="checkbox" id="checkboxMapNavigationLocked" v-model="mapNavigationLocked" />
|
| 22 |
<span class="ml-2">
|
| 23 |
<label class="text-red-600" for="checkboxMapNavigationLocked" v-if="mapNavigationLocked">locked map navigation!</label>
|
|
|
|
| 26 |
</span>
|
| 27 |
</div>
|
| 28 |
<div id="map" class="map-predictions" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
</div>
|
| 30 |
</div>
|
| 31 |
|
|
|
|
| 91 |
} from 'leaflet'
|
| 92 |
import 'leaflet-providers'
|
| 93 |
import '@geoman-io/leaflet-geoman-free'
|
| 94 |
+
import { onMounted, onUpdated } from 'vue'
|
| 95 |
+
// use directly driver.js npm package
|
| 96 |
+
import { driver } from "driver.js"
|
| 97 |
|
| 98 |
import {
|
| 99 |
currentBaseMapNameRef,
|
static/src/driverjs
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
Subproject commit e1fa40cd5cdc77535455d5228c42df718d570961
|
|
|
|
|
|
static/src/input.css
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
@import "./leaflet-custom.css";
|
| 4 |
@import "@geoman-io/leaflet-geoman-free/dist/leaflet-geoman.css";
|
| 5 |
/* workaround because of dist/ content not included in @trincadev/driver.js tag release tarball */
|
| 6 |
-
@import "
|
| 7 |
|
| 8 |
@layer base {
|
| 9 |
* {
|
|
|
|
| 3 |
@import "./leaflet-custom.css";
|
| 4 |
@import "@geoman-io/leaflet-geoman-free/dist/leaflet-geoman.css";
|
| 5 |
/* workaround because of dist/ content not included in @trincadev/driver.js tag release tarball */
|
| 6 |
+
@import "driver.js/dist/driver.css";
|
| 7 |
|
| 8 |
@layer base {
|
| 9 |
* {
|
tests/test_app.py
CHANGED
|
@@ -133,7 +133,7 @@ class TestFastapiApp(unittest.TestCase):
|
|
| 133 |
output_geojson = shapely.from_geojson(geojson)
|
| 134 |
print("output_geojson::{}.".format(output_geojson))
|
| 135 |
assert isinstance(output_geojson, shapely.GeometryCollection)
|
| 136 |
-
assert len(output_geojson.geoms)
|
| 137 |
|
| 138 |
@patch.object(time, "time")
|
| 139 |
@patch.object(app, "samexporter_predict")
|
|
|
|
| 133 |
output_geojson = shapely.from_geojson(geojson)
|
| 134 |
print("output_geojson::{}.".format(output_geojson))
|
| 135 |
assert isinstance(output_geojson, shapely.GeometryCollection)
|
| 136 |
+
assert len(output_geojson.geoms) > 1
|
| 137 |
|
| 138 |
@patch.object(time, "time")
|
| 139 |
@patch.object(app, "samexporter_predict")
|