@almadar/orb 11.18.1 → 16.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. package/package.json +6 -6
  2. package/shells/almadar-shell/LICENSE +0 -72
  3. package/shells/almadar-shell/README.md +0 -25
  4. package/shells/almadar-shell/locales/en.json +0 -120
  5. package/shells/almadar-shell/package.json +0 -35
  6. package/shells/almadar-shell/packages/client/eslint.config.cjs +0 -23
  7. package/shells/almadar-shell/packages/client/index.html +0 -13
  8. package/shells/almadar-shell/packages/client/package.json +0 -63
  9. package/shells/almadar-shell/packages/client/postcss.config.js +0 -6
  10. package/shells/almadar-shell/packages/client/src/App.tsx +0 -81
  11. package/shells/almadar-shell/packages/client/src/config/firebase.ts +0 -37
  12. package/shells/almadar-shell/packages/client/src/features/auth/AuthContext.tsx +0 -139
  13. package/shells/almadar-shell/packages/client/src/features/auth/authService.ts +0 -83
  14. package/shells/almadar-shell/packages/client/src/features/auth/components/Login.tsx +0 -218
  15. package/shells/almadar-shell/packages/client/src/features/auth/components/ProtectedRoute.tsx +0 -27
  16. package/shells/almadar-shell/packages/client/src/features/auth/components/UserProfile.tsx +0 -68
  17. package/shells/almadar-shell/packages/client/src/features/auth/components/index.ts +0 -3
  18. package/shells/almadar-shell/packages/client/src/features/auth/index.ts +0 -13
  19. package/shells/almadar-shell/packages/client/src/features/auth/types.ts +0 -24
  20. package/shells/almadar-shell/packages/client/src/index.css +0 -42
  21. package/shells/almadar-shell/packages/client/src/main.tsx +0 -8
  22. package/shells/almadar-shell/packages/client/src/navigation/index.ts +0 -55
  23. package/shells/almadar-shell/packages/client/src/pages/index.ts +0 -12
  24. package/shells/almadar-shell/packages/client/tailwind-preset.cjs +0 -259
  25. package/shells/almadar-shell/packages/client/tailwind.config.js +0 -28
  26. package/shells/almadar-shell/packages/client/tsconfig.json +0 -33
  27. package/shells/almadar-shell/packages/client/vite.config.ts +0 -50
  28. package/shells/almadar-shell/packages/server/eslint.config.cjs +0 -19
  29. package/shells/almadar-shell/packages/server/package.json +0 -40
  30. package/shells/almadar-shell/packages/server/src/app.ts +0 -36
  31. package/shells/almadar-shell/packages/server/src/index.ts +0 -30
  32. package/shells/almadar-shell/packages/server/src/routes.ts +0 -11
  33. package/shells/almadar-shell/packages/server/src/types/express.d.ts +0 -15
  34. package/shells/almadar-shell/packages/server/tsconfig.json +0 -23
  35. package/shells/almadar-shell/packages/shared/package.json +0 -11
  36. package/shells/almadar-shell/packages/shared/pnpm-lock.yaml +0 -22
  37. package/shells/almadar-shell/packages/shared/src/index.ts +0 -2
  38. package/shells/almadar-shell/pnpm-lock.yaml +0 -8855
  39. package/shells/almadar-shell/pnpm-workspace.yaml +0 -2
  40. package/shells/almadar-shell/tsup.config.ts +0 -13
  41. package/shells/almadar-shell/turbo.json +0 -17
  42. package/shells/almadar-shell/vitest.config.ts +0 -8
  43. package/shells/almadar-shell-hono/LICENSE +0 -72
  44. package/shells/almadar-shell-hono/README.md +0 -25
  45. package/shells/almadar-shell-hono/locales/en.json +0 -120
  46. package/shells/almadar-shell-hono/package.json +0 -31
  47. package/shells/almadar-shell-hono/packages/client/eslint.config.cjs +0 -23
  48. package/shells/almadar-shell-hono/packages/client/index.html +0 -13
  49. package/shells/almadar-shell-hono/packages/client/package-lock.json +0 -9750
  50. package/shells/almadar-shell-hono/packages/client/package.json +0 -61
  51. package/shells/almadar-shell-hono/packages/client/postcss.config.js +0 -6
  52. package/shells/almadar-shell-hono/packages/client/src/App.tsx +0 -84
  53. package/shells/almadar-shell-hono/packages/client/src/config/firebase.ts +0 -37
  54. package/shells/almadar-shell-hono/packages/client/src/features/auth/AuthContext.tsx +0 -139
  55. package/shells/almadar-shell-hono/packages/client/src/features/auth/authService.ts +0 -83
  56. package/shells/almadar-shell-hono/packages/client/src/features/auth/components/Login.tsx +0 -218
  57. package/shells/almadar-shell-hono/packages/client/src/features/auth/components/ProtectedRoute.tsx +0 -27
  58. package/shells/almadar-shell-hono/packages/client/src/features/auth/components/UserProfile.tsx +0 -68
  59. package/shells/almadar-shell-hono/packages/client/src/features/auth/components/index.ts +0 -3
  60. package/shells/almadar-shell-hono/packages/client/src/features/auth/index.ts +0 -13
  61. package/shells/almadar-shell-hono/packages/client/src/features/auth/types.ts +0 -24
  62. package/shells/almadar-shell-hono/packages/client/src/index.css +0 -35
  63. package/shells/almadar-shell-hono/packages/client/src/main.tsx +0 -8
  64. package/shells/almadar-shell-hono/packages/client/src/navigation/index.ts +0 -55
  65. package/shells/almadar-shell-hono/packages/client/src/pages/index.ts +0 -12
  66. package/shells/almadar-shell-hono/packages/client/tailwind-preset.cjs +0 -259
  67. package/shells/almadar-shell-hono/packages/client/tailwind.config.js +0 -21
  68. package/shells/almadar-shell-hono/packages/client/tsconfig.json +0 -33
  69. package/shells/almadar-shell-hono/packages/client/vite.config.ts +0 -50
  70. package/shells/almadar-shell-hono/packages/server/eslint.config.cjs +0 -19
  71. package/shells/almadar-shell-hono/packages/server/package.json +0 -38
  72. package/shells/almadar-shell-hono/packages/server/pnpm-lock.yaml +0 -4665
  73. package/shells/almadar-shell-hono/packages/server/src/app.ts +0 -31
  74. package/shells/almadar-shell-hono/packages/server/src/index.ts +0 -31
  75. package/shells/almadar-shell-hono/packages/server/src/routes.ts +0 -12
  76. package/shells/almadar-shell-hono/packages/server/src/serve.ts +0 -45
  77. package/shells/almadar-shell-hono/packages/server/tsconfig.json +0 -23
  78. package/shells/almadar-shell-hono/packages/shared/package.json +0 -25
  79. package/shells/almadar-shell-hono/packages/shared/pnpm-lock.yaml +0 -919
  80. package/shells/almadar-shell-hono/packages/shared/src/index.ts +0 -2
  81. package/shells/almadar-shell-hono/packages/shared/tsconfig.json +0 -17
  82. package/shells/almadar-shell-hono/packages/shared/tsup.config.ts +0 -10
  83. package/shells/almadar-shell-hono/pnpm-lock.yaml +0 -9441
  84. package/shells/almadar-shell-hono/pnpm-workspace.yaml +0 -2
  85. package/shells/almadar-shell-hono/tsup.config.ts +0 -13
  86. package/shells/almadar-shell-hono/turbo.json +0 -17
  87. package/shells/almadar-shell-hono/vitest.config.ts +0 -8
@@ -1,919 +0,0 @@
1
- lockfileVersion: '9.0'
2
-
3
- settings:
4
- autoInstallPeers: true
5
- excludeLinksFromLockfile: false
6
-
7
- importers:
8
-
9
- .:
10
- dependencies:
11
- zod:
12
- specifier: ^3.22.0
13
- version: 3.25.76
14
- devDependencies:
15
- tsup:
16
- specifier: ^8.0.0
17
- version: 8.5.1(typescript@5.9.3)
18
- typescript:
19
- specifier: ^5.7.0
20
- version: 5.9.3
21
-
22
- packages:
23
-
24
- '@esbuild/aix-ppc64@0.27.7':
25
- resolution: {integrity: sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg==}
26
- engines: {node: '>=18'}
27
- cpu: [ppc64]
28
- os: [aix]
29
-
30
- '@esbuild/android-arm64@0.27.7':
31
- resolution: {integrity: sha512-62dPZHpIXzvChfvfLJow3q5dDtiNMkwiRzPylSCfriLvZeq0a1bWChrGx/BbUbPwOrsWKMn8idSllklzBy+dgQ==}
32
- engines: {node: '>=18'}
33
- cpu: [arm64]
34
- os: [android]
35
-
36
- '@esbuild/android-arm@0.27.7':
37
- resolution: {integrity: sha512-jbPXvB4Yj2yBV7HUfE2KHe4GJX51QplCN1pGbYjvsyCZbQmies29EoJbkEc+vYuU5o45AfQn37vZlyXy4YJ8RQ==}
38
- engines: {node: '>=18'}
39
- cpu: [arm]
40
- os: [android]
41
-
42
- '@esbuild/android-x64@0.27.7':
43
- resolution: {integrity: sha512-x5VpMODneVDb70PYV2VQOmIUUiBtY3D3mPBG8NxVk5CogneYhkR7MmM3yR/uMdITLrC1ml/NV1rj4bMJuy9MCg==}
44
- engines: {node: '>=18'}
45
- cpu: [x64]
46
- os: [android]
47
-
48
- '@esbuild/darwin-arm64@0.27.7':
49
- resolution: {integrity: sha512-5lckdqeuBPlKUwvoCXIgI2D9/ABmPq3Rdp7IfL70393YgaASt7tbju3Ac+ePVi3KDH6N2RqePfHnXkaDtY9fkw==}
50
- engines: {node: '>=18'}
51
- cpu: [arm64]
52
- os: [darwin]
53
-
54
- '@esbuild/darwin-x64@0.27.7':
55
- resolution: {integrity: sha512-rYnXrKcXuT7Z+WL5K980jVFdvVKhCHhUwid+dDYQpH+qu+TefcomiMAJpIiC2EM3Rjtq0sO3StMV/+3w3MyyqQ==}
56
- engines: {node: '>=18'}
57
- cpu: [x64]
58
- os: [darwin]
59
-
60
- '@esbuild/freebsd-arm64@0.27.7':
61
- resolution: {integrity: sha512-B48PqeCsEgOtzME2GbNM2roU29AMTuOIN91dsMO30t+Ydis3z/3Ngoj5hhnsOSSwNzS+6JppqWsuhTp6E82l2w==}
62
- engines: {node: '>=18'}
63
- cpu: [arm64]
64
- os: [freebsd]
65
-
66
- '@esbuild/freebsd-x64@0.27.7':
67
- resolution: {integrity: sha512-jOBDK5XEjA4m5IJK3bpAQF9/Lelu/Z9ZcdhTRLf4cajlB+8VEhFFRjWgfy3M1O4rO2GQ/b2dLwCUGpiF/eATNQ==}
68
- engines: {node: '>=18'}
69
- cpu: [x64]
70
- os: [freebsd]
71
-
72
- '@esbuild/linux-arm64@0.27.7':
73
- resolution: {integrity: sha512-RZPHBoxXuNnPQO9rvjh5jdkRmVizktkT7TCDkDmQ0W2SwHInKCAV95GRuvdSvA7w4VMwfCjUiPwDi0ZO6Nfe9A==}
74
- engines: {node: '>=18'}
75
- cpu: [arm64]
76
- os: [linux]
77
-
78
- '@esbuild/linux-arm@0.27.7':
79
- resolution: {integrity: sha512-RkT/YXYBTSULo3+af8Ib0ykH8u2MBh57o7q/DAs3lTJlyVQkgQvlrPTnjIzzRPQyavxtPtfg0EopvDyIt0j1rA==}
80
- engines: {node: '>=18'}
81
- cpu: [arm]
82
- os: [linux]
83
-
84
- '@esbuild/linux-ia32@0.27.7':
85
- resolution: {integrity: sha512-GA48aKNkyQDbd3KtkplYWT102C5sn/EZTY4XROkxONgruHPU72l+gW+FfF8tf2cFjeHaRbWpOYa/uRBz/Xq1Pg==}
86
- engines: {node: '>=18'}
87
- cpu: [ia32]
88
- os: [linux]
89
-
90
- '@esbuild/linux-loong64@0.27.7':
91
- resolution: {integrity: sha512-a4POruNM2oWsD4WKvBSEKGIiWQF8fZOAsycHOt6JBpZ+JN2n2JH9WAv56SOyu9X5IqAjqSIPTaJkqN8F7XOQ5Q==}
92
- engines: {node: '>=18'}
93
- cpu: [loong64]
94
- os: [linux]
95
-
96
- '@esbuild/linux-mips64el@0.27.7':
97
- resolution: {integrity: sha512-KabT5I6StirGfIz0FMgl1I+R1H73Gp0ofL9A3nG3i/cYFJzKHhouBV5VWK1CSgKvVaG4q1RNpCTR2LuTVB3fIw==}
98
- engines: {node: '>=18'}
99
- cpu: [mips64el]
100
- os: [linux]
101
-
102
- '@esbuild/linux-ppc64@0.27.7':
103
- resolution: {integrity: sha512-gRsL4x6wsGHGRqhtI+ifpN/vpOFTQtnbsupUF5R5YTAg+y/lKelYR1hXbnBdzDjGbMYjVJLJTd2OFmMewAgwlQ==}
104
- engines: {node: '>=18'}
105
- cpu: [ppc64]
106
- os: [linux]
107
-
108
- '@esbuild/linux-riscv64@0.27.7':
109
- resolution: {integrity: sha512-hL25LbxO1QOngGzu2U5xeXtxXcW+/GvMN3ejANqXkxZ/opySAZMrc+9LY/WyjAan41unrR3YrmtTsUpwT66InQ==}
110
- engines: {node: '>=18'}
111
- cpu: [riscv64]
112
- os: [linux]
113
-
114
- '@esbuild/linux-s390x@0.27.7':
115
- resolution: {integrity: sha512-2k8go8Ycu1Kb46vEelhu1vqEP+UeRVj2zY1pSuPdgvbd5ykAw82Lrro28vXUrRmzEsUV0NzCf54yARIK8r0fdw==}
116
- engines: {node: '>=18'}
117
- cpu: [s390x]
118
- os: [linux]
119
-
120
- '@esbuild/linux-x64@0.27.7':
121
- resolution: {integrity: sha512-hzznmADPt+OmsYzw1EE33ccA+HPdIqiCRq7cQeL1Jlq2gb1+OyWBkMCrYGBJ+sxVzve2ZJEVeePbLM2iEIZSxA==}
122
- engines: {node: '>=18'}
123
- cpu: [x64]
124
- os: [linux]
125
-
126
- '@esbuild/netbsd-arm64@0.27.7':
127
- resolution: {integrity: sha512-b6pqtrQdigZBwZxAn1UpazEisvwaIDvdbMbmrly7cDTMFnw/+3lVxxCTGOrkPVnsYIosJJXAsILG9XcQS+Yu6w==}
128
- engines: {node: '>=18'}
129
- cpu: [arm64]
130
- os: [netbsd]
131
-
132
- '@esbuild/netbsd-x64@0.27.7':
133
- resolution: {integrity: sha512-OfatkLojr6U+WN5EDYuoQhtM+1xco+/6FSzJJnuWiUw5eVcicbyK3dq5EeV/QHT1uy6GoDhGbFpprUiHUYggrw==}
134
- engines: {node: '>=18'}
135
- cpu: [x64]
136
- os: [netbsd]
137
-
138
- '@esbuild/openbsd-arm64@0.27.7':
139
- resolution: {integrity: sha512-AFuojMQTxAz75Fo8idVcqoQWEHIXFRbOc1TrVcFSgCZtQfSdc1RXgB3tjOn/krRHENUB4j00bfGjyl2mJrU37A==}
140
- engines: {node: '>=18'}
141
- cpu: [arm64]
142
- os: [openbsd]
143
-
144
- '@esbuild/openbsd-x64@0.27.7':
145
- resolution: {integrity: sha512-+A1NJmfM8WNDv5CLVQYJ5PshuRm/4cI6WMZRg1by1GwPIQPCTs1GLEUHwiiQGT5zDdyLiRM/l1G0Pv54gvtKIg==}
146
- engines: {node: '>=18'}
147
- cpu: [x64]
148
- os: [openbsd]
149
-
150
- '@esbuild/openharmony-arm64@0.27.7':
151
- resolution: {integrity: sha512-+KrvYb/C8zA9CU/g0sR6w2RBw7IGc5J2BPnc3dYc5VJxHCSF1yNMxTV5LQ7GuKteQXZtspjFbiuW5/dOj7H4Yw==}
152
- engines: {node: '>=18'}
153
- cpu: [arm64]
154
- os: [openharmony]
155
-
156
- '@esbuild/sunos-x64@0.27.7':
157
- resolution: {integrity: sha512-ikktIhFBzQNt/QDyOL580ti9+5mL/YZeUPKU2ivGtGjdTYoqz6jObj6nOMfhASpS4GU4Q/Clh1QtxWAvcYKamA==}
158
- engines: {node: '>=18'}
159
- cpu: [x64]
160
- os: [sunos]
161
-
162
- '@esbuild/win32-arm64@0.27.7':
163
- resolution: {integrity: sha512-7yRhbHvPqSpRUV7Q20VuDwbjW5kIMwTHpptuUzV+AA46kiPze5Z7qgt6CLCK3pWFrHeNfDd1VKgyP4O+ng17CA==}
164
- engines: {node: '>=18'}
165
- cpu: [arm64]
166
- os: [win32]
167
-
168
- '@esbuild/win32-ia32@0.27.7':
169
- resolution: {integrity: sha512-SmwKXe6VHIyZYbBLJrhOoCJRB/Z1tckzmgTLfFYOfpMAx63BJEaL9ExI8x7v0oAO3Zh6D/Oi1gVxEYr5oUCFhw==}
170
- engines: {node: '>=18'}
171
- cpu: [ia32]
172
- os: [win32]
173
-
174
- '@esbuild/win32-x64@0.27.7':
175
- resolution: {integrity: sha512-56hiAJPhwQ1R4i+21FVF7V8kSD5zZTdHcVuRFMW0hn753vVfQN8xlx4uOPT4xoGH0Z/oVATuR82AiqSTDIpaHg==}
176
- engines: {node: '>=18'}
177
- cpu: [x64]
178
- os: [win32]
179
-
180
- '@jridgewell/gen-mapping@0.3.13':
181
- resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
182
-
183
- '@jridgewell/resolve-uri@3.1.2':
184
- resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
185
- engines: {node: '>=6.0.0'}
186
-
187
- '@jridgewell/sourcemap-codec@1.5.5':
188
- resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
189
-
190
- '@jridgewell/trace-mapping@0.3.31':
191
- resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
192
-
193
- '@rollup/rollup-android-arm-eabi@4.60.2':
194
- resolution: {integrity: sha512-dnlp69efPPg6Uaw2dVqzWRfAWRnYVb1XJ8CyyhIbZeaq4CA5/mLeZ1IEt9QqQxmbdvagjLIm2ZL8BxXv5lH4Yw==}
195
- cpu: [arm]
196
- os: [android]
197
-
198
- '@rollup/rollup-android-arm64@4.60.2':
199
- resolution: {integrity: sha512-OqZTwDRDchGRHHm/hwLOL7uVPB9aUvI0am/eQuWMNyFHf5PSEQmyEeYYheA0EPPKUO/l0uigCp+iaTjoLjVoHg==}
200
- cpu: [arm64]
201
- os: [android]
202
-
203
- '@rollup/rollup-darwin-arm64@4.60.2':
204
- resolution: {integrity: sha512-UwRE7CGpvSVEQS8gUMBe1uADWjNnVgP3Iusyda1nSRwNDCsRjnGc7w6El6WLQsXmZTbLZx9cecegumcitNfpmA==}
205
- cpu: [arm64]
206
- os: [darwin]
207
-
208
- '@rollup/rollup-darwin-x64@4.60.2':
209
- resolution: {integrity: sha512-gjEtURKLCC5VXm1I+2i1u9OhxFsKAQJKTVB8WvDAHF+oZlq0GTVFOlTlO1q3AlCTE/DF32c16ESvfgqR7343/g==}
210
- cpu: [x64]
211
- os: [darwin]
212
-
213
- '@rollup/rollup-freebsd-arm64@4.60.2':
214
- resolution: {integrity: sha512-Bcl6CYDeAgE70cqZaMojOi/eK63h5Me97ZqAQoh77VPjMysA/4ORQBRGo3rRy45x4MzVlU9uZxs8Uwy7ZaKnBw==}
215
- cpu: [arm64]
216
- os: [freebsd]
217
-
218
- '@rollup/rollup-freebsd-x64@4.60.2':
219
- resolution: {integrity: sha512-LU+TPda3mAE2QB0/Hp5VyeKJivpC6+tlOXd1VMoXV/YFMvk/MNk5iXeBfB4MQGRWyOYVJ01625vjkr0Az98OJQ==}
220
- cpu: [x64]
221
- os: [freebsd]
222
-
223
- '@rollup/rollup-linux-arm-gnueabihf@4.60.2':
224
- resolution: {integrity: sha512-2QxQrM+KQ7DAW4o22j+XZ6RKdxjLD7BOWTP0Bv0tmjdyhXSsr2Ul1oJDQqh9Zf5qOwTuTc7Ek83mOFaKnodPjg==}
225
- cpu: [arm]
226
- os: [linux]
227
- libc: [glibc]
228
-
229
- '@rollup/rollup-linux-arm-musleabihf@4.60.2':
230
- resolution: {integrity: sha512-TbziEu2DVsTEOPif2mKWkMeDMLoYjx95oESa9fkQQK7r/Orta0gnkcDpzwufEcAO2BLBsD7mZkXGFqEdMRRwfw==}
231
- cpu: [arm]
232
- os: [linux]
233
- libc: [musl]
234
-
235
- '@rollup/rollup-linux-arm64-gnu@4.60.2':
236
- resolution: {integrity: sha512-bO/rVDiDUuM2YfuCUwZ1t1cP+/yqjqz+Xf2VtkdppefuOFS2OSeAfgafaHNkFn0t02hEyXngZkxtGqXcXwO8Rg==}
237
- cpu: [arm64]
238
- os: [linux]
239
- libc: [glibc]
240
-
241
- '@rollup/rollup-linux-arm64-musl@4.60.2':
242
- resolution: {integrity: sha512-hr26p7e93Rl0Za+JwW7EAnwAvKkehh12BU1Llm9Ykiibg4uIr2rbpxG9WCf56GuvidlTG9KiiQT/TXT1yAWxTA==}
243
- cpu: [arm64]
244
- os: [linux]
245
- libc: [musl]
246
-
247
- '@rollup/rollup-linux-loong64-gnu@4.60.2':
248
- resolution: {integrity: sha512-pOjB/uSIyDt+ow3k/RcLvUAOGpysT2phDn7TTUB3n75SlIgZzM6NKAqlErPhoFU+npgY3/n+2HYIQVbF70P9/A==}
249
- cpu: [loong64]
250
- os: [linux]
251
- libc: [glibc]
252
-
253
- '@rollup/rollup-linux-loong64-musl@4.60.2':
254
- resolution: {integrity: sha512-2/w+q8jszv9Ww1c+6uJT3OwqhdmGP2/4T17cu8WuwyUuuaCDDJ2ojdyYwZzCxx0GcsZBhzi3HmH+J5pZNXnd+Q==}
255
- cpu: [loong64]
256
- os: [linux]
257
- libc: [musl]
258
-
259
- '@rollup/rollup-linux-ppc64-gnu@4.60.2':
260
- resolution: {integrity: sha512-11+aL5vKheYgczxtPVVRhdptAM2H7fcDR5Gw4/bTcteuZBlH4oP9f5s9zYO9aGZvoGeBpqXI/9TZZihZ609wKw==}
261
- cpu: [ppc64]
262
- os: [linux]
263
- libc: [glibc]
264
-
265
- '@rollup/rollup-linux-ppc64-musl@4.60.2':
266
- resolution: {integrity: sha512-i16fokAGK46IVZuV8LIIwMdtqhin9hfYkCh8pf8iC3QU3LpwL+1FSFGej+O7l3E/AoknL6Dclh2oTdnRMpTzFQ==}
267
- cpu: [ppc64]
268
- os: [linux]
269
- libc: [musl]
270
-
271
- '@rollup/rollup-linux-riscv64-gnu@4.60.2':
272
- resolution: {integrity: sha512-49FkKS6RGQoriDSK/6E2GkAsAuU5kETFCh7pG4yD/ylj9rKhTmO3elsnmBvRD4PgJPds5W2PkhC82aVwmUcJ7A==}
273
- cpu: [riscv64]
274
- os: [linux]
275
- libc: [glibc]
276
-
277
- '@rollup/rollup-linux-riscv64-musl@4.60.2':
278
- resolution: {integrity: sha512-mjYNkHPfGpUR00DuM1ZZIgs64Hpf4bWcz9Z41+4Q+pgDx73UwWdAYyf6EG/lRFldmdHHzgrYyge5akFUW0D3mQ==}
279
- cpu: [riscv64]
280
- os: [linux]
281
- libc: [musl]
282
-
283
- '@rollup/rollup-linux-s390x-gnu@4.60.2':
284
- resolution: {integrity: sha512-ALyvJz965BQk8E9Al/JDKKDLH2kfKFLTGMlgkAbbYtZuJt9LU8DW3ZoDMCtQpXAltZxwBHevXz5u+gf0yA0YoA==}
285
- cpu: [s390x]
286
- os: [linux]
287
- libc: [glibc]
288
-
289
- '@rollup/rollup-linux-x64-gnu@4.60.2':
290
- resolution: {integrity: sha512-UQjrkIdWrKI626Du8lCQ6MJp/6V1LAo2bOK9OTu4mSn8GGXIkPXk/Vsp4bLHCd9Z9Iz2OTEaokUE90VweJgIYQ==}
291
- cpu: [x64]
292
- os: [linux]
293
- libc: [glibc]
294
-
295
- '@rollup/rollup-linux-x64-musl@4.60.2':
296
- resolution: {integrity: sha512-bTsRGj6VlSdn/XD4CGyzMnzaBs9bsRxy79eTqTCBsA8TMIEky7qg48aPkvJvFe1HyzQ5oMZdg7AnVlWQSKLTnw==}
297
- cpu: [x64]
298
- os: [linux]
299
- libc: [musl]
300
-
301
- '@rollup/rollup-openbsd-x64@4.60.2':
302
- resolution: {integrity: sha512-6d4Z3534xitaA1FcMWP7mQPq5zGwBmGbhphh2DwaA1aNIXUu3KTOfwrWpbwI4/Gr0uANo7NTtaykFyO2hPuFLg==}
303
- cpu: [x64]
304
- os: [openbsd]
305
-
306
- '@rollup/rollup-openharmony-arm64@4.60.2':
307
- resolution: {integrity: sha512-NetAg5iO2uN7eB8zE5qrZ3CSil+7IJt4WDFLcC75Ymywq1VZVD6qJ6EvNLjZ3rEm6gB7XW5JdT60c6MN35Z85Q==}
308
- cpu: [arm64]
309
- os: [openharmony]
310
-
311
- '@rollup/rollup-win32-arm64-msvc@4.60.2':
312
- resolution: {integrity: sha512-NCYhOotpgWZ5kdxCZsv6Iudx0wX8980Q/oW4pNFNihpBKsDbEA1zpkfxJGC0yugsUuyDZ7gL37dbzwhR0VI7pQ==}
313
- cpu: [arm64]
314
- os: [win32]
315
-
316
- '@rollup/rollup-win32-ia32-msvc@4.60.2':
317
- resolution: {integrity: sha512-RXsaOqXxfoUBQoOgvmmijVxJnW2IGB0eoMO7F8FAjaj0UTywUO/luSqimWBJn04WNgUkeNhh7fs7pESXajWmkg==}
318
- cpu: [ia32]
319
- os: [win32]
320
-
321
- '@rollup/rollup-win32-x64-gnu@4.60.2':
322
- resolution: {integrity: sha512-qdAzEULD+/hzObedtmV6iBpdL5TIbKVztGiK7O3/KYSf+HIzU257+MX1EXJcyIiDbMAqmbwaufcYPvyRryeZtA==}
323
- cpu: [x64]
324
- os: [win32]
325
-
326
- '@rollup/rollup-win32-x64-msvc@4.60.2':
327
- resolution: {integrity: sha512-Nd/SgG27WoA9e+/TdK74KnHz852TLa94ovOYySo/yMPuTmpckK/jIF2jSwS3g7ELSKXK13/cVdmg1Z/DaCWKxA==}
328
- cpu: [x64]
329
- os: [win32]
330
-
331
- '@types/estree@1.0.8':
332
- resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
333
-
334
- acorn@8.16.0:
335
- resolution: {integrity: sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==}
336
- engines: {node: '>=0.4.0'}
337
- hasBin: true
338
-
339
- any-promise@1.3.0:
340
- resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==}
341
-
342
- bundle-require@5.1.0:
343
- resolution: {integrity: sha512-3WrrOuZiyaaZPWiEt4G3+IffISVC9HYlWueJEBWED4ZH4aIAC2PnkdnuRrR94M+w6yGWn4AglWtJtBI8YqvgoA==}
344
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
345
- peerDependencies:
346
- esbuild: '>=0.18'
347
-
348
- cac@6.7.14:
349
- resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==}
350
- engines: {node: '>=8'}
351
-
352
- chokidar@4.0.3:
353
- resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==}
354
- engines: {node: '>= 14.16.0'}
355
-
356
- commander@4.1.1:
357
- resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==}
358
- engines: {node: '>= 6'}
359
-
360
- confbox@0.1.8:
361
- resolution: {integrity: sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==}
362
-
363
- consola@3.4.2:
364
- resolution: {integrity: sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==}
365
- engines: {node: ^14.18.0 || >=16.10.0}
366
-
367
- debug@4.4.3:
368
- resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
369
- engines: {node: '>=6.0'}
370
- peerDependencies:
371
- supports-color: '*'
372
- peerDependenciesMeta:
373
- supports-color:
374
- optional: true
375
-
376
- esbuild@0.27.7:
377
- resolution: {integrity: sha512-IxpibTjyVnmrIQo5aqNpCgoACA/dTKLTlhMHihVHhdkxKyPO1uBBthumT0rdHmcsk9uMonIWS0m4FljWzILh3w==}
378
- engines: {node: '>=18'}
379
- hasBin: true
380
-
381
- fdir@6.5.0:
382
- resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
383
- engines: {node: '>=12.0.0'}
384
- peerDependencies:
385
- picomatch: ^3 || ^4
386
- peerDependenciesMeta:
387
- picomatch:
388
- optional: true
389
-
390
- fix-dts-default-cjs-exports@1.0.1:
391
- resolution: {integrity: sha512-pVIECanWFC61Hzl2+oOCtoJ3F17kglZC/6N94eRWycFgBH35hHx0Li604ZIzhseh97mf2p0cv7vVrOZGoqhlEg==}
392
-
393
- fsevents@2.3.3:
394
- resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
395
- engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
396
- os: [darwin]
397
-
398
- joycon@3.1.1:
399
- resolution: {integrity: sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==}
400
- engines: {node: '>=10'}
401
-
402
- lilconfig@3.1.3:
403
- resolution: {integrity: sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==}
404
- engines: {node: '>=14'}
405
-
406
- lines-and-columns@1.2.4:
407
- resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
408
-
409
- load-tsconfig@0.2.5:
410
- resolution: {integrity: sha512-IXO6OCs9yg8tMKzfPZ1YmheJbZCiEsnBdcB03l0OcfK9prKnJb96siuHCr5Fl37/yo9DnKU+TLpxzTUspw9shg==}
411
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
412
-
413
- magic-string@0.30.21:
414
- resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
415
-
416
- mlly@1.8.2:
417
- resolution: {integrity: sha512-d+ObxMQFmbt10sretNDytwt85VrbkhhUA/JBGm1MPaWJ65Cl4wOgLaB1NYvJSZ0Ef03MMEU/0xpPMXUIQ29UfA==}
418
-
419
- ms@2.1.3:
420
- resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
421
-
422
- mz@2.7.0:
423
- resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==}
424
-
425
- object-assign@4.1.1:
426
- resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
427
- engines: {node: '>=0.10.0'}
428
-
429
- pathe@2.0.3:
430
- resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==}
431
-
432
- picocolors@1.1.1:
433
- resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
434
-
435
- picomatch@4.0.4:
436
- resolution: {integrity: sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==}
437
- engines: {node: '>=12'}
438
-
439
- pirates@4.0.7:
440
- resolution: {integrity: sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==}
441
- engines: {node: '>= 6'}
442
-
443
- pkg-types@1.3.1:
444
- resolution: {integrity: sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==}
445
-
446
- postcss-load-config@6.0.1:
447
- resolution: {integrity: sha512-oPtTM4oerL+UXmx+93ytZVN82RrlY/wPUV8IeDxFrzIjXOLF1pN+EmKPLbubvKHT2HC20xXsCAH2Z+CKV6Oz/g==}
448
- engines: {node: '>= 18'}
449
- peerDependencies:
450
- jiti: '>=1.21.0'
451
- postcss: '>=8.0.9'
452
- tsx: ^4.8.1
453
- yaml: ^2.4.2
454
- peerDependenciesMeta:
455
- jiti:
456
- optional: true
457
- postcss:
458
- optional: true
459
- tsx:
460
- optional: true
461
- yaml:
462
- optional: true
463
-
464
- readdirp@4.1.2:
465
- resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==}
466
- engines: {node: '>= 14.18.0'}
467
-
468
- resolve-from@5.0.0:
469
- resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==}
470
- engines: {node: '>=8'}
471
-
472
- rollup@4.60.2:
473
- resolution: {integrity: sha512-J9qZyW++QK/09NyN/zeO0dG/1GdGfyp9lV8ajHnRVLfo/uFsbji5mHnDgn/qYdUHyCkM2N+8VyspgZclfAh0eQ==}
474
- engines: {node: '>=18.0.0', npm: '>=8.0.0'}
475
- hasBin: true
476
-
477
- source-map@0.7.6:
478
- resolution: {integrity: sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==}
479
- engines: {node: '>= 12'}
480
-
481
- sucrase@3.35.1:
482
- resolution: {integrity: sha512-DhuTmvZWux4H1UOnWMB3sk0sbaCVOoQZjv8u1rDoTV0HTdGem9hkAZtl4JZy8P2z4Bg0nT+YMeOFyVr4zcG5Tw==}
483
- engines: {node: '>=16 || 14 >=14.17'}
484
- hasBin: true
485
-
486
- thenify-all@1.6.0:
487
- resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==}
488
- engines: {node: '>=0.8'}
489
-
490
- thenify@3.3.1:
491
- resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==}
492
-
493
- tinyexec@0.3.2:
494
- resolution: {integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==}
495
-
496
- tinyglobby@0.2.16:
497
- resolution: {integrity: sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==}
498
- engines: {node: '>=12.0.0'}
499
-
500
- tree-kill@1.2.2:
501
- resolution: {integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==}
502
- hasBin: true
503
-
504
- ts-interface-checker@0.1.13:
505
- resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==}
506
-
507
- tsup@8.5.1:
508
- resolution: {integrity: sha512-xtgkqwdhpKWr3tKPmCkvYmS9xnQK3m3XgxZHwSUjvfTjp7YfXe5tT3GgWi0F2N+ZSMsOeWeZFh7ZZFg5iPhing==}
509
- engines: {node: '>=18'}
510
- hasBin: true
511
- peerDependencies:
512
- '@microsoft/api-extractor': ^7.36.0
513
- '@swc/core': ^1
514
- postcss: ^8.4.12
515
- typescript: '>=4.5.0'
516
- peerDependenciesMeta:
517
- '@microsoft/api-extractor':
518
- optional: true
519
- '@swc/core':
520
- optional: true
521
- postcss:
522
- optional: true
523
- typescript:
524
- optional: true
525
-
526
- typescript@5.9.3:
527
- resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
528
- engines: {node: '>=14.17'}
529
- hasBin: true
530
-
531
- ufo@1.6.3:
532
- resolution: {integrity: sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==}
533
-
534
- zod@3.25.76:
535
- resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==}
536
-
537
- snapshots:
538
-
539
- '@esbuild/aix-ppc64@0.27.7':
540
- optional: true
541
-
542
- '@esbuild/android-arm64@0.27.7':
543
- optional: true
544
-
545
- '@esbuild/android-arm@0.27.7':
546
- optional: true
547
-
548
- '@esbuild/android-x64@0.27.7':
549
- optional: true
550
-
551
- '@esbuild/darwin-arm64@0.27.7':
552
- optional: true
553
-
554
- '@esbuild/darwin-x64@0.27.7':
555
- optional: true
556
-
557
- '@esbuild/freebsd-arm64@0.27.7':
558
- optional: true
559
-
560
- '@esbuild/freebsd-x64@0.27.7':
561
- optional: true
562
-
563
- '@esbuild/linux-arm64@0.27.7':
564
- optional: true
565
-
566
- '@esbuild/linux-arm@0.27.7':
567
- optional: true
568
-
569
- '@esbuild/linux-ia32@0.27.7':
570
- optional: true
571
-
572
- '@esbuild/linux-loong64@0.27.7':
573
- optional: true
574
-
575
- '@esbuild/linux-mips64el@0.27.7':
576
- optional: true
577
-
578
- '@esbuild/linux-ppc64@0.27.7':
579
- optional: true
580
-
581
- '@esbuild/linux-riscv64@0.27.7':
582
- optional: true
583
-
584
- '@esbuild/linux-s390x@0.27.7':
585
- optional: true
586
-
587
- '@esbuild/linux-x64@0.27.7':
588
- optional: true
589
-
590
- '@esbuild/netbsd-arm64@0.27.7':
591
- optional: true
592
-
593
- '@esbuild/netbsd-x64@0.27.7':
594
- optional: true
595
-
596
- '@esbuild/openbsd-arm64@0.27.7':
597
- optional: true
598
-
599
- '@esbuild/openbsd-x64@0.27.7':
600
- optional: true
601
-
602
- '@esbuild/openharmony-arm64@0.27.7':
603
- optional: true
604
-
605
- '@esbuild/sunos-x64@0.27.7':
606
- optional: true
607
-
608
- '@esbuild/win32-arm64@0.27.7':
609
- optional: true
610
-
611
- '@esbuild/win32-ia32@0.27.7':
612
- optional: true
613
-
614
- '@esbuild/win32-x64@0.27.7':
615
- optional: true
616
-
617
- '@jridgewell/gen-mapping@0.3.13':
618
- dependencies:
619
- '@jridgewell/sourcemap-codec': 1.5.5
620
- '@jridgewell/trace-mapping': 0.3.31
621
-
622
- '@jridgewell/resolve-uri@3.1.2': {}
623
-
624
- '@jridgewell/sourcemap-codec@1.5.5': {}
625
-
626
- '@jridgewell/trace-mapping@0.3.31':
627
- dependencies:
628
- '@jridgewell/resolve-uri': 3.1.2
629
- '@jridgewell/sourcemap-codec': 1.5.5
630
-
631
- '@rollup/rollup-android-arm-eabi@4.60.2':
632
- optional: true
633
-
634
- '@rollup/rollup-android-arm64@4.60.2':
635
- optional: true
636
-
637
- '@rollup/rollup-darwin-arm64@4.60.2':
638
- optional: true
639
-
640
- '@rollup/rollup-darwin-x64@4.60.2':
641
- optional: true
642
-
643
- '@rollup/rollup-freebsd-arm64@4.60.2':
644
- optional: true
645
-
646
- '@rollup/rollup-freebsd-x64@4.60.2':
647
- optional: true
648
-
649
- '@rollup/rollup-linux-arm-gnueabihf@4.60.2':
650
- optional: true
651
-
652
- '@rollup/rollup-linux-arm-musleabihf@4.60.2':
653
- optional: true
654
-
655
- '@rollup/rollup-linux-arm64-gnu@4.60.2':
656
- optional: true
657
-
658
- '@rollup/rollup-linux-arm64-musl@4.60.2':
659
- optional: true
660
-
661
- '@rollup/rollup-linux-loong64-gnu@4.60.2':
662
- optional: true
663
-
664
- '@rollup/rollup-linux-loong64-musl@4.60.2':
665
- optional: true
666
-
667
- '@rollup/rollup-linux-ppc64-gnu@4.60.2':
668
- optional: true
669
-
670
- '@rollup/rollup-linux-ppc64-musl@4.60.2':
671
- optional: true
672
-
673
- '@rollup/rollup-linux-riscv64-gnu@4.60.2':
674
- optional: true
675
-
676
- '@rollup/rollup-linux-riscv64-musl@4.60.2':
677
- optional: true
678
-
679
- '@rollup/rollup-linux-s390x-gnu@4.60.2':
680
- optional: true
681
-
682
- '@rollup/rollup-linux-x64-gnu@4.60.2':
683
- optional: true
684
-
685
- '@rollup/rollup-linux-x64-musl@4.60.2':
686
- optional: true
687
-
688
- '@rollup/rollup-openbsd-x64@4.60.2':
689
- optional: true
690
-
691
- '@rollup/rollup-openharmony-arm64@4.60.2':
692
- optional: true
693
-
694
- '@rollup/rollup-win32-arm64-msvc@4.60.2':
695
- optional: true
696
-
697
- '@rollup/rollup-win32-ia32-msvc@4.60.2':
698
- optional: true
699
-
700
- '@rollup/rollup-win32-x64-gnu@4.60.2':
701
- optional: true
702
-
703
- '@rollup/rollup-win32-x64-msvc@4.60.2':
704
- optional: true
705
-
706
- '@types/estree@1.0.8': {}
707
-
708
- acorn@8.16.0: {}
709
-
710
- any-promise@1.3.0: {}
711
-
712
- bundle-require@5.1.0(esbuild@0.27.7):
713
- dependencies:
714
- esbuild: 0.27.7
715
- load-tsconfig: 0.2.5
716
-
717
- cac@6.7.14: {}
718
-
719
- chokidar@4.0.3:
720
- dependencies:
721
- readdirp: 4.1.2
722
-
723
- commander@4.1.1: {}
724
-
725
- confbox@0.1.8: {}
726
-
727
- consola@3.4.2: {}
728
-
729
- debug@4.4.3:
730
- dependencies:
731
- ms: 2.1.3
732
-
733
- esbuild@0.27.7:
734
- optionalDependencies:
735
- '@esbuild/aix-ppc64': 0.27.7
736
- '@esbuild/android-arm': 0.27.7
737
- '@esbuild/android-arm64': 0.27.7
738
- '@esbuild/android-x64': 0.27.7
739
- '@esbuild/darwin-arm64': 0.27.7
740
- '@esbuild/darwin-x64': 0.27.7
741
- '@esbuild/freebsd-arm64': 0.27.7
742
- '@esbuild/freebsd-x64': 0.27.7
743
- '@esbuild/linux-arm': 0.27.7
744
- '@esbuild/linux-arm64': 0.27.7
745
- '@esbuild/linux-ia32': 0.27.7
746
- '@esbuild/linux-loong64': 0.27.7
747
- '@esbuild/linux-mips64el': 0.27.7
748
- '@esbuild/linux-ppc64': 0.27.7
749
- '@esbuild/linux-riscv64': 0.27.7
750
- '@esbuild/linux-s390x': 0.27.7
751
- '@esbuild/linux-x64': 0.27.7
752
- '@esbuild/netbsd-arm64': 0.27.7
753
- '@esbuild/netbsd-x64': 0.27.7
754
- '@esbuild/openbsd-arm64': 0.27.7
755
- '@esbuild/openbsd-x64': 0.27.7
756
- '@esbuild/openharmony-arm64': 0.27.7
757
- '@esbuild/sunos-x64': 0.27.7
758
- '@esbuild/win32-arm64': 0.27.7
759
- '@esbuild/win32-ia32': 0.27.7
760
- '@esbuild/win32-x64': 0.27.7
761
-
762
- fdir@6.5.0(picomatch@4.0.4):
763
- optionalDependencies:
764
- picomatch: 4.0.4
765
-
766
- fix-dts-default-cjs-exports@1.0.1:
767
- dependencies:
768
- magic-string: 0.30.21
769
- mlly: 1.8.2
770
- rollup: 4.60.2
771
-
772
- fsevents@2.3.3:
773
- optional: true
774
-
775
- joycon@3.1.1: {}
776
-
777
- lilconfig@3.1.3: {}
778
-
779
- lines-and-columns@1.2.4: {}
780
-
781
- load-tsconfig@0.2.5: {}
782
-
783
- magic-string@0.30.21:
784
- dependencies:
785
- '@jridgewell/sourcemap-codec': 1.5.5
786
-
787
- mlly@1.8.2:
788
- dependencies:
789
- acorn: 8.16.0
790
- pathe: 2.0.3
791
- pkg-types: 1.3.1
792
- ufo: 1.6.3
793
-
794
- ms@2.1.3: {}
795
-
796
- mz@2.7.0:
797
- dependencies:
798
- any-promise: 1.3.0
799
- object-assign: 4.1.1
800
- thenify-all: 1.6.0
801
-
802
- object-assign@4.1.1: {}
803
-
804
- pathe@2.0.3: {}
805
-
806
- picocolors@1.1.1: {}
807
-
808
- picomatch@4.0.4: {}
809
-
810
- pirates@4.0.7: {}
811
-
812
- pkg-types@1.3.1:
813
- dependencies:
814
- confbox: 0.1.8
815
- mlly: 1.8.2
816
- pathe: 2.0.3
817
-
818
- postcss-load-config@6.0.1:
819
- dependencies:
820
- lilconfig: 3.1.3
821
-
822
- readdirp@4.1.2: {}
823
-
824
- resolve-from@5.0.0: {}
825
-
826
- rollup@4.60.2:
827
- dependencies:
828
- '@types/estree': 1.0.8
829
- optionalDependencies:
830
- '@rollup/rollup-android-arm-eabi': 4.60.2
831
- '@rollup/rollup-android-arm64': 4.60.2
832
- '@rollup/rollup-darwin-arm64': 4.60.2
833
- '@rollup/rollup-darwin-x64': 4.60.2
834
- '@rollup/rollup-freebsd-arm64': 4.60.2
835
- '@rollup/rollup-freebsd-x64': 4.60.2
836
- '@rollup/rollup-linux-arm-gnueabihf': 4.60.2
837
- '@rollup/rollup-linux-arm-musleabihf': 4.60.2
838
- '@rollup/rollup-linux-arm64-gnu': 4.60.2
839
- '@rollup/rollup-linux-arm64-musl': 4.60.2
840
- '@rollup/rollup-linux-loong64-gnu': 4.60.2
841
- '@rollup/rollup-linux-loong64-musl': 4.60.2
842
- '@rollup/rollup-linux-ppc64-gnu': 4.60.2
843
- '@rollup/rollup-linux-ppc64-musl': 4.60.2
844
- '@rollup/rollup-linux-riscv64-gnu': 4.60.2
845
- '@rollup/rollup-linux-riscv64-musl': 4.60.2
846
- '@rollup/rollup-linux-s390x-gnu': 4.60.2
847
- '@rollup/rollup-linux-x64-gnu': 4.60.2
848
- '@rollup/rollup-linux-x64-musl': 4.60.2
849
- '@rollup/rollup-openbsd-x64': 4.60.2
850
- '@rollup/rollup-openharmony-arm64': 4.60.2
851
- '@rollup/rollup-win32-arm64-msvc': 4.60.2
852
- '@rollup/rollup-win32-ia32-msvc': 4.60.2
853
- '@rollup/rollup-win32-x64-gnu': 4.60.2
854
- '@rollup/rollup-win32-x64-msvc': 4.60.2
855
- fsevents: 2.3.3
856
-
857
- source-map@0.7.6: {}
858
-
859
- sucrase@3.35.1:
860
- dependencies:
861
- '@jridgewell/gen-mapping': 0.3.13
862
- commander: 4.1.1
863
- lines-and-columns: 1.2.4
864
- mz: 2.7.0
865
- pirates: 4.0.7
866
- tinyglobby: 0.2.16
867
- ts-interface-checker: 0.1.13
868
-
869
- thenify-all@1.6.0:
870
- dependencies:
871
- thenify: 3.3.1
872
-
873
- thenify@3.3.1:
874
- dependencies:
875
- any-promise: 1.3.0
876
-
877
- tinyexec@0.3.2: {}
878
-
879
- tinyglobby@0.2.16:
880
- dependencies:
881
- fdir: 6.5.0(picomatch@4.0.4)
882
- picomatch: 4.0.4
883
-
884
- tree-kill@1.2.2: {}
885
-
886
- ts-interface-checker@0.1.13: {}
887
-
888
- tsup@8.5.1(typescript@5.9.3):
889
- dependencies:
890
- bundle-require: 5.1.0(esbuild@0.27.7)
891
- cac: 6.7.14
892
- chokidar: 4.0.3
893
- consola: 3.4.2
894
- debug: 4.4.3
895
- esbuild: 0.27.7
896
- fix-dts-default-cjs-exports: 1.0.1
897
- joycon: 3.1.1
898
- picocolors: 1.1.1
899
- postcss-load-config: 6.0.1
900
- resolve-from: 5.0.0
901
- rollup: 4.60.2
902
- source-map: 0.7.6
903
- sucrase: 3.35.1
904
- tinyexec: 0.3.2
905
- tinyglobby: 0.2.16
906
- tree-kill: 1.2.2
907
- optionalDependencies:
908
- typescript: 5.9.3
909
- transitivePeerDependencies:
910
- - jiti
911
- - supports-color
912
- - tsx
913
- - yaml
914
-
915
- typescript@5.9.3: {}
916
-
917
- ufo@1.6.3: {}
918
-
919
- zod@3.25.76: {}