2
0

package-lock.json 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632
  1. {
  2. "name": "olive",
  3. "version": "0.0.1",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "olive",
  9. "version": "0.0.1",
  10. "dependencies": {
  11. "@tailwindcss/vite": "^4.2.4",
  12. "tailwindcss": "^4.2.4"
  13. },
  14. "devDependencies": {
  15. "@sveltejs/adapter-auto": "^7.0.1",
  16. "@sveltejs/kit": "^2.57.0",
  17. "@sveltejs/vite-plugin-svelte": "^7.0.0",
  18. "svelte": "^5.55.2",
  19. "svelte-check": "^4.4.6",
  20. "typescript": "^6.0.2",
  21. "vite": "^8.0.7"
  22. }
  23. },
  24. "node_modules/@emnapi/core": {
  25. "version": "1.9.2",
  26. "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.9.2.tgz",
  27. "integrity": "sha512-UC+ZhH3XtczQYfOlu3lNEkdW/p4dsJ1r/bP7H8+rhao3TTTMO1ATq/4DdIi23XuGoFY+Cz0JmCbdVl0hz9jZcA==",
  28. "license": "MIT",
  29. "optional": true,
  30. "dependencies": {
  31. "@emnapi/wasi-threads": "1.2.1",
  32. "tslib": "^2.4.0"
  33. }
  34. },
  35. "node_modules/@emnapi/runtime": {
  36. "version": "1.9.2",
  37. "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.9.2.tgz",
  38. "integrity": "sha512-3U4+MIWHImeyu1wnmVygh5WlgfYDtyf0k8AbLhMFxOipihf6nrWC4syIm/SwEeec0mNSafiiNnMJwbza/Is6Lw==",
  39. "license": "MIT",
  40. "optional": true,
  41. "dependencies": {
  42. "tslib": "^2.4.0"
  43. }
  44. },
  45. "node_modules/@emnapi/wasi-threads": {
  46. "version": "1.2.1",
  47. "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz",
  48. "integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==",
  49. "license": "MIT",
  50. "optional": true,
  51. "dependencies": {
  52. "tslib": "^2.4.0"
  53. }
  54. },
  55. "node_modules/@jridgewell/gen-mapping": {
  56. "version": "0.3.13",
  57. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  58. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  59. "license": "MIT",
  60. "dependencies": {
  61. "@jridgewell/sourcemap-codec": "^1.5.0",
  62. "@jridgewell/trace-mapping": "^0.3.24"
  63. }
  64. },
  65. "node_modules/@jridgewell/remapping": {
  66. "version": "2.3.5",
  67. "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  68. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  69. "license": "MIT",
  70. "dependencies": {
  71. "@jridgewell/gen-mapping": "^0.3.5",
  72. "@jridgewell/trace-mapping": "^0.3.24"
  73. }
  74. },
  75. "node_modules/@jridgewell/resolve-uri": {
  76. "version": "3.1.2",
  77. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  78. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  79. "license": "MIT",
  80. "engines": {
  81. "node": ">=6.0.0"
  82. }
  83. },
  84. "node_modules/@jridgewell/sourcemap-codec": {
  85. "version": "1.5.5",
  86. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  87. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  88. "license": "MIT"
  89. },
  90. "node_modules/@jridgewell/trace-mapping": {
  91. "version": "0.3.31",
  92. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  93. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  94. "license": "MIT",
  95. "dependencies": {
  96. "@jridgewell/resolve-uri": "^3.1.0",
  97. "@jridgewell/sourcemap-codec": "^1.4.14"
  98. }
  99. },
  100. "node_modules/@napi-rs/wasm-runtime": {
  101. "version": "1.1.4",
  102. "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.4.tgz",
  103. "integrity": "sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow==",
  104. "license": "MIT",
  105. "optional": true,
  106. "dependencies": {
  107. "@tybys/wasm-util": "^0.10.1"
  108. },
  109. "funding": {
  110. "type": "github",
  111. "url": "https://github.com/sponsors/Brooooooklyn"
  112. },
  113. "peerDependencies": {
  114. "@emnapi/core": "^1.7.1",
  115. "@emnapi/runtime": "^1.7.1"
  116. }
  117. },
  118. "node_modules/@oxc-project/types": {
  119. "version": "0.126.0",
  120. "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.126.0.tgz",
  121. "integrity": "sha512-oGfVtjAgwQVVpfBrbtk4e1XDyWHRFta6BS3GWVzrF8xYBT2VGQAk39yJS/wFSMrZqoiCU4oghT3Ch0HaHGIHcQ==",
  122. "license": "MIT",
  123. "funding": {
  124. "url": "https://github.com/sponsors/Boshen"
  125. }
  126. },
  127. "node_modules/@polka/url": {
  128. "version": "1.0.0-next.29",
  129. "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.29.tgz",
  130. "integrity": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==",
  131. "dev": true,
  132. "license": "MIT"
  133. },
  134. "node_modules/@rolldown/binding-android-arm64": {
  135. "version": "1.0.0-rc.16",
  136. "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-rc.16.tgz",
  137. "integrity": "sha512-rhY3k7Bsae9qQfOtph2Pm2jZEA+s8Gmjoz4hhmx70K9iMQ/ddeae+xhRQcM5IuVx5ry1+bGfkvMn7D6MJggVSA==",
  138. "cpu": [
  139. "arm64"
  140. ],
  141. "license": "MIT",
  142. "optional": true,
  143. "os": [
  144. "android"
  145. ],
  146. "engines": {
  147. "node": "^20.19.0 || >=22.12.0"
  148. }
  149. },
  150. "node_modules/@rolldown/binding-darwin-arm64": {
  151. "version": "1.0.0-rc.16",
  152. "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-rc.16.tgz",
  153. "integrity": "sha512-rNz0yK078yrNn3DrdgN+PKiMOW8HfQ92jQiXxwX8yW899ayV00MLVdaCNeVBhG/TbH3ouYVObo8/yrkiectkcQ==",
  154. "cpu": [
  155. "arm64"
  156. ],
  157. "license": "MIT",
  158. "optional": true,
  159. "os": [
  160. "darwin"
  161. ],
  162. "engines": {
  163. "node": "^20.19.0 || >=22.12.0"
  164. }
  165. },
  166. "node_modules/@rolldown/binding-darwin-x64": {
  167. "version": "1.0.0-rc.16",
  168. "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-rc.16.tgz",
  169. "integrity": "sha512-r/OmdR00HmD4i79Z//xO06uEPOq5hRXdhw7nzkxQxwSavs3PSHa1ijntdpOiZ2mzOQ3fVVu8C1M19FoNM+dMUQ==",
  170. "cpu": [
  171. "x64"
  172. ],
  173. "license": "MIT",
  174. "optional": true,
  175. "os": [
  176. "darwin"
  177. ],
  178. "engines": {
  179. "node": "^20.19.0 || >=22.12.0"
  180. }
  181. },
  182. "node_modules/@rolldown/binding-freebsd-x64": {
  183. "version": "1.0.0-rc.16",
  184. "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-rc.16.tgz",
  185. "integrity": "sha512-KcRE5w8h0OnjUatG8pldyD14/CQ5Phs1oxfR+3pKDjboHRo9+MkqQaiIZlZRpsxC15paeXme/I127tUa9TXJ6g==",
  186. "cpu": [
  187. "x64"
  188. ],
  189. "license": "MIT",
  190. "optional": true,
  191. "os": [
  192. "freebsd"
  193. ],
  194. "engines": {
  195. "node": "^20.19.0 || >=22.12.0"
  196. }
  197. },
  198. "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
  199. "version": "1.0.0-rc.16",
  200. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-rc.16.tgz",
  201. "integrity": "sha512-bT0guA1bpxEJ/ZhTRniQf7rNF8ybvXOuWbNIeLABaV5NGjx4EtOWBTSRGWFU9ZWVkPOZ+HNFP8RMcBokBiZ0Kg==",
  202. "cpu": [
  203. "arm"
  204. ],
  205. "license": "MIT",
  206. "optional": true,
  207. "os": [
  208. "linux"
  209. ],
  210. "engines": {
  211. "node": "^20.19.0 || >=22.12.0"
  212. }
  213. },
  214. "node_modules/@rolldown/binding-linux-arm64-gnu": {
  215. "version": "1.0.0-rc.16",
  216. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-rc.16.tgz",
  217. "integrity": "sha512-+tHktCHWV8BDQSjemUqm/Jl/TPk3QObCTIjmdDy/nlupcujZghmKK2962LYrqFpWu+ai01AN/REOH3NEpqvYQg==",
  218. "cpu": [
  219. "arm64"
  220. ],
  221. "license": "MIT",
  222. "optional": true,
  223. "os": [
  224. "linux"
  225. ],
  226. "engines": {
  227. "node": "^20.19.0 || >=22.12.0"
  228. }
  229. },
  230. "node_modules/@rolldown/binding-linux-arm64-musl": {
  231. "version": "1.0.0-rc.16",
  232. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-rc.16.tgz",
  233. "integrity": "sha512-3fPzdREH806oRLxpTWW1Gt4tQHs0TitZFOECB2xzCFLPKnSOy90gwA7P29cksYilFO6XVRY1kzga0cL2nRjKPg==",
  234. "cpu": [
  235. "arm64"
  236. ],
  237. "license": "MIT",
  238. "optional": true,
  239. "os": [
  240. "linux"
  241. ],
  242. "engines": {
  243. "node": "^20.19.0 || >=22.12.0"
  244. }
  245. },
  246. "node_modules/@rolldown/binding-linux-ppc64-gnu": {
  247. "version": "1.0.0-rc.16",
  248. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.0-rc.16.tgz",
  249. "integrity": "sha512-EKwI1tSrLs7YVw+JPJT/G2dJQ1jl9qlTTTEG0V2Ok/RdOenRfBw2PQdLPyjhIu58ocdBfP7vIRN/pvMsPxs/AQ==",
  250. "cpu": [
  251. "ppc64"
  252. ],
  253. "license": "MIT",
  254. "optional": true,
  255. "os": [
  256. "linux"
  257. ],
  258. "engines": {
  259. "node": "^20.19.0 || >=22.12.0"
  260. }
  261. },
  262. "node_modules/@rolldown/binding-linux-s390x-gnu": {
  263. "version": "1.0.0-rc.16",
  264. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.0-rc.16.tgz",
  265. "integrity": "sha512-Uknladnb3Sxqu6SEcqBldQyJUpk8NleooZEc0MbRBJ4inEhRYWZX0NJu12vNf2mqAq7gsofAxHrGghiUYjhaLQ==",
  266. "cpu": [
  267. "s390x"
  268. ],
  269. "license": "MIT",
  270. "optional": true,
  271. "os": [
  272. "linux"
  273. ],
  274. "engines": {
  275. "node": "^20.19.0 || >=22.12.0"
  276. }
  277. },
  278. "node_modules/@rolldown/binding-linux-x64-gnu": {
  279. "version": "1.0.0-rc.16",
  280. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0-rc.16.tgz",
  281. "integrity": "sha512-FIb8+uG49sZBtLTn+zt1AJ20TqVcqWeSIyoVt0or7uAWesgKaHbiBh6OpA/k9v0LTt+PTrb1Lao133kP4uVxkg==",
  282. "cpu": [
  283. "x64"
  284. ],
  285. "license": "MIT",
  286. "optional": true,
  287. "os": [
  288. "linux"
  289. ],
  290. "engines": {
  291. "node": "^20.19.0 || >=22.12.0"
  292. }
  293. },
  294. "node_modules/@rolldown/binding-linux-x64-musl": {
  295. "version": "1.0.0-rc.16",
  296. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-rc.16.tgz",
  297. "integrity": "sha512-RuERhF9/EgWxZEXYWCOaViUWHIboceK4/ivdtQ3R0T44NjLkIIlGIAVAuCddFxsZ7vnRHtNQUrt2vR2n2slB2w==",
  298. "cpu": [
  299. "x64"
  300. ],
  301. "license": "MIT",
  302. "optional": true,
  303. "os": [
  304. "linux"
  305. ],
  306. "engines": {
  307. "node": "^20.19.0 || >=22.12.0"
  308. }
  309. },
  310. "node_modules/@rolldown/binding-openharmony-arm64": {
  311. "version": "1.0.0-rc.16",
  312. "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-rc.16.tgz",
  313. "integrity": "sha512-mXcXnvd9GpazCxeUCCnZ2+YF7nut+ZOEbE4GtaiPtyY6AkhZWbK70y1KK3j+RDhjVq5+U8FySkKRb/+w0EeUwA==",
  314. "cpu": [
  315. "arm64"
  316. ],
  317. "license": "MIT",
  318. "optional": true,
  319. "os": [
  320. "openharmony"
  321. ],
  322. "engines": {
  323. "node": "^20.19.0 || >=22.12.0"
  324. }
  325. },
  326. "node_modules/@rolldown/binding-wasm32-wasi": {
  327. "version": "1.0.0-rc.16",
  328. "resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-rc.16.tgz",
  329. "integrity": "sha512-3Q2KQxnC8IJOLqXmUMoYwyIPZU9hzRbnHaoV3Euz+VVnjZKcY8ktnNP8T9R4/GGQtb27C/UYKABxesKWb8lsvQ==",
  330. "cpu": [
  331. "wasm32"
  332. ],
  333. "license": "MIT",
  334. "optional": true,
  335. "dependencies": {
  336. "@emnapi/core": "1.9.2",
  337. "@emnapi/runtime": "1.9.2",
  338. "@napi-rs/wasm-runtime": "^1.1.4"
  339. },
  340. "engines": {
  341. "node": "^20.19.0 || >=22.12.0"
  342. }
  343. },
  344. "node_modules/@rolldown/binding-win32-arm64-msvc": {
  345. "version": "1.0.0-rc.16",
  346. "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-rc.16.tgz",
  347. "integrity": "sha512-tj7XRemQcOcFwv7qhpUxMTBbI5mWMlE4c1Omhg5+h8GuLXzyj8HviYgR+bB2DMDgRqUE+jiDleqSCRjx4aYk/Q==",
  348. "cpu": [
  349. "arm64"
  350. ],
  351. "license": "MIT",
  352. "optional": true,
  353. "os": [
  354. "win32"
  355. ],
  356. "engines": {
  357. "node": "^20.19.0 || >=22.12.0"
  358. }
  359. },
  360. "node_modules/@rolldown/binding-win32-x64-msvc": {
  361. "version": "1.0.0-rc.16",
  362. "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-rc.16.tgz",
  363. "integrity": "sha512-PH5DRZT+F4f2PTXRXR8uJxnBq2po/xFtddyabTJVJs/ZYVHqXPEgNIr35IHTEa6bpa0Q8Awg+ymkTaGnKITw4g==",
  364. "cpu": [
  365. "x64"
  366. ],
  367. "license": "MIT",
  368. "optional": true,
  369. "os": [
  370. "win32"
  371. ],
  372. "engines": {
  373. "node": "^20.19.0 || >=22.12.0"
  374. }
  375. },
  376. "node_modules/@rolldown/pluginutils": {
  377. "version": "1.0.0-rc.16",
  378. "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.16.tgz",
  379. "integrity": "sha512-45+YtqxLYKDWQouLKCrpIZhke+nXxhsw+qAHVzHDVwttyBlHNBVs2K25rDXrZzhpTp9w1FlAlvweV1H++fdZoA==",
  380. "license": "MIT"
  381. },
  382. "node_modules/@standard-schema/spec": {
  383. "version": "1.1.0",
  384. "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz",
  385. "integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==",
  386. "dev": true,
  387. "license": "MIT"
  388. },
  389. "node_modules/@sveltejs/acorn-typescript": {
  390. "version": "1.0.9",
  391. "resolved": "https://registry.npmjs.org/@sveltejs/acorn-typescript/-/acorn-typescript-1.0.9.tgz",
  392. "integrity": "sha512-lVJX6qEgs/4DOcRTpo56tmKzVPtoWAaVbL4hfO7t7NVwl9AAXzQR6cihesW1BmNMPl+bK6dreu2sOKBP2Q9CIA==",
  393. "dev": true,
  394. "license": "MIT",
  395. "peerDependencies": {
  396. "acorn": "^8.9.0"
  397. }
  398. },
  399. "node_modules/@sveltejs/adapter-auto": {
  400. "version": "7.0.1",
  401. "resolved": "https://registry.npmjs.org/@sveltejs/adapter-auto/-/adapter-auto-7.0.1.tgz",
  402. "integrity": "sha512-dvuPm1E7M9NI/+canIQ6KKQDU2AkEefEZ2Dp7cY6uKoPq9Z/PhOXABe526UdW2mN986gjVkuSLkOYIBnS/M2LQ==",
  403. "dev": true,
  404. "license": "MIT",
  405. "peerDependencies": {
  406. "@sveltejs/kit": "^2.0.0"
  407. }
  408. },
  409. "node_modules/@sveltejs/kit": {
  410. "version": "2.57.1",
  411. "resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-2.57.1.tgz",
  412. "integrity": "sha512-VRdSbB96cI1EnRh09CqmnQqP/YJvET5buj8S6k7CxaJqBJD4bw4fRKDjcarAj/eX9k2eHifQfDH8NtOh+ZxxPw==",
  413. "dev": true,
  414. "license": "MIT",
  415. "dependencies": {
  416. "@standard-schema/spec": "^1.0.0",
  417. "@sveltejs/acorn-typescript": "^1.0.5",
  418. "@types/cookie": "^0.6.0",
  419. "acorn": "^8.14.1",
  420. "cookie": "^0.6.0",
  421. "devalue": "^5.6.4",
  422. "esm-env": "^1.2.2",
  423. "kleur": "^4.1.5",
  424. "magic-string": "^0.30.5",
  425. "mrmime": "^2.0.0",
  426. "set-cookie-parser": "^3.0.0",
  427. "sirv": "^3.0.0"
  428. },
  429. "bin": {
  430. "svelte-kit": "svelte-kit.js"
  431. },
  432. "engines": {
  433. "node": ">=18.13"
  434. },
  435. "peerDependencies": {
  436. "@opentelemetry/api": "^1.0.0",
  437. "@sveltejs/vite-plugin-svelte": "^3.0.0 || ^4.0.0-next.1 || ^5.0.0 || ^6.0.0-next.0 || ^7.0.0",
  438. "svelte": "^4.0.0 || ^5.0.0-next.0",
  439. "typescript": "^5.3.3 || ^6.0.0",
  440. "vite": "^5.0.3 || ^6.0.0 || ^7.0.0-beta.0 || ^8.0.0"
  441. },
  442. "peerDependenciesMeta": {
  443. "@opentelemetry/api": {
  444. "optional": true
  445. },
  446. "typescript": {
  447. "optional": true
  448. }
  449. }
  450. },
  451. "node_modules/@sveltejs/vite-plugin-svelte": {
  452. "version": "7.0.0",
  453. "resolved": "https://registry.npmjs.org/@sveltejs/vite-plugin-svelte/-/vite-plugin-svelte-7.0.0.tgz",
  454. "integrity": "sha512-ILXmxC7HAsnkK2eslgPetrqqW1BKSL7LktsFgqzNj83MaivMGZzluWq32m25j2mDOjmSKX7GGWahePhuEs7P/g==",
  455. "dev": true,
  456. "license": "MIT",
  457. "dependencies": {
  458. "deepmerge": "^4.3.1",
  459. "magic-string": "^0.30.21",
  460. "obug": "^2.1.0",
  461. "vitefu": "^1.1.2"
  462. },
  463. "engines": {
  464. "node": "^20.19 || ^22.12 || >=24"
  465. },
  466. "peerDependencies": {
  467. "svelte": "^5.46.4",
  468. "vite": "^8.0.0-beta.7 || ^8.0.0"
  469. }
  470. },
  471. "node_modules/@tailwindcss/node": {
  472. "version": "4.2.4",
  473. "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.2.4.tgz",
  474. "integrity": "sha512-Ai7+yQPxz3ddrDQzFfBKdHEVBg0w3Zl83jnjuwxnZOsnH9pGn93QHQtpU0p/8rYWxvbFZHneni6p1BSLK4DkGA==",
  475. "license": "MIT",
  476. "dependencies": {
  477. "@jridgewell/remapping": "^2.3.5",
  478. "enhanced-resolve": "^5.19.0",
  479. "jiti": "^2.6.1",
  480. "lightningcss": "1.32.0",
  481. "magic-string": "^0.30.21",
  482. "source-map-js": "^1.2.1",
  483. "tailwindcss": "4.2.4"
  484. }
  485. },
  486. "node_modules/@tailwindcss/oxide": {
  487. "version": "4.2.4",
  488. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.2.4.tgz",
  489. "integrity": "sha512-9El/iI069DKDSXwTvB9J4BwdO5JhRrOweGaK25taBAvBXyXqJAX+Jqdvs8r8gKpsI/1m0LeJLyQYTf/WLrBT1Q==",
  490. "license": "MIT",
  491. "engines": {
  492. "node": ">= 20"
  493. },
  494. "optionalDependencies": {
  495. "@tailwindcss/oxide-android-arm64": "4.2.4",
  496. "@tailwindcss/oxide-darwin-arm64": "4.2.4",
  497. "@tailwindcss/oxide-darwin-x64": "4.2.4",
  498. "@tailwindcss/oxide-freebsd-x64": "4.2.4",
  499. "@tailwindcss/oxide-linux-arm-gnueabihf": "4.2.4",
  500. "@tailwindcss/oxide-linux-arm64-gnu": "4.2.4",
  501. "@tailwindcss/oxide-linux-arm64-musl": "4.2.4",
  502. "@tailwindcss/oxide-linux-x64-gnu": "4.2.4",
  503. "@tailwindcss/oxide-linux-x64-musl": "4.2.4",
  504. "@tailwindcss/oxide-wasm32-wasi": "4.2.4",
  505. "@tailwindcss/oxide-win32-arm64-msvc": "4.2.4",
  506. "@tailwindcss/oxide-win32-x64-msvc": "4.2.4"
  507. }
  508. },
  509. "node_modules/@tailwindcss/oxide-android-arm64": {
  510. "version": "4.2.4",
  511. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.2.4.tgz",
  512. "integrity": "sha512-e7MOr1SAn9U8KlZzPi1ZXGZHeC5anY36qjNwmZv9pOJ8E4Q6jmD1vyEHkQFmNOIN7twGPEMXRHmitN4zCMN03g==",
  513. "cpu": [
  514. "arm64"
  515. ],
  516. "license": "MIT",
  517. "optional": true,
  518. "os": [
  519. "android"
  520. ],
  521. "engines": {
  522. "node": ">= 20"
  523. }
  524. },
  525. "node_modules/@tailwindcss/oxide-darwin-arm64": {
  526. "version": "4.2.4",
  527. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.2.4.tgz",
  528. "integrity": "sha512-tSC/Kbqpz/5/o/C2sG7QvOxAKqyd10bq+ypZNf+9Fi2TvbVbv1zNpcEptcsU7DPROaSbVgUXmrzKhurFvo5eDg==",
  529. "cpu": [
  530. "arm64"
  531. ],
  532. "license": "MIT",
  533. "optional": true,
  534. "os": [
  535. "darwin"
  536. ],
  537. "engines": {
  538. "node": ">= 20"
  539. }
  540. },
  541. "node_modules/@tailwindcss/oxide-darwin-x64": {
  542. "version": "4.2.4",
  543. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.2.4.tgz",
  544. "integrity": "sha512-yPyUXn3yO/ufR6+Kzv0t4fCg2qNr90jxXc5QqBpjlPNd0NqyDXcmQb/6weunH/MEDXW5dhyEi+agTDiqa3WsGg==",
  545. "cpu": [
  546. "x64"
  547. ],
  548. "license": "MIT",
  549. "optional": true,
  550. "os": [
  551. "darwin"
  552. ],
  553. "engines": {
  554. "node": ">= 20"
  555. }
  556. },
  557. "node_modules/@tailwindcss/oxide-freebsd-x64": {
  558. "version": "4.2.4",
  559. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.2.4.tgz",
  560. "integrity": "sha512-BoMIB4vMQtZsXdGLVc2z+P9DbETkiopogfWZKbWwM8b/1Vinbs4YcUwo+kM/KeLkX3Ygrf4/PsRndKaYhS8Eiw==",
  561. "cpu": [
  562. "x64"
  563. ],
  564. "license": "MIT",
  565. "optional": true,
  566. "os": [
  567. "freebsd"
  568. ],
  569. "engines": {
  570. "node": ">= 20"
  571. }
  572. },
  573. "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
  574. "version": "4.2.4",
  575. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.2.4.tgz",
  576. "integrity": "sha512-7pIHBLTHYRAlS7V22JNuTh33yLH4VElwKtB3bwchK/UaKUPpQ0lPQiOWcbm4V3WP2I6fNIJ23vABIvoy2izdwA==",
  577. "cpu": [
  578. "arm"
  579. ],
  580. "license": "MIT",
  581. "optional": true,
  582. "os": [
  583. "linux"
  584. ],
  585. "engines": {
  586. "node": ">= 20"
  587. }
  588. },
  589. "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
  590. "version": "4.2.4",
  591. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.2.4.tgz",
  592. "integrity": "sha512-+E4wxJ0ZGOzSH325reXTWB48l42i93kQqMvDyz5gqfRzRZ7faNhnmvlV4EPGJU3QJM/3Ab5jhJ5pCRUsKn6OQw==",
  593. "cpu": [
  594. "arm64"
  595. ],
  596. "license": "MIT",
  597. "optional": true,
  598. "os": [
  599. "linux"
  600. ],
  601. "engines": {
  602. "node": ">= 20"
  603. }
  604. },
  605. "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
  606. "version": "4.2.4",
  607. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.2.4.tgz",
  608. "integrity": "sha512-bBADEGAbo4ASnppIziaQJelekCxdMaxisrk+fB7Thit72IBnALp9K6ffA2G4ruj90G9XRS2VQ6q2bCKbfFV82g==",
  609. "cpu": [
  610. "arm64"
  611. ],
  612. "license": "MIT",
  613. "optional": true,
  614. "os": [
  615. "linux"
  616. ],
  617. "engines": {
  618. "node": ">= 20"
  619. }
  620. },
  621. "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
  622. "version": "4.2.4",
  623. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.2.4.tgz",
  624. "integrity": "sha512-7Mx25E4WTfnht0TVRTyC00j3i0M+EeFe7wguMDTlX4mRxafznw0CA8WJkFjWYH5BlgELd1kSjuU2JiPnNZbJDA==",
  625. "cpu": [
  626. "x64"
  627. ],
  628. "license": "MIT",
  629. "optional": true,
  630. "os": [
  631. "linux"
  632. ],
  633. "engines": {
  634. "node": ">= 20"
  635. }
  636. },
  637. "node_modules/@tailwindcss/oxide-linux-x64-musl": {
  638. "version": "4.2.4",
  639. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.2.4.tgz",
  640. "integrity": "sha512-2wwJRF7nyhOR0hhHoChc04xngV3iS+akccHTGtz965FwF0up4b2lOdo6kI1EbDaEXKgvcrFBYcYQQ/rrnWFVfA==",
  641. "cpu": [
  642. "x64"
  643. ],
  644. "license": "MIT",
  645. "optional": true,
  646. "os": [
  647. "linux"
  648. ],
  649. "engines": {
  650. "node": ">= 20"
  651. }
  652. },
  653. "node_modules/@tailwindcss/oxide-wasm32-wasi": {
  654. "version": "4.2.4",
  655. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.2.4.tgz",
  656. "integrity": "sha512-FQsqApeor8Fo6gUEklzmaa9994orJZZDBAlQpK2Mq+DslRKFJeD6AjHpBQ0kZFQohVr8o85PPh8eOy86VlSCmw==",
  657. "bundleDependencies": [
  658. "@napi-rs/wasm-runtime",
  659. "@emnapi/core",
  660. "@emnapi/runtime",
  661. "@tybys/wasm-util",
  662. "@emnapi/wasi-threads",
  663. "tslib"
  664. ],
  665. "cpu": [
  666. "wasm32"
  667. ],
  668. "license": "MIT",
  669. "optional": true,
  670. "dependencies": {
  671. "@emnapi/core": "^1.8.1",
  672. "@emnapi/runtime": "^1.8.1",
  673. "@emnapi/wasi-threads": "^1.1.0",
  674. "@napi-rs/wasm-runtime": "^1.1.1",
  675. "@tybys/wasm-util": "^0.10.1",
  676. "tslib": "^2.8.1"
  677. },
  678. "engines": {
  679. "node": ">=14.0.0"
  680. }
  681. },
  682. "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
  683. "version": "4.2.4",
  684. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.4.tgz",
  685. "integrity": "sha512-L9BXqxC4ToVgwMFqj3pmZRqyHEztulpUJzCxUtLjobMCzTPsGt1Fa9enKbOpY2iIyVtaHNeNvAK8ERP/64sqGQ==",
  686. "cpu": [
  687. "arm64"
  688. ],
  689. "license": "MIT",
  690. "optional": true,
  691. "os": [
  692. "win32"
  693. ],
  694. "engines": {
  695. "node": ">= 20"
  696. }
  697. },
  698. "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
  699. "version": "4.2.4",
  700. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.2.4.tgz",
  701. "integrity": "sha512-ESlKG0EpVJQwRjXDDa9rLvhEAh0mhP1sF7sap9dNZT0yyl9SAG6T7gdP09EH0vIv0UNTlo6jPWyujD6559fZvw==",
  702. "cpu": [
  703. "x64"
  704. ],
  705. "license": "MIT",
  706. "optional": true,
  707. "os": [
  708. "win32"
  709. ],
  710. "engines": {
  711. "node": ">= 20"
  712. }
  713. },
  714. "node_modules/@tailwindcss/vite": {
  715. "version": "4.2.4",
  716. "resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.2.4.tgz",
  717. "integrity": "sha512-pCvohwOCspk3ZFn6eJzrrX3g4n2JY73H6MmYC87XfGPyTty4YsCjYTMArRZm/zOI8dIt3+EcrLHAFPe5A4bgtw==",
  718. "license": "MIT",
  719. "dependencies": {
  720. "@tailwindcss/node": "4.2.4",
  721. "@tailwindcss/oxide": "4.2.4",
  722. "tailwindcss": "4.2.4"
  723. },
  724. "peerDependencies": {
  725. "vite": "^5.2.0 || ^6 || ^7 || ^8"
  726. }
  727. },
  728. "node_modules/@tybys/wasm-util": {
  729. "version": "0.10.1",
  730. "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
  731. "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==",
  732. "license": "MIT",
  733. "optional": true,
  734. "dependencies": {
  735. "tslib": "^2.4.0"
  736. }
  737. },
  738. "node_modules/@types/cookie": {
  739. "version": "0.6.0",
  740. "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.6.0.tgz",
  741. "integrity": "sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==",
  742. "dev": true,
  743. "license": "MIT"
  744. },
  745. "node_modules/@types/estree": {
  746. "version": "1.0.8",
  747. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
  748. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  749. "dev": true,
  750. "license": "MIT"
  751. },
  752. "node_modules/@types/trusted-types": {
  753. "version": "2.0.7",
  754. "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
  755. "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
  756. "dev": true,
  757. "license": "MIT"
  758. },
  759. "node_modules/acorn": {
  760. "version": "8.16.0",
  761. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
  762. "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
  763. "dev": true,
  764. "license": "MIT",
  765. "bin": {
  766. "acorn": "bin/acorn"
  767. },
  768. "engines": {
  769. "node": ">=0.4.0"
  770. }
  771. },
  772. "node_modules/aria-query": {
  773. "version": "5.3.1",
  774. "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.1.tgz",
  775. "integrity": "sha512-Z/ZeOgVl7bcSYZ/u/rh0fOpvEpq//LZmdbkXyc7syVzjPAhfOa9ebsdTSjEBDU4vs5nC98Kfduj1uFo0qyET3g==",
  776. "dev": true,
  777. "license": "Apache-2.0",
  778. "engines": {
  779. "node": ">= 0.4"
  780. }
  781. },
  782. "node_modules/axobject-query": {
  783. "version": "4.1.0",
  784. "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz",
  785. "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==",
  786. "dev": true,
  787. "license": "Apache-2.0",
  788. "engines": {
  789. "node": ">= 0.4"
  790. }
  791. },
  792. "node_modules/chokidar": {
  793. "version": "4.0.3",
  794. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
  795. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  796. "dev": true,
  797. "license": "MIT",
  798. "dependencies": {
  799. "readdirp": "^4.0.1"
  800. },
  801. "engines": {
  802. "node": ">= 14.16.0"
  803. },
  804. "funding": {
  805. "url": "https://paulmillr.com/funding/"
  806. }
  807. },
  808. "node_modules/clsx": {
  809. "version": "2.1.1",
  810. "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
  811. "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
  812. "dev": true,
  813. "license": "MIT",
  814. "engines": {
  815. "node": ">=6"
  816. }
  817. },
  818. "node_modules/cookie": {
  819. "version": "0.6.0",
  820. "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz",
  821. "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==",
  822. "dev": true,
  823. "license": "MIT",
  824. "engines": {
  825. "node": ">= 0.6"
  826. }
  827. },
  828. "node_modules/deepmerge": {
  829. "version": "4.3.1",
  830. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
  831. "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
  832. "dev": true,
  833. "license": "MIT",
  834. "engines": {
  835. "node": ">=0.10.0"
  836. }
  837. },
  838. "node_modules/detect-libc": {
  839. "version": "2.1.2",
  840. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  841. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  842. "license": "Apache-2.0",
  843. "engines": {
  844. "node": ">=8"
  845. }
  846. },
  847. "node_modules/devalue": {
  848. "version": "5.7.1",
  849. "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.7.1.tgz",
  850. "integrity": "sha512-MUbZ586EgQqdRnC4yDrlod3BEdyvE4TapGYHMW2CiaW+KkkFmWEFqBUaLltEZCGi0iFXCEjRF0OjF0DV2QHjOA==",
  851. "dev": true,
  852. "license": "MIT"
  853. },
  854. "node_modules/enhanced-resolve": {
  855. "version": "5.20.1",
  856. "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.20.1.tgz",
  857. "integrity": "sha512-Qohcme7V1inbAfvjItgw0EaxVX5q2rdVEZHRBrEQdRZTssLDGsL8Lwrznl8oQ/6kuTJONLaDcGjkNP247XEhcA==",
  858. "license": "MIT",
  859. "dependencies": {
  860. "graceful-fs": "^4.2.4",
  861. "tapable": "^2.3.0"
  862. },
  863. "engines": {
  864. "node": ">=10.13.0"
  865. }
  866. },
  867. "node_modules/esm-env": {
  868. "version": "1.2.2",
  869. "resolved": "https://registry.npmjs.org/esm-env/-/esm-env-1.2.2.tgz",
  870. "integrity": "sha512-Epxrv+Nr/CaL4ZcFGPJIYLWFom+YeV1DqMLHJoEd9SYRxNbaFruBwfEX/kkHUJf55j2+TUbmDcmuilbP1TmXHA==",
  871. "dev": true,
  872. "license": "MIT"
  873. },
  874. "node_modules/esrap": {
  875. "version": "2.2.5",
  876. "resolved": "https://registry.npmjs.org/esrap/-/esrap-2.2.5.tgz",
  877. "integrity": "sha512-/yLB1538mag+dn0wsePTe8C0rDIjUOaJpMs2McodSzmM2msWcZsBSdRtg6HOBt0A/r82BN+Md3pgwSc/uWt2Ig==",
  878. "dev": true,
  879. "license": "MIT",
  880. "dependencies": {
  881. "@jridgewell/sourcemap-codec": "^1.4.15"
  882. },
  883. "peerDependencies": {
  884. "@typescript-eslint/types": "^8.2.0"
  885. },
  886. "peerDependenciesMeta": {
  887. "@typescript-eslint/types": {
  888. "optional": true
  889. }
  890. }
  891. },
  892. "node_modules/fdir": {
  893. "version": "6.5.0",
  894. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  895. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  896. "license": "MIT",
  897. "engines": {
  898. "node": ">=12.0.0"
  899. },
  900. "peerDependencies": {
  901. "picomatch": "^3 || ^4"
  902. },
  903. "peerDependenciesMeta": {
  904. "picomatch": {
  905. "optional": true
  906. }
  907. }
  908. },
  909. "node_modules/fsevents": {
  910. "version": "2.3.3",
  911. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  912. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  913. "hasInstallScript": true,
  914. "license": "MIT",
  915. "optional": true,
  916. "os": [
  917. "darwin"
  918. ],
  919. "engines": {
  920. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  921. }
  922. },
  923. "node_modules/graceful-fs": {
  924. "version": "4.2.11",
  925. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  926. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  927. "license": "ISC"
  928. },
  929. "node_modules/is-reference": {
  930. "version": "3.0.3",
  931. "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-3.0.3.tgz",
  932. "integrity": "sha512-ixkJoqQvAP88E6wLydLGGqCJsrFUnqoH6HnaczB8XmDH1oaWU+xxdptvikTgaEhtZ53Ky6YXiBuUI2WXLMCwjw==",
  933. "dev": true,
  934. "license": "MIT",
  935. "dependencies": {
  936. "@types/estree": "^1.0.6"
  937. }
  938. },
  939. "node_modules/jiti": {
  940. "version": "2.6.1",
  941. "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
  942. "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
  943. "license": "MIT",
  944. "bin": {
  945. "jiti": "lib/jiti-cli.mjs"
  946. }
  947. },
  948. "node_modules/kleur": {
  949. "version": "4.1.5",
  950. "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz",
  951. "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==",
  952. "dev": true,
  953. "license": "MIT",
  954. "engines": {
  955. "node": ">=6"
  956. }
  957. },
  958. "node_modules/lightningcss": {
  959. "version": "1.32.0",
  960. "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
  961. "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
  962. "license": "MPL-2.0",
  963. "dependencies": {
  964. "detect-libc": "^2.0.3"
  965. },
  966. "engines": {
  967. "node": ">= 12.0.0"
  968. },
  969. "funding": {
  970. "type": "opencollective",
  971. "url": "https://opencollective.com/parcel"
  972. },
  973. "optionalDependencies": {
  974. "lightningcss-android-arm64": "1.32.0",
  975. "lightningcss-darwin-arm64": "1.32.0",
  976. "lightningcss-darwin-x64": "1.32.0",
  977. "lightningcss-freebsd-x64": "1.32.0",
  978. "lightningcss-linux-arm-gnueabihf": "1.32.0",
  979. "lightningcss-linux-arm64-gnu": "1.32.0",
  980. "lightningcss-linux-arm64-musl": "1.32.0",
  981. "lightningcss-linux-x64-gnu": "1.32.0",
  982. "lightningcss-linux-x64-musl": "1.32.0",
  983. "lightningcss-win32-arm64-msvc": "1.32.0",
  984. "lightningcss-win32-x64-msvc": "1.32.0"
  985. }
  986. },
  987. "node_modules/lightningcss-android-arm64": {
  988. "version": "1.32.0",
  989. "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
  990. "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
  991. "cpu": [
  992. "arm64"
  993. ],
  994. "license": "MPL-2.0",
  995. "optional": true,
  996. "os": [
  997. "android"
  998. ],
  999. "engines": {
  1000. "node": ">= 12.0.0"
  1001. },
  1002. "funding": {
  1003. "type": "opencollective",
  1004. "url": "https://opencollective.com/parcel"
  1005. }
  1006. },
  1007. "node_modules/lightningcss-darwin-arm64": {
  1008. "version": "1.32.0",
  1009. "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
  1010. "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
  1011. "cpu": [
  1012. "arm64"
  1013. ],
  1014. "license": "MPL-2.0",
  1015. "optional": true,
  1016. "os": [
  1017. "darwin"
  1018. ],
  1019. "engines": {
  1020. "node": ">= 12.0.0"
  1021. },
  1022. "funding": {
  1023. "type": "opencollective",
  1024. "url": "https://opencollective.com/parcel"
  1025. }
  1026. },
  1027. "node_modules/lightningcss-darwin-x64": {
  1028. "version": "1.32.0",
  1029. "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
  1030. "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
  1031. "cpu": [
  1032. "x64"
  1033. ],
  1034. "license": "MPL-2.0",
  1035. "optional": true,
  1036. "os": [
  1037. "darwin"
  1038. ],
  1039. "engines": {
  1040. "node": ">= 12.0.0"
  1041. },
  1042. "funding": {
  1043. "type": "opencollective",
  1044. "url": "https://opencollective.com/parcel"
  1045. }
  1046. },
  1047. "node_modules/lightningcss-freebsd-x64": {
  1048. "version": "1.32.0",
  1049. "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
  1050. "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
  1051. "cpu": [
  1052. "x64"
  1053. ],
  1054. "license": "MPL-2.0",
  1055. "optional": true,
  1056. "os": [
  1057. "freebsd"
  1058. ],
  1059. "engines": {
  1060. "node": ">= 12.0.0"
  1061. },
  1062. "funding": {
  1063. "type": "opencollective",
  1064. "url": "https://opencollective.com/parcel"
  1065. }
  1066. },
  1067. "node_modules/lightningcss-linux-arm-gnueabihf": {
  1068. "version": "1.32.0",
  1069. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
  1070. "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
  1071. "cpu": [
  1072. "arm"
  1073. ],
  1074. "license": "MPL-2.0",
  1075. "optional": true,
  1076. "os": [
  1077. "linux"
  1078. ],
  1079. "engines": {
  1080. "node": ">= 12.0.0"
  1081. },
  1082. "funding": {
  1083. "type": "opencollective",
  1084. "url": "https://opencollective.com/parcel"
  1085. }
  1086. },
  1087. "node_modules/lightningcss-linux-arm64-gnu": {
  1088. "version": "1.32.0",
  1089. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
  1090. "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
  1091. "cpu": [
  1092. "arm64"
  1093. ],
  1094. "license": "MPL-2.0",
  1095. "optional": true,
  1096. "os": [
  1097. "linux"
  1098. ],
  1099. "engines": {
  1100. "node": ">= 12.0.0"
  1101. },
  1102. "funding": {
  1103. "type": "opencollective",
  1104. "url": "https://opencollective.com/parcel"
  1105. }
  1106. },
  1107. "node_modules/lightningcss-linux-arm64-musl": {
  1108. "version": "1.32.0",
  1109. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
  1110. "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
  1111. "cpu": [
  1112. "arm64"
  1113. ],
  1114. "license": "MPL-2.0",
  1115. "optional": true,
  1116. "os": [
  1117. "linux"
  1118. ],
  1119. "engines": {
  1120. "node": ">= 12.0.0"
  1121. },
  1122. "funding": {
  1123. "type": "opencollective",
  1124. "url": "https://opencollective.com/parcel"
  1125. }
  1126. },
  1127. "node_modules/lightningcss-linux-x64-gnu": {
  1128. "version": "1.32.0",
  1129. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
  1130. "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
  1131. "cpu": [
  1132. "x64"
  1133. ],
  1134. "license": "MPL-2.0",
  1135. "optional": true,
  1136. "os": [
  1137. "linux"
  1138. ],
  1139. "engines": {
  1140. "node": ">= 12.0.0"
  1141. },
  1142. "funding": {
  1143. "type": "opencollective",
  1144. "url": "https://opencollective.com/parcel"
  1145. }
  1146. },
  1147. "node_modules/lightningcss-linux-x64-musl": {
  1148. "version": "1.32.0",
  1149. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
  1150. "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
  1151. "cpu": [
  1152. "x64"
  1153. ],
  1154. "license": "MPL-2.0",
  1155. "optional": true,
  1156. "os": [
  1157. "linux"
  1158. ],
  1159. "engines": {
  1160. "node": ">= 12.0.0"
  1161. },
  1162. "funding": {
  1163. "type": "opencollective",
  1164. "url": "https://opencollective.com/parcel"
  1165. }
  1166. },
  1167. "node_modules/lightningcss-win32-arm64-msvc": {
  1168. "version": "1.32.0",
  1169. "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
  1170. "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
  1171. "cpu": [
  1172. "arm64"
  1173. ],
  1174. "license": "MPL-2.0",
  1175. "optional": true,
  1176. "os": [
  1177. "win32"
  1178. ],
  1179. "engines": {
  1180. "node": ">= 12.0.0"
  1181. },
  1182. "funding": {
  1183. "type": "opencollective",
  1184. "url": "https://opencollective.com/parcel"
  1185. }
  1186. },
  1187. "node_modules/lightningcss-win32-x64-msvc": {
  1188. "version": "1.32.0",
  1189. "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
  1190. "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
  1191. "cpu": [
  1192. "x64"
  1193. ],
  1194. "license": "MPL-2.0",
  1195. "optional": true,
  1196. "os": [
  1197. "win32"
  1198. ],
  1199. "engines": {
  1200. "node": ">= 12.0.0"
  1201. },
  1202. "funding": {
  1203. "type": "opencollective",
  1204. "url": "https://opencollective.com/parcel"
  1205. }
  1206. },
  1207. "node_modules/locate-character": {
  1208. "version": "3.0.0",
  1209. "resolved": "https://registry.npmjs.org/locate-character/-/locate-character-3.0.0.tgz",
  1210. "integrity": "sha512-SW13ws7BjaeJ6p7Q6CO2nchbYEc3X3J6WrmTTDto7yMPqVSZTUyY5Tjbid+Ab8gLnATtygYtiDIJGQRRn2ZOiA==",
  1211. "dev": true,
  1212. "license": "MIT"
  1213. },
  1214. "node_modules/magic-string": {
  1215. "version": "0.30.21",
  1216. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
  1217. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  1218. "license": "MIT",
  1219. "dependencies": {
  1220. "@jridgewell/sourcemap-codec": "^1.5.5"
  1221. }
  1222. },
  1223. "node_modules/mri": {
  1224. "version": "1.2.0",
  1225. "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz",
  1226. "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==",
  1227. "dev": true,
  1228. "license": "MIT",
  1229. "engines": {
  1230. "node": ">=4"
  1231. }
  1232. },
  1233. "node_modules/mrmime": {
  1234. "version": "2.0.1",
  1235. "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz",
  1236. "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==",
  1237. "dev": true,
  1238. "license": "MIT",
  1239. "engines": {
  1240. "node": ">=10"
  1241. }
  1242. },
  1243. "node_modules/nanoid": {
  1244. "version": "3.3.11",
  1245. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
  1246. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  1247. "funding": [
  1248. {
  1249. "type": "github",
  1250. "url": "https://github.com/sponsors/ai"
  1251. }
  1252. ],
  1253. "license": "MIT",
  1254. "bin": {
  1255. "nanoid": "bin/nanoid.cjs"
  1256. },
  1257. "engines": {
  1258. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  1259. }
  1260. },
  1261. "node_modules/obug": {
  1262. "version": "2.1.1",
  1263. "resolved": "https://registry.npmjs.org/obug/-/obug-2.1.1.tgz",
  1264. "integrity": "sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==",
  1265. "dev": true,
  1266. "funding": [
  1267. "https://github.com/sponsors/sxzz",
  1268. "https://opencollective.com/debug"
  1269. ],
  1270. "license": "MIT"
  1271. },
  1272. "node_modules/picocolors": {
  1273. "version": "1.1.1",
  1274. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  1275. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  1276. "license": "ISC"
  1277. },
  1278. "node_modules/picomatch": {
  1279. "version": "4.0.4",
  1280. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  1281. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  1282. "license": "MIT",
  1283. "engines": {
  1284. "node": ">=12"
  1285. },
  1286. "funding": {
  1287. "url": "https://github.com/sponsors/jonschlinkert"
  1288. }
  1289. },
  1290. "node_modules/postcss": {
  1291. "version": "8.5.10",
  1292. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.10.tgz",
  1293. "integrity": "sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==",
  1294. "funding": [
  1295. {
  1296. "type": "opencollective",
  1297. "url": "https://opencollective.com/postcss/"
  1298. },
  1299. {
  1300. "type": "tidelift",
  1301. "url": "https://tidelift.com/funding/github/npm/postcss"
  1302. },
  1303. {
  1304. "type": "github",
  1305. "url": "https://github.com/sponsors/ai"
  1306. }
  1307. ],
  1308. "license": "MIT",
  1309. "dependencies": {
  1310. "nanoid": "^3.3.11",
  1311. "picocolors": "^1.1.1",
  1312. "source-map-js": "^1.2.1"
  1313. },
  1314. "engines": {
  1315. "node": "^10 || ^12 || >=14"
  1316. }
  1317. },
  1318. "node_modules/readdirp": {
  1319. "version": "4.1.2",
  1320. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
  1321. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  1322. "dev": true,
  1323. "license": "MIT",
  1324. "engines": {
  1325. "node": ">= 14.18.0"
  1326. },
  1327. "funding": {
  1328. "type": "individual",
  1329. "url": "https://paulmillr.com/funding/"
  1330. }
  1331. },
  1332. "node_modules/rolldown": {
  1333. "version": "1.0.0-rc.16",
  1334. "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.0-rc.16.tgz",
  1335. "integrity": "sha512-rzi5WqKzEZw3SooTt7cgm4eqIoujPIyGcJNGFL7iPEuajQw7vxMHUkXylu4/vhCkJGXsgRmxqMKXUpT6FEgl0g==",
  1336. "license": "MIT",
  1337. "dependencies": {
  1338. "@oxc-project/types": "=0.126.0",
  1339. "@rolldown/pluginutils": "1.0.0-rc.16"
  1340. },
  1341. "bin": {
  1342. "rolldown": "bin/cli.mjs"
  1343. },
  1344. "engines": {
  1345. "node": "^20.19.0 || >=22.12.0"
  1346. },
  1347. "optionalDependencies": {
  1348. "@rolldown/binding-android-arm64": "1.0.0-rc.16",
  1349. "@rolldown/binding-darwin-arm64": "1.0.0-rc.16",
  1350. "@rolldown/binding-darwin-x64": "1.0.0-rc.16",
  1351. "@rolldown/binding-freebsd-x64": "1.0.0-rc.16",
  1352. "@rolldown/binding-linux-arm-gnueabihf": "1.0.0-rc.16",
  1353. "@rolldown/binding-linux-arm64-gnu": "1.0.0-rc.16",
  1354. "@rolldown/binding-linux-arm64-musl": "1.0.0-rc.16",
  1355. "@rolldown/binding-linux-ppc64-gnu": "1.0.0-rc.16",
  1356. "@rolldown/binding-linux-s390x-gnu": "1.0.0-rc.16",
  1357. "@rolldown/binding-linux-x64-gnu": "1.0.0-rc.16",
  1358. "@rolldown/binding-linux-x64-musl": "1.0.0-rc.16",
  1359. "@rolldown/binding-openharmony-arm64": "1.0.0-rc.16",
  1360. "@rolldown/binding-wasm32-wasi": "1.0.0-rc.16",
  1361. "@rolldown/binding-win32-arm64-msvc": "1.0.0-rc.16",
  1362. "@rolldown/binding-win32-x64-msvc": "1.0.0-rc.16"
  1363. }
  1364. },
  1365. "node_modules/sade": {
  1366. "version": "1.8.1",
  1367. "resolved": "https://registry.npmjs.org/sade/-/sade-1.8.1.tgz",
  1368. "integrity": "sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==",
  1369. "dev": true,
  1370. "license": "MIT",
  1371. "dependencies": {
  1372. "mri": "^1.1.0"
  1373. },
  1374. "engines": {
  1375. "node": ">=6"
  1376. }
  1377. },
  1378. "node_modules/set-cookie-parser": {
  1379. "version": "3.1.0",
  1380. "resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-3.1.0.tgz",
  1381. "integrity": "sha512-kjnC1DXBHcxaOaOXBHBeRtltsDG2nUiUni+jP92M9gYdW12rsmx92UsfpH7o5tDRs7I1ZZPSQJQGv3UaRfCiuw==",
  1382. "dev": true,
  1383. "license": "MIT"
  1384. },
  1385. "node_modules/sirv": {
  1386. "version": "3.0.2",
  1387. "resolved": "https://registry.npmjs.org/sirv/-/sirv-3.0.2.tgz",
  1388. "integrity": "sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==",
  1389. "dev": true,
  1390. "license": "MIT",
  1391. "dependencies": {
  1392. "@polka/url": "^1.0.0-next.24",
  1393. "mrmime": "^2.0.0",
  1394. "totalist": "^3.0.0"
  1395. },
  1396. "engines": {
  1397. "node": ">=18"
  1398. }
  1399. },
  1400. "node_modules/source-map-js": {
  1401. "version": "1.2.1",
  1402. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  1403. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  1404. "license": "BSD-3-Clause",
  1405. "engines": {
  1406. "node": ">=0.10.0"
  1407. }
  1408. },
  1409. "node_modules/svelte": {
  1410. "version": "5.55.4",
  1411. "resolved": "https://registry.npmjs.org/svelte/-/svelte-5.55.4.tgz",
  1412. "integrity": "sha512-q8DFohk6vUswSng95IZb9nzWJnbINZsK7OiM1snAa3qCjJBL0ZQpvMyAaVXjUukdM75J/m8UE8xwqat8Ors/zQ==",
  1413. "dev": true,
  1414. "license": "MIT",
  1415. "dependencies": {
  1416. "@jridgewell/remapping": "^2.3.4",
  1417. "@jridgewell/sourcemap-codec": "^1.5.0",
  1418. "@sveltejs/acorn-typescript": "^1.0.5",
  1419. "@types/estree": "^1.0.5",
  1420. "@types/trusted-types": "^2.0.7",
  1421. "acorn": "^8.12.1",
  1422. "aria-query": "5.3.1",
  1423. "axobject-query": "^4.1.0",
  1424. "clsx": "^2.1.1",
  1425. "devalue": "^5.6.4",
  1426. "esm-env": "^1.2.1",
  1427. "esrap": "^2.2.4",
  1428. "is-reference": "^3.0.3",
  1429. "locate-character": "^3.0.0",
  1430. "magic-string": "^0.30.11",
  1431. "zimmerframe": "^1.1.2"
  1432. },
  1433. "engines": {
  1434. "node": ">=18"
  1435. }
  1436. },
  1437. "node_modules/svelte-check": {
  1438. "version": "4.4.6",
  1439. "resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-4.4.6.tgz",
  1440. "integrity": "sha512-kP1zG81EWaFe9ZyTv4ZXv44Csi6Pkdpb7S3oj6m+K2ec/IcDg/a8LsFsnVLqm2nxtkSwsd5xPj/qFkTBgXHXjg==",
  1441. "dev": true,
  1442. "license": "MIT",
  1443. "dependencies": {
  1444. "@jridgewell/trace-mapping": "^0.3.25",
  1445. "chokidar": "^4.0.1",
  1446. "fdir": "^6.2.0",
  1447. "picocolors": "^1.0.0",
  1448. "sade": "^1.7.4"
  1449. },
  1450. "bin": {
  1451. "svelte-check": "bin/svelte-check"
  1452. },
  1453. "engines": {
  1454. "node": ">= 18.0.0"
  1455. },
  1456. "peerDependencies": {
  1457. "svelte": "^4.0.0 || ^5.0.0-next.0",
  1458. "typescript": ">=5.0.0"
  1459. }
  1460. },
  1461. "node_modules/tailwindcss": {
  1462. "version": "4.2.4",
  1463. "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.4.tgz",
  1464. "integrity": "sha512-HhKppgO81FQof5m6TEnuBWCZGgfRAWbaeOaGT00KOy/Pf/j6oUihdvBpA7ltCeAvZpFhW3j0PTclkxsd4IXYDA==",
  1465. "license": "MIT"
  1466. },
  1467. "node_modules/tapable": {
  1468. "version": "2.3.3",
  1469. "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.3.tgz",
  1470. "integrity": "sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==",
  1471. "license": "MIT",
  1472. "engines": {
  1473. "node": ">=6"
  1474. },
  1475. "funding": {
  1476. "type": "opencollective",
  1477. "url": "https://opencollective.com/webpack"
  1478. }
  1479. },
  1480. "node_modules/tinyglobby": {
  1481. "version": "0.2.16",
  1482. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
  1483. "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
  1484. "license": "MIT",
  1485. "dependencies": {
  1486. "fdir": "^6.5.0",
  1487. "picomatch": "^4.0.4"
  1488. },
  1489. "engines": {
  1490. "node": ">=12.0.0"
  1491. },
  1492. "funding": {
  1493. "url": "https://github.com/sponsors/SuperchupuDev"
  1494. }
  1495. },
  1496. "node_modules/totalist": {
  1497. "version": "3.0.1",
  1498. "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz",
  1499. "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
  1500. "dev": true,
  1501. "license": "MIT",
  1502. "engines": {
  1503. "node": ">=6"
  1504. }
  1505. },
  1506. "node_modules/tslib": {
  1507. "version": "2.8.1",
  1508. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
  1509. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  1510. "license": "0BSD",
  1511. "optional": true
  1512. },
  1513. "node_modules/typescript": {
  1514. "version": "6.0.3",
  1515. "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
  1516. "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
  1517. "dev": true,
  1518. "license": "Apache-2.0",
  1519. "bin": {
  1520. "tsc": "bin/tsc",
  1521. "tsserver": "bin/tsserver"
  1522. },
  1523. "engines": {
  1524. "node": ">=14.17"
  1525. }
  1526. },
  1527. "node_modules/vite": {
  1528. "version": "8.0.9",
  1529. "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.9.tgz",
  1530. "integrity": "sha512-t7g7GVRpMXjNpa67HaVWI/8BWtdVIQPCL2WoozXXA7LBGEFK4AkkKkHx2hAQf5x1GZSlcmEDPkVLSGahxnEEZw==",
  1531. "license": "MIT",
  1532. "dependencies": {
  1533. "lightningcss": "^1.32.0",
  1534. "picomatch": "^4.0.4",
  1535. "postcss": "^8.5.10",
  1536. "rolldown": "1.0.0-rc.16",
  1537. "tinyglobby": "^0.2.16"
  1538. },
  1539. "bin": {
  1540. "vite": "bin/vite.js"
  1541. },
  1542. "engines": {
  1543. "node": "^20.19.0 || >=22.12.0"
  1544. },
  1545. "funding": {
  1546. "url": "https://github.com/vitejs/vite?sponsor=1"
  1547. },
  1548. "optionalDependencies": {
  1549. "fsevents": "~2.3.3"
  1550. },
  1551. "peerDependencies": {
  1552. "@types/node": "^20.19.0 || >=22.12.0",
  1553. "@vitejs/devtools": "^0.1.0",
  1554. "esbuild": "^0.27.0 || ^0.28.0",
  1555. "jiti": ">=1.21.0",
  1556. "less": "^4.0.0",
  1557. "sass": "^1.70.0",
  1558. "sass-embedded": "^1.70.0",
  1559. "stylus": ">=0.54.8",
  1560. "sugarss": "^5.0.0",
  1561. "terser": "^5.16.0",
  1562. "tsx": "^4.8.1",
  1563. "yaml": "^2.4.2"
  1564. },
  1565. "peerDependenciesMeta": {
  1566. "@types/node": {
  1567. "optional": true
  1568. },
  1569. "@vitejs/devtools": {
  1570. "optional": true
  1571. },
  1572. "esbuild": {
  1573. "optional": true
  1574. },
  1575. "jiti": {
  1576. "optional": true
  1577. },
  1578. "less": {
  1579. "optional": true
  1580. },
  1581. "sass": {
  1582. "optional": true
  1583. },
  1584. "sass-embedded": {
  1585. "optional": true
  1586. },
  1587. "stylus": {
  1588. "optional": true
  1589. },
  1590. "sugarss": {
  1591. "optional": true
  1592. },
  1593. "terser": {
  1594. "optional": true
  1595. },
  1596. "tsx": {
  1597. "optional": true
  1598. },
  1599. "yaml": {
  1600. "optional": true
  1601. }
  1602. }
  1603. },
  1604. "node_modules/vitefu": {
  1605. "version": "1.1.3",
  1606. "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-1.1.3.tgz",
  1607. "integrity": "sha512-ub4okH7Z5KLjb6hDyjqrGXqWtWvoYdU3IGm/NorpgHncKoLTCfRIbvlhBm7r0YstIaQRYlp4yEbFqDcKSzXSSg==",
  1608. "dev": true,
  1609. "license": "MIT",
  1610. "workspaces": [
  1611. "tests/deps/*",
  1612. "tests/projects/*",
  1613. "tests/projects/workspace/packages/*"
  1614. ],
  1615. "peerDependencies": {
  1616. "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
  1617. },
  1618. "peerDependenciesMeta": {
  1619. "vite": {
  1620. "optional": true
  1621. }
  1622. }
  1623. },
  1624. "node_modules/zimmerframe": {
  1625. "version": "1.1.4",
  1626. "resolved": "https://registry.npmjs.org/zimmerframe/-/zimmerframe-1.1.4.tgz",
  1627. "integrity": "sha512-B58NGBEoc8Y9MWWCQGl/gq9xBCe4IiKM0a2x7GZdQKOW5Exr8S1W24J6OgM1njK8xCRGvAJIL/MxXHf6SkmQKQ==",
  1628. "dev": true,
  1629. "license": "MIT"
  1630. }
  1631. }
  1632. }