package-lock.json 50 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643
  1. {
  2. "name": "recipes-leemorgan-dev",
  3. "version": "0.0.1",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "recipes-leemorgan-dev",
  9. "version": "0.0.1",
  10. "dependencies": {
  11. "bcrypt": "^6.0.0",
  12. "jsonwebtoken": "^9.0.3",
  13. "mongoose": "^9.9.4",
  14. "validator": "^13.15.35"
  15. },
  16. "devDependencies": {
  17. "@sveltejs/adapter-auto": "^7.0.1",
  18. "@sveltejs/kit": "^2.63.0",
  19. "@sveltejs/vite-plugin-svelte": "^7.1.2",
  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.5.5",
  58. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  59. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  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.0",
  76. "resolved": "https://registry.npmjs.org/@mongodb-js/saslprep/-/saslprep-1.5.0.tgz",
  77. "integrity": "sha512-Hk1SKJCMcCos38+vqDnZzlIo4XRj9yCGzYkjB4LcqpeXRIYfia1UWTz+VrueLxoU+uSRJzgkufxoRZg8gi52YA==",
  78. "license": "MIT",
  79. "dependencies": {
  80. "sparse-bitfield": "^3.0.3"
  81. }
  82. },
  83. "node_modules/@oxc-project/types": {
  84. "version": "0.147.0",
  85. "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.147.0.tgz",
  86. "integrity": "sha512-IJ3s6ltHLp45S0bh7phkX+gJO7A1Wuz2EaqpAhb8WjqDwbzMiWKHhyyT42tskaWjEYXtHtVCPpnBJVT9+dcRLg==",
  87. "dev": true,
  88. "license": "MIT",
  89. "funding": {
  90. "url": "https://github.com/sponsors/Boshen"
  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.6",
  102. "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm-eabi/-/binding-android-arm-eabi-1.2.6.tgz",
  103. "integrity": "sha512-b+jTcARdTiFLI6jB4a5XjTm0RWd6KcRfQj/I2356fxUZemiho9zQLxo0RtCuMDAyKcLo6cEltkgbQp6d1+sjjQ==",
  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.6",
  119. "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.2.6.tgz",
  120. "integrity": "sha512-lkWU8ZJaRk9q3CIEY1Tc7vIFALp3Xw5NfGJo2hQg5oIqNgxWi1zI+IiDEK3r70BF5Dzol1tcXsnzsRc8NLhG+Q==",
  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.6",
  136. "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.2.6.tgz",
  137. "integrity": "sha512-dgR56NYnvAszm7Ob1B2/Vn0e8bUQYZH2UjVaMMtMVOCKFSfjhfLmuA/9+O+F+ajUdG6B/bSssrKW6JJYASa8jA==",
  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.6",
  153. "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.2.6.tgz",
  154. "integrity": "sha512-vpVxFvUCFioJqug7OTvqptkc4yb8UX0AwfDmJpaR/0sWz+BUmqSVAf7c8JkUgnN8YLspb4a/N6NhTyMAmdyQ7Q==",
  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.6",
  170. "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.2.6.tgz",
  171. "integrity": "sha512-h1wG6Y6K3JlRswxsI64qQJqBAy4vrLuHgRbc8CZMGSWTOFRY6ghMApM1NKzB2I0n5xV1fjkE18SuVl2QpLeNpA==",
  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.6",
  187. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.2.6.tgz",
  188. "integrity": "sha512-tbCiqub0q2MVWJKgF5PoAlNWCtQydiOYSLIkd8sByqK/6MMYLJRcSXSYodqYtd0O+Fw7QaVmKKlS4oL94YRZ0w==",
  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.6",
  204. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.2.6.tgz",
  205. "integrity": "sha512-oxK9+baEBPhZG5HB4URY+uU04zJWeZlH6Tb9rB5DK4DF9XR1uXNLXt5Q5ZsugTKayNCNLhkcwz/ye74hRI98dg==",
  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.6",
  224. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.2.6.tgz",
  225. "integrity": "sha512-muWCk27FVBEZtv0MsK8gnfSmgczA8KQ0uRVJbTABKhkRfQc38aUrcb7fhi3BNiyseFmgcRsoMfQsSNJ+DbZdSw==",
  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.6",
  244. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.2.6.tgz",
  245. "integrity": "sha512-eWDoSfU7Co2qj3vgB3Dt4lj1mG6CoWbcJQkRMP3XJplyCMtuaq3LHvPFjS9QIPvMGWVadJC04Xiy0IdcVPtnwQ==",
  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.6",
  264. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.2.6.tgz",
  265. "integrity": "sha512-2bWNjRSIayvupRKxXUY2tWG9fYdoUlTqWywHRvE8Eq3GvuQ+f2HeIkve697fIt+IQs/PV8yFsdWuhp1aJ1PdnA==",
  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.6",
  284. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.2.6.tgz",
  285. "integrity": "sha512-KekI0gS0wLxe1UBSQSjenBVwou/JkcQPDzBPICGZjxUv9k3RteHDPBQaiOicZUFKRIH2wKEimGwVpnJsbPzu7w==",
  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.6",
  304. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.2.6.tgz",
  305. "integrity": "sha512-TvtPnfVr+HtyGiDmPK4VWmlNm7QhNNAcK5Q9A7aOXsI8545yCyaoMaicXrFZ72JzeYjaUVk7yT243zT0jzjFKQ==",
  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.6",
  324. "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.2.6.tgz",
  325. "integrity": "sha512-iOo0VEay2XFhaCcH0sps5XIimkSuOnNaZrf6+ZkoSOQBJPKNU48RkmJv0/lSpipexu5P+ouFgafe5IGr/DiQfg==",
  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.6",
  341. "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.2.6.tgz",
  342. "integrity": "sha512-y5NTmmasMS455JlOCO4ZM9krIchv3Mvm1crL1iUPGOPgEzSkves9n0SdC5Sjz6+qWDFhd8/JpfWMH8NSWNHe+A==",
  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.6",
  358. "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.2.6.tgz",
  359. "integrity": "sha512-np8iZSLfXlAD4kWhiyq/u0Yt8oZDtRQ8lGhQaCXo2rl37KNjeU0GjJuwr4P3oeZ++ROfofsKNBqR5LTO8aXyWQ==",
  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. "license": "MIT"
  385. },
  386. "node_modules/@sveltejs/acorn-typescript": {
  387. "version": "1.0.13",
  388. "resolved": "https://registry.npmjs.org/@sveltejs/acorn-typescript/-/acorn-typescript-1.0.13.tgz",
  389. "integrity": "sha512-wgKggnhZVL9Bfx1OaKKTrYY9BFRk6C8UAkQNUcIv1+llzYrIqy+RZm5HPKzn0NpEBvTVhTqB4kQyllZywsRBRQ==",
  390. "dev": true,
  391. "license": "MIT",
  392. "peerDependencies": {
  393. "acorn": "^8.9.0"
  394. }
  395. },
  396. "node_modules/@sveltejs/adapter-auto": {
  397. "version": "7.0.1",
  398. "resolved": "https://registry.npmjs.org/@sveltejs/adapter-auto/-/adapter-auto-7.0.1.tgz",
  399. "integrity": "sha512-dvuPm1E7M9NI/+canIQ6KKQDU2AkEefEZ2Dp7cY6uKoPq9Z/PhOXABe526UdW2mN986gjVkuSLkOYIBnS/M2LQ==",
  400. "dev": true,
  401. "license": "MIT",
  402. "peerDependencies": {
  403. "@sveltejs/kit": "^2.0.0"
  404. }
  405. },
  406. "node_modules/@sveltejs/kit": {
  407. "version": "2.70.3",
  408. "resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-2.70.3.tgz",
  409. "integrity": "sha512-UDvEYuZqAMbfB/oXIoqKvbKcb7YczK5zYrzmsGV1zRJk03jntwp8dXiYoIJotxAndsKvcPFtx9H1GRSKFdSHgg==",
  410. "dev": true,
  411. "license": "MIT",
  412. "dependencies": {
  413. "@standard-schema/spec": "^1.0.0",
  414. "@sveltejs/acorn-typescript": "^1.0.9",
  415. "@types/cookie": "^0.6.0",
  416. "acorn": "^8.16.0",
  417. "cookie": "^0.6.0",
  418. "devalue": "^5.8.1",
  419. "esm-env": "^1.2.2",
  420. "kleur": "^4.1.5",
  421. "magic-string": "^0.30.5",
  422. "mrmime": "^2.0.0",
  423. "set-cookie-parser": "^3.0.0",
  424. "sirv": "^3.0.0"
  425. },
  426. "bin": {
  427. "svelte-kit": "svelte-kit.js"
  428. },
  429. "engines": {
  430. "node": ">=18.13"
  431. },
  432. "peerDependencies": {
  433. "@opentelemetry/api": "^1.0.0",
  434. "@sveltejs/vite-plugin-svelte": "^3.0.0 || ^4.0.0-next.1 || ^5.0.0 || ^6.0.0-next.0 || ^7.0.0",
  435. "svelte": "^4.0.0 || ^5.0.0-next.0",
  436. "typescript": "^5.3.3 || ^6.0.0",
  437. "vite": "^5.0.3 || ^6.0.0 || ^7.0.0-beta.0 || ^8.0.0"
  438. },
  439. "peerDependenciesMeta": {
  440. "@opentelemetry/api": {
  441. "optional": true
  442. },
  443. "typescript": {
  444. "optional": true
  445. }
  446. }
  447. },
  448. "node_modules/@sveltejs/vite-plugin-svelte": {
  449. "version": "7.3.0",
  450. "resolved": "https://registry.npmjs.org/@sveltejs/vite-plugin-svelte/-/vite-plugin-svelte-7.3.0.tgz",
  451. "integrity": "sha512-QbRoJyD92e9R0ufeQIWRHrCC0ObcqSv/aBDdrQMoU+sypav3cDx5wytdQ6GLdXjEMO6xjrXGzfkUygng8JMv0A==",
  452. "dev": true,
  453. "license": "MIT",
  454. "dependencies": {
  455. "deepmerge": "^4.3.1",
  456. "magic-string": "^1.0.0",
  457. "obug": "^2.1.0",
  458. "vitefu": "^1.1.2"
  459. },
  460. "engines": {
  461. "node": "^20.19 || ^22.12 || >=24"
  462. },
  463. "peerDependencies": {
  464. "svelte": "^5.46.4",
  465. "vite": "^8.0.0-beta.7 || ^8.0.0"
  466. }
  467. },
  468. "node_modules/@sveltejs/vite-plugin-svelte/node_modules/magic-string": {
  469. "version": "1.2.3",
  470. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-1.2.3.tgz",
  471. "integrity": "sha512-Bpb0W2TbLKOZ7vJnOUnVRGq3WL2p+ISV29M6hYPL1AFCpyKZpdr5ytiXoTSSxRVhg8YW7f65+6gbG8WG6PCa/g==",
  472. "dev": true,
  473. "license": "MIT",
  474. "dependencies": {
  475. "@jridgewell/sourcemap-codec": "^1.5.5"
  476. }
  477. },
  478. "node_modules/@types/cookie": {
  479. "version": "0.6.0",
  480. "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.6.0.tgz",
  481. "integrity": "sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==",
  482. "dev": true,
  483. "license": "MIT"
  484. },
  485. "node_modules/@types/estree": {
  486. "version": "1.0.9",
  487. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
  488. "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
  489. "dev": true,
  490. "license": "MIT"
  491. },
  492. "node_modules/@types/trusted-types": {
  493. "version": "2.0.7",
  494. "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
  495. "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
  496. "dev": true,
  497. "license": "MIT"
  498. },
  499. "node_modules/@types/webidl-conversions": {
  500. "version": "7.0.3",
  501. "resolved": "https://registry.npmjs.org/@types/webidl-conversions/-/webidl-conversions-7.0.3.tgz",
  502. "integrity": "sha512-CiJJvcRtIgzadHCYXw7dqEnMNRjhGZlYK05Mj9OyktqV8uVT8fD2BFOB7S1uwBE3Kj2Z+4UyPmFw/Ixgw/LAlA==",
  503. "license": "MIT"
  504. },
  505. "node_modules/@types/whatwg-url": {
  506. "version": "13.0.0",
  507. "resolved": "https://registry.npmjs.org/@types/whatwg-url/-/whatwg-url-13.0.0.tgz",
  508. "integrity": "sha512-N8WXpbE6Wgri7KUSvrmQcqrMllKZ9uxkYWMt+mCSGwNc0Hsw9VQTW7ApqI4XNrx6/SaM2QQJCzMPDEXE058s+Q==",
  509. "license": "MIT",
  510. "dependencies": {
  511. "@types/webidl-conversions": "*"
  512. }
  513. },
  514. "node_modules/acorn": {
  515. "version": "8.18.0",
  516. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.18.0.tgz",
  517. "integrity": "sha512-lGq+9yr1/GuAWaVYIHRjvvySG5/4VfKIvC8EWxStPdcDh/Ka7FG3twP6v4d5BkravUilhIAsG4Qj83t02LWUPQ==",
  518. "dev": true,
  519. "license": "MIT",
  520. "bin": {
  521. "acorn": "bin/acorn"
  522. },
  523. "engines": {
  524. "node": ">=0.4.0"
  525. }
  526. },
  527. "node_modules/aria-query": {
  528. "version": "5.3.1",
  529. "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.1.tgz",
  530. "integrity": "sha512-Z/ZeOgVl7bcSYZ/u/rh0fOpvEpq//LZmdbkXyc7syVzjPAhfOa9ebsdTSjEBDU4vs5nC98Kfduj1uFo0qyET3g==",
  531. "dev": true,
  532. "license": "Apache-2.0",
  533. "engines": {
  534. "node": ">= 0.4"
  535. }
  536. },
  537. "node_modules/axobject-query": {
  538. "version": "4.1.0",
  539. "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz",
  540. "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==",
  541. "dev": true,
  542. "license": "Apache-2.0",
  543. "engines": {
  544. "node": ">= 0.4"
  545. }
  546. },
  547. "node_modules/bcrypt": {
  548. "version": "6.0.0",
  549. "resolved": "https://registry.npmjs.org/bcrypt/-/bcrypt-6.0.0.tgz",
  550. "integrity": "sha512-cU8v/EGSrnH+HnxV2z0J7/blxH8gq7Xh2JFT6Aroax7UohdmiJJlxApMxtKfuI7z68NvvVcmR78k2LbT6efhRg==",
  551. "hasInstallScript": true,
  552. "license": "MIT",
  553. "dependencies": {
  554. "node-addon-api": "^8.3.0",
  555. "node-gyp-build": "^4.8.4"
  556. },
  557. "engines": {
  558. "node": ">= 18"
  559. }
  560. },
  561. "node_modules/bson": {
  562. "version": "7.3.2",
  563. "resolved": "https://registry.npmjs.org/bson/-/bson-7.3.2.tgz",
  564. "integrity": "sha512-1w0ra+ho1cuE+w8jzwgzTFIimFtCfZeCoOsvIPQg6uyFCsp8M29U7bNNf5GrFh88TXbYg1g3TyKUGpd6O7q6zA==",
  565. "license": "Apache-2.0",
  566. "engines": {
  567. "node": ">=20.19.0"
  568. }
  569. },
  570. "node_modules/buffer-equal-constant-time": {
  571. "version": "1.0.1",
  572. "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz",
  573. "integrity": "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==",
  574. "license": "BSD-3-Clause"
  575. },
  576. "node_modules/clsx": {
  577. "version": "2.1.1",
  578. "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
  579. "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
  580. "dev": true,
  581. "license": "MIT",
  582. "engines": {
  583. "node": ">=6"
  584. }
  585. },
  586. "node_modules/cookie": {
  587. "version": "0.6.0",
  588. "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz",
  589. "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==",
  590. "dev": true,
  591. "license": "MIT",
  592. "engines": {
  593. "node": ">= 0.6"
  594. }
  595. },
  596. "node_modules/deepmerge": {
  597. "version": "4.3.1",
  598. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
  599. "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
  600. "dev": true,
  601. "license": "MIT",
  602. "engines": {
  603. "node": ">=0.10.0"
  604. }
  605. },
  606. "node_modules/detect-libc": {
  607. "version": "2.1.2",
  608. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  609. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  610. "dev": true,
  611. "license": "Apache-2.0",
  612. "engines": {
  613. "node": ">=8"
  614. }
  615. },
  616. "node_modules/devalue": {
  617. "version": "5.9.1",
  618. "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.9.1.tgz",
  619. "integrity": "sha512-+17vil3EVQRzvtDJSFuTWEb8XJRvXqAiV3qZyQWD398QeXUa6CxsUyMdD1fxzEhUrd4FojitFz7lhIHBTlV4fw==",
  620. "dev": true,
  621. "license": "MIT"
  622. },
  623. "node_modules/ecdsa-sig-formatter": {
  624. "version": "1.0.11",
  625. "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz",
  626. "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==",
  627. "license": "Apache-2.0",
  628. "dependencies": {
  629. "safe-buffer": "^5.0.1"
  630. }
  631. },
  632. "node_modules/esm-env": {
  633. "version": "1.2.2",
  634. "resolved": "https://registry.npmjs.org/esm-env/-/esm-env-1.2.2.tgz",
  635. "integrity": "sha512-Epxrv+Nr/CaL4ZcFGPJIYLWFom+YeV1DqMLHJoEd9SYRxNbaFruBwfEX/kkHUJf55j2+TUbmDcmuilbP1TmXHA==",
  636. "dev": true,
  637. "license": "MIT"
  638. },
  639. "node_modules/esrap": {
  640. "version": "2.3.6",
  641. "resolved": "https://registry.npmjs.org/esrap/-/esrap-2.3.6.tgz",
  642. "integrity": "sha512-yc0OC12UjPqLoc+fe+v5GNs4TOjAigUw3sTikfC+xeBPGUw7gDRz3DtYaqEhxyMVJojcSWJw7jT0QWR+CbuE/A==",
  643. "dev": true,
  644. "license": "MIT",
  645. "dependencies": {
  646. "@jridgewell/sourcemap-codec": "^1.4.15"
  647. },
  648. "peerDependencies": {
  649. "@typescript-eslint/types": "^8.2.0"
  650. },
  651. "peerDependenciesMeta": {
  652. "@typescript-eslint/types": {
  653. "optional": true
  654. }
  655. }
  656. },
  657. "node_modules/fdir": {
  658. "version": "6.5.0",
  659. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  660. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  661. "dev": true,
  662. "license": "MIT",
  663. "engines": {
  664. "node": ">=12.0.0"
  665. },
  666. "peerDependencies": {
  667. "picomatch": "^3 || ^4"
  668. },
  669. "peerDependenciesMeta": {
  670. "picomatch": {
  671. "optional": true
  672. }
  673. }
  674. },
  675. "node_modules/fsevents": {
  676. "version": "2.3.3",
  677. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  678. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  679. "dev": true,
  680. "hasInstallScript": true,
  681. "license": "MIT",
  682. "optional": true,
  683. "os": [
  684. "darwin"
  685. ],
  686. "engines": {
  687. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  688. }
  689. },
  690. "node_modules/is-reference": {
  691. "version": "3.0.3",
  692. "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-3.0.3.tgz",
  693. "integrity": "sha512-ixkJoqQvAP88E6wLydLGGqCJsrFUnqoH6HnaczB8XmDH1oaWU+xxdptvikTgaEhtZ53Ky6YXiBuUI2WXLMCwjw==",
  694. "dev": true,
  695. "license": "MIT",
  696. "dependencies": {
  697. "@types/estree": "^1.0.6"
  698. }
  699. },
  700. "node_modules/jsonwebtoken": {
  701. "version": "9.0.3",
  702. "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.3.tgz",
  703. "integrity": "sha512-MT/xP0CrubFRNLNKvxJ2BYfy53Zkm++5bX9dtuPbqAeQpTVe0MQTFhao8+Cp//EmJp244xt6Drw/GVEGCUj40g==",
  704. "license": "MIT",
  705. "dependencies": {
  706. "jws": "^4.0.1",
  707. "lodash.includes": "^4.3.0",
  708. "lodash.isboolean": "^3.0.3",
  709. "lodash.isinteger": "^4.0.4",
  710. "lodash.isnumber": "^3.0.3",
  711. "lodash.isplainobject": "^4.0.6",
  712. "lodash.isstring": "^4.0.1",
  713. "lodash.once": "^4.0.0",
  714. "ms": "^2.1.1",
  715. "semver": "^7.5.4"
  716. },
  717. "engines": {
  718. "node": ">=12",
  719. "npm": ">=6"
  720. }
  721. },
  722. "node_modules/jwa": {
  723. "version": "2.0.1",
  724. "resolved": "https://registry.npmjs.org/jwa/-/jwa-2.0.1.tgz",
  725. "integrity": "sha512-hRF04fqJIP8Abbkq5NKGN0Bbr3JxlQ+qhZufXVr0DvujKy93ZCbXZMHDL4EOtodSbCWxOqR8MS1tXA5hwqCXDg==",
  726. "license": "MIT",
  727. "dependencies": {
  728. "buffer-equal-constant-time": "^1.0.1",
  729. "ecdsa-sig-formatter": "1.0.11",
  730. "safe-buffer": "^5.0.1"
  731. }
  732. },
  733. "node_modules/jws": {
  734. "version": "4.0.1",
  735. "resolved": "https://registry.npmjs.org/jws/-/jws-4.0.1.tgz",
  736. "integrity": "sha512-EKI/M/yqPncGUUh44xz0PxSidXFr/+r0pA70+gIYhjv+et7yxM+s29Y+VGDkovRofQem0fs7Uvf4+YmAdyRduA==",
  737. "license": "MIT",
  738. "dependencies": {
  739. "jwa": "^2.0.1",
  740. "safe-buffer": "^5.0.1"
  741. }
  742. },
  743. "node_modules/kareem": {
  744. "version": "3.3.0",
  745. "resolved": "https://registry.npmjs.org/kareem/-/kareem-3.3.0.tgz",
  746. "integrity": "sha512-kpSuLD3/7RenBnjnJdOHXCKC8dTd1JzeOiJhN0necWWci6cC+qX+VuwPnMVgb+a4+KNJSfgqahpnfWaeDXCimw==",
  747. "license": "Apache-2.0",
  748. "engines": {
  749. "node": ">=18.0.0"
  750. }
  751. },
  752. "node_modules/kleur": {
  753. "version": "4.1.5",
  754. "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz",
  755. "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==",
  756. "dev": true,
  757. "license": "MIT",
  758. "engines": {
  759. "node": ">=6"
  760. }
  761. },
  762. "node_modules/lightningcss": {
  763. "version": "1.33.0",
  764. "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.33.0.tgz",
  765. "integrity": "sha512-WkUDrojuJs0xkgGf2udWxa3yGBRxPtxUkB79i6aCZLRgc7PM8fZe9TosfPDcvEpQZbuFASnHYmRLBLUbmLOIIA==",
  766. "dev": true,
  767. "license": "MPL-2.0",
  768. "dependencies": {
  769. "detect-libc": "^2.0.3"
  770. },
  771. "engines": {
  772. "node": ">= 12.0.0"
  773. },
  774. "funding": {
  775. "type": "opencollective",
  776. "url": "https://opencollective.com/parcel"
  777. },
  778. "optionalDependencies": {
  779. "lightningcss-android-arm64": "1.33.0",
  780. "lightningcss-darwin-arm64": "1.33.0",
  781. "lightningcss-darwin-x64": "1.33.0",
  782. "lightningcss-freebsd-x64": "1.33.0",
  783. "lightningcss-linux-arm-gnueabihf": "1.33.0",
  784. "lightningcss-linux-arm64-gnu": "1.33.0",
  785. "lightningcss-linux-arm64-musl": "1.33.0",
  786. "lightningcss-linux-x64-gnu": "1.33.0",
  787. "lightningcss-linux-x64-musl": "1.33.0",
  788. "lightningcss-win32-arm64-msvc": "1.33.0",
  789. "lightningcss-win32-x64-msvc": "1.33.0"
  790. }
  791. },
  792. "node_modules/lightningcss-android-arm64": {
  793. "version": "1.33.0",
  794. "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.33.0.tgz",
  795. "integrity": "sha512-gEpRTalKdosp4Bb8qWtc2iOgE5SeIHlpS1up9bFq2wAyYhl1UdTObYiHe98zEM9SQvSoqQZ1IQD0JNpg3Ml5pg==",
  796. "cpu": [
  797. "arm64"
  798. ],
  799. "dev": true,
  800. "license": "MPL-2.0",
  801. "optional": true,
  802. "os": [
  803. "android"
  804. ],
  805. "engines": {
  806. "node": ">= 12.0.0"
  807. },
  808. "funding": {
  809. "type": "opencollective",
  810. "url": "https://opencollective.com/parcel"
  811. }
  812. },
  813. "node_modules/lightningcss-darwin-arm64": {
  814. "version": "1.33.0",
  815. "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.33.0.tgz",
  816. "integrity": "sha512-Sciaz8eenNTKn9b3t7+xr0ipTp9YxKQY4npwQ3mrRuL0BAVHBLyZxofhaKBAVtzmtRZ/zTyo0/to4B1uWG/Djg==",
  817. "cpu": [
  818. "arm64"
  819. ],
  820. "dev": true,
  821. "license": "MPL-2.0",
  822. "optional": true,
  823. "os": [
  824. "darwin"
  825. ],
  826. "engines": {
  827. "node": ">= 12.0.0"
  828. },
  829. "funding": {
  830. "type": "opencollective",
  831. "url": "https://opencollective.com/parcel"
  832. }
  833. },
  834. "node_modules/lightningcss-darwin-x64": {
  835. "version": "1.33.0",
  836. "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.33.0.tgz",
  837. "integrity": "sha512-Z5UPAxzrjlWNNyGy6i65cJzzvgJ5D3T6wMvs+gWpY9d7qRhANrxqAp6LhxIgZhWEw18RfJTGcRxjuLIBr+m8XQ==",
  838. "cpu": [
  839. "x64"
  840. ],
  841. "dev": true,
  842. "license": "MPL-2.0",
  843. "optional": true,
  844. "os": [
  845. "darwin"
  846. ],
  847. "engines": {
  848. "node": ">= 12.0.0"
  849. },
  850. "funding": {
  851. "type": "opencollective",
  852. "url": "https://opencollective.com/parcel"
  853. }
  854. },
  855. "node_modules/lightningcss-freebsd-x64": {
  856. "version": "1.33.0",
  857. "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.33.0.tgz",
  858. "integrity": "sha512-QQM/Ti/hQajJwCY+RiWuCZ9sdtI/XQk7nDK5vC8kkdwixezOlDgvDx7+RT+QjK6FcFT4MpsuoBnHIo/O3StRRg==",
  859. "cpu": [
  860. "x64"
  861. ],
  862. "dev": true,
  863. "license": "MPL-2.0",
  864. "optional": true,
  865. "os": [
  866. "freebsd"
  867. ],
  868. "engines": {
  869. "node": ">= 12.0.0"
  870. },
  871. "funding": {
  872. "type": "opencollective",
  873. "url": "https://opencollective.com/parcel"
  874. }
  875. },
  876. "node_modules/lightningcss-linux-arm-gnueabihf": {
  877. "version": "1.33.0",
  878. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.33.0.tgz",
  879. "integrity": "sha512-N7FVBe6iS24MlM6R/4RBTxGhQheZGs7tiQ9U32UtF75NzP5Q7xWPRqLBCKxlRQRk3rY1jCIPLzx7WzOhuUIRLQ==",
  880. "cpu": [
  881. "arm"
  882. ],
  883. "dev": true,
  884. "license": "MPL-2.0",
  885. "optional": true,
  886. "os": [
  887. "linux"
  888. ],
  889. "engines": {
  890. "node": ">= 12.0.0"
  891. },
  892. "funding": {
  893. "type": "opencollective",
  894. "url": "https://opencollective.com/parcel"
  895. }
  896. },
  897. "node_modules/lightningcss-linux-arm64-gnu": {
  898. "version": "1.33.0",
  899. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.33.0.tgz",
  900. "integrity": "sha512-j2v/itmy4HlNxlc6voKXYgBqNi0Ng2LShg4z7GufpEgs05P+2suBVyi9I6YHq5uoVFx9ETin3eCEhLVyXGQnKg==",
  901. "cpu": [
  902. "arm64"
  903. ],
  904. "dev": true,
  905. "libc": [
  906. "glibc"
  907. ],
  908. "license": "MPL-2.0",
  909. "optional": true,
  910. "os": [
  911. "linux"
  912. ],
  913. "engines": {
  914. "node": ">= 12.0.0"
  915. },
  916. "funding": {
  917. "type": "opencollective",
  918. "url": "https://opencollective.com/parcel"
  919. }
  920. },
  921. "node_modules/lightningcss-linux-arm64-musl": {
  922. "version": "1.33.0",
  923. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.33.0.tgz",
  924. "integrity": "sha512-yiO5ROMuYQgXbC60yjZU5CYSFZGKXL0HFATXt9mHJn1+zW55oCtMI9NfcVhYLMFDL7gV7oBPon/EmMMGg2OvtQ==",
  925. "cpu": [
  926. "arm64"
  927. ],
  928. "dev": true,
  929. "libc": [
  930. "musl"
  931. ],
  932. "license": "MPL-2.0",
  933. "optional": true,
  934. "os": [
  935. "linux"
  936. ],
  937. "engines": {
  938. "node": ">= 12.0.0"
  939. },
  940. "funding": {
  941. "type": "opencollective",
  942. "url": "https://opencollective.com/parcel"
  943. }
  944. },
  945. "node_modules/lightningcss-linux-x64-gnu": {
  946. "version": "1.33.0",
  947. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.33.0.tgz",
  948. "integrity": "sha512-ar+Ju7LmcN0Jo4FpL4hpFybwNG9/3A/Br5KW2n2jyODg3MEZXaDYADdemoNS+BDNfMgKvylJLj4S5tyRActuAg==",
  949. "cpu": [
  950. "x64"
  951. ],
  952. "dev": true,
  953. "libc": [
  954. "glibc"
  955. ],
  956. "license": "MPL-2.0",
  957. "optional": true,
  958. "os": [
  959. "linux"
  960. ],
  961. "engines": {
  962. "node": ">= 12.0.0"
  963. },
  964. "funding": {
  965. "type": "opencollective",
  966. "url": "https://opencollective.com/parcel"
  967. }
  968. },
  969. "node_modules/lightningcss-linux-x64-musl": {
  970. "version": "1.33.0",
  971. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.33.0.tgz",
  972. "integrity": "sha512-RYiYbkokw0trfKqqzfF55lginwEPrD3OJDfTuJzFs1MK6iFnDenaz1fqLLtX4ITG3OktJQXOeTaw1awrBAlZPw==",
  973. "cpu": [
  974. "x64"
  975. ],
  976. "dev": true,
  977. "libc": [
  978. "musl"
  979. ],
  980. "license": "MPL-2.0",
  981. "optional": true,
  982. "os": [
  983. "linux"
  984. ],
  985. "engines": {
  986. "node": ">= 12.0.0"
  987. },
  988. "funding": {
  989. "type": "opencollective",
  990. "url": "https://opencollective.com/parcel"
  991. }
  992. },
  993. "node_modules/lightningcss-win32-arm64-msvc": {
  994. "version": "1.33.0",
  995. "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.33.0.tgz",
  996. "integrity": "sha512-1K+MPfLSFVpphzpdbfkhlWk6wBrTObBzS2T6db10PNOZgR9GoVsAWzwNyuhUYYbTp23j+4RrncfujZ4uAzXvwA==",
  997. "cpu": [
  998. "arm64"
  999. ],
  1000. "dev": true,
  1001. "license": "MPL-2.0",
  1002. "optional": true,
  1003. "os": [
  1004. "win32"
  1005. ],
  1006. "engines": {
  1007. "node": ">= 12.0.0"
  1008. },
  1009. "funding": {
  1010. "type": "opencollective",
  1011. "url": "https://opencollective.com/parcel"
  1012. }
  1013. },
  1014. "node_modules/lightningcss-win32-x64-msvc": {
  1015. "version": "1.33.0",
  1016. "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.33.0.tgz",
  1017. "integrity": "sha512-OlEICDx/Xl0FqSp4bry8zFnCvGpig3Gl4gCquvYwHuqJKEC1+n9NgDniFvqHGmMv1ZkqDJrDqKKSykTDX+ehuA==",
  1018. "cpu": [
  1019. "x64"
  1020. ],
  1021. "dev": true,
  1022. "license": "MPL-2.0",
  1023. "optional": true,
  1024. "os": [
  1025. "win32"
  1026. ],
  1027. "engines": {
  1028. "node": ">= 12.0.0"
  1029. },
  1030. "funding": {
  1031. "type": "opencollective",
  1032. "url": "https://opencollective.com/parcel"
  1033. }
  1034. },
  1035. "node_modules/locate-character": {
  1036. "version": "3.0.0",
  1037. "resolved": "https://registry.npmjs.org/locate-character/-/locate-character-3.0.0.tgz",
  1038. "integrity": "sha512-SW13ws7BjaeJ6p7Q6CO2nchbYEc3X3J6WrmTTDto7yMPqVSZTUyY5Tjbid+Ab8gLnATtygYtiDIJGQRRn2ZOiA==",
  1039. "dev": true,
  1040. "license": "MIT"
  1041. },
  1042. "node_modules/lodash.includes": {
  1043. "version": "4.3.0",
  1044. "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz",
  1045. "integrity": "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==",
  1046. "license": "MIT"
  1047. },
  1048. "node_modules/lodash.isboolean": {
  1049. "version": "3.0.3",
  1050. "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz",
  1051. "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==",
  1052. "license": "MIT"
  1053. },
  1054. "node_modules/lodash.isinteger": {
  1055. "version": "4.0.4",
  1056. "resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz",
  1057. "integrity": "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==",
  1058. "license": "MIT"
  1059. },
  1060. "node_modules/lodash.isnumber": {
  1061. "version": "3.0.3",
  1062. "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz",
  1063. "integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==",
  1064. "license": "MIT"
  1065. },
  1066. "node_modules/lodash.isplainobject": {
  1067. "version": "4.0.6",
  1068. "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
  1069. "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==",
  1070. "license": "MIT"
  1071. },
  1072. "node_modules/lodash.isstring": {
  1073. "version": "4.0.1",
  1074. "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz",
  1075. "integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==",
  1076. "license": "MIT"
  1077. },
  1078. "node_modules/lodash.once": {
  1079. "version": "4.1.1",
  1080. "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz",
  1081. "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==",
  1082. "license": "MIT"
  1083. },
  1084. "node_modules/magic-string": {
  1085. "version": "0.30.21",
  1086. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
  1087. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  1088. "dev": true,
  1089. "license": "MIT",
  1090. "dependencies": {
  1091. "@jridgewell/sourcemap-codec": "^1.5.5"
  1092. }
  1093. },
  1094. "node_modules/memory-pager": {
  1095. "version": "1.5.0",
  1096. "resolved": "https://registry.npmjs.org/memory-pager/-/memory-pager-1.5.0.tgz",
  1097. "integrity": "sha512-ZS4Bp4r/Zoeq6+NLJpP+0Zzm0pR8whtGPf1XExKLJBAczGMnSi3It14OiNCStjQjM6NU1okjQGSxgEZN8eBYKg==",
  1098. "license": "MIT"
  1099. },
  1100. "node_modules/mongodb": {
  1101. "version": "7.5.0",
  1102. "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-7.5.0.tgz",
  1103. "integrity": "sha512-5FnrEDLnvp6ycUOGLNLLU33BfCx2qmp2mJjGPDwKLruYsVzXVSK5fsGpoDXvsXJwBfBsD7ebMRdawbDxC2814g==",
  1104. "license": "Apache-2.0",
  1105. "dependencies": {
  1106. "@mongodb-js/saslprep": "^1.4.11",
  1107. "bson": "^7.2.0",
  1108. "mongodb-connection-string-url": "^7.0.1"
  1109. },
  1110. "engines": {
  1111. "node": ">=20.19.0"
  1112. },
  1113. "peerDependencies": {
  1114. "@aws-sdk/credential-providers": "^3.806.0",
  1115. "@mongodb-js/zstd": "^7.0.0",
  1116. "gcp-metadata": "^7.0.1",
  1117. "kerberos": "^7.0.0",
  1118. "mongodb-client-encryption": "^7.2.0",
  1119. "snappy": "^7.3.2",
  1120. "socks": "^2.8.6"
  1121. },
  1122. "peerDependenciesMeta": {
  1123. "@aws-sdk/credential-providers": {
  1124. "optional": true
  1125. },
  1126. "@mongodb-js/zstd": {
  1127. "optional": true
  1128. },
  1129. "gcp-metadata": {
  1130. "optional": true
  1131. },
  1132. "kerberos": {
  1133. "optional": true
  1134. },
  1135. "mongodb-client-encryption": {
  1136. "optional": true
  1137. },
  1138. "snappy": {
  1139. "optional": true
  1140. },
  1141. "socks": {
  1142. "optional": true
  1143. }
  1144. }
  1145. },
  1146. "node_modules/mongodb-connection-string-url": {
  1147. "version": "7.0.2",
  1148. "resolved": "https://registry.npmjs.org/mongodb-connection-string-url/-/mongodb-connection-string-url-7.0.2.tgz",
  1149. "integrity": "sha512-ZoS07RoFqpKYQwAk59qmrx8+jJHNHU30UjlU96QktiGn1ltvDr+vCznLX5DiUBLEpMAHatHNWV1nM/74ul66kA==",
  1150. "license": "Apache-2.0",
  1151. "dependencies": {
  1152. "@types/whatwg-url": "^13.0.0",
  1153. "whatwg-url": "^14.1.0"
  1154. },
  1155. "engines": {
  1156. "node": ">=20.19.0"
  1157. }
  1158. },
  1159. "node_modules/mongoose": {
  1160. "version": "9.9.4",
  1161. "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-9.9.4.tgz",
  1162. "integrity": "sha512-Gc7buf0ExrOZ3t8MD8tVzTek7Qr5d+tEwj4GRFmHCtTZvpaDb38EVsXgCkYacPL9ICAftgS+FGe+dQHLRLHhcw==",
  1163. "license": "MIT",
  1164. "dependencies": {
  1165. "@standard-schema/spec": "^1.1.0",
  1166. "kareem": "3.3.0",
  1167. "mongodb": "~7.5",
  1168. "mpath": "0.9.0",
  1169. "mquery": "6.0.0",
  1170. "ms": "2.1.3",
  1171. "sift": "17.1.3"
  1172. },
  1173. "engines": {
  1174. "node": ">=20.19.0"
  1175. },
  1176. "funding": {
  1177. "type": "opencollective",
  1178. "url": "https://opencollective.com/mongoose"
  1179. }
  1180. },
  1181. "node_modules/mpath": {
  1182. "version": "0.9.0",
  1183. "resolved": "https://registry.npmjs.org/mpath/-/mpath-0.9.0.tgz",
  1184. "integrity": "sha512-ikJRQTk8hw5DEoFVxHG1Gn9T/xcjtdnOKIU1JTmGjZZlg9LST2mBLmcX3/ICIbgJydT2GOc15RnNy5mHmzfSew==",
  1185. "license": "MIT",
  1186. "engines": {
  1187. "node": ">=4.0.0"
  1188. }
  1189. },
  1190. "node_modules/mquery": {
  1191. "version": "6.0.0",
  1192. "resolved": "https://registry.npmjs.org/mquery/-/mquery-6.0.0.tgz",
  1193. "integrity": "sha512-b2KQNsmgtkscfeDgkYMcWGn9vZI9YoXh802VDEwE6qc50zxBFQ0Oo8ROkawbPAsXCY1/Z1yp0MagqsZStPWJjw==",
  1194. "license": "MIT",
  1195. "engines": {
  1196. "node": ">=20.19.0"
  1197. }
  1198. },
  1199. "node_modules/mrmime": {
  1200. "version": "2.0.1",
  1201. "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz",
  1202. "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==",
  1203. "dev": true,
  1204. "license": "MIT",
  1205. "engines": {
  1206. "node": ">=10"
  1207. }
  1208. },
  1209. "node_modules/ms": {
  1210. "version": "2.1.3",
  1211. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  1212. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  1213. "license": "MIT"
  1214. },
  1215. "node_modules/nanoid": {
  1216. "version": "3.3.18",
  1217. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.18.tgz",
  1218. "integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==",
  1219. "dev": true,
  1220. "funding": [
  1221. {
  1222. "type": "github",
  1223. "url": "https://github.com/sponsors/ai"
  1224. }
  1225. ],
  1226. "license": "MIT",
  1227. "bin": {
  1228. "nanoid": "bin/nanoid.cjs"
  1229. },
  1230. "engines": {
  1231. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  1232. }
  1233. },
  1234. "node_modules/node-addon-api": {
  1235. "version": "8.9.2",
  1236. "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-8.9.2.tgz",
  1237. "integrity": "sha512-VijLXbi3UACN69I0JVXJsX4tjACjNoQDgv2gTF6sx2wWEi8tkSg2eX8p5gSIFi8z2+DL3oHmY6OyKce38SDolg==",
  1238. "license": "MIT",
  1239. "engines": {
  1240. "node": "^18 || ^20 || >= 21"
  1241. }
  1242. },
  1243. "node_modules/node-gyp-build": {
  1244. "version": "4.8.4",
  1245. "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.4.tgz",
  1246. "integrity": "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==",
  1247. "license": "MIT",
  1248. "bin": {
  1249. "node-gyp-build": "bin.js",
  1250. "node-gyp-build-optional": "optional.js",
  1251. "node-gyp-build-test": "build-test.js"
  1252. }
  1253. },
  1254. "node_modules/obug": {
  1255. "version": "2.1.4",
  1256. "resolved": "https://registry.npmjs.org/obug/-/obug-2.1.4.tgz",
  1257. "integrity": "sha512-4a+OsYv9UktOJKE+l1A4OufDgdRF9PifWj+tJnHURo/P+WOxpG4GzUFL9qCalmWauao6ogiG+QvnCovwPoyAWA==",
  1258. "dev": true,
  1259. "funding": [
  1260. "https://github.com/sponsors/sxzz",
  1261. "https://opencollective.com/debug"
  1262. ],
  1263. "license": "MIT",
  1264. "engines": {
  1265. "node": ">=12.20.0"
  1266. }
  1267. },
  1268. "node_modules/picocolors": {
  1269. "version": "1.1.1",
  1270. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  1271. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  1272. "dev": true,
  1273. "license": "ISC"
  1274. },
  1275. "node_modules/picomatch": {
  1276. "version": "4.0.7",
  1277. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.7.tgz",
  1278. "integrity": "sha512-qcJu88Q2IWqJsDD529JKMdwGm/dvInW4HvQnRwiH9JtihJvzGOscDtHE3x1pBKeUOTysQ8kVmLnJ2kJu7yhcGA==",
  1279. "dev": true,
  1280. "license": "MIT",
  1281. "engines": {
  1282. "node": ">=12"
  1283. },
  1284. "funding": {
  1285. "url": "https://github.com/sponsors/jonschlinkert"
  1286. }
  1287. },
  1288. "node_modules/postcss": {
  1289. "version": "8.5.26",
  1290. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.26.tgz",
  1291. "integrity": "sha512-u82N74LFzG8ca+dD8puPnplTXoGH4fTPpVGuIbt36G3qvNlkvfD0lEAZSxaly3KX8TS/L1A1gsCEmvKmBcVbkQ==",
  1292. "dev": true,
  1293. "funding": [
  1294. {
  1295. "type": "opencollective",
  1296. "url": "https://opencollective.com/postcss/"
  1297. },
  1298. {
  1299. "type": "tidelift",
  1300. "url": "https://tidelift.com/funding/github/npm/postcss"
  1301. },
  1302. {
  1303. "type": "github",
  1304. "url": "https://github.com/sponsors/ai"
  1305. }
  1306. ],
  1307. "license": "MIT",
  1308. "dependencies": {
  1309. "nanoid": "^3.3.17",
  1310. "picocolors": "^1.1.1",
  1311. "source-map-js": "^1.2.1"
  1312. },
  1313. "engines": {
  1314. "node": "^10 || ^12 || >=14"
  1315. }
  1316. },
  1317. "node_modules/punycode": {
  1318. "version": "2.3.1",
  1319. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
  1320. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  1321. "license": "MIT",
  1322. "engines": {
  1323. "node": ">=6"
  1324. }
  1325. },
  1326. "node_modules/rolldown": {
  1327. "version": "1.2.6",
  1328. "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.2.6.tgz",
  1329. "integrity": "sha512-vMM4q3aixf46GiF1Kok8jDPFsEpXgFWGjUHXNkNHNm+Y2adXAG2dbX91jkti3i0ZRsOlcmbuzAz1poObSHCmUA==",
  1330. "dev": true,
  1331. "license": "MIT",
  1332. "dependencies": {
  1333. "@oxc-project/types": "=0.147.0",
  1334. "@rolldown/pluginutils": "^1.0.0"
  1335. },
  1336. "bin": {
  1337. "rolldown": "bin/cli.mjs"
  1338. },
  1339. "engines": {
  1340. "node": "^20.19.0 || >=22.12.0"
  1341. },
  1342. "optionalDependencies": {
  1343. "@rolldown/binding-android-arm-eabi": "1.2.6",
  1344. "@rolldown/binding-android-arm64": "1.2.6",
  1345. "@rolldown/binding-darwin-arm64": "1.2.6",
  1346. "@rolldown/binding-darwin-x64": "1.2.6",
  1347. "@rolldown/binding-freebsd-x64": "1.2.6",
  1348. "@rolldown/binding-linux-arm-gnueabihf": "1.2.6",
  1349. "@rolldown/binding-linux-arm64-gnu": "1.2.6",
  1350. "@rolldown/binding-linux-arm64-musl": "1.2.6",
  1351. "@rolldown/binding-linux-ppc64-gnu": "1.2.6",
  1352. "@rolldown/binding-linux-s390x-gnu": "1.2.6",
  1353. "@rolldown/binding-linux-x64-gnu": "1.2.6",
  1354. "@rolldown/binding-linux-x64-musl": "1.2.6",
  1355. "@rolldown/binding-openharmony-arm64": "1.2.6",
  1356. "@rolldown/binding-win32-arm64-msvc": "1.2.6",
  1357. "@rolldown/binding-win32-x64-msvc": "1.2.6"
  1358. }
  1359. },
  1360. "node_modules/safe-buffer": {
  1361. "version": "5.2.1",
  1362. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  1363. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  1364. "funding": [
  1365. {
  1366. "type": "github",
  1367. "url": "https://github.com/sponsors/feross"
  1368. },
  1369. {
  1370. "type": "patreon",
  1371. "url": "https://www.patreon.com/feross"
  1372. },
  1373. {
  1374. "type": "consulting",
  1375. "url": "https://feross.org/support"
  1376. }
  1377. ],
  1378. "license": "MIT"
  1379. },
  1380. "node_modules/semver": {
  1381. "version": "7.8.5",
  1382. "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
  1383. "integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
  1384. "license": "ISC",
  1385. "bin": {
  1386. "semver": "bin/semver.js"
  1387. },
  1388. "engines": {
  1389. "node": ">=10"
  1390. }
  1391. },
  1392. "node_modules/set-cookie-parser": {
  1393. "version": "3.1.2",
  1394. "resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-3.1.2.tgz",
  1395. "integrity": "sha512-5/r/lTwbJ3zQ+qwdUFZYeRNqda7P5HD8zQKqlSjdGt1/S0cjLAphHusj4Y58ahDtWn/g32xrIS58/ikOvwl0Lw==",
  1396. "dev": true,
  1397. "license": "MIT"
  1398. },
  1399. "node_modules/sift": {
  1400. "version": "17.1.3",
  1401. "resolved": "https://registry.npmjs.org/sift/-/sift-17.1.3.tgz",
  1402. "integrity": "sha512-Rtlj66/b0ICeFzYTuNvX/EF1igRbbnGSvEyT79McoZa/DeGhMyC5pWKOEsZKnpkqtSeovd5FL/bjHWC3CIIvCQ==",
  1403. "license": "MIT"
  1404. },
  1405. "node_modules/sirv": {
  1406. "version": "3.0.2",
  1407. "resolved": "https://registry.npmjs.org/sirv/-/sirv-3.0.2.tgz",
  1408. "integrity": "sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==",
  1409. "dev": true,
  1410. "license": "MIT",
  1411. "dependencies": {
  1412. "@polka/url": "^1.0.0-next.24",
  1413. "mrmime": "^2.0.0",
  1414. "totalist": "^3.0.0"
  1415. },
  1416. "engines": {
  1417. "node": ">=18"
  1418. }
  1419. },
  1420. "node_modules/source-map-js": {
  1421. "version": "1.2.1",
  1422. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  1423. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  1424. "dev": true,
  1425. "license": "BSD-3-Clause",
  1426. "engines": {
  1427. "node": ">=0.10.0"
  1428. }
  1429. },
  1430. "node_modules/sparse-bitfield": {
  1431. "version": "3.0.3",
  1432. "resolved": "https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz",
  1433. "integrity": "sha512-kvzhi7vqKTfkh0PZU+2D2PIllw2ymqJKujUcyPMd9Y75Nv4nPbGJZXNhxsgdQab2BmlDct1YnfQCguEvHr7VsQ==",
  1434. "license": "MIT",
  1435. "dependencies": {
  1436. "memory-pager": "^1.0.2"
  1437. }
  1438. },
  1439. "node_modules/svelte": {
  1440. "version": "5.56.10",
  1441. "resolved": "https://registry.npmjs.org/svelte/-/svelte-5.56.10.tgz",
  1442. "integrity": "sha512-Lcxbj8I/KAbpY+VjtY4ENQBV0dDCipfGAhqb51XQZ67CIQqXgsv/8dPkbILaj4Fb6/b6JAEM/PIVbILXgDQy2g==",
  1443. "dev": true,
  1444. "license": "MIT",
  1445. "dependencies": {
  1446. "@jridgewell/remapping": "^2.3.4",
  1447. "@jridgewell/sourcemap-codec": "^1.5.0",
  1448. "@sveltejs/acorn-typescript": "^1.0.10",
  1449. "@types/estree": "^1.0.5",
  1450. "@types/trusted-types": "^2.0.7",
  1451. "acorn": "^8.12.1",
  1452. "aria-query": "5.3.1",
  1453. "axobject-query": "^4.1.0",
  1454. "clsx": "^2.1.1",
  1455. "devalue": "^5.8.1",
  1456. "esm-env": "^1.2.1",
  1457. "esrap": "^2.2.12",
  1458. "is-reference": "^3.0.3",
  1459. "locate-character": "^3.0.0",
  1460. "magic-string": "^0.30.11",
  1461. "zimmerframe": "^1.1.2"
  1462. },
  1463. "engines": {
  1464. "node": ">=18"
  1465. }
  1466. },
  1467. "node_modules/tinyglobby": {
  1468. "version": "0.2.17",
  1469. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz",
  1470. "integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
  1471. "dev": true,
  1472. "license": "MIT",
  1473. "dependencies": {
  1474. "fdir": "^6.5.0",
  1475. "picomatch": "^4.0.4"
  1476. },
  1477. "engines": {
  1478. "node": ">=12.0.0"
  1479. },
  1480. "funding": {
  1481. "url": "https://github.com/sponsors/SuperchupuDev"
  1482. }
  1483. },
  1484. "node_modules/totalist": {
  1485. "version": "3.0.1",
  1486. "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz",
  1487. "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
  1488. "dev": true,
  1489. "license": "MIT",
  1490. "engines": {
  1491. "node": ">=6"
  1492. }
  1493. },
  1494. "node_modules/tr46": {
  1495. "version": "5.1.1",
  1496. "resolved": "https://registry.npmjs.org/tr46/-/tr46-5.1.1.tgz",
  1497. "integrity": "sha512-hdF5ZgjTqgAntKkklYw0R03MG2x/bSzTtkxmIRw/sTNV8YXsCJ1tfLAX23lhxhHJlEf3CRCOCGGWw3vI3GaSPw==",
  1498. "license": "MIT",
  1499. "dependencies": {
  1500. "punycode": "^2.3.1"
  1501. },
  1502. "engines": {
  1503. "node": ">=18"
  1504. }
  1505. },
  1506. "node_modules/validator": {
  1507. "version": "13.15.35",
  1508. "resolved": "https://registry.npmjs.org/validator/-/validator-13.15.35.tgz",
  1509. "integrity": "sha512-TQ5pAGhd5whStmqWvYF4OjQROlmv9SMFVt37qoCBdqRffuuklWYQlCNnEs2ZaIBD1kZRNnikiZOS1eqgkar0iw==",
  1510. "license": "MIT",
  1511. "engines": {
  1512. "node": ">= 0.10"
  1513. }
  1514. },
  1515. "node_modules/vite": {
  1516. "version": "8.2.2",
  1517. "resolved": "https://registry.npmjs.org/vite/-/vite-8.2.2.tgz",
  1518. "integrity": "sha512-cFKLV/PRgAUlIRm5WjMjJ86jrftzpqcgH+Us+DS8mI3CDNiH30Whrz8uHL3+MOLPAgqbMBAqWdAHAphOAM+z/Q==",
  1519. "dev": true,
  1520. "license": "MIT",
  1521. "dependencies": {
  1522. "lightningcss": "^1.33.0",
  1523. "picomatch": "^4.0.5",
  1524. "postcss": "^8.5.26",
  1525. "rolldown": "~1.2.4",
  1526. "tinyglobby": "^0.2.17"
  1527. },
  1528. "bin": {
  1529. "vite": "bin/vite.js"
  1530. },
  1531. "engines": {
  1532. "node": "^20.19.0 || >=22.12.0"
  1533. },
  1534. "funding": {
  1535. "url": "https://github.com/vitejs/vite?sponsor=1"
  1536. },
  1537. "optionalDependencies": {
  1538. "fsevents": "~2.3.3"
  1539. },
  1540. "peerDependencies": {
  1541. "@types/node": "^20.19.0 || >=22.12.0",
  1542. "@vitejs/devtools": "^0.4.0 || ^0.5.0",
  1543. "esbuild": "^0.27.0 || ^0.28.0",
  1544. "jiti": ">=1.21.0",
  1545. "less": "^4.0.0",
  1546. "sass": "^1.70.0",
  1547. "sass-embedded": "^1.70.0",
  1548. "stylus": ">=0.54.8",
  1549. "sugarss": "^5.0.0",
  1550. "terser": "^5.16.0",
  1551. "tsx": "^4.8.1",
  1552. "yaml": "^2.4.2"
  1553. },
  1554. "peerDependenciesMeta": {
  1555. "@types/node": {
  1556. "optional": true
  1557. },
  1558. "@vitejs/devtools": {
  1559. "optional": true
  1560. },
  1561. "esbuild": {
  1562. "optional": true
  1563. },
  1564. "jiti": {
  1565. "optional": true
  1566. },
  1567. "less": {
  1568. "optional": true
  1569. },
  1570. "sass": {
  1571. "optional": true
  1572. },
  1573. "sass-embedded": {
  1574. "optional": true
  1575. },
  1576. "stylus": {
  1577. "optional": true
  1578. },
  1579. "sugarss": {
  1580. "optional": true
  1581. },
  1582. "terser": {
  1583. "optional": true
  1584. },
  1585. "tsx": {
  1586. "optional": true
  1587. },
  1588. "yaml": {
  1589. "optional": true
  1590. }
  1591. }
  1592. },
  1593. "node_modules/vitefu": {
  1594. "version": "1.1.3",
  1595. "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-1.1.3.tgz",
  1596. "integrity": "sha512-ub4okH7Z5KLjb6hDyjqrGXqWtWvoYdU3IGm/NorpgHncKoLTCfRIbvlhBm7r0YstIaQRYlp4yEbFqDcKSzXSSg==",
  1597. "dev": true,
  1598. "license": "MIT",
  1599. "workspaces": [
  1600. "tests/deps/*",
  1601. "tests/projects/*",
  1602. "tests/projects/workspace/packages/*"
  1603. ],
  1604. "peerDependencies": {
  1605. "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
  1606. },
  1607. "peerDependenciesMeta": {
  1608. "vite": {
  1609. "optional": true
  1610. }
  1611. }
  1612. },
  1613. "node_modules/webidl-conversions": {
  1614. "version": "7.0.0",
  1615. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
  1616. "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
  1617. "license": "BSD-2-Clause",
  1618. "engines": {
  1619. "node": ">=12"
  1620. }
  1621. },
  1622. "node_modules/whatwg-url": {
  1623. "version": "14.2.0",
  1624. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.2.0.tgz",
  1625. "integrity": "sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw==",
  1626. "license": "MIT",
  1627. "dependencies": {
  1628. "tr46": "^5.1.0",
  1629. "webidl-conversions": "^7.0.0"
  1630. },
  1631. "engines": {
  1632. "node": ">=18"
  1633. }
  1634. },
  1635. "node_modules/zimmerframe": {
  1636. "version": "1.1.4",
  1637. "resolved": "https://registry.npmjs.org/zimmerframe/-/zimmerframe-1.1.4.tgz",
  1638. "integrity": "sha512-B58NGBEoc8Y9MWWCQGl/gq9xBCe4IiKM0a2x7GZdQKOW5Exr8S1W24J6OgM1njK8xCRGvAJIL/MxXHf6SkmQKQ==",
  1639. "dev": true,
  1640. "license": "MIT"
  1641. }
  1642. }
  1643. }