aletrn commited on
Commit
f0201ee
·
1 Parent(s): b60ad23

chore: update frontend and backend dependencies, bump to version 1.7.1

Browse files
Files changed (5) hide show
  1. Dockerfile +1 -3
  2. poetry.lock +0 -0
  3. pyproject.toml +9 -3
  4. static/package.json +7 -7
  5. static/pnpm-lock.yaml +280 -290
Dockerfile CHANGED
@@ -1,8 +1,7 @@
1
- FROM registry.gitlab.com/aletrn/gis-prediction:1.7.0
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.0"
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.0"
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.14"
 
 
 
 
 
 
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.5"
18
  },
19
  "devDependencies": {
20
  "@tsconfig/node20": "^20.1.4",
21
  "@types/leaflet": "^1.9.12",
22
- "@types/node": "^22.5.4",
23
- "@vitejs/plugin-vue": "^5.1.3",
24
  "@vue/tsconfig": "^0.5.1",
25
  "autoprefixer": "^10.4.20",
26
- "eslint": "^9.10.0",
27
  "eslint-plugin-vue": "^9.28.0",
28
- "postcss": "^8.4.45",
29
  "postcss-import": "^16.1.0",
30
  "prettier": "^3.3.3",
31
- "tailwindcss": "^3.4.11",
32
- "vite": "^5.4.5"
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.5
25
- version: 3.5.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.5.4
35
- version: 22.5.4
36
  '@vitejs/plugin-vue':
37
- specifier: ^5.1.3
38
- version: 5.1.3([email protected].5(@types/node@22.5.4))([email protected].5)
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)
45
  eslint:
46
- specifier: ^9.10.0
47
- version: 9.10.0(jiti@1.21.6)
48
  eslint-plugin-vue:
49
  specifier: ^9.28.0
50
- version: 9.28.0(eslint@9.10.0(jiti@1.21.6))
51
  postcss:
52
- specifier: ^8.4.45
53
- version: 8.4.45
54
  postcss-import:
55
  specifier: ^16.1.0
56
- version: 16.1.0([email protected].45)
57
  prettier:
58
  specifier: ^3.3.3
59
  version: 3.3.3
60
  tailwindcss:
61
- specifier: ^3.4.11
62
- version: 3.4.11
63
  vite:
64
- specifier: ^5.4.5
65
- version: 5.4.5(@types/node@22.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.24.8':
74
- resolution: {integrity: sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==}
75
  engines: {node: '>=6.9.0'}
76
 
77
- '@babel/helper-validator-identifier@7.24.7':
78
- resolution: {integrity: sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==}
79
  engines: {node: '>=6.9.0'}
80
 
81
- '@babel/[email protected].6':
82
- resolution: {integrity: sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==}
83
  engines: {node: '>=6.0.0'}
84
  hasBin: true
85
 
86
- '@babel/[email protected].6':
87
- resolution: {integrity: sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==}
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].0':
235
- resolution: {integrity: sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==}
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.10.0':
247
- resolution: {integrity: sha512-fuXtbiP5GWIn8Fz+LWoOMVf/Jxm+aajZYkhi6CuEm4SxymFM+eUWzbO9qXT+L0iCkL5+KGYMCSGxo686H19S1g==}
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.1.0':
255
- resolution: {integrity: sha512-autAXT203ixhqei9xt+qkYOvY8l6LAFIdT2UXc/RPNeUVfqRF1BV94GTJyVPFKT8nFM6MyVJhjLj9E8JWvf5zQ==}
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.21.3':
310
- resolution: {integrity: sha512-MmKSfaB9GX+zXl6E8z4koOr/xU63AMVleLEa64v7R0QF/ZloMs5vcD1sHgM64GXXS1csaJutG+ddtzcueI/BLg==}
311
  cpu: [arm]
312
  os: [android]
313
 
