package-lock.json 60 KB

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