package-lock.json 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599
  1. {
  2. "name": "torus",
  3. "version": "0.0.1",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "torus",
  9. "version": "0.0.1",
  10. "dependencies": {
  11. "bcrypt": "^6.0.0",
  12. "jsonwebtoken": "^9.0.3",
  13. "mongodb": "^7.6.0"
  14. },
  15. "devDependencies": {
  16. "@sveltejs/adapter-auto": "^7.0.1",
  17. "@sveltejs/kit": "^2.63.0",
  18. "@sveltejs/vite-plugin-svelte": "^7.1.2",
  19. "@types/bcrypt": "^6.0.0",
  20. "svelte": "^5.56.1",
  21. "vite": "^8.0.16"
  22. }
  23. },
  24. "node_modules/@jridgewell/gen-mapping": {
  25. "version": "0.3.13",
  26. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  27. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  28. "dev": true,
  29. "license": "MIT",
  30. "dependencies": {
  31. "@jridgewell/sourcemap-codec": "^1.5.0",
  32. "@jridgewell/trace-mapping": "^0.3.24"
  33. }
  34. },
  35. "node_modules/@jridgewell/remapping": {
  36. "version": "2.3.5",
  37. "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  38. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  39. "dev": true,
  40. "license": "MIT",
  41. "dependencies": {
  42. "@jridgewell/gen-mapping": "^0.3.5",
  43. "@jridgewell/trace-mapping": "^0.3.24"
  44. }
  45. },
  46. "node_modules/@jridgewell/resolve-uri": {
  47. "version": "3.1.2",
  48. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  49. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  50. "dev": true,
  51. "license": "MIT",
  52. "engines": {
  53. "node": ">=6.0.0"
  54. }
  55. },
  56. "node_modules/@jridgewell/sourcemap-codec": {
  57. "version": "1.6.0",
  58. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.6.0.tgz",
  59. "integrity": "sha512-T7jf+5zgsZHwNJ4lvQ7/aezbyk0nNX+zJVWpmHA7VYsEx7a7qr5Rg5IbtJFqkgze5Y2sruq1RUY8Q837Od7iFw==",
  60. "dev": true,
  61. "license": "MIT"
  62. },
  63. "node_modules/@jridgewell/trace-mapping": {
  64. "version": "0.3.31",
  65. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  66. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  67. "dev": true,
  68. "license": "MIT",
  69. "dependencies": {
  70. "@jridgewell/resolve-uri": "^3.1.0",
  71. "@jridgewell/sourcemap-codec": "^1.4.14"
  72. }
  73. },
  74. "node_modules/@mongodb-js/saslprep": {
  75. "version": "1.5.4",
  76. "resolved": "https://registry.npmjs.org/@mongodb-js/saslprep/-/saslprep-1.5.4.tgz",
  77. "integrity": "sha512-05UC0jQsjKAOuXQ0H9Ud9vUTJpZIg+n/FinpR30tI5I8pY2inTfPOZ5OF/cg3Ce/N9MoD1xhRCeOsJtuTbFYlw==",
  78. "license": "MIT",
  79. "dependencies": {
  80. "sparse-bitfield": "^3.0.3"
  81. }
  82. },
  83. "node_modules/@oxc-project/types": {
  84. "version": "0.149.0",
  85. "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.149.0.tgz",
  86. "integrity": "sha512-Efcc+iF0j3Bf67YjEqIqWXbX5XddXoK/Mw4K1/JuXwRCZ8N16VR7iT23nlCc9XrveFVh/E5Rqs2StT0V8v9LdA==",
  87. "dev": true,
  88. "license": "MIT",
  89. "funding": {
  90. "url": "https://github.com/sponsors/oxc-project"
  91. }
  92. },
  93. "node_modules/@polka/url": {
  94. "version": "1.0.0-next.29",
  95. "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.29.tgz",
  96. "integrity": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==",
  97. "dev": true,
  98. "license": "MIT"
  99. },
  100. "node_modules/@rolldown/binding-android-arm-eabi": {
  101. "version": "1.2.8",
  102. "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm-eabi/-/binding-android-arm-eabi-1.2.8.tgz",
  103. "integrity": "sha512-tN5aztYkKCte4i5SIrrz5yK/HMjEuCqCSCJa418jOV8tZ1cBY3YF2otxB1ktPxzsLA1BeTqwapK0bfjxNvHJVw==",
  104. "cpu": [
  105. "arm"
  106. ],
  107. "dev": true,
  108. "license": "MIT",
  109. "optional": true,
  110. "os": [
  111. "android"
  112. ],
  113. "engines": {
  114. "node": "^20.19.0 || >=22.12.0"
  115. }
  116. },
  117. "node_modules/@rolldown/binding-android-arm64": {
  118. "version": "1.2.8",
  119. "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.2.8.tgz",
  120. "integrity": "sha512-dIYTWl9XprMUiQFoc55KUyk/oS8SKYH3zFl0LTR7RT0Xj4hgSVyuJcroH8JUu8RcpF8fTB6E0aOwCkZoYPcDSQ==",
  121. "cpu": [
  122. "arm64"
  123. ],
  124. "dev": true,
  125. "license": "MIT",
  126. "optional": true,
  127. "os": [
  128. "android"
  129. ],
  130. "engines": {
  131. "node": "^20.19.0 || >=22.12.0"
  132. }
  133. },
  134. "node_modules/@rolldown/binding-darwin-arm64": {
  135. "version": "1.2.8",
  136. "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.2.8.tgz",
  137. "integrity": "sha512-PCSDQGXD2IyTEFrcgPyBM8jJuGmrbCMuoIOXdbEGVemruKACXoLQJrb+A45Z0L5t1RQkdfJprAYPkikbh7dzdA==",
  138. "cpu": [
  139. "arm64"
  140. ],
  141. "dev": true,
  142. "license": "MIT",
  143. "optional": true,
  144. "os": [
  145. "darwin"
  146. ],
  147. "engines": {
  148. "node": "^20.19.0 || >=22.12.0"
  149. }
  150. },
  151. "node_modules/@rolldown/binding-darwin-x64": {
  152. "version": "1.2.8",
  153. "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.2.8.tgz",
  154. "integrity": "sha512-Uk7lRsGhPFHVX/sAUC6D5H9Ol30dFHd6iquokll2th3LpdJ3F5CzQB+7DHn0Ri2mG+U7k2zXiPHDrwZenXhwSA==",
  155. "cpu": [
  156. "x64"
  157. ],
  158. "dev": true,
  159. "license": "MIT",
  160. "optional": true,
  161. "os": [
  162. "darwin"
  163. ],
  164. "engines": {
  165. "node": "^20.19.0 || >=22.12.0"
  166. }
  167. },
  168. "node_modules/@rolldown/binding-freebsd-x64": {
  169. "version": "1.2.8",
  170. "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.2.8.tgz",
  171. "integrity": "sha512-DjszaTEVogPqA5bYzsEeqDCQxbcp2fexQwKcRspYji2yzR68fCf+e4fx6kBSRDwX5/brZaHw/hWS9+A/+/w9sQ==",
  172. "cpu": [
  173. "x64"
  174. ],
  175. "dev": true,
  176. "license": "MIT",
  177. "optional": true,
  178. "os": [
  179. "freebsd"
  180. ],
  181. "engines": {
  182. "node": "^20.19.0 || >=22.12.0"
  183. }
  184. },
  185. "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
  186. "version": "1.2.8",
  187. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.2.8.tgz",
  188. "integrity": "sha512-zmwa7FTmdzB6aaEEuuls18H6Ap5JmJPSoPTuXixeJZV6tG40SyLkApQtz1g8ptZtiEKqj9OM0oNLPh1AgvE31Q==",
  189. "cpu": [
  190. "arm"
  191. ],
  192. "dev": true,
  193. "license": "MIT",
  194. "optional": true,
  195. "os": [
  196. "linux"
  197. ],
  198. "engines": {
  199. "node": "^20.19.0 || >=22.12.0"
  200. }
  201. },
  202. "node_modules/@rolldown/binding-linux-arm64-gnu": {
  203. "version": "1.2.8",
  204. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.2.8.tgz",
  205. "integrity": "sha512-KdYQDPHwJVnbFwdTGMgxsI9SqblBlz6STGM+w1We/d5B8OWWidYH0MwkU/uA1wM5fIpO2MkOVxXrNzzuZhw9ew==",
  206. "cpu": [
  207. "arm64"
  208. ],
  209. "dev": true,
  210. "libc": [
  211. "glibc"
  212. ],
  213. "license": "MIT",
  214. "optional": true,
  215. "os": [
  216. "linux"
  217. ],
  218. "engines": {
  219. "node": "^20.19.0 || >=22.12.0"
  220. }
  221. },
  222. "node_modules/@rolldown/binding-linux-arm64-musl": {
  223. "version": "1.2.8",
  224. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.2.8.tgz",
  225. "integrity": "sha512-jFJTifHnNPY+yzOoNZQfSIysrVyXzEQPhPnOUjmD1bcQGHH6s7c8cViKWar8YplQImE5N9JRqMCLrM2CdxOrZA==",
  226. "cpu": [
  227. "arm64"
  228. ],
  229. "dev": true,
  230. "libc": [
  231. "musl"
  232. ],
  233. "license": "MIT",
  234. "optional": true,
  235. "os": [
  236. "linux"
  237. ],
  238. "engines": {
  239. "node": "^20.19.0 || >=22.12.0"
  240. }
  241. },
  242. "node_modules/@rolldown/binding-linux-ppc64-gnu": {
  243. "version": "1.2.8",
  244. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.2.8.tgz",
  245. "integrity": "sha512-FhiOziBDWPBjbcmRzfLyIJnaP7AVMFXT7YCXPjXxj7wKU3vx24RjrCNN/zjvVa+N2vVoHJwCoUBvsrN/DG3zIA==",
  246. "cpu": [
  247. "ppc64"
  248. ],
  249. "dev": true,
  250. "libc": [
  251. "glibc"
  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.2.8",
  264. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.2.8.tgz",
  265. "integrity": "sha512-WnHfADMzOV2Y55wlx1hzzQnar/wDt/VdvWSD99r18Mz9ylNieIGOkRx3UV21h7m/eJvjySYJkO26VvGNFkwsIQ==",
  266. "cpu": [
  267. "s390x"
  268. ],
  269. "dev": true,
  270. "libc": [
  271. "glibc"
  272. ],
  273. "license": "MIT",
  274. "optional": true,
  275. "os": [
  276. "linux"
  277. ],
  278. "engines": {
  279. "node": "^20.19.0 || >=22.12.0"
  280. }
  281. },
  282. "node_modules/@rolldown/binding-linux-x64-gnu": {
  283. "version": "1.2.8",
  284. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.2.8.tgz",
  285. "integrity": "sha512-H9tRr5ibfXFVLxbPOseVewewFpl28zcEdjRDt2FTUZU7odxP0gEv1ki4/kGmcGOh78oRwZuuQllGLZ9zTJp84g==",
  286. "cpu": [
  287. "x64"
  288. ],
  289. "dev": true,
  290. "libc": [
  291. "glibc"
  292. ],
  293. "license": "MIT",
  294. "optional": true,
  295. "os": [
  296. "linux"
  297. ],
  298. "engines": {
  299. "node": "^20.19.0 || >=22.12.0"
  300. }
  301. },
  302. "node_modules/@rolldown/binding-linux-x64-musl": {
  303. "version": "1.2.8",
  304. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.2.8.tgz",
  305. "integrity": "sha512-UefiqfM3D6IVNlZ8tSGs9+Ejjud2T+oxO0IHADU45Y+lyEjD2dVFyZHbkfX0LUb5Zugo/oIv1eCO/KVYhgYJYA==",
  306. "cpu": [
  307. "x64"
  308. ],
  309. "dev": true,
  310. "libc": [
  311. "musl"
  312. ],
  313. "license": "MIT",
  314. "optional": true,
  315. "os": [
  316. "linux"
  317. ],
  318. "engines": {
  319. "node": "^20.19.0 || >=22.12.0"
  320. }
  321. },
  322. "node_modules/@rolldown/binding-openharmony-arm64": {
  323. "version": "1.2.8",
  324. "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.2.8.tgz",
  325. "integrity": "sha512-637Ke4kWSy6rp9cxQ9gMOXlxPgIw/c1beASV4M//3+9I4uwBVOOl74G+e3zyU3u19U7RkRl/HuewixZ/Z6+Rjg==",
  326. "cpu": [
  327. "arm64"
  328. ],
  329. "dev": true,
  330. "license": "MIT",
  331. "optional": true,
  332. "os": [
  333. "openharmony"
  334. ],
  335. "engines": {
  336. "node": "^20.19.0 || >=22.12.0"
  337. }
  338. },
  339. "node_modules/@rolldown/binding-win32-arm64-msvc": {
  340. "version": "1.2.8",
  341. "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.2.8.tgz",
  342. "integrity": "sha512-xWBkPOF1Q9k/Gv1nQXnVdLxKu74jXppuOM4Z3mnypVUJJJwLsMl7hNJGRAUJoG8A5MgOI1ACKM+wBFxSJzKy4A==",
  343. "cpu": [
  344. "arm64"
  345. ],
  346. "dev": true,
  347. "license": "MIT",
  348. "optional": true,
  349. "os": [
  350. "win32"
  351. ],
  352. "engines": {
  353. "node": "^20.19.0 || >=22.12.0"
  354. }
  355. },
  356. "node_modules/@rolldown/binding-win32-x64-msvc": {
  357. "version": "1.2.8",
  358. "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.2.8.tgz",
  359. "integrity": "sha512-uz2ZvfgXbxqNwijjjbxrnvALwpyODDcgc1T1N8N3rf/DXKQmaFwmB4LX4yyjggpwN2obdQLb2rgirX5ffCWYng==",
  360. "cpu": [
  361. "x64"
  362. ],
  363. "dev": true,
  364. "license": "MIT",
  365. "optional": true,
  366. "os": [
  367. "win32"
  368. ],
  369. "engines": {
  370. "node": "^20.19.0 || >=22.12.0"
  371. }
  372. },
  373. "node_modules/@rolldown/pluginutils": {
  374. "version": "1.0.1",
  375. "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz",
  376. "integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==",
  377. "dev": true,
  378. "license": "MIT"
  379. },
  380. "node_modules/@standard-schema/spec": {
  381. "version": "1.1.0",
  382. "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz",
  383. "integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==",
  384. "dev": true,
  385. "license": "MIT"
  386. },
  387. "node_modules/@sveltejs/acorn-typescript": {
  388. "version": "1.0.13",
  389. "resolved": "https://registry.npmjs.org/@sveltejs/acorn-typescript/-/acorn-typescript-1.0.13.tgz",
  390. "integrity": "sha512-wgKggnhZVL9Bfx1OaKKTrYY9BFRk6C8UAkQNUcIv1+llzYrIqy+RZm5HPKzn0NpEBvTVhTqB4kQyllZywsRBRQ==",
  391. "dev": true,
  392. "license": "MIT",
  393. "peerDependencies": {
  394. "acorn": "^8.9.0"
  395. }
  396. },
  397. "node_modules/@sveltejs/adapter-auto": {
  398. "version": "7.0.1",
  399. "resolved": "https://registry.npmjs.org/@sveltejs/adapter-auto/-/adapter-auto-7.0.1.tgz",
  400. "integrity": "sha512-dvuPm1E7M9NI/+canIQ6KKQDU2AkEefEZ2Dp7cY6uKoPq9Z/PhOXABe526UdW2mN986gjVkuSLkOYIBnS/M2LQ==",
  401. "dev": true,
  402. "license": "MIT",
  403. "peerDependencies": {
  404. "@sveltejs/kit": "^2.0.0"
  405. }
  406. },
  407. "node_modules/@sveltejs/kit": {
  408. "version": "2.70.3",
  409. "resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-2.70.3.tgz",
  410. "integrity": "sha512-UDvEYuZqAMbfB/oXIoqKvbKcb7YczK5zYrzmsGV1zRJk03jntwp8dXiYoIJotxAndsKvcPFtx9H1GRSKFdSHgg==",
  411. "dev": true,
  412. "license": "MIT",
  413. "dependencies": {
  414. "@standard-schema/spec": "^1.0.0",
  415. "@sveltejs/acorn-typescript": "^1.0.9",
  416. "@types/cookie": "^0.6.0",
  417. "acorn": "^8.16.0",
  418. "cookie": "^0.6.0",
  419. "devalue": "^5.8.1",
  420. "esm-env": "^1.2.2",
  421. "kleur": "^4.1.5",
  422. "magic-string": "^0.30.5",
  423. "mrmime": "^2.0.0",
  424. "set-cookie-parser": "^3.0.0",
  425. "sirv": "^3.0.0"
  426. },
  427. "bin": {
  428. "svelte-kit": "svelte-kit.js"
  429. },
  430. "engines": {
  431. "node": ">=18.13"
  432. },
  433. "peerDependencies": {
  434. "@opentelemetry/api": "^1.0.0",
  435. "@sveltejs/vite-plugin-svelte": "^3.0.0 || ^4.0.0-next.1 || ^5.0.0 || ^6.0.0-next.0 || ^7.0.0",
  436. "svelte": "^4.0.0 || ^5.0.0-next.0",
  437. "typescript": "^5.3.3 || ^6.0.0",
  438. "vite": "^5.0.3 || ^6.0.0 || ^7.0.0-beta.0 || ^8.0.0"
  439. },
  440. "peerDependenciesMeta": {
  441. "@opentelemetry/api": {
  442. "optional": true
  443. },
  444. "typescript": {
  445. "optional": true
  446. }
  447. }
  448. },
  449. "node_modules/@sveltejs/vite-plugin-svelte": {
  450. "version": "7.3.0",
  451. "resolved": "https://registry.npmjs.org/@sveltejs/vite-plugin-svelte/-/vite-plugin-svelte-7.3.0.tgz",
  452. "integrity": "sha512-QbRoJyD92e9R0ufeQIWRHrCC0ObcqSv/aBDdrQMoU+sypav3cDx5wytdQ6GLdXjEMO6xjrXGzfkUygng8JMv0A==",
  453. "dev": true,
  454. "license": "MIT",
  455. "dependencies": {
  456. "deepmerge": "^4.3.1",
  457. "magic-string": "^1.0.0",
  458. "obug": "^2.1.0",
  459. "vitefu": "^1.1.2"
  460. },
  461. "engines": {
  462. "node": "^20.19 || ^22.12 || >=24"
  463. },
  464. "peerDependencies": {
  465. "svelte": "^5.46.4",
  466. "vite": "^8.0.0-beta.7 || ^8.0.0"
  467. }
  468. },
  469. "node_modules/@sveltejs/vite-plugin-svelte/node_modules/magic-string": {
  470. "version": "1.3.1",
  471. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-1.3.1.tgz",
  472. "integrity": "sha512-rm91zr2Ou+XueDTohjQQjdQEcYM6zVi8KVUCG8Ec3vHwUEKrhSdCNyfuIywkA6hcCAteIn0ZOtAHA6eGpiX+Pg==",
  473. "dev": true,
  474. "license": "MIT",
  475. "dependencies": {
  476. "@jridgewell/sourcemap-codec": "^1.6.0"
  477. }
  478. },
  479. "node_modules/@types/bcrypt": {
  480. "version": "6.0.0",
  481. "resolved": "https://registry.npmjs.org/@types/bcrypt/-/bcrypt-6.0.0.tgz",
  482. "integrity": "sha512-/oJGukuH3D2+D+3H4JWLaAsJ/ji86dhRidzZ/Od7H/i8g+aCmvkeCc6Ni/f9uxGLSQVCRZkX2/lqEFG2BvWtlQ==",
  483. "dev": true,
  484. "license": "MIT",
  485. "dependencies": {
  486. "@types/node": "*"
  487. }
  488. },
  489. "node_modules/@types/cookie": {
  490. "version": "0.6.0",
  491. "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.6.0.tgz",
  492. "integrity": "sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==",
  493. "dev": true,
  494. "license": "MIT"
  495. },
  496. "node_modules/@types/estree": {
  497. "version": "1.0.9",
  498. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
  499. "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
  500. "dev": true,
  501. "license": "MIT"
  502. },
  503. "node_modules/@types/node": {
  504. "version": "22.20.2",
  505. "resolved": "https://registry.npmjs.org/@types/node/-/node-22.20.2.tgz",
  506. "integrity": "sha512-xlvWf4Vs9n1PEVYwP1n4vvG07M6y8WgvJ2t0vbrWTmijsIHp1cS+uJ2kMIRdY3nHZK0nCYKrPeD171+SzF4/zw==",
  507. "dev": true,
  508. "license": "MIT",
  509. "dependencies": {
  510. "undici-types": "~6.21.0"
  511. }
  512. },
  513. "node_modules/@types/webidl-conversions": {
  514. "version": "7.0.3",
  515. "resolved": "https://registry.npmjs.org/@types/webidl-conversions/-/webidl-conversions-7.0.3.tgz",
  516. "integrity": "sha512-CiJJvcRtIgzadHCYXw7dqEnMNRjhGZlYK05Mj9OyktqV8uVT8fD2BFOB7S1uwBE3Kj2Z+4UyPmFw/Ixgw/LAlA==",
  517. "license": "MIT"
  518. },
  519. "node_modules/@types/whatwg-url": {
  520. "version": "13.0.0",
  521. "resolved": "https://registry.npmjs.org/@types/whatwg-url/-/whatwg-url-13.0.0.tgz",
  522. "integrity": "sha512-N8WXpbE6Wgri7KUSvrmQcqrMllKZ9uxkYWMt+mCSGwNc0Hsw9VQTW7ApqI4XNrx6/SaM2QQJCzMPDEXE058s+Q==",
  523. "license": "MIT",
  524. "dependencies": {
  525. "@types/webidl-conversions": "*"
  526. }
  527. },
  528. "node_modules/acorn": {
  529. "version": "8.18.0",
  530. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.18.0.tgz",
  531. "integrity": "sha512-lGq+9yr1/GuAWaVYIHRjvvySG5/4VfKIvC8EWxStPdcDh/Ka7FG3twP6v4d5BkravUilhIAsG4Qj83t02LWUPQ==",
  532. "dev": true,
  533. "license": "MIT",
  534. "bin": {
  535. "acorn": "bin/acorn"
  536. },
  537. "engines": {
  538. "node": ">=0.4.0"
  539. }
  540. },
  541. "node_modules/aria-query": {
  542. "version": "5.3.1",
  543. "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.1.tgz",
  544. "integrity": "sha512-Z/ZeOgVl7bcSYZ/u/rh0fOpvEpq//LZmdbkXyc7syVzjPAhfOa9ebsdTSjEBDU4vs5nC98Kfduj1uFo0qyET3g==",
  545. "dev": true,
  546. "license": "Apache-2.0",
  547. "engines": {
  548. "node": ">= 0.4"
  549. }
  550. },
  551. "node_modules/axobject-query": {
  552. "version": "4.1.0",
  553. "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz",
  554. "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==",
  555. "dev": true,
  556. "license": "Apache-2.0",
  557. "engines": {
  558. "node": ">= 0.4"
  559. }
  560. },
  561. "node_modules/bcrypt": {
  562. "version": "6.0.0",
  563. "resolved": "https://registry.npmjs.org/bcrypt/-/bcrypt-6.0.0.tgz",
  564. "integrity": "sha512-cU8v/EGSrnH+HnxV2z0J7/blxH8gq7Xh2JFT6Aroax7UohdmiJJlxApMxtKfuI7z68NvvVcmR78k2LbT6efhRg==",
  565. "hasInstallScript": true,
  566. "license": "MIT",
  567. "dependencies": {
  568. "node-addon-api": "^8.3.0",
  569. "node-gyp-build": "^4.8.4"
  570. },
  571. "engines": {
  572. "node": ">= 18"
  573. }
  574. },
  575. "node_modules/bson": {
  576. "version": "7.3.2",
  577. "resolved": "https://registry.npmjs.org/bson/-/bson-7.3.2.tgz",
  578. "integrity": "sha512-1w0ra+ho1cuE+w8jzwgzTFIimFtCfZeCoOsvIPQg6uyFCsp8M29U7bNNf5GrFh88TXbYg1g3TyKUGpd6O7q6zA==",
  579. "license": "Apache-2.0",
  580. "engines": {
  581. "node": ">=20.19.0"
  582. }
  583. },
  584. "node_modules/buffer-equal-constant-time": {
  585. "version": "1.0.1",
  586. "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz",
  587. "integrity": "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==",
  588. "license": "BSD-3-Clause"
  589. },
  590. "node_modules/clsx": {
  591. "version": "2.1.1",
  592. "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
  593. "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
  594. "dev": true,
  595. "license": "MIT",
  596. "engines": {
  597. "node": ">=6"
  598. }
  599. },
  600. "node_modules/cookie": {
  601. "version": "0.6.0",
  602. "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz",
  603. "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==",
  604. "dev": true,
  605. "license": "MIT",
  606. "engines": {
  607. "node": ">= 0.6"
  608. }
  609. },
  610. "node_modules/deepmerge": {
  611. "version": "4.3.1",
  612. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
  613. "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
  614. "dev": true,
  615. "license": "MIT",
  616. "engines": {
  617. "node": ">=0.10.0"
  618. }
  619. },
  620. "node_modules/detect-libc": {
  621. "version": "2.1.2",
  622. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  623. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  624. "dev": true,
  625. "license": "Apache-2.0",
  626. "engines": {
  627. "node": ">=8"
  628. }
  629. },
  630. "node_modules/devalue": {
  631. "version": "5.9.2",
  632. "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.9.2.tgz",
  633. "integrity": "sha512-po4PAY5c53tw5XMocSnf8A/5OHhbbUftpr93aEN6BBoAdntUmK7vu7wOATqvt7cXO7m1Cl4gMVn6p7n6n4mj0w==",
  634. "dev": true,
  635. "license": "MIT"
  636. },
  637. "node_modules/ecdsa-sig-formatter": {
  638. "version": "1.0.11",
  639. "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz",
  640. "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==",
  641. "license": "Apache-2.0",
  642. "dependencies": {
  643. "safe-buffer": "^5.0.1"
  644. }
  645. },
  646. "node_modules/esm-env": {
  647. "version": "1.2.2",
  648. "resolved": "https://registry.npmjs.org/esm-env/-/esm-env-1.2.2.tgz",
  649. "integrity": "sha512-Epxrv+Nr/CaL4ZcFGPJIYLWFom+YeV1DqMLHJoEd9SYRxNbaFruBwfEX/kkHUJf55j2+TUbmDcmuilbP1TmXHA==",
  650. "dev": true,
  651. "license": "MIT"
  652. },
  653. "node_modules/esrap": {
  654. "version": "2.3.7",
  655. "resolved": "https://registry.npmjs.org/esrap/-/esrap-2.3.7.tgz",
  656. "integrity": "sha512-n2nf7fZR3c9yXf0BPEuHuXqT+KW0SJVj4cN5FMEkpCZ3scLjOQWpiccyCxVzCC2q1wubTghuEGzngJY/7Ah0Ow==",
  657. "dev": true,
  658. "license": "MIT",
  659. "dependencies": {
  660. "@jridgewell/sourcemap-codec": "^1.4.15"
  661. },
  662. "peerDependencies": {
  663. "@typescript-eslint/types": "^8.2.0"
  664. },
  665. "peerDependenciesMeta": {
  666. "@typescript-eslint/types": {
  667. "optional": true
  668. }
  669. }
  670. },
  671. "node_modules/fdir": {
  672. "version": "6.5.0",
  673. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  674. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  675. "dev": true,
  676. "license": "MIT",
  677. "engines": {
  678. "node": ">=12.0.0"
  679. },
  680. "peerDependencies": {
  681. "picomatch": "^3 || ^4"
  682. },
  683. "peerDependenciesMeta": {
  684. "picomatch": {
  685. "optional": true
  686. }
  687. }
  688. },
  689. "node_modules/fsevents": {
  690. "version": "2.3.3",
  691. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  692. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  693. "dev": true,
  694. "hasInstallScript": true,
  695. "license": "MIT",
  696. "optional": true,
  697. "os": [
  698. "darwin"
  699. ],
  700. "engines": {
  701. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  702. }
  703. },
  704. "node_modules/is-reference": {
  705. "version": "3.0.3",
  706. "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-3.0.3.tgz",
  707. "integrity": "sha512-ixkJoqQvAP88E6wLydLGGqCJsrFUnqoH6HnaczB8XmDH1oaWU+xxdptvikTgaEhtZ53Ky6YXiBuUI2WXLMCwjw==",
  708. "dev": true,
  709. "license": "MIT",
  710. "dependencies": {
  711. "@types/estree": "^1.0.6"
  712. }
  713. },
  714. "node_modules/jsonwebtoken": {
  715. "version": "9.0.3",
  716. "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.3.tgz",
  717. "integrity": "sha512-MT/xP0CrubFRNLNKvxJ2BYfy53Zkm++5bX9dtuPbqAeQpTVe0MQTFhao8+Cp//EmJp244xt6Drw/GVEGCUj40g==",
  718. "license": "MIT",
  719. "dependencies": {
  720. "jws": "^4.0.1",
  721. "lodash.includes": "^4.3.0",
  722. "lodash.isboolean": "^3.0.3",
  723. "lodash.isinteger": "^4.0.4",
  724. "lodash.isnumber": "^3.0.3",
  725. "lodash.isplainobject": "^4.0.6",
  726. "lodash.isstring": "^4.0.1",
  727. "lodash.once": "^4.0.0",
  728. "ms": "^2.1.1",
  729. "semver": "^7.5.4"
  730. },
  731. "engines": {
  732. "node": ">=12",
  733. "npm": ">=6"
  734. }
  735. },
  736. "node_modules/jwa": {
  737. "version": "2.0.1",
  738. "resolved": "https://registry.npmjs.org/jwa/-/jwa-2.0.1.tgz",
  739. "integrity": "sha512-hRF04fqJIP8Abbkq5NKGN0Bbr3JxlQ+qhZufXVr0DvujKy93ZCbXZMHDL4EOtodSbCWxOqR8MS1tXA5hwqCXDg==",
  740. "license": "MIT",
  741. "dependencies": {
  742. "buffer-equal-constant-time": "^1.0.1",
  743. "ecdsa-sig-formatter": "1.0.11",
  744. "safe-buffer": "^5.0.1"
  745. }
  746. },
  747. "node_modules/jws": {
  748. "version": "4.0.1",
  749. "resolved": "https://registry.npmjs.org/jws/-/jws-4.0.1.tgz",
  750. "integrity": "sha512-EKI/M/yqPncGUUh44xz0PxSidXFr/+r0pA70+gIYhjv+et7yxM+s29Y+VGDkovRofQem0fs7Uvf4+YmAdyRduA==",
  751. "license": "MIT",
  752. "dependencies": {
  753. "jwa": "^2.0.1",
  754. "safe-buffer": "^5.0.1"
  755. }
  756. },
  757. "node_modules/kleur": {
  758. "version": "4.1.5",
  759. "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz",
  760. "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==",
  761. "dev": true,
  762. "license": "MIT",
  763. "engines": {
  764. "node": ">=6"
  765. }
  766. },
  767. "node_modules/lightningcss": {
  768. "version": "1.33.0",
  769. "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.33.0.tgz",
  770. "integrity": "sha512-WkUDrojuJs0xkgGf2udWxa3yGBRxPtxUkB79i6aCZLRgc7PM8fZe9TosfPDcvEpQZbuFASnHYmRLBLUbmLOIIA==",
  771. "dev": true,
  772. "license": "MPL-2.0",
  773. "dependencies": {
  774. "detect-libc": "^2.0.3"
  775. },
  776. "engines": {
  777. "node": ">= 12.0.0"
  778. },
  779. "funding": {
  780. "type": "opencollective",
  781. "url": "https://opencollective.com/parcel"
  782. },
  783. "optionalDependencies": {
  784. "lightningcss-android-arm64": "1.33.0",
  785. "lightningcss-darwin-arm64": "1.33.0",
  786. "lightningcss-darwin-x64": "1.33.0",
  787. "lightningcss-freebsd-x64": "1.33.0",
  788. "lightningcss-linux-arm-gnueabihf": "1.33.0",
  789. "lightningcss-linux-arm64-gnu": "1.33.0",
  790. "lightningcss-linux-arm64-musl": "1.33.0",
  791. "lightningcss-linux-x64-gnu": "1.33.0",
  792. "lightningcss-linux-x64-musl": "1.33.0",
  793. "lightningcss-win32-arm64-msvc": "1.33.0",
  794. "lightningcss-win32-x64-msvc": "1.33.0"
  795. }
  796. },
  797. "node_modules/lightningcss-android-arm64": {
  798. "version": "1.33.0",
  799. "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.33.0.tgz",
  800. "integrity": "sha512-gEpRTalKdosp4Bb8qWtc2iOgE5SeIHlpS1up9bFq2wAyYhl1UdTObYiHe98zEM9SQvSoqQZ1IQD0JNpg3Ml5pg==",
  801. "cpu": [
  802. "arm64"
  803. ],
  804. "dev": true,
  805. "license": "MPL-2.0",
  806. "optional": true,
  807. "os": [
  808. "android"
  809. ],
  810. "engines": {
  811. "node": ">= 12.0.0"
  812. },
  813. "funding": {
  814. "type": "opencollective",
  815. "url": "https://opencollective.com/parcel"
  816. }
  817. },
  818. "node_modules/lightningcss-darwin-arm64": {
  819. "version": "1.33.0",
  820. "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.33.0.tgz",
  821. "integrity": "sha512-Sciaz8eenNTKn9b3t7+xr0ipTp9YxKQY4npwQ3mrRuL0BAVHBLyZxofhaKBAVtzmtRZ/zTyo0/to4B1uWG/Djg==",
  822. "cpu": [
  823. "arm64"
  824. ],
  825. "dev": true,
  826. "license": "MPL-2.0",
  827. "optional": true,
  828. "os": [
  829. "darwin"
  830. ],
  831. "engines": {
  832. "node": ">= 12.0.0"
  833. },
  834. "funding": {
  835. "type": "opencollective",
  836. "url": "https://opencollective.com/parcel"
  837. }
  838. },
  839. "node_modules/lightningcss-darwin-x64": {
  840. "version": "1.33.0",
  841. "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.33.0.tgz",
  842. "integrity": "sha512-Z5UPAxzrjlWNNyGy6i65cJzzvgJ5D3T6wMvs+gWpY9d7qRhANrxqAp6LhxIgZhWEw18RfJTGcRxjuLIBr+m8XQ==",
  843. "cpu": [
  844. "x64"
  845. ],
  846. "dev": true,
  847. "license": "MPL-2.0",
  848. "optional": true,
  849. "os": [
  850. "darwin"
  851. ],
  852. "engines": {
  853. "node": ">= 12.0.0"
  854. },
  855. "funding": {
  856. "type": "opencollective",
  857. "url": "https://opencollective.com/parcel"
  858. }
  859. },
  860. "node_modules/lightningcss-freebsd-x64": {
  861. "version": "1.33.0",
  862. "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.33.0.tgz",
  863. "integrity": "sha512-QQM/Ti/hQajJwCY+RiWuCZ9sdtI/XQk7nDK5vC8kkdwixezOlDgvDx7+RT+QjK6FcFT4MpsuoBnHIo/O3StRRg==",
  864. "cpu": [
  865. "x64"
  866. ],
  867. "dev": true,
  868. "license": "MPL-2.0",
  869. "optional": true,
  870. "os": [
  871. "freebsd"
  872. ],
  873. "engines": {
  874. "node": ">= 12.0.0"
  875. },
  876. "funding": {
  877. "type": "opencollective",
  878. "url": "https://opencollective.com/parcel"
  879. }
  880. },
  881. "node_modules/lightningcss-linux-arm-gnueabihf": {
  882. "version": "1.33.0",
  883. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.33.0.tgz",
  884. "integrity": "sha512-N7FVBe6iS24MlM6R/4RBTxGhQheZGs7tiQ9U32UtF75NzP5Q7xWPRqLBCKxlRQRk3rY1jCIPLzx7WzOhuUIRLQ==",
  885. "cpu": [
  886. "arm"
  887. ],
  888. "dev": true,
  889. "license": "MPL-2.0",
  890. "optional": true,
  891. "os": [
  892. "linux"
  893. ],
  894. "engines": {
  895. "node": ">= 12.0.0"
  896. },
  897. "funding": {
  898. "type": "opencollective",
  899. "url": "https://opencollective.com/parcel"
  900. }
  901. },
  902. "node_modules/lightningcss-linux-arm64-gnu": {
  903. "version": "1.33.0",
  904. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.33.0.tgz",
  905. "integrity": "sha512-j2v/itmy4HlNxlc6voKXYgBqNi0Ng2LShg4z7GufpEgs05P+2suBVyi9I6YHq5uoVFx9ETin3eCEhLVyXGQnKg==",
  906. "cpu": [
  907. "arm64"
  908. ],
  909. "dev": true,
  910. "libc": [
  911. "glibc"
  912. ],
  913. "license": "MPL-2.0",
  914. "optional": true,
  915. "os": [
  916. "linux"
  917. ],
  918. "engines": {
  919. "node": ">= 12.0.0"
  920. },
  921. "funding": {
  922. "type": "opencollective",
  923. "url": "https://opencollective.com/parcel"
  924. }
  925. },
  926. "node_modules/lightningcss-linux-arm64-musl": {
  927. "version": "1.33.0",
  928. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.33.0.tgz",
  929. "integrity": "sha512-yiO5ROMuYQgXbC60yjZU5CYSFZGKXL0HFATXt9mHJn1+zW55oCtMI9NfcVhYLMFDL7gV7oBPon/EmMMGg2OvtQ==",
  930. "cpu": [
  931. "arm64"
  932. ],
  933. "dev": true,
  934. "libc": [
  935. "musl"
  936. ],
  937. "license": "MPL-2.0",
  938. "optional": true,
  939. "os": [
  940. "linux"
  941. ],
  942. "engines": {
  943. "node": ">= 12.0.0"
  944. },
  945. "funding": {
  946. "type": "opencollective",
  947. "url": "https://opencollective.com/parcel"
  948. }
  949. },
  950. "node_modules/lightningcss-linux-x64-gnu": {
  951. "version": "1.33.0",
  952. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.33.0.tgz",
  953. "integrity": "sha512-ar+Ju7LmcN0Jo4FpL4hpFybwNG9/3A/Br5KW2n2jyODg3MEZXaDYADdemoNS+BDNfMgKvylJLj4S5tyRActuAg==",
  954. "cpu": [
  955. "x64"
  956. ],
  957. "dev": true,
  958. "libc": [
  959. "glibc"
  960. ],
  961. "license": "MPL-2.0",
  962. "optional": true,
  963. "os": [
  964. "linux"
  965. ],
  966. "engines": {
  967. "node": ">= 12.0.0"
  968. },
  969. "funding": {
  970. "type": "opencollective",
  971. "url": "https://opencollective.com/parcel"
  972. }
  973. },
  974. "node_modules/lightningcss-linux-x64-musl": {
  975. "version": "1.33.0",
  976. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.33.0.tgz",
  977. "integrity": "sha512-RYiYbkokw0trfKqqzfF55lginwEPrD3OJDfTuJzFs1MK6iFnDenaz1fqLLtX4ITG3OktJQXOeTaw1awrBAlZPw==",
  978. "cpu": [
  979. "x64"
  980. ],
  981. "dev": true,
  982. "libc": [
  983. "musl"
  984. ],
  985. "license": "MPL-2.0",
  986. "optional": true,
  987. "os": [
  988. "linux"
  989. ],
  990. "engines": {
  991. "node": ">= 12.0.0"
  992. },
  993. "funding": {
  994. "type": "opencollective",
  995. "url": "https://opencollective.com/parcel"
  996. }
  997. },
  998. "node_modules/lightningcss-win32-arm64-msvc": {
  999. "version": "1.33.0",
  1000. "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.33.0.tgz",
  1001. "integrity": "sha512-1K+MPfLSFVpphzpdbfkhlWk6wBrTObBzS2T6db10PNOZgR9GoVsAWzwNyuhUYYbTp23j+4RrncfujZ4uAzXvwA==",
  1002. "cpu": [
  1003. "arm64"
  1004. ],
  1005. "dev": true,
  1006. "license": "MPL-2.0",
  1007. "optional": true,
  1008. "os": [
  1009. "win32"
  1010. ],
  1011. "engines": {
  1012. "node": ">= 12.0.0"
  1013. },
  1014. "funding": {
  1015. "type": "opencollective",
  1016. "url": "https://opencollective.com/parcel"
  1017. }
  1018. },
  1019. "node_modules/lightningcss-win32-x64-msvc": {
  1020. "version": "1.33.0",
  1021. "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.33.0.tgz",
  1022. "integrity": "sha512-OlEICDx/Xl0FqSp4bry8zFnCvGpig3Gl4gCquvYwHuqJKEC1+n9NgDniFvqHGmMv1ZkqDJrDqKKSykTDX+ehuA==",
  1023. "cpu": [
  1024. "x64"
  1025. ],
  1026. "dev": true,
  1027. "license": "MPL-2.0",
  1028. "optional": true,
  1029. "os": [
  1030. "win32"
  1031. ],
  1032. "engines": {
  1033. "node": ">= 12.0.0"
  1034. },
  1035. "funding": {
  1036. "type": "opencollective",
  1037. "url": "https://opencollective.com/parcel"
  1038. }
  1039. },
  1040. "node_modules/locate-character": {
  1041. "version": "3.0.0",
  1042. "resolved": "https://registry.npmjs.org/locate-character/-/locate-character-3.0.0.tgz",
  1043. "integrity": "sha512-SW13ws7BjaeJ6p7Q6CO2nchbYEc3X3J6WrmTTDto7yMPqVSZTUyY5Tjbid+Ab8gLnATtygYtiDIJGQRRn2ZOiA==",
  1044. "dev": true,
  1045. "license": "MIT"
  1046. },
  1047. "node_modules/lodash.includes": {
  1048. "version": "4.3.0",
  1049. "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz",
  1050. "integrity": "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==",
  1051. "license": "MIT"
  1052. },
  1053. "node_modules/lodash.isboolean": {
  1054. "version": "3.0.3",
  1055. "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz",
  1056. "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==",
  1057. "license": "MIT"
  1058. },
  1059. "node_modules/lodash.isinteger": {
  1060. "version": "4.0.4",
  1061. "resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz",
  1062. "integrity": "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==",
  1063. "license": "MIT"
  1064. },
  1065. "node_modules/lodash.isnumber": {
  1066. "version": "3.0.3",
  1067. "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz",
  1068. "integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==",
  1069. "license": "MIT"
  1070. },
  1071. "node_modules/lodash.isplainobject": {
  1072. "version": "4.0.6",
  1073. "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
  1074. "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==",
  1075. "license": "MIT"
  1076. },
  1077. "node_modules/lodash.isstring": {
  1078. "version": "4.0.1",
  1079. "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz",
  1080. "integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==",
  1081. "license": "MIT"
  1082. },
  1083. "node_modules/lodash.once": {
  1084. "version": "4.1.1",
  1085. "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz",
  1086. "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==",
  1087. "license": "MIT"
  1088. },
  1089. "node_modules/magic-string": {
  1090. "version": "0.30.21",
  1091. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
  1092. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  1093. "dev": true,
  1094. "license": "MIT",
  1095. "dependencies": {
  1096. "@jridgewell/sourcemap-codec": "^1.5.5"
  1097. }
  1098. },
  1099. "node_modules/memory-pager": {
  1100. "version": "1.5.0",
  1101. "resolved": "https://registry.npmjs.org/memory-pager/-/memory-pager-1.5.0.tgz",
  1102. "integrity": "sha512-ZS4Bp4r/Zoeq6+NLJpP+0Zzm0pR8whtGPf1XExKLJBAczGMnSi3It14OiNCStjQjM6NU1okjQGSxgEZN8eBYKg==",
  1103. "license": "MIT"
  1104. },
  1105. "node_modules/mongodb": {
  1106. "version": "7.6.0",
  1107. "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-7.6.0.tgz",
  1108. "integrity": "sha512-WbZ6OCjYw2c53LOjfkQa+reXr7kIiOVpXXglnASFuiMtif0BvsMwHe3ClJHLm1/r7wJFwaasfFtD6iYIktB01g==",
  1109. "license": "Apache-2.0",
  1110. "dependencies": {
  1111. "@mongodb-js/saslprep": "^1.4.11",
  1112. "bson": "^7.2.0",
  1113. "mongodb-connection-string-url": "^7.0.1"
  1114. },
  1115. "engines": {
  1116. "node": ">=20.19.0"
  1117. },
  1118. "peerDependencies": {
  1119. "@aws-sdk/credential-providers": "^3.806.0",
  1120. "@mongodb-js/zstd": "^7.0.0",
  1121. "gcp-metadata": "^7.0.1",
  1122. "kerberos": "^7.0.0",
  1123. "mongodb-client-encryption": "^7.2.0",
  1124. "snappy": "^7.3.2",
  1125. "socks": "^2.8.6"
  1126. },
  1127. "peerDependenciesMeta": {
  1128. "@aws-sdk/credential-providers": {
  1129. "optional": true
  1130. },
  1131. "@mongodb-js/zstd": {
  1132. "optional": true
  1133. },
  1134. "gcp-metadata": {
  1135. "optional": true
  1136. },
  1137. "kerberos": {
  1138. "optional": true
  1139. },
  1140. "mongodb-client-encryption": {
  1141. "optional": true
  1142. },
  1143. "snappy": {
  1144. "optional": true
  1145. },
  1146. "socks": {
  1147. "optional": true
  1148. }
  1149. }
  1150. },
  1151. "node_modules/mongodb-connection-string-url": {
  1152. "version": "7.0.2",
  1153. "resolved": "https://registry.npmjs.org/mongodb-connection-string-url/-/mongodb-connection-string-url-7.0.2.tgz",
  1154. "integrity": "sha512-ZoS07RoFqpKYQwAk59qmrx8+jJHNHU30UjlU96QktiGn1ltvDr+vCznLX5DiUBLEpMAHatHNWV1nM/74ul66kA==",
  1155. "license": "Apache-2.0",
  1156. "dependencies": {
  1157. "@types/whatwg-url": "^13.0.0",
  1158. "whatwg-url": "^14.1.0"
  1159. },
  1160. "engines": {
  1161. "node": ">=20.19.0"
  1162. }
  1163. },
  1164. "node_modules/mrmime": {
  1165. "version": "2.0.1",
  1166. "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz",
  1167. "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==",
  1168. "dev": true,
  1169. "license": "MIT",
  1170. "engines": {
  1171. "node": ">=10"
  1172. }
  1173. },
  1174. "node_modules/ms": {
  1175. "version": "2.1.3",
  1176. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  1177. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  1178. "license": "MIT"
  1179. },
  1180. "node_modules/nanoid": {
  1181. "version": "3.3.19",
  1182. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.19.tgz",
  1183. "integrity": "sha512-Y2tUNy4ouw6tq5oDSKeQYGOyhkUBhNOcGV/02KC+6kd9eDGqdZd++mjMiIDilrBYvjEnCYvVtsuHCuP+okSfug==",
  1184. "dev": true,
  1185. "funding": [
  1186. {
  1187. "type": "github",
  1188. "url": "https://github.com/sponsors/ai"
  1189. }
  1190. ],
  1191. "license": "MIT",
  1192. "bin": {
  1193. "nanoid": "bin/nanoid.cjs"
  1194. },
  1195. "engines": {
  1196. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  1197. }
  1198. },
  1199. "node_modules/node-addon-api": {
  1200. "version": "8.9.2",
  1201. "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-8.9.2.tgz",
  1202. "integrity": "sha512-VijLXbi3UACN69I0JVXJsX4tjACjNoQDgv2gTF6sx2wWEi8tkSg2eX8p5gSIFi8z2+DL3oHmY6OyKce38SDolg==",
  1203. "license": "MIT",
  1204. "engines": {
  1205. "node": "^18 || ^20 || >= 21"
  1206. }
  1207. },
  1208. "node_modules/node-gyp-build": {
  1209. "version": "4.8.4",
  1210. "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.4.tgz",
  1211. "integrity": "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==",
  1212. "license": "MIT",
  1213. "bin": {
  1214. "node-gyp-build": "bin.js",
  1215. "node-gyp-build-optional": "optional.js",
  1216. "node-gyp-build-test": "build-test.js"
  1217. }
  1218. },
  1219. "node_modules/obug": {
  1220. "version": "2.2.1",
  1221. "resolved": "https://registry.npmjs.org/obug/-/obug-2.2.1.tgz",
  1222. "integrity": "sha512-XrsrhT5sybtKI6wakr2SPOlGZWWYbUXZ7a0jT8/QOeAPau+1X/bSegNe5YR75oJmEZQbKningirmGOEJCIk61Q==",
  1223. "dev": true,
  1224. "funding": [
  1225. "https://github.com/sponsors/sxzz",
  1226. "https://opencollective.com/debug"
  1227. ],
  1228. "license": "MIT",
  1229. "engines": {
  1230. "node": ">=12.20.0"
  1231. }
  1232. },
  1233. "node_modules/picocolors": {
  1234. "version": "1.1.1",
  1235. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  1236. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  1237. "dev": true,
  1238. "license": "ISC"
  1239. },
  1240. "node_modules/picomatch": {
  1241. "version": "4.0.7",
  1242. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.7.tgz",
  1243. "integrity": "sha512-qcJu88Q2IWqJsDD529JKMdwGm/dvInW4HvQnRwiH9JtihJvzGOscDtHE3x1pBKeUOTysQ8kVmLnJ2kJu7yhcGA==",
  1244. "dev": true,
  1245. "license": "MIT",
  1246. "engines": {
  1247. "node": ">=12"
  1248. },
  1249. "funding": {
  1250. "url": "https://github.com/sponsors/jonschlinkert"
  1251. }
  1252. },
  1253. "node_modules/postcss": {
  1254. "version": "8.5.28",
  1255. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.28.tgz",
  1256. "integrity": "sha512-RRuzqDtt5Y9h3quz5hWhK+TPnsmVs6WwSU6LkJMeY4HstUEDuYTG8UJSdawMRzmzAtV+KEoG8N3Qg2qLy5vM/A==",
  1257. "dev": true,
  1258. "funding": [
  1259. {
  1260. "type": "opencollective",
  1261. "url": "https://opencollective.com/postcss/"
  1262. },
  1263. {
  1264. "type": "tidelift",
  1265. "url": "https://tidelift.com/funding/github/npm/postcss"
  1266. },
  1267. {
  1268. "type": "github",
  1269. "url": "https://github.com/sponsors/ai"
  1270. }
  1271. ],
  1272. "license": "MIT",
  1273. "dependencies": {
  1274. "nanoid": "^3.3.18",
  1275. "picocolors": "^1.1.1",
  1276. "source-map-js": "^1.2.1"
  1277. },
  1278. "engines": {
  1279. "node": "^10 || ^12 || >=14"
  1280. }
  1281. },
  1282. "node_modules/punycode": {
  1283. "version": "2.3.1",
  1284. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
  1285. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  1286. "license": "MIT",
  1287. "engines": {
  1288. "node": ">=6"
  1289. }
  1290. },
  1291. "node_modules/rolldown": {
  1292. "version": "1.2.8",
  1293. "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.2.8.tgz",
  1294. "integrity": "sha512-Z67nTmhZe7anqnM/EjI392w5i/ANUinjip7QYsOyN37oayduxt3ksdX0hf5OOamkAd53BiIHfbfSzfUmzKFQqQ==",
  1295. "dev": true,
  1296. "license": "MIT",
  1297. "dependencies": {
  1298. "@oxc-project/types": "=0.149.0",
  1299. "@rolldown/pluginutils": "^1.0.0"
  1300. },
  1301. "bin": {
  1302. "rolldown": "bin/cli.mjs"
  1303. },
  1304. "engines": {
  1305. "node": "^20.19.0 || >=22.12.0"
  1306. },
  1307. "optionalDependencies": {
  1308. "@rolldown/binding-android-arm-eabi": "1.2.8",
  1309. "@rolldown/binding-android-arm64": "1.2.8",
  1310. "@rolldown/binding-darwin-arm64": "1.2.8",
  1311. "@rolldown/binding-darwin-x64": "1.2.8",
  1312. "@rolldown/binding-freebsd-x64": "1.2.8",
  1313. "@rolldown/binding-linux-arm-gnueabihf": "1.2.8",
  1314. "@rolldown/binding-linux-arm64-gnu": "1.2.8",
  1315. "@rolldown/binding-linux-arm64-musl": "1.2.8",
  1316. "@rolldown/binding-linux-ppc64-gnu": "1.2.8",
  1317. "@rolldown/binding-linux-s390x-gnu": "1.2.8",
  1318. "@rolldown/binding-linux-x64-gnu": "1.2.8",
  1319. "@rolldown/binding-linux-x64-musl": "1.2.8",
  1320. "@rolldown/binding-openharmony-arm64": "1.2.8",
  1321. "@rolldown/binding-win32-arm64-msvc": "1.2.8",
  1322. "@rolldown/binding-win32-x64-msvc": "1.2.8"
  1323. }
  1324. },
  1325. "node_modules/safe-buffer": {
  1326. "version": "5.2.1",
  1327. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  1328. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  1329. "funding": [
  1330. {
  1331. "type": "github",
  1332. "url": "https://github.com/sponsors/feross"
  1333. },
  1334. {
  1335. "type": "patreon",
  1336. "url": "https://www.patreon.com/feross"
  1337. },
  1338. {
  1339. "type": "consulting",
  1340. "url": "https://feross.org/support"
  1341. }
  1342. ],
  1343. "license": "MIT"
  1344. },
  1345. "node_modules/semver": {
  1346. "version": "7.8.5",
  1347. "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
  1348. "integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
  1349. "license": "ISC",
  1350. "bin": {
  1351. "semver": "bin/semver.js"
  1352. },
  1353. "engines": {
  1354. "node": ">=10"
  1355. }
  1356. },
  1357. "node_modules/set-cookie-parser": {
  1358. "version": "3.1.2",
  1359. "resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-3.1.2.tgz",
  1360. "integrity": "sha512-5/r/lTwbJ3zQ+qwdUFZYeRNqda7P5HD8zQKqlSjdGt1/S0cjLAphHusj4Y58ahDtWn/g32xrIS58/ikOvwl0Lw==",
  1361. "dev": true,
  1362. "license": "MIT"
  1363. },
  1364. "node_modules/sirv": {
  1365. "version": "3.0.2",
  1366. "resolved": "https://registry.npmjs.org/sirv/-/sirv-3.0.2.tgz",
  1367. "integrity": "sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==",
  1368. "dev": true,
  1369. "license": "MIT",
  1370. "dependencies": {
  1371. "@polka/url": "^1.0.0-next.24",
  1372. "mrmime": "^2.0.0",
  1373. "totalist": "^3.0.0"
  1374. },
  1375. "engines": {
  1376. "node": ">=18"
  1377. }
  1378. },
  1379. "node_modules/source-map-js": {
  1380. "version": "1.2.1",
  1381. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  1382. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  1383. "dev": true,
  1384. "license": "BSD-3-Clause",
  1385. "engines": {
  1386. "node": ">=0.10.0"
  1387. }
  1388. },
  1389. "node_modules/sparse-bitfield": {
  1390. "version": "3.0.3",
  1391. "resolved": "https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz",
  1392. "integrity": "sha512-kvzhi7vqKTfkh0PZU+2D2PIllw2ymqJKujUcyPMd9Y75Nv4nPbGJZXNhxsgdQab2BmlDct1YnfQCguEvHr7VsQ==",
  1393. "license": "MIT",
  1394. "dependencies": {
  1395. "memory-pager": "^1.0.2"
  1396. }
  1397. },
  1398. "node_modules/svelte": {
  1399. "version": "5.57.0",
  1400. "resolved": "https://registry.npmjs.org/svelte/-/svelte-5.57.0.tgz",
  1401. "integrity": "sha512-NdbDn7fl4be1ViUG0oq/lvG6OZy3oENolV2ONjiqqsfVoeAfzaQAKUcEX3MrQod/Bebv1PgwET9rfXhgn9s4Kg==",
  1402. "dev": true,
  1403. "license": "MIT",
  1404. "dependencies": {
  1405. "@jridgewell/remapping": "^2.3.4",
  1406. "@jridgewell/sourcemap-codec": "^1.5.0",
  1407. "@sveltejs/acorn-typescript": "^1.0.10",
  1408. "@types/estree": "^1.0.5",
  1409. "acorn": "^8.12.1",
  1410. "aria-query": "5.3.1",
  1411. "axobject-query": "^4.1.0",
  1412. "clsx": "^2.1.1",
  1413. "devalue": "^5.8.1",
  1414. "esm-env": "^1.2.1",
  1415. "esrap": "^2.2.12",
  1416. "is-reference": "^3.0.3",
  1417. "locate-character": "^3.0.0",
  1418. "magic-string": "^0.30.11",
  1419. "zimmerframe": "^1.1.2"
  1420. },
  1421. "engines": {
  1422. "node": ">=18"
  1423. }
  1424. },
  1425. "node_modules/tinyglobby": {
  1426. "version": "0.2.17",
  1427. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz",
  1428. "integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
  1429. "dev": true,
  1430. "license": "MIT",
  1431. "dependencies": {
  1432. "fdir": "^6.5.0",
  1433. "picomatch": "^4.0.4"
  1434. },
  1435. "engines": {
  1436. "node": ">=12.0.0"
  1437. },
  1438. "funding": {
  1439. "url": "https://github.com/sponsors/SuperchupuDev"
  1440. }
  1441. },
  1442. "node_modules/totalist": {
  1443. "version": "3.0.1",
  1444. "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz",
  1445. "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
  1446. "dev": true,
  1447. "license": "MIT",
  1448. "engines": {
  1449. "node": ">=6"
  1450. }
  1451. },
  1452. "node_modules/tr46": {
  1453. "version": "5.1.1",
  1454. "resolved": "https://registry.npmjs.org/tr46/-/tr46-5.1.1.tgz",
  1455. "integrity": "sha512-hdF5ZgjTqgAntKkklYw0R03MG2x/bSzTtkxmIRw/sTNV8YXsCJ1tfLAX23lhxhHJlEf3CRCOCGGWw3vI3GaSPw==",
  1456. "license": "MIT",
  1457. "dependencies": {
  1458. "punycode": "^2.3.1"
  1459. },
  1460. "engines": {
  1461. "node": ">=18"
  1462. }
  1463. },
  1464. "node_modules/undici-types": {
  1465. "version": "6.21.0",
  1466. "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
  1467. "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
  1468. "dev": true,
  1469. "license": "MIT"
  1470. },
  1471. "node_modules/vite": {
  1472. "version": "8.3.0",
  1473. "resolved": "https://registry.npmjs.org/vite/-/vite-8.3.0.tgz",
  1474. "integrity": "sha512-lhZBVvEHefgE+HQZC9O7EBJgCU/nVzFNl7vkS4RE0APtWLP02/8QVIkQtzBxPquh7lq5/78NHipTj7ODQ6XuyQ==",
  1475. "dev": true,
  1476. "license": "MIT",
  1477. "dependencies": {
  1478. "lightningcss": "^1.33.0",
  1479. "picomatch": "^4.0.7",
  1480. "postcss": "^8.5.28",
  1481. "rolldown": "~1.2.6",
  1482. "tinyglobby": "^0.2.17"
  1483. },
  1484. "bin": {
  1485. "vite": "bin/vite.js"
  1486. },
  1487. "engines": {
  1488. "node": "^20.19.0 || >=22.12.0"
  1489. },
  1490. "funding": {
  1491. "url": "https://github.com/vitejs/vite?sponsor=1"
  1492. },
  1493. "optionalDependencies": {
  1494. "fsevents": "~2.3.3"
  1495. },
  1496. "peerDependencies": {
  1497. "@types/node": "^20.19.0 || >=22.12.0",
  1498. "@vitejs/devtools": "^0.7.1",
  1499. "esbuild": "^0.27.0 || ^0.28.0",
  1500. "jiti": ">=1.21.0",
  1501. "less": "^4.0.0",
  1502. "sass": "^1.70.0",
  1503. "sass-embedded": "^1.70.0",
  1504. "stylus": ">=0.54.8",
  1505. "sugarss": "^5.0.0",
  1506. "terser": "^5.16.0",
  1507. "tsx": "^4.8.1",
  1508. "yaml": "^2.4.2"
  1509. },
  1510. "peerDependenciesMeta": {
  1511. "@types/node": {
  1512. "optional": true
  1513. },
  1514. "@vitejs/devtools": {
  1515. "optional": true
  1516. },
  1517. "esbuild": {
  1518. "optional": true
  1519. },
  1520. "jiti": {
  1521. "optional": true
  1522. },
  1523. "less": {
  1524. "optional": true
  1525. },
  1526. "sass": {
  1527. "optional": true
  1528. },
  1529. "sass-embedded": {
  1530. "optional": true
  1531. },
  1532. "stylus": {
  1533. "optional": true
  1534. },
  1535. "sugarss": {
  1536. "optional": true
  1537. },
  1538. "terser": {
  1539. "optional": true
  1540. },
  1541. "tsx": {
  1542. "optional": true
  1543. },
  1544. "yaml": {
  1545. "optional": true
  1546. }
  1547. }
  1548. },
  1549. "node_modules/vitefu": {
  1550. "version": "1.1.3",
  1551. "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-1.1.3.tgz",
  1552. "integrity": "sha512-ub4okH7Z5KLjb6hDyjqrGXqWtWvoYdU3IGm/NorpgHncKoLTCfRIbvlhBm7r0YstIaQRYlp4yEbFqDcKSzXSSg==",
  1553. "dev": true,
  1554. "license": "MIT",
  1555. "workspaces": [
  1556. "tests/deps/*",
  1557. "tests/projects/*",
  1558. "tests/projects/workspace/packages/*"
  1559. ],
  1560. "peerDependencies": {
  1561. "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
  1562. },
  1563. "peerDependenciesMeta": {
  1564. "vite": {
  1565. "optional": true
  1566. }
  1567. }
  1568. },
  1569. "node_modules/webidl-conversions": {
  1570. "version": "7.0.0",
  1571. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
  1572. "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
  1573. "license": "BSD-2-Clause",
  1574. "engines": {
  1575. "node": ">=12"
  1576. }
  1577. },
  1578. "node_modules/whatwg-url": {
  1579. "version": "14.2.0",
  1580. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.2.0.tgz",
  1581. "integrity": "sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw==",
  1582. "license": "MIT",
  1583. "dependencies": {
  1584. "tr46": "^5.1.0",
  1585. "webidl-conversions": "^7.0.0"
  1586. },
  1587. "engines": {
  1588. "node": ">=18"
  1589. }
  1590. },
  1591. "node_modules/zimmerframe": {
  1592. "version": "1.1.5",
  1593. "resolved": "https://registry.npmjs.org/zimmerframe/-/zimmerframe-1.1.5.tgz",
  1594. "integrity": "sha512-msJxIvYDYcoNL+PJsu+7qmpDWsYmAxTY+2TNYXXF0hzBzBk0BMecOqDOG/EckUoKCuKwObfbugIl8QpqHDXeFA==",
  1595. "dev": true,
  1596. "license": "MIT"
  1597. }
  1598. }
  1599. }