314
- '@rollup/rollup-android-arm64@4.21.3':
315
- resolution: {integrity: sha512-zrt8ecH07PE3sB4jPOggweBjJMzI1JG5xI2DIsUbkA+7K+Gkjys6eV7i9pOenNSDJH3eOr/jLb/PzqtmdwDq5g==}
316
  cpu: [arm64]
317
  os: [android]
318
 
319
- '@rollup/rollup-darwin-arm64@4.21.3':
320
- resolution: {integrity: sha512-P0UxIOrKNBFTQaXTxOH4RxuEBVCgEA5UTNV6Yz7z9QHnUJ7eLX9reOd/NYMO3+XZO2cco19mXTxDMXxit4R/eQ==}
321
  cpu: [arm64]
322
  os: [darwin]
323
 
324
- '@rollup/rollup-darwin-x64@4.21.3':
325
- resolution: {integrity: sha512-L1M0vKGO5ASKntqtsFEjTq/fD91vAqnzeaF6sfNAy55aD+Hi2pBI5DKwCO+UNDQHWsDViJLqshxOahXyLSh3EA==}
326
  cpu: [x64]
327
  os: [darwin]
328
 
329
- '@rollup/rollup-linux-arm-gnueabihf@4.21.3':
330
- resolution: {integrity: sha512-btVgIsCjuYFKUjopPoWiDqmoUXQDiW2A4C3Mtmp5vACm7/GnyuprqIDPNczeyR5W8rTXEbkmrJux7cJmD99D2g==}
331
  cpu: [arm]
332
  os: [linux]
333
 
334
- '@rollup/rollup-linux-arm-musleabihf@4.21.3':
335
- resolution: {integrity: sha512-zmjbSphplZlau6ZTkxd3+NMtE4UKVy7U4aVFMmHcgO5CUbw17ZP6QCgyxhzGaU/wFFdTfiojjbLG3/0p9HhAqA==}
336
  cpu: [arm]
337
  os: [linux]
338
 
339
- '@rollup/rollup-linux-arm64-gnu@4.21.3':
340
- resolution: {integrity: sha512-nSZfcZtAnQPRZmUkUQwZq2OjQciR6tEoJaZVFvLHsj0MF6QhNMg0fQ6mUOsiCUpTqxTx0/O6gX0V/nYc7LrgPw==}
341
  cpu: [arm64]
342
  os: [linux]
343
 
344
- '@rollup/rollup-linux-arm64-musl@4.21.3':
345
- resolution: {integrity: sha512-MnvSPGO8KJXIMGlQDYfvYS3IosFN2rKsvxRpPO2l2cum+Z3exiExLwVU+GExL96pn8IP+GdH8Tz70EpBhO0sIQ==}
346
  cpu: [arm64]
347
  os: [linux]
348
 
349
- '@rollup/rollup-linux-powerpc64le-gnu@4.21.3':
350
- resolution: {integrity: sha512-+W+p/9QNDr2vE2AXU0qIy0qQE75E8RTwTwgqS2G5CRQ11vzq0tbnfBd6brWhS9bCRjAjepJe2fvvkvS3dno+iw==}
351
  cpu: [ppc64]
352
  os: [linux]
353
 
354
- '@rollup/rollup-linux-riscv64-gnu@4.21.3':
355
- resolution: {integrity: sha512-yXH6K6KfqGXaxHrtr+Uoy+JpNlUlI46BKVyonGiaD74ravdnF9BUNC+vV+SIuB96hUMGShhKV693rF9QDfO6nQ==}
356
  cpu: [riscv64]
357
  os: [linux]
358
 
359
- '@rollup/rollup-linux-s390x-gnu@4.21.3':
360
- resolution: {integrity: sha512-R8cwY9wcnApN/KDYWTH4gV/ypvy9yZUHlbJvfaiXSB48JO3KpwSpjOGqO4jnGkLDSk1hgjYkTbTt6Q7uvPf8eg==}
361
  cpu: [s390x]
362
  os: [linux]
363
 
