diff --git a/README.md b/README.md
index 0e4caeaf2668a727f524e20f6c6e4b778a5d9c07..88e5617e6c6b87aecab533240f3a76c0a8726bb7 100644
--- a/README.md
+++ b/README.md
@@ -13,22 +13,23 @@ such as LLM chat interfaces.
done either with a provider, or right at the component level.
- **Handle Partial Markdown**: When the `predict` prop is set, sequences like
`hello **world` will be emitted as `hello world`.
+
The motivation for this package is to have an easy to understand version of
-[Streamdown]. With me banning all Vercel software across the company I work at,
-we needed a simple, trustable solution for this problem. Some other differences
-with their library:
+[Streamdown]. With me banning all Vercel software at the company I work at,
+we needed a simple, trustable solution for this problem. Some differences
+to Streamdown:
- **Better Memoization**: All inline components will preserve their state, even
as adjacent content changes. This is done to preserve remounts for things like
custom `` tags or other components. (For example, if a custom `` fetches
previewing data and provides a hover card, that card won't flicker).
-- **Not Drop-In Replacement**: This APIs is new, and targets most use cases with
- a small migration.
- **Headless UI**: No built in styles or components, bring your own CSS to blend
your markdown with your existing theme. `@clo/react-markdown` simply takes in
your existing `unified` pipeline and works off of that.
-- **Easy to Audit**: Under 350 lines of precise, highly commented TypeScript.
+- **Easy to Audit**: Under 450 lines of precise, highly commented TypeScript.
[Streamdown]: https://streamdown.ai
[unified]: https://unifiedjs.com/
diff --git a/TODO.md b/TODO.md
index 69e5bebd3f94ad8296d59901889b3339da3cf190..4175707526b90794d8dd11f382e45bfba89de1f4 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,3 +1,12 @@
- readme claims are not true
- no `predict` implementation
- - memoization bugs
+ - bold `**text`
+ - italic `*text` or `_text`
+ - bold italic `***text`
+ - inline code `` `code``
+ - strike `~~text`
+ - link `[hello` or `[hello](world`
+ - block katex `$$\nE = m`
+ - custom handling maybe
+- animate in paragraph text
+- smoothly interpolate to handle bumpy connections
diff --git a/package.json b/package.json
index 619f8092d3009abbe800dcc30900b7b2d88f1070..0381a1c145dd3f65626702120015f5cf1b2b7000 100644
--- a/package.json
+++ b/package.json
@@ -19,17 +19,20 @@
},
"dependencies": {
"@clo/lib": "jsr:^3.0.0",
+ "@types/hast": "^3.0.4",
"dequal": "^2.0.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.2",
+ "@testing-library/react": "^16.3.2",
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/unist": "^3.0.3",
"@typescript/native-preview": "7.0.0-dev.20260318.1",
"@vitejs/plugin-react": "^6.0.1",
+ "hast-util-to-jsx-runtime": "2.3.6",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-scan": "^0.5.3",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 3571087f2196018107383341c659973eef1b4024..e6a5d56df5d880cdd13c234b65acc1aa08f6b3fd 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -1,4 +1,4 @@
-lockfileVersion: "9.0"
+lockfileVersion: '9.0'
settings:
autoInstallPeers: true
@@ -9,39 +9,49 @@ overrides:
vitest: npm:@voidzero-dev/vite-plus-test@latest
importers:
+
.:
dependencies:
- "@clo/lib":
+ '@clo/lib':
specifier: jsr:^3.0.0
- version: "@jsr/clo__lib@3.0.0"
+ version: '@jsr/clo__lib@3.0.0'
+ '@types/hast':
+ specifier: ^3.0.4
+ version: 3.0.4
dequal:
specifier: ^2.0.3
version: 2.0.3
devDependencies:
- "@tailwindcss/typography":
+ '@tailwindcss/typography':
specifier: ^0.5.19
version: 0.5.19(tailwindcss@4.2.2)
- "@tailwindcss/vite":
+ '@tailwindcss/vite':
specifier: ^4.2.2
version: 4.2.2(vite@8.0.0(@types/node@25.5.0)(jiti@2.6.1)(yaml@2.8.2))
- "@types/node":
+ '@testing-library/react':
+ specifier: ^16.3.2
+ version: 16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
+ '@types/node':
specifier: ^25.5.0
version: 25.5.0
- "@types/react":
+ '@types/react':
specifier: ^19.2.14
version: 19.2.14
- "@types/react-dom":
+ '@types/react-dom':
specifier: ^19.2.3
version: 19.2.3(@types/react@19.2.14)
- "@types/unist":
+ '@types/unist':
specifier: ^3.0.3
version: 3.0.3
- "@typescript/native-preview":
+ '@typescript/native-preview':
specifier: 7.0.0-dev.20260318.1
version: 7.0.0-dev.20260318.1
- "@vitejs/plugin-react":
+ '@vitejs/plugin-react':
specifier: ^6.0.1
version: 6.0.1(vite@8.0.0(@types/node@25.5.0)(jiti@2.6.1)(yaml@2.8.2))
+ hast-util-to-jsx-runtime:
+ specifier: 2.3.6
+ version: 2.3.6
react:
specifier: ^19.2.4
version: 19.2.4
@@ -80,1418 +90,1026 @@ importers:
version: 0.1.12(@types/node@25.5.0)(happy-dom@20.8.4)(jiti@2.6.1)(typescript@5.9.3)(vite@8.0.0(@types/node@25.5.0)(jiti@2.6.1)(yaml@2.8.2))(yaml@2.8.2)
packages:
- "@antfu/install-pkg@1.1.0":
- resolution: {
- integrity: sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ==,
- }
-
- "@babel/code-frame@7.29.0":
- resolution: {
- integrity: sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==,
- }
- engines: { node: ">=6.9.0" }
-
- "@babel/compat-data@7.29.0":
- resolution: {
- integrity: sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==,
- }
- engines: { node: ">=6.9.0" }
-
- "@babel/core@7.29.0":
- resolution: {
- integrity: sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==,
- }
- engines: { node: ">=6.9.0" }
-
- "@babel/generator@7.29.1":
- resolution: {
- integrity: sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==,
- }
- engines: { node: ">=6.9.0" }
-
- "@babel/helper-compilation-targets@7.28.6":
- resolution: {
- integrity: sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==,
- }
- engines: { node: ">=6.9.0" }
-
- "@babel/helper-globals@7.28.0":
- resolution: {
- integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==,
- }
- engines: { node: ">=6.9.0" }
-
- "@babel/helper-module-imports@7.28.6":
- resolution: {
- integrity: sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==,
- }
- engines: { node: ">=6.9.0" }
-
- "@babel/helper-module-transforms@7.28.6":
- resolution: {
- integrity: sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==,
- }
- engines: { node: ">=6.9.0" }
+
+ '@antfu/install-pkg@1.1.0':
+ resolution: {integrity: sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ==}
+
+ '@babel/code-frame@7.29.0':
+ resolution: {integrity: sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/compat-data@7.29.0':
+ resolution: {integrity: sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/core@7.29.0':
+ resolution: {integrity: sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/generator@7.29.1':
+ resolution: {integrity: sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/helper-compilation-targets@7.28.6':
+ resolution: {integrity: sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/helper-globals@7.28.0':
+ resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/helper-module-imports@7.28.6':
+ resolution: {integrity: sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/helper-module-transforms@7.28.6':
+ resolution: {integrity: sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0
+ '@babel/core': ^7.0.0
- "@babel/helper-string-parser@7.27.1":
- resolution: {
- integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==,
- }
- engines: { node: ">=6.9.0" }
+ '@babel/helper-string-parser@7.27.1':
+ resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
+ engines: {node: '>=6.9.0'}
- "@babel/helper-validator-identifier@7.28.5":
- resolution: {
- integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==,
- }
- engines: { node: ">=6.9.0" }
+ '@babel/helper-validator-identifier@7.28.5':
+ resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==}
+ engines: {node: '>=6.9.0'}
- "@babel/helper-validator-option@7.27.1":
- resolution: {
- integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==,
- }
- engines: { node: ">=6.9.0" }
+ '@babel/helper-validator-option@7.27.1':
+ resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==}
+ engines: {node: '>=6.9.0'}
- "@babel/helpers@7.29.2":
- resolution: {
- integrity: sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==,
- }
- engines: { node: ">=6.9.0" }
+ '@babel/helpers@7.29.2':
+ resolution: {integrity: sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==}
+ engines: {node: '>=6.9.0'}
- "@babel/parser@7.29.2":
- resolution: {
- integrity: sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==,
- }
- engines: { node: ">=6.0.0" }
+ '@babel/parser@7.29.2':
+ resolution: {integrity: sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==}
+ engines: {node: '>=6.0.0'}
hasBin: true
- "@babel/template@7.28.6":
- resolution: {
- integrity: sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==,
- }
- engines: { node: ">=6.9.0" }
+ '@babel/runtime@7.29.2':
+ resolution: {integrity: sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==}
+ engines: {node: '>=6.9.0'}
- "@babel/traverse@7.29.0":
- resolution: {
- integrity: sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==,
- }
- engines: { node: ">=6.9.0" }
+ '@babel/template@7.28.6':
+ resolution: {integrity: sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==}
+ engines: {node: '>=6.9.0'}
- "@babel/types@7.29.0":
- resolution: {
- integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==,
- }
- engines: { node: ">=6.9.0" }
+ '@babel/traverse@7.29.0':
+ resolution: {integrity: sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==}
+ engines: {node: '>=6.9.0'}
- "@braintree/sanitize-url@7.1.2":
- resolution: {
- integrity: sha512-jigsZK+sMF/cuiB7sERuo9V7N9jx+dhmHHnQyDSVdpZwVutaBu7WvNYqMDLSgFgfB30n452TP3vjDAvFC973mA==,
- }
+ '@babel/types@7.29.0':
+ resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==}
+ engines: {node: '>=6.9.0'}
- "@chevrotain/cst-dts-gen@11.1.2":
- resolution: {
- integrity: sha512-XTsjvDVB5nDZBQB8o0o/0ozNelQtn2KrUVteIHSlPd2VAV2utEb6JzyCJaJ8tGxACR4RiBNWy5uYUHX2eji88Q==,
- }
+ '@braintree/sanitize-url@7.1.2':
+ resolution: {integrity: sha512-jigsZK+sMF/cuiB7sERuo9V7N9jx+dhmHHnQyDSVdpZwVutaBu7WvNYqMDLSgFgfB30n452TP3vjDAvFC973mA==}
- "@chevrotain/gast@11.1.2":
- resolution: {
- integrity: sha512-Z9zfXR5jNZb1Hlsd/p+4XWeUFugrHirq36bKzPWDSIacV+GPSVXdk+ahVWZTwjhNwofAWg/sZg58fyucKSQx5g==,
- }
+ '@chevrotain/cst-dts-gen@11.1.2':
+ resolution: {integrity: sha512-XTsjvDVB5nDZBQB8o0o/0ozNelQtn2KrUVteIHSlPd2VAV2utEb6JzyCJaJ8tGxACR4RiBNWy5uYUHX2eji88Q==}
- "@chevrotain/regexp-to-ast@11.1.2":
- resolution: {
- integrity: sha512-nMU3Uj8naWer7xpZTYJdxbAs6RIv/dxYzkYU8GSwgUtcAAlzjcPfX1w+RKRcYG8POlzMeayOQ/znfwxEGo5ulw==,
- }
+ '@chevrotain/gast@11.1.2':
+ resolution: {integrity: sha512-Z9zfXR5jNZb1Hlsd/p+4XWeUFugrHirq36bKzPWDSIacV+GPSVXdk+ahVWZTwjhNwofAWg/sZg58fyucKSQx5g==}
- "@chevrotain/types@11.1.2":
- resolution: {
- integrity: sha512-U+HFai5+zmJCkK86QsaJtoITlboZHBqrVketcO2ROv865xfCMSFpELQoz1GkX5GzME8pTa+3kbKrZHQtI0gdbw==,
- }
+ '@chevrotain/regexp-to-ast@11.1.2':
+ resolution: {integrity: sha512-nMU3Uj8naWer7xpZTYJdxbAs6RIv/dxYzkYU8GSwgUtcAAlzjcPfX1w+RKRcYG8POlzMeayOQ/znfwxEGo5ulw==}
- "@chevrotain/utils@11.1.2":
- resolution: {
- integrity: sha512-4mudFAQ6H+MqBTfqLmU7G1ZwRzCLfJEooL/fsF6rCX5eePMbGhoy5n4g+G4vlh2muDcsCTJtL+uKbOzWxs5LHA==,
- }
+ '@chevrotain/types@11.1.2':
+ resolution: {integrity: sha512-U+HFai5+zmJCkK86QsaJtoITlboZHBqrVketcO2ROv865xfCMSFpELQoz1GkX5GzME8pTa+3kbKrZHQtI0gdbw==}
- "@emnapi/core@1.9.0":
- resolution: {
- integrity: sha512-0DQ98G9ZQZOxfUcQn1waV2yS8aWdZ6kJMbYCJB3oUBecjWYO1fqJ+a1DRfPF3O5JEkwqwP1A9QEN/9mYm2Yd0w==,
- }
+ '@chevrotain/utils@11.1.2':
+ resolution: {integrity: sha512-4mudFAQ6H+MqBTfqLmU7G1ZwRzCLfJEooL/fsF6rCX5eePMbGhoy5n4g+G4vlh2muDcsCTJtL+uKbOzWxs5LHA==}
- "@emnapi/runtime@1.9.0":
- resolution: {
- integrity: sha512-QN75eB0IH2ywSpRpNddCRfQIhmJYBCJ1x5Lb3IscKAL8bMnVAKnRg8dCoXbHzVLLH7P38N2Z3mtulB7W0J0FKw==,
- }
+ '@emnapi/core@1.9.0':
+ resolution: {integrity: sha512-0DQ98G9ZQZOxfUcQn1waV2yS8aWdZ6kJMbYCJB3oUBecjWYO1fqJ+a1DRfPF3O5JEkwqwP1A9QEN/9mYm2Yd0w==}
- "@emnapi/wasi-threads@1.2.0":
- resolution: {
- integrity: sha512-N10dEJNSsUx41Z6pZsXU8FjPjpBEplgH24sfkmITrBED1/U2Esum9F3lfLrMjKHHjmi557zQn7kR9R+XWXu5Rg==,
- }
+ '@emnapi/runtime@1.9.0':
+ resolution: {integrity: sha512-QN75eB0IH2ywSpRpNddCRfQIhmJYBCJ1x5Lb3IscKAL8bMnVAKnRg8dCoXbHzVLLH7P38N2Z3mtulB7W0J0FKw==}
- "@esbuild/aix-ppc64@0.25.12":
- resolution: {
- integrity: sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==,
- }
- engines: { node: ">=18" }
+ '@emnapi/wasi-threads@1.2.0':
+ resolution: {integrity: sha512-N10dEJNSsUx41Z6pZsXU8FjPjpBEplgH24sfkmITrBED1/U2Esum9F3lfLrMjKHHjmi557zQn7kR9R+XWXu5Rg==}
+
+ '@esbuild/aix-ppc64@0.25.12':
+ resolution: {integrity: sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==}
+ engines: {node: '>=18'}
cpu: [ppc64]
os: [aix]
- "@esbuild/android-arm64@0.25.12":
- resolution: {
- integrity: sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==,
- }
- engines: { node: ">=18" }
+ '@esbuild/android-arm64@0.25.12':
+ resolution: {integrity: sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==}
+ engines: {node: '>=18'}
cpu: [arm64]
os: [android]
- "@esbuild/android-arm@0.25.12":
- resolution: {
- integrity: sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==,
- }
- engines: { node: ">=18" }
+ '@esbuild/android-arm@0.25.12':
+ resolution: {integrity: sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==}
+ engines: {node: '>=18'}
cpu: [arm]
os: [android]
- "@esbuild/android-x64@0.25.12":
- resolution: {
- integrity: sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==,
- }
- engines: { node: ">=18" }
+ '@esbuild/android-x64@0.25.12':
+ resolution: {integrity: sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==}
+ engines: {node: '>=18'}
cpu: [x64]
os: [android]
- "@esbuild/darwin-arm64@0.25.12":
- resolution: {
- integrity: sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==,
- }
- engines: { node: ">=18" }
+ '@esbuild/darwin-arm64@0.25.12':
+ resolution: {integrity: sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==}
+ engines: {node: '>=18'}
cpu: [arm64]
os: [darwin]
- "@esbuild/darwin-x64@0.25.12":
- resolution: {
- integrity: sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==,
- }
- engines: { node: ">=18" }
+ '@esbuild/darwin-x64@0.25.12':
+ resolution: {integrity: sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==}
+ engines: {node: '>=18'}
cpu: [x64]
os: [darwin]
- "@esbuild/freebsd-arm64@0.25.12":
- resolution: {
- integrity: sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==,
- }
- engines: { node: ">=18" }
+ '@esbuild/freebsd-arm64@0.25.12':
+ resolution: {integrity: sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==}
+ engines: {node: '>=18'}
cpu: [arm64]
os: [freebsd]
- "@esbuild/freebsd-x64@0.25.12":
- resolution: {
- integrity: sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==,
- }
- engines: { node: ">=18" }
+ '@esbuild/freebsd-x64@0.25.12':
+ resolution: {integrity: sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==}
+ engines: {node: '>=18'}
cpu: [x64]
os: [freebsd]
- "@esbuild/linux-arm64@0.25.12":
- resolution: {
- integrity: sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==,
- }
- engines: { node: ">=18" }
+ '@esbuild/linux-arm64@0.25.12':
+ resolution: {integrity: sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==}
+ engines: {node: '>=18'}
cpu: [arm64]
os: [linux]
- "@esbuild/linux-arm@0.25.12":
- resolution: {
- integrity: sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==,
- }
- engines: { node: ">=18" }
+ '@esbuild/linux-arm@0.25.12':
+ resolution: {integrity: sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==}
+ engines: {node: '>=18'}
cpu: [arm]
os: [linux]
- "@esbuild/linux-ia32@0.25.12":
- resolution: {
- integrity: sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==,
- }
- engines: { node: ">=18" }
+ '@esbuild/linux-ia32@0.25.12':
+ resolution: {integrity: sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==}
+ engines: {node: '>=18'}
cpu: [ia32]
os: [linux]
- "@esbuild/linux-loong64@0.25.12":
- resolution: {
- integrity: sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==,
- }
- engines: { node: ">=18" }
+ '@esbuild/linux-loong64@0.25.12':
+ resolution: {integrity: sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==}
+ engines: {node: '>=18'}
cpu: [loong64]
os: [linux]
- "@esbuild/linux-mips64el@0.25.12":
- resolution: {
- integrity: sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==,
- }
- engines: { node: ">=18" }
+ '@esbuild/linux-mips64el@0.25.12':
+ resolution: {integrity: sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==}
+ engines: {node: '>=18'}
cpu: [mips64el]
os: [linux]
- "@esbuild/linux-ppc64@0.25.12":
- resolution: {
- integrity: sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==,
- }
- engines: { node: ">=18" }
+ '@esbuild/linux-ppc64@0.25.12':
+ resolution: {integrity: sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==}
+ engines: {node: '>=18'}
cpu: [ppc64]
os: [linux]
- "@esbuild/linux-riscv64@0.25.12":
- resolution: {
- integrity: sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==,
- }
- engines: { node: ">=18" }
+ '@esbuild/linux-riscv64@0.25.12':
+ resolution: {integrity: sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==}
+ engines: {node: '>=18'}
cpu: [riscv64]
os: [linux]
- "@esbuild/linux-s390x@0.25.12":
- resolution: {
- integrity: sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==,
- }
- engines: { node: ">=18" }
+ '@esbuild/linux-s390x@0.25.12':
+ resolution: {integrity: sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==}
+ engines: {node: '>=18'}
cpu: [s390x]
os: [linux]
- "@esbuild/linux-x64@0.25.12":
- resolution: {
- integrity: sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==,
- }
- engines: { node: ">=18" }
+ '@esbuild/linux-x64@0.25.12':
+ resolution: {integrity: sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==}
+ engines: {node: '>=18'}
cpu: [x64]
os: [linux]
- "@esbuild/netbsd-arm64@0.25.12":
- resolution: {
- integrity: sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==,
- }
- engines: { node: ">=18" }
+ '@esbuild/netbsd-arm64@0.25.12':
+ resolution: {integrity: sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==}
+ engines: {node: '>=18'}
cpu: [arm64]
os: [netbsd]
- "@esbuild/netbsd-x64@0.25.12":
- resolution: {
- integrity: sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==,
- }
- engines: { node: ">=18" }
+ '@esbuild/netbsd-x64@0.25.12':
+ resolution: {integrity: sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==}
+ engines: {node: '>=18'}
cpu: [x64]
os: [netbsd]
- "@esbuild/openbsd-arm64@0.25.12":
- resolution: {
- integrity: sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==,
- }
- engines: { node: ">=18" }
+ '@esbuild/openbsd-arm64@0.25.12':
+ resolution: {integrity: sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==}
+ engines: {node: '>=18'}
cpu: [arm64]
os: [openbsd]
- "@esbuild/openbsd-x64@0.25.12":
- resolution: {
- integrity: sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==,
- }
- engines: { node: ">=18" }
+ '@esbuild/openbsd-x64@0.25.12':
+ resolution: {integrity: sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==}
+ engines: {node: '>=18'}
cpu: [x64]
os: [openbsd]
- "@esbuild/openharmony-arm64@0.25.12":
- resolution: {
- integrity: sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==,
- }
- engines: { node: ">=18" }
+ '@esbuild/openharmony-arm64@0.25.12':
+ resolution: {integrity: sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==}
+ engines: {node: '>=18'}
cpu: [arm64]
os: [openharmony]
- "@esbuild/sunos-x64@0.25.12":
- resolution: {
- integrity: sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==,
- }
- engines: { node: ">=18" }
+ '@esbuild/sunos-x64@0.25.12':
+ resolution: {integrity: sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==}
+ engines: {node: '>=18'}
cpu: [x64]
os: [sunos]
- "@esbuild/win32-arm64@0.25.12":
- resolution: {
- integrity: sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==,
- }
- engines: { node: ">=18" }
+ '@esbuild/win32-arm64@0.25.12':
+ resolution: {integrity: sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==}
+ engines: {node: '>=18'}
cpu: [arm64]
os: [win32]
- "@esbuild/win32-ia32@0.25.12":
- resolution: {
- integrity: sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==,
- }
- engines: { node: ">=18" }
+ '@esbuild/win32-ia32@0.25.12':
+ resolution: {integrity: sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==}
+ engines: {node: '>=18'}
cpu: [ia32]
os: [win32]
- "@esbuild/win32-x64@0.25.12":
- resolution: {
- integrity: sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==,
- }
- engines: { node: ">=18" }
+ '@esbuild/win32-x64@0.25.12':
+ resolution: {integrity: sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==}
+ engines: {node: '>=18'}
cpu: [x64]
os: [win32]
- "@iconify/types@2.0.0":
- resolution: {
- integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==,
- }
-
- "@iconify/utils@3.1.0":
- resolution: {
- integrity: sha512-Zlzem1ZXhI1iHeeERabLNzBHdOa4VhQbqAcOQaMKuTuyZCpwKbC2R4Dd0Zo3g9EAc+Y4fiarO8HIHRAth7+skw==,
- }
-
- "@jridgewell/gen-mapping@0.3.13":
- resolution: {
- integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==,
- }
-
- "@jridgewell/remapping@2.3.5":
- resolution: {
- integrity: sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==,
- }
-
- "@jridgewell/resolve-uri@3.1.2":
- resolution: {
- integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==,
- }
- engines: { node: ">=6.0.0" }
-
- "@jridgewell/sourcemap-codec@1.5.5":
- resolution: {
- integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==,
- }
-
- "@jridgewell/trace-mapping@0.3.31":
- resolution: {
- integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==,
- }
-
- "@jsr/clo__lib@3.0.0":
- resolution: {
- integrity: sha512-oseZwHCAcXNPbqnGZ37l7+wAoj6ikIXE1VM0s6eD6fz4DcgM030Slf0T7Lgtn7fIdas5hlfx4JF54TR+vo4THw==,
- tarball: https://npm.jsr.io/~/11/@jsr/clo__lib/3.0.0.tgz,
- }
-
- "@mermaid-js/parser@1.0.1":
- resolution: {
- integrity: sha512-opmV19kN1JsK0T6HhhokHpcVkqKpF+x2pPDKKM2ThHtZAB5F4PROopk0amuVYK5qMrIA4erzpNm8gmPNJgMDxQ==,
- }
-
- "@napi-rs/wasm-runtime@1.1.1":
- resolution: {
- integrity: sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A==,
- }
-
- "@oxc-project/runtime@0.115.0":
- resolution: {
- integrity: sha512-Rg8Wlt5dCbXhQnsXPrkOjL1DTSvXLgb2R/KYfnf1/K+R0k6UMLEmbQXPM+kwrWqSmWA2t0B1EtHy2/3zikQpvQ==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
-
- "@oxc-project/types@0.115.0":
- resolution: {
- integrity: sha512-4n91DKnebUS4yjUHl2g3/b2T+IUdCfmoZGhmwsovZCDaJSs+QkVAM+0AqqTxHSsHfeiMuueT75cZaZcT/m0pSw==,
- }
-
- "@oxfmt/binding-android-arm-eabi@0.40.0":
- resolution: {
- integrity: sha512-S6zd5r1w/HmqR8t0CTnGjFTBLDq2QKORPwriCHxo4xFNuhmOTABGjPaNvCJJVnrKBLsohOeiDX3YqQfJPF+FXw==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@iconify/types@2.0.0':
+ resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==}
+
+ '@iconify/utils@3.1.0':
+ resolution: {integrity: sha512-Zlzem1ZXhI1iHeeERabLNzBHdOa4VhQbqAcOQaMKuTuyZCpwKbC2R4Dd0Zo3g9EAc+Y4fiarO8HIHRAth7+skw==}
+
+ '@jridgewell/gen-mapping@0.3.13':
+ resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
+
+ '@jridgewell/remapping@2.3.5':
+ resolution: {integrity: sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==}
+
+ '@jridgewell/resolve-uri@3.1.2':
+ resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
+ engines: {node: '>=6.0.0'}
+
+ '@jridgewell/sourcemap-codec@1.5.5':
+ resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
+
+ '@jridgewell/trace-mapping@0.3.31':
+ resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
+
+ '@jsr/clo__lib@3.0.0':
+ resolution: {integrity: sha512-oseZwHCAcXNPbqnGZ37l7+wAoj6ikIXE1VM0s6eD6fz4DcgM030Slf0T7Lgtn7fIdas5hlfx4JF54TR+vo4THw==, tarball: https://npm.jsr.io/~/11/@jsr/clo__lib/3.0.0.tgz}
+
+ '@mermaid-js/parser@1.0.1':
+ resolution: {integrity: sha512-opmV19kN1JsK0T6HhhokHpcVkqKpF+x2pPDKKM2ThHtZAB5F4PROopk0amuVYK5qMrIA4erzpNm8gmPNJgMDxQ==}
+
+ '@napi-rs/wasm-runtime@1.1.1':
+ resolution: {integrity: sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A==}
+
+ '@oxc-project/runtime@0.115.0':
+ resolution: {integrity: sha512-Rg8Wlt5dCbXhQnsXPrkOjL1DTSvXLgb2R/KYfnf1/K+R0k6UMLEmbQXPM+kwrWqSmWA2t0B1EtHy2/3zikQpvQ==}
+ engines: {node: ^20.19.0 || >=22.12.0}
+
+ '@oxc-project/types@0.115.0':
+ resolution: {integrity: sha512-4n91DKnebUS4yjUHl2g3/b2T+IUdCfmoZGhmwsovZCDaJSs+QkVAM+0AqqTxHSsHfeiMuueT75cZaZcT/m0pSw==}
+
+ '@oxfmt/binding-android-arm-eabi@0.40.0':
+ resolution: {integrity: sha512-S6zd5r1w/HmqR8t0CTnGjFTBLDq2QKORPwriCHxo4xFNuhmOTABGjPaNvCJJVnrKBLsohOeiDX3YqQfJPF+FXw==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm]
os: [android]
- "@oxfmt/binding-android-arm64@0.40.0":
- resolution: {
- integrity: sha512-/mbS9UUP/5Vbl2D6osIdcYiP0oie63LKMoTyGj5hyMCK/SFkl3EhtyRAfdjPvuvHC0SXdW6ePaTKkBSq1SNcIw==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@oxfmt/binding-android-arm64@0.40.0':
+ resolution: {integrity: sha512-/mbS9UUP/5Vbl2D6osIdcYiP0oie63LKMoTyGj5hyMCK/SFkl3EhtyRAfdjPvuvHC0SXdW6ePaTKkBSq1SNcIw==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [android]
- "@oxfmt/binding-darwin-arm64@0.40.0":
- resolution: {
- integrity: sha512-wRt8fRdfLiEhnRMBonlIbKrJWixoEmn6KCjKE9PElnrSDSXETGZfPb8ee+nQNTobXkCVvVLytp2o0obAsxl78Q==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@oxfmt/binding-darwin-arm64@0.40.0':
+ resolution: {integrity: sha512-wRt8fRdfLiEhnRMBonlIbKrJWixoEmn6KCjKE9PElnrSDSXETGZfPb8ee+nQNTobXkCVvVLytp2o0obAsxl78Q==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [darwin]
- "@oxfmt/binding-darwin-x64@0.40.0":
- resolution: {
- integrity: sha512-fzowhqbOE/NRy+AE5ob0+Y4X243WbWzDb00W+pKwD7d9tOqsAFbtWUwIyqqCoCLxj791m2xXIEeLH/3uz7zCCg==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@oxfmt/binding-darwin-x64@0.40.0':
+ resolution: {integrity: sha512-fzowhqbOE/NRy+AE5ob0+Y4X243WbWzDb00W+pKwD7d9tOqsAFbtWUwIyqqCoCLxj791m2xXIEeLH/3uz7zCCg==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [darwin]
- "@oxfmt/binding-freebsd-x64@0.40.0":
- resolution: {
- integrity: sha512-agZ9ITaqdBjcerRRFEHB8s0OyVcQW8F9ZxsszjxzeSthQ4fcN2MuOtQFWec1ed8/lDa50jSLHVE2/xPmTgtCfQ==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@oxfmt/binding-freebsd-x64@0.40.0':
+ resolution: {integrity: sha512-agZ9ITaqdBjcerRRFEHB8s0OyVcQW8F9ZxsszjxzeSthQ4fcN2MuOtQFWec1ed8/lDa50jSLHVE2/xPmTgtCfQ==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [freebsd]
- "@oxfmt/binding-linux-arm-gnueabihf@0.40.0":
- resolution: {
- integrity: sha512-ZM2oQ47p28TP1DVIp7HL1QoMUgqlBFHey0ksHct7tMXoU5BqjNvPWw7888azzMt25lnyPODVuye1wvNbvVUFOA==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@oxfmt/binding-linux-arm-gnueabihf@0.40.0':
+ resolution: {integrity: sha512-ZM2oQ47p28TP1DVIp7HL1QoMUgqlBFHey0ksHct7tMXoU5BqjNvPWw7888azzMt25lnyPODVuye1wvNbvVUFOA==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm]
os: [linux]
- "@oxfmt/binding-linux-arm-musleabihf@0.40.0":
- resolution: {
- integrity: sha512-RBFPAxRAIsMisKM47Oe6Lwdv6agZYLz02CUhVCD1sOv5ajAcRMrnwCFBPWwGXpazToW2mjnZxFos8TuFjTU15A==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@oxfmt/binding-linux-arm-musleabihf@0.40.0':
+ resolution: {integrity: sha512-RBFPAxRAIsMisKM47Oe6Lwdv6agZYLz02CUhVCD1sOv5ajAcRMrnwCFBPWwGXpazToW2mjnZxFos8TuFjTU15A==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm]
os: [linux]
- "@oxfmt/binding-linux-arm64-gnu@0.40.0":
- resolution: {
- integrity: sha512-Nb2XbQ+wV3W2jSIihXdPj7k83eOxeSgYP3N/SRXvQ6ZYPIk6Q86qEh5Gl/7OitX3bQoQrESqm1yMLvZV8/J7dA==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@oxfmt/binding-linux-arm64-gnu@0.40.0':
+ resolution: {integrity: sha512-Nb2XbQ+wV3W2jSIihXdPj7k83eOxeSgYP3N/SRXvQ6ZYPIk6Q86qEh5Gl/7OitX3bQoQrESqm1yMLvZV8/J7dA==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [linux]
- "@oxfmt/binding-linux-arm64-musl@0.40.0":
- resolution: {
- integrity: sha512-tGmWhLD/0YMotCdfezlT6tC/MJG/wKpo4vnQ3Cq+4eBk/BwNv7EmkD0VkD5F/dYkT3b8FNU01X2e8vvJuWoM1w==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@oxfmt/binding-linux-arm64-musl@0.40.0':
+ resolution: {integrity: sha512-tGmWhLD/0YMotCdfezlT6tC/MJG/wKpo4vnQ3Cq+4eBk/BwNv7EmkD0VkD5F/dYkT3b8FNU01X2e8vvJuWoM1w==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [linux]
- "@oxfmt/binding-linux-ppc64-gnu@0.40.0":
- resolution: {
- integrity: sha512-rVbFyM3e7YhkVnp0IVYjaSHfrBWcTRWb60LEcdNAJcE2mbhTpbqKufx0FrhWfoxOrW/+7UJonAOShoFFLigDqQ==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@oxfmt/binding-linux-ppc64-gnu@0.40.0':
+ resolution: {integrity: sha512-rVbFyM3e7YhkVnp0IVYjaSHfrBWcTRWb60LEcdNAJcE2mbhTpbqKufx0FrhWfoxOrW/+7UJonAOShoFFLigDqQ==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [ppc64]
os: [linux]
- "@oxfmt/binding-linux-riscv64-gnu@0.40.0":
- resolution: {
- integrity: sha512-3ZqBw14JtWeEoLiioJcXSJz8RQyPE+3jLARnYM1HdPzZG4vk+Ua8CUupt2+d+vSAvMyaQBTN2dZK+kbBS/j5mA==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@oxfmt/binding-linux-riscv64-gnu@0.40.0':
+ resolution: {integrity: sha512-3ZqBw14JtWeEoLiioJcXSJz8RQyPE+3jLARnYM1HdPzZG4vk+Ua8CUupt2+d+vSAvMyaQBTN2dZK+kbBS/j5mA==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [riscv64]
os: [linux]
- "@oxfmt/binding-linux-riscv64-musl@0.40.0":
- resolution: {
- integrity: sha512-JJ4PPSdcbGBjPvb+O7xYm2FmAsKCyuEMYhqatBAHMp/6TA6rVlf9Z/sYPa4/3Bommb+8nndm15SPFRHEPU5qFA==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@oxfmt/binding-linux-riscv64-musl@0.40.0':
+ resolution: {integrity: sha512-JJ4PPSdcbGBjPvb+O7xYm2FmAsKCyuEMYhqatBAHMp/6TA6rVlf9Z/sYPa4/3Bommb+8nndm15SPFRHEPU5qFA==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [riscv64]
os: [linux]
- "@oxfmt/binding-linux-s390x-gnu@0.40.0":
- resolution: {
- integrity: sha512-Kp0zNJoX9Ik77wUya2tpBY3W9f40VUoMQLWVaob5SgCrblH/t2xr/9B2bWHfs0WCefuGmqXcB+t0Lq77sbBmZw==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@oxfmt/binding-linux-s390x-gnu@0.40.0':
+ resolution: {integrity: sha512-Kp0zNJoX9Ik77wUya2tpBY3W9f40VUoMQLWVaob5SgCrblH/t2xr/9B2bWHfs0WCefuGmqXcB+t0Lq77sbBmZw==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [s390x]
os: [linux]
- "@oxfmt/binding-linux-x64-gnu@0.40.0":
- resolution: {
- integrity: sha512-7YTCNzleWTaQTqNGUNQ66qVjpoV6DjbCOea+RnpMBly2bpzrI/uu7Rr+2zcgRfNxyjXaFTVQKaRKjqVdeUfeVA==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@oxfmt/binding-linux-x64-gnu@0.40.0':
+ resolution: {integrity: sha512-7YTCNzleWTaQTqNGUNQ66qVjpoV6DjbCOea+RnpMBly2bpzrI/uu7Rr+2zcgRfNxyjXaFTVQKaRKjqVdeUfeVA==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [linux]
- "@oxfmt/binding-linux-x64-musl@0.40.0":
- resolution: {
- integrity: sha512-hWnSzJ0oegeOwfOEeejYXfBqmnRGHusgtHfCPzmvJvHTwy1s3Neo59UKc1CmpE3zxvrCzJoVHos0rr97GHMNPw==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@oxfmt/binding-linux-x64-musl@0.40.0':
+ resolution: {integrity: sha512-hWnSzJ0oegeOwfOEeejYXfBqmnRGHusgtHfCPzmvJvHTwy1s3Neo59UKc1CmpE3zxvrCzJoVHos0rr97GHMNPw==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [linux]
- "@oxfmt/binding-openharmony-arm64@0.40.0":
- resolution: {
- integrity: sha512-28sJC1lR4qtBJGzSRRbPnSW3GxU2+4YyQFE6rCmsUYqZ5XYH8jg0/w+CvEzQ8TuAQz5zLkcA25nFQGwoU0PT3Q==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@oxfmt/binding-openharmony-arm64@0.40.0':
+ resolution: {integrity: sha512-28sJC1lR4qtBJGzSRRbPnSW3GxU2+4YyQFE6rCmsUYqZ5XYH8jg0/w+CvEzQ8TuAQz5zLkcA25nFQGwoU0PT3Q==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [openharmony]
- "@oxfmt/binding-win32-arm64-msvc@0.40.0":
- resolution: {
- integrity: sha512-cDkRnyT0dqwF5oIX1Cv59HKCeZQFbWWdUpXa3uvnHFT2iwYSSZspkhgjXjU6iDp5pFPaAEAe9FIbMoTgkTmKPg==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@oxfmt/binding-win32-arm64-msvc@0.40.0':
+ resolution: {integrity: sha512-cDkRnyT0dqwF5oIX1Cv59HKCeZQFbWWdUpXa3uvnHFT2iwYSSZspkhgjXjU6iDp5pFPaAEAe9FIbMoTgkTmKPg==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [win32]
- "@oxfmt/binding-win32-ia32-msvc@0.40.0":
- resolution: {
- integrity: sha512-7rPemBJjqm5Gkv6ZRCPvK8lE6AqQ/2z31DRdWazyx2ZvaSgL7QGofHXHNouRpPvNsT9yxRNQJgigsWkc+0qg4w==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@oxfmt/binding-win32-ia32-msvc@0.40.0':
+ resolution: {integrity: sha512-7rPemBJjqm5Gkv6ZRCPvK8lE6AqQ/2z31DRdWazyx2ZvaSgL7QGofHXHNouRpPvNsT9yxRNQJgigsWkc+0qg4w==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [ia32]
os: [win32]
- "@oxfmt/binding-win32-x64-msvc@0.40.0":
- resolution: {
- integrity: sha512-/Zmj0yTYSvmha6TG1QnoLqVT7ZMRDqXvFXXBQpIjteEwx9qvUYMBH2xbiOFhDeMUJkGwC3D6fdKsFtaqUvkwNA==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@oxfmt/binding-win32-x64-msvc@0.40.0':
+ resolution: {integrity: sha512-/Zmj0yTYSvmha6TG1QnoLqVT7ZMRDqXvFXXBQpIjteEwx9qvUYMBH2xbiOFhDeMUJkGwC3D6fdKsFtaqUvkwNA==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [win32]
- "@oxlint-tsgolint/darwin-arm64@0.17.0":
- resolution: {
- integrity: sha512-z3XwCDuOAKgk7bO4y5tyH8Zogwr51G56R0XGKC3tlAbrAq8DecoxAd3qhRZqWBMG2Gzl5bWU3Ghu7lrxuLPzYw==,
- }
+ '@oxlint-tsgolint/darwin-arm64@0.17.0':
+ resolution: {integrity: sha512-z3XwCDuOAKgk7bO4y5tyH8Zogwr51G56R0XGKC3tlAbrAq8DecoxAd3qhRZqWBMG2Gzl5bWU3Ghu7lrxuLPzYw==}
cpu: [arm64]
os: [darwin]
- "@oxlint-tsgolint/darwin-x64@0.17.0":
- resolution: {
- integrity: sha512-TZgVXy0MtI8nt0MYiceuZhHPwHcwlIZ/YwzFTAKrgdHiTvVzFbqHVdXi5wbZfT/o1nHGw9fbGWPlb6qKZ4uZ9Q==,
- }
+ '@oxlint-tsgolint/darwin-x64@0.17.0':
+ resolution: {integrity: sha512-TZgVXy0MtI8nt0MYiceuZhHPwHcwlIZ/YwzFTAKrgdHiTvVzFbqHVdXi5wbZfT/o1nHGw9fbGWPlb6qKZ4uZ9Q==}
cpu: [x64]
os: [darwin]
- "@oxlint-tsgolint/linux-arm64@0.17.0":
- resolution: {
- integrity: sha512-IDfhFl/Y8bjidCvAP6QAxVyBsl78TmfCHlfjtEv2XtJXgYmIwzv6muO18XMp74SZ2qAyD4y2n2dUedrmghGHeA==,
- }
+ '@oxlint-tsgolint/linux-arm64@0.17.0':
+ resolution: {integrity: sha512-IDfhFl/Y8bjidCvAP6QAxVyBsl78TmfCHlfjtEv2XtJXgYmIwzv6muO18XMp74SZ2qAyD4y2n2dUedrmghGHeA==}
cpu: [arm64]
os: [linux]
- "@oxlint-tsgolint/linux-x64@0.17.0":
- resolution: {
- integrity: sha512-Bgdgqx/m8EnfjmmlRLEeYy9Yhdt1GdFrMr5mTu/NyLRGkB1C9VLAikdxB7U9QambAGTAmjMbHNFDFk8Vx69Huw==,
- }
+ '@oxlint-tsgolint/linux-x64@0.17.0':
+ resolution: {integrity: sha512-Bgdgqx/m8EnfjmmlRLEeYy9Yhdt1GdFrMr5mTu/NyLRGkB1C9VLAikdxB7U9QambAGTAmjMbHNFDFk8Vx69Huw==}
cpu: [x64]
os: [linux]
- "@oxlint-tsgolint/win32-arm64@0.17.0":
- resolution: {
- integrity: sha512-dO6wyKMDqFWh1vwr+zNZS7/ovlfGgl4S3P1LDy4CKjP6V6NGtdmEwWkWax8j/I8RzGZdfXKnoUfb/qhVg5bx0w==,
- }
+ '@oxlint-tsgolint/win32-arm64@0.17.0':
+ resolution: {integrity: sha512-dO6wyKMDqFWh1vwr+zNZS7/ovlfGgl4S3P1LDy4CKjP6V6NGtdmEwWkWax8j/I8RzGZdfXKnoUfb/qhVg5bx0w==}
cpu: [arm64]
os: [win32]
- "@oxlint-tsgolint/win32-x64@0.17.0":
- resolution: {
- integrity: sha512-lPGYFp3yX2nh6hLTpIuMnJbZnt3Df42VkoA/fSkMYi2a/LXdDytQGpgZOrb5j47TICARd34RauKm0P3OA4Oxbw==,
- }
+ '@oxlint-tsgolint/win32-x64@0.17.0':
+ resolution: {integrity: sha512-lPGYFp3yX2nh6hLTpIuMnJbZnt3Df42VkoA/fSkMYi2a/LXdDytQGpgZOrb5j47TICARd34RauKm0P3OA4Oxbw==}
cpu: [x64]
os: [win32]
- "@oxlint/binding-android-arm-eabi@1.55.0":
- resolution: {
- integrity: sha512-NhvgAhncTSOhRahQSCnkK/4YIGPjTmhPurQQ2dwt2IvwCMTvZRW5vF2K10UBOxFve4GZDMw6LtXZdC2qeuYIVQ==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@oxlint/binding-android-arm-eabi@1.55.0':
+ resolution: {integrity: sha512-NhvgAhncTSOhRahQSCnkK/4YIGPjTmhPurQQ2dwt2IvwCMTvZRW5vF2K10UBOxFve4GZDMw6LtXZdC2qeuYIVQ==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm]
os: [android]
- "@oxlint/binding-android-arm64@1.55.0":
- resolution: {
- integrity: sha512-P9iWRh+Ugqhg+D7rkc7boHX8o3H2h7YPcZHQIgvVBgnua5tk4LR2L+IBlreZs58/95cd2x3/004p5VsQM9z4SA==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@oxlint/binding-android-arm64@1.55.0':
+ resolution: {integrity: sha512-P9iWRh+Ugqhg+D7rkc7boHX8o3H2h7YPcZHQIgvVBgnua5tk4LR2L+IBlreZs58/95cd2x3/004p5VsQM9z4SA==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [android]
- "@oxlint/binding-darwin-arm64@1.55.0":
- resolution: {
- integrity: sha512-esakkJIt7WFAhT30P/Qzn96ehFpzdZ1mNuzpOb8SCW7lI4oB8VsyQnkSHREM671jfpuBb/o2ppzBCx5l0jpgMA==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@oxlint/binding-darwin-arm64@1.55.0':
+ resolution: {integrity: sha512-esakkJIt7WFAhT30P/Qzn96ehFpzdZ1mNuzpOb8SCW7lI4oB8VsyQnkSHREM671jfpuBb/o2ppzBCx5l0jpgMA==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [darwin]
- "@oxlint/binding-darwin-x64@1.55.0":
- resolution: {
- integrity: sha512-xDMFRCCAEK9fOH6As2z8ELsC+VDGSFRHwIKVSilw+xhgLwTDFu37rtmRbmUlx8rRGS6cWKQPTc47AVxAZEVVPQ==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@oxlint/binding-darwin-x64@1.55.0':
+ resolution: {integrity: sha512-xDMFRCCAEK9fOH6As2z8ELsC+VDGSFRHwIKVSilw+xhgLwTDFu37rtmRbmUlx8rRGS6cWKQPTc47AVxAZEVVPQ==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [darwin]
- "@oxlint/binding-freebsd-x64@1.55.0":
- resolution: {
- integrity: sha512-mYZqnwUD7ALCRxGenyLd1uuG+rHCL+OTT6S8FcAbVm/ZT2AZMGjvibp3F6k1SKOb2aeqFATmwRykrE41Q0GWVw==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@oxlint/binding-freebsd-x64@1.55.0':
+ resolution: {integrity: sha512-mYZqnwUD7ALCRxGenyLd1uuG+rHCL+OTT6S8FcAbVm/ZT2AZMGjvibp3F6k1SKOb2aeqFATmwRykrE41Q0GWVw==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [freebsd]
- "@oxlint/binding-linux-arm-gnueabihf@1.55.0":
- resolution: {
- integrity: sha512-LcX6RYcF9vL9ESGwJW3yyIZ/d/ouzdOKXxCdey1q0XJOW1asrHsIg5MmyKdEBR4plQx+shvYeQne7AzW5f3T1w==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@oxlint/binding-linux-arm-gnueabihf@1.55.0':
+ resolution: {integrity: sha512-LcX6RYcF9vL9ESGwJW3yyIZ/d/ouzdOKXxCdey1q0XJOW1asrHsIg5MmyKdEBR4plQx+shvYeQne7AzW5f3T1w==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm]
os: [linux]
- "@oxlint/binding-linux-arm-musleabihf@1.55.0":
- resolution: {
- integrity: sha512-C+8GS1rPtK+dI7mJFkqoRBkDuqbrNihnyYQsJPS9ez+8zF9JzfvU19lawqt4l/Y23o5uQswE/DORa8aiXUih3w==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@oxlint/binding-linux-arm-musleabihf@1.55.0':
+ resolution: {integrity: sha512-C+8GS1rPtK+dI7mJFkqoRBkDuqbrNihnyYQsJPS9ez+8zF9JzfvU19lawqt4l/Y23o5uQswE/DORa8aiXUih3w==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm]
os: [linux]
- "@oxlint/binding-linux-arm64-gnu@1.55.0":
- resolution: {
- integrity: sha512-ErLE4XbmcCopA4/CIDiH6J1IAaDOMnf/KSx/aFObs4/OjAAM3sFKWGZ57pNOMxhhyBdcmcXwYymph9GwcpcqgQ==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@oxlint/binding-linux-arm64-gnu@1.55.0':
+ resolution: {integrity: sha512-ErLE4XbmcCopA4/CIDiH6J1IAaDOMnf/KSx/aFObs4/OjAAM3sFKWGZ57pNOMxhhyBdcmcXwYymph9GwcpcqgQ==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [linux]
- "@oxlint/binding-linux-arm64-musl@1.55.0":
- resolution: {
- integrity: sha512-/kp65avi6zZfqEng56TTuhiy3P/3pgklKIdf38yvYeJ9/PgEeRA2A2AqKAKbZBNAqUzrzHhz9jF6j/PZvhJzTQ==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@oxlint/binding-linux-arm64-musl@1.55.0':
+ resolution: {integrity: sha512-/kp65avi6zZfqEng56TTuhiy3P/3pgklKIdf38yvYeJ9/PgEeRA2A2AqKAKbZBNAqUzrzHhz9jF6j/PZvhJzTQ==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [linux]
- "@oxlint/binding-linux-ppc64-gnu@1.55.0":
- resolution: {
- integrity: sha512-A6pTdXwcEEwL/nmz0eUJ6WxmxcoIS+97GbH96gikAyre3s5deC7sts38ZVVowjS2QQFuSWkpA4ZmQC0jZSNvJQ==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@oxlint/binding-linux-ppc64-gnu@1.55.0':
+ resolution: {integrity: sha512-A6pTdXwcEEwL/nmz0eUJ6WxmxcoIS+97GbH96gikAyre3s5deC7sts38ZVVowjS2QQFuSWkpA4ZmQC0jZSNvJQ==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [ppc64]
os: [linux]
- "@oxlint/binding-linux-riscv64-gnu@1.55.0":
- resolution: {
- integrity: sha512-clj0lnIN+V52G9tdtZl0LbdTSurnZ1NZj92Je5X4lC7gP5jiCSW+Y/oiDiSauBAD4wrHt2S7nN3pA0zfKYK/6Q==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@oxlint/binding-linux-riscv64-gnu@1.55.0':
+ resolution: {integrity: sha512-clj0lnIN+V52G9tdtZl0LbdTSurnZ1NZj92Je5X4lC7gP5jiCSW+Y/oiDiSauBAD4wrHt2S7nN3pA0zfKYK/6Q==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [riscv64]
os: [linux]
- "@oxlint/binding-linux-riscv64-musl@1.55.0":
- resolution: {
- integrity: sha512-NNu08pllN5x/O94/sgR3DA8lbrGBnTHsINZZR0hcav1sj79ksTiKKm1mRzvZvacwQ0hUnGinFo+JO75ok2PxYg==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@oxlint/binding-linux-riscv64-musl@1.55.0':
+ resolution: {integrity: sha512-NNu08pllN5x/O94/sgR3DA8lbrGBnTHsINZZR0hcav1sj79ksTiKKm1mRzvZvacwQ0hUnGinFo+JO75ok2PxYg==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [riscv64]
os: [linux]
- "@oxlint/binding-linux-s390x-gnu@1.55.0":
- resolution: {
- integrity: sha512-BvfQz3PRlWZRoEZ17dZCqgQsMRdpzGZomJkVATwCIGhHVVeHJMQdmdXPSjcT1DCNUrOjXnVyj1RGDj5+/Je2+Q==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@oxlint/binding-linux-s390x-gnu@1.55.0':
+ resolution: {integrity: sha512-BvfQz3PRlWZRoEZ17dZCqgQsMRdpzGZomJkVATwCIGhHVVeHJMQdmdXPSjcT1DCNUrOjXnVyj1RGDj5+/Je2+Q==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [s390x]
os: [linux]
- "@oxlint/binding-linux-x64-gnu@1.55.0":
- resolution: {
- integrity: sha512-ngSOoFCSBMKVQd24H8zkbcBNc7EHhjnF1sv3mC9NNXQ/4rRjI/4Dj9+9XoDZeFEkF1SX1COSBXF1b2Pr9rqdEw==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@oxlint/binding-linux-x64-gnu@1.55.0':
+ resolution: {integrity: sha512-ngSOoFCSBMKVQd24H8zkbcBNc7EHhjnF1sv3mC9NNXQ/4rRjI/4Dj9+9XoDZeFEkF1SX1COSBXF1b2Pr9rqdEw==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [linux]
- "@oxlint/binding-linux-x64-musl@1.55.0":
- resolution: {
- integrity: sha512-BDpP7W8GlaG7BR6QjGZAleYzxoyKc/D24spZIF2mB3XsfALQJJT/OBmP8YpeTb1rveFSBHzl8T7l0aqwkWNdGA==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@oxlint/binding-linux-x64-musl@1.55.0':
+ resolution: {integrity: sha512-BDpP7W8GlaG7BR6QjGZAleYzxoyKc/D24spZIF2mB3XsfALQJJT/OBmP8YpeTb1rveFSBHzl8T7l0aqwkWNdGA==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [linux]
- "@oxlint/binding-openharmony-arm64@1.55.0":
- resolution: {
- integrity: sha512-PS6GFvmde/pc3fCA2Srt51glr8Lcxhpf6WIBFfLphndjRrD34NEcses4TSxQrEcxYo6qVywGfylM0ZhSCF2gGA==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@oxlint/binding-openharmony-arm64@1.55.0':
+ resolution: {integrity: sha512-PS6GFvmde/pc3fCA2Srt51glr8Lcxhpf6WIBFfLphndjRrD34NEcses4TSxQrEcxYo6qVywGfylM0ZhSCF2gGA==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [openharmony]
- "@oxlint/binding-win32-arm64-msvc@1.55.0":
- resolution: {
- integrity: sha512-P6JcLJGs/q1UOvDLzN8otd9JsH4tsuuPDv+p7aHqHM3PrKmYdmUvkNj4K327PTd35AYcznOCN+l4ZOaq76QzSw==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@oxlint/binding-win32-arm64-msvc@1.55.0':
+ resolution: {integrity: sha512-P6JcLJGs/q1UOvDLzN8otd9JsH4tsuuPDv+p7aHqHM3PrKmYdmUvkNj4K327PTd35AYcznOCN+l4ZOaq76QzSw==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [win32]
- "@oxlint/binding-win32-ia32-msvc@1.55.0":
- resolution: {
- integrity: sha512-gzkk4zE2zsE+WmRxFOiAZHpCpUNDFytEakqNXoNHW+PnYEOTPKDdW6nrzgSeTbGKVPXNAKQnRnMgrh7+n3Xueg==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@oxlint/binding-win32-ia32-msvc@1.55.0':
+ resolution: {integrity: sha512-gzkk4zE2zsE+WmRxFOiAZHpCpUNDFytEakqNXoNHW+PnYEOTPKDdW6nrzgSeTbGKVPXNAKQnRnMgrh7+n3Xueg==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [ia32]
os: [win32]
- "@oxlint/binding-win32-x64-msvc@1.55.0":
- resolution: {
- integrity: sha512-ZFALNow2/og75gvYzNP7qe+rREQ5xunktwA+lgykoozHZ6hw9bqg4fn5j2UvG4gIn1FXqrZHkOAXuPf5+GOYTQ==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@oxlint/binding-win32-x64-msvc@1.55.0':
+ resolution: {integrity: sha512-ZFALNow2/og75gvYzNP7qe+rREQ5xunktwA+lgykoozHZ6hw9bqg4fn5j2UvG4gIn1FXqrZHkOAXuPf5+GOYTQ==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [win32]
- "@polka/url@1.0.0-next.29":
- resolution: {
- integrity: sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==,
- }
+ '@polka/url@1.0.0-next.29':
+ resolution: {integrity: sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==}
- "@preact/signals-core@1.14.0":
- resolution: {
- integrity: sha512-AowtCcCU/33lFlh1zRFf/u+12rfrhtNakj7UpaGEsmMwUKpKWMVvcktOGcwBBNiB4lWrZWc01LhiyyzVklJyaQ==,
- }
+ '@preact/signals-core@1.14.0':
+ resolution: {integrity: sha512-AowtCcCU/33lFlh1zRFf/u+12rfrhtNakj7UpaGEsmMwUKpKWMVvcktOGcwBBNiB4lWrZWc01LhiyyzVklJyaQ==}
- "@preact/signals@1.3.4":
- resolution: {
- integrity: sha512-TPMkStdT0QpSc8FpB63aOwXoSiZyIrPsP9Uj347KopdS6olZdAYeeird/5FZv/M1Yc1ge5qstub2o8VDbvkT4g==,
- }
+ '@preact/signals@1.3.4':
+ resolution: {integrity: sha512-TPMkStdT0QpSc8FpB63aOwXoSiZyIrPsP9Uj347KopdS6olZdAYeeird/5FZv/M1Yc1ge5qstub2o8VDbvkT4g==}
peerDependencies:
preact: 10.x
- "@rolldown/binding-android-arm64@1.0.0-rc.9":
- resolution: {
- integrity: sha512-lcJL0bN5hpgJfSIz/8PIf02irmyL43P+j1pTCfbD1DbLkmGRuFIA4DD3B3ZOvGqG0XiVvRznbKtN0COQVaKUTg==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@rolldown/binding-android-arm64@1.0.0-rc.9':
+ resolution: {integrity: sha512-lcJL0bN5hpgJfSIz/8PIf02irmyL43P+j1pTCfbD1DbLkmGRuFIA4DD3B3ZOvGqG0XiVvRznbKtN0COQVaKUTg==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [android]
- "@rolldown/binding-darwin-arm64@1.0.0-rc.9":
- resolution: {
- integrity: sha512-J7Zk3kLYFsLtuH6U+F4pS2sYVzac0qkjcO5QxHS7OS7yZu2LRs+IXo+uvJ/mvpyUljDJ3LROZPoQfgBIpCMhdQ==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@rolldown/binding-darwin-arm64@1.0.0-rc.9':
+ resolution: {integrity: sha512-J7Zk3kLYFsLtuH6U+F4pS2sYVzac0qkjcO5QxHS7OS7yZu2LRs+IXo+uvJ/mvpyUljDJ3LROZPoQfgBIpCMhdQ==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [darwin]
- "@rolldown/binding-darwin-x64@1.0.0-rc.9":
- resolution: {
- integrity: sha512-iwtmmghy8nhfRGeNAIltcNXzD0QMNaaA5U/NyZc1Ia4bxrzFByNMDoppoC+hl7cDiUq5/1CnFthpT9n+UtfFyg==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@rolldown/binding-darwin-x64@1.0.0-rc.9':
+ resolution: {integrity: sha512-iwtmmghy8nhfRGeNAIltcNXzD0QMNaaA5U/NyZc1Ia4bxrzFByNMDoppoC+hl7cDiUq5/1CnFthpT9n+UtfFyg==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [darwin]
- "@rolldown/binding-freebsd-x64@1.0.0-rc.9":
- resolution: {
- integrity: sha512-DLFYI78SCiZr5VvdEplsVC2Vx53lnA4/Ga5C65iyldMVaErr86aiqCoNBLl92PXPfDtUYjUh+xFFor40ueNs4Q==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@rolldown/binding-freebsd-x64@1.0.0-rc.9':
+ resolution: {integrity: sha512-DLFYI78SCiZr5VvdEplsVC2Vx53lnA4/Ga5C65iyldMVaErr86aiqCoNBLl92PXPfDtUYjUh+xFFor40ueNs4Q==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [freebsd]
- "@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.9":
- resolution: {
- integrity: sha512-CsjTmTwd0Hri6iTw/DRMK7kOZ7FwAkrO4h8YWKoX/kcj833e4coqo2wzIFywtch/8Eb5enQ/lwLM7w6JX1W5RQ==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.9':
+ resolution: {integrity: sha512-CsjTmTwd0Hri6iTw/DRMK7kOZ7FwAkrO4h8YWKoX/kcj833e4coqo2wzIFywtch/8Eb5enQ/lwLM7w6JX1W5RQ==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm]
os: [linux]
- "@rolldown/binding-linux-arm64-gnu@1.0.0-rc.9":
- resolution: {
- integrity: sha512-2x9O2JbSPxpxMDhP9Z74mahAStibTlrBMW0520+epJH5sac7/LwZW5Bmg/E6CXuEF53JJFW509uP+lSedaUNxg==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@rolldown/binding-linux-arm64-gnu@1.0.0-rc.9':
+ resolution: {integrity: sha512-2x9O2JbSPxpxMDhP9Z74mahAStibTlrBMW0520+epJH5sac7/LwZW5Bmg/E6CXuEF53JJFW509uP+lSedaUNxg==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [linux]
- "@rolldown/binding-linux-arm64-musl@1.0.0-rc.9":
- resolution: {
- integrity: sha512-JA1QRW31ogheAIRhIg9tjMfsYbglXXYGNPLdPEYrwFxdbkQCAzvpSCSHCDWNl4hTtrol8WeboCSEpjdZK8qrCg==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@rolldown/binding-linux-arm64-musl@1.0.0-rc.9':
+ resolution: {integrity: sha512-JA1QRW31ogheAIRhIg9tjMfsYbglXXYGNPLdPEYrwFxdbkQCAzvpSCSHCDWNl4hTtrol8WeboCSEpjdZK8qrCg==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [linux]
- "@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.9":
- resolution: {
- integrity: sha512-aOKU9dJheda8Kj8Y3w9gnt9QFOO+qKPAl8SWd7JPHP+Cu0EuDAE5wokQubLzIDQWg2myXq2XhTpOVS07qqvT+w==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.9':
+ resolution: {integrity: sha512-aOKU9dJheda8Kj8Y3w9gnt9QFOO+qKPAl8SWd7JPHP+Cu0EuDAE5wokQubLzIDQWg2myXq2XhTpOVS07qqvT+w==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [ppc64]
os: [linux]
- "@rolldown/binding-linux-s390x-gnu@1.0.0-rc.9":
- resolution: {
- integrity: sha512-OalO94fqj7IWRn3VdXWty75jC5dk4C197AWEuMhIpvVv2lw9fiPhud0+bW2ctCxb3YoBZor71QHbY+9/WToadA==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@rolldown/binding-linux-s390x-gnu@1.0.0-rc.9':
+ resolution: {integrity: sha512-OalO94fqj7IWRn3VdXWty75jC5dk4C197AWEuMhIpvVv2lw9fiPhud0+bW2ctCxb3YoBZor71QHbY+9/WToadA==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [s390x]
os: [linux]
- "@rolldown/binding-linux-x64-gnu@1.0.0-rc.9":
- resolution: {
- integrity: sha512-cVEl1vZtBsBZna3YMjGXNvnYYrOJ7RzuWvZU0ffvJUexWkukMaDuGhUXn0rjnV0ptzGVkvc+vW9Yqy6h8YX4pg==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@rolldown/binding-linux-x64-gnu@1.0.0-rc.9':
+ resolution: {integrity: sha512-cVEl1vZtBsBZna3YMjGXNvnYYrOJ7RzuWvZU0ffvJUexWkukMaDuGhUXn0rjnV0ptzGVkvc+vW9Yqy6h8YX4pg==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [linux]
- "@rolldown/binding-linux-x64-musl@1.0.0-rc.9":
- resolution: {
- integrity: sha512-UzYnKCIIc4heAKgI4PZ3dfBGUZefGCJ1TPDuLHoCzgrMYPb5Rv6TLFuYtyM4rWyHM7hymNdsg5ik2C+UD9VDbA==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@rolldown/binding-linux-x64-musl@1.0.0-rc.9':
+ resolution: {integrity: sha512-UzYnKCIIc4heAKgI4PZ3dfBGUZefGCJ1TPDuLHoCzgrMYPb5Rv6TLFuYtyM4rWyHM7hymNdsg5ik2C+UD9VDbA==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [linux]
- "@rolldown/binding-openharmony-arm64@1.0.0-rc.9":
- resolution: {
- integrity: sha512-+6zoiF+RRyf5cdlFQP7nm58mq7+/2PFaY2DNQeD4B87N36JzfF/l9mdBkkmTvSYcYPE8tMh/o3cRlsx1ldLfog==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@rolldown/binding-openharmony-arm64@1.0.0-rc.9':
+ resolution: {integrity: sha512-+6zoiF+RRyf5cdlFQP7nm58mq7+/2PFaY2DNQeD4B87N36JzfF/l9mdBkkmTvSYcYPE8tMh/o3cRlsx1ldLfog==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [openharmony]
- "@rolldown/binding-wasm32-wasi@1.0.0-rc.9":
- resolution: {
- integrity: sha512-rgFN6sA/dyebil3YTlL2evvi/M+ivhfnyxec7AccTpRPccno/rPoNlqybEZQBkcbZu8Hy+eqNJCqfBR8P7Pg8g==,
- }
- engines: { node: ">=14.0.0" }
+ '@rolldown/binding-wasm32-wasi@1.0.0-rc.9':
+ resolution: {integrity: sha512-rgFN6sA/dyebil3YTlL2evvi/M+ivhfnyxec7AccTpRPccno/rPoNlqybEZQBkcbZu8Hy+eqNJCqfBR8P7Pg8g==}
+ engines: {node: '>=14.0.0'}
cpu: [wasm32]
- "@rolldown/binding-win32-arm64-msvc@1.0.0-rc.9":
- resolution: {
- integrity: sha512-lHVNUG/8nlF1IQk1C0Ci574qKYyty2goMiPlRqkC5R+3LkXDkL5Dhx8ytbxq35m+pkHVIvIxviD+TWLdfeuadA==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@rolldown/binding-win32-arm64-msvc@1.0.0-rc.9':
+ resolution: {integrity: sha512-lHVNUG/8nlF1IQk1C0Ci574qKYyty2goMiPlRqkC5R+3LkXDkL5Dhx8ytbxq35m+pkHVIvIxviD+TWLdfeuadA==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [win32]
- "@rolldown/binding-win32-x64-msvc@1.0.0-rc.9":
- resolution: {
- integrity: sha512-G0oA4+w1iY5AGi5HcDTxWsoxF509hrFIPB2rduV5aDqS9FtDg1CAfa7V34qImbjfhIcA8C+RekocJZA96EarwQ==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@rolldown/binding-win32-x64-msvc@1.0.0-rc.9':
+ resolution: {integrity: sha512-G0oA4+w1iY5AGi5HcDTxWsoxF509hrFIPB2rduV5aDqS9FtDg1CAfa7V34qImbjfhIcA8C+RekocJZA96EarwQ==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [win32]
- "@rolldown/pluginutils@1.0.0-rc.7":
- resolution: {
- integrity: sha512-qujRfC8sFVInYSPPMLQByRh7zhwkGFS4+tyMQ83srV1qrxL4g8E2tyxVVyxd0+8QeBM1mIk9KbWxkegRr76XzA==,
- }
+ '@rolldown/pluginutils@1.0.0-rc.7':
+ resolution: {integrity: sha512-qujRfC8sFVInYSPPMLQByRh7zhwkGFS4+tyMQ83srV1qrxL4g8E2tyxVVyxd0+8QeBM1mIk9KbWxkegRr76XzA==}
- "@rolldown/pluginutils@1.0.0-rc.9":
- resolution: {
- integrity: sha512-w6oiRWgEBl04QkFZgmW+jnU1EC9b57Oihi2ot3HNWIQRqgHp5PnYDia5iZ5FF7rpa4EQdiqMDXjlqKGXBhsoXw==,
- }
+ '@rolldown/pluginutils@1.0.0-rc.9':
+ resolution: {integrity: sha512-w6oiRWgEBl04QkFZgmW+jnU1EC9b57Oihi2ot3HNWIQRqgHp5PnYDia5iZ5FF7rpa4EQdiqMDXjlqKGXBhsoXw==}
- "@rollup/pluginutils@5.3.0":
- resolution: {
- integrity: sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==,
- }
- engines: { node: ">=14.0.0" }
+ '@rollup/pluginutils@5.3.0':
+ resolution: {integrity: sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==}
+ engines: {node: '>=14.0.0'}
peerDependencies:
rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0
peerDependenciesMeta:
rollup:
optional: true
- "@standard-schema/spec@1.1.0":
- resolution: {
- integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==,
- }
+ '@standard-schema/spec@1.1.0':
+ resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==}
- "@tailwindcss/node@4.2.2":
- resolution: {
- integrity: sha512-pXS+wJ2gZpVXqFaUEjojq7jzMpTGf8rU6ipJz5ovJV6PUGmlJ+jvIwGrzdHdQ80Sg+wmQxUFuoW1UAAwHNEdFA==,
- }
+ '@tailwindcss/node@4.2.2':
+ resolution: {integrity: sha512-pXS+wJ2gZpVXqFaUEjojq7jzMpTGf8rU6ipJz5ovJV6PUGmlJ+jvIwGrzdHdQ80Sg+wmQxUFuoW1UAAwHNEdFA==}
- "@tailwindcss/oxide-android-arm64@4.2.2":
- resolution: {
- integrity: sha512-dXGR1n+P3B6748jZO/SvHZq7qBOqqzQ+yFrXpoOWWALWndF9MoSKAT3Q0fYgAzYzGhxNYOoysRvYlpixRBBoDg==,
- }
- engines: { node: ">= 20" }
+ '@tailwindcss/oxide-android-arm64@4.2.2':
+ resolution: {integrity: sha512-dXGR1n+P3B6748jZO/SvHZq7qBOqqzQ+yFrXpoOWWALWndF9MoSKAT3Q0fYgAzYzGhxNYOoysRvYlpixRBBoDg==}
+ engines: {node: '>= 20'}
cpu: [arm64]
os: [android]
- "@tailwindcss/oxide-darwin-arm64@4.2.2":
- resolution: {
- integrity: sha512-iq9Qjr6knfMpZHj55/37ouZeykwbDqF21gPFtfnhCCKGDcPI/21FKC9XdMO/XyBM7qKORx6UIhGgg6jLl7BZlg==,
- }
- engines: { node: ">= 20" }
+ '@tailwindcss/oxide-darwin-arm64@4.2.2':
+ resolution: {integrity: sha512-iq9Qjr6knfMpZHj55/37ouZeykwbDqF21gPFtfnhCCKGDcPI/21FKC9XdMO/XyBM7qKORx6UIhGgg6jLl7BZlg==}
+ engines: {node: '>= 20'}
cpu: [arm64]
os: [darwin]
- "@tailwindcss/oxide-darwin-x64@4.2.2":
- resolution: {
- integrity: sha512-BlR+2c3nzc8f2G639LpL89YY4bdcIdUmiOOkv2GQv4/4M0vJlpXEa0JXNHhCHU7VWOKWT/CjqHdTP8aUuDJkuw==,
- }
- engines: { node: ">= 20" }
+ '@tailwindcss/oxide-darwin-x64@4.2.2':
+ resolution: {integrity: sha512-BlR+2c3nzc8f2G639LpL89YY4bdcIdUmiOOkv2GQv4/4M0vJlpXEa0JXNHhCHU7VWOKWT/CjqHdTP8aUuDJkuw==}
+ engines: {node: '>= 20'}
cpu: [x64]
os: [darwin]
- "@tailwindcss/oxide-freebsd-x64@4.2.2":
- resolution: {
- integrity: sha512-YUqUgrGMSu2CDO82hzlQ5qSb5xmx3RUrke/QgnoEx7KvmRJHQuZHZmZTLSuuHwFf0DJPybFMXMYf+WJdxHy/nQ==,
- }
- engines: { node: ">= 20" }
+ '@tailwindcss/oxide-freebsd-x64@4.2.2':
+ resolution: {integrity: sha512-YUqUgrGMSu2CDO82hzlQ5qSb5xmx3RUrke/QgnoEx7KvmRJHQuZHZmZTLSuuHwFf0DJPybFMXMYf+WJdxHy/nQ==}
+ engines: {node: '>= 20'}
cpu: [x64]
os: [freebsd]
- "@tailwindcss/oxide-linux-arm-gnueabihf@4.2.2":
- resolution: {
- integrity: sha512-FPdhvsW6g06T9BWT0qTwiVZYE2WIFo2dY5aCSpjG/S/u1tby+wXoslXS0kl3/KXnULlLr1E3NPRRw0g7t2kgaQ==,
- }
- engines: { node: ">= 20" }
+ '@tailwindcss/oxide-linux-arm-gnueabihf@4.2.2':
+ resolution: {integrity: sha512-FPdhvsW6g06T9BWT0qTwiVZYE2WIFo2dY5aCSpjG/S/u1tby+wXoslXS0kl3/KXnULlLr1E3NPRRw0g7t2kgaQ==}
+ engines: {node: '>= 20'}
cpu: [arm]
os: [linux]
- "@tailwindcss/oxide-linux-arm64-gnu@4.2.2":
- resolution: {
- integrity: sha512-4og1V+ftEPXGttOO7eCmW7VICmzzJWgMx+QXAJRAhjrSjumCwWqMfkDrNu1LXEQzNAwz28NCUpucgQPrR4S2yw==,
- }
- engines: { node: ">= 20" }
+ '@tailwindcss/oxide-linux-arm64-gnu@4.2.2':
+ resolution: {integrity: sha512-4og1V+ftEPXGttOO7eCmW7VICmzzJWgMx+QXAJRAhjrSjumCwWqMfkDrNu1LXEQzNAwz28NCUpucgQPrR4S2yw==}
+ engines: {node: '>= 20'}
cpu: [arm64]
os: [linux]
- "@tailwindcss/oxide-linux-arm64-musl@4.2.2":
- resolution: {
- integrity: sha512-oCfG/mS+/+XRlwNjnsNLVwnMWYH7tn/kYPsNPh+JSOMlnt93mYNCKHYzylRhI51X+TbR+ufNhhKKzm6QkqX8ag==,
- }
- engines: { node: ">= 20" }
+ '@tailwindcss/oxide-linux-arm64-musl@4.2.2':
+ resolution: {integrity: sha512-oCfG/mS+/+XRlwNjnsNLVwnMWYH7tn/kYPsNPh+JSOMlnt93mYNCKHYzylRhI51X+TbR+ufNhhKKzm6QkqX8ag==}
+ engines: {node: '>= 20'}
cpu: [arm64]
os: [linux]
- "@tailwindcss/oxide-linux-x64-gnu@4.2.2":
- resolution: {
- integrity: sha512-rTAGAkDgqbXHNp/xW0iugLVmX62wOp2PoE39BTCGKjv3Iocf6AFbRP/wZT/kuCxC9QBh9Pu8XPkv/zCZB2mcMg==,
- }
- engines: { node: ">= 20" }
+ '@tailwindcss/oxide-linux-x64-gnu@4.2.2':
+ resolution: {integrity: sha512-rTAGAkDgqbXHNp/xW0iugLVmX62wOp2PoE39BTCGKjv3Iocf6AFbRP/wZT/kuCxC9QBh9Pu8XPkv/zCZB2mcMg==}
+ engines: {node: '>= 20'}
cpu: [x64]
os: [linux]
- "@tailwindcss/oxide-linux-x64-musl@4.2.2":
- resolution: {
- integrity: sha512-XW3t3qwbIwiSyRCggeO2zxe3KWaEbM0/kW9e8+0XpBgyKU4ATYzcVSMKteZJ1iukJ3HgHBjbg9P5YPRCVUxlnQ==,
- }
- engines: { node: ">= 20" }
+ '@tailwindcss/oxide-linux-x64-musl@4.2.2':
+ resolution: {integrity: sha512-XW3t3qwbIwiSyRCggeO2zxe3KWaEbM0/kW9e8+0XpBgyKU4ATYzcVSMKteZJ1iukJ3HgHBjbg9P5YPRCVUxlnQ==}
+ engines: {node: '>= 20'}
cpu: [x64]
os: [linux]
- "@tailwindcss/oxide-wasm32-wasi@4.2.2":
- resolution: {
- integrity: sha512-eKSztKsmEsn1O5lJ4ZAfyn41NfG7vzCg496YiGtMDV86jz1q/irhms5O0VrY6ZwTUkFy/EKG3RfWgxSI3VbZ8Q==,
- }
- engines: { node: ">=14.0.0" }
+ '@tailwindcss/oxide-wasm32-wasi@4.2.2':
+ resolution: {integrity: sha512-eKSztKsmEsn1O5lJ4ZAfyn41NfG7vzCg496YiGtMDV86jz1q/irhms5O0VrY6ZwTUkFy/EKG3RfWgxSI3VbZ8Q==}
+ engines: {node: '>=14.0.0'}
cpu: [wasm32]
bundledDependencies:
- - "@napi-rs/wasm-runtime"
- - "@emnapi/core"
- - "@emnapi/runtime"
- - "@tybys/wasm-util"
- - "@emnapi/wasi-threads"
+ - '@napi-rs/wasm-runtime'
+ - '@emnapi/core'
+ - '@emnapi/runtime'
+ - '@tybys/wasm-util'
+ - '@emnapi/wasi-threads'
- tslib
- "@tailwindcss/oxide-win32-arm64-msvc@4.2.2":
- resolution: {
- integrity: sha512-qPmaQM4iKu5mxpsrWZMOZRgZv1tOZpUm+zdhhQP0VhJfyGGO3aUKdbh3gDZc/dPLQwW4eSqWGrrcWNBZWUWaXQ==,
- }
- engines: { node: ">= 20" }
+ '@tailwindcss/oxide-win32-arm64-msvc@4.2.2':
+ resolution: {integrity: sha512-qPmaQM4iKu5mxpsrWZMOZRgZv1tOZpUm+zdhhQP0VhJfyGGO3aUKdbh3gDZc/dPLQwW4eSqWGrrcWNBZWUWaXQ==}
+ engines: {node: '>= 20'}
cpu: [arm64]
os: [win32]
- "@tailwindcss/oxide-win32-x64-msvc@4.2.2":
- resolution: {
- integrity: sha512-1T/37VvI7WyH66b+vqHj/cLwnCxt7Qt3WFu5Q8hk65aOvlwAhs7rAp1VkulBJw/N4tMirXjVnylTR72uI0HGcA==,
- }
- engines: { node: ">= 20" }
+ '@tailwindcss/oxide-win32-x64-msvc@4.2.2':
+ resolution: {integrity: sha512-1T/37VvI7WyH66b+vqHj/cLwnCxt7Qt3WFu5Q8hk65aOvlwAhs7rAp1VkulBJw/N4tMirXjVnylTR72uI0HGcA==}
+ engines: {node: '>= 20'}
cpu: [x64]
os: [win32]
- "@tailwindcss/oxide@4.2.2":
- resolution: {
- integrity: sha512-qEUA07+E5kehxYp9BVMpq9E8vnJuBHfJEC0vPC5e7iL/hw7HR61aDKoVoKzrG+QKp56vhNZe4qwkRmMC0zDLvg==,
- }
- engines: { node: ">= 20" }
+ '@tailwindcss/oxide@4.2.2':
+ resolution: {integrity: sha512-qEUA07+E5kehxYp9BVMpq9E8vnJuBHfJEC0vPC5e7iL/hw7HR61aDKoVoKzrG+QKp56vhNZe4qwkRmMC0zDLvg==}
+ engines: {node: '>= 20'}
- "@tailwindcss/typography@0.5.19":
- resolution: {
- integrity: sha512-w31dd8HOx3k9vPtcQh5QHP9GwKcgbMp87j58qi6xgiBnFFtKEAgCWnDw4qUT8aHwkCp8bKvb/KGKWWHedP0AAg==,
- }
+ '@tailwindcss/typography@0.5.19':
+ resolution: {integrity: sha512-w31dd8HOx3k9vPtcQh5QHP9GwKcgbMp87j58qi6xgiBnFFtKEAgCWnDw4qUT8aHwkCp8bKvb/KGKWWHedP0AAg==}
peerDependencies:
- tailwindcss: ">=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1"
+ tailwindcss: '>=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1'
- "@tailwindcss/vite@4.2.2":
- resolution: {
- integrity: sha512-mEiF5HO1QqCLXoNEfXVA1Tzo+cYsrqV7w9Juj2wdUFyW07JRenqMG225MvPwr3ZD9N1bFQj46X7r33iHxLUW0w==,
- }
+ '@tailwindcss/vite@4.2.2':
+ resolution: {integrity: sha512-mEiF5HO1QqCLXoNEfXVA1Tzo+cYsrqV7w9Juj2wdUFyW07JRenqMG225MvPwr3ZD9N1bFQj46X7r33iHxLUW0w==}
peerDependencies:
vite: ^5.2.0 || ^6 || ^7 || ^8
- "@tybys/wasm-util@0.10.1":
- resolution: {
- integrity: sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==,
- }
-
- "@types/chai@5.2.3":
- resolution: {
- integrity: sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==,
- }
-
- "@types/d3-array@3.2.2":
- resolution: {
- integrity: sha512-hOLWVbm7uRza0BYXpIIW5pxfrKe0W+D5lrFiAEYR+pb6w3N2SwSMaJbXdUfSEv+dT4MfHBLtn5js0LAWaO6otw==,
- }
-
- "@types/d3-axis@3.0.6":
- resolution: {
- integrity: sha512-pYeijfZuBd87T0hGn0FO1vQ/cgLk6E1ALJjfkC0oJ8cbwkZl3TpgS8bVBLZN+2jjGgg38epgxb2zmoGtSfvgMw==,
- }
-
- "@types/d3-brush@3.0.6":
- resolution: {
- integrity: sha512-nH60IZNNxEcrh6L1ZSMNA28rj27ut/2ZmI3r96Zd+1jrZD++zD3LsMIjWlvg4AYrHn/Pqz4CF3veCxGjtbqt7A==,
- }
-
- "@types/d3-chord@3.0.6":
- resolution: {
- integrity: sha512-LFYWWd8nwfwEmTZG9PfQxd17HbNPksHBiJHaKuY1XeqscXacsS2tyoo6OdRsjf+NQYeB6XrNL3a25E3gH69lcg==,
- }
-
- "@types/d3-color@3.1.3":
- resolution: {
- integrity: sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==,
- }
-
- "@types/d3-contour@3.0.6":
- resolution: {
- integrity: sha512-BjzLgXGnCWjUSYGfH1cpdo41/hgdWETu4YxpezoztawmqsvCeep+8QGfiY6YbDvfgHz/DkjeIkkZVJavB4a3rg==,
- }
-
- "@types/d3-delaunay@6.0.4":
- resolution: {
- integrity: sha512-ZMaSKu4THYCU6sV64Lhg6qjf1orxBthaC161plr5KuPHo3CNm8DTHiLw/5Eq2b6TsNP0W0iJrUOFscY6Q450Hw==,
- }
-
- "@types/d3-dispatch@3.0.7":
- resolution: {
- integrity: sha512-5o9OIAdKkhN1QItV2oqaE5KMIiXAvDWBDPrD85e58Qlz1c1kI/J0NcqbEG88CoTwJrYe7ntUCVfeUl2UJKbWgA==,
- }
-
- "@types/d3-drag@3.0.7":
- resolution: {
- integrity: sha512-HE3jVKlzU9AaMazNufooRJ5ZpWmLIoc90A37WU2JMmeq28w1FQqCZswHZ3xR+SuxYftzHq6WU6KJHvqxKzTxxQ==,
- }
-
- "@types/d3-dsv@3.0.7":
- resolution: {
- integrity: sha512-n6QBF9/+XASqcKK6waudgL0pf/S5XHPPI8APyMLLUHd8NqouBGLsU8MgtO7NINGtPBtk9Kko/W4ea0oAspwh9g==,
- }
-
- "@types/d3-ease@3.0.2":
- resolution: {
- integrity: sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA==,
- }
-
- "@types/d3-fetch@3.0.7":
- resolution: {
- integrity: sha512-fTAfNmxSb9SOWNB9IoG5c8Hg6R+AzUHDRlsXsDZsNp6sxAEOP0tkP3gKkNSO/qmHPoBFTxNrjDprVHDQDvo5aA==,
- }
-
- "@types/d3-force@3.0.10":
- resolution: {
- integrity: sha512-ZYeSaCF3p73RdOKcjj+swRlZfnYpK1EbaDiYICEEp5Q6sUiqFaFQ9qgoshp5CzIyyb/yD09kD9o2zEltCexlgw==,
- }
-
- "@types/d3-format@3.0.4":
- resolution: {
- integrity: sha512-fALi2aI6shfg7vM5KiR1wNJnZ7r6UuggVqtDA+xiEdPZQwy/trcQaHnwShLuLdta2rTymCNpxYTiMZX/e09F4g==,
- }
-
- "@types/d3-geo@3.1.0":
- resolution: {
- integrity: sha512-856sckF0oP/diXtS4jNsiQw/UuK5fQG8l/a9VVLeSouf1/PPbBE1i1W852zVwKwYCBkFJJB7nCFTbk6UMEXBOQ==,
- }
-
- "@types/d3-hierarchy@3.1.7":
- resolution: {
- integrity: sha512-tJFtNoYBtRtkNysX1Xq4sxtjK8YgoWUNpIiUee0/jHGRwqvzYxkq0hGVbbOGSz+JgFxxRu4K8nb3YpG3CMARtg==,
- }
-
- "@types/d3-interpolate@3.0.4":
- resolution: {
- integrity: sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==,
- }
-
- "@types/d3-path@3.1.1":
- resolution: {
- integrity: sha512-VMZBYyQvbGmWyWVea0EHs/BwLgxc+MKi1zLDCONksozI4YJMcTt8ZEuIR4Sb1MMTE8MMW49v0IwI5+b7RmfWlg==,
- }
-
- "@types/d3-polygon@3.0.2":
- resolution: {
- integrity: sha512-ZuWOtMaHCkN9xoeEMr1ubW2nGWsp4nIql+OPQRstu4ypeZ+zk3YKqQT0CXVe/PYqrKpZAi+J9mTs05TKwjXSRA==,
- }
-
- "@types/d3-quadtree@3.0.6":
- resolution: {
- integrity: sha512-oUzyO1/Zm6rsxKRHA1vH0NEDG58HrT5icx/azi9MF1TWdtttWl0UIUsjEQBBh+SIkrpd21ZjEv7ptxWys1ncsg==,
- }
-
- "@types/d3-random@3.0.3":
- resolution: {
- integrity: sha512-Imagg1vJ3y76Y2ea0871wpabqp613+8/r0mCLEBfdtqC7xMSfj9idOnmBYyMoULfHePJyxMAw3nWhJxzc+LFwQ==,
- }
-
- "@types/d3-scale-chromatic@3.1.0":
- resolution: {
- integrity: sha512-iWMJgwkK7yTRmWqRB5plb1kadXyQ5Sj8V/zYlFGMUBbIPKQScw+Dku9cAAMgJG+z5GYDoMjWGLVOvjghDEFnKQ==,
- }
-
- "@types/d3-scale@4.0.9":
- resolution: {
- integrity: sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==,
- }
-
- "@types/d3-selection@3.0.11":
- resolution: {
- integrity: sha512-bhAXu23DJWsrI45xafYpkQ4NtcKMwWnAC/vKrd2l+nxMFuvOT3XMYTIj2opv8vq8AO5Yh7Qac/nSeP/3zjTK0w==,
- }
-
- "@types/d3-shape@3.1.8":
- resolution: {
- integrity: sha512-lae0iWfcDeR7qt7rA88BNiqdvPS5pFVPpo5OfjElwNaT2yyekbM0C9vK+yqBqEmHr6lDkRnYNoTBYlAgJa7a4w==,
- }
-
- "@types/d3-time-format@4.0.3":
- resolution: {
- integrity: sha512-5xg9rC+wWL8kdDj153qZcsJ0FWiFt0J5RB6LYUNZjwSnesfblqrI/bJ1wBdJ8OQfncgbJG5+2F+qfqnqyzYxyg==,
- }
-
- "@types/d3-time@3.0.4":
- resolution: {
- integrity: sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==,
- }
-
- "@types/d3-timer@3.0.2":
- resolution: {
- integrity: sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==,
- }
-
- "@types/d3-transition@3.0.9":
- resolution: {
- integrity: sha512-uZS5shfxzO3rGlu0cC3bjmMFKsXv+SmZZcgp0KD22ts4uGXp5EVYGzu/0YdwZeKmddhcAccYtREJKkPfXkZuCg==,
- }
-
- "@types/d3-zoom@3.0.8":
- resolution: {
- integrity: sha512-iqMC4/YlFCSlO8+2Ii1GGGliCAY4XdeG748w5vQUbevlbDu0zSjH/+jojorQVBK/se0j6DUFNPBGSqD3YWYnDw==,
- }
-
- "@types/d3@7.4.3":
- resolution: {
- integrity: sha512-lZXZ9ckh5R8uiFVt8ogUNf+pIrK4EsWrx2Np75WvF/eTpJ0FMHNhjXk8CKEx/+gpHbNQyJWehbFaTvqmHWB3ww==,
- }
-
- "@types/debug@4.1.12":
- resolution: {
- integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==,
- }
-
- "@types/deep-eql@4.0.2":
- resolution: {
- integrity: sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==,
- }
-
- "@types/estree-jsx@1.0.5":
- resolution: {
- integrity: sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==,
- }
-
- "@types/estree@1.0.8":
- resolution: {
- integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==,
- }
-
- "@types/geojson@7946.0.16":
- resolution: {
- integrity: sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg==,
- }
-
- "@types/hast@3.0.4":
- resolution: {
- integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==,
- }
-
- "@types/mdast@4.0.4":
- resolution: {
- integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==,
- }
-
- "@types/ms@2.1.0":
- resolution: {
- integrity: sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==,
- }
-
- "@types/node@20.19.37":
- resolution: {
- integrity: sha512-8kzdPJ3FsNsVIurqBs7oodNnCEVbni9yUEkaHbgptDACOPW04jimGagZ51E6+lXUwJjgnBw+hyko/lkFWCldqw==,
- }
-
- "@types/node@25.5.0":
- resolution: {
- integrity: sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw==,
- }
-
- "@types/react-dom@19.2.3":
- resolution: {
- integrity: sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==,
- }
+ '@testing-library/dom@10.4.1':
+ resolution: {integrity: sha512-o4PXJQidqJl82ckFaXUeoAW+XysPLauYI43Abki5hABd853iMhitooc6znOnczgbTYmEP6U6/y1ZyKAIsvMKGg==}
+ engines: {node: '>=18'}
+
+ '@testing-library/react@16.3.2':
+ resolution: {integrity: sha512-XU5/SytQM+ykqMnAnvB2umaJNIOsLF3PVv//1Ew4CTcpz0/BRyy/af40qqrt7SjKpDdT1saBMc42CUok5gaw+g==}
+ engines: {node: '>=18'}
+ peerDependencies:
+ '@testing-library/dom': ^10.0.0
+ '@types/react': ^18.0.0 || ^19.0.0
+ '@types/react-dom': ^18.0.0 || ^19.0.0
+ react: ^18.0.0 || ^19.0.0
+ react-dom: ^18.0.0 || ^19.0.0
+ peerDependenciesMeta:
+ '@types/react':
+ optional: true
+ '@types/react-dom':
+ optional: true
+
+ '@tybys/wasm-util@0.10.1':
+ resolution: {integrity: sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==}
+
+ '@types/aria-query@5.0.4':
+ resolution: {integrity: sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==}
+
+ '@types/chai@5.2.3':
+ resolution: {integrity: sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==}
+
+ '@types/d3-array@3.2.2':
+ resolution: {integrity: sha512-hOLWVbm7uRza0BYXpIIW5pxfrKe0W+D5lrFiAEYR+pb6w3N2SwSMaJbXdUfSEv+dT4MfHBLtn5js0LAWaO6otw==}
+
+ '@types/d3-axis@3.0.6':
+ resolution: {integrity: sha512-pYeijfZuBd87T0hGn0FO1vQ/cgLk6E1ALJjfkC0oJ8cbwkZl3TpgS8bVBLZN+2jjGgg38epgxb2zmoGtSfvgMw==}
+
+ '@types/d3-brush@3.0.6':
+ resolution: {integrity: sha512-nH60IZNNxEcrh6L1ZSMNA28rj27ut/2ZmI3r96Zd+1jrZD++zD3LsMIjWlvg4AYrHn/Pqz4CF3veCxGjtbqt7A==}
+
+ '@types/d3-chord@3.0.6':
+ resolution: {integrity: sha512-LFYWWd8nwfwEmTZG9PfQxd17HbNPksHBiJHaKuY1XeqscXacsS2tyoo6OdRsjf+NQYeB6XrNL3a25E3gH69lcg==}
+
+ '@types/d3-color@3.1.3':
+ resolution: {integrity: sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==}
+
+ '@types/d3-contour@3.0.6':
+ resolution: {integrity: sha512-BjzLgXGnCWjUSYGfH1cpdo41/hgdWETu4YxpezoztawmqsvCeep+8QGfiY6YbDvfgHz/DkjeIkkZVJavB4a3rg==}
+
+ '@types/d3-delaunay@6.0.4':
+ resolution: {integrity: sha512-ZMaSKu4THYCU6sV64Lhg6qjf1orxBthaC161plr5KuPHo3CNm8DTHiLw/5Eq2b6TsNP0W0iJrUOFscY6Q450Hw==}
+
+ '@types/d3-dispatch@3.0.7':
+ resolution: {integrity: sha512-5o9OIAdKkhN1QItV2oqaE5KMIiXAvDWBDPrD85e58Qlz1c1kI/J0NcqbEG88CoTwJrYe7ntUCVfeUl2UJKbWgA==}
+
+ '@types/d3-drag@3.0.7':
+ resolution: {integrity: sha512-HE3jVKlzU9AaMazNufooRJ5ZpWmLIoc90A37WU2JMmeq28w1FQqCZswHZ3xR+SuxYftzHq6WU6KJHvqxKzTxxQ==}
+
+ '@types/d3-dsv@3.0.7':
+ resolution: {integrity: sha512-n6QBF9/+XASqcKK6waudgL0pf/S5XHPPI8APyMLLUHd8NqouBGLsU8MgtO7NINGtPBtk9Kko/W4ea0oAspwh9g==}
+
+ '@types/d3-ease@3.0.2':
+ resolution: {integrity: sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA==}
+
+ '@types/d3-fetch@3.0.7':
+ resolution: {integrity: sha512-fTAfNmxSb9SOWNB9IoG5c8Hg6R+AzUHDRlsXsDZsNp6sxAEOP0tkP3gKkNSO/qmHPoBFTxNrjDprVHDQDvo5aA==}
+
+ '@types/d3-force@3.0.10':
+ resolution: {integrity: sha512-ZYeSaCF3p73RdOKcjj+swRlZfnYpK1EbaDiYICEEp5Q6sUiqFaFQ9qgoshp5CzIyyb/yD09kD9o2zEltCexlgw==}
+
+ '@types/d3-format@3.0.4':
+ resolution: {integrity: sha512-fALi2aI6shfg7vM5KiR1wNJnZ7r6UuggVqtDA+xiEdPZQwy/trcQaHnwShLuLdta2rTymCNpxYTiMZX/e09F4g==}
+
+ '@types/d3-geo@3.1.0':
+ resolution: {integrity: sha512-856sckF0oP/diXtS4jNsiQw/UuK5fQG8l/a9VVLeSouf1/PPbBE1i1W852zVwKwYCBkFJJB7nCFTbk6UMEXBOQ==}
+
+ '@types/d3-hierarchy@3.1.7':
+ resolution: {integrity: sha512-tJFtNoYBtRtkNysX1Xq4sxtjK8YgoWUNpIiUee0/jHGRwqvzYxkq0hGVbbOGSz+JgFxxRu4K8nb3YpG3CMARtg==}
+
+ '@types/d3-interpolate@3.0.4':
+ resolution: {integrity: sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==}
+
+ '@types/d3-path@3.1.1':
+ resolution: {integrity: sha512-VMZBYyQvbGmWyWVea0EHs/BwLgxc+MKi1zLDCONksozI4YJMcTt8ZEuIR4Sb1MMTE8MMW49v0IwI5+b7RmfWlg==}
+
+ '@types/d3-polygon@3.0.2':
+ resolution: {integrity: sha512-ZuWOtMaHCkN9xoeEMr1ubW2nGWsp4nIql+OPQRstu4ypeZ+zk3YKqQT0CXVe/PYqrKpZAi+J9mTs05TKwjXSRA==}
+
+ '@types/d3-quadtree@3.0.6':
+ resolution: {integrity: sha512-oUzyO1/Zm6rsxKRHA1vH0NEDG58HrT5icx/azi9MF1TWdtttWl0UIUsjEQBBh+SIkrpd21ZjEv7ptxWys1ncsg==}
+
+ '@types/d3-random@3.0.3':
+ resolution: {integrity: sha512-Imagg1vJ3y76Y2ea0871wpabqp613+8/r0mCLEBfdtqC7xMSfj9idOnmBYyMoULfHePJyxMAw3nWhJxzc+LFwQ==}
+
+ '@types/d3-scale-chromatic@3.1.0':
+ resolution: {integrity: sha512-iWMJgwkK7yTRmWqRB5plb1kadXyQ5Sj8V/zYlFGMUBbIPKQScw+Dku9cAAMgJG+z5GYDoMjWGLVOvjghDEFnKQ==}
+
+ '@types/d3-scale@4.0.9':
+ resolution: {integrity: sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==}
+
+ '@types/d3-selection@3.0.11':
+ resolution: {integrity: sha512-bhAXu23DJWsrI45xafYpkQ4NtcKMwWnAC/vKrd2l+nxMFuvOT3XMYTIj2opv8vq8AO5Yh7Qac/nSeP/3zjTK0w==}
+
+ '@types/d3-shape@3.1.8':
+ resolution: {integrity: sha512-lae0iWfcDeR7qt7rA88BNiqdvPS5pFVPpo5OfjElwNaT2yyekbM0C9vK+yqBqEmHr6lDkRnYNoTBYlAgJa7a4w==}
+
+ '@types/d3-time-format@4.0.3':
+ resolution: {integrity: sha512-5xg9rC+wWL8kdDj153qZcsJ0FWiFt0J5RB6LYUNZjwSnesfblqrI/bJ1wBdJ8OQfncgbJG5+2F+qfqnqyzYxyg==}
+
+ '@types/d3-time@3.0.4':
+ resolution: {integrity: sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==}
+
+ '@types/d3-timer@3.0.2':
+ resolution: {integrity: sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==}
+
+ '@types/d3-transition@3.0.9':
+ resolution: {integrity: sha512-uZS5shfxzO3rGlu0cC3bjmMFKsXv+SmZZcgp0KD22ts4uGXp5EVYGzu/0YdwZeKmddhcAccYtREJKkPfXkZuCg==}
+
+ '@types/d3-zoom@3.0.8':
+ resolution: {integrity: sha512-iqMC4/YlFCSlO8+2Ii1GGGliCAY4XdeG748w5vQUbevlbDu0zSjH/+jojorQVBK/se0j6DUFNPBGSqD3YWYnDw==}
+
+ '@types/d3@7.4.3':
+ resolution: {integrity: sha512-lZXZ9ckh5R8uiFVt8ogUNf+pIrK4EsWrx2Np75WvF/eTpJ0FMHNhjXk8CKEx/+gpHbNQyJWehbFaTvqmHWB3ww==}
+
+ '@types/debug@4.1.12':
+ resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==}
+
+ '@types/deep-eql@4.0.2':
+ resolution: {integrity: sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==}
+
+ '@types/estree-jsx@1.0.5':
+ resolution: {integrity: sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==}
+
+ '@types/estree@1.0.8':
+ resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
+
+ '@types/geojson@7946.0.16':
+ resolution: {integrity: sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg==}
+
+ '@types/hast@3.0.4':
+ resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==}
+
+ '@types/mdast@4.0.4':
+ resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==}
+
+ '@types/ms@2.1.0':
+ resolution: {integrity: sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==}
+
+ '@types/node@20.19.37':
+ resolution: {integrity: sha512-8kzdPJ3FsNsVIurqBs7oodNnCEVbni9yUEkaHbgptDACOPW04jimGagZ51E6+lXUwJjgnBw+hyko/lkFWCldqw==}
+
+ '@types/node@25.5.0':
+ resolution: {integrity: sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw==}
+
+ '@types/react-dom@19.2.3':
+ resolution: {integrity: sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==}
peerDependencies:
- "@types/react": ^19.2.0
+ '@types/react': ^19.2.0
- "@types/react-reconciler@0.28.9":
- resolution: {
- integrity: sha512-HHM3nxyUZ3zAylX8ZEyrDNd2XZOnQ0D5XfunJF5FLQnZbHHYq4UWvW1QfelQNXv1ICNkwYhfxjwfnqivYB6bFg==,
- }
+ '@types/react-reconciler@0.28.9':
+ resolution: {integrity: sha512-HHM3nxyUZ3zAylX8ZEyrDNd2XZOnQ0D5XfunJF5FLQnZbHHYq4UWvW1QfelQNXv1ICNkwYhfxjwfnqivYB6bFg==}
peerDependencies:
- "@types/react": "*"
-
- "@types/react@19.2.14":
- resolution: {
- integrity: sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==,
- }
-
- "@types/trusted-types@2.0.7":
- resolution: {
- integrity: sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==,
- }
-
- "@types/unist@2.0.11":
- resolution: {
- integrity: sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==,
- }
-
- "@types/unist@3.0.3":
- resolution: {
- integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==,
- }
-
- "@types/whatwg-mimetype@3.0.2":
- resolution: {
- integrity: sha512-c2AKvDT8ToxLIOUlN51gTiHXflsfIFisS4pO7pDPoKouJCESkhZnEy623gwP9laCy5lnLDAw1vAzu2vM2YLOrA==,
- }
-
- "@types/ws@8.18.1":
- resolution: {
- integrity: sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==,
- }
-
- "@typescript/native-preview-darwin-arm64@7.0.0-dev.20260318.1":
- resolution: {
- integrity: sha512-hsXZC0M5N2F/KdX/wjRywZPovdGBgWw9ARy0GWCw1dAynqdfDcuceKbUw+QwMSdvvsFbUjSomTlyFdT09p1mcA==,
- }
+ '@types/react': '*'
+
+ '@types/react@19.2.14':
+ resolution: {integrity: sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==}
+
+ '@types/trusted-types@2.0.7':
+ resolution: {integrity: sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==}
+
+ '@types/unist@2.0.11':
+ resolution: {integrity: sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==}
+
+ '@types/unist@3.0.3':
+ resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==}
+
+ '@types/whatwg-mimetype@3.0.2':
+ resolution: {integrity: sha512-c2AKvDT8ToxLIOUlN51gTiHXflsfIFisS4pO7pDPoKouJCESkhZnEy623gwP9laCy5lnLDAw1vAzu2vM2YLOrA==}
+
+ '@types/ws@8.18.1':
+ resolution: {integrity: sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==}
+
+ '@typescript/native-preview-darwin-arm64@7.0.0-dev.20260318.1':
+ resolution: {integrity: sha512-hsXZC0M5N2F/KdX/wjRywZPovdGBgWw9ARy0GWCw1dAynqdfDcuceKbUw+QwMSdvvsFbUjSomTlyFdT09p1mcA==}
cpu: [arm64]
os: [darwin]
- "@typescript/native-preview-darwin-x64@7.0.0-dev.20260318.1":
- resolution: {
- integrity: sha512-lQl7DQkROqPZrx4C1MpFP0WNxdqv+9r4lErhd+57M2Kmxx1BmX3K5VMLJT9FZQFRtgntnYbwQAQ774Z17fv8rA==,
- }
+ '@typescript/native-preview-darwin-x64@7.0.0-dev.20260318.1':
+ resolution: {integrity: sha512-lQl7DQkROqPZrx4C1MpFP0WNxdqv+9r4lErhd+57M2Kmxx1BmX3K5VMLJT9FZQFRtgntnYbwQAQ774Z17fv8rA==}
cpu: [x64]
os: [darwin]
- "@typescript/native-preview-linux-arm64@7.0.0-dev.20260318.1":
- resolution: {
- integrity: sha512-1wv0qpJW4okKadShemVi4s7zGuiIRI7zTInRYDV/FfyQVyKrkTOzMtZXB6CF3Reus1HmRpGp5ADyc4MI7CCeJg==,
- }
+ '@typescript/native-preview-linux-arm64@7.0.0-dev.20260318.1':
+ resolution: {integrity: sha512-1wv0qpJW4okKadShemVi4s7zGuiIRI7zTInRYDV/FfyQVyKrkTOzMtZXB6CF3Reus1HmRpGp5ADyc4MI7CCeJg==}
cpu: [arm64]
os: [linux]
- "@typescript/native-preview-linux-arm@7.0.0-dev.20260318.1":
- resolution: {
- integrity: sha512-tE7uN00Po/oBg5VYaYM0C/QXroo6gdIRmFVZl543o46ihl0YKEZBMnyStRKKgPCI9oeYXyCNT6WR4MxSMz6ndA==,
- }
+ '@typescript/native-preview-linux-arm@7.0.0-dev.20260318.1':
+ resolution: {integrity: sha512-tE7uN00Po/oBg5VYaYM0C/QXroo6gdIRmFVZl543o46ihl0YKEZBMnyStRKKgPCI9oeYXyCNT6WR4MxSMz6ndA==}
cpu: [arm]
os: [linux]
- "@typescript/native-preview-linux-x64@7.0.0-dev.20260318.1":
- resolution: {
- integrity: sha512-aSE7xAKYTOrxsFrIgmcaHjgXSSOnWrZ6ozNBeNxpGzd/gl2Ho3FCIwQb0NCXrDwF9AhpFRtHMWPpAPaJk24+rg==,
- }
+ '@typescript/native-preview-linux-x64@7.0.0-dev.20260318.1':
+ resolution: {integrity: sha512-aSE7xAKYTOrxsFrIgmcaHjgXSSOnWrZ6ozNBeNxpGzd/gl2Ho3FCIwQb0NCXrDwF9AhpFRtHMWPpAPaJk24+rg==}
cpu: [x64]
os: [linux]
- "@typescript/native-preview-win32-arm64@7.0.0-dev.20260318.1":
- resolution: {
- integrity: sha512-TV/Tn8cgWamb+6mvY45X2wF0vrTkQmRFCiN1pRRehEwxslDkqLVlpGAFpZndLaPlMb/wzwVpz1e/926xdAoO1w==,
- }
+ '@typescript/native-preview-win32-arm64@7.0.0-dev.20260318.1':
+ resolution: {integrity: sha512-TV/Tn8cgWamb+6mvY45X2wF0vrTkQmRFCiN1pRRehEwxslDkqLVlpGAFpZndLaPlMb/wzwVpz1e/926xdAoO1w==}
cpu: [arm64]
os: [win32]
- "@typescript/native-preview-win32-x64@7.0.0-dev.20260318.1":
- resolution: {
- integrity: sha512-AgOZODSYeTlQWVTioRG3AxHzIBSLbZZhyK19WPzjHW0LtxCcFi59G/Gn1uIshVL3sp1ESRg9SZ5mSiFdgvfK4g==,
- }
+ '@typescript/native-preview-win32-x64@7.0.0-dev.20260318.1':
+ resolution: {integrity: sha512-AgOZODSYeTlQWVTioRG3AxHzIBSLbZZhyK19WPzjHW0LtxCcFi59G/Gn1uIshVL3sp1ESRg9SZ5mSiFdgvfK4g==}
cpu: [x64]
os: [win32]
- "@typescript/native-preview@7.0.0-dev.20260318.1":
- resolution: {
- integrity: sha512-/7LF/2x29K++k147445omxNixPANTmwJl9p/IIzK8NbOeqVOFv1Gj1GQyOQqRdT4j/X6YDwO/p400/JKE+cBOw==,
- }
+ '@typescript/native-preview@7.0.0-dev.20260318.1':
+ resolution: {integrity: sha512-/7LF/2x29K++k147445omxNixPANTmwJl9p/IIzK8NbOeqVOFv1Gj1GQyOQqRdT4j/X6YDwO/p400/JKE+cBOw==}
hasBin: true
- "@ungap/structured-clone@1.3.0":
- resolution: {
- integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==,
- }
+ '@ungap/structured-clone@1.3.0':
+ resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==}
- "@upsetjs/venn.js@2.0.0":
- resolution: {
- integrity: sha512-WbBhLrooyePuQ1VZxrJjtLvTc4NVfpOyKx0sKqioq9bX1C1m7Jgykkn8gLrtwumBioXIqam8DLxp88Adbue6Hw==,
- }
+ '@upsetjs/venn.js@2.0.0':
+ resolution: {integrity: sha512-WbBhLrooyePuQ1VZxrJjtLvTc4NVfpOyKx0sKqioq9bX1C1m7Jgykkn8gLrtwumBioXIqam8DLxp88Adbue6Hw==}
- "@vitejs/plugin-react@6.0.1":
- resolution: {
- integrity: sha512-l9X/E3cDb+xY3SWzlG1MOGt2usfEHGMNIaegaUGFsLkb3RCn/k8/TOXBcab+OndDI4TBtktT8/9BwwW8Vi9KUQ==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@vitejs/plugin-react@6.0.1':
+ resolution: {integrity: sha512-l9X/E3cDb+xY3SWzlG1MOGt2usfEHGMNIaegaUGFsLkb3RCn/k8/TOXBcab+OndDI4TBtktT8/9BwwW8Vi9KUQ==}
+ engines: {node: ^20.19.0 || >=22.12.0}
peerDependencies:
- "@rolldown/plugin-babel": ^0.1.7 || ^0.2.0
+ '@rolldown/plugin-babel': ^0.1.7 || ^0.2.0
babel-plugin-react-compiler: ^1.0.0
vite: ^8.0.0
peerDependenciesMeta:
- "@rolldown/plugin-babel":
+ '@rolldown/plugin-babel':
optional: true
babel-plugin-react-compiler:
optional: true
- "@voidzero-dev/vite-plus-core@0.1.12":
- resolution: {
- integrity: sha512-j8YNe7A+8JcSoddztf5whvom/yJ7OKUO3Y5a3UoLIUmOL8YEKVv5nPANrxJ7eaFfHJoMnBEwzBpq1YVZ+H3uPA==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@voidzero-dev/vite-plus-core@0.1.12':
+ resolution: {integrity: sha512-j8YNe7A+8JcSoddztf5whvom/yJ7OKUO3Y5a3UoLIUmOL8YEKVv5nPANrxJ7eaFfHJoMnBEwzBpq1YVZ+H3uPA==}
+ engines: {node: ^20.19.0 || >=22.12.0}
peerDependencies:
- "@arethetypeswrong/core": ^0.18.1
- "@tsdown/css": 0.21.3
- "@tsdown/exe": 0.21.3
- "@types/node": ^20.19.0 || >=22.12.0
- "@vitejs/devtools": ^0.0.0-alpha.31
+ '@arethetypeswrong/core': ^0.18.1
+ '@tsdown/css': 0.21.3
+ '@tsdown/exe': 0.21.3
+ '@types/node': ^20.19.0 || >=22.12.0
+ '@vitejs/devtools': ^0.0.0-alpha.31
esbuild: ^0.27.0
- jiti: ">=1.21.0"
+ jiti: '>=1.21.0'
less: ^4.0.0
publint: ^0.3.0
sass: ^1.70.0
sass-embedded: ^1.70.0
- stylus: ">=0.54.8"
+ stylus: '>=0.54.8'
sugarss: ^5.0.0
terser: ^5.16.0
tsx: ^4.8.1
@@ -1499,15 +1117,15 @@ packages:
unplugin-unused: ^0.5.0
yaml: ^2.4.2
peerDependenciesMeta:
- "@arethetypeswrong/core":
+ '@arethetypeswrong/core':
optional: true
- "@tsdown/css":
+ '@tsdown/css':
optional: true
- "@tsdown/exe":
+ '@tsdown/exe':
optional: true
- "@types/node":
+ '@types/node':
optional: true
- "@vitejs/devtools":
+ '@vitejs/devtools':
optional: true
esbuild:
optional: true
@@ -1536,589 +1154,415 @@ packages:
yaml:
optional: true
- "@voidzero-dev/vite-plus-darwin-arm64@0.1.12":
- resolution: {
- integrity: sha512-tYQrfmcLxIqqr/de00oN7ayu+rYobEOjyR9AxoeJoNUqRyNQCdT0A5vg78kJNPaQCyL6ctgRRvpEKr0WHVmduQ==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@voidzero-dev/vite-plus-darwin-arm64@0.1.12':
+ resolution: {integrity: sha512-tYQrfmcLxIqqr/de00oN7ayu+rYobEOjyR9AxoeJoNUqRyNQCdT0A5vg78kJNPaQCyL6ctgRRvpEKr0WHVmduQ==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [darwin]
- "@voidzero-dev/vite-plus-darwin-x64@0.1.12":
- resolution: {
- integrity: sha512-852hO/Onx9Z5u0tOYOVEUVzYJUmWdlHeqYnNT6pj0IClgVp0+KSabxr7A2paTWEFWp6XbKWvqw5Y5cVwUV3A6Q==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@voidzero-dev/vite-plus-darwin-x64@0.1.12':
+ resolution: {integrity: sha512-852hO/Onx9Z5u0tOYOVEUVzYJUmWdlHeqYnNT6pj0IClgVp0+KSabxr7A2paTWEFWp6XbKWvqw5Y5cVwUV3A6Q==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [darwin]
- "@voidzero-dev/vite-plus-linux-arm64-gnu@0.1.12":
- resolution: {
- integrity: sha512-/gTh4tGyJKCNBn9SZUs3sq9QVRUmyuyseZefBgS223QRxdwFaxc7tIKaw91X59WXXYOzUYZOD5zsTcaIF4hc9A==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@voidzero-dev/vite-plus-linux-arm64-gnu@0.1.12':
+ resolution: {integrity: sha512-/gTh4tGyJKCNBn9SZUs3sq9QVRUmyuyseZefBgS223QRxdwFaxc7tIKaw91X59WXXYOzUYZOD5zsTcaIF4hc9A==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [linux]
- "@voidzero-dev/vite-plus-linux-x64-gnu@0.1.12":
- resolution: {
- integrity: sha512-9oN9ITjK/Xq9Werx+6G6jnI3+F1S3g9lB36J1VAHyRlAEtuiCDV0E3YMoW2O7KzM/PlodZIZ8LStVkH7aA5ZCw==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@voidzero-dev/vite-plus-linux-x64-gnu@0.1.12':
+ resolution: {integrity: sha512-9oN9ITjK/Xq9Werx+6G6jnI3+F1S3g9lB36J1VAHyRlAEtuiCDV0E3YMoW2O7KzM/PlodZIZ8LStVkH7aA5ZCw==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [linux]
- "@voidzero-dev/vite-plus-test@0.1.12":
- resolution: {
- integrity: sha512-EE8Y2vQvqS4c/1qSa7qlhUY9koAG6wYev0NFAtDZsijQCHUqE7nYXGJYnyUInAE6GX4zlQDGg7tf2DAl+CISYw==,
- }
- engines: { node: ^20.0.0 || ^22.0.0 || >=24.0.0 }
+ '@voidzero-dev/vite-plus-test@0.1.12':
+ resolution: {integrity: sha512-EE8Y2vQvqS4c/1qSa7qlhUY9koAG6wYev0NFAtDZsijQCHUqE7nYXGJYnyUInAE6GX4zlQDGg7tf2DAl+CISYw==}
+ engines: {node: ^20.0.0 || ^22.0.0 || >=24.0.0}
peerDependencies:
- "@edge-runtime/vm": "*"
- "@opentelemetry/api": ^1.9.0
- "@types/node": ^20.0.0 || ^22.0.0 || >=24.0.0
- "@vitest/ui": 4.1.0
- happy-dom: "*"
- jsdom: "*"
+ '@edge-runtime/vm': '*'
+ '@opentelemetry/api': ^1.9.0
+ '@types/node': ^20.0.0 || ^22.0.0 || >=24.0.0
+ '@vitest/ui': 4.1.0
+ happy-dom: '*'
+ jsdom: '*'
vite: ^6.0.0 || ^7.0.0 || ^8.0.0-0
peerDependenciesMeta:
- "@edge-runtime/vm":
+ '@edge-runtime/vm':
optional: true
- "@opentelemetry/api":
+ '@opentelemetry/api':
optional: true
- "@types/node":
+ '@types/node':
optional: true
- "@vitest/ui":
+ '@vitest/ui':
optional: true
happy-dom:
optional: true
jsdom:
optional: true
- "@voidzero-dev/vite-plus-win32-arm64-msvc@0.1.12":
- resolution: {
- integrity: sha512-JanAb6Y+6BmPhKNLvpZB/syeyY99bt7EPJCaLlbaCt3V0Y2Iw7c7dWBM4Sg4GZ7szGYdGw385fRz0n2M32f1rg==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@voidzero-dev/vite-plus-win32-arm64-msvc@0.1.12':
+ resolution: {integrity: sha512-JanAb6Y+6BmPhKNLvpZB/syeyY99bt7EPJCaLlbaCt3V0Y2Iw7c7dWBM4Sg4GZ7szGYdGw385fRz0n2M32f1rg==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [win32]
- "@voidzero-dev/vite-plus-win32-x64-msvc@0.1.12":
- resolution: {
- integrity: sha512-Ei/UtTTp7UgeEGyV83jhDpSMXhwaZZzfS7Xiaj+zj80GGOwsBre0i+oHGZ7+TuVsZ7Im0sD8IZ9enCpKpV//AQ==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ '@voidzero-dev/vite-plus-win32-x64-msvc@0.1.12':
+ resolution: {integrity: sha512-Ei/UtTTp7UgeEGyV83jhDpSMXhwaZZzfS7Xiaj+zj80GGOwsBre0i+oHGZ7+TuVsZ7Im0sD8IZ9enCpKpV//AQ==}
+ engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [win32]
acorn@8.16.0:
- resolution: {
- integrity: sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==,
- }
- engines: { node: ">=0.4.0" }
+ resolution: {integrity: sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==}
+ engines: {node: '>=0.4.0'}
hasBin: true
+ ansi-regex@5.0.1:
+ resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
+ engines: {node: '>=8'}
+
+ ansi-styles@5.2.0:
+ resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==}
+ engines: {node: '>=10'}
+
+ aria-query@5.3.0:
+ resolution: {integrity: sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==}
+
assertion-error@2.0.1:
- resolution: {
- integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==,
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==}
+ engines: {node: '>=12'}
bail@2.0.2:
- resolution: {
- integrity: sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==,
- }
+ resolution: {integrity: sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==}
baseline-browser-mapping@2.10.8:
- resolution: {
- integrity: sha512-PCLz/LXGBsNTErbtB6i5u4eLpHeMfi93aUv5duMmj6caNu6IphS4q6UevDnL36sZQv9lrP11dbPKGMaXPwMKfQ==,
- }
- engines: { node: ">=6.0.0" }
+ resolution: {integrity: sha512-PCLz/LXGBsNTErbtB6i5u4eLpHeMfi93aUv5duMmj6caNu6IphS4q6UevDnL36sZQv9lrP11dbPKGMaXPwMKfQ==}
+ engines: {node: '>=6.0.0'}
hasBin: true
bippy@0.5.32:
- resolution: {
- integrity: sha512-yt1mC8eReTxjfg41YBZdN4PvsDwHFWxltoiQX0Q+Htlbf41aSniopb7ECZits01HwNAvXEh69RGk/ImlswDTEw==,
- }
+ resolution: {integrity: sha512-yt1mC8eReTxjfg41YBZdN4PvsDwHFWxltoiQX0Q+Htlbf41aSniopb7ECZits01HwNAvXEh69RGk/ImlswDTEw==}
peerDependencies:
- react: ">=17.0.1"
+ react: '>=17.0.1'
browserslist@4.28.1:
- resolution: {
- integrity: sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==,
- }
- engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 }
+ resolution: {integrity: sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==}
+ engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
cac@6.7.14:
- resolution: {
- integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==,
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==}
+ engines: {node: '>=8'}
caniuse-lite@1.0.30001780:
- resolution: {
- integrity: sha512-llngX0E7nQci5BPJDqoZSbuZ5Bcs9F5db7EtgfwBerX9XGtkkiO4NwfDDIRzHTTwcYC8vC7bmeUEPGrKlR/TkQ==,
- }
+ resolution: {integrity: sha512-llngX0E7nQci5BPJDqoZSbuZ5Bcs9F5db7EtgfwBerX9XGtkkiO4NwfDDIRzHTTwcYC8vC7bmeUEPGrKlR/TkQ==}
ccount@2.0.1:
- resolution: {
- integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==,
- }
+ resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==}
character-entities-html4@2.1.0:
- resolution: {
- integrity: sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==,
- }
+ resolution: {integrity: sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==}
character-entities-legacy@3.0.0:
- resolution: {
- integrity: sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==,
- }
+ resolution: {integrity: sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==}
character-entities@2.0.2:
- resolution: {
- integrity: sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==,
- }
+ resolution: {integrity: sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==}
character-reference-invalid@2.0.1:
- resolution: {
- integrity: sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==,
- }
+ resolution: {integrity: sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==}
chevrotain-allstar@0.3.1:
- resolution: {
- integrity: sha512-b7g+y9A0v4mxCW1qUhf3BSVPg+/NvGErk/dOkrDaHA0nQIQGAtrOjlX//9OQtRlSCy+x9rfB5N8yC71lH1nvMw==,
- }
+ resolution: {integrity: sha512-b7g+y9A0v4mxCW1qUhf3BSVPg+/NvGErk/dOkrDaHA0nQIQGAtrOjlX//9OQtRlSCy+x9rfB5N8yC71lH1nvMw==}
peerDependencies:
chevrotain: ^11.0.0
chevrotain@11.1.2:
- resolution: {
- integrity: sha512-opLQzEVriiH1uUQ4Kctsd49bRoFDXGGSC4GUqj7pGyxM3RehRhvTlZJc1FL/Flew2p5uwxa1tUDWKzI4wNM8pg==,
- }
+ resolution: {integrity: sha512-opLQzEVriiH1uUQ4Kctsd49bRoFDXGGSC4GUqj7pGyxM3RehRhvTlZJc1FL/Flew2p5uwxa1tUDWKzI4wNM8pg==}
clsx@2.1.1:
- resolution: {
- integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==,
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==}
+ engines: {node: '>=6'}
comma-separated-tokens@2.0.3:
- resolution: {
- integrity: sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==,
- }
+ resolution: {integrity: sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==}
commander@14.0.3:
- resolution: {
- integrity: sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==,
- }
- engines: { node: ">=20" }
+ resolution: {integrity: sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==}
+ engines: {node: '>=20'}
commander@7.2.0:
- resolution: {
- integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==,
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==}
+ engines: {node: '>= 10'}
commander@8.3.0:
- resolution: {
- integrity: sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==,
- }
- engines: { node: ">= 12" }
+ resolution: {integrity: sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==}
+ engines: {node: '>= 12'}
confbox@0.1.8:
- resolution: {
- integrity: sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==,
- }
+ resolution: {integrity: sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==}
convert-source-map@2.0.0:
- resolution: {
- integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==,
- }
+ resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
cose-base@1.0.3:
- resolution: {
- integrity: sha512-s9whTXInMSgAp/NVXVNuVxVKzGH2qck3aQlVHxDCdAEPgtMKwc4Wq6/QKhgdEdgbLSi9rBTAcPoRa6JpiG4ksg==,
- }
+ resolution: {integrity: sha512-s9whTXInMSgAp/NVXVNuVxVKzGH2qck3aQlVHxDCdAEPgtMKwc4Wq6/QKhgdEdgbLSi9rBTAcPoRa6JpiG4ksg==}
cose-base@2.2.0:
- resolution: {
- integrity: sha512-AzlgcsCbUMymkADOJtQm3wO9S3ltPfYOFD5033keQn9NJzIbtnZj+UdBJe7DYml/8TdbtHJW3j58SOnKhWY/5g==,
- }
+ resolution: {integrity: sha512-AzlgcsCbUMymkADOJtQm3wO9S3ltPfYOFD5033keQn9NJzIbtnZj+UdBJe7DYml/8TdbtHJW3j58SOnKhWY/5g==}
cross-spawn@7.0.6:
- resolution: {
- integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==,
- }
- engines: { node: ">= 8" }
+ resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
+ engines: {node: '>= 8'}
cssesc@3.0.0:
- resolution: {
- integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==,
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==}
+ engines: {node: '>=4'}
hasBin: true
csstype@3.2.3:
- resolution: {
- integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==,
- }
+ resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==}
cytoscape-cose-bilkent@4.1.0:
- resolution: {
- integrity: sha512-wgQlVIUJF13Quxiv5e1gstZ08rnZj2XaLHGoFMYXz7SkNfCDOOteKBE6SYRfA9WxxI/iBc3ajfDoc6hb/MRAHQ==,
- }
+ resolution: {integrity: sha512-wgQlVIUJF13Quxiv5e1gstZ08rnZj2XaLHGoFMYXz7SkNfCDOOteKBE6SYRfA9WxxI/iBc3ajfDoc6hb/MRAHQ==}
peerDependencies:
cytoscape: ^3.2.0
cytoscape-fcose@2.2.0:
- resolution: {
- integrity: sha512-ki1/VuRIHFCzxWNrsshHYPs6L7TvLu3DL+TyIGEsRcvVERmxokbf5Gdk7mFxZnTdiGtnA4cfSmjZJMviqSuZrQ==,
- }
+ resolution: {integrity: sha512-ki1/VuRIHFCzxWNrsshHYPs6L7TvLu3DL+TyIGEsRcvVERmxokbf5Gdk7mFxZnTdiGtnA4cfSmjZJMviqSuZrQ==}
peerDependencies:
cytoscape: ^3.2.0
cytoscape@3.33.1:
- resolution: {
- integrity: sha512-iJc4TwyANnOGR1OmWhsS9ayRS3s+XQ185FmuHObThD+5AeJCakAAbWv8KimMTt08xCCLNgneQwFp+JRJOr9qGQ==,
- }
- engines: { node: ">=0.10" }
+ resolution: {integrity: sha512-iJc4TwyANnOGR1OmWhsS9ayRS3s+XQ185FmuHObThD+5AeJCakAAbWv8KimMTt08xCCLNgneQwFp+JRJOr9qGQ==}
+ engines: {node: '>=0.10'}
d3-array@2.12.1:
- resolution: {
- integrity: sha512-B0ErZK/66mHtEsR1TkPEEkwdy+WDesimkM5gpZr5Dsg54BiTA5RXtYW5qTLIAcekaS9xfZrzBLF/OAkB3Qn1YQ==,
- }
+ resolution: {integrity: sha512-B0ErZK/66mHtEsR1TkPEEkwdy+WDesimkM5gpZr5Dsg54BiTA5RXtYW5qTLIAcekaS9xfZrzBLF/OAkB3Qn1YQ==}
d3-array@3.2.4:
- resolution: {
- integrity: sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==,
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==}
+ engines: {node: '>=12'}
d3-axis@3.0.0:
- resolution: {
- integrity: sha512-IH5tgjV4jE/GhHkRV0HiVYPDtvfjHQlQfJHs0usq7M30XcSBvOotpmH1IgkcXsO/5gEQZD43B//fc7SRT5S+xw==,
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-IH5tgjV4jE/GhHkRV0HiVYPDtvfjHQlQfJHs0usq7M30XcSBvOotpmH1IgkcXsO/5gEQZD43B//fc7SRT5S+xw==}
+ engines: {node: '>=12'}
d3-brush@3.0.0:
- resolution: {
- integrity: sha512-ALnjWlVYkXsVIGlOsuWH1+3udkYFI48Ljihfnh8FZPF2QS9o+PzGLBslO0PjzVoHLZ2KCVgAM8NVkXPJB2aNnQ==,
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-ALnjWlVYkXsVIGlOsuWH1+3udkYFI48Ljihfnh8FZPF2QS9o+PzGLBslO0PjzVoHLZ2KCVgAM8NVkXPJB2aNnQ==}
+ engines: {node: '>=12'}
d3-chord@3.0.1:
- resolution: {
- integrity: sha512-VE5S6TNa+j8msksl7HwjxMHDM2yNK3XCkusIlpX5kwauBfXuyLAtNg9jCp/iHH61tgI4sb6R/EIMWCqEIdjT/g==,
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-VE5S6TNa+j8msksl7HwjxMHDM2yNK3XCkusIlpX5kwauBfXuyLAtNg9jCp/iHH61tgI4sb6R/EIMWCqEIdjT/g==}
+ engines: {node: '>=12'}
d3-color@3.1.0:
- resolution: {
- integrity: sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==,
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==}
+ engines: {node: '>=12'}
d3-contour@4.0.2:
- resolution: {
- integrity: sha512-4EzFTRIikzs47RGmdxbeUvLWtGedDUNkTcmzoeyg4sP/dvCexO47AaQL7VKy/gul85TOxw+IBgA8US2xwbToNA==,
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-4EzFTRIikzs47RGmdxbeUvLWtGedDUNkTcmzoeyg4sP/dvCexO47AaQL7VKy/gul85TOxw+IBgA8US2xwbToNA==}
+ engines: {node: '>=12'}
d3-delaunay@6.0.4:
- resolution: {
- integrity: sha512-mdjtIZ1XLAM8bm/hx3WwjfHt6Sggek7qH043O8KEjDXN40xi3vx/6pYSVTwLjEgiXQTbvaouWKynLBiUZ6SK6A==,
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-mdjtIZ1XLAM8bm/hx3WwjfHt6Sggek7qH043O8KEjDXN40xi3vx/6pYSVTwLjEgiXQTbvaouWKynLBiUZ6SK6A==}
+ engines: {node: '>=12'}
d3-dispatch@3.0.1:
- resolution: {
- integrity: sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==,
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==}
+ engines: {node: '>=12'}
d3-drag@3.0.0:
- resolution: {
- integrity: sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==,
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==}
+ engines: {node: '>=12'}
d3-dsv@3.0.1:
- resolution: {
- integrity: sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==,
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==}
+ engines: {node: '>=12'}
hasBin: true
d3-ease@3.0.1:
- resolution: {
- integrity: sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==,
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==}
+ engines: {node: '>=12'}
d3-fetch@3.0.1:
- resolution: {
- integrity: sha512-kpkQIM20n3oLVBKGg6oHrUchHM3xODkTzjMoj7aWQFq5QEM+R6E4WkzT5+tojDY7yjez8KgCBRoj4aEr99Fdqw==,
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-kpkQIM20n3oLVBKGg6oHrUchHM3xODkTzjMoj7aWQFq5QEM+R6E4WkzT5+tojDY7yjez8KgCBRoj4aEr99Fdqw==}
+ engines: {node: '>=12'}
d3-force@3.0.0:
- resolution: {
- integrity: sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==,
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==}
+ engines: {node: '>=12'}
d3-format@3.1.2:
- resolution: {
- integrity: sha512-AJDdYOdnyRDV5b6ArilzCPPwc1ejkHcoyFarqlPqT7zRYjhavcT3uSrqcMvsgh2CgoPbK3RCwyHaVyxYcP2Arg==,
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-AJDdYOdnyRDV5b6ArilzCPPwc1ejkHcoyFarqlPqT7zRYjhavcT3uSrqcMvsgh2CgoPbK3RCwyHaVyxYcP2Arg==}
+ engines: {node: '>=12'}
d3-geo@3.1.1:
- resolution: {
- integrity: sha512-637ln3gXKXOwhalDzinUgY83KzNWZRKbYubaG+fGVuc/dxO64RRljtCTnf5ecMyE1RIdtqpkVcq0IbtU2S8j2Q==,
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-637ln3gXKXOwhalDzinUgY83KzNWZRKbYubaG+fGVuc/dxO64RRljtCTnf5ecMyE1RIdtqpkVcq0IbtU2S8j2Q==}
+ engines: {node: '>=12'}
d3-hierarchy@3.1.2:
- resolution: {
- integrity: sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==,
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==}
+ engines: {node: '>=12'}
d3-interpolate@3.0.1:
- resolution: {
- integrity: sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==,
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==}
+ engines: {node: '>=12'}
d3-path@1.0.9:
- resolution: {
- integrity: sha512-VLaYcn81dtHVTjEHd8B+pbe9yHWpXKZUC87PzoFmsFrJqgFwDe/qxfp5MlfsfM1V5E/iVt0MmEbWQ7FVIXh/bg==,
- }
+ resolution: {integrity: sha512-VLaYcn81dtHVTjEHd8B+pbe9yHWpXKZUC87PzoFmsFrJqgFwDe/qxfp5MlfsfM1V5E/iVt0MmEbWQ7FVIXh/bg==}
d3-path@3.1.0:
- resolution: {
- integrity: sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==,
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==}
+ engines: {node: '>=12'}
d3-polygon@3.0.1:
- resolution: {
- integrity: sha512-3vbA7vXYwfe1SYhED++fPUQlWSYTTGmFmQiany/gdbiWgU/iEyQzyymwL9SkJjFFuCS4902BSzewVGsHHmHtXg==,
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-3vbA7vXYwfe1SYhED++fPUQlWSYTTGmFmQiany/gdbiWgU/iEyQzyymwL9SkJjFFuCS4902BSzewVGsHHmHtXg==}
+ engines: {node: '>=12'}
d3-quadtree@3.0.1:
- resolution: {
- integrity: sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==,
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==}
+ engines: {node: '>=12'}
d3-random@3.0.1:
- resolution: {
- integrity: sha512-FXMe9GfxTxqd5D6jFsQ+DJ8BJS4E/fT5mqqdjovykEB2oFbTMDVdg1MGFxfQW+FBOGoB++k8swBrgwSHT1cUXQ==,
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-FXMe9GfxTxqd5D6jFsQ+DJ8BJS4E/fT5mqqdjovykEB2oFbTMDVdg1MGFxfQW+FBOGoB++k8swBrgwSHT1cUXQ==}
+ engines: {node: '>=12'}
d3-sankey@0.12.3:
- resolution: {
- integrity: sha512-nQhsBRmM19Ax5xEIPLMY9ZmJ/cDvd1BG3UVvt5h3WRxKg5zGRbvnteTyWAbzeSvlh3tW7ZEmq4VwR5mB3tutmQ==,
- }
+ resolution: {integrity: sha512-nQhsBRmM19Ax5xEIPLMY9ZmJ/cDvd1BG3UVvt5h3WRxKg5zGRbvnteTyWAbzeSvlh3tW7ZEmq4VwR5mB3tutmQ==}
d3-scale-chromatic@3.1.0:
- resolution: {
- integrity: sha512-A3s5PWiZ9YCXFye1o246KoscMWqf8BsD9eRiJ3He7C9OBaxKhAd5TFCdEx/7VbKtxxTsu//1mMJFrEt572cEyQ==,
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-A3s5PWiZ9YCXFye1o246KoscMWqf8BsD9eRiJ3He7C9OBaxKhAd5TFCdEx/7VbKtxxTsu//1mMJFrEt572cEyQ==}
+ engines: {node: '>=12'}
d3-scale@4.0.2:
- resolution: {
- integrity: sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==,
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==}
+ engines: {node: '>=12'}
d3-selection@3.0.0:
- resolution: {
- integrity: sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==,
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==}
+ engines: {node: '>=12'}
d3-shape@1.3.7:
- resolution: {
- integrity: sha512-EUkvKjqPFUAZyOlhY5gzCxCeI0Aep04LwIRpsZ/mLFelJiUfnK56jo5JMDSE7yyP2kLSb6LtF+S5chMk7uqPqw==,
- }
+ resolution: {integrity: sha512-EUkvKjqPFUAZyOlhY5gzCxCeI0Aep04LwIRpsZ/mLFelJiUfnK56jo5JMDSE7yyP2kLSb6LtF+S5chMk7uqPqw==}
d3-shape@3.2.0:
- resolution: {
- integrity: sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==,
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==}
+ engines: {node: '>=12'}
d3-time-format@4.1.0:
- resolution: {
- integrity: sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==,
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==}
+ engines: {node: '>=12'}
d3-time@3.1.0:
- resolution: {
- integrity: sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==,
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==}
+ engines: {node: '>=12'}
d3-timer@3.0.1:
- resolution: {
- integrity: sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==,
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==}
+ engines: {node: '>=12'}
d3-transition@3.0.1:
- resolution: {
- integrity: sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==,
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==}
+ engines: {node: '>=12'}
peerDependencies:
d3-selection: 2 - 3
d3-zoom@3.0.0:
- resolution: {
- integrity: sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==,
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==}
+ engines: {node: '>=12'}
d3@7.9.0:
- resolution: {
- integrity: sha512-e1U46jVP+w7Iut8Jt8ri1YsPOvFpg46k+K8TpCb0P+zjCkjkPnV7WzfDJzMHy1LnA+wj5pLT1wjO901gLXeEhA==,
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-e1U46jVP+w7Iut8Jt8ri1YsPOvFpg46k+K8TpCb0P+zjCkjkPnV7WzfDJzMHy1LnA+wj5pLT1wjO901gLXeEhA==}
+ engines: {node: '>=12'}
dagre-d3-es@7.0.14:
- resolution: {
- integrity: sha512-P4rFMVq9ESWqmOgK+dlXvOtLwYg0i7u0HBGJER0LZDJT2VHIPAMZ/riPxqJceWMStH5+E61QxFra9kIS3AqdMg==,
- }
+ resolution: {integrity: sha512-P4rFMVq9ESWqmOgK+dlXvOtLwYg0i7u0HBGJER0LZDJT2VHIPAMZ/riPxqJceWMStH5+E61QxFra9kIS3AqdMg==}
dayjs@1.11.20:
- resolution: {
- integrity: sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==,
- }
+ resolution: {integrity: sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==}
debug@4.4.3:
- resolution: {
- integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==,
- }
- engines: { node: ">=6.0" }
+ resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
+ engines: {node: '>=6.0'}
peerDependencies:
- supports-color: "*"
+ supports-color: '*'
peerDependenciesMeta:
supports-color:
optional: true
decode-named-character-reference@1.3.0:
- resolution: {
- integrity: sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==,
- }
+ resolution: {integrity: sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==}
delaunator@5.0.1:
- resolution: {
- integrity: sha512-8nvh+XBe96aCESrGOqMp/84b13H9cdKbG5P2ejQCh4d4sK9RL4371qou9drQjMhvnPmhWl5hnmqbEE0fXr9Xnw==,
- }
+ resolution: {integrity: sha512-8nvh+XBe96aCESrGOqMp/84b13H9cdKbG5P2ejQCh4d4sK9RL4371qou9drQjMhvnPmhWl5hnmqbEE0fXr9Xnw==}
dequal@2.0.3:
- resolution: {
- integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==,
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==}
+ engines: {node: '>=6'}
detect-libc@2.1.2:
- resolution: {
- integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==,
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==}
+ engines: {node: '>=8'}
devlop@1.1.0:
- resolution: {
- integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==,
- }
+ resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==}
+
+ dom-accessibility-api@0.5.16:
+ resolution: {integrity: sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==}
dompurify@3.3.3:
- resolution: {
- integrity: sha512-Oj6pzI2+RqBfFG+qOaOLbFXLQ90ARpcGG6UePL82bJLtdsa6CYJD7nmiU8MW9nQNOtCHV3lZ/Bzq1X0QYbBZCA==,
- }
+ resolution: {integrity: sha512-Oj6pzI2+RqBfFG+qOaOLbFXLQ90ARpcGG6UePL82bJLtdsa6CYJD7nmiU8MW9nQNOtCHV3lZ/Bzq1X0QYbBZCA==}
electron-to-chromium@1.5.321:
- resolution: {
- integrity: sha512-L2C7Q279W2D/J4PLZLk7sebOILDSWos7bMsMNN06rK482umHUrh/3lM8G7IlHFOYip2oAg5nha1rCMxr/rs6ZQ==,
- }
+ resolution: {integrity: sha512-L2C7Q279W2D/J4PLZLk7sebOILDSWos7bMsMNN06rK482umHUrh/3lM8G7IlHFOYip2oAg5nha1rCMxr/rs6ZQ==}
enhanced-resolve@5.20.1:
- resolution: {
- integrity: sha512-Qohcme7V1inbAfvjItgw0EaxVX5q2rdVEZHRBrEQdRZTssLDGsL8Lwrznl8oQ/6kuTJONLaDcGjkNP247XEhcA==,
- }
- engines: { node: ">=10.13.0" }
+ resolution: {integrity: sha512-Qohcme7V1inbAfvjItgw0EaxVX5q2rdVEZHRBrEQdRZTssLDGsL8Lwrznl8oQ/6kuTJONLaDcGjkNP247XEhcA==}
+ engines: {node: '>=10.13.0'}
entities@6.0.1:
- resolution: {
- integrity: sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==,
- }
- engines: { node: ">=0.12" }
+ resolution: {integrity: sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==}
+ engines: {node: '>=0.12'}
entities@7.0.1:
- resolution: {
- integrity: sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==,
- }
- engines: { node: ">=0.12" }
+ resolution: {integrity: sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==}
+ engines: {node: '>=0.12'}
es-module-lexer@1.7.0:
- resolution: {
- integrity: sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==,
- }
+ resolution: {integrity: sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==}
esbuild@0.25.12:
- resolution: {
- integrity: sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==,
- }
- engines: { node: ">=18" }
+ resolution: {integrity: sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==}
+ engines: {node: '>=18'}
hasBin: true
escalade@3.2.0:
- resolution: {
- integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==,
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
+ engines: {node: '>=6'}
escape-string-regexp@5.0.0:
- resolution: {
- integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==,
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==}
+ engines: {node: '>=12'}
estree-util-is-identifier-name@3.0.0:
- resolution: {
- integrity: sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==,
- }
+ resolution: {integrity: sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==}
estree-walker@2.0.2:
- resolution: {
- integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==,
- }
+ resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==}
estree-walker@3.0.3:
- resolution: {
- integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==,
- }
+ resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==}
extend@3.0.2:
- resolution: {
- integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==,
- }
+ resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==}
fdir@6.5.0:
- resolution: {
- integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==,
- }
- engines: { node: ">=12.0.0" }
+ resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
+ engines: {node: '>=12.0.0'}
peerDependencies:
picomatch: ^3 || ^4
peerDependenciesMeta:
@@ -2126,1063 +1570,700 @@ packages:
optional: true
fsevents@2.3.3:
- resolution: {
- integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==,
- }
- engines: { node: ^8.16.0 || ^10.6.0 || >=11.0.0 }
+ resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
+ engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
os: [darwin]
gensync@1.0.0-beta.2:
- resolution: {
- integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==,
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
+ engines: {node: '>=6.9.0'}
graceful-fs@4.2.11:
- resolution: {
- integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==,
- }
+ resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
hachure-fill@0.5.2:
- resolution: {
- integrity: sha512-3GKBOn+m2LX9iq+JC1064cSFprJY4jL1jCXTcpnfER5HYE2l/4EfWSGzkPa/ZDBmYI0ZOEj5VHV/eKnPGkHuOg==,
- }
+ resolution: {integrity: sha512-3GKBOn+m2LX9iq+JC1064cSFprJY4jL1jCXTcpnfER5HYE2l/4EfWSGzkPa/ZDBmYI0ZOEj5VHV/eKnPGkHuOg==}
happy-dom@20.8.4:
- resolution: {
- integrity: sha512-GKhjq4OQCYB4VLFBzv8mmccUadwlAusOZOI7hC1D9xDIT5HhzkJK17c4el2f6R6C715P9xB4uiMxeKUa2nHMwQ==,
- }
- engines: { node: ">=20.0.0" }
+ resolution: {integrity: sha512-GKhjq4OQCYB4VLFBzv8mmccUadwlAusOZOI7hC1D9xDIT5HhzkJK17c4el2f6R6C715P9xB4uiMxeKUa2nHMwQ==}
+ engines: {node: '>=20.0.0'}
hast-util-from-parse5@8.0.3:
- resolution: {
- integrity: sha512-3kxEVkEKt0zvcZ3hCRYI8rqrgwtlIOFMWkbclACvjlDw8Li9S2hk/d51OI0nr/gIpdMHNepwgOKqZ/sy0Clpyg==,
- }
+ resolution: {integrity: sha512-3kxEVkEKt0zvcZ3hCRYI8rqrgwtlIOFMWkbclACvjlDw8Li9S2hk/d51OI0nr/gIpdMHNepwgOKqZ/sy0Clpyg==}
hast-util-parse-selector@4.0.0:
- resolution: {
- integrity: sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==,
- }
+ resolution: {integrity: sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==}
hast-util-raw@9.1.0:
- resolution: {
- integrity: sha512-Y8/SBAHkZGoNkpzqqfCldijcuUKh7/su31kEBp67cFY09Wy0mTRgtsLYsiIxMJxlu0f6AA5SUTbDR8K0rxnbUw==,
- }
+ resolution: {integrity: sha512-Y8/SBAHkZGoNkpzqqfCldijcuUKh7/su31kEBp67cFY09Wy0mTRgtsLYsiIxMJxlu0f6AA5SUTbDR8K0rxnbUw==}
hast-util-sanitize@5.0.2:
- resolution: {
- integrity: sha512-3yTWghByc50aGS7JlGhk61SPenfE/p1oaFeNwkOOyrscaOkMGrcW9+Cy/QAIOBpZxP1yqDIzFMR0+Np0i0+usg==,
- }
+ resolution: {integrity: sha512-3yTWghByc50aGS7JlGhk61SPenfE/p1oaFeNwkOOyrscaOkMGrcW9+Cy/QAIOBpZxP1yqDIzFMR0+Np0i0+usg==}
hast-util-to-jsx-runtime@2.3.6:
- resolution: {
- integrity: sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==,
- }
+ resolution: {integrity: sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==}
hast-util-to-parse5@8.0.1:
- resolution: {
- integrity: sha512-MlWT6Pjt4CG9lFCjiz4BH7l9wmrMkfkJYCxFwKQic8+RTZgWPuWxwAfjJElsXkex7DJjfSJsQIt931ilUgmwdA==,
- }
+ resolution: {integrity: sha512-MlWT6Pjt4CG9lFCjiz4BH7l9wmrMkfkJYCxFwKQic8+RTZgWPuWxwAfjJElsXkex7DJjfSJsQIt931ilUgmwdA==}
hast-util-whitespace@3.0.0:
- resolution: {
- integrity: sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==,
- }
+ resolution: {integrity: sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==}
hastscript@9.0.1:
- resolution: {
- integrity: sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==,
- }
+ resolution: {integrity: sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==}
html-url-attributes@3.0.1:
- resolution: {
- integrity: sha512-ol6UPyBWqsrO6EJySPz2O7ZSr856WDrEzM5zMqp+FJJLGMW35cLYmmZnl0vztAZxRUoNZJFTCohfjuIJ8I4QBQ==,
- }
+ resolution: {integrity: sha512-ol6UPyBWqsrO6EJySPz2O7ZSr856WDrEzM5zMqp+FJJLGMW35cLYmmZnl0vztAZxRUoNZJFTCohfjuIJ8I4QBQ==}
html-void-elements@3.0.0:
- resolution: {
- integrity: sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==,
- }
+ resolution: {integrity: sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==}
iconv-lite@0.6.3:
- resolution: {
- integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==,
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==}
+ engines: {node: '>=0.10.0'}
inline-style-parser@0.2.7:
- resolution: {
- integrity: sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==,
- }
+ resolution: {integrity: sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==}
internmap@1.0.1:
- resolution: {
- integrity: sha512-lDB5YccMydFBtasVtxnZ3MRBHuaoE8GKsppq+EchKL2U4nK/DmEpPHNH8MZe5HkMtpSiTSOZwfN0tzYjO/lJEw==,
- }
+ resolution: {integrity: sha512-lDB5YccMydFBtasVtxnZ3MRBHuaoE8GKsppq+EchKL2U4nK/DmEpPHNH8MZe5HkMtpSiTSOZwfN0tzYjO/lJEw==}
internmap@2.0.3:
- resolution: {
- integrity: sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==,
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==}
+ engines: {node: '>=12'}
is-alphabetical@2.0.1:
- resolution: {
- integrity: sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==,
- }
+ resolution: {integrity: sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==}
is-alphanumerical@2.0.1:
- resolution: {
- integrity: sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==,
- }
+ resolution: {integrity: sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==}
is-decimal@2.0.1:
- resolution: {
- integrity: sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==,
- }
+ resolution: {integrity: sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==}
is-hexadecimal@2.0.1:
- resolution: {
- integrity: sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==,
- }
+ resolution: {integrity: sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==}
is-plain-obj@4.1.0:
- resolution: {
- integrity: sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==,
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==}
+ engines: {node: '>=12'}
isexe@2.0.0:
- resolution: {
- integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==,
- }
+ resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
jiti@2.6.1:
- resolution: {
- integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==,
- }
+ resolution: {integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==}
hasBin: true
js-tokens@4.0.0:
- resolution: {
- integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==,
- }
+ resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
jsesc@3.1.0:
- resolution: {
- integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==,
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==}
+ engines: {node: '>=6'}
hasBin: true
json5@2.2.3:
- resolution: {
- integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==,
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
+ engines: {node: '>=6'}
hasBin: true
katex@0.16.38:
- resolution: {
- integrity: sha512-cjHooZUmIAUmDsHBN+1n8LaZdpmbj03LtYeYPyuYB7OuloiaeaV6N4LcfjcnHVzGWjVQmKrxxTrpDcmSzEZQwQ==,
- }
+ resolution: {integrity: sha512-cjHooZUmIAUmDsHBN+1n8LaZdpmbj03LtYeYPyuYB7OuloiaeaV6N4LcfjcnHVzGWjVQmKrxxTrpDcmSzEZQwQ==}
hasBin: true
khroma@2.1.0:
- resolution: {
- integrity: sha512-Ls993zuzfayK269Svk9hzpeGUKob/sIgZzyHYdjQoAdQetRKpOLj+k/QQQ/6Qi0Yz65mlROrfd+Ev+1+7dz9Kw==,
- }
+ resolution: {integrity: sha512-Ls993zuzfayK269Svk9hzpeGUKob/sIgZzyHYdjQoAdQetRKpOLj+k/QQQ/6Qi0Yz65mlROrfd+Ev+1+7dz9Kw==}
kleur@3.0.3:
- resolution: {
- integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==,
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==}
+ engines: {node: '>=6'}
langium@4.2.1:
- resolution: {
- integrity: sha512-zu9QWmjpzJcomzdJQAHgDVhLGq5bLosVak1KVa40NzQHXfqr4eAHupvnPOVXEoLkg6Ocefvf/93d//SB7du4YQ==,
- }
- engines: { node: ">=20.10.0", npm: ">=10.2.3" }
+ resolution: {integrity: sha512-zu9QWmjpzJcomzdJQAHgDVhLGq5bLosVak1KVa40NzQHXfqr4eAHupvnPOVXEoLkg6Ocefvf/93d//SB7du4YQ==}
+ engines: {node: '>=20.10.0', npm: '>=10.2.3'}
layout-base@1.0.2:
- resolution: {
- integrity: sha512-8h2oVEZNktL4BH2JCOI90iD1yXwL6iNW7KcCKT2QZgQJR2vbqDsldCTPRU9NifTCqHZci57XvQQ15YTu+sTYPg==,
- }
+ resolution: {integrity: sha512-8h2oVEZNktL4BH2JCOI90iD1yXwL6iNW7KcCKT2QZgQJR2vbqDsldCTPRU9NifTCqHZci57XvQQ15YTu+sTYPg==}
layout-base@2.0.1:
- resolution: {
- integrity: sha512-dp3s92+uNI1hWIpPGH3jK2kxE2lMjdXdr+DH8ynZHpd6PUlH6x6cbuXnoMmiNumznqaNO31xu9e79F0uuZ0JFg==,
- }
+ resolution: {integrity: sha512-dp3s92+uNI1hWIpPGH3jK2kxE2lMjdXdr+DH8ynZHpd6PUlH6x6cbuXnoMmiNumznqaNO31xu9e79F0uuZ0JFg==}
lightningcss-android-arm64@1.32.0:
- resolution: {
- integrity: sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==,
- }
- engines: { node: ">= 12.0.0" }
+ resolution: {integrity: sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==}
+ engines: {node: '>= 12.0.0'}
cpu: [arm64]
os: [android]
lightningcss-darwin-arm64@1.32.0:
- resolution: {
- integrity: sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==,
- }
- engines: { node: ">= 12.0.0" }
+ resolution: {integrity: sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==}
+ engines: {node: '>= 12.0.0'}
cpu: [arm64]
os: [darwin]
lightningcss-darwin-x64@1.32.0:
- resolution: {
- integrity: sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==,
- }
- engines: { node: ">= 12.0.0" }
+ resolution: {integrity: sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==}
+ engines: {node: '>= 12.0.0'}
cpu: [x64]
os: [darwin]
lightningcss-freebsd-x64@1.32.0:
- resolution: {
- integrity: sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==,
- }
- engines: { node: ">= 12.0.0" }
+ resolution: {integrity: sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==}
+ engines: {node: '>= 12.0.0'}
cpu: [x64]
os: [freebsd]
lightningcss-linux-arm-gnueabihf@1.32.0:
- resolution: {
- integrity: sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==,
- }
- engines: { node: ">= 12.0.0" }
+ resolution: {integrity: sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==}
+ engines: {node: '>= 12.0.0'}
cpu: [arm]
os: [linux]
lightningcss-linux-arm64-gnu@1.32.0:
- resolution: {
- integrity: sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==,
- }
- engines: { node: ">= 12.0.0" }
+ resolution: {integrity: sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==}
+ engines: {node: '>= 12.0.0'}
cpu: [arm64]
os: [linux]
lightningcss-linux-arm64-musl@1.32.0:
- resolution: {
- integrity: sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==,
- }
- engines: { node: ">= 12.0.0" }
+ resolution: {integrity: sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==}
+ engines: {node: '>= 12.0.0'}
cpu: [arm64]
os: [linux]
lightningcss-linux-x64-gnu@1.32.0:
- resolution: {
- integrity: sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==,
- }
- engines: { node: ">= 12.0.0" }
+ resolution: {integrity: sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==}
+ engines: {node: '>= 12.0.0'}
cpu: [x64]
os: [linux]
lightningcss-linux-x64-musl@1.32.0:
- resolution: {
- integrity: sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==,
- }
- engines: { node: ">= 12.0.0" }
+ resolution: {integrity: sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==}
+ engines: {node: '>= 12.0.0'}
cpu: [x64]
os: [linux]
lightningcss-win32-arm64-msvc@1.32.0:
- resolution: {
- integrity: sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==,
- }
- engines: { node: ">= 12.0.0" }
+ resolution: {integrity: sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==}
+ engines: {node: '>= 12.0.0'}
cpu: [arm64]
os: [win32]
lightningcss-win32-x64-msvc@1.32.0:
- resolution: {
- integrity: sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==,
- }
- engines: { node: ">= 12.0.0" }
+ resolution: {integrity: sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==}
+ engines: {node: '>= 12.0.0'}
cpu: [x64]
os: [win32]
lightningcss@1.32.0:
- resolution: {
- integrity: sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==,
- }
- engines: { node: ">= 12.0.0" }
+ resolution: {integrity: sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==}
+ engines: {node: '>= 12.0.0'}
lodash-es@4.17.23:
- resolution: {
- integrity: sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg==,
- }
+ resolution: {integrity: sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg==}
longest-streak@3.1.0:
- resolution: {
- integrity: sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==,
- }
+ resolution: {integrity: sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==}
lru-cache@5.1.1:
- resolution: {
- integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==,
- }
+ resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
+
+ lz-string@1.5.0:
+ resolution: {integrity: sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==}
+ hasBin: true
magic-string@0.30.21:
- resolution: {
- integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==,
- }
+ resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
markdown-table@3.0.4:
- resolution: {
- integrity: sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==,
- }
+ resolution: {integrity: sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==}
marked@16.4.2:
- resolution: {
- integrity: sha512-TI3V8YYWvkVf3KJe1dRkpnjs68JUPyEa5vjKrp1XEEJUAOaQc+Qj+L1qWbPd0SJuAdQkFU0h73sXXqwDYxsiDA==,
- }
- engines: { node: ">= 20" }
+ resolution: {integrity: sha512-TI3V8YYWvkVf3KJe1dRkpnjs68JUPyEa5vjKrp1XEEJUAOaQc+Qj+L1qWbPd0SJuAdQkFU0h73sXXqwDYxsiDA==}
+ engines: {node: '>= 20'}
hasBin: true
marked@17.0.4:
- resolution: {
- integrity: sha512-NOmVMM+KAokHMvjWmC5N/ZOvgmSWuqJB8FoYI019j4ogb/PeRMKoKIjReZ2w3376kkA8dSJIP8uD993Kxc0iRQ==,
- }
- engines: { node: ">= 20" }
+ resolution: {integrity: sha512-NOmVMM+KAokHMvjWmC5N/ZOvgmSWuqJB8FoYI019j4ogb/PeRMKoKIjReZ2w3376kkA8dSJIP8uD993Kxc0iRQ==}
+ engines: {node: '>= 20'}
hasBin: true
mdast-util-find-and-replace@3.0.2:
- resolution: {
- integrity: sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==,
- }
+ resolution: {integrity: sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==}
mdast-util-from-markdown@2.0.3:
- resolution: {
- integrity: sha512-W4mAWTvSlKvf8L6J+VN9yLSqQ9AOAAvHuoDAmPkz4dHf553m5gVj2ejadHJhoJmcmxEnOv6Pa8XJhpxE93kb8Q==,
- }
+ resolution: {integrity: sha512-W4mAWTvSlKvf8L6J+VN9yLSqQ9AOAAvHuoDAmPkz4dHf553m5gVj2ejadHJhoJmcmxEnOv6Pa8XJhpxE93kb8Q==}
mdast-util-gfm-autolink-literal@2.0.1:
- resolution: {
- integrity: sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==,
- }
+ resolution: {integrity: sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==}
mdast-util-gfm-footnote@2.1.0:
- resolution: {
- integrity: sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==,
- }
+ resolution: {integrity: sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==}
mdast-util-gfm-strikethrough@2.0.0:
- resolution: {
- integrity: sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==,
- }
+ resolution: {integrity: sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==}
mdast-util-gfm-table@2.0.0:
- resolution: {
- integrity: sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==,
- }
+ resolution: {integrity: sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==}
mdast-util-gfm-task-list-item@2.0.0:
- resolution: {
- integrity: sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==,
- }
+ resolution: {integrity: sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==}
mdast-util-gfm@3.1.0:
- resolution: {
- integrity: sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==,
- }
+ resolution: {integrity: sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==}
mdast-util-mdx-expression@2.0.1:
- resolution: {
- integrity: sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==,
- }
+ resolution: {integrity: sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==}
mdast-util-mdx-jsx@3.2.0:
- resolution: {
- integrity: sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==,
- }
+ resolution: {integrity: sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==}
mdast-util-mdxjs-esm@2.0.1:
- resolution: {
- integrity: sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==,
- }
+ resolution: {integrity: sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==}
mdast-util-phrasing@4.1.0:
- resolution: {
- integrity: sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==,
- }
+ resolution: {integrity: sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==}
mdast-util-to-hast@13.2.1:
- resolution: {
- integrity: sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==,
- }
+ resolution: {integrity: sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==}
mdast-util-to-markdown@2.1.2:
- resolution: {
- integrity: sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==,
- }
+ resolution: {integrity: sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==}
mdast-util-to-string@4.0.0:
- resolution: {
- integrity: sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==,
- }
+ resolution: {integrity: sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==}
mermaid@11.13.0:
- resolution: {
- integrity: sha512-fEnci+Immw6lKMFI8sqzjlATTyjLkRa6axrEgLV2yHTfv8r+h1wjFbV6xeRtd4rUV1cS4EpR9rwp3Rci7TRWDw==,
- }
+ resolution: {integrity: sha512-fEnci+Immw6lKMFI8sqzjlATTyjLkRa6axrEgLV2yHTfv8r+h1wjFbV6xeRtd4rUV1cS4EpR9rwp3Rci7TRWDw==}
micromark-core-commonmark@2.0.3:
- resolution: {
- integrity: sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==,
- }
+ resolution: {integrity: sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==}
micromark-extension-gfm-autolink-literal@2.1.0:
- resolution: {
- integrity: sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==,
- }
+ resolution: {integrity: sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==}
micromark-extension-gfm-footnote@2.1.0:
- resolution: {
- integrity: sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==,
- }
+ resolution: {integrity: sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==}
micromark-extension-gfm-strikethrough@2.1.0:
- resolution: {
- integrity: sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==,
- }
+ resolution: {integrity: sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==}
micromark-extension-gfm-table@2.1.1:
- resolution: {
- integrity: sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==,
- }
+ resolution: {integrity: sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==}
micromark-extension-gfm-tagfilter@2.0.0:
- resolution: {
- integrity: sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==,
- }
+ resolution: {integrity: sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==}
micromark-extension-gfm-task-list-item@2.1.0:
- resolution: {
- integrity: sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==,
- }
+ resolution: {integrity: sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==}
micromark-extension-gfm@3.0.0:
- resolution: {
- integrity: sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==,
- }
+ resolution: {integrity: sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==}
micromark-factory-destination@2.0.1:
- resolution: {
- integrity: sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==,
- }
+ resolution: {integrity: sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==}
micromark-factory-label@2.0.1:
- resolution: {
- integrity: sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==,
- }
+ resolution: {integrity: sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==}
micromark-factory-space@2.0.1:
- resolution: {
- integrity: sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==,
- }
+ resolution: {integrity: sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==}
micromark-factory-title@2.0.1:
- resolution: {
- integrity: sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==,
- }
+ resolution: {integrity: sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==}
micromark-factory-whitespace@2.0.1:
- resolution: {
- integrity: sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==,
- }
+ resolution: {integrity: sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==}
micromark-util-character@2.1.1:
- resolution: {
- integrity: sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==,
- }
+ resolution: {integrity: sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==}
micromark-util-chunked@2.0.1:
- resolution: {
- integrity: sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==,
- }
+ resolution: {integrity: sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==}
micromark-util-classify-character@2.0.1:
- resolution: {
- integrity: sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==,
- }
+ resolution: {integrity: sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==}
micromark-util-combine-extensions@2.0.1:
- resolution: {
- integrity: sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==,
- }
+ resolution: {integrity: sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==}
micromark-util-decode-numeric-character-reference@2.0.2:
- resolution: {
- integrity: sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==,
- }
+ resolution: {integrity: sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==}
micromark-util-decode-string@2.0.1:
- resolution: {
- integrity: sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==,
- }
+ resolution: {integrity: sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==}
micromark-util-encode@2.0.1:
- resolution: {
- integrity: sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==,
- }
+ resolution: {integrity: sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==}
micromark-util-html-tag-name@2.0.1:
- resolution: {
- integrity: sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==,
- }
+ resolution: {integrity: sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==}
micromark-util-normalize-identifier@2.0.1:
- resolution: {
- integrity: sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==,
- }
+ resolution: {integrity: sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==}
micromark-util-resolve-all@2.0.1:
- resolution: {
- integrity: sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==,
- }
+ resolution: {integrity: sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==}
micromark-util-sanitize-uri@2.0.1:
- resolution: {
- integrity: sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==,
- }
+ resolution: {integrity: sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==}
micromark-util-subtokenize@2.1.0:
- resolution: {
- integrity: sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==,
- }
+ resolution: {integrity: sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==}
micromark-util-symbol@2.0.1:
- resolution: {
- integrity: sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==,
- }
+ resolution: {integrity: sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==}
micromark-util-types@2.0.2:
- resolution: {
- integrity: sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==,
- }
+ resolution: {integrity: sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==}
micromark@4.0.2:
- resolution: {
- integrity: sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==,
- }
+ resolution: {integrity: sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==}
mlly@1.8.1:
- resolution: {
- integrity: sha512-SnL6sNutTwRWWR/vcmCYHSADjiEesp5TGQQ0pXyLhW5IoeibRlF/CbSLailbB3CNqJUk9cVJ9dUDnbD7GrcHBQ==,
- }
+ resolution: {integrity: sha512-SnL6sNutTwRWWR/vcmCYHSADjiEesp5TGQQ0pXyLhW5IoeibRlF/CbSLailbB3CNqJUk9cVJ9dUDnbD7GrcHBQ==}
mrmime@2.0.1:
- resolution: {
- integrity: sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==,
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==}
+ engines: {node: '>=10'}
ms@2.1.3:
- resolution: {
- integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==,
- }
+ resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
nanoid@3.3.11:
- resolution: {
- integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==,
- }
- engines: { node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1 }
+ resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
+ engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
hasBin: true
node-releases@2.0.36:
- resolution: {
- integrity: sha512-TdC8FSgHz8Mwtw9g5L4gR/Sh9XhSP/0DEkQxfEFXOpiul5IiHgHan2VhYYb6agDSfp4KuvltmGApc8HMgUrIkA==,
- }
+ resolution: {integrity: sha512-TdC8FSgHz8Mwtw9g5L4gR/Sh9XhSP/0DEkQxfEFXOpiul5IiHgHan2VhYYb6agDSfp4KuvltmGApc8HMgUrIkA==}
obug@2.1.1:
- resolution: {
- integrity: sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==,
- }
+ resolution: {integrity: sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==}
oxfmt@0.40.0:
- resolution: {
- integrity: sha512-g0C3I7xUj4b4DcagevM9kgH6+pUHytikxUcn3/VUkvzTNaaXBeyZqb7IBsHwojeXm4mTBEC/aBjBTMVUkZwWUQ==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ resolution: {integrity: sha512-g0C3I7xUj4b4DcagevM9kgH6+pUHytikxUcn3/VUkvzTNaaXBeyZqb7IBsHwojeXm4mTBEC/aBjBTMVUkZwWUQ==}
+ engines: {node: ^20.19.0 || >=22.12.0}
hasBin: true
oxlint-tsgolint@0.17.0:
- resolution: {
- integrity: sha512-TdrKhDZCgEYqONFo/j+KvGan7/k3tP5Ouz88wCqpOvJtI2QmcLfGsm1fcMvDnTik48Jj6z83IJBqlkmK9DnY1A==,
- }
+ resolution: {integrity: sha512-TdrKhDZCgEYqONFo/j+KvGan7/k3tP5Ouz88wCqpOvJtI2QmcLfGsm1fcMvDnTik48Jj6z83IJBqlkmK9DnY1A==}
hasBin: true
oxlint@1.55.0:
- resolution: {
- integrity: sha512-T+FjepiyWpaZMhekqRpH8Z3I4vNM610p6w+Vjfqgj5TZUxHXl7N8N5IPvmOU8U4XdTRxqtNNTh9Y4hLtr7yvFg==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ resolution: {integrity: sha512-T+FjepiyWpaZMhekqRpH8Z3I4vNM610p6w+Vjfqgj5TZUxHXl7N8N5IPvmOU8U4XdTRxqtNNTh9Y4hLtr7yvFg==}
+ engines: {node: ^20.19.0 || >=22.12.0}
hasBin: true
peerDependencies:
- oxlint-tsgolint: ">=0.15.0"
+ oxlint-tsgolint: '>=0.15.0'
peerDependenciesMeta:
oxlint-tsgolint:
optional: true
package-manager-detector@1.6.0:
- resolution: {
- integrity: sha512-61A5ThoTiDG/C8s8UMZwSorAGwMJ0ERVGj2OjoW5pAalsNOg15+iQiPzrLJ4jhZ1HJzmC2PIHT2oEiH3R5fzNA==,
- }
+ resolution: {integrity: sha512-61A5ThoTiDG/C8s8UMZwSorAGwMJ0ERVGj2OjoW5pAalsNOg15+iQiPzrLJ4jhZ1HJzmC2PIHT2oEiH3R5fzNA==}
parse-entities@4.0.2:
- resolution: {
- integrity: sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==,
- }
+ resolution: {integrity: sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==}
parse5@7.3.0:
- resolution: {
- integrity: sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==,
- }
+ resolution: {integrity: sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==}
path-data-parser@0.1.0:
- resolution: {
- integrity: sha512-NOnmBpt5Y2RWbuv0LMzsayp3lVylAHLPUTut412ZA3l+C4uw4ZVkQbjShYCQ8TCpUMdPapr4YjUqLYD6v68j+w==,
- }
+ resolution: {integrity: sha512-NOnmBpt5Y2RWbuv0LMzsayp3lVylAHLPUTut412ZA3l+C4uw4ZVkQbjShYCQ8TCpUMdPapr4YjUqLYD6v68j+w==}
path-key@3.1.1:
- resolution: {
- integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==,
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
+ engines: {node: '>=8'}
pathe@2.0.3:
- resolution: {
- integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==,
- }
+ resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==}
picocolors@1.1.1:
- resolution: {
- integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==,
- }
+ resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
picomatch@4.0.3:
- resolution: {
- integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==,
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
+ engines: {node: '>=12'}
pixelmatch@7.1.0:
- resolution: {
- integrity: sha512-1wrVzJ2STrpmONHKBy228LM1b84msXDUoAzVEl0R8Mz4Ce6EPr+IVtxm8+yvrqLYMHswREkjYFaMxnyGnaY3Ng==,
- }
+ resolution: {integrity: sha512-1wrVzJ2STrpmONHKBy228LM1b84msXDUoAzVEl0R8Mz4Ce6EPr+IVtxm8+yvrqLYMHswREkjYFaMxnyGnaY3Ng==}
hasBin: true
pkg-types@1.3.1:
- resolution: {
- integrity: sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==,
- }
+ resolution: {integrity: sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==}
pngjs@7.0.0:
- resolution: {
- integrity: sha512-LKWqWJRhstyYo9pGvgor/ivk2w94eSjE3RGVuzLGlr3NmD8bf7RcYGze1mNdEHRP6TRP6rMuDHk5t44hnTRyow==,
- }
- engines: { node: ">=14.19.0" }
+ resolution: {integrity: sha512-LKWqWJRhstyYo9pGvgor/ivk2w94eSjE3RGVuzLGlr3NmD8bf7RcYGze1mNdEHRP6TRP6rMuDHk5t44hnTRyow==}
+ engines: {node: '>=14.19.0'}
points-on-curve@0.2.0:
- resolution: {
- integrity: sha512-0mYKnYYe9ZcqMCWhUjItv/oHjvgEsfKvnUTg8sAtnHr3GVy7rGkXCb6d5cSyqrWqL4k81b9CPg3urd+T7aop3A==,
- }
+ resolution: {integrity: sha512-0mYKnYYe9ZcqMCWhUjItv/oHjvgEsfKvnUTg8sAtnHr3GVy7rGkXCb6d5cSyqrWqL4k81b9CPg3urd+T7aop3A==}
points-on-path@0.2.1:
- resolution: {
- integrity: sha512-25ClnWWuw7JbWZcgqY/gJ4FQWadKxGWk+3kR/7kD0tCaDtPPMj7oHu2ToLaVhfpnHrZzYby2w6tUA0eOIuUg8g==,
- }
+ resolution: {integrity: sha512-25ClnWWuw7JbWZcgqY/gJ4FQWadKxGWk+3kR/7kD0tCaDtPPMj7oHu2ToLaVhfpnHrZzYby2w6tUA0eOIuUg8g==}
postcss-selector-parser@6.0.10:
- resolution: {
- integrity: sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==,
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==}
+ engines: {node: '>=4'}
postcss@8.5.8:
- resolution: {
- integrity: sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==,
- }
- engines: { node: ^10 || ^12 || >=14 }
+ resolution: {integrity: sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==}
+ engines: {node: ^10 || ^12 || >=14}
preact@10.29.0:
- resolution: {
- integrity: sha512-wSAGyk2bYR1c7t3SZ3jHcM6xy0lcBcDel6lODcs9ME6Th++Dx2KU+6D3HD8wMMKGA8Wpw7OMd3/4RGzYRpzwRg==,
- }
+ resolution: {integrity: sha512-wSAGyk2bYR1c7t3SZ3jHcM6xy0lcBcDel6lODcs9ME6Th++Dx2KU+6D3HD8wMMKGA8Wpw7OMd3/4RGzYRpzwRg==}
+
+ pretty-format@27.5.1:
+ resolution: {integrity: sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==}
+ engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
prompts@2.4.2:
- resolution: {
- integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==,
- }
- engines: { node: ">= 6" }
+ resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==}
+ engines: {node: '>= 6'}
property-information@7.1.0:
- resolution: {
- integrity: sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==,
- }
+ resolution: {integrity: sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==}
react-dom@19.2.4:
- resolution: {
- integrity: sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==,
- }
+ resolution: {integrity: sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==}
peerDependencies:
react: ^19.2.4
+ react-is@17.0.2:
+ resolution: {integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==}
+
react-scan@0.5.3:
- resolution: {
- integrity: sha512-qde9PupmUf0L3MU1H6bjmoukZNbCXdMyTEwP4Gh8RQ4rZPd2GGNBgEKWszwLm96E8k+sGtMpc0B9P0KyFDP6Bw==,
- }
+ resolution: {integrity: sha512-qde9PupmUf0L3MU1H6bjmoukZNbCXdMyTEwP4Gh8RQ4rZPd2GGNBgEKWszwLm96E8k+sGtMpc0B9P0KyFDP6Bw==}
hasBin: true
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
react@19.2.4:
- resolution: {
- integrity: sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==,
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==}
+ engines: {node: '>=0.10.0'}
rehype-harden@1.1.8:
- resolution: {
- integrity: sha512-Qn7vR1xrf6fZCrkm9TDWi/AB4ylrHy+jqsNm1EHOAmbARYA6gsnVJBq/sdBh6kmT4NEZxH5vgIjrscefJAOXcw==,
- }
+ resolution: {integrity: sha512-Qn7vR1xrf6fZCrkm9TDWi/AB4ylrHy+jqsNm1EHOAmbARYA6gsnVJBq/sdBh6kmT4NEZxH5vgIjrscefJAOXcw==}
rehype-raw@7.0.0:
- resolution: {
- integrity: sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==,
- }
+ resolution: {integrity: sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==}
rehype-react@8.0.0:
- resolution: {
- integrity: sha512-vzo0YxYbB2HE+36+9HWXVdxNoNDubx63r5LBzpxBGVWM8s9mdnMdbmuJBAX6TTyuGdZjZix6qU3GcSuKCIWivw==,
- }
+ resolution: {integrity: sha512-vzo0YxYbB2HE+36+9HWXVdxNoNDubx63r5LBzpxBGVWM8s9mdnMdbmuJBAX6TTyuGdZjZix6qU3GcSuKCIWivw==}
rehype-sanitize@6.0.0:
- resolution: {
- integrity: sha512-CsnhKNsyI8Tub6L4sm5ZFsme4puGfc6pYylvXo1AeqaGbjOYyzNv3qZPwvs0oMJ39eryyeOdmxwUIo94IpEhqg==,
- }
+ resolution: {integrity: sha512-CsnhKNsyI8Tub6L4sm5ZFsme4puGfc6pYylvXo1AeqaGbjOYyzNv3qZPwvs0oMJ39eryyeOdmxwUIo94IpEhqg==}
remark-gfm@4.0.1:
- resolution: {
- integrity: sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==,
- }
+ resolution: {integrity: sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==}
remark-parse@11.0.0:
- resolution: {
- integrity: sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==,
- }
+ resolution: {integrity: sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==}
remark-rehype@11.1.2:
- resolution: {
- integrity: sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==,
- }
+ resolution: {integrity: sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==}
remark-stringify@11.0.0:
- resolution: {
- integrity: sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==,
- }
+ resolution: {integrity: sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==}
remend@1.3.0:
- resolution: {
- integrity: sha512-iIhggPkhW3hFImKtB10w0dz4EZbs28mV/dmbcYVonWEJ6UGHHpP+bFZnTh6GNWJONg5m+U56JrL+8IxZRdgWjw==,
- }
+ resolution: {integrity: sha512-iIhggPkhW3hFImKtB10w0dz4EZbs28mV/dmbcYVonWEJ6UGHHpP+bFZnTh6GNWJONg5m+U56JrL+8IxZRdgWjw==}
robust-predicates@3.0.2:
- resolution: {
- integrity: sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==,
- }
+ resolution: {integrity: sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==}
rolldown@1.0.0-rc.9:
- resolution: {
- integrity: sha512-9EbgWge7ZH+yqb4d2EnELAntgPTWbfL8ajiTW+SyhJEC4qhBbkCKbqFV4Ge4zmu5ziQuVbWxb/XwLZ+RIO7E8Q==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ resolution: {integrity: sha512-9EbgWge7ZH+yqb4d2EnELAntgPTWbfL8ajiTW+SyhJEC4qhBbkCKbqFV4Ge4zmu5ziQuVbWxb/XwLZ+RIO7E8Q==}
+ engines: {node: ^20.19.0 || >=22.12.0}
hasBin: true
roughjs@4.6.6:
- resolution: {
- integrity: sha512-ZUz/69+SYpFN/g/lUlo2FXcIjRkSu3nDarreVdGGndHEBJ6cXPdKguS8JGxwj5HA5xIbVKSmLgr5b3AWxtRfvQ==,
- }
+ resolution: {integrity: sha512-ZUz/69+SYpFN/g/lUlo2FXcIjRkSu3nDarreVdGGndHEBJ6cXPdKguS8JGxwj5HA5xIbVKSmLgr5b3AWxtRfvQ==}
rw@1.3.3:
- resolution: {
- integrity: sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==,
- }
+ resolution: {integrity: sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==}
safer-buffer@2.1.2:
- resolution: {
- integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==,
- }
+ resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
scheduler@0.27.0:
- resolution: {
- integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==,
- }
+ resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==}
semver@6.3.1:
- resolution: {
- integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==,
- }
+ resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
hasBin: true
shebang-command@2.0.0:
- resolution: {
- integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==,
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
+ engines: {node: '>=8'}
shebang-regex@3.0.0:
- resolution: {
- integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==,
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
+ engines: {node: '>=8'}
sirv@3.0.2:
- resolution: {
- integrity: sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==,
- }
- engines: { node: ">=18" }
+ resolution: {integrity: sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==}
+ engines: {node: '>=18'}
sisteransi@1.0.5:
- resolution: {
- integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==,
- }
+ resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==}
source-map-js@1.2.1:
- resolution: {
- integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==,
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
+ engines: {node: '>=0.10.0'}
space-separated-tokens@2.0.2:
- resolution: {
- integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==,
- }
+ resolution: {integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==}
std-env@4.0.0:
- resolution: {
- integrity: sha512-zUMPtQ/HBY3/50VbpkupYHbRroTRZJPRLvreamgErJVys0ceuzMkD44J/QjqhHjOzK42GQ3QZIeFG1OYfOtKqQ==,
- }
+ resolution: {integrity: sha512-zUMPtQ/HBY3/50VbpkupYHbRroTRZJPRLvreamgErJVys0ceuzMkD44J/QjqhHjOzK42GQ3QZIeFG1OYfOtKqQ==}
streamdown@2.5.0:
- resolution: {
- integrity: sha512-/tTnURfIOxZK/pqJAxsfCvETG/XCJHoWnk3jq9xLcuz6CSpnjjuxSRBTTL4PKGhxiZQf0lqPxGhImdpwcZ2XwA==,
- }
+ resolution: {integrity: sha512-/tTnURfIOxZK/pqJAxsfCvETG/XCJHoWnk3jq9xLcuz6CSpnjjuxSRBTTL4PKGhxiZQf0lqPxGhImdpwcZ2XwA==}
peerDependencies:
react: ^18.0.0 || ^19.0.0
react-dom: ^18.0.0 || ^19.0.0
stringify-entities@4.0.4:
- resolution: {
- integrity: sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==,
- }
+ resolution: {integrity: sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==}
style-to-js@1.1.21:
- resolution: {
- integrity: sha512-RjQetxJrrUJLQPHbLku6U/ocGtzyjbJMP9lCNK7Ag0CNh690nSH8woqWH9u16nMjYBAok+i7JO1NP2pOy8IsPQ==,
- }
+ resolution: {integrity: sha512-RjQetxJrrUJLQPHbLku6U/ocGtzyjbJMP9lCNK7Ag0CNh690nSH8woqWH9u16nMjYBAok+i7JO1NP2pOy8IsPQ==}
style-to-object@1.0.14:
- resolution: {
- integrity: sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==,
- }
+ resolution: {integrity: sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==}
stylis@4.3.6:
- resolution: {
- integrity: sha512-yQ3rwFWRfwNUY7H5vpU0wfdkNSnvnJinhF9830Swlaxl03zsOjCfmX0ugac+3LtK0lYSgwL/KXc8oYL3mG4YFQ==,
- }
+ resolution: {integrity: sha512-yQ3rwFWRfwNUY7H5vpU0wfdkNSnvnJinhF9830Swlaxl03zsOjCfmX0ugac+3LtK0lYSgwL/KXc8oYL3mG4YFQ==}
tailwind-merge@3.5.0:
- resolution: {
- integrity: sha512-I8K9wewnVDkL1NTGoqWmVEIlUcB9gFriAEkXkfCjX5ib8ezGxtR3xD7iZIxrfArjEsH7F1CHD4RFUtxefdqV/A==,
- }
+ resolution: {integrity: sha512-I8K9wewnVDkL1NTGoqWmVEIlUcB9gFriAEkXkfCjX5ib8ezGxtR3xD7iZIxrfArjEsH7F1CHD4RFUtxefdqV/A==}
tailwindcss@4.2.2:
- resolution: {
- integrity: sha512-KWBIxs1Xb6NoLdMVqhbhgwZf2PGBpPEiwOqgI4pFIYbNTfBXiKYyWoTsXgBQ9WFg/OlhnvHaY+AEpW7wSmFo2Q==,
- }
+ resolution: {integrity: sha512-KWBIxs1Xb6NoLdMVqhbhgwZf2PGBpPEiwOqgI4pFIYbNTfBXiKYyWoTsXgBQ9WFg/OlhnvHaY+AEpW7wSmFo2Q==}
tapable@2.3.0:
- resolution: {
- integrity: sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==,
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==}
+ engines: {node: '>=6'}
tinybench@2.9.0:
- resolution: {
- integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==,
- }
+ resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==}
tinyexec@1.0.4:
- resolution: {
- integrity: sha512-u9r3uZC0bdpGOXtlxUIdwf9pkmvhqJdrVCH9fapQtgy/OeTTMZ1nqH7agtvEfmGui6e1XxjcdrlxvxJvc3sMqw==,
- }
- engines: { node: ">=18" }
+ resolution: {integrity: sha512-u9r3uZC0bdpGOXtlxUIdwf9pkmvhqJdrVCH9fapQtgy/OeTTMZ1nqH7agtvEfmGui6e1XxjcdrlxvxJvc3sMqw==}
+ engines: {node: '>=18'}
tinyglobby@0.2.15:
- resolution: {
- integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==,
- }
- engines: { node: ">=12.0.0" }
+ resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==}
+ engines: {node: '>=12.0.0'}
tinypool@2.1.0:
- resolution: {
- integrity: sha512-Pugqs6M0m7Lv1I7FtxN4aoyToKg1C4tu+/381vH35y8oENM/Ai7f7C4StcoK4/+BSw9ebcS8jRiVrORFKCALLw==,
- }
- engines: { node: ^20.0.0 || >=22.0.0 }
+ resolution: {integrity: sha512-Pugqs6M0m7Lv1I7FtxN4aoyToKg1C4tu+/381vH35y8oENM/Ai7f7C4StcoK4/+BSw9ebcS8jRiVrORFKCALLw==}
+ engines: {node: ^20.0.0 || >=22.0.0}
totalist@3.0.1:
- resolution: {
- integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==,
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==}
+ engines: {node: '>=6'}
trim-lines@3.0.1:
- resolution: {
- integrity: sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==,
- }
+ resolution: {integrity: sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==}
trough@2.2.0:
- resolution: {
- integrity: sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==,
- }
+ resolution: {integrity: sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==}
ts-dedent@2.2.0:
- resolution: {
- integrity: sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==,
- }
- engines: { node: ">=6.10" }
+ resolution: {integrity: sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==}
+ engines: {node: '>=6.10'}
tslib@2.8.1:
- resolution: {
- integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==,
- }
+ resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
typescript@5.9.3:
- resolution: {
- integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==,
- }
- engines: { node: ">=14.17" }
+ resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
+ engines: {node: '>=14.17'}
hasBin: true
ufo@1.6.3:
- resolution: {
- integrity: sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==,
- }
+ resolution: {integrity: sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==}
undici-types@6.21.0:
- resolution: {
- integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==,
- }
+ resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==}
undici-types@7.18.2:
- resolution: {
- integrity: sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==,
- }
+ resolution: {integrity: sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==}
unified@11.0.5:
- resolution: {
- integrity: sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==,
- }
+ resolution: {integrity: sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==}
unist-util-is@6.0.1:
- resolution: {
- integrity: sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==,
- }
+ resolution: {integrity: sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==}
unist-util-position@5.0.0:
- resolution: {
- integrity: sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==,
- }
+ resolution: {integrity: sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==}
unist-util-stringify-position@4.0.0:
- resolution: {
- integrity: sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==,
- }
+ resolution: {integrity: sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==}
unist-util-visit-parents@6.0.2:
- resolution: {
- integrity: sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==,
- }
+ resolution: {integrity: sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==}
unist-util-visit@5.1.0:
- resolution: {
- integrity: sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==,
- }
+ resolution: {integrity: sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==}
unplugin@2.1.0:
- resolution: {
- integrity: sha512-us4j03/499KhbGP8BU7Hrzrgseo+KdfJYWcbcajCOqsAyb8Gk0Yn2kiUIcZISYCb1JFaZfIuG3b42HmguVOKCQ==,
- }
- engines: { node: ">=18.12.0" }
+ resolution: {integrity: sha512-us4j03/499KhbGP8BU7Hrzrgseo+KdfJYWcbcajCOqsAyb8Gk0Yn2kiUIcZISYCb1JFaZfIuG3b42HmguVOKCQ==}
+ engines: {node: '>=18.12.0'}
update-browserslist-db@1.2.3:
- resolution: {
- integrity: sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==,
- }
+ resolution: {integrity: sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==}
hasBin: true
peerDependencies:
- browserslist: ">= 4.21.0"
+ browserslist: '>= 4.21.0'
util-deprecate@1.0.2:
- resolution: {
- integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==,
- }
+ resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
uuid@11.1.0:
- resolution: {
- integrity: sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==,
- }
+ resolution: {integrity: sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==}
hasBin: true
vfile-location@5.0.3:
- resolution: {
- integrity: sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==,
- }
+ resolution: {integrity: sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==}
vfile-message@4.0.3:
- resolution: {
- integrity: sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==,
- }
+ resolution: {integrity: sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==}
vfile@6.0.3:
- resolution: {
- integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==,
- }
+ resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==}
vite-plus@0.1.12:
- resolution: {
- integrity: sha512-8s1RzomZkgrJRiwiYWGq3R0txFPYfBBJGp73XNHQnme0KTTVH5dNm/E2GNyBSMFJbeeF7eh1OSgqWVc2FpR6eA==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ resolution: {integrity: sha512-8s1RzomZkgrJRiwiYWGq3R0txFPYfBBJGp73XNHQnme0KTTVH5dNm/E2GNyBSMFJbeeF7eh1OSgqWVc2FpR6eA==}
+ engines: {node: ^20.19.0 || >=22.12.0}
hasBin: true
vite@8.0.0:
- resolution: {
- integrity: sha512-fPGaRNj9Zytaf8LEiBhY7Z6ijnFKdzU/+mL8EFBaKr7Vw1/FWcTBAMW0wLPJAGMPX38ZPVCVgLceWiEqeoqL2Q==,
- }
- engines: { node: ^20.19.0 || >=22.12.0 }
+ resolution: {integrity: sha512-fPGaRNj9Zytaf8LEiBhY7Z6ijnFKdzU/+mL8EFBaKr7Vw1/FWcTBAMW0wLPJAGMPX38ZPVCVgLceWiEqeoqL2Q==}
+ engines: {node: ^20.19.0 || >=22.12.0}
hasBin: true
peerDependencies:
- "@types/node": ^20.19.0 || >=22.12.0
- "@vitejs/devtools": ^0.0.0-alpha.31
+ '@types/node': ^20.19.0 || >=22.12.0
+ '@vitejs/devtools': ^0.0.0-alpha.31
esbuild: ^0.27.0
- jiti: ">=1.21.0"
+ jiti: '>=1.21.0'
less: ^4.0.0
sass: ^1.70.0
sass-embedded: ^1.70.0
- stylus: ">=0.54.8"
+ stylus: '>=0.54.8'
sugarss: ^5.0.0
terser: ^5.16.0
tsx: ^4.8.1
yaml: ^2.4.2
peerDependenciesMeta:
- "@types/node":
+ '@types/node':
optional: true
- "@vitejs/devtools":
+ '@vitejs/devtools':
optional: true
esbuild:
optional: true
@@ -3206,68 +2287,46 @@ packages:
optional: true
vscode-jsonrpc@8.2.0:
- resolution: {
- integrity: sha512-C+r0eKJUIfiDIfwJhria30+TYWPtuHJXHtI7J0YlOmKAo7ogxP20T0zxB7HZQIFhIyvoBPwWskjxrvAtfjyZfA==,
- }
- engines: { node: ">=14.0.0" }
+ resolution: {integrity: sha512-C+r0eKJUIfiDIfwJhria30+TYWPtuHJXHtI7J0YlOmKAo7ogxP20T0zxB7HZQIFhIyvoBPwWskjxrvAtfjyZfA==}
+ engines: {node: '>=14.0.0'}
vscode-languageserver-protocol@3.17.5:
- resolution: {
- integrity: sha512-mb1bvRJN8SVznADSGWM9u/b07H7Ecg0I3OgXDuLdn307rl/J3A9YD6/eYOssqhecL27hK1IPZAsaqh00i/Jljg==,
- }
+ resolution: {integrity: sha512-mb1bvRJN8SVznADSGWM9u/b07H7Ecg0I3OgXDuLdn307rl/J3A9YD6/eYOssqhecL27hK1IPZAsaqh00i/Jljg==}
vscode-languageserver-textdocument@1.0.12:
- resolution: {
- integrity: sha512-cxWNPesCnQCcMPeenjKKsOCKQZ/L6Tv19DTRIGuLWe32lyzWhihGVJ/rcckZXJxfdKCFvRLS3fpBIsV/ZGX4zA==,
- }
+ resolution: {integrity: sha512-cxWNPesCnQCcMPeenjKKsOCKQZ/L6Tv19DTRIGuLWe32lyzWhihGVJ/rcckZXJxfdKCFvRLS3fpBIsV/ZGX4zA==}
vscode-languageserver-types@3.17.5:
- resolution: {
- integrity: sha512-Ld1VelNuX9pdF39h2Hgaeb5hEZM2Z3jUrrMgWQAu82jMtZp7p3vJT3BzToKtZI7NgQssZje5o0zryOrhQvzQAg==,
- }
+ resolution: {integrity: sha512-Ld1VelNuX9pdF39h2Hgaeb5hEZM2Z3jUrrMgWQAu82jMtZp7p3vJT3BzToKtZI7NgQssZje5o0zryOrhQvzQAg==}
vscode-languageserver@9.0.1:
- resolution: {
- integrity: sha512-woByF3PDpkHFUreUa7Hos7+pUWdeWMXRd26+ZX2A8cFx6v/JPTtd4/uN0/jB6XQHYaOlHbio03NTHCqrgG5n7g==,
- }
+ resolution: {integrity: sha512-woByF3PDpkHFUreUa7Hos7+pUWdeWMXRd26+ZX2A8cFx6v/JPTtd4/uN0/jB6XQHYaOlHbio03NTHCqrgG5n7g==}
hasBin: true
vscode-uri@3.1.0:
- resolution: {
- integrity: sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==,
- }
+ resolution: {integrity: sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==}
web-namespaces@2.0.1:
- resolution: {
- integrity: sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==,
- }
+ resolution: {integrity: sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==}
webpack-virtual-modules@0.6.2:
- resolution: {
- integrity: sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==,
- }
+ resolution: {integrity: sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==}
whatwg-mimetype@3.0.0:
- resolution: {
- integrity: sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==,
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==}
+ engines: {node: '>=12'}
which@2.0.2:
- resolution: {
- integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==,
- }
- engines: { node: ">= 8" }
+ resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
+ engines: {node: '>= 8'}
hasBin: true
ws@8.19.0:
- resolution: {
- integrity: sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==,
- }
- engines: { node: ">=10.0.0" }
+ resolution: {integrity: sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==}
+ engines: {node: '>=10.0.0'}
peerDependencies:
bufferutil: ^4.0.1
- utf-8-validate: ">=5.0.2"
+ utf-8-validate: '>=5.0.2'
peerDependenciesMeta:
bufferutil:
optional: true
@@ -3275,48 +2334,43 @@ packages:
optional: true
yallist@3.1.1:
- resolution: {
- integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==,
- }
+ resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
yaml@2.8.2:
- resolution: {
- integrity: sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==,
- }
- engines: { node: ">= 14.6" }
+ resolution: {integrity: sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==}
+ engines: {node: '>= 14.6'}
hasBin: true
zwitch@2.0.4:
- resolution: {
- integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==,
- }
+ resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==}
snapshots:
- "@antfu/install-pkg@1.1.0":
+
+ '@antfu/install-pkg@1.1.0':
dependencies:
package-manager-detector: 1.6.0
tinyexec: 1.0.4
- "@babel/code-frame@7.29.0":
+ '@babel/code-frame@7.29.0':
dependencies:
- "@babel/helper-validator-identifier": 7.28.5
+ '@babel/helper-validator-identifier': 7.28.5
js-tokens: 4.0.0
picocolors: 1.1.1
- "@babel/compat-data@7.29.0": {}
+ '@babel/compat-data@7.29.0': {}
- "@babel/core@7.29.0":
+ '@babel/core@7.29.0':
dependencies:
- "@babel/code-frame": 7.29.0
- "@babel/generator": 7.29.1
- "@babel/helper-compilation-targets": 7.28.6
- "@babel/helper-module-transforms": 7.28.6(@babel/core@7.29.0)
- "@babel/helpers": 7.29.2
- "@babel/parser": 7.29.2
- "@babel/template": 7.28.6
- "@babel/traverse": 7.29.0
- "@babel/types": 7.29.0
- "@jridgewell/remapping": 2.3.5
+ '@babel/code-frame': 7.29.0
+ '@babel/generator': 7.29.1
+ '@babel/helper-compilation-targets': 7.28.6
+ '@babel/helper-module-transforms': 7.28.6(@babel/core@7.29.0)
+ '@babel/helpers': 7.29.2
+ '@babel/parser': 7.29.2
+ '@babel/template': 7.28.6
+ '@babel/traverse': 7.29.0
+ '@babel/types': 7.29.0
+ '@jridgewell/remapping': 2.3.5
convert-source-map: 2.0.0
debug: 4.4.3
gensync: 1.0.0-beta.2
@@ -3325,438 +2379,440 @@ snapshots:
transitivePeerDependencies:
- supports-color
- "@babel/generator@7.29.1":
+ '@babel/generator@7.29.1':
dependencies:
- "@babel/parser": 7.29.2
- "@babel/types": 7.29.0
- "@jridgewell/gen-mapping": 0.3.13
- "@jridgewell/trace-mapping": 0.3.31
+ '@babel/parser': 7.29.2
+ '@babel/types': 7.29.0
+ '@jridgewell/gen-mapping': 0.3.13
+ '@jridgewell/trace-mapping': 0.3.31
jsesc: 3.1.0
- "@babel/helper-compilation-targets@7.28.6":
+ '@babel/helper-compilation-targets@7.28.6':
dependencies:
- "@babel/compat-data": 7.29.0
- "@babel/helper-validator-option": 7.27.1
+ '@babel/compat-data': 7.29.0
+ '@babel/helper-validator-option': 7.27.1
browserslist: 4.28.1
lru-cache: 5.1.1
semver: 6.3.1
- "@babel/helper-globals@7.28.0": {}
+ '@babel/helper-globals@7.28.0': {}
- "@babel/helper-module-imports@7.28.6":
+ '@babel/helper-module-imports@7.28.6':
dependencies:
- "@babel/traverse": 7.29.0
- "@babel/types": 7.29.0
+ '@babel/traverse': 7.29.0
+ '@babel/types': 7.29.0
transitivePeerDependencies:
- supports-color
- "@babel/helper-module-transforms@7.28.6(@babel/core@7.29.0)":
+ '@babel/helper-module-transforms@7.28.6(@babel/core@7.29.0)':
dependencies:
- "@babel/core": 7.29.0
- "@babel/helper-module-imports": 7.28.6
- "@babel/helper-validator-identifier": 7.28.5
- "@babel/traverse": 7.29.0
+ '@babel/core': 7.29.0
+ '@babel/helper-module-imports': 7.28.6
+ '@babel/helper-validator-identifier': 7.28.5
+ '@babel/traverse': 7.29.0
transitivePeerDependencies:
- supports-color
- "@babel/helper-string-parser@7.27.1": {}
+ '@babel/helper-string-parser@7.27.1': {}
- "@babel/helper-validator-identifier@7.28.5": {}
+ '@babel/helper-validator-identifier@7.28.5': {}
- "@babel/helper-validator-option@7.27.1": {}
+ '@babel/helper-validator-option@7.27.1': {}
- "@babel/helpers@7.29.2":
+ '@babel/helpers@7.29.2':
dependencies:
- "@babel/template": 7.28.6
- "@babel/types": 7.29.0
+ '@babel/template': 7.28.6
+ '@babel/types': 7.29.0
- "@babel/parser@7.29.2":
+ '@babel/parser@7.29.2':
dependencies:
- "@babel/types": 7.29.0
+ '@babel/types': 7.29.0
- "@babel/template@7.28.6":
+ '@babel/runtime@7.29.2': {}
+
+ '@babel/template@7.28.6':
dependencies:
- "@babel/code-frame": 7.29.0
- "@babel/parser": 7.29.2
- "@babel/types": 7.29.0
+ '@babel/code-frame': 7.29.0
+ '@babel/parser': 7.29.2
+ '@babel/types': 7.29.0
- "@babel/traverse@7.29.0":
+ '@babel/traverse@7.29.0':
dependencies:
- "@babel/code-frame": 7.29.0
- "@babel/generator": 7.29.1
- "@babel/helper-globals": 7.28.0
- "@babel/parser": 7.29.2
- "@babel/template": 7.28.6
- "@babel/types": 7.29.0
+ '@babel/code-frame': 7.29.0
+ '@babel/generator': 7.29.1
+ '@babel/helper-globals': 7.28.0
+ '@babel/parser': 7.29.2
+ '@babel/template': 7.28.6
+ '@babel/types': 7.29.0
debug: 4.4.3
transitivePeerDependencies:
- supports-color
- "@babel/types@7.29.0":
+ '@babel/types@7.29.0':
dependencies:
- "@babel/helper-string-parser": 7.27.1
- "@babel/helper-validator-identifier": 7.28.5
+ '@babel/helper-string-parser': 7.27.1
+ '@babel/helper-validator-identifier': 7.28.5
- "@braintree/sanitize-url@7.1.2": {}
+ '@braintree/sanitize-url@7.1.2': {}
- "@chevrotain/cst-dts-gen@11.1.2":
+ '@chevrotain/cst-dts-gen@11.1.2':
dependencies:
- "@chevrotain/gast": 11.1.2
- "@chevrotain/types": 11.1.2
+ '@chevrotain/gast': 11.1.2
+ '@chevrotain/types': 11.1.2
lodash-es: 4.17.23
- "@chevrotain/gast@11.1.2":
+ '@chevrotain/gast@11.1.2':
dependencies:
- "@chevrotain/types": 11.1.2
+ '@chevrotain/types': 11.1.2
lodash-es: 4.17.23
- "@chevrotain/regexp-to-ast@11.1.2": {}
+ '@chevrotain/regexp-to-ast@11.1.2': {}
- "@chevrotain/types@11.1.2": {}
+ '@chevrotain/types@11.1.2': {}
- "@chevrotain/utils@11.1.2": {}
+ '@chevrotain/utils@11.1.2': {}
- "@emnapi/core@1.9.0":
+ '@emnapi/core@1.9.0':
dependencies:
- "@emnapi/wasi-threads": 1.2.0
+ '@emnapi/wasi-threads': 1.2.0
tslib: 2.8.1
optional: true
- "@emnapi/runtime@1.9.0":
+ '@emnapi/runtime@1.9.0':
dependencies:
tslib: 2.8.1
optional: true
- "@emnapi/wasi-threads@1.2.0":
+ '@emnapi/wasi-threads@1.2.0':
dependencies:
tslib: 2.8.1
optional: true
- "@esbuild/aix-ppc64@0.25.12":
+ '@esbuild/aix-ppc64@0.25.12':
optional: true
- "@esbuild/android-arm64@0.25.12":
+ '@esbuild/android-arm64@0.25.12':
optional: true
- "@esbuild/android-arm@0.25.12":
+ '@esbuild/android-arm@0.25.12':
optional: true
- "@esbuild/android-x64@0.25.12":
+ '@esbuild/android-x64@0.25.12':
optional: true
- "@esbuild/darwin-arm64@0.25.12":
+ '@esbuild/darwin-arm64@0.25.12':
optional: true
- "@esbuild/darwin-x64@0.25.12":
+ '@esbuild/darwin-x64@0.25.12':
optional: true
- "@esbuild/freebsd-arm64@0.25.12":
+ '@esbuild/freebsd-arm64@0.25.12':
optional: true
- "@esbuild/freebsd-x64@0.25.12":
+ '@esbuild/freebsd-x64@0.25.12':
optional: true
- "@esbuild/linux-arm64@0.25.12":
+ '@esbuild/linux-arm64@0.25.12':
optional: true
- "@esbuild/linux-arm@0.25.12":
+ '@esbuild/linux-arm@0.25.12':
optional: true
- "@esbuild/linux-ia32@0.25.12":
+ '@esbuild/linux-ia32@0.25.12':
optional: true
- "@esbuild/linux-loong64@0.25.12":
+ '@esbuild/linux-loong64@0.25.12':
optional: true
- "@esbuild/linux-mips64el@0.25.12":
+ '@esbuild/linux-mips64el@0.25.12':
optional: true
- "@esbuild/linux-ppc64@0.25.12":
+ '@esbuild/linux-ppc64@0.25.12':
optional: true
- "@esbuild/linux-riscv64@0.25.12":
+ '@esbuild/linux-riscv64@0.25.12':
optional: true
- "@esbuild/linux-s390x@0.25.12":
+ '@esbuild/linux-s390x@0.25.12':
optional: true
- "@esbuild/linux-x64@0.25.12":
+ '@esbuild/linux-x64@0.25.12':
optional: true
- "@esbuild/netbsd-arm64@0.25.12":
+ '@esbuild/netbsd-arm64@0.25.12':
optional: true
- "@esbuild/netbsd-x64@0.25.12":
+ '@esbuild/netbsd-x64@0.25.12':
optional: true
- "@esbuild/openbsd-arm64@0.25.12":
+ '@esbuild/openbsd-arm64@0.25.12':
optional: true
- "@esbuild/openbsd-x64@0.25.12":
+ '@esbuild/openbsd-x64@0.25.12':
optional: true
- "@esbuild/openharmony-arm64@0.25.12":
+ '@esbuild/openharmony-arm64@0.25.12':
optional: true
- "@esbuild/sunos-x64@0.25.12":
+ '@esbuild/sunos-x64@0.25.12':
optional: true
- "@esbuild/win32-arm64@0.25.12":
+ '@esbuild/win32-arm64@0.25.12':
optional: true
- "@esbuild/win32-ia32@0.25.12":
+ '@esbuild/win32-ia32@0.25.12':
optional: true
- "@esbuild/win32-x64@0.25.12":
+ '@esbuild/win32-x64@0.25.12':
optional: true
- "@iconify/types@2.0.0": {}
+ '@iconify/types@2.0.0': {}
- "@iconify/utils@3.1.0":
+ '@iconify/utils@3.1.0':
dependencies:
- "@antfu/install-pkg": 1.1.0
- "@iconify/types": 2.0.0
+ '@antfu/install-pkg': 1.1.0
+ '@iconify/types': 2.0.0
mlly: 1.8.1
- "@jridgewell/gen-mapping@0.3.13":
+ '@jridgewell/gen-mapping@0.3.13':
dependencies:
- "@jridgewell/sourcemap-codec": 1.5.5
- "@jridgewell/trace-mapping": 0.3.31
+ '@jridgewell/sourcemap-codec': 1.5.5
+ '@jridgewell/trace-mapping': 0.3.31
- "@jridgewell/remapping@2.3.5":
+ '@jridgewell/remapping@2.3.5':
dependencies:
- "@jridgewell/gen-mapping": 0.3.13
- "@jridgewell/trace-mapping": 0.3.31
+ '@jridgewell/gen-mapping': 0.3.13
+ '@jridgewell/trace-mapping': 0.3.31
- "@jridgewell/resolve-uri@3.1.2": {}
+ '@jridgewell/resolve-uri@3.1.2': {}
- "@jridgewell/sourcemap-codec@1.5.5": {}
+ '@jridgewell/sourcemap-codec@1.5.5': {}
- "@jridgewell/trace-mapping@0.3.31":
+ '@jridgewell/trace-mapping@0.3.31':
dependencies:
- "@jridgewell/resolve-uri": 3.1.2
- "@jridgewell/sourcemap-codec": 1.5.5
+ '@jridgewell/resolve-uri': 3.1.2
+ '@jridgewell/sourcemap-codec': 1.5.5
- "@jsr/clo__lib@3.0.0": {}
+ '@jsr/clo__lib@3.0.0': {}
- "@mermaid-js/parser@1.0.1":
+ '@mermaid-js/parser@1.0.1':
dependencies:
langium: 4.2.1
- "@napi-rs/wasm-runtime@1.1.1":
+ '@napi-rs/wasm-runtime@1.1.1':
dependencies:
- "@emnapi/core": 1.9.0
- "@emnapi/runtime": 1.9.0
- "@tybys/wasm-util": 0.10.1
+ '@emnapi/core': 1.9.0
+ '@emnapi/runtime': 1.9.0
+ '@tybys/wasm-util': 0.10.1
optional: true
- "@oxc-project/runtime@0.115.0": {}
+ '@oxc-project/runtime@0.115.0': {}
- "@oxc-project/types@0.115.0": {}
+ '@oxc-project/types@0.115.0': {}
- "@oxfmt/binding-android-arm-eabi@0.40.0":
+ '@oxfmt/binding-android-arm-eabi@0.40.0':
optional: true
- "@oxfmt/binding-android-arm64@0.40.0":
+ '@oxfmt/binding-android-arm64@0.40.0':
optional: true
- "@oxfmt/binding-darwin-arm64@0.40.0":
+ '@oxfmt/binding-darwin-arm64@0.40.0':
optional: true
- "@oxfmt/binding-darwin-x64@0.40.0":
+ '@oxfmt/binding-darwin-x64@0.40.0':
optional: true
- "@oxfmt/binding-freebsd-x64@0.40.0":
+ '@oxfmt/binding-freebsd-x64@0.40.0':
optional: true
- "@oxfmt/binding-linux-arm-gnueabihf@0.40.0":
+ '@oxfmt/binding-linux-arm-gnueabihf@0.40.0':
optional: true
- "@oxfmt/binding-linux-arm-musleabihf@0.40.0":
+ '@oxfmt/binding-linux-arm-musleabihf@0.40.0':
optional: true
- "@oxfmt/binding-linux-arm64-gnu@0.40.0":
+ '@oxfmt/binding-linux-arm64-gnu@0.40.0':
optional: true
- "@oxfmt/binding-linux-arm64-musl@0.40.0":
+ '@oxfmt/binding-linux-arm64-musl@0.40.0':
optional: true
- "@oxfmt/binding-linux-ppc64-gnu@0.40.0":
+ '@oxfmt/binding-linux-ppc64-gnu@0.40.0':
optional: true
- "@oxfmt/binding-linux-riscv64-gnu@0.40.0":
+ '@oxfmt/binding-linux-riscv64-gnu@0.40.0':
optional: true
- "@oxfmt/binding-linux-riscv64-musl@0.40.0":
+ '@oxfmt/binding-linux-riscv64-musl@0.40.0':
optional: true
- "@oxfmt/binding-linux-s390x-gnu@0.40.0":
+ '@oxfmt/binding-linux-s390x-gnu@0.40.0':
optional: true
- "@oxfmt/binding-linux-x64-gnu@0.40.0":
+ '@oxfmt/binding-linux-x64-gnu@0.40.0':
optional: true
- "@oxfmt/binding-linux-x64-musl@0.40.0":
+ '@oxfmt/binding-linux-x64-musl@0.40.0':
optional: true
- "@oxfmt/binding-openharmony-arm64@0.40.0":
+ '@oxfmt/binding-openharmony-arm64@0.40.0':
optional: true
- "@oxfmt/binding-win32-arm64-msvc@0.40.0":
+ '@oxfmt/binding-win32-arm64-msvc@0.40.0':
optional: true
- "@oxfmt/binding-win32-ia32-msvc@0.40.0":
+ '@oxfmt/binding-win32-ia32-msvc@0.40.0':
optional: true
- "@oxfmt/binding-win32-x64-msvc@0.40.0":
+ '@oxfmt/binding-win32-x64-msvc@0.40.0':
optional: true
- "@oxlint-tsgolint/darwin-arm64@0.17.0":
+ '@oxlint-tsgolint/darwin-arm64@0.17.0':
optional: true
- "@oxlint-tsgolint/darwin-x64@0.17.0":
+ '@oxlint-tsgolint/darwin-x64@0.17.0':
optional: true
- "@oxlint-tsgolint/linux-arm64@0.17.0":
+ '@oxlint-tsgolint/linux-arm64@0.17.0':
optional: true
- "@oxlint-tsgolint/linux-x64@0.17.0":
+ '@oxlint-tsgolint/linux-x64@0.17.0':
optional: true
- "@oxlint-tsgolint/win32-arm64@0.17.0":
+ '@oxlint-tsgolint/win32-arm64@0.17.0':
optional: true
- "@oxlint-tsgolint/win32-x64@0.17.0":
+ '@oxlint-tsgolint/win32-x64@0.17.0':
optional: true
- "@oxlint/binding-android-arm-eabi@1.55.0":
+ '@oxlint/binding-android-arm-eabi@1.55.0':
optional: true
- "@oxlint/binding-android-arm64@1.55.0":
+ '@oxlint/binding-android-arm64@1.55.0':
optional: true
- "@oxlint/binding-darwin-arm64@1.55.0":
+ '@oxlint/binding-darwin-arm64@1.55.0':
optional: true
- "@oxlint/binding-darwin-x64@1.55.0":
+ '@oxlint/binding-darwin-x64@1.55.0':
optional: true
- "@oxlint/binding-freebsd-x64@1.55.0":
+ '@oxlint/binding-freebsd-x64@1.55.0':
optional: true
- "@oxlint/binding-linux-arm-gnueabihf@1.55.0":
+ '@oxlint/binding-linux-arm-gnueabihf@1.55.0':
optional: true
- "@oxlint/binding-linux-arm-musleabihf@1.55.0":
+ '@oxlint/binding-linux-arm-musleabihf@1.55.0':
optional: true
- "@oxlint/binding-linux-arm64-gnu@1.55.0":
+ '@oxlint/binding-linux-arm64-gnu@1.55.0':
optional: true
- "@oxlint/binding-linux-arm64-musl@1.55.0":
+ '@oxlint/binding-linux-arm64-musl@1.55.0':
optional: true
- "@oxlint/binding-linux-ppc64-gnu@1.55.0":
+ '@oxlint/binding-linux-ppc64-gnu@1.55.0':
optional: true
- "@oxlint/binding-linux-riscv64-gnu@1.55.0":
+ '@oxlint/binding-linux-riscv64-gnu@1.55.0':
optional: true
- "@oxlint/binding-linux-riscv64-musl@1.55.0":
+ '@oxlint/binding-linux-riscv64-musl@1.55.0':
optional: true
- "@oxlint/binding-linux-s390x-gnu@1.55.0":
+ '@oxlint/binding-linux-s390x-gnu@1.55.0':
optional: true
- "@oxlint/binding-linux-x64-gnu@1.55.0":
+ '@oxlint/binding-linux-x64-gnu@1.55.0':
optional: true
- "@oxlint/binding-linux-x64-musl@1.55.0":
+ '@oxlint/binding-linux-x64-musl@1.55.0':
optional: true
- "@oxlint/binding-openharmony-arm64@1.55.0":
+ '@oxlint/binding-openharmony-arm64@1.55.0':
optional: true
- "@oxlint/binding-win32-arm64-msvc@1.55.0":
+ '@oxlint/binding-win32-arm64-msvc@1.55.0':
optional: true
- "@oxlint/binding-win32-ia32-msvc@1.55.0":
+ '@oxlint/binding-win32-ia32-msvc@1.55.0':
optional: true
- "@oxlint/binding-win32-x64-msvc@1.55.0":
+ '@oxlint/binding-win32-x64-msvc@1.55.0':
optional: true
- "@polka/url@1.0.0-next.29": {}
+ '@polka/url@1.0.0-next.29': {}
- "@preact/signals-core@1.14.0": {}
+ '@preact/signals-core@1.14.0': {}
- "@preact/signals@1.3.4(preact@10.29.0)":
+ '@preact/signals@1.3.4(preact@10.29.0)':
dependencies:
- "@preact/signals-core": 1.14.0
+ '@preact/signals-core': 1.14.0
preact: 10.29.0
- "@rolldown/binding-android-arm64@1.0.0-rc.9":
+ '@rolldown/binding-android-arm64@1.0.0-rc.9':
optional: true
- "@rolldown/binding-darwin-arm64@1.0.0-rc.9":
+ '@rolldown/binding-darwin-arm64@1.0.0-rc.9':
optional: true
- "@rolldown/binding-darwin-x64@1.0.0-rc.9":
+ '@rolldown/binding-darwin-x64@1.0.0-rc.9':
optional: true
- "@rolldown/binding-freebsd-x64@1.0.0-rc.9":
+ '@rolldown/binding-freebsd-x64@1.0.0-rc.9':
optional: true
- "@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.9":
+ '@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.9':
optional: true
- "@rolldown/binding-linux-arm64-gnu@1.0.0-rc.9":
+ '@rolldown/binding-linux-arm64-gnu@1.0.0-rc.9':
optional: true
- "@rolldown/binding-linux-arm64-musl@1.0.0-rc.9":
+ '@rolldown/binding-linux-arm64-musl@1.0.0-rc.9':
optional: true
- "@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.9":
+ '@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.9':
optional: true
- "@rolldown/binding-linux-s390x-gnu@1.0.0-rc.9":
+ '@rolldown/binding-linux-s390x-gnu@1.0.0-rc.9':
optional: true
- "@rolldown/binding-linux-x64-gnu@1.0.0-rc.9":
+ '@rolldown/binding-linux-x64-gnu@1.0.0-rc.9':
optional: true
- "@rolldown/binding-linux-x64-musl@1.0.0-rc.9":
+ '@rolldown/binding-linux-x64-musl@1.0.0-rc.9':
optional: true
- "@rolldown/binding-openharmony-arm64@1.0.0-rc.9":
+ '@rolldown/binding-openharmony-arm64@1.0.0-rc.9':
optional: true
- "@rolldown/binding-wasm32-wasi@1.0.0-rc.9":
+ '@rolldown/binding-wasm32-wasi@1.0.0-rc.9':
dependencies:
- "@napi-rs/wasm-runtime": 1.1.1
+ '@napi-rs/wasm-runtime': 1.1.1
optional: true
- "@rolldown/binding-win32-arm64-msvc@1.0.0-rc.9":
+ '@rolldown/binding-win32-arm64-msvc@1.0.0-rc.9':
optional: true
- "@rolldown/binding-win32-x64-msvc@1.0.0-rc.9":
+ '@rolldown/binding-win32-x64-msvc@1.0.0-rc.9':
optional: true
- "@rolldown/pluginutils@1.0.0-rc.7": {}
+ '@rolldown/pluginutils@1.0.0-rc.7': {}
- "@rolldown/pluginutils@1.0.0-rc.9": {}
+ '@rolldown/pluginutils@1.0.0-rc.9': {}
- "@rollup/pluginutils@5.3.0":
+ '@rollup/pluginutils@5.3.0':
dependencies:
- "@types/estree": 1.0.8
+ '@types/estree': 1.0.8
estree-walker: 2.0.2
picomatch: 4.0.3
- "@standard-schema/spec@1.1.0": {}
+ '@standard-schema/spec@1.1.0': {}
- "@tailwindcss/node@4.2.2":
+ '@tailwindcss/node@4.2.2':
dependencies:
- "@jridgewell/remapping": 2.3.5
+ '@jridgewell/remapping': 2.3.5
enhanced-resolve: 5.20.1
jiti: 2.6.1
lightningcss: 1.32.0
@@ -3764,328 +2820,351 @@ snapshots:
source-map-js: 1.2.1
tailwindcss: 4.2.2
- "@tailwindcss/oxide-android-arm64@4.2.2":
+ '@tailwindcss/oxide-android-arm64@4.2.2':
optional: true
- "@tailwindcss/oxide-darwin-arm64@4.2.2":
+ '@tailwindcss/oxide-darwin-arm64@4.2.2':
optional: true
- "@tailwindcss/oxide-darwin-x64@4.2.2":
+ '@tailwindcss/oxide-darwin-x64@4.2.2':
optional: true
- "@tailwindcss/oxide-freebsd-x64@4.2.2":
+ '@tailwindcss/oxide-freebsd-x64@4.2.2':
optional: true
- "@tailwindcss/oxide-linux-arm-gnueabihf@4.2.2":
+ '@tailwindcss/oxide-linux-arm-gnueabihf@4.2.2':
optional: true
- "@tailwindcss/oxide-linux-arm64-gnu@4.2.2":
+ '@tailwindcss/oxide-linux-arm64-gnu@4.2.2':
optional: true
- "@tailwindcss/oxide-linux-arm64-musl@4.2.2":
+ '@tailwindcss/oxide-linux-arm64-musl@4.2.2':
optional: true
- "@tailwindcss/oxide-linux-x64-gnu@4.2.2":
+ '@tailwindcss/oxide-linux-x64-gnu@4.2.2':
optional: true
- "@tailwindcss/oxide-linux-x64-musl@4.2.2":
+ '@tailwindcss/oxide-linux-x64-musl@4.2.2':
optional: true
- "@tailwindcss/oxide-wasm32-wasi@4.2.2":
+ '@tailwindcss/oxide-wasm32-wasi@4.2.2':
optional: true
- "@tailwindcss/oxide-win32-arm64-msvc@4.2.2":
+ '@tailwindcss/oxide-win32-arm64-msvc@4.2.2':
optional: true
- "@tailwindcss/oxide-win32-x64-msvc@4.2.2":
+ '@tailwindcss/oxide-win32-x64-msvc@4.2.2':
optional: true
- "@tailwindcss/oxide@4.2.2":
+ '@tailwindcss/oxide@4.2.2':
optionalDependencies:
- "@tailwindcss/oxide-android-arm64": 4.2.2
- "@tailwindcss/oxide-darwin-arm64": 4.2.2
- "@tailwindcss/oxide-darwin-x64": 4.2.2
- "@tailwindcss/oxide-freebsd-x64": 4.2.2
- "@tailwindcss/oxide-linux-arm-gnueabihf": 4.2.2
- "@tailwindcss/oxide-linux-arm64-gnu": 4.2.2
- "@tailwindcss/oxide-linux-arm64-musl": 4.2.2
- "@tailwindcss/oxide-linux-x64-gnu": 4.2.2
- "@tailwindcss/oxide-linux-x64-musl": 4.2.2
- "@tailwindcss/oxide-wasm32-wasi": 4.2.2
- "@tailwindcss/oxide-win32-arm64-msvc": 4.2.2
- "@tailwindcss/oxide-win32-x64-msvc": 4.2.2
+ '@tailwindcss/oxide-android-arm64': 4.2.2
+ '@tailwindcss/oxide-darwin-arm64': 4.2.2
+ '@tailwindcss/oxide-darwin-x64': 4.2.2
+ '@tailwindcss/oxide-freebsd-x64': 4.2.2
+ '@tailwindcss/oxide-linux-arm-gnueabihf': 4.2.2
+ '@tailwindcss/oxide-linux-arm64-gnu': 4.2.2
+ '@tailwindcss/oxide-linux-arm64-musl': 4.2.2
+ '@tailwindcss/oxide-linux-x64-gnu': 4.2.2
+ '@tailwindcss/oxide-linux-x64-musl': 4.2.2
+ '@tailwindcss/oxide-wasm32-wasi': 4.2.2
+ '@tailwindcss/oxide-win32-arm64-msvc': 4.2.2
+ '@tailwindcss/oxide-win32-x64-msvc': 4.2.2
- "@tailwindcss/typography@0.5.19(tailwindcss@4.2.2)":
+ '@tailwindcss/typography@0.5.19(tailwindcss@4.2.2)':
dependencies:
postcss-selector-parser: 6.0.10
tailwindcss: 4.2.2
- "@tailwindcss/vite@4.2.2(vite@8.0.0(@types/node@25.5.0)(jiti@2.6.1)(yaml@2.8.2))":
+ '@tailwindcss/vite@4.2.2(vite@8.0.0(@types/node@25.5.0)(jiti@2.6.1)(yaml@2.8.2))':
dependencies:
- "@tailwindcss/node": 4.2.2
- "@tailwindcss/oxide": 4.2.2
+ '@tailwindcss/node': 4.2.2
+ '@tailwindcss/oxide': 4.2.2
tailwindcss: 4.2.2
vite: 8.0.0(@types/node@25.5.0)(jiti@2.6.1)(yaml@2.8.2)
- "@tybys/wasm-util@0.10.1":
+ '@testing-library/dom@10.4.1':
+ dependencies:
+ '@babel/code-frame': 7.29.0
+ '@babel/runtime': 7.29.2
+ '@types/aria-query': 5.0.4
+ aria-query: 5.3.0
+ dom-accessibility-api: 0.5.16
+ lz-string: 1.5.0
+ picocolors: 1.1.1
+ pretty-format: 27.5.1
+
+ '@testing-library/react@16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
+ dependencies:
+ '@babel/runtime': 7.29.2
+ '@testing-library/dom': 10.4.1
+ react: 19.2.4
+ react-dom: 19.2.4(react@19.2.4)
+ optionalDependencies:
+ '@types/react': 19.2.14
+ '@types/react-dom': 19.2.3(@types/react@19.2.14)
+
+ '@tybys/wasm-util@0.10.1':
dependencies:
tslib: 2.8.1
optional: true
- "@types/chai@5.2.3":
+ '@types/aria-query@5.0.4': {}
+
+ '@types/chai@5.2.3':
dependencies:
- "@types/deep-eql": 4.0.2
+ '@types/deep-eql': 4.0.2
assertion-error: 2.0.1
- "@types/d3-array@3.2.2": {}
+ '@types/d3-array@3.2.2': {}
- "@types/d3-axis@3.0.6":
+ '@types/d3-axis@3.0.6':
dependencies:
- "@types/d3-selection": 3.0.11
+ '@types/d3-selection': 3.0.11
- "@types/d3-brush@3.0.6":
+ '@types/d3-brush@3.0.6':
dependencies:
- "@types/d3-selection": 3.0.11
+ '@types/d3-selection': 3.0.11
- "@types/d3-chord@3.0.6": {}
+ '@types/d3-chord@3.0.6': {}
- "@types/d3-color@3.1.3": {}
+ '@types/d3-color@3.1.3': {}
- "@types/d3-contour@3.0.6":
+ '@types/d3-contour@3.0.6':
dependencies:
- "@types/d3-array": 3.2.2
- "@types/geojson": 7946.0.16
+ '@types/d3-array': 3.2.2
+ '@types/geojson': 7946.0.16
- "@types/d3-delaunay@6.0.4": {}
+ '@types/d3-delaunay@6.0.4': {}
- "@types/d3-dispatch@3.0.7": {}
+ '@types/d3-dispatch@3.0.7': {}
- "@types/d3-drag@3.0.7":
+ '@types/d3-drag@3.0.7':
dependencies:
- "@types/d3-selection": 3.0.11
+ '@types/d3-selection': 3.0.11
- "@types/d3-dsv@3.0.7": {}
+ '@types/d3-dsv@3.0.7': {}
- "@types/d3-ease@3.0.2": {}
+ '@types/d3-ease@3.0.2': {}
- "@types/d3-fetch@3.0.7":
+ '@types/d3-fetch@3.0.7':
dependencies:
- "@types/d3-dsv": 3.0.7
+ '@types/d3-dsv': 3.0.7
- "@types/d3-force@3.0.10": {}
+ '@types/d3-force@3.0.10': {}
- "@types/d3-format@3.0.4": {}
+ '@types/d3-format@3.0.4': {}
- "@types/d3-geo@3.1.0":
+ '@types/d3-geo@3.1.0':
dependencies:
- "@types/geojson": 7946.0.16
+ '@types/geojson': 7946.0.16
- "@types/d3-hierarchy@3.1.7": {}
+ '@types/d3-hierarchy@3.1.7': {}
- "@types/d3-interpolate@3.0.4":
+ '@types/d3-interpolate@3.0.4':
dependencies:
- "@types/d3-color": 3.1.3
+ '@types/d3-color': 3.1.3
- "@types/d3-path@3.1.1": {}
+ '@types/d3-path@3.1.1': {}
- "@types/d3-polygon@3.0.2": {}
+ '@types/d3-polygon@3.0.2': {}
- "@types/d3-quadtree@3.0.6": {}
+ '@types/d3-quadtree@3.0.6': {}
- "@types/d3-random@3.0.3": {}
+ '@types/d3-random@3.0.3': {}
- "@types/d3-scale-chromatic@3.1.0": {}
+ '@types/d3-scale-chromatic@3.1.0': {}
- "@types/d3-scale@4.0.9":
+ '@types/d3-scale@4.0.9':
dependencies:
- "@types/d3-time": 3.0.4
+ '@types/d3-time': 3.0.4
- "@types/d3-selection@3.0.11": {}
+ '@types/d3-selection@3.0.11': {}
- "@types/d3-shape@3.1.8":
+ '@types/d3-shape@3.1.8':
dependencies:
- "@types/d3-path": 3.1.1
+ '@types/d3-path': 3.1.1
- "@types/d3-time-format@4.0.3": {}
+ '@types/d3-time-format@4.0.3': {}
- "@types/d3-time@3.0.4": {}
+ '@types/d3-time@3.0.4': {}
- "@types/d3-timer@3.0.2": {}
+ '@types/d3-timer@3.0.2': {}
- "@types/d3-transition@3.0.9":
+ '@types/d3-transition@3.0.9':
dependencies:
- "@types/d3-selection": 3.0.11
+ '@types/d3-selection': 3.0.11
- "@types/d3-zoom@3.0.8":
+ '@types/d3-zoom@3.0.8':
dependencies:
- "@types/d3-interpolate": 3.0.4
- "@types/d3-selection": 3.0.11
+ '@types/d3-interpolate': 3.0.4
+ '@types/d3-selection': 3.0.11
- "@types/d3@7.4.3":
+ '@types/d3@7.4.3':
dependencies:
- "@types/d3-array": 3.2.2
- "@types/d3-axis": 3.0.6
- "@types/d3-brush": 3.0.6
- "@types/d3-chord": 3.0.6
- "@types/d3-color": 3.1.3
- "@types/d3-contour": 3.0.6
- "@types/d3-delaunay": 6.0.4
- "@types/d3-dispatch": 3.0.7
- "@types/d3-drag": 3.0.7
- "@types/d3-dsv": 3.0.7
- "@types/d3-ease": 3.0.2
- "@types/d3-fetch": 3.0.7
- "@types/d3-force": 3.0.10
- "@types/d3-format": 3.0.4
- "@types/d3-geo": 3.1.0
- "@types/d3-hierarchy": 3.1.7
- "@types/d3-interpolate": 3.0.4
- "@types/d3-path": 3.1.1
- "@types/d3-polygon": 3.0.2
- "@types/d3-quadtree": 3.0.6
- "@types/d3-random": 3.0.3
- "@types/d3-scale": 4.0.9
- "@types/d3-scale-chromatic": 3.1.0
- "@types/d3-selection": 3.0.11
- "@types/d3-shape": 3.1.8
- "@types/d3-time": 3.0.4
- "@types/d3-time-format": 4.0.3
- "@types/d3-timer": 3.0.2
- "@types/d3-transition": 3.0.9
- "@types/d3-zoom": 3.0.8
+ '@types/d3-array': 3.2.2
+ '@types/d3-axis': 3.0.6
+ '@types/d3-brush': 3.0.6
+ '@types/d3-chord': 3.0.6
+ '@types/d3-color': 3.1.3
+ '@types/d3-contour': 3.0.6
+ '@types/d3-delaunay': 6.0.4
+ '@types/d3-dispatch': 3.0.7
+ '@types/d3-drag': 3.0.7
+ '@types/d3-dsv': 3.0.7
+ '@types/d3-ease': 3.0.2
+ '@types/d3-fetch': 3.0.7
+ '@types/d3-force': 3.0.10
+ '@types/d3-format': 3.0.4
+ '@types/d3-geo': 3.1.0
+ '@types/d3-hierarchy': 3.1.7
+ '@types/d3-interpolate': 3.0.4
+ '@types/d3-path': 3.1.1
+ '@types/d3-polygon': 3.0.2
+ '@types/d3-quadtree': 3.0.6
+ '@types/d3-random': 3.0.3
+ '@types/d3-scale': 4.0.9
+ '@types/d3-scale-chromatic': 3.1.0
+ '@types/d3-selection': 3.0.11
+ '@types/d3-shape': 3.1.8
+ '@types/d3-time': 3.0.4
+ '@types/d3-time-format': 4.0.3
+ '@types/d3-timer': 3.0.2
+ '@types/d3-transition': 3.0.9
+ '@types/d3-zoom': 3.0.8
- "@types/debug@4.1.12":
+ '@types/debug@4.1.12':
dependencies:
- "@types/ms": 2.1.0
+ '@types/ms': 2.1.0
- "@types/deep-eql@4.0.2": {}
+ '@types/deep-eql@4.0.2': {}
- "@types/estree-jsx@1.0.5":
+ '@types/estree-jsx@1.0.5':
dependencies:
- "@types/estree": 1.0.8
+ '@types/estree': 1.0.8
- "@types/estree@1.0.8": {}
+ '@types/estree@1.0.8': {}
- "@types/geojson@7946.0.16": {}
+ '@types/geojson@7946.0.16': {}
- "@types/hast@3.0.4":
+ '@types/hast@3.0.4':
dependencies:
- "@types/unist": 3.0.3
+ '@types/unist': 3.0.3
- "@types/mdast@4.0.4":
+ '@types/mdast@4.0.4':
dependencies:
- "@types/unist": 3.0.3
+ '@types/unist': 3.0.3
- "@types/ms@2.1.0": {}
+ '@types/ms@2.1.0': {}
- "@types/node@20.19.37":
+ '@types/node@20.19.37':
dependencies:
undici-types: 6.21.0
- "@types/node@25.5.0":
+ '@types/node@25.5.0':
dependencies:
undici-types: 7.18.2
- "@types/react-dom@19.2.3(@types/react@19.2.14)":
+ '@types/react-dom@19.2.3(@types/react@19.2.14)':
dependencies:
- "@types/react": 19.2.14
+ '@types/react': 19.2.14
- "@types/react-reconciler@0.28.9(@types/react@19.2.14)":
+ '@types/react-reconciler@0.28.9(@types/react@19.2.14)':
dependencies:
- "@types/react": 19.2.14
+ '@types/react': 19.2.14
- "@types/react@19.2.14":
+ '@types/react@19.2.14':
dependencies:
csstype: 3.2.3
- "@types/trusted-types@2.0.7":
+ '@types/trusted-types@2.0.7':
optional: true
- "@types/unist@2.0.11": {}
+ '@types/unist@2.0.11': {}
- "@types/unist@3.0.3": {}
+ '@types/unist@3.0.3': {}
- "@types/whatwg-mimetype@3.0.2":
+ '@types/whatwg-mimetype@3.0.2':
optional: true
- "@types/ws@8.18.1":
+ '@types/ws@8.18.1':
dependencies:
- "@types/node": 25.5.0
+ '@types/node': 25.5.0
optional: true
- "@typescript/native-preview-darwin-arm64@7.0.0-dev.20260318.1":
+ '@typescript/native-preview-darwin-arm64@7.0.0-dev.20260318.1':
optional: true
- "@typescript/native-preview-darwin-x64@7.0.0-dev.20260318.1":
+ '@typescript/native-preview-darwin-x64@7.0.0-dev.20260318.1':
optional: true
- "@typescript/native-preview-linux-arm64@7.0.0-dev.20260318.1":
+ '@typescript/native-preview-linux-arm64@7.0.0-dev.20260318.1':
optional: true
- "@typescript/native-preview-linux-arm@7.0.0-dev.20260318.1":
+ '@typescript/native-preview-linux-arm@7.0.0-dev.20260318.1':
optional: true
- "@typescript/native-preview-linux-x64@7.0.0-dev.20260318.1":
+ '@typescript/native-preview-linux-x64@7.0.0-dev.20260318.1':
optional: true
- "@typescript/native-preview-win32-arm64@7.0.0-dev.20260318.1":
+ '@typescript/native-preview-win32-arm64@7.0.0-dev.20260318.1':
optional: true
- "@typescript/native-preview-win32-x64@7.0.0-dev.20260318.1":
+ '@typescript/native-preview-win32-x64@7.0.0-dev.20260318.1':
optional: true
- "@typescript/native-preview@7.0.0-dev.20260318.1":
+ '@typescript/native-preview@7.0.0-dev.20260318.1':
optionalDependencies:
- "@typescript/native-preview-darwin-arm64": 7.0.0-dev.20260318.1
- "@typescript/native-preview-darwin-x64": 7.0.0-dev.20260318.1
- "@typescript/native-preview-linux-arm": 7.0.0-dev.20260318.1
- "@typescript/native-preview-linux-arm64": 7.0.0-dev.20260318.1
- "@typescript/native-preview-linux-x64": 7.0.0-dev.20260318.1
- "@typescript/native-preview-win32-arm64": 7.0.0-dev.20260318.1
- "@typescript/native-preview-win32-x64": 7.0.0-dev.20260318.1
+ '@typescript/native-preview-darwin-arm64': 7.0.0-dev.20260318.1
+ '@typescript/native-preview-darwin-x64': 7.0.0-dev.20260318.1
+ '@typescript/native-preview-linux-arm': 7.0.0-dev.20260318.1
+ '@typescript/native-preview-linux-arm64': 7.0.0-dev.20260318.1
+ '@typescript/native-preview-linux-x64': 7.0.0-dev.20260318.1
+ '@typescript/native-preview-win32-arm64': 7.0.0-dev.20260318.1
+ '@typescript/native-preview-win32-x64': 7.0.0-dev.20260318.1
- "@ungap/structured-clone@1.3.0": {}
+ '@ungap/structured-clone@1.3.0': {}
- "@upsetjs/venn.js@2.0.0":
+ '@upsetjs/venn.js@2.0.0':
optionalDependencies:
d3-selection: 3.0.0
d3-transition: 3.0.1(d3-selection@3.0.0)
- "@vitejs/plugin-react@6.0.1(vite@8.0.0(@types/node@25.5.0)(jiti@2.6.1)(yaml@2.8.2))":
+ '@vitejs/plugin-react@6.0.1(vite@8.0.0(@types/node@25.5.0)(jiti@2.6.1)(yaml@2.8.2))':
dependencies:
- "@rolldown/pluginutils": 1.0.0-rc.7
+ '@rolldown/pluginutils': 1.0.0-rc.7
vite: 8.0.0(@types/node@25.5.0)(jiti@2.6.1)(yaml@2.8.2)
- "@voidzero-dev/vite-plus-core@0.1.12(@types/node@25.5.0)(jiti@2.6.1)(typescript@5.9.3)(yaml@2.8.2)":
+ '@voidzero-dev/vite-plus-core@0.1.12(@types/node@25.5.0)(jiti@2.6.1)(typescript@5.9.3)(yaml@2.8.2)':
dependencies:
- "@oxc-project/runtime": 0.115.0
- "@oxc-project/types": 0.115.0
+ '@oxc-project/runtime': 0.115.0
+ '@oxc-project/types': 0.115.0
lightningcss: 1.32.0
postcss: 8.5.8
optionalDependencies:
- "@types/node": 25.5.0
+ '@types/node': 25.5.0
fsevents: 2.3.3
jiti: 2.6.1
typescript: 5.9.3
yaml: 2.8.2
- "@voidzero-dev/vite-plus-darwin-arm64@0.1.12":
+ '@voidzero-dev/vite-plus-darwin-arm64@0.1.12':
optional: true
- "@voidzero-dev/vite-plus-darwin-x64@0.1.12":
+ '@voidzero-dev/vite-plus-darwin-x64@0.1.12':
optional: true
- "@voidzero-dev/vite-plus-linux-arm64-gnu@0.1.12":
+ '@voidzero-dev/vite-plus-linux-arm64-gnu@0.1.12':
optional: true
- "@voidzero-dev/vite-plus-linux-x64-gnu@0.1.12":
+ '@voidzero-dev/vite-plus-linux-x64-gnu@0.1.12':
optional: true
- "@voidzero-dev/vite-plus-test@0.1.12(@types/node@25.5.0)(happy-dom@20.8.4)(jiti@2.6.1)(typescript@5.9.3)(vite@8.0.0(@types/node@25.5.0)(jiti@2.6.1)(yaml@2.8.2))(yaml@2.8.2)":
+ '@voidzero-dev/vite-plus-test@0.1.12(@types/node@25.5.0)(happy-dom@20.8.4)(jiti@2.6.1)(typescript@5.9.3)(vite@8.0.0(@types/node@25.5.0)(jiti@2.6.1)(yaml@2.8.2))(yaml@2.8.2)':
dependencies:
- "@standard-schema/spec": 1.1.0
- "@types/chai": 5.2.3
- "@voidzero-dev/vite-plus-core": 0.1.12(@types/node@25.5.0)(jiti@2.6.1)(typescript@5.9.3)(yaml@2.8.2)
+ '@standard-schema/spec': 1.1.0
+ '@types/chai': 5.2.3
+ '@voidzero-dev/vite-plus-core': 0.1.12(@types/node@25.5.0)(jiti@2.6.1)(typescript@5.9.3)(yaml@2.8.2)
es-module-lexer: 1.7.0
obug: 2.1.1
pixelmatch: 7.1.0
@@ -4098,13 +3177,13 @@ snapshots:
vite: 8.0.0(@types/node@25.5.0)(jiti@2.6.1)(yaml@2.8.2)
ws: 8.19.0
optionalDependencies:
- "@types/node": 25.5.0
+ '@types/node': 25.5.0
happy-dom: 20.8.4
transitivePeerDependencies:
- - "@arethetypeswrong/core"
- - "@tsdown/css"
- - "@tsdown/exe"
- - "@vitejs/devtools"
+ - '@arethetypeswrong/core'
+ - '@tsdown/css'
+ - '@tsdown/exe'
+ - '@vitejs/devtools'
- bufferutil
- esbuild
- jiti
@@ -4121,14 +3200,22 @@ snapshots:
- utf-8-validate
- yaml
- "@voidzero-dev/vite-plus-win32-arm64-msvc@0.1.12":
+ '@voidzero-dev/vite-plus-win32-arm64-msvc@0.1.12':
optional: true
- "@voidzero-dev/vite-plus-win32-x64-msvc@0.1.12":
+ '@voidzero-dev/vite-plus-win32-x64-msvc@0.1.12':
optional: true
acorn@8.16.0: {}
+ ansi-regex@5.0.1: {}
+
+ ansi-styles@5.2.0: {}
+
+ aria-query@5.3.0:
+ dependencies:
+ dequal: 2.0.3
+
assertion-error@2.0.1: {}
bail@2.0.2: {}
@@ -4137,10 +3224,10 @@ snapshots:
bippy@0.5.32(@types/react@19.2.14)(react@19.2.4):
dependencies:
- "@types/react-reconciler": 0.28.9(@types/react@19.2.14)
+ '@types/react-reconciler': 0.28.9(@types/react@19.2.14)
react: 19.2.4
transitivePeerDependencies:
- - "@types/react"
+ - '@types/react'
browserslist@4.28.1:
dependencies:
@@ -4171,11 +3258,11 @@ snapshots:
chevrotain@11.1.2:
dependencies:
- "@chevrotain/cst-dts-gen": 11.1.2
- "@chevrotain/gast": 11.1.2
- "@chevrotain/regexp-to-ast": 11.1.2
- "@chevrotain/types": 11.1.2
- "@chevrotain/utils": 11.1.2
+ '@chevrotain/cst-dts-gen': 11.1.2
+ '@chevrotain/gast': 11.1.2
+ '@chevrotain/regexp-to-ast': 11.1.2
+ '@chevrotain/types': 11.1.2
+ '@chevrotain/utils': 11.1.2
lodash-es: 4.17.23
clsx@2.1.1: {}
@@ -4416,9 +3503,11 @@ snapshots:
dependencies:
dequal: 2.0.3
+ dom-accessibility-api@0.5.16: {}
+
dompurify@3.3.3:
optionalDependencies:
- "@types/trusted-types": 2.0.7
+ '@types/trusted-types': 2.0.7
electron-to-chromium@1.5.321: {}
@@ -4436,32 +3525,32 @@ snapshots:
esbuild@0.25.12:
optionalDependencies:
- "@esbuild/aix-ppc64": 0.25.12
- "@esbuild/android-arm": 0.25.12
- "@esbuild/android-arm64": 0.25.12
- "@esbuild/android-x64": 0.25.12
- "@esbuild/darwin-arm64": 0.25.12
- "@esbuild/darwin-x64": 0.25.12
- "@esbuild/freebsd-arm64": 0.25.12
- "@esbuild/freebsd-x64": 0.25.12
- "@esbuild/linux-arm": 0.25.12
- "@esbuild/linux-arm64": 0.25.12
- "@esbuild/linux-ia32": 0.25.12
- "@esbuild/linux-loong64": 0.25.12
- "@esbuild/linux-mips64el": 0.25.12
- "@esbuild/linux-ppc64": 0.25.12
- "@esbuild/linux-riscv64": 0.25.12
- "@esbuild/linux-s390x": 0.25.12
- "@esbuild/linux-x64": 0.25.12
- "@esbuild/netbsd-arm64": 0.25.12
- "@esbuild/netbsd-x64": 0.25.12
- "@esbuild/openbsd-arm64": 0.25.12
- "@esbuild/openbsd-x64": 0.25.12
- "@esbuild/openharmony-arm64": 0.25.12
- "@esbuild/sunos-x64": 0.25.12
- "@esbuild/win32-arm64": 0.25.12
- "@esbuild/win32-ia32": 0.25.12
- "@esbuild/win32-x64": 0.25.12
+ '@esbuild/aix-ppc64': 0.25.12
+ '@esbuild/android-arm': 0.25.12
+ '@esbuild/android-arm64': 0.25.12
+ '@esbuild/android-x64': 0.25.12
+ '@esbuild/darwin-arm64': 0.25.12
+ '@esbuild/darwin-x64': 0.25.12
+ '@esbuild/freebsd-arm64': 0.25.12
+ '@esbuild/freebsd-x64': 0.25.12
+ '@esbuild/linux-arm': 0.25.12
+ '@esbuild/linux-arm64': 0.25.12
+ '@esbuild/linux-ia32': 0.25.12
+ '@esbuild/linux-loong64': 0.25.12
+ '@esbuild/linux-mips64el': 0.25.12
+ '@esbuild/linux-ppc64': 0.25.12
+ '@esbuild/linux-riscv64': 0.25.12
+ '@esbuild/linux-s390x': 0.25.12
+ '@esbuild/linux-x64': 0.25.12
+ '@esbuild/netbsd-arm64': 0.25.12
+ '@esbuild/netbsd-x64': 0.25.12
+ '@esbuild/openbsd-arm64': 0.25.12
+ '@esbuild/openbsd-x64': 0.25.12
+ '@esbuild/openharmony-arm64': 0.25.12
+ '@esbuild/sunos-x64': 0.25.12
+ '@esbuild/win32-arm64': 0.25.12
+ '@esbuild/win32-ia32': 0.25.12
+ '@esbuild/win32-x64': 0.25.12
escalade@3.2.0: {}
@@ -4473,7 +3562,7 @@ snapshots:
estree-walker@3.0.3:
dependencies:
- "@types/estree": 1.0.8
+ '@types/estree': 1.0.8
extend@3.0.2: {}
@@ -4492,9 +3581,9 @@ snapshots:
happy-dom@20.8.4:
dependencies:
- "@types/node": 25.5.0
- "@types/whatwg-mimetype": 3.0.2
- "@types/ws": 8.18.1
+ '@types/node': 25.5.0
+ '@types/whatwg-mimetype': 3.0.2
+ '@types/ws': 8.18.1
entities: 7.0.1
whatwg-mimetype: 3.0.0
ws: 8.19.0
@@ -4505,8 +3594,8 @@ snapshots:
hast-util-from-parse5@8.0.3:
dependencies:
- "@types/hast": 3.0.4
- "@types/unist": 3.0.3
+ '@types/hast': 3.0.4
+ '@types/unist': 3.0.3
devlop: 1.1.0
hastscript: 9.0.1
property-information: 7.1.0
@@ -4516,13 +3605,13 @@ snapshots:
hast-util-parse-selector@4.0.0:
dependencies:
- "@types/hast": 3.0.4
+ '@types/hast': 3.0.4
hast-util-raw@9.1.0:
dependencies:
- "@types/hast": 3.0.4
- "@types/unist": 3.0.3
- "@ungap/structured-clone": 1.3.0
+ '@types/hast': 3.0.4
+ '@types/unist': 3.0.3
+ '@ungap/structured-clone': 1.3.0
hast-util-from-parse5: 8.0.3
hast-util-to-parse5: 8.0.1
html-void-elements: 3.0.0
@@ -4536,15 +3625,15 @@ snapshots:
hast-util-sanitize@5.0.2:
dependencies:
- "@types/hast": 3.0.4
- "@ungap/structured-clone": 1.3.0
+ '@types/hast': 3.0.4
+ '@ungap/structured-clone': 1.3.0
unist-util-position: 5.0.0
hast-util-to-jsx-runtime@2.3.6:
dependencies:
- "@types/estree": 1.0.8
- "@types/hast": 3.0.4
- "@types/unist": 3.0.3
+ '@types/estree': 1.0.8
+ '@types/hast': 3.0.4
+ '@types/unist': 3.0.3
comma-separated-tokens: 2.0.3
devlop: 1.1.0
estree-util-is-identifier-name: 3.0.0
@@ -4562,7 +3651,7 @@ snapshots:
hast-util-to-parse5@8.0.1:
dependencies:
- "@types/hast": 3.0.4
+ '@types/hast': 3.0.4
comma-separated-tokens: 2.0.3
devlop: 1.1.0
property-information: 7.1.0
@@ -4572,11 +3661,11 @@ snapshots:
hast-util-whitespace@3.0.0:
dependencies:
- "@types/hast": 3.0.4
+ '@types/hast': 3.0.4
hastscript@9.0.1:
dependencies:
- "@types/hast": 3.0.4
+ '@types/hast': 3.0.4
comma-separated-tokens: 2.0.3
hast-util-parse-selector: 4.0.0
property-information: 7.1.0
@@ -4696,9 +3785,11 @@ snapshots:
dependencies:
yallist: 3.1.1
+ lz-string@1.5.0: {}
+
magic-string@0.30.21:
dependencies:
- "@jridgewell/sourcemap-codec": 1.5.5
+ '@jridgewell/sourcemap-codec': 1.5.5
markdown-table@3.0.4: {}
@@ -4708,15 +3799,15 @@ snapshots:
mdast-util-find-and-replace@3.0.2:
dependencies:
- "@types/mdast": 4.0.4
+ '@types/mdast': 4.0.4
escape-string-regexp: 5.0.0
unist-util-is: 6.0.1
unist-util-visit-parents: 6.0.2
mdast-util-from-markdown@2.0.3:
dependencies:
- "@types/mdast": 4.0.4
- "@types/unist": 3.0.3
+ '@types/mdast': 4.0.4
+ '@types/unist': 3.0.3
decode-named-character-reference: 1.3.0
devlop: 1.1.0
mdast-util-to-string: 4.0.0
@@ -4732,7 +3823,7 @@ snapshots:
mdast-util-gfm-autolink-literal@2.0.1:
dependencies:
- "@types/mdast": 4.0.4
+ '@types/mdast': 4.0.4
ccount: 2.0.1
devlop: 1.1.0
mdast-util-find-and-replace: 3.0.2
@@ -4740,7 +3831,7 @@ snapshots:
mdast-util-gfm-footnote@2.1.0:
dependencies:
- "@types/mdast": 4.0.4
+ '@types/mdast': 4.0.4
devlop: 1.1.0
mdast-util-from-markdown: 2.0.3
mdast-util-to-markdown: 2.1.2
@@ -4750,7 +3841,7 @@ snapshots:
mdast-util-gfm-strikethrough@2.0.0:
dependencies:
- "@types/mdast": 4.0.4
+ '@types/mdast': 4.0.4
mdast-util-from-markdown: 2.0.3
mdast-util-to-markdown: 2.1.2
transitivePeerDependencies:
@@ -4758,7 +3849,7 @@ snapshots:
mdast-util-gfm-table@2.0.0:
dependencies:
- "@types/mdast": 4.0.4
+ '@types/mdast': 4.0.4
devlop: 1.1.0
markdown-table: 3.0.4
mdast-util-from-markdown: 2.0.3
@@ -4768,7 +3859,7 @@ snapshots:
mdast-util-gfm-task-list-item@2.0.0:
dependencies:
- "@types/mdast": 4.0.4
+ '@types/mdast': 4.0.4
devlop: 1.1.0
mdast-util-from-markdown: 2.0.3
mdast-util-to-markdown: 2.1.2
@@ -4789,9 +3880,9 @@ snapshots:
mdast-util-mdx-expression@2.0.1:
dependencies:
- "@types/estree-jsx": 1.0.5
- "@types/hast": 3.0.4
- "@types/mdast": 4.0.4
+ '@types/estree-jsx': 1.0.5
+ '@types/hast': 3.0.4
+ '@types/mdast': 4.0.4
devlop: 1.1.0
mdast-util-from-markdown: 2.0.3
mdast-util-to-markdown: 2.1.2
@@ -4800,10 +3891,10 @@ snapshots:
mdast-util-mdx-jsx@3.2.0:
dependencies:
- "@types/estree-jsx": 1.0.5
- "@types/hast": 3.0.4
- "@types/mdast": 4.0.4
- "@types/unist": 3.0.3
+ '@types/estree-jsx': 1.0.5
+ '@types/hast': 3.0.4
+ '@types/mdast': 4.0.4
+ '@types/unist': 3.0.3
ccount: 2.0.1
devlop: 1.1.0
mdast-util-from-markdown: 2.0.3
@@ -4817,9 +3908,9 @@ snapshots:
mdast-util-mdxjs-esm@2.0.1:
dependencies:
- "@types/estree-jsx": 1.0.5
- "@types/hast": 3.0.4
- "@types/mdast": 4.0.4
+ '@types/estree-jsx': 1.0.5
+ '@types/hast': 3.0.4
+ '@types/mdast': 4.0.4
devlop: 1.1.0
mdast-util-from-markdown: 2.0.3
mdast-util-to-markdown: 2.1.2
@@ -4828,14 +3919,14 @@ snapshots:
mdast-util-phrasing@4.1.0:
dependencies:
- "@types/mdast": 4.0.4
+ '@types/mdast': 4.0.4
unist-util-is: 6.0.1
mdast-util-to-hast@13.2.1:
dependencies:
- "@types/hast": 3.0.4
- "@types/mdast": 4.0.4
- "@ungap/structured-clone": 1.3.0
+ '@types/hast': 3.0.4
+ '@types/mdast': 4.0.4
+ '@ungap/structured-clone': 1.3.0
devlop: 1.1.0
micromark-util-sanitize-uri: 2.0.1
trim-lines: 3.0.1
@@ -4845,8 +3936,8 @@ snapshots:
mdast-util-to-markdown@2.1.2:
dependencies:
- "@types/mdast": 4.0.4
- "@types/unist": 3.0.3
+ '@types/mdast': 4.0.4
+ '@types/unist': 3.0.3
longest-streak: 3.1.0
mdast-util-phrasing: 4.1.0
mdast-util-to-string: 4.0.0
@@ -4857,15 +3948,15 @@ snapshots:
mdast-util-to-string@4.0.0:
dependencies:
- "@types/mdast": 4.0.4
+ '@types/mdast': 4.0.4
mermaid@11.13.0:
dependencies:
- "@braintree/sanitize-url": 7.1.2
- "@iconify/utils": 3.1.0
- "@mermaid-js/parser": 1.0.1
- "@types/d3": 7.4.3
- "@upsetjs/venn.js": 2.0.0
+ '@braintree/sanitize-url': 7.1.2
+ '@iconify/utils': 3.1.0
+ '@mermaid-js/parser': 1.0.1
+ '@types/d3': 7.4.3
+ '@upsetjs/venn.js': 2.0.0
cytoscape: 3.33.1
cytoscape-cose-bilkent: 4.1.0(cytoscape@3.33.1)
cytoscape-fcose: 2.2.0(cytoscape@3.33.1)
@@ -5054,7 +4145,7 @@ snapshots:
micromark@4.0.2:
dependencies:
- "@types/debug": 4.1.12
+ '@types/debug': 4.1.12
debug: 4.4.3
decode-named-character-reference: 1.3.0
devlop: 1.1.0
@@ -5095,63 +4186,63 @@ snapshots:
dependencies:
tinypool: 2.1.0
optionalDependencies:
- "@oxfmt/binding-android-arm-eabi": 0.40.0
- "@oxfmt/binding-android-arm64": 0.40.0
- "@oxfmt/binding-darwin-arm64": 0.40.0
- "@oxfmt/binding-darwin-x64": 0.40.0
- "@oxfmt/binding-freebsd-x64": 0.40.0
- "@oxfmt/binding-linux-arm-gnueabihf": 0.40.0
- "@oxfmt/binding-linux-arm-musleabihf": 0.40.0
- "@oxfmt/binding-linux-arm64-gnu": 0.40.0
- "@oxfmt/binding-linux-arm64-musl": 0.40.0
- "@oxfmt/binding-linux-ppc64-gnu": 0.40.0
- "@oxfmt/binding-linux-riscv64-gnu": 0.40.0
- "@oxfmt/binding-linux-riscv64-musl": 0.40.0
- "@oxfmt/binding-linux-s390x-gnu": 0.40.0
- "@oxfmt/binding-linux-x64-gnu": 0.40.0
- "@oxfmt/binding-linux-x64-musl": 0.40.0
- "@oxfmt/binding-openharmony-arm64": 0.40.0
- "@oxfmt/binding-win32-arm64-msvc": 0.40.0
- "@oxfmt/binding-win32-ia32-msvc": 0.40.0
- "@oxfmt/binding-win32-x64-msvc": 0.40.0
+ '@oxfmt/binding-android-arm-eabi': 0.40.0
+ '@oxfmt/binding-android-arm64': 0.40.0
+ '@oxfmt/binding-darwin-arm64': 0.40.0
+ '@oxfmt/binding-darwin-x64': 0.40.0
+ '@oxfmt/binding-freebsd-x64': 0.40.0
+ '@oxfmt/binding-linux-arm-gnueabihf': 0.40.0
+ '@oxfmt/binding-linux-arm-musleabihf': 0.40.0
+ '@oxfmt/binding-linux-arm64-gnu': 0.40.0
+ '@oxfmt/binding-linux-arm64-musl': 0.40.0
+ '@oxfmt/binding-linux-ppc64-gnu': 0.40.0
+ '@oxfmt/binding-linux-riscv64-gnu': 0.40.0
+ '@oxfmt/binding-linux-riscv64-musl': 0.40.0
+ '@oxfmt/binding-linux-s390x-gnu': 0.40.0
+ '@oxfmt/binding-linux-x64-gnu': 0.40.0
+ '@oxfmt/binding-linux-x64-musl': 0.40.0
+ '@oxfmt/binding-openharmony-arm64': 0.40.0
+ '@oxfmt/binding-win32-arm64-msvc': 0.40.0
+ '@oxfmt/binding-win32-ia32-msvc': 0.40.0
+ '@oxfmt/binding-win32-x64-msvc': 0.40.0
oxlint-tsgolint@0.17.0:
optionalDependencies:
- "@oxlint-tsgolint/darwin-arm64": 0.17.0
- "@oxlint-tsgolint/darwin-x64": 0.17.0
- "@oxlint-tsgolint/linux-arm64": 0.17.0
- "@oxlint-tsgolint/linux-x64": 0.17.0
- "@oxlint-tsgolint/win32-arm64": 0.17.0
- "@oxlint-tsgolint/win32-x64": 0.17.0
+ '@oxlint-tsgolint/darwin-arm64': 0.17.0
+ '@oxlint-tsgolint/darwin-x64': 0.17.0
+ '@oxlint-tsgolint/linux-arm64': 0.17.0
+ '@oxlint-tsgolint/linux-x64': 0.17.0
+ '@oxlint-tsgolint/win32-arm64': 0.17.0
+ '@oxlint-tsgolint/win32-x64': 0.17.0
oxlint@1.55.0(oxlint-tsgolint@0.17.0):
optionalDependencies:
- "@oxlint/binding-android-arm-eabi": 1.55.0
- "@oxlint/binding-android-arm64": 1.55.0
- "@oxlint/binding-darwin-arm64": 1.55.0
- "@oxlint/binding-darwin-x64": 1.55.0
- "@oxlint/binding-freebsd-x64": 1.55.0
- "@oxlint/binding-linux-arm-gnueabihf": 1.55.0
- "@oxlint/binding-linux-arm-musleabihf": 1.55.0
- "@oxlint/binding-linux-arm64-gnu": 1.55.0
- "@oxlint/binding-linux-arm64-musl": 1.55.0
- "@oxlint/binding-linux-ppc64-gnu": 1.55.0
- "@oxlint/binding-linux-riscv64-gnu": 1.55.0
- "@oxlint/binding-linux-riscv64-musl": 1.55.0
- "@oxlint/binding-linux-s390x-gnu": 1.55.0
- "@oxlint/binding-linux-x64-gnu": 1.55.0
- "@oxlint/binding-linux-x64-musl": 1.55.0
- "@oxlint/binding-openharmony-arm64": 1.55.0
- "@oxlint/binding-win32-arm64-msvc": 1.55.0
- "@oxlint/binding-win32-ia32-msvc": 1.55.0
- "@oxlint/binding-win32-x64-msvc": 1.55.0
+ '@oxlint/binding-android-arm-eabi': 1.55.0
+ '@oxlint/binding-android-arm64': 1.55.0
+ '@oxlint/binding-darwin-arm64': 1.55.0
+ '@oxlint/binding-darwin-x64': 1.55.0
+ '@oxlint/binding-freebsd-x64': 1.55.0
+ '@oxlint/binding-linux-arm-gnueabihf': 1.55.0
+ '@oxlint/binding-linux-arm-musleabihf': 1.55.0
+ '@oxlint/binding-linux-arm64-gnu': 1.55.0
+ '@oxlint/binding-linux-arm64-musl': 1.55.0
+ '@oxlint/binding-linux-ppc64-gnu': 1.55.0
+ '@oxlint/binding-linux-riscv64-gnu': 1.55.0
+ '@oxlint/binding-linux-riscv64-musl': 1.55.0
+ '@oxlint/binding-linux-s390x-gnu': 1.55.0
+ '@oxlint/binding-linux-x64-gnu': 1.55.0
+ '@oxlint/binding-linux-x64-musl': 1.55.0
+ '@oxlint/binding-openharmony-arm64': 1.55.0
+ '@oxlint/binding-win32-arm64-msvc': 1.55.0
+ '@oxlint/binding-win32-ia32-msvc': 1.55.0
+ '@oxlint/binding-win32-x64-msvc': 1.55.0
oxlint-tsgolint: 0.17.0
package-manager-detector@1.6.0: {}
parse-entities@4.0.2:
dependencies:
- "@types/unist": 2.0.11
+ '@types/unist': 2.0.11
character-entities-legacy: 3.0.0
character-reference-invalid: 2.0.1
decode-named-character-reference: 1.3.0
@@ -5205,6 +4296,12 @@ snapshots:
preact@10.29.0: {}
+ pretty-format@27.5.1:
+ dependencies:
+ ansi-regex: 5.0.1
+ ansi-styles: 5.2.0
+ react-is: 17.0.2
+
prompts@2.4.2:
dependencies:
kleur: 3.0.3
@@ -5217,14 +4314,16 @@ snapshots:
react: 19.2.4
scheduler: 0.27.0
+ react-is@17.0.2: {}
+
react-scan@0.5.3(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
dependencies:
- "@babel/core": 7.29.0
- "@babel/generator": 7.29.1
- "@babel/types": 7.29.0
- "@preact/signals": 1.3.4(preact@10.29.0)
- "@rollup/pluginutils": 5.3.0
- "@types/node": 20.19.37
+ '@babel/core': 7.29.0
+ '@babel/generator': 7.29.1
+ '@babel/types': 7.29.0
+ '@preact/signals': 1.3.4(preact@10.29.0)
+ '@rollup/pluginutils': 5.3.0
+ '@types/node': 20.19.37
bippy: 0.5.32(@types/react@19.2.14)(react@19.2.4)
commander: 14.0.3
esbuild: 0.25.12
@@ -5237,7 +4336,7 @@ snapshots:
optionalDependencies:
unplugin: 2.1.0
transitivePeerDependencies:
- - "@types/react"
+ - '@types/react'
- rollup
- supports-color
@@ -5249,13 +4348,13 @@ snapshots:
rehype-raw@7.0.0:
dependencies:
- "@types/hast": 3.0.4
+ '@types/hast': 3.0.4
hast-util-raw: 9.1.0
vfile: 6.0.3
rehype-react@8.0.0:
dependencies:
- "@types/hast": 3.0.4
+ '@types/hast': 3.0.4
hast-util-to-jsx-runtime: 2.3.6
unified: 11.0.5
transitivePeerDependencies:
@@ -5263,12 +4362,12 @@ snapshots:
rehype-sanitize@6.0.0:
dependencies:
- "@types/hast": 3.0.4
+ '@types/hast': 3.0.4
hast-util-sanitize: 5.0.2
remark-gfm@4.0.1:
dependencies:
- "@types/mdast": 4.0.4
+ '@types/mdast': 4.0.4
mdast-util-gfm: 3.1.0
micromark-extension-gfm: 3.0.0
remark-parse: 11.0.0
@@ -5279,7 +4378,7 @@ snapshots:
remark-parse@11.0.0:
dependencies:
- "@types/mdast": 4.0.4
+ '@types/mdast': 4.0.4
mdast-util-from-markdown: 2.0.3
micromark-util-types: 2.0.2
unified: 11.0.5
@@ -5288,15 +4387,15 @@ snapshots:
remark-rehype@11.1.2:
dependencies:
- "@types/hast": 3.0.4
- "@types/mdast": 4.0.4
+ '@types/hast': 3.0.4
+ '@types/mdast': 4.0.4
mdast-util-to-hast: 13.2.1
unified: 11.0.5
vfile: 6.0.3
remark-stringify@11.0.0:
dependencies:
- "@types/mdast": 4.0.4
+ '@types/mdast': 4.0.4
mdast-util-to-markdown: 2.1.2
unified: 11.0.5
@@ -5306,24 +4405,24 @@ snapshots:
rolldown@1.0.0-rc.9:
dependencies:
- "@oxc-project/types": 0.115.0
- "@rolldown/pluginutils": 1.0.0-rc.9
+ '@oxc-project/types': 0.115.0
+ '@rolldown/pluginutils': 1.0.0-rc.9
optionalDependencies:
- "@rolldown/binding-android-arm64": 1.0.0-rc.9
- "@rolldown/binding-darwin-arm64": 1.0.0-rc.9
- "@rolldown/binding-darwin-x64": 1.0.0-rc.9
- "@rolldown/binding-freebsd-x64": 1.0.0-rc.9
- "@rolldown/binding-linux-arm-gnueabihf": 1.0.0-rc.9
- "@rolldown/binding-linux-arm64-gnu": 1.0.0-rc.9
- "@rolldown/binding-linux-arm64-musl": 1.0.0-rc.9
- "@rolldown/binding-linux-ppc64-gnu": 1.0.0-rc.9
- "@rolldown/binding-linux-s390x-gnu": 1.0.0-rc.9
- "@rolldown/binding-linux-x64-gnu": 1.0.0-rc.9
- "@rolldown/binding-linux-x64-musl": 1.0.0-rc.9
- "@rolldown/binding-openharmony-arm64": 1.0.0-rc.9
- "@rolldown/binding-wasm32-wasi": 1.0.0-rc.9
- "@rolldown/binding-win32-arm64-msvc": 1.0.0-rc.9
- "@rolldown/binding-win32-x64-msvc": 1.0.0-rc.9
+ '@rolldown/binding-android-arm64': 1.0.0-rc.9
+ '@rolldown/binding-darwin-arm64': 1.0.0-rc.9
+ '@rolldown/binding-darwin-x64': 1.0.0-rc.9
+ '@rolldown/binding-freebsd-x64': 1.0.0-rc.9
+ '@rolldown/binding-linux-arm-gnueabihf': 1.0.0-rc.9
+ '@rolldown/binding-linux-arm64-gnu': 1.0.0-rc.9
+ '@rolldown/binding-linux-arm64-musl': 1.0.0-rc.9
+ '@rolldown/binding-linux-ppc64-gnu': 1.0.0-rc.9
+ '@rolldown/binding-linux-s390x-gnu': 1.0.0-rc.9
+ '@rolldown/binding-linux-x64-gnu': 1.0.0-rc.9
+ '@rolldown/binding-linux-x64-musl': 1.0.0-rc.9
+ '@rolldown/binding-openharmony-arm64': 1.0.0-rc.9
+ '@rolldown/binding-wasm32-wasi': 1.0.0-rc.9
+ '@rolldown/binding-win32-arm64-msvc': 1.0.0-rc.9
+ '@rolldown/binding-win32-x64-msvc': 1.0.0-rc.9
roughjs@4.6.6:
dependencies:
@@ -5348,7 +4447,7 @@ snapshots:
sirv@3.0.2:
dependencies:
- "@polka/url": 1.0.0-next.29
+ '@polka/url': 1.0.0-next.29
mrmime: 2.0.1
totalist: 3.0.1
@@ -5436,7 +4535,7 @@ snapshots:
unified@11.0.5:
dependencies:
- "@types/unist": 3.0.3
+ '@types/unist': 3.0.3
bail: 2.0.2
devlop: 1.1.0
extend: 3.0.2
@@ -5446,24 +4545,24 @@ snapshots:
unist-util-is@6.0.1:
dependencies:
- "@types/unist": 3.0.3
+ '@types/unist': 3.0.3
unist-util-position@5.0.0:
dependencies:
- "@types/unist": 3.0.3
+ '@types/unist': 3.0.3
unist-util-stringify-position@4.0.0:
dependencies:
- "@types/unist": 3.0.3
+ '@types/unist': 3.0.3
unist-util-visit-parents@6.0.2:
dependencies:
- "@types/unist": 3.0.3
+ '@types/unist': 3.0.3
unist-util-is: 6.0.1
unist-util-visit@5.1.0:
dependencies:
- "@types/unist": 3.0.3
+ '@types/unist': 3.0.3
unist-util-is: 6.0.1
unist-util-visit-parents: 6.0.2
@@ -5485,24 +4584,24 @@ snapshots:
vfile-location@5.0.3:
dependencies:
- "@types/unist": 3.0.3
+ '@types/unist': 3.0.3
vfile: 6.0.3
vfile-message@4.0.3:
dependencies:
- "@types/unist": 3.0.3
+ '@types/unist': 3.0.3
unist-util-stringify-position: 4.0.0
vfile@6.0.3:
dependencies:
- "@types/unist": 3.0.3
+ '@types/unist': 3.0.3
vfile-message: 4.0.3
vite-plus@0.1.12(@types/node@25.5.0)(happy-dom@20.8.4)(jiti@2.6.1)(typescript@5.9.3)(vite@8.0.0(@types/node@25.5.0)(jiti@2.6.1)(yaml@2.8.2))(yaml@2.8.2):
dependencies:
- "@oxc-project/types": 0.115.0
- "@voidzero-dev/vite-plus-core": 0.1.12(@types/node@25.5.0)(jiti@2.6.1)(typescript@5.9.3)(yaml@2.8.2)
- "@voidzero-dev/vite-plus-test": 0.1.12(@types/node@25.5.0)(happy-dom@20.8.4)(jiti@2.6.1)(typescript@5.9.3)(vite@8.0.0(@types/node@25.5.0)(jiti@2.6.1)(yaml@2.8.2))(yaml@2.8.2)
+ '@oxc-project/types': 0.115.0
+ '@voidzero-dev/vite-plus-core': 0.1.12(@types/node@25.5.0)(jiti@2.6.1)(typescript@5.9.3)(yaml@2.8.2)
+ '@voidzero-dev/vite-plus-test': 0.1.12(@types/node@25.5.0)(happy-dom@20.8.4)(jiti@2.6.1)(typescript@5.9.3)(vite@8.0.0(@types/node@25.5.0)(jiti@2.6.1)(yaml@2.8.2))(yaml@2.8.2)
cac: 6.7.14
cross-spawn: 7.0.6
oxfmt: 0.40.0
@@ -5510,21 +4609,21 @@ snapshots:
oxlint-tsgolint: 0.17.0
picocolors: 1.1.1
optionalDependencies:
- "@voidzero-dev/vite-plus-darwin-arm64": 0.1.12
- "@voidzero-dev/vite-plus-darwin-x64": 0.1.12
- "@voidzero-dev/vite-plus-linux-arm64-gnu": 0.1.12
- "@voidzero-dev/vite-plus-linux-x64-gnu": 0.1.12
- "@voidzero-dev/vite-plus-win32-arm64-msvc": 0.1.12
- "@voidzero-dev/vite-plus-win32-x64-msvc": 0.1.12
+ '@voidzero-dev/vite-plus-darwin-arm64': 0.1.12
+ '@voidzero-dev/vite-plus-darwin-x64': 0.1.12
+ '@voidzero-dev/vite-plus-linux-arm64-gnu': 0.1.12
+ '@voidzero-dev/vite-plus-linux-x64-gnu': 0.1.12
+ '@voidzero-dev/vite-plus-win32-arm64-msvc': 0.1.12
+ '@voidzero-dev/vite-plus-win32-x64-msvc': 0.1.12
transitivePeerDependencies:
- - "@arethetypeswrong/core"
- - "@edge-runtime/vm"
- - "@opentelemetry/api"
- - "@tsdown/css"
- - "@tsdown/exe"
- - "@types/node"
- - "@vitejs/devtools"
- - "@vitest/ui"
+ - '@arethetypeswrong/core'
+ - '@edge-runtime/vm'
+ - '@opentelemetry/api'
+ - '@tsdown/css'
+ - '@tsdown/exe'
+ - '@types/node'
+ - '@vitejs/devtools'
+ - '@vitest/ui'
- bufferutil
- esbuild
- happy-dom
@@ -5546,14 +4645,14 @@ snapshots:
vite@8.0.0(@types/node@25.5.0)(jiti@2.6.1)(yaml@2.8.2):
dependencies:
- "@oxc-project/runtime": 0.115.0
+ '@oxc-project/runtime': 0.115.0
lightningcss: 1.32.0
picomatch: 4.0.3
postcss: 8.5.8
rolldown: 1.0.0-rc.9
tinyglobby: 0.2.15
optionalDependencies:
- "@types/node": 25.5.0
+ '@types/node': 25.5.0
fsevents: 2.3.3
jiti: 2.6.1
yaml: 2.8.2
diff --git a/src/Markdown.ts b/src/Markdown.ts
index ff64bf47eef3f29c811d8242a7fc477c4ee9b171..02708a2ebfd954522048fe4dd1398be2800b977c 100644
--- a/src/Markdown.ts
+++ b/src/Markdown.ts
@@ -37,25 +37,25 @@ export const Markdown = memo(function Markdown({
// @ts-expect-error vite integration
!import.meta.env.PROD && (Markdown.displayName = "Markdown");
-function propsAreEqual(prev: MarkdownOptions, next: MarkdownOptions) {
- if (prev.content !== next.content) return false;
- if (prev.processor !== next.processor) return false;
- if (prev.components === next.components) return true;
- if (prev.components && next.components) {
- return componentsAreEqual(prev.components, next.components);
- }
- return false;
-}
-
type Context = Omit;
const Context = createContext({});
/** Configure default options for {@linkcode Markdown} */
-export function MarkdownOptionsProvider({
+export const MarkdownOptionsProvider = memo(function MarkdownOptionsProvider({
processor,
components,
children,
}: PropsWithChildren) {
const value = useMemo(() => ({ processor, components }), [processor, components]);
return jsx(Context.Provider, { value, children });
+}, propsAreEqual);
+
+function propsAreEqual(prev: T, next: T) {
+ if (prev.content !== next.content) return false;
+ if (prev.processor !== next.processor) return false;
+ if (prev.components === next.components) return true;
+ if (prev.components && next.components) {
+ return componentsAreEqual(prev.components, next.components);
+ }
+ return false;
}
diff --git a/src/Memoizer.ts b/src/Memoizer.ts
index e25b9216836221b70dde0c959e1d862b0da75b30..06af8be568ff96d80ae92bfc3075dcfba050ea1d 100644
--- a/src/Memoizer.ts
+++ b/src/Memoizer.ts
@@ -1,17 +1,14 @@
import { ASSERT, UNWRAP } from "@clo/lib/assert.ts";
import { indexOfDiff } from "./strings.ts";
import { type JSX, type Key, memo, type ReactNode } from "react";
-import rehypeReact, { type Components } from "rehype-react";
+import { type Components } from "rehype-react";
import remarkRehype from "remark-rehype";
-import { Fragment, jsx, jsxs } from "react/jsx-runtime";
+import { Fragment, jsx } from "react/jsx-runtime";
import { type Processor, unified } from "unified";
-import type { Node, Parent } from "unist";
+import type { Root as HastRoot } from "hast";
+import type { Literal, Node, Parent } from "unist";
+import { memoizedHastToReact, type RenderState } from "./hast.ts";
import remarkParse from "remark-parse";
-import {
- nodeEquals,
- extractBlocks,
- nodeAffectsDocument,
-} from "./unist.ts";
export const defaultProcessor = unified().use(remarkParse);
@@ -23,26 +20,25 @@ export type BaseProcessor = Processor<
undefined | JSX.Element
>;
type AstProcessor = Processor;
-type ReactCompiler = Processor;
/**
* The Memoizer is an incremental markdown compiler that is bolted on top of a
* unified markdown processor. It works by splitting documents into blocks, then
* using diffing to tell where in the document new text was added or removed. At
- * the end, ASTs are diffed to memoize as many React nodes as possible.
+ * the end, render states are diffed to memoize as many React nodes as possible.
*/
export class Memoizer {
// options incrementally updated via `reconfigure`
#baseProcessor: BaseProcessor = defaultProcessor;
#astProcessor: AstProcessor | null = null;
- #compiler: ReactCompiler | null = null;
+ #components: Partial = {};
#previousComponents: Partial = {};
// incremental parsing graph, structure of arrays
#content: string = "";
#positions: number[] = [];
#parsed: Node[][] = [];
- #transformed: Node[][] = [];
+ #renderStates: (RenderState | null)[] = [];
#reactNodes: readonly ReactNode[] = [];
reconfigure(
@@ -65,24 +61,17 @@ export class Memoizer {
}
this.#astProcessor = processor as unknown as AstProcessor;
- this.#compiler = unified()
- .use(rehypeReact, {
- jsx,
- jsxs,
- Fragment,
- // Memoize every component. We want to ensure that React doesn't
- // re-render components for no reason. Just because the parent renders
- // doesn't mean the children should.
- components: Object.fromEntries(
- Object.entries(components).map(([k, v]) => [k, typeof v === "function" ? memo(v) : v]),
- ),
- })
- .freeze() as ReactCompiler;
+ // Memoize every component. We want to ensure that React doesn't re-render
+ // components for no reason. Just because the parent renders doesn't mean
+ // the children should.
+ this.#components = Object.fromEntries(
+ Object.entries(components).map(([k, v]) => [k, typeof v === "function" ? memo(v) : v]),
+ ) as Partial;
this.#previousComponents = components;
this.#content = "";
this.#positions = [];
this.#parsed = [];
- this.#transformed = [];
+ this.#renderStates = [];
this.#reactNodes = [];
}
@@ -139,27 +128,32 @@ export class Memoizer {
const newTransformed = extractBlocks(processor.runSync(parsedTree), newPositions, parseOffset);
// React
- const compiler = UNWRAP(this.#compiler);
let reactNodes: ReactNode[] | null = null;
if (this.#reactNodes.length !== positions.length) {
// If items are removed, the array must be resliced.
reactNodes = this.#reactNodes.slice(0, positions.length);
- this.#transformed.length = positions.length;
+ this.#renderStates.length = positions.length;
}
for (let i = blockStart, len = positions.length; i < len; i += 1) {
const ast = UNWRAP(newTransformed[i - blockStart]);
- if (this.#transformed[i] && nodeEquals(ast, this.#transformed[i])) continue;
- this.#transformed[i] = ast;
-
- let result = compiler.stringify({ type: "root", children: ast });
+ const previousState = this.#renderStates[i] ?? null;
+ // `memoizedHastToReact` handles diffing and incrementally updating the AST.
+ let { react: result, state } = memoizedHastToReact(
+ { type: "root", children: ast } as HastRoot,
+ previousState,
+ this.#components,
+ );
+ if (previousState === state) continue;
+ this.#renderStates[i] = state;
// Do a little trolling and unwrap the fragment to clean up the Virtual DOM
const key = String("m" + i);
- const children = result.props.children;
- if (result.type === Fragment && children?.type) {
+ const rendered = result as JSX.Element;
+ const children = rendered.props.children;
+ if (rendered.type === Fragment && children?.type) {
result = setReactKey(children as JSX.Element, key);
} else {
- result = setReactKey(result, key);
+ result = setReactKey(rendered, key);
}
// If anything in the array changes, the array must be sliced.
@@ -187,3 +181,35 @@ function setReactKey(element: JSX.Element, key: Key) {
const { ...props } = element.props;
return jsx(element.type, props, key);
}
+
+const affectsDocument = new Set(["definition", "footnoteDefinition"]);
+
+export function nodeAffectsDocument(node: Node) {
+ if (affectsDocument.has(node.type)) return true;
+ if (!("children" in node) || !Array.isArray(node.children)) return false;
+ for (const child of (node as Parent).children) {
+ if (nodeAffectsDocument(child)) return true;
+ }
+ return false;
+}
+
+export function extractBlocks(tree: Parent, positions: number[], offset: number) {
+ const blocks = Array.from(positions, (): Node[] => []);
+
+ let blockIndex = 0;
+ for (const child of tree.children) {
+ const startOffset = child.position?.start.offset;
+ if (startOffset !== undefined) {
+ for (; blockIndex + 1 < positions.length; blockIndex += 1) {
+ if (startOffset + offset < positions[blockIndex + 1]!) break;
+ }
+ blocks[blockIndex]!.push(child);
+ continue;
+ }
+
+ if (child.type === "text" && /^\s*$/.test(String((child as Literal).value))) continue;
+ blocks[blockIndex]!.push(child);
+ }
+
+ return blocks;
+}
diff --git a/src/hast.ts b/src/hast.ts
new file mode 100644
index 0000000000000000000000000000000000000000..41dfff46f6451c092e37b43c77d5873b6198a715
--- /dev/null
+++ b/src/hast.ts
@@ -0,0 +1,153 @@
+import { dequal } from "dequal";
+import { toJsxRuntime, type Props, type Options as JsxOptions } from "hast-util-to-jsx-runtime";
+import type { Components } from "rehype-react";
+import type { ReactNode } from "react";
+import { Fragment, jsx, jsxs } from "react/jsx-runtime";
+import type { ElementContent, Node } from "hast";
+
+const tableElements = new Set(["table", "tbody", "thead", "tfoot", "tr"]);
+const htmlWhitespace = /^[\t\n\f\r ]*$/;
+
+/** Opaque immutable state for {@linkcode memoizedHastToReact} */
+export interface RenderState {
+ readonly children: readonly RenderState[];
+ readonly key: string | undefined;
+ readonly node: Node;
+ readonly react: ReactNode;
+ readonly shell: { props: Props; type: React.ElementType } | null;
+}
+
+/**
+ * Converts `hast` (HTML Ast) into React elements by diffing an opaque 'state'
+ * value provided by the previous invocation. This achieves hyper-memoization.
+ */
+export function memoizedHastToReact(
+ tree: Node,
+ state: RenderState | null | undefined,
+ components: Partial = {},
+): { react: ReactNode; state: RenderState } {
+ const next = recursiveMemoRender(
+ tree,
+ state ?? null,
+ { Fragment, components, jsx, jsxs },
+ undefined,
+ );
+ return { react: next.react, state: next };
+}
+
+function recursiveMemoRender(
+ node: ElementContent | Node,
+ previous: RenderState | null,
+ options: JsxOptions,
+ key: string | undefined,
+): RenderState {
+ if (previous && previous.key === key && node === previous.node) return previous;
+
+ if (!("children" in node) || !Array.isArray(node.children)) {
+ if (previous && previous.key === key && nodeDeepEquals(node, previous.node)) return previous;
+ return {
+ children: [],
+ key,
+ node,
+ react:
+ node.type === "text" && "value" in node && typeof node.value === "string"
+ ? node.value
+ : undefined,
+ shell: null,
+ };
+ }
+
+ const previousChildren = previous?.children ?? [];
+ const nextChildren: RenderState[] = [];
+ const children: ReactNode[] = [];
+ const countsByName = new Map();
+
+ for (let i = 0; i < node.children.length; i += 1) {
+ const child = node.children[i]!;
+ let childKey: string | undefined;
+ if (child.type === "element") {
+ const count = countsByName.get(child.tagName) ?? 0;
+ countsByName.set(child.tagName, count + 1);
+ childKey = `${child.tagName}-${count}`;
+ }
+
+ const childState = recursiveMemoRender(child, previousChildren[i] ?? null, options, childKey);
+ nextChildren.push(childState);
+ if (childState.react !== undefined) children.push(childState.react);
+ }
+
+ const sameSelf = previous !== null && nodeShallowEqual(node, previous.node);
+ if (
+ previous &&
+ previous.key === key &&
+ sameSelf &&
+ previousChildren.length === nextChildren.length &&
+ nextChildren.every((child, index) => child === previousChildren[index])
+ ) {
+ return previous;
+ }
+
+ const filteredChildren =
+ node.type === "element" && tableElements.has(node.tagName)
+ ? children.filter((child) => typeof child !== "string" || !htmlWhitespace.test(child))
+ : children;
+ const reactChildren =
+ filteredChildren.length > 0
+ ? filteredChildren.length === 1
+ ? filteredChildren[0]
+ : filteredChildren
+ : null;
+
+ let shell = sameSelf ? previous?.shell : null;
+ if (!shell) {
+ const base = toJsxRuntime({ ...node, children: [] }, options);
+ shell = { props: base.props, type: base.type };
+ }
+
+ return {
+ children: nextChildren,
+ key,
+ node,
+ react: jsx(shell.type, { ...shell.props, children: reactChildren }, key),
+ shell,
+ };
+}
+
+function nodeShallowEqual(left: T, right: T) {
+ if (left === right) return true;
+ const { children: _a, position: _b, ...leftProps } = left;
+ const { children: _c, position: _d, ...rightProps } = right;
+ return dequal(leftProps, rightProps);
+}
+
+export function nodeDeepEquals(left: unknown, right: unknown) {
+ if (left === right) return true;
+ if (Array.isArray(left) || Array.isArray(right)) {
+ if (!Array.isArray(left) || !Array.isArray(right)) return false;
+ if (left.length !== right.length) return false;
+ for (let i = 0; i < left.length; i += 1) {
+ if (!nodeDeepEquals(left[i], right[i])) return false;
+ }
+ return true;
+ }
+ if (!left || !right || typeof left !== "object" || typeof right !== "object") return false;
+
+ const leftRecord = left as Record;
+ const rightRecord = right as Record;
+ let leftKeyCount = 0;
+ let rightKeyCount = 0;
+
+ for (const key of Object.keys(leftRecord)) {
+ if (key === "position") continue;
+ leftKeyCount += 1;
+ if (!(key in rightRecord)) return false;
+ if (!nodeDeepEquals(leftRecord[key], rightRecord[key])) return false;
+ }
+
+ for (const key of Object.keys(rightRecord)) {
+ if (key === "position") continue;
+ rightKeyCount += 1;
+ }
+
+ return leftKeyCount === rightKeyCount;
+}
diff --git a/src/unist.ts b/src/unist.ts
deleted file mode 100644
index a92b0b6a5de98e41394bd78567ced56fa8fd770a..0000000000000000000000000000000000000000
--- a/src/unist.ts
+++ /dev/null
@@ -1,65 +0,0 @@
-import type { Literal, Node, Parent } from "unist";
-
-const affectsDocument = new Set(["definition", "footnoteDefinition"]);
-
-export function nodeAffectsDocument(node: Node) {
- if (affectsDocument.has(node.type)) return true;
- if (!("children" in node) || !Array.isArray(node.children)) return false;
- for (const child of (node as Parent).children) {
- if (nodeAffectsDocument(child)) return true;
- }
- return false;
-}
-
-export function nodeEquals(left: unknown, right: unknown) {
- if (left === right) return true;
- if (Array.isArray(left) || Array.isArray(right)) {
- if (!Array.isArray(left) || !Array.isArray(right)) return false;
- if (left.length !== right.length) return false;
- for (let i = 0; i < left.length; i += 1) {
- if (!nodeEquals(left[i], right[i])) return false;
- }
- return true;
- }
- if (!left || !right || typeof left !== "object" || typeof right !== "object") return false;
-
- const leftRecord = left as Record;
- const rightRecord = right as Record;
- let leftKeyCount = 0;
- let rightKeyCount = 0;
-
- for (const key of Object.keys(leftRecord)) {
- if (key === "position") continue;
- leftKeyCount += 1;
- if (!(key in rightRecord)) return false;
- if (!nodeEquals(leftRecord[key], rightRecord[key])) return false;
- }
-
- for (const key of Object.keys(rightRecord)) {
- if (key === "position") continue;
- rightKeyCount += 1;
- }
-
- return leftKeyCount === rightKeyCount;
-}
-
-export function extractBlocks(tree: Parent, positions: number[], offset: number) {
- const blocks = Array.from(positions, (): Node[] => []);
-
- let blockIndex = 0;
- for (const child of tree.children) {
- const startOffset = child.position?.start.offset;
- if (startOffset !== undefined) {
- for (; blockIndex + 1 < positions.length; blockIndex += 1) {
- if (startOffset + offset < positions[blockIndex + 1]!) break;
- }
- blocks[blockIndex]!.push(child);
- continue;
- }
-
- if (child.type === "text" && /^\s*$/.test(String((child as Literal).value))) continue;
- blocks[blockIndex]!.push(child);
- }
-
- return blocks;
-}
diff --git a/tests/Markdown.memoization.test.tsx b/tests/Markdown.memoization.test.tsx
new file mode 100644
index 0000000000000000000000000000000000000000..1a5fcadd3b0b75ad07c8d659a87946289a900f3d
--- /dev/null
+++ b/tests/Markdown.memoization.test.tsx
@@ -0,0 +1,156 @@
+import { cleanup, render, screen } from "@testing-library/react";
+import type { Components } from "rehype-react";
+import type { ComponentPropsWithoutRef, JSX } from "react";
+import { afterEach, describe, expect, it, vi } from "vite-plus/test";
+import { Markdown, MarkdownOptionsProvider } from "../src/Markdown.ts";
+import { Memoizer } from "../src/Memoizer.ts";
+
+type MarkdownProps = ComponentPropsWithoutRef & {
+ node?: unknown;
+};
+
+const renderOptions = { reactStrictMode: false } as const;
+
+afterEach(() => {
+ cleanup();
+ vi.restoreAllMocks();
+});
+
+function omitNode(props: Props): Omit {
+ const { node, ...rest } = props;
+ void node;
+ return rest;
+}
+
+it("skips Markdown rerenders for semantically equal props, then wakes back up when content changes", () => {
+ const updateSpy = vi.spyOn(Memoizer.prototype, "update");
+ const Paragraph = vi.fn(function Paragraph(props: MarkdownProps<"p">) {
+ return ;
+ });
+ const components = { p: Paragraph } satisfies Partial;
+
+ const { rerender } = render(, renderOptions);
+
+ expect(updateSpy).toHaveBeenCalledTimes(1);
+ expect(Paragraph).toHaveBeenCalledTimes(1);
+
+ rerender();
+ rerender();
+
+ expect(updateSpy).toHaveBeenCalledTimes(1);
+ expect(Paragraph).toHaveBeenCalledTimes(1);
+ expect(screen.getByTestId("paragraph").textContent).toBe("hello");
+
+ rerender();
+
+ expect(updateSpy).toHaveBeenCalledTimes(2);
+ expect(Paragraph).toHaveBeenCalledTimes(2);
+ expect(screen.getByTestId("paragraph").textContent).toBe("hello!");
+});
+
+it("keeps an unchanged inline custom renderer asleep when only another block changes", () => {
+ const Link = vi.fn(function Link(props: MarkdownProps<"a">) {
+ return ;
+ });
+ const components = { a: Link } satisfies Partial;
+
+ const { rerender } = render(
+ ,
+ renderOptions,
+ );
+
+ const link = screen.getByTestId("link");
+ expect(Link).toHaveBeenCalledTimes(1);
+
+ rerender(
+ ,
+ );
+ rerender(
+ ,
+ );
+
+ expect(Link).toHaveBeenCalledTimes(1);
+ expect(screen.getByTestId("link")).toBe(link);
+ expect(screen.getByTestId("link").textContent).toBe("stable");
+});
+
+it("does not rerender an unchanged inline custom renderer when only adjacent text changes", () => {
+ const Link = vi.fn(function Link(props: MarkdownProps<"a">) {
+ return ;
+ });
+ const components = { a: Link } satisfies Partial;
+
+ const { rerender } = render(
+ ,
+ renderOptions,
+ );
+
+ const link = screen.getByTestId("link");
+ expect(Link).toHaveBeenCalledTimes(1);
+
+ rerender(
+ ,
+ );
+ expect(screen.getByTestId("link")).toBe(link);
+ expect(Link).toHaveBeenCalledTimes(1);
+
+ rerender(
+ ,
+ );
+ expect(screen.getByTestId("link")).toBe(link);
+ expect(Link).toHaveBeenCalledTimes(1);
+});
+
+it.only("does not rerender an unchanged inline custom renderer with formatted children when only adjacent text changes", () => {
+ const Link = vi.fn(function Link(props: MarkdownProps<"a">) {
+ return ;
+ });
+ const components = { a: Link } satisfies Partial;
+
+ const { rerender } = render(
+ ,
+ renderOptions,
+ );
+
+ const link = screen.getByTestId("rich-link");
+ expect(Link).toHaveBeenCalledTimes(1);
+
+ rerender(
+ ,
+ );
+
+ expect(screen.getByTestId("rich-link")).toBe(link);
+ expect(Link).toHaveBeenCalledTimes(1);
+});
+
+it("does not rerender Markdown through the provider when the effective components stay the same", () => {
+ const updateSpy = vi.spyOn(Memoizer.prototype, "update");
+ const Link = vi.fn(function Link(props: MarkdownProps<"a">) {
+ return ;
+ });
+
+ function WrappedMarkdown({ components }: { components: Partial }) {
+ return (
+
+
+
+ );
+ }
+
+ const { rerender } = render(, renderOptions);
+
+ expect(updateSpy).toHaveBeenCalledTimes(1);
+ expect(Link).toHaveBeenCalledTimes(1);
+
+ rerender();
+
+ expect(updateSpy).toHaveBeenCalledTimes(1);
+ expect(Link).toHaveBeenCalledTimes(1);
+ expect(screen.getByTestId("provider-link").textContent).toBe("stable");
+});
diff --git a/tests/memoizedHastToReact.test.tsx b/tests/memoizedHastToReact.test.tsx
new file mode 100644
index 0000000000000000000000000000000000000000..c825f28f77120b3451cbbfc0cd2940c08d4a4b2d
--- /dev/null
+++ b/tests/memoizedHastToReact.test.tsx
@@ -0,0 +1,365 @@
+import type { Element, ElementContent, Properties, Root, RootContent, Text } from "hast";
+import type { Components } from "rehype-react";
+import type { ReactElement, ReactNode } from "react";
+import remarkParse from "remark-parse";
+import remarkRehype from "remark-rehype";
+import { unified } from "unified";
+import type { Position } from "unist";
+import { describe, expect, it } from "vite-plus/test";
+import { memoizedHastToReact, type RenderState } from "../src/hast.ts";
+
+const markdownProcessor = unified().use(remarkParse).use(remarkRehype);
+
+it("bails out before rereading children when given the same parent node object", () => {
+ const children = [element("p", [text("hello")])];
+ let childReads = 0;
+ const tree = { type: "root" } as Root;
+
+ Object.defineProperty(tree, "children", {
+ enumerable: true,
+ get() {
+ childReads += 1;
+ return children;
+ },
+ });
+
+ const first = renderTree(tree);
+ expect(childReads).toBeGreaterThan(0);
+
+ childReads = 0;
+ const second = renderTree(tree, first.state);
+
+ expect(childReads).toBe(0);
+ expect(second.react).toBe(first.react);
+ expect(second.state).toBe(first.state);
+});
+
+it("reuses the whole rendered tree when the AST is structurally equal", () => {
+ const firstTree = root(element("p", [text("hello")], {}, position(1)));
+ const first = renderTree(firstTree);
+
+ const secondTree = root(element("p", [text("hello", position(20))], {}, position(10)));
+ const second = renderTree(secondTree, first.state);
+
+ expect(second.react).toBe(first.react);
+ expect(second.state).toBe(first.state);
+});
+
+it("reuses an unchanged nested element when adjacent text changes", () => {
+ const first = renderTree(
+ root(element("p", [text("alpha "), element("strong", [text("stable")]), text(" omega")])),
+ );
+
+ const firstParagraph = childAt(first.react, 0);
+ const firstStrong = childAt(firstParagraph, 1);
+
+ const second = renderTree(
+ root(element("p", [text("alpha! "), element("strong", [text("stable")]), text(" omega")])),
+ first.state,
+ );
+
+ const secondParagraph = childAt(second.react, 0);
+ const secondStrong = childAt(secondParagraph, 1);
+
+ expect(second.react).not.toBe(first.react);
+ expect(secondParagraph).not.toBe(firstParagraph);
+ expect(secondStrong).toBe(firstStrong);
+});
+
+it("reuses an unchanged sibling branch when another block changes", () => {
+ const first = renderTree(
+ root(element("p", [text("before")]), element("p", [element("em", [text("stable")])])),
+ );
+
+ const firstStableBranch = childAt(first.react, 1);
+ const firstEmphasis = childAt(firstStableBranch, 0);
+
+ const second = renderTree(
+ root(element("p", [text("after")]), element("p", [element("em", [text("stable")])])),
+ first.state,
+ );
+
+ const secondStableBranch = childAt(second.react, 1);
+ const secondEmphasis = childAt(secondStableBranch, 0);
+
+ expect(secondStableBranch).toBe(firstStableBranch);
+ expect(secondEmphasis).toBe(firstEmphasis);
+});
+
+it("rebuilds a parent when its own props change but preserves equal descendants", () => {
+ const first = renderTree(
+ root(element("a", [element("strong", [text("child")])], { href: "https://one.example" })),
+ );
+
+ const firstLink = childAt(first.react, 0);
+ const firstStrong = childAt(firstLink, 0);
+
+ const second = renderTree(
+ root(element("a", [element("strong", [text("child")])], { href: "https://two.example" })),
+ first.state,
+ );
+
+ const secondLink = childAt(second.react, 0);
+ const secondStrong = childAt(secondLink, 0);
+
+ expect(secondLink).not.toBe(firstLink);
+ expect(secondStrong).toBe(firstStrong);
+ expect(asElement(secondLink).props.href).toBe("https://two.example");
+});
+
+it("parses markdown links with href in properties, not data, and rebuilds when href changes", () => {
+ const firstTree = parseMarkdown("[a](b)");
+ const firstParagraphNode = getElement(firstTree.children[0]);
+ const firstLinkNode = getElement(firstParagraphNode.children[0]);
+
+ expect(firstLinkNode.properties).toMatchObject({ href: "b" });
+ expect(firstLinkNode.data).toBeUndefined();
+
+ const first = renderTree(firstTree);
+ const firstParagraph = childAt(first.react, 0);
+ const firstLink = childAt(firstParagraph, 0);
+
+ const secondTree = parseMarkdown("[a](c)");
+ const second = renderTree(secondTree, first.state);
+ const secondParagraph = childAt(second.react, 0);
+ const secondLink = childAt(secondParagraph, 0);
+
+ expect(asElement(firstLink).props.href).toBe("b");
+ expect(asElement(secondLink).props.href).toBe("c");
+ expect(secondLink).not.toBe(firstLink);
+});
+
+it("reuses deep descendants through rebuilt ancestors", () => {
+ const first = renderTree(
+ root(
+ element("div", [text("prefix"), element("section", [element("strong", [text("stable")])])]),
+ ),
+ );
+
+ const firstDiv = childAt(first.react, 0);
+ const firstSection = childAt(firstDiv, 1);
+ const firstStrong = childAt(firstSection, 0);
+
+ const second = renderTree(
+ root(
+ element("div", [text("prefix!"), element("section", [element("strong", [text("stable")])])]),
+ ),
+ first.state,
+ );
+
+ const secondDiv = childAt(second.react, 0);
+ const secondSection = childAt(secondDiv, 1);
+ const secondStrong = childAt(secondSection, 0);
+
+ expect(secondDiv).not.toBe(firstDiv);
+ expect(secondSection).toBe(firstSection);
+ expect(secondStrong).toBe(firstStrong);
+});
+
+it("does not reuse an equal subtree when its generated key changes", () => {
+ const first = renderTree(
+ root(element("span", [text("first")]), element("span", [text("stable")])),
+ );
+
+ const firstStable = childAt(first.react, 1);
+ expect(asElement(firstStable).key).toBe("span-1");
+
+ const second = renderTree(
+ root(element("em", [text("first")]), element("span", [text("stable")])),
+ first.state,
+ );
+
+ const secondStable = childAt(second.react, 1);
+
+ expect(asElement(secondStable).key).toBe("span-0");
+ expect(secondStable).not.toBe(firstStable);
+});
+
+it("uses configured components for matching tags", () => {
+ function Link(props: { href?: string; children?: ReactNode }) {
+ return {props.children};
+ }
+
+ const rendered = renderTree(
+ root(element("a", [text("hello")], { href: "https://example.com" })),
+ null,
+ { a: Link },
+ );
+
+ const link = childAt(rendered.react, 0);
+
+ expect(asElement(link).type).toBe(Link);
+ expect(asElement(link).props.href).toBe("https://example.com");
+ expect(childrenOf(link)).toEqual(["hello"]);
+});
+
+it("reuses equal custom-component subtrees when siblings change", () => {
+ function Link(_props: { href?: string; children?: ReactNode }) {
+ return null;
+ }
+
+ const components = { a: Link } satisfies Partial;
+ const first = renderTree(
+ root(
+ element("p", [text("before")]),
+ element("a", [text("stable")], { href: "https://example.com" }),
+ ),
+ null,
+ components,
+ );
+
+ const firstLink = childAt(first.react, 1);
+ const second = renderTree(
+ root(
+ element("p", [text("after")]),
+ element("a", [text("stable")], { href: "https://example.com" }),
+ ),
+ first.state,
+ components,
+ );
+
+ const secondLink = childAt(second.react, 1);
+
+ expect(secondLink).toBe(firstLink);
+ expect(asElement(secondLink).type).toBe(Link);
+});
+
+it("filters whitespace-only text children in table elements like the upstream renderer", () => {
+ const rendered = renderTree(
+ root(
+ element("table", [
+ text("\n"),
+ element("tr", [text("\n"), element("td", [text("cell")]), text("\n")]),
+ text("\n"),
+ ]),
+ ),
+ );
+
+ const table = childAt(rendered.react, 0);
+ const row = childAt(table, 0);
+
+ expect(childrenOf(table)).toHaveLength(1);
+ expect(childrenOf(row)).toHaveLength(1);
+ expect(asElement(childAt(row, 0)).type).toBe("td");
+});
+
+it("uses upstream prop conversion when building JSX shells", () => {
+ const rendered = renderTree(
+ root(
+ element("div", [], {
+ className: ["alpha", "beta"],
+ style: "text-align:center;color:red",
+ }),
+ ),
+ );
+
+ const div = childAt(rendered.react, 0);
+
+ expect(asElement(div).props.className).toBe("alpha beta");
+ expect(asElement(div).props.style).toEqual({
+ color: "red",
+ textAlign: "center",
+ });
+});
+
+it("keeps converted shell props stable across child-only updates", () => {
+ const first = renderTree(
+ root(
+ element("div", [text("before")], {
+ className: ["alpha", "beta"],
+ style: "text-align:center;color:red",
+ }),
+ ),
+ );
+
+ const firstDiv = childAt(first.react, 0);
+
+ const second = renderTree(
+ root(
+ element("div", [text("after")], {
+ className: ["alpha", "beta"],
+ style: "text-align:center;color:red",
+ }),
+ ),
+ first.state,
+ );
+
+ const secondDiv = childAt(second.react, 0);
+
+ expect(secondDiv).not.toBe(firstDiv);
+ expect(asElement(secondDiv).props.className).toBe("alpha beta");
+ expect(asElement(secondDiv).props.style).toEqual({
+ color: "red",
+ textAlign: "center",
+ });
+});
+
+function renderTree(
+ tree: Root,
+ state: RenderState | null = null,
+ components: Partial = {},
+) {
+ return memoizedHastToReact(tree, state, components);
+}
+
+function root(...children: RootContent[]): Root {
+ return { children, type: "root" };
+}
+
+function element(
+ tagName: string,
+ children: ElementContent[] = [],
+ properties: Properties = {},
+ pos?: Position,
+): Element {
+ return {
+ children,
+ position: pos,
+ properties,
+ tagName,
+ type: "element",
+ };
+}
+
+function text(value: string, pos?: Position): Text {
+ return {
+ position: pos,
+ type: "text",
+ value,
+ };
+}
+
+function position(line: number): Position {
+ return {
+ end: { column: 2, line, offset: line * 10 + 1 },
+ start: { column: 1, line, offset: line * 10 },
+ };
+}
+
+function parseMarkdown(markdown: string) {
+ return markdownProcessor.runSync(markdownProcessor.parse(markdown)) as Root;
+}
+
+function getElement(node: RootContent | ElementContent) {
+ if (node.type !== "element") throw new TypeError(`Expected element, got \`${node.type}\``);
+ return node;
+}
+
+function childAt(node: ReactNode, index: number) {
+ const child = childrenOf(node)[index];
+ if (child === undefined) throw new RangeError(`Missing child at index ${index}`);
+ return child;
+}
+
+function childrenOf(node: ReactNode) {
+ const children = asElement(node).props.children;
+ if (children === undefined) return [];
+ return Array.isArray(children) ? children : [children];
+}
+
+function asElement(node: ReactNode): ReactElement {
+ if (!node || typeof node !== "object" || !("props" in node)) {
+ throw new TypeError("Expected a React element");
+ }
+ return node as ReactElement;
+}