2026-03-16 23:20:54 +01:00
{
"name" : "nxtgauge-admin-solid" ,
"lockfileVersion" : 3 ,
"requires" : true ,
"packages" : {
"" : {
"name" : "nxtgauge-admin-solid" ,
"dependencies" : {
"@solidjs/meta" : "^0.29.4" ,
"@solidjs/router" : "^0.15.0" ,
"@solidjs/start" : "^1.3.2" ,
feat(admin): Phase 0 — Tailwind v4 foundation, shell rewrite, modern dashboard
- Install Tailwind CSS v4 via @tailwindcss/vite; configure vite.config.ts
- Rewrite app.css: Tailwind base, Exo 2 font, brand tokens (orange #fd6216, navy #050026), scrollbar utility; fix @import order
- Rewrite AdminShell.tsx: fixed header, fixed inset body grid (sidebar + main), session check, sub-tab system, logout, admin avatar/name/role
- Rewrite AdminSidebar.tsx: collapsible w-64/w-20, orange active rail + badge/dot, CSS filter for SVG icon tinting, min-h-0 flex fix
- Replace 84 route stub CSS classes (page-title, card, btn, table-wrap, etc.) with Tailwind equivalents via safe class-attr-only regex script
- Rewrite admin dashboard: Lucide icons in colored chip backgrounds, 4-col KPI grid, Control Plane 6-module grid, hover lift animations
- Disable SSR (ssr: false) to fix Vinxi dev manifest error; clear stale .vinxi cache
- Add lucide-solid icon library
- Add scripts/cleanup-css.mjs for class migration
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-23 23:00:21 +01:00
"@tailwindcss/vite" : "^4.2.2" ,
feat: phase 1+2 — shell redesign + drag-and-drop dashboard
Shell (AdminShell + AdminSidebar):
- Logo moved to header-left section, width syncs with sidebar collapse state
- Global search bar with debounced multi-module API calls and grouped dropdown
- Bell notification icon with badge, gear → /admin/settings, user dropdown with logout
- Sidebar: 7 grouped nav sections with dividers, orange left-border active state,
removed "Active" badge pill, user info (avatar + name + role) pinned to bottom
- Fixed all sidebar labels to match Figma (Employee Management, External Onboarding
Management, Users Management, Verification Management)
- Added missing sidebar items: Verification, Fitness Trainers, Graphic Designers,
Social Media, Video Editors, Catering Services, Applications, Responses
Dashboard (admin/index):
- Rebuilt to match Figma: "Dashboard Overview" title, Export Report button
- 4 stat cards (Total Users, Active Companies, Open Leads, Credits Purchased)
with real API fetch, orange icons, delta badges, graceful — fallback
- ApexCharts: Leads Trend (orange gradient line) + Revenue Overview (navy bars)
- Drag-and-drop widget system via @thisbeyond/solid-dnd — sortable stat cards
and chart cards with handles and remove buttons in Customise mode
- Add Widget panel shows all available widgets not on dashboard
- 8 stat widgets + 3 chart widgets available; layout persists in localStorage
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-25 19:21:54 +01:00
"@thisbeyond/solid-dnd" : "^0.7.5" ,
"apexcharts" : "^5.10.4" ,
feat(admin): Phase 0 — Tailwind v4 foundation, shell rewrite, modern dashboard
- Install Tailwind CSS v4 via @tailwindcss/vite; configure vite.config.ts
- Rewrite app.css: Tailwind base, Exo 2 font, brand tokens (orange #fd6216, navy #050026), scrollbar utility; fix @import order
- Rewrite AdminShell.tsx: fixed header, fixed inset body grid (sidebar + main), session check, sub-tab system, logout, admin avatar/name/role
- Rewrite AdminSidebar.tsx: collapsible w-64/w-20, orange active rail + badge/dot, CSS filter for SVG icon tinting, min-h-0 flex fix
- Replace 84 route stub CSS classes (page-title, card, btn, table-wrap, etc.) with Tailwind equivalents via safe class-attr-only regex script
- Rewrite admin dashboard: Lucide icons in colored chip backgrounds, 4-col KPI grid, Control Plane 6-module grid, hover lift animations
- Disable SSR (ssr: false) to fix Vinxi dev manifest error; clear stale .vinxi cache
- Add lucide-solid icon library
- Add scripts/cleanup-css.mjs for class migration
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-23 23:00:21 +01:00
"lucide-solid" : "^1.0.1" ,
2026-03-16 23:20:54 +01:00
"solid-js" : "^1.9.5" ,
feat(admin): Phase 0 — Tailwind v4 foundation, shell rewrite, modern dashboard
- Install Tailwind CSS v4 via @tailwindcss/vite; configure vite.config.ts
- Rewrite app.css: Tailwind base, Exo 2 font, brand tokens (orange #fd6216, navy #050026), scrollbar utility; fix @import order
- Rewrite AdminShell.tsx: fixed header, fixed inset body grid (sidebar + main), session check, sub-tab system, logout, admin avatar/name/role
- Rewrite AdminSidebar.tsx: collapsible w-64/w-20, orange active rail + badge/dot, CSS filter for SVG icon tinting, min-h-0 flex fix
- Replace 84 route stub CSS classes (page-title, card, btn, table-wrap, etc.) with Tailwind equivalents via safe class-attr-only regex script
- Rewrite admin dashboard: Lucide icons in colored chip backgrounds, 4-col KPI grid, Control Plane 6-module grid, hover lift animations
- Disable SSR (ssr: false) to fix Vinxi dev manifest error; clear stale .vinxi cache
- Add lucide-solid icon library
- Add scripts/cleanup-css.mjs for class migration
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-23 23:00:21 +01:00
"tailwindcss" : "^4.2.2" ,
2026-03-16 23:20:54 +01:00
"vinxi" : "^0.5.7"
} ,
2026-03-20 22:37:17 +01:00
"devDependencies" : {
2026-04-08 22:12:38 +02:00
"@axe-core/playwright" : "^4.11.1" ,
2026-03-26 06:20:22 +01:00
"@chromatic-com/storybook" : "^5.1.0" ,
"@playwright/test" : "^1.58.2" ,
2026-04-08 22:12:38 +02:00
"@solidjs/testing-library" : "^0.8.0" ,
2026-03-26 06:20:22 +01:00
"@storybook/addon-a11y" : "^10.3.3" ,
"@storybook/addon-docs" : "^10.3.3" ,
"@storybook/addon-vitest" : "^10.3.3" ,
2026-04-08 22:12:38 +02:00
"@testing-library/jest-dom" : "^6.6.3" ,
2026-03-26 06:20:22 +01:00
"@vitest/browser-playwright" : "^4.1.1" ,
"@vitest/coverage-v8" : "^4.1.1" ,
2026-04-08 22:12:38 +02:00
"jsdom" : "^25.0.1" ,
"msw" : "^2.7.3" ,
2026-03-26 20:58:39 +01:00
"pixelmatch" : "^7.1.0" ,
2026-03-26 06:20:22 +01:00
"playwright" : "^1.58.2" ,
2026-03-26 20:58:39 +01:00
"pngjs" : "^7.0.0" ,
2026-03-26 06:20:22 +01:00
"storybook" : "^10.3.3" ,
"storybook-solidjs-vite" : "^10.0.11" ,
2026-04-08 22:12:38 +02:00
"typescript" : "^5.5.0" ,
2026-03-26 06:20:22 +01:00
"visbug" : "^0.1.14" ,
2026-04-08 22:12:38 +02:00
"vite-plugin-solid" : "^2.11.12" ,
2026-03-26 06:20:22 +01:00
"vitest" : "^4.1.1"
2026-03-20 22:37:17 +01:00
} ,
2026-03-16 23:20:54 +01:00
"engines" : {
"node" : ">=20"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/@adobe/css-tools" : {
"version" : "4.4.4" ,
"resolved" : "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.4.4.tgz" ,
"integrity" : "sha512-Elp+iwUx5rN5+Y8xLt5/GRoG20WGoDCQ/1Fb+1LiGtvwbDavuSk0jhD/eZdckHAuzcDzccnkv+rEjyWfRx18gg==" ,
"devOptional" : true ,
"license" : "MIT"
} ,
2026-04-08 22:12:38 +02:00
"node_modules/@asamuzakjp/css-color" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/@asamuzakjp/css-color/-/css-color-3.2.0.tgz" ,
"integrity" : "sha512-K1A6z8tS3XsmCMM86xoWdn7Fkdn9m6RSVtocUrJYIwZnFVkng/PvkEoWtOWmP+Scc6saYWHWZYbndEEXxl24jw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@csstools/css-calc" : "^2.1.3" ,
"@csstools/css-color-parser" : "^3.0.9" ,
"@csstools/css-parser-algorithms" : "^3.0.4" ,
"@csstools/css-tokenizer" : "^3.0.3" ,
"lru-cache" : "^10.4.3"
}
} ,
"node_modules/@asamuzakjp/css-color/node_modules/lru-cache" : {
"version" : "10.4.3" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz" ,
"integrity" : "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==" ,
"dev" : true ,
"license" : "ISC"
} ,
"node_modules/@axe-core/playwright" : {
"version" : "4.11.1" ,
"resolved" : "https://registry.npmjs.org/@axe-core/playwright/-/playwright-4.11.1.tgz" ,
"integrity" : "sha512-mKEfoUIB1MkVTht0BGZFXtSAEKXMJoDkyV5YZ9jbBmZCcWDz71tegNsdTkIN8zc/yMi5Gm2kx7Z5YQ9PfWNAWw==" ,
"dev" : true ,
"license" : "MPL-2.0" ,
"dependencies" : {
"axe-core" : "~4.11.1"
} ,
"peerDependencies" : {
"playwright-core" : ">= 1.0.0"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/@babel/code-frame" : {
"version" : "7.26.2" ,
"resolved" : "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz" ,
"integrity" : "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-validator-identifier" : "^7.25.9" ,
"js-tokens" : "^4.0.0" ,
"picocolors" : "^1.0.0"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/compat-data" : {
"version" : "7.29.0" ,
"resolved" : "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.0.tgz" ,
"integrity" : "sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/core" : {
"version" : "7.29.0" ,
"resolved" : "https://registry.npmjs.org/@babel/core/-/core-7.29.0.tgz" ,
"integrity" : "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/code-frame" : "^7.29.0" ,
"@babel/generator" : "^7.29.0" ,
"@babel/helper-compilation-targets" : "^7.28.6" ,
"@babel/helper-module-transforms" : "^7.28.6" ,
"@babel/helpers" : "^7.28.6" ,
"@babel/parser" : "^7.29.0" ,
"@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.1.0" ,
"gensync" : "^1.0.0-beta.2" ,
"json5" : "^2.2.3" ,
"semver" : "^6.3.1"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/babel"
}
} ,
"node_modules/@babel/core/node_modules/@babel/code-frame" : {
"version" : "7.29.0" ,
"resolved" : "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz" ,
"integrity" : "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-validator-identifier" : "^7.28.5" ,
"js-tokens" : "^4.0.0" ,
"picocolors" : "^1.1.1"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/generator" : {
"version" : "7.29.1" ,
"resolved" : "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz" ,
"integrity" : "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/parser" : "^7.29.0" ,
"@babel/types" : "^7.29.0" ,
"@jridgewell/gen-mapping" : "^0.3.12" ,
"@jridgewell/trace-mapping" : "^0.3.28" ,
"jsesc" : "^3.0.2"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-compilation-targets" : {
"version" : "7.28.6" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz" ,
"integrity" : "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/compat-data" : "^7.28.6" ,
"@babel/helper-validator-option" : "^7.27.1" ,
"browserslist" : "^4.24.0" ,
"lru-cache" : "^5.1.1" ,
"semver" : "^6.3.1"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-globals" : {
"version" : "7.28.0" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz" ,
"integrity" : "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-module-imports" : {
"version" : "7.28.6" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz" ,
"integrity" : "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/traverse" : "^7.28.6" ,
"@babel/types" : "^7.28.6"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-module-transforms" : {
"version" : "7.28.6" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz" ,
"integrity" : "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-module-imports" : "^7.28.6" ,
"@babel/helper-validator-identifier" : "^7.28.5" ,
"@babel/traverse" : "^7.28.6"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0"
}
} ,
"node_modules/@babel/helper-plugin-utils" : {
"version" : "7.28.6" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz" ,
"integrity" : "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-string-parser" : {
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz" ,
"integrity" : "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-validator-identifier" : {
"version" : "7.28.5" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz" ,
"integrity" : "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-validator-option" : {
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz" ,
"integrity" : "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helpers" : {
"version" : "7.28.6" ,
"resolved" : "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.6.tgz" ,
"integrity" : "sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/template" : "^7.28.6" ,
"@babel/types" : "^7.28.6"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/parser" : {
"version" : "7.29.0" ,
"resolved" : "https://registry.npmjs.org/@babel/parser/-/parser-7.29.0.tgz" ,
"integrity" : "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/types" : "^7.29.0"
} ,
"bin" : {
"parser" : "bin/babel-parser.js"
} ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/@babel/plugin-syntax-jsx" : {
"version" : "7.28.6" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.28.6.tgz" ,
"integrity" : "sha512-wgEmr06G6sIpqr8YDwA2dSRTE3bJ+V0IfpzfSY3Lfgd7YWOaAdlykvJi13ZKBt8cZHfgH1IXN+CL656W3uUa4w==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.28.6"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-typescript" : {
"version" : "7.28.6" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.28.6.tgz" ,
"integrity" : "sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.28.6"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/@babel/runtime" : {
"version" : "7.29.2" ,
"resolved" : "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.2.tgz" ,
"integrity" : "sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/@babel/template" : {
"version" : "7.28.6" ,
"resolved" : "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz" ,
"integrity" : "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/code-frame" : "^7.28.6" ,
"@babel/parser" : "^7.28.6" ,
"@babel/types" : "^7.28.6"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/template/node_modules/@babel/code-frame" : {
"version" : "7.29.0" ,
"resolved" : "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz" ,
"integrity" : "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-validator-identifier" : "^7.28.5" ,
"js-tokens" : "^4.0.0" ,
"picocolors" : "^1.1.1"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/traverse" : {
"version" : "7.29.0" ,
"resolved" : "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz" ,
"integrity" : "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/code-frame" : "^7.29.0" ,
"@babel/generator" : "^7.29.0" ,
"@babel/helper-globals" : "^7.28.0" ,
"@babel/parser" : "^7.29.0" ,
"@babel/template" : "^7.28.6" ,
"@babel/types" : "^7.29.0" ,
"debug" : "^4.3.1"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/traverse/node_modules/@babel/code-frame" : {
"version" : "7.29.0" ,
"resolved" : "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz" ,
"integrity" : "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-validator-identifier" : "^7.28.5" ,
"js-tokens" : "^4.0.0" ,
"picocolors" : "^1.1.1"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/types" : {
"version" : "7.29.0" ,
"resolved" : "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz" ,
"integrity" : "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-string-parser" : "^7.27.1" ,
"@babel/helper-validator-identifier" : "^7.28.5"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/@bcoe/v8-coverage" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-1.0.2.tgz" ,
"integrity" : "sha512-6zABk/ECA/QYSCQ1NGiVwwbQerUCZ+TQbp64Q3AgmfNvurHH0j8TtXa1qbShXA6qqkpAj4V5W8pP6mLe1mcMqA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@blazediff/core" : {
"version" : "1.9.1" ,
"resolved" : "https://registry.npmjs.org/@blazediff/core/-/core-1.9.1.tgz" ,
"integrity" : "sha512-ehg3jIkYKulZh+8om/O25vkvSsXXwC+skXmyA87FFx6A/45eqOkZsBltMw/TVteb0mloiGT8oGRTcjRAz66zaA==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/@chromatic-com/storybook" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmjs.org/@chromatic-com/storybook/-/storybook-5.1.0.tgz" ,
"integrity" : "sha512-bXR1RxDO06QltZXYx4z7vxMgNtwKE7+fvRS2mNmPiheaKfld9fGH967ktAFrWCRn53MKIDVi4jipGJ5fEjePqA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@neoconfetti/react" : "^1.0.0" ,
"chromatic" : "^13.3.4" ,
"filesize" : "^10.0.12" ,
"jsonfile" : "^6.1.0" ,
"strip-ansi" : "^7.1.0"
} ,
"engines" : {
"node" : ">=20.0.0" ,
"yarn" : ">=1.22.18"
} ,
"peerDependencies" : {
"storybook" : "^0.0.0-0 || ^10.1.0 || ^10.1.0-0 || ^10.2.0-0 || ^10.3.0-0 || ^10.4.0-0"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/@cloudflare/kv-asset-handler" : {
"version" : "0.4.2" ,
"resolved" : "https://registry.npmjs.org/@cloudflare/kv-asset-handler/-/kv-asset-handler-0.4.2.tgz" ,
"integrity" : "sha512-SIOD2DxrRRwQ+jgzlXCqoEFiKOFqaPjhnNTGKXSRLvp1HiOvapLaFG2kEr9dYQTYe8rKrd9uvDUzmAITeNyaHQ==" ,
"license" : "MIT OR Apache-2.0" ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
2026-04-08 22:12:38 +02:00
"node_modules/@csstools/color-helpers" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-5.1.0.tgz" ,
"integrity" : "sha512-S11EXWJyy0Mz5SYvRmY8nJYTFFd1LCNV+7cXyAgQtOOuzb4EsgfqDufL+9esx72/eLhsRdGZwaldu/h+E4t4BA==" ,
"dev" : true ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/csstools"
} ,
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/csstools"
}
] ,
"license" : "MIT-0" ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@csstools/css-calc" : {
"version" : "2.1.4" ,
"resolved" : "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-2.1.4.tgz" ,
"integrity" : "sha512-3N8oaj+0juUw/1H3YwmDDJXCgTB1gKU6Hc/bB502u9zR0q2vd786XJH9QfrKIEgFlZmhZiq6epXl4rHqhzsIgQ==" ,
"dev" : true ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/csstools"
} ,
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/csstools"
}
] ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
} ,
"peerDependencies" : {
"@csstools/css-parser-algorithms" : "^3.0.5" ,
"@csstools/css-tokenizer" : "^3.0.4"
}
} ,
"node_modules/@csstools/css-color-parser" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-3.1.0.tgz" ,
"integrity" : "sha512-nbtKwh3a6xNVIp/VRuXV64yTKnb1IjTAEEh3irzS+HkKjAOYLTGNb9pmVNntZ8iVBHcWDA2Dof0QtPgFI1BaTA==" ,
"dev" : true ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/csstools"
} ,
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/csstools"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"@csstools/color-helpers" : "^5.1.0" ,
"@csstools/css-calc" : "^2.1.4"
} ,
"engines" : {
"node" : ">=18"
} ,
"peerDependencies" : {
"@csstools/css-parser-algorithms" : "^3.0.5" ,
"@csstools/css-tokenizer" : "^3.0.4"
}
} ,
"node_modules/@csstools/css-parser-algorithms" : {
"version" : "3.0.5" ,
"resolved" : "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.5.tgz" ,
"integrity" : "sha512-DaDeUkXZKjdGhgYaHNJTV9pV7Y9B3b644jCLs9Upc3VeNGg6LWARAT6O+Q+/COo+2gg/bM5rhpMAtf70WqfBdQ==" ,
"dev" : true ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/csstools"
} ,
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/csstools"
}
] ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
} ,
"peerDependencies" : {
"@csstools/css-tokenizer" : "^3.0.4"
}
} ,
"node_modules/@csstools/css-tokenizer" : {
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.4.tgz" ,
"integrity" : "sha512-Vd/9EVDiu6PPJt9yAh6roZP6El1xHrdvIVGjyBsHR0RYwNHgL7FJPyIIW4fANJNG6FtyZfvlRPpFI4ZM/lubvw==" ,
"dev" : true ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/csstools"
} ,
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/csstools"
}
] ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/@deno/shim-deno" : {
"version" : "0.19.2" ,
"resolved" : "https://registry.npmjs.org/@deno/shim-deno/-/shim-deno-0.19.2.tgz" ,
"integrity" : "sha512-q3VTHl44ad8T2Tw2SpeAvghdGOjlnLPDNO2cpOxwMrBE/PVas6geWpbpIgrM+czOCH0yejp0yi8OaTuB+NU40Q==" ,
"license" : "MIT" ,
"dependencies" : {
"@deno/shim-deno-test" : "^0.5.0" ,
"which" : "^4.0.0"
}
} ,
"node_modules/@deno/shim-deno-test" : {
"version" : "0.5.0" ,
"resolved" : "https://registry.npmjs.org/@deno/shim-deno-test/-/shim-deno-test-0.5.0.tgz" ,
"integrity" : "sha512-4nMhecpGlPi0cSzT67L+Tm+GOJqvuk8gqHBziqcUQOarnuIax1z96/gJHCSIz2Z0zhxE6Rzwb3IZXPtFh51j+w==" ,
"license" : "MIT"
} ,
"node_modules/@emnapi/core" : {
"version" : "1.9.0" ,
"resolved" : "https://registry.npmjs.org/@emnapi/core/-/core-1.9.0.tgz" ,
"integrity" : "sha512-0DQ98G9ZQZOxfUcQn1waV2yS8aWdZ6kJMbYCJB3oUBecjWYO1fqJ+a1DRfPF3O5JEkwqwP1A9QEN/9mYm2Yd0w==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"@emnapi/wasi-threads" : "1.2.0" ,
"tslib" : "^2.4.0"
}
} ,
"node_modules/@emnapi/runtime" : {
"version" : "1.9.0" ,
"resolved" : "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.9.0.tgz" ,
"integrity" : "sha512-QN75eB0IH2ywSpRpNddCRfQIhmJYBCJ1x5Lb3IscKAL8bMnVAKnRg8dCoXbHzVLLH7P38N2Z3mtulB7W0J0FKw==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"tslib" : "^2.4.0"
}
} ,
"node_modules/@emnapi/wasi-threads" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.0.tgz" ,
"integrity" : "sha512-N10dEJNSsUx41Z6pZsXU8FjPjpBEplgH24sfkmITrBED1/U2Esum9F3lfLrMjKHHjmi557zQn7kR9R+XWXu5Rg==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"tslib" : "^2.4.0"
}
} ,
"node_modules/@esbuild/aix-ppc64" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.4.tgz" ,
"integrity" : "sha512-cQPwL2mp2nSmHHJlCyoXgHGhbEPMrEEU5xhkcy3Hs/O7nGZqEpZ2sUtLaL9MORLtDfRvVl2/3PAuEkYZH0Ty8Q==" ,
"cpu" : [
"ppc64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"aix"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/android-arm" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.4.tgz" ,
"integrity" : "sha512-X9bUgvxiC8CHAGKYufLIHGXPJWnr0OCdR0anD2e21vdvgCI8lIfqFbnoeOz7lBjdrAGUhqLZLcQo6MLhTO2DKQ==" ,
"cpu" : [
"arm"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/android-arm64" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.4.tgz" ,
"integrity" : "sha512-gdLscB7v75wRfu7QSm/zg6Rx29VLdy9eTr2t44sfTW7CxwAtQghZ4ZnqHk3/ogz7xao0QAgrkradbBzcqFPasw==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/android-x64" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.4.tgz" ,
"integrity" : "sha512-PzPFnBNVF292sfpfhiyiXCGSn9HZg5BcAz+ivBuSsl6Rk4ga1oEXAamhOXRFyMcjwr2DVtm40G65N3GLeH1Lvw==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/darwin-arm64" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.4.tgz" ,
"integrity" : "sha512-b7xaGIwdJlht8ZFCvMkpDN6uiSmnxxK56N2GDTMYPr2/gzvfdQN8rTfBsvVKmIVY/X7EM+/hJKEIbbHs9oA4tQ==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/darwin-x64" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.4.tgz" ,
"integrity" : "sha512-sR+OiKLwd15nmCdqpXMnuJ9W2kpy0KigzqScqHI3Hqwr7IXxBp3Yva+yJwoqh7rE8V77tdoheRYataNKL4QrPw==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/freebsd-arm64" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.4.tgz" ,
"integrity" : "sha512-jnfpKe+p79tCnm4GVav68A7tUFeKQwQyLgESwEAUzyxk/TJr4QdGog9sqWNcUbr/bZt/O/HXouspuQDd9JxFSw==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/freebsd-x64" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.4.tgz" ,
"integrity" : "sha512-2kb4ceA/CpfUrIcTUl1wrP/9ad9Atrp5J94Lq69w7UwOMolPIGrfLSvAKJp0RTvkPPyn6CIWrNy13kyLikZRZQ==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-arm" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.4.tgz" ,
"integrity" : "sha512-aBYgcIxX/wd5n2ys0yESGeYMGF+pv6g0DhZr3G1ZG4jMfruU9Tl1i2Z+Wnj9/KjGz1lTLCcorqE2viePZqj4Eg==" ,
"cpu" : [
"arm"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-arm64" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.4.tgz" ,
"integrity" : "sha512-7nQOttdzVGth1iz57kxg9uCz57dxQLHWxopL6mYuYthohPKEK0vU0C3O21CcBK6KDlkYVcnDXY099HcCDXd9dA==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-ia32" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.4.tgz" ,
"integrity" : "sha512-oPtixtAIzgvzYcKBQM/qZ3R+9TEUd1aNJQu0HhGyqtx6oS7qTpvjheIWBbes4+qu1bNlo2V4cbkISr8q6gRBFA==" ,
"cpu" : [
"ia32"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-loong64" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.4.tgz" ,
"integrity" : "sha512-8mL/vh8qeCoRcFH2nM8wm5uJP+ZcVYGGayMavi8GmRJjuI3g1v6Z7Ni0JJKAJW+m0EtUuARb6Lmp4hMjzCBWzA==" ,
"cpu" : [
"loong64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-mips64el" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.4.tgz" ,
"integrity" : "sha512-1RdrWFFiiLIW7LQq9Q2NES+HiD4NyT8Itj9AUeCl0IVCA459WnPhREKgwrpaIfTOe+/2rdntisegiPWn/r/aAw==" ,
"cpu" : [
"mips64el"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-ppc64" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.4.tgz" ,
"integrity" : "sha512-tLCwNG47l3sd9lpfyx9LAGEGItCUeRCWeAx6x2Jmbav65nAwoPXfewtAdtbtit/pJFLUWOhpv0FpS6GQAmPrHA==" ,
"cpu" : [
"ppc64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-riscv64" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.4.tgz" ,
"integrity" : "sha512-BnASypppbUWyqjd1KIpU4AUBiIhVr6YlHx/cnPgqEkNoVOhHg+YiSVxM1RLfiy4t9cAulbRGTNCKOcqHrEQLIw==" ,
"cpu" : [
"riscv64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-s390x" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.4.tgz" ,
"integrity" : "sha512-+eUqgb/Z7vxVLezG8bVB9SfBie89gMueS+I0xYh2tJdw3vqA/0ImZJ2ROeWwVJN59ihBeZ7Tu92dF/5dy5FttA==" ,
"cpu" : [
"s390x"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-x64" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.4.tgz" ,
"integrity" : "sha512-S5qOXrKV8BQEzJPVxAwnryi2+Iq5pB40gTEIT69BQONqR7JH1EPIcQ/Uiv9mCnn05jff9umq/5nqzxlqTOg9NA==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/netbsd-arm64" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.4.tgz" ,
"integrity" : "sha512-xHT8X4sb0GS8qTqiwzHqpY00C95DPAq7nAwX35Ie/s+LO9830hrMd3oX0ZMKLvy7vsonee73x0lmcdOVXFzd6Q==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"netbsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/netbsd-x64" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.4.tgz" ,
"integrity" : "sha512-RugOvOdXfdyi5Tyv40kgQnI0byv66BFgAqjdgtAKqHoZTbTF2QqfQrFwa7cHEORJf6X2ht+l9ABLMP0dnKYsgg==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"netbsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/openbsd-arm64" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.4.tgz" ,
"integrity" : "sha512-2MyL3IAaTX+1/qP0O1SwskwcwCoOI4kV2IBX1xYnDDqthmq5ArrW94qSIKCAuRraMgPOmG0RDTA74mzYNQA9ow==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openbsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/openbsd-x64" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.4.tgz" ,
"integrity" : "sha512-u8fg/jQ5aQDfsnIV6+KwLOf1CmJnfu1ShpwqdwC0uA7ZPwFws55Ngc12vBdeUdnuWoQYx/SOQLGDcdlfXhYmXQ==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openbsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/openharmony-arm64" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.4.tgz" ,
"integrity" : "sha512-JkTZrl6VbyO8lDQO3yv26nNr2RM2yZzNrNHEsj9bm6dOwwu9OYN28CjzZkH57bh4w0I2F7IodpQvUAEd1mbWXg==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openharmony"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/sunos-x64" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.4.tgz" ,
"integrity" : "sha512-/gOzgaewZJfeJTlsWhvUEmUG4tWEY2Spp5M20INYRg2ZKl9QPO3QEEgPeRtLjEWSW8FilRNacPOg8R1uaYkA6g==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"sunos"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/win32-arm64" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.4.tgz" ,
"integrity" : "sha512-Z9SExBg2y32smoDQdf1HRwHRt6vAHLXcxD2uGgO/v2jK7Y718Ix4ndsbNMU/+1Qiem9OiOdaqitioZwxivhXYg==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/win32-ia32" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.4.tgz" ,
"integrity" : "sha512-DAyGLS0Jz5G5iixEbMHi5KdiApqHBWMGzTtMiJ72ZOLhbu/bzxgAe8Ue8CTS3n3HbIUHQz/L51yMdGMeoxXNJw==" ,
"cpu" : [
"ia32"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/win32-x64" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.4.tgz" ,
"integrity" : "sha512-+knoa0BDoeXgkNvvV1vvbZX4+hizelrkwmGJBdT17t8FNPwG2lKemmuMZlmaNQ3ws3DKKCxpb4zRZEIp3UxFCg==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=18"
}
} ,
2026-04-08 22:12:38 +02:00
"node_modules/@inquirer/ansi" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/@inquirer/ansi/-/ansi-1.0.2.tgz" ,
"integrity" : "sha512-S8qNSZiYzFd0wAcyG5AXCvUHC5Sr7xpZ9wZ2py9XR88jUz8wooStVx5M6dRzczbBWjic9NP7+rY0Xi7qqK/aMQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@inquirer/confirm" : {
"version" : "5.1.21" ,
"resolved" : "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.21.tgz" ,
"integrity" : "sha512-KR8edRkIsUayMXV+o3Gv+q4jlhENF9nMYUZs9PA2HzrXeHI8M5uDag70U7RJn9yyiMZSbtF5/UexBtAVtZGSbQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@inquirer/core" : "^10.3.2" ,
"@inquirer/type" : "^3.0.10"
} ,
"engines" : {
"node" : ">=18"
} ,
"peerDependencies" : {
"@types/node" : ">=18"
} ,
"peerDependenciesMeta" : {
"@types/node" : {
"optional" : true
}
}
} ,
"node_modules/@inquirer/core" : {
"version" : "10.3.2" ,
"resolved" : "https://registry.npmjs.org/@inquirer/core/-/core-10.3.2.tgz" ,
"integrity" : "sha512-43RTuEbfP8MbKzedNqBrlhhNKVwoK//vUFNW3Q3vZ88BLcrs4kYpGg+B2mm5p2K/HfygoCxuKwJJiv8PbGmE0A==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@inquirer/ansi" : "^1.0.2" ,
"@inquirer/figures" : "^1.0.15" ,
"@inquirer/type" : "^3.0.10" ,
"cli-width" : "^4.1.0" ,
"mute-stream" : "^2.0.0" ,
"signal-exit" : "^4.1.0" ,
"wrap-ansi" : "^6.2.0" ,
"yoctocolors-cjs" : "^2.1.3"
} ,
"engines" : {
"node" : ">=18"
} ,
"peerDependencies" : {
"@types/node" : ">=18"
} ,
"peerDependenciesMeta" : {
"@types/node" : {
"optional" : true
}
}
} ,
"node_modules/@inquirer/core/node_modules/ansi-regex" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" ,
"integrity" : "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/@inquirer/core/node_modules/ansi-styles" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz" ,
"integrity" : "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"color-convert" : "^2.0.1"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
} ,
"node_modules/@inquirer/core/node_modules/emoji-regex" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" ,
"integrity" : "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/@inquirer/core/node_modules/string-width" : {
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/@inquirer/core/node_modules/strip-ansi" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/@inquirer/core/node_modules/wrap-ansi" : {
"version" : "6.2.0" ,
"resolved" : "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz" ,
"integrity" : "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ansi-styles" : "^4.0.0" ,
"string-width" : "^4.1.0" ,
"strip-ansi" : "^6.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/@inquirer/figures" : {
"version" : "1.0.15" ,
"resolved" : "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.15.tgz" ,
"integrity" : "sha512-t2IEY+unGHOzAaVM5Xx6DEWKeXlDDcNPeDyUpsRc6CUhBfU3VQOEl+Vssh7VNp1dR8MdUJBWhuObjXCsVpjN5g==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@inquirer/type" : {
"version" : "3.0.10" ,
"resolved" : "https://registry.npmjs.org/@inquirer/type/-/type-3.0.10.tgz" ,
"integrity" : "sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
} ,
"peerDependencies" : {
"@types/node" : ">=18"
} ,
"peerDependenciesMeta" : {
"@types/node" : {
"optional" : true
}
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/@ioredis/commands" : {
"version" : "1.5.1" ,
"resolved" : "https://registry.npmjs.org/@ioredis/commands/-/commands-1.5.1.tgz" ,
"integrity" : "sha512-JH8ZL/ywcJyR9MmJ5BNqZllXNZQqQbnVZOqpPQqE1vHiFgAw4NHbvE0FOduNU8IX9babitBT46571OnPTT0Zcw==" ,
"license" : "MIT"
} ,
"node_modules/@isaacs/cliui" : {
"version" : "8.0.2" ,
"resolved" : "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz" ,
"integrity" : "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==" ,
"license" : "ISC" ,
"dependencies" : {
"string-width" : "^5.1.2" ,
"string-width-cjs" : "npm:string-width@^4.2.0" ,
"strip-ansi" : "^7.0.1" ,
"strip-ansi-cjs" : "npm:strip-ansi@^6.0.1" ,
"wrap-ansi" : "^8.1.0" ,
"wrap-ansi-cjs" : "npm:wrap-ansi@^7.0.0"
} ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@isaacs/cliui/node_modules/emoji-regex" : {
"version" : "9.2.2" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz" ,
"integrity" : "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" ,
"license" : "MIT"
} ,
"node_modules/@isaacs/cliui/node_modules/string-width" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz" ,
"integrity" : "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==" ,
"license" : "MIT" ,
"dependencies" : {
"eastasianwidth" : "^0.2.0" ,
"emoji-regex" : "^9.2.2" ,
"strip-ansi" : "^7.0.1"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/@isaacs/cliui/node_modules/wrap-ansi" : {
"version" : "8.1.0" ,
"resolved" : "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz" ,
"integrity" : "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-styles" : "^6.1.0" ,
"string-width" : "^5.0.1" ,
"strip-ansi" : "^7.0.1"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/wrap-ansi?sponsor=1"
}
} ,
"node_modules/@isaacs/fs-minipass" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz" ,
"integrity" : "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==" ,
"license" : "ISC" ,
"dependencies" : {
"minipass" : "^7.0.4"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/@joshwooding/vite-plugin-react-docgen-typescript" : {
"version" : "0.6.4" ,
"resolved" : "https://registry.npmjs.org/@joshwooding/vite-plugin-react-docgen-typescript/-/vite-plugin-react-docgen-typescript-0.6.4.tgz" ,
"integrity" : "sha512-6PyZBYKnnVNqOSB0YFly+62R7dmov8segT27A+RVTBVd4iAE6kbW9QBJGlyR2yG4D4ohzhZSTIu7BK1UTtmFFA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"glob" : "^13.0.1" ,
"react-docgen-typescript" : "^2.2.2"
} ,
"peerDependencies" : {
"typescript" : ">= 4.3.x" ,
"vite" : "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/@jridgewell/gen-mapping" : {
"version" : "0.3.13" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz" ,
"integrity" : "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==" ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/sourcemap-codec" : "^1.5.0" ,
"@jridgewell/trace-mapping" : "^0.3.24"
}
} ,
"node_modules/@jridgewell/remapping" : {
"version" : "2.3.5" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz" ,
"integrity" : "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/gen-mapping" : "^0.3.5" ,
"@jridgewell/trace-mapping" : "^0.3.24"
}
} ,
"node_modules/@jridgewell/resolve-uri" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz" ,
"integrity" : "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/@jridgewell/source-map" : {
"version" : "0.3.11" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.11.tgz" ,
"integrity" : "sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==" ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/gen-mapping" : "^0.3.5" ,
"@jridgewell/trace-mapping" : "^0.3.25"
}
} ,
"node_modules/@jridgewell/sourcemap-codec" : {
"version" : "1.5.5" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz" ,
"integrity" : "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==" ,
"license" : "MIT"
} ,
"node_modules/@jridgewell/trace-mapping" : {
"version" : "0.3.31" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz" ,
"integrity" : "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==" ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/resolve-uri" : "^3.1.0" ,
"@jridgewell/sourcemap-codec" : "^1.4.14"
}
} ,
"node_modules/@mapbox/node-pre-gyp" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-2.0.3.tgz" ,
"integrity" : "sha512-uwPAhccfFJlsfCxMYTwOdVfOz3xqyj8xYL3zJj8f0pb30tLohnnFPhLuqp4/qoEz8sNxe4SESZedcBojRefIzg==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"consola" : "^3.2.3" ,
"detect-libc" : "^2.0.0" ,
"https-proxy-agent" : "^7.0.5" ,
"node-fetch" : "^2.6.7" ,
"nopt" : "^8.0.0" ,
"semver" : "^7.5.3" ,
"tar" : "^7.4.0"
} ,
"bin" : {
"node-pre-gyp" : "bin/node-pre-gyp"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@mapbox/node-pre-gyp/node_modules/semver" : {
"version" : "7.7.4" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz" ,
"integrity" : "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==" ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/@mdx-js/react" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/@mdx-js/react/-/react-3.1.1.tgz" ,
"integrity" : "sha512-f++rKLQgUVYDAtECQ6fn/is15GkEH9+nZPM3MS0RcxVqoTfawHvDlSCH7JbMhAM6uJ32v3eXLvLmLvjGu7PTQw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@types/mdx" : "^2.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
} ,
"peerDependencies" : {
"@types/react" : ">=16" ,
"react" : ">=16"
}
} ,
2026-04-08 22:12:38 +02:00
"node_modules/@mswjs/interceptors" : {
"version" : "0.41.3" ,
"resolved" : "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.41.3.tgz" ,
"integrity" : "sha512-cXu86tF4VQVfwz8W1SPbhoRyHJkti6mjH/XJIxp40jhO4j2k1m4KYrEykxqWPkFF3vrK4rgQppBh//AwyGSXPA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@open-draft/deferred-promise" : "^2.2.0" ,
"@open-draft/logger" : "^0.3.0" ,
"@open-draft/until" : "^2.0.0" ,
"is-node-process" : "^1.2.0" ,
"outvariant" : "^1.4.3" ,
"strict-event-emitter" : "^0.5.1"
} ,
"engines" : {
"node" : ">=18"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/@napi-rs/wasm-runtime" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.1.tgz" ,
"integrity" : "sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"@emnapi/core" : "^1.7.1" ,
"@emnapi/runtime" : "^1.7.1" ,
"@tybys/wasm-util" : "^0.10.1"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/Brooooooklyn"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/@neoconfetti/react" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/@neoconfetti/react/-/react-1.0.0.tgz" ,
"integrity" : "sha512-klcSooChXXOzIm+SE5IISIAn3bYzYfPjbX7D7HoqZL84oAfgREeSg5vSIaSFH+DaGzzvImTyWe1OyrJ67vik4A==" ,
"dev" : true ,
"license" : "MIT"
} ,
2026-03-16 23:20:54 +01:00
"node_modules/@nodelib/fs.scandir" : {
"version" : "2.1.5" ,
"resolved" : "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz" ,
"integrity" : "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==" ,
"license" : "MIT" ,
"dependencies" : {
"@nodelib/fs.stat" : "2.0.5" ,
"run-parallel" : "^1.1.9"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/@nodelib/fs.stat" : {
"version" : "2.0.5" ,
"resolved" : "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz" ,
"integrity" : "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/@nodelib/fs.walk" : {
"version" : "1.2.8" ,
"resolved" : "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz" ,
"integrity" : "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==" ,
"license" : "MIT" ,
"dependencies" : {
"@nodelib/fs.scandir" : "2.1.5" ,
"fastq" : "^1.6.0"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
2026-04-08 22:12:38 +02:00
"node_modules/@open-draft/deferred-promise" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/@open-draft/deferred-promise/-/deferred-promise-2.2.0.tgz" ,
"integrity" : "sha512-CecwLWx3rhxVQF6V4bAgPS5t+So2sTbPgAzafKkVizyi7tlwpcFpdFqq+wqF2OwNBmqFuu6tOyouTuxgpMfzmA==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/@open-draft/logger" : {
"version" : "0.3.0" ,
"resolved" : "https://registry.npmjs.org/@open-draft/logger/-/logger-0.3.0.tgz" ,
"integrity" : "sha512-X2g45fzhxH238HKO4xbSr7+wBS8Fvw6ixhTDuvLd5mqh6bJJCFAPwU9mPDxbcrRtfxv4u5IHCEH77BmxvXmmxQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"is-node-process" : "^1.2.0" ,
"outvariant" : "^1.4.0"
}
} ,
"node_modules/@open-draft/until" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/@open-draft/until/-/until-2.1.0.tgz" ,
"integrity" : "sha512-U69T3ItWHvLwGg5eJ0n3I62nWuE6ilHlmz7zM0npLBRvPRd7e6NYmg54vvRtP5mZG7kZqZCFVdsTWo7BPtBujg==" ,
"dev" : true ,
"license" : "MIT"
} ,
2026-03-16 23:20:54 +01:00
"node_modules/@oxc-project/types" : {
"version" : "0.115.0" ,
"resolved" : "https://registry.npmjs.org/@oxc-project/types/-/types-0.115.0.tgz" ,
"integrity" : "sha512-4n91DKnebUS4yjUHl2g3/b2T+IUdCfmoZGhmwsovZCDaJSs+QkVAM+0AqqTxHSsHfeiMuueT75cZaZcT/m0pSw==" ,
"license" : "MIT" ,
2026-03-26 06:20:22 +01:00
"optional" : true ,
2026-03-16 23:20:54 +01:00
"peer" : true ,
"funding" : {
"url" : "https://github.com/sponsors/Boshen"
}
} ,
"node_modules/@parcel/watcher" : {
"version" : "2.5.6" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.6.tgz" ,
"integrity" : "sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==" ,
"hasInstallScript" : true ,
"license" : "MIT" ,
"dependencies" : {
"detect-libc" : "^2.0.3" ,
"is-glob" : "^4.0.3" ,
"node-addon-api" : "^7.0.0" ,
"picomatch" : "^4.0.3"
} ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
} ,
"optionalDependencies" : {
"@parcel/watcher-android-arm64" : "2.5.6" ,
"@parcel/watcher-darwin-arm64" : "2.5.6" ,
"@parcel/watcher-darwin-x64" : "2.5.6" ,
"@parcel/watcher-freebsd-x64" : "2.5.6" ,
"@parcel/watcher-linux-arm-glibc" : "2.5.6" ,
"@parcel/watcher-linux-arm-musl" : "2.5.6" ,
"@parcel/watcher-linux-arm64-glibc" : "2.5.6" ,
"@parcel/watcher-linux-arm64-musl" : "2.5.6" ,
"@parcel/watcher-linux-x64-glibc" : "2.5.6" ,
"@parcel/watcher-linux-x64-musl" : "2.5.6" ,
"@parcel/watcher-win32-arm64" : "2.5.6" ,
"@parcel/watcher-win32-ia32" : "2.5.6" ,
"@parcel/watcher-win32-x64" : "2.5.6"
}
} ,
"node_modules/@parcel/watcher-android-arm64" : {
"version" : "2.5.6" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.6.tgz" ,
"integrity" : "sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-darwin-arm64" : {
"version" : "2.5.6" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.6.tgz" ,
"integrity" : "sha512-Z2ZdrnwyXvvvdtRHLmM4knydIdU9adO3D4n/0cVipF3rRiwP+3/sfzpAwA/qKFL6i1ModaabkU7IbpeMBgiVEA==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-darwin-x64" : {
"version" : "2.5.6" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.6.tgz" ,
"integrity" : "sha512-HgvOf3W9dhithcwOWX9uDZyn1lW9R+7tPZ4sug+NGrGIo4Rk1hAXLEbcH1TQSqxts0NYXXlOWqVpvS1SFS4fRg==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-freebsd-x64" : {
"version" : "2.5.6" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.6.tgz" ,
"integrity" : "sha512-vJVi8yd/qzJxEKHkeemh7w3YAn6RJCtYlE4HPMoVnCpIXEzSrxErBW5SJBgKLbXU3WdIpkjBTeUNtyBVn8TRng==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-linux-arm-glibc" : {
"version" : "2.5.6" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.6.tgz" ,
"integrity" : "sha512-9JiYfB6h6BgV50CCfasfLf/uvOcJskMSwcdH1PHH9rvS1IrNy8zad6IUVPVUfmXr+u+Km9IxcfMLzgdOudz9EQ==" ,
"cpu" : [
"arm"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-linux-arm-musl" : {
"version" : "2.5.6" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.6.tgz" ,
"integrity" : "sha512-Ve3gUCG57nuUUSyjBq/MAM0CzArtuIOxsBdQ+ftz6ho8n7s1i9E1Nmk/xmP323r2YL0SONs1EuwqBp2u1k5fxg==" ,
"cpu" : [
"arm"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-linux-arm64-glibc" : {
"version" : "2.5.6" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.6.tgz" ,
"integrity" : "sha512-f2g/DT3NhGPdBmMWYoxixqYr3v/UXcmLOYy16Bx0TM20Tchduwr4EaCbmxh1321TABqPGDpS8D/ggOTaljijOA==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-linux-arm64-musl" : {
"version" : "2.5.6" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.6.tgz" ,
"integrity" : "sha512-qb6naMDGlbCwdhLj6hgoVKJl2odL34z2sqkC7Z6kzir8b5W65WYDpLB6R06KabvZdgoHI/zxke4b3zR0wAbDTA==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-linux-x64-glibc" : {
"version" : "2.5.6" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.6.tgz" ,
"integrity" : "sha512-kbT5wvNQlx7NaGjzPFu8nVIW1rWqV780O7ZtkjuWaPUgpv2NMFpjYERVi0UYj1msZNyCzGlaCWEtzc+exjMGbQ==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-linux-x64-musl" : {
"version" : "2.5.6" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.6.tgz" ,
"integrity" : "sha512-1JRFeC+h7RdXwldHzTsmdtYR/Ku8SylLgTU/reMuqdVD7CtLwf0VR1FqeprZ0eHQkO0vqsbvFLXUmYm/uNKJBg==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-wasm" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-wasm/-/watcher-wasm-2.3.0.tgz" ,
"integrity" : "sha512-ejBAX8H0ZGsD8lSICDNyMbSEtPMWgDL0WFCt/0z7hyf5v8Imz4rAM8xY379mBsECkq/Wdqa5WEDLqtjZ+6NxfA==" ,
"bundleDependencies" : [
"napi-wasm"
] ,
"license" : "MIT" ,
"dependencies" : {
"is-glob" : "^4.0.3" ,
"micromatch" : "^4.0.5" ,
"napi-wasm" : "^1.1.0"
} ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-wasm/node_modules/napi-wasm" : {
"version" : "1.1.0" ,
"inBundle" : true ,
"license" : "MIT"
} ,
"node_modules/@parcel/watcher-win32-arm64" : {
"version" : "2.5.6" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.6.tgz" ,
"integrity" : "sha512-3ukyebjc6eGlw9yRt678DxVF7rjXatWiHvTXqphZLvo7aC5NdEgFufVwjFfY51ijYEWpXbqF5jtrK275z52D4Q==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-win32-ia32" : {
"version" : "2.5.6" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.6.tgz" ,
"integrity" : "sha512-k35yLp1ZMwwee3Ez/pxBi5cf4AoBKYXj00CZ80jUz5h8prpiaQsiRPKQMxoLstNuqe2vR4RNPEAEcjEFzhEz/g==" ,
"cpu" : [
"ia32"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-win32-x64" : {
"version" : "2.5.6" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.6.tgz" ,
"integrity" : "sha512-hbQlYcCq5dlAX9Qx+kFb0FHue6vbjlf0FrNzSKdYK2APUf7tGfGxQCk2ihEREmbR6ZMc0MVAD5RIX/41gpUzTw==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@pkgjs/parseargs" : {
"version" : "0.11.0" ,
"resolved" : "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz" ,
"integrity" : "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=14"
}
} ,
2026-03-20 22:37:17 +01:00
"node_modules/@playwright/test" : {
"version" : "1.58.2" ,
"resolved" : "https://registry.npmjs.org/@playwright/test/-/test-1.58.2.tgz" ,
"integrity" : "sha512-akea+6bHYBBfA9uQqSYmlJXn61cTa+jbO87xVLCWbTqbWadRVmhxlXATaOjOgcBaWU4ePo0wB41KMFv3o35IXA==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"playwright" : "1.58.2"
} ,
"bin" : {
"playwright" : "cli.js"
} ,
"engines" : {
"node" : ">=18"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/@polka/url" : {
"version" : "1.0.0-next.29" ,
"resolved" : "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.29.tgz" ,
"integrity" : "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==" ,
"dev" : true ,
"license" : "MIT"
} ,
2026-03-16 23:20:54 +01:00
"node_modules/@poppinss/colors" : {
"version" : "4.1.6" ,
"resolved" : "https://registry.npmjs.org/@poppinss/colors/-/colors-4.1.6.tgz" ,
"integrity" : "sha512-H9xkIdFswbS8n1d6vmRd8+c10t2Qe+rZITbbDHHkQixH5+2x1FDGmi/0K+WgWiqQFKPSlIYB7jlH6Kpfn6Fleg==" ,
"license" : "MIT" ,
"dependencies" : {
"kleur" : "^4.1.5"
}
} ,
"node_modules/@poppinss/dumper" : {
"version" : "0.7.0" ,
"resolved" : "https://registry.npmjs.org/@poppinss/dumper/-/dumper-0.7.0.tgz" ,
"integrity" : "sha512-0UTYalzk2t6S4rA2uHOz5bSSW2CHdv4vggJI6Alg90yvl0UgXs6XSXpH96OH+bRkX4J/06djv29pqXJ0lq5Kag==" ,
"license" : "MIT" ,
"dependencies" : {
"@poppinss/colors" : "^4.1.5" ,
"@sindresorhus/is" : "^7.0.2" ,
"supports-color" : "^10.0.0"
}
} ,
"node_modules/@poppinss/exception" : {
"version" : "1.2.3" ,
"resolved" : "https://registry.npmjs.org/@poppinss/exception/-/exception-1.2.3.tgz" ,
"integrity" : "sha512-dCED+QRChTVatE9ibtoaxc+WkdzOSjYTKi/+uacHWIsfodVfpsueo3+DKpgU5Px8qXjgmXkSvhXvSCz3fnP9lw==" ,
"license" : "MIT"
} ,
"node_modules/@rolldown/binding-android-arm64" : {
"version" : "1.0.0-rc.9" ,
"resolved" : "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-rc.9.tgz" ,
"integrity" : "sha512-lcJL0bN5hpgJfSIz/8PIf02irmyL43P+j1pTCfbD1DbLkmGRuFIA4DD3B3ZOvGqG0XiVvRznbKtN0COQVaKUTg==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
] ,
"peer" : true ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
} ,
"node_modules/@rolldown/binding-darwin-arm64" : {
"version" : "1.0.0-rc.9" ,
"resolved" : "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-rc.9.tgz" ,
"integrity" : "sha512-J7Zk3kLYFsLtuH6U+F4pS2sYVzac0qkjcO5QxHS7OS7yZu2LRs+IXo+uvJ/mvpyUljDJ3LROZPoQfgBIpCMhdQ==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"peer" : true ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
} ,
"node_modules/@rolldown/binding-darwin-x64" : {
"version" : "1.0.0-rc.9" ,
"resolved" : "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-rc.9.tgz" ,
"integrity" : "sha512-iwtmmghy8nhfRGeNAIltcNXzD0QMNaaA5U/NyZc1Ia4bxrzFByNMDoppoC+hl7cDiUq5/1CnFthpT9n+UtfFyg==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"peer" : true ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
} ,
"node_modules/@rolldown/binding-freebsd-x64" : {
"version" : "1.0.0-rc.9" ,
"resolved" : "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-rc.9.tgz" ,
"integrity" : "sha512-DLFYI78SCiZr5VvdEplsVC2Vx53lnA4/Ga5C65iyldMVaErr86aiqCoNBLl92PXPfDtUYjUh+xFFor40ueNs4Q==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
] ,
"peer" : true ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
} ,
"node_modules/@rolldown/binding-linux-arm-gnueabihf" : {
"version" : "1.0.0-rc.9" ,
"resolved" : "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-rc.9.tgz" ,
"integrity" : "sha512-CsjTmTwd0Hri6iTw/DRMK7kOZ7FwAkrO4h8YWKoX/kcj833e4coqo2wzIFywtch/8Eb5enQ/lwLM7w6JX1W5RQ==" ,
"cpu" : [
"arm"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"peer" : true ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
} ,
"node_modules/@rolldown/binding-linux-arm64-gnu" : {
"version" : "1.0.0-rc.9" ,
"resolved" : "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-rc.9.tgz" ,
"integrity" : "sha512-2x9O2JbSPxpxMDhP9Z74mahAStibTlrBMW0520+epJH5sac7/LwZW5Bmg/E6CXuEF53JJFW509uP+lSedaUNxg==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"peer" : true ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
} ,
"node_modules/@rolldown/binding-linux-arm64-musl" : {
"version" : "1.0.0-rc.9" ,
"resolved" : "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-rc.9.tgz" ,
"integrity" : "sha512-JA1QRW31ogheAIRhIg9tjMfsYbglXXYGNPLdPEYrwFxdbkQCAzvpSCSHCDWNl4hTtrol8WeboCSEpjdZK8qrCg==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"peer" : true ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
} ,
"node_modules/@rolldown/binding-linux-ppc64-gnu" : {
"version" : "1.0.0-rc.9" ,
"resolved" : "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.0-rc.9.tgz" ,
"integrity" : "sha512-aOKU9dJheda8Kj8Y3w9gnt9QFOO+qKPAl8SWd7JPHP+Cu0EuDAE5wokQubLzIDQWg2myXq2XhTpOVS07qqvT+w==" ,
"cpu" : [
"ppc64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"peer" : true ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
} ,
"node_modules/@rolldown/binding-linux-s390x-gnu" : {
"version" : "1.0.0-rc.9" ,
"resolved" : "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.0-rc.9.tgz" ,
"integrity" : "sha512-OalO94fqj7IWRn3VdXWty75jC5dk4C197AWEuMhIpvVv2lw9fiPhud0+bW2ctCxb3YoBZor71QHbY+9/WToadA==" ,
"cpu" : [
"s390x"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"peer" : true ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
} ,
"node_modules/@rolldown/binding-linux-x64-gnu" : {
"version" : "1.0.0-rc.9" ,
"resolved" : "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0-rc.9.tgz" ,
"integrity" : "sha512-cVEl1vZtBsBZna3YMjGXNvnYYrOJ7RzuWvZU0ffvJUexWkukMaDuGhUXn0rjnV0ptzGVkvc+vW9Yqy6h8YX4pg==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"peer" : true ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
} ,
"node_modules/@rolldown/binding-linux-x64-musl" : {
"version" : "1.0.0-rc.9" ,
"resolved" : "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-rc.9.tgz" ,
"integrity" : "sha512-UzYnKCIIc4heAKgI4PZ3dfBGUZefGCJ1TPDuLHoCzgrMYPb5Rv6TLFuYtyM4rWyHM7hymNdsg5ik2C+UD9VDbA==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"peer" : true ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
} ,
"node_modules/@rolldown/binding-openharmony-arm64" : {
"version" : "1.0.0-rc.9" ,
"resolved" : "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-rc.9.tgz" ,
"integrity" : "sha512-+6zoiF+RRyf5cdlFQP7nm58mq7+/2PFaY2DNQeD4B87N36JzfF/l9mdBkkmTvSYcYPE8tMh/o3cRlsx1ldLfog==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openharmony"
] ,
"peer" : true ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
} ,
"node_modules/@rolldown/binding-wasm32-wasi" : {
"version" : "1.0.0-rc.9" ,
"resolved" : "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-rc.9.tgz" ,
"integrity" : "sha512-rgFN6sA/dyebil3YTlL2evvi/M+ivhfnyxec7AccTpRPccno/rPoNlqybEZQBkcbZu8Hy+eqNJCqfBR8P7Pg8g==" ,
"cpu" : [
"wasm32"
] ,
"license" : "MIT" ,
"optional" : true ,
"peer" : true ,
"dependencies" : {
"@napi-rs/wasm-runtime" : "^1.1.1"
} ,
"engines" : {
"node" : ">=14.0.0"
}
} ,
"node_modules/@rolldown/binding-win32-arm64-msvc" : {
"version" : "1.0.0-rc.9" ,
"resolved" : "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-rc.9.tgz" ,
"integrity" : "sha512-lHVNUG/8nlF1IQk1C0Ci574qKYyty2goMiPlRqkC5R+3LkXDkL5Dhx8ytbxq35m+pkHVIvIxviD+TWLdfeuadA==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"peer" : true ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
} ,
"node_modules/@rolldown/binding-win32-x64-msvc" : {
"version" : "1.0.0-rc.9" ,
"resolved" : "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-rc.9.tgz" ,
"integrity" : "sha512-G0oA4+w1iY5AGi5HcDTxWsoxF509hrFIPB2rduV5aDqS9FtDg1CAfa7V34qImbjfhIcA8C+RekocJZA96EarwQ==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"peer" : true ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
}
} ,
"node_modules/@rolldown/pluginutils" : {
"version" : "1.0.0-rc.9" ,
"resolved" : "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.9.tgz" ,
"integrity" : "sha512-w6oiRWgEBl04QkFZgmW+jnU1EC9b57Oihi2ot3HNWIQRqgHp5PnYDia5iZ5FF7rpa4EQdiqMDXjlqKGXBhsoXw==" ,
"license" : "MIT" ,
2026-03-26 06:20:22 +01:00
"optional" : true ,
2026-03-16 23:20:54 +01:00
"peer" : true
} ,
"node_modules/@rollup/plugin-alias" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/plugin-alias/-/plugin-alias-6.0.0.tgz" ,
"integrity" : "sha512-tPCzJOtS7uuVZd+xPhoy5W4vThe6KWXNmsFCNktaAh5RTqcLiSfT4huPQIXkgJ6YCOjJHvecOAzQxLFhPxKr+g==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=20.19.0"
} ,
"peerDependencies" : {
"rollup" : ">=4.0.0"
} ,
"peerDependenciesMeta" : {
"rollup" : {
"optional" : true
}
}
} ,
"node_modules/@rollup/plugin-commonjs" : {
"version" : "29.0.2" ,
"resolved" : "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-29.0.2.tgz" ,
"integrity" : "sha512-S/ggWH1LU7jTyi9DxZOKyxpVd4hF/OZ0JrEbeLjXk/DFXwRny0tjD2c992zOUYQobLrVkRVMDdmHP16HKP7GRg==" ,
"license" : "MIT" ,
"dependencies" : {
"@rollup/pluginutils" : "^5.0.1" ,
"commondir" : "^1.0.1" ,
"estree-walker" : "^2.0.2" ,
"fdir" : "^6.2.0" ,
"is-reference" : "1.2.1" ,
"magic-string" : "^0.30.3" ,
"picomatch" : "^4.0.2"
} ,
"engines" : {
"node" : ">=16.0.0 || 14 >= 14.17"
} ,
"peerDependencies" : {
"rollup" : "^2.68.0||^3.0.0||^4.0.0"
} ,
"peerDependenciesMeta" : {
"rollup" : {
"optional" : true
}
}
} ,
"node_modules/@rollup/plugin-inject" : {
"version" : "5.0.5" ,
"resolved" : "https://registry.npmjs.org/@rollup/plugin-inject/-/plugin-inject-5.0.5.tgz" ,
"integrity" : "sha512-2+DEJbNBoPROPkgTDNe8/1YXWcqxbN5DTjASVIOx8HS+pITXushyNiBV56RB08zuptzz8gT3YfkqriTBVycepg==" ,
"license" : "MIT" ,
"dependencies" : {
"@rollup/pluginutils" : "^5.0.1" ,
"estree-walker" : "^2.0.2" ,
"magic-string" : "^0.30.3"
} ,
"engines" : {
"node" : ">=14.0.0"
} ,
"peerDependencies" : {
"rollup" : "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
} ,
"peerDependenciesMeta" : {
"rollup" : {
"optional" : true
}
}
} ,
"node_modules/@rollup/plugin-json" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-6.1.0.tgz" ,
"integrity" : "sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==" ,
"license" : "MIT" ,
"dependencies" : {
"@rollup/pluginutils" : "^5.1.0"
} ,
"engines" : {
"node" : ">=14.0.0"
} ,
"peerDependencies" : {
"rollup" : "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
} ,
"peerDependenciesMeta" : {
"rollup" : {
"optional" : true
}
}
} ,
"node_modules/@rollup/plugin-node-resolve" : {
"version" : "16.0.3" ,
"resolved" : "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-16.0.3.tgz" ,
"integrity" : "sha512-lUYM3UBGuM93CnMPG1YocWu7X802BrNF3jW2zny5gQyLQgRFJhV1Sq0Zi74+dh/6NBx1DxFC4b4GXg9wUCG5Qg==" ,
"license" : "MIT" ,
"dependencies" : {
"@rollup/pluginutils" : "^5.0.1" ,
"@types/resolve" : "1.20.2" ,
"deepmerge" : "^4.2.2" ,
"is-module" : "^1.0.0" ,
"resolve" : "^1.22.1"
} ,
"engines" : {
"node" : ">=14.0.0"
} ,
"peerDependencies" : {
"rollup" : "^2.78.0||^3.0.0||^4.0.0"
} ,
"peerDependenciesMeta" : {
"rollup" : {
"optional" : true
}
}
} ,
"node_modules/@rollup/plugin-replace" : {
"version" : "6.0.3" ,
"resolved" : "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-6.0.3.tgz" ,
"integrity" : "sha512-J4RZarRvQAm5IF0/LwUUg+obsm+xZhYnbMXmXROyoSE1ATJe3oXSb9L5MMppdxP2ylNSjv6zFBwKYjcKMucVfA==" ,
"license" : "MIT" ,
"dependencies" : {
"@rollup/pluginutils" : "^5.0.1" ,
"magic-string" : "^0.30.3"
} ,
"engines" : {
"node" : ">=14.0.0"
} ,
"peerDependencies" : {
"rollup" : "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
} ,
"peerDependenciesMeta" : {
"rollup" : {
"optional" : true
}
}
} ,
"node_modules/@rollup/plugin-terser" : {
"version" : "0.4.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/plugin-terser/-/plugin-terser-0.4.4.tgz" ,
"integrity" : "sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==" ,
"license" : "MIT" ,
"dependencies" : {
"serialize-javascript" : "^6.0.1" ,
"smob" : "^1.0.0" ,
"terser" : "^5.17.4"
} ,
"engines" : {
"node" : ">=14.0.0"
} ,
"peerDependencies" : {
"rollup" : "^2.0.0||^3.0.0||^4.0.0"
} ,
"peerDependenciesMeta" : {
"rollup" : {
"optional" : true
}
}
} ,
"node_modules/@rollup/pluginutils" : {
"version" : "5.3.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.3.0.tgz" ,
"integrity" : "sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree" : "^1.0.0" ,
"estree-walker" : "^2.0.2" ,
"picomatch" : "^4.0.2"
} ,
"engines" : {
"node" : ">=14.0.0"
} ,
"peerDependencies" : {
"rollup" : "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
} ,
"peerDependenciesMeta" : {
"rollup" : {
"optional" : true
}
}
} ,
"node_modules/@rollup/rollup-android-arm-eabi" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.59.0.tgz" ,
"integrity" : "sha512-upnNBkA6ZH2VKGcBj9Fyl9IGNPULcjXRlg0LLeaioQWueH30p6IXtJEbKAgvyv+mJaMxSm1l6xwDXYjpEMiLMg==" ,
"cpu" : [
"arm"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
]
} ,
"node_modules/@rollup/rollup-android-arm64" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.59.0.tgz" ,
"integrity" : "sha512-hZ+Zxj3SySm4A/DylsDKZAeVg0mvi++0PYVceVyX7hemkw7OreKdCvW2oQ3T1FMZvCaQXqOTHb8qmBShoqk69Q==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
]
} ,
"node_modules/@rollup/rollup-darwin-arm64" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.59.0.tgz" ,
"integrity" : "sha512-W2Psnbh1J8ZJw0xKAd8zdNgF9HRLkdWwwdWqubSVk0pUuQkoHnv7rx4GiF9rT4t5DIZGAsConRE3AxCdJ4m8rg==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
]
} ,
"node_modules/@rollup/rollup-darwin-x64" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.59.0.tgz" ,
"integrity" : "sha512-ZW2KkwlS4lwTv7ZVsYDiARfFCnSGhzYPdiOU4IM2fDbL+QGlyAbjgSFuqNRbSthybLbIJ915UtZBtmuLrQAT/w==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
]
} ,
"node_modules/@rollup/rollup-freebsd-arm64" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.59.0.tgz" ,
"integrity" : "sha512-EsKaJ5ytAu9jI3lonzn3BgG8iRBjV4LxZexygcQbpiU0wU0ATxhNVEpXKfUa0pS05gTcSDMKpn3Sx+QB9RlTTA==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
]
} ,
"node_modules/@rollup/rollup-freebsd-x64" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.59.0.tgz" ,
"integrity" : "sha512-d3DuZi2KzTMjImrxoHIAODUZYoUUMsuUiY4SRRcJy6NJoZ6iIqWnJu9IScV9jXysyGMVuW+KNzZvBLOcpdl3Vg==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
]
} ,
"node_modules/@rollup/rollup-linux-arm-gnueabihf" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.59.0.tgz" ,
"integrity" : "sha512-t4ONHboXi/3E0rT6OZl1pKbl2Vgxf9vJfWgmUoCEVQVxhW6Cw/c8I6hbbu7DAvgp82RKiH7TpLwxnJeKv2pbsw==" ,
"cpu" : [
"arm"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-arm-musleabihf" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.59.0.tgz" ,
"integrity" : "sha512-CikFT7aYPA2ufMD086cVORBYGHffBo4K8MQ4uPS/ZnY54GKj36i196u8U+aDVT2LX4eSMbyHtyOh7D7Zvk2VvA==" ,
"cpu" : [
"arm"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-arm64-gnu" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.59.0.tgz" ,
"integrity" : "sha512-jYgUGk5aLd1nUb1CtQ8E+t5JhLc9x5WdBKew9ZgAXg7DBk0ZHErLHdXM24rfX+bKrFe+Xp5YuJo54I5HFjGDAA==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-arm64-musl" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.59.0.tgz" ,
"integrity" : "sha512-peZRVEdnFWZ5Bh2KeumKG9ty7aCXzzEsHShOZEFiCQlDEepP1dpUl/SrUNXNg13UmZl+gzVDPsiCwnV1uI0RUA==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-loong64-gnu" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.59.0.tgz" ,
"integrity" : "sha512-gbUSW/97f7+r4gHy3Jlup8zDG190AuodsWnNiXErp9mT90iCy9NKKU0Xwx5k8VlRAIV2uU9CsMnEFg/xXaOfXg==" ,
"cpu" : [
"loong64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-loong64-musl" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.59.0.tgz" ,
"integrity" : "sha512-yTRONe79E+o0FWFijasoTjtzG9EBedFXJMl888NBEDCDV9I2wGbFFfJQQe63OijbFCUZqxpHz1GzpbtSFikJ4Q==" ,
"cpu" : [
"loong64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-ppc64-gnu" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.59.0.tgz" ,
"integrity" : "sha512-sw1o3tfyk12k3OEpRddF68a1unZ5VCN7zoTNtSn2KndUE+ea3m3ROOKRCZxEpmT9nsGnogpFP9x6mnLTCaoLkA==" ,
"cpu" : [
"ppc64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-ppc64-musl" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.59.0.tgz" ,
"integrity" : "sha512-+2kLtQ4xT3AiIxkzFVFXfsmlZiG5FXYW7ZyIIvGA7Bdeuh9Z0aN4hVyXS/G1E9bTP/vqszNIN/pUKCk/BTHsKA==" ,
"cpu" : [
"ppc64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-riscv64-gnu" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.59.0.tgz" ,
"integrity" : "sha512-NDYMpsXYJJaj+I7UdwIuHHNxXZ/b/N2hR15NyH3m2qAtb/hHPA4g4SuuvrdxetTdndfj9b1WOmy73kcPRoERUg==" ,
"cpu" : [
"riscv64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-riscv64-musl" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.59.0.tgz" ,
"integrity" : "sha512-nLckB8WOqHIf1bhymk+oHxvM9D3tyPndZH8i8+35p/1YiVoVswPid2yLzgX7ZJP0KQvnkhM4H6QZ5m0LzbyIAg==" ,
"cpu" : [
"riscv64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-s390x-gnu" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.59.0.tgz" ,
"integrity" : "sha512-oF87Ie3uAIvORFBpwnCvUzdeYUqi2wY6jRFWJAy1qus/udHFYIkplYRW+wo+GRUP4sKzYdmE1Y3+rY5Gc4ZO+w==" ,
"cpu" : [
"s390x"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-x64-gnu" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.59.0.tgz" ,
"integrity" : "sha512-3AHmtQq/ppNuUspKAlvA8HtLybkDflkMuLK4DPo77DfthRb71V84/c4MlWJXixZz4uruIH4uaa07IqoAkG64fg==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-x64-musl" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.59.0.tgz" ,
"integrity" : "sha512-2UdiwS/9cTAx7qIUZB/fWtToJwvt0Vbo0zmnYt7ED35KPg13Q0ym1g442THLC7VyI6JfYTP4PiSOWyoMdV2/xg==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-openbsd-x64" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.59.0.tgz" ,
"integrity" : "sha512-M3bLRAVk6GOwFlPTIxVBSYKUaqfLrn8l0psKinkCFxl4lQvOSz8ZrKDz2gxcBwHFpci0B6rttydI4IpS4IS/jQ==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openbsd"
]
} ,
"node_modules/@rollup/rollup-openharmony-arm64" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.59.0.tgz" ,
"integrity" : "sha512-tt9KBJqaqp5i5HUZzoafHZX8b5Q2Fe7UjYERADll83O4fGqJ49O1FsL6LpdzVFQcpwvnyd0i+K/VSwu/o/nWlA==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openharmony"
]
} ,
"node_modules/@rollup/rollup-win32-arm64-msvc" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.59.0.tgz" ,
"integrity" : "sha512-V5B6mG7OrGTwnxaNUzZTDTjDS7F75PO1ae6MJYdiMu60sq0CqN5CVeVsbhPxalupvTX8gXVSU9gq+Rx1/hvu6A==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
]
} ,
"node_modules/@rollup/rollup-win32-ia32-msvc" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.59.0.tgz" ,
"integrity" : "sha512-UKFMHPuM9R0iBegwzKF4y0C4J9u8C6MEJgFuXTBerMk7EJ92GFVFYBfOZaSGLu6COf7FxpQNqhNS4c4icUPqxA==" ,
"cpu" : [
"ia32"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
]
} ,
"node_modules/@rollup/rollup-win32-x64-gnu" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.59.0.tgz" ,
"integrity" : "sha512-laBkYlSS1n2L8fSo1thDNGrCTQMmxjYY5G0WFWjFFYZkKPjsMBsgJfGf4TLxXrF6RyhI60L8TMOjBMvXiTcxeA==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
]
} ,
"node_modules/@rollup/rollup-win32-x64-msvc" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.59.0.tgz" ,
"integrity" : "sha512-2HRCml6OztYXyJXAvdDXPKcawukWY2GpR5/nxKp4iBgiO3wcoEGkAaqctIbZcNB6KlUQBIqt8VYkNSj2397EfA==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
]
} ,
"node_modules/@shikijs/core" : {
"version" : "1.29.2" ,
"resolved" : "https://registry.npmjs.org/@shikijs/core/-/core-1.29.2.tgz" ,
"integrity" : "sha512-vju0lY9r27jJfOY4Z7+Rt/nIOjzJpZ3y+nYpqtUZInVoXQ/TJZcfGnNOGnKjFdVZb8qexiCuSlZRKcGfhhTTZQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@shikijs/engine-javascript" : "1.29.2" ,
"@shikijs/engine-oniguruma" : "1.29.2" ,
"@shikijs/types" : "1.29.2" ,
"@shikijs/vscode-textmate" : "^10.0.1" ,
"@types/hast" : "^3.0.4" ,
"hast-util-to-html" : "^9.0.4"
}
} ,
"node_modules/@shikijs/engine-javascript" : {
"version" : "1.29.2" ,
"resolved" : "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-1.29.2.tgz" ,
"integrity" : "sha512-iNEZv4IrLYPv64Q6k7EPpOCE/nuvGiKl7zxdq0WFuRPF5PAE9PRo2JGq/d8crLusM59BRemJ4eOqrFrC4wiQ+A==" ,
"license" : "MIT" ,
"dependencies" : {
"@shikijs/types" : "1.29.2" ,
"@shikijs/vscode-textmate" : "^10.0.1" ,
"oniguruma-to-es" : "^2.2.0"
}
} ,
"node_modules/@shikijs/engine-oniguruma" : {
"version" : "1.29.2" ,
"resolved" : "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-1.29.2.tgz" ,
"integrity" : "sha512-7iiOx3SG8+g1MnlzZVDYiaeHe7Ez2Kf2HrJzdmGwkRisT7r4rak0e655AcM/tF9JG/kg5fMNYlLLKglbN7gBqA==" ,
"license" : "MIT" ,
"dependencies" : {
"@shikijs/types" : "1.29.2" ,
"@shikijs/vscode-textmate" : "^10.0.1"
}
} ,
"node_modules/@shikijs/langs" : {
"version" : "1.29.2" ,
"resolved" : "https://registry.npmjs.org/@shikijs/langs/-/langs-1.29.2.tgz" ,
"integrity" : "sha512-FIBA7N3LZ+223U7cJDUYd5shmciFQlYkFXlkKVaHsCPgfVLiO+e12FmQE6Tf9vuyEsFe3dIl8qGWKXgEHL9wmQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@shikijs/types" : "1.29.2"
}
} ,
"node_modules/@shikijs/themes" : {
"version" : "1.29.2" ,
"resolved" : "https://registry.npmjs.org/@shikijs/themes/-/themes-1.29.2.tgz" ,
"integrity" : "sha512-i9TNZlsq4uoyqSbluIcZkmPL9Bfi3djVxRnofUHwvx/h6SRW3cwgBC5SML7vsDcWyukY0eCzVN980rqP6qNl9g==" ,
"license" : "MIT" ,
"dependencies" : {
"@shikijs/types" : "1.29.2"
}
} ,
"node_modules/@shikijs/types" : {
"version" : "1.29.2" ,
"resolved" : "https://registry.npmjs.org/@shikijs/types/-/types-1.29.2.tgz" ,
"integrity" : "sha512-VJjK0eIijTZf0QSTODEXCqinjBn0joAHQ+aPSBzrv4O2d/QSbsMw+ZeSRx03kV34Hy7NzUvV/7NqfYGRLrASmw==" ,
"license" : "MIT" ,
"dependencies" : {
"@shikijs/vscode-textmate" : "^10.0.1" ,
"@types/hast" : "^3.0.4"
}
} ,
"node_modules/@shikijs/vscode-textmate" : {
"version" : "10.0.2" ,
"resolved" : "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz" ,
"integrity" : "sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==" ,
"license" : "MIT"
} ,
"node_modules/@sindresorhus/is" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/@sindresorhus/is/-/is-7.2.0.tgz" ,
"integrity" : "sha512-P1Cz1dWaFfR4IR+U13mqqiGsLFf1KbayybWwdd2vfctdV6hDpUkgCY0nKOLLTMSoRd/jJNjtbqzf13K8DCCXQw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sindresorhus/is?sponsor=1"
}
} ,
"node_modules/@sindresorhus/merge-streams" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz" ,
"integrity" : "sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/@solidjs/meta" : {
"version" : "0.29.4" ,
"resolved" : "https://registry.npmjs.org/@solidjs/meta/-/meta-0.29.4.tgz" ,
"integrity" : "sha512-zdIWBGpR9zGx1p1bzIPqF5Gs+Ks/BH8R6fWhmUa/dcK1L2rUC8BAcZJzNRYBQv74kScf1TSOs0EY//Vd/I0V8g==" ,
"license" : "MIT" ,
"peerDependencies" : {
"solid-js" : ">=1.8.4"
}
} ,
"node_modules/@solidjs/router" : {
"version" : "0.15.4" ,
"resolved" : "https://registry.npmjs.org/@solidjs/router/-/router-0.15.4.tgz" ,
"integrity" : "sha512-WOpgg9a9T638cR+5FGbFi/IV4l2FpmBs1GpIMSPa0Ce9vyJN7Wts+X2PqMf9IYn0zUj2MlSJtm1gp7/HI/n5TQ==" ,
"license" : "MIT" ,
"peerDependencies" : {
"solid-js" : "^1.8.6"
}
} ,
"node_modules/@solidjs/start" : {
"version" : "1.3.2" ,
"resolved" : "https://registry.npmjs.org/@solidjs/start/-/start-1.3.2.tgz" ,
"integrity" : "sha512-tasDl3utVbtP0rr4InB3ntBIFV2upvEiFrOOCkRrAA3yBfjx9elpxnc94sJQXo65PNYdAAAkPIC6h93vLrtwHg==" ,
"license" : "MIT" ,
"dependencies" : {
"@tanstack/server-functions-plugin" : "1.121.21" ,
"@vinxi/plugin-directives" : "^0.5.0" ,
"@vinxi/server-components" : "^0.5.0" ,
"cookie-es" : "^2.0.0" ,
"defu" : "^6.1.2" ,
"error-stack-parser" : "^2.1.4" ,
"html-to-image" : "^1.11.11" ,
"radix3" : "^1.1.0" ,
"seroval" : "^1.5.0" ,
"seroval-plugins" : "^1.5.0" ,
"shiki" : "^1.26.1" ,
"source-map-js" : "^1.0.2" ,
"terracotta" : "^1.0.4" ,
"tinyglobby" : "^0.2.2" ,
"vite-plugin-solid" : "^2.11.10"
} ,
"peerDependencies" : {
"vinxi" : "^0.5.7"
}
} ,
2026-04-08 22:12:38 +02:00
"node_modules/@solidjs/testing-library" : {
"version" : "0.8.10" ,
"resolved" : "https://registry.npmjs.org/@solidjs/testing-library/-/testing-library-0.8.10.tgz" ,
"integrity" : "sha512-qdeuIerwyq7oQTIrrKvV0aL9aFeuwTd86VYD3afdq5HYEwoox1OBTJy4y8A3TFZr8oAR0nujYgCzY/8wgHGfeQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@testing-library/dom" : "^10.4.0"
} ,
"engines" : {
"node" : ">= 14"
} ,
"peerDependencies" : {
"@solidjs/router" : ">=0.9.0" ,
"solid-js" : ">=1.0.0"
} ,
"peerDependenciesMeta" : {
"@solidjs/router" : {
"optional" : true
}
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/@speed-highlight/core" : {
"version" : "1.2.14" ,
"resolved" : "https://registry.npmjs.org/@speed-highlight/core/-/core-1.2.14.tgz" ,
"integrity" : "sha512-G4ewlBNhUtlLvrJTb88d2mdy2KRijzs4UhnlrOSRT4bmjh/IqNElZa3zkrZ+TC47TwtlDWzVLFADljF1Ijp5hA==" ,
"license" : "CC0-1.0"
} ,
2026-03-26 06:20:22 +01:00
"node_modules/@standard-schema/spec" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz" ,
"integrity" : "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/@storybook/addon-a11y" : {
"version" : "10.3.3" ,
"resolved" : "https://registry.npmjs.org/@storybook/addon-a11y/-/addon-a11y-10.3.3.tgz" ,
"integrity" : "sha512-1yELCE8NXUJKcfS2k97pujtVw4z95PCwyoy2I6VAPiG/nRnJI8M6ned08YmCMEJhLBgGA1+GBh9HO4uk+xPcYA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@storybook/global" : "^5.0.0" ,
"axe-core" : "^4.2.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/storybook"
} ,
"peerDependencies" : {
"storybook" : "^10.3.3"
}
} ,
"node_modules/@storybook/addon-docs" : {
"version" : "10.3.3" ,
"resolved" : "https://registry.npmjs.org/@storybook/addon-docs/-/addon-docs-10.3.3.tgz" ,
"integrity" : "sha512-trJQTpOtuOEuNv1Rn8X2Sopp5hSPpb0u0soEJ71BZAbxe4d2Y1d/1MYcxBdRKwncum6sCTsnxTpqQ/qvSJKlTQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@mdx-js/react" : "^3.0.0" ,
"@storybook/csf-plugin" : "10.3.3" ,
"@storybook/icons" : "^2.0.1" ,
"@storybook/react-dom-shim" : "10.3.3" ,
"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" ,
"ts-dedent" : "^2.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/storybook"
} ,
"peerDependencies" : {
"storybook" : "^10.3.3"
}
} ,
"node_modules/@storybook/addon-vitest" : {
"version" : "10.3.3" ,
"resolved" : "https://registry.npmjs.org/@storybook/addon-vitest/-/addon-vitest-10.3.3.tgz" ,
"integrity" : "sha512-9bbUAgraZhHh35WuWJn/83B0KvkcsP8dNpzbhssMeWQTfu92TR3DqRNeGTNSlyZvhbGfwiwT3TfBzzM4dX1feg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@storybook/global" : "^5.0.0" ,
"@storybook/icons" : "^2.0.1"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/storybook"
} ,
"peerDependencies" : {
"@vitest/browser" : "^3.0.0 || ^4.0.0" ,
"@vitest/browser-playwright" : "^4.0.0" ,
"@vitest/runner" : "^3.0.0 || ^4.0.0" ,
"storybook" : "^10.3.3" ,
"vitest" : "^3.0.0 || ^4.0.0"
} ,
"peerDependenciesMeta" : {
"@vitest/browser" : {
"optional" : true
} ,
"@vitest/browser-playwright" : {
"optional" : true
} ,
"@vitest/runner" : {
"optional" : true
} ,
"vitest" : {
"optional" : true
}
}
} ,
"node_modules/@storybook/builder-vite" : {
"version" : "10.3.3" ,
"resolved" : "https://registry.npmjs.org/@storybook/builder-vite/-/builder-vite-10.3.3.tgz" ,
"integrity" : "sha512-awspKCTZvXyeV3KabL0id62mFbxR5u/5yyGQultwCiSb2/yVgBfip2MAqLyS850pvTiB6QFVM9deOyd2/G/bEA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@storybook/csf-plugin" : "10.3.3" ,
"ts-dedent" : "^2.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/storybook"
} ,
"peerDependencies" : {
"storybook" : "^10.3.3" ,
"vite" : "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
}
} ,
"node_modules/@storybook/csf-plugin" : {
"version" : "10.3.3" ,
"resolved" : "https://registry.npmjs.org/@storybook/csf-plugin/-/csf-plugin-10.3.3.tgz" ,
"integrity" : "sha512-Utlh7zubm+4iOzBBfzLW4F4vD99UBtl2Do4edlzK2F7krQIcFvR2ontjAE8S1FQVLZAC3WHalCOS+Ch8zf3knA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"unplugin" : "^2.3.5"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/storybook"
} ,
"peerDependencies" : {
"esbuild" : "*" ,
"rollup" : "*" ,
"storybook" : "^10.3.3" ,
"vite" : "*" ,
"webpack" : "*"
} ,
"peerDependenciesMeta" : {
"esbuild" : {
"optional" : true
} ,
"rollup" : {
"optional" : true
} ,
"vite" : {
"optional" : true
} ,
"webpack" : {
"optional" : true
}
}
} ,
"node_modules/@storybook/global" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/@storybook/global/-/global-5.0.0.tgz" ,
"integrity" : "sha512-FcOqPAXACP0I3oJ/ws6/rrPT9WGhu915Cg8D02a9YxLo0DE9zI+a9A5gRGvmQ09fiWPukqI8ZAEoQEdWUKMQdQ==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/@storybook/icons" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/@storybook/icons/-/icons-2.0.1.tgz" ,
"integrity" : "sha512-/smVjw88yK3CKsiuR71vNgWQ9+NuY2L+e8X7IMrFjexjm6ZR8ULrV2DRkTA61aV6ryefslzHEGDInGpnNeIocg==" ,
"dev" : true ,
"license" : "MIT" ,
"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"
}
} ,
"node_modules/@storybook/react-dom-shim" : {
"version" : "10.3.3" ,
"resolved" : "https://registry.npmjs.org/@storybook/react-dom-shim/-/react-dom-shim-10.3.3.tgz" ,
"integrity" : "sha512-lkhuh4G3UTreU9M3Iz5Dt32c6U+l/4XuvqLtbe1sDHENZH6aPj7y0b5FwnfHyvuTvYRhtbo29xZrF5Bp9kCC0w==" ,
"dev" : true ,
"license" : "MIT" ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/storybook"
} ,
"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" ,
"storybook" : "^10.3.3"
}
} ,
feat(admin): Phase 0 — Tailwind v4 foundation, shell rewrite, modern dashboard
- Install Tailwind CSS v4 via @tailwindcss/vite; configure vite.config.ts
- Rewrite app.css: Tailwind base, Exo 2 font, brand tokens (orange #fd6216, navy #050026), scrollbar utility; fix @import order
- Rewrite AdminShell.tsx: fixed header, fixed inset body grid (sidebar + main), session check, sub-tab system, logout, admin avatar/name/role
- Rewrite AdminSidebar.tsx: collapsible w-64/w-20, orange active rail + badge/dot, CSS filter for SVG icon tinting, min-h-0 flex fix
- Replace 84 route stub CSS classes (page-title, card, btn, table-wrap, etc.) with Tailwind equivalents via safe class-attr-only regex script
- Rewrite admin dashboard: Lucide icons in colored chip backgrounds, 4-col KPI grid, Control Plane 6-module grid, hover lift animations
- Disable SSR (ssr: false) to fix Vinxi dev manifest error; clear stale .vinxi cache
- Add lucide-solid icon library
- Add scripts/cleanup-css.mjs for class migration
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-23 23:00:21 +01:00
"node_modules/@tailwindcss/node" : {
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/node/-/node-4.2.2.tgz" ,
"integrity" : "sha512-pXS+wJ2gZpVXqFaUEjojq7jzMpTGf8rU6ipJz5ovJV6PUGmlJ+jvIwGrzdHdQ80Sg+wmQxUFuoW1UAAwHNEdFA==" ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/remapping" : "^2.3.5" ,
"enhanced-resolve" : "^5.19.0" ,
"jiti" : "^2.6.1" ,
"lightningcss" : "1.32.0" ,
"magic-string" : "^0.30.21" ,
"source-map-js" : "^1.2.1" ,
"tailwindcss" : "4.2.2"
}
} ,
"node_modules/@tailwindcss/node/node_modules/jiti" : {
"version" : "2.6.1" ,
"resolved" : "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz" ,
"integrity" : "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==" ,
"license" : "MIT" ,
"bin" : {
"jiti" : "lib/jiti-cli.mjs"
}
} ,
"node_modules/@tailwindcss/oxide" : {
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.2.2.tgz" ,
"integrity" : "sha512-qEUA07+E5kehxYp9BVMpq9E8vnJuBHfJEC0vPC5e7iL/hw7HR61aDKoVoKzrG+QKp56vhNZe4qwkRmMC0zDLvg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 20"
} ,
"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"
}
} ,
"node_modules/@tailwindcss/oxide-android-arm64" : {
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.2.2.tgz" ,
"integrity" : "sha512-dXGR1n+P3B6748jZO/SvHZq7qBOqqzQ+yFrXpoOWWALWndF9MoSKAT3Q0fYgAzYzGhxNYOoysRvYlpixRBBoDg==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">= 20"
}
} ,
"node_modules/@tailwindcss/oxide-darwin-arm64" : {
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.2.2.tgz" ,
"integrity" : "sha512-iq9Qjr6knfMpZHj55/37ouZeykwbDqF21gPFtfnhCCKGDcPI/21FKC9XdMO/XyBM7qKORx6UIhGgg6jLl7BZlg==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 20"
}
} ,
"node_modules/@tailwindcss/oxide-darwin-x64" : {
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.2.2.tgz" ,
"integrity" : "sha512-BlR+2c3nzc8f2G639LpL89YY4bdcIdUmiOOkv2GQv4/4M0vJlpXEa0JXNHhCHU7VWOKWT/CjqHdTP8aUuDJkuw==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 20"
}
} ,
"node_modules/@tailwindcss/oxide-freebsd-x64" : {
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.2.2.tgz" ,
"integrity" : "sha512-YUqUgrGMSu2CDO82hzlQ5qSb5xmx3RUrke/QgnoEx7KvmRJHQuZHZmZTLSuuHwFf0DJPybFMXMYf+WJdxHy/nQ==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : ">= 20"
}
} ,
"node_modules/@tailwindcss/oxide-linux-arm-gnueabihf" : {
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.2.2.tgz" ,
"integrity" : "sha512-FPdhvsW6g06T9BWT0qTwiVZYE2WIFo2dY5aCSpjG/S/u1tby+wXoslXS0kl3/KXnULlLr1E3NPRRw0g7t2kgaQ==" ,
"cpu" : [
"arm"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 20"
}
} ,
"node_modules/@tailwindcss/oxide-linux-arm64-gnu" : {
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.2.2.tgz" ,
"integrity" : "sha512-4og1V+ftEPXGttOO7eCmW7VICmzzJWgMx+QXAJRAhjrSjumCwWqMfkDrNu1LXEQzNAwz28NCUpucgQPrR4S2yw==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 20"
}
} ,
"node_modules/@tailwindcss/oxide-linux-arm64-musl" : {
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.2.2.tgz" ,
"integrity" : "sha512-oCfG/mS+/+XRlwNjnsNLVwnMWYH7tn/kYPsNPh+JSOMlnt93mYNCKHYzylRhI51X+TbR+ufNhhKKzm6QkqX8ag==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 20"
}
} ,
"node_modules/@tailwindcss/oxide-linux-x64-gnu" : {
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.2.2.tgz" ,
"integrity" : "sha512-rTAGAkDgqbXHNp/xW0iugLVmX62wOp2PoE39BTCGKjv3Iocf6AFbRP/wZT/kuCxC9QBh9Pu8XPkv/zCZB2mcMg==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 20"
}
} ,
"node_modules/@tailwindcss/oxide-linux-x64-musl" : {
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.2.2.tgz" ,
"integrity" : "sha512-XW3t3qwbIwiSyRCggeO2zxe3KWaEbM0/kW9e8+0XpBgyKU4ATYzcVSMKteZJ1iukJ3HgHBjbg9P5YPRCVUxlnQ==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 20"
}
} ,
"node_modules/@tailwindcss/oxide-wasm32-wasi" : {
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.2.2.tgz" ,
"integrity" : "sha512-eKSztKsmEsn1O5lJ4ZAfyn41NfG7vzCg496YiGtMDV86jz1q/irhms5O0VrY6ZwTUkFy/EKG3RfWgxSI3VbZ8Q==" ,
"bundleDependencies" : [
"@napi-rs/wasm-runtime" ,
"@emnapi/core" ,
"@emnapi/runtime" ,
"@tybys/wasm-util" ,
"@emnapi/wasi-threads" ,
"tslib"
] ,
"cpu" : [
"wasm32"
] ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"@emnapi/core" : "^1.8.1" ,
"@emnapi/runtime" : "^1.8.1" ,
"@emnapi/wasi-threads" : "^1.1.0" ,
"@napi-rs/wasm-runtime" : "^1.1.1" ,
"@tybys/wasm-util" : "^0.10.1" ,
"tslib" : "^2.8.1"
} ,
"engines" : {
"node" : ">=14.0.0"
}
} ,
"node_modules/@tailwindcss/oxide-win32-arm64-msvc" : {
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.2.tgz" ,
"integrity" : "sha512-qPmaQM4iKu5mxpsrWZMOZRgZv1tOZpUm+zdhhQP0VhJfyGGO3aUKdbh3gDZc/dPLQwW4eSqWGrrcWNBZWUWaXQ==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 20"
}
} ,
"node_modules/@tailwindcss/oxide-win32-x64-msvc" : {
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.2.2.tgz" ,
"integrity" : "sha512-1T/37VvI7WyH66b+vqHj/cLwnCxt7Qt3WFu5Q8hk65aOvlwAhs7rAp1VkulBJw/N4tMirXjVnylTR72uI0HGcA==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 20"
}
} ,
"node_modules/@tailwindcss/vite" : {
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.2.2.tgz" ,
"integrity" : "sha512-mEiF5HO1QqCLXoNEfXVA1Tzo+cYsrqV7w9Juj2wdUFyW07JRenqMG225MvPwr3ZD9N1bFQj46X7r33iHxLUW0w==" ,
"license" : "MIT" ,
"dependencies" : {
"@tailwindcss/node" : "4.2.2" ,
"@tailwindcss/oxide" : "4.2.2" ,
"tailwindcss" : "4.2.2"
} ,
"peerDependencies" : {
"vite" : "^5.2.0 || ^6 || ^7 || ^8"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/@tanstack/directive-functions-plugin" : {
"version" : "1.121.21" ,
"resolved" : "https://registry.npmjs.org/@tanstack/directive-functions-plugin/-/directive-functions-plugin-1.121.21.tgz" ,
"integrity" : "sha512-B9z/HbF7gJBaRHieyX7f2uQ4LpLLAVAEutBZipH6w+CYD6RHRJvSVPzECGHF7icFhNWTiJQL2QR6K07s59yzEw==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/code-frame" : "7.26.2" ,
"@babel/core" : "^7.26.8" ,
"@babel/traverse" : "^7.26.8" ,
"@babel/types" : "^7.26.8" ,
"@tanstack/router-utils" : "^1.121.21" ,
"babel-dead-code-elimination" : "^1.0.10" ,
"tiny-invariant" : "^1.3.3"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/tannerlinsley"
} ,
"peerDependencies" : {
"vite" : ">=6.0.0"
}
} ,
"node_modules/@tanstack/router-utils" : {
"version" : "1.161.6" ,
"resolved" : "https://registry.npmjs.org/@tanstack/router-utils/-/router-utils-1.161.6.tgz" ,
"integrity" : "sha512-nRcYw+w2OEgK6VfjirYvGyPLOK+tZQz1jkYcmH5AjMamQ9PycnlxZF2aEZtPpNoUsaceX2bHptn6Ub5hGXqNvw==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/core" : "^7.28.5" ,
"@babel/generator" : "^7.28.5" ,
"@babel/parser" : "^7.28.5" ,
"@babel/types" : "^7.28.5" ,
"ansis" : "^4.1.0" ,
"babel-dead-code-elimination" : "^1.0.12" ,
"diff" : "^8.0.2" ,
"pathe" : "^2.0.3" ,
"tinyglobby" : "^0.2.15"
} ,
"engines" : {
"node" : ">=20.19"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/tannerlinsley"
}
} ,
"node_modules/@tanstack/server-functions-plugin" : {
"version" : "1.121.21" ,
"resolved" : "https://registry.npmjs.org/@tanstack/server-functions-plugin/-/server-functions-plugin-1.121.21.tgz" ,
"integrity" : "sha512-a05fzK+jBGacsSAc1vE8an7lpBh4H0PyIEcivtEyHLomgSeElAJxm9E2It/0nYRZ5Lh23m0okbhzJNaYWZpAOg==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/code-frame" : "7.26.2" ,
"@babel/core" : "^7.26.8" ,
"@babel/plugin-syntax-jsx" : "^7.25.9" ,
"@babel/plugin-syntax-typescript" : "^7.25.9" ,
"@babel/template" : "^7.26.8" ,
"@babel/traverse" : "^7.26.8" ,
"@babel/types" : "^7.26.8" ,
"@tanstack/directive-functions-plugin" : "1.121.21" ,
"babel-dead-code-elimination" : "^1.0.9" ,
"tiny-invariant" : "^1.3.3"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/tannerlinsley"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/@testing-library/dom" : {
"version" : "10.4.1" ,
"resolved" : "https://registry.npmjs.org/@testing-library/dom/-/dom-10.4.1.tgz" ,
"integrity" : "sha512-o4PXJQidqJl82ckFaXUeoAW+XysPLauYI43Abki5hABd853iMhitooc6znOnczgbTYmEP6U6/y1ZyKAIsvMKGg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/code-frame" : "^7.10.4" ,
"@babel/runtime" : "^7.12.5" ,
"@types/aria-query" : "^5.0.1" ,
"aria-query" : "5.3.0" ,
"dom-accessibility-api" : "^0.5.9" ,
"lz-string" : "^1.5.0" ,
"picocolors" : "1.1.1" ,
"pretty-format" : "^27.0.2"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@testing-library/jest-dom" : {
"version" : "6.9.1" ,
"resolved" : "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.9.1.tgz" ,
"integrity" : "sha512-zIcONa+hVtVSSep9UT3jZ5rizo2BsxgyDYU7WFD5eICBE7no3881HGeb/QkGfsJs6JTkY1aQhT7rIPC7e+0nnA==" ,
"devOptional" : true ,
"license" : "MIT" ,
"dependencies" : {
"@adobe/css-tools" : "^4.4.0" ,
"aria-query" : "^5.0.0" ,
"css.escape" : "^1.5.1" ,
"dom-accessibility-api" : "^0.6.3" ,
"picocolors" : "^1.1.1" ,
"redent" : "^3.0.0"
} ,
"engines" : {
"node" : ">=14" ,
"npm" : ">=6" ,
"yarn" : ">=1"
}
} ,
"node_modules/@testing-library/jest-dom/node_modules/dom-accessibility-api" : {
"version" : "0.6.3" ,
"resolved" : "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.6.3.tgz" ,
"integrity" : "sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==" ,
"devOptional" : true ,
"license" : "MIT"
} ,
"node_modules/@testing-library/user-event" : {
"version" : "14.6.1" ,
"resolved" : "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.6.1.tgz" ,
"integrity" : "sha512-vq7fv0rnt+QTXgPxr5Hjc210p6YKq2kmdziLgnsZGgLJ9e6VAShx1pACLuRjd/AS/sr7phAR58OIIpf0LlmQNw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12" ,
"npm" : ">=6"
} ,
"peerDependencies" : {
"@testing-library/dom" : ">=7.21.4"
}
} ,
feat: phase 1+2 — shell redesign + drag-and-drop dashboard
Shell (AdminShell + AdminSidebar):
- Logo moved to header-left section, width syncs with sidebar collapse state
- Global search bar with debounced multi-module API calls and grouped dropdown
- Bell notification icon with badge, gear → /admin/settings, user dropdown with logout
- Sidebar: 7 grouped nav sections with dividers, orange left-border active state,
removed "Active" badge pill, user info (avatar + name + role) pinned to bottom
- Fixed all sidebar labels to match Figma (Employee Management, External Onboarding
Management, Users Management, Verification Management)
- Added missing sidebar items: Verification, Fitness Trainers, Graphic Designers,
Social Media, Video Editors, Catering Services, Applications, Responses
Dashboard (admin/index):
- Rebuilt to match Figma: "Dashboard Overview" title, Export Report button
- 4 stat cards (Total Users, Active Companies, Open Leads, Credits Purchased)
with real API fetch, orange icons, delta badges, graceful — fallback
- ApexCharts: Leads Trend (orange gradient line) + Revenue Overview (navy bars)
- Drag-and-drop widget system via @thisbeyond/solid-dnd — sortable stat cards
and chart cards with handles and remove buttons in Customise mode
- Add Widget panel shows all available widgets not on dashboard
- 8 stat widgets + 3 chart widgets available; layout persists in localStorage
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-25 19:21:54 +01:00
"node_modules/@thisbeyond/solid-dnd" : {
"version" : "0.7.5" ,
"resolved" : "https://registry.npmjs.org/@thisbeyond/solid-dnd/-/solid-dnd-0.7.5.tgz" ,
"integrity" : "sha512-DfI5ff+yYGpK9M21LhYwIPlbP2msKxN2ARwuu6GF8tT1GgNVDTI8VCQvH4TJFoVApP9d44izmAcTh/iTCH2UUw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18.0.0" ,
"pnpm" : ">=8.6.0"
} ,
"peerDependencies" : {
"solid-js" : "^1.5"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/@tybys/wasm-util" : {
"version" : "0.10.1" ,
"resolved" : "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz" ,
"integrity" : "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"tslib" : "^2.4.0"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/@types/aria-query" : {
"version" : "5.0.4" ,
"resolved" : "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.4.tgz" ,
"integrity" : "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==" ,
"dev" : true ,
2026-04-08 22:12:38 +02:00
"license" : "MIT"
2026-03-26 06:20:22 +01:00
} ,
2026-03-16 23:20:54 +01:00
"node_modules/@types/babel__core" : {
"version" : "7.20.5" ,
"resolved" : "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz" ,
"integrity" : "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/parser" : "^7.20.7" ,
"@babel/types" : "^7.20.7" ,
"@types/babel__generator" : "*" ,
"@types/babel__template" : "*" ,
"@types/babel__traverse" : "*"
}
} ,
"node_modules/@types/babel__generator" : {
"version" : "7.27.0" ,
"resolved" : "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz" ,
"integrity" : "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/types" : "^7.0.0"
}
} ,
"node_modules/@types/babel__template" : {
"version" : "7.4.4" ,
"resolved" : "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz" ,
"integrity" : "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/parser" : "^7.1.0" ,
"@babel/types" : "^7.0.0"
}
} ,
"node_modules/@types/babel__traverse" : {
"version" : "7.28.0" ,
"resolved" : "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz" ,
"integrity" : "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/types" : "^7.28.2"
}
} ,
"node_modules/@types/braces" : {
"version" : "3.0.5" ,
"resolved" : "https://registry.npmjs.org/@types/braces/-/braces-3.0.5.tgz" ,
"integrity" : "sha512-SQFof9H+LXeWNz8wDe7oN5zu7ket0qwMu5vZubW4GCJ8Kkeh6nBWUz87+KTz/G3Kqsrp0j/W253XJb3KMEeg3w==" ,
"license" : "MIT"
} ,
2026-03-26 06:20:22 +01:00
"node_modules/@types/chai" : {
"version" : "5.2.3" ,
"resolved" : "https://registry.npmjs.org/@types/chai/-/chai-5.2.3.tgz" ,
"integrity" : "sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@types/deep-eql" : "*" ,
"assertion-error" : "^2.0.1"
}
} ,
"node_modules/@types/deep-eql" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/@types/deep-eql/-/deep-eql-4.0.2.tgz" ,
"integrity" : "sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==" ,
"dev" : true ,
"license" : "MIT"
} ,
2026-03-16 23:20:54 +01:00
"node_modules/@types/estree" : {
"version" : "1.0.8" ,
"resolved" : "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz" ,
"integrity" : "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==" ,
"license" : "MIT"
} ,
"node_modules/@types/hast" : {
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz" ,
"integrity" : "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/unist" : "*"
}
} ,
"node_modules/@types/mdast" : {
"version" : "4.0.4" ,
"resolved" : "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz" ,
"integrity" : "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/unist" : "*"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/@types/mdx" : {
"version" : "2.0.13" ,
"resolved" : "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.13.tgz" ,
"integrity" : "sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==" ,
"dev" : true ,
"license" : "MIT"
} ,
2026-03-16 23:20:54 +01:00
"node_modules/@types/micromatch" : {
"version" : "4.0.10" ,
"resolved" : "https://registry.npmjs.org/@types/micromatch/-/micromatch-4.0.10.tgz" ,
"integrity" : "sha512-5jOhFDElqr4DKTrTEbnW8DZ4Hz5LRUEmyrGpCMrD/NphYv3nUnaF08xmSLx1rGGnyEs/kFnhiw6dCgcDqMr5PQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/braces" : "*"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/@types/react" : {
"version" : "19.2.14" ,
"resolved" : "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz" ,
"integrity" : "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"csstype" : "^3.2.2"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/@types/resolve" : {
"version" : "1.20.2" ,
"resolved" : "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz" ,
"integrity" : "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==" ,
"license" : "MIT"
} ,
2026-04-08 22:12:38 +02:00
"node_modules/@types/statuses" : {
"version" : "2.0.6" ,
"resolved" : "https://registry.npmjs.org/@types/statuses/-/statuses-2.0.6.tgz" ,
"integrity" : "sha512-xMAgYwceFhRA2zY+XbEA7mxYbA093wdiW8Vu6gZPGWy9cmOyU9XesH1tNcEWsKFd5Vzrqx5T3D38PWx1FIIXkA==" ,
"dev" : true ,
"license" : "MIT"
} ,
2026-03-16 23:20:54 +01:00
"node_modules/@types/unist" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz" ,
"integrity" : "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==" ,
"license" : "MIT"
} ,
"node_modules/@ungap/structured-clone" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz" ,
"integrity" : "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==" ,
"license" : "ISC"
} ,
"node_modules/@vercel/nft" : {
"version" : "1.3.2" ,
"resolved" : "https://registry.npmjs.org/@vercel/nft/-/nft-1.3.2.tgz" ,
"integrity" : "sha512-HC8venRc4Ya7vNeBsJneKHHMDDWpQie7VaKhAIOst3MKO+DES+Y/SbzSp8mFkD7OzwAE2HhHkeSuSmwS20mz3A==" ,
"license" : "MIT" ,
"dependencies" : {
"@mapbox/node-pre-gyp" : "^2.0.0" ,
"@rollup/pluginutils" : "^5.1.3" ,
"acorn" : "^8.6.0" ,
"acorn-import-attributes" : "^1.9.5" ,
"async-sema" : "^3.1.1" ,
"bindings" : "^1.4.0" ,
"estree-walker" : "2.0.2" ,
"glob" : "^13.0.0" ,
"graceful-fs" : "^4.2.9" ,
"node-gyp-build" : "^4.2.2" ,
"picomatch" : "^4.0.2" ,
"resolve-from" : "^5.0.0"
} ,
"bin" : {
"nft" : "out/cli.js"
} ,
"engines" : {
"node" : ">=20"
}
} ,
"node_modules/@vinxi/listhen" : {
"version" : "1.5.6" ,
"resolved" : "https://registry.npmjs.org/@vinxi/listhen/-/listhen-1.5.6.tgz" ,
"integrity" : "sha512-WSN1z931BtasZJlgPp704zJFnQFRg7yzSjkm3MzAWQYe4uXFXlFr1hc5Ac2zae5/HDOz5x1/zDM5Cb54vTCnWw==" ,
"license" : "MIT" ,
"dependencies" : {
"@parcel/watcher" : "^2.3.0" ,
"@parcel/watcher-wasm" : "2.3.0" ,
"citty" : "^0.1.5" ,
"clipboardy" : "^4.0.0" ,
"consola" : "^3.2.3" ,
"defu" : "^6.1.4" ,
"get-port-please" : "^3.1.2" ,
"h3" : "^1.10.0" ,
"http-shutdown" : "^1.2.2" ,
"jiti" : "^1.21.0" ,
"mlly" : "^1.5.0" ,
"node-forge" : "^1.3.1" ,
"pathe" : "^1.1.2" ,
"std-env" : "^3.7.0" ,
"ufo" : "^1.3.2" ,
"untun" : "^0.1.3" ,
"uqr" : "^0.1.2"
} ,
"bin" : {
"listen" : "bin/listhen.mjs" ,
"listhen" : "bin/listhen.mjs"
}
} ,
"node_modules/@vinxi/listhen/node_modules/pathe" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz" ,
"integrity" : "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==" ,
"license" : "MIT"
} ,
"node_modules/@vinxi/plugin-directives" : {
"version" : "0.5.1" ,
"resolved" : "https://registry.npmjs.org/@vinxi/plugin-directives/-/plugin-directives-0.5.1.tgz" ,
"integrity" : "sha512-pH/KIVBvBt7z7cXrUH/9uaqcdxjegFC7+zvkZkdOyWzs+kQD5KPf3cl8kC+5ayzXHT+OMlhGhyitytqN3cGmHg==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/parser" : "^7.23.5" ,
"acorn" : "^8.10.0" ,
"acorn-jsx" : "^5.3.2" ,
"acorn-loose" : "^8.3.0" ,
"acorn-typescript" : "^1.4.3" ,
"astring" : "^1.8.6" ,
"magicast" : "^0.2.10" ,
"recast" : "^0.23.4" ,
"tslib" : "^2.6.2"
} ,
"peerDependencies" : {
"vinxi" : "^0.5.5"
}
} ,
"node_modules/@vinxi/server-components" : {
"version" : "0.5.1" ,
"resolved" : "https://registry.npmjs.org/@vinxi/server-components/-/server-components-0.5.1.tgz" ,
"integrity" : "sha512-0BsG95qac3dkhfdRZxqzqYWJE4NvPL7ILlV43B6K6ho1etXWB2e5b0IxsUAUbyqpqiXM7mSRivojuXjb2G4OsQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@vinxi/plugin-directives" : "0.5.1" ,
"acorn" : "^8.10.0" ,
"acorn-loose" : "^8.3.0" ,
"acorn-typescript" : "^1.4.3" ,
"astring" : "^1.8.6" ,
"magicast" : "^0.2.10" ,
"recast" : "^0.23.4"
} ,
"peerDependencies" : {
"vinxi" : "^0.5.5"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/@vitest/browser" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/@vitest/browser/-/browser-4.1.1.tgz" ,
"integrity" : "sha512-gjjrFC4+kPVK/fN9URDJWrssU5Gqh8Az8pKG/NSfQ2V+ky8b/y1BgBg0Ug13+hOGp5pzInonmGRPn7vOgSLgzA==" ,
"dev" : true ,
2026-03-16 23:20:54 +01:00
"license" : "MIT" ,
"dependencies" : {
2026-03-26 06:20:22 +01:00
"@blazediff/core" : "1.9.1" ,
"@vitest/mocker" : "4.1.1" ,
"@vitest/utils" : "4.1.1" ,
"magic-string" : "^0.30.21" ,
"pngjs" : "^7.0.0" ,
"sirv" : "^3.0.2" ,
"tinyrainbow" : "^3.0.3" ,
"ws" : "^8.19.0"
2026-03-16 23:20:54 +01:00
} ,
2026-03-26 06:20:22 +01:00
"funding" : {
"url" : "https://opencollective.com/vitest"
2026-03-16 23:20:54 +01:00
} ,
2026-03-26 06:20:22 +01:00
"peerDependencies" : {
"vitest" : "4.1.1"
2026-03-16 23:20:54 +01:00
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/@vitest/browser-playwright" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/@vitest/browser-playwright/-/browser-playwright-4.1.1.tgz" ,
"integrity" : "sha512-dtVSBZZha2k/7P7EAXXrEAoxuIKl8Yv9f2Dk4GN/DGfmhf4DQvkvu+57okR2wq/gan1xppKjL/aBxK/kbYrbGw==" ,
"dev" : true ,
2026-03-16 23:20:54 +01:00
"license" : "MIT" ,
2026-03-26 06:20:22 +01:00
"dependencies" : {
"@vitest/browser" : "4.1.1" ,
"@vitest/mocker" : "4.1.1" ,
"tinyrainbow" : "^3.0.3"
} ,
"funding" : {
"url" : "https://opencollective.com/vitest"
} ,
2026-03-16 23:20:54 +01:00
"peerDependencies" : {
2026-03-26 06:20:22 +01:00
"playwright" : "*" ,
"vitest" : "4.1.1"
} ,
"peerDependenciesMeta" : {
"playwright" : {
"optional" : false
}
}
} ,
"node_modules/@vitest/coverage-v8" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/@vitest/coverage-v8/-/coverage-v8-4.1.1.tgz" ,
"integrity" : "sha512-nZ4RWwGCoGOQRMmU/Q9wlUY540RVRxJZ9lxFsFfy0QV7Zmo5VVBhB6Sl9Xa0KIp2iIs3zWfPlo9LcY1iqbpzCw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@bcoe/v8-coverage" : "^1.0.2" ,
"@vitest/utils" : "4.1.1" ,
"ast-v8-to-istanbul" : "^1.0.0" ,
"istanbul-lib-coverage" : "^3.2.2" ,
"istanbul-lib-report" : "^3.0.1" ,
"istanbul-reports" : "^3.2.0" ,
"magicast" : "^0.5.2" ,
"obug" : "^2.1.1" ,
"std-env" : "^4.0.0-rc.1" ,
"tinyrainbow" : "^3.0.3"
} ,
"funding" : {
"url" : "https://opencollective.com/vitest"
} ,
"peerDependencies" : {
"@vitest/browser" : "4.1.1" ,
"vitest" : "4.1.1"
} ,
"peerDependenciesMeta" : {
"@vitest/browser" : {
"optional" : true
}
}
} ,
"node_modules/@vitest/coverage-v8/node_modules/magicast" : {
"version" : "0.5.2" ,
"resolved" : "https://registry.npmjs.org/magicast/-/magicast-0.5.2.tgz" ,
"integrity" : "sha512-E3ZJh4J3S9KfwdjZhe2afj6R9lGIN5Pher1pF39UGrXRqq/VDaGVIGN13BjHd2u8B61hArAGOnso7nBOouW3TQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/parser" : "^7.29.0" ,
"@babel/types" : "^7.29.0" ,
"source-map-js" : "^1.2.1"
}
} ,
"node_modules/@vitest/coverage-v8/node_modules/std-env" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/std-env/-/std-env-4.0.0.tgz" ,
"integrity" : "sha512-zUMPtQ/HBY3/50VbpkupYHbRroTRZJPRLvreamgErJVys0ceuzMkD44J/QjqhHjOzK42GQ3QZIeFG1OYfOtKqQ==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/@vitest/expect" : {
"version" : "3.2.4" ,
"resolved" : "https://registry.npmjs.org/@vitest/expect/-/expect-3.2.4.tgz" ,
"integrity" : "sha512-Io0yyORnB6sikFlt8QW5K7slY4OjqNX9jmJQ02QDda8lyM6B5oNgVWoSoKPac8/kgnCUzuHQKrSLtu/uOqqrig==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@types/chai" : "^5.2.2" ,
"@vitest/spy" : "3.2.4" ,
"@vitest/utils" : "3.2.4" ,
"chai" : "^5.2.0" ,
"tinyrainbow" : "^2.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/vitest"
}
} ,
"node_modules/@vitest/expect/node_modules/@vitest/pretty-format" : {
"version" : "3.2.4" ,
"resolved" : "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-3.2.4.tgz" ,
"integrity" : "sha512-IVNZik8IVRJRTr9fxlitMKeJeXFFFN0JaB9PHPGQ8NKQbGpfjlTx9zO4RefN8gp7eqjNy8nyK3NZmBzOPeIxtA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"tinyrainbow" : "^2.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/vitest"
}
} ,
"node_modules/@vitest/expect/node_modules/@vitest/spy" : {
"version" : "3.2.4" ,
"resolved" : "https://registry.npmjs.org/@vitest/spy/-/spy-3.2.4.tgz" ,
"integrity" : "sha512-vAfasCOe6AIK70iP5UD11Ac4siNUNJ9i/9PZ3NKx07sG6sUxeag1LWdNrMWeKKYBLlzuK+Gn65Yd5nyL6ds+nw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"tinyspy" : "^4.0.3"
} ,
"funding" : {
"url" : "https://opencollective.com/vitest"
}
} ,
"node_modules/@vitest/expect/node_modules/@vitest/utils" : {
"version" : "3.2.4" ,
"resolved" : "https://registry.npmjs.org/@vitest/utils/-/utils-3.2.4.tgz" ,
"integrity" : "sha512-fB2V0JFrQSMsCo9HiSq3Ezpdv4iYaXRG1Sx8edX3MwxfyNn83mKiGzOcH+Fkxt4MHxr3y42fQi1oeAInqgX2QA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@vitest/pretty-format" : "3.2.4" ,
"loupe" : "^3.1.4" ,
"tinyrainbow" : "^2.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/vitest"
}
} ,
"node_modules/@vitest/expect/node_modules/tinyrainbow" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-2.0.0.tgz" ,
"integrity" : "sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=14.0.0"
}
} ,
"node_modules/@vitest/mocker" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.1.tgz" ,
"integrity" : "sha512-h3BOylsfsCLPeceuCPAAJ+BvNwSENgJa4hXoXu4im0bs9Lyp4URc4JYK4pWLZ4pG/UQn7AT92K6IByi6rE6g3A==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@vitest/spy" : "4.1.1" ,
"estree-walker" : "^3.0.3" ,
"magic-string" : "^0.30.21"
} ,
"funding" : {
"url" : "https://opencollective.com/vitest"
} ,
"peerDependencies" : {
"msw" : "^2.4.9" ,
"vite" : "^6.0.0 || ^7.0.0 || ^8.0.0"
} ,
"peerDependenciesMeta" : {
"msw" : {
"optional" : true
} ,
"vite" : {
"optional" : true
}
}
} ,
"node_modules/@vitest/mocker/node_modules/estree-walker" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz" ,
"integrity" : "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree" : "^1.0.0"
}
} ,
"node_modules/@vitest/pretty-format" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.1.tgz" ,
"integrity" : "sha512-GM+TEQN5WhOygr1lp7skeVjdLPqqWMHsfzXrcHAqZJi/lIVh63H0kaRCY8MDhNWikx19zBUK8ceaLB7X5AH9NQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"tinyrainbow" : "^3.0.3"
} ,
"funding" : {
"url" : "https://opencollective.com/vitest"
}
} ,
"node_modules/@vitest/runner" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.1.tgz" ,
"integrity" : "sha512-f7+FPy75vN91QGWsITueq0gedwUZy1fLtHOCMeQpjs8jTekAHeKP80zfDEnhrleviLHzVSDXIWuCIOFn3D3f8A==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@vitest/utils" : "4.1.1" ,
"pathe" : "^2.0.3"
} ,
"funding" : {
"url" : "https://opencollective.com/vitest"
}
} ,
"node_modules/@vitest/snapshot" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.1.tgz" ,
"integrity" : "sha512-kMVSgcegWV2FibXEx9p9WIKgje58lcTbXgnJixfcg15iK8nzCXhmalL0ZLtTWLW9PH1+1NEDShiFFedB3tEgWg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@vitest/pretty-format" : "4.1.1" ,
"@vitest/utils" : "4.1.1" ,
"magic-string" : "^0.30.21" ,
"pathe" : "^2.0.3"
} ,
"funding" : {
"url" : "https://opencollective.com/vitest"
}
} ,
"node_modules/@vitest/spy" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.1.tgz" ,
"integrity" : "sha512-6Ti/KT5OVaiupdIZEuZN7l3CZcR0cxnxt70Z0//3CtwgObwA6jZhmVBA3yrXSVN3gmwjgd7oDNLlsXz526gpRA==" ,
"dev" : true ,
"license" : "MIT" ,
"funding" : {
"url" : "https://opencollective.com/vitest"
}
} ,
"node_modules/@vitest/utils" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.1.tgz" ,
"integrity" : "sha512-cNxAlaB3sHoCdL6pj6yyUXv9Gry1NHNg0kFTXdvSIZXLHsqKH7chiWOkwJ5s5+d/oMwcoG9T0bKU38JZWKusrQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@vitest/pretty-format" : "4.1.1" ,
"convert-source-map" : "^2.0.0" ,
"tinyrainbow" : "^3.0.3"
} ,
"funding" : {
"url" : "https://opencollective.com/vitest"
}
} ,
"node_modules/abbrev" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/abbrev/-/abbrev-3.0.1.tgz" ,
"integrity" : "sha512-AO2ac6pjRB3SJmGJo+v5/aK6Omggp6fsLrs6wN9bd35ulu4cCwaAU9+7ZhXjeqHVkaHThLuzH0nZr0YpCDhygg==" ,
"license" : "ISC" ,
"engines" : {
"node" : "^18.17.0 || >=20.5.0"
}
} ,
"node_modules/abort-controller" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz" ,
"integrity" : "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==" ,
"license" : "MIT" ,
"dependencies" : {
"event-target-shim" : "^5.0.0"
} ,
"engines" : {
"node" : ">=6.5"
}
} ,
"node_modules/acorn" : {
"version" : "8.16.0" ,
"resolved" : "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz" ,
"integrity" : "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==" ,
"license" : "MIT" ,
"bin" : {
"acorn" : "bin/acorn"
} ,
"engines" : {
"node" : ">=0.4.0"
}
} ,
"node_modules/acorn-import-attributes" : {
"version" : "1.9.5" ,
"resolved" : "https://registry.npmjs.org/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz" ,
"integrity" : "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==" ,
"license" : "MIT" ,
"peerDependencies" : {
"acorn" : "^8"
2026-03-16 23:20:54 +01:00
}
} ,
"node_modules/acorn-jsx" : {
"version" : "5.3.2" ,
"resolved" : "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz" ,
"integrity" : "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==" ,
"license" : "MIT" ,
"peerDependencies" : {
"acorn" : "^6.0.0 || ^7.0.0 || ^8.0.0"
}
} ,
"node_modules/acorn-loose" : {
"version" : "8.5.2" ,
"resolved" : "https://registry.npmjs.org/acorn-loose/-/acorn-loose-8.5.2.tgz" ,
"integrity" : "sha512-PPvV6g8UGMGgjrMu+n/f9E/tCSkNQ2Y97eFvuVdJfG11+xdIeDcLyNdC8SHcrHbRqkfwLASdplyR6B6sKM1U4A==" ,
"license" : "MIT" ,
"dependencies" : {
"acorn" : "^8.15.0"
} ,
"engines" : {
"node" : ">=0.4.0"
}
} ,
"node_modules/acorn-typescript" : {
"version" : "1.4.13" ,
"resolved" : "https://registry.npmjs.org/acorn-typescript/-/acorn-typescript-1.4.13.tgz" ,
"integrity" : "sha512-xsc9Xv0xlVfwp2o7sQ+GCQ1PgbkdcpWdTzrwXxO3xDMTAywVS3oXVOcOHuRjAPkS4P9b+yc/qNF15460v+jp4Q==" ,
"license" : "MIT" ,
"peerDependencies" : {
"acorn" : ">=8.9.0"
}
} ,
"node_modules/agent-base" : {
"version" : "7.1.4" ,
"resolved" : "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz" ,
"integrity" : "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 14"
}
} ,
"node_modules/ansi-align" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz" ,
"integrity" : "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==" ,
"license" : "ISC" ,
"dependencies" : {
"string-width" : "^4.1.0"
}
} ,
"node_modules/ansi-align/node_modules/ansi-regex" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" ,
"integrity" : "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/ansi-align/node_modules/emoji-regex" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" ,
"integrity" : "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" ,
"license" : "MIT"
} ,
"node_modules/ansi-align/node_modules/string-width" : {
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
"license" : "MIT" ,
"dependencies" : {
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/ansi-align/node_modules/strip-ansi" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/ansi-regex" : {
"version" : "6.2.2" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz" ,
"integrity" : "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-regex?sponsor=1"
}
} ,
"node_modules/ansi-styles" : {
"version" : "6.2.3" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz" ,
"integrity" : "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
} ,
"node_modules/ansis" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/ansis/-/ansis-4.2.0.tgz" ,
"integrity" : "sha512-HqZ5rWlFjGiV0tDm3UxxgNRqsOTniqoKZu0pIAfh7TZQMGuZK+hH0drySty0si0QXj1ieop4+SkSfPZBPPkHig==" ,
"license" : "ISC" ,
"engines" : {
"node" : ">=14"
}
} ,
"node_modules/anymatch" : {
"version" : "3.1.3" ,
"resolved" : "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz" ,
"integrity" : "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==" ,
"license" : "ISC" ,
"dependencies" : {
"normalize-path" : "^3.0.0" ,
"picomatch" : "^2.0.4"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/anymatch/node_modules/picomatch" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" ,
"integrity" : "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8.6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
}
} ,
feat: phase 1+2 — shell redesign + drag-and-drop dashboard
Shell (AdminShell + AdminSidebar):
- Logo moved to header-left section, width syncs with sidebar collapse state
- Global search bar with debounced multi-module API calls and grouped dropdown
- Bell notification icon with badge, gear → /admin/settings, user dropdown with logout
- Sidebar: 7 grouped nav sections with dividers, orange left-border active state,
removed "Active" badge pill, user info (avatar + name + role) pinned to bottom
- Fixed all sidebar labels to match Figma (Employee Management, External Onboarding
Management, Users Management, Verification Management)
- Added missing sidebar items: Verification, Fitness Trainers, Graphic Designers,
Social Media, Video Editors, Catering Services, Applications, Responses
Dashboard (admin/index):
- Rebuilt to match Figma: "Dashboard Overview" title, Export Report button
- 4 stat cards (Total Users, Active Companies, Open Leads, Credits Purchased)
with real API fetch, orange icons, delta badges, graceful — fallback
- ApexCharts: Leads Trend (orange gradient line) + Revenue Overview (navy bars)
- Drag-and-drop widget system via @thisbeyond/solid-dnd — sortable stat cards
and chart cards with handles and remove buttons in Customise mode
- Add Widget panel shows all available widgets not on dashboard
- 8 stat widgets + 3 chart widgets available; layout persists in localStorage
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-25 19:21:54 +01:00
"node_modules/apexcharts" : {
"version" : "5.10.4" ,
"resolved" : "https://registry.npmjs.org/apexcharts/-/apexcharts-5.10.4.tgz" ,
"integrity" : "sha512-gt0VUqZ2+mr25ScbUcKZgJr96jKYm4vjOcxEWCEh/E5F4dWqhyo3dBhPRvNNnkKiWxkMd2cBwj3ZYH3rK39fkA==" ,
"license" : "SEE LICENSE IN LICENSE"
} ,
2026-03-16 23:20:54 +01:00
"node_modules/archiver" : {
"version" : "7.0.1" ,
"resolved" : "https://registry.npmjs.org/archiver/-/archiver-7.0.1.tgz" ,
"integrity" : "sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==" ,
"license" : "MIT" ,
"dependencies" : {
"archiver-utils" : "^5.0.2" ,
"async" : "^3.2.4" ,
"buffer-crc32" : "^1.0.0" ,
"readable-stream" : "^4.0.0" ,
"readdir-glob" : "^1.1.2" ,
"tar-stream" : "^3.0.0" ,
"zip-stream" : "^6.0.1"
} ,
"engines" : {
"node" : ">= 14"
}
} ,
"node_modules/archiver-utils" : {
"version" : "5.0.2" ,
"resolved" : "https://registry.npmjs.org/archiver-utils/-/archiver-utils-5.0.2.tgz" ,
"integrity" : "sha512-wuLJMmIBQYCsGZgYLTy5FIB2pF6Lfb6cXMSF8Qywwk3t20zWnAi7zLcQFdKQmIB8wyZpY5ER38x08GbwtR2cLA==" ,
"license" : "MIT" ,
"dependencies" : {
"glob" : "^10.0.0" ,
"graceful-fs" : "^4.2.0" ,
"is-stream" : "^2.0.1" ,
"lazystream" : "^1.0.0" ,
"lodash" : "^4.17.15" ,
"normalize-path" : "^3.0.0" ,
"readable-stream" : "^4.0.0"
} ,
"engines" : {
"node" : ">= 14"
}
} ,
"node_modules/archiver-utils/node_modules/balanced-match" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz" ,
"integrity" : "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" ,
"license" : "MIT"
} ,
"node_modules/archiver-utils/node_modules/brace-expansion" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz" ,
"integrity" : "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==" ,
"license" : "MIT" ,
"dependencies" : {
"balanced-match" : "^1.0.0"
}
} ,
"node_modules/archiver-utils/node_modules/glob" : {
"version" : "10.5.0" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz" ,
"integrity" : "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==" ,
"deprecated" : "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me" ,
"license" : "ISC" ,
"dependencies" : {
"foreground-child" : "^3.1.0" ,
"jackspeak" : "^3.1.2" ,
"minimatch" : "^9.0.4" ,
"minipass" : "^7.1.2" ,
"package-json-from-dist" : "^1.0.0" ,
"path-scurry" : "^1.11.1"
} ,
"bin" : {
"glob" : "dist/esm/bin.mjs"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/archiver-utils/node_modules/is-stream" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz" ,
"integrity" : "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/archiver-utils/node_modules/lru-cache" : {
"version" : "10.4.3" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz" ,
"integrity" : "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==" ,
"license" : "ISC"
} ,
"node_modules/archiver-utils/node_modules/minimatch" : {
"version" : "9.0.9" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz" ,
"integrity" : "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==" ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^2.0.2"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/archiver-utils/node_modules/path-scurry" : {
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz" ,
"integrity" : "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==" ,
"license" : "BlueOak-1.0.0" ,
"dependencies" : {
"lru-cache" : "^10.2.0" ,
"minipass" : "^5.0.0 || ^6.0.2 || ^7.0.0"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/aria-query" : {
"version" : "5.3.0" ,
"resolved" : "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz" ,
"integrity" : "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==" ,
"devOptional" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"dequal" : "^2.0.3"
}
} ,
"node_modules/assertion-error" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz" ,
"integrity" : "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/ast-types" : {
"version" : "0.16.1" ,
"resolved" : "https://registry.npmjs.org/ast-types/-/ast-types-0.16.1.tgz" ,
"integrity" : "sha512-6t10qk83GOG8p0vKmaCr8eiilZwO171AvbROMtvvNiwrTly62t+7XkA8RdIIVbpMhCASAsxgAzdRSwh6nw/5Dg==" ,
"license" : "MIT" ,
"dependencies" : {
"tslib" : "^2.0.1"
} ,
"engines" : {
"node" : ">=4"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/ast-v8-to-istanbul" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/ast-v8-to-istanbul/-/ast-v8-to-istanbul-1.0.0.tgz" ,
"integrity" : "sha512-1fSfIwuDICFA4LKkCzRPO7F0hzFf0B7+Xqrl27ynQaa+Rh0e1Es0v6kWHPott3lU10AyAr7oKHa65OppjLn3Rg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/trace-mapping" : "^0.3.31" ,
"estree-walker" : "^3.0.3" ,
"js-tokens" : "^10.0.0"
}
} ,
"node_modules/ast-v8-to-istanbul/node_modules/estree-walker" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz" ,
"integrity" : "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree" : "^1.0.0"
}
} ,
"node_modules/ast-v8-to-istanbul/node_modules/js-tokens" : {
"version" : "10.0.0" ,
"resolved" : "https://registry.npmjs.org/js-tokens/-/js-tokens-10.0.0.tgz" ,
"integrity" : "sha512-lM/UBzQmfJRo9ABXbPWemivdCW8V2G8FHaHdypQaIy523snUjog0W71ayWXTjiR+ixeMyVHN2XcpnTd/liPg/Q==" ,
"dev" : true ,
"license" : "MIT"
} ,
2026-03-16 23:20:54 +01:00
"node_modules/astring" : {
"version" : "1.9.0" ,
"resolved" : "https://registry.npmjs.org/astring/-/astring-1.9.0.tgz" ,
"integrity" : "sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==" ,
"license" : "MIT" ,
"bin" : {
"astring" : "bin/astring"
}
} ,
"node_modules/async" : {
"version" : "3.2.6" ,
"resolved" : "https://registry.npmjs.org/async/-/async-3.2.6.tgz" ,
"integrity" : "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==" ,
"license" : "MIT"
} ,
"node_modules/async-sema" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/async-sema/-/async-sema-3.1.1.tgz" ,
"integrity" : "sha512-tLRNUXati5MFePdAk8dw7Qt7DpxPB60ofAgn8WRhW6a2rcimZnYBP9oxHiv0OHy+Wz7kPMG+t4LGdt31+4EmGg==" ,
"license" : "MIT"
} ,
2026-04-08 22:12:38 +02:00
"node_modules/asynckit" : {
"version" : "0.4.0" ,
"resolved" : "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz" ,
"integrity" : "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" ,
"dev" : true ,
"license" : "MIT"
} ,
2026-03-26 06:20:22 +01:00
"node_modules/axe-core" : {
"version" : "4.11.1" ,
"resolved" : "https://registry.npmjs.org/axe-core/-/axe-core-4.11.1.tgz" ,
"integrity" : "sha512-BASOg+YwO2C+346x3LZOeoovTIoTrRqEsqMa6fmfAV0P+U9mFr9NsyOEpiYvFjbc64NMrSswhV50WdXzdb/Z5A==" ,
"dev" : true ,
"license" : "MPL-2.0" ,
"engines" : {
"node" : ">=4"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/b4a" : {
"version" : "1.8.0" ,
"resolved" : "https://registry.npmjs.org/b4a/-/b4a-1.8.0.tgz" ,
"integrity" : "sha512-qRuSmNSkGQaHwNbM7J78Wwy+ghLEYF1zNrSeMxj4Kgw6y33O3mXcQ6Ie9fRvfU/YnxWkOchPXbaLb73TkIsfdg==" ,
"license" : "Apache-2.0" ,
"peerDependencies" : {
"react-native-b4a" : "*"
} ,
"peerDependenciesMeta" : {
"react-native-b4a" : {
"optional" : true
}
}
} ,
"node_modules/babel-dead-code-elimination" : {
"version" : "1.0.12" ,
"resolved" : "https://registry.npmjs.org/babel-dead-code-elimination/-/babel-dead-code-elimination-1.0.12.tgz" ,
"integrity" : "sha512-GERT7L2TiYcYDtYk1IpD+ASAYXjKbLTDPhBtYj7X1NuRMDTMtAx9kyBenub1Ev41lo91OHCKdmP+egTDmfQ7Ig==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/core" : "^7.23.7" ,
"@babel/parser" : "^7.23.6" ,
"@babel/traverse" : "^7.23.7" ,
"@babel/types" : "^7.23.6"
}
} ,
"node_modules/babel-plugin-jsx-dom-expressions" : {
"version" : "0.40.5" ,
"resolved" : "https://registry.npmjs.org/babel-plugin-jsx-dom-expressions/-/babel-plugin-jsx-dom-expressions-0.40.5.tgz" ,
"integrity" : "sha512-8TFKemVLDYezqqv4mWz+PhRrkryTzivTGu0twyLrOkVZ0P63COx2Y04eVsUjFlwSOXui1z3P3Pn209dokWnirg==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-module-imports" : "7.18.6" ,
"@babel/plugin-syntax-jsx" : "^7.18.6" ,
"@babel/types" : "^7.20.7" ,
"html-entities" : "2.3.3" ,
"parse5" : "^7.1.2"
} ,
"peerDependencies" : {
"@babel/core" : "^7.20.12"
}
} ,
"node_modules/babel-plugin-jsx-dom-expressions/node_modules/@babel/helper-module-imports" : {
"version" : "7.18.6" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz" ,
"integrity" : "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/types" : "^7.18.6"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/babel-preset-solid" : {
"version" : "1.9.10" ,
"resolved" : "https://registry.npmjs.org/babel-preset-solid/-/babel-preset-solid-1.9.10.tgz" ,
"integrity" : "sha512-HCelrgua/Y+kqO8RyL04JBWS/cVdrtUv/h45GntgQY+cJl4eBcKkCDV3TdMjtKx1nXwRaR9QXslM/Npm1dxdZQ==" ,
"license" : "MIT" ,
"dependencies" : {
"babel-plugin-jsx-dom-expressions" : "^0.40.3"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0" ,
"solid-js" : "^1.9.10"
} ,
"peerDependenciesMeta" : {
"solid-js" : {
"optional" : true
}
}
} ,
"node_modules/balanced-match" : {
"version" : "4.0.4" ,
"resolved" : "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz" ,
"integrity" : "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==" ,
"license" : "MIT" ,
"engines" : {
"node" : "18 || 20 || >=22"
}
} ,
"node_modules/bare-events" : {
"version" : "2.8.2" ,
"resolved" : "https://registry.npmjs.org/bare-events/-/bare-events-2.8.2.tgz" ,
"integrity" : "sha512-riJjyv1/mHLIPX4RwiK+oW9/4c3TEUeORHKefKAKnZ5kyslbN+HXowtbaVEqt4IMUB7OXlfixcs6gsFeo/jhiQ==" ,
"license" : "Apache-2.0" ,
"peerDependencies" : {
"bare-abort-controller" : "*"
} ,
"peerDependenciesMeta" : {
"bare-abort-controller" : {
"optional" : true
}
}
} ,
"node_modules/bare-fs" : {
"version" : "4.5.5" ,
"resolved" : "https://registry.npmjs.org/bare-fs/-/bare-fs-4.5.5.tgz" ,
"integrity" : "sha512-XvwYM6VZqKoqDll8BmSww5luA5eflDzY0uEFfBJtFKe4PAAtxBjU3YIxzIBzhyaEQBy1VXEQBto4cpN5RZJw+w==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"bare-events" : "^2.5.4" ,
"bare-path" : "^3.0.0" ,
"bare-stream" : "^2.6.4" ,
"bare-url" : "^2.2.2" ,
"fast-fifo" : "^1.3.2"
} ,
"engines" : {
"bare" : ">=1.16.0"
} ,
"peerDependencies" : {
"bare-buffer" : "*"
} ,
"peerDependenciesMeta" : {
"bare-buffer" : {
"optional" : true
}
}
} ,
"node_modules/bare-os" : {
"version" : "3.8.0" ,
"resolved" : "https://registry.npmjs.org/bare-os/-/bare-os-3.8.0.tgz" ,
"integrity" : "sha512-Dc9/SlwfxkXIGYhvMQNUtKaXCaGkZYGcd1vuNUUADVqzu4/vQfvnMkYYOUnt2VwQ2AqKr/8qAVFRtwETljgeFg==" ,
"license" : "Apache-2.0" ,
"engines" : {
"bare" : ">=1.14.0"
}
} ,
"node_modules/bare-path" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/bare-path/-/bare-path-3.0.0.tgz" ,
"integrity" : "sha512-tyfW2cQcB5NN8Saijrhqn0Zh7AnFNsnczRcuWODH0eYAXBsJ5gVxAUuNr7tsHSC6IZ77cA0SitzT+s47kot8Mw==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"bare-os" : "^3.0.1"
}
} ,
"node_modules/bare-stream" : {
"version" : "2.8.1" ,
"resolved" : "https://registry.npmjs.org/bare-stream/-/bare-stream-2.8.1.tgz" ,
"integrity" : "sha512-bSeR8RfvbRwDpD7HWZvn8M3uYNDrk7m9DQjYOFkENZlXW8Ju/MPaqUPQq5LqJ3kyjEm07siTaAQ7wBKCU59oHg==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"streamx" : "^2.21.0" ,
"teex" : "^1.0.1"
} ,
"peerDependencies" : {
"bare-buffer" : "*" ,
"bare-events" : "*"
} ,
"peerDependenciesMeta" : {
"bare-buffer" : {
"optional" : true
} ,
"bare-events" : {
"optional" : true
}
}
} ,
"node_modules/bare-url" : {
"version" : "2.3.2" ,
"resolved" : "https://registry.npmjs.org/bare-url/-/bare-url-2.3.2.tgz" ,
"integrity" : "sha512-ZMq4gd9ngV5aTMa5p9+UfY0b3skwhHELaDkhEHetMdX0LRkW9kzaym4oo/Eh+Ghm0CCDuMTsRIGM/ytUc1ZYmw==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"bare-path" : "^3.0.0"
}
} ,
"node_modules/base64-js" : {
"version" : "1.5.1" ,
"resolved" : "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz" ,
"integrity" : "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
"license" : "MIT"
} ,
"node_modules/baseline-browser-mapping" : {
"version" : "2.10.8" ,
"resolved" : "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.8.tgz" ,
"integrity" : "sha512-PCLz/LXGBsNTErbtB6i5u4eLpHeMfi93aUv5duMmj6caNu6IphS4q6UevDnL36sZQv9lrP11dbPKGMaXPwMKfQ==" ,
"license" : "Apache-2.0" ,
"bin" : {
"baseline-browser-mapping" : "dist/cli.cjs"
} ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/bindings" : {
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz" ,
"integrity" : "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==" ,
"license" : "MIT" ,
"dependencies" : {
"file-uri-to-path" : "1.0.0"
}
} ,
"node_modules/boxen" : {
"version" : "8.0.1" ,
"resolved" : "https://registry.npmjs.org/boxen/-/boxen-8.0.1.tgz" ,
"integrity" : "sha512-F3PH5k5juxom4xktynS7MoFY+NUWH5LC4CnH11YB8NPew+HLpmBLCybSAEyb2F+4pRXhuhWqFesoQd6DAyc2hw==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-align" : "^3.0.1" ,
"camelcase" : "^8.0.0" ,
"chalk" : "^5.3.0" ,
"cli-boxes" : "^3.0.0" ,
"string-width" : "^7.2.0" ,
"type-fest" : "^4.21.0" ,
"widest-line" : "^5.0.0" ,
"wrap-ansi" : "^9.0.0"
} ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/brace-expansion" : {
"version" : "5.0.4" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz" ,
"integrity" : "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==" ,
"license" : "MIT" ,
"dependencies" : {
"balanced-match" : "^4.0.2"
} ,
"engines" : {
"node" : "18 || 20 || >=22"
}
} ,
"node_modules/braces" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz" ,
"integrity" : "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==" ,
"license" : "MIT" ,
"dependencies" : {
"fill-range" : "^7.1.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/browserslist" : {
"version" : "4.28.1" ,
"resolved" : "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz" ,
"integrity" : "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==" ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/browserslist"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/browserslist"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"baseline-browser-mapping" : "^2.9.0" ,
"caniuse-lite" : "^1.0.30001759" ,
"electron-to-chromium" : "^1.5.263" ,
"node-releases" : "^2.0.27" ,
"update-browserslist-db" : "^1.2.0"
} ,
"bin" : {
"browserslist" : "cli.js"
} ,
"engines" : {
"node" : "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
}
} ,
"node_modules/buffer" : {
"version" : "6.0.3" ,
"resolved" : "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz" ,
"integrity" : "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"base64-js" : "^1.3.1" ,
"ieee754" : "^1.2.1"
}
} ,
"node_modules/buffer-crc32" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-1.0.0.tgz" ,
"integrity" : "sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8.0.0"
}
} ,
"node_modules/buffer-from" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz" ,
"integrity" : "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" ,
"license" : "MIT"
} ,
2026-03-26 06:20:22 +01:00
"node_modules/bundle-name" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/bundle-name/-/bundle-name-4.1.0.tgz" ,
"integrity" : "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"run-applescript" : "^7.0.0"
} ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/c12" : {
"version" : "3.3.3" ,
"resolved" : "https://registry.npmjs.org/c12/-/c12-3.3.3.tgz" ,
"integrity" : "sha512-750hTRvgBy5kcMNPdh95Qo+XUBeGo8C7nsKSmedDmaQI+E0r82DwHeM6vBewDe4rGFbnxoa4V9pw+sPh5+Iz8Q==" ,
"license" : "MIT" ,
"dependencies" : {
"chokidar" : "^5.0.0" ,
"confbox" : "^0.2.2" ,
"defu" : "^6.1.4" ,
"dotenv" : "^17.2.3" ,
"exsolve" : "^1.0.8" ,
"giget" : "^2.0.0" ,
"jiti" : "^2.6.1" ,
"ohash" : "^2.0.11" ,
"pathe" : "^2.0.3" ,
"perfect-debounce" : "^2.0.0" ,
"pkg-types" : "^2.3.0" ,
"rc9" : "^2.1.2"
} ,
"peerDependencies" : {
"magicast" : "*"
} ,
"peerDependenciesMeta" : {
"magicast" : {
"optional" : true
}
}
} ,
"node_modules/c12/node_modules/chokidar" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz" ,
"integrity" : "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==" ,
"license" : "MIT" ,
"dependencies" : {
"readdirp" : "^5.0.0"
} ,
"engines" : {
"node" : ">= 20.19.0"
} ,
"funding" : {
"url" : "https://paulmillr.com/funding/"
}
} ,
"node_modules/c12/node_modules/jiti" : {
"version" : "2.6.1" ,
"resolved" : "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz" ,
"integrity" : "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==" ,
"license" : "MIT" ,
"bin" : {
"jiti" : "lib/jiti-cli.mjs"
}
} ,
"node_modules/c12/node_modules/pkg-types" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.0.tgz" ,
"integrity" : "sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==" ,
"license" : "MIT" ,
"dependencies" : {
"confbox" : "^0.2.2" ,
"exsolve" : "^1.0.7" ,
"pathe" : "^2.0.3"
}
} ,
"node_modules/c12/node_modules/readdirp" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz" ,
"integrity" : "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 20.19.0"
} ,
"funding" : {
"type" : "individual" ,
"url" : "https://paulmillr.com/funding/"
}
} ,
2026-04-08 22:12:38 +02:00
"node_modules/call-bind-apply-helpers" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz" ,
"integrity" : "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0" ,
"function-bind" : "^1.1.2"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/camelcase" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/camelcase/-/camelcase-8.0.0.tgz" ,
"integrity" : "sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/caniuse-lite" : {
"version" : "1.0.30001779" ,
"resolved" : "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001779.tgz" ,
"integrity" : "sha512-U5og2PN7V4DMgF50YPNtnZJGWVLFjjsN3zb6uMT5VGYIewieDj1upwfuVNXf4Kor+89c3iCRJnSzMD5LmTvsfA==" ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/browserslist"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/caniuse-lite"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "CC-BY-4.0"
} ,
"node_modules/ccount" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz" ,
"integrity" : "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/chai" : {
"version" : "5.3.3" ,
"resolved" : "https://registry.npmjs.org/chai/-/chai-5.3.3.tgz" ,
"integrity" : "sha512-4zNhdJD/iOjSH0A05ea+Ke6MU5mmpQcbQsSOkgdaUMJ9zTlDTD/GYlwohmIE2u0gaxHYiVHEn1Fw9mZ/ktJWgw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"assertion-error" : "^2.0.1" ,
"check-error" : "^2.1.1" ,
"deep-eql" : "^5.0.1" ,
"loupe" : "^3.1.0" ,
"pathval" : "^2.0.0"
} ,
"engines" : {
"node" : ">=18"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/chalk" : {
"version" : "5.6.2" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz" ,
"integrity" : "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==" ,
"license" : "MIT" ,
"engines" : {
"node" : "^12.17.0 || ^14.13 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/chalk/chalk?sponsor=1"
}
} ,
"node_modules/character-entities-html4" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz" ,
"integrity" : "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/character-entities-legacy" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz" ,
"integrity" : "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/check-error" : {
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/check-error/-/check-error-2.1.3.tgz" ,
"integrity" : "sha512-PAJdDJusoxnwm1VwW07VWwUN1sl7smmC3OKggvndJFadxxDRyFJBX/ggnu/KE4kQAB7a3Dp8f/YXC1FlUprWmA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 16"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/chokidar" : {
"version" : "4.0.3" ,
"resolved" : "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz" ,
"integrity" : "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==" ,
"license" : "MIT" ,
"dependencies" : {
"readdirp" : "^4.0.1"
} ,
"engines" : {
"node" : ">= 14.16.0"
} ,
"funding" : {
"url" : "https://paulmillr.com/funding/"
}
} ,
"node_modules/chownr" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz" ,
"integrity" : "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==" ,
"license" : "BlueOak-1.0.0" ,
"engines" : {
"node" : ">=18"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/chromatic" : {
"version" : "13.3.5" ,
"resolved" : "https://registry.npmjs.org/chromatic/-/chromatic-13.3.5.tgz" ,
"integrity" : "sha512-MzPhxpl838qJUo0A55osCF2ifwPbjcIPeElr1d4SHcjnHoIcg7l1syJDrAYK/a+PcCBrOGi06jPNpQAln5hWgw==" ,
"dev" : true ,
"license" : "MIT" ,
"bin" : {
"chroma" : "dist/bin.js" ,
"chromatic" : "dist/bin.js" ,
"chromatic-cli" : "dist/bin.js"
} ,
"peerDependencies" : {
"@chromatic-com/cypress" : "^0.*.* || ^1.0.0" ,
"@chromatic-com/playwright" : "^0.*.* || ^1.0.0"
} ,
"peerDependenciesMeta" : {
"@chromatic-com/cypress" : {
"optional" : true
} ,
"@chromatic-com/playwright" : {
"optional" : true
}
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/citty" : {
"version" : "0.1.6" ,
"resolved" : "https://registry.npmjs.org/citty/-/citty-0.1.6.tgz" ,
"integrity" : "sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==" ,
"license" : "MIT" ,
"dependencies" : {
"consola" : "^3.2.3"
}
} ,
"node_modules/cli-boxes" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz" ,
"integrity" : "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2026-04-08 22:12:38 +02:00
"node_modules/cli-width" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz" ,
"integrity" : "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==" ,
"dev" : true ,
"license" : "ISC" ,
"engines" : {
"node" : ">= 12"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/clipboardy" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/clipboardy/-/clipboardy-4.0.0.tgz" ,
"integrity" : "sha512-5mOlNS0mhX0707P2I0aZ2V/cmHUEO/fL7VFLqszkhUsxt7RwnmrInf/eEQKlf5GzvYeHIjT+Ov1HRfNmymlG0w==" ,
"license" : "MIT" ,
"dependencies" : {
"execa" : "^8.0.1" ,
"is-wsl" : "^3.1.0" ,
"is64bit" : "^2.0.0"
} ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/cliui" : {
"version" : "8.0.1" ,
"resolved" : "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz" ,
"integrity" : "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==" ,
"license" : "ISC" ,
"dependencies" : {
"string-width" : "^4.2.0" ,
"strip-ansi" : "^6.0.1" ,
"wrap-ansi" : "^7.0.0"
} ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/cliui/node_modules/ansi-regex" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" ,
"integrity" : "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/cliui/node_modules/ansi-styles" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz" ,
"integrity" : "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" ,
"license" : "MIT" ,
"dependencies" : {
"color-convert" : "^2.0.1"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
} ,
"node_modules/cliui/node_modules/emoji-regex" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" ,
"integrity" : "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" ,
"license" : "MIT"
} ,
"node_modules/cliui/node_modules/string-width" : {
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
"license" : "MIT" ,
"dependencies" : {
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/cliui/node_modules/strip-ansi" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/cliui/node_modules/wrap-ansi" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz" ,
"integrity" : "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-styles" : "^4.0.0" ,
"string-width" : "^4.1.0" ,
"strip-ansi" : "^6.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/wrap-ansi?sponsor=1"
}
} ,
"node_modules/cluster-key-slot" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/cluster-key-slot/-/cluster-key-slot-1.1.2.tgz" ,
"integrity" : "sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==" ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/color-convert" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz" ,
"integrity" : "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==" ,
"license" : "MIT" ,
"dependencies" : {
"color-name" : "~1.1.4"
} ,
"engines" : {
"node" : ">=7.0.0"
}
} ,
"node_modules/color-name" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz" ,
"integrity" : "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" ,
"license" : "MIT"
} ,
2026-04-08 22:12:38 +02:00
"node_modules/combined-stream" : {
"version" : "1.0.8" ,
"resolved" : "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz" ,
"integrity" : "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"delayed-stream" : "~1.0.0"
} ,
"engines" : {
"node" : ">= 0.8"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/comma-separated-tokens" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz" ,
"integrity" : "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/commander" : {
"version" : "2.20.3" ,
"resolved" : "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz" ,
"integrity" : "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" ,
"license" : "MIT"
} ,
"node_modules/commondir" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz" ,
"integrity" : "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==" ,
"license" : "MIT"
} ,
"node_modules/compatx" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/compatx/-/compatx-0.2.0.tgz" ,
"integrity" : "sha512-6gLRNt4ygsi5NyMVhceOCFv14CIdDFN7fQjX1U4+47qVE/+kjPoXMK65KWK+dWxmFzMTuKazoQ9sch6pM0p5oA==" ,
"license" : "MIT"
} ,
"node_modules/compress-commons" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/compress-commons/-/compress-commons-6.0.2.tgz" ,
"integrity" : "sha512-6FqVXeETqWPoGcfzrXb37E50NP0LXT8kAMu5ooZayhWWdgEY4lBEEcbQNXtkuKQsGduxiIcI4gOTsxTmuq/bSg==" ,
"license" : "MIT" ,
"dependencies" : {
"crc-32" : "^1.2.0" ,
"crc32-stream" : "^6.0.0" ,
"is-stream" : "^2.0.1" ,
"normalize-path" : "^3.0.0" ,
"readable-stream" : "^4.0.0"
} ,
"engines" : {
"node" : ">= 14"
}
} ,
"node_modules/compress-commons/node_modules/is-stream" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz" ,
"integrity" : "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/confbox" : {
"version" : "0.2.4" ,
"resolved" : "https://registry.npmjs.org/confbox/-/confbox-0.2.4.tgz" ,
"integrity" : "sha512-ysOGlgTFbN2/Y6Cg3Iye8YKulHw+R2fNXHrgSmXISQdMnomY6eNDprVdW9R5xBguEqI954+S6709UyiO7B+6OQ==" ,
"license" : "MIT"
} ,
"node_modules/consola" : {
"version" : "3.4.2" ,
"resolved" : "https://registry.npmjs.org/consola/-/consola-3.4.2.tgz" ,
"integrity" : "sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==" ,
"license" : "MIT" ,
"engines" : {
"node" : "^14.18.0 || >=16.10.0"
}
} ,
"node_modules/convert-source-map" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz" ,
"integrity" : "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" ,
"license" : "MIT"
} ,
2026-04-08 22:12:38 +02:00
"node_modules/cookie" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/cookie/-/cookie-1.1.1.tgz" ,
"integrity" : "sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/cookie-es" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/cookie-es/-/cookie-es-2.0.0.tgz" ,
"integrity" : "sha512-RAj4E421UYRgqokKUmotqAwuplYw15qtdXfY+hGzgCJ/MBjCVZcSoHK/kH9kocfjRjcDME7IiDWR/1WX1TM2Pg==" ,
"license" : "MIT"
} ,
"node_modules/core-util-is" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz" ,
"integrity" : "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" ,
"license" : "MIT"
} ,
"node_modules/crc-32" : {
"version" : "1.2.2" ,
"resolved" : "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz" ,
"integrity" : "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==" ,
"license" : "Apache-2.0" ,
"bin" : {
"crc32" : "bin/crc32.njs"
} ,
"engines" : {
"node" : ">=0.8"
}
} ,
"node_modules/crc32-stream" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/crc32-stream/-/crc32-stream-6.0.0.tgz" ,
"integrity" : "sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==" ,
"license" : "MIT" ,
"dependencies" : {
"crc-32" : "^1.2.0" ,
"readable-stream" : "^4.0.0"
} ,
"engines" : {
"node" : ">= 14"
}
} ,
"node_modules/croner" : {
"version" : "9.1.0" ,
"resolved" : "https://registry.npmjs.org/croner/-/croner-9.1.0.tgz" ,
"integrity" : "sha512-p9nwwR4qyT5W996vBZhdvBCnMhicY5ytZkR4D1Xj0wuTDEiMnjwR57Q3RXYY/s0EpX6Ay3vgIcfaR+ewGHsi+g==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18.0"
}
} ,
"node_modules/cross-spawn" : {
"version" : "7.0.6" ,
"resolved" : "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz" ,
"integrity" : "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==" ,
"license" : "MIT" ,
"dependencies" : {
"path-key" : "^3.1.0" ,
"shebang-command" : "^2.0.0" ,
"which" : "^2.0.1"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/cross-spawn/node_modules/isexe" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz" ,
"integrity" : "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" ,
"license" : "ISC"
} ,
"node_modules/cross-spawn/node_modules/which" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/which/-/which-2.0.2.tgz" ,
"integrity" : "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" ,
"license" : "ISC" ,
"dependencies" : {
"isexe" : "^2.0.0"
} ,
"bin" : {
"node-which" : "bin/node-which"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/crossws" : {
"version" : "0.3.5" ,
"resolved" : "https://registry.npmjs.org/crossws/-/crossws-0.3.5.tgz" ,
"integrity" : "sha512-ojKiDvcmByhwa8YYqbQI/hg7MEU0NC03+pSdEq4ZUnZR9xXpwk7E43SMNGkn+JxJGPFtNvQ48+vV2p+P1ml5PA==" ,
"license" : "MIT" ,
"dependencies" : {
"uncrypto" : "^0.1.3"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/css.escape" : {
"version" : "1.5.1" ,
"resolved" : "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz" ,
"integrity" : "sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==" ,
"devOptional" : true ,
"license" : "MIT"
} ,
2026-04-08 22:12:38 +02:00
"node_modules/cssstyle" : {
"version" : "4.6.0" ,
"resolved" : "https://registry.npmjs.org/cssstyle/-/cssstyle-4.6.0.tgz" ,
"integrity" : "sha512-2z+rWdzbbSZv6/rhtvzvqeZQHrBaqgogqt85sqFNbabZOuFbCVFb8kPeEtZjiKkbrm395irpNKiYeFeLiQnFPg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@asamuzakjp/css-color" : "^3.2.0" ,
"rrweb-cssom" : "^0.8.0"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/cssstyle/node_modules/rrweb-cssom" : {
"version" : "0.8.0" ,
"resolved" : "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.8.0.tgz" ,
"integrity" : "sha512-guoltQEx+9aMf2gDZ0s62EcV8lsXR+0w8915TC3ITdn2YueuNjdAYh/levpU9nFaoChh9RUS5ZdQMrKfVEN9tw==" ,
"dev" : true ,
"license" : "MIT"
} ,
2026-03-16 23:20:54 +01:00
"node_modules/csstype" : {
"version" : "3.2.3" ,
"resolved" : "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz" ,
"integrity" : "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==" ,
"license" : "MIT"
} ,
2026-04-08 22:12:38 +02:00
"node_modules/data-urls" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/data-urls/-/data-urls-5.0.0.tgz" ,
"integrity" : "sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"whatwg-mimetype" : "^4.0.0" ,
"whatwg-url" : "^14.0.0"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/data-urls/node_modules/tr46" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/tr46/-/tr46-5.1.1.tgz" ,
"integrity" : "sha512-hdF5ZgjTqgAntKkklYw0R03MG2x/bSzTtkxmIRw/sTNV8YXsCJ1tfLAX23lhxhHJlEf3CRCOCGGWw3vI3GaSPw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"punycode" : "^2.3.1"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/data-urls/node_modules/webidl-conversions" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz" ,
"integrity" : "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/data-urls/node_modules/whatwg-url" : {
"version" : "14.2.0" ,
"resolved" : "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.2.0.tgz" ,
"integrity" : "sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"tr46" : "^5.1.0" ,
"webidl-conversions" : "^7.0.0"
} ,
"engines" : {
"node" : ">=18"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/dax-sh" : {
"version" : "0.43.2" ,
"resolved" : "https://registry.npmjs.org/dax-sh/-/dax-sh-0.43.2.tgz" ,
"integrity" : "sha512-uULa1sSIHgXKGCqJ/pA0zsnzbHlVnuq7g8O2fkHokWFNwEGIhh5lAJlxZa1POG5En5ba7AU4KcBAvGQWMMf8rg==" ,
"deprecated" : "This package has moved to simply be 'dax' instead of 'dax-sh'" ,
"license" : "MIT" ,
"dependencies" : {
"@deno/shim-deno" : "~0.19.0" ,
"undici-types" : "^5.26"
}
} ,
"node_modules/db0" : {
"version" : "0.3.4" ,
"resolved" : "https://registry.npmjs.org/db0/-/db0-0.3.4.tgz" ,
"integrity" : "sha512-RiXXi4WaNzPTHEOu8UPQKMooIbqOEyqA1t7Z6MsdxSCeb8iUC9ko3LcmsLmeUt2SM5bctfArZKkRQggKZz7JNw==" ,
"license" : "MIT" ,
"peerDependencies" : {
"@electric-sql/pglite" : "*" ,
"@libsql/client" : "*" ,
"better-sqlite3" : "*" ,
"drizzle-orm" : "*" ,
"mysql2" : "*" ,
"sqlite3" : "*"
} ,
"peerDependenciesMeta" : {
"@electric-sql/pglite" : {
"optional" : true
} ,
"@libsql/client" : {
"optional" : true
} ,
"better-sqlite3" : {
"optional" : true
} ,
"drizzle-orm" : {
"optional" : true
} ,
"mysql2" : {
"optional" : true
} ,
"sqlite3" : {
"optional" : true
}
}
} ,
"node_modules/debug" : {
"version" : "4.4.3" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz" ,
"integrity" : "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==" ,
"license" : "MIT" ,
"dependencies" : {
"ms" : "^2.1.3"
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
} ,
2026-04-08 22:12:38 +02:00
"node_modules/decimal.js" : {
"version" : "10.6.0" ,
"resolved" : "https://registry.npmjs.org/decimal.js/-/decimal.js-10.6.0.tgz" ,
"integrity" : "sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==" ,
"dev" : true ,
"license" : "MIT"
} ,
2026-03-26 06:20:22 +01:00
"node_modules/deep-eql" : {
"version" : "5.0.2" ,
"resolved" : "https://registry.npmjs.org/deep-eql/-/deep-eql-5.0.2.tgz" ,
"integrity" : "sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/deepmerge" : {
"version" : "4.3.1" ,
"resolved" : "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz" ,
"integrity" : "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/default-browser" : {
"version" : "5.5.0" ,
"resolved" : "https://registry.npmjs.org/default-browser/-/default-browser-5.5.0.tgz" ,
"integrity" : "sha512-H9LMLr5zwIbSxrmvikGuI/5KGhZ8E2zH3stkMgM5LpOWDutGM2JZaj460Udnf1a+946zc7YBgrqEWwbk7zHvGw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"bundle-name" : "^4.1.0" ,
"default-browser-id" : "^5.0.0"
} ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/default-browser-id" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.1.tgz" ,
"integrity" : "sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/define-lazy-prop" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz" ,
"integrity" : "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/defu" : {
"version" : "6.1.4" ,
"resolved" : "https://registry.npmjs.org/defu/-/defu-6.1.4.tgz" ,
"integrity" : "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==" ,
"license" : "MIT"
} ,
2026-04-08 22:12:38 +02:00
"node_modules/delayed-stream" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz" ,
"integrity" : "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.4.0"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/denque" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/denque/-/denque-2.1.0.tgz" ,
"integrity" : "sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==" ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=0.10"
}
} ,
"node_modules/depd" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz" ,
"integrity" : "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/dequal" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz" ,
"integrity" : "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/destr" : {
"version" : "2.0.5" ,
"resolved" : "https://registry.npmjs.org/destr/-/destr-2.0.5.tgz" ,
"integrity" : "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==" ,
"license" : "MIT"
} ,
"node_modules/destroy" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz" ,
"integrity" : "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8" ,
"npm" : "1.2.8000 || >= 1.4.16"
}
} ,
"node_modules/detect-libc" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz" ,
"integrity" : "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==" ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/devlop" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz" ,
"integrity" : "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==" ,
"license" : "MIT" ,
"dependencies" : {
"dequal" : "^2.0.0"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/diff" : {
"version" : "8.0.3" ,
"resolved" : "https://registry.npmjs.org/diff/-/diff-8.0.3.tgz" ,
"integrity" : "sha512-qejHi7bcSD4hQAZE0tNAawRK1ZtafHDmMTMkrrIGgSLl7hTnQHmKCeB45xAcbfTqK2zowkM3j3bHt/4b/ARbYQ==" ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : ">=0.3.1"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/dom-accessibility-api" : {
"version" : "0.5.16" ,
"resolved" : "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz" ,
"integrity" : "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==" ,
"dev" : true ,
2026-04-08 22:12:38 +02:00
"license" : "MIT"
2026-03-26 06:20:22 +01:00
} ,
2026-03-16 23:20:54 +01:00
"node_modules/dot-prop" : {
"version" : "10.1.0" ,
"resolved" : "https://registry.npmjs.org/dot-prop/-/dot-prop-10.1.0.tgz" ,
"integrity" : "sha512-MVUtAugQMOff5RnBy2d9N31iG0lNwg1qAoAOn7pOK5wf94WIaE3My2p3uwTQuvS2AcqchkcR3bHByjaM0mmi7Q==" ,
"license" : "MIT" ,
"dependencies" : {
"type-fest" : "^5.0.0"
} ,
"engines" : {
"node" : ">=20"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/dot-prop/node_modules/type-fest" : {
"version" : "5.4.4" ,
"resolved" : "https://registry.npmjs.org/type-fest/-/type-fest-5.4.4.tgz" ,
"integrity" : "sha512-JnTrzGu+zPV3aXIUhnyWJj4z/wigMsdYajGLIYakqyOW1nPllzXEJee0QQbHj+CTIQtXGlAjuK0UY+2xTyjVAw==" ,
"license" : "(MIT OR CC0-1.0)" ,
"dependencies" : {
"tagged-tag" : "^1.0.0"
} ,
"engines" : {
"node" : ">=20"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/dotenv" : {
"version" : "17.3.1" ,
"resolved" : "https://registry.npmjs.org/dotenv/-/dotenv-17.3.1.tgz" ,
"integrity" : "sha512-IO8C/dzEb6O3F9/twg6ZLXz164a2fhTnEWb95H23Dm4OuN+92NmEAlTrupP9VW6Jm3sO26tQlqyvyi4CsnY9GA==" ,
"license" : "BSD-2-Clause" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://dotenvx.com"
}
} ,
2026-04-08 22:12:38 +02:00
"node_modules/dunder-proto" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz" ,
"integrity" : "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bind-apply-helpers" : "^1.0.1" ,
"es-errors" : "^1.3.0" ,
"gopd" : "^1.2.0"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/duplexer" : {
"version" : "0.1.2" ,
"resolved" : "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz" ,
"integrity" : "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==" ,
"license" : "MIT"
} ,
"node_modules/eastasianwidth" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz" ,
"integrity" : "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==" ,
"license" : "MIT"
} ,
"node_modules/ee-first" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz" ,
"integrity" : "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" ,
"license" : "MIT"
} ,
"node_modules/electron-to-chromium" : {
"version" : "1.5.313" ,
"resolved" : "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.313.tgz" ,
"integrity" : "sha512-QBMrTWEf00GXZmJyx2lbYD45jpI3TUFnNIzJ5BBc8piGUDwMPa1GV6HJWTZVvY/eiN3fSopl7NRbgGp9sZ9LTA==" ,
"license" : "ISC"
} ,
"node_modules/emoji-regex" : {
"version" : "10.6.0" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz" ,
"integrity" : "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==" ,
"license" : "MIT"
} ,
"node_modules/emoji-regex-xs" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/emoji-regex-xs/-/emoji-regex-xs-1.0.0.tgz" ,
"integrity" : "sha512-LRlerrMYoIDrT6jgpeZ2YYl/L8EulRTt5hQcYjy5AInh7HWXKimpqx68aknBFpGL2+/IcogTcaydJEgaTmOpDg==" ,
"license" : "MIT"
} ,
"node_modules/encodeurl" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz" ,
"integrity" : "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
feat(admin): Phase 0 — Tailwind v4 foundation, shell rewrite, modern dashboard
- Install Tailwind CSS v4 via @tailwindcss/vite; configure vite.config.ts
- Rewrite app.css: Tailwind base, Exo 2 font, brand tokens (orange #fd6216, navy #050026), scrollbar utility; fix @import order
- Rewrite AdminShell.tsx: fixed header, fixed inset body grid (sidebar + main), session check, sub-tab system, logout, admin avatar/name/role
- Rewrite AdminSidebar.tsx: collapsible w-64/w-20, orange active rail + badge/dot, CSS filter for SVG icon tinting, min-h-0 flex fix
- Replace 84 route stub CSS classes (page-title, card, btn, table-wrap, etc.) with Tailwind equivalents via safe class-attr-only regex script
- Rewrite admin dashboard: Lucide icons in colored chip backgrounds, 4-col KPI grid, Control Plane 6-module grid, hover lift animations
- Disable SSR (ssr: false) to fix Vinxi dev manifest error; clear stale .vinxi cache
- Add lucide-solid icon library
- Add scripts/cleanup-css.mjs for class migration
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-23 23:00:21 +01:00
"node_modules/enhanced-resolve" : {
"version" : "5.20.1" ,
"resolved" : "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.20.1.tgz" ,
"integrity" : "sha512-Qohcme7V1inbAfvjItgw0EaxVX5q2rdVEZHRBrEQdRZTssLDGsL8Lwrznl8oQ/6kuTJONLaDcGjkNP247XEhcA==" ,
"license" : "MIT" ,
"dependencies" : {
"graceful-fs" : "^4.2.4" ,
"tapable" : "^2.3.0"
} ,
"engines" : {
"node" : ">=10.13.0"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/entities" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz" ,
"integrity" : "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==" ,
"license" : "BSD-2-Clause" ,
"engines" : {
"node" : ">=0.12"
} ,
"funding" : {
"url" : "https://github.com/fb55/entities?sponsor=1"
}
} ,
"node_modules/error-stack-parser" : {
"version" : "2.1.4" ,
"resolved" : "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz" ,
"integrity" : "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==" ,
"license" : "MIT" ,
"dependencies" : {
"stackframe" : "^1.3.4"
}
} ,
"node_modules/error-stack-parser-es" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/error-stack-parser-es/-/error-stack-parser-es-1.0.5.tgz" ,
"integrity" : "sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==" ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/antfu"
}
} ,
2026-04-08 22:12:38 +02:00
"node_modules/es-define-property" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz" ,
"integrity" : "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/es-errors" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz" ,
"integrity" : "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/es-module-lexer" : {
"version" : "1.7.0" ,
"resolved" : "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz" ,
"integrity" : "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==" ,
"license" : "MIT"
} ,
2026-04-08 22:12:38 +02:00
"node_modules/es-object-atoms" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz" ,
"integrity" : "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/es-set-tostringtag" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz" ,
"integrity" : "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0" ,
"get-intrinsic" : "^1.2.6" ,
"has-tostringtag" : "^1.0.2" ,
"hasown" : "^2.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/esbuild" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/esbuild/-/esbuild-0.27.4.tgz" ,
"integrity" : "sha512-Rq4vbHnYkK5fws5NF7MYTU68FPRE1ajX7heQ/8QXXWqNgqqJ/GkmmyxIzUnf2Sr/bakf8l54716CcMGHYhMrrQ==" ,
"hasInstallScript" : true ,
"license" : "MIT" ,
"bin" : {
"esbuild" : "bin/esbuild"
} ,
"engines" : {
"node" : ">=18"
} ,
"optionalDependencies" : {
"@esbuild/aix-ppc64" : "0.27.4" ,
"@esbuild/android-arm" : "0.27.4" ,
"@esbuild/android-arm64" : "0.27.4" ,
"@esbuild/android-x64" : "0.27.4" ,
"@esbuild/darwin-arm64" : "0.27.4" ,
"@esbuild/darwin-x64" : "0.27.4" ,
"@esbuild/freebsd-arm64" : "0.27.4" ,
"@esbuild/freebsd-x64" : "0.27.4" ,
"@esbuild/linux-arm" : "0.27.4" ,
"@esbuild/linux-arm64" : "0.27.4" ,
"@esbuild/linux-ia32" : "0.27.4" ,
"@esbuild/linux-loong64" : "0.27.4" ,
"@esbuild/linux-mips64el" : "0.27.4" ,
"@esbuild/linux-ppc64" : "0.27.4" ,
"@esbuild/linux-riscv64" : "0.27.4" ,
"@esbuild/linux-s390x" : "0.27.4" ,
"@esbuild/linux-x64" : "0.27.4" ,
"@esbuild/netbsd-arm64" : "0.27.4" ,
"@esbuild/netbsd-x64" : "0.27.4" ,
"@esbuild/openbsd-arm64" : "0.27.4" ,
"@esbuild/openbsd-x64" : "0.27.4" ,
"@esbuild/openharmony-arm64" : "0.27.4" ,
"@esbuild/sunos-x64" : "0.27.4" ,
"@esbuild/win32-arm64" : "0.27.4" ,
"@esbuild/win32-ia32" : "0.27.4" ,
"@esbuild/win32-x64" : "0.27.4"
}
} ,
"node_modules/escalade" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz" ,
"integrity" : "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/escape-html" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz" ,
"integrity" : "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" ,
"license" : "MIT"
} ,
"node_modules/escape-string-regexp" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz" ,
"integrity" : "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/esprima" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz" ,
"integrity" : "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" ,
"license" : "BSD-2-Clause" ,
"bin" : {
"esparse" : "bin/esparse.js" ,
"esvalidate" : "bin/esvalidate.js"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/estree-walker" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz" ,
"integrity" : "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" ,
"license" : "MIT"
} ,
"node_modules/etag" : {
"version" : "1.8.1" ,
"resolved" : "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz" ,
"integrity" : "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/event-target-shim" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz" ,
"integrity" : "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/eventemitter3" : {
"version" : "4.0.7" ,
"resolved" : "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz" ,
"integrity" : "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==" ,
"license" : "MIT"
} ,
"node_modules/events" : {
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/events/-/events-3.3.0.tgz" ,
"integrity" : "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.8.x"
}
} ,
"node_modules/events-universal" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/events-universal/-/events-universal-1.0.1.tgz" ,
"integrity" : "sha512-LUd5euvbMLpwOF8m6ivPCbhQeSiYVNb8Vs0fQ8QjXo0JTkEHpz8pxdQf0gStltaPpw0Cca8b39KxvK9cfKRiAw==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"bare-events" : "^2.7.0"
}
} ,
"node_modules/execa" : {
"version" : "8.0.1" ,
"resolved" : "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz" ,
"integrity" : "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==" ,
"license" : "MIT" ,
"dependencies" : {
"cross-spawn" : "^7.0.3" ,
"get-stream" : "^8.0.1" ,
"human-signals" : "^5.0.0" ,
"is-stream" : "^3.0.0" ,
"merge-stream" : "^2.0.0" ,
"npm-run-path" : "^5.1.0" ,
"onetime" : "^6.0.0" ,
"signal-exit" : "^4.1.0" ,
"strip-final-newline" : "^3.0.0"
} ,
"engines" : {
"node" : ">=16.17"
} ,
"funding" : {
"url" : "https://github.com/sindresorhus/execa?sponsor=1"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/expect-type" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/expect-type/-/expect-type-1.3.0.tgz" ,
"integrity" : "sha512-knvyeauYhqjOYvQ66MznSMs83wmHrCycNEN6Ao+2AeYEfxUIkuiVxdEa1qlGEPK+We3n0THiDciYSsCcgW/DoA==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=12.0.0"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/exsolve" : {
"version" : "1.0.8" ,
"resolved" : "https://registry.npmjs.org/exsolve/-/exsolve-1.0.8.tgz" ,
"integrity" : "sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==" ,
"license" : "MIT"
} ,
"node_modules/fast-fifo" : {
"version" : "1.3.2" ,
"resolved" : "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz" ,
"integrity" : "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==" ,
"license" : "MIT"
} ,
"node_modules/fast-glob" : {
"version" : "3.3.3" ,
"resolved" : "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz" ,
"integrity" : "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==" ,
"license" : "MIT" ,
"dependencies" : {
"@nodelib/fs.stat" : "^2.0.2" ,
"@nodelib/fs.walk" : "^1.2.3" ,
"glob-parent" : "^5.1.2" ,
"merge2" : "^1.3.0" ,
"micromatch" : "^4.0.8"
} ,
"engines" : {
"node" : ">=8.6.0"
}
} ,
"node_modules/fastq" : {
"version" : "1.20.1" ,
"resolved" : "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz" ,
"integrity" : "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==" ,
"license" : "ISC" ,
"dependencies" : {
"reusify" : "^1.0.4"
}
} ,
"node_modules/fdir" : {
"version" : "6.5.0" ,
"resolved" : "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz" ,
"integrity" : "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12.0.0"
} ,
"peerDependencies" : {
"picomatch" : "^3 || ^4"
} ,
"peerDependenciesMeta" : {
"picomatch" : {
"optional" : true
}
}
} ,
"node_modules/file-uri-to-path" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz" ,
"integrity" : "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==" ,
"license" : "MIT"
} ,
2026-03-26 06:20:22 +01:00
"node_modules/filesize" : {
"version" : "10.1.6" ,
"resolved" : "https://registry.npmjs.org/filesize/-/filesize-10.1.6.tgz" ,
"integrity" : "sha512-sJslQKU2uM33qH5nqewAwVB2QgR6w1aMNsYUp3aN5rMRyXEwJGmZvaWzeJFNTOXWlHQyBFCWrdj3fV/fsTOX8w==" ,
"dev" : true ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : ">= 10.4.0"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/fill-range" : {
"version" : "7.1.1" ,
"resolved" : "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz" ,
"integrity" : "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==" ,
"license" : "MIT" ,
"dependencies" : {
"to-regex-range" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/follow-redirects" : {
"version" : "1.15.11" ,
"resolved" : "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz" ,
"integrity" : "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==" ,
"funding" : [
{
"type" : "individual" ,
"url" : "https://github.com/sponsors/RubenVerborgh"
}
] ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4.0"
} ,
"peerDependenciesMeta" : {
"debug" : {
"optional" : true
}
}
} ,
"node_modules/foreground-child" : {
"version" : "3.3.1" ,
"resolved" : "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz" ,
"integrity" : "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==" ,
"license" : "ISC" ,
"dependencies" : {
"cross-spawn" : "^7.0.6" ,
"signal-exit" : "^4.0.1"
} ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
2026-04-08 22:12:38 +02:00
"node_modules/form-data" : {
"version" : "4.0.5" ,
"resolved" : "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz" ,
"integrity" : "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"asynckit" : "^0.4.0" ,
"combined-stream" : "^1.0.8" ,
"es-set-tostringtag" : "^2.1.0" ,
"hasown" : "^2.0.2" ,
"mime-types" : "^2.1.12"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/form-data/node_modules/mime-db" : {
"version" : "1.52.0" ,
"resolved" : "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz" ,
"integrity" : "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/form-data/node_modules/mime-types" : {
"version" : "2.1.35" ,
"resolved" : "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz" ,
"integrity" : "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"mime-db" : "1.52.0"
} ,
"engines" : {
"node" : ">= 0.6"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/fresh" : {
"version" : "0.5.2" ,
"resolved" : "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz" ,
"integrity" : "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/fsevents" : {
"version" : "2.3.3" ,
"resolved" : "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz" ,
"integrity" : "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==" ,
"hasInstallScript" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : "^8.16.0 || ^10.6.0 || >=11.0.0"
}
} ,
"node_modules/function-bind" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz" ,
"integrity" : "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==" ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/gensync" : {
"version" : "1.0.0-beta.2" ,
"resolved" : "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz" ,
"integrity" : "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/get-caller-file" : {
"version" : "2.0.5" ,
"resolved" : "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz" ,
"integrity" : "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" ,
"license" : "ISC" ,
"engines" : {
"node" : "6.* || 8.* || >= 10.*"
}
} ,
"node_modules/get-east-asian-width" : {
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.5.0.tgz" ,
"integrity" : "sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2026-04-08 22:12:38 +02:00
"node_modules/get-intrinsic" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz" ,
"integrity" : "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"call-bind-apply-helpers" : "^1.0.2" ,
"es-define-property" : "^1.0.1" ,
"es-errors" : "^1.3.0" ,
"es-object-atoms" : "^1.1.1" ,
"function-bind" : "^1.1.2" ,
"get-proto" : "^1.0.1" ,
"gopd" : "^1.2.0" ,
"has-symbols" : "^1.1.0" ,
"hasown" : "^2.0.2" ,
"math-intrinsics" : "^1.1.0"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/get-port-please" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/get-port-please/-/get-port-please-3.2.0.tgz" ,
"integrity" : "sha512-I9QVvBw5U/hw3RmWpYKRumUeaDgxTPd401x364rLmWBJcOQ753eov1eTgzDqRG9bqFIfDc7gfzcQEWrUri3o1A==" ,
"license" : "MIT"
} ,
2026-04-08 22:12:38 +02:00
"node_modules/get-proto" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz" ,
"integrity" : "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"dunder-proto" : "^1.0.1" ,
"es-object-atoms" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/get-stream" : {
"version" : "8.0.1" ,
"resolved" : "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz" ,
"integrity" : "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/giget" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/giget/-/giget-2.0.0.tgz" ,
"integrity" : "sha512-L5bGsVkxJbJgdnwyuheIunkGatUF/zssUoxxjACCseZYAVbaqdh9Tsmmlkl8vYan09H7sbvKt4pS8GqKLBrEzA==" ,
"license" : "MIT" ,
"dependencies" : {
"citty" : "^0.1.6" ,
"consola" : "^3.4.0" ,
"defu" : "^6.1.4" ,
"node-fetch-native" : "^1.6.6" ,
"nypm" : "^0.6.0" ,
"pathe" : "^2.0.3"
} ,
"bin" : {
"giget" : "dist/cli.mjs"
}
} ,
"node_modules/glob" : {
"version" : "13.0.6" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz" ,
"integrity" : "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==" ,
"license" : "BlueOak-1.0.0" ,
"dependencies" : {
"minimatch" : "^10.2.2" ,
"minipass" : "^7.1.3" ,
"path-scurry" : "^2.0.2"
} ,
"engines" : {
"node" : "18 || 20 || >=22"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/glob-parent" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz" ,
"integrity" : "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==" ,
"license" : "ISC" ,
"dependencies" : {
"is-glob" : "^4.0.1"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/globby" : {
"version" : "16.1.1" ,
"resolved" : "https://registry.npmjs.org/globby/-/globby-16.1.1.tgz" ,
"integrity" : "sha512-dW7vl+yiAJSp6aCekaVnVJxurRv7DCOLyXqEG3RYMYUg7AuJ2jCqPkZTA8ooqC2vtnkaMcV5WfFBMuEnTu1OQg==" ,
"license" : "MIT" ,
"dependencies" : {
"@sindresorhus/merge-streams" : "^4.0.0" ,
"fast-glob" : "^3.3.3" ,
"ignore" : "^7.0.5" ,
"is-path-inside" : "^4.0.0" ,
"slash" : "^5.1.0" ,
"unicorn-magic" : "^0.4.0"
} ,
"engines" : {
"node" : ">=20"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2026-04-08 22:12:38 +02:00
"node_modules/gopd" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz" ,
"integrity" : "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/graceful-fs" : {
"version" : "4.2.11" ,
"resolved" : "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz" ,
"integrity" : "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" ,
"license" : "ISC"
} ,
2026-04-08 22:12:38 +02:00
"node_modules/graphql" : {
"version" : "16.13.2" ,
"resolved" : "https://registry.npmjs.org/graphql/-/graphql-16.13.2.tgz" ,
"integrity" : "sha512-5bJ+nf/UCpAjHM8i06fl7eLyVC9iuNAjm9qzkiu2ZGhM0VscSvS6WDPfAwkdkBuoXGM9FJSbKl6wylMwP9Ktig==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/gzip-size" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/gzip-size/-/gzip-size-7.0.0.tgz" ,
"integrity" : "sha512-O1Ld7Dr+nqPnmGpdhzLmMTQ4vAsD+rHwMm1NLUmoUFFymBOMKxCCrtDxqdBRYXdeEPEi3SyoR4TizJLQrnKBNA==" ,
"license" : "MIT" ,
"dependencies" : {
"duplexer" : "^0.1.2"
} ,
"engines" : {
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/h3" : {
"version" : "1.15.3" ,
"resolved" : "https://registry.npmjs.org/h3/-/h3-1.15.3.tgz" ,
"integrity" : "sha512-z6GknHqyX0h9aQaTx22VZDf6QyZn+0Nh+Ym8O/u0SGSkyF5cuTJYKlc8MkzW3Nzf9LE1ivcpmYC3FUGpywhuUQ==" ,
"license" : "MIT" ,
"dependencies" : {
"cookie-es" : "^1.2.2" ,
"crossws" : "^0.3.4" ,
"defu" : "^6.1.4" ,
"destr" : "^2.0.5" ,
"iron-webcrypto" : "^1.2.1" ,
"node-mock-http" : "^1.0.0" ,
"radix3" : "^1.1.2" ,
"ufo" : "^1.6.1" ,
"uncrypto" : "^0.1.3"
}
} ,
"node_modules/h3/node_modules/cookie-es" : {
"version" : "1.2.2" ,
"resolved" : "https://registry.npmjs.org/cookie-es/-/cookie-es-1.2.2.tgz" ,
"integrity" : "sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==" ,
"license" : "MIT"
} ,
2026-03-26 06:20:22 +01:00
"node_modules/has-flag" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz" ,
"integrity" : "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
2026-04-08 22:12:38 +02:00
"node_modules/has-symbols" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz" ,
"integrity" : "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/has-tostringtag" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz" ,
"integrity" : "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"has-symbols" : "^1.0.3"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/hasown" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz" ,
"integrity" : "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==" ,
"license" : "MIT" ,
"dependencies" : {
"function-bind" : "^1.1.2"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/hast-util-to-html" : {
"version" : "9.0.5" ,
"resolved" : "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz" ,
"integrity" : "sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/hast" : "^3.0.0" ,
"@types/unist" : "^3.0.0" ,
"ccount" : "^2.0.0" ,
"comma-separated-tokens" : "^2.0.0" ,
"hast-util-whitespace" : "^3.0.0" ,
"html-void-elements" : "^3.0.0" ,
"mdast-util-to-hast" : "^13.0.0" ,
"property-information" : "^7.0.0" ,
"space-separated-tokens" : "^2.0.0" ,
"stringify-entities" : "^4.0.0" ,
"zwitch" : "^2.0.4"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/hast-util-whitespace" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz" ,
"integrity" : "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/hast" : "^3.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
2026-04-08 22:12:38 +02:00
"node_modules/headers-polyfill" : {
"version" : "4.0.3" ,
"resolved" : "https://registry.npmjs.org/headers-polyfill/-/headers-polyfill-4.0.3.tgz" ,
"integrity" : "sha512-IScLbePpkvO846sIwOtOTDjutRMWdXdJmXdMvk6gCBHxFO8d+QKOQedyZSxFTTFYRSmlgSTDtXqqq4pcenBXLQ==" ,
"dev" : true ,
"license" : "MIT"
} ,
2026-03-16 23:20:54 +01:00
"node_modules/hookable" : {
"version" : "5.5.3" ,
"resolved" : "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz" ,
"integrity" : "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==" ,
"license" : "MIT"
} ,
2026-04-08 22:12:38 +02:00
"node_modules/html-encoding-sniffer" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-4.0.0.tgz" ,
"integrity" : "sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"whatwg-encoding" : "^3.1.1"
} ,
"engines" : {
"node" : ">=18"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/html-entities" : {
"version" : "2.3.3" ,
"resolved" : "https://registry.npmjs.org/html-entities/-/html-entities-2.3.3.tgz" ,
"integrity" : "sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==" ,
"license" : "MIT"
} ,
2026-03-26 06:20:22 +01:00
"node_modules/html-escaper" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz" ,
"integrity" : "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==" ,
"dev" : true ,
"license" : "MIT"
} ,
2026-03-16 23:20:54 +01:00
"node_modules/html-to-image" : {
"version" : "1.11.13" ,
"resolved" : "https://registry.npmjs.org/html-to-image/-/html-to-image-1.11.13.tgz" ,
"integrity" : "sha512-cuOPoI7WApyhBElTTb9oqsawRvZ0rHhaHwghRLlTuffoD1B2aDemlCruLeZrUIIdvG7gs9xeELEPm6PhuASqrg==" ,
"license" : "MIT"
} ,
"node_modules/html-void-elements" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz" ,
"integrity" : "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/http-errors" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz" ,
"integrity" : "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==" ,
"license" : "MIT" ,
"dependencies" : {
"depd" : "~2.0.0" ,
"inherits" : "~2.0.4" ,
"setprototypeof" : "~1.2.0" ,
"statuses" : "~2.0.2" ,
"toidentifier" : "~1.0.1"
} ,
"engines" : {
"node" : ">= 0.8"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
}
} ,
"node_modules/http-proxy" : {
"version" : "1.18.1" ,
"resolved" : "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz" ,
"integrity" : "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==" ,
"license" : "MIT" ,
"dependencies" : {
"eventemitter3" : "^4.0.0" ,
"follow-redirects" : "^1.0.0" ,
"requires-port" : "^1.0.0"
} ,
"engines" : {
"node" : ">=8.0.0"
}
} ,
2026-04-08 22:12:38 +02:00
"node_modules/http-proxy-agent" : {
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz" ,
"integrity" : "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"agent-base" : "^7.1.0" ,
"debug" : "^4.3.4"
} ,
"engines" : {
"node" : ">= 14"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/http-shutdown" : {
"version" : "1.2.2" ,
"resolved" : "https://registry.npmjs.org/http-shutdown/-/http-shutdown-1.2.2.tgz" ,
"integrity" : "sha512-S9wWkJ/VSY9/k4qcjG318bqJNruzE4HySUhFYknwmu6LBP97KLLfwNf+n4V1BHurvFNkSKLFnK/RsuUnRTf9Vw==" ,
"license" : "MIT" ,
"engines" : {
"iojs" : ">= 1.0.0" ,
"node" : ">= 0.12.0"
}
} ,
"node_modules/https-proxy-agent" : {
"version" : "7.0.6" ,
"resolved" : "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz" ,
"integrity" : "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==" ,
"license" : "MIT" ,
"dependencies" : {
"agent-base" : "^7.1.2" ,
"debug" : "4"
} ,
"engines" : {
"node" : ">= 14"
}
} ,
"node_modules/httpxy" : {
"version" : "0.1.7" ,
"resolved" : "https://registry.npmjs.org/httpxy/-/httpxy-0.1.7.tgz" ,
"integrity" : "sha512-pXNx8gnANKAndgga5ahefxc++tJvNL87CXoRwxn1cJE2ZkWEojF3tNfQIEhZX/vfpt+wzeAzpUI4qkediX1MLQ==" ,
"license" : "MIT"
} ,
"node_modules/human-signals" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz" ,
"integrity" : "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==" ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=16.17.0"
}
} ,
2026-04-08 22:12:38 +02:00
"node_modules/iconv-lite" : {
"version" : "0.6.3" ,
"resolved" : "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz" ,
"integrity" : "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"safer-buffer" : ">= 2.1.2 < 3.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/ieee754" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz" ,
"integrity" : "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
"license" : "BSD-3-Clause"
} ,
"node_modules/ignore" : {
"version" : "7.0.5" ,
"resolved" : "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz" ,
"integrity" : "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 4"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/indent-string" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz" ,
"integrity" : "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==" ,
"devOptional" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/inherits" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz" ,
"integrity" : "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" ,
"license" : "ISC"
} ,
"node_modules/ioredis" : {
"version" : "5.10.0" ,
"resolved" : "https://registry.npmjs.org/ioredis/-/ioredis-5.10.0.tgz" ,
"integrity" : "sha512-HVBe9OFuqs+Z6n64q09PQvP1/R4Bm+30PAyyD4wIEqssh3v9L21QjCVk4kRLucMBcDokJTcLjsGeVRlq/nH6DA==" ,
"license" : "MIT" ,
"dependencies" : {
"@ioredis/commands" : "1.5.1" ,
"cluster-key-slot" : "^1.1.0" ,
"debug" : "^4.3.4" ,
"denque" : "^2.1.0" ,
"lodash.defaults" : "^4.2.0" ,
"lodash.isarguments" : "^3.1.0" ,
"redis-errors" : "^1.2.0" ,
"redis-parser" : "^3.0.0" ,
"standard-as-callback" : "^2.1.0"
} ,
"engines" : {
"node" : ">=12.22.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/ioredis"
}
} ,
"node_modules/iron-webcrypto" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz" ,
"integrity" : "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==" ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/brc-dd"
}
} ,
"node_modules/is-core-module" : {
"version" : "2.16.1" ,
"resolved" : "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz" ,
"integrity" : "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==" ,
"license" : "MIT" ,
"dependencies" : {
"hasown" : "^2.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-docker" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz" ,
"integrity" : "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==" ,
"license" : "MIT" ,
"bin" : {
"is-docker" : "cli.js"
} ,
"engines" : {
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/is-extglob" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz" ,
"integrity" : "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/is-fullwidth-code-point" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz" ,
"integrity" : "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/is-glob" : {
"version" : "4.0.3" ,
"resolved" : "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz" ,
"integrity" : "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==" ,
"license" : "MIT" ,
"dependencies" : {
"is-extglob" : "^2.1.1"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/is-inside-container" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz" ,
"integrity" : "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==" ,
"license" : "MIT" ,
"dependencies" : {
"is-docker" : "^3.0.0"
} ,
"bin" : {
"is-inside-container" : "cli.js"
} ,
"engines" : {
"node" : ">=14.16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/is-module" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz" ,
"integrity" : "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==" ,
"license" : "MIT"
} ,
2026-04-08 22:12:38 +02:00
"node_modules/is-node-process" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/is-node-process/-/is-node-process-1.2.0.tgz" ,
"integrity" : "sha512-Vg4o6/fqPxIjtxgUH5QLJhwZ7gW5diGCVlXpuUfELC62CuxM1iHcRe51f2W1FDy04Ai4KJkagKjx3XaqyfRKXw==" ,
"dev" : true ,
"license" : "MIT"
} ,
2026-03-16 23:20:54 +01:00
"node_modules/is-number" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz" ,
"integrity" : "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.12.0"
}
} ,
"node_modules/is-path-inside" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz" ,
"integrity" : "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2026-04-08 22:12:38 +02:00
"node_modules/is-potential-custom-element-name" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz" ,
"integrity" : "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==" ,
"dev" : true ,
"license" : "MIT"
} ,
2026-03-16 23:20:54 +01:00
"node_modules/is-reference" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/is-reference/-/is-reference-1.2.1.tgz" ,
"integrity" : "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree" : "*"
}
} ,
"node_modules/is-stream" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz" ,
"integrity" : "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==" ,
"license" : "MIT" ,
"engines" : {
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/is-what" : {
"version" : "4.1.16" ,
"resolved" : "https://registry.npmjs.org/is-what/-/is-what-4.1.16.tgz" ,
"integrity" : "sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12.13"
} ,
"funding" : {
"url" : "https://github.com/sponsors/mesqueeb"
}
} ,
"node_modules/is-wsl" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.1.tgz" ,
"integrity" : "sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==" ,
"license" : "MIT" ,
"dependencies" : {
"is-inside-container" : "^1.0.0"
} ,
"engines" : {
"node" : ">=16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/is64bit" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/is64bit/-/is64bit-2.0.0.tgz" ,
"integrity" : "sha512-jv+8jaWCl0g2lSBkNSVXdzfBA0npK1HGC2KtWM9FumFRoGS94g3NbCCLVnCYHLjp4GrW2KZeeSTMo5ddtznmGw==" ,
"license" : "MIT" ,
"dependencies" : {
"system-architecture" : "^0.1.0"
} ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/isarray" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz" ,
"integrity" : "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" ,
"license" : "MIT"
} ,
"node_modules/isexe" : {
"version" : "3.1.5" ,
"resolved" : "https://registry.npmjs.org/isexe/-/isexe-3.1.5.tgz" ,
"integrity" : "sha512-6B3tLtFqtQS4ekarvLVMZ+X+VlvQekbe4taUkf/rhVO3d/h0M2rfARm/pXLcPEsjjMsFgrFgSrhQIxcSVrBz8w==" ,
"license" : "BlueOak-1.0.0" ,
"engines" : {
"node" : ">=18"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/istanbul-lib-coverage" : {
"version" : "3.2.2" ,
"resolved" : "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz" ,
"integrity" : "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==" ,
"dev" : true ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/istanbul-lib-report" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz" ,
"integrity" : "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==" ,
"dev" : true ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"istanbul-lib-coverage" : "^3.0.0" ,
"make-dir" : "^4.0.0" ,
"supports-color" : "^7.1.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/istanbul-lib-report/node_modules/supports-color" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" ,
"integrity" : "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"has-flag" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/istanbul-reports" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.2.0.tgz" ,
"integrity" : "sha512-HGYWWS/ehqTV3xN10i23tkPkpH46MLCIMFNCaaKNavAXTF1RkqxawEPtnjnGZ6XKSInBKkiOA5BKS+aZiY3AvA==" ,
"dev" : true ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"html-escaper" : "^2.0.0" ,
"istanbul-lib-report" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/jackspeak" : {
"version" : "3.4.3" ,
"resolved" : "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz" ,
"integrity" : "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==" ,
"license" : "BlueOak-1.0.0" ,
"dependencies" : {
"@isaacs/cliui" : "^8.0.2"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
} ,
"optionalDependencies" : {
"@pkgjs/parseargs" : "^0.11.0"
}
} ,
"node_modules/jiti" : {
"version" : "1.21.7" ,
"resolved" : "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz" ,
"integrity" : "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==" ,
"license" : "MIT" ,
"bin" : {
"jiti" : "bin/jiti.js"
}
} ,
"node_modules/js-tokens" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz" ,
"integrity" : "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" ,
"license" : "MIT"
} ,
2026-04-08 22:12:38 +02:00
"node_modules/jsdom" : {
"version" : "25.0.1" ,
"resolved" : "https://registry.npmjs.org/jsdom/-/jsdom-25.0.1.tgz" ,
"integrity" : "sha512-8i7LzZj7BF8uplX+ZyOlIz86V6TAsSs+np6m1kpW9u0JWi4z/1t+FzcK1aek+ybTnAC4KhBL4uXCNT0wcUIeCw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"cssstyle" : "^4.1.0" ,
"data-urls" : "^5.0.0" ,
"decimal.js" : "^10.4.3" ,
"form-data" : "^4.0.0" ,
"html-encoding-sniffer" : "^4.0.0" ,
"http-proxy-agent" : "^7.0.2" ,
"https-proxy-agent" : "^7.0.5" ,
"is-potential-custom-element-name" : "^1.0.1" ,
"nwsapi" : "^2.2.12" ,
"parse5" : "^7.1.2" ,
"rrweb-cssom" : "^0.7.1" ,
"saxes" : "^6.0.0" ,
"symbol-tree" : "^3.2.4" ,
"tough-cookie" : "^5.0.0" ,
"w3c-xmlserializer" : "^5.0.0" ,
"webidl-conversions" : "^7.0.0" ,
"whatwg-encoding" : "^3.1.1" ,
"whatwg-mimetype" : "^4.0.0" ,
"whatwg-url" : "^14.0.0" ,
"ws" : "^8.18.0" ,
"xml-name-validator" : "^5.0.0"
} ,
"engines" : {
"node" : ">=18"
} ,
"peerDependencies" : {
"canvas" : "^2.11.2"
} ,
"peerDependenciesMeta" : {
"canvas" : {
"optional" : true
}
}
} ,
"node_modules/jsdom/node_modules/tr46" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/tr46/-/tr46-5.1.1.tgz" ,
"integrity" : "sha512-hdF5ZgjTqgAntKkklYw0R03MG2x/bSzTtkxmIRw/sTNV8YXsCJ1tfLAX23lhxhHJlEf3CRCOCGGWw3vI3GaSPw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"punycode" : "^2.3.1"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/jsdom/node_modules/webidl-conversions" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz" ,
"integrity" : "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/jsdom/node_modules/whatwg-url" : {
"version" : "14.2.0" ,
"resolved" : "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.2.0.tgz" ,
"integrity" : "sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"tr46" : "^5.1.0" ,
"webidl-conversions" : "^7.0.0"
} ,
"engines" : {
"node" : ">=18"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/jsesc" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz" ,
"integrity" : "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==" ,
"license" : "MIT" ,
"bin" : {
"jsesc" : "bin/jsesc"
} ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/json5" : {
"version" : "2.2.3" ,
"resolved" : "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz" ,
"integrity" : "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" ,
"license" : "MIT" ,
"bin" : {
"json5" : "lib/cli.js"
} ,
"engines" : {
"node" : ">=6"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/jsonfile" : {
"version" : "6.2.0" ,
"resolved" : "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.0.tgz" ,
"integrity" : "sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"universalify" : "^2.0.0"
} ,
"optionalDependencies" : {
"graceful-fs" : "^4.1.6"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/kleur" : {
"version" : "4.1.5" ,
"resolved" : "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz" ,
"integrity" : "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/klona" : {
"version" : "2.0.6" ,
"resolved" : "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz" ,
"integrity" : "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/knitwork" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/knitwork/-/knitwork-1.3.0.tgz" ,
"integrity" : "sha512-4LqMNoONzR43B1W0ek0fhXMsDNW/zxa1NdFAVMY+k28pgZLovR4G3PB5MrpTxCy1QaZCqNoiaKPr5w5qZHfSNw==" ,
"license" : "MIT"
} ,
"node_modules/lazystream" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/lazystream/-/lazystream-1.0.1.tgz" ,
"integrity" : "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==" ,
"license" : "MIT" ,
"dependencies" : {
"readable-stream" : "^2.0.5"
} ,
"engines" : {
"node" : ">= 0.6.3"
}
} ,
"node_modules/lazystream/node_modules/readable-stream" : {
"version" : "2.3.8" ,
"resolved" : "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz" ,
"integrity" : "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==" ,
"license" : "MIT" ,
"dependencies" : {
"core-util-is" : "~1.0.0" ,
"inherits" : "~2.0.3" ,
"isarray" : "~1.0.0" ,
"process-nextick-args" : "~2.0.0" ,
"safe-buffer" : "~5.1.1" ,
"string_decoder" : "~1.1.1" ,
"util-deprecate" : "~1.0.1"
}
} ,
"node_modules/lazystream/node_modules/safe-buffer" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz" ,
"integrity" : "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" ,
"license" : "MIT"
} ,
"node_modules/lazystream/node_modules/string_decoder" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz" ,
"integrity" : "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==" ,
"license" : "MIT" ,
"dependencies" : {
"safe-buffer" : "~5.1.0"
}
} ,
"node_modules/lightningcss" : {
"version" : "1.32.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz" ,
"integrity" : "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==" ,
"license" : "MPL-2.0" ,
"dependencies" : {
"detect-libc" : "^2.0.3"
} ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
} ,
"optionalDependencies" : {
"lightningcss-android-arm64" : "1.32.0" ,
"lightningcss-darwin-arm64" : "1.32.0" ,
"lightningcss-darwin-x64" : "1.32.0" ,
"lightningcss-freebsd-x64" : "1.32.0" ,
"lightningcss-linux-arm-gnueabihf" : "1.32.0" ,
"lightningcss-linux-arm64-gnu" : "1.32.0" ,
"lightningcss-linux-arm64-musl" : "1.32.0" ,
"lightningcss-linux-x64-gnu" : "1.32.0" ,
"lightningcss-linux-x64-musl" : "1.32.0" ,
"lightningcss-win32-arm64-msvc" : "1.32.0" ,
"lightningcss-win32-x64-msvc" : "1.32.0"
}
} ,
"node_modules/lightningcss-android-arm64" : {
"version" : "1.32.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz" ,
"integrity" : "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==" ,
"cpu" : [
"arm64"
] ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-darwin-arm64" : {
"version" : "1.32.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz" ,
"integrity" : "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==" ,
"cpu" : [
"arm64"
] ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-darwin-x64" : {
"version" : "1.32.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz" ,
"integrity" : "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==" ,
"cpu" : [
"x64"
] ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-freebsd-x64" : {
"version" : "1.32.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz" ,
"integrity" : "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==" ,
"cpu" : [
"x64"
] ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-linux-arm-gnueabihf" : {
"version" : "1.32.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz" ,
"integrity" : "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==" ,
"cpu" : [
"arm"
] ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-linux-arm64-gnu" : {
"version" : "1.32.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz" ,
"integrity" : "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==" ,
"cpu" : [
"arm64"
] ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-linux-arm64-musl" : {
"version" : "1.32.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz" ,
"integrity" : "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==" ,
"cpu" : [
"arm64"
] ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-linux-x64-gnu" : {
"version" : "1.32.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz" ,
"integrity" : "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==" ,
"cpu" : [
"x64"
] ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-linux-x64-musl" : {
"version" : "1.32.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz" ,
"integrity" : "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==" ,
"cpu" : [
"x64"
] ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-win32-arm64-msvc" : {
"version" : "1.32.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz" ,
"integrity" : "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==" ,
"cpu" : [
"arm64"
] ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-win32-x64-msvc" : {
"version" : "1.32.0" ,
"resolved" : "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz" ,
"integrity" : "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==" ,
"cpu" : [
"x64"
] ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/listhen" : {
"version" : "1.9.0" ,
"resolved" : "https://registry.npmjs.org/listhen/-/listhen-1.9.0.tgz" ,
"integrity" : "sha512-I8oW2+QL5KJo8zXNWX046M134WchxsXC7SawLPvRQpogCbkyQIaFxPE89A2HiwR7vAK2Dm2ERBAmyjTYGYEpBg==" ,
"license" : "MIT" ,
"dependencies" : {
"@parcel/watcher" : "^2.4.1" ,
"@parcel/watcher-wasm" : "^2.4.1" ,
"citty" : "^0.1.6" ,
"clipboardy" : "^4.0.0" ,
"consola" : "^3.2.3" ,
"crossws" : ">=0.2.0 <0.4.0" ,
"defu" : "^6.1.4" ,
"get-port-please" : "^3.1.2" ,
"h3" : "^1.12.0" ,
"http-shutdown" : "^1.2.2" ,
"jiti" : "^2.1.2" ,
"mlly" : "^1.7.1" ,
"node-forge" : "^1.3.1" ,
"pathe" : "^1.1.2" ,
"std-env" : "^3.7.0" ,
"ufo" : "^1.5.4" ,
"untun" : "^0.1.3" ,
"uqr" : "^0.1.2"
} ,
"bin" : {
"listen" : "bin/listhen.mjs" ,
"listhen" : "bin/listhen.mjs"
}
} ,
"node_modules/listhen/node_modules/@parcel/watcher-wasm" : {
"version" : "2.5.6" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-wasm/-/watcher-wasm-2.5.6.tgz" ,
"integrity" : "sha512-byAiBZ1t3tXQvc8dMD/eoyE7lTXYorhn+6uVW5AC+JGI1KtJC/LvDche5cfUE+qiefH+Ybq0bUCJU0aB1cSHUA==" ,
"bundleDependencies" : [
"napi-wasm"
] ,
"license" : "MIT" ,
"dependencies" : {
"is-glob" : "^4.0.3" ,
"napi-wasm" : "^1.1.0" ,
"picomatch" : "^4.0.3"
} ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/listhen/node_modules/@parcel/watcher-wasm/node_modules/napi-wasm" : {
"version" : "1.1.0" ,
"inBundle" : true ,
"license" : "MIT"
} ,
"node_modules/listhen/node_modules/jiti" : {
"version" : "2.6.1" ,
"resolved" : "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz" ,
"integrity" : "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==" ,
"license" : "MIT" ,
"bin" : {
"jiti" : "lib/jiti-cli.mjs"
}
} ,
"node_modules/listhen/node_modules/pathe" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz" ,
"integrity" : "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==" ,
"license" : "MIT"
} ,
"node_modules/local-pkg" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/local-pkg/-/local-pkg-1.1.2.tgz" ,
"integrity" : "sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==" ,
"license" : "MIT" ,
"dependencies" : {
"mlly" : "^1.7.4" ,
"pkg-types" : "^2.3.0" ,
"quansync" : "^0.2.11"
} ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/antfu"
}
} ,
"node_modules/local-pkg/node_modules/pkg-types" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.0.tgz" ,
"integrity" : "sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==" ,
"license" : "MIT" ,
"dependencies" : {
"confbox" : "^0.2.2" ,
"exsolve" : "^1.0.7" ,
"pathe" : "^2.0.3"
}
} ,
"node_modules/lodash" : {
"version" : "4.17.23" ,
"resolved" : "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz" ,
"integrity" : "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==" ,
"license" : "MIT"
} ,
"node_modules/lodash.defaults" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz" ,
"integrity" : "sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==" ,
"license" : "MIT"
} ,
"node_modules/lodash.isarguments" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz" ,
"integrity" : "sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg==" ,
"license" : "MIT"
} ,
2026-03-26 06:20:22 +01:00
"node_modules/loupe" : {
"version" : "3.2.1" ,
"resolved" : "https://registry.npmjs.org/loupe/-/loupe-3.2.1.tgz" ,
"integrity" : "sha512-CdzqowRJCeLU72bHvWqwRBBlLcMEtIvGrlvef74kMnV2AolS9Y8xUv1I0U/MNAWMhBlKIoyuEgoJ0t/bbwHbLQ==" ,
"dev" : true ,
"license" : "MIT"
} ,
2026-03-16 23:20:54 +01:00
"node_modules/lru-cache" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz" ,
"integrity" : "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==" ,
"license" : "ISC" ,
"dependencies" : {
"yallist" : "^3.0.2"
}
} ,
feat(admin): Phase 0 — Tailwind v4 foundation, shell rewrite, modern dashboard
- Install Tailwind CSS v4 via @tailwindcss/vite; configure vite.config.ts
- Rewrite app.css: Tailwind base, Exo 2 font, brand tokens (orange #fd6216, navy #050026), scrollbar utility; fix @import order
- Rewrite AdminShell.tsx: fixed header, fixed inset body grid (sidebar + main), session check, sub-tab system, logout, admin avatar/name/role
- Rewrite AdminSidebar.tsx: collapsible w-64/w-20, orange active rail + badge/dot, CSS filter for SVG icon tinting, min-h-0 flex fix
- Replace 84 route stub CSS classes (page-title, card, btn, table-wrap, etc.) with Tailwind equivalents via safe class-attr-only regex script
- Rewrite admin dashboard: Lucide icons in colored chip backgrounds, 4-col KPI grid, Control Plane 6-module grid, hover lift animations
- Disable SSR (ssr: false) to fix Vinxi dev manifest error; clear stale .vinxi cache
- Add lucide-solid icon library
- Add scripts/cleanup-css.mjs for class migration
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-23 23:00:21 +01:00
"node_modules/lucide-solid" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/lucide-solid/-/lucide-solid-1.0.1.tgz" ,
"integrity" : "sha512-fpo0UmEHdEmdvydbFS9lQUqQ9rqSqWXMY4w3n9tVr9FqBBWJB0YI/lTMSxCspHs706ZzHIS/1YEnDhLOIP+m+A==" ,
"license" : "ISC" ,
"peerDependencies" : {
"solid-js" : "^1.4.7"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/lz-string" : {
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz" ,
"integrity" : "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==" ,
"dev" : true ,
"license" : "MIT" ,
"bin" : {
"lz-string" : "bin/bin.js"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/magic-string" : {
"version" : "0.30.21" ,
"resolved" : "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz" ,
"integrity" : "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/sourcemap-codec" : "^1.5.5"
}
} ,
"node_modules/magicast" : {
"version" : "0.2.11" ,
"resolved" : "https://registry.npmjs.org/magicast/-/magicast-0.2.11.tgz" ,
"integrity" : "sha512-6saXbRDA1HMkqbsvHOU6HBjCVgZT460qheRkLhJQHWAbhXoWESI3Kn/dGGXyKs15FFKR85jsUqFx2sMK0wy/5g==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/parser" : "^7.22.16" ,
"@babel/types" : "^7.22.17" ,
"recast" : "^0.23.4"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/make-dir" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz" ,
"integrity" : "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"semver" : "^7.5.3"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/make-dir/node_modules/semver" : {
"version" : "7.7.4" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz" ,
"integrity" : "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==" ,
"dev" : true ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2026-04-08 22:12:38 +02:00
"node_modules/math-intrinsics" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz" ,
"integrity" : "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/mdast-util-to-hast" : {
"version" : "13.2.1" ,
"resolved" : "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.1.tgz" ,
"integrity" : "sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/hast" : "^3.0.0" ,
"@types/mdast" : "^4.0.0" ,
"@ungap/structured-clone" : "^1.0.0" ,
"devlop" : "^1.0.0" ,
"micromark-util-sanitize-uri" : "^2.0.0" ,
"trim-lines" : "^3.0.0" ,
"unist-util-position" : "^5.0.0" ,
"unist-util-visit" : "^5.0.0" ,
"vfile" : "^6.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/merge-anything" : {
"version" : "5.1.7" ,
"resolved" : "https://registry.npmjs.org/merge-anything/-/merge-anything-5.1.7.tgz" ,
"integrity" : "sha512-eRtbOb1N5iyH0tkQDAoQ4Ipsp/5qSR79Dzrz8hEPxRX10RWWR/iQXdoKmBSRCThY1Fh5EhISDtpSc93fpxUniQ==" ,
"license" : "MIT" ,
"dependencies" : {
"is-what" : "^4.1.8"
} ,
"engines" : {
"node" : ">=12.13"
} ,
"funding" : {
"url" : "https://github.com/sponsors/mesqueeb"
}
} ,
"node_modules/merge-stream" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz" ,
"integrity" : "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" ,
"license" : "MIT"
} ,
"node_modules/merge2" : {
"version" : "1.4.1" ,
"resolved" : "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz" ,
"integrity" : "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/micromark-util-character" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz" ,
"integrity" : "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
}
} ,
"node_modules/micromark-util-encode" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz" ,
"integrity" : "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"license" : "MIT"
} ,
"node_modules/micromark-util-sanitize-uri" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz" ,
"integrity" : "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"micromark-util-character" : "^2.0.0" ,
"micromark-util-encode" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0"
}
} ,
"node_modules/micromark-util-symbol" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz" ,
"integrity" : "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"license" : "MIT"
} ,
"node_modules/micromark-util-types" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz" ,
"integrity" : "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"license" : "MIT"
} ,
"node_modules/micromatch" : {
"version" : "4.0.8" ,
"resolved" : "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz" ,
"integrity" : "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==" ,
"license" : "MIT" ,
"dependencies" : {
"braces" : "^3.0.3" ,
"picomatch" : "^2.3.1"
} ,
"engines" : {
"node" : ">=8.6"
}
} ,
"node_modules/micromatch/node_modules/picomatch" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" ,
"integrity" : "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8.6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
}
} ,
"node_modules/mime" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/mime/-/mime-4.1.0.tgz" ,
"integrity" : "sha512-X5ju04+cAzsojXKes0B/S4tcYtFAJ6tTMuSPBEn9CPGlrWr8Fiw7qYeLT0XyH80HSoAoqWCaz+MWKh22P7G1cw==" ,
"funding" : [
"https://github.com/sponsors/broofa"
] ,
"license" : "MIT" ,
"bin" : {
"mime" : "bin/cli.js"
} ,
"engines" : {
"node" : ">=16"
}
} ,
"node_modules/mime-db" : {
"version" : "1.54.0" ,
"resolved" : "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz" ,
"integrity" : "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/mime-types" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz" ,
"integrity" : "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==" ,
"license" : "MIT" ,
"dependencies" : {
"mime-db" : "^1.54.0"
} ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
}
} ,
"node_modules/mimic-fn" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz" ,
"integrity" : "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/min-indent" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz" ,
"integrity" : "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==" ,
"devOptional" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/minimatch" : {
"version" : "10.2.4" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz" ,
"integrity" : "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==" ,
"license" : "BlueOak-1.0.0" ,
"dependencies" : {
"brace-expansion" : "^5.0.2"
} ,
"engines" : {
"node" : "18 || 20 || >=22"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/minipass" : {
"version" : "7.1.3" ,
"resolved" : "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz" ,
"integrity" : "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==" ,
"license" : "BlueOak-1.0.0" ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
}
} ,
"node_modules/minizlib" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/minizlib/-/minizlib-3.1.0.tgz" ,
"integrity" : "sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==" ,
"license" : "MIT" ,
"dependencies" : {
"minipass" : "^7.1.2"
} ,
"engines" : {
"node" : ">= 18"
}
} ,
"node_modules/mlly" : {
"version" : "1.8.1" ,
"resolved" : "https://registry.npmjs.org/mlly/-/mlly-1.8.1.tgz" ,
"integrity" : "sha512-SnL6sNutTwRWWR/vcmCYHSADjiEesp5TGQQ0pXyLhW5IoeibRlF/CbSLailbB3CNqJUk9cVJ9dUDnbD7GrcHBQ==" ,
"license" : "MIT" ,
"dependencies" : {
"acorn" : "^8.16.0" ,
"pathe" : "^2.0.3" ,
"pkg-types" : "^1.3.1" ,
"ufo" : "^1.6.3"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/mrmime" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz" ,
"integrity" : "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/ms" : {
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" ,
"integrity" : "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" ,
"license" : "MIT"
} ,
2026-04-08 22:12:38 +02:00
"node_modules/msw" : {
"version" : "2.13.2" ,
"resolved" : "https://registry.npmjs.org/msw/-/msw-2.13.2.tgz" ,
"integrity" : "sha512-go2H1TIERKkC48pXiwec5l6sbNqYuvqOk3/vHGo1Zd+pq/H63oFawDQerH+WQdUw/flJFHDG7F+QdWMwhntA/A==" ,
"dev" : true ,
"hasInstallScript" : true ,
"license" : "MIT" ,
"dependencies" : {
"@inquirer/confirm" : "^5.0.0" ,
"@mswjs/interceptors" : "^0.41.2" ,
"@open-draft/deferred-promise" : "^2.2.0" ,
"@types/statuses" : "^2.0.6" ,
"cookie" : "^1.0.2" ,
"graphql" : "^16.12.0" ,
"headers-polyfill" : "^4.0.2" ,
"is-node-process" : "^1.2.0" ,
"outvariant" : "^1.4.3" ,
"path-to-regexp" : "^6.3.0" ,
"picocolors" : "^1.1.1" ,
"rettime" : "^0.10.1" ,
"statuses" : "^2.0.2" ,
"strict-event-emitter" : "^0.5.1" ,
"tough-cookie" : "^6.0.0" ,
"type-fest" : "^5.2.0" ,
"until-async" : "^3.0.2" ,
"yargs" : "^17.7.2"
} ,
"bin" : {
"msw" : "cli/index.js"
} ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/mswjs"
} ,
"peerDependencies" : {
"typescript" : ">= 4.8.x"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
"node_modules/msw/node_modules/tldts" : {
"version" : "7.0.28" ,
"resolved" : "https://registry.npmjs.org/tldts/-/tldts-7.0.28.tgz" ,
"integrity" : "sha512-+Zg3vWhRUv8B1maGSTFdev9mjoo8Etn2Ayfs4cnjlD3CsGkxXX4QyW3j2WJ0wdjYcYmy7Lx2RDsZMhgCWafKIw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"tldts-core" : "^7.0.28"
} ,
"bin" : {
"tldts" : "bin/cli.js"
}
} ,
"node_modules/msw/node_modules/tldts-core" : {
"version" : "7.0.28" ,
"resolved" : "https://registry.npmjs.org/tldts-core/-/tldts-core-7.0.28.tgz" ,
"integrity" : "sha512-7W5Efjhsc3chVdFhqtaU0KtK32J37Zcr9RKtID54nG+tIpcY79CQK/veYPODxtD/LJ4Lue66jvrQzIX2Z2/pUQ==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/msw/node_modules/tough-cookie" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/tough-cookie/-/tough-cookie-6.0.1.tgz" ,
"integrity" : "sha512-LktZQb3IeoUWB9lqR5EWTHgW/VTITCXg4D21M+lvybRVdylLrRMnqaIONLVb5mav8vM19m44HIcGq4qASeu2Qw==" ,
"dev" : true ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"tldts" : "^7.0.5"
} ,
"engines" : {
"node" : ">=16"
}
} ,
"node_modules/msw/node_modules/type-fest" : {
"version" : "5.5.0" ,
"resolved" : "https://registry.npmjs.org/type-fest/-/type-fest-5.5.0.tgz" ,
"integrity" : "sha512-PlBfpQwiUvGViBNX84Yxwjsdhd1TUlXr6zjX7eoirtCPIr08NAmxwa+fcYBTeRQxHo9YC9wwF3m9i700sHma8g==" ,
"dev" : true ,
"license" : "(MIT OR CC0-1.0)" ,
"dependencies" : {
"tagged-tag" : "^1.0.0"
} ,
"engines" : {
"node" : ">=20"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/mute-stream" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/mute-stream/-/mute-stream-2.0.0.tgz" ,
"integrity" : "sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==" ,
"dev" : true ,
"license" : "ISC" ,
"engines" : {
"node" : "^18.17.0 || >=20.5.0"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/nanoid" : {
"version" : "3.3.11" ,
"resolved" : "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz" ,
"integrity" : "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "MIT" ,
"bin" : {
"nanoid" : "bin/nanoid.cjs"
} ,
"engines" : {
"node" : "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
}
} ,
"node_modules/nitropack" : {
"version" : "2.13.1" ,
"resolved" : "https://registry.npmjs.org/nitropack/-/nitropack-2.13.1.tgz" ,
"integrity" : "sha512-2dDj89C4wC2uzG7guF3CnyG+zwkZosPEp7FFBGHB3AJo11AywOolWhyQJFHDzve8COvGxJaqscye9wW2IrUsNw==" ,
"license" : "MIT" ,
"dependencies" : {
"@cloudflare/kv-asset-handler" : "^0.4.2" ,
"@rollup/plugin-alias" : "^6.0.0" ,
"@rollup/plugin-commonjs" : "^29.0.0" ,
"@rollup/plugin-inject" : "^5.0.5" ,
"@rollup/plugin-json" : "^6.1.0" ,
"@rollup/plugin-node-resolve" : "^16.0.3" ,
"@rollup/plugin-replace" : "^6.0.3" ,
"@rollup/plugin-terser" : "^0.4.4" ,
"@vercel/nft" : "^1.2.0" ,
"archiver" : "^7.0.1" ,
"c12" : "^3.3.3" ,
"chokidar" : "^5.0.0" ,
"citty" : "^0.1.6" ,
"compatx" : "^0.2.0" ,
"confbox" : "^0.2.2" ,
"consola" : "^3.4.2" ,
"cookie-es" : "^2.0.0" ,
"croner" : "^9.1.0" ,
"crossws" : "^0.3.5" ,
"db0" : "^0.3.4" ,
"defu" : "^6.1.4" ,
"destr" : "^2.0.5" ,
"dot-prop" : "^10.1.0" ,
"esbuild" : "^0.27.2" ,
"escape-string-regexp" : "^5.0.0" ,
"etag" : "^1.8.1" ,
"exsolve" : "^1.0.8" ,
"globby" : "^16.1.0" ,
"gzip-size" : "^7.0.0" ,
"h3" : "^1.15.5" ,
"hookable" : "^5.5.3" ,
"httpxy" : "^0.1.7" ,
"ioredis" : "^5.9.1" ,
"jiti" : "^2.6.1" ,
"klona" : "^2.0.6" ,
"knitwork" : "^1.3.0" ,
"listhen" : "^1.9.0" ,
"magic-string" : "^0.30.21" ,
"magicast" : "^0.5.1" ,
"mime" : "^4.1.0" ,
"mlly" : "^1.8.0" ,
"node-fetch-native" : "^1.6.7" ,
"node-mock-http" : "^1.0.4" ,
"ofetch" : "^1.5.1" ,
"ohash" : "^2.0.11" ,
"pathe" : "^2.0.3" ,
"perfect-debounce" : "^2.0.0" ,
"pkg-types" : "^2.3.0" ,
"pretty-bytes" : "^7.1.0" ,
"radix3" : "^1.1.2" ,
"rollup" : "^4.55.1" ,
"rollup-plugin-visualizer" : "^6.0.5" ,
"scule" : "^1.3.0" ,
"semver" : "^7.7.3" ,
"serve-placeholder" : "^2.0.2" ,
"serve-static" : "^2.2.1" ,
"source-map" : "^0.7.6" ,
"std-env" : "^3.10.0" ,
"ufo" : "^1.6.3" ,
"ultrahtml" : "^1.6.0" ,
"uncrypto" : "^0.1.3" ,
"unctx" : "^2.5.0" ,
"unenv" : "^2.0.0-rc.24" ,
"unimport" : "^5.6.0" ,
"unplugin-utils" : "^0.3.1" ,
"unstorage" : "^1.17.4" ,
"untyped" : "^2.0.0" ,
"unwasm" : "^0.5.3" ,
"youch" : "^4.1.0-beta.13" ,
"youch-core" : "^0.3.3"
} ,
"bin" : {
"nitro" : "dist/cli/index.mjs" ,
"nitropack" : "dist/cli/index.mjs"
} ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
} ,
"peerDependencies" : {
"xml2js" : "^0.6.2"
} ,
"peerDependenciesMeta" : {
"xml2js" : {
"optional" : true
}
}
} ,
"node_modules/nitropack/node_modules/chokidar" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz" ,
"integrity" : "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==" ,
"license" : "MIT" ,
"dependencies" : {
"readdirp" : "^5.0.0"
} ,
"engines" : {
"node" : ">= 20.19.0"
} ,
"funding" : {
"url" : "https://paulmillr.com/funding/"
}
} ,
"node_modules/nitropack/node_modules/fresh" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz" ,
"integrity" : "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/nitropack/node_modules/h3" : {
"version" : "1.15.6" ,
"resolved" : "https://registry.npmjs.org/h3/-/h3-1.15.6.tgz" ,
"integrity" : "sha512-oi15ESLW5LRthZ+qPCi5GNasY/gvynSKUQxgiovrY63bPAtG59wtM+LSrlcwvOHAXzGrXVLnI97brbkdPF9WoQ==" ,
"license" : "MIT" ,
"dependencies" : {
"cookie-es" : "^1.2.2" ,
"crossws" : "^0.3.5" ,
"defu" : "^6.1.4" ,
"destr" : "^2.0.5" ,
"iron-webcrypto" : "^1.2.1" ,
"node-mock-http" : "^1.0.4" ,
"radix3" : "^1.1.2" ,
"ufo" : "^1.6.3" ,
"uncrypto" : "^0.1.3"
}
} ,
"node_modules/nitropack/node_modules/h3/node_modules/cookie-es" : {
"version" : "1.2.2" ,
"resolved" : "https://registry.npmjs.org/cookie-es/-/cookie-es-1.2.2.tgz" ,
"integrity" : "sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==" ,
"license" : "MIT"
} ,
"node_modules/nitropack/node_modules/jiti" : {
"version" : "2.6.1" ,
"resolved" : "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz" ,
"integrity" : "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==" ,
"license" : "MIT" ,
"bin" : {
"jiti" : "lib/jiti-cli.mjs"
}
} ,
"node_modules/nitropack/node_modules/magicast" : {
"version" : "0.5.2" ,
"resolved" : "https://registry.npmjs.org/magicast/-/magicast-0.5.2.tgz" ,
"integrity" : "sha512-E3ZJh4J3S9KfwdjZhe2afj6R9lGIN5Pher1pF39UGrXRqq/VDaGVIGN13BjHd2u8B61hArAGOnso7nBOouW3TQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/parser" : "^7.29.0" ,
"@babel/types" : "^7.29.0" ,
"source-map-js" : "^1.2.1"
}
} ,
"node_modules/nitropack/node_modules/pkg-types" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.0.tgz" ,
"integrity" : "sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==" ,
"license" : "MIT" ,
"dependencies" : {
"confbox" : "^0.2.2" ,
"exsolve" : "^1.0.7" ,
"pathe" : "^2.0.3"
}
} ,
"node_modules/nitropack/node_modules/readdirp" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz" ,
"integrity" : "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 20.19.0"
} ,
"funding" : {
"type" : "individual" ,
"url" : "https://paulmillr.com/funding/"
}
} ,
"node_modules/nitropack/node_modules/semver" : {
"version" : "7.7.4" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz" ,
"integrity" : "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==" ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/nitropack/node_modules/send" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/send/-/send-1.2.1.tgz" ,
"integrity" : "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==" ,
"license" : "MIT" ,
"dependencies" : {
"debug" : "^4.4.3" ,
"encodeurl" : "^2.0.0" ,
"escape-html" : "^1.0.3" ,
"etag" : "^1.8.1" ,
"fresh" : "^2.0.0" ,
"http-errors" : "^2.0.1" ,
"mime-types" : "^3.0.2" ,
"ms" : "^2.1.3" ,
"on-finished" : "^2.4.1" ,
"range-parser" : "^1.2.1" ,
"statuses" : "^2.0.2"
} ,
"engines" : {
"node" : ">= 18"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
}
} ,
"node_modules/nitropack/node_modules/serve-static" : {
"version" : "2.2.1" ,
"resolved" : "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz" ,
"integrity" : "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==" ,
"license" : "MIT" ,
"dependencies" : {
"encodeurl" : "^2.0.0" ,
"escape-html" : "^1.0.3" ,
"parseurl" : "^1.3.3" ,
"send" : "^1.2.0"
} ,
"engines" : {
"node" : ">= 18"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
}
} ,
"node_modules/nitropack/node_modules/source-map" : {
"version" : "0.7.6" ,
"resolved" : "https://registry.npmjs.org/source-map/-/source-map-0.7.6.tgz" ,
"integrity" : "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==" ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : ">= 12"
}
} ,
"node_modules/nitropack/node_modules/unenv" : {
"version" : "2.0.0-rc.24" ,
"resolved" : "https://registry.npmjs.org/unenv/-/unenv-2.0.0-rc.24.tgz" ,
"integrity" : "sha512-i7qRCmY42zmCwnYlh9H2SvLEypEFGye5iRmEMKjcGi7zk9UquigRjFtTLz0TYqr0ZGLZhaMHl/foy1bZR+Cwlw==" ,
"license" : "MIT" ,
"dependencies" : {
"pathe" : "^2.0.3"
}
} ,
"node_modules/node-addon-api" : {
"version" : "7.1.1" ,
"resolved" : "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz" ,
"integrity" : "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==" ,
"license" : "MIT"
} ,
"node_modules/node-fetch" : {
"version" : "2.7.0" ,
"resolved" : "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz" ,
"integrity" : "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==" ,
"license" : "MIT" ,
"dependencies" : {
"whatwg-url" : "^5.0.0"
} ,
"engines" : {
"node" : "4.x || >=6.0.0"
} ,
"peerDependencies" : {
"encoding" : "^0.1.0"
} ,
"peerDependenciesMeta" : {
"encoding" : {
"optional" : true
}
}
} ,
"node_modules/node-fetch-native" : {
"version" : "1.6.7" ,
"resolved" : "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.7.tgz" ,
"integrity" : "sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q==" ,
"license" : "MIT"
} ,
"node_modules/node-forge" : {
"version" : "1.3.3" ,
"resolved" : "https://registry.npmjs.org/node-forge/-/node-forge-1.3.3.tgz" ,
"integrity" : "sha512-rLvcdSyRCyouf6jcOIPe/BgwG/d7hKjzMKOas33/pHEr6gbq18IK9zV7DiPvzsz0oBJPme6qr6H6kGZuI9/DZg==" ,
"license" : "(BSD-3-Clause OR GPL-2.0)" ,
"engines" : {
"node" : ">= 6.13.0"
}
} ,
"node_modules/node-gyp-build" : {
"version" : "4.8.4" ,
"resolved" : "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.4.tgz" ,
"integrity" : "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==" ,
"license" : "MIT" ,
"bin" : {
"node-gyp-build" : "bin.js" ,
"node-gyp-build-optional" : "optional.js" ,
"node-gyp-build-test" : "build-test.js"
}
} ,
"node_modules/node-mock-http" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/node-mock-http/-/node-mock-http-1.0.4.tgz" ,
"integrity" : "sha512-8DY+kFsDkNXy1sJglUfuODx1/opAGJGyrTuFqEoN90oRc2Vk0ZbD4K2qmKXBBEhZQzdKHIVfEJpDU8Ak2NJEvQ==" ,
"license" : "MIT"
} ,
"node_modules/node-releases" : {
"version" : "2.0.36" ,
"resolved" : "https://registry.npmjs.org/node-releases/-/node-releases-2.0.36.tgz" ,
"integrity" : "sha512-TdC8FSgHz8Mwtw9g5L4gR/Sh9XhSP/0DEkQxfEFXOpiul5IiHgHan2VhYYb6agDSfp4KuvltmGApc8HMgUrIkA==" ,
"license" : "MIT"
} ,
"node_modules/nopt" : {
"version" : "8.1.0" ,
"resolved" : "https://registry.npmjs.org/nopt/-/nopt-8.1.0.tgz" ,
"integrity" : "sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A==" ,
"license" : "ISC" ,
"dependencies" : {
"abbrev" : "^3.0.0"
} ,
"bin" : {
"nopt" : "bin/nopt.js"
} ,
"engines" : {
"node" : "^18.17.0 || >=20.5.0"
}
} ,
"node_modules/normalize-path" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz" ,
"integrity" : "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/npm-run-path" : {
"version" : "5.3.0" ,
"resolved" : "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz" ,
"integrity" : "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==" ,
"license" : "MIT" ,
"dependencies" : {
"path-key" : "^4.0.0"
} ,
"engines" : {
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/npm-run-path/node_modules/path-key" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz" ,
"integrity" : "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2026-04-08 22:12:38 +02:00
"node_modules/nwsapi" : {
"version" : "2.2.23" ,
"resolved" : "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.23.tgz" ,
"integrity" : "sha512-7wfH4sLbt4M0gCDzGE6vzQBo0bfTKjU7Sfpqy/7gs1qBfYz2vEJH6vXcBKpO3+6Yu1telwd0t9HpyOoLEQQbIQ==" ,
"dev" : true ,
"license" : "MIT"
} ,
2026-03-16 23:20:54 +01:00
"node_modules/nypm" : {
"version" : "0.6.5" ,
"resolved" : "https://registry.npmjs.org/nypm/-/nypm-0.6.5.tgz" ,
"integrity" : "sha512-K6AJy1GMVyfyMXRVB88700BJqNUkByijGJM8kEHpLdcAt+vSQAVfkWWHYzuRXHSY6xA2sNc5RjTj0p9rE2izVQ==" ,
"license" : "MIT" ,
"dependencies" : {
"citty" : "^0.2.0" ,
"pathe" : "^2.0.3" ,
"tinyexec" : "^1.0.2"
} ,
"bin" : {
"nypm" : "dist/cli.mjs"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/nypm/node_modules/citty" : {
"version" : "0.2.1" ,
"resolved" : "https://registry.npmjs.org/citty/-/citty-0.2.1.tgz" ,
"integrity" : "sha512-kEV95lFBhQgtogAPlQfJJ0WGVSokvLr/UEoFPiKKOXF7pl98HfUVUD0ejsuTCld/9xH9vogSywZ5KqHzXrZpqg==" ,
"license" : "MIT"
} ,
2026-03-26 06:20:22 +01:00
"node_modules/obug" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/obug/-/obug-2.1.1.tgz" ,
"integrity" : "sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==" ,
"dev" : true ,
"funding" : [
"https://github.com/sponsors/sxzz" ,
"https://opencollective.com/debug"
] ,
"license" : "MIT"
} ,
2026-03-16 23:20:54 +01:00
"node_modules/ofetch" : {
"version" : "1.5.1" ,
"resolved" : "https://registry.npmjs.org/ofetch/-/ofetch-1.5.1.tgz" ,
"integrity" : "sha512-2W4oUZlVaqAPAil6FUg/difl6YhqhUR7x2eZY4bQCko22UXg3hptq9KLQdqFClV+Wu85UX7hNtdGTngi/1BxcA==" ,
"license" : "MIT" ,
"dependencies" : {
"destr" : "^2.0.5" ,
"node-fetch-native" : "^1.6.7" ,
"ufo" : "^1.6.1"
}
} ,
"node_modules/ohash" : {
"version" : "2.0.11" ,
"resolved" : "https://registry.npmjs.org/ohash/-/ohash-2.0.11.tgz" ,
"integrity" : "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==" ,
"license" : "MIT"
} ,
"node_modules/on-finished" : {
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz" ,
"integrity" : "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==" ,
"license" : "MIT" ,
"dependencies" : {
"ee-first" : "1.1.1"
} ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/onetime" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz" ,
"integrity" : "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==" ,
"license" : "MIT" ,
"dependencies" : {
"mimic-fn" : "^4.0.0"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/oniguruma-to-es" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-2.3.0.tgz" ,
"integrity" : "sha512-bwALDxriqfKGfUufKGGepCzu9x7nJQuoRoAFp4AnwehhC2crqrDIAP/uN2qdlsAvSMpeRC3+Yzhqc7hLmle5+g==" ,
"license" : "MIT" ,
"dependencies" : {
"emoji-regex-xs" : "^1.0.0" ,
"regex" : "^5.1.1" ,
"regex-recursion" : "^5.1.1"
}
} ,
"node_modules/open" : {
"version" : "8.4.2" ,
"resolved" : "https://registry.npmjs.org/open/-/open-8.4.2.tgz" ,
"integrity" : "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==" ,
"license" : "MIT" ,
"dependencies" : {
"define-lazy-prop" : "^2.0.0" ,
"is-docker" : "^2.1.1" ,
"is-wsl" : "^2.2.0"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/open/node_modules/is-docker" : {
"version" : "2.2.1" ,
"resolved" : "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz" ,
"integrity" : "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==" ,
"license" : "MIT" ,
"bin" : {
"is-docker" : "cli.js"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/open/node_modules/is-wsl" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz" ,
"integrity" : "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==" ,
"license" : "MIT" ,
"dependencies" : {
"is-docker" : "^2.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2026-04-08 22:12:38 +02:00
"node_modules/outvariant" : {
"version" : "1.4.3" ,
"resolved" : "https://registry.npmjs.org/outvariant/-/outvariant-1.4.3.tgz" ,
"integrity" : "sha512-+Sl2UErvtsoajRDKCE5/dBz4DIvHXQQnAxtQTF04OJxY0+DyZXSo5P5Bb7XYWOh81syohlYL24hbDwxedPUJCA==" ,
"dev" : true ,
"license" : "MIT"
} ,
2026-03-16 23:20:54 +01:00
"node_modules/package-json-from-dist" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz" ,
"integrity" : "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==" ,
"license" : "BlueOak-1.0.0"
} ,
"node_modules/parse5" : {
"version" : "7.3.0" ,
"resolved" : "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz" ,
"integrity" : "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==" ,
"license" : "MIT" ,
"dependencies" : {
"entities" : "^6.0.0"
} ,
"funding" : {
"url" : "https://github.com/inikulin/parse5?sponsor=1"
}
} ,
"node_modules/parseurl" : {
"version" : "1.3.3" ,
"resolved" : "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz" ,
"integrity" : "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/path-key" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz" ,
"integrity" : "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/path-parse" : {
"version" : "1.0.7" ,
"resolved" : "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz" ,
"integrity" : "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" ,
"license" : "MIT"
} ,
"node_modules/path-scurry" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz" ,
"integrity" : "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==" ,
"license" : "BlueOak-1.0.0" ,
"dependencies" : {
"lru-cache" : "^11.0.0" ,
"minipass" : "^7.1.2"
} ,
"engines" : {
"node" : "18 || 20 || >=22"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/path-scurry/node_modules/lru-cache" : {
"version" : "11.2.7" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.7.tgz" ,
"integrity" : "sha512-aY/R+aEsRelme17KGQa/1ZSIpLpNYYrhcrepKTZgE+W3WM16YMCaPwOHLHsmopZHELU0Ojin1lPVxKR0MihncA==" ,
"license" : "BlueOak-1.0.0" ,
"engines" : {
"node" : "20 || >=22"
}
} ,
"node_modules/path-to-regexp" : {
"version" : "6.3.0" ,
"resolved" : "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz" ,
"integrity" : "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==" ,
"license" : "MIT"
} ,
"node_modules/pathe" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz" ,
"integrity" : "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==" ,
"license" : "MIT"
} ,
2026-03-26 06:20:22 +01:00
"node_modules/pathval" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/pathval/-/pathval-2.0.1.tgz" ,
"integrity" : "sha512-//nshmD55c46FuFw26xV/xFAaB5HF9Xdap7HJBBnrKdAd6/GxDBaNA1870O79+9ueg61cZLSVc+OaFlfmObYVQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 14.16"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/perfect-debounce" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-2.1.0.tgz" ,
"integrity" : "sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==" ,
"license" : "MIT"
} ,
"node_modules/picocolors" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz" ,
"integrity" : "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==" ,
"license" : "ISC"
} ,
"node_modules/picomatch" : {
"version" : "4.0.3" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz" ,
"integrity" : "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
}
} ,
2026-03-26 20:58:39 +01:00
"node_modules/pixelmatch" : {
"version" : "7.1.0" ,
"resolved" : "https://registry.npmjs.org/pixelmatch/-/pixelmatch-7.1.0.tgz" ,
"integrity" : "sha512-1wrVzJ2STrpmONHKBy228LM1b84msXDUoAzVEl0R8Mz4Ce6EPr+IVtxm8+yvrqLYMHswREkjYFaMxnyGnaY3Ng==" ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"pngjs" : "^7.0.0"
} ,
"bin" : {
"pixelmatch" : "bin/pixelmatch"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/pkg-types" : {
"version" : "1.3.1" ,
"resolved" : "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz" ,
"integrity" : "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==" ,
"license" : "MIT" ,
"dependencies" : {
"confbox" : "^0.1.8" ,
"mlly" : "^1.7.4" ,
"pathe" : "^2.0.1"
}
} ,
"node_modules/pkg-types/node_modules/confbox" : {
"version" : "0.1.8" ,
"resolved" : "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz" ,
"integrity" : "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==" ,
"license" : "MIT"
} ,
2026-03-20 22:37:17 +01:00
"node_modules/playwright" : {
"version" : "1.58.2" ,
"resolved" : "https://registry.npmjs.org/playwright/-/playwright-1.58.2.tgz" ,
"integrity" : "sha512-vA30H8Nvkq/cPBnNw4Q8TWz1EJyqgpuinBcHET0YVJVFldr8JDNiU9LaWAE1KqSkRYazuaBhTpB5ZzShOezQ6A==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"playwright-core" : "1.58.2"
} ,
"bin" : {
"playwright" : "cli.js"
} ,
"engines" : {
"node" : ">=18"
} ,
"optionalDependencies" : {
"fsevents" : "2.3.2"
}
} ,
"node_modules/playwright-core" : {
"version" : "1.58.2" ,
"resolved" : "https://registry.npmjs.org/playwright-core/-/playwright-core-1.58.2.tgz" ,
"integrity" : "sha512-yZkEtftgwS8CsfYo7nm0KE8jsvm6i/PTgVtB8DL726wNf6H2IMsDuxCpJj59KDaxCtSnrWan2AeDqM7JBaultg==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"bin" : {
"playwright-core" : "cli.js"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/playwright/node_modules/fsevents" : {
"version" : "2.3.2" ,
"resolved" : "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz" ,
"integrity" : "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==" ,
"dev" : true ,
"hasInstallScript" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : "^8.16.0 || ^10.6.0 || >=11.0.0"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/pngjs" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/pngjs/-/pngjs-7.0.0.tgz" ,
"integrity" : "sha512-LKWqWJRhstyYo9pGvgor/ivk2w94eSjE3RGVuzLGlr3NmD8bf7RcYGze1mNdEHRP6TRP6rMuDHk5t44hnTRyow==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=14.19.0"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/postcss" : {
"version" : "8.5.8" ,
"resolved" : "https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz" ,
"integrity" : "sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==" ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/postcss/"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/postcss"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"nanoid" : "^3.3.11" ,
"picocolors" : "^1.1.1" ,
"source-map-js" : "^1.2.1"
} ,
"engines" : {
"node" : "^10 || ^12 || >=14"
}
} ,
"node_modules/pretty-bytes" : {
"version" : "7.1.0" ,
"resolved" : "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-7.1.0.tgz" ,
"integrity" : "sha512-nODzvTiYVRGRqAOvE84Vk5JDPyyxsVk0/fbA/bq7RqlnhksGpset09XTxbpvLTIjoaF7K8Z8DG8yHtKGTPSYRw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=20"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/pretty-format" : {
"version" : "27.5.1" ,
"resolved" : "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz" ,
"integrity" : "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^5.0.1" ,
"ansi-styles" : "^5.0.0" ,
"react-is" : "^17.0.1"
} ,
"engines" : {
"node" : "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
}
} ,
"node_modules/pretty-format/node_modules/ansi-regex" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" ,
"integrity" : "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/pretty-format/node_modules/ansi-styles" : {
"version" : "5.2.0" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz" ,
"integrity" : "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/process" : {
"version" : "0.11.10" ,
"resolved" : "https://registry.npmjs.org/process/-/process-0.11.10.tgz" ,
"integrity" : "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6.0"
}
} ,
"node_modules/process-nextick-args" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz" ,
"integrity" : "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" ,
"license" : "MIT"
} ,
"node_modules/property-information" : {
"version" : "7.1.0" ,
"resolved" : "https://registry.npmjs.org/property-information/-/property-information-7.1.0.tgz" ,
"integrity" : "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
2026-04-08 22:12:38 +02:00
"node_modules/punycode" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz" ,
"integrity" : "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/quansync" : {
"version" : "0.2.11" ,
"resolved" : "https://registry.npmjs.org/quansync/-/quansync-0.2.11.tgz" ,
"integrity" : "sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==" ,
"funding" : [
{
"type" : "individual" ,
"url" : "https://github.com/sponsors/antfu"
} ,
{
"type" : "individual" ,
"url" : "https://github.com/sponsors/sxzz"
}
] ,
"license" : "MIT"
} ,
"node_modules/queue-microtask" : {
"version" : "1.2.3" ,
"resolved" : "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz" ,
"integrity" : "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
"license" : "MIT"
} ,
"node_modules/radix3" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/radix3/-/radix3-1.1.2.tgz" ,
"integrity" : "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==" ,
"license" : "MIT"
} ,
"node_modules/randombytes" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz" ,
"integrity" : "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==" ,
"license" : "MIT" ,
"dependencies" : {
"safe-buffer" : "^5.1.0"
}
} ,
"node_modules/range-parser" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz" ,
"integrity" : "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/rc9" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/rc9/-/rc9-2.1.2.tgz" ,
"integrity" : "sha512-btXCnMmRIBINM2LDZoEmOogIZU7Qe7zn4BpomSKZ/ykbLObuBdvG+mFq11DL6fjH1DRwHhrlgtYWG96bJiC7Cg==" ,
"license" : "MIT" ,
"dependencies" : {
"defu" : "^6.1.4" ,
"destr" : "^2.0.3"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/react" : {
"version" : "19.2.4" ,
"resolved" : "https://registry.npmjs.org/react/-/react-19.2.4.tgz" ,
"integrity" : "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/react-docgen-typescript" : {
"version" : "2.4.0" ,
"resolved" : "https://registry.npmjs.org/react-docgen-typescript/-/react-docgen-typescript-2.4.0.tgz" ,
"integrity" : "sha512-ZtAp5XTO5HRzQctjPU0ybY0RRCQO19X/8fxn3w7y2VVTUbGHDKULPTL4ky3vB05euSgG5NpALhEhDPvQ56wvXg==" ,
"dev" : true ,
"license" : "MIT" ,
"peerDependencies" : {
"typescript" : ">= 4.3.x"
}
} ,
"node_modules/react-dom" : {
"version" : "19.2.4" ,
"resolved" : "https://registry.npmjs.org/react-dom/-/react-dom-19.2.4.tgz" ,
"integrity" : "sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"scheduler" : "^0.27.0"
} ,
"peerDependencies" : {
"react" : "^19.2.4"
}
} ,
"node_modules/react-is" : {
"version" : "17.0.2" ,
"resolved" : "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz" ,
"integrity" : "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" ,
"dev" : true ,
2026-04-08 22:12:38 +02:00
"license" : "MIT"
2026-03-26 06:20:22 +01:00
} ,
2026-03-16 23:20:54 +01:00
"node_modules/readable-stream" : {
"version" : "4.7.0" ,
"resolved" : "https://registry.npmjs.org/readable-stream/-/readable-stream-4.7.0.tgz" ,
"integrity" : "sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==" ,
"license" : "MIT" ,
"dependencies" : {
"abort-controller" : "^3.0.0" ,
"buffer" : "^6.0.3" ,
"events" : "^3.3.0" ,
"process" : "^0.11.10" ,
"string_decoder" : "^1.3.0"
} ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
}
} ,
"node_modules/readdir-glob" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.1.3.tgz" ,
"integrity" : "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"minimatch" : "^5.1.0"
}
} ,
"node_modules/readdir-glob/node_modules/balanced-match" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz" ,
"integrity" : "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" ,
"license" : "MIT"
} ,
"node_modules/readdir-glob/node_modules/brace-expansion" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz" ,
"integrity" : "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==" ,
"license" : "MIT" ,
"dependencies" : {
"balanced-match" : "^1.0.0"
}
} ,
"node_modules/readdir-glob/node_modules/minimatch" : {
"version" : "5.1.9" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-5.1.9.tgz" ,
"integrity" : "sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==" ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^2.0.1"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/readdirp" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz" ,
"integrity" : "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 14.18.0"
} ,
"funding" : {
"type" : "individual" ,
"url" : "https://paulmillr.com/funding/"
}
} ,
"node_modules/recast" : {
"version" : "0.23.11" ,
"resolved" : "https://registry.npmjs.org/recast/-/recast-0.23.11.tgz" ,
"integrity" : "sha512-YTUo+Flmw4ZXiWfQKGcwwc11KnoRAYgzAE2E7mXKCjSviTKShtxBsN6YUUBB2gtaBzKzeKunxhUwNHQuRryhWA==" ,
"license" : "MIT" ,
"dependencies" : {
"ast-types" : "^0.16.1" ,
"esprima" : "~4.0.0" ,
"source-map" : "~0.6.1" ,
"tiny-invariant" : "^1.3.3" ,
"tslib" : "^2.0.1"
} ,
"engines" : {
"node" : ">= 4"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/redent" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz" ,
"integrity" : "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==" ,
"devOptional" : true ,
"license" : "MIT" ,
"dependencies" : {
"indent-string" : "^4.0.0" ,
"strip-indent" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/redis-errors" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/redis-errors/-/redis-errors-1.2.0.tgz" ,
"integrity" : "sha512-1qny3OExCf0UvUV/5wpYKf2YwPcOqXzkwKKSmKHiE6ZMQs5heeE/c8eXK+PNllPvmjgAbfnsbpkGZWy8cBpn9w==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/redis-parser" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/redis-parser/-/redis-parser-3.0.0.tgz" ,
"integrity" : "sha512-DJnGAeenTdpMEH6uAJRK/uiyEIH9WVsUmoLwzudwGJUwZPp80PDBWPHXSAGNPwNvIXAbe7MSUB1zQFugFml66A==" ,
"license" : "MIT" ,
"dependencies" : {
"redis-errors" : "^1.0.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/regex" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/regex/-/regex-5.1.1.tgz" ,
"integrity" : "sha512-dN5I359AVGPnwzJm2jN1k0W9LPZ+ePvoOeVMMfqIMFz53sSwXkxaJoxr50ptnsC771lK95BnTrVSZxq0b9yCGw==" ,
"license" : "MIT" ,
"dependencies" : {
"regex-utilities" : "^2.3.0"
}
} ,
"node_modules/regex-recursion" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/regex-recursion/-/regex-recursion-5.1.1.tgz" ,
"integrity" : "sha512-ae7SBCbzVNrIjgSbh7wMznPcQel1DNlDtzensnFxpiNpXt1U2ju/bHugH422r+4LAVS1FpW1YCwilmnNsjum9w==" ,
"license" : "MIT" ,
"dependencies" : {
"regex" : "^5.1.1" ,
"regex-utilities" : "^2.3.0"
}
} ,
"node_modules/regex-utilities" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/regex-utilities/-/regex-utilities-2.3.0.tgz" ,
"integrity" : "sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==" ,
"license" : "MIT"
} ,
"node_modules/require-directory" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz" ,
"integrity" : "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/requires-port" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz" ,
"integrity" : "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==" ,
"license" : "MIT"
} ,
"node_modules/resolve" : {
"version" : "1.22.11" ,
"resolved" : "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz" ,
"integrity" : "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==" ,
"license" : "MIT" ,
"dependencies" : {
"is-core-module" : "^2.16.1" ,
"path-parse" : "^1.0.7" ,
"supports-preserve-symlinks-flag" : "^1.0.0"
} ,
"bin" : {
"resolve" : "bin/resolve"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/resolve-from" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz" ,
"integrity" : "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
2026-04-08 22:12:38 +02:00
"node_modules/rettime" : {
"version" : "0.10.1" ,
"resolved" : "https://registry.npmjs.org/rettime/-/rettime-0.10.1.tgz" ,
"integrity" : "sha512-uyDrIlUEH37cinabq0AX4QbgV4HbFZ/gqoiunWQ1UqBtRvTTytwhNYjE++pO/MjPTZL5KQCf2bEoJ/BJNVQ5Kw==" ,
"dev" : true ,
"license" : "MIT"
} ,
2026-03-16 23:20:54 +01:00
"node_modules/reusify" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz" ,
"integrity" : "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==" ,
"license" : "MIT" ,
"engines" : {
"iojs" : ">=1.0.0" ,
"node" : ">=0.10.0"
}
} ,
"node_modules/rolldown" : {
"version" : "1.0.0-rc.9" ,
"resolved" : "https://registry.npmjs.org/rolldown/-/rolldown-1.0.0-rc.9.tgz" ,
"integrity" : "sha512-9EbgWge7ZH+yqb4d2EnELAntgPTWbfL8ajiTW+SyhJEC4qhBbkCKbqFV4Ge4zmu5ziQuVbWxb/XwLZ+RIO7E8Q==" ,
"license" : "MIT" ,
2026-03-26 06:20:22 +01:00
"optional" : true ,
2026-03-16 23:20:54 +01:00
"peer" : true ,
"dependencies" : {
"@oxc-project/types" : "=0.115.0" ,
"@rolldown/pluginutils" : "1.0.0-rc.9"
} ,
"bin" : {
"rolldown" : "bin/cli.mjs"
} ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
} ,
"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"
}
} ,
"node_modules/rollup" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/rollup/-/rollup-4.59.0.tgz" ,
"integrity" : "sha512-2oMpl67a3zCH9H79LeMcbDhXW/UmWG/y2zuqnF2jQq5uq9TbM9TVyXvA4+t+ne2IIkBdrLpAaRQAvo7YI/Yyeg==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree" : "1.0.8"
} ,
"bin" : {
"rollup" : "dist/bin/rollup"
} ,
"engines" : {
"node" : ">=18.0.0" ,
"npm" : ">=8.0.0"
} ,
"optionalDependencies" : {
"@rollup/rollup-android-arm-eabi" : "4.59.0" ,
"@rollup/rollup-android-arm64" : "4.59.0" ,
"@rollup/rollup-darwin-arm64" : "4.59.0" ,
"@rollup/rollup-darwin-x64" : "4.59.0" ,
"@rollup/rollup-freebsd-arm64" : "4.59.0" ,
"@rollup/rollup-freebsd-x64" : "4.59.0" ,
"@rollup/rollup-linux-arm-gnueabihf" : "4.59.0" ,
"@rollup/rollup-linux-arm-musleabihf" : "4.59.0" ,
"@rollup/rollup-linux-arm64-gnu" : "4.59.0" ,
"@rollup/rollup-linux-arm64-musl" : "4.59.0" ,
"@rollup/rollup-linux-loong64-gnu" : "4.59.0" ,
"@rollup/rollup-linux-loong64-musl" : "4.59.0" ,
"@rollup/rollup-linux-ppc64-gnu" : "4.59.0" ,
"@rollup/rollup-linux-ppc64-musl" : "4.59.0" ,
"@rollup/rollup-linux-riscv64-gnu" : "4.59.0" ,
"@rollup/rollup-linux-riscv64-musl" : "4.59.0" ,
"@rollup/rollup-linux-s390x-gnu" : "4.59.0" ,
"@rollup/rollup-linux-x64-gnu" : "4.59.0" ,
"@rollup/rollup-linux-x64-musl" : "4.59.0" ,
"@rollup/rollup-openbsd-x64" : "4.59.0" ,
"@rollup/rollup-openharmony-arm64" : "4.59.0" ,
"@rollup/rollup-win32-arm64-msvc" : "4.59.0" ,
"@rollup/rollup-win32-ia32-msvc" : "4.59.0" ,
"@rollup/rollup-win32-x64-gnu" : "4.59.0" ,
"@rollup/rollup-win32-x64-msvc" : "4.59.0" ,
"fsevents" : "~2.3.2"
}
} ,
"node_modules/rollup-plugin-visualizer" : {
"version" : "6.0.11" ,
"resolved" : "https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-6.0.11.tgz" ,
"integrity" : "sha512-TBwVHVY7buHjIKVLqr9scTVFwqZqMXINcCphPwIWKPDCOBIa+jCQfafvbjRJDZgXdq/A996Dy6yGJ/+/NtAXDQ==" ,
"license" : "MIT" ,
"dependencies" : {
"open" : "^8.0.0" ,
"picomatch" : "^4.0.2" ,
"source-map" : "^0.7.4" ,
"yargs" : "^17.5.1"
} ,
"bin" : {
"rollup-plugin-visualizer" : "dist/bin/cli.js"
} ,
"engines" : {
"node" : ">=18"
} ,
"peerDependencies" : {
"rolldown" : "1.x || ^1.0.0-beta" ,
"rollup" : "2.x || 3.x || 4.x"
} ,
"peerDependenciesMeta" : {
"rolldown" : {
"optional" : true
} ,
"rollup" : {
"optional" : true
}
}
} ,
"node_modules/rollup-plugin-visualizer/node_modules/source-map" : {
"version" : "0.7.6" ,
"resolved" : "https://registry.npmjs.org/source-map/-/source-map-0.7.6.tgz" ,
"integrity" : "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==" ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : ">= 12"
}
} ,
2026-04-08 22:12:38 +02:00
"node_modules/rrweb-cssom" : {
"version" : "0.7.1" ,
"resolved" : "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.7.1.tgz" ,
"integrity" : "sha512-TrEMa7JGdVm0UThDJSx7ddw5nVm3UJS9o9CCIZ72B1vSyEZoziDqBYP3XIoi/12lKrJR8rE3jeFHMok2F/Mnsg==" ,
"dev" : true ,
"license" : "MIT"
} ,
2026-03-26 06:20:22 +01:00
"node_modules/run-applescript" : {
"version" : "7.1.0" ,
"resolved" : "https://registry.npmjs.org/run-applescript/-/run-applescript-7.1.0.tgz" ,
"integrity" : "sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/run-parallel" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz" ,
"integrity" : "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"queue-microtask" : "^1.2.2"
}
} ,
"node_modules/safe-buffer" : {
"version" : "5.2.1" ,
"resolved" : "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz" ,
"integrity" : "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
"license" : "MIT"
} ,
2026-04-08 22:12:38 +02:00
"node_modules/safer-buffer" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz" ,
"integrity" : "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/saxes" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz" ,
"integrity" : "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==" ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"xmlchars" : "^2.2.0"
} ,
"engines" : {
"node" : ">=v12.22.7"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/scheduler" : {
"version" : "0.27.0" ,
"resolved" : "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz" ,
"integrity" : "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==" ,
"dev" : true ,
"license" : "MIT"
} ,
2026-03-16 23:20:54 +01:00
"node_modules/scule" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/scule/-/scule-1.3.0.tgz" ,
"integrity" : "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==" ,
"license" : "MIT"
} ,
"node_modules/semver" : {
"version" : "6.3.1" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz" ,
"integrity" : "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
}
} ,
"node_modules/send" : {
"version" : "0.19.2" ,
"resolved" : "https://registry.npmjs.org/send/-/send-0.19.2.tgz" ,
"integrity" : "sha512-VMbMxbDeehAxpOtWJXlcUS5E8iXh6QmN+BkRX1GARS3wRaXEEgzCcB10gTQazO42tpNIya8xIyNx8fll1OFPrg==" ,
"license" : "MIT" ,
"dependencies" : {
"debug" : "2.6.9" ,
"depd" : "2.0.0" ,
"destroy" : "1.2.0" ,
"encodeurl" : "~2.0.0" ,
"escape-html" : "~1.0.3" ,
"etag" : "~1.8.1" ,
"fresh" : "~0.5.2" ,
"http-errors" : "~2.0.1" ,
"mime" : "1.6.0" ,
"ms" : "2.1.3" ,
"on-finished" : "~2.4.1" ,
"range-parser" : "~1.2.1" ,
"statuses" : "~2.0.2"
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
"node_modules/send/node_modules/debug" : {
"version" : "2.6.9" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz" ,
"integrity" : "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==" ,
"license" : "MIT" ,
"dependencies" : {
"ms" : "2.0.0"
}
} ,
"node_modules/send/node_modules/debug/node_modules/ms" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz" ,
"integrity" : "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" ,
"license" : "MIT"
} ,
"node_modules/send/node_modules/mime" : {
"version" : "1.6.0" ,
"resolved" : "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz" ,
"integrity" : "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" ,
"license" : "MIT" ,
"bin" : {
"mime" : "cli.js"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/serialize-javascript" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz" ,
"integrity" : "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"randombytes" : "^2.1.0"
}
} ,
"node_modules/seroval" : {
"version" : "1.5.1" ,
"resolved" : "https://registry.npmjs.org/seroval/-/seroval-1.5.1.tgz" ,
"integrity" : "sha512-OwrZRZAfhHww0WEnKHDY8OM0U/Qs8OTfIDWhUD4BLpNJUfXK4cGmjiagGze086m+mhI+V2nD0gfbHEnJjb9STA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/seroval-plugins" : {
"version" : "1.5.1" ,
"resolved" : "https://registry.npmjs.org/seroval-plugins/-/seroval-plugins-1.5.1.tgz" ,
"integrity" : "sha512-4FbuZ/TMl02sqv0RTFexu0SP6V+ywaIe5bAWCCEik0fk17BhALgwvUDVF7e3Uvf9pxmwCEJsRPmlkUE6HdzLAw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
} ,
"peerDependencies" : {
"seroval" : "^1.0"
}
} ,
"node_modules/serve-placeholder" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/serve-placeholder/-/serve-placeholder-2.0.2.tgz" ,
"integrity" : "sha512-/TMG8SboeiQbZJWRlfTCqMs2DD3SZgWp0kDQePz9yUuCnDfDh/92gf7/PxGhzXTKBIPASIHxFcZndoNbp6QOLQ==" ,
"license" : "MIT" ,
"dependencies" : {
"defu" : "^6.1.4"
}
} ,
"node_modules/serve-static" : {
"version" : "1.16.3" ,
"resolved" : "https://registry.npmjs.org/serve-static/-/serve-static-1.16.3.tgz" ,
"integrity" : "sha512-x0RTqQel6g5SY7Lg6ZreMmsOzncHFU7nhnRWkKgWuMTu5NN0DR5oruckMqRvacAN9d5w6ARnRBXl9xhDCgfMeA==" ,
"license" : "MIT" ,
"dependencies" : {
"encodeurl" : "~2.0.0" ,
"escape-html" : "~1.0.3" ,
"parseurl" : "~1.3.3" ,
"send" : "~0.19.1"
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
"node_modules/setprototypeof" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz" ,
"integrity" : "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" ,
"license" : "ISC"
} ,
"node_modules/shebang-command" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz" ,
"integrity" : "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==" ,
"license" : "MIT" ,
"dependencies" : {
"shebang-regex" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/shebang-regex" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz" ,
"integrity" : "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/shiki" : {
"version" : "1.29.2" ,
"resolved" : "https://registry.npmjs.org/shiki/-/shiki-1.29.2.tgz" ,
"integrity" : "sha512-njXuliz/cP+67jU2hukkxCNuH1yUi4QfdZZY+sMr5PPrIyXSu5iTb/qYC4BiWWB0vZ+7TbdvYUCeL23zpwCfbg==" ,
"license" : "MIT" ,
"dependencies" : {
"@shikijs/core" : "1.29.2" ,
"@shikijs/engine-javascript" : "1.29.2" ,
"@shikijs/engine-oniguruma" : "1.29.2" ,
"@shikijs/langs" : "1.29.2" ,
"@shikijs/themes" : "1.29.2" ,
"@shikijs/types" : "1.29.2" ,
"@shikijs/vscode-textmate" : "^10.0.1" ,
"@types/hast" : "^3.0.4"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/siginfo" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz" ,
"integrity" : "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==" ,
"dev" : true ,
"license" : "ISC"
} ,
2026-03-16 23:20:54 +01:00
"node_modules/signal-exit" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz" ,
"integrity" : "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==" ,
"license" : "ISC" ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/sirv" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/sirv/-/sirv-3.0.2.tgz" ,
"integrity" : "sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@polka/url" : "^1.0.0-next.24" ,
"mrmime" : "^2.0.0" ,
"totalist" : "^3.0.0"
} ,
"engines" : {
"node" : ">=18"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/slash" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz" ,
"integrity" : "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=14.16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/smob" : {
"version" : "1.6.1" ,
"resolved" : "https://registry.npmjs.org/smob/-/smob-1.6.1.tgz" ,
"integrity" : "sha512-KAkBqZl3c2GvNgNhcoyJae1aKldDW0LO279wF9bk1PnluRTETKBq0WyzRXxEhoQLk56yHaOY4JCBEKDuJIET5g==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=20.0.0"
}
} ,
"node_modules/solid-js" : {
"version" : "1.9.11" ,
"resolved" : "https://registry.npmjs.org/solid-js/-/solid-js-1.9.11.tgz" ,
"integrity" : "sha512-WEJtcc5mkh/BnHA6Yrg4whlF8g6QwpmXXRg4P2ztPmcKeHHlH4+djYecBLhSpecZY2RRECXYUwIc/C2r3yzQ4Q==" ,
"license" : "MIT" ,
"dependencies" : {
"csstype" : "^3.1.0" ,
"seroval" : "~1.5.0" ,
"seroval-plugins" : "~1.5.0"
}
} ,
"node_modules/solid-refresh" : {
"version" : "0.6.3" ,
"resolved" : "https://registry.npmjs.org/solid-refresh/-/solid-refresh-0.6.3.tgz" ,
"integrity" : "sha512-F3aPsX6hVw9ttm5LYlth8Q15x6MlI/J3Dn+o3EQyRTtTxidepSTwAYdozt01/YA+7ObcciagGEyXIopGZzQtbA==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/generator" : "^7.23.6" ,
"@babel/helper-module-imports" : "^7.22.15" ,
"@babel/types" : "^7.23.6"
} ,
"peerDependencies" : {
"solid-js" : "^1.3"
}
} ,
"node_modules/solid-use" : {
"version" : "0.9.1" ,
"resolved" : "https://registry.npmjs.org/solid-use/-/solid-use-0.9.1.tgz" ,
"integrity" : "sha512-UwvXDVPlrrbj/9ewG9ys5uL2IO4jSiwys2KPzK4zsnAcmEl7iDafZWW1Mo4BSEWOmQCGK6IvpmGHo1aou8iOFw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
} ,
"peerDependencies" : {
"solid-js" : "^1.7"
}
} ,
"node_modules/source-map" : {
"version" : "0.6.1" ,
"resolved" : "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz" ,
"integrity" : "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/source-map-js" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz" ,
"integrity" : "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==" ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/source-map-support" : {
"version" : "0.5.21" ,
"resolved" : "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz" ,
"integrity" : "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==" ,
"license" : "MIT" ,
"dependencies" : {
"buffer-from" : "^1.0.0" ,
"source-map" : "^0.6.0"
}
} ,
"node_modules/space-separated-tokens" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz" ,
"integrity" : "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/stackback" : {
"version" : "0.0.2" ,
"resolved" : "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz" ,
"integrity" : "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==" ,
"dev" : true ,
"license" : "MIT"
} ,
2026-03-16 23:20:54 +01:00
"node_modules/stackframe" : {
"version" : "1.3.4" ,
"resolved" : "https://registry.npmjs.org/stackframe/-/stackframe-1.3.4.tgz" ,
"integrity" : "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==" ,
"license" : "MIT"
} ,
"node_modules/standard-as-callback" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/standard-as-callback/-/standard-as-callback-2.1.0.tgz" ,
"integrity" : "sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A==" ,
"license" : "MIT"
} ,
"node_modules/statuses" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz" ,
"integrity" : "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/std-env" : {
"version" : "3.10.0" ,
"resolved" : "https://registry.npmjs.org/std-env/-/std-env-3.10.0.tgz" ,
"integrity" : "sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==" ,
"license" : "MIT"
} ,
2026-03-26 06:20:22 +01:00
"node_modules/storybook" : {
"version" : "10.3.3" ,
"resolved" : "https://registry.npmjs.org/storybook/-/storybook-10.3.3.tgz" ,
"integrity" : "sha512-tMoRAts9EVqf+mEMPLC6z1DPyHbcPe+CV1MhLN55IKsl0HxNjvVGK44rVPSePbltPE6vIsn4bdRj6CCUt8SJwQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@storybook/global" : "^5.0.0" ,
"@storybook/icons" : "^2.0.1" ,
"@testing-library/jest-dom" : "^6.9.1" ,
"@testing-library/user-event" : "^14.6.1" ,
"@vitest/expect" : "3.2.4" ,
"@vitest/spy" : "3.2.4" ,
"esbuild" : "^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0 || ^0.25.0 || ^0.26.0 || ^0.27.0" ,
"open" : "^10.2.0" ,
"recast" : "^0.23.5" ,
"semver" : "^7.7.3" ,
"use-sync-external-store" : "^1.5.0" ,
"ws" : "^8.18.0"
} ,
"bin" : {
"storybook" : "dist/bin/dispatcher.js"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/storybook"
} ,
"peerDependencies" : {
"prettier" : "^2 || ^3"
} ,
"peerDependenciesMeta" : {
"prettier" : {
"optional" : true
}
}
} ,
"node_modules/storybook-solidjs-vite" : {
"version" : "10.0.11" ,
"resolved" : "https://registry.npmjs.org/storybook-solidjs-vite/-/storybook-solidjs-vite-10.0.11.tgz" ,
"integrity" : "sha512-aDe2ipD0HAH54zsQbbCUI9AcBPiLwljtdx+GRmyHsHaPyij1KmGVKo5N004qXZfQaoK0uru9DsdnWon5rRkjfg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@joshwooding/vite-plugin-react-docgen-typescript" : "^0.6.4" ,
"@storybook/builder-vite" : "^10.3.1" ,
"@storybook/global" : "^5.0.0" ,
"vite-plugin-solid" : "^2.11.11"
} ,
"peerDependencies" : {
"solid-js" : "^1.9.0" ,
"storybook" : "^0.0.0-0 || ^10.0.0" ,
"typescript" : "^4.0.0 || ^5.0.0 || ^6.0.0" ,
"vite" : "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
"node_modules/storybook/node_modules/@vitest/spy" : {
"version" : "3.2.4" ,
"resolved" : "https://registry.npmjs.org/@vitest/spy/-/spy-3.2.4.tgz" ,
"integrity" : "sha512-vAfasCOe6AIK70iP5UD11Ac4siNUNJ9i/9PZ3NKx07sG6sUxeag1LWdNrMWeKKYBLlzuK+Gn65Yd5nyL6ds+nw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"tinyspy" : "^4.0.3"
} ,
"funding" : {
"url" : "https://opencollective.com/vitest"
}
} ,
"node_modules/storybook/node_modules/define-lazy-prop" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz" ,
"integrity" : "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/storybook/node_modules/open" : {
"version" : "10.2.0" ,
"resolved" : "https://registry.npmjs.org/open/-/open-10.2.0.tgz" ,
"integrity" : "sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"default-browser" : "^5.2.1" ,
"define-lazy-prop" : "^3.0.0" ,
"is-inside-container" : "^1.0.0" ,
"wsl-utils" : "^0.1.0"
} ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/storybook/node_modules/semver" : {
"version" : "7.7.4" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz" ,
"integrity" : "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==" ,
"dev" : true ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/streamx" : {
"version" : "2.23.0" ,
"resolved" : "https://registry.npmjs.org/streamx/-/streamx-2.23.0.tgz" ,
"integrity" : "sha512-kn+e44esVfn2Fa/O0CPFcex27fjIL6MkVae0Mm6q+E6f0hWv578YCERbv+4m02cjxvDsPKLnmxral/rR6lBMAg==" ,
"license" : "MIT" ,
"dependencies" : {
"events-universal" : "^1.0.0" ,
"fast-fifo" : "^1.3.2" ,
"text-decoder" : "^1.1.0"
}
} ,
2026-04-08 22:12:38 +02:00
"node_modules/strict-event-emitter" : {
"version" : "0.5.1" ,
"resolved" : "https://registry.npmjs.org/strict-event-emitter/-/strict-event-emitter-0.5.1.tgz" ,
"integrity" : "sha512-vMgjE/GGEPEFnhFub6pa4FmJBRBVOLpIII2hvCZ8Kzb7K0hlHo7mQv6xYrBvCL2LtAIBwFUK8wvuJgTVSQ5MFQ==" ,
"dev" : true ,
"license" : "MIT"
} ,
2026-03-16 23:20:54 +01:00
"node_modules/string_decoder" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz" ,
"integrity" : "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==" ,
"license" : "MIT" ,
"dependencies" : {
"safe-buffer" : "~5.2.0"
}
} ,
"node_modules/string-width" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz" ,
"integrity" : "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==" ,
"license" : "MIT" ,
"dependencies" : {
"emoji-regex" : "^10.3.0" ,
"get-east-asian-width" : "^1.0.0" ,
"strip-ansi" : "^7.1.0"
} ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/string-width-cjs" : {
"name" : "string-width" ,
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
"license" : "MIT" ,
"dependencies" : {
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/string-width-cjs/node_modules/ansi-regex" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" ,
"integrity" : "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/string-width-cjs/node_modules/emoji-regex" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" ,
"integrity" : "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" ,
"license" : "MIT"
} ,
"node_modules/string-width-cjs/node_modules/strip-ansi" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/stringify-entities" : {
"version" : "4.0.4" ,
"resolved" : "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz" ,
"integrity" : "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==" ,
"license" : "MIT" ,
"dependencies" : {
"character-entities-html4" : "^2.0.0" ,
"character-entities-legacy" : "^3.0.0"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/strip-ansi" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz" ,
"integrity" : "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^6.2.2"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/strip-ansi?sponsor=1"
}
} ,
"node_modules/strip-ansi-cjs" : {
"name" : "strip-ansi" ,
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/strip-ansi-cjs/node_modules/ansi-regex" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" ,
"integrity" : "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/strip-final-newline" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz" ,
"integrity" : "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/strip-indent" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz" ,
"integrity" : "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==" ,
"devOptional" : true ,
"license" : "MIT" ,
"dependencies" : {
"min-indent" : "^1.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/strip-literal" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/strip-literal/-/strip-literal-3.1.0.tgz" ,
"integrity" : "sha512-8r3mkIM/2+PpjHoOtiAW8Rg3jJLHaV7xPwG+YRGrv6FP0wwk/toTpATxWYOW0BKdWwl82VT2tFYi5DlROa0Mxg==" ,
"license" : "MIT" ,
"dependencies" : {
"js-tokens" : "^9.0.1"
} ,
"funding" : {
"url" : "https://github.com/sponsors/antfu"
}
} ,
"node_modules/strip-literal/node_modules/js-tokens" : {
"version" : "9.0.1" ,
"resolved" : "https://registry.npmjs.org/js-tokens/-/js-tokens-9.0.1.tgz" ,
"integrity" : "sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==" ,
"license" : "MIT"
} ,
"node_modules/supports-color" : {
"version" : "10.2.2" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-10.2.2.tgz" ,
"integrity" : "sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/chalk/supports-color?sponsor=1"
}
} ,
"node_modules/supports-preserve-symlinks-flag" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz" ,
"integrity" : "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2026-04-08 22:12:38 +02:00
"node_modules/symbol-tree" : {
"version" : "3.2.4" ,
"resolved" : "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz" ,
"integrity" : "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==" ,
"dev" : true ,
"license" : "MIT"
} ,
2026-03-16 23:20:54 +01:00
"node_modules/system-architecture" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/system-architecture/-/system-architecture-0.1.0.tgz" ,
"integrity" : "sha512-ulAk51I9UVUyJgxlv9M6lFot2WP3e7t8Kz9+IS6D4rVba1tR9kON+Ey69f+1R4Q8cd45Lod6a4IcJIxnzGc/zA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/tagged-tag" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/tagged-tag/-/tagged-tag-1.0.0.tgz" ,
"integrity" : "sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=20"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
feat(admin): Phase 0 — Tailwind v4 foundation, shell rewrite, modern dashboard
- Install Tailwind CSS v4 via @tailwindcss/vite; configure vite.config.ts
- Rewrite app.css: Tailwind base, Exo 2 font, brand tokens (orange #fd6216, navy #050026), scrollbar utility; fix @import order
- Rewrite AdminShell.tsx: fixed header, fixed inset body grid (sidebar + main), session check, sub-tab system, logout, admin avatar/name/role
- Rewrite AdminSidebar.tsx: collapsible w-64/w-20, orange active rail + badge/dot, CSS filter for SVG icon tinting, min-h-0 flex fix
- Replace 84 route stub CSS classes (page-title, card, btn, table-wrap, etc.) with Tailwind equivalents via safe class-attr-only regex script
- Rewrite admin dashboard: Lucide icons in colored chip backgrounds, 4-col KPI grid, Control Plane 6-module grid, hover lift animations
- Disable SSR (ssr: false) to fix Vinxi dev manifest error; clear stale .vinxi cache
- Add lucide-solid icon library
- Add scripts/cleanup-css.mjs for class migration
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-23 23:00:21 +01:00
"node_modules/tailwindcss" : {
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.2.tgz" ,
"integrity" : "sha512-KWBIxs1Xb6NoLdMVqhbhgwZf2PGBpPEiwOqgI4pFIYbNTfBXiKYyWoTsXgBQ9WFg/OlhnvHaY+AEpW7wSmFo2Q==" ,
"license" : "MIT"
} ,
"node_modules/tapable" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/tapable/-/tapable-2.3.1.tgz" ,
"integrity" : "sha512-b+u3CEM6FjDHru+nhUSjDofpWSBp2rINziJWgApm72wwGasQ/wKXftZe4tI2Y5HPv6OpzXSZHOFq87H4vfsgsw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/tar" : {
"version" : "7.5.11" ,
"resolved" : "https://registry.npmjs.org/tar/-/tar-7.5.11.tgz" ,
"integrity" : "sha512-ChjMH33/KetonMTAtpYdgUFr0tbz69Fp2v7zWxQfYZX4g5ZN2nOBXm1R2xyA+lMIKrLKIoKAwFj93jE/avX9cQ==" ,
"license" : "BlueOak-1.0.0" ,
"dependencies" : {
"@isaacs/fs-minipass" : "^4.0.0" ,
"chownr" : "^3.0.0" ,
"minipass" : "^7.1.2" ,
"minizlib" : "^3.1.0" ,
"yallist" : "^5.0.0"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/tar-stream" : {
"version" : "3.1.8" ,
"resolved" : "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.8.tgz" ,
"integrity" : "sha512-U6QpVRyCGHva435KoNWy9PRoi2IFYCgtEhq9nmrPPpbRacPs9IH4aJ3gbrFC8dPcXvdSZ4XXfXT5Fshbp2MtlQ==" ,
"license" : "MIT" ,
"dependencies" : {
"b4a" : "^1.6.4" ,
"bare-fs" : "^4.5.5" ,
"fast-fifo" : "^1.2.0" ,
"streamx" : "^2.15.0"
}
} ,
"node_modules/tar/node_modules/yallist" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz" ,
"integrity" : "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==" ,
"license" : "BlueOak-1.0.0" ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/teex" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/teex/-/teex-1.0.1.tgz" ,
"integrity" : "sha512-eYE6iEI62Ni1H8oIa7KlDU6uQBtqr4Eajni3wX7rpfXD8ysFx8z0+dri+KWEPWpBsxXfxu58x/0jvTVT1ekOSg==" ,
"license" : "MIT" ,
"dependencies" : {
"streamx" : "^2.12.5"
}
} ,
"node_modules/terracotta" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/terracotta/-/terracotta-1.1.0.tgz" ,
"integrity" : "sha512-kfQciWUBUBgYkXu7gh3CK3FAJng/iqZslAaY08C+k1Hdx17aVEpcFFb/WPaysxAfcupNH3y53s/pc53xxZauww==" ,
"license" : "MIT" ,
"dependencies" : {
"solid-use" : "^0.9.1"
} ,
"engines" : {
"node" : ">=10"
} ,
"peerDependencies" : {
"solid-js" : "^1.8"
}
} ,
"node_modules/terser" : {
"version" : "5.46.1" ,
"resolved" : "https://registry.npmjs.org/terser/-/terser-5.46.1.tgz" ,
"integrity" : "sha512-vzCjQO/rgUuK9sf8VJZvjqiqiHFaZLnOiimmUuOKODxWL8mm/xua7viT7aqX7dgPY60otQjUotzFMmCB4VdmqQ==" ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"@jridgewell/source-map" : "^0.3.3" ,
"acorn" : "^8.15.0" ,
"commander" : "^2.20.0" ,
"source-map-support" : "~0.5.20"
} ,
"bin" : {
"terser" : "bin/terser"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/text-decoder" : {
"version" : "1.2.7" ,
"resolved" : "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.7.tgz" ,
"integrity" : "sha512-vlLytXkeP4xvEq2otHeJfSQIRyWxo/oZGEbXrtEEF9Hnmrdly59sUbzZ/QgyWuLYHctCHxFF4tRQZNQ9k60ExQ==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"b4a" : "^1.6.4"
}
} ,
"node_modules/tiny-invariant" : {
"version" : "1.3.3" ,
"resolved" : "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz" ,
"integrity" : "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==" ,
"license" : "MIT"
} ,
2026-03-26 06:20:22 +01:00
"node_modules/tinybench" : {
"version" : "2.9.0" ,
"resolved" : "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz" ,
"integrity" : "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==" ,
"dev" : true ,
"license" : "MIT"
} ,
2026-03-16 23:20:54 +01:00
"node_modules/tinyexec" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/tinyexec/-/tinyexec-1.0.4.tgz" ,
"integrity" : "sha512-u9r3uZC0bdpGOXtlxUIdwf9pkmvhqJdrVCH9fapQtgy/OeTTMZ1nqH7agtvEfmGui6e1XxjcdrlxvxJvc3sMqw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/tinyglobby" : {
"version" : "0.2.15" ,
"resolved" : "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz" ,
"integrity" : "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==" ,
"license" : "MIT" ,
"dependencies" : {
"fdir" : "^6.5.0" ,
"picomatch" : "^4.0.3"
} ,
"engines" : {
"node" : ">=12.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/SuperchupuDev"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/tinyrainbow" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-3.1.0.tgz" ,
"integrity" : "sha512-Bf+ILmBgretUrdJxzXM0SgXLZ3XfiaUuOj/IKQHuTXip+05Xn+uyEYdVg0kYDipTBcLrCVyUzAPz7QmArb0mmw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=14.0.0"
}
} ,
"node_modules/tinyspy" : {
"version" : "4.0.4" ,
"resolved" : "https://registry.npmjs.org/tinyspy/-/tinyspy-4.0.4.tgz" ,
"integrity" : "sha512-azl+t0z7pw/z958Gy9svOTuzqIk6xq+NSheJzn5MMWtWTFywIacg2wUlzKFGtt3cthx0r2SxMK0yzJOR0IES7Q==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=14.0.0"
}
} ,
2026-04-08 22:12:38 +02:00
"node_modules/tldts" : {
"version" : "6.1.86" ,
"resolved" : "https://registry.npmjs.org/tldts/-/tldts-6.1.86.tgz" ,
"integrity" : "sha512-WMi/OQ2axVTf/ykqCQgXiIct+mSQDFdH2fkwhPwgEwvJ1kSzZRiinb0zF2Xb8u4+OqPChmyI6MEu4EezNJz+FQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"tldts-core" : "^6.1.86"
} ,
"bin" : {
"tldts" : "bin/cli.js"
}
} ,
"node_modules/tldts-core" : {
"version" : "6.1.86" ,
"resolved" : "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.86.tgz" ,
"integrity" : "sha512-Je6p7pkk+KMzMv2XXKmAE3McmolOQFdxkKw0R8EYNr7sELW46JqnNeTX8ybPiQgvg1ymCoF8LXs5fzFaZvJPTA==" ,
"dev" : true ,
"license" : "MIT"
} ,
2026-03-16 23:20:54 +01:00
"node_modules/to-regex-range" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz" ,
"integrity" : "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==" ,
"license" : "MIT" ,
"dependencies" : {
"is-number" : "^7.0.0"
} ,
"engines" : {
"node" : ">=8.0"
}
} ,
"node_modules/toidentifier" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz" ,
"integrity" : "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.6"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/totalist" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz" ,
"integrity" : "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
2026-04-08 22:12:38 +02:00
"node_modules/tough-cookie" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/tough-cookie/-/tough-cookie-5.1.2.tgz" ,
"integrity" : "sha512-FVDYdxtnj0G6Qm/DhNPSb8Ju59ULcup3tuJxkFb5K8Bv2pUXILbf0xZWU8PX8Ov19OXljbUyveOFwRMwkXzO+A==" ,
"dev" : true ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"tldts" : "^6.1.32"
} ,
"engines" : {
"node" : ">=16"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/tr46" : {
"version" : "0.0.3" ,
"resolved" : "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz" ,
"integrity" : "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" ,
"license" : "MIT"
} ,
"node_modules/trim-lines" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz" ,
"integrity" : "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/ts-dedent" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/ts-dedent/-/ts-dedent-2.2.0.tgz" ,
"integrity" : "sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.10"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/tslib" : {
"version" : "2.8.1" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz" ,
"integrity" : "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" ,
"license" : "0BSD"
} ,
"node_modules/type-fest" : {
"version" : "4.41.0" ,
"resolved" : "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz" ,
"integrity" : "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==" ,
"license" : "(MIT OR CC0-1.0)" ,
"engines" : {
"node" : ">=16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/typescript" : {
2026-04-08 22:12:38 +02:00
"version" : "5.9.3" ,
"resolved" : "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz" ,
"integrity" : "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==" ,
2026-03-26 06:20:22 +01:00
"dev" : true ,
"license" : "Apache-2.0" ,
"bin" : {
"tsc" : "bin/tsc" ,
"tsserver" : "bin/tsserver"
} ,
"engines" : {
"node" : ">=14.17"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/ufo" : {
"version" : "1.6.3" ,
"resolved" : "https://registry.npmjs.org/ufo/-/ufo-1.6.3.tgz" ,
"integrity" : "sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==" ,
"license" : "MIT"
} ,
"node_modules/ultrahtml" : {
"version" : "1.6.0" ,
"resolved" : "https://registry.npmjs.org/ultrahtml/-/ultrahtml-1.6.0.tgz" ,
"integrity" : "sha512-R9fBn90VTJrqqLDwyMph+HGne8eqY1iPfYhPzZrvKpIfwkWZbcYlfpsb8B9dTvBfpy1/hqAD7Wi8EKfP9e8zdw==" ,
"license" : "MIT"
} ,
"node_modules/uncrypto" : {
"version" : "0.1.3" ,
"resolved" : "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz" ,
"integrity" : "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==" ,
"license" : "MIT"
} ,
"node_modules/unctx" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/unctx/-/unctx-2.5.0.tgz" ,
"integrity" : "sha512-p+Rz9x0R7X+CYDkT+Xg8/GhpcShTlU8n+cf9OtOEf7zEQsNcCZO1dPKNRDqvUTaq+P32PMMkxWHwfrxkqfqAYg==" ,
"license" : "MIT" ,
"dependencies" : {
"acorn" : "^8.15.0" ,
"estree-walker" : "^3.0.3" ,
"magic-string" : "^0.30.21" ,
"unplugin" : "^2.3.11"
}
} ,
"node_modules/unctx/node_modules/estree-walker" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz" ,
"integrity" : "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree" : "^1.0.0"
}
} ,
"node_modules/undici-types" : {
"version" : "5.28.4" ,
"resolved" : "https://registry.npmjs.org/undici-types/-/undici-types-5.28.4.tgz" ,
"integrity" : "sha512-3OeMF5Lyowe8VW0skf5qaIE7Or3yS9LS7fvMUI0gg4YxpIBVg0L8BxCmROw2CcYhSkpR68Epz7CGc8MPj94Uww==" ,
"license" : "MIT"
} ,
"node_modules/unenv" : {
"version" : "1.10.0" ,
"resolved" : "https://registry.npmjs.org/unenv/-/unenv-1.10.0.tgz" ,
"integrity" : "sha512-wY5bskBQFL9n3Eca5XnhH6KbUo/tfvkwm9OpcdCvLaeA7piBNbavbOKJySEwQ1V0RH6HvNlSAFRTpvTqgKRQXQ==" ,
"license" : "MIT" ,
"dependencies" : {
"consola" : "^3.2.3" ,
"defu" : "^6.1.4" ,
"mime" : "^3.0.0" ,
"node-fetch-native" : "^1.6.4" ,
"pathe" : "^1.1.2"
}
} ,
"node_modules/unenv/node_modules/mime" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz" ,
"integrity" : "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==" ,
"license" : "MIT" ,
"bin" : {
"mime" : "cli.js"
} ,
"engines" : {
"node" : ">=10.0.0"
}
} ,
"node_modules/unenv/node_modules/pathe" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz" ,
"integrity" : "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==" ,
"license" : "MIT"
} ,
"node_modules/unicorn-magic" : {
"version" : "0.4.0" ,
"resolved" : "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.4.0.tgz" ,
"integrity" : "sha512-wH590V9VNgYH9g3lH9wWjTrUoKsjLF6sGLjhR4sH1LWpLmCOH0Zf7PukhDA8BiS7KHe4oPNkcTHqYkj7SOGUOw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=20"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/unimport" : {
"version" : "5.7.0" ,
"resolved" : "https://registry.npmjs.org/unimport/-/unimport-5.7.0.tgz" ,
"integrity" : "sha512-njnL6sp8lEA8QQbZrt+52p/g4X0rw3bnGGmUcJnt1jeG8+iiqO779aGz0PirCtydAIVcuTBRlJ52F0u46z309Q==" ,
"license" : "MIT" ,
"dependencies" : {
"acorn" : "^8.16.0" ,
"escape-string-regexp" : "^5.0.0" ,
"estree-walker" : "^3.0.3" ,
"local-pkg" : "^1.1.2" ,
"magic-string" : "^0.30.21" ,
"mlly" : "^1.8.0" ,
"pathe" : "^2.0.3" ,
"picomatch" : "^4.0.3" ,
"pkg-types" : "^2.3.0" ,
"scule" : "^1.3.0" ,
"strip-literal" : "^3.1.0" ,
"tinyglobby" : "^0.2.15" ,
"unplugin" : "^2.3.11" ,
"unplugin-utils" : "^0.3.1"
} ,
"engines" : {
"node" : ">=18.12.0"
}
} ,
"node_modules/unimport/node_modules/estree-walker" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz" ,
"integrity" : "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree" : "^1.0.0"
}
} ,
"node_modules/unimport/node_modules/pkg-types" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.0.tgz" ,
"integrity" : "sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==" ,
"license" : "MIT" ,
"dependencies" : {
"confbox" : "^0.2.2" ,
"exsolve" : "^1.0.7" ,
"pathe" : "^2.0.3"
}
} ,
"node_modules/unist-util-is" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz" ,
"integrity" : "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/unist" : "^3.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/unist-util-position" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz" ,
"integrity" : "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/unist" : "^3.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/unist-util-stringify-position" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz" ,
"integrity" : "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/unist" : "^3.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/unist-util-visit" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.1.0.tgz" ,
"integrity" : "sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/unist" : "^3.0.0" ,
"unist-util-is" : "^6.0.0" ,
"unist-util-visit-parents" : "^6.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/unist-util-visit-parents" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz" ,
"integrity" : "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/unist" : "^3.0.0" ,
"unist-util-is" : "^6.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/universalify" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz" ,
"integrity" : "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 10.0.0"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/unplugin" : {
"version" : "2.3.11" ,
"resolved" : "https://registry.npmjs.org/unplugin/-/unplugin-2.3.11.tgz" ,
"integrity" : "sha512-5uKD0nqiYVzlmCRs01Fhs2BdkEgBS3SAVP6ndrBsuK42iC2+JHyxM05Rm9G8+5mkmRtzMZGY8Ct5+mliZxU/Ww==" ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/remapping" : "^2.3.5" ,
"acorn" : "^8.15.0" ,
"picomatch" : "^4.0.3" ,
"webpack-virtual-modules" : "^0.6.2"
} ,
"engines" : {
"node" : ">=18.12.0"
}
} ,
"node_modules/unplugin-utils" : {
"version" : "0.3.1" ,
"resolved" : "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz" ,
"integrity" : "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==" ,
"license" : "MIT" ,
"dependencies" : {
"pathe" : "^2.0.3" ,
"picomatch" : "^4.0.3"
} ,
"engines" : {
"node" : ">=20.19.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sxzz"
}
} ,
"node_modules/unstorage" : {
"version" : "1.17.4" ,
"resolved" : "https://registry.npmjs.org/unstorage/-/unstorage-1.17.4.tgz" ,
"integrity" : "sha512-fHK0yNg38tBiJKp/Vgsq4j0JEsCmgqH58HAn707S7zGkArbZsVr/CwINoi+nh3h98BRCwKvx1K3Xg9u3VV83sw==" ,
"license" : "MIT" ,
"dependencies" : {
"anymatch" : "^3.1.3" ,
"chokidar" : "^5.0.0" ,
"destr" : "^2.0.5" ,
"h3" : "^1.15.5" ,
"lru-cache" : "^11.2.0" ,
"node-fetch-native" : "^1.6.7" ,
"ofetch" : "^1.5.1" ,
"ufo" : "^1.6.3"
} ,
"peerDependencies" : {
"@azure/app-configuration" : "^1.8.0" ,
"@azure/cosmos" : "^4.2.0" ,
"@azure/data-tables" : "^13.3.0" ,
"@azure/identity" : "^4.6.0" ,
"@azure/keyvault-secrets" : "^4.9.0" ,
"@azure/storage-blob" : "^12.26.0" ,
"@capacitor/preferences" : "^6 || ^7 || ^8" ,
"@deno/kv" : ">=0.9.0" ,
"@netlify/blobs" : "^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0" ,
"@planetscale/database" : "^1.19.0" ,
"@upstash/redis" : "^1.34.3" ,
"@vercel/blob" : ">=0.27.1" ,
"@vercel/functions" : "^2.2.12 || ^3.0.0" ,
"@vercel/kv" : "^1 || ^2 || ^3" ,
"aws4fetch" : "^1.0.20" ,
"db0" : ">=0.2.1" ,
"idb-keyval" : "^6.2.1" ,
"ioredis" : "^5.4.2" ,
"uploadthing" : "^7.4.4"
} ,
"peerDependenciesMeta" : {
"@azure/app-configuration" : {
"optional" : true
} ,
"@azure/cosmos" : {
"optional" : true
} ,
"@azure/data-tables" : {
"optional" : true
} ,
"@azure/identity" : {
"optional" : true
} ,
"@azure/keyvault-secrets" : {
"optional" : true
} ,
"@azure/storage-blob" : {
"optional" : true
} ,
"@capacitor/preferences" : {
"optional" : true
} ,
"@deno/kv" : {
"optional" : true
} ,
"@netlify/blobs" : {
"optional" : true
} ,
"@planetscale/database" : {
"optional" : true
} ,
"@upstash/redis" : {
"optional" : true
} ,
"@vercel/blob" : {
"optional" : true
} ,
"@vercel/functions" : {
"optional" : true
} ,
"@vercel/kv" : {
"optional" : true
} ,
"aws4fetch" : {
"optional" : true
} ,
"db0" : {
"optional" : true
} ,
"idb-keyval" : {
"optional" : true
} ,
"ioredis" : {
"optional" : true
} ,
"uploadthing" : {
"optional" : true
}
}
} ,
"node_modules/unstorage/node_modules/chokidar" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz" ,
"integrity" : "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==" ,
"license" : "MIT" ,
"dependencies" : {
"readdirp" : "^5.0.0"
} ,
"engines" : {
"node" : ">= 20.19.0"
} ,
"funding" : {
"url" : "https://paulmillr.com/funding/"
}
} ,
"node_modules/unstorage/node_modules/cookie-es" : {
"version" : "1.2.2" ,
"resolved" : "https://registry.npmjs.org/cookie-es/-/cookie-es-1.2.2.tgz" ,
"integrity" : "sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==" ,
"license" : "MIT"
} ,
"node_modules/unstorage/node_modules/h3" : {
"version" : "1.15.6" ,
"resolved" : "https://registry.npmjs.org/h3/-/h3-1.15.6.tgz" ,
"integrity" : "sha512-oi15ESLW5LRthZ+qPCi5GNasY/gvynSKUQxgiovrY63bPAtG59wtM+LSrlcwvOHAXzGrXVLnI97brbkdPF9WoQ==" ,
"license" : "MIT" ,
"dependencies" : {
"cookie-es" : "^1.2.2" ,
"crossws" : "^0.3.5" ,
"defu" : "^6.1.4" ,
"destr" : "^2.0.5" ,
"iron-webcrypto" : "^1.2.1" ,
"node-mock-http" : "^1.0.4" ,
"radix3" : "^1.1.2" ,
"ufo" : "^1.6.3" ,
"uncrypto" : "^0.1.3"
}
} ,
"node_modules/unstorage/node_modules/lru-cache" : {
"version" : "11.2.7" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.7.tgz" ,
"integrity" : "sha512-aY/R+aEsRelme17KGQa/1ZSIpLpNYYrhcrepKTZgE+W3WM16YMCaPwOHLHsmopZHELU0Ojin1lPVxKR0MihncA==" ,
"license" : "BlueOak-1.0.0" ,
"engines" : {
"node" : "20 || >=22"
}
} ,
"node_modules/unstorage/node_modules/readdirp" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz" ,
"integrity" : "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 20.19.0"
} ,
"funding" : {
"type" : "individual" ,
"url" : "https://paulmillr.com/funding/"
}
} ,
2026-04-08 22:12:38 +02:00
"node_modules/until-async" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/until-async/-/until-async-3.0.2.tgz" ,
"integrity" : "sha512-IiSk4HlzAMqTUseHHe3VhIGyuFmN90zMTpD3Z3y8jeQbzLIq500MVM7Jq2vUAnTKAFPJrqwkzr6PoTcPhGcOiw==" ,
"dev" : true ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/kettanaito"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/untun" : {
"version" : "0.1.3" ,
"resolved" : "https://registry.npmjs.org/untun/-/untun-0.1.3.tgz" ,
"integrity" : "sha512-4luGP9LMYszMRZwsvyUd9MrxgEGZdZuZgpVQHEEX0lCYFESasVRvZd0EYpCkOIbJKHMuv0LskpXc/8Un+MJzEQ==" ,
"license" : "MIT" ,
"dependencies" : {
"citty" : "^0.1.5" ,
"consola" : "^3.2.3" ,
"pathe" : "^1.1.1"
} ,
"bin" : {
"untun" : "bin/untun.mjs"
}
} ,
"node_modules/untun/node_modules/pathe" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz" ,
"integrity" : "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==" ,
"license" : "MIT"
} ,
"node_modules/untyped" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/untyped/-/untyped-2.0.0.tgz" ,
"integrity" : "sha512-nwNCjxJTjNuLCgFr42fEak5OcLuB3ecca+9ksPFNvtfYSLpjf+iJqSIaSnIile6ZPbKYxI5k2AfXqeopGudK/g==" ,
"license" : "MIT" ,
"dependencies" : {
"citty" : "^0.1.6" ,
"defu" : "^6.1.4" ,
"jiti" : "^2.4.2" ,
"knitwork" : "^1.2.0" ,
"scule" : "^1.3.0"
} ,
"bin" : {
"untyped" : "dist/cli.mjs"
}
} ,
"node_modules/untyped/node_modules/jiti" : {
"version" : "2.6.1" ,
"resolved" : "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz" ,
"integrity" : "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==" ,
"license" : "MIT" ,
"bin" : {
"jiti" : "lib/jiti-cli.mjs"
}
} ,
"node_modules/unwasm" : {
"version" : "0.5.3" ,
"resolved" : "https://registry.npmjs.org/unwasm/-/unwasm-0.5.3.tgz" ,
"integrity" : "sha512-keBgTSfp3r6+s9ZcSma+0chwxQdmLbB5+dAD9vjtB21UTMYuKAxHXCU1K2CbCtnP09EaWeRvACnXk0EJtUx+hw==" ,
"license" : "MIT" ,
"dependencies" : {
"exsolve" : "^1.0.8" ,
"knitwork" : "^1.3.0" ,
"magic-string" : "^0.30.21" ,
"mlly" : "^1.8.0" ,
"pathe" : "^2.0.3" ,
"pkg-types" : "^2.3.0"
}
} ,
"node_modules/unwasm/node_modules/pkg-types" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.0.tgz" ,
"integrity" : "sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==" ,
"license" : "MIT" ,
"dependencies" : {
"confbox" : "^0.2.2" ,
"exsolve" : "^1.0.7" ,
"pathe" : "^2.0.3"
}
} ,
"node_modules/update-browserslist-db" : {
"version" : "1.2.3" ,
"resolved" : "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz" ,
"integrity" : "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==" ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/browserslist"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/browserslist"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"escalade" : "^3.2.0" ,
"picocolors" : "^1.1.1"
} ,
"bin" : {
"update-browserslist-db" : "cli.js"
} ,
"peerDependencies" : {
"browserslist" : ">= 4.21.0"
}
} ,
"node_modules/uqr" : {
"version" : "0.1.2" ,
"resolved" : "https://registry.npmjs.org/uqr/-/uqr-0.1.2.tgz" ,
"integrity" : "sha512-MJu7ypHq6QasgF5YRTjqscSzQp/W11zoUk6kvmlH+fmWEs63Y0Eib13hYFwAzagRJcVY8WVnlV+eBDUGMJ5IbA==" ,
"license" : "MIT"
} ,
2026-03-26 06:20:22 +01:00
"node_modules/use-sync-external-store" : {
"version" : "1.6.0" ,
"resolved" : "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz" ,
"integrity" : "sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==" ,
"dev" : true ,
"license" : "MIT" ,
"peerDependencies" : {
"react" : "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/util-deprecate" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz" ,
"integrity" : "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" ,
"license" : "MIT"
} ,
"node_modules/vfile" : {
"version" : "6.0.3" ,
"resolved" : "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz" ,
"integrity" : "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/unist" : "^3.0.0" ,
"vfile-message" : "^4.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/vfile-message" : {
"version" : "4.0.3" ,
"resolved" : "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz" ,
"integrity" : "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/unist" : "^3.0.0" ,
"unist-util-stringify-position" : "^4.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/vinxi" : {
"version" : "0.5.11" ,
"resolved" : "https://registry.npmjs.org/vinxi/-/vinxi-0.5.11.tgz" ,
"integrity" : "sha512-82Qm+EG/b2PRFBvXBbz1lgWBGcd9totIL6SJhnrZYfakjloTVG9+5l6gfO6dbCCtztm5pqWFzLY0qpZ3H3ww/w==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/core" : "^7.22.11" ,
"@babel/plugin-syntax-jsx" : "^7.22.5" ,
"@babel/plugin-syntax-typescript" : "^7.22.5" ,
"@types/micromatch" : "^4.0.2" ,
"@vinxi/listhen" : "^1.5.6" ,
"boxen" : "^8.0.1" ,
"chokidar" : "^4.0.3" ,
"citty" : "^0.1.6" ,
"consola" : "^3.4.2" ,
"crossws" : "^0.3.4" ,
"dax-sh" : "^0.43.0" ,
"defu" : "^6.1.4" ,
"es-module-lexer" : "^1.7.0" ,
"esbuild" : "^0.25.3" ,
"get-port-please" : "^3.1.2" ,
"h3" : "1.15.3" ,
"hookable" : "^5.5.3" ,
"http-proxy" : "^1.18.1" ,
"micromatch" : "^4.0.8" ,
"nitropack" : "^2.11.10" ,
"node-fetch-native" : "^1.6.6" ,
"path-to-regexp" : "^6.2.1" ,
"pathe" : "^1.1.1" ,
"radix3" : "^1.1.2" ,
"resolve" : "^1.22.10" ,
"serve-placeholder" : "^2.0.1" ,
"serve-static" : "^1.15.0" ,
"tinyglobby" : "^0.2.14" ,
"ufo" : "^1.6.1" ,
"unctx" : "^2.4.1" ,
"unenv" : "^1.10.0" ,
"unstorage" : "^1.16.0" ,
"vite" : "^6.4.1" ,
"zod" : "^4.0.0"
} ,
"bin" : {
"vinxi" : "bin/cli.mjs"
}
} ,
"node_modules/vinxi/node_modules/@esbuild/aix-ppc64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz" ,
"integrity" : "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==" ,
"cpu" : [
"ppc64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"aix"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vinxi/node_modules/@esbuild/android-arm" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz" ,
"integrity" : "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==" ,
"cpu" : [
"arm"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vinxi/node_modules/@esbuild/android-arm64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz" ,
"integrity" : "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vinxi/node_modules/@esbuild/android-x64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz" ,
"integrity" : "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vinxi/node_modules/@esbuild/darwin-arm64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz" ,
"integrity" : "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vinxi/node_modules/@esbuild/darwin-x64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz" ,
"integrity" : "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vinxi/node_modules/@esbuild/freebsd-arm64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz" ,
"integrity" : "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vinxi/node_modules/@esbuild/freebsd-x64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz" ,
"integrity" : "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vinxi/node_modules/@esbuild/linux-arm" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz" ,
"integrity" : "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==" ,
"cpu" : [
"arm"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vinxi/node_modules/@esbuild/linux-arm64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz" ,
"integrity" : "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vinxi/node_modules/@esbuild/linux-ia32" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz" ,
"integrity" : "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==" ,
"cpu" : [
"ia32"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vinxi/node_modules/@esbuild/linux-loong64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz" ,
"integrity" : "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==" ,
"cpu" : [
"loong64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vinxi/node_modules/@esbuild/linux-mips64el" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz" ,
"integrity" : "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==" ,
"cpu" : [
"mips64el"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vinxi/node_modules/@esbuild/linux-ppc64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz" ,
"integrity" : "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==" ,
"cpu" : [
"ppc64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vinxi/node_modules/@esbuild/linux-riscv64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz" ,
"integrity" : "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==" ,
"cpu" : [
"riscv64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vinxi/node_modules/@esbuild/linux-s390x" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz" ,
"integrity" : "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==" ,
"cpu" : [
"s390x"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vinxi/node_modules/@esbuild/linux-x64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz" ,
"integrity" : "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vinxi/node_modules/@esbuild/netbsd-arm64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz" ,
"integrity" : "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"netbsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vinxi/node_modules/@esbuild/netbsd-x64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz" ,
"integrity" : "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"netbsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vinxi/node_modules/@esbuild/openbsd-arm64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz" ,
"integrity" : "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openbsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vinxi/node_modules/@esbuild/openbsd-x64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz" ,
"integrity" : "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openbsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vinxi/node_modules/@esbuild/openharmony-arm64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz" ,
"integrity" : "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openharmony"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vinxi/node_modules/@esbuild/sunos-x64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz" ,
"integrity" : "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"sunos"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vinxi/node_modules/@esbuild/win32-arm64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz" ,
"integrity" : "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vinxi/node_modules/@esbuild/win32-ia32" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz" ,
"integrity" : "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==" ,
"cpu" : [
"ia32"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vinxi/node_modules/@esbuild/win32-x64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz" ,
"integrity" : "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vinxi/node_modules/esbuild" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz" ,
"integrity" : "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==" ,
"hasInstallScript" : true ,
"license" : "MIT" ,
"bin" : {
"esbuild" : "bin/esbuild"
} ,
"engines" : {
"node" : ">=18"
} ,
"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"
}
} ,
"node_modules/vinxi/node_modules/pathe" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz" ,
"integrity" : "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==" ,
"license" : "MIT"
} ,
"node_modules/vinxi/node_modules/vite" : {
"version" : "6.4.1" ,
"resolved" : "https://registry.npmjs.org/vite/-/vite-6.4.1.tgz" ,
"integrity" : "sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==" ,
"license" : "MIT" ,
"dependencies" : {
"esbuild" : "^0.25.0" ,
"fdir" : "^6.4.4" ,
"picomatch" : "^4.0.2" ,
"postcss" : "^8.5.3" ,
"rollup" : "^4.34.9" ,
"tinyglobby" : "^0.2.13"
} ,
"bin" : {
"vite" : "bin/vite.js"
} ,
"engines" : {
"node" : "^18.0.0 || ^20.0.0 || >=22.0.0"
} ,
"funding" : {
"url" : "https://github.com/vitejs/vite?sponsor=1"
} ,
"optionalDependencies" : {
"fsevents" : "~2.3.3"
} ,
"peerDependencies" : {
"@types/node" : "^18.0.0 || ^20.0.0 || >=22.0.0" ,
"jiti" : ">=1.21.0" ,
"less" : "*" ,
"lightningcss" : "^1.21.0" ,
"sass" : "*" ,
"sass-embedded" : "*" ,
"stylus" : "*" ,
"sugarss" : "*" ,
"terser" : "^5.16.0" ,
"tsx" : "^4.8.1" ,
"yaml" : "^2.4.2"
} ,
"peerDependenciesMeta" : {
"@types/node" : {
"optional" : true
} ,
"jiti" : {
"optional" : true
} ,
"less" : {
"optional" : true
} ,
"lightningcss" : {
"optional" : true
} ,
"sass" : {
"optional" : true
} ,
"sass-embedded" : {
"optional" : true
} ,
"stylus" : {
"optional" : true
} ,
"sugarss" : {
"optional" : true
} ,
"terser" : {
"optional" : true
} ,
"tsx" : {
"optional" : true
} ,
"yaml" : {
"optional" : true
}
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/visbug" : {
"version" : "0.1.14" ,
"resolved" : "https://registry.npmjs.org/visbug/-/visbug-0.1.14.tgz" ,
"integrity" : "sha512-3Y4oTzjtpsKhBbgt78s3ZWTe+hAAS3PZrQPCecQJJGYFAaAPDgYzIjeR1nHlWOg87gV2HHUAW/GURxgQycOS+g==" ,
"dev" : true ,
"license" : "ISC"
} ,
2026-03-16 23:20:54 +01:00
"node_modules/vite" : {
2026-03-26 06:20:22 +01:00
"version" : "7.3.1" ,
"resolved" : "https://registry.npmjs.org/vite/-/vite-7.3.1.tgz" ,
"integrity" : "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==" ,
2026-03-16 23:20:54 +01:00
"license" : "MIT" ,
"dependencies" : {
2026-03-26 06:20:22 +01:00
"esbuild" : "^0.27.0" ,
"fdir" : "^6.5.0" ,
2026-03-16 23:20:54 +01:00
"picomatch" : "^4.0.3" ,
2026-03-26 06:20:22 +01:00
"postcss" : "^8.5.6" ,
"rollup" : "^4.43.0" ,
2026-03-16 23:20:54 +01:00
"tinyglobby" : "^0.2.15"
} ,
"bin" : {
"vite" : "bin/vite.js"
} ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
} ,
"funding" : {
"url" : "https://github.com/vitejs/vite?sponsor=1"
} ,
"optionalDependencies" : {
"fsevents" : "~2.3.3"
} ,
"peerDependencies" : {
"@types/node" : "^20.19.0 || >=22.12.0" ,
"jiti" : ">=1.21.0" ,
"less" : "^4.0.0" ,
2026-03-26 06:20:22 +01:00
"lightningcss" : "^1.21.0" ,
2026-03-16 23:20:54 +01:00
"sass" : "^1.70.0" ,
"sass-embedded" : "^1.70.0" ,
"stylus" : ">=0.54.8" ,
"sugarss" : "^5.0.0" ,
"terser" : "^5.16.0" ,
"tsx" : "^4.8.1" ,
"yaml" : "^2.4.2"
} ,
"peerDependenciesMeta" : {
"@types/node" : {
"optional" : true
} ,
"jiti" : {
"optional" : true
} ,
"less" : {
"optional" : true
} ,
2026-03-26 06:20:22 +01:00
"lightningcss" : {
"optional" : true
} ,
2026-03-16 23:20:54 +01:00
"sass" : {
"optional" : true
} ,
"sass-embedded" : {
"optional" : true
} ,
"stylus" : {
"optional" : true
} ,
"sugarss" : {
"optional" : true
} ,
"terser" : {
"optional" : true
} ,
"tsx" : {
"optional" : true
} ,
"yaml" : {
"optional" : true
}
}
} ,
"node_modules/vite-plugin-solid" : {
2026-04-08 22:12:38 +02:00
"version" : "2.11.12" ,
"resolved" : "https://registry.npmjs.org/vite-plugin-solid/-/vite-plugin-solid-2.11.12.tgz" ,
"integrity" : "sha512-FgjPcx2OwX9h6f28jli7A4bG7PP3te8uyakE5iqsmpq3Jqi1TWLgSroC9N6cMfGRU2zXsl4Q6ISvTr2VL0QHpA==" ,
2026-03-16 23:20:54 +01:00
"license" : "MIT" ,
"dependencies" : {
"@babel/core" : "^7.23.3" ,
"@types/babel__core" : "^7.20.4" ,
"babel-preset-solid" : "^1.8.4" ,
"merge-anything" : "^5.1.7" ,
"solid-refresh" : "^0.6.3" ,
"vitefu" : "^1.0.4"
} ,
"peerDependencies" : {
"@testing-library/jest-dom" : "^5.16.6 || ^5.17.0 || ^6.*" ,
"solid-js" : "^1.7.2" ,
"vite" : "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
} ,
"peerDependenciesMeta" : {
"@testing-library/jest-dom" : {
"optional" : true
}
}
} ,
"node_modules/vitefu" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/vitefu/-/vitefu-1.1.2.tgz" ,
"integrity" : "sha512-zpKATdUbzbsycPFBN71nS2uzBUQiVnFoOrr2rvqv34S1lcAgMKKkjWleLGeiJlZ8lwCXvtWaRn7R3ZC16SYRuw==" ,
"license" : "MIT" ,
"workspaces" : [
"tests/deps/*" ,
"tests/projects/*" ,
"tests/projects/workspace/packages/*"
] ,
"peerDependencies" : {
"vite" : "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-beta.0"
} ,
"peerDependenciesMeta" : {
"vite" : {
"optional" : true
}
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/vitest" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/vitest/-/vitest-4.1.1.tgz" ,
"integrity" : "sha512-yF+o4POL41rpAzj5KVILUxm1GCjKnELvaqmU9TLLUbMfDzuN0UpUR9uaDs+mCtjPe+uYPksXDRLQGGPvj1cTmA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@vitest/expect" : "4.1.1" ,
"@vitest/mocker" : "4.1.1" ,
"@vitest/pretty-format" : "4.1.1" ,
"@vitest/runner" : "4.1.1" ,
"@vitest/snapshot" : "4.1.1" ,
"@vitest/spy" : "4.1.1" ,
"@vitest/utils" : "4.1.1" ,
"es-module-lexer" : "^2.0.0" ,
"expect-type" : "^1.3.0" ,
"magic-string" : "^0.30.21" ,
"obug" : "^2.1.1" ,
"pathe" : "^2.0.3" ,
"picomatch" : "^4.0.3" ,
"std-env" : "^4.0.0-rc.1" ,
"tinybench" : "^2.9.0" ,
"tinyexec" : "^1.0.2" ,
"tinyglobby" : "^0.2.15" ,
"tinyrainbow" : "^3.0.3" ,
"vite" : "^6.0.0 || ^7.0.0 || ^8.0.0" ,
"why-is-node-running" : "^2.3.0"
} ,
"bin" : {
"vitest" : "vitest.mjs"
} ,
"engines" : {
"node" : "^20.0.0 || ^22.0.0 || >=24.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/vitest"
} ,
"peerDependencies" : {
"@edge-runtime/vm" : "*" ,
"@opentelemetry/api" : "^1.9.0" ,
"@types/node" : "^20.0.0 || ^22.0.0 || >=24.0.0" ,
"@vitest/browser-playwright" : "4.1.1" ,
"@vitest/browser-preview" : "4.1.1" ,
"@vitest/browser-webdriverio" : "4.1.1" ,
"@vitest/ui" : "4.1.1" ,
"happy-dom" : "*" ,
"jsdom" : "*" ,
"vite" : "^6.0.0 || ^7.0.0 || ^8.0.0"
} ,
"peerDependenciesMeta" : {
"@edge-runtime/vm" : {
"optional" : true
} ,
"@opentelemetry/api" : {
"optional" : true
} ,
"@types/node" : {
"optional" : true
} ,
"@vitest/browser-playwright" : {
"optional" : true
} ,
"@vitest/browser-preview" : {
"optional" : true
} ,
"@vitest/browser-webdriverio" : {
"optional" : true
} ,
"@vitest/ui" : {
"optional" : true
} ,
"happy-dom" : {
"optional" : true
} ,
"jsdom" : {
"optional" : true
} ,
"vite" : {
"optional" : false
}
}
} ,
"node_modules/vitest/node_modules/@vitest/expect" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.1.tgz" ,
"integrity" : "sha512-xAV0fqBTk44Rn6SjJReEQkHP3RrqbJo6JQ4zZ7/uVOiJZRarBtblzrOfFIZeYUrukp2YD6snZG6IBqhOoHTm+A==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@standard-schema/spec" : "^1.1.0" ,
"@types/chai" : "^5.2.2" ,
"@vitest/spy" : "4.1.1" ,
"@vitest/utils" : "4.1.1" ,
"chai" : "^6.2.2" ,
"tinyrainbow" : "^3.0.3"
} ,
"funding" : {
"url" : "https://opencollective.com/vitest"
}
} ,
"node_modules/vitest/node_modules/chai" : {
"version" : "6.2.2" ,
"resolved" : "https://registry.npmjs.org/chai/-/chai-6.2.2.tgz" ,
"integrity" : "sha512-NUPRluOfOiTKBKvWPtSD4PhFvWCqOi0BGStNWs57X9js7XGTprSmFoz5F0tWhR4WPjNeR9jXqdC7/UpSJTnlRg==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vitest/node_modules/es-module-lexer" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.0.0.tgz" ,
"integrity" : "sha512-5POEcUuZybH7IdmGsD8wlf0AI55wMecM9rVBTI/qEAy2c1kTOm3DjFYjrBdI2K3BaJjJYfYFeRtM0t9ssnRuxw==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/vitest/node_modules/std-env" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/std-env/-/std-env-4.0.0.tgz" ,
"integrity" : "sha512-zUMPtQ/HBY3/50VbpkupYHbRroTRZJPRLvreamgErJVys0ceuzMkD44J/QjqhHjOzK42GQ3QZIeFG1OYfOtKqQ==" ,
"dev" : true ,
"license" : "MIT"
} ,
2026-04-08 22:12:38 +02:00
"node_modules/w3c-xmlserializer" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz" ,
"integrity" : "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"xml-name-validator" : "^5.0.0"
} ,
"engines" : {
"node" : ">=18"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/webidl-conversions" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz" ,
"integrity" : "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" ,
"license" : "BSD-2-Clause"
} ,
"node_modules/webpack-virtual-modules" : {
"version" : "0.6.2" ,
"resolved" : "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz" ,
"integrity" : "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==" ,
"license" : "MIT"
} ,
2026-04-08 22:12:38 +02:00
"node_modules/whatwg-encoding" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz" ,
"integrity" : "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==" ,
"deprecated" : "Use @exodus/bytes instead for a more spec-conformant and faster implementation" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"iconv-lite" : "0.6.3"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/whatwg-mimetype" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz" ,
"integrity" : "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/whatwg-url" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz" ,
"integrity" : "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==" ,
"license" : "MIT" ,
"dependencies" : {
"tr46" : "~0.0.3" ,
"webidl-conversions" : "^3.0.0"
}
} ,
"node_modules/which" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/which/-/which-4.0.0.tgz" ,
"integrity" : "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==" ,
"license" : "ISC" ,
"dependencies" : {
"isexe" : "^3.1.1"
} ,
"bin" : {
"node-which" : "bin/which.js"
} ,
"engines" : {
"node" : "^16.13.0 || >=18.0.0"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/why-is-node-running" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz" ,
"integrity" : "sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"siginfo" : "^2.0.0" ,
"stackback" : "0.0.2"
} ,
"bin" : {
"why-is-node-running" : "cli.js"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/widest-line" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/widest-line/-/widest-line-5.0.0.tgz" ,
"integrity" : "sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==" ,
"license" : "MIT" ,
"dependencies" : {
"string-width" : "^7.0.0"
} ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/wrap-ansi" : {
"version" : "9.0.2" ,
"resolved" : "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz" ,
"integrity" : "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-styles" : "^6.2.1" ,
"string-width" : "^7.0.0" ,
"strip-ansi" : "^7.1.0"
} ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/chalk/wrap-ansi?sponsor=1"
}
} ,
"node_modules/wrap-ansi-cjs" : {
"name" : "wrap-ansi" ,
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz" ,
"integrity" : "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-styles" : "^4.0.0" ,
"string-width" : "^4.1.0" ,
"strip-ansi" : "^6.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/wrap-ansi?sponsor=1"
}
} ,
"node_modules/wrap-ansi-cjs/node_modules/ansi-regex" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" ,
"integrity" : "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/wrap-ansi-cjs/node_modules/ansi-styles" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz" ,
"integrity" : "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" ,
"license" : "MIT" ,
"dependencies" : {
"color-convert" : "^2.0.1"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
} ,
"node_modules/wrap-ansi-cjs/node_modules/emoji-regex" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" ,
"integrity" : "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" ,
"license" : "MIT"
} ,
"node_modules/wrap-ansi-cjs/node_modules/string-width" : {
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
"license" : "MIT" ,
"dependencies" : {
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/wrap-ansi-cjs/node_modules/strip-ansi" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2026-03-26 06:20:22 +01:00
"node_modules/ws" : {
"version" : "8.20.0" ,
"resolved" : "https://registry.npmjs.org/ws/-/ws-8.20.0.tgz" ,
"integrity" : "sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10.0.0"
} ,
"peerDependencies" : {
"bufferutil" : "^4.0.1" ,
"utf-8-validate" : ">=5.0.2"
} ,
"peerDependenciesMeta" : {
"bufferutil" : {
"optional" : true
} ,
"utf-8-validate" : {
"optional" : true
}
}
} ,
"node_modules/wsl-utils" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.1.0.tgz" ,
"integrity" : "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"is-wsl" : "^3.1.0"
} ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2026-04-08 22:12:38 +02:00
"node_modules/xml-name-validator" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz" ,
"integrity" : "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/xmlchars" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz" ,
"integrity" : "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==" ,
"dev" : true ,
"license" : "MIT"
} ,
2026-03-16 23:20:54 +01:00
"node_modules/y18n" : {
"version" : "5.0.8" ,
"resolved" : "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz" ,
"integrity" : "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==" ,
"license" : "ISC" ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/yallist" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz" ,
"integrity" : "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" ,
"license" : "ISC"
} ,
"node_modules/yargs" : {
"version" : "17.7.2" ,
"resolved" : "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz" ,
"integrity" : "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==" ,
"license" : "MIT" ,
"dependencies" : {
"cliui" : "^8.0.1" ,
"escalade" : "^3.1.1" ,
"get-caller-file" : "^2.0.5" ,
"require-directory" : "^2.1.1" ,
"string-width" : "^4.2.3" ,
"y18n" : "^5.0.5" ,
"yargs-parser" : "^21.1.1"
} ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/yargs-parser" : {
"version" : "21.1.1" ,
"resolved" : "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz" ,
"integrity" : "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==" ,
"license" : "ISC" ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/yargs/node_modules/ansi-regex" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" ,
"integrity" : "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/yargs/node_modules/emoji-regex" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" ,
"integrity" : "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" ,
"license" : "MIT"
} ,
"node_modules/yargs/node_modules/string-width" : {
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
"license" : "MIT" ,
"dependencies" : {
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/yargs/node_modules/strip-ansi" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2026-04-08 22:12:38 +02:00
"node_modules/yoctocolors-cjs" : {
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/yoctocolors-cjs/-/yoctocolors-cjs-2.1.3.tgz" ,
"integrity" : "sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2026-03-16 23:20:54 +01:00
"node_modules/youch" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/youch/-/youch-4.1.0.tgz" ,
"integrity" : "sha512-cYekNh2tUoU+voS11X0D0UQntVCSO6LQ1h10VriQGmfbpf0mnGTruwZICts23UUNiZCXm8H8hQBtRrdsbhuNNg==" ,
"license" : "MIT" ,
"dependencies" : {
"@poppinss/colors" : "^4.1.6" ,
"@poppinss/dumper" : "^0.7.0" ,
"@speed-highlight/core" : "^1.2.14" ,
"cookie-es" : "^2.0.0" ,
"youch-core" : "^0.3.3"
}
} ,
"node_modules/youch-core" : {
"version" : "0.3.3" ,
"resolved" : "https://registry.npmjs.org/youch-core/-/youch-core-0.3.3.tgz" ,
"integrity" : "sha512-ho7XuGjLaJ2hWHoK8yFnsUGy2Y5uDpqSTq1FkHLK4/oqKtyUU1AFbOOxY4IpC9f0fTLjwYbslUz0Po5BpD1wrA==" ,
"license" : "MIT" ,
"dependencies" : {
"@poppinss/exception" : "^1.2.2" ,
"error-stack-parser-es" : "^1.0.5"
}
} ,
"node_modules/zip-stream" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/zip-stream/-/zip-stream-6.0.1.tgz" ,
"integrity" : "sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==" ,
"license" : "MIT" ,
"dependencies" : {
"archiver-utils" : "^5.0.0" ,
"compress-commons" : "^6.0.2" ,
"readable-stream" : "^4.0.0"
} ,
"engines" : {
"node" : ">= 14"
}
} ,
"node_modules/zod" : {
"version" : "4.3.6" ,
"resolved" : "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz" ,
"integrity" : "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==" ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/colinhacks"
}
} ,
"node_modules/zwitch" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz" ,
"integrity" : "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
}
}
}