364
- '@rollup/rollup-linux-x64-gnu@4.21.3':
365
- resolution: {integrity: sha512-kZPbX/NOPh0vhS5sI+dR8L1bU2cSO9FgxwM8r7wHzGydzfSjLRCFAT87GR5U9scj2rhzN3JPYVC7NoBbl4FZ0g==}
366
  cpu: [x64]
367
  os: [linux]
368
 
369
- '@rollup/rollup-linux-x64-musl@4.21.3':
370
- resolution: {integrity: sha512-S0Yq+xA1VEH66uiMNhijsWAafffydd2X5b77eLHfRmfLsRSpbiAWiRHV6DEpz6aOToPsgid7TI9rGd6zB1rhbg==}
371
  cpu: [x64]
372
  os: [linux]
373
 
374
- '@rollup/rollup-win32-arm64-msvc@4.21.3':
375
- resolution: {integrity: sha512-9isNzeL34yquCPyerog+IMCNxKR8XYmGd0tHSV+OVx0TmE0aJOo9uw4fZfUuk2qxobP5sug6vNdZR6u7Mw7Q+Q==}
376
  cpu: [arm64]
377
  os: [win32]
378
 
379
- '@rollup/rollup-win32-ia32-msvc@4.21.3':
380
- resolution: {integrity: sha512-nMIdKnfZfzn1Vsk+RuOvl43ONTZXoAPUUxgcU0tXooqg4YrAqzfKzVenqqk2g5efWh46/D28cKFrOzDSW28gTA==}
381
  cpu: [ia32]
382
  os: [win32]
383
 
384
- '@rollup/rollup-win32-x64-msvc@4.21.3':
385
- resolution: {integrity: sha512-fOvu7PCQjAj4eWDEuD8Xz5gpzFqXzGlxHZozHP4b9Jxv9APtdxL6STqztDzMLuRXEc4UpXGGhx029Xgm91QBeA==}
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].5':
457
- resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==}
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.5.4':
469
- resolution: {integrity: sha512-FDuKUJQm/ju9fT/SeX/6+gBzoPzlVCzfzmGkwKvRHQVxi4BntVbyIwf6a4Xn62mrvndLiml6z/UBXIdEVjQLXg==}
470
 
471
- '@vitejs/[email protected].3':
472
- resolution: {integrity: sha512-3xbWsKEKXYlmX82aOHufFQVnkbMC/v8fLpWwh6hWOUrK5fbbtBh9Q/WWse27BFgSy2/e2c0fz5Scgya9h2GLhw==}
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].5':
479
- resolution: {integrity: sha512-ZrxcY8JMoV+kgDrmRwlDufz0SjDZ7jfoNZiIBluAACMBmgr55o/jTbxnyrccH6VSJXnFaDI4Ik1UFCiq9r8i7w==}
480
 
481
- '@vue/[email protected].5':
482
- resolution: {integrity: sha512-HSvK5q1gmBbxRse3S0Wt34RcKuOyjDJKDDMuF3i7NC+QkDFrbAqw8NnrEm/z7zFDxWZa4/5eUwsBOMQzm1RHBA==}
483
 
484
- '@vue/[email protected].5':
485
- resolution: {integrity: sha512-MzBHDxwZhgQPHrwJ5tj92gdTYRCuPDSZr8PY3+JFv8cv2UD5/WayH5yo0kKCkKfrtJhc39jNSMityHrkMSbfnA==}
486
 
487
- '@vue/[email protected].5':
488
- resolution: {integrity: sha512-oFasHnpv/upubjJEmqiTKQYb4qS3ziJddf4UVWuFw6ebk/QTrTUc+AUoTJdo39x9g+AOQBzhOU0ICCRuUjvkmw==}
489
 
490
- '@vue/[email protected].5':
491
- resolution: {integrity: sha512-V4tTWElZQhT73PSK3Wnax9R9m4qvMX+LeKHnfylZc6SLh4Jc5/BPakp6e3zEhKWi5AN8TDzRkGnLkp8OqycYng==}
492
 
