@leo-h/create-nodejs-app 1.0.67 → 1.0.69

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/dist/src/validations/front-end-framework.validation.js +1 -1
  2. package/package.json +1 -1
  3. package/templates/elysia/package.json +1 -1
  4. package/templates/elysia/pnpm-lock.yaml +37 -37
  5. package/templates/react-vite-tanstack-router/.env.development +5 -0
  6. package/templates/react-vite-tanstack-router/.env.example +5 -0
  7. package/templates/react-vite-tanstack-router/.vscode/settings.json +12 -0
  8. package/templates/react-vite-tanstack-router/README.md +73 -0
  9. package/templates/react-vite-tanstack-router/biome.json +16 -0
  10. package/templates/react-vite-tanstack-router/gitignore +24 -0
  11. package/templates/react-vite-tanstack-router/index.html +12 -0
  12. package/templates/react-vite-tanstack-router/kubb.config.ts +43 -0
  13. package/templates/react-vite-tanstack-router/npmrc +1 -0
  14. package/templates/react-vite-tanstack-router/package.json +47 -0
  15. package/templates/react-vite-tanstack-router/pnpm-lock.yaml +3773 -0
  16. package/templates/react-vite-tanstack-router/public/vite.svg +1 -0
  17. package/templates/react-vite-tanstack-router/src/api/errors.ts +17 -0
  18. package/templates/react-vite-tanstack-router/src/api/swr-fetcher.ts +100 -0
  19. package/templates/react-vite-tanstack-router/src/env.ts +16 -0
  20. package/templates/react-vite-tanstack-router/src/index.css +29 -0
  21. package/templates/react-vite-tanstack-router/src/lib/swr-config.ts +8 -0
  22. package/templates/react-vite-tanstack-router/src/lib/tanstack-router-instance.ts +16 -0
  23. package/templates/react-vite-tanstack-router/src/lib/zod-config.ts +97 -0
  24. package/templates/react-vite-tanstack-router/src/lib/zod-custom-error-map.ts +259 -0
  25. package/templates/react-vite-tanstack-router/src/main.tsx +20 -0
  26. package/templates/react-vite-tanstack-router/src/pages/__root.tsx +12 -0
  27. package/templates/react-vite-tanstack-router/src/pages/_app/index.tsx +24 -0
  28. package/templates/react-vite-tanstack-router/src/pages/_app/layout.tsx +15 -0
  29. package/templates/react-vite-tanstack-router/src/pages/_app/styles.css +40 -0
  30. package/templates/react-vite-tanstack-router/src/pages/_auth/layout.tsx +15 -0
  31. package/templates/react-vite-tanstack-router/src/pages/_auth/sign-in/index.tsx +94 -0
  32. package/templates/react-vite-tanstack-router/src/pages/_auth/sign-in/styles.css +92 -0
  33. package/templates/react-vite-tanstack-router/src/route-tree.gen.ts +127 -0
  34. package/templates/react-vite-tanstack-router/tsconfig.app.json +34 -0
  35. package/templates/react-vite-tanstack-router/tsconfig.json +7 -0
  36. package/templates/react-vite-tanstack-router/tsconfig.node.json +32 -0
  37. package/templates/react-vite-tanstack-router/vite.config.ts +23 -0
