@shirlytaylor73/superharness 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +202 -0
  3. package/bin/lib/codex-installer.js +228 -0
  4. package/bin/lib/interactive-select.js +96 -0
  5. package/bin/superharness.js +67 -0
  6. package/package.json +52 -0
  7. package/plugins/superharness/.claude-plugin/plugin.json +19 -0
  8. package/plugins/superharness/.codex-plugin/plugin.json +31 -0
  9. package/plugins/superharness/.mcp.json +9 -0
  10. package/plugins/superharness/CODE_OF_CONDUCT.md +79 -0
  11. package/plugins/superharness/LICENSE +21 -0
  12. package/plugins/superharness/README.md +57 -0
  13. package/plugins/superharness/agents/code-reviewer.md +48 -0
  14. package/plugins/superharness/archived-skills/using-superpowers/SKILL.md +140 -0
  15. package/plugins/superharness/archived-skills/using-superpowers/references/codex-tools.md +25 -0
  16. package/plugins/superharness/archived-skills/using-superpowers/references/copilot-tools.md +52 -0
  17. package/plugins/superharness/archived-skills/using-superpowers/references/gemini-tools.md +33 -0
  18. package/plugins/superharness/archived-skills/using-superpowers/references/hermes-tools.md +44 -0
  19. package/plugins/superharness/commands/free.md +6 -0
  20. package/plugins/superharness/commands/rollback.md +30 -0
  21. package/plugins/superharness/commands-codex/free.md +29 -0
  22. package/plugins/superharness/commands-codex/rollback.md +33 -0
  23. package/plugins/superharness/hooks/hooks-codex.json +50 -0
  24. package/plugins/superharness/hooks/hooks.json +50 -0
  25. package/plugins/superharness/hooks/lib/free-mode-check.mjs +27 -0
  26. package/plugins/superharness/hooks/run-hook.cmd +58 -0
  27. package/plugins/superharness/hooks/workflow-context +4 -0
  28. package/plugins/superharness/hooks/workflow-context.mjs +184 -0
  29. package/plugins/superharness/hooks/workflow-post-transition +4 -0
  30. package/plugins/superharness/hooks/workflow-post-transition.mjs +89 -0
  31. package/plugins/superharness/hooks/workflow-pre-tool-use +4 -0
  32. package/plugins/superharness/hooks/workflow-pre-tool-use.mjs +97 -0
  33. package/plugins/superharness/hooks/workflow-stop +4 -0
  34. package/plugins/superharness/hooks/workflow-stop.mjs +136 -0
  35. package/plugins/superharness/scripts/rollback.mjs +86 -0
  36. package/plugins/superharness/scripts/set-free-mode.mjs +77 -0
  37. package/plugins/superharness/skills/brainstorming/SKILL.md +182 -0
  38. package/plugins/superharness/skills/brainstorming/scripts/frame-template.html +214 -0
  39. package/plugins/superharness/skills/brainstorming/scripts/helper.js +88 -0
  40. package/plugins/superharness/skills/brainstorming/scripts/server.cjs +338 -0
  41. package/plugins/superharness/skills/brainstorming/scripts/start-server.sh +153 -0
  42. package/plugins/superharness/skills/brainstorming/scripts/stop-server.sh +55 -0
  43. package/plugins/superharness/skills/brainstorming/spec-document-reviewer-prompt.md +49 -0
  44. package/plugins/superharness/skills/brainstorming/visual-companion.md +286 -0
  45. package/plugins/superharness/skills/chinese-code-review/SKILL.md +277 -0
  46. package/plugins/superharness/skills/chinese-commit-conventions/SKILL.md +364 -0
  47. package/plugins/superharness/skills/chinese-documentation/SKILL.md +448 -0
  48. package/plugins/superharness/skills/chinese-git-workflow/SKILL.md +547 -0
  49. package/plugins/superharness/skills/dispatching-parallel-agents/SKILL.md +186 -0
  50. package/plugins/superharness/skills/exploration/SKILL.md +197 -0
  51. package/plugins/superharness/skills/finishing/SKILL.md +200 -0
  52. package/plugins/superharness/skills/intake/SKILL.md +134 -0
  53. package/plugins/superharness/skills/mcp-builder/SKILL.md +255 -0
  54. package/plugins/superharness/skills/parallel-execution/SKILL.md +368 -0
  55. package/plugins/superharness/skills/parallel-execution/implementer-prompt.md +144 -0
  56. package/plugins/superharness/skills/parallel-execution/spec-reviewer-prompt.md +84 -0
  57. package/plugins/superharness/skills/parallel-execution/wave-final-manual-qa-prompt.md +61 -0
  58. package/plugins/superharness/skills/parallel-execution/wave-final-quality-prompt.md +59 -0
  59. package/plugins/superharness/skills/parallel-execution/wave-final-scope-fidelity-prompt.md +69 -0
  60. package/plugins/superharness/skills/parallel-execution/wave-final-spec-prompt.md +56 -0
  61. package/plugins/superharness/skills/planning/SKILL.md +265 -0
  62. package/plugins/superharness/skills/planning/plan-document-reviewer-prompt.md +80 -0
  63. package/plugins/superharness/skills/receiving-code-review/SKILL.md +213 -0
  64. package/plugins/superharness/skills/requesting-code-review/SKILL.md +107 -0
  65. package/plugins/superharness/skills/requesting-code-review/code-reviewer.md +146 -0
  66. package/plugins/superharness/skills/serial-execution/SKILL.md +183 -0
  67. package/plugins/superharness/skills/systematic-debugging/CREATION-LOG.md +119 -0
  68. package/plugins/superharness/skills/systematic-debugging/SKILL.md +320 -0
  69. package/plugins/superharness/skills/systematic-debugging/condition-based-waiting-example.ts +158 -0
  70. package/plugins/superharness/skills/systematic-debugging/condition-based-waiting.md +115 -0
  71. package/plugins/superharness/skills/systematic-debugging/defense-in-depth.md +122 -0
  72. package/plugins/superharness/skills/systematic-debugging/find-polluter.sh +63 -0
  73. package/plugins/superharness/skills/systematic-debugging/root-cause-tracing.md +169 -0
  74. package/plugins/superharness/skills/systematic-debugging/test-academic.md +14 -0
  75. package/plugins/superharness/skills/systematic-debugging/test-pressure-1.md +58 -0
  76. package/plugins/superharness/skills/systematic-debugging/test-pressure-2.md +68 -0
  77. package/plugins/superharness/skills/systematic-debugging/test-pressure-3.md +69 -0
  78. package/plugins/superharness/skills/test-driven-development/SKILL.md +371 -0
  79. package/plugins/superharness/skills/test-driven-development/testing-anti-patterns.md +299 -0
  80. package/plugins/superharness/skills/trivial/SKILL.md +118 -0
  81. package/plugins/superharness/skills/using-git-worktrees/SKILL.md +218 -0
  82. package/plugins/superharness/skills/verification/SKILL.md +139 -0
  83. package/plugins/superharness/skills/workflow-runner/SKILL.md +172 -0
  84. package/plugins/superharness/skills/writing-skills/SKILL.md +655 -0
  85. package/plugins/superharness/skills/writing-skills/anthropic-best-practices.md +1149 -0
  86. package/plugins/superharness/skills/writing-skills/examples/CLAUDE_MD_TESTING.md +189 -0
  87. package/plugins/superharness/skills/writing-skills/graphviz-conventions.dot +172 -0
  88. package/plugins/superharness/skills/writing-skills/persuasion-principles.md +187 -0
  89. package/plugins/superharness/skills/writing-skills/render-graphs.js +168 -0
  90. package/plugins/superharness/skills/writing-skills/testing-skills-with-subagents.md +385 -0
  91. package/plugins/superharness/workflow/default-workflow.yaml +84 -0
  92. package/plugins/superharness/workflow-state-server/bootstrap.js +44 -0
  93. package/plugins/superharness/workflow-state-server/package-lock.json +2853 -0
  94. package/plugins/superharness/workflow-state-server/package.json +22 -0
  95. package/plugins/superharness/workflow-state-server/render-context.js +124 -0
  96. package/plugins/superharness/workflow-state-server/schema.sql +39 -0
  97. package/plugins/superharness/workflow-state-server/server.js +290 -0
  98. package/plugins/superharness/workflow-state-server/state.js +424 -0
  99. package/plugins/superharness/workflow-state-server/validate-workflow.js +165 -0
@@ -0,0 +1,2853 @@
1
+ {
2
+ "name": "superharness-workflow-state-mcp",
3
+ "version": "0.1.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "superharness-workflow-state-mcp",
9
+ "version": "0.1.0",
10
+ "dependencies": {
11
+ "@modelcontextprotocol/sdk": "^1.0.0",
12
+ "better-sqlite3": "^12.0.0",
13
+ "yaml": "^2.8.0"
14
+ },
15
+ "devDependencies": {
16
+ "vitest": "^4.0.0"
17
+ },
18
+ "engines": {
19
+ "node": ">=20"
20
+ }
21
+ },
22
+ "node_modules/@emnapi/core": {
23
+ "version": "1.10.0",
24
+ "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.10.0.tgz",
25
+ "integrity": "sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==",
26
+ "dev": true,
27
+ "license": "MIT",
28
+ "optional": true,
29
+ "peer": true,
30
+ "dependencies": {
31
+ "@emnapi/wasi-threads": "1.2.1",
32
+ "tslib": "^2.4.0"
33
+ }
34
+ },
35
+ "node_modules/@emnapi/runtime": {
36
+ "version": "1.10.0",
37
+ "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz",
38
+ "integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==",
39
+ "dev": true,
40
+ "license": "MIT",
41
+ "optional": true,
42
+ "peer": true,
43
+ "dependencies": {
44
+ "tslib": "^2.4.0"
45
+ }
46
+ },
47
+ "node_modules/@emnapi/wasi-threads": {
48
+ "version": "1.2.1",
49
+ "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz",
50
+ "integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==",
51
+ "dev": true,
52
+ "license": "MIT",
53
+ "optional": true,
54
+ "dependencies": {
55
+ "tslib": "^2.4.0"
56
+ }
57
+ },
58
+ "node_modules/@hono/node-server": {
59
+ "version": "1.19.14",
60
+ "resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.19.14.tgz",
61
+ "integrity": "sha512-GwtvgtXxnWsucXvbQXkRgqksiH2Qed37H9xHZocE5sA3N8O8O8/8FA3uclQXxXVzc9XBZuEOMK7+r02FmSpHtw==",
62
+ "license": "MIT",
63
+ "engines": {
64
+ "node": ">=18.14.1"
65
+ },
66
+ "peerDependencies": {
67
+ "hono": "^4"
68
+ }
69
+ },
70
+ "node_modules/@jridgewell/sourcemap-codec": {
71
+ "version": "1.5.5",
72
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
73
+ "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
74
+ "dev": true,
75
+ "license": "MIT"
76
+ },
77
+ "node_modules/@modelcontextprotocol/sdk": {
78
+ "version": "1.29.0",
79
+ "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.29.0.tgz",
80
+ "integrity": "sha512-zo37mZA9hJWpULgkRpowewez1y6ML5GsXJPY8FI0tBBCd77HEvza4jDqRKOXgHNn867PVGCyTdzqpz0izu5ZjQ==",
81
+ "license": "MIT",
82
+ "dependencies": {
83
+ "@hono/node-server": "^1.19.9",
84
+ "ajv": "^8.17.1",
85
+ "ajv-formats": "^3.0.1",
86
+ "content-type": "^1.0.5",
87
+ "cors": "^2.8.5",
88
+ "cross-spawn": "^7.0.5",
89
+ "eventsource": "^3.0.2",
90
+ "eventsource-parser": "^3.0.0",
91
+ "express": "^5.2.1",
92
+ "express-rate-limit": "^8.2.1",
93
+ "hono": "^4.11.4",
94
+ "jose": "^6.1.3",
95
+ "json-schema-typed": "^8.0.2",
96
+ "pkce-challenge": "^5.0.0",
97
+ "raw-body": "^3.0.0",
98
+ "zod": "^3.25 || ^4.0",
99
+ "zod-to-json-schema": "^3.25.1"
100
+ },
101
+ "engines": {
102
+ "node": ">=18"
103
+ },
104
+ "peerDependencies": {
105
+ "@cfworker/json-schema": "^4.1.1",
106
+ "zod": "^3.25 || ^4.0"
107
+ },
108
+ "peerDependenciesMeta": {
109
+ "@cfworker/json-schema": {
110
+ "optional": true
111
+ },
112
+ "zod": {
113
+ "optional": false
114
+ }
115
+ }
116
+ },
117
+ "node_modules/@napi-rs/wasm-runtime": {
118
+ "version": "1.1.4",
119
+ "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.4.tgz",
120
+ "integrity": "sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow==",
121
+ "dev": true,
122
+ "license": "MIT",
123
+ "optional": true,
124
+ "dependencies": {
125
+ "@tybys/wasm-util": "^0.10.1"
126
+ },
127
+ "funding": {
128
+ "type": "github",
129
+ "url": "https://github.com/sponsors/Brooooooklyn"
130
+ },
131
+ "peerDependencies": {
132
+ "@emnapi/core": "^1.7.1",
133
+ "@emnapi/runtime": "^1.7.1"
134
+ }
135
+ },
136
+ "node_modules/@oxc-project/types": {
137
+ "version": "0.130.0",
138
+ "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.130.0.tgz",
139
+ "integrity": "sha512-ibD2usx9JRu7f5pu2tMKMI4cpA4NgXJQoYRP4pQ7Pxmn1l6k/53qWtQWZayhYy3X4QZkt90Ot+mJEaeXouio6Q==",
140
+ "dev": true,
141
+ "license": "MIT",
142
+ "funding": {
143
+ "url": "https://github.com/sponsors/Boshen"
144
+ }
145
+ },
146
+ "node_modules/@rolldown/binding-android-arm64": {
147
+ "version": "1.0.1",
148
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.1.tgz",
149
+ "integrity": "sha512-fJI3I0r3C3Oj/zdBCpaCmBRZYf07xpaq4yCfDDoSFm+beWNzbIl26puW8RraUdugoJw/95zerNOn6jasAhzSmg==",
150
+ "cpu": [
151
+ "arm64"
152
+ ],
153
+ "dev": true,
154
+ "license": "MIT",
155
+ "optional": true,
156
+ "os": [
157
+ "android"
158
+ ],
159
+ "engines": {
160
+ "node": "^20.19.0 || >=22.12.0"
161
+ }
162
+ },
163
+ "node_modules/@rolldown/binding-darwin-arm64": {
164
+ "version": "1.0.1",
165
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.1.tgz",
166
+ "integrity": "sha512-cKnAhWEsV7TPcA/5EAteDp6KcJZBQ2G+BqE7zayMMi7kMvwRsbv7WT9aOnn0WNl4SKEIf43vjS31iUPu80nzXg==",
167
+ "cpu": [
168
+ "arm64"
169
+ ],
170
+ "dev": true,
171
+ "license": "MIT",
172
+ "optional": true,
173
+ "os": [
174
+ "darwin"
175
+ ],
176
+ "engines": {
177
+ "node": "^20.19.0 || >=22.12.0"
178
+ }
179
+ },
180
+ "node_modules/@rolldown/binding-darwin-x64": {
181
+ "version": "1.0.1",
182
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.1.tgz",
183
+ "integrity": "sha512-YKrVwQjIRBPo+5G/u03wGjbdy4q7pyzCe93DK9VJ7zkVmeg8LJ7GbgsiHWdR4xSoe4CAXRD7Bcjgbtr64bkXNg==",
184
+ "cpu": [
185
+ "x64"
186
+ ],
187
+ "dev": true,
188
+ "license": "MIT",
189
+ "optional": true,
190
+ "os": [
191
+ "darwin"
192
+ ],
193
+ "engines": {
194
+ "node": "^20.19.0 || >=22.12.0"
195
+ }
196
+ },
197
+ "node_modules/@rolldown/binding-freebsd-x64": {
198
+ "version": "1.0.1",
199
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.1.tgz",
200
+ "integrity": "sha512-z/oBsREo46SsFqBwYtFe0kpJeBijAT48O/WXLI4suiCLBkr03RTtTJMCzSdDd2znlh8VJizL09XVkQgk8IZonw==",
201
+ "cpu": [
202
+ "x64"
203
+ ],
204
+ "dev": true,
205
+ "license": "MIT",
206
+ "optional": true,
207
+ "os": [
208
+ "freebsd"
209
+ ],
210
+ "engines": {
211
+ "node": "^20.19.0 || >=22.12.0"
212
+ }
213
+ },
214
+ "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
215
+ "version": "1.0.1",
216
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.1.tgz",
217
+ "integrity": "sha512-ik8q7GM11zxvYxFc2PeDcT6TBvhCQMaUxfph/M5l9sKuTs/Sjg3L+Byw0F7w0ZVLBZmx30P+gG0ECzzN+MFcmQ==",
218
+ "cpu": [
219
+ "arm"
220
+ ],
221
+ "dev": true,
222
+ "license": "MIT",
223
+ "optional": true,
224
+ "os": [
225
+ "linux"
226
+ ],
227
+ "engines": {
228
+ "node": "^20.19.0 || >=22.12.0"
229
+ }
230
+ },
231
+ "node_modules/@rolldown/binding-linux-arm64-gnu": {
232
+ "version": "1.0.1",
233
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.1.tgz",
234
+ "integrity": "sha512-QoSx2EkyrrdZ6kcyE8stqZ62t0Yra8Fs5ia9lOxJrh6TMQJK7gQKmscdTHf7pOXKREKrVwOtJcQG3qVSfc866A==",
235
+ "cpu": [
236
+ "arm64"
237
+ ],
238
+ "dev": true,
239
+ "license": "MIT",
240
+ "optional": true,
241
+ "os": [
242
+ "linux"
243
+ ],
244
+ "engines": {
245
+ "node": "^20.19.0 || >=22.12.0"
246
+ }
247
+ },
248
+ "node_modules/@rolldown/binding-linux-arm64-musl": {
249
+ "version": "1.0.1",
250
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.1.tgz",
251
+ "integrity": "sha512-uwNwFpwKeNiZawfAWBgg0VIztPTV3ihhh1vV334h9ivnNLorxnQMU6Fz8wG1Zb4Qh9LC1/MkcyT3YlDXG3Rsgg==",
252
+ "cpu": [
253
+ "arm64"
254
+ ],
255
+ "dev": true,
256
+ "license": "MIT",
257
+ "optional": true,
258
+ "os": [
259
+ "linux"
260
+ ],
261
+ "engines": {
262
+ "node": "^20.19.0 || >=22.12.0"
263
+ }
264
+ },
265
+ "node_modules/@rolldown/binding-linux-ppc64-gnu": {
266
+ "version": "1.0.1",
267
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.1.tgz",
268
+ "integrity": "sha512-zY1bul7OWr7DFBiJ++wofXvnr8B45ce3QsQUhKrIhXsygAh7bTkwyeM1bi1a2g5C/yC/N8TZyGDEoMfm/l9mpg==",
269
+ "cpu": [
270
+ "ppc64"
271
+ ],
272
+ "dev": true,
273
+ "license": "MIT",
274
+ "optional": true,
275
+ "os": [
276
+ "linux"
277
+ ],
278
+ "engines": {
279
+ "node": "^20.19.0 || >=22.12.0"
280
+ }
281
+ },
282
+ "node_modules/@rolldown/binding-linux-s390x-gnu": {
283
+ "version": "1.0.1",
284
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.1.tgz",
285
+ "integrity": "sha512-0frlsT/f4Ft6I7SMESTKnF3cZsdicQn1dCMkF/jT9wDLE+gGoiQfv1nmT9e+s7s/fekvvy6tZM2jHvI2tkbJDQ==",
286
+ "cpu": [
287
+ "s390x"
288
+ ],
289
+ "dev": true,
290
+ "license": "MIT",
291
+ "optional": true,
292
+ "os": [
293
+ "linux"
294
+ ],
295
+ "engines": {
296
+ "node": "^20.19.0 || >=22.12.0"
297
+ }
298
+ },
299
+ "node_modules/@rolldown/binding-linux-x64-gnu": {
300
+ "version": "1.0.1",
301
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.1.tgz",
302
+ "integrity": "sha512-XABVmGp9Tg0WspTVvwduTc4fpqy6JnAUrSQe6OuyqD/03nI7r0O9OWUkMIwFrjKAIqolvqoA4ZrJppgwE0Gxmw==",
303
+ "cpu": [
304
+ "x64"
305
+ ],
306
+ "dev": true,
307
+ "license": "MIT",
308
+ "optional": true,
309
+ "os": [
310
+ "linux"
311
+ ],
312
+ "engines": {
313
+ "node": "^20.19.0 || >=22.12.0"
314
+ }
315
+ },
316
+ "node_modules/@rolldown/binding-linux-x64-musl": {
317
+ "version": "1.0.1",
318
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.1.tgz",
319
+ "integrity": "sha512-bV4fzswuzVcKD90o/VM6QqKxnxlDq0g2BISDLNVmxrnhpv1DDbyPhCIjYfvzYLV+MvkKKnQt2Q6AO86SEBULUQ==",
320
+ "cpu": [
321
+ "x64"
322
+ ],
323
+ "dev": true,
324
+ "license": "MIT",
325
+ "optional": true,
326
+ "os": [
327
+ "linux"
328
+ ],
329
+ "engines": {
330
+ "node": "^20.19.0 || >=22.12.0"
331
+ }
332
+ },
333
+ "node_modules/@rolldown/binding-openharmony-arm64": {
334
+ "version": "1.0.1",
335
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.1.tgz",
336
+ "integrity": "sha512-/Mh0Zhq3OP7fVs0kcQHZP6lZEthMGTaSf8UBQYSFEZDWGXXlEC+nJ6EqenaK2t4LBXMe3A+K/G2BVXXdtOr4PQ==",
337
+ "cpu": [
338
+ "arm64"
339
+ ],
340
+ "dev": true,
341
+ "license": "MIT",
342
+ "optional": true,
343
+ "os": [
344
+ "openharmony"
345
+ ],
346
+ "engines": {
347
+ "node": "^20.19.0 || >=22.12.0"
348
+ }
349
+ },
350
+ "node_modules/@rolldown/binding-wasm32-wasi": {
351
+ "version": "1.0.1",
352
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.1.tgz",
353
+ "integrity": "sha512-+1xc9X45l8ufsBAm6Gjvx2qDRIY9lTVt0cgWNcJ+1gdhXvkbxePA60yRTwSTuXL09CMhyJmjpV7E3NoyxbqFQQ==",
354
+ "cpu": [
355
+ "wasm32"
356
+ ],
357
+ "dev": true,
358
+ "license": "MIT",
359
+ "optional": true,
360
+ "dependencies": {
361
+ "@emnapi/core": "1.10.0",
362
+ "@emnapi/runtime": "1.10.0",
363
+ "@napi-rs/wasm-runtime": "^1.1.4"
364
+ },
365
+ "engines": {
366
+ "node": "^20.19.0 || >=22.12.0"
367
+ }
368
+ },
369
+ "node_modules/@rolldown/binding-win32-arm64-msvc": {
370
+ "version": "1.0.1",
371
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.1.tgz",
372
+ "integrity": "sha512-1D+UqZdfnuR+Jy1GgMJwi85bD40H21uNmOPRWQhw4oRSuolZ/B5rixZ45DK2KXOTCvmVCecauWgEhbw8bI7tOw==",
373
+ "cpu": [
374
+ "arm64"
375
+ ],
376
+ "dev": true,
377
+ "license": "MIT",
378
+ "optional": true,
379
+ "os": [
380
+ "win32"
381
+ ],
382
+ "engines": {
383
+ "node": "^20.19.0 || >=22.12.0"
384
+ }
385
+ },
386
+ "node_modules/@rolldown/binding-win32-x64-msvc": {
387
+ "version": "1.0.1",
388
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.1.tgz",
389
+ "integrity": "sha512-INAycaWuhlOK3wk4mRHGsdgwYWmd9cChdPdE9bwWmy6rn9VqVNYNFGhOdXrofXUxwHIncSiPNb8tNm8knDVIeQ==",
390
+ "cpu": [
391
+ "x64"
392
+ ],
393
+ "dev": true,
394
+ "license": "MIT",
395
+ "optional": true,
396
+ "os": [
397
+ "win32"
398
+ ],
399
+ "engines": {
400
+ "node": "^20.19.0 || >=22.12.0"
401
+ }
402
+ },
403
+ "node_modules/@rolldown/pluginutils": {
404
+ "version": "1.0.1",
405
+ "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz",
406
+ "integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==",
407
+ "dev": true,
408
+ "license": "MIT"
409
+ },
410
+ "node_modules/@standard-schema/spec": {
411
+ "version": "1.1.0",
412
+ "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz",
413
+ "integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==",
414
+ "dev": true,
415
+ "license": "MIT"
416
+ },
417
+ "node_modules/@tybys/wasm-util": {
418
+ "version": "0.10.2",
419
+ "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.2.tgz",
420
+ "integrity": "sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==",
421
+ "dev": true,
422
+ "license": "MIT",
423
+ "optional": true,
424
+ "dependencies": {
425
+ "tslib": "^2.4.0"
426
+ }
427
+ },
428
+ "node_modules/@types/chai": {
429
+ "version": "5.2.3",
430
+ "resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.3.tgz",
431
+ "integrity": "sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==",
432
+ "dev": true,
433
+ "license": "MIT",
434
+ "dependencies": {
435
+ "@types/deep-eql": "*",
436
+ "assertion-error": "^2.0.1"
437
+ }
438
+ },
439
+ "node_modules/@types/deep-eql": {
440
+ "version": "4.0.2",
441
+ "resolved": "https://registry.npmjs.org/@types/deep-eql/-/deep-eql-4.0.2.tgz",
442
+ "integrity": "sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==",
443
+ "dev": true,
444
+ "license": "MIT"
445
+ },
446
+ "node_modules/@types/estree": {
447
+ "version": "1.0.9",
448
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
449
+ "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
450
+ "dev": true,
451
+ "license": "MIT"
452
+ },
453
+ "node_modules/@vitest/expect": {
454
+ "version": "4.1.6",
455
+ "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.6.tgz",
456
+ "integrity": "sha512-7EHDquPthALSV0jhhjgEW8FXaviMx7rSqu8W6oqCoAuOhKov814P99QDV1pxMA3QPv21YudvJngIhjrNI4opLg==",
457
+ "dev": true,
458
+ "license": "MIT",
459
+ "dependencies": {
460
+ "@standard-schema/spec": "^1.1.0",
461
+ "@types/chai": "^5.2.2",
462
+ "@vitest/spy": "4.1.6",
463
+ "@vitest/utils": "4.1.6",
464
+ "chai": "^6.2.2",
465
+ "tinyrainbow": "^3.1.0"
466
+ },
467
+ "funding": {
468
+ "url": "https://opencollective.com/vitest"
469
+ }
470
+ },
471
+ "node_modules/@vitest/mocker": {
472
+ "version": "4.1.6",
473
+ "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.6.tgz",
474
+ "integrity": "sha512-MCFc63czMjEInOlcY2cpQCvCN+KgbAn+60xu9cMgP4sKaLC5JNAKw7JH8QdAnoAC88hW1IiSNZ+GgVXlN1UcMQ==",
475
+ "dev": true,
476
+ "license": "MIT",
477
+ "dependencies": {
478
+ "@vitest/spy": "4.1.6",
479
+ "estree-walker": "^3.0.3",
480
+ "magic-string": "^0.30.21"
481
+ },
482
+ "funding": {
483
+ "url": "https://opencollective.com/vitest"
484
+ },
485
+ "peerDependencies": {
486
+ "msw": "^2.4.9",
487
+ "vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
488
+ },
489
+ "peerDependenciesMeta": {
490
+ "msw": {
491
+ "optional": true
492
+ },
493
+ "vite": {
494
+ "optional": true
495
+ }
496
+ }
497
+ },
498
+ "node_modules/@vitest/pretty-format": {
499
+ "version": "4.1.6",
500
+ "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.6.tgz",
501
+ "integrity": "sha512-h5SxD/IzNhZYnrSZRsUZQIC+vD0GY8cUvq0iwsmkFKixRCKLLWqCXa/FIQ4S1R+sI+PGoojkHsdNrbZiM9Qpgw==",
502
+ "dev": true,
503
+ "license": "MIT",
504
+ "dependencies": {
505
+ "tinyrainbow": "^3.1.0"
506
+ },
507
+ "funding": {
508
+ "url": "https://opencollective.com/vitest"
509
+ }
510
+ },
511
+ "node_modules/@vitest/runner": {
512
+ "version": "4.1.6",
513
+ "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.6.tgz",
514
+ "integrity": "sha512-nOPCmn2+yD0ZNmKdsXGv/UxMMWbMuKeD6GyYncNwdkYDxpQvrPSKYj2rWuDjC2Y4b6w6hjip5dBKFzEUuZe3vA==",
515
+ "dev": true,
516
+ "license": "MIT",
517
+ "dependencies": {
518
+ "@vitest/utils": "4.1.6",
519
+ "pathe": "^2.0.3"
520
+ },
521
+ "funding": {
522
+ "url": "https://opencollective.com/vitest"
523
+ }
524
+ },
525
+ "node_modules/@vitest/snapshot": {
526
+ "version": "4.1.6",
527
+ "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.6.tgz",
528
+ "integrity": "sha512-YhsdE6xAVfTDmzjxL2ZDUvjj+ZsgyOKe+TdQzqkD72wIOmHka8NuGQ6NpTNZv9D2Z63fbwWKJPeVpEw4EQgYxw==",
529
+ "dev": true,
530
+ "license": "MIT",
531
+ "dependencies": {
532
+ "@vitest/pretty-format": "4.1.6",
533
+ "@vitest/utils": "4.1.6",
534
+ "magic-string": "^0.30.21",
535
+ "pathe": "^2.0.3"
536
+ },
537
+ "funding": {
538
+ "url": "https://opencollective.com/vitest"
539
+ }
540
+ },
541
+ "node_modules/@vitest/spy": {
542
+ "version": "4.1.6",
543
+ "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.6.tgz",
544
+ "integrity": "sha512-JFKxMx6udhwKh/Ldo270e17QX710vgunMkuPAvXjHSvC6oqLWAHhVhjg/I71q0u0CBSErIODV1Kjv0FQNSWjdg==",
545
+ "dev": true,
546
+ "license": "MIT",
547
+ "funding": {
548
+ "url": "https://opencollective.com/vitest"
549
+ }
550
+ },
551
+ "node_modules/@vitest/utils": {
552
+ "version": "4.1.6",
553
+ "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.6.tgz",
554
+ "integrity": "sha512-FxIY+U81R3LGKCxaHHFRQ5+g6/iRgGLmeHWdp2Amj4ljQRrEIWHmZyDfDYBRZlpyqA7qKxtS9DD1dhk8RnRIVQ==",
555
+ "dev": true,
556
+ "license": "MIT",
557
+ "dependencies": {
558
+ "@vitest/pretty-format": "4.1.6",
559
+ "convert-source-map": "^2.0.0",
560
+ "tinyrainbow": "^3.1.0"
561
+ },
562
+ "funding": {
563
+ "url": "https://opencollective.com/vitest"
564
+ }
565
+ },
566
+ "node_modules/accepts": {
567
+ "version": "2.0.0",
568
+ "resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz",
569
+ "integrity": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==",
570
+ "license": "MIT",
571
+ "dependencies": {
572
+ "mime-types": "^3.0.0",
573
+ "negotiator": "^1.0.0"
574
+ },
575
+ "engines": {
576
+ "node": ">= 0.6"
577
+ }
578
+ },
579
+ "node_modules/ajv": {
580
+ "version": "8.20.0",
581
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.20.0.tgz",
582
+ "integrity": "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==",
583
+ "license": "MIT",
584
+ "dependencies": {
585
+ "fast-deep-equal": "^3.1.3",
586
+ "fast-uri": "^3.0.1",
587
+ "json-schema-traverse": "^1.0.0",
588
+ "require-from-string": "^2.0.2"
589
+ },
590
+ "funding": {
591
+ "type": "github",
592
+ "url": "https://github.com/sponsors/epoberezkin"
593
+ }
594
+ },
595
+ "node_modules/ajv-formats": {
596
+ "version": "3.0.1",
597
+ "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz",
598
+ "integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==",
599
+ "license": "MIT",
600
+ "dependencies": {
601
+ "ajv": "^8.0.0"
602
+ },
603
+ "peerDependencies": {
604
+ "ajv": "^8.0.0"
605
+ },
606
+ "peerDependenciesMeta": {
607
+ "ajv": {
608
+ "optional": true
609
+ }
610
+ }
611
+ },
612
+ "node_modules/assertion-error": {
613
+ "version": "2.0.1",
614
+ "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz",
615
+ "integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==",
616
+ "dev": true,
617
+ "license": "MIT",
618
+ "engines": {
619
+ "node": ">=12"
620
+ }
621
+ },
622
+ "node_modules/base64-js": {
623
+ "version": "1.5.1",
624
+ "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
625
+ "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
626
+ "funding": [
627
+ {
628
+ "type": "github",
629
+ "url": "https://github.com/sponsors/feross"
630
+ },
631
+ {
632
+ "type": "patreon",
633
+ "url": "https://www.patreon.com/feross"
634
+ },
635
+ {
636
+ "type": "consulting",
637
+ "url": "https://feross.org/support"
638
+ }
639
+ ],
640
+ "license": "MIT"
641
+ },
642
+ "node_modules/better-sqlite3": {
643
+ "version": "12.10.0",
644
+ "resolved": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-12.10.0.tgz",
645
+ "integrity": "sha512-CyzaZRQKyHkB2ZInfTTl2nvT33EbDpjkLEbE8/Zck3Ll6O0qqvuGdrJ45HgtH+HykRg88ITY3AdreBGN70aBSQ==",
646
+ "hasInstallScript": true,
647
+ "license": "MIT",
648
+ "dependencies": {
649
+ "bindings": "^1.5.0",
650
+ "prebuild-install": "^7.1.1"
651
+ },
652
+ "engines": {
653
+ "node": "20.x || 22.x || 23.x || 24.x || 25.x || 26.x"
654
+ }
655
+ },
656
+ "node_modules/bindings": {
657
+ "version": "1.5.0",
658
+ "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
659
+ "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
660
+ "license": "MIT",
661
+ "dependencies": {
662
+ "file-uri-to-path": "1.0.0"
663
+ }
664
+ },
665
+ "node_modules/bl": {
666
+ "version": "4.1.0",
667
+ "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
668
+ "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
669
+ "license": "MIT",
670
+ "dependencies": {
671
+ "buffer": "^5.5.0",
672
+ "inherits": "^2.0.4",
673
+ "readable-stream": "^3.4.0"
674
+ }
675
+ },
676
+ "node_modules/body-parser": {
677
+ "version": "2.2.2",
678
+ "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.2.tgz",
679
+ "integrity": "sha512-oP5VkATKlNwcgvxi0vM0p/D3n2C3EReYVX+DNYs5TjZFn/oQt2j+4sVJtSMr18pdRr8wjTcBl6LoV+FUwzPmNA==",
680
+ "license": "MIT",
681
+ "dependencies": {
682
+ "bytes": "^3.1.2",
683
+ "content-type": "^1.0.5",
684
+ "debug": "^4.4.3",
685
+ "http-errors": "^2.0.0",
686
+ "iconv-lite": "^0.7.0",
687
+ "on-finished": "^2.4.1",
688
+ "qs": "^6.14.1",
689
+ "raw-body": "^3.0.1",
690
+ "type-is": "^2.0.1"
691
+ },
692
+ "engines": {
693
+ "node": ">=18"
694
+ },
695
+ "funding": {
696
+ "type": "opencollective",
697
+ "url": "https://opencollective.com/express"
698
+ }
699
+ },
700
+ "node_modules/buffer": {
701
+ "version": "5.7.1",
702
+ "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
703
+ "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
704
+ "funding": [
705
+ {
706
+ "type": "github",
707
+ "url": "https://github.com/sponsors/feross"
708
+ },
709
+ {
710
+ "type": "patreon",
711
+ "url": "https://www.patreon.com/feross"
712
+ },
713
+ {
714
+ "type": "consulting",
715
+ "url": "https://feross.org/support"
716
+ }
717
+ ],
718
+ "license": "MIT",
719
+ "dependencies": {
720
+ "base64-js": "^1.3.1",
721
+ "ieee754": "^1.1.13"
722
+ }
723
+ },
724
+ "node_modules/bytes": {
725
+ "version": "3.1.2",
726
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
727
+ "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
728
+ "license": "MIT",
729
+ "engines": {
730
+ "node": ">= 0.8"
731
+ }
732
+ },
733
+ "node_modules/call-bind-apply-helpers": {
734
+ "version": "1.0.2",
735
+ "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
736
+ "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
737
+ "license": "MIT",
738
+ "dependencies": {
739
+ "es-errors": "^1.3.0",
740
+ "function-bind": "^1.1.2"
741
+ },
742
+ "engines": {
743
+ "node": ">= 0.4"
744
+ }
745
+ },
746
+ "node_modules/call-bound": {
747
+ "version": "1.0.4",
748
+ "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
749
+ "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
750
+ "license": "MIT",
751
+ "dependencies": {
752
+ "call-bind-apply-helpers": "^1.0.2",
753
+ "get-intrinsic": "^1.3.0"
754
+ },
755
+ "engines": {
756
+ "node": ">= 0.4"
757
+ },
758
+ "funding": {
759
+ "url": "https://github.com/sponsors/ljharb"
760
+ }
761
+ },
762
+ "node_modules/chai": {
763
+ "version": "6.2.2",
764
+ "resolved": "https://registry.npmjs.org/chai/-/chai-6.2.2.tgz",
765
+ "integrity": "sha512-NUPRluOfOiTKBKvWPtSD4PhFvWCqOi0BGStNWs57X9js7XGTprSmFoz5F0tWhR4WPjNeR9jXqdC7/UpSJTnlRg==",
766
+ "dev": true,
767
+ "license": "MIT",
768
+ "engines": {
769
+ "node": ">=18"
770
+ }
771
+ },
772
+ "node_modules/chownr": {
773
+ "version": "1.1.4",
774
+ "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz",
775
+ "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==",
776
+ "license": "ISC"
777
+ },
778
+ "node_modules/content-disposition": {
779
+ "version": "1.1.0",
780
+ "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.1.0.tgz",
781
+ "integrity": "sha512-5jRCH9Z/+DRP7rkvY83B+yGIGX96OYdJmzngqnw2SBSxqCFPd0w2km3s5iawpGX8krnwSGmF0FW5Nhr0Hfai3g==",
782
+ "license": "MIT",
783
+ "engines": {
784
+ "node": ">=18"
785
+ },
786
+ "funding": {
787
+ "type": "opencollective",
788
+ "url": "https://opencollective.com/express"
789
+ }
790
+ },
791
+ "node_modules/content-type": {
792
+ "version": "1.0.5",
793
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
794
+ "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
795
+ "license": "MIT",
796
+ "engines": {
797
+ "node": ">= 0.6"
798
+ }
799
+ },
800
+ "node_modules/convert-source-map": {
801
+ "version": "2.0.0",
802
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
803
+ "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
804
+ "dev": true,
805
+ "license": "MIT"
806
+ },
807
+ "node_modules/cookie": {
808
+ "version": "0.7.2",
809
+ "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
810
+ "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
811
+ "license": "MIT",
812
+ "engines": {
813
+ "node": ">= 0.6"
814
+ }
815
+ },
816
+ "node_modules/cookie-signature": {
817
+ "version": "1.2.2",
818
+ "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.2.tgz",
819
+ "integrity": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==",
820
+ "license": "MIT",
821
+ "engines": {
822
+ "node": ">=6.6.0"
823
+ }
824
+ },
825
+ "node_modules/cors": {
826
+ "version": "2.8.6",
827
+ "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.6.tgz",
828
+ "integrity": "sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==",
829
+ "license": "MIT",
830
+ "dependencies": {
831
+ "object-assign": "^4",
832
+ "vary": "^1"
833
+ },
834
+ "engines": {
835
+ "node": ">= 0.10"
836
+ },
837
+ "funding": {
838
+ "type": "opencollective",
839
+ "url": "https://opencollective.com/express"
840
+ }
841
+ },
842
+ "node_modules/cross-spawn": {
843
+ "version": "7.0.6",
844
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
845
+ "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
846
+ "license": "MIT",
847
+ "dependencies": {
848
+ "path-key": "^3.1.0",
849
+ "shebang-command": "^2.0.0",
850
+ "which": "^2.0.1"
851
+ },
852
+ "engines": {
853
+ "node": ">= 8"
854
+ }
855
+ },
856
+ "node_modules/debug": {
857
+ "version": "4.4.3",
858
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
859
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
860
+ "license": "MIT",
861
+ "dependencies": {
862
+ "ms": "^2.1.3"
863
+ },
864
+ "engines": {
865
+ "node": ">=6.0"
866
+ },
867
+ "peerDependenciesMeta": {
868
+ "supports-color": {
869
+ "optional": true
870
+ }
871
+ }
872
+ },
873
+ "node_modules/decompress-response": {
874
+ "version": "6.0.0",
875
+ "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz",
876
+ "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==",
877
+ "license": "MIT",
878
+ "dependencies": {
879
+ "mimic-response": "^3.1.0"
880
+ },
881
+ "engines": {
882
+ "node": ">=10"
883
+ },
884
+ "funding": {
885
+ "url": "https://github.com/sponsors/sindresorhus"
886
+ }
887
+ },
888
+ "node_modules/deep-extend": {
889
+ "version": "0.6.0",
890
+ "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
891
+ "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
892
+ "license": "MIT",
893
+ "engines": {
894
+ "node": ">=4.0.0"
895
+ }
896
+ },
897
+ "node_modules/depd": {
898
+ "version": "2.0.0",
899
+ "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
900
+ "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
901
+ "license": "MIT",
902
+ "engines": {
903
+ "node": ">= 0.8"
904
+ }
905
+ },
906
+ "node_modules/detect-libc": {
907
+ "version": "2.1.2",
908
+ "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
909
+ "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
910
+ "license": "Apache-2.0",
911
+ "engines": {
912
+ "node": ">=8"
913
+ }
914
+ },
915
+ "node_modules/dunder-proto": {
916
+ "version": "1.0.1",
917
+ "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
918
+ "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
919
+ "license": "MIT",
920
+ "dependencies": {
921
+ "call-bind-apply-helpers": "^1.0.1",
922
+ "es-errors": "^1.3.0",
923
+ "gopd": "^1.2.0"
924
+ },
925
+ "engines": {
926
+ "node": ">= 0.4"
927
+ }
928
+ },
929
+ "node_modules/ee-first": {
930
+ "version": "1.1.1",
931
+ "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
932
+ "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
933
+ "license": "MIT"
934
+ },
935
+ "node_modules/encodeurl": {
936
+ "version": "2.0.0",
937
+ "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
938
+ "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
939
+ "license": "MIT",
940
+ "engines": {
941
+ "node": ">= 0.8"
942
+ }
943
+ },
944
+ "node_modules/end-of-stream": {
945
+ "version": "1.4.5",
946
+ "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.5.tgz",
947
+ "integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==",
948
+ "license": "MIT",
949
+ "dependencies": {
950
+ "once": "^1.4.0"
951
+ }
952
+ },
953
+ "node_modules/es-define-property": {
954
+ "version": "1.0.1",
955
+ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
956
+ "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
957
+ "license": "MIT",
958
+ "engines": {
959
+ "node": ">= 0.4"
960
+ }
961
+ },
962
+ "node_modules/es-errors": {
963
+ "version": "1.3.0",
964
+ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
965
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
966
+ "license": "MIT",
967
+ "engines": {
968
+ "node": ">= 0.4"
969
+ }
970
+ },
971
+ "node_modules/es-module-lexer": {
972
+ "version": "2.1.0",
973
+ "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.1.0.tgz",
974
+ "integrity": "sha512-n27zTYMjYu1aj4MjCWzSP7G9r75utsaoc8m61weK+W8JMBGGQybd43GstCXZ3WNmSFtGT9wi59qQTW6mhTR5LQ==",
975
+ "dev": true,
976
+ "license": "MIT"
977
+ },
978
+ "node_modules/es-object-atoms": {
979
+ "version": "1.1.1",
980
+ "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
981
+ "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
982
+ "license": "MIT",
983
+ "dependencies": {
984
+ "es-errors": "^1.3.0"
985
+ },
986
+ "engines": {
987
+ "node": ">= 0.4"
988
+ }
989
+ },
990
+ "node_modules/escape-html": {
991
+ "version": "1.0.3",
992
+ "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
993
+ "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
994
+ "license": "MIT"
995
+ },
996
+ "node_modules/estree-walker": {
997
+ "version": "3.0.3",
998
+ "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
999
+ "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
1000
+ "dev": true,
1001
+ "license": "MIT",
1002
+ "dependencies": {
1003
+ "@types/estree": "^1.0.0"
1004
+ }
1005
+ },
1006
+ "node_modules/etag": {
1007
+ "version": "1.8.1",
1008
+ "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
1009
+ "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
1010
+ "license": "MIT",
1011
+ "engines": {
1012
+ "node": ">= 0.6"
1013
+ }
1014
+ },
1015
+ "node_modules/eventsource": {
1016
+ "version": "3.0.7",
1017
+ "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-3.0.7.tgz",
1018
+ "integrity": "sha512-CRT1WTyuQoD771GW56XEZFQ/ZoSfWid1alKGDYMmkt2yl8UXrVR4pspqWNEcqKvVIzg6PAltWjxcSSPrboA4iA==",
1019
+ "license": "MIT",
1020
+ "dependencies": {
1021
+ "eventsource-parser": "^3.0.1"
1022
+ },
1023
+ "engines": {
1024
+ "node": ">=18.0.0"
1025
+ }
1026
+ },
1027
+ "node_modules/eventsource-parser": {
1028
+ "version": "3.0.8",
1029
+ "resolved": "https://registry.npmjs.org/eventsource-parser/-/eventsource-parser-3.0.8.tgz",
1030
+ "integrity": "sha512-70QWGkr4snxr0OXLRWsFLeRBIRPuQOvt4s8QYjmUlmlkyTZkRqS7EDVRZtzU3TiyDbXSzaOeF0XUKy8PchzukQ==",
1031
+ "license": "MIT",
1032
+ "engines": {
1033
+ "node": ">=18.0.0"
1034
+ }
1035
+ },
1036
+ "node_modules/expand-template": {
1037
+ "version": "2.0.3",
1038
+ "resolved": "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz",
1039
+ "integrity": "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==",
1040
+ "license": "(MIT OR WTFPL)",
1041
+ "engines": {
1042
+ "node": ">=6"
1043
+ }
1044
+ },
1045
+ "node_modules/expect-type": {
1046
+ "version": "1.3.0",
1047
+ "resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.3.0.tgz",
1048
+ "integrity": "sha512-knvyeauYhqjOYvQ66MznSMs83wmHrCycNEN6Ao+2AeYEfxUIkuiVxdEa1qlGEPK+We3n0THiDciYSsCcgW/DoA==",
1049
+ "dev": true,
1050
+ "license": "Apache-2.0",
1051
+ "engines": {
1052
+ "node": ">=12.0.0"
1053
+ }
1054
+ },
1055
+ "node_modules/express": {
1056
+ "version": "5.2.1",
1057
+ "resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz",
1058
+ "integrity": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==",
1059
+ "license": "MIT",
1060
+ "peer": true,
1061
+ "dependencies": {
1062
+ "accepts": "^2.0.0",
1063
+ "body-parser": "^2.2.1",
1064
+ "content-disposition": "^1.0.0",
1065
+ "content-type": "^1.0.5",
1066
+ "cookie": "^0.7.1",
1067
+ "cookie-signature": "^1.2.1",
1068
+ "debug": "^4.4.0",
1069
+ "depd": "^2.0.0",
1070
+ "encodeurl": "^2.0.0",
1071
+ "escape-html": "^1.0.3",
1072
+ "etag": "^1.8.1",
1073
+ "finalhandler": "^2.1.0",
1074
+ "fresh": "^2.0.0",
1075
+ "http-errors": "^2.0.0",
1076
+ "merge-descriptors": "^2.0.0",
1077
+ "mime-types": "^3.0.0",
1078
+ "on-finished": "^2.4.1",
1079
+ "once": "^1.4.0",
1080
+ "parseurl": "^1.3.3",
1081
+ "proxy-addr": "^2.0.7",
1082
+ "qs": "^6.14.0",
1083
+ "range-parser": "^1.2.1",
1084
+ "router": "^2.2.0",
1085
+ "send": "^1.1.0",
1086
+ "serve-static": "^2.2.0",
1087
+ "statuses": "^2.0.1",
1088
+ "type-is": "^2.0.1",
1089
+ "vary": "^1.1.2"
1090
+ },
1091
+ "engines": {
1092
+ "node": ">= 18"
1093
+ },
1094
+ "funding": {
1095
+ "type": "opencollective",
1096
+ "url": "https://opencollective.com/express"
1097
+ }
1098
+ },
1099
+ "node_modules/express-rate-limit": {
1100
+ "version": "8.5.2",
1101
+ "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.5.2.tgz",
1102
+ "integrity": "sha512-5Kb34ipNX694DH48vN9irak1Qx30nb0PLYHXfJgw4YEjiC3ZEmZJhwOp+VfiCYwFzvFTdB9QkArYS5kXa2cx2A==",
1103
+ "license": "MIT",
1104
+ "dependencies": {
1105
+ "ip-address": "^10.2.0"
1106
+ },
1107
+ "engines": {
1108
+ "node": ">= 16"
1109
+ },
1110
+ "funding": {
1111
+ "url": "https://github.com/sponsors/express-rate-limit"
1112
+ },
1113
+ "peerDependencies": {
1114
+ "express": ">= 4.11"
1115
+ }
1116
+ },
1117
+ "node_modules/fast-deep-equal": {
1118
+ "version": "3.1.3",
1119
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
1120
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
1121
+ "license": "MIT"
1122
+ },
1123
+ "node_modules/fast-uri": {
1124
+ "version": "3.1.2",
1125
+ "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz",
1126
+ "integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==",
1127
+ "funding": [
1128
+ {
1129
+ "type": "github",
1130
+ "url": "https://github.com/sponsors/fastify"
1131
+ },
1132
+ {
1133
+ "type": "opencollective",
1134
+ "url": "https://opencollective.com/fastify"
1135
+ }
1136
+ ],
1137
+ "license": "BSD-3-Clause"
1138
+ },
1139
+ "node_modules/fdir": {
1140
+ "version": "6.5.0",
1141
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
1142
+ "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
1143
+ "dev": true,
1144
+ "license": "MIT",
1145
+ "engines": {
1146
+ "node": ">=12.0.0"
1147
+ },
1148
+ "peerDependencies": {
1149
+ "picomatch": "^3 || ^4"
1150
+ },
1151
+ "peerDependenciesMeta": {
1152
+ "picomatch": {
1153
+ "optional": true
1154
+ }
1155
+ }
1156
+ },
1157
+ "node_modules/file-uri-to-path": {
1158
+ "version": "1.0.0",
1159
+ "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
1160
+ "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
1161
+ "license": "MIT"
1162
+ },
1163
+ "node_modules/finalhandler": {
1164
+ "version": "2.1.1",
1165
+ "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.1.tgz",
1166
+ "integrity": "sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==",
1167
+ "license": "MIT",
1168
+ "dependencies": {
1169
+ "debug": "^4.4.0",
1170
+ "encodeurl": "^2.0.0",
1171
+ "escape-html": "^1.0.3",
1172
+ "on-finished": "^2.4.1",
1173
+ "parseurl": "^1.3.3",
1174
+ "statuses": "^2.0.1"
1175
+ },
1176
+ "engines": {
1177
+ "node": ">= 18.0.0"
1178
+ },
1179
+ "funding": {
1180
+ "type": "opencollective",
1181
+ "url": "https://opencollective.com/express"
1182
+ }
1183
+ },
1184
+ "node_modules/forwarded": {
1185
+ "version": "0.2.0",
1186
+ "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
1187
+ "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
1188
+ "license": "MIT",
1189
+ "engines": {
1190
+ "node": ">= 0.6"
1191
+ }
1192
+ },
1193
+ "node_modules/fresh": {
1194
+ "version": "2.0.0",
1195
+ "resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz",
1196
+ "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
1197
+ "license": "MIT",
1198
+ "engines": {
1199
+ "node": ">= 0.8"
1200
+ }
1201
+ },
1202
+ "node_modules/fs-constants": {
1203
+ "version": "1.0.0",
1204
+ "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
1205
+ "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==",
1206
+ "license": "MIT"
1207
+ },
1208
+ "node_modules/fsevents": {
1209
+ "version": "2.3.3",
1210
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
1211
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
1212
+ "dev": true,
1213
+ "hasInstallScript": true,
1214
+ "license": "MIT",
1215
+ "optional": true,
1216
+ "os": [
1217
+ "darwin"
1218
+ ],
1219
+ "engines": {
1220
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
1221
+ }
1222
+ },
1223
+ "node_modules/function-bind": {
1224
+ "version": "1.1.2",
1225
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
1226
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
1227
+ "license": "MIT",
1228
+ "funding": {
1229
+ "url": "https://github.com/sponsors/ljharb"
1230
+ }
1231
+ },
1232
+ "node_modules/get-intrinsic": {
1233
+ "version": "1.3.0",
1234
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
1235
+ "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
1236
+ "license": "MIT",
1237
+ "dependencies": {
1238
+ "call-bind-apply-helpers": "^1.0.2",
1239
+ "es-define-property": "^1.0.1",
1240
+ "es-errors": "^1.3.0",
1241
+ "es-object-atoms": "^1.1.1",
1242
+ "function-bind": "^1.1.2",
1243
+ "get-proto": "^1.0.1",
1244
+ "gopd": "^1.2.0",
1245
+ "has-symbols": "^1.1.0",
1246
+ "hasown": "^2.0.2",
1247
+ "math-intrinsics": "^1.1.0"
1248
+ },
1249
+ "engines": {
1250
+ "node": ">= 0.4"
1251
+ },
1252
+ "funding": {
1253
+ "url": "https://github.com/sponsors/ljharb"
1254
+ }
1255
+ },
1256
+ "node_modules/get-proto": {
1257
+ "version": "1.0.1",
1258
+ "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
1259
+ "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
1260
+ "license": "MIT",
1261
+ "dependencies": {
1262
+ "dunder-proto": "^1.0.1",
1263
+ "es-object-atoms": "^1.0.0"
1264
+ },
1265
+ "engines": {
1266
+ "node": ">= 0.4"
1267
+ }
1268
+ },
1269
+ "node_modules/github-from-package": {
1270
+ "version": "0.0.0",
1271
+ "resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz",
1272
+ "integrity": "sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==",
1273
+ "license": "MIT"
1274
+ },
1275
+ "node_modules/gopd": {
1276
+ "version": "1.2.0",
1277
+ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
1278
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
1279
+ "license": "MIT",
1280
+ "engines": {
1281
+ "node": ">= 0.4"
1282
+ },
1283
+ "funding": {
1284
+ "url": "https://github.com/sponsors/ljharb"
1285
+ }
1286
+ },
1287
+ "node_modules/has-symbols": {
1288
+ "version": "1.1.0",
1289
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
1290
+ "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
1291
+ "license": "MIT",
1292
+ "engines": {
1293
+ "node": ">= 0.4"
1294
+ },
1295
+ "funding": {
1296
+ "url": "https://github.com/sponsors/ljharb"
1297
+ }
1298
+ },
1299
+ "node_modules/hasown": {
1300
+ "version": "2.0.3",
1301
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.3.tgz",
1302
+ "integrity": "sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==",
1303
+ "license": "MIT",
1304
+ "dependencies": {
1305
+ "function-bind": "^1.1.2"
1306
+ },
1307
+ "engines": {
1308
+ "node": ">= 0.4"
1309
+ }
1310
+ },
1311
+ "node_modules/hono": {
1312
+ "version": "4.12.18",
1313
+ "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.18.tgz",
1314
+ "integrity": "sha512-RWzP96k/yv0PQfyXnWjs6zot20TqfpfsNXhOnev8d1InAxubW93L11/oNUc3tQqn2G0bSdAOBpX+2uDFHV7kdQ==",
1315
+ "license": "MIT",
1316
+ "peer": true,
1317
+ "engines": {
1318
+ "node": ">=16.9.0"
1319
+ }
1320
+ },
1321
+ "node_modules/http-errors": {
1322
+ "version": "2.0.1",
1323
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
1324
+ "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
1325
+ "license": "MIT",
1326
+ "dependencies": {
1327
+ "depd": "~2.0.0",
1328
+ "inherits": "~2.0.4",
1329
+ "setprototypeof": "~1.2.0",
1330
+ "statuses": "~2.0.2",
1331
+ "toidentifier": "~1.0.1"
1332
+ },
1333
+ "engines": {
1334
+ "node": ">= 0.8"
1335
+ },
1336
+ "funding": {
1337
+ "type": "opencollective",
1338
+ "url": "https://opencollective.com/express"
1339
+ }
1340
+ },
1341
+ "node_modules/iconv-lite": {
1342
+ "version": "0.7.2",
1343
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz",
1344
+ "integrity": "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==",
1345
+ "license": "MIT",
1346
+ "dependencies": {
1347
+ "safer-buffer": ">= 2.1.2 < 3.0.0"
1348
+ },
1349
+ "engines": {
1350
+ "node": ">=0.10.0"
1351
+ },
1352
+ "funding": {
1353
+ "type": "opencollective",
1354
+ "url": "https://opencollective.com/express"
1355
+ }
1356
+ },
1357
+ "node_modules/ieee754": {
1358
+ "version": "1.2.1",
1359
+ "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
1360
+ "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
1361
+ "funding": [
1362
+ {
1363
+ "type": "github",
1364
+ "url": "https://github.com/sponsors/feross"
1365
+ },
1366
+ {
1367
+ "type": "patreon",
1368
+ "url": "https://www.patreon.com/feross"
1369
+ },
1370
+ {
1371
+ "type": "consulting",
1372
+ "url": "https://feross.org/support"
1373
+ }
1374
+ ],
1375
+ "license": "BSD-3-Clause"
1376
+ },
1377
+ "node_modules/inherits": {
1378
+ "version": "2.0.4",
1379
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
1380
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
1381
+ "license": "ISC"
1382
+ },
1383
+ "node_modules/ini": {
1384
+ "version": "1.3.8",
1385
+ "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
1386
+ "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
1387
+ "license": "ISC"
1388
+ },
1389
+ "node_modules/ip-address": {
1390
+ "version": "10.2.0",
1391
+ "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.2.0.tgz",
1392
+ "integrity": "sha512-/+S6j4E9AHvW9SWMSEY9Xfy66O5PWvVEJ08O0y5JGyEKQpojb0K0GKpz/v5HJ/G0vi3D2sjGK78119oXZeE0qA==",
1393
+ "license": "MIT",
1394
+ "engines": {
1395
+ "node": ">= 12"
1396
+ }
1397
+ },
1398
+ "node_modules/ipaddr.js": {
1399
+ "version": "1.9.1",
1400
+ "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
1401
+ "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
1402
+ "license": "MIT",
1403
+ "engines": {
1404
+ "node": ">= 0.10"
1405
+ }
1406
+ },
1407
+ "node_modules/is-promise": {
1408
+ "version": "4.0.0",
1409
+ "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
1410
+ "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==",
1411
+ "license": "MIT"
1412
+ },
1413
+ "node_modules/isexe": {
1414
+ "version": "2.0.0",
1415
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
1416
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
1417
+ "license": "ISC"
1418
+ },
1419
+ "node_modules/jose": {
1420
+ "version": "6.2.3",
1421
+ "resolved": "https://registry.npmjs.org/jose/-/jose-6.2.3.tgz",
1422
+ "integrity": "sha512-YYVDInQKFJfR/xa3ojUTl8c2KoTwiL1R5Wg9YCydwH0x0B9grbzlg5HC7mMjCtUJjbQ/YnGEZIhI5tCgfTb4Hw==",
1423
+ "license": "MIT",
1424
+ "funding": {
1425
+ "url": "https://github.com/sponsors/panva"
1426
+ }
1427
+ },
1428
+ "node_modules/json-schema-traverse": {
1429
+ "version": "1.0.0",
1430
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
1431
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
1432
+ "license": "MIT"
1433
+ },
1434
+ "node_modules/json-schema-typed": {
1435
+ "version": "8.0.2",
1436
+ "resolved": "https://registry.npmjs.org/json-schema-typed/-/json-schema-typed-8.0.2.tgz",
1437
+ "integrity": "sha512-fQhoXdcvc3V28x7C7BMs4P5+kNlgUURe2jmUT1T//oBRMDrqy1QPelJimwZGo7Hg9VPV3EQV5Bnq4hbFy2vetA==",
1438
+ "license": "BSD-2-Clause"
1439
+ },
1440
+ "node_modules/lightningcss": {
1441
+ "version": "1.32.0",
1442
+ "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
1443
+ "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
1444
+ "dev": true,
1445
+ "license": "MPL-2.0",
1446
+ "dependencies": {
1447
+ "detect-libc": "^2.0.3"
1448
+ },
1449
+ "engines": {
1450
+ "node": ">= 12.0.0"
1451
+ },
1452
+ "funding": {
1453
+ "type": "opencollective",
1454
+ "url": "https://opencollective.com/parcel"
1455
+ },
1456
+ "optionalDependencies": {
1457
+ "lightningcss-android-arm64": "1.32.0",
1458
+ "lightningcss-darwin-arm64": "1.32.0",
1459
+ "lightningcss-darwin-x64": "1.32.0",
1460
+ "lightningcss-freebsd-x64": "1.32.0",
1461
+ "lightningcss-linux-arm-gnueabihf": "1.32.0",
1462
+ "lightningcss-linux-arm64-gnu": "1.32.0",
1463
+ "lightningcss-linux-arm64-musl": "1.32.0",
1464
+ "lightningcss-linux-x64-gnu": "1.32.0",
1465
+ "lightningcss-linux-x64-musl": "1.32.0",
1466
+ "lightningcss-win32-arm64-msvc": "1.32.0",
1467
+ "lightningcss-win32-x64-msvc": "1.32.0"
1468
+ }
1469
+ },
1470
+ "node_modules/lightningcss-android-arm64": {
1471
+ "version": "1.32.0",
1472
+ "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
1473
+ "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
1474
+ "cpu": [
1475
+ "arm64"
1476
+ ],
1477
+ "dev": true,
1478
+ "license": "MPL-2.0",
1479
+ "optional": true,
1480
+ "os": [
1481
+ "android"
1482
+ ],
1483
+ "engines": {
1484
+ "node": ">= 12.0.0"
1485
+ },
1486
+ "funding": {
1487
+ "type": "opencollective",
1488
+ "url": "https://opencollective.com/parcel"
1489
+ }
1490
+ },
1491
+ "node_modules/lightningcss-darwin-arm64": {
1492
+ "version": "1.32.0",
1493
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
1494
+ "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
1495
+ "cpu": [
1496
+ "arm64"
1497
+ ],
1498
+ "dev": true,
1499
+ "license": "MPL-2.0",
1500
+ "optional": true,
1501
+ "os": [
1502
+ "darwin"
1503
+ ],
1504
+ "engines": {
1505
+ "node": ">= 12.0.0"
1506
+ },
1507
+ "funding": {
1508
+ "type": "opencollective",
1509
+ "url": "https://opencollective.com/parcel"
1510
+ }
1511
+ },
1512
+ "node_modules/lightningcss-darwin-x64": {
1513
+ "version": "1.32.0",
1514
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
1515
+ "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
1516
+ "cpu": [
1517
+ "x64"
1518
+ ],
1519
+ "dev": true,
1520
+ "license": "MPL-2.0",
1521
+ "optional": true,
1522
+ "os": [
1523
+ "darwin"
1524
+ ],
1525
+ "engines": {
1526
+ "node": ">= 12.0.0"
1527
+ },
1528
+ "funding": {
1529
+ "type": "opencollective",
1530
+ "url": "https://opencollective.com/parcel"
1531
+ }
1532
+ },
1533
+ "node_modules/lightningcss-freebsd-x64": {
1534
+ "version": "1.32.0",
1535
+ "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
1536
+ "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
1537
+ "cpu": [
1538
+ "x64"
1539
+ ],
1540
+ "dev": true,
1541
+ "license": "MPL-2.0",
1542
+ "optional": true,
1543
+ "os": [
1544
+ "freebsd"
1545
+ ],
1546
+ "engines": {
1547
+ "node": ">= 12.0.0"
1548
+ },
1549
+ "funding": {
1550
+ "type": "opencollective",
1551
+ "url": "https://opencollective.com/parcel"
1552
+ }
1553
+ },
1554
+ "node_modules/lightningcss-linux-arm-gnueabihf": {
1555
+ "version": "1.32.0",
1556
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
1557
+ "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
1558
+ "cpu": [
1559
+ "arm"
1560
+ ],
1561
+ "dev": true,
1562
+ "license": "MPL-2.0",
1563
+ "optional": true,
1564
+ "os": [
1565
+ "linux"
1566
+ ],
1567
+ "engines": {
1568
+ "node": ">= 12.0.0"
1569
+ },
1570
+ "funding": {
1571
+ "type": "opencollective",
1572
+ "url": "https://opencollective.com/parcel"
1573
+ }
1574
+ },
1575
+ "node_modules/lightningcss-linux-arm64-gnu": {
1576
+ "version": "1.32.0",
1577
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
1578
+ "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
1579
+ "cpu": [
1580
+ "arm64"
1581
+ ],
1582
+ "dev": true,
1583
+ "license": "MPL-2.0",
1584
+ "optional": true,
1585
+ "os": [
1586
+ "linux"
1587
+ ],
1588
+ "engines": {
1589
+ "node": ">= 12.0.0"
1590
+ },
1591
+ "funding": {
1592
+ "type": "opencollective",
1593
+ "url": "https://opencollective.com/parcel"
1594
+ }
1595
+ },
1596
+ "node_modules/lightningcss-linux-arm64-musl": {
1597
+ "version": "1.32.0",
1598
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
1599
+ "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
1600
+ "cpu": [
1601
+ "arm64"
1602
+ ],
1603
+ "dev": true,
1604
+ "license": "MPL-2.0",
1605
+ "optional": true,
1606
+ "os": [
1607
+ "linux"
1608
+ ],
1609
+ "engines": {
1610
+ "node": ">= 12.0.0"
1611
+ },
1612
+ "funding": {
1613
+ "type": "opencollective",
1614
+ "url": "https://opencollective.com/parcel"
1615
+ }
1616
+ },
1617
+ "node_modules/lightningcss-linux-x64-gnu": {
1618
+ "version": "1.32.0",
1619
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
1620
+ "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
1621
+ "cpu": [
1622
+ "x64"
1623
+ ],
1624
+ "dev": true,
1625
+ "license": "MPL-2.0",
1626
+ "optional": true,
1627
+ "os": [
1628
+ "linux"
1629
+ ],
1630
+ "engines": {
1631
+ "node": ">= 12.0.0"
1632
+ },
1633
+ "funding": {
1634
+ "type": "opencollective",
1635
+ "url": "https://opencollective.com/parcel"
1636
+ }
1637
+ },
1638
+ "node_modules/lightningcss-linux-x64-musl": {
1639
+ "version": "1.32.0",
1640
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
1641
+ "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
1642
+ "cpu": [
1643
+ "x64"
1644
+ ],
1645
+ "dev": true,
1646
+ "license": "MPL-2.0",
1647
+ "optional": true,
1648
+ "os": [
1649
+ "linux"
1650
+ ],
1651
+ "engines": {
1652
+ "node": ">= 12.0.0"
1653
+ },
1654
+ "funding": {
1655
+ "type": "opencollective",
1656
+ "url": "https://opencollective.com/parcel"
1657
+ }
1658
+ },
1659
+ "node_modules/lightningcss-win32-arm64-msvc": {
1660
+ "version": "1.32.0",
1661
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
1662
+ "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
1663
+ "cpu": [
1664
+ "arm64"
1665
+ ],
1666
+ "dev": true,
1667
+ "license": "MPL-2.0",
1668
+ "optional": true,
1669
+ "os": [
1670
+ "win32"
1671
+ ],
1672
+ "engines": {
1673
+ "node": ">= 12.0.0"
1674
+ },
1675
+ "funding": {
1676
+ "type": "opencollective",
1677
+ "url": "https://opencollective.com/parcel"
1678
+ }
1679
+ },
1680
+ "node_modules/lightningcss-win32-x64-msvc": {
1681
+ "version": "1.32.0",
1682
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
1683
+ "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
1684
+ "cpu": [
1685
+ "x64"
1686
+ ],
1687
+ "dev": true,
1688
+ "license": "MPL-2.0",
1689
+ "optional": true,
1690
+ "os": [
1691
+ "win32"
1692
+ ],
1693
+ "engines": {
1694
+ "node": ">= 12.0.0"
1695
+ },
1696
+ "funding": {
1697
+ "type": "opencollective",
1698
+ "url": "https://opencollective.com/parcel"
1699
+ }
1700
+ },
1701
+ "node_modules/magic-string": {
1702
+ "version": "0.30.21",
1703
+ "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
1704
+ "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
1705
+ "dev": true,
1706
+ "license": "MIT",
1707
+ "dependencies": {
1708
+ "@jridgewell/sourcemap-codec": "^1.5.5"
1709
+ }
1710
+ },
1711
+ "node_modules/math-intrinsics": {
1712
+ "version": "1.1.0",
1713
+ "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
1714
+ "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
1715
+ "license": "MIT",
1716
+ "engines": {
1717
+ "node": ">= 0.4"
1718
+ }
1719
+ },
1720
+ "node_modules/media-typer": {
1721
+ "version": "1.1.0",
1722
+ "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.0.tgz",
1723
+ "integrity": "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==",
1724
+ "license": "MIT",
1725
+ "engines": {
1726
+ "node": ">= 0.8"
1727
+ }
1728
+ },
1729
+ "node_modules/merge-descriptors": {
1730
+ "version": "2.0.0",
1731
+ "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz",
1732
+ "integrity": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==",
1733
+ "license": "MIT",
1734
+ "engines": {
1735
+ "node": ">=18"
1736
+ },
1737
+ "funding": {
1738
+ "url": "https://github.com/sponsors/sindresorhus"
1739
+ }
1740
+ },
1741
+ "node_modules/mime-db": {
1742
+ "version": "1.54.0",
1743
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
1744
+ "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
1745
+ "license": "MIT",
1746
+ "engines": {
1747
+ "node": ">= 0.6"
1748
+ }
1749
+ },
1750
+ "node_modules/mime-types": {
1751
+ "version": "3.0.2",
1752
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
1753
+ "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
1754
+ "license": "MIT",
1755
+ "dependencies": {
1756
+ "mime-db": "^1.54.0"
1757
+ },
1758
+ "engines": {
1759
+ "node": ">=18"
1760
+ },
1761
+ "funding": {
1762
+ "type": "opencollective",
1763
+ "url": "https://opencollective.com/express"
1764
+ }
1765
+ },
1766
+ "node_modules/mimic-response": {
1767
+ "version": "3.1.0",
1768
+ "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz",
1769
+ "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==",
1770
+ "license": "MIT",
1771
+ "engines": {
1772
+ "node": ">=10"
1773
+ },
1774
+ "funding": {
1775
+ "url": "https://github.com/sponsors/sindresorhus"
1776
+ }
1777
+ },
1778
+ "node_modules/minimist": {
1779
+ "version": "1.2.8",
1780
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
1781
+ "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
1782
+ "license": "MIT",
1783
+ "funding": {
1784
+ "url": "https://github.com/sponsors/ljharb"
1785
+ }
1786
+ },
1787
+ "node_modules/mkdirp-classic": {
1788
+ "version": "0.5.3",
1789
+ "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz",
1790
+ "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==",
1791
+ "license": "MIT"
1792
+ },
1793
+ "node_modules/ms": {
1794
+ "version": "2.1.3",
1795
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
1796
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
1797
+ "license": "MIT"
1798
+ },
1799
+ "node_modules/nanoid": {
1800
+ "version": "3.3.12",
1801
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.12.tgz",
1802
+ "integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==",
1803
+ "dev": true,
1804
+ "funding": [
1805
+ {
1806
+ "type": "github",
1807
+ "url": "https://github.com/sponsors/ai"
1808
+ }
1809
+ ],
1810
+ "license": "MIT",
1811
+ "bin": {
1812
+ "nanoid": "bin/nanoid.cjs"
1813
+ },
1814
+ "engines": {
1815
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
1816
+ }
1817
+ },
1818
+ "node_modules/napi-build-utils": {
1819
+ "version": "2.0.0",
1820
+ "resolved": "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-2.0.0.tgz",
1821
+ "integrity": "sha512-GEbrYkbfF7MoNaoh2iGG84Mnf/WZfB0GdGEsM8wz7Expx/LlWf5U8t9nvJKXSp3qr5IsEbK04cBGhol/KwOsWA==",
1822
+ "license": "MIT"
1823
+ },
1824
+ "node_modules/negotiator": {
1825
+ "version": "1.0.0",
1826
+ "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz",
1827
+ "integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==",
1828
+ "license": "MIT",
1829
+ "engines": {
1830
+ "node": ">= 0.6"
1831
+ }
1832
+ },
1833
+ "node_modules/node-abi": {
1834
+ "version": "3.92.0",
1835
+ "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.92.0.tgz",
1836
+ "integrity": "sha512-KdHvFWZjEKDf0cakgFjebl371GPsISX2oZHcuyKqM7DtogIsHrqKeLTo8wBHxaXRAQlY2PsPlZmfo+9ZCxEREQ==",
1837
+ "license": "MIT",
1838
+ "dependencies": {
1839
+ "semver": "^7.3.5"
1840
+ },
1841
+ "engines": {
1842
+ "node": ">=10"
1843
+ }
1844
+ },
1845
+ "node_modules/object-assign": {
1846
+ "version": "4.1.1",
1847
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
1848
+ "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
1849
+ "license": "MIT",
1850
+ "engines": {
1851
+ "node": ">=0.10.0"
1852
+ }
1853
+ },
1854
+ "node_modules/object-inspect": {
1855
+ "version": "1.13.4",
1856
+ "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
1857
+ "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
1858
+ "license": "MIT",
1859
+ "engines": {
1860
+ "node": ">= 0.4"
1861
+ },
1862
+ "funding": {
1863
+ "url": "https://github.com/sponsors/ljharb"
1864
+ }
1865
+ },
1866
+ "node_modules/obug": {
1867
+ "version": "2.1.1",
1868
+ "resolved": "https://registry.npmjs.org/obug/-/obug-2.1.1.tgz",
1869
+ "integrity": "sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==",
1870
+ "dev": true,
1871
+ "funding": [
1872
+ "https://github.com/sponsors/sxzz",
1873
+ "https://opencollective.com/debug"
1874
+ ],
1875
+ "license": "MIT"
1876
+ },
1877
+ "node_modules/on-finished": {
1878
+ "version": "2.4.1",
1879
+ "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
1880
+ "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
1881
+ "license": "MIT",
1882
+ "dependencies": {
1883
+ "ee-first": "1.1.1"
1884
+ },
1885
+ "engines": {
1886
+ "node": ">= 0.8"
1887
+ }
1888
+ },
1889
+ "node_modules/once": {
1890
+ "version": "1.4.0",
1891
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
1892
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
1893
+ "license": "ISC",
1894
+ "dependencies": {
1895
+ "wrappy": "1"
1896
+ }
1897
+ },
1898
+ "node_modules/parseurl": {
1899
+ "version": "1.3.3",
1900
+ "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
1901
+ "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
1902
+ "license": "MIT",
1903
+ "engines": {
1904
+ "node": ">= 0.8"
1905
+ }
1906
+ },
1907
+ "node_modules/path-key": {
1908
+ "version": "3.1.1",
1909
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
1910
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
1911
+ "license": "MIT",
1912
+ "engines": {
1913
+ "node": ">=8"
1914
+ }
1915
+ },
1916
+ "node_modules/path-to-regexp": {
1917
+ "version": "8.4.2",
1918
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.2.tgz",
1919
+ "integrity": "sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA==",
1920
+ "license": "MIT",
1921
+ "funding": {
1922
+ "type": "opencollective",
1923
+ "url": "https://opencollective.com/express"
1924
+ }
1925
+ },
1926
+ "node_modules/pathe": {
1927
+ "version": "2.0.3",
1928
+ "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
1929
+ "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
1930
+ "dev": true,
1931
+ "license": "MIT"
1932
+ },
1933
+ "node_modules/picocolors": {
1934
+ "version": "1.1.1",
1935
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
1936
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
1937
+ "dev": true,
1938
+ "license": "ISC"
1939
+ },
1940
+ "node_modules/picomatch": {
1941
+ "version": "4.0.4",
1942
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
1943
+ "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
1944
+ "dev": true,
1945
+ "license": "MIT",
1946
+ "peer": true,
1947
+ "engines": {
1948
+ "node": ">=12"
1949
+ },
1950
+ "funding": {
1951
+ "url": "https://github.com/sponsors/jonschlinkert"
1952
+ }
1953
+ },
1954
+ "node_modules/pkce-challenge": {
1955
+ "version": "5.0.1",
1956
+ "resolved": "https://registry.npmjs.org/pkce-challenge/-/pkce-challenge-5.0.1.tgz",
1957
+ "integrity": "sha512-wQ0b/W4Fr01qtpHlqSqspcj3EhBvimsdh0KlHhH8HRZnMsEa0ea2fTULOXOS9ccQr3om+GcGRk4e+isrZWV8qQ==",
1958
+ "license": "MIT",
1959
+ "engines": {
1960
+ "node": ">=16.20.0"
1961
+ }
1962
+ },
1963
+ "node_modules/postcss": {
1964
+ "version": "8.5.14",
1965
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz",
1966
+ "integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==",
1967
+ "dev": true,
1968
+ "funding": [
1969
+ {
1970
+ "type": "opencollective",
1971
+ "url": "https://opencollective.com/postcss/"
1972
+ },
1973
+ {
1974
+ "type": "tidelift",
1975
+ "url": "https://tidelift.com/funding/github/npm/postcss"
1976
+ },
1977
+ {
1978
+ "type": "github",
1979
+ "url": "https://github.com/sponsors/ai"
1980
+ }
1981
+ ],
1982
+ "license": "MIT",
1983
+ "dependencies": {
1984
+ "nanoid": "^3.3.11",
1985
+ "picocolors": "^1.1.1",
1986
+ "source-map-js": "^1.2.1"
1987
+ },
1988
+ "engines": {
1989
+ "node": "^10 || ^12 || >=14"
1990
+ }
1991
+ },
1992
+ "node_modules/prebuild-install": {
1993
+ "version": "7.1.3",
1994
+ "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.3.tgz",
1995
+ "integrity": "sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug==",
1996
+ "deprecated": "No longer maintained. Please contact the author of the relevant native addon; alternatives are available.",
1997
+ "license": "MIT",
1998
+ "dependencies": {
1999
+ "detect-libc": "^2.0.0",
2000
+ "expand-template": "^2.0.3",
2001
+ "github-from-package": "0.0.0",
2002
+ "minimist": "^1.2.3",
2003
+ "mkdirp-classic": "^0.5.3",
2004
+ "napi-build-utils": "^2.0.0",
2005
+ "node-abi": "^3.3.0",
2006
+ "pump": "^3.0.0",
2007
+ "rc": "^1.2.7",
2008
+ "simple-get": "^4.0.0",
2009
+ "tar-fs": "^2.0.0",
2010
+ "tunnel-agent": "^0.6.0"
2011
+ },
2012
+ "bin": {
2013
+ "prebuild-install": "bin.js"
2014
+ },
2015
+ "engines": {
2016
+ "node": ">=10"
2017
+ }
2018
+ },
2019
+ "node_modules/proxy-addr": {
2020
+ "version": "2.0.7",
2021
+ "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
2022
+ "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
2023
+ "license": "MIT",
2024
+ "dependencies": {
2025
+ "forwarded": "0.2.0",
2026
+ "ipaddr.js": "1.9.1"
2027
+ },
2028
+ "engines": {
2029
+ "node": ">= 0.10"
2030
+ }
2031
+ },
2032
+ "node_modules/pump": {
2033
+ "version": "3.0.4",
2034
+ "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.4.tgz",
2035
+ "integrity": "sha512-VS7sjc6KR7e1ukRFhQSY5LM2uBWAUPiOPa/A3mkKmiMwSmRFUITt0xuj+/lesgnCv+dPIEYlkzrcyXgquIHMcA==",
2036
+ "license": "MIT",
2037
+ "dependencies": {
2038
+ "end-of-stream": "^1.1.0",
2039
+ "once": "^1.3.1"
2040
+ }
2041
+ },
2042
+ "node_modules/qs": {
2043
+ "version": "6.15.1",
2044
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.1.tgz",
2045
+ "integrity": "sha512-6YHEFRL9mfgcAvql/XhwTvf5jKcOiiupt2FiJxHkiX1z4j7WL8J/jRHYLluORvc1XxB5rV20KoeK00gVJamspg==",
2046
+ "license": "BSD-3-Clause",
2047
+ "dependencies": {
2048
+ "side-channel": "^1.1.0"
2049
+ },
2050
+ "engines": {
2051
+ "node": ">=0.6"
2052
+ },
2053
+ "funding": {
2054
+ "url": "https://github.com/sponsors/ljharb"
2055
+ }
2056
+ },
2057
+ "node_modules/range-parser": {
2058
+ "version": "1.2.1",
2059
+ "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
2060
+ "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
2061
+ "license": "MIT",
2062
+ "engines": {
2063
+ "node": ">= 0.6"
2064
+ }
2065
+ },
2066
+ "node_modules/raw-body": {
2067
+ "version": "3.0.2",
2068
+ "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.2.tgz",
2069
+ "integrity": "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==",
2070
+ "license": "MIT",
2071
+ "dependencies": {
2072
+ "bytes": "~3.1.2",
2073
+ "http-errors": "~2.0.1",
2074
+ "iconv-lite": "~0.7.0",
2075
+ "unpipe": "~1.0.0"
2076
+ },
2077
+ "engines": {
2078
+ "node": ">= 0.10"
2079
+ }
2080
+ },
2081
+ "node_modules/rc": {
2082
+ "version": "1.2.8",
2083
+ "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz",
2084
+ "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==",
2085
+ "license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
2086
+ "dependencies": {
2087
+ "deep-extend": "^0.6.0",
2088
+ "ini": "~1.3.0",
2089
+ "minimist": "^1.2.0",
2090
+ "strip-json-comments": "~2.0.1"
2091
+ },
2092
+ "bin": {
2093
+ "rc": "cli.js"
2094
+ }
2095
+ },
2096
+ "node_modules/readable-stream": {
2097
+ "version": "3.6.2",
2098
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
2099
+ "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
2100
+ "license": "MIT",
2101
+ "dependencies": {
2102
+ "inherits": "^2.0.3",
2103
+ "string_decoder": "^1.1.1",
2104
+ "util-deprecate": "^1.0.1"
2105
+ },
2106
+ "engines": {
2107
+ "node": ">= 6"
2108
+ }
2109
+ },
2110
+ "node_modules/require-from-string": {
2111
+ "version": "2.0.2",
2112
+ "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
2113
+ "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
2114
+ "license": "MIT",
2115
+ "engines": {
2116
+ "node": ">=0.10.0"
2117
+ }
2118
+ },
2119
+ "node_modules/rolldown": {
2120
+ "version": "1.0.1",
2121
+ "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.1.tgz",
2122
+ "integrity": "sha512-X0KQHljNnEkWNqqiz9zJrGunh1B0HgOxLXvnFpCOcadzcy5qohZ3tqMEUg00vncoRovXuK3ZqCT9KnnKzoInFQ==",
2123
+ "dev": true,
2124
+ "license": "MIT",
2125
+ "dependencies": {
2126
+ "@oxc-project/types": "=0.130.0",
2127
+ "@rolldown/pluginutils": "^1.0.0"
2128
+ },
2129
+ "bin": {
2130
+ "rolldown": "bin/cli.mjs"
2131
+ },
2132
+ "engines": {
2133
+ "node": "^20.19.0 || >=22.12.0"
2134
+ },
2135
+ "optionalDependencies": {
2136
+ "@rolldown/binding-android-arm64": "1.0.1",
2137
+ "@rolldown/binding-darwin-arm64": "1.0.1",
2138
+ "@rolldown/binding-darwin-x64": "1.0.1",
2139
+ "@rolldown/binding-freebsd-x64": "1.0.1",
2140
+ "@rolldown/binding-linux-arm-gnueabihf": "1.0.1",
2141
+ "@rolldown/binding-linux-arm64-gnu": "1.0.1",
2142
+ "@rolldown/binding-linux-arm64-musl": "1.0.1",
2143
+ "@rolldown/binding-linux-ppc64-gnu": "1.0.1",
2144
+ "@rolldown/binding-linux-s390x-gnu": "1.0.1",
2145
+ "@rolldown/binding-linux-x64-gnu": "1.0.1",
2146
+ "@rolldown/binding-linux-x64-musl": "1.0.1",
2147
+ "@rolldown/binding-openharmony-arm64": "1.0.1",
2148
+ "@rolldown/binding-wasm32-wasi": "1.0.1",
2149
+ "@rolldown/binding-win32-arm64-msvc": "1.0.1",
2150
+ "@rolldown/binding-win32-x64-msvc": "1.0.1"
2151
+ }
2152
+ },
2153
+ "node_modules/router": {
2154
+ "version": "2.2.0",
2155
+ "resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz",
2156
+ "integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==",
2157
+ "license": "MIT",
2158
+ "dependencies": {
2159
+ "debug": "^4.4.0",
2160
+ "depd": "^2.0.0",
2161
+ "is-promise": "^4.0.0",
2162
+ "parseurl": "^1.3.3",
2163
+ "path-to-regexp": "^8.0.0"
2164
+ },
2165
+ "engines": {
2166
+ "node": ">= 18"
2167
+ }
2168
+ },
2169
+ "node_modules/safe-buffer": {
2170
+ "version": "5.2.1",
2171
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
2172
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
2173
+ "funding": [
2174
+ {
2175
+ "type": "github",
2176
+ "url": "https://github.com/sponsors/feross"
2177
+ },
2178
+ {
2179
+ "type": "patreon",
2180
+ "url": "https://www.patreon.com/feross"
2181
+ },
2182
+ {
2183
+ "type": "consulting",
2184
+ "url": "https://feross.org/support"
2185
+ }
2186
+ ],
2187
+ "license": "MIT"
2188
+ },
2189
+ "node_modules/safer-buffer": {
2190
+ "version": "2.1.2",
2191
+ "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
2192
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
2193
+ "license": "MIT"
2194
+ },
2195
+ "node_modules/semver": {
2196
+ "version": "7.8.0",
2197
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.0.tgz",
2198
+ "integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
2199
+ "license": "ISC",
2200
+ "bin": {
2201
+ "semver": "bin/semver.js"
2202
+ },
2203
+ "engines": {
2204
+ "node": ">=10"
2205
+ }
2206
+ },
2207
+ "node_modules/send": {
2208
+ "version": "1.2.1",
2209
+ "resolved": "https://registry.npmjs.org/send/-/send-1.2.1.tgz",
2210
+ "integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
2211
+ "license": "MIT",
2212
+ "dependencies": {
2213
+ "debug": "^4.4.3",
2214
+ "encodeurl": "^2.0.0",
2215
+ "escape-html": "^1.0.3",
2216
+ "etag": "^1.8.1",
2217
+ "fresh": "^2.0.0",
2218
+ "http-errors": "^2.0.1",
2219
+ "mime-types": "^3.0.2",
2220
+ "ms": "^2.1.3",
2221
+ "on-finished": "^2.4.1",
2222
+ "range-parser": "^1.2.1",
2223
+ "statuses": "^2.0.2"
2224
+ },
2225
+ "engines": {
2226
+ "node": ">= 18"
2227
+ },
2228
+ "funding": {
2229
+ "type": "opencollective",
2230
+ "url": "https://opencollective.com/express"
2231
+ }
2232
+ },
2233
+ "node_modules/serve-static": {
2234
+ "version": "2.2.1",
2235
+ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz",
2236
+ "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
2237
+ "license": "MIT",
2238
+ "dependencies": {
2239
+ "encodeurl": "^2.0.0",
2240
+ "escape-html": "^1.0.3",
2241
+ "parseurl": "^1.3.3",
2242
+ "send": "^1.2.0"
2243
+ },
2244
+ "engines": {
2245
+ "node": ">= 18"
2246
+ },
2247
+ "funding": {
2248
+ "type": "opencollective",
2249
+ "url": "https://opencollective.com/express"
2250
+ }
2251
+ },
2252
+ "node_modules/setprototypeof": {
2253
+ "version": "1.2.0",
2254
+ "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
2255
+ "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
2256
+ "license": "ISC"
2257
+ },
2258
+ "node_modules/shebang-command": {
2259
+ "version": "2.0.0",
2260
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
2261
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
2262
+ "license": "MIT",
2263
+ "dependencies": {
2264
+ "shebang-regex": "^3.0.0"
2265
+ },
2266
+ "engines": {
2267
+ "node": ">=8"
2268
+ }
2269
+ },
2270
+ "node_modules/shebang-regex": {
2271
+ "version": "3.0.0",
2272
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
2273
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
2274
+ "license": "MIT",
2275
+ "engines": {
2276
+ "node": ">=8"
2277
+ }
2278
+ },
2279
+ "node_modules/side-channel": {
2280
+ "version": "1.1.0",
2281
+ "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
2282
+ "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
2283
+ "license": "MIT",
2284
+ "dependencies": {
2285
+ "es-errors": "^1.3.0",
2286
+ "object-inspect": "^1.13.3",
2287
+ "side-channel-list": "^1.0.0",
2288
+ "side-channel-map": "^1.0.1",
2289
+ "side-channel-weakmap": "^1.0.2"
2290
+ },
2291
+ "engines": {
2292
+ "node": ">= 0.4"
2293
+ },
2294
+ "funding": {
2295
+ "url": "https://github.com/sponsors/ljharb"
2296
+ }
2297
+ },
2298
+ "node_modules/side-channel-list": {
2299
+ "version": "1.0.1",
2300
+ "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.1.tgz",
2301
+ "integrity": "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==",
2302
+ "license": "MIT",
2303
+ "dependencies": {
2304
+ "es-errors": "^1.3.0",
2305
+ "object-inspect": "^1.13.4"
2306
+ },
2307
+ "engines": {
2308
+ "node": ">= 0.4"
2309
+ },
2310
+ "funding": {
2311
+ "url": "https://github.com/sponsors/ljharb"
2312
+ }
2313
+ },
2314
+ "node_modules/side-channel-map": {
2315
+ "version": "1.0.1",
2316
+ "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
2317
+ "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
2318
+ "license": "MIT",
2319
+ "dependencies": {
2320
+ "call-bound": "^1.0.2",
2321
+ "es-errors": "^1.3.0",
2322
+ "get-intrinsic": "^1.2.5",
2323
+ "object-inspect": "^1.13.3"
2324
+ },
2325
+ "engines": {
2326
+ "node": ">= 0.4"
2327
+ },
2328
+ "funding": {
2329
+ "url": "https://github.com/sponsors/ljharb"
2330
+ }
2331
+ },
2332
+ "node_modules/side-channel-weakmap": {
2333
+ "version": "1.0.2",
2334
+ "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
2335
+ "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
2336
+ "license": "MIT",
2337
+ "dependencies": {
2338
+ "call-bound": "^1.0.2",
2339
+ "es-errors": "^1.3.0",
2340
+ "get-intrinsic": "^1.2.5",
2341
+ "object-inspect": "^1.13.3",
2342
+ "side-channel-map": "^1.0.1"
2343
+ },
2344
+ "engines": {
2345
+ "node": ">= 0.4"
2346
+ },
2347
+ "funding": {
2348
+ "url": "https://github.com/sponsors/ljharb"
2349
+ }
2350
+ },
2351
+ "node_modules/siginfo": {
2352
+ "version": "2.0.0",
2353
+ "resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz",
2354
+ "integrity": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==",
2355
+ "dev": true,
2356
+ "license": "ISC"
2357
+ },
2358
+ "node_modules/simple-concat": {
2359
+ "version": "1.0.1",
2360
+ "resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz",
2361
+ "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==",
2362
+ "funding": [
2363
+ {
2364
+ "type": "github",
2365
+ "url": "https://github.com/sponsors/feross"
2366
+ },
2367
+ {
2368
+ "type": "patreon",
2369
+ "url": "https://www.patreon.com/feross"
2370
+ },
2371
+ {
2372
+ "type": "consulting",
2373
+ "url": "https://feross.org/support"
2374
+ }
2375
+ ],
2376
+ "license": "MIT"
2377
+ },
2378
+ "node_modules/simple-get": {
2379
+ "version": "4.0.1",
2380
+ "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-4.0.1.tgz",
2381
+ "integrity": "sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==",
2382
+ "funding": [
2383
+ {
2384
+ "type": "github",
2385
+ "url": "https://github.com/sponsors/feross"
2386
+ },
2387
+ {
2388
+ "type": "patreon",
2389
+ "url": "https://www.patreon.com/feross"
2390
+ },
2391
+ {
2392
+ "type": "consulting",
2393
+ "url": "https://feross.org/support"
2394
+ }
2395
+ ],
2396
+ "license": "MIT",
2397
+ "dependencies": {
2398
+ "decompress-response": "^6.0.0",
2399
+ "once": "^1.3.1",
2400
+ "simple-concat": "^1.0.0"
2401
+ }
2402
+ },
2403
+ "node_modules/source-map-js": {
2404
+ "version": "1.2.1",
2405
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
2406
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
2407
+ "dev": true,
2408
+ "license": "BSD-3-Clause",
2409
+ "engines": {
2410
+ "node": ">=0.10.0"
2411
+ }
2412
+ },
2413
+ "node_modules/stackback": {
2414
+ "version": "0.0.2",
2415
+ "resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz",
2416
+ "integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==",
2417
+ "dev": true,
2418
+ "license": "MIT"
2419
+ },
2420
+ "node_modules/statuses": {
2421
+ "version": "2.0.2",
2422
+ "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
2423
+ "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
2424
+ "license": "MIT",
2425
+ "engines": {
2426
+ "node": ">= 0.8"
2427
+ }
2428
+ },
2429
+ "node_modules/std-env": {
2430
+ "version": "4.1.0",
2431
+ "resolved": "https://registry.npmjs.org/std-env/-/std-env-4.1.0.tgz",
2432
+ "integrity": "sha512-Rq7ybcX2RuC55r9oaPVEW7/xu3tj8u4GeBYHBWCychFtzMIr86A7e3PPEBPT37sHStKX3+TiX/Fr/ACmJLVlLQ==",
2433
+ "dev": true,
2434
+ "license": "MIT"
2435
+ },
2436
+ "node_modules/string_decoder": {
2437
+ "version": "1.3.0",
2438
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
2439
+ "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
2440
+ "license": "MIT",
2441
+ "dependencies": {
2442
+ "safe-buffer": "~5.2.0"
2443
+ }
2444
+ },
2445
+ "node_modules/strip-json-comments": {
2446
+ "version": "2.0.1",
2447
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
2448
+ "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==",
2449
+ "license": "MIT",
2450
+ "engines": {
2451
+ "node": ">=0.10.0"
2452
+ }
2453
+ },
2454
+ "node_modules/tar-fs": {
2455
+ "version": "2.1.4",
2456
+ "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.4.tgz",
2457
+ "integrity": "sha512-mDAjwmZdh7LTT6pNleZ05Yt65HC3E+NiQzl672vQG38jIrehtJk/J3mNwIg+vShQPcLF/LV7CMnDW6vjj6sfYQ==",
2458
+ "license": "MIT",
2459
+ "dependencies": {
2460
+ "chownr": "^1.1.1",
2461
+ "mkdirp-classic": "^0.5.2",
2462
+ "pump": "^3.0.0",
2463
+ "tar-stream": "^2.1.4"
2464
+ }
2465
+ },
2466
+ "node_modules/tar-stream": {
2467
+ "version": "2.2.0",
2468
+ "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz",
2469
+ "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==",
2470
+ "license": "MIT",
2471
+ "dependencies": {
2472
+ "bl": "^4.0.3",
2473
+ "end-of-stream": "^1.4.1",
2474
+ "fs-constants": "^1.0.0",
2475
+ "inherits": "^2.0.3",
2476
+ "readable-stream": "^3.1.1"
2477
+ },
2478
+ "engines": {
2479
+ "node": ">=6"
2480
+ }
2481
+ },
2482
+ "node_modules/tinybench": {
2483
+ "version": "2.9.0",
2484
+ "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz",
2485
+ "integrity": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==",
2486
+ "dev": true,
2487
+ "license": "MIT"
2488
+ },
2489
+ "node_modules/tinyexec": {
2490
+ "version": "1.1.2",
2491
+ "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.1.2.tgz",
2492
+ "integrity": "sha512-dAqSqE/RabpBKI8+h26GfLq6Vb3JVXs30XYQjdMjaj/c2tS8IYYMbIzP599KtRj7c57/wYApb3QjgRgXmrCukA==",
2493
+ "dev": true,
2494
+ "license": "MIT",
2495
+ "engines": {
2496
+ "node": ">=18"
2497
+ }
2498
+ },
2499
+ "node_modules/tinyglobby": {
2500
+ "version": "0.2.16",
2501
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
2502
+ "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
2503
+ "dev": true,
2504
+ "license": "MIT",
2505
+ "dependencies": {
2506
+ "fdir": "^6.5.0",
2507
+ "picomatch": "^4.0.4"
2508
+ },
2509
+ "engines": {
2510
+ "node": ">=12.0.0"
2511
+ },
2512
+ "funding": {
2513
+ "url": "https://github.com/sponsors/SuperchupuDev"
2514
+ }
2515
+ },
2516
+ "node_modules/tinyrainbow": {
2517
+ "version": "3.1.0",
2518
+ "resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-3.1.0.tgz",
2519
+ "integrity": "sha512-Bf+ILmBgretUrdJxzXM0SgXLZ3XfiaUuOj/IKQHuTXip+05Xn+uyEYdVg0kYDipTBcLrCVyUzAPz7QmArb0mmw==",
2520
+ "dev": true,
2521
+ "license": "MIT",
2522
+ "engines": {
2523
+ "node": ">=14.0.0"
2524
+ }
2525
+ },
2526
+ "node_modules/toidentifier": {
2527
+ "version": "1.0.1",
2528
+ "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
2529
+ "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
2530
+ "license": "MIT",
2531
+ "engines": {
2532
+ "node": ">=0.6"
2533
+ }
2534
+ },
2535
+ "node_modules/tslib": {
2536
+ "version": "2.8.1",
2537
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
2538
+ "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
2539
+ "dev": true,
2540
+ "license": "0BSD",
2541
+ "optional": true
2542
+ },
2543
+ "node_modules/tunnel-agent": {
2544
+ "version": "0.6.0",
2545
+ "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
2546
+ "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==",
2547
+ "license": "Apache-2.0",
2548
+ "dependencies": {
2549
+ "safe-buffer": "^5.0.1"
2550
+ },
2551
+ "engines": {
2552
+ "node": "*"
2553
+ }
2554
+ },
2555
+ "node_modules/type-is": {
2556
+ "version": "2.1.0",
2557
+ "resolved": "https://registry.npmjs.org/type-is/-/type-is-2.1.0.tgz",
2558
+ "integrity": "sha512-faYHw0anBbc/kWF3zFTEnxSFOAGUX9GFbOBthvDdLsIlEoWOFOtS0zgCiQYwIskL9iGXZL3kAXD8OoZ4GmMATA==",
2559
+ "license": "MIT",
2560
+ "dependencies": {
2561
+ "content-type": "^2.0.0",
2562
+ "media-typer": "^1.1.0",
2563
+ "mime-types": "^3.0.0"
2564
+ },
2565
+ "engines": {
2566
+ "node": ">= 18"
2567
+ },
2568
+ "funding": {
2569
+ "type": "opencollective",
2570
+ "url": "https://opencollective.com/express"
2571
+ }
2572
+ },
2573
+ "node_modules/type-is/node_modules/content-type": {
2574
+ "version": "2.0.0",
2575
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-2.0.0.tgz",
2576
+ "integrity": "sha512-j/O/d7GcZCyNl7/hwZAb606rzqkyvaDctLmckbxLzHvFBzTJHuGEdodATcP3yIRoDrLHkIATJuvzbFlp/ki2cQ==",
2577
+ "license": "MIT",
2578
+ "engines": {
2579
+ "node": ">=18"
2580
+ },
2581
+ "funding": {
2582
+ "type": "opencollective",
2583
+ "url": "https://opencollective.com/express"
2584
+ }
2585
+ },
2586
+ "node_modules/unpipe": {
2587
+ "version": "1.0.0",
2588
+ "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
2589
+ "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
2590
+ "license": "MIT",
2591
+ "engines": {
2592
+ "node": ">= 0.8"
2593
+ }
2594
+ },
2595
+ "node_modules/util-deprecate": {
2596
+ "version": "1.0.2",
2597
+ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
2598
+ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
2599
+ "license": "MIT"
2600
+ },
2601
+ "node_modules/vary": {
2602
+ "version": "1.1.2",
2603
+ "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
2604
+ "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
2605
+ "license": "MIT",
2606
+ "engines": {
2607
+ "node": ">= 0.8"
2608
+ }
2609
+ },
2610
+ "node_modules/vite": {
2611
+ "version": "8.0.13",
2612
+ "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.13.tgz",
2613
+ "integrity": "sha512-MFtjBYgzmSxmgA4RAfjIyXWpGe1oALnjgUTzzV7QLx/TKxCzjtMH6Fd9/eVK+5Fg1qNoz5VAwsmMs/NofrmJvw==",
2614
+ "dev": true,
2615
+ "license": "MIT",
2616
+ "peer": true,
2617
+ "dependencies": {
2618
+ "lightningcss": "^1.32.0",
2619
+ "picomatch": "^4.0.4",
2620
+ "postcss": "^8.5.14",
2621
+ "rolldown": "1.0.1",
2622
+ "tinyglobby": "^0.2.16"
2623
+ },
2624
+ "bin": {
2625
+ "vite": "bin/vite.js"
2626
+ },
2627
+ "engines": {
2628
+ "node": "^20.19.0 || >=22.12.0"
2629
+ },
2630
+ "funding": {
2631
+ "url": "https://github.com/vitejs/vite?sponsor=1"
2632
+ },
2633
+ "optionalDependencies": {
2634
+ "fsevents": "~2.3.3"
2635
+ },
2636
+ "peerDependencies": {
2637
+ "@types/node": "^20.19.0 || >=22.12.0",
2638
+ "@vitejs/devtools": "^0.1.18",
2639
+ "esbuild": "^0.27.0 || ^0.28.0",
2640
+ "jiti": ">=1.21.0",
2641
+ "less": "^4.0.0",
2642
+ "sass": "^1.70.0",
2643
+ "sass-embedded": "^1.70.0",
2644
+ "stylus": ">=0.54.8",
2645
+ "sugarss": "^5.0.0",
2646
+ "terser": "^5.16.0",
2647
+ "tsx": "^4.8.1",
2648
+ "yaml": "^2.4.2"
2649
+ },
2650
+ "peerDependenciesMeta": {
2651
+ "@types/node": {
2652
+ "optional": true
2653
+ },
2654
+ "@vitejs/devtools": {
2655
+ "optional": true
2656
+ },
2657
+ "esbuild": {
2658
+ "optional": true
2659
+ },
2660
+ "jiti": {
2661
+ "optional": true
2662
+ },
2663
+ "less": {
2664
+ "optional": true
2665
+ },
2666
+ "sass": {
2667
+ "optional": true
2668
+ },
2669
+ "sass-embedded": {
2670
+ "optional": true
2671
+ },
2672
+ "stylus": {
2673
+ "optional": true
2674
+ },
2675
+ "sugarss": {
2676
+ "optional": true
2677
+ },
2678
+ "terser": {
2679
+ "optional": true
2680
+ },
2681
+ "tsx": {
2682
+ "optional": true
2683
+ },
2684
+ "yaml": {
2685
+ "optional": true
2686
+ }
2687
+ }
2688
+ },
2689
+ "node_modules/vitest": {
2690
+ "version": "4.1.6",
2691
+ "resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.6.tgz",
2692
+ "integrity": "sha512-6lvjbS3p9b4CrdCmguzbh2/4uoXhGE2q71R4OX5sqF9R1bo9Xd6fGrMAfvp5wnCzlBnFVdCOp6onuTQVbo8iUQ==",
2693
+ "dev": true,
2694
+ "license": "MIT",
2695
+ "dependencies": {
2696
+ "@vitest/expect": "4.1.6",
2697
+ "@vitest/mocker": "4.1.6",
2698
+ "@vitest/pretty-format": "4.1.6",
2699
+ "@vitest/runner": "4.1.6",
2700
+ "@vitest/snapshot": "4.1.6",
2701
+ "@vitest/spy": "4.1.6",
2702
+ "@vitest/utils": "4.1.6",
2703
+ "es-module-lexer": "^2.0.0",
2704
+ "expect-type": "^1.3.0",
2705
+ "magic-string": "^0.30.21",
2706
+ "obug": "^2.1.1",
2707
+ "pathe": "^2.0.3",
2708
+ "picomatch": "^4.0.3",
2709
+ "std-env": "^4.0.0-rc.1",
2710
+ "tinybench": "^2.9.0",
2711
+ "tinyexec": "^1.0.2",
2712
+ "tinyglobby": "^0.2.15",
2713
+ "tinyrainbow": "^3.1.0",
2714
+ "vite": "^6.0.0 || ^7.0.0 || ^8.0.0",
2715
+ "why-is-node-running": "^2.3.0"
2716
+ },
2717
+ "bin": {
2718
+ "vitest": "vitest.mjs"
2719
+ },
2720
+ "engines": {
2721
+ "node": "^20.0.0 || ^22.0.0 || >=24.0.0"
2722
+ },
2723
+ "funding": {
2724
+ "url": "https://opencollective.com/vitest"
2725
+ },
2726
+ "peerDependencies": {
2727
+ "@edge-runtime/vm": "*",
2728
+ "@opentelemetry/api": "^1.9.0",
2729
+ "@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0",
2730
+ "@vitest/browser-playwright": "4.1.6",
2731
+ "@vitest/browser-preview": "4.1.6",
2732
+ "@vitest/browser-webdriverio": "4.1.6",
2733
+ "@vitest/coverage-istanbul": "4.1.6",
2734
+ "@vitest/coverage-v8": "4.1.6",
2735
+ "@vitest/ui": "4.1.6",
2736
+ "happy-dom": "*",
2737
+ "jsdom": "*",
2738
+ "vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
2739
+ },
2740
+ "peerDependenciesMeta": {
2741
+ "@edge-runtime/vm": {
2742
+ "optional": true
2743
+ },
2744
+ "@opentelemetry/api": {
2745
+ "optional": true
2746
+ },
2747
+ "@types/node": {
2748
+ "optional": true
2749
+ },
2750
+ "@vitest/browser-playwright": {
2751
+ "optional": true
2752
+ },
2753
+ "@vitest/browser-preview": {
2754
+ "optional": true
2755
+ },
2756
+ "@vitest/browser-webdriverio": {
2757
+ "optional": true
2758
+ },
2759
+ "@vitest/coverage-istanbul": {
2760
+ "optional": true
2761
+ },
2762
+ "@vitest/coverage-v8": {
2763
+ "optional": true
2764
+ },
2765
+ "@vitest/ui": {
2766
+ "optional": true
2767
+ },
2768
+ "happy-dom": {
2769
+ "optional": true
2770
+ },
2771
+ "jsdom": {
2772
+ "optional": true
2773
+ },
2774
+ "vite": {
2775
+ "optional": false
2776
+ }
2777
+ }
2778
+ },
2779
+ "node_modules/which": {
2780
+ "version": "2.0.2",
2781
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
2782
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
2783
+ "license": "ISC",
2784
+ "dependencies": {
2785
+ "isexe": "^2.0.0"
2786
+ },
2787
+ "bin": {
2788
+ "node-which": "bin/node-which"
2789
+ },
2790
+ "engines": {
2791
+ "node": ">= 8"
2792
+ }
2793
+ },
2794
+ "node_modules/why-is-node-running": {
2795
+ "version": "2.3.0",
2796
+ "resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz",
2797
+ "integrity": "sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==",
2798
+ "dev": true,
2799
+ "license": "MIT",
2800
+ "dependencies": {
2801
+ "siginfo": "^2.0.0",
2802
+ "stackback": "0.0.2"
2803
+ },
2804
+ "bin": {
2805
+ "why-is-node-running": "cli.js"
2806
+ },
2807
+ "engines": {
2808
+ "node": ">=8"
2809
+ }
2810
+ },
2811
+ "node_modules/wrappy": {
2812
+ "version": "1.0.2",
2813
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
2814
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
2815
+ "license": "ISC"
2816
+ },
2817
+ "node_modules/yaml": {
2818
+ "version": "2.9.0",
2819
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz",
2820
+ "integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==",
2821
+ "license": "ISC",
2822
+ "peer": true,
2823
+ "bin": {
2824
+ "yaml": "bin.mjs"
2825
+ },
2826
+ "engines": {
2827
+ "node": ">= 14.6"
2828
+ },
2829
+ "funding": {
2830
+ "url": "https://github.com/sponsors/eemeli"
2831
+ }
2832
+ },
2833
+ "node_modules/zod": {
2834
+ "version": "4.4.3",
2835
+ "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz",
2836
+ "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==",
2837
+ "license": "MIT",
2838
+ "peer": true,
2839
+ "funding": {
2840
+ "url": "https://github.com/sponsors/colinhacks"
2841
+ }
2842
+ },
2843
+ "node_modules/zod-to-json-schema": {
2844
+ "version": "3.25.2",
2845
+ "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.25.2.tgz",
2846
+ "integrity": "sha512-O/PgfnpT1xKSDeQYSCfRI5Gy3hPf91mKVDuYLUHZJMiDFptvP41MSnWofm8dnCm0256ZNfZIM7DSzuSMAFnjHA==",
2847
+ "license": "ISC",
2848
+ "peerDependencies": {
2849
+ "zod": "^3.25.28 || ^4"
2850
+ }
2851
+ }
2852
+ }
2853
+ }