493
- '@vue/[email protected].5':
494
- resolution: {integrity: sha512-2/CFaRN17jgsXy4MpigWFBCAMmLkXPb4CjaHrndglwYSra7ajvkH2cat21dscuXaH91G8fXAeg5gCyxWJ+wCRA==}
495
 
496
- '@vue/[email protected].5':
497
- resolution: {integrity: sha512-0bQGgCuL+4Muz5PsCLgF4Ata9BTdhHi5VjsxtTDyI0Wy4MgoSvBGaA6bDc7W7CGgZOyirf9LNeetMYHQ05pgpw==}
498
 
499
- '@vue/[email protected].5':
500
- resolution: {integrity: sha512-XjRamLIq5f47cxgy+hiX7zUIY+4RHdPDVrPvvMDAUTdW5RJWX/S0ji/rCbm3LWTT/9Co9bvQME8ZI15ahL4/Qw==}
501
  peerDependencies:
502
- vue: 3.5.5
503
 
504
- '@vue/[email protected].5':
505
- resolution: {integrity: sha512-0KyMXyEgnmFAs6rNUL+6eUHtUCqCaNrVd+AW3MX3LyA0Yry5SA0Km03CDKiOua1x1WWnIr+W9+S0GMFoSDWERQ==}
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.23.3:
583
- resolution: {integrity: sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==}
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].30001660:
596
- resolution: {integrity: sha512-GacvNTTuATm26qC74pt+ad1fW15mlQ/zuTzzY1ZoIzECTP8HURDfF43kNxPgf7H1jmelCBQTTbBNxdSXOA7Bqg==}
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
654
- resolution: {integrity: sha512-tKYm5YHPU1djz0O+CGJ+oJIvimtsCcwR2Z9w7Skh08lUdyzXY5djods3q+z2JkWdb7tCcmM//eVavSRAiaPRNg==}
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
690
- resolution: {integrity: sha512-6E4xmrTw5wtxnLA5wYL3WDfhZ/1bUBGOXV0zQvVRDOtrR8D0p6W7fs3JweNYhwRYeGvd/1CKX2se0/2s7Q/nJA==}
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.0.0:
698
- resolution: {integrity: sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==}
699
  engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
700
 
701
- eslint@9.10.0:
702
- resolution: {integrity: sha512-Y4D0IgtBZfOcOUAIQTSXBKoNGfY0REGqHJG6+Q81vNippW5YlKjHFj4soMxamKK1NXHUWuBZTLdU3Km+L/pcHw==}
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.1.0:
712
- resolution: {integrity: sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==}
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
990
- resolution: {integrity: sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==}
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
1073
- resolution: {integrity: sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==}
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.21.3:
1118
- resolution: {integrity: sha512-7sqRtBNnEbcBtMeRVc6VRsJMmpI+JU1z9VTvW8D4gXIYQFz0aLcsE6rRkyghZkLfEgUZgVvOG7A5CVz/VW5GIA==}
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
1183
- resolution: {integrity: sha512-qhEuBcLemjSJk5ajccN9xJFtM/h0AVCPaA6C92jNP+M2J8kX+eMJHI7R2HFKUvvAsMpcfLILMCFYSeDwpMmlUg==}
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
1223
- resolution: {integrity: sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==}
1224
  hasBin: true
1225
  peerDependencies:
1226
  browserslist: '>= 4.21.0'
@@ -1231,8 +1230,8 @@ packages:
1231
1232
  resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
1233
 
1234
1235
- resolution: {integrity: sha512-pXqR0qtb2bTwLkev4SE3r4abCNioP3GkjvIDLlzziPpXtHgiJIjuKl+1GN6ESOT3wMjG3JTeARopj2SwYaHTOA==}
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
1272
- resolution: {integrity: sha512-ybC+xn67K4+df1yVeov4UjBGyVcXM0a1g7JVZr+pWVUX3xF6ntXU0wIjkTkduZBUIpxTlsftJSxz2kwhsT7dgA==}
1273
  peerDependencies:
1274
  typescript: '*'
1275
  peerDependenciesMeta:
@@ -1310,18 +1309,18 @@ snapshots:
1310
 
1311
  '@alloc/[email protected]': {}
1312
 
1313
- '@babel/helper-string-parser@7.24.8': {}
1314
 
1315
- '@babel/helper-validator-identifier@7.24.7': {}
1316
 
1317
- '@babel/[email protected].6':
1318
  dependencies:
1319
- '@babel/types': 7.25.6
1320
 
1321
- '@babel/[email protected].6':
1322
  dependencies:
1323
- '@babel/helper-string-parser': 7.24.8
1324
- '@babel/helper-validator-identifier': 7.24.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.10.0(jiti@1.21.6))':
1397
  dependencies:
