@almadar/orb 11.18.1 → 16.8.1

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 (87) hide show
  1. package/package.json +6 -6
  2. package/shells/almadar-shell/LICENSE +0 -72
  3. package/shells/almadar-shell/README.md +0 -25
  4. package/shells/almadar-shell/locales/en.json +0 -120
  5. package/shells/almadar-shell/package.json +0 -35
  6. package/shells/almadar-shell/packages/client/eslint.config.cjs +0 -23
  7. package/shells/almadar-shell/packages/client/index.html +0 -13
  8. package/shells/almadar-shell/packages/client/package.json +0 -63
  9. package/shells/almadar-shell/packages/client/postcss.config.js +0 -6
  10. package/shells/almadar-shell/packages/client/src/App.tsx +0 -81
  11. package/shells/almadar-shell/packages/client/src/config/firebase.ts +0 -37
  12. package/shells/almadar-shell/packages/client/src/features/auth/AuthContext.tsx +0 -139
  13. package/shells/almadar-shell/packages/client/src/features/auth/authService.ts +0 -83
  14. package/shells/almadar-shell/packages/client/src/features/auth/components/Login.tsx +0 -218
  15. package/shells/almadar-shell/packages/client/src/features/auth/components/ProtectedRoute.tsx +0 -27
  16. package/shells/almadar-shell/packages/client/src/features/auth/components/UserProfile.tsx +0 -68
  17. package/shells/almadar-shell/packages/client/src/features/auth/components/index.ts +0 -3
  18. package/shells/almadar-shell/packages/client/src/features/auth/index.ts +0 -13
  19. package/shells/almadar-shell/packages/client/src/features/auth/types.ts +0 -24
  20. package/shells/almadar-shell/packages/client/src/index.css +0 -42
  21. package/shells/almadar-shell/packages/client/src/main.tsx +0 -8
  22. package/shells/almadar-shell/packages/client/src/navigation/index.ts +0 -55
  23. package/shells/almadar-shell/packages/client/src/pages/index.ts +0 -12
  24. package/shells/almadar-shell/packages/client/tailwind-preset.cjs +0 -259
  25. package/shells/almadar-shell/packages/client/tailwind.config.js +0 -28
  26. package/shells/almadar-shell/packages/client/tsconfig.json +0 -33
  27. package/shells/almadar-shell/packages/client/vite.config.ts +0 -50
  28. package/shells/almadar-shell/packages/server/eslint.config.cjs +0 -19
  29. package/shells/almadar-shell/packages/server/package.json +0 -40
  30. package/shells/almadar-shell/packages/server/src/app.ts +0 -36
  31. package/shells/almadar-shell/packages/server/src/index.ts +0 -30
  32. package/shells/almadar-shell/packages/server/src/routes.ts +0 -11
  33. package/shells/almadar-shell/packages/server/src/types/express.d.ts +0 -15
  34. package/shells/almadar-shell/packages/server/tsconfig.json +0 -23
  35. package/shells/almadar-shell/packages/shared/package.json +0 -11
  36. package/shells/almadar-shell/packages/shared/pnpm-lock.yaml +0 -22
  37. package/shells/almadar-shell/packages/shared/src/index.ts +0 -2
  38. package/shells/almadar-shell/pnpm-lock.yaml +0 -8855
  39. package/shells/almadar-shell/pnpm-workspace.yaml +0 -2
  40. package/shells/almadar-shell/tsup.config.ts +0 -13
  41. package/shells/almadar-shell/turbo.json +0 -17
  42. package/shells/almadar-shell/vitest.config.ts +0 -8
  43. package/shells/almadar-shell-hono/LICENSE +0 -72
  44. package/shells/almadar-shell-hono/README.md +0 -25
  45. package/shells/almadar-shell-hono/locales/en.json +0 -120
  46. package/shells/almadar-shell-hono/package.json +0 -31
  47. package/shells/almadar-shell-hono/packages/client/eslint.config.cjs +0 -23
  48. package/shells/almadar-shell-hono/packages/client/index.html +0 -13
  49. package/shells/almadar-shell-hono/packages/client/package-lock.json +0 -9750
  50. package/shells/almadar-shell-hono/packages/client/package.json +0 -61
  51. package/shells/almadar-shell-hono/packages/client/postcss.config.js +0 -6
  52. package/shells/almadar-shell-hono/packages/client/src/App.tsx +0 -84
  53. package/shells/almadar-shell-hono/packages/client/src/config/firebase.ts +0 -37
  54. package/shells/almadar-shell-hono/packages/client/src/features/auth/AuthContext.tsx +0 -139
  55. package/shells/almadar-shell-hono/packages/client/src/features/auth/authService.ts +0 -83
  56. package/shells/almadar-shell-hono/packages/client/src/features/auth/components/Login.tsx +0 -218
  57. package/shells/almadar-shell-hono/packages/client/src/features/auth/components/ProtectedRoute.tsx +0 -27
  58. package/shells/almadar-shell-hono/packages/client/src/features/auth/components/UserProfile.tsx +0 -68
  59. package/shells/almadar-shell-hono/packages/client/src/features/auth/components/index.ts +0 -3
  60. package/shells/almadar-shell-hono/packages/client/src/features/auth/index.ts +0 -13
  61. package/shells/almadar-shell-hono/packages/client/src/features/auth/types.ts +0 -24
  62. package/shells/almadar-shell-hono/packages/client/src/index.css +0 -35
  63. package/shells/almadar-shell-hono/packages/client/src/main.tsx +0 -8
  64. package/shells/almadar-shell-hono/packages/client/src/navigation/index.ts +0 -55
  65. package/shells/almadar-shell-hono/packages/client/src/pages/index.ts +0 -12
  66. package/shells/almadar-shell-hono/packages/client/tailwind-preset.cjs +0 -259
  67. package/shells/almadar-shell-hono/packages/client/tailwind.config.js +0 -21
  68. package/shells/almadar-shell-hono/packages/client/tsconfig.json +0 -33
  69. package/shells/almadar-shell-hono/packages/client/vite.config.ts +0 -50
  70. package/shells/almadar-shell-hono/packages/server/eslint.config.cjs +0 -19
  71. package/shells/almadar-shell-hono/packages/server/package.json +0 -38
  72. package/shells/almadar-shell-hono/packages/server/pnpm-lock.yaml +0 -4665
  73. package/shells/almadar-shell-hono/packages/server/src/app.ts +0 -31
  74. package/shells/almadar-shell-hono/packages/server/src/index.ts +0 -31
  75. package/shells/almadar-shell-hono/packages/server/src/routes.ts +0 -12
  76. package/shells/almadar-shell-hono/packages/server/src/serve.ts +0 -45
  77. package/shells/almadar-shell-hono/packages/server/tsconfig.json +0 -23
  78. package/shells/almadar-shell-hono/packages/shared/package.json +0 -25
  79. package/shells/almadar-shell-hono/packages/shared/pnpm-lock.yaml +0 -919
  80. package/shells/almadar-shell-hono/packages/shared/src/index.ts +0 -2
  81. package/shells/almadar-shell-hono/packages/shared/tsconfig.json +0 -17
  82. package/shells/almadar-shell-hono/packages/shared/tsup.config.ts +0 -10
  83. package/shells/almadar-shell-hono/pnpm-lock.yaml +0 -9441
  84. package/shells/almadar-shell-hono/pnpm-workspace.yaml +0 -2
  85. package/shells/almadar-shell-hono/tsup.config.ts +0 -13
  86. package/shells/almadar-shell-hono/turbo.json +0 -17
  87. package/shells/almadar-shell-hono/vitest.config.ts +0 -8
@@ -1,4665 +0,0 @@
1
- lockfileVersion: '9.0'
2
-
3
- settings:
4
- autoInstallPeers: true
5
- excludeLinksFromLockfile: false
6
-
7
- importers:
8
-
9
- .:
10
- dependencies:
11
- '@almadar/core':
12
- specifier: '>=2.9.0'
13
- version: 4.8.2
14
- '@almadar/evaluator':
15
- specifier: '>=2.6.0'
16
- version: 2.8.1
17
- '@almadar/integrations':
18
- specifier: '>=2.3.0'
19
- version: 2.6.1(@opentelemetry/api@1.9.1)(react-dom@19.2.5(react@19.2.5))(react@19.2.5)(ws@8.20.0)
20
- '@almadar/server-hono':
21
- specifier: '>=0.1.0'
22
- version: 0.1.1(@hono/zod-validator@0.4.3(hono@4.12.14)(zod@3.25.76))(express@4.22.1)
23
- '@hono/node-server':
24
- specifier: ^1.14.0
25
- version: 1.19.14(hono@4.12.14)
26
- '@hono/zod-validator':
27
- specifier: ^0.4.0
28
- version: 0.4.3(hono@4.12.14)(zod@3.25.76)
29
- dotenv:
30
- specifier: ^16.4.7
31
- version: 16.6.1
32
- firebase-admin:
33
- specifier: ^12.7.0
34
- version: 12.7.0
35
- hono:
36
- specifier: ^4.7.0
37
- version: 4.12.14
38
- zod:
39
- specifier: ^3.22.0
40
- version: 3.25.76
41
- devDependencies:
42
- '@almadar/eslint-plugin':
43
- specifier: '>=2.3.0'
44
- version: 2.8.0(eslint@10.0.0)
45
- '@types/node':
46
- specifier: ^20.17.19
47
- version: 20.19.39
48
- '@typescript-eslint/parser':
49
- specifier: 8.56.0
50
- version: 8.56.0(eslint@10.0.0)(typescript@5.9.3)
51
- esbuild:
52
- specifier: ^0.25.0
53
- version: 0.25.12
54
- eslint:
55
- specifier: 10.0.0
56
- version: 10.0.0
57
- tsx:
58
- specifier: ^4.19.3
59
- version: 4.21.0
60
- typescript:
61
- specifier: ^5.7.3
62
- version: 5.9.3
63
- vitest:
64
- specifier: ^2.1.9
65
- version: 2.1.9(@types/node@20.19.39)
66
-
67
- packages:
68
-
69
- '@almadar/core@4.8.2':
70
- resolution: {integrity: sha512-fc7GRURxLTIP+HrDZZnroVxCeePkuqi3pW4KuhhbRNQYYH3K4iECCgxzCr3UDlfVUD9tHaSVCV14UFZUd76XrQ==}
71
-
72
- '@almadar/eslint-plugin@2.8.0':
73
- resolution: {integrity: sha512-8abtGsVP+YBaUEchSfGfQV3ZHEPtWt+4Swtu3P0AFofr+OMSfHLnor4aIwULzag+nHD9FQ7cQkVCTfBVgTHgiw==}
74
- peerDependencies:
75
- eslint: '>=8.0.0'
76
-
77
- '@almadar/evaluator@2.8.1':
78
- resolution: {integrity: sha512-7YE1/V/UPc/5xr2fcDfiLs3Ryj2/Kz5R207N8wCjkKpLeoJ6PacdMLPBKmhHaM5ZZlKanYyKSwM8841in1tuXQ==}
79
-
80
- '@almadar/integrations@2.6.1':
81
- resolution: {integrity: sha512-Op7D1ivNwKeHYcNxbAbyvGUuX1fjHs2NGqBzK9VIOCiWJeodNUJscEUDHTFu9wdUxVdoo663Jfdl4vcWvvtIaQ==}
82
-
83
- '@almadar/llm@2.9.1':
84
- resolution: {integrity: sha512-8RIDz2iCcKD3Yl16vBebeUF9pr6aZr5YGjtpIqO8NlTXNJ/xJhz//Qb5GPBnr9IvYUM7DUhsS6y+4d4cl6qK4A==}
85
- peerDependencies:
86
- '@almadar/core': '>=4.8.1'
87
- peerDependenciesMeta:
88
- '@almadar/core':
89
- optional: true
90
-
91
- '@almadar/operators@3.0.0':
92
- resolution: {integrity: sha512-Ur6dD3FrWiq1A/XZ+I7lyjBev/eOZ77H1F6V2Xp4hZl2gHt7jbxatdCECEsG0qzJCwQen2vCKWLJEpl9yhFwMA==}
93
-
94
- '@almadar/patterns@2.14.1':
95
- resolution: {integrity: sha512-52oaXIOUpbezQZhKlJqqVSDhC57Hz6BOOQD2k0VBwmoHlDE3rteMRwY6jwQGe+EvsLGO6UcVcQnvLpr35KOjYA==}
96
-
97
- '@almadar/server-hono@0.1.1':
98
- resolution: {integrity: sha512-WC34uAUBaZ19EgLqnfuIFessEtIkVk6p80VW5TlQQRmAWva7lqYHxEeAcC+QJAh3/N1MQOPL9FmHuI3RpDx4PQ==}
99
- peerDependencies:
100
- '@almadar-io/agent': '>=5.5.6'
101
- '@hono/zod-validator': '>=0.4.0'
102
- peerDependenciesMeta:
103
- '@almadar-io/agent':
104
- optional: true
105
-
106
- '@almadar/server@2.3.6':
107
- resolution: {integrity: sha512-OG0Yb7Gk8mJfvhZLWwP9RgpT2NUA+iBYS8EN9ywpEwq+zDELpDzzKex0izQPufHp3pH506vClHFNHPVKTozFJQ==}
108
- peerDependencies:
109
- '@almadar-io/agent': '>=5.5.6'
110
- express: ^4.0.0
111
- peerDependenciesMeta:
112
- '@almadar-io/agent':
113
- optional: true
114
-
115
- '@anthropic-ai/sdk@0.52.0':
116
- resolution: {integrity: sha512-d4c+fg+xy9e46c8+YnrrgIQR45CZlAi7PwdzIfDXDM6ACxEZli1/fxhURsq30ZpMZy6LvSkr41jGq5aF5TD7rQ==}
117
- hasBin: true
118
-
119
- '@anthropic-ai/sdk@0.74.0':
120
- resolution: {integrity: sha512-srbJV7JKsc5cQ6eVuFzjZO7UR3xEPJqPamHFIe29bs38Ij2IripoAhC0S5NslNbaFUYqBKypmmpzMTpqfHEUDw==}
121
- hasBin: true
122
- peerDependencies:
123
- zod: ^3.25.0 || ^4.0.0
124
- peerDependenciesMeta:
125
- zod:
126
- optional: true
127
-
128
- '@babel/runtime@7.29.2':
129
- resolution: {integrity: sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==}
130
- engines: {node: '>=6.9.0'}
131
-
132
- '@cfworker/json-schema@4.1.1':
133
- resolution: {integrity: sha512-gAmrUZSGtKc3AiBL71iNWxDsyUC5uMaKKGdvzYsBoTW/xi42JQHl7eKV2OYzCUqvc+D2RCcf7EXY2iCyFIk6og==}
134
-
135
- '@esbuild/aix-ppc64@0.21.5':
136
- resolution: {integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==}
137
- engines: {node: '>=12'}
138
- cpu: [ppc64]
139
- os: [aix]
140
-
141
- '@esbuild/aix-ppc64@0.25.12':
142
- resolution: {integrity: sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==}
143
- engines: {node: '>=18'}
144
- cpu: [ppc64]
145
- os: [aix]
146
-
147
- '@esbuild/aix-ppc64@0.27.7':
148
- resolution: {integrity: sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg==}
149
- engines: {node: '>=18'}
150
- cpu: [ppc64]
151
- os: [aix]
152
-
153
- '@esbuild/android-arm64@0.21.5':
154
- resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==}
155
- engines: {node: '>=12'}
156
- cpu: [arm64]
157
- os: [android]
158
-
159
- '@esbuild/android-arm64@0.25.12':
160
- resolution: {integrity: sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==}
161
- engines: {node: '>=18'}
162
- cpu: [arm64]
163
- os: [android]
164
-
165
- '@esbuild/android-arm64@0.27.7':
166
- resolution: {integrity: sha512-62dPZHpIXzvChfvfLJow3q5dDtiNMkwiRzPylSCfriLvZeq0a1bWChrGx/BbUbPwOrsWKMn8idSllklzBy+dgQ==}
167
- engines: {node: '>=18'}
168
- cpu: [arm64]
169
- os: [android]
170
-
171
- '@esbuild/android-arm@0.21.5':
172
- resolution: {integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==}
173
- engines: {node: '>=12'}
174
- cpu: [arm]
175
- os: [android]
176
-
177
- '@esbuild/android-arm@0.25.12':
178
- resolution: {integrity: sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==}
179
- engines: {node: '>=18'}
180
- cpu: [arm]
181
- os: [android]
182
-
183
- '@esbuild/android-arm@0.27.7':
184
- resolution: {integrity: sha512-jbPXvB4Yj2yBV7HUfE2KHe4GJX51QplCN1pGbYjvsyCZbQmies29EoJbkEc+vYuU5o45AfQn37vZlyXy4YJ8RQ==}
185
- engines: {node: '>=18'}
186
- cpu: [arm]
187
- os: [android]
188
-
189
- '@esbuild/android-x64@0.21.5':
190
- resolution: {integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==}
191
- engines: {node: '>=12'}
192
- cpu: [x64]
193
- os: [android]
194
-
195
- '@esbuild/android-x64@0.25.12':
196
- resolution: {integrity: sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==}
197
- engines: {node: '>=18'}
198
- cpu: [x64]
199
- os: [android]
200
-
201
- '@esbuild/android-x64@0.27.7':
202
- resolution: {integrity: sha512-x5VpMODneVDb70PYV2VQOmIUUiBtY3D3mPBG8NxVk5CogneYhkR7MmM3yR/uMdITLrC1ml/NV1rj4bMJuy9MCg==}
203
- engines: {node: '>=18'}
204
- cpu: [x64]
205
- os: [android]
206
-
207
- '@esbuild/darwin-arm64@0.21.5':
208
- resolution: {integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==}
209
- engines: {node: '>=12'}
210
- cpu: [arm64]
211
- os: [darwin]
212
-
213
- '@esbuild/darwin-arm64@0.25.12':
214
- resolution: {integrity: sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==}
215
- engines: {node: '>=18'}
216
- cpu: [arm64]
217
- os: [darwin]
218
-
219
- '@esbuild/darwin-arm64@0.27.7':
220
- resolution: {integrity: sha512-5lckdqeuBPlKUwvoCXIgI2D9/ABmPq3Rdp7IfL70393YgaASt7tbju3Ac+ePVi3KDH6N2RqePfHnXkaDtY9fkw==}
221
- engines: {node: '>=18'}
222
- cpu: [arm64]
223
- os: [darwin]
224
-
225
- '@esbuild/darwin-x64@0.21.5':
226
- resolution: {integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==}
227
- engines: {node: '>=12'}
228
- cpu: [x64]
229
- os: [darwin]
230
-
231
- '@esbuild/darwin-x64@0.25.12':
232
- resolution: {integrity: sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==}
233
- engines: {node: '>=18'}
234
- cpu: [x64]
235
- os: [darwin]
236
-
237
- '@esbuild/darwin-x64@0.27.7':
238
- resolution: {integrity: sha512-rYnXrKcXuT7Z+WL5K980jVFdvVKhCHhUwid+dDYQpH+qu+TefcomiMAJpIiC2EM3Rjtq0sO3StMV/+3w3MyyqQ==}
239
- engines: {node: '>=18'}
240
- cpu: [x64]
241
- os: [darwin]
242
-
243
- '@esbuild/freebsd-arm64@0.21.5':
244
- resolution: {integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==}
245
- engines: {node: '>=12'}
246
- cpu: [arm64]
247
- os: [freebsd]
248
-
249
- '@esbuild/freebsd-arm64@0.25.12':
250
- resolution: {integrity: sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==}
251
- engines: {node: '>=18'}
252
- cpu: [arm64]
253
- os: [freebsd]
254
-
255
- '@esbuild/freebsd-arm64@0.27.7':
256
- resolution: {integrity: sha512-B48PqeCsEgOtzME2GbNM2roU29AMTuOIN91dsMO30t+Ydis3z/3Ngoj5hhnsOSSwNzS+6JppqWsuhTp6E82l2w==}
257
- engines: {node: '>=18'}
258
- cpu: [arm64]
259
- os: [freebsd]
260
-
261
- '@esbuild/freebsd-x64@0.21.5':
262
- resolution: {integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==}
263
- engines: {node: '>=12'}
264
- cpu: [x64]
265
- os: [freebsd]
266
-
267
- '@esbuild/freebsd-x64@0.25.12':
268
- resolution: {integrity: sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==}
269
- engines: {node: '>=18'}
270
- cpu: [x64]
271
- os: [freebsd]
272
-
273
- '@esbuild/freebsd-x64@0.27.7':
274
- resolution: {integrity: sha512-jOBDK5XEjA4m5IJK3bpAQF9/Lelu/Z9ZcdhTRLf4cajlB+8VEhFFRjWgfy3M1O4rO2GQ/b2dLwCUGpiF/eATNQ==}
275
- engines: {node: '>=18'}
276
- cpu: [x64]
277
- os: [freebsd]
278
-
279
- '@esbuild/linux-arm64@0.21.5':
280
- resolution: {integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==}
281
- engines: {node: '>=12'}
282
- cpu: [arm64]
283
- os: [linux]
284
-
285
- '@esbuild/linux-arm64@0.25.12':
286
- resolution: {integrity: sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==}
287
- engines: {node: '>=18'}
288
- cpu: [arm64]
289
- os: [linux]
290
-
291
- '@esbuild/linux-arm64@0.27.7':
292
- resolution: {integrity: sha512-RZPHBoxXuNnPQO9rvjh5jdkRmVizktkT7TCDkDmQ0W2SwHInKCAV95GRuvdSvA7w4VMwfCjUiPwDi0ZO6Nfe9A==}
293
- engines: {node: '>=18'}
294
- cpu: [arm64]
295
- os: [linux]
296
-
297
- '@esbuild/linux-arm@0.21.5':
298
- resolution: {integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==}
299
- engines: {node: '>=12'}
300
- cpu: [arm]
301
- os: [linux]
302
-
303
- '@esbuild/linux-arm@0.25.12':
304
- resolution: {integrity: sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==}
305
- engines: {node: '>=18'}
306
- cpu: [arm]
307
- os: [linux]
308
-
309
- '@esbuild/linux-arm@0.27.7':
310
- resolution: {integrity: sha512-RkT/YXYBTSULo3+af8Ib0ykH8u2MBh57o7q/DAs3lTJlyVQkgQvlrPTnjIzzRPQyavxtPtfg0EopvDyIt0j1rA==}
311
- engines: {node: '>=18'}
312
- cpu: [arm]
313
- os: [linux]
314
-
315
- '@esbuild/linux-ia32@0.21.5':
316
- resolution: {integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==}
317
- engines: {node: '>=12'}
318
- cpu: [ia32]
319
- os: [linux]
320
-
321
- '@esbuild/linux-ia32@0.25.12':
322
- resolution: {integrity: sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==}
323
- engines: {node: '>=18'}
324
- cpu: [ia32]
325
- os: [linux]
326
-
327
- '@esbuild/linux-ia32@0.27.7':
328
- resolution: {integrity: sha512-GA48aKNkyQDbd3KtkplYWT102C5sn/EZTY4XROkxONgruHPU72l+gW+FfF8tf2cFjeHaRbWpOYa/uRBz/Xq1Pg==}
329
- engines: {node: '>=18'}
330
- cpu: [ia32]
331
- os: [linux]
332
-
333
- '@esbuild/linux-loong64@0.21.5':
334
- resolution: {integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==}
335
- engines: {node: '>=12'}
336
- cpu: [loong64]
337
- os: [linux]
338
-
339
- '@esbuild/linux-loong64@0.25.12':
340
- resolution: {integrity: sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==}
341
- engines: {node: '>=18'}
342
- cpu: [loong64]
343
- os: [linux]
344
-
345
- '@esbuild/linux-loong64@0.27.7':
346
- resolution: {integrity: sha512-a4POruNM2oWsD4WKvBSEKGIiWQF8fZOAsycHOt6JBpZ+JN2n2JH9WAv56SOyu9X5IqAjqSIPTaJkqN8F7XOQ5Q==}
347
- engines: {node: '>=18'}
348
- cpu: [loong64]
349
- os: [linux]
350
-
351
- '@esbuild/linux-mips64el@0.21.5':
352
- resolution: {integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==}
353
- engines: {node: '>=12'}
354
- cpu: [mips64el]
355
- os: [linux]
356
-
357
- '@esbuild/linux-mips64el@0.25.12':
358
- resolution: {integrity: sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==}
359
- engines: {node: '>=18'}
360
- cpu: [mips64el]
361
- os: [linux]
362
-
363
- '@esbuild/linux-mips64el@0.27.7':
364
- resolution: {integrity: sha512-KabT5I6StirGfIz0FMgl1I+R1H73Gp0ofL9A3nG3i/cYFJzKHhouBV5VWK1CSgKvVaG4q1RNpCTR2LuTVB3fIw==}
365
- engines: {node: '>=18'}
366
- cpu: [mips64el]
367
- os: [linux]
368
-
369
- '@esbuild/linux-ppc64@0.21.5':
370
- resolution: {integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==}
371
- engines: {node: '>=12'}
372
- cpu: [ppc64]
373
- os: [linux]
374
-
375
- '@esbuild/linux-ppc64@0.25.12':
376
- resolution: {integrity: sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==}
377
- engines: {node: '>=18'}
378
- cpu: [ppc64]
379
- os: [linux]
380
-
381
- '@esbuild/linux-ppc64@0.27.7':
382
- resolution: {integrity: sha512-gRsL4x6wsGHGRqhtI+ifpN/vpOFTQtnbsupUF5R5YTAg+y/lKelYR1hXbnBdzDjGbMYjVJLJTd2OFmMewAgwlQ==}
383
- engines: {node: '>=18'}
384
- cpu: [ppc64]
385
- os: [linux]
386
-
387
- '@esbuild/linux-riscv64@0.21.5':
388
- resolution: {integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==}
389
- engines: {node: '>=12'}
390
- cpu: [riscv64]
391
- os: [linux]
392
-
393
- '@esbuild/linux-riscv64@0.25.12':
394
- resolution: {integrity: sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==}
395
- engines: {node: '>=18'}
396
- cpu: [riscv64]
397
- os: [linux]
398
-
399
- '@esbuild/linux-riscv64@0.27.7':
400
- resolution: {integrity: sha512-hL25LbxO1QOngGzu2U5xeXtxXcW+/GvMN3ejANqXkxZ/opySAZMrc+9LY/WyjAan41unrR3YrmtTsUpwT66InQ==}
401
- engines: {node: '>=18'}
402
- cpu: [riscv64]
403
- os: [linux]
404
-
405
- '@esbuild/linux-s390x@0.21.5':
406
- resolution: {integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==}
407
- engines: {node: '>=12'}
408
- cpu: [s390x]
409
- os: [linux]
410
-
411
- '@esbuild/linux-s390x@0.25.12':
412
- resolution: {integrity: sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==}
413
- engines: {node: '>=18'}
414
- cpu: [s390x]
415
- os: [linux]
416
-
417
- '@esbuild/linux-s390x@0.27.7':
418
- resolution: {integrity: sha512-2k8go8Ycu1Kb46vEelhu1vqEP+UeRVj2zY1pSuPdgvbd5ykAw82Lrro28vXUrRmzEsUV0NzCf54yARIK8r0fdw==}
419
- engines: {node: '>=18'}
420
- cpu: [s390x]
421
- os: [linux]
422
-
423
- '@esbuild/linux-x64@0.21.5':
424
- resolution: {integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==}
425
- engines: {node: '>=12'}
426
- cpu: [x64]
427
- os: [linux]
428
-
429
- '@esbuild/linux-x64@0.25.12':
430
- resolution: {integrity: sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==}
431
- engines: {node: '>=18'}
432
- cpu: [x64]
433
- os: [linux]
434
-
435
- '@esbuild/linux-x64@0.27.7':
436
- resolution: {integrity: sha512-hzznmADPt+OmsYzw1EE33ccA+HPdIqiCRq7cQeL1Jlq2gb1+OyWBkMCrYGBJ+sxVzve2ZJEVeePbLM2iEIZSxA==}
437
- engines: {node: '>=18'}
438
- cpu: [x64]
439
- os: [linux]
440
-
441
- '@esbuild/netbsd-arm64@0.25.12':
442
- resolution: {integrity: sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==}
443
- engines: {node: '>=18'}
444
- cpu: [arm64]
445
- os: [netbsd]
446
-
447
- '@esbuild/netbsd-arm64@0.27.7':
448
- resolution: {integrity: sha512-b6pqtrQdigZBwZxAn1UpazEisvwaIDvdbMbmrly7cDTMFnw/+3lVxxCTGOrkPVnsYIosJJXAsILG9XcQS+Yu6w==}
449
- engines: {node: '>=18'}
450
- cpu: [arm64]
451
- os: [netbsd]
452
-
453
- '@esbuild/netbsd-x64@0.21.5':
454
- resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==}
455
- engines: {node: '>=12'}
456
- cpu: [x64]
457
- os: [netbsd]
458
-
459
- '@esbuild/netbsd-x64@0.25.12':
460
- resolution: {integrity: sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==}
461
- engines: {node: '>=18'}
462
- cpu: [x64]
463
- os: [netbsd]
464
-
465
- '@esbuild/netbsd-x64@0.27.7':
466
- resolution: {integrity: sha512-OfatkLojr6U+WN5EDYuoQhtM+1xco+/6FSzJJnuWiUw5eVcicbyK3dq5EeV/QHT1uy6GoDhGbFpprUiHUYggrw==}
467
- engines: {node: '>=18'}
468
- cpu: [x64]
469
- os: [netbsd]
470
-
471
- '@esbuild/openbsd-arm64@0.25.12':
472
- resolution: {integrity: sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==}
473
- engines: {node: '>=18'}
474
- cpu: [arm64]
475
- os: [openbsd]
476
-
477
- '@esbuild/openbsd-arm64@0.27.7':
478
- resolution: {integrity: sha512-AFuojMQTxAz75Fo8idVcqoQWEHIXFRbOc1TrVcFSgCZtQfSdc1RXgB3tjOn/krRHENUB4j00bfGjyl2mJrU37A==}
479
- engines: {node: '>=18'}
480
- cpu: [arm64]
481
- os: [openbsd]
482
-
483
- '@esbuild/openbsd-x64@0.21.5':
484
- resolution: {integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==}
485
- engines: {node: '>=12'}
486
- cpu: [x64]
487
- os: [openbsd]
488
-
489
- '@esbuild/openbsd-x64@0.25.12':
490
- resolution: {integrity: sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==}
491
- engines: {node: '>=18'}
492
- cpu: [x64]
493
- os: [openbsd]
494
-
495
- '@esbuild/openbsd-x64@0.27.7':
496
- resolution: {integrity: sha512-+A1NJmfM8WNDv5CLVQYJ5PshuRm/4cI6WMZRg1by1GwPIQPCTs1GLEUHwiiQGT5zDdyLiRM/l1G0Pv54gvtKIg==}
497
- engines: {node: '>=18'}
498
- cpu: [x64]
499
- os: [openbsd]
500
-
501
- '@esbuild/openharmony-arm64@0.25.12':
502
- resolution: {integrity: sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==}
503
- engines: {node: '>=18'}
504
- cpu: [arm64]
505
- os: [openharmony]
506
-
507
- '@esbuild/openharmony-arm64@0.27.7':
508
- resolution: {integrity: sha512-+KrvYb/C8zA9CU/g0sR6w2RBw7IGc5J2BPnc3dYc5VJxHCSF1yNMxTV5LQ7GuKteQXZtspjFbiuW5/dOj7H4Yw==}
509
- engines: {node: '>=18'}
510
- cpu: [arm64]
511
- os: [openharmony]
512
-
513
- '@esbuild/sunos-x64@0.21.5':
514
- resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==}
515
- engines: {node: '>=12'}
516
- cpu: [x64]
517
- os: [sunos]
518
-
519
- '@esbuild/sunos-x64@0.25.12':
520
- resolution: {integrity: sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==}
521
- engines: {node: '>=18'}
522
- cpu: [x64]
523
- os: [sunos]
524
-
525
- '@esbuild/sunos-x64@0.27.7':
526
- resolution: {integrity: sha512-ikktIhFBzQNt/QDyOL580ti9+5mL/YZeUPKU2ivGtGjdTYoqz6jObj6nOMfhASpS4GU4Q/Clh1QtxWAvcYKamA==}
527
- engines: {node: '>=18'}
528
- cpu: [x64]
529
- os: [sunos]
530
-
531
- '@esbuild/win32-arm64@0.21.5':
532
- resolution: {integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==}
533
- engines: {node: '>=12'}
534
- cpu: [arm64]
535
- os: [win32]
536
-
537
- '@esbuild/win32-arm64@0.25.12':
538
- resolution: {integrity: sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==}
539
- engines: {node: '>=18'}
540
- cpu: [arm64]
541
- os: [win32]
542
-
543
- '@esbuild/win32-arm64@0.27.7':
544
- resolution: {integrity: sha512-7yRhbHvPqSpRUV7Q20VuDwbjW5kIMwTHpptuUzV+AA46kiPze5Z7qgt6CLCK3pWFrHeNfDd1VKgyP4O+ng17CA==}
545
- engines: {node: '>=18'}
546
- cpu: [arm64]
547
- os: [win32]
548
-
549
- '@esbuild/win32-ia32@0.21.5':
550
- resolution: {integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==}
551
- engines: {node: '>=12'}
552
- cpu: [ia32]
553
- os: [win32]
554
-
555
- '@esbuild/win32-ia32@0.25.12':
556
- resolution: {integrity: sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==}
557
- engines: {node: '>=18'}
558
- cpu: [ia32]
559
- os: [win32]
560
-
561
- '@esbuild/win32-ia32@0.27.7':
562
- resolution: {integrity: sha512-SmwKXe6VHIyZYbBLJrhOoCJRB/Z1tckzmgTLfFYOfpMAx63BJEaL9ExI8x7v0oAO3Zh6D/Oi1gVxEYr5oUCFhw==}
563
- engines: {node: '>=18'}
564
- cpu: [ia32]
565
- os: [win32]
566
-
567
- '@esbuild/win32-x64@0.21.5':
568
- resolution: {integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==}
569
- engines: {node: '>=12'}
570
- cpu: [x64]
571
- os: [win32]
572
-
573
- '@esbuild/win32-x64@0.25.12':
574
- resolution: {integrity: sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==}
575
- engines: {node: '>=18'}
576
- cpu: [x64]
577
- os: [win32]
578
-
579
- '@esbuild/win32-x64@0.27.7':
580
- resolution: {integrity: sha512-56hiAJPhwQ1R4i+21FVF7V8kSD5zZTdHcVuRFMW0hn753vVfQN8xlx4uOPT4xoGH0Z/oVATuR82AiqSTDIpaHg==}
581
- engines: {node: '>=18'}
582
- cpu: [x64]
583
- os: [win32]
584
-
585
- '@eslint-community/eslint-utils@4.9.1':
586
- resolution: {integrity: sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==}
587
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
588
- peerDependencies:
589
- eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
590
-
591
- '@eslint-community/regexpp@4.12.2':
592
- resolution: {integrity: sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==}
593
- engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
594
-
595
- '@eslint/config-array@0.23.5':
596
- resolution: {integrity: sha512-Y3kKLvC1dvTOT+oGlqNQ1XLqK6D1HU2YXPc52NmAlJZbMMWDzGYXMiPRJ8TYD39muD/OTjlZmNJ4ib7dvSrMBA==}
597
- engines: {node: ^20.19.0 || ^22.13.0 || >=24}
598
-
599
- '@eslint/config-helpers@0.5.5':
600
- resolution: {integrity: sha512-eIJYKTCECbP/nsKaaruF6LW967mtbQbsw4JTtSVkUQc9MneSkbrgPJAbKl9nWr0ZeowV8BfsarBmPpBzGelA2w==}
601
- engines: {node: ^20.19.0 || ^22.13.0 || >=24}
602
-
603
- '@eslint/core@1.2.1':
604
- resolution: {integrity: sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==}
605
- engines: {node: ^20.19.0 || ^22.13.0 || >=24}
606
-
607
- '@eslint/object-schema@3.0.5':
608
- resolution: {integrity: sha512-vqTaUEgxzm+YDSdElad6PiRoX4t8VGDjCtt05zn4nU810UIx/uNEV7/lZJ6KwFThKZOzOxzXy48da+No7HZaMw==}
609
- engines: {node: ^20.19.0 || ^22.13.0 || >=24}
610
-
611
- '@eslint/plugin-kit@0.6.1':
612
- resolution: {integrity: sha512-iH1B076HoAshH1mLpHMgwdGeTs0CYwL0SPMkGuSebZrwBp16v415e9NZXg2jtrqPVQjf6IANe2Vtlr5KswtcZQ==}
613
- engines: {node: ^20.19.0 || ^22.13.0 || >=24}
614
-
615
- '@faker-js/faker@9.9.0':
616
- resolution: {integrity: sha512-OEl393iCOoo/z8bMezRlJu+GlRGlsKbUAN7jKB6LhnKoqKve5DXRpalbItIIcwnCjs1k/FOPjFzcA6Qn+H+YbA==}
617
- engines: {node: '>=18.0.0', npm: '>=9.0.0'}
618
-
619
- '@fastify/busboy@3.2.0':
620
- resolution: {integrity: sha512-m9FVDXU3GT2ITSe0UaMA5rU3QkfC/UXtCU8y0gSN/GugTqtVldOBWIB5V6V3sbmenVZUIpU6f+mPEO2+m5iTaA==}
621
-
622
- '@firebase/app-check-interop-types@0.3.2':
623
- resolution: {integrity: sha512-LMs47Vinv2HBMZi49C09dJxp0QT5LwDzFaVGf/+ITHe3BlIhUiLNttkATSXplc89A2lAaeTqjgqVkiRfUGyQiQ==}
624
-
625
- '@firebase/app-types@0.9.2':
626
- resolution: {integrity: sha512-oMEZ1TDlBz479lmABwWsWjzHwheQKiAgnuKxE0pz0IXCVx7/rtlkx1fQ6GfgK24WCrxDKMplZrT50Kh04iMbXQ==}
627
-
628
- '@firebase/auth-interop-types@0.2.3':
629
- resolution: {integrity: sha512-Fc9wuJGgxoxQeavybiuwgyi+0rssr76b+nHpj+eGhXFYAdudMWyfBHvFL/I5fEHniUM/UQdFzi9VXJK2iZF7FQ==}
630
-
631
- '@firebase/component@0.6.9':
632
- resolution: {integrity: sha512-gm8EUEJE/fEac86AvHn8Z/QW8BvR56TBw3hMW0O838J/1mThYQXAIQBgUv75EqlCZfdawpWLrKt1uXvp9ciK3Q==}
633
-
634
- '@firebase/database-compat@1.0.8':
635
- resolution: {integrity: sha512-OpeWZoPE3sGIRPBKYnW9wLad25RaWbGyk7fFQe4xnJQKRzlynWeFBSRRAoLE2Old01WXwskUiucNqUUVlFsceg==}
636
-
637
- '@firebase/database-types@1.0.5':
638
- resolution: {integrity: sha512-fTlqCNwFYyq/C6W7AJ5OCuq5CeZuBEsEwptnVxlNPkWCo5cTTyukzAHRSO/jaQcItz33FfYrrFk1SJofcu2AaQ==}
639
-
640
- '@firebase/database@1.0.8':
641
- resolution: {integrity: sha512-dzXALZeBI1U5TXt6619cv0+tgEhJiwlUtQ55WNZY7vGAjv7Q1QioV969iYwt1AQQ0ovHnEW0YW9TiBfefLvErg==}
642
-
643
- '@firebase/logger@0.4.2':
644
- resolution: {integrity: sha512-Q1VuA5M1Gjqrwom6I6NUU4lQXdo9IAQieXlujeHZWvRt1b7qQ0KwBaNAjgxG27jgF9/mUwsNmO8ptBCGVYhB0A==}
645
-
646
- '@firebase/util@1.10.0':
647
- resolution: {integrity: sha512-xKtx4A668icQqoANRxyDLBLz51TAbDP9KRfpbKGxiCAW346d0BeJe5vN6/hKxxmWwnZ0mautyv39JxviwwQMOQ==}
648
-
649
- '@google-cloud/firestore@7.11.6':
650
- resolution: {integrity: sha512-EW/O8ktzwLfyWBOsNuhRoMi8lrC3clHM5LVFhGvO1HCsLozCOOXRAlHrYBoE6HL42Sc8yYMuCb2XqcnJ4OOEpw==}
651
- engines: {node: '>=14.0.0'}
652
-
653
- '@google-cloud/paginator@5.0.2':
654
- resolution: {integrity: sha512-DJS3s0OVH4zFDB1PzjxAsHqJT6sKVbRwwML0ZBP9PbU7Yebtu/7SWMRzvO2J3nUi9pRNITCfu4LJeooM2w4pjg==}
655
- engines: {node: '>=14.0.0'}
656
-
657
- '@google-cloud/projectify@4.0.0':
658
- resolution: {integrity: sha512-MmaX6HeSvyPbWGwFq7mXdo0uQZLGBYCwziiLIGq5JVX+/bdI3SAq6bP98trV5eTWfLuvsMcIC1YJOF2vfteLFA==}
659
- engines: {node: '>=14.0.0'}
660
-
661
- '@google-cloud/promisify@4.0.0':
662
- resolution: {integrity: sha512-Orxzlfb9c67A15cq2JQEyVc7wEsmFBmHjZWZYQMUyJ1qivXyMwdyNOs9odi79hze+2zqdTtu1E19IM/FtqZ10g==}
663
- engines: {node: '>=14'}
664
-
665
- '@google-cloud/storage@7.19.0':
666
- resolution: {integrity: sha512-n2FjE7NAOYyshogdc7KQOl/VZb4sneqPjWouSyia9CMDdMhRX5+RIbqalNmC7LOLzuLAN89VlF2HvG8na9G+zQ==}
667
- engines: {node: '>=14'}
668
-
669
- '@grpc/grpc-js@1.14.3':
670
- resolution: {integrity: sha512-Iq8QQQ/7X3Sac15oB6p0FmUg/klxQvXLeileoqrTRGJYLV+/9tubbr9ipz0GKHjmXVsgFPo/+W+2cA8eNcR+XA==}
671
- engines: {node: '>=12.10.0'}
672
-
673
- '@grpc/proto-loader@0.7.15':
674
- resolution: {integrity: sha512-tMXdRCfYVixjuFK+Hk0Q1s38gV9zDiDJfWL3h1rv4Qc39oILCu1TRTDt7+fGUI8K4G1Fj125Hx/ru3azECWTyQ==}
675
- engines: {node: '>=6'}
676
- hasBin: true
677
-
678
- '@grpc/proto-loader@0.8.0':
679
- resolution: {integrity: sha512-rc1hOQtjIWGxcxpb9aHAfLpIctjEnsDehj0DAiVfBlmT84uvR0uUtN2hEi/ecvWVjXUGf5qPF4qEgiLOx1YIMQ==}
680
- engines: {node: '>=6'}
681
- hasBin: true
682
-
683
- '@hono/node-server@1.19.14':
684
- resolution: {integrity: sha512-GwtvgtXxnWsucXvbQXkRgqksiH2Qed37H9xHZocE5sA3N8O8O8/8FA3uclQXxXVzc9XBZuEOMK7+r02FmSpHtw==}
685
- engines: {node: '>=18.14.1'}
686
- peerDependencies:
687
- hono: ^4
688
-
689
- '@hono/zod-validator@0.4.3':
690
- resolution: {integrity: sha512-xIgMYXDyJ4Hj6ekm9T9Y27s080Nl9NXHcJkOvkXPhubOLj8hZkOL8pDnnXfvCf5xEE8Q4oMFenQUZZREUY2gqQ==}
691
- peerDependencies:
692
- hono: '>=3.9.0'
693
- zod: ^3.19.1
694
-
695
- '@humanfs/core@0.19.2':
696
- resolution: {integrity: sha512-UhXNm+CFMWcbChXywFwkmhqjs3PRCmcSa/hfBgLIb7oQ5HNb1wS0icWsGtSAUNgefHeI+eBrA8I1fxmbHsGdvA==}
697
- engines: {node: '>=18.18.0'}
698
-
699
- '@humanfs/node@0.16.8':
700
- resolution: {integrity: sha512-gE1eQNZ3R++kTzFUpdGlpmy8kDZD/MLyHqDwqjkVQI0JMdI1D51sy1H958PNXYkM2rAac7e5/CnIKZrHtPh3BQ==}
701
- engines: {node: '>=18.18.0'}
702
-
703
- '@humanfs/types@0.15.0':
704
- resolution: {integrity: sha512-ZZ1w0aoQkwuUuC7Yf+7sdeaNfqQiiLcSRbfI08oAxqLtpXQr9AIVX7Ay7HLDuiLYAaFPu8oBYNq/QIi9URHJ3Q==}
705
- engines: {node: '>=18.18.0'}
706
-
707
- '@humanwhocodes/module-importer@1.0.1':
708
- resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==}
709
- engines: {node: '>=12.22'}
710
-
711
- '@humanwhocodes/retry@0.4.3':
712
- resolution: {integrity: sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==}
713
- engines: {node: '>=18.18'}
714
-
715
- '@jridgewell/sourcemap-codec@1.5.5':
716
- resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
717
-
718
- '@js-sdsl/ordered-map@4.4.2':
719
- resolution: {integrity: sha512-iUKgm52T8HOE/makSxjqoWhe95ZJA1/G1sYsGev2JDKUSS14KAgg1LHb+Ba+IPow0xflbnSkOsZcO08C7w1gYw==}
720
-
721
- '@langchain/anthropic@1.3.26':
722
- resolution: {integrity: sha512-8gfnM1MzZkb3HVD0WjWeb/HFdP4cNGWSokhBtrwW0qSJN+b1j9oBMwWZaVdd+VBKsx4hqzv0bdrMzWje0TMw+g==}
723
- engines: {node: '>=20'}
724
- peerDependencies:
725
- '@langchain/core': ^1.1.38
726
-
727
- '@langchain/core@1.1.40':
728
- resolution: {integrity: sha512-RJ41GQEMxr9ZEZNoIiPgW0+v9nAY6FEZGlk+MjBghr2GR8He50abLam0XCe1aqUJjuKbqt2lUD6M+6SZ+2NIJg==}
729
- engines: {node: '>=20'}
730
-
731
- '@langchain/openai@1.4.4':
732
- resolution: {integrity: sha512-mRr/X5rvlwPj6cSXPxbL+CtOqYANO1/+CQ3Z+5t48kWnrlgPYOazmA+UAWvqQOuwJ6LaYn3SFrt43rR4lte/Ow==}
733
- engines: {node: '>=20'}
734
- peerDependencies:
735
- '@langchain/core': ^1.1.39
736
-
737
- '@nodable/entities@2.1.0':
738
- resolution: {integrity: sha512-nyT7T3nbMyBI/lvr6L5TyWbFJAI9FTgVRakNoBqCD+PmID8DzFrrNdLLtHMwMszOtqZa8PAOV24ZqDnQrhQINA==}
739
-
740
- '@opentelemetry/api@1.9.1':
741
- resolution: {integrity: sha512-gLyJlPHPZYdAk1JENA9LeHejZe1Ti77/pTeFm/nMXmQH/HFZlcS/O2XJB+L8fkbrNSqhdtlvjBVjxwUYanNH5Q==}
742
- engines: {node: '>=8.0.0'}
743
-
744
- '@protobufjs/aspromise@1.1.2':
745
- resolution: {integrity: sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==}
746
-
747
- '@protobufjs/base64@1.1.2':
748
- resolution: {integrity: sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==}
749
-
750
- '@protobufjs/codegen@2.0.4':
751
- resolution: {integrity: sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==}
752
-
753
- '@protobufjs/eventemitter@1.1.0':
754
- resolution: {integrity: sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==}
755
-
756
- '@protobufjs/fetch@1.1.0':
757
- resolution: {integrity: sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==}
758
-
759
- '@protobufjs/float@1.0.2':
760
- resolution: {integrity: sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==}
761
-
762
- '@protobufjs/inquire@1.1.0':
763
- resolution: {integrity: sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==}
764
-
765
- '@protobufjs/path@1.1.2':
766
- resolution: {integrity: sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==}
767
-
768
- '@protobufjs/pool@1.1.0':
769
- resolution: {integrity: sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==}
770
-
771
- '@protobufjs/utf8@1.1.0':
772
- resolution: {integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==}
773
-
774
- '@react-email/render@1.1.2':
775
- resolution: {integrity: sha512-RnRehYN3v9gVlNMehHPHhyp2RQo7+pSkHDtXPvg3s0GbzM9SQMW4Qrf8GRNvtpLC4gsI+Wt0VatNRUFqjvevbw==}
776
- engines: {node: '>=18.0.0'}
777
- peerDependencies:
778
- react: ^18.0 || ^19.0 || ^19.0.0-rc
779
- react-dom: ^18.0 || ^19.0 || ^19.0.0-rc
780
-
781
- '@rollup/rollup-android-arm-eabi@4.60.2':
782
- resolution: {integrity: sha512-dnlp69efPPg6Uaw2dVqzWRfAWRnYVb1XJ8CyyhIbZeaq4CA5/mLeZ1IEt9QqQxmbdvagjLIm2ZL8BxXv5lH4Yw==}
783
- cpu: [arm]
784
- os: [android]
785
-
786
- '@rollup/rollup-android-arm64@4.60.2':
787
- resolution: {integrity: sha512-OqZTwDRDchGRHHm/hwLOL7uVPB9aUvI0am/eQuWMNyFHf5PSEQmyEeYYheA0EPPKUO/l0uigCp+iaTjoLjVoHg==}
788
- cpu: [arm64]
789
- os: [android]
790
-
791
- '@rollup/rollup-darwin-arm64@4.60.2':
792
- resolution: {integrity: sha512-UwRE7CGpvSVEQS8gUMBe1uADWjNnVgP3Iusyda1nSRwNDCsRjnGc7w6El6WLQsXmZTbLZx9cecegumcitNfpmA==}
793
- cpu: [arm64]
794
- os: [darwin]
795
-
796
- '@rollup/rollup-darwin-x64@4.60.2':
797
- resolution: {integrity: sha512-gjEtURKLCC5VXm1I+2i1u9OhxFsKAQJKTVB8WvDAHF+oZlq0GTVFOlTlO1q3AlCTE/DF32c16ESvfgqR7343/g==}
798
- cpu: [x64]
799
- os: [darwin]
800
-
801
- '@rollup/rollup-freebsd-arm64@4.60.2':
802
- resolution: {integrity: sha512-Bcl6CYDeAgE70cqZaMojOi/eK63h5Me97ZqAQoh77VPjMysA/4ORQBRGo3rRy45x4MzVlU9uZxs8Uwy7ZaKnBw==}
803
- cpu: [arm64]
804
- os: [freebsd]
805
-
806
- '@rollup/rollup-freebsd-x64@4.60.2':
807
- resolution: {integrity: sha512-LU+TPda3mAE2QB0/Hp5VyeKJivpC6+tlOXd1VMoXV/YFMvk/MNk5iXeBfB4MQGRWyOYVJ01625vjkr0Az98OJQ==}
808
- cpu: [x64]
809
- os: [freebsd]
810
-
811
- '@rollup/rollup-linux-arm-gnueabihf@4.60.2':
812
- resolution: {integrity: sha512-2QxQrM+KQ7DAW4o22j+XZ6RKdxjLD7BOWTP0Bv0tmjdyhXSsr2Ul1oJDQqh9Zf5qOwTuTc7Ek83mOFaKnodPjg==}
813
- cpu: [arm]
814
- os: [linux]
815
- libc: [glibc]
816
-
817
- '@rollup/rollup-linux-arm-musleabihf@4.60.2':
818
- resolution: {integrity: sha512-TbziEu2DVsTEOPif2mKWkMeDMLoYjx95oESa9fkQQK7r/Orta0gnkcDpzwufEcAO2BLBsD7mZkXGFqEdMRRwfw==}
819
- cpu: [arm]
820
- os: [linux]
821
- libc: [musl]
822
-
823
- '@rollup/rollup-linux-arm64-gnu@4.60.2':
824
- resolution: {integrity: sha512-bO/rVDiDUuM2YfuCUwZ1t1cP+/yqjqz+Xf2VtkdppefuOFS2OSeAfgafaHNkFn0t02hEyXngZkxtGqXcXwO8Rg==}
825
- cpu: [arm64]
826
- os: [linux]
827
- libc: [glibc]
828
-
829
- '@rollup/rollup-linux-arm64-musl@4.60.2':
830
- resolution: {integrity: sha512-hr26p7e93Rl0Za+JwW7EAnwAvKkehh12BU1Llm9Ykiibg4uIr2rbpxG9WCf56GuvidlTG9KiiQT/TXT1yAWxTA==}
831
- cpu: [arm64]
832
- os: [linux]
833
- libc: [musl]
834
-
835
- '@rollup/rollup-linux-loong64-gnu@4.60.2':
836
- resolution: {integrity: sha512-pOjB/uSIyDt+ow3k/RcLvUAOGpysT2phDn7TTUB3n75SlIgZzM6NKAqlErPhoFU+npgY3/n+2HYIQVbF70P9/A==}
837
- cpu: [loong64]
838
- os: [linux]
839
- libc: [glibc]
840
-
841
- '@rollup/rollup-linux-loong64-musl@4.60.2':
842
- resolution: {integrity: sha512-2/w+q8jszv9Ww1c+6uJT3OwqhdmGP2/4T17cu8WuwyUuuaCDDJ2ojdyYwZzCxx0GcsZBhzi3HmH+J5pZNXnd+Q==}
843
- cpu: [loong64]
844
- os: [linux]
845
- libc: [musl]
846
-
847
- '@rollup/rollup-linux-ppc64-gnu@4.60.2':
848
- resolution: {integrity: sha512-11+aL5vKheYgczxtPVVRhdptAM2H7fcDR5Gw4/bTcteuZBlH4oP9f5s9zYO9aGZvoGeBpqXI/9TZZihZ609wKw==}
849
- cpu: [ppc64]
850
- os: [linux]
851
- libc: [glibc]
852
-
853
- '@rollup/rollup-linux-ppc64-musl@4.60.2':
854
- resolution: {integrity: sha512-i16fokAGK46IVZuV8LIIwMdtqhin9hfYkCh8pf8iC3QU3LpwL+1FSFGej+O7l3E/AoknL6Dclh2oTdnRMpTzFQ==}
855
- cpu: [ppc64]
856
- os: [linux]
857
- libc: [musl]
858
-
859
- '@rollup/rollup-linux-riscv64-gnu@4.60.2':
860
- resolution: {integrity: sha512-49FkKS6RGQoriDSK/6E2GkAsAuU5kETFCh7pG4yD/ylj9rKhTmO3elsnmBvRD4PgJPds5W2PkhC82aVwmUcJ7A==}
861
- cpu: [riscv64]
862
- os: [linux]
863
- libc: [glibc]
864
-
865
- '@rollup/rollup-linux-riscv64-musl@4.60.2':
866
- resolution: {integrity: sha512-mjYNkHPfGpUR00DuM1ZZIgs64Hpf4bWcz9Z41+4Q+pgDx73UwWdAYyf6EG/lRFldmdHHzgrYyge5akFUW0D3mQ==}
867
- cpu: [riscv64]
868
- os: [linux]
869
- libc: [musl]
870
-
871
- '@rollup/rollup-linux-s390x-gnu@4.60.2':
872
- resolution: {integrity: sha512-ALyvJz965BQk8E9Al/JDKKDLH2kfKFLTGMlgkAbbYtZuJt9LU8DW3ZoDMCtQpXAltZxwBHevXz5u+gf0yA0YoA==}
873
- cpu: [s390x]
874
- os: [linux]
875
- libc: [glibc]
876
-
877
- '@rollup/rollup-linux-x64-gnu@4.60.2':
878
- resolution: {integrity: sha512-UQjrkIdWrKI626Du8lCQ6MJp/6V1LAo2bOK9OTu4mSn8GGXIkPXk/Vsp4bLHCd9Z9Iz2OTEaokUE90VweJgIYQ==}
879
- cpu: [x64]
880
- os: [linux]
881
- libc: [glibc]
882
-
883
- '@rollup/rollup-linux-x64-musl@4.60.2':
884
- resolution: {integrity: sha512-bTsRGj6VlSdn/XD4CGyzMnzaBs9bsRxy79eTqTCBsA8TMIEky7qg48aPkvJvFe1HyzQ5oMZdg7AnVlWQSKLTnw==}
885
- cpu: [x64]
886
- os: [linux]
887
- libc: [musl]
888
-
889
- '@rollup/rollup-openbsd-x64@4.60.2':
890
- resolution: {integrity: sha512-6d4Z3534xitaA1FcMWP7mQPq5zGwBmGbhphh2DwaA1aNIXUu3KTOfwrWpbwI4/Gr0uANo7NTtaykFyO2hPuFLg==}
891
- cpu: [x64]
892
- os: [openbsd]
893
-
894
- '@rollup/rollup-openharmony-arm64@4.60.2':
895
- resolution: {integrity: sha512-NetAg5iO2uN7eB8zE5qrZ3CSil+7IJt4WDFLcC75Ymywq1VZVD6qJ6EvNLjZ3rEm6gB7XW5JdT60c6MN35Z85Q==}
896
- cpu: [arm64]
897
- os: [openharmony]
898
-
899
- '@rollup/rollup-win32-arm64-msvc@4.60.2':
900
- resolution: {integrity: sha512-NCYhOotpgWZ5kdxCZsv6Iudx0wX8980Q/oW4pNFNihpBKsDbEA1zpkfxJGC0yugsUuyDZ7gL37dbzwhR0VI7pQ==}
901
- cpu: [arm64]
902
- os: [win32]
903
-
904
- '@rollup/rollup-win32-ia32-msvc@4.60.2':
905
- resolution: {integrity: sha512-RXsaOqXxfoUBQoOgvmmijVxJnW2IGB0eoMO7F8FAjaj0UTywUO/luSqimWBJn04WNgUkeNhh7fs7pESXajWmkg==}
906
- cpu: [ia32]
907
- os: [win32]
908
-
909
- '@rollup/rollup-win32-x64-gnu@4.60.2':
910
- resolution: {integrity: sha512-qdAzEULD+/hzObedtmV6iBpdL5TIbKVztGiK7O3/KYSf+HIzU257+MX1EXJcyIiDbMAqmbwaufcYPvyRryeZtA==}
911
- cpu: [x64]
912
- os: [win32]
913
-
914
- '@rollup/rollup-win32-x64-msvc@4.60.2':
915
- resolution: {integrity: sha512-Nd/SgG27WoA9e+/TdK74KnHz852TLa94ovOYySo/yMPuTmpckK/jIF2jSwS3g7ELSKXK13/cVdmg1Z/DaCWKxA==}
916
- cpu: [x64]
917
- os: [win32]
918
-
919
- '@selderee/plugin-htmlparser2@0.11.0':
920
- resolution: {integrity: sha512-P33hHGdldxGabLFjPPpaTxVolMrzrcegejx+0GxjrIb9Zv48D8yAIA/QTDR2dFl7Uz7urX8aX6+5bCZslr+gWQ==}
921
-
922
- '@sendgrid/client@8.1.6':
923
- resolution: {integrity: sha512-/BHu0hqwXNHr2aLhcXU7RmmlVqrdfrbY9KpaNj00KZHlVOVoRxRVrpOCabIB+91ISXJ6+mLM9vpaVUhK6TwBWA==}
924
- engines: {node: '>=12.*'}
925
-
926
- '@sendgrid/helpers@8.0.0':
927
- resolution: {integrity: sha512-Ze7WuW2Xzy5GT5WRx+yEv89fsg/pgy3T1E3FS0QEx0/VvRmigMZ5qyVGhJz4SxomegDkzXv/i0aFPpHKN8qdAA==}
928
- engines: {node: '>= 12.0.0'}
929
-
930
- '@sendgrid/mail@8.1.6':
931
- resolution: {integrity: sha512-/ZqxUvKeEztU9drOoPC/8opEPOk+jLlB2q4+xpx6HVLq6aFu3pMpalkTpAQz8XfRfpLp8O25bh6pGPcHDCYpqg==}
932
- engines: {node: '>=12.*'}
933
-
934
- '@standard-schema/spec@1.1.0':
935
- resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==}
936
-
937
- '@tootallnate/once@2.0.0':
938
- resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==}
939
- engines: {node: '>= 10'}
940
-
941
- '@types/caseless@0.12.5':
942
- resolution: {integrity: sha512-hWtVTC2q7hc7xZ/RLbxapMvDMgUnDvKvMOpKal4DrMyfGBUfB1oKaZlIRr6mJL+If3bAP6sV/QneGzF6tJjZDg==}
943
-
944
- '@types/esrecurse@4.3.1':
945
- resolution: {integrity: sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==}
946
-
947
- '@types/estree@1.0.8':
948
- resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
949
-
950
- '@types/json-schema@7.0.15':
951
- resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
952
-
953
- '@types/jsonwebtoken@9.0.10':
954
- resolution: {integrity: sha512-asx5hIG9Qmf/1oStypjanR7iKTv0gXQ1Ov/jfrX6kS/EO0OFni8orbmGCn0672NHR3kXHwpAwR+B368ZGN/2rA==}
955
-
956
- '@types/long@4.0.2':
957
- resolution: {integrity: sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==}
958
-
959
- '@types/ms@2.1.0':
960
- resolution: {integrity: sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==}
961
-
962
- '@types/node@20.19.39':
963
- resolution: {integrity: sha512-orrrD74MBUyK8jOAD/r0+lfa1I2MO6I+vAkmAWzMYbCcgrN4lCrmK52gRFQq/JRxfYPfonkr4b0jcY7Olqdqbw==}
964
-
965
- '@types/node@22.19.17':
966
- resolution: {integrity: sha512-wGdMcf+vPYM6jikpS/qhg6WiqSV/OhG+jeeHT/KlVqxYfD40iYJf9/AE1uQxVWFvU7MipKRkRv8NSHiCGgPr8Q==}
967
-
968
- '@types/request@2.48.13':
969
- resolution: {integrity: sha512-FGJ6udDNUCjd19pp0Q3iTiDkwhYup7J8hpMW9c4k53NrccQFFWKRho6hvtPPEhnXWKvukfwAlB6DbDz4yhH5Gg==}
970
-
971
- '@types/tough-cookie@4.0.5':
972
- resolution: {integrity: sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==}
973
-
974
- '@typescript-eslint/parser@8.56.0':
975
- resolution: {integrity: sha512-IgSWvLobTDOjnaxAfDTIHaECbkNlAlKv2j5SjpB2v7QHKv1FIfjwMy8FsDbVfDX/KjmCmYICcw7uGaXLhtsLNg==}
976
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
977
- peerDependencies:
978
- eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
979
- typescript: '>=4.8.4 <6.0.0'
980
-
981
- '@typescript-eslint/project-service@8.56.0':
982
- resolution: {integrity: sha512-M3rnyL1vIQOMeWxTWIW096/TtVP+8W3p/XnaFflhmcFp+U4zlxUxWj4XwNs6HbDeTtN4yun0GNTTDBw/SvufKg==}
983
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
984
- peerDependencies:
985
- typescript: '>=4.8.4 <6.0.0'
986
-
987
- '@typescript-eslint/scope-manager@8.56.0':
988
- resolution: {integrity: sha512-7UiO/XwMHquH+ZzfVCfUNkIXlp/yQjjnlYUyYz7pfvlK3/EyyN6BK+emDmGNyQLBtLGaYrTAI6KOw8tFucWL2w==}
989
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
990
-
991
- '@typescript-eslint/tsconfig-utils@8.56.0':
992
- resolution: {integrity: sha512-bSJoIIt4o3lKXD3xmDh9chZcjCz5Lk8xS7Rxn+6l5/pKrDpkCwtQNQQwZ2qRPk7TkUYhrq3WPIHXOXlbXP0itg==}
993
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
994
- peerDependencies:
995
- typescript: '>=4.8.4 <6.0.0'
996
-
997
- '@typescript-eslint/types@8.56.0':
998
- resolution: {integrity: sha512-DBsLPs3GsWhX5HylbP9HNG15U0bnwut55Lx12bHB9MpXxQ+R5GC8MwQe+N1UFXxAeQDvEsEDY6ZYwX03K7Z6HQ==}
999
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1000
-
1001
- '@typescript-eslint/typescript-estree@8.56.0':
1002
- resolution: {integrity: sha512-ex1nTUMWrseMltXUHmR2GAQ4d+WjkZCT4f+4bVsps8QEdh0vlBsaCokKTPlnqBFqqGaxilDNJG7b8dolW2m43Q==}
1003
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1004
- peerDependencies:
1005
- typescript: '>=4.8.4 <6.0.0'
1006
-
1007
- '@typescript-eslint/visitor-keys@8.56.0':
1008
- resolution: {integrity: sha512-q+SL+b+05Ud6LbEE35qe4A99P+htKTKVbyiNEe45eCbJFyh/HVK9QXwlrbz+Q4L8SOW4roxSVwXYj4DMBT7Ieg==}
1009
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1010
-
1011
- '@vitest/expect@2.1.9':
1012
- resolution: {integrity: sha512-UJCIkTBenHeKT1TTlKMJWy1laZewsRIzYighyYiJKZreqtdxSos/S1t+ktRMQWu2CKqaarrkeszJx1cgC5tGZw==}
1013
-
1014
- '@vitest/mocker@2.1.9':
1015
- resolution: {integrity: sha512-tVL6uJgoUdi6icpxmdrn5YNo3g3Dxv+IHJBr0GXHaEdTcw3F+cPKnsXFhli6nO+f/6SDKPHEK1UN+k+TQv0Ehg==}
1016
- peerDependencies:
1017
- msw: ^2.4.9
1018
- vite: ^5.0.0
1019
- peerDependenciesMeta:
1020
- msw:
1021
- optional: true
1022
- vite:
1023
- optional: true
1024
-
1025
- '@vitest/pretty-format@2.1.9':
1026
- resolution: {integrity: sha512-KhRIdGV2U9HOUzxfiHmY8IFHTdqtOhIzCpd8WRdJiE7D/HUcZVD0EgQCVjm+Q9gkUXWgBvMmTtZgIG48wq7sOQ==}
1027
-
1028
- '@vitest/runner@2.1.9':
1029
- resolution: {integrity: sha512-ZXSSqTFIrzduD63btIfEyOmNcBmQvgOVsPNPe0jYtESiXkhd8u2erDLnMxmGrDCwHCCHE7hxwRDCT3pt0esT4g==}
1030
-
1031
- '@vitest/snapshot@2.1.9':
1032
- resolution: {integrity: sha512-oBO82rEjsxLNJincVhLhaxxZdEtV0EFHMK5Kmx5sJ6H9L183dHECjiefOAdnqpIgT5eZwT04PoggUnW88vOBNQ==}
1033
-
1034
- '@vitest/spy@2.1.9':
1035
- resolution: {integrity: sha512-E1B35FwzXXTs9FHNK6bDszs7mtydNi5MIfUWpceJ8Xbfb1gBMscAnwLbEu+B44ed6W3XjL9/ehLPHR1fkf1KLQ==}
1036
-
1037
- '@vitest/utils@2.1.9':
1038
- resolution: {integrity: sha512-v0psaMSkNJ3A2NMrUEHFRzJtDPFn+/VWZ5WxImB21T9fjucJRmS7xCS3ppEnARb9y11OAzaD+P2Ps+b+BGX5iQ==}
1039
-
1040
- abort-controller@3.0.0:
1041
- resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==}
1042
- engines: {node: '>=6.5'}
1043
-
1044
- accepts@1.3.8:
1045
- resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==}
1046
- engines: {node: '>= 0.6'}
1047
-
1048
- acorn-jsx@5.3.2:
1049
- resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
1050
- peerDependencies:
1051
- acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
1052
-
1053
- acorn@8.16.0:
1054
- resolution: {integrity: sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==}
1055
- engines: {node: '>=0.4.0'}
1056
- hasBin: true
1057
-
1058
- agent-base@6.0.2:
1059
- resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==}
1060
- engines: {node: '>= 6.0.0'}
1061
-
1062
- agent-base@7.1.4:
1063
- resolution: {integrity: sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==}
1064
- engines: {node: '>= 14'}
1065
-
1066
- ajv@6.14.0:
1067
- resolution: {integrity: sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==}
1068
-
1069
- ansi-regex@5.0.1:
1070
- resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
1071
- engines: {node: '>=8'}
1072
-
1073
- ansi-styles@4.3.0:
1074
- resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
1075
- engines: {node: '>=8'}
1076
-
1077
- ansi-styles@5.2.0:
1078
- resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==}
1079
- engines: {node: '>=10'}
1080
-
1081
- array-flatten@1.1.1:
1082
- resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==}
1083
-
1084
- arrify@2.0.1:
1085
- resolution: {integrity: sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==}
1086
- engines: {node: '>=8'}
1087
-
1088
- assertion-error@2.0.1:
1089
- resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==}
1090
- engines: {node: '>=12'}
1091
-
1092
- async-retry@1.3.3:
1093
- resolution: {integrity: sha512-wfr/jstw9xNi/0teMHrRW7dsz3Lt5ARhYNZ2ewpadnhaIp5mbALhOAP+EAdsC7t4Z6wqsDVv9+W6gm1Dk9mEyw==}
1094
-
1095
- asynckit@0.4.0:
1096
- resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
1097
-
1098
- axios@1.15.0:
1099
- resolution: {integrity: sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==}
1100
-
1101
- balanced-match@1.0.2:
1102
- resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
1103
-
1104
- balanced-match@4.0.4:
1105
- resolution: {integrity: sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==}
1106
- engines: {node: 18 || 20 || >=22}
1107
-
1108
- base64-js@1.5.1:
1109
- resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==}
1110
-
1111
- bignumber.js@9.3.1:
1112
- resolution: {integrity: sha512-Ko0uX15oIUS7wJ3Rb30Fs6SkVbLmPBAKdlm7q9+ak9bbIeFf0MwuBsQV6z7+X768/cHsfg+WlysDWJcmthjsjQ==}
1113
-
1114
- body-parser@1.20.4:
1115
- resolution: {integrity: sha512-ZTgYYLMOXY9qKU/57FAo8F+HA2dGX7bqGc71txDRC1rS4frdFI5R7NhluHxH6M0YItAP0sHB4uqAOcYKxO6uGA==}
1116
- engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16}
1117
-
1118
- brace-expansion@2.1.0:
1119
- resolution: {integrity: sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==}
1120
-
1121
- brace-expansion@5.0.5:
1122
- resolution: {integrity: sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==}
1123
- engines: {node: 18 || 20 || >=22}
1124
-
1125
- buffer-equal-constant-time@1.0.1:
1126
- resolution: {integrity: sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==}
1127
-
1128
- bytes@3.1.2:
1129
- resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==}
1130
- engines: {node: '>= 0.8'}
1131
-
1132
- cac@6.7.14:
1133
- resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==}
1134
- engines: {node: '>=8'}
1135
-
1136
- call-bind-apply-helpers@1.0.2:
1137
- resolution: {integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==}
1138
- engines: {node: '>= 0.4'}
1139
-
1140
- call-bound@1.0.4:
1141
- resolution: {integrity: sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==}
1142
- engines: {node: '>= 0.4'}
1143
-
1144
- camelcase@6.3.0:
1145
- resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==}
1146
- engines: {node: '>=10'}
1147
-
1148
- chai@5.3.3:
1149
- resolution: {integrity: sha512-4zNhdJD/iOjSH0A05ea+Ke6MU5mmpQcbQsSOkgdaUMJ9zTlDTD/GYlwohmIE2u0gaxHYiVHEn1Fw9mZ/ktJWgw==}
1150
- engines: {node: '>=18'}
1151
-
1152
- check-error@2.1.3:
1153
- resolution: {integrity: sha512-PAJdDJusoxnwm1VwW07VWwUN1sl7smmC3OKggvndJFadxxDRyFJBX/ggnu/KE4kQAB7a3Dp8f/YXC1FlUprWmA==}
1154
- engines: {node: '>= 16'}
1155
-
1156
- cliui@8.0.1:
1157
- resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==}
1158
- engines: {node: '>=12'}
1159
-
1160
- color-convert@2.0.1:
1161
- resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
1162
- engines: {node: '>=7.0.0'}
1163
-
1164
- color-name@1.1.4:
1165
- resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
1166
-
1167
- combined-stream@1.0.8:
1168
- resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==}
1169
- engines: {node: '>= 0.8'}
1170
-
1171
- content-disposition@0.5.4:
1172
- resolution: {integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==}
1173
- engines: {node: '>= 0.6'}
1174
-
1175
- content-type@1.0.5:
1176
- resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==}
1177
- engines: {node: '>= 0.6'}
1178
-
1179
- cookie-signature@1.0.7:
1180
- resolution: {integrity: sha512-NXdYc3dLr47pBkpUCHtKSwIOQXLVn8dZEuywboCOJY/osA0wFSLlSawr3KN8qXJEyX66FcONTH8EIlVuK0yyFA==}
1181
-
1182
- cookie@0.7.2:
1183
- resolution: {integrity: sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==}
1184
- engines: {node: '>= 0.6'}
1185
-
1186
- cors@2.8.6:
1187
- resolution: {integrity: sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==}
1188
- engines: {node: '>= 0.10'}
1189
-
1190
- cross-spawn@7.0.6:
1191
- resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
1192
- engines: {node: '>= 8'}
1193
-
1194
- dayjs@1.11.20:
1195
- resolution: {integrity: sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==}
1196
-
1197
- debug@2.6.9:
1198
- resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==}
1199
- peerDependencies:
1200
- supports-color: '*'
1201
- peerDependenciesMeta:
1202
- supports-color:
1203
- optional: true
1204
-
1205
- debug@4.4.3:
1206
- resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
1207
- engines: {node: '>=6.0'}
1208
- peerDependencies:
1209
- supports-color: '*'
1210
- peerDependenciesMeta:
1211
- supports-color:
1212
- optional: true
1213
-
1214
- decamelize@1.2.0:
1215
- resolution: {integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==}
1216
- engines: {node: '>=0.10.0'}
1217
-
1218
- deep-eql@5.0.2:
1219
- resolution: {integrity: sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==}
1220
- engines: {node: '>=6'}
1221
-
1222
- deep-is@0.1.4:
1223
- resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
1224
-
1225
- deepmerge@4.3.1:
1226
- resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==}
1227
- engines: {node: '>=0.10.0'}
1228
-
1229
- delayed-stream@1.0.0:
1230
- resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==}
1231
- engines: {node: '>=0.4.0'}
1232
-
1233
- depd@2.0.0:
1234
- resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==}
1235
- engines: {node: '>= 0.8'}
1236
-
1237
- destroy@1.2.0:
1238
- resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==}
1239
- engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16}
1240
-
1241
- dom-serializer@2.0.0:
1242
- resolution: {integrity: sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==}
1243
-
1244
- domelementtype@2.3.0:
1245
- resolution: {integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==}
1246
-
1247
- domhandler@5.0.3:
1248
- resolution: {integrity: sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==}
1249
- engines: {node: '>= 4'}
1250
-
1251
- domutils@3.2.2:
1252
- resolution: {integrity: sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==}
1253
-
1254
- dotenv@16.6.1:
1255
- resolution: {integrity: sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==}
1256
- engines: {node: '>=12'}
1257
-
1258
- dunder-proto@1.0.1:
1259
- resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==}
1260
- engines: {node: '>= 0.4'}
1261
-
1262
- duplexify@4.1.3:
1263
- resolution: {integrity: sha512-M3BmBhwJRZsSx38lZyhE53Csddgzl5R7xGJNk7CVddZD6CcmwMCH8J+7AprIrQKH7TonKxaCjcv27Qmf+sQ+oA==}
1264
-
1265
- ecdsa-sig-formatter@1.0.11:
1266
- resolution: {integrity: sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==}
1267
-
1268
- ee-first@1.1.1:
1269
- resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
1270
-
1271
- emoji-regex@8.0.0:
1272
- resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
1273
-
1274
- encodeurl@2.0.0:
1275
- resolution: {integrity: sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==}
1276
- engines: {node: '>= 0.8'}
1277
-
1278
- end-of-stream@1.4.5:
1279
- resolution: {integrity: sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==}
1280
-
1281
- entities@4.5.0:
1282
- resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
1283
- engines: {node: '>=0.12'}
1284
-
1285
- es-define-property@1.0.1:
1286
- resolution: {integrity: sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==}
1287
- engines: {node: '>= 0.4'}
1288
-
1289
- es-errors@1.3.0:
1290
- resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==}
1291
- engines: {node: '>= 0.4'}
1292
-
1293
- es-module-lexer@1.7.0:
1294
- resolution: {integrity: sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==}
1295
-
1296
- es-object-atoms@1.1.1:
1297
- resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==}
1298
- engines: {node: '>= 0.4'}
1299
-
1300
- es-set-tostringtag@2.1.0:
1301
- resolution: {integrity: sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==}
1302
- engines: {node: '>= 0.4'}
1303
-
1304
- esbuild@0.21.5:
1305
- resolution: {integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==}
1306
- engines: {node: '>=12'}
1307
- hasBin: true
1308
-
1309
- esbuild@0.25.12:
1310
- resolution: {integrity: sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==}
1311
- engines: {node: '>=18'}
1312
- hasBin: true
1313
-
1314
- esbuild@0.27.7:
1315
- resolution: {integrity: sha512-IxpibTjyVnmrIQo5aqNpCgoACA/dTKLTlhMHihVHhdkxKyPO1uBBthumT0rdHmcsk9uMonIWS0m4FljWzILh3w==}
1316
- engines: {node: '>=18'}
1317
- hasBin: true
1318
-
1319
- escalade@3.2.0:
1320
- resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
1321
- engines: {node: '>=6'}
1322
-
1323
- escape-html@1.0.3:
1324
- resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==}
1325
-
1326
- escape-string-regexp@4.0.0:
1327
- resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
1328
- engines: {node: '>=10'}
1329
-
1330
- eslint-scope@9.1.2:
1331
- resolution: {integrity: sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==}
1332
- engines: {node: ^20.19.0 || ^22.13.0 || >=24}
1333
-
1334
- eslint-visitor-keys@3.4.3:
1335
- resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==}
1336
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
1337
-
1338
- eslint-visitor-keys@5.0.1:
1339
- resolution: {integrity: sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==}
1340
- engines: {node: ^20.19.0 || ^22.13.0 || >=24}
1341
-
1342
- eslint@10.0.0:
1343
- resolution: {integrity: sha512-O0piBKY36YSJhlFSG8p9VUdPV/SxxS4FYDWVpr/9GJuMaepzwlf4J8I4ov1b+ySQfDTPhc3DtLaxcT1fN0yqCg==}
1344
- engines: {node: ^20.19.0 || ^22.13.0 || >=24}
1345
- hasBin: true
1346
- peerDependencies:
1347
- jiti: '*'
1348
- peerDependenciesMeta:
1349
- jiti:
1350
- optional: true
1351
-
1352
- espree@11.2.0:
1353
- resolution: {integrity: sha512-7p3DrVEIopW1B1avAGLuCSh1jubc01H2JHc8B4qqGblmg5gI9yumBgACjWo4JlIc04ufug4xJ3SQI8HkS/Rgzw==}
1354
- engines: {node: ^20.19.0 || ^22.13.0 || >=24}
1355
-
1356
- esquery@1.7.0:
1357
- resolution: {integrity: sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==}
1358
- engines: {node: '>=0.10'}
1359
-
1360
- esrecurse@4.3.0:
1361
- resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==}
1362
- engines: {node: '>=4.0'}
1363
-
1364
- estraverse@5.3.0:
1365
- resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==}
1366
- engines: {node: '>=4.0'}
1367
-
1368
- estree-walker@3.0.3:
1369
- resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==}
1370
-
1371
- esutils@2.0.3:
1372
- resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==}
1373
- engines: {node: '>=0.10.0'}
1374
-
1375
- etag@1.8.1:
1376
- resolution: {integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==}
1377
- engines: {node: '>= 0.6'}
1378
-
1379
- event-target-shim@5.0.1:
1380
- resolution: {integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==}
1381
- engines: {node: '>=6'}
1382
-
1383
- eventemitter3@4.0.7:
1384
- resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==}
1385
-
1386
- expect-type@1.3.0:
1387
- resolution: {integrity: sha512-knvyeauYhqjOYvQ66MznSMs83wmHrCycNEN6Ao+2AeYEfxUIkuiVxdEa1qlGEPK+We3n0THiDciYSsCcgW/DoA==}
1388
- engines: {node: '>=12.0.0'}
1389
-
1390
- express@4.22.1:
1391
- resolution: {integrity: sha512-F2X8g9P1X7uCPZMA3MVf9wcTqlyNp7IhH5qPCI0izhaOIYXaW9L535tGA3qmjRzpH+bZczqq7hVKxTR4NWnu+g==}
1392
- engines: {node: '>= 0.10.0'}
1393
-
1394
- extend@3.0.2:
1395
- resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==}
1396
-
1397
- farmhash-modern@1.1.0:
1398
- resolution: {integrity: sha512-6ypT4XfgqJk/F3Yuv4SX26I3doUjt0GTG4a+JgWxXQpxXzTBq8fPUeGHfcYMMDPHJHm3yPOSjaeBwBGAHWXCdA==}
1399
- engines: {node: '>=18.0.0'}
1400
-
1401
- fast-deep-equal@2.0.1:
1402
- resolution: {integrity: sha512-bCK/2Z4zLidyB4ReuIsvALH6w31YfAQDmXMqMx6FyfHqvBxtjC0eRumeSu4Bs3XtXwpyIywtSTrVT99BxY1f9w==}
1403
-
1404
- fast-deep-equal@3.1.3:
1405
- resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
1406
-
1407
- fast-json-stable-stringify@2.1.0:
1408
- resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==}
1409
-
1410
- fast-levenshtein@2.0.6:
1411
- resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==}
1412
-
1413
- fast-xml-builder@1.1.5:
1414
- resolution: {integrity: sha512-4TJn/8FKLeslLAH3dnohXqE3QSoxkhvaMzepOIZytwJXZO69Bfz0HBdDHzOTOon6G59Zrk6VQ2bEiv1t61rfkA==}
1415
-
1416
- fast-xml-parser@5.7.1:
1417
- resolution: {integrity: sha512-8Cc3f8GUGUULg34pBch/KGyPLglS+OFs05deyOlY7fL2MTagYPKrVQNmR1fLF/yJ9PH5ZSTd3YDF6pnmeZU+zA==}
1418
- hasBin: true
1419
-
1420
- faye-websocket@0.11.4:
1421
- resolution: {integrity: sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==}
1422
- engines: {node: '>=0.8.0'}
1423
-
1424
- fdir@6.5.0:
1425
- resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
1426
- engines: {node: '>=12.0.0'}
1427
- peerDependencies:
1428
- picomatch: ^3 || ^4
1429
- peerDependenciesMeta:
1430
- picomatch:
1431
- optional: true
1432
-
1433
- file-entry-cache@8.0.0:
1434
- resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==}
1435
- engines: {node: '>=16.0.0'}
1436
-
1437
- finalhandler@1.3.2:
1438
- resolution: {integrity: sha512-aA4RyPcd3badbdABGDuTXCMTtOneUCAYH/gxoYRTZlIJdF0YPWuGqiAsIrhNnnqdXGswYk6dGujem4w80UJFhg==}
1439
- engines: {node: '>= 0.8'}
1440
-
1441
- find-up@5.0.0:
1442
- resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==}
1443
- engines: {node: '>=10'}
1444
-
1445
- firebase-admin@12.7.0:
1446
- resolution: {integrity: sha512-raFIrOyTqREbyXsNkSHyciQLfv8AUZazehPaQS1lZBSCDYW74FYXU0nQZa3qHI4K+hawohlDbywZ4+qce9YNxA==}
1447
- engines: {node: '>=14'}
1448
-
1449
- flat-cache@4.0.1:
1450
- resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==}
1451
- engines: {node: '>=16'}
1452
-
1453
- flatted@3.4.2:
1454
- resolution: {integrity: sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==}
1455
-
1456
- follow-redirects@1.16.0:
1457
- resolution: {integrity: sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==}
1458
- engines: {node: '>=4.0'}
1459
- peerDependencies:
1460
- debug: '*'
1461
- peerDependenciesMeta:
1462
- debug:
1463
- optional: true
1464
-
1465
- form-data@2.5.5:
1466
- resolution: {integrity: sha512-jqdObeR2rxZZbPSGL+3VckHMYtu+f9//KXBsVny6JSX/pa38Fy+bGjuG8eW/H6USNQWhLi8Num++cU2yOCNz4A==}
1467
- engines: {node: '>= 0.12'}
1468
-
1469
- form-data@4.0.5:
1470
- resolution: {integrity: sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==}
1471
- engines: {node: '>= 6'}
1472
-
1473
- forwarded@0.2.0:
1474
- resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==}
1475
- engines: {node: '>= 0.6'}
1476
-
1477
- fresh@0.5.2:
1478
- resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==}
1479
- engines: {node: '>= 0.6'}
1480
-
1481
- fsevents@2.3.3:
1482
- resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
1483
- engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
1484
- os: [darwin]
1485
-
1486
- function-bind@1.1.2:
1487
- resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
1488
-
1489
- functional-red-black-tree@1.0.1:
1490
- resolution: {integrity: sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==}
1491
-
1492
- gaxios@6.7.1:
1493
- resolution: {integrity: sha512-LDODD4TMYx7XXdpwxAVRAIAuB0bzv0s+ywFonY46k126qzQHT9ygyoa9tncmOiQmmDrik65UYsEkv3lbfqQ3yQ==}
1494
- engines: {node: '>=14'}
1495
-
1496
- gcp-metadata@6.1.1:
1497
- resolution: {integrity: sha512-a4tiq7E0/5fTjxPAaH4jpjkSv/uCaU2p5KC6HVGrvl0cDjA8iBZv4vv1gyzlmK0ZUKqwpOyQMKzZQe3lTit77A==}
1498
- engines: {node: '>=14'}
1499
-
1500
- get-caller-file@2.0.5:
1501
- resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==}
1502
- engines: {node: 6.* || 8.* || >= 10.*}
1503
-
1504
- get-intrinsic@1.3.0:
1505
- resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==}
1506
- engines: {node: '>= 0.4'}
1507
-
1508
- get-proto@1.0.1:
1509
- resolution: {integrity: sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==}
1510
- engines: {node: '>= 0.4'}
1511
-
1512
- get-tsconfig@4.14.0:
1513
- resolution: {integrity: sha512-yTb+8DXzDREzgvYmh6s9vHsSVCHeC0G3PI5bEXNBHtmshPnO+S5O7qgLEOn0I5QvMy6kpZN8K1NKGyilLb93wA==}
1514
-
1515
- glob-parent@6.0.2:
1516
- resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==}
1517
- engines: {node: '>=10.13.0'}
1518
-
1519
- google-auth-library@9.15.1:
1520
- resolution: {integrity: sha512-Jb6Z0+nvECVz+2lzSMt9u98UsoakXxA2HGHMCxh+so3n90XgYWkq5dur19JAJV7ONiJY22yBTyJB1TSkvPq9Ng==}
1521
- engines: {node: '>=14'}
1522
-
1523
- google-gax@4.6.1:
1524
- resolution: {integrity: sha512-V6eky/xz2mcKfAd1Ioxyd6nmA61gao3n01C+YeuIwu3vzM9EDR6wcVzMSIbLMDXWeoi9SHYctXuKYC5uJUT3eQ==}
1525
- engines: {node: '>=14'}
1526
-
1527
- google-logging-utils@0.0.2:
1528
- resolution: {integrity: sha512-NEgUnEcBiP5HrPzufUkBzJOD/Sxsco3rLNo1F1TNf7ieU8ryUzBhqba8r756CjLX7rn3fHl6iLEwPYuqpoKgQQ==}
1529
- engines: {node: '>=14'}
1530
-
1531
- googleapis-common@7.2.0:
1532
- resolution: {integrity: sha512-/fhDZEJZvOV3X5jmD+fKxMqma5q2Q9nZNSF3kn1F18tpxmA86BcTxAGBQdM0N89Z3bEaIs+HVznSmFJEAmMTjA==}
1533
- engines: {node: '>=14.0.0'}
1534
-
1535
- googleapis@144.0.0:
1536
- resolution: {integrity: sha512-ELcWOXtJxjPX4vsKMh+7V+jZvgPwYMlEhQFiu2sa9Qmt5veX8nwXPksOWGGN6Zk4xCiLygUyaz7xGtcMO+Onxw==}
1537
- engines: {node: '>=14.0.0'}
1538
-
1539
- gopd@1.2.0:
1540
- resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==}
1541
- engines: {node: '>= 0.4'}
1542
-
1543
- gtoken@7.1.0:
1544
- resolution: {integrity: sha512-pCcEwRi+TKpMlxAQObHDQ56KawURgyAf6jtIY046fJ5tIv3zDe/LEIubckAO8fj6JnAxLdmWkUfNyulQ2iKdEw==}
1545
- engines: {node: '>=14.0.0'}
1546
-
1547
- has-symbols@1.1.0:
1548
- resolution: {integrity: sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==}
1549
- engines: {node: '>= 0.4'}
1550
-
1551
- has-tostringtag@1.0.2:
1552
- resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==}
1553
- engines: {node: '>= 0.4'}
1554
-
1555
- hasown@2.0.3:
1556
- resolution: {integrity: sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==}
1557
- engines: {node: '>= 0.4'}
1558
-
1559
- helmet@8.1.0:
1560
- resolution: {integrity: sha512-jOiHyAZsmnr8LqoPGmCjYAaiuWwjAPLgY8ZX2XrmHawt99/u1y6RgrZMTeoPfpUbV96HOalYgz1qzkRbw54Pmg==}
1561
- engines: {node: '>=18.0.0'}
1562
-
1563
- hono@4.12.14:
1564
- resolution: {integrity: sha512-am5zfg3yu6sqn5yjKBNqhnTX7Cv+m00ox+7jbaKkrLMRJ4rAdldd1xPd/JzbBWspqaQv6RSTrgFN95EsfhC+7w==}
1565
- engines: {node: '>=16.9.0'}
1566
-
1567
- html-entities@2.6.0:
1568
- resolution: {integrity: sha512-kig+rMn/QOVRvr7c86gQ8lWXq+Hkv6CbAH1hLu+RG338StTpE8Z0b44SDVaqVu7HGKf27frdmUYEs9hTUX/cLQ==}
1569
-
1570
- html-to-text@9.0.5:
1571
- resolution: {integrity: sha512-qY60FjREgVZL03vJU6IfMV4GDjGBIoOyvuFdpBDIX9yTlDw0TjxVBQp+P8NvpdIXNJvfWBTNul7fsAQJq2FNpg==}
1572
- engines: {node: '>=14'}
1573
-
1574
- htmlparser2@8.0.2:
1575
- resolution: {integrity: sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==}
1576
-
1577
- http-errors@2.0.1:
1578
- resolution: {integrity: sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==}
1579
- engines: {node: '>= 0.8'}
1580
-
1581
- http-parser-js@0.5.10:
1582
- resolution: {integrity: sha512-Pysuw9XpUq5dVc/2SMHpuTY01RFl8fttgcyunjL7eEMhGM3cI4eOmiCycJDVCo/7O7ClfQD3SaI6ftDzqOXYMA==}
1583
-
1584
- http-proxy-agent@5.0.0:
1585
- resolution: {integrity: sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==}
1586
- engines: {node: '>= 6'}
1587
-
1588
- https-proxy-agent@5.0.1:
1589
- resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==}
1590
- engines: {node: '>= 6'}
1591
-
1592
- https-proxy-agent@7.0.6:
1593
- resolution: {integrity: sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==}
1594
- engines: {node: '>= 14'}
1595
-
1596
- iconv-lite@0.4.24:
1597
- resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==}
1598
- engines: {node: '>=0.10.0'}
1599
-
1600
- ignore@5.3.2:
1601
- resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==}
1602
- engines: {node: '>= 4'}
1603
-
1604
- imurmurhash@0.1.4:
1605
- resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
1606
- engines: {node: '>=0.8.19'}
1607
-
1608
- inherits@2.0.4:
1609
- resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
1610
-
1611
- ipaddr.js@1.9.1:
1612
- resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==}
1613
- engines: {node: '>= 0.10'}
1614
-
1615
- is-extglob@2.1.1:
1616
- resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
1617
- engines: {node: '>=0.10.0'}
1618
-
1619
- is-fullwidth-code-point@3.0.0:
1620
- resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==}
1621
- engines: {node: '>=8'}
1622
-
1623
- is-glob@4.0.3:
1624
- resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
1625
- engines: {node: '>=0.10.0'}
1626
-
1627
- is-stream@2.0.1:
1628
- resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==}
1629
- engines: {node: '>=8'}
1630
-
1631
- isexe@2.0.0:
1632
- resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
1633
-
1634
- jose@4.15.9:
1635
- resolution: {integrity: sha512-1vUQX+IdDMVPj4k8kOxgUqlcK518yluMuGZwqlr44FS1ppZB/5GWh4rZG89erpOBOJjU/OBsnCVFfapsRz6nEA==}
1636
-
1637
- js-tiktoken@1.0.21:
1638
- resolution: {integrity: sha512-biOj/6M5qdgx5TKjDnFT1ymSpM5tbd3ylwDtrQvFQSu0Z7bBYko2dF+W/aUkXUPuk6IVpRxk/3Q2sHOzGlS36g==}
1639
-
1640
- json-bigint@1.0.0:
1641
- resolution: {integrity: sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==}
1642
-
1643
- json-buffer@3.0.1:
1644
- resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==}
1645
-
1646
- json-schema-to-ts@3.1.1:
1647
- resolution: {integrity: sha512-+DWg8jCJG2TEnpy7kOm/7/AxaYoaRbjVB4LFZLySZlWn8exGs3A4OLJR966cVvU26N7X9TWxl+Jsw7dzAqKT6g==}
1648
- engines: {node: '>=16'}
1649
-
1650
- json-schema-traverse@0.4.1:
1651
- resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==}
1652
-
1653
- json-stable-stringify-without-jsonify@1.0.1:
1654
- resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==}
1655
-
1656
- jsonc-eslint-parser@3.1.0:
1657
- resolution: {integrity: sha512-75EA7EWZExL/j+MDKQrRbdzcRI2HOkRlmUw8fZJc1ioqFEOvBsq7Rt+A6yCxOt9w/TYNpkt52gC6nm/g5tFIng==}
1658
- engines: {node: ^20.19.0 || ^22.13.0 || >=24}
1659
-
1660
- jsonwebtoken@9.0.3:
1661
- resolution: {integrity: sha512-MT/xP0CrubFRNLNKvxJ2BYfy53Zkm++5bX9dtuPbqAeQpTVe0MQTFhao8+Cp//EmJp244xt6Drw/GVEGCUj40g==}
1662
- engines: {node: '>=12', npm: '>=6'}
1663
-
1664
- jwa@2.0.1:
1665
- resolution: {integrity: sha512-hRF04fqJIP8Abbkq5NKGN0Bbr3JxlQ+qhZufXVr0DvujKy93ZCbXZMHDL4EOtodSbCWxOqR8MS1tXA5hwqCXDg==}
1666
-
1667
- jwks-rsa@3.2.2:
1668
- resolution: {integrity: sha512-BqTyEDV+lS8F2trk3A+qJnxV5Q9EqKCBJOPti3W97r7qTympCZjb7h2X6f2kc+0K3rsSTY1/6YG2eaXKoj497w==}
1669
- engines: {node: '>=14'}
1670
-
1671
- jws@4.0.1:
1672
- resolution: {integrity: sha512-EKI/M/yqPncGUUh44xz0PxSidXFr/+r0pA70+gIYhjv+et7yxM+s29Y+VGDkovRofQem0fs7Uvf4+YmAdyRduA==}
1673
-
1674
- keyv@4.5.4:
1675
- resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==}
1676
-
1677
- langsmith@0.5.20:
1678
- resolution: {integrity: sha512-ULhLM8RswvQDXufLtNtvclHrWCBx8Cb5UPI6lAZC+8Dq59iHsVPz/3Ac9khWNm1VIvChRsuykixD/WrmzuuA3Q==}
1679
- peerDependencies:
1680
- '@opentelemetry/api': '*'
1681
- '@opentelemetry/exporter-trace-otlp-proto': '*'
1682
- '@opentelemetry/sdk-trace-base': '*'
1683
- openai: '*'
1684
- ws: '>=7'
1685
- peerDependenciesMeta:
1686
- '@opentelemetry/api':
1687
- optional: true
1688
- '@opentelemetry/exporter-trace-otlp-proto':
1689
- optional: true
1690
- '@opentelemetry/sdk-trace-base':
1691
- optional: true
1692
- openai:
1693
- optional: true
1694
- ws:
1695
- optional: true
1696
-
1697
- leac@0.6.0:
1698
- resolution: {integrity: sha512-y+SqErxb8h7nE/fiEX07jsbuhrpO9lL8eca7/Y1nuWV2moNlXhyd59iDGcRf6moVyDMbmTNzL40SUyrFU/yDpg==}
1699
-
1700
- levn@0.4.1:
1701
- resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==}
1702
- engines: {node: '>= 0.8.0'}
1703
-
1704
- limiter@1.1.5:
1705
- resolution: {integrity: sha512-FWWMIEOxz3GwUI4Ts/IvgVy6LPvoMPgjMdQ185nN6psJyBJ4yOpzqm695/h5umdLJg2vW3GR5iG11MAkR2AzJA==}
1706
-
1707
- locate-path@6.0.0:
1708
- resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==}
1709
- engines: {node: '>=10'}
1710
-
1711
- lodash.camelcase@4.3.0:
1712
- resolution: {integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==}
1713
-
1714
- lodash.clonedeep@4.5.0:
1715
- resolution: {integrity: sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==}
1716
-
1717
- lodash.includes@4.3.0:
1718
- resolution: {integrity: sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==}
1719
-
1720
- lodash.isboolean@3.0.3:
1721
- resolution: {integrity: sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==}
1722
-
1723
- lodash.isinteger@4.0.4:
1724
- resolution: {integrity: sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==}
1725
-
1726
- lodash.isnumber@3.0.3:
1727
- resolution: {integrity: sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==}
1728
-
1729
- lodash.isplainobject@4.0.6:
1730
- resolution: {integrity: sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==}
1731
-
1732
- lodash.isstring@4.0.1:
1733
- resolution: {integrity: sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==}
1734
-
1735
- lodash.once@4.1.1:
1736
- resolution: {integrity: sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==}
1737
-
1738
- long@5.3.2:
1739
- resolution: {integrity: sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==}
1740
-
1741
- loupe@3.2.1:
1742
- resolution: {integrity: sha512-CdzqowRJCeLU72bHvWqwRBBlLcMEtIvGrlvef74kMnV2AolS9Y8xUv1I0U/MNAWMhBlKIoyuEgoJ0t/bbwHbLQ==}
1743
-
1744
- lru-cache@6.0.0:
1745
- resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==}
1746
- engines: {node: '>=10'}
1747
-
1748
- lru-memoizer@2.3.0:
1749
- resolution: {integrity: sha512-GXn7gyHAMhO13WSKrIiNfztwxodVsP8IoZ3XfrJV4yH2x0/OeTO/FIaAHTY5YekdGgW94njfuKmyyt1E0mR6Ug==}
1750
-
1751
- magic-string@0.30.21:
1752
- resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
1753
-
1754
- math-intrinsics@1.1.0:
1755
- resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==}
1756
- engines: {node: '>= 0.4'}
1757
-
1758
- media-typer@0.3.0:
1759
- resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==}
1760
- engines: {node: '>= 0.6'}
1761
-
1762
- merge-descriptors@1.0.3:
1763
- resolution: {integrity: sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==}
1764
-
1765
- methods@1.1.2:
1766
- resolution: {integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==}
1767
- engines: {node: '>= 0.6'}
1768
-
1769
- mime-db@1.52.0:
1770
- resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==}
1771
- engines: {node: '>= 0.6'}
1772
-
1773
- mime-types@2.1.35:
1774
- resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==}
1775
- engines: {node: '>= 0.6'}
1776
-
1777
- mime@1.6.0:
1778
- resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==}
1779
- engines: {node: '>=4'}
1780
- hasBin: true
1781
-
1782
- mime@3.0.0:
1783
- resolution: {integrity: sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==}
1784
- engines: {node: '>=10.0.0'}
1785
- hasBin: true
1786
-
1787
- minimatch@10.2.5:
1788
- resolution: {integrity: sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==}
1789
- engines: {node: 18 || 20 || >=22}
1790
-
1791
- minimatch@9.0.9:
1792
- resolution: {integrity: sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==}
1793
- engines: {node: '>=16 || 14 >=14.17'}
1794
-
1795
- ms@2.0.0:
1796
- resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==}
1797
-
1798
- ms@2.1.3:
1799
- resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
1800
-
1801
- mustache@4.2.0:
1802
- resolution: {integrity: sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==}
1803
- hasBin: true
1804
-
1805
- nanoid@3.3.11:
1806
- resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
1807
- engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
1808
- hasBin: true
1809
-
1810
- natural-compare@1.4.0:
1811
- resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}
1812
-
1813
- negotiator@0.6.3:
1814
- resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==}
1815
- engines: {node: '>= 0.6'}
1816
-
1817
- node-fetch@2.7.0:
1818
- resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==}
1819
- engines: {node: 4.x || >=6.0.0}
1820
- peerDependencies:
1821
- encoding: ^0.1.0
1822
- peerDependenciesMeta:
1823
- encoding:
1824
- optional: true
1825
-
1826
- node-forge@1.4.0:
1827
- resolution: {integrity: sha512-LarFH0+6VfriEhqMMcLX2F7SwSXeWwnEAJEsYm5QKWchiVYVvJyV9v7UDvUv+w5HO23ZpQTXDv/GxdDdMyOuoQ==}
1828
- engines: {node: '>= 6.13.0'}
1829
-
1830
- object-assign@4.1.1:
1831
- resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
1832
- engines: {node: '>=0.10.0'}
1833
-
1834
- object-hash@3.0.0:
1835
- resolution: {integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==}
1836
- engines: {node: '>= 6'}
1837
-
1838
- object-inspect@1.13.4:
1839
- resolution: {integrity: sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==}
1840
- engines: {node: '>= 0.4'}
1841
-
1842
- on-finished@2.4.1:
1843
- resolution: {integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==}
1844
- engines: {node: '>= 0.8'}
1845
-
1846
- once@1.4.0:
1847
- resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
1848
-
1849
- openai@6.34.0:
1850
- resolution: {integrity: sha512-yEr2jdGf4tVFYG6ohmr3pF6VJuveP0EA/sS8TBx+4Eq5NT10alu5zg2dmxMXMgqpihRDQlFGpRt2XwsGj+Fyxw==}
1851
- hasBin: true
1852
- peerDependencies:
1853
- ws: ^8.18.0
1854
- zod: ^3.25 || ^4.0
1855
- peerDependenciesMeta:
1856
- ws:
1857
- optional: true
1858
- zod:
1859
- optional: true
1860
-
1861
- optionator@0.9.4:
1862
- resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==}
1863
- engines: {node: '>= 0.8.0'}
1864
-
1865
- p-finally@1.0.0:
1866
- resolution: {integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==}
1867
- engines: {node: '>=4'}
1868
-
1869
- p-limit@3.1.0:
1870
- resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==}
1871
- engines: {node: '>=10'}
1872
-
1873
- p-locate@5.0.0:
1874
- resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==}
1875
- engines: {node: '>=10'}
1876
-
1877
- p-queue@6.6.2:
1878
- resolution: {integrity: sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==}
1879
- engines: {node: '>=8'}
1880
-
1881
- p-timeout@3.2.0:
1882
- resolution: {integrity: sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==}
1883
- engines: {node: '>=8'}
1884
-
1885
- parseley@0.12.1:
1886
- resolution: {integrity: sha512-e6qHKe3a9HWr0oMRVDTRhKce+bRO8VGQR3NyVwcjwrbhMmFCX9KszEV35+rn4AdilFAq9VPxP/Fe1wC9Qjd2lw==}
1887
-
1888
- parseurl@1.3.3:
1889
- resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==}
1890
- engines: {node: '>= 0.8'}
1891
-
1892
- path-exists@4.0.0:
1893
- resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==}
1894
- engines: {node: '>=8'}
1895
-
1896
- path-expression-matcher@1.5.0:
1897
- resolution: {integrity: sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==}
1898
- engines: {node: '>=14.0.0'}
1899
-
1900
- path-key@3.1.1:
1901
- resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
1902
- engines: {node: '>=8'}
1903
-
1904
- path-to-regexp@0.1.13:
1905
- resolution: {integrity: sha512-A/AGNMFN3c8bOlvV9RreMdrv7jsmF9XIfDeCd87+I8RNg6s78BhJxMu69NEMHBSJFxKidViTEdruRwEk/WIKqA==}
1906
-
1907
- pathe@1.1.2:
1908
- resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==}
1909
-
1910
- pathval@2.0.1:
1911
- resolution: {integrity: sha512-//nshmD55c46FuFw26xV/xFAaB5HF9Xdap7HJBBnrKdAd6/GxDBaNA1870O79+9ueg61cZLSVc+OaFlfmObYVQ==}
1912
- engines: {node: '>= 14.16'}
1913
-
1914
- peberminta@0.9.0:
1915
- resolution: {integrity: sha512-XIxfHpEuSJbITd1H3EeQwpcZbTLHc+VVr8ANI9t5sit565tsI4/xK3KWTUFE2e6QiangUkh3B0jihzmGnNrRsQ==}
1916
-
1917
- picocolors@1.1.1:
1918
- resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
1919
-
1920
- picomatch@4.0.4:
1921
- resolution: {integrity: sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==}
1922
- engines: {node: '>=12'}
1923
-
1924
- postcss@8.5.10:
1925
- resolution: {integrity: sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==}
1926
- engines: {node: ^10 || ^12 || >=14}
1927
-
1928
- prelude-ls@1.2.1:
1929
- resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
1930
- engines: {node: '>= 0.8.0'}
1931
-
1932
- prettier@3.8.3:
1933
- resolution: {integrity: sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==}
1934
- engines: {node: '>=14'}
1935
- hasBin: true
1936
-
1937
- proto3-json-serializer@2.0.2:
1938
- resolution: {integrity: sha512-SAzp/O4Yh02jGdRc+uIrGoe87dkN/XtwxfZ4ZyafJHymd79ozp5VG5nyZ7ygqPM5+cpLDjjGnYFUkngonyDPOQ==}
1939
- engines: {node: '>=14.0.0'}
1940
-
1941
- protobufjs@7.5.5:
1942
- resolution: {integrity: sha512-3wY1AxV+VBNW8Yypfd1yQY9pXnqTAN+KwQxL8iYm3/BjKYMNg4i0owhEe26PWDOMaIrzeeF98Lqd5NGz4omiIg==}
1943
- engines: {node: '>=12.0.0'}
1944
-
1945
- proxy-addr@2.0.7:
1946
- resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==}
1947
- engines: {node: '>= 0.10'}
1948
-
1949
- proxy-from-env@2.1.0:
1950
- resolution: {integrity: sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==}
1951
- engines: {node: '>=10'}
1952
-
1953
- punycode@2.3.1:
1954
- resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
1955
- engines: {node: '>=6'}
1956
-
1957
- qs@6.14.2:
1958
- resolution: {integrity: sha512-V/yCWTTF7VJ9hIh18Ugr2zhJMP01MY7c5kh4J870L7imm6/DIzBsNLTXzMwUA3yZ5b/KBqLx8Kp3uRvd7xSe3Q==}
1959
- engines: {node: '>=0.6'}
1960
-
1961
- qs@6.15.1:
1962
- resolution: {integrity: sha512-6YHEFRL9mfgcAvql/XhwTvf5jKcOiiupt2FiJxHkiX1z4j7WL8J/jRHYLluORvc1XxB5rV20KoeK00gVJamspg==}
1963
- engines: {node: '>=0.6'}
1964
-
1965
- range-parser@1.2.1:
1966
- resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==}
1967
- engines: {node: '>= 0.6'}
1968
-
1969
- raw-body@2.5.3:
1970
- resolution: {integrity: sha512-s4VSOf6yN0rvbRZGxs8Om5CWj6seneMwK3oDb4lWDH0UPhWcxwOWw5+qk24bxq87szX1ydrwylIOp2uG1ojUpA==}
1971
- engines: {node: '>= 0.8'}
1972
-
1973
- react-dom@19.2.5:
1974
- resolution: {integrity: sha512-J5bAZz+DXMMwW/wV3xzKke59Af6CHY7G4uYLN1OvBcKEsWOs4pQExj86BBKamxl/Ik5bx9whOrvBlSDfWzgSag==}
1975
- peerDependencies:
1976
- react: ^19.2.5
1977
-
1978
- react-promise-suspense@0.3.4:
1979
- resolution: {integrity: sha512-I42jl7L3Ze6kZaq+7zXWSunBa3b1on5yfvUW6Eo/3fFOj6dZ5Bqmcd264nJbTK/gn1HjjILAjSwnZbV4RpSaNQ==}
1980
-
1981
- react@19.2.5:
1982
- resolution: {integrity: sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==}
1983
- engines: {node: '>=0.10.0'}
1984
-
1985
- readable-stream@3.6.2:
1986
- resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==}
1987
- engines: {node: '>= 6'}
1988
-
1989
- require-directory@2.1.1:
1990
- resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==}
1991
- engines: {node: '>=0.10.0'}
1992
-
1993
- resend@4.8.0:
1994
- resolution: {integrity: sha512-R8eBOFQDO6dzRTDmaMEdpqrkmgSjPpVXt4nGfWsZdYOet0kqra0xgbvTES6HmCriZEXbmGk3e0DiGIaLFTFSHA==}
1995
- engines: {node: '>=18'}
1996
-
1997
- resolve-pkg-maps@1.0.0:
1998
- resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==}
1999
-
2000
- retry-request@7.0.2:
2001
- resolution: {integrity: sha512-dUOvLMJ0/JJYEn8NrpOaGNE7X3vpI5XlZS/u0ANjqtcZVKnIxP7IgCFwrKTxENw29emmwug53awKtaMm4i9g5w==}
2002
- engines: {node: '>=14'}
2003
-
2004
- retry@0.13.1:
2005
- resolution: {integrity: sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==}
2006
- engines: {node: '>= 4'}
2007
-
2008
- rollup@4.60.2:
2009
- resolution: {integrity: sha512-J9qZyW++QK/09NyN/zeO0dG/1GdGfyp9lV8ajHnRVLfo/uFsbji5mHnDgn/qYdUHyCkM2N+8VyspgZclfAh0eQ==}
2010
- engines: {node: '>=18.0.0', npm: '>=8.0.0'}
2011
- hasBin: true
2012
-
2013
- safe-buffer@5.2.1:
2014
- resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==}
2015
-
2016
- safer-buffer@2.1.2:
2017
- resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
2018
-
2019
- scheduler@0.27.0:
2020
- resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==}
2021
-
2022
- scmp@2.1.0:
2023
- resolution: {integrity: sha512-o/mRQGk9Rcer/jEEw/yw4mwo3EU/NvYvp577/Btqrym9Qy5/MdWGBqipbALgd2lrdWTJ5/gqDusxfnQBxOxT2Q==}
2024
- deprecated: Just use Node.js's crypto.timingSafeEqual()
2025
-
2026
- selderee@0.11.0:
2027
- resolution: {integrity: sha512-5TF+l7p4+OsnP8BCCvSyZiSPc4x4//p5uPwK8TCnVPJYRmU2aYKMpOXvw8zM5a5JvuuCGN1jmsMwuU2W02ukfA==}
2028
-
2029
- semver@7.7.4:
2030
- resolution: {integrity: sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==}
2031
- engines: {node: '>=10'}
2032
- hasBin: true
2033
-
2034
- send@0.19.2:
2035
- resolution: {integrity: sha512-VMbMxbDeehAxpOtWJXlcUS5E8iXh6QmN+BkRX1GARS3wRaXEEgzCcB10gTQazO42tpNIya8xIyNx8fll1OFPrg==}
2036
- engines: {node: '>= 0.8.0'}
2037
-
2038
- serve-static@1.16.3:
2039
- resolution: {integrity: sha512-x0RTqQel6g5SY7Lg6ZreMmsOzncHFU7nhnRWkKgWuMTu5NN0DR5oruckMqRvacAN9d5w6ARnRBXl9xhDCgfMeA==}
2040
- engines: {node: '>= 0.8.0'}
2041
-
2042
- setprototypeof@1.2.0:
2043
- resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==}
2044
-
2045
- shebang-command@2.0.0:
2046
- resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
2047
- engines: {node: '>=8'}
2048
-
2049
- shebang-regex@3.0.0:
2050
- resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
2051
- engines: {node: '>=8'}
2052
-
2053
- side-channel-list@1.0.1:
2054
- resolution: {integrity: sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==}
2055
- engines: {node: '>= 0.4'}
2056
-
2057
- side-channel-map@1.0.1:
2058
- resolution: {integrity: sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==}
2059
- engines: {node: '>= 0.4'}
2060
-
2061
- side-channel-weakmap@1.0.2:
2062
- resolution: {integrity: sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==}
2063
- engines: {node: '>= 0.4'}
2064
-
2065
- side-channel@1.1.0:
2066
- resolution: {integrity: sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==}
2067
- engines: {node: '>= 0.4'}
2068
-
2069
- siginfo@2.0.0:
2070
- resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==}
2071
-
2072
- source-map-js@1.2.1:
2073
- resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
2074
- engines: {node: '>=0.10.0'}
2075
-
2076
- stackback@0.0.2:
2077
- resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==}
2078
-
2079
- statuses@2.0.2:
2080
- resolution: {integrity: sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==}
2081
- engines: {node: '>= 0.8'}
2082
-
2083
- std-env@3.10.0:
2084
- resolution: {integrity: sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==}
2085
-
2086
- stream-events@1.0.5:
2087
- resolution: {integrity: sha512-E1GUzBSgvct8Jsb3v2X15pjzN1tYebtbLaMg+eBOUOAxgbLoSbT2NS91ckc5lJD1KfLjId+jXJRgo0qnV5Nerg==}
2088
-
2089
- stream-shift@1.0.3:
2090
- resolution: {integrity: sha512-76ORR0DO1o1hlKwTbi/DM3EXWGf3ZJYO8cXX5RJwnul2DEg2oyoZyjLNoQM8WsvZiFKCRfC1O0J7iCvie3RZmQ==}
2091
-
2092
- string-width@4.2.3:
2093
- resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==}
2094
- engines: {node: '>=8'}
2095
-
2096
- string_decoder@1.3.0:
2097
- resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==}
2098
-
2099
- strip-ansi@6.0.1:
2100
- resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==}
2101
- engines: {node: '>=8'}
2102
-
2103
- stripe@17.7.0:
2104
- resolution: {integrity: sha512-aT2BU9KkizY9SATf14WhhYVv2uOapBWX0OFWF4xvcj1mPaNotlSc2CsxpS4DS46ZueSppmCF5BX1sNYBtwBvfw==}
2105
- engines: {node: '>=12.*'}
2106
-
2107
- strnum@2.2.3:
2108
- resolution: {integrity: sha512-oKx6RUCuHfT3oyVjtnrmn19H1SiCqgJSg+54XqURKp5aCMbrXrhLjRN9TjuwMjiYstZ0MzDrHqkGZ5dFTKd+zg==}
2109
-
2110
- stubs@3.0.0:
2111
- resolution: {integrity: sha512-PdHt7hHUJKxvTCgbKX9C1V/ftOcjJQgz8BZwNfV5c4B6dcGqlpelTbJ999jBGZ2jYiPAwcX5dP6oBwVlBlUbxw==}
2112
-
2113
- teeny-request@9.0.0:
2114
- resolution: {integrity: sha512-resvxdc6Mgb7YEThw6G6bExlXKkv6+YbuzGg9xuXxSgxJF7Ozs+o8Y9+2R3sArdWdW8nOokoQb1yrpFB0pQK2g==}
2115
- engines: {node: '>=14'}
2116
-
2117
- tinybench@2.9.0:
2118
- resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==}
2119
-
2120
- tinyexec@0.3.2:
2121
- resolution: {integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==}
2122
-
2123
- tinyglobby@0.2.16:
2124
- resolution: {integrity: sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==}
2125
- engines: {node: '>=12.0.0'}
2126
-
2127
- tinypool@1.1.1:
2128
- resolution: {integrity: sha512-Zba82s87IFq9A9XmjiX5uZA/ARWDrB03OHlq+Vw1fSdt0I+4/Kutwy8BP4Y/y/aORMo61FQ0vIb5j44vSo5Pkg==}
2129
- engines: {node: ^18.0.0 || >=20.0.0}
2130
-
2131
- tinyrainbow@1.2.0:
2132
- resolution: {integrity: sha512-weEDEq7Z5eTHPDh4xjX789+fHfF+P8boiFB+0vbWzpbnbsEr/GRaohi/uMKxg8RZMXnl1ItAi/IUHWMsjDV7kQ==}
2133
- engines: {node: '>=14.0.0'}
2134
-
2135
- tinyspy@3.0.2:
2136
- resolution: {integrity: sha512-n1cw8k1k0x4pgA2+9XrOkFydTerNcJ1zWCO5Nn9scWHTD+5tp8dghT2x1uduQePZTZgd3Tupf+x9BxJjeJi77Q==}
2137
- engines: {node: '>=14.0.0'}
2138
-
2139
- toidentifier@1.0.1:
2140
- resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==}
2141
- engines: {node: '>=0.6'}
2142
-
2143
- tr46@0.0.3:
2144
- resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==}
2145
-
2146
- ts-algebra@2.0.0:
2147
- resolution: {integrity: sha512-FPAhNPFMrkwz76P7cdjdmiShwMynZYN6SgOujD1urY4oNm80Ou9oMdmbR45LotcKOXoy7wSmHkRFE6Mxbrhefw==}
2148
-
2149
- ts-api-utils@2.5.0:
2150
- resolution: {integrity: sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==}
2151
- engines: {node: '>=18.12'}
2152
- peerDependencies:
2153
- typescript: '>=4.8.4'
2154
-
2155
- tslib@2.8.1:
2156
- resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
2157
-
2158
- tsx@4.21.0:
2159
- resolution: {integrity: sha512-5C1sg4USs1lfG0GFb2RLXsdpXqBSEhAaA/0kPL01wxzpMqLILNxIxIOKiILz+cdg/pLnOUxFYOR5yhHU666wbw==}
2160
- engines: {node: '>=18.0.0'}
2161
- hasBin: true
2162
-
2163
- twilio@5.13.1:
2164
- resolution: {integrity: sha512-sT+PkhptF4Mf7t8eXFFvPQx4w5VHnBIPXbltGPMFRe+R2GxfRdMuFbuNA/cEm0aQR6LFQOn33+fhClg+TjRVqQ==}
2165
- engines: {node: '>=14.0'}
2166
-
2167
- type-check@0.4.0:
2168
- resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
2169
- engines: {node: '>= 0.8.0'}
2170
-
2171
- type-is@1.6.18:
2172
- resolution: {integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==}
2173
- engines: {node: '>= 0.6'}
2174
-
2175
- typescript@5.9.3:
2176
- resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
2177
- engines: {node: '>=14.17'}
2178
- hasBin: true
2179
-
2180
- undici-types@6.21.0:
2181
- resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==}
2182
-
2183
- unpipe@1.0.0:
2184
- resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==}
2185
- engines: {node: '>= 0.8'}
2186
-
2187
- uri-js@4.4.1:
2188
- resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
2189
-
2190
- url-template@2.0.8:
2191
- resolution: {integrity: sha512-XdVKMF4SJ0nP/O7XIPB0JwAEuT9lDIYnNsK8yGVe43y0AWoKeJNdv3ZNWh7ksJ6KqQFjOO6ox/VEitLnaVNufw==}
2192
-
2193
- util-deprecate@1.0.2:
2194
- resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
2195
-
2196
- utils-merge@1.0.1:
2197
- resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==}
2198
- engines: {node: '>= 0.4.0'}
2199
-
2200
- uuid@10.0.0:
2201
- resolution: {integrity: sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==}
2202
- hasBin: true
2203
-
2204
- uuid@11.1.0:
2205
- resolution: {integrity: sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==}
2206
- hasBin: true
2207
-
2208
- uuid@8.3.2:
2209
- resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==}
2210
- hasBin: true
2211
-
2212
- uuid@9.0.1:
2213
- resolution: {integrity: sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==}
2214
- hasBin: true
2215
-
2216
- vary@1.1.2:
2217
- resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==}
2218
- engines: {node: '>= 0.8'}
2219
-
2220
- vite-node@2.1.9:
2221
- resolution: {integrity: sha512-AM9aQ/IPrW/6ENLQg3AGY4K1N2TGZdR5e4gu/MmmR2xR3Ll1+dib+nook92g4TV3PXVyeyxdWwtaCAiUL0hMxA==}
2222
- engines: {node: ^18.0.0 || >=20.0.0}
2223
- hasBin: true
2224
-
2225
- vite@5.4.21:
2226
- resolution: {integrity: sha512-o5a9xKjbtuhY6Bi5S3+HvbRERmouabWbyUcpXXUA1u+GNUKoROi9byOJ8M0nHbHYHkYICiMlqxkg1KkYmm25Sw==}
2227
- engines: {node: ^18.0.0 || >=20.0.0}
2228
- hasBin: true
2229
- peerDependencies:
2230
- '@types/node': ^18.0.0 || >=20.0.0
2231
- less: '*'
2232
- lightningcss: ^1.21.0
2233
- sass: '*'
2234
- sass-embedded: '*'
2235
- stylus: '*'
2236
- sugarss: '*'
2237
- terser: ^5.4.0
2238
- peerDependenciesMeta:
2239
- '@types/node':
2240
- optional: true
2241
- less:
2242
- optional: true
2243
- lightningcss:
2244
- optional: true
2245
- sass:
2246
- optional: true
2247
- sass-embedded:
2248
- optional: true
2249
- stylus:
2250
- optional: true
2251
- sugarss:
2252
- optional: true
2253
- terser:
2254
- optional: true
2255
-
2256
- vitest@2.1.9:
2257
- resolution: {integrity: sha512-MSmPM9REYqDGBI8439mA4mWhV5sKmDlBKWIYbA3lRb2PTHACE0mgKwA8yQ2xq9vxDTuk4iPrECBAEW2aoFXY0Q==}
2258
- engines: {node: ^18.0.0 || >=20.0.0}
2259
- hasBin: true
2260
- peerDependencies:
2261
- '@edge-runtime/vm': '*'
2262
- '@types/node': ^18.0.0 || >=20.0.0
2263
- '@vitest/browser': 2.1.9
2264
- '@vitest/ui': 2.1.9
2265
- happy-dom: '*'
2266
- jsdom: '*'
2267
- peerDependenciesMeta:
2268
- '@edge-runtime/vm':
2269
- optional: true
2270
- '@types/node':
2271
- optional: true
2272
- '@vitest/browser':
2273
- optional: true
2274
- '@vitest/ui':
2275
- optional: true
2276
- happy-dom:
2277
- optional: true
2278
- jsdom:
2279
- optional: true
2280
-
2281
- webidl-conversions@3.0.1:
2282
- resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==}
2283
-
2284
- websocket-driver@0.7.4:
2285
- resolution: {integrity: sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==}
2286
- engines: {node: '>=0.8.0'}
2287
-
2288
- websocket-extensions@0.1.4:
2289
- resolution: {integrity: sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==}
2290
- engines: {node: '>=0.8.0'}
2291
-
2292
- whatwg-url@5.0.0:
2293
- resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==}
2294
-
2295
- which@2.0.2:
2296
- resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
2297
- engines: {node: '>= 8'}
2298
- hasBin: true
2299
-
2300
- why-is-node-running@2.3.0:
2301
- resolution: {integrity: sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==}
2302
- engines: {node: '>=8'}
2303
- hasBin: true
2304
-
2305
- word-wrap@1.2.5:
2306
- resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==}
2307
- engines: {node: '>=0.10.0'}
2308
-
2309
- wrap-ansi@7.0.0:
2310
- resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==}
2311
- engines: {node: '>=10'}
2312
-
2313
- wrappy@1.0.2:
2314
- resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
2315
-
2316
- ws@8.20.0:
2317
- resolution: {integrity: sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==}
2318
- engines: {node: '>=10.0.0'}
2319
- peerDependencies:
2320
- bufferutil: ^4.0.1
2321
- utf-8-validate: '>=5.0.2'
2322
- peerDependenciesMeta:
2323
- bufferutil:
2324
- optional: true
2325
- utf-8-validate:
2326
- optional: true
2327
-
2328
- xmlbuilder@13.0.2:
2329
- resolution: {integrity: sha512-Eux0i2QdDYKbdbA6AM6xE4m6ZTZr4G4xF9kahI2ukSEMCzwce2eX9WlTI5J3s+NU7hpasFsr8hWIONae7LluAQ==}
2330
- engines: {node: '>=6.0'}
2331
-
2332
- y18n@5.0.8:
2333
- resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==}
2334
- engines: {node: '>=10'}
2335
-
2336
- yallist@4.0.0:
2337
- resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==}
2338
-
2339
- yargs-parser@21.1.1:
2340
- resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==}
2341
- engines: {node: '>=12'}
2342
-
2343
- yargs@17.7.2:
2344
- resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==}
2345
- engines: {node: '>=12'}
2346
-
2347
- yocto-queue@0.1.0:
2348
- resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
2349
- engines: {node: '>=10'}
2350
-
2351
- zod@3.25.76:
2352
- resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==}
2353
-
2354
- snapshots:
2355
-
2356
- '@almadar/core@4.8.2':
2357
- dependencies:
2358
- '@almadar/operators': 3.0.0
2359
- '@almadar/patterns': 2.14.1
2360
- zod: 3.25.76
2361
-
2362
- '@almadar/eslint-plugin@2.8.0(eslint@10.0.0)':
2363
- dependencies:
2364
- eslint: 10.0.0
2365
- jsonc-eslint-parser: 3.1.0
2366
-
2367
- '@almadar/evaluator@2.8.1':
2368
- dependencies:
2369
- '@almadar/core': 4.8.2
2370
- '@almadar/operators': 3.0.0
2371
-
2372
- '@almadar/integrations@2.6.1(@opentelemetry/api@1.9.1)(react-dom@19.2.5(react@19.2.5))(react@19.2.5)(ws@8.20.0)':
2373
- dependencies:
2374
- '@almadar/core': 4.8.2
2375
- '@almadar/llm': 2.9.1(@almadar/core@4.8.2)(@opentelemetry/api@1.9.1)(ws@8.20.0)
2376
- '@almadar/patterns': 2.14.1
2377
- '@sendgrid/mail': 8.1.6
2378
- dotenv: 16.6.1
2379
- googleapis: 144.0.0
2380
- resend: 4.8.0(react-dom@19.2.5(react@19.2.5))(react@19.2.5)
2381
- stripe: 17.7.0
2382
- twilio: 5.13.1
2383
- zod: 3.25.76
2384
- transitivePeerDependencies:
2385
- - '@opentelemetry/api'
2386
- - '@opentelemetry/exporter-trace-otlp-proto'
2387
- - '@opentelemetry/sdk-trace-base'
2388
- - debug
2389
- - encoding
2390
- - react
2391
- - react-dom
2392
- - supports-color
2393
- - ws
2394
-
2395
- '@almadar/llm@2.9.1(@almadar/core@4.8.2)(@opentelemetry/api@1.9.1)(ws@8.20.0)':
2396
- dependencies:
2397
- '@anthropic-ai/sdk': 0.52.0
2398
- '@langchain/anthropic': 1.3.26(@langchain/core@1.1.40(@opentelemetry/api@1.9.1)(openai@6.34.0(ws@8.20.0)(zod@3.25.76))(ws@8.20.0))
2399
- '@langchain/core': 1.1.40(@opentelemetry/api@1.9.1)(openai@6.34.0(ws@8.20.0)(zod@3.25.76))(ws@8.20.0)
2400
- '@langchain/openai': 1.4.4(@langchain/core@1.1.40(@opentelemetry/api@1.9.1)(openai@6.34.0(ws@8.20.0)(zod@3.25.76))(ws@8.20.0))(ws@8.20.0)
2401
- openai: 6.34.0(ws@8.20.0)(zod@3.25.76)
2402
- zod: 3.25.76
2403
- optionalDependencies:
2404
- '@almadar/core': 4.8.2
2405
- transitivePeerDependencies:
2406
- - '@opentelemetry/api'
2407
- - '@opentelemetry/exporter-trace-otlp-proto'
2408
- - '@opentelemetry/sdk-trace-base'
2409
- - ws
2410
-
2411
- '@almadar/operators@3.0.0': {}
2412
-
2413
- '@almadar/patterns@2.14.1':
2414
- dependencies:
2415
- '@almadar/core': 4.8.2
2416
-
2417
- '@almadar/server-hono@0.1.1(@hono/zod-validator@0.4.3(hono@4.12.14)(zod@3.25.76))(express@4.22.1)':
2418
- dependencies:
2419
- '@almadar/core': 4.8.2
2420
- '@almadar/server': 2.3.6(express@4.22.1)
2421
- '@hono/zod-validator': 0.4.3(hono@4.12.14)(zod@3.25.76)
2422
- hono: 4.12.14
2423
- transitivePeerDependencies:
2424
- - bufferutil
2425
- - encoding
2426
- - express
2427
- - supports-color
2428
- - utf-8-validate
2429
-
2430
- '@almadar/server@2.3.6(express@4.22.1)':
2431
- dependencies:
2432
- '@almadar/core': 4.8.2
2433
- '@faker-js/faker': 9.9.0
2434
- cors: 2.8.6
2435
- dotenv: 16.6.1
2436
- express: 4.22.1
2437
- firebase-admin: 12.7.0
2438
- helmet: 8.1.0
2439
- ws: 8.20.0
2440
- zod: 3.25.76
2441
- transitivePeerDependencies:
2442
- - bufferutil
2443
- - encoding
2444
- - supports-color
2445
- - utf-8-validate
2446
-
2447
- '@anthropic-ai/sdk@0.52.0': {}
2448
-
2449
- '@anthropic-ai/sdk@0.74.0(zod@3.25.76)':
2450
- dependencies:
2451
- json-schema-to-ts: 3.1.1
2452
- optionalDependencies:
2453
- zod: 3.25.76
2454
-
2455
- '@babel/runtime@7.29.2': {}
2456
-
2457
- '@cfworker/json-schema@4.1.1': {}
2458
-
2459
- '@esbuild/aix-ppc64@0.21.5':
2460
- optional: true
2461
-
2462
- '@esbuild/aix-ppc64@0.25.12':
2463
- optional: true
2464
-
2465
- '@esbuild/aix-ppc64@0.27.7':
2466
- optional: true
2467
-
2468
- '@esbuild/android-arm64@0.21.5':
2469
- optional: true
2470
-
2471
- '@esbuild/android-arm64@0.25.12':
2472
- optional: true
2473
-
2474
- '@esbuild/android-arm64@0.27.7':
2475
- optional: true
2476
-
2477
- '@esbuild/android-arm@0.21.5':
2478
- optional: true
2479
-
2480
- '@esbuild/android-arm@0.25.12':
2481
- optional: true
2482
-
2483
- '@esbuild/android-arm@0.27.7':
2484
- optional: true
2485
-
2486
- '@esbuild/android-x64@0.21.5':
2487
- optional: true
2488
-
2489
- '@esbuild/android-x64@0.25.12':
2490
- optional: true
2491
-
2492
- '@esbuild/android-x64@0.27.7':
2493
- optional: true
2494
-
2495
- '@esbuild/darwin-arm64@0.21.5':
2496
- optional: true
2497
-
2498
- '@esbuild/darwin-arm64@0.25.12':
2499
- optional: true
2500
-
2501
- '@esbuild/darwin-arm64@0.27.7':
2502
- optional: true
2503
-
2504
- '@esbuild/darwin-x64@0.21.5':
2505
- optional: true
2506
-
2507
- '@esbuild/darwin-x64@0.25.12':
2508
- optional: true
2509
-
2510
- '@esbuild/darwin-x64@0.27.7':
2511
- optional: true
2512
-
2513
- '@esbuild/freebsd-arm64@0.21.5':
2514
- optional: true
2515
-
2516
- '@esbuild/freebsd-arm64@0.25.12':
2517
- optional: true
2518
-
2519
- '@esbuild/freebsd-arm64@0.27.7':
2520
- optional: true
2521
-
2522
- '@esbuild/freebsd-x64@0.21.5':
2523
- optional: true
2524
-
2525
- '@esbuild/freebsd-x64@0.25.12':
2526
- optional: true
2527
-
2528
- '@esbuild/freebsd-x64@0.27.7':
2529
- optional: true
2530
-
2531
- '@esbuild/linux-arm64@0.21.5':
2532
- optional: true
2533
-
2534
- '@esbuild/linux-arm64@0.25.12':
2535
- optional: true
2536
-
2537
- '@esbuild/linux-arm64@0.27.7':
2538
- optional: true
2539
-
2540
- '@esbuild/linux-arm@0.21.5':
2541
- optional: true
2542
-
2543
- '@esbuild/linux-arm@0.25.12':
2544
- optional: true
2545
-
2546
- '@esbuild/linux-arm@0.27.7':
2547
- optional: true
2548
-
2549
- '@esbuild/linux-ia32@0.21.5':
2550
- optional: true
2551
-
2552
- '@esbuild/linux-ia32@0.25.12':
2553
- optional: true
2554
-
2555
- '@esbuild/linux-ia32@0.27.7':
2556
- optional: true
2557
-
2558
- '@esbuild/linux-loong64@0.21.5':
2559
- optional: true
2560
-
2561
- '@esbuild/linux-loong64@0.25.12':
2562
- optional: true
2563
-
2564
- '@esbuild/linux-loong64@0.27.7':
2565
- optional: true
2566
-
2567
- '@esbuild/linux-mips64el@0.21.5':
2568
- optional: true
2569
-
2570
- '@esbuild/linux-mips64el@0.25.12':
2571
- optional: true
2572
-
2573
- '@esbuild/linux-mips64el@0.27.7':
2574
- optional: true
2575
-
2576
- '@esbuild/linux-ppc64@0.21.5':
2577
- optional: true
2578
-
2579
- '@esbuild/linux-ppc64@0.25.12':
2580
- optional: true
2581
-
2582
- '@esbuild/linux-ppc64@0.27.7':
2583
- optional: true
2584
-
2585
- '@esbuild/linux-riscv64@0.21.5':
2586
- optional: true
2587
-
2588
- '@esbuild/linux-riscv64@0.25.12':
2589
- optional: true
2590
-
2591
- '@esbuild/linux-riscv64@0.27.7':
2592
- optional: true
2593
-
2594
- '@esbuild/linux-s390x@0.21.5':
2595
- optional: true
2596
-
2597
- '@esbuild/linux-s390x@0.25.12':
2598
- optional: true
2599
-
2600
- '@esbuild/linux-s390x@0.27.7':
2601
- optional: true
2602
-
2603
- '@esbuild/linux-x64@0.21.5':
2604
- optional: true
2605
-
2606
- '@esbuild/linux-x64@0.25.12':
2607
- optional: true
2608
-
2609
- '@esbuild/linux-x64@0.27.7':
2610
- optional: true
2611
-
2612
- '@esbuild/netbsd-arm64@0.25.12':
2613
- optional: true
2614
-
2615
- '@esbuild/netbsd-arm64@0.27.7':
2616
- optional: true
2617
-
2618
- '@esbuild/netbsd-x64@0.21.5':
2619
- optional: true
2620
-
2621
- '@esbuild/netbsd-x64@0.25.12':
2622
- optional: true
2623
-
2624
- '@esbuild/netbsd-x64@0.27.7':
2625
- optional: true
2626
-
2627
- '@esbuild/openbsd-arm64@0.25.12':
2628
- optional: true
2629
-
2630
- '@esbuild/openbsd-arm64@0.27.7':
2631
- optional: true
2632
-
2633
- '@esbuild/openbsd-x64@0.21.5':
2634
- optional: true
2635
-
2636
- '@esbuild/openbsd-x64@0.25.12':
2637
- optional: true
2638
-
2639
- '@esbuild/openbsd-x64@0.27.7':
2640
- optional: true
2641
-
2642
- '@esbuild/openharmony-arm64@0.25.12':
2643
- optional: true
2644
-
2645
- '@esbuild/openharmony-arm64@0.27.7':
2646
- optional: true
2647
-
2648
- '@esbuild/sunos-x64@0.21.5':
2649
- optional: true
2650
-
2651
- '@esbuild/sunos-x64@0.25.12':
2652
- optional: true
2653
-
2654
- '@esbuild/sunos-x64@0.27.7':
2655
- optional: true
2656
-
2657
- '@esbuild/win32-arm64@0.21.5':
2658
- optional: true
2659
-
2660
- '@esbuild/win32-arm64@0.25.12':
2661
- optional: true
2662
-
2663
- '@esbuild/win32-arm64@0.27.7':
2664
- optional: true
2665
-
2666
- '@esbuild/win32-ia32@0.21.5':
2667
- optional: true
2668
-
2669
- '@esbuild/win32-ia32@0.25.12':
2670
- optional: true
2671
-
2672
- '@esbuild/win32-ia32@0.27.7':
2673
- optional: true
2674
-
2675
- '@esbuild/win32-x64@0.21.5':
2676
- optional: true
2677
-
2678
- '@esbuild/win32-x64@0.25.12':
2679
- optional: true
2680
-
2681
- '@esbuild/win32-x64@0.27.7':
2682
- optional: true
2683
-
2684
- '@eslint-community/eslint-utils@4.9.1(eslint@10.0.0)':
2685
- dependencies:
2686
- eslint: 10.0.0
2687
- eslint-visitor-keys: 3.4.3
2688
-
2689
- '@eslint-community/regexpp@4.12.2': {}
2690
-
2691
- '@eslint/config-array@0.23.5':
2692
- dependencies:
2693
- '@eslint/object-schema': 3.0.5
2694
- debug: 4.4.3
2695
- minimatch: 10.2.5
2696
- transitivePeerDependencies:
2697
- - supports-color
2698
-
2699
- '@eslint/config-helpers@0.5.5':
2700
- dependencies:
2701
- '@eslint/core': 1.2.1
2702
-
2703
- '@eslint/core@1.2.1':
2704
- dependencies:
2705
- '@types/json-schema': 7.0.15
2706
-
2707
- '@eslint/object-schema@3.0.5': {}
2708
-
2709
- '@eslint/plugin-kit@0.6.1':
2710
- dependencies:
2711
- '@eslint/core': 1.2.1
2712
- levn: 0.4.1
2713
-
2714
- '@faker-js/faker@9.9.0': {}
2715
-
2716
- '@fastify/busboy@3.2.0': {}
2717
-
2718
- '@firebase/app-check-interop-types@0.3.2': {}
2719
-
2720
- '@firebase/app-types@0.9.2': {}
2721
-
2722
- '@firebase/auth-interop-types@0.2.3': {}
2723
-
2724
- '@firebase/component@0.6.9':
2725
- dependencies:
2726
- '@firebase/util': 1.10.0
2727
- tslib: 2.8.1
2728
-
2729
- '@firebase/database-compat@1.0.8':
2730
- dependencies:
2731
- '@firebase/component': 0.6.9
2732
- '@firebase/database': 1.0.8
2733
- '@firebase/database-types': 1.0.5
2734
- '@firebase/logger': 0.4.2
2735
- '@firebase/util': 1.10.0
2736
- tslib: 2.8.1
2737
-
2738
- '@firebase/database-types@1.0.5':
2739
- dependencies:
2740
- '@firebase/app-types': 0.9.2
2741
- '@firebase/util': 1.10.0
2742
-
2743
- '@firebase/database@1.0.8':
2744
- dependencies:
2745
- '@firebase/app-check-interop-types': 0.3.2
2746
- '@firebase/auth-interop-types': 0.2.3
2747
- '@firebase/component': 0.6.9
2748
- '@firebase/logger': 0.4.2
2749
- '@firebase/util': 1.10.0
2750
- faye-websocket: 0.11.4
2751
- tslib: 2.8.1
2752
-
2753
- '@firebase/logger@0.4.2':
2754
- dependencies:
2755
- tslib: 2.8.1
2756
-
2757
- '@firebase/util@1.10.0':
2758
- dependencies:
2759
- tslib: 2.8.1
2760
-
2761
- '@google-cloud/firestore@7.11.6':
2762
- dependencies:
2763
- '@opentelemetry/api': 1.9.1
2764
- fast-deep-equal: 3.1.3
2765
- functional-red-black-tree: 1.0.1
2766
- google-gax: 4.6.1
2767
- protobufjs: 7.5.5
2768
- transitivePeerDependencies:
2769
- - encoding
2770
- - supports-color
2771
- optional: true
2772
-
2773
- '@google-cloud/paginator@5.0.2':
2774
- dependencies:
2775
- arrify: 2.0.1
2776
- extend: 3.0.2
2777
- optional: true
2778
-
2779
- '@google-cloud/projectify@4.0.0':
2780
- optional: true
2781
-
2782
- '@google-cloud/promisify@4.0.0':
2783
- optional: true
2784
-
2785
- '@google-cloud/storage@7.19.0':
2786
- dependencies:
2787
- '@google-cloud/paginator': 5.0.2
2788
- '@google-cloud/projectify': 4.0.0
2789
- '@google-cloud/promisify': 4.0.0
2790
- abort-controller: 3.0.0
2791
- async-retry: 1.3.3
2792
- duplexify: 4.1.3
2793
- fast-xml-parser: 5.7.1
2794
- gaxios: 6.7.1
2795
- google-auth-library: 9.15.1
2796
- html-entities: 2.6.0
2797
- mime: 3.0.0
2798
- p-limit: 3.1.0
2799
- retry-request: 7.0.2
2800
- teeny-request: 9.0.0
2801
- uuid: 8.3.2
2802
- transitivePeerDependencies:
2803
- - encoding
2804
- - supports-color
2805
- optional: true
2806
-
2807
- '@grpc/grpc-js@1.14.3':
2808
- dependencies:
2809
- '@grpc/proto-loader': 0.8.0
2810
- '@js-sdsl/ordered-map': 4.4.2
2811
- optional: true
2812
-
2813
- '@grpc/proto-loader@0.7.15':
2814
- dependencies:
2815
- lodash.camelcase: 4.3.0
2816
- long: 5.3.2
2817
- protobufjs: 7.5.5
2818
- yargs: 17.7.2
2819
- optional: true
2820
-
2821
- '@grpc/proto-loader@0.8.0':
2822
- dependencies:
2823
- lodash.camelcase: 4.3.0
2824
- long: 5.3.2
2825
- protobufjs: 7.5.5
2826
- yargs: 17.7.2
2827
- optional: true
2828
-
2829
- '@hono/node-server@1.19.14(hono@4.12.14)':
2830
- dependencies:
2831
- hono: 4.12.14
2832
-
2833
- '@hono/zod-validator@0.4.3(hono@4.12.14)(zod@3.25.76)':
2834
- dependencies:
2835
- hono: 4.12.14
2836
- zod: 3.25.76
2837
-
2838
- '@humanfs/core@0.19.2':
2839
- dependencies:
2840
- '@humanfs/types': 0.15.0
2841
-
2842
- '@humanfs/node@0.16.8':
2843
- dependencies:
2844
- '@humanfs/core': 0.19.2
2845
- '@humanfs/types': 0.15.0
2846
- '@humanwhocodes/retry': 0.4.3
2847
-
2848
- '@humanfs/types@0.15.0': {}
2849
-
2850
- '@humanwhocodes/module-importer@1.0.1': {}
2851
-
2852
- '@humanwhocodes/retry@0.4.3': {}
2853
-
2854
- '@jridgewell/sourcemap-codec@1.5.5': {}
2855
-
2856
- '@js-sdsl/ordered-map@4.4.2':
2857
- optional: true
2858
-
2859
- '@langchain/anthropic@1.3.26(@langchain/core@1.1.40(@opentelemetry/api@1.9.1)(openai@6.34.0(ws@8.20.0)(zod@3.25.76))(ws@8.20.0))':
2860
- dependencies:
2861
- '@anthropic-ai/sdk': 0.74.0(zod@3.25.76)
2862
- '@langchain/core': 1.1.40(@opentelemetry/api@1.9.1)(openai@6.34.0(ws@8.20.0)(zod@3.25.76))(ws@8.20.0)
2863
- zod: 3.25.76
2864
-
2865
- '@langchain/core@1.1.40(@opentelemetry/api@1.9.1)(openai@6.34.0(ws@8.20.0)(zod@3.25.76))(ws@8.20.0)':
2866
- dependencies:
2867
- '@cfworker/json-schema': 4.1.1
2868
- '@standard-schema/spec': 1.1.0
2869
- ansi-styles: 5.2.0
2870
- camelcase: 6.3.0
2871
- decamelize: 1.2.0
2872
- js-tiktoken: 1.0.21
2873
- langsmith: 0.5.20(@opentelemetry/api@1.9.1)(openai@6.34.0(ws@8.20.0)(zod@3.25.76))(ws@8.20.0)
2874
- mustache: 4.2.0
2875
- p-queue: 6.6.2
2876
- uuid: 11.1.0
2877
- zod: 3.25.76
2878
- transitivePeerDependencies:
2879
- - '@opentelemetry/api'
2880
- - '@opentelemetry/exporter-trace-otlp-proto'
2881
- - '@opentelemetry/sdk-trace-base'
2882
- - openai
2883
- - ws
2884
-
2885
- '@langchain/openai@1.4.4(@langchain/core@1.1.40(@opentelemetry/api@1.9.1)(openai@6.34.0(ws@8.20.0)(zod@3.25.76))(ws@8.20.0))(ws@8.20.0)':
2886
- dependencies:
2887
- '@langchain/core': 1.1.40(@opentelemetry/api@1.9.1)(openai@6.34.0(ws@8.20.0)(zod@3.25.76))(ws@8.20.0)
2888
- js-tiktoken: 1.0.21
2889
- openai: 6.34.0(ws@8.20.0)(zod@3.25.76)
2890
- zod: 3.25.76
2891
- transitivePeerDependencies:
2892
- - ws
2893
-
2894
- '@nodable/entities@2.1.0':
2895
- optional: true
2896
-
2897
- '@opentelemetry/api@1.9.1':
2898
- optional: true
2899
-
2900
- '@protobufjs/aspromise@1.1.2':
2901
- optional: true
2902
-
2903
- '@protobufjs/base64@1.1.2':
2904
- optional: true
2905
-
2906
- '@protobufjs/codegen@2.0.4':
2907
- optional: true
2908
-
2909
- '@protobufjs/eventemitter@1.1.0':
2910
- optional: true
2911
-
2912
- '@protobufjs/fetch@1.1.0':
2913
- dependencies:
2914
- '@protobufjs/aspromise': 1.1.2
2915
- '@protobufjs/inquire': 1.1.0
2916
- optional: true
2917
-
2918
- '@protobufjs/float@1.0.2':
2919
- optional: true
2920
-
2921
- '@protobufjs/inquire@1.1.0':
2922
- optional: true
2923
-
2924
- '@protobufjs/path@1.1.2':
2925
- optional: true
2926
-
2927
- '@protobufjs/pool@1.1.0':
2928
- optional: true
2929
-
2930
- '@protobufjs/utf8@1.1.0':
2931
- optional: true
2932
-
2933
- '@react-email/render@1.1.2(react-dom@19.2.5(react@19.2.5))(react@19.2.5)':
2934
- dependencies:
2935
- html-to-text: 9.0.5
2936
- prettier: 3.8.3
2937
- react: 19.2.5
2938
- react-dom: 19.2.5(react@19.2.5)
2939
- react-promise-suspense: 0.3.4
2940
-
2941
- '@rollup/rollup-android-arm-eabi@4.60.2':
2942
- optional: true
2943
-
2944
- '@rollup/rollup-android-arm64@4.60.2':
2945
- optional: true
2946
-
2947
- '@rollup/rollup-darwin-arm64@4.60.2':
2948
- optional: true
2949
-
2950
- '@rollup/rollup-darwin-x64@4.60.2':
2951
- optional: true
2952
-
2953
- '@rollup/rollup-freebsd-arm64@4.60.2':
2954
- optional: true
2955
-
2956
- '@rollup/rollup-freebsd-x64@4.60.2':
2957
- optional: true
2958
-
2959
- '@rollup/rollup-linux-arm-gnueabihf@4.60.2':
2960
- optional: true
2961
-
2962
- '@rollup/rollup-linux-arm-musleabihf@4.60.2':
2963
- optional: true
2964
-
2965
- '@rollup/rollup-linux-arm64-gnu@4.60.2':
2966
- optional: true
2967
-
2968
- '@rollup/rollup-linux-arm64-musl@4.60.2':
2969
- optional: true
2970
-
2971
- '@rollup/rollup-linux-loong64-gnu@4.60.2':
2972
- optional: true
2973
-
2974
- '@rollup/rollup-linux-loong64-musl@4.60.2':
2975
- optional: true
2976
-
2977
- '@rollup/rollup-linux-ppc64-gnu@4.60.2':
2978
- optional: true
2979
-
2980
- '@rollup/rollup-linux-ppc64-musl@4.60.2':
2981
- optional: true
2982
-
2983
- '@rollup/rollup-linux-riscv64-gnu@4.60.2':
2984
- optional: true
2985
-
2986
- '@rollup/rollup-linux-riscv64-musl@4.60.2':
2987
- optional: true
2988
-
2989
- '@rollup/rollup-linux-s390x-gnu@4.60.2':
2990
- optional: true
2991
-
2992
- '@rollup/rollup-linux-x64-gnu@4.60.2':
2993
- optional: true
2994
-
2995
- '@rollup/rollup-linux-x64-musl@4.60.2':
2996
- optional: true
2997
-
2998
- '@rollup/rollup-openbsd-x64@4.60.2':
2999
- optional: true
3000
-
3001
- '@rollup/rollup-openharmony-arm64@4.60.2':
3002
- optional: true
3003
-
3004
- '@rollup/rollup-win32-arm64-msvc@4.60.2':
3005
- optional: true
3006
-
3007
- '@rollup/rollup-win32-ia32-msvc@4.60.2':
3008
- optional: true
3009
-
3010
- '@rollup/rollup-win32-x64-gnu@4.60.2':
3011
- optional: true
3012
-
3013
- '@rollup/rollup-win32-x64-msvc@4.60.2':
3014
- optional: true
3015
-
3016
- '@selderee/plugin-htmlparser2@0.11.0':
3017
- dependencies:
3018
- domhandler: 5.0.3
3019
- selderee: 0.11.0
3020
-
3021
- '@sendgrid/client@8.1.6':
3022
- dependencies:
3023
- '@sendgrid/helpers': 8.0.0
3024
- axios: 1.15.0
3025
- transitivePeerDependencies:
3026
- - debug
3027
-
3028
- '@sendgrid/helpers@8.0.0':
3029
- dependencies:
3030
- deepmerge: 4.3.1
3031
-
3032
- '@sendgrid/mail@8.1.6':
3033
- dependencies:
3034
- '@sendgrid/client': 8.1.6
3035
- '@sendgrid/helpers': 8.0.0
3036
- transitivePeerDependencies:
3037
- - debug
3038
-
3039
- '@standard-schema/spec@1.1.0': {}
3040
-
3041
- '@tootallnate/once@2.0.0':
3042
- optional: true
3043
-
3044
- '@types/caseless@0.12.5':
3045
- optional: true
3046
-
3047
- '@types/esrecurse@4.3.1': {}
3048
-
3049
- '@types/estree@1.0.8': {}
3050
-
3051
- '@types/json-schema@7.0.15': {}
3052
-
3053
- '@types/jsonwebtoken@9.0.10':
3054
- dependencies:
3055
- '@types/ms': 2.1.0
3056
- '@types/node': 20.19.39
3057
-
3058
- '@types/long@4.0.2':
3059
- optional: true
3060
-
3061
- '@types/ms@2.1.0': {}
3062
-
3063
- '@types/node@20.19.39':
3064
- dependencies:
3065
- undici-types: 6.21.0
3066
-
3067
- '@types/node@22.19.17':
3068
- dependencies:
3069
- undici-types: 6.21.0
3070
-
3071
- '@types/request@2.48.13':
3072
- dependencies:
3073
- '@types/caseless': 0.12.5
3074
- '@types/node': 20.19.39
3075
- '@types/tough-cookie': 4.0.5
3076
- form-data: 2.5.5
3077
- optional: true
3078
-
3079
- '@types/tough-cookie@4.0.5':
3080
- optional: true
3081
-
3082
- '@typescript-eslint/parser@8.56.0(eslint@10.0.0)(typescript@5.9.3)':
3083
- dependencies:
3084
- '@typescript-eslint/scope-manager': 8.56.0
3085
- '@typescript-eslint/types': 8.56.0
3086
- '@typescript-eslint/typescript-estree': 8.56.0(typescript@5.9.3)
3087
- '@typescript-eslint/visitor-keys': 8.56.0
3088
- debug: 4.4.3
3089
- eslint: 10.0.0
3090
- typescript: 5.9.3
3091
- transitivePeerDependencies:
3092
- - supports-color
3093
-
3094
- '@typescript-eslint/project-service@8.56.0(typescript@5.9.3)':
3095
- dependencies:
3096
- '@typescript-eslint/tsconfig-utils': 8.56.0(typescript@5.9.3)
3097
- '@typescript-eslint/types': 8.56.0
3098
- debug: 4.4.3
3099
- typescript: 5.9.3
3100
- transitivePeerDependencies:
3101
- - supports-color
3102
-
3103
- '@typescript-eslint/scope-manager@8.56.0':
3104
- dependencies:
3105
- '@typescript-eslint/types': 8.56.0
3106
- '@typescript-eslint/visitor-keys': 8.56.0
3107
-
3108
- '@typescript-eslint/tsconfig-utils@8.56.0(typescript@5.9.3)':
3109
- dependencies:
3110
- typescript: 5.9.3
3111
-
3112
- '@typescript-eslint/types@8.56.0': {}
3113
-
3114
- '@typescript-eslint/typescript-estree@8.56.0(typescript@5.9.3)':
3115
- dependencies:
3116
- '@typescript-eslint/project-service': 8.56.0(typescript@5.9.3)
3117
- '@typescript-eslint/tsconfig-utils': 8.56.0(typescript@5.9.3)
3118
- '@typescript-eslint/types': 8.56.0
3119
- '@typescript-eslint/visitor-keys': 8.56.0
3120
- debug: 4.4.3
3121
- minimatch: 9.0.9
3122
- semver: 7.7.4
3123
- tinyglobby: 0.2.16
3124
- ts-api-utils: 2.5.0(typescript@5.9.3)
3125
- typescript: 5.9.3
3126
- transitivePeerDependencies:
3127
- - supports-color
3128
-
3129
- '@typescript-eslint/visitor-keys@8.56.0':
3130
- dependencies:
3131
- '@typescript-eslint/types': 8.56.0
3132
- eslint-visitor-keys: 5.0.1
3133
-
3134
- '@vitest/expect@2.1.9':
3135
- dependencies:
3136
- '@vitest/spy': 2.1.9
3137
- '@vitest/utils': 2.1.9
3138
- chai: 5.3.3
3139
- tinyrainbow: 1.2.0
3140
-
3141
- '@vitest/mocker@2.1.9(vite@5.4.21(@types/node@20.19.39))':
3142
- dependencies:
3143
- '@vitest/spy': 2.1.9
3144
- estree-walker: 3.0.3
3145
- magic-string: 0.30.21
3146
- optionalDependencies:
3147
- vite: 5.4.21(@types/node@20.19.39)
3148
-
3149
- '@vitest/pretty-format@2.1.9':
3150
- dependencies:
3151
- tinyrainbow: 1.2.0
3152
-
3153
- '@vitest/runner@2.1.9':
3154
- dependencies:
3155
- '@vitest/utils': 2.1.9
3156
- pathe: 1.1.2
3157
-
3158
- '@vitest/snapshot@2.1.9':
3159
- dependencies:
3160
- '@vitest/pretty-format': 2.1.9
3161
- magic-string: 0.30.21
3162
- pathe: 1.1.2
3163
-
3164
- '@vitest/spy@2.1.9':
3165
- dependencies:
3166
- tinyspy: 3.0.2
3167
-
3168
- '@vitest/utils@2.1.9':
3169
- dependencies:
3170
- '@vitest/pretty-format': 2.1.9
3171
- loupe: 3.2.1
3172
- tinyrainbow: 1.2.0
3173
-
3174
- abort-controller@3.0.0:
3175
- dependencies:
3176
- event-target-shim: 5.0.1
3177
- optional: true
3178
-
3179
- accepts@1.3.8:
3180
- dependencies:
3181
- mime-types: 2.1.35
3182
- negotiator: 0.6.3
3183
-
3184
- acorn-jsx@5.3.2(acorn@8.16.0):
3185
- dependencies:
3186
- acorn: 8.16.0
3187
-
3188
- acorn@8.16.0: {}
3189
-
3190
- agent-base@6.0.2:
3191
- dependencies:
3192
- debug: 4.4.3
3193
- transitivePeerDependencies:
3194
- - supports-color
3195
-
3196
- agent-base@7.1.4: {}
3197
-
3198
- ajv@6.14.0:
3199
- dependencies:
3200
- fast-deep-equal: 3.1.3
3201
- fast-json-stable-stringify: 2.1.0
3202
- json-schema-traverse: 0.4.1
3203
- uri-js: 4.4.1
3204
-
3205
- ansi-regex@5.0.1:
3206
- optional: true
3207
-
3208
- ansi-styles@4.3.0:
3209
- dependencies:
3210
- color-convert: 2.0.1
3211
- optional: true
3212
-
3213
- ansi-styles@5.2.0: {}
3214
-
3215
- array-flatten@1.1.1: {}
3216
-
3217
- arrify@2.0.1:
3218
- optional: true
3219
-
3220
- assertion-error@2.0.1: {}
3221
-
3222
- async-retry@1.3.3:
3223
- dependencies:
3224
- retry: 0.13.1
3225
- optional: true
3226
-
3227
- asynckit@0.4.0: {}
3228
-
3229
- axios@1.15.0:
3230
- dependencies:
3231
- follow-redirects: 1.16.0
3232
- form-data: 4.0.5
3233
- proxy-from-env: 2.1.0
3234
- transitivePeerDependencies:
3235
- - debug
3236
-
3237
- balanced-match@1.0.2: {}
3238
-
3239
- balanced-match@4.0.4: {}
3240
-
3241
- base64-js@1.5.1: {}
3242
-
3243
- bignumber.js@9.3.1: {}
3244
-
3245
- body-parser@1.20.4:
3246
- dependencies:
3247
- bytes: 3.1.2
3248
- content-type: 1.0.5
3249
- debug: 2.6.9
3250
- depd: 2.0.0
3251
- destroy: 1.2.0
3252
- http-errors: 2.0.1
3253
- iconv-lite: 0.4.24
3254
- on-finished: 2.4.1
3255
- qs: 6.14.2
3256
- raw-body: 2.5.3
3257
- type-is: 1.6.18
3258
- unpipe: 1.0.0
3259
- transitivePeerDependencies:
3260
- - supports-color
3261
-
3262
- brace-expansion@2.1.0:
3263
- dependencies:
3264
- balanced-match: 1.0.2
3265
-
3266
- brace-expansion@5.0.5:
3267
- dependencies:
3268
- balanced-match: 4.0.4
3269
-
3270
- buffer-equal-constant-time@1.0.1: {}
3271
-
3272
- bytes@3.1.2: {}
3273
-
3274
- cac@6.7.14: {}
3275
-
3276
- call-bind-apply-helpers@1.0.2:
3277
- dependencies:
3278
- es-errors: 1.3.0
3279
- function-bind: 1.1.2
3280
-
3281
- call-bound@1.0.4:
3282
- dependencies:
3283
- call-bind-apply-helpers: 1.0.2
3284
- get-intrinsic: 1.3.0
3285
-
3286
- camelcase@6.3.0: {}
3287
-
3288
- chai@5.3.3:
3289
- dependencies:
3290
- assertion-error: 2.0.1
3291
- check-error: 2.1.3
3292
- deep-eql: 5.0.2
3293
- loupe: 3.2.1
3294
- pathval: 2.0.1
3295
-
3296
- check-error@2.1.3: {}
3297
-
3298
- cliui@8.0.1:
3299
- dependencies:
3300
- string-width: 4.2.3
3301
- strip-ansi: 6.0.1
3302
- wrap-ansi: 7.0.0
3303
- optional: true
3304
-
3305
- color-convert@2.0.1:
3306
- dependencies:
3307
- color-name: 1.1.4
3308
- optional: true
3309
-
3310
- color-name@1.1.4:
3311
- optional: true
3312
-
3313
- combined-stream@1.0.8:
3314
- dependencies:
3315
- delayed-stream: 1.0.0
3316
-
3317
- content-disposition@0.5.4:
3318
- dependencies:
3319
- safe-buffer: 5.2.1
3320
-
3321
- content-type@1.0.5: {}
3322
-
3323
- cookie-signature@1.0.7: {}
3324
-
3325
- cookie@0.7.2: {}
3326
-
3327
- cors@2.8.6:
3328
- dependencies:
3329
- object-assign: 4.1.1
3330
- vary: 1.1.2
3331
-
3332
- cross-spawn@7.0.6:
3333
- dependencies:
3334
- path-key: 3.1.1
3335
- shebang-command: 2.0.0
3336
- which: 2.0.2
3337
-
3338
- dayjs@1.11.20: {}
3339
-
3340
- debug@2.6.9:
3341
- dependencies:
3342
- ms: 2.0.0
3343
-
3344
- debug@4.4.3:
3345
- dependencies:
3346
- ms: 2.1.3
3347
-
3348
- decamelize@1.2.0: {}
3349
-
3350
- deep-eql@5.0.2: {}
3351
-
3352
- deep-is@0.1.4: {}
3353
-
3354
- deepmerge@4.3.1: {}
3355
-
3356
- delayed-stream@1.0.0: {}
3357
-
3358
- depd@2.0.0: {}
3359
-
3360
- destroy@1.2.0: {}
3361
-
3362
- dom-serializer@2.0.0:
3363
- dependencies:
3364
- domelementtype: 2.3.0
3365
- domhandler: 5.0.3
3366
- entities: 4.5.0
3367
-
3368
- domelementtype@2.3.0: {}
3369
-
3370
- domhandler@5.0.3:
3371
- dependencies:
3372
- domelementtype: 2.3.0
3373
-
3374
- domutils@3.2.2:
3375
- dependencies:
3376
- dom-serializer: 2.0.0
3377
- domelementtype: 2.3.0
3378
- domhandler: 5.0.3
3379
-
3380
- dotenv@16.6.1: {}
3381
-
3382
- dunder-proto@1.0.1:
3383
- dependencies:
3384
- call-bind-apply-helpers: 1.0.2
3385
- es-errors: 1.3.0
3386
- gopd: 1.2.0
3387
-
3388
- duplexify@4.1.3:
3389
- dependencies:
3390
- end-of-stream: 1.4.5
3391
- inherits: 2.0.4
3392
- readable-stream: 3.6.2
3393
- stream-shift: 1.0.3
3394
- optional: true
3395
-
3396
- ecdsa-sig-formatter@1.0.11:
3397
- dependencies:
3398
- safe-buffer: 5.2.1
3399
-
3400
- ee-first@1.1.1: {}
3401
-
3402
- emoji-regex@8.0.0:
3403
- optional: true
3404
-
3405
- encodeurl@2.0.0: {}
3406
-
3407
- end-of-stream@1.4.5:
3408
- dependencies:
3409
- once: 1.4.0
3410
- optional: true
3411
-
3412
- entities@4.5.0: {}
3413
-
3414
- es-define-property@1.0.1: {}
3415
-
3416
- es-errors@1.3.0: {}
3417
-
3418
- es-module-lexer@1.7.0: {}
3419
-
3420
- es-object-atoms@1.1.1:
3421
- dependencies:
3422
- es-errors: 1.3.0
3423
-
3424
- es-set-tostringtag@2.1.0:
3425
- dependencies:
3426
- es-errors: 1.3.0
3427
- get-intrinsic: 1.3.0
3428
- has-tostringtag: 1.0.2
3429
- hasown: 2.0.3
3430
-
3431
- esbuild@0.21.5:
3432
- optionalDependencies:
3433
- '@esbuild/aix-ppc64': 0.21.5
3434
- '@esbuild/android-arm': 0.21.5
3435
- '@esbuild/android-arm64': 0.21.5
3436
- '@esbuild/android-x64': 0.21.5
3437
- '@esbuild/darwin-arm64': 0.21.5
3438
- '@esbuild/darwin-x64': 0.21.5
3439
- '@esbuild/freebsd-arm64': 0.21.5
3440
- '@esbuild/freebsd-x64': 0.21.5
3441
- '@esbuild/linux-arm': 0.21.5
3442
- '@esbuild/linux-arm64': 0.21.5
3443
- '@esbuild/linux-ia32': 0.21.5
3444
- '@esbuild/linux-loong64': 0.21.5
3445
- '@esbuild/linux-mips64el': 0.21.5
3446
- '@esbuild/linux-ppc64': 0.21.5
3447
- '@esbuild/linux-riscv64': 0.21.5
3448
- '@esbuild/linux-s390x': 0.21.5
3449
- '@esbuild/linux-x64': 0.21.5
3450
- '@esbuild/netbsd-x64': 0.21.5
3451
- '@esbuild/openbsd-x64': 0.21.5
3452
- '@esbuild/sunos-x64': 0.21.5
3453
- '@esbuild/win32-arm64': 0.21.5
3454
- '@esbuild/win32-ia32': 0.21.5
3455
- '@esbuild/win32-x64': 0.21.5
3456
-
3457
- esbuild@0.25.12:
3458
- optionalDependencies:
3459
- '@esbuild/aix-ppc64': 0.25.12
3460
- '@esbuild/android-arm': 0.25.12
3461
- '@esbuild/android-arm64': 0.25.12
3462
- '@esbuild/android-x64': 0.25.12
3463
- '@esbuild/darwin-arm64': 0.25.12
3464
- '@esbuild/darwin-x64': 0.25.12
3465
- '@esbuild/freebsd-arm64': 0.25.12
3466
- '@esbuild/freebsd-x64': 0.25.12
3467
- '@esbuild/linux-arm': 0.25.12
3468
- '@esbuild/linux-arm64': 0.25.12
3469
- '@esbuild/linux-ia32': 0.25.12
3470
- '@esbuild/linux-loong64': 0.25.12
3471
- '@esbuild/linux-mips64el': 0.25.12
3472
- '@esbuild/linux-ppc64': 0.25.12
3473
- '@esbuild/linux-riscv64': 0.25.12
3474
- '@esbuild/linux-s390x': 0.25.12
3475
- '@esbuild/linux-x64': 0.25.12
3476
- '@esbuild/netbsd-arm64': 0.25.12
3477
- '@esbuild/netbsd-x64': 0.25.12
3478
- '@esbuild/openbsd-arm64': 0.25.12
3479
- '@esbuild/openbsd-x64': 0.25.12
3480
- '@esbuild/openharmony-arm64': 0.25.12
3481
- '@esbuild/sunos-x64': 0.25.12
3482
- '@esbuild/win32-arm64': 0.25.12
3483
- '@esbuild/win32-ia32': 0.25.12
3484
- '@esbuild/win32-x64': 0.25.12
3485
-
3486
- esbuild@0.27.7:
3487
- optionalDependencies:
3488
- '@esbuild/aix-ppc64': 0.27.7
3489
- '@esbuild/android-arm': 0.27.7
3490
- '@esbuild/android-arm64': 0.27.7
3491
- '@esbuild/android-x64': 0.27.7
3492
- '@esbuild/darwin-arm64': 0.27.7
3493
- '@esbuild/darwin-x64': 0.27.7
3494
- '@esbuild/freebsd-arm64': 0.27.7
3495
- '@esbuild/freebsd-x64': 0.27.7
3496
- '@esbuild/linux-arm': 0.27.7
3497
- '@esbuild/linux-arm64': 0.27.7
3498
- '@esbuild/linux-ia32': 0.27.7
3499
- '@esbuild/linux-loong64': 0.27.7
3500
- '@esbuild/linux-mips64el': 0.27.7
3501
- '@esbuild/linux-ppc64': 0.27.7
3502
- '@esbuild/linux-riscv64': 0.27.7
3503
- '@esbuild/linux-s390x': 0.27.7
3504
- '@esbuild/linux-x64': 0.27.7
3505
- '@esbuild/netbsd-arm64': 0.27.7
3506
- '@esbuild/netbsd-x64': 0.27.7
3507
- '@esbuild/openbsd-arm64': 0.27.7
3508
- '@esbuild/openbsd-x64': 0.27.7
3509
- '@esbuild/openharmony-arm64': 0.27.7
3510
- '@esbuild/sunos-x64': 0.27.7
3511
- '@esbuild/win32-arm64': 0.27.7
3512
- '@esbuild/win32-ia32': 0.27.7
3513
- '@esbuild/win32-x64': 0.27.7
3514
-
3515
- escalade@3.2.0:
3516
- optional: true
3517
-
3518
- escape-html@1.0.3: {}
3519
-
3520
- escape-string-regexp@4.0.0: {}
3521
-
3522
- eslint-scope@9.1.2:
3523
- dependencies:
3524
- '@types/esrecurse': 4.3.1
3525
- '@types/estree': 1.0.8
3526
- esrecurse: 4.3.0
3527
- estraverse: 5.3.0
3528
-
3529
- eslint-visitor-keys@3.4.3: {}
3530
-
3531
- eslint-visitor-keys@5.0.1: {}
3532
-
3533
- eslint@10.0.0:
3534
- dependencies:
3535
- '@eslint-community/eslint-utils': 4.9.1(eslint@10.0.0)
3536
- '@eslint-community/regexpp': 4.12.2
3537
- '@eslint/config-array': 0.23.5
3538
- '@eslint/config-helpers': 0.5.5
3539
- '@eslint/core': 1.2.1
3540
- '@eslint/plugin-kit': 0.6.1
3541
- '@humanfs/node': 0.16.8
3542
- '@humanwhocodes/module-importer': 1.0.1
3543
- '@humanwhocodes/retry': 0.4.3
3544
- '@types/estree': 1.0.8
3545
- ajv: 6.14.0
3546
- cross-spawn: 7.0.6
3547
- debug: 4.4.3
3548
- escape-string-regexp: 4.0.0
3549
- eslint-scope: 9.1.2
3550
- eslint-visitor-keys: 5.0.1
3551
- espree: 11.2.0
3552
- esquery: 1.7.0
3553
- esutils: 2.0.3
3554
- fast-deep-equal: 3.1.3
3555
- file-entry-cache: 8.0.0
3556
- find-up: 5.0.0
3557
- glob-parent: 6.0.2
3558
- ignore: 5.3.2
3559
- imurmurhash: 0.1.4
3560
- is-glob: 4.0.3
3561
- json-stable-stringify-without-jsonify: 1.0.1
3562
- minimatch: 10.2.5
3563
- natural-compare: 1.4.0
3564
- optionator: 0.9.4
3565
- transitivePeerDependencies:
3566
- - supports-color
3567
-
3568
- espree@11.2.0:
3569
- dependencies:
3570
- acorn: 8.16.0
3571
- acorn-jsx: 5.3.2(acorn@8.16.0)
3572
- eslint-visitor-keys: 5.0.1
3573
-
3574
- esquery@1.7.0:
3575
- dependencies:
3576
- estraverse: 5.3.0
3577
-
3578
- esrecurse@4.3.0:
3579
- dependencies:
3580
- estraverse: 5.3.0
3581
-
3582
- estraverse@5.3.0: {}
3583
-
3584
- estree-walker@3.0.3:
3585
- dependencies:
3586
- '@types/estree': 1.0.8
3587
-
3588
- esutils@2.0.3: {}
3589
-
3590
- etag@1.8.1: {}
3591
-
3592
- event-target-shim@5.0.1:
3593
- optional: true
3594
-
3595
- eventemitter3@4.0.7: {}
3596
-
3597
- expect-type@1.3.0: {}
3598
-
3599
- express@4.22.1:
3600
- dependencies:
3601
- accepts: 1.3.8
3602
- array-flatten: 1.1.1
3603
- body-parser: 1.20.4
3604
- content-disposition: 0.5.4
3605
- content-type: 1.0.5
3606
- cookie: 0.7.2
3607
- cookie-signature: 1.0.7
3608
- debug: 2.6.9
3609
- depd: 2.0.0
3610
- encodeurl: 2.0.0
3611
- escape-html: 1.0.3
3612
- etag: 1.8.1
3613
- finalhandler: 1.3.2
3614
- fresh: 0.5.2
3615
- http-errors: 2.0.1
3616
- merge-descriptors: 1.0.3
3617
- methods: 1.1.2
3618
- on-finished: 2.4.1
3619
- parseurl: 1.3.3
3620
- path-to-regexp: 0.1.13
3621
- proxy-addr: 2.0.7
3622
- qs: 6.14.2
3623
- range-parser: 1.2.1
3624
- safe-buffer: 5.2.1
3625
- send: 0.19.2
3626
- serve-static: 1.16.3
3627
- setprototypeof: 1.2.0
3628
- statuses: 2.0.2
3629
- type-is: 1.6.18
3630
- utils-merge: 1.0.1
3631
- vary: 1.1.2
3632
- transitivePeerDependencies:
3633
- - supports-color
3634
-
3635
- extend@3.0.2: {}
3636
-
3637
- farmhash-modern@1.1.0: {}
3638
-
3639
- fast-deep-equal@2.0.1: {}
3640
-
3641
- fast-deep-equal@3.1.3: {}
3642
-
3643
- fast-json-stable-stringify@2.1.0: {}
3644
-
3645
- fast-levenshtein@2.0.6: {}
3646
-
3647
- fast-xml-builder@1.1.5:
3648
- dependencies:
3649
- path-expression-matcher: 1.5.0
3650
- optional: true
3651
-
3652
- fast-xml-parser@5.7.1:
3653
- dependencies:
3654
- '@nodable/entities': 2.1.0
3655
- fast-xml-builder: 1.1.5
3656
- path-expression-matcher: 1.5.0
3657
- strnum: 2.2.3
3658
- optional: true
3659
-
3660
- faye-websocket@0.11.4:
3661
- dependencies:
3662
- websocket-driver: 0.7.4
3663
-
3664
- fdir@6.5.0(picomatch@4.0.4):
3665
- optionalDependencies:
3666
- picomatch: 4.0.4
3667
-
3668
- file-entry-cache@8.0.0:
3669
- dependencies:
3670
- flat-cache: 4.0.1
3671
-
3672
- finalhandler@1.3.2:
3673
- dependencies:
3674
- debug: 2.6.9
3675
- encodeurl: 2.0.0
3676
- escape-html: 1.0.3
3677
- on-finished: 2.4.1
3678
- parseurl: 1.3.3
3679
- statuses: 2.0.2
3680
- unpipe: 1.0.0
3681
- transitivePeerDependencies:
3682
- - supports-color
3683
-
3684
- find-up@5.0.0:
3685
- dependencies:
3686
- locate-path: 6.0.0
3687
- path-exists: 4.0.0
3688
-
3689
- firebase-admin@12.7.0:
3690
- dependencies:
3691
- '@fastify/busboy': 3.2.0
3692
- '@firebase/database-compat': 1.0.8
3693
- '@firebase/database-types': 1.0.5
3694
- '@types/node': 22.19.17
3695
- farmhash-modern: 1.1.0
3696
- jsonwebtoken: 9.0.3
3697
- jwks-rsa: 3.2.2
3698
- node-forge: 1.4.0
3699
- uuid: 10.0.0
3700
- optionalDependencies:
3701
- '@google-cloud/firestore': 7.11.6
3702
- '@google-cloud/storage': 7.19.0
3703
- transitivePeerDependencies:
3704
- - encoding
3705
- - supports-color
3706
-
3707
- flat-cache@4.0.1:
3708
- dependencies:
3709
- flatted: 3.4.2
3710
- keyv: 4.5.4
3711
-
3712
- flatted@3.4.2: {}
3713
-
3714
- follow-redirects@1.16.0: {}
3715
-
3716
- form-data@2.5.5:
3717
- dependencies:
3718
- asynckit: 0.4.0
3719
- combined-stream: 1.0.8
3720
- es-set-tostringtag: 2.1.0
3721
- hasown: 2.0.3
3722
- mime-types: 2.1.35
3723
- safe-buffer: 5.2.1
3724
- optional: true
3725
-
3726
- form-data@4.0.5:
3727
- dependencies:
3728
- asynckit: 0.4.0
3729
- combined-stream: 1.0.8
3730
- es-set-tostringtag: 2.1.0
3731
- hasown: 2.0.3
3732
- mime-types: 2.1.35
3733
-
3734
- forwarded@0.2.0: {}
3735
-
3736
- fresh@0.5.2: {}
3737
-
3738
- fsevents@2.3.3:
3739
- optional: true
3740
-
3741
- function-bind@1.1.2: {}
3742
-
3743
- functional-red-black-tree@1.0.1:
3744
- optional: true
3745
-
3746
- gaxios@6.7.1:
3747
- dependencies:
3748
- extend: 3.0.2
3749
- https-proxy-agent: 7.0.6
3750
- is-stream: 2.0.1
3751
- node-fetch: 2.7.0
3752
- uuid: 9.0.1
3753
- transitivePeerDependencies:
3754
- - encoding
3755
- - supports-color
3756
-
3757
- gcp-metadata@6.1.1:
3758
- dependencies:
3759
- gaxios: 6.7.1
3760
- google-logging-utils: 0.0.2
3761
- json-bigint: 1.0.0
3762
- transitivePeerDependencies:
3763
- - encoding
3764
- - supports-color
3765
-
3766
- get-caller-file@2.0.5:
3767
- optional: true
3768
-
3769
- get-intrinsic@1.3.0:
3770
- dependencies:
3771
- call-bind-apply-helpers: 1.0.2
3772
- es-define-property: 1.0.1
3773
- es-errors: 1.3.0
3774
- es-object-atoms: 1.1.1
3775
- function-bind: 1.1.2
3776
- get-proto: 1.0.1
3777
- gopd: 1.2.0
3778
- has-symbols: 1.1.0
3779
- hasown: 2.0.3
3780
- math-intrinsics: 1.1.0
3781
-
3782
- get-proto@1.0.1:
3783
- dependencies:
3784
- dunder-proto: 1.0.1
3785
- es-object-atoms: 1.1.1
3786
-
3787
- get-tsconfig@4.14.0:
3788
- dependencies:
3789
- resolve-pkg-maps: 1.0.0
3790
-
3791
- glob-parent@6.0.2:
3792
- dependencies:
3793
- is-glob: 4.0.3
3794
-
3795
- google-auth-library@9.15.1:
3796
- dependencies:
3797
- base64-js: 1.5.1
3798
- ecdsa-sig-formatter: 1.0.11
3799
- gaxios: 6.7.1
3800
- gcp-metadata: 6.1.1
3801
- gtoken: 7.1.0
3802
- jws: 4.0.1
3803
- transitivePeerDependencies:
3804
- - encoding
3805
- - supports-color
3806
-
3807
- google-gax@4.6.1:
3808
- dependencies:
3809
- '@grpc/grpc-js': 1.14.3
3810
- '@grpc/proto-loader': 0.7.15
3811
- '@types/long': 4.0.2
3812
- abort-controller: 3.0.0
3813
- duplexify: 4.1.3
3814
- google-auth-library: 9.15.1
3815
- node-fetch: 2.7.0
3816
- object-hash: 3.0.0
3817
- proto3-json-serializer: 2.0.2
3818
- protobufjs: 7.5.5
3819
- retry-request: 7.0.2
3820
- uuid: 9.0.1
3821
- transitivePeerDependencies:
3822
- - encoding
3823
- - supports-color
3824
- optional: true
3825
-
3826
- google-logging-utils@0.0.2: {}
3827
-
3828
- googleapis-common@7.2.0:
3829
- dependencies:
3830
- extend: 3.0.2
3831
- gaxios: 6.7.1
3832
- google-auth-library: 9.15.1
3833
- qs: 6.15.1
3834
- url-template: 2.0.8
3835
- uuid: 9.0.1
3836
- transitivePeerDependencies:
3837
- - encoding
3838
- - supports-color
3839
-
3840
- googleapis@144.0.0:
3841
- dependencies:
3842
- google-auth-library: 9.15.1
3843
- googleapis-common: 7.2.0
3844
- transitivePeerDependencies:
3845
- - encoding
3846
- - supports-color
3847
-
3848
- gopd@1.2.0: {}
3849
-
3850
- gtoken@7.1.0:
3851
- dependencies:
3852
- gaxios: 6.7.1
3853
- jws: 4.0.1
3854
- transitivePeerDependencies:
3855
- - encoding
3856
- - supports-color
3857
-
3858
- has-symbols@1.1.0: {}
3859
-
3860
- has-tostringtag@1.0.2:
3861
- dependencies:
3862
- has-symbols: 1.1.0
3863
-
3864
- hasown@2.0.3:
3865
- dependencies:
3866
- function-bind: 1.1.2
3867
-
3868
- helmet@8.1.0: {}
3869
-
3870
- hono@4.12.14: {}
3871
-
3872
- html-entities@2.6.0:
3873
- optional: true
3874
-
3875
- html-to-text@9.0.5:
3876
- dependencies:
3877
- '@selderee/plugin-htmlparser2': 0.11.0
3878
- deepmerge: 4.3.1
3879
- dom-serializer: 2.0.0
3880
- htmlparser2: 8.0.2
3881
- selderee: 0.11.0
3882
-
3883
- htmlparser2@8.0.2:
3884
- dependencies:
3885
- domelementtype: 2.3.0
3886
- domhandler: 5.0.3
3887
- domutils: 3.2.2
3888
- entities: 4.5.0
3889
-
3890
- http-errors@2.0.1:
3891
- dependencies:
3892
- depd: 2.0.0
3893
- inherits: 2.0.4
3894
- setprototypeof: 1.2.0
3895
- statuses: 2.0.2
3896
- toidentifier: 1.0.1
3897
-
3898
- http-parser-js@0.5.10: {}
3899
-
3900
- http-proxy-agent@5.0.0:
3901
- dependencies:
3902
- '@tootallnate/once': 2.0.0
3903
- agent-base: 6.0.2
3904
- debug: 4.4.3
3905
- transitivePeerDependencies:
3906
- - supports-color
3907
- optional: true
3908
-
3909
- https-proxy-agent@5.0.1:
3910
- dependencies:
3911
- agent-base: 6.0.2
3912
- debug: 4.4.3
3913
- transitivePeerDependencies:
3914
- - supports-color
3915
-
3916
- https-proxy-agent@7.0.6:
3917
- dependencies:
3918
- agent-base: 7.1.4
3919
- debug: 4.4.3
3920
- transitivePeerDependencies:
3921
- - supports-color
3922
-
3923
- iconv-lite@0.4.24:
3924
- dependencies:
3925
- safer-buffer: 2.1.2
3926
-
3927
- ignore@5.3.2: {}
3928
-
3929
- imurmurhash@0.1.4: {}
3930
-
3931
- inherits@2.0.4: {}
3932
-
3933
- ipaddr.js@1.9.1: {}
3934
-
3935
- is-extglob@2.1.1: {}
3936
-
3937
- is-fullwidth-code-point@3.0.0:
3938
- optional: true
3939
-
3940
- is-glob@4.0.3:
3941
- dependencies:
3942
- is-extglob: 2.1.1
3943
-
3944
- is-stream@2.0.1: {}
3945
-
3946
- isexe@2.0.0: {}
3947
-
3948
- jose@4.15.9: {}
3949
-
3950
- js-tiktoken@1.0.21:
3951
- dependencies:
3952
- base64-js: 1.5.1
3953
-
3954
- json-bigint@1.0.0:
3955
- dependencies:
3956
- bignumber.js: 9.3.1
3957
-
3958
- json-buffer@3.0.1: {}
3959
-
3960
- json-schema-to-ts@3.1.1:
3961
- dependencies:
3962
- '@babel/runtime': 7.29.2
3963
- ts-algebra: 2.0.0
3964
-
3965
- json-schema-traverse@0.4.1: {}
3966
-
3967
- json-stable-stringify-without-jsonify@1.0.1: {}
3968
-
3969
- jsonc-eslint-parser@3.1.0:
3970
- dependencies:
3971
- acorn: 8.16.0
3972
- eslint-visitor-keys: 5.0.1
3973
- semver: 7.7.4
3974
-
3975
- jsonwebtoken@9.0.3:
3976
- dependencies:
3977
- jws: 4.0.1
3978
- lodash.includes: 4.3.0
3979
- lodash.isboolean: 3.0.3
3980
- lodash.isinteger: 4.0.4
3981
- lodash.isnumber: 3.0.3
3982
- lodash.isplainobject: 4.0.6
3983
- lodash.isstring: 4.0.1
3984
- lodash.once: 4.1.1
3985
- ms: 2.1.3
3986
- semver: 7.7.4
3987
-
3988
- jwa@2.0.1:
3989
- dependencies:
3990
- buffer-equal-constant-time: 1.0.1
3991
- ecdsa-sig-formatter: 1.0.11
3992
- safe-buffer: 5.2.1
3993
-
3994
- jwks-rsa@3.2.2:
3995
- dependencies:
3996
- '@types/jsonwebtoken': 9.0.10
3997
- debug: 4.4.3
3998
- jose: 4.15.9
3999
- limiter: 1.1.5
4000
- lru-memoizer: 2.3.0
4001
- transitivePeerDependencies:
4002
- - supports-color
4003
-
4004
- jws@4.0.1:
4005
- dependencies:
4006
- jwa: 2.0.1
4007
- safe-buffer: 5.2.1
4008
-
4009
- keyv@4.5.4:
4010
- dependencies:
4011
- json-buffer: 3.0.1
4012
-
4013
- langsmith@0.5.20(@opentelemetry/api@1.9.1)(openai@6.34.0(ws@8.20.0)(zod@3.25.76))(ws@8.20.0):
4014
- dependencies:
4015
- p-queue: 6.6.2
4016
- uuid: 10.0.0
4017
- optionalDependencies:
4018
- '@opentelemetry/api': 1.9.1
4019
- openai: 6.34.0(ws@8.20.0)(zod@3.25.76)
4020
- ws: 8.20.0
4021
-
4022
- leac@0.6.0: {}
4023
-
4024
- levn@0.4.1:
4025
- dependencies:
4026
- prelude-ls: 1.2.1
4027
- type-check: 0.4.0
4028
-
4029
- limiter@1.1.5: {}
4030
-
4031
- locate-path@6.0.0:
4032
- dependencies:
4033
- p-locate: 5.0.0
4034
-
4035
- lodash.camelcase@4.3.0:
4036
- optional: true
4037
-
4038
- lodash.clonedeep@4.5.0: {}
4039
-
4040
- lodash.includes@4.3.0: {}
4041
-
4042
- lodash.isboolean@3.0.3: {}
4043
-
4044
- lodash.isinteger@4.0.4: {}
4045
-
4046
- lodash.isnumber@3.0.3: {}
4047
-
4048
- lodash.isplainobject@4.0.6: {}
4049
-
4050
- lodash.isstring@4.0.1: {}
4051
-
4052
- lodash.once@4.1.1: {}
4053
-
4054
- long@5.3.2:
4055
- optional: true
4056
-
4057
- loupe@3.2.1: {}
4058
-
4059
- lru-cache@6.0.0:
4060
- dependencies:
4061
- yallist: 4.0.0
4062
-
4063
- lru-memoizer@2.3.0:
4064
- dependencies:
4065
- lodash.clonedeep: 4.5.0
4066
- lru-cache: 6.0.0
4067
-
4068
- magic-string@0.30.21:
4069
- dependencies:
4070
- '@jridgewell/sourcemap-codec': 1.5.5
4071
-
4072
- math-intrinsics@1.1.0: {}
4073
-
4074
- media-typer@0.3.0: {}
4075
-
4076
- merge-descriptors@1.0.3: {}
4077
-
4078
- methods@1.1.2: {}
4079
-
4080
- mime-db@1.52.0: {}
4081
-
4082
- mime-types@2.1.35:
4083
- dependencies:
4084
- mime-db: 1.52.0
4085
-
4086
- mime@1.6.0: {}
4087
-
4088
- mime@3.0.0:
4089
- optional: true
4090
-
4091
- minimatch@10.2.5:
4092
- dependencies:
4093
- brace-expansion: 5.0.5
4094
-
4095
- minimatch@9.0.9:
4096
- dependencies:
4097
- brace-expansion: 2.1.0
4098
-
4099
- ms@2.0.0: {}
4100
-
4101
- ms@2.1.3: {}
4102
-
4103
- mustache@4.2.0: {}
4104
-
4105
- nanoid@3.3.11: {}
4106
-
4107
- natural-compare@1.4.0: {}
4108
-
4109
- negotiator@0.6.3: {}
4110
-
4111
- node-fetch@2.7.0:
4112
- dependencies:
4113
- whatwg-url: 5.0.0
4114
-
4115
- node-forge@1.4.0: {}
4116
-
4117
- object-assign@4.1.1: {}
4118
-
4119
- object-hash@3.0.0:
4120
- optional: true
4121
-
4122
- object-inspect@1.13.4: {}
4123
-
4124
- on-finished@2.4.1:
4125
- dependencies:
4126
- ee-first: 1.1.1
4127
-
4128
- once@1.4.0:
4129
- dependencies:
4130
- wrappy: 1.0.2
4131
- optional: true
4132
-
4133
- openai@6.34.0(ws@8.20.0)(zod@3.25.76):
4134
- optionalDependencies:
4135
- ws: 8.20.0
4136
- zod: 3.25.76
4137
-
4138
- optionator@0.9.4:
4139
- dependencies:
4140
- deep-is: 0.1.4
4141
- fast-levenshtein: 2.0.6
4142
- levn: 0.4.1
4143
- prelude-ls: 1.2.1
4144
- type-check: 0.4.0
4145
- word-wrap: 1.2.5
4146
-
4147
- p-finally@1.0.0: {}
4148
-
4149
- p-limit@3.1.0:
4150
- dependencies:
4151
- yocto-queue: 0.1.0
4152
-
4153
- p-locate@5.0.0:
4154
- dependencies:
4155
- p-limit: 3.1.0
4156
-
4157
- p-queue@6.6.2:
4158
- dependencies:
4159
- eventemitter3: 4.0.7
4160
- p-timeout: 3.2.0
4161
-
4162
- p-timeout@3.2.0:
4163
- dependencies:
4164
- p-finally: 1.0.0
4165
-
4166
- parseley@0.12.1:
4167
- dependencies:
4168
- leac: 0.6.0
4169
- peberminta: 0.9.0
4170
-
4171
- parseurl@1.3.3: {}
4172
-
4173
- path-exists@4.0.0: {}
4174
-
4175
- path-expression-matcher@1.5.0:
4176
- optional: true
4177
-
4178
- path-key@3.1.1: {}
4179
-
4180
- path-to-regexp@0.1.13: {}
4181
-
4182
- pathe@1.1.2: {}
4183
-
4184
- pathval@2.0.1: {}
4185
-
4186
- peberminta@0.9.0: {}
4187
-
4188
- picocolors@1.1.1: {}
4189
-
4190
- picomatch@4.0.4: {}
4191
-
4192
- postcss@8.5.10:
4193
- dependencies:
4194
- nanoid: 3.3.11
4195
- picocolors: 1.1.1
4196
- source-map-js: 1.2.1
4197
-
4198
- prelude-ls@1.2.1: {}
4199
-
4200
- prettier@3.8.3: {}
4201
-
4202
- proto3-json-serializer@2.0.2:
4203
- dependencies:
4204
- protobufjs: 7.5.5
4205
- optional: true
4206
-
4207
- protobufjs@7.5.5:
4208
- dependencies:
4209
- '@protobufjs/aspromise': 1.1.2
4210
- '@protobufjs/base64': 1.1.2
4211
- '@protobufjs/codegen': 2.0.4
4212
- '@protobufjs/eventemitter': 1.1.0
4213
- '@protobufjs/fetch': 1.1.0
4214
- '@protobufjs/float': 1.0.2
4215
- '@protobufjs/inquire': 1.1.0
4216
- '@protobufjs/path': 1.1.2
4217
- '@protobufjs/pool': 1.1.0
4218
- '@protobufjs/utf8': 1.1.0
4219
- '@types/node': 20.19.39
4220
- long: 5.3.2
4221
- optional: true
4222
-
4223
- proxy-addr@2.0.7:
4224
- dependencies:
4225
- forwarded: 0.2.0
4226
- ipaddr.js: 1.9.1
4227
-
4228
- proxy-from-env@2.1.0: {}
4229
-
4230
- punycode@2.3.1: {}
4231
-
4232
- qs@6.14.2:
4233
- dependencies:
4234
- side-channel: 1.1.0
4235
-
4236
- qs@6.15.1:
4237
- dependencies:
4238
- side-channel: 1.1.0
4239
-
4240
- range-parser@1.2.1: {}
4241
-
4242
- raw-body@2.5.3:
4243
- dependencies:
4244
- bytes: 3.1.2
4245
- http-errors: 2.0.1
4246
- iconv-lite: 0.4.24
4247
- unpipe: 1.0.0
4248
-
4249
- react-dom@19.2.5(react@19.2.5):
4250
- dependencies:
4251
- react: 19.2.5
4252
- scheduler: 0.27.0
4253
-
4254
- react-promise-suspense@0.3.4:
4255
- dependencies:
4256
- fast-deep-equal: 2.0.1
4257
-
4258
- react@19.2.5: {}
4259
-
4260
- readable-stream@3.6.2:
4261
- dependencies:
4262
- inherits: 2.0.4
4263
- string_decoder: 1.3.0
4264
- util-deprecate: 1.0.2
4265
- optional: true
4266
-
4267
- require-directory@2.1.1:
4268
- optional: true
4269
-
4270
- resend@4.8.0(react-dom@19.2.5(react@19.2.5))(react@19.2.5):
4271
- dependencies:
4272
- '@react-email/render': 1.1.2(react-dom@19.2.5(react@19.2.5))(react@19.2.5)
4273
- transitivePeerDependencies:
4274
- - react
4275
- - react-dom
4276
-
4277
- resolve-pkg-maps@1.0.0: {}
4278
-
4279
- retry-request@7.0.2:
4280
- dependencies:
4281
- '@types/request': 2.48.13
4282
- extend: 3.0.2
4283
- teeny-request: 9.0.0
4284
- transitivePeerDependencies:
4285
- - encoding
4286
- - supports-color
4287
- optional: true
4288
-
4289
- retry@0.13.1:
4290
- optional: true
4291
-
4292
- rollup@4.60.2:
4293
- dependencies:
4294
- '@types/estree': 1.0.8
4295
- optionalDependencies:
4296
- '@rollup/rollup-android-arm-eabi': 4.60.2
4297
- '@rollup/rollup-android-arm64': 4.60.2
4298
- '@rollup/rollup-darwin-arm64': 4.60.2
4299
- '@rollup/rollup-darwin-x64': 4.60.2
4300
- '@rollup/rollup-freebsd-arm64': 4.60.2
4301
- '@rollup/rollup-freebsd-x64': 4.60.2
4302
- '@rollup/rollup-linux-arm-gnueabihf': 4.60.2
4303
- '@rollup/rollup-linux-arm-musleabihf': 4.60.2
4304
- '@rollup/rollup-linux-arm64-gnu': 4.60.2
4305
- '@rollup/rollup-linux-arm64-musl': 4.60.2
4306
- '@rollup/rollup-linux-loong64-gnu': 4.60.2
4307
- '@rollup/rollup-linux-loong64-musl': 4.60.2
4308
- '@rollup/rollup-linux-ppc64-gnu': 4.60.2
4309
- '@rollup/rollup-linux-ppc64-musl': 4.60.2
4310
- '@rollup/rollup-linux-riscv64-gnu': 4.60.2
4311
- '@rollup/rollup-linux-riscv64-musl': 4.60.2
4312
- '@rollup/rollup-linux-s390x-gnu': 4.60.2
4313
- '@rollup/rollup-linux-x64-gnu': 4.60.2
4314
- '@rollup/rollup-linux-x64-musl': 4.60.2
4315
- '@rollup/rollup-openbsd-x64': 4.60.2
4316
- '@rollup/rollup-openharmony-arm64': 4.60.2
4317
- '@rollup/rollup-win32-arm64-msvc': 4.60.2
4318
- '@rollup/rollup-win32-ia32-msvc': 4.60.2
4319
- '@rollup/rollup-win32-x64-gnu': 4.60.2
4320
- '@rollup/rollup-win32-x64-msvc': 4.60.2
4321
- fsevents: 2.3.3
4322
-
4323
- safe-buffer@5.2.1: {}
4324
-
4325
- safer-buffer@2.1.2: {}
4326
-
4327
- scheduler@0.27.0: {}
4328
-
4329
- scmp@2.1.0: {}
4330
-
4331
- selderee@0.11.0:
4332
- dependencies:
4333
- parseley: 0.12.1
4334
-
4335
- semver@7.7.4: {}
4336
-
4337
- send@0.19.2:
4338
- dependencies:
4339
- debug: 2.6.9
4340
- depd: 2.0.0
4341
- destroy: 1.2.0
4342
- encodeurl: 2.0.0
4343
- escape-html: 1.0.3
4344
- etag: 1.8.1
4345
- fresh: 0.5.2
4346
- http-errors: 2.0.1
4347
- mime: 1.6.0
4348
- ms: 2.1.3
4349
- on-finished: 2.4.1
4350
- range-parser: 1.2.1
4351
- statuses: 2.0.2
4352
- transitivePeerDependencies:
4353
- - supports-color
4354
-
4355
- serve-static@1.16.3:
4356
- dependencies:
4357
- encodeurl: 2.0.0
4358
- escape-html: 1.0.3
4359
- parseurl: 1.3.3
4360
- send: 0.19.2
4361
- transitivePeerDependencies:
4362
- - supports-color
4363
-
4364
- setprototypeof@1.2.0: {}
4365
-
4366
- shebang-command@2.0.0:
4367
- dependencies:
4368
- shebang-regex: 3.0.0
4369
-
4370
- shebang-regex@3.0.0: {}
4371
-
4372
- side-channel-list@1.0.1:
4373
- dependencies:
4374
- es-errors: 1.3.0
4375
- object-inspect: 1.13.4
4376
-
4377
- side-channel-map@1.0.1:
4378
- dependencies:
4379
- call-bound: 1.0.4
4380
- es-errors: 1.3.0
4381
- get-intrinsic: 1.3.0
4382
- object-inspect: 1.13.4
4383
-
4384
- side-channel-weakmap@1.0.2:
4385
- dependencies:
4386
- call-bound: 1.0.4
4387
- es-errors: 1.3.0
4388
- get-intrinsic: 1.3.0
4389
- object-inspect: 1.13.4
4390
- side-channel-map: 1.0.1
4391
-
4392
- side-channel@1.1.0:
4393
- dependencies:
4394
- es-errors: 1.3.0
4395
- object-inspect: 1.13.4
4396
- side-channel-list: 1.0.1
4397
- side-channel-map: 1.0.1
4398
- side-channel-weakmap: 1.0.2
4399
-
4400
- siginfo@2.0.0: {}
4401
-
4402
- source-map-js@1.2.1: {}
4403
-
4404
- stackback@0.0.2: {}
4405
-
4406
- statuses@2.0.2: {}
4407
-
4408
- std-env@3.10.0: {}
4409
-
4410
- stream-events@1.0.5:
4411
- dependencies:
4412
- stubs: 3.0.0
4413
- optional: true
4414
-
4415
- stream-shift@1.0.3:
4416
- optional: true
4417
-
4418
- string-width@4.2.3:
4419
- dependencies:
4420
- emoji-regex: 8.0.0
4421
- is-fullwidth-code-point: 3.0.0
4422
- strip-ansi: 6.0.1
4423
- optional: true
4424
-
4425
- string_decoder@1.3.0:
4426
- dependencies:
4427
- safe-buffer: 5.2.1
4428
- optional: true
4429
-
4430
- strip-ansi@6.0.1:
4431
- dependencies:
4432
- ansi-regex: 5.0.1
4433
- optional: true
4434
-
4435
- stripe@17.7.0:
4436
- dependencies:
4437
- '@types/node': 20.19.39
4438
- qs: 6.15.1
4439
-
4440
- strnum@2.2.3:
4441
- optional: true
4442
-
4443
- stubs@3.0.0:
4444
- optional: true
4445
-
4446
- teeny-request@9.0.0:
4447
- dependencies:
4448
- http-proxy-agent: 5.0.0
4449
- https-proxy-agent: 5.0.1
4450
- node-fetch: 2.7.0
4451
- stream-events: 1.0.5
4452
- uuid: 9.0.1
4453
- transitivePeerDependencies:
4454
- - encoding
4455
- - supports-color
4456
- optional: true
4457
-
4458
- tinybench@2.9.0: {}
4459
-
4460
- tinyexec@0.3.2: {}
4461
-
4462
- tinyglobby@0.2.16:
4463
- dependencies:
4464
- fdir: 6.5.0(picomatch@4.0.4)
4465
- picomatch: 4.0.4
4466
-
4467
- tinypool@1.1.1: {}
4468
-
4469
- tinyrainbow@1.2.0: {}
4470
-
4471
- tinyspy@3.0.2: {}
4472
-
4473
- toidentifier@1.0.1: {}
4474
-
4475
- tr46@0.0.3: {}
4476
-
4477
- ts-algebra@2.0.0: {}
4478
-
4479
- ts-api-utils@2.5.0(typescript@5.9.3):
4480
- dependencies:
4481
- typescript: 5.9.3
4482
-
4483
- tslib@2.8.1: {}
4484
-
4485
- tsx@4.21.0:
4486
- dependencies:
4487
- esbuild: 0.27.7
4488
- get-tsconfig: 4.14.0
4489
- optionalDependencies:
4490
- fsevents: 2.3.3
4491
-
4492
- twilio@5.13.1:
4493
- dependencies:
4494
- axios: 1.15.0
4495
- dayjs: 1.11.20
4496
- https-proxy-agent: 5.0.1
4497
- jsonwebtoken: 9.0.3
4498
- qs: 6.15.1
4499
- scmp: 2.1.0
4500
- xmlbuilder: 13.0.2
4501
- transitivePeerDependencies:
4502
- - debug
4503
- - supports-color
4504
-
4505
- type-check@0.4.0:
4506
- dependencies:
4507
- prelude-ls: 1.2.1
4508
-
4509
- type-is@1.6.18:
4510
- dependencies:
4511
- media-typer: 0.3.0
4512
- mime-types: 2.1.35
4513
-
4514
- typescript@5.9.3: {}
4515
-
4516
- undici-types@6.21.0: {}
4517
-
4518
- unpipe@1.0.0: {}
4519
-
4520
- uri-js@4.4.1:
4521
- dependencies:
4522
- punycode: 2.3.1
4523
-
4524
- url-template@2.0.8: {}
4525
-
4526
- util-deprecate@1.0.2:
4527
- optional: true
4528
-
4529
- utils-merge@1.0.1: {}
4530
-
4531
- uuid@10.0.0: {}
4532
-
4533
- uuid@11.1.0: {}
4534
-
4535
- uuid@8.3.2:
4536
- optional: true
4537
-
4538
- uuid@9.0.1: {}
4539
-
4540
- vary@1.1.2: {}
4541
-
4542
- vite-node@2.1.9(@types/node@20.19.39):
4543
- dependencies:
4544
- cac: 6.7.14
4545
- debug: 4.4.3
4546
- es-module-lexer: 1.7.0
4547
- pathe: 1.1.2
4548
- vite: 5.4.21(@types/node@20.19.39)
4549
- transitivePeerDependencies:
4550
- - '@types/node'
4551
- - less
4552
- - lightningcss
4553
- - sass
4554
- - sass-embedded
4555
- - stylus
4556
- - sugarss
4557
- - supports-color
4558
- - terser
4559
-
4560
- vite@5.4.21(@types/node@20.19.39):
4561
- dependencies:
4562
- esbuild: 0.21.5
4563
- postcss: 8.5.10
4564
- rollup: 4.60.2
4565
- optionalDependencies:
4566
- '@types/node': 20.19.39
4567
- fsevents: 2.3.3
4568
-
4569
- vitest@2.1.9(@types/node@20.19.39):
4570
- dependencies:
4571
- '@vitest/expect': 2.1.9
4572
- '@vitest/mocker': 2.1.9(vite@5.4.21(@types/node@20.19.39))
4573
- '@vitest/pretty-format': 2.1.9
4574
- '@vitest/runner': 2.1.9
4575
- '@vitest/snapshot': 2.1.9
4576
- '@vitest/spy': 2.1.9
4577
- '@vitest/utils': 2.1.9
4578
- chai: 5.3.3
4579
- debug: 4.4.3
4580
- expect-type: 1.3.0
4581
- magic-string: 0.30.21
4582
- pathe: 1.1.2
4583
- std-env: 3.10.0
4584
- tinybench: 2.9.0
4585
- tinyexec: 0.3.2
4586
- tinypool: 1.1.1
4587
- tinyrainbow: 1.2.0
4588
- vite: 5.4.21(@types/node@20.19.39)
4589
- vite-node: 2.1.9(@types/node@20.19.39)
4590
- why-is-node-running: 2.3.0
4591
- optionalDependencies:
4592
- '@types/node': 20.19.39
4593
- transitivePeerDependencies:
4594
- - less
4595
- - lightningcss
4596
- - msw
4597
- - sass
4598
- - sass-embedded
4599
- - stylus
4600
- - sugarss
4601
- - supports-color
4602
- - terser
4603
-
4604
- webidl-conversions@3.0.1: {}
4605
-
4606
- websocket-driver@0.7.4:
4607
- dependencies:
4608
- http-parser-js: 0.5.10
4609
- safe-buffer: 5.2.1
4610
- websocket-extensions: 0.1.4
4611
-
4612
- websocket-extensions@0.1.4: {}
4613
-
4614
- whatwg-url@5.0.0:
4615
- dependencies:
4616
- tr46: 0.0.3
4617
- webidl-conversions: 3.0.1
4618
-
4619
- which@2.0.2:
4620
- dependencies:
4621
- isexe: 2.0.0
4622
-
4623
- why-is-node-running@2.3.0:
4624
- dependencies:
4625
- siginfo: 2.0.0
4626
- stackback: 0.0.2
4627
-
4628
- word-wrap@1.2.5: {}
4629
-
4630
- wrap-ansi@7.0.0:
4631
- dependencies:
4632
- ansi-styles: 4.3.0
4633
- string-width: 4.2.3
4634
- strip-ansi: 6.0.1
4635
- optional: true
4636
-
4637
- wrappy@1.0.2:
4638
- optional: true
4639
-
4640
- ws@8.20.0: {}
4641
-
4642
- xmlbuilder@13.0.2: {}
4643
-
4644
- y18n@5.0.8:
4645
- optional: true
4646
-
4647
- yallist@4.0.0: {}
4648
-
4649
- yargs-parser@21.1.1:
4650
- optional: true
4651
-
4652
- yargs@17.7.2:
4653
- dependencies:
4654
- cliui: 8.0.1
4655
- escalade: 3.2.0
4656
- get-caller-file: 2.0.5
4657
- require-directory: 2.1.1
4658
- string-width: 4.2.3
4659
- y18n: 5.0.8
4660
- yargs-parser: 21.1.1
4661
- optional: true
4662
-
4663
- yocto-queue@0.1.0: {}
4664
-
4665
- zod@3.25.76: {}