vite-plus 0.1.24 → 0.2.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/LICENSE +30 -0
- package/README.md +8 -6
- package/bin/oxfmt +5 -2
- package/bin/oxlint +12 -2
- package/binding/index.cjs +84 -67
- package/binding/index.d.cts +155 -4
- package/dist/{agent-Nuk-9l77.js → agent-BD31CsvU.js} +941 -70
- package/dist/bin.js +22 -30
- package/dist/{compat-DXZgnEyq.js → compat-Cql3K40m.js} +1 -1
- package/dist/config/bin.js +30 -14
- package/dist/constants-CrfJQIUX.js +66 -0
- package/dist/create/bin.d.ts +6 -0
- package/dist/create/bin.js +508 -232
- package/dist/define-config-2tfJoXr1.d.ts +305 -0
- package/dist/define-config-BGSjF6Xp.cjs +488 -0
- package/dist/define-config-DJUehepE.js +445 -0
- package/dist/define-config.cjs +8 -1
- package/dist/define-config.d.ts +2 -2
- package/dist/define-config.js +2 -2
- package/dist/dist-DRJUd9bL.js +3 -0
- package/dist/{dist-BgQuvbtq.js → dist-Oxo16Y0q.js} +4 -4
- package/dist/index.cjs +9 -4
- package/dist/index.d.ts +3 -3
- package/dist/index.js +3 -3
- package/dist/{main-DpJl3LoU.js → json-Dn87fvjk.js} +137 -1
- package/dist/migration/bin.js +292 -76
- package/dist/{oxlint-plugin-config-B89iKTKN.js → oxlint-plugin-config-q8a5PFch.js} +1 -1
- package/dist/oxlint-plugin.js +11 -3
- package/dist/pack-bin.js +44 -15
- package/dist/{package-PmBUZ-ve.js → package-BHirM1_v.js} +3 -138
- package/dist/{report-DgSBQUdz.js → report-BHSkWqRR.js} +2 -0
- package/dist/{resolve-vite-config-TTvhycU1.js → resolve-vite-config-CmdsfQzS.js} +13 -4
- package/dist/staged/bin.js +3 -3
- package/dist/test/_at-vitest-browser/context.d.ts +2 -0
- package/dist/test/_at-vitest-browser.d.ts +2 -0
- package/dist/test/browser/context.d.ts +2 -2
- package/dist/test/browser/context.js +1 -1
- package/dist/test/browser/providers/playwright/context.d.ts +1 -0
- package/dist/test/browser/providers/playwright/context.js +1 -0
- package/dist/test/browser/providers/playwright.d.ts +124 -2
- package/dist/test/browser/providers/playwright.js +1 -1
- package/dist/test/browser/providers/preview/context.d.ts +1 -0
- package/dist/test/browser/providers/preview/context.js +1 -0
- package/dist/test/browser/providers/preview.d.ts +32 -2
- package/dist/test/browser/providers/preview.js +1 -1
- package/dist/test/browser/providers/webdriverio/context.d.ts +1 -0
- package/dist/test/browser/providers/webdriverio/context.js +1 -0
- package/dist/test/browser/providers/webdriverio.d.ts +77 -2
- package/dist/test/browser/providers/webdriverio.js +1 -1
- package/dist/test/browser-compat.d.ts +2 -0
- package/dist/test/browser-compat.js +1 -1
- package/dist/test/browser-playwright/context.d.ts +1 -0
- package/dist/test/browser-playwright/context.js +1 -0
- package/dist/test/browser-playwright.d.ts +124 -2
- package/dist/test/browser-playwright.js +1 -1
- package/dist/test/browser-preview/context.d.ts +1 -0
- package/dist/test/browser-preview/context.js +1 -0
- package/dist/test/browser-preview.d.ts +32 -2
- package/dist/test/browser-preview.js +1 -1
- package/dist/test/browser-webdriverio/context.d.ts +1 -0
- package/dist/test/browser-webdriverio/context.js +1 -0
- package/dist/test/browser-webdriverio.d.ts +77 -2
- package/dist/test/browser-webdriverio.js +1 -1
- package/dist/test/browser.d.ts +2 -2
- package/dist/test/browser.js +1 -1
- package/dist/test/client.js +1 -1
- package/dist/test/config.cjs +1 -1
- package/dist/test/config.d.ts +2 -2
- package/dist/test/config.js +1 -1
- package/dist/test/context.d.ts +942 -2
- package/dist/test/context.js +1 -1
- package/dist/test/coverage.d.ts +2 -2
- package/dist/test/coverage.js +1 -1
- package/dist/test/environments.d.ts +2 -2
- package/dist/test/environments.js +1 -1
- package/dist/test/globals.d.ts +2 -2
- package/dist/test/import-meta.d.ts +2 -2
- package/dist/test/importMeta.d.ts +2 -2
- package/dist/test/index.cjs +1 -1
- package/dist/test/index.d.cts +2 -2
- package/dist/test/index.d.ts +2 -2
- package/dist/test/index.js +1 -1
- package/dist/test/internal/browser.d.ts +2 -2
- package/dist/test/internal/browser.js +1 -1
- package/dist/test/jsdom.d.ts +2 -2
- package/dist/test/locators.d.ts +294 -0
- package/dist/test/locators.js +1 -1
- package/dist/test/matchers.d.ts +29 -0
- package/dist/test/matchers.js +1 -1
- package/dist/test/node.d.ts +2 -2
- package/dist/test/node.js +1 -1
- package/dist/test/optional-runtime-types.js.d.ts +2 -2
- package/dist/test/optional-types.js.d.ts +2 -2
- package/dist/test/plugins/browser-client.js +1 -1
- package/dist/test/plugins/browser-context.js +1 -1
- package/dist/test/plugins/browser-locators.js +1 -1
- package/dist/test/plugins/browser-playwright.js +1 -1
- package/dist/test/plugins/browser-preview.js +1 -1
- package/dist/test/plugins/browser-webdriverio.js +1 -1
- package/dist/test/plugins/browser.js +1 -1
- package/dist/test/plugins/expect.js +1 -1
- package/dist/test/plugins/mocker-automock.js +1 -1
- package/dist/test/plugins/mocker-browser.js +1 -1
- package/dist/test/plugins/mocker-node.js +1 -1
- package/dist/test/plugins/mocker-redirect.js +1 -1
- package/dist/test/plugins/mocker-register.js +1 -1
- package/dist/test/plugins/mocker-transforms.js +1 -1
- package/dist/test/plugins/mocker.js +1 -1
- package/dist/test/plugins/pretty-format.js +1 -1
- package/dist/test/plugins/runner-types.js +1 -1
- package/dist/test/plugins/runner-utils.js +1 -1
- package/dist/test/plugins/runner.js +1 -1
- package/dist/test/plugins/snapshot-environment.js +1 -1
- package/dist/test/plugins/snapshot-manager.js +1 -1
- package/dist/test/plugins/snapshot.js +1 -1
- package/dist/test/plugins/spy.js +1 -1
- package/dist/test/plugins/utils-constants.js +1 -1
- package/dist/test/plugins/utils-diff.js +1 -1
- package/dist/test/plugins/utils-display.js +1 -1
- package/dist/test/plugins/utils-error.js +1 -1
- package/dist/test/plugins/utils-helpers.js +1 -1
- package/dist/test/plugins/utils-offset.js +1 -1
- package/dist/test/plugins/utils-resolver.js +1 -1
- package/dist/test/plugins/utils-serialize.js +1 -1
- package/dist/test/plugins/utils-source-map-node.js +1 -1
- package/dist/test/plugins/utils-source-map.js +1 -1
- package/dist/test/plugins/utils-timers.js +1 -1
- package/dist/test/plugins/utils.js +1 -1
- package/dist/test/reporters.d.ts +2 -2
- package/dist/test/reporters.js +1 -1
- package/dist/test/runners.d.ts +2 -2
- package/dist/test/runners.js +1 -1
- package/dist/test/runtime.d.ts +2 -2
- package/dist/test/runtime.js +1 -1
- package/dist/test/snapshot.d.ts +2 -2
- package/dist/test/snapshot.js +1 -1
- package/dist/test/suite.d.ts +2 -2
- package/dist/test/suite.js +1 -1
- package/dist/test/utils.js +1 -1
- package/dist/test/worker.d.ts +2 -2
- package/dist/test/worker.js +1 -1
- package/dist/{tsconfig-DFb5BKyT.js → tsconfig-CJ_StdFc.js} +563 -229
- package/dist/tsgolint-path-B-yOos8p.js +32 -0
- package/dist/tsgolint-path.d.ts +8 -0
- package/dist/tsgolint-path.js +2 -0
- package/dist/version.js +3 -3
- package/dist/versions.d.ts +1 -1
- package/dist/versions.js +6 -6
- package/dist/{workspace-NL-m9wgM.js → workspace-Cjoc1c_A.js} +11 -9
- package/docs/_data/team.ts +2 -1
- package/docs/config/create.md +36 -1
- package/docs/config/index.md +7 -5
- package/docs/guide/commit-hooks.md +9 -0
- package/docs/guide/create.md +106 -2
- package/docs/guide/env.md +33 -5
- package/docs/guide/index.md +5 -3
- package/docs/guide/install.md +31 -12
- package/docs/guide/migrate.md +13 -3
- package/docs/guide/troubleshooting.md +2 -2
- package/docs/guide/upgrade.md +26 -7
- package/docs/package.json +3 -3
- package/docs/pnpm-lock.yaml +298 -395
- package/package.json +103 -55
- package/templates/generator/bin/index.ts +6 -3
- package/templates/generator/package.json +2 -3
- package/templates/generator/src/template.ts +0 -2
- package/templates/monorepo/package.json +1 -1
- package/dist/constants-DCBWlNrn.js +0 -33
- package/dist/define-config-BR1Y88zz.cjs +0 -84
- package/dist/define-config-BRC7qPNE.js +0 -21
- package/dist/define-config-COdn-tsn.d.ts +0 -177
- package/dist/dist-Bapm49IR.js +0 -3
- package/dist/test/plugins/utils-highlight.js +0 -1
- /package/dist/{chunk-DnnnRqeS.js → rolldown-runtime-DnnnRqeS.js} +0 -0
package/docs/pnpm-lock.yaml
CHANGED
|
@@ -10,13 +10,13 @@ importers:
|
|
|
10
10
|
dependencies:
|
|
11
11
|
'@iconify/vue':
|
|
12
12
|
specifier: ^5.0.0
|
|
13
|
-
version: 5.0.
|
|
13
|
+
version: 5.0.1(vue@3.5.35(typescript@6.0.3))
|
|
14
14
|
mermaid:
|
|
15
15
|
specifier: ^11.13.0
|
|
16
|
-
version: 11.
|
|
16
|
+
version: 11.15.0
|
|
17
17
|
reka-ui:
|
|
18
18
|
specifier: ^2.7.0
|
|
19
|
-
version: 2.9.
|
|
19
|
+
version: 2.9.9(vue@3.5.35(typescript@6.0.3))
|
|
20
20
|
typewriter-effect:
|
|
21
21
|
specifier: ^2.22.0
|
|
22
22
|
version: 2.22.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
@@ -25,50 +25,50 @@ importers:
|
|
|
25
25
|
version: 1.7.5(vite@7.3.1(@types/node@24.10.3)(jiti@2.6.1)(lightningcss@1.31.1))
|
|
26
26
|
vitepress-plugin-llms:
|
|
27
27
|
specifier: ^1.12.2
|
|
28
|
-
version: 1.
|
|
28
|
+
version: 1.13.1
|
|
29
29
|
vitepress-plugin-mermaid:
|
|
30
30
|
specifier: ^2.0.17
|
|
31
|
-
version: 2.0.17(mermaid@11.
|
|
31
|
+
version: 2.0.17(mermaid@11.15.0)(vitepress@2.0.0-alpha.17(@types/node@24.10.3)(jiti@2.6.1)(lightningcss@1.31.1)(oxc-minify@0.120.0)(postcss@8.5.15)(typescript@6.0.3))
|
|
32
32
|
vue:
|
|
33
33
|
specifier: ^3.5.27
|
|
34
|
-
version: 3.5.
|
|
34
|
+
version: 3.5.35(typescript@6.0.3)
|
|
35
35
|
vue3-carousel:
|
|
36
|
-
specifier: ^0.
|
|
37
|
-
version: 0.
|
|
36
|
+
specifier: ^0.17.0
|
|
37
|
+
version: 0.17.0(vue@3.5.35(typescript@6.0.3))
|
|
38
38
|
devDependencies:
|
|
39
39
|
'@voidzero-dev/vitepress-theme':
|
|
40
|
-
specifier: 4.8.
|
|
41
|
-
version: 4.8.
|
|
40
|
+
specifier: 4.8.4
|
|
41
|
+
version: 4.8.4(focus-trap@8.2.1)(vite@7.3.1(@types/node@24.10.3)(jiti@2.6.1)(lightningcss@1.31.1))(vitepress@2.0.0-alpha.17(@types/node@24.10.3)(jiti@2.6.1)(lightningcss@1.31.1)(oxc-minify@0.120.0)(postcss@8.5.15)(typescript@6.0.3))(vue@3.5.35(typescript@6.0.3))
|
|
42
42
|
oxc-minify:
|
|
43
43
|
specifier: ^0.120.0
|
|
44
44
|
version: 0.120.0
|
|
45
45
|
tailwindcss:
|
|
46
46
|
specifier: ^4.1.18
|
|
47
|
-
version: 4.
|
|
47
|
+
version: 4.3.0
|
|
48
48
|
vitepress:
|
|
49
|
-
specifier: 2.0.0-alpha.
|
|
50
|
-
version: 2.0.0-alpha.
|
|
49
|
+
specifier: 2.0.0-alpha.17
|
|
50
|
+
version: 2.0.0-alpha.17(@types/node@24.10.3)(jiti@2.6.1)(lightningcss@1.31.1)(oxc-minify@0.120.0)(postcss@8.5.15)(typescript@6.0.3)
|
|
51
51
|
|
|
52
52
|
packages:
|
|
53
53
|
|
|
54
54
|
'@antfu/install-pkg@1.1.0':
|
|
55
55
|
resolution: {integrity: sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ==}
|
|
56
56
|
|
|
57
|
-
'@babel/helper-string-parser@7.
|
|
58
|
-
resolution: {integrity: sha512-
|
|
57
|
+
'@babel/helper-string-parser@7.29.7':
|
|
58
|
+
resolution: {integrity: sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==}
|
|
59
59
|
engines: {node: '>=6.9.0'}
|
|
60
60
|
|
|
61
|
-
'@babel/helper-validator-identifier@7.
|
|
62
|
-
resolution: {integrity: sha512-
|
|
61
|
+
'@babel/helper-validator-identifier@7.29.7':
|
|
62
|
+
resolution: {integrity: sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==}
|
|
63
63
|
engines: {node: '>=6.9.0'}
|
|
64
64
|
|
|
65
|
-
'@babel/parser@7.29.
|
|
66
|
-
resolution: {integrity: sha512-
|
|
65
|
+
'@babel/parser@7.29.7':
|
|
66
|
+
resolution: {integrity: sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==}
|
|
67
67
|
engines: {node: '>=6.0.0'}
|
|
68
68
|
hasBin: true
|
|
69
69
|
|
|
70
|
-
'@babel/types@7.29.
|
|
71
|
-
resolution: {integrity: sha512-
|
|
70
|
+
'@babel/types@7.29.7':
|
|
71
|
+
resolution: {integrity: sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==}
|
|
72
72
|
engines: {node: '>=6.9.0'}
|
|
73
73
|
|
|
74
74
|
'@braintree/sanitize-url@6.0.4':
|
|
@@ -77,21 +77,9 @@ packages:
|
|
|
77
77
|
'@braintree/sanitize-url@7.1.2':
|
|
78
78
|
resolution: {integrity: sha512-jigsZK+sMF/cuiB7sERuo9V7N9jx+dhmHHnQyDSVdpZwVutaBu7WvNYqMDLSgFgfB30n452TP3vjDAvFC973mA==}
|
|
79
79
|
|
|
80
|
-
'@chevrotain/cst-dts-gen@11.1.2':
|
|
81
|
-
resolution: {integrity: sha512-XTsjvDVB5nDZBQB8o0o/0ozNelQtn2KrUVteIHSlPd2VAV2utEb6JzyCJaJ8tGxACR4RiBNWy5uYUHX2eji88Q==}
|
|
82
|
-
|
|
83
|
-
'@chevrotain/gast@11.1.2':
|
|
84
|
-
resolution: {integrity: sha512-Z9zfXR5jNZb1Hlsd/p+4XWeUFugrHirq36bKzPWDSIacV+GPSVXdk+ahVWZTwjhNwofAWg/sZg58fyucKSQx5g==}
|
|
85
|
-
|
|
86
|
-
'@chevrotain/regexp-to-ast@11.1.2':
|
|
87
|
-
resolution: {integrity: sha512-nMU3Uj8naWer7xpZTYJdxbAs6RIv/dxYzkYU8GSwgUtcAAlzjcPfX1w+RKRcYG8POlzMeayOQ/znfwxEGo5ulw==}
|
|
88
|
-
|
|
89
80
|
'@chevrotain/types@11.1.2':
|
|
90
81
|
resolution: {integrity: sha512-U+HFai5+zmJCkK86QsaJtoITlboZHBqrVketcO2ROv865xfCMSFpELQoz1GkX5GzME8pTa+3kbKrZHQtI0gdbw==}
|
|
91
82
|
|
|
92
|
-
'@chevrotain/utils@11.1.2':
|
|
93
|
-
resolution: {integrity: sha512-4mudFAQ6H+MqBTfqLmU7G1ZwRzCLfJEooL/fsF6rCX5eePMbGhoy5n4g+G4vlh2muDcsCTJtL+uKbOzWxs5LHA==}
|
|
94
|
-
|
|
95
83
|
'@docsearch/css@4.6.0':
|
|
96
84
|
resolution: {integrity: sha512-YlcAimkXclvqta47g47efzCM5CFxDwv2ClkDfEs/fC/Ak0OxPH2b3czwa4o8O1TRBf+ujFF2RiUwszz2fPVNJQ==}
|
|
97
85
|
|
|
@@ -290,19 +278,19 @@ packages:
|
|
|
290
278
|
'@iconify/types@2.0.0':
|
|
291
279
|
resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==}
|
|
292
280
|
|
|
293
|
-
'@iconify/utils@3.1.
|
|
294
|
-
resolution: {integrity: sha512-
|
|
281
|
+
'@iconify/utils@3.1.3':
|
|
282
|
+
resolution: {integrity: sha512-LPKOXPn/zV+zis1oOfGWogaXVpqUybF3ZS6SCZIsz8vg0ivVp9+fVqyYB7xq0aiST/VhUQYGO1qo6uoYSiEJqw==}
|
|
295
283
|
|
|
296
|
-
'@iconify/vue@5.0.
|
|
297
|
-
resolution: {integrity: sha512-
|
|
284
|
+
'@iconify/vue@5.0.1':
|
|
285
|
+
resolution: {integrity: sha512-aumwwooJlFJ5H5qYWB6ZTAyM0C8hpfcSVLB9/a3qnH1GGvIJ+FEbpEs4s/HfErYe/M5qZeLjwmESR5fFm3lXEw==}
|
|
298
286
|
peerDependencies:
|
|
299
|
-
vue: '>=3'
|
|
287
|
+
vue: '>=3.0.0'
|
|
300
288
|
|
|
301
|
-
'@internationalized/date@3.12.
|
|
302
|
-
resolution: {integrity: sha512
|
|
289
|
+
'@internationalized/date@3.12.2':
|
|
290
|
+
resolution: {integrity: sha512-FY1Y+H64NDs+HAF6omlnWxm3mEpfgaCSWtL5l551ZZfImA+kGjPFgrnJrGjH6lfmLL0g8Z/mBu1R3kufeCp6Jw==}
|
|
303
291
|
|
|
304
|
-
'@internationalized/number@3.6.
|
|
305
|
-
resolution: {integrity: sha512-
|
|
292
|
+
'@internationalized/number@3.6.7':
|
|
293
|
+
resolution: {integrity: sha512-3ji1fcrT+FPAK86UqEhB/psHixYo6niWPJtt7+qRaYFynt/BaJG8GhAPimtWUpEiVSTq8ZM8L5psMxGquiB/Vg==}
|
|
306
294
|
|
|
307
295
|
'@jridgewell/gen-mapping@0.3.13':
|
|
308
296
|
resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
|
|
@@ -323,8 +311,8 @@ packages:
|
|
|
323
311
|
'@mermaid-js/mermaid-mindmap@9.3.0':
|
|
324
312
|
resolution: {integrity: sha512-IhtYSVBBRYviH1Ehu8gk69pMDF8DSRqXBRDMWrEfHoaMruHeaP2DXA3PBnuwsMaCdPQhlUUcy/7DBLAEIXvCAw==}
|
|
325
313
|
|
|
326
|
-
'@mermaid-js/parser@1.
|
|
327
|
-
resolution: {integrity: sha512-
|
|
314
|
+
'@mermaid-js/parser@1.1.1':
|
|
315
|
+
resolution: {integrity: sha512-VuHdsYMK1bT6X2JbcAaWAhugTRvRBRyuZgd+c22swUeI9g/ntaxF7CY7dYarhZovofCbUNO0G7JesfmNtjYOCw==}
|
|
328
316
|
|
|
329
317
|
'@napi-rs/wasm-runtime@1.1.1':
|
|
330
318
|
resolution: {integrity: sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A==}
|
|
@@ -624,8 +612,8 @@ packages:
|
|
|
624
612
|
'@shikijs/vscode-textmate@10.0.2':
|
|
625
613
|
resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==}
|
|
626
614
|
|
|
627
|
-
'@swc/helpers@0.5.
|
|
628
|
-
resolution: {integrity: sha512-
|
|
615
|
+
'@swc/helpers@0.5.23':
|
|
616
|
+
resolution: {integrity: sha512-5lSsMOTXURePglDfvuAQUqkGek9Hg2kksOYay2m0+XR++b2NWYL/4sWyuvVBIs8oKnJaxkdi9whaL/sqN13afw==}
|
|
629
617
|
|
|
630
618
|
'@tailwindcss/node@4.2.1':
|
|
631
619
|
resolution: {integrity: sha512-jlx6sLk4EOwO6hHe1oCGm1Q4AN/s0rSrTTPBGPM0/RQ6Uylwq17FuU8IeJJKEjtc6K6O07zsvP+gDO6MMWo7pg==}
|
|
@@ -726,11 +714,11 @@ packages:
|
|
|
726
714
|
peerDependencies:
|
|
727
715
|
vite: ^5.2.0 || ^6 || ^7
|
|
728
716
|
|
|
729
|
-
'@tanstack/virtual-core@3.
|
|
730
|
-
resolution: {integrity: sha512-
|
|
717
|
+
'@tanstack/virtual-core@3.17.0':
|
|
718
|
+
resolution: {integrity: sha512-gOxY/hFkPh/XQYhnThBHzkbkX3Ed+z/iushyz+R+JAr213aXxUDgQoTgTdrDpBSRsjFM73P/KfUyWmaF9WHMkQ==}
|
|
731
719
|
|
|
732
|
-
'@tanstack/vue-virtual@3.13.
|
|
733
|
-
resolution: {integrity: sha512-
|
|
720
|
+
'@tanstack/vue-virtual@3.13.28':
|
|
721
|
+
resolution: {integrity: sha512-A+jWpXtMpWXKhGLKQrXeC9mk1VgYeMWSJ+o0CTCEi+HLYMSQFdVmPG9lJz7d4XJyIkc5xVwZU9QY67QpScqnxA==}
|
|
734
722
|
peerDependencies:
|
|
735
723
|
vue: ^2.7.0 || ^3.0.0
|
|
736
724
|
|
|
@@ -883,23 +871,23 @@ packages:
|
|
|
883
871
|
vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
884
872
|
vue: ^3.2.25
|
|
885
873
|
|
|
886
|
-
'@voidzero-dev/vitepress-theme@4.8.
|
|
887
|
-
resolution: {integrity: sha512-
|
|
874
|
+
'@voidzero-dev/vitepress-theme@4.8.4':
|
|
875
|
+
resolution: {integrity: sha512-o7R2g9OPu5iLW3R4PNkj+JRSIncO8f1hTY0YvO13OMP/kytKUn8MLhy4kTvx+IMRSLeqrGfrBpze/OEPKzcLUQ==}
|
|
888
876
|
peerDependencies:
|
|
889
877
|
vitepress: ^2.0.0-alpha.16
|
|
890
878
|
vue: ^3.5.0
|
|
891
879
|
|
|
892
|
-
'@vue/compiler-core@3.5.
|
|
893
|
-
resolution: {integrity: sha512-
|
|
880
|
+
'@vue/compiler-core@3.5.35':
|
|
881
|
+
resolution: {integrity: sha512-BUmHaR1J+O+CKZ9uJucdVTEr1LHsdyvv7vG3eNRhK3CczEHeMd/LtsHAuD7PbrxvI2envCY2v7HI1vC1aBRzKw==}
|
|
894
882
|
|
|
895
|
-
'@vue/compiler-dom@3.5.
|
|
896
|
-
resolution: {integrity: sha512-
|
|
883
|
+
'@vue/compiler-dom@3.5.35':
|
|
884
|
+
resolution: {integrity: sha512-k+bprkXxuqhVajgTx5mUHuir7TwQzUKOWR40ng1ncAqQRPnrLngGGgqVEEhOnTMlc8btHYVKmrP8s5Qyg0hvYA==}
|
|
897
885
|
|
|
898
|
-
'@vue/compiler-sfc@3.5.
|
|
899
|
-
resolution: {integrity: sha512-
|
|
886
|
+
'@vue/compiler-sfc@3.5.35':
|
|
887
|
+
resolution: {integrity: sha512-G5VPMcXTSywXBgtFOZOnHKBxKSrwXUcvY1iaF5/hRcy7t0J6CH/d8ha9F4nzi00Fax1eLV0QHM7v4mQu68jydw==}
|
|
900
888
|
|
|
901
|
-
'@vue/compiler-ssr@3.5.
|
|
902
|
-
resolution: {integrity: sha512-
|
|
889
|
+
'@vue/compiler-ssr@3.5.35':
|
|
890
|
+
resolution: {integrity: sha512-rGhAeXgdM7/ffTJGXT69rCCdTmjDewnFuUZfBQQHTdcEBeWdT5HCGY60y2ytLJr9/Dsu7IntUi5z/w0h6Rjnzw==}
|
|
903
891
|
|
|
904
892
|
'@vue/devtools-api@8.1.0':
|
|
905
893
|
resolution: {integrity: sha512-O44X57jjkLKbLEc4OgL/6fEPOOanRJU8kYpCE8qfKlV96RQZcdzrcLI5mxMuVRUeXhHKIHGhCpHacyCk0HyO4w==}
|
|
@@ -910,28 +898,33 @@ packages:
|
|
|
910
898
|
'@vue/devtools-shared@8.1.0':
|
|
911
899
|
resolution: {integrity: sha512-h8uCb4Qs8UT8VdTT5yjY6tOJ//qH7EpxToixR0xqejR55t5OdISIg7AJ7eBkhBs8iu1qG5gY3QQNN1DF1EelAA==}
|
|
912
900
|
|
|
913
|
-
'@vue/reactivity@3.5.
|
|
914
|
-
resolution: {integrity: sha512-
|
|
901
|
+
'@vue/reactivity@3.5.35':
|
|
902
|
+
resolution: {integrity: sha512-tVc+SsHConvh/Lz64qq1pP3rYArBmK42xonovEcxY74SQtvctZodG/zhq54P5dr38cVuw25d27cPNRdlMidpGQ==}
|
|
915
903
|
|
|
916
|
-
'@vue/runtime-core@3.5.
|
|
917
|
-
resolution: {integrity: sha512-
|
|
904
|
+
'@vue/runtime-core@3.5.35':
|
|
905
|
+
resolution: {integrity: sha512-A/xFNX9loIcWDygeQuNCfKuh0CoYBzxhqEMNah5TSFg9Z53DrFYEN2qi5CU9necjM1OWYegYREUTHmXTmhfXtg==}
|
|
918
906
|
|
|
919
|
-
'@vue/runtime-dom@3.5.
|
|
920
|
-
resolution: {integrity: sha512-
|
|
907
|
+
'@vue/runtime-dom@3.5.35':
|
|
908
|
+
resolution: {integrity: sha512-odrJ1C391dbGnyDRh8U+rnP7J2amIEzfmRk5vXy7xi3aZhEXofTvpi0T4HJb6jlNqQZTNPR5MPHSB3RHNkIORA==}
|
|
921
909
|
|
|
922
|
-
'@vue/server-renderer@3.5.
|
|
923
|
-
resolution: {integrity: sha512-
|
|
910
|
+
'@vue/server-renderer@3.5.35':
|
|
911
|
+
resolution: {integrity: sha512-NkebSOYdB97wi8OQcO3HqzZSlymJi/aWsN/7h74OSVhRTm6qGs3Jp3e0rCXynmWwSlKeRrnlIug+ilYoHBmQDA==}
|
|
924
912
|
peerDependencies:
|
|
925
|
-
vue: 3.5.
|
|
913
|
+
vue: 3.5.35
|
|
926
914
|
|
|
927
|
-
'@vue/shared@3.5.
|
|
928
|
-
resolution: {integrity: sha512-
|
|
915
|
+
'@vue/shared@3.5.35':
|
|
916
|
+
resolution: {integrity: sha512-zSbjL7gRXwks2ZQLRGCajBtBXEOXW9Ddhn/HvSdrGkE2dqGnumzW8XtusRrxrE9LvqtiqDXQ+A60Hp6mvdYxfA==}
|
|
929
917
|
|
|
930
918
|
'@vueuse/core@14.2.1':
|
|
931
919
|
resolution: {integrity: sha512-3vwDzV+GDUNpdegRY6kzpLm4Igptq+GA0QkJ3W61Iv27YWwW/ufSlOfgQIpN6FZRMG0mkaz4gglJRtq5SeJyIQ==}
|
|
932
920
|
peerDependencies:
|
|
933
921
|
vue: ^3.5.0
|
|
934
922
|
|
|
923
|
+
'@vueuse/core@14.3.0':
|
|
924
|
+
resolution: {integrity: sha512-aHfz47g0ZhMtTVHmIzMVpJy8ePhhOy68GY5bv110+5DVtZ+W7BsOx+m61UNQqfrWyPztIHIanWa3E2tib3NFIw==}
|
|
925
|
+
peerDependencies:
|
|
926
|
+
vue: ^3.5.0
|
|
927
|
+
|
|
935
928
|
'@vueuse/integrations@14.2.1':
|
|
936
929
|
resolution: {integrity: sha512-2LIUpBi/67PoXJGqSDQUF0pgQWpNHh7beiA+KG2AbybcNm+pTGWT6oPGlBgUoDWmYwfeQqM/uzOHqcILpKL7nA==}
|
|
937
930
|
peerDependencies:
|
|
@@ -977,15 +970,18 @@ packages:
|
|
|
977
970
|
'@vueuse/metadata@14.2.1':
|
|
978
971
|
resolution: {integrity: sha512-1ButlVtj5Sb/HDtIy1HFr1VqCP4G6Ypqt5MAo0lCgjokrk2mvQKsK2uuy0vqu/Ks+sHfuHo0B9Y9jn9xKdjZsw==}
|
|
979
972
|
|
|
973
|
+
'@vueuse/metadata@14.3.0':
|
|
974
|
+
resolution: {integrity: sha512-BwxmbAzwAVF50+MW57GXOUEV61nFBGnlBvrTqj49PqWJu3uw7hdu72ztXeZ33RdZtDY6kO+bfCAE1PCn88Tktw==}
|
|
975
|
+
|
|
980
976
|
'@vueuse/shared@14.2.1':
|
|
981
977
|
resolution: {integrity: sha512-shTJncjV9JTI4oVNyF1FQonetYAiTBd+Qj7cY89SWbXSkx7gyhrgtEdF2ZAVWS1S3SHlaROO6F2IesJxQEkZBw==}
|
|
982
978
|
peerDependencies:
|
|
983
979
|
vue: ^3.5.0
|
|
984
980
|
|
|
985
|
-
|
|
986
|
-
resolution: {integrity: sha512-
|
|
987
|
-
|
|
988
|
-
|
|
981
|
+
'@vueuse/shared@14.3.0':
|
|
982
|
+
resolution: {integrity: sha512-bZpge9eSXwa4ToSiqJ7j6KRwhAsneMFoSz3LMWKQDkqimm3D/tbFlrklrs/IOqC8tEcYmXQZJ6N0UrjhBirVCg==}
|
|
983
|
+
peerDependencies:
|
|
984
|
+
vue: ^3.5.0
|
|
989
985
|
|
|
990
986
|
ansi-regex@5.0.1:
|
|
991
987
|
resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
|
|
@@ -1031,14 +1027,6 @@ packages:
|
|
|
1031
1027
|
character-entities@2.0.2:
|
|
1032
1028
|
resolution: {integrity: sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==}
|
|
1033
1029
|
|
|
1034
|
-
chevrotain-allstar@0.3.1:
|
|
1035
|
-
resolution: {integrity: sha512-b7g+y9A0v4mxCW1qUhf3BSVPg+/NvGErk/dOkrDaHA0nQIQGAtrOjlX//9OQtRlSCy+x9rfB5N8yC71lH1nvMw==}
|
|
1036
|
-
peerDependencies:
|
|
1037
|
-
chevrotain: ^11.0.0
|
|
1038
|
-
|
|
1039
|
-
chevrotain@11.1.2:
|
|
1040
|
-
resolution: {integrity: sha512-opLQzEVriiH1uUQ4Kctsd49bRoFDXGGSC4GUqj7pGyxM3RehRhvTlZJc1FL/Flew2p5uwxa1tUDWKzI4wNM8pg==}
|
|
1041
|
-
|
|
1042
1030
|
cliui@8.0.1:
|
|
1043
1031
|
resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==}
|
|
1044
1032
|
engines: {node: '>=12'}
|
|
@@ -1061,9 +1049,6 @@ packages:
|
|
|
1061
1049
|
resolution: {integrity: sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==}
|
|
1062
1050
|
engines: {node: '>= 12'}
|
|
1063
1051
|
|
|
1064
|
-
confbox@0.1.8:
|
|
1065
|
-
resolution: {integrity: sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==}
|
|
1066
|
-
|
|
1067
1052
|
cose-base@1.0.3:
|
|
1068
1053
|
resolution: {integrity: sha512-s9whTXInMSgAp/NVXVNuVxVKzGH2qck3aQlVHxDCdAEPgtMKwc4Wq6/QKhgdEdgbLSi9rBTAcPoRa6JpiG4ksg==}
|
|
1069
1054
|
|
|
@@ -1088,8 +1073,8 @@ packages:
|
|
|
1088
1073
|
peerDependencies:
|
|
1089
1074
|
cytoscape: ^3.2.0
|
|
1090
1075
|
|
|
1091
|
-
cytoscape@3.33.
|
|
1092
|
-
resolution: {integrity: sha512-
|
|
1076
|
+
cytoscape@3.33.4:
|
|
1077
|
+
resolution: {integrity: sha512-HIN5Pmd9MrX9BkV7tDwnOcEJCSFvCpc8X97h3f508J6I5FsqAY65wKOCvgH2CuP42CaahWaz4tuh32SOOIH7ww==}
|
|
1093
1078
|
engines: {node: '>=0.10'}
|
|
1094
1079
|
|
|
1095
1080
|
d3-array@2.12.1:
|
|
@@ -1234,8 +1219,8 @@ packages:
|
|
|
1234
1219
|
dagre-d3-es@7.0.14:
|
|
1235
1220
|
resolution: {integrity: sha512-P4rFMVq9ESWqmOgK+dlXvOtLwYg0i7u0HBGJER0LZDJT2VHIPAMZ/riPxqJceWMStH5+E61QxFra9kIS3AqdMg==}
|
|
1236
1221
|
|
|
1237
|
-
dayjs@1.11.
|
|
1238
|
-
resolution: {integrity: sha512-
|
|
1222
|
+
dayjs@1.11.21:
|
|
1223
|
+
resolution: {integrity: sha512-98IT+HOahAisibz/yjKbzuOBwYcjJ7BCLPzARyHiyEBmRz4fatF+KPJszEHXsGYjUG234aH/cOjW1wwTbKUZlA==}
|
|
1239
1224
|
|
|
1240
1225
|
debug@4.4.3:
|
|
1241
1226
|
resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
|
|
@@ -1249,11 +1234,11 @@ packages:
|
|
|
1249
1234
|
decode-named-character-reference@1.3.0:
|
|
1250
1235
|
resolution: {integrity: sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==}
|
|
1251
1236
|
|
|
1252
|
-
defu@6.1.
|
|
1253
|
-
resolution: {integrity: sha512-
|
|
1237
|
+
defu@6.1.7:
|
|
1238
|
+
resolution: {integrity: sha512-7z22QmUWiQ/2d0KkdYmANbRUVABpZ9SNYyH5vx6PZ+nE5bcC0l7uFvEfHlyld/HcGBFTL536ClDt3DEcSlEJAQ==}
|
|
1254
1239
|
|
|
1255
|
-
delaunator@5.0
|
|
1256
|
-
resolution: {integrity: sha512-
|
|
1240
|
+
delaunator@5.1.0:
|
|
1241
|
+
resolution: {integrity: sha512-AGrQ4QSgssa1NGmWmLPqN5NY2KajF5MqxetNEO+o0n3ZwZZeTmt7bBnvzHWrmkZFxGgr4HdyFgelzgi06otLuQ==}
|
|
1257
1242
|
|
|
1258
1243
|
dequal@2.0.3:
|
|
1259
1244
|
resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==}
|
|
@@ -1266,8 +1251,8 @@ packages:
|
|
|
1266
1251
|
devlop@1.1.0:
|
|
1267
1252
|
resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==}
|
|
1268
1253
|
|
|
1269
|
-
dompurify@3.
|
|
1270
|
-
resolution: {integrity: sha512-
|
|
1254
|
+
dompurify@3.4.7:
|
|
1255
|
+
resolution: {integrity: sha512-2jBxDJY4RR06tQNy4w5FlFH7kfxsQZlufd0sbv+chfHCxeJwrFw2baUDsSwvBISD4K4RDbd0PTfy3uNXsR6siA==}
|
|
1271
1256
|
|
|
1272
1257
|
emoji-regex@8.0.0:
|
|
1273
1258
|
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
|
|
@@ -1284,6 +1269,9 @@ packages:
|
|
|
1284
1269
|
resolution: {integrity: sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==}
|
|
1285
1270
|
engines: {node: '>=0.12'}
|
|
1286
1271
|
|
|
1272
|
+
es-toolkit@1.47.0:
|
|
1273
|
+
resolution: {integrity: sha512-n1GuoD0WEQZMBk5tttoZSqwgyLx01oqa5XsBmCHwPyNe1S9jPBEmtR2pSgp2kJuWE3ciFZ6yRHmY4pM4C3OOkw==}
|
|
1274
|
+
|
|
1287
1275
|
esbuild@0.27.4:
|
|
1288
1276
|
resolution: {integrity: sha512-Rq4vbHnYkK5fws5NF7MYTU68FPRE1ajX7heQ/8QXXWqNgqqJ/GkmmyxIzUnf2Sr/bakf8l54716CcMGHYhMrrQ==}
|
|
1289
1277
|
engines: {node: '>=18'}
|
|
@@ -1324,8 +1312,8 @@ packages:
|
|
|
1324
1312
|
picomatch:
|
|
1325
1313
|
optional: true
|
|
1326
1314
|
|
|
1327
|
-
focus-trap@
|
|
1328
|
-
resolution: {integrity: sha512
|
|
1315
|
+
focus-trap@8.2.1:
|
|
1316
|
+
resolution: {integrity: sha512-6CxwrrFRquH7pDXb1mWxudkU9LSfYBMRZutpgddb2o6iwCk7cIRrBhyY3c8SGKcmIKdeMTrGSNg4Bedh2RSF/w==}
|
|
1329
1317
|
|
|
1330
1318
|
format@0.2.2:
|
|
1331
1319
|
resolution: {integrity: sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==}
|
|
@@ -1366,6 +1354,9 @@ packages:
|
|
|
1366
1354
|
resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==}
|
|
1367
1355
|
engines: {node: '>=0.10.0'}
|
|
1368
1356
|
|
|
1357
|
+
import-meta-resolve@4.2.0:
|
|
1358
|
+
resolution: {integrity: sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==}
|
|
1359
|
+
|
|
1369
1360
|
internmap@1.0.1:
|
|
1370
1361
|
resolution: {integrity: sha512-lDB5YccMydFBtasVtxnZ3MRBHuaoE8GKsppq+EchKL2U4nK/DmEpPHNH8MZe5HkMtpSiTSOZwfN0tzYjO/lJEw==}
|
|
1371
1362
|
|
|
@@ -1396,8 +1387,8 @@ packages:
|
|
|
1396
1387
|
resolution: {integrity: sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==}
|
|
1397
1388
|
hasBin: true
|
|
1398
1389
|
|
|
1399
|
-
katex@0.16.
|
|
1400
|
-
resolution: {integrity: sha512-
|
|
1390
|
+
katex@0.16.47:
|
|
1391
|
+
resolution: {integrity: sha512-Eeo8Ys1doU1z+x8AZsPpQu+p/QcZBI5PeOo7QGQdy2x2m0MU/hYagBbGOmXwr5KVbEfVuWv9LpnQWeehogurjg==}
|
|
1401
1392
|
hasBin: true
|
|
1402
1393
|
|
|
1403
1394
|
khroma@2.1.0:
|
|
@@ -1407,10 +1398,6 @@ packages:
|
|
|
1407
1398
|
resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==}
|
|
1408
1399
|
engines: {node: '>=0.10.0'}
|
|
1409
1400
|
|
|
1410
|
-
langium@4.2.1:
|
|
1411
|
-
resolution: {integrity: sha512-zu9QWmjpzJcomzdJQAHgDVhLGq5bLosVak1KVa40NzQHXfqr4eAHupvnPOVXEoLkg6Ocefvf/93d//SB7du4YQ==}
|
|
1412
|
-
engines: {node: '>=20.10.0', npm: '>=10.2.3'}
|
|
1413
|
-
|
|
1414
1401
|
layout-base@1.0.2:
|
|
1415
1402
|
resolution: {integrity: sha512-8h2oVEZNktL4BH2JCOI90iD1yXwL6iNW7KcCKT2QZgQJR2vbqDsldCTPRU9NifTCqHZci57XvQQ15YTu+sTYPg==}
|
|
1416
1403
|
|
|
@@ -1491,11 +1478,11 @@ packages:
|
|
|
1491
1478
|
resolution: {integrity: sha512-l51N2r93WmGUye3WuFoN5k10zyvrVs0qfKBhyC5ogUQ6Ew6JUSswh78mbSO+IU3nTWsyOArqPCcShdQSadghBQ==}
|
|
1492
1479
|
engines: {node: '>= 12.0.0'}
|
|
1493
1480
|
|
|
1494
|
-
linkify-it@5.0.
|
|
1495
|
-
resolution: {integrity: sha512-
|
|
1481
|
+
linkify-it@5.0.1:
|
|
1482
|
+
resolution: {integrity: sha512-wVoTjP4Q6R0NW5hiZkVJaFZPWgtXfoGF+6LucL3/FtiNjmcHhYjEr5f1Kqjirc1nBW07J/ZuRFumqr2oqccEWg==}
|
|
1496
1483
|
|
|
1497
|
-
lodash-es@4.
|
|
1498
|
-
resolution: {integrity: sha512-
|
|
1484
|
+
lodash-es@4.18.1:
|
|
1485
|
+
resolution: {integrity: sha512-J8xewKD/Gk22OZbhpOVSwcs60zhd95ESDwezOFuA3/099925PdHJ7OFHNTGtajL3AlZkykD32HykiMo+BIBI8A==}
|
|
1499
1486
|
|
|
1500
1487
|
longest-streak@3.1.0:
|
|
1501
1488
|
resolution: {integrity: sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==}
|
|
@@ -1510,8 +1497,8 @@ packages:
|
|
|
1510
1497
|
mark.js@8.11.1:
|
|
1511
1498
|
resolution: {integrity: sha512-1I+1qpDt4idfgLQG+BNWmrqku+7/2bi5nLf4YwF8y8zXvmfiTBY3PV3ZibfrjBueCByROpuBjLLFCajqkgYoLQ==}
|
|
1512
1499
|
|
|
1513
|
-
markdown-it@14.
|
|
1514
|
-
resolution: {integrity: sha512-
|
|
1500
|
+
markdown-it@14.2.0:
|
|
1501
|
+
resolution: {integrity: sha512-1TGiQiJVRQ3NPmZH6sx5Cfnmg6GQm9jvC1ch4TK511NjSJvjzKLzn5pPfZRNZkRPZP0HqCioSndqH8v2nRaWVQ==}
|
|
1515
1502
|
hasBin: true
|
|
1516
1503
|
|
|
1517
1504
|
markdown-title@1.0.2:
|
|
@@ -1544,8 +1531,8 @@ packages:
|
|
|
1544
1531
|
mdurl@2.0.0:
|
|
1545
1532
|
resolution: {integrity: sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==}
|
|
1546
1533
|
|
|
1547
|
-
mermaid@11.
|
|
1548
|
-
resolution: {integrity: sha512-
|
|
1534
|
+
mermaid@11.15.0:
|
|
1535
|
+
resolution: {integrity: sha512-pTMbcf3rWdtLiYGpmoTjHEpeY8seiy6sR+9nD7LOs8KfUbHE4lOUAprTRqRAcWSQ6MQpdX+YEsxShtGsINtPtw==}
|
|
1549
1536
|
|
|
1550
1537
|
micromark-core-commonmark@2.0.3:
|
|
1551
1538
|
resolution: {integrity: sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==}
|
|
@@ -1624,14 +1611,11 @@ packages:
|
|
|
1624
1611
|
minisearch@7.2.0:
|
|
1625
1612
|
resolution: {integrity: sha512-dqT2XBYUOZOiC5t2HRnwADjhNS2cecp9u+TJRiJ1Qp/f5qjkeT5APcGPjHw+bz89Ms8Jp+cG4AlE+QZ/QnDglg==}
|
|
1626
1613
|
|
|
1627
|
-
mlly@1.8.1:
|
|
1628
|
-
resolution: {integrity: sha512-SnL6sNutTwRWWR/vcmCYHSADjiEesp5TGQQ0pXyLhW5IoeibRlF/CbSLailbB3CNqJUk9cVJ9dUDnbD7GrcHBQ==}
|
|
1629
|
-
|
|
1630
1614
|
ms@2.1.3:
|
|
1631
1615
|
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
|
1632
1616
|
|
|
1633
|
-
nanoid@3.3.
|
|
1634
|
-
resolution: {integrity: sha512-
|
|
1617
|
+
nanoid@3.3.12:
|
|
1618
|
+
resolution: {integrity: sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==}
|
|
1635
1619
|
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
|
1636
1620
|
hasBin: true
|
|
1637
1621
|
|
|
@@ -1664,9 +1648,6 @@ packages:
|
|
|
1664
1648
|
path-to-regexp@6.3.0:
|
|
1665
1649
|
resolution: {integrity: sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==}
|
|
1666
1650
|
|
|
1667
|
-
pathe@2.0.3:
|
|
1668
|
-
resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==}
|
|
1669
|
-
|
|
1670
1651
|
perfect-debounce@2.1.0:
|
|
1671
1652
|
resolution: {integrity: sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==}
|
|
1672
1653
|
|
|
@@ -1680,9 +1661,6 @@ packages:
|
|
|
1680
1661
|
resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
|
|
1681
1662
|
engines: {node: '>=12'}
|
|
1682
1663
|
|
|
1683
|
-
pkg-types@1.3.1:
|
|
1684
|
-
resolution: {integrity: sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==}
|
|
1685
|
-
|
|
1686
1664
|
points-on-curve@0.2.0:
|
|
1687
1665
|
resolution: {integrity: sha512-0mYKnYYe9ZcqMCWhUjItv/oHjvgEsfKvnUTg8sAtnHr3GVy7rGkXCb6d5cSyqrWqL4k81b9CPg3urd+T7aop3A==}
|
|
1688
1666
|
|
|
@@ -1693,8 +1671,8 @@ packages:
|
|
|
1693
1671
|
resolution: {integrity: sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==}
|
|
1694
1672
|
engines: {node: '>=4'}
|
|
1695
1673
|
|
|
1696
|
-
postcss@8.5.
|
|
1697
|
-
resolution: {integrity: sha512-
|
|
1674
|
+
postcss@8.5.15:
|
|
1675
|
+
resolution: {integrity: sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==}
|
|
1698
1676
|
engines: {node: ^10 || ^12 || >=14}
|
|
1699
1677
|
|
|
1700
1678
|
pretty-bytes@7.1.0:
|
|
@@ -1735,8 +1713,8 @@ packages:
|
|
|
1735
1713
|
regex@6.1.0:
|
|
1736
1714
|
resolution: {integrity: sha512-6VwtthbV4o/7+OaAF9I5L5V3llLEsoPyq9P1JVXkedTP33c7MfCG0/5NOPcSJn0TzXcG9YUrR0gQSWioew3LDg==}
|
|
1737
1715
|
|
|
1738
|
-
reka-ui@2.9.
|
|
1739
|
-
resolution: {integrity: sha512-/
|
|
1716
|
+
reka-ui@2.9.9:
|
|
1717
|
+
resolution: {integrity: sha512-/e+hdF9vP8E2kPrKR4RdgMQQsfpCr8l436Zn8GRWM3jKT9EG1lOO/UFMGBVEnrMLOVoJSjjmIFrej4tMOb+6qQ==}
|
|
1740
1718
|
peerDependencies:
|
|
1741
1719
|
vue: '>= 3.4.0'
|
|
1742
1720
|
|
|
@@ -1756,8 +1734,8 @@ packages:
|
|
|
1756
1734
|
resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==}
|
|
1757
1735
|
engines: {node: '>=0.10.0'}
|
|
1758
1736
|
|
|
1759
|
-
robust-predicates@3.0.
|
|
1760
|
-
resolution: {integrity: sha512-
|
|
1737
|
+
robust-predicates@3.0.3:
|
|
1738
|
+
resolution: {integrity: sha512-NS3levdsRIUOmiJ8FZWCP7LG3QpJyrs/TE0Zpf1yvZu8cAJJ6QMW92H1c7kWpdIHo8RvmLxN/o2JXTKHp74lUA==}
|
|
1761
1739
|
|
|
1762
1740
|
rollup@4.59.0:
|
|
1763
1741
|
resolution: {integrity: sha512-2oMpl67a3zCH9H79LeMcbDhXW/UmWG/y2zuqnF2jQq5uq9TbM9TVyXvA4+t+ne2IIkBdrLpAaRQAvo7YI/Yyeg==}
|
|
@@ -1808,8 +1786,8 @@ packages:
|
|
|
1808
1786
|
resolution: {integrity: sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==}
|
|
1809
1787
|
engines: {node: '>=0.10.0'}
|
|
1810
1788
|
|
|
1811
|
-
stylis@4.
|
|
1812
|
-
resolution: {integrity: sha512-
|
|
1789
|
+
stylis@4.4.0:
|
|
1790
|
+
resolution: {integrity: sha512-5Z9ZpRzfuH6l/UAvCPAPUo3665Nk2wLaZU3x+TLHKVzIz33+sbJqbtrYoC3KD4/uVOr2Zp+L0LySezP9OHV9yA==}
|
|
1813
1791
|
|
|
1814
1792
|
tabbable@6.4.0:
|
|
1815
1793
|
resolution: {integrity: sha512-05PUHKSNE8ou2dwIxTngl4EzcnsCDZGJ/iCLtDflR/SHB/ny14rXc+qU5P4mG9JkusiV7EivzY9Mhm55AzAvCg==}
|
|
@@ -1817,12 +1795,15 @@ packages:
|
|
|
1817
1795
|
tailwindcss@4.2.1:
|
|
1818
1796
|
resolution: {integrity: sha512-/tBrSQ36vCleJkAOsy9kbNTgaxvGbyOamC30PRePTQe/o1MFwEKHQk4Cn7BNGaPtjp+PuUrByJehM1hgxfq4sw==}
|
|
1819
1797
|
|
|
1798
|
+
tailwindcss@4.3.0:
|
|
1799
|
+
resolution: {integrity: sha512-y6nxMGB1nMW9R6k96e5gdIFzcfL/gTJRNaqGes1YvkLnPVXzWgbqFF2yLC0T8G774n24cx3Pe8XrKoniCOAH+Q==}
|
|
1800
|
+
|
|
1820
1801
|
tapable@2.3.0:
|
|
1821
1802
|
resolution: {integrity: sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==}
|
|
1822
1803
|
engines: {node: '>=6'}
|
|
1823
1804
|
|
|
1824
|
-
tinyexec@1.
|
|
1825
|
-
resolution: {integrity: sha512-
|
|
1805
|
+
tinyexec@1.2.4:
|
|
1806
|
+
resolution: {integrity: sha512-SHf/r48b7vOrjve9PxJo3MN5v5yuyjHvdUcrQffT3WXMUfnGmHDVbC4k3sHJaJTgZCwpUplIaAo5ANtMyp3YHg==}
|
|
1826
1807
|
engines: {node: '>=18'}
|
|
1827
1808
|
|
|
1828
1809
|
tinyglobby@0.2.15:
|
|
@@ -1859,9 +1840,6 @@ packages:
|
|
|
1859
1840
|
uc.micro@2.1.0:
|
|
1860
1841
|
resolution: {integrity: sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==}
|
|
1861
1842
|
|
|
1862
|
-
ufo@1.6.3:
|
|
1863
|
-
resolution: {integrity: sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==}
|
|
1864
|
-
|
|
1865
1843
|
undici-types@7.16.0:
|
|
1866
1844
|
resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==}
|
|
1867
1845
|
|
|
@@ -1889,8 +1867,8 @@ packages:
|
|
|
1889
1867
|
util-deprecate@1.0.2:
|
|
1890
1868
|
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
|
|
1891
1869
|
|
|
1892
|
-
uuid@
|
|
1893
|
-
resolution: {integrity: sha512-
|
|
1870
|
+
uuid@14.0.0:
|
|
1871
|
+
resolution: {integrity: sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==}
|
|
1894
1872
|
hasBin: true
|
|
1895
1873
|
|
|
1896
1874
|
vfile-message@4.0.3:
|
|
@@ -1947,9 +1925,9 @@ packages:
|
|
|
1947
1925
|
vite:
|
|
1948
1926
|
optional: true
|
|
1949
1927
|
|
|
1950
|
-
vitepress-plugin-llms@1.
|
|
1951
|
-
resolution: {integrity: sha512-
|
|
1952
|
-
engines: {node: '>=18
|
|
1928
|
+
vitepress-plugin-llms@1.13.1:
|
|
1929
|
+
resolution: {integrity: sha512-m+rxyghF5INi8hBw0huFPx6+VvaX1tDGvw1H7FdXowaZJ3dcRY5ShgbmK1AQlmeOFMdd16H8WarhSHLPXF/2OA==}
|
|
1930
|
+
engines: {node: '>=18'}
|
|
1953
1931
|
|
|
1954
1932
|
vitepress-plugin-mermaid@2.0.17:
|
|
1955
1933
|
resolution: {integrity: sha512-IUzYpwf61GC6k0XzfmAmNrLvMi9TRrVRMsUyCA8KNXhg/mQ1VqWnO0/tBVPiX5UoKF1mDUwqn5QV4qAJl6JnUg==}
|
|
@@ -1957,8 +1935,8 @@ packages:
|
|
|
1957
1935
|
mermaid: 10 || 11
|
|
1958
1936
|
vitepress: ^1.0.0 || ^1.0.0-alpha
|
|
1959
1937
|
|
|
1960
|
-
vitepress@2.0.0-alpha.
|
|
1961
|
-
resolution: {integrity: sha512-
|
|
1938
|
+
vitepress@2.0.0-alpha.17:
|
|
1939
|
+
resolution: {integrity: sha512-Z3VPUpwk/bHYqt1uMVOOK1/4xFiWQov1GNc2FvMdz6kvje4JRXEOngVI9C+bi5jeedMSHiA4dwKkff1NCvbZ9Q==}
|
|
1962
1940
|
hasBin: true
|
|
1963
1941
|
peerDependencies:
|
|
1964
1942
|
markdown-it-mathjax3: ^4
|
|
@@ -1972,26 +1950,6 @@ packages:
|
|
|
1972
1950
|
postcss:
|
|
1973
1951
|
optional: true
|
|
1974
1952
|
|
|
1975
|
-
vscode-jsonrpc@8.2.0:
|
|
1976
|
-
resolution: {integrity: sha512-C+r0eKJUIfiDIfwJhria30+TYWPtuHJXHtI7J0YlOmKAo7ogxP20T0zxB7HZQIFhIyvoBPwWskjxrvAtfjyZfA==}
|
|
1977
|
-
engines: {node: '>=14.0.0'}
|
|
1978
|
-
|
|
1979
|
-
vscode-languageserver-protocol@3.17.5:
|
|
1980
|
-
resolution: {integrity: sha512-mb1bvRJN8SVznADSGWM9u/b07H7Ecg0I3OgXDuLdn307rl/J3A9YD6/eYOssqhecL27hK1IPZAsaqh00i/Jljg==}
|
|
1981
|
-
|
|
1982
|
-
vscode-languageserver-textdocument@1.0.12:
|
|
1983
|
-
resolution: {integrity: sha512-cxWNPesCnQCcMPeenjKKsOCKQZ/L6Tv19DTRIGuLWe32lyzWhihGVJ/rcckZXJxfdKCFvRLS3fpBIsV/ZGX4zA==}
|
|
1984
|
-
|
|
1985
|
-
vscode-languageserver-types@3.17.5:
|
|
1986
|
-
resolution: {integrity: sha512-Ld1VelNuX9pdF39h2Hgaeb5hEZM2Z3jUrrMgWQAu82jMtZp7p3vJT3BzToKtZI7NgQssZje5o0zryOrhQvzQAg==}
|
|
1987
|
-
|
|
1988
|
-
vscode-languageserver@9.0.1:
|
|
1989
|
-
resolution: {integrity: sha512-woByF3PDpkHFUreUa7Hos7+pUWdeWMXRd26+ZX2A8cFx6v/JPTtd4/uN0/jB6XQHYaOlHbio03NTHCqrgG5n7g==}
|
|
1990
|
-
hasBin: true
|
|
1991
|
-
|
|
1992
|
-
vscode-uri@3.1.0:
|
|
1993
|
-
resolution: {integrity: sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==}
|
|
1994
|
-
|
|
1995
1953
|
vue-demi@0.14.10:
|
|
1996
1954
|
resolution: {integrity: sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==}
|
|
1997
1955
|
engines: {node: '>=12'}
|
|
@@ -2003,13 +1961,13 @@ packages:
|
|
|
2003
1961
|
'@vue/composition-api':
|
|
2004
1962
|
optional: true
|
|
2005
1963
|
|
|
2006
|
-
vue3-carousel@0.
|
|
2007
|
-
resolution: {integrity: sha512-
|
|
1964
|
+
vue3-carousel@0.17.0:
|
|
1965
|
+
resolution: {integrity: sha512-kvb2CRpsEtLGSbiOq/fXfayMJeiwMMjnNSbqWI/Ee7tgfY/ofNanRuhpd7WRVtDdzJY1HvygdLawlBhIyJTM2w==}
|
|
2008
1966
|
peerDependencies:
|
|
2009
1967
|
vue: ^3.5.0
|
|
2010
1968
|
|
|
2011
|
-
vue@3.5.
|
|
2012
|
-
resolution: {integrity: sha512-
|
|
1969
|
+
vue@3.5.35:
|
|
1970
|
+
resolution: {integrity: sha512-cx89fnr+0kVGHiNFG6y6s0bdjypJRFNZn6x3WPstNdQR1bi1mbB7h4v5IBGTsPJU3nK1+0Iqj3Zf+hZWMieR4Q==}
|
|
2013
1971
|
peerDependencies:
|
|
2014
1972
|
typescript: '*'
|
|
2015
1973
|
peerDependenciesMeta:
|
|
@@ -2040,43 +1998,28 @@ snapshots:
|
|
|
2040
1998
|
'@antfu/install-pkg@1.1.0':
|
|
2041
1999
|
dependencies:
|
|
2042
2000
|
package-manager-detector: 1.6.0
|
|
2043
|
-
tinyexec: 1.
|
|
2001
|
+
tinyexec: 1.2.4
|
|
2044
2002
|
|
|
2045
|
-
'@babel/helper-string-parser@7.
|
|
2003
|
+
'@babel/helper-string-parser@7.29.7': {}
|
|
2046
2004
|
|
|
2047
|
-
'@babel/helper-validator-identifier@7.
|
|
2005
|
+
'@babel/helper-validator-identifier@7.29.7': {}
|
|
2048
2006
|
|
|
2049
|
-
'@babel/parser@7.29.
|
|
2007
|
+
'@babel/parser@7.29.7':
|
|
2050
2008
|
dependencies:
|
|
2051
|
-
'@babel/types': 7.29.
|
|
2009
|
+
'@babel/types': 7.29.7
|
|
2052
2010
|
|
|
2053
|
-
'@babel/types@7.29.
|
|
2011
|
+
'@babel/types@7.29.7':
|
|
2054
2012
|
dependencies:
|
|
2055
|
-
'@babel/helper-string-parser': 7.
|
|
2056
|
-
'@babel/helper-validator-identifier': 7.
|
|
2013
|
+
'@babel/helper-string-parser': 7.29.7
|
|
2014
|
+
'@babel/helper-validator-identifier': 7.29.7
|
|
2057
2015
|
|
|
2058
2016
|
'@braintree/sanitize-url@6.0.4':
|
|
2059
2017
|
optional: true
|
|
2060
2018
|
|
|
2061
2019
|
'@braintree/sanitize-url@7.1.2': {}
|
|
2062
2020
|
|
|
2063
|
-
'@chevrotain/cst-dts-gen@11.1.2':
|
|
2064
|
-
dependencies:
|
|
2065
|
-
'@chevrotain/gast': 11.1.2
|
|
2066
|
-
'@chevrotain/types': 11.1.2
|
|
2067
|
-
lodash-es: 4.17.23
|
|
2068
|
-
|
|
2069
|
-
'@chevrotain/gast@11.1.2':
|
|
2070
|
-
dependencies:
|
|
2071
|
-
'@chevrotain/types': 11.1.2
|
|
2072
|
-
lodash-es: 4.17.23
|
|
2073
|
-
|
|
2074
|
-
'@chevrotain/regexp-to-ast@11.1.2': {}
|
|
2075
|
-
|
|
2076
2021
|
'@chevrotain/types@11.1.2': {}
|
|
2077
2022
|
|
|
2078
|
-
'@chevrotain/utils@11.1.2': {}
|
|
2079
|
-
|
|
2080
2023
|
'@docsearch/css@4.6.0': {}
|
|
2081
2024
|
|
|
2082
2025
|
'@docsearch/js@4.6.0': {}
|
|
@@ -2188,11 +2131,11 @@ snapshots:
|
|
|
2188
2131
|
|
|
2189
2132
|
'@floating-ui/utils@0.2.11': {}
|
|
2190
2133
|
|
|
2191
|
-
'@floating-ui/vue@1.1.11(vue@3.5.
|
|
2134
|
+
'@floating-ui/vue@1.1.11(vue@3.5.35(typescript@6.0.3))':
|
|
2192
2135
|
dependencies:
|
|
2193
2136
|
'@floating-ui/dom': 1.7.6
|
|
2194
2137
|
'@floating-ui/utils': 0.2.11
|
|
2195
|
-
vue-demi: 0.14.10(vue@3.5.
|
|
2138
|
+
vue-demi: 0.14.10(vue@3.5.35(typescript@6.0.3))
|
|
2196
2139
|
transitivePeerDependencies:
|
|
2197
2140
|
- '@vue/composition-api'
|
|
2198
2141
|
- vue
|
|
@@ -2211,24 +2154,24 @@ snapshots:
|
|
|
2211
2154
|
|
|
2212
2155
|
'@iconify/types@2.0.0': {}
|
|
2213
2156
|
|
|
2214
|
-
'@iconify/utils@3.1.
|
|
2157
|
+
'@iconify/utils@3.1.3':
|
|
2215
2158
|
dependencies:
|
|
2216
2159
|
'@antfu/install-pkg': 1.1.0
|
|
2217
2160
|
'@iconify/types': 2.0.0
|
|
2218
|
-
|
|
2161
|
+
import-meta-resolve: 4.2.0
|
|
2219
2162
|
|
|
2220
|
-
'@iconify/vue@5.0.
|
|
2163
|
+
'@iconify/vue@5.0.1(vue@3.5.35(typescript@6.0.3))':
|
|
2221
2164
|
dependencies:
|
|
2222
2165
|
'@iconify/types': 2.0.0
|
|
2223
|
-
vue: 3.5.
|
|
2166
|
+
vue: 3.5.35(typescript@6.0.3)
|
|
2224
2167
|
|
|
2225
|
-
'@internationalized/date@3.12.
|
|
2168
|
+
'@internationalized/date@3.12.2':
|
|
2226
2169
|
dependencies:
|
|
2227
|
-
'@swc/helpers': 0.5.
|
|
2170
|
+
'@swc/helpers': 0.5.23
|
|
2228
2171
|
|
|
2229
|
-
'@internationalized/number@3.6.
|
|
2172
|
+
'@internationalized/number@3.6.7':
|
|
2230
2173
|
dependencies:
|
|
2231
|
-
'@swc/helpers': 0.5.
|
|
2174
|
+
'@swc/helpers': 0.5.23
|
|
2232
2175
|
|
|
2233
2176
|
'@jridgewell/gen-mapping@0.3.13':
|
|
2234
2177
|
dependencies:
|
|
@@ -2252,17 +2195,17 @@ snapshots:
|
|
|
2252
2195
|
'@mermaid-js/mermaid-mindmap@9.3.0':
|
|
2253
2196
|
dependencies:
|
|
2254
2197
|
'@braintree/sanitize-url': 6.0.4
|
|
2255
|
-
cytoscape: 3.33.
|
|
2256
|
-
cytoscape-cose-bilkent: 4.1.0(cytoscape@3.33.
|
|
2257
|
-
cytoscape-fcose: 2.2.0(cytoscape@3.33.
|
|
2198
|
+
cytoscape: 3.33.4
|
|
2199
|
+
cytoscape-cose-bilkent: 4.1.0(cytoscape@3.33.4)
|
|
2200
|
+
cytoscape-fcose: 2.2.0(cytoscape@3.33.4)
|
|
2258
2201
|
d3: 7.9.0
|
|
2259
2202
|
khroma: 2.1.0
|
|
2260
2203
|
non-layered-tidy-tree-layout: 2.0.2
|
|
2261
2204
|
optional: true
|
|
2262
2205
|
|
|
2263
|
-
'@mermaid-js/parser@1.
|
|
2206
|
+
'@mermaid-js/parser@1.1.1':
|
|
2264
2207
|
dependencies:
|
|
2265
|
-
|
|
2208
|
+
'@chevrotain/types': 11.1.2
|
|
2266
2209
|
|
|
2267
2210
|
'@napi-rs/wasm-runtime@1.1.1':
|
|
2268
2211
|
dependencies:
|
|
@@ -2450,7 +2393,7 @@ snapshots:
|
|
|
2450
2393
|
|
|
2451
2394
|
'@shikijs/vscode-textmate@10.0.2': {}
|
|
2452
2395
|
|
|
2453
|
-
'@swc/helpers@0.5.
|
|
2396
|
+
'@swc/helpers@0.5.23':
|
|
2454
2397
|
dependencies:
|
|
2455
2398
|
tslib: 2.8.1
|
|
2456
2399
|
|
|
@@ -2515,10 +2458,10 @@ snapshots:
|
|
|
2515
2458
|
'@tailwindcss/oxide-win32-arm64-msvc': 4.2.1
|
|
2516
2459
|
'@tailwindcss/oxide-win32-x64-msvc': 4.2.1
|
|
2517
2460
|
|
|
2518
|
-
'@tailwindcss/typography@0.5.19(tailwindcss@4.
|
|
2461
|
+
'@tailwindcss/typography@0.5.19(tailwindcss@4.3.0)':
|
|
2519
2462
|
dependencies:
|
|
2520
2463
|
postcss-selector-parser: 6.0.10
|
|
2521
|
-
tailwindcss: 4.
|
|
2464
|
+
tailwindcss: 4.3.0
|
|
2522
2465
|
|
|
2523
2466
|
'@tailwindcss/vite@4.2.1(vite@7.3.1(@types/node@24.10.3)(jiti@2.6.1)(lightningcss@1.31.1))':
|
|
2524
2467
|
dependencies:
|
|
@@ -2527,12 +2470,12 @@ snapshots:
|
|
|
2527
2470
|
tailwindcss: 4.2.1
|
|
2528
2471
|
vite: 7.3.1(@types/node@24.10.3)(jiti@2.6.1)(lightningcss@1.31.1)
|
|
2529
2472
|
|
|
2530
|
-
'@tanstack/virtual-core@3.
|
|
2473
|
+
'@tanstack/virtual-core@3.17.0': {}
|
|
2531
2474
|
|
|
2532
|
-
'@tanstack/vue-virtual@3.13.
|
|
2475
|
+
'@tanstack/vue-virtual@3.13.28(vue@3.5.35(typescript@6.0.3))':
|
|
2533
2476
|
dependencies:
|
|
2534
|
-
'@tanstack/virtual-core': 3.
|
|
2535
|
-
vue: 3.5.
|
|
2477
|
+
'@tanstack/virtual-core': 3.17.0
|
|
2478
|
+
vue: 3.5.35(typescript@6.0.3)
|
|
2536
2479
|
|
|
2537
2480
|
'@tybys/wasm-util@0.10.1':
|
|
2538
2481
|
dependencies:
|
|
@@ -2702,31 +2645,31 @@ snapshots:
|
|
|
2702
2645
|
d3-selection: 3.0.0
|
|
2703
2646
|
d3-transition: 3.0.1(d3-selection@3.0.0)
|
|
2704
2647
|
|
|
2705
|
-
'@vitejs/plugin-vue@6.0.5(vite@7.3.1(@types/node@24.10.3)(jiti@2.6.1)(lightningcss@1.31.1))(vue@3.5.
|
|
2648
|
+
'@vitejs/plugin-vue@6.0.5(vite@7.3.1(@types/node@24.10.3)(jiti@2.6.1)(lightningcss@1.31.1))(vue@3.5.35(typescript@6.0.3))':
|
|
2706
2649
|
dependencies:
|
|
2707
2650
|
'@rolldown/pluginutils': 1.0.0-rc.2
|
|
2708
2651
|
vite: 7.3.1(@types/node@24.10.3)(jiti@2.6.1)(lightningcss@1.31.1)
|
|
2709
|
-
vue: 3.5.
|
|
2652
|
+
vue: 3.5.35(typescript@6.0.3)
|
|
2710
2653
|
|
|
2711
|
-
'@voidzero-dev/vitepress-theme@4.8.
|
|
2654
|
+
'@voidzero-dev/vitepress-theme@4.8.4(focus-trap@8.2.1)(vite@7.3.1(@types/node@24.10.3)(jiti@2.6.1)(lightningcss@1.31.1))(vitepress@2.0.0-alpha.17(@types/node@24.10.3)(jiti@2.6.1)(lightningcss@1.31.1)(oxc-minify@0.120.0)(postcss@8.5.15)(typescript@6.0.3))(vue@3.5.35(typescript@6.0.3))':
|
|
2712
2655
|
dependencies:
|
|
2713
2656
|
'@docsearch/css': 4.6.0
|
|
2714
2657
|
'@docsearch/js': 4.6.0
|
|
2715
2658
|
'@docsearch/sidepanel-js': 4.6.0
|
|
2716
|
-
'@iconify/vue': 5.0.
|
|
2659
|
+
'@iconify/vue': 5.0.1(vue@3.5.35(typescript@6.0.3))
|
|
2717
2660
|
'@rive-app/canvas-lite': 2.35.2
|
|
2718
|
-
'@tailwindcss/typography': 0.5.19(tailwindcss@4.
|
|
2661
|
+
'@tailwindcss/typography': 0.5.19(tailwindcss@4.3.0)
|
|
2719
2662
|
'@tailwindcss/vite': 4.2.1(vite@7.3.1(@types/node@24.10.3)(jiti@2.6.1)(lightningcss@1.31.1))
|
|
2720
|
-
'@vue/shared': 3.5.
|
|
2721
|
-
'@vueuse/core': 14.
|
|
2722
|
-
'@vueuse/integrations': 14.2.1(focus-trap@
|
|
2723
|
-
'@vueuse/shared': 14.
|
|
2663
|
+
'@vue/shared': 3.5.35
|
|
2664
|
+
'@vueuse/core': 14.3.0(vue@3.5.35(typescript@6.0.3))
|
|
2665
|
+
'@vueuse/integrations': 14.2.1(focus-trap@8.2.1)(vue@3.5.35(typescript@6.0.3))
|
|
2666
|
+
'@vueuse/shared': 14.3.0(vue@3.5.35(typescript@6.0.3))
|
|
2724
2667
|
mark.js: 8.11.1
|
|
2725
2668
|
minisearch: 7.2.0
|
|
2726
|
-
reka-ui: 2.9.
|
|
2727
|
-
tailwindcss: 4.
|
|
2728
|
-
vitepress: 2.0.0-alpha.
|
|
2729
|
-
vue: 3.5.
|
|
2669
|
+
reka-ui: 2.9.9(vue@3.5.35(typescript@6.0.3))
|
|
2670
|
+
tailwindcss: 4.3.0
|
|
2671
|
+
vitepress: 2.0.0-alpha.17(@types/node@24.10.3)(jiti@2.6.1)(lightningcss@1.31.1)(oxc-minify@0.120.0)(postcss@8.5.15)(typescript@6.0.3)
|
|
2672
|
+
vue: 3.5.35(typescript@6.0.3)
|
|
2730
2673
|
transitivePeerDependencies:
|
|
2731
2674
|
- '@vue/composition-api'
|
|
2732
2675
|
- async-validator
|
|
@@ -2743,35 +2686,35 @@ snapshots:
|
|
|
2743
2686
|
- universal-cookie
|
|
2744
2687
|
- vite
|
|
2745
2688
|
|
|
2746
|
-
'@vue/compiler-core@3.5.
|
|
2689
|
+
'@vue/compiler-core@3.5.35':
|
|
2747
2690
|
dependencies:
|
|
2748
|
-
'@babel/parser': 7.29.
|
|
2749
|
-
'@vue/shared': 3.5.
|
|
2691
|
+
'@babel/parser': 7.29.7
|
|
2692
|
+
'@vue/shared': 3.5.35
|
|
2750
2693
|
entities: 7.0.1
|
|
2751
2694
|
estree-walker: 2.0.2
|
|
2752
2695
|
source-map-js: 1.2.1
|
|
2753
2696
|
|
|
2754
|
-
'@vue/compiler-dom@3.5.
|
|
2697
|
+
'@vue/compiler-dom@3.5.35':
|
|
2755
2698
|
dependencies:
|
|
2756
|
-
'@vue/compiler-core': 3.5.
|
|
2757
|
-
'@vue/shared': 3.5.
|
|
2699
|
+
'@vue/compiler-core': 3.5.35
|
|
2700
|
+
'@vue/shared': 3.5.35
|
|
2758
2701
|
|
|
2759
|
-
'@vue/compiler-sfc@3.5.
|
|
2702
|
+
'@vue/compiler-sfc@3.5.35':
|
|
2760
2703
|
dependencies:
|
|
2761
|
-
'@babel/parser': 7.29.
|
|
2762
|
-
'@vue/compiler-core': 3.5.
|
|
2763
|
-
'@vue/compiler-dom': 3.5.
|
|
2764
|
-
'@vue/compiler-ssr': 3.5.
|
|
2765
|
-
'@vue/shared': 3.5.
|
|
2704
|
+
'@babel/parser': 7.29.7
|
|
2705
|
+
'@vue/compiler-core': 3.5.35
|
|
2706
|
+
'@vue/compiler-dom': 3.5.35
|
|
2707
|
+
'@vue/compiler-ssr': 3.5.35
|
|
2708
|
+
'@vue/shared': 3.5.35
|
|
2766
2709
|
estree-walker: 2.0.2
|
|
2767
2710
|
magic-string: 0.30.21
|
|
2768
|
-
postcss: 8.5.
|
|
2711
|
+
postcss: 8.5.15
|
|
2769
2712
|
source-map-js: 1.2.1
|
|
2770
2713
|
|
|
2771
|
-
'@vue/compiler-ssr@3.5.
|
|
2714
|
+
'@vue/compiler-ssr@3.5.35':
|
|
2772
2715
|
dependencies:
|
|
2773
|
-
'@vue/compiler-dom': 3.5.
|
|
2774
|
-
'@vue/shared': 3.5.
|
|
2716
|
+
'@vue/compiler-dom': 3.5.35
|
|
2717
|
+
'@vue/shared': 3.5.35
|
|
2775
2718
|
|
|
2776
2719
|
'@vue/devtools-api@8.1.0':
|
|
2777
2720
|
dependencies:
|
|
@@ -2786,52 +2729,63 @@ snapshots:
|
|
|
2786
2729
|
|
|
2787
2730
|
'@vue/devtools-shared@8.1.0': {}
|
|
2788
2731
|
|
|
2789
|
-
'@vue/reactivity@3.5.
|
|
2732
|
+
'@vue/reactivity@3.5.35':
|
|
2790
2733
|
dependencies:
|
|
2791
|
-
'@vue/shared': 3.5.
|
|
2734
|
+
'@vue/shared': 3.5.35
|
|
2792
2735
|
|
|
2793
|
-
'@vue/runtime-core@3.5.
|
|
2736
|
+
'@vue/runtime-core@3.5.35':
|
|
2794
2737
|
dependencies:
|
|
2795
|
-
'@vue/reactivity': 3.5.
|
|
2796
|
-
'@vue/shared': 3.5.
|
|
2738
|
+
'@vue/reactivity': 3.5.35
|
|
2739
|
+
'@vue/shared': 3.5.35
|
|
2797
2740
|
|
|
2798
|
-
'@vue/runtime-dom@3.5.
|
|
2741
|
+
'@vue/runtime-dom@3.5.35':
|
|
2799
2742
|
dependencies:
|
|
2800
|
-
'@vue/reactivity': 3.5.
|
|
2801
|
-
'@vue/runtime-core': 3.5.
|
|
2802
|
-
'@vue/shared': 3.5.
|
|
2743
|
+
'@vue/reactivity': 3.5.35
|
|
2744
|
+
'@vue/runtime-core': 3.5.35
|
|
2745
|
+
'@vue/shared': 3.5.35
|
|
2803
2746
|
csstype: 3.2.3
|
|
2804
2747
|
|
|
2805
|
-
'@vue/server-renderer@3.5.
|
|
2748
|
+
'@vue/server-renderer@3.5.35(vue@3.5.35(typescript@6.0.3))':
|
|
2806
2749
|
dependencies:
|
|
2807
|
-
'@vue/compiler-ssr': 3.5.
|
|
2808
|
-
'@vue/shared': 3.5.
|
|
2809
|
-
vue: 3.5.
|
|
2750
|
+
'@vue/compiler-ssr': 3.5.35
|
|
2751
|
+
'@vue/shared': 3.5.35
|
|
2752
|
+
vue: 3.5.35(typescript@6.0.3)
|
|
2810
2753
|
|
|
2811
|
-
'@vue/shared@3.5.
|
|
2754
|
+
'@vue/shared@3.5.35': {}
|
|
2812
2755
|
|
|
2813
|
-
'@vueuse/core@14.2.1(vue@3.5.
|
|
2756
|
+
'@vueuse/core@14.2.1(vue@3.5.35(typescript@6.0.3))':
|
|
2814
2757
|
dependencies:
|
|
2815
2758
|
'@types/web-bluetooth': 0.0.21
|
|
2816
2759
|
'@vueuse/metadata': 14.2.1
|
|
2817
|
-
'@vueuse/shared': 14.2.1(vue@3.5.
|
|
2818
|
-
vue: 3.5.
|
|
2760
|
+
'@vueuse/shared': 14.2.1(vue@3.5.35(typescript@6.0.3))
|
|
2761
|
+
vue: 3.5.35(typescript@6.0.3)
|
|
2819
2762
|
|
|
2820
|
-
'@vueuse/
|
|
2763
|
+
'@vueuse/core@14.3.0(vue@3.5.35(typescript@6.0.3))':
|
|
2821
2764
|
dependencies:
|
|
2822
|
-
'@
|
|
2823
|
-
'@vueuse/
|
|
2824
|
-
|
|
2765
|
+
'@types/web-bluetooth': 0.0.21
|
|
2766
|
+
'@vueuse/metadata': 14.3.0
|
|
2767
|
+
'@vueuse/shared': 14.3.0(vue@3.5.35(typescript@6.0.3))
|
|
2768
|
+
vue: 3.5.35(typescript@6.0.3)
|
|
2769
|
+
|
|
2770
|
+
'@vueuse/integrations@14.2.1(focus-trap@8.2.1)(vue@3.5.35(typescript@6.0.3))':
|
|
2771
|
+
dependencies:
|
|
2772
|
+
'@vueuse/core': 14.2.1(vue@3.5.35(typescript@6.0.3))
|
|
2773
|
+
'@vueuse/shared': 14.2.1(vue@3.5.35(typescript@6.0.3))
|
|
2774
|
+
vue: 3.5.35(typescript@6.0.3)
|
|
2825
2775
|
optionalDependencies:
|
|
2826
|
-
focus-trap:
|
|
2776
|
+
focus-trap: 8.2.1
|
|
2827
2777
|
|
|
2828
2778
|
'@vueuse/metadata@14.2.1': {}
|
|
2829
2779
|
|
|
2830
|
-
'@vueuse/
|
|
2780
|
+
'@vueuse/metadata@14.3.0': {}
|
|
2781
|
+
|
|
2782
|
+
'@vueuse/shared@14.2.1(vue@3.5.35(typescript@6.0.3))':
|
|
2831
2783
|
dependencies:
|
|
2832
|
-
vue: 3.5.
|
|
2784
|
+
vue: 3.5.35(typescript@6.0.3)
|
|
2833
2785
|
|
|
2834
|
-
|
|
2786
|
+
'@vueuse/shared@14.3.0(vue@3.5.35(typescript@6.0.3))':
|
|
2787
|
+
dependencies:
|
|
2788
|
+
vue: 3.5.35(typescript@6.0.3)
|
|
2835
2789
|
|
|
2836
2790
|
ansi-regex@5.0.1: {}
|
|
2837
2791
|
|
|
@@ -2867,20 +2821,6 @@ snapshots:
|
|
|
2867
2821
|
|
|
2868
2822
|
character-entities@2.0.2: {}
|
|
2869
2823
|
|
|
2870
|
-
chevrotain-allstar@0.3.1(chevrotain@11.1.2):
|
|
2871
|
-
dependencies:
|
|
2872
|
-
chevrotain: 11.1.2
|
|
2873
|
-
lodash-es: 4.17.23
|
|
2874
|
-
|
|
2875
|
-
chevrotain@11.1.2:
|
|
2876
|
-
dependencies:
|
|
2877
|
-
'@chevrotain/cst-dts-gen': 11.1.2
|
|
2878
|
-
'@chevrotain/gast': 11.1.2
|
|
2879
|
-
'@chevrotain/regexp-to-ast': 11.1.2
|
|
2880
|
-
'@chevrotain/types': 11.1.2
|
|
2881
|
-
'@chevrotain/utils': 11.1.2
|
|
2882
|
-
lodash-es: 4.17.23
|
|
2883
|
-
|
|
2884
2824
|
cliui@8.0.1:
|
|
2885
2825
|
dependencies:
|
|
2886
2826
|
string-width: 4.2.3
|
|
@@ -2899,8 +2839,6 @@ snapshots:
|
|
|
2899
2839
|
|
|
2900
2840
|
commander@8.3.0: {}
|
|
2901
2841
|
|
|
2902
|
-
confbox@0.1.8: {}
|
|
2903
|
-
|
|
2904
2842
|
cose-base@1.0.3:
|
|
2905
2843
|
dependencies:
|
|
2906
2844
|
layout-base: 1.0.2
|
|
@@ -2913,17 +2851,17 @@ snapshots:
|
|
|
2913
2851
|
|
|
2914
2852
|
csstype@3.2.3: {}
|
|
2915
2853
|
|
|
2916
|
-
cytoscape-cose-bilkent@4.1.0(cytoscape@3.33.
|
|
2854
|
+
cytoscape-cose-bilkent@4.1.0(cytoscape@3.33.4):
|
|
2917
2855
|
dependencies:
|
|
2918
2856
|
cose-base: 1.0.3
|
|
2919
|
-
cytoscape: 3.33.
|
|
2857
|
+
cytoscape: 3.33.4
|
|
2920
2858
|
|
|
2921
|
-
cytoscape-fcose@2.2.0(cytoscape@3.33.
|
|
2859
|
+
cytoscape-fcose@2.2.0(cytoscape@3.33.4):
|
|
2922
2860
|
dependencies:
|
|
2923
2861
|
cose-base: 2.2.0
|
|
2924
|
-
cytoscape: 3.33.
|
|
2862
|
+
cytoscape: 3.33.4
|
|
2925
2863
|
|
|
2926
|
-
cytoscape@3.33.
|
|
2864
|
+
cytoscape@3.33.4: {}
|
|
2927
2865
|
|
|
2928
2866
|
d3-array@2.12.1:
|
|
2929
2867
|
dependencies:
|
|
@@ -2955,7 +2893,7 @@ snapshots:
|
|
|
2955
2893
|
|
|
2956
2894
|
d3-delaunay@6.0.4:
|
|
2957
2895
|
dependencies:
|
|
2958
|
-
delaunator: 5.0
|
|
2896
|
+
delaunator: 5.1.0
|
|
2959
2897
|
|
|
2960
2898
|
d3-dispatch@3.0.1: {}
|
|
2961
2899
|
|
|
@@ -3095,9 +3033,9 @@ snapshots:
|
|
|
3095
3033
|
dagre-d3-es@7.0.14:
|
|
3096
3034
|
dependencies:
|
|
3097
3035
|
d3: 7.9.0
|
|
3098
|
-
lodash-es: 4.
|
|
3036
|
+
lodash-es: 4.18.1
|
|
3099
3037
|
|
|
3100
|
-
dayjs@1.11.
|
|
3038
|
+
dayjs@1.11.21: {}
|
|
3101
3039
|
|
|
3102
3040
|
debug@4.4.3:
|
|
3103
3041
|
dependencies:
|
|
@@ -3107,11 +3045,11 @@ snapshots:
|
|
|
3107
3045
|
dependencies:
|
|
3108
3046
|
character-entities: 2.0.2
|
|
3109
3047
|
|
|
3110
|
-
defu@6.1.
|
|
3048
|
+
defu@6.1.7: {}
|
|
3111
3049
|
|
|
3112
|
-
delaunator@5.0
|
|
3050
|
+
delaunator@5.1.0:
|
|
3113
3051
|
dependencies:
|
|
3114
|
-
robust-predicates: 3.0.
|
|
3052
|
+
robust-predicates: 3.0.3
|
|
3115
3053
|
|
|
3116
3054
|
dequal@2.0.3: {}
|
|
3117
3055
|
|
|
@@ -3121,7 +3059,7 @@ snapshots:
|
|
|
3121
3059
|
dependencies:
|
|
3122
3060
|
dequal: 2.0.3
|
|
3123
3061
|
|
|
3124
|
-
dompurify@3.
|
|
3062
|
+
dompurify@3.4.7:
|
|
3125
3063
|
optionalDependencies:
|
|
3126
3064
|
'@types/trusted-types': 2.0.7
|
|
3127
3065
|
|
|
@@ -3136,6 +3074,8 @@ snapshots:
|
|
|
3136
3074
|
|
|
3137
3075
|
entities@7.0.1: {}
|
|
3138
3076
|
|
|
3077
|
+
es-toolkit@1.47.0: {}
|
|
3078
|
+
|
|
3139
3079
|
esbuild@0.27.4:
|
|
3140
3080
|
optionalDependencies:
|
|
3141
3081
|
'@esbuild/aix-ppc64': 0.27.4
|
|
@@ -3187,7 +3127,7 @@ snapshots:
|
|
|
3187
3127
|
optionalDependencies:
|
|
3188
3128
|
picomatch: 4.0.3
|
|
3189
3129
|
|
|
3190
|
-
focus-trap@
|
|
3130
|
+
focus-trap@8.2.1:
|
|
3191
3131
|
dependencies:
|
|
3192
3132
|
tabbable: 6.4.0
|
|
3193
3133
|
|
|
@@ -3235,6 +3175,8 @@ snapshots:
|
|
|
3235
3175
|
dependencies:
|
|
3236
3176
|
safer-buffer: 2.1.2
|
|
3237
3177
|
|
|
3178
|
+
import-meta-resolve@4.2.0: {}
|
|
3179
|
+
|
|
3238
3180
|
internmap@1.0.1: {}
|
|
3239
3181
|
|
|
3240
3182
|
internmap@2.0.3: {}
|
|
@@ -3254,7 +3196,7 @@ snapshots:
|
|
|
3254
3196
|
argparse: 1.0.10
|
|
3255
3197
|
esprima: 4.0.1
|
|
3256
3198
|
|
|
3257
|
-
katex@0.16.
|
|
3199
|
+
katex@0.16.47:
|
|
3258
3200
|
dependencies:
|
|
3259
3201
|
commander: 8.3.0
|
|
3260
3202
|
|
|
@@ -3262,14 +3204,6 @@ snapshots:
|
|
|
3262
3204
|
|
|
3263
3205
|
kind-of@6.0.3: {}
|
|
3264
3206
|
|
|
3265
|
-
langium@4.2.1:
|
|
3266
|
-
dependencies:
|
|
3267
|
-
chevrotain: 11.1.2
|
|
3268
|
-
chevrotain-allstar: 0.3.1(chevrotain@11.1.2)
|
|
3269
|
-
vscode-languageserver: 9.0.1
|
|
3270
|
-
vscode-languageserver-textdocument: 1.0.12
|
|
3271
|
-
vscode-uri: 3.1.0
|
|
3272
|
-
|
|
3273
3207
|
layout-base@1.0.2: {}
|
|
3274
3208
|
|
|
3275
3209
|
layout-base@2.0.1: {}
|
|
@@ -3323,11 +3257,11 @@ snapshots:
|
|
|
3323
3257
|
lightningcss-win32-arm64-msvc: 1.31.1
|
|
3324
3258
|
lightningcss-win32-x64-msvc: 1.31.1
|
|
3325
3259
|
|
|
3326
|
-
linkify-it@5.0.
|
|
3260
|
+
linkify-it@5.0.1:
|
|
3327
3261
|
dependencies:
|
|
3328
3262
|
uc.micro: 2.1.0
|
|
3329
3263
|
|
|
3330
|
-
lodash-es@4.
|
|
3264
|
+
lodash-es@4.18.1: {}
|
|
3331
3265
|
|
|
3332
3266
|
longest-streak@3.1.0: {}
|
|
3333
3267
|
|
|
@@ -3341,11 +3275,11 @@ snapshots:
|
|
|
3341
3275
|
|
|
3342
3276
|
mark.js@8.11.1: {}
|
|
3343
3277
|
|
|
3344
|
-
markdown-it@14.
|
|
3278
|
+
markdown-it@14.2.0:
|
|
3345
3279
|
dependencies:
|
|
3346
3280
|
argparse: 2.0.1
|
|
3347
3281
|
entities: 4.5.0
|
|
3348
|
-
linkify-it: 5.0.
|
|
3282
|
+
linkify-it: 5.0.1
|
|
3349
3283
|
mdurl: 2.0.0
|
|
3350
3284
|
punycode.js: 2.3.1
|
|
3351
3285
|
uc.micro: 2.1.0
|
|
@@ -3417,29 +3351,29 @@ snapshots:
|
|
|
3417
3351
|
|
|
3418
3352
|
mdurl@2.0.0: {}
|
|
3419
3353
|
|
|
3420
|
-
mermaid@11.
|
|
3354
|
+
mermaid@11.15.0:
|
|
3421
3355
|
dependencies:
|
|
3422
3356
|
'@braintree/sanitize-url': 7.1.2
|
|
3423
|
-
'@iconify/utils': 3.1.
|
|
3424
|
-
'@mermaid-js/parser': 1.
|
|
3357
|
+
'@iconify/utils': 3.1.3
|
|
3358
|
+
'@mermaid-js/parser': 1.1.1
|
|
3425
3359
|
'@types/d3': 7.4.3
|
|
3426
3360
|
'@upsetjs/venn.js': 2.0.0
|
|
3427
|
-
cytoscape: 3.33.
|
|
3428
|
-
cytoscape-cose-bilkent: 4.1.0(cytoscape@3.33.
|
|
3429
|
-
cytoscape-fcose: 2.2.0(cytoscape@3.33.
|
|
3361
|
+
cytoscape: 3.33.4
|
|
3362
|
+
cytoscape-cose-bilkent: 4.1.0(cytoscape@3.33.4)
|
|
3363
|
+
cytoscape-fcose: 2.2.0(cytoscape@3.33.4)
|
|
3430
3364
|
d3: 7.9.0
|
|
3431
3365
|
d3-sankey: 0.12.3
|
|
3432
3366
|
dagre-d3-es: 7.0.14
|
|
3433
|
-
dayjs: 1.11.
|
|
3434
|
-
dompurify: 3.
|
|
3435
|
-
|
|
3367
|
+
dayjs: 1.11.21
|
|
3368
|
+
dompurify: 3.4.7
|
|
3369
|
+
es-toolkit: 1.47.0
|
|
3370
|
+
katex: 0.16.47
|
|
3436
3371
|
khroma: 2.1.0
|
|
3437
|
-
lodash-es: 4.17.23
|
|
3438
3372
|
marked: 16.4.2
|
|
3439
3373
|
roughjs: 4.6.6
|
|
3440
|
-
stylis: 4.
|
|
3374
|
+
stylis: 4.4.0
|
|
3441
3375
|
ts-dedent: 2.2.0
|
|
3442
|
-
uuid:
|
|
3376
|
+
uuid: 14.0.0
|
|
3443
3377
|
|
|
3444
3378
|
micromark-core-commonmark@2.0.3:
|
|
3445
3379
|
dependencies:
|
|
@@ -3591,16 +3525,9 @@ snapshots:
|
|
|
3591
3525
|
|
|
3592
3526
|
minisearch@7.2.0: {}
|
|
3593
3527
|
|
|
3594
|
-
mlly@1.8.1:
|
|
3595
|
-
dependencies:
|
|
3596
|
-
acorn: 8.16.0
|
|
3597
|
-
pathe: 2.0.3
|
|
3598
|
-
pkg-types: 1.3.1
|
|
3599
|
-
ufo: 1.6.3
|
|
3600
|
-
|
|
3601
3528
|
ms@2.1.3: {}
|
|
3602
3529
|
|
|
3603
|
-
nanoid@3.3.
|
|
3530
|
+
nanoid@3.3.12: {}
|
|
3604
3531
|
|
|
3605
3532
|
non-layered-tidy-tree-layout@2.0.2:
|
|
3606
3533
|
optional: true
|
|
@@ -3646,8 +3573,6 @@ snapshots:
|
|
|
3646
3573
|
|
|
3647
3574
|
path-to-regexp@6.3.0: {}
|
|
3648
3575
|
|
|
3649
|
-
pathe@2.0.3: {}
|
|
3650
|
-
|
|
3651
3576
|
perfect-debounce@2.1.0: {}
|
|
3652
3577
|
|
|
3653
3578
|
performance-now@2.1.0: {}
|
|
@@ -3656,12 +3581,6 @@ snapshots:
|
|
|
3656
3581
|
|
|
3657
3582
|
picomatch@4.0.3: {}
|
|
3658
3583
|
|
|
3659
|
-
pkg-types@1.3.1:
|
|
3660
|
-
dependencies:
|
|
3661
|
-
confbox: 0.1.8
|
|
3662
|
-
mlly: 1.8.1
|
|
3663
|
-
pathe: 2.0.3
|
|
3664
|
-
|
|
3665
3584
|
points-on-curve@0.2.0: {}
|
|
3666
3585
|
|
|
3667
3586
|
points-on-path@0.2.1:
|
|
@@ -3674,9 +3593,9 @@ snapshots:
|
|
|
3674
3593
|
cssesc: 3.0.0
|
|
3675
3594
|
util-deprecate: 1.0.2
|
|
3676
3595
|
|
|
3677
|
-
postcss@8.5.
|
|
3596
|
+
postcss@8.5.15:
|
|
3678
3597
|
dependencies:
|
|
3679
|
-
nanoid: 3.3.
|
|
3598
|
+
nanoid: 3.3.12
|
|
3680
3599
|
picocolors: 1.1.1
|
|
3681
3600
|
source-map-js: 1.2.1
|
|
3682
3601
|
|
|
@@ -3715,19 +3634,19 @@ snapshots:
|
|
|
3715
3634
|
dependencies:
|
|
3716
3635
|
regex-utilities: 2.3.0
|
|
3717
3636
|
|
|
3718
|
-
reka-ui@2.9.
|
|
3637
|
+
reka-ui@2.9.9(vue@3.5.35(typescript@6.0.3)):
|
|
3719
3638
|
dependencies:
|
|
3720
3639
|
'@floating-ui/dom': 1.7.6
|
|
3721
|
-
'@floating-ui/vue': 1.1.11(vue@3.5.
|
|
3722
|
-
'@internationalized/date': 3.12.
|
|
3723
|
-
'@internationalized/number': 3.6.
|
|
3724
|
-
'@tanstack/vue-virtual': 3.13.
|
|
3725
|
-
'@vueuse/core': 14.
|
|
3726
|
-
'@vueuse/shared': 14.
|
|
3640
|
+
'@floating-ui/vue': 1.1.11(vue@3.5.35(typescript@6.0.3))
|
|
3641
|
+
'@internationalized/date': 3.12.2
|
|
3642
|
+
'@internationalized/number': 3.6.7
|
|
3643
|
+
'@tanstack/vue-virtual': 3.13.28(vue@3.5.35(typescript@6.0.3))
|
|
3644
|
+
'@vueuse/core': 14.3.0(vue@3.5.35(typescript@6.0.3))
|
|
3645
|
+
'@vueuse/shared': 14.3.0(vue@3.5.35(typescript@6.0.3))
|
|
3727
3646
|
aria-hidden: 1.2.6
|
|
3728
|
-
defu: 6.1.
|
|
3647
|
+
defu: 6.1.7
|
|
3729
3648
|
ohash: 2.0.11
|
|
3730
|
-
vue: 3.5.
|
|
3649
|
+
vue: 3.5.35(typescript@6.0.3)
|
|
3731
3650
|
transitivePeerDependencies:
|
|
3732
3651
|
- '@vue/composition-api'
|
|
3733
3652
|
|
|
@@ -3766,7 +3685,7 @@ snapshots:
|
|
|
3766
3685
|
|
|
3767
3686
|
require-directory@2.1.1: {}
|
|
3768
3687
|
|
|
3769
|
-
robust-predicates@3.0.
|
|
3688
|
+
robust-predicates@3.0.3: {}
|
|
3770
3689
|
|
|
3771
3690
|
rollup@4.59.0:
|
|
3772
3691
|
dependencies:
|
|
@@ -3851,15 +3770,17 @@ snapshots:
|
|
|
3851
3770
|
|
|
3852
3771
|
strip-bom-string@1.0.0: {}
|
|
3853
3772
|
|
|
3854
|
-
stylis@4.
|
|
3773
|
+
stylis@4.4.0: {}
|
|
3855
3774
|
|
|
3856
3775
|
tabbable@6.4.0: {}
|
|
3857
3776
|
|
|
3858
3777
|
tailwindcss@4.2.1: {}
|
|
3859
3778
|
|
|
3779
|
+
tailwindcss@4.3.0: {}
|
|
3780
|
+
|
|
3860
3781
|
tapable@2.3.0: {}
|
|
3861
3782
|
|
|
3862
|
-
tinyexec@1.
|
|
3783
|
+
tinyexec@1.2.4: {}
|
|
3863
3784
|
|
|
3864
3785
|
tinyglobby@0.2.15:
|
|
3865
3786
|
dependencies:
|
|
@@ -3888,8 +3809,6 @@ snapshots:
|
|
|
3888
3809
|
|
|
3889
3810
|
uc.micro@2.1.0: {}
|
|
3890
3811
|
|
|
3891
|
-
ufo@1.6.3: {}
|
|
3892
|
-
|
|
3893
3812
|
undici-types@7.16.0:
|
|
3894
3813
|
optional: true
|
|
3895
3814
|
|
|
@@ -3934,7 +3853,7 @@ snapshots:
|
|
|
3934
3853
|
|
|
3935
3854
|
util-deprecate@1.0.2: {}
|
|
3936
3855
|
|
|
3937
|
-
uuid@
|
|
3856
|
+
uuid@14.0.0: {}
|
|
3938
3857
|
|
|
3939
3858
|
vfile-message@4.0.3:
|
|
3940
3859
|
dependencies:
|
|
@@ -3951,7 +3870,7 @@ snapshots:
|
|
|
3951
3870
|
esbuild: 0.27.4
|
|
3952
3871
|
fdir: 6.5.0(picomatch@4.0.3)
|
|
3953
3872
|
picomatch: 4.0.3
|
|
3954
|
-
postcss: 8.5.
|
|
3873
|
+
postcss: 8.5.15
|
|
3955
3874
|
rollup: 4.59.0
|
|
3956
3875
|
tinyglobby: 0.2.15
|
|
3957
3876
|
optionalDependencies:
|
|
@@ -3964,14 +3883,14 @@ snapshots:
|
|
|
3964
3883
|
dependencies:
|
|
3965
3884
|
'@iconify-json/logos': 1.2.11
|
|
3966
3885
|
'@iconify-json/vscode-icons': 1.2.46
|
|
3967
|
-
'@iconify/utils': 3.1.
|
|
3886
|
+
'@iconify/utils': 3.1.3
|
|
3968
3887
|
optionalDependencies:
|
|
3969
3888
|
vite: 7.3.1(@types/node@24.10.3)(jiti@2.6.1)(lightningcss@1.31.1)
|
|
3970
3889
|
|
|
3971
|
-
vitepress-plugin-llms@1.
|
|
3890
|
+
vitepress-plugin-llms@1.13.1:
|
|
3972
3891
|
dependencies:
|
|
3973
3892
|
gray-matter: 4.0.3
|
|
3974
|
-
markdown-it: 14.
|
|
3893
|
+
markdown-it: 14.2.0
|
|
3975
3894
|
markdown-title: 1.0.2
|
|
3976
3895
|
mdast-util-from-markdown: 2.0.3
|
|
3977
3896
|
millify: 6.1.0
|
|
@@ -3987,36 +3906,37 @@ snapshots:
|
|
|
3987
3906
|
transitivePeerDependencies:
|
|
3988
3907
|
- supports-color
|
|
3989
3908
|
|
|
3990
|
-
vitepress-plugin-mermaid@2.0.17(mermaid@11.
|
|
3909
|
+
vitepress-plugin-mermaid@2.0.17(mermaid@11.15.0)(vitepress@2.0.0-alpha.17(@types/node@24.10.3)(jiti@2.6.1)(lightningcss@1.31.1)(oxc-minify@0.120.0)(postcss@8.5.15)(typescript@6.0.3)):
|
|
3991
3910
|
dependencies:
|
|
3992
|
-
mermaid: 11.
|
|
3993
|
-
vitepress: 2.0.0-alpha.
|
|
3911
|
+
mermaid: 11.15.0
|
|
3912
|
+
vitepress: 2.0.0-alpha.17(@types/node@24.10.3)(jiti@2.6.1)(lightningcss@1.31.1)(oxc-minify@0.120.0)(postcss@8.5.15)(typescript@6.0.3)
|
|
3994
3913
|
optionalDependencies:
|
|
3995
3914
|
'@mermaid-js/mermaid-mindmap': 9.3.0
|
|
3996
3915
|
|
|
3997
|
-
vitepress@2.0.0-alpha.
|
|
3916
|
+
vitepress@2.0.0-alpha.17(@types/node@24.10.3)(jiti@2.6.1)(lightningcss@1.31.1)(oxc-minify@0.120.0)(postcss@8.5.15)(typescript@6.0.3):
|
|
3998
3917
|
dependencies:
|
|
3999
3918
|
'@docsearch/css': 4.6.0
|
|
4000
3919
|
'@docsearch/js': 4.6.0
|
|
3920
|
+
'@docsearch/sidepanel-js': 4.6.0
|
|
4001
3921
|
'@iconify-json/simple-icons': 1.2.74
|
|
4002
3922
|
'@shikijs/core': 3.23.0
|
|
4003
3923
|
'@shikijs/transformers': 3.23.0
|
|
4004
3924
|
'@shikijs/types': 3.23.0
|
|
4005
3925
|
'@types/markdown-it': 14.1.2
|
|
4006
|
-
'@vitejs/plugin-vue': 6.0.5(vite@7.3.1(@types/node@24.10.3)(jiti@2.6.1)(lightningcss@1.31.1))(vue@3.5.
|
|
3926
|
+
'@vitejs/plugin-vue': 6.0.5(vite@7.3.1(@types/node@24.10.3)(jiti@2.6.1)(lightningcss@1.31.1))(vue@3.5.35(typescript@6.0.3))
|
|
4007
3927
|
'@vue/devtools-api': 8.1.0
|
|
4008
|
-
'@vue/shared': 3.5.
|
|
4009
|
-
'@vueuse/core': 14.
|
|
4010
|
-
'@vueuse/integrations': 14.2.1(focus-trap@
|
|
4011
|
-
focus-trap:
|
|
3928
|
+
'@vue/shared': 3.5.35
|
|
3929
|
+
'@vueuse/core': 14.3.0(vue@3.5.35(typescript@6.0.3))
|
|
3930
|
+
'@vueuse/integrations': 14.2.1(focus-trap@8.2.1)(vue@3.5.35(typescript@6.0.3))
|
|
3931
|
+
focus-trap: 8.2.1
|
|
4012
3932
|
mark.js: 8.11.1
|
|
4013
3933
|
minisearch: 7.2.0
|
|
4014
3934
|
shiki: 3.23.0
|
|
4015
3935
|
vite: 7.3.1(@types/node@24.10.3)(jiti@2.6.1)(lightningcss@1.31.1)
|
|
4016
|
-
vue: 3.5.
|
|
3936
|
+
vue: 3.5.35(typescript@6.0.3)
|
|
4017
3937
|
optionalDependencies:
|
|
4018
3938
|
oxc-minify: 0.120.0
|
|
4019
|
-
postcss: 8.5.
|
|
3939
|
+
postcss: 8.5.15
|
|
4020
3940
|
transitivePeerDependencies:
|
|
4021
3941
|
- '@types/node'
|
|
4022
3942
|
- async-validator
|
|
@@ -4042,38 +3962,21 @@ snapshots:
|
|
|
4042
3962
|
- universal-cookie
|
|
4043
3963
|
- yaml
|
|
4044
3964
|
|
|
4045
|
-
|
|
4046
|
-
|
|
4047
|
-
vscode-languageserver-protocol@3.17.5:
|
|
4048
|
-
dependencies:
|
|
4049
|
-
vscode-jsonrpc: 8.2.0
|
|
4050
|
-
vscode-languageserver-types: 3.17.5
|
|
4051
|
-
|
|
4052
|
-
vscode-languageserver-textdocument@1.0.12: {}
|
|
4053
|
-
|
|
4054
|
-
vscode-languageserver-types@3.17.5: {}
|
|
4055
|
-
|
|
4056
|
-
vscode-languageserver@9.0.1:
|
|
4057
|
-
dependencies:
|
|
4058
|
-
vscode-languageserver-protocol: 3.17.5
|
|
4059
|
-
|
|
4060
|
-
vscode-uri@3.1.0: {}
|
|
4061
|
-
|
|
4062
|
-
vue-demi@0.14.10(vue@3.5.30(typescript@6.0.3)):
|
|
3965
|
+
vue-demi@0.14.10(vue@3.5.35(typescript@6.0.3)):
|
|
4063
3966
|
dependencies:
|
|
4064
|
-
vue: 3.5.
|
|
3967
|
+
vue: 3.5.35(typescript@6.0.3)
|
|
4065
3968
|
|
|
4066
|
-
vue3-carousel@0.
|
|
3969
|
+
vue3-carousel@0.17.0(vue@3.5.35(typescript@6.0.3)):
|
|
4067
3970
|
dependencies:
|
|
4068
|
-
vue: 3.5.
|
|
3971
|
+
vue: 3.5.35(typescript@6.0.3)
|
|
4069
3972
|
|
|
4070
|
-
vue@3.5.
|
|
3973
|
+
vue@3.5.35(typescript@6.0.3):
|
|
4071
3974
|
dependencies:
|
|
4072
|
-
'@vue/compiler-dom': 3.5.
|
|
4073
|
-
'@vue/compiler-sfc': 3.5.
|
|
4074
|
-
'@vue/runtime-dom': 3.5.
|
|
4075
|
-
'@vue/server-renderer': 3.5.
|
|
4076
|
-
'@vue/shared': 3.5.
|
|
3975
|
+
'@vue/compiler-dom': 3.5.35
|
|
3976
|
+
'@vue/compiler-sfc': 3.5.35
|
|
3977
|
+
'@vue/runtime-dom': 3.5.35
|
|
3978
|
+
'@vue/server-renderer': 3.5.35(vue@3.5.35(typescript@6.0.3))
|
|
3979
|
+
'@vue/shared': 3.5.35
|
|
4077
3980
|
optionalDependencies:
|
|
4078
3981
|
typescript: 6.0.3
|
|
4079
3982
|
|