1398
- eslint: 9.10.0(jiti@1.21.6)
1399
  eslint-visitor-keys: 3.4.3
1400
 
1401
- '@eslint-community/[email protected].0': {}
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.1.0
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.10.0': {}
1426
 
1427
  '@eslint/[email protected]': {}
1428
 
1429
- '@eslint/plugin-kit@0.1.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.21.3':
1489
  optional: true
1490
 
1491
- '@rollup/rollup-android-arm64@4.21.3':
1492
  optional: true
1493
 
1494
- '@rollup/rollup-darwin-arm64@4.21.3':
1495
  optional: true
1496
 
1497
- '@rollup/rollup-darwin-x64@4.21.3':
1498
  optional: true
1499
 
1500
- '@rollup/rollup-linux-arm-gnueabihf@4.21.3':
1501
  optional: true
1502
 
1503
- '@rollup/rollup-linux-arm-musleabihf@4.21.3':
1504
  optional: true
1505
 
1506
- '@rollup/rollup-linux-arm64-gnu@4.21.3':
1507
  optional: true
1508
 
1509
- '@rollup/rollup-linux-arm64-musl@4.21.3':
1510
  optional: true
1511
 
1512
- '@rollup/rollup-linux-powerpc64le-gnu@4.21.3':
1513
  optional: true
1514
 
1515
- '@rollup/rollup-linux-riscv64-gnu@4.21.3':
1516
  optional: true
1517
 
1518
- '@rollup/rollup-linux-s390x-gnu@4.21.3':
1519
  optional: true
1520
 
1521
- '@rollup/rollup-linux-x64-gnu@4.21.3':
1522
  optional: true
1523
 
1524
- '@rollup/rollup-linux-x64-musl@4.21.3':
1525
  optional: true
1526
 
1527
- '@rollup/rollup-win32-arm64-msvc@4.21.3':
1528
  optional: true
1529
 
1530
- '@rollup/rollup-win32-ia32-msvc@4.21.3':
1531
  optional: true
1532
 
1533
- '@rollup/rollup-win32-x64-msvc@4.21.3':
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].5': {}
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.5.4':
1667
  dependencies:
1668
  undici-types: 6.19.8
1669
 
1670
- '@vitejs/[email protected].3([email protected].5(@types/node@22.5.4))([email protected].5)':
1671
  dependencies:
1672
- vite: 5.4.5(@types/node@22.5.4)
1673
- vue: 3.5.5
1674
 
1675
- '@vue/[email protected].5':
1676
  dependencies:
1677
- '@babel/parser': 7.25.6
1678
- '@vue/shared': 3.5.5
1679
  entities: 4.5.0
1680
  estree-walker: 2.0.2
1681
  source-map-js: 1.2.1
1682
 
1683
- '@vue/[email protected].5':
1684
  dependencies:
1685
- '@vue/compiler-core': 3.5.5
1686
- '@vue/shared': 3.5.5
1687
 
1688
- '@vue/[email protected].5':
1689
  dependencies:
