alessandro trinca tornidor
commited on
Commit
•
aa96c1a
1
Parent(s):
49ed526
chore: update nodejs dependencies
Browse files- static/package.json +8 -7
- static/pnpm-lock.yaml +240 -694
static/package.json
CHANGED
@@ -5,7 +5,8 @@
|
|
5 |
"dev": "vite",
|
6 |
"build": "vite build",
|
7 |
"preview": "vite preview --port 5173",
|
8 |
-
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
|
|
|
9 |
},
|
10 |
"type": "module",
|
11 |
"dependencies": {
|
@@ -13,21 +14,21 @@
|
|
13 |
"@trincadev/driver.js": "https://github.com/trincadev/driver.js/archive/refs/tags/1.3.1.1-trincadev.tar.gz",
|
14 |
"leaflet": "^1.9.4",
|
15 |
"leaflet-providers": "^2.0.0",
|
16 |
-
"vue": "^3.4.
|
17 |
},
|
18 |
"devDependencies": {
|
19 |
"@tsconfig/node20": "^20.1.4",
|
20 |
"@types/leaflet": "^1.9.12",
|
21 |
-
"@types/node": "^20.14.
|
22 |
"@vitejs/plugin-vue": "^5.0.5",
|
23 |
"@vue/tsconfig": "^0.5.1",
|
24 |
"autoprefixer": "^10.4.19",
|
25 |
-
"eslint": "^9.
|
26 |
-
"eslint-plugin-vue": "^9.
|
27 |
-
"postcss": "^8.4.
|
28 |
"postcss-import": "^16.1.0",
|
29 |
"prettier": "^3.3.2",
|
30 |
"tailwindcss": "^3.4.4",
|
31 |
-
"vite": "^5.3.
|
32 |
}
|
33 |
}
|
|
|
5 |
"dev": "vite",
|
6 |
"build": "vite build",
|
7 |
"preview": "vite preview --port 5173",
|
8 |
+
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
|
9 |
+
"build:tailwindcss": "pnpm tailwindcss -i src/input.css -o dist/output.css"
|
10 |
},
|
11 |
"type": "module",
|
12 |
"dependencies": {
|
|
|
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.4.31"
|
18 |
},
|
19 |
"devDependencies": {
|
20 |
"@tsconfig/node20": "^20.1.4",
|
21 |
"@types/leaflet": "^1.9.12",
|
22 |
+
"@types/node": "^20.14.10",
|
23 |
"@vitejs/plugin-vue": "^5.0.5",
|
24 |
"@vue/tsconfig": "^0.5.1",
|
25 |
"autoprefixer": "^10.4.19",
|
26 |
+
"eslint": "^9.6.0",
|
27 |
+
"eslint-plugin-vue": "^9.27.0",
|
28 |
+
"postcss": "^8.4.39",
|
29 |
"postcss-import": "^16.1.0",
|
30 |
"prettier": "^3.3.2",
|
31 |
"tailwindcss": "^3.4.4",
|
32 |
+
"vite": "^5.3.3"
|
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.4.
|
25 |
-
version: 3.4.
|
26 |
devDependencies:
|
27 |
'@tsconfig/node20':
|
28 |
specifier: ^20.1.4
|
@@ -31,29 +31,29 @@ importers:
|
|
31 |
specifier: ^1.9.12
|
32 |
version: 1.9.12
|
33 |
'@types/node':
|
34 |
-
specifier: ^20.14.
|
35 |
-
version: 20.14.
|
36 |
'@vitejs/plugin-vue':
|
37 |
specifier: ^5.0.5
|
38 |
-
version: 5.0.5(vite@5.3.
|
39 |
'@vue/tsconfig':
|
40 |
specifier: ^0.5.1
|
41 |
version: 0.5.1
|
42 |
autoprefixer:
|
43 |
specifier: ^10.4.19
|
44 |
-
version: 10.4.19(postcss@8.4.
|
45 |
eslint:
|
46 |
-
specifier: ^9.
|
47 |
-
version: 9.
|
48 |
eslint-plugin-vue:
|
49 |
-
specifier: ^9.
|
50 |
-
version: 9.
|
51 |
postcss:
|
52 |
-
specifier: ^8.4.
|
53 |
-
version: 8.4.
|
54 |
postcss-import:
|
55 |
specifier: ^16.1.0
|
56 |
-
version: 16.1.0(postcss@8.4.
|
57 |
prettier:
|
58 |
specifier: ^3.3.2
|
59 |
version: 3.3.2
|
@@ -61,8 +61,8 @@ importers:
|
|
61 |
specifier: ^3.4.4
|
62 |
version: 3.4.4
|
63 |
vite:
|
64 |
-
specifier: ^5.3.
|
65 |
-
version: 5.3.
|
66 |
|
67 |
packages:
|
68 |
|
@@ -231,20 +231,20 @@ packages:
|
|
231 |
peerDependencies:
|
232 |
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
|
233 |
|
234 |
-
'@eslint-community/regexpp@4.
|
235 |
-
resolution: {integrity: sha512-
|
236 |
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
237 |
|
238 |
-
'@eslint/config-array@0.
|
239 |
-
resolution: {integrity: sha512
|
240 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
241 |
|
242 |
'@eslint/eslintrc@3.1.0':
|
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/object-schema@2.1.4':
|
@@ -302,83 +302,83 @@ packages:
|
|
302 |
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
|
303 |
engines: {node: '>=14'}
|
304 |
|
305 |
-
'@rollup/rollup-android-arm-eabi@4.18.
|
306 |
-
resolution: {integrity: sha512-
|
307 |
cpu: [arm]
|
308 |
os: [android]
|
309 |
|
310 |
-
'@rollup/rollup-android-arm64@4.18.
|
311 |
-
resolution: {integrity: sha512-
|
312 |
cpu: [arm64]
|
313 |
os: [android]
|
314 |
|
315 |
-
'@rollup/rollup-darwin-arm64@4.18.
|
316 |
-
resolution: {integrity: sha512-
|
317 |
cpu: [arm64]
|
318 |
os: [darwin]
|
319 |
|
320 |
-
'@rollup/rollup-darwin-x64@4.18.
|
321 |
-
resolution: {integrity: sha512-
|
322 |
cpu: [x64]
|
323 |
os: [darwin]
|
324 |
|
325 |
-
'@rollup/rollup-linux-arm-gnueabihf@4.18.
|
326 |
-
resolution: {integrity: sha512-
|
327 |
cpu: [arm]
|
328 |
os: [linux]
|
329 |
|
330 |
-
'@rollup/rollup-linux-arm-musleabihf@4.18.
|
331 |
-
resolution: {integrity: sha512-
|
332 |
cpu: [arm]
|
333 |
os: [linux]
|
334 |
|
335 |
-
'@rollup/rollup-linux-arm64-gnu@4.18.
|
336 |
-
resolution: {integrity: sha512-
|
337 |
cpu: [arm64]
|
338 |
os: [linux]
|
339 |
|
340 |
-
'@rollup/rollup-linux-arm64-musl@4.18.
|
341 |
-
resolution: {integrity: sha512-
|
342 |
cpu: [arm64]
|
343 |
os: [linux]
|
344 |
|
345 |
-
'@rollup/rollup-linux-powerpc64le-gnu@4.18.
|
346 |
-
resolution: {integrity: sha512-
|
347 |
cpu: [ppc64]
|
348 |
os: [linux]
|
349 |
|
350 |
-
'@rollup/rollup-linux-riscv64-gnu@4.18.
|
351 |
-
resolution: {integrity: sha512-
|
352 |
cpu: [riscv64]
|
353 |
os: [linux]
|
354 |
|
355 |
-
'@rollup/rollup-linux-s390x-gnu@4.18.
|
356 |
-
resolution: {integrity: sha512-
|
357 |
cpu: [s390x]
|
358 |
os: [linux]
|
359 |
|
360 |
-
'@rollup/rollup-linux-x64-gnu@4.18.
|
361 |
-
resolution: {integrity: sha512-
|
362 |
cpu: [x64]
|
363 |
os: [linux]
|
364 |
|
365 |
-
'@rollup/rollup-linux-x64-musl@4.18.
|
366 |
-
resolution: {integrity: sha512-
|
367 |
cpu: [x64]
|
368 |
os: [linux]
|
369 |
|
370 |
-
'@rollup/rollup-win32-arm64-msvc@4.18.
|
371 |
-
resolution: {integrity: sha512-
|
372 |
cpu: [arm64]
|
373 |
os: [win32]
|
374 |
|
375 |
-
'@rollup/rollup-win32-ia32-msvc@4.18.
|
376 |
-
resolution: {integrity: sha512-
|
377 |
cpu: [ia32]
|
378 |
os: [win32]
|
379 |
|
380 |
-
'@rollup/rollup-win32-x64-msvc@4.18.
|
381 |
-
resolution: {integrity: sha512-
|
382 |
cpu: [x64]
|
383 |
os: [win32]
|
384 |
|
@@ -392,9 +392,6 @@ packages:
|
|
392 |
'@turf/bbox@6.5.0':
|
393 |
resolution: {integrity: sha512-RBbLaao5hXTYyyg577iuMtDB8ehxMlUqHEJiMs8jT1GHkFhr6sYre3lmLsPeYEi/ZKj5TP5tt7fkzNdJ4GIVyw==}
|
394 |
|
395 |
-
'@turf/bbox@7.0.0':
|
396 |
-
resolution: {integrity: sha512-IyXG5HAsn6IZLdAtQo7aWYccjU5WsV+uzIzhGaXrh/qTVylSYmRiWgLdiekHZVED9nv9r7D/EJUMOT4zyA6POA==}
|
397 |
-
|
398 |
'@turf/bearing@6.5.0':
|
399 |
resolution: {integrity: sha512-dxINYhIEMzgDOztyMZc20I7ssYVNEpSv04VbMo5YPQsqa80KO3TFvbuCahMsCAW5z8Tncc8dwBlEFrmRjJG33A==}
|
400 |
|
@@ -416,9 +413,6 @@ packages:
|
|
416 |
'@turf/helpers@6.5.0':
|
417 |
resolution: {integrity: sha512-VbI1dV5bLFzohYYdgqwikdMVpe7pJ9X3E+dlr425wa2/sMJqYDhTO++ec38/pcPvPE6oD9WEEeU3Xu3gza+VPw==}
|
418 |
|
419 |
-
'@turf/helpers@7.0.0':
|
420 |
-
resolution: {integrity: sha512-vwZvxRuyjGpGXvhXSbT9mX6FK92dBMLWbMbDJ/MXQUPx17ReVPFc+6N6IcxAzZfkiCnqy7vpuq0c+/TTrQxIiA==}
|
421 |
-
|
422 |
'@turf/invariant@6.5.0':
|
423 |
resolution: {integrity: sha512-Wv8PRNCtPD31UVbdJE/KVAWKe7l6US+lJItRR/HOEW3eh+U/JwRCSUl/KZ7bmjM/C+zLNoreM2TU6OoLACs4eg==}
|
424 |
|
@@ -437,9 +431,6 @@ packages:
|
|
437 |
'@turf/meta@6.5.0':
|
438 |
resolution: {integrity: sha512-RrArvtsV0vdsCBegoBtOalgdSOfkBrTJ07VkpiCnq/491W67hnMWmDu7e6Ztw0C3WldRYTXkg3SumfdzZxLBHA==}
|
439 |
|
440 |
-
'@turf/meta@7.0.0':
|
441 |
-
resolution: {integrity: sha512-cEXr13uFwhXq5mFBy0IK1U/QepE5qgk3zXpBYsla3lYV7cB83Vh+NNUR+r0/w/QoJqest1TG4H20F9tGYWPi/g==}
|
442 |
-
|
443 |
'@turf/nearest-point-on-line@6.5.0':
|
444 |
resolution: {integrity: sha512-WthrvddddvmymnC+Vf7BrkHGbDOUu6Z3/6bFYUGv1kxw8tiZ6n83/VG6kHz4poHOfS0RaNflzXSkmCi64fLBlg==}
|
445 |
|
@@ -461,8 +452,8 @@ packages:
|
|
461 |
'@types/leaflet@1.9.12':
|
462 |
resolution: {integrity: sha512-BK7XS+NyRI291HIo0HCfE18Lp8oA30H1gpi1tf0mF3TgiCEzanQjOqNZ4x126SXzzi2oNSZhZ5axJp1k0iM6jg==}
|
463 |
|
464 |
-
'@types/node@20.14.
|
465 |
-
resolution: {integrity: sha512-
|
466 |
|
467 |
'@vitejs/plugin-vue@5.0.5':
|
468 |
resolution: {integrity: sha512-LOjm7XeIimLBZyzinBQ6OSm3UBCNVCpLkxGC0oWmm2YPzVZoxMsdvNVimLTBzpAnR9hl/yn1SHGuRfe6/Td9rQ==}
|
@@ -471,34 +462,34 @@ packages:
|
|
471 |
vite: ^5.0.0
|
472 |
vue: ^3.2.25
|
473 |
|
474 |
-
'@vue/compiler-core@3.4.
|
475 |
-
resolution: {integrity: sha512-
|
476 |
|
477 |
-
'@vue/compiler-dom@3.4.
|
478 |
-
resolution: {integrity: sha512-
|
479 |
|
480 |
-
'@vue/compiler-sfc@3.4.
|
481 |
-
resolution: {integrity: sha512-
|
482 |
|
483 |
-
'@vue/compiler-ssr@3.4.
|
484 |
-
resolution: {integrity: sha512-
|
485 |
|
486 |
-
'@vue/reactivity@3.4.
|
487 |
-
resolution: {integrity: sha512-
|
488 |
|
489 |
-
'@vue/runtime-core@3.4.
|
490 |
-
resolution: {integrity: sha512-
|
491 |
|
492 |
-
'@vue/runtime-dom@3.4.
|
493 |
-
resolution: {integrity: sha512-
|
494 |
|
495 |
-
'@vue/server-renderer@3.4.
|
496 |
-
resolution: {integrity: sha512-
|
497 |
peerDependencies:
|
498 |
-
vue: 3.4.
|
499 |
|
500 |
-
'@vue/shared@3.4.
|
501 |
-
resolution: {integrity: sha512-
|
502 |
|
503 |
'@vue/tsconfig@0.5.1':
|
504 |
resolution: {integrity: sha512-VcZK7MvpjuTPx2w6blwnwZAu5/LgBUtejFOi3pPGQFXQN5Ela03FUtd2Qtg4yWGGissVL0dr6Ro1LfOFh+PCuQ==}
|
@@ -508,8 +499,8 @@ packages:
|
|
508 |
peerDependencies:
|
509 |
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
|
510 |
|
511 |
-
acorn@8.12.
|
512 |
-
resolution: {integrity: sha512-
|
513 |
engines: {node: '>=0.4.0'}
|
514 |
hasBin: true
|
515 |
|
@@ -545,10 +536,6 @@ packages:
|
|
545 |
argparse@2.0.1:
|
546 |
resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
|
547 |
|
548 |
-
array-buffer-byte-length@1.0.1:
|
549 |
-
resolution: {integrity: sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==}
|
550 |
-
engines: {node: '>= 0.4'}
|
551 |
-
|
552 |
autoprefixer@10.4.19:
|
553 |
resolution: {integrity: sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==}
|
554 |
engines: {node: ^10 || ^12 || >=14}
|
@@ -556,10 +543,6 @@ packages:
|
|
556 |
peerDependencies:
|
557 |
postcss: ^8.1.0
|
558 |
|
559 |
-
available-typed-arrays@1.0.7:
|
560 |
-
resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==}
|
561 |
-
engines: {node: '>= 0.4'}
|
562 |
-
|
563 |
balanced-match@1.0.2:
|
564 |
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
|
565 |
|
@@ -588,10 +571,6 @@ packages:
|
|
588 |
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
|
589 |
hasBin: true
|
590 |
|
591 |
-
call-bind@1.0.7:
|
592 |
-
resolution: {integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==}
|
593 |
-
engines: {node: '>= 0.4'}
|
594 |
-
|
595 |
callsites@3.1.0:
|
596 |
resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
|
597 |
engines: {node: '>=6'}
|
@@ -600,8 +579,8 @@ packages:
|
|
600 |
resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==}
|
601 |
engines: {node: '>= 6'}
|
602 |
|
603 |
-
caniuse-lite@1.0.
|
604 |
-
resolution: {integrity: sha512-
|
605 |
|
606 |
chalk@4.1.2:
|
607 |
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
|
@@ -646,21 +625,9 @@ packages:
|
|
646 |
supports-color:
|
647 |
optional: true
|
648 |
|
649 |
-
deep-equal@2.2.3:
|
650 |
-
resolution: {integrity: sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==}
|
651 |
-
engines: {node: '>= 0.4'}
|
652 |
-
|
653 |
deep-is@0.1.4:
|
654 |
resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
|
655 |
|
656 |
-
define-data-property@1.1.4:
|
657 |
-
resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==}
|
658 |
-
engines: {node: '>= 0.4'}
|
659 |
-
|
660 |
-
define-properties@1.2.1:
|
661 |
-
resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==}
|
662 |
-
engines: {node: '>= 0.4'}
|
663 |
-
|
664 |
didyoumean@1.2.2:
|
665 |
resolution: {integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==}
|
666 |
|
@@ -670,8 +637,8 @@ packages:
|
|
670 |
eastasianwidth@0.2.0:
|
671 |
resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
|
672 |
|
673 |
-
electron-to-chromium@1.4.
|
674 |
-
resolution: {integrity: sha512-
|
675 |
|
676 |
emoji-regex@8.0.0:
|
677 |
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
|
@@ -683,17 +650,6 @@ packages:
|
|
683 |
resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
|
684 |
engines: {node: '>=0.12'}
|
685 |
|
686 |
-
es-define-property@1.0.0:
|
687 |
-
resolution: {integrity: sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==}
|
688 |
-
engines: {node: '>= 0.4'}
|
689 |
-
|
690 |
-
es-errors@1.3.0:
|
691 |
-
resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==}
|
692 |
-
engines: {node: '>= 0.4'}
|
693 |
-
|
694 |
-
es-get-iterator@1.1.3:
|
695 |
-
resolution: {integrity: sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==}
|
696 |
-
|
697 |
esbuild@0.21.5:
|
698 |
resolution: {integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==}
|
699 |
engines: {node: '>=12'}
|
@@ -707,8 +663,8 @@ packages:
|
|
707 |
resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
|
708 |
engines: {node: '>=10'}
|
709 |
|
710 |
-
eslint-plugin-vue@9.
|
711 |
-
resolution: {integrity: sha512-
|
712 |
engines: {node: ^14.17.0 || >=16.0.0}
|
713 |
peerDependencies:
|
714 |
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 || ^9.0.0
|
@@ -729,8 +685,8 @@ packages:
|
|
729 |
resolution: {integrity: sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==}
|
730 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
731 |
|
732 |
-
eslint@9.
|
733 |
-
resolution: {integrity: sha512
|
734 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
735 |
hasBin: true
|
736 |
|
@@ -742,8 +698,8 @@ packages:
|
|
742 |
resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==}
|
743 |
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
744 |
|
745 |
-
esquery@1.
|
746 |
-
resolution: {integrity: sha512-
|
747 |
engines: {node: '>=0.10'}
|
748 |
|
749 |
esrecurse@4.3.0:
|
@@ -796,9 +752,6 @@ packages:
|
|
796 |
flatted@3.3.1:
|
797 |
resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==}
|
798 |
|
799 |
-
for-each@0.3.3:
|
800 |
-
resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==}
|
801 |
-
|
802 |
foreground-child@3.2.1:
|
803 |
resolution: {integrity: sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==}
|
804 |
engines: {node: '>=14'}
|
@@ -814,16 +767,9 @@ packages:
|
|
814 |
function-bind@1.1.2:
|
815 |
resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
|
816 |
|
817 |
-
functions-have-names@1.2.3:
|
818 |
-
resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==}
|
819 |
-
|
820 |
geojson-rbush@3.2.0:
|
821 |
resolution: {integrity: sha512-oVltQTXolxvsz1sZnutlSuLDEcQAKYC/uXt9zDzJJ6bu0W+baTI8LZBaTup5afzibEH4N3jlq2p+a152wlBJ7w==}
|
822 |
|
823 |
-
get-intrinsic@1.2.4:
|
824 |
-
resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==}
|
825 |
-
engines: {node: '>= 0.4'}
|
826 |
-
|
827 |
glob-parent@5.1.2:
|
828 |
resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
|
829 |
engines: {node: '>= 6'}
|
@@ -832,9 +778,8 @@ packages:
|
|
832 |
resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==}
|
833 |
engines: {node: '>=10.13.0'}
|
834 |
|
835 |
-
glob@10.4.
|
836 |
-
resolution: {integrity: sha512-
|
837 |
-
engines: {node: '>=16 || 14 >=14.18'}
|
838 |
hasBin: true
|
839 |
|
840 |
globals@13.24.0:
|
@@ -845,31 +790,10 @@ packages:
|
|
845 |
resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
|
846 |
engines: {node: '>=18'}
|
847 |
|
848 |
-
gopd@1.0.1:
|
849 |
-
resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==}
|
850 |
-
|
851 |
-
has-bigints@1.0.2:
|
852 |
-
resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==}
|
853 |
-
|
854 |
has-flag@4.0.0:
|
855 |
resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
|
856 |
engines: {node: '>=8'}
|
857 |
|
858 |
-
has-property-descriptors@1.0.2:
|
859 |
-
resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==}
|
860 |
-
|
861 |
-
has-proto@1.0.3:
|
862 |
-
resolution: {integrity: sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==}
|
863 |
-
engines: {node: '>= 0.4'}
|
864 |
-
|
865 |
-
has-symbols@1.0.3:
|
866 |
-
resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==}
|
867 |
-
engines: {node: '>= 0.4'}
|
868 |
-
|
869 |
-
has-tostringtag@1.0.2:
|
870 |
-
resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==}
|
871 |
-
engines: {node: '>= 0.4'}
|
872 |
-
|
873 |
hasown@2.0.2:
|
874 |
resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==}
|
875 |
engines: {node: '>= 0.4'}
|
@@ -886,41 +810,14 @@ packages:
|
|
886 |
resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
|
887 |
engines: {node: '>=0.8.19'}
|
888 |
|
889 |
-
internal-slot@1.0.7:
|
890 |
-
resolution: {integrity: sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==}
|
891 |
-
engines: {node: '>= 0.4'}
|
892 |
-
|
893 |
-
is-arguments@1.1.1:
|
894 |
-
resolution: {integrity: sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==}
|
895 |
-
engines: {node: '>= 0.4'}
|
896 |
-
|
897 |
-
is-array-buffer@3.0.4:
|
898 |
-
resolution: {integrity: sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==}
|
899 |
-
engines: {node: '>= 0.4'}
|
900 |
-
|
901 |
-
is-bigint@1.0.4:
|
902 |
-
resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==}
|
903 |
-
|
904 |
is-binary-path@2.1.0:
|
905 |
resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==}
|
906 |
engines: {node: '>=8'}
|
907 |
|
908 |
-
is-boolean-object@1.1.2:
|
909 |
-
resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==}
|
910 |
-
engines: {node: '>= 0.4'}
|
911 |
-
|
912 |
-
is-callable@1.2.7:
|
913 |
-
resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==}
|
914 |
-
engines: {node: '>= 0.4'}
|
915 |
-
|
916 |
is-core-module@2.14.0:
|
917 |
resolution: {integrity: sha512-a5dFJih5ZLYlRtDc0dZWP7RiKr6xIKzmn/oAYCDvdLThadVgyJwlaoQPmRtMSpz+rk0OGAgIu+TcM9HUF0fk1A==}
|
918 |
engines: {node: '>= 0.4'}
|
919 |
|
920 |
-
is-date-object@1.0.5:
|
921 |
-
resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==}
|
922 |
-
engines: {node: '>= 0.4'}
|
923 |
-
|
924 |
is-extglob@2.1.1:
|
925 |
resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
|
926 |
engines: {node: '>=0.10.0'}
|
@@ -933,14 +830,6 @@ packages:
|
|
933 |
resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
|
934 |
engines: {node: '>=0.10.0'}
|
935 |
|
936 |
-
is-map@2.0.3:
|
937 |
-
resolution: {integrity: sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==}
|
938 |
-
engines: {node: '>= 0.4'}
|
939 |
-
|
940 |
-
is-number-object@1.0.7:
|
941 |
-
resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==}
|
942 |
-
engines: {node: '>= 0.4'}
|
943 |
-
|
944 |
is-number@7.0.0:
|
945 |
resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
|
946 |
engines: {node: '>=0.12.0'}
|
@@ -949,43 +838,12 @@ packages:
|
|
949 |
resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==}
|
950 |
engines: {node: '>=8'}
|
951 |
|
952 |
-
is-regex@1.1.4:
|
953 |
-
resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==}
|
954 |
-
engines: {node: '>= 0.4'}
|
955 |
-
|
956 |
-
is-set@2.0.3:
|
957 |
-
resolution: {integrity: sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==}
|
958 |
-
engines: {node: '>= 0.4'}
|
959 |
-
|
960 |
-
is-shared-array-buffer@1.0.3:
|
961 |
-
resolution: {integrity: sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==}
|
962 |
-
engines: {node: '>= 0.4'}
|
963 |
-
|
964 |
-
is-string@1.0.7:
|
965 |
-
resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==}
|
966 |
-
engines: {node: '>= 0.4'}
|
967 |
-
|
968 |
-
is-symbol@1.0.4:
|
969 |
-
resolution: {integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==}
|
970 |
-
engines: {node: '>= 0.4'}
|
971 |
-
|
972 |
-
is-weakmap@2.0.2:
|
973 |
-
resolution: {integrity: sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==}
|
974 |
-
engines: {node: '>= 0.4'}
|
975 |
-
|
976 |
-
is-weakset@2.0.3:
|
977 |
-
resolution: {integrity: sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==}
|
978 |
-
engines: {node: '>= 0.4'}
|
979 |
-
|
980 |
-
isarray@2.0.5:
|
981 |
-
resolution: {integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==}
|
982 |
-
|
983 |
isexe@2.0.0:
|
984 |
resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
|
985 |
|
986 |
-
jackspeak@3.4.
|
987 |
-
resolution: {integrity: sha512-
|
988 |
-
engines: {node:
|
989 |
|
990 |
jiti@1.21.6:
|
991 |
resolution: {integrity: sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==}
|
@@ -1038,9 +896,8 @@ packages:
|
|
1038 |
lodash@4.17.21:
|
1039 |
resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
|
1040 |
|
1041 |
-
lru-cache@10.
|
1042 |
-
resolution: {integrity: sha512-
|
1043 |
-
engines: {node: 14 || >=16.14}
|
1044 |
|
1045 |
magic-string@0.30.10:
|
1046 |
resolution: {integrity: sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==}
|
@@ -1056,8 +913,8 @@ packages:
|
|
1056 |
minimatch@3.1.2:
|
1057 |
resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
|
1058 |
|
1059 |
-
minimatch@9.0.
|
1060 |
-
resolution: {integrity: sha512-
|
1061 |
engines: {node: '>=16 || 14 >=14.17'}
|
1062 |
|
1063 |
minipass@7.1.2:
|
@@ -1100,22 +957,6 @@ packages:
|
|
1100 |
resolution: {integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==}
|
1101 |
engines: {node: '>= 6'}
|
1102 |
|
1103 |
-
object-inspect@1.13.2:
|
1104 |
-
resolution: {integrity: sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==}
|
1105 |
-
engines: {node: '>= 0.4'}
|
1106 |
-
|
1107 |
-
object-is@1.1.6:
|
1108 |
-
resolution: {integrity: sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==}
|
1109 |
-
engines: {node: '>= 0.4'}
|
1110 |
-
|
1111 |
-
object-keys@1.1.1:
|
1112 |
-
resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==}
|
1113 |
-
engines: {node: '>= 0.4'}
|
1114 |
-
|
1115 |
-
object.assign@4.1.5:
|
1116 |
-
resolution: {integrity: sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==}
|
1117 |
-
engines: {node: '>= 0.4'}
|
1118 |
-
|
1119 |
optionator@0.9.4:
|
1120 |
resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==}
|
1121 |
engines: {node: '>= 0.8.0'}
|
@@ -1168,10 +1009,6 @@ packages:
|
|
1168 |
polyclip-ts@0.16.5:
|
1169 |
resolution: {integrity: sha512-ZchnG0zGZReHgEo3EYzEUi6UmfQFFzNnj6AFU+gBm+IJJ4qG9gL4CwjtCV6oi/PittUPpJLiLJxcn/AgrCBO+g==}
|
1170 |
|
1171 |
-
possible-typed-array-names@1.0.0:
|
1172 |
-
resolution: {integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==}
|
1173 |
-
engines: {node: '>= 0.4'}
|
1174 |
-
|
1175 |
postcss-import@15.1.0:
|
1176 |
resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==}
|
1177 |
engines: {node: '>=14.0.0'}
|
@@ -1215,8 +1052,8 @@ packages:
|
|
1215 |
postcss-value-parser@4.2.0:
|
1216 |
resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
|
1217 |
|
1218 |
-
postcss@8.4.
|
1219 |
-
resolution: {integrity: sha512-
|
1220 |
engines: {node: ^10 || ^12 || >=14}
|
1221 |
|
1222 |
prelude-ls@1.2.1:
|
@@ -1248,10 +1085,6 @@ packages:
|
|
1248 |
resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==}
|
1249 |
engines: {node: '>=8.10.0'}
|
1250 |
|
1251 |
-
regexp.prototype.flags@1.5.2:
|
1252 |
-
resolution: {integrity: sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==}
|
1253 |
-
engines: {node: '>= 0.4'}
|
1254 |
-
|
1255 |
resolve-from@4.0.0:
|
1256 |
resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==}
|
1257 |
engines: {node: '>=4'}
|
@@ -1264,8 +1097,8 @@ packages:
|
|
1264 |
resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==}
|
1265 |
engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
|
1266 |
|
1267 |
-
rollup@4.18.
|
1268 |
-
resolution: {integrity: sha512-
|
1269 |
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
|
1270 |
hasBin: true
|
1271 |
|
@@ -1277,14 +1110,6 @@ packages:
|
|
1277 |
engines: {node: '>=10'}
|
1278 |
hasBin: true
|
1279 |
|
1280 |
-
set-function-length@1.2.2:
|
1281 |
-
resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==}
|
1282 |
-
engines: {node: '>= 0.4'}
|
1283 |
-
|
1284 |
-
set-function-name@2.0.2:
|
1285 |
-
resolution: {integrity: sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==}
|
1286 |
-
engines: {node: '>= 0.4'}
|
1287 |
-
|
1288 |
shebang-command@2.0.0:
|
1289 |
resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
|
1290 |
engines: {node: '>=8'}
|
@@ -1293,10 +1118,6 @@ packages:
|
|
1293 |
resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
|
1294 |
engines: {node: '>=8'}
|
1295 |
|
1296 |
-
side-channel@1.0.6:
|
1297 |
-
resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==}
|
1298 |
-
engines: {node: '>= 0.4'}
|
1299 |
-
|
1300 |
signal-exit@4.1.0:
|
1301 |
resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==}
|
1302 |
engines: {node: '>=14'}
|
@@ -1308,10 +1129,6 @@ packages:
|
|
1308 |
splaytree-ts@1.0.1:
|
1309 |
resolution: {integrity: sha512-B+VzCm33/KEchi/fzT6/3NRHm8k5+Kf37SBQO3meHHS/tK2xBnIm4ZvusQ1wUpHgKMCCqEWgXnwFXAa1nD289g==}
|
1310 |
|
1311 |
-
stop-iteration-iterator@1.0.0:
|
1312 |
-
resolution: {integrity: sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==}
|
1313 |
-
engines: {node: '>= 0.4'}
|
1314 |
-
|
1315 |
string-width@4.2.3:
|
1316 |
resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==}
|
1317 |
engines: {node: '>=8'}
|
@@ -1371,9 +1188,6 @@ packages:
|
|
1371 |
ts-interface-checker@0.1.13:
|
1372 |
resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==}
|
1373 |
|
1374 |
-
tslib@2.6.3:
|
1375 |
-
resolution: {integrity: sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==}
|
1376 |
-
|
1377 |
type-check@0.4.0:
|
1378 |
resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
|
1379 |
engines: {node: '>= 0.8.0'}
|
@@ -1385,8 +1199,8 @@ packages:
|
|
1385 |
undici-types@5.26.5:
|
1386 |
resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==}
|
1387 |
|
1388 |
-
update-browserslist-db@1.0
|
1389 |
-
resolution: {integrity: sha512-
|
1390 |
hasBin: true
|
1391 |
peerDependencies:
|
1392 |
browserslist: '>= 4.21.0'
|
@@ -1397,8 +1211,8 @@ packages:
|
|
1397 |
util-deprecate@1.0.2:
|
1398 |
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
|
1399 |
|
1400 |
-
vite@5.3.
|
1401 |
-
resolution: {integrity: sha512-
|
1402 |
engines: {node: ^18.0.0 || >=20.0.0}
|
1403 |
hasBin: true
|
1404 |
peerDependencies:
|
@@ -1431,25 +1245,14 @@ packages:
|
|
1431 |
peerDependencies:
|
1432 |
eslint: '>=6.0.0'
|
1433 |
|
1434 |
-
vue@3.4.
|
1435 |
-
resolution: {integrity: sha512-
|
1436 |
peerDependencies:
|
1437 |
typescript: '*'
|
1438 |
peerDependenciesMeta:
|
1439 |
typescript:
|
1440 |
optional: true
|
1441 |
|
1442 |
-
which-boxed-primitive@1.0.2:
|
1443 |
-
resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==}
|
1444 |
-
|
1445 |
-
which-collection@1.0.2:
|
1446 |
-
resolution: {integrity: sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==}
|
1447 |
-
engines: {node: '>= 0.4'}
|
1448 |
-
|
1449 |
-
which-typed-array@1.1.15:
|
1450 |
-
resolution: {integrity: sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==}
|
1451 |
-
engines: {node: '>= 0.4'}
|
1452 |
-
|
1453 |
which@2.0.2:
|
1454 |
resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
|
1455 |
engines: {node: '>= 8'}
|
@@ -1567,14 +1370,14 @@ snapshots:
|
|
1567 |
'@esbuild/win32-x64@0.21.5':
|
1568 |
optional: true
|
1569 |
|
1570 |
-
'@eslint-community/eslint-utils@4.4.0(eslint@9.
|
1571 |
dependencies:
|
1572 |
-
eslint: 9.
|
1573 |
eslint-visitor-keys: 3.4.3
|
1574 |
|
1575 |
-
'@eslint-community/regexpp@4.
|
1576 |
|
1577 |
-
'@eslint/config-array@0.
|
1578 |
dependencies:
|
1579 |
'@eslint/object-schema': 2.1.4
|
1580 |
debug: 4.3.5
|
@@ -1596,7 +1399,7 @@ snapshots:
|
|
1596 |
transitivePeerDependencies:
|
1597 |
- supports-color
|
1598 |
|
1599 |
-
'@eslint/js@9.
|
1600 |
|
1601 |
'@eslint/object-schema@2.1.4': {}
|
1602 |
|
@@ -1655,52 +1458,52 @@ snapshots:
|
|
1655 |
'@pkgjs/parseargs@0.11.0':
|
1656 |
optional: true
|
1657 |
|
1658 |
-
'@rollup/rollup-android-arm-eabi@4.18.
|
1659 |
optional: true
|
1660 |
|
1661 |
-
'@rollup/rollup-android-arm64@4.18.
|
1662 |
optional: true
|
1663 |
|
1664 |
-
'@rollup/rollup-darwin-arm64@4.18.
|
1665 |
optional: true
|
1666 |
|
1667 |
-
'@rollup/rollup-darwin-x64@4.18.
|
1668 |
optional: true
|
1669 |
|
1670 |
-
'@rollup/rollup-linux-arm-gnueabihf@4.18.
|
1671 |
optional: true
|
1672 |
|
1673 |
-
'@rollup/rollup-linux-arm-musleabihf@4.18.
|
1674 |
optional: true
|
1675 |
|
1676 |
-
'@rollup/rollup-linux-arm64-gnu@4.18.
|
1677 |
optional: true
|
1678 |
|
1679 |
-
'@rollup/rollup-linux-arm64-musl@4.18.
|
1680 |
optional: true
|
1681 |
|
1682 |
-
'@rollup/rollup-linux-powerpc64le-gnu@4.18.
|
1683 |
optional: true
|
1684 |
|
1685 |
-
'@rollup/rollup-linux-riscv64-gnu@4.18.
|
1686 |
optional: true
|
1687 |
|
1688 |
-
'@rollup/rollup-linux-s390x-gnu@4.18.
|
1689 |
optional: true
|
1690 |
|
1691 |
-
'@rollup/rollup-linux-x64-gnu@4.18.
|
1692 |
optional: true
|
1693 |
|
1694 |
-
'@rollup/rollup-linux-x64-musl@4.18.
|
1695 |
optional: true
|
1696 |
|
1697 |
-
'@rollup/rollup-win32-arm64-msvc@4.18.
|
1698 |
optional: true
|
1699 |
|
1700 |
-
'@rollup/rollup-win32-ia32-msvc@4.18.
|
1701 |
optional: true
|
1702 |
|
1703 |
-
'@rollup/rollup-win32-x64-msvc@4.18.
|
1704 |
optional: true
|
1705 |
|
1706 |
'@trincadev/driver.js@https://github.com/trincadev/driver.js/archive/refs/tags/1.3.1.1-trincadev.tar.gz': {}
|
@@ -1712,12 +1515,6 @@ snapshots:
|
|
1712 |
'@turf/helpers': 6.5.0
|
1713 |
'@turf/meta': 6.5.0
|
1714 |
|
1715 |
-
'@turf/bbox@7.0.0':
|
1716 |
-
dependencies:
|
1717 |
-
'@turf/helpers': 7.0.0
|
1718 |
-
'@turf/meta': 7.0.0
|
1719 |
-
tslib: 2.6.3
|
1720 |
-
|
1721 |
'@turf/bearing@6.5.0':
|
1722 |
dependencies:
|
1723 |
'@turf/helpers': 6.5.0
|
@@ -1753,11 +1550,6 @@ snapshots:
|
|
1753 |
|
1754 |
'@turf/helpers@6.5.0': {}
|
1755 |
|
1756 |
-
'@turf/helpers@7.0.0':
|
1757 |
-
dependencies:
|
1758 |
-
deep-equal: 2.2.3
|
1759 |
-
tslib: 2.6.3
|
1760 |
-
|
1761 |
'@turf/invariant@6.5.0':
|
1762 |
dependencies:
|
1763 |
'@turf/helpers': 6.5.0
|
@@ -1797,10 +1589,6 @@ snapshots:
|
|
1797 |
dependencies:
|
1798 |
'@turf/helpers': 6.5.0
|
1799 |
|
1800 |
-
'@turf/meta@7.0.0':
|
1801 |
-
dependencies:
|
1802 |
-
'@turf/helpers': 7.0.0
|
1803 |
-
|
1804 |
'@turf/nearest-point-on-line@6.5.0':
|
1805 |
dependencies:
|
1806 |
'@turf/bearing': 6.5.0
|
@@ -1831,76 +1619,76 @@ snapshots:
|
|
1831 |
dependencies:
|
1832 |
'@types/geojson': 7946.0.14
|
1833 |
|
1834 |
-
'@types/node@20.14.
|
1835 |
dependencies:
|
1836 |
undici-types: 5.26.5
|
1837 |
|
1838 |
-
'@vitejs/plugin-vue@5.0.5(vite@5.3.
|
1839 |
dependencies:
|
1840 |
-
vite: 5.3.
|
1841 |
-
vue: 3.4.
|
1842 |
|
1843 |
-
'@vue/compiler-core@3.4.
|
1844 |
dependencies:
|
1845 |
'@babel/parser': 7.24.7
|
1846 |
-
'@vue/shared': 3.4.
|
1847 |
entities: 4.5.0
|
1848 |
estree-walker: 2.0.2
|
1849 |
source-map-js: 1.2.0
|
1850 |
|
1851 |
-
'@vue/compiler-dom@3.4.
|
1852 |
dependencies:
|
1853 |
-
'@vue/compiler-core': 3.4.
|
1854 |
-
'@vue/shared': 3.4.
|
1855 |
|
1856 |
-
'@vue/compiler-sfc@3.4.
|
1857 |
dependencies:
|
1858 |
'@babel/parser': 7.24.7
|
1859 |
-
'@vue/compiler-core': 3.4.
|
1860 |
-
'@vue/compiler-dom': 3.4.
|
1861 |
-
'@vue/compiler-ssr': 3.4.
|
1862 |
-
'@vue/shared': 3.4.
|
1863 |
estree-walker: 2.0.2
|
1864 |
magic-string: 0.30.10
|
1865 |
-
postcss: 8.4.
|
1866 |
source-map-js: 1.2.0
|
1867 |
|
1868 |
-
'@vue/compiler-ssr@3.4.
|
1869 |
dependencies:
|
1870 |
-
'@vue/compiler-dom': 3.4.
|
1871 |
-
'@vue/shared': 3.4.
|
1872 |
|
1873 |
-
'@vue/reactivity@3.4.
|
1874 |
dependencies:
|
1875 |
-
'@vue/shared': 3.4.
|
1876 |
|
1877 |
-
'@vue/runtime-core@3.4.
|
1878 |
dependencies:
|
1879 |
-
'@vue/reactivity': 3.4.
|
1880 |
-
'@vue/shared': 3.4.
|
1881 |
|
1882 |
-
'@vue/runtime-dom@3.4.
|
1883 |
dependencies:
|
1884 |
-
'@vue/reactivity': 3.4.
|
1885 |
-
'@vue/runtime-core': 3.4.
|
1886 |
-
'@vue/shared': 3.4.
|
1887 |
csstype: 3.1.3
|
1888 |
|
1889 |
-
'@vue/server-renderer@3.4.
|
1890 |
dependencies:
|
1891 |
-
'@vue/compiler-ssr': 3.4.
|
1892 |
-
'@vue/shared': 3.4.
|
1893 |
-
vue: 3.4.
|
1894 |
|
1895 |
-
'@vue/shared@3.4.
|
1896 |
|
1897 |
'@vue/tsconfig@0.5.1': {}
|
1898 |
|
1899 |
-
acorn-jsx@5.3.2(acorn@8.12.
|
1900 |
dependencies:
|
1901 |
-
acorn: 8.12.
|
1902 |
|
1903 |
-
acorn@8.12.
|
1904 |
|
1905 |
ajv@6.12.6:
|
1906 |
dependencies:
|
@@ -1930,25 +1718,16 @@ snapshots:
|
|
1930 |
|
1931 |
argparse@2.0.1: {}
|
1932 |
|
1933 |
-
|
1934 |
-
dependencies:
|
1935 |
-
call-bind: 1.0.7
|
1936 |
-
is-array-buffer: 3.0.4
|
1937 |
-
|
1938 |
-
autoprefixer@10.4.19(postcss@8.4.38):
|
1939 |
dependencies:
|
1940 |
browserslist: 4.23.1
|
1941 |
-
caniuse-lite: 1.0.
|
1942 |
fraction.js: 4.3.7
|
1943 |
normalize-range: 0.1.2
|
1944 |
picocolors: 1.0.1
|
1945 |
-
postcss: 8.4.
|
1946 |
postcss-value-parser: 4.2.0
|
1947 |
|
1948 |
-
available-typed-arrays@1.0.7:
|
1949 |
-
dependencies:
|
1950 |
-
possible-typed-array-names: 1.0.0
|
1951 |
-
|
1952 |
balanced-match@1.0.2: {}
|
1953 |
|
1954 |
bignumber.js@9.1.2: {}
|
@@ -1972,24 +1751,16 @@ snapshots:
|
|
1972 |
|
1973 |
browserslist@4.23.1:
|
1974 |
dependencies:
|
1975 |
-
caniuse-lite: 1.0.
|
1976 |
-
electron-to-chromium: 1.4.
|
1977 |
node-releases: 2.0.14
|
1978 |
-
update-browserslist-db: 1.0
|
1979 |
-
|
1980 |
-
call-bind@1.0.7:
|
1981 |
-
dependencies:
|
1982 |
-
es-define-property: 1.0.0
|
1983 |
-
es-errors: 1.3.0
|
1984 |
-
function-bind: 1.1.2
|
1985 |
-
get-intrinsic: 1.2.4
|
1986 |
-
set-function-length: 1.2.2
|
1987 |
|
1988 |
callsites@3.1.0: {}
|
1989 |
|
1990 |
camelcase-css@2.0.1: {}
|
1991 |
|
1992 |
-
caniuse-lite@1.0.
|
1993 |
|
1994 |
chalk@4.1.2:
|
1995 |
dependencies:
|
@@ -2032,48 +1803,15 @@ snapshots:
|
|
2032 |
dependencies:
|
2033 |
ms: 2.1.2
|
2034 |
|
2035 |
-
deep-equal@2.2.3:
|
2036 |
-
dependencies:
|
2037 |
-
array-buffer-byte-length: 1.0.1
|
2038 |
-
call-bind: 1.0.7
|
2039 |
-
es-get-iterator: 1.1.3
|
2040 |
-
get-intrinsic: 1.2.4
|
2041 |
-
is-arguments: 1.1.1
|
2042 |
-
is-array-buffer: 3.0.4
|
2043 |
-
is-date-object: 1.0.5
|
2044 |
-
is-regex: 1.1.4
|
2045 |
-
is-shared-array-buffer: 1.0.3
|
2046 |
-
isarray: 2.0.5
|
2047 |
-
object-is: 1.1.6
|
2048 |
-
object-keys: 1.1.1
|
2049 |
-
object.assign: 4.1.5
|
2050 |
-
regexp.prototype.flags: 1.5.2
|
2051 |
-
side-channel: 1.0.6
|
2052 |
-
which-boxed-primitive: 1.0.2
|
2053 |
-
which-collection: 1.0.2
|
2054 |
-
which-typed-array: 1.1.15
|
2055 |
-
|
2056 |
deep-is@0.1.4: {}
|
2057 |
|
2058 |
-
define-data-property@1.1.4:
|
2059 |
-
dependencies:
|
2060 |
-
es-define-property: 1.0.0
|
2061 |
-
es-errors: 1.3.0
|
2062 |
-
gopd: 1.0.1
|
2063 |
-
|
2064 |
-
define-properties@1.2.1:
|
2065 |
-
dependencies:
|
2066 |
-
define-data-property: 1.1.4
|
2067 |
-
has-property-descriptors: 1.0.2
|
2068 |
-
object-keys: 1.1.1
|
2069 |
-
|
2070 |
didyoumean@1.2.2: {}
|
2071 |
|
2072 |
dlv@1.1.3: {}
|
2073 |
|
2074 |
eastasianwidth@0.2.0: {}
|
2075 |
|
2076 |
-
electron-to-chromium@1.4.
|
2077 |
|
2078 |
emoji-regex@8.0.0: {}
|
2079 |
|
@@ -2081,24 +1819,6 @@ snapshots:
|
|
2081 |
|
2082 |
entities@4.5.0: {}
|
2083 |
|
2084 |
-
es-define-property@1.0.0:
|
2085 |
-
dependencies:
|
2086 |
-
get-intrinsic: 1.2.4
|
2087 |
-
|
2088 |
-
es-errors@1.3.0: {}
|
2089 |
-
|
2090 |
-
es-get-iterator@1.1.3:
|
2091 |
-
dependencies:
|
2092 |
-
call-bind: 1.0.7
|
2093 |
-
get-intrinsic: 1.2.4
|
2094 |
-
has-symbols: 1.0.3
|
2095 |
-
is-arguments: 1.1.1
|
2096 |
-
is-map: 2.0.3
|
2097 |
-
is-set: 2.0.3
|
2098 |
-
is-string: 1.0.7
|
2099 |
-
isarray: 2.0.5
|
2100 |
-
stop-iteration-iterator: 1.0.0
|
2101 |
-
|
2102 |
esbuild@0.21.5:
|
2103 |
optionalDependencies:
|
2104 |
'@esbuild/aix-ppc64': 0.21.5
|
@@ -2129,16 +1849,16 @@ snapshots:
|
|
2129 |
|
2130 |
escape-string-regexp@4.0.0: {}
|
2131 |
|
2132 |
-
eslint-plugin-vue@9.
|
2133 |
dependencies:
|
2134 |
-
'@eslint-community/eslint-utils': 4.4.0(eslint@9.
|
2135 |
-
eslint: 9.
|
2136 |
globals: 13.24.0
|
2137 |
natural-compare: 1.4.0
|
2138 |
nth-check: 2.1.1
|
2139 |
postcss-selector-parser: 6.1.0
|
2140 |
semver: 7.6.2
|
2141 |
-
vue-eslint-parser: 9.4.3(eslint@9.
|
2142 |
xml-name-validator: 4.0.0
|
2143 |
transitivePeerDependencies:
|
2144 |
- supports-color
|
@@ -2157,13 +1877,13 @@ snapshots:
|
|
2157 |
|
2158 |
eslint-visitor-keys@4.0.0: {}
|
2159 |
|
2160 |
-
eslint@9.
|
2161 |
dependencies:
|
2162 |
-
'@eslint-community/eslint-utils': 4.4.0(eslint@9.
|
2163 |
-
'@eslint-community/regexpp': 4.
|
2164 |
-
'@eslint/config-array': 0.
|
2165 |
'@eslint/eslintrc': 3.1.0
|
2166 |
-
'@eslint/js': 9.
|
2167 |
'@humanwhocodes/module-importer': 1.0.1
|
2168 |
'@humanwhocodes/retry': 0.3.0
|
2169 |
'@nodelib/fs.walk': 1.2.8
|
@@ -2175,7 +1895,7 @@ snapshots:
|
|
2175 |
eslint-scope: 8.0.1
|
2176 |
eslint-visitor-keys: 4.0.0
|
2177 |
espree: 10.1.0
|
2178 |
-
esquery: 1.
|
2179 |
esutils: 2.0.3
|
2180 |
fast-deep-equal: 3.1.3
|
2181 |
file-entry-cache: 8.0.0
|
@@ -2198,17 +1918,17 @@ snapshots:
|
|
2198 |
|
2199 |
espree@10.1.0:
|
2200 |
dependencies:
|
2201 |
-
acorn: 8.12.
|
2202 |
-
acorn-jsx: 5.3.2(acorn@8.12.
|
2203 |
eslint-visitor-keys: 4.0.0
|
2204 |
|
2205 |
espree@9.6.1:
|
2206 |
dependencies:
|
2207 |
-
acorn: 8.12.
|
2208 |
-
acorn-jsx: 5.3.2(acorn@8.12.
|
2209 |
eslint-visitor-keys: 3.4.3
|
2210 |
|
2211 |
-
esquery@1.
|
2212 |
dependencies:
|
2213 |
estraverse: 5.3.0
|
2214 |
|
@@ -2260,10 +1980,6 @@ snapshots:
|
|
2260 |
|
2261 |
flatted@3.3.1: {}
|
2262 |
|
2263 |
-
for-each@0.3.3:
|
2264 |
-
dependencies:
|
2265 |
-
is-callable: 1.2.7
|
2266 |
-
|
2267 |
foreground-child@3.2.1:
|
2268 |
dependencies:
|
2269 |
cross-spawn: 7.0.3
|
@@ -2276,24 +1992,14 @@ snapshots:
|
|
2276 |
|
2277 |
function-bind@1.1.2: {}
|
2278 |
|
2279 |
-
functions-have-names@1.2.3: {}
|
2280 |
-
|
2281 |
geojson-rbush@3.2.0:
|
2282 |
dependencies:
|
2283 |
-
'@turf/bbox':
|
2284 |
'@turf/helpers': 6.5.0
|
2285 |
'@turf/meta': 6.5.0
|
2286 |
'@types/geojson': 7946.0.8
|
2287 |
rbush: 3.0.1
|
2288 |
|
2289 |
-
get-intrinsic@1.2.4:
|
2290 |
-
dependencies:
|
2291 |
-
es-errors: 1.3.0
|
2292 |
-
function-bind: 1.1.2
|
2293 |
-
has-proto: 1.0.3
|
2294 |
-
has-symbols: 1.0.3
|
2295 |
-
hasown: 2.0.2
|
2296 |
-
|
2297 |
glob-parent@5.1.2:
|
2298 |
dependencies:
|
2299 |
is-glob: 4.0.3
|
@@ -2302,11 +2008,11 @@ snapshots:
|
|
2302 |
dependencies:
|
2303 |
is-glob: 4.0.3
|
2304 |
|
2305 |
-
glob@10.4.
|
2306 |
dependencies:
|
2307 |
foreground-child: 3.2.1
|
2308 |
-
jackspeak: 3.4.
|
2309 |
-
minimatch: 9.0.
|
2310 |
minipass: 7.1.2
|
2311 |
package-json-from-dist: 1.0.0
|
2312 |
path-scurry: 1.11.1
|
@@ -2317,26 +2023,8 @@ snapshots:
|
|
2317 |
|
2318 |
globals@14.0.0: {}
|
2319 |
|
2320 |
-
gopd@1.0.1:
|
2321 |
-
dependencies:
|
2322 |
-
get-intrinsic: 1.2.4
|
2323 |
-
|
2324 |
-
has-bigints@1.0.2: {}
|
2325 |
-
|
2326 |
has-flag@4.0.0: {}
|
2327 |
|
2328 |
-
has-property-descriptors@1.0.2:
|
2329 |
-
dependencies:
|
2330 |
-
es-define-property: 1.0.0
|
2331 |
-
|
2332 |
-
has-proto@1.0.3: {}
|
2333 |
-
|
2334 |
-
has-symbols@1.0.3: {}
|
2335 |
-
|
2336 |
-
has-tostringtag@1.0.2:
|
2337 |
-
dependencies:
|
2338 |
-
has-symbols: 1.0.3
|
2339 |
-
|
2340 |
hasown@2.0.2:
|
2341 |
dependencies:
|
2342 |
function-bind: 1.1.2
|
@@ -2350,45 +2038,14 @@ snapshots:
|
|
2350 |
|
2351 |
imurmurhash@0.1.4: {}
|
2352 |
|
2353 |
-
internal-slot@1.0.7:
|
2354 |
-
dependencies:
|
2355 |
-
es-errors: 1.3.0
|
2356 |
-
hasown: 2.0.2
|
2357 |
-
side-channel: 1.0.6
|
2358 |
-
|
2359 |
-
is-arguments@1.1.1:
|
2360 |
-
dependencies:
|
2361 |
-
call-bind: 1.0.7
|
2362 |
-
has-tostringtag: 1.0.2
|
2363 |
-
|
2364 |
-
is-array-buffer@3.0.4:
|
2365 |
-
dependencies:
|
2366 |
-
call-bind: 1.0.7
|
2367 |
-
get-intrinsic: 1.2.4
|
2368 |
-
|
2369 |
-
is-bigint@1.0.4:
|
2370 |
-
dependencies:
|
2371 |
-
has-bigints: 1.0.2
|
2372 |
-
|
2373 |
is-binary-path@2.1.0:
|
2374 |
dependencies:
|
2375 |
binary-extensions: 2.3.0
|
2376 |
|
2377 |
-
is-boolean-object@1.1.2:
|
2378 |
-
dependencies:
|
2379 |
-
call-bind: 1.0.7
|
2380 |
-
has-tostringtag: 1.0.2
|
2381 |
-
|
2382 |
-
is-callable@1.2.7: {}
|
2383 |
-
|
2384 |
is-core-module@2.14.0:
|
2385 |
dependencies:
|
2386 |
hasown: 2.0.2
|
2387 |
|
2388 |
-
is-date-object@1.0.5:
|
2389 |
-
dependencies:
|
2390 |
-
has-tostringtag: 1.0.2
|
2391 |
-
|
2392 |
is-extglob@2.1.1: {}
|
2393 |
|
2394 |
is-fullwidth-code-point@3.0.0: {}
|
@@ -2397,47 +2054,13 @@ snapshots:
|
|
2397 |
dependencies:
|
2398 |
is-extglob: 2.1.1
|
2399 |
|
2400 |
-
is-map@2.0.3: {}
|
2401 |
-
|
2402 |
-
is-number-object@1.0.7:
|
2403 |
-
dependencies:
|
2404 |
-
has-tostringtag: 1.0.2
|
2405 |
-
|
2406 |
is-number@7.0.0: {}
|
2407 |
|
2408 |
is-path-inside@3.0.3: {}
|
2409 |
|
2410 |
-
is-regex@1.1.4:
|
2411 |
-
dependencies:
|
2412 |
-
call-bind: 1.0.7
|
2413 |
-
has-tostringtag: 1.0.2
|
2414 |
-
|
2415 |
-
is-set@2.0.3: {}
|
2416 |
-
|
2417 |
-
is-shared-array-buffer@1.0.3:
|
2418 |
-
dependencies:
|
2419 |
-
call-bind: 1.0.7
|
2420 |
-
|
2421 |
-
is-string@1.0.7:
|
2422 |
-
dependencies:
|
2423 |
-
has-tostringtag: 1.0.2
|
2424 |
-
|
2425 |
-
is-symbol@1.0.4:
|
2426 |
-
dependencies:
|
2427 |
-
has-symbols: 1.0.3
|
2428 |
-
|
2429 |
-
is-weakmap@2.0.2: {}
|
2430 |
-
|
2431 |
-
is-weakset@2.0.3:
|
2432 |
-
dependencies:
|
2433 |
-
call-bind: 1.0.7
|
2434 |
-
get-intrinsic: 1.2.4
|
2435 |
-
|
2436 |
-
isarray@2.0.5: {}
|
2437 |
-
|
2438 |
isexe@2.0.0: {}
|
2439 |
|
2440 |
-
jackspeak@3.4.
|
2441 |
dependencies:
|
2442 |
'@isaacs/cliui': 8.0.2
|
2443 |
optionalDependencies:
|
@@ -2482,7 +2105,7 @@ snapshots:
|
|
2482 |
|
2483 |
lodash@4.17.21: {}
|
2484 |
|
2485 |
-
lru-cache@10.
|
2486 |
|
2487 |
magic-string@0.30.10:
|
2488 |
dependencies:
|
@@ -2499,7 +2122,7 @@ snapshots:
|
|
2499 |
dependencies:
|
2500 |
brace-expansion: 1.1.11
|
2501 |
|
2502 |
-
minimatch@9.0.
|
2503 |
dependencies:
|
2504 |
brace-expansion: 2.0.1
|
2505 |
|
@@ -2531,22 +2154,6 @@ snapshots:
|
|
2531 |
|
2532 |
object-hash@3.0.0: {}
|
2533 |
|
2534 |
-
object-inspect@1.13.2: {}
|
2535 |
-
|
2536 |
-
object-is@1.1.6:
|
2537 |
-
dependencies:
|
2538 |
-
call-bind: 1.0.7
|
2539 |
-
define-properties: 1.2.1
|
2540 |
-
|
2541 |
-
object-keys@1.1.1: {}
|
2542 |
-
|
2543 |
-
object.assign@4.1.5:
|
2544 |
-
dependencies:
|
2545 |
-
call-bind: 1.0.7
|
2546 |
-
define-properties: 1.2.1
|
2547 |
-
has-symbols: 1.0.3
|
2548 |
-
object-keys: 1.1.1
|
2549 |
-
|
2550 |
optionator@0.9.4:
|
2551 |
dependencies:
|
2552 |
deep-is: 0.1.4
|
@@ -2578,7 +2185,7 @@ snapshots:
|
|
2578 |
|
2579 |
path-scurry@1.11.1:
|
2580 |
dependencies:
|
2581 |
-
lru-cache: 10.
|
2582 |
minipass: 7.1.2
|
2583 |
|
2584 |
picocolors@1.0.1: {}
|
@@ -2594,37 +2201,35 @@ snapshots:
|
|
2594 |
bignumber.js: 9.1.2
|
2595 |
splaytree-ts: 1.0.1
|
2596 |
|
2597 |
-
|
2598 |
-
|
2599 |
-
postcss-import@15.1.0(postcss@8.4.38):
|
2600 |
dependencies:
|
2601 |
-
postcss: 8.4.
|
2602 |
postcss-value-parser: 4.2.0
|
2603 |
read-cache: 1.0.0
|
2604 |
resolve: 1.22.8
|
2605 |
|
2606 |
-
postcss-import@16.1.0(postcss@8.4.
|
2607 |
dependencies:
|
2608 |
-
postcss: 8.4.
|
2609 |
postcss-value-parser: 4.2.0
|
2610 |
read-cache: 1.0.0
|
2611 |
resolve: 1.22.8
|
2612 |
|
2613 |
-
postcss-js@4.0.1(postcss@8.4.
|
2614 |
dependencies:
|
2615 |
camelcase-css: 2.0.1
|
2616 |
-
postcss: 8.4.
|
2617 |
|
2618 |
-
postcss-load-config@4.0.2(postcss@8.4.
|
2619 |
dependencies:
|
2620 |
lilconfig: 3.1.2
|
2621 |
yaml: 2.4.5
|
2622 |
optionalDependencies:
|
2623 |
-
postcss: 8.4.
|
2624 |
|
2625 |
-
postcss-nested@6.0.1(postcss@8.4.
|
2626 |
dependencies:
|
2627 |
-
postcss: 8.4.
|
2628 |
postcss-selector-parser: 6.1.0
|
2629 |
|
2630 |
postcss-selector-parser@6.1.0:
|
@@ -2634,7 +2239,7 @@ snapshots:
|
|
2634 |
|
2635 |
postcss-value-parser@4.2.0: {}
|
2636 |
|
2637 |
-
postcss@8.4.
|
2638 |
dependencies:
|
2639 |
nanoid: 3.3.7
|
2640 |
picocolors: 1.0.1
|
@@ -2662,13 +2267,6 @@ snapshots:
|
|
2662 |
dependencies:
|
2663 |
picomatch: 2.3.1
|
2664 |
|
2665 |
-
regexp.prototype.flags@1.5.2:
|
2666 |
-
dependencies:
|
2667 |
-
call-bind: 1.0.7
|
2668 |
-
define-properties: 1.2.1
|
2669 |
-
es-errors: 1.3.0
|
2670 |
-
set-function-name: 2.0.2
|
2671 |
-
|
2672 |
resolve-from@4.0.0: {}
|
2673 |
|
2674 |
resolve@1.22.8:
|
@@ -2679,26 +2277,26 @@ snapshots:
|
|
2679 |
|
2680 |
reusify@1.0.4: {}
|
2681 |
|
2682 |
-
rollup@4.18.
|
2683 |
dependencies:
|
2684 |
'@types/estree': 1.0.5
|
2685 |
optionalDependencies:
|
2686 |
-
'@rollup/rollup-android-arm-eabi': 4.18.
|
2687 |
-
'@rollup/rollup-android-arm64': 4.18.
|
2688 |
-
'@rollup/rollup-darwin-arm64': 4.18.
|
2689 |
-
'@rollup/rollup-darwin-x64': 4.18.
|
2690 |
-
'@rollup/rollup-linux-arm-gnueabihf': 4.18.
|
2691 |
-
'@rollup/rollup-linux-arm-musleabihf': 4.18.
|
2692 |
-
'@rollup/rollup-linux-arm64-gnu': 4.18.
|
2693 |
-
'@rollup/rollup-linux-arm64-musl': 4.18.
|
2694 |
-
'@rollup/rollup-linux-powerpc64le-gnu': 4.18.
|
2695 |
-
'@rollup/rollup-linux-riscv64-gnu': 4.18.
|
2696 |
-
'@rollup/rollup-linux-s390x-gnu': 4.18.
|
2697 |
-
'@rollup/rollup-linux-x64-gnu': 4.18.
|
2698 |
-
'@rollup/rollup-linux-x64-musl': 4.18.
|
2699 |
-
'@rollup/rollup-win32-arm64-msvc': 4.18.
|
2700 |
-
'@rollup/rollup-win32-ia32-msvc': 4.18.
|
2701 |
-
'@rollup/rollup-win32-x64-msvc': 4.18.
|
2702 |
fsevents: 2.3.3
|
2703 |
|
2704 |
run-parallel@1.2.0:
|
@@ -2707,45 +2305,18 @@ snapshots:
|
|
2707 |
|
2708 |
semver@7.6.2: {}
|
2709 |
|
2710 |
-
set-function-length@1.2.2:
|
2711 |
-
dependencies:
|
2712 |
-
define-data-property: 1.1.4
|
2713 |
-
es-errors: 1.3.0
|
2714 |
-
function-bind: 1.1.2
|
2715 |
-
get-intrinsic: 1.2.4
|
2716 |
-
gopd: 1.0.1
|
2717 |
-
has-property-descriptors: 1.0.2
|
2718 |
-
|
2719 |
-
set-function-name@2.0.2:
|
2720 |
-
dependencies:
|
2721 |
-
define-data-property: 1.1.4
|
2722 |
-
es-errors: 1.3.0
|
2723 |
-
functions-have-names: 1.2.3
|
2724 |
-
has-property-descriptors: 1.0.2
|
2725 |
-
|
2726 |
shebang-command@2.0.0:
|
2727 |
dependencies:
|
2728 |
shebang-regex: 3.0.0
|
2729 |
|
2730 |
shebang-regex@3.0.0: {}
|
2731 |
|
2732 |
-
side-channel@1.0.6:
|
2733 |
-
dependencies:
|
2734 |
-
call-bind: 1.0.7
|
2735 |
-
es-errors: 1.3.0
|
2736 |
-
get-intrinsic: 1.2.4
|
2737 |
-
object-inspect: 1.13.2
|
2738 |
-
|
2739 |
signal-exit@4.1.0: {}
|
2740 |
|
2741 |
source-map-js@1.2.0: {}
|
2742 |
|
2743 |
splaytree-ts@1.0.1: {}
|
2744 |
|
2745 |
-
stop-iteration-iterator@1.0.0:
|
2746 |
-
dependencies:
|
2747 |
-
internal-slot: 1.0.7
|
2748 |
-
|
2749 |
string-width@4.2.3:
|
2750 |
dependencies:
|
2751 |
emoji-regex: 8.0.0
|
@@ -2772,7 +2343,7 @@ snapshots:
|
|
2772 |
dependencies:
|
2773 |
'@jridgewell/gen-mapping': 0.3.5
|
2774 |
commander: 4.1.1
|
2775 |
-
glob: 10.4.
|
2776 |
lines-and-columns: 1.2.4
|
2777 |
mz: 2.7.0
|
2778 |
pirates: 4.0.6
|
@@ -2800,11 +2371,11 @@ snapshots:
|
|
2800 |
normalize-path: 3.0.0
|
2801 |
object-hash: 3.0.0
|
2802 |
picocolors: 1.0.1
|
2803 |
-
postcss: 8.4.
|
2804 |
-
postcss-import: 15.1.0(postcss@8.4.
|
2805 |
-
postcss-js: 4.0.1(postcss@8.4.
|
2806 |
-
postcss-load-config: 4.0.2(postcss@8.4.
|
2807 |
-
postcss-nested: 6.0.1(postcss@8.4.
|
2808 |
postcss-selector-parser: 6.1.0
|
2809 |
resolve: 1.22.8
|
2810 |
sucrase: 3.35.0
|
@@ -2829,8 +2400,6 @@ snapshots:
|
|
2829 |
|
2830 |
ts-interface-checker@0.1.13: {}
|
2831 |
|
2832 |
-
tslib@2.6.3: {}
|
2833 |
-
|
2834 |
type-check@0.4.0:
|
2835 |
dependencies:
|
2836 |
prelude-ls: 1.2.1
|
@@ -2839,7 +2408,7 @@ snapshots:
|
|
2839 |
|
2840 |
undici-types@5.26.5: {}
|
2841 |
|
2842 |
-
update-browserslist-db@1.0
|
2843 |
dependencies:
|
2844 |
browserslist: 4.23.1
|
2845 |
escalade: 3.1.2
|
@@ -2851,58 +2420,35 @@ snapshots:
|
|
2851 |
|
2852 |
util-deprecate@1.0.2: {}
|
2853 |
|
2854 |
-
vite@5.3.
|
2855 |
dependencies:
|
2856 |
esbuild: 0.21.5
|
2857 |
-
postcss: 8.4.
|
2858 |
-
rollup: 4.18.
|
2859 |
optionalDependencies:
|
2860 |
-
'@types/node': 20.14.
|
2861 |
fsevents: 2.3.3
|
2862 |
|
2863 |
-
vue-eslint-parser@9.4.3(eslint@9.
|
2864 |
dependencies:
|
2865 |
debug: 4.3.5
|
2866 |
-
eslint: 9.
|
2867 |
eslint-scope: 7.2.2
|
2868 |
eslint-visitor-keys: 3.4.3
|
2869 |
espree: 9.6.1
|
2870 |
-
esquery: 1.
|
2871 |
lodash: 4.17.21
|
2872 |
semver: 7.6.2
|
2873 |
transitivePeerDependencies:
|
2874 |
- supports-color
|
2875 |
|
2876 |
-
vue@3.4.
|
2877 |
-
dependencies:
|
2878 |
-
'@vue/compiler-dom': 3.4.29
|
2879 |
-
'@vue/compiler-sfc': 3.4.29
|
2880 |
-
'@vue/runtime-dom': 3.4.29
|
2881 |
-
'@vue/server-renderer': 3.4.29(vue@3.4.29)
|
2882 |
-
'@vue/shared': 3.4.29
|
2883 |
-
|
2884 |
-
which-boxed-primitive@1.0.2:
|
2885 |
-
dependencies:
|
2886 |
-
is-bigint: 1.0.4
|
2887 |
-
is-boolean-object: 1.1.2
|
2888 |
-
is-number-object: 1.0.7
|
2889 |
-
is-string: 1.0.7
|
2890 |
-
is-symbol: 1.0.4
|
2891 |
-
|
2892 |
-
which-collection@1.0.2:
|
2893 |
-
dependencies:
|
2894 |
-
is-map: 2.0.3
|
2895 |
-
is-set: 2.0.3
|
2896 |
-
is-weakmap: 2.0.2
|
2897 |
-
is-weakset: 2.0.3
|
2898 |
-
|
2899 |
-
which-typed-array@1.1.15:
|
2900 |
dependencies:
|
2901 |
-
|
2902 |
-
|
2903 |
-
|
2904 |
-
|
2905 |
-
|
2906 |
|
2907 |
which@2.0.2:
|
2908 |
dependencies:
|
|
|
21 |
specifier: ^2.0.0
|
22 |
version: 2.0.0
|
23 |
vue:
|
24 |
+
specifier: ^3.4.31
|
25 |
+
version: 3.4.31
|
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: ^20.14.10
|
35 |
+
version: 20.14.10
|
36 |
'@vitejs/plugin-vue':
|
37 |
specifier: ^5.0.5
|
38 |
+
version: 5.0.5(vite@5.3.3(@types/node@20.14.10))(vue@3.4.31)
|
39 |
'@vue/tsconfig':
|
40 |
specifier: ^0.5.1
|
41 |
version: 0.5.1
|
42 |
autoprefixer:
|
43 |
specifier: ^10.4.19
|
44 |
+
version: 10.4.19(postcss@8.4.39)
|
45 |
eslint:
|
46 |
+
specifier: ^9.6.0
|
47 |
+
version: 9.6.0
|
48 |
eslint-plugin-vue:
|
49 |
+
specifier: ^9.27.0
|
50 |
+
version: 9.27.0(eslint@9.6.0)
|
51 |
postcss:
|
52 |
+
specifier: ^8.4.39
|
53 |
+
version: 8.4.39
|
54 |
postcss-import:
|
55 |
specifier: ^16.1.0
|
56 |
+
version: 16.1.0(postcss@8.4.39)
|
57 |
prettier:
|
58 |
specifier: ^3.3.2
|
59 |
version: 3.3.2
|
|
|
61 |
specifier: ^3.4.4
|
62 |
version: 3.4.4
|
63 |
vite:
|
64 |
+
specifier: ^5.3.3
|
65 |
+
version: 5.3.3(@types/node@20.14.10)
|
66 |
|
67 |
packages:
|
68 |
|
|
|
231 |
peerDependencies:
|
232 |
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
|
233 |
|
234 |
+
'@eslint-community/regexpp@4.11.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/config-array@0.17.0':
|
239 |
+
resolution: {integrity: sha512-A68TBu6/1mHHuc5YJL0U0VVeGNiklLAL6rRmhTCP2B5XjWLMnrX+HkO+IAXyHvks5cyyY1jjK5ITPQ1HGS2EVA==}
|
240 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
241 |
|
242 |
'@eslint/eslintrc@3.1.0':
|
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.6.0':
|
247 |
+
resolution: {integrity: sha512-D9B0/3vNg44ZeWbYMpBoXqNP4j6eQD5vNwIlGAuFRRzK/WtT/jvDQW3Bi9kkf3PMDMlM7Yi+73VLUsn5bJcl8A==}
|
248 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
249 |
|
250 |
'@eslint/object-schema@2.1.4':
|
|
|
302 |
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
|
303 |
engines: {node: '>=14'}
|
304 |
|
305 |
+
'@rollup/rollup-android-arm-eabi@4.18.1':
|
306 |
+
resolution: {integrity: sha512-lncuC4aHicncmbORnx+dUaAgzee9cm/PbIqgWz1PpXuwc+sa1Ct83tnqUDy/GFKleLiN7ZIeytM6KJ4cAn1SxA==}
|
307 |
cpu: [arm]
|
308 |
os: [android]
|
309 |
|
310 |
+
'@rollup/rollup-android-arm64@4.18.1':
|
311 |
+
resolution: {integrity: sha512-F/tkdw0WSs4ojqz5Ovrw5r9odqzFjb5LIgHdHZG65dFI1lWTWRVy32KDJLKRISHgJvqUeUhdIvy43fX41znyDg==}
|
312 |
cpu: [arm64]
|
313 |
os: [android]
|
314 |
|
315 |
+
'@rollup/rollup-darwin-arm64@4.18.1':
|
316 |
+
resolution: {integrity: sha512-vk+ma8iC1ebje/ahpxpnrfVQJibTMyHdWpOGZ3JpQ7Mgn/3QNHmPq7YwjZbIE7km73dH5M1e6MRRsnEBW7v5CQ==}
|
317 |
cpu: [arm64]
|
318 |
os: [darwin]
|
319 |
|
320 |
+
'@rollup/rollup-darwin-x64@4.18.1':
|
321 |
+
resolution: {integrity: sha512-IgpzXKauRe1Tafcej9STjSSuG0Ghu/xGYH+qG6JwsAUxXrnkvNHcq/NL6nz1+jzvWAnQkuAJ4uIwGB48K9OCGA==}
|
322 |
cpu: [x64]
|
323 |
os: [darwin]
|
324 |
|
325 |
+
'@rollup/rollup-linux-arm-gnueabihf@4.18.1':
|
326 |
+
resolution: {integrity: sha512-P9bSiAUnSSM7EmyRK+e5wgpqai86QOSv8BwvkGjLwYuOpaeomiZWifEos517CwbG+aZl1T4clSE1YqqH2JRs+g==}
|
327 |
cpu: [arm]
|
328 |
os: [linux]
|
329 |
|
330 |
+
'@rollup/rollup-linux-arm-musleabihf@4.18.1':
|
331 |
+
resolution: {integrity: sha512-5RnjpACoxtS+aWOI1dURKno11d7krfpGDEn19jI8BuWmSBbUC4ytIADfROM1FZrFhQPSoP+KEa3NlEScznBTyQ==}
|
332 |
cpu: [arm]
|
333 |
os: [linux]
|
334 |
|
335 |
+
'@rollup/rollup-linux-arm64-gnu@4.18.1':
|
336 |
+
resolution: {integrity: sha512-8mwmGD668m8WaGbthrEYZ9CBmPug2QPGWxhJxh/vCgBjro5o96gL04WLlg5BA233OCWLqERy4YUzX3bJGXaJgQ==}
|
337 |
cpu: [arm64]
|
338 |
os: [linux]
|
339 |
|
340 |
+
'@rollup/rollup-linux-arm64-musl@4.18.1':
|
341 |
+
resolution: {integrity: sha512-dJX9u4r4bqInMGOAQoGYdwDP8lQiisWb9et+T84l2WXk41yEej8v2iGKodmdKimT8cTAYt0jFb+UEBxnPkbXEQ==}
|
342 |
cpu: [arm64]
|
343 |
os: [linux]
|
344 |
|
345 |
+
'@rollup/rollup-linux-powerpc64le-gnu@4.18.1':
|
346 |
+
resolution: {integrity: sha512-V72cXdTl4EI0x6FNmho4D502sy7ed+LuVW6Ym8aI6DRQ9hQZdp5sj0a2usYOlqvFBNKQnLQGwmYnujo2HvjCxQ==}
|
347 |
cpu: [ppc64]
|
348 |
os: [linux]
|
349 |
|
350 |
+
'@rollup/rollup-linux-riscv64-gnu@4.18.1':
|
351 |
+
resolution: {integrity: sha512-f+pJih7sxoKmbjghrM2RkWo2WHUW8UbfxIQiWo5yeCaCM0TveMEuAzKJte4QskBp1TIinpnRcxkquY+4WuY/tg==}
|
352 |
cpu: [riscv64]
|
353 |
os: [linux]
|
354 |
|
355 |
+
'@rollup/rollup-linux-s390x-gnu@4.18.1':
|
356 |
+
resolution: {integrity: sha512-qb1hMMT3Fr/Qz1OKovCuUM11MUNLUuHeBC2DPPAWUYYUAOFWaxInaTwTQmc7Fl5La7DShTEpmYwgdt2hG+4TEg==}
|
357 |
cpu: [s390x]
|
358 |
os: [linux]
|
359 |
|
360 |
+
'@rollup/rollup-linux-x64-gnu@4.18.1':
|
361 |
+
resolution: {integrity: sha512-7O5u/p6oKUFYjRbZkL2FLbwsyoJAjyeXHCU3O4ndvzg2OFO2GinFPSJFGbiwFDaCFc+k7gs9CF243PwdPQFh5g==}
|
362 |
cpu: [x64]
|
363 |
os: [linux]
|
364 |
|
365 |
+
'@rollup/rollup-linux-x64-musl@4.18.1':
|
366 |
+
resolution: {integrity: sha512-pDLkYITdYrH/9Cv/Vlj8HppDuLMDUBmgsM0+N+xLtFd18aXgM9Nyqupb/Uw+HeidhfYg2lD6CXvz6CjoVOaKjQ==}
|
367 |
cpu: [x64]
|
368 |
os: [linux]
|
369 |
|
370 |
+
'@rollup/rollup-win32-arm64-msvc@4.18.1':
|
371 |
+
resolution: {integrity: sha512-W2ZNI323O/8pJdBGil1oCauuCzmVd9lDmWBBqxYZcOqWD6aWqJtVBQ1dFrF4dYpZPks6F+xCZHfzG5hYlSHZ6g==}
|
372 |
cpu: [arm64]
|
373 |
os: [win32]
|
374 |
|
375 |
+
'@rollup/rollup-win32-ia32-msvc@4.18.1':
|
376 |
+
resolution: {integrity: sha512-ELfEX1/+eGZYMaCIbK4jqLxO1gyTSOIlZr6pbC4SRYFaSIDVKOnZNMdoZ+ON0mrFDp4+H5MhwNC1H/AhE3zQLg==}
|
377 |
cpu: [ia32]
|
378 |
os: [win32]
|
379 |
|
380 |
+
'@rollup/rollup-win32-x64-msvc@4.18.1':
|
381 |
+
resolution: {integrity: sha512-yjk2MAkQmoaPYCSu35RLJ62+dz358nE83VfTePJRp8CG7aMg25mEJYpXFiD+NcevhX8LxD5OP5tktPXnXN7GDw==}
|
382 |
cpu: [x64]
|
383 |
os: [win32]
|
384 |
|
|
|
392 |
'@turf/bbox@6.5.0':
|
393 |
resolution: {integrity: sha512-RBbLaao5hXTYyyg577iuMtDB8ehxMlUqHEJiMs8jT1GHkFhr6sYre3lmLsPeYEi/ZKj5TP5tt7fkzNdJ4GIVyw==}
|
394 |
|
|
|
|
|
|
|
395 |
'@turf/bearing@6.5.0':
|
396 |
resolution: {integrity: sha512-dxINYhIEMzgDOztyMZc20I7ssYVNEpSv04VbMo5YPQsqa80KO3TFvbuCahMsCAW5z8Tncc8dwBlEFrmRjJG33A==}
|
397 |
|
|
|
413 |
'@turf/helpers@6.5.0':
|
414 |
resolution: {integrity: sha512-VbI1dV5bLFzohYYdgqwikdMVpe7pJ9X3E+dlr425wa2/sMJqYDhTO++ec38/pcPvPE6oD9WEEeU3Xu3gza+VPw==}
|
415 |
|
|
|
|
|
|
|
416 |
'@turf/invariant@6.5.0':
|
417 |
resolution: {integrity: sha512-Wv8PRNCtPD31UVbdJE/KVAWKe7l6US+lJItRR/HOEW3eh+U/JwRCSUl/KZ7bmjM/C+zLNoreM2TU6OoLACs4eg==}
|
418 |
|
|
|
431 |
'@turf/meta@6.5.0':
|
432 |
resolution: {integrity: sha512-RrArvtsV0vdsCBegoBtOalgdSOfkBrTJ07VkpiCnq/491W67hnMWmDu7e6Ztw0C3WldRYTXkg3SumfdzZxLBHA==}
|
433 |
|
|
|
|
|
|
|
434 |
'@turf/nearest-point-on-line@6.5.0':
|
435 |
resolution: {integrity: sha512-WthrvddddvmymnC+Vf7BrkHGbDOUu6Z3/6bFYUGv1kxw8tiZ6n83/VG6kHz4poHOfS0RaNflzXSkmCi64fLBlg==}
|
436 |
|
|
|
452 |
'@types/leaflet@1.9.12':
|
453 |
resolution: {integrity: sha512-BK7XS+NyRI291HIo0HCfE18Lp8oA30H1gpi1tf0mF3TgiCEzanQjOqNZ4x126SXzzi2oNSZhZ5axJp1k0iM6jg==}
|
454 |
|
455 |
+
'@types/node@20.14.10':
|
456 |
+
resolution: {integrity: sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==}
|
457 |
|
458 |
'@vitejs/plugin-vue@5.0.5':
|
459 |
resolution: {integrity: sha512-LOjm7XeIimLBZyzinBQ6OSm3UBCNVCpLkxGC0oWmm2YPzVZoxMsdvNVimLTBzpAnR9hl/yn1SHGuRfe6/Td9rQ==}
|
|
|
462 |
vite: ^5.0.0
|
463 |
vue: ^3.2.25
|
464 |
|
465 |
+
'@vue/compiler-core@3.4.31':
|
466 |
+
resolution: {integrity: sha512-skOiodXWTV3DxfDhB4rOf3OGalpITLlgCeOwb+Y9GJpfQ8ErigdBUHomBzvG78JoVE8MJoQsb+qhZiHfKeNeEg==}
|
467 |
|
468 |
+
'@vue/compiler-dom@3.4.31':
|
469 |
+
resolution: {integrity: sha512-wK424WMXsG1IGMyDGyLqB+TbmEBFM78hIsOJ9QwUVLGrcSk0ak6zYty7Pj8ftm7nEtdU/DGQxAXp0/lM/2cEpQ==}
|
470 |
|
471 |
+
'@vue/compiler-sfc@3.4.31':
|
472 |
+
resolution: {integrity: sha512-einJxqEw8IIJxzmnxmJBuK2usI+lJonl53foq+9etB2HAzlPjAS/wa7r0uUpXw5ByX3/0uswVSrjNb17vJm1kQ==}
|
473 |
|
474 |
+
'@vue/compiler-ssr@3.4.31':
|
475 |
+
resolution: {integrity: sha512-RtefmITAje3fJ8FSg1gwgDhdKhZVntIVbwupdyZDSifZTRMiWxWehAOTCc8/KZDnBOcYQ4/9VWxsTbd3wT0hAA==}
|
476 |
|
477 |
+
'@vue/reactivity@3.4.31':
|
478 |
+
resolution: {integrity: sha512-VGkTani8SOoVkZNds1PfJ/T1SlAIOf8E58PGAhIOUDYPC4GAmFA2u/E14TDAFcf3vVDKunc4QqCe/SHr8xC65Q==}
|
479 |
|
480 |
+
'@vue/runtime-core@3.4.31':
|
481 |
+
resolution: {integrity: sha512-LDkztxeUPazxG/p8c5JDDKPfkCDBkkiNLVNf7XZIUnJ+66GVGkP+TIh34+8LtPisZ+HMWl2zqhIw0xN5MwU1cw==}
|
482 |
|
483 |
+
'@vue/runtime-dom@3.4.31':
|
484 |
+
resolution: {integrity: sha512-2Auws3mB7+lHhTFCg8E9ZWopA6Q6L455EcU7bzcQ4x6Dn4cCPuqj6S2oBZgN2a8vJRS/LSYYxwFFq2Hlx3Fsaw==}
|
485 |
|
486 |
+
'@vue/server-renderer@3.4.31':
|
487 |
+
resolution: {integrity: sha512-D5BLbdvrlR9PE3by9GaUp1gQXlCNadIZytMIb8H2h3FMWJd4oUfkUTEH2wAr3qxoRz25uxbTcbqd3WKlm9EHQA==}
|
488 |
peerDependencies:
|
489 |
+
vue: 3.4.31
|
490 |
|
491 |
+
'@vue/shared@3.4.31':
|
492 |
+
resolution: {integrity: sha512-Yp3wtJk//8cO4NItOPpi3QkLExAr/aLBGZMmTtW9WpdwBCJpRM6zj9WgWktXAl8IDIozwNMByT45JP3tO3ACWA==}
|
493 |
|
494 |
'@vue/tsconfig@0.5.1':
|
495 |
resolution: {integrity: sha512-VcZK7MvpjuTPx2w6blwnwZAu5/LgBUtejFOi3pPGQFXQN5Ela03FUtd2Qtg4yWGGissVL0dr6Ro1LfOFh+PCuQ==}
|
|
|
499 |
peerDependencies:
|
500 |
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
|
501 |
|
502 |
+
acorn@8.12.1:
|
503 |
+
resolution: {integrity: sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==}
|
504 |
engines: {node: '>=0.4.0'}
|
505 |
hasBin: true
|
506 |
|
|
|
536 |
argparse@2.0.1:
|
537 |
resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
|
538 |
|
|
|
|
|
|
|
|
|
539 |
autoprefixer@10.4.19:
|
540 |
resolution: {integrity: sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==}
|
541 |
engines: {node: ^10 || ^12 || >=14}
|
|
|
543 |
peerDependencies:
|
544 |
postcss: ^8.1.0
|
545 |
|
|
|
|
|
|
|
|
|
546 |
balanced-match@1.0.2:
|
547 |
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
|
548 |
|
|
|
571 |
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
|
572 |
hasBin: true
|
573 |
|
|
|
|
|
|
|
|
|
574 |
callsites@3.1.0:
|
575 |
resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
|
576 |
engines: {node: '>=6'}
|
|
|
579 |
resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==}
|
580 |
engines: {node: '>= 6'}
|
581 |
|
582 |
+
caniuse-lite@1.0.30001640:
|
583 |
+
resolution: {integrity: sha512-lA4VMpW0PSUrFnkmVuEKBUovSWKhj7puyCg8StBChgu298N1AtuF1sKWEvfDuimSEDbhlb/KqPKC3fs1HbuQUA==}
|
584 |
|
585 |
chalk@4.1.2:
|
586 |
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
|
|
|
625 |
supports-color:
|
626 |
optional: true
|
627 |
|
|
|
|
|
|
|
|
|
628 |
deep-is@0.1.4:
|
629 |
resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
|
630 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
631 |
didyoumean@1.2.2:
|
632 |
resolution: {integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==}
|
633 |
|
|
|
637 |
eastasianwidth@0.2.0:
|
638 |
resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
|
639 |
|
640 |
+
electron-to-chromium@1.4.820:
|
641 |
+
resolution: {integrity: sha512-kK/4O/YunacfboFEk/BDf7VO1HoPmDudLTJAU9NmXIOSjsV7qVIX3OrI4REZo0VmdqhcpUcncQc6N8Q3aEXlHg==}
|
642 |
|
643 |
emoji-regex@8.0.0:
|
644 |
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
|
|
|
650 |
resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
|
651 |
engines: {node: '>=0.12'}
|
652 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
653 |
esbuild@0.21.5:
|
654 |
resolution: {integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==}
|
655 |
engines: {node: '>=12'}
|
|
|
663 |
resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
|
664 |
engines: {node: '>=10'}
|
665 |
|
666 |
+
eslint-plugin-vue@9.27.0:
|
667 |
+
resolution: {integrity: sha512-5Dw3yxEyuBSXTzT5/Ge1X5kIkRTQ3nvBn/VwPwInNiZBSJOO/timWMUaflONnFBzU6NhB68lxnCda7ULV5N7LA==}
|
668 |
engines: {node: ^14.17.0 || >=16.0.0}
|
669 |
peerDependencies:
|
670 |
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 || ^9.0.0
|
|
|
685 |
resolution: {integrity: sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==}
|
686 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
687 |
|
688 |
+
eslint@9.6.0:
|
689 |
+
resolution: {integrity: sha512-ElQkdLMEEqQNM9Njff+2Y4q2afHk7JpkPvrd7Xh7xefwgQynqPxwf55J7di9+MEibWUGdNjFF9ITG9Pck5M84w==}
|
690 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
691 |
hasBin: true
|
692 |
|
|
|
698 |
resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==}
|
699 |
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
700 |
|
701 |
+
esquery@1.6.0:
|
702 |
+
resolution: {integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==}
|
703 |
engines: {node: '>=0.10'}
|
704 |
|
705 |
esrecurse@4.3.0:
|
|
|
752 |
flatted@3.3.1:
|
753 |
resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==}
|
754 |
|
|
|
|
|
|
|
755 |
foreground-child@3.2.1:
|
756 |
resolution: {integrity: sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==}
|
757 |
engines: {node: '>=14'}
|
|
|
767 |
function-bind@1.1.2:
|
768 |
resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
|
769 |
|
|
|
|
|
|
|
770 |
geojson-rbush@3.2.0:
|
771 |
resolution: {integrity: sha512-oVltQTXolxvsz1sZnutlSuLDEcQAKYC/uXt9zDzJJ6bu0W+baTI8LZBaTup5afzibEH4N3jlq2p+a152wlBJ7w==}
|
772 |
|
|
|
|
|
|
|
|
|
773 |
glob-parent@5.1.2:
|
774 |
resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
|
775 |
engines: {node: '>= 6'}
|
|
|
778 |
resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==}
|
779 |
engines: {node: '>=10.13.0'}
|
780 |
|
781 |
+
glob@10.4.5:
|
782 |
+
resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==}
|
|
|
783 |
hasBin: true
|
784 |
|
785 |
globals@13.24.0:
|
|
|
790 |
resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
|
791 |
engines: {node: '>=18'}
|
792 |
|
|
|
|
|
|
|
|
|
|
|
|
|
793 |
has-flag@4.0.0:
|
794 |
resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
|
795 |
engines: {node: '>=8'}
|
796 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
797 |
hasown@2.0.2:
|
798 |
resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==}
|
799 |
engines: {node: '>= 0.4'}
|
|
|
810 |
resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
|
811 |
engines: {node: '>=0.8.19'}
|
812 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
813 |
is-binary-path@2.1.0:
|
814 |
resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==}
|
815 |
engines: {node: '>=8'}
|
816 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
817 |
is-core-module@2.14.0:
|
818 |
resolution: {integrity: sha512-a5dFJih5ZLYlRtDc0dZWP7RiKr6xIKzmn/oAYCDvdLThadVgyJwlaoQPmRtMSpz+rk0OGAgIu+TcM9HUF0fk1A==}
|
819 |
engines: {node: '>= 0.4'}
|
820 |
|
|
|
|
|
|
|
|
|
821 |
is-extglob@2.1.1:
|
822 |
resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
|
823 |
engines: {node: '>=0.10.0'}
|
|
|
830 |
resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
|
831 |
engines: {node: '>=0.10.0'}
|
832 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
833 |
is-number@7.0.0:
|
834 |
resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
|
835 |
engines: {node: '>=0.12.0'}
|
|
|
838 |
resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==}
|
839 |
engines: {node: '>=8'}
|
840 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
841 |
isexe@2.0.0:
|
842 |
resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
|
843 |
|
844 |
+
jackspeak@3.4.2:
|
845 |
+
resolution: {integrity: sha512-qH3nOSj8q/8+Eg8LUPOq3C+6HWkpUioIjDsq1+D4zY91oZvpPttw8GwtF1nReRYKXl+1AORyFqtm2f5Q1SB6/Q==}
|
846 |
+
engines: {node: 14 >=14.21 || 16 >=16.20 || >=18}
|
847 |
|
848 |
jiti@1.21.6:
|
849 |
resolution: {integrity: sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==}
|
|
|
896 |
lodash@4.17.21:
|
897 |
resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
|
898 |
|
899 |
+
lru-cache@10.4.3:
|
900 |
+
resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==}
|
|
|
901 |
|
902 |
magic-string@0.30.10:
|
903 |
resolution: {integrity: sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==}
|
|
|
913 |
minimatch@3.1.2:
|
914 |
resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
|
915 |
|
916 |
+
minimatch@9.0.5:
|
917 |
+
resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==}
|
918 |
engines: {node: '>=16 || 14 >=14.17'}
|
919 |
|
920 |
minipass@7.1.2:
|
|
|
957 |
resolution: {integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==}
|
958 |
engines: {node: '>= 6'}
|
959 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
960 |
optionator@0.9.4:
|
961 |
resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==}
|
962 |
engines: {node: '>= 0.8.0'}
|
|
|
1009 |
polyclip-ts@0.16.5:
|
1010 |
resolution: {integrity: sha512-ZchnG0zGZReHgEo3EYzEUi6UmfQFFzNnj6AFU+gBm+IJJ4qG9gL4CwjtCV6oi/PittUPpJLiLJxcn/AgrCBO+g==}
|
1011 |
|
|
|
|
|
|
|
|
|
1012 |
postcss-import@15.1.0:
|
1013 |
resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==}
|
1014 |
engines: {node: '>=14.0.0'}
|
|
|
1052 |
postcss-value-parser@4.2.0:
|
1053 |
resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
|
1054 |
|
1055 |
+
postcss@8.4.39:
|
1056 |
+
resolution: {integrity: sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==}
|
1057 |
engines: {node: ^10 || ^12 || >=14}
|
1058 |
|
1059 |
prelude-ls@1.2.1:
|
|
|
1085 |
resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==}
|
1086 |
engines: {node: '>=8.10.0'}
|
1087 |
|
|
|
|
|
|
|
|
|
1088 |
resolve-from@4.0.0:
|
1089 |
resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==}
|
1090 |
engines: {node: '>=4'}
|
|
|
1097 |
resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==}
|
1098 |
engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
|
1099 |
|
1100 |
+
rollup@4.18.1:
|
1101 |
+
resolution: {integrity: sha512-Elx2UT8lzxxOXMpy5HWQGZqkrQOtrVDDa/bm9l10+U4rQnVzbL/LgZ4NOM1MPIDyHk69W4InuYDF5dzRh4Kw1A==}
|
1102 |
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
|
1103 |
hasBin: true
|
1104 |
|
|
|
1110 |
engines: {node: '>=10'}
|
1111 |
hasBin: true
|
1112 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1113 |
shebang-command@2.0.0:
|
1114 |
resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
|
1115 |
engines: {node: '>=8'}
|
|
|
1118 |
resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
|
1119 |
engines: {node: '>=8'}
|
1120 |
|
|
|
|
|
|
|
|
|
1121 |
signal-exit@4.1.0:
|
1122 |
resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==}
|
1123 |
engines: {node: '>=14'}
|
|
|
1129 |
splaytree-ts@1.0.1:
|
1130 |
resolution: {integrity: sha512-B+VzCm33/KEchi/fzT6/3NRHm8k5+Kf37SBQO3meHHS/tK2xBnIm4ZvusQ1wUpHgKMCCqEWgXnwFXAa1nD289g==}
|
1131 |
|
|
|
|
|
|
|
|
|
1132 |
string-width@4.2.3:
|
1133 |
resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==}
|
1134 |
engines: {node: '>=8'}
|
|
|
1188 |
ts-interface-checker@0.1.13:
|
1189 |
resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==}
|
1190 |
|
|
|
|
|
|
|
1191 |
type-check@0.4.0:
|
1192 |
resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
|
1193 |
engines: {node: '>= 0.8.0'}
|
|
|
1199 |
undici-types@5.26.5:
|
1200 |
resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==}
|
1201 |
|
1202 |
+
update-browserslist-db@1.1.0:
|
1203 |
+
resolution: {integrity: sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==}
|
1204 |
hasBin: true
|
1205 |
peerDependencies:
|
1206 |
browserslist: '>= 4.21.0'
|
|
|
1211 |
util-deprecate@1.0.2:
|
1212 |
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
|
1213 |
|
1214 |
+
vite@5.3.3:
|
1215 |
+
resolution: {integrity: sha512-NPQdeCU0Dv2z5fu+ULotpuq5yfCS1BzKUIPhNbP3YBfAMGJXbt2nS+sbTFu+qchaqWTD+H3JK++nRwr6XIcp6A==}
|
1216 |
engines: {node: ^18.0.0 || >=20.0.0}
|
1217 |
hasBin: true
|
1218 |
peerDependencies:
|
|
|
1245 |
peerDependencies:
|
1246 |
eslint: '>=6.0.0'
|
1247 |
|
1248 |
+
vue@3.4.31:
|
1249 |
+
resolution: {integrity: sha512-njqRrOy7W3YLAlVqSKpBebtZpDVg21FPoaq1I7f/+qqBThK9ChAIjkRWgeP6Eat+8C+iia4P3OYqpATP21BCoQ==}
|
1250 |
peerDependencies:
|
1251 |
typescript: '*'
|
1252 |
peerDependenciesMeta:
|
1253 |
typescript:
|
1254 |
optional: true
|
1255 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1256 |
which@2.0.2:
|
1257 |
resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
|
1258 |
engines: {node: '>= 8'}
|
|
|
1370 |
'@esbuild/win32-x64@0.21.5':
|
1371 |
optional: true
|
1372 |
|
1373 |
+
'@eslint-community/eslint-utils@4.4.0(eslint@9.6.0)':
|
1374 |
dependencies:
|
1375 |
+
eslint: 9.6.0
|
1376 |
eslint-visitor-keys: 3.4.3
|
1377 |
|
1378 |
+
'@eslint-community/regexpp@4.11.0': {}
|
1379 |
|
1380 |
+
'@eslint/config-array@0.17.0':
|
1381 |
dependencies:
|
1382 |
'@eslint/object-schema': 2.1.4
|
1383 |
debug: 4.3.5
|
|
|
1399 |
transitivePeerDependencies:
|
1400 |
- supports-color
|
1401 |
|
1402 |
+
'@eslint/js@9.6.0': {}
|
1403 |
|
1404 |
'@eslint/object-schema@2.1.4': {}
|
1405 |
|
|
|
1458 |
'@pkgjs/parseargs@0.11.0':
|
1459 |
optional: true
|
1460 |
|
1461 |
+
'@rollup/rollup-android-arm-eabi@4.18.1':
|
1462 |
optional: true
|
1463 |
|
1464 |
+
'@rollup/rollup-android-arm64@4.18.1':
|
1465 |
optional: true
|
1466 |
|
1467 |
+
'@rollup/rollup-darwin-arm64@4.18.1':
|
1468 |
optional: true
|
1469 |
|
1470 |
+
'@rollup/rollup-darwin-x64@4.18.1':
|
1471 |
optional: true
|
1472 |
|
1473 |
+
'@rollup/rollup-linux-arm-gnueabihf@4.18.1':
|
1474 |
optional: true
|
1475 |
|
1476 |
+
'@rollup/rollup-linux-arm-musleabihf@4.18.1':
|
1477 |
optional: true
|
1478 |
|
1479 |
+
'@rollup/rollup-linux-arm64-gnu@4.18.1':
|
1480 |
optional: true
|
1481 |
|
1482 |
+
'@rollup/rollup-linux-arm64-musl@4.18.1':
|
1483 |
optional: true
|
1484 |
|
1485 |
+
'@rollup/rollup-linux-powerpc64le-gnu@4.18.1':
|
1486 |
optional: true
|
1487 |
|
1488 |
+
'@rollup/rollup-linux-riscv64-gnu@4.18.1':
|
1489 |
optional: true
|
1490 |
|
1491 |
+
'@rollup/rollup-linux-s390x-gnu@4.18.1':
|
1492 |
optional: true
|
1493 |
|
1494 |
+
'@rollup/rollup-linux-x64-gnu@4.18.1':
|
1495 |
optional: true
|
1496 |
|
1497 |
+
'@rollup/rollup-linux-x64-musl@4.18.1':
|
1498 |
optional: true
|
1499 |
|
1500 |
+
'@rollup/rollup-win32-arm64-msvc@4.18.1':
|
1501 |
optional: true
|
1502 |
|
1503 |
+
'@rollup/rollup-win32-ia32-msvc@4.18.1':
|
1504 |
optional: true
|
1505 |
|
1506 |
+
'@rollup/rollup-win32-x64-msvc@4.18.1':
|
1507 |
optional: true
|
1508 |
|
1509 |
'@trincadev/driver.js@https://github.com/trincadev/driver.js/archive/refs/tags/1.3.1.1-trincadev.tar.gz': {}
|
|
|
1515 |
'@turf/helpers': 6.5.0
|
1516 |
'@turf/meta': 6.5.0
|
1517 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1518 |
'@turf/bearing@6.5.0':
|
1519 |
dependencies:
|
1520 |
'@turf/helpers': 6.5.0
|
|
|
1550 |
|
1551 |
'@turf/helpers@6.5.0': {}
|
1552 |
|
|
|
|
|
|
|
|
|
|
|
1553 |
'@turf/invariant@6.5.0':
|
1554 |
dependencies:
|
1555 |
'@turf/helpers': 6.5.0
|
|
|
1589 |
dependencies:
|
1590 |
'@turf/helpers': 6.5.0
|
1591 |
|
|
|
|
|
|
|
|
|
1592 |
'@turf/nearest-point-on-line@6.5.0':
|
1593 |
dependencies:
|
1594 |
'@turf/bearing': 6.5.0
|
|
|
1619 |
dependencies:
|
1620 |
'@types/geojson': 7946.0.14
|
1621 |
|
1622 |
+
'@types/node@20.14.10':
|
1623 |
dependencies:
|
1624 |
undici-types: 5.26.5
|
1625 |
|
1626 |
+
'@vitejs/plugin-vue@5.0.5(vite@5.3.3(@types/node@20.14.10))(vue@3.4.31)':
|
1627 |
dependencies:
|
1628 |
+
vite: 5.3.3(@types/node@20.14.10)
|
1629 |
+
vue: 3.4.31
|
1630 |
|
1631 |
+
'@vue/compiler-core@3.4.31':
|
1632 |
dependencies:
|
1633 |
'@babel/parser': 7.24.7
|
1634 |
+
'@vue/shared': 3.4.31
|
1635 |
entities: 4.5.0
|
1636 |
estree-walker: 2.0.2
|
1637 |
source-map-js: 1.2.0
|
1638 |
|
1639 |
+
'@vue/compiler-dom@3.4.31':
|
1640 |
dependencies:
|
1641 |
+
'@vue/compiler-core': 3.4.31
|
1642 |
+
'@vue/shared': 3.4.31
|
1643 |
|
1644 |
+
'@vue/compiler-sfc@3.4.31':
|
1645 |
dependencies:
|
1646 |
'@babel/parser': 7.24.7
|
1647 |
+
'@vue/compiler-core': 3.4.31
|
1648 |
+
'@vue/compiler-dom': 3.4.31
|
1649 |
+
'@vue/compiler-ssr': 3.4.31
|
1650 |
+
'@vue/shared': 3.4.31
|
1651 |
estree-walker: 2.0.2
|
1652 |
magic-string: 0.30.10
|
1653 |
+
postcss: 8.4.39
|
1654 |
source-map-js: 1.2.0
|
1655 |
|
1656 |
+
'@vue/compiler-ssr@3.4.31':
|
1657 |
dependencies:
|
1658 |
+
'@vue/compiler-dom': 3.4.31
|
1659 |
+
'@vue/shared': 3.4.31
|
1660 |
|
1661 |
+
'@vue/reactivity@3.4.31':
|
1662 |
dependencies:
|
1663 |
+
'@vue/shared': 3.4.31
|
1664 |
|
1665 |
+
'@vue/runtime-core@3.4.31':
|
1666 |
dependencies:
|
1667 |
+
'@vue/reactivity': 3.4.31
|
1668 |
+
'@vue/shared': 3.4.31
|
1669 |
|
1670 |
+
'@vue/runtime-dom@3.4.31':
|
1671 |
dependencies:
|
1672 |
+
'@vue/reactivity': 3.4.31
|
1673 |
+
'@vue/runtime-core': 3.4.31
|
1674 |
+
'@vue/shared': 3.4.31
|
1675 |
csstype: 3.1.3
|
1676 |
|
1677 |
+
'@vue/server-renderer@3.4.31(vue@3.4.31)':
|
1678 |
dependencies:
|
1679 |
+
'@vue/compiler-ssr': 3.4.31
|
1680 |
+
'@vue/shared': 3.4.31
|
1681 |
+
vue: 3.4.31
|
1682 |
|
1683 |
+
'@vue/shared@3.4.31': {}
|
1684 |
|
1685 |
'@vue/tsconfig@0.5.1': {}
|
1686 |
|
1687 |
+
acorn-jsx@5.3.2(acorn@8.12.1):
|
1688 |
dependencies:
|
1689 |
+
acorn: 8.12.1
|
1690 |
|
1691 |
+
acorn@8.12.1: {}
|
1692 |
|
1693 |
ajv@6.12.6:
|
1694 |
dependencies:
|
|
|
1718 |
|
1719 |
argparse@2.0.1: {}
|
1720 |
|
1721 |
+
autoprefixer@10.4.19(postcss@8.4.39):
|
|
|
|
|
|
|
|
|
|
|
1722 |
dependencies:
|
1723 |
browserslist: 4.23.1
|
1724 |
+
caniuse-lite: 1.0.30001640
|
1725 |
fraction.js: 4.3.7
|
1726 |
normalize-range: 0.1.2
|
1727 |
picocolors: 1.0.1
|
1728 |
+
postcss: 8.4.39
|
1729 |
postcss-value-parser: 4.2.0
|
1730 |
|
|
|
|
|
|
|
|
|
1731 |
balanced-match@1.0.2: {}
|
1732 |
|
1733 |
bignumber.js@9.1.2: {}
|
|
|
1751 |
|
1752 |
browserslist@4.23.1:
|
1753 |
dependencies:
|
1754 |
+
caniuse-lite: 1.0.30001640
|
1755 |
+
electron-to-chromium: 1.4.820
|
1756 |
node-releases: 2.0.14
|
1757 |
+
update-browserslist-db: 1.1.0(browserslist@4.23.1)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1758 |
|
1759 |
callsites@3.1.0: {}
|
1760 |
|
1761 |
camelcase-css@2.0.1: {}
|
1762 |
|
1763 |
+
caniuse-lite@1.0.30001640: {}
|
1764 |
|
1765 |
chalk@4.1.2:
|
1766 |
dependencies:
|
|
|
1803 |
dependencies:
|
1804 |
ms: 2.1.2
|
1805 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1806 |
deep-is@0.1.4: {}
|
1807 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1808 |
didyoumean@1.2.2: {}
|
1809 |
|
1810 |
dlv@1.1.3: {}
|
1811 |
|
1812 |
eastasianwidth@0.2.0: {}
|
1813 |
|
1814 |
+
electron-to-chromium@1.4.820: {}
|
1815 |
|
1816 |
emoji-regex@8.0.0: {}
|
1817 |
|
|
|
1819 |
|
1820 |
entities@4.5.0: {}
|
1821 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1822 |
esbuild@0.21.5:
|
1823 |
optionalDependencies:
|
1824 |
'@esbuild/aix-ppc64': 0.21.5
|
|
|
1849 |
|
1850 |
escape-string-regexp@4.0.0: {}
|
1851 |
|
1852 |
+
eslint-plugin-vue@9.27.0(eslint@9.6.0):
|
1853 |
dependencies:
|
1854 |
+
'@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0)
|
1855 |
+
eslint: 9.6.0
|
1856 |
globals: 13.24.0
|
1857 |
natural-compare: 1.4.0
|
1858 |
nth-check: 2.1.1
|
1859 |
postcss-selector-parser: 6.1.0
|
1860 |
semver: 7.6.2
|
1861 |
+
vue-eslint-parser: 9.4.3(eslint@9.6.0)
|
1862 |
xml-name-validator: 4.0.0
|
1863 |
transitivePeerDependencies:
|
1864 |
- supports-color
|
|
|
1877 |
|
1878 |
eslint-visitor-keys@4.0.0: {}
|
1879 |
|
1880 |
+
eslint@9.6.0:
|
1881 |
dependencies:
|
1882 |
+
'@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0)
|
1883 |
+
'@eslint-community/regexpp': 4.11.0
|
1884 |
+
'@eslint/config-array': 0.17.0
|
1885 |
'@eslint/eslintrc': 3.1.0
|
1886 |
+
'@eslint/js': 9.6.0
|
1887 |
'@humanwhocodes/module-importer': 1.0.1
|
1888 |
'@humanwhocodes/retry': 0.3.0
|
1889 |
'@nodelib/fs.walk': 1.2.8
|
|
|
1895 |
eslint-scope: 8.0.1
|
1896 |
eslint-visitor-keys: 4.0.0
|
1897 |
espree: 10.1.0
|
1898 |
+
esquery: 1.6.0
|
1899 |
esutils: 2.0.3
|
1900 |
fast-deep-equal: 3.1.3
|
1901 |
file-entry-cache: 8.0.0
|
|
|
1918 |
|
1919 |
espree@10.1.0:
|
1920 |
dependencies:
|
1921 |
+
acorn: 8.12.1
|
1922 |
+
acorn-jsx: 5.3.2(acorn@8.12.1)
|
1923 |
eslint-visitor-keys: 4.0.0
|
1924 |
|
1925 |
espree@9.6.1:
|
1926 |
dependencies:
|
1927 |
+
acorn: 8.12.1
|
1928 |
+
acorn-jsx: 5.3.2(acorn@8.12.1)
|
1929 |
eslint-visitor-keys: 3.4.3
|
1930 |
|
1931 |
+
esquery@1.6.0:
|
1932 |
dependencies:
|
1933 |
estraverse: 5.3.0
|
1934 |
|
|
|
1980 |
|
1981 |
flatted@3.3.1: {}
|
1982 |
|
|
|
|
|
|
|
|
|
1983 |
foreground-child@3.2.1:
|
1984 |
dependencies:
|
1985 |
cross-spawn: 7.0.3
|
|
|
1992 |
|
1993 |
function-bind@1.1.2: {}
|
1994 |
|
|
|
|
|
1995 |
geojson-rbush@3.2.0:
|
1996 |
dependencies:
|
1997 |
+
'@turf/bbox': 6.5.0
|
1998 |
'@turf/helpers': 6.5.0
|
1999 |
'@turf/meta': 6.5.0
|
2000 |
'@types/geojson': 7946.0.8
|
2001 |
rbush: 3.0.1
|
2002 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2003 |
glob-parent@5.1.2:
|
2004 |
dependencies:
|
2005 |
is-glob: 4.0.3
|
|
|
2008 |
dependencies:
|
2009 |
is-glob: 4.0.3
|
2010 |
|
2011 |
+
glob@10.4.5:
|
2012 |
dependencies:
|
2013 |
foreground-child: 3.2.1
|
2014 |
+
jackspeak: 3.4.2
|
2015 |
+
minimatch: 9.0.5
|
2016 |
minipass: 7.1.2
|
2017 |
package-json-from-dist: 1.0.0
|
2018 |
path-scurry: 1.11.1
|
|
|
2023 |
|
2024 |
globals@14.0.0: {}
|
2025 |
|
|
|
|
|
|
|
|
|
|
|
|
|
2026 |
has-flag@4.0.0: {}
|
2027 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2028 |
hasown@2.0.2:
|
2029 |
dependencies:
|
2030 |
function-bind: 1.1.2
|
|
|
2038 |
|
2039 |
imurmurhash@0.1.4: {}
|
2040 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2041 |
is-binary-path@2.1.0:
|
2042 |
dependencies:
|
2043 |
binary-extensions: 2.3.0
|
2044 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2045 |
is-core-module@2.14.0:
|
2046 |
dependencies:
|
2047 |
hasown: 2.0.2
|
2048 |
|
|
|
|
|
|
|
|
|
2049 |
is-extglob@2.1.1: {}
|
2050 |
|
2051 |
is-fullwidth-code-point@3.0.0: {}
|
|
|
2054 |
dependencies:
|
2055 |
is-extglob: 2.1.1
|
2056 |
|
|
|
|
|
|
|
|
|
|
|
|
|
2057 |
is-number@7.0.0: {}
|
2058 |
|
2059 |
is-path-inside@3.0.3: {}
|
2060 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2061 |
isexe@2.0.0: {}
|
2062 |
|
2063 |
+
jackspeak@3.4.2:
|
2064 |
dependencies:
|
2065 |
'@isaacs/cliui': 8.0.2
|
2066 |
optionalDependencies:
|
|
|
2105 |
|
2106 |
lodash@4.17.21: {}
|
2107 |
|
2108 |
+
lru-cache@10.4.3: {}
|
2109 |
|
2110 |
magic-string@0.30.10:
|
2111 |
dependencies:
|
|
|
2122 |
dependencies:
|
2123 |
brace-expansion: 1.1.11
|
2124 |
|
2125 |
+
minimatch@9.0.5:
|
2126 |
dependencies:
|
2127 |
brace-expansion: 2.0.1
|
2128 |
|
|
|
2154 |
|
2155 |
object-hash@3.0.0: {}
|
2156 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2157 |
optionator@0.9.4:
|
2158 |
dependencies:
|
2159 |
deep-is: 0.1.4
|
|
|
2185 |
|
2186 |
path-scurry@1.11.1:
|
2187 |
dependencies:
|
2188 |
+
lru-cache: 10.4.3
|
2189 |
minipass: 7.1.2
|
2190 |
|
2191 |
picocolors@1.0.1: {}
|
|
|
2201 |
bignumber.js: 9.1.2
|
2202 |
splaytree-ts: 1.0.1
|
2203 |
|
2204 |
+
postcss-import@15.1.0(postcss@8.4.39):
|
|
|
|
|
2205 |
dependencies:
|
2206 |
+
postcss: 8.4.39
|
2207 |
postcss-value-parser: 4.2.0
|
2208 |
read-cache: 1.0.0
|
2209 |
resolve: 1.22.8
|
2210 |
|
2211 |
+
postcss-import@16.1.0(postcss@8.4.39):
|
2212 |
dependencies:
|
2213 |
+
postcss: 8.4.39
|
2214 |
postcss-value-parser: 4.2.0
|
2215 |
read-cache: 1.0.0
|
2216 |
resolve: 1.22.8
|
2217 |
|
2218 |
+
postcss-js@4.0.1(postcss@8.4.39):
|
2219 |
dependencies:
|
2220 |
camelcase-css: 2.0.1
|
2221 |
+
postcss: 8.4.39
|
2222 |
|
2223 |
+
postcss-load-config@4.0.2(postcss@8.4.39):
|
2224 |
dependencies:
|
2225 |
lilconfig: 3.1.2
|
2226 |
yaml: 2.4.5
|
2227 |
optionalDependencies:
|
2228 |
+
postcss: 8.4.39
|
2229 |
|
2230 |
+
postcss-nested@6.0.1(postcss@8.4.39):
|
2231 |
dependencies:
|
2232 |
+
postcss: 8.4.39
|
2233 |
postcss-selector-parser: 6.1.0
|
2234 |
|
2235 |
postcss-selector-parser@6.1.0:
|
|
|
2239 |
|
2240 |
postcss-value-parser@4.2.0: {}
|
2241 |
|
2242 |
+
postcss@8.4.39:
|
2243 |
dependencies:
|
2244 |
nanoid: 3.3.7
|
2245 |
picocolors: 1.0.1
|
|
|
2267 |
dependencies:
|
2268 |
picomatch: 2.3.1
|
2269 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2270 |
resolve-from@4.0.0: {}
|
2271 |
|
2272 |
resolve@1.22.8:
|
|
|
2277 |
|
2278 |
reusify@1.0.4: {}
|
2279 |
|
2280 |
+
rollup@4.18.1:
|
2281 |
dependencies:
|
2282 |
'@types/estree': 1.0.5
|
2283 |
optionalDependencies:
|
2284 |
+
'@rollup/rollup-android-arm-eabi': 4.18.1
|
2285 |
+
'@rollup/rollup-android-arm64': 4.18.1
|
2286 |
+
'@rollup/rollup-darwin-arm64': 4.18.1
|
2287 |
+
'@rollup/rollup-darwin-x64': 4.18.1
|
2288 |
+
'@rollup/rollup-linux-arm-gnueabihf': 4.18.1
|
2289 |
+
'@rollup/rollup-linux-arm-musleabihf': 4.18.1
|
2290 |
+
'@rollup/rollup-linux-arm64-gnu': 4.18.1
|
2291 |
+
'@rollup/rollup-linux-arm64-musl': 4.18.1
|
2292 |
+
'@rollup/rollup-linux-powerpc64le-gnu': 4.18.1
|
2293 |
+
'@rollup/rollup-linux-riscv64-gnu': 4.18.1
|
2294 |
+
'@rollup/rollup-linux-s390x-gnu': 4.18.1
|
2295 |
+
'@rollup/rollup-linux-x64-gnu': 4.18.1
|
2296 |
+
'@rollup/rollup-linux-x64-musl': 4.18.1
|
2297 |
+
'@rollup/rollup-win32-arm64-msvc': 4.18.1
|
2298 |
+
'@rollup/rollup-win32-ia32-msvc': 4.18.1
|
2299 |
+
'@rollup/rollup-win32-x64-msvc': 4.18.1
|
2300 |
fsevents: 2.3.3
|
2301 |
|
2302 |
run-parallel@1.2.0:
|
|
|
2305 |
|
2306 |
semver@7.6.2: {}
|
2307 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2308 |
shebang-command@2.0.0:
|
2309 |
dependencies:
|
2310 |
shebang-regex: 3.0.0
|
2311 |
|
2312 |
shebang-regex@3.0.0: {}
|
2313 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2314 |
signal-exit@4.1.0: {}
|
2315 |
|
2316 |
source-map-js@1.2.0: {}
|
2317 |
|
2318 |
splaytree-ts@1.0.1: {}
|
2319 |
|
|
|
|
|
|
|
|
|
2320 |
string-width@4.2.3:
|
2321 |
dependencies:
|
2322 |
emoji-regex: 8.0.0
|
|
|
2343 |
dependencies:
|
2344 |
'@jridgewell/gen-mapping': 0.3.5
|
2345 |
commander: 4.1.1
|
2346 |
+
glob: 10.4.5
|
2347 |
lines-and-columns: 1.2.4
|
2348 |
mz: 2.7.0
|
2349 |
pirates: 4.0.6
|
|
|
2371 |
normalize-path: 3.0.0
|
2372 |
object-hash: 3.0.0
|
2373 |
picocolors: 1.0.1
|
2374 |
+
postcss: 8.4.39
|
2375 |
+
postcss-import: 15.1.0(postcss@8.4.39)
|
2376 |
+
postcss-js: 4.0.1(postcss@8.4.39)
|
2377 |
+
postcss-load-config: 4.0.2(postcss@8.4.39)
|
2378 |
+
postcss-nested: 6.0.1(postcss@8.4.39)
|
2379 |
postcss-selector-parser: 6.1.0
|
2380 |
resolve: 1.22.8
|
2381 |
sucrase: 3.35.0
|
|
|
2400 |
|
2401 |
ts-interface-checker@0.1.13: {}
|
2402 |
|
|
|
|
|
2403 |
type-check@0.4.0:
|
2404 |
dependencies:
|
2405 |
prelude-ls: 1.2.1
|
|
|
2408 |
|
2409 |
undici-types@5.26.5: {}
|
2410 |
|
2411 |
+
update-browserslist-db@1.1.0(browserslist@4.23.1):
|
2412 |
dependencies:
|
2413 |
browserslist: 4.23.1
|
2414 |
escalade: 3.1.2
|
|
|
2420 |
|
2421 |
util-deprecate@1.0.2: {}
|
2422 |
|
2423 |
+
vite@5.3.3(@types/node@20.14.10):
|
2424 |
dependencies:
|
2425 |
esbuild: 0.21.5
|
2426 |
+
postcss: 8.4.39
|
2427 |
+
rollup: 4.18.1
|
2428 |
optionalDependencies:
|
2429 |
+
'@types/node': 20.14.10
|
2430 |
fsevents: 2.3.3
|
2431 |
|
2432 |
+
vue-eslint-parser@9.4.3(eslint@9.6.0):
|
2433 |
dependencies:
|
2434 |
debug: 4.3.5
|
2435 |
+
eslint: 9.6.0
|
2436 |
eslint-scope: 7.2.2
|
2437 |
eslint-visitor-keys: 3.4.3
|
2438 |
espree: 9.6.1
|
2439 |
+
esquery: 1.6.0
|
2440 |
lodash: 4.17.21
|
2441 |
semver: 7.6.2
|
2442 |
transitivePeerDependencies:
|
2443 |
- supports-color
|
2444 |
|
2445 |
+
vue@3.4.31:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2446 |
dependencies:
|
2447 |
+
'@vue/compiler-dom': 3.4.31
|
2448 |
+
'@vue/compiler-sfc': 3.4.31
|
2449 |
+
'@vue/runtime-dom': 3.4.31
|
2450 |
+
'@vue/server-renderer': 3.4.31(vue@3.4.31)
|
2451 |
+
'@vue/shared': 3.4.31
|
2452 |
|
2453 |
which@2.0.2:
|
2454 |
dependencies:
|