@@ -0,0 +1,3773 @@
1
+ lockfileVersion: '9.0'
2
+
3
+ settings:
4
+ autoInstallPeers: true
5
+ excludeLinksFromLockfile: false
6
+
7
+ importers:
8
+
9
+ .:
10
+ dependencies:
11
+ '@hookform/resolvers':
12
+ specifier: 5.2.2
13
+ version: 5.2.2(react-hook-form@7.66.0(react@19.2.0))
14
+ '@tanstack/react-router':
15
+ specifier: 1.134.13
16
+ version: 1.134.13(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
17
+ pretty-bytes:
18
+ specifier: 7.1.0
19
+ version: 7.1.0
20
+ react:
21
+ specifier: ^19.1.1
22
+ version: 19.2.0
23
+ react-dom:
24
+ specifier: ^19.1.1
25
+ version: 19.2.0(react@19.2.0)
26
+ react-hook-form:
27
+ specifier: 7.66.0
28
+ version: 7.66.0(react@19.2.0)
29
+ swr:
30
+ specifier: ^2.3.6
31
+ version: 2.3.6(react@19.2.0)
32
+ zod:
33
+ specifier: 4.1.12
34
+ version: 4.1.12
35
+ devDependencies:
36
+ '@biomejs/biome':
37
+ specifier: 2.3.4
38
+ version: 2.3.4
39
+ '@kubb/cli':
40
+ specifier: ^4.5.9
41
+ version: 4.5.9(@kubb/react-fabric@0.3.1)(typescript@5.9.3)
42
+ '@kubb/core':
43
+ specifier: ^4.5.9
44
+ version: 4.5.9(@kubb/react-fabric@0.3.1)
45
+ '@kubb/plugin-oas':
46
+ specifier: ^4.5.9
47
+ version: 4.5.9(@kubb/react-fabric@0.3.1)(ajv@8.17.1)
48
+ '@kubb/plugin-swr':
49
+ specifier: ^4.5.9
50
+ version: 4.5.9(@kubb/react-fabric@0.3.1)(ajv@8.17.1)
51
+ '@kubb/plugin-ts':
52
+ specifier: ^4.5.9
53
+ version: 4.5.9(@kubb/react-fabric@0.3.1)(ajv@8.17.1)
54
+ '@kubb/plugin-zod':
55
+ specifier: ^4.5.9
56
+ version: 4.5.9(ajv@8.17.1)
57
+ '@tanstack/router-plugin':
58
+ specifier: 1.134.14
59
+ version: 1.134.14(@tanstack/react-router@1.134.13(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(vite@7.2.2(@types/node@24.10.0)(jiti@2.6.1)(tsx@4.20.6))
60
+ '@types/node':
61
+ specifier: ^24.6.0
62
+ version: 24.10.0
63
+ '@types/react':
64
+ specifier: ^19.1.16
65
+ version: 19.2.2
66
+ '@types/react-dom':
67
+ specifier: ^19.1.9
68
+ version: 19.2.2(@types/react@19.2.2)
69
+ '@vitejs/plugin-react':
70
+ specifier: ^5.0.4
71
+ version: 5.1.0(vite@7.2.2(@types/node@24.10.0)(jiti@2.6.1)(tsx@4.20.6))
72
+ type-fest:
73
+ specifier: ^5.2.0
74
+ version: 5.2.0
75
+ typescript:
76
+ specifier: ~5.9.3
77
+ version: 5.9.3
78
+ vite:
79
+ specifier: ^7.1.7
80
+ version: 7.2.2(@types/node@24.10.0)(jiti@2.6.1)(tsx@4.20.6)
81
+ vite-tsconfig-paths:
82
+ specifier: 5.1.4
83
+ version: 5.1.4(typescript@5.9.3)(vite@7.2.2(@types/node@24.10.0)(jiti@2.6.1)(tsx@4.20.6))
84
+
85
+ packages:
86
+
87
+ '@apidevtools/json-schema-ref-parser@14.2.1':
88
+ resolution: {integrity: sha512-HmdFw9CDYqM6B25pqGBpNeLCKvGPlIx1EbLrVL0zPvj50CJQUHyBNBw45Muk0kEIkogo1VZvOKHajdMuAzSxRg==}
89
+ engines: {node: '>= 20'}
90
+ peerDependencies:
91
+ '@types/json-schema': ^7.0.15
92
+
93
+ '@babel/code-frame@7.27.1':
94
+ resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==}
95
+ engines: {node: '>=6.9.0'}
96
+
97
+ '@babel/compat-data@7.28.5':
98
+ resolution: {integrity: sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==}
99
+ engines: {node: '>=6.9.0'}
100
+
101
+ '@babel/core@7.28.5':
102
+ resolution: {integrity: sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==}
103
+ engines: {node: '>=6.9.0'}
104
+
105
+ '@babel/generator@7.28.5':
106
+ resolution: {integrity: sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==}
107
+ engines: {node: '>=6.9.0'}
108
+
109
+ '@babel/helper-annotate-as-pure@7.27.3':
110
+ resolution: {integrity: sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==}
111
+ engines: {node: '>=6.9.0'}
112
+
113
+ '@babel/helper-compilation-targets@7.27.2':
114
+ resolution: {integrity: sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==}
115
+ engines: {node: '>=6.9.0'}
116
+
117
+ '@babel/helper-create-class-features-plugin@7.28.5':
118
+ resolution: {integrity: sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==}
119
+ engines: {node: '>=6.9.0'}
120
+ peerDependencies:
121
+ '@babel/core': ^7.0.0
122
+
123
+ '@babel/helper-globals@7.28.0':
124
+ resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==}
125
+ engines: {node: '>=6.9.0'}
126
+
127
+ '@babel/helper-member-expression-to-functions@7.28.5':
128
+ resolution: {integrity: sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==}
129
+ engines: {node: '>=6.9.0'}
130
+
131
+ '@babel/helper-module-imports@7.27.1':
132
+ resolution: {integrity: sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==}
133
+ engines: {node: '>=6.9.0'}
134
+
135
+ '@babel/helper-module-transforms@7.28.3':
136
+ resolution: {integrity: sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==}
137
+ engines: {node: '>=6.9.0'}
138
+ peerDependencies:
139
+ '@babel/core': ^7.0.0
140
+
141
+ '@babel/helper-optimise-call-expression@7.27.1':
142
+ resolution: {integrity: sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==}
143
+ engines: {node: '>=6.9.0'}
144
+
145
+ '@babel/helper-plugin-utils@7.27.1':
146
+ resolution: {integrity: sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==}
147
+ engines: {node: '>=6.9.0'}
148
+
149
+ '@babel/helper-replace-supers@7.27.1':
150
+ resolution: {integrity: sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==}
151
+ engines: {node: '>=6.9.0'}
152
+ peerDependencies:
153
+ '@babel/core': ^7.0.0
154
+
155
+ '@babel/helper-skip-transparent-expression-wrappers@7.27.1':
156
+ resolution: {integrity: sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==}
157
+ engines: {node: '>=6.9.0'}
158
+
159
+ '@babel/helper-string-parser@7.27.1':
160
+ resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
161
+ engines: {node: '>=6.9.0'}
162
+
163
+ '@babel/helper-validator-identifier@7.28.5':
164
+ resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==}
165
+ engines: {node: '>=6.9.0'}
166
+
167
+ '@babel/helper-validator-option@7.27.1':
168
+ resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==}
169
+ engines: {node: '>=6.9.0'}
170
+
171
+ '@babel/helpers@7.28.4':
172
+ resolution: {integrity: sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==}
173
+ engines: {node: '>=6.9.0'}
174
+
175
+ '@babel/parser@7.28.5':
176
+ resolution: {integrity: sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==}
177
+ engines: {node: '>=6.0.0'}
178
+ hasBin: true
179
+
180
+ '@babel/plugin-syntax-jsx@7.27.1':
181
+ resolution: {integrity: sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==}
182
+ engines: {node: '>=6.9.0'}
183
+ peerDependencies:
184
+ '@babel/core': ^7.0.0-0
185
+
186
+ '@babel/plugin-syntax-typescript@7.27.1':
187
+ resolution: {integrity: sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==}
188
+ engines: {node: '>=6.9.0'}
189
+ peerDependencies:
190
+ '@babel/core': ^7.0.0-0
191
+
192
+ '@babel/plugin-transform-modules-commonjs@7.27.1':
193
+ resolution: {integrity: sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==}
194
+ engines: {node: '>=6.9.0'}
195
+ peerDependencies:
196
+ '@babel/core': ^7.0.0-0
197
+
198
+ '@babel/plugin-transform-react-jsx-self@7.27.1':
199
+ resolution: {integrity: sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==}
200
+ engines: {node: '>=6.9.0'}
201
+ peerDependencies:
202
+ '@babel/core': ^7.0.0-0
203
+
204
+ '@babel/plugin-transform-react-jsx-source@7.27.1':
205
+ resolution: {integrity: sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==}
206
+ engines: {node: '>=6.9.0'}
207
+ peerDependencies:
208
+ '@babel/core': ^7.0.0-0
209
+
210
+ '@babel/plugin-transform-typescript@7.28.5':
211
+ resolution: {integrity: sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==}
212
+ engines: {node: '>=6.9.0'}
213
+ peerDependencies:
214
+ '@babel/core': ^7.0.0-0
215
+
216
+ '@babel/preset-typescript@7.28.5':
217
+ resolution: {integrity: sha512-+bQy5WOI2V6LJZpPVxY+yp66XdZ2yifu0Mc1aP5CQKgjn4QM5IN2i5fAZ4xKop47pr8rpVhiAeu+nDQa12C8+g==}
218
+ engines: {node: '>=6.9.0'}
219
+ peerDependencies:
220
+ '@babel/core': ^7.0.0-0
221
+
222
+ '@babel/runtime@7.28.4':
223
+ resolution: {integrity: sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==}
224
+ engines: {node: '>=6.9.0'}
225
+
226
+ '@babel/template@7.27.2':
227
+ resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==}
228
+ engines: {node: '>=6.9.0'}
229
+
230
+ '@babel/traverse@7.28.5':
231
+ resolution: {integrity: sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==}
232
+ engines: {node: '>=6.9.0'}
233
+
234
+ '@babel/types@7.28.5':
235
+ resolution: {integrity: sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==}
236
+ engines: {node: '>=6.9.0'}
237
+
238
+ '@biomejs/biome@2.3.4':
239
+ resolution: {integrity: sha512-TU08LXjBHdy0mEY9APtEtZdNQQijXUDSXR7IK1i45wgoPD5R0muK7s61QcFir6FpOj/RP1+YkPx5QJlycXUU3w==}
240
+ engines: {node: '>=14.21.3'}
241
+ hasBin: true
242
+
243
+ '@biomejs/cli-darwin-arm64@2.3.4':
244
+ resolution: {integrity: sha512-w40GvlNzLaqmuWYiDU6Ys9FNhJiclngKqcGld3iJIiy2bpJ0Q+8n3haiaC81uTPY/NA0d8Q/I3Z9+ajc14102Q==}
245
+ engines: {node: '>=14.21.3'}
246
+ cpu: [arm64]
247
+ os: [darwin]
248
+
249
+ '@biomejs/cli-darwin-x64@2.3.4':
250
+ resolution: {integrity: sha512-3s7TLVtjJ7ni1xADXsS7x7GMUrLBZXg8SemXc3T0XLslzvqKj/dq1xGeBQ+pOWQzng9MaozfacIHdK2UlJ3jGA==}
251
+ engines: {node: '>=14.21.3'}
252
+ cpu: [x64]
253
+ os: [darwin]
254
+
255
+ '@biomejs/cli-linux-arm64-musl@2.3.4':
256
+ resolution: {integrity: sha512-IruVGQRwMURivWazchiq7gKAqZSFs5so6gi0hJyxk7x6HR+iwZbO2IxNOqyLURBvL06qkIHs7Wffl6Bw30vCbQ==}
257
+ engines: {node: '>=14.21.3'}
258
+ cpu: [arm64]
259
+ os: [linux]
260
+
261
+ '@biomejs/cli-linux-arm64@2.3.4':
262
+ resolution: {integrity: sha512-y7efHyyM2gYmHy/AdWEip+VgTMe9973aP7XYKPzu/j8JxnPHuSUXftzmPhkVw0lfm4ECGbdBdGD6+rLmTgNZaA==}
263
+ engines: {node: '>=14.21.3'}
264
+ cpu: [arm64]
265
+ os: [linux]
266
+
267
+ '@biomejs/cli-linux-x64-musl@2.3.4':
268
+ resolution: {integrity: sha512-mzKFFv/w66e4/jCobFmD3kymCqG+FuWE7sVa4Yjqd9v7qt2UhXo67MSZKY9Ih18V2IwPzRKQPCw6KwdZs6AXSA==}
269
+ engines: {node: '>=14.21.3'}
270
+ cpu: [x64]
271
+ os: [linux]
272
+
273
+ '@biomejs/cli-linux-x64@2.3.4':
274
+ resolution: {integrity: sha512-gKfjWR/6/dfIxPJCw8REdEowiXCkIpl9jycpNVHux8aX2yhWPLjydOshkDL6Y/82PcQJHn95VCj7J+BRcE5o1Q==}
275
+ engines: {node: '>=14.21.3'}
276
+ cpu: [x64]
277
+ os: [linux]
278
+
279
+ '@biomejs/cli-win32-arm64@2.3.4':
280
+ resolution: {integrity: sha512-5TJ6JfVez+yyupJ/iGUici2wzKf0RrSAxJhghQXtAEsc67OIpdwSKAQboemILrwKfHDi5s6mu7mX+VTCTUydkw==}
281
+ engines: {node: '>=14.21.3'}
282
+ cpu: [arm64]
283
+ os: [win32]
284
+
285
+ '@biomejs/cli-win32-x64@2.3.4':
286
+ resolution: {integrity: sha512-FGCijXecmC4IedQ0esdYNlMpx0Jxgf4zceCaMu6fkjWyjgn50ZQtMiqZZQ0Q/77yqPxvtkgZAvt5uGw0gAAjig==}
287
+ engines: {node: '>=14.21.3'}
288
+ cpu: [x64]
289
+ os: [win32]
290
+
291
+ '@esbuild/aix-ppc64@0.25.12':
292
+ resolution: {integrity: sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==}
293
+ engines: {node: '>=18'}
294
+ cpu: [ppc64]
295
+ os: [aix]
296
+
297
+ '@esbuild/android-arm64@0.25.12':
298
+ resolution: {integrity: sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==}
299
+ engines: {node: '>=18'}
300
+ cpu: [arm64]
301
+ os: [android]
302
+
303
+ '@esbuild/android-arm@0.25.12':
304
+ resolution: {integrity: sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==}
305
+ engines: {node: '>=18'}
306
+ cpu: [arm]
307
+ os: [android]
308
+
309
+ '@esbuild/android-x64@0.25.12':
310
+ resolution: {integrity: sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==}
311
+ engines: {node: '>=18'}
312
+ cpu: [x64]
313
+ os: [android]
314
+
315
+ '@esbuild/darwin-arm64@0.25.12':
316
+ resolution: {integrity: sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==}
317
+ engines: {node: '>=18'}
318
+ cpu: [arm64]
319
+ os: [darwin]
320
+
321
+ '@esbuild/darwin-x64@0.25.12':
322
+ resolution: {integrity: sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==}
323
+ engines: {node: '>=18'}
324
+ cpu: [x64]
325
+ os: [darwin]
326
+
327
+ '@esbuild/freebsd-arm64@0.25.12':
328
+ resolution: {integrity: sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==}
329
+ engines: {node: '>=18'}
330
+ cpu: [arm64]
331
+ os: [freebsd]
332
+
333
+ '@esbuild/freebsd-x64@0.25.12':
334
+ resolution: {integrity: sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==}
335
+ engines: {node: '>=18'}
336
+ cpu: [x64]
337
+ os: [freebsd]
338
+
339
+ '@esbuild/linux-arm64@0.25.12':
340
+ resolution: {integrity: sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==}
341
+ engines: {node: '>=18'}
342
+ cpu: [arm64]
343
+ os: [linux]
344
+
345
+ '@esbuild/linux-arm@0.25.12':
346
+ resolution: {integrity: sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==}
347
+ engines: {node: '>=18'}
348
+ cpu: [arm]
349
+ os: [linux]
350
+
351
+ '@esbuild/linux-ia32@0.25.12':
352
+ resolution: {integrity: sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==}
353
+ engines: {node: '>=18'}
354
+ cpu: [ia32]
355
+ os: [linux]
356
+
357
+ '@esbuild/linux-loong64@0.25.12':
358
+ resolution: {integrity: sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==}
359
+ engines: {node: '>=18'}
360
+ cpu: [loong64]
361
+ os: [linux]
362
+
363
+ '@esbuild/linux-mips64el@0.25.12':
364
+ resolution: {integrity: sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==}
365
+ engines: {node: '>=18'}
366
+ cpu: [mips64el]
367
+ os: [linux]
368
+
369
+ '@esbuild/linux-ppc64@0.25.12':
370
+ resolution: {integrity: sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==}
371
+ engines: {node: '>=18'}
372
+ cpu: [ppc64]
373
+ os: [linux]
374
+
375
+ '@esbuild/linux-riscv64@0.25.12':
376
+ resolution: {integrity: sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==}
377
+ engines: {node: '>=18'}
378
+ cpu: [riscv64]
379
+ os: [linux]
380
+
381
+ '@esbuild/linux-s390x@0.25.12':
382
+ resolution: {integrity: sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==}
383
+ engines: {node: '>=18'}
384
+ cpu: [s390x]
385
+ os: [linux]
386
+
387
+ '@esbuild/linux-x64@0.25.12':
388
+ resolution: {integrity: sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==}
389
+ engines: {node: '>=18'}
390
+ cpu: [x64]
391
+ os: [linux]
392
+
393
+ '@esbuild/netbsd-arm64@0.25.12':
394
+ resolution: {integrity: sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==}
395
+ engines: {node: '>=18'}
396
+ cpu: [arm64]
397
+ os: [netbsd]
398
+
399
+ '@esbuild/netbsd-x64@0.25.12':
400
+ resolution: {integrity: sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==}
401
+ engines: {node: '>=18'}
402
+ cpu: [x64]
403
+ os: [netbsd]
404
+
405
+ '@esbuild/openbsd-arm64@0.25.12':
406
+ resolution: {integrity: sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==}
407
+ engines: {node: '>=18'}
408
+ cpu: [arm64]
409
+ os: [openbsd]
410
+
411
+ '@esbuild/openbsd-x64@0.25.12':
412
+ resolution: {integrity: sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==}
413
+ engines: {node: '>=18'}
414
+ cpu: [x64]
415
+ os: [openbsd]
416
+
417
+ '@esbuild/openharmony-arm64@0.25.12':
418
+ resolution: {integrity: sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==}
419
+ engines: {node: '>=18'}
420
+ cpu: [arm64]
421
+ os: [openharmony]
422
+
423
+ '@esbuild/sunos-x64@0.25.12':
424
+ resolution: {integrity: sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==}
425
+ engines: {node: '>=18'}
426
+ cpu: [x64]
427
+ os: [sunos]
428
+
429
+ '@esbuild/win32-arm64@0.25.12':
430
+ resolution: {integrity: sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==}
431
+ engines: {node: '>=18'}
432
+ cpu: [arm64]
433
+ os: [win32]
434
+
435
+ '@esbuild/win32-ia32@0.25.12':
436
+ resolution: {integrity: sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==}
437
+ engines: {node: '>=18'}
438
+ cpu: [ia32]
439
+ os: [win32]
440
+
441
+ '@esbuild/win32-x64@0.25.12':
442
+ resolution: {integrity: sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==}
443
+ engines: {node: '>=18'}
444
+ cpu: [x64]
445
+ os: [win32]
446
+
447
+ '@exodus/schemasafe@1.3.0':
448
+ resolution: {integrity: sha512-5Aap/GaRupgNx/feGBwLLTVv8OQFfv3pq2lPRzPg9R+IOBnDgghTGW7l7EuVXOvg5cc/xSAlRW8rBrjIC3Nvqw==}
449
+
450
+ '@hookform/resolvers@5.2.2':
451
+ resolution: {integrity: sha512-A/IxlMLShx3KjV/HeTcTfaMxdwy690+L/ZADoeaTltLx+CVuzkeVIPuybK3jrRfw7YZnmdKsVVHAlEPIAEUNlA==}
452
+ peerDependencies:
453
+ react-hook-form: ^7.55.0
454
+
455
+ '@humanwhocodes/momoa@2.0.4':
456
+ resolution: {integrity: sha512-RE815I4arJFtt+FVeU1Tgp9/Xvecacji8w/V6XtXsWWH/wz/eNkNbhb+ny/+PlVZjV0rxQpRSQKNKE3lcktHEA==}
457
+ engines: {node: '>=10.10.0'}
458
+
459
+ '@jridgewell/gen-mapping@0.3.13':
460
+ resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
461
+
462
+ '@jridgewell/remapping@2.3.5':
463
+ resolution: {integrity: sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==}
464
+
465
+ '@jridgewell/resolve-uri@3.1.2':
466
+ resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
467
+ engines: {node: '>=6.0.0'}
468
+
469
+ '@jridgewell/sourcemap-codec@1.5.5':
470
+ resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
471
+
472
+ '@jridgewell/trace-mapping@0.3.31':
473
+ resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
474
+
475
+ '@jsep-plugin/assignment@1.3.0':
476
+ resolution: {integrity: sha512-VVgV+CXrhbMI3aSusQyclHkenWSAm95WaiKrMxRFam3JSUiIaQjoMIw2sEs/OX4XifnqeQUN4DYbJjlA8EfktQ==}
477
+ engines: {node: '>= 10.16.0'}
478
+ peerDependencies:
479
+ jsep: ^0.4.0||^1.0.0
480
+
481
+ '@jsep-plugin/regex@1.0.4':
482
+ resolution: {integrity: sha512-q7qL4Mgjs1vByCaTnDFcBnV9HS7GVPJX5vyVoCgZHNSC9rjwIlmbXG5sUuorR5ndfHAIlJ8pVStxvjXHbNvtUg==}
483
+ engines: {node: '>= 10.16.0'}
484
+ peerDependencies:
485
+ jsep: ^0.4.0||^1.0.0
486
+
487
+ '@kubb/cli@4.5.9':
488
+ resolution: {integrity: sha512-/eILKQ+LwCcd7PH0w99TqzCQE/iUAS+nw5ImlW1koCVSCEvWXvA3SosGG5sFySfp0WAalvZsn0S6h7ZauW7Rjw==}
489
+ engines: {node: '>=20'}
490
+ hasBin: true
491
+
492
+ '@kubb/core@4.5.9':
493
+ resolution: {integrity: sha512-x0wL9vmS5zF9QJKLHv5fo/vdgAYELj5KLwr/nQpoy7etUJsclKWsitRy2FNRY7Yd2dFhHzkhSZT5nB4f3P17lw==}
494
+ engines: {node: '>=20'}
495
+ peerDependencies:
496
+ '@kubb/react-fabric': 0.3.1
497
+
498
+ '@kubb/fabric-core@0.3.1':
499
+ resolution: {integrity: sha512-COlTF4tApbDtQIL/bDHjgFFywoLTRyTn0sbhu9ujGtBJg7v1p8ul9h9NumHOTSrwOap61z3fe/VHw8JzvRQb2w==}
500
+ engines: {node: '>=20'}
501
+
502
+ '@kubb/oas@4.5.9':
503
+ resolution: {integrity: sha512-erHoetKlV/tCZezslRJHGIDmbCcvtVSAvgpupVlyyJLqadGMf7BdTCLJeo9nn7H79OBAnEvZMAOE+sD/oJa8pw==}
504
+ engines: {node: '>=20'}
505
+
506
+ '@kubb/plugin-client@4.5.9':
507
+ resolution: {integrity: sha512-uVXWbSv5OTsF/091u/X4V1MK7WCEz/O/K6P5gLxyIeJtcmec4HpyO+AkMuV7uF7ad+yK3vCSKzs9w0J89I/vxQ==}
508
+ engines: {node: '>=20'}
509
+ peerDependencies:
510
+ '@kubb/react-fabric': 0.3.1
511
+ axios: ^1.7.2
512
+ peerDependenciesMeta:
513
+ axios:
514
+ optional: true
515
+
516
+ '@kubb/plugin-oas@4.5.9':
517
+ resolution: {integrity: sha512-0PrUgGSJVmWEGxyKmpNzHeHtoO1b1GmoD0jHbgQPs5Jc5hnLdpg2MupQF2uTz/MkWyeumlLXowlkfotmXmxpyQ==}
518
+ engines: {node: '>=20'}
519
+ peerDependencies:
520
+ '@kubb/react-fabric': 0.3.1
521
+
522
+ '@kubb/plugin-swr@4.5.9':
523
+ resolution: {integrity: sha512-kW6l+K7ZCoPjHvvl95Jy4sXM3p7bjryHOvav9Tt7kleHyRt3f9zS9JYcKtOhDQnGzB2Im1uVZ6hBXQgGx7g//g==}
524
+ engines: {node: '>=20'}
525
+ peerDependencies:
526
+ '@kubb/react-fabric': 0.3.1
527
+
528
+ '@kubb/plugin-ts@4.5.9':
529
+ resolution: {integrity: sha512-5maiZaRZ/hLi615gqW8M44dnxoFn36ssGPYB3mIHVb7L3XI/rnHhh3qqd5iCnxp93ex4SpLY7lPLiDiTgWP/YA==}
530
+ engines: {node: '>=20'}
531
+ peerDependencies:
532
+ '@kubb/react-fabric': 0.3.1
533
+
534
+ '@kubb/plugin-zod@4.5.9':
535
+ resolution: {integrity: sha512-jJWADdikAnWvgCIYb4TzcKJM7E7NY5ZzGqZI+02MPOI+/32Q+ocX3jvveo+ZTn4eOKMpae9T6RSTCTYefCg9Eg==}
536
+ engines: {node: '>=20'}
537
+
538
+ '@kubb/react-fabric@0.3.1':
539
+ resolution: {integrity: sha512-IDOcwKsgHYHbKgwLpqhMWYZ5kI7N4t2e6kkEE3OiyWFlj/ufDeknciVfUB0B1Fs/N1uPcpHfCHA324zwxRwCSw==}
540
+ engines: {node: '>=20'}
541
+
542
+ '@pnpm/config.env-replace@1.1.0':
543
+ resolution: {integrity: sha512-htyl8TWnKL7K/ESFa1oW2UB5lVDxuF5DpM7tBi6Hu2LNL3mWkIzNLG6N4zoCUP1lCKNxWy/3iu8mS8MvToGd6w==}
544
+ engines: {node: '>=12.22.0'}
545
+
546
+ '@pnpm/network.ca-file@1.0.2':
547
+ resolution: {integrity: sha512-YcPQ8a0jwYU9bTdJDpXjMi7Brhkr1mXsXrUJvjqM2mQDgkRiz8jFaQGOdaLxgjtUfQgZhKy/O3cG/YwmgKaxLA==}
548
+ engines: {node: '>=12.22.0'}
549
+
550
+ '@pnpm/npm-conf@2.3.1':
551
+ resolution: {integrity: sha512-c83qWb22rNRuB0UaVCI0uRPNRr8Z0FWnEIvT47jiHAmOIUHbBOg5XvV7pM5x+rKn9HRpjxquDbXYSXr3fAKFcw==}
552
+ engines: {node: '>=12'}
553
+
554
+ '@readme/better-ajv-errors@2.4.0':
555
+ resolution: {integrity: sha512-9WODaOAKSl/mU+MYNZ2aHCrkoRSvmQ+1YkLj589OEqqjOAhbn8j7Z+ilYoiTu/he6X63/clsxxAB4qny9/dDzg==}
556
+ engines: {node: '>=18'}
557
+ peerDependencies:
558
+ ajv: 4.11.8 - 8
559
+
560
+ '@readme/http-status-codes@7.2.0':
561
+ resolution: {integrity: sha512-/dBh9qw3QhJYqlGwt2I+KUP/lQ6nytdCx3aq+GpMUhibLHF3O7fwoowNcTwlbnwtyJ+TJYTIIrp3oVUlRNx3fA==}
562
+
563
+ '@readme/openapi-parser@5.2.1':
564
+ resolution: {integrity: sha512-dyRrGM2ZW+imhDkA8pcq4ChKDAFvhVf15hS+UEqrjdfQzN8r4ekUTtL5k0/4izfUork/rd8T+e/pbYOYk67Pnw==}
565
+ engines: {node: '>=20'}
566
+ peerDependencies:
567
+ openapi-types: '>=7'
568
+
569
+ '@readme/openapi-schemas@3.1.0':
570
+ resolution: {integrity: sha512-9FC/6ho8uFa8fV50+FPy/ngWN53jaUu4GRXlAjcxIRrzhltJnpKkBG2Tp0IDraFJeWrOpk84RJ9EMEEYzaI1Bw==}
571
+ engines: {node: '>=18'}
572
+
573
+ '@readme/postman-to-openapi@4.1.0':
574
+ resolution: {integrity: sha512-VvV2Hzjskz01m8doSn7Ypt6cSZzgjnypVqXy1ipThbyYD6SGiM74VSePXykOODj/43Y2m6zeYedPk/ZLts/HvQ==}
575
+ engines: {node: '>=14'}
576
+
577
+ '@redocly/ajv@8.17.1':
578
+ resolution: {integrity: sha512-EDtsGZS964mf9zAUXAl9Ew16eYbeyAFWhsPr0fX6oaJxgd8rApYlPBf0joyhnUHz88WxrigyFtTaqqzXNzPgqw==}
579
+
580
+ '@redocly/config@0.38.0':
581
+ resolution: {integrity: sha512-kSgMG3rRzgXIP/6gWMRuWbu9/ms0Cyuphcx19dPR9qlgc1tt9IKYPsFQ+KhJuEtqd3bcY/+Uflysf33dQkZWVQ==}
582
+
583
+ '@redocly/openapi-core@2.11.1':
584
+ resolution: {integrity: sha512-FVCDnZxaoUJwLQxfW4inCojxUO56J3ntu7dDAE2qyWd6tJBK45CnXMQQUxpqeRTeXROr3jYQoApAw+GCEnyBeg==}
585
+ engines: {node: '>=22.12.0 || >=20.19.0 <21.0.0', npm: '>=10'}
586
+
587
+ '@rolldown/pluginutils@1.0.0-beta.43':
588
+ resolution: {integrity: sha512-5Uxg7fQUCmfhax7FJke2+8B6cqgeUJUD9o2uXIKXhD+mG0mL6NObmVoi9wXEU1tY89mZKgAYA6fTbftx3q2ZPQ==}
589
+
590
+ '@rollup/rollup-android-arm-eabi@4.53.0':
591
+ resolution: {integrity: sha512-MX3DD/o2W36nlgQb8KA5QtUw/bK5aR9YDzNmX1PRHZAa6LF/MQCWMN477CgBMg8gH1vEiEZsjWRIZeL/7ttUVA==}
592
+ cpu: [arm]
593
+ os: [android]
594
+
595
+ '@rollup/rollup-android-arm64@4.53.0':
596
+ resolution: {integrity: sha512-U4/R8ZvikDYLkl+hyAGP23SRHp3LwYSRy9SvJqsnva7TYLhVMy39RTVCYn1DdRNxXl1CyCQgE/mXKm9jaQT4ig==}
597
+ cpu: [arm64]
598
+ os: [android]
599
+
600
+ '@rollup/rollup-darwin-arm64@4.53.0':
601
+ resolution: {integrity: sha512-nBG2BXRU3ifdK0HdqBKaT5VI6ScoIpABYZ+dWwQkIOYd8Suo4iykgPikjhsTd7NeHgJJ3OqlKYCcNkZtB1iLVQ==}
602
+ cpu: [arm64]
603
+ os: [darwin]
604
+
605
+ '@rollup/rollup-darwin-x64@4.53.0':
606
+ resolution: {integrity: sha512-QuZ5hYStB/vW7b8zQYtdIPpIfNNlUXtGk8zVTkoTMKzMhE2/6tVvcCWqdWqCVhx6eguJJjKjtZ9lAAG/D3yNeA==}
607
+ cpu: [x64]
608
+ os: [darwin]
609
+
610
+ '@rollup/rollup-freebsd-arm64@4.53.0':
611
+ resolution: {integrity: sha512-4yYPm1PJwK/HKI4FzElAPj2EAAFaaLUWzXV3S3edKy71JcEVzBCpgaXyEcDh3blBIjLml+aMkj6HEVGSuzpz+g==}
612
+ cpu: [arm64]
613
+ os: [freebsd]
614
+
615
+ '@rollup/rollup-freebsd-x64@4.53.0':
616
+ resolution: {integrity: sha512-1SvE5euwWV8JqFc4zEAqHbJbf2yJl00EoHVcnlFqLzjrIExYttLxfZeMDIXY6Yx+bskphrQakpChZKzE2JECEg==}
617
+ cpu: [x64]
618
+ os: [freebsd]
619
+
620
+ '@rollup/rollup-linux-arm-gnueabihf@4.53.0':
621
+ resolution: {integrity: sha512-9tS4QyfU5NF5CdUugEi7kWbcGD7pbu6Fm8SunuePH6beeQgtcRZ9K9KVwKHEgfBHeeyrr5OvfV1qWs7PMDOf5w==}
622
+ cpu: [arm]
623
+ os: [linux]
624
+
625
+ '@rollup/rollup-linux-arm-musleabihf@4.53.0':
626
+ resolution: {integrity: sha512-U+0ovxGU9bVJIHfW+oALpHd0ho1YDwhj0yHASDzIj+bOeo+VzEpNtHxcjhFab0YcHUorIMoqyxckC98+81oTJw==}
627
+ cpu: [arm]
628
+ os: [linux]
629
+
630
+ '@rollup/rollup-linux-arm64-gnu@4.53.0':
631
+ resolution: {integrity: sha512-Cp/TQ+wLjRTqTuiVwLz4XPZMo3ROl7EJYMF8HhMp8Uf+9kOOATB3/p4gGZPpuQ4BP7qEXG29ET24u9+F0ERYkQ==}
632
+ cpu: [arm64]
633
+ os: [linux]
634
+
635
+ '@rollup/rollup-linux-arm64-musl@4.53.0':
636
+ resolution: {integrity: sha512-SuGoAwhsSonrSTEZTiQOGC3+XZfq7rc/qAdAOBrYYIp8pu+Wh4EFFXl6+QYYNbNrHL3DnVoWACLwnfwlTa0neA==}
637
+ cpu: [arm64]
638
+ os: [linux]
639
+
640
+ '@rollup/rollup-linux-loong64-gnu@4.53.0':
641
+ resolution: {integrity: sha512-EOKej1x0WoePnJWfg7ZbnUqiuiQunshzsKZSIfTHFDiCY9pnsr3Weit1GjcpGnun7H5HuRREqkT2c9CcKxNwSg==}
642
+ cpu: [loong64]
643
+ os: [linux]
644
+
645
+ '@rollup/rollup-linux-ppc64-gnu@4.53.0':
646
+ resolution: {integrity: sha512-YAvv2aMFlfiawJ97lutomuehG2Yowd4YgsAqI85XNiMK9eBA1vEMZHt3BShg8cUvak71BM+VFRHddqc+OrRdVA==}
647
+ cpu: [ppc64]
648
+ os: [linux]
649
+
650
+ '@rollup/rollup-linux-riscv64-gnu@4.53.0':
651
+ resolution: {integrity: sha512-DxZe/sMVaqN+s5kVk3Iq619Rgyl1JCTob7xOLSNC84mbzg3NYTSheqqrtVllYjLYo4wm9YyqjVS57miuzNyXbQ==}
652
+ cpu: [riscv64]
653
+ os: [linux]
654
+
655
+ '@rollup/rollup-linux-riscv64-musl@4.53.0':
656
+ resolution: {integrity: sha512-N7+iZ0jEhwLY1FEsjbCR9lAxIZP0k+3Cghx9vSQWn+rcW8SgN8VcCmwJDoPDaGKTzWWB791U1s79BSLnEhUa0Q==}
657
+ cpu: [riscv64]
658
+ os: [linux]
659
+
660
+ '@rollup/rollup-linux-s390x-gnu@4.53.0':
661
+ resolution: {integrity: sha512-MA/NVneZyIskjvXdh2NR9YcPi7eHWBlQOWP2X8OymzyeUEB0JfUpmbKQZngHmOlyleV2IoR5nHIgMSRjLskOnA==}
662
+ cpu: [s390x]
663
+ os: [linux]
664
+
665
+ '@rollup/rollup-linux-x64-gnu@4.53.0':
666
+ resolution: {integrity: sha512-iYEYzYpfaSCkunVD0LOYrD9OMc357be7+rBuCxW1qvsjCGl+95iWnYAFfyEoxAm6koasNN3tFxFYze5MKl5S3A==}
667
+ cpu: [x64]
668
+ os: [linux]
669
+
670
+ '@rollup/rollup-linux-x64-musl@4.53.0':
671
+ resolution: {integrity: sha512-FoRekOqhRUKbJMsB5LvhQchDeFeNlS6UGUwi0p3860sxE4zE+lp07FnkuR+yQH0rSn6iLXsnr44jnorgl8mGlQ==}
672
+ cpu: [x64]
673
+ os: [linux]
674
+
675
+ '@rollup/rollup-openharmony-arm64@4.53.0':
676
+ resolution: {integrity: sha512-mEN2k1zKO5PUzW8W15hKpLh+zZI2by1onX2GfI93OekGbKN5aTjWGo7yAjwRZLjhAgs2UQcXmEWbIw0R5B4RnQ==}
677
+ cpu: [arm64]
678
+ os: [openharmony]
679
+
680
+ '@rollup/rollup-win32-arm64-msvc@4.53.0':
681
+ resolution: {integrity: sha512-V1dEKUXqevG0wxo6ysGrL7g2T6tndmo6Uqw5vzOqCXv+DHc8m0RRgcCm+96iigDniwpvV6o4HZtkRUnuTz9XiA==}
682
+ cpu: [arm64]
683
+ os: [win32]
684
+
685
+ '@rollup/rollup-win32-ia32-msvc@4.53.0':
686
+ resolution: {integrity: sha512-93mJ8Hm9+vbhtu+A1VtmwptSqCYojtMQkBGDjLytCWC8muxmZLGo/MA/4CMAWf6+QpKlxTTMDAHdTC+kxn9ZcQ==}
687
+ cpu: [ia32]
688
+ os: [win32]
689
+
690
+ '@rollup/rollup-win32-x64-gnu@4.53.0':
691
+ resolution: {integrity: sha512-1OrYs0p/deXEFLUW1gvyjIabmsJKY3I/9fCUA1K6demaNc4iEhXDW6RnyPv/BWqb7NRmQ9+i+SKoi1HgJxWcwg==}
692
+ cpu: [x64]
693
+ os: [win32]
694
+
695
+ '@rollup/rollup-win32-x64-msvc@4.53.0':
696
+ resolution: {integrity: sha512-xtSei8paPcLy3GzeeOjoRrllJn6EN8PB+/bXnhZ4R0AaviJsRwtKxFZRVnfFXNZTTp0nLeDo+BcEuIfdZS14/A==}
697
+ cpu: [x64]
698
+ os: [win32]
699
+
700
+ '@sec-ant/readable-stream@0.4.1':
701
+ resolution: {integrity: sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==}
702
+
703
+ '@sindresorhus/merge-streams@4.0.0':
704
+ resolution: {integrity: sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==}
705
+ engines: {node: '>=18'}
706
+
707
+ '@standard-schema/utils@0.3.0':
708
+ resolution: {integrity: sha512-e7Mew686owMaPJVNNLs55PUvgz371nKgwsc4vxE49zsODpJEnxgxRo2y/OKrqueavXgZNMDVj3DdHFlaSAeU8g==}
709
+
710
+ '@stoplight/ordered-object-literal@1.0.5':
711
+ resolution: {integrity: sha512-COTiuCU5bgMUtbIFBuyyh2/yVVzlr5Om0v5utQDgBCuQUOPgU1DwoffkTfg4UBQOvByi5foF4w4T+H9CoRe5wg==}
712
+ engines: {node: '>=8'}
713
+
714
+ '@stoplight/types@14.1.1':
715
+ resolution: {integrity: sha512-/kjtr+0t0tjKr+heVfviO9FrU/uGLc+QNX3fHJc19xsCNYqU7lVhaXxDmEID9BZTjG+/r9pK9xP/xU02XGg65g==}
716
+ engines: {node: ^12.20 || >=14.13}
717
+
718
+ '@stoplight/yaml-ast-parser@0.0.50':
719
+ resolution: {integrity: sha512-Pb6M8TDO9DtSVla9yXSTAxmo9GVEouq5P40DWXdOie69bXogZTkgvopCq+yEvTMA0F6PEvdJmbtTV3ccIp11VQ==}
720
+
721
+ '@stoplight/yaml@4.3.0':
722
+ resolution: {integrity: sha512-JZlVFE6/dYpP9tQmV0/ADfn32L9uFarHWxfcRhReKUnljz1ZiUM5zpX+PH8h5CJs6lao3TuFqnPm9IJJCEkE2w==}
723
+ engines: {node: '>=10.8'}
724
+
725
+ '@tanstack/history@1.133.28':
726
+ resolution: {integrity: sha512-B7+x7eP2FFvi3fgd3rNH9o/Eixt+pp0zCIdGhnQbAJjFrlwIKGjGnwyJjhWJ5fMQlGks/E2LdDTqEV4W9Plx7g==}
727
+ engines: {node: '>=12'}
728
+
729
+ '@tanstack/react-router@1.134.13':
730
+ resolution: {integrity: sha512-pPo56X5r0/oL+cNk6c2D/qvAW+ScCJe7tX1MCR15OuTvLLsc31W2Fw3gXpQFY8ZvqcP7DmHBvL+rgfRQvtZ6nQ==}
731
+ engines: {node: '>=12'}
732
+ peerDependencies:
733
+ react: '>=18.0.0 || >=19.0.0'
734
+ react-dom: '>=18.0.0 || >=19.0.0'
735
+
736
+ '@tanstack/react-store@0.8.0':
737
+ resolution: {integrity: sha512-1vG9beLIuB7q69skxK9r5xiLN3ztzIPfSQSs0GfeqWGO2tGIyInZx0x1COhpx97RKaONSoAb8C3dxacWksm1ow==}
738
+ peerDependencies:
739
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
740
+ react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
741
+
742
+ '@tanstack/router-core@1.134.13':
743
+ resolution: {integrity: sha512-C6UwtUPtnWqfktnDONTvzmYjsb6N3Lv94YyYd1S5xPpYNi5O5YFU3HST52EpbP6B3kZ77DlxjO7Bbpq3fyX+OA==}
744
+ engines: {node: '>=12'}
745
+
746
+ '@tanstack/router-generator@1.134.14':
747
+ resolution: {integrity: sha512-RA5KW+wpM0cTSkerIC07J1+9B419mqBsW/dMlLWKmGj1vQCVQOOQPq8qAPGyP9jggaUwA2c3Zz786mefrIbqZg==}
748
+ engines: {node: '>=12'}
749
+
750
+ '@tanstack/router-plugin@1.134.14':
751
+ resolution: {integrity: sha512-vWrCnoGr1CT6pbQrGcNdo2LFBu8YuRrv6F6uc7f9Km+cvUc+XI0bhjRP49+sXsrWkg0un3mBV59zhOrAy9N8/A==}
752
+ engines: {node: '>=12'}
753
+ peerDependencies:
754
+ '@rsbuild/core': '>=1.0.2'
755
+ '@tanstack/react-router': ^1.134.13
756
+ vite: '>=5.0.0 || >=6.0.0 || >=7.0.0'
757
+ vite-plugin-solid: ^2.11.10
758
+ webpack: '>=5.92.0'
759
+ peerDependenciesMeta:
760
+ '@rsbuild/core':
761
+ optional: true
762
+ '@tanstack/react-router':
763
+ optional: true
764
+ vite:
765
+ optional: true
766
+ vite-plugin-solid:
767
+ optional: true
768
+ webpack:
769
+ optional: true
770
+
771
+ '@tanstack/router-utils@1.133.19':
772
+ resolution: {integrity: sha512-WEp5D2gPxvlLDRXwD/fV7RXjYtqaqJNXKB/L6OyZEbT+9BG/Ib2d7oG9GSUZNNMGPGYAlhBUOi3xutySsk6rxA==}
773
+ engines: {node: '>=12'}
774
+
775
+ '@tanstack/store@0.8.0':
776
+ resolution: {integrity: sha512-Om+BO0YfMZe//X2z0uLF2j+75nQga6TpTJgLJQBiq85aOyZNIhkCgleNcud2KQg4k4v9Y9l+Uhru3qWMPGTOzQ==}
777
+
778
+ '@tanstack/virtual-file-routes@1.133.19':
779
+ resolution: {integrity: sha512-IKwZENsK7owmW1Lm5FhuHegY/SyQ8KqtL/7mTSnzoKJgfzhrrf9qwKB1rmkKkt+svUuy/Zw3uVEpZtUzQruWtA==}
780
+ engines: {node: '>=12'}
781
+
782
+ '@types/babel__core@7.20.5':
783
+ resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==}
784
+
785
+ '@types/babel__generator@7.27.0':
786
+ resolution: {integrity: sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==}
787
+
788
+ '@types/babel__template@7.4.4':
789
+ resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==}
790
+
791
+ '@types/babel__traverse@7.28.0':
792
+ resolution: {integrity: sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==}
793
+
794
+ '@types/estree@1.0.8':
795
+ resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
796
+
797
+ '@types/json-schema@7.0.15':
798
+ resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
799
+
800
+ '@types/node@24.10.0':
801
+ resolution: {integrity: sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==}
802
+
803
+ '@types/react-dom@19.2.2':
804
+ resolution: {integrity: sha512-9KQPoO6mZCi7jcIStSnlOWn2nEF3mNmyr3rIAsGnAbQKYbRLyqmeSc39EVgtxXVia+LMT8j3knZLAZAh+xLmrw==}
805
+ peerDependencies:
806
+ '@types/react': ^19.2.0
807
+
808
+ '@types/react@19.2.2':
809
+ resolution: {integrity: sha512-6mDvHUFSjyT2B2yeNx2nUgMxh9LtOWvkhIU3uePn2I2oyNymUAX1NIsdgviM4CH+JSrp2D2hsMvJOkxY+0wNRA==}
810
+
811
+ '@types/tinycolor2@1.4.6':
812
+ resolution: {integrity: sha512-iEN8J0BoMnsWBqjVbWH/c0G0Hh7O21lpR2/+PrvAVgWdzL7eexIFm4JN/Wn10PTcmNdtS6U67r499mlWMXOxNw==}
813
+
814
+ '@vitejs/plugin-react@5.1.0':
815
+ resolution: {integrity: sha512-4LuWrg7EKWgQaMJfnN+wcmbAW+VSsCmqGohftWjuct47bv8uE4n/nPpq4XjJPsxgq00GGG5J8dvBczp8uxScew==}
816
+ engines: {node: ^20.19.0 || >=22.12.0}
817
+ peerDependencies:
818
+ vite: ^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0
819
+
820
+ acorn@8.15.0:
821
+ resolution: {integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==}
822
+ engines: {node: '>=0.4.0'}
823
+ hasBin: true
824
+
825
+ ajv-draft-04@1.0.0:
826
+ resolution: {integrity: sha512-mv00Te6nmYbRp5DCwclxtt7yV/joXJPGS7nM+97GdxvuttCOfgI3K4U25zboyeX0O+myI8ERluxQe5wljMmVIw==}
827
+ peerDependencies:
828
+ ajv: ^8.5.0
829
+ peerDependenciesMeta:
830
+ ajv:
831
+ optional: true
832
+
833
+ ajv-formats@2.1.1:
834
+ resolution: {integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==}
835
+ peerDependencies:
836
+ ajv: ^8.0.0
837
+ peerDependenciesMeta:
838
+ ajv:
839
+ optional: true
840
+
841
+ ajv@8.17.1:
842
+ resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==}
843
+
844
+ ansi-regex@5.0.1:
845
+ resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
846
+ engines: {node: '>=8'}
847
+
848
+ ansi-styles@4.3.0:
849
+ resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
850
+ engines: {node: '>=8'}
851
+
852
+ ansis@4.2.0:
853
+ resolution: {integrity: sha512-HqZ5rWlFjGiV0tDm3UxxgNRqsOTniqoKZu0pIAfh7TZQMGuZK+hH0drySty0si0QXj1ieop4+SkSfPZBPPkHig==}
854
+ engines: {node: '>=14'}
855
+
856
+ anymatch@3.1.3:
857
+ resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==}
858
+ engines: {node: '>= 8'}
859
+
860
+ argparse@2.0.1:
861
+ resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
862
+
863
+ ast-types@0.16.1:
864
+ resolution: {integrity: sha512-6t10qk83GOG8p0vKmaCr8eiilZwO171AvbROMtvvNiwrTly62t+7XkA8RdIIVbpMhCASAsxgAzdRSwh6nw/5Dg==}
865
+ engines: {node: '>=4'}
866
+
867
+ babel-dead-code-elimination@1.0.10:
868
+ resolution: {integrity: sha512-DV5bdJZTzZ0zn0DC24v3jD7Mnidh6xhKa4GfKCbq3sfW8kaWhDdZjP3i81geA8T33tdYqWKw4D3fVv0CwEgKVA==}
869
+
870
+ balanced-match@1.0.2:
871
+ resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
872
+
873
+ baseline-browser-mapping@2.8.25:
874
+ resolution: {integrity: sha512-2NovHVesVF5TXefsGX1yzx1xgr7+m9JQenvz6FQY3qd+YXkKkYiv+vTCc7OriP9mcDZpTC5mAOYN4ocd29+erA==}
875
+ hasBin: true
876
+
877
+ binary-extensions@2.3.0:
878
+ resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==}
879
+ engines: {node: '>=8'}
880
+
881
+ brace-expansion@1.1.12:
882
+ resolution: {integrity: sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==}
883
+
884
+ braces@3.0.3:
885
+ resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
886
+ engines: {node: '>=8'}
887
+
888
+ browserslist@4.27.0:
889
+ resolution: {integrity: sha512-AXVQwdhot1eqLihwasPElhX2tAZiBjWdJ9i/Zcj2S6QYIjkx62OKSfnobkriB81C3l4w0rVy3Nt4jaTBltYEpw==}
890
+ engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
891
+ hasBin: true
892
+
893
+ bytes@3.0.0:
894
+ resolution: {integrity: sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==}
895
+ engines: {node: '>= 0.8'}
896
+
897
+ call-me-maybe@1.0.2:
898
+ resolution: {integrity: sha512-HpX65o1Hnr9HH25ojC1YGs7HCQLq0GCOibSaWER0eNpgJ/Z1MZv2mTc7+xh6WOPxbRVcmgbv4hGU+uSQ/2xFZQ==}
899
+
900
+ callsites@3.1.0:
901
+ resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
902
+ engines: {node: '>=6'}
903
+
904
+ camelcase@8.0.0:
905
+ resolution: {integrity: sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==}
906
+ engines: {node: '>=16'}
907
+
908
+ caniuse-lite@1.0.30001754:
909
+ resolution: {integrity: sha512-x6OeBXueoAceOmotzx3PO4Zpt4rzpeIFsSr6AAePTZxSkXiYDUmpypEl7e2+8NCd9bD7bXjqyef8CJYPC1jfxg==}
910
+
911
+ chalk@5.6.2:
912
+ resolution: {integrity: sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==}
913
+ engines: {node: ^12.17.0 || ^14.13 || >=16.0.0}
914
+
915
+ chokidar@3.6.0:
916
+ resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==}
917
+ engines: {node: '>= 8.10.0'}
918
+
919
+ chokidar@4.0.3:
920
+ resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==}
921
+ engines: {node: '>= 14.16.0'}
922
+
923
+ citty@0.1.6:
924
+ resolution: {integrity: sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==}
925
+
926
+ cli-progress@3.12.0:
927
+ resolution: {integrity: sha512-tRkV3HJ1ASwm19THiiLIXLO7Im7wlTuKnvkYaTkyoAPefqjNg7W7DHKUlGRxy9vxDvbyCYQkQozvptuMkGCg8A==}
928
+ engines: {node: '>=4'}
929
+
930
+ cliui@8.0.1:
931
+ resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==}
932
+ engines: {node: '>=12'}
933
+
934
+ color-convert@2.0.1:
935
+ resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
936
+ engines: {node: '>=7.0.0'}
937
+
938
+ color-name@1.1.4:
939
+ resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
940
+
941
+ colorette@1.4.0:
942
+ resolution: {integrity: sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==}
943
+
944
+ compute-gcd@1.2.1:
945
+ resolution: {integrity: sha512-TwMbxBNz0l71+8Sc4czv13h4kEqnchV9igQZBi6QUaz09dnz13juGnnaWWJTRsP3brxOoxeB4SA2WELLw1hCtg==}
946
+
947
+ compute-lcm@1.1.2:
948
+ resolution: {integrity: sha512-OFNPdQAXnQhDSKioX8/XYT6sdUlXwpeMjfd6ApxMJfyZ4GxmLR1xvMERctlYhlHwIiz6CSpBc2+qYKjHGZw4TQ==}
949
+
950
+ concat-map@0.0.1:
951
+ resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
952
+
953
+ config-chain@1.1.13:
954
+ resolution: {integrity: sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==}
955
+
956
+ consola@3.4.2:
957
+ resolution: {integrity: sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==}
958
+ engines: {node: ^14.18.0 || >=16.10.0}
959
+
960
+ content-disposition@0.5.2:
961
+ resolution: {integrity: sha512-kRGRZw3bLlFISDBgwTSA1TMBFN6J6GWDeubmDE3AF+3+yXL8hTWv8r5rkLbqYXY4RjPk/EzHnClI3zQf1cFmHA==}
962
+ engines: {node: '>= 0.6'}
963
+
964
+ convert-source-map@2.0.0:
965
+ resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
966
+
967
+ cookie-es@2.0.0:
968
+ resolution: {integrity: sha512-RAj4E421UYRgqokKUmotqAwuplYw15qtdXfY+hGzgCJ/MBjCVZcSoHK/kH9kocfjRjcDME7IiDWR/1WX1TM2Pg==}
969
+
970
+ cosmiconfig@9.0.0:
971
+ resolution: {integrity: sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==}
972
+ engines: {node: '>=14'}
973
+ peerDependencies:
974
+ typescript: '>=4.9.5'
975
+ peerDependenciesMeta:
976
+ typescript:
977
+ optional: true
978
+
979
+ cross-spawn@7.0.6:
980
+ resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
981
+ engines: {node: '>= 8'}
982
+
983
+ csstype@3.1.3:
984
+ resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==}
985
+
986
+ d@1.0.2:
987
+ resolution: {integrity: sha512-MOqHvMWF9/9MX6nza0KgvFH4HpMU0EF5uUDXqX/BtxtU8NfB0QzRtJ8Oe/6SuS4kbhyzVJwjd97EA4PKrzJ8bw==}
988
+ engines: {node: '>=0.12'}
989
+
990
+ debug@4.4.3:
991
+ resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
992
+ engines: {node: '>=6.0'}
993
+ peerDependencies:
994
+ supports-color: '*'
995
+ peerDependenciesMeta:
996
+ supports-color:
997
+ optional: true
998
+
999
+ dedent@1.7.0:
1000
+ resolution: {integrity: sha512-HGFtf8yhuhGhqO07SV79tRp+br4MnbdjeVxotpn1QBl30pcLLCQjX5b2295ll0fv8RKDKsmWYrl05usHM9CewQ==}
1001
+ peerDependencies:
1002
+ babel-plugin-macros: ^3.1.0
1003
+ peerDependenciesMeta:
1004
+ babel-plugin-macros:
1005
+ optional: true
1006
+
1007
+ deep-extend@0.6.0:
1008
+ resolution: {integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==}
1009
+ engines: {node: '>=4.0.0'}
1010
+
1011
+ dequal@2.0.3:
1012
+ resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==}
1013
+ engines: {node: '>=6'}
1014
+
1015
+ diff@8.0.2:
1016
+ resolution: {integrity: sha512-sSuxWU5j5SR9QQji/o2qMvqRNYRDOcBTgsJ/DeCf4iSN4gW+gNMXM7wFIP+fdXZxoNiAnHUTGjCr+TSWXdRDKg==}
1017
+ engines: {node: '>=0.3.1'}
1018
+
1019
+ electron-to-chromium@1.5.248:
1020
+ resolution: {integrity: sha512-zsur2yunphlyAO4gIubdJEXCK6KOVvtpiuDfCIqbM9FjcnMYiyn0ICa3hWfPr0nc41zcLWobgy1iL7VvoOyA2Q==}
1021
+
1022
+ emoji-regex@8.0.0:
1023
+ resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
1024
+
1025
+ env-paths@2.2.1:
1026
+ resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==}
1027
+ engines: {node: '>=6'}
1028
+
1029
+ error-ex@1.3.4:
1030
+ resolution: {integrity: sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==}
1031
+
1032
+ es5-ext@0.10.64:
1033
+ resolution: {integrity: sha512-p2snDhiLaXe6dahss1LddxqEm+SkuDvV8dnIQG0MWjyHpcMNfXKPE+/Cc0y+PhxJX3A4xGNeFCj5oc0BUh6deg==}
1034
+ engines: {node: '>=0.10'}
1035
+
1036
+ es6-iterator@2.0.3:
1037
+ resolution: {integrity: sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==}
1038
+
1039
+ es6-promise@3.3.1:
1040
+ resolution: {integrity: sha512-SOp9Phqvqn7jtEUxPWdWfWoLmyt2VaJ6MpvP9Comy1MceMXqE6bxvaTu4iaxpYYPzhny28Lc+M87/c2cPK6lDg==}
1041
+
1042
+ es6-symbol@3.1.4:
1043
+ resolution: {integrity: sha512-U9bFFjX8tFiATgtkJ1zg25+KviIXpgRvRHS8sau3GfhVzThRQrOeksPeT0BWW2MNZs1OEWJ1DPXOQMn0KKRkvg==}
1044
+ engines: {node: '>=0.12'}
1045
+
1046
+ es6-weak-map@2.0.3:
1047
+ resolution: {integrity: sha512-p5um32HOTO1kP+w7PRnB+5lQ43Z6muuMuIMffvDN8ZB4GcnjLBV6zGStpbASIMk4DCAvEaamhe2zhyCb/QXXsA==}
1048
+
1049
+ esbuild@0.25.12:
1050
+ resolution: {integrity: sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==}
1051
+ engines: {node: '>=18'}
1052
+ hasBin: true
1053
+
1054
+ escalade@3.2.0:
1055
+ resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
1056
+ engines: {node: '>=6'}
1057
+
1058
+ esniff@2.0.1:
1059
+ resolution: {integrity: sha512-kTUIGKQ/mDPFoJ0oVfcmyJn4iBDRptjNVIzwIFR7tqWXdVI9xfA2RMwY/gbSpJG3lkdWNEjLap/NqVHZiJsdfg==}
1060
+ engines: {node: '>=0.10'}
1061
+
1062
+ esprima@4.0.1:
1063
+ resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==}
1064
+ engines: {node: '>=4'}
1065
+ hasBin: true
1066
+
1067
+ event-emitter@0.3.5:
1068
+ resolution: {integrity: sha512-D9rRn9y7kLPnJ+hMq7S/nhvoKwwvVJahBi2BPmx3bvbsEdK3W9ii8cBSGjP+72/LnM4n6fo3+dkCX5FeTQruXA==}
1069
+
1070
+ execa@9.6.0:
1071
+ resolution: {integrity: sha512-jpWzZ1ZhwUmeWRhS7Qv3mhpOhLfwI+uAX4e5fOcXqwMR7EcJ0pj2kV1CVzHVMX/LphnKWD3LObjZCoJ71lKpHw==}
1072
+ engines: {node: ^18.19.0 || >=20.5.0}
1073
+
1074
+ ext@1.7.0:
1075
+ resolution: {integrity: sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==}
1076
+
1077
+ fast-deep-equal@3.1.3:
1078
+ resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
1079
+
1080
+ fast-safe-stringify@2.1.1:
1081
+ resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==}
1082
+
1083
+ fast-uri@3.1.0:
1084
+ resolution: {integrity: sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==}
1085
+
1086
+ fdir@6.5.0:
1087
+ resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
1088
+ engines: {node: '>=12.0.0'}
1089
+ peerDependencies:
1090
+ picomatch: ^3 || ^4
1091
+ peerDependenciesMeta:
1092
+ picomatch:
1093
+ optional: true
1094
+
1095
+ figures@6.1.0:
1096
+ resolution: {integrity: sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==}
1097
+ engines: {node: '>=18'}
1098
+
1099
+ fill-range@7.1.1:
1100
+ resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
1101
+ engines: {node: '>=8'}
1102
+
1103
+ find-up@7.0.0:
1104
+ resolution: {integrity: sha512-YyZM99iHrqLKjmt4LJDj58KI+fYyufRLBSYcqycxf//KpBk9FoewoGX0450m9nB44qrZnovzC2oeP5hUibxc/g==}
1105
+ engines: {node: '>=18'}
1106
+
1107
+ fs-extra@11.3.2:
1108
+ resolution: {integrity: sha512-Xr9F6z6up6Ws+NjzMCZc6WXg2YFRlrLP9NQDO3VQrWrfiojdhS56TzueT88ze0uBdCTwEIhQ3ptnmKeWGFAe0A==}
1109
+ engines: {node: '>=14.14'}
1110
+
1111
+ fsevents@2.3.3:
1112
+ resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
1113
+ engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
1114
+ os: [darwin]
1115
+
1116
+ gensync@1.0.0-beta.2:
1117
+ resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
1118
+ engines: {node: '>=6.9.0'}
1119
+
1120
+ get-caller-file@2.0.5:
1121
+ resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==}
1122
+ engines: {node: 6.* || 8.* || >= 10.*}
1123
+
1124
+ get-stream@9.0.1:
1125
+ resolution: {integrity: sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==}
1126
+ engines: {node: '>=18'}
1127
+
1128
+ get-tsconfig@4.13.0:
1129
+ resolution: {integrity: sha512-1VKTZJCwBrvbd+Wn3AOgQP/2Av+TfTCOlE4AcRJE72W1ksZXbAx8PPBR9RzgTeSPzlPMHrbANMH3LbltH73wxQ==}
1130
+
1131
+ glob-parent@5.1.2:
1132
+ resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
1133
+ engines: {node: '>= 6'}
1134
+
1135
+ globrex@0.1.2:
1136
+ resolution: {integrity: sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==}
1137
+
1138
+ graceful-fs@4.2.10:
1139
+ resolution: {integrity: sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==}
1140
+
1141
+ graceful-fs@4.2.11:
1142
+ resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
1143
+
1144
+ gradient-string@3.0.0:
1145
+ resolution: {integrity: sha512-frdKI4Qi8Ihp4C6wZNB565de/THpIaw3DjP5ku87M+N9rNSGmPTjfkq61SdRXB7eCaL8O1hkKDvf6CDMtOzIAg==}
1146
+ engines: {node: '>=14'}
1147
+
1148
+ hotscript@1.0.13:
1149
+ resolution: {integrity: sha512-C++tTF1GqkGYecL+2S1wJTfoH6APGAsbb7PAWQ3iVIwgG/EFseAfEVOKFgAFq4yK3+6j1EjUD4UQ9dRJHX/sSQ==}
1150
+
1151
+ http2-client@1.3.5:
1152
+ resolution: {integrity: sha512-EC2utToWl4RKfs5zd36Mxq7nzHHBuomZboI0yYL6Y0RmBgT7Sgkq4rQ0ezFTYoIsSs7Tm9SJe+o2FcAg6GBhGA==}
1153
+
1154
+ human-signals@8.0.1:
1155
+ resolution: {integrity: sha512-eKCa6bwnJhvxj14kZk5NCPc6Hb6BdsU9DZcOnmQKSnO1VKrfV0zCvtttPZUsBvjmNDn8rpcJfpwSYnHBjc95MQ==}
1156
+ engines: {node: '>=18.18.0'}
1157
+
1158
+ import-fresh@3.3.1:
1159
+ resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==}
1160
+ engines: {node: '>=6'}
1161
+
1162
+ indent-string@5.0.0:
1163
+ resolution: {integrity: sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==}
1164
+ engines: {node: '>=12'}
1165
+
1166
+ ini@1.3.8:
1167
+ resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==}
1168
+
1169
+ is-arrayish@0.2.1:
1170
+ resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==}
1171
+
1172
+ is-binary-path@2.1.0:
1173
+ resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==}
1174
+ engines: {node: '>=8'}
1175
+
1176
+ is-extglob@2.1.1:
1177
+ resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
1178
+ engines: {node: '>=0.10.0'}
1179
+
1180
+ is-fullwidth-code-point@3.0.0:
1181
+ resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==}
1182
+ engines: {node: '>=8'}
1183
+
1184
+ is-glob@4.0.3:
1185
+ resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
1186
+ engines: {node: '>=0.10.0'}
1187
+
1188
+ is-number@7.0.0:
1189
+ resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
1190
+ engines: {node: '>=0.12.0'}
1191
+
1192
+ is-plain-obj@4.1.0:
1193
+ resolution: {integrity: sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==}
1194
+ engines: {node: '>=12'}
1195
+
1196
+ is-promise@2.2.2:
1197
+ resolution: {integrity: sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==}
1198
+
1199
+ is-stream@4.0.1:
1200
+ resolution: {integrity: sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==}
1201
+ engines: {node: '>=18'}
1202
+
1203
+ is-unicode-supported@2.1.0:
1204
+ resolution: {integrity: sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==}
1205
+ engines: {node: '>=18'}
1206
+
1207
+ isbot@5.1.32:
1208
+ resolution: {integrity: sha512-VNfjM73zz2IBZmdShMfAUg10prm6t7HFUQmNAEOAVS4YH92ZrZcvkMcGX6cIgBJAzWDzPent/EeAtYEHNPNPBQ==}
1209
+ engines: {node: '>=18'}
1210
+
1211
+ isexe@2.0.0:
1212
+ resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
1213
+
1214
+ jiti@2.6.1:
1215
+ resolution: {integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==}
1216
+ hasBin: true
1217
+
1218
+ js-levenshtein@1.1.6:
1219
+ resolution: {integrity: sha512-X2BB11YZtrRqY4EnQcLX5Rh373zbK4alC1FW7D7MBhL2gtcC17cTnr6DmfHZeS0s2rTHjUTMMHfG7gO8SSdw+g==}
1220
+ engines: {node: '>=0.10.0'}
1221
+
1222
+ js-runtime@0.0.8:
1223
+ resolution: {integrity: sha512-/nxfuHRkzajgNgGP/7j2A9y8k54XtTWizq+vEGrWh3eBWlSqFhwgToXHAGZeHX3wRMTC3VFBw1iVeemlX4qxZw==}
1224
+ engines: {node: '>=18', pnpm: '>=8.3.0'}
1225
+
1226
+ js-tokens@4.0.0:
1227
+ resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
1228
+
1229
+ js-yaml@4.1.1:
1230
+ resolution: {integrity: sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==}
1231
+ hasBin: true
1232
+
1233
+ jsep@1.4.0:
1234
+ resolution: {integrity: sha512-B7qPcEVE3NVkmSJbaYxvv4cHkVW7DQsZz13pUMrfS8z8Q/BuShN+gcTXrUlPiGqM2/t/EEaI030bpxMqY8gMlw==}
1235
+ engines: {node: '>= 10.16.0'}
1236
+
1237
+ jsesc@3.1.0:
1238
+ resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==}
1239
+ engines: {node: '>=6'}
1240
+ hasBin: true
1241
+
1242
+ json-parse-even-better-errors@2.3.1:
1243
+ resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==}
1244
+
1245
+ json-schema-compare@0.2.2:
1246
+ resolution: {integrity: sha512-c4WYmDKyJXhs7WWvAWm3uIYnfyWFoIp+JEoX34rctVvEkMYCPGhXtvmFFXiffBbxfZsvQ0RNnV5H7GvDF5HCqQ==}
1247
+
1248
+ json-schema-merge-allof@0.8.1:
1249
+ resolution: {integrity: sha512-CTUKmIlPJbsWfzRRnOXz+0MjIqvnleIXwFTzz+t9T86HnYX/Rozria6ZVGLktAU9e+NygNljveP+yxqtQp/Q4w==}
1250
+ engines: {node: '>=12.0.0'}
1251
+
1252
+ json-schema-to-ts@2.7.2:
1253
+ resolution: {integrity: sha512-R1JfqKqbBR4qE8UyBR56Ms30LL62/nlhoz+1UkfI/VE7p54Awu919FZ6ZUPG8zIa3XB65usPJgr1ONVncUGSaQ==}
1254
+ engines: {node: '>=16'}
1255
+
1256
+ json-schema-to-ts@3.1.1:
1257
+ resolution: {integrity: sha512-+DWg8jCJG2TEnpy7kOm/7/AxaYoaRbjVB4LFZLySZlWn8exGs3A4OLJR966cVvU26N7X9TWxl+Jsw7dzAqKT6g==}
1258
+ engines: {node: '>=16'}
1259
+
1260
+ json-schema-traverse@1.0.0:
1261
+ resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==}
1262
+
1263
+ json5@2.2.3:
1264
+ resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
1265
+ engines: {node: '>=6'}
1266
+ hasBin: true
1267
+
1268
+ jsonc-parser@3.2.0:
1269
+ resolution: {integrity: sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==}
1270
+
1271
+ jsonfile@6.2.0:
1272
+ resolution: {integrity: sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==}
1273
+
1274
+ jsonpath-plus@10.3.0:
1275
+ resolution: {integrity: sha512-8TNmfeTCk2Le33A3vRRwtuworG/L5RrgMvdjhKZxvyShO+mBu2fP50OWUjRLNtvw344DdDarFh9buFAZs5ujeA==}
1276
+ engines: {node: '>=18.0.0'}
1277
+ hasBin: true
1278
+
1279
+ jsonpointer@5.0.1:
1280
+ resolution: {integrity: sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==}
1281
+ engines: {node: '>=0.10.0'}
1282
+
1283
+ ky@1.14.0:
1284
+ resolution: {integrity: sha512-Rczb6FMM6JT0lvrOlP5WUOCB7s9XKxzwgErzhKlKde1bEV90FXplV1o87fpt4PU/asJFiqjYJxAJyzJhcrxOsQ==}
1285
+ engines: {node: '>=18'}
1286
+
1287
+ latest-version@9.0.0:
1288
+ resolution: {integrity: sha512-7W0vV3rqv5tokqkBAFV1LbR7HPOWzXQDpDgEuib/aJ1jsZZx6x3c2mBI+TJhJzOhkGeaLbCKEHXEXLfirtG2JA==}
1289
+ engines: {node: '>=18'}
1290
+
1291
+ leven@3.1.0:
1292
+ resolution: {integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==}
1293
+ engines: {node: '>=6'}
1294
+
1295
+ lines-and-columns@1.2.4:
1296
+ resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
1297
+
1298
+ locate-path@7.2.0:
1299
+ resolution: {integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==}
1300
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
1301
+
1302
+ lodash.camelcase@4.3.0:
1303
+ resolution: {integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==}
1304
+
1305
+ lodash@4.17.21:
1306
+ resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
1307
+
1308
+ lru-cache@5.1.1:
1309
+ resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
1310
+
1311
+ lru-queue@0.1.0:
1312
+ resolution: {integrity: sha512-BpdYkt9EvGl8OfWHDQPISVpcl5xZthb+XPsbELj5AQXxIC8IriDZIQYjBJPEm5rS420sjZ0TLEzRcq5KdBhYrQ==}
1313
+
1314
+ marked@4.3.0:
1315
+ resolution: {integrity: sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==}
1316
+ engines: {node: '>= 12'}
1317
+ hasBin: true
1318
+
1319
+ memoizee@0.4.17:
1320
+ resolution: {integrity: sha512-DGqD7Hjpi/1or4F/aYAspXKNm5Yili0QDAFAY4QYvpqpgiY6+1jOfqpmByzjxbWd/T9mChbCArXAbDAsTm5oXA==}
1321
+ engines: {node: '>=0.12'}
1322
+
1323
+ mime-db@1.33.0:
1324
+ resolution: {integrity: sha512-BHJ/EKruNIqJf/QahvxwQZXKygOQ256myeN/Ew+THcAa5q+PjyTTMMeNQC4DZw5AwfvelsUrA6B67NKMqXDbzQ==}
1325
+ engines: {node: '>= 0.6'}
1326
+
1327
+ mime-types@2.1.18:
1328
+ resolution: {integrity: sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ==}
1329
+ engines: {node: '>= 0.6'}
1330
+
1331
+ minimatch@3.1.2:
1332
+ resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
1333
+
1334
+ minimist@1.2.8:
1335
+ resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
1336
+
1337
+ ms@2.1.3:
1338
+ resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
1339
+
1340
+ mustache@4.2.0:
1341
+ resolution: {integrity: sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==}
1342
+ hasBin: true
1343
+
1344
+ nanoid@3.3.11:
1345
+ resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
1346
+ engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
1347
+ hasBin: true
1348
+
1349
+ natural-orderby@5.0.0:
1350
+ resolution: {integrity: sha512-kKHJhxwpR/Okycz4HhQKKlhWe4ASEfPgkSWNmKFHd7+ezuQlxkA5cM3+XkBPvm1gmHen3w53qsYAv+8GwRrBlg==}
1351
+ engines: {node: '>=18'}
1352
+
1353
+ next-tick@1.1.0:
1354
+ resolution: {integrity: sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==}
1355
+
1356
+ node-fetch-h2@2.3.0:
1357
+ resolution: {integrity: sha512-ofRW94Ab0T4AOh5Fk8t0h8OBWrmjb0SSB20xh1H8YnPV9EJ+f5AMoYSUQ2zgJ4Iq2HAK0I2l5/Nequ8YzFS3Hg==}
1358
+ engines: {node: 4.x || >=6.0.0}
1359
+
1360
+ node-fetch@2.7.0:
1361
+ resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==}
1362
+ engines: {node: 4.x || >=6.0.0}
1363
+ peerDependencies:
1364
+ encoding: ^0.1.0
1365
+ peerDependenciesMeta:
1366
+ encoding:
1367
+ optional: true
1368
+
1369
+ node-readfiles@0.2.0:
1370
+ resolution: {integrity: sha512-SU00ZarexNlE4Rjdm83vglt5Y9yiQ+XI1XpflWlb7q7UTN1JUItm69xMeiQCTxtTfnzt+83T8Cx+vI2ED++VDA==}
1371
+
1372
+ node-releases@2.0.27:
1373
+ resolution: {integrity: sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==}
1374
+
1375
+ normalize-path@3.0.0:
1376
+ resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==}
1377
+ engines: {node: '>=0.10.0'}
1378
+
1379
+ npm-run-path@6.0.0:
1380
+ resolution: {integrity: sha512-9qny7Z9DsQU8Ou39ERsPU4OZQlSTP47ShQzuKZ6PRXpYLtIFgl/DEBYEXKlvcEa+9tHVcK8CF81Y2V72qaZhWA==}
1381
+ engines: {node: '>=18'}
1382
+
1383
+ oas-kit-common@1.0.8:
1384
+ resolution: {integrity: sha512-pJTS2+T0oGIwgjGpw7sIRU8RQMcUoKCDWFLdBqKB2BNmGpbBMH2sdqAaOXUg8OzonZHU0L7vfJu1mJFEiYDWOQ==}
1385
+
1386
+ oas-linter@3.2.2:
1387
+ resolution: {integrity: sha512-KEGjPDVoU5K6swgo9hJVA/qYGlwfbFx+Kg2QB/kd7rzV5N8N5Mg6PlsoCMohVnQmo+pzJap/F610qTodKzecGQ==}
1388
+
1389
+ oas-normalize@15.4.0:
1390
+ resolution: {integrity: sha512-QBOjWqeZGtRoZFa46wwsorbtawKFpLwg1xHKZIlD0mixKiewyMYXJUA9DVemyPCsZIZXWINtZr4VJbkxy73SOg==}
1391
+ engines: {node: '>=20'}
1392
+
1393
+ oas-resolver@2.5.6:
1394
+ resolution: {integrity: sha512-Yx5PWQNZomfEhPPOphFbZKi9W93CocQj18NlD2Pa4GWZzdZpSJvYwoiuurRI7m3SpcChrnO08hkuQDL3FGsVFQ==}
1395
+ hasBin: true
1396
+
1397
+ oas-schema-walker@1.1.5:
1398
+ resolution: {integrity: sha512-2yucenq1a9YPmeNExoUa9Qwrt9RFkjqaMAA1X+U7sbb0AqBeTIdMHky9SQQ6iN94bO5NW0W4TRYXerG+BdAvAQ==}
1399
+
1400
+ oas-validator@5.0.8:
1401
+ resolution: {integrity: sha512-cu20/HE5N5HKqVygs3dt94eYJfBi0TsZvPVXDhbXQHiEityDN+RROTleefoKRKKJ9dFAF2JBkDHgvWj0sjKGmw==}
1402
+
1403
+ oas@28.5.1:
1404
+ resolution: {integrity: sha512-6b/oLTcZDYE8WafiYwCXoI4AjfRTr+HKaAsCVnXRLxRnFYdywa+rYfTwIpDSyDAx6kU5LznbgYBr8AKM6fMLKQ==}
1405
+ engines: {node: '>=20'}
1406
+
1407
+ object-hash@3.0.0:
1408
+ resolution: {integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==}
1409
+ engines: {node: '>= 6'}
1410
+
1411
+ openapi-types@12.1.3:
1412
+ resolution: {integrity: sha512-N4YtSYJqghVu4iek2ZUvcN/0aqH1kRDuNqzcycDxhOUpg7GdvLa2F3DgS6yBNhInhv2r/6I0Flkn7CqL8+nIcw==}
1413
+
1414
+ p-limit@4.0.0:
1415
+ resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==}
1416
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
1417
+
1418
+ p-limit@7.2.0:
1419
+ resolution: {integrity: sha512-ATHLtwoTNDloHRFFxFJdHnG6n2WUeFjaR8XQMFdKIv0xkXjrER8/iG9iu265jOM95zXHAfv9oTkqhrfbIzosrQ==}
1420
+ engines: {node: '>=20'}
1421
+
1422
+ p-locate@6.0.0:
1423
+ resolution: {integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==}
1424
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
1425
+
1426
+ package-json@10.0.1:
1427
+ resolution: {integrity: sha512-ua1L4OgXSBdsu1FPb7F3tYH0F48a6kxvod4pLUlGY9COeJAJQNX/sNH2IiEmsxw7lqYiAwrdHMjz1FctOsyDQg==}
1428
+ engines: {node: '>=18'}
1429
+
1430
+ parent-module@1.0.1:
1431
+ resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==}
1432
+ engines: {node: '>=6'}
1433
+
1434
+ parse-json@5.2.0:
1435
+ resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==}
1436
+ engines: {node: '>=8'}
1437
+
1438
+ parse-ms@4.0.0:
1439
+ resolution: {integrity: sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==}
1440
+ engines: {node: '>=18'}
1441
+
1442
+ path-exists@5.0.0:
1443
+ resolution: {integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==}
1444
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
1445
+
1446
+ path-is-inside@1.0.2:
1447
+ resolution: {integrity: sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w==}
1448
+
1449
+ path-key@3.1.1:
1450
+ resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
1451
+ engines: {node: '>=8'}
1452
+
1453
+ path-key@4.0.0:
1454
+ resolution: {integrity: sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==}
1455
+ engines: {node: '>=12'}
1456
+
1457
+ path-to-regexp@3.3.0:
1458
+ resolution: {integrity: sha512-qyCH421YQPS2WFDxDjftfc1ZR5WKQzVzqsp4n9M2kQhVOo/ByahFoUNJfl58kOcEGfQ//7weFTDhm+ss8Ecxgw==}
1459
+
1460
+ path-to-regexp@8.3.0:
1461
+ resolution: {integrity: sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA==}
1462
+
1463
+ pathe@2.0.3:
1464
+ resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==}
1465
+
1466
+ picocolors@1.1.1:
1467
+ resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
1468
+
1469
+ picomatch@2.3.1:
1470
+ resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
1471
+ engines: {node: '>=8.6'}
1472
+
1473
+ picomatch@4.0.3:
1474
+ resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
1475
+ engines: {node: '>=12'}
1476
+
1477
+ pluralize@8.0.0:
1478
+ resolution: {integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==}
1479
+ engines: {node: '>=4'}
1480
+
1481
+ postcss@8.5.6:
1482
+ resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==}
1483
+ engines: {node: ^10 || ^12 || >=14}
1484
+
1485
+ prettier@3.6.2:
1486
+ resolution: {integrity: sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==}
1487
+ engines: {node: '>=14'}
1488
+ hasBin: true
1489
+
1490
+ pretty-bytes@7.1.0:
1491
+ resolution: {integrity: sha512-nODzvTiYVRGRqAOvE84Vk5JDPyyxsVk0/fbA/bq7RqlnhksGpset09XTxbpvLTIjoaF7K8Z8DG8yHtKGTPSYRw==}
1492
+ engines: {node: '>=20'}
1493
+
1494
+ pretty-ms@9.3.0:
1495
+ resolution: {integrity: sha512-gjVS5hOP+M3wMm5nmNOucbIrqudzs9v/57bWRHQWLYklXqoXKrVfYW2W9+glfGsqtPgpiz5WwyEEB+ksXIx3gQ==}
1496
+ engines: {node: '>=18'}
1497
+
1498
+ proto-list@1.2.4:
1499
+ resolution: {integrity: sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==}
1500
+
1501
+ range-parser@1.2.0:
1502
+ resolution: {integrity: sha512-kA5WQoNVo4t9lNx2kQNFCxKeBl5IbbSNBl1M/tLkw9WCn+hxNBAW5Qh8gdhs63CJnhjJ2zQWFoqPJP2sK1AV5A==}
1503
+ engines: {node: '>= 0.6'}
1504
+
1505
+ rc@1.2.8:
1506
+ resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==}
1507
+ hasBin: true
1508
+
1509
+ react-devtools-core@6.1.2:
1510
+ resolution: {integrity: sha512-ldFwzufLletzCikNJVYaxlxMLu7swJ3T2VrGfzXlMsVhZhPDKXA38DEROidaYZVgMAmQnIjymrmqto5pyfrwPA==}
1511
+
1512
+ react-dom@19.2.0:
1513
+ resolution: {integrity: sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ==}
1514
+ peerDependencies:
1515
+ react: ^19.2.0
1516
+
1517
+ react-hook-form@7.66.0:
1518
+ resolution: {integrity: sha512-xXBqsWGKrY46ZqaHDo+ZUYiMUgi8suYu5kdrS20EG8KiL7VRQitEbNjm+UcrDYrNi1YLyfpmAeGjCZYXLT9YBw==}
1519
+ engines: {node: '>=18.0.0'}
1520
+ peerDependencies:
1521
+ react: ^16.8.0 || ^17 || ^18 || ^19
1522
+
1523
+ react-reconciler@0.32.0:
1524
+ resolution: {integrity: sha512-2NPMOzgTlG0ZWdIf3qG+dcbLSoAc/uLfOwckc3ofy5sSK0pLJqnQLpUFxvGcN2rlXSjnVtGeeFLNimCQEj5gOQ==}
1525
+ engines: {node: '>=0.10.0'}
1526
+ peerDependencies:
1527
+ react: ^19.1.0
1528
+
1529
+ react-refresh@0.18.0:
1530
+ resolution: {integrity: sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==}
1531
+ engines: {node: '>=0.10.0'}
1532
+
1533
+ react@19.2.0:
1534
+ resolution: {integrity: sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==}
1535
+ engines: {node: '>=0.10.0'}
1536
+
1537
+ readdirp@3.6.0:
1538
+ resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==}
1539
+ engines: {node: '>=8.10.0'}
1540
+
1541
+ readdirp@4.1.2:
1542
+ resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==}
1543
+ engines: {node: '>= 14.18.0'}
1544
+
1545
+ recast@0.23.11:
1546
+ resolution: {integrity: sha512-YTUo+Flmw4ZXiWfQKGcwwc11KnoRAYgzAE2E7mXKCjSviTKShtxBsN6YUUBB2gtaBzKzeKunxhUwNHQuRryhWA==}
1547
+ engines: {node: '>= 4'}
1548
+
1549
+ reftools@1.1.9:
1550
+ resolution: {integrity: sha512-OVede/NQE13xBQ+ob5CKd5KyeJYU2YInb1bmV4nRoOfquZPkAkxuOXicSe1PvqIuZZ4kD13sPKBbR7UFDmli6w==}
1551
+
1552
+ registry-auth-token@5.1.0:
1553
+ resolution: {integrity: sha512-GdekYuwLXLxMuFTwAPg5UKGLW/UXzQrZvH/Zj791BQif5T05T0RsaLfHc9q3ZOKi7n+BoprPD9mJ0O0k4xzUlw==}
1554
+ engines: {node: '>=14'}
1555
+
1556
+ registry-url@6.0.1:
1557
+ resolution: {integrity: sha512-+crtS5QjFRqFCoQmvGduwYWEBng99ZvmFvF+cUJkGYF1L1BfU8C6Zp9T7f5vPAwyLkUExpvK+ANVZmGU49qi4Q==}
1558
+ engines: {node: '>=12'}
1559
+
1560
+ remeda@2.32.0:
1561
+ resolution: {integrity: sha512-BZx9DsT4FAgXDTOdgJIc5eY6ECIXMwtlSPQoPglF20ycSWigttDDe88AozEsPPT4OWk5NujroGSBC1phw5uU+w==}
1562
+
1563
+ remove-undefined-objects@7.0.0:
1564
+ resolution: {integrity: sha512-+9ycqqqpv6EdaOvHpyOkf81SXJ4MjARKX450Je6AmshEYeqAuiVcfbLx1coNICO3KulleXlOHd0GSHFkEdB3YQ==}
1565
+ engines: {node: '>=18'}
1566
+
1567
+ require-directory@2.1.1:
1568
+ resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==}
1569
+ engines: {node: '>=0.10.0'}
1570
+
1571
+ require-from-string@2.0.2:
1572
+ resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==}
1573
+ engines: {node: '>=0.10.0'}
1574
+
1575
+ resolve-from@4.0.0:
1576
+ resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==}
1577
+ engines: {node: '>=4'}
1578
+
1579
+ resolve-pkg-maps@1.0.0:
1580
+ resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==}
1581
+
1582
+ rollup@4.53.0:
1583
+ resolution: {integrity: sha512-43Z5T+4YTdfYkkA6CStU2DUYh7Ha9dLtvK+K3n0yEE/QS+4i28vSxrQsM59KqpvmT4tbOwJsFnRGMj/tvmQwWw==}
1584
+ engines: {node: '>=18.0.0', npm: '>=8.0.0'}
1585
+ hasBin: true
1586
+
1587
+ scheduler@0.26.0:
1588
+ resolution: {integrity: sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==}
1589
+
1590
+ scheduler@0.27.0:
1591
+ resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==}
1592
+
1593
+ seedrandom@3.0.5:
1594
+ resolution: {integrity: sha512-8OwmbklUNzwezjGInmZ+2clQmExQPvomqjL7LFqOYqtmuxRgQYqOD3mHaU+MvZn5FLUeVxVfQjwLZW/n/JFuqg==}
1595
+
1596
+ semver@6.3.1:
1597
+ resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
1598
+ hasBin: true
1599
+
1600
+ semver@7.7.3:
1601
+ resolution: {integrity: sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==}
1602
+ engines: {node: '>=10'}
1603
+ hasBin: true
1604
+
1605
+ seroval-plugins@1.3.3:
1606
+ resolution: {integrity: sha512-16OL3NnUBw8JG1jBLUoZJsLnQq0n5Ua6aHalhJK4fMQkz1lqR7Osz1sA30trBtd9VUDc2NgkuRCn8+/pBwqZ+w==}
1607
+ engines: {node: '>=10'}
1608
+ peerDependencies:
1609
+ seroval: ^1.0
1610
+
1611
+ seroval@1.3.2:
1612
+ resolution: {integrity: sha512-RbcPH1n5cfwKrru7v7+zrZvjLurgHhGyso3HTyGtRivGWgYjbOmGuivCQaORNELjNONoK35nj28EoWul9sb1zQ==}
1613
+ engines: {node: '>=10'}
1614
+
1615
+ serve-handler@6.1.6:
1616
+ resolution: {integrity: sha512-x5RL9Y2p5+Sh3D38Fh9i/iQ5ZK+e4xuXRd/pGbM4D13tgo/MGwbttUk8emytcr1YYzBYs+apnUngBDFYfpjPuQ==}
1617
+
1618
+ shebang-command@2.0.0:
1619
+ resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
1620
+ engines: {node: '>=8'}
1621
+
1622
+ shebang-regex@3.0.0:
1623
+ resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
1624
+ engines: {node: '>=8'}
1625
+
1626
+ shell-quote@1.8.3:
1627
+ resolution: {integrity: sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==}
1628
+ engines: {node: '>= 0.4'}
1629
+
1630
+ should-equal@2.0.0:
1631
+ resolution: {integrity: sha512-ZP36TMrK9euEuWQYBig9W55WPC7uo37qzAEmbjHz4gfyuXrEUgF8cUvQVO+w+d3OMfPvSRQJ22lSm8MQJ43LTA==}
1632
+
1633
+ should-format@3.0.3:
1634
+ resolution: {integrity: sha512-hZ58adtulAk0gKtua7QxevgUaXTTXxIi8t41L3zo9AHvjXO1/7sdLECuHeIN2SRtYXpNkmhoUP2pdeWgricQ+Q==}
1635
+
1636
+ should-type-adaptors@1.1.0:
1637
+ resolution: {integrity: sha512-JA4hdoLnN+kebEp2Vs8eBe9g7uy0zbRo+RMcU0EsNy+R+k049Ki+N5tT5Jagst2g7EAja+euFuoXFCa8vIklfA==}
1638
+
1639
+ should-type@1.4.0:
1640
+ resolution: {integrity: sha512-MdAsTu3n25yDbIe1NeN69G4n6mUnJGtSJHygX3+oN0ZbO3DTiATnf7XnYJdGT42JCXurTb1JI0qOBR65shvhPQ==}
1641
+
1642
+ should-util@1.0.1:
1643
+ resolution: {integrity: sha512-oXF8tfxx5cDk8r2kYqlkUJzZpDBqVY/II2WhvU0n9Y3XYvAYRmeaf1PvvIvTgPnv4KJ+ES5M0PyDq5Jp+Ygy2g==}
1644
+
1645
+ should@13.2.3:
1646
+ resolution: {integrity: sha512-ggLesLtu2xp+ZxI+ysJTmNjh2U0TsC+rQ/pfED9bUZZ4DKefP27D+7YJVVTvKsmjLpIi9jAa7itwDGkDDmt1GQ==}
1647
+
1648
+ signal-exit@4.1.0:
1649
+ resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==}
1650
+ engines: {node: '>=14'}
1651
+
1652
+ source-map-js@1.2.1:
1653
+ resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
1654
+ engines: {node: '>=0.10.0'}
1655
+
1656
+ source-map@0.6.1:
1657
+ resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
1658
+ engines: {node: '>=0.10.0'}
1659
+
1660
+ source-map@0.7.6:
1661
+ resolution: {integrity: sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==}
1662
+ engines: {node: '>= 12'}
1663
+
1664
+ string-argv@0.3.2:
1665
+ resolution: {integrity: sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==}
1666
+ engines: {node: '>=0.6.19'}
1667
+
1668
+ string-width@4.2.3:
1669
+ resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==}
1670
+ engines: {node: '>=8'}
1671
+
1672
+ strip-ansi@6.0.1:
1673
+ resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==}
1674
+ engines: {node: '>=8'}
1675
+
1676
+ strip-final-newline@4.0.0:
1677
+ resolution: {integrity: sha512-aulFJcD6YK8V1G7iRB5tigAP4TsHBZZrOV8pjV++zdUwmeV8uzbY7yn6h9MswN62adStNZFuCIx4haBnRuMDaw==}
1678
+ engines: {node: '>=18'}
1679
+
1680
+ strip-json-comments@2.0.1:
1681
+ resolution: {integrity: sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==}
1682
+ engines: {node: '>=0.10.0'}
1683
+
1684
+ swagger2openapi@7.0.8:
1685
+ resolution: {integrity: sha512-upi/0ZGkYgEcLeGieoz8gT74oWHA0E7JivX7aN9mAf+Tc7BQoRBvnIGHoPDw+f9TXTW4s6kGYCZJtauP6OYp7g==}
1686
+ hasBin: true
1687
+
1688
+ swr@2.3.6:
1689
+ resolution: {integrity: sha512-wfHRmHWk/isGNMwlLGlZX5Gzz/uTgo0o2IRuTMcf4CPuPFJZlq0rDaKUx+ozB5nBOReNV1kiOyzMfj+MBMikLw==}
1690
+ peerDependencies:
1691
+ react: ^16.11.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
1692
+
1693
+ tagged-tag@1.0.0:
1694
+ resolution: {integrity: sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==}
1695
+ engines: {node: '>=20'}
1696
+
1697
+ timers-ext@0.1.8:
1698
+ resolution: {integrity: sha512-wFH7+SEAcKfJpfLPkrgMPvvwnEtj8W4IurvEyrKsDleXnKLCDw71w8jltvfLa8Rm4qQxxT4jmDBYbJG/z7qoww==}
1699
+ engines: {node: '>=0.12'}
1700
+
1701
+ tiny-invariant@1.3.3:
1702
+ resolution: {integrity: sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==}
1703
+
1704
+ tiny-warning@1.0.3:
1705
+ resolution: {integrity: sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==}
1706
+
1707
+ tinycolor2@1.6.0:
1708
+ resolution: {integrity: sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==}
1709
+
1710
+ tinyglobby@0.2.15:
1711
+ resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==}
1712
+ engines: {node: '>=12.0.0'}
1713
+
1714
+ tinygradient@1.1.5:
1715
+ resolution: {integrity: sha512-8nIfc2vgQ4TeLnk2lFj4tRLvvJwEfQuabdsmvDdQPT0xlk9TaNtpGd6nNRxXoK6vQhN6RSzj+Cnp5tTQmpxmbw==}
1716
+
1717
+ to-regex-range@5.0.1:
1718
+ resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
1719
+ engines: {node: '>=8.0'}
1720
+
1721
+ tr46@0.0.3:
1722
+ resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==}
1723
+
1724
+ ts-algebra@1.2.2:
1725
+ resolution: {integrity: sha512-kloPhf1hq3JbCPOTYoOWDKxebWjNb2o/LKnNfkWhxVVisFFmMJPPdJeGoGmM+iRLyoXAR61e08Pb+vUXINg8aA==}
1726
+
1727
+ ts-algebra@2.0.0:
1728
+ resolution: {integrity: sha512-FPAhNPFMrkwz76P7cdjdmiShwMynZYN6SgOujD1urY4oNm80Ou9oMdmbR45LotcKOXoy7wSmHkRFE6Mxbrhefw==}
1729
+
1730
+ ts-toolbelt@9.6.0:
1731
+ resolution: {integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==}
1732
+
1733
+ tsconfck@3.1.6:
1734
+ resolution: {integrity: sha512-ks6Vjr/jEw0P1gmOVwutM3B7fWxoWBL2KRDb1JfqGVawBmO5UsvmWOQFGHBPl5yxYz4eERr19E6L7NMv+Fej4w==}
1735
+ engines: {node: ^18 || >=20}
1736
+ hasBin: true
1737
+ peerDependencies:
1738
+ typescript: ^5.0.0
1739
+ peerDependenciesMeta:
1740
+ typescript:
1741
+ optional: true
1742
+
1743
+ tslib@2.8.1:
1744
+ resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
1745
+
1746
+ tsx@4.20.6:
1747
+ resolution: {integrity: sha512-ytQKuwgmrrkDTFP4LjR0ToE2nqgy886GpvRSpU0JAnrdBYppuY5rLkRUYPU1yCryb24SsKBTL/hlDQAEFVwtZg==}
1748
+ engines: {node: '>=18.0.0'}
1749
+ hasBin: true
1750
+
1751
+ type-fest@4.41.0:
1752
+ resolution: {integrity: sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==}
1753
+ engines: {node: '>=16'}
1754
+
1755
+ type-fest@5.2.0:
1756
+ resolution: {integrity: sha512-xxCJm+Bckc6kQBknN7i9fnP/xobQRsRQxR01CztFkp/h++yfVxUUcmMgfR2HttJx/dpWjS9ubVuyspJv24Q9DA==}
1757
+ engines: {node: '>=20'}
1758
+
1759
+ type@2.7.3:
1760
+ resolution: {integrity: sha512-8j+1QmAbPvLZow5Qpi6NCaN8FB60p/6x8/vfNqOk/hC+HuvFZhL4+WfekuhQLiqFZXOgQdrs3B+XxEmCc6b3FQ==}
1761
+
1762
+ typescript@5.9.3:
1763
+ resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
1764
+ engines: {node: '>=14.17'}
1765
+ hasBin: true
1766
+
1767
+ undici-types@7.16.0:
1768
+ resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==}
1769
+
1770
+ unicorn-magic@0.1.0:
1771
+ resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==}
1772
+ engines: {node: '>=18'}
1773
+
1774
+ unicorn-magic@0.3.0:
1775
+ resolution: {integrity: sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==}
1776
+ engines: {node: '>=18'}
1777
+
1778
+ universalify@2.0.1:
1779
+ resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==}
1780
+ engines: {node: '>= 10.0.0'}
1781
+
1782
+ unplugin@2.3.10:
1783
+ resolution: {integrity: sha512-6NCPkv1ClwH+/BGE9QeoTIl09nuiAt0gS28nn1PvYXsGKRwM2TCbFA2QiilmehPDTXIe684k4rZI1yl3A1PCUw==}
1784
+ engines: {node: '>=18.12.0'}
1785
+
1786
+ update-browserslist-db@1.1.4:
1787
+ resolution: {integrity: sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==}
1788
+ hasBin: true
1789
+ peerDependencies:
1790
+ browserslist: '>= 4.21.0'
1791
+
1792
+ use-sync-external-store@1.6.0:
1793
+ resolution: {integrity: sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==}
1794
+ peerDependencies:
1795
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
1796
+
1797
+ utility-types@3.11.0:
1798
+ resolution: {integrity: sha512-6Z7Ma2aVEWisaL6TvBCy7P8rm2LQoPv6dJ7ecIaIixHcwfbJ0x7mWdbcwlIM5IGQxPZSFYeqRCqlOOeKoJYMkw==}
1799
+ engines: {node: '>= 4'}
1800
+
1801
+ validate.io-array@1.0.6:
1802
+ resolution: {integrity: sha512-DeOy7CnPEziggrOO5CZhVKJw6S3Yi7e9e65R1Nl/RTN1vTQKnzjfvks0/8kQ40FP/dsjRAOd4hxmJ7uLa6vxkg==}
1803
+
1804
+ validate.io-function@1.0.2:
1805
+ resolution: {integrity: sha512-LlFybRJEriSuBnUhQyG5bwglhh50EpTL2ul23MPIuR1odjO7XaMLFV8vHGwp7AZciFxtYOeiSCT5st+XSPONiQ==}
1806
+
1807
+ validate.io-integer-array@1.0.0:
1808
+ resolution: {integrity: sha512-mTrMk/1ytQHtCY0oNO3dztafHYyGU88KL+jRxWuzfOmQb+4qqnWmI+gykvGp8usKZOM0H7keJHEbRaFiYA0VrA==}
1809
+
1810
+ validate.io-integer@1.0.5:
1811
+ resolution: {integrity: sha512-22izsYSLojN/P6bppBqhgUDjCkr5RY2jd+N2a3DCAUey8ydvrZ/OkGvFPR7qfOpwR2LC5p4Ngzxz36g5Vgr/hQ==}
1812
+
1813
+ validate.io-number@1.0.3:
1814
+ resolution: {integrity: sha512-kRAyotcbNaSYoDnXvb4MHg/0a1egJdLwS6oJ38TJY7aw9n93Fl/3blIXdyYvPOp55CNxywooG/3BcrwNrBpcSg==}
1815
+
1816
+ vite-tsconfig-paths@5.1.4:
1817
+ resolution: {integrity: sha512-cYj0LRuLV2c2sMqhqhGpaO3LretdtMn/BVX4cPLanIZuwwrkVl+lK84E/miEXkCHWXuq65rhNN4rXsBcOB3S4w==}
1818
+ peerDependencies:
1819
+ vite: '*'
1820
+ peerDependenciesMeta:
1821
+ vite:
1822
+ optional: true
1823
+
1824
+ vite@7.2.2:
1825
+ resolution: {integrity: sha512-BxAKBWmIbrDgrokdGZH1IgkIk/5mMHDreLDmCJ0qpyJaAteP8NvMhkwr/ZCQNqNH97bw/dANTE9PDzqwJghfMQ==}
1826
+ engines: {node: ^20.19.0 || >=22.12.0}
1827
+ hasBin: true
1828
+ peerDependencies:
1829
+ '@types/node': ^20.19.0 || >=22.12.0
1830
+ jiti: '>=1.21.0'
1831
+ less: ^4.0.0
1832
+ lightningcss: ^1.21.0
1833
+ sass: ^1.70.0
1834
+ sass-embedded: ^1.70.0
1835
+ stylus: '>=0.54.8'
1836
+ sugarss: ^5.0.0
1837
+ terser: ^5.16.0
1838
+ tsx: ^4.8.1
1839
+ yaml: ^2.4.2
1840
+ peerDependenciesMeta:
1841
+ '@types/node':
1842
+ optional: true
1843
+ jiti:
1844
+ optional: true
1845
+ less:
1846
+ optional: true
1847
+ lightningcss:
1848
+ optional: true
1849
+ sass:
1850
+ optional: true
1851
+ sass-embedded:
1852
+ optional: true
1853
+ stylus:
1854
+ optional: true
1855
+ sugarss:
1856
+ optional: true
1857
+ terser:
1858
+ optional: true
1859
+ tsx:
1860
+ optional: true
1861
+ yaml:
1862
+ optional: true
1863
+
1864
+ webidl-conversions@3.0.1:
1865
+ resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==}
1866
+
1867
+ webpack-virtual-modules@0.6.2:
1868
+ resolution: {integrity: sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==}
1869
+
1870
+ whatwg-url@5.0.0:
1871
+ resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==}
1872
+
1873
+ which@2.0.2:
1874
+ resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
1875
+ engines: {node: '>= 8'}
1876
+ hasBin: true
1877
+
1878
+ wrap-ansi@7.0.0:
1879
+ resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==}
1880
+ engines: {node: '>=10'}
1881
+
1882
+ ws@7.5.10:
1883
+ resolution: {integrity: sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==}
1884
+ engines: {node: '>=8.3.0'}
1885
+ peerDependencies:
1886
+ bufferutil: ^4.0.1
1887
+ utf-8-validate: ^5.0.2
1888
+ peerDependenciesMeta:
1889
+ bufferutil:
1890
+ optional: true
1891
+ utf-8-validate:
1892
+ optional: true
1893
+
1894
+ ws@8.18.0:
1895
+ resolution: {integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==}
1896
+ engines: {node: '>=10.0.0'}
1897
+ peerDependencies:
1898
+ bufferutil: ^4.0.1
1899
+ utf-8-validate: '>=5.0.2'
1900
+ peerDependenciesMeta:
1901
+ bufferutil:
1902
+ optional: true
1903
+ utf-8-validate:
1904
+ optional: true
1905
+
1906
+ y18n@5.0.8:
1907
+ resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==}
1908
+ engines: {node: '>=10'}
1909
+
1910
+ yallist@3.1.1:
1911
+ resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
1912
+
1913
+ yaml-ast-parser@0.0.43:
1914
+ resolution: {integrity: sha512-2PTINUwsRqSd+s8XxKaJWQlUuEMHJQyEuh2edBbW8KNJz0SJPwUSD2zRWqezFEdN7IzAgeuYHFUCF7o8zRdZ0A==}
1915
+
1916
+ yaml@1.10.2:
1917
+ resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==}
1918
+ engines: {node: '>= 6'}
1919
+
1920
+ yargs-parser@21.1.1:
1921
+ resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==}
1922
+ engines: {node: '>=12'}
1923
+
1924
+ yargs@17.7.2:
1925
+ resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==}
1926
+ engines: {node: '>=12'}
1927
+
1928
+ yocto-queue@1.2.2:
1929
+ resolution: {integrity: sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ==}
1930
+ engines: {node: '>=12.20'}
1931
+
1932
+ yoctocolors@2.1.2:
1933
+ resolution: {integrity: sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug==}
1934
+ engines: {node: '>=18'}
1935
+
1936
+ zod@3.25.76:
1937
+ resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==}
1938
+
1939
+ zod@4.1.12:
1940
+ resolution: {integrity: sha512-JInaHOamG8pt5+Ey8kGmdcAcg3OL9reK8ltczgHTAwNhMys/6ThXHityHxVV2p3fkw/c+MAvBHFVYHFZDmjMCQ==}
1941
+
1942
+ snapshots:
1943
+
1944
+ '@apidevtools/json-schema-ref-parser@14.2.1(@types/json-schema@7.0.15)':
1945
+ dependencies:
1946
+ '@types/json-schema': 7.0.15
1947
+ js-yaml: 4.1.1
1948
+
1949
+ '@babel/code-frame@7.27.1':
1950
+ dependencies:
1951
+ '@babel/helper-validator-identifier': 7.28.5
1952
+ js-tokens: 4.0.0
1953
+ picocolors: 1.1.1
1954
+
1955
+ '@babel/compat-data@7.28.5': {}
1956
+
1957
+ '@babel/core@7.28.5':
1958
+ dependencies:
1959
+ '@babel/code-frame': 7.27.1
1960
+ '@babel/generator': 7.28.5
1961
+ '@babel/helper-compilation-targets': 7.27.2
1962
+ '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.5)
1963
+ '@babel/helpers': 7.28.4
1964
+ '@babel/parser': 7.28.5
1965
+ '@babel/template': 7.27.2
1966
+ '@babel/traverse': 7.28.5
1967
+ '@babel/types': 7.28.5
1968
+ '@jridgewell/remapping': 2.3.5
1969
+ convert-source-map: 2.0.0
1970
+ debug: 4.4.3
1971
+ gensync: 1.0.0-beta.2
1972
+ json5: 2.2.3
1973
+ semver: 6.3.1
1974
+ transitivePeerDependencies:
1975
+ - supports-color
1976
+
1977
+ '@babel/generator@7.28.5':
1978
+ dependencies:
1979
+ '@babel/parser': 7.28.5
1980
+ '@babel/types': 7.28.5
1981
+ '@jridgewell/gen-mapping': 0.3.13
1982
+ '@jridgewell/trace-mapping': 0.3.31
1983
+ jsesc: 3.1.0
1984
+
1985
+ '@babel/helper-annotate-as-pure@7.27.3':
1986
+ dependencies:
1987
+ '@babel/types': 7.28.5
1988
+
1989
+ '@babel/helper-compilation-targets@7.27.2':
1990
+ dependencies:
1991
+ '@babel/compat-data': 7.28.5
1992
+ '@babel/helper-validator-option': 7.27.1
1993
+ browserslist: 4.27.0
1994
+ lru-cache: 5.1.1
1995
+ semver: 6.3.1
1996
+
1997
+ '@babel/helper-create-class-features-plugin@7.28.5(@babel/core@7.28.5)':
1998
+ dependencies:
1999
+ '@babel/core': 7.28.5
2000
+ '@babel/helper-annotate-as-pure': 7.27.3
2001
+ '@babel/helper-member-expression-to-functions': 7.28.5
2002
+ '@babel/helper-optimise-call-expression': 7.27.1
2003
+ '@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.5)
2004
+ '@babel/helper-skip-transparent-expression-wrappers': 7.27.1
2005
+ '@babel/traverse': 7.28.5
2006
+ semver: 6.3.1
2007
+ transitivePeerDependencies:
2008
+ - supports-color
2009
+
2010
+ '@babel/helper-globals@7.28.0': {}
2011
+
2012
+ '@babel/helper-member-expression-to-functions@7.28.5':
2013
+ dependencies:
2014
+ '@babel/traverse': 7.28.5
2015
+ '@babel/types': 7.28.5
2016
+ transitivePeerDependencies:
2017
+ - supports-color
2018
+
2019
+ '@babel/helper-module-imports@7.27.1':
2020
+ dependencies:
2021
+ '@babel/traverse': 7.28.5
2022
+ '@babel/types': 7.28.5
2023
+ transitivePeerDependencies:
2024
+ - supports-color
2025
+
2026
+ '@babel/helper-module-transforms@7.28.3(@babel/core@7.28.5)':
2027
+ dependencies:
2028
+ '@babel/core': 7.28.5
2029
+ '@babel/helper-module-imports': 7.27.1
2030
+ '@babel/helper-validator-identifier': 7.28.5
2031
+ '@babel/traverse': 7.28.5
2032
+ transitivePeerDependencies:
2033
+ - supports-color
2034
+
2035
+ '@babel/helper-optimise-call-expression@7.27.1':
2036
+ dependencies:
2037
+ '@babel/types': 7.28.5
2038
+
2039
+ '@babel/helper-plugin-utils@7.27.1': {}
2040
+
2041
+ '@babel/helper-replace-supers@7.27.1(@babel/core@7.28.5)':
2042
+ dependencies:
2043
+ '@babel/core': 7.28.5
2044
+ '@babel/helper-member-expression-to-functions': 7.28.5
2045
+ '@babel/helper-optimise-call-expression': 7.27.1
2046
+ '@babel/traverse': 7.28.5
2047
+ transitivePeerDependencies:
2048
+ - supports-color
2049
+
2050
+ '@babel/helper-skip-transparent-expression-wrappers@7.27.1':
2051
+ dependencies:
2052
+ '@babel/traverse': 7.28.5
2053
+ '@babel/types': 7.28.5
2054
+ transitivePeerDependencies:
2055
+ - supports-color
2056
+
2057
+ '@babel/helper-string-parser@7.27.1': {}
2058
+
2059
+ '@babel/helper-validator-identifier@7.28.5': {}
2060
+
2061
+ '@babel/helper-validator-option@7.27.1': {}
2062
+
2063
+ '@babel/helpers@7.28.4':
2064
+ dependencies:
2065
+ '@babel/template': 7.27.2
2066
+ '@babel/types': 7.28.5
2067
+
2068
+ '@babel/parser@7.28.5':
2069
+ dependencies:
2070
+ '@babel/types': 7.28.5
2071
+
2072
+ '@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.28.5)':
2073
+ dependencies:
2074
+ '@babel/core': 7.28.5
2075
+ '@babel/helper-plugin-utils': 7.27.1
2076
+
2077
+ '@babel/plugin-syntax-typescript@7.27.1(@babel/core@7.28.5)':
2078
+ dependencies:
2079
+ '@babel/core': 7.28.5
2080
+ '@babel/helper-plugin-utils': 7.27.1
2081
+
2082
+ '@babel/plugin-transform-modules-commonjs@7.27.1(@babel/core@7.28.5)':
2083
+ dependencies:
2084
+ '@babel/core': 7.28.5
2085
+ '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.5)
2086
+ '@babel/helper-plugin-utils': 7.27.1
2087
+ transitivePeerDependencies:
2088
+ - supports-color
2089
+
2090
+ '@babel/plugin-transform-react-jsx-self@7.27.1(@babel/core@7.28.5)':
2091
+ dependencies:
2092
+ '@babel/core': 7.28.5
2093
+ '@babel/helper-plugin-utils': 7.27.1
2094
+
2095
+ '@babel/plugin-transform-react-jsx-source@7.27.1(@babel/core@7.28.5)':
2096
+ dependencies:
2097
+ '@babel/core': 7.28.5
2098
+ '@babel/helper-plugin-utils': 7.27.1
2099
+
2100
+ '@babel/plugin-transform-typescript@7.28.5(@babel/core@7.28.5)':
2101
+ dependencies:
2102
+ '@babel/core': 7.28.5
2103
+ '@babel/helper-annotate-as-pure': 7.27.3
2104
+ '@babel/helper-create-class-features-plugin': 7.28.5(@babel/core@7.28.5)
2105
+ '@babel/helper-plugin-utils': 7.27.1
2106
+ '@babel/helper-skip-transparent-expression-wrappers': 7.27.1
2107
+ '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.5)
2108
+ transitivePeerDependencies:
2109
+ - supports-color
2110
+
2111
+ '@babel/preset-typescript@7.28.5(@babel/core@7.28.5)':
2112
+ dependencies:
2113
+ '@babel/core': 7.28.5
2114
+ '@babel/helper-plugin-utils': 7.27.1
2115
+ '@babel/helper-validator-option': 7.27.1
2116
+ '@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.28.5)
2117
+ '@babel/plugin-transform-modules-commonjs': 7.27.1(@babel/core@7.28.5)
2118
+ '@babel/plugin-transform-typescript': 7.28.5(@babel/core@7.28.5)
2119
+ transitivePeerDependencies:
2120
+ - supports-color
2121
+
2122
+ '@babel/runtime@7.28.4': {}
2123
+
2124
+ '@babel/template@7.27.2':
2125
+ dependencies:
2126
+ '@babel/code-frame': 7.27.1
2127
+ '@babel/parser': 7.28.5
2128
+ '@babel/types': 7.28.5
2129
+
2130
+ '@babel/traverse@7.28.5':
2131
+ dependencies:
2132
+ '@babel/code-frame': 7.27.1
2133
+ '@babel/generator': 7.28.5
2134
+ '@babel/helper-globals': 7.28.0
2135
+ '@babel/parser': 7.28.5
2136
+ '@babel/template': 7.27.2
2137
+ '@babel/types': 7.28.5
2138
+ debug: 4.4.3
2139
+ transitivePeerDependencies:
2140
+ - supports-color
2141
+
2142
+ '@babel/types@7.28.5':
2143
+ dependencies:
2144
+ '@babel/helper-string-parser': 7.27.1
2145
+ '@babel/helper-validator-identifier': 7.28.5
2146
+
2147
+ '@biomejs/biome@2.3.4':
2148
+ optionalDependencies:
2149
+ '@biomejs/cli-darwin-arm64': 2.3.4
2150
+ '@biomejs/cli-darwin-x64': 2.3.4
2151
+ '@biomejs/cli-linux-arm64': 2.3.4
2152
+ '@biomejs/cli-linux-arm64-musl': 2.3.4
2153
+ '@biomejs/cli-linux-x64': 2.3.4
2154
+ '@biomejs/cli-linux-x64-musl': 2.3.4
2155
+ '@biomejs/cli-win32-arm64': 2.3.4
2156
+ '@biomejs/cli-win32-x64': 2.3.4
2157
+
2158
+ '@biomejs/cli-darwin-arm64@2.3.4':
2159
+ optional: true
2160
+
2161
+ '@biomejs/cli-darwin-x64@2.3.4':
2162
+ optional: true
2163
+
2164
+ '@biomejs/cli-linux-arm64-musl@2.3.4':
2165
+ optional: true
2166
+
2167
+ '@biomejs/cli-linux-arm64@2.3.4':
2168
+ optional: true
2169
+
2170
+ '@biomejs/cli-linux-x64-musl@2.3.4':
2171
+ optional: true
2172
+
2173
+ '@biomejs/cli-linux-x64@2.3.4':
2174
+ optional: true
2175
+
2176
+ '@biomejs/cli-win32-arm64@2.3.4':
2177
+ optional: true
2178
+
2179
+ '@biomejs/cli-win32-x64@2.3.4':
2180
+ optional: true
2181
+
2182
+ '@esbuild/aix-ppc64@0.25.12':
2183
+ optional: true
2184
+
2185
+ '@esbuild/android-arm64@0.25.12':
2186
+ optional: true
2187
+
2188
+ '@esbuild/android-arm@0.25.12':
2189
+ optional: true
2190
+
2191
+ '@esbuild/android-x64@0.25.12':
2192
+ optional: true
2193
+
2194
+ '@esbuild/darwin-arm64@0.25.12':
2195
+ optional: true
2196
+
2197
+ '@esbuild/darwin-x64@0.25.12':
2198
+ optional: true
2199
+
2200
+ '@esbuild/freebsd-arm64@0.25.12':
2201
+ optional: true
2202
+
2203
+ '@esbuild/freebsd-x64@0.25.12':
2204
+ optional: true
2205
+
2206
+ '@esbuild/linux-arm64@0.25.12':
2207
+ optional: true
2208
+
2209
+ '@esbuild/linux-arm@0.25.12':
2210
+ optional: true
2211
+
2212
+ '@esbuild/linux-ia32@0.25.12':
2213
+ optional: true
2214
+
2215
+ '@esbuild/linux-loong64@0.25.12':
2216
+ optional: true
2217
+
2218
+ '@esbuild/linux-mips64el@0.25.12':
2219
+ optional: true
2220
+
2221
+ '@esbuild/linux-ppc64@0.25.12':
2222
+ optional: true
2223
+
2224
+ '@esbuild/linux-riscv64@0.25.12':
2225
+ optional: true
2226
+
2227
+ '@esbuild/linux-s390x@0.25.12':
2228
+ optional: true
2229
+
2230
+ '@esbuild/linux-x64@0.25.12':
2231
+ optional: true
2232
+
2233
+ '@esbuild/netbsd-arm64@0.25.12':
2234
+ optional: true
2235
+
2236
+ '@esbuild/netbsd-x64@0.25.12':
2237
+ optional: true
2238
+
2239
+ '@esbuild/openbsd-arm64@0.25.12':
2240
+ optional: true
2241
+
2242
+ '@esbuild/openbsd-x64@0.25.12':
2243
+ optional: true
2244
+
2245
+ '@esbuild/openharmony-arm64@0.25.12':
2246
+ optional: true
2247
+
2248
+ '@esbuild/sunos-x64@0.25.12':
2249
+ optional: true
2250
+
2251
+ '@esbuild/win32-arm64@0.25.12':
2252
+ optional: true
2253
+
2254
+ '@esbuild/win32-ia32@0.25.12':
2255
+ optional: true
2256
+
2257
+ '@esbuild/win32-x64@0.25.12':
2258
+ optional: true
2259
+
2260
+ '@exodus/schemasafe@1.3.0': {}
2261
+
2262
+ '@hookform/resolvers@5.2.2(react-hook-form@7.66.0(react@19.2.0))':
2263
+ dependencies:
2264
+ '@standard-schema/utils': 0.3.0
2265
+ react-hook-form: 7.66.0(react@19.2.0)
2266
+
2267
+ '@humanwhocodes/momoa@2.0.4': {}
2268
+
2269
+ '@jridgewell/gen-mapping@0.3.13':
2270
+ dependencies:
2271
+ '@jridgewell/sourcemap-codec': 1.5.5
2272
+ '@jridgewell/trace-mapping': 0.3.31
2273
+
2274
+ '@jridgewell/remapping@2.3.5':
2275
+ dependencies:
2276
+ '@jridgewell/gen-mapping': 0.3.13
2277
+ '@jridgewell/trace-mapping': 0.3.31
2278
+
2279
+ '@jridgewell/resolve-uri@3.1.2': {}
2280
+
2281
+ '@jridgewell/sourcemap-codec@1.5.5': {}
2282
+
2283
+ '@jridgewell/trace-mapping@0.3.31':
2284
+ dependencies:
2285
+ '@jridgewell/resolve-uri': 3.1.2
2286
+ '@jridgewell/sourcemap-codec': 1.5.5
2287
+
2288
+ '@jsep-plugin/assignment@1.3.0(jsep@1.4.0)':
2289
+ dependencies:
2290
+ jsep: 1.4.0
2291
+
2292
+ '@jsep-plugin/regex@1.0.4(jsep@1.4.0)':
2293
+ dependencies:
2294
+ jsep: 1.4.0
2295
+
2296
+ '@kubb/cli@4.5.9(@kubb/react-fabric@0.3.1)(typescript@5.9.3)':
2297
+ dependencies:
2298
+ '@kubb/core': 4.5.9(@kubb/react-fabric@0.3.1)
2299
+ chokidar: 4.0.3
2300
+ citty: 0.1.6
2301
+ cli-progress: 3.12.0
2302
+ consola: 3.4.2
2303
+ cosmiconfig: 9.0.0(typescript@5.9.3)
2304
+ execa: 9.6.0
2305
+ gradient-string: 3.0.0
2306
+ jiti: 2.6.1
2307
+ latest-version: 9.0.0
2308
+ picocolors: 1.1.1
2309
+ semver: 7.7.3
2310
+ string-argv: 0.3.2
2311
+ transitivePeerDependencies:
2312
+ - '@kubb/react-fabric'
2313
+ - typescript
2314
+
2315
+ '@kubb/core@4.5.9(@kubb/react-fabric@0.3.1)':
2316
+ dependencies:
2317
+ '@kubb/react-fabric': 0.3.1
2318
+ camelcase: 8.0.0
2319
+ find-up: 7.0.0
2320
+ fs-extra: 11.3.2
2321
+ jiti: 2.6.1
2322
+ js-runtime: 0.0.8
2323
+ natural-orderby: 5.0.0
2324
+ object-hash: 3.0.0
2325
+ p-limit: 7.2.0
2326
+ picocolors: 1.1.1
2327
+ remeda: 2.32.0
2328
+ seedrandom: 3.0.5
2329
+ semver: 7.7.3
2330
+
2331
+ '@kubb/fabric-core@0.3.1':
2332
+ dependencies:
2333
+ cli-progress: 3.12.0
2334
+ fs-extra: 11.3.2
2335
+ natural-orderby: 5.0.0
2336
+ p-limit: 7.2.0
2337
+ serve-handler: 6.1.6
2338
+ typescript: 5.9.3
2339
+
2340
+ '@kubb/oas@4.5.9(ajv@8.17.1)':
2341
+ dependencies:
2342
+ '@redocly/openapi-core': 2.11.1(ajv@8.17.1)
2343
+ hotscript: 1.0.13
2344
+ json-schema-to-ts: 3.1.1
2345
+ jsonpointer: 5.0.1
2346
+ oas: 28.5.1
2347
+ oas-normalize: 15.4.0
2348
+ openapi-types: 12.1.3
2349
+ remeda: 2.32.0
2350
+ swagger2openapi: 7.0.8
2351
+ ts-toolbelt: 9.6.0
2352
+ transitivePeerDependencies:
2353
+ - ajv
2354
+ - encoding
2355
+
2356
+ '@kubb/plugin-client@4.5.9(@kubb/react-fabric@0.3.1)(ajv@8.17.1)':
2357
+ dependencies:
2358
+ '@kubb/core': 4.5.9(@kubb/react-fabric@0.3.1)
2359
+ '@kubb/oas': 4.5.9(ajv@8.17.1)
2360
+ '@kubb/plugin-oas': 4.5.9(@kubb/react-fabric@0.3.1)(ajv@8.17.1)
2361
+ '@kubb/plugin-ts': 4.5.9(@kubb/react-fabric@0.3.1)(ajv@8.17.1)
2362
+ '@kubb/plugin-zod': 4.5.9(ajv@8.17.1)
2363
+ '@kubb/react-fabric': 0.3.1
2364
+ jiti: 2.6.1
2365
+ transitivePeerDependencies:
2366
+ - ajv
2367
+ - babel-plugin-macros
2368
+ - bufferutil
2369
+ - encoding
2370
+ - utf-8-validate
2371
+
2372
+ '@kubb/plugin-oas@4.5.9(@kubb/react-fabric@0.3.1)(ajv@8.17.1)':
2373
+ dependencies:
2374
+ '@kubb/core': 4.5.9(@kubb/react-fabric@0.3.1)
2375
+ '@kubb/oas': 4.5.9(ajv@8.17.1)
2376
+ '@kubb/react-fabric': 0.3.1
2377
+ '@stoplight/yaml': 4.3.0
2378
+ p-limit: 7.2.0
2379
+ remeda: 2.32.0
2380
+ transitivePeerDependencies:
2381
+ - ajv
2382
+ - encoding
2383
+
2384
+ '@kubb/plugin-swr@4.5.9(@kubb/react-fabric@0.3.1)(ajv@8.17.1)':
2385
+ dependencies:
2386
+ '@kubb/core': 4.5.9(@kubb/react-fabric@0.3.1)
2387
+ '@kubb/oas': 4.5.9(ajv@8.17.1)
2388
+ '@kubb/plugin-client': 4.5.9(@kubb/react-fabric@0.3.1)(ajv@8.17.1)
2389
+ '@kubb/plugin-oas': 4.5.9(@kubb/react-fabric@0.3.1)(ajv@8.17.1)
2390
+ '@kubb/plugin-ts': 4.5.9(@kubb/react-fabric@0.3.1)(ajv@8.17.1)
2391
+ '@kubb/plugin-zod': 4.5.9(ajv@8.17.1)
2392
+ '@kubb/react-fabric': 0.3.1
2393
+ remeda: 2.32.0
2394
+ transitivePeerDependencies:
2395
+ - ajv
2396
+ - axios
2397
+ - babel-plugin-macros
2398
+ - bufferutil
2399
+ - encoding
2400
+ - utf-8-validate
2401
+
2402
+ '@kubb/plugin-ts@4.5.9(@kubb/react-fabric@0.3.1)(ajv@8.17.1)':
2403
+ dependencies:
2404
+ '@kubb/core': 4.5.9(@kubb/react-fabric@0.3.1)
2405
+ '@kubb/fabric-core': 0.3.1
2406
+ '@kubb/oas': 4.5.9(ajv@8.17.1)
2407
+ '@kubb/plugin-oas': 4.5.9(@kubb/react-fabric@0.3.1)(ajv@8.17.1)
2408
+ '@kubb/react-fabric': 0.3.1
2409
+ remeda: 2.32.0
2410
+ typescript: 5.9.3
2411
+ transitivePeerDependencies:
2412
+ - ajv
2413
+ - encoding
2414
+
2415
+ '@kubb/plugin-zod@4.5.9(ajv@8.17.1)':
2416
+ dependencies:
2417
+ '@kubb/core': 4.5.9(@kubb/react-fabric@0.3.1)
2418
+ '@kubb/oas': 4.5.9(ajv@8.17.1)
2419
+ '@kubb/plugin-oas': 4.5.9(@kubb/react-fabric@0.3.1)(ajv@8.17.1)
2420
+ '@kubb/plugin-ts': 4.5.9(@kubb/react-fabric@0.3.1)(ajv@8.17.1)
2421
+ '@kubb/react-fabric': 0.3.1
2422
+ transitivePeerDependencies:
2423
+ - ajv
2424
+ - babel-plugin-macros
2425
+ - bufferutil
2426
+ - encoding
2427
+ - utf-8-validate
2428
+
2429
+ '@kubb/react-fabric@0.3.1':
2430
+ dependencies:
2431
+ '@kubb/fabric-core': 0.3.1
2432
+ dedent: 1.7.0
2433
+ execa: 9.6.0
2434
+ indent-string: 5.0.0
2435
+ natural-orderby: 5.0.0
2436
+ react: 19.2.0
2437
+ react-devtools-core: 6.1.2
2438
+ react-reconciler: 0.32.0(react@19.2.0)
2439
+ signal-exit: 4.1.0
2440
+ ws: 8.18.0
2441
+ transitivePeerDependencies:
2442
+ - babel-plugin-macros
2443
+ - bufferutil
2444
+ - utf-8-validate
2445
+
2446
+ '@pnpm/config.env-replace@1.1.0': {}
2447
+
2448
+ '@pnpm/network.ca-file@1.0.2':
2449
+ dependencies:
2450
+ graceful-fs: 4.2.10
2451
+
2452
+ '@pnpm/npm-conf@2.3.1':
2453
+ dependencies:
2454
+ '@pnpm/config.env-replace': 1.1.0
2455
+ '@pnpm/network.ca-file': 1.0.2
2456
+ config-chain: 1.1.13
2457
+
2458
+ '@readme/better-ajv-errors@2.4.0(ajv@8.17.1)':
2459
+ dependencies:
2460
+ '@babel/code-frame': 7.27.1
2461
+ '@babel/runtime': 7.28.4
2462
+ '@humanwhocodes/momoa': 2.0.4
2463
+ ajv: 8.17.1
2464
+ jsonpointer: 5.0.1
2465
+ leven: 3.1.0
2466
+ picocolors: 1.1.1
2467
+
2468
+ '@readme/http-status-codes@7.2.0': {}
2469
+
2470
+ '@readme/openapi-parser@5.2.1(openapi-types@12.1.3)':
2471
+ dependencies:
2472
+ '@apidevtools/json-schema-ref-parser': 14.2.1(@types/json-schema@7.0.15)
2473
+ '@readme/better-ajv-errors': 2.4.0(ajv@8.17.1)
2474
+ '@readme/openapi-schemas': 3.1.0
2475
+ '@types/json-schema': 7.0.15
2476
+ ajv: 8.17.1
2477
+ ajv-draft-04: 1.0.0(ajv@8.17.1)
2478
+ openapi-types: 12.1.3
2479
+
2480
+ '@readme/openapi-schemas@3.1.0': {}
2481
+
2482
+ '@readme/postman-to-openapi@4.1.0':
2483
+ dependencies:
2484
+ '@readme/http-status-codes': 7.2.0
2485
+ js-yaml: 4.1.1
2486
+ jsonc-parser: 3.2.0
2487
+ lodash.camelcase: 4.3.0
2488
+ marked: 4.3.0
2489
+ mustache: 4.2.0
2490
+
2491
+ '@redocly/ajv@8.17.1':
2492
+ dependencies:
2493
+ fast-deep-equal: 3.1.3
2494
+ fast-uri: 3.1.0
2495
+ json-schema-traverse: 1.0.0
2496
+ require-from-string: 2.0.2
2497
+
2498
+ '@redocly/config@0.38.0':
2499
+ dependencies:
2500
+ json-schema-to-ts: 2.7.2
2501
+
2502
+ '@redocly/openapi-core@2.11.1(ajv@8.17.1)':
2503
+ dependencies:
2504
+ '@redocly/ajv': 8.17.1
2505
+ '@redocly/config': 0.38.0
2506
+ ajv-formats: 2.1.1(ajv@8.17.1)
2507
+ colorette: 1.4.0
2508
+ js-levenshtein: 1.1.6
2509
+ js-yaml: 4.1.1
2510
+ picomatch: 4.0.3
2511
+ pluralize: 8.0.0
2512
+ yaml-ast-parser: 0.0.43
2513
+ transitivePeerDependencies:
2514
+ - ajv
2515
+
2516
+ '@rolldown/pluginutils@1.0.0-beta.43': {}
2517
+
2518
+ '@rollup/rollup-android-arm-eabi@4.53.0':
2519
+ optional: true
2520
+
2521
+ '@rollup/rollup-android-arm64@4.53.0':
2522
+ optional: true
2523
+
2524
+ '@rollup/rollup-darwin-arm64@4.53.0':
2525
+ optional: true
2526
+
2527
+ '@rollup/rollup-darwin-x64@4.53.0':
2528
+ optional: true
2529
+
2530
+ '@rollup/rollup-freebsd-arm64@4.53.0':
2531
+ optional: true
2532
+
2533
+ '@rollup/rollup-freebsd-x64@4.53.0':
2534
+ optional: true
2535
+
2536
+ '@rollup/rollup-linux-arm-gnueabihf@4.53.0':
2537
+ optional: true
2538
+
2539
+ '@rollup/rollup-linux-arm-musleabihf@4.53.0':
2540
+ optional: true
2541
+
2542
+ '@rollup/rollup-linux-arm64-gnu@4.53.0':
2543
+ optional: true
2544
+
2545
+ '@rollup/rollup-linux-arm64-musl@4.53.0':
2546
+ optional: true
2547
+
2548
+ '@rollup/rollup-linux-loong64-gnu@4.53.0':
2549
+ optional: true
2550
+
2551
+ '@rollup/rollup-linux-ppc64-gnu@4.53.0':
2552
+ optional: true
2553
+
2554
+ '@rollup/rollup-linux-riscv64-gnu@4.53.0':
2555
+ optional: true
2556
+
2557
+ '@rollup/rollup-linux-riscv64-musl@4.53.0':
2558
+ optional: true
2559
+
2560
+ '@rollup/rollup-linux-s390x-gnu@4.53.0':
2561
+ optional: true
2562
+
2563
+ '@rollup/rollup-linux-x64-gnu@4.53.0':
2564
+ optional: true
2565
+
2566
+ '@rollup/rollup-linux-x64-musl@4.53.0':
2567
+ optional: true
2568
+
2569
+ '@rollup/rollup-openharmony-arm64@4.53.0':
2570
+ optional: true
2571
+
2572
+ '@rollup/rollup-win32-arm64-msvc@4.53.0':
2573
+ optional: true
2574
+
2575
+ '@rollup/rollup-win32-ia32-msvc@4.53.0':
2576
+ optional: true
2577
+
2578
+ '@rollup/rollup-win32-x64-gnu@4.53.0':
2579
+ optional: true
2580
+
2581
+ '@rollup/rollup-win32-x64-msvc@4.53.0':
2582
+ optional: true
2583
+
2584
+ '@sec-ant/readable-stream@0.4.1': {}
2585
+
2586
+ '@sindresorhus/merge-streams@4.0.0': {}
2587
+
2588
+ '@standard-schema/utils@0.3.0': {}
2589
+
2590
+ '@stoplight/ordered-object-literal@1.0.5': {}
2591
+
2592
+ '@stoplight/types@14.1.1':
2593
+ dependencies:
2594
+ '@types/json-schema': 7.0.15
2595
+ utility-types: 3.11.0
2596
+
2597
+ '@stoplight/yaml-ast-parser@0.0.50': {}
2598
+
2599
+ '@stoplight/yaml@4.3.0':
2600
+ dependencies:
2601
+ '@stoplight/ordered-object-literal': 1.0.5
2602
+ '@stoplight/types': 14.1.1
2603
+ '@stoplight/yaml-ast-parser': 0.0.50
2604
+ tslib: 2.8.1
2605
+
2606
+ '@tanstack/history@1.133.28': {}
2607
+
2608
+ '@tanstack/react-router@1.134.13(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
2609
+ dependencies:
2610
+ '@tanstack/history': 1.133.28
2611
+ '@tanstack/react-store': 0.8.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2612
+ '@tanstack/router-core': 1.134.13
2613
+ isbot: 5.1.32
2614
+ react: 19.2.0
2615
+ react-dom: 19.2.0(react@19.2.0)
2616
+ tiny-invariant: 1.3.3
2617
+ tiny-warning: 1.0.3
2618
+
2619
+ '@tanstack/react-store@0.8.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
2620
+ dependencies:
2621
+ '@tanstack/store': 0.8.0
2622
+ react: 19.2.0
2623
+ react-dom: 19.2.0(react@19.2.0)
2624
+ use-sync-external-store: 1.6.0(react@19.2.0)
2625
+
2626
+ '@tanstack/router-core@1.134.13':
2627
+ dependencies:
2628
+ '@tanstack/history': 1.133.28
2629
+ '@tanstack/store': 0.8.0
2630
+ cookie-es: 2.0.0
2631
+ seroval: 1.3.2
2632
+ seroval-plugins: 1.3.3(seroval@1.3.2)
2633
+ tiny-invariant: 1.3.3
2634
+ tiny-warning: 1.0.3
2635
+
2636
+ '@tanstack/router-generator@1.134.14':
2637
+ dependencies:
2638
+ '@tanstack/router-core': 1.134.13
2639
+ '@tanstack/router-utils': 1.133.19
2640
+ '@tanstack/virtual-file-routes': 1.133.19
2641
+ prettier: 3.6.2
2642
+ recast: 0.23.11
2643
+ source-map: 0.7.6
2644
+ tsx: 4.20.6
2645
+ zod: 3.25.76
2646
+ transitivePeerDependencies:
2647
+ - supports-color
2648
+
2649
+ '@tanstack/router-plugin@1.134.14(@tanstack/react-router@1.134.13(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(vite@7.2.2(@types/node@24.10.0)(jiti@2.6.1)(tsx@4.20.6))':
2650
+ dependencies:
2651
+ '@babel/core': 7.28.5
2652
+ '@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.28.5)
2653
+ '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.5)
2654
+ '@babel/template': 7.27.2
2655
+ '@babel/traverse': 7.28.5
2656
+ '@babel/types': 7.28.5
2657
+ '@tanstack/router-core': 1.134.13
2658
+ '@tanstack/router-generator': 1.134.14
2659
+ '@tanstack/router-utils': 1.133.19
2660
+ '@tanstack/virtual-file-routes': 1.133.19
2661
+ babel-dead-code-elimination: 1.0.10
2662
+ chokidar: 3.6.0
2663
+ unplugin: 2.3.10
2664
+ zod: 3.25.76
2665
+ optionalDependencies:
2666
+ '@tanstack/react-router': 1.134.13(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2667
+ vite: 7.2.2(@types/node@24.10.0)(jiti@2.6.1)(tsx@4.20.6)
2668
+ transitivePeerDependencies:
2669
+ - supports-color
2670
+
2671
+ '@tanstack/router-utils@1.133.19':
2672
+ dependencies:
2673
+ '@babel/core': 7.28.5
2674
+ '@babel/generator': 7.28.5
2675
+ '@babel/parser': 7.28.5
2676
+ '@babel/preset-typescript': 7.28.5(@babel/core@7.28.5)
2677
+ ansis: 4.2.0
2678
+ diff: 8.0.2
2679
+ pathe: 2.0.3
2680
+ tinyglobby: 0.2.15
2681
+ transitivePeerDependencies:
2682
+ - supports-color
2683
+
2684
+ '@tanstack/store@0.8.0': {}
2685
+
2686
+ '@tanstack/virtual-file-routes@1.133.19': {}
2687
+
2688
+ '@types/babel__core@7.20.5':
2689
+ dependencies:
2690
+ '@babel/parser': 7.28.5
2691
+ '@babel/types': 7.28.5
2692
+ '@types/babel__generator': 7.27.0
2693
+ '@types/babel__template': 7.4.4
2694
+ '@types/babel__traverse': 7.28.0
2695
+
2696
+ '@types/babel__generator@7.27.0':
2697
+ dependencies:
2698
+ '@babel/types': 7.28.5
2699
+
2700
+ '@types/babel__template@7.4.4':
2701
+ dependencies:
2702
+ '@babel/parser': 7.28.5
2703
+ '@babel/types': 7.28.5
2704
+
2705
+ '@types/babel__traverse@7.28.0':
2706
+ dependencies:
2707
+ '@babel/types': 7.28.5
2708
+
2709
+ '@types/estree@1.0.8': {}
2710
+
2711
+ '@types/json-schema@7.0.15': {}
2712
+
2713
+ '@types/node@24.10.0':
2714
+ dependencies:
2715
+ undici-types: 7.16.0
2716
+
2717
+ '@types/react-dom@19.2.2(@types/react@19.2.2)':
2718
+ dependencies:
2719
+ '@types/react': 19.2.2
2720
+
2721
+ '@types/react@19.2.2':
2722
+ dependencies:
2723
+ csstype: 3.1.3
2724
+
2725
+ '@types/tinycolor2@1.4.6': {}
2726
+
2727
+ '@vitejs/plugin-react@5.1.0(vite@7.2.2(@types/node@24.10.0)(jiti@2.6.1)(tsx@4.20.6))':
2728
+ dependencies:
2729
+ '@babel/core': 7.28.5
2730
+ '@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.28.5)
2731
+ '@babel/plugin-transform-react-jsx-source': 7.27.1(@babel/core@7.28.5)
2732
+ '@rolldown/pluginutils': 1.0.0-beta.43
2733
+ '@types/babel__core': 7.20.5
2734
+ react-refresh: 0.18.0
2735
+ vite: 7.2.2(@types/node@24.10.0)(jiti@2.6.1)(tsx@4.20.6)
2736
+ transitivePeerDependencies:
2737
+ - supports-color
2738
+
2739
+ acorn@8.15.0: {}
2740
+
2741
+ ajv-draft-04@1.0.0(ajv@8.17.1):
2742
+ optionalDependencies:
2743
+ ajv: 8.17.1
2744
+
2745
+ ajv-formats@2.1.1(ajv@8.17.1):
2746
+ optionalDependencies:
2747
+ ajv: 8.17.1
2748
+
2749
+ ajv@8.17.1:
2750
+ dependencies:
2751
+ fast-deep-equal: 3.1.3
2752
+ fast-uri: 3.1.0
2753
+ json-schema-traverse: 1.0.0
2754
+ require-from-string: 2.0.2
2755
+
2756
+ ansi-regex@5.0.1: {}
2757
+
2758
+ ansi-styles@4.3.0:
2759
+ dependencies:
2760
+ color-convert: 2.0.1
2761
+
2762
+ ansis@4.2.0: {}
2763
+
2764
+ anymatch@3.1.3:
2765
+ dependencies:
2766
+ normalize-path: 3.0.0
2767
+ picomatch: 2.3.1
2768
+
2769
+ argparse@2.0.1: {}
2770
+
2771
+ ast-types@0.16.1:
2772
+ dependencies:
2773
+ tslib: 2.8.1
2774
+
2775
+ babel-dead-code-elimination@1.0.10:
2776
+ dependencies:
2777
+ '@babel/core': 7.28.5
2778
+ '@babel/parser': 7.28.5
2779
+ '@babel/traverse': 7.28.5
2780
+ '@babel/types': 7.28.5
2781
+ transitivePeerDependencies:
2782
+ - supports-color
2783
+
2784
+ balanced-match@1.0.2: {}
2785
+
2786
+ baseline-browser-mapping@2.8.25: {}
2787
+
2788
+ binary-extensions@2.3.0: {}
2789
+
2790
+ brace-expansion@1.1.12:
2791
+ dependencies:
2792
+ balanced-match: 1.0.2
2793
+ concat-map: 0.0.1
2794
+
2795
+ braces@3.0.3:
2796
+ dependencies:
2797
+ fill-range: 7.1.1
2798
+
2799
+ browserslist@4.27.0:
2800
+ dependencies:
2801
+ baseline-browser-mapping: 2.8.25
2802
+ caniuse-lite: 1.0.30001754
2803
+ electron-to-chromium: 1.5.248
2804
+ node-releases: 2.0.27
2805
+ update-browserslist-db: 1.1.4(browserslist@4.27.0)
2806
+
2807
+ bytes@3.0.0: {}
2808
+
2809
+ call-me-maybe@1.0.2: {}
2810
+
2811
+ callsites@3.1.0: {}
2812
+
2813
+ camelcase@8.0.0: {}
2814
+
2815
+ caniuse-lite@1.0.30001754: {}
2816
+
2817
+ chalk@5.6.2: {}
2818
+
2819
+ chokidar@3.6.0:
2820
+ dependencies:
2821
+ anymatch: 3.1.3
2822
+ braces: 3.0.3
2823
+ glob-parent: 5.1.2
2824
+ is-binary-path: 2.1.0
2825
+ is-glob: 4.0.3
2826
+ normalize-path: 3.0.0
2827
+ readdirp: 3.6.0
2828
+ optionalDependencies:
2829
+ fsevents: 2.3.3
2830
+
2831
+ chokidar@4.0.3:
2832
+ dependencies:
2833
+ readdirp: 4.1.2
2834
+
2835
+ citty@0.1.6:
2836
+ dependencies:
2837
+ consola: 3.4.2
2838
+
2839
+ cli-progress@3.12.0:
2840
+ dependencies:
2841
+ string-width: 4.2.3
2842
+
2843
+ cliui@8.0.1:
2844
+ dependencies:
2845
+ string-width: 4.2.3
2846
+ strip-ansi: 6.0.1
2847
+ wrap-ansi: 7.0.0
2848
+
2849
+ color-convert@2.0.1:
2850
+ dependencies:
2851
+ color-name: 1.1.4
2852
+
2853
+ color-name@1.1.4: {}
2854
+
2855
+ colorette@1.4.0: {}
2856
+
2857
+ compute-gcd@1.2.1:
2858
+ dependencies:
2859
+ validate.io-array: 1.0.6
2860
+ validate.io-function: 1.0.2
2861
+ validate.io-integer-array: 1.0.0
2862
+
2863
+ compute-lcm@1.1.2:
2864
+ dependencies:
2865
+ compute-gcd: 1.2.1
2866
+ validate.io-array: 1.0.6
2867
+ validate.io-function: 1.0.2
2868
+ validate.io-integer-array: 1.0.0
2869
+
2870
+ concat-map@0.0.1: {}
2871
+
2872
+ config-chain@1.1.13:
2873
+ dependencies:
2874
+ ini: 1.3.8
2875
+ proto-list: 1.2.4
2876
+
2877
+ consola@3.4.2: {}
2878
+
2879
+ content-disposition@0.5.2: {}
2880
+
2881
+ convert-source-map@2.0.0: {}
2882
+
2883
+ cookie-es@2.0.0: {}
2884
+
2885
+ cosmiconfig@9.0.0(typescript@5.9.3):
2886
+ dependencies:
2887
+ env-paths: 2.2.1
2888
+ import-fresh: 3.3.1
2889
+ js-yaml: 4.1.1
2890
+ parse-json: 5.2.0
2891
+ optionalDependencies:
2892
+ typescript: 5.9.3
2893
+
2894
+ cross-spawn@7.0.6:
2895
+ dependencies:
2896
+ path-key: 3.1.1
2897
+ shebang-command: 2.0.0
2898
+ which: 2.0.2
2899
+
2900
+ csstype@3.1.3: {}
2901
+
2902
+ d@1.0.2:
2903
+ dependencies:
2904
+ es5-ext: 0.10.64
2905
+ type: 2.7.3
2906
+
2907
+ debug@4.4.3:
2908
+ dependencies:
2909
+ ms: 2.1.3
2910
+
2911
+ dedent@1.7.0: {}
2912
+
2913
+ deep-extend@0.6.0: {}
2914
+
2915
+ dequal@2.0.3: {}
2916
+
2917
+ diff@8.0.2: {}
2918
+
2919
+ electron-to-chromium@1.5.248: {}
2920
+
2921
+ emoji-regex@8.0.0: {}
2922
+
2923
+ env-paths@2.2.1: {}
2924
+
2925
+ error-ex@1.3.4:
2926
+ dependencies:
2927
+ is-arrayish: 0.2.1
2928
+
2929
+ es5-ext@0.10.64:
2930
+ dependencies:
2931
+ es6-iterator: 2.0.3
2932
+ es6-symbol: 3.1.4
2933
+ esniff: 2.0.1
2934
+ next-tick: 1.1.0
2935
+
2936
+ es6-iterator@2.0.3:
2937
+ dependencies:
2938
+ d: 1.0.2
2939
+ es5-ext: 0.10.64
2940
+ es6-symbol: 3.1.4
2941
+
2942
+ es6-promise@3.3.1: {}
2943
+
2944
+ es6-symbol@3.1.4:
2945
+ dependencies:
2946
+ d: 1.0.2
2947
+ ext: 1.7.0
2948
+
2949
+ es6-weak-map@2.0.3:
2950
+ dependencies:
2951
+ d: 1.0.2
2952
+ es5-ext: 0.10.64
2953
+ es6-iterator: 2.0.3
2954
+ es6-symbol: 3.1.4
2955
+
2956
+ esbuild@0.25.12:
2957
+ optionalDependencies:
2958
+ '@esbuild/aix-ppc64': 0.25.12
2959
+ '@esbuild/android-arm': 0.25.12
2960
+ '@esbuild/android-arm64': 0.25.12
2961
+ '@esbuild/android-x64': 0.25.12
2962
+ '@esbuild/darwin-arm64': 0.25.12
2963
+ '@esbuild/darwin-x64': 0.25.12
2964
+ '@esbuild/freebsd-arm64': 0.25.12
2965
+ '@esbuild/freebsd-x64': 0.25.12
2966
+ '@esbuild/linux-arm': 0.25.12
2967
+ '@esbuild/linux-arm64': 0.25.12
2968
+ '@esbuild/linux-ia32': 0.25.12
2969
+ '@esbuild/linux-loong64': 0.25.12
2970
+ '@esbuild/linux-mips64el': 0.25.12
2971
+ '@esbuild/linux-ppc64': 0.25.12
2972
+ '@esbuild/linux-riscv64': 0.25.12
2973
+ '@esbuild/linux-s390x': 0.25.12
2974
+ '@esbuild/linux-x64': 0.25.12
2975
+ '@esbuild/netbsd-arm64': 0.25.12
2976
+ '@esbuild/netbsd-x64': 0.25.12
2977
+ '@esbuild/openbsd-arm64': 0.25.12
2978
+ '@esbuild/openbsd-x64': 0.25.12
2979
+ '@esbuild/openharmony-arm64': 0.25.12
2980
+ '@esbuild/sunos-x64': 0.25.12
2981
+ '@esbuild/win32-arm64': 0.25.12
2982
+ '@esbuild/win32-ia32': 0.25.12
2983
+ '@esbuild/win32-x64': 0.25.12
2984
+
2985
+ escalade@3.2.0: {}
2986
+
2987
+ esniff@2.0.1:
2988
+ dependencies:
2989
+ d: 1.0.2
2990
+ es5-ext: 0.10.64
2991
+ event-emitter: 0.3.5
2992
+ type: 2.7.3
2993
+
2994
+ esprima@4.0.1: {}
2995
+
2996
+ event-emitter@0.3.5:
2997
+ dependencies:
2998
+ d: 1.0.2
2999
+ es5-ext: 0.10.64
3000
+
3001
+ execa@9.6.0:
3002
+ dependencies:
3003
+ '@sindresorhus/merge-streams': 4.0.0
3004
+ cross-spawn: 7.0.6
3005
+ figures: 6.1.0
3006
+ get-stream: 9.0.1
3007
+ human-signals: 8.0.1
3008
+ is-plain-obj: 4.1.0
3009
+ is-stream: 4.0.1
3010
+ npm-run-path: 6.0.0
3011
+ pretty-ms: 9.3.0
3012
+ signal-exit: 4.1.0
3013
+ strip-final-newline: 4.0.0
3014
+ yoctocolors: 2.1.2
3015
+
3016
+ ext@1.7.0:
3017
+ dependencies:
3018
+ type: 2.7.3
3019
+
3020
+ fast-deep-equal@3.1.3: {}
3021
+
3022
+ fast-safe-stringify@2.1.1: {}
3023
+
3024
+ fast-uri@3.1.0: {}
3025
+
3026
+ fdir@6.5.0(picomatch@4.0.3):
3027
+ optionalDependencies:
3028
+ picomatch: 4.0.3
3029
+
3030
+ figures@6.1.0:
3031
+ dependencies:
3032
+ is-unicode-supported: 2.1.0
3033
+
3034
+ fill-range@7.1.1:
3035
+ dependencies:
3036
+ to-regex-range: 5.0.1
3037
+
3038
+ find-up@7.0.0:
3039
+ dependencies:
3040
+ locate-path: 7.2.0
3041
+ path-exists: 5.0.0
3042
+ unicorn-magic: 0.1.0
3043
+
3044
+ fs-extra@11.3.2:
3045
+ dependencies:
3046
+ graceful-fs: 4.2.11
3047
+ jsonfile: 6.2.0
3048
+ universalify: 2.0.1
3049
+
3050
+ fsevents@2.3.3:
3051
+ optional: true
3052
+
3053
+ gensync@1.0.0-beta.2: {}
3054
+
3055
+ get-caller-file@2.0.5: {}
3056
+
3057
+ get-stream@9.0.1:
3058
+ dependencies:
3059
+ '@sec-ant/readable-stream': 0.4.1
3060
+ is-stream: 4.0.1
3061
+
3062
+ get-tsconfig@4.13.0:
3063
+ dependencies:
3064
+ resolve-pkg-maps: 1.0.0
3065
+
3066
+ glob-parent@5.1.2:
3067
+ dependencies:
3068
+ is-glob: 4.0.3
3069
+
3070
+ globrex@0.1.2: {}
3071
+
3072
+ graceful-fs@4.2.10: {}
3073
+
3074
+ graceful-fs@4.2.11: {}
3075
+
3076
+ gradient-string@3.0.0:
3077
+ dependencies:
3078
+ chalk: 5.6.2
3079
+ tinygradient: 1.1.5
3080
+
3081
+ hotscript@1.0.13: {}
3082
+
3083
+ http2-client@1.3.5: {}
3084
+
3085
+ human-signals@8.0.1: {}
3086
+
3087
+ import-fresh@3.3.1:
3088
+ dependencies:
3089
+ parent-module: 1.0.1
3090
+ resolve-from: 4.0.0
3091
+
3092
+ indent-string@5.0.0: {}
3093
+
3094
+ ini@1.3.8: {}
3095
+
3096
+ is-arrayish@0.2.1: {}
3097
+
3098
+ is-binary-path@2.1.0:
3099
+ dependencies:
3100
+ binary-extensions: 2.3.0
3101
+
3102
+ is-extglob@2.1.1: {}
3103
+
3104
+ is-fullwidth-code-point@3.0.0: {}
3105
+
3106
+ is-glob@4.0.3:
3107
+ dependencies:
3108
+ is-extglob: 2.1.1
3109
+
3110
+ is-number@7.0.0: {}
3111
+
3112
+ is-plain-obj@4.1.0: {}
3113
+
3114
+ is-promise@2.2.2: {}
3115
+
3116
+ is-stream@4.0.1: {}
3117
+
3118
+ is-unicode-supported@2.1.0: {}
3119
+
3120
+ isbot@5.1.32: {}
3121
+
3122
+ isexe@2.0.0: {}
3123
+
3124
+ jiti@2.6.1: {}
3125
+
3126
+ js-levenshtein@1.1.6: {}
3127
+
3128
+ js-runtime@0.0.8: {}
3129
+
3130
+ js-tokens@4.0.0: {}
3131
+
3132
+ js-yaml@4.1.1:
3133
+ dependencies:
3134
+ argparse: 2.0.1
3135
+
3136
+ jsep@1.4.0: {}
3137
+
3138
+ jsesc@3.1.0: {}
3139
+
3140
+ json-parse-even-better-errors@2.3.1: {}
3141
+
3142
+ json-schema-compare@0.2.2:
3143
+ dependencies:
3144
+ lodash: 4.17.21
3145
+
3146
+ json-schema-merge-allof@0.8.1:
3147
+ dependencies:
3148
+ compute-lcm: 1.1.2
3149
+ json-schema-compare: 0.2.2
3150
+ lodash: 4.17.21
3151
+
3152
+ json-schema-to-ts@2.7.2:
3153
+ dependencies:
3154
+ '@babel/runtime': 7.28.4
3155
+ '@types/json-schema': 7.0.15
3156
+ ts-algebra: 1.2.2
3157
+
3158
+ json-schema-to-ts@3.1.1:
3159
+ dependencies:
3160
+ '@babel/runtime': 7.28.4
3161
+ ts-algebra: 2.0.0
3162
+
3163
+ json-schema-traverse@1.0.0: {}
3164
+
3165
+ json5@2.2.3: {}
3166
+
3167
+ jsonc-parser@3.2.0: {}
3168
+
3169
+ jsonfile@6.2.0:
3170
+ dependencies:
3171
+ universalify: 2.0.1
3172
+ optionalDependencies:
3173
+ graceful-fs: 4.2.11
3174
+
3175
+ jsonpath-plus@10.3.0:
3176
+ dependencies:
3177
+ '@jsep-plugin/assignment': 1.3.0(jsep@1.4.0)
3178
+ '@jsep-plugin/regex': 1.0.4(jsep@1.4.0)
3179
+ jsep: 1.4.0
3180
+
3181
+ jsonpointer@5.0.1: {}
3182
+
3183
+ ky@1.14.0: {}
3184
+
3185
+ latest-version@9.0.0:
3186
+ dependencies:
3187
+ package-json: 10.0.1
3188
+
3189
+ leven@3.1.0: {}
3190
+
3191
+ lines-and-columns@1.2.4: {}
3192
+
3193
+ locate-path@7.2.0:
3194
+ dependencies:
3195
+ p-locate: 6.0.0
3196
+
3197
+ lodash.camelcase@4.3.0: {}
3198
+
3199
+ lodash@4.17.21: {}
3200
+
3201
+ lru-cache@5.1.1:
3202
+ dependencies:
3203
+ yallist: 3.1.1
3204
+
3205
+ lru-queue@0.1.0:
3206
+ dependencies:
3207
+ es5-ext: 0.10.64
3208
+
3209
+ marked@4.3.0: {}
3210
+
3211
+ memoizee@0.4.17:
3212
+ dependencies:
3213
+ d: 1.0.2
3214
+ es5-ext: 0.10.64
3215
+ es6-weak-map: 2.0.3
3216
+ event-emitter: 0.3.5
3217
+ is-promise: 2.2.2
3218
+ lru-queue: 0.1.0
3219
+ next-tick: 1.1.0
3220
+ timers-ext: 0.1.8
3221
+
3222
+ mime-db@1.33.0: {}
3223
+
3224
+ mime-types@2.1.18:
3225
+ dependencies:
3226
+ mime-db: 1.33.0
3227
+
3228
+ minimatch@3.1.2:
3229
+ dependencies:
3230
+ brace-expansion: 1.1.12
3231
+
3232
+ minimist@1.2.8: {}
3233
+
3234
+ ms@2.1.3: {}
3235
+
3236
+ mustache@4.2.0: {}
3237
+
3238
+ nanoid@3.3.11: {}
3239
+
3240
+ natural-orderby@5.0.0: {}
3241
+
3242
+ next-tick@1.1.0: {}
3243
+
3244
+ node-fetch-h2@2.3.0:
3245
+ dependencies:
3246
+ http2-client: 1.3.5
3247
+
3248
+ node-fetch@2.7.0:
3249
+ dependencies:
3250
+ whatwg-url: 5.0.0
3251
+
3252
+ node-readfiles@0.2.0:
3253
+ dependencies:
3254
+ es6-promise: 3.3.1
3255
+
3256
+ node-releases@2.0.27: {}
3257
+
3258
+ normalize-path@3.0.0: {}
3259
+
3260
+ npm-run-path@6.0.0:
3261
+ dependencies:
3262
+ path-key: 4.0.0
3263
+ unicorn-magic: 0.3.0
3264
+
3265
+ oas-kit-common@1.0.8:
3266
+ dependencies:
3267
+ fast-safe-stringify: 2.1.1
3268
+
3269
+ oas-linter@3.2.2:
3270
+ dependencies:
3271
+ '@exodus/schemasafe': 1.3.0
3272
+ should: 13.2.3
3273
+ yaml: 1.10.2
3274
+
3275
+ oas-normalize@15.4.0:
3276
+ dependencies:
3277
+ '@readme/openapi-parser': 5.2.1(openapi-types@12.1.3)
3278
+ '@readme/postman-to-openapi': 4.1.0
3279
+ js-yaml: 4.1.1
3280
+ openapi-types: 12.1.3
3281
+ swagger2openapi: 7.0.8
3282
+ transitivePeerDependencies:
3283
+ - encoding
3284
+
3285
+ oas-resolver@2.5.6:
3286
+ dependencies:
3287
+ node-fetch-h2: 2.3.0
3288
+ oas-kit-common: 1.0.8
3289
+ reftools: 1.1.9
3290
+ yaml: 1.10.2
3291
+ yargs: 17.7.2
3292
+
3293
+ oas-schema-walker@1.1.5: {}
3294
+
3295
+ oas-validator@5.0.8:
3296
+ dependencies:
3297
+ call-me-maybe: 1.0.2
3298
+ oas-kit-common: 1.0.8
3299
+ oas-linter: 3.2.2
3300
+ oas-resolver: 2.5.6
3301
+ oas-schema-walker: 1.1.5
3302
+ reftools: 1.1.9
3303
+ should: 13.2.3
3304
+ yaml: 1.10.2
3305
+
3306
+ oas@28.5.1:
3307
+ dependencies:
3308
+ '@readme/openapi-parser': 5.2.1(openapi-types@12.1.3)
3309
+ '@types/json-schema': 7.0.15
3310
+ json-schema-merge-allof: 0.8.1
3311
+ jsonpath-plus: 10.3.0
3312
+ jsonpointer: 5.0.1
3313
+ memoizee: 0.4.17
3314
+ openapi-types: 12.1.3
3315
+ path-to-regexp: 8.3.0
3316
+ remove-undefined-objects: 7.0.0
3317
+
3318
+ object-hash@3.0.0: {}
3319
+
3320
+ openapi-types@12.1.3: {}
3321
+
3322
+ p-limit@4.0.0:
3323
+ dependencies:
3324
+ yocto-queue: 1.2.2
3325
+
3326
+ p-limit@7.2.0:
3327
+ dependencies:
3328
+ yocto-queue: 1.2.2
3329
+
3330
+ p-locate@6.0.0:
3331
+ dependencies:
3332
+ p-limit: 4.0.0
3333
+
3334
+ package-json@10.0.1:
3335
+ dependencies:
3336
+ ky: 1.14.0
3337
+ registry-auth-token: 5.1.0
3338
+ registry-url: 6.0.1
3339
+ semver: 7.7.3
3340
+
3341
+ parent-module@1.0.1:
3342
+ dependencies:
3343
+ callsites: 3.1.0
3344
+
3345
+ parse-json@5.2.0:
3346
+ dependencies:
3347
+ '@babel/code-frame': 7.27.1
3348
+ error-ex: 1.3.4
3349
+ json-parse-even-better-errors: 2.3.1
3350
+ lines-and-columns: 1.2.4
3351
+
3352
+ parse-ms@4.0.0: {}
3353
+
3354
+ path-exists@5.0.0: {}
3355
+
3356
+ path-is-inside@1.0.2: {}
3357
+
3358
+ path-key@3.1.1: {}
3359
+
3360
+ path-key@4.0.0: {}
3361
+
3362
+ path-to-regexp@3.3.0: {}
3363
+
3364
+ path-to-regexp@8.3.0: {}
3365
+
3366
+ pathe@2.0.3: {}
3367
+
3368
+ picocolors@1.1.1: {}
3369
+
3370
+ picomatch@2.3.1: {}
3371
+
3372
+ picomatch@4.0.3: {}
3373
+
3374
+ pluralize@8.0.0: {}
3375
+
3376
+ postcss@8.5.6:
3377
+ dependencies:
3378
+ nanoid: 3.3.11
3379
+ picocolors: 1.1.1
3380
+ source-map-js: 1.2.1
3381
+
3382
+ prettier@3.6.2: {}
3383
+
3384
+ pretty-bytes@7.1.0: {}
3385
+
3386
+ pretty-ms@9.3.0:
3387
+ dependencies:
3388
+ parse-ms: 4.0.0
3389
+
3390
+ proto-list@1.2.4: {}
3391
+
3392
+ range-parser@1.2.0: {}
3393
+
3394
+ rc@1.2.8:
3395
+ dependencies:
3396
+ deep-extend: 0.6.0
3397
+ ini: 1.3.8
3398
+ minimist: 1.2.8
3399
+ strip-json-comments: 2.0.1
3400
+
3401
+ react-devtools-core@6.1.2:
3402
+ dependencies:
3403
+ shell-quote: 1.8.3
3404
+ ws: 7.5.10
3405
+ transitivePeerDependencies:
3406
+ - bufferutil
3407
+ - utf-8-validate
3408
+
3409
+ react-dom@19.2.0(react@19.2.0):
3410
+ dependencies:
3411
+ react: 19.2.0
3412
+ scheduler: 0.27.0
3413
+
3414
+ react-hook-form@7.66.0(react@19.2.0):
3415
+ dependencies:
3416
+ react: 19.2.0
3417
+
3418
+ react-reconciler@0.32.0(react@19.2.0):
3419
+ dependencies:
3420
+ react: 19.2.0
3421
+ scheduler: 0.26.0
3422
+
3423
+ react-refresh@0.18.0: {}
3424
+
3425
+ react@19.2.0: {}
3426
+
3427
+ readdirp@3.6.0:
3428
+ dependencies:
3429
+ picomatch: 2.3.1
3430
+
3431
+ readdirp@4.1.2: {}
3432
+
3433
+ recast@0.23.11:
3434
+ dependencies:
3435
+ ast-types: 0.16.1
3436
+ esprima: 4.0.1
3437
+ source-map: 0.6.1
3438
+ tiny-invariant: 1.3.3
3439
+ tslib: 2.8.1
3440
+
3441
+ reftools@1.1.9: {}
3442
+
3443
+ registry-auth-token@5.1.0:
3444
+ dependencies:
3445
+ '@pnpm/npm-conf': 2.3.1
3446
+
3447
+ registry-url@6.0.1:
3448
+ dependencies:
3449
+ rc: 1.2.8
3450
+
3451
+ remeda@2.32.0:
3452
+ dependencies:
3453
+ type-fest: 4.41.0
3454
+
3455
+ remove-undefined-objects@7.0.0: {}
3456
+
3457
+ require-directory@2.1.1: {}
3458
+
3459
+ require-from-string@2.0.2: {}
3460
+
3461
+ resolve-from@4.0.0: {}
3462
+
3463
+ resolve-pkg-maps@1.0.0: {}
3464
+
3465
+ rollup@4.53.0:
3466
+ dependencies:
3467
+ '@types/estree': 1.0.8
3468
+ optionalDependencies:
3469
+ '@rollup/rollup-android-arm-eabi': 4.53.0
3470
+ '@rollup/rollup-android-arm64': 4.53.0
3471
+ '@rollup/rollup-darwin-arm64': 4.53.0
3472
+ '@rollup/rollup-darwin-x64': 4.53.0
3473
+ '@rollup/rollup-freebsd-arm64': 4.53.0
3474
+ '@rollup/rollup-freebsd-x64': 4.53.0
3475
+ '@rollup/rollup-linux-arm-gnueabihf': 4.53.0
3476
+ '@rollup/rollup-linux-arm-musleabihf': 4.53.0
3477
+ '@rollup/rollup-linux-arm64-gnu': 4.53.0
3478
+ '@rollup/rollup-linux-arm64-musl': 4.53.0
3479
+ '@rollup/rollup-linux-loong64-gnu': 4.53.0
3480
+ '@rollup/rollup-linux-ppc64-gnu': 4.53.0
3481
+ '@rollup/rollup-linux-riscv64-gnu': 4.53.0
3482
+ '@rollup/rollup-linux-riscv64-musl': 4.53.0
3483
+ '@rollup/rollup-linux-s390x-gnu': 4.53.0
3484
+ '@rollup/rollup-linux-x64-gnu': 4.53.0
3485
+ '@rollup/rollup-linux-x64-musl': 4.53.0
3486
+ '@rollup/rollup-openharmony-arm64': 4.53.0
3487
+ '@rollup/rollup-win32-arm64-msvc': 4.53.0
3488
+ '@rollup/rollup-win32-ia32-msvc': 4.53.0
3489
+ '@rollup/rollup-win32-x64-gnu': 4.53.0
3490
+ '@rollup/rollup-win32-x64-msvc': 4.53.0
3491
+ fsevents: 2.3.3
3492
+
3493
+ scheduler@0.26.0: {}
3494
+
3495
+ scheduler@0.27.0: {}
3496
+
3497
+ seedrandom@3.0.5: {}
3498
+
3499
+ semver@6.3.1: {}
3500
+
3501
+ semver@7.7.3: {}
3502
+
3503
+ seroval-plugins@1.3.3(seroval@1.3.2):
3504
+ dependencies:
3505
+ seroval: 1.3.2
3506
+
3507
+ seroval@1.3.2: {}
3508
+
3509
+ serve-handler@6.1.6:
3510
+ dependencies:
3511
+ bytes: 3.0.0
3512
+ content-disposition: 0.5.2
3513
+ mime-types: 2.1.18
3514
+ minimatch: 3.1.2
3515
+ path-is-inside: 1.0.2
3516
+ path-to-regexp: 3.3.0
3517
+ range-parser: 1.2.0
3518
+
3519
+ shebang-command@2.0.0:
3520
+ dependencies:
3521
+ shebang-regex: 3.0.0
3522
+
3523
+ shebang-regex@3.0.0: {}
3524
+
3525
+ shell-quote@1.8.3: {}
3526
+
3527
+ should-equal@2.0.0:
3528
+ dependencies:
3529
+ should-type: 1.4.0
3530
+
3531
+ should-format@3.0.3:
3532
+ dependencies:
3533
+ should-type: 1.4.0
3534
+ should-type-adaptors: 1.1.0
3535
+
3536
+ should-type-adaptors@1.1.0:
3537
+ dependencies:
3538
+ should-type: 1.4.0
3539
+ should-util: 1.0.1
3540
+
3541
+ should-type@1.4.0: {}
3542
+
3543
+ should-util@1.0.1: {}
3544
+
3545
+ should@13.2.3:
3546
+ dependencies:
3547
+ should-equal: 2.0.0
3548
+ should-format: 3.0.3
3549
+ should-type: 1.4.0
3550
+ should-type-adaptors: 1.1.0
3551
+ should-util: 1.0.1
3552
+
3553
+ signal-exit@4.1.0: {}
3554
+
3555
+ source-map-js@1.2.1: {}
3556
+
3557
+ source-map@0.6.1: {}
3558
+
3559
+ source-map@0.7.6: {}
3560
+
3561
+ string-argv@0.3.2: {}
3562
+
3563
+ string-width@4.2.3:
3564
+ dependencies:
3565
+ emoji-regex: 8.0.0
3566
+ is-fullwidth-code-point: 3.0.0
3567
+ strip-ansi: 6.0.1
3568
+
3569
+ strip-ansi@6.0.1:
3570
+ dependencies:
3571
+ ansi-regex: 5.0.1
3572
+
3573
+ strip-final-newline@4.0.0: {}
3574
+
3575
+ strip-json-comments@2.0.1: {}
3576
+
3577
+ swagger2openapi@7.0.8:
3578
+ dependencies:
3579
+ call-me-maybe: 1.0.2
3580
+ node-fetch: 2.7.0
3581
+ node-fetch-h2: 2.3.0
3582
+ node-readfiles: 0.2.0
3583
+ oas-kit-common: 1.0.8
3584
+ oas-resolver: 2.5.6
3585
+ oas-schema-walker: 1.1.5
3586
+ oas-validator: 5.0.8
3587
+ reftools: 1.1.9
3588
+ yaml: 1.10.2
3589
+ yargs: 17.7.2
3590
+ transitivePeerDependencies:
3591
+ - encoding
3592
+
3593
+ swr@2.3.6(react@19.2.0):
3594
+ dependencies:
3595
+ dequal: 2.0.3
3596
+ react: 19.2.0
3597
+ use-sync-external-store: 1.6.0(react@19.2.0)
3598
+
3599
+ tagged-tag@1.0.0: {}
3600
+
3601
+ timers-ext@0.1.8:
3602
+ dependencies:
3603
+ es5-ext: 0.10.64
3604
+ next-tick: 1.1.0
3605
+
3606
+ tiny-invariant@1.3.3: {}
3607
+
3608
+ tiny-warning@1.0.3: {}
3609
+
3610
+ tinycolor2@1.6.0: {}
3611
+
3612
+ tinyglobby@0.2.15:
3613
+ dependencies:
3614
+ fdir: 6.5.0(picomatch@4.0.3)
3615
+ picomatch: 4.0.3
3616
+
3617
+ tinygradient@1.1.5:
3618
+ dependencies:
3619
+ '@types/tinycolor2': 1.4.6
3620
+ tinycolor2: 1.6.0
3621
+
3622
+ to-regex-range@5.0.1:
3623
+ dependencies:
3624
+ is-number: 7.0.0
3625
+
3626
+ tr46@0.0.3: {}
3627
+
3628
+ ts-algebra@1.2.2: {}
3629
+
3630
+ ts-algebra@2.0.0: {}
3631
+
3632
+ ts-toolbelt@9.6.0: {}
3633
+
3634
+ tsconfck@3.1.6(typescript@5.9.3):
3635
+ optionalDependencies:
3636
+ typescript: 5.9.3
3637
+
3638
+ tslib@2.8.1: {}
3639
+
3640
+ tsx@4.20.6:
3641
+ dependencies:
3642
+ esbuild: 0.25.12
3643
+ get-tsconfig: 4.13.0
3644
+ optionalDependencies:
3645
+ fsevents: 2.3.3
3646
+
3647
+ type-fest@4.41.0: {}
3648
+
3649
+ type-fest@5.2.0:
3650
+ dependencies:
3651
+ tagged-tag: 1.0.0
3652
+
3653
+ type@2.7.3: {}
3654
+
3655
+ typescript@5.9.3: {}
3656
+
3657
+ undici-types@7.16.0: {}
3658
+
3659
+ unicorn-magic@0.1.0: {}
3660
+
3661
+ unicorn-magic@0.3.0: {}
3662
+
3663
+ universalify@2.0.1: {}
3664
+
3665
+ unplugin@2.3.10:
3666
+ dependencies:
3667
+ '@jridgewell/remapping': 2.3.5
3668
+ acorn: 8.15.0
3669
+ picomatch: 4.0.3
3670
+ webpack-virtual-modules: 0.6.2
3671
+
3672
+ update-browserslist-db@1.1.4(browserslist@4.27.0):
3673
+ dependencies:
3674
+ browserslist: 4.27.0
3675
+ escalade: 3.2.0
3676
+ picocolors: 1.1.1
3677
+
3678
+ use-sync-external-store@1.6.0(react@19.2.0):
3679
+ dependencies:
3680
+ react: 19.2.0
3681
+
3682
+ utility-types@3.11.0: {}
3683
+
3684
+ validate.io-array@1.0.6: {}
3685
+
3686
+ validate.io-function@1.0.2: {}
3687
+
3688
+ validate.io-integer-array@1.0.0:
3689
+ dependencies:
3690
+ validate.io-array: 1.0.6
3691
+ validate.io-integer: 1.0.5
3692
+
3693
+ validate.io-integer@1.0.5:
3694
+ dependencies:
3695
+ validate.io-number: 1.0.3
3696
+
3697
+ validate.io-number@1.0.3: {}
3698
+
3699
+ vite-tsconfig-paths@5.1.4(typescript@5.9.3)(vite@7.2.2(@types/node@24.10.0)(jiti@2.6.1)(tsx@4.20.6)):
3700
+ dependencies:
3701
+ debug: 4.4.3
3702
+ globrex: 0.1.2
3703
+ tsconfck: 3.1.6(typescript@5.9.3)
3704
+ optionalDependencies:
3705
+ vite: 7.2.2(@types/node@24.10.0)(jiti@2.6.1)(tsx@4.20.6)
3706
+ transitivePeerDependencies:
3707
+ - supports-color
3708
+ - typescript
3709
+
3710
+ vite@7.2.2(@types/node@24.10.0)(jiti@2.6.1)(tsx@4.20.6):
3711
+ dependencies:
3712
+ esbuild: 0.25.12
3713
+ fdir: 6.5.0(picomatch@4.0.3)
3714
+ picomatch: 4.0.3
3715
+ postcss: 8.5.6
3716
+ rollup: 4.53.0
3717
+ tinyglobby: 0.2.15
3718
+ optionalDependencies:
3719
+ '@types/node': 24.10.0
3720
+ fsevents: 2.3.3
3721
+ jiti: 2.6.1
3722
+ tsx: 4.20.6
3723
+
3724
+ webidl-conversions@3.0.1: {}
3725
+
3726
+ webpack-virtual-modules@0.6.2: {}
3727
+
3728
+ whatwg-url@5.0.0:
3729
+ dependencies:
3730
+ tr46: 0.0.3
3731
+ webidl-conversions: 3.0.1
3732
+
3733
+ which@2.0.2:
3734
+ dependencies:
3735
+ isexe: 2.0.0
3736
+
3737
+ wrap-ansi@7.0.0:
3738
+ dependencies:
3739
+ ansi-styles: 4.3.0
3740
+ string-width: 4.2.3
3741
+ strip-ansi: 6.0.1
3742
+
3743
+ ws@7.5.10: {}
3744
+
3745
+ ws@8.18.0: {}
3746
+
3747
+ y18n@5.0.8: {}
3748
+
3749
+ yallist@3.1.1: {}
3750
+
3751
+ yaml-ast-parser@0.0.43: {}
3752
+
3753
+ yaml@1.10.2: {}
3754
+
3755
+ yargs-parser@21.1.1: {}
3756
+
3757
+ yargs@17.7.2:
3758
+ dependencies:
3759
+ cliui: 8.0.1
3760
+ escalade: 3.2.0
3761
+ get-caller-file: 2.0.5
3762
+ require-directory: 2.1.1
3763
+ string-width: 4.2.3
3764
+ y18n: 5.0.8
3765
+ yargs-parser: 21.1.1
3766
+
3767
+ yocto-queue@1.2.2: {}
3768
+
3769
+ yoctocolors@2.1.2: {}
3770
+
3771
+ zod@3.25.76: {}
3772
+
3773
+ zod@4.1.12: {}