1690
- '@babel/parser': 7.25.6
1691
- '@vue/compiler-core': 3.5.5
1692
- '@vue/compiler-dom': 3.5.5
1693
- '@vue/compiler-ssr': 3.5.5
1694
- '@vue/shared': 3.5.5
1695
  estree-walker: 2.0.2
1696
  magic-string: 0.30.11
1697
- postcss: 8.4.45
1698
  source-map-js: 1.2.1
1699
 
1700
- '@vue/[email protected].5':
1701
  dependencies:
1702
- '@vue/compiler-dom': 3.5.5
1703
- '@vue/shared': 3.5.5
1704
 
1705
- '@vue/[email protected].5':
1706
  dependencies:
1707
- '@vue/shared': 3.5.5
1708
 
1709
- '@vue/[email protected].5':
1710
  dependencies:
1711
- '@vue/reactivity': 3.5.5
1712
- '@vue/shared': 3.5.5
1713
 
1714
- '@vue/[email protected].5':
1715
  dependencies:
1716
- '@vue/reactivity': 3.5.5
1717
- '@vue/runtime-core': 3.5.5
1718
- '@vue/shared': 3.5.5
1719
  csstype: 3.1.3
1720
 
1721
1722
  dependencies:
1723
- '@vue/compiler-ssr': 3.5.5
1724
- '@vue/shared': 3.5.5
1725
- vue: 3.5.5
1726
 
1727
- '@vue/[email protected].5': {}
1728
 
1729
  '@vue/[email protected]': {}
1730
 
@@ -1762,14 +1748,14 @@ snapshots:
1762
 
1763
1764
 
1765
1766
  dependencies:
1767
- browserslist: 4.23.3
1768
- caniuse-lite: 1.0.30001660
1769
  fraction.js: 4.3.7
1770
  normalize-range: 0.1.2
1771
  picocolors: 1.1.0
1772
- postcss: 8.4.45
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.23.3:
1797
  dependencies:
1798
- caniuse-lite: 1.0.30001660
1799
- electron-to-chromium: 1.5.22
1800
  node-releases: 2.0.18
1801
- update-browserslist-db: 1.1.0(browserslist@4.23.3)
1802
 
1803
1804
 
1805
1806
 
1807
- [email protected].30001660: {}
1808
 
1809
1810
  dependencies:
@@ -1855,7 +1841,7 @@ snapshots:
1855
 
1856
1857
 
1858
1859
 
1860
1861
 
@@ -1893,16 +1879,16 @@ snapshots:
1893
 
1894
1895
 
1896
- [email protected](eslint@9.10.0(jiti@1.21.6)):
1897
  dependencies:
1898
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.10.0(jiti@1.21.6))
1899
- eslint: 9.10.0(jiti@1.21.6)
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.10.0(jiti@1.21.6))
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
1916
  dependencies:
1917
  esrecurse: 4.3.0
1918
  estraverse: 5.3.0
1919
 
1920
1921
 
1922
- eslint-visitor-keys@4.0.0: {}
1923
 
1924
- eslint@9.10.0(jiti@1.21.6):
1925
  dependencies:
1926
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.10.0(jiti@1.21.6))
1927
- '@eslint-community/regexpp': 4.11.0
1928
  '@eslint/config-array': 0.18.0
 
1929
  '@eslint/eslintrc': 3.1.0
1930
- '@eslint/js': 9.10.0
1931
- '@eslint/plugin-kit': 0.1.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.2
1941
- eslint-visitor-keys: 4.0.0
1942
- espree: 10.1.0
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.21.6
1962
  transitivePeerDependencies:
1963
  - supports-color
1964
 
1965
- espree@10.1.0:
1966
  dependencies:
1967
  acorn: 8.12.1
1968
  acorn-jsx: 5.3.2([email protected])
1969
- eslint-visitor-keys: 4.0.0
1970
 
1971
1972
  dependencies:
@@ -2040,7 +2029,7 @@ snapshots:
2040
 
2041
2042
  dependencies:
2043
- '@turf/bbox': 7.1.0
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.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
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.45
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.45
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.45
2268
 
2269
2270
  dependencies:
2271
  lilconfig: 3.1.2
2272
  yaml: 2.5.1
2273
  optionalDependencies:
2274
- postcss: 8.4.45
2275
 
2276
2277
  dependencies:
2278
- postcss: 8.4.45
2279
  postcss-selector-parser: 6.1.2
2280
 
2281
@@ -2285,7 +2277,7 @@ snapshots:
2285
 
2286
2287
 
2288
2289
  dependencies:
2290
  nanoid: 3.3.7
2291
  picocolors: 1.1.0
@@ -2323,26 +2315,26 @@ snapshots:
2323
 
2324
2325
 
2326
- rollup@4.21.3:
2327
  dependencies:
2328
- '@types/estree': 1.0.5
2329
  optionalDependencies:
2330
- '@rollup/rollup-android-arm-eabi': 4.21.3
2331
- '@rollup/rollup-android-arm64': 4.21.3
2332
- '@rollup/rollup-darwin-arm64': 4.21.3
2333
- '@rollup/rollup-darwin-x64': 4.21.3
2334
- '@rollup/rollup-linux-arm-gnueabihf': 4.21.3
2335
- '@rollup/rollup-linux-arm-musleabihf': 4.21.3
2336
- '@rollup/rollup-linux-arm64-gnu': 4.21.3
2337
- '@rollup/rollup-linux-arm64-musl': 4.21.3
2338
- '@rollup/rollup-linux-powerpc64le-gnu': 4.21.3
2339
- '@rollup/rollup-linux-riscv64-gnu': 4.21.3
2340
- '@rollup/rollup-linux-s390x-gnu': 4.21.3
2341
- '@rollup/rollup-linux-x64-gnu': 4.21.3
2342
- '@rollup/rollup-linux-x64-musl': 4.21.3
2343
- '@rollup/rollup-win32-arm64-msvc': 4.21.3
2344
- '@rollup/rollup-win32-ia32-msvc': 4.21.3
2345
- '@rollup/rollup-win32-x64-msvc': 4.21.3
2346
  fsevents: 2.3.3
2347
 
2348
@@ -2401,7 +2393,7 @@ snapshots:
2401
 
2402
2403
 
2404
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.45
2421
- postcss-import: 15.1.0([email protected].45)
2422
- postcss-js: 4.0.1([email protected].45)
2423
- postcss-load-config: 4.0.2([email protected].45)
2424
- postcss-nested: 6.2.0([email protected].45)
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
2450
-
2451
2452
  dependencies:
2453
  prelude-ls: 1.2.1
@@ -2456,9 +2446,9 @@ snapshots:
2456
 
2457
2458
 
2459
- [email protected].0(browserslist@4.23.3):
2460
  dependencies:
2461
- browserslist: 4.23.3
2462
  escalade: 3.2.0
2463
  picocolors: 1.1.0
2464
 
@@ -2468,19 +2458,19 @@ snapshots:
2468
 
2469
2470
 
2471
- [email protected].5(@types/node@22.5.4):
2472
  dependencies:
2473
  esbuild: 0.21.5
2474
- postcss: 8.4.45
2475
- rollup: 4.21.3
2476
  optionalDependencies:
2477
- '@types/node': 22.5.4
2478
  fsevents: 2.3.3
2479
 
2480
- [email protected](eslint@9.10.0(jiti@1.21.6)):
2481
  dependencies:
2482
  debug: 4.3.7
2483
- eslint: 9.10.0(jiti@1.21.6)
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
2494
  dependencies:
2495
- '@vue/compiler-dom': 3.5.5
2496
- '@vue/compiler-sfc': 3.5.5
2497
- '@vue/runtime-dom': 3.5.5
2498
- '@vue/server-renderer': 3.5.5([email protected].5)
2499
- '@vue/shared': 3.5.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
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
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
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
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
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
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
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
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
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
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
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
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
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: