agentvibes 2.0.7 → 2.0.8

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 (152) hide show
  1. package/.claude/commands/agent-vibes/whoami.md +2 -2
  2. package/.claude/hooks/check-output-style.sh +60 -0
  3. package/.claude/hooks/personality-manager.sh +34 -2
  4. package/.claude/hooks/play-tts-piper.sh +26 -8
  5. package/.claude/hooks/voice-manager.sh +85 -36
  6. package/.claude/personalities/angry.md +2 -1
  7. package/.claude/personalities/annoying.md +2 -1
  8. package/.claude/personalities/crass.md +2 -1
  9. package/.claude/personalities/dramatic.md +2 -1
  10. package/.claude/personalities/dry-humor.md +2 -1
  11. package/.claude/personalities/flirty.md +2 -1
  12. package/.claude/personalities/funny.md +2 -1
  13. package/.claude/personalities/grandpa.md +2 -1
  14. package/.claude/personalities/millennial.md +2 -1
  15. package/.claude/personalities/moody.md +2 -1
  16. package/.claude/personalities/normal.md +2 -1
  17. package/.claude/personalities/pirate.md +2 -1
  18. package/.claude/personalities/poetic.md +2 -1
  19. package/.claude/personalities/professional.md +2 -1
  20. package/.claude/personalities/robot.md +2 -1
  21. package/.claude/personalities/sarcastic.md +2 -1
  22. package/.claude/personalities/sassy.md +2 -1
  23. package/.claude/personalities/surfer-dude.md +2 -1
  24. package/.claude/personalities/zen.md +2 -1
  25. package/RELEASE_NOTES.md +75 -0
  26. package/agentvibes.org/.claude/commands/agent-vibes/add.md +21 -0
  27. package/agentvibes.org/.claude/commands/agent-vibes/agent-vibes.md +68 -0
  28. package/agentvibes.org/.claude/commands/agent-vibes/commands.json +53 -0
  29. package/agentvibes.org/.claude/commands/agent-vibes/get.md +9 -0
  30. package/agentvibes.org/.claude/commands/agent-vibes/list.md +13 -0
  31. package/agentvibes.org/.claude/commands/agent-vibes/personality.md +79 -0
  32. package/agentvibes.org/.claude/commands/agent-vibes/preview.md +16 -0
  33. package/agentvibes.org/.claude/commands/agent-vibes/provider.md +54 -0
  34. package/agentvibes.org/.claude/commands/agent-vibes/replay.md +19 -0
  35. package/agentvibes.org/.claude/commands/agent-vibes/sample.md +12 -0
  36. package/agentvibes.org/.claude/commands/agent-vibes/sentiment.md +52 -0
  37. package/agentvibes.org/.claude/commands/agent-vibes/set-language.md +47 -0
  38. package/agentvibes.org/.claude/commands/agent-vibes/set-pretext.md +65 -0
  39. package/agentvibes.org/.claude/commands/agent-vibes/switch.md +53 -0
  40. package/agentvibes.org/.claude/commands/agent-vibes/update.md +20 -0
  41. package/agentvibes.org/.claude/commands/agent-vibes/version.md +10 -0
  42. package/agentvibes.org/.claude/commands/agent-vibes/whoami.md +7 -0
  43. package/agentvibes.org/.claude/hooks/bmad-voice-manager.sh +278 -0
  44. package/agentvibes.org/.claude/hooks/language-manager.sh +190 -0
  45. package/agentvibes.org/.claude/hooks/personality-manager.sh +279 -0
  46. package/agentvibes.org/.claude/hooks/piper-download-voices.sh +133 -0
  47. package/agentvibes.org/.claude/hooks/piper-voice-manager.sh +227 -0
  48. package/agentvibes.org/.claude/hooks/play-tts-elevenlabs.sh +201 -0
  49. package/agentvibes.org/.claude/hooks/play-tts-piper.sh +175 -0
  50. package/agentvibes.org/.claude/hooks/play-tts.sh +138 -0
  51. package/agentvibes.org/.claude/hooks/provider-commands.sh +374 -0
  52. package/agentvibes.org/.claude/hooks/provider-manager.sh +196 -0
  53. package/agentvibes.org/.claude/hooks/sentiment-manager.sh +163 -0
  54. package/agentvibes.org/.claude/hooks/voice-manager.sh +349 -0
  55. package/agentvibes.org/.claude/hooks/voices-config.sh +33 -0
  56. package/agentvibes.org/.claude/journal/2025-10-07.html +373 -0
  57. package/agentvibes.org/.claude/journal/index.html +91 -0
  58. package/agentvibes.org/.claude/output-styles/agent-vibes.md +203 -0
  59. package/agentvibes.org/.claude/personalities/angry.md +16 -0
  60. package/agentvibes.org/.claude/personalities/annoying.md +16 -0
  61. package/agentvibes.org/.claude/personalities/crass.md +16 -0
  62. package/agentvibes.org/.claude/personalities/dramatic.md +16 -0
  63. package/agentvibes.org/.claude/personalities/dry-humor.md +52 -0
  64. package/agentvibes.org/.claude/personalities/flirty.md +22 -0
  65. package/agentvibes.org/.claude/personalities/funny.md +16 -0
  66. package/agentvibes.org/.claude/personalities/grandpa.md +34 -0
  67. package/agentvibes.org/.claude/personalities/millennial.md +16 -0
  68. package/agentvibes.org/.claude/personalities/moody.md +16 -0
  69. package/agentvibes.org/.claude/personalities/normal.md +18 -0
  70. package/agentvibes.org/.claude/personalities/pirate.md +16 -0
  71. package/agentvibes.org/.claude/personalities/poetic.md +16 -0
  72. package/agentvibes.org/.claude/personalities/professional.md +16 -0
  73. package/agentvibes.org/.claude/personalities/robot.md +16 -0
  74. package/agentvibes.org/.claude/personalities/sarcastic.md +40 -0
  75. package/agentvibes.org/.claude/personalities/sassy.md +16 -0
  76. package/agentvibes.org/.claude/personalities/surfer-dude.md +16 -0
  77. package/agentvibes.org/.claude/personalities/zen.md +16 -0
  78. package/agentvibes.org/.mcp-minimal.json +60 -0
  79. package/agentvibes.org/CHANGELOG.md +56 -0
  80. package/agentvibes.org/README.md +93 -0
  81. package/agentvibes.org/app/(auth)/layout.tsx +15 -0
  82. package/agentvibes.org/app/(auth)/reset-password/page.tsx +45 -0
  83. package/agentvibes.org/app/(auth)/signin/page.tsx +82 -0
  84. package/agentvibes.org/app/(auth)/signup/page.tsx +104 -0
  85. package/agentvibes.org/app/(default)/layout.tsx +31 -0
  86. package/agentvibes.org/app/(default)/page.tsx +20 -0
  87. package/agentvibes.org/app/api/hello/route.ts +3 -0
  88. package/agentvibes.org/app/css/additional-styles/theme.css +82 -0
  89. package/agentvibes.org/app/css/additional-styles/utility-patterns.css +55 -0
  90. package/agentvibes.org/app/css/style.css +100 -0
  91. package/agentvibes.org/app/layout.tsx +63 -0
  92. package/agentvibes.org/components/cta.tsx +58 -0
  93. package/agentvibes.org/components/features.tsx +256 -0
  94. package/agentvibes.org/components/hero-home.tsx +133 -0
  95. package/agentvibes.org/components/modal-video.tsx +137 -0
  96. package/agentvibes.org/components/page-illustration.tsx +55 -0
  97. package/agentvibes.org/components/spotlight.tsx +77 -0
  98. package/agentvibes.org/components/testimonials.tsx +282 -0
  99. package/agentvibes.org/components/ui/footer.tsx +82 -0
  100. package/agentvibes.org/components/ui/header.tsx +53 -0
  101. package/agentvibes.org/components/ui/logo.tsx +10 -0
  102. package/agentvibes.org/components/workflows.tsx +176 -0
  103. package/agentvibes.org/next.config.js +4 -0
  104. package/agentvibes.org/package-lock.json +1974 -0
  105. package/agentvibes.org/package.json +30 -0
  106. package/agentvibes.org/pnpm-lock.yaml +1141 -0
  107. package/agentvibes.org/postcss.config.js +5 -0
  108. package/agentvibes.org/public/audio/02-sarcastic.mp3 +0 -0
  109. package/agentvibes.org/public/audio/03-angry.mp3 +0 -0
  110. package/agentvibes.org/public/audio/04-grandpa.mp3 +0 -0
  111. package/agentvibes.org/public/audio/05-sarcastic-example2.mp3 +0 -0
  112. package/agentvibes.org/public/audio/french-rachel.mp3 +0 -0
  113. package/agentvibes.org/public/audio/spanish-antoni.mp3 +0 -0
  114. package/agentvibes.org/public/favicon.ico +0 -0
  115. package/agentvibes.org/public/fonts/nacelle-italic.woff2 +0 -0
  116. package/agentvibes.org/public/fonts/nacelle-regular.woff2 +0 -0
  117. package/agentvibes.org/public/fonts/nacelle-semibold.woff2 +0 -0
  118. package/agentvibes.org/public/fonts/nacelle-semibolditalic.woff2 +0 -0
  119. package/agentvibes.org/public/images/blurred-shape-gray.svg +1 -0
  120. package/agentvibes.org/public/images/blurred-shape.svg +1 -0
  121. package/agentvibes.org/public/images/client-logo-01.svg +1 -0
  122. package/agentvibes.org/public/images/client-logo-02.svg +1 -0
  123. package/agentvibes.org/public/images/client-logo-03.svg +1 -0
  124. package/agentvibes.org/public/images/client-logo-04.svg +1 -0
  125. package/agentvibes.org/public/images/client-logo-05.svg +1 -0
  126. package/agentvibes.org/public/images/client-logo-06.svg +1 -0
  127. package/agentvibes.org/public/images/client-logo-07.svg +1 -0
  128. package/agentvibes.org/public/images/client-logo-08.svg +1 -0
  129. package/agentvibes.org/public/images/client-logo-09.svg +1 -0
  130. package/agentvibes.org/public/images/features.png +0 -0
  131. package/agentvibes.org/public/images/footer-illustration.svg +1 -0
  132. package/agentvibes.org/public/images/hero-image-01.jpg +0 -0
  133. package/agentvibes.org/public/images/logo.svg +1 -0
  134. package/agentvibes.org/public/images/page-illustration.svg +1 -0
  135. package/agentvibes.org/public/images/secondary-illustration.svg +1 -0
  136. package/agentvibes.org/public/images/testimonial-01.jpg +0 -0
  137. package/agentvibes.org/public/images/testimonial-02.jpg +0 -0
  138. package/agentvibes.org/public/images/testimonial-03.jpg +0 -0
  139. package/agentvibes.org/public/images/testimonial-04.jpg +0 -0
  140. package/agentvibes.org/public/images/testimonial-05.jpg +0 -0
  141. package/agentvibes.org/public/images/testimonial-06.jpg +0 -0
  142. package/agentvibes.org/public/images/testimonial-07.jpg +0 -0
  143. package/agentvibes.org/public/images/testimonial-08.jpg +0 -0
  144. package/agentvibes.org/public/images/testimonial-09.jpg +0 -0
  145. package/agentvibes.org/public/images/workflow-01.png +0 -0
  146. package/agentvibes.org/public/images/workflow-02.png +0 -0
  147. package/agentvibes.org/public/images/workflow-03.png +0 -0
  148. package/agentvibes.org/public/videos/video.mp4 +0 -0
  149. package/agentvibes.org/tsconfig.json +28 -0
  150. package/agentvibes.org/utils/useMasonry.tsx +67 -0
  151. package/agentvibes.org/utils/useMousePosition.tsx +27 -0
  152. package/package.json +1 -1
@@ -0,0 +1,1974 @@
1
+ {
2
+ "name": "open-pro-next",
3
+ "version": "0.1.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "open-pro-next",
9
+ "version": "0.1.0",
10
+ "dependencies": {
11
+ "@headlessui/react": "^2.2.0",
12
+ "@types/node": "^22.13.0",
13
+ "@types/react": "19.0.8",
14
+ "@types/react-dom": "19.0.3",
15
+ "aos": "3.0.0-beta.6",
16
+ "next": "15.1.6",
17
+ "react": "19.0.0",
18
+ "react-dom": "19.0.0",
19
+ "typescript": "^5.7.3"
20
+ },
21
+ "devDependencies": {
22
+ "@tailwindcss/forms": "^0.5.10",
23
+ "@tailwindcss/postcss": "^4.0.3",
24
+ "@types/aos": "^3.0.7",
25
+ "postcss": "^8.5.1",
26
+ "tailwindcss": "^4.0.3"
27
+ }
28
+ },
29
+ "node_modules/@alloc/quick-lru": {
30
+ "version": "5.2.0",
31
+ "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
32
+ "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
33
+ "dev": true,
34
+ "license": "MIT",
35
+ "engines": {
36
+ "node": ">=10"
37
+ },
38
+ "funding": {
39
+ "url": "https://github.com/sponsors/sindresorhus"
40
+ }
41
+ },
42
+ "node_modules/@emnapi/runtime": {
43
+ "version": "1.5.0",
44
+ "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.5.0.tgz",
45
+ "integrity": "sha512-97/BJ3iXHww3djw6hYIfErCZFee7qCtrneuLa20UXFCOTCfBM2cvQHjWJ2EG0s0MtdNwInarqCTz35i4wWXHsQ==",
46
+ "license": "MIT",
47
+ "optional": true,
48
+ "dependencies": {
49
+ "tslib": "^2.4.0"
50
+ }
51
+ },
52
+ "node_modules/@floating-ui/core": {
53
+ "version": "1.7.3",
54
+ "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.3.tgz",
55
+ "integrity": "sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==",
56
+ "license": "MIT",
57
+ "dependencies": {
58
+ "@floating-ui/utils": "^0.2.10"
59
+ }
60
+ },
61
+ "node_modules/@floating-ui/dom": {
62
+ "version": "1.7.4",
63
+ "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.4.tgz",
64
+ "integrity": "sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA==",
65
+ "license": "MIT",
66
+ "dependencies": {
67
+ "@floating-ui/core": "^1.7.3",
68
+ "@floating-ui/utils": "^0.2.10"
69
+ }
70
+ },
71
+ "node_modules/@floating-ui/react": {
72
+ "version": "0.26.28",
73
+ "resolved": "https://registry.npmjs.org/@floating-ui/react/-/react-0.26.28.tgz",
74
+ "integrity": "sha512-yORQuuAtVpiRjpMhdc0wJj06b9JFjrYF4qp96j++v2NBpbi6SEGF7donUJ3TMieerQ6qVkAv1tgr7L4r5roTqw==",
75
+ "license": "MIT",
76
+ "dependencies": {
77
+ "@floating-ui/react-dom": "^2.1.2",
78
+ "@floating-ui/utils": "^0.2.8",
79
+ "tabbable": "^6.0.0"
80
+ },
81
+ "peerDependencies": {
82
+ "react": ">=16.8.0",
83
+ "react-dom": ">=16.8.0"
84
+ }
85
+ },
86
+ "node_modules/@floating-ui/react-dom": {
87
+ "version": "2.1.6",
88
+ "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.1.6.tgz",
89
+ "integrity": "sha512-4JX6rEatQEvlmgU80wZyq9RT96HZJa88q8hp0pBd+LrczeDI4o6uA2M+uvxngVHo4Ihr8uibXxH6+70zhAFrVw==",
90
+ "license": "MIT",
91
+ "dependencies": {
92
+ "@floating-ui/dom": "^1.7.4"
93
+ },
94
+ "peerDependencies": {
95
+ "react": ">=16.8.0",
96
+ "react-dom": ">=16.8.0"
97
+ }
98
+ },
99
+ "node_modules/@floating-ui/utils": {
100
+ "version": "0.2.10",
101
+ "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.10.tgz",
102
+ "integrity": "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==",
103
+ "license": "MIT"
104
+ },
105
+ "node_modules/@headlessui/react": {
106
+ "version": "2.2.9",
107
+ "resolved": "https://registry.npmjs.org/@headlessui/react/-/react-2.2.9.tgz",
108
+ "integrity": "sha512-Mb+Un58gwBn0/yWZfyrCh0TJyurtT+dETj7YHleylHk5od3dv2XqETPGWMyQ5/7sYN7oWdyM1u9MvC0OC8UmzQ==",
109
+ "license": "MIT",
110
+ "dependencies": {
111
+ "@floating-ui/react": "^0.26.16",
112
+ "@react-aria/focus": "^3.20.2",
113
+ "@react-aria/interactions": "^3.25.0",
114
+ "@tanstack/react-virtual": "^3.13.9",
115
+ "use-sync-external-store": "^1.5.0"
116
+ },
117
+ "engines": {
118
+ "node": ">=10"
119
+ },
120
+ "peerDependencies": {
121
+ "react": "^18 || ^19 || ^19.0.0-rc",
122
+ "react-dom": "^18 || ^19 || ^19.0.0-rc"
123
+ }
124
+ },
125
+ "node_modules/@img/sharp-darwin-arm64": {
126
+ "version": "0.33.5",
127
+ "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.33.5.tgz",
128
+ "integrity": "sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==",
129
+ "cpu": [
130
+ "arm64"
131
+ ],
132
+ "license": "Apache-2.0",
133
+ "optional": true,
134
+ "os": [
135
+ "darwin"
136
+ ],
137
+ "engines": {
138
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
139
+ },
140
+ "funding": {
141
+ "url": "https://opencollective.com/libvips"
142
+ },
143
+ "optionalDependencies": {
144
+ "@img/sharp-libvips-darwin-arm64": "1.0.4"
145
+ }
146
+ },
147
+ "node_modules/@img/sharp-darwin-x64": {
148
+ "version": "0.33.5",
149
+ "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.33.5.tgz",
150
+ "integrity": "sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==",
151
+ "cpu": [
152
+ "x64"
153
+ ],
154
+ "license": "Apache-2.0",
155
+ "optional": true,
156
+ "os": [
157
+ "darwin"
158
+ ],
159
+ "engines": {
160
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
161
+ },
162
+ "funding": {
163
+ "url": "https://opencollective.com/libvips"
164
+ },
165
+ "optionalDependencies": {
166
+ "@img/sharp-libvips-darwin-x64": "1.0.4"
167
+ }
168
+ },
169
+ "node_modules/@img/sharp-libvips-darwin-arm64": {
170
+ "version": "1.0.4",
171
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.0.4.tgz",
172
+ "integrity": "sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==",
173
+ "cpu": [
174
+ "arm64"
175
+ ],
176
+ "license": "LGPL-3.0-or-later",
177
+ "optional": true,
178
+ "os": [
179
+ "darwin"
180
+ ],
181
+ "funding": {
182
+ "url": "https://opencollective.com/libvips"
183
+ }
184
+ },
185
+ "node_modules/@img/sharp-libvips-darwin-x64": {
186
+ "version": "1.0.4",
187
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.0.4.tgz",
188
+ "integrity": "sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==",
189
+ "cpu": [
190
+ "x64"
191
+ ],
192
+ "license": "LGPL-3.0-or-later",
193
+ "optional": true,
194
+ "os": [
195
+ "darwin"
196
+ ],
197
+ "funding": {
198
+ "url": "https://opencollective.com/libvips"
199
+ }
200
+ },
201
+ "node_modules/@img/sharp-libvips-linux-arm": {
202
+ "version": "1.0.5",
203
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.0.5.tgz",
204
+ "integrity": "sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==",
205
+ "cpu": [
206
+ "arm"
207
+ ],
208
+ "license": "LGPL-3.0-or-later",
209
+ "optional": true,
210
+ "os": [
211
+ "linux"
212
+ ],
213
+ "funding": {
214
+ "url": "https://opencollective.com/libvips"
215
+ }
216
+ },
217
+ "node_modules/@img/sharp-libvips-linux-arm64": {
218
+ "version": "1.0.4",
219
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.0.4.tgz",
220
+ "integrity": "sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==",
221
+ "cpu": [
222
+ "arm64"
223
+ ],
224
+ "license": "LGPL-3.0-or-later",
225
+ "optional": true,
226
+ "os": [
227
+ "linux"
228
+ ],
229
+ "funding": {
230
+ "url": "https://opencollective.com/libvips"
231
+ }
232
+ },
233
+ "node_modules/@img/sharp-libvips-linux-s390x": {
234
+ "version": "1.0.4",
235
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.0.4.tgz",
236
+ "integrity": "sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==",
237
+ "cpu": [
238
+ "s390x"
239
+ ],
240
+ "license": "LGPL-3.0-or-later",
241
+ "optional": true,
242
+ "os": [
243
+ "linux"
244
+ ],
245
+ "funding": {
246
+ "url": "https://opencollective.com/libvips"
247
+ }
248
+ },
249
+ "node_modules/@img/sharp-libvips-linux-x64": {
250
+ "version": "1.0.4",
251
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.4.tgz",
252
+ "integrity": "sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==",
253
+ "cpu": [
254
+ "x64"
255
+ ],
256
+ "license": "LGPL-3.0-or-later",
257
+ "optional": true,
258
+ "os": [
259
+ "linux"
260
+ ],
261
+ "funding": {
262
+ "url": "https://opencollective.com/libvips"
263
+ }
264
+ },
265
+ "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
266
+ "version": "1.0.4",
267
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.0.4.tgz",
268
+ "integrity": "sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==",
269
+ "cpu": [
270
+ "arm64"
271
+ ],
272
+ "license": "LGPL-3.0-or-later",
273
+ "optional": true,
274
+ "os": [
275
+ "linux"
276
+ ],
277
+ "funding": {
278
+ "url": "https://opencollective.com/libvips"
279
+ }
280
+ },
281
+ "node_modules/@img/sharp-libvips-linuxmusl-x64": {
282
+ "version": "1.0.4",
283
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.0.4.tgz",
284
+ "integrity": "sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==",
285
+ "cpu": [
286
+ "x64"
287
+ ],
288
+ "license": "LGPL-3.0-or-later",
289
+ "optional": true,
290
+ "os": [
291
+ "linux"
292
+ ],
293
+ "funding": {
294
+ "url": "https://opencollective.com/libvips"
295
+ }
296
+ },
297
+ "node_modules/@img/sharp-linux-arm": {
298
+ "version": "0.33.5",
299
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.33.5.tgz",
300
+ "integrity": "sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==",
301
+ "cpu": [
302
+ "arm"
303
+ ],
304
+ "license": "Apache-2.0",
305
+ "optional": true,
306
+ "os": [
307
+ "linux"
308
+ ],
309
+ "engines": {
310
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
311
+ },
312
+ "funding": {
313
+ "url": "https://opencollective.com/libvips"
314
+ },
315
+ "optionalDependencies": {
316
+ "@img/sharp-libvips-linux-arm": "1.0.5"
317
+ }
318
+ },
319
+ "node_modules/@img/sharp-linux-arm64": {
320
+ "version": "0.33.5",
321
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.33.5.tgz",
322
+ "integrity": "sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==",
323
+ "cpu": [
324
+ "arm64"
325
+ ],
326
+ "license": "Apache-2.0",
327
+ "optional": true,
328
+ "os": [
329
+ "linux"
330
+ ],
331
+ "engines": {
332
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
333
+ },
334
+ "funding": {
335
+ "url": "https://opencollective.com/libvips"
336
+ },
337
+ "optionalDependencies": {
338
+ "@img/sharp-libvips-linux-arm64": "1.0.4"
339
+ }
340
+ },
341
+ "node_modules/@img/sharp-linux-s390x": {
342
+ "version": "0.33.5",
343
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.33.5.tgz",
344
+ "integrity": "sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==",
345
+ "cpu": [
346
+ "s390x"
347
+ ],
348
+ "license": "Apache-2.0",
349
+ "optional": true,
350
+ "os": [
351
+ "linux"
352
+ ],
353
+ "engines": {
354
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
355
+ },
356
+ "funding": {
357
+ "url": "https://opencollective.com/libvips"
358
+ },
359
+ "optionalDependencies": {
360
+ "@img/sharp-libvips-linux-s390x": "1.0.4"
361
+ }
362
+ },
363
+ "node_modules/@img/sharp-linux-x64": {
364
+ "version": "0.33.5",
365
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.5.tgz",
366
+ "integrity": "sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==",
367
+ "cpu": [
368
+ "x64"
369
+ ],
370
+ "license": "Apache-2.0",
371
+ "optional": true,
372
+ "os": [
373
+ "linux"
374
+ ],
375
+ "engines": {
376
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
377
+ },
378
+ "funding": {
379
+ "url": "https://opencollective.com/libvips"
380
+ },
381
+ "optionalDependencies": {
382
+ "@img/sharp-libvips-linux-x64": "1.0.4"
383
+ }
384
+ },
385
+ "node_modules/@img/sharp-linuxmusl-arm64": {
386
+ "version": "0.33.5",
387
+ "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.33.5.tgz",
388
+ "integrity": "sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==",
389
+ "cpu": [
390
+ "arm64"
391
+ ],
392
+ "license": "Apache-2.0",
393
+ "optional": true,
394
+ "os": [
395
+ "linux"
396
+ ],
397
+ "engines": {
398
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
399
+ },
400
+ "funding": {
401
+ "url": "https://opencollective.com/libvips"
402
+ },
403
+ "optionalDependencies": {
404
+ "@img/sharp-libvips-linuxmusl-arm64": "1.0.4"
405
+ }
406
+ },
407
+ "node_modules/@img/sharp-linuxmusl-x64": {
408
+ "version": "0.33.5",
409
+ "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.33.5.tgz",
410
+ "integrity": "sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==",
411
+ "cpu": [
412
+ "x64"
413
+ ],
414
+ "license": "Apache-2.0",
415
+ "optional": true,
416
+ "os": [
417
+ "linux"
418
+ ],
419
+ "engines": {
420
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
421
+ },
422
+ "funding": {
423
+ "url": "https://opencollective.com/libvips"
424
+ },
425
+ "optionalDependencies": {
426
+ "@img/sharp-libvips-linuxmusl-x64": "1.0.4"
427
+ }
428
+ },
429
+ "node_modules/@img/sharp-wasm32": {
430
+ "version": "0.33.5",
431
+ "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.33.5.tgz",
432
+ "integrity": "sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==",
433
+ "cpu": [
434
+ "wasm32"
435
+ ],
436
+ "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
437
+ "optional": true,
438
+ "dependencies": {
439
+ "@emnapi/runtime": "^1.2.0"
440
+ },
441
+ "engines": {
442
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
443
+ },
444
+ "funding": {
445
+ "url": "https://opencollective.com/libvips"
446
+ }
447
+ },
448
+ "node_modules/@img/sharp-win32-ia32": {
449
+ "version": "0.33.5",
450
+ "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.33.5.tgz",
451
+ "integrity": "sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==",
452
+ "cpu": [
453
+ "ia32"
454
+ ],
455
+ "license": "Apache-2.0 AND LGPL-3.0-or-later",
456
+ "optional": true,
457
+ "os": [
458
+ "win32"
459
+ ],
460
+ "engines": {
461
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
462
+ },
463
+ "funding": {
464
+ "url": "https://opencollective.com/libvips"
465
+ }
466
+ },
467
+ "node_modules/@img/sharp-win32-x64": {
468
+ "version": "0.33.5",
469
+ "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.33.5.tgz",
470
+ "integrity": "sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==",
471
+ "cpu": [
472
+ "x64"
473
+ ],
474
+ "license": "Apache-2.0 AND LGPL-3.0-or-later",
475
+ "optional": true,
476
+ "os": [
477
+ "win32"
478
+ ],
479
+ "engines": {
480
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
481
+ },
482
+ "funding": {
483
+ "url": "https://opencollective.com/libvips"
484
+ }
485
+ },
486
+ "node_modules/@isaacs/fs-minipass": {
487
+ "version": "4.0.1",
488
+ "resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz",
489
+ "integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==",
490
+ "dev": true,
491
+ "license": "ISC",
492
+ "dependencies": {
493
+ "minipass": "^7.0.4"
494
+ },
495
+ "engines": {
496
+ "node": ">=18.0.0"
497
+ }
498
+ },
499
+ "node_modules/@jridgewell/gen-mapping": {
500
+ "version": "0.3.13",
501
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
502
+ "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
503
+ "dev": true,
504
+ "license": "MIT",
505
+ "dependencies": {
506
+ "@jridgewell/sourcemap-codec": "^1.5.0",
507
+ "@jridgewell/trace-mapping": "^0.3.24"
508
+ }
509
+ },
510
+ "node_modules/@jridgewell/remapping": {
511
+ "version": "2.3.5",
512
+ "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
513
+ "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
514
+ "dev": true,
515
+ "license": "MIT",
516
+ "dependencies": {
517
+ "@jridgewell/gen-mapping": "^0.3.5",
518
+ "@jridgewell/trace-mapping": "^0.3.24"
519
+ }
520
+ },
521
+ "node_modules/@jridgewell/resolve-uri": {
522
+ "version": "3.1.2",
523
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
524
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
525
+ "dev": true,
526
+ "license": "MIT",
527
+ "engines": {
528
+ "node": ">=6.0.0"
529
+ }
530
+ },
531
+ "node_modules/@jridgewell/sourcemap-codec": {
532
+ "version": "1.5.5",
533
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
534
+ "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
535
+ "dev": true,
536
+ "license": "MIT"
537
+ },
538
+ "node_modules/@jridgewell/trace-mapping": {
539
+ "version": "0.3.31",
540
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
541
+ "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
542
+ "dev": true,
543
+ "license": "MIT",
544
+ "dependencies": {
545
+ "@jridgewell/resolve-uri": "^3.1.0",
546
+ "@jridgewell/sourcemap-codec": "^1.4.14"
547
+ }
548
+ },
549
+ "node_modules/@next/env": {
550
+ "version": "15.1.6",
551
+ "resolved": "https://registry.npmjs.org/@next/env/-/env-15.1.6.tgz",
552
+ "integrity": "sha512-d9AFQVPEYNr+aqokIiPLNK/MTyt3DWa/dpKveiAaVccUadFbhFEvY6FXYX2LJO2Hv7PHnLBu2oWwB4uBuHjr/w==",
553
+ "license": "MIT"
554
+ },
555
+ "node_modules/@next/swc-darwin-arm64": {
556
+ "version": "15.1.6",
557
+ "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.1.6.tgz",
558
+ "integrity": "sha512-u7lg4Mpl9qWpKgy6NzEkz/w0/keEHtOybmIl0ykgItBxEM5mYotS5PmqTpo+Rhg8FiOiWgwr8USxmKQkqLBCrw==",
559
+ "cpu": [
560
+ "arm64"
561
+ ],
562
+ "license": "MIT",
563
+ "optional": true,
564
+ "os": [
565
+ "darwin"
566
+ ],
567
+ "engines": {
568
+ "node": ">= 10"
569
+ }
570
+ },
571
+ "node_modules/@next/swc-darwin-x64": {
572
+ "version": "15.1.6",
573
+ "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-15.1.6.tgz",
574
+ "integrity": "sha512-x1jGpbHbZoZ69nRuogGL2MYPLqohlhnT9OCU6E6QFewwup+z+M6r8oU47BTeJcWsF2sdBahp5cKiAcDbwwK/lg==",
575
+ "cpu": [
576
+ "x64"
577
+ ],
578
+ "license": "MIT",
579
+ "optional": true,
580
+ "os": [
581
+ "darwin"
582
+ ],
583
+ "engines": {
584
+ "node": ">= 10"
585
+ }
586
+ },
587
+ "node_modules/@next/swc-linux-arm64-gnu": {
588
+ "version": "15.1.6",
589
+ "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.1.6.tgz",
590
+ "integrity": "sha512-jar9sFw0XewXsBzPf9runGzoivajeWJUc/JkfbLTC4it9EhU8v7tCRLH7l5Y1ReTMN6zKJO0kKAGqDk8YSO2bg==",
591
+ "cpu": [
592
+ "arm64"
593
+ ],
594
+ "license": "MIT",
595
+ "optional": true,
596
+ "os": [
597
+ "linux"
598
+ ],
599
+ "engines": {
600
+ "node": ">= 10"
601
+ }
602
+ },
603
+ "node_modules/@next/swc-linux-arm64-musl": {
604
+ "version": "15.1.6",
605
+ "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.1.6.tgz",
606
+ "integrity": "sha512-+n3u//bfsrIaZch4cgOJ3tXCTbSxz0s6brJtU3SzLOvkJlPQMJ+eHVRi6qM2kKKKLuMY+tcau8XD9CJ1OjeSQQ==",
607
+ "cpu": [
608
+ "arm64"
609
+ ],
610
+ "license": "MIT",
611
+ "optional": true,
612
+ "os": [
613
+ "linux"
614
+ ],
615
+ "engines": {
616
+ "node": ">= 10"
617
+ }
618
+ },
619
+ "node_modules/@next/swc-linux-x64-gnu": {
620
+ "version": "15.1.6",
621
+ "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.1.6.tgz",
622
+ "integrity": "sha512-SpuDEXixM3PycniL4iVCLyUyvcl6Lt0mtv3am08sucskpG0tYkW1KlRhTgj4LI5ehyxriVVcfdoxuuP8csi3kQ==",
623
+ "cpu": [
624
+ "x64"
625
+ ],
626
+ "license": "MIT",
627
+ "optional": true,
628
+ "os": [
629
+ "linux"
630
+ ],
631
+ "engines": {
632
+ "node": ">= 10"
633
+ }
634
+ },
635
+ "node_modules/@next/swc-linux-x64-musl": {
636
+ "version": "15.1.6",
637
+ "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.1.6.tgz",
638
+ "integrity": "sha512-L4druWmdFSZIIRhF+G60API5sFB7suTbDRhYWSjiw0RbE+15igQvE2g2+S973pMGvwN3guw7cJUjA/TmbPWTHQ==",
639
+ "cpu": [
640
+ "x64"
641
+ ],
642
+ "license": "MIT",
643
+ "optional": true,
644
+ "os": [
645
+ "linux"
646
+ ],
647
+ "engines": {
648
+ "node": ">= 10"
649
+ }
650
+ },
651
+ "node_modules/@next/swc-win32-arm64-msvc": {
652
+ "version": "15.1.6",
653
+ "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.1.6.tgz",
654
+ "integrity": "sha512-s8w6EeqNmi6gdvM19tqKKWbCyOBvXFbndkGHl+c9YrzsLARRdCHsD9S1fMj8gsXm9v8vhC8s3N8rjuC/XrtkEg==",
655
+ "cpu": [
656
+ "arm64"
657
+ ],
658
+ "license": "MIT",
659
+ "optional": true,
660
+ "os": [
661
+ "win32"
662
+ ],
663
+ "engines": {
664
+ "node": ">= 10"
665
+ }
666
+ },
667
+ "node_modules/@next/swc-win32-x64-msvc": {
668
+ "version": "15.1.6",
669
+ "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.1.6.tgz",
670
+ "integrity": "sha512-6xomMuu54FAFxttYr5PJbEfu96godcxBTRk1OhAvJq0/EnmFU/Ybiax30Snis4vdWZ9LGpf7Roy5fSs7v/5ROQ==",
671
+ "cpu": [
672
+ "x64"
673
+ ],
674
+ "license": "MIT",
675
+ "optional": true,
676
+ "os": [
677
+ "win32"
678
+ ],
679
+ "engines": {
680
+ "node": ">= 10"
681
+ }
682
+ },
683
+ "node_modules/@react-aria/focus": {
684
+ "version": "3.21.2",
685
+ "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.21.2.tgz",
686
+ "integrity": "sha512-JWaCR7wJVggj+ldmM/cb/DXFg47CXR55lznJhZBh4XVqJjMKwaOOqpT5vNN7kpC1wUpXicGNuDnJDN1S/+6dhQ==",
687
+ "license": "Apache-2.0",
688
+ "dependencies": {
689
+ "@react-aria/interactions": "^3.25.6",
690
+ "@react-aria/utils": "^3.31.0",
691
+ "@react-types/shared": "^3.32.1",
692
+ "@swc/helpers": "^0.5.0",
693
+ "clsx": "^2.0.0"
694
+ },
695
+ "peerDependencies": {
696
+ "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
697
+ "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
698
+ }
699
+ },
700
+ "node_modules/@react-aria/interactions": {
701
+ "version": "3.25.6",
702
+ "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.6.tgz",
703
+ "integrity": "sha512-5UgwZmohpixwNMVkMvn9K1ceJe6TzlRlAfuYoQDUuOkk62/JVJNDLAPKIf5YMRc7d2B0rmfgaZLMtbREb0Zvkw==",
704
+ "license": "Apache-2.0",
705
+ "dependencies": {
706
+ "@react-aria/ssr": "^3.9.10",
707
+ "@react-aria/utils": "^3.31.0",
708
+ "@react-stately/flags": "^3.1.2",
709
+ "@react-types/shared": "^3.32.1",
710
+ "@swc/helpers": "^0.5.0"
711
+ },
712
+ "peerDependencies": {
713
+ "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
714
+ "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
715
+ }
716
+ },
717
+ "node_modules/@react-aria/ssr": {
718
+ "version": "3.9.10",
719
+ "resolved": "https://registry.npmjs.org/@react-aria/ssr/-/ssr-3.9.10.tgz",
720
+ "integrity": "sha512-hvTm77Pf+pMBhuBm760Li0BVIO38jv1IBws1xFm1NoL26PU+fe+FMW5+VZWyANR6nYL65joaJKZqOdTQMkO9IQ==",
721
+ "license": "Apache-2.0",
722
+ "dependencies": {
723
+ "@swc/helpers": "^0.5.0"
724
+ },
725
+ "engines": {
726
+ "node": ">= 12"
727
+ },
728
+ "peerDependencies": {
729
+ "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
730
+ }
731
+ },
732
+ "node_modules/@react-aria/utils": {
733
+ "version": "3.31.0",
734
+ "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.31.0.tgz",
735
+ "integrity": "sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==",
736
+ "license": "Apache-2.0",
737
+ "dependencies": {
738
+ "@react-aria/ssr": "^3.9.10",
739
+ "@react-stately/flags": "^3.1.2",
740
+ "@react-stately/utils": "^3.10.8",
741
+ "@react-types/shared": "^3.32.1",
742
+ "@swc/helpers": "^0.5.0",
743
+ "clsx": "^2.0.0"
744
+ },
745
+ "peerDependencies": {
746
+ "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
747
+ "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
748
+ }
749
+ },
750
+ "node_modules/@react-stately/flags": {
751
+ "version": "3.1.2",
752
+ "resolved": "https://registry.npmjs.org/@react-stately/flags/-/flags-3.1.2.tgz",
753
+ "integrity": "sha512-2HjFcZx1MyQXoPqcBGALwWWmgFVUk2TuKVIQxCbRq7fPyWXIl6VHcakCLurdtYC2Iks7zizvz0Idv48MQ38DWg==",
754
+ "license": "Apache-2.0",
755
+ "dependencies": {
756
+ "@swc/helpers": "^0.5.0"
757
+ }
758
+ },
759
+ "node_modules/@react-stately/utils": {
760
+ "version": "3.10.8",
761
+ "resolved": "https://registry.npmjs.org/@react-stately/utils/-/utils-3.10.8.tgz",
762
+ "integrity": "sha512-SN3/h7SzRsusVQjQ4v10LaVsDc81jyyR0DD5HnsQitm/I5WDpaSr2nRHtyloPFU48jlql1XX/S04T2DLQM7Y3g==",
763
+ "license": "Apache-2.0",
764
+ "dependencies": {
765
+ "@swc/helpers": "^0.5.0"
766
+ },
767
+ "peerDependencies": {
768
+ "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
769
+ }
770
+ },
771
+ "node_modules/@react-types/shared": {
772
+ "version": "3.32.1",
773
+ "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz",
774
+ "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==",
775
+ "license": "Apache-2.0",
776
+ "peerDependencies": {
777
+ "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
778
+ }
779
+ },
780
+ "node_modules/@swc/counter": {
781
+ "version": "0.1.3",
782
+ "resolved": "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz",
783
+ "integrity": "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==",
784
+ "license": "Apache-2.0"
785
+ },
786
+ "node_modules/@swc/helpers": {
787
+ "version": "0.5.17",
788
+ "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.17.tgz",
789
+ "integrity": "sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==",
790
+ "license": "Apache-2.0",
791
+ "dependencies": {
792
+ "tslib": "^2.8.0"
793
+ }
794
+ },
795
+ "node_modules/@tailwindcss/forms": {
796
+ "version": "0.5.10",
797
+ "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.10.tgz",
798
+ "integrity": "sha512-utI1ONF6uf/pPNO68kmN1b8rEwNXv3czukalo8VtJH8ksIkZXr3Q3VYudZLkCsDd4Wku120uF02hYK25XGPorw==",
799
+ "dev": true,
800
+ "license": "MIT",
801
+ "dependencies": {
802
+ "mini-svg-data-uri": "^1.2.3"
803
+ },
804
+ "peerDependencies": {
805
+ "tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1 || >= 4.0.0-alpha.20 || >= 4.0.0-beta.1"
806
+ }
807
+ },
808
+ "node_modules/@tailwindcss/node": {
809
+ "version": "4.1.14",
810
+ "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.14.tgz",
811
+ "integrity": "sha512-hpz+8vFk3Ic2xssIA3e01R6jkmsAhvkQdXlEbRTk6S10xDAtiQiM3FyvZVGsucefq764euO/b8WUW9ysLdThHw==",
812
+ "dev": true,
813
+ "license": "MIT",
814
+ "dependencies": {
815
+ "@jridgewell/remapping": "^2.3.4",
816
+ "enhanced-resolve": "^5.18.3",
817
+ "jiti": "^2.6.0",
818
+ "lightningcss": "1.30.1",
819
+ "magic-string": "^0.30.19",
820
+ "source-map-js": "^1.2.1",
821
+ "tailwindcss": "4.1.14"
822
+ }
823
+ },
824
+ "node_modules/@tailwindcss/oxide": {
825
+ "version": "4.1.14",
826
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.14.tgz",
827
+ "integrity": "sha512-23yx+VUbBwCg2x5XWdB8+1lkPajzLmALEfMb51zZUBYaYVPDQvBSD/WYDqiVyBIo2BZFa3yw1Rpy3G2Jp+K0dw==",
828
+ "dev": true,
829
+ "hasInstallScript": true,
830
+ "license": "MIT",
831
+ "dependencies": {
832
+ "detect-libc": "^2.0.4",
833
+ "tar": "^7.5.1"
834
+ },
835
+ "engines": {
836
+ "node": ">= 10"
837
+ },
838
+ "optionalDependencies": {
839
+ "@tailwindcss/oxide-android-arm64": "4.1.14",
840
+ "@tailwindcss/oxide-darwin-arm64": "4.1.14",
841
+ "@tailwindcss/oxide-darwin-x64": "4.1.14",
842
+ "@tailwindcss/oxide-freebsd-x64": "4.1.14",
843
+ "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.14",
844
+ "@tailwindcss/oxide-linux-arm64-gnu": "4.1.14",
845
+ "@tailwindcss/oxide-linux-arm64-musl": "4.1.14",
846
+ "@tailwindcss/oxide-linux-x64-gnu": "4.1.14",
847
+ "@tailwindcss/oxide-linux-x64-musl": "4.1.14",
848
+ "@tailwindcss/oxide-wasm32-wasi": "4.1.14",
849
+ "@tailwindcss/oxide-win32-arm64-msvc": "4.1.14",
850
+ "@tailwindcss/oxide-win32-x64-msvc": "4.1.14"
851
+ }
852
+ },
853
+ "node_modules/@tailwindcss/oxide-android-arm64": {
854
+ "version": "4.1.14",
855
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.14.tgz",
856
+ "integrity": "sha512-a94ifZrGwMvbdeAxWoSuGcIl6/DOP5cdxagid7xJv6bwFp3oebp7y2ImYsnZBMTwjn5Ev5xESvS3FFYUGgPODQ==",
857
+ "cpu": [
858
+ "arm64"
859
+ ],
860
+ "dev": true,
861
+ "license": "MIT",
862
+ "optional": true,
863
+ "os": [
864
+ "android"
865
+ ],
866
+ "engines": {
867
+ "node": ">= 10"
868
+ }
869
+ },
870
+ "node_modules/@tailwindcss/oxide-darwin-arm64": {
871
+ "version": "4.1.14",
872
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.14.tgz",
873
+ "integrity": "sha512-HkFP/CqfSh09xCnrPJA7jud7hij5ahKyWomrC3oiO2U9i0UjP17o9pJbxUN0IJ471GTQQmzwhp0DEcpbp4MZTA==",
874
+ "cpu": [
875
+ "arm64"
876
+ ],
877
+ "dev": true,
878
+ "license": "MIT",
879
+ "optional": true,
880
+ "os": [
881
+ "darwin"
882
+ ],
883
+ "engines": {
884
+ "node": ">= 10"
885
+ }
886
+ },
887
+ "node_modules/@tailwindcss/oxide-darwin-x64": {
888
+ "version": "4.1.14",
889
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.14.tgz",
890
+ "integrity": "sha512-eVNaWmCgdLf5iv6Qd3s7JI5SEFBFRtfm6W0mphJYXgvnDEAZ5sZzqmI06bK6xo0IErDHdTA5/t7d4eTfWbWOFw==",
891
+ "cpu": [
892
+ "x64"
893
+ ],
894
+ "dev": true,
895
+ "license": "MIT",
896
+ "optional": true,
897
+ "os": [
898
+ "darwin"
899
+ ],
900
+ "engines": {
901
+ "node": ">= 10"
902
+ }
903
+ },
904
+ "node_modules/@tailwindcss/oxide-freebsd-x64": {
905
+ "version": "4.1.14",
906
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.14.tgz",
907
+ "integrity": "sha512-QWLoRXNikEuqtNb0dhQN6wsSVVjX6dmUFzuuiL09ZeXju25dsei2uIPl71y2Ic6QbNBsB4scwBoFnlBfabHkEw==",
908
+ "cpu": [
909
+ "x64"
910
+ ],
911
+ "dev": true,
912
+ "license": "MIT",
913
+ "optional": true,
914
+ "os": [
915
+ "freebsd"
916
+ ],
917
+ "engines": {
918
+ "node": ">= 10"
919
+ }
920
+ },
921
+ "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
922
+ "version": "4.1.14",
923
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.14.tgz",
924
+ "integrity": "sha512-VB4gjQni9+F0VCASU+L8zSIyjrLLsy03sjcR3bM0V2g4SNamo0FakZFKyUQ96ZVwGK4CaJsc9zd/obQy74o0Fw==",
925
+ "cpu": [
926
+ "arm"
927
+ ],
928
+ "dev": true,
929
+ "license": "MIT",
930
+ "optional": true,
931
+ "os": [
932
+ "linux"
933
+ ],
934
+ "engines": {
935
+ "node": ">= 10"
936
+ }
937
+ },
938
+ "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
939
+ "version": "4.1.14",
940
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.14.tgz",
941
+ "integrity": "sha512-qaEy0dIZ6d9vyLnmeg24yzA8XuEAD9WjpM5nIM1sUgQ/Zv7cVkharPDQcmm/t/TvXoKo/0knI3me3AGfdx6w1w==",
942
+ "cpu": [
943
+ "arm64"
944
+ ],
945
+ "dev": true,
946
+ "license": "MIT",
947
+ "optional": true,
948
+ "os": [
949
+ "linux"
950
+ ],
951
+ "engines": {
952
+ "node": ">= 10"
953
+ }
954
+ },
955
+ "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
956
+ "version": "4.1.14",
957
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.14.tgz",
958
+ "integrity": "sha512-ISZjT44s59O8xKsPEIesiIydMG/sCXoMBCqsphDm/WcbnuWLxxb+GcvSIIA5NjUw6F8Tex7s5/LM2yDy8RqYBQ==",
959
+ "cpu": [
960
+ "arm64"
961
+ ],
962
+ "dev": true,
963
+ "license": "MIT",
964
+ "optional": true,
965
+ "os": [
966
+ "linux"
967
+ ],
968
+ "engines": {
969
+ "node": ">= 10"
970
+ }
971
+ },
972
+ "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
973
+ "version": "4.1.14",
974
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.14.tgz",
975
+ "integrity": "sha512-02c6JhLPJj10L2caH4U0zF8Hji4dOeahmuMl23stk0MU1wfd1OraE7rOloidSF8W5JTHkFdVo/O7uRUJJnUAJg==",
976
+ "cpu": [
977
+ "x64"
978
+ ],
979
+ "dev": true,
980
+ "license": "MIT",
981
+ "optional": true,
982
+ "os": [
983
+ "linux"
984
+ ],
985
+ "engines": {
986
+ "node": ">= 10"
987
+ }
988
+ },
989
+ "node_modules/@tailwindcss/oxide-linux-x64-musl": {
990
+ "version": "4.1.14",
991
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.14.tgz",
992
+ "integrity": "sha512-TNGeLiN1XS66kQhxHG/7wMeQDOoL0S33x9BgmydbrWAb9Qw0KYdd8o1ifx4HOGDWhVmJ+Ul+JQ7lyknQFilO3Q==",
993
+ "cpu": [
994
+ "x64"
995
+ ],
996
+ "dev": true,
997
+ "license": "MIT",
998
+ "optional": true,
999
+ "os": [
1000
+ "linux"
1001
+ ],
1002
+ "engines": {
1003
+ "node": ">= 10"
1004
+ }
1005
+ },
1006
+ "node_modules/@tailwindcss/oxide-wasm32-wasi": {
1007
+ "version": "4.1.14",
1008
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.14.tgz",
1009
+ "integrity": "sha512-uZYAsaW/jS/IYkd6EWPJKW/NlPNSkWkBlaeVBi/WsFQNP05/bzkebUL8FH1pdsqx4f2fH/bWFcUABOM9nfiJkQ==",
1010
+ "bundleDependencies": [
1011
+ "@napi-rs/wasm-runtime",
1012
+ "@emnapi/core",
1013
+ "@emnapi/runtime",
1014
+ "@tybys/wasm-util",
1015
+ "@emnapi/wasi-threads",
1016
+ "tslib"
1017
+ ],
1018
+ "cpu": [
1019
+ "wasm32"
1020
+ ],
1021
+ "dev": true,
1022
+ "license": "MIT",
1023
+ "optional": true,
1024
+ "dependencies": {
1025
+ "@emnapi/core": "^1.5.0",
1026
+ "@emnapi/runtime": "^1.5.0",
1027
+ "@emnapi/wasi-threads": "^1.1.0",
1028
+ "@napi-rs/wasm-runtime": "^1.0.5",
1029
+ "@tybys/wasm-util": "^0.10.1",
1030
+ "tslib": "^2.4.0"
1031
+ },
1032
+ "engines": {
1033
+ "node": ">=14.0.0"
1034
+ }
1035
+ },
1036
+ "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
1037
+ "version": "4.1.14",
1038
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.14.tgz",
1039
+ "integrity": "sha512-Az0RnnkcvRqsuoLH2Z4n3JfAef0wElgzHD5Aky/e+0tBUxUhIeIqFBTMNQvmMRSP15fWwmvjBxZ3Q8RhsDnxAA==",
1040
+ "cpu": [
1041
+ "arm64"
1042
+ ],
1043
+ "dev": true,
1044
+ "license": "MIT",
1045
+ "optional": true,
1046
+ "os": [
1047
+ "win32"
1048
+ ],
1049
+ "engines": {
1050
+ "node": ">= 10"
1051
+ }
1052
+ },
1053
+ "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
1054
+ "version": "4.1.14",
1055
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.14.tgz",
1056
+ "integrity": "sha512-ttblVGHgf68kEE4om1n/n44I0yGPkCPbLsqzjvybhpwa6mKKtgFfAzy6btc3HRmuW7nHe0OOrSeNP9sQmmH9XA==",
1057
+ "cpu": [
1058
+ "x64"
1059
+ ],
1060
+ "dev": true,
1061
+ "license": "MIT",
1062
+ "optional": true,
1063
+ "os": [
1064
+ "win32"
1065
+ ],
1066
+ "engines": {
1067
+ "node": ">= 10"
1068
+ }
1069
+ },
1070
+ "node_modules/@tailwindcss/postcss": {
1071
+ "version": "4.1.14",
1072
+ "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.1.14.tgz",
1073
+ "integrity": "sha512-BdMjIxy7HUNThK87C7BC8I1rE8BVUsfNQSI5siQ4JK3iIa3w0XyVvVL9SXLWO//CtYTcp1v7zci0fYwJOjB+Zg==",
1074
+ "dev": true,
1075
+ "license": "MIT",
1076
+ "dependencies": {
1077
+ "@alloc/quick-lru": "^5.2.0",
1078
+ "@tailwindcss/node": "4.1.14",
1079
+ "@tailwindcss/oxide": "4.1.14",
1080
+ "postcss": "^8.4.41",
1081
+ "tailwindcss": "4.1.14"
1082
+ }
1083
+ },
1084
+ "node_modules/@tanstack/react-virtual": {
1085
+ "version": "3.13.12",
1086
+ "resolved": "https://registry.npmjs.org/@tanstack/react-virtual/-/react-virtual-3.13.12.tgz",
1087
+ "integrity": "sha512-Gd13QdxPSukP8ZrkbgS2RwoZseTTbQPLnQEn7HY/rqtM+8Zt95f7xKC7N0EsKs7aoz0WzZ+fditZux+F8EzYxA==",
1088
+ "license": "MIT",
1089
+ "dependencies": {
1090
+ "@tanstack/virtual-core": "3.13.12"
1091
+ },
1092
+ "funding": {
1093
+ "type": "github",
1094
+ "url": "https://github.com/sponsors/tannerlinsley"
1095
+ },
1096
+ "peerDependencies": {
1097
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
1098
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
1099
+ }
1100
+ },
1101
+ "node_modules/@tanstack/virtual-core": {
1102
+ "version": "3.13.12",
1103
+ "resolved": "https://registry.npmjs.org/@tanstack/virtual-core/-/virtual-core-3.13.12.tgz",
1104
+ "integrity": "sha512-1YBOJfRHV4sXUmWsFSf5rQor4Ss82G8dQWLRbnk3GA4jeP8hQt1hxXh0tmflpC0dz3VgEv/1+qwPyLeWkQuPFA==",
1105
+ "license": "MIT",
1106
+ "funding": {
1107
+ "type": "github",
1108
+ "url": "https://github.com/sponsors/tannerlinsley"
1109
+ }
1110
+ },
1111
+ "node_modules/@types/aos": {
1112
+ "version": "3.0.7",
1113
+ "resolved": "https://registry.npmjs.org/@types/aos/-/aos-3.0.7.tgz",
1114
+ "integrity": "sha512-sEhyFqvKauUJZDbvAB3Pggynrq6g+2PS4XB3tmUr+mDL1gfDJnwslUC4QQ7/l8UD+LWpr3RxZVR/rHoZrLqZVg==",
1115
+ "dev": true,
1116
+ "license": "MIT"
1117
+ },
1118
+ "node_modules/@types/node": {
1119
+ "version": "22.18.8",
1120
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.18.8.tgz",
1121
+ "integrity": "sha512-pAZSHMiagDR7cARo/cch1f3rXy0AEXwsVsVH09FcyeJVAzCnGgmYis7P3JidtTUjyadhTeSo8TgRPswstghDaw==",
1122
+ "license": "MIT",
1123
+ "dependencies": {
1124
+ "undici-types": "~6.21.0"
1125
+ }
1126
+ },
1127
+ "node_modules/@types/react": {
1128
+ "version": "19.0.8",
1129
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.8.tgz",
1130
+ "integrity": "sha512-9P/o1IGdfmQxrujGbIMDyYaaCykhLKc0NGCtYcECNUr9UAaDe4gwvV9bR6tvd5Br1SG0j+PBpbKr2UYY8CwqSw==",
1131
+ "license": "MIT",
1132
+ "dependencies": {
1133
+ "csstype": "^3.0.2"
1134
+ }
1135
+ },
1136
+ "node_modules/@types/react-dom": {
1137
+ "version": "19.0.3",
1138
+ "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.0.3.tgz",
1139
+ "integrity": "sha512-0Knk+HJiMP/qOZgMyNFamlIjw9OFCsyC2ZbigmEEyXXixgre6IQpm/4V+r3qH4GC1JPvRJKInw+on2rV6YZLeA==",
1140
+ "license": "MIT",
1141
+ "peerDependencies": {
1142
+ "@types/react": "^19.0.0"
1143
+ }
1144
+ },
1145
+ "node_modules/aos": {
1146
+ "version": "3.0.0-beta.6",
1147
+ "resolved": "https://registry.npmjs.org/aos/-/aos-3.0.0-beta.6.tgz",
1148
+ "integrity": "sha512-VLWrpq8bfAWcetynVHMMrqdC+89Qq/Ym6UBJbHB4crIwp3RR8uq1dNGgsFzoDl03S43rlVMK+na3r5+oUCZsYw==",
1149
+ "license": "MIT",
1150
+ "dependencies": {
1151
+ "classlist-polyfill": "^1.2.0",
1152
+ "lodash.debounce": "^4.0.8",
1153
+ "lodash.throttle": "^4.1.1"
1154
+ }
1155
+ },
1156
+ "node_modules/busboy": {
1157
+ "version": "1.6.0",
1158
+ "resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz",
1159
+ "integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==",
1160
+ "dependencies": {
1161
+ "streamsearch": "^1.1.0"
1162
+ },
1163
+ "engines": {
1164
+ "node": ">=10.16.0"
1165
+ }
1166
+ },
1167
+ "node_modules/caniuse-lite": {
1168
+ "version": "1.0.30001748",
1169
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001748.tgz",
1170
+ "integrity": "sha512-5P5UgAr0+aBmNiplks08JLw+AW/XG/SurlgZLgB1dDLfAw7EfRGxIwzPHxdSCGY/BTKDqIVyJL87cCN6s0ZR0w==",
1171
+ "funding": [
1172
+ {
1173
+ "type": "opencollective",
1174
+ "url": "https://opencollective.com/browserslist"
1175
+ },
1176
+ {
1177
+ "type": "tidelift",
1178
+ "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
1179
+ },
1180
+ {
1181
+ "type": "github",
1182
+ "url": "https://github.com/sponsors/ai"
1183
+ }
1184
+ ],
1185
+ "license": "CC-BY-4.0"
1186
+ },
1187
+ "node_modules/chownr": {
1188
+ "version": "3.0.0",
1189
+ "resolved": "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz",
1190
+ "integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==",
1191
+ "dev": true,
1192
+ "license": "BlueOak-1.0.0",
1193
+ "engines": {
1194
+ "node": ">=18"
1195
+ }
1196
+ },
1197
+ "node_modules/classlist-polyfill": {
1198
+ "version": "1.2.0",
1199
+ "resolved": "https://registry.npmjs.org/classlist-polyfill/-/classlist-polyfill-1.2.0.tgz",
1200
+ "integrity": "sha512-GzIjNdcEtH4ieA2S8NmrSxv7DfEV5fmixQeyTmqmRmRJPGpRBaSnA2a0VrCjyT8iW8JjEdMbKzDotAJf+ajgaQ==",
1201
+ "license": "Unlicense"
1202
+ },
1203
+ "node_modules/client-only": {
1204
+ "version": "0.0.1",
1205
+ "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz",
1206
+ "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==",
1207
+ "license": "MIT"
1208
+ },
1209
+ "node_modules/clsx": {
1210
+ "version": "2.1.1",
1211
+ "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
1212
+ "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
1213
+ "license": "MIT",
1214
+ "engines": {
1215
+ "node": ">=6"
1216
+ }
1217
+ },
1218
+ "node_modules/color": {
1219
+ "version": "4.2.3",
1220
+ "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
1221
+ "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
1222
+ "license": "MIT",
1223
+ "optional": true,
1224
+ "dependencies": {
1225
+ "color-convert": "^2.0.1",
1226
+ "color-string": "^1.9.0"
1227
+ },
1228
+ "engines": {
1229
+ "node": ">=12.5.0"
1230
+ }
1231
+ },
1232
+ "node_modules/color-convert": {
1233
+ "version": "2.0.1",
1234
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
1235
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
1236
+ "license": "MIT",
1237
+ "optional": true,
1238
+ "dependencies": {
1239
+ "color-name": "~1.1.4"
1240
+ },
1241
+ "engines": {
1242
+ "node": ">=7.0.0"
1243
+ }
1244
+ },
1245
+ "node_modules/color-name": {
1246
+ "version": "1.1.4",
1247
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
1248
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
1249
+ "license": "MIT",
1250
+ "optional": true
1251
+ },
1252
+ "node_modules/color-string": {
1253
+ "version": "1.9.1",
1254
+ "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz",
1255
+ "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
1256
+ "license": "MIT",
1257
+ "optional": true,
1258
+ "dependencies": {
1259
+ "color-name": "^1.0.0",
1260
+ "simple-swizzle": "^0.2.2"
1261
+ }
1262
+ },
1263
+ "node_modules/csstype": {
1264
+ "version": "3.1.3",
1265
+ "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
1266
+ "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
1267
+ "license": "MIT"
1268
+ },
1269
+ "node_modules/detect-libc": {
1270
+ "version": "2.1.2",
1271
+ "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
1272
+ "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
1273
+ "devOptional": true,
1274
+ "license": "Apache-2.0",
1275
+ "engines": {
1276
+ "node": ">=8"
1277
+ }
1278
+ },
1279
+ "node_modules/enhanced-resolve": {
1280
+ "version": "5.18.3",
1281
+ "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz",
1282
+ "integrity": "sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==",
1283
+ "dev": true,
1284
+ "license": "MIT",
1285
+ "dependencies": {
1286
+ "graceful-fs": "^4.2.4",
1287
+ "tapable": "^2.2.0"
1288
+ },
1289
+ "engines": {
1290
+ "node": ">=10.13.0"
1291
+ }
1292
+ },
1293
+ "node_modules/graceful-fs": {
1294
+ "version": "4.2.11",
1295
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
1296
+ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
1297
+ "dev": true,
1298
+ "license": "ISC"
1299
+ },
1300
+ "node_modules/is-arrayish": {
1301
+ "version": "0.3.4",
1302
+ "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.4.tgz",
1303
+ "integrity": "sha512-m6UrgzFVUYawGBh1dUsWR5M2Clqic9RVXC/9f8ceNlv2IcO9j9J/z8UoCLPqtsPBFNzEpfR3xftohbfqDx8EQA==",
1304
+ "license": "MIT",
1305
+ "optional": true
1306
+ },
1307
+ "node_modules/jiti": {
1308
+ "version": "2.6.1",
1309
+ "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
1310
+ "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
1311
+ "dev": true,
1312
+ "license": "MIT",
1313
+ "bin": {
1314
+ "jiti": "lib/jiti-cli.mjs"
1315
+ }
1316
+ },
1317
+ "node_modules/lightningcss": {
1318
+ "version": "1.30.1",
1319
+ "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.1.tgz",
1320
+ "integrity": "sha512-xi6IyHML+c9+Q3W0S4fCQJOym42pyurFiJUHEcEyHS0CeKzia4yZDEsLlqOFykxOdHpNy0NmvVO31vcSqAxJCg==",
1321
+ "dev": true,
1322
+ "license": "MPL-2.0",
1323
+ "dependencies": {
1324
+ "detect-libc": "^2.0.3"
1325
+ },
1326
+ "engines": {
1327
+ "node": ">= 12.0.0"
1328
+ },
1329
+ "funding": {
1330
+ "type": "opencollective",
1331
+ "url": "https://opencollective.com/parcel"
1332
+ },
1333
+ "optionalDependencies": {
1334
+ "lightningcss-darwin-arm64": "1.30.1",
1335
+ "lightningcss-darwin-x64": "1.30.1",
1336
+ "lightningcss-freebsd-x64": "1.30.1",
1337
+ "lightningcss-linux-arm-gnueabihf": "1.30.1",
1338
+ "lightningcss-linux-arm64-gnu": "1.30.1",
1339
+ "lightningcss-linux-arm64-musl": "1.30.1",
1340
+ "lightningcss-linux-x64-gnu": "1.30.1",
1341
+ "lightningcss-linux-x64-musl": "1.30.1",
1342
+ "lightningcss-win32-arm64-msvc": "1.30.1",
1343
+ "lightningcss-win32-x64-msvc": "1.30.1"
1344
+ }
1345
+ },
1346
+ "node_modules/lightningcss-darwin-arm64": {
1347
+ "version": "1.30.1",
1348
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.1.tgz",
1349
+ "integrity": "sha512-c8JK7hyE65X1MHMN+Viq9n11RRC7hgin3HhYKhrMyaXflk5GVplZ60IxyoVtzILeKr+xAJwg6zK6sjTBJ0FKYQ==",
1350
+ "cpu": [
1351
+ "arm64"
1352
+ ],
1353
+ "dev": true,
1354
+ "license": "MPL-2.0",
1355
+ "optional": true,
1356
+ "os": [
1357
+ "darwin"
1358
+ ],
1359
+ "engines": {
1360
+ "node": ">= 12.0.0"
1361
+ },
1362
+ "funding": {
1363
+ "type": "opencollective",
1364
+ "url": "https://opencollective.com/parcel"
1365
+ }
1366
+ },
1367
+ "node_modules/lightningcss-darwin-x64": {
1368
+ "version": "1.30.1",
1369
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.1.tgz",
1370
+ "integrity": "sha512-k1EvjakfumAQoTfcXUcHQZhSpLlkAuEkdMBsI/ivWw9hL+7FtilQc0Cy3hrx0AAQrVtQAbMI7YjCgYgvn37PzA==",
1371
+ "cpu": [
1372
+ "x64"
1373
+ ],
1374
+ "dev": true,
1375
+ "license": "MPL-2.0",
1376
+ "optional": true,
1377
+ "os": [
1378
+ "darwin"
1379
+ ],
1380
+ "engines": {
1381
+ "node": ">= 12.0.0"
1382
+ },
1383
+ "funding": {
1384
+ "type": "opencollective",
1385
+ "url": "https://opencollective.com/parcel"
1386
+ }
1387
+ },
1388
+ "node_modules/lightningcss-freebsd-x64": {
1389
+ "version": "1.30.1",
1390
+ "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.1.tgz",
1391
+ "integrity": "sha512-kmW6UGCGg2PcyUE59K5r0kWfKPAVy4SltVeut+umLCFoJ53RdCUWxcRDzO1eTaxf/7Q2H7LTquFHPL5R+Gjyig==",
1392
+ "cpu": [
1393
+ "x64"
1394
+ ],
1395
+ "dev": true,
1396
+ "license": "MPL-2.0",
1397
+ "optional": true,
1398
+ "os": [
1399
+ "freebsd"
1400
+ ],
1401
+ "engines": {
1402
+ "node": ">= 12.0.0"
1403
+ },
1404
+ "funding": {
1405
+ "type": "opencollective",
1406
+ "url": "https://opencollective.com/parcel"
1407
+ }
1408
+ },
1409
+ "node_modules/lightningcss-linux-arm-gnueabihf": {
1410
+ "version": "1.30.1",
1411
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.1.tgz",
1412
+ "integrity": "sha512-MjxUShl1v8pit+6D/zSPq9S9dQ2NPFSQwGvxBCYaBYLPlCWuPh9/t1MRS8iUaR8i+a6w7aps+B4N0S1TYP/R+Q==",
1413
+ "cpu": [
1414
+ "arm"
1415
+ ],
1416
+ "dev": true,
1417
+ "license": "MPL-2.0",
1418
+ "optional": true,
1419
+ "os": [
1420
+ "linux"
1421
+ ],
1422
+ "engines": {
1423
+ "node": ">= 12.0.0"
1424
+ },
1425
+ "funding": {
1426
+ "type": "opencollective",
1427
+ "url": "https://opencollective.com/parcel"
1428
+ }
1429
+ },
1430
+ "node_modules/lightningcss-linux-arm64-gnu": {
1431
+ "version": "1.30.1",
1432
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.1.tgz",
1433
+ "integrity": "sha512-gB72maP8rmrKsnKYy8XUuXi/4OctJiuQjcuqWNlJQ6jZiWqtPvqFziskH3hnajfvKB27ynbVCucKSm2rkQp4Bw==",
1434
+ "cpu": [
1435
+ "arm64"
1436
+ ],
1437
+ "dev": true,
1438
+ "license": "MPL-2.0",
1439
+ "optional": true,
1440
+ "os": [
1441
+ "linux"
1442
+ ],
1443
+ "engines": {
1444
+ "node": ">= 12.0.0"
1445
+ },
1446
+ "funding": {
1447
+ "type": "opencollective",
1448
+ "url": "https://opencollective.com/parcel"
1449
+ }
1450
+ },
1451
+ "node_modules/lightningcss-linux-arm64-musl": {
1452
+ "version": "1.30.1",
1453
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.1.tgz",
1454
+ "integrity": "sha512-jmUQVx4331m6LIX+0wUhBbmMX7TCfjF5FoOH6SD1CttzuYlGNVpA7QnrmLxrsub43ClTINfGSYyHe2HWeLl5CQ==",
1455
+ "cpu": [
1456
+ "arm64"
1457
+ ],
1458
+ "dev": true,
1459
+ "license": "MPL-2.0",
1460
+ "optional": true,
1461
+ "os": [
1462
+ "linux"
1463
+ ],
1464
+ "engines": {
1465
+ "node": ">= 12.0.0"
1466
+ },
1467
+ "funding": {
1468
+ "type": "opencollective",
1469
+ "url": "https://opencollective.com/parcel"
1470
+ }
1471
+ },
1472
+ "node_modules/lightningcss-linux-x64-gnu": {
1473
+ "version": "1.30.1",
1474
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.1.tgz",
1475
+ "integrity": "sha512-piWx3z4wN8J8z3+O5kO74+yr6ze/dKmPnI7vLqfSqI8bccaTGY5xiSGVIJBDd5K5BHlvVLpUB3S2YCfelyJ1bw==",
1476
+ "cpu": [
1477
+ "x64"
1478
+ ],
1479
+ "dev": true,
1480
+ "license": "MPL-2.0",
1481
+ "optional": true,
1482
+ "os": [
1483
+ "linux"
1484
+ ],
1485
+ "engines": {
1486
+ "node": ">= 12.0.0"
1487
+ },
1488
+ "funding": {
1489
+ "type": "opencollective",
1490
+ "url": "https://opencollective.com/parcel"
1491
+ }
1492
+ },
1493
+ "node_modules/lightningcss-linux-x64-musl": {
1494
+ "version": "1.30.1",
1495
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.1.tgz",
1496
+ "integrity": "sha512-rRomAK7eIkL+tHY0YPxbc5Dra2gXlI63HL+v1Pdi1a3sC+tJTcFrHX+E86sulgAXeI7rSzDYhPSeHHjqFhqfeQ==",
1497
+ "cpu": [
1498
+ "x64"
1499
+ ],
1500
+ "dev": true,
1501
+ "license": "MPL-2.0",
1502
+ "optional": true,
1503
+ "os": [
1504
+ "linux"
1505
+ ],
1506
+ "engines": {
1507
+ "node": ">= 12.0.0"
1508
+ },
1509
+ "funding": {
1510
+ "type": "opencollective",
1511
+ "url": "https://opencollective.com/parcel"
1512
+ }
1513
+ },
1514
+ "node_modules/lightningcss-win32-arm64-msvc": {
1515
+ "version": "1.30.1",
1516
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.1.tgz",
1517
+ "integrity": "sha512-mSL4rqPi4iXq5YVqzSsJgMVFENoa4nGTT/GjO2c0Yl9OuQfPsIfncvLrEW6RbbB24WtZ3xP/2CCmI3tNkNV4oA==",
1518
+ "cpu": [
1519
+ "arm64"
1520
+ ],
1521
+ "dev": true,
1522
+ "license": "MPL-2.0",
1523
+ "optional": true,
1524
+ "os": [
1525
+ "win32"
1526
+ ],
1527
+ "engines": {
1528
+ "node": ">= 12.0.0"
1529
+ },
1530
+ "funding": {
1531
+ "type": "opencollective",
1532
+ "url": "https://opencollective.com/parcel"
1533
+ }
1534
+ },
1535
+ "node_modules/lightningcss-win32-x64-msvc": {
1536
+ "version": "1.30.1",
1537
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.1.tgz",
1538
+ "integrity": "sha512-PVqXh48wh4T53F/1CCu8PIPCxLzWyCnn/9T5W1Jpmdy5h9Cwd+0YQS6/LwhHXSafuc61/xg9Lv5OrCby6a++jg==",
1539
+ "cpu": [
1540
+ "x64"
1541
+ ],
1542
+ "dev": true,
1543
+ "license": "MPL-2.0",
1544
+ "optional": true,
1545
+ "os": [
1546
+ "win32"
1547
+ ],
1548
+ "engines": {
1549
+ "node": ">= 12.0.0"
1550
+ },
1551
+ "funding": {
1552
+ "type": "opencollective",
1553
+ "url": "https://opencollective.com/parcel"
1554
+ }
1555
+ },
1556
+ "node_modules/lodash.debounce": {
1557
+ "version": "4.0.8",
1558
+ "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
1559
+ "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
1560
+ "license": "MIT"
1561
+ },
1562
+ "node_modules/lodash.throttle": {
1563
+ "version": "4.1.1",
1564
+ "resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz",
1565
+ "integrity": "sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==",
1566
+ "license": "MIT"
1567
+ },
1568
+ "node_modules/magic-string": {
1569
+ "version": "0.30.19",
1570
+ "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.19.tgz",
1571
+ "integrity": "sha512-2N21sPY9Ws53PZvsEpVtNuSW+ScYbQdp4b9qUaL+9QkHUrGFKo56Lg9Emg5s9V/qrtNBmiR01sYhUOwu3H+VOw==",
1572
+ "dev": true,
1573
+ "license": "MIT",
1574
+ "dependencies": {
1575
+ "@jridgewell/sourcemap-codec": "^1.5.5"
1576
+ }
1577
+ },
1578
+ "node_modules/mini-svg-data-uri": {
1579
+ "version": "1.4.4",
1580
+ "resolved": "https://registry.npmjs.org/mini-svg-data-uri/-/mini-svg-data-uri-1.4.4.tgz",
1581
+ "integrity": "sha512-r9deDe9p5FJUPZAk3A59wGH7Ii9YrjjWw0jmw/liSbHl2CHiyXj6FcDXDu2K3TjVAXqiJdaw3xxwlZZr9E6nHg==",
1582
+ "dev": true,
1583
+ "license": "MIT",
1584
+ "bin": {
1585
+ "mini-svg-data-uri": "cli.js"
1586
+ }
1587
+ },
1588
+ "node_modules/minipass": {
1589
+ "version": "7.1.2",
1590
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
1591
+ "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
1592
+ "dev": true,
1593
+ "license": "ISC",
1594
+ "engines": {
1595
+ "node": ">=16 || 14 >=14.17"
1596
+ }
1597
+ },
1598
+ "node_modules/minizlib": {
1599
+ "version": "3.1.0",
1600
+ "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.1.0.tgz",
1601
+ "integrity": "sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==",
1602
+ "dev": true,
1603
+ "license": "MIT",
1604
+ "dependencies": {
1605
+ "minipass": "^7.1.2"
1606
+ },
1607
+ "engines": {
1608
+ "node": ">= 18"
1609
+ }
1610
+ },
1611
+ "node_modules/nanoid": {
1612
+ "version": "3.3.11",
1613
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
1614
+ "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
1615
+ "funding": [
1616
+ {
1617
+ "type": "github",
1618
+ "url": "https://github.com/sponsors/ai"
1619
+ }
1620
+ ],
1621
+ "license": "MIT",
1622
+ "bin": {
1623
+ "nanoid": "bin/nanoid.cjs"
1624
+ },
1625
+ "engines": {
1626
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
1627
+ }
1628
+ },
1629
+ "node_modules/next": {
1630
+ "version": "15.1.6",
1631
+ "resolved": "https://registry.npmjs.org/next/-/next-15.1.6.tgz",
1632
+ "integrity": "sha512-Hch4wzbaX0vKQtalpXvUiw5sYivBy4cm5rzUKrBnUB/y436LGrvOUqYvlSeNVCWFO/770gDlltR9gqZH62ct4Q==",
1633
+ "license": "MIT",
1634
+ "dependencies": {
1635
+ "@next/env": "15.1.6",
1636
+ "@swc/counter": "0.1.3",
1637
+ "@swc/helpers": "0.5.15",
1638
+ "busboy": "1.6.0",
1639
+ "caniuse-lite": "^1.0.30001579",
1640
+ "postcss": "8.4.31",
1641
+ "styled-jsx": "5.1.6"
1642
+ },
1643
+ "bin": {
1644
+ "next": "dist/bin/next"
1645
+ },
1646
+ "engines": {
1647
+ "node": "^18.18.0 || ^19.8.0 || >= 20.0.0"
1648
+ },
1649
+ "optionalDependencies": {
1650
+ "@next/swc-darwin-arm64": "15.1.6",
1651
+ "@next/swc-darwin-x64": "15.1.6",
1652
+ "@next/swc-linux-arm64-gnu": "15.1.6",
1653
+ "@next/swc-linux-arm64-musl": "15.1.6",
1654
+ "@next/swc-linux-x64-gnu": "15.1.6",
1655
+ "@next/swc-linux-x64-musl": "15.1.6",
1656
+ "@next/swc-win32-arm64-msvc": "15.1.6",
1657
+ "@next/swc-win32-x64-msvc": "15.1.6",
1658
+ "sharp": "^0.33.5"
1659
+ },
1660
+ "peerDependencies": {
1661
+ "@opentelemetry/api": "^1.1.0",
1662
+ "@playwright/test": "^1.41.2",
1663
+ "babel-plugin-react-compiler": "*",
1664
+ "react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
1665
+ "react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
1666
+ "sass": "^1.3.0"
1667
+ },
1668
+ "peerDependenciesMeta": {
1669
+ "@opentelemetry/api": {
1670
+ "optional": true
1671
+ },
1672
+ "@playwright/test": {
1673
+ "optional": true
1674
+ },
1675
+ "babel-plugin-react-compiler": {
1676
+ "optional": true
1677
+ },
1678
+ "sass": {
1679
+ "optional": true
1680
+ }
1681
+ }
1682
+ },
1683
+ "node_modules/next/node_modules/@swc/helpers": {
1684
+ "version": "0.5.15",
1685
+ "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.15.tgz",
1686
+ "integrity": "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==",
1687
+ "license": "Apache-2.0",
1688
+ "dependencies": {
1689
+ "tslib": "^2.8.0"
1690
+ }
1691
+ },
1692
+ "node_modules/next/node_modules/postcss": {
1693
+ "version": "8.4.31",
1694
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
1695
+ "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
1696
+ "funding": [
1697
+ {
1698
+ "type": "opencollective",
1699
+ "url": "https://opencollective.com/postcss/"
1700
+ },
1701
+ {
1702
+ "type": "tidelift",
1703
+ "url": "https://tidelift.com/funding/github/npm/postcss"
1704
+ },
1705
+ {
1706
+ "type": "github",
1707
+ "url": "https://github.com/sponsors/ai"
1708
+ }
1709
+ ],
1710
+ "license": "MIT",
1711
+ "dependencies": {
1712
+ "nanoid": "^3.3.6",
1713
+ "picocolors": "^1.0.0",
1714
+ "source-map-js": "^1.0.2"
1715
+ },
1716
+ "engines": {
1717
+ "node": "^10 || ^12 || >=14"
1718
+ }
1719
+ },
1720
+ "node_modules/picocolors": {
1721
+ "version": "1.1.1",
1722
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
1723
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
1724
+ "license": "ISC"
1725
+ },
1726
+ "node_modules/postcss": {
1727
+ "version": "8.5.6",
1728
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
1729
+ "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
1730
+ "dev": true,
1731
+ "funding": [
1732
+ {
1733
+ "type": "opencollective",
1734
+ "url": "https://opencollective.com/postcss/"
1735
+ },
1736
+ {
1737
+ "type": "tidelift",
1738
+ "url": "https://tidelift.com/funding/github/npm/postcss"
1739
+ },
1740
+ {
1741
+ "type": "github",
1742
+ "url": "https://github.com/sponsors/ai"
1743
+ }
1744
+ ],
1745
+ "license": "MIT",
1746
+ "dependencies": {
1747
+ "nanoid": "^3.3.11",
1748
+ "picocolors": "^1.1.1",
1749
+ "source-map-js": "^1.2.1"
1750
+ },
1751
+ "engines": {
1752
+ "node": "^10 || ^12 || >=14"
1753
+ }
1754
+ },
1755
+ "node_modules/react": {
1756
+ "version": "19.0.0",
1757
+ "resolved": "https://registry.npmjs.org/react/-/react-19.0.0.tgz",
1758
+ "integrity": "sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==",
1759
+ "license": "MIT",
1760
+ "engines": {
1761
+ "node": ">=0.10.0"
1762
+ }
1763
+ },
1764
+ "node_modules/react-dom": {
1765
+ "version": "19.0.0",
1766
+ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.0.0.tgz",
1767
+ "integrity": "sha512-4GV5sHFG0e/0AD4X+ySy6UJd3jVl1iNsNHdpad0qhABJ11twS3TTBnseqsKurKcsNqCEFeGL3uLpVChpIO3QfQ==",
1768
+ "license": "MIT",
1769
+ "dependencies": {
1770
+ "scheduler": "^0.25.0"
1771
+ },
1772
+ "peerDependencies": {
1773
+ "react": "^19.0.0"
1774
+ }
1775
+ },
1776
+ "node_modules/scheduler": {
1777
+ "version": "0.25.0",
1778
+ "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.25.0.tgz",
1779
+ "integrity": "sha512-xFVuu11jh+xcO7JOAGJNOXld8/TcEHK/4CituBUeUb5hqxJLj9YuemAEuvm9gQ/+pgXYfbQuqAkiYu+u7YEsNA==",
1780
+ "license": "MIT"
1781
+ },
1782
+ "node_modules/semver": {
1783
+ "version": "7.7.2",
1784
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
1785
+ "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
1786
+ "license": "ISC",
1787
+ "optional": true,
1788
+ "bin": {
1789
+ "semver": "bin/semver.js"
1790
+ },
1791
+ "engines": {
1792
+ "node": ">=10"
1793
+ }
1794
+ },
1795
+ "node_modules/sharp": {
1796
+ "version": "0.33.5",
1797
+ "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.5.tgz",
1798
+ "integrity": "sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==",
1799
+ "hasInstallScript": true,
1800
+ "license": "Apache-2.0",
1801
+ "optional": true,
1802
+ "dependencies": {
1803
+ "color": "^4.2.3",
1804
+ "detect-libc": "^2.0.3",
1805
+ "semver": "^7.6.3"
1806
+ },
1807
+ "engines": {
1808
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1809
+ },
1810
+ "funding": {
1811
+ "url": "https://opencollective.com/libvips"
1812
+ },
1813
+ "optionalDependencies": {
1814
+ "@img/sharp-darwin-arm64": "0.33.5",
1815
+ "@img/sharp-darwin-x64": "0.33.5",
1816
+ "@img/sharp-libvips-darwin-arm64": "1.0.4",
1817
+ "@img/sharp-libvips-darwin-x64": "1.0.4",
1818
+ "@img/sharp-libvips-linux-arm": "1.0.5",
1819
+ "@img/sharp-libvips-linux-arm64": "1.0.4",
1820
+ "@img/sharp-libvips-linux-s390x": "1.0.4",
1821
+ "@img/sharp-libvips-linux-x64": "1.0.4",
1822
+ "@img/sharp-libvips-linuxmusl-arm64": "1.0.4",
1823
+ "@img/sharp-libvips-linuxmusl-x64": "1.0.4",
1824
+ "@img/sharp-linux-arm": "0.33.5",
1825
+ "@img/sharp-linux-arm64": "0.33.5",
1826
+ "@img/sharp-linux-s390x": "0.33.5",
1827
+ "@img/sharp-linux-x64": "0.33.5",
1828
+ "@img/sharp-linuxmusl-arm64": "0.33.5",
1829
+ "@img/sharp-linuxmusl-x64": "0.33.5",
1830
+ "@img/sharp-wasm32": "0.33.5",
1831
+ "@img/sharp-win32-ia32": "0.33.5",
1832
+ "@img/sharp-win32-x64": "0.33.5"
1833
+ }
1834
+ },
1835
+ "node_modules/simple-swizzle": {
1836
+ "version": "0.2.4",
1837
+ "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.4.tgz",
1838
+ "integrity": "sha512-nAu1WFPQSMNr2Zn9PGSZK9AGn4t/y97lEm+MXTtUDwfP0ksAIX4nO+6ruD9Jwut4C49SB1Ws+fbXsm/yScWOHw==",
1839
+ "license": "MIT",
1840
+ "optional": true,
1841
+ "dependencies": {
1842
+ "is-arrayish": "^0.3.1"
1843
+ }
1844
+ },
1845
+ "node_modules/source-map-js": {
1846
+ "version": "1.2.1",
1847
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
1848
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
1849
+ "license": "BSD-3-Clause",
1850
+ "engines": {
1851
+ "node": ">=0.10.0"
1852
+ }
1853
+ },
1854
+ "node_modules/streamsearch": {
1855
+ "version": "1.1.0",
1856
+ "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz",
1857
+ "integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==",
1858
+ "engines": {
1859
+ "node": ">=10.0.0"
1860
+ }
1861
+ },
1862
+ "node_modules/styled-jsx": {
1863
+ "version": "5.1.6",
1864
+ "resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.6.tgz",
1865
+ "integrity": "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==",
1866
+ "license": "MIT",
1867
+ "dependencies": {
1868
+ "client-only": "0.0.1"
1869
+ },
1870
+ "engines": {
1871
+ "node": ">= 12.0.0"
1872
+ },
1873
+ "peerDependencies": {
1874
+ "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0"
1875
+ },
1876
+ "peerDependenciesMeta": {
1877
+ "@babel/core": {
1878
+ "optional": true
1879
+ },
1880
+ "babel-plugin-macros": {
1881
+ "optional": true
1882
+ }
1883
+ }
1884
+ },
1885
+ "node_modules/tabbable": {
1886
+ "version": "6.2.0",
1887
+ "resolved": "https://registry.npmjs.org/tabbable/-/tabbable-6.2.0.tgz",
1888
+ "integrity": "sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==",
1889
+ "license": "MIT"
1890
+ },
1891
+ "node_modules/tailwindcss": {
1892
+ "version": "4.1.14",
1893
+ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.14.tgz",
1894
+ "integrity": "sha512-b7pCxjGO98LnxVkKjaZSDeNuljC4ueKUddjENJOADtubtdo8llTaJy7HwBMeLNSSo2N5QIAgklslK1+Ir8r6CA==",
1895
+ "dev": true,
1896
+ "license": "MIT"
1897
+ },
1898
+ "node_modules/tapable": {
1899
+ "version": "2.3.0",
1900
+ "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz",
1901
+ "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==",
1902
+ "dev": true,
1903
+ "license": "MIT",
1904
+ "engines": {
1905
+ "node": ">=6"
1906
+ },
1907
+ "funding": {
1908
+ "type": "opencollective",
1909
+ "url": "https://opencollective.com/webpack"
1910
+ }
1911
+ },
1912
+ "node_modules/tar": {
1913
+ "version": "7.5.1",
1914
+ "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.1.tgz",
1915
+ "integrity": "sha512-nlGpxf+hv0v7GkWBK2V9spgactGOp0qvfWRxUMjqHyzrt3SgwE48DIv/FhqPHJYLHpgW1opq3nERbz5Anq7n1g==",
1916
+ "dev": true,
1917
+ "license": "ISC",
1918
+ "dependencies": {
1919
+ "@isaacs/fs-minipass": "^4.0.0",
1920
+ "chownr": "^3.0.0",
1921
+ "minipass": "^7.1.2",
1922
+ "minizlib": "^3.1.0",
1923
+ "yallist": "^5.0.0"
1924
+ },
1925
+ "engines": {
1926
+ "node": ">=18"
1927
+ }
1928
+ },
1929
+ "node_modules/tslib": {
1930
+ "version": "2.8.1",
1931
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
1932
+ "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
1933
+ "license": "0BSD"
1934
+ },
1935
+ "node_modules/typescript": {
1936
+ "version": "5.9.3",
1937
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
1938
+ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
1939
+ "license": "Apache-2.0",
1940
+ "bin": {
1941
+ "tsc": "bin/tsc",
1942
+ "tsserver": "bin/tsserver"
1943
+ },
1944
+ "engines": {
1945
+ "node": ">=14.17"
1946
+ }
1947
+ },
1948
+ "node_modules/undici-types": {
1949
+ "version": "6.21.0",
1950
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
1951
+ "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
1952
+ "license": "MIT"
1953
+ },
1954
+ "node_modules/use-sync-external-store": {
1955
+ "version": "1.6.0",
1956
+ "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz",
1957
+ "integrity": "sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==",
1958
+ "license": "MIT",
1959
+ "peerDependencies": {
1960
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
1961
+ }
1962
+ },
1963
+ "node_modules/yallist": {
1964
+ "version": "5.0.0",
1965
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz",
1966
+ "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==",
1967
+ "dev": true,
1968
+ "license": "BlueOak-1.0.0",
1969
+ "engines": {
1970
+ "node": ">=18"
1971
+ }
1972
+ }
1973
+ }
1974
+ }