create-outsystems-astro 0.5.0 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +50 -11
- package/bin/cli.js +71 -5
- package/package.json +1 -1
- package/template/.prettierignore +2 -0
- package/template/.prettierrc +4 -0
- package/template/AGENTS.md +145 -22
- package/template/astro.config.mjs +15 -2
- package/template/bun.lock +529 -716
- package/template/deno.json +14 -7
- package/template/deno.lock +1100 -688
- package/template/eslint.config.mjs +43 -0
- package/template/output.ts +14 -2
- package/template/package-lock.json +3404 -3080
- package/template/package.json +59 -85
- package/template/patches/{@angular+build+21.2.0.patch → @angular+build+21.2.1.patch} +1 -10
- package/template/patches-deno/playwright+1.58.2.patch +26 -0
- package/template/playwright.config.ts +1 -1
- package/template/pnpm-lock.yaml +2041 -1584
- package/template/pnpm-workspace.yaml +6 -0
- package/template/src/framework/angular/{Counter.component.ts → Demo.component.ts} +12 -5
- package/template/src/framework/angular/Store.component.ts +24 -0
- package/template/src/framework/preact/Demo.tsx +86 -0
- package/template/src/framework/preact/Store.tsx +31 -0
- package/template/src/framework/react/{Counter.tsx → Demo.tsx} +23 -17
- package/template/src/framework/react/Store.tsx +31 -0
- package/template/src/framework/svelte/Demo.svelte +74 -0
- package/template/src/framework/svelte/Store.svelte +22 -0
- package/template/src/framework/vue/{Counter.vue → Demo.vue} +7 -9
- package/template/src/framework/vue/Store.vue +28 -0
- package/template/src/images/angular.png +0 -0
- package/template/src/images/preact.png +0 -0
- package/template/src/images/react.png +0 -0
- package/template/src/images/svelte.png +0 -0
- package/template/src/images/vue.png +0 -0
- package/template/src/pages/angular/angular-demo.astro +42 -0
- package/template/src/pages/multi/store.astro +22 -0
- package/template/src/pages/preact/preact-demo.astro +66 -0
- package/template/src/pages/react/react-demo.astro +66 -0
- package/template/src/pages/svelte/svelte-demo.astro +63 -0
- package/template/src/pages/vue/vue-demo.astro +61 -0
- package/template/src/stores/framework.ts +10 -0
- package/template/src/styles/index.css +4 -0
- package/template/svelte.config.js +5 -0
- package/template/test/e2e/angular/angular-counter.spec.ts +7 -1
- package/template/test/e2e/preact/preact-counter.spec.ts +42 -0
- package/template/test/e2e/react/react-counter.spec.ts +2 -2
- package/template/test/e2e/svelte/svelte-counter.spec.ts +42 -0
- package/template/test/e2e/vue/vue-counter.spec.ts +2 -2
- package/template/test/integration/angular/{Counter.component.spec.ts → Demo.component.spec.ts} +6 -6
- package/template/test/integration/preact/Demo.test.tsx +84 -0
- package/template/test/integration/react/{Counter.test.tsx → Demo.test.tsx} +10 -9
- package/template/test/integration/svelte/Demo.test.ts +81 -0
- package/template/test/integration/svelte/Demo.wrapper.svelte +27 -0
- package/template/test/integration/vue/{Counter.test.ts → Demo.test.ts} +9 -9
- package/template/tsconfig.json +0 -1
- package/template/vitest.config.ts +29 -2
- package/template/yarn.lock +2311 -2251
- package/template/src/pages/angular/angular-counter.astro +0 -31
- package/template/src/pages/react/react-counter.astro +0 -58
- package/template/src/pages/vue/vue-counter.astro +0 -62
- /package/template/patches/{@analogjs+astro-angular+2.3.0.patch → @analogjs+astro-angular+2.3.1.patch} +0 -0
package/template/deno.lock
CHANGED
|
@@ -1,83 +1,92 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "5",
|
|
3
3
|
"specifiers": {
|
|
4
|
-
"npm:@analogjs/astro-angular@^2.3.
|
|
5
|
-
"npm:@analogjs/vite-plugin-angular@^2.3.
|
|
6
|
-
"npm:@analogjs/vitest-angular@^2.
|
|
7
|
-
"npm:@angular-devkit/architect@~0.
|
|
8
|
-
"npm:@angular/
|
|
9
|
-
"npm:@angular/
|
|
10
|
-
"npm:@angular/
|
|
11
|
-
"npm:@angular/
|
|
12
|
-
"npm:@angular/
|
|
13
|
-
"npm:@angular/compiler@^21.1
|
|
14
|
-
"npm:@angular/
|
|
15
|
-
"npm:@angular/
|
|
16
|
-
"npm:@angular/
|
|
17
|
-
"npm:@angular/platform-
|
|
18
|
-
"npm:@angular/
|
|
19
|
-
"npm:@
|
|
20
|
-
"npm:@astrojs/
|
|
21
|
-
"npm:@
|
|
22
|
-
"npm:@
|
|
4
|
+
"npm:@analogjs/astro-angular@^2.3.1": "2.3.1_@angular+animations@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+build@21.2.1__@angular+compiler@21.2.1__@angular+compiler-cli@21.2.1___@angular+compiler@21.2.1___typescript@5.9.3__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+platform-browser@21.2.1___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+platform-server@21.2.1___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+platform-browser@21.2.1____@angular+animations@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+common@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___rxjs@7.8.2___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2__tslib@2.8.1__typescript@5.9.3__vitest@4.0.18___@types+node@25.3.5___happy-dom@20.8.3___vite@7.3.1____@types+node@25.3.5____sass@1.97.3____picomatch@4.0.3__rxjs@7.8.2__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@types+node@25.3.5__vite@7.3.1___@types+node@25.3.5___sass@1.97.3___picomatch@4.0.3__sass@1.97.3__happy-dom@20.8.3_@angular+common@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@angular+compiler@21.2.1_@angular+compiler-cli@21.2.1__@angular+compiler@21.2.1__typescript@5.9.3_@angular+core@21.2.1__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+language-service@21.2.1_@angular+platform-browser@21.2.1__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@angular+platform-server@21.2.1__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+platform-browser@21.2.1___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__rxjs@7.8.2__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2_rxjs@7.8.2_tslib@2.8.1_typescript@5.9.3_vitest@4.0.18__@types+node@25.3.5__happy-dom@20.8.3__vite@7.3.1___@types+node@25.3.5___sass@1.97.3___picomatch@4.0.3_@types+node@25.3.5_happy-dom@20.8.3",
|
|
5
|
+
"npm:@analogjs/vite-plugin-angular@^2.3.1": "2.3.1_@angular+build@21.2.1__@angular+compiler@21.2.1__@angular+compiler-cli@21.2.1___@angular+compiler@21.2.1___typescript@5.9.3__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+platform-browser@21.2.1___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+platform-server@21.2.1___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+platform-browser@21.2.1____@angular+animations@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+common@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___rxjs@7.8.2___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2__tslib@2.8.1__typescript@5.9.3__vitest@4.0.18___@types+node@25.3.5___happy-dom@20.8.3___vite@7.3.1____@types+node@25.3.5____sass@1.97.3____picomatch@4.0.3__rxjs@7.8.2__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@types+node@25.3.5__vite@7.3.1___@types+node@25.3.5___sass@1.97.3___picomatch@4.0.3__sass@1.97.3__happy-dom@20.8.3_@angular+compiler@21.2.1_@angular+compiler-cli@21.2.1__@angular+compiler@21.2.1__typescript@5.9.3_@angular+core@21.2.1__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+platform-browser@21.2.1__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@angular+platform-server@21.2.1__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+platform-browser@21.2.1___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__rxjs@7.8.2__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2_tslib@2.8.1_typescript@5.9.3_vitest@4.0.18__@types+node@25.3.5__happy-dom@20.8.3__vite@7.3.1___@types+node@25.3.5___sass@1.97.3___picomatch@4.0.3_rxjs@7.8.2_@angular+animations@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+common@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@types+node@25.3.5_happy-dom@20.8.3",
|
|
6
|
+
"npm:@analogjs/vitest-angular@^2.3.1": "2.3.1_@analogjs+vite-plugin-angular@2.3.1__@angular+build@21.2.1___@angular+compiler@21.2.1___@angular+compiler-cli@21.2.1____@angular+compiler@21.2.1____typescript@5.9.3___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+platform-browser@21.2.1____@angular+animations@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+common@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+platform-server@21.2.1____@angular+common@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.1____@angular+compiler@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+platform-browser@21.2.1_____@angular+animations@21.2.1______@angular+core@21.2.1_______@angular+compiler@21.2.1_______rxjs@7.8.2______@angular+compiler@21.2.1______rxjs@7.8.2_____@angular+common@21.2.1______@angular+core@21.2.1_______@angular+compiler@21.2.1_______rxjs@7.8.2______rxjs@7.8.2______@angular+compiler@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.1____rxjs@7.8.2____@angular+animations@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____@angular+compiler@21.2.1_____rxjs@7.8.2___tslib@2.8.1___typescript@5.9.3___vitest@4.0.18____@types+node@25.3.5____happy-dom@20.8.3____vite@7.3.1_____@types+node@25.3.5_____sass@1.97.3_____picomatch@4.0.3___rxjs@7.8.2___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@types+node@25.3.5___vite@7.3.1____@types+node@25.3.5____sass@1.97.3____picomatch@4.0.3___sass@1.97.3___happy-dom@20.8.3__@angular+compiler@21.2.1__@angular+compiler-cli@21.2.1___@angular+compiler@21.2.1___typescript@5.9.3__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+platform-browser@21.2.1___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+platform-server@21.2.1___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+platform-browser@21.2.1____@angular+animations@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+common@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___rxjs@7.8.2___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2__tslib@2.8.1__typescript@5.9.3__vitest@4.0.18___@types+node@25.3.5___happy-dom@20.8.3___vite@7.3.1____@types+node@25.3.5____sass@1.97.3____picomatch@4.0.3__rxjs@7.8.2__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@types+node@25.3.5__happy-dom@20.8.3_@angular-devkit+architect@0.2102.1_@angular-devkit+schematics@21.2.1_vitest@4.0.18__@types+node@25.3.5__happy-dom@20.8.3__vite@7.3.1___@types+node@25.3.5___sass@1.97.3___picomatch@4.0.3_@angular+build@21.2.1__@angular+compiler@21.2.1__@angular+compiler-cli@21.2.1___@angular+compiler@21.2.1___typescript@5.9.3__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+platform-browser@21.2.1___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+platform-server@21.2.1___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+platform-browser@21.2.1____@angular+animations@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+common@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___rxjs@7.8.2___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2__tslib@2.8.1__typescript@5.9.3__vitest@4.0.18___@types+node@25.3.5___happy-dom@20.8.3___vite@7.3.1____@types+node@25.3.5____sass@1.97.3____picomatch@4.0.3__rxjs@7.8.2__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@types+node@25.3.5__vite@7.3.1___@types+node@25.3.5___sass@1.97.3___picomatch@4.0.3__sass@1.97.3__happy-dom@20.8.3_@types+node@25.3.5_happy-dom@20.8.3_@angular+compiler@21.2.1_@angular+compiler-cli@21.2.1__@angular+compiler@21.2.1__typescript@5.9.3_@angular+core@21.2.1__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+platform-browser@21.2.1__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@angular+platform-server@21.2.1__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+platform-browser@21.2.1___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__rxjs@7.8.2__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2_tslib@2.8.1_typescript@5.9.3_rxjs@7.8.2_@angular+animations@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+common@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1",
|
|
7
|
+
"npm:@angular-devkit/architect@~0.2102.1": "0.2102.1",
|
|
8
|
+
"npm:@angular-devkit/schematics@^21.2.1": "21.2.1",
|
|
9
|
+
"npm:@angular/animations@^21.2.1": "21.2.1_@angular+core@21.2.1__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+compiler@21.2.1_rxjs@7.8.2",
|
|
10
|
+
"npm:@angular/build@^21.2.1": "21.2.1_@angular+compiler@21.2.1_@angular+compiler-cli@21.2.1__@angular+compiler@21.2.1__typescript@5.9.3_@angular+core@21.2.1__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+platform-browser@21.2.1__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@angular+platform-server@21.2.1__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+platform-browser@21.2.1___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__rxjs@7.8.2__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2_tslib@2.8.1_typescript@5.9.3_vitest@4.0.18__@types+node@25.3.5__happy-dom@20.8.3__vite@7.3.1___@types+node@25.3.5___sass@1.97.3___picomatch@4.0.3_rxjs@7.8.2_@angular+animations@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+common@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@types+node@25.3.5_vite@7.3.1__@types+node@25.3.5__sass@1.97.3__picomatch@4.0.3_sass@1.97.3_happy-dom@20.8.3",
|
|
11
|
+
"npm:@angular/cli@^21.2.1": "21.2.1_@types+node@25.3.5_@inquirer+prompts@7.10.1__@types+node@25.3.5_listr2@9.0.5_zod@4.3.6",
|
|
12
|
+
"npm:@angular/common@^21.2.1": "21.2.1_@angular+core@21.2.1__@angular+compiler@21.2.1__rxjs@7.8.2_rxjs@7.8.2_@angular+compiler@21.2.1",
|
|
13
|
+
"npm:@angular/compiler-cli@^21.2.1": "21.2.1_@angular+compiler@21.2.1_typescript@5.9.3",
|
|
14
|
+
"npm:@angular/compiler@^21.2.1": "21.2.1",
|
|
15
|
+
"npm:@angular/core@^21.2.1": "21.2.1_@angular+compiler@21.2.1_rxjs@7.8.2",
|
|
16
|
+
"npm:@angular/language-service@^21.2.1": "21.2.1",
|
|
17
|
+
"npm:@angular/platform-browser@^21.2.1": "21.2.1_@angular+animations@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+common@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@angular+core@21.2.1__@angular+compiler@21.2.1__rxjs@7.8.2_rxjs@7.8.2_@angular+compiler@21.2.1",
|
|
18
|
+
"npm:@angular/platform-server@^21.2.1": "21.2.1_@angular+common@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@angular+compiler@21.2.1_@angular+core@21.2.1__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+platform-browser@21.2.1__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_rxjs@7.8.2_@angular+animations@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+compiler@21.2.1__rxjs@7.8.2",
|
|
19
|
+
"npm:@angular/router@^21.2.1": "21.2.1_@angular+common@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@angular+core@21.2.1__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+platform-browser@21.2.1__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_rxjs@7.8.2_@angular+compiler@21.2.1_@angular+animations@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+compiler@21.2.1__rxjs@7.8.2",
|
|
20
|
+
"npm:@astrojs/preact@^4.1.3": "4.1.3_preact@10.28.4_@babel+core@7.29.0_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5",
|
|
21
|
+
"npm:@astrojs/react@^4.4.2": "4.4.2_@types+react@19.2.14_@types+react-dom@19.2.3__@types+react@19.2.14_react@19.2.4_react-dom@19.2.4__react@19.2.4_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5",
|
|
22
|
+
"npm:@astrojs/svelte@^7.2.5": "7.2.5_astro@5.18.0__typescript@5.9.3__@types+node@25.3.5__vite@6.4.1___@types+node@25.3.5___picomatch@4.0.3__zod@3.25.76_svelte@5.53.7__acorn@8.16.0_typescript@5.9.3_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5",
|
|
23
|
+
"npm:@astrojs/vue@^5.1.4": "5.1.4_astro@5.18.0__typescript@5.9.3__@types+node@25.3.5__vite@6.4.1___@types+node@25.3.5___picomatch@4.0.3__zod@3.25.76_vue@3.5.29__typescript@5.9.3_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5_typescript@5.9.3",
|
|
24
|
+
"npm:@babel/core@^7.29.0": "7.29.0",
|
|
25
|
+
"npm:@eslint/compat@^2.0.3": "2.0.3_eslint@9.39.4",
|
|
26
|
+
"npm:@eslint/eslintrc@^3.3.5": "3.3.5",
|
|
27
|
+
"npm:@eslint/js@^9.39.4": "9.39.4",
|
|
23
28
|
"npm:@eslint/markdown@^7.5.1": "7.5.1",
|
|
24
|
-
"npm:@
|
|
25
|
-
"npm:@
|
|
26
|
-
"npm:@nanostores/
|
|
27
|
-
"npm:@
|
|
28
|
-
"npm:@
|
|
29
|
-
"npm:@
|
|
29
|
+
"npm:@nanostores/preact@1": "1.0.0_nanostores@1.1.1_preact@10.28.4",
|
|
30
|
+
"npm:@nanostores/react@1": "1.0.0_nanostores@1.1.1_react@19.2.4",
|
|
31
|
+
"npm:@nanostores/vue@^1.1.0": "1.1.0_nanostores@1.1.1_vue@3.5.29__typescript@5.9.3_typescript@5.9.3",
|
|
32
|
+
"npm:@playwright/test@1.58.2": "1.58.2",
|
|
33
|
+
"npm:@preact/preset-vite@^2.10.3": "2.10.3_@babel+core@7.29.0_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_preact@10.28.4_@types+node@25.3.5",
|
|
34
|
+
"npm:@sveltejs/vite-plugin-svelte@^6.2.4": "6.2.4_svelte@5.53.7__acorn@8.16.0_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5",
|
|
35
|
+
"npm:@testing-library/angular@^19.1.0": "19.1.0_@angular+common@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@angular+core@21.2.1__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+platform-browser@21.2.1__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@angular+router@21.2.1__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+platform-browser@21.2.1___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__rxjs@7.8.2__@angular+compiler@21.2.1__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2_@testing-library+dom@10.4.1_rxjs@7.8.2_@angular+compiler@21.2.1_@angular+animations@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+compiler@21.2.1__rxjs@7.8.2",
|
|
30
36
|
"npm:@testing-library/dom@^10.4.1": "10.4.1",
|
|
31
37
|
"npm:@testing-library/jest-dom@^6.9.1": "6.9.1",
|
|
32
|
-
"npm:@testing-library/
|
|
38
|
+
"npm:@testing-library/preact@^3.2.4": "3.2.4_preact@10.28.4",
|
|
39
|
+
"npm:@testing-library/react@^16.3.2": "16.3.2_@testing-library+dom@10.4.1_@types+react@19.2.14_@types+react-dom@19.2.3__@types+react@19.2.14_react@19.2.4_react-dom@19.2.4__react@19.2.4",
|
|
40
|
+
"npm:@testing-library/svelte@^5.3.1": "5.3.1_svelte@5.53.7__acorn@8.16.0_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_vitest@4.0.18__@types+node@25.3.5__happy-dom@20.8.3__vite@7.3.1___@types+node@25.3.5___sass@1.97.3___picomatch@4.0.3_@types+node@25.3.5_happy-dom@20.8.3",
|
|
33
41
|
"npm:@testing-library/user-event@^14.6.1": "14.6.1_@testing-library+dom@10.4.1",
|
|
34
|
-
"npm:@testing-library/vue@^8.1.0": "8.1.0_vue@3.5.
|
|
42
|
+
"npm:@testing-library/vue@^8.1.0": "8.1.0_vue@3.5.29__typescript@5.9.3_typescript@5.9.3",
|
|
35
43
|
"npm:@types/js-beautify@^1.14.3": "1.14.3",
|
|
36
|
-
"npm:@types/node@^25.
|
|
37
|
-
"npm:@types/react-dom@^19.2.3": "19.2.3_@types+react@19.2.
|
|
38
|
-
"npm:@types/react@^19.2.
|
|
39
|
-
"npm:@vitejs/plugin-react@^5.1.
|
|
40
|
-
"npm:@vitejs/plugin-vue@^6.0.
|
|
41
|
-
"npm:angular-eslint@^21.
|
|
42
|
-
"npm:astro@^5.
|
|
44
|
+
"npm:@types/node@^25.3.5": "25.3.5",
|
|
45
|
+
"npm:@types/react-dom@^19.2.3": "19.2.3_@types+react@19.2.14",
|
|
46
|
+
"npm:@types/react@^19.2.14": "19.2.14",
|
|
47
|
+
"npm:@vitejs/plugin-react@^5.1.4": "5.1.4_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@babel+core@7.29.0_@types+node@25.3.5",
|
|
48
|
+
"npm:@vitejs/plugin-vue@^6.0.4": "6.0.4_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_vue@3.5.29__typescript@5.9.3_@types+node@25.3.5_typescript@5.9.3",
|
|
49
|
+
"npm:angular-eslint@^21.3.0": "21.3.0_@angular+cli@21.2.1__@types+node@25.3.5__@inquirer+prompts@7.10.1___@types+node@25.3.5__listr2@9.0.5__zod@4.3.6_eslint@9.39.4_typescript@5.9.3_typescript-eslint@8.56.1__eslint@9.39.4__typescript@5.9.3__@typescript-eslint+parser@8.56.1___eslint@9.39.4___typescript@5.9.3_@typescript-eslint+utils@8.56.1__eslint@9.39.4__typescript@5.9.3_@angular-eslint+template-parser@21.3.0__eslint@9.39.4__typescript@5.9.3_@typescript-eslint+types@8.56.1_@types+node@25.3.5",
|
|
50
|
+
"npm:astro@^5.18.0": "5.18.0_typescript@5.9.3_@types+node@25.3.5_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_zod@3.25.76",
|
|
43
51
|
"npm:better-npm-audit@^3.11.0": "3.11.0",
|
|
44
|
-
"npm:
|
|
45
|
-
"npm:
|
|
46
|
-
"npm:eslint-config-prettier@^10.1.8": "10.1.8_eslint@9.39.
|
|
47
|
-
"npm:eslint-plugin-astro@^1.
|
|
48
|
-
"npm:eslint-plugin-import@^2.32.0": "2.32.0_eslint@9.39.
|
|
49
|
-
"npm:eslint-plugin-jest-dom@^5.5.0": "5.5.0_@testing-library+dom@10.4.1_eslint@9.39.
|
|
50
|
-
"npm:eslint-plugin-jest@^29.
|
|
51
|
-
"npm:eslint-plugin-perfectionist@^5.
|
|
52
|
-
"npm:eslint-plugin-playwright@^2.
|
|
53
|
-
"npm:eslint-plugin-react-hooks@^7.0.1": "7.0.1_eslint@9.39.
|
|
54
|
-
"npm:eslint-plugin-react@^7.37.5": "7.37.5_eslint@9.39.
|
|
55
|
-
"npm:eslint-plugin-
|
|
56
|
-
"npm:eslint-plugin-
|
|
57
|
-
"npm:eslint@^
|
|
58
|
-
"npm:
|
|
59
|
-
"npm:
|
|
60
|
-
"npm:
|
|
52
|
+
"npm:dotenv@^17.3.1": "17.3.1",
|
|
53
|
+
"npm:eslint-config-preact@2": "2.0.0_eslint@9.39.4_@babel+core@7.29.0",
|
|
54
|
+
"npm:eslint-config-prettier@^10.1.8": "10.1.8_eslint@9.39.4",
|
|
55
|
+
"npm:eslint-plugin-astro@^1.6.0": "1.6.0_eslint@9.39.4",
|
|
56
|
+
"npm:eslint-plugin-import@^2.32.0": "2.32.0_eslint@9.39.4",
|
|
57
|
+
"npm:eslint-plugin-jest-dom@^5.5.0": "5.5.0_@testing-library+dom@10.4.1_eslint@9.39.4",
|
|
58
|
+
"npm:eslint-plugin-jest@^29.15.0": "29.15.0_eslint@9.39.4_typescript@5.9.3",
|
|
59
|
+
"npm:eslint-plugin-perfectionist@^5.6.0": "5.6.0_eslint@9.39.4_typescript@5.9.3",
|
|
60
|
+
"npm:eslint-plugin-playwright@^2.9.0": "2.9.0_eslint@9.39.4",
|
|
61
|
+
"npm:eslint-plugin-react-hooks@^7.0.1": "7.0.1_eslint@9.39.4_zod@4.3.6",
|
|
62
|
+
"npm:eslint-plugin-react@^7.37.5": "7.37.5_eslint@9.39.4",
|
|
63
|
+
"npm:eslint-plugin-svelte@^3.15.0": "3.15.0_eslint@9.39.4_svelte@5.53.7__acorn@8.16.0_postcss@8.5.6_ts-node@10.9.2__@types+node@25.3.5__typescript@5.9.3_@types+node@25.3.5_typescript@5.9.3",
|
|
64
|
+
"npm:eslint-plugin-testing-library@^7.16.0": "7.16.0_eslint@9.39.4_typescript@5.9.3",
|
|
65
|
+
"npm:eslint-plugin-vue@^10.8.0": "10.8.0_eslint@9.39.4_vue-eslint-parser@10.4.0__eslint@9.39.4",
|
|
66
|
+
"npm:eslint@^9.39.4": "9.39.4",
|
|
67
|
+
"npm:globals@^17.4.0": "17.4.0",
|
|
68
|
+
"npm:happy-dom@^20.8.3": "20.8.3",
|
|
61
69
|
"npm:improved-yarn-audit@^3.0.4": "3.0.4",
|
|
62
70
|
"npm:js-beautify@^1.15.4": "1.15.4",
|
|
63
|
-
"npm:nanostores@^1.1.
|
|
71
|
+
"npm:nanostores@^1.1.1": "1.1.1",
|
|
64
72
|
"npm:patch-package@^8.0.1": "8.0.1",
|
|
73
|
+
"npm:playwright@1.58.2": "1.58.2",
|
|
74
|
+
"npm:preact@^10.28.4": "10.28.4",
|
|
75
|
+
"npm:prettier-plugin-svelte@^3.5.1": "3.5.1_prettier@3.8.1_svelte@5.53.7__acorn@8.16.0",
|
|
65
76
|
"npm:prettier@^3.8.1": "3.8.1",
|
|
66
|
-
"npm:qs@^6.14.2": "6.14.2",
|
|
67
77
|
"npm:react-dom@^19.2.4": "19.2.4_react@19.2.4",
|
|
68
78
|
"npm:react@^19.2.4": "19.2.4",
|
|
69
|
-
"npm:rollup@^4.59.0": "4.59.0",
|
|
70
79
|
"npm:rxjs@^7.8.2": "7.8.2",
|
|
71
|
-
"npm:
|
|
72
|
-
"npm:
|
|
80
|
+
"npm:svelte-eslint-parser@^1.6.0": "1.6.0_svelte@5.53.7__acorn@8.16.0_postcss@8.5.6",
|
|
81
|
+
"npm:svelte@^5.53.7": "5.53.7_acorn@8.16.0",
|
|
82
|
+
"npm:ts-node@^10.9.2": "10.9.2_@types+node@25.3.5_typescript@5.9.3",
|
|
73
83
|
"npm:tslib@^2.8.1": "2.8.1",
|
|
74
|
-
"npm:typescript-eslint@^8.
|
|
84
|
+
"npm:typescript-eslint@^8.56.1": "8.56.1_eslint@9.39.4_typescript@5.9.3_@typescript-eslint+parser@8.56.1__eslint@9.39.4__typescript@5.9.3",
|
|
75
85
|
"npm:typescript@^5.9.3": "5.9.3",
|
|
76
|
-
"npm:vite@^6.4.1
|
|
77
|
-
"npm:vitest@^4.0.18": "4.0.18_@types+node@25.
|
|
78
|
-
"npm:vue-eslint-parser@^10.
|
|
79
|
-
"npm:vue@^3.5.
|
|
80
|
-
"npm:zod@^3.25.76": "3.25.76"
|
|
86
|
+
"npm:vite@^6.4.1": "6.4.1_@types+node@25.3.5_picomatch@4.0.3",
|
|
87
|
+
"npm:vitest@^4.0.18": "4.0.18_@types+node@25.3.5_happy-dom@20.8.3_vite@7.3.1__@types+node@25.3.5__sass@1.97.3__picomatch@4.0.3",
|
|
88
|
+
"npm:vue-eslint-parser@^10.4.0": "10.4.0_eslint@9.39.4",
|
|
89
|
+
"npm:vue@^3.5.29": "3.5.29_typescript@5.9.3"
|
|
81
90
|
},
|
|
82
91
|
"npm": {
|
|
83
92
|
"@adobe/css-tools@4.4.4": {
|
|
@@ -201,8 +210,8 @@
|
|
|
201
210
|
"@jridgewell/trace-mapping@0.3.31"
|
|
202
211
|
]
|
|
203
212
|
},
|
|
204
|
-
"@analogjs/astro-angular@2.3.
|
|
205
|
-
"integrity": "sha512-
|
|
213
|
+
"@analogjs/astro-angular@2.3.1_@angular+animations@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+build@21.2.1__@angular+compiler@21.2.1__@angular+compiler-cli@21.2.1___@angular+compiler@21.2.1___typescript@5.9.3__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+platform-browser@21.2.1___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+platform-server@21.2.1___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+platform-browser@21.2.1____@angular+animations@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+common@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___rxjs@7.8.2___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2__tslib@2.8.1__typescript@5.9.3__vitest@4.0.18___@types+node@25.3.5___happy-dom@20.8.3___vite@7.3.1____@types+node@25.3.5____sass@1.97.3____picomatch@4.0.3__rxjs@7.8.2__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@types+node@25.3.5__vite@7.3.1___@types+node@25.3.5___sass@1.97.3___picomatch@4.0.3__sass@1.97.3__happy-dom@20.8.3_@angular+common@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@angular+compiler@21.2.1_@angular+compiler-cli@21.2.1__@angular+compiler@21.2.1__typescript@5.9.3_@angular+core@21.2.1__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+language-service@21.2.1_@angular+platform-browser@21.2.1__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@angular+platform-server@21.2.1__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+platform-browser@21.2.1___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__rxjs@7.8.2__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2_rxjs@7.8.2_tslib@2.8.1_typescript@5.9.3_vitest@4.0.18__@types+node@25.3.5__happy-dom@20.8.3__vite@7.3.1___@types+node@25.3.5___sass@1.97.3___picomatch@4.0.3_@types+node@25.3.5_happy-dom@20.8.3": {
|
|
214
|
+
"integrity": "sha512-t6ZFT5DKLuccBfeHobJuiUOPcetmznIvmzNsOdanbvt7PP8KLiun2Y1s8k1LfdndZC8Lt5r1K7IofyckW6oapg==",
|
|
206
215
|
"dependencies": [
|
|
207
216
|
"@analogjs/vite-plugin-angular",
|
|
208
217
|
"@angular/animations",
|
|
@@ -218,8 +227,8 @@
|
|
|
218
227
|
"tslib"
|
|
219
228
|
]
|
|
220
229
|
},
|
|
221
|
-
"@analogjs/vite-plugin-angular@2.3.
|
|
222
|
-
"integrity": "sha512-
|
|
230
|
+
"@analogjs/vite-plugin-angular@2.3.1_@angular+build@21.2.1__@angular+compiler@21.2.1__@angular+compiler-cli@21.2.1___@angular+compiler@21.2.1___typescript@5.9.3__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+platform-browser@21.2.1___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+platform-server@21.2.1___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+platform-browser@21.2.1____@angular+animations@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+common@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___rxjs@7.8.2___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2__tslib@2.8.1__typescript@5.9.3__vitest@4.0.18___@types+node@25.3.5___happy-dom@20.8.3___vite@7.3.1____@types+node@25.3.5____sass@1.97.3____picomatch@4.0.3__rxjs@7.8.2__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@types+node@25.3.5__vite@7.3.1___@types+node@25.3.5___sass@1.97.3___picomatch@4.0.3__sass@1.97.3__happy-dom@20.8.3_@angular+compiler@21.2.1_@angular+compiler-cli@21.2.1__@angular+compiler@21.2.1__typescript@5.9.3_@angular+core@21.2.1__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+platform-browser@21.2.1__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@angular+platform-server@21.2.1__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+platform-browser@21.2.1___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__rxjs@7.8.2__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2_tslib@2.8.1_typescript@5.9.3_vitest@4.0.18__@types+node@25.3.5__happy-dom@20.8.3__vite@7.3.1___@types+node@25.3.5___sass@1.97.3___picomatch@4.0.3_rxjs@7.8.2_@angular+animations@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+common@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@types+node@25.3.5_happy-dom@20.8.3": {
|
|
231
|
+
"integrity": "sha512-6ttSrMFBYwvS5JfovagfhkLaje1RjzztIniBWtH5G8wc6vrud77/sRJWVaVC4Ri4XRBTQ2kG5thSDumccX1B7g==",
|
|
223
232
|
"dependencies": [
|
|
224
233
|
"@angular/build",
|
|
225
234
|
"tinyglobby",
|
|
@@ -229,43 +238,25 @@
|
|
|
229
238
|
"@angular/build"
|
|
230
239
|
]
|
|
231
240
|
},
|
|
232
|
-
"@analogjs/vitest-angular@2.
|
|
233
|
-
"integrity": "sha512-
|
|
241
|
+
"@analogjs/vitest-angular@2.3.1_@analogjs+vite-plugin-angular@2.3.1__@angular+build@21.2.1___@angular+compiler@21.2.1___@angular+compiler-cli@21.2.1____@angular+compiler@21.2.1____typescript@5.9.3___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+platform-browser@21.2.1____@angular+animations@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+common@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+platform-server@21.2.1____@angular+common@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.1____@angular+compiler@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+platform-browser@21.2.1_____@angular+animations@21.2.1______@angular+core@21.2.1_______@angular+compiler@21.2.1_______rxjs@7.8.2______@angular+compiler@21.2.1______rxjs@7.8.2_____@angular+common@21.2.1______@angular+core@21.2.1_______@angular+compiler@21.2.1_______rxjs@7.8.2______rxjs@7.8.2______@angular+compiler@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.1____rxjs@7.8.2____@angular+animations@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____@angular+compiler@21.2.1_____rxjs@7.8.2___tslib@2.8.1___typescript@5.9.3___vitest@4.0.18____@types+node@25.3.5____happy-dom@20.8.3____vite@7.3.1_____@types+node@25.3.5_____sass@1.97.3_____picomatch@4.0.3___rxjs@7.8.2___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@types+node@25.3.5___vite@7.3.1____@types+node@25.3.5____sass@1.97.3____picomatch@4.0.3___sass@1.97.3___happy-dom@20.8.3__@angular+compiler@21.2.1__@angular+compiler-cli@21.2.1___@angular+compiler@21.2.1___typescript@5.9.3__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+platform-browser@21.2.1___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+platform-server@21.2.1___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+platform-browser@21.2.1____@angular+animations@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+common@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___rxjs@7.8.2___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2__tslib@2.8.1__typescript@5.9.3__vitest@4.0.18___@types+node@25.3.5___happy-dom@20.8.3___vite@7.3.1____@types+node@25.3.5____sass@1.97.3____picomatch@4.0.3__rxjs@7.8.2__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@types+node@25.3.5__happy-dom@20.8.3_@angular-devkit+architect@0.2102.1_@angular-devkit+schematics@21.2.1_vitest@4.0.18__@types+node@25.3.5__happy-dom@20.8.3__vite@7.3.1___@types+node@25.3.5___sass@1.97.3___picomatch@4.0.3_@angular+build@21.2.1__@angular+compiler@21.2.1__@angular+compiler-cli@21.2.1___@angular+compiler@21.2.1___typescript@5.9.3__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+platform-browser@21.2.1___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+platform-server@21.2.1___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+platform-browser@21.2.1____@angular+animations@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+common@21.2.1_____@angular+core@21.2.1______@angular+compiler@21.2.1______rxjs@7.8.2_____rxjs@7.8.2_____@angular+compiler@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___rxjs@7.8.2___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2__tslib@2.8.1__typescript@5.9.3__vitest@4.0.18___@types+node@25.3.5___happy-dom@20.8.3___vite@7.3.1____@types+node@25.3.5____sass@1.97.3____picomatch@4.0.3__rxjs@7.8.2__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@types+node@25.3.5__vite@7.3.1___@types+node@25.3.5___sass@1.97.3___picomatch@4.0.3__sass@1.97.3__happy-dom@20.8.3_@types+node@25.3.5_happy-dom@20.8.3_@angular+compiler@21.2.1_@angular+compiler-cli@21.2.1__@angular+compiler@21.2.1__typescript@5.9.3_@angular+core@21.2.1__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+platform-browser@21.2.1__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@angular+platform-server@21.2.1__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+platform-browser@21.2.1___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__rxjs@7.8.2__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2_tslib@2.8.1_typescript@5.9.3_rxjs@7.8.2_@angular+animations@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+common@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1": {
|
|
242
|
+
"integrity": "sha512-wbTLgeWDR9qPohE5vzGi4GJ0oHC/GmAhkzEMbt6xoAHbhvMsRrqsiiku03tejHcPqErMlsBotIeR/huAbJferQ==",
|
|
234
243
|
"dependencies": [
|
|
235
244
|
"@analogjs/vite-plugin-angular",
|
|
236
|
-
"@angular-devkit/architect
|
|
237
|
-
"
|
|
245
|
+
"@angular-devkit/architect",
|
|
246
|
+
"@angular-devkit/schematics",
|
|
247
|
+
"vitest@4.0.18_@types+node@25.3.5_happy-dom@20.8.3_vite@7.3.1__@types+node@25.3.5__sass@1.97.3__picomatch@4.0.3"
|
|
238
248
|
]
|
|
239
249
|
},
|
|
240
|
-
"@angular-devkit/architect@0.
|
|
241
|
-
"integrity": "sha512-
|
|
242
|
-
"dependencies": [
|
|
243
|
-
"@angular-devkit/core@21.1.5_ajv@8.18.0",
|
|
244
|
-
"rxjs"
|
|
245
|
-
],
|
|
246
|
-
"bin": true
|
|
247
|
-
},
|
|
248
|
-
"@angular-devkit/architect@0.2102.0": {
|
|
249
|
-
"integrity": "sha512-kYFwTNzToG2SJMxj2f41w3QRtdqlrFuF+bpZrtIaHOP078Ktld8EPIp9KqB0Y46Vvs69ifby5Q1/wPD9wA3iaw==",
|
|
250
|
+
"@angular-devkit/architect@0.2102.1": {
|
|
251
|
+
"integrity": "sha512-x2Qqz6oLYvEh9UBUG0AP1A4zROO/VP+k+zM9+4c2uZw1uqoBQFmutqgzncjVU7cR9R0RApgx9JRZHDFtQru68w==",
|
|
250
252
|
"dependencies": [
|
|
251
|
-
"@angular-devkit/core
|
|
253
|
+
"@angular-devkit/core",
|
|
252
254
|
"rxjs"
|
|
253
255
|
],
|
|
254
256
|
"bin": true
|
|
255
257
|
},
|
|
256
|
-
"@angular-devkit/core@21.
|
|
257
|
-
"integrity": "sha512-
|
|
258
|
-
"dependencies": [
|
|
259
|
-
"ajv@8.18.0",
|
|
260
|
-
"ajv-formats",
|
|
261
|
-
"jsonc-parser",
|
|
262
|
-
"picomatch@4.0.3",
|
|
263
|
-
"rxjs",
|
|
264
|
-
"source-map@0.7.6"
|
|
265
|
-
]
|
|
266
|
-
},
|
|
267
|
-
"@angular-devkit/core@21.2.0_ajv@8.18.0": {
|
|
268
|
-
"integrity": "sha512-HZdTn46Ca6qbb9Zef8R/+TWsk6mNKRm4rJyL3PxHP6HnVCwSPNZ0LNN9BjVREBs+UlRdXqBGFBZh5D1nBgu5GQ==",
|
|
258
|
+
"@angular-devkit/core@21.2.1_ajv@8.18.0": {
|
|
259
|
+
"integrity": "sha512-TpXGjERqVPN8EPt7LdmWAwh0oNQ/6uWFutzGZiXhJy81n1zb1O1XrqhRAmvP1cAo5O+na6IV2JkkCmxL6F8GUg==",
|
|
269
260
|
"dependencies": [
|
|
270
261
|
"ajv@8.18.0",
|
|
271
262
|
"ajv-formats",
|
|
@@ -275,31 +266,31 @@
|
|
|
275
266
|
"source-map@0.7.6"
|
|
276
267
|
]
|
|
277
268
|
},
|
|
278
|
-
"@angular-devkit/schematics@21.2.
|
|
279
|
-
"integrity": "sha512-
|
|
269
|
+
"@angular-devkit/schematics@21.2.1": {
|
|
270
|
+
"integrity": "sha512-CWoamHaasAHMjHcYqxbj0tMnoXxdGotcAz2SpiuWtH28Lnf5xfbTaJn/lwdMP8Wdh4tgA+uYh2l45A5auCwmkw==",
|
|
280
271
|
"dependencies": [
|
|
281
|
-
"@angular-devkit/core
|
|
272
|
+
"@angular-devkit/core",
|
|
282
273
|
"jsonc-parser",
|
|
283
274
|
"magic-string",
|
|
284
275
|
"ora",
|
|
285
276
|
"rxjs"
|
|
286
277
|
]
|
|
287
278
|
},
|
|
288
|
-
"@angular-eslint/builder@21.
|
|
289
|
-
"integrity": "sha512-
|
|
279
|
+
"@angular-eslint/builder@21.3.0_@angular+cli@21.2.1__@types+node@25.3.5__@inquirer+prompts@7.10.1___@types+node@25.3.5__listr2@9.0.5__zod@4.3.6_eslint@9.39.4_typescript@5.9.3_@types+node@25.3.5": {
|
|
280
|
+
"integrity": "sha512-26QUUouei52biUFAlJSrWNAU9tuF2miKwd8uHdxWwCF31xz+OxC5+NfudWvt1AFaYow7gWueX1QX3rNNtSPDrg==",
|
|
290
281
|
"dependencies": [
|
|
291
|
-
"@angular-devkit/architect
|
|
292
|
-
"@angular-devkit/core
|
|
282
|
+
"@angular-devkit/architect",
|
|
283
|
+
"@angular-devkit/core",
|
|
293
284
|
"@angular/cli",
|
|
294
285
|
"eslint",
|
|
295
286
|
"typescript"
|
|
296
287
|
]
|
|
297
288
|
},
|
|
298
|
-
"@angular-eslint/bundled-angular-compiler@21.
|
|
299
|
-
"integrity": "sha512-
|
|
289
|
+
"@angular-eslint/bundled-angular-compiler@21.3.0": {
|
|
290
|
+
"integrity": "sha512-l521I24J9gJxyMbRkrM24Tc7W8J8BP+TDAmVs2nT8+lXbS3kg8QpWBRtd+hNUgq6o+vt+lKBkytnEfu8OiqeRg=="
|
|
300
291
|
},
|
|
301
|
-
"@angular-eslint/eslint-plugin-template@21.
|
|
302
|
-
"integrity": "sha512-
|
|
292
|
+
"@angular-eslint/eslint-plugin-template@21.3.0_@angular-eslint+template-parser@21.3.0__eslint@9.39.4__typescript@5.9.3_@typescript-eslint+types@8.56.1_@typescript-eslint+utils@8.56.1__eslint@9.39.4__typescript@5.9.3_eslint@9.39.4_typescript@5.9.3": {
|
|
293
|
+
"integrity": "sha512-lVixd/KypPWgA/5/pUOhJV9MTcaHjYZEqyOi+IiLk+h+maGxn6/s6Ot+20n+XGS85zAgOY+qUw6EEQ11hoojIQ==",
|
|
303
294
|
"dependencies": [
|
|
304
295
|
"@angular-eslint/bundled-angular-compiler",
|
|
305
296
|
"@angular-eslint/template-parser",
|
|
@@ -312,8 +303,8 @@
|
|
|
312
303
|
"typescript"
|
|
313
304
|
]
|
|
314
305
|
},
|
|
315
|
-
"@angular-eslint/eslint-plugin@21.
|
|
316
|
-
"integrity": "sha512-
|
|
306
|
+
"@angular-eslint/eslint-plugin@21.3.0_@typescript-eslint+utils@8.56.1__eslint@9.39.4__typescript@5.9.3_eslint@9.39.4_typescript@5.9.3": {
|
|
307
|
+
"integrity": "sha512-Whf/AUUBekOlfSJRS78m76YGrBQAZ3waXE7oOdlW5xEQvn8jBDN9EGuNnjg/syZzvzjK4ZpYC4g1XYXrc+fQIg==",
|
|
317
308
|
"dependencies": [
|
|
318
309
|
"@angular-eslint/bundled-angular-compiler",
|
|
319
310
|
"@angular-eslint/utils",
|
|
@@ -323,30 +314,30 @@
|
|
|
323
314
|
"typescript"
|
|
324
315
|
]
|
|
325
316
|
},
|
|
326
|
-
"@angular-eslint/schematics@21.
|
|
327
|
-
"integrity": "sha512-
|
|
317
|
+
"@angular-eslint/schematics@21.3.0_@angular+cli@21.2.1__@types+node@25.3.5__@inquirer+prompts@7.10.1___@types+node@25.3.5__listr2@9.0.5__zod@4.3.6_@typescript-eslint+utils@8.56.1__eslint@9.39.4__typescript@5.9.3_eslint@9.39.4_typescript@5.9.3_@angular-eslint+template-parser@21.3.0__eslint@9.39.4__typescript@5.9.3_@typescript-eslint+types@8.56.1_@types+node@25.3.5": {
|
|
318
|
+
"integrity": "sha512-8deU/zVY9f8k8kAQQ9PL130ox2VlrZw3fMxgsPNAY5tjQ0xk0J2YVSszYHhcqdMGG1J01IsxIjvQaJ4pFfEmMw==",
|
|
328
319
|
"dependencies": [
|
|
329
|
-
"@angular-devkit/core
|
|
320
|
+
"@angular-devkit/core",
|
|
330
321
|
"@angular-devkit/schematics",
|
|
331
322
|
"@angular-eslint/eslint-plugin",
|
|
332
323
|
"@angular-eslint/eslint-plugin-template",
|
|
333
324
|
"@angular/cli",
|
|
334
325
|
"ignore@7.0.5",
|
|
335
|
-
"semver@7.7.
|
|
326
|
+
"semver@7.7.4",
|
|
336
327
|
"strip-json-comments"
|
|
337
328
|
]
|
|
338
329
|
},
|
|
339
|
-
"@angular-eslint/template-parser@21.
|
|
340
|
-
"integrity": "sha512-
|
|
330
|
+
"@angular-eslint/template-parser@21.3.0_eslint@9.39.4_typescript@5.9.3": {
|
|
331
|
+
"integrity": "sha512-ysyou1zAY6M6rSZNdIcYKGd4nk6TCapamyFNB3ivmTlVZ0O35TS9o/rJ0aUttuHgDp+Ysgs3ql+LA746PXgCyQ==",
|
|
341
332
|
"dependencies": [
|
|
342
333
|
"@angular-eslint/bundled-angular-compiler",
|
|
343
334
|
"eslint",
|
|
344
|
-
"eslint-scope@9.1.
|
|
335
|
+
"eslint-scope@9.1.1",
|
|
345
336
|
"typescript"
|
|
346
337
|
]
|
|
347
338
|
},
|
|
348
|
-
"@angular-eslint/utils@21.
|
|
349
|
-
"integrity": "sha512-
|
|
339
|
+
"@angular-eslint/utils@21.3.0_@typescript-eslint+utils@8.56.1__eslint@9.39.4__typescript@5.9.3_eslint@9.39.4_typescript@5.9.3": {
|
|
340
|
+
"integrity": "sha512-oNigH6w3l+owTMboj/uFG0tHOy43uH8BpQRtBOQL1/s2+5in/BJ2Fjobv3SyizxTgeJ1FhRefbkT8GmVjK7jAA==",
|
|
350
341
|
"dependencies": [
|
|
351
342
|
"@angular-eslint/bundled-angular-compiler",
|
|
352
343
|
"@typescript-eslint/utils",
|
|
@@ -354,18 +345,18 @@
|
|
|
354
345
|
"typescript"
|
|
355
346
|
]
|
|
356
347
|
},
|
|
357
|
-
"@angular/animations@21.2.
|
|
358
|
-
"integrity": "sha512-
|
|
348
|
+
"@angular/animations@21.2.1_@angular+core@21.2.1__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+compiler@21.2.1_rxjs@7.8.2": {
|
|
349
|
+
"integrity": "sha512-zT/S29pUTbziCLvZ2itBdNWd5i8tsXexofH7KA4n2yvYmK1EhNpE7TlHRjghmsHgtDt4VnGiMW4zXEyrl05Dwg==",
|
|
359
350
|
"dependencies": [
|
|
360
351
|
"@angular/core",
|
|
361
352
|
"tslib"
|
|
362
353
|
]
|
|
363
354
|
},
|
|
364
|
-
"@angular/build@21.2.
|
|
365
|
-
"integrity": "sha512-
|
|
355
|
+
"@angular/build@21.2.1_@angular+compiler@21.2.1_@angular+compiler-cli@21.2.1__@angular+compiler@21.2.1__typescript@5.9.3_@angular+core@21.2.1__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+platform-browser@21.2.1__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@angular+platform-server@21.2.1__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+platform-browser@21.2.1___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__rxjs@7.8.2__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2_tslib@2.8.1_typescript@5.9.3_vitest@4.0.18__@types+node@25.3.5__happy-dom@20.8.3__vite@7.3.1___@types+node@25.3.5___sass@1.97.3___picomatch@4.0.3_rxjs@7.8.2_@angular+animations@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+common@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@types+node@25.3.5_vite@7.3.1__@types+node@25.3.5__sass@1.97.3__picomatch@4.0.3_sass@1.97.3_happy-dom@20.8.3": {
|
|
356
|
+
"integrity": "sha512-cUpLNHJp9taII/FOcJHHfQYlMcZSRaf6eIxgSNS6Xfx1CeGoJNDN+J8+GFk+H1CPJt1EvbfyZ+dE5DbsgTD/QQ==",
|
|
366
357
|
"dependencies": [
|
|
367
358
|
"@ampproject/remapping",
|
|
368
|
-
"@angular-devkit/architect
|
|
359
|
+
"@angular-devkit/architect",
|
|
369
360
|
"@angular/compiler",
|
|
370
361
|
"@angular/compiler-cli",
|
|
371
362
|
"@angular/core",
|
|
@@ -396,8 +387,8 @@
|
|
|
396
387
|
"tslib",
|
|
397
388
|
"typescript",
|
|
398
389
|
"undici",
|
|
399
|
-
"vite@7.3.1_@types+node@25.
|
|
400
|
-
"vitest@4.0.18_@types+node@25.
|
|
390
|
+
"vite@7.3.1_@types+node@25.3.5_sass@1.97.3_picomatch@4.0.3",
|
|
391
|
+
"vitest@4.0.18_@types+node@25.3.5_happy-dom@20.8.3_vite@7.3.1__@types+node@25.3.5__sass@1.97.3__picomatch@4.0.3_sass@1.97.3",
|
|
401
392
|
"watchpack"
|
|
402
393
|
],
|
|
403
394
|
"optionalDependencies": [
|
|
@@ -407,18 +398,18 @@
|
|
|
407
398
|
"@angular/core",
|
|
408
399
|
"@angular/platform-browser",
|
|
409
400
|
"@angular/platform-server",
|
|
410
|
-
"vitest@4.0.18_@types+node@25.
|
|
401
|
+
"vitest@4.0.18_@types+node@25.3.5_happy-dom@20.8.3_vite@7.3.1__@types+node@25.3.5__sass@1.97.3__picomatch@4.0.3_sass@1.97.3"
|
|
411
402
|
]
|
|
412
403
|
},
|
|
413
|
-
"@angular/cli@21.2.
|
|
414
|
-
"integrity": "sha512-
|
|
404
|
+
"@angular/cli@21.2.1_@types+node@25.3.5_@inquirer+prompts@7.10.1__@types+node@25.3.5_listr2@9.0.5_zod@4.3.6": {
|
|
405
|
+
"integrity": "sha512-5SRfMTgwFj1zXOpfeZWHsxZBni0J4Xz7/CbewG47D6DmbstOrSdgt6eNzJ62R650t0G9dpri2YvToZgImtbjOQ==",
|
|
415
406
|
"dependencies": [
|
|
416
|
-
"@angular-devkit/architect
|
|
417
|
-
"@angular-devkit/core
|
|
407
|
+
"@angular-devkit/architect",
|
|
408
|
+
"@angular-devkit/core",
|
|
418
409
|
"@angular-devkit/schematics",
|
|
419
410
|
"@inquirer/prompts",
|
|
420
411
|
"@listr2/prompt-adapter-inquirer",
|
|
421
|
-
"@modelcontextprotocol/sdk
|
|
412
|
+
"@modelcontextprotocol/sdk",
|
|
422
413
|
"@schematics/angular",
|
|
423
414
|
"@yarnpkg/lockfile",
|
|
424
415
|
"algoliasearch",
|
|
@@ -434,16 +425,16 @@
|
|
|
434
425
|
],
|
|
435
426
|
"bin": true
|
|
436
427
|
},
|
|
437
|
-
"@angular/common@21.2.
|
|
438
|
-
"integrity": "sha512-
|
|
428
|
+
"@angular/common@21.2.1_@angular+core@21.2.1__@angular+compiler@21.2.1__rxjs@7.8.2_rxjs@7.8.2_@angular+compiler@21.2.1": {
|
|
429
|
+
"integrity": "sha512-xhv2i1Q9s1kpGbGsfj+o36+XUC/TQLcZyRuRxn3GwaN7Rv34FabC88ycpvoE+sW/txj4JRx9yPA0dRSZjwZ+Gg==",
|
|
439
430
|
"dependencies": [
|
|
440
431
|
"@angular/core",
|
|
441
432
|
"rxjs",
|
|
442
433
|
"tslib"
|
|
443
434
|
]
|
|
444
435
|
},
|
|
445
|
-
"@angular/compiler-cli@21.2.
|
|
446
|
-
"integrity": "sha512-
|
|
436
|
+
"@angular/compiler-cli@21.2.1_@angular+compiler@21.2.1_typescript@5.9.3": {
|
|
437
|
+
"integrity": "sha512-qYCWLGtEju4cDtYLi4ZzbwKoF0lcGs+Lc31kuESvAzYvWNgk2EUOtwWo8kbgpAzAwSYodtxW6Q90iWEwfU6elw==",
|
|
447
438
|
"dependencies": [
|
|
448
439
|
"@angular/compiler",
|
|
449
440
|
"@babel/core",
|
|
@@ -461,14 +452,14 @@
|
|
|
461
452
|
],
|
|
462
453
|
"bin": true
|
|
463
454
|
},
|
|
464
|
-
"@angular/compiler@21.2.
|
|
465
|
-
"integrity": "sha512-
|
|
455
|
+
"@angular/compiler@21.2.1": {
|
|
456
|
+
"integrity": "sha512-FxWaSaii1vfHIFA+JksqQ8NGB2frfqCrs7Ju50a44kbwR4fmanfn/VsiS/CbwBp9vcyT/Br9X/jAG4RuK/U2nw==",
|
|
466
457
|
"dependencies": [
|
|
467
458
|
"tslib"
|
|
468
459
|
]
|
|
469
460
|
},
|
|
470
|
-
"@angular/core@21.2.
|
|
471
|
-
"integrity": "sha512-
|
|
461
|
+
"@angular/core@21.2.1_@angular+compiler@21.2.1_rxjs@7.8.2": {
|
|
462
|
+
"integrity": "sha512-pFTbg03s2ZI5cHNT+eWsGjwIIKiYkeAnodFbCAHjwFi9KCEYlTykFLjr9lcpGrBddfmAH7GE08Q73vgmsdcNHw==",
|
|
472
463
|
"dependencies": [
|
|
473
464
|
"@angular/compiler",
|
|
474
465
|
"rxjs",
|
|
@@ -478,11 +469,11 @@
|
|
|
478
469
|
"@angular/compiler"
|
|
479
470
|
]
|
|
480
471
|
},
|
|
481
|
-
"@angular/language-service@21.2.
|
|
482
|
-
"integrity": "sha512-
|
|
472
|
+
"@angular/language-service@21.2.1": {
|
|
473
|
+
"integrity": "sha512-L8EaNhWDKMny18RURg/Ju2Dix2e7qLL/s2yDQrawgjQRmXAMnjimz10w/EiiG7FMK/Hj5fLycS5X8VITq1f2rg=="
|
|
483
474
|
},
|
|
484
|
-
"@angular/platform-browser@21.2.
|
|
485
|
-
"integrity": "sha512-
|
|
475
|
+
"@angular/platform-browser@21.2.1_@angular+animations@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+common@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@angular+core@21.2.1__@angular+compiler@21.2.1__rxjs@7.8.2_rxjs@7.8.2_@angular+compiler@21.2.1": {
|
|
476
|
+
"integrity": "sha512-k4SJLxIaLT26vLjLuFL+ho0BiG5PrdxEsjsXFC7w5iUhomeouzkHVTZ4t7gaLNKrdRD7QNtU4Faw0nL0yx0ZPQ==",
|
|
486
477
|
"dependencies": [
|
|
487
478
|
"@angular/animations",
|
|
488
479
|
"@angular/common",
|
|
@@ -493,8 +484,8 @@
|
|
|
493
484
|
"@angular/animations"
|
|
494
485
|
]
|
|
495
486
|
},
|
|
496
|
-
"@angular/platform-server@21.2.
|
|
497
|
-
"integrity": "sha512-
|
|
487
|
+
"@angular/platform-server@21.2.1_@angular+common@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@angular+compiler@21.2.1_@angular+core@21.2.1__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+platform-browser@21.2.1__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_rxjs@7.8.2_@angular+animations@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+compiler@21.2.1__rxjs@7.8.2": {
|
|
488
|
+
"integrity": "sha512-ezIY3hKl98JIjQcy+wq+38w9ln2bplQ8HFpEsaYySjPPu5TYCQ/z8HFxpvgqK80SVfvE7ijbgY+ALzKCE30Fjg==",
|
|
498
489
|
"dependencies": [
|
|
499
490
|
"@angular/common",
|
|
500
491
|
"@angular/compiler",
|
|
@@ -505,8 +496,8 @@
|
|
|
505
496
|
"xhr2"
|
|
506
497
|
]
|
|
507
498
|
},
|
|
508
|
-
"@angular/router@21.2.
|
|
509
|
-
"integrity": "sha512-
|
|
499
|
+
"@angular/router@21.2.1_@angular+common@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@angular+core@21.2.1__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+platform-browser@21.2.1__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_rxjs@7.8.2_@angular+compiler@21.2.1_@angular+animations@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+compiler@21.2.1__rxjs@7.8.2": {
|
|
500
|
+
"integrity": "sha512-FUKG+8ImQYxmlDUdAs7+VeS/VrBNrbo0zGiKkzVNU/bbcCyroKXJLXFtkFI3qmROiJNyIta2IMBCHJvIjLIMig==",
|
|
510
501
|
"dependencies": [
|
|
511
502
|
"@angular/common",
|
|
512
503
|
"@angular/core",
|
|
@@ -518,8 +509,8 @@
|
|
|
518
509
|
"@antfu/utils@0.7.10": {
|
|
519
510
|
"integrity": "sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww=="
|
|
520
511
|
},
|
|
521
|
-
"@astrojs/compiler@2.13.
|
|
522
|
-
"integrity": "sha512-
|
|
512
|
+
"@astrojs/compiler@2.13.1": {
|
|
513
|
+
"integrity": "sha512-f3FN83d2G/v32ipNClRKgYv30onQlMZX1vCeZMjPsMMPl1mDpmbl0+N5BYo4S/ofzqJyS5hvwacEo0CCVDn/Qg=="
|
|
523
514
|
},
|
|
524
515
|
"@astrojs/internal-helpers@0.7.5": {
|
|
525
516
|
"integrity": "sha512-vreGnYSSKhAjFJCWAwe/CNhONvoc5lokxtRoZims+0wa3KbHBdPHSSthJsKxPd8d/aic6lWKpRTYGY/hsgK6EA=="
|
|
@@ -550,44 +541,65 @@
|
|
|
550
541
|
"vfile"
|
|
551
542
|
]
|
|
552
543
|
},
|
|
544
|
+
"@astrojs/preact@4.1.3_preact@10.28.4_@babel+core@7.29.0_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5": {
|
|
545
|
+
"integrity": "sha512-Ph416wbgyumkmYr7erZ83l/d+LXdZethlHRRCbgoKEn8wo3Rkq13shKFp0QYXYSDYxVaA6UBdkdimeowy/lMLQ==",
|
|
546
|
+
"dependencies": [
|
|
547
|
+
"@preact/preset-vite",
|
|
548
|
+
"@preact/signals",
|
|
549
|
+
"preact",
|
|
550
|
+
"preact-render-to-string",
|
|
551
|
+
"vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3"
|
|
552
|
+
]
|
|
553
|
+
},
|
|
553
554
|
"@astrojs/prism@3.3.0": {
|
|
554
555
|
"integrity": "sha512-q8VwfU/fDZNoDOf+r7jUnMC2//H2l0TuQ6FkGJL8vD8nw/q5KiL3DS1KKBI3QhI9UQhpJ5dc7AtqfbXWuOgLCQ==",
|
|
555
556
|
"dependencies": [
|
|
556
557
|
"prismjs"
|
|
557
558
|
]
|
|
558
559
|
},
|
|
559
|
-
"@astrojs/react@4.4.2_@types+react@19.2.
|
|
560
|
+
"@astrojs/react@4.4.2_@types+react@19.2.14_@types+react-dom@19.2.3__@types+react@19.2.14_react@19.2.4_react-dom@19.2.4__react@19.2.4_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5": {
|
|
560
561
|
"integrity": "sha512-1tl95bpGfuaDMDn8O3x/5Dxii1HPvzjvpL2YTuqOOrQehs60I2DKiDgh1jrKc7G8lv+LQT5H15V6QONQ+9waeQ==",
|
|
561
562
|
"dependencies": [
|
|
562
563
|
"@types/react",
|
|
563
564
|
"@types/react-dom",
|
|
564
|
-
"@vitejs/plugin-react@4.7.0_vite@6.4.1__@types+node@25.
|
|
565
|
+
"@vitejs/plugin-react@4.7.0_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@babel+core@7.29.0_@types+node@25.3.5",
|
|
565
566
|
"react",
|
|
566
567
|
"react-dom",
|
|
567
568
|
"ultrahtml",
|
|
568
|
-
"vite@6.4.1_@types+node@25.
|
|
569
|
+
"vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3"
|
|
570
|
+
]
|
|
571
|
+
},
|
|
572
|
+
"@astrojs/svelte@7.2.5_astro@5.18.0__typescript@5.9.3__@types+node@25.3.5__vite@6.4.1___@types+node@25.3.5___picomatch@4.0.3__zod@3.25.76_svelte@5.53.7__acorn@8.16.0_typescript@5.9.3_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5": {
|
|
573
|
+
"integrity": "sha512-Tl5aF/dYbzzd7sLpxMBX6pRz3yJ1B4pilt9G3GJbj0I0/doJHIEmerNQsnlxX0/InNKUhMXXN8wyyet9VhA+Zw==",
|
|
574
|
+
"dependencies": [
|
|
575
|
+
"@sveltejs/vite-plugin-svelte@5.1.1_svelte@5.53.7__acorn@8.16.0_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5",
|
|
576
|
+
"astro",
|
|
577
|
+
"svelte",
|
|
578
|
+
"svelte2tsx",
|
|
579
|
+
"typescript",
|
|
580
|
+
"vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3"
|
|
569
581
|
]
|
|
570
582
|
},
|
|
571
583
|
"@astrojs/telemetry@3.3.0": {
|
|
572
584
|
"integrity": "sha512-UFBgfeldP06qu6khs/yY+q1cDAaArM2/7AEIqQ9Cuvf7B1hNLq0xDrZkct+QoIGyjq56y8IaE2I3CTvG99mlhQ==",
|
|
573
585
|
"dependencies": [
|
|
574
|
-
"ci-info@4.
|
|
586
|
+
"ci-info@4.4.0",
|
|
575
587
|
"debug@4.4.3",
|
|
576
588
|
"dlv",
|
|
577
589
|
"dset",
|
|
578
590
|
"is-docker@3.0.0",
|
|
579
|
-
"is-wsl@3.1.
|
|
591
|
+
"is-wsl@3.1.1",
|
|
580
592
|
"which-pm-runs"
|
|
581
593
|
]
|
|
582
594
|
},
|
|
583
|
-
"@astrojs/vue@5.1.4_astro@5.
|
|
595
|
+
"@astrojs/vue@5.1.4_astro@5.18.0__typescript@5.9.3__@types+node@25.3.5__vite@6.4.1___@types+node@25.3.5___picomatch@4.0.3__zod@3.25.76_vue@3.5.29__typescript@5.9.3_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5_typescript@5.9.3": {
|
|
584
596
|
"integrity": "sha512-srE+3tgSnGG4FVr7Bs9JAgLcUAg1mtGrbBFdwlj++Y05Awwlc967WCcmOK6rnxQ6q5PcK5+WL2x2tKoWh5SN7A==",
|
|
585
597
|
"dependencies": [
|
|
586
|
-
"@vitejs/plugin-vue@5.2.4_vite@6.4.1__@types+node@25.
|
|
598
|
+
"@vitejs/plugin-vue@5.2.4_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_vue@3.5.29__typescript@5.9.3_@types+node@25.3.5_typescript@5.9.3",
|
|
587
599
|
"@vitejs/plugin-vue-jsx",
|
|
588
600
|
"@vue/compiler-sfc",
|
|
589
601
|
"astro",
|
|
590
|
-
"vite@6.4.1_@types+node@25.
|
|
602
|
+
"vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3",
|
|
591
603
|
"vite-plugin-vue-devtools",
|
|
592
604
|
"vue"
|
|
593
605
|
]
|
|
@@ -600,8 +612,8 @@
|
|
|
600
612
|
"picocolors"
|
|
601
613
|
]
|
|
602
614
|
},
|
|
603
|
-
"@babel/compat-data@7.
|
|
604
|
-
"integrity": "sha512-
|
|
615
|
+
"@babel/compat-data@7.29.0": {
|
|
616
|
+
"integrity": "sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg=="
|
|
605
617
|
},
|
|
606
618
|
"@babel/core@7.29.0": {
|
|
607
619
|
"integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==",
|
|
@@ -623,6 +635,16 @@
|
|
|
623
635
|
"semver@6.3.1"
|
|
624
636
|
]
|
|
625
637
|
},
|
|
638
|
+
"@babel/eslint-parser@7.28.6_@babel+core@7.29.0_eslint@9.39.4": {
|
|
639
|
+
"integrity": "sha512-QGmsKi2PBO/MHSQk+AAgA9R6OHQr+VqnniFE0eMWZcVcfBZoA2dKn2hUsl3Csg/Plt9opRUWdY7//VXsrIlEiA==",
|
|
640
|
+
"dependencies": [
|
|
641
|
+
"@babel/core",
|
|
642
|
+
"@nicolo-ribaudo/eslint-scope-5-internals",
|
|
643
|
+
"eslint",
|
|
644
|
+
"eslint-visitor-keys@2.1.0",
|
|
645
|
+
"semver@6.3.1"
|
|
646
|
+
]
|
|
647
|
+
},
|
|
626
648
|
"@babel/generator@7.29.1": {
|
|
627
649
|
"integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
|
|
628
650
|
"dependencies": [
|
|
@@ -742,8 +764,8 @@
|
|
|
742
764
|
],
|
|
743
765
|
"bin": true
|
|
744
766
|
},
|
|
745
|
-
"@babel/plugin-proposal-decorators@7.
|
|
746
|
-
"integrity": "sha512-
|
|
767
|
+
"@babel/plugin-proposal-decorators@7.29.0_@babel+core@7.29.0": {
|
|
768
|
+
"integrity": "sha512-CVBVv3VY/XRMxRYq5dwr2DS7/MvqPm23cOCjbwNnVrfOqcWlnefua1uUs0sjdKOGjvPUG633o07uWzJq4oI6dA==",
|
|
747
769
|
"dependencies": [
|
|
748
770
|
"@babel/core",
|
|
749
771
|
"@babel/helper-create-class-features-plugin",
|
|
@@ -751,6 +773,13 @@
|
|
|
751
773
|
"@babel/plugin-syntax-decorators"
|
|
752
774
|
]
|
|
753
775
|
},
|
|
776
|
+
"@babel/plugin-syntax-class-properties@7.12.13_@babel+core@7.29.0": {
|
|
777
|
+
"integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
|
|
778
|
+
"dependencies": [
|
|
779
|
+
"@babel/core",
|
|
780
|
+
"@babel/helper-plugin-utils"
|
|
781
|
+
]
|
|
782
|
+
},
|
|
754
783
|
"@babel/plugin-syntax-decorators@7.28.6_@babel+core@7.29.0": {
|
|
755
784
|
"integrity": "sha512-71EYI0ONURHJBL4rSFXnITXqXrrY8q4P0q006DPfN+Rk+ASM+++IBXem/ruokgBZR8YNEWZ8R6B+rCb8VcUTqA==",
|
|
756
785
|
"dependencies": [
|
|
@@ -786,6 +815,13 @@
|
|
|
786
815
|
"@babel/helper-plugin-utils"
|
|
787
816
|
]
|
|
788
817
|
},
|
|
818
|
+
"@babel/plugin-transform-react-jsx-development@7.27.1_@babel+core@7.29.0": {
|
|
819
|
+
"integrity": "sha512-ykDdF5yI4f1WrAolLqeF3hmYU12j9ntLQl/AOG1HAS21jxyg1Q0/J/tpREuYLfatGdGmXp/3yS0ZA76kOlVq9Q==",
|
|
820
|
+
"dependencies": [
|
|
821
|
+
"@babel/core",
|
|
822
|
+
"@babel/plugin-transform-react-jsx"
|
|
823
|
+
]
|
|
824
|
+
},
|
|
789
825
|
"@babel/plugin-transform-react-jsx-self@7.27.1_@babel+core@7.29.0": {
|
|
790
826
|
"integrity": "sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==",
|
|
791
827
|
"dependencies": [
|
|
@@ -800,6 +836,17 @@
|
|
|
800
836
|
"@babel/helper-plugin-utils"
|
|
801
837
|
]
|
|
802
838
|
},
|
|
839
|
+
"@babel/plugin-transform-react-jsx@7.28.6_@babel+core@7.29.0": {
|
|
840
|
+
"integrity": "sha512-61bxqhiRfAACulXSLd/GxqmAedUSrRZIu/cbaT18T1CetkTmtDN15it7i80ru4DVqRK1WMxQhXs+Lf9kajm5Ow==",
|
|
841
|
+
"dependencies": [
|
|
842
|
+
"@babel/core",
|
|
843
|
+
"@babel/helper-annotate-as-pure",
|
|
844
|
+
"@babel/helper-module-imports",
|
|
845
|
+
"@babel/helper-plugin-utils",
|
|
846
|
+
"@babel/plugin-syntax-jsx",
|
|
847
|
+
"@babel/types"
|
|
848
|
+
]
|
|
849
|
+
},
|
|
803
850
|
"@babel/plugin-transform-typescript@7.28.6_@babel+core@7.29.0": {
|
|
804
851
|
"integrity": "sha512-0YWL2RFxOqEm9Efk5PvreamxPME8OyY0wM5wh5lHjF+VtVhdneCWGzZeSqzOfiobVqQaNCd2z0tQvnI9DaPWPw==",
|
|
805
852
|
"dependencies": [
|
|
@@ -1132,7 +1179,7 @@
|
|
|
1132
1179
|
"os": ["win32"],
|
|
1133
1180
|
"cpu": ["x64"]
|
|
1134
1181
|
},
|
|
1135
|
-
"@eslint-community/eslint-utils@4.9.1_eslint@9.39.
|
|
1182
|
+
"@eslint-community/eslint-utils@4.9.1_eslint@9.39.4": {
|
|
1136
1183
|
"integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==",
|
|
1137
1184
|
"dependencies": [
|
|
1138
1185
|
"eslint",
|
|
@@ -1142,18 +1189,18 @@
|
|
|
1142
1189
|
"@eslint-community/regexpp@4.12.2": {
|
|
1143
1190
|
"integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew=="
|
|
1144
1191
|
},
|
|
1145
|
-
"@eslint/compat@2.0.
|
|
1146
|
-
"integrity": "sha512-
|
|
1192
|
+
"@eslint/compat@2.0.3_eslint@9.39.4": {
|
|
1193
|
+
"integrity": "sha512-SjIJhGigp8hmd1YGIBwh7Ovri7Kisl42GYFjrOyHhtfYGGoLW6teYi/5p8W50KSsawUPpuLOSmsq1bD0NGQLBw==",
|
|
1147
1194
|
"dependencies": [
|
|
1148
|
-
"@eslint/core@1.1.
|
|
1195
|
+
"@eslint/core@1.1.1",
|
|
1149
1196
|
"eslint"
|
|
1150
1197
|
],
|
|
1151
1198
|
"optionalPeers": [
|
|
1152
1199
|
"eslint"
|
|
1153
1200
|
]
|
|
1154
1201
|
},
|
|
1155
|
-
"@eslint/config-array@0.21.
|
|
1156
|
-
"integrity": "sha512-
|
|
1202
|
+
"@eslint/config-array@0.21.2": {
|
|
1203
|
+
"integrity": "sha512-nJl2KGTlrf9GjLimgIru+V/mzgSK0ABCDQRvxw5BjURL7WfH5uoWmizbH7QB6MmnMBd8cIC9uceWnezL1VZWWw==",
|
|
1157
1204
|
"dependencies": [
|
|
1158
1205
|
"@eslint/object-schema",
|
|
1159
1206
|
"debug@4.4.3",
|
|
@@ -1172,14 +1219,14 @@
|
|
|
1172
1219
|
"@types/json-schema"
|
|
1173
1220
|
]
|
|
1174
1221
|
},
|
|
1175
|
-
"@eslint/core@1.1.
|
|
1176
|
-
"integrity": "sha512
|
|
1222
|
+
"@eslint/core@1.1.1": {
|
|
1223
|
+
"integrity": "sha512-QUPblTtE51/7/Zhfv8BDwO0qkkzQL7P/aWWbqcf4xWLEYn1oKjdO0gglQBB4GAsu7u6wjijbCmzsUTy6mnk6oQ==",
|
|
1177
1224
|
"dependencies": [
|
|
1178
1225
|
"@types/json-schema"
|
|
1179
1226
|
]
|
|
1180
1227
|
},
|
|
1181
|
-
"@eslint/eslintrc@3.3.
|
|
1182
|
-
"integrity": "sha512-
|
|
1228
|
+
"@eslint/eslintrc@3.3.5": {
|
|
1229
|
+
"integrity": "sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==",
|
|
1183
1230
|
"dependencies": [
|
|
1184
1231
|
"ajv@6.14.0",
|
|
1185
1232
|
"debug@4.4.3",
|
|
@@ -1192,8 +1239,8 @@
|
|
|
1192
1239
|
"strip-json-comments"
|
|
1193
1240
|
]
|
|
1194
1241
|
},
|
|
1195
|
-
"@eslint/js@9.39.
|
|
1196
|
-
"integrity": "sha512-
|
|
1242
|
+
"@eslint/js@9.39.4": {
|
|
1243
|
+
"integrity": "sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw=="
|
|
1197
1244
|
},
|
|
1198
1245
|
"@eslint/markdown@7.5.1": {
|
|
1199
1246
|
"integrity": "sha512-R8uZemG9dKTbru/DQRPblbJyXpObwKzo8rv1KYGGuPUPtjM4LXBYM9q5CIZAComzZupws3tWbDwam5AFpPLyJQ==",
|
|
@@ -1219,11 +1266,17 @@
|
|
|
1219
1266
|
"levn"
|
|
1220
1267
|
]
|
|
1221
1268
|
},
|
|
1269
|
+
"@gar/promise-retry@1.0.2": {
|
|
1270
|
+
"integrity": "sha512-Lm/ZLhDZcBECta3TmCQSngiQykFdfw+QtI1/GYMsZd4l3nG+P8WLB16XuS7WaBGLQ+9E+cOcWQsth9cayuGt8g==",
|
|
1271
|
+
"dependencies": [
|
|
1272
|
+
"retry@0.13.1"
|
|
1273
|
+
]
|
|
1274
|
+
},
|
|
1222
1275
|
"@harperfast/extended-iterable@1.0.3": {
|
|
1223
1276
|
"integrity": "sha512-sSAYhQca3rDWtQUHSAPeO7axFIUJOI6hn1gjRC5APVE1a90tuyT8f5WIgRsFhhWA7htNkju2veB9eWL6YHi/Lw=="
|
|
1224
1277
|
},
|
|
1225
|
-
"@hono/node-server@1.19.
|
|
1226
|
-
"integrity": "sha512-
|
|
1278
|
+
"@hono/node-server@1.19.10_hono@4.12.5": {
|
|
1279
|
+
"integrity": "sha512-hZ7nOssGqRgyV3FVVQdfi+U4q02uB23bpnYpdvNXkYTRRyWx84b7yf1ans+dnJ/7h41sGL3CeQTfO+ZGxuO+Iw==",
|
|
1227
1280
|
"dependencies": [
|
|
1228
1281
|
"hono"
|
|
1229
1282
|
]
|
|
@@ -1402,7 +1455,7 @@
|
|
|
1402
1455
|
"@inquirer/ansi@1.0.2": {
|
|
1403
1456
|
"integrity": "sha512-S8qNSZiYzFd0wAcyG5AXCvUHC5Sr7xpZ9wZ2py9XR88jUz8wooStVx5M6dRzczbBWjic9NP7+rY0Xi7qqK/aMQ=="
|
|
1404
1457
|
},
|
|
1405
|
-
"@inquirer/checkbox@4.3.2_@types+node@25.
|
|
1458
|
+
"@inquirer/checkbox@4.3.2_@types+node@25.3.5": {
|
|
1406
1459
|
"integrity": "sha512-VXukHf0RR1doGe6Sm4F0Em7SWYLTHSsbGfJdS9Ja2bX5/D5uwVOEjr07cncLROdBvmnvCATYEWlHqYmXv2IlQA==",
|
|
1407
1460
|
"dependencies": [
|
|
1408
1461
|
"@inquirer/ansi",
|
|
@@ -1416,7 +1469,7 @@
|
|
|
1416
1469
|
"@types/node"
|
|
1417
1470
|
]
|
|
1418
1471
|
},
|
|
1419
|
-
"@inquirer/confirm@5.1.21_@types+node@25.
|
|
1472
|
+
"@inquirer/confirm@5.1.21_@types+node@25.3.5": {
|
|
1420
1473
|
"integrity": "sha512-KR8edRkIsUayMXV+o3Gv+q4jlhENF9nMYUZs9PA2HzrXeHI8M5uDag70U7RJn9yyiMZSbtF5/UexBtAVtZGSbQ==",
|
|
1421
1474
|
"dependencies": [
|
|
1422
1475
|
"@inquirer/core",
|
|
@@ -1427,7 +1480,7 @@
|
|
|
1427
1480
|
"@types/node"
|
|
1428
1481
|
]
|
|
1429
1482
|
},
|
|
1430
|
-
"@inquirer/core@10.3.2_@types+node@25.
|
|
1483
|
+
"@inquirer/core@10.3.2_@types+node@25.3.5": {
|
|
1431
1484
|
"integrity": "sha512-43RTuEbfP8MbKzedNqBrlhhNKVwoK//vUFNW3Q3vZ88BLcrs4kYpGg+B2mm5p2K/HfygoCxuKwJJiv8PbGmE0A==",
|
|
1432
1485
|
"dependencies": [
|
|
1433
1486
|
"@inquirer/ansi",
|
|
@@ -1444,7 +1497,7 @@
|
|
|
1444
1497
|
"@types/node"
|
|
1445
1498
|
]
|
|
1446
1499
|
},
|
|
1447
|
-
"@inquirer/editor@4.2.23_@types+node@25.
|
|
1500
|
+
"@inquirer/editor@4.2.23_@types+node@25.3.5": {
|
|
1448
1501
|
"integrity": "sha512-aLSROkEwirotxZ1pBaP8tugXRFCxW94gwrQLxXfrZsKkfjOYC1aRvAZuhpJOb5cu4IBTJdsCigUlf2iCOu4ZDQ==",
|
|
1449
1502
|
"dependencies": [
|
|
1450
1503
|
"@inquirer/core",
|
|
@@ -1456,7 +1509,7 @@
|
|
|
1456
1509
|
"@types/node"
|
|
1457
1510
|
]
|
|
1458
1511
|
},
|
|
1459
|
-
"@inquirer/expand@4.0.23_@types+node@25.
|
|
1512
|
+
"@inquirer/expand@4.0.23_@types+node@25.3.5": {
|
|
1460
1513
|
"integrity": "sha512-nRzdOyFYnpeYTTR2qFwEVmIWypzdAx/sIkCMeTNTcflFOovfqUk+HcFhQQVBftAh9gmGrpFj6QcGEqrDMDOiew==",
|
|
1461
1514
|
"dependencies": [
|
|
1462
1515
|
"@inquirer/core",
|
|
@@ -1468,12 +1521,12 @@
|
|
|
1468
1521
|
"@types/node"
|
|
1469
1522
|
]
|
|
1470
1523
|
},
|
|
1471
|
-
"@inquirer/external-editor@1.0.3_@types+node@25.
|
|
1524
|
+
"@inquirer/external-editor@1.0.3_@types+node@25.3.5": {
|
|
1472
1525
|
"integrity": "sha512-RWbSrDiYmO4LbejWY7ttpxczuwQyZLBUyygsA9Nsv95hpzUWwnNTVQmAq3xuh7vNwCp07UTmE5i11XAEExx4RA==",
|
|
1473
1526
|
"dependencies": [
|
|
1474
1527
|
"@types/node",
|
|
1475
1528
|
"chardet",
|
|
1476
|
-
"iconv-lite
|
|
1529
|
+
"iconv-lite"
|
|
1477
1530
|
],
|
|
1478
1531
|
"optionalPeers": [
|
|
1479
1532
|
"@types/node"
|
|
@@ -1482,7 +1535,7 @@
|
|
|
1482
1535
|
"@inquirer/figures@1.0.15": {
|
|
1483
1536
|
"integrity": "sha512-t2IEY+unGHOzAaVM5Xx6DEWKeXlDDcNPeDyUpsRc6CUhBfU3VQOEl+Vssh7VNp1dR8MdUJBWhuObjXCsVpjN5g=="
|
|
1484
1537
|
},
|
|
1485
|
-
"@inquirer/input@4.3.1_@types+node@25.
|
|
1538
|
+
"@inquirer/input@4.3.1_@types+node@25.3.5": {
|
|
1486
1539
|
"integrity": "sha512-kN0pAM4yPrLjJ1XJBjDxyfDduXOuQHrBB8aLDMueuwUGn+vNpF7Gq7TvyVxx8u4SHlFFj4trmj+a2cbpG4Jn1g==",
|
|
1487
1540
|
"dependencies": [
|
|
1488
1541
|
"@inquirer/core",
|
|
@@ -1493,7 +1546,7 @@
|
|
|
1493
1546
|
"@types/node"
|
|
1494
1547
|
]
|
|
1495
1548
|
},
|
|
1496
|
-
"@inquirer/number@3.0.23_@types+node@25.
|
|
1549
|
+
"@inquirer/number@3.0.23_@types+node@25.3.5": {
|
|
1497
1550
|
"integrity": "sha512-5Smv0OK7K0KUzUfYUXDXQc9jrf8OHo4ktlEayFlelCjwMXz0299Y8OrI+lj7i4gCBY15UObk76q0QtxjzFcFcg==",
|
|
1498
1551
|
"dependencies": [
|
|
1499
1552
|
"@inquirer/core",
|
|
@@ -1504,7 +1557,7 @@
|
|
|
1504
1557
|
"@types/node"
|
|
1505
1558
|
]
|
|
1506
1559
|
},
|
|
1507
|
-
"@inquirer/password@4.0.23_@types+node@25.
|
|
1560
|
+
"@inquirer/password@4.0.23_@types+node@25.3.5": {
|
|
1508
1561
|
"integrity": "sha512-zREJHjhT5vJBMZX/IUbyI9zVtVfOLiTO66MrF/3GFZYZ7T4YILW5MSkEYHceSii/KtRk+4i3RE7E1CUXA2jHcA==",
|
|
1509
1562
|
"dependencies": [
|
|
1510
1563
|
"@inquirer/ansi",
|
|
@@ -1516,7 +1569,7 @@
|
|
|
1516
1569
|
"@types/node"
|
|
1517
1570
|
]
|
|
1518
1571
|
},
|
|
1519
|
-
"@inquirer/prompts@7.10.1_@types+node@25.
|
|
1572
|
+
"@inquirer/prompts@7.10.1_@types+node@25.3.5": {
|
|
1520
1573
|
"integrity": "sha512-Dx/y9bCQcXLI5ooQ5KyvA4FTgeo2jYj/7plWfV5Ak5wDPKQZgudKez2ixyfz7tKXzcJciTxqLeK7R9HItwiByg==",
|
|
1521
1574
|
"dependencies": [
|
|
1522
1575
|
"@inquirer/checkbox",
|
|
@@ -1535,7 +1588,7 @@
|
|
|
1535
1588
|
"@types/node"
|
|
1536
1589
|
]
|
|
1537
1590
|
},
|
|
1538
|
-
"@inquirer/rawlist@4.1.11_@types+node@25.
|
|
1591
|
+
"@inquirer/rawlist@4.1.11_@types+node@25.3.5": {
|
|
1539
1592
|
"integrity": "sha512-+LLQB8XGr3I5LZN/GuAHo+GpDJegQwuPARLChlMICNdwW7OwV2izlCSCxN6cqpL0sMXmbKbFcItJgdQq5EBXTw==",
|
|
1540
1593
|
"dependencies": [
|
|
1541
1594
|
"@inquirer/core",
|
|
@@ -1547,7 +1600,7 @@
|
|
|
1547
1600
|
"@types/node"
|
|
1548
1601
|
]
|
|
1549
1602
|
},
|
|
1550
|
-
"@inquirer/search@3.2.2_@types+node@25.
|
|
1603
|
+
"@inquirer/search@3.2.2_@types+node@25.3.5": {
|
|
1551
1604
|
"integrity": "sha512-p2bvRfENXCZdWF/U2BXvnSI9h+tuA8iNqtUKb9UWbmLYCRQxd8WkvwWvYn+3NgYaNwdUkHytJMGG4MMLucI1kA==",
|
|
1552
1605
|
"dependencies": [
|
|
1553
1606
|
"@inquirer/core",
|
|
@@ -1560,7 +1613,7 @@
|
|
|
1560
1613
|
"@types/node"
|
|
1561
1614
|
]
|
|
1562
1615
|
},
|
|
1563
|
-
"@inquirer/select@4.4.2_@types+node@25.
|
|
1616
|
+
"@inquirer/select@4.4.2_@types+node@25.3.5": {
|
|
1564
1617
|
"integrity": "sha512-l4xMuJo55MAe+N7Qr4rX90vypFwCajSakx59qe/tMaC1aEHWLyw68wF4o0A4SLAY4E0nd+Vt+EyskeDIqu1M6w==",
|
|
1565
1618
|
"dependencies": [
|
|
1566
1619
|
"@inquirer/ansi",
|
|
@@ -1574,7 +1627,7 @@
|
|
|
1574
1627
|
"@types/node"
|
|
1575
1628
|
]
|
|
1576
1629
|
},
|
|
1577
|
-
"@inquirer/type@3.0.10_@types+node@25.
|
|
1630
|
+
"@inquirer/type@3.0.10_@types+node@25.3.5": {
|
|
1578
1631
|
"integrity": "sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==",
|
|
1579
1632
|
"dependencies": [
|
|
1580
1633
|
"@types/node"
|
|
@@ -1583,21 +1636,12 @@
|
|
|
1583
1636
|
"@types/node"
|
|
1584
1637
|
]
|
|
1585
1638
|
},
|
|
1586
|
-
"@isaacs/balanced-match@4.0.1": {
|
|
1587
|
-
"integrity": "sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ=="
|
|
1588
|
-
},
|
|
1589
|
-
"@isaacs/brace-expansion@5.0.1": {
|
|
1590
|
-
"integrity": "sha512-WMz71T1JS624nWj2n2fnYAuPovhv7EUhk69R6i9dsVyzxt5eM3bjwvgk9L+APE1TRscGysAVMANkB0jh0LQZrQ==",
|
|
1591
|
-
"dependencies": [
|
|
1592
|
-
"@isaacs/balanced-match"
|
|
1593
|
-
]
|
|
1594
|
-
},
|
|
1595
1639
|
"@isaacs/cliui@8.0.2": {
|
|
1596
1640
|
"integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
|
|
1597
1641
|
"dependencies": [
|
|
1598
1642
|
"string-width@5.1.2",
|
|
1599
1643
|
"string-width-cjs@npm:string-width@4.2.3",
|
|
1600
|
-
"strip-ansi@7.
|
|
1644
|
+
"strip-ansi@7.2.0",
|
|
1601
1645
|
"strip-ansi-cjs@npm:strip-ansi@6.0.1",
|
|
1602
1646
|
"wrap-ansi@8.1.0",
|
|
1603
1647
|
"wrap-ansi-cjs@npm:wrap-ansi@7.0.0"
|
|
@@ -1606,7 +1650,7 @@
|
|
|
1606
1650
|
"@isaacs/fs-minipass@4.0.1": {
|
|
1607
1651
|
"integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==",
|
|
1608
1652
|
"dependencies": [
|
|
1609
|
-
"minipass@7.1.
|
|
1653
|
+
"minipass@7.1.3"
|
|
1610
1654
|
]
|
|
1611
1655
|
},
|
|
1612
1656
|
"@istanbuljs/schema@0.1.3": {
|
|
@@ -1646,7 +1690,7 @@
|
|
|
1646
1690
|
"@jridgewell/sourcemap-codec"
|
|
1647
1691
|
]
|
|
1648
1692
|
},
|
|
1649
|
-
"@listr2/prompt-adapter-inquirer@3.0.5_@inquirer+prompts@7.10.1__@types+node@25.
|
|
1693
|
+
"@listr2/prompt-adapter-inquirer@3.0.5_@inquirer+prompts@7.10.1__@types+node@25.3.5_listr2@9.0.5_@types+node@25.3.5": {
|
|
1650
1694
|
"integrity": "sha512-WELs+hj6xcilkloBXYf9XXK8tYEnKsgLj01Xl5ONUJpKjmT5hGVUzNUS5tooUxs7pGMrw+jFD/41WpqW4V3LDA==",
|
|
1651
1695
|
"dependencies": [
|
|
1652
1696
|
"@inquirer/prompts",
|
|
@@ -1689,29 +1733,13 @@
|
|
|
1689
1733
|
"os": ["win32"],
|
|
1690
1734
|
"cpu": ["x64"]
|
|
1691
1735
|
},
|
|
1692
|
-
"@
|
|
1693
|
-
"integrity": "sha512-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
"ajv-formats",
|
|
1698
|
-
"content-type",
|
|
1699
|
-
"cors",
|
|
1700
|
-
"cross-spawn",
|
|
1701
|
-
"eventsource",
|
|
1702
|
-
"eventsource-parser",
|
|
1703
|
-
"express",
|
|
1704
|
-
"express-rate-limit",
|
|
1705
|
-
"hono",
|
|
1706
|
-
"jose",
|
|
1707
|
-
"json-schema-typed",
|
|
1708
|
-
"pkce-challenge",
|
|
1709
|
-
"raw-body",
|
|
1710
|
-
"zod@3.25.76",
|
|
1711
|
-
"zod-to-json-schema@3.25.1_zod@3.25.76"
|
|
1712
|
-
]
|
|
1736
|
+
"@mdn/browser-compat-data@5.7.6": {
|
|
1737
|
+
"integrity": "sha512-7xdrMX0Wk7grrTZQwAoy1GkvPMFoizStUoL+VmtUkAxegbCCec+3FKwOM6yc/uGU5+BEczQHXAlWiqvM8JeENg=="
|
|
1738
|
+
},
|
|
1739
|
+
"@mdn/browser-compat-data@6.1.5": {
|
|
1740
|
+
"integrity": "sha512-PzdZZzRhcXvKB0begee28n5lvwAcinGKYuLZOVxHAZm+n7y01ddEGfdS1ZXRuVcV+ndG6mSEAE8vgudom5UjYg=="
|
|
1713
1741
|
},
|
|
1714
|
-
"@modelcontextprotocol/sdk@1.26.0_zod@4.3.6_hono@4.12.
|
|
1742
|
+
"@modelcontextprotocol/sdk@1.26.0_zod@4.3.6_hono@4.12.5_ajv@8.18.0_express@5.2.1": {
|
|
1715
1743
|
"integrity": "sha512-Y5RmPncpiDtTXDbLKswIJzTqu2hyBKxTNsgKqKclDbhIgg1wgtf1fRuvxgTnRfcnxtvvgbIEcqUOzZrJ6iSReg==",
|
|
1716
1744
|
"dependencies": [
|
|
1717
1745
|
"@hono/node-server",
|
|
@@ -1763,15 +1791,22 @@
|
|
|
1763
1791
|
"os": ["win32"],
|
|
1764
1792
|
"cpu": ["x64"]
|
|
1765
1793
|
},
|
|
1766
|
-
"@nanostores/
|
|
1794
|
+
"@nanostores/preact@1.0.0_nanostores@1.1.1_preact@10.28.4": {
|
|
1795
|
+
"integrity": "sha512-woHYvSwau1YtO9AEnGsh/jRPU2u5DTfNSrDHtKMZOeDUWV6EJfvyv7dJ7AaMps2I9uJcY6OlqXKkA9qTctEjyw==",
|
|
1796
|
+
"dependencies": [
|
|
1797
|
+
"nanostores",
|
|
1798
|
+
"preact"
|
|
1799
|
+
]
|
|
1800
|
+
},
|
|
1801
|
+
"@nanostores/react@1.0.0_nanostores@1.1.1_react@19.2.4": {
|
|
1767
1802
|
"integrity": "sha512-eDduyNy+lbQJMg6XxZ/YssQqF6b4OXMFEZMYKPJCCmBevp1lg0g+4ZRi94qGHirMtsNfAWKNwsjOhC+q1gvC+A==",
|
|
1768
1803
|
"dependencies": [
|
|
1769
1804
|
"nanostores",
|
|
1770
1805
|
"react"
|
|
1771
1806
|
]
|
|
1772
1807
|
},
|
|
1773
|
-
"@nanostores/vue@1.
|
|
1774
|
-
"integrity": "sha512-
|
|
1808
|
+
"@nanostores/vue@1.1.0_nanostores@1.1.1_vue@3.5.29__typescript@5.9.3_typescript@5.9.3": {
|
|
1809
|
+
"integrity": "sha512-14eY8/YA0AbtWkAjk8zHKxbjcuPubF+M7y9afQzg2b5VqRJcashwA0100vprau13BTBSynUmU6ZsU6x03YidjA==",
|
|
1775
1810
|
"dependencies": [
|
|
1776
1811
|
"nanostores",
|
|
1777
1812
|
"vue"
|
|
@@ -1892,6 +1927,12 @@
|
|
|
1892
1927
|
"@tybys/wasm-util"
|
|
1893
1928
|
]
|
|
1894
1929
|
},
|
|
1930
|
+
"@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1": {
|
|
1931
|
+
"integrity": "sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==",
|
|
1932
|
+
"dependencies": [
|
|
1933
|
+
"eslint-scope@5.1.1"
|
|
1934
|
+
]
|
|
1935
|
+
},
|
|
1895
1936
|
"@nodelib/fs.scandir@2.1.5": {
|
|
1896
1937
|
"integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
|
|
1897
1938
|
"dependencies": [
|
|
@@ -1915,7 +1956,7 @@
|
|
|
1915
1956
|
"agent-base",
|
|
1916
1957
|
"http-proxy-agent",
|
|
1917
1958
|
"https-proxy-agent",
|
|
1918
|
-
"lru-cache@11.2.
|
|
1959
|
+
"lru-cache@11.2.6",
|
|
1919
1960
|
"socks-proxy-agent"
|
|
1920
1961
|
]
|
|
1921
1962
|
},
|
|
@@ -1925,17 +1966,17 @@
|
|
|
1925
1966
|
"semver@7.7.4"
|
|
1926
1967
|
]
|
|
1927
1968
|
},
|
|
1928
|
-
"@npmcli/git@7.0.
|
|
1929
|
-
"integrity": "sha512
|
|
1969
|
+
"@npmcli/git@7.0.2": {
|
|
1970
|
+
"integrity": "sha512-oeolHDjExNAJAnlYP2qzNjMX/Xi9bmu78C9dIGr4xjobrSKbuMYCph8lTzn4vnW3NjIqVmw/f8BCfouqyJXlRg==",
|
|
1930
1971
|
"dependencies": [
|
|
1972
|
+
"@gar/promise-retry",
|
|
1931
1973
|
"@npmcli/promise-spawn",
|
|
1932
1974
|
"ini@6.0.0",
|
|
1933
|
-
"lru-cache@11.2.
|
|
1975
|
+
"lru-cache@11.2.6",
|
|
1934
1976
|
"npm-pick-manifest",
|
|
1935
1977
|
"proc-log",
|
|
1936
|
-
"promise-retry",
|
|
1937
1978
|
"semver@7.7.4",
|
|
1938
|
-
"which@6.0.
|
|
1979
|
+
"which@6.0.1"
|
|
1939
1980
|
]
|
|
1940
1981
|
},
|
|
1941
1982
|
"@npmcli/installed-package-contents@4.0.0": {
|
|
@@ -1949,36 +1990,35 @@
|
|
|
1949
1990
|
"@npmcli/node-gyp@5.0.0": {
|
|
1950
1991
|
"integrity": "sha512-uuG5HZFXLfyFKqg8QypsmgLQW7smiRjVc45bqD/ofZZcR/uxEjgQU8qDPv0s9TEeMUiAAU/GC5bR6++UdTirIQ=="
|
|
1951
1992
|
},
|
|
1952
|
-
"@npmcli/package-json@7.0.
|
|
1953
|
-
"integrity": "sha512-
|
|
1993
|
+
"@npmcli/package-json@7.0.5": {
|
|
1994
|
+
"integrity": "sha512-iVuTlG3ORq2iaVa1IWUxAO/jIp77tUKBhoMjuzYW2kL4MLN1bi/ofqkZ7D7OOwh8coAx1/S2ge0rMdGv8sLSOQ==",
|
|
1954
1995
|
"dependencies": [
|
|
1955
1996
|
"@npmcli/git",
|
|
1956
|
-
"glob@13.0.
|
|
1997
|
+
"glob@13.0.6",
|
|
1957
1998
|
"hosted-git-info",
|
|
1958
1999
|
"json-parse-even-better-errors",
|
|
1959
2000
|
"proc-log",
|
|
1960
2001
|
"semver@7.7.4",
|
|
1961
|
-
"
|
|
2002
|
+
"spdx-expression-parse"
|
|
1962
2003
|
]
|
|
1963
2004
|
},
|
|
1964
2005
|
"@npmcli/promise-spawn@9.0.1": {
|
|
1965
2006
|
"integrity": "sha512-OLUaoqBuyxeTqUvjA3FZFiXUfYC1alp3Sa99gW3EUDz3tZ3CbXDdcZ7qWKBzicrJleIgucoWamWH1saAmH/l2Q==",
|
|
1966
2007
|
"dependencies": [
|
|
1967
|
-
"which@6.0.
|
|
2008
|
+
"which@6.0.1"
|
|
1968
2009
|
]
|
|
1969
2010
|
},
|
|
1970
2011
|
"@npmcli/redact@4.0.0": {
|
|
1971
2012
|
"integrity": "sha512-gOBg5YHMfZy+TfHArfVogwgfBeQnKbbGo3pSUyK/gSI0AVu+pEiDVcKlQb0D8Mg1LNRZILZ6XG8I5dJ4KuAd9Q=="
|
|
1972
2013
|
},
|
|
1973
|
-
"@npmcli/run-script@10.0.
|
|
1974
|
-
"integrity": "sha512-
|
|
2014
|
+
"@npmcli/run-script@10.0.4": {
|
|
2015
|
+
"integrity": "sha512-mGUWr1uMnf0le2TwfOZY4SFxZGXGfm4Jtay/nwAa2FLNAKXUoUwaGwBMNH36UHPtinWfTSJ3nqFQr0091CxVGg==",
|
|
1975
2016
|
"dependencies": [
|
|
1976
2017
|
"@npmcli/node-gyp",
|
|
1977
2018
|
"@npmcli/package-json",
|
|
1978
2019
|
"@npmcli/promise-spawn",
|
|
1979
2020
|
"node-gyp",
|
|
1980
|
-
"proc-log"
|
|
1981
|
-
"which@6.0.0"
|
|
2021
|
+
"proc-log"
|
|
1982
2022
|
]
|
|
1983
2023
|
},
|
|
1984
2024
|
"@one-ini/wasm@0.1.1": {
|
|
@@ -1990,73 +2030,73 @@
|
|
|
1990
2030
|
"@oxc-project/types@0.113.0": {
|
|
1991
2031
|
"integrity": "sha512-Tp3XmgxwNQ9pEN9vxgJBAqdRamHibi76iowQ38O2I4PMpcvNRQNVsU2n1x1nv9yh0XoTrGFzf7cZSGxmixxrhA=="
|
|
1992
2032
|
},
|
|
1993
|
-
"@parcel/watcher-android-arm64@2.5.
|
|
1994
|
-
"integrity": "sha512-
|
|
2033
|
+
"@parcel/watcher-android-arm64@2.5.6": {
|
|
2034
|
+
"integrity": "sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==",
|
|
1995
2035
|
"os": ["android"],
|
|
1996
2036
|
"cpu": ["arm64"]
|
|
1997
2037
|
},
|
|
1998
|
-
"@parcel/watcher-darwin-arm64@2.5.
|
|
1999
|
-
"integrity": "sha512-
|
|
2038
|
+
"@parcel/watcher-darwin-arm64@2.5.6": {
|
|
2039
|
+
"integrity": "sha512-Z2ZdrnwyXvvvdtRHLmM4knydIdU9adO3D4n/0cVipF3rRiwP+3/sfzpAwA/qKFL6i1ModaabkU7IbpeMBgiVEA==",
|
|
2000
2040
|
"os": ["darwin"],
|
|
2001
2041
|
"cpu": ["arm64"]
|
|
2002
2042
|
},
|
|
2003
|
-
"@parcel/watcher-darwin-x64@2.5.
|
|
2004
|
-
"integrity": "sha512-
|
|
2043
|
+
"@parcel/watcher-darwin-x64@2.5.6": {
|
|
2044
|
+
"integrity": "sha512-HgvOf3W9dhithcwOWX9uDZyn1lW9R+7tPZ4sug+NGrGIo4Rk1hAXLEbcH1TQSqxts0NYXXlOWqVpvS1SFS4fRg==",
|
|
2005
2045
|
"os": ["darwin"],
|
|
2006
2046
|
"cpu": ["x64"]
|
|
2007
2047
|
},
|
|
2008
|
-
"@parcel/watcher-freebsd-x64@2.5.
|
|
2009
|
-
"integrity": "sha512-
|
|
2048
|
+
"@parcel/watcher-freebsd-x64@2.5.6": {
|
|
2049
|
+
"integrity": "sha512-vJVi8yd/qzJxEKHkeemh7w3YAn6RJCtYlE4HPMoVnCpIXEzSrxErBW5SJBgKLbXU3WdIpkjBTeUNtyBVn8TRng==",
|
|
2010
2050
|
"os": ["freebsd"],
|
|
2011
2051
|
"cpu": ["x64"]
|
|
2012
2052
|
},
|
|
2013
|
-
"@parcel/watcher-linux-arm-glibc@2.5.
|
|
2014
|
-
"integrity": "sha512-
|
|
2053
|
+
"@parcel/watcher-linux-arm-glibc@2.5.6": {
|
|
2054
|
+
"integrity": "sha512-9JiYfB6h6BgV50CCfasfLf/uvOcJskMSwcdH1PHH9rvS1IrNy8zad6IUVPVUfmXr+u+Km9IxcfMLzgdOudz9EQ==",
|
|
2015
2055
|
"os": ["linux"],
|
|
2016
2056
|
"cpu": ["arm"]
|
|
2017
2057
|
},
|
|
2018
|
-
"@parcel/watcher-linux-arm-musl@2.5.
|
|
2019
|
-
"integrity": "sha512-
|
|
2058
|
+
"@parcel/watcher-linux-arm-musl@2.5.6": {
|
|
2059
|
+
"integrity": "sha512-Ve3gUCG57nuUUSyjBq/MAM0CzArtuIOxsBdQ+ftz6ho8n7s1i9E1Nmk/xmP323r2YL0SONs1EuwqBp2u1k5fxg==",
|
|
2020
2060
|
"os": ["linux"],
|
|
2021
2061
|
"cpu": ["arm"]
|
|
2022
2062
|
},
|
|
2023
|
-
"@parcel/watcher-linux-arm64-glibc@2.5.
|
|
2024
|
-
"integrity": "sha512-
|
|
2063
|
+
"@parcel/watcher-linux-arm64-glibc@2.5.6": {
|
|
2064
|
+
"integrity": "sha512-f2g/DT3NhGPdBmMWYoxixqYr3v/UXcmLOYy16Bx0TM20Tchduwr4EaCbmxh1321TABqPGDpS8D/ggOTaljijOA==",
|
|
2025
2065
|
"os": ["linux"],
|
|
2026
2066
|
"cpu": ["arm64"]
|
|
2027
2067
|
},
|
|
2028
|
-
"@parcel/watcher-linux-arm64-musl@2.5.
|
|
2029
|
-
"integrity": "sha512-
|
|
2068
|
+
"@parcel/watcher-linux-arm64-musl@2.5.6": {
|
|
2069
|
+
"integrity": "sha512-qb6naMDGlbCwdhLj6hgoVKJl2odL34z2sqkC7Z6kzir8b5W65WYDpLB6R06KabvZdgoHI/zxke4b3zR0wAbDTA==",
|
|
2030
2070
|
"os": ["linux"],
|
|
2031
2071
|
"cpu": ["arm64"]
|
|
2032
2072
|
},
|
|
2033
|
-
"@parcel/watcher-linux-x64-glibc@2.5.
|
|
2034
|
-
"integrity": "sha512-
|
|
2073
|
+
"@parcel/watcher-linux-x64-glibc@2.5.6": {
|
|
2074
|
+
"integrity": "sha512-kbT5wvNQlx7NaGjzPFu8nVIW1rWqV780O7ZtkjuWaPUgpv2NMFpjYERVi0UYj1msZNyCzGlaCWEtzc+exjMGbQ==",
|
|
2035
2075
|
"os": ["linux"],
|
|
2036
2076
|
"cpu": ["x64"]
|
|
2037
2077
|
},
|
|
2038
|
-
"@parcel/watcher-linux-x64-musl@2.5.
|
|
2039
|
-
"integrity": "sha512-
|
|
2078
|
+
"@parcel/watcher-linux-x64-musl@2.5.6": {
|
|
2079
|
+
"integrity": "sha512-1JRFeC+h7RdXwldHzTsmdtYR/Ku8SylLgTU/reMuqdVD7CtLwf0VR1FqeprZ0eHQkO0vqsbvFLXUmYm/uNKJBg==",
|
|
2040
2080
|
"os": ["linux"],
|
|
2041
2081
|
"cpu": ["x64"]
|
|
2042
2082
|
},
|
|
2043
|
-
"@parcel/watcher-win32-arm64@2.5.
|
|
2044
|
-
"integrity": "sha512-
|
|
2083
|
+
"@parcel/watcher-win32-arm64@2.5.6": {
|
|
2084
|
+
"integrity": "sha512-3ukyebjc6eGlw9yRt678DxVF7rjXatWiHvTXqphZLvo7aC5NdEgFufVwjFfY51ijYEWpXbqF5jtrK275z52D4Q==",
|
|
2045
2085
|
"os": ["win32"],
|
|
2046
2086
|
"cpu": ["arm64"]
|
|
2047
2087
|
},
|
|
2048
|
-
"@parcel/watcher-win32-ia32@2.5.
|
|
2049
|
-
"integrity": "sha512-
|
|
2088
|
+
"@parcel/watcher-win32-ia32@2.5.6": {
|
|
2089
|
+
"integrity": "sha512-k35yLp1ZMwwee3Ez/pxBi5cf4AoBKYXj00CZ80jUz5h8prpiaQsiRPKQMxoLstNuqe2vR4RNPEAEcjEFzhEz/g==",
|
|
2050
2090
|
"os": ["win32"],
|
|
2051
2091
|
"cpu": ["ia32"]
|
|
2052
2092
|
},
|
|
2053
|
-
"@parcel/watcher-win32-x64@2.5.
|
|
2054
|
-
"integrity": "sha512-
|
|
2093
|
+
"@parcel/watcher-win32-x64@2.5.6": {
|
|
2094
|
+
"integrity": "sha512-hbQlYcCq5dlAX9Qx+kFb0FHue6vbjlf0FrNzSKdYK2APUf7tGfGxQCk2ihEREmbR6ZMc0MVAD5RIX/41gpUzTw==",
|
|
2055
2095
|
"os": ["win32"],
|
|
2056
2096
|
"cpu": ["x64"]
|
|
2057
2097
|
},
|
|
2058
|
-
"@parcel/watcher@2.5.
|
|
2059
|
-
"integrity": "sha512-
|
|
2098
|
+
"@parcel/watcher@2.5.6": {
|
|
2099
|
+
"integrity": "sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==",
|
|
2060
2100
|
"dependencies": [
|
|
2061
2101
|
"detect-libc",
|
|
2062
2102
|
"is-glob",
|
|
@@ -2086,8 +2126,8 @@
|
|
|
2086
2126
|
"@pkgr/core@0.2.9": {
|
|
2087
2127
|
"integrity": "sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA=="
|
|
2088
2128
|
},
|
|
2089
|
-
"@playwright/test@1.
|
|
2090
|
-
"integrity": "sha512-
|
|
2129
|
+
"@playwright/test@1.58.2": {
|
|
2130
|
+
"integrity": "sha512-akea+6bHYBBfA9uQqSYmlJXn61cTa+jbO87xVLCWbTqbWadRVmhxlXATaOjOgcBaWU4ePo0wB41KMFv3o35IXA==",
|
|
2091
2131
|
"dependencies": [
|
|
2092
2132
|
"playwright"
|
|
2093
2133
|
],
|
|
@@ -2096,6 +2136,55 @@
|
|
|
2096
2136
|
"@polka/url@1.0.0-next.29": {
|
|
2097
2137
|
"integrity": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww=="
|
|
2098
2138
|
},
|
|
2139
|
+
"@preact/preset-vite@2.10.3_@babel+core@7.29.0_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_preact@10.28.4_@types+node@25.3.5": {
|
|
2140
|
+
"integrity": "sha512-1SiS+vFItpkNdBs7q585PSAIln0wBeBdcpJYbzPs1qipsb/FssnkUioNXuRsb8ZnU8YEQHr+3v8+/mzWSnTQmg==",
|
|
2141
|
+
"dependencies": [
|
|
2142
|
+
"@babel/core",
|
|
2143
|
+
"@babel/plugin-transform-react-jsx",
|
|
2144
|
+
"@babel/plugin-transform-react-jsx-development",
|
|
2145
|
+
"@prefresh/vite",
|
|
2146
|
+
"@rollup/pluginutils@5.3.0",
|
|
2147
|
+
"babel-plugin-transform-hook-names",
|
|
2148
|
+
"debug@4.4.3",
|
|
2149
|
+
"picocolors",
|
|
2150
|
+
"vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3",
|
|
2151
|
+
"vite-prerender-plugin"
|
|
2152
|
+
]
|
|
2153
|
+
},
|
|
2154
|
+
"@preact/signals-core@1.13.0": {
|
|
2155
|
+
"integrity": "sha512-slT6XeTCAbdql61GVLlGU4x7XHI7kCZV5Um5uhE4zLX4ApgiiXc0UYFvVOKq06xcovzp7p+61l68oPi563ARKg=="
|
|
2156
|
+
},
|
|
2157
|
+
"@preact/signals@2.8.1_preact@10.28.4": {
|
|
2158
|
+
"integrity": "sha512-wX6U0SpcCukZTJBs5ChljvBZb3XmYzA5gd4vKHgX8wZZKaQCo2WHtmThdLx+mcVvlBa5u3XShC7ffbETJD4BiQ==",
|
|
2159
|
+
"dependencies": [
|
|
2160
|
+
"@preact/signals-core",
|
|
2161
|
+
"preact"
|
|
2162
|
+
]
|
|
2163
|
+
},
|
|
2164
|
+
"@prefresh/babel-plugin@0.5.3": {
|
|
2165
|
+
"integrity": "sha512-57LX2SHs4BX2s1IwCjNzTE2OJeEepRCNf1VTEpbNcUyHfMO68eeOWGDIt4ob9aYlW6PEWZ1SuwNikuoIXANDtQ=="
|
|
2166
|
+
},
|
|
2167
|
+
"@prefresh/core@1.5.9_preact@10.28.4": {
|
|
2168
|
+
"integrity": "sha512-IKBKCPaz34OFVC+adiQ2qaTF5qdztO2/4ZPf4KsRTgjKosWqxVXmEbxCiUydYZRY8GVie+DQlKzQr9gt6HQ+EQ==",
|
|
2169
|
+
"dependencies": [
|
|
2170
|
+
"preact"
|
|
2171
|
+
]
|
|
2172
|
+
},
|
|
2173
|
+
"@prefresh/utils@1.2.1": {
|
|
2174
|
+
"integrity": "sha512-vq/sIuN5nYfYzvyayXI4C2QkprfNaHUQ9ZX+3xLD8nL3rWyzpxOm1+K7RtMbhd+66QcaISViK7amjnheQ/4WZw=="
|
|
2175
|
+
},
|
|
2176
|
+
"@prefresh/vite@2.4.12_preact@10.28.4_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5": {
|
|
2177
|
+
"integrity": "sha512-FY1fzXpUjiuosznMV0YM7XAOPZjB5FIdWS0W24+XnlxYkt9hNAwwsiKYn+cuTEoMtD/ZVazS5QVssBr9YhpCQA==",
|
|
2178
|
+
"dependencies": [
|
|
2179
|
+
"@babel/core",
|
|
2180
|
+
"@prefresh/babel-plugin",
|
|
2181
|
+
"@prefresh/core",
|
|
2182
|
+
"@prefresh/utils",
|
|
2183
|
+
"@rollup/pluginutils@4.2.1",
|
|
2184
|
+
"preact",
|
|
2185
|
+
"vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3"
|
|
2186
|
+
]
|
|
2187
|
+
},
|
|
2099
2188
|
"@rolldown/binding-android-arm64@1.0.0-rc.4": {
|
|
2100
2189
|
"integrity": "sha512-vRq9f4NzvbdZavhQbjkJBx7rRebDKYR9zHfO/Wg486+I7bSecdUapzCm5cyXoK+LHokTxgSq7A5baAXUZkIz0w==",
|
|
2101
2190
|
"os": ["android"],
|
|
@@ -2166,22 +2255,28 @@
|
|
|
2166
2255
|
"@rolldown/pluginutils@1.0.0-beta.27": {
|
|
2167
2256
|
"integrity": "sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA=="
|
|
2168
2257
|
},
|
|
2169
|
-
"@rolldown/pluginutils@1.0.0-
|
|
2170
|
-
"integrity": "sha512-
|
|
2258
|
+
"@rolldown/pluginutils@1.0.0-rc.2": {
|
|
2259
|
+
"integrity": "sha512-izyXV/v+cHiRfozX62W9htOAvwMo4/bXKDrQ+vom1L1qRuexPock/7VZDAhnpHCLNejd3NJ6hiab+tO0D44Rgw=="
|
|
2260
|
+
},
|
|
2261
|
+
"@rolldown/pluginutils@1.0.0-rc.3": {
|
|
2262
|
+
"integrity": "sha512-eybk3TjzzzV97Dlj5c+XrBFW57eTNhzod66y9HrBlzJ6NsCrWCp/2kaPS3K9wJmurBC0Tdw4yPjXKZqlznim3Q=="
|
|
2171
2263
|
},
|
|
2172
2264
|
"@rolldown/pluginutils@1.0.0-rc.4": {
|
|
2173
2265
|
"integrity": "sha512-1BrrmTu0TWfOP1riA8uakjFc9bpIUGzVKETsOtzY39pPga8zELGDl8eu1Dx7/gjM5CAz14UknsUMpBO8L+YntQ=="
|
|
2174
2266
|
},
|
|
2175
|
-
"@rollup/pluginutils@
|
|
2267
|
+
"@rollup/pluginutils@4.2.1": {
|
|
2268
|
+
"integrity": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==",
|
|
2269
|
+
"dependencies": [
|
|
2270
|
+
"estree-walker@2.0.2",
|
|
2271
|
+
"picomatch@2.3.1"
|
|
2272
|
+
]
|
|
2273
|
+
},
|
|
2274
|
+
"@rollup/pluginutils@5.3.0": {
|
|
2176
2275
|
"integrity": "sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==",
|
|
2177
2276
|
"dependencies": [
|
|
2178
2277
|
"@types/estree",
|
|
2179
2278
|
"estree-walker@2.0.2",
|
|
2180
|
-
"picomatch@4.0.3"
|
|
2181
|
-
"rollup"
|
|
2182
|
-
],
|
|
2183
|
-
"optionalPeers": [
|
|
2184
|
-
"rollup"
|
|
2279
|
+
"picomatch@4.0.3"
|
|
2185
2280
|
]
|
|
2186
2281
|
},
|
|
2187
2282
|
"@rollup/rollup-android-arm-eabi@4.59.0": {
|
|
@@ -2312,10 +2407,10 @@
|
|
|
2312
2407
|
"@rtsao/scc@1.1.0": {
|
|
2313
2408
|
"integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g=="
|
|
2314
2409
|
},
|
|
2315
|
-
"@schematics/angular@21.2.
|
|
2316
|
-
"integrity": "sha512-
|
|
2410
|
+
"@schematics/angular@21.2.1": {
|
|
2411
|
+
"integrity": "sha512-DjrHRMoILhbZ6tc7aNZWuHA1wCm1iU/JN1TxAwNEyIBgyU3Fx8Z5baK4w0TCpOIPt0RLWVgP2L7kka9aXWCUFA==",
|
|
2317
2412
|
"dependencies": [
|
|
2318
|
-
"@angular-devkit/core
|
|
2413
|
+
"@angular-devkit/core",
|
|
2319
2414
|
"@angular-devkit/schematics",
|
|
2320
2415
|
"jsonc-parser"
|
|
2321
2416
|
]
|
|
@@ -2323,8 +2418,8 @@
|
|
|
2323
2418
|
"@sec-ant/readable-stream@0.4.1": {
|
|
2324
2419
|
"integrity": "sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg=="
|
|
2325
2420
|
},
|
|
2326
|
-
"@shikijs/core@3.
|
|
2327
|
-
"integrity": "sha512-
|
|
2421
|
+
"@shikijs/core@3.23.0": {
|
|
2422
|
+
"integrity": "sha512-NSWQz0riNb67xthdm5br6lAkvpDJRTgB36fxlo37ZzM2yq0PQFFzbd8psqC2XMPgCzo1fW6cVi18+ArJ44wqgA==",
|
|
2328
2423
|
"dependencies": [
|
|
2329
2424
|
"@shikijs/types",
|
|
2330
2425
|
"@shikijs/vscode-textmate",
|
|
@@ -2332,35 +2427,35 @@
|
|
|
2332
2427
|
"hast-util-to-html"
|
|
2333
2428
|
]
|
|
2334
2429
|
},
|
|
2335
|
-
"@shikijs/engine-javascript@3.
|
|
2336
|
-
"integrity": "sha512-
|
|
2430
|
+
"@shikijs/engine-javascript@3.23.0": {
|
|
2431
|
+
"integrity": "sha512-aHt9eiGFobmWR5uqJUViySI1bHMqrAgamWE1TYSUoftkAeCCAiGawPMwM+VCadylQtF4V3VNOZ5LmfItH5f3yA==",
|
|
2337
2432
|
"dependencies": [
|
|
2338
2433
|
"@shikijs/types",
|
|
2339
2434
|
"@shikijs/vscode-textmate",
|
|
2340
2435
|
"oniguruma-to-es"
|
|
2341
2436
|
]
|
|
2342
2437
|
},
|
|
2343
|
-
"@shikijs/engine-oniguruma@3.
|
|
2344
|
-
"integrity": "sha512-
|
|
2438
|
+
"@shikijs/engine-oniguruma@3.23.0": {
|
|
2439
|
+
"integrity": "sha512-1nWINwKXxKKLqPibT5f4pAFLej9oZzQTsby8942OTlsJzOBZ0MWKiwzMsd+jhzu8YPCHAswGnnN1YtQfirL35g==",
|
|
2345
2440
|
"dependencies": [
|
|
2346
2441
|
"@shikijs/types",
|
|
2347
2442
|
"@shikijs/vscode-textmate"
|
|
2348
2443
|
]
|
|
2349
2444
|
},
|
|
2350
|
-
"@shikijs/langs@3.
|
|
2351
|
-
"integrity": "sha512-
|
|
2445
|
+
"@shikijs/langs@3.23.0": {
|
|
2446
|
+
"integrity": "sha512-2Ep4W3Re5aB1/62RSYQInK9mM3HsLeB91cHqznAJMuylqjzNVAVCMnNWRHFtcNHXsoNRayP9z1qj4Sq3nMqYXg==",
|
|
2352
2447
|
"dependencies": [
|
|
2353
2448
|
"@shikijs/types"
|
|
2354
2449
|
]
|
|
2355
2450
|
},
|
|
2356
|
-
"@shikijs/themes@3.
|
|
2357
|
-
"integrity": "sha512-
|
|
2451
|
+
"@shikijs/themes@3.23.0": {
|
|
2452
|
+
"integrity": "sha512-5qySYa1ZgAT18HR/ypENL9cUSGOeI2x+4IvYJu4JgVJdizn6kG4ia5Q1jDEOi7gTbN4RbuYtmHh0W3eccOrjMA==",
|
|
2358
2453
|
"dependencies": [
|
|
2359
2454
|
"@shikijs/types"
|
|
2360
2455
|
]
|
|
2361
2456
|
},
|
|
2362
|
-
"@shikijs/types@3.
|
|
2363
|
-
"integrity": "sha512-
|
|
2457
|
+
"@shikijs/types@3.23.0": {
|
|
2458
|
+
"integrity": "sha512-3JZ5HXOZfYjsYSk0yPwBrkupyYSLpAE26Qc0HLghhZNGTZg/SKxXIIgoxOpmmeQP0RRSDJTk1/vPfw9tbw+jSQ==",
|
|
2364
2459
|
"dependencies": [
|
|
2365
2460
|
"@shikijs/vscode-textmate",
|
|
2366
2461
|
"@types/hast"
|
|
@@ -2413,8 +2508,57 @@
|
|
|
2413
2508
|
"@standard-schema/spec@1.1.0": {
|
|
2414
2509
|
"integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w=="
|
|
2415
2510
|
},
|
|
2416
|
-
"@
|
|
2417
|
-
"integrity": "sha512-
|
|
2511
|
+
"@sveltejs/acorn-typescript@1.0.9_acorn@8.16.0": {
|
|
2512
|
+
"integrity": "sha512-lVJX6qEgs/4DOcRTpo56tmKzVPtoWAaVbL4hfO7t7NVwl9AAXzQR6cihesW1BmNMPl+bK6dreu2sOKBP2Q9CIA==",
|
|
2513
|
+
"dependencies": [
|
|
2514
|
+
"acorn"
|
|
2515
|
+
]
|
|
2516
|
+
},
|
|
2517
|
+
"@sveltejs/vite-plugin-svelte-inspector@4.0.1_@sveltejs+vite-plugin-svelte@5.1.1__svelte@5.53.7___acorn@8.16.0__vite@6.4.1___@types+node@25.3.5___picomatch@4.0.3__@types+node@25.3.5_svelte@5.53.7__acorn@8.16.0_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5": {
|
|
2518
|
+
"integrity": "sha512-J/Nmb2Q2y7mck2hyCX4ckVHcR5tu2J+MtBEQqpDrrgELZ2uvraQcK/ioCV61AqkdXFgriksOKIceDcQmqnGhVw==",
|
|
2519
|
+
"dependencies": [
|
|
2520
|
+
"@sveltejs/vite-plugin-svelte@5.1.1_svelte@5.53.7__acorn@8.16.0_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5",
|
|
2521
|
+
"debug@4.4.3",
|
|
2522
|
+
"svelte",
|
|
2523
|
+
"vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3"
|
|
2524
|
+
]
|
|
2525
|
+
},
|
|
2526
|
+
"@sveltejs/vite-plugin-svelte-inspector@5.0.2_@sveltejs+vite-plugin-svelte@6.2.4__svelte@5.53.7___acorn@8.16.0__vite@6.4.1___@types+node@25.3.5___picomatch@4.0.3__@types+node@25.3.5_svelte@5.53.7__acorn@8.16.0_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5": {
|
|
2527
|
+
"integrity": "sha512-TZzRTcEtZffICSAoZGkPSl6Etsj2torOVrx6Uw0KpXxrec9Gg6jFWQ60Q3+LmNGfZSxHRCZL7vXVZIWmuV50Ig==",
|
|
2528
|
+
"dependencies": [
|
|
2529
|
+
"@sveltejs/vite-plugin-svelte@6.2.4_svelte@5.53.7__acorn@8.16.0_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5",
|
|
2530
|
+
"obug",
|
|
2531
|
+
"svelte",
|
|
2532
|
+
"vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3"
|
|
2533
|
+
]
|
|
2534
|
+
},
|
|
2535
|
+
"@sveltejs/vite-plugin-svelte@5.1.1_svelte@5.53.7__acorn@8.16.0_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5": {
|
|
2536
|
+
"integrity": "sha512-Y1Cs7hhTc+a5E9Va/xwKlAJoariQyHY+5zBgCZg4PFWNYQ1nMN9sjK1zhw1gK69DuqVP++sht/1GZg1aRwmAXQ==",
|
|
2537
|
+
"dependencies": [
|
|
2538
|
+
"@sveltejs/vite-plugin-svelte-inspector@4.0.1_@sveltejs+vite-plugin-svelte@5.1.1__svelte@5.53.7___acorn@8.16.0__vite@6.4.1___@types+node@25.3.5___picomatch@4.0.3__@types+node@25.3.5_svelte@5.53.7__acorn@8.16.0_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5",
|
|
2539
|
+
"debug@4.4.3",
|
|
2540
|
+
"deepmerge",
|
|
2541
|
+
"kleur@4.1.5",
|
|
2542
|
+
"magic-string",
|
|
2543
|
+
"svelte",
|
|
2544
|
+
"vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3",
|
|
2545
|
+
"vitefu"
|
|
2546
|
+
]
|
|
2547
|
+
},
|
|
2548
|
+
"@sveltejs/vite-plugin-svelte@6.2.4_svelte@5.53.7__acorn@8.16.0_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5": {
|
|
2549
|
+
"integrity": "sha512-ou/d51QSdTyN26D7h6dSpusAKaZkAiGM55/AKYi+9AGZw7q85hElbjK3kEyzXHhLSnRISHOYzVge6x0jRZ7DXA==",
|
|
2550
|
+
"dependencies": [
|
|
2551
|
+
"@sveltejs/vite-plugin-svelte-inspector@5.0.2_@sveltejs+vite-plugin-svelte@6.2.4__svelte@5.53.7___acorn@8.16.0__vite@6.4.1___@types+node@25.3.5___picomatch@4.0.3__@types+node@25.3.5_svelte@5.53.7__acorn@8.16.0_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5",
|
|
2552
|
+
"deepmerge",
|
|
2553
|
+
"magic-string",
|
|
2554
|
+
"obug",
|
|
2555
|
+
"svelte",
|
|
2556
|
+
"vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3",
|
|
2557
|
+
"vitefu"
|
|
2558
|
+
]
|
|
2559
|
+
},
|
|
2560
|
+
"@testing-library/angular@19.1.0_@angular+common@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@angular+core@21.2.1__@angular+compiler@21.2.1__rxjs@7.8.2_@angular+platform-browser@21.2.1__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__rxjs@7.8.2__@angular+compiler@21.2.1_@angular+router@21.2.1__@angular+common@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+platform-browser@21.2.1___@angular+animations@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+common@21.2.1____@angular+core@21.2.1_____@angular+compiler@21.2.1_____rxjs@7.8.2____rxjs@7.8.2____@angular+compiler@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___rxjs@7.8.2___@angular+compiler@21.2.1__rxjs@7.8.2__@angular+compiler@21.2.1__@angular+animations@21.2.1___@angular+core@21.2.1____@angular+compiler@21.2.1____rxjs@7.8.2___@angular+compiler@21.2.1___rxjs@7.8.2_@testing-library+dom@10.4.1_rxjs@7.8.2_@angular+compiler@21.2.1_@angular+animations@21.2.1__@angular+core@21.2.1___@angular+compiler@21.2.1___rxjs@7.8.2__@angular+compiler@21.2.1__rxjs@7.8.2": {
|
|
2561
|
+
"integrity": "sha512-gBWEWUWzprbGd0/UQwG/n+Da8b/9TcFXTL6+XlZTjC96Lm9ukcItcBiKEG5HXS8iugK9/fMRkiDF1fgU4hO6nQ==",
|
|
2418
2562
|
"dependencies": [
|
|
2419
2563
|
"@angular/common",
|
|
2420
2564
|
"@angular/core",
|
|
@@ -2437,6 +2581,19 @@
|
|
|
2437
2581
|
"pretty-format"
|
|
2438
2582
|
]
|
|
2439
2583
|
},
|
|
2584
|
+
"@testing-library/dom@8.20.1": {
|
|
2585
|
+
"integrity": "sha512-/DiOQ5xBxgdYRC8LNk7U+RWat0S3qRLeIw3ZIkMQ9kkVlRmwD/Eg8k8CqIpD6GW7u20JIUOfMKbxtiLutpjQ4g==",
|
|
2586
|
+
"dependencies": [
|
|
2587
|
+
"@babel/code-frame",
|
|
2588
|
+
"@babel/runtime",
|
|
2589
|
+
"@types/aria-query",
|
|
2590
|
+
"aria-query@5.1.3",
|
|
2591
|
+
"chalk@4.1.2",
|
|
2592
|
+
"dom-accessibility-api@0.5.16",
|
|
2593
|
+
"lz-string",
|
|
2594
|
+
"pretty-format"
|
|
2595
|
+
]
|
|
2596
|
+
},
|
|
2440
2597
|
"@testing-library/dom@9.3.4": {
|
|
2441
2598
|
"integrity": "sha512-FlS4ZWlp97iiNWig0Muq8p+3rVDjRiYE+YKGbAqXOu9nwJFFOdL00kFpz42M+4huzYi86vAK1sOOfyOG45muIQ==",
|
|
2442
2599
|
"dependencies": [
|
|
@@ -2461,7 +2618,14 @@
|
|
|
2461
2618
|
"redent"
|
|
2462
2619
|
]
|
|
2463
2620
|
},
|
|
2464
|
-
"@testing-library/
|
|
2621
|
+
"@testing-library/preact@3.2.4_preact@10.28.4": {
|
|
2622
|
+
"integrity": "sha512-F+kJ243LP6VmEK1M809unzTE/ijg+bsMNuiRN0JEDIJBELKKDNhdgC/WrUSZ7klwJvtlO3wQZ9ix+jhObG07Fg==",
|
|
2623
|
+
"dependencies": [
|
|
2624
|
+
"@testing-library/dom@8.20.1",
|
|
2625
|
+
"preact"
|
|
2626
|
+
]
|
|
2627
|
+
},
|
|
2628
|
+
"@testing-library/react@16.3.2_@testing-library+dom@10.4.1_@types+react@19.2.14_@types+react-dom@19.2.3__@types+react@19.2.14_react@19.2.4_react-dom@19.2.4__react@19.2.4": {
|
|
2465
2629
|
"integrity": "sha512-XU5/SytQM+ykqMnAnvB2umaJNIOsLF3PVv//1Ew4CTcpz0/BRyy/af40qqrt7SjKpDdT1saBMc42CUok5gaw+g==",
|
|
2466
2630
|
"dependencies": [
|
|
2467
2631
|
"@babel/runtime",
|
|
@@ -2476,13 +2640,33 @@
|
|
|
2476
2640
|
"@types/react-dom"
|
|
2477
2641
|
]
|
|
2478
2642
|
},
|
|
2643
|
+
"@testing-library/svelte-core@1.0.0_svelte@5.53.7__acorn@8.16.0": {
|
|
2644
|
+
"integrity": "sha512-VkUePoLV6oOYwSUvX6ShA8KLnJqZiYMIbP2JW2t0GLWLkJxKGvuH5qrrZBV/X7cXFnLGuFQEC7RheYiZOW68KQ==",
|
|
2645
|
+
"dependencies": [
|
|
2646
|
+
"svelte"
|
|
2647
|
+
]
|
|
2648
|
+
},
|
|
2649
|
+
"@testing-library/svelte@5.3.1_svelte@5.53.7__acorn@8.16.0_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_vitest@4.0.18__@types+node@25.3.5__happy-dom@20.8.3__vite@7.3.1___@types+node@25.3.5___sass@1.97.3___picomatch@4.0.3_@types+node@25.3.5_happy-dom@20.8.3": {
|
|
2650
|
+
"integrity": "sha512-8Ez7ZOqW5geRf9PF5rkuopODe5RGy3I9XR+kc7zHh26gBiktLaxTfKmhlGaSHYUOTQE7wFsLMN9xCJVCszw47w==",
|
|
2651
|
+
"dependencies": [
|
|
2652
|
+
"@testing-library/dom@10.4.1",
|
|
2653
|
+
"@testing-library/svelte-core",
|
|
2654
|
+
"svelte",
|
|
2655
|
+
"vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3",
|
|
2656
|
+
"vitest@4.0.18_@types+node@25.3.5_happy-dom@20.8.3_vite@7.3.1__@types+node@25.3.5__sass@1.97.3__picomatch@4.0.3"
|
|
2657
|
+
],
|
|
2658
|
+
"optionalPeers": [
|
|
2659
|
+
"vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3",
|
|
2660
|
+
"vitest@4.0.18_@types+node@25.3.5_happy-dom@20.8.3_vite@7.3.1__@types+node@25.3.5__sass@1.97.3__picomatch@4.0.3"
|
|
2661
|
+
]
|
|
2662
|
+
},
|
|
2479
2663
|
"@testing-library/user-event@14.6.1_@testing-library+dom@10.4.1": {
|
|
2480
2664
|
"integrity": "sha512-vq7fv0rnt+QTXgPxr5Hjc210p6YKq2kmdziLgnsZGgLJ9e6VAShx1pACLuRjd/AS/sr7phAR58OIIpf0LlmQNw==",
|
|
2481
2665
|
"dependencies": [
|
|
2482
2666
|
"@testing-library/dom@10.4.1"
|
|
2483
2667
|
]
|
|
2484
2668
|
},
|
|
2485
|
-
"@testing-library/vue@8.1.0_vue@3.5.
|
|
2669
|
+
"@testing-library/vue@8.1.0_vue@3.5.29__typescript@5.9.3_typescript@5.9.3": {
|
|
2486
2670
|
"integrity": "sha512-ls4RiHO1ta4mxqqajWRh8158uFObVrrtAPoxk7cIp4HrnQUj/ScKzqz53HxYpG3X6Zb7H2v+0eTGLSoy8HQ2nA==",
|
|
2487
2671
|
"dependencies": [
|
|
2488
2672
|
"@babel/runtime",
|
|
@@ -2612,24 +2796,27 @@
|
|
|
2612
2796
|
"@types/unist"
|
|
2613
2797
|
]
|
|
2614
2798
|
},
|
|
2615
|
-
"@types/node@25.
|
|
2616
|
-
"integrity": "sha512-
|
|
2799
|
+
"@types/node@25.3.5": {
|
|
2800
|
+
"integrity": "sha512-oX8xrhvpiyRCQkG1MFchB09f+cXftgIXb3a7UUa4Y3wpmZPw5tyZGTLWhlESOLq1Rq6oDlc8npVU2/9xiCuXMA==",
|
|
2617
2801
|
"dependencies": [
|
|
2618
2802
|
"undici-types"
|
|
2619
2803
|
]
|
|
2620
2804
|
},
|
|
2621
|
-
"@types/react-dom@19.2.3_@types+react@19.2.
|
|
2805
|
+
"@types/react-dom@19.2.3_@types+react@19.2.14": {
|
|
2622
2806
|
"integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==",
|
|
2623
2807
|
"dependencies": [
|
|
2624
2808
|
"@types/react"
|
|
2625
2809
|
]
|
|
2626
2810
|
},
|
|
2627
|
-
"@types/react@19.2.
|
|
2628
|
-
"integrity": "sha512-
|
|
2811
|
+
"@types/react@19.2.14": {
|
|
2812
|
+
"integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==",
|
|
2629
2813
|
"dependencies": [
|
|
2630
2814
|
"csstype"
|
|
2631
2815
|
]
|
|
2632
2816
|
},
|
|
2817
|
+
"@types/trusted-types@2.0.7": {
|
|
2818
|
+
"integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw=="
|
|
2819
|
+
},
|
|
2633
2820
|
"@types/unist@3.0.3": {
|
|
2634
2821
|
"integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q=="
|
|
2635
2822
|
},
|
|
@@ -2642,8 +2829,8 @@
|
|
|
2642
2829
|
"@types/node"
|
|
2643
2830
|
]
|
|
2644
2831
|
},
|
|
2645
|
-
"@typescript-eslint/eslint-plugin@8.
|
|
2646
|
-
"integrity": "sha512-
|
|
2832
|
+
"@typescript-eslint/eslint-plugin@8.56.1_@typescript-eslint+parser@8.56.1__eslint@9.39.4__typescript@5.9.3_eslint@9.39.4_typescript@5.9.3": {
|
|
2833
|
+
"integrity": "sha512-Jz9ZztpB37dNC+HU2HI28Bs9QXpzCz+y/twHOwhyrIRdbuVDxSytJNDl6z/aAKlaRIwC7y8wJdkBv7FxYGgi0A==",
|
|
2647
2834
|
"dependencies": [
|
|
2648
2835
|
"@eslint-community/regexpp",
|
|
2649
2836
|
"@typescript-eslint/parser",
|
|
@@ -2658,8 +2845,8 @@
|
|
|
2658
2845
|
"typescript"
|
|
2659
2846
|
]
|
|
2660
2847
|
},
|
|
2661
|
-
"@typescript-eslint/parser@8.
|
|
2662
|
-
"integrity": "sha512-
|
|
2848
|
+
"@typescript-eslint/parser@8.56.1_eslint@9.39.4_typescript@5.9.3": {
|
|
2849
|
+
"integrity": "sha512-klQbnPAAiGYFyI02+znpBRLyjL4/BrBd0nyWkdC0s/6xFLkXYQ8OoRrSkqacS1ddVxf/LDyODIKbQ5TgKAf/Fg==",
|
|
2663
2850
|
"dependencies": [
|
|
2664
2851
|
"@typescript-eslint/scope-manager",
|
|
2665
2852
|
"@typescript-eslint/types",
|
|
@@ -2670,8 +2857,8 @@
|
|
|
2670
2857
|
"typescript"
|
|
2671
2858
|
]
|
|
2672
2859
|
},
|
|
2673
|
-
"@typescript-eslint/project-service@8.
|
|
2674
|
-
"integrity": "sha512-
|
|
2860
|
+
"@typescript-eslint/project-service@8.56.1_typescript@5.9.3": {
|
|
2861
|
+
"integrity": "sha512-TAdqQTzHNNvlVFfR+hu2PDJrURiwKsUvxFn1M0h95BB8ah5jejas08jUWG4dBA68jDMI988IvtfdAI53JzEHOQ==",
|
|
2675
2862
|
"dependencies": [
|
|
2676
2863
|
"@typescript-eslint/tsconfig-utils",
|
|
2677
2864
|
"@typescript-eslint/types",
|
|
@@ -2679,21 +2866,21 @@
|
|
|
2679
2866
|
"typescript"
|
|
2680
2867
|
]
|
|
2681
2868
|
},
|
|
2682
|
-
"@typescript-eslint/scope-manager@8.
|
|
2683
|
-
"integrity": "sha512-
|
|
2869
|
+
"@typescript-eslint/scope-manager@8.56.1": {
|
|
2870
|
+
"integrity": "sha512-YAi4VDKcIZp0O4tz/haYKhmIDZFEUPOreKbfdAN3SzUDMcPhJ8QI99xQXqX+HoUVq8cs85eRKnD+rne2UAnj2w==",
|
|
2684
2871
|
"dependencies": [
|
|
2685
2872
|
"@typescript-eslint/types",
|
|
2686
2873
|
"@typescript-eslint/visitor-keys"
|
|
2687
2874
|
]
|
|
2688
2875
|
},
|
|
2689
|
-
"@typescript-eslint/tsconfig-utils@8.
|
|
2690
|
-
"integrity": "sha512-
|
|
2876
|
+
"@typescript-eslint/tsconfig-utils@8.56.1_typescript@5.9.3": {
|
|
2877
|
+
"integrity": "sha512-qOtCYzKEeyr3aR9f28mPJqBty7+DBqsdd63eO0yyDwc6vgThj2UjWfJIcsFeSucYydqcuudMOprZ+x1SpF3ZuQ==",
|
|
2691
2878
|
"dependencies": [
|
|
2692
2879
|
"typescript"
|
|
2693
2880
|
]
|
|
2694
2881
|
},
|
|
2695
|
-
"@typescript-eslint/type-utils@8.
|
|
2696
|
-
"integrity": "sha512-
|
|
2882
|
+
"@typescript-eslint/type-utils@8.56.1_eslint@9.39.4_typescript@5.9.3": {
|
|
2883
|
+
"integrity": "sha512-yB/7dxi7MgTtGhZdaHCemf7PuwrHMenHjmzgUW1aJpO+bBU43OycnM3Wn+DdvDO/8zzA9HlhaJ0AUGuvri4oGg==",
|
|
2697
2884
|
"dependencies": [
|
|
2698
2885
|
"@typescript-eslint/types",
|
|
2699
2886
|
"@typescript-eslint/typescript-estree",
|
|
@@ -2704,26 +2891,26 @@
|
|
|
2704
2891
|
"typescript"
|
|
2705
2892
|
]
|
|
2706
2893
|
},
|
|
2707
|
-
"@typescript-eslint/types@8.
|
|
2708
|
-
"integrity": "sha512-
|
|
2894
|
+
"@typescript-eslint/types@8.56.1": {
|
|
2895
|
+
"integrity": "sha512-dbMkdIUkIkchgGDIv7KLUpa0Mda4IYjo4IAMJUZ+3xNoUXxMsk9YtKpTHSChRS85o+H9ftm51gsK1dZReY9CVw=="
|
|
2709
2896
|
},
|
|
2710
|
-
"@typescript-eslint/typescript-estree@8.
|
|
2711
|
-
"integrity": "sha512-
|
|
2897
|
+
"@typescript-eslint/typescript-estree@8.56.1_typescript@5.9.3": {
|
|
2898
|
+
"integrity": "sha512-qzUL1qgalIvKWAf9C1HpvBjif+Vm6rcT5wZd4VoMb9+Km3iS3Cv9DY6dMRMDtPnwRAFyAi7YXJpTIEXLvdfPxg==",
|
|
2712
2899
|
"dependencies": [
|
|
2713
2900
|
"@typescript-eslint/project-service",
|
|
2714
2901
|
"@typescript-eslint/tsconfig-utils",
|
|
2715
2902
|
"@typescript-eslint/types",
|
|
2716
2903
|
"@typescript-eslint/visitor-keys",
|
|
2717
2904
|
"debug@4.4.3",
|
|
2718
|
-
"minimatch@
|
|
2905
|
+
"minimatch@10.2.4",
|
|
2719
2906
|
"semver@7.7.4",
|
|
2720
2907
|
"tinyglobby",
|
|
2721
2908
|
"ts-api-utils",
|
|
2722
2909
|
"typescript"
|
|
2723
2910
|
]
|
|
2724
2911
|
},
|
|
2725
|
-
"@typescript-eslint/utils@8.
|
|
2726
|
-
"integrity": "sha512-
|
|
2912
|
+
"@typescript-eslint/utils@8.56.1_eslint@9.39.4_typescript@5.9.3": {
|
|
2913
|
+
"integrity": "sha512-HPAVNIME3tABJ61siYlHzSWCGtOoeP2RTIaHXFMPqjrQKCGB9OgUVdiNgH7TJS2JNIQ5qQ4RsAUDuGaGme/KOA==",
|
|
2727
2914
|
"dependencies": [
|
|
2728
2915
|
"@eslint-community/eslint-utils",
|
|
2729
2916
|
"@typescript-eslint/scope-manager",
|
|
@@ -2733,23 +2920,23 @@
|
|
|
2733
2920
|
"typescript"
|
|
2734
2921
|
]
|
|
2735
2922
|
},
|
|
2736
|
-
"@typescript-eslint/visitor-keys@8.
|
|
2737
|
-
"integrity": "sha512-
|
|
2923
|
+
"@typescript-eslint/visitor-keys@8.56.1": {
|
|
2924
|
+
"integrity": "sha512-KiROIzYdEV85YygXw6BI/Dx4fnBlFQu6Mq4QE4MOH9fFnhohw6wX/OAvDY2/C+ut0I3RSPKenvZJIVYqJNkhEw==",
|
|
2738
2925
|
"dependencies": [
|
|
2739
2926
|
"@typescript-eslint/types",
|
|
2740
|
-
"eslint-visitor-keys@
|
|
2927
|
+
"eslint-visitor-keys@5.0.1"
|
|
2741
2928
|
]
|
|
2742
2929
|
},
|
|
2743
2930
|
"@ungap/structured-clone@1.3.0": {
|
|
2744
2931
|
"integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g=="
|
|
2745
2932
|
},
|
|
2746
|
-
"@vitejs/plugin-basic-ssl@2.1.4_vite@7.3.1__@types+node@25.
|
|
2933
|
+
"@vitejs/plugin-basic-ssl@2.1.4_vite@7.3.1__@types+node@25.3.5__sass@1.97.3__picomatch@4.0.3_@types+node@25.3.5_sass@1.97.3": {
|
|
2747
2934
|
"integrity": "sha512-HXciTXN/sDBYWgeAD4V4s0DN0g72x5mlxQhHxtYu3Tt8BLa6MzcJZUyDVFCdtjNs3bfENVHVzOsmooTVuNgAAw==",
|
|
2748
2935
|
"dependencies": [
|
|
2749
|
-
"vite@7.3.1_@types+node@25.
|
|
2936
|
+
"vite@7.3.1_@types+node@25.3.5_sass@1.97.3_picomatch@4.0.3"
|
|
2750
2937
|
]
|
|
2751
2938
|
},
|
|
2752
|
-
"@vitejs/plugin-react@4.7.0_vite@6.4.1__@types+node@25.
|
|
2939
|
+
"@vitejs/plugin-react@4.7.0_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@babel+core@7.29.0_@types+node@25.3.5": {
|
|
2753
2940
|
"integrity": "sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA==",
|
|
2754
2941
|
"dependencies": [
|
|
2755
2942
|
"@babel/core",
|
|
@@ -2758,44 +2945,44 @@
|
|
|
2758
2945
|
"@rolldown/pluginutils@1.0.0-beta.27",
|
|
2759
2946
|
"@types/babel__core",
|
|
2760
2947
|
"react-refresh@0.17.0",
|
|
2761
|
-
"vite@6.4.1_@types+node@25.
|
|
2948
|
+
"vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3"
|
|
2762
2949
|
]
|
|
2763
2950
|
},
|
|
2764
|
-
"@vitejs/plugin-react@5.1.
|
|
2765
|
-
"integrity": "sha512-
|
|
2951
|
+
"@vitejs/plugin-react@5.1.4_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@babel+core@7.29.0_@types+node@25.3.5": {
|
|
2952
|
+
"integrity": "sha512-VIcFLdRi/VYRU8OL/puL7QXMYafHmqOnwTZY50U1JPlCNj30PxCMx65c494b1K9be9hX83KVt0+gTEwTWLqToA==",
|
|
2766
2953
|
"dependencies": [
|
|
2767
2954
|
"@babel/core",
|
|
2768
2955
|
"@babel/plugin-transform-react-jsx-self",
|
|
2769
2956
|
"@babel/plugin-transform-react-jsx-source",
|
|
2770
|
-
"@rolldown/pluginutils@1.0.0-
|
|
2957
|
+
"@rolldown/pluginutils@1.0.0-rc.3",
|
|
2771
2958
|
"@types/babel__core",
|
|
2772
2959
|
"react-refresh@0.18.0",
|
|
2773
|
-
"vite@
|
|
2960
|
+
"vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3"
|
|
2774
2961
|
]
|
|
2775
2962
|
},
|
|
2776
|
-
"@vitejs/plugin-vue-jsx@4.2.0_vite@6.4.1__@types+node@25.
|
|
2963
|
+
"@vitejs/plugin-vue-jsx@4.2.0_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_vue@3.5.29__typescript@5.9.3_@babel+core@7.29.0_@types+node@25.3.5_typescript@5.9.3": {
|
|
2777
2964
|
"integrity": "sha512-DSTrmrdLp+0LDNF77fqrKfx7X0ErRbOcUAgJL/HbSesqQwoUvUQ4uYQqaex+rovqgGcoPqVk+AwUh3v9CuiYIw==",
|
|
2778
2965
|
"dependencies": [
|
|
2779
2966
|
"@babel/core",
|
|
2780
2967
|
"@babel/plugin-transform-typescript",
|
|
2781
2968
|
"@rolldown/pluginutils@1.0.0-rc.4",
|
|
2782
2969
|
"@vue/babel-plugin-jsx",
|
|
2783
|
-
"vite@6.4.1_@types+node@25.
|
|
2970
|
+
"vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3",
|
|
2784
2971
|
"vue"
|
|
2785
2972
|
]
|
|
2786
2973
|
},
|
|
2787
|
-
"@vitejs/plugin-vue@5.2.4_vite@6.4.1__@types+node@25.
|
|
2974
|
+
"@vitejs/plugin-vue@5.2.4_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_vue@3.5.29__typescript@5.9.3_@types+node@25.3.5_typescript@5.9.3": {
|
|
2788
2975
|
"integrity": "sha512-7Yx/SXSOcQq5HiiV3orevHUFn+pmMB4cgbEkDYgnkUWb0WfeQ/wa2yFv6D5ICiCQOVpjA7vYDXrC7AGO8yjDHA==",
|
|
2789
2976
|
"dependencies": [
|
|
2790
|
-
"vite@6.4.1_@types+node@25.
|
|
2977
|
+
"vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3",
|
|
2791
2978
|
"vue"
|
|
2792
2979
|
]
|
|
2793
2980
|
},
|
|
2794
|
-
"@vitejs/plugin-vue@6.0.
|
|
2795
|
-
"integrity": "sha512-
|
|
2981
|
+
"@vitejs/plugin-vue@6.0.4_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_vue@3.5.29__typescript@5.9.3_@types+node@25.3.5_typescript@5.9.3": {
|
|
2982
|
+
"integrity": "sha512-uM5iXipgYIn13UUQCZNdWkYk+sysBeA97d5mHsAoAt1u/wpN3+zxOmsVJWosuzX+IMGRzeYUNytztrYznboIkQ==",
|
|
2796
2983
|
"dependencies": [
|
|
2797
|
-
"@rolldown/pluginutils@1.0.0-
|
|
2798
|
-
"vite@
|
|
2984
|
+
"@rolldown/pluginutils@1.0.0-rc.2",
|
|
2985
|
+
"vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3",
|
|
2799
2986
|
"vue"
|
|
2800
2987
|
]
|
|
2801
2988
|
},
|
|
@@ -2810,28 +2997,28 @@
|
|
|
2810
2997
|
"tinyrainbow"
|
|
2811
2998
|
]
|
|
2812
2999
|
},
|
|
2813
|
-
"@vitest/mocker@4.0.18_vite@7.3.1__@types+node@25.
|
|
3000
|
+
"@vitest/mocker@4.0.18_vite@7.3.1__@types+node@25.3.5__sass@1.97.3__picomatch@4.0.3_@types+node@25.3.5": {
|
|
2814
3001
|
"integrity": "sha512-HhVd0MDnzzsgevnOWCBj5Otnzobjy5wLBe4EdeeFGv8luMsGcYqDuFRMcttKWZA5vVO8RFjexVovXvAM4JoJDQ==",
|
|
2815
3002
|
"dependencies": [
|
|
2816
3003
|
"@vitest/spy",
|
|
2817
3004
|
"estree-walker@3.0.3",
|
|
2818
3005
|
"magic-string",
|
|
2819
|
-
"vite@7.3.1_@types+node@25.
|
|
3006
|
+
"vite@7.3.1_@types+node@25.3.5_sass@1.97.3_picomatch@4.0.3"
|
|
2820
3007
|
],
|
|
2821
3008
|
"optionalPeers": [
|
|
2822
|
-
"vite@7.3.1_@types+node@25.
|
|
3009
|
+
"vite@7.3.1_@types+node@25.3.5_sass@1.97.3_picomatch@4.0.3"
|
|
2823
3010
|
]
|
|
2824
3011
|
},
|
|
2825
|
-
"@vitest/mocker@4.0.18_vite@7.3.1__@types+node@25.
|
|
3012
|
+
"@vitest/mocker@4.0.18_vite@7.3.1__@types+node@25.3.5__sass@1.97.3__picomatch@4.0.3_@types+node@25.3.5_sass@1.97.3": {
|
|
2826
3013
|
"integrity": "sha512-HhVd0MDnzzsgevnOWCBj5Otnzobjy5wLBe4EdeeFGv8luMsGcYqDuFRMcttKWZA5vVO8RFjexVovXvAM4JoJDQ==",
|
|
2827
3014
|
"dependencies": [
|
|
2828
3015
|
"@vitest/spy",
|
|
2829
3016
|
"estree-walker@3.0.3",
|
|
2830
3017
|
"magic-string",
|
|
2831
|
-
"vite@7.3.1_@types+node@25.
|
|
3018
|
+
"vite@7.3.1_@types+node@25.3.5_sass@1.97.3_picomatch@4.0.3"
|
|
2832
3019
|
],
|
|
2833
3020
|
"optionalPeers": [
|
|
2834
|
-
"vite@7.3.1_@types+node@25.
|
|
3021
|
+
"vite@7.3.1_@types+node@25.3.5_sass@1.97.3_picomatch@4.0.3"
|
|
2835
3022
|
]
|
|
2836
3023
|
},
|
|
2837
3024
|
"@vitest/pretty-format@4.0.18": {
|
|
@@ -2897,8 +3084,8 @@
|
|
|
2897
3084
|
"@vue/compiler-sfc"
|
|
2898
3085
|
]
|
|
2899
3086
|
},
|
|
2900
|
-
"@vue/compiler-core@3.5.
|
|
2901
|
-
"integrity": "sha512-
|
|
3087
|
+
"@vue/compiler-core@3.5.29": {
|
|
3088
|
+
"integrity": "sha512-cuzPhD8fwRHk8IGfmYaR4eEe4cAyJEL66Ove/WZL7yWNL134nqLddSLwNRIsFlnnW1kK+p8Ck3viFnC0chXCXw==",
|
|
2902
3089
|
"dependencies": [
|
|
2903
3090
|
"@babel/parser",
|
|
2904
3091
|
"@vue/shared",
|
|
@@ -2907,15 +3094,15 @@
|
|
|
2907
3094
|
"source-map-js"
|
|
2908
3095
|
]
|
|
2909
3096
|
},
|
|
2910
|
-
"@vue/compiler-dom@3.5.
|
|
2911
|
-
"integrity": "sha512-
|
|
3097
|
+
"@vue/compiler-dom@3.5.29": {
|
|
3098
|
+
"integrity": "sha512-n0G5o7R3uBVmVxjTIYcz7ovr8sy7QObFG8OQJ3xGCDNhbG60biP/P5KnyY8NLd81OuT1WJflG7N4KWYHaeeaIg==",
|
|
2912
3099
|
"dependencies": [
|
|
2913
3100
|
"@vue/compiler-core",
|
|
2914
3101
|
"@vue/shared"
|
|
2915
3102
|
]
|
|
2916
3103
|
},
|
|
2917
|
-
"@vue/compiler-sfc@3.5.
|
|
2918
|
-
"integrity": "sha512-
|
|
3104
|
+
"@vue/compiler-sfc@3.5.29": {
|
|
3105
|
+
"integrity": "sha512-oJZhN5XJs35Gzr50E82jg2cYdZQ78wEwvRO6Y63TvLVTc+6xICzJHP1UIecdSPPYIbkautNBanDiWYa64QSFIA==",
|
|
2919
3106
|
"dependencies": [
|
|
2920
3107
|
"@babel/parser",
|
|
2921
3108
|
"@vue/compiler-core",
|
|
@@ -2928,14 +3115,14 @@
|
|
|
2928
3115
|
"source-map-js"
|
|
2929
3116
|
]
|
|
2930
3117
|
},
|
|
2931
|
-
"@vue/compiler-ssr@3.5.
|
|
2932
|
-
"integrity": "sha512-
|
|
3118
|
+
"@vue/compiler-ssr@3.5.29": {
|
|
3119
|
+
"integrity": "sha512-Y/ARJZE6fpjzL5GH/phJmsFwx3g6t2KmHKHx5q+MLl2kencADKIrhH5MLF6HHpRMmlRAYBRSvv347Mepf1zVNw==",
|
|
2933
3120
|
"dependencies": [
|
|
2934
3121
|
"@vue/compiler-dom",
|
|
2935
3122
|
"@vue/shared"
|
|
2936
3123
|
]
|
|
2937
3124
|
},
|
|
2938
|
-
"@vue/devtools-core@7.7.9_vue@3.5.
|
|
3125
|
+
"@vue/devtools-core@7.7.9_vue@3.5.29__typescript@5.9.3_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_typescript@5.9.3_@types+node@25.3.5": {
|
|
2939
3126
|
"integrity": "sha512-48jrBSwG4GVQRvVeeXn9p9+dlx+ISgasM7SxZZKczseohB0cBz+ITKr4YbLWjmJdy45UHL7UMPlR4Y0CWTRcSQ==",
|
|
2940
3127
|
"dependencies": [
|
|
2941
3128
|
"@vue/devtools-kit",
|
|
@@ -2965,21 +3152,21 @@
|
|
|
2965
3152
|
"rfdc"
|
|
2966
3153
|
]
|
|
2967
3154
|
},
|
|
2968
|
-
"@vue/reactivity@3.5.
|
|
2969
|
-
"integrity": "sha512-
|
|
3155
|
+
"@vue/reactivity@3.5.29": {
|
|
3156
|
+
"integrity": "sha512-zcrANcrRdcLtmGZETBxWqIkoQei8HaFpZWx/GHKxx79JZsiZ8j1du0VUJtu4eJjgFvU/iKL5lRXFXksVmI+5DA==",
|
|
2970
3157
|
"dependencies": [
|
|
2971
3158
|
"@vue/shared"
|
|
2972
3159
|
]
|
|
2973
3160
|
},
|
|
2974
|
-
"@vue/runtime-core@3.5.
|
|
2975
|
-
"integrity": "sha512-
|
|
3161
|
+
"@vue/runtime-core@3.5.29": {
|
|
3162
|
+
"integrity": "sha512-8DpW2QfdwIWOLqtsNcds4s+QgwSaHSJY/SUe04LptianUQ/0xi6KVsu/pYVh+HO3NTVvVJjIPL2t6GdeKbS4Lg==",
|
|
2976
3163
|
"dependencies": [
|
|
2977
3164
|
"@vue/reactivity",
|
|
2978
3165
|
"@vue/shared"
|
|
2979
3166
|
]
|
|
2980
3167
|
},
|
|
2981
|
-
"@vue/runtime-dom@3.5.
|
|
2982
|
-
"integrity": "sha512
|
|
3168
|
+
"@vue/runtime-dom@3.5.29": {
|
|
3169
|
+
"integrity": "sha512-AHvvJEtcY9tw/uk+s/YRLSlxxQnqnAkjqvK25ZiM4CllCZWzElRAoQnCM42m9AHRLNJ6oe2kC5DCgD4AUdlvXg==",
|
|
2983
3170
|
"dependencies": [
|
|
2984
3171
|
"@vue/reactivity",
|
|
2985
3172
|
"@vue/runtime-core",
|
|
@@ -2987,16 +3174,16 @@
|
|
|
2987
3174
|
"csstype"
|
|
2988
3175
|
]
|
|
2989
3176
|
},
|
|
2990
|
-
"@vue/server-renderer@3.5.
|
|
2991
|
-
"integrity": "sha512-
|
|
3177
|
+
"@vue/server-renderer@3.5.29_vue@3.5.29__typescript@5.9.3_typescript@5.9.3": {
|
|
3178
|
+
"integrity": "sha512-G/1k6WK5MusLlbxSE2YTcqAAezS+VuwHhOvLx2KnQU7G2zCH6KIb+5Wyt6UjMq7a3qPzNEjJXs1hvAxDclQH+g==",
|
|
2992
3179
|
"dependencies": [
|
|
2993
3180
|
"@vue/compiler-ssr",
|
|
2994
3181
|
"@vue/shared",
|
|
2995
3182
|
"vue"
|
|
2996
3183
|
]
|
|
2997
3184
|
},
|
|
2998
|
-
"@vue/shared@3.5.
|
|
2999
|
-
"integrity": "sha512-
|
|
3185
|
+
"@vue/shared@3.5.29": {
|
|
3186
|
+
"integrity": "sha512-w7SR0A5zyRByL9XUkCfdLs7t9XOHUyJ67qPGQjOou3p6GvBeBW+AVjUUmlxtZ4PIYaRvE+1LmK44O4uajlZwcg=="
|
|
3000
3187
|
},
|
|
3001
3188
|
"@vue/test-utils@2.4.6": {
|
|
3002
3189
|
"integrity": "sha512-FMxEjOpYNYiFe0GkaHsnJPXFHxQ6m4t8vI/ElPGpMWxZKpmRvQ33OIrvRXemy6yha03RxhOlQuy+gZMC3CQSow==",
|
|
@@ -3021,20 +3208,20 @@
|
|
|
3021
3208
|
"negotiator"
|
|
3022
3209
|
]
|
|
3023
3210
|
},
|
|
3024
|
-
"acorn-jsx@5.3.2_acorn@8.
|
|
3211
|
+
"acorn-jsx@5.3.2_acorn@8.16.0": {
|
|
3025
3212
|
"integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
|
|
3026
3213
|
"dependencies": [
|
|
3027
3214
|
"acorn"
|
|
3028
3215
|
]
|
|
3029
3216
|
},
|
|
3030
|
-
"acorn-walk@8.3.
|
|
3031
|
-
"integrity": "sha512-
|
|
3217
|
+
"acorn-walk@8.3.5": {
|
|
3218
|
+
"integrity": "sha512-HEHNfbars9v4pgpW6SO1KSPkfoS0xVOM/9UzkJltjlsHZmJasxg8aXkuZa7SMf8vKGIBhpUsPluQSqhJFCqebw==",
|
|
3032
3219
|
"dependencies": [
|
|
3033
3220
|
"acorn"
|
|
3034
3221
|
]
|
|
3035
3222
|
},
|
|
3036
|
-
"acorn@8.
|
|
3037
|
-
"integrity": "sha512-
|
|
3223
|
+
"acorn@8.16.0": {
|
|
3224
|
+
"integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
|
|
3038
3225
|
"bin": true
|
|
3039
3226
|
},
|
|
3040
3227
|
"agent-base@7.1.4": {
|
|
@@ -3086,10 +3273,10 @@
|
|
|
3086
3273
|
"@algolia/requester-node-http"
|
|
3087
3274
|
]
|
|
3088
3275
|
},
|
|
3089
|
-
"angular-eslint@21.
|
|
3090
|
-
"integrity": "sha512-
|
|
3276
|
+
"angular-eslint@21.3.0_@angular+cli@21.2.1__@types+node@25.3.5__@inquirer+prompts@7.10.1___@types+node@25.3.5__listr2@9.0.5__zod@4.3.6_eslint@9.39.4_typescript@5.9.3_typescript-eslint@8.56.1__eslint@9.39.4__typescript@5.9.3__@typescript-eslint+parser@8.56.1___eslint@9.39.4___typescript@5.9.3_@typescript-eslint+utils@8.56.1__eslint@9.39.4__typescript@5.9.3_@angular-eslint+template-parser@21.3.0__eslint@9.39.4__typescript@5.9.3_@typescript-eslint+types@8.56.1_@types+node@25.3.5": {
|
|
3277
|
+
"integrity": "sha512-K4+I41fSxzOavbv87EOnG5rdXiscs31j5pIAQG0aX21OHdSSjFCKOAQNmj8zv5OxUuYj5uYRToR3PuKQSN6i/A==",
|
|
3091
3278
|
"dependencies": [
|
|
3092
|
-
"@angular-devkit/core
|
|
3279
|
+
"@angular-devkit/core",
|
|
3093
3280
|
"@angular-devkit/schematics",
|
|
3094
3281
|
"@angular-eslint/builder",
|
|
3095
3282
|
"@angular-eslint/eslint-plugin",
|
|
@@ -3110,8 +3297,8 @@
|
|
|
3110
3297
|
"string-width@4.2.3"
|
|
3111
3298
|
]
|
|
3112
3299
|
},
|
|
3113
|
-
"ansi-escapes@7.
|
|
3114
|
-
"integrity": "sha512-
|
|
3300
|
+
"ansi-escapes@7.3.0": {
|
|
3301
|
+
"integrity": "sha512-BvU8nYgGQBxcmMuEeUEmNTvrMVjJNSH7RgW24vXexN4Ven6qCvy4TntnvlnwnMLTVlcRQQdbRY8NKnaIoeWDNg==",
|
|
3115
3302
|
"dependencies": [
|
|
3116
3303
|
"environment"
|
|
3117
3304
|
]
|
|
@@ -3159,6 +3346,9 @@
|
|
|
3159
3346
|
"dequal"
|
|
3160
3347
|
]
|
|
3161
3348
|
},
|
|
3349
|
+
"aria-query@5.3.1": {
|
|
3350
|
+
"integrity": "sha512-Z/ZeOgVl7bcSYZ/u/rh0fOpvEpq//LZmdbkXyc7syVzjPAhfOa9ebsdTSjEBDU4vs5nC98Kfduj1uFo0qyET3g=="
|
|
3351
|
+
},
|
|
3162
3352
|
"aria-query@5.3.2": {
|
|
3163
3353
|
"integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw=="
|
|
3164
3354
|
},
|
|
@@ -3251,11 +3441,17 @@
|
|
|
3251
3441
|
"assertion-error@2.0.1": {
|
|
3252
3442
|
"integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA=="
|
|
3253
3443
|
},
|
|
3444
|
+
"ast-metadata-inferer@0.8.1": {
|
|
3445
|
+
"integrity": "sha512-ht3Dm6Zr7SXv6t1Ra6gFo0+kLDglHGrEbYihTkcycrbHw7WCcuhBzPlJYHEsIpycaUwzsJHje+vUcxXUX4ztTA==",
|
|
3446
|
+
"dependencies": [
|
|
3447
|
+
"@mdn/browser-compat-data@5.7.6"
|
|
3448
|
+
]
|
|
3449
|
+
},
|
|
3254
3450
|
"astral-regex@2.0.0": {
|
|
3255
3451
|
"integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ=="
|
|
3256
3452
|
},
|
|
3257
|
-
"astro-eslint-parser@1.
|
|
3258
|
-
"integrity": "sha512-
|
|
3453
|
+
"astro-eslint-parser@1.3.0_@astrojs+compiler@2.13.1": {
|
|
3454
|
+
"integrity": "sha512-aOLc/aDR7lTWAHlytEefwn4Y6qs6uMr69DZvUx2A1AOAZsWhGB/paiRWPtVchh9wzMvLeqr+DkbENhVreVr9AQ==",
|
|
3259
3455
|
"dependencies": [
|
|
3260
3456
|
"@astrojs/compiler",
|
|
3261
3457
|
"@typescript-eslint/scope-manager",
|
|
@@ -3271,8 +3467,8 @@
|
|
|
3271
3467
|
"semver@7.7.4"
|
|
3272
3468
|
]
|
|
3273
3469
|
},
|
|
3274
|
-
"astro@5.
|
|
3275
|
-
"integrity": "sha512-
|
|
3470
|
+
"astro@5.18.0_typescript@5.9.3_@types+node@25.3.5_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_zod@3.25.76": {
|
|
3471
|
+
"integrity": "sha512-CHiohwJIS4L0G6/IzE1Fx3dgWqXBCXus/od0eGUfxrZJD2um2pE7ehclMmgL/fXqbU7NfE1Ze2pq34h2QaA6iQ==",
|
|
3276
3472
|
"dependencies": [
|
|
3277
3473
|
"@astrojs/compiler",
|
|
3278
3474
|
"@astrojs/internal-helpers",
|
|
@@ -3280,12 +3476,12 @@
|
|
|
3280
3476
|
"@astrojs/telemetry",
|
|
3281
3477
|
"@capsizecss/unpack",
|
|
3282
3478
|
"@oslojs/encoding",
|
|
3283
|
-
"@rollup/pluginutils",
|
|
3479
|
+
"@rollup/pluginutils@5.3.0",
|
|
3284
3480
|
"acorn",
|
|
3285
3481
|
"aria-query@5.3.2",
|
|
3286
3482
|
"axobject-query",
|
|
3287
3483
|
"boxen",
|
|
3288
|
-
"ci-info@4.
|
|
3484
|
+
"ci-info@4.4.0",
|
|
3289
3485
|
"clsx",
|
|
3290
3486
|
"common-ancestor-path",
|
|
3291
3487
|
"cookie@1.1.1",
|
|
@@ -3293,11 +3489,11 @@
|
|
|
3293
3489
|
"debug@4.4.3",
|
|
3294
3490
|
"deterministic-object-hash",
|
|
3295
3491
|
"devalue",
|
|
3296
|
-
"diff",
|
|
3492
|
+
"diff@8.0.3",
|
|
3297
3493
|
"dlv",
|
|
3298
3494
|
"dset",
|
|
3299
3495
|
"es-module-lexer",
|
|
3300
|
-
"esbuild@0.
|
|
3496
|
+
"esbuild@0.27.3",
|
|
3301
3497
|
"estree-walker@3.0.3",
|
|
3302
3498
|
"flattie",
|
|
3303
3499
|
"fontace",
|
|
@@ -3329,7 +3525,7 @@
|
|
|
3329
3525
|
"unist-util-visit",
|
|
3330
3526
|
"unstorage",
|
|
3331
3527
|
"vfile",
|
|
3332
|
-
"vite@6.4.1_@types+node@25.
|
|
3528
|
+
"vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3",
|
|
3333
3529
|
"vitefu",
|
|
3334
3530
|
"xxhash-wasm",
|
|
3335
3531
|
"yargs-parser@21.1.1",
|
|
@@ -3343,7 +3539,7 @@
|
|
|
3343
3539
|
],
|
|
3344
3540
|
"bin": true
|
|
3345
3541
|
},
|
|
3346
|
-
"astrojs-compiler-sync@1.1.1_@astrojs+compiler@2.13.
|
|
3542
|
+
"astrojs-compiler-sync@1.1.1_@astrojs+compiler@2.13.1": {
|
|
3347
3543
|
"integrity": "sha512-0mKvB9sDQRIZPsEJadw6OaFbGJ92cJPPR++ICca9XEyiUAZqgVuk25jNmzHPT0KF80rI94trSZrUR5iHFXGGOQ==",
|
|
3348
3544
|
"dependencies": [
|
|
3349
3545
|
"@astrojs/compiler",
|
|
@@ -3362,6 +3558,12 @@
|
|
|
3362
3558
|
"axobject-query@4.1.0": {
|
|
3363
3559
|
"integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ=="
|
|
3364
3560
|
},
|
|
3561
|
+
"babel-plugin-transform-hook-names@1.0.2_@babel+core@7.29.0": {
|
|
3562
|
+
"integrity": "sha512-5gafyjyyBTTdX/tQQ0hRgu4AhNHG/hqWi0ZZmg2xvs2FgRkJXzDNKBZCyoYqgFkovfDrgM8OoKg8karoUvWeCw==",
|
|
3563
|
+
"dependencies": [
|
|
3564
|
+
"@babel/core"
|
|
3565
|
+
]
|
|
3566
|
+
},
|
|
3365
3567
|
"bail@2.0.2": {
|
|
3366
3568
|
"integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw=="
|
|
3367
3569
|
},
|
|
@@ -3374,8 +3576,8 @@
|
|
|
3374
3576
|
"base-64@1.0.0": {
|
|
3375
3577
|
"integrity": "sha512-kwDPIFCGx0NZHog36dj+tHiwP4QMzsZ3AgMViUBKI0+V5n4U0ufTCUMhnQ04diaRI8EX/QcPfql7zlhZ7j4zgg=="
|
|
3376
3578
|
},
|
|
3377
|
-
"baseline-browser-mapping@2.
|
|
3378
|
-
"integrity": "sha512-
|
|
3579
|
+
"baseline-browser-mapping@2.10.0": {
|
|
3580
|
+
"integrity": "sha512-lIyg0szRfYbiy67j9KN8IyeD7q7hcmqnJ1ddWmNt19ItGpNN64mnllmxUNFIOdOm6by97jlL6wfpTTJrmnjWAA==",
|
|
3379
3581
|
"bin": true
|
|
3380
3582
|
},
|
|
3381
3583
|
"beasties@0.4.1_postcss@8.5.6": {
|
|
@@ -3413,7 +3615,7 @@
|
|
|
3413
3615
|
"content-type",
|
|
3414
3616
|
"debug@4.4.3",
|
|
3415
3617
|
"http-errors",
|
|
3416
|
-
"iconv-lite
|
|
3618
|
+
"iconv-lite",
|
|
3417
3619
|
"on-finished",
|
|
3418
3620
|
"qs",
|
|
3419
3621
|
"raw-body",
|
|
@@ -3449,8 +3651,8 @@
|
|
|
3449
3651
|
"balanced-match@1.0.2"
|
|
3450
3652
|
]
|
|
3451
3653
|
},
|
|
3452
|
-
"brace-expansion@5.0.
|
|
3453
|
-
"integrity": "sha512-
|
|
3654
|
+
"brace-expansion@5.0.4": {
|
|
3655
|
+
"integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
|
|
3454
3656
|
"dependencies": [
|
|
3455
3657
|
"balanced-match@4.0.4"
|
|
3456
3658
|
]
|
|
@@ -3489,9 +3691,9 @@
|
|
|
3489
3691
|
"dependencies": [
|
|
3490
3692
|
"@npmcli/fs",
|
|
3491
3693
|
"fs-minipass",
|
|
3492
|
-
"glob@13.0.
|
|
3493
|
-
"lru-cache@11.2.
|
|
3494
|
-
"minipass@7.1.
|
|
3694
|
+
"glob@13.0.6",
|
|
3695
|
+
"lru-cache@11.2.6",
|
|
3696
|
+
"minipass@7.1.3",
|
|
3495
3697
|
"minipass-collect",
|
|
3496
3698
|
"minipass-flush",
|
|
3497
3699
|
"minipass-pipeline",
|
|
@@ -3529,8 +3731,8 @@
|
|
|
3529
3731
|
"camelcase@8.0.0": {
|
|
3530
3732
|
"integrity": "sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA=="
|
|
3531
3733
|
},
|
|
3532
|
-
"caniuse-lite@1.0.
|
|
3533
|
-
"integrity": "sha512-
|
|
3734
|
+
"caniuse-lite@1.0.30001774": {
|
|
3735
|
+
"integrity": "sha512-DDdwPGz99nmIEv216hKSgLD+D4ikHQHjBC/seF98N9CPqRX4M5mSxT9eTV6oyisnJcuzxtZy4n17yKKQYmYQOA=="
|
|
3534
3736
|
},
|
|
3535
3737
|
"ccount@2.0.1": {
|
|
3536
3738
|
"integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg=="
|
|
@@ -3578,8 +3780,8 @@
|
|
|
3578
3780
|
"ci-info@3.9.0": {
|
|
3579
3781
|
"integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ=="
|
|
3580
3782
|
},
|
|
3581
|
-
"ci-info@4.
|
|
3582
|
-
"integrity": "sha512-
|
|
3783
|
+
"ci-info@4.4.0": {
|
|
3784
|
+
"integrity": "sha512-77PSwercCZU2Fc4sX94eF8k8Pxte6JAwL4/ICZLFjJLqegs7kCuAsqqj/70NQF6TvDpgFjkubQB2FW2ZZddvQg=="
|
|
3583
3785
|
},
|
|
3584
3786
|
"cli-boxes@3.0.0": {
|
|
3585
3787
|
"integrity": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g=="
|
|
@@ -3597,7 +3799,7 @@
|
|
|
3597
3799
|
"integrity": "sha512-SroPvNHxUnk+vIW/dOSfNqdy1sPEFkrTk6TUtqLCnBlo3N7TNYYkzzN7uSD6+jVjrdO4+p8nH7JzH6cIvUem6A==",
|
|
3598
3800
|
"dependencies": [
|
|
3599
3801
|
"slice-ansi@7.1.2",
|
|
3600
|
-
"string-width@8.
|
|
3802
|
+
"string-width@8.2.0"
|
|
3601
3803
|
]
|
|
3602
3804
|
},
|
|
3603
3805
|
"cli-width@4.1.0": {
|
|
@@ -3607,7 +3809,7 @@
|
|
|
3607
3809
|
"integrity": "sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==",
|
|
3608
3810
|
"dependencies": [
|
|
3609
3811
|
"string-width@7.2.0",
|
|
3610
|
-
"strip-ansi@7.
|
|
3812
|
+
"strip-ansi@7.2.0",
|
|
3611
3813
|
"wrap-ansi@9.0.2"
|
|
3612
3814
|
]
|
|
3613
3815
|
},
|
|
@@ -3803,12 +4005,15 @@
|
|
|
3803
4005
|
"ms"
|
|
3804
4006
|
]
|
|
3805
4007
|
},
|
|
3806
|
-
"decode-named-character-reference@1.
|
|
3807
|
-
"integrity": "sha512-
|
|
4008
|
+
"decode-named-character-reference@1.3.0": {
|
|
4009
|
+
"integrity": "sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==",
|
|
3808
4010
|
"dependencies": [
|
|
3809
4011
|
"character-entities"
|
|
3810
4012
|
]
|
|
3811
4013
|
},
|
|
4014
|
+
"dedent-js@1.0.1": {
|
|
4015
|
+
"integrity": "sha512-OUepMozQULMLUmhxS95Vudo0jb0UchLimi3+pQ2plj61Fcy8axbP9hbiD4Sz6DPqn6XG3kfmziVfQ1rSys5AJQ=="
|
|
4016
|
+
},
|
|
3812
4017
|
"deep-equal@2.2.3": {
|
|
3813
4018
|
"integrity": "sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==",
|
|
3814
4019
|
"dependencies": [
|
|
@@ -3835,11 +4040,14 @@
|
|
|
3835
4040
|
"deep-is@0.1.4": {
|
|
3836
4041
|
"integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ=="
|
|
3837
4042
|
},
|
|
4043
|
+
"deepmerge@4.3.1": {
|
|
4044
|
+
"integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A=="
|
|
4045
|
+
},
|
|
3838
4046
|
"default-browser-id@5.0.1": {
|
|
3839
4047
|
"integrity": "sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q=="
|
|
3840
4048
|
},
|
|
3841
|
-
"default-browser@5.
|
|
3842
|
-
"integrity": "sha512-
|
|
4049
|
+
"default-browser@5.5.0": {
|
|
4050
|
+
"integrity": "sha512-H9LMLr5zwIbSxrmvikGuI/5KGhZ8E2zH3stkMgM5LpOWDutGM2JZaj460Udnf1a+946zc7YBgrqEWwbk7zHvGw==",
|
|
3843
4051
|
"dependencies": [
|
|
3844
4052
|
"bundle-name",
|
|
3845
4053
|
"default-browser-id"
|
|
@@ -3894,6 +4102,9 @@
|
|
|
3894
4102
|
"dequal"
|
|
3895
4103
|
]
|
|
3896
4104
|
},
|
|
4105
|
+
"diff@4.0.4": {
|
|
4106
|
+
"integrity": "sha512-X07nttJQkwkfKfvTPG/KSnE2OMdcUCao6+eXF3wmnIQRn2aPAHH3VxDbDOdegkd6JbPsXqShpvEOHfAT+nCNwQ=="
|
|
4107
|
+
},
|
|
3897
4108
|
"diff@8.0.3": {
|
|
3898
4109
|
"integrity": "sha512-qejHi7bcSD4hQAZE0tNAawRK1ZtafHDmMTMkrrIGgSLl7hTnQHmKCeB45xAcbfTqK2zowkM3j3bHt/4b/ARbYQ=="
|
|
3899
4110
|
},
|
|
@@ -3937,8 +4148,8 @@
|
|
|
3937
4148
|
"domhandler"
|
|
3938
4149
|
]
|
|
3939
4150
|
},
|
|
3940
|
-
"dotenv@17.
|
|
3941
|
-
"integrity": "sha512-
|
|
4151
|
+
"dotenv@17.3.1": {
|
|
4152
|
+
"integrity": "sha512-IO8C/dzEb6O3F9/twg6ZLXz164a2fhTnEWb95H23Dm4OuN+92NmEAlTrupP9VW6Jm3sO26tQlqyvyi4CsnY9GA=="
|
|
3942
4153
|
},
|
|
3943
4154
|
"dset@3.1.4": {
|
|
3944
4155
|
"integrity": "sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA=="
|
|
@@ -3954,8 +4165,8 @@
|
|
|
3954
4165
|
"eastasianwidth@0.2.0": {
|
|
3955
4166
|
"integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA=="
|
|
3956
4167
|
},
|
|
3957
|
-
"editorconfig@1.0.
|
|
3958
|
-
"integrity": "sha512-
|
|
4168
|
+
"editorconfig@1.0.7": {
|
|
4169
|
+
"integrity": "sha512-e0GOtq/aTQhVdNyDU9e02+wz9oDDM+SIOQxWME2QRjzRX5yyLAuHDE+0aE8vHb9XRC8XD37eO2u57+F09JqFhw==",
|
|
3959
4170
|
"dependencies": [
|
|
3960
4171
|
"@one-ini/wasm",
|
|
3961
4172
|
"commander@10.0.1",
|
|
@@ -3967,8 +4178,8 @@
|
|
|
3967
4178
|
"ee-first@1.1.1": {
|
|
3968
4179
|
"integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow=="
|
|
3969
4180
|
},
|
|
3970
|
-
"electron-to-chromium@1.5.
|
|
3971
|
-
"integrity": "sha512-
|
|
4181
|
+
"electron-to-chromium@1.5.302": {
|
|
4182
|
+
"integrity": "sha512-sM6HAN2LyK82IyPBpznDRqlTQAtuSaO+ShzFiWTvoMJLHyZ+Y39r8VMfHzwbU8MVBzQ4Wdn85+wlZl2TLGIlwg=="
|
|
3972
4183
|
},
|
|
3973
4184
|
"emoji-regex@10.6.0": {
|
|
3974
4185
|
"integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A=="
|
|
@@ -3982,12 +4193,6 @@
|
|
|
3982
4193
|
"encodeurl@2.0.0": {
|
|
3983
4194
|
"integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg=="
|
|
3984
4195
|
},
|
|
3985
|
-
"encoding@0.1.13": {
|
|
3986
|
-
"integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==",
|
|
3987
|
-
"dependencies": [
|
|
3988
|
-
"iconv-lite@0.6.3"
|
|
3989
|
-
]
|
|
3990
|
-
},
|
|
3991
4196
|
"entities@4.5.0": {
|
|
3992
4197
|
"integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw=="
|
|
3993
4198
|
},
|
|
@@ -4219,14 +4424,29 @@
|
|
|
4219
4424
|
"escape-string-regexp@5.0.0": {
|
|
4220
4425
|
"integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw=="
|
|
4221
4426
|
},
|
|
4222
|
-
"eslint-compat-utils@0.6.5_eslint@9.39.
|
|
4427
|
+
"eslint-compat-utils@0.6.5_eslint@9.39.4": {
|
|
4223
4428
|
"integrity": "sha512-vAUHYzue4YAa2hNACjB8HvUQj5yehAZgiClyFVVom9cP8z5NSFq3PwB/TtJslN2zAMgRX6FCFCjYBbQh71g5RQ==",
|
|
4224
4429
|
"dependencies": [
|
|
4225
4430
|
"eslint",
|
|
4226
4431
|
"semver@7.7.4"
|
|
4227
4432
|
]
|
|
4228
4433
|
},
|
|
4229
|
-
"eslint-config-
|
|
4434
|
+
"eslint-config-preact@2.0.0_eslint@9.39.4_@babel+core@7.29.0": {
|
|
4435
|
+
"integrity": "sha512-TFj70lEE7y3R9DQAFJ/clRfVmyaXdwE3q56gA9zm+iTmlpYjtZKtV1jv/jtgdF2LqgvJjlGlGE1rHVwE9yNdkg==",
|
|
4436
|
+
"dependencies": [
|
|
4437
|
+
"@babel/core",
|
|
4438
|
+
"@babel/eslint-parser",
|
|
4439
|
+
"@babel/plugin-syntax-class-properties",
|
|
4440
|
+
"@babel/plugin-syntax-jsx",
|
|
4441
|
+
"@eslint/js",
|
|
4442
|
+
"eslint",
|
|
4443
|
+
"eslint-plugin-compat",
|
|
4444
|
+
"eslint-plugin-react",
|
|
4445
|
+
"eslint-plugin-react-hooks@5.2.0_eslint@9.39.4",
|
|
4446
|
+
"globals@16.5.0"
|
|
4447
|
+
]
|
|
4448
|
+
},
|
|
4449
|
+
"eslint-config-prettier@10.1.8_eslint@9.39.4": {
|
|
4230
4450
|
"integrity": "sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==",
|
|
4231
4451
|
"dependencies": [
|
|
4232
4452
|
"eslint"
|
|
@@ -4247,8 +4467,8 @@
|
|
|
4247
4467
|
"debug@3.2.7"
|
|
4248
4468
|
]
|
|
4249
4469
|
},
|
|
4250
|
-
"eslint-plugin-astro@1.
|
|
4251
|
-
"integrity": "sha512-
|
|
4470
|
+
"eslint-plugin-astro@1.6.0_eslint@9.39.4": {
|
|
4471
|
+
"integrity": "sha512-yGIbLHuj5MOUXa0s4sZ6cVhv6ehb+WLF80tsrGaxMk6VTUExruMzubQDzhOYt8fbR1c9vILCCRSCsKI7M1whig==",
|
|
4252
4472
|
"dependencies": [
|
|
4253
4473
|
"@eslint-community/eslint-utils",
|
|
4254
4474
|
"@jridgewell/sourcemap-codec",
|
|
@@ -4261,7 +4481,20 @@
|
|
|
4261
4481
|
"postcss-selector-parser"
|
|
4262
4482
|
]
|
|
4263
4483
|
},
|
|
4264
|
-
"eslint-plugin-
|
|
4484
|
+
"eslint-plugin-compat@6.2.1_eslint@9.39.4": {
|
|
4485
|
+
"integrity": "sha512-gLKqUH+lQcCL+HzsROUjBDvakc5Zaga51Y4ZAkPCXc41pzKBfyluqTr2j8zOx8QQQb7zyglu1LVoL5aSNWf2SQ==",
|
|
4486
|
+
"dependencies": [
|
|
4487
|
+
"@mdn/browser-compat-data@6.1.5",
|
|
4488
|
+
"ast-metadata-inferer",
|
|
4489
|
+
"browserslist",
|
|
4490
|
+
"eslint",
|
|
4491
|
+
"find-up",
|
|
4492
|
+
"globals@15.15.0",
|
|
4493
|
+
"lodash.memoize",
|
|
4494
|
+
"semver@7.7.4"
|
|
4495
|
+
]
|
|
4496
|
+
},
|
|
4497
|
+
"eslint-plugin-import@2.32.0_eslint@9.39.4": {
|
|
4265
4498
|
"integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==",
|
|
4266
4499
|
"dependencies": [
|
|
4267
4500
|
"@rtsao/scc",
|
|
@@ -4286,7 +4519,7 @@
|
|
|
4286
4519
|
"tsconfig-paths"
|
|
4287
4520
|
]
|
|
4288
4521
|
},
|
|
4289
|
-
"eslint-plugin-jest-dom@5.5.0_@testing-library+dom@10.4.1_eslint@9.39.
|
|
4522
|
+
"eslint-plugin-jest-dom@5.5.0_@testing-library+dom@10.4.1_eslint@9.39.4": {
|
|
4290
4523
|
"integrity": "sha512-CRlXfchTr7EgC3tDI7MGHY6QjdJU5Vv2RPaeeGtkXUHnKZf04kgzMPIJUXt4qKCvYWVVIEo9ut9Oq1vgXAykEA==",
|
|
4291
4524
|
"dependencies": [
|
|
4292
4525
|
"@babel/runtime",
|
|
@@ -4298,29 +4531,39 @@
|
|
|
4298
4531
|
"@testing-library/dom@10.4.1"
|
|
4299
4532
|
]
|
|
4300
4533
|
},
|
|
4301
|
-
"eslint-plugin-jest@29.
|
|
4302
|
-
"integrity": "sha512-
|
|
4534
|
+
"eslint-plugin-jest@29.15.0_eslint@9.39.4_typescript@5.9.3": {
|
|
4535
|
+
"integrity": "sha512-ZCGr7vTH2WSo2hrK5oM2RULFmMruQ7W3cX7YfwoTiPfzTGTFBMmrVIz45jZHd++cGKj/kWf02li/RhTGcANJSA==",
|
|
4303
4536
|
"dependencies": [
|
|
4304
4537
|
"@typescript-eslint/utils",
|
|
4305
|
-
"eslint"
|
|
4538
|
+
"eslint",
|
|
4539
|
+
"typescript"
|
|
4540
|
+
],
|
|
4541
|
+
"optionalPeers": [
|
|
4542
|
+
"typescript"
|
|
4306
4543
|
]
|
|
4307
4544
|
},
|
|
4308
|
-
"eslint-plugin-perfectionist@5.
|
|
4309
|
-
"integrity": "sha512-
|
|
4545
|
+
"eslint-plugin-perfectionist@5.6.0_eslint@9.39.4_typescript@5.9.3": {
|
|
4546
|
+
"integrity": "sha512-pxrLrfRp5wl1Vol1fAEa/G5yTXxefTPJjz07qC7a8iWFXcOZNuWBItMQ2OtTzfQIvMq6bMyYcrzc3Wz++na55Q==",
|
|
4310
4547
|
"dependencies": [
|
|
4311
4548
|
"@typescript-eslint/utils",
|
|
4312
4549
|
"eslint",
|
|
4313
4550
|
"natural-orderby"
|
|
4314
4551
|
]
|
|
4315
4552
|
},
|
|
4316
|
-
"eslint-plugin-playwright@2.
|
|
4317
|
-
"integrity": "sha512-
|
|
4553
|
+
"eslint-plugin-playwright@2.9.0_eslint@9.39.4": {
|
|
4554
|
+
"integrity": "sha512-k3xrG6YzrallWNFMoGUjMNeu3SFFKXN79KJQBD2PkM4PasJegqV2Up+mPY5od2UmPKQGT+MeIhCmWH8r5eYuQQ==",
|
|
4318
4555
|
"dependencies": [
|
|
4319
4556
|
"eslint",
|
|
4320
|
-
"globals@
|
|
4557
|
+
"globals@17.4.0"
|
|
4321
4558
|
]
|
|
4322
4559
|
},
|
|
4323
|
-
"eslint-plugin-react-hooks@
|
|
4560
|
+
"eslint-plugin-react-hooks@5.2.0_eslint@9.39.4": {
|
|
4561
|
+
"integrity": "sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==",
|
|
4562
|
+
"dependencies": [
|
|
4563
|
+
"eslint"
|
|
4564
|
+
]
|
|
4565
|
+
},
|
|
4566
|
+
"eslint-plugin-react-hooks@7.0.1_eslint@9.39.4_zod@4.3.6": {
|
|
4324
4567
|
"integrity": "sha512-O0d0m04evaNzEPoSW+59Mezf8Qt0InfgGIBJnpC0h3NH/WjUAR7BIKUfysC6todmtiZ/A0oUVS8Gce0WhBrHsA==",
|
|
4325
4568
|
"dependencies": [
|
|
4326
4569
|
"@babel/core",
|
|
@@ -4331,7 +4574,7 @@
|
|
|
4331
4574
|
"zod-validation-error"
|
|
4332
4575
|
]
|
|
4333
4576
|
},
|
|
4334
|
-
"eslint-plugin-react@7.37.5_eslint@9.39.
|
|
4577
|
+
"eslint-plugin-react@7.37.5_eslint@9.39.4": {
|
|
4335
4578
|
"integrity": "sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==",
|
|
4336
4579
|
"dependencies": [
|
|
4337
4580
|
"array-includes",
|
|
@@ -4341,7 +4584,7 @@
|
|
|
4341
4584
|
"doctrine",
|
|
4342
4585
|
"es-iterator-helpers",
|
|
4343
4586
|
"eslint",
|
|
4344
|
-
"estraverse",
|
|
4587
|
+
"estraverse@5.3.0",
|
|
4345
4588
|
"hasown",
|
|
4346
4589
|
"jsx-ast-utils",
|
|
4347
4590
|
"minimatch@3.1.5",
|
|
@@ -4349,22 +4592,42 @@
|
|
|
4349
4592
|
"object.fromentries",
|
|
4350
4593
|
"object.values",
|
|
4351
4594
|
"prop-types",
|
|
4352
|
-
"resolve@2.0.0-next.
|
|
4595
|
+
"resolve@2.0.0-next.6",
|
|
4353
4596
|
"semver@6.3.1",
|
|
4354
4597
|
"string.prototype.matchall",
|
|
4355
4598
|
"string.prototype.repeat"
|
|
4356
4599
|
]
|
|
4357
4600
|
},
|
|
4358
|
-
"eslint-plugin-
|
|
4359
|
-
"integrity": "sha512-
|
|
4601
|
+
"eslint-plugin-svelte@3.15.0_eslint@9.39.4_svelte@5.53.7__acorn@8.16.0_postcss@8.5.6_ts-node@10.9.2__@types+node@25.3.5__typescript@5.9.3_@types+node@25.3.5_typescript@5.9.3": {
|
|
4602
|
+
"integrity": "sha512-QKB7zqfuB8aChOfBTComgDptMf2yxiJx7FE04nneCmtQzgTHvY8UJkuh8J2Rz7KB9FFV9aTHX6r7rdYGvG8T9Q==",
|
|
4603
|
+
"dependencies": [
|
|
4604
|
+
"@eslint-community/eslint-utils",
|
|
4605
|
+
"@jridgewell/sourcemap-codec",
|
|
4606
|
+
"eslint",
|
|
4607
|
+
"esutils",
|
|
4608
|
+
"globals@16.5.0",
|
|
4609
|
+
"known-css-properties",
|
|
4610
|
+
"postcss",
|
|
4611
|
+
"postcss-load-config",
|
|
4612
|
+
"postcss-safe-parser",
|
|
4613
|
+
"semver@7.7.4",
|
|
4614
|
+
"svelte",
|
|
4615
|
+
"svelte-eslint-parser"
|
|
4616
|
+
],
|
|
4617
|
+
"optionalPeers": [
|
|
4618
|
+
"svelte"
|
|
4619
|
+
]
|
|
4620
|
+
},
|
|
4621
|
+
"eslint-plugin-testing-library@7.16.0_eslint@9.39.4_typescript@5.9.3": {
|
|
4622
|
+
"integrity": "sha512-lHZI6/Olb2oZqxd1+s1nOLCtL2PXKrc1ERz6oDbUKS0xZAMFH3Fy6wJo75z3pXTop3BV6+loPi2MSjIYt3vpAg==",
|
|
4360
4623
|
"dependencies": [
|
|
4361
4624
|
"@typescript-eslint/scope-manager",
|
|
4362
4625
|
"@typescript-eslint/utils",
|
|
4363
4626
|
"eslint"
|
|
4364
4627
|
]
|
|
4365
4628
|
},
|
|
4366
|
-
"eslint-plugin-vue@10.
|
|
4367
|
-
"integrity": "sha512-
|
|
4629
|
+
"eslint-plugin-vue@10.8.0_eslint@9.39.4_vue-eslint-parser@10.4.0__eslint@9.39.4": {
|
|
4630
|
+
"integrity": "sha512-f1J/tcbnrpgC8suPN5AtdJ5MQjuXbSU9pGRSSYAuF3SHoiYCOdEX6O22pLaRyLHXvDcOe+O5ENgc1owQ587agA==",
|
|
4368
4631
|
"dependencies": [
|
|
4369
4632
|
"@eslint-community/eslint-utils",
|
|
4370
4633
|
"eslint",
|
|
@@ -4376,30 +4639,43 @@
|
|
|
4376
4639
|
"xml-name-validator"
|
|
4377
4640
|
]
|
|
4378
4641
|
},
|
|
4642
|
+
"eslint-scope@5.1.1": {
|
|
4643
|
+
"integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
|
|
4644
|
+
"dependencies": [
|
|
4645
|
+
"esrecurse",
|
|
4646
|
+
"estraverse@4.3.0"
|
|
4647
|
+
]
|
|
4648
|
+
},
|
|
4379
4649
|
"eslint-scope@8.4.0": {
|
|
4380
4650
|
"integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
|
|
4381
4651
|
"dependencies": [
|
|
4382
4652
|
"esrecurse",
|
|
4383
|
-
"estraverse"
|
|
4653
|
+
"estraverse@5.3.0"
|
|
4384
4654
|
]
|
|
4385
4655
|
},
|
|
4386
|
-
"eslint-scope@9.1.
|
|
4387
|
-
"integrity": "sha512-
|
|
4656
|
+
"eslint-scope@9.1.1": {
|
|
4657
|
+
"integrity": "sha512-GaUN0sWim5qc8KVErfPBWmc31LEsOkrUJbvJZV+xuL3u2phMUK4HIvXlWAakfC8W4nzlK+chPEAkYOYb5ZScIw==",
|
|
4388
4658
|
"dependencies": [
|
|
4389
4659
|
"@types/esrecurse",
|
|
4390
4660
|
"@types/estree",
|
|
4391
4661
|
"esrecurse",
|
|
4392
|
-
"estraverse"
|
|
4662
|
+
"estraverse@5.3.0"
|
|
4393
4663
|
]
|
|
4394
4664
|
},
|
|
4665
|
+
"eslint-visitor-keys@2.1.0": {
|
|
4666
|
+
"integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw=="
|
|
4667
|
+
},
|
|
4395
4668
|
"eslint-visitor-keys@3.4.3": {
|
|
4396
4669
|
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag=="
|
|
4397
4670
|
},
|
|
4398
4671
|
"eslint-visitor-keys@4.2.1": {
|
|
4399
4672
|
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ=="
|
|
4400
4673
|
},
|
|
4401
|
-
"eslint@
|
|
4402
|
-
"integrity": "sha512-
|
|
4674
|
+
"eslint-visitor-keys@5.0.1": {
|
|
4675
|
+
"integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA=="
|
|
4676
|
+
},
|
|
4677
|
+
"eslint@9.39.4": {
|
|
4678
|
+
"integrity": "sha512-XoMjdBOwe/esVgEvLmNsD3IRHkm7fbKIUGvrleloJXUZgDHig2IPWNniv+GwjyJXzuNqVjlr5+4yVUZjycJwfQ==",
|
|
4403
4679
|
"dependencies": [
|
|
4404
4680
|
"@eslint-community/eslint-utils",
|
|
4405
4681
|
"@eslint-community/regexpp",
|
|
@@ -4438,7 +4714,10 @@
|
|
|
4438
4714
|
],
|
|
4439
4715
|
"bin": true
|
|
4440
4716
|
},
|
|
4441
|
-
"
|
|
4717
|
+
"esm-env@1.2.2": {
|
|
4718
|
+
"integrity": "sha512-Epxrv+Nr/CaL4ZcFGPJIYLWFom+YeV1DqMLHJoEd9SYRxNbaFruBwfEX/kkHUJf55j2+TUbmDcmuilbP1TmXHA=="
|
|
4719
|
+
},
|
|
4720
|
+
"espree@10.4.0_acorn@8.16.0": {
|
|
4442
4721
|
"integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
|
|
4443
4722
|
"dependencies": [
|
|
4444
4723
|
"acorn",
|
|
@@ -4449,15 +4728,24 @@
|
|
|
4449
4728
|
"esquery@1.7.0": {
|
|
4450
4729
|
"integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==",
|
|
4451
4730
|
"dependencies": [
|
|
4452
|
-
"estraverse"
|
|
4731
|
+
"estraverse@5.3.0"
|
|
4732
|
+
]
|
|
4733
|
+
},
|
|
4734
|
+
"esrap@2.2.3": {
|
|
4735
|
+
"integrity": "sha512-8fOS+GIGCQZl/ZIlhl59htOlms6U8NvX6ZYgYHpRU/b6tVSh3uHkOHZikl3D4cMbYM0JlpBe+p/BkZEi8J9XIQ==",
|
|
4736
|
+
"dependencies": [
|
|
4737
|
+
"@jridgewell/sourcemap-codec"
|
|
4453
4738
|
]
|
|
4454
4739
|
},
|
|
4455
4740
|
"esrecurse@4.3.0": {
|
|
4456
4741
|
"integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
|
|
4457
4742
|
"dependencies": [
|
|
4458
|
-
"estraverse"
|
|
4743
|
+
"estraverse@5.3.0"
|
|
4459
4744
|
]
|
|
4460
4745
|
},
|
|
4746
|
+
"estraverse@4.3.0": {
|
|
4747
|
+
"integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw=="
|
|
4748
|
+
},
|
|
4461
4749
|
"estraverse@5.3.0": {
|
|
4462
4750
|
"integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA=="
|
|
4463
4751
|
},
|
|
@@ -4476,8 +4764,8 @@
|
|
|
4476
4764
|
"etag@1.8.1": {
|
|
4477
4765
|
"integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg=="
|
|
4478
4766
|
},
|
|
4479
|
-
"eventemitter3@5.0.
|
|
4480
|
-
"integrity": "sha512-
|
|
4767
|
+
"eventemitter3@5.0.4": {
|
|
4768
|
+
"integrity": "sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw=="
|
|
4481
4769
|
},
|
|
4482
4770
|
"eventsource-parser@3.0.6": {
|
|
4483
4771
|
"integrity": "sha512-Vo1ab+QXPzZ4tCa8SwIHJFaSzy4R6SHf7BY79rFBDf0idraZWAkYrDjDj8uWaSm3S2TK+hJ7/t1CEmZ7jXw+pg=="
|
|
@@ -4511,8 +4799,8 @@
|
|
|
4511
4799
|
"exponential-backoff@3.1.3": {
|
|
4512
4800
|
"integrity": "sha512-ZgEeZXj30q+I0EN+CbSSpIyPaJ5HVQD18Z1m+u1FXbAeT94mr1zw50q4q6jiiC447Nl/YTcIYSAftiGqetwXCA=="
|
|
4513
4801
|
},
|
|
4514
|
-
"express-rate-limit@8.2.
|
|
4515
|
-
"integrity": "sha512-
|
|
4802
|
+
"express-rate-limit@8.2.2_express@5.2.1": {
|
|
4803
|
+
"integrity": "sha512-Ybv7bqtOgA914MLwaHWVFXMpMYeR1MQu/D+z2MaLYteqBsTIp9sY3AU7mGNLMJv8eLg8uQMpE20I+L2Lv49nSg==",
|
|
4516
4804
|
"dependencies": [
|
|
4517
4805
|
"express",
|
|
4518
4806
|
"ip-address"
|
|
@@ -4652,14 +4940,14 @@
|
|
|
4652
4940
|
"flattie@1.1.1": {
|
|
4653
4941
|
"integrity": "sha512-9UbaD6XdAL97+k/n+N7JwX46K/M6Zc6KcFYskrYL8wbBV/Uyk0CTAMY0VT+qiK5PM7AIc9aTWYtq65U7T+aCNQ=="
|
|
4654
4942
|
},
|
|
4655
|
-
"fontace@0.4.
|
|
4656
|
-
"integrity": "sha512-
|
|
4943
|
+
"fontace@0.4.1": {
|
|
4944
|
+
"integrity": "sha512-lDMvbAzSnHmbYMTEld5qdtvNH2/pWpICOqpean9IgC7vUbUJc3k+k5Dokp85CegamqQpFbXf0rAVkbzpyTA8aw==",
|
|
4657
4945
|
"dependencies": [
|
|
4658
4946
|
"fontkitten"
|
|
4659
4947
|
]
|
|
4660
4948
|
},
|
|
4661
|
-
"fontkitten@1.0.
|
|
4662
|
-
"integrity": "sha512-
|
|
4949
|
+
"fontkitten@1.0.2": {
|
|
4950
|
+
"integrity": "sha512-piJxbLnkD9Xcyi7dWJRnqszEURixe7CrF/efBfbffe2DPyabmuIuqraruY8cXTs19QoM8VJzx47BDRVNXETM7Q==",
|
|
4663
4951
|
"dependencies": [
|
|
4664
4952
|
"tiny-inflate"
|
|
4665
4953
|
]
|
|
@@ -4705,7 +4993,7 @@
|
|
|
4705
4993
|
"fs-minipass@3.0.3": {
|
|
4706
4994
|
"integrity": "sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw==",
|
|
4707
4995
|
"dependencies": [
|
|
4708
|
-
"minipass@7.1.
|
|
4996
|
+
"minipass@7.1.3"
|
|
4709
4997
|
]
|
|
4710
4998
|
},
|
|
4711
4999
|
"fsevents@2.3.2": {
|
|
@@ -4744,8 +5032,8 @@
|
|
|
4744
5032
|
"get-caller-file@2.0.5": {
|
|
4745
5033
|
"integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg=="
|
|
4746
5034
|
},
|
|
4747
|
-
"get-east-asian-width@1.
|
|
4748
|
-
"integrity": "sha512-
|
|
5035
|
+
"get-east-asian-width@1.5.0": {
|
|
5036
|
+
"integrity": "sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA=="
|
|
4749
5037
|
},
|
|
4750
5038
|
"get-intrinsic@1.3.0": {
|
|
4751
5039
|
"integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
|
|
@@ -4808,29 +5096,32 @@
|
|
|
4808
5096
|
"foreground-child",
|
|
4809
5097
|
"jackspeak",
|
|
4810
5098
|
"minimatch@9.0.9",
|
|
4811
|
-
"minipass@7.1.
|
|
5099
|
+
"minipass@7.1.3",
|
|
4812
5100
|
"package-json-from-dist",
|
|
4813
5101
|
"path-scurry@1.11.1"
|
|
4814
5102
|
],
|
|
4815
5103
|
"deprecated": true,
|
|
4816
5104
|
"bin": true
|
|
4817
5105
|
},
|
|
4818
|
-
"glob@13.0.
|
|
4819
|
-
"integrity": "sha512-
|
|
5106
|
+
"glob@13.0.6": {
|
|
5107
|
+
"integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==",
|
|
4820
5108
|
"dependencies": [
|
|
4821
5109
|
"minimatch@10.2.4",
|
|
4822
|
-
"minipass@7.1.
|
|
4823
|
-
"path-scurry@2.0.
|
|
5110
|
+
"minipass@7.1.3",
|
|
5111
|
+
"path-scurry@2.0.2"
|
|
4824
5112
|
]
|
|
4825
5113
|
},
|
|
4826
5114
|
"globals@14.0.0": {
|
|
4827
5115
|
"integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ=="
|
|
4828
5116
|
},
|
|
5117
|
+
"globals@15.15.0": {
|
|
5118
|
+
"integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg=="
|
|
5119
|
+
},
|
|
4829
5120
|
"globals@16.5.0": {
|
|
4830
5121
|
"integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ=="
|
|
4831
5122
|
},
|
|
4832
|
-
"globals@17.
|
|
4833
|
-
"integrity": "sha512-
|
|
5123
|
+
"globals@17.4.0": {
|
|
5124
|
+
"integrity": "sha512-hjrNztw/VajQwOLsMNT1cbJiH2muO3OROCHnbehc8eY5JyD2gqz4AcMHPqgaOR59DjgUjYAYLeH699g/eWi2jw=="
|
|
4834
5125
|
},
|
|
4835
5126
|
"globalthis@1.0.4": {
|
|
4836
5127
|
"integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
|
|
@@ -4859,13 +5150,13 @@
|
|
|
4859
5150
|
"uncrypto"
|
|
4860
5151
|
]
|
|
4861
5152
|
},
|
|
4862
|
-
"happy-dom@20.
|
|
4863
|
-
"integrity": "sha512-
|
|
5153
|
+
"happy-dom@20.8.3": {
|
|
5154
|
+
"integrity": "sha512-lMHQRRwIPyJ70HV0kkFT7jH/gXzSI7yDkQFe07E2flwmNDFoWUTRMKpW2sglsnpeA7b6S2TJPp98EbQxai8eaQ==",
|
|
4864
5155
|
"dependencies": [
|
|
4865
5156
|
"@types/node",
|
|
4866
5157
|
"@types/whatwg-mimetype",
|
|
4867
5158
|
"@types/ws",
|
|
4868
|
-
"entities@
|
|
5159
|
+
"entities@7.0.1",
|
|
4869
5160
|
"whatwg-mimetype",
|
|
4870
5161
|
"ws"
|
|
4871
5162
|
]
|
|
@@ -5010,6 +5301,10 @@
|
|
|
5010
5301
|
"space-separated-tokens"
|
|
5011
5302
|
]
|
|
5012
5303
|
},
|
|
5304
|
+
"he@1.2.0": {
|
|
5305
|
+
"integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
|
|
5306
|
+
"bin": true
|
|
5307
|
+
},
|
|
5013
5308
|
"hermes-estree@0.25.1": {
|
|
5014
5309
|
"integrity": "sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw=="
|
|
5015
5310
|
},
|
|
@@ -5019,8 +5314,8 @@
|
|
|
5019
5314
|
"hermes-estree"
|
|
5020
5315
|
]
|
|
5021
5316
|
},
|
|
5022
|
-
"hono@4.12.
|
|
5023
|
-
"integrity": "sha512-
|
|
5317
|
+
"hono@4.12.5": {
|
|
5318
|
+
"integrity": "sha512-3qq+FUBtlTHhtYxbxheZgY8NIFnkkC/MR8u5TTsr7YZ3wixryQ3cCwn3iZbg8p8B88iDBBAYSfZDS75t8MN7Vg=="
|
|
5024
5319
|
},
|
|
5025
5320
|
"hookable@5.5.3": {
|
|
5026
5321
|
"integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ=="
|
|
@@ -5028,7 +5323,7 @@
|
|
|
5028
5323
|
"hosted-git-info@9.0.2": {
|
|
5029
5324
|
"integrity": "sha512-M422h7o/BR3rmCQ8UHi7cyyMqKltdP9Uo+J2fXK+RSAY+wTcKOIRyhTuKv4qn+DJf3g+PL890AzId5KZpX+CBg==",
|
|
5030
5325
|
"dependencies": [
|
|
5031
|
-
"lru-cache@11.2.
|
|
5326
|
+
"lru-cache@11.2.6"
|
|
5032
5327
|
]
|
|
5033
5328
|
},
|
|
5034
5329
|
"html-escaper@3.0.3": {
|
|
@@ -5076,12 +5371,6 @@
|
|
|
5076
5371
|
"human-signals@8.0.1": {
|
|
5077
5372
|
"integrity": "sha512-eKCa6bwnJhvxj14kZk5NCPc6Hb6BdsU9DZcOnmQKSnO1VKrfV0zCvtttPZUsBvjmNDn8rpcJfpwSYnHBjc95MQ=="
|
|
5078
5373
|
},
|
|
5079
|
-
"iconv-lite@0.6.3": {
|
|
5080
|
-
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
5081
|
-
"dependencies": [
|
|
5082
|
-
"safer-buffer"
|
|
5083
|
-
]
|
|
5084
|
-
},
|
|
5085
5374
|
"iconv-lite@0.7.2": {
|
|
5086
5375
|
"integrity": "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==",
|
|
5087
5376
|
"dependencies": [
|
|
@@ -5100,8 +5389,8 @@
|
|
|
5100
5389
|
"ignore@7.0.5": {
|
|
5101
5390
|
"integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg=="
|
|
5102
5391
|
},
|
|
5103
|
-
"immutable@5.1.
|
|
5104
|
-
"integrity": "sha512-
|
|
5392
|
+
"immutable@5.1.5": {
|
|
5393
|
+
"integrity": "sha512-t7xcm2siw+hlUM68I+UEOK+z84RzmN59as9DZ7P1l0994DKUWV7UXBMQZVxaoMSRQ+PBZbHCOoBt7a2wxOMt+A=="
|
|
5105
5394
|
},
|
|
5106
5395
|
"import-fresh@3.3.1": {
|
|
5107
5396
|
"integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
|
|
@@ -5140,8 +5429,8 @@
|
|
|
5140
5429
|
"side-channel"
|
|
5141
5430
|
]
|
|
5142
5431
|
},
|
|
5143
|
-
"ip-address@10.0
|
|
5144
|
-
"integrity": "sha512-
|
|
5432
|
+
"ip-address@10.1.0": {
|
|
5433
|
+
"integrity": "sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q=="
|
|
5145
5434
|
},
|
|
5146
5435
|
"ipaddr.js@1.9.1": {
|
|
5147
5436
|
"integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g=="
|
|
@@ -5285,6 +5574,12 @@
|
|
|
5285
5574
|
"is-promise@4.0.0": {
|
|
5286
5575
|
"integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ=="
|
|
5287
5576
|
},
|
|
5577
|
+
"is-reference@3.0.3": {
|
|
5578
|
+
"integrity": "sha512-ixkJoqQvAP88E6wLydLGGqCJsrFUnqoH6HnaczB8XmDH1oaWU+xxdptvikTgaEhtZ53Ky6YXiBuUI2WXLMCwjw==",
|
|
5579
|
+
"dependencies": [
|
|
5580
|
+
"@types/estree"
|
|
5581
|
+
]
|
|
5582
|
+
},
|
|
5288
5583
|
"is-regex@1.2.1": {
|
|
5289
5584
|
"integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==",
|
|
5290
5585
|
"dependencies": [
|
|
@@ -5355,8 +5650,8 @@
|
|
|
5355
5650
|
"is-docker@2.2.1"
|
|
5356
5651
|
]
|
|
5357
5652
|
},
|
|
5358
|
-
"is-wsl@3.1.
|
|
5359
|
-
"integrity": "sha512-
|
|
5653
|
+
"is-wsl@3.1.1": {
|
|
5654
|
+
"integrity": "sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==",
|
|
5360
5655
|
"dependencies": [
|
|
5361
5656
|
"is-inside-container"
|
|
5362
5657
|
]
|
|
@@ -5367,8 +5662,8 @@
|
|
|
5367
5662
|
"isexe@2.0.0": {
|
|
5368
5663
|
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
|
|
5369
5664
|
},
|
|
5370
|
-
"isexe@
|
|
5371
|
-
"integrity": "sha512-
|
|
5665
|
+
"isexe@4.0.0": {
|
|
5666
|
+
"integrity": "sha512-FFUtZMpoZ8RqHS3XeXEmHWLA4thH+ZxCv2lOiPIn1Xc7CxrqhWzNSDzD+/chS/zbYezmiwWLdQC09JdQKmthOw=="
|
|
5372
5667
|
},
|
|
5373
5668
|
"istanbul-lib-coverage@3.2.2": {
|
|
5374
5669
|
"integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg=="
|
|
@@ -5515,6 +5810,12 @@
|
|
|
5515
5810
|
"kleur@3.0.3": {
|
|
5516
5811
|
"integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w=="
|
|
5517
5812
|
},
|
|
5813
|
+
"kleur@4.1.5": {
|
|
5814
|
+
"integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ=="
|
|
5815
|
+
},
|
|
5816
|
+
"known-css-properties@0.37.0": {
|
|
5817
|
+
"integrity": "sha512-JCDrsP4Z1Sb9JwG0aJ8Eo2r7k4Ou5MwmThS/6lcIe1ICyb7UBJKGRIUUdqc2ASdE/42lgz6zFUnzAIhtXnBVrQ=="
|
|
5818
|
+
},
|
|
5518
5819
|
"kolorist@1.8.0": {
|
|
5519
5820
|
"integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ=="
|
|
5520
5821
|
},
|
|
@@ -5525,6 +5826,9 @@
|
|
|
5525
5826
|
"type-check"
|
|
5526
5827
|
]
|
|
5527
5828
|
},
|
|
5829
|
+
"lilconfig@2.1.0": {
|
|
5830
|
+
"integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ=="
|
|
5831
|
+
},
|
|
5528
5832
|
"listr2@9.0.5": {
|
|
5529
5833
|
"integrity": "sha512-ME4Fb83LgEgwNw96RKNvKV4VTLuXfoKudAmm2lP8Kk87KaMK0/Xrx/aAkMWmT8mDb+3MlFDspfbCs7adjRxA2g==",
|
|
5530
5834
|
"dependencies": [
|
|
@@ -5558,6 +5862,9 @@
|
|
|
5558
5862
|
"scripts": true,
|
|
5559
5863
|
"bin": true
|
|
5560
5864
|
},
|
|
5865
|
+
"locate-character@3.0.0": {
|
|
5866
|
+
"integrity": "sha512-SW13ws7BjaeJ6p7Q6CO2nchbYEc3X3J6WrmTTDto7yMPqVSZTUyY5Tjbid+Ab8gLnATtygYtiDIJGQRRn2ZOiA=="
|
|
5867
|
+
},
|
|
5561
5868
|
"locate-path@6.0.0": {
|
|
5562
5869
|
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
|
|
5563
5870
|
"dependencies": [
|
|
@@ -5568,6 +5875,9 @@
|
|
|
5568
5875
|
"integrity": "sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==",
|
|
5569
5876
|
"deprecated": true
|
|
5570
5877
|
},
|
|
5878
|
+
"lodash.memoize@4.1.2": {
|
|
5879
|
+
"integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag=="
|
|
5880
|
+
},
|
|
5571
5881
|
"lodash.merge@4.6.2": {
|
|
5572
5882
|
"integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ=="
|
|
5573
5883
|
},
|
|
@@ -5587,7 +5897,7 @@
|
|
|
5587
5897
|
"ansi-escapes",
|
|
5588
5898
|
"cli-cursor",
|
|
5589
5899
|
"slice-ansi@7.1.2",
|
|
5590
|
-
"strip-ansi@7.
|
|
5900
|
+
"strip-ansi@7.2.0",
|
|
5591
5901
|
"wrap-ansi@9.0.2"
|
|
5592
5902
|
]
|
|
5593
5903
|
},
|
|
@@ -5604,8 +5914,8 @@
|
|
|
5604
5914
|
"lru-cache@10.4.3": {
|
|
5605
5915
|
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
|
|
5606
5916
|
},
|
|
5607
|
-
"lru-cache@11.2.
|
|
5608
|
-
"integrity": "sha512-
|
|
5917
|
+
"lru-cache@11.2.6": {
|
|
5918
|
+
"integrity": "sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ=="
|
|
5609
5919
|
},
|
|
5610
5920
|
"lru-cache@5.1.1": {
|
|
5611
5921
|
"integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
|
|
@@ -5623,8 +5933,8 @@
|
|
|
5623
5933
|
"@jridgewell/sourcemap-codec"
|
|
5624
5934
|
]
|
|
5625
5935
|
},
|
|
5626
|
-
"magicast@0.5.
|
|
5627
|
-
"integrity": "sha512-
|
|
5936
|
+
"magicast@0.5.2": {
|
|
5937
|
+
"integrity": "sha512-E3ZJh4J3S9KfwdjZhe2afj6R9lGIN5Pher1pF39UGrXRqq/VDaGVIGN13BjHd2u8B61hArAGOnso7nBOouW3TQ==",
|
|
5628
5938
|
"dependencies": [
|
|
5629
5939
|
"@babel/parser",
|
|
5630
5940
|
"@babel/types",
|
|
@@ -5634,19 +5944,19 @@
|
|
|
5634
5944
|
"make-error@1.3.6": {
|
|
5635
5945
|
"integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw=="
|
|
5636
5946
|
},
|
|
5637
|
-
"make-fetch-happen@15.0.
|
|
5638
|
-
"integrity": "sha512-
|
|
5947
|
+
"make-fetch-happen@15.0.4": {
|
|
5948
|
+
"integrity": "sha512-vM2sG+wbVeVGYcCm16mM3d5fuem9oC28n436HjsGO3LcxoTI8LNVa4rwZDn3f76+cWyT4GGJDxjTYU1I2nr6zw==",
|
|
5639
5949
|
"dependencies": [
|
|
5950
|
+
"@gar/promise-retry",
|
|
5640
5951
|
"@npmcli/agent",
|
|
5641
5952
|
"cacache",
|
|
5642
5953
|
"http-cache-semantics",
|
|
5643
|
-
"minipass@7.1.
|
|
5954
|
+
"minipass@7.1.3",
|
|
5644
5955
|
"minipass-fetch",
|
|
5645
5956
|
"minipass-flush",
|
|
5646
5957
|
"minipass-pipeline",
|
|
5647
5958
|
"negotiator",
|
|
5648
5959
|
"proc-log",
|
|
5649
|
-
"promise-retry",
|
|
5650
5960
|
"ssri"
|
|
5651
5961
|
]
|
|
5652
5962
|
},
|
|
@@ -5673,8 +5983,8 @@
|
|
|
5673
5983
|
"unist-util-visit-parents"
|
|
5674
5984
|
]
|
|
5675
5985
|
},
|
|
5676
|
-
"mdast-util-from-markdown@2.0.
|
|
5677
|
-
"integrity": "sha512-
|
|
5986
|
+
"mdast-util-from-markdown@2.0.3": {
|
|
5987
|
+
"integrity": "sha512-W4mAWTvSlKvf8L6J+VN9yLSqQ9AOAAvHuoDAmPkz4dHf553m5gVj2ejadHJhoJmcmxEnOv6Pa8XJhpxE93kb8Q==",
|
|
5678
5988
|
"dependencies": [
|
|
5679
5989
|
"@types/mdast",
|
|
5680
5990
|
"@types/unist",
|
|
@@ -6091,8 +6401,7 @@
|
|
|
6091
6401
|
"minimatch@10.2.4": {
|
|
6092
6402
|
"integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
|
|
6093
6403
|
"dependencies": [
|
|
6094
|
-
"
|
|
6095
|
-
"brace-expansion@5.0.3"
|
|
6404
|
+
"brace-expansion@5.0.4"
|
|
6096
6405
|
]
|
|
6097
6406
|
},
|
|
6098
6407
|
"minimatch@3.1.5": {
|
|
@@ -6113,18 +6422,18 @@
|
|
|
6113
6422
|
"minipass-collect@2.0.1": {
|
|
6114
6423
|
"integrity": "sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==",
|
|
6115
6424
|
"dependencies": [
|
|
6116
|
-
"minipass@7.1.
|
|
6425
|
+
"minipass@7.1.3"
|
|
6117
6426
|
]
|
|
6118
6427
|
},
|
|
6119
|
-
"minipass-fetch@5.0.
|
|
6120
|
-
"integrity": "sha512-
|
|
6428
|
+
"minipass-fetch@5.0.2": {
|
|
6429
|
+
"integrity": "sha512-2d0q2a8eCi2IRg/IGubCNRJoYbA1+YPXAzQVRFmB45gdGZafyivnZ5YSEfo3JikbjGxOdntGFvBQGqaSMXlAFQ==",
|
|
6121
6430
|
"dependencies": [
|
|
6122
|
-
"minipass@7.1.
|
|
6431
|
+
"minipass@7.1.3",
|
|
6123
6432
|
"minipass-sized",
|
|
6124
6433
|
"minizlib"
|
|
6125
6434
|
],
|
|
6126
6435
|
"optionalDependencies": [
|
|
6127
|
-
"
|
|
6436
|
+
"iconv-lite"
|
|
6128
6437
|
]
|
|
6129
6438
|
},
|
|
6130
6439
|
"minipass-flush@1.0.5": {
|
|
@@ -6139,10 +6448,10 @@
|
|
|
6139
6448
|
"minipass@3.3.6"
|
|
6140
6449
|
]
|
|
6141
6450
|
},
|
|
6142
|
-
"minipass-sized@
|
|
6143
|
-
"integrity": "sha512-
|
|
6451
|
+
"minipass-sized@2.0.0": {
|
|
6452
|
+
"integrity": "sha512-zSsHhto5BcUVM2m1LurnXY6M//cGhVaegT71OfOXoprxT6o780GZd792ea6FfrQkuU4usHZIUczAQMRUE2plzA==",
|
|
6144
6453
|
"dependencies": [
|
|
6145
|
-
"minipass@
|
|
6454
|
+
"minipass@7.1.3"
|
|
6146
6455
|
]
|
|
6147
6456
|
},
|
|
6148
6457
|
"minipass@3.3.6": {
|
|
@@ -6151,13 +6460,13 @@
|
|
|
6151
6460
|
"yallist@4.0.0"
|
|
6152
6461
|
]
|
|
6153
6462
|
},
|
|
6154
|
-
"minipass@7.1.
|
|
6155
|
-
"integrity": "sha512-
|
|
6463
|
+
"minipass@7.1.3": {
|
|
6464
|
+
"integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A=="
|
|
6156
6465
|
},
|
|
6157
6466
|
"minizlib@3.1.0": {
|
|
6158
6467
|
"integrity": "sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==",
|
|
6159
6468
|
"dependencies": [
|
|
6160
|
-
"minipass@7.1.
|
|
6469
|
+
"minipass@7.1.3"
|
|
6161
6470
|
]
|
|
6162
6471
|
},
|
|
6163
6472
|
"mitt@3.0.1": {
|
|
@@ -6206,8 +6515,8 @@
|
|
|
6206
6515
|
"integrity": "sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg==",
|
|
6207
6516
|
"bin": true
|
|
6208
6517
|
},
|
|
6209
|
-
"nanostores@1.1.
|
|
6210
|
-
"integrity": "sha512-
|
|
6518
|
+
"nanostores@1.1.1": {
|
|
6519
|
+
"integrity": "sha512-EYJqS25r2iBeTtGQCHidXl1VfZ1jXM7Q04zXJOrMlxVVmD0ptxJaNux92n1mJ7c5lN3zTq12MhH/8x59nP+qmg=="
|
|
6211
6520
|
},
|
|
6212
6521
|
"natural-compare@1.4.0": {
|
|
6213
6522
|
"integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw=="
|
|
@@ -6233,6 +6542,15 @@
|
|
|
6233
6542
|
"node-addon-api@7.1.1": {
|
|
6234
6543
|
"integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ=="
|
|
6235
6544
|
},
|
|
6545
|
+
"node-exports-info@1.6.0": {
|
|
6546
|
+
"integrity": "sha512-pyFS63ptit/P5WqUkt+UUfe+4oevH+bFeIiPPdfb0pFeYEu/1ELnJu5l+5EcTKYL5M7zaAa7S8ddywgXypqKCw==",
|
|
6547
|
+
"dependencies": [
|
|
6548
|
+
"array.prototype.flatmap",
|
|
6549
|
+
"es-errors",
|
|
6550
|
+
"object.entries",
|
|
6551
|
+
"semver@6.3.1"
|
|
6552
|
+
]
|
|
6553
|
+
},
|
|
6236
6554
|
"node-fetch-native@1.6.7": {
|
|
6237
6555
|
"integrity": "sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q=="
|
|
6238
6556
|
},
|
|
@@ -6255,10 +6573,17 @@
|
|
|
6255
6573
|
"semver@7.7.4",
|
|
6256
6574
|
"tar",
|
|
6257
6575
|
"tinyglobby",
|
|
6258
|
-
"which@6.0.
|
|
6576
|
+
"which@6.0.1"
|
|
6259
6577
|
],
|
|
6260
6578
|
"bin": true
|
|
6261
6579
|
},
|
|
6580
|
+
"node-html-parser@6.1.13": {
|
|
6581
|
+
"integrity": "sha512-qIsTMOY4C/dAa5Q5vsobRpOOvPfC4pB61UVW2uSwZNUp0QU/jCekTal1vMmbO0DgdHeLUJpv/ARmDqErVxA3Sg==",
|
|
6582
|
+
"dependencies": [
|
|
6583
|
+
"css-select@5.2.2",
|
|
6584
|
+
"he"
|
|
6585
|
+
]
|
|
6586
|
+
},
|
|
6262
6587
|
"node-mock-http@1.0.4": {
|
|
6263
6588
|
"integrity": "sha512-8DY+kFsDkNXy1sJglUfuODx1/opAGJGyrTuFqEoN90oRc2Vk0ZbD4K2qmKXBBEhZQzdKHIVfEJpDU8Ak2NJEvQ=="
|
|
6264
6589
|
},
|
|
@@ -6306,8 +6631,8 @@
|
|
|
6306
6631
|
"validate-npm-package-name"
|
|
6307
6632
|
]
|
|
6308
6633
|
},
|
|
6309
|
-
"npm-packlist@10.0.
|
|
6310
|
-
"integrity": "sha512-
|
|
6634
|
+
"npm-packlist@10.0.4": {
|
|
6635
|
+
"integrity": "sha512-uMW73iajD8hiH4ZBxEV3HC+eTnppIqwakjOYuvgddnalIw2lJguKviK1pcUJDlIWm1wSJkchpDZDSVVsZEYRng==",
|
|
6311
6636
|
"dependencies": [
|
|
6312
6637
|
"ignore-walk",
|
|
6313
6638
|
"proc-log"
|
|
@@ -6328,7 +6653,7 @@
|
|
|
6328
6653
|
"@npmcli/redact",
|
|
6329
6654
|
"jsonparse",
|
|
6330
6655
|
"make-fetch-happen",
|
|
6331
|
-
"minipass@7.1.
|
|
6656
|
+
"minipass@7.1.3",
|
|
6332
6657
|
"minipass-fetch",
|
|
6333
6658
|
"minizlib",
|
|
6334
6659
|
"npm-package-arg",
|
|
@@ -6490,7 +6815,7 @@
|
|
|
6490
6815
|
"is-unicode-supported",
|
|
6491
6816
|
"log-symbols",
|
|
6492
6817
|
"stdin-discarder",
|
|
6493
|
-
"string-width@8.
|
|
6818
|
+
"string-width@8.2.0"
|
|
6494
6819
|
]
|
|
6495
6820
|
},
|
|
6496
6821
|
"ordered-binary@1.6.1": {
|
|
@@ -6551,7 +6876,7 @@
|
|
|
6551
6876
|
"@npmcli/run-script",
|
|
6552
6877
|
"cacache",
|
|
6553
6878
|
"fs-minipass",
|
|
6554
|
-
"minipass@7.1.
|
|
6879
|
+
"minipass@7.1.3",
|
|
6555
6880
|
"npm-package-arg",
|
|
6556
6881
|
"npm-packlist",
|
|
6557
6882
|
"npm-pick-manifest",
|
|
@@ -6629,7 +6954,7 @@
|
|
|
6629
6954
|
"semver@7.7.4",
|
|
6630
6955
|
"slash",
|
|
6631
6956
|
"tmp",
|
|
6632
|
-
"yaml"
|
|
6957
|
+
"yaml@2.8.2"
|
|
6633
6958
|
],
|
|
6634
6959
|
"bin": true
|
|
6635
6960
|
},
|
|
@@ -6652,14 +6977,14 @@
|
|
|
6652
6977
|
"integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
|
|
6653
6978
|
"dependencies": [
|
|
6654
6979
|
"lru-cache@10.4.3",
|
|
6655
|
-
"minipass@7.1.
|
|
6980
|
+
"minipass@7.1.3"
|
|
6656
6981
|
]
|
|
6657
6982
|
},
|
|
6658
|
-
"path-scurry@2.0.
|
|
6659
|
-
"integrity": "sha512-
|
|
6983
|
+
"path-scurry@2.0.2": {
|
|
6984
|
+
"integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==",
|
|
6660
6985
|
"dependencies": [
|
|
6661
|
-
"lru-cache@11.2.
|
|
6662
|
-
"minipass@7.1.
|
|
6986
|
+
"lru-cache@11.2.6",
|
|
6987
|
+
"minipass@7.1.3"
|
|
6663
6988
|
]
|
|
6664
6989
|
},
|
|
6665
6990
|
"path-to-regexp@8.3.0": {
|
|
@@ -6692,12 +7017,12 @@
|
|
|
6692
7017
|
"pkce-challenge@5.0.1": {
|
|
6693
7018
|
"integrity": "sha512-wQ0b/W4Fr01qtpHlqSqspcj3EhBvimsdh0KlHhH8HRZnMsEa0ea2fTULOXOS9ccQr3om+GcGRk4e+isrZWV8qQ=="
|
|
6694
7019
|
},
|
|
6695
|
-
"playwright-core@1.
|
|
6696
|
-
"integrity": "sha512-
|
|
7020
|
+
"playwright-core@1.58.2": {
|
|
7021
|
+
"integrity": "sha512-yZkEtftgwS8CsfYo7nm0KE8jsvm6i/PTgVtB8DL726wNf6H2IMsDuxCpJj59KDaxCtSnrWan2AeDqM7JBaultg==",
|
|
6697
7022
|
"bin": true
|
|
6698
7023
|
},
|
|
6699
|
-
"playwright@1.
|
|
6700
|
-
"integrity": "sha512-
|
|
7024
|
+
"playwright@1.58.2": {
|
|
7025
|
+
"integrity": "sha512-vA30H8Nvkq/cPBnNw4Q8TWz1EJyqgpuinBcHET0YVJVFldr8JDNiU9LaWAE1KqSkRYazuaBhTpB5ZzShOezQ6A==",
|
|
6701
7026
|
"dependencies": [
|
|
6702
7027
|
"playwright-core"
|
|
6703
7028
|
],
|
|
@@ -6709,6 +7034,19 @@
|
|
|
6709
7034
|
"possible-typed-array-names@1.1.0": {
|
|
6710
7035
|
"integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg=="
|
|
6711
7036
|
},
|
|
7037
|
+
"postcss-load-config@3.1.4_postcss@8.5.6_ts-node@10.9.2__@types+node@25.3.5__typescript@5.9.3_@types+node@25.3.5_typescript@5.9.3": {
|
|
7038
|
+
"integrity": "sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==",
|
|
7039
|
+
"dependencies": [
|
|
7040
|
+
"lilconfig",
|
|
7041
|
+
"postcss",
|
|
7042
|
+
"ts-node",
|
|
7043
|
+
"yaml@1.10.2"
|
|
7044
|
+
],
|
|
7045
|
+
"optionalPeers": [
|
|
7046
|
+
"postcss",
|
|
7047
|
+
"ts-node"
|
|
7048
|
+
]
|
|
7049
|
+
},
|
|
6712
7050
|
"postcss-media-query-parser@0.2.3": {
|
|
6713
7051
|
"integrity": "sha512-3sOlxmbKcSHMjlUXQZKQ06jOswE7oVkXPxmZdoB1r5l0q6gTFTQSHxNxOrCccElbW7dxNytifNEo8qidX2Vsig=="
|
|
6714
7052
|
},
|
|
@@ -6718,6 +7056,12 @@
|
|
|
6718
7056
|
"postcss"
|
|
6719
7057
|
]
|
|
6720
7058
|
},
|
|
7059
|
+
"postcss-scss@4.0.9_postcss@8.5.6": {
|
|
7060
|
+
"integrity": "sha512-AjKOeiwAitL/MXxQW2DliT28EKukvvbEWx3LBmJIRN8KfBGZbRTxNYW0kSqi1COiTZ57nZ9NW06S6ux//N1c9A==",
|
|
7061
|
+
"dependencies": [
|
|
7062
|
+
"postcss"
|
|
7063
|
+
]
|
|
7064
|
+
},
|
|
6721
7065
|
"postcss-selector-parser@7.1.1": {
|
|
6722
7066
|
"integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==",
|
|
6723
7067
|
"dependencies": [
|
|
@@ -6733,9 +7077,25 @@
|
|
|
6733
7077
|
"source-map-js"
|
|
6734
7078
|
]
|
|
6735
7079
|
},
|
|
7080
|
+
"preact-render-to-string@6.6.6_preact@10.28.4": {
|
|
7081
|
+
"integrity": "sha512-EfqZJytnjJldV+YaaqhthU2oXsEf5e+6rDv957p+zxAvNfFLQOPfvBOTncscQ+akzu6Wrl7s3Pa0LjUQmWJsGQ==",
|
|
7082
|
+
"dependencies": [
|
|
7083
|
+
"preact"
|
|
7084
|
+
]
|
|
7085
|
+
},
|
|
7086
|
+
"preact@10.28.4": {
|
|
7087
|
+
"integrity": "sha512-uKFfOHWuSNpRFVTnljsCluEFq57OKT+0QdOiQo8XWnQ/pSvg7OpX5eNOejELXJMWy+BwM2nobz0FkvzmnpCNsQ=="
|
|
7088
|
+
},
|
|
6736
7089
|
"prelude-ls@1.2.1": {
|
|
6737
7090
|
"integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g=="
|
|
6738
7091
|
},
|
|
7092
|
+
"prettier-plugin-svelte@3.5.1_prettier@3.8.1_svelte@5.53.7__acorn@8.16.0": {
|
|
7093
|
+
"integrity": "sha512-65+fr5+cgIKWKiqM1Doum4uX6bY8iFCdztvvp2RcF+AJoieaw9kJOFMNcJo/bkmKYsxFaM9OsVZK/gWauG/5mg==",
|
|
7094
|
+
"dependencies": [
|
|
7095
|
+
"prettier",
|
|
7096
|
+
"svelte"
|
|
7097
|
+
]
|
|
7098
|
+
},
|
|
6739
7099
|
"prettier@3.8.1": {
|
|
6740
7100
|
"integrity": "sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==",
|
|
6741
7101
|
"bin": true
|
|
@@ -6764,13 +7124,13 @@
|
|
|
6764
7124
|
"integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==",
|
|
6765
7125
|
"dependencies": [
|
|
6766
7126
|
"err-code",
|
|
6767
|
-
"retry"
|
|
7127
|
+
"retry@0.12.0"
|
|
6768
7128
|
]
|
|
6769
7129
|
},
|
|
6770
7130
|
"prompts@2.4.2": {
|
|
6771
7131
|
"integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
|
|
6772
7132
|
"dependencies": [
|
|
6773
|
-
"kleur",
|
|
7133
|
+
"kleur@3.0.3",
|
|
6774
7134
|
"sisteransi"
|
|
6775
7135
|
]
|
|
6776
7136
|
},
|
|
@@ -6798,8 +7158,8 @@
|
|
|
6798
7158
|
"punycode@2.3.1": {
|
|
6799
7159
|
"integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg=="
|
|
6800
7160
|
},
|
|
6801
|
-
"qs@6.
|
|
6802
|
-
"integrity": "sha512-
|
|
7161
|
+
"qs@6.15.0": {
|
|
7162
|
+
"integrity": "sha512-mAZTtNCeetKMH+pSjrb76NAM8V9a05I9aBZOHztWy/UqcJdQYNsf59vrRKWnojAT9Y+GbIvoTBC++CPHqpDBhQ==",
|
|
6803
7163
|
"dependencies": [
|
|
6804
7164
|
"side-channel"
|
|
6805
7165
|
]
|
|
@@ -6818,7 +7178,7 @@
|
|
|
6818
7178
|
"dependencies": [
|
|
6819
7179
|
"bytes",
|
|
6820
7180
|
"http-errors",
|
|
6821
|
-
"iconv-lite
|
|
7181
|
+
"iconv-lite",
|
|
6822
7182
|
"unpipe"
|
|
6823
7183
|
]
|
|
6824
7184
|
},
|
|
@@ -6997,10 +7357,13 @@
|
|
|
6997
7357
|
],
|
|
6998
7358
|
"bin": true
|
|
6999
7359
|
},
|
|
7000
|
-
"resolve@2.0.0-next.
|
|
7001
|
-
"integrity": "sha512-
|
|
7360
|
+
"resolve@2.0.0-next.6": {
|
|
7361
|
+
"integrity": "sha512-3JmVl5hMGtJ3kMmB3zi3DL25KfkCEyy3Tw7Gmw7z5w8M9WlwoPFnIvwChzu1+cF3iaK3sp18hhPz8ANeimdJfA==",
|
|
7002
7362
|
"dependencies": [
|
|
7363
|
+
"es-errors",
|
|
7003
7364
|
"is-core-module",
|
|
7365
|
+
"node-exports-info",
|
|
7366
|
+
"object-keys",
|
|
7004
7367
|
"path-parse",
|
|
7005
7368
|
"supports-preserve-symlinks-flag"
|
|
7006
7369
|
],
|
|
@@ -7049,6 +7412,9 @@
|
|
|
7049
7412
|
"retry@0.12.0": {
|
|
7050
7413
|
"integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow=="
|
|
7051
7414
|
},
|
|
7415
|
+
"retry@0.13.1": {
|
|
7416
|
+
"integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg=="
|
|
7417
|
+
},
|
|
7052
7418
|
"reusify@1.1.0": {
|
|
7053
7419
|
"integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw=="
|
|
7054
7420
|
},
|
|
@@ -7178,20 +7544,19 @@
|
|
|
7178
7544
|
],
|
|
7179
7545
|
"bin": true
|
|
7180
7546
|
},
|
|
7181
|
-
"sax@1.
|
|
7182
|
-
"integrity": "sha512-
|
|
7547
|
+
"sax@1.5.0": {
|
|
7548
|
+
"integrity": "sha512-21IYA3Q5cQf089Z6tgaUTr7lDAyzoTPx5HRtbhsME8Udispad8dC/+sziTNugOEx54ilvatQ9YCzl4KQLPcRHA=="
|
|
7183
7549
|
},
|
|
7184
7550
|
"scheduler@0.27.0": {
|
|
7185
7551
|
"integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q=="
|
|
7186
7552
|
},
|
|
7553
|
+
"scule@1.3.0": {
|
|
7554
|
+
"integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g=="
|
|
7555
|
+
},
|
|
7187
7556
|
"semver@6.3.1": {
|
|
7188
7557
|
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
7189
7558
|
"bin": true
|
|
7190
7559
|
},
|
|
7191
|
-
"semver@7.7.3": {
|
|
7192
|
-
"integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
|
|
7193
|
-
"bin": true
|
|
7194
|
-
},
|
|
7195
7560
|
"semver@7.7.4": {
|
|
7196
7561
|
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
7197
7562
|
"bin": true
|
|
@@ -7296,8 +7661,8 @@
|
|
|
7296
7661
|
"shebang-regex@3.0.0": {
|
|
7297
7662
|
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A=="
|
|
7298
7663
|
},
|
|
7299
|
-
"shiki@3.
|
|
7300
|
-
"integrity": "sha512-
|
|
7664
|
+
"shiki@3.23.0": {
|
|
7665
|
+
"integrity": "sha512-55Dj73uq9ZXL5zyeRPzHQsK7Nbyt6Y10k5s7OjuFZGMhpp4r/rsLBH0o/0fstIzX1Lep9VxefWljK/SKCzygIA==",
|
|
7301
7666
|
"dependencies": [
|
|
7302
7667
|
"@shikijs/core",
|
|
7303
7668
|
"@shikijs/engine-javascript",
|
|
@@ -7362,6 +7727,12 @@
|
|
|
7362
7727
|
"@sigstore/verify"
|
|
7363
7728
|
]
|
|
7364
7729
|
},
|
|
7730
|
+
"simple-code-frame@1.3.0": {
|
|
7731
|
+
"integrity": "sha512-MB4pQmETUBlNs62BBeRjIFGeuy/x6gGKh7+eRUemn1rCFhqo7K+4slPqsyizCbcbYLnaYqaoZ2FWsZ/jN06D8w==",
|
|
7732
|
+
"dependencies": [
|
|
7733
|
+
"kolorist"
|
|
7734
|
+
]
|
|
7735
|
+
},
|
|
7365
7736
|
"sirv@3.0.2": {
|
|
7366
7737
|
"integrity": "sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==",
|
|
7367
7738
|
"dependencies": [
|
|
@@ -7431,35 +7802,31 @@
|
|
|
7431
7802
|
"space-separated-tokens@2.0.2": {
|
|
7432
7803
|
"integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q=="
|
|
7433
7804
|
},
|
|
7434
|
-
"spdx-correct@3.2.0": {
|
|
7435
|
-
"integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==",
|
|
7436
|
-
"dependencies": [
|
|
7437
|
-
"spdx-expression-parse",
|
|
7438
|
-
"spdx-license-ids"
|
|
7439
|
-
]
|
|
7440
|
-
},
|
|
7441
7805
|
"spdx-exceptions@2.5.0": {
|
|
7442
7806
|
"integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w=="
|
|
7443
7807
|
},
|
|
7444
|
-
"spdx-expression-parse@
|
|
7445
|
-
"integrity": "sha512-
|
|
7808
|
+
"spdx-expression-parse@4.0.0": {
|
|
7809
|
+
"integrity": "sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ==",
|
|
7446
7810
|
"dependencies": [
|
|
7447
7811
|
"spdx-exceptions",
|
|
7448
7812
|
"spdx-license-ids"
|
|
7449
7813
|
]
|
|
7450
7814
|
},
|
|
7451
|
-
"spdx-license-ids@3.0.
|
|
7452
|
-
"integrity": "sha512-
|
|
7815
|
+
"spdx-license-ids@3.0.23": {
|
|
7816
|
+
"integrity": "sha512-CWLcCCH7VLu13TgOH+r8p1O/Znwhqv/dbb6lqWy67G+pT1kHmeD/+V36AVb/vq8QMIQwVShJ6Ssl5FPh0fuSdw=="
|
|
7453
7817
|
},
|
|
7454
7818
|
"speakingurl@14.0.1": {
|
|
7455
7819
|
"integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ=="
|
|
7456
7820
|
},
|
|
7457
|
-
"ssri@13.0.
|
|
7458
|
-
"integrity": "sha512-
|
|
7821
|
+
"ssri@13.0.1": {
|
|
7822
|
+
"integrity": "sha512-QUiRf1+u9wPTL/76GTYlKttDEBWV1ga9ZXW8BG6kfdeyyM8LGPix9gROyg9V2+P0xNyF3X2Go526xKFdMZrHSQ==",
|
|
7459
7823
|
"dependencies": [
|
|
7460
|
-
"minipass@7.1.
|
|
7824
|
+
"minipass@7.1.3"
|
|
7461
7825
|
]
|
|
7462
7826
|
},
|
|
7827
|
+
"stack-trace@1.0.0-pre2": {
|
|
7828
|
+
"integrity": "sha512-2ztBJRek8IVofG9DBJqdy2N5kulaacX30Nz7xmkYF6ale9WBVmIy6mFBchvGX7Vx/MyjBhx+Rcxqrj+dbOnQ6A=="
|
|
7829
|
+
},
|
|
7463
7830
|
"stackback@0.0.2": {
|
|
7464
7831
|
"integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw=="
|
|
7465
7832
|
},
|
|
@@ -7492,7 +7859,7 @@
|
|
|
7492
7859
|
"dependencies": [
|
|
7493
7860
|
"eastasianwidth",
|
|
7494
7861
|
"emoji-regex@9.2.2",
|
|
7495
|
-
"strip-ansi@7.
|
|
7862
|
+
"strip-ansi@7.2.0"
|
|
7496
7863
|
]
|
|
7497
7864
|
},
|
|
7498
7865
|
"string-width@7.2.0": {
|
|
@@ -7500,14 +7867,14 @@
|
|
|
7500
7867
|
"dependencies": [
|
|
7501
7868
|
"emoji-regex@10.6.0",
|
|
7502
7869
|
"get-east-asian-width",
|
|
7503
|
-
"strip-ansi@7.
|
|
7870
|
+
"strip-ansi@7.2.0"
|
|
7504
7871
|
]
|
|
7505
7872
|
},
|
|
7506
|
-
"string-width@8.
|
|
7507
|
-
"integrity": "sha512-
|
|
7873
|
+
"string-width@8.2.0": {
|
|
7874
|
+
"integrity": "sha512-6hJPQ8N0V0P3SNmP6h2J99RLuzrWz2gvT7VnK5tKvrNqJoyS9W4/Fb8mo31UiPvy00z7DQXkP2hnKBVav76thw==",
|
|
7508
7875
|
"dependencies": [
|
|
7509
7876
|
"get-east-asian-width",
|
|
7510
|
-
"strip-ansi@7.
|
|
7877
|
+
"strip-ansi@7.2.0"
|
|
7511
7878
|
]
|
|
7512
7879
|
},
|
|
7513
7880
|
"string.prototype.matchall@4.0.12": {
|
|
@@ -7577,8 +7944,8 @@
|
|
|
7577
7944
|
"ansi-regex@5.0.1"
|
|
7578
7945
|
]
|
|
7579
7946
|
},
|
|
7580
|
-
"strip-ansi@7.
|
|
7581
|
-
"integrity": "sha512-
|
|
7947
|
+
"strip-ansi@7.2.0": {
|
|
7948
|
+
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
7582
7949
|
"dependencies": [
|
|
7583
7950
|
"ansi-regex@6.2.2"
|
|
7584
7951
|
]
|
|
@@ -7613,8 +7980,54 @@
|
|
|
7613
7980
|
"supports-preserve-symlinks-flag@1.0.0": {
|
|
7614
7981
|
"integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w=="
|
|
7615
7982
|
},
|
|
7616
|
-
"
|
|
7617
|
-
"integrity": "sha512-
|
|
7983
|
+
"svelte-eslint-parser@1.6.0_svelte@5.53.7__acorn@8.16.0_postcss@8.5.6": {
|
|
7984
|
+
"integrity": "sha512-qoB1ehychT6OxEtQAqc/guSqLS20SlA53Uijl7x375s8nlUT0lb9ol/gzraEEatQwsyPTJo87s2CmKL9Xab+Uw==",
|
|
7985
|
+
"dependencies": [
|
|
7986
|
+
"eslint-scope@8.4.0",
|
|
7987
|
+
"eslint-visitor-keys@4.2.1",
|
|
7988
|
+
"espree",
|
|
7989
|
+
"postcss",
|
|
7990
|
+
"postcss-scss",
|
|
7991
|
+
"postcss-selector-parser",
|
|
7992
|
+
"semver@7.7.4",
|
|
7993
|
+
"svelte"
|
|
7994
|
+
],
|
|
7995
|
+
"optionalPeers": [
|
|
7996
|
+
"svelte"
|
|
7997
|
+
]
|
|
7998
|
+
},
|
|
7999
|
+
"svelte2tsx@0.7.51_svelte@5.53.7__acorn@8.16.0_typescript@5.9.3": {
|
|
8000
|
+
"integrity": "sha512-YbVMQi5LtQkVGOMdATTY8v3SMtkNjzYtrVDGaN3Bv+0LQ47tGXu/Oc8ryTkcYuEJWTZFJ8G2+2I8ORcQVGt9Ag==",
|
|
8001
|
+
"dependencies": [
|
|
8002
|
+
"dedent-js",
|
|
8003
|
+
"scule",
|
|
8004
|
+
"svelte",
|
|
8005
|
+
"typescript"
|
|
8006
|
+
]
|
|
8007
|
+
},
|
|
8008
|
+
"svelte@5.53.7_acorn@8.16.0": {
|
|
8009
|
+
"integrity": "sha512-uxck1KI7JWtlfP3H6HOWi/94soAl23jsGJkBzN2BAWcQng0+lTrRNhxActFqORgnO9BHVd1hKJhG+ljRuIUWfQ==",
|
|
8010
|
+
"dependencies": [
|
|
8011
|
+
"@jridgewell/remapping",
|
|
8012
|
+
"@jridgewell/sourcemap-codec",
|
|
8013
|
+
"@sveltejs/acorn-typescript",
|
|
8014
|
+
"@types/estree",
|
|
8015
|
+
"@types/trusted-types",
|
|
8016
|
+
"acorn",
|
|
8017
|
+
"aria-query@5.3.1",
|
|
8018
|
+
"axobject-query",
|
|
8019
|
+
"clsx",
|
|
8020
|
+
"devalue",
|
|
8021
|
+
"esm-env",
|
|
8022
|
+
"esrap",
|
|
8023
|
+
"is-reference",
|
|
8024
|
+
"locate-character",
|
|
8025
|
+
"magic-string",
|
|
8026
|
+
"zimmerframe"
|
|
8027
|
+
]
|
|
8028
|
+
},
|
|
8029
|
+
"svgo@4.0.1": {
|
|
8030
|
+
"integrity": "sha512-XDpWUOPC6FEibaLzjfe0ucaV0YrOjYotGJO1WpF0Zd+n6ZGEQUsSugaoLq9QkEZtAfQIxT42UChcssDVPP3+/w==",
|
|
7618
8031
|
"dependencies": [
|
|
7619
8032
|
"commander@11.1.0",
|
|
7620
8033
|
"css-select@5.2.2",
|
|
@@ -7642,12 +8055,12 @@
|
|
|
7642
8055
|
"strip-ansi@6.0.1"
|
|
7643
8056
|
]
|
|
7644
8057
|
},
|
|
7645
|
-
"tar@7.5.
|
|
7646
|
-
"integrity": "sha512-
|
|
8058
|
+
"tar@7.5.10": {
|
|
8059
|
+
"integrity": "sha512-8mOPs1//5q/rlkNSPcCegA6hiHJYDmSLEI8aMH/CdSQJNWztHC9WHNam5zdQlfpTwB9Xp7IBEsHfV5LKMJGVAw==",
|
|
7647
8060
|
"dependencies": [
|
|
7648
8061
|
"@isaacs/fs-minipass",
|
|
7649
8062
|
"chownr",
|
|
7650
|
-
"minipass@7.1.
|
|
8063
|
+
"minipass@7.1.3",
|
|
7651
8064
|
"minizlib",
|
|
7652
8065
|
"yallist@5.0.0"
|
|
7653
8066
|
]
|
|
@@ -7705,7 +8118,7 @@
|
|
|
7705
8118
|
"code-block-writer"
|
|
7706
8119
|
]
|
|
7707
8120
|
},
|
|
7708
|
-
"ts-node@10.9.2_@types+node@25.
|
|
8121
|
+
"ts-node@10.9.2_@types+node@25.3.5_typescript@5.9.3": {
|
|
7709
8122
|
"integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==",
|
|
7710
8123
|
"dependencies": [
|
|
7711
8124
|
"@cspotcode/source-map-support",
|
|
@@ -7718,7 +8131,7 @@
|
|
|
7718
8131
|
"acorn-walk",
|
|
7719
8132
|
"arg",
|
|
7720
8133
|
"create-require",
|
|
7721
|
-
"diff",
|
|
8134
|
+
"diff@4.0.4",
|
|
7722
8135
|
"make-error",
|
|
7723
8136
|
"typescript",
|
|
7724
8137
|
"v8-compile-cache-lib",
|
|
@@ -7814,8 +8227,8 @@
|
|
|
7814
8227
|
"reflect.getprototypeof"
|
|
7815
8228
|
]
|
|
7816
8229
|
},
|
|
7817
|
-
"typescript-eslint@8.
|
|
7818
|
-
"integrity": "sha512-
|
|
8230
|
+
"typescript-eslint@8.56.1_eslint@9.39.4_typescript@5.9.3_@typescript-eslint+parser@8.56.1__eslint@9.39.4__typescript@5.9.3": {
|
|
8231
|
+
"integrity": "sha512-U4lM6pjmBX7J5wk4szltF7I1cGBHXZopnAXCMXb3+fZ3B/0Z3hq3wS/CCUB2NZBNAExK92mCU2tEohWuwVMsDQ==",
|
|
7819
8232
|
"dependencies": [
|
|
7820
8233
|
"@typescript-eslint/eslint-plugin",
|
|
7821
8234
|
"@typescript-eslint/parser",
|
|
@@ -7847,8 +8260,8 @@
|
|
|
7847
8260
|
"uncrypto@0.1.3": {
|
|
7848
8261
|
"integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q=="
|
|
7849
8262
|
},
|
|
7850
|
-
"undici-types@7.
|
|
7851
|
-
"integrity": "sha512-
|
|
8263
|
+
"undici-types@7.18.2": {
|
|
8264
|
+
"integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w=="
|
|
7852
8265
|
},
|
|
7853
8266
|
"undici@7.22.0": {
|
|
7854
8267
|
"integrity": "sha512-RqslV2Us5BrllB+JeiZnK4peryVTndy9Dnqq62S3yYRRTj0tFQCwEniUy2167skdGOy3vqRzEvl1Dm4sV2ReDg=="
|
|
@@ -7868,8 +8281,8 @@
|
|
|
7868
8281
|
"vfile"
|
|
7869
8282
|
]
|
|
7870
8283
|
},
|
|
7871
|
-
"unifont@0.7.
|
|
7872
|
-
"integrity": "sha512-
|
|
8284
|
+
"unifont@0.7.4": {
|
|
8285
|
+
"integrity": "sha512-oHeis4/xl42HUIeHuNZRGEvxj5AaIKR+bHPNegRq5LV1gdc3jundpONbjglKpihmJf+dswygdMJn3eftGIMemg==",
|
|
7873
8286
|
"dependencies": [
|
|
7874
8287
|
"css-tree@3.1.0",
|
|
7875
8288
|
"ofetch",
|
|
@@ -7940,8 +8353,8 @@
|
|
|
7940
8353
|
"unist-util-is"
|
|
7941
8354
|
]
|
|
7942
8355
|
},
|
|
7943
|
-
"unist-util-visit@5.
|
|
7944
|
-
"integrity": "sha512-
|
|
8356
|
+
"unist-util-visit@5.1.0": {
|
|
8357
|
+
"integrity": "sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==",
|
|
7945
8358
|
"dependencies": [
|
|
7946
8359
|
"@types/unist",
|
|
7947
8360
|
"unist-util-is",
|
|
@@ -7961,7 +8374,7 @@
|
|
|
7961
8374
|
"chokidar@5.0.0",
|
|
7962
8375
|
"destr",
|
|
7963
8376
|
"h3",
|
|
7964
|
-
"lru-cache@11.2.
|
|
8377
|
+
"lru-cache@11.2.6",
|
|
7965
8378
|
"node-fetch-native",
|
|
7966
8379
|
"ofetch",
|
|
7967
8380
|
"ufo"
|
|
@@ -7988,13 +8401,6 @@
|
|
|
7988
8401
|
"v8-compile-cache-lib@3.0.1": {
|
|
7989
8402
|
"integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg=="
|
|
7990
8403
|
},
|
|
7991
|
-
"validate-npm-package-license@3.0.4": {
|
|
7992
|
-
"integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",
|
|
7993
|
-
"dependencies": [
|
|
7994
|
-
"spdx-correct",
|
|
7995
|
-
"spdx-expression-parse"
|
|
7996
|
-
]
|
|
7997
|
-
},
|
|
7998
8404
|
"validate-npm-package-name@7.0.2": {
|
|
7999
8405
|
"integrity": "sha512-hVDIBwsRruT73PbK7uP5ebUt+ezEtCmzZz3F59BSr2F6OVFnJ/6h8liuvdLrQ88Xmnk6/+xGGuq+pG9WwTuy3A=="
|
|
8000
8406
|
},
|
|
@@ -8022,17 +8428,17 @@
|
|
|
8022
8428
|
"vfile-message"
|
|
8023
8429
|
]
|
|
8024
8430
|
},
|
|
8025
|
-
"vite-hot-client@2.1.0_vite@6.4.1__@types+node@25.
|
|
8431
|
+
"vite-hot-client@2.1.0_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5": {
|
|
8026
8432
|
"integrity": "sha512-7SpgZmU7R+dDnSmvXE1mfDtnHLHQSisdySVR7lO8ceAXvM0otZeuQQ6C8LrS5d/aYyP/QZ0hI0L+dIPrm4YlFQ==",
|
|
8027
8433
|
"dependencies": [
|
|
8028
|
-
"vite@6.4.1_@types+node@25.
|
|
8434
|
+
"vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3"
|
|
8029
8435
|
]
|
|
8030
8436
|
},
|
|
8031
|
-
"vite-plugin-inspect@0.8.9_vite@6.4.1__@types+node@25.
|
|
8437
|
+
"vite-plugin-inspect@0.8.9_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5": {
|
|
8032
8438
|
"integrity": "sha512-22/8qn+LYonzibb1VeFZmISdVao5kC22jmEKm24vfFE8siEn47EpVcCLYMv6iKOYMJfjSvSJfueOwcFCkUnV3A==",
|
|
8033
8439
|
"dependencies": [
|
|
8034
8440
|
"@antfu/utils",
|
|
8035
|
-
"@rollup/pluginutils",
|
|
8441
|
+
"@rollup/pluginutils@5.3.0",
|
|
8036
8442
|
"debug@4.4.3",
|
|
8037
8443
|
"error-stack-parser-es",
|
|
8038
8444
|
"fs-extra@11.3.3",
|
|
@@ -8040,10 +8446,10 @@
|
|
|
8040
8446
|
"perfect-debounce",
|
|
8041
8447
|
"picocolors",
|
|
8042
8448
|
"sirv",
|
|
8043
|
-
"vite@6.4.1_@types+node@25.
|
|
8449
|
+
"vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3"
|
|
8044
8450
|
]
|
|
8045
8451
|
},
|
|
8046
|
-
"vite-plugin-vue-devtools@7.7.9_vite@6.4.1__@types+node@25.
|
|
8452
|
+
"vite-plugin-vue-devtools@7.7.9_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_vue@3.5.29__typescript@5.9.3_@types+node@25.3.5_typescript@5.9.3": {
|
|
8047
8453
|
"integrity": "sha512-08DvePf663SxqLFJeMVNW537zzVyakp9KIrI2K7lwgaTqA5R/ydN/N2K8dgZO34tg/Qmw0ch84fOKoBtCEdcGg==",
|
|
8048
8454
|
"dependencies": [
|
|
8049
8455
|
"@vue/devtools-core",
|
|
@@ -8051,12 +8457,12 @@
|
|
|
8051
8457
|
"@vue/devtools-shared",
|
|
8052
8458
|
"execa",
|
|
8053
8459
|
"sirv",
|
|
8054
|
-
"vite@6.4.1_@types+node@25.
|
|
8460
|
+
"vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3",
|
|
8055
8461
|
"vite-plugin-inspect",
|
|
8056
8462
|
"vite-plugin-vue-inspector"
|
|
8057
8463
|
]
|
|
8058
8464
|
},
|
|
8059
|
-
"vite-plugin-vue-inspector@5.3.2_vite@6.4.1__@types+node@25.
|
|
8465
|
+
"vite-plugin-vue-inspector@5.3.2_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@babel+core@7.29.0_@types+node@25.3.5": {
|
|
8060
8466
|
"integrity": "sha512-YvEKooQcSiBTAs0DoYLfefNja9bLgkFM7NI2b07bE2SruuvX0MEa9cMaxjKVMkeCp5Nz9FRIdcN1rOdFVBeL6Q==",
|
|
8061
8467
|
"dependencies": [
|
|
8062
8468
|
"@babel/core",
|
|
@@ -8068,10 +8474,22 @@
|
|
|
8068
8474
|
"@vue/compiler-dom",
|
|
8069
8475
|
"kolorist",
|
|
8070
8476
|
"magic-string",
|
|
8071
|
-
"vite@6.4.1_@types+node@25.
|
|
8477
|
+
"vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3"
|
|
8072
8478
|
]
|
|
8073
8479
|
},
|
|
8074
|
-
"vite@6.4.
|
|
8480
|
+
"vite-prerender-plugin@0.5.12_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5": {
|
|
8481
|
+
"integrity": "sha512-EiwhbMn+flg14EysbLTmZSzq8NGTxhytgK3bf4aGRF1evWLGwZiHiUJ1KZDvbxgKbMf2pG6fJWGEa3UZXOnR1g==",
|
|
8482
|
+
"dependencies": [
|
|
8483
|
+
"kolorist",
|
|
8484
|
+
"magic-string",
|
|
8485
|
+
"node-html-parser",
|
|
8486
|
+
"simple-code-frame",
|
|
8487
|
+
"source-map@0.7.6",
|
|
8488
|
+
"stack-trace",
|
|
8489
|
+
"vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3"
|
|
8490
|
+
]
|
|
8491
|
+
},
|
|
8492
|
+
"vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3": {
|
|
8075
8493
|
"integrity": "sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==",
|
|
8076
8494
|
"dependencies": [
|
|
8077
8495
|
"@types/node",
|
|
@@ -8090,7 +8508,7 @@
|
|
|
8090
8508
|
],
|
|
8091
8509
|
"bin": true
|
|
8092
8510
|
},
|
|
8093
|
-
"vite@7.3.1_@types+node@25.1.
|
|
8511
|
+
"vite@7.3.1_@types+node@25.3.5_sass@1.97.3_picomatch@4.0.3": {
|
|
8094
8512
|
"integrity": "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==",
|
|
8095
8513
|
"dependencies": [
|
|
8096
8514
|
"@types/node",
|
|
@@ -8111,42 +8529,21 @@
|
|
|
8111
8529
|
],
|
|
8112
8530
|
"bin": true
|
|
8113
8531
|
},
|
|
8114
|
-
"
|
|
8115
|
-
"integrity": "sha512-
|
|
8532
|
+
"vitefu@1.1.2_vite@6.4.1__@types+node@25.3.5__picomatch@4.0.3_@types+node@25.3.5": {
|
|
8533
|
+
"integrity": "sha512-zpKATdUbzbsycPFBN71nS2uzBUQiVnFoOrr2rvqv34S1lcAgMKKkjWleLGeiJlZ8lwCXvtWaRn7R3ZC16SYRuw==",
|
|
8116
8534
|
"dependencies": [
|
|
8117
|
-
"@types
|
|
8118
|
-
"esbuild@0.27.3",
|
|
8119
|
-
"fdir",
|
|
8120
|
-
"picomatch@4.0.3",
|
|
8121
|
-
"postcss",
|
|
8122
|
-
"rollup",
|
|
8123
|
-
"sass",
|
|
8124
|
-
"tinyglobby"
|
|
8125
|
-
],
|
|
8126
|
-
"optionalDependencies": [
|
|
8127
|
-
"fsevents@2.3.3"
|
|
8535
|
+
"vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3"
|
|
8128
8536
|
],
|
|
8129
8537
|
"optionalPeers": [
|
|
8130
|
-
"@types
|
|
8131
|
-
"sass"
|
|
8132
|
-
],
|
|
8133
|
-
"bin": true
|
|
8134
|
-
},
|
|
8135
|
-
"vitefu@1.1.1_vite@6.4.1__@types+node@25.1.0__picomatch@4.0.3_@types+node@25.1.0": {
|
|
8136
|
-
"integrity": "sha512-B/Fegf3i8zh0yFbpzZ21amWzHmuNlLlmJT6n7bu5e+pCHUKQIfXSYokrqOBGEMMe9UG2sostKQF9mml/vYaWJQ==",
|
|
8137
|
-
"dependencies": [
|
|
8138
|
-
"vite@6.4.1_@types+node@25.1.0_picomatch@4.0.3"
|
|
8139
|
-
],
|
|
8140
|
-
"optionalPeers": [
|
|
8141
|
-
"vite@6.4.1_@types+node@25.1.0_picomatch@4.0.3"
|
|
8538
|
+
"vite@6.4.1_@types+node@25.3.5_picomatch@4.0.3"
|
|
8142
8539
|
]
|
|
8143
8540
|
},
|
|
8144
|
-
"vitest@4.0.18_@types+node@25.
|
|
8541
|
+
"vitest@4.0.18_@types+node@25.3.5_happy-dom@20.8.3_vite@7.3.1__@types+node@25.3.5__sass@1.97.3__picomatch@4.0.3": {
|
|
8145
8542
|
"integrity": "sha512-hOQuK7h0FGKgBAas7v0mSAsnvrIgAvWmRFjmzpJ7SwFHH3g1k2u37JtYwOwmEKhK6ZO3v9ggDBBm0La1LCK4uQ==",
|
|
8146
8543
|
"dependencies": [
|
|
8147
8544
|
"@types/node",
|
|
8148
8545
|
"@vitest/expect",
|
|
8149
|
-
"@vitest/mocker@4.0.18_vite@7.3.1__@types+node@25.
|
|
8546
|
+
"@vitest/mocker@4.0.18_vite@7.3.1__@types+node@25.3.5__sass@1.97.3__picomatch@4.0.3_@types+node@25.3.5",
|
|
8150
8547
|
"@vitest/pretty-format",
|
|
8151
8548
|
"@vitest/runner",
|
|
8152
8549
|
"@vitest/snapshot",
|
|
@@ -8164,7 +8561,7 @@
|
|
|
8164
8561
|
"tinyexec",
|
|
8165
8562
|
"tinyglobby",
|
|
8166
8563
|
"tinyrainbow",
|
|
8167
|
-
"vite@7.3.1_@types+node@25.
|
|
8564
|
+
"vite@7.3.1_@types+node@25.3.5_sass@1.97.3_picomatch@4.0.3",
|
|
8168
8565
|
"why-is-node-running"
|
|
8169
8566
|
],
|
|
8170
8567
|
"optionalPeers": [
|
|
@@ -8173,12 +8570,12 @@
|
|
|
8173
8570
|
],
|
|
8174
8571
|
"bin": true
|
|
8175
8572
|
},
|
|
8176
|
-
"vitest@4.0.18_@types+node@25.
|
|
8573
|
+
"vitest@4.0.18_@types+node@25.3.5_happy-dom@20.8.3_vite@7.3.1__@types+node@25.3.5__sass@1.97.3__picomatch@4.0.3_sass@1.97.3": {
|
|
8177
8574
|
"integrity": "sha512-hOQuK7h0FGKgBAas7v0mSAsnvrIgAvWmRFjmzpJ7SwFHH3g1k2u37JtYwOwmEKhK6ZO3v9ggDBBm0La1LCK4uQ==",
|
|
8178
8575
|
"dependencies": [
|
|
8179
8576
|
"@types/node",
|
|
8180
8577
|
"@vitest/expect",
|
|
8181
|
-
"@vitest/mocker@4.0.18_vite@7.3.1__@types+node@25.
|
|
8578
|
+
"@vitest/mocker@4.0.18_vite@7.3.1__@types+node@25.3.5__sass@1.97.3__picomatch@4.0.3_@types+node@25.3.5_sass@1.97.3",
|
|
8182
8579
|
"@vitest/pretty-format",
|
|
8183
8580
|
"@vitest/runner",
|
|
8184
8581
|
"@vitest/snapshot",
|
|
@@ -8196,7 +8593,7 @@
|
|
|
8196
8593
|
"tinyexec",
|
|
8197
8594
|
"tinyglobby",
|
|
8198
8595
|
"tinyrainbow",
|
|
8199
|
-
"vite@7.3.1_@types+node@25.
|
|
8596
|
+
"vite@7.3.1_@types+node@25.3.5_sass@1.97.3_picomatch@4.0.3",
|
|
8200
8597
|
"why-is-node-running"
|
|
8201
8598
|
],
|
|
8202
8599
|
"optionalPeers": [
|
|
@@ -8208,20 +8605,20 @@
|
|
|
8208
8605
|
"vue-component-type-helpers@2.2.12": {
|
|
8209
8606
|
"integrity": "sha512-YbGqHZ5/eW4SnkPNR44mKVc6ZKQoRs/Rux1sxC6rdwXb4qpbOSYfDr9DsTHolOTGmIKgM9j141mZbBeg05R1pw=="
|
|
8210
8607
|
},
|
|
8211
|
-
"vue-eslint-parser@10.
|
|
8212
|
-
"integrity": "sha512-
|
|
8608
|
+
"vue-eslint-parser@10.4.0_eslint@9.39.4": {
|
|
8609
|
+
"integrity": "sha512-Vxi9pJdbN3ZnVGLODVtZ7y4Y2kzAAE2Cm0CZ3ZDRvydVYxZ6VrnBhLikBsRS+dpwj4Jv4UCv21PTEwF5rQ9WXg==",
|
|
8213
8610
|
"dependencies": [
|
|
8214
8611
|
"debug@4.4.3",
|
|
8215
8612
|
"eslint",
|
|
8216
|
-
"eslint-scope@
|
|
8217
|
-
"eslint-visitor-keys@
|
|
8613
|
+
"eslint-scope@9.1.1",
|
|
8614
|
+
"eslint-visitor-keys@5.0.1",
|
|
8218
8615
|
"espree",
|
|
8219
8616
|
"esquery",
|
|
8220
8617
|
"semver@7.7.4"
|
|
8221
8618
|
]
|
|
8222
8619
|
},
|
|
8223
|
-
"vue@3.5.
|
|
8224
|
-
"integrity": "sha512-
|
|
8620
|
+
"vue@3.5.29_typescript@5.9.3": {
|
|
8621
|
+
"integrity": "sha512-BZqN4Ze6mDQVNAni0IHeMJ5mwr8VAJ3MQC9FmprRhcBYENw+wOAAjRj8jfmN6FLl0j96OXbR+CjWhmAmM+QGnA==",
|
|
8225
8622
|
"dependencies": [
|
|
8226
8623
|
"@vue/compiler-dom",
|
|
8227
8624
|
"@vue/compiler-sfc",
|
|
@@ -8309,10 +8706,10 @@
|
|
|
8309
8706
|
],
|
|
8310
8707
|
"bin": true
|
|
8311
8708
|
},
|
|
8312
|
-
"which@6.0.
|
|
8313
|
-
"integrity": "sha512-
|
|
8709
|
+
"which@6.0.1": {
|
|
8710
|
+
"integrity": "sha512-oGLe46MIrCRqX7ytPUf66EAYvdeMIZYn3WaocqqKZAxrBpkqHfL/qvTyJ/bTk5+AqHCjXmrv3CEWgy368zhRUg==",
|
|
8314
8711
|
"dependencies": [
|
|
8315
|
-
"isexe@
|
|
8712
|
+
"isexe@4.0.0"
|
|
8316
8713
|
],
|
|
8317
8714
|
"bin": true
|
|
8318
8715
|
},
|
|
@@ -8354,7 +8751,7 @@
|
|
|
8354
8751
|
"dependencies": [
|
|
8355
8752
|
"ansi-styles@6.2.3",
|
|
8356
8753
|
"string-width@5.1.2",
|
|
8357
|
-
"strip-ansi@7.
|
|
8754
|
+
"strip-ansi@7.2.0"
|
|
8358
8755
|
]
|
|
8359
8756
|
},
|
|
8360
8757
|
"wrap-ansi@9.0.2": {
|
|
@@ -8362,7 +8759,7 @@
|
|
|
8362
8759
|
"dependencies": [
|
|
8363
8760
|
"ansi-styles@6.2.3",
|
|
8364
8761
|
"string-width@7.2.0",
|
|
8365
|
-
"strip-ansi@7.
|
|
8762
|
+
"strip-ansi@7.2.0"
|
|
8366
8763
|
]
|
|
8367
8764
|
},
|
|
8368
8765
|
"wrappy@1.0.2": {
|
|
@@ -8374,7 +8771,7 @@
|
|
|
8374
8771
|
"wsl-utils@0.1.0": {
|
|
8375
8772
|
"integrity": "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==",
|
|
8376
8773
|
"dependencies": [
|
|
8377
|
-
"is-wsl@3.1.
|
|
8774
|
+
"is-wsl@3.1.1"
|
|
8378
8775
|
]
|
|
8379
8776
|
},
|
|
8380
8777
|
"xhr2@0.2.1": {
|
|
@@ -8398,6 +8795,9 @@
|
|
|
8398
8795
|
"yallist@5.0.0": {
|
|
8399
8796
|
"integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw=="
|
|
8400
8797
|
},
|
|
8798
|
+
"yaml@1.10.2": {
|
|
8799
|
+
"integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg=="
|
|
8800
|
+
},
|
|
8401
8801
|
"yaml@2.8.2": {
|
|
8402
8802
|
"integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==",
|
|
8403
8803
|
"bin": true
|
|
@@ -8440,6 +8840,9 @@
|
|
|
8440
8840
|
"yoctocolors@2.1.2": {
|
|
8441
8841
|
"integrity": "sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug=="
|
|
8442
8842
|
},
|
|
8843
|
+
"zimmerframe@1.1.4": {
|
|
8844
|
+
"integrity": "sha512-B58NGBEoc8Y9MWWCQGl/gq9xBCe4IiKM0a2x7GZdQKOW5Exr8S1W24J6OgM1njK8xCRGvAJIL/MxXHf6SkmQKQ=="
|
|
8845
|
+
},
|
|
8443
8846
|
"zod-to-json-schema@3.25.1_zod@3.25.76": {
|
|
8444
8847
|
"integrity": "sha512-pM/SU9d3YAggzi6MtR4h7ruuQlqKtad8e9S0fmxcMi+ueAK5Korys/aWcV9LIIHTVbj01NdzxcnXSN+O74ZIVA==",
|
|
8445
8848
|
"dependencies": [
|
|
@@ -8477,86 +8880,95 @@
|
|
|
8477
8880
|
},
|
|
8478
8881
|
"workspace": {
|
|
8479
8882
|
"dependencies": [
|
|
8480
|
-
"npm
|
|
8481
|
-
"npm:@modelcontextprotocol/sdk@^1.26.0",
|
|
8482
|
-
"npm:devalue@5.6.3",
|
|
8483
|
-
"npm:qs@^6.14.2",
|
|
8484
|
-
"npm:rollup@^4.59.0",
|
|
8485
|
-
"npm:tar@^7.5.8"
|
|
8883
|
+
"npm:playwright@1.58.2"
|
|
8486
8884
|
],
|
|
8487
8885
|
"packageJson": {
|
|
8488
8886
|
"dependencies": [
|
|
8489
|
-
"npm:@analogjs/astro-angular@^2.3.
|
|
8490
|
-
"npm:@analogjs/vite-plugin-angular@^2.3.
|
|
8491
|
-
"npm:@analogjs/vitest-angular@^2.
|
|
8492
|
-
"npm:@angular-devkit/architect@~0.
|
|
8493
|
-
"npm:@angular/
|
|
8494
|
-
"npm:@angular/
|
|
8495
|
-
"npm:@angular/
|
|
8496
|
-
"npm:@angular/
|
|
8497
|
-
"npm:@angular/
|
|
8498
|
-
"npm:@angular/compiler@^21.1
|
|
8499
|
-
"npm:@angular/
|
|
8500
|
-
"npm:@angular/
|
|
8501
|
-
"npm:@angular/
|
|
8502
|
-
"npm:@angular/platform-
|
|
8503
|
-
"npm:@angular/
|
|
8887
|
+
"npm:@analogjs/astro-angular@^2.3.1",
|
|
8888
|
+
"npm:@analogjs/vite-plugin-angular@^2.3.1",
|
|
8889
|
+
"npm:@analogjs/vitest-angular@^2.3.1",
|
|
8890
|
+
"npm:@angular-devkit/architect@~0.2102.1",
|
|
8891
|
+
"npm:@angular-devkit/schematics@^21.2.1",
|
|
8892
|
+
"npm:@angular/animations@^21.2.1",
|
|
8893
|
+
"npm:@angular/build@^21.2.1",
|
|
8894
|
+
"npm:@angular/cli@^21.2.1",
|
|
8895
|
+
"npm:@angular/common@^21.2.1",
|
|
8896
|
+
"npm:@angular/compiler-cli@^21.2.1",
|
|
8897
|
+
"npm:@angular/compiler@^21.2.1",
|
|
8898
|
+
"npm:@angular/core@^21.2.1",
|
|
8899
|
+
"npm:@angular/language-service@^21.2.1",
|
|
8900
|
+
"npm:@angular/platform-browser@^21.2.1",
|
|
8901
|
+
"npm:@angular/platform-server@^21.2.1",
|
|
8902
|
+
"npm:@angular/router@^21.2.1",
|
|
8903
|
+
"npm:@astrojs/preact@^4.1.3",
|
|
8504
8904
|
"npm:@astrojs/react@^4.4.2",
|
|
8905
|
+
"npm:@astrojs/svelte@^7.2.5",
|
|
8505
8906
|
"npm:@astrojs/vue@^5.1.4",
|
|
8506
|
-
"npm:@
|
|
8507
|
-
"npm:@eslint/
|
|
8907
|
+
"npm:@babel/core@^7.29.0",
|
|
8908
|
+
"npm:@eslint/compat@^2.0.3",
|
|
8909
|
+
"npm:@eslint/eslintrc@^3.3.5",
|
|
8910
|
+
"npm:@eslint/js@^9.39.4",
|
|
8508
8911
|
"npm:@eslint/markdown@^7.5.1",
|
|
8912
|
+
"npm:@nanostores/preact@1",
|
|
8509
8913
|
"npm:@nanostores/react@1",
|
|
8510
|
-
"npm:@nanostores/vue@^1.0
|
|
8511
|
-
"npm:@playwright/test
|
|
8512
|
-
"npm:@
|
|
8914
|
+
"npm:@nanostores/vue@^1.1.0",
|
|
8915
|
+
"npm:@playwright/test@1.58.2",
|
|
8916
|
+
"npm:@preact/preset-vite@^2.10.3",
|
|
8917
|
+
"npm:@sveltejs/vite-plugin-svelte@^6.2.4",
|
|
8918
|
+
"npm:@testing-library/angular@^19.1.0",
|
|
8513
8919
|
"npm:@testing-library/dom@^10.4.1",
|
|
8514
8920
|
"npm:@testing-library/jest-dom@^6.9.1",
|
|
8921
|
+
"npm:@testing-library/preact@^3.2.4",
|
|
8515
8922
|
"npm:@testing-library/react@^16.3.2",
|
|
8923
|
+
"npm:@testing-library/svelte@^5.3.1",
|
|
8516
8924
|
"npm:@testing-library/user-event@^14.6.1",
|
|
8517
8925
|
"npm:@testing-library/vue@^8.1.0",
|
|
8518
8926
|
"npm:@types/js-beautify@^1.14.3",
|
|
8519
|
-
"npm:@types/node@^25.
|
|
8927
|
+
"npm:@types/node@^25.3.5",
|
|
8520
8928
|
"npm:@types/react-dom@^19.2.3",
|
|
8521
|
-
"npm:@types/react@^19.2.
|
|
8522
|
-
"npm:@vitejs/plugin-react@^5.1.
|
|
8523
|
-
"npm:@vitejs/plugin-vue@^6.0.
|
|
8524
|
-
"npm:angular-eslint@^21.
|
|
8525
|
-
"npm:astro@^5.
|
|
8929
|
+
"npm:@types/react@^19.2.14",
|
|
8930
|
+
"npm:@vitejs/plugin-react@^5.1.4",
|
|
8931
|
+
"npm:@vitejs/plugin-vue@^6.0.4",
|
|
8932
|
+
"npm:angular-eslint@^21.3.0",
|
|
8933
|
+
"npm:astro@^5.18.0",
|
|
8526
8934
|
"npm:better-npm-audit@^3.11.0",
|
|
8527
|
-
"npm:dotenv@^17.
|
|
8935
|
+
"npm:dotenv@^17.3.1",
|
|
8936
|
+
"npm:eslint-config-preact@2",
|
|
8528
8937
|
"npm:eslint-config-prettier@^10.1.8",
|
|
8529
|
-
"npm:eslint-plugin-astro@^1.
|
|
8938
|
+
"npm:eslint-plugin-astro@^1.6.0",
|
|
8530
8939
|
"npm:eslint-plugin-import@^2.32.0",
|
|
8531
8940
|
"npm:eslint-plugin-jest-dom@^5.5.0",
|
|
8532
|
-
"npm:eslint-plugin-jest@^29.
|
|
8533
|
-
"npm:eslint-plugin-perfectionist@^5.
|
|
8534
|
-
"npm:eslint-plugin-playwright@^2.
|
|
8941
|
+
"npm:eslint-plugin-jest@^29.15.0",
|
|
8942
|
+
"npm:eslint-plugin-perfectionist@^5.6.0",
|
|
8943
|
+
"npm:eslint-plugin-playwright@^2.9.0",
|
|
8535
8944
|
"npm:eslint-plugin-react-hooks@^7.0.1",
|
|
8536
8945
|
"npm:eslint-plugin-react@^7.37.5",
|
|
8537
|
-
"npm:eslint-plugin-
|
|
8538
|
-
"npm:eslint-plugin-
|
|
8539
|
-
"npm:eslint@^
|
|
8540
|
-
"npm:
|
|
8541
|
-
"npm:
|
|
8542
|
-
"npm:
|
|
8946
|
+
"npm:eslint-plugin-svelte@^3.15.0",
|
|
8947
|
+
"npm:eslint-plugin-testing-library@^7.16.0",
|
|
8948
|
+
"npm:eslint-plugin-vue@^10.8.0",
|
|
8949
|
+
"npm:eslint@^9.39.4",
|
|
8950
|
+
"npm:globals@^17.4.0",
|
|
8951
|
+
"npm:happy-dom@^20.8.3",
|
|
8543
8952
|
"npm:improved-yarn-audit@^3.0.4",
|
|
8544
8953
|
"npm:js-beautify@^1.15.4",
|
|
8545
|
-
"npm:nanostores@^1.1.
|
|
8954
|
+
"npm:nanostores@^1.1.1",
|
|
8546
8955
|
"npm:patch-package@^8.0.1",
|
|
8956
|
+
"npm:preact@^10.28.4",
|
|
8957
|
+
"npm:prettier-plugin-svelte@^3.5.1",
|
|
8547
8958
|
"npm:prettier@^3.8.1",
|
|
8548
8959
|
"npm:react-dom@^19.2.4",
|
|
8549
8960
|
"npm:react@^19.2.4",
|
|
8550
8961
|
"npm:rxjs@^7.8.2",
|
|
8962
|
+
"npm:svelte-eslint-parser@^1.6.0",
|
|
8963
|
+
"npm:svelte@^5.53.7",
|
|
8551
8964
|
"npm:ts-node@^10.9.2",
|
|
8552
8965
|
"npm:tslib@^2.8.1",
|
|
8553
|
-
"npm:typescript-eslint@^8.
|
|
8966
|
+
"npm:typescript-eslint@^8.56.1",
|
|
8554
8967
|
"npm:typescript@^5.9.3",
|
|
8555
|
-
"npm:vite@^6.4.1
|
|
8968
|
+
"npm:vite@^6.4.1",
|
|
8556
8969
|
"npm:vitest@^4.0.18",
|
|
8557
|
-
"npm:vue-eslint-parser@^10.
|
|
8558
|
-
"npm:vue@^3.5.
|
|
8559
|
-
"npm:zod@^3.25.76"
|
|
8970
|
+
"npm:vue-eslint-parser@^10.4.0",
|
|
8971
|
+
"npm:vue@^3.5.29"
|
|
8560
8972
|
]
|
|
8561
8973
|
}
|
|
8562
8974
|
}
|