Openstatus www.openstatus.dev

๐Ÿ› openapi dev (#1243)

* ๐Ÿ› openapi dev

* ci: apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>

authored by

Thibault Le Ouay
autofix-ci[bot]
and committed by
GitHub
84f8b8cd aa16e89e

+38 -1784
+1 -1
apps/server/package.json
··· 24 24 "@openstatus/tracker": "workspace:*", 25 25 "@openstatus/upstash": "workspace:*", 26 26 "@openstatus/utils": "workspace:*", 27 - "@scalar/hono-api-reference": "0.5.131", 27 + "@scalar/hono-api-reference": "0.8.5", 28 28 "@t3-oss/env-core": "0.7.1", 29 29 "@unkey/api": "0.26.1", 30 30 "@upstash/qstash": "2.6.2",
+3 -3
apps/server/src/routes/v1/index.ts
··· 1 1 import { OpenAPIHono } from "@hono/zod-openapi"; 2 - import { apiReference } from "@scalar/hono-api-reference"; 2 + import { Scalar } from "@scalar/hono-api-reference"; 3 3 import { cors } from "hono/cors"; 4 4 import type { RequestIdVariables } from "hono/request-id"; 5 5 ··· 107 107 108 108 api.get( 109 109 "/", 110 - apiReference({ 110 + Scalar({ 111 111 spec: { 112 112 url: "/v1/openapi", 113 113 }, ··· 117 117 description: "Production server", 118 118 }, 119 119 { 120 - url: "http://localhost:3000", 120 + url: "http://localhost:3000/v1", 121 121 description: "Dev server", 122 122 }, 123 123 ],
+34 -1780
pnpm-lock.yaml
··· 152 152 specifier: workspace:* 153 153 version: link:../../packages/utils 154 154 '@scalar/hono-api-reference': 155 - specifier: 0.5.131 156 - version: 0.5.131(postcss@8.5.3)(storybook@8.4.7(bufferutil@4.0.8)(prettier@3.5.3)(utf-8-validate@6.0.5))(tailwindcss@3.4.17(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)))(typescript@5.7.2) 155 + specifier: 0.8.5 156 + version: 0.8.5(hono@4.5.3) 157 157 '@t3-oss/env-core': 158 158 specifier: 0.7.1 159 159 version: 0.7.1(typescript@5.7.2)(zod@3.23.8) ··· 1237 1237 1238 1238 packages: 1239 1239 1240 - '@adobe/css-tools@4.4.0': 1241 - resolution: {integrity: sha512-Ff9+ksdQQB3rMncgqDK78uLznstjyfIf2Arnh22pW8kBpLs6rpKDwgnZT46hin5Hl1WzazzK64DOrhSwYpS7bQ==} 1242 - 1243 1240 '@alloc/quick-lru@5.2.0': 1244 1241 resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==} 1245 1242 engines: {node: '>=10'} ··· 1772 1769 '@cloudflare/workers-types@4.20250303.0': 1773 1770 resolution: {integrity: sha512-O7F7nRT4bbmwHf3gkRBLfJ7R6vHIJ/oZzWdby6obOiw2yavUfp/AIwS7aO2POu5Cv8+h3TXS3oHs3kKCZLraUA==} 1774 1771 1775 - '@codemirror/autocomplete@6.17.0': 1776 - resolution: {integrity: sha512-fdfj6e6ZxZf8yrkMHUSJJir7OJkHkZKaOZGzLWIYp2PZ3jd+d+UjG8zVPqJF6d3bKxkhvXTPan/UZ1t7Bqm0gA==} 1777 - peerDependencies: 1778 - '@codemirror/language': ^6.0.0 1779 - '@codemirror/state': ^6.0.0 1780 - '@codemirror/view': ^6.0.0 1781 - '@lezer/common': ^1.0.0 1782 - 1783 - '@codemirror/commands@6.6.0': 1784 - resolution: {integrity: sha512-qnY+b7j1UNcTS31Eenuc/5YJB6gQOzkUoNmJQc0rznwqSRpeaWWpjkWy2C/MPTcePpsKJEM26hXrOXl1+nceXg==} 1785 - 1786 - '@codemirror/lang-css@6.2.1': 1787 - resolution: {integrity: sha512-/UNWDNV5Viwi/1lpr/dIXJNWiwDxpw13I4pTUAsNxZdg6E0mI2kTQb0P2iHczg1Tu+H4EBgJR+hYhKiHKko7qg==} 1788 - 1789 - '@codemirror/lang-html@6.4.9': 1790 - resolution: {integrity: sha512-aQv37pIMSlueybId/2PVSP6NPnmurFDVmZwzc7jszd2KAF8qd4VBbvNYPXWQq90WIARjsdVkPbw29pszmHws3Q==} 1791 - 1792 - '@codemirror/lang-javascript@6.2.2': 1793 - resolution: {integrity: sha512-VGQfY+FCc285AhWuwjYxQyUQcYurWlxdKYT4bqwr3Twnd5wP5WSeu52t4tvvuWmljT4EmgEgZCqSieokhtY8hg==} 1794 - 1795 - '@codemirror/lang-json@6.0.1': 1796 - resolution: {integrity: sha512-+T1flHdgpqDDlJZ2Lkil/rLiRy684WMLc74xUnjJH48GQdfJo/pudlTRreZmKwzP8/tGdKf83wlbAdOCzlJOGQ==} 1797 - 1798 - '@codemirror/lang-xml@6.1.0': 1799 - resolution: {integrity: sha512-3z0blhicHLfwi2UgkZYRPioSgVTo9PV5GP5ducFH6FaHy0IAJRg+ixj5gTR1gnT/glAIC8xv4w2VL1LoZfs+Jg==} 1800 - 1801 - '@codemirror/lang-yaml@6.1.1': 1802 - resolution: {integrity: sha512-HV2NzbK9bbVnjWxwObuZh5FuPCowx51mEfoFT9y3y+M37fA3+pbxx4I7uePuygFzDsAmCTwQSc/kXh/flab4uw==} 1803 - 1804 - '@codemirror/language@6.10.2': 1805 - resolution: {integrity: sha512-kgbTYTo0Au6dCSc/TFy7fK3fpJmgHDv1sG1KNQKJXVi+xBTEeBPY/M30YXiU6mMXeH+YIDLsbrT4ZwNRdtF+SA==} 1806 - 1807 - '@codemirror/lint@6.8.1': 1808 - resolution: {integrity: sha512-IZ0Y7S4/bpaunwggW2jYqwLuHj0QtESf5xcROewY6+lDNwZ/NzvR4t+vpYgg9m7V8UXLPYqG+lu3DF470E5Oxg==} 1809 - 1810 - '@codemirror/search@6.5.6': 1811 - resolution: {integrity: sha512-rpMgcsh7o0GuCDUXKPvww+muLA1pDJaFrpq/CCHtpQJYz8xopu4D1hPcKRoDD0YlF8gZaqTNIRa4VRBWyhyy7Q==} 1812 - 1813 - '@codemirror/state@6.4.1': 1814 - resolution: {integrity: sha512-QkEyUiLhsJoZkbumGZlswmAhA7CBU02Wrz7zvH4SrcifbsqwlXShVXg65f3v/ts57W3dqyamEriMhij1Z3Zz4A==} 1815 - 1816 - '@codemirror/view@6.28.4': 1817 - resolution: {integrity: sha512-QScv95fiviSQ/CaVGflxAvvvDy/9wi0RFyDl4LkHHWiMr/UPebyuTspmYSeN5Nx6eujcPYwsQzA6ZIZucKZVHQ==} 1818 - 1819 1772 '@content-collections/core@0.7.3': 1820 1773 resolution: {integrity: sha512-eqrQ/59BdorWQFFLF1sGPtIKzsn1OPSomok8e6MevYAaZ2knkhI3ddTQqo8OMrW/zA5H71Pbg0cgxbCN0pOVsg==} 1821 1774 peerDependencies: ··· 2796 2749 resolution: {integrity: sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==} 2797 2750 engines: {node: '>=14'} 2798 2751 2799 - '@floating-ui/core@1.6.4': 2800 - resolution: {integrity: sha512-a4IowK4QkXl4SCWTGUR0INAfEOX3wtsYw3rKK5InQEHMGObkR8Xk44qYQD9P4r6HHw0iIfK6GUKECmY8sTkqRA==} 2801 - 2802 2752 '@floating-ui/core@1.6.8': 2803 2753 resolution: {integrity: sha512-7XJ9cPU+yI2QeLS+FCSlqNFZJq8arvswefkZrYI1yQBbftw6FyrZOxYSh+9S7z7TpeWlRt9zJ5IhM1WIL334jA==} 2804 2754 2805 2755 '@floating-ui/dom@1.6.12': 2806 2756 resolution: {integrity: sha512-NP83c0HjokcGVEMeoStg317VD9W7eDlGK7457dMBANbKA6GJZdc7rjujdgqzTaz93jkGgc5P/jeWbaCHnMNc+w==} 2807 - 2808 - '@floating-ui/dom@1.6.7': 2809 - resolution: {integrity: sha512-wmVfPG5o2xnKDU4jx/m4w5qva9FWHcnZ8BvzEe90D/RpwsJaTAVYPEPdQ8sbr/N8zZTAHlZUTQdqg8ZUbzHmng==} 2810 2757 2811 2758 '@floating-ui/react-dom@2.1.2': 2812 2759 resolution: {integrity: sha512-06okr5cgPzMNBy+Ycse2A6udMi4bqwW/zgBF/rwjcNqWkyr82Mcg8b0vjX8OJpZFy/FKjJmw6wV7t44kK6kW7A==} ··· 2814 2761 react: '>=16.8.0' 2815 2762 react-dom: '>=16.8.0' 2816 2763 2817 - '@floating-ui/utils@0.2.4': 2818 - resolution: {integrity: sha512-dWO2pw8hhi+WrXq1YJy2yCuWoL20PddgGaqTgVe4cOS9Q6qklXCiA1tJEqX6BEwRNSCP84/afac9hd4MS+zEUA==} 2819 - 2820 2764 '@floating-ui/utils@0.2.8': 2821 2765 resolution: {integrity: sha512-kym7SodPp8/wloecOpcmSnWJsK7M0E5Wg8UcFA+uO4B9s5d0ywXOEro/8HM9x0rW+TljRzul/14UYz3TleT3ig==} 2822 - 2823 - '@floating-ui/vue@1.1.1': 2824 - resolution: {integrity: sha512-cyawjk9etPZPl/RVtMRnWrwtAhWbPVSrRVYARgOzhLIqxr0k2up1APrrFjqP9QwRQ0AwjKSvbWg4YC6jESutow==} 2825 2766 2826 2767 '@google-cloud/tasks@4.0.1': 2827 2768 resolution: {integrity: sha512-cluHSN52WgaNoDPVguxCeXZq4rTBHqJntXFB9aI9zG8n8MJukf6V0H7yoAXpKXQxyeXv4LRy108kAgLPgXP3yA==} ··· 2835 2776 resolution: {integrity: sha512-CAqDfoaQ8ykFd9zqBDn4k6iWT9loLAlc2ETmDFS9JCD70gDcnA4L3AFEo2iV7KyAtAAHFW9ftq1Fz+Vsgq80RQ==} 2836 2777 engines: {node: '>=6'} 2837 2778 hasBin: true 2838 - 2839 - '@headlessui/tailwindcss@0.2.0': 2840 - resolution: {integrity: sha512-fpL830Fln1SykOCboExsWr3JIVeQKieLJ3XytLe/tt1A0XzqUthOftDmjcCYLW62w7mQI7wXcoPXr3tZ9QfGxw==} 2841 - engines: {node: '>=10'} 2842 - peerDependencies: 2843 - tailwindcss: ^3.0 2844 - 2845 - '@headlessui/vue@1.7.22': 2846 - resolution: {integrity: sha512-Hoffjoolq1rY+LOfJ+B/OvkhuBXXBFgd8oBlN+l1TApma2dB0En0ucFZrwQtb33SmcCqd32EQd0y07oziXWNYg==} 2847 - engines: {node: '>=10'} 2848 - peerDependencies: 2849 - vue: ^3.2.0 2850 2779 2851 2780 '@hono/sentry@1.2.0': 2852 2781 resolution: {integrity: sha512-9mS8GrkGtR4YxM1CViL4Ft8LFQ9YhCoXeqKnUA1AUmrvA5PhUU/V+xoo8Autw0nVriin3liX5/lPrwWz3muwiw==} ··· 2991 2920 cpu: [x64] 2992 2921 os: [win32] 2993 2922 2994 - '@internationalized/date@3.5.4': 2995 - resolution: {integrity: sha512-qoVJVro+O0rBaw+8HPjUB1iH8Ihf8oziEnqMnvhJUSuVIrHOuZ6eNLHNvzXJKUvAtaDiqMnRlg8Z2mgh09BlUw==} 2996 - 2997 - '@internationalized/number@3.5.3': 2998 - resolution: {integrity: sha512-rd1wA3ebzlp0Mehj5YTuTI50AQEx80gWFyHcQu+u91/5NgdwBecO8BH6ipPfE+lmQ9d63vpB3H9SHoIUiupllw==} 2999 - 3000 2923 '@isaacs/cliui@8.0.2': 3001 2924 resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} 3002 2925 engines: {node: '>=12'} 3003 - 3004 - '@jest/schemas@29.6.3': 3005 - resolution: {integrity: sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==} 3006 - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 3007 2926 3008 2927 '@jridgewell/gen-mapping@0.3.5': 3009 2928 resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==} ··· 3035 2954 3036 2955 '@jridgewell/trace-mapping@0.3.9': 3037 2956 resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==} 3038 - 3039 - '@lezer/common@1.2.1': 3040 - resolution: {integrity: sha512-yemX0ZD2xS/73llMZIK6KplkjIjf2EvAHcinDi/TfJ9hS25G0388+ClHt6/3but0oOxinTcQHJLDXh6w1crzFQ==} 3041 - 3042 - '@lezer/css@1.1.8': 3043 - resolution: {integrity: sha512-7JhxupKuMBaWQKjQoLtzhGj83DdnZY9MckEOG5+/iLKNK2ZJqKc6hf6uc0HjwCX7Qlok44jBNqZhHKDhEhZYLA==} 3044 - 3045 - '@lezer/highlight@1.2.0': 3046 - resolution: {integrity: sha512-WrS5Mw51sGrpqjlh3d4/fOwpEV2Hd3YOkp9DBt4k8XZQcoTHZFB7sx030A6OcahF4J1nDQAa3jXlTVVYH50IFA==} 3047 - 3048 - '@lezer/html@1.3.10': 3049 - resolution: {integrity: sha512-dqpT8nISx/p9Do3AchvYGV3qYc4/rKr3IBZxlHmpIKam56P47RSHkSF5f13Vu9hebS1jM0HmtJIwLbWz1VIY6w==} 3050 - 3051 - '@lezer/javascript@1.4.17': 3052 - resolution: {integrity: sha512-bYW4ctpyGK+JMumDApeUzuIezX01H76R1foD6LcRX224FWfyYit/HYxiPGDjXXe/wQWASjCvVGoukTH68+0HIA==} 3053 - 3054 - '@lezer/json@1.0.2': 3055 - resolution: {integrity: sha512-xHT2P4S5eeCYECyKNPhr4cbEL9tc8w83SPwRC373o9uEdrvGKTZoJVAGxpOsZckMlEh9W23Pc72ew918RWQOBQ==} 3056 - 3057 - '@lezer/lr@1.4.1': 3058 - resolution: {integrity: sha512-CHsKq8DMKBf9b3yXPDIU4DbH+ZJd/sJdYOW2llbW/HudP5u0VS6Bfq1hLYfgU7uAYGFIyGGQIsSOXGPEErZiJw==} 3059 - 3060 - '@lezer/xml@1.0.5': 3061 - resolution: {integrity: sha512-VFouqOzmUWfIg+tfmpcdV33ewtK+NSwd4ngSe1aG7HFb4BN0ExyY1b8msp+ndFrnlG4V4iC8yXacjFtrwERnaw==} 3062 - 3063 - '@lezer/yaml@1.0.3': 3064 - resolution: {integrity: sha512-GuBLekbw9jDBDhGur82nuwkxKQ+a3W5H0GfaAthDXcAu+XdpS43VlnxA9E9hllkpSP5ellRDKjLLj7Lu9Wr6xA==} 3065 2957 3066 2958 '@libsql/client-wasm@0.14.0': 3067 2959 resolution: {integrity: sha512-gB/jtz0xuwrqAHApBv9e9JSew2030Fhj2edyZ83InZ4yPj/Q2LTUlEhaspEYT0T0xsAGqPy38uGrmq/OGS+DdQ==} ··· 3548 3440 resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} 3549 3441 engines: {node: '>=14'} 3550 3442 3551 - '@popperjs/core@2.11.8': 3552 - resolution: {integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==} 3553 - 3554 3443 '@prisma/instrumentation@5.19.1': 3555 3444 resolution: {integrity: sha512-VLnzMQq7CWroL5AeaW0Py2huiNKeoMfCH3SUxstdzPrlWQi6UQ9UrfcbUkNHlVFqOMacqy8X/8YtE0kuKDpD9w==} 3556 3445 ··· 4258 4147 peerDependencies: 4259 4148 react: ^18.0 || ^19.0 || ^19.0.0-rc 4260 4149 4261 - '@replit/codemirror-css-color-picker@6.1.1': 4262 - resolution: {integrity: sha512-e/wYHcgt3HRDpvYuwqXyjv3LEY6VyFjJeDQK1UtFmaykp86R6Cbw3ULH9pvuJuelaW6nS4CVtIRHuOfbFLlqwQ==} 4263 - peerDependencies: 4264 - '@codemirror/language': ^6.0.0 4265 - '@codemirror/state': ^6.0.0 4266 - '@codemirror/view': ^6.0.0 4267 - 4268 4150 '@rollup/plugin-commonjs@28.0.1': 4269 4151 resolution: {integrity: sha512-+tNWdlWKbpB3WgBN7ijjYkq9X5uhjmcvyjEght4NmH5fAU++zfQzAJ6wumLS+dNcvwEZhKx2Z+skY8m7v0wGSA==} 4270 4152 engines: {node: '>=16.0.0 || 14 >= 14.17'} ··· 4387 4269 cpu: [x64] 4388 4270 os: [win32] 4389 4271 4390 - '@scalar/api-client@2.0.45': 4391 - resolution: {integrity: sha512-dql7iN2sfnxY44HSXN/z8uyhGR8RCWoSH/BVVUMceh1NHDpMnxIwp2/ynR0GcS0PpuApEP4TGQwoThQwEY/hfA==} 4392 - engines: {node: '>=18'} 4393 - 4394 - '@scalar/api-reference@1.24.70': 4395 - resolution: {integrity: sha512-21FPlnVenOOSZprXazCQjoSYyZg5iTh9LIcPGw4ABysFz378t03pi9g9VI00UoY84va9Oabn+Uoc7PqUYV36kQ==} 4396 - engines: {node: '>=18'} 4397 - 4398 - '@scalar/code-highlight@0.0.7': 4399 - resolution: {integrity: sha512-YUSlnNapSUuLKDFiiQ54ok+gHD9ufCifI2CAU5HtIvt8pS/Ns4r0D/N+RuEWu5HccbBt/S4cLYkwlg4q76ym/A==} 4400 - engines: {node: '>=18'} 4401 - 4402 - '@scalar/components@0.12.28': 4403 - resolution: {integrity: sha512-mBIjfgE5XSY/C6L7B3nXtNhskAI55URi2BNKT7nZ5QAAEJbAlIDQ8Sfaq+GB5pLG2Sv/lW//6qOeetRadTBRdA==} 4404 - engines: {node: '>=18'} 4405 - 4406 - '@scalar/draggable@0.1.4': 4407 - resolution: {integrity: sha512-hj8SY6umXcl++rToznM33x/Iow65dYRmUA2nEgppkHml1RvTSR6Smfkio3hp8m4VUOGjQCTjt5gjuMe09pLlPQ==} 4408 - engines: {node: '>=18'} 4409 - 4410 - '@scalar/hono-api-reference@0.5.131': 4411 - resolution: {integrity: sha512-5lXRzfjYxwE2eZfajl3dZBpXN1VZADOQTYe3AzyduS9Kn2z43M1A1FUZUPQo3XDWILfLlf8MZV4s6A11FCxaEg==} 4412 - engines: {node: '>=18'} 4413 - 4414 - '@scalar/oas-utils@0.2.26': 4415 - resolution: {integrity: sha512-9l4sJ4Kg7RyaCURCapDWPCSsnlp2h3xg+Dp0vtDMPMdp5y53tINag+yw3wj4+g1/QpzQ95muK0HZD7rgFUkx1Q==} 4416 - engines: {node: '>=18'} 4417 - 4418 - '@scalar/object-utils@1.1.5': 4419 - resolution: {integrity: sha512-3uZwlfVU2v8k2Qt5sXLHGSUl0eJMvxZLRsNRzFMXPEwXcCxpgA5/YwhcX/jnQUXI4rjBEVoUVxdInCd/GeoENw==} 4420 - engines: {node: '>=18'} 4421 - 4422 - '@scalar/openapi-parser@0.7.2': 4423 - resolution: {integrity: sha512-kgzFox4KzC3NLrOZeT9m/iQ2VMNvL7JNz8ec+hz0sYulvMtYQ1qTqEyjQjALyCDzmzrSJA11Vg8JMMHDw3AA7A==} 4424 - engines: {node: '>=18'} 4425 - 4426 - '@scalar/snippetz-core@0.1.4': 4427 - resolution: {integrity: sha512-NMnDzl5dHgUj0k8ZtfssDfy6wv1wO/M+GhpdGr/4OH3m8UZB27CZ3hM7wXh+fm75hZO5XIBsANW20kJVnzpaHg==} 4428 - deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. 4429 - 4430 - '@scalar/snippetz-plugin-js-fetch@0.1.1': 4431 - resolution: {integrity: sha512-9ODfi0OaEvZHdCe09c91eH1R5QPynL+FPxtYuK/9K5ElRE2NqxYysri9AsgOhr1Fqhpy5qKzDj4Gi5FHsJSGXw==} 4432 - deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. 4433 - 4434 - '@scalar/snippetz-plugin-js-ofetch@0.1.1': 4435 - resolution: {integrity: sha512-fPIJlY4q1j5gbnsYSxix0IJ7hqcvm8Ly7iVoK66vaL738AIMiGZMhGKtLrTVPad77PimwO+jeq5iDIZ495UY7Q==} 4436 - deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. 4437 - 4438 - '@scalar/snippetz-plugin-node-fetch@0.1.2': 4439 - resolution: {integrity: sha512-kD6erA6aAqjHkj+JrJQKqrqcH4fnCrLi2uYw16CmELIGtqVHFau7ew2c087y4OQTltdi5rEk2zj5zOBu9yaS3Q==} 4440 - deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. 4441 - 4442 - '@scalar/snippetz-plugin-node-ofetch@0.1.1': 4443 - resolution: {integrity: sha512-9NpvdMKebg82FkVWoWyOxd1JXAB8KNxmrsFFwQKNjhAw0A5hjNR5oW9lD+FtB1Laupg2FNtw9dcCydnF+LcCWw==} 4444 - deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. 4445 - 4446 - '@scalar/snippetz-plugin-node-undici@0.1.6': 4447 - resolution: {integrity: sha512-CivUl7wgZ6vlUb01FMdqOt/NVyOWqT0iHZRp5YlPp1pflXZLnAyi5antUTtBEUHUtHM2EO/WR7vx4kRsPcrgLg==} 4448 - deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. 4449 - 4450 - '@scalar/snippetz@0.1.6': 4451 - resolution: {integrity: sha512-z3DEpT/FIZq9yeHL/tz2v6WvdHIiZ4uvK96RdeTPKUUJ0IXvA5vONG3PF5LE0Q/408PCzWsZpGs9f97ztaeJSQ==} 4452 - 4453 - '@scalar/themes@0.9.21': 4454 - resolution: {integrity: sha512-IxUSkxyHILScT18SIb5pLFThKbShVC71xyhFDqHxJ9CP8Wjd2UhQBxoMComPE9MVs75tEzENNINyZhi1Lp3fxQ==} 4272 + '@scalar/core@0.2.11': 4273 + resolution: {integrity: sha512-crakGk7IOWEvlexKdxr+uLW+SzvE/9OLZMYGHn0GNop3jSsHqZRB7a4epZ6MzmOP6L2665M4q8g1IuTKBudYVw==} 4455 4274 engines: {node: '>=18'} 4456 4275 4457 - '@scalar/use-codemirror@0.11.10': 4458 - resolution: {integrity: sha512-sPY4Qp4Tghtwd89oyJyRuC9SriP8Jak6rEgl6jBhfKesyNC5s8LRztr8mAkZQRUKslFkbAcA9qC+MUnrvSLomQ==} 4276 + '@scalar/hono-api-reference@0.8.5': 4277 + resolution: {integrity: sha512-s9jmP7wQnXNvGR/pFyUxc1BDb7YMbLHJY7czqbMouBjNOhaeutipg2RioiViLOPdyLUoJWeUDxL7h4fUxcZMoA==} 4459 4278 engines: {node: '>=18'} 4279 + peerDependencies: 4280 + hono: ^4.0.0 4460 4281 4461 - '@scalar/use-toasts@0.7.4': 4462 - resolution: {integrity: sha512-LvnY0Gl0G09kgf65A3ArtZ1pOjB3Y7Rs29IS2GRlVKICGYOgdiWEdeWzXZCMtvvmIEM+LH5FTbuoqpiwXJ1OXg==} 4282 + '@scalar/openapi-types@0.2.1': 4283 + resolution: {integrity: sha512-UMxX54taQXnEWYEuesbH+pkjlXRVV1u/Wx6YbVeU3QoJdFGqT3Z7si9zsokoG6MXDcdi1LGny7A0KwownmPvUQ==} 4463 4284 engines: {node: '>=18'} 4464 4285 4465 - '@scalar/use-tooltip@1.0.2': 4466 - resolution: {integrity: sha512-bj3RkmGGtCPNgEuopNLOXfQtFM3KnsfAQc9LQEr6iC9FNUa+Ddrlq85wgAK4W740aducchrgK+fBZDpXQbzQTw==} 4286 + '@scalar/types@0.1.11': 4287 + resolution: {integrity: sha512-fNcaZbZKoZ2PvoW+KJHmk4au8ZukgWlb6qLK3k/SLkfsTggN3DO4PR57ch6cyl2WhwENNbw+iI+ss7fTRcPnOA==} 4467 4288 engines: {node: '>=18'} 4468 4289 4469 4290 '@selderee/plugin-htmlparser2@0.11.0': ··· 4633 4454 4634 4455 '@shikijs/vscode-textmate@10.0.2': 4635 4456 resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==} 4636 - 4637 - '@sinclair/typebox@0.27.8': 4638 - resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} 4639 4457 4640 4458 '@smithy/abort-controller@2.2.0': 4641 4459 resolution: {integrity: sha512-wRlta7GuLWpTqtFfGo+nZyOO1vEvewdNR1R4rTxpC8XU6vG/NDyrFBhwLZsqg1NUoR1noVaXJPC/7ZK47QCySw==} ··· 4836 4654 '@socket.io/component-emitter@3.1.2': 4837 4655 resolution: {integrity: sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA==} 4838 4656 4839 - '@storybook/core@8.4.7': 4840 - resolution: {integrity: sha512-7Z8Z0A+1YnhrrSXoKKwFFI4gnsLbWzr8fnDCU6+6HlDukFYh8GHRcZ9zKfqmy6U3hw2h8H5DrHsxWfyaYUUOoA==} 4841 - peerDependencies: 4842 - prettier: ^2 || ^3 4843 - peerDependenciesMeta: 4844 - prettier: 4845 - optional: true 4846 - 4847 - '@storybook/csf@0.1.11': 4848 - resolution: {integrity: sha512-dHYFQH3mA+EtnCkHXzicbLgsvzYjcDJ1JWsogbItZogkPHgSJM/Wr71uMkcvw8v9mmCyP4NpXJuu6bPoVsOnzg==} 4849 - 4850 - '@storybook/csf@0.1.12': 4851 - resolution: {integrity: sha512-9/exVhabisyIVL0VxTCxo01Tdm8wefIXKXfltAPTSr8cbLn5JAxGQ6QV3mjdecLGEOucfoVhAKtJfVHxEK1iqw==} 4852 - 4853 - '@storybook/global@5.0.0': 4854 - resolution: {integrity: sha512-FcOqPAXACP0I3oJ/ws6/rrPT9WGhu915Cg8D02a9YxLo0DE9zI+a9A5gRGvmQ09fiWPukqI8ZAEoQEdWUKMQdQ==} 4855 - 4856 - '@storybook/instrumenter@8.2.1': 4857 - resolution: {integrity: sha512-z+j0HITkLiuwWbRv7kXlA43FkCh13IumQLDiycl98TXM+1IZlQGPh/Lyc/VviSZI2I1ZJas6aNGXfd3nMJoY8A==} 4858 - peerDependencies: 4859 - storybook: ^8.2.1 4860 - 4861 - '@storybook/test@8.2.1': 4862 - resolution: {integrity: sha512-23b4tXkKEGiJaDHrTXaMmoBx4JSxdHD6K0pfuB2jte+CyyPBZSXRIey7TxJFOKlEal6/9+7w2TMQGdBspjD9/g==} 4863 - peerDependencies: 4864 - storybook: ^8.2.1 4865 - 4866 4657 '@stripe/stripe-js@2.1.6': 4867 4658 resolution: {integrity: sha512-QSzqQIcowgap7a40f3a7oUR+59Xet/i8fp1EsnzzwxK5oPRQsCbbLQ4Cd6qM0y1pdZMonFnCrAWayWdE9Lr0iA==} 4868 4659 ··· 4937 4728 resolution: {integrity: sha512-hJ55YfJlWbfzRROfcyA/kC1aZr/shsLA8XNAwN8jXylhYWGLnPmiJJISrUfj4dMMWRiFi0xBlnlC7MLH+zSrcw==} 4938 4729 engines: {node: '>=12'} 4939 4730 4940 - '@tanstack/virtual-core@3.8.3': 4941 - resolution: {integrity: sha512-vd2A2TnM5lbnWZnHi9B+L2gPtkSeOtJOAw358JqokIH1+v2J7vUAzFVPwB/wrye12RFOurffXu33plm4uQ+JBQ==} 4942 - 4943 - '@tanstack/vue-virtual@3.8.3': 4944 - resolution: {integrity: sha512-xrFLkOiqLoGwohgr1+Q880hkNdQWqwi19EXzx38iAjVEm1Db3KIAV0aVP57/dnNXU3NO1Vx8wnIHII5J4n1LyA==} 4945 - peerDependencies: 4946 - vue: ^2.7.0 || ^3.0.0 4947 - 4948 - '@testing-library/dom@10.1.0': 4949 - resolution: {integrity: sha512-wdsYKy5zupPyLCW2Je5DLHSxSfbIp6h80WoHOQc+RPtmPGA52O9x5MJEkv92Sjonpq+poOAtUKhh1kBGAXBrNA==} 4950 - engines: {node: '>=18'} 4951 - 4952 - '@testing-library/jest-dom@6.4.5': 4953 - resolution: {integrity: sha512-AguB9yvTXmCnySBP1lWjfNNUwpbElsaQ567lt2VdGqAdHtpieLgjmcVyv1q7PMIvLbgpDdkWV5Ydv3FEejyp2A==} 4954 - engines: {node: '>=14', npm: '>=6', yarn: '>=1'} 4955 - peerDependencies: 4956 - '@jest/globals': '>= 28' 4957 - '@types/bun': latest 4958 - '@types/jest': '>= 28' 4959 - jest: '>= 28' 4960 - vitest: '>= 0.32' 4961 - peerDependenciesMeta: 4962 - '@jest/globals': 4963 - optional: true 4964 - '@types/bun': 4965 - optional: true 4966 - '@types/jest': 4967 - optional: true 4968 - jest: 4969 - optional: true 4970 - vitest: 4971 - optional: true 4972 - 4973 - '@testing-library/user-event@14.5.2': 4974 - resolution: {integrity: sha512-YAh82Wh4TIrxYLmfGcixwD18oIjyC1pFQC2Y01F2lzV2HTMiYrI0nze0FD0ocB//CKS/7jIUgae+adPqxK5yCQ==} 4975 - engines: {node: '>=12', npm: '>=6'} 4976 - peerDependencies: 4977 - '@testing-library/dom': '>=7.21.4' 4978 - 4979 4731 '@tootallnate/once@2.0.0': 4980 4732 resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==} 4981 4733 engines: {node: '>= 10'} ··· 5052 4804 '@types/acorn@4.0.6': 5053 4805 resolution: {integrity: sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==} 5054 4806 5055 - '@types/aria-query@5.0.4': 5056 - resolution: {integrity: sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==} 5057 - 5058 4807 '@types/babel__core@7.20.5': 5059 4808 resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==} 5060 4809 ··· 5130 4879 '@types/glob@7.2.0': 5131 4880 resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} 5132 4881 5133 - '@types/har-format@1.2.15': 5134 - resolution: {integrity: sha512-RpQH4rXLuvTXKR0zqHq3go0RVXYv/YVqv4TnPH95VbwUxZdQlK1EtcMvQvMpDngHbt13Csh9Z4qT9AbkiQH5BA==} 5135 - 5136 4882 '@types/hast@2.3.7': 5137 4883 resolution: {integrity: sha512-EVLigw5zInURhzfXUM65eixfadfsHKomGKUakToXo84t8gGIJuTcD2xooM2See7GyQ7DRtYjhCHnSUQez8JaLw==} 5138 4884 ··· 5246 4992 '@types/validator@13.12.0': 5247 4993 resolution: {integrity: sha512-nH45Lk7oPIJ1RVOF6JgFI6Dy0QpHEzq4QecZhvguxYPDwT8c93prCMqAtiIttm39voZ+DDR+qkNnMpJmMBRqag==} 5248 4994 5249 - '@types/web-bluetooth@0.0.20': 5250 - resolution: {integrity: sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==} 5251 - 5252 4995 '@types/ws@8.5.13': 5253 4996 resolution: {integrity: sha512-osM/gWBTPKgHV8XkTunnegTRIsvF6owmf5w+JtAfOw472dptdm0dlGv4xCt6GwQRcC2XVOvvRE/0bAoQcL2QkA==} 5254 4997 5255 - '@uiw/codemirror-themes@4.23.0': 5256 - resolution: {integrity: sha512-9fiji9xooZyBQozR1i6iTr56YP7j/Dr/VgsNWbqf5Szv+g+4WM1iZuiDGwNXmFMWX8gbkDzp6ASE21VCPSofWw==} 5257 - peerDependencies: 5258 - '@codemirror/language': '>=6.0.0' 5259 - '@codemirror/state': '>=6.0.0' 5260 - '@codemirror/view': '>=6.0.0' 5261 - 5262 4998 '@ungap/structured-clone@1.2.0': 5263 4999 resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} 5264 5000 5265 - '@unhead/dom@1.9.15': 5266 - resolution: {integrity: sha512-4sdP/2Unt4zFRO8pBZVXvebidGmrLEvnDU6ZpasZfInjiiuuaQOVTJaiKnEnug3cmW2YjglPG2d1c2xAsHr3NQ==} 5267 - 5268 - '@unhead/schema@1.9.15': 5269 - resolution: {integrity: sha512-9ADZuXOH+tOKHIjXsgg+SPINnh/YJEBMCjpg+8VLGgE2r5med3jAnOU8g7ALfuVEBRBrbFgs1qVKoKm1NkTXJQ==} 5270 - 5271 - '@unhead/shared@1.9.15': 5272 - resolution: {integrity: sha512-+U5r04eRtCNcniWjzNPRtwVuF9rW/6EXxhGvuohJBDaIE57J6BHWo5cEp7Pqts7DlTFs7LiDtH8ONNDv4QqRaw==} 5273 - 5274 - '@unhead/vue@1.9.15': 5275 - resolution: {integrity: sha512-h866wYOs6Q6+lc0av4EU0CPTtTvaz9UWwwsiNoulzJa95QyUN/gDPI/NiDuKweHswY+a0SSzEqe9Nhg+LlmHew==} 5276 - peerDependencies: 5277 - vue: '>=2.7 || >=3' 5001 + '@unhead/schema@1.11.20': 5002 + resolution: {integrity: sha512-0zWykKAaJdm+/Y7yi/Yds20PrUK7XabLe9c3IRcjnwYmSWY6z0Cr19VIs3ozCj8P+GhR+/TI2mwtGlueCEYouA==} 5278 5003 5279 5004 '@unkey/api@0.26.1': 5280 5005 resolution: {integrity: sha512-WSYOeZjGbFkO9yA4UsNS6NjprUF9OAYIlBHN/7iRUaFBq+PL502Qe10xNwiwoppYhW6PnrCFobW92vrkjHTcjA==} ··· 5312 5037 peerDependencies: 5313 5038 vite: ^4.2.0 || ^5.0.0 || ^6.0.0 5314 5039 5315 - '@vitest/expect@1.6.0': 5316 - resolution: {integrity: sha512-ixEvFVQjycy/oNgHjqsL6AZCDduC+tflRluaHIzKIsdbzkLn2U/iBnVeJwB6HsIjQBdfMR8Z0tRxKUsvFJEeWQ==} 5317 - 5318 - '@vitest/spy@1.6.0': 5319 - resolution: {integrity: sha512-leUTap6B/cqi/bQkXUu6bQV5TZPx7pmMBKBQiI0rJA8c3pB56ZsaTbREnF7CJfmvAS4V2cXIBAh/3rVwrrCYgw==} 5320 - 5321 - '@vitest/utils@1.6.0': 5322 - resolution: {integrity: sha512-21cPiuGMoMZwiOHa2i4LXkMkMkCGzA+MVFV70jRwHo95dL4x/ts5GZhML1QWuy7yfp3WzK3lRvZi3JnXTYqrBw==} 5323 - 5324 5040 '@volar/kit@2.4.10': 5325 5041 resolution: {integrity: sha512-ul+rLeO9RlFDgkY/FhPWMnpFqAsjvjkKz8VZeOY5YCJMwTblmmSBlNJtFNxSBx9t/k1q80nEthLyxiJ50ZbIAg==} 5326 5042 peerDependencies: ··· 5347 5063 '@vscode/l10n@0.0.18': 5348 5064 resolution: {integrity: sha512-KYSIHVmslkaCDyw013pphY+d7x1qV8IZupYfeIfzNA+nsaWHbn5uPuQRvdRFsa9zFzGeudPuoGoZ1Op4jrJXIQ==} 5349 5065 5350 - '@vue/compiler-core@3.4.31': 5351 - resolution: {integrity: sha512-skOiodXWTV3DxfDhB4rOf3OGalpITLlgCeOwb+Y9GJpfQ8ErigdBUHomBzvG78JoVE8MJoQsb+qhZiHfKeNeEg==} 5352 - 5353 5066 '@vue/compiler-core@3.5.13': 5354 5067 resolution: {integrity: sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q==} 5355 5068 5356 - '@vue/compiler-dom@3.4.31': 5357 - resolution: {integrity: sha512-wK424WMXsG1IGMyDGyLqB+TbmEBFM78hIsOJ9QwUVLGrcSk0ak6zYty7Pj8ftm7nEtdU/DGQxAXp0/lM/2cEpQ==} 5358 - 5359 5069 '@vue/compiler-dom@3.5.13': 5360 5070 resolution: {integrity: sha512-ZOJ46sMOKUjO3e94wPdCzQ6P1Lx/vhp2RSvfaab88Ajexs0AHeV0uasYhi99WPaogmBlRHNRuly8xV75cNTMDA==} 5361 5071 5362 - '@vue/compiler-sfc@3.4.31': 5363 - resolution: {integrity: sha512-einJxqEw8IIJxzmnxmJBuK2usI+lJonl53foq+9etB2HAzlPjAS/wa7r0uUpXw5ByX3/0uswVSrjNb17vJm1kQ==} 5364 - 5365 5072 '@vue/compiler-sfc@3.5.13': 5366 5073 resolution: {integrity: sha512-6VdaljMpD82w6c2749Zhf5T9u5uLBWKnVue6XWxprDobftnletJ8+oel7sexFfM3qIxNmVE7LSFGTpv6obNyaQ==} 5367 - 5368 - '@vue/compiler-ssr@3.4.31': 5369 - resolution: {integrity: sha512-RtefmITAje3fJ8FSg1gwgDhdKhZVntIVbwupdyZDSifZTRMiWxWehAOTCc8/KZDnBOcYQ4/9VWxsTbd3wT0hAA==} 5370 5074 5371 5075 '@vue/compiler-ssr@3.5.13': 5372 5076 resolution: {integrity: sha512-wMH6vrYHxQl/IybKJagqbquvxpWCuVYpoUJfCqFZwa/JY1GdATAQ+TgVtgrwwMZ0D07QhA99rs/EAAWfvG6KpA==} 5373 5077 5374 - '@vue/devtools-api@6.6.3': 5375 - resolution: {integrity: sha512-0MiMsFma/HqA6g3KLKn+AGpL1kgKhFWszC9U29NfpWK5LE7bjeXxySWJrOJ77hBz+TBrBQ7o4QJqbPbqbs8rJw==} 5376 - 5377 - '@vue/reactivity@3.4.31': 5378 - resolution: {integrity: sha512-VGkTani8SOoVkZNds1PfJ/T1SlAIOf8E58PGAhIOUDYPC4GAmFA2u/E14TDAFcf3vVDKunc4QqCe/SHr8xC65Q==} 5379 - 5380 - '@vue/runtime-core@3.4.31': 5381 - resolution: {integrity: sha512-LDkztxeUPazxG/p8c5JDDKPfkCDBkkiNLVNf7XZIUnJ+66GVGkP+TIh34+8LtPisZ+HMWl2zqhIw0xN5MwU1cw==} 5382 - 5383 - '@vue/runtime-dom@3.4.31': 5384 - resolution: {integrity: sha512-2Auws3mB7+lHhTFCg8E9ZWopA6Q6L455EcU7bzcQ4x6Dn4cCPuqj6S2oBZgN2a8vJRS/LSYYxwFFq2Hlx3Fsaw==} 5385 - 5386 - '@vue/server-renderer@3.4.31': 5387 - resolution: {integrity: sha512-D5BLbdvrlR9PE3by9GaUp1gQXlCNadIZytMIb8H2h3FMWJd4oUfkUTEH2wAr3qxoRz25uxbTcbqd3WKlm9EHQA==} 5388 - peerDependencies: 5389 - vue: 3.4.31 5390 - 5391 - '@vue/shared@3.4.31': 5392 - resolution: {integrity: sha512-Yp3wtJk//8cO4NItOPpi3QkLExAr/aLBGZMmTtW9WpdwBCJpRM6zj9WgWktXAl8IDIozwNMByT45JP3tO3ACWA==} 5393 - 5394 5078 '@vue/shared@3.5.13': 5395 5079 resolution: {integrity: sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==} 5396 - 5397 - '@vueuse/core@10.11.0': 5398 - resolution: {integrity: sha512-x3sD4Mkm7PJ+pcq3HX8PLPBadXCAlSDR/waK87dz0gQE+qJnaaFhc/dZVfJz+IUYzTMVGum2QlR7ImiJQN4s6g==} 5399 - 5400 - '@vueuse/metadata@10.11.0': 5401 - resolution: {integrity: sha512-kQX7l6l8dVWNqlqyN3ePW3KmjCQO3ZMgXuBMddIu83CmucrsBfXlH+JoviYyRBws/yLTQO8g3Pbw+bdIoVm4oQ==} 5402 - 5403 - '@vueuse/shared@10.11.0': 5404 - resolution: {integrity: sha512-fyNoIXEq3PfX1L3NkNhtVQUSRtqYwJtJg+Bp9rIzculIZWHTkKSysujrOk2J+NrRulLTQH9+3gGSfYLWSEWU1A==} 5405 5080 5406 5081 '@webassemblyjs/ast@1.14.1': 5407 5082 resolution: {integrity: sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==} ··· 5507 5182 resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==} 5508 5183 engines: {node: '>=8'} 5509 5184 5510 - ajv-draft-04@1.0.0: 5511 - resolution: {integrity: sha512-mv00Te6nmYbRp5DCwclxtt7yV/joXJPGS7nM+97GdxvuttCOfgI3K4U25zboyeX0O+myI8ERluxQe5wljMmVIw==} 5512 - peerDependencies: 5513 - ajv: ^8.5.0 5514 - peerDependenciesMeta: 5515 - ajv: 5516 - optional: true 5517 - 5518 5185 ajv-formats@2.1.1: 5519 5186 resolution: {integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==} 5520 - peerDependencies: 5521 - ajv: ^8.0.0 5522 - peerDependenciesMeta: 5523 - ajv: 5524 - optional: true 5525 - 5526 - ajv-formats@3.0.1: 5527 - resolution: {integrity: sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==} 5528 5187 peerDependencies: 5529 5188 ajv: ^8.0.0 5530 5189 peerDependenciesMeta: ··· 5576 5235 resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} 5577 5236 engines: {node: '>=8'} 5578 5237 5579 - ansi-styles@5.2.0: 5580 - resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==} 5581 - engines: {node: '>=10'} 5582 - 5583 5238 ansi-styles@6.2.1: 5584 5239 resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} 5585 5240 engines: {node: '>=12'} ··· 5607 5262 resolution: {integrity: sha512-y+CcFFwelSXpLZk/7fMB2mUbGtX9lKycf1MWJ7CaTIERyitVlyQx6C+sxcROU2BAJ24OiZyK+8wj2i8AlBoS3A==} 5608 5263 engines: {node: '>=10'} 5609 5264 5610 - aria-query@5.3.0: 5611 - resolution: {integrity: sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==} 5612 - 5613 5265 aria-query@5.3.2: 5614 5266 resolution: {integrity: sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==} 5615 5267 engines: {node: '>= 0.4'} ··· 5628 5280 resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} 5629 5281 engines: {node: '>=8'} 5630 5282 5631 - assertion-error@1.1.0: 5632 - resolution: {integrity: sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==} 5633 - 5634 5283 ast-types@0.13.4: 5635 5284 resolution: {integrity: sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==} 5636 - engines: {node: '>=4'} 5637 - 5638 - ast-types@0.16.1: 5639 - resolution: {integrity: sha512-6t10qk83GOG8p0vKmaCr8eiilZwO171AvbROMtvvNiwrTly62t+7XkA8RdIIVbpMhCASAsxgAzdRSwh6nw/5Dg==} 5640 5285 engines: {node: '>=4'} 5641 5286 5642 5287 astring@1.8.6: ··· 5673 5318 peerDependencies: 5674 5319 postcss: ^8.1.0 5675 5320 5676 - available-typed-arrays@1.0.5: 5677 - resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==} 5678 - engines: {node: '>= 0.4'} 5679 - 5680 - axios@1.7.2: 5681 - resolution: {integrity: sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==} 5682 - 5683 5321 axobject-query@4.1.0: 5684 5322 resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==} 5685 5323 engines: {node: '>= 0.4'} ··· 5714 5352 bcp-47@2.1.0: 5715 5353 resolution: {integrity: sha512-9IIS3UPrvIa1Ej+lVDdDwO7zLehjqsaByECw0bu2RRGP73jALm6FYbzI5gWbgHLvNdkvfXB5YrSbocZdOS0c0w==} 5716 5354 5717 - better-opn@3.0.2: 5718 - resolution: {integrity: sha512-aVNobHnJqLiUelTaHat9DZ1qM2w0C0Eym4LPI/3JxOnSokGVdsl1T1kN7TFvsEAD8G47A6VKQ0TVHqbBnYMJlQ==} 5719 - engines: {node: '>=12.0.0'} 5720 - 5721 5355 better-sqlite3@11.4.0: 5722 5356 resolution: {integrity: sha512-B7C9y2aSvtTwDJIz34iUxMjQWmbAYFmpq0Rwf9weYTtx6jUYsUKVt5ePPYlGyLVBoySppPa41PBrzl1ipMhG7A==} 5723 5357 ··· 5760 5394 braces@3.0.3: 5761 5395 resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} 5762 5396 engines: {node: '>=8'} 5763 - 5764 - browser-assert@1.2.1: 5765 - resolution: {integrity: sha512-nfulgvOR6S4gt9UKCeGJOuSGBPGiFT6oQ/2UBnvTY/5aQ1PnksW72fhZkM30DzoRRv2WpwZf1vHHEr3mtuXIWQ==} 5766 5397 5767 5398 browserslist@4.23.0: 5768 5399 resolution: {integrity: sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==} ··· 5845 5476 ccount@2.0.1: 5846 5477 resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} 5847 5478 5848 - chai@4.4.1: 5849 - resolution: {integrity: sha512-13sOfMv2+DWduEU+/xbun3LScLoqN17nBeTLUsmDfKdoiC1fr0n9PU4guu4AhRcOVFk/sW8LyZWHuhWtQZiF+g==} 5850 - engines: {node: '>=4'} 5851 - 5852 5479 chalk@2.4.2: 5853 5480 resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} 5854 5481 engines: {node: '>=4'} ··· 5882 5509 5883 5510 chardet@0.7.0: 5884 5511 resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} 5885 - 5886 - check-error@1.0.3: 5887 - resolution: {integrity: sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==} 5888 5512 5889 5513 chokidar@3.5.3: 5890 5514 resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==} ··· 5970 5594 cobe@0.6.3: 5971 5595 resolution: {integrity: sha512-WHr7X4o1ym94GZ96h7b1pNemZJacbOzd02dZtnVwuC4oWBaLg96PBmp2rIS1SAhUDhhC/QyS9WEqkpZIs/ZBTg==} 5972 5596 5973 - codemirror@6.0.1: 5974 - resolution: {integrity: sha512-J8j+nZ+CdWmIeFIGXEFbFPtpiYacFMDR8GlHK3IyHQJMCaVRfGx9NT+Hxivv1ckLWPvNdZqndbr/7lVhrf/Svg==} 5975 - 5976 5597 collapse-white-space@2.1.0: 5977 5598 resolution: {integrity: sha512-loKTxY1zCOuG4j9f6EPnuyyYkf58RnhhWTvRoZEokgB+WbdXehfjFviyOVYkqzEWz1Q5kRiZdBYS5SwxbQYwzw==} 5978 5599 ··· 6075 5696 create-require@1.1.1: 6076 5697 resolution: {integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==} 6077 5698 6078 - crelt@1.0.6: 6079 - resolution: {integrity: sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g==} 6080 - 6081 5699 cross-spawn@7.0.3: 6082 5700 resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} 6083 5701 engines: {node: '>= 8'} ··· 6102 5720 resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==} 6103 5721 engines: {node: '>= 6'} 6104 5722 6105 - css.escape@1.5.1: 6106 - resolution: {integrity: sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==} 6107 - 6108 5723 cssesc@3.0.0: 6109 5724 resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==} 6110 5725 engines: {node: '>=4'} ··· 6115 5730 6116 5731 csstype@3.1.3: 6117 5732 resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} 6118 - 6119 - cva@1.0.0-beta.1: 6120 - resolution: {integrity: sha512-gznFqTgERU9q4wg7jfgqtt34+RUt9S5t0xDAAEuDwQEAXEgjdDkKXpLLNjwSxsB4Ln/sqWJEH7yhE8Ny0mxd0w==} 6121 - peerDependencies: 6122 - typescript: '>= 4.5.5 < 6' 6123 - peerDependenciesMeta: 6124 - typescript: 6125 - optional: true 6126 5733 6127 5734 d3-array@3.2.4: 6128 5735 resolution: {integrity: sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==} ··· 6226 5833 resolution: {integrity: sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==} 6227 5834 engines: {node: '>=10'} 6228 5835 6229 - deep-eql@4.1.4: 6230 - resolution: {integrity: sha512-SUwdGfqdKOwxCPeVYjwSyRpJ7Z+fhpwIAtmCUdZIWZ/YP5R9WAsyuSgpLVDi9bjWoN2LXHNss/dk3urXtdQxGg==} 6231 - engines: {node: '>=6'} 6232 - 6233 5836 deep-extend@0.6.0: 6234 5837 resolution: {integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==} 6235 5838 engines: {node: '>=4.0.0'} ··· 6248 5851 resolution: {integrity: sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==} 6249 5852 engines: {node: '>= 0.4'} 6250 5853 6251 - define-lazy-prop@2.0.0: 6252 - resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==} 6253 - engines: {node: '>=8'} 6254 - 6255 5854 defu@6.1.4: 6256 5855 resolution: {integrity: sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==} 6257 5856 ··· 6303 5902 didyoumean@1.2.2: 6304 5903 resolution: {integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==} 6305 5904 6306 - diff-sequences@29.6.3: 6307 - resolution: {integrity: sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==} 6308 - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 6309 - 6310 5905 diff@4.0.2: 6311 5906 resolution: {integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==} 6312 5907 engines: {node: '>=0.3.1'} ··· 6325 5920 6326 5921 dlv@1.1.3: 6327 5922 resolution: {integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==} 6328 - 6329 - dom-accessibility-api@0.5.16: 6330 - resolution: {integrity: sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==} 6331 - 6332 - dom-accessibility-api@0.6.3: 6333 - resolution: {integrity: sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==} 6334 5923 6335 5924 dom-helpers@5.2.1: 6336 5925 resolution: {integrity: sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==} ··· 6536 6125 peerDependencies: 6537 6126 esbuild: '>=0.12 <1' 6538 6127 6539 - esbuild-register@3.6.0: 6540 - resolution: {integrity: sha512-H2/S7Pm8a9CL1uhp9OvjwrBh5Pvx0H8qVOxNu8Wed9Y7qv56MPtq+GGM8RJpq6glYJn9Wspr8uw7l55uyinNeg==} 6541 - peerDependencies: 6542 - esbuild: '>=0.12 <1' 6543 - 6544 6128 esbuild@0.18.20: 6545 6129 resolution: {integrity: sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==} 6546 6130 engines: {node: '>=12'} ··· 6791 6375 resolution: {integrity: sha512-9UbaD6XdAL97+k/n+N7JwX46K/M6Zc6KcFYskrYL8wbBV/Uyk0CTAMY0VT+qiK5PM7AIc9aTWYtq65U7T+aCNQ==} 6792 6376 engines: {node: '>=8'} 6793 6377 6794 - follow-redirects@1.15.6: 6795 - resolution: {integrity: sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==} 6796 - engines: {node: '>=4.0'} 6797 - peerDependencies: 6798 - debug: '*' 6799 - peerDependenciesMeta: 6800 - debug: 6801 - optional: true 6802 - 6803 - for-each@0.3.3: 6804 - resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} 6805 - 6806 6378 foreground-child@3.3.0: 6807 6379 resolution: {integrity: sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==} 6808 6380 engines: {node: '>=14'} ··· 6811 6383 resolution: {integrity: sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==} 6812 6384 engines: {node: '>= 0.12'} 6813 6385 6814 - form-data@4.0.0: 6815 - resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==} 6816 - engines: {node: '>= 6'} 6817 - 6818 6386 format@0.2.2: 6819 6387 resolution: {integrity: sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==} 6820 6388 engines: {node: '>=0.4.x'} 6821 6389 6822 - formdata-node@4.4.1: 6823 - resolution: {integrity: sha512-0iirZp3uVDjVGt9p49aTaqjk84TrglENEDuqfdlZQ1roC9CWlPk6Avf8EEnZNcAqPonwkG35x4n3ww/1THYAeQ==} 6824 - engines: {node: '>= 12.20'} 6825 - 6826 6390 formdata-polyfill@4.0.10: 6827 6391 resolution: {integrity: sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==} 6828 6392 engines: {node: '>=12.20.0'} ··· 6860 6424 function-bind@1.1.2: 6861 6425 resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} 6862 6426 6863 - fuse.js@7.0.0: 6864 - resolution: {integrity: sha512-14F4hBIxqKvD4Zz/XjDc3y94mNZN6pRv3U13Udo0lNLCWRBUsrMv2xwcF/y/Z5sV6+FQW+/ow68cHpm4sunt8Q==} 6865 - engines: {node: '>=10'} 6866 - 6867 6427 gaxios@6.1.1: 6868 6428 resolution: {integrity: sha512-bw8smrX+XlAoo9o1JAksBwX+hi/RG15J+NTSxmNPIclKC3ZVK6C2afwY8OSdRvOK0+ZLecUJYtj2MmjOt3Dm0w==} 6869 6429 engines: {node: '>=14'} ··· 6884 6444 resolution: {integrity: sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==} 6885 6445 engines: {node: '>=18'} 6886 6446 6887 - get-func-name@2.0.2: 6888 - resolution: {integrity: sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==} 6889 - 6890 6447 get-intrinsic@1.2.1: 6891 6448 resolution: {integrity: sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==} 6892 6449 6893 6450 get-nonce@1.0.1: 6894 6451 resolution: {integrity: sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==} 6895 6452 engines: {node: '>=6'} 6896 - 6897 - get-own-enumerable-property-symbols@3.0.2: 6898 - resolution: {integrity: sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==} 6899 6453 6900 6454 get-stream@6.0.1: 6901 6455 resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} ··· 7018 6572 resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} 7019 6573 engines: {node: '>= 0.4'} 7020 6574 7021 - has-tostringtag@1.0.0: 7022 - resolution: {integrity: sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==} 7023 - engines: {node: '>= 0.4'} 7024 - 7025 6575 has@1.0.4: 7026 6576 resolution: {integrity: sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==} 7027 6577 engines: {node: '>= 0.4.0'} ··· 7073 6623 hast-util-raw@9.0.4: 7074 6624 resolution: {integrity: sha512-LHE65TD2YiNsHD3YuXcKPHXPLuYh/gjp12mOfU8jxSrm1f/yJpsb0F/KKljS6U9LJoP0Ux+tCe8iJ2AsPzTdgA==} 7075 6625 7076 - hast-util-sanitize@5.0.1: 7077 - resolution: {integrity: sha512-IGrgWLuip4O2nq5CugXy4GI2V8kx4sFVy5Hd4vF7AR2gxS0N9s7nEAVUyeMtZKZvzrxVsHt73XdTsno1tClIkQ==} 7078 - 7079 6626 hast-util-select@6.0.3: 7080 6627 resolution: {integrity: sha512-OVRQlQ1XuuLP8aFVLYmC2atrfWHS5UD3shonxpnyrjcCkwtvmt/+N6kYJdcY4mkMJhxp4kj2EFIxQ9kvkkt/eQ==} 7081 6628 ··· 7121 6668 header-case@1.0.1: 7122 6669 resolution: {integrity: sha512-i0q9mkOeSuhXw6bGgiQCCBgY/jlZuV/7dZXyZ9c6LcBrqwvT8eT719E9uxE5LiZftdl+z81Ugbg/VvXV4OJOeQ==} 7123 6670 7124 - highlight.js@11.10.0: 7125 - resolution: {integrity: sha512-SYVnVFswQER+zu1laSya563s+F8VDGt7o35d4utbamowvUNLLMovFqwCLSocpZTz3MgaSRA1IbqRWZv97dtErQ==} 7126 - engines: {node: '>=12.0.0'} 7127 - 7128 - highlight.js@11.9.0: 7129 - resolution: {integrity: sha512-fJ7cW7fQGCYAkgv4CPfwFHrfd/cLS4Hau96JuJ+ZTOWhjnhoeN1ub1tFmALm/+lW5z4WCAuAV9bm05AP0mS6Gw==} 7130 - engines: {node: '>=12.0.0'} 7131 - 7132 - highlightjs-curl@1.3.0: 7133 - resolution: {integrity: sha512-50UEfZq1KR0Lfk2Tr6xb/MUIZH3h10oNC0OTy9g7WELcs5Fgy/mKN1vEhuKTkKbdo8vr5F9GXstu2eLhApfQ3A==} 7134 - 7135 - highlightjs-vue@1.0.0: 7136 - resolution: {integrity: sha512-PDEfEF102G23vHmPhLyPboFCD+BkMGu+GuJe2d9/eH4FsCwvgBpnc9n0pGE+ffKdph38s6foEZiEjdgHdzp+IA==} 7137 - 7138 6671 hoist-non-react-statics@3.3.2: 7139 6672 resolution: {integrity: sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==} 7140 6673 ··· 7142 6675 resolution: {integrity: sha512-r26WwwbKD3BAYdfB294knNnegNda7VfV1tVn66D9Kvl9WQTdrR+5eKdoeaQNHQcC3Gr0KBikzAtjd6VsRGVSaw==} 7143 6676 engines: {node: '>=16.0.0'} 7144 6677 7145 - hono@4.7.4: 7146 - resolution: {integrity: sha512-Pst8FuGqz3L7tFF+u9Pu70eI0xa5S3LPUmrNd5Jm8nTHze9FxLTK9Kaj5g/k4UcwuJSXTP65SyHOPLrffpcAJg==} 7147 - engines: {node: '>=16.9.0'} 7148 - 7149 6678 hookable@5.5.3: 7150 6679 resolution: {integrity: sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==} 7151 6680 ··· 7183 6712 https-proxy-agent@7.0.2: 7184 6713 resolution: {integrity: sha512-NmLNjm6ucYwtcUmL7JQC1ZQ57LmHP4lT15FQ8D61nak1rO6DH+fz5qNK2Ap5UN4ZapYICE3/0KodcLYSPsPbaA==} 7185 6714 engines: {node: '>= 14'} 7186 - 7187 - httpsnippet-lite@3.0.5: 7188 - resolution: {integrity: sha512-So4qTXY5iFj5XtFDwyz2PicUu+8NWrI8e8h+ZeZoVtMNcFQp4FFIntBHUE+JPUG6QQU8o1VHCy+X4ETRDwt9CA==} 7189 - engines: {node: '>=14.13'} 7190 6715 7191 6716 human-signals@2.1.0: 7192 6717 resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} ··· 7260 6785 iron-webcrypto@1.2.1: 7261 6786 resolution: {integrity: sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==} 7262 6787 7263 - is-absolute-url@4.0.1: 7264 - resolution: {integrity: sha512-/51/TKE88Lmm7Gc4/8btclNXWS+g50wXhYJq8HWIBAGUBnoAdRu1aXeh364t/O7wXDAcTJDP8PNuNKWUDWie+A==} 7265 - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} 7266 - 7267 6788 is-alphabetical@2.0.1: 7268 6789 resolution: {integrity: sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==} 7269 6790 7270 6791 is-alphanumerical@2.0.1: 7271 6792 resolution: {integrity: sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==} 7272 - 7273 - is-arguments@1.1.1: 7274 - resolution: {integrity: sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==} 7275 - engines: {node: '>= 0.4'} 7276 6793 7277 6794 is-arrayish@0.3.2: 7278 6795 resolution: {integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==} ··· 7285 6802 resolution: {integrity: sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==} 7286 6803 engines: {node: '>=4'} 7287 6804 7288 - is-callable@1.2.7: 7289 - resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} 7290 - engines: {node: '>= 0.4'} 7291 - 7292 6805 is-core-module@2.13.0: 7293 6806 resolution: {integrity: sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==} 7294 6807 ··· 7299 6812 is-decimal@2.0.1: 7300 6813 resolution: {integrity: sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==} 7301 6814 7302 - is-docker@2.2.1: 7303 - resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==} 7304 - engines: {node: '>=8'} 7305 - hasBin: true 7306 - 7307 6815 is-docker@3.0.0: 7308 6816 resolution: {integrity: sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==} 7309 6817 engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} ··· 7320 6828 is-fullwidth-code-point@3.0.0: 7321 6829 resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} 7322 6830 engines: {node: '>=8'} 7323 - 7324 - is-generator-function@1.0.10: 7325 - resolution: {integrity: sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==} 7326 - engines: {node: '>= 0.4'} 7327 6831 7328 6832 is-glob@4.0.3: 7329 6833 resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} ··· 7356 6860 resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} 7357 6861 engines: {node: '>=0.12.0'} 7358 6862 7359 - is-obj@1.0.1: 7360 - resolution: {integrity: sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==} 7361 - engines: {node: '>=0.10.0'} 7362 - 7363 6863 is-obj@3.0.0: 7364 6864 resolution: {integrity: sha512-IlsXEHOjtKhpN8r/tRFj2nDyTmHvcfNeu/nrRIcXE17ROeatXchkojffa1SpdqW4cr/Fj6QkEf/Gn4zf6KKvEQ==} 7365 6865 engines: {node: '>=12'} ··· 7379 6879 is-reference@1.2.1: 7380 6880 resolution: {integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==} 7381 6881 7382 - is-regexp@1.0.0: 7383 - resolution: {integrity: sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==} 7384 - engines: {node: '>=0.10.0'} 7385 - 7386 6882 is-stream@2.0.1: 7387 6883 resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==} 7388 6884 engines: {node: '>=8'} 7389 6885 7390 - is-typed-array@1.1.12: 7391 - resolution: {integrity: sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==} 7392 - engines: {node: '>= 0.4'} 7393 - 7394 6886 is-unicode-supported@0.1.0: 7395 6887 resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} 7396 6888 engines: {node: '>=10'} ··· 7401 6893 is-what@4.1.15: 7402 6894 resolution: {integrity: sha512-uKua1wfy3Yt+YqsD6mTUEa2zSi3G1oPlqTflgaPJ7z63vUGN5pxFpnQfeSLMFnJDEsdvOtkp1rUWkYjB4YfhgA==} 7403 6895 engines: {node: '>=12.13'} 7404 - 7405 - is-wsl@2.2.0: 7406 - resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==} 7407 - engines: {node: '>=8'} 7408 6896 7409 6897 is-wsl@3.1.0: 7410 6898 resolution: {integrity: sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==} ··· 7420 6908 isomorphic-fetch@3.0.0: 7421 6909 resolution: {integrity: sha512-qvUtwJ3j6qwsF3jLxkZ72qCgjMysPzDfeV240JHiGZsANBYd+EEuu35v7dfrJ9Up0Ak07D7GGSkGhCHTqg/5wA==} 7422 6910 7423 - isomorphic.js@0.2.5: 7424 - resolution: {integrity: sha512-PIeMbHqMt4DnUP3MA/Flc0HElYjMXArsw1qwJZcm9sqR8mq3l8NYizFMty0pWwE/tzIGH3EKK5+jes5mAr85yw==} 7425 - 7426 6911 iterable-lookahead@1.0.0: 7427 6912 resolution: {integrity: sha512-hJnEP2Xk4+44DDwJqUQGdXal5VbyeWLaPyDl2AQc242Zr7iqz4DgpQOrEzglWVMGHMDCkguLHEKxd1+rOsmgSQ==} 7428 6913 engines: {node: '>=4'} ··· 7482 6967 resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} 7483 6968 hasBin: true 7484 6969 7485 - jsdoc-type-pratt-parser@4.1.0: 7486 - resolution: {integrity: sha512-Hicd6JK5Njt2QB6XYFS7ok9e37O8AYk3jTcppG4YVQnYjOemymvTcmc7OWsmq/Qqj5TdRFO5/x/tIPmBeRtGHg==} 7487 - engines: {node: '>=12.0.0'} 7488 - 7489 6970 jsesc@3.0.2: 7490 6971 resolution: {integrity: sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==} 7491 6972 engines: {node: '>=6'} ··· 7526 7007 jsonpath-plus@7.2.0: 7527 7008 resolution: {integrity: sha512-zBfiUPM5nD0YZSBT/o/fbCUlCcepMIdP0CJZxM1+KgA4f2T206f6VAg9e7mX35+KlMaIc5qXW34f3BnwJ3w+RA==} 7528 7009 engines: {node: '>=12.0.0'} 7529 - 7530 - jsonpointer@5.0.1: 7531 - resolution: {integrity: sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==} 7532 - engines: {node: '>=0.10.0'} 7533 - 7534 - just-clone@6.2.0: 7535 - resolution: {integrity: sha512-1IynUYEc/HAwxhi3WDpIpxJbZpMCvvrrmZVqvj9EhpvbH8lls7HhdhiByjL7DkAaWlLIzpC0Xc/VPvy/UxLNjA==} 7536 7010 7537 7011 jwa@2.0.0: 7538 7012 resolution: {integrity: sha512-jrZ2Qx916EA+fq9cEAeCROWPTfCwi1IVHqT2tapuqLEVVDKFDENFw1oL+MwrTvH6msKxsd1YTDVw6uKEcsrLEA==} ··· 7573 7047 leac@0.6.0: 7574 7048 resolution: {integrity: sha512-y+SqErxb8h7nE/fiEX07jsbuhrpO9lL8eca7/Y1nuWV2moNlXhyd59iDGcRf6moVyDMbmTNzL40SUyrFU/yDpg==} 7575 7049 7576 - leven@4.0.0: 7577 - resolution: {integrity: sha512-puehA3YKku3osqPlNuzGDUHq8WpwXupUg1V6NXdV38G+gr+gkBwFC8g1b/+YcIvp8gnqVIus+eJCH/eGsRmJNw==} 7578 - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} 7579 - 7580 - lib0@0.2.94: 7581 - resolution: {integrity: sha512-hZ3p54jL4Wpu7IOg26uC7dnEWiMyNlUrb9KoG7+xYs45WkQwpVvKFndVq2+pqLYKe1u8Fp3+zAfZHVvTK34PvQ==} 7582 - engines: {node: '>=16'} 7583 - hasBin: true 7584 - 7585 7050 libsql@0.4.5: 7586 7051 resolution: {integrity: sha512-sorTJV6PNt94Wap27Sai5gtVLIea4Otb2LUiAUyr3p6BPOScGMKGt5F1b5X/XgkNtcsDKeX5qfeBDj+PdShclQ==} 7587 7052 os: [darwin, linux, win32] ··· 7665 7130 resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} 7666 7131 hasBin: true 7667 7132 7668 - loupe@2.3.7: 7669 - resolution: {integrity: sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==} 7670 - 7671 7133 lower-case-first@1.0.2: 7672 7134 resolution: {integrity: sha512-UuxaYakO7XeONbKrZf5FEgkantPf5DUqDayzP5VXZrtRPdH86s4kN47I8B3TW10S4QKiE3ziHNf3kRN//okHjA==} 7673 7135 7674 7136 lower-case@1.1.4: 7675 7137 resolution: {integrity: sha512-2Fgx1Ycm599x+WGpIYwJOvsjmXFzTSc34IwDWALRA/8AopUKAVPwfJ+h5+f85BCp0PWmmJcWzEpxOpoXycMpdA==} 7676 7138 7677 - lowlight@3.1.0: 7678 - resolution: {integrity: sha512-CEbNVoSikAxwDMDPjXlqlFYiZLkDJHwyGu/MfOsJnF3d7f3tds5J3z8s/l9TMXhzfsJCCJEAsD78842mwmg0PQ==} 7679 - 7680 7139 lru-cache@10.4.3: 7681 7140 resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} 7682 7141 ··· 7699 7158 luxon@3.5.0: 7700 7159 resolution: {integrity: sha512-rh+Zjr6DNfUYR3bPwJEnuwDdqMbxZW7LOQfUN4B54+Cl+0o5zaU9RJ6bcidfDtC1cWCZXQ+nvX8bf6bAji37QQ==} 7701 7160 engines: {node: '>=12'} 7702 - 7703 - lz-string@1.5.0: 7704 - resolution: {integrity: sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==} 7705 - hasBin: true 7706 7161 7707 7162 magic-string@0.16.0: 7708 7163 resolution: {integrity: sha512-c4BEos3y6G2qO0B9X7K0FVLOPT9uGrjYwYRLFmDqyl5YMboUviyecnXWp94fJTSMwPw2/sf+CEYt5AGpmklkkQ==} ··· 8021 7476 resolution: {integrity: sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==} 8022 7477 engines: {node: '>=10'} 8023 7478 8024 - min-indent@1.0.1: 8025 - resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} 8026 - engines: {node: '>=4'} 8027 - 8028 7479 minimatch@3.1.2: 8029 7480 resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} 8030 7481 ··· 8108 7559 8109 7560 nanoid@5.0.7: 8110 7561 resolution: {integrity: sha512-oLxFY2gd2IqnjcYyOXD8XGCftpGtZP2AbHbOkthDkvRywH5ayNtPVy9YlOPcHckXzbLTCHpkb7FB+yuxKV13pQ==} 7562 + engines: {node: ^18 || >=20} 7563 + hasBin: true 7564 + 7565 + nanoid@5.1.5: 7566 + resolution: {integrity: sha512-Ir/+ZpE9fDsNH0hQ3C68uyThDXzYcim2EqcZ8zn8Chtt1iylPT9xXJB0kPCnqzgcEGikO9RxSrh63MsmVCU7Fw==} 8111 7567 engines: {node: ^18 || >=20} 8112 7568 hasBin: true 8113 7569 ··· 8325 7781 oniguruma-to-es@4.1.0: 8326 7782 resolution: {integrity: sha512-SNwG909cSLo4vPyyPbU/VJkEc9WOXqu2ycBlfd1UCXLqk1IijcQktSBb2yRQ2UFPsDhpkaf+C1dtT3PkLK/yWA==} 8327 7783 8328 - open@8.4.2: 8329 - resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==} 8330 - engines: {node: '>=12'} 8331 - 8332 7784 openapi3-ts@4.1.2: 8333 7785 resolution: {integrity: sha512-B7gOkwsYMZO7BZXwJzXCuVagym2xhqsrilVvV0dnq2Di4+iLUXKVX9gOK23ZqaAHZOwABXN0QTdW8QnkUTX6DA==} 8334 7786 ··· 8405 7857 8406 7858 parse-latin@7.0.0: 8407 7859 resolution: {integrity: sha512-mhHgobPPua5kZ98EF4HWiH167JWBfl4pvAIXXdbaVohtK7a6YBOy56kvhCqduqyo/f3yrHFWmqmiMg/BkBkYYQ==} 8408 - 8409 - parse-ms@3.0.0: 8410 - resolution: {integrity: sha512-Tpb8Z7r7XbbtBTrM9UhpkzzaMrqA2VXMT3YChzYltwV3P3pM6t8wl7TvpMnSTosz1aQAdVib7kdoys7vYOPerw==} 8411 - engines: {node: '>=12'} 8412 7860 8413 7861 parse-ms@4.0.0: 8414 7862 resolution: {integrity: sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==} ··· 8461 7909 pathe@2.0.3: 8462 7910 resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==} 8463 7911 8464 - pathval@1.1.1: 8465 - resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==} 8466 - 8467 7912 peberminta@0.9.0: 8468 7913 resolution: {integrity: sha512-XIxfHpEuSJbITd1H3EeQwpcZbTLHc+VVr8ANI9t5sit565tsI4/xK3KWTUFE2e6QiangUkh3B0jihzmGnNrRsQ==} 8469 7914 ··· 8567 8012 ts-node: 8568 8013 optional: true 8569 8014 8570 - postcss-nested@6.0.1: 8571 - resolution: {integrity: sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==} 8572 - engines: {node: '>=12.0'} 8573 - peerDependencies: 8574 - postcss: ^8.2.14 8575 - 8576 8015 postcss-nested@6.2.0: 8577 8016 resolution: {integrity: sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==} 8578 8017 engines: {node: '>=12.0'} ··· 8668 8107 resolution: {integrity: sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==} 8669 8108 engines: {node: '>=14'} 8670 8109 hasBin: true 8671 - 8672 - pretty-bytes@6.1.1: 8673 - resolution: {integrity: sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==} 8674 - engines: {node: ^14.13.1 || >=16.0.0} 8675 - 8676 - pretty-format@27.5.1: 8677 - resolution: {integrity: sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==} 8678 - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} 8679 - 8680 - pretty-format@29.7.0: 8681 - resolution: {integrity: sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==} 8682 - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 8683 8110 8684 8111 pretty-format@3.8.0: 8685 8112 resolution: {integrity: sha512-WuxUnVtlWL1OfZFQFuqvnvs6MiAGk9UNsBostyBOB0Is9wb5uRESevA6rnl/rkksXaGX3GzZhPup5d6Vp1nFew==} 8686 8113 8687 - pretty-ms@8.0.0: 8688 - resolution: {integrity: sha512-ASJqOugUF1bbzI35STMBUpZqdfYKlJugy6JBziGi2EE+AL5JPJGSzvpeVXojxrr0ViUYoToUjb5kjSEGf7Y83Q==} 8689 - engines: {node: '>=14.16'} 8690 - 8691 8114 pretty-ms@9.0.0: 8692 8115 resolution: {integrity: sha512-E9e9HJ9R9NasGOgPaPE8VMeiPKAyWR5jcFpNnwIejslIhWqdqOrb2wShBsncMPUb+BcCd2OPYfh7p2W6oemTng==} 8693 8116 engines: {node: '>=18'} ··· 8700 8123 resolution: {integrity: sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==} 8701 8124 engines: {node: '>=6'} 8702 8125 8703 - process@0.11.10: 8704 - resolution: {integrity: sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==} 8705 - engines: {node: '>= 0.6.0'} 8706 - 8707 8126 progress@2.0.3: 8708 8127 resolution: {integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==} 8709 8128 engines: {node: '>=0.4.0'} ··· 8759 8178 queue-microtask@1.2.3: 8760 8179 resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} 8761 8180 8762 - radix-vue@1.9.1: 8763 - resolution: {integrity: sha512-fObA+9l2ixNWBXRMj5mBZfmVv2znqIUph+0uo7QA/s7pDYSST2vGvxCbrg/xQGxWRwaQ8ejgo1wg2MzhHcbjLw==} 8764 - peerDependencies: 8765 - vue: '>= 3.2.0' 8766 - 8767 8181 radix3@1.1.2: 8768 8182 resolution: {integrity: sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==} 8769 8183 ··· 8802 8216 react-is@16.13.1: 8803 8217 resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} 8804 8218 8805 - react-is@17.0.2: 8806 - resolution: {integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==} 8807 - 8808 8219 react-is@18.3.1: 8809 8220 resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==} 8810 8221 ··· 8889 8300 reading-time@1.5.0: 8890 8301 resolution: {integrity: sha512-onYyVhBNr4CmAxFsKS7bz+uTLRakypIe4R+5A824vBSkQy/hB3fZepoVEf8OVAxzLvK+H/jm9TzpI3ETSm64Kg==} 8891 8302 8892 - recast@0.23.9: 8893 - resolution: {integrity: sha512-Hx/BGIbwj+Des3+xy5uAtAbdCyqK9y9wbBcDFDYanLS9JnMqf7OeF87HQwUimE87OEc72mr6tkKUKMBBL+hF9Q==} 8894 - engines: {node: '>= 4'} 8895 - 8896 8303 recharts-scale@0.4.5: 8897 8304 resolution: {integrity: sha512-kivNFO+0OcUNu7jQquLXAxz1FIwZj8nrj+YkOKc5694NbjCvcT6aSZiIzNzd2Kul4o4rTto8QVR9lMNtxD4G1w==} 8898 8305 ··· 8915 8322 recma-stringify@1.0.0: 8916 8323 resolution: {integrity: sha512-cjwII1MdIIVloKvC9ErQ+OgAtwHBmcZ0Bg4ciz78FtbT8In39aAYbaA7zvxQ61xVMSPE8WxhLwLbhif4Js2C+g==} 8917 8324 8918 - redent@3.0.0: 8919 - resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==} 8920 - engines: {node: '>=8'} 8921 - 8922 8325 regenerator-runtime@0.14.1: 8923 8326 resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==} 8924 8327 ··· 8950 8353 rehype-expressive-code@0.40.2: 8951 8354 resolution: {integrity: sha512-+kn+AMGCrGzvtH8Q5lC6Y5lnmTV/r33fdmi5QU/IH1KPHKobKr5UnLwJuqHv5jBTSN/0v2wLDS7RTM73FVzqmQ==} 8952 8355 8953 - rehype-external-links@3.0.0: 8954 - resolution: {integrity: sha512-yp+e5N9V3C6bwBeAC4n796kc86M4gJCdlVhiMTxIrJG5UHDMh+PJANf9heqORJbt1nrCbDwIlAZKjANIaVBbvw==} 8955 - 8956 8356 rehype-format@5.0.0: 8957 8357 resolution: {integrity: sha512-kM4II8krCHmUhxrlvzFSptvaWh280Fr7UGNJU5DCMuvmAwGCNmGfi9CvFAQK6JDjsNoRMWQStglK3zKJH685Wg==} 8958 8358 ··· 8978 8378 8979 8379 rehype-recma@1.0.0: 8980 8380 resolution: {integrity: sha512-lqA4rGUf1JmacCNWWZx0Wv1dHqMwxzsDWYMTowuplHF3xH0N/MmrZ/G3BDZnzAkRmxDadujCjaKM2hqYdCBOGw==} 8981 - 8982 - rehype-sanitize@6.0.0: 8983 - resolution: {integrity: sha512-CsnhKNsyI8Tub6L4sm5ZFsme4puGfc6pYylvXo1AeqaGbjOYyzNv3qZPwvs0oMJ39eryyeOdmxwUIo94IpEhqg==} 8984 8381 8985 8382 rehype-slug@5.1.0: 8986 8383 resolution: {integrity: sha512-Gf91dJoXneiorNEnn+Phx97CO7oRMrpi+6r155tTxzGuLtm+QrI4cTwCa9e1rtePdL4i9tSO58PeSS6HWfgsiw==} ··· 9341 8738 peerDependencies: 9342 8739 '@astrojs/starlight': '>=0.32.0' 9343 8740 9344 - storybook@8.4.7: 9345 - resolution: {integrity: sha512-RP/nMJxiWyFc8EVMH5gp20ID032Wvk+Yr3lmKidoegto5Iy+2dVQnUoElZb2zpbVXNHWakGuAkfI0dY1Hfp/vw==} 9346 - hasBin: true 9347 - peerDependencies: 9348 - prettier: ^2 || ^3 9349 - peerDependenciesMeta: 9350 - prettier: 9351 - optional: true 9352 - 9353 8741 stream-events@1.0.5: 9354 8742 resolution: {integrity: sha512-E1GUzBSgvct8Jsb3v2X15pjzN1tYebtbLaMg+eBOUOAxgbLoSbT2NS91ckc5lJD1KfLjId+jXJRgo0qnV5Nerg==} 9355 8743 ··· 9384 8772 stringify-entities@4.0.3: 9385 8773 resolution: {integrity: sha512-BP9nNHMhhfcMbiuQKCqMjhDP5yBCAxsPu4pHFFzJ6Alo9dZgY4VLDPutXqIjpRiMoKdp7Av85Gr73Q5uH9k7+g==} 9386 8774 9387 - stringify-object@3.3.0: 9388 - resolution: {integrity: sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==} 9389 - engines: {node: '>=4'} 9390 - 9391 8775 strip-ansi@6.0.1: 9392 8776 resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} 9393 8777 engines: {node: '>=8'} ··· 9404 8788 resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==} 9405 8789 engines: {node: '>=6'} 9406 8790 9407 - strip-indent@3.0.0: 9408 - resolution: {integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==} 9409 - engines: {node: '>=8'} 9410 - 9411 8791 strip-json-comments@2.0.1: 9412 8792 resolution: {integrity: sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==} 9413 8793 engines: {node: '>=0.10.0'} ··· 9425 8805 9426 8806 stubs@3.0.0: 9427 8807 resolution: {integrity: sha512-PdHt7hHUJKxvTCgbKX9C1V/ftOcjJQgz8BZwNfV5c4B6dcGqlpelTbJ999jBGZ2jYiPAwcX5dP6oBwVlBlUbxw==} 9428 - 9429 - style-mod@4.1.2: 9430 - resolution: {integrity: sha512-wnD1HyVqpJUI2+eKZ+eo1UwghftP6yuFheBqqe+bWCotBjC2K1YnteJILRMs3SM4V/0dLEW1SC27MWP5y+mwmw==} 9431 8808 9432 8809 style-to-object@0.4.4: 9433 8810 resolution: {integrity: sha512-HYNoHZa2GorYNyqiCaBgsxvcJIn7OHq6inEga+E6Ke3m5JkoqpQbnFssk4jwe+K7AhGa2fcha4wSOf1Kn01dMg==} ··· 9576 8953 tinygradient@1.1.5: 9577 8954 resolution: {integrity: sha512-8nIfc2vgQ4TeLnk2lFj4tRLvvJwEfQuabdsmvDdQPT0xlk9TaNtpGd6nNRxXoK6vQhN6RSzj+Cnp5tTQmpxmbw==} 9578 8955 9579 - tinyspy@2.2.1: 9580 - resolution: {integrity: sha512-KYad6Vy5VDWV4GH3fjpseMQ/XU2BhIYP7Vzd0LG44qRWm/Yt2WCOTicFdvmgo6gWaqooMQCawTtILVQJupKu7A==} 9581 - engines: {node: '>=14.0.0'} 9582 - 9583 - tippy.js@6.3.7: 9584 - resolution: {integrity: sha512-E1d3oP2emgJ9dRQZdf3Kkn0qJgI6ZLpyS5z6ZkY1DF3kaQaBsGZsndEpHwx+eC+tYM41HaSNvNtLx8tU57FzTQ==} 9585 - 9586 8956 title-case@2.1.1: 9587 8957 resolution: {integrity: sha512-EkJoZ2O3zdCz3zJsYCsxyq2OC5hrxR9mfdd5I+w8h/tmFfeOxJ+vvkxsKxdmN0WtS9zLdHEgfgVOiMVgv+Po4Q==} 9588 8958 ··· 9714 9084 resolution: {integrity: sha512-vCJPoy8/3KkqY3W0cX2nrwhmtBQSZhEyrVgeJ4NlEXwGxu5vNRQDyV6se5VVAQMwfBsBJswlo87B7ai7Dr1MpQ==} 9715 9085 hasBin: true 9716 9086 9717 - type-detect@4.0.8: 9718 - resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==} 9719 - engines: {node: '>=4'} 9720 - 9721 9087 type-fest@0.21.3: 9722 9088 resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} 9723 9089 engines: {node: '>=10'} ··· 9729 9095 type-fest@1.4.0: 9730 9096 resolution: {integrity: sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==} 9731 9097 engines: {node: '>=10'} 9732 - 9733 - type-fest@2.19.0: 9734 - resolution: {integrity: sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==} 9735 - engines: {node: '>=12.20'} 9736 9098 9737 9099 type-fest@4.28.0: 9738 9100 resolution: {integrity: sha512-jXMwges/FVbFRe5lTMJZVEZCrO9kI9c8k0PA/z7nF3bo0JSCCLysvokFjNPIUK/itEMas10MQM+AiHoHt/T/XA==} ··· 9791 9153 9792 9154 unescape-js@1.1.4: 9793 9155 resolution: {integrity: sha512-42SD8NOQEhdYntEiUQdYq/1V/YHwr1HLwlHuTJB5InVVdOSbgI6xu8jK5q65yIzuFCfczzyDF/7hbGzVbyCw0g==} 9794 - 9795 - unhead@1.9.15: 9796 - resolution: {integrity: sha512-/99Wft1CT0fxsWzmBeOwuH/k4HdMeyfDGyB4wFNVZVNTffRHDOqaqQ6RS+LHPsIiCKmm9FP7Vq7Rz09Zs/fQJQ==} 9797 9156 9798 9157 unified@10.1.2: 9799 9158 resolution: {integrity: sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==} ··· 10018 9377 util-deprecate@1.0.2: 10019 9378 resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} 10020 9379 10021 - util@0.12.5: 10022 - resolution: {integrity: sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==} 10023 - 10024 9380 uuid@9.0.1: 10025 9381 resolution: {integrity: sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==} 10026 9382 hasBin: true ··· 10226 9582 vscode-uri@3.0.8: 10227 9583 resolution: {integrity: sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw==} 10228 9584 10229 - vue-demi@0.14.8: 10230 - resolution: {integrity: sha512-Uuqnk9YE9SsWeReYqK2alDI5YzciATE0r2SkA6iMAtuXvNTMNACJLJEXNXaEy94ECuBe4Sk6RzRU80kjdbIo1Q==} 10231 - engines: {node: '>=12'} 10232 - hasBin: true 10233 - peerDependencies: 10234 - '@vue/composition-api': ^1.0.0-rc.1 10235 - vue: ^3.0.0-0 || ^2.6.0 10236 - peerDependenciesMeta: 10237 - '@vue/composition-api': 10238 - optional: true 10239 - 10240 - vue-router@4.4.0: 10241 - resolution: {integrity: sha512-HB+t2p611aIZraV2aPSRNXf0Z/oLZFrlygJm+sZbdJaW6lcFqEDQwnzUBXn+DApw+/QzDU/I9TeWx9izEjTmsA==} 10242 - peerDependencies: 10243 - vue: ^3.2.0 10244 - 10245 - vue-sonner@1.1.3: 10246 - resolution: {integrity: sha512-6I+5GNobKvE2nR5MPhO+T59d4j2LXRQoc/ZCmGtCoBWKDQr5nzSqjFaOOdPysHFI2p42wNLhQMafd0N540UW9Q==} 10247 - 10248 - vue@3.4.31: 10249 - resolution: {integrity: sha512-njqRrOy7W3YLAlVqSKpBebtZpDVg21FPoaq1I7f/+qqBThK9ChAIjkRWgeP6Eat+8C+iia4P3OYqpATP21BCoQ==} 10250 - peerDependencies: 10251 - typescript: '*' 10252 - peerDependenciesMeta: 10253 - typescript: 10254 - optional: true 10255 - 10256 - w3c-keyname@2.2.8: 10257 - resolution: {integrity: sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==} 10258 - 10259 9585 watchpack@2.4.2: 10260 9586 resolution: {integrity: sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==} 10261 9587 engines: {node: '>=10.13.0'} ··· 10270 9596 resolution: {integrity: sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==} 10271 9597 engines: {node: '>= 8'} 10272 9598 10273 - web-streams-polyfill@4.0.0-beta.3: 10274 - resolution: {integrity: sha512-QW95TCTaHmsYfHDybGMwO5IJIM93I/6vTRk+daHTWFPhwh+C8Cg7j7XyKrwrj8Ib6vYXe0ocYNrmzY4xAAN6ug==} 10275 - engines: {node: '>= 14'} 10276 - 10277 9599 webidl-conversions@3.0.1: 10278 9600 resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} 10279 9601 ··· 10303 9625 whatwg-fetch@3.6.19: 10304 9626 resolution: {integrity: sha512-d67JP4dHSbm2TrpFj8AbO8DnL1JXL5J9u0Kq2xW6d0TFDbCA3Muhdt8orXC22utleTVj7Prqt82baN6RBvnEgw==} 10305 9627 10306 - whatwg-mimetype@4.0.0: 10307 - resolution: {integrity: sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==} 10308 - engines: {node: '>=18'} 10309 - 10310 9628 whatwg-url@5.0.0: 10311 9629 resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} 10312 9630 ··· 10316 9634 which-pm-runs@1.1.0: 10317 9635 resolution: {integrity: sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==} 10318 9636 engines: {node: '>=4'} 10319 - 10320 - which-typed-array@1.1.13: 10321 - resolution: {integrity: sha512-P5Nra0qjSncduVPEAr7xhoF5guty49ArDTwzJ/yNuPIbZppyRxFQsRCWrocxIY+CnMVG+qfbU2FmDKyvSGClow==} 10322 - engines: {node: '>= 0.4'} 10323 9637 10324 9638 which@2.0.2: 10325 9639 resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} ··· 10376 9690 utf-8-validate: 10377 9691 optional: true 10378 9692 10379 - ws@8.18.0: 10380 - resolution: {integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==} 10381 - engines: {node: '>=10.0.0'} 10382 - peerDependencies: 10383 - bufferutil: ^4.0.1 10384 - utf-8-validate: '>=5.0.2' 10385 - peerDependenciesMeta: 10386 - bufferutil: 10387 - optional: true 10388 - utf-8-validate: 10389 - optional: true 10390 - 10391 9693 xml-js@1.6.11: 10392 9694 resolution: {integrity: sha512-7rVi2KMfwfWFl+GpPg6m80IVMWXLRjO+PxTq7V2CDhoGak0wzYzFgUY2m4XJ47OGdXd8eLE8EmwfAmdjw7lC1g==} 10393 9695 hasBin: true ··· 10399 9701 xxhash-wasm@1.1.0: 10400 9702 resolution: {integrity: sha512-147y/6YNh+tlp6nd/2pWq38i9h6mz/EuQ6njIrmW8D1BS5nCqs0P6DG+m6zTGnNz5I+uhZ0SHxBs9BsPrwcKDA==} 10401 9703 10402 - y-codemirror.next@0.3.5: 10403 - resolution: {integrity: sha512-VluNu3e5HfEXybnypnsGwKAj+fKLd4iAnR7JuX1Sfyydmn1jCBS5wwEL/uS04Ch2ib0DnMAOF6ZRR/8kK3wyGw==} 10404 - peerDependencies: 10405 - '@codemirror/state': ^6.0.0 10406 - '@codemirror/view': ^6.0.0 10407 - yjs: ^13.5.6 10408 - 10409 9704 y18n@5.0.8: 10410 9705 resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} 10411 9706 engines: {node: '>=10'} ··· 10440 9735 yargs@17.7.2: 10441 9736 resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} 10442 9737 engines: {node: '>=12'} 10443 - 10444 - yjs@13.6.18: 10445 - resolution: {integrity: sha512-GBTjO4QCmv2HFKFkYIJl7U77hIB1o22vSCSQD1Ge8ZxWbIbn8AltI4gyXbtL+g5/GJep67HCMq3Y5AmNwDSyEg==} 10446 - engines: {node: '>=16.0.0', npm: '>=8.0.0'} 10447 9738 10448 9739 yn@3.1.1: 10449 9740 resolution: {integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==} ··· 10498 9789 resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==} 10499 9790 10500 9791 snapshots: 10501 - 10502 - '@adobe/css-tools@4.4.0': {} 10503 9792 10504 9793 '@alloc/quick-lru@5.2.0': {} 10505 9794 ··· 11497 10786 '@cloudflare/workers-types@4.20250303.0': 11498 10787 optional: true 11499 10788 11500 - '@codemirror/autocomplete@6.17.0(@codemirror/language@6.10.2)(@codemirror/state@6.4.1)(@codemirror/view@6.28.4)(@lezer/common@1.2.1)': 11501 - dependencies: 11502 - '@codemirror/language': 6.10.2 11503 - '@codemirror/state': 6.4.1 11504 - '@codemirror/view': 6.28.4 11505 - '@lezer/common': 1.2.1 11506 - 11507 - '@codemirror/commands@6.6.0': 11508 - dependencies: 11509 - '@codemirror/language': 6.10.2 11510 - '@codemirror/state': 6.4.1 11511 - '@codemirror/view': 6.28.4 11512 - '@lezer/common': 1.2.1 11513 - 11514 - '@codemirror/lang-css@6.2.1(@codemirror/view@6.28.4)': 11515 - dependencies: 11516 - '@codemirror/autocomplete': 6.17.0(@codemirror/language@6.10.2)(@codemirror/state@6.4.1)(@codemirror/view@6.28.4)(@lezer/common@1.2.1) 11517 - '@codemirror/language': 6.10.2 11518 - '@codemirror/state': 6.4.1 11519 - '@lezer/common': 1.2.1 11520 - '@lezer/css': 1.1.8 11521 - transitivePeerDependencies: 11522 - - '@codemirror/view' 11523 - 11524 - '@codemirror/lang-html@6.4.9': 11525 - dependencies: 11526 - '@codemirror/autocomplete': 6.17.0(@codemirror/language@6.10.2)(@codemirror/state@6.4.1)(@codemirror/view@6.28.4)(@lezer/common@1.2.1) 11527 - '@codemirror/lang-css': 6.2.1(@codemirror/view@6.28.4) 11528 - '@codemirror/lang-javascript': 6.2.2 11529 - '@codemirror/language': 6.10.2 11530 - '@codemirror/state': 6.4.1 11531 - '@codemirror/view': 6.28.4 11532 - '@lezer/common': 1.2.1 11533 - '@lezer/css': 1.1.8 11534 - '@lezer/html': 1.3.10 11535 - 11536 - '@codemirror/lang-javascript@6.2.2': 11537 - dependencies: 11538 - '@codemirror/autocomplete': 6.17.0(@codemirror/language@6.10.2)(@codemirror/state@6.4.1)(@codemirror/view@6.28.4)(@lezer/common@1.2.1) 11539 - '@codemirror/language': 6.10.2 11540 - '@codemirror/lint': 6.8.1 11541 - '@codemirror/state': 6.4.1 11542 - '@codemirror/view': 6.28.4 11543 - '@lezer/common': 1.2.1 11544 - '@lezer/javascript': 1.4.17 11545 - 11546 - '@codemirror/lang-json@6.0.1': 11547 - dependencies: 11548 - '@codemirror/language': 6.10.2 11549 - '@lezer/json': 1.0.2 11550 - 11551 - '@codemirror/lang-xml@6.1.0': 11552 - dependencies: 11553 - '@codemirror/autocomplete': 6.17.0(@codemirror/language@6.10.2)(@codemirror/state@6.4.1)(@codemirror/view@6.28.4)(@lezer/common@1.2.1) 11554 - '@codemirror/language': 6.10.2 11555 - '@codemirror/state': 6.4.1 11556 - '@codemirror/view': 6.28.4 11557 - '@lezer/common': 1.2.1 11558 - '@lezer/xml': 1.0.5 11559 - 11560 - '@codemirror/lang-yaml@6.1.1(@codemirror/view@6.28.4)': 11561 - dependencies: 11562 - '@codemirror/autocomplete': 6.17.0(@codemirror/language@6.10.2)(@codemirror/state@6.4.1)(@codemirror/view@6.28.4)(@lezer/common@1.2.1) 11563 - '@codemirror/language': 6.10.2 11564 - '@codemirror/state': 6.4.1 11565 - '@lezer/common': 1.2.1 11566 - '@lezer/highlight': 1.2.0 11567 - '@lezer/yaml': 1.0.3 11568 - transitivePeerDependencies: 11569 - - '@codemirror/view' 11570 - 11571 - '@codemirror/language@6.10.2': 11572 - dependencies: 11573 - '@codemirror/state': 6.4.1 11574 - '@codemirror/view': 6.28.4 11575 - '@lezer/common': 1.2.1 11576 - '@lezer/highlight': 1.2.0 11577 - '@lezer/lr': 1.4.1 11578 - style-mod: 4.1.2 11579 - 11580 - '@codemirror/lint@6.8.1': 11581 - dependencies: 11582 - '@codemirror/state': 6.4.1 11583 - '@codemirror/view': 6.28.4 11584 - crelt: 1.0.6 11585 - 11586 - '@codemirror/search@6.5.6': 11587 - dependencies: 11588 - '@codemirror/state': 6.4.1 11589 - '@codemirror/view': 6.28.4 11590 - crelt: 1.0.6 11591 - 11592 - '@codemirror/state@6.4.1': {} 11593 - 11594 - '@codemirror/view@6.28.4': 11595 - dependencies: 11596 - '@codemirror/state': 6.4.1 11597 - style-mod: 4.1.2 11598 - w3c-keyname: 2.2.8 11599 - 11600 10789 '@content-collections/core@0.7.3(typescript@5.6.2)': 11601 10790 dependencies: 11602 10791 '@parcel/watcher': 2.4.1 ··· 12202 11391 12203 11392 '@fastify/busboy@2.1.1': {} 12204 11393 12205 - '@floating-ui/core@1.6.4': 12206 - dependencies: 12207 - '@floating-ui/utils': 0.2.4 12208 - 12209 11394 '@floating-ui/core@1.6.8': 12210 11395 dependencies: 12211 11396 '@floating-ui/utils': 0.2.8 ··· 12215 11400 '@floating-ui/core': 1.6.8 12216 11401 '@floating-ui/utils': 0.2.8 12217 11402 12218 - '@floating-ui/dom@1.6.7': 12219 - dependencies: 12220 - '@floating-ui/core': 1.6.4 12221 - '@floating-ui/utils': 0.2.4 12222 - 12223 11403 '@floating-ui/react-dom@2.1.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': 12224 11404 dependencies: 12225 11405 '@floating-ui/dom': 1.6.12 12226 11406 react: 19.1.0 12227 11407 react-dom: 19.1.0(react@19.1.0) 12228 11408 12229 - '@floating-ui/utils@0.2.4': {} 12230 - 12231 11409 '@floating-ui/utils@0.2.8': {} 12232 11410 12233 - '@floating-ui/vue@1.1.1(vue@3.4.31(typescript@5.7.2))': 12234 - dependencies: 12235 - '@floating-ui/dom': 1.6.7 12236 - '@floating-ui/utils': 0.2.4 12237 - vue-demi: 0.14.8(vue@3.4.31(typescript@5.7.2)) 12238 - transitivePeerDependencies: 12239 - - '@vue/composition-api' 12240 - - vue 12241 - 12242 11411 '@google-cloud/tasks@4.0.1(encoding@0.1.13)': 12243 11412 dependencies: 12244 11413 google-gax: 4.0.5(encoding@0.1.13) ··· 12257 11426 long: 5.2.3 12258 11427 protobufjs: 7.2.5 12259 11428 yargs: 17.7.2 12260 - 12261 - '@headlessui/tailwindcss@0.2.0(tailwindcss@3.4.17(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)))': 12262 - dependencies: 12263 - tailwindcss: 3.4.17(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)) 12264 - 12265 - '@headlessui/vue@1.7.22(vue@3.4.31(typescript@5.7.2))': 12266 - dependencies: 12267 - '@tanstack/vue-virtual': 3.8.3(vue@3.4.31(typescript@5.7.2)) 12268 - vue: 3.4.31(typescript@5.7.2) 12269 11429 12270 11430 '@hono/sentry@1.2.0(hono@4.5.3)': 12271 11431 dependencies: ··· 12387 11547 '@img/sharp-win32-x64@0.33.5': 12388 11548 optional: true 12389 11549 12390 - '@internationalized/date@3.5.4': 12391 - dependencies: 12392 - '@swc/helpers': 0.5.15 12393 - 12394 - '@internationalized/number@3.5.3': 12395 - dependencies: 12396 - '@swc/helpers': 0.5.15 12397 - 12398 11550 '@isaacs/cliui@8.0.2': 12399 11551 dependencies: 12400 11552 string-width: 5.1.2 ··· 12403 11555 strip-ansi-cjs: strip-ansi@6.0.1 12404 11556 wrap-ansi: 8.1.0 12405 11557 wrap-ansi-cjs: wrap-ansi@7.0.0 12406 - 12407 - '@jest/schemas@29.6.3': 12408 - dependencies: 12409 - '@sinclair/typebox': 0.27.8 12410 11558 12411 11559 '@jridgewell/gen-mapping@0.3.5': 12412 11560 dependencies: ··· 12443 11591 '@jridgewell/resolve-uri': 3.1.1 12444 11592 '@jridgewell/sourcemap-codec': 1.5.0 12445 11593 12446 - '@lezer/common@1.2.1': {} 12447 - 12448 - '@lezer/css@1.1.8': 12449 - dependencies: 12450 - '@lezer/common': 1.2.1 12451 - '@lezer/highlight': 1.2.0 12452 - '@lezer/lr': 1.4.1 12453 - 12454 - '@lezer/highlight@1.2.0': 12455 - dependencies: 12456 - '@lezer/common': 1.2.1 12457 - 12458 - '@lezer/html@1.3.10': 12459 - dependencies: 12460 - '@lezer/common': 1.2.1 12461 - '@lezer/highlight': 1.2.0 12462 - '@lezer/lr': 1.4.1 12463 - 12464 - '@lezer/javascript@1.4.17': 12465 - dependencies: 12466 - '@lezer/common': 1.2.1 12467 - '@lezer/highlight': 1.2.0 12468 - '@lezer/lr': 1.4.1 12469 - 12470 - '@lezer/json@1.0.2': 12471 - dependencies: 12472 - '@lezer/common': 1.2.1 12473 - '@lezer/highlight': 1.2.0 12474 - '@lezer/lr': 1.4.1 12475 - 12476 - '@lezer/lr@1.4.1': 12477 - dependencies: 12478 - '@lezer/common': 1.2.1 12479 - 12480 - '@lezer/xml@1.0.5': 12481 - dependencies: 12482 - '@lezer/common': 1.2.1 12483 - '@lezer/highlight': 1.2.0 12484 - '@lezer/lr': 1.4.1 12485 - 12486 - '@lezer/yaml@1.0.3': 12487 - dependencies: 12488 - '@lezer/common': 1.2.1 12489 - '@lezer/highlight': 1.2.0 12490 - '@lezer/lr': 1.4.1 12491 - 12492 11594 '@libsql/client-wasm@0.14.0': 12493 11595 dependencies: 12494 11596 '@libsql/core': 0.14.0 ··· 13042 12144 13043 12145 '@pkgjs/parseargs@0.11.0': 13044 12146 optional: true 13045 - 13046 - '@popperjs/core@2.11.8': {} 13047 12147 13048 12148 '@prisma/instrumentation@5.19.1': 13049 12149 dependencies: ··· 13774 12874 dependencies: 13775 12875 react: 19.1.0 13776 12876 13777 - '@replit/codemirror-css-color-picker@6.1.1(@codemirror/language@6.10.2)(@codemirror/state@6.4.1)(@codemirror/view@6.28.4)': 13778 - dependencies: 13779 - '@codemirror/language': 6.10.2 13780 - '@codemirror/state': 6.4.1 13781 - '@codemirror/view': 6.28.4 13782 - 13783 12877 '@rollup/plugin-commonjs@28.0.1(rollup@3.29.5)': 13784 12878 dependencies: 13785 12879 '@rollup/pluginutils': 5.1.3(rollup@3.29.5) ··· 13865 12959 '@rollup/rollup-win32-x64-msvc@4.34.8': 13866 12960 optional: true 13867 12961 13868 - '@scalar/api-client@2.0.45(storybook@8.4.7(bufferutil@4.0.8)(prettier@3.5.3)(utf-8-validate@6.0.5))(tailwindcss@3.4.17(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)))(typescript@5.7.2)': 12962 + '@scalar/core@0.2.11': 13869 12963 dependencies: 13870 - '@headlessui/tailwindcss': 0.2.0(tailwindcss@3.4.17(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2))) 13871 - '@headlessui/vue': 1.7.22(vue@3.4.31(typescript@5.7.2)) 13872 - '@scalar/components': 0.12.28(storybook@8.4.7(bufferutil@4.0.8)(prettier@3.5.3)(utf-8-validate@6.0.5))(typescript@5.7.2) 13873 - '@scalar/draggable': 0.1.4(typescript@5.7.2) 13874 - '@scalar/oas-utils': 0.2.26(typescript@5.7.2) 13875 - '@scalar/object-utils': 1.1.5(vue@3.4.31(typescript@5.7.2)) 13876 - '@scalar/openapi-parser': 0.7.2 13877 - '@scalar/themes': 0.9.21(typescript@5.7.2) 13878 - '@scalar/use-codemirror': 0.11.10(typescript@5.7.2) 13879 - '@scalar/use-toasts': 0.7.4(typescript@5.7.2) 13880 - '@scalar/use-tooltip': 1.0.2(typescript@5.7.2) 13881 - '@vueuse/core': 10.11.0(vue@3.4.31(typescript@5.7.2)) 13882 - axios: 1.7.2 13883 - cva: 1.0.0-beta.1(typescript@5.7.2) 13884 - fuse.js: 7.0.0 13885 - js-cookie: 3.0.5 13886 - nanoid: 5.0.7 13887 - pretty-bytes: 6.1.1 13888 - pretty-ms: 8.0.0 13889 - vue: 3.4.31(typescript@5.7.2) 13890 - vue-router: 4.4.0(vue@3.4.31(typescript@5.7.2)) 13891 - whatwg-mimetype: 4.0.0 13892 - zod: 3.23.8 13893 - transitivePeerDependencies: 13894 - - '@jest/globals' 13895 - - '@types/bun' 13896 - - '@types/jest' 13897 - - '@vue/composition-api' 13898 - - debug 13899 - - jest 13900 - - storybook 13901 - - supports-color 13902 - - tailwindcss 13903 - - typescript 13904 - - vitest 12964 + '@scalar/types': 0.1.11 13905 12965 13906 - '@scalar/api-reference@1.24.70(postcss@8.5.3)(storybook@8.4.7(bufferutil@4.0.8)(prettier@3.5.3)(utf-8-validate@6.0.5))(tailwindcss@3.4.17(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)))(typescript@5.7.2)': 12966 + '@scalar/hono-api-reference@0.8.5(hono@4.5.3)': 13907 12967 dependencies: 13908 - '@floating-ui/vue': 1.1.1(vue@3.4.31(typescript@5.7.2)) 13909 - '@headlessui/vue': 1.7.22(vue@3.4.31(typescript@5.7.2)) 13910 - '@scalar/api-client': 2.0.45(storybook@8.4.7(bufferutil@4.0.8)(prettier@3.5.3)(utf-8-validate@6.0.5))(tailwindcss@3.4.17(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)))(typescript@5.7.2) 13911 - '@scalar/components': 0.12.28(storybook@8.4.7(bufferutil@4.0.8)(prettier@3.5.3)(utf-8-validate@6.0.5))(typescript@5.7.2) 13912 - '@scalar/oas-utils': 0.2.26(typescript@5.7.2) 13913 - '@scalar/openapi-parser': 0.7.2 13914 - '@scalar/snippetz': 0.1.6 13915 - '@scalar/themes': 0.9.21(typescript@5.7.2) 13916 - '@scalar/use-toasts': 0.7.4(typescript@5.7.2) 13917 - '@scalar/use-tooltip': 1.0.2(typescript@5.7.2) 13918 - '@unhead/schema': 1.9.15 13919 - '@unhead/vue': 1.9.15(vue@3.4.31(typescript@5.7.2)) 13920 - '@vueuse/core': 10.11.0(vue@3.4.31(typescript@5.7.2)) 13921 - axios: 1.7.2 13922 - fuse.js: 7.0.0 13923 - github-slugger: 2.0.0 13924 - httpsnippet-lite: 3.0.5 13925 - nanoid: 5.0.7 13926 - postcss-nested: 6.0.1(postcss@8.5.3) 13927 - unhead: 1.9.15 13928 - unified: 11.0.5 13929 - vue: 3.4.31(typescript@5.7.2) 13930 - transitivePeerDependencies: 13931 - - '@jest/globals' 13932 - - '@types/bun' 13933 - - '@types/jest' 13934 - - '@vue/composition-api' 13935 - - debug 13936 - - jest 13937 - - postcss 13938 - - storybook 13939 - - supports-color 13940 - - tailwindcss 13941 - - typescript 13942 - - vitest 12968 + '@scalar/core': 0.2.11 12969 + hono: 4.5.3 13943 12970 13944 - '@scalar/code-highlight@0.0.7': 12971 + '@scalar/openapi-types@0.2.1': 13945 12972 dependencies: 13946 - hast-util-to-text: 4.0.2 13947 - highlight.js: 11.10.0 13948 - highlightjs-curl: 1.3.0 13949 - highlightjs-vue: 1.0.0 13950 - lowlight: 3.1.0 13951 - rehype-external-links: 3.0.0 13952 - rehype-format: 5.0.0 13953 - rehype-parse: 9.0.0 13954 - rehype-raw: 7.0.0 13955 - rehype-sanitize: 6.0.0 13956 - rehype-stringify: 10.0.1 13957 - remark-gfm: 4.0.0 13958 - remark-parse: 11.0.0 13959 - remark-rehype: 11.1.1 13960 - unified: 11.0.5 13961 - unist-util-visit: 5.0.0 13962 - transitivePeerDependencies: 13963 - - supports-color 13964 - 13965 - '@scalar/components@0.12.28(storybook@8.4.7(bufferutil@4.0.8)(prettier@3.5.3)(utf-8-validate@6.0.5))(typescript@5.7.2)': 13966 - dependencies: 13967 - '@floating-ui/utils': 0.2.4 13968 - '@floating-ui/vue': 1.1.1(vue@3.4.31(typescript@5.7.2)) 13969 - '@headlessui/vue': 1.7.22(vue@3.4.31(typescript@5.7.2)) 13970 - '@scalar/code-highlight': 0.0.7 13971 - '@storybook/test': 8.2.1(storybook@8.4.7(bufferutil@4.0.8)(prettier@3.5.3)(utf-8-validate@6.0.5)) 13972 - '@vueuse/core': 10.11.0(vue@3.4.31(typescript@5.7.2)) 13973 - cva: 1.0.0-beta.1(typescript@5.7.2) 13974 - nanoid: 5.0.7 13975 - radix-vue: 1.9.1(vue@3.4.31(typescript@5.7.2)) 13976 - tailwind-merge: 2.5.5 13977 - vue: 3.4.31(typescript@5.7.2) 13978 - transitivePeerDependencies: 13979 - - '@jest/globals' 13980 - - '@types/bun' 13981 - - '@types/jest' 13982 - - '@vue/composition-api' 13983 - - jest 13984 - - storybook 13985 - - supports-color 13986 - - typescript 13987 - - vitest 13988 - 13989 - '@scalar/draggable@0.1.4(typescript@5.7.2)': 13990 - dependencies: 13991 - vue: 3.4.31(typescript@5.7.2) 13992 - transitivePeerDependencies: 13993 - - typescript 13994 - 13995 - '@scalar/hono-api-reference@0.5.131(postcss@8.5.3)(storybook@8.4.7(bufferutil@4.0.8)(prettier@3.5.3)(utf-8-validate@6.0.5))(tailwindcss@3.4.17(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)))(typescript@5.7.2)': 13996 - dependencies: 13997 - '@scalar/api-reference': 1.24.70(postcss@8.5.3)(storybook@8.4.7(bufferutil@4.0.8)(prettier@3.5.3)(utf-8-validate@6.0.5))(tailwindcss@3.4.17(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)))(typescript@5.7.2) 13998 - hono: 4.7.4 13999 - transitivePeerDependencies: 14000 - - '@jest/globals' 14001 - - '@types/bun' 14002 - - '@types/jest' 14003 - - '@vue/composition-api' 14004 - - debug 14005 - - jest 14006 - - postcss 14007 - - storybook 14008 - - supports-color 14009 - - tailwindcss 14010 - - typescript 14011 - - vitest 14012 - 14013 - '@scalar/oas-utils@0.2.26(typescript@5.7.2)': 14014 - dependencies: 14015 - '@scalar/themes': 0.9.21(typescript@5.7.2) 14016 - axios: 1.7.2 14017 - nanoid: 5.0.7 14018 - yaml: 2.6.1 14019 12973 zod: 3.23.8 14020 - transitivePeerDependencies: 14021 - - debug 14022 - - typescript 14023 12974 14024 - '@scalar/object-utils@1.1.5(vue@3.4.31(typescript@5.7.2))': 14025 - dependencies: 14026 - '@vueuse/core': 10.11.0(vue@3.4.31(typescript@5.7.2)) 14027 - just-clone: 6.2.0 14028 - transitivePeerDependencies: 14029 - - '@vue/composition-api' 14030 - - vue 14031 - 14032 - '@scalar/openapi-parser@0.7.2': 14033 - dependencies: 14034 - ajv: 8.16.0 14035 - ajv-draft-04: 1.0.0(ajv@8.16.0) 14036 - ajv-formats: 3.0.1(ajv@8.16.0) 14037 - jsonpointer: 5.0.1 14038 - leven: 4.0.0 14039 - yaml: 2.6.1 14040 - 14041 - '@scalar/snippetz-core@0.1.4': 14042 - dependencies: 14043 - '@types/har-format': 1.2.15 14044 - 14045 - '@scalar/snippetz-plugin-js-fetch@0.1.1': 14046 - dependencies: 14047 - '@scalar/snippetz-core': 0.1.4 14048 - 14049 - '@scalar/snippetz-plugin-js-ofetch@0.1.1': 14050 - dependencies: 14051 - '@scalar/snippetz-core': 0.1.4 14052 - 14053 - '@scalar/snippetz-plugin-node-fetch@0.1.2': 14054 - dependencies: 14055 - '@scalar/snippetz-core': 0.1.4 14056 - 14057 - '@scalar/snippetz-plugin-node-ofetch@0.1.1': 14058 - dependencies: 14059 - '@scalar/snippetz-core': 0.1.4 14060 - 14061 - '@scalar/snippetz-plugin-node-undici@0.1.6': 14062 - dependencies: 14063 - '@scalar/snippetz-core': 0.1.4 14064 - 14065 - '@scalar/snippetz@0.1.6': 14066 - dependencies: 14067 - '@scalar/snippetz-core': 0.1.4 14068 - '@scalar/snippetz-plugin-js-fetch': 0.1.1 14069 - '@scalar/snippetz-plugin-js-ofetch': 0.1.1 14070 - '@scalar/snippetz-plugin-node-fetch': 0.1.2 14071 - '@scalar/snippetz-plugin-node-ofetch': 0.1.1 14072 - '@scalar/snippetz-plugin-node-undici': 0.1.6 14073 - 14074 - '@scalar/themes@0.9.21(typescript@5.7.2)': 14075 - dependencies: 14076 - vue: 3.4.31(typescript@5.7.2) 14077 - transitivePeerDependencies: 14078 - - typescript 14079 - 14080 - '@scalar/use-codemirror@0.11.10(typescript@5.7.2)': 14081 - dependencies: 14082 - '@codemirror/autocomplete': 6.17.0(@codemirror/language@6.10.2)(@codemirror/state@6.4.1)(@codemirror/view@6.28.4)(@lezer/common@1.2.1) 14083 - '@codemirror/commands': 6.6.0 14084 - '@codemirror/lang-css': 6.2.1(@codemirror/view@6.28.4) 14085 - '@codemirror/lang-html': 6.4.9 14086 - '@codemirror/lang-json': 6.0.1 14087 - '@codemirror/lang-xml': 6.1.0 14088 - '@codemirror/lang-yaml': 6.1.1(@codemirror/view@6.28.4) 14089 - '@codemirror/language': 6.10.2 14090 - '@codemirror/lint': 6.8.1 14091 - '@codemirror/state': 6.4.1 14092 - '@codemirror/view': 6.28.4 14093 - '@lezer/common': 1.2.1 14094 - '@lezer/highlight': 1.2.0 14095 - '@lezer/lr': 1.4.1 14096 - '@replit/codemirror-css-color-picker': 6.1.1(@codemirror/language@6.10.2)(@codemirror/state@6.4.1)(@codemirror/view@6.28.4) 14097 - '@uiw/codemirror-themes': 4.23.0(@codemirror/language@6.10.2)(@codemirror/state@6.4.1)(@codemirror/view@6.28.4) 14098 - codemirror: 6.0.1(@lezer/common@1.2.1) 14099 - vue: 3.4.31(typescript@5.7.2) 14100 - optionalDependencies: 14101 - y-codemirror.next: 0.3.5(@codemirror/state@6.4.1)(@codemirror/view@6.28.4)(yjs@13.6.18) 14102 - yjs: 13.6.18 14103 - transitivePeerDependencies: 14104 - - typescript 14105 - 14106 - '@scalar/use-toasts@0.7.4(typescript@5.7.2)': 14107 - dependencies: 14108 - nanoid: 5.0.7 14109 - vue: 3.4.31(typescript@5.7.2) 14110 - vue-sonner: 1.1.3 14111 - transitivePeerDependencies: 14112 - - typescript 14113 - 14114 - '@scalar/use-tooltip@1.0.2(typescript@5.7.2)': 12975 + '@scalar/types@0.1.11': 14115 12976 dependencies: 14116 - tippy.js: 6.3.7 14117 - vue: 3.4.31(typescript@5.7.2) 14118 - transitivePeerDependencies: 14119 - - typescript 12977 + '@scalar/openapi-types': 0.2.1 12978 + '@unhead/schema': 1.11.20 12979 + nanoid: 5.1.5 12980 + type-fest: 4.28.0 12981 + zod: 3.23.8 14120 12982 14121 12983 '@selderee/plugin-htmlparser2@0.11.0': 14122 12984 dependencies: ··· 14380 13242 '@types/hast': 3.0.4 14381 13243 14382 13244 '@shikijs/vscode-textmate@10.0.2': {} 14383 - 14384 - '@sinclair/typebox@0.27.8': {} 14385 13245 14386 13246 '@smithy/abort-controller@2.2.0': 14387 13247 dependencies: ··· 14705 13565 14706 13566 '@socket.io/component-emitter@3.1.2': {} 14707 13567 14708 - '@storybook/core@8.4.7(bufferutil@4.0.8)(prettier@3.5.3)(utf-8-validate@6.0.5)': 14709 - dependencies: 14710 - '@storybook/csf': 0.1.12 14711 - better-opn: 3.0.2 14712 - browser-assert: 1.2.1 14713 - esbuild: 0.24.2 14714 - esbuild-register: 3.6.0(esbuild@0.24.2) 14715 - jsdoc-type-pratt-parser: 4.1.0 14716 - process: 0.11.10 14717 - recast: 0.23.9 14718 - semver: 7.7.1 14719 - util: 0.12.5 14720 - ws: 8.18.0(bufferutil@4.0.8)(utf-8-validate@6.0.5) 14721 - optionalDependencies: 14722 - prettier: 3.5.3 14723 - transitivePeerDependencies: 14724 - - bufferutil 14725 - - supports-color 14726 - - utf-8-validate 14727 - 14728 - '@storybook/csf@0.1.11': 14729 - dependencies: 14730 - type-fest: 2.19.0 14731 - 14732 - '@storybook/csf@0.1.12': 14733 - dependencies: 14734 - type-fest: 2.19.0 14735 - 14736 - '@storybook/global@5.0.0': {} 14737 - 14738 - '@storybook/instrumenter@8.2.1(storybook@8.4.7(bufferutil@4.0.8)(prettier@3.5.3)(utf-8-validate@6.0.5))': 14739 - dependencies: 14740 - '@storybook/global': 5.0.0 14741 - '@vitest/utils': 1.6.0 14742 - storybook: 8.4.7(bufferutil@4.0.8)(prettier@3.5.3)(utf-8-validate@6.0.5) 14743 - util: 0.12.5 14744 - 14745 - '@storybook/test@8.2.1(storybook@8.4.7(bufferutil@4.0.8)(prettier@3.5.3)(utf-8-validate@6.0.5))': 14746 - dependencies: 14747 - '@storybook/csf': 0.1.11 14748 - '@storybook/instrumenter': 8.2.1(storybook@8.4.7(bufferutil@4.0.8)(prettier@3.5.3)(utf-8-validate@6.0.5)) 14749 - '@testing-library/dom': 10.1.0 14750 - '@testing-library/jest-dom': 6.4.5 14751 - '@testing-library/user-event': 14.5.2(@testing-library/dom@10.1.0) 14752 - '@vitest/expect': 1.6.0 14753 - '@vitest/spy': 1.6.0 14754 - storybook: 8.4.7(bufferutil@4.0.8)(prettier@3.5.3)(utf-8-validate@6.0.5) 14755 - util: 0.12.5 14756 - transitivePeerDependencies: 14757 - - '@jest/globals' 14758 - - '@types/bun' 14759 - - '@types/jest' 14760 - - jest 14761 - - vitest 14762 - 14763 13568 '@stripe/stripe-js@2.1.6': {} 14764 13569 14765 13570 '@swc/counter@0.1.3': {} ··· 14954 13759 dependencies: 14955 13760 '@types/estree': 1.0.6 14956 13761 14957 - '@types/aria-query@5.0.4': {} 14958 - 14959 13762 '@types/babel__core@7.20.5': 14960 13763 dependencies: 14961 13764 '@babel/parser': 7.26.3 ··· 15044 13847 '@types/minimatch': 5.1.2 15045 13848 '@types/node': 22.10.2 15046 13849 15047 - '@types/har-format@1.2.15': {} 15048 - 15049 13850 '@types/hast@2.3.7': 15050 13851 dependencies: 15051 13852 '@types/unist': 2.0.9 ··· 15167 13968 '@types/validator@13.11.6': {} 15168 13969 15169 13970 '@types/validator@13.12.0': {} 15170 - 15171 - '@types/web-bluetooth@0.0.20': {} 15172 13971 15173 13972 '@types/ws@8.5.13': 15174 13973 dependencies: 15175 13974 '@types/node': 22.10.2 15176 13975 15177 - '@uiw/codemirror-themes@4.23.0(@codemirror/language@6.10.2)(@codemirror/state@6.4.1)(@codemirror/view@6.28.4)': 15178 - dependencies: 15179 - '@codemirror/language': 6.10.2 15180 - '@codemirror/state': 6.4.1 15181 - '@codemirror/view': 6.28.4 15182 - 15183 13976 '@ungap/structured-clone@1.2.0': {} 15184 13977 15185 - '@unhead/dom@1.9.15': 15186 - dependencies: 15187 - '@unhead/schema': 1.9.15 15188 - '@unhead/shared': 1.9.15 15189 - 15190 - '@unhead/schema@1.9.15': 13978 + '@unhead/schema@1.11.20': 15191 13979 dependencies: 15192 13980 hookable: 5.5.3 15193 13981 zhead: 2.2.4 15194 13982 15195 - '@unhead/shared@1.9.15': 15196 - dependencies: 15197 - '@unhead/schema': 1.9.15 15198 - 15199 - '@unhead/vue@1.9.15(vue@3.4.31(typescript@5.7.2))': 15200 - dependencies: 15201 - '@unhead/schema': 1.9.15 15202 - '@unhead/shared': 1.9.15 15203 - hookable: 5.5.3 15204 - unhead: 1.9.15 15205 - vue: 3.4.31(typescript@5.7.2) 15206 - 15207 13983 '@unkey/api@0.26.1': 15208 13984 dependencies: 15209 13985 '@unkey/rbac': 0.3.1 ··· 15263 14039 vite: 6.2.5(@types/node@22.10.2)(jiti@1.21.7)(terser@5.37.0)(yaml@2.6.1) 15264 14040 transitivePeerDependencies: 15265 14041 - supports-color 15266 - 15267 - '@vitest/expect@1.6.0': 15268 - dependencies: 15269 - '@vitest/spy': 1.6.0 15270 - '@vitest/utils': 1.6.0 15271 - chai: 4.4.1 15272 - 15273 - '@vitest/spy@1.6.0': 15274 - dependencies: 15275 - tinyspy: 2.2.1 15276 - 15277 - '@vitest/utils@1.6.0': 15278 - dependencies: 15279 - diff-sequences: 29.6.3 15280 - estree-walker: 3.0.3 15281 - loupe: 2.3.7 15282 - pretty-format: 29.7.0 15283 14042 15284 14043 '@volar/kit@2.4.10(typescript@5.6.2)': 15285 14044 dependencies: ··· 15331 14090 15332 14091 '@vscode/l10n@0.0.18': {} 15333 14092 15334 - '@vue/compiler-core@3.4.31': 15335 - dependencies: 15336 - '@babel/parser': 7.26.3 15337 - '@vue/shared': 3.4.31 15338 - entities: 4.5.0 15339 - estree-walker: 2.0.2 15340 - source-map-js: 1.2.1 15341 - 15342 14093 '@vue/compiler-core@3.5.13': 15343 14094 dependencies: 15344 14095 '@babel/parser': 7.26.3 ··· 15348 14099 source-map-js: 1.2.1 15349 14100 optional: true 15350 14101 15351 - '@vue/compiler-dom@3.4.31': 15352 - dependencies: 15353 - '@vue/compiler-core': 3.4.31 15354 - '@vue/shared': 3.4.31 15355 - 15356 14102 '@vue/compiler-dom@3.5.13': 15357 14103 dependencies: 15358 14104 '@vue/compiler-core': 3.5.13 15359 14105 '@vue/shared': 3.5.13 15360 14106 optional: true 15361 14107 15362 - '@vue/compiler-sfc@3.4.31': 15363 - dependencies: 15364 - '@babel/parser': 7.26.3 15365 - '@vue/compiler-core': 3.4.31 15366 - '@vue/compiler-dom': 3.4.31 15367 - '@vue/compiler-ssr': 3.4.31 15368 - '@vue/shared': 3.4.31 15369 - estree-walker: 2.0.2 15370 - magic-string: 0.30.17 15371 - postcss: 8.4.38 15372 - source-map-js: 1.2.1 15373 - 15374 14108 '@vue/compiler-sfc@3.5.13': 15375 14109 dependencies: 15376 14110 '@babel/parser': 7.26.3 ··· 15384 14118 source-map-js: 1.2.1 15385 14119 optional: true 15386 14120 15387 - '@vue/compiler-ssr@3.4.31': 15388 - dependencies: 15389 - '@vue/compiler-dom': 3.4.31 15390 - '@vue/shared': 3.4.31 15391 - 15392 14121 '@vue/compiler-ssr@3.5.13': 15393 14122 dependencies: 15394 14123 '@vue/compiler-dom': 3.5.13 15395 14124 '@vue/shared': 3.5.13 15396 14125 optional: true 15397 - 15398 - '@vue/devtools-api@6.6.3': {} 15399 - 15400 - '@vue/reactivity@3.4.31': 15401 - dependencies: 15402 - '@vue/shared': 3.4.31 15403 - 15404 - '@vue/runtime-core@3.4.31': 15405 - dependencies: 15406 - '@vue/reactivity': 3.4.31 15407 - '@vue/shared': 3.4.31 15408 - 15409 - '@vue/runtime-dom@3.4.31': 15410 - dependencies: 15411 - '@vue/reactivity': 3.4.31 15412 - '@vue/runtime-core': 3.4.31 15413 - '@vue/shared': 3.4.31 15414 - csstype: 3.1.3 15415 - 15416 - '@vue/server-renderer@3.4.31(vue@3.4.31(typescript@5.7.2))': 15417 - dependencies: 15418 - '@vue/compiler-ssr': 3.4.31 15419 - '@vue/shared': 3.4.31 15420 - vue: 3.4.31(typescript@5.7.2) 15421 - 15422 - '@vue/shared@3.4.31': {} 15423 14126 15424 14127 '@vue/shared@3.5.13': 15425 14128 optional: true 15426 14129 15427 - '@vueuse/core@10.11.0(vue@3.4.31(typescript@5.7.2))': 15428 - dependencies: 15429 - '@types/web-bluetooth': 0.0.20 15430 - '@vueuse/metadata': 10.11.0 15431 - '@vueuse/shared': 10.11.0(vue@3.4.31(typescript@5.7.2)) 15432 - vue-demi: 0.14.8(vue@3.4.31(typescript@5.7.2)) 15433 - transitivePeerDependencies: 15434 - - '@vue/composition-api' 15435 - - vue 15436 - 15437 - '@vueuse/metadata@10.11.0': {} 15438 - 15439 - '@vueuse/shared@10.11.0(vue@3.4.31(typescript@5.7.2))': 15440 - dependencies: 15441 - vue-demi: 0.14.8(vue@3.4.31(typescript@5.7.2)) 15442 - transitivePeerDependencies: 15443 - - '@vue/composition-api' 15444 - - vue 15445 - 15446 14130 '@webassemblyjs/ast@1.14.1': 15447 14131 dependencies: 15448 14132 '@webassemblyjs/helper-numbers': 1.13.2 ··· 15567 14251 clean-stack: 2.2.0 15568 14252 indent-string: 4.0.0 15569 14253 15570 - ajv-draft-04@1.0.0(ajv@8.16.0): 15571 - optionalDependencies: 15572 - ajv: 8.16.0 15573 - 15574 14254 ajv-formats@2.1.1(ajv@8.17.1): 15575 14255 optionalDependencies: 15576 14256 ajv: 8.17.1 15577 - 15578 - ajv-formats@3.0.1(ajv@8.16.0): 15579 - optionalDependencies: 15580 - ajv: 8.16.0 15581 14257 15582 14258 ajv-keywords@3.5.2(ajv@6.12.6): 15583 14259 dependencies: ··· 15630 14306 ansi-styles@4.3.0: 15631 14307 dependencies: 15632 14308 color-convert: 2.0.1 15633 - 15634 - ansi-styles@5.2.0: {} 15635 14309 15636 14310 ansi-styles@6.2.1: {} 15637 14311 ··· 15656 14330 dependencies: 15657 14331 tslib: 2.8.1 15658 14332 15659 - aria-query@5.3.0: 15660 - dependencies: 15661 - dequal: 2.0.3 15662 - 15663 14333 aria-query@5.3.2: {} 15664 14334 15665 14335 arity-n@1.0.4: {} ··· 15672 14342 15673 14343 array-union@2.1.0: {} 15674 14344 15675 - assertion-error@1.1.0: {} 15676 - 15677 14345 ast-types@0.13.4: 15678 - dependencies: 15679 - tslib: 2.8.1 15680 - 15681 - ast-types@0.16.1: 15682 14346 dependencies: 15683 14347 tslib: 2.8.1 15684 14348 ··· 15810 14474 postcss: 8.5.2 15811 14475 postcss-value-parser: 4.2.0 15812 14476 15813 - available-typed-arrays@1.0.5: {} 15814 - 15815 - axios@1.7.2: 15816 - dependencies: 15817 - follow-redirects: 1.15.6 15818 - form-data: 4.0.0 15819 - proxy-from-env: 1.1.0 15820 - transitivePeerDependencies: 15821 - - debug 15822 - 15823 14477 axobject-query@4.1.0: {} 15824 14478 15825 14479 babylon@6.18.0: {} ··· 15844 14498 is-alphanumerical: 2.0.1 15845 14499 is-decimal: 2.0.1 15846 14500 15847 - better-opn@3.0.2: 15848 - dependencies: 15849 - open: 8.4.2 15850 - 15851 14501 better-sqlite3@11.4.0: 15852 14502 dependencies: 15853 14503 bindings: 1.5.0 ··· 15904 14554 braces@3.0.3: 15905 14555 dependencies: 15906 14556 fill-range: 7.1.1 15907 - 15908 - browser-assert@1.2.1: {} 15909 14557 15910 14558 browserslist@4.23.0: 15911 14559 dependencies: ··· 15988 14636 15989 14637 ccount@2.0.1: {} 15990 14638 15991 - chai@4.4.1: 15992 - dependencies: 15993 - assertion-error: 1.1.0 15994 - check-error: 1.0.3 15995 - deep-eql: 4.1.4 15996 - get-func-name: 2.0.2 15997 - loupe: 2.3.7 15998 - pathval: 1.1.1 15999 - type-detect: 4.0.8 16000 - 16001 14639 chalk@2.4.2: 16002 14640 dependencies: 16003 14641 ansi-styles: 3.2.1 ··· 16046 14684 character-reference-invalid@2.0.1: {} 16047 14685 16048 14686 chardet@0.7.0: {} 16049 - 16050 - check-error@1.0.3: 16051 - dependencies: 16052 - get-func-name: 2.0.2 16053 14687 16054 14688 chokidar@3.5.3: 16055 14689 dependencies: ··· 16141 14775 dependencies: 16142 14776 phenomenon: 1.6.0 16143 14777 16144 - codemirror@6.0.1(@lezer/common@1.2.1): 16145 - dependencies: 16146 - '@codemirror/autocomplete': 6.17.0(@codemirror/language@6.10.2)(@codemirror/state@6.4.1)(@codemirror/view@6.28.4)(@lezer/common@1.2.1) 16147 - '@codemirror/commands': 6.6.0 16148 - '@codemirror/language': 6.10.2 16149 - '@codemirror/lint': 6.8.1 16150 - '@codemirror/search': 6.5.6 16151 - '@codemirror/state': 6.4.1 16152 - '@codemirror/view': 6.28.4 16153 - transitivePeerDependencies: 16154 - - '@lezer/common' 16155 - 16156 14778 collapse-white-space@2.1.0: {} 16157 14779 16158 14780 color-convert@1.9.3: ··· 16238 14860 16239 14861 create-require@1.1.1: {} 16240 14862 16241 - crelt@1.0.6: {} 16242 - 16243 14863 cross-spawn@7.0.3: 16244 14864 dependencies: 16245 14865 path-key: 3.1.1 ··· 16270 14890 16271 14891 css-what@6.1.0: {} 16272 14892 16273 - css.escape@1.5.1: {} 16274 - 16275 14893 cssesc@3.0.0: {} 16276 14894 16277 14895 cssom@0.5.0: {} 16278 14896 16279 14897 csstype@3.1.3: {} 16280 14898 16281 - cva@1.0.0-beta.1(typescript@5.7.2): 16282 - dependencies: 16283 - clsx: 2.0.0 16284 - optionalDependencies: 16285 - typescript: 5.7.2 16286 - 16287 14899 d3-array@3.2.4: 16288 14900 dependencies: 16289 14901 internmap: 2.0.3 ··· 16357 14969 decompress-response@6.0.0: 16358 14970 dependencies: 16359 14971 mimic-response: 3.1.0 16360 - 16361 - deep-eql@4.1.4: 16362 - dependencies: 16363 - type-detect: 4.0.8 16364 14972 16365 14973 deep-extend@0.6.0: {} 16366 14974 ··· 16378 14986 gopd: 1.0.1 16379 14987 has-property-descriptors: 1.0.0 16380 14988 16381 - define-lazy-prop@2.0.0: {} 16382 - 16383 14989 defu@6.1.4: {} 16384 14990 16385 14991 degenerator@5.0.1: ··· 16425 15031 16426 15032 didyoumean@1.2.2: {} 16427 15033 16428 - diff-sequences@29.6.3: {} 16429 - 16430 15034 diff@4.0.2: {} 16431 15035 16432 15036 diff@5.2.0: {} ··· 16438 15042 direction@2.0.1: {} 16439 15043 16440 15044 dlv@1.1.3: {} 16441 - 16442 - dom-accessibility-api@0.5.16: {} 16443 - 16444 - dom-accessibility-api@0.6.3: {} 16445 15045 16446 15046 dom-helpers@5.2.1: 16447 15047 dependencies: ··· 16613 15213 dependencies: 16614 15214 debug: 4.3.4 16615 15215 esbuild: 0.19.12 16616 - transitivePeerDependencies: 16617 - - supports-color 16618 - 16619 - esbuild-register@3.6.0(esbuild@0.24.2): 16620 - dependencies: 16621 - debug: 4.4.0 16622 - esbuild: 0.24.2 16623 15216 transitivePeerDependencies: 16624 15217 - supports-color 16625 15218 ··· 17000 15593 17001 15594 flattie@1.1.1: {} 17002 15595 17003 - follow-redirects@1.15.6: {} 17004 - 17005 - for-each@0.3.3: 17006 - dependencies: 17007 - is-callable: 1.2.7 17008 - 17009 15596 foreground-child@3.3.0: 17010 15597 dependencies: 17011 15598 cross-spawn: 7.0.6 ··· 17017 15604 combined-stream: 1.0.8 17018 15605 mime-types: 2.1.35 17019 15606 17020 - form-data@4.0.0: 17021 - dependencies: 17022 - asynckit: 0.4.0 17023 - combined-stream: 1.0.8 17024 - mime-types: 2.1.35 17025 - 17026 15607 format@0.2.2: {} 17027 - 17028 - formdata-node@4.4.1: 17029 - dependencies: 17030 - node-domexception: 1.0.0 17031 - web-streams-polyfill: 4.0.0-beta.3 17032 15608 17033 15609 formdata-polyfill@4.0.10: 17034 15610 dependencies: ··· 17061 15637 optional: true 17062 15638 17063 15639 function-bind@1.1.2: {} 17064 - 17065 - fuse.js@7.0.0: {} 17066 15640 17067 15641 gaxios@6.1.1(encoding@0.1.13): 17068 15642 dependencies: ··· 17088 15662 17089 15663 get-east-asian-width@1.3.0: {} 17090 15664 17091 - get-func-name@2.0.2: {} 17092 - 17093 15665 get-intrinsic@1.2.1: 17094 15666 dependencies: 17095 15667 function-bind: 1.1.2 ··· 17098 15670 has-symbols: 1.0.3 17099 15671 17100 15672 get-nonce@1.0.1: {} 17101 - 17102 - get-own-enumerable-property-symbols@3.0.2: {} 17103 15673 17104 15674 get-stream@6.0.1: {} 17105 15675 ··· 17288 15858 17289 15859 has-symbols@1.0.3: {} 17290 15860 17291 - has-tostringtag@1.0.0: 17292 - dependencies: 17293 - has-symbols: 1.0.3 17294 - 17295 15861 has@1.0.4: {} 17296 15862 17297 15863 hash-obj@4.0.0: ··· 17387 15953 vfile: 6.0.3 17388 15954 web-namespaces: 2.0.1 17389 15955 zwitch: 2.0.4 17390 - 17391 - hast-util-sanitize@5.0.1: 17392 - dependencies: 17393 - '@types/hast': 3.0.4 17394 - '@ungap/structured-clone': 1.2.0 17395 - unist-util-position: 5.0.0 17396 15956 17397 15957 hast-util-select@6.0.3: 17398 15958 dependencies: ··· 17547 16107 no-case: 2.3.2 17548 16108 upper-case: 1.1.3 17549 16109 17550 - highlight.js@11.10.0: {} 17551 - 17552 - highlight.js@11.9.0: {} 17553 - 17554 - highlightjs-curl@1.3.0: {} 17555 - 17556 - highlightjs-vue@1.0.0: {} 17557 - 17558 16110 hoist-non-react-statics@3.3.2: 17559 16111 dependencies: 17560 16112 react-is: 16.13.1 17561 16113 17562 16114 hono@4.5.3: {} 17563 - 17564 - hono@4.7.4: {} 17565 16115 17566 16116 hookable@5.5.3: {} 17567 16117 ··· 17617 16167 transitivePeerDependencies: 17618 16168 - supports-color 17619 16169 17620 - httpsnippet-lite@3.0.5: 17621 - dependencies: 17622 - '@types/har-format': 1.2.15 17623 - formdata-node: 4.4.1 17624 - stringify-object: 3.3.0 17625 - 17626 16170 human-signals@2.1.0: {} 17627 16171 17628 16172 i18next@23.16.8: ··· 17709 16253 17710 16254 iron-webcrypto@1.2.1: {} 17711 16255 17712 - is-absolute-url@4.0.1: {} 17713 - 17714 16256 is-alphabetical@2.0.1: {} 17715 16257 17716 16258 is-alphanumerical@2.0.1: ··· 17718 16260 is-alphabetical: 2.0.1 17719 16261 is-decimal: 2.0.1 17720 16262 17721 - is-arguments@1.1.1: 17722 - dependencies: 17723 - call-bind: 1.0.5 17724 - has-tostringtag: 1.0.0 17725 - 17726 16263 is-arrayish@0.3.2: {} 17727 16264 17728 16265 is-binary-path@2.1.0: ··· 17730 16267 binary-extensions: 2.3.0 17731 16268 17732 16269 is-buffer@2.0.5: {} 17733 - 17734 - is-callable@1.2.7: {} 17735 16270 17736 16271 is-core-module@2.13.0: 17737 16272 dependencies: ··· 17743 16278 17744 16279 is-decimal@2.0.1: {} 17745 16280 17746 - is-docker@2.2.1: {} 17747 - 17748 16281 is-docker@3.0.0: {} 17749 16282 17750 16283 is-extendable@0.1.1: {} ··· 17753 16286 17754 16287 is-fullwidth-code-point@3.0.0: {} 17755 16288 17756 - is-generator-function@1.0.10: 17757 - dependencies: 17758 - has-tostringtag: 1.0.0 17759 - 17760 16289 is-glob@4.0.3: 17761 16290 dependencies: 17762 16291 is-extglob: 2.1.1 ··· 17779 16308 17780 16309 is-number@7.0.0: {} 17781 16310 17782 - is-obj@1.0.1: {} 17783 - 17784 16311 is-obj@3.0.0: {} 17785 16312 17786 16313 is-path-cwd@2.2.0: {} ··· 17792 16319 is-reference@1.2.1: 17793 16320 dependencies: 17794 16321 '@types/estree': 1.0.6 17795 - 17796 - is-regexp@1.0.0: {} 17797 16322 17798 16323 is-stream@2.0.1: {} 17799 16324 17800 - is-typed-array@1.1.12: 17801 - dependencies: 17802 - which-typed-array: 1.1.13 17803 - 17804 16325 is-unicode-supported@0.1.0: {} 17805 16326 17806 16327 is-upper-case@1.1.2: ··· 17809 16330 17810 16331 is-what@4.1.15: {} 17811 16332 17812 - is-wsl@2.2.0: 17813 - dependencies: 17814 - is-docker: 2.2.1 17815 - 17816 16333 is-wsl@3.1.0: 17817 16334 dependencies: 17818 16335 is-inside-container: 1.0.0 ··· 17827 16344 whatwg-fetch: 3.6.19 17828 16345 transitivePeerDependencies: 17829 16346 - encoding 17830 - 17831 - isomorphic.js@0.2.5: 17832 - optional: true 17833 16347 17834 16348 iterable-lookahead@1.0.0: {} 17835 16349 ··· 17886 16400 dependencies: 17887 16401 argparse: 2.0.1 17888 16402 17889 - jsdoc-type-pratt-parser@4.1.0: {} 17890 - 17891 16403 jsesc@3.0.2: {} 17892 16404 17893 16405 json-bigint@1.0.0: ··· 17920 16432 17921 16433 jsonpath-plus@7.2.0: {} 17922 16434 17923 - jsonpointer@5.0.1: {} 17924 - 17925 - just-clone@6.2.0: {} 17926 - 17927 16435 jwa@2.0.0: 17928 16436 dependencies: 17929 16437 buffer-equal-constant-time: 1.0.1 ··· 17974 16482 17975 16483 leac@0.6.0: {} 17976 16484 17977 - leven@4.0.0: {} 17978 - 17979 - lib0@0.2.94: 17980 - dependencies: 17981 - isomorphic.js: 0.2.5 17982 - optional: true 17983 - 17984 16485 libsql@0.4.5: 17985 16486 dependencies: 17986 16487 '@neon-rs/load': 0.0.4 ··· 18058 16559 dependencies: 18059 16560 js-tokens: 4.0.0 18060 16561 18061 - loupe@2.3.7: 18062 - dependencies: 18063 - get-func-name: 2.0.2 18064 - 18065 16562 lower-case-first@1.0.2: 18066 16563 dependencies: 18067 16564 lower-case: 1.1.4 18068 16565 18069 16566 lower-case@1.1.4: {} 18070 - 18071 - lowlight@3.1.0: 18072 - dependencies: 18073 - '@types/hast': 3.0.4 18074 - devlop: 1.1.0 18075 - highlight.js: 11.9.0 18076 16567 18077 16568 lru-cache@10.4.3: {} 18078 16569 ··· 18091 16582 react: 19.1.0 18092 16583 18093 16584 luxon@3.5.0: {} 18094 - 18095 - lz-string@1.5.0: {} 18096 16585 18097 16586 magic-string@0.16.0: 18098 16587 dependencies: ··· 18813 17302 18814 17303 mimic-response@3.1.0: {} 18815 17304 18816 - min-indent@1.0.1: {} 18817 - 18818 17305 minimatch@3.1.2: 18819 17306 dependencies: 18820 17307 brace-expansion: 1.1.11 ··· 18886 17373 nanoid@3.3.8: {} 18887 17374 18888 17375 nanoid@5.0.7: {} 17376 + 17377 + nanoid@5.1.5: {} 18889 17378 18890 17379 napi-build-utils@1.0.2: {} 18891 17380 ··· 19073 17562 regex: 6.0.1 19074 17563 regex-recursion: 6.0.2 19075 17564 19076 - open@8.4.2: 19077 - dependencies: 19078 - define-lazy-prop: 2.0.0 19079 - is-docker: 2.2.1 19080 - is-wsl: 2.2.0 19081 - 19082 17565 openapi3-ts@4.1.2: 19083 17566 dependencies: 19084 17567 yaml: 2.6.1 ··· 19196 17679 unist-util-visit-children: 3.0.0 19197 17680 vfile: 6.0.3 19198 17681 19199 - parse-ms@3.0.0: {} 19200 - 19201 17682 parse-ms@4.0.0: {} 19202 17683 19203 17684 parse-numeric-range@1.3.0: {} ··· 19241 17722 19242 17723 pathe@2.0.3: {} 19243 17724 19244 - pathval@1.1.1: {} 19245 - 19246 17725 peberminta@0.9.0: {} 19247 17726 19248 17727 percentile@1.6.0: {} ··· 19383 17862 postcss: 8.5.3 19384 17863 ts-node: 10.9.2(@types/node@22.10.2)(typescript@5.6.2) 19385 17864 19386 - postcss-load-config@4.0.2(postcss@8.5.3)(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)): 19387 - dependencies: 19388 - lilconfig: 3.1.3 19389 - yaml: 2.6.1 19390 - optionalDependencies: 19391 - postcss: 8.5.3 19392 - ts-node: 10.9.2(@types/node@22.10.2)(typescript@5.7.2) 19393 - 19394 - postcss-nested@6.0.1(postcss@8.5.3): 19395 - dependencies: 19396 - postcss: 8.5.3 19397 - postcss-selector-parser: 6.1.2 19398 - 19399 17865 postcss-nested@6.2.0(postcss@8.4.38): 19400 17866 dependencies: 19401 17867 postcss: 8.4.38 ··· 19512 17978 19513 17979 prettier@3.5.3: {} 19514 17980 19515 - pretty-bytes@6.1.1: {} 19516 - 19517 - pretty-format@27.5.1: 19518 - dependencies: 19519 - ansi-regex: 5.0.1 19520 - ansi-styles: 5.2.0 19521 - react-is: 17.0.2 19522 - 19523 - pretty-format@29.7.0: 19524 - dependencies: 19525 - '@jest/schemas': 29.6.3 19526 - ansi-styles: 5.2.0 19527 - react-is: 18.3.1 19528 - 19529 17981 pretty-format@3.8.0: {} 19530 17982 19531 - pretty-ms@8.0.0: 19532 - dependencies: 19533 - parse-ms: 3.0.0 19534 - 19535 17983 pretty-ms@9.0.0: 19536 17984 dependencies: 19537 17985 parse-ms: 4.0.0 ··· 19539 17987 prismjs@1.29.0: {} 19540 17988 19541 17989 prismjs@1.30.0: {} 19542 - 19543 - process@0.11.10: {} 19544 17990 19545 17991 progress@2.0.3: {} 19546 17992 ··· 19616 18062 19617 18063 queue-microtask@1.2.3: {} 19618 18064 19619 - radix-vue@1.9.1(vue@3.4.31(typescript@5.7.2)): 19620 - dependencies: 19621 - '@floating-ui/dom': 1.6.7 19622 - '@floating-ui/vue': 1.1.1(vue@3.4.31(typescript@5.7.2)) 19623 - '@internationalized/date': 3.5.4 19624 - '@internationalized/number': 3.5.3 19625 - '@tanstack/vue-virtual': 3.8.3(vue@3.4.31(typescript@5.7.2)) 19626 - '@vueuse/core': 10.11.0(vue@3.4.31(typescript@5.7.2)) 19627 - '@vueuse/shared': 10.11.0(vue@3.4.31(typescript@5.7.2)) 19628 - aria-hidden: 1.2.4 19629 - defu: 6.1.4 19630 - fast-deep-equal: 3.1.3 19631 - nanoid: 5.0.7 19632 - vue: 3.4.31(typescript@5.7.2) 19633 - transitivePeerDependencies: 19634 - - '@vue/composition-api' 19635 - 19636 18065 radix3@1.1.2: {} 19637 18066 19638 18067 random-word-slugs@0.1.7: {} ··· 19692 18121 react: 19.1.0 19693 18122 19694 18123 react-is@16.13.1: {} 19695 - 19696 - react-is@17.0.2: {} 19697 18124 19698 18125 react-is@18.3.1: {} 19699 18126 ··· 19779 18206 19780 18207 reading-time@1.5.0: {} 19781 18208 19782 - recast@0.23.9: 19783 - dependencies: 19784 - ast-types: 0.16.1 19785 - esprima: 4.0.1 19786 - source-map: 0.6.1 19787 - tiny-invariant: 1.3.3 19788 - tslib: 2.8.1 19789 - 19790 18209 recharts-scale@0.4.5: 19791 18210 dependencies: 19792 18211 decimal.js-light: 2.5.1 ··· 19834 18253 unified: 11.0.5 19835 18254 vfile: 6.0.3 19836 18255 19837 - redent@3.0.0: 19838 - dependencies: 19839 - indent-string: 4.0.0 19840 - strip-indent: 3.0.0 19841 - 19842 18256 regenerator-runtime@0.14.1: {} 19843 18257 19844 18258 regex-recursion@5.1.1: ··· 19882 18296 dependencies: 19883 18297 expressive-code: 0.40.2 19884 18298 19885 - rehype-external-links@3.0.0: 19886 - dependencies: 19887 - '@types/hast': 3.0.4 19888 - '@ungap/structured-clone': 1.2.0 19889 - hast-util-is-element: 3.0.0 19890 - is-absolute-url: 4.0.1 19891 - space-separated-tokens: 2.0.2 19892 - unist-util-visit: 5.0.0 19893 - 19894 18299 rehype-format@5.0.0: 19895 18300 dependencies: 19896 18301 '@types/hast': 3.0.4 ··· 19945 18350 hast-util-to-estree: 3.1.0 19946 18351 transitivePeerDependencies: 19947 18352 - supports-color 19948 - 19949 - rehype-sanitize@6.0.0: 19950 - dependencies: 19951 - '@types/hast': 3.0.4 19952 - hast-util-sanitize: 5.0.1 19953 18353 19954 18354 rehype-slug@5.1.0: 19955 18355 dependencies: ··· 20476 18876 '@astrojs/starlight': 0.32.6(astro@5.6.1(@types/node@22.10.2)(jiti@1.21.7)(rollup@4.34.8)(terser@5.37.0)(typescript@5.6.2)(yaml@2.6.1)) 20477 18877 picomatch: 4.0.2 20478 18878 20479 - storybook@8.4.7(bufferutil@4.0.8)(prettier@3.5.3)(utf-8-validate@6.0.5): 20480 - dependencies: 20481 - '@storybook/core': 8.4.7(bufferutil@4.0.8)(prettier@3.5.3)(utf-8-validate@6.0.5) 20482 - optionalDependencies: 20483 - prettier: 3.5.3 20484 - transitivePeerDependencies: 20485 - - bufferutil 20486 - - supports-color 20487 - - utf-8-validate 20488 - 20489 18879 stream-events@1.0.5: 20490 18880 dependencies: 20491 18881 stubs: 3.0.0 ··· 20525 18915 character-entities-html4: 2.1.0 20526 18916 character-entities-legacy: 3.0.0 20527 18917 20528 - stringify-object@3.3.0: 20529 - dependencies: 20530 - get-own-enumerable-property-symbols: 3.0.2 20531 - is-obj: 1.0.1 20532 - is-regexp: 1.0.0 20533 - 20534 18918 strip-ansi@6.0.1: 20535 18919 dependencies: 20536 18920 ansi-regex: 5.0.1 ··· 20543 18927 20544 18928 strip-final-newline@2.0.0: {} 20545 18929 20546 - strip-indent@3.0.0: 20547 - dependencies: 20548 - min-indent: 1.0.1 20549 - 20550 18930 strip-json-comments@2.0.1: {} 20551 18931 20552 18932 strip-json-comments@5.0.1: {} ··· 20559 18939 strnum@1.0.5: {} 20560 18940 20561 18941 stubs@3.0.0: {} 20562 - 20563 - style-mod@4.1.2: {} 20564 18942 20565 18943 style-to-object@0.4.4: 20566 18944 dependencies: ··· 20665 19043 transitivePeerDependencies: 20666 19044 - ts-node 20667 19045 20668 - tailwindcss@3.4.17(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)): 20669 - dependencies: 20670 - '@alloc/quick-lru': 5.2.0 20671 - arg: 5.0.2 20672 - chokidar: 3.6.0 20673 - didyoumean: 1.2.2 20674 - dlv: 1.1.3 20675 - fast-glob: 3.3.3 20676 - glob-parent: 6.0.2 20677 - is-glob: 4.0.3 20678 - jiti: 1.21.7 20679 - lilconfig: 3.1.3 20680 - micromatch: 4.0.8 20681 - normalize-path: 3.0.0 20682 - object-hash: 3.0.0 20683 - picocolors: 1.1.1 20684 - postcss: 8.5.3 20685 - postcss-import: 15.1.0(postcss@8.5.3) 20686 - postcss-js: 4.0.1(postcss@8.5.3) 20687 - postcss-load-config: 4.0.2(postcss@8.5.3)(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)) 20688 - postcss-nested: 6.2.0(postcss@8.5.3) 20689 - postcss-selector-parser: 6.1.2 20690 - resolve: 1.22.9 20691 - sucrase: 3.35.0 20692 - transitivePeerDependencies: 20693 - - ts-node 20694 - 20695 19046 tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.6.2)): 20696 19047 dependencies: 20697 19048 '@alloc/quick-lru': 5.2.0 ··· 20850 19201 '@types/tinycolor2': 1.4.6 20851 19202 tinycolor2: 1.6.0 20852 19203 20853 - tinyspy@2.2.1: {} 20854 - 20855 - tippy.js@6.3.7: 20856 - dependencies: 20857 - '@popperjs/core': 2.11.8 20858 - 20859 19204 title-case@2.1.1: 20860 19205 dependencies: 20861 19206 no-case: 2.3.2 ··· 20957 19302 yn: 3.1.1 20958 19303 optional: true 20959 19304 20960 - ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2): 20961 - dependencies: 20962 - '@cspotcode/source-map-support': 0.8.1 20963 - '@tsconfig/node10': 1.0.11 20964 - '@tsconfig/node12': 1.0.11 20965 - '@tsconfig/node14': 1.0.3 20966 - '@tsconfig/node16': 1.0.4 20967 - '@types/node': 22.10.2 20968 - acorn: 8.11.3 20969 - acorn-walk: 8.3.2 20970 - arg: 4.1.3 20971 - create-require: 1.1.1 20972 - diff: 4.0.2 20973 - make-error: 1.3.6 20974 - typescript: 5.7.2 20975 - v8-compile-cache-lib: 3.0.1 20976 - yn: 3.1.1 20977 - optional: true 20978 - 20979 19305 tsconfck@3.1.5(typescript@5.6.2): 20980 19306 optionalDependencies: 20981 19307 typescript: 5.6.2 ··· 21063 19389 turbo-windows-64: 2.3.2 21064 19390 turbo-windows-arm64: 2.3.2 21065 19391 21066 - type-detect@4.0.8: {} 21067 - 21068 19392 type-fest@0.21.3: {} 21069 19393 21070 19394 type-fest@0.7.1: {} 21071 19395 21072 19396 type-fest@1.4.0: {} 21073 - 21074 - type-fest@2.19.0: {} 21075 19397 21076 19398 type-fest@4.28.0: {} 21077 19399 ··· 21112 19434 unescape-js@1.1.4: 21113 19435 dependencies: 21114 19436 string.fromcodepoint: 0.2.1 21115 - 21116 - unhead@1.9.15: 21117 - dependencies: 21118 - '@unhead/dom': 1.9.15 21119 - '@unhead/schema': 1.9.15 21120 - '@unhead/shared': 1.9.15 21121 - hookable: 5.5.3 21122 19437 21123 19438 unified@10.1.2: 21124 19439 dependencies: ··· 21333 19648 21334 19649 util-deprecate@1.0.2: {} 21335 19650 21336 - util@0.12.5: 21337 - dependencies: 21338 - inherits: 2.0.4 21339 - is-arguments: 1.1.1 21340 - is-generator-function: 1.0.10 21341 - is-typed-array: 1.1.12 21342 - which-typed-array: 1.1.13 21343 - 21344 19651 uuid@9.0.1: {} 21345 19652 21346 19653 uvu@0.5.6: ··· 21536 19843 21537 19844 vscode-uri@3.0.8: {} 21538 19845 21539 - vue-demi@0.14.8(vue@3.4.31(typescript@5.7.2)): 21540 - dependencies: 21541 - vue: 3.4.31(typescript@5.7.2) 21542 - 21543 - vue-router@4.4.0(vue@3.4.31(typescript@5.7.2)): 21544 - dependencies: 21545 - '@vue/devtools-api': 6.6.3 21546 - vue: 3.4.31(typescript@5.7.2) 21547 - 21548 - vue-sonner@1.1.3: {} 21549 - 21550 - vue@3.4.31(typescript@5.7.2): 21551 - dependencies: 21552 - '@vue/compiler-dom': 3.4.31 21553 - '@vue/compiler-sfc': 3.4.31 21554 - '@vue/runtime-dom': 3.4.31 21555 - '@vue/server-renderer': 3.4.31(vue@3.4.31(typescript@5.7.2)) 21556 - '@vue/shared': 3.4.31 21557 - optionalDependencies: 21558 - typescript: 5.7.2 21559 - 21560 - w3c-keyname@2.2.8: {} 21561 - 21562 19846 watchpack@2.4.2: 21563 19847 dependencies: 21564 19848 glob-to-regexp: 0.4.1 ··· 21571 19855 web-namespaces@2.0.1: {} 21572 19856 21573 19857 web-streams-polyfill@3.2.1: {} 21574 - 21575 - web-streams-polyfill@4.0.0-beta.3: {} 21576 19858 21577 19859 webidl-conversions@3.0.1: {} 21578 19860 ··· 21616 19898 21617 19899 whatwg-fetch@3.6.19: {} 21618 19900 21619 - whatwg-mimetype@4.0.0: {} 21620 - 21621 19901 whatwg-url@5.0.0: 21622 19902 dependencies: 21623 19903 tr46: 0.0.3 ··· 21630 19910 webidl-conversions: 4.0.2 21631 19911 21632 19912 which-pm-runs@1.1.0: {} 21633 - 21634 - which-typed-array@1.1.13: 21635 - dependencies: 21636 - available-typed-arrays: 1.0.5 21637 - call-bind: 1.0.5 21638 - for-each: 0.3.3 21639 - gopd: 1.0.1 21640 - has-tostringtag: 1.0.0 21641 19913 21642 19914 which@2.0.2: 21643 19915 dependencies: ··· 21690 19962 bufferutil: 4.0.8 21691 19963 utf-8-validate: 6.0.5 21692 19964 21693 - ws@8.18.0(bufferutil@4.0.8)(utf-8-validate@6.0.5): 21694 - optionalDependencies: 21695 - bufferutil: 4.0.8 21696 - utf-8-validate: 6.0.5 21697 - 21698 19965 xml-js@1.6.11: 21699 19966 dependencies: 21700 19967 sax: 1.4.1 ··· 21702 19969 xtend@4.0.2: {} 21703 19970 21704 19971 xxhash-wasm@1.1.0: {} 21705 - 21706 - y-codemirror.next@0.3.5(@codemirror/state@6.4.1)(@codemirror/view@6.28.4)(yjs@13.6.18): 21707 - dependencies: 21708 - '@codemirror/state': 6.4.1 21709 - '@codemirror/view': 6.28.4 21710 - lib0: 0.2.94 21711 - yjs: 13.6.18 21712 - optional: true 21713 19972 21714 19973 y18n@5.0.8: {} 21715 19974 ··· 21749 20008 string-width: 4.2.3 21750 20009 y18n: 5.0.8 21751 20010 yargs-parser: 21.1.1 21752 - 21753 - yjs@13.6.18: 21754 - dependencies: 21755 - lib0: 0.2.94 21756 - optional: true 21757 20011 21758 20012 yn@3.1.1: {} 21759 20013