devmethod-ai 0.1.0-rc.2 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (172) hide show
  1. package/.agents/skills/decision-architecture/SKILL.md +15 -13
  2. package/.agents/skills/decision-architecture/assets/ADR.md +18 -17
  3. package/.agents/skills/decision-architecture/references/api-contracts.md +21 -16
  4. package/.agents/skills/decision-architecture/references/backend-boundaries.md +21 -18
  5. package/.agents/skills/decision-architecture/references/product-decisions.md +14 -17
  6. package/.agents/skills/design-to-code/SKILL.md +11 -10
  7. package/.agents/skills/design-to-code/assets/UI_ACCEPTANCE.md +13 -12
  8. package/.agents/skills/design-to-code/references/ux-contract.md +20 -15
  9. package/.agents/skills/project-foundation/SKILL.md +39 -30
  10. package/.agents/skills/project-foundation/assets/AGENTS.foundation.md +16 -15
  11. package/.agents/skills/project-foundation/assets/PROJECT_PROFILE.md +23 -23
  12. package/.agents/skills/project-foundation/assets/START_HERE.md +17 -14
  13. package/.agents/skills/project-foundation/references/mission-context.md +20 -0
  14. package/.agents/skills/project-foundation/references/operating-commands.md +37 -34
  15. package/.agents/skills/project-foundation/references/profiles/README.md +18 -0
  16. package/.agents/skills/project-foundation/references/profiles/ci.md +11 -0
  17. package/.agents/skills/project-foundation/references/profiles/cloud-delivery.md +13 -0
  18. package/.agents/skills/project-foundation/references/profiles/messaging.md +11 -0
  19. package/.agents/skills/project-foundation/references/profiles/mongodb.md +11 -0
  20. package/.agents/skills/project-foundation/references/profiles/node-nest.md +11 -0
  21. package/.agents/skills/project-foundation/references/profiles/postgres-drizzle.md +11 -0
  22. package/.agents/skills/project-foundation/references/profiles/react-next.md +11 -0
  23. package/.agents/skills/project-foundation/references/profiles/typescript.md +11 -0
  24. package/.agents/skills/project-foundation/references/work-sizing.md +31 -0
  25. package/.agents/skills/react-feature-engineering/SKILL.md +26 -22
  26. package/.agents/skills/react-feature-engineering/references/review-and-sources.md +41 -37
  27. package/.agents/skills/reliable-ai-integration/SKILL.md +13 -10
  28. package/.agents/skills/reliable-ai-integration/assets/AI_EVALUATION.md +19 -18
  29. package/.agents/skills/reliable-ai-integration/references/evidence-and-media.md +22 -18
  30. package/.agents/skills/reliable-ai-integration/references/jobs-and-costs.md +20 -15
  31. package/.agents/skills/scoped-delivery/SKILL.md +23 -18
  32. package/.agents/skills/scoped-delivery/assets/CHECKPOINT.md +22 -11
  33. package/.agents/skills/scoped-delivery/assets/MISSION.md +18 -0
  34. package/.agents/skills/scoped-delivery/assets/SLICE.md +15 -14
  35. package/.agents/skills/scoped-delivery/assets/VERIFICATION.md +19 -0
  36. package/.agents/skills/scoped-delivery/references/verification-and-cost.md +21 -18
  37. package/COMPATIBILITY.md +3 -3
  38. package/CONTRIBUTING.md +13 -0
  39. package/README.md +74 -8
  40. package/START_HERE.md +24 -0
  41. package/VALIDATION.md +37 -0
  42. package/dist/checkpoint.js +171 -0
  43. package/dist/cli.js +118 -17
  44. package/dist/doctor.js +113 -0
  45. package/dist/filesystem.js +32 -0
  46. package/dist/init.js +38 -34
  47. package/dist/mission.js +85 -0
  48. package/dist/planner.js +65 -0
  49. package/dist/records.js +76 -0
  50. package/dist/update.js +57 -0
  51. package/docs/ADR-001-distribution.md +13 -0
  52. package/docs/ADR-002-read-only-diagnostics.md +25 -0
  53. package/docs/ADR-003-installation-provenance.md +15 -0
  54. package/docs/ADR-004-checkpoint-resumption.md +23 -0
  55. package/docs/ADR-005-mission-context.md +11 -0
  56. package/docs/ADR-006-opt-in-native-pilot.md +15 -0
  57. package/docs/BMAD-COMPARISON.md +34 -0
  58. package/docs/CODEX-ADAPTER-VALIDATION.md +20 -0
  59. package/docs/COMPARISON-ITERATION.md +25 -0
  60. package/docs/DOCTOR.md +23 -0
  61. package/docs/EVALUATION.md +39 -0
  62. package/docs/EVOLUTION.md +34 -0
  63. package/docs/GREENFIELD-VALIDATION.md +36 -0
  64. package/docs/MILESTONES.md +39 -0
  65. package/docs/MISSIONS.md +45 -0
  66. package/docs/NATIVE-PILOT-RESULTS.md +22 -0
  67. package/docs/NATIVE-PILOT.md +17 -0
  68. package/docs/ORCHESTRATION.md +11 -0
  69. package/docs/RC2-VALIDATION.md +50 -0
  70. package/docs/RELEASE-0.1.0.md +49 -0
  71. package/docs/RELEASE-CHECKLIST.md +13 -0
  72. package/docs/RELEASE-NOTES-0.1.0-rc.2.md +32 -0
  73. package/docs/RELEASE-NOTES-0.1.0.md +11 -0
  74. package/docs/RESUMPTION.md +87 -0
  75. package/docs/ROADMAP.md +37 -0
  76. package/docs/STACK-PROFILES.md +9 -0
  77. package/docs/TROUBLESHOOTING.md +16 -0
  78. package/docs/UPDATES.md +30 -0
  79. package/docs/images/devmethod-flow.svg +26 -0
  80. package/evaluation/COMPARISONS.md +33 -0
  81. package/evaluation/README.md +35 -0
  82. package/evaluation/candidate-setup.json +33 -0
  83. package/evaluation/comparison-v2-readiness.json +18 -0
  84. package/evaluation/comparison-v2-results.json +58 -0
  85. package/evaluation/fixtures/dependency/CONTRIBUTING.md +3 -0
  86. package/evaluation/fixtures/dependency/TICKET.md +3 -0
  87. package/evaluation/fixtures/dependency/acceptance.test.mjs +4 -0
  88. package/evaluation/fixtures/dependency/api.mjs +1 -0
  89. package/evaluation/fixtures/failing-verification/CONTRIBUTING.md +3 -0
  90. package/evaluation/fixtures/failing-verification/acceptance.test.mjs +4 -0
  91. package/evaluation/fixtures/failing-verification/total.mjs +1 -0
  92. package/evaluation/fixtures/stale-handoff/CHECKPOINT.md +3 -0
  93. package/evaluation/fixtures/stale-handoff/CONTRACT.md +3 -0
  94. package/evaluation/fixtures/stale-handoff/CONTRIBUTING.md +3 -0
  95. package/evaluation/fixtures/stale-handoff/acceptance.test.mjs +4 -0
  96. package/evaluation/fixtures/stale-handoff/label.mjs +1 -0
  97. package/evaluation/fixtures/update-customization/README.md +13 -0
  98. package/evaluation/fixtures.json +85 -0
  99. package/evaluation/greenfield/acceptance.test.mjs +57 -0
  100. package/evaluation/greenfield/security.test.mjs +28 -0
  101. package/evaluation/native-pilot-results.json +155 -0
  102. package/examples/README.md +36 -0
  103. package/examples/bugfix/acceptance.test.mjs +17 -0
  104. package/examples/bugfix/page-size.mjs +4 -0
  105. package/examples/fullstack/CONTRACT.md +23 -0
  106. package/examples/fullstack/DEPENDENCIES.md +18 -0
  107. package/examples/fullstack/README.md +100 -0
  108. package/examples/fullstack/api/application/tasks.ts +13 -0
  109. package/examples/fullstack/api/domain/task.ts +12 -0
  110. package/examples/fullstack/api/http.ts +26 -0
  111. package/examples/fullstack/api/infrastructure/migrate.ts +15 -0
  112. package/examples/fullstack/api/infrastructure/postgres.ts +18 -0
  113. package/examples/fullstack/api/infrastructure/schema.ts +6 -0
  114. package/examples/fullstack/api/main.ts +17 -0
  115. package/examples/fullstack/api/tsconfig.json +17 -0
  116. package/examples/fullstack/compose.yaml +14 -0
  117. package/examples/fullstack/migrations/0000_tasks.sql +5 -0
  118. package/examples/fullstack/migrations/meta/_journal.json +13 -0
  119. package/examples/fullstack/mission.json +34 -0
  120. package/examples/fullstack/package-lock.json +2661 -0
  121. package/examples/fullstack/package.json +45 -0
  122. package/examples/fullstack/tests/e2e.test.cjs +54 -0
  123. package/examples/fullstack/tests/http.test.cjs +33 -0
  124. package/examples/fullstack/tests/postgres.test.cjs +29 -0
  125. package/examples/fullstack/tests/unit.test.cjs +20 -0
  126. package/examples/fullstack/tests/web-model.test.cjs +23 -0
  127. package/examples/fullstack/web/app/layout.tsx +4 -0
  128. package/examples/fullstack/web/app/page.tsx +11 -0
  129. package/examples/fullstack/web/features/tasks/components/task-list.tsx +11 -0
  130. package/examples/fullstack/web/features/tasks/hooks/use-task-filter.ts +7 -0
  131. package/examples/fullstack/web/features/tasks/model/tasks.ts +12 -0
  132. package/examples/fullstack/web/features/tasks/server/list-tasks.ts +8 -0
  133. package/examples/fullstack/web/next.config.mjs +2 -0
  134. package/examples/fullstack/web/tsconfig.json +36 -0
  135. package/examples/mission/CONTRACT.md +3 -0
  136. package/examples/mission/mission.json +18 -0
  137. package/examples/mission/plan.json +11 -0
  138. package/examples/pocket-tasks/BRIEF.md +21 -0
  139. package/examples/pocket-tasks/PROJECT_PROFILE.md +19 -0
  140. package/examples/pocket-tasks/README.md +43 -0
  141. package/examples/pocket-tasks/docs/ADR-001.md +7 -0
  142. package/examples/pocket-tasks/docs/HANDOFF.md +16 -0
  143. package/examples/pocket-tasks/docs/MISSION.md +15 -0
  144. package/examples/pocket-tasks/docs/VERIFICATION.md +58 -0
  145. package/examples/pocket-tasks/package.json +1 -0
  146. package/examples/pocket-tasks/public/app.js +84 -0
  147. package/examples/pocket-tasks/public/index.html +12 -0
  148. package/examples/pocket-tasks/public/styles.css +1 -0
  149. package/examples/pocket-tasks/server.mjs +79 -0
  150. package/examples/pocket-tasks/src/domain.mjs +31 -0
  151. package/examples/pocket-tasks/src/store.mjs +49 -0
  152. package/examples/pocket-tasks/tests/app.test.mjs +132 -0
  153. package/examples/pocket-tasks/tests/ui-errors.test.mjs +49 -0
  154. package/package.json +15 -3
  155. package/scripts/check-codex-git.mjs +20 -0
  156. package/scripts/check-docs.mjs +14 -0
  157. package/scripts/check-native-sandbox.mjs +11 -0
  158. package/scripts/comparison-readiness.mjs +26 -0
  159. package/scripts/comparison.mjs +42 -0
  160. package/scripts/evaluation.mjs +64 -0
  161. package/scripts/fullstack-mission.mjs +30 -0
  162. package/scripts/hosts/checks.mjs +13 -0
  163. package/scripts/hosts/codex-meter.mjs +17 -0
  164. package/scripts/hosts/codex-rpc.mjs +44 -0
  165. package/scripts/hosts/codex-task.mjs +29 -0
  166. package/scripts/hosts/codex.mjs +28 -0
  167. package/scripts/native-host.mjs +55 -0
  168. package/scripts/package-smoke.mjs +64 -0
  169. package/scripts/probe-codex-children.mjs +41 -0
  170. package/scripts/run-comparison-v2.mjs +45 -0
  171. package/scripts/run-native-pilot.mjs +76 -0
  172. package/scripts/summarize-native-pilot.mjs +7 -0
@@ -0,0 +1,2661 @@
1
+ {
2
+ "name": "devmethod-fullstack-fixture",
3
+ "version": "0.1.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "devmethod-fullstack-fixture",
9
+ "version": "0.1.0",
10
+ "dependencies": {
11
+ "@nestjs/common": "12.0.1",
12
+ "@nestjs/core": "12.0.1",
13
+ "@nestjs/platform-express": "12.0.1",
14
+ "drizzle-orm": "0.45.2",
15
+ "next": "16.3.5",
16
+ "pg": "8.23.0",
17
+ "react": "19.3.0",
18
+ "react-dom": "19.3.0",
19
+ "reflect-metadata": "0.2.2",
20
+ "rxjs": "7.8.2",
21
+ "server-only": "0.0.1"
22
+ },
23
+ "devDependencies": {
24
+ "@types/node": "22.20.2",
25
+ "@types/pg": "8.16.0",
26
+ "@types/react": "19.3.0",
27
+ "@types/react-dom": "19.2.3",
28
+ "typescript": "5.9.3"
29
+ },
30
+ "engines": {
31
+ "node": ">=22"
32
+ }
33
+ },
34
+ "node_modules/@borewit/text-codec": {
35
+ "version": "0.2.2",
36
+ "resolved": "https://registry.npmjs.org/@borewit/text-codec/-/text-codec-0.2.2.tgz",
37
+ "integrity": "sha512-DDaRehssg1aNrH4+2hnj1B7vnUGEjU6OIlyRdkMd0aUdIUvKXrJfXsy8LVtXAy7DRvYVluWbMspsRhz2lcW0mQ==",
38
+ "license": "MIT",
39
+ "funding": {
40
+ "type": "github",
41
+ "url": "https://github.com/sponsors/Borewit"
42
+ }
43
+ },
44
+ "node_modules/@emnapi/runtime": {
45
+ "version": "1.11.3",
46
+ "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.11.3.tgz",
47
+ "integrity": "sha512-Xz4Tpyki7XyrpbUK1jR1AhdAdaXyhhY4lZ3neLodmhpuWfy2PAQN5B46sAiU4liOXGLkHypn/qU+jvfWSCYYLA==",
48
+ "license": "MIT",
49
+ "optional": true,
50
+ "dependencies": {
51
+ "tslib": "^2.4.0"
52
+ }
53
+ },
54
+ "node_modules/@img/colour": {
55
+ "version": "1.1.0",
56
+ "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz",
57
+ "integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==",
58
+ "license": "MIT",
59
+ "optional": true,
60
+ "engines": {
61
+ "node": ">=18"
62
+ }
63
+ },
64
+ "node_modules/@img/sharp-darwin-arm64": {
65
+ "version": "0.35.4",
66
+ "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.35.4.tgz",
67
+ "integrity": "sha512-Uhfl4V4lhP2nbUVF9+hyH1+luj86f1gUFeo8ALYxFoULoU+G87D43BfeMP8XHsk9boxAnCY/bf2EHwhA7MuGsA==",
68
+ "cpu": [
69
+ "arm64"
70
+ ],
71
+ "license": "Apache-2.0",
72
+ "optional": true,
73
+ "os": [
74
+ "darwin"
75
+ ],
76
+ "engines": {
77
+ "node": ">=20.9.0"
78
+ },
79
+ "funding": {
80
+ "url": "https://opencollective.com/libvips"
81
+ },
82
+ "optionalDependencies": {
83
+ "@img/sharp-libvips-darwin-arm64": "1.3.3"
84
+ }
85
+ },
86
+ "node_modules/@img/sharp-darwin-x64": {
87
+ "version": "0.35.4",
88
+ "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.35.4.tgz",
89
+ "integrity": "sha512-hWniXY3bG5qKpkKrAwPe4y+VTPmf086YQAnkxWh7uA1YrlRouWGa0M0Mxj3ZjnXFkv7/TD1bTy9lGUK26vRvWw==",
90
+ "cpu": [
91
+ "x64"
92
+ ],
93
+ "license": "Apache-2.0",
94
+ "optional": true,
95
+ "os": [
96
+ "darwin"
97
+ ],
98
+ "engines": {
99
+ "node": ">=20.9.0"
100
+ },
101
+ "funding": {
102
+ "url": "https://opencollective.com/libvips"
103
+ },
104
+ "optionalDependencies": {
105
+ "@img/sharp-libvips-darwin-x64": "1.3.3"
106
+ }
107
+ },
108
+ "node_modules/@img/sharp-freebsd-wasm32": {
109
+ "version": "0.35.4",
110
+ "resolved": "https://registry.npmjs.org/@img/sharp-freebsd-wasm32/-/sharp-freebsd-wasm32-0.35.4.tgz",
111
+ "integrity": "sha512-lIsKw/BU+kjB4eZjxrYrZmwOJYi3Ajrv66iAlBmUPyKc3HpnloevB1g3wxGD9P/5BbQ1brBGl65VRRrCvQDEqA==",
112
+ "license": "Apache-2.0",
113
+ "optional": true,
114
+ "os": [
115
+ "freebsd"
116
+ ],
117
+ "dependencies": {
118
+ "@img/sharp-wasm32": "0.35.4"
119
+ },
120
+ "engines": {
121
+ "node": ">=20.9.0"
122
+ },
123
+ "funding": {
124
+ "url": "https://opencollective.com/libvips"
125
+ }
126
+ },
127
+ "node_modules/@img/sharp-libvips-darwin-arm64": {
128
+ "version": "1.3.3",
129
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.3.3.tgz",
130
+ "integrity": "sha512-suTBPTDGrI9WodccaDdwZItTSaBYASlBk1NSfElSHrUfzu3szG6lvIF58+WiFvnfzuK8ZBFS5zE00PxqxnRiPg==",
131
+ "cpu": [
132
+ "arm64"
133
+ ],
134
+ "license": "LGPL-3.0-or-later",
135
+ "optional": true,
136
+ "os": [
137
+ "darwin"
138
+ ],
139
+ "funding": {
140
+ "url": "https://opencollective.com/libvips"
141
+ }
142
+ },
143
+ "node_modules/@img/sharp-libvips-darwin-x64": {
144
+ "version": "1.3.3",
145
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.3.3.tgz",
146
+ "integrity": "sha512-FVJZ5mITMobmXIz/hPDTw0EintTW5H3WfrxwLqEqjiIihlu+hVRyGrFQ60xl0Lxn7Bt3zdpevPaQi0HEzqz9fw==",
147
+ "cpu": [
148
+ "x64"
149
+ ],
150
+ "license": "LGPL-3.0-or-later",
151
+ "optional": true,
152
+ "os": [
153
+ "darwin"
154
+ ],
155
+ "funding": {
156
+ "url": "https://opencollective.com/libvips"
157
+ }
158
+ },
159
+ "node_modules/@img/sharp-libvips-linux-arm": {
160
+ "version": "1.3.3",
161
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.3.3.tgz",
162
+ "integrity": "sha512-3rbU4vqXXc3hY/OiXdl52xZvT0F1yEngWfvqudtPJg/KkyiaQw2DRsFrNzpmLvfavbwOq3qXn36GP8obHRULQA==",
163
+ "cpu": [
164
+ "arm"
165
+ ],
166
+ "license": "LGPL-3.0-or-later",
167
+ "optional": true,
168
+ "os": [
169
+ "linux"
170
+ ],
171
+ "funding": {
172
+ "url": "https://opencollective.com/libvips"
173
+ }
174
+ },
175
+ "node_modules/@img/sharp-libvips-linux-arm64": {
176
+ "version": "1.3.3",
177
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.3.3.tgz",
178
+ "integrity": "sha512-0DaL0A6Xu6sQSQFwe4iVCrKWU2cCTItnRsYsCdxAMm9NF6twAA9BKnoqy4hqz4+azQ0JHuA26qiUKsf1XJ/v5A==",
179
+ "cpu": [
180
+ "arm64"
181
+ ],
182
+ "license": "LGPL-3.0-or-later",
183
+ "optional": true,
184
+ "os": [
185
+ "linux"
186
+ ],
187
+ "funding": {
188
+ "url": "https://opencollective.com/libvips"
189
+ }
190
+ },
191
+ "node_modules/@img/sharp-libvips-linux-ppc64": {
192
+ "version": "1.3.3",
193
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.3.3.tgz",
194
+ "integrity": "sha512-cdn1OvUBwsXhbC0zSzJnNzf5MZ/mTrobawDvNXBTxe8VtqKAm0sRuEY2Evzovb/w9JMk4TvRxqt1mekSuJz64w==",
195
+ "cpu": [
196
+ "ppc64"
197
+ ],
198
+ "license": "LGPL-3.0-or-later",
199
+ "optional": true,
200
+ "os": [
201
+ "linux"
202
+ ],
203
+ "funding": {
204
+ "url": "https://opencollective.com/libvips"
205
+ }
206
+ },
207
+ "node_modules/@img/sharp-libvips-linux-riscv64": {
208
+ "version": "1.3.3",
209
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.3.3.tgz",
210
+ "integrity": "sha512-HjPVx7yKz+0lqdhDlTw1tt90wamBoxhiXpvl1XZpJLiHH4RCJ5yDTqH+VlYPv2fwFs89JFw4c1IexYOcQUi4IQ==",
211
+ "cpu": [
212
+ "riscv64"
213
+ ],
214
+ "license": "LGPL-3.0-or-later",
215
+ "optional": true,
216
+ "os": [
217
+ "linux"
218
+ ],
219
+ "funding": {
220
+ "url": "https://opencollective.com/libvips"
221
+ }
222
+ },
223
+ "node_modules/@img/sharp-libvips-linux-s390x": {
224
+ "version": "1.3.3",
225
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.3.3.tgz",
226
+ "integrity": "sha512-neWLh+3yCNThxnfy3c4BbVBeGgt9aftno+XbT56iK28RgeDs3UOFWviLWlUu0bArYVYJaFDK+RRohbicUNCm8Q==",
227
+ "cpu": [
228
+ "s390x"
229
+ ],
230
+ "license": "LGPL-3.0-or-later",
231
+ "optional": true,
232
+ "os": [
233
+ "linux"
234
+ ],
235
+ "funding": {
236
+ "url": "https://opencollective.com/libvips"
237
+ }
238
+ },
239
+ "node_modules/@img/sharp-libvips-linux-x64": {
240
+ "version": "1.3.3",
241
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.3.3.tgz",
242
+ "integrity": "sha512-4vKmvAst9nrowcqquKFAyZJUDolUaIp8uRiN0mWFguJ1IplC9/pitXtlnnlU4aa/eJw3J7i67V+pwUL+wZGdsA==",
243
+ "cpu": [
244
+ "x64"
245
+ ],
246
+ "license": "LGPL-3.0-or-later",
247
+ "optional": true,
248
+ "os": [
249
+ "linux"
250
+ ],
251
+ "funding": {
252
+ "url": "https://opencollective.com/libvips"
253
+ }
254
+ },
255
+ "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
256
+ "version": "1.3.3",
257
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.3.3.tgz",
258
+ "integrity": "sha512-Y9kQaLMuNoB0bPYOOdcZMaseNrFpPodIWWMrx+CZyydf2xn68j9WYc6sWWRrDwNkzCQjKYfc68L7jKjGlHMibw==",
259
+ "cpu": [
260
+ "arm64"
261
+ ],
262
+ "license": "LGPL-3.0-or-later",
263
+ "optional": true,
264
+ "os": [
265
+ "linux"
266
+ ],
267
+ "funding": {
268
+ "url": "https://opencollective.com/libvips"
269
+ }
270
+ },
271
+ "node_modules/@img/sharp-libvips-linuxmusl-x64": {
272
+ "version": "1.3.3",
273
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.3.3.tgz",
274
+ "integrity": "sha512-fj8Mv0HHfD1Rr+4I68+3agJynxDWtBFgicTbSOb9Bke6pIwzGcJ+RX/yHjmiEGFMCavY/dxvem7MyNaJF+wDiw==",
275
+ "cpu": [
276
+ "x64"
277
+ ],
278
+ "license": "LGPL-3.0-or-later",
279
+ "optional": true,
280
+ "os": [
281
+ "linux"
282
+ ],
283
+ "funding": {
284
+ "url": "https://opencollective.com/libvips"
285
+ }
286
+ },
287
+ "node_modules/@img/sharp-linux-arm": {
288
+ "version": "0.35.4",
289
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.35.4.tgz",
290
+ "integrity": "sha512-7OAS8gI0EReKGVN2HssHlM6umJgxF5VI3xN0p9FA91p/YO+ou5hiNghLdZ5BEHztwaaK5+bLKRf8x/o2L2nk9A==",
291
+ "cpu": [
292
+ "arm"
293
+ ],
294
+ "license": "Apache-2.0",
295
+ "optional": true,
296
+ "os": [
297
+ "linux"
298
+ ],
299
+ "engines": {
300
+ "node": ">=20.9.0"
301
+ },
302
+ "funding": {
303
+ "url": "https://opencollective.com/libvips"
304
+ },
305
+ "optionalDependencies": {
306
+ "@img/sharp-libvips-linux-arm": "1.3.3"
307
+ }
308
+ },
309
+ "node_modules/@img/sharp-linux-arm64": {
310
+ "version": "0.35.4",
311
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.35.4.tgz",
312
+ "integrity": "sha512-De4jpEnAU8Hd5oT0j1G3uL4ZvTuipVMn7YC6vPaJhy6/7EwEae0SVAoBrUMYQbkLGDm85taVWwuPc1a44LTzCQ==",
313
+ "cpu": [
314
+ "arm64"
315
+ ],
316
+ "license": "Apache-2.0",
317
+ "optional": true,
318
+ "os": [
319
+ "linux"
320
+ ],
321
+ "engines": {
322
+ "node": ">=20.9.0"
323
+ },
324
+ "funding": {
325
+ "url": "https://opencollective.com/libvips"
326
+ },
327
+ "optionalDependencies": {
328
+ "@img/sharp-libvips-linux-arm64": "1.3.3"
329
+ }
330
+ },
331
+ "node_modules/@img/sharp-linux-ppc64": {
332
+ "version": "0.35.4",
333
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.35.4.tgz",
334
+ "integrity": "sha512-2oYZJeIl4kCcMGk4ouZVjnkCtFrpQFlNEtJ6GbxzhHQchwH0NH/qEb9ykmOl29dqwMq+JhFdZn+1ak2FKhI9fQ==",
335
+ "cpu": [
336
+ "ppc64"
337
+ ],
338
+ "license": "Apache-2.0",
339
+ "optional": true,
340
+ "os": [
341
+ "linux"
342
+ ],
343
+ "engines": {
344
+ "node": ">=20.9.0"
345
+ },
346
+ "funding": {
347
+ "url": "https://opencollective.com/libvips"
348
+ },
349
+ "optionalDependencies": {
350
+ "@img/sharp-libvips-linux-ppc64": "1.3.3"
351
+ }
352
+ },
353
+ "node_modules/@img/sharp-linux-riscv64": {
354
+ "version": "0.35.4",
355
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.35.4.tgz",
356
+ "integrity": "sha512-cPbNChoRURAWdebDIHSenxRpgEdy7JkPydSnUxRm9VvKD7m0/xVaR/8Fzlu81pk5nHEvHH87UZUA7cTtwnbJSA==",
357
+ "cpu": [
358
+ "riscv64"
359
+ ],
360
+ "license": "Apache-2.0",
361
+ "optional": true,
362
+ "os": [
363
+ "linux"
364
+ ],
365
+ "engines": {
366
+ "node": ">=20.9.0"
367
+ },
368
+ "funding": {
369
+ "url": "https://opencollective.com/libvips"
370
+ },
371
+ "optionalDependencies": {
372
+ "@img/sharp-libvips-linux-riscv64": "1.3.3"
373
+ }
374
+ },
375
+ "node_modules/@img/sharp-linux-s390x": {
376
+ "version": "0.35.4",
377
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.35.4.tgz",
378
+ "integrity": "sha512-RY0JFY8Fd6RonCBtHz+DvadaPkXDSI1AUn6yWL9TipqkZ1vY8w8evqdgyDFnkm4/K1ve1TvZiaePP5oSd4+WVQ==",
379
+ "cpu": [
380
+ "s390x"
381
+ ],
382
+ "license": "Apache-2.0",
383
+ "optional": true,
384
+ "os": [
385
+ "linux"
386
+ ],
387
+ "engines": {
388
+ "node": ">=20.9.0"
389
+ },
390
+ "funding": {
391
+ "url": "https://opencollective.com/libvips"
392
+ },
393
+ "optionalDependencies": {
394
+ "@img/sharp-libvips-linux-s390x": "1.3.3"
395
+ }
396
+ },
397
+ "node_modules/@img/sharp-linux-x64": {
398
+ "version": "0.35.4",
399
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.35.4.tgz",
400
+ "integrity": "sha512-9qvvEAuk8k89TfWUoX2htWjbAMX8p+NxCppjpcg5k6xMsjhBQPTsoIh36h9Qde4WRuGpJeYnOjdosDn/cnv+OA==",
401
+ "cpu": [
402
+ "x64"
403
+ ],
404
+ "license": "Apache-2.0",
405
+ "optional": true,
406
+ "os": [
407
+ "linux"
408
+ ],
409
+ "engines": {
410
+ "node": ">=20.9.0"
411
+ },
412
+ "funding": {
413
+ "url": "https://opencollective.com/libvips"
414
+ },
415
+ "optionalDependencies": {
416
+ "@img/sharp-libvips-linux-x64": "1.3.3"
417
+ }
418
+ },
419
+ "node_modules/@img/sharp-linuxmusl-arm64": {
420
+ "version": "0.35.4",
421
+ "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.35.4.tgz",
422
+ "integrity": "sha512-KB5jxpfWQTr0nc3xdHtWChdbifHrBGsd2SM62Eyxrl8afikm+f5qGBU75SJIZBT/S1MC8XyacdlXBMSWq6OURA==",
423
+ "cpu": [
424
+ "arm64"
425
+ ],
426
+ "license": "Apache-2.0",
427
+ "optional": true,
428
+ "os": [
429
+ "linux"
430
+ ],
431
+ "engines": {
432
+ "node": ">=20.9.0"
433
+ },
434
+ "funding": {
435
+ "url": "https://opencollective.com/libvips"
436
+ },
437
+ "optionalDependencies": {
438
+ "@img/sharp-libvips-linuxmusl-arm64": "1.3.3"
439
+ }
440
+ },
441
+ "node_modules/@img/sharp-linuxmusl-x64": {
442
+ "version": "0.35.4",
443
+ "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.35.4.tgz",
444
+ "integrity": "sha512-f+eZJZIQNEEd26RPSW+76chwOf1XtA2Y/O+5ocVyLliHkeih3e+jhLVBdNTd2rS3IbNXK8+ug93Vf5ZXtF5Lxg==",
445
+ "cpu": [
446
+ "x64"
447
+ ],
448
+ "license": "Apache-2.0",
449
+ "optional": true,
450
+ "os": [
451
+ "linux"
452
+ ],
453
+ "engines": {
454
+ "node": ">=20.9.0"
455
+ },
456
+ "funding": {
457
+ "url": "https://opencollective.com/libvips"
458
+ },
459
+ "optionalDependencies": {
460
+ "@img/sharp-libvips-linuxmusl-x64": "1.3.3"
461
+ }
462
+ },
463
+ "node_modules/@img/sharp-wasm32": {
464
+ "version": "0.35.4",
465
+ "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.35.4.tgz",
466
+ "integrity": "sha512-zQnl4Kwp7Q6NHsENtU2T/00Zi+w3AQNwz3+UaTyVBy2FpXrzXzGjndpK61onhZjRtRpQXxCTeqw19bVyXOh7jA==",
467
+ "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
468
+ "optional": true,
469
+ "dependencies": {
470
+ "@emnapi/runtime": "^1.11.3"
471
+ },
472
+ "engines": {
473
+ "node": ">=20.9.0"
474
+ },
475
+ "funding": {
476
+ "url": "https://opencollective.com/libvips"
477
+ }
478
+ },
479
+ "node_modules/@img/sharp-webcontainers-wasm32": {
480
+ "version": "0.35.4",
481
+ "resolved": "https://registry.npmjs.org/@img/sharp-webcontainers-wasm32/-/sharp-webcontainers-wasm32-0.35.4.tgz",
482
+ "integrity": "sha512-ESfNkywmCfPNyaZjxooddJQiQ+l/nTpGEOGthxiLnIHXC/CmcBixnfwUleX9mCz9ovrUUvKMap/pm8RYbzfwaA==",
483
+ "cpu": [
484
+ "wasm32"
485
+ ],
486
+ "license": "Apache-2.0",
487
+ "optional": true,
488
+ "dependencies": {
489
+ "@img/sharp-wasm32": "0.35.4"
490
+ },
491
+ "engines": {
492
+ "node": ">=20.9.0"
493
+ },
494
+ "funding": {
495
+ "url": "https://opencollective.com/libvips"
496
+ }
497
+ },
498
+ "node_modules/@img/sharp-win32-arm64": {
499
+ "version": "0.35.4",
500
+ "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.35.4.tgz",
501
+ "integrity": "sha512-iNdlBX9gLVvqe2I3uIJSIKTq6wckP/DYxZtcqxm09x5Gi24DnFBmPAWZmr60ZyYMG0xlzo6goG3670ar+RXvRw==",
502
+ "cpu": [
503
+ "arm64"
504
+ ],
505
+ "license": "Apache-2.0 AND LGPL-3.0-or-later",
506
+ "optional": true,
507
+ "os": [
508
+ "win32"
509
+ ],
510
+ "engines": {
511
+ "node": ">=20.9.0"
512
+ },
513
+ "funding": {
514
+ "url": "https://opencollective.com/libvips"
515
+ }
516
+ },
517
+ "node_modules/@img/sharp-win32-ia32": {
518
+ "version": "0.35.4",
519
+ "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.35.4.tgz",
520
+ "integrity": "sha512-kqRsbaa5CS6KHlpxnN7WhE6vAAugXyZButpRdvDWetlv6Qv4N9WTcrWzF7tXfB9T7MsoadqdI8hmwLq6UlLvtw==",
521
+ "cpu": [
522
+ "ia32"
523
+ ],
524
+ "license": "Apache-2.0 AND LGPL-3.0-or-later",
525
+ "optional": true,
526
+ "os": [
527
+ "win32"
528
+ ],
529
+ "engines": {
530
+ "node": "^20.9.0"
531
+ },
532
+ "funding": {
533
+ "url": "https://opencollective.com/libvips"
534
+ }
535
+ },
536
+ "node_modules/@img/sharp-win32-x64": {
537
+ "version": "0.35.4",
538
+ "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.35.4.tgz",
539
+ "integrity": "sha512-XtmnYhBcrORsJ4XJngyzr/EWP0hRZLAZRFaApdKuviyqF78+ylxh2y06ZmtULAMOnObJ3ucpN0AcwSWnMowTRg==",
540
+ "cpu": [
541
+ "x64"
542
+ ],
543
+ "license": "Apache-2.0 AND LGPL-3.0-or-later",
544
+ "optional": true,
545
+ "os": [
546
+ "win32"
547
+ ],
548
+ "engines": {
549
+ "node": ">=20.9.0"
550
+ },
551
+ "funding": {
552
+ "url": "https://opencollective.com/libvips"
553
+ }
554
+ },
555
+ "node_modules/@lukeed/csprng": {
556
+ "version": "1.1.0",
557
+ "resolved": "https://registry.npmjs.org/@lukeed/csprng/-/csprng-1.1.0.tgz",
558
+ "integrity": "sha512-Z7C/xXCiGWsg0KuKsHTKJxbWhpI3Vs5GwLfOean7MGyVFGqdRgBbAjOCh6u4bbjPc/8MJ2pZmK/0DLdCbivLDA==",
559
+ "license": "MIT",
560
+ "engines": {
561
+ "node": ">=8"
562
+ }
563
+ },
564
+ "node_modules/@nestjs/common": {
565
+ "version": "12.0.1",
566
+ "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-12.0.1.tgz",
567
+ "integrity": "sha512-v0zTaRCTV2K2xSnb3GnJoQKtaR6VxouJtm+P2gpr5w61dlXeWpXl1WVknCSzUqx2QwTV10tBkHETxvQvkf2Exg==",
568
+ "license": "MIT",
569
+ "dependencies": {
570
+ "@standard-schema/spec": "1.1.0",
571
+ "file-type": "22.0.2",
572
+ "iterare": "1.2.1",
573
+ "load-esm": "1.0.3",
574
+ "tslib": "2.8.1",
575
+ "uid": "2.0.2"
576
+ },
577
+ "funding": {
578
+ "type": "opencollective",
579
+ "url": "https://opencollective.com/nest"
580
+ },
581
+ "peerDependencies": {
582
+ "class-transformer": ">=0.4.1",
583
+ "class-validator": ">=0.13.2",
584
+ "reflect-metadata": "^0.1.12 || ^0.2.0",
585
+ "rxjs": "^7.1.0"
586
+ },
587
+ "peerDependenciesMeta": {
588
+ "class-transformer": {
589
+ "optional": true
590
+ },
591
+ "class-validator": {
592
+ "optional": true
593
+ }
594
+ }
595
+ },
596
+ "node_modules/@nestjs/core": {
597
+ "version": "12.0.1",
598
+ "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-12.0.1.tgz",
599
+ "integrity": "sha512-rU6tAi8vDdyzHgN0iW0J4UJvziroOqzHqzlqL7phOSPizaXVEePfv+OUOsdJEOh0Qd14mslc3udOheLrAEcZow==",
600
+ "license": "MIT",
601
+ "dependencies": {
602
+ "fast-safe-stringify": "2.1.1",
603
+ "iterare": "1.2.1",
604
+ "path-to-regexp": "8.4.2",
605
+ "tslib": "2.8.1",
606
+ "uid": "2.0.2"
607
+ },
608
+ "engines": {
609
+ "node": ">= 20"
610
+ },
611
+ "funding": {
612
+ "type": "opencollective",
613
+ "url": "https://opencollective.com/nest"
614
+ },
615
+ "peerDependencies": {
616
+ "@nestjs/common": "^12.0.0",
617
+ "@nestjs/microservices": "^12.0.0",
618
+ "@nestjs/platform-express": "^12.0.0",
619
+ "@nestjs/websockets": "^12.0.0",
620
+ "reflect-metadata": "^0.1.12 || ^0.2.0",
621
+ "rxjs": "^7.1.0"
622
+ },
623
+ "peerDependenciesMeta": {
624
+ "@nestjs/microservices": {
625
+ "optional": true
626
+ },
627
+ "@nestjs/platform-express": {
628
+ "optional": true
629
+ },
630
+ "@nestjs/websockets": {
631
+ "optional": true
632
+ }
633
+ }
634
+ },
635
+ "node_modules/@nestjs/platform-express": {
636
+ "version": "12.0.1",
637
+ "resolved": "https://registry.npmjs.org/@nestjs/platform-express/-/platform-express-12.0.1.tgz",
638
+ "integrity": "sha512-nF8bRgROptMyixYBfiJUAsjj2o9k13zxAjUKYaqHTPk8mTSd+gk7hXz6NykXNrfHWmMEYC9RttQlMUdMHNTbuA==",
639
+ "license": "MIT",
640
+ "dependencies": {
641
+ "cors": "2.8.6",
642
+ "express": "5.2.1",
643
+ "multer": "2.2.0",
644
+ "path-to-regexp": "8.4.2",
645
+ "tslib": "2.8.1"
646
+ },
647
+ "funding": {
648
+ "type": "opencollective",
649
+ "url": "https://opencollective.com/nest"
650
+ },
651
+ "peerDependencies": {
652
+ "@nestjs/common": "^12.0.0",
653
+ "@nestjs/core": "^12.0.0"
654
+ }
655
+ },
656
+ "node_modules/@next/env": {
657
+ "version": "16.3.5",
658
+ "resolved": "https://registry.npmjs.org/@next/env/-/env-16.3.5.tgz",
659
+ "integrity": "sha512-NWEXVDMqoEo0ktmU6u0sE2Vg0LOcsD7NnOTJNo3/fEaTfsg+F1bMIxuDmQbda4e3yTIQwVdUREF2yIuMOusKtg==",
660
+ "license": "MIT"
661
+ },
662
+ "node_modules/@next/swc-darwin-arm64": {
663
+ "version": "16.3.5",
664
+ "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-16.3.5.tgz",
665
+ "integrity": "sha512-pMmGgETfKvElucLHtVaeiMRbp2zUbvKx7b1yGko0liBz3cw1mKSggWN/Rp/wPz8z+E1O82u3r4L1Co+ZS5hokQ==",
666
+ "cpu": [
667
+ "arm64"
668
+ ],
669
+ "license": "MIT",
670
+ "optional": true,
671
+ "os": [
672
+ "darwin"
673
+ ],
674
+ "engines": {
675
+ "node": ">= 10"
676
+ }
677
+ },
678
+ "node_modules/@next/swc-darwin-x64": {
679
+ "version": "16.3.5",
680
+ "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-16.3.5.tgz",
681
+ "integrity": "sha512-76VaGYvf6HPa5/w12yLkE3dXTn9AfdEviI79oEL3aZoAmRLc9rWitjWqyjViVysK/ht/y9YKzFkBrUdi/wGkow==",
682
+ "cpu": [
683
+ "x64"
684
+ ],
685
+ "license": "MIT",
686
+ "optional": true,
687
+ "os": [
688
+ "darwin"
689
+ ],
690
+ "engines": {
691
+ "node": ">= 10"
692
+ }
693
+ },
694
+ "node_modules/@next/swc-linux-arm64-gnu": {
695
+ "version": "16.3.5",
696
+ "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-16.3.5.tgz",
697
+ "integrity": "sha512-zKDELJ5jSQMHeO/hmXUQsAzagX4bQD4OiMi3pQ5FbUj+yK506oLVHnKA2YXMlbg1EHHqJYtyePOgByIDXD1lqw==",
698
+ "cpu": [
699
+ "arm64"
700
+ ],
701
+ "license": "MIT",
702
+ "optional": true,
703
+ "os": [
704
+ "linux"
705
+ ],
706
+ "engines": {
707
+ "node": ">= 10"
708
+ }
709
+ },
710
+ "node_modules/@next/swc-linux-arm64-musl": {
711
+ "version": "16.3.5",
712
+ "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-16.3.5.tgz",
713
+ "integrity": "sha512-7Vql0pgzCoHagv6+FNOZoqmJqA52c6zeVbhtS/47qFozO1MSx4ms7x7GHiciY8R5CDsSMKMQjJEryoJLcsBIbA==",
714
+ "cpu": [
715
+ "arm64"
716
+ ],
717
+ "license": "MIT",
718
+ "optional": true,
719
+ "os": [
720
+ "linux"
721
+ ],
722
+ "engines": {
723
+ "node": ">= 10"
724
+ }
725
+ },
726
+ "node_modules/@next/swc-linux-x64-gnu": {
727
+ "version": "16.3.5",
728
+ "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-16.3.5.tgz",
729
+ "integrity": "sha512-NH/xzehyHEFWE2nlcZon7TB/0+H4shfWCi7S1zka815XCOhJDYZhoeJtOYy0dh0WVRWACVXSyGNFFytoMxUhRg==",
730
+ "cpu": [
731
+ "x64"
732
+ ],
733
+ "license": "MIT",
734
+ "optional": true,
735
+ "os": [
736
+ "linux"
737
+ ],
738
+ "engines": {
739
+ "node": ">= 10"
740
+ }
741
+ },
742
+ "node_modules/@next/swc-linux-x64-musl": {
743
+ "version": "16.3.5",
744
+ "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-16.3.5.tgz",
745
+ "integrity": "sha512-lV4+EhWMfS8jcC+EH2nn/Cm5cn6XsgbE07bU9tMH8fCo0tNAqhyzi1b5wQ/Tn6NGFTvKDY65w3ZH95EjwBRAnQ==",
746
+ "cpu": [
747
+ "x64"
748
+ ],
749
+ "license": "MIT",
750
+ "optional": true,
751
+ "os": [
752
+ "linux"
753
+ ],
754
+ "engines": {
755
+ "node": ">= 10"
756
+ }
757
+ },
758
+ "node_modules/@next/swc-win32-arm64-msvc": {
759
+ "version": "16.3.5",
760
+ "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-16.3.5.tgz",
761
+ "integrity": "sha512-/wKzAREX2RF++MhicjDbg8tGn2AiBIM0+EFeTFKoUEUbW5D6amCJehd5Z5G1H5/gxNdgnwoXMcHz24H/c2tGkQ==",
762
+ "cpu": [
763
+ "arm64"
764
+ ],
765
+ "license": "MIT",
766
+ "optional": true,
767
+ "os": [
768
+ "win32"
769
+ ],
770
+ "engines": {
771
+ "node": ">= 10"
772
+ }
773
+ },
774
+ "node_modules/@next/swc-win32-x64-msvc": {
775
+ "version": "16.3.5",
776
+ "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-16.3.5.tgz",
777
+ "integrity": "sha512-LNdCHzgLFc+UeqMS84LzXPaeBRKyqDN9OMyFAr1OrB0XrNw78IRrEVtZvvA7245W/HsaoeVOQX9jPjPk8jojwA==",
778
+ "cpu": [
779
+ "x64"
780
+ ],
781
+ "license": "MIT",
782
+ "optional": true,
783
+ "os": [
784
+ "win32"
785
+ ],
786
+ "engines": {
787
+ "node": ">= 10"
788
+ }
789
+ },
790
+ "node_modules/@standard-schema/spec": {
791
+ "version": "1.1.0",
792
+ "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz",
793
+ "integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==",
794
+ "license": "MIT"
795
+ },
796
+ "node_modules/@swc/helpers": {
797
+ "version": "0.5.23",
798
+ "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.23.tgz",
799
+ "integrity": "sha512-5lSsMOTXURePglDfvuAQUqkGek9Hg2kksOYay2m0+XR++b2NWYL/4sWyuvVBIs8oKnJaxkdi9whaL/sqN13afw==",
800
+ "license": "Apache-2.0",
801
+ "dependencies": {
802
+ "tslib": "^2.8.0"
803
+ }
804
+ },
805
+ "node_modules/@tokenizer/inflate": {
806
+ "version": "0.4.1",
807
+ "resolved": "https://registry.npmjs.org/@tokenizer/inflate/-/inflate-0.4.1.tgz",
808
+ "integrity": "sha512-2mAv+8pkG6GIZiF1kNg1jAjh27IDxEPKwdGul3snfztFerfPGI1LjDezZp3i7BElXompqEtPmoPx6c2wgtWsOA==",
809
+ "license": "MIT",
810
+ "dependencies": {
811
+ "debug": "^4.4.3",
812
+ "token-types": "^6.1.1"
813
+ },
814
+ "engines": {
815
+ "node": ">=18"
816
+ },
817
+ "funding": {
818
+ "type": "github",
819
+ "url": "https://github.com/sponsors/Borewit"
820
+ }
821
+ },
822
+ "node_modules/@tokenizer/token": {
823
+ "version": "0.3.0",
824
+ "resolved": "https://registry.npmjs.org/@tokenizer/token/-/token-0.3.0.tgz",
825
+ "integrity": "sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==",
826
+ "license": "MIT"
827
+ },
828
+ "node_modules/@types/node": {
829
+ "version": "22.20.2",
830
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.20.2.tgz",
831
+ "integrity": "sha512-xlvWf4Vs9n1PEVYwP1n4vvG07M6y8WgvJ2t0vbrWTmijsIHp1cS+uJ2kMIRdY3nHZK0nCYKrPeD171+SzF4/zw==",
832
+ "devOptional": true,
833
+ "license": "MIT",
834
+ "dependencies": {
835
+ "undici-types": "~6.21.0"
836
+ }
837
+ },
838
+ "node_modules/@types/pg": {
839
+ "version": "8.16.0",
840
+ "resolved": "https://registry.npmjs.org/@types/pg/-/pg-8.16.0.tgz",
841
+ "integrity": "sha512-RmhMd/wD+CF8Dfo+cVIy3RR5cl8CyfXQ0tGgW6XBL8L4LM/UTEbNXYRbLwU6w+CgrKBNbrQWt4FUtTfaU5jSYQ==",
842
+ "devOptional": true,
843
+ "license": "MIT",
844
+ "dependencies": {
845
+ "@types/node": "*",
846
+ "pg-protocol": "*",
847
+ "pg-types": "^2.2.0"
848
+ }
849
+ },
850
+ "node_modules/@types/react": {
851
+ "version": "19.3.0",
852
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-19.3.0.tgz",
853
+ "integrity": "sha512-N0rFCuH9YoxG9/m61l9MfpJKfmLOVU0em7ipIz6TRgSSkvReLB9vL85GB+yr8Bs5leqpvg96JSwF4ZS1s4viQg==",
854
+ "dev": true,
855
+ "license": "MIT",
856
+ "dependencies": {
857
+ "csstype": "^3.2.2"
858
+ }
859
+ },
860
+ "node_modules/@types/react-dom": {
861
+ "version": "19.2.3",
862
+ "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz",
863
+ "integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==",
864
+ "dev": true,
865
+ "license": "MIT",
866
+ "peerDependencies": {
867
+ "@types/react": "^19.2.0"
868
+ }
869
+ },
870
+ "node_modules/accepts": {
871
+ "version": "2.0.0",
872
+ "resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz",
873
+ "integrity": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==",
874
+ "license": "MIT",
875
+ "dependencies": {
876
+ "mime-types": "^3.0.0",
877
+ "negotiator": "^1.0.0"
878
+ },
879
+ "engines": {
880
+ "node": ">= 0.6"
881
+ }
882
+ },
883
+ "node_modules/append-field": {
884
+ "version": "1.0.0",
885
+ "resolved": "https://registry.npmjs.org/append-field/-/append-field-1.0.0.tgz",
886
+ "integrity": "sha512-klpgFSWLW1ZEs8svjfb7g4qWY0YS5imI82dTg+QahUvJ8YqAY0P10Uk8tTyh9ZGuYEZEMaeJYCF5BFuX552hsw==",
887
+ "license": "MIT"
888
+ },
889
+ "node_modules/baseline-browser-mapping": {
890
+ "version": "2.11.23",
891
+ "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.11.23.tgz",
892
+ "integrity": "sha512-le521dGVfxM7yRX0EikCoSz+rOK+hHzdDt/E7mG1jOJB/6WAAUuwVroLwaB7ApaUsz5Q0kFlDXLSA9MheUIfRQ==",
893
+ "license": "Apache-2.0",
894
+ "bin": {
895
+ "baseline-browser-mapping": "dist/cli.cjs"
896
+ },
897
+ "engines": {
898
+ "node": ">=6.0.0"
899
+ }
900
+ },
901
+ "node_modules/body-parser": {
902
+ "version": "2.3.0",
903
+ "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.3.0.tgz",
904
+ "integrity": "sha512-2cGmJupaNgg+QUwVLAucDuWuoMZ6EX9iHDRswZ5lsNYEmwPaRknMPCLZz07yTzVq/83p4o/wzbDZbBrTvGGTIw==",
905
+ "license": "MIT",
906
+ "dependencies": {
907
+ "bytes": "^3.1.2",
908
+ "content-type": "^2.0.0",
909
+ "debug": "^4.4.3",
910
+ "http-errors": "^2.0.1",
911
+ "iconv-lite": "^0.7.2",
912
+ "on-finished": "^2.4.1",
913
+ "qs": "^6.15.2",
914
+ "raw-body": "^3.0.2",
915
+ "type-is": "^2.1.0"
916
+ },
917
+ "engines": {
918
+ "node": ">=18"
919
+ },
920
+ "funding": {
921
+ "type": "opencollective",
922
+ "url": "https://opencollective.com/express"
923
+ }
924
+ },
925
+ "node_modules/body-parser/node_modules/content-type": {
926
+ "version": "2.1.0",
927
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-2.1.0.tgz",
928
+ "integrity": "sha512-mj7UPXE0jaqaOsukNZRUEfEi2AcL7C/vwmwcHV0O97eO1E1pxBZuyjlZrx5seTaNBg1U6+o35wpa35Qfcc+7ag==",
929
+ "license": "MIT",
930
+ "engines": {
931
+ "node": ">=18"
932
+ },
933
+ "funding": {
934
+ "type": "opencollective",
935
+ "url": "https://opencollective.com/express"
936
+ }
937
+ },
938
+ "node_modules/buffer-from": {
939
+ "version": "1.1.2",
940
+ "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
941
+ "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
942
+ "license": "MIT"
943
+ },
944
+ "node_modules/busboy": {
945
+ "version": "1.6.0",
946
+ "resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz",
947
+ "integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==",
948
+ "dependencies": {
949
+ "streamsearch": "^1.1.0"
950
+ },
951
+ "engines": {
952
+ "node": ">=10.16.0"
953
+ }
954
+ },
955
+ "node_modules/bytes": {
956
+ "version": "3.1.2",
957
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
958
+ "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
959
+ "license": "MIT",
960
+ "engines": {
961
+ "node": ">= 0.8"
962
+ }
963
+ },
964
+ "node_modules/call-bind-apply-helpers": {
965
+ "version": "1.0.2",
966
+ "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
967
+ "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
968
+ "license": "MIT",
969
+ "dependencies": {
970
+ "es-errors": "^1.3.0",
971
+ "function-bind": "^1.1.2"
972
+ },
973
+ "engines": {
974
+ "node": ">= 0.4"
975
+ }
976
+ },
977
+ "node_modules/call-bound": {
978
+ "version": "1.0.4",
979
+ "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
980
+ "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
981
+ "license": "MIT",
982
+ "dependencies": {
983
+ "call-bind-apply-helpers": "^1.0.2",
984
+ "get-intrinsic": "^1.3.0"
985
+ },
986
+ "engines": {
987
+ "node": ">= 0.4"
988
+ },
989
+ "funding": {
990
+ "url": "https://github.com/sponsors/ljharb"
991
+ }
992
+ },
993
+ "node_modules/caniuse-lite": {
994
+ "version": "1.0.30001810",
995
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001810.tgz",
996
+ "integrity": "sha512-TITQPUkaz+aVk5GL6NhOdwk1aEaNTSDPsGFWrTuhKGtjTF70jL/Oht2W4c6rXUe5fu7Ie19VIahAXHIIiWWNeg==",
997
+ "funding": [
998
+ {
999
+ "type": "opencollective",
1000
+ "url": "https://opencollective.com/browserslist"
1001
+ },
1002
+ {
1003
+ "type": "tidelift",
1004
+ "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
1005
+ },
1006
+ {
1007
+ "type": "github",
1008
+ "url": "https://github.com/sponsors/ai"
1009
+ }
1010
+ ],
1011
+ "license": "CC-BY-4.0"
1012
+ },
1013
+ "node_modules/client-only": {
1014
+ "version": "0.0.1",
1015
+ "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz",
1016
+ "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==",
1017
+ "license": "MIT"
1018
+ },
1019
+ "node_modules/concat-stream": {
1020
+ "version": "2.0.0",
1021
+ "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-2.0.0.tgz",
1022
+ "integrity": "sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==",
1023
+ "engines": [
1024
+ "node >= 6.0"
1025
+ ],
1026
+ "license": "MIT",
1027
+ "dependencies": {
1028
+ "buffer-from": "^1.0.0",
1029
+ "inherits": "^2.0.3",
1030
+ "readable-stream": "^3.0.2",
1031
+ "typedarray": "^0.0.6"
1032
+ }
1033
+ },
1034
+ "node_modules/content-disposition": {
1035
+ "version": "1.1.0",
1036
+ "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.1.0.tgz",
1037
+ "integrity": "sha512-5jRCH9Z/+DRP7rkvY83B+yGIGX96OYdJmzngqnw2SBSxqCFPd0w2km3s5iawpGX8krnwSGmF0FW5Nhr0Hfai3g==",
1038
+ "license": "MIT",
1039
+ "engines": {
1040
+ "node": ">=18"
1041
+ },
1042
+ "funding": {
1043
+ "type": "opencollective",
1044
+ "url": "https://opencollective.com/express"
1045
+ }
1046
+ },
1047
+ "node_modules/content-type": {
1048
+ "version": "1.0.5",
1049
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
1050
+ "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
1051
+ "license": "MIT",
1052
+ "engines": {
1053
+ "node": ">= 0.6"
1054
+ }
1055
+ },
1056
+ "node_modules/cookie": {
1057
+ "version": "0.7.2",
1058
+ "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
1059
+ "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
1060
+ "license": "MIT",
1061
+ "engines": {
1062
+ "node": ">= 0.6"
1063
+ }
1064
+ },
1065
+ "node_modules/cookie-signature": {
1066
+ "version": "1.2.2",
1067
+ "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.2.tgz",
1068
+ "integrity": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==",
1069
+ "license": "MIT",
1070
+ "engines": {
1071
+ "node": ">=6.6.0"
1072
+ }
1073
+ },
1074
+ "node_modules/cors": {
1075
+ "version": "2.8.6",
1076
+ "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.6.tgz",
1077
+ "integrity": "sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==",
1078
+ "license": "MIT",
1079
+ "dependencies": {
1080
+ "object-assign": "^4",
1081
+ "vary": "^1"
1082
+ },
1083
+ "engines": {
1084
+ "node": ">= 0.10"
1085
+ },
1086
+ "funding": {
1087
+ "type": "opencollective",
1088
+ "url": "https://opencollective.com/express"
1089
+ }
1090
+ },
1091
+ "node_modules/csstype": {
1092
+ "version": "3.2.3",
1093
+ "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
1094
+ "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
1095
+ "dev": true,
1096
+ "license": "MIT"
1097
+ },
1098
+ "node_modules/debug": {
1099
+ "version": "4.4.3",
1100
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
1101
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
1102
+ "license": "MIT",
1103
+ "dependencies": {
1104
+ "ms": "^2.1.3"
1105
+ },
1106
+ "engines": {
1107
+ "node": ">=6.0"
1108
+ },
1109
+ "peerDependenciesMeta": {
1110
+ "supports-color": {
1111
+ "optional": true
1112
+ }
1113
+ }
1114
+ },
1115
+ "node_modules/depd": {
1116
+ "version": "2.0.0",
1117
+ "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
1118
+ "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
1119
+ "license": "MIT",
1120
+ "engines": {
1121
+ "node": ">= 0.8"
1122
+ }
1123
+ },
1124
+ "node_modules/detect-libc": {
1125
+ "version": "2.1.2",
1126
+ "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
1127
+ "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
1128
+ "license": "Apache-2.0",
1129
+ "optional": true,
1130
+ "engines": {
1131
+ "node": ">=8"
1132
+ }
1133
+ },
1134
+ "node_modules/drizzle-orm": {
1135
+ "version": "0.45.2",
1136
+ "resolved": "https://registry.npmjs.org/drizzle-orm/-/drizzle-orm-0.45.2.tgz",
1137
+ "integrity": "sha512-kY0BSaTNYWnoDMVoyY8uxmyHjpJW1geOmBMdSSicKo9CIIWkSxMIj2rkeSR51b8KAPB7m+qysjuHme5nKP+E5Q==",
1138
+ "license": "Apache-2.0",
1139
+ "peerDependencies": {
1140
+ "@aws-sdk/client-rds-data": ">=3",
1141
+ "@cloudflare/workers-types": ">=4",
1142
+ "@electric-sql/pglite": ">=0.2.0",
1143
+ "@libsql/client": ">=0.10.0",
1144
+ "@libsql/client-wasm": ">=0.10.0",
1145
+ "@neondatabase/serverless": ">=0.10.0",
1146
+ "@op-engineering/op-sqlite": ">=2",
1147
+ "@opentelemetry/api": "^1.4.1",
1148
+ "@planetscale/database": ">=1.13",
1149
+ "@prisma/client": "*",
1150
+ "@tidbcloud/serverless": "*",
1151
+ "@types/better-sqlite3": "*",
1152
+ "@types/pg": "*",
1153
+ "@types/sql.js": "*",
1154
+ "@upstash/redis": ">=1.34.7",
1155
+ "@vercel/postgres": ">=0.8.0",
1156
+ "@xata.io/client": "*",
1157
+ "better-sqlite3": ">=7",
1158
+ "bun-types": "*",
1159
+ "expo-sqlite": ">=14.0.0",
1160
+ "gel": ">=2",
1161
+ "knex": "*",
1162
+ "kysely": "*",
1163
+ "mysql2": ">=2",
1164
+ "pg": ">=8",
1165
+ "postgres": ">=3",
1166
+ "sql.js": ">=1",
1167
+ "sqlite3": ">=5"
1168
+ },
1169
+ "peerDependenciesMeta": {
1170
+ "@aws-sdk/client-rds-data": {
1171
+ "optional": true
1172
+ },
1173
+ "@cloudflare/workers-types": {
1174
+ "optional": true
1175
+ },
1176
+ "@electric-sql/pglite": {
1177
+ "optional": true
1178
+ },
1179
+ "@libsql/client": {
1180
+ "optional": true
1181
+ },
1182
+ "@libsql/client-wasm": {
1183
+ "optional": true
1184
+ },
1185
+ "@neondatabase/serverless": {
1186
+ "optional": true
1187
+ },
1188
+ "@op-engineering/op-sqlite": {
1189
+ "optional": true
1190
+ },
1191
+ "@opentelemetry/api": {
1192
+ "optional": true
1193
+ },
1194
+ "@planetscale/database": {
1195
+ "optional": true
1196
+ },
1197
+ "@prisma/client": {
1198
+ "optional": true
1199
+ },
1200
+ "@tidbcloud/serverless": {
1201
+ "optional": true
1202
+ },
1203
+ "@types/better-sqlite3": {
1204
+ "optional": true
1205
+ },
1206
+ "@types/pg": {
1207
+ "optional": true
1208
+ },
1209
+ "@types/sql.js": {
1210
+ "optional": true
1211
+ },
1212
+ "@upstash/redis": {
1213
+ "optional": true
1214
+ },
1215
+ "@vercel/postgres": {
1216
+ "optional": true
1217
+ },
1218
+ "@xata.io/client": {
1219
+ "optional": true
1220
+ },
1221
+ "better-sqlite3": {
1222
+ "optional": true
1223
+ },
1224
+ "bun-types": {
1225
+ "optional": true
1226
+ },
1227
+ "expo-sqlite": {
1228
+ "optional": true
1229
+ },
1230
+ "gel": {
1231
+ "optional": true
1232
+ },
1233
+ "knex": {
1234
+ "optional": true
1235
+ },
1236
+ "kysely": {
1237
+ "optional": true
1238
+ },
1239
+ "mysql2": {
1240
+ "optional": true
1241
+ },
1242
+ "pg": {
1243
+ "optional": true
1244
+ },
1245
+ "postgres": {
1246
+ "optional": true
1247
+ },
1248
+ "prisma": {
1249
+ "optional": true
1250
+ },
1251
+ "sql.js": {
1252
+ "optional": true
1253
+ },
1254
+ "sqlite3": {
1255
+ "optional": true
1256
+ }
1257
+ }
1258
+ },
1259
+ "node_modules/dunder-proto": {
1260
+ "version": "1.0.1",
1261
+ "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
1262
+ "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
1263
+ "license": "MIT",
1264
+ "dependencies": {
1265
+ "call-bind-apply-helpers": "^1.0.1",
1266
+ "es-errors": "^1.3.0",
1267
+ "gopd": "^1.2.0"
1268
+ },
1269
+ "engines": {
1270
+ "node": ">= 0.4"
1271
+ }
1272
+ },
1273
+ "node_modules/ee-first": {
1274
+ "version": "1.1.1",
1275
+ "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
1276
+ "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
1277
+ "license": "MIT"
1278
+ },
1279
+ "node_modules/encodeurl": {
1280
+ "version": "2.0.0",
1281
+ "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
1282
+ "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
1283
+ "license": "MIT",
1284
+ "engines": {
1285
+ "node": ">= 0.8"
1286
+ }
1287
+ },
1288
+ "node_modules/es-define-property": {
1289
+ "version": "1.0.1",
1290
+ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
1291
+ "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
1292
+ "license": "MIT",
1293
+ "engines": {
1294
+ "node": ">= 0.4"
1295
+ }
1296
+ },
1297
+ "node_modules/es-errors": {
1298
+ "version": "1.3.0",
1299
+ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
1300
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
1301
+ "license": "MIT",
1302
+ "engines": {
1303
+ "node": ">= 0.4"
1304
+ }
1305
+ },
1306
+ "node_modules/es-object-atoms": {
1307
+ "version": "1.1.2",
1308
+ "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.2.tgz",
1309
+ "integrity": "sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==",
1310
+ "license": "MIT",
1311
+ "dependencies": {
1312
+ "es-errors": "^1.3.0"
1313
+ },
1314
+ "engines": {
1315
+ "node": ">= 0.4"
1316
+ }
1317
+ },
1318
+ "node_modules/escape-html": {
1319
+ "version": "1.0.3",
1320
+ "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
1321
+ "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
1322
+ "license": "MIT"
1323
+ },
1324
+ "node_modules/etag": {
1325
+ "version": "1.8.1",
1326
+ "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
1327
+ "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
1328
+ "license": "MIT",
1329
+ "engines": {
1330
+ "node": ">= 0.6"
1331
+ }
1332
+ },
1333
+ "node_modules/express": {
1334
+ "version": "5.2.1",
1335
+ "resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz",
1336
+ "integrity": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==",
1337
+ "license": "MIT",
1338
+ "dependencies": {
1339
+ "accepts": "^2.0.0",
1340
+ "body-parser": "^2.2.1",
1341
+ "content-disposition": "^1.0.0",
1342
+ "content-type": "^1.0.5",
1343
+ "cookie": "^0.7.1",
1344
+ "cookie-signature": "^1.2.1",
1345
+ "debug": "^4.4.0",
1346
+ "depd": "^2.0.0",
1347
+ "encodeurl": "^2.0.0",
1348
+ "escape-html": "^1.0.3",
1349
+ "etag": "^1.8.1",
1350
+ "finalhandler": "^2.1.0",
1351
+ "fresh": "^2.0.0",
1352
+ "http-errors": "^2.0.0",
1353
+ "merge-descriptors": "^2.0.0",
1354
+ "mime-types": "^3.0.0",
1355
+ "on-finished": "^2.4.1",
1356
+ "once": "^1.4.0",
1357
+ "parseurl": "^1.3.3",
1358
+ "proxy-addr": "^2.0.7",
1359
+ "qs": "^6.14.0",
1360
+ "range-parser": "^1.2.1",
1361
+ "router": "^2.2.0",
1362
+ "send": "^1.1.0",
1363
+ "serve-static": "^2.2.0",
1364
+ "statuses": "^2.0.1",
1365
+ "type-is": "^2.0.1",
1366
+ "vary": "^1.1.2"
1367
+ },
1368
+ "engines": {
1369
+ "node": ">= 18"
1370
+ },
1371
+ "funding": {
1372
+ "type": "opencollective",
1373
+ "url": "https://opencollective.com/express"
1374
+ }
1375
+ },
1376
+ "node_modules/fast-safe-stringify": {
1377
+ "version": "2.1.1",
1378
+ "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz",
1379
+ "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==",
1380
+ "license": "MIT"
1381
+ },
1382
+ "node_modules/file-type": {
1383
+ "version": "22.0.2",
1384
+ "resolved": "https://registry.npmjs.org/file-type/-/file-type-22.0.2.tgz",
1385
+ "integrity": "sha512-0H8TsCUGBLx+V5adH3EY52hTAcyLKbV1D4gq5cIOJ6DnQAHeV9Z2Hhuc5CoBX4YmvB2oL+JIC84z0qO7JsCoNw==",
1386
+ "license": "MIT",
1387
+ "dependencies": {
1388
+ "@tokenizer/inflate": "^0.4.1",
1389
+ "strtok3": "^10.3.5",
1390
+ "token-types": "^6.1.2",
1391
+ "uint8array-extras": "^1.5.0"
1392
+ },
1393
+ "engines": {
1394
+ "node": ">=22"
1395
+ },
1396
+ "funding": {
1397
+ "url": "https://github.com/sindresorhus/file-type?sponsor=1"
1398
+ }
1399
+ },
1400
+ "node_modules/finalhandler": {
1401
+ "version": "2.1.1",
1402
+ "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.1.tgz",
1403
+ "integrity": "sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==",
1404
+ "license": "MIT",
1405
+ "dependencies": {
1406
+ "debug": "^4.4.0",
1407
+ "encodeurl": "^2.0.0",
1408
+ "escape-html": "^1.0.3",
1409
+ "on-finished": "^2.4.1",
1410
+ "parseurl": "^1.3.3",
1411
+ "statuses": "^2.0.1"
1412
+ },
1413
+ "engines": {
1414
+ "node": ">= 18.0.0"
1415
+ },
1416
+ "funding": {
1417
+ "type": "opencollective",
1418
+ "url": "https://opencollective.com/express"
1419
+ }
1420
+ },
1421
+ "node_modules/forwarded": {
1422
+ "version": "0.2.0",
1423
+ "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
1424
+ "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
1425
+ "license": "MIT",
1426
+ "engines": {
1427
+ "node": ">= 0.6"
1428
+ }
1429
+ },
1430
+ "node_modules/fresh": {
1431
+ "version": "2.0.0",
1432
+ "resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz",
1433
+ "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
1434
+ "license": "MIT",
1435
+ "engines": {
1436
+ "node": ">= 0.8"
1437
+ }
1438
+ },
1439
+ "node_modules/function-bind": {
1440
+ "version": "1.1.2",
1441
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
1442
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
1443
+ "license": "MIT",
1444
+ "funding": {
1445
+ "url": "https://github.com/sponsors/ljharb"
1446
+ }
1447
+ },
1448
+ "node_modules/get-intrinsic": {
1449
+ "version": "1.3.0",
1450
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
1451
+ "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
1452
+ "license": "MIT",
1453
+ "dependencies": {
1454
+ "call-bind-apply-helpers": "^1.0.2",
1455
+ "es-define-property": "^1.0.1",
1456
+ "es-errors": "^1.3.0",
1457
+ "es-object-atoms": "^1.1.1",
1458
+ "function-bind": "^1.1.2",
1459
+ "get-proto": "^1.0.1",
1460
+ "gopd": "^1.2.0",
1461
+ "has-symbols": "^1.1.0",
1462
+ "hasown": "^2.0.2",
1463
+ "math-intrinsics": "^1.1.0"
1464
+ },
1465
+ "engines": {
1466
+ "node": ">= 0.4"
1467
+ },
1468
+ "funding": {
1469
+ "url": "https://github.com/sponsors/ljharb"
1470
+ }
1471
+ },
1472
+ "node_modules/get-proto": {
1473
+ "version": "1.0.1",
1474
+ "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
1475
+ "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
1476
+ "license": "MIT",
1477
+ "dependencies": {
1478
+ "dunder-proto": "^1.0.1",
1479
+ "es-object-atoms": "^1.0.0"
1480
+ },
1481
+ "engines": {
1482
+ "node": ">= 0.4"
1483
+ }
1484
+ },
1485
+ "node_modules/gopd": {
1486
+ "version": "1.2.0",
1487
+ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
1488
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
1489
+ "license": "MIT",
1490
+ "engines": {
1491
+ "node": ">= 0.4"
1492
+ },
1493
+ "funding": {
1494
+ "url": "https://github.com/sponsors/ljharb"
1495
+ }
1496
+ },
1497
+ "node_modules/has-symbols": {
1498
+ "version": "1.1.0",
1499
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
1500
+ "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
1501
+ "license": "MIT",
1502
+ "engines": {
1503
+ "node": ">= 0.4"
1504
+ },
1505
+ "funding": {
1506
+ "url": "https://github.com/sponsors/ljharb"
1507
+ }
1508
+ },
1509
+ "node_modules/hasown": {
1510
+ "version": "2.0.4",
1511
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz",
1512
+ "integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
1513
+ "license": "MIT",
1514
+ "dependencies": {
1515
+ "function-bind": "^1.1.2"
1516
+ },
1517
+ "engines": {
1518
+ "node": ">= 0.4"
1519
+ }
1520
+ },
1521
+ "node_modules/http-errors": {
1522
+ "version": "2.0.1",
1523
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
1524
+ "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
1525
+ "license": "MIT",
1526
+ "dependencies": {
1527
+ "depd": "~2.0.0",
1528
+ "inherits": "~2.0.4",
1529
+ "setprototypeof": "~1.2.0",
1530
+ "statuses": "~2.0.2",
1531
+ "toidentifier": "~1.0.1"
1532
+ },
1533
+ "engines": {
1534
+ "node": ">= 0.8"
1535
+ },
1536
+ "funding": {
1537
+ "type": "opencollective",
1538
+ "url": "https://opencollective.com/express"
1539
+ }
1540
+ },
1541
+ "node_modules/iconv-lite": {
1542
+ "version": "0.7.3",
1543
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.3.tgz",
1544
+ "integrity": "sha512-IKXpvIzjnC9XTAUbVBcMfGS0EPaIXtW6v+zr+RRp+hqULEpo0owZax6wyRwPOJbWbzjYspQwusTsfVr0ifh4uQ==",
1545
+ "license": "MIT",
1546
+ "dependencies": {
1547
+ "safer-buffer": ">= 2.1.2 < 3.0.0"
1548
+ },
1549
+ "engines": {
1550
+ "node": ">=0.10.0"
1551
+ },
1552
+ "funding": {
1553
+ "type": "opencollective",
1554
+ "url": "https://opencollective.com/express"
1555
+ }
1556
+ },
1557
+ "node_modules/ieee754": {
1558
+ "version": "1.2.1",
1559
+ "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
1560
+ "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
1561
+ "funding": [
1562
+ {
1563
+ "type": "github",
1564
+ "url": "https://github.com/sponsors/feross"
1565
+ },
1566
+ {
1567
+ "type": "patreon",
1568
+ "url": "https://www.patreon.com/feross"
1569
+ },
1570
+ {
1571
+ "type": "consulting",
1572
+ "url": "https://feross.org/support"
1573
+ }
1574
+ ],
1575
+ "license": "BSD-3-Clause"
1576
+ },
1577
+ "node_modules/inherits": {
1578
+ "version": "2.0.4",
1579
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
1580
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
1581
+ "license": "ISC"
1582
+ },
1583
+ "node_modules/ipaddr.js": {
1584
+ "version": "1.9.1",
1585
+ "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
1586
+ "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
1587
+ "license": "MIT",
1588
+ "engines": {
1589
+ "node": ">= 0.10"
1590
+ }
1591
+ },
1592
+ "node_modules/is-promise": {
1593
+ "version": "4.0.0",
1594
+ "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
1595
+ "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==",
1596
+ "license": "MIT"
1597
+ },
1598
+ "node_modules/iterare": {
1599
+ "version": "1.2.1",
1600
+ "resolved": "https://registry.npmjs.org/iterare/-/iterare-1.2.1.tgz",
1601
+ "integrity": "sha512-RKYVTCjAnRthyJes037NX/IiqeidgN1xc3j1RjFfECFp28A1GVwK9nA+i0rJPaHqSZwygLzRnFlzUuHFoWWy+Q==",
1602
+ "license": "ISC",
1603
+ "engines": {
1604
+ "node": ">=6"
1605
+ }
1606
+ },
1607
+ "node_modules/load-esm": {
1608
+ "version": "1.0.3",
1609
+ "resolved": "https://registry.npmjs.org/load-esm/-/load-esm-1.0.3.tgz",
1610
+ "integrity": "sha512-v5xlu8eHD1+6r8EHTg6hfmO97LN8ugKtiXcy5e6oN72iD2r6u0RPfLl6fxM+7Wnh2ZRq15o0russMst44WauPA==",
1611
+ "funding": [
1612
+ {
1613
+ "type": "github",
1614
+ "url": "https://github.com/sponsors/Borewit"
1615
+ },
1616
+ {
1617
+ "type": "buymeacoffee",
1618
+ "url": "https://buymeacoffee.com/borewit"
1619
+ }
1620
+ ],
1621
+ "license": "MIT",
1622
+ "engines": {
1623
+ "node": ">=13.2.0"
1624
+ }
1625
+ },
1626
+ "node_modules/math-intrinsics": {
1627
+ "version": "1.1.0",
1628
+ "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
1629
+ "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
1630
+ "license": "MIT",
1631
+ "engines": {
1632
+ "node": ">= 0.4"
1633
+ }
1634
+ },
1635
+ "node_modules/media-typer": {
1636
+ "version": "1.1.1",
1637
+ "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.1.tgz",
1638
+ "integrity": "sha512-yz3xRaG20c6/BOzvYoDaGtPmGscs7YivItZEEqe6GbwNfHuxu9YNmvnEkMzKldAGY4/80pRcQRZSEnhquk9XuQ==",
1639
+ "license": "MIT",
1640
+ "engines": {
1641
+ "node": ">= 0.8"
1642
+ },
1643
+ "funding": {
1644
+ "type": "opencollective",
1645
+ "url": "https://opencollective.com/express"
1646
+ }
1647
+ },
1648
+ "node_modules/merge-descriptors": {
1649
+ "version": "2.0.0",
1650
+ "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz",
1651
+ "integrity": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==",
1652
+ "license": "MIT",
1653
+ "engines": {
1654
+ "node": ">=18"
1655
+ },
1656
+ "funding": {
1657
+ "url": "https://github.com/sponsors/sindresorhus"
1658
+ }
1659
+ },
1660
+ "node_modules/mime-db": {
1661
+ "version": "1.54.0",
1662
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
1663
+ "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
1664
+ "license": "MIT",
1665
+ "engines": {
1666
+ "node": ">= 0.6"
1667
+ }
1668
+ },
1669
+ "node_modules/mime-types": {
1670
+ "version": "3.0.2",
1671
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
1672
+ "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
1673
+ "license": "MIT",
1674
+ "dependencies": {
1675
+ "mime-db": "^1.54.0"
1676
+ },
1677
+ "engines": {
1678
+ "node": ">=18"
1679
+ },
1680
+ "funding": {
1681
+ "type": "opencollective",
1682
+ "url": "https://opencollective.com/express"
1683
+ }
1684
+ },
1685
+ "node_modules/ms": {
1686
+ "version": "2.1.3",
1687
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
1688
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
1689
+ "license": "MIT"
1690
+ },
1691
+ "node_modules/multer": {
1692
+ "version": "2.3.0",
1693
+ "resolved": "https://registry.npmjs.org/multer/-/multer-2.3.0.tgz",
1694
+ "integrity": "sha512-cjNbm3sttszgZeGfJR124D+jFEfkXCVAsoPBmFn9X7UxmDSFHWqE2CoEj0vrmSpuAFnqWR1Szcm9QTsiHr60Xw==",
1695
+ "license": "MIT",
1696
+ "dependencies": {
1697
+ "append-field": "^1.0.0",
1698
+ "busboy": "^1.6.0",
1699
+ "concat-stream": "^2.0.0",
1700
+ "type-is": "^1.6.18"
1701
+ },
1702
+ "engines": {
1703
+ "node": ">= 10.16.0"
1704
+ },
1705
+ "funding": {
1706
+ "type": "opencollective",
1707
+ "url": "https://opencollective.com/express"
1708
+ }
1709
+ },
1710
+ "node_modules/multer/node_modules/media-typer": {
1711
+ "version": "0.3.0",
1712
+ "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
1713
+ "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==",
1714
+ "license": "MIT",
1715
+ "engines": {
1716
+ "node": ">= 0.6"
1717
+ }
1718
+ },
1719
+ "node_modules/multer/node_modules/mime-db": {
1720
+ "version": "1.52.0",
1721
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
1722
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
1723
+ "license": "MIT",
1724
+ "engines": {
1725
+ "node": ">= 0.6"
1726
+ }
1727
+ },
1728
+ "node_modules/multer/node_modules/mime-types": {
1729
+ "version": "2.1.35",
1730
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
1731
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
1732
+ "license": "MIT",
1733
+ "dependencies": {
1734
+ "mime-db": "1.52.0"
1735
+ },
1736
+ "engines": {
1737
+ "node": ">= 0.6"
1738
+ }
1739
+ },
1740
+ "node_modules/multer/node_modules/type-is": {
1741
+ "version": "1.6.18",
1742
+ "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
1743
+ "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
1744
+ "license": "MIT",
1745
+ "dependencies": {
1746
+ "media-typer": "0.3.0",
1747
+ "mime-types": "~2.1.24"
1748
+ },
1749
+ "engines": {
1750
+ "node": ">= 0.6"
1751
+ }
1752
+ },
1753
+ "node_modules/nanoid": {
1754
+ "version": "3.3.19",
1755
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.19.tgz",
1756
+ "integrity": "sha512-Y2tUNy4ouw6tq5oDSKeQYGOyhkUBhNOcGV/02KC+6kd9eDGqdZd++mjMiIDilrBYvjEnCYvVtsuHCuP+okSfug==",
1757
+ "funding": [
1758
+ {
1759
+ "type": "github",
1760
+ "url": "https://github.com/sponsors/ai"
1761
+ }
1762
+ ],
1763
+ "license": "MIT",
1764
+ "bin": {
1765
+ "nanoid": "bin/nanoid.cjs"
1766
+ },
1767
+ "engines": {
1768
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
1769
+ }
1770
+ },
1771
+ "node_modules/negotiator": {
1772
+ "version": "1.1.0",
1773
+ "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.1.0.tgz",
1774
+ "integrity": "sha512-NMPBRMJgiQHjbd8phG3Vebdx4kZ1H121rbl5IkMqeOsahptB9BKo/d7oJ3zTXqTgagn2bWlNSXkh0QUGM31RYg==",
1775
+ "license": "MIT",
1776
+ "dependencies": {
1777
+ "content-type": "^2.1.0"
1778
+ },
1779
+ "engines": {
1780
+ "node": ">=18"
1781
+ },
1782
+ "funding": {
1783
+ "type": "opencollective",
1784
+ "url": "https://opencollective.com/express"
1785
+ }
1786
+ },
1787
+ "node_modules/negotiator/node_modules/content-type": {
1788
+ "version": "2.1.0",
1789
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-2.1.0.tgz",
1790
+ "integrity": "sha512-mj7UPXE0jaqaOsukNZRUEfEi2AcL7C/vwmwcHV0O97eO1E1pxBZuyjlZrx5seTaNBg1U6+o35wpa35Qfcc+7ag==",
1791
+ "license": "MIT",
1792
+ "engines": {
1793
+ "node": ">=18"
1794
+ },
1795
+ "funding": {
1796
+ "type": "opencollective",
1797
+ "url": "https://opencollective.com/express"
1798
+ }
1799
+ },
1800
+ "node_modules/next": {
1801
+ "version": "16.3.5",
1802
+ "resolved": "https://registry.npmjs.org/next/-/next-16.3.5.tgz",
1803
+ "integrity": "sha512-MdtsTgzyfCPRLC6uJ1mN8ao7lyJ4BB0U6Inhnx3gta1UcCIdHK3yxLG0E8OWQteWD8/Q0qb8A5o7wJaL8M9y2w==",
1804
+ "license": "MIT",
1805
+ "dependencies": {
1806
+ "@next/env": "16.3.5",
1807
+ "@swc/helpers": "0.5.23",
1808
+ "baseline-browser-mapping": "^2.9.19",
1809
+ "caniuse-lite": "^1.0.30001579",
1810
+ "postcss": "8.5.23",
1811
+ "styled-jsx": "5.1.6"
1812
+ },
1813
+ "bin": {
1814
+ "next": "dist/bin/next"
1815
+ },
1816
+ "engines": {
1817
+ "node": ">=20.9.0"
1818
+ },
1819
+ "optionalDependencies": {
1820
+ "@next/swc-darwin-arm64": "16.3.5",
1821
+ "@next/swc-darwin-x64": "16.3.5",
1822
+ "@next/swc-linux-arm64-gnu": "16.3.5",
1823
+ "@next/swc-linux-arm64-musl": "16.3.5",
1824
+ "@next/swc-linux-x64-gnu": "16.3.5",
1825
+ "@next/swc-linux-x64-musl": "16.3.5",
1826
+ "@next/swc-win32-arm64-msvc": "16.3.5",
1827
+ "@next/swc-win32-x64-msvc": "16.3.5",
1828
+ "sharp": "^0.35.4"
1829
+ },
1830
+ "peerDependencies": {
1831
+ "@opentelemetry/api": "^1.1.0",
1832
+ "@playwright/test": "^1.51.1",
1833
+ "babel-plugin-react-compiler": "*",
1834
+ "react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
1835
+ "react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
1836
+ "sass": "^1.3.0"
1837
+ },
1838
+ "peerDependenciesMeta": {
1839
+ "@opentelemetry/api": {
1840
+ "optional": true
1841
+ },
1842
+ "@playwright/test": {
1843
+ "optional": true
1844
+ },
1845
+ "babel-plugin-react-compiler": {
1846
+ "optional": true
1847
+ },
1848
+ "sass": {
1849
+ "optional": true
1850
+ }
1851
+ }
1852
+ },
1853
+ "node_modules/object-assign": {
1854
+ "version": "4.1.1",
1855
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
1856
+ "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
1857
+ "license": "MIT",
1858
+ "engines": {
1859
+ "node": ">=0.10.0"
1860
+ }
1861
+ },
1862
+ "node_modules/object-inspect": {
1863
+ "version": "1.13.4",
1864
+ "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
1865
+ "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
1866
+ "license": "MIT",
1867
+ "engines": {
1868
+ "node": ">= 0.4"
1869
+ },
1870
+ "funding": {
1871
+ "url": "https://github.com/sponsors/ljharb"
1872
+ }
1873
+ },
1874
+ "node_modules/on-finished": {
1875
+ "version": "2.4.1",
1876
+ "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
1877
+ "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
1878
+ "license": "MIT",
1879
+ "dependencies": {
1880
+ "ee-first": "1.1.1"
1881
+ },
1882
+ "engines": {
1883
+ "node": ">= 0.8"
1884
+ }
1885
+ },
1886
+ "node_modules/once": {
1887
+ "version": "1.4.0",
1888
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
1889
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
1890
+ "license": "ISC",
1891
+ "dependencies": {
1892
+ "wrappy": "1"
1893
+ }
1894
+ },
1895
+ "node_modules/parseurl": {
1896
+ "version": "1.3.3",
1897
+ "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
1898
+ "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
1899
+ "license": "MIT",
1900
+ "engines": {
1901
+ "node": ">= 0.8"
1902
+ }
1903
+ },
1904
+ "node_modules/path-to-regexp": {
1905
+ "version": "8.4.2",
1906
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.2.tgz",
1907
+ "integrity": "sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA==",
1908
+ "license": "MIT",
1909
+ "funding": {
1910
+ "type": "opencollective",
1911
+ "url": "https://opencollective.com/express"
1912
+ }
1913
+ },
1914
+ "node_modules/pg": {
1915
+ "version": "8.23.0",
1916
+ "resolved": "https://registry.npmjs.org/pg/-/pg-8.23.0.tgz",
1917
+ "integrity": "sha512-Ip2EQCngowJLGOfCwkFhPXU7/ljlhn6Rxlmy4XYfL2Y+vyRM59+8uR2xqRWKdYmbXmxCFOAmKxBuSUCdF34qLg==",
1918
+ "license": "MIT",
1919
+ "dependencies": {
1920
+ "pg-connection-string": "^2.14.0",
1921
+ "pg-pool": "^3.14.0",
1922
+ "pg-protocol": "^1.16.0",
1923
+ "pg-types": "2.2.0",
1924
+ "pgpass": "1.0.5"
1925
+ },
1926
+ "engines": {
1927
+ "node": ">= 16.0.0"
1928
+ },
1929
+ "optionalDependencies": {
1930
+ "pg-cloudflare": "^1.4.0"
1931
+ },
1932
+ "peerDependencies": {
1933
+ "pg-native": ">=3.0.1"
1934
+ },
1935
+ "peerDependenciesMeta": {
1936
+ "pg-native": {
1937
+ "optional": true
1938
+ }
1939
+ }
1940
+ },
1941
+ "node_modules/pg-cloudflare": {
1942
+ "version": "1.4.0",
1943
+ "resolved": "https://registry.npmjs.org/pg-cloudflare/-/pg-cloudflare-1.4.0.tgz",
1944
+ "integrity": "sha512-Vo7z/6rrQYxpNRylp4Tlob2elzbh+N/MOQbxFVWCxS7oEx6jF53GTJFxK2WWpKuBRkmiin4Mt+xofFDjx09R0A==",
1945
+ "license": "MIT",
1946
+ "optional": true
1947
+ },
1948
+ "node_modules/pg-connection-string": {
1949
+ "version": "2.14.0",
1950
+ "resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.14.0.tgz",
1951
+ "integrity": "sha512-XwWDGcLRGCXAR8F/AM5bG7Q+A3Wm2s6QeEjlOKZLlH3UYcguiqCWKyWXVag5TLTIjR7oOJUY8kcADaZgWPyLeg==",
1952
+ "license": "MIT"
1953
+ },
1954
+ "node_modules/pg-int8": {
1955
+ "version": "1.0.1",
1956
+ "resolved": "https://registry.npmjs.org/pg-int8/-/pg-int8-1.0.1.tgz",
1957
+ "integrity": "sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==",
1958
+ "license": "ISC",
1959
+ "engines": {
1960
+ "node": ">=4.0.0"
1961
+ }
1962
+ },
1963
+ "node_modules/pg-pool": {
1964
+ "version": "3.14.0",
1965
+ "resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-3.14.0.tgz",
1966
+ "integrity": "sha512-gKtPkFdQPU3DksooVLi9LsjZxrsBUZIpa+7aVx+LV5pNh0KzP4Zleud2po+ConrxbuXGBJ6Hfer6hdgpIBpBaw==",
1967
+ "license": "MIT",
1968
+ "peerDependencies": {
1969
+ "pg": ">=8.0"
1970
+ }
1971
+ },
1972
+ "node_modules/pg-protocol": {
1973
+ "version": "1.16.0",
1974
+ "resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.16.0.tgz",
1975
+ "integrity": "sha512-sILXutLVjCLjcDuOmvhX5e2Z4cS5qG/6Bu3VkpFwdf/633ElGLpEh9bgmuI5I4sqKqkifQiGyiCcx1HdtrK7tg==",
1976
+ "license": "MIT"
1977
+ },
1978
+ "node_modules/pg-types": {
1979
+ "version": "2.2.0",
1980
+ "resolved": "https://registry.npmjs.org/pg-types/-/pg-types-2.2.0.tgz",
1981
+ "integrity": "sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==",
1982
+ "license": "MIT",
1983
+ "dependencies": {
1984
+ "pg-int8": "1.0.1",
1985
+ "postgres-array": "~2.0.0",
1986
+ "postgres-bytea": "~1.0.0",
1987
+ "postgres-date": "~1.0.4",
1988
+ "postgres-interval": "^1.1.0"
1989
+ },
1990
+ "engines": {
1991
+ "node": ">=4"
1992
+ }
1993
+ },
1994
+ "node_modules/pgpass": {
1995
+ "version": "1.0.5",
1996
+ "resolved": "https://registry.npmjs.org/pgpass/-/pgpass-1.0.5.tgz",
1997
+ "integrity": "sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==",
1998
+ "license": "MIT",
1999
+ "dependencies": {
2000
+ "split2": "^4.1.0"
2001
+ }
2002
+ },
2003
+ "node_modules/picocolors": {
2004
+ "version": "1.1.1",
2005
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
2006
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
2007
+ "license": "ISC"
2008
+ },
2009
+ "node_modules/postcss": {
2010
+ "version": "8.5.23",
2011
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.23.tgz",
2012
+ "integrity": "sha512-g50586zr4bZmwFiTlflMu8E0bDTb5I5gertgwAKmsdUlTQIhZtunzUlD1WSzwcVWPoAVpsrA6vlfCD7oXvRwgg==",
2013
+ "funding": [
2014
+ {
2015
+ "type": "opencollective",
2016
+ "url": "https://opencollective.com/postcss/"
2017
+ },
2018
+ {
2019
+ "type": "tidelift",
2020
+ "url": "https://tidelift.com/funding/github/npm/postcss"
2021
+ },
2022
+ {
2023
+ "type": "github",
2024
+ "url": "https://github.com/sponsors/ai"
2025
+ }
2026
+ ],
2027
+ "license": "MIT",
2028
+ "dependencies": {
2029
+ "nanoid": "^3.3.16",
2030
+ "picocolors": "^1.1.1",
2031
+ "source-map-js": "^1.2.1"
2032
+ },
2033
+ "engines": {
2034
+ "node": "^10 || ^12 || >=14"
2035
+ }
2036
+ },
2037
+ "node_modules/postgres-array": {
2038
+ "version": "2.0.0",
2039
+ "resolved": "https://registry.npmjs.org/postgres-array/-/postgres-array-2.0.0.tgz",
2040
+ "integrity": "sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==",
2041
+ "license": "MIT",
2042
+ "engines": {
2043
+ "node": ">=4"
2044
+ }
2045
+ },
2046
+ "node_modules/postgres-bytea": {
2047
+ "version": "1.0.1",
2048
+ "resolved": "https://registry.npmjs.org/postgres-bytea/-/postgres-bytea-1.0.1.tgz",
2049
+ "integrity": "sha512-5+5HqXnsZPE65IJZSMkZtURARZelel2oXUEO8rH83VS/hxH5vv1uHquPg5wZs8yMAfdv971IU+kcPUczi7NVBQ==",
2050
+ "license": "MIT",
2051
+ "engines": {
2052
+ "node": ">=0.10.0"
2053
+ }
2054
+ },
2055
+ "node_modules/postgres-date": {
2056
+ "version": "1.0.7",
2057
+ "resolved": "https://registry.npmjs.org/postgres-date/-/postgres-date-1.0.7.tgz",
2058
+ "integrity": "sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==",
2059
+ "license": "MIT",
2060
+ "engines": {
2061
+ "node": ">=0.10.0"
2062
+ }
2063
+ },
2064
+ "node_modules/postgres-interval": {
2065
+ "version": "1.2.0",
2066
+ "resolved": "https://registry.npmjs.org/postgres-interval/-/postgres-interval-1.2.0.tgz",
2067
+ "integrity": "sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==",
2068
+ "license": "MIT",
2069
+ "dependencies": {
2070
+ "xtend": "^4.0.0"
2071
+ },
2072
+ "engines": {
2073
+ "node": ">=0.10.0"
2074
+ }
2075
+ },
2076
+ "node_modules/proxy-addr": {
2077
+ "version": "2.0.7",
2078
+ "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
2079
+ "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
2080
+ "license": "MIT",
2081
+ "dependencies": {
2082
+ "forwarded": "0.2.0",
2083
+ "ipaddr.js": "1.9.1"
2084
+ },
2085
+ "engines": {
2086
+ "node": ">= 0.10"
2087
+ }
2088
+ },
2089
+ "node_modules/qs": {
2090
+ "version": "6.16.0",
2091
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.16.0.tgz",
2092
+ "integrity": "sha512-h6fhOIaRrID2CbEY2fqs+7t+UXZo+MLAnU5gRIq85uFtdiUPCdsApMlHhXogKVM4HM2DVbIjGNTTYH2OcmP1vA==",
2093
+ "license": "BSD-3-Clause",
2094
+ "dependencies": {
2095
+ "es-define-property": "^1.0.1",
2096
+ "side-channel": "^1.1.1"
2097
+ },
2098
+ "engines": {
2099
+ "node": ">=0.6"
2100
+ },
2101
+ "funding": {
2102
+ "url": "https://github.com/sponsors/ljharb"
2103
+ }
2104
+ },
2105
+ "node_modules/range-parser": {
2106
+ "version": "1.3.0",
2107
+ "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.3.0.tgz",
2108
+ "integrity": "sha512-hek2mFQpPuI4E1BBKrSto+BU3e3x4xuarsbiwr3+lf7p44juvFMV0XFWQAP3xUyqXA4RrXLIoaSUGbSt056ZMw==",
2109
+ "license": "MIT",
2110
+ "engines": {
2111
+ "node": ">= 0.6"
2112
+ },
2113
+ "funding": {
2114
+ "type": "opencollective",
2115
+ "url": "https://opencollective.com/express"
2116
+ }
2117
+ },
2118
+ "node_modules/raw-body": {
2119
+ "version": "3.0.2",
2120
+ "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.2.tgz",
2121
+ "integrity": "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==",
2122
+ "license": "MIT",
2123
+ "dependencies": {
2124
+ "bytes": "~3.1.2",
2125
+ "http-errors": "~2.0.1",
2126
+ "iconv-lite": "~0.7.0",
2127
+ "unpipe": "~1.0.0"
2128
+ },
2129
+ "engines": {
2130
+ "node": ">= 0.10"
2131
+ }
2132
+ },
2133
+ "node_modules/react": {
2134
+ "version": "19.3.0",
2135
+ "resolved": "https://registry.npmjs.org/react/-/react-19.3.0.tgz",
2136
+ "integrity": "sha512-E8LUcbtBWt20bbl2YoHfx4ZDBdxVTfOKtCZn9cDSJ4l6/nuoApcpIBcj47t2wZoVX8g2ZHuMHbiShgCR1T5Sog==",
2137
+ "license": "MIT",
2138
+ "engines": {
2139
+ "node": ">=0.10.0"
2140
+ }
2141
+ },
2142
+ "node_modules/react-dom": {
2143
+ "version": "19.3.0",
2144
+ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.3.0.tgz",
2145
+ "integrity": "sha512-JDk8dgif51OjFoDE70+OT9ICyYr+69HlmihNwp1+Nsfbna3t5sIiCa9ZJktDmQ4/1b/rn26hIAR2uYXDMr5r0Q==",
2146
+ "license": "MIT",
2147
+ "dependencies": {
2148
+ "scheduler": "^0.28.0"
2149
+ },
2150
+ "peerDependencies": {
2151
+ "react": "^19.3.0"
2152
+ }
2153
+ },
2154
+ "node_modules/readable-stream": {
2155
+ "version": "3.6.2",
2156
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
2157
+ "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
2158
+ "license": "MIT",
2159
+ "dependencies": {
2160
+ "inherits": "^2.0.3",
2161
+ "string_decoder": "^1.1.1",
2162
+ "util-deprecate": "^1.0.1"
2163
+ },
2164
+ "engines": {
2165
+ "node": ">= 6"
2166
+ }
2167
+ },
2168
+ "node_modules/reflect-metadata": {
2169
+ "version": "0.2.2",
2170
+ "resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.2.2.tgz",
2171
+ "integrity": "sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==",
2172
+ "license": "Apache-2.0"
2173
+ },
2174
+ "node_modules/router": {
2175
+ "version": "2.2.0",
2176
+ "resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz",
2177
+ "integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==",
2178
+ "license": "MIT",
2179
+ "dependencies": {
2180
+ "debug": "^4.4.0",
2181
+ "depd": "^2.0.0",
2182
+ "is-promise": "^4.0.0",
2183
+ "parseurl": "^1.3.3",
2184
+ "path-to-regexp": "^8.0.0"
2185
+ },
2186
+ "engines": {
2187
+ "node": ">= 18"
2188
+ }
2189
+ },
2190
+ "node_modules/rxjs": {
2191
+ "version": "7.8.2",
2192
+ "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz",
2193
+ "integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==",
2194
+ "license": "Apache-2.0",
2195
+ "dependencies": {
2196
+ "tslib": "^2.1.0"
2197
+ }
2198
+ },
2199
+ "node_modules/safe-buffer": {
2200
+ "version": "5.2.1",
2201
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
2202
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
2203
+ "funding": [
2204
+ {
2205
+ "type": "github",
2206
+ "url": "https://github.com/sponsors/feross"
2207
+ },
2208
+ {
2209
+ "type": "patreon",
2210
+ "url": "https://www.patreon.com/feross"
2211
+ },
2212
+ {
2213
+ "type": "consulting",
2214
+ "url": "https://feross.org/support"
2215
+ }
2216
+ ],
2217
+ "license": "MIT"
2218
+ },
2219
+ "node_modules/safer-buffer": {
2220
+ "version": "2.1.2",
2221
+ "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
2222
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
2223
+ "license": "MIT"
2224
+ },
2225
+ "node_modules/scheduler": {
2226
+ "version": "0.28.0",
2227
+ "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.28.0.tgz",
2228
+ "integrity": "sha512-juorfCmIkIw8tT+p5BXSm6PJjQF/ycEYmKyzURCIt/RaZIhL+PulbQ9Yu2z1HdOJDdqDTlxA1+xKBmHXJsczAw==",
2229
+ "license": "MIT"
2230
+ },
2231
+ "node_modules/semver": {
2232
+ "version": "7.8.5",
2233
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
2234
+ "integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
2235
+ "license": "ISC",
2236
+ "optional": true,
2237
+ "bin": {
2238
+ "semver": "bin/semver.js"
2239
+ },
2240
+ "engines": {
2241
+ "node": ">=10"
2242
+ }
2243
+ },
2244
+ "node_modules/send": {
2245
+ "version": "1.2.1",
2246
+ "resolved": "https://registry.npmjs.org/send/-/send-1.2.1.tgz",
2247
+ "integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
2248
+ "license": "MIT",
2249
+ "dependencies": {
2250
+ "debug": "^4.4.3",
2251
+ "encodeurl": "^2.0.0",
2252
+ "escape-html": "^1.0.3",
2253
+ "etag": "^1.8.1",
2254
+ "fresh": "^2.0.0",
2255
+ "http-errors": "^2.0.1",
2256
+ "mime-types": "^3.0.2",
2257
+ "ms": "^2.1.3",
2258
+ "on-finished": "^2.4.1",
2259
+ "range-parser": "^1.2.1",
2260
+ "statuses": "^2.0.2"
2261
+ },
2262
+ "engines": {
2263
+ "node": ">= 18"
2264
+ },
2265
+ "funding": {
2266
+ "type": "opencollective",
2267
+ "url": "https://opencollective.com/express"
2268
+ }
2269
+ },
2270
+ "node_modules/serve-static": {
2271
+ "version": "2.2.1",
2272
+ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz",
2273
+ "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
2274
+ "license": "MIT",
2275
+ "dependencies": {
2276
+ "encodeurl": "^2.0.0",
2277
+ "escape-html": "^1.0.3",
2278
+ "parseurl": "^1.3.3",
2279
+ "send": "^1.2.0"
2280
+ },
2281
+ "engines": {
2282
+ "node": ">= 18"
2283
+ },
2284
+ "funding": {
2285
+ "type": "opencollective",
2286
+ "url": "https://opencollective.com/express"
2287
+ }
2288
+ },
2289
+ "node_modules/server-only": {
2290
+ "version": "0.0.1",
2291
+ "resolved": "https://registry.npmjs.org/server-only/-/server-only-0.0.1.tgz",
2292
+ "integrity": "sha512-qepMx2JxAa5jjfzxG79yPPq+8BuFToHd1hm7kI+Z4zAq1ftQiP7HcxMhDDItrbtwVeLg/cY2JnKnrcFkmiswNA==",
2293
+ "license": "MIT"
2294
+ },
2295
+ "node_modules/setprototypeof": {
2296
+ "version": "1.2.0",
2297
+ "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
2298
+ "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
2299
+ "license": "ISC"
2300
+ },
2301
+ "node_modules/sharp": {
2302
+ "version": "0.35.4",
2303
+ "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.35.4.tgz",
2304
+ "integrity": "sha512-n++8XWcj+jCOr2IOl7h8LbKnGBDY4aPbmprMONBNFdn0ImXqpGVv5zliDs0V9HbmbCQLpbuo2ej9rAoOQTvMDA==",
2305
+ "license": "Apache-2.0",
2306
+ "optional": true,
2307
+ "dependencies": {
2308
+ "@img/colour": "^1.1.0",
2309
+ "detect-libc": "^2.1.2",
2310
+ "semver": "^7.8.5"
2311
+ },
2312
+ "engines": {
2313
+ "node": ">=20.9.0"
2314
+ },
2315
+ "funding": {
2316
+ "url": "https://opencollective.com/libvips"
2317
+ },
2318
+ "optionalDependencies": {
2319
+ "@img/sharp-darwin-arm64": "0.35.4",
2320
+ "@img/sharp-darwin-x64": "0.35.4",
2321
+ "@img/sharp-freebsd-wasm32": "0.35.4",
2322
+ "@img/sharp-libvips-darwin-arm64": "1.3.3",
2323
+ "@img/sharp-libvips-darwin-x64": "1.3.3",
2324
+ "@img/sharp-libvips-linux-arm": "1.3.3",
2325
+ "@img/sharp-libvips-linux-arm64": "1.3.3",
2326
+ "@img/sharp-libvips-linux-ppc64": "1.3.3",
2327
+ "@img/sharp-libvips-linux-riscv64": "1.3.3",
2328
+ "@img/sharp-libvips-linux-s390x": "1.3.3",
2329
+ "@img/sharp-libvips-linux-x64": "1.3.3",
2330
+ "@img/sharp-libvips-linuxmusl-arm64": "1.3.3",
2331
+ "@img/sharp-libvips-linuxmusl-x64": "1.3.3",
2332
+ "@img/sharp-linux-arm": "0.35.4",
2333
+ "@img/sharp-linux-arm64": "0.35.4",
2334
+ "@img/sharp-linux-ppc64": "0.35.4",
2335
+ "@img/sharp-linux-riscv64": "0.35.4",
2336
+ "@img/sharp-linux-s390x": "0.35.4",
2337
+ "@img/sharp-linux-x64": "0.35.4",
2338
+ "@img/sharp-linuxmusl-arm64": "0.35.4",
2339
+ "@img/sharp-linuxmusl-x64": "0.35.4",
2340
+ "@img/sharp-webcontainers-wasm32": "0.35.4",
2341
+ "@img/sharp-win32-arm64": "0.35.4",
2342
+ "@img/sharp-win32-ia32": "0.35.4",
2343
+ "@img/sharp-win32-x64": "0.35.4"
2344
+ },
2345
+ "peerDependenciesMeta": {
2346
+ "@types/node": {
2347
+ "optional": true
2348
+ }
2349
+ }
2350
+ },
2351
+ "node_modules/side-channel": {
2352
+ "version": "1.1.1",
2353
+ "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.1.tgz",
2354
+ "integrity": "sha512-6x6dK6zJdpTzF4sQeNYxwtvBzf6Eg4GtlesS94HOvTudUeyK2WXAaIfmDgsyslYrRBeFIlsi54AYsFGUuhmvrQ==",
2355
+ "license": "MIT",
2356
+ "dependencies": {
2357
+ "es-errors": "^1.3.0",
2358
+ "object-inspect": "^1.13.4",
2359
+ "side-channel-list": "^1.0.1",
2360
+ "side-channel-map": "^1.0.1",
2361
+ "side-channel-weakmap": "^1.0.2"
2362
+ },
2363
+ "engines": {
2364
+ "node": ">= 0.4"
2365
+ },
2366
+ "funding": {
2367
+ "url": "https://github.com/sponsors/ljharb"
2368
+ }
2369
+ },
2370
+ "node_modules/side-channel-list": {
2371
+ "version": "1.0.1",
2372
+ "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.1.tgz",
2373
+ "integrity": "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==",
2374
+ "license": "MIT",
2375
+ "dependencies": {
2376
+ "es-errors": "^1.3.0",
2377
+ "object-inspect": "^1.13.4"
2378
+ },
2379
+ "engines": {
2380
+ "node": ">= 0.4"
2381
+ },
2382
+ "funding": {
2383
+ "url": "https://github.com/sponsors/ljharb"
2384
+ }
2385
+ },
2386
+ "node_modules/side-channel-map": {
2387
+ "version": "1.0.1",
2388
+ "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
2389
+ "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
2390
+ "license": "MIT",
2391
+ "dependencies": {
2392
+ "call-bound": "^1.0.2",
2393
+ "es-errors": "^1.3.0",
2394
+ "get-intrinsic": "^1.2.5",
2395
+ "object-inspect": "^1.13.3"
2396
+ },
2397
+ "engines": {
2398
+ "node": ">= 0.4"
2399
+ },
2400
+ "funding": {
2401
+ "url": "https://github.com/sponsors/ljharb"
2402
+ }
2403
+ },
2404
+ "node_modules/side-channel-weakmap": {
2405
+ "version": "1.0.2",
2406
+ "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
2407
+ "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
2408
+ "license": "MIT",
2409
+ "dependencies": {
2410
+ "call-bound": "^1.0.2",
2411
+ "es-errors": "^1.3.0",
2412
+ "get-intrinsic": "^1.2.5",
2413
+ "object-inspect": "^1.13.3",
2414
+ "side-channel-map": "^1.0.1"
2415
+ },
2416
+ "engines": {
2417
+ "node": ">= 0.4"
2418
+ },
2419
+ "funding": {
2420
+ "url": "https://github.com/sponsors/ljharb"
2421
+ }
2422
+ },
2423
+ "node_modules/source-map-js": {
2424
+ "version": "1.2.1",
2425
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
2426
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
2427
+ "license": "BSD-3-Clause",
2428
+ "engines": {
2429
+ "node": ">=0.10.0"
2430
+ }
2431
+ },
2432
+ "node_modules/split2": {
2433
+ "version": "4.2.0",
2434
+ "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
2435
+ "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
2436
+ "license": "ISC",
2437
+ "engines": {
2438
+ "node": ">= 10.x"
2439
+ }
2440
+ },
2441
+ "node_modules/statuses": {
2442
+ "version": "2.0.2",
2443
+ "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
2444
+ "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
2445
+ "license": "MIT",
2446
+ "engines": {
2447
+ "node": ">= 0.8"
2448
+ }
2449
+ },
2450
+ "node_modules/streamsearch": {
2451
+ "version": "1.1.0",
2452
+ "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz",
2453
+ "integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==",
2454
+ "engines": {
2455
+ "node": ">=10.0.0"
2456
+ }
2457
+ },
2458
+ "node_modules/string_decoder": {
2459
+ "version": "1.3.0",
2460
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
2461
+ "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
2462
+ "license": "MIT",
2463
+ "dependencies": {
2464
+ "safe-buffer": "~5.2.0"
2465
+ }
2466
+ },
2467
+ "node_modules/strtok3": {
2468
+ "version": "10.3.5",
2469
+ "resolved": "https://registry.npmjs.org/strtok3/-/strtok3-10.3.5.tgz",
2470
+ "integrity": "sha512-ki4hZQfh5rX0QDLLkOCj+h+CVNkqmp/CMf8v8kZpkNVK6jGQooMytqzLZYUVYIZcFZ6yDB70EfD8POcFXiF5oA==",
2471
+ "license": "MIT",
2472
+ "dependencies": {
2473
+ "@tokenizer/token": "^0.3.0"
2474
+ },
2475
+ "engines": {
2476
+ "node": ">=18"
2477
+ },
2478
+ "funding": {
2479
+ "type": "github",
2480
+ "url": "https://github.com/sponsors/Borewit"
2481
+ }
2482
+ },
2483
+ "node_modules/styled-jsx": {
2484
+ "version": "5.1.6",
2485
+ "resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.6.tgz",
2486
+ "integrity": "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==",
2487
+ "license": "MIT",
2488
+ "dependencies": {
2489
+ "client-only": "0.0.1"
2490
+ },
2491
+ "engines": {
2492
+ "node": ">= 12.0.0"
2493
+ },
2494
+ "peerDependencies": {
2495
+ "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0"
2496
+ },
2497
+ "peerDependenciesMeta": {
2498
+ "@babel/core": {
2499
+ "optional": true
2500
+ },
2501
+ "babel-plugin-macros": {
2502
+ "optional": true
2503
+ }
2504
+ }
2505
+ },
2506
+ "node_modules/toidentifier": {
2507
+ "version": "1.0.1",
2508
+ "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
2509
+ "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
2510
+ "license": "MIT",
2511
+ "engines": {
2512
+ "node": ">=0.6"
2513
+ }
2514
+ },
2515
+ "node_modules/token-types": {
2516
+ "version": "6.1.2",
2517
+ "resolved": "https://registry.npmjs.org/token-types/-/token-types-6.1.2.tgz",
2518
+ "integrity": "sha512-dRXchy+C0IgK8WPC6xvCHFRIWYUbqqdEIKPaKo/AcTUNzwLTK6AH7RjdLWsEZcAN/TBdtfUw3PYEgPr5VPr6ww==",
2519
+ "license": "MIT",
2520
+ "dependencies": {
2521
+ "@borewit/text-codec": "^0.2.1",
2522
+ "@tokenizer/token": "^0.3.0",
2523
+ "ieee754": "^1.2.1"
2524
+ },
2525
+ "engines": {
2526
+ "node": ">=14.16"
2527
+ },
2528
+ "funding": {
2529
+ "type": "github",
2530
+ "url": "https://github.com/sponsors/Borewit"
2531
+ }
2532
+ },
2533
+ "node_modules/tslib": {
2534
+ "version": "2.8.1",
2535
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
2536
+ "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
2537
+ "license": "0BSD"
2538
+ },
2539
+ "node_modules/type-is": {
2540
+ "version": "2.1.0",
2541
+ "resolved": "https://registry.npmjs.org/type-is/-/type-is-2.1.0.tgz",
2542
+ "integrity": "sha512-faYHw0anBbc/kWF3zFTEnxSFOAGUX9GFbOBthvDdLsIlEoWOFOtS0zgCiQYwIskL9iGXZL3kAXD8OoZ4GmMATA==",
2543
+ "license": "MIT",
2544
+ "dependencies": {
2545
+ "content-type": "^2.0.0",
2546
+ "media-typer": "^1.1.0",
2547
+ "mime-types": "^3.0.0"
2548
+ },
2549
+ "engines": {
2550
+ "node": ">= 18"
2551
+ },
2552
+ "funding": {
2553
+ "type": "opencollective",
2554
+ "url": "https://opencollective.com/express"
2555
+ }
2556
+ },
2557
+ "node_modules/type-is/node_modules/content-type": {
2558
+ "version": "2.1.0",
2559
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-2.1.0.tgz",
2560
+ "integrity": "sha512-mj7UPXE0jaqaOsukNZRUEfEi2AcL7C/vwmwcHV0O97eO1E1pxBZuyjlZrx5seTaNBg1U6+o35wpa35Qfcc+7ag==",
2561
+ "license": "MIT",
2562
+ "engines": {
2563
+ "node": ">=18"
2564
+ },
2565
+ "funding": {
2566
+ "type": "opencollective",
2567
+ "url": "https://opencollective.com/express"
2568
+ }
2569
+ },
2570
+ "node_modules/typedarray": {
2571
+ "version": "0.0.6",
2572
+ "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
2573
+ "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==",
2574
+ "license": "MIT"
2575
+ },
2576
+ "node_modules/typescript": {
2577
+ "version": "5.9.3",
2578
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
2579
+ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
2580
+ "dev": true,
2581
+ "license": "Apache-2.0",
2582
+ "bin": {
2583
+ "tsc": "bin/tsc",
2584
+ "tsserver": "bin/tsserver"
2585
+ },
2586
+ "engines": {
2587
+ "node": ">=14.17"
2588
+ }
2589
+ },
2590
+ "node_modules/uid": {
2591
+ "version": "2.0.2",
2592
+ "resolved": "https://registry.npmjs.org/uid/-/uid-2.0.2.tgz",
2593
+ "integrity": "sha512-u3xV3X7uzvi5b1MncmZo3i2Aw222Zk1keqLA1YkHldREkAhAqi65wuPfe7lHx8H/Wzy+8CE7S7uS3jekIM5s8g==",
2594
+ "license": "MIT",
2595
+ "dependencies": {
2596
+ "@lukeed/csprng": "^1.0.0"
2597
+ },
2598
+ "engines": {
2599
+ "node": ">=8"
2600
+ }
2601
+ },
2602
+ "node_modules/uint8array-extras": {
2603
+ "version": "1.5.0",
2604
+ "resolved": "https://registry.npmjs.org/uint8array-extras/-/uint8array-extras-1.5.0.tgz",
2605
+ "integrity": "sha512-rvKSBiC5zqCCiDZ9kAOszZcDvdAHwwIKJG33Ykj43OKcWsnmcBRL09YTU4nOeHZ8Y2a7l1MgTd08SBe9A8Qj6A==",
2606
+ "license": "MIT",
2607
+ "engines": {
2608
+ "node": ">=18"
2609
+ },
2610
+ "funding": {
2611
+ "url": "https://github.com/sponsors/sindresorhus"
2612
+ }
2613
+ },
2614
+ "node_modules/undici-types": {
2615
+ "version": "6.21.0",
2616
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
2617
+ "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
2618
+ "devOptional": true,
2619
+ "license": "MIT"
2620
+ },
2621
+ "node_modules/unpipe": {
2622
+ "version": "1.0.0",
2623
+ "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
2624
+ "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
2625
+ "license": "MIT",
2626
+ "engines": {
2627
+ "node": ">= 0.8"
2628
+ }
2629
+ },
2630
+ "node_modules/util-deprecate": {
2631
+ "version": "1.0.2",
2632
+ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
2633
+ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
2634
+ "license": "MIT"
2635
+ },
2636
+ "node_modules/vary": {
2637
+ "version": "1.1.2",
2638
+ "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
2639
+ "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
2640
+ "license": "MIT",
2641
+ "engines": {
2642
+ "node": ">= 0.8"
2643
+ }
2644
+ },
2645
+ "node_modules/wrappy": {
2646
+ "version": "1.0.2",
2647
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
2648
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
2649
+ "license": "ISC"
2650
+ },
2651
+ "node_modules/xtend": {
2652
+ "version": "4.0.2",
2653
+ "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
2654
+ "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
2655
+ "license": "MIT",
2656
+ "engines": {
2657
+ "node": ">=0.4"
2658
+ }
2659
+ }
2660
+ }
2661
+ }