moltlaunch 2.0.0 → 2.0.2

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 (108) hide show
  1. package/README.md +2 -2
  2. package/dist/index.js +18 -18
  3. package/dist/index.js.map +1 -1
  4. package/package.json +6 -2
  5. package/.claude/commands/deploy.md +0 -33
  6. package/.claude/hooks/regenerate-docs.sh +0 -12
  7. package/.claude/settings.json +0 -15
  8. package/.env.example +0 -2
  9. package/.github/workflows/deploy.yml +0 -37
  10. package/ROADMAP.md +0 -29
  11. package/contracts/MandateEscrowV4.sol +0 -281
  12. package/contracts/mocks/MockFlaunchBuyback.sol +0 -24
  13. package/hardhat.config.cjs +0 -29
  14. package/scripts/check-deploy-cost.ts +0 -15
  15. package/scripts/deploy-escrow-v4.ts +0 -81
  16. package/scripts/deploy-escrow.cjs +0 -22
  17. package/scripts/generate-docs.ts +0 -309
  18. package/shared/manifest.json +0 -87
  19. package/site/.vscode/extensions.json +0 -4
  20. package/site/.vscode/launch.json +0 -11
  21. package/site/README.md +0 -43
  22. package/site/astro.config.mjs +0 -21
  23. package/site/functions/agent/[[path]].ts +0 -9
  24. package/site/functions/task/[[path]].ts +0 -9
  25. package/site/index.html.bak +0 -1755
  26. package/site/package-lock.json +0 -6165
  27. package/site/package.json +0 -17
  28. package/site/public/_redirects +0 -1
  29. package/site/public/art/hero.webp +0 -0
  30. package/site/public/favicon.ico +0 -0
  31. package/site/public/favicon.svg +0 -4
  32. package/site/public/logo.png +0 -0
  33. package/site/public/skill.md +0 -276
  34. package/site/src/components/AgentGridCard.astro +0 -97
  35. package/site/src/components/AgentRow.astro +0 -75
  36. package/site/src/components/Footer.astro +0 -71
  37. package/site/src/components/GigCard.astro +0 -36
  38. package/site/src/components/Navbar.astro +0 -93
  39. package/site/src/components/ReviewCard.astro +0 -29
  40. package/site/src/components/SkillPill.astro +0 -19
  41. package/site/src/components/StatusBadge.astro +0 -27
  42. package/site/src/components/TaskEntry.astro +0 -98
  43. package/site/src/layouts/Layout.astro +0 -268
  44. package/site/src/lib/api.ts +0 -342
  45. package/site/src/pages/404.astro +0 -33
  46. package/site/src/pages/admin.astro +0 -445
  47. package/site/src/pages/agent/[...id].astro +0 -678
  48. package/site/src/pages/agents/index.astro +0 -235
  49. package/site/src/pages/dashboard.astro +0 -244
  50. package/site/src/pages/docs.astro +0 -191
  51. package/site/src/pages/how.astro +0 -156
  52. package/site/src/pages/index.astro +0 -226
  53. package/site/src/pages/leaderboard.astro +0 -155
  54. package/site/src/pages/task/[...id].astro +0 -1467
  55. package/site/src/styles/global.css +0 -159
  56. package/site/tailwind.config.mjs +0 -94
  57. package/site/tsconfig.json +0 -5
  58. package/site/wrangler.toml +0 -5
  59. package/src/commands/accept.ts +0 -135
  60. package/src/commands/agents.ts +0 -190
  61. package/src/commands/approve.ts +0 -127
  62. package/src/commands/claim.ts +0 -130
  63. package/src/commands/decline.ts +0 -55
  64. package/src/commands/dispute.ts +0 -92
  65. package/src/commands/earnings.ts +0 -86
  66. package/src/commands/feedback.ts +0 -147
  67. package/src/commands/gig.ts +0 -141
  68. package/src/commands/hire.ts +0 -96
  69. package/src/commands/inbox.ts +0 -135
  70. package/src/commands/message.ts +0 -97
  71. package/src/commands/profile.ts +0 -62
  72. package/src/commands/quote.ts +0 -80
  73. package/src/commands/refund.ts +0 -82
  74. package/src/commands/register.ts +0 -250
  75. package/src/commands/resolve.ts +0 -104
  76. package/src/commands/reviews.ts +0 -78
  77. package/src/commands/revise.ts +0 -65
  78. package/src/commands/submit.ts +0 -123
  79. package/src/commands/tasks.ts +0 -224
  80. package/src/commands/view.ts +0 -122
  81. package/src/commands/wallet.ts +0 -42
  82. package/src/index.ts +0 -285
  83. package/src/lib/agent0.ts +0 -158
  84. package/src/lib/auth.ts +0 -25
  85. package/src/lib/constants.ts +0 -55
  86. package/src/lib/escrow.ts +0 -374
  87. package/src/lib/files.ts +0 -87
  88. package/src/lib/flaunch.ts +0 -277
  89. package/src/lib/mandate.ts +0 -623
  90. package/src/lib/tasks.ts +0 -466
  91. package/src/lib/types.ts +0 -112
  92. package/src/lib/wallet.ts +0 -119
  93. package/src/lib/x402.ts +0 -86
  94. package/test/MandateEscrowV4.test.cjs +0 -568
  95. package/tsconfig.json +0 -19
  96. package/tsup.config.ts +0 -15
  97. package/worker/package-lock.json +0 -1812
  98. package/worker/package.json +0 -18
  99. package/worker/src/agents.ts +0 -755
  100. package/worker/src/auth.ts +0 -126
  101. package/worker/src/files.ts +0 -40
  102. package/worker/src/index.ts +0 -963
  103. package/worker/src/profiles.ts +0 -85
  104. package/worker/src/ratelimit.ts +0 -45
  105. package/worker/src/tasks.ts +0 -498
  106. package/worker/src/types.ts +0 -95
  107. package/worker/tsconfig.json +0 -15
  108. package/worker/wrangler.toml +0 -19
@@ -1,1812 +0,0 @@
1
- {
2
- "name": "mandate-alpha-worker",
3
- "version": "0.1.0",
4
- "lockfileVersion": 3,
5
- "requires": true,
6
- "packages": {
7
- "": {
8
- "name": "mandate-alpha-worker",
9
- "version": "0.1.0",
10
- "dependencies": {
11
- "viem": "^2.21.0"
12
- },
13
- "devDependencies": {
14
- "@cloudflare/workers-types": "^4.20241127.0",
15
- "typescript": "^5.3.3",
16
- "wrangler": "^3.91.0"
17
- }
18
- },
19
- "node_modules/@adraffy/ens-normalize": {
20
- "version": "1.11.1",
21
- "resolved": "https://registry.npmjs.org/@adraffy/ens-normalize/-/ens-normalize-1.11.1.tgz",
22
- "integrity": "sha512-nhCBV3quEgesuf7c7KYfperqSS14T8bYuvJ8PcLJp6znkZpFc0AuW4qBtr8eKVyPPe/8RSr7sglCWPU5eaxwKQ==",
23
- "license": "MIT"
24
- },
25
- "node_modules/@cloudflare/kv-asset-handler": {
26
- "version": "0.3.4",
27
- "resolved": "https://registry.npmjs.org/@cloudflare/kv-asset-handler/-/kv-asset-handler-0.3.4.tgz",
28
- "integrity": "sha512-YLPHc8yASwjNkmcDMQMY35yiWjoKAKnhUbPRszBRS0YgH+IXtsMp61j+yTcnCE3oO2DgP0U3iejLC8FTtKDC8Q==",
29
- "dev": true,
30
- "license": "MIT OR Apache-2.0",
31
- "dependencies": {
32
- "mime": "^3.0.0"
33
- },
34
- "engines": {
35
- "node": ">=16.13"
36
- }
37
- },
38
- "node_modules/@cloudflare/unenv-preset": {
39
- "version": "2.0.2",
40
- "resolved": "https://registry.npmjs.org/@cloudflare/unenv-preset/-/unenv-preset-2.0.2.tgz",
41
- "integrity": "sha512-nyzYnlZjjV5xT3LizahG1Iu6mnrCaxglJ04rZLpDwlDVDZ7v46lNsfxhV3A/xtfgQuSHmLnc6SVI+KwBpc3Lwg==",
42
- "dev": true,
43
- "license": "MIT OR Apache-2.0",
44
- "peerDependencies": {
45
- "unenv": "2.0.0-rc.14",
46
- "workerd": "^1.20250124.0"
47
- },
48
- "peerDependenciesMeta": {
49
- "workerd": {
50
- "optional": true
51
- }
52
- }
53
- },
54
- "node_modules/@cloudflare/workerd-darwin-64": {
55
- "version": "1.20250718.0",
56
- "resolved": "https://registry.npmjs.org/@cloudflare/workerd-darwin-64/-/workerd-darwin-64-1.20250718.0.tgz",
57
- "integrity": "sha512-FHf4t7zbVN8yyXgQ/r/GqLPaYZSGUVzeR7RnL28Mwj2djyw2ZergvytVc7fdGcczl6PQh+VKGfZCfUqpJlbi9g==",
58
- "cpu": [
59
- "x64"
60
- ],
61
- "dev": true,
62
- "license": "Apache-2.0",
63
- "optional": true,
64
- "os": [
65
- "darwin"
66
- ],
67
- "engines": {
68
- "node": ">=16"
69
- }
70
- },
71
- "node_modules/@cloudflare/workerd-darwin-arm64": {
72
- "version": "1.20250718.0",
73
- "resolved": "https://registry.npmjs.org/@cloudflare/workerd-darwin-arm64/-/workerd-darwin-arm64-1.20250718.0.tgz",
74
- "integrity": "sha512-fUiyUJYyqqp4NqJ0YgGtp4WJh/II/YZsUnEb6vVy5Oeas8lUOxnN+ZOJ8N/6/5LQCVAtYCChRiIrBbfhTn5Z8Q==",
75
- "cpu": [
76
- "arm64"
77
- ],
78
- "dev": true,
79
- "license": "Apache-2.0",
80
- "optional": true,
81
- "os": [
82
- "darwin"
83
- ],
84
- "engines": {
85
- "node": ">=16"
86
- }
87
- },
88
- "node_modules/@cloudflare/workerd-linux-64": {
89
- "version": "1.20250718.0",
90
- "resolved": "https://registry.npmjs.org/@cloudflare/workerd-linux-64/-/workerd-linux-64-1.20250718.0.tgz",
91
- "integrity": "sha512-5+eb3rtJMiEwp08Kryqzzu8d1rUcK+gdE442auo5eniMpT170Dz0QxBrqkg2Z48SFUPYbj+6uknuA5tzdRSUSg==",
92
- "cpu": [
93
- "x64"
94
- ],
95
- "dev": true,
96
- "license": "Apache-2.0",
97
- "optional": true,
98
- "os": [
99
- "linux"
100
- ],
101
- "engines": {
102
- "node": ">=16"
103
- }
104
- },
105
- "node_modules/@cloudflare/workerd-linux-arm64": {
106
- "version": "1.20250718.0",
107
- "resolved": "https://registry.npmjs.org/@cloudflare/workerd-linux-arm64/-/workerd-linux-arm64-1.20250718.0.tgz",
108
- "integrity": "sha512-Aa2M/DVBEBQDdATMbn217zCSFKE+ud/teS+fFS+OQqKABLn0azO2qq6ANAHYOIE6Q3Sq4CxDIQr8lGdaJHwUog==",
109
- "cpu": [
110
- "arm64"
111
- ],
112
- "dev": true,
113
- "license": "Apache-2.0",
114
- "optional": true,
115
- "os": [
116
- "linux"
117
- ],
118
- "engines": {
119
- "node": ">=16"
120
- }
121
- },
122
- "node_modules/@cloudflare/workerd-windows-64": {
123
- "version": "1.20250718.0",
124
- "resolved": "https://registry.npmjs.org/@cloudflare/workerd-windows-64/-/workerd-windows-64-1.20250718.0.tgz",
125
- "integrity": "sha512-dY16RXKffmugnc67LTbyjdDHZn5NoTF1yHEf2fN4+OaOnoGSp3N1x77QubTDwqZ9zECWxgQfDLjddcH8dWeFhg==",
126
- "cpu": [
127
- "x64"
128
- ],
129
- "dev": true,
130
- "license": "Apache-2.0",
131
- "optional": true,
132
- "os": [
133
- "win32"
134
- ],
135
- "engines": {
136
- "node": ">=16"
137
- }
138
- },
139
- "node_modules/@cloudflare/workers-types": {
140
- "version": "4.20260205.0",
141
- "resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-4.20260205.0.tgz",
142
- "integrity": "sha512-LTnpvcodmiuMwxmbrO2Fd0+Avbm2UVLLJxT8J2pRWPfoM44gmbIecXwOPZmDAMeadKWrBsQ+B0sloQAhUu5fpA==",
143
- "dev": true,
144
- "license": "MIT OR Apache-2.0"
145
- },
146
- "node_modules/@cspotcode/source-map-support": {
147
- "version": "0.8.1",
148
- "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",
149
- "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==",
150
- "dev": true,
151
- "license": "MIT",
152
- "dependencies": {
153
- "@jridgewell/trace-mapping": "0.3.9"
154
- },
155
- "engines": {
156
- "node": ">=12"
157
- }
158
- },
159
- "node_modules/@emnapi/runtime": {
160
- "version": "1.8.1",
161
- "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.8.1.tgz",
162
- "integrity": "sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==",
163
- "dev": true,
164
- "license": "MIT",
165
- "optional": true,
166
- "dependencies": {
167
- "tslib": "^2.4.0"
168
- }
169
- },
170
- "node_modules/@esbuild-plugins/node-globals-polyfill": {
171
- "version": "0.2.3",
172
- "resolved": "https://registry.npmjs.org/@esbuild-plugins/node-globals-polyfill/-/node-globals-polyfill-0.2.3.tgz",
173
- "integrity": "sha512-r3MIryXDeXDOZh7ih1l/yE9ZLORCd5e8vWg02azWRGj5SPTuoh69A2AIyn0Z31V/kHBfZ4HgWJ+OK3GTTwLmnw==",
174
- "dev": true,
175
- "license": "ISC",
176
- "peerDependencies": {
177
- "esbuild": "*"
178
- }
179
- },
180
- "node_modules/@esbuild-plugins/node-modules-polyfill": {
181
- "version": "0.2.2",
182
- "resolved": "https://registry.npmjs.org/@esbuild-plugins/node-modules-polyfill/-/node-modules-polyfill-0.2.2.tgz",
183
- "integrity": "sha512-LXV7QsWJxRuMYvKbiznh+U1ilIop3g2TeKRzUxOG5X3YITc8JyyTa90BmLwqqv0YnX4v32CSlG+vsziZp9dMvA==",
184
- "dev": true,
185
- "license": "ISC",
186
- "dependencies": {
187
- "escape-string-regexp": "^4.0.0",
188
- "rollup-plugin-node-polyfills": "^0.2.1"
189
- },
190
- "peerDependencies": {
191
- "esbuild": "*"
192
- }
193
- },
194
- "node_modules/@esbuild/android-arm": {
195
- "version": "0.17.19",
196
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.17.19.tgz",
197
- "integrity": "sha512-rIKddzqhmav7MSmoFCmDIb6e2W57geRsM94gV2l38fzhXMwq7hZoClug9USI2pFRGL06f4IOPHHpFNOkWieR8A==",
198
- "cpu": [
199
- "arm"
200
- ],
201
- "dev": true,
202
- "license": "MIT",
203
- "optional": true,
204
- "os": [
205
- "android"
206
- ],
207
- "engines": {
208
- "node": ">=12"
209
- }
210
- },
211
- "node_modules/@esbuild/android-arm64": {
212
- "version": "0.17.19",
213
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.17.19.tgz",
214
- "integrity": "sha512-KBMWvEZooR7+kzY0BtbTQn0OAYY7CsiydT63pVEaPtVYF0hXbUaOyZog37DKxK7NF3XacBJOpYT4adIJh+avxA==",
215
- "cpu": [
216
- "arm64"
217
- ],
218
- "dev": true,
219
- "license": "MIT",
220
- "optional": true,
221
- "os": [
222
- "android"
223
- ],
224
- "engines": {
225
- "node": ">=12"
226
- }
227
- },
228
- "node_modules/@esbuild/android-x64": {
229
- "version": "0.17.19",
230
- "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.17.19.tgz",
231
- "integrity": "sha512-uUTTc4xGNDT7YSArp/zbtmbhO0uEEK9/ETW29Wk1thYUJBz3IVnvgEiEwEa9IeLyvnpKrWK64Utw2bgUmDveww==",
232
- "cpu": [
233
- "x64"
234
- ],
235
- "dev": true,
236
- "license": "MIT",
237
- "optional": true,
238
- "os": [
239
- "android"
240
- ],
241
- "engines": {
242
- "node": ">=12"
243
- }
244
- },
245
- "node_modules/@esbuild/darwin-arm64": {
246
- "version": "0.17.19",
247
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.17.19.tgz",
248
- "integrity": "sha512-80wEoCfF/hFKM6WE1FyBHc9SfUblloAWx6FJkFWTWiCoht9Mc0ARGEM47e67W9rI09YoUxJL68WHfDRYEAvOhg==",
249
- "cpu": [
250
- "arm64"
251
- ],
252
- "dev": true,
253
- "license": "MIT",
254
- "optional": true,
255
- "os": [
256
- "darwin"
257
- ],
258
- "engines": {
259
- "node": ">=12"
260
- }
261
- },
262
- "node_modules/@esbuild/darwin-x64": {
263
- "version": "0.17.19",
264
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.17.19.tgz",
265
- "integrity": "sha512-IJM4JJsLhRYr9xdtLytPLSH9k/oxR3boaUIYiHkAawtwNOXKE8KoU8tMvryogdcT8AU+Bflmh81Xn6Q0vTZbQw==",
266
- "cpu": [
267
- "x64"
268
- ],
269
- "dev": true,
270
- "license": "MIT",
271
- "optional": true,
272
- "os": [
273
- "darwin"
274
- ],
275
- "engines": {
276
- "node": ">=12"
277
- }
278
- },
279
- "node_modules/@esbuild/freebsd-arm64": {
280
- "version": "0.17.19",
281
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.17.19.tgz",
282
- "integrity": "sha512-pBwbc7DufluUeGdjSU5Si+P3SoMF5DQ/F/UmTSb8HXO80ZEAJmrykPyzo1IfNbAoaqw48YRpv8shwd1NoI0jcQ==",
283
- "cpu": [
284
- "arm64"
285
- ],
286
- "dev": true,
287
- "license": "MIT",
288
- "optional": true,
289
- "os": [
290
- "freebsd"
291
- ],
292
- "engines": {
293
- "node": ">=12"
294
- }
295
- },
296
- "node_modules/@esbuild/freebsd-x64": {
297
- "version": "0.17.19",
298
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.17.19.tgz",
299
- "integrity": "sha512-4lu+n8Wk0XlajEhbEffdy2xy53dpR06SlzvhGByyg36qJw6Kpfk7cp45DR/62aPH9mtJRmIyrXAS5UWBrJT6TQ==",
300
- "cpu": [
301
- "x64"
302
- ],
303
- "dev": true,
304
- "license": "MIT",
305
- "optional": true,
306
- "os": [
307
- "freebsd"
308
- ],
309
- "engines": {
310
- "node": ">=12"
311
- }
312
- },
313
- "node_modules/@esbuild/linux-arm": {
314
- "version": "0.17.19",
315
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.17.19.tgz",
316
- "integrity": "sha512-cdmT3KxjlOQ/gZ2cjfrQOtmhG4HJs6hhvm3mWSRDPtZ/lP5oe8FWceS10JaSJC13GBd4eH/haHnqf7hhGNLerA==",
317
- "cpu": [
318
- "arm"
319
- ],
320
- "dev": true,
321
- "license": "MIT",
322
- "optional": true,
323
- "os": [
324
- "linux"
325
- ],
326
- "engines": {
327
- "node": ">=12"
328
- }
329
- },
330
- "node_modules/@esbuild/linux-arm64": {
331
- "version": "0.17.19",
332
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.17.19.tgz",
333
- "integrity": "sha512-ct1Tg3WGwd3P+oZYqic+YZF4snNl2bsnMKRkb3ozHmnM0dGWuxcPTTntAF6bOP0Sp4x0PjSF+4uHQ1xvxfRKqg==",
334
- "cpu": [
335
- "arm64"
336
- ],
337
- "dev": true,
338
- "license": "MIT",
339
- "optional": true,
340
- "os": [
341
- "linux"
342
- ],
343
- "engines": {
344
- "node": ">=12"
345
- }
346
- },
347
- "node_modules/@esbuild/linux-ia32": {
348
- "version": "0.17.19",
349
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.17.19.tgz",
350
- "integrity": "sha512-w4IRhSy1VbsNxHRQpeGCHEmibqdTUx61Vc38APcsRbuVgK0OPEnQ0YD39Brymn96mOx48Y2laBQGqgZ0j9w6SQ==",
351
- "cpu": [
352
- "ia32"
353
- ],
354
- "dev": true,
355
- "license": "MIT",
356
- "optional": true,
357
- "os": [
358
- "linux"
359
- ],
360
- "engines": {
361
- "node": ">=12"
362
- }
363
- },
364
- "node_modules/@esbuild/linux-loong64": {
365
- "version": "0.17.19",
366
- "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.17.19.tgz",
367
- "integrity": "sha512-2iAngUbBPMq439a+z//gE+9WBldoMp1s5GWsUSgqHLzLJ9WoZLZhpwWuym0u0u/4XmZ3gpHmzV84PonE+9IIdQ==",
368
- "cpu": [
369
- "loong64"
370
- ],
371
- "dev": true,
372
- "license": "MIT",
373
- "optional": true,
374
- "os": [
375
- "linux"
376
- ],
377
- "engines": {
378
- "node": ">=12"
379
- }
380
- },
381
- "node_modules/@esbuild/linux-mips64el": {
382
- "version": "0.17.19",
383
- "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.17.19.tgz",
384
- "integrity": "sha512-LKJltc4LVdMKHsrFe4MGNPp0hqDFA1Wpt3jE1gEyM3nKUvOiO//9PheZZHfYRfYl6AwdTH4aTcXSqBerX0ml4A==",
385
- "cpu": [
386
- "mips64el"
387
- ],
388
- "dev": true,
389
- "license": "MIT",
390
- "optional": true,
391
- "os": [
392
- "linux"
393
- ],
394
- "engines": {
395
- "node": ">=12"
396
- }
397
- },
398
- "node_modules/@esbuild/linux-ppc64": {
399
- "version": "0.17.19",
400
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.17.19.tgz",
401
- "integrity": "sha512-/c/DGybs95WXNS8y3Ti/ytqETiW7EU44MEKuCAcpPto3YjQbyK3IQVKfF6nbghD7EcLUGl0NbiL5Rt5DMhn5tg==",
402
- "cpu": [
403
- "ppc64"
404
- ],
405
- "dev": true,
406
- "license": "MIT",
407
- "optional": true,
408
- "os": [
409
- "linux"
410
- ],
411
- "engines": {
412
- "node": ">=12"
413
- }
414
- },
415
- "node_modules/@esbuild/linux-riscv64": {
416
- "version": "0.17.19",
417
- "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.17.19.tgz",
418
- "integrity": "sha512-FC3nUAWhvFoutlhAkgHf8f5HwFWUL6bYdvLc/TTuxKlvLi3+pPzdZiFKSWz/PF30TB1K19SuCxDTI5KcqASJqA==",
419
- "cpu": [
420
- "riscv64"
421
- ],
422
- "dev": true,
423
- "license": "MIT",
424
- "optional": true,
425
- "os": [
426
- "linux"
427
- ],
428
- "engines": {
429
- "node": ">=12"
430
- }
431
- },
432
- "node_modules/@esbuild/linux-s390x": {
433
- "version": "0.17.19",
434
- "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.17.19.tgz",
435
- "integrity": "sha512-IbFsFbxMWLuKEbH+7sTkKzL6NJmG2vRyy6K7JJo55w+8xDk7RElYn6xvXtDW8HCfoKBFK69f3pgBJSUSQPr+4Q==",
436
- "cpu": [
437
- "s390x"
438
- ],
439
- "dev": true,
440
- "license": "MIT",
441
- "optional": true,
442
- "os": [
443
- "linux"
444
- ],
445
- "engines": {
446
- "node": ">=12"
447
- }
448
- },
449
- "node_modules/@esbuild/linux-x64": {
450
- "version": "0.17.19",
451
- "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.17.19.tgz",
452
- "integrity": "sha512-68ngA9lg2H6zkZcyp22tsVt38mlhWde8l3eJLWkyLrp4HwMUr3c1s/M2t7+kHIhvMjglIBrFpncX1SzMckomGw==",
453
- "cpu": [
454
- "x64"
455
- ],
456
- "dev": true,
457
- "license": "MIT",
458
- "optional": true,
459
- "os": [
460
- "linux"
461
- ],
462
- "engines": {
463
- "node": ">=12"
464
- }
465
- },
466
- "node_modules/@esbuild/netbsd-x64": {
467
- "version": "0.17.19",
468
- "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.17.19.tgz",
469
- "integrity": "sha512-CwFq42rXCR8TYIjIfpXCbRX0rp1jo6cPIUPSaWwzbVI4aOfX96OXY8M6KNmtPcg7QjYeDmN+DD0Wp3LaBOLf4Q==",
470
- "cpu": [
471
- "x64"
472
- ],
473
- "dev": true,
474
- "license": "MIT",
475
- "optional": true,
476
- "os": [
477
- "netbsd"
478
- ],
479
- "engines": {
480
- "node": ">=12"
481
- }
482
- },
483
- "node_modules/@esbuild/openbsd-x64": {
484
- "version": "0.17.19",
485
- "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.17.19.tgz",
486
- "integrity": "sha512-cnq5brJYrSZ2CF6c35eCmviIN3k3RczmHz8eYaVlNasVqsNY+JKohZU5MKmaOI+KkllCdzOKKdPs762VCPC20g==",
487
- "cpu": [
488
- "x64"
489
- ],
490
- "dev": true,
491
- "license": "MIT",
492
- "optional": true,
493
- "os": [
494
- "openbsd"
495
- ],
496
- "engines": {
497
- "node": ">=12"
498
- }
499
- },
500
- "node_modules/@esbuild/sunos-x64": {
501
- "version": "0.17.19",
502
- "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.17.19.tgz",
503
- "integrity": "sha512-vCRT7yP3zX+bKWFeP/zdS6SqdWB8OIpaRq/mbXQxTGHnIxspRtigpkUcDMlSCOejlHowLqII7K2JKevwyRP2rg==",
504
- "cpu": [
505
- "x64"
506
- ],
507
- "dev": true,
508
- "license": "MIT",
509
- "optional": true,
510
- "os": [
511
- "sunos"
512
- ],
513
- "engines": {
514
- "node": ">=12"
515
- }
516
- },
517
- "node_modules/@esbuild/win32-arm64": {
518
- "version": "0.17.19",
519
- "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.17.19.tgz",
520
- "integrity": "sha512-yYx+8jwowUstVdorcMdNlzklLYhPxjniHWFKgRqH7IFlUEa0Umu3KuYplf1HUZZ422e3NU9F4LGb+4O0Kdcaag==",
521
- "cpu": [
522
- "arm64"
523
- ],
524
- "dev": true,
525
- "license": "MIT",
526
- "optional": true,
527
- "os": [
528
- "win32"
529
- ],
530
- "engines": {
531
- "node": ">=12"
532
- }
533
- },
534
- "node_modules/@esbuild/win32-ia32": {
535
- "version": "0.17.19",
536
- "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.17.19.tgz",
537
- "integrity": "sha512-eggDKanJszUtCdlVs0RB+h35wNlb5v4TWEkq4vZcmVt5u/HiDZrTXe2bWFQUez3RgNHwx/x4sk5++4NSSicKkw==",
538
- "cpu": [
539
- "ia32"
540
- ],
541
- "dev": true,
542
- "license": "MIT",
543
- "optional": true,
544
- "os": [
545
- "win32"
546
- ],
547
- "engines": {
548
- "node": ">=12"
549
- }
550
- },
551
- "node_modules/@esbuild/win32-x64": {
552
- "version": "0.17.19",
553
- "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.17.19.tgz",
554
- "integrity": "sha512-lAhycmKnVOuRYNtRtatQR1LPQf2oYCkRGkSFnseDAKPl8lu5SOsK/e1sXe5a0Pc5kHIHe6P2I/ilntNv2xf3cA==",
555
- "cpu": [
556
- "x64"
557
- ],
558
- "dev": true,
559
- "license": "MIT",
560
- "optional": true,
561
- "os": [
562
- "win32"
563
- ],
564
- "engines": {
565
- "node": ">=12"
566
- }
567
- },
568
- "node_modules/@fastify/busboy": {
569
- "version": "2.1.1",
570
- "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz",
571
- "integrity": "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==",
572
- "dev": true,
573
- "license": "MIT",
574
- "engines": {
575
- "node": ">=14"
576
- }
577
- },
578
- "node_modules/@img/sharp-darwin-arm64": {
579
- "version": "0.33.5",
580
- "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.33.5.tgz",
581
- "integrity": "sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==",
582
- "cpu": [
583
- "arm64"
584
- ],
585
- "dev": true,
586
- "license": "Apache-2.0",
587
- "optional": true,
588
- "os": [
589
- "darwin"
590
- ],
591
- "engines": {
592
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
593
- },
594
- "funding": {
595
- "url": "https://opencollective.com/libvips"
596
- },
597
- "optionalDependencies": {
598
- "@img/sharp-libvips-darwin-arm64": "1.0.4"
599
- }
600
- },
601
- "node_modules/@img/sharp-darwin-x64": {
602
- "version": "0.33.5",
603
- "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.33.5.tgz",
604
- "integrity": "sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==",
605
- "cpu": [
606
- "x64"
607
- ],
608
- "dev": true,
609
- "license": "Apache-2.0",
610
- "optional": true,
611
- "os": [
612
- "darwin"
613
- ],
614
- "engines": {
615
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
616
- },
617
- "funding": {
618
- "url": "https://opencollective.com/libvips"
619
- },
620
- "optionalDependencies": {
621
- "@img/sharp-libvips-darwin-x64": "1.0.4"
622
- }
623
- },
624
- "node_modules/@img/sharp-libvips-darwin-arm64": {
625
- "version": "1.0.4",
626
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.0.4.tgz",
627
- "integrity": "sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==",
628
- "cpu": [
629
- "arm64"
630
- ],
631
- "dev": true,
632
- "license": "LGPL-3.0-or-later",
633
- "optional": true,
634
- "os": [
635
- "darwin"
636
- ],
637
- "funding": {
638
- "url": "https://opencollective.com/libvips"
639
- }
640
- },
641
- "node_modules/@img/sharp-libvips-darwin-x64": {
642
- "version": "1.0.4",
643
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.0.4.tgz",
644
- "integrity": "sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==",
645
- "cpu": [
646
- "x64"
647
- ],
648
- "dev": true,
649
- "license": "LGPL-3.0-or-later",
650
- "optional": true,
651
- "os": [
652
- "darwin"
653
- ],
654
- "funding": {
655
- "url": "https://opencollective.com/libvips"
656
- }
657
- },
658
- "node_modules/@img/sharp-libvips-linux-arm": {
659
- "version": "1.0.5",
660
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.0.5.tgz",
661
- "integrity": "sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==",
662
- "cpu": [
663
- "arm"
664
- ],
665
- "dev": true,
666
- "license": "LGPL-3.0-or-later",
667
- "optional": true,
668
- "os": [
669
- "linux"
670
- ],
671
- "funding": {
672
- "url": "https://opencollective.com/libvips"
673
- }
674
- },
675
- "node_modules/@img/sharp-libvips-linux-arm64": {
676
- "version": "1.0.4",
677
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.0.4.tgz",
678
- "integrity": "sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==",
679
- "cpu": [
680
- "arm64"
681
- ],
682
- "dev": true,
683
- "license": "LGPL-3.0-or-later",
684
- "optional": true,
685
- "os": [
686
- "linux"
687
- ],
688
- "funding": {
689
- "url": "https://opencollective.com/libvips"
690
- }
691
- },
692
- "node_modules/@img/sharp-libvips-linux-s390x": {
693
- "version": "1.0.4",
694
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.0.4.tgz",
695
- "integrity": "sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==",
696
- "cpu": [
697
- "s390x"
698
- ],
699
- "dev": true,
700
- "license": "LGPL-3.0-or-later",
701
- "optional": true,
702
- "os": [
703
- "linux"
704
- ],
705
- "funding": {
706
- "url": "https://opencollective.com/libvips"
707
- }
708
- },
709
- "node_modules/@img/sharp-libvips-linux-x64": {
710
- "version": "1.0.4",
711
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.4.tgz",
712
- "integrity": "sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==",
713
- "cpu": [
714
- "x64"
715
- ],
716
- "dev": true,
717
- "license": "LGPL-3.0-or-later",
718
- "optional": true,
719
- "os": [
720
- "linux"
721
- ],
722
- "funding": {
723
- "url": "https://opencollective.com/libvips"
724
- }
725
- },
726
- "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
727
- "version": "1.0.4",
728
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.0.4.tgz",
729
- "integrity": "sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==",
730
- "cpu": [
731
- "arm64"
732
- ],
733
- "dev": true,
734
- "license": "LGPL-3.0-or-later",
735
- "optional": true,
736
- "os": [
737
- "linux"
738
- ],
739
- "funding": {
740
- "url": "https://opencollective.com/libvips"
741
- }
742
- },
743
- "node_modules/@img/sharp-libvips-linuxmusl-x64": {
744
- "version": "1.0.4",
745
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.0.4.tgz",
746
- "integrity": "sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==",
747
- "cpu": [
748
- "x64"
749
- ],
750
- "dev": true,
751
- "license": "LGPL-3.0-or-later",
752
- "optional": true,
753
- "os": [
754
- "linux"
755
- ],
756
- "funding": {
757
- "url": "https://opencollective.com/libvips"
758
- }
759
- },
760
- "node_modules/@img/sharp-linux-arm": {
761
- "version": "0.33.5",
762
- "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.33.5.tgz",
763
- "integrity": "sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==",
764
- "cpu": [
765
- "arm"
766
- ],
767
- "dev": true,
768
- "license": "Apache-2.0",
769
- "optional": true,
770
- "os": [
771
- "linux"
772
- ],
773
- "engines": {
774
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
775
- },
776
- "funding": {
777
- "url": "https://opencollective.com/libvips"
778
- },
779
- "optionalDependencies": {
780
- "@img/sharp-libvips-linux-arm": "1.0.5"
781
- }
782
- },
783
- "node_modules/@img/sharp-linux-arm64": {
784
- "version": "0.33.5",
785
- "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.33.5.tgz",
786
- "integrity": "sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==",
787
- "cpu": [
788
- "arm64"
789
- ],
790
- "dev": true,
791
- "license": "Apache-2.0",
792
- "optional": true,
793
- "os": [
794
- "linux"
795
- ],
796
- "engines": {
797
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
798
- },
799
- "funding": {
800
- "url": "https://opencollective.com/libvips"
801
- },
802
- "optionalDependencies": {
803
- "@img/sharp-libvips-linux-arm64": "1.0.4"
804
- }
805
- },
806
- "node_modules/@img/sharp-linux-s390x": {
807
- "version": "0.33.5",
808
- "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.33.5.tgz",
809
- "integrity": "sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==",
810
- "cpu": [
811
- "s390x"
812
- ],
813
- "dev": true,
814
- "license": "Apache-2.0",
815
- "optional": true,
816
- "os": [
817
- "linux"
818
- ],
819
- "engines": {
820
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
821
- },
822
- "funding": {
823
- "url": "https://opencollective.com/libvips"
824
- },
825
- "optionalDependencies": {
826
- "@img/sharp-libvips-linux-s390x": "1.0.4"
827
- }
828
- },
829
- "node_modules/@img/sharp-linux-x64": {
830
- "version": "0.33.5",
831
- "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.5.tgz",
832
- "integrity": "sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==",
833
- "cpu": [
834
- "x64"
835
- ],
836
- "dev": true,
837
- "license": "Apache-2.0",
838
- "optional": true,
839
- "os": [
840
- "linux"
841
- ],
842
- "engines": {
843
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
844
- },
845
- "funding": {
846
- "url": "https://opencollective.com/libvips"
847
- },
848
- "optionalDependencies": {
849
- "@img/sharp-libvips-linux-x64": "1.0.4"
850
- }
851
- },
852
- "node_modules/@img/sharp-linuxmusl-arm64": {
853
- "version": "0.33.5",
854
- "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.33.5.tgz",
855
- "integrity": "sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==",
856
- "cpu": [
857
- "arm64"
858
- ],
859
- "dev": true,
860
- "license": "Apache-2.0",
861
- "optional": true,
862
- "os": [
863
- "linux"
864
- ],
865
- "engines": {
866
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
867
- },
868
- "funding": {
869
- "url": "https://opencollective.com/libvips"
870
- },
871
- "optionalDependencies": {
872
- "@img/sharp-libvips-linuxmusl-arm64": "1.0.4"
873
- }
874
- },
875
- "node_modules/@img/sharp-linuxmusl-x64": {
876
- "version": "0.33.5",
877
- "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.33.5.tgz",
878
- "integrity": "sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==",
879
- "cpu": [
880
- "x64"
881
- ],
882
- "dev": true,
883
- "license": "Apache-2.0",
884
- "optional": true,
885
- "os": [
886
- "linux"
887
- ],
888
- "engines": {
889
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
890
- },
891
- "funding": {
892
- "url": "https://opencollective.com/libvips"
893
- },
894
- "optionalDependencies": {
895
- "@img/sharp-libvips-linuxmusl-x64": "1.0.4"
896
- }
897
- },
898
- "node_modules/@img/sharp-wasm32": {
899
- "version": "0.33.5",
900
- "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.33.5.tgz",
901
- "integrity": "sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==",
902
- "cpu": [
903
- "wasm32"
904
- ],
905
- "dev": true,
906
- "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
907
- "optional": true,
908
- "dependencies": {
909
- "@emnapi/runtime": "^1.2.0"
910
- },
911
- "engines": {
912
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
913
- },
914
- "funding": {
915
- "url": "https://opencollective.com/libvips"
916
- }
917
- },
918
- "node_modules/@img/sharp-win32-ia32": {
919
- "version": "0.33.5",
920
- "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.33.5.tgz",
921
- "integrity": "sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==",
922
- "cpu": [
923
- "ia32"
924
- ],
925
- "dev": true,
926
- "license": "Apache-2.0 AND LGPL-3.0-or-later",
927
- "optional": true,
928
- "os": [
929
- "win32"
930
- ],
931
- "engines": {
932
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
933
- },
934
- "funding": {
935
- "url": "https://opencollective.com/libvips"
936
- }
937
- },
938
- "node_modules/@img/sharp-win32-x64": {
939
- "version": "0.33.5",
940
- "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.33.5.tgz",
941
- "integrity": "sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==",
942
- "cpu": [
943
- "x64"
944
- ],
945
- "dev": true,
946
- "license": "Apache-2.0 AND LGPL-3.0-or-later",
947
- "optional": true,
948
- "os": [
949
- "win32"
950
- ],
951
- "engines": {
952
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
953
- },
954
- "funding": {
955
- "url": "https://opencollective.com/libvips"
956
- }
957
- },
958
- "node_modules/@jridgewell/resolve-uri": {
959
- "version": "3.1.2",
960
- "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
961
- "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
962
- "dev": true,
963
- "license": "MIT",
964
- "engines": {
965
- "node": ">=6.0.0"
966
- }
967
- },
968
- "node_modules/@jridgewell/sourcemap-codec": {
969
- "version": "1.5.5",
970
- "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
971
- "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
972
- "dev": true,
973
- "license": "MIT"
974
- },
975
- "node_modules/@jridgewell/trace-mapping": {
976
- "version": "0.3.9",
977
- "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz",
978
- "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==",
979
- "dev": true,
980
- "license": "MIT",
981
- "dependencies": {
982
- "@jridgewell/resolve-uri": "^3.0.3",
983
- "@jridgewell/sourcemap-codec": "^1.4.10"
984
- }
985
- },
986
- "node_modules/@noble/ciphers": {
987
- "version": "1.3.0",
988
- "resolved": "https://registry.npmjs.org/@noble/ciphers/-/ciphers-1.3.0.tgz",
989
- "integrity": "sha512-2I0gnIVPtfnMw9ee9h1dJG7tp81+8Ob3OJb3Mv37rx5L40/b0i7djjCVvGOVqc9AEIQyvyu1i6ypKdFw8R8gQw==",
990
- "license": "MIT",
991
- "engines": {
992
- "node": "^14.21.3 || >=16"
993
- },
994
- "funding": {
995
- "url": "https://paulmillr.com/funding/"
996
- }
997
- },
998
- "node_modules/@noble/curves": {
999
- "version": "1.9.1",
1000
- "resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.9.1.tgz",
1001
- "integrity": "sha512-k11yZxZg+t+gWvBbIswW0yoJlu8cHOC7dhunwOzoWH/mXGBiYyR4YY6hAEK/3EUs4UpB8la1RfdRpeGsFHkWsA==",
1002
- "license": "MIT",
1003
- "dependencies": {
1004
- "@noble/hashes": "1.8.0"
1005
- },
1006
- "engines": {
1007
- "node": "^14.21.3 || >=16"
1008
- },
1009
- "funding": {
1010
- "url": "https://paulmillr.com/funding/"
1011
- }
1012
- },
1013
- "node_modules/@noble/hashes": {
1014
- "version": "1.8.0",
1015
- "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz",
1016
- "integrity": "sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==",
1017
- "license": "MIT",
1018
- "engines": {
1019
- "node": "^14.21.3 || >=16"
1020
- },
1021
- "funding": {
1022
- "url": "https://paulmillr.com/funding/"
1023
- }
1024
- },
1025
- "node_modules/@scure/base": {
1026
- "version": "1.2.6",
1027
- "resolved": "https://registry.npmjs.org/@scure/base/-/base-1.2.6.tgz",
1028
- "integrity": "sha512-g/nm5FgUa//MCj1gV09zTJTaM6KBAHqLN907YVQqf7zC49+DcO4B1so4ZX07Ef10Twr6nuqYEH9GEggFXA4Fmg==",
1029
- "license": "MIT",
1030
- "funding": {
1031
- "url": "https://paulmillr.com/funding/"
1032
- }
1033
- },
1034
- "node_modules/@scure/bip32": {
1035
- "version": "1.7.0",
1036
- "resolved": "https://registry.npmjs.org/@scure/bip32/-/bip32-1.7.0.tgz",
1037
- "integrity": "sha512-E4FFX/N3f4B80AKWp5dP6ow+flD1LQZo/w8UnLGYZO674jS6YnYeepycOOksv+vLPSpgN35wgKgy+ybfTb2SMw==",
1038
- "license": "MIT",
1039
- "dependencies": {
1040
- "@noble/curves": "~1.9.0",
1041
- "@noble/hashes": "~1.8.0",
1042
- "@scure/base": "~1.2.5"
1043
- },
1044
- "funding": {
1045
- "url": "https://paulmillr.com/funding/"
1046
- }
1047
- },
1048
- "node_modules/@scure/bip39": {
1049
- "version": "1.6.0",
1050
- "resolved": "https://registry.npmjs.org/@scure/bip39/-/bip39-1.6.0.tgz",
1051
- "integrity": "sha512-+lF0BbLiJNwVlev4eKelw1WWLaiKXw7sSl8T6FvBlWkdX+94aGJ4o8XjUdlyhTCjd8c+B3KT3JfS8P0bLRNU6A==",
1052
- "license": "MIT",
1053
- "dependencies": {
1054
- "@noble/hashes": "~1.8.0",
1055
- "@scure/base": "~1.2.5"
1056
- },
1057
- "funding": {
1058
- "url": "https://paulmillr.com/funding/"
1059
- }
1060
- },
1061
- "node_modules/abitype": {
1062
- "version": "1.2.3",
1063
- "resolved": "https://registry.npmjs.org/abitype/-/abitype-1.2.3.tgz",
1064
- "integrity": "sha512-Ofer5QUnuUdTFsBRwARMoWKOH1ND5ehwYhJ3OJ/BQO+StkwQjHw0XyVh4vDttzHB7QOFhPHa/o413PJ82gU/Tg==",
1065
- "license": "MIT",
1066
- "funding": {
1067
- "url": "https://github.com/sponsors/wevm"
1068
- },
1069
- "peerDependencies": {
1070
- "typescript": ">=5.0.4",
1071
- "zod": "^3.22.0 || ^4.0.0"
1072
- },
1073
- "peerDependenciesMeta": {
1074
- "typescript": {
1075
- "optional": true
1076
- },
1077
- "zod": {
1078
- "optional": true
1079
- }
1080
- }
1081
- },
1082
- "node_modules/acorn": {
1083
- "version": "8.14.0",
1084
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz",
1085
- "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==",
1086
- "dev": true,
1087
- "license": "MIT",
1088
- "bin": {
1089
- "acorn": "bin/acorn"
1090
- },
1091
- "engines": {
1092
- "node": ">=0.4.0"
1093
- }
1094
- },
1095
- "node_modules/acorn-walk": {
1096
- "version": "8.3.2",
1097
- "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.2.tgz",
1098
- "integrity": "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==",
1099
- "dev": true,
1100
- "license": "MIT",
1101
- "engines": {
1102
- "node": ">=0.4.0"
1103
- }
1104
- },
1105
- "node_modules/as-table": {
1106
- "version": "1.0.55",
1107
- "resolved": "https://registry.npmjs.org/as-table/-/as-table-1.0.55.tgz",
1108
- "integrity": "sha512-xvsWESUJn0JN421Xb9MQw6AsMHRCUknCe0Wjlxvjud80mU4E6hQf1A6NzQKcYNmYw62MfzEtXc+badstZP3JpQ==",
1109
- "dev": true,
1110
- "license": "MIT",
1111
- "dependencies": {
1112
- "printable-characters": "^1.0.42"
1113
- }
1114
- },
1115
- "node_modules/blake3-wasm": {
1116
- "version": "2.1.5",
1117
- "resolved": "https://registry.npmjs.org/blake3-wasm/-/blake3-wasm-2.1.5.tgz",
1118
- "integrity": "sha512-F1+K8EbfOZE49dtoPtmxUQrpXaBIl3ICvasLh+nJta0xkz+9kF/7uet9fLnwKqhDrmj6g+6K3Tw9yQPUg2ka5g==",
1119
- "dev": true,
1120
- "license": "MIT"
1121
- },
1122
- "node_modules/color": {
1123
- "version": "4.2.3",
1124
- "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
1125
- "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
1126
- "dev": true,
1127
- "license": "MIT",
1128
- "optional": true,
1129
- "dependencies": {
1130
- "color-convert": "^2.0.1",
1131
- "color-string": "^1.9.0"
1132
- },
1133
- "engines": {
1134
- "node": ">=12.5.0"
1135
- }
1136
- },
1137
- "node_modules/color-convert": {
1138
- "version": "2.0.1",
1139
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
1140
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
1141
- "dev": true,
1142
- "license": "MIT",
1143
- "optional": true,
1144
- "dependencies": {
1145
- "color-name": "~1.1.4"
1146
- },
1147
- "engines": {
1148
- "node": ">=7.0.0"
1149
- }
1150
- },
1151
- "node_modules/color-name": {
1152
- "version": "1.1.4",
1153
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
1154
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
1155
- "dev": true,
1156
- "license": "MIT",
1157
- "optional": true
1158
- },
1159
- "node_modules/color-string": {
1160
- "version": "1.9.1",
1161
- "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz",
1162
- "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
1163
- "dev": true,
1164
- "license": "MIT",
1165
- "optional": true,
1166
- "dependencies": {
1167
- "color-name": "^1.0.0",
1168
- "simple-swizzle": "^0.2.2"
1169
- }
1170
- },
1171
- "node_modules/cookie": {
1172
- "version": "0.7.2",
1173
- "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
1174
- "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
1175
- "dev": true,
1176
- "license": "MIT",
1177
- "engines": {
1178
- "node": ">= 0.6"
1179
- }
1180
- },
1181
- "node_modules/data-uri-to-buffer": {
1182
- "version": "2.0.2",
1183
- "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-2.0.2.tgz",
1184
- "integrity": "sha512-ND9qDTLc6diwj+Xe5cdAgVTbLVdXbtxTJRXRhli8Mowuaan+0EJOtdqJ0QCHNSSPyoXGx9HX2/VMnKeC34AChA==",
1185
- "dev": true,
1186
- "license": "MIT"
1187
- },
1188
- "node_modules/defu": {
1189
- "version": "6.1.4",
1190
- "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.4.tgz",
1191
- "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==",
1192
- "dev": true,
1193
- "license": "MIT"
1194
- },
1195
- "node_modules/detect-libc": {
1196
- "version": "2.1.2",
1197
- "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
1198
- "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
1199
- "dev": true,
1200
- "license": "Apache-2.0",
1201
- "optional": true,
1202
- "engines": {
1203
- "node": ">=8"
1204
- }
1205
- },
1206
- "node_modules/esbuild": {
1207
- "version": "0.17.19",
1208
- "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.17.19.tgz",
1209
- "integrity": "sha512-XQ0jAPFkK/u3LcVRcvVHQcTIqD6E2H1fvZMA5dQPSOWb3suUbWbfbRf94pjc0bNzRYLfIrDRQXr7X+LHIm5oHw==",
1210
- "dev": true,
1211
- "hasInstallScript": true,
1212
- "license": "MIT",
1213
- "bin": {
1214
- "esbuild": "bin/esbuild"
1215
- },
1216
- "engines": {
1217
- "node": ">=12"
1218
- },
1219
- "optionalDependencies": {
1220
- "@esbuild/android-arm": "0.17.19",
1221
- "@esbuild/android-arm64": "0.17.19",
1222
- "@esbuild/android-x64": "0.17.19",
1223
- "@esbuild/darwin-arm64": "0.17.19",
1224
- "@esbuild/darwin-x64": "0.17.19",
1225
- "@esbuild/freebsd-arm64": "0.17.19",
1226
- "@esbuild/freebsd-x64": "0.17.19",
1227
- "@esbuild/linux-arm": "0.17.19",
1228
- "@esbuild/linux-arm64": "0.17.19",
1229
- "@esbuild/linux-ia32": "0.17.19",
1230
- "@esbuild/linux-loong64": "0.17.19",
1231
- "@esbuild/linux-mips64el": "0.17.19",
1232
- "@esbuild/linux-ppc64": "0.17.19",
1233
- "@esbuild/linux-riscv64": "0.17.19",
1234
- "@esbuild/linux-s390x": "0.17.19",
1235
- "@esbuild/linux-x64": "0.17.19",
1236
- "@esbuild/netbsd-x64": "0.17.19",
1237
- "@esbuild/openbsd-x64": "0.17.19",
1238
- "@esbuild/sunos-x64": "0.17.19",
1239
- "@esbuild/win32-arm64": "0.17.19",
1240
- "@esbuild/win32-ia32": "0.17.19",
1241
- "@esbuild/win32-x64": "0.17.19"
1242
- }
1243
- },
1244
- "node_modules/escape-string-regexp": {
1245
- "version": "4.0.0",
1246
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
1247
- "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
1248
- "dev": true,
1249
- "license": "MIT",
1250
- "engines": {
1251
- "node": ">=10"
1252
- },
1253
- "funding": {
1254
- "url": "https://github.com/sponsors/sindresorhus"
1255
- }
1256
- },
1257
- "node_modules/estree-walker": {
1258
- "version": "0.6.1",
1259
- "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-0.6.1.tgz",
1260
- "integrity": "sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==",
1261
- "dev": true,
1262
- "license": "MIT"
1263
- },
1264
- "node_modules/eventemitter3": {
1265
- "version": "5.0.1",
1266
- "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz",
1267
- "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==",
1268
- "license": "MIT"
1269
- },
1270
- "node_modules/exit-hook": {
1271
- "version": "2.2.1",
1272
- "resolved": "https://registry.npmjs.org/exit-hook/-/exit-hook-2.2.1.tgz",
1273
- "integrity": "sha512-eNTPlAD67BmP31LDINZ3U7HSF8l57TxOY2PmBJ1shpCvpnxBF93mWCE8YHBnXs8qiUZJc9WDcWIeC3a2HIAMfw==",
1274
- "dev": true,
1275
- "license": "MIT",
1276
- "engines": {
1277
- "node": ">=6"
1278
- },
1279
- "funding": {
1280
- "url": "https://github.com/sponsors/sindresorhus"
1281
- }
1282
- },
1283
- "node_modules/exsolve": {
1284
- "version": "1.0.8",
1285
- "resolved": "https://registry.npmjs.org/exsolve/-/exsolve-1.0.8.tgz",
1286
- "integrity": "sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==",
1287
- "dev": true,
1288
- "license": "MIT"
1289
- },
1290
- "node_modules/fsevents": {
1291
- "version": "2.3.3",
1292
- "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
1293
- "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
1294
- "dev": true,
1295
- "hasInstallScript": true,
1296
- "license": "MIT",
1297
- "optional": true,
1298
- "os": [
1299
- "darwin"
1300
- ],
1301
- "engines": {
1302
- "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
1303
- }
1304
- },
1305
- "node_modules/get-source": {
1306
- "version": "2.0.12",
1307
- "resolved": "https://registry.npmjs.org/get-source/-/get-source-2.0.12.tgz",
1308
- "integrity": "sha512-X5+4+iD+HoSeEED+uwrQ07BOQr0kEDFMVqqpBuI+RaZBpBpHCuXxo70bjar6f0b0u/DQJsJ7ssurpP0V60Az+w==",
1309
- "dev": true,
1310
- "license": "Unlicense",
1311
- "dependencies": {
1312
- "data-uri-to-buffer": "^2.0.0",
1313
- "source-map": "^0.6.1"
1314
- }
1315
- },
1316
- "node_modules/glob-to-regexp": {
1317
- "version": "0.4.1",
1318
- "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
1319
- "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==",
1320
- "dev": true,
1321
- "license": "BSD-2-Clause"
1322
- },
1323
- "node_modules/is-arrayish": {
1324
- "version": "0.3.4",
1325
- "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.4.tgz",
1326
- "integrity": "sha512-m6UrgzFVUYawGBh1dUsWR5M2Clqic9RVXC/9f8ceNlv2IcO9j9J/z8UoCLPqtsPBFNzEpfR3xftohbfqDx8EQA==",
1327
- "dev": true,
1328
- "license": "MIT",
1329
- "optional": true
1330
- },
1331
- "node_modules/isows": {
1332
- "version": "1.0.7",
1333
- "resolved": "https://registry.npmjs.org/isows/-/isows-1.0.7.tgz",
1334
- "integrity": "sha512-I1fSfDCZL5P0v33sVqeTDSpcstAg/N+wF5HS033mogOVIp4B+oHC7oOCsA3axAbBSGTJ8QubbNmnIRN/h8U7hg==",
1335
- "funding": [
1336
- {
1337
- "type": "github",
1338
- "url": "https://github.com/sponsors/wevm"
1339
- }
1340
- ],
1341
- "license": "MIT",
1342
- "peerDependencies": {
1343
- "ws": "*"
1344
- }
1345
- },
1346
- "node_modules/magic-string": {
1347
- "version": "0.25.9",
1348
- "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz",
1349
- "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==",
1350
- "dev": true,
1351
- "license": "MIT",
1352
- "dependencies": {
1353
- "sourcemap-codec": "^1.4.8"
1354
- }
1355
- },
1356
- "node_modules/mime": {
1357
- "version": "3.0.0",
1358
- "resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz",
1359
- "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
1360
- "dev": true,
1361
- "license": "MIT",
1362
- "bin": {
1363
- "mime": "cli.js"
1364
- },
1365
- "engines": {
1366
- "node": ">=10.0.0"
1367
- }
1368
- },
1369
- "node_modules/miniflare": {
1370
- "version": "3.20250718.3",
1371
- "resolved": "https://registry.npmjs.org/miniflare/-/miniflare-3.20250718.3.tgz",
1372
- "integrity": "sha512-JuPrDJhwLrNLEJiNLWO7ZzJrv/Vv9kZuwMYCfv0LskQDM6Eonw4OvywO3CH/wCGjgHzha/qyjUh8JQ068TjDgQ==",
1373
- "dev": true,
1374
- "license": "MIT",
1375
- "dependencies": {
1376
- "@cspotcode/source-map-support": "0.8.1",
1377
- "acorn": "8.14.0",
1378
- "acorn-walk": "8.3.2",
1379
- "exit-hook": "2.2.1",
1380
- "glob-to-regexp": "0.4.1",
1381
- "stoppable": "1.1.0",
1382
- "undici": "^5.28.5",
1383
- "workerd": "1.20250718.0",
1384
- "ws": "8.18.0",
1385
- "youch": "3.3.4",
1386
- "zod": "3.22.3"
1387
- },
1388
- "bin": {
1389
- "miniflare": "bootstrap.js"
1390
- },
1391
- "engines": {
1392
- "node": ">=16.13"
1393
- }
1394
- },
1395
- "node_modules/mustache": {
1396
- "version": "4.2.0",
1397
- "resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz",
1398
- "integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==",
1399
- "dev": true,
1400
- "license": "MIT",
1401
- "bin": {
1402
- "mustache": "bin/mustache"
1403
- }
1404
- },
1405
- "node_modules/ohash": {
1406
- "version": "2.0.11",
1407
- "resolved": "https://registry.npmjs.org/ohash/-/ohash-2.0.11.tgz",
1408
- "integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==",
1409
- "dev": true,
1410
- "license": "MIT"
1411
- },
1412
- "node_modules/ox": {
1413
- "version": "0.11.3",
1414
- "resolved": "https://registry.npmjs.org/ox/-/ox-0.11.3.tgz",
1415
- "integrity": "sha512-1bWYGk/xZel3xro3l8WGg6eq4YEKlaqvyMtVhfMFpbJzK2F6rj4EDRtqDCWVEJMkzcmEi9uW2QxsqELokOlarw==",
1416
- "funding": [
1417
- {
1418
- "type": "github",
1419
- "url": "https://github.com/sponsors/wevm"
1420
- }
1421
- ],
1422
- "license": "MIT",
1423
- "dependencies": {
1424
- "@adraffy/ens-normalize": "^1.11.0",
1425
- "@noble/ciphers": "^1.3.0",
1426
- "@noble/curves": "1.9.1",
1427
- "@noble/hashes": "^1.8.0",
1428
- "@scure/bip32": "^1.7.0",
1429
- "@scure/bip39": "^1.6.0",
1430
- "abitype": "^1.2.3",
1431
- "eventemitter3": "5.0.1"
1432
- },
1433
- "peerDependencies": {
1434
- "typescript": ">=5.4.0"
1435
- },
1436
- "peerDependenciesMeta": {
1437
- "typescript": {
1438
- "optional": true
1439
- }
1440
- }
1441
- },
1442
- "node_modules/path-to-regexp": {
1443
- "version": "6.3.0",
1444
- "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz",
1445
- "integrity": "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==",
1446
- "dev": true,
1447
- "license": "MIT"
1448
- },
1449
- "node_modules/pathe": {
1450
- "version": "2.0.3",
1451
- "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
1452
- "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
1453
- "dev": true,
1454
- "license": "MIT"
1455
- },
1456
- "node_modules/printable-characters": {
1457
- "version": "1.0.42",
1458
- "resolved": "https://registry.npmjs.org/printable-characters/-/printable-characters-1.0.42.tgz",
1459
- "integrity": "sha512-dKp+C4iXWK4vVYZmYSd0KBH5F/h1HoZRsbJ82AVKRO3PEo8L4lBS/vLwhVtpwwuYcoIsVY+1JYKR268yn480uQ==",
1460
- "dev": true,
1461
- "license": "Unlicense"
1462
- },
1463
- "node_modules/rollup-plugin-inject": {
1464
- "version": "3.0.2",
1465
- "resolved": "https://registry.npmjs.org/rollup-plugin-inject/-/rollup-plugin-inject-3.0.2.tgz",
1466
- "integrity": "sha512-ptg9PQwzs3orn4jkgXJ74bfs5vYz1NCZlSQMBUA0wKcGp5i5pA1AO3fOUEte8enhGUC+iapTCzEWw2jEFFUO/w==",
1467
- "deprecated": "This package has been deprecated and is no longer maintained. Please use @rollup/plugin-inject.",
1468
- "dev": true,
1469
- "license": "MIT",
1470
- "dependencies": {
1471
- "estree-walker": "^0.6.1",
1472
- "magic-string": "^0.25.3",
1473
- "rollup-pluginutils": "^2.8.1"
1474
- }
1475
- },
1476
- "node_modules/rollup-plugin-node-polyfills": {
1477
- "version": "0.2.1",
1478
- "resolved": "https://registry.npmjs.org/rollup-plugin-node-polyfills/-/rollup-plugin-node-polyfills-0.2.1.tgz",
1479
- "integrity": "sha512-4kCrKPTJ6sK4/gLL/U5QzVT8cxJcofO0OU74tnB19F40cmuAKSzH5/siithxlofFEjwvw1YAhPmbvGNA6jEroA==",
1480
- "dev": true,
1481
- "license": "MIT",
1482
- "dependencies": {
1483
- "rollup-plugin-inject": "^3.0.0"
1484
- }
1485
- },
1486
- "node_modules/rollup-pluginutils": {
1487
- "version": "2.8.2",
1488
- "resolved": "https://registry.npmjs.org/rollup-pluginutils/-/rollup-pluginutils-2.8.2.tgz",
1489
- "integrity": "sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==",
1490
- "dev": true,
1491
- "license": "MIT",
1492
- "dependencies": {
1493
- "estree-walker": "^0.6.1"
1494
- }
1495
- },
1496
- "node_modules/semver": {
1497
- "version": "7.7.3",
1498
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
1499
- "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
1500
- "dev": true,
1501
- "license": "ISC",
1502
- "optional": true,
1503
- "bin": {
1504
- "semver": "bin/semver.js"
1505
- },
1506
- "engines": {
1507
- "node": ">=10"
1508
- }
1509
- },
1510
- "node_modules/sharp": {
1511
- "version": "0.33.5",
1512
- "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.5.tgz",
1513
- "integrity": "sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==",
1514
- "dev": true,
1515
- "hasInstallScript": true,
1516
- "license": "Apache-2.0",
1517
- "optional": true,
1518
- "dependencies": {
1519
- "color": "^4.2.3",
1520
- "detect-libc": "^2.0.3",
1521
- "semver": "^7.6.3"
1522
- },
1523
- "engines": {
1524
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1525
- },
1526
- "funding": {
1527
- "url": "https://opencollective.com/libvips"
1528
- },
1529
- "optionalDependencies": {
1530
- "@img/sharp-darwin-arm64": "0.33.5",
1531
- "@img/sharp-darwin-x64": "0.33.5",
1532
- "@img/sharp-libvips-darwin-arm64": "1.0.4",
1533
- "@img/sharp-libvips-darwin-x64": "1.0.4",
1534
- "@img/sharp-libvips-linux-arm": "1.0.5",
1535
- "@img/sharp-libvips-linux-arm64": "1.0.4",
1536
- "@img/sharp-libvips-linux-s390x": "1.0.4",
1537
- "@img/sharp-libvips-linux-x64": "1.0.4",
1538
- "@img/sharp-libvips-linuxmusl-arm64": "1.0.4",
1539
- "@img/sharp-libvips-linuxmusl-x64": "1.0.4",
1540
- "@img/sharp-linux-arm": "0.33.5",
1541
- "@img/sharp-linux-arm64": "0.33.5",
1542
- "@img/sharp-linux-s390x": "0.33.5",
1543
- "@img/sharp-linux-x64": "0.33.5",
1544
- "@img/sharp-linuxmusl-arm64": "0.33.5",
1545
- "@img/sharp-linuxmusl-x64": "0.33.5",
1546
- "@img/sharp-wasm32": "0.33.5",
1547
- "@img/sharp-win32-ia32": "0.33.5",
1548
- "@img/sharp-win32-x64": "0.33.5"
1549
- }
1550
- },
1551
- "node_modules/simple-swizzle": {
1552
- "version": "0.2.4",
1553
- "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.4.tgz",
1554
- "integrity": "sha512-nAu1WFPQSMNr2Zn9PGSZK9AGn4t/y97lEm+MXTtUDwfP0ksAIX4nO+6ruD9Jwut4C49SB1Ws+fbXsm/yScWOHw==",
1555
- "dev": true,
1556
- "license": "MIT",
1557
- "optional": true,
1558
- "dependencies": {
1559
- "is-arrayish": "^0.3.1"
1560
- }
1561
- },
1562
- "node_modules/source-map": {
1563
- "version": "0.6.1",
1564
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
1565
- "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
1566
- "dev": true,
1567
- "license": "BSD-3-Clause",
1568
- "engines": {
1569
- "node": ">=0.10.0"
1570
- }
1571
- },
1572
- "node_modules/sourcemap-codec": {
1573
- "version": "1.4.8",
1574
- "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz",
1575
- "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==",
1576
- "deprecated": "Please use @jridgewell/sourcemap-codec instead",
1577
- "dev": true,
1578
- "license": "MIT"
1579
- },
1580
- "node_modules/stacktracey": {
1581
- "version": "2.1.8",
1582
- "resolved": "https://registry.npmjs.org/stacktracey/-/stacktracey-2.1.8.tgz",
1583
- "integrity": "sha512-Kpij9riA+UNg7TnphqjH7/CzctQ/owJGNbFkfEeve4Z4uxT5+JapVLFXcsurIfN34gnTWZNJ/f7NMG0E8JDzTw==",
1584
- "dev": true,
1585
- "license": "Unlicense",
1586
- "dependencies": {
1587
- "as-table": "^1.0.36",
1588
- "get-source": "^2.0.12"
1589
- }
1590
- },
1591
- "node_modules/stoppable": {
1592
- "version": "1.1.0",
1593
- "resolved": "https://registry.npmjs.org/stoppable/-/stoppable-1.1.0.tgz",
1594
- "integrity": "sha512-KXDYZ9dszj6bzvnEMRYvxgeTHU74QBFL54XKtP3nyMuJ81CFYtABZ3bAzL2EdFUaEwJOBOgENyFj3R7oTzDyyw==",
1595
- "dev": true,
1596
- "license": "MIT",
1597
- "engines": {
1598
- "node": ">=4",
1599
- "npm": ">=6"
1600
- }
1601
- },
1602
- "node_modules/tslib": {
1603
- "version": "2.8.1",
1604
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
1605
- "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
1606
- "dev": true,
1607
- "license": "0BSD",
1608
- "optional": true
1609
- },
1610
- "node_modules/typescript": {
1611
- "version": "5.9.3",
1612
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
1613
- "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
1614
- "devOptional": true,
1615
- "license": "Apache-2.0",
1616
- "bin": {
1617
- "tsc": "bin/tsc",
1618
- "tsserver": "bin/tsserver"
1619
- },
1620
- "engines": {
1621
- "node": ">=14.17"
1622
- }
1623
- },
1624
- "node_modules/ufo": {
1625
- "version": "1.6.3",
1626
- "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.3.tgz",
1627
- "integrity": "sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==",
1628
- "dev": true,
1629
- "license": "MIT"
1630
- },
1631
- "node_modules/undici": {
1632
- "version": "5.29.0",
1633
- "resolved": "https://registry.npmjs.org/undici/-/undici-5.29.0.tgz",
1634
- "integrity": "sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==",
1635
- "dev": true,
1636
- "license": "MIT",
1637
- "dependencies": {
1638
- "@fastify/busboy": "^2.0.0"
1639
- },
1640
- "engines": {
1641
- "node": ">=14.0"
1642
- }
1643
- },
1644
- "node_modules/unenv": {
1645
- "version": "2.0.0-rc.14",
1646
- "resolved": "https://registry.npmjs.org/unenv/-/unenv-2.0.0-rc.14.tgz",
1647
- "integrity": "sha512-od496pShMen7nOy5VmVJCnq8rptd45vh6Nx/r2iPbrba6pa6p+tS2ywuIHRZ/OBvSbQZB0kWvpO9XBNVFXHD3Q==",
1648
- "dev": true,
1649
- "license": "MIT",
1650
- "dependencies": {
1651
- "defu": "^6.1.4",
1652
- "exsolve": "^1.0.1",
1653
- "ohash": "^2.0.10",
1654
- "pathe": "^2.0.3",
1655
- "ufo": "^1.5.4"
1656
- }
1657
- },
1658
- "node_modules/viem": {
1659
- "version": "2.45.1",
1660
- "resolved": "https://registry.npmjs.org/viem/-/viem-2.45.1.tgz",
1661
- "integrity": "sha512-LN6Pp7vSfv50LgwhkfSbIXftAM5J89lP9x8TeDa8QM7o41IxlHrDh0F9X+FfnCWtsz11pEVV5sn+yBUoOHNqYA==",
1662
- "funding": [
1663
- {
1664
- "type": "github",
1665
- "url": "https://github.com/sponsors/wevm"
1666
- }
1667
- ],
1668
- "license": "MIT",
1669
- "dependencies": {
1670
- "@noble/curves": "1.9.1",
1671
- "@noble/hashes": "1.8.0",
1672
- "@scure/bip32": "1.7.0",
1673
- "@scure/bip39": "1.6.0",
1674
- "abitype": "1.2.3",
1675
- "isows": "1.0.7",
1676
- "ox": "0.11.3",
1677
- "ws": "8.18.3"
1678
- },
1679
- "peerDependencies": {
1680
- "typescript": ">=5.0.4"
1681
- },
1682
- "peerDependenciesMeta": {
1683
- "typescript": {
1684
- "optional": true
1685
- }
1686
- }
1687
- },
1688
- "node_modules/viem/node_modules/ws": {
1689
- "version": "8.18.3",
1690
- "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
1691
- "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
1692
- "license": "MIT",
1693
- "engines": {
1694
- "node": ">=10.0.0"
1695
- },
1696
- "peerDependencies": {
1697
- "bufferutil": "^4.0.1",
1698
- "utf-8-validate": ">=5.0.2"
1699
- },
1700
- "peerDependenciesMeta": {
1701
- "bufferutil": {
1702
- "optional": true
1703
- },
1704
- "utf-8-validate": {
1705
- "optional": true
1706
- }
1707
- }
1708
- },
1709
- "node_modules/workerd": {
1710
- "version": "1.20250718.0",
1711
- "resolved": "https://registry.npmjs.org/workerd/-/workerd-1.20250718.0.tgz",
1712
- "integrity": "sha512-kqkIJP/eOfDlUyBzU7joBg+tl8aB25gEAGqDap+nFWb+WHhnooxjGHgxPBy3ipw2hnShPFNOQt5lFRxbwALirg==",
1713
- "dev": true,
1714
- "hasInstallScript": true,
1715
- "license": "Apache-2.0",
1716
- "bin": {
1717
- "workerd": "bin/workerd"
1718
- },
1719
- "engines": {
1720
- "node": ">=16"
1721
- },
1722
- "optionalDependencies": {
1723
- "@cloudflare/workerd-darwin-64": "1.20250718.0",
1724
- "@cloudflare/workerd-darwin-arm64": "1.20250718.0",
1725
- "@cloudflare/workerd-linux-64": "1.20250718.0",
1726
- "@cloudflare/workerd-linux-arm64": "1.20250718.0",
1727
- "@cloudflare/workerd-windows-64": "1.20250718.0"
1728
- }
1729
- },
1730
- "node_modules/wrangler": {
1731
- "version": "3.114.17",
1732
- "resolved": "https://registry.npmjs.org/wrangler/-/wrangler-3.114.17.tgz",
1733
- "integrity": "sha512-tAvf7ly+tB+zwwrmjsCyJ2pJnnc7SZhbnNwXbH+OIdVas3zTSmjcZOjmLKcGGptssAA3RyTKhcF9BvKZzMUycA==",
1734
- "dev": true,
1735
- "license": "MIT OR Apache-2.0",
1736
- "dependencies": {
1737
- "@cloudflare/kv-asset-handler": "0.3.4",
1738
- "@cloudflare/unenv-preset": "2.0.2",
1739
- "@esbuild-plugins/node-globals-polyfill": "0.2.3",
1740
- "@esbuild-plugins/node-modules-polyfill": "0.2.2",
1741
- "blake3-wasm": "2.1.5",
1742
- "esbuild": "0.17.19",
1743
- "miniflare": "3.20250718.3",
1744
- "path-to-regexp": "6.3.0",
1745
- "unenv": "2.0.0-rc.14",
1746
- "workerd": "1.20250718.0"
1747
- },
1748
- "bin": {
1749
- "wrangler": "bin/wrangler.js",
1750
- "wrangler2": "bin/wrangler.js"
1751
- },
1752
- "engines": {
1753
- "node": ">=16.17.0"
1754
- },
1755
- "optionalDependencies": {
1756
- "fsevents": "~2.3.2",
1757
- "sharp": "^0.33.5"
1758
- },
1759
- "peerDependencies": {
1760
- "@cloudflare/workers-types": "^4.20250408.0"
1761
- },
1762
- "peerDependenciesMeta": {
1763
- "@cloudflare/workers-types": {
1764
- "optional": true
1765
- }
1766
- }
1767
- },
1768
- "node_modules/ws": {
1769
- "version": "8.18.0",
1770
- "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
1771
- "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
1772
- "license": "MIT",
1773
- "engines": {
1774
- "node": ">=10.0.0"
1775
- },
1776
- "peerDependencies": {
1777
- "bufferutil": "^4.0.1",
1778
- "utf-8-validate": ">=5.0.2"
1779
- },
1780
- "peerDependenciesMeta": {
1781
- "bufferutil": {
1782
- "optional": true
1783
- },
1784
- "utf-8-validate": {
1785
- "optional": true
1786
- }
1787
- }
1788
- },
1789
- "node_modules/youch": {
1790
- "version": "3.3.4",
1791
- "resolved": "https://registry.npmjs.org/youch/-/youch-3.3.4.tgz",
1792
- "integrity": "sha512-UeVBXie8cA35DS6+nBkls68xaBBXCye0CNznrhszZjTbRVnJKQuNsyLKBTTL4ln1o1rh2PKtv35twV7irj5SEg==",
1793
- "dev": true,
1794
- "license": "MIT",
1795
- "dependencies": {
1796
- "cookie": "^0.7.1",
1797
- "mustache": "^4.2.0",
1798
- "stacktracey": "^2.1.8"
1799
- }
1800
- },
1801
- "node_modules/zod": {
1802
- "version": "3.22.3",
1803
- "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.3.tgz",
1804
- "integrity": "sha512-EjIevzuJRiRPbVH4mGc8nApb/lVLKVpmUhAaR5R5doKGfAnGJ6Gr3CViAVjP+4FWSxCsybeWQdcgCtbX+7oZug==",
1805
- "devOptional": true,
1806
- "license": "MIT",
1807
- "funding": {
1808
- "url": "https://github.com/sponsors/colinhacks"
1809
- }
1810
- }
1811
- }
1812
- }