chore: update frontend and backend dependencies, bump to version 1.7.1
Browse files- Dockerfile +1 -3
- poetry.lock +0 -0
- pyproject.toml +9 -3
- static/package.json +7 -7
- static/pnpm-lock.yaml +280 -290
Dockerfile
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
-
FROM registry.gitlab.com/aletrn/gis-prediction:1.7.
|
2 |
|
3 |
# Include global arg in this stage of the build
|
4 |
ARG WORKDIR_ROOT="/var/task"
|
5 |
-
ENV PYTHONPATH="${WORKDIR_ROOT}:${PYTHONPATH}:/usr/local/lib/python3/dist-packages"
|
6 |
ENV VIRTUAL_ENV=${WORKDIR_ROOT}/.venv \
|
7 |
PATH="${WORKDIR_ROOT}/.venv/bin:$PATH"
|
8 |
ENV WRITE_TMP_ON_DISK=""
|
@@ -23,7 +22,6 @@ RUN ls -l /usr/bin/which
|
|
23 |
RUN /usr/bin/which python
|
24 |
RUN python --version
|
25 |
RUN pip list
|
26 |
-
RUN echo "PYTHONPATH: ${PYTHONPATH}."
|
27 |
RUN echo "PATH: ${PATH}."
|
28 |
RUN echo "WORKDIR_ROOT: ${WORKDIR_ROOT}."
|
29 |
RUN ls -l ${WORKDIR_ROOT}
|
|
|
1 |
+
FROM registry.gitlab.com/aletrn/gis-prediction:1.7.1
|
2 |
|
3 |
# Include global arg in this stage of the build
|
4 |
ARG WORKDIR_ROOT="/var/task"
|
|
|
5 |
ENV VIRTUAL_ENV=${WORKDIR_ROOT}/.venv \
|
6 |
PATH="${WORKDIR_ROOT}/.venv/bin:$PATH"
|
7 |
ENV WRITE_TMP_ON_DISK=""
|
|
|
22 |
RUN /usr/bin/which python
|
23 |
RUN python --version
|
24 |
RUN pip list
|
|
|
25 |
RUN echo "PATH: ${PATH}."
|
26 |
RUN echo "WORKDIR_ROOT: ${WORKDIR_ROOT}."
|
27 |
RUN ls -l ${WORKDIR_ROOT}
|
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.7.
|
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"
|
@@ -8,7 +8,7 @@ readme = "README.md"
|
|
8 |
|
9 |
[metadata]
|
10 |
name = "samgis"
|
11 |
-
version = "1.7.
|
12 |
|
13 |
[tool.poetry.urls]
|
14 |
Source = "https://github.com/trincadev/samgis-be"
|
@@ -17,7 +17,13 @@ Demo = "https://huggingface.co/spaces/aletrn/samgis"
|
|
17 |
[tool.poetry.dependencies]
|
18 |
python = ">=3.10, <3.12"
|
19 |
onnxruntime = "^1.18.1"
|
20 |
-
samgis-web = "1.0.
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
[tool.poetry.group.test]
|
23 |
optional = true
|
|
|
1 |
[tool.poetry]
|
2 |
name = "samgis"
|
3 |
+
version = "1.7.1"
|
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"
|
|
|
8 |
|
9 |
[metadata]
|
10 |
name = "samgis"
|
11 |
+
version = "1.7.1"
|
12 |
|
13 |
[tool.poetry.urls]
|
14 |
Source = "https://github.com/trincadev/samgis-be"
|
|
|
17 |
[tool.poetry.dependencies]
|
18 |
python = ">=3.10, <3.12"
|
19 |
onnxruntime = "^1.18.1"
|
20 |
+
samgis-web = "1.0.17"
|
21 |
+
|
22 |
+
[tool.poetry.group.gradio]
|
23 |
+
optional = true
|
24 |
+
|
25 |
+
[tool.poetry.group.gradio.dependencies]
|
26 |
+
gradio = "^4.44.1"
|
27 |
|
28 |
[tool.poetry.group.test]
|
29 |
optional = true
|
static/package.json
CHANGED
@@ -14,21 +14,21 @@
|
|
14 |
"@trincadev/driver.js": "https://github.com/trincadev/driver.js/archive/refs/tags/1.3.1.1-trincadev.tar.gz",
|
15 |
"leaflet": "^1.9.4",
|
16 |
"leaflet-providers": "^2.0.0",
|
17 |
-
"vue": "^3.5.
|
18 |
},
|
19 |
"devDependencies": {
|
20 |
"@tsconfig/node20": "^20.1.4",
|
21 |
"@types/leaflet": "^1.9.12",
|
22 |
-
"@types/node": "^22.
|
23 |
-
"@vitejs/plugin-vue": "^5.1.
|
24 |
"@vue/tsconfig": "^0.5.1",
|
25 |
"autoprefixer": "^10.4.20",
|
26 |
-
"eslint": "^9.
|
27 |
"eslint-plugin-vue": "^9.28.0",
|
28 |
-
"postcss": "^8.4.
|
29 |
"postcss-import": "^16.1.0",
|
30 |
"prettier": "^3.3.3",
|
31 |
-
"tailwindcss": "^3.4.
|
32 |
-
"vite": "^5.4.
|
33 |
}
|
34 |
}
|
|
|
14 |
"@trincadev/driver.js": "https://github.com/trincadev/driver.js/archive/refs/tags/1.3.1.1-trincadev.tar.gz",
|
15 |
"leaflet": "^1.9.4",
|
16 |
"leaflet-providers": "^2.0.0",
|
17 |
+
"vue": "^3.5.11"
|
18 |
},
|
19 |
"devDependencies": {
|
20 |
"@tsconfig/node20": "^20.1.4",
|
21 |
"@types/leaflet": "^1.9.12",
|
22 |
+
"@types/node": "^22.7.4",
|
23 |
+
"@vitejs/plugin-vue": "^5.1.4",
|
24 |
"@vue/tsconfig": "^0.5.1",
|
25 |
"autoprefixer": "^10.4.20",
|
26 |
+
"eslint": "^9.11.1",
|
27 |
"eslint-plugin-vue": "^9.28.0",
|
28 |
+
"postcss": "^8.4.47",
|
29 |
"postcss-import": "^16.1.0",
|
30 |
"prettier": "^3.3.3",
|
31 |
+
"tailwindcss": "^3.4.13",
|
32 |
+
"vite": "^5.4.8"
|
33 |
}
|
34 |
}
|
static/pnpm-lock.yaml
CHANGED
@@ -21,8 +21,8 @@ importers:
|
|
21 |
specifier: ^2.0.0
|
22 |
version: 2.0.0
|
23 |
vue:
|
24 |
-
specifier: ^3.5.
|
25 |
-
version: 3.5.
|
26 |
devDependencies:
|
27 |
'@tsconfig/node20':
|
28 |
specifier: ^20.1.4
|
@@ -31,38 +31,38 @@ importers:
|
|
31 |
specifier: ^1.9.12
|
32 |
version: 1.9.12
|
33 |
'@types/node':
|
34 |
-
specifier: ^22.
|
35 |
-
version: 22.
|
36 |
'@vitejs/plugin-vue':
|
37 |
-
specifier: ^5.1.
|
38 |
-
version: 5.1.
|
39 |
'@vue/tsconfig':
|
40 |
specifier: ^0.5.1
|
41 |
version: 0.5.1
|
42 |
autoprefixer:
|
43 |
specifier: ^10.4.20
|
44 |
-
version: 10.4.20([email protected].
|
45 |
eslint:
|
46 |
-
specifier: ^9.
|
47 |
-
version: 9.
|
48 |
eslint-plugin-vue:
|
49 |
specifier: ^9.28.0
|
50 |
-
version: 9.28.0(eslint@9.
|
51 |
postcss:
|
52 |
-
specifier: ^8.4.
|
53 |
-
version: 8.4.
|
54 |
postcss-import:
|
55 |
specifier: ^16.1.0
|
56 |
-
version: 16.1.0([email protected].
|
57 |
prettier:
|
58 |
specifier: ^3.3.3
|
59 |
version: 3.3.3
|
60 |
tailwindcss:
|
61 |
-
specifier: ^3.4.
|
62 |
-
version: 3.4.
|
63 |
vite:
|
64 |
-
specifier: ^5.4.
|
65 |
-
version: 5.4.
|
66 |
|
67 |
packages:
|
68 |
|
@@ -70,21 +70,21 @@ packages:
|
|
70 |
resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==}
|
71 |
engines: {node: '>=10'}
|
72 |
|
73 |
-
'@babel/helper-string-parser@7.
|
74 |
-
resolution: {integrity: sha512-
|
75 |
engines: {node: '>=6.9.0'}
|
76 |
|
77 |
-
'@babel/helper-validator-identifier@7.
|
78 |
-
resolution: {integrity: sha512-
|
79 |
engines: {node: '>=6.9.0'}
|
80 |
|
81 |
-
'@babel/[email protected].
|
82 |
-
resolution: {integrity: sha512-
|
83 |
engines: {node: '>=6.0.0'}
|
84 |
hasBin: true
|
85 |
|
86 |
-
'@babel/[email protected].
|
87 |
-
resolution: {integrity: sha512
|
88 |
engines: {node: '>=6.9.0'}
|
89 |
|
90 |
'@esbuild/[email protected]':
|
@@ -231,28 +231,32 @@ packages:
|
|
231 |
peerDependencies:
|
232 |
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
|
233 |
|
234 |
-
'@eslint-community/[email protected].
|
235 |
-
resolution: {integrity: sha512-
|
236 |
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
237 |
|
238 |
'@eslint/[email protected]':
|
239 |
resolution: {integrity: sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw==}
|
240 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
241 |
|
|
|
|
|
|
|
|
|
242 |
'@eslint/[email protected]':
|
243 |
resolution: {integrity: sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==}
|
244 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
245 |
|
246 |
-
'@eslint/js@9.
|
247 |
-
resolution: {integrity: sha512
|
248 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
249 |
|
250 |
'@eslint/[email protected]':
|
251 |
resolution: {integrity: sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==}
|
252 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
253 |
|
254 |
-
'@eslint/plugin-kit@0.
|
255 |
-
resolution: {integrity: sha512-
|
256 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
257 |
|
258 |
'@geoman-io/[email protected]':
|
@@ -306,83 +310,83 @@ packages:
|
|
306 |
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
|
307 |
engines: {node: '>=14'}
|
308 |
|
309 |
-
'@rollup/rollup-android-arm-eabi@4.
|
310 |
-
resolution: {integrity: sha512-
|
311 |
cpu: [arm]
|
312 |
os: [android]
|
313 |
|
314 |
-
'@rollup/rollup-android-arm64@4.
|
315 |
-
resolution: {integrity: sha512-
|
316 |
cpu: [arm64]
|
317 |
os: [android]
|
318 |
|
319 |
-
'@rollup/rollup-darwin-arm64@4.
|
320 |
-
resolution: {integrity: sha512-
|
321 |
cpu: [arm64]
|
322 |
os: [darwin]
|
323 |
|
324 |
-
'@rollup/rollup-darwin-x64@4.
|
325 |
-
resolution: {integrity: sha512-
|
326 |
cpu: [x64]
|
327 |
os: [darwin]
|
328 |
|
329 |
-
'@rollup/rollup-linux-arm-gnueabihf@4.
|
330 |
-
resolution: {integrity: sha512-
|
331 |
cpu: [arm]
|
332 |
os: [linux]
|
333 |
|
334 |
-
'@rollup/rollup-linux-arm-musleabihf@4.
|
335 |
-
resolution: {integrity: sha512-
|
336 |
cpu: [arm]
|
337 |
os: [linux]
|
338 |
|
339 |
-
'@rollup/rollup-linux-arm64-gnu@4.
|
340 |
-
resolution: {integrity: sha512-
|
341 |
cpu: [arm64]
|
342 |
os: [linux]
|
343 |
|
344 |
-
'@rollup/rollup-linux-arm64-musl@4.
|
345 |
-
resolution: {integrity: sha512-
|
346 |
cpu: [arm64]
|
347 |
os: [linux]
|
348 |
|
349 |
-
'@rollup/rollup-linux-powerpc64le-gnu@4.
|
350 |
-
resolution: {integrity: sha512
|
351 |
cpu: [ppc64]
|
352 |
os: [linux]
|
353 |
|
354 |
-
'@rollup/rollup-linux-riscv64-gnu@4.
|
355 |
-
resolution: {integrity: sha512-
|
356 |
cpu: [riscv64]
|
357 |
os: [linux]
|
358 |
|
359 |
-
'@rollup/rollup-linux-s390x-gnu@4.
|
360 |
-
resolution: {integrity: sha512-
|
361 |
cpu: [s390x]
|
362 |
os: [linux]
|
363 |
|
364 |
-
'@rollup/rollup-linux-x64-gnu@4.
|
365 |
-
resolution: {integrity: sha512-
|
366 |
cpu: [x64]
|
367 |
os: [linux]
|
368 |
|
369 |
-
'@rollup/rollup-linux-x64-musl@4.
|
370 |
-
resolution: {integrity: sha512-
|
371 |
cpu: [x64]
|
372 |
os: [linux]
|
373 |
|
374 |
-
'@rollup/rollup-win32-arm64-msvc@4.
|
375 |
-
resolution: {integrity: sha512-
|
376 |
cpu: [arm64]
|
377 |
os: [win32]
|
378 |
|
379 |
-
'@rollup/rollup-win32-ia32-msvc@4.
|
380 |
-
resolution: {integrity: sha512-
|
381 |
cpu: [ia32]
|
382 |
os: [win32]
|
383 |
|
384 |
-
'@rollup/rollup-win32-x64-msvc@4.
|
385 |
-
resolution: {integrity: sha512-
|
386 |
cpu: [x64]
|
387 |
os: [win32]
|
388 |
|
@@ -396,9 +400,6 @@ packages:
|
|
396 |
'@turf/[email protected]':
|
397 |
resolution: {integrity: sha512-RBbLaao5hXTYyyg577iuMtDB8ehxMlUqHEJiMs8jT1GHkFhr6sYre3lmLsPeYEi/ZKj5TP5tt7fkzNdJ4GIVyw==}
|
398 |
|
399 |
-
'@turf/[email protected]':
|
400 |
-
resolution: {integrity: sha512-PdWPz9tW86PD78vSZj2fiRaB8JhUHy6piSa/QXb83lucxPK+HTAdzlDQMTKj5okRCU8Ox/25IR2ep9T8NdopRA==}
|
401 |
-
|
402 |
'@turf/[email protected]':
|
403 |
resolution: {integrity: sha512-dxINYhIEMzgDOztyMZc20I7ssYVNEpSv04VbMo5YPQsqa80KO3TFvbuCahMsCAW5z8Tncc8dwBlEFrmRjJG33A==}
|
404 |
|
@@ -420,9 +421,6 @@ packages:
|
|
420 |
'@turf/[email protected]':
|
421 |
resolution: {integrity: sha512-VbI1dV5bLFzohYYdgqwikdMVpe7pJ9X3E+dlr425wa2/sMJqYDhTO++ec38/pcPvPE6oD9WEEeU3Xu3gza+VPw==}
|
422 |
|
423 |
-
'@turf/[email protected]':
|
424 |
-
resolution: {integrity: sha512-dTeILEUVeNbaEeoZUOhxH5auv7WWlOShbx7QSd4s0T4Z0/iz90z9yaVCtZOLbU89umKotwKaJQltBNO9CzVgaQ==}
|
425 |
-
|
426 |
'@turf/[email protected]':
|
427 |
resolution: {integrity: sha512-Wv8PRNCtPD31UVbdJE/KVAWKe7l6US+lJItRR/HOEW3eh+U/JwRCSUl/KZ7bmjM/C+zLNoreM2TU6OoLACs4eg==}
|
428 |
|
@@ -441,9 +439,6 @@ packages:
|
|
441 |
'@turf/[email protected]':
|
442 |
resolution: {integrity: sha512-RrArvtsV0vdsCBegoBtOalgdSOfkBrTJ07VkpiCnq/491W67hnMWmDu7e6Ztw0C3WldRYTXkg3SumfdzZxLBHA==}
|
443 |
|
444 |
-
'@turf/[email protected]':
|
445 |
-
resolution: {integrity: sha512-ZgGpWWiKz797Fe8lfRj7HKCkGR+nSJ/5aKXMyofCvLSc2PuYJs/qyyifDPWjASQQCzseJ7AlF2Pc/XQ/3XkkuA==}
|
446 |
-
|
447 |
'@turf/[email protected]':
|
448 |
resolution: {integrity: sha512-WthrvddddvmymnC+Vf7BrkHGbDOUu6Z3/6bFYUGv1kxw8tiZ6n83/VG6kHz4poHOfS0RaNflzXSkmCi64fLBlg==}
|
449 |
|
@@ -453,8 +448,8 @@ packages:
|
|
453 |
'@turf/[email protected]':
|
454 |
resolution: {integrity: sha512-pFxg71pLk+eJj134Z9yUoRhIi8vqnnKvCYwdT4x/DQl/19RVdq1tV3yqOT3gcTQNfniteylL5qV1uTBDV5sgrg==}
|
455 |
|
456 |
-
'@types/[email protected].
|
457 |
-
resolution: {integrity: sha512
|
458 |
|
459 |
'@types/[email protected]':
|
460 |
resolution: {integrity: sha512-WCfD5Ht3ZesJUsONdhvm84dmzWOiOzOAqOncN0++w0lBw1o8OuDNJF2McvvCef/yBqb/HYRahp1BYtODFQ8bRg==}
|
@@ -462,47 +457,50 @@ packages:
|
|
462 |
'@types/[email protected]':
|
463 |
resolution: {integrity: sha512-1rkryxURpr6aWP7R786/UQOkJ3PcpQiWkAXBmdWc7ryFWqN6a4xfK7BtjXvFBKO9LjQ+MWQSWxYeZX1OApnArA==}
|
464 |
|
|
|
|
|
|
|
465 |
'@types/[email protected]':
|
466 |
resolution: {integrity: sha512-BK7XS+NyRI291HIo0HCfE18Lp8oA30H1gpi1tf0mF3TgiCEzanQjOqNZ4x126SXzzi2oNSZhZ5axJp1k0iM6jg==}
|
467 |
|
468 |
-
'@types/node@22.
|
469 |
-
resolution: {integrity: sha512-
|
470 |
|
471 |
-
'@vitejs/[email protected].
|
472 |
-
resolution: {integrity: sha512-
|
473 |
engines: {node: ^18.0.0 || >=20.0.0}
|
474 |
peerDependencies:
|
475 |
vite: ^5.0.0
|
476 |
vue: ^3.2.25
|
477 |
|
478 |
-
'@vue/[email protected].
|
479 |
-
resolution: {integrity: sha512-
|
480 |
|
481 |
-
'@vue/[email protected].
|
482 |
-
resolution: {integrity: sha512-
|
483 |
|
484 |
-
'@vue/[email protected].
|
485 |
-
resolution: {integrity: sha512-
|
486 |
|
487 |
-
'@vue/[email protected].
|
488 |
-
resolution: {integrity: sha512-
|
489 |
|
490 |
-
'@vue/[email protected].
|
491 |
-
resolution: {integrity: sha512-
|
492 |
|
493 |
-
'@vue/[email protected].
|
494 |
-
resolution: {integrity: sha512-
|
495 |
|
496 |
-
'@vue/[email protected].
|
497 |
-
resolution: {integrity: sha512-
|
498 |
|
499 |
-
'@vue/[email protected].
|
500 |
-
resolution: {integrity: sha512-
|
501 |
peerDependencies:
|
502 |
-
vue: 3.5.
|
503 |
|
504 |
-
'@vue/[email protected].
|
505 |
-
resolution: {integrity: sha512-
|
506 |
|
507 |
'@vue/[email protected]':
|
508 |
resolution: {integrity: sha512-VcZK7MvpjuTPx2w6blwnwZAu5/LgBUtejFOi3pPGQFXQN5Ela03FUtd2Qtg4yWGGissVL0dr6Ro1LfOFh+PCuQ==}
|
@@ -579,8 +577,8 @@ packages:
|
|
579 |
resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
|
580 |
engines: {node: '>=8'}
|
581 |
|
582 |
-
browserslist@4.
|
583 |
-
resolution: {integrity: sha512-
|
584 |
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
|
585 |
hasBin: true
|
586 |
|
@@ -592,8 +590,8 @@ packages:
|
|
592 |
resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==}
|
593 |
engines: {node: '>= 6'}
|
594 |
|
595 |
-
[email protected].
|
596 |
-
resolution: {integrity: sha512-
|
597 |
|
598 | |
599 |
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
|
@@ -650,8 +648,8 @@ packages:
|
|
650 | |
651 |
resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
|
652 |
|
653 |
-
[email protected].
|
654 |
-
resolution: {integrity: sha512-
|
655 |
|
656 | |
657 |
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
|
@@ -686,20 +684,20 @@ packages:
|
|
686 |
resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==}
|
687 |
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
688 |
|
689 |
-
[email protected]
|
690 |
-
resolution: {integrity: sha512-
|
691 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
692 |
|
693 | |
694 |
resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==}
|
695 |
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
696 |
|
697 |
-
eslint-visitor-keys@4.
|
698 |
-
resolution: {integrity: sha512-
|
699 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
700 |
|
701 |
-
eslint@9.
|
702 |
-
resolution: {integrity: sha512-
|
703 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
704 |
hasBin: true
|
705 |
peerDependencies:
|
@@ -708,8 +706,8 @@ packages:
|
|
708 |
jiti:
|
709 |
optional: true
|
710 |
|
711 |
-
espree@10.
|
712 |
-
resolution: {integrity: sha512-
|
713 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
714 |
|
715 | |
@@ -866,6 +864,10 @@ packages:
|
|
866 |
resolution: {integrity: sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==}
|
867 |
hasBin: true
|
868 |
|
|
|
|
|
|
|
|
|
869 | |
870 |
resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==}
|
871 |
hasBin: true
|
@@ -986,8 +988,8 @@ packages:
|
|
986 |
resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==}
|
987 |
engines: {node: '>=10'}
|
988 |
|
989 |
-
[email protected].
|
990 |
-
resolution: {integrity: sha512-
|
991 |
|
992 | |
993 |
resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==}
|
@@ -1069,8 +1071,8 @@ packages:
|
|
1069 | |
1070 |
resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
|
1071 |
|
1072 |
-
[email protected].
|
1073 |
-
resolution: {integrity: sha512-
|
1074 |
engines: {node: ^10 || ^12 || >=14}
|
1075 |
|
1076 | |
@@ -1114,8 +1116,8 @@ packages:
|
|
1114 |
resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==}
|
1115 |
engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
|
1116 |
|
1117 |
-
rollup@4.
|
1118 |
-
resolution: {integrity: sha512-
|
1119 |
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
|
1120 |
hasBin: true
|
1121 |
|
@@ -1179,8 +1181,8 @@ packages:
|
|
1179 |
resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
|
1180 |
engines: {node: '>= 0.4'}
|
1181 |
|
1182 |
-
[email protected].
|
1183 |
-
resolution: {integrity: sha512-
|
1184 |
engines: {node: '>=14.0.0'}
|
1185 |
hasBin: true
|
1186 |
|
@@ -1205,9 +1207,6 @@ packages:
|
|
1205 | |
1206 |
resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==}
|
1207 |
|
1208 | |
1209 |
-
resolution: {integrity: sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==}
|
1210 |
-
|
1211 | |
1212 |
resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
|
1213 |
engines: {node: '>= 0.8.0'}
|
@@ -1219,8 +1218,8 @@ packages:
|
|
1219 | |
1220 |
resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==}
|
1221 |
|
1222 |
-
[email protected].
|
1223 |
-
resolution: {integrity: sha512-
|
1224 |
hasBin: true
|
1225 |
peerDependencies:
|
1226 |
browserslist: '>= 4.21.0'
|
@@ -1231,8 +1230,8 @@ packages:
|
|
1231 | |
1232 |
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
|
1233 |
|
1234 |
-
[email protected].
|
1235 |
-
resolution: {integrity: sha512-
|
1236 |
engines: {node: ^18.0.0 || >=20.0.0}
|
1237 |
hasBin: true
|
1238 |
peerDependencies:
|
@@ -1268,8 +1267,8 @@ packages:
|
|
1268 |
peerDependencies:
|
1269 |
eslint: '>=6.0.0'
|
1270 |
|
1271 |
-
[email protected].
|
1272 |
-
resolution: {integrity: sha512
|
1273 |
peerDependencies:
|
1274 |
typescript: '*'
|
1275 |
peerDependenciesMeta:
|
@@ -1310,18 +1309,18 @@ snapshots:
|
|
1310 |
|
1311 |
'@alloc/[email protected]': {}
|
1312 |
|
1313 |
-
'@babel/helper-string-parser@7.
|
1314 |
|
1315 |
-
'@babel/helper-validator-identifier@7.
|
1316 |
|
1317 |
-
'@babel/[email protected].
|
1318 |
dependencies:
|
1319 |
-
'@babel/types': 7.25.
|
1320 |
|
1321 |
-
'@babel/[email protected].
|
1322 |
dependencies:
|
1323 |
-
'@babel/helper-string-parser': 7.
|
1324 |
-
'@babel/helper-validator-identifier': 7.
|
1325 |
to-fast-properties: 2.0.0
|
1326 |
|
1327 |
'@esbuild/[email protected]':
|
@@ -1393,12 +1392,12 @@ snapshots:
|
|
1393 |
'@esbuild/[email protected]':
|
1394 |
optional: true
|
1395 |
|
1396 |
-
'@eslint-community/[email protected](eslint@9.
|
1397 |
dependencies:
|
1398 |
-
eslint: 9.
|
1399 |
eslint-visitor-keys: 3.4.3
|
1400 |
|
1401 |
-
'@eslint-community/[email protected].
|
1402 |
|
1403 |
'@eslint/[email protected]':
|
1404 |
dependencies:
|
@@ -1408,11 +1407,13 @@ snapshots:
|
|
1408 |
transitivePeerDependencies:
|
1409 |
- supports-color
|
1410 |
|
|
|
|
|
1411 |
'@eslint/[email protected]':
|
1412 |
dependencies:
|
1413 |
ajv: 6.12.6
|
1414 |
debug: 4.3.7
|
1415 |
-
espree: 10.
|
1416 |
globals: 14.0.0
|
1417 |
ignore: 5.3.2
|
1418 |
import-fresh: 3.3.0
|
@@ -1422,11 +1423,11 @@ snapshots:
|
|
1422 |
transitivePeerDependencies:
|
1423 |
- supports-color
|
1424 |
|
1425 |
-
'@eslint/js@9.
|
1426 |
|
1427 |
'@eslint/[email protected]': {}
|
1428 |
|
1429 |
-
'@eslint/plugin-kit@0.
|
1430 |
dependencies:
|
1431 |
levn: 0.4.1
|
1432 |
|
@@ -1485,52 +1486,52 @@ snapshots:
|
|
1485 |
'@pkgjs/[email protected]':
|
1486 |
optional: true
|
1487 |
|
1488 |
-
'@rollup/rollup-android-arm-eabi@4.
|
1489 |
optional: true
|
1490 |
|
1491 |
-
'@rollup/rollup-android-arm64@4.
|
1492 |
optional: true
|
1493 |
|
1494 |
-
'@rollup/rollup-darwin-arm64@4.
|
1495 |
optional: true
|
1496 |
|
1497 |
-
'@rollup/rollup-darwin-x64@4.
|
1498 |
optional: true
|
1499 |
|
1500 |
-
'@rollup/rollup-linux-arm-gnueabihf@4.
|
1501 |
optional: true
|
1502 |
|
1503 |
-
'@rollup/rollup-linux-arm-musleabihf@4.
|
1504 |
optional: true
|
1505 |
|
1506 |
-
'@rollup/rollup-linux-arm64-gnu@4.
|
1507 |
optional: true
|
1508 |
|
1509 |
-
'@rollup/rollup-linux-arm64-musl@4.
|
1510 |
optional: true
|
1511 |
|
1512 |
-
'@rollup/rollup-linux-powerpc64le-gnu@4.
|
1513 |
optional: true
|
1514 |
|
1515 |
-
'@rollup/rollup-linux-riscv64-gnu@4.
|
1516 |
optional: true
|
1517 |
|
1518 |
-
'@rollup/rollup-linux-s390x-gnu@4.
|
1519 |
optional: true
|
1520 |
|
1521 |
-
'@rollup/rollup-linux-x64-gnu@4.
|
1522 |
optional: true
|
1523 |
|
1524 |
-
'@rollup/rollup-linux-x64-musl@4.
|
1525 |
optional: true
|
1526 |
|
1527 |
-
'@rollup/rollup-win32-arm64-msvc@4.
|
1528 |
optional: true
|
1529 |
|
1530 |
-
'@rollup/rollup-win32-ia32-msvc@4.
|
1531 |
optional: true
|
1532 |
|
1533 |
-
'@rollup/rollup-win32-x64-msvc@4.
|
1534 |
optional: true
|
1535 |
|
1536 |
'@trincadev/driver.js@https://github.com/trincadev/driver.js/archive/refs/tags/1.3.1.1-trincadev.tar.gz': {}
|
@@ -1542,13 +1543,6 @@ snapshots:
|
|
1542 |
'@turf/helpers': 6.5.0
|
1543 |
'@turf/meta': 6.5.0
|
1544 |
|
1545 |
-
'@turf/[email protected]':
|
1546 |
-
dependencies:
|
1547 |
-
'@turf/helpers': 7.1.0
|
1548 |
-
'@turf/meta': 7.1.0
|
1549 |
-
'@types/geojson': 7946.0.14
|
1550 |
-
tslib: 2.7.0
|
1551 |
-
|
1552 |
'@turf/[email protected]':
|
1553 |
dependencies:
|
1554 |
'@turf/helpers': 6.5.0
|
@@ -1584,11 +1578,6 @@ snapshots:
|
|
1584 |
|
1585 |
'@turf/[email protected]': {}
|
1586 |
|
1587 |
-
'@turf/[email protected]':
|
1588 |
-
dependencies:
|
1589 |
-
'@types/geojson': 7946.0.14
|
1590 |
-
tslib: 2.7.0
|
1591 |
-
|
1592 |
'@turf/[email protected]':
|
1593 |
dependencies:
|
1594 |
'@turf/helpers': 6.5.0
|
@@ -1628,11 +1617,6 @@ snapshots:
|
|
1628 |
dependencies:
|
1629 |
'@turf/helpers': 6.5.0
|
1630 |
|
1631 |
-
'@turf/[email protected]':
|
1632 |
-
dependencies:
|
1633 |
-
'@turf/helpers': 7.1.0
|
1634 |
-
'@types/geojson': 7946.0.14
|
1635 |
-
|
1636 |
'@turf/[email protected]':
|
1637 |
dependencies:
|
1638 |
'@turf/bearing': 6.5.0
|
@@ -1653,78 +1637,80 @@ snapshots:
|
|
1653 |
'@turf/helpers': 6.5.0
|
1654 |
'@turf/meta': 6.5.0
|
1655 |
|
1656 |
-
'@types/[email protected].
|
1657 |
|
1658 |
'@types/[email protected]': {}
|
1659 |
|
1660 |
'@types/[email protected]': {}
|
1661 |
|
|
|
|
|
1662 |
'@types/[email protected]':
|
1663 |
dependencies:
|
1664 |
'@types/geojson': 7946.0.14
|
1665 |
|
1666 |
-
'@types/node@22.
|
1667 |
dependencies:
|
1668 |
undici-types: 6.19.8
|
1669 |
|
1670 |
-
'@vitejs/[email protected].
|
1671 |
dependencies:
|
1672 |
-
vite: 5.4.
|
1673 |
-
vue: 3.5.
|
1674 |
|
1675 |
-
'@vue/[email protected].
|
1676 |
dependencies:
|
1677 |
-
'@babel/parser': 7.25.
|
1678 |
-
'@vue/shared': 3.5.
|
1679 |
entities: 4.5.0
|
1680 |
estree-walker: 2.0.2
|
1681 |
source-map-js: 1.2.1
|
1682 |
|
1683 |
-
'@vue/[email protected].
|
1684 |
dependencies:
|
1685 |
-
'@vue/compiler-core': 3.5.
|
1686 |
-
'@vue/shared': 3.5.
|
1687 |
|
1688 |
-
'@vue/[email protected].
|
1689 |
dependencies:
|
1690 |
-
'@babel/parser': 7.25.
|
1691 |
-
'@vue/compiler-core': 3.5.
|
1692 |
-
'@vue/compiler-dom': 3.5.
|
1693 |
-
'@vue/compiler-ssr': 3.5.
|
1694 |
-
'@vue/shared': 3.5.
|
1695 |
estree-walker: 2.0.2
|
1696 |
magic-string: 0.30.11
|
1697 |
-
postcss: 8.4.
|
1698 |
source-map-js: 1.2.1
|
1699 |
|
1700 |
-
'@vue/[email protected].
|
1701 |
dependencies:
|
1702 |
-
'@vue/compiler-dom': 3.5.
|
1703 |
-
'@vue/shared': 3.5.
|
1704 |
|
1705 |
-
'@vue/[email protected].
|
1706 |
dependencies:
|
1707 |
-
'@vue/shared': 3.5.
|
1708 |
|
1709 |
-
'@vue/[email protected].
|
1710 |
dependencies:
|
1711 |
-
'@vue/reactivity': 3.5.
|
1712 |
-
'@vue/shared': 3.5.
|
1713 |
|
1714 |
-
'@vue/[email protected].
|
1715 |
dependencies:
|
1716 |
-
'@vue/reactivity': 3.5.
|
1717 |
-
'@vue/runtime-core': 3.5.
|
1718 |
-
'@vue/shared': 3.5.
|
1719 |
csstype: 3.1.3
|
1720 |
|
1721 |
-
'@vue/[email protected].
|
1722 |
dependencies:
|
1723 |
-
'@vue/compiler-ssr': 3.5.
|
1724 |
-
'@vue/shared': 3.5.
|
1725 |
-
vue: 3.5.
|
1726 |
|
1727 |
-
'@vue/[email protected].
|
1728 |
|
1729 |
'@vue/[email protected]': {}
|
1730 |
|
@@ -1762,14 +1748,14 @@ snapshots:
|
|
1762 |
|
1763 | |
1764 |
|
1765 | |
1766 |
dependencies:
|
1767 |
-
browserslist: 4.
|
1768 |
-
caniuse-lite: 1.0.
|
1769 |
fraction.js: 4.3.7
|
1770 |
normalize-range: 0.1.2
|
1771 |
picocolors: 1.1.0
|
1772 |
-
postcss: 8.4.
|
1773 |
postcss-value-parser: 4.2.0
|
1774 |
|
1775 | |
@@ -1793,18 +1779,18 @@ snapshots:
|
|
1793 |
dependencies:
|
1794 |
fill-range: 7.1.1
|
1795 |
|
1796 |
-
browserslist@4.
|
1797 |
dependencies:
|
1798 |
-
caniuse-lite: 1.0.
|
1799 |
-
electron-to-chromium: 1.5.
|
1800 |
node-releases: 2.0.18
|
1801 |
-
update-browserslist-db: 1.1.
|
1802 |
|
1803 | |
1804 |
|
1805 | |
1806 |
|
1807 |
-
[email protected].
|
1808 |
|
1809 | |
1810 |
dependencies:
|
@@ -1855,7 +1841,7 @@ snapshots:
|
|
1855 |
|
1856 | |
1857 |
|
1858 |
-
[email protected].
|
1859 |
|
1860 | |
1861 |
|
@@ -1893,16 +1879,16 @@ snapshots:
|
|
1893 |
|
1894 | |
1895 |
|
1896 |
-
[email protected](eslint@9.
|
1897 |
dependencies:
|
1898 |
-
'@eslint-community/eslint-utils': 4.4.0(eslint@9.
|
1899 |
-
eslint: 9.
|
1900 |
globals: 13.24.0
|
1901 |
natural-compare: 1.4.0
|
1902 |
nth-check: 2.1.1
|
1903 |
postcss-selector-parser: 6.1.2
|
1904 |
semver: 7.6.3
|
1905 |
-
vue-eslint-parser: 9.4.3(eslint@9.
|
1906 |
xml-name-validator: 4.0.0
|
1907 |
transitivePeerDependencies:
|
1908 |
- supports-color
|
@@ -1912,34 +1898,37 @@ snapshots:
|
|
1912 |
esrecurse: 4.3.0
|
1913 |
estraverse: 5.3.0
|
1914 |
|
1915 |
-
[email protected]
|
1916 |
dependencies:
|
1917 |
esrecurse: 4.3.0
|
1918 |
estraverse: 5.3.0
|
1919 |
|
1920 | |
1921 |
|
1922 |
-
eslint-visitor-keys@4.
|
1923 |
|
1924 |
-
eslint@9.
|
1925 |
dependencies:
|
1926 |
-
'@eslint-community/eslint-utils': 4.4.0(eslint@9.
|
1927 |
-
'@eslint-community/regexpp': 4.11.
|
1928 |
'@eslint/config-array': 0.18.0
|
|
|
1929 |
'@eslint/eslintrc': 3.1.0
|
1930 |
-
'@eslint/js': 9.
|
1931 |
-
'@eslint/plugin-kit': 0.
|
1932 |
'@humanwhocodes/module-importer': 1.0.1
|
1933 |
'@humanwhocodes/retry': 0.3.0
|
1934 |
'@nodelib/fs.walk': 1.2.8
|
|
|
|
|
1935 |
ajv: 6.12.6
|
1936 |
chalk: 4.1.2
|
1937 |
cross-spawn: 7.0.3
|
1938 |
debug: 4.3.7
|
1939 |
escape-string-regexp: 4.0.0
|
1940 |
-
eslint-scope: 8.0
|
1941 |
-
eslint-visitor-keys: 4.
|
1942 |
-
espree: 10.
|
1943 |
esquery: 1.6.0
|
1944 |
esutils: 2.0.3
|
1945 |
fast-deep-equal: 3.1.3
|
@@ -1958,15 +1947,15 @@ snapshots:
|
|
1958 |
strip-ansi: 6.0.1
|
1959 |
text-table: 0.2.0
|
1960 |
optionalDependencies:
|
1961 |
-
jiti: 1.
|
1962 |
transitivePeerDependencies:
|
1963 |
- supports-color
|
1964 |
|
1965 |
-
espree@10.
|
1966 |
dependencies:
|
1967 |
acorn: 8.12.1
|
1968 |
acorn-jsx: 5.3.2([email protected])
|
1969 |
-
eslint-visitor-keys: 4.
|
1970 |
|
1971 | |
1972 |
dependencies:
|
@@ -2040,7 +2029,7 @@ snapshots:
|
|
2040 |
|
2041 | |
2042 |
dependencies:
|
2043 |
-
'@turf/bbox':
|
2044 |
'@turf/helpers': 6.5.0
|
2045 |
'@turf/meta': 6.5.0
|
2046 |
'@types/geojson': 7946.0.8
|
@@ -2060,7 +2049,7 @@ snapshots:
|
|
2060 |
jackspeak: 3.4.3
|
2061 |
minimatch: 9.0.5
|
2062 |
minipass: 7.1.2
|
2063 |
-
package-json-from-dist: 1.0.
|
2064 |
path-scurry: 1.11.1
|
2065 |
|
2066 | |
@@ -2114,6 +2103,9 @@ snapshots:
|
|
2114 |
|
2115 | |
2116 |
|
|
|
|
|
|
|
2117 | |
2118 |
dependencies:
|
2119 |
argparse: 2.0.1
|
@@ -2217,7 +2209,7 @@ snapshots:
|
|
2217 |
dependencies:
|
2218 |
p-limit: 3.1.0
|
2219 |
|
2220 |
-
[email protected].
|
2221 |
|
2222 | |
2223 |
dependencies:
|
@@ -2247,35 +2239,35 @@ snapshots:
|
|
2247 |
bignumber.js: 9.1.2
|
2248 |
splaytree-ts: 1.0.1
|
2249 |
|
2250 | |
2251 |
dependencies:
|
2252 |
-
postcss: 8.4.
|
2253 |
postcss-value-parser: 4.2.0
|
2254 |
read-cache: 1.0.0
|
2255 |
resolve: 1.22.8
|
2256 |
|
2257 | |
2258 |
dependencies:
|
2259 |
-
postcss: 8.4.
|
2260 |
postcss-value-parser: 4.2.0
|
2261 |
read-cache: 1.0.0
|
2262 |
resolve: 1.22.8
|
2263 |
|
2264 | |
2265 |
dependencies:
|
2266 |
camelcase-css: 2.0.1
|
2267 |
-
postcss: 8.4.
|
2268 |
|
2269 | |
2270 |
dependencies:
|
2271 |
lilconfig: 3.1.2
|
2272 |
yaml: 2.5.1
|
2273 |
optionalDependencies:
|
2274 |
-
postcss: 8.4.
|
2275 |
|
2276 | |
2277 |
dependencies:
|
2278 |
-
postcss: 8.4.
|
2279 |
postcss-selector-parser: 6.1.2
|
2280 |
|
2281 | |
@@ -2285,7 +2277,7 @@ snapshots:
|
|
2285 |
|
2286 | |
2287 |
|
2288 |
-
[email protected].
|
2289 |
dependencies:
|
2290 |
nanoid: 3.3.7
|
2291 |
picocolors: 1.1.0
|
@@ -2323,26 +2315,26 @@ snapshots:
|
|
2323 |
|
2324 | |
2325 |
|
2326 |
-
rollup@4.
|
2327 |
dependencies:
|
2328 |
-
'@types/estree': 1.0.
|
2329 |
optionalDependencies:
|
2330 |
-
'@rollup/rollup-android-arm-eabi': 4.
|
2331 |
-
'@rollup/rollup-android-arm64': 4.
|
2332 |
-
'@rollup/rollup-darwin-arm64': 4.
|
2333 |
-
'@rollup/rollup-darwin-x64': 4.
|
2334 |
-
'@rollup/rollup-linux-arm-gnueabihf': 4.
|
2335 |
-
'@rollup/rollup-linux-arm-musleabihf': 4.
|
2336 |
-
'@rollup/rollup-linux-arm64-gnu': 4.
|
2337 |
-
'@rollup/rollup-linux-arm64-musl': 4.
|
2338 |
-
'@rollup/rollup-linux-powerpc64le-gnu': 4.
|
2339 |
-
'@rollup/rollup-linux-riscv64-gnu': 4.
|
2340 |
-
'@rollup/rollup-linux-s390x-gnu': 4.
|
2341 |
-
'@rollup/rollup-linux-x64-gnu': 4.
|
2342 |
-
'@rollup/rollup-linux-x64-musl': 4.
|
2343 |
-
'@rollup/rollup-win32-arm64-msvc': 4.
|
2344 |
-
'@rollup/rollup-win32-ia32-msvc': 4.
|
2345 |
-
'@rollup/rollup-win32-x64-msvc': 4.
|
2346 |
fsevents: 2.3.3
|
2347 |
|
2348 | |
@@ -2401,7 +2393,7 @@ snapshots:
|
|
2401 |
|
2402 | |
2403 |
|
2404 |
-
[email protected].
|
2405 |
dependencies:
|
2406 |
'@alloc/quick-lru': 5.2.0
|
2407 |
arg: 5.0.2
|
@@ -2417,11 +2409,11 @@ snapshots:
|
|
2417 |
normalize-path: 3.0.0
|
2418 |
object-hash: 3.0.0
|
2419 |
picocolors: 1.1.0
|
2420 |
-
postcss: 8.4.
|
2421 |
-
postcss-import: 15.1.0([email protected].
|
2422 |
-
postcss-js: 4.0.1([email protected].
|
2423 |
-
postcss-load-config: 4.0.2([email protected].
|
2424 |
-
postcss-nested: 6.2.0([email protected].
|
2425 |
postcss-selector-parser: 6.1.2
|
2426 |
resolve: 1.22.8
|
2427 |
sucrase: 3.35.0
|
@@ -2446,8 +2438,6 @@ snapshots:
|
|
2446 |
|
2447 | |
2448 |
|
2449 |
-
[email protected]: {}
|
2450 |
-
|
2451 | |
2452 |
dependencies:
|
2453 |
prelude-ls: 1.2.1
|
@@ -2456,9 +2446,9 @@ snapshots:
|
|
2456 |
|
2457 | |
2458 |
|
2459 |
-
[email protected].
|
2460 |
dependencies:
|
2461 |
-
browserslist: 4.
|
2462 |
escalade: 3.2.0
|
2463 |
picocolors: 1.1.0
|
2464 |
|
@@ -2468,19 +2458,19 @@ snapshots:
|
|
2468 |
|
2469 | |
2470 |
|
2471 |
-
[email protected].
|
2472 |
dependencies:
|
2473 |
esbuild: 0.21.5
|
2474 |
-
postcss: 8.4.
|
2475 |
-
rollup: 4.
|
2476 |
optionalDependencies:
|
2477 |
-
'@types/node': 22.
|
2478 |
fsevents: 2.3.3
|
2479 |
|
2480 |
-
[email protected](eslint@9.
|
2481 |
dependencies:
|
2482 |
debug: 4.3.7
|
2483 |
-
eslint: 9.
|
2484 |
eslint-scope: 7.2.2
|
2485 |
eslint-visitor-keys: 3.4.3
|
2486 |
espree: 9.6.1
|
@@ -2490,13 +2480,13 @@ snapshots:
|
|
2490 |
transitivePeerDependencies:
|
2491 |
- supports-color
|
2492 |
|
2493 |
-
[email protected].
|
2494 |
dependencies:
|
2495 |
-
'@vue/compiler-dom': 3.5.
|
2496 |
-
'@vue/compiler-sfc': 3.5.
|
2497 |
-
'@vue/runtime-dom': 3.5.
|
2498 |
-
'@vue/server-renderer': 3.5.
|
2499 |
-
'@vue/shared': 3.5.
|
2500 |
|
2501 | |
2502 |
dependencies:
|
|
|
21 |
specifier: ^2.0.0
|
22 |
version: 2.0.0
|
23 |
vue:
|
24 |
+
specifier: ^3.5.11
|
25 |
+
version: 3.5.11
|
26 |
devDependencies:
|
27 |
'@tsconfig/node20':
|
28 |
specifier: ^20.1.4
|
|
|
31 |
specifier: ^1.9.12
|
32 |
version: 1.9.12
|
33 |
'@types/node':
|
34 |
+
specifier: ^22.7.4
|
35 |
+
version: 22.7.4
|
36 |
'@vitejs/plugin-vue':
|
37 |
+
specifier: ^5.1.4
|
38 |
+
version: 5.1.4([email protected].8(@types/node@22.7.4))([email protected].11)
|
39 |
'@vue/tsconfig':
|
40 |
specifier: ^0.5.1
|
41 |
version: 0.5.1
|
42 |
autoprefixer:
|
43 |
specifier: ^10.4.20
|
44 |
+
version: 10.4.20([email protected].47)
|
45 |
eslint:
|
46 |
+
specifier: ^9.11.1
|
47 |
+
version: 9.11.1(jiti@2.1.2)
|
48 |
eslint-plugin-vue:
|
49 |
specifier: ^9.28.0
|
50 |
+
version: 9.28.0(eslint@9.11.1(jiti@2.1.2))
|
51 |
postcss:
|
52 |
+
specifier: ^8.4.47
|
53 |
+
version: 8.4.47
|
54 |
postcss-import:
|
55 |
specifier: ^16.1.0
|
56 |
+
version: 16.1.0([email protected].47)
|
57 |
prettier:
|
58 |
specifier: ^3.3.3
|
59 |
version: 3.3.3
|
60 |
tailwindcss:
|
61 |
+
specifier: ^3.4.13
|
62 |
+
version: 3.4.13
|
63 |
vite:
|
64 |
+
specifier: ^5.4.8
|
65 |
+
version: 5.4.8(@types/node@22.7.4)
|
66 |
|
67 |
packages:
|
68 |
|
|
|
70 |
resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==}
|
71 |
engines: {node: '>=10'}
|
72 |
|
73 |
+
'@babel/helper-string-parser@7.25.7':
|
74 |
+
resolution: {integrity: sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==}
|
75 |
engines: {node: '>=6.9.0'}
|
76 |
|
77 |
+
'@babel/helper-validator-identifier@7.25.7':
|
78 |
+
resolution: {integrity: sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==}
|
79 |
engines: {node: '>=6.9.0'}
|
80 |
|
81 |
+
'@babel/[email protected].7':
|
82 |
+
resolution: {integrity: sha512-aZn7ETtQsjjGG5HruveUK06cU3Hljuhd9Iojm4M8WWv3wLE6OkE5PWbDUkItmMgegmccaITudyuW5RPYrYlgWw==}
|
83 |
engines: {node: '>=6.0.0'}
|
84 |
hasBin: true
|
85 |
|
86 |
+
'@babel/[email protected].7':
|
87 |
+
resolution: {integrity: sha512-vwIVdXG+j+FOpkwqHRcBgHLYNL7XMkufrlaFvL9o6Ai9sJn9+PdyIL5qa0XzTZw084c+u9LOls53eoZWP/W5WQ==}
|
88 |
engines: {node: '>=6.9.0'}
|
89 |
|
90 |
'@esbuild/[email protected]':
|
|
|
231 |
peerDependencies:
|
232 |
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
|
233 |
|
234 |
+
'@eslint-community/[email protected].1':
|
235 |
+
resolution: {integrity: sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==}
|
236 |
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
237 |
|
238 |
'@eslint/[email protected]':
|
239 |
resolution: {integrity: sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw==}
|
240 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
241 |
|
242 |
+
'@eslint/[email protected]':
|
243 |
+
resolution: {integrity: sha512-8I2Q8ykA4J0x0o7cg67FPVnehcqWTBehu/lmY+bolPFHGjh49YzGBMXTvpqVgEbBdvNCSxj6iFgiIyHzf03lzg==}
|
244 |
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
245 |
+
|
246 |
'@eslint/[email protected]':
|
247 |
resolution: {integrity: sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==}
|
248 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
249 |
|
250 |
+
'@eslint/js@9.11.1':
|
251 |
+
resolution: {integrity: sha512-/qu+TWz8WwPWc7/HcIJKi+c+MOm46GdVaSlTTQcaqaL53+GsoA6MxWp5PtTx48qbSP7ylM1Kn7nhvkugfJvRSA==}
|
252 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
253 |
|
254 |
'@eslint/[email protected]':
|
255 |
resolution: {integrity: sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==}
|
256 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
257 |
|
258 |
+
'@eslint/plugin-kit@0.2.0':
|
259 |
+
resolution: {integrity: sha512-vH9PiIMMwvhCx31Af3HiGzsVNULDbyVkHXwlemn/B0TFj/00ho3y55efXrUZTfQipxoHC5u4xq6zblww1zm1Ig==}
|
260 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
261 |
|
262 |
'@geoman-io/[email protected]':
|
|
|
310 |
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
|
311 |
engines: {node: '>=14'}
|
312 |
|
313 |
+
'@rollup/rollup-android-arm-eabi@4.24.0':
|
314 |
+
resolution: {integrity: sha512-Q6HJd7Y6xdB48x8ZNVDOqsbh2uByBhgK8PiQgPhwkIw/HC/YX5Ghq2mQY5sRMZWHb3VsFkWooUVOZHKr7DmDIA==}
|
315 |
cpu: [arm]
|
316 |
os: [android]
|
317 |
|
318 |
+
'@rollup/rollup-android-arm64@4.24.0':
|
319 |
+
resolution: {integrity: sha512-ijLnS1qFId8xhKjT81uBHuuJp2lU4x2yxa4ctFPtG+MqEE6+C5f/+X/bStmxapgmwLwiL3ih122xv8kVARNAZA==}
|
320 |
cpu: [arm64]
|
321 |
os: [android]
|
322 |
|
323 |
+
'@rollup/rollup-darwin-arm64@4.24.0':
|
324 |
+
resolution: {integrity: sha512-bIv+X9xeSs1XCk6DVvkO+S/z8/2AMt/2lMqdQbMrmVpgFvXlmde9mLcbQpztXm1tajC3raFDqegsH18HQPMYtA==}
|
325 |
cpu: [arm64]
|
326 |
os: [darwin]
|
327 |
|
328 |
+
'@rollup/rollup-darwin-x64@4.24.0':
|
329 |
+
resolution: {integrity: sha512-X6/nOwoFN7RT2svEQWUsW/5C/fYMBe4fnLK9DQk4SX4mgVBiTA9h64kjUYPvGQ0F/9xwJ5U5UfTbl6BEjaQdBQ==}
|
330 |
cpu: [x64]
|
331 |
os: [darwin]
|
332 |
|
333 |
+
'@rollup/rollup-linux-arm-gnueabihf@4.24.0':
|
334 |
+
resolution: {integrity: sha512-0KXvIJQMOImLCVCz9uvvdPgfyWo93aHHp8ui3FrtOP57svqrF/roSSR5pjqL2hcMp0ljeGlU4q9o/rQaAQ3AYA==}
|
335 |
cpu: [arm]
|
336 |
os: [linux]
|
337 |
|
338 |
+
'@rollup/rollup-linux-arm-musleabihf@4.24.0':
|
339 |
+
resolution: {integrity: sha512-it2BW6kKFVh8xk/BnHfakEeoLPv8STIISekpoF+nBgWM4d55CZKc7T4Dx1pEbTnYm/xEKMgy1MNtYuoA8RFIWw==}
|
340 |
cpu: [arm]
|
341 |
os: [linux]
|
342 |
|
343 |
+
'@rollup/rollup-linux-arm64-gnu@4.24.0':
|
344 |
+
resolution: {integrity: sha512-i0xTLXjqap2eRfulFVlSnM5dEbTVque/3Pi4g2y7cxrs7+a9De42z4XxKLYJ7+OhE3IgxvfQM7vQc43bwTgPwA==}
|
345 |
cpu: [arm64]
|
346 |
os: [linux]
|
347 |
|
348 |
+
'@rollup/rollup-linux-arm64-musl@4.24.0':
|
349 |
+
resolution: {integrity: sha512-9E6MKUJhDuDh604Qco5yP/3qn3y7SLXYuiC0Rpr89aMScS2UAmK1wHP2b7KAa1nSjWJc/f/Lc0Wl1L47qjiyQw==}
|
350 |
cpu: [arm64]
|
351 |
os: [linux]
|
352 |
|
353 |
+
'@rollup/rollup-linux-powerpc64le-gnu@4.24.0':
|
354 |
+
resolution: {integrity: sha512-2XFFPJ2XMEiF5Zi2EBf4h73oR1V/lycirxZxHZNc93SqDN/IWhYYSYj8I9381ikUFXZrz2v7r2tOVk2NBwxrWw==}
|
355 |
cpu: [ppc64]
|
356 |
os: [linux]
|
357 |
|
358 |
+
'@rollup/rollup-linux-riscv64-gnu@4.24.0':
|
359 |
+
resolution: {integrity: sha512-M3Dg4hlwuntUCdzU7KjYqbbd+BLq3JMAOhCKdBE3TcMGMZbKkDdJ5ivNdehOssMCIokNHFOsv7DO4rlEOfyKpg==}
|
360 |
cpu: [riscv64]
|
361 |
os: [linux]
|
362 |
|
363 |
+
'@rollup/rollup-linux-s390x-gnu@4.24.0':
|
364 |
+
resolution: {integrity: sha512-mjBaoo4ocxJppTorZVKWFpy1bfFj9FeCMJqzlMQGjpNPY9JwQi7OuS1axzNIk0nMX6jSgy6ZURDZ2w0QW6D56g==}
|
365 |
cpu: [s390x]
|
366 |
os: [linux]
|
367 |
|
368 |
+
'@rollup/rollup-linux-x64-gnu@4.24.0':
|
369 |
+
resolution: {integrity: sha512-ZXFk7M72R0YYFN5q13niV0B7G8/5dcQ9JDp8keJSfr3GoZeXEoMHP/HlvqROA3OMbMdfr19IjCeNAnPUG93b6A==}
|
370 |
cpu: [x64]
|
371 |
os: [linux]
|
372 |
|
373 |
+
'@rollup/rollup-linux-x64-musl@4.24.0':
|
374 |
+
resolution: {integrity: sha512-w1i+L7kAXZNdYl+vFvzSZy8Y1arS7vMgIy8wusXJzRrPyof5LAb02KGr1PD2EkRcl73kHulIID0M501lN+vobQ==}
|
375 |
cpu: [x64]
|
376 |
os: [linux]
|
377 |
|
378 |
+
'@rollup/rollup-win32-arm64-msvc@4.24.0':
|
379 |
+
resolution: {integrity: sha512-VXBrnPWgBpVDCVY6XF3LEW0pOU51KbaHhccHw6AS6vBWIC60eqsH19DAeeObl+g8nKAz04QFdl/Cefta0xQtUQ==}
|
380 |
cpu: [arm64]
|
381 |
os: [win32]
|
382 |
|
383 |
+
'@rollup/rollup-win32-ia32-msvc@4.24.0':
|
384 |
+
resolution: {integrity: sha512-xrNcGDU0OxVcPTH/8n/ShH4UevZxKIO6HJFK0e15XItZP2UcaiLFd5kiX7hJnqCbSztUF8Qot+JWBC/QXRPYWQ==}
|
385 |
cpu: [ia32]
|
386 |
os: [win32]
|
387 |
|
388 |
+
'@rollup/rollup-win32-x64-msvc@4.24.0':
|
389 |
+
resolution: {integrity: sha512-fbMkAF7fufku0N2dE5TBXcNlg0pt0cJue4xBRE2Qc5Vqikxr4VCgKj/ht6SMdFcOacVA9rqF70APJ8RN/4vMJw==}
|
390 |
cpu: [x64]
|
391 |
os: [win32]
|
392 |
|
|
|
400 |
'@turf/[email protected]':
|
401 |
resolution: {integrity: sha512-RBbLaao5hXTYyyg577iuMtDB8ehxMlUqHEJiMs8jT1GHkFhr6sYre3lmLsPeYEi/ZKj5TP5tt7fkzNdJ4GIVyw==}
|
402 |
|
|
|
|
|
|
|
403 |
'@turf/[email protected]':
|
404 |
resolution: {integrity: sha512-dxINYhIEMzgDOztyMZc20I7ssYVNEpSv04VbMo5YPQsqa80KO3TFvbuCahMsCAW5z8Tncc8dwBlEFrmRjJG33A==}
|
405 |
|
|
|
421 |
'@turf/[email protected]':
|
422 |
resolution: {integrity: sha512-VbI1dV5bLFzohYYdgqwikdMVpe7pJ9X3E+dlr425wa2/sMJqYDhTO++ec38/pcPvPE6oD9WEEeU3Xu3gza+VPw==}
|
423 |
|
|
|
|
|
|
|
424 |
'@turf/[email protected]':
|
425 |
resolution: {integrity: sha512-Wv8PRNCtPD31UVbdJE/KVAWKe7l6US+lJItRR/HOEW3eh+U/JwRCSUl/KZ7bmjM/C+zLNoreM2TU6OoLACs4eg==}
|
426 |
|
|
|
439 |
'@turf/[email protected]':
|
440 |
resolution: {integrity: sha512-RrArvtsV0vdsCBegoBtOalgdSOfkBrTJ07VkpiCnq/491W67hnMWmDu7e6Ztw0C3WldRYTXkg3SumfdzZxLBHA==}
|
441 |
|
|
|
|
|
|
|
442 |
'@turf/[email protected]':
|
443 |
resolution: {integrity: sha512-WthrvddddvmymnC+Vf7BrkHGbDOUu6Z3/6bFYUGv1kxw8tiZ6n83/VG6kHz4poHOfS0RaNflzXSkmCi64fLBlg==}
|
444 |
|
|
|
448 |
'@turf/[email protected]':
|
449 |
resolution: {integrity: sha512-pFxg71pLk+eJj134Z9yUoRhIi8vqnnKvCYwdT4x/DQl/19RVdq1tV3yqOT3gcTQNfniteylL5qV1uTBDV5sgrg==}
|
450 |
|
451 |
+
'@types/[email protected].6':
|
452 |
+
resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==}
|
453 |
|
454 |
'@types/[email protected]':
|
455 |
resolution: {integrity: sha512-WCfD5Ht3ZesJUsONdhvm84dmzWOiOzOAqOncN0++w0lBw1o8OuDNJF2McvvCef/yBqb/HYRahp1BYtODFQ8bRg==}
|
|
|
457 |
'@types/[email protected]':
|
458 |
resolution: {integrity: sha512-1rkryxURpr6aWP7R786/UQOkJ3PcpQiWkAXBmdWc7ryFWqN6a4xfK7BtjXvFBKO9LjQ+MWQSWxYeZX1OApnArA==}
|
459 |
|
460 |
+
'@types/[email protected]':
|
461 |
+
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
|
462 |
+
|
463 |
'@types/[email protected]':
|
464 |
resolution: {integrity: sha512-BK7XS+NyRI291HIo0HCfE18Lp8oA30H1gpi1tf0mF3TgiCEzanQjOqNZ4x126SXzzi2oNSZhZ5axJp1k0iM6jg==}
|
465 |
|
466 |
+
'@types/node@22.7.4':
|
467 |
+
resolution: {integrity: sha512-y+NPi1rFzDs1NdQHHToqeiX2TIS79SWEAw9GYhkkx8bD0ChpfqC+n2j5OXOCpzfojBEBt6DnEnnG9MY0zk1XLg==}
|
468 |
|
469 |
+
'@vitejs/[email protected].4':
|
470 |
+
resolution: {integrity: sha512-N2XSI2n3sQqp5w7Y/AN/L2XDjBIRGqXko+eDp42sydYSBeJuSm5a1sLf8zakmo8u7tA8NmBgoDLA1HeOESjp9A==}
|
471 |
engines: {node: ^18.0.0 || >=20.0.0}
|
472 |
peerDependencies:
|
473 |
vite: ^5.0.0
|
474 |
vue: ^3.2.25
|
475 |
|
476 |
+
'@vue/[email protected].11':
|
477 |
+
resolution: {integrity: sha512-PwAdxs7/9Hc3ieBO12tXzmTD+Ln4qhT/56S+8DvrrZ4kLDn4Z/AMUr8tXJD0axiJBS0RKIoNaR0yMuQB9v9Udg==}
|
478 |
|
479 |
+
'@vue/[email protected].11':
|
480 |
+
resolution: {integrity: sha512-pyGf8zdbDDRkBrEzf8p7BQlMKNNF5Fk/Cf/fQ6PiUz9at4OaUfyXW0dGJTo2Vl1f5U9jSLCNf0EZJEogLXoeew==}
|
481 |
|
482 |
+
'@vue/[email protected].11':
|
483 |
+
resolution: {integrity: sha512-gsbBtT4N9ANXXepprle+X9YLg2htQk1sqH/qGJ/EApl+dgpUBdTv3yP7YlR535uHZY3n6XaR0/bKo0BgwwDniw==}
|
484 |
|
485 |
+
'@vue/[email protected].11':
|
486 |
+
resolution: {integrity: sha512-P4+GPjOuC2aFTk1Z4WANvEhyOykcvEd5bIj2KVNGKGfM745LaXGr++5njpdBTzVz5pZifdlR1kpYSJJpIlSePA==}
|
487 |
|
488 |
+
'@vue/[email protected].11':
|
489 |
+
resolution: {integrity: sha512-Nqo5VZEn8MJWlCce8XoyVqHZbd5P2NH+yuAaFzuNSR96I+y1cnuUiq7xfSG+kyvLSiWmaHTKP1r3OZY4mMD50w==}
|
490 |
|
491 |
+
'@vue/[email protected].11':
|
492 |
+
resolution: {integrity: sha512-7PsxFGqwfDhfhh0OcDWBG1DaIQIVOLgkwA5q6MtkPiDFjp5gohVnJEahSktwSFLq7R5PtxDKy6WKURVN1UDbzA==}
|
493 |
|
494 |
+
'@vue/[email protected].11':
|
495 |
+
resolution: {integrity: sha512-GNghjecT6IrGf0UhuYmpgaOlN7kxzQBhxWEn08c/SQDxv1yy4IXI1bn81JgEpQ4IXjRxWtPyI8x0/7TF5rPfYQ==}
|
496 |
|
497 |
+
'@vue/[email protected].11':
|
498 |
+
resolution: {integrity: sha512-cVOwYBxR7Wb1B1FoxYvtjJD8X/9E5nlH4VSkJy2uMA1MzYNdzAAB//l8nrmN9py/4aP+3NjWukf9PZ3TeWULaA==}
|
499 |
peerDependencies:
|
500 |
+
vue: 3.5.11
|
501 |
|
502 |
+
'@vue/[email protected].11':
|
503 |
+
resolution: {integrity: sha512-W8GgysJVnFo81FthhzurdRAWP/byq3q2qIw70e0JWblzVhjgOMiC2GyovXrZTFQJnFVryYaKGP3Tc9vYzYm6PQ==}
|
504 |
|
505 |
'@vue/[email protected]':
|
506 |
resolution: {integrity: sha512-VcZK7MvpjuTPx2w6blwnwZAu5/LgBUtejFOi3pPGQFXQN5Ela03FUtd2Qtg4yWGGissVL0dr6Ro1LfOFh+PCuQ==}
|
|
|
577 |
resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
|
578 |
engines: {node: '>=8'}
|
579 |
|
580 |
+
browserslist@4.24.0:
|
581 |
+
resolution: {integrity: sha512-Rmb62sR1Zpjql25eSanFGEhAxcFwfA1K0GuQcLoaJBAcENegrQut3hYdhXFF1obQfiDyqIW/cLM5HSJ/9k884A==}
|
582 |
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
|
583 |
hasBin: true
|
584 |
|
|
|
590 |
resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==}
|
591 |
engines: {node: '>= 6'}
|
592 |
|
593 |
+
[email protected].30001666:
|
594 |
+
resolution: {integrity: sha512-gD14ICmoV5ZZM1OdzPWmpx+q4GyefaK06zi8hmfHV5xe4/2nOQX3+Dw5o+fSqOws2xVwL9j+anOPFwHzdEdV4g==}
|
595 |
|
596 | |
597 |
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
|
|
|
648 | |
649 |
resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
|
650 |
|
651 |
+
[email protected].32:
|
652 |
+
resolution: {integrity: sha512-M+7ph0VGBQqqpTT2YrabjNKSQ2fEl9PVx6AK3N558gDH9NO8O6XN9SXXFWRo9u9PbEg/bWq+tjXQr+eXmxubCw==}
|
653 |
|
654 | |
655 |
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
|
|
|
684 |
resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==}
|
685 |
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
686 |
|
687 |
+
eslint-scope@8.1.0:
|
688 |
+
resolution: {integrity: sha512-14dSvlhaVhKKsa9Fx1l8A17s7ah7Ef7wCakJ10LYk6+GYmP9yDti2oq2SEwcyndt6knfcZyhyxwY3i9yL78EQw==}
|
689 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
690 |
|
691 | |
692 |
resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==}
|
693 |
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
694 |
|
695 |
+
eslint-visitor-keys@4.1.0:
|
696 |
+
resolution: {integrity: sha512-Q7lok0mqMUSf5a/AdAZkA5a/gHcO6snwQClVNNvFKCAVlxXucdU8pKydU5ZVZjBx5xr37vGbFFWtLQYreLzrZg==}
|
697 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
698 |
|
699 |
+
eslint@9.11.1:
|
700 |
+
resolution: {integrity: sha512-MobhYKIoAO1s1e4VUrgx1l1Sk2JBR/Gqjjgw8+mfgoLE2xwsHur4gdfTxyTgShrhvdVFTaJSgMiQBl1jv/AWxg==}
|
701 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
702 |
hasBin: true
|
703 |
peerDependencies:
|
|
|
706 |
jiti:
|
707 |
optional: true
|
708 |
|
709 |
+
espree@10.2.0:
|
710 |
+
resolution: {integrity: sha512-upbkBJbckcCNBDBDXEbuhjbP68n+scUd3k/U2EkyM9nw+I/jPiL4cLF/Al06CF96wRltFda16sxDFrxsI1v0/g==}
|
711 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
712 |
|
713 | |
|
|
864 |
resolution: {integrity: sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==}
|
865 |
hasBin: true
|
866 |
|
867 | |
868 |
+
resolution: {integrity: sha512-cYNjJus5X9J4jLzTaI8rYoIq1k6YySiA1lK4wxSnOrBRXkbVyreZfhoboJhsUmwgU82lpPjj1IoU7Ggrau8r3g==}
|
869 |
+
hasBin: true
|
870 |
+
|
871 | |
872 |
resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==}
|
873 |
hasBin: true
|
|
|
988 |
resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==}
|
989 |
engines: {node: '>=10'}
|
990 |
|
991 |
+
[email protected].1:
|
992 |
+
resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==}
|
993 |
|
994 | |
995 |
resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==}
|
|
|
1071 | |
1072 |
resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
|
1073 |
|
1074 |
+
[email protected].47:
|
1075 |
+
resolution: {integrity: sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==}
|
1076 |
engines: {node: ^10 || ^12 || >=14}
|
1077 |
|
1078 | |
|
|
1116 |
resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==}
|
1117 |
engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
|
1118 |
|
1119 |
+
rollup@4.24.0:
|
1120 |
+
resolution: {integrity: sha512-DOmrlGSXNk1DM0ljiQA+i+o0rSLhtii1je5wgk60j49d1jHT5YYttBv1iWOnYSTG+fZZESUOSNiAl89SIet+Cg==}
|
1121 |
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
|
1122 |
hasBin: true
|
1123 |
|
|
|
1181 |
resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
|
1182 |
engines: {node: '>= 0.4'}
|
1183 |
|
1184 |
+
[email protected].13:
|
1185 |
+
resolution: {integrity: sha512-KqjHOJKogOUt5Bs752ykCeiwvi0fKVkr5oqsFNt/8px/tA8scFPIlkygsf6jXrfCqGHz7VflA6+yytWuM+XhFw==}
|
1186 |
engines: {node: '>=14.0.0'}
|
1187 |
hasBin: true
|
1188 |
|
|
|
1207 | |
1208 |
resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==}
|
1209 |
|
|
|
|
|
|
|
1210 | |
1211 |
resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
|
1212 |
engines: {node: '>= 0.8.0'}
|
|
|
1218 | |
1219 |
resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==}
|
1220 |
|
1221 |
+
[email protected].1:
|
1222 |
+
resolution: {integrity: sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==}
|
1223 |
hasBin: true
|
1224 |
peerDependencies:
|
1225 |
browserslist: '>= 4.21.0'
|
|
|
1230 | |
1231 |
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
|
1232 |
|
1233 |
+
[email protected].8:
|
1234 |
+
resolution: {integrity: sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==}
|
1235 |
engines: {node: ^18.0.0 || >=20.0.0}
|
1236 |
hasBin: true
|
1237 |
peerDependencies:
|
|
|
1267 |
peerDependencies:
|
1268 |
eslint: '>=6.0.0'
|
1269 |
|
1270 |
+
[email protected].11:
|
1271 |
+
resolution: {integrity: sha512-/8Wurrd9J3lb72FTQS7gRMNQD4nztTtKPmuDuPuhqXmmpD6+skVjAeahNpVzsuky6Sy9gy7wn8UadqPtt9SQIg==}
|
1272 |
peerDependencies:
|
1273 |
typescript: '*'
|
1274 |
peerDependenciesMeta:
|
|
|
1309 |
|
1310 |
'@alloc/[email protected]': {}
|
1311 |
|
1312 |
+
'@babel/helper-string-parser@7.25.7': {}
|
1313 |
|
1314 |
+
'@babel/helper-validator-identifier@7.25.7': {}
|
1315 |
|
1316 |
+
'@babel/[email protected].7':
|
1317 |
dependencies:
|
1318 |
+
'@babel/types': 7.25.7
|
1319 |
|
1320 |
+
'@babel/[email protected].7':
|
1321 |
dependencies:
|
1322 |
+
'@babel/helper-string-parser': 7.25.7
|
1323 |
+
'@babel/helper-validator-identifier': 7.25.7
|
1324 |
to-fast-properties: 2.0.0
|
1325 |
|
1326 |
'@esbuild/[email protected]':
|
|
|
1392 |
'@esbuild/[email protected]':
|
1393 |
optional: true
|
1394 |
|
1395 |
+
'@eslint-community/[email protected](eslint@9.11.1(jiti@2.1.2))':
|
1396 |
dependencies:
|
1397 |
+
eslint: 9.11.1(jiti@2.1.2)
|
1398 |
eslint-visitor-keys: 3.4.3
|
1399 |
|
1400 |
+
'@eslint-community/[email protected].1': {}
|
1401 |
|
1402 |
'@eslint/[email protected]':
|
1403 |
dependencies:
|
|
|
1407 |
transitivePeerDependencies:
|
1408 |
- supports-color
|
1409 |
|
1410 |
+
'@eslint/[email protected]': {}
|
1411 |
+
|
1412 |
'@eslint/[email protected]':
|
1413 |
dependencies:
|
1414 |
ajv: 6.12.6
|
1415 |
debug: 4.3.7
|
1416 |
+
espree: 10.2.0
|
1417 |
globals: 14.0.0
|
1418 |
ignore: 5.3.2
|
1419 |
import-fresh: 3.3.0
|
|
|
1423 |
transitivePeerDependencies:
|
1424 |
- supports-color
|
1425 |
|
1426 |
+
'@eslint/js@9.11.1': {}
|
1427 |
|
1428 |
'@eslint/[email protected]': {}
|
1429 |
|
1430 |
+
'@eslint/plugin-kit@0.2.0':
|
1431 |
dependencies:
|
1432 |
levn: 0.4.1
|
1433 |
|
|
|
1486 |
'@pkgjs/[email protected]':
|
1487 |
optional: true
|
1488 |
|
1489 |
+
'@rollup/rollup-android-arm-eabi@4.24.0':
|
1490 |
optional: true
|
1491 |
|
1492 |
+
'@rollup/rollup-android-arm64@4.24.0':
|
1493 |
optional: true
|
1494 |
|
1495 |
+
'@rollup/rollup-darwin-arm64@4.24.0':
|
1496 |
optional: true
|
1497 |
|
1498 |
+
'@rollup/rollup-darwin-x64@4.24.0':
|
1499 |
optional: true
|
1500 |
|
1501 |
+
'@rollup/rollup-linux-arm-gnueabihf@4.24.0':
|
1502 |
optional: true
|
1503 |
|
1504 |
+
'@rollup/rollup-linux-arm-musleabihf@4.24.0':
|
1505 |
optional: true
|
1506 |
|
1507 |
+
'@rollup/rollup-linux-arm64-gnu@4.24.0':
|
1508 |
optional: true
|
1509 |
|
1510 |
+
'@rollup/rollup-linux-arm64-musl@4.24.0':
|
1511 |
optional: true
|
1512 |
|
1513 |
+
'@rollup/rollup-linux-powerpc64le-gnu@4.24.0':
|
1514 |
optional: true
|
1515 |
|
1516 |
+
'@rollup/rollup-linux-riscv64-gnu@4.24.0':
|
1517 |
optional: true
|
1518 |
|
1519 |
+
'@rollup/rollup-linux-s390x-gnu@4.24.0':
|
1520 |
optional: true
|
1521 |
|
1522 |
+
'@rollup/rollup-linux-x64-gnu@4.24.0':
|
1523 |
optional: true
|
1524 |
|
1525 |
+
'@rollup/rollup-linux-x64-musl@4.24.0':
|
1526 |
optional: true
|
1527 |
|
1528 |
+
'@rollup/rollup-win32-arm64-msvc@4.24.0':
|
1529 |
optional: true
|
1530 |
|
1531 |
+
'@rollup/rollup-win32-ia32-msvc@4.24.0':
|
1532 |
optional: true
|
1533 |
|
1534 |
+
'@rollup/rollup-win32-x64-msvc@4.24.0':
|
1535 |
optional: true
|
1536 |
|
1537 |
'@trincadev/driver.js@https://github.com/trincadev/driver.js/archive/refs/tags/1.3.1.1-trincadev.tar.gz': {}
|
|
|
1543 |
'@turf/helpers': 6.5.0
|
1544 |
'@turf/meta': 6.5.0
|
1545 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1546 |
'@turf/[email protected]':
|
1547 |
dependencies:
|
1548 |
'@turf/helpers': 6.5.0
|
|
|
1578 |
|
1579 |
'@turf/[email protected]': {}
|
1580 |
|
|
|
|
|
|
|
|
|
|
|
1581 |
'@turf/[email protected]':
|
1582 |
dependencies:
|
1583 |
'@turf/helpers': 6.5.0
|
|
|
1617 |
dependencies:
|
1618 |
'@turf/helpers': 6.5.0
|
1619 |
|
|
|
|
|
|
|
|
|
|
|
1620 |
'@turf/[email protected]':
|
1621 |
dependencies:
|
1622 |
'@turf/bearing': 6.5.0
|
|
|
1637 |
'@turf/helpers': 6.5.0
|
1638 |
'@turf/meta': 6.5.0
|
1639 |
|
1640 |
+
'@types/[email protected].6': {}
|
1641 |
|
1642 |
'@types/[email protected]': {}
|
1643 |
|
1644 |
'@types/[email protected]': {}
|
1645 |
|
1646 |
+
'@types/[email protected]': {}
|
1647 |
+
|
1648 |
'@types/[email protected]':
|
1649 |
dependencies:
|
1650 |
'@types/geojson': 7946.0.14
|
1651 |
|
1652 |
+
'@types/node@22.7.4':
|
1653 |
dependencies:
|
1654 |
undici-types: 6.19.8
|
1655 |
|
1656 |
+
'@vitejs/[email protected].4([email protected].8(@types/node@22.7.4))([email protected].11)':
|
1657 |
dependencies:
|
1658 |
+
vite: 5.4.8(@types/node@22.7.4)
|
1659 |
+
vue: 3.5.11
|
1660 |
|
1661 |
+
'@vue/[email protected].11':
|
1662 |
dependencies:
|
1663 |
+
'@babel/parser': 7.25.7
|
1664 |
+
'@vue/shared': 3.5.11
|
1665 |
entities: 4.5.0
|
1666 |
estree-walker: 2.0.2
|
1667 |
source-map-js: 1.2.1
|
1668 |
|
1669 |
+
'@vue/[email protected].11':
|
1670 |
dependencies:
|
1671 |
+
'@vue/compiler-core': 3.5.11
|
1672 |
+
'@vue/shared': 3.5.11
|
1673 |
|
1674 |
+
'@vue/[email protected].11':
|
1675 |
dependencies:
|
1676 |
+
'@babel/parser': 7.25.7
|
1677 |
+
'@vue/compiler-core': 3.5.11
|
1678 |
+
'@vue/compiler-dom': 3.5.11
|
1679 |
+
'@vue/compiler-ssr': 3.5.11
|
1680 |
+
'@vue/shared': 3.5.11
|
1681 |
estree-walker: 2.0.2
|
1682 |
magic-string: 0.30.11
|
1683 |
+
postcss: 8.4.47
|
1684 |
source-map-js: 1.2.1
|
1685 |
|
1686 |
+
'@vue/[email protected].11':
|
1687 |
dependencies:
|
1688 |
+
'@vue/compiler-dom': 3.5.11
|
1689 |
+
'@vue/shared': 3.5.11
|
1690 |
|
1691 |
+
'@vue/[email protected].11':
|
1692 |
dependencies:
|
1693 |
+
'@vue/shared': 3.5.11
|
1694 |
|
1695 |
+
'@vue/[email protected].11':
|
1696 |
dependencies:
|
1697 |
+
'@vue/reactivity': 3.5.11
|
1698 |
+
'@vue/shared': 3.5.11
|
1699 |
|
1700 |
+
'@vue/[email protected].11':
|
1701 |
dependencies:
|
1702 |
+
'@vue/reactivity': 3.5.11
|
1703 |
+
'@vue/runtime-core': 3.5.11
|
1704 |
+
'@vue/shared': 3.5.11
|
1705 |
csstype: 3.1.3
|
1706 |
|
1707 |
+
'@vue/[email protected].11([email protected].11)':
|
1708 |
dependencies:
|
1709 |
+
'@vue/compiler-ssr': 3.5.11
|
1710 |
+
'@vue/shared': 3.5.11
|
1711 |
+
vue: 3.5.11
|
1712 |
|
1713 |
+
'@vue/[email protected].11': {}
|
1714 |
|
1715 |
'@vue/[email protected]': {}
|
1716 |
|
|
|
1748 |
|
1749 | |
1750 |
|
1751 | |
1752 |
dependencies:
|
1753 |
+
browserslist: 4.24.0
|
1754 |
+
caniuse-lite: 1.0.30001666
|
1755 |
fraction.js: 4.3.7
|
1756 |
normalize-range: 0.1.2
|
1757 |
picocolors: 1.1.0
|
1758 |
+
postcss: 8.4.47
|
1759 |
postcss-value-parser: 4.2.0
|
1760 |
|
1761 | |
|
|
1779 |
dependencies:
|
1780 |
fill-range: 7.1.1
|
1781 |
|
1782 |
+
browserslist@4.24.0:
|
1783 |
dependencies:
|
1784 |
+
caniuse-lite: 1.0.30001666
|
1785 |
+
electron-to-chromium: 1.5.32
|
1786 |
node-releases: 2.0.18
|
1787 |
+
update-browserslist-db: 1.1.1(browserslist@4.24.0)
|
1788 |
|
1789 | |
1790 |
|
1791 | |
1792 |
|
1793 |
+
[email protected].30001666: {}
|
1794 |
|
1795 | |
1796 |
dependencies:
|
|
|
1841 |
|
1842 | |
1843 |
|
1844 |
+
[email protected].32: {}
|
1845 |
|
1846 | |
1847 |
|
|
|
1879 |
|
1880 | |
1881 |
|
1882 |
+
[email protected](eslint@9.11.1(jiti@2.1.2)):
|
1883 |
dependencies:
|
1884 |
+
'@eslint-community/eslint-utils': 4.4.0(eslint@9.11.1(jiti@2.1.2))
|
1885 |
+
eslint: 9.11.1(jiti@2.1.2)
|
1886 |
globals: 13.24.0
|
1887 |
natural-compare: 1.4.0
|
1888 |
nth-check: 2.1.1
|
1889 |
postcss-selector-parser: 6.1.2
|
1890 |
semver: 7.6.3
|
1891 |
+
vue-eslint-parser: 9.4.3(eslint@9.11.1(jiti@2.1.2))
|
1892 |
xml-name-validator: 4.0.0
|
1893 |
transitivePeerDependencies:
|
1894 |
- supports-color
|
|
|
1898 |
esrecurse: 4.3.0
|
1899 |
estraverse: 5.3.0
|
1900 |
|
1901 |
+
eslint-scope@8.1.0:
|
1902 |
dependencies:
|
1903 |
esrecurse: 4.3.0
|
1904 |
estraverse: 5.3.0
|
1905 |
|
1906 | |
1907 |
|
1908 |
+
eslint-visitor-keys@4.1.0: {}
|
1909 |
|
1910 |
+
eslint@9.11.1(jiti@2.1.2):
|
1911 |
dependencies:
|
1912 |
+
'@eslint-community/eslint-utils': 4.4.0(eslint@9.11.1(jiti@2.1.2))
|
1913 |
+
'@eslint-community/regexpp': 4.11.1
|
1914 |
'@eslint/config-array': 0.18.0
|
1915 |
+
'@eslint/core': 0.6.0
|
1916 |
'@eslint/eslintrc': 3.1.0
|
1917 |
+
'@eslint/js': 9.11.1
|
1918 |
+
'@eslint/plugin-kit': 0.2.0
|
1919 |
'@humanwhocodes/module-importer': 1.0.1
|
1920 |
'@humanwhocodes/retry': 0.3.0
|
1921 |
'@nodelib/fs.walk': 1.2.8
|
1922 |
+
'@types/estree': 1.0.6
|
1923 |
+
'@types/json-schema': 7.0.15
|
1924 |
ajv: 6.12.6
|
1925 |
chalk: 4.1.2
|
1926 |
cross-spawn: 7.0.3
|
1927 |
debug: 4.3.7
|
1928 |
escape-string-regexp: 4.0.0
|
1929 |
+
eslint-scope: 8.1.0
|
1930 |
+
eslint-visitor-keys: 4.1.0
|
1931 |
+
espree: 10.2.0
|
1932 |
esquery: 1.6.0
|
1933 |
esutils: 2.0.3
|
1934 |
fast-deep-equal: 3.1.3
|
|
|
1947 |
strip-ansi: 6.0.1
|
1948 |
text-table: 0.2.0
|
1949 |
optionalDependencies:
|
1950 |
+
jiti: 2.1.2
|
1951 |
transitivePeerDependencies:
|
1952 |
- supports-color
|
1953 |
|
1954 |
+
espree@10.2.0:
|
1955 |
dependencies:
|
1956 |
acorn: 8.12.1
|
1957 |
acorn-jsx: 5.3.2([email protected])
|
1958 |
+
eslint-visitor-keys: 4.1.0
|
1959 |
|
1960 | |
1961 |
dependencies:
|
|
|
2029 |
|
2030 | |
2031 |
dependencies:
|
2032 |
+
'@turf/bbox': 6.5.0
|
2033 |
'@turf/helpers': 6.5.0
|
2034 |
'@turf/meta': 6.5.0
|
2035 |
'@types/geojson': 7946.0.8
|
|
|
2049 |
jackspeak: 3.4.3
|
2050 |
minimatch: 9.0.5
|
2051 |
minipass: 7.1.2
|
2052 |
+
package-json-from-dist: 1.0.1
|
2053 |
path-scurry: 1.11.1
|
2054 |
|
2055 | |
|
|
2103 |
|
2104 | |
2105 |
|
2106 | |
2107 |
+
optional: true
|
2108 |
+
|
2109 | |
2110 |
dependencies:
|
2111 |
argparse: 2.0.1
|
|
|
2209 |
dependencies:
|
2210 |
p-limit: 3.1.0
|
2211 |
|
2212 |
+
[email protected].1: {}
|
2213 |
|
2214 | |
2215 |
dependencies:
|
|
|
2239 |
bignumber.js: 9.1.2
|
2240 |
splaytree-ts: 1.0.1
|
2241 |
|
2242 | |
2243 |
dependencies:
|
2244 |
+
postcss: 8.4.47
|
2245 |
postcss-value-parser: 4.2.0
|
2246 |
read-cache: 1.0.0
|
2247 |
resolve: 1.22.8
|
2248 |
|
2249 | |
2250 |
dependencies:
|
2251 |
+
postcss: 8.4.47
|
2252 |
postcss-value-parser: 4.2.0
|
2253 |
read-cache: 1.0.0
|
2254 |
resolve: 1.22.8
|
2255 |
|
2256 | |
2257 |
dependencies:
|
2258 |
camelcase-css: 2.0.1
|
2259 |
+
postcss: 8.4.47
|
2260 |
|
2261 | |
2262 |
dependencies:
|
2263 |
lilconfig: 3.1.2
|
2264 |
yaml: 2.5.1
|
2265 |
optionalDependencies:
|
2266 |
+
postcss: 8.4.47
|
2267 |
|
2268 | |
2269 |
dependencies:
|
2270 |
+
postcss: 8.4.47
|
2271 |
postcss-selector-parser: 6.1.2
|
2272 |
|
2273 | |
|
|
2277 |
|
2278 | |
2279 |
|
2280 |
+
[email protected].47:
|
2281 |
dependencies:
|
2282 |
nanoid: 3.3.7
|
2283 |
picocolors: 1.1.0
|
|
|
2315 |
|
2316 | |
2317 |
|
2318 |
+
rollup@4.24.0:
|
2319 |
dependencies:
|
2320 |
+
'@types/estree': 1.0.6
|
2321 |
optionalDependencies:
|
2322 |
+
'@rollup/rollup-android-arm-eabi': 4.24.0
|
2323 |
+
'@rollup/rollup-android-arm64': 4.24.0
|
2324 |
+
'@rollup/rollup-darwin-arm64': 4.24.0
|
2325 |
+
'@rollup/rollup-darwin-x64': 4.24.0
|
2326 |
+
'@rollup/rollup-linux-arm-gnueabihf': 4.24.0
|
2327 |
+
'@rollup/rollup-linux-arm-musleabihf': 4.24.0
|
2328 |
+
'@rollup/rollup-linux-arm64-gnu': 4.24.0
|
2329 |
+
'@rollup/rollup-linux-arm64-musl': 4.24.0
|
2330 |
+
'@rollup/rollup-linux-powerpc64le-gnu': 4.24.0
|
2331 |
+
'@rollup/rollup-linux-riscv64-gnu': 4.24.0
|
2332 |
+
'@rollup/rollup-linux-s390x-gnu': 4.24.0
|
2333 |
+
'@rollup/rollup-linux-x64-gnu': 4.24.0
|
2334 |
+
'@rollup/rollup-linux-x64-musl': 4.24.0
|
2335 |
+
'@rollup/rollup-win32-arm64-msvc': 4.24.0
|
2336 |
+
'@rollup/rollup-win32-ia32-msvc': 4.24.0
|
2337 |
+
'@rollup/rollup-win32-x64-msvc': 4.24.0
|
2338 |
fsevents: 2.3.3
|
2339 |
|
2340 | |
|
|
2393 |
|
2394 | |
2395 |
|
2396 |
+
[email protected].13:
|
2397 |
dependencies:
|
2398 |
'@alloc/quick-lru': 5.2.0
|
2399 |
arg: 5.0.2
|
|
|
2409 |
normalize-path: 3.0.0
|
2410 |
object-hash: 3.0.0
|
2411 |
picocolors: 1.1.0
|
2412 |
+
postcss: 8.4.47
|
2413 |
+
postcss-import: 15.1.0([email protected].47)
|
2414 |
+
postcss-js: 4.0.1([email protected].47)
|
2415 |
+
postcss-load-config: 4.0.2([email protected].47)
|
2416 |
+
postcss-nested: 6.2.0([email protected].47)
|
2417 |
postcss-selector-parser: 6.1.2
|
2418 |
resolve: 1.22.8
|
2419 |
sucrase: 3.35.0
|
|
|
2438 |
|
2439 | |
2440 |
|
|
|
|
|
2441 | |
2442 |
dependencies:
|
2443 |
prelude-ls: 1.2.1
|
|
|
2446 |
|
2447 | |
2448 |
|
2449 |
+
[email protected].1(browserslist@4.24.0):
|
2450 |
dependencies:
|
2451 |
+
browserslist: 4.24.0
|
2452 |
escalade: 3.2.0
|
2453 |
picocolors: 1.1.0
|
2454 |
|
|
|
2458 |
|
2459 | |
2460 |
|
2461 |
+
[email protected].8(@types/node@22.7.4):
|
2462 |
dependencies:
|
2463 |
esbuild: 0.21.5
|
2464 |
+
postcss: 8.4.47
|
2465 |
+
rollup: 4.24.0
|
2466 |
optionalDependencies:
|
2467 |
+
'@types/node': 22.7.4
|
2468 |
fsevents: 2.3.3
|
2469 |
|
2470 |
+
[email protected](eslint@9.11.1(jiti@2.1.2)):
|
2471 |
dependencies:
|
2472 |
debug: 4.3.7
|
2473 |
+
eslint: 9.11.1(jiti@2.1.2)
|
2474 |
eslint-scope: 7.2.2
|
2475 |
eslint-visitor-keys: 3.4.3
|
2476 |
espree: 9.6.1
|
|
|
2480 |
transitivePeerDependencies:
|
2481 |
- supports-color
|
2482 |
|
2483 |
+
[email protected].11:
|
2484 |
dependencies:
|
2485 |
+
'@vue/compiler-dom': 3.5.11
|
2486 |
+
'@vue/compiler-sfc': 3.5.11
|
2487 |
+
'@vue/runtime-dom': 3.5.11
|
2488 |
+
'@vue/server-renderer': 3.5.11([email protected].11)
|
2489 |
+
'@vue/shared': 3.5.11
|
2490 |
|
2491 | |
2492 |
dependencies:
|