package-lock.json 98 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783
  1. {
  2. "name": "webui",
  3. "version": "0.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "webui",
  9. "version": "0.0.0",
  10. "dependencies": {
  11. "autoprefixer": "^10.4.20",
  12. "daisyui": "^4.12.14",
  13. "markdown-it": "^14.1.0",
  14. "postcss": "^8.4.49",
  15. "tailwindcss": "^3.4.15",
  16. "vite-plugin-singlefile": "^2.0.3",
  17. "vue": "^3.5.13"
  18. },
  19. "devDependencies": {
  20. "vite": "^5.4.10"
  21. }
  22. },
  23. "node_modules/@alloc/quick-lru": {
  24. "version": "5.2.0",
  25. "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
  26. "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
  27. "license": "MIT",
  28. "engines": {
  29. "node": ">=10"
  30. },
  31. "funding": {
  32. "url": "https://github.com/sponsors/sindresorhus"
  33. }
  34. },
  35. "node_modules/@esbuild/aix-ppc64": {
  36. "version": "0.21.5",
  37. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz",
  38. "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==",
  39. "cpu": [
  40. "ppc64"
  41. ],
  42. "license": "MIT",
  43. "optional": true,
  44. "os": [
  45. "aix"
  46. ],
  47. "engines": {
  48. "node": ">=12"
  49. }
  50. },
  51. "node_modules/@esbuild/android-arm": {
  52. "version": "0.21.5",
  53. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz",
  54. "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==",
  55. "cpu": [
  56. "arm"
  57. ],
  58. "license": "MIT",
  59. "optional": true,
  60. "os": [
  61. "android"
  62. ],
  63. "engines": {
  64. "node": ">=12"
  65. }
  66. },
  67. "node_modules/@esbuild/android-arm64": {
  68. "version": "0.21.5",
  69. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz",
  70. "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==",
  71. "cpu": [
  72. "arm64"
  73. ],
  74. "license": "MIT",
  75. "optional": true,
  76. "os": [
  77. "android"
  78. ],
  79. "engines": {
  80. "node": ">=12"
  81. }
  82. },
  83. "node_modules/@esbuild/android-x64": {
  84. "version": "0.21.5",
  85. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz",
  86. "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==",
  87. "cpu": [
  88. "x64"
  89. ],
  90. "license": "MIT",
  91. "optional": true,
  92. "os": [
  93. "android"
  94. ],
  95. "engines": {
  96. "node": ">=12"
  97. }
  98. },
  99. "node_modules/@esbuild/darwin-x64": {
  100. "version": "0.21.5",
  101. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz",
  102. "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==",
  103. "cpu": [
  104. "x64"
  105. ],
  106. "license": "MIT",
  107. "optional": true,
  108. "os": [
  109. "darwin"
  110. ],
  111. "engines": {
  112. "node": ">=12"
  113. }
  114. },
  115. "node_modules/@esbuild/freebsd-arm64": {
  116. "version": "0.21.5",
  117. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz",
  118. "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==",
  119. "cpu": [
  120. "arm64"
  121. ],
  122. "license": "MIT",
  123. "optional": true,
  124. "os": [
  125. "freebsd"
  126. ],
  127. "engines": {
  128. "node": ">=12"
  129. }
  130. },
  131. "node_modules/@esbuild/freebsd-x64": {
  132. "version": "0.21.5",
  133. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz",
  134. "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==",
  135. "cpu": [
  136. "x64"
  137. ],
  138. "license": "MIT",
  139. "optional": true,
  140. "os": [
  141. "freebsd"
  142. ],
  143. "engines": {
  144. "node": ">=12"
  145. }
  146. },
  147. "node_modules/@esbuild/linux-arm": {
  148. "version": "0.21.5",
  149. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz",
  150. "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==",
  151. "cpu": [
  152. "arm"
  153. ],
  154. "license": "MIT",
  155. "optional": true,
  156. "os": [
  157. "linux"
  158. ],
  159. "engines": {
  160. "node": ">=12"
  161. }
  162. },
  163. "node_modules/@esbuild/linux-arm64": {
  164. "version": "0.21.5",
  165. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz",
  166. "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==",
  167. "cpu": [
  168. "arm64"
  169. ],
  170. "license": "MIT",
  171. "optional": true,
  172. "os": [
  173. "linux"
  174. ],
  175. "engines": {
  176. "node": ">=12"
  177. }
  178. },
  179. "node_modules/@esbuild/linux-ia32": {
  180. "version": "0.21.5",
  181. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz",
  182. "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==",
  183. "cpu": [
  184. "ia32"
  185. ],
  186. "license": "MIT",
  187. "optional": true,
  188. "os": [
  189. "linux"
  190. ],
  191. "engines": {
  192. "node": ">=12"
  193. }
  194. },
  195. "node_modules/@esbuild/linux-loong64": {
  196. "version": "0.21.5",
  197. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz",
  198. "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==",
  199. "cpu": [
  200. "loong64"
  201. ],
  202. "license": "MIT",
  203. "optional": true,
  204. "os": [
  205. "linux"
  206. ],
  207. "engines": {
  208. "node": ">=12"
  209. }
  210. },
  211. "node_modules/@esbuild/linux-mips64el": {
  212. "version": "0.21.5",
  213. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz",
  214. "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==",
  215. "cpu": [
  216. "mips64el"
  217. ],
  218. "license": "MIT",
  219. "optional": true,
  220. "os": [
  221. "linux"
  222. ],
  223. "engines": {
  224. "node": ">=12"
  225. }
  226. },
  227. "node_modules/@esbuild/linux-ppc64": {
  228. "version": "0.21.5",
  229. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz",
  230. "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==",
  231. "cpu": [
  232. "ppc64"
  233. ],
  234. "license": "MIT",
  235. "optional": true,
  236. "os": [
  237. "linux"
  238. ],
  239. "engines": {
  240. "node": ">=12"
  241. }
  242. },
  243. "node_modules/@esbuild/linux-riscv64": {
  244. "version": "0.21.5",
  245. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz",
  246. "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==",
  247. "cpu": [
  248. "riscv64"
  249. ],
  250. "license": "MIT",
  251. "optional": true,
  252. "os": [
  253. "linux"
  254. ],
  255. "engines": {
  256. "node": ">=12"
  257. }
  258. },
  259. "node_modules/@esbuild/linux-s390x": {
  260. "version": "0.21.5",
  261. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz",
  262. "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==",
  263. "cpu": [
  264. "s390x"
  265. ],
  266. "license": "MIT",
  267. "optional": true,
  268. "os": [
  269. "linux"
  270. ],
  271. "engines": {
  272. "node": ">=12"
  273. }
  274. },
  275. "node_modules/@esbuild/linux-x64": {
  276. "version": "0.21.5",
  277. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz",
  278. "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==",
  279. "cpu": [
  280. "x64"
  281. ],
  282. "license": "MIT",
  283. "optional": true,
  284. "os": [
  285. "linux"
  286. ],
  287. "engines": {
  288. "node": ">=12"
  289. }
  290. },
  291. "node_modules/@esbuild/netbsd-x64": {
  292. "version": "0.21.5",
  293. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz",
  294. "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==",
  295. "cpu": [
  296. "x64"
  297. ],
  298. "license": "MIT",
  299. "optional": true,
  300. "os": [
  301. "netbsd"
  302. ],
  303. "engines": {
  304. "node": ">=12"
  305. }
  306. },
  307. "node_modules/@esbuild/openbsd-x64": {
  308. "version": "0.21.5",
  309. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz",
  310. "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==",
  311. "cpu": [
  312. "x64"
  313. ],
  314. "license": "MIT",
  315. "optional": true,
  316. "os": [
  317. "openbsd"
  318. ],
  319. "engines": {
  320. "node": ">=12"
  321. }
  322. },
  323. "node_modules/@esbuild/sunos-x64": {
  324. "version": "0.21.5",
  325. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz",
  326. "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==",
  327. "cpu": [
  328. "x64"
  329. ],
  330. "license": "MIT",
  331. "optional": true,
  332. "os": [
  333. "sunos"
  334. ],
  335. "engines": {
  336. "node": ">=12"
  337. }
  338. },
  339. "node_modules/@esbuild/win32-arm64": {
  340. "version": "0.21.5",
  341. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz",
  342. "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==",
  343. "cpu": [
  344. "arm64"
  345. ],
  346. "license": "MIT",
  347. "optional": true,
  348. "os": [
  349. "win32"
  350. ],
  351. "engines": {
  352. "node": ">=12"
  353. }
  354. },
  355. "node_modules/@esbuild/win32-ia32": {
  356. "version": "0.21.5",
  357. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz",
  358. "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==",
  359. "cpu": [
  360. "ia32"
  361. ],
  362. "license": "MIT",
  363. "optional": true,
  364. "os": [
  365. "win32"
  366. ],
  367. "engines": {
  368. "node": ">=12"
  369. }
  370. },
  371. "node_modules/@esbuild/win32-x64": {
  372. "version": "0.21.5",
  373. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz",
  374. "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==",
  375. "cpu": [
  376. "x64"
  377. ],
  378. "license": "MIT",
  379. "optional": true,
  380. "os": [
  381. "win32"
  382. ],
  383. "engines": {
  384. "node": ">=12"
  385. }
  386. },
  387. "node_modules/@rollup/rollup-android-arm-eabi": {
  388. "version": "4.28.0",
  389. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.28.0.tgz",
  390. "integrity": "sha512-wLJuPLT6grGZsy34g4N1yRfYeouklTgPhH1gWXCYspenKYD0s3cR99ZevOGw5BexMNywkbV3UkjADisozBmpPQ==",
  391. "cpu": [
  392. "arm"
  393. ],
  394. "license": "MIT",
  395. "optional": true,
  396. "os": [
  397. "android"
  398. ]
  399. },
  400. "node_modules/@rollup/rollup-android-arm64": {
  401. "version": "4.28.0",
  402. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.28.0.tgz",
  403. "integrity": "sha512-eiNkznlo0dLmVG/6wf+Ifi/v78G4d4QxRhuUl+s8EWZpDewgk7PX3ZyECUXU0Zq/Ca+8nU8cQpNC4Xgn2gFNDA==",
  404. "cpu": [
  405. "arm64"
  406. ],
  407. "license": "MIT",
  408. "optional": true,
  409. "os": [
  410. "android"
  411. ]
  412. },
  413. "node_modules/@rollup/rollup-darwin-x64": {
  414. "version": "4.28.0",
  415. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.28.0.tgz",
  416. "integrity": "sha512-8hxgfReVs7k9Js1uAIhS6zq3I+wKQETInnWQtgzt8JfGx51R1N6DRVy3F4o0lQwumbErRz52YqwjfvuwRxGv1w==",
  417. "cpu": [
  418. "x64"
  419. ],
  420. "license": "MIT",
  421. "optional": true,
  422. "os": [
  423. "darwin"
  424. ]
  425. },
  426. "node_modules/@rollup/rollup-freebsd-arm64": {
  427. "version": "4.28.0",
  428. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.28.0.tgz",
  429. "integrity": "sha512-lA1zZB3bFx5oxu9fYud4+g1mt+lYXCoch0M0V/xhqLoGatbzVse0wlSQ1UYOWKpuSu3gyN4qEc0Dxf/DII1bhQ==",
  430. "cpu": [
  431. "arm64"
  432. ],
  433. "license": "MIT",
  434. "optional": true,
  435. "os": [
  436. "freebsd"
  437. ]
  438. },
  439. "node_modules/@rollup/rollup-freebsd-x64": {
  440. "version": "4.28.0",
  441. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.28.0.tgz",
  442. "integrity": "sha512-aI2plavbUDjCQB/sRbeUZWX9qp12GfYkYSJOrdYTL/C5D53bsE2/nBPuoiJKoWp5SN78v2Vr8ZPnB+/VbQ2pFA==",
  443. "cpu": [
  444. "x64"
  445. ],
  446. "license": "MIT",
  447. "optional": true,
  448. "os": [
  449. "freebsd"
  450. ]
  451. },
  452. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  453. "version": "4.28.0",
  454. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.28.0.tgz",
  455. "integrity": "sha512-WXveUPKtfqtaNvpf0iOb0M6xC64GzUX/OowbqfiCSXTdi/jLlOmH0Ba94/OkiY2yTGTwteo4/dsHRfh5bDCZ+w==",
  456. "cpu": [
  457. "arm"
  458. ],
  459. "license": "MIT",
  460. "optional": true,
  461. "os": [
  462. "linux"
  463. ]
  464. },
  465. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  466. "version": "4.28.0",
  467. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.28.0.tgz",
  468. "integrity": "sha512-yLc3O2NtOQR67lI79zsSc7lk31xjwcaocvdD1twL64PK1yNaIqCeWI9L5B4MFPAVGEVjH5k1oWSGuYX1Wutxpg==",
  469. "cpu": [
  470. "arm"
  471. ],
  472. "license": "MIT",
  473. "optional": true,
  474. "os": [
  475. "linux"
  476. ]
  477. },
  478. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  479. "version": "4.28.0",
  480. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.28.0.tgz",
  481. "integrity": "sha512-+P9G9hjEpHucHRXqesY+3X9hD2wh0iNnJXX/QhS/J5vTdG6VhNYMxJ2rJkQOxRUd17u5mbMLHM7yWGZdAASfcg==",
  482. "cpu": [
  483. "arm64"
  484. ],
  485. "license": "MIT",
  486. "optional": true,
  487. "os": [
  488. "linux"
  489. ]
  490. },
  491. "node_modules/@rollup/rollup-linux-arm64-musl": {
  492. "version": "4.28.0",
  493. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.28.0.tgz",
  494. "integrity": "sha512-1xsm2rCKSTpKzi5/ypT5wfc+4bOGa/9yI/eaOLW0oMs7qpC542APWhl4A37AENGZ6St6GBMWhCCMM6tXgTIplw==",
  495. "cpu": [
  496. "arm64"
  497. ],
  498. "license": "MIT",
  499. "optional": true,
  500. "os": [
  501. "linux"
  502. ]
  503. },
  504. "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
  505. "version": "4.28.0",
  506. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.28.0.tgz",
  507. "integrity": "sha512-zgWxMq8neVQeXL+ouSf6S7DoNeo6EPgi1eeqHXVKQxqPy1B2NvTbaOUWPn/7CfMKL7xvhV0/+fq/Z/J69g1WAQ==",
  508. "cpu": [
  509. "ppc64"
  510. ],
  511. "license": "MIT",
  512. "optional": true,
  513. "os": [
  514. "linux"
  515. ]
  516. },
  517. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  518. "version": "4.28.0",
  519. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.28.0.tgz",
  520. "integrity": "sha512-VEdVYacLniRxbRJLNtzwGt5vwS0ycYshofI7cWAfj7Vg5asqj+pt+Q6x4n+AONSZW/kVm+5nklde0qs2EUwU2g==",
  521. "cpu": [
  522. "riscv64"
  523. ],
  524. "license": "MIT",
  525. "optional": true,
  526. "os": [
  527. "linux"
  528. ]
  529. },
  530. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  531. "version": "4.28.0",
  532. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.28.0.tgz",
  533. "integrity": "sha512-LQlP5t2hcDJh8HV8RELD9/xlYtEzJkm/aWGsauvdO2ulfl3QYRjqrKW+mGAIWP5kdNCBheqqqYIGElSRCaXfpw==",
  534. "cpu": [
  535. "s390x"
  536. ],
  537. "license": "MIT",
  538. "optional": true,
  539. "os": [
  540. "linux"
  541. ]
  542. },
  543. "node_modules/@rollup/rollup-linux-x64-gnu": {
  544. "version": "4.28.0",
  545. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.28.0.tgz",
  546. "integrity": "sha512-Nl4KIzteVEKE9BdAvYoTkW19pa7LR/RBrT6F1dJCV/3pbjwDcaOq+edkP0LXuJ9kflW/xOK414X78r+K84+msw==",
  547. "cpu": [
  548. "x64"
  549. ],
  550. "license": "MIT",
  551. "optional": true,
  552. "os": [
  553. "linux"
  554. ]
  555. },
  556. "node_modules/@rollup/rollup-linux-x64-musl": {
  557. "version": "4.28.0",
  558. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.28.0.tgz",
  559. "integrity": "sha512-eKpJr4vBDOi4goT75MvW+0dXcNUqisK4jvibY9vDdlgLx+yekxSm55StsHbxUsRxSTt3JEQvlr3cGDkzcSP8bw==",
  560. "cpu": [
  561. "x64"
  562. ],
  563. "license": "MIT",
  564. "optional": true,
  565. "os": [
  566. "linux"
  567. ]
  568. },
  569. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  570. "version": "4.28.0",
  571. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.28.0.tgz",
  572. "integrity": "sha512-Vi+WR62xWGsE/Oj+mD0FNAPY2MEox3cfyG0zLpotZdehPFXwz6lypkGs5y38Jd/NVSbOD02aVad6q6QYF7i8Bg==",
  573. "cpu": [
  574. "arm64"
  575. ],
  576. "license": "MIT",
  577. "optional": true,
  578. "os": [
  579. "win32"
  580. ]
  581. },
  582. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  583. "version": "4.28.0",
  584. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.28.0.tgz",
  585. "integrity": "sha512-kN/Vpip8emMLn/eOza+4JwqDZBL6MPNpkdaEsgUtW1NYN3DZvZqSQrbKzJcTL6hd8YNmFTn7XGWMwccOcJBL0A==",
  586. "cpu": [
  587. "ia32"
  588. ],
  589. "license": "MIT",
  590. "optional": true,
  591. "os": [
  592. "win32"
  593. ]
  594. },
  595. "node_modules/@rollup/rollup-win32-x64-msvc": {
  596. "version": "4.28.0",
  597. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.28.0.tgz",
  598. "integrity": "sha512-Bvno2/aZT6usSa7lRDL2+hMjVAGjuqaymF1ApZm31JXzniR/hvr14jpU+/z4X6Gt5BPlzosscyJZGUvguXIqeQ==",
  599. "cpu": [
  600. "x64"
  601. ],
  602. "license": "MIT",
  603. "optional": true,
  604. "os": [
  605. "win32"
  606. ]
  607. },
  608. "node_modules/@vue/compiler-dom": {
  609. "version": "3.5.13",
  610. "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.13.tgz",
  611. "integrity": "sha512-ZOJ46sMOKUjO3e94wPdCzQ6P1Lx/vhp2RSvfaab88Ajexs0AHeV0uasYhi99WPaogmBlRHNRuly8xV75cNTMDA==",
  612. "license": "MIT",
  613. "dependencies": {
  614. "@vue/compiler-core": "3.5.13",
  615. "@vue/shared": "3.5.13"
  616. }
  617. },
  618. "node_modules/@vue/compiler-dom/node_modules/@babel/helper-string-parser": {
  619. "version": "7.25.9",
  620. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz",
  621. "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==",
  622. "license": "MIT",
  623. "engines": {
  624. "node": ">=6.9.0"
  625. }
  626. },
  627. "node_modules/@vue/compiler-dom/node_modules/@babel/helper-validator-identifier": {
  628. "version": "7.25.9",
  629. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz",
  630. "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==",
  631. "license": "MIT",
  632. "engines": {
  633. "node": ">=6.9.0"
  634. }
  635. },
  636. "node_modules/@vue/compiler-dom/node_modules/@babel/parser": {
  637. "version": "7.26.2",
  638. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.2.tgz",
  639. "integrity": "sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==",
  640. "license": "MIT",
  641. "dependencies": {
  642. "@babel/types": "^7.26.0"
  643. },
  644. "bin": {
  645. "parser": "bin/babel-parser.js"
  646. },
  647. "engines": {
  648. "node": ">=6.0.0"
  649. }
  650. },
  651. "node_modules/@vue/compiler-dom/node_modules/@babel/types": {
  652. "version": "7.26.0",
  653. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.0.tgz",
  654. "integrity": "sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==",
  655. "license": "MIT",
  656. "dependencies": {
  657. "@babel/helper-string-parser": "^7.25.9",
  658. "@babel/helper-validator-identifier": "^7.25.9"
  659. },
  660. "engines": {
  661. "node": ">=6.9.0"
  662. }
  663. },
  664. "node_modules/@vue/compiler-dom/node_modules/@vue/compiler-core": {
  665. "version": "3.5.13",
  666. "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.13.tgz",
  667. "integrity": "sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q==",
  668. "license": "MIT",
  669. "dependencies": {
  670. "@babel/parser": "^7.25.3",
  671. "@vue/shared": "3.5.13",
  672. "entities": "^4.5.0",
  673. "estree-walker": "^2.0.2",
  674. "source-map-js": "^1.2.0"
  675. }
  676. },
  677. "node_modules/@vue/compiler-dom/node_modules/estree-walker": {
  678. "version": "2.0.2",
  679. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  680. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  681. "license": "MIT"
  682. },
  683. "node_modules/@vue/compiler-dom/node_modules/source-map-js": {
  684. "version": "1.2.1",
  685. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  686. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  687. "license": "BSD-3-Clause",
  688. "engines": {
  689. "node": ">=0.10.0"
  690. }
  691. },
  692. "node_modules/@vue/compiler-sfc": {
  693. "version": "3.5.13",
  694. "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.13.tgz",
  695. "integrity": "sha512-6VdaljMpD82w6c2749Zhf5T9u5uLBWKnVue6XWxprDobftnletJ8+oel7sexFfM3qIxNmVE7LSFGTpv6obNyaQ==",
  696. "license": "MIT",
  697. "dependencies": {
  698. "@babel/parser": "^7.25.3",
  699. "@vue/compiler-core": "3.5.13",
  700. "@vue/compiler-dom": "3.5.13",
  701. "@vue/compiler-ssr": "3.5.13",
  702. "@vue/shared": "3.5.13",
  703. "estree-walker": "^2.0.2",
  704. "magic-string": "^0.30.11",
  705. "postcss": "^8.4.48",
  706. "source-map-js": "^1.2.0"
  707. }
  708. },
  709. "node_modules/@vue/compiler-sfc/node_modules/@babel/helper-string-parser": {
  710. "version": "7.25.9",
  711. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz",
  712. "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==",
  713. "license": "MIT",
  714. "engines": {
  715. "node": ">=6.9.0"
  716. }
  717. },
  718. "node_modules/@vue/compiler-sfc/node_modules/@babel/helper-validator-identifier": {
  719. "version": "7.25.9",
  720. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz",
  721. "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==",
  722. "license": "MIT",
  723. "engines": {
  724. "node": ">=6.9.0"
  725. }
  726. },
  727. "node_modules/@vue/compiler-sfc/node_modules/@babel/parser": {
  728. "version": "7.26.2",
  729. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.2.tgz",
  730. "integrity": "sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==",
  731. "license": "MIT",
  732. "dependencies": {
  733. "@babel/types": "^7.26.0"
  734. },
  735. "bin": {
  736. "parser": "bin/babel-parser.js"
  737. },
  738. "engines": {
  739. "node": ">=6.0.0"
  740. }
  741. },
  742. "node_modules/@vue/compiler-sfc/node_modules/@babel/types": {
  743. "version": "7.26.0",
  744. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.0.tgz",
  745. "integrity": "sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==",
  746. "license": "MIT",
  747. "dependencies": {
  748. "@babel/helper-string-parser": "^7.25.9",
  749. "@babel/helper-validator-identifier": "^7.25.9"
  750. },
  751. "engines": {
  752. "node": ">=6.9.0"
  753. }
  754. },
  755. "node_modules/@vue/compiler-sfc/node_modules/@jridgewell/sourcemap-codec": {
  756. "version": "1.5.0",
  757. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
  758. "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
  759. "license": "MIT"
  760. },
  761. "node_modules/@vue/compiler-sfc/node_modules/@vue/compiler-core": {
  762. "version": "3.5.13",
  763. "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.13.tgz",
  764. "integrity": "sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q==",
  765. "license": "MIT",
  766. "dependencies": {
  767. "@babel/parser": "^7.25.3",
  768. "@vue/shared": "3.5.13",
  769. "entities": "^4.5.0",
  770. "estree-walker": "^2.0.2",
  771. "source-map-js": "^1.2.0"
  772. }
  773. },
  774. "node_modules/@vue/compiler-sfc/node_modules/@vue/compiler-ssr": {
  775. "version": "3.5.13",
  776. "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.13.tgz",
  777. "integrity": "sha512-wMH6vrYHxQl/IybKJagqbquvxpWCuVYpoUJfCqFZwa/JY1GdATAQ+TgVtgrwwMZ0D07QhA99rs/EAAWfvG6KpA==",
  778. "license": "MIT",
  779. "dependencies": {
  780. "@vue/compiler-dom": "3.5.13",
  781. "@vue/shared": "3.5.13"
  782. }
  783. },
  784. "node_modules/@vue/compiler-sfc/node_modules/estree-walker": {
  785. "version": "2.0.2",
  786. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  787. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  788. "license": "MIT"
  789. },
  790. "node_modules/@vue/compiler-sfc/node_modules/magic-string": {
  791. "version": "0.30.14",
  792. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.14.tgz",
  793. "integrity": "sha512-5c99P1WKTed11ZC0HMJOj6CDIue6F8ySu+bJL+85q1zBEIY8IklrJ1eiKC2NDRh3Ct3FcvmJPyQHb9erXMTJNw==",
  794. "license": "MIT",
  795. "dependencies": {
  796. "@jridgewell/sourcemap-codec": "^1.5.0"
  797. }
  798. },
  799. "node_modules/@vue/compiler-sfc/node_modules/source-map-js": {
  800. "version": "1.2.1",
  801. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  802. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  803. "license": "BSD-3-Clause",
  804. "engines": {
  805. "node": ">=0.10.0"
  806. }
  807. },
  808. "node_modules/@vue/runtime-dom": {
  809. "version": "3.5.13",
  810. "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.13.tgz",
  811. "integrity": "sha512-dLaj94s93NYLqjLiyFzVs9X6dWhTdAlEAciC3Moq7gzAc13VJUdCnjjRurNM6uTLFATRHexHCTu/Xp3eW6yoog==",
  812. "license": "MIT",
  813. "dependencies": {
  814. "@vue/reactivity": "3.5.13",
  815. "@vue/runtime-core": "3.5.13",
  816. "@vue/shared": "3.5.13",
  817. "csstype": "^3.1.3"
  818. }
  819. },
  820. "node_modules/@vue/runtime-dom/node_modules/@vue/reactivity": {
  821. "version": "3.5.13",
  822. "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.13.tgz",
  823. "integrity": "sha512-NaCwtw8o48B9I6L1zl2p41OHo/2Z4wqYGGIK1Khu5T7yxrn+ATOixn/Udn2m+6kZKB/J7cuT9DbWWhRxqixACg==",
  824. "license": "MIT",
  825. "dependencies": {
  826. "@vue/shared": "3.5.13"
  827. }
  828. },
  829. "node_modules/@vue/runtime-dom/node_modules/@vue/runtime-core": {
  830. "version": "3.5.13",
  831. "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.13.tgz",
  832. "integrity": "sha512-Fj4YRQ3Az0WTZw1sFe+QDb0aXCerigEpw418pw1HBUKFtnQHWzwojaukAs2X/c9DQz4MQ4bsXTGlcpGxU/RCIw==",
  833. "license": "MIT",
  834. "dependencies": {
  835. "@vue/reactivity": "3.5.13",
  836. "@vue/shared": "3.5.13"
  837. }
  838. },
  839. "node_modules/@vue/runtime-dom/node_modules/csstype": {
  840. "version": "3.1.3",
  841. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
  842. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
  843. "license": "MIT"
  844. },
  845. "node_modules/@vue/server-renderer": {
  846. "version": "3.5.13",
  847. "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.13.tgz",
  848. "integrity": "sha512-wAi4IRJV/2SAW3htkTlB+dHeRmpTiVIK1OGLWV1yeStVSebSQQOwGwIq0D3ZIoBj2C2qpgz5+vX9iEBkTdk5YA==",
  849. "license": "MIT",
  850. "dependencies": {
  851. "@vue/compiler-ssr": "3.5.13",
  852. "@vue/shared": "3.5.13"
  853. },
  854. "peerDependencies": {
  855. "vue": "3.5.13"
  856. }
  857. },
  858. "node_modules/@vue/server-renderer/node_modules/@vue/compiler-ssr": {
  859. "version": "3.5.13",
  860. "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.13.tgz",
  861. "integrity": "sha512-wMH6vrYHxQl/IybKJagqbquvxpWCuVYpoUJfCqFZwa/JY1GdATAQ+TgVtgrwwMZ0D07QhA99rs/EAAWfvG6KpA==",
  862. "license": "MIT",
  863. "dependencies": {
  864. "@vue/compiler-dom": "3.5.13",
  865. "@vue/shared": "3.5.13"
  866. }
  867. },
  868. "node_modules/@vue/shared": {
  869. "version": "3.5.13",
  870. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.13.tgz",
  871. "integrity": "sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==",
  872. "license": "MIT"
  873. },
  874. "node_modules/arg": {
  875. "version": "5.0.2",
  876. "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
  877. "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==",
  878. "license": "MIT"
  879. },
  880. "node_modules/argparse": {
  881. "version": "2.0.1",
  882. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  883. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  884. "license": "Python-2.0"
  885. },
  886. "node_modules/autoprefixer": {
  887. "version": "10.4.20",
  888. "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.20.tgz",
  889. "integrity": "sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==",
  890. "funding": [
  891. {
  892. "type": "opencollective",
  893. "url": "https://opencollective.com/postcss/"
  894. },
  895. {
  896. "type": "tidelift",
  897. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  898. },
  899. {
  900. "type": "github",
  901. "url": "https://github.com/sponsors/ai"
  902. }
  903. ],
  904. "license": "MIT",
  905. "dependencies": {
  906. "browserslist": "^4.23.3",
  907. "caniuse-lite": "^1.0.30001646",
  908. "fraction.js": "^4.3.7",
  909. "normalize-range": "^0.1.2",
  910. "picocolors": "^1.0.1",
  911. "postcss-value-parser": "^4.2.0"
  912. },
  913. "bin": {
  914. "autoprefixer": "bin/autoprefixer"
  915. },
  916. "engines": {
  917. "node": "^10 || ^12 || >=14"
  918. },
  919. "peerDependencies": {
  920. "postcss": "^8.1.0"
  921. }
  922. },
  923. "node_modules/browserslist": {
  924. "version": "4.24.2",
  925. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.2.tgz",
  926. "integrity": "sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==",
  927. "funding": [
  928. {
  929. "type": "opencollective",
  930. "url": "https://opencollective.com/browserslist"
  931. },
  932. {
  933. "type": "tidelift",
  934. "url": "https://tidelift.com/funding/github/npm/browserslist"
  935. },
  936. {
  937. "type": "github",
  938. "url": "https://github.com/sponsors/ai"
  939. }
  940. ],
  941. "license": "MIT",
  942. "dependencies": {
  943. "caniuse-lite": "^1.0.30001669",
  944. "electron-to-chromium": "^1.5.41",
  945. "node-releases": "^2.0.18",
  946. "update-browserslist-db": "^1.1.1"
  947. },
  948. "bin": {
  949. "browserslist": "cli.js"
  950. },
  951. "engines": {
  952. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  953. }
  954. },
  955. "node_modules/browserslist/node_modules/electron-to-chromium": {
  956. "version": "1.5.67",
  957. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.67.tgz",
  958. "integrity": "sha512-nz88NNBsD7kQSAGGJyp8hS6xSPtWwqNogA0mjtc2nUYeEf3nURK9qpV18TuBdDmEDgVWotS8Wkzf+V52dSQ/LQ==",
  959. "license": "ISC"
  960. },
  961. "node_modules/browserslist/node_modules/escalade": {
  962. "version": "3.2.0",
  963. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
  964. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  965. "license": "MIT",
  966. "engines": {
  967. "node": ">=6"
  968. }
  969. },
  970. "node_modules/browserslist/node_modules/node-releases": {
  971. "version": "2.0.18",
  972. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz",
  973. "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==",
  974. "license": "MIT"
  975. },
  976. "node_modules/browserslist/node_modules/update-browserslist-db": {
  977. "version": "1.1.1",
  978. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz",
  979. "integrity": "sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==",
  980. "funding": [
  981. {
  982. "type": "opencollective",
  983. "url": "https://opencollective.com/browserslist"
  984. },
  985. {
  986. "type": "tidelift",
  987. "url": "https://tidelift.com/funding/github/npm/browserslist"
  988. },
  989. {
  990. "type": "github",
  991. "url": "https://github.com/sponsors/ai"
  992. }
  993. ],
  994. "license": "MIT",
  995. "dependencies": {
  996. "escalade": "^3.2.0",
  997. "picocolors": "^1.1.0"
  998. },
  999. "bin": {
  1000. "update-browserslist-db": "cli.js"
  1001. },
  1002. "peerDependencies": {
  1003. "browserslist": ">= 4.21.0"
  1004. }
  1005. },
  1006. "node_modules/caniuse-lite": {
  1007. "version": "1.0.30001684",
  1008. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001684.tgz",
  1009. "integrity": "sha512-G1LRwLIQjBQoyq0ZJGqGIJUXzJ8irpbjHLpVRXDvBEScFJ9b17sgK6vlx0GAJFE21okD7zXl08rRRUfq6HdoEQ==",
  1010. "funding": [
  1011. {
  1012. "type": "opencollective",
  1013. "url": "https://opencollective.com/browserslist"
  1014. },
  1015. {
  1016. "type": "tidelift",
  1017. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  1018. },
  1019. {
  1020. "type": "github",
  1021. "url": "https://github.com/sponsors/ai"
  1022. }
  1023. ],
  1024. "license": "CC-BY-4.0"
  1025. },
  1026. "node_modules/chokidar": {
  1027. "version": "3.6.0",
  1028. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
  1029. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  1030. "license": "MIT",
  1031. "dependencies": {
  1032. "anymatch": "~3.1.2",
  1033. "braces": "~3.0.2",
  1034. "glob-parent": "~5.1.2",
  1035. "is-binary-path": "~2.1.0",
  1036. "is-glob": "~4.0.1",
  1037. "normalize-path": "~3.0.0",
  1038. "readdirp": "~3.6.0"
  1039. },
  1040. "engines": {
  1041. "node": ">= 8.10.0"
  1042. },
  1043. "funding": {
  1044. "url": "https://paulmillr.com/funding/"
  1045. },
  1046. "optionalDependencies": {
  1047. "fsevents": "~2.3.2"
  1048. }
  1049. },
  1050. "node_modules/chokidar/node_modules/anymatch": {
  1051. "version": "3.1.3",
  1052. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
  1053. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  1054. "license": "ISC",
  1055. "dependencies": {
  1056. "normalize-path": "^3.0.0",
  1057. "picomatch": "^2.0.4"
  1058. },
  1059. "engines": {
  1060. "node": ">= 8"
  1061. }
  1062. },
  1063. "node_modules/chokidar/node_modules/binary-extensions": {
  1064. "version": "2.3.0",
  1065. "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
  1066. "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
  1067. "license": "MIT",
  1068. "engines": {
  1069. "node": ">=8"
  1070. },
  1071. "funding": {
  1072. "url": "https://github.com/sponsors/sindresorhus"
  1073. }
  1074. },
  1075. "node_modules/chokidar/node_modules/braces": {
  1076. "version": "3.0.3",
  1077. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  1078. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  1079. "license": "MIT",
  1080. "dependencies": {
  1081. "fill-range": "^7.1.1"
  1082. },
  1083. "engines": {
  1084. "node": ">=8"
  1085. }
  1086. },
  1087. "node_modules/chokidar/node_modules/fill-range": {
  1088. "version": "7.1.1",
  1089. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  1090. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  1091. "license": "MIT",
  1092. "dependencies": {
  1093. "to-regex-range": "^5.0.1"
  1094. },
  1095. "engines": {
  1096. "node": ">=8"
  1097. }
  1098. },
  1099. "node_modules/chokidar/node_modules/glob-parent": {
  1100. "version": "5.1.2",
  1101. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  1102. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  1103. "license": "ISC",
  1104. "dependencies": {
  1105. "is-glob": "^4.0.1"
  1106. },
  1107. "engines": {
  1108. "node": ">= 6"
  1109. }
  1110. },
  1111. "node_modules/chokidar/node_modules/is-binary-path": {
  1112. "version": "2.1.0",
  1113. "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
  1114. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  1115. "license": "MIT",
  1116. "dependencies": {
  1117. "binary-extensions": "^2.0.0"
  1118. },
  1119. "engines": {
  1120. "node": ">=8"
  1121. }
  1122. },
  1123. "node_modules/chokidar/node_modules/is-number": {
  1124. "version": "7.0.0",
  1125. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  1126. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  1127. "license": "MIT",
  1128. "engines": {
  1129. "node": ">=0.12.0"
  1130. }
  1131. },
  1132. "node_modules/chokidar/node_modules/picomatch": {
  1133. "version": "2.3.1",
  1134. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
  1135. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  1136. "license": "MIT",
  1137. "engines": {
  1138. "node": ">=8.6"
  1139. },
  1140. "funding": {
  1141. "url": "https://github.com/sponsors/jonschlinkert"
  1142. }
  1143. },
  1144. "node_modules/chokidar/node_modules/readdirp": {
  1145. "version": "3.6.0",
  1146. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
  1147. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  1148. "license": "MIT",
  1149. "dependencies": {
  1150. "picomatch": "^2.2.1"
  1151. },
  1152. "engines": {
  1153. "node": ">=8.10.0"
  1154. }
  1155. },
  1156. "node_modules/chokidar/node_modules/to-regex-range": {
  1157. "version": "5.0.1",
  1158. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  1159. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  1160. "license": "MIT",
  1161. "dependencies": {
  1162. "is-number": "^7.0.0"
  1163. },
  1164. "engines": {
  1165. "node": ">=8.0"
  1166. }
  1167. },
  1168. "node_modules/css-selector-tokenizer": {
  1169. "version": "0.8.0",
  1170. "resolved": "https://registry.npmjs.org/css-selector-tokenizer/-/css-selector-tokenizer-0.8.0.tgz",
  1171. "integrity": "sha512-Jd6Ig3/pe62/qe5SBPTN8h8LeUg/pT4lLgtavPf7updwwHpvFzxvOQBHYj2LZDMjUnBzgvIUSjRcf6oT5HzHFg==",
  1172. "license": "MIT",
  1173. "dependencies": {
  1174. "cssesc": "^3.0.0",
  1175. "fastparse": "^1.1.2"
  1176. }
  1177. },
  1178. "node_modules/css-selector-tokenizer/node_modules/cssesc": {
  1179. "version": "3.0.0",
  1180. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  1181. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  1182. "license": "MIT",
  1183. "bin": {
  1184. "cssesc": "bin/cssesc"
  1185. },
  1186. "engines": {
  1187. "node": ">=4"
  1188. }
  1189. },
  1190. "node_modules/css-selector-tokenizer/node_modules/fastparse": {
  1191. "version": "1.1.2",
  1192. "resolved": "https://registry.npmjs.org/fastparse/-/fastparse-1.1.2.tgz",
  1193. "integrity": "sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ==",
  1194. "license": "MIT"
  1195. },
  1196. "node_modules/culori": {
  1197. "version": "3.3.0",
  1198. "resolved": "https://registry.npmjs.org/culori/-/culori-3.3.0.tgz",
  1199. "integrity": "sha512-pHJg+jbuFsCjz9iclQBqyL3B2HLCBF71BwVNujUYEvCeQMvV97R59MNK3R2+jgJ3a1fcZgI9B3vYgz8lzr/BFQ==",
  1200. "license": "MIT",
  1201. "engines": {
  1202. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  1203. }
  1204. },
  1205. "node_modules/daisyui": {
  1206. "version": "4.12.14",
  1207. "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-4.12.14.tgz",
  1208. "integrity": "sha512-hA27cdBasdwd4/iEjn+aidoCrRroDuo3G5W9NDKaVCJI437Mm/3eSL/2u7MkZ0pt8a+TrYF3aT2pFVemTS3how==",
  1209. "license": "MIT",
  1210. "dependencies": {
  1211. "css-selector-tokenizer": "^0.8",
  1212. "culori": "^3",
  1213. "picocolors": "^1",
  1214. "postcss-js": "^4"
  1215. },
  1216. "engines": {
  1217. "node": ">=16.9.0"
  1218. },
  1219. "funding": {
  1220. "type": "opencollective",
  1221. "url": "https://opencollective.com/daisyui"
  1222. }
  1223. },
  1224. "node_modules/didyoumean": {
  1225. "version": "1.2.2",
  1226. "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
  1227. "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==",
  1228. "license": "Apache-2.0"
  1229. },
  1230. "node_modules/dlv": {
  1231. "version": "1.1.3",
  1232. "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
  1233. "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==",
  1234. "license": "MIT"
  1235. },
  1236. "node_modules/entities": {
  1237. "version": "4.5.0",
  1238. "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
  1239. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  1240. "license": "BSD-2-Clause",
  1241. "engines": {
  1242. "node": ">=0.12"
  1243. },
  1244. "funding": {
  1245. "url": "https://github.com/fb55/entities?sponsor=1"
  1246. }
  1247. },
  1248. "node_modules/esbuild": {
  1249. "version": "0.21.5",
  1250. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz",
  1251. "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==",
  1252. "hasInstallScript": true,
  1253. "license": "MIT",
  1254. "bin": {
  1255. "esbuild": "bin/esbuild"
  1256. },
  1257. "engines": {
  1258. "node": ">=12"
  1259. },
  1260. "optionalDependencies": {
  1261. "@esbuild/aix-ppc64": "0.21.5",
  1262. "@esbuild/android-arm": "0.21.5",
  1263. "@esbuild/android-arm64": "0.21.5",
  1264. "@esbuild/android-x64": "0.21.5",
  1265. "@esbuild/darwin-arm64": "0.21.5",
  1266. "@esbuild/darwin-x64": "0.21.5",
  1267. "@esbuild/freebsd-arm64": "0.21.5",
  1268. "@esbuild/freebsd-x64": "0.21.5",
  1269. "@esbuild/linux-arm": "0.21.5",
  1270. "@esbuild/linux-arm64": "0.21.5",
  1271. "@esbuild/linux-ia32": "0.21.5",
  1272. "@esbuild/linux-loong64": "0.21.5",
  1273. "@esbuild/linux-mips64el": "0.21.5",
  1274. "@esbuild/linux-ppc64": "0.21.5",
  1275. "@esbuild/linux-riscv64": "0.21.5",
  1276. "@esbuild/linux-s390x": "0.21.5",
  1277. "@esbuild/linux-x64": "0.21.5",
  1278. "@esbuild/netbsd-x64": "0.21.5",
  1279. "@esbuild/openbsd-x64": "0.21.5",
  1280. "@esbuild/sunos-x64": "0.21.5",
  1281. "@esbuild/win32-arm64": "0.21.5",
  1282. "@esbuild/win32-ia32": "0.21.5",
  1283. "@esbuild/win32-x64": "0.21.5"
  1284. }
  1285. },
  1286. "node_modules/esbuild/node_modules/@esbuild/darwin-arm64": {
  1287. "version": "0.21.5",
  1288. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz",
  1289. "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==",
  1290. "cpu": [
  1291. "arm64"
  1292. ],
  1293. "license": "MIT",
  1294. "optional": true,
  1295. "os": [
  1296. "darwin"
  1297. ],
  1298. "engines": {
  1299. "node": ">=12"
  1300. }
  1301. },
  1302. "node_modules/fast-glob": {
  1303. "version": "3.3.2",
  1304. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
  1305. "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
  1306. "license": "MIT",
  1307. "dependencies": {
  1308. "@nodelib/fs.stat": "^2.0.2",
  1309. "@nodelib/fs.walk": "^1.2.3",
  1310. "glob-parent": "^5.1.2",
  1311. "merge2": "^1.3.0",
  1312. "micromatch": "^4.0.4"
  1313. },
  1314. "engines": {
  1315. "node": ">=8.6.0"
  1316. }
  1317. },
  1318. "node_modules/fast-glob/node_modules/@nodelib/fs.scandir": {
  1319. "version": "2.1.5",
  1320. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  1321. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  1322. "license": "MIT",
  1323. "dependencies": {
  1324. "@nodelib/fs.stat": "2.0.5",
  1325. "run-parallel": "^1.1.9"
  1326. },
  1327. "engines": {
  1328. "node": ">= 8"
  1329. }
  1330. },
  1331. "node_modules/fast-glob/node_modules/@nodelib/fs.stat": {
  1332. "version": "2.0.5",
  1333. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  1334. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  1335. "license": "MIT",
  1336. "engines": {
  1337. "node": ">= 8"
  1338. }
  1339. },
  1340. "node_modules/fast-glob/node_modules/@nodelib/fs.walk": {
  1341. "version": "1.2.8",
  1342. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  1343. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  1344. "license": "MIT",
  1345. "dependencies": {
  1346. "@nodelib/fs.scandir": "2.1.5",
  1347. "fastq": "^1.6.0"
  1348. },
  1349. "engines": {
  1350. "node": ">= 8"
  1351. }
  1352. },
  1353. "node_modules/fast-glob/node_modules/fastq": {
  1354. "version": "1.17.1",
  1355. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
  1356. "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
  1357. "license": "ISC",
  1358. "dependencies": {
  1359. "reusify": "^1.0.4"
  1360. }
  1361. },
  1362. "node_modules/fast-glob/node_modules/glob-parent": {
  1363. "version": "5.1.2",
  1364. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  1365. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  1366. "license": "ISC",
  1367. "dependencies": {
  1368. "is-glob": "^4.0.1"
  1369. },
  1370. "engines": {
  1371. "node": ">= 6"
  1372. }
  1373. },
  1374. "node_modules/fast-glob/node_modules/merge2": {
  1375. "version": "1.4.1",
  1376. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  1377. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  1378. "license": "MIT",
  1379. "engines": {
  1380. "node": ">= 8"
  1381. }
  1382. },
  1383. "node_modules/fast-glob/node_modules/queue-microtask": {
  1384. "version": "1.2.3",
  1385. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  1386. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  1387. "funding": [
  1388. {
  1389. "type": "github",
  1390. "url": "https://github.com/sponsors/feross"
  1391. },
  1392. {
  1393. "type": "patreon",
  1394. "url": "https://www.patreon.com/feross"
  1395. },
  1396. {
  1397. "type": "consulting",
  1398. "url": "https://feross.org/support"
  1399. }
  1400. ],
  1401. "license": "MIT"
  1402. },
  1403. "node_modules/fast-glob/node_modules/reusify": {
  1404. "version": "1.0.4",
  1405. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
  1406. "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
  1407. "license": "MIT",
  1408. "engines": {
  1409. "iojs": ">=1.0.0",
  1410. "node": ">=0.10.0"
  1411. }
  1412. },
  1413. "node_modules/fast-glob/node_modules/run-parallel": {
  1414. "version": "1.2.0",
  1415. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  1416. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  1417. "funding": [
  1418. {
  1419. "type": "github",
  1420. "url": "https://github.com/sponsors/feross"
  1421. },
  1422. {
  1423. "type": "patreon",
  1424. "url": "https://www.patreon.com/feross"
  1425. },
  1426. {
  1427. "type": "consulting",
  1428. "url": "https://feross.org/support"
  1429. }
  1430. ],
  1431. "license": "MIT",
  1432. "dependencies": {
  1433. "queue-microtask": "^1.2.2"
  1434. }
  1435. },
  1436. "node_modules/fraction.js": {
  1437. "version": "4.3.7",
  1438. "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz",
  1439. "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
  1440. "license": "MIT",
  1441. "engines": {
  1442. "node": "*"
  1443. },
  1444. "funding": {
  1445. "type": "patreon",
  1446. "url": "https://github.com/sponsors/rawify"
  1447. }
  1448. },
  1449. "node_modules/fsevents": {
  1450. "version": "2.3.3",
  1451. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  1452. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  1453. "hasInstallScript": true,
  1454. "license": "MIT",
  1455. "optional": true,
  1456. "os": [
  1457. "darwin"
  1458. ],
  1459. "engines": {
  1460. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  1461. }
  1462. },
  1463. "node_modules/glob-parent": {
  1464. "version": "6.0.2",
  1465. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  1466. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  1467. "license": "ISC",
  1468. "dependencies": {
  1469. "is-glob": "^4.0.3"
  1470. },
  1471. "engines": {
  1472. "node": ">=10.13.0"
  1473. }
  1474. },
  1475. "node_modules/is-glob": {
  1476. "version": "4.0.3",
  1477. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  1478. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  1479. "license": "MIT",
  1480. "dependencies": {
  1481. "is-extglob": "^2.1.1"
  1482. },
  1483. "engines": {
  1484. "node": ">=0.10.0"
  1485. }
  1486. },
  1487. "node_modules/is-glob/node_modules/is-extglob": {
  1488. "version": "2.1.1",
  1489. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  1490. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  1491. "license": "MIT",
  1492. "engines": {
  1493. "node": ">=0.10.0"
  1494. }
  1495. },
  1496. "node_modules/jiti": {
  1497. "version": "1.21.6",
  1498. "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.6.tgz",
  1499. "integrity": "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==",
  1500. "license": "MIT",
  1501. "bin": {
  1502. "jiti": "bin/jiti.js"
  1503. }
  1504. },
  1505. "node_modules/lilconfig": {
  1506. "version": "2.1.0",
  1507. "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz",
  1508. "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==",
  1509. "license": "MIT",
  1510. "engines": {
  1511. "node": ">=10"
  1512. }
  1513. },
  1514. "node_modules/linkify-it": {
  1515. "version": "5.0.0",
  1516. "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz",
  1517. "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==",
  1518. "license": "MIT",
  1519. "dependencies": {
  1520. "uc.micro": "^2.0.0"
  1521. }
  1522. },
  1523. "node_modules/markdown-it": {
  1524. "version": "14.1.0",
  1525. "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.0.tgz",
  1526. "integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==",
  1527. "license": "MIT",
  1528. "dependencies": {
  1529. "argparse": "^2.0.1",
  1530. "entities": "^4.4.0",
  1531. "linkify-it": "^5.0.0",
  1532. "mdurl": "^2.0.0",
  1533. "punycode.js": "^2.3.1",
  1534. "uc.micro": "^2.1.0"
  1535. },
  1536. "bin": {
  1537. "markdown-it": "bin/markdown-it.mjs"
  1538. }
  1539. },
  1540. "node_modules/mdurl": {
  1541. "version": "2.0.0",
  1542. "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz",
  1543. "integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==",
  1544. "license": "MIT"
  1545. },
  1546. "node_modules/micromatch": {
  1547. "version": "4.0.8",
  1548. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
  1549. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  1550. "license": "MIT",
  1551. "dependencies": {
  1552. "braces": "^3.0.3",
  1553. "picomatch": "^2.3.1"
  1554. },
  1555. "engines": {
  1556. "node": ">=8.6"
  1557. }
  1558. },
  1559. "node_modules/micromatch/node_modules/braces": {
  1560. "version": "3.0.3",
  1561. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  1562. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  1563. "license": "MIT",
  1564. "dependencies": {
  1565. "fill-range": "^7.1.1"
  1566. },
  1567. "engines": {
  1568. "node": ">=8"
  1569. }
  1570. },
  1571. "node_modules/micromatch/node_modules/fill-range": {
  1572. "version": "7.1.1",
  1573. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  1574. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  1575. "license": "MIT",
  1576. "dependencies": {
  1577. "to-regex-range": "^5.0.1"
  1578. },
  1579. "engines": {
  1580. "node": ">=8"
  1581. }
  1582. },
  1583. "node_modules/micromatch/node_modules/is-number": {
  1584. "version": "7.0.0",
  1585. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  1586. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  1587. "license": "MIT",
  1588. "engines": {
  1589. "node": ">=0.12.0"
  1590. }
  1591. },
  1592. "node_modules/micromatch/node_modules/picomatch": {
  1593. "version": "2.3.1",
  1594. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
  1595. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  1596. "license": "MIT",
  1597. "engines": {
  1598. "node": ">=8.6"
  1599. },
  1600. "funding": {
  1601. "url": "https://github.com/sponsors/jonschlinkert"
  1602. }
  1603. },
  1604. "node_modules/micromatch/node_modules/to-regex-range": {
  1605. "version": "5.0.1",
  1606. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  1607. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  1608. "license": "MIT",
  1609. "dependencies": {
  1610. "is-number": "^7.0.0"
  1611. },
  1612. "engines": {
  1613. "node": ">=8.0"
  1614. }
  1615. },
  1616. "node_modules/normalize-path": {
  1617. "version": "3.0.0",
  1618. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  1619. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  1620. "license": "MIT",
  1621. "engines": {
  1622. "node": ">=0.10.0"
  1623. }
  1624. },
  1625. "node_modules/normalize-range": {
  1626. "version": "0.1.2",
  1627. "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
  1628. "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
  1629. "license": "MIT",
  1630. "engines": {
  1631. "node": ">=0.10.0"
  1632. }
  1633. },
  1634. "node_modules/object-hash": {
  1635. "version": "3.0.0",
  1636. "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
  1637. "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
  1638. "license": "MIT",
  1639. "engines": {
  1640. "node": ">= 6"
  1641. }
  1642. },
  1643. "node_modules/picocolors": {
  1644. "version": "1.1.1",
  1645. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  1646. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  1647. "license": "ISC"
  1648. },
  1649. "node_modules/postcss": {
  1650. "version": "8.4.49",
  1651. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz",
  1652. "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==",
  1653. "funding": [
  1654. {
  1655. "type": "opencollective",
  1656. "url": "https://opencollective.com/postcss/"
  1657. },
  1658. {
  1659. "type": "tidelift",
  1660. "url": "https://tidelift.com/funding/github/npm/postcss"
  1661. },
  1662. {
  1663. "type": "github",
  1664. "url": "https://github.com/sponsors/ai"
  1665. }
  1666. ],
  1667. "license": "MIT",
  1668. "dependencies": {
  1669. "nanoid": "^3.3.7",
  1670. "picocolors": "^1.1.1",
  1671. "source-map-js": "^1.2.1"
  1672. },
  1673. "engines": {
  1674. "node": "^10 || ^12 || >=14"
  1675. }
  1676. },
  1677. "node_modules/postcss-import": {
  1678. "version": "15.1.0",
  1679. "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz",
  1680. "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==",
  1681. "license": "MIT",
  1682. "dependencies": {
  1683. "postcss-value-parser": "^4.0.0",
  1684. "read-cache": "^1.0.0",
  1685. "resolve": "^1.1.7"
  1686. },
  1687. "engines": {
  1688. "node": ">=14.0.0"
  1689. },
  1690. "peerDependencies": {
  1691. "postcss": "^8.0.0"
  1692. }
  1693. },
  1694. "node_modules/postcss-import/node_modules/pify": {
  1695. "version": "2.3.0",
  1696. "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
  1697. "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
  1698. "license": "MIT",
  1699. "engines": {
  1700. "node": ">=0.10.0"
  1701. }
  1702. },
  1703. "node_modules/postcss-import/node_modules/read-cache": {
  1704. "version": "1.0.0",
  1705. "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
  1706. "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
  1707. "license": "MIT",
  1708. "dependencies": {
  1709. "pify": "^2.3.0"
  1710. }
  1711. },
  1712. "node_modules/postcss-js": {
  1713. "version": "4.0.1",
  1714. "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz",
  1715. "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==",
  1716. "license": "MIT",
  1717. "dependencies": {
  1718. "camelcase-css": "^2.0.1"
  1719. },
  1720. "engines": {
  1721. "node": "^12 || ^14 || >= 16"
  1722. },
  1723. "funding": {
  1724. "type": "opencollective",
  1725. "url": "https://opencollective.com/postcss/"
  1726. },
  1727. "peerDependencies": {
  1728. "postcss": "^8.4.21"
  1729. }
  1730. },
  1731. "node_modules/postcss-js/node_modules/camelcase-css": {
  1732. "version": "2.0.1",
  1733. "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
  1734. "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==",
  1735. "license": "MIT",
  1736. "engines": {
  1737. "node": ">= 6"
  1738. }
  1739. },
  1740. "node_modules/postcss-load-config": {
  1741. "version": "4.0.2",
  1742. "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz",
  1743. "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==",
  1744. "funding": [
  1745. {
  1746. "type": "opencollective",
  1747. "url": "https://opencollective.com/postcss/"
  1748. },
  1749. {
  1750. "type": "github",
  1751. "url": "https://github.com/sponsors/ai"
  1752. }
  1753. ],
  1754. "license": "MIT",
  1755. "dependencies": {
  1756. "lilconfig": "^3.0.0",
  1757. "yaml": "^2.3.4"
  1758. },
  1759. "engines": {
  1760. "node": ">= 14"
  1761. },
  1762. "peerDependencies": {
  1763. "postcss": ">=8.0.9",
  1764. "ts-node": ">=9.0.0"
  1765. },
  1766. "peerDependenciesMeta": {
  1767. "postcss": {
  1768. "optional": true
  1769. },
  1770. "ts-node": {
  1771. "optional": true
  1772. }
  1773. }
  1774. },
  1775. "node_modules/postcss-load-config/node_modules/lilconfig": {
  1776. "version": "3.1.2",
  1777. "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.2.tgz",
  1778. "integrity": "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==",
  1779. "license": "MIT",
  1780. "engines": {
  1781. "node": ">=14"
  1782. },
  1783. "funding": {
  1784. "url": "https://github.com/sponsors/antonk52"
  1785. }
  1786. },
  1787. "node_modules/postcss-load-config/node_modules/yaml": {
  1788. "version": "2.6.1",
  1789. "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.1.tgz",
  1790. "integrity": "sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==",
  1791. "license": "ISC",
  1792. "bin": {
  1793. "yaml": "bin.mjs"
  1794. },
  1795. "engines": {
  1796. "node": ">= 14"
  1797. }
  1798. },
  1799. "node_modules/postcss-nested": {
  1800. "version": "6.2.0",
  1801. "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz",
  1802. "integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==",
  1803. "funding": [
  1804. {
  1805. "type": "opencollective",
  1806. "url": "https://opencollective.com/postcss/"
  1807. },
  1808. {
  1809. "type": "github",
  1810. "url": "https://github.com/sponsors/ai"
  1811. }
  1812. ],
  1813. "license": "MIT",
  1814. "dependencies": {
  1815. "postcss-selector-parser": "^6.1.1"
  1816. },
  1817. "engines": {
  1818. "node": ">=12.0"
  1819. },
  1820. "peerDependencies": {
  1821. "postcss": "^8.2.14"
  1822. }
  1823. },
  1824. "node_modules/postcss-selector-parser": {
  1825. "version": "6.1.2",
  1826. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
  1827. "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
  1828. "license": "MIT",
  1829. "dependencies": {
  1830. "cssesc": "^3.0.0",
  1831. "util-deprecate": "^1.0.2"
  1832. },
  1833. "engines": {
  1834. "node": ">=4"
  1835. }
  1836. },
  1837. "node_modules/postcss-selector-parser/node_modules/cssesc": {
  1838. "version": "3.0.0",
  1839. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  1840. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  1841. "license": "MIT",
  1842. "bin": {
  1843. "cssesc": "bin/cssesc"
  1844. },
  1845. "engines": {
  1846. "node": ">=4"
  1847. }
  1848. },
  1849. "node_modules/postcss-selector-parser/node_modules/util-deprecate": {
  1850. "version": "1.0.2",
  1851. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  1852. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  1853. "license": "MIT"
  1854. },
  1855. "node_modules/postcss-value-parser": {
  1856. "version": "4.2.0",
  1857. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  1858. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
  1859. "license": "MIT"
  1860. },
  1861. "node_modules/postcss/node_modules/nanoid": {
  1862. "version": "3.3.8",
  1863. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz",
  1864. "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==",
  1865. "funding": [
  1866. {
  1867. "type": "github",
  1868. "url": "https://github.com/sponsors/ai"
  1869. }
  1870. ],
  1871. "license": "MIT",
  1872. "bin": {
  1873. "nanoid": "bin/nanoid.cjs"
  1874. },
  1875. "engines": {
  1876. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  1877. }
  1878. },
  1879. "node_modules/postcss/node_modules/source-map-js": {
  1880. "version": "1.2.1",
  1881. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  1882. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  1883. "license": "BSD-3-Clause",
  1884. "engines": {
  1885. "node": ">=0.10.0"
  1886. }
  1887. },
  1888. "node_modules/punycode.js": {
  1889. "version": "2.3.1",
  1890. "resolved": "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz",
  1891. "integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==",
  1892. "license": "MIT",
  1893. "engines": {
  1894. "node": ">=6"
  1895. }
  1896. },
  1897. "node_modules/resolve": {
  1898. "version": "1.22.8",
  1899. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
  1900. "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
  1901. "license": "MIT",
  1902. "dependencies": {
  1903. "is-core-module": "^2.13.0",
  1904. "path-parse": "^1.0.7",
  1905. "supports-preserve-symlinks-flag": "^1.0.0"
  1906. },
  1907. "bin": {
  1908. "resolve": "bin/resolve"
  1909. },
  1910. "funding": {
  1911. "url": "https://github.com/sponsors/ljharb"
  1912. }
  1913. },
  1914. "node_modules/resolve/node_modules/function-bind": {
  1915. "version": "1.1.2",
  1916. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  1917. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  1918. "license": "MIT",
  1919. "funding": {
  1920. "url": "https://github.com/sponsors/ljharb"
  1921. }
  1922. },
  1923. "node_modules/resolve/node_modules/hasown": {
  1924. "version": "2.0.2",
  1925. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
  1926. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  1927. "license": "MIT",
  1928. "dependencies": {
  1929. "function-bind": "^1.1.2"
  1930. },
  1931. "engines": {
  1932. "node": ">= 0.4"
  1933. }
  1934. },
  1935. "node_modules/resolve/node_modules/is-core-module": {
  1936. "version": "2.15.1",
  1937. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz",
  1938. "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==",
  1939. "license": "MIT",
  1940. "dependencies": {
  1941. "hasown": "^2.0.2"
  1942. },
  1943. "engines": {
  1944. "node": ">= 0.4"
  1945. },
  1946. "funding": {
  1947. "url": "https://github.com/sponsors/ljharb"
  1948. }
  1949. },
  1950. "node_modules/resolve/node_modules/path-parse": {
  1951. "version": "1.0.7",
  1952. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  1953. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  1954. "license": "MIT"
  1955. },
  1956. "node_modules/resolve/node_modules/supports-preserve-symlinks-flag": {
  1957. "version": "1.0.0",
  1958. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  1959. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  1960. "license": "MIT",
  1961. "engines": {
  1962. "node": ">= 0.4"
  1963. },
  1964. "funding": {
  1965. "url": "https://github.com/sponsors/ljharb"
  1966. }
  1967. },
  1968. "node_modules/rollup": {
  1969. "version": "4.28.0",
  1970. "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.28.0.tgz",
  1971. "integrity": "sha512-G9GOrmgWHBma4YfCcX8PjH0qhXSdH8B4HDE2o4/jaxj93S4DPCIDoLcXz99eWMji4hB29UFCEd7B2gwGJDR9cQ==",
  1972. "license": "MIT",
  1973. "dependencies": {
  1974. "@types/estree": "1.0.6"
  1975. },
  1976. "bin": {
  1977. "rollup": "dist/bin/rollup"
  1978. },
  1979. "engines": {
  1980. "node": ">=18.0.0",
  1981. "npm": ">=8.0.0"
  1982. },
  1983. "optionalDependencies": {
  1984. "@rollup/rollup-android-arm-eabi": "4.28.0",
  1985. "@rollup/rollup-android-arm64": "4.28.0",
  1986. "@rollup/rollup-darwin-arm64": "4.28.0",
  1987. "@rollup/rollup-darwin-x64": "4.28.0",
  1988. "@rollup/rollup-freebsd-arm64": "4.28.0",
  1989. "@rollup/rollup-freebsd-x64": "4.28.0",
  1990. "@rollup/rollup-linux-arm-gnueabihf": "4.28.0",
  1991. "@rollup/rollup-linux-arm-musleabihf": "4.28.0",
  1992. "@rollup/rollup-linux-arm64-gnu": "4.28.0",
  1993. "@rollup/rollup-linux-arm64-musl": "4.28.0",
  1994. "@rollup/rollup-linux-powerpc64le-gnu": "4.28.0",
  1995. "@rollup/rollup-linux-riscv64-gnu": "4.28.0",
  1996. "@rollup/rollup-linux-s390x-gnu": "4.28.0",
  1997. "@rollup/rollup-linux-x64-gnu": "4.28.0",
  1998. "@rollup/rollup-linux-x64-musl": "4.28.0",
  1999. "@rollup/rollup-win32-arm64-msvc": "4.28.0",
  2000. "@rollup/rollup-win32-ia32-msvc": "4.28.0",
  2001. "@rollup/rollup-win32-x64-msvc": "4.28.0",
  2002. "fsevents": "~2.3.2"
  2003. }
  2004. },
  2005. "node_modules/rollup/node_modules/@rollup/rollup-darwin-arm64": {
  2006. "version": "4.28.0",
  2007. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.28.0.tgz",
  2008. "integrity": "sha512-lmKx9yHsppblnLQZOGxdO66gT77bvdBtr/0P+TPOseowE7D9AJoBw8ZDULRasXRWf1Z86/gcOdpBrV6VDUY36Q==",
  2009. "cpu": [
  2010. "arm64"
  2011. ],
  2012. "license": "MIT",
  2013. "optional": true,
  2014. "os": [
  2015. "darwin"
  2016. ]
  2017. },
  2018. "node_modules/rollup/node_modules/@types/estree": {
  2019. "version": "1.0.6",
  2020. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz",
  2021. "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==",
  2022. "license": "MIT"
  2023. },
  2024. "node_modules/sucrase": {
  2025. "version": "3.35.0",
  2026. "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz",
  2027. "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==",
  2028. "license": "MIT",
  2029. "dependencies": {
  2030. "@jridgewell/gen-mapping": "^0.3.2",
  2031. "commander": "^4.0.0",
  2032. "glob": "^10.3.10",
  2033. "lines-and-columns": "^1.1.6",
  2034. "mz": "^2.7.0",
  2035. "pirates": "^4.0.1",
  2036. "ts-interface-checker": "^0.1.9"
  2037. },
  2038. "bin": {
  2039. "sucrase": "bin/sucrase",
  2040. "sucrase-node": "bin/sucrase-node"
  2041. },
  2042. "engines": {
  2043. "node": ">=16 || 14 >=14.17"
  2044. }
  2045. },
  2046. "node_modules/sucrase/node_modules/@isaacs/cliui": {
  2047. "version": "8.0.2",
  2048. "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
  2049. "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
  2050. "license": "ISC",
  2051. "dependencies": {
  2052. "string-width": "^5.1.2",
  2053. "string-width-cjs": "npm:string-width@^4.2.0",
  2054. "strip-ansi": "^7.0.1",
  2055. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  2056. "wrap-ansi": "^8.1.0",
  2057. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  2058. },
  2059. "engines": {
  2060. "node": ">=12"
  2061. }
  2062. },
  2063. "node_modules/sucrase/node_modules/@jridgewell/gen-mapping": {
  2064. "version": "0.3.5",
  2065. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
  2066. "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
  2067. "license": "MIT",
  2068. "dependencies": {
  2069. "@jridgewell/set-array": "^1.2.1",
  2070. "@jridgewell/sourcemap-codec": "^1.4.10",
  2071. "@jridgewell/trace-mapping": "^0.3.24"
  2072. },
  2073. "engines": {
  2074. "node": ">=6.0.0"
  2075. }
  2076. },
  2077. "node_modules/sucrase/node_modules/@jridgewell/resolve-uri": {
  2078. "version": "3.1.2",
  2079. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  2080. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  2081. "license": "MIT",
  2082. "engines": {
  2083. "node": ">=6.0.0"
  2084. }
  2085. },
  2086. "node_modules/sucrase/node_modules/@jridgewell/set-array": {
  2087. "version": "1.2.1",
  2088. "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
  2089. "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
  2090. "license": "MIT",
  2091. "engines": {
  2092. "node": ">=6.0.0"
  2093. }
  2094. },
  2095. "node_modules/sucrase/node_modules/@jridgewell/sourcemap-codec": {
  2096. "version": "1.5.0",
  2097. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
  2098. "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
  2099. "license": "MIT"
  2100. },
  2101. "node_modules/sucrase/node_modules/@jridgewell/trace-mapping": {
  2102. "version": "0.3.25",
  2103. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
  2104. "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
  2105. "license": "MIT",
  2106. "dependencies": {
  2107. "@jridgewell/resolve-uri": "^3.1.0",
  2108. "@jridgewell/sourcemap-codec": "^1.4.14"
  2109. }
  2110. },
  2111. "node_modules/sucrase/node_modules/@pkgjs/parseargs": {
  2112. "version": "0.11.0",
  2113. "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
  2114. "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
  2115. "license": "MIT",
  2116. "optional": true,
  2117. "engines": {
  2118. "node": ">=14"
  2119. }
  2120. },
  2121. "node_modules/sucrase/node_modules/ansi-regex": {
  2122. "version": "6.1.0",
  2123. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
  2124. "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
  2125. "license": "MIT",
  2126. "engines": {
  2127. "node": ">=12"
  2128. },
  2129. "funding": {
  2130. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  2131. }
  2132. },
  2133. "node_modules/sucrase/node_modules/ansi-styles": {
  2134. "version": "6.2.1",
  2135. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
  2136. "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
  2137. "license": "MIT",
  2138. "engines": {
  2139. "node": ">=12"
  2140. },
  2141. "funding": {
  2142. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  2143. }
  2144. },
  2145. "node_modules/sucrase/node_modules/any-promise": {
  2146. "version": "1.3.0",
  2147. "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",
  2148. "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
  2149. "license": "MIT"
  2150. },
  2151. "node_modules/sucrase/node_modules/balanced-match": {
  2152. "version": "1.0.2",
  2153. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  2154. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  2155. "license": "MIT"
  2156. },
  2157. "node_modules/sucrase/node_modules/brace-expansion": {
  2158. "version": "2.0.1",
  2159. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
  2160. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  2161. "license": "MIT",
  2162. "dependencies": {
  2163. "balanced-match": "^1.0.0"
  2164. }
  2165. },
  2166. "node_modules/sucrase/node_modules/color-convert": {
  2167. "version": "2.0.1",
  2168. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  2169. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  2170. "license": "MIT",
  2171. "dependencies": {
  2172. "color-name": "~1.1.4"
  2173. },
  2174. "engines": {
  2175. "node": ">=7.0.0"
  2176. }
  2177. },
  2178. "node_modules/sucrase/node_modules/color-name": {
  2179. "version": "1.1.4",
  2180. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  2181. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  2182. "license": "MIT"
  2183. },
  2184. "node_modules/sucrase/node_modules/commander": {
  2185. "version": "4.1.1",
  2186. "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
  2187. "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
  2188. "license": "MIT",
  2189. "engines": {
  2190. "node": ">= 6"
  2191. }
  2192. },
  2193. "node_modules/sucrase/node_modules/cross-spawn": {
  2194. "version": "7.0.6",
  2195. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
  2196. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  2197. "license": "MIT",
  2198. "dependencies": {
  2199. "path-key": "^3.1.0",
  2200. "shebang-command": "^2.0.0",
  2201. "which": "^2.0.1"
  2202. },
  2203. "engines": {
  2204. "node": ">= 8"
  2205. }
  2206. },
  2207. "node_modules/sucrase/node_modules/eastasianwidth": {
  2208. "version": "0.2.0",
  2209. "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
  2210. "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
  2211. "license": "MIT"
  2212. },
  2213. "node_modules/sucrase/node_modules/emoji-regex": {
  2214. "version": "9.2.2",
  2215. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
  2216. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
  2217. "license": "MIT"
  2218. },
  2219. "node_modules/sucrase/node_modules/foreground-child": {
  2220. "version": "3.3.0",
  2221. "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz",
  2222. "integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==",
  2223. "license": "ISC",
  2224. "dependencies": {
  2225. "cross-spawn": "^7.0.0",
  2226. "signal-exit": "^4.0.1"
  2227. },
  2228. "engines": {
  2229. "node": ">=14"
  2230. },
  2231. "funding": {
  2232. "url": "https://github.com/sponsors/isaacs"
  2233. }
  2234. },
  2235. "node_modules/sucrase/node_modules/glob": {
  2236. "version": "10.4.5",
  2237. "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
  2238. "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
  2239. "license": "ISC",
  2240. "dependencies": {
  2241. "foreground-child": "^3.1.0",
  2242. "jackspeak": "^3.1.2",
  2243. "minimatch": "^9.0.4",
  2244. "minipass": "^7.1.2",
  2245. "package-json-from-dist": "^1.0.0",
  2246. "path-scurry": "^1.11.1"
  2247. },
  2248. "bin": {
  2249. "glob": "dist/esm/bin.mjs"
  2250. },
  2251. "funding": {
  2252. "url": "https://github.com/sponsors/isaacs"
  2253. }
  2254. },
  2255. "node_modules/sucrase/node_modules/is-fullwidth-code-point": {
  2256. "version": "3.0.0",
  2257. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  2258. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  2259. "license": "MIT",
  2260. "engines": {
  2261. "node": ">=8"
  2262. }
  2263. },
  2264. "node_modules/sucrase/node_modules/isexe": {
  2265. "version": "2.0.0",
  2266. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  2267. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  2268. "license": "ISC"
  2269. },
  2270. "node_modules/sucrase/node_modules/jackspeak": {
  2271. "version": "3.4.3",
  2272. "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
  2273. "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
  2274. "license": "BlueOak-1.0.0",
  2275. "dependencies": {
  2276. "@isaacs/cliui": "^8.0.2"
  2277. },
  2278. "funding": {
  2279. "url": "https://github.com/sponsors/isaacs"
  2280. },
  2281. "optionalDependencies": {
  2282. "@pkgjs/parseargs": "^0.11.0"
  2283. }
  2284. },
  2285. "node_modules/sucrase/node_modules/lines-and-columns": {
  2286. "version": "1.2.4",
  2287. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  2288. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
  2289. "license": "MIT"
  2290. },
  2291. "node_modules/sucrase/node_modules/lru-cache": {
  2292. "version": "10.4.3",
  2293. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
  2294. "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
  2295. "license": "ISC"
  2296. },
  2297. "node_modules/sucrase/node_modules/minimatch": {
  2298. "version": "9.0.5",
  2299. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
  2300. "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
  2301. "license": "ISC",
  2302. "dependencies": {
  2303. "brace-expansion": "^2.0.1"
  2304. },
  2305. "engines": {
  2306. "node": ">=16 || 14 >=14.17"
  2307. },
  2308. "funding": {
  2309. "url": "https://github.com/sponsors/isaacs"
  2310. }
  2311. },
  2312. "node_modules/sucrase/node_modules/minipass": {
  2313. "version": "7.1.2",
  2314. "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
  2315. "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
  2316. "license": "ISC",
  2317. "engines": {
  2318. "node": ">=16 || 14 >=14.17"
  2319. }
  2320. },
  2321. "node_modules/sucrase/node_modules/mz": {
  2322. "version": "2.7.0",
  2323. "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz",
  2324. "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
  2325. "license": "MIT",
  2326. "dependencies": {
  2327. "any-promise": "^1.0.0",
  2328. "object-assign": "^4.0.1",
  2329. "thenify-all": "^1.0.0"
  2330. }
  2331. },
  2332. "node_modules/sucrase/node_modules/object-assign": {
  2333. "version": "4.1.1",
  2334. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  2335. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  2336. "license": "MIT",
  2337. "engines": {
  2338. "node": ">=0.10.0"
  2339. }
  2340. },
  2341. "node_modules/sucrase/node_modules/package-json-from-dist": {
  2342. "version": "1.0.1",
  2343. "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
  2344. "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
  2345. "license": "BlueOak-1.0.0"
  2346. },
  2347. "node_modules/sucrase/node_modules/path-key": {
  2348. "version": "3.1.1",
  2349. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  2350. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  2351. "license": "MIT",
  2352. "engines": {
  2353. "node": ">=8"
  2354. }
  2355. },
  2356. "node_modules/sucrase/node_modules/path-scurry": {
  2357. "version": "1.11.1",
  2358. "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
  2359. "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
  2360. "license": "BlueOak-1.0.0",
  2361. "dependencies": {
  2362. "lru-cache": "^10.2.0",
  2363. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  2364. },
  2365. "engines": {
  2366. "node": ">=16 || 14 >=14.18"
  2367. },
  2368. "funding": {
  2369. "url": "https://github.com/sponsors/isaacs"
  2370. }
  2371. },
  2372. "node_modules/sucrase/node_modules/pirates": {
  2373. "version": "4.0.6",
  2374. "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz",
  2375. "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==",
  2376. "license": "MIT",
  2377. "engines": {
  2378. "node": ">= 6"
  2379. }
  2380. },
  2381. "node_modules/sucrase/node_modules/shebang-command": {
  2382. "version": "2.0.0",
  2383. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  2384. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  2385. "license": "MIT",
  2386. "dependencies": {
  2387. "shebang-regex": "^3.0.0"
  2388. },
  2389. "engines": {
  2390. "node": ">=8"
  2391. }
  2392. },
  2393. "node_modules/sucrase/node_modules/shebang-regex": {
  2394. "version": "3.0.0",
  2395. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  2396. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  2397. "license": "MIT",
  2398. "engines": {
  2399. "node": ">=8"
  2400. }
  2401. },
  2402. "node_modules/sucrase/node_modules/signal-exit": {
  2403. "version": "4.1.0",
  2404. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  2405. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  2406. "license": "ISC",
  2407. "engines": {
  2408. "node": ">=14"
  2409. },
  2410. "funding": {
  2411. "url": "https://github.com/sponsors/isaacs"
  2412. }
  2413. },
  2414. "node_modules/sucrase/node_modules/string-width": {
  2415. "version": "5.1.2",
  2416. "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
  2417. "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
  2418. "license": "MIT",
  2419. "dependencies": {
  2420. "eastasianwidth": "^0.2.0",
  2421. "emoji-regex": "^9.2.2",
  2422. "strip-ansi": "^7.0.1"
  2423. },
  2424. "engines": {
  2425. "node": ">=12"
  2426. },
  2427. "funding": {
  2428. "url": "https://github.com/sponsors/sindresorhus"
  2429. }
  2430. },
  2431. "node_modules/sucrase/node_modules/string-width-cjs": {
  2432. "name": "string-width",
  2433. "version": "4.2.3",
  2434. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  2435. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  2436. "license": "MIT",
  2437. "dependencies": {
  2438. "emoji-regex": "^8.0.0",
  2439. "is-fullwidth-code-point": "^3.0.0",
  2440. "strip-ansi": "^6.0.1"
  2441. },
  2442. "engines": {
  2443. "node": ">=8"
  2444. }
  2445. },
  2446. "node_modules/sucrase/node_modules/string-width-cjs/node_modules/ansi-regex": {
  2447. "version": "5.0.1",
  2448. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  2449. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  2450. "license": "MIT",
  2451. "engines": {
  2452. "node": ">=8"
  2453. }
  2454. },
  2455. "node_modules/sucrase/node_modules/string-width-cjs/node_modules/emoji-regex": {
  2456. "version": "8.0.0",
  2457. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  2458. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  2459. "license": "MIT"
  2460. },
  2461. "node_modules/sucrase/node_modules/string-width-cjs/node_modules/strip-ansi": {
  2462. "version": "6.0.1",
  2463. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  2464. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  2465. "license": "MIT",
  2466. "dependencies": {
  2467. "ansi-regex": "^5.0.1"
  2468. },
  2469. "engines": {
  2470. "node": ">=8"
  2471. }
  2472. },
  2473. "node_modules/sucrase/node_modules/strip-ansi": {
  2474. "version": "7.1.0",
  2475. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
  2476. "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
  2477. "license": "MIT",
  2478. "dependencies": {
  2479. "ansi-regex": "^6.0.1"
  2480. },
  2481. "engines": {
  2482. "node": ">=12"
  2483. },
  2484. "funding": {
  2485. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  2486. }
  2487. },
  2488. "node_modules/sucrase/node_modules/strip-ansi-cjs": {
  2489. "name": "strip-ansi",
  2490. "version": "6.0.1",
  2491. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  2492. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  2493. "license": "MIT",
  2494. "dependencies": {
  2495. "ansi-regex": "^5.0.1"
  2496. },
  2497. "engines": {
  2498. "node": ">=8"
  2499. }
  2500. },
  2501. "node_modules/sucrase/node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
  2502. "version": "5.0.1",
  2503. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  2504. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  2505. "license": "MIT",
  2506. "engines": {
  2507. "node": ">=8"
  2508. }
  2509. },
  2510. "node_modules/sucrase/node_modules/thenify": {
  2511. "version": "3.3.1",
  2512. "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz",
  2513. "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
  2514. "license": "MIT",
  2515. "dependencies": {
  2516. "any-promise": "^1.0.0"
  2517. }
  2518. },
  2519. "node_modules/sucrase/node_modules/thenify-all": {
  2520. "version": "1.6.0",
  2521. "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz",
  2522. "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
  2523. "license": "MIT",
  2524. "dependencies": {
  2525. "thenify": ">= 3.1.0 < 4"
  2526. },
  2527. "engines": {
  2528. "node": ">=0.8"
  2529. }
  2530. },
  2531. "node_modules/sucrase/node_modules/ts-interface-checker": {
  2532. "version": "0.1.13",
  2533. "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
  2534. "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==",
  2535. "license": "Apache-2.0"
  2536. },
  2537. "node_modules/sucrase/node_modules/which": {
  2538. "version": "2.0.2",
  2539. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  2540. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  2541. "license": "ISC",
  2542. "dependencies": {
  2543. "isexe": "^2.0.0"
  2544. },
  2545. "bin": {
  2546. "node-which": "bin/node-which"
  2547. },
  2548. "engines": {
  2549. "node": ">= 8"
  2550. }
  2551. },
  2552. "node_modules/sucrase/node_modules/wrap-ansi": {
  2553. "version": "8.1.0",
  2554. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
  2555. "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
  2556. "license": "MIT",
  2557. "dependencies": {
  2558. "ansi-styles": "^6.1.0",
  2559. "string-width": "^5.0.1",
  2560. "strip-ansi": "^7.0.1"
  2561. },
  2562. "engines": {
  2563. "node": ">=12"
  2564. },
  2565. "funding": {
  2566. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  2567. }
  2568. },
  2569. "node_modules/sucrase/node_modules/wrap-ansi-cjs": {
  2570. "name": "wrap-ansi",
  2571. "version": "7.0.0",
  2572. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  2573. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  2574. "license": "MIT",
  2575. "dependencies": {
  2576. "ansi-styles": "^4.0.0",
  2577. "string-width": "^4.1.0",
  2578. "strip-ansi": "^6.0.0"
  2579. },
  2580. "engines": {
  2581. "node": ">=10"
  2582. },
  2583. "funding": {
  2584. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  2585. }
  2586. },
  2587. "node_modules/sucrase/node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
  2588. "version": "5.0.1",
  2589. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  2590. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  2591. "license": "MIT",
  2592. "engines": {
  2593. "node": ">=8"
  2594. }
  2595. },
  2596. "node_modules/sucrase/node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
  2597. "version": "4.3.0",
  2598. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  2599. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  2600. "license": "MIT",
  2601. "dependencies": {
  2602. "color-convert": "^2.0.1"
  2603. },
  2604. "engines": {
  2605. "node": ">=8"
  2606. },
  2607. "funding": {
  2608. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  2609. }
  2610. },
  2611. "node_modules/sucrase/node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
  2612. "version": "8.0.0",
  2613. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  2614. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  2615. "license": "MIT"
  2616. },
  2617. "node_modules/sucrase/node_modules/wrap-ansi-cjs/node_modules/string-width": {
  2618. "version": "4.2.3",
  2619. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  2620. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  2621. "license": "MIT",
  2622. "dependencies": {
  2623. "emoji-regex": "^8.0.0",
  2624. "is-fullwidth-code-point": "^3.0.0",
  2625. "strip-ansi": "^6.0.1"
  2626. },
  2627. "engines": {
  2628. "node": ">=8"
  2629. }
  2630. },
  2631. "node_modules/sucrase/node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
  2632. "version": "6.0.1",
  2633. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  2634. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  2635. "license": "MIT",
  2636. "dependencies": {
  2637. "ansi-regex": "^5.0.1"
  2638. },
  2639. "engines": {
  2640. "node": ">=8"
  2641. }
  2642. },
  2643. "node_modules/tailwindcss": {
  2644. "version": "3.4.15",
  2645. "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.15.tgz",
  2646. "integrity": "sha512-r4MeXnfBmSOuKUWmXe6h2CcyfzJCEk4F0pptO5jlnYSIViUkVmsawj80N5h2lO3gwcmSb4n3PuN+e+GC1Guylw==",
  2647. "license": "MIT",
  2648. "dependencies": {
  2649. "@alloc/quick-lru": "^5.2.0",
  2650. "arg": "^5.0.2",
  2651. "chokidar": "^3.6.0",
  2652. "didyoumean": "^1.2.2",
  2653. "dlv": "^1.1.3",
  2654. "fast-glob": "^3.3.2",
  2655. "glob-parent": "^6.0.2",
  2656. "is-glob": "^4.0.3",
  2657. "jiti": "^1.21.6",
  2658. "lilconfig": "^2.1.0",
  2659. "micromatch": "^4.0.8",
  2660. "normalize-path": "^3.0.0",
  2661. "object-hash": "^3.0.0",
  2662. "picocolors": "^1.1.1",
  2663. "postcss": "^8.4.47",
  2664. "postcss-import": "^15.1.0",
  2665. "postcss-js": "^4.0.1",
  2666. "postcss-load-config": "^4.0.2",
  2667. "postcss-nested": "^6.2.0",
  2668. "postcss-selector-parser": "^6.1.2",
  2669. "resolve": "^1.22.8",
  2670. "sucrase": "^3.35.0"
  2671. },
  2672. "bin": {
  2673. "tailwind": "lib/cli.js",
  2674. "tailwindcss": "lib/cli.js"
  2675. },
  2676. "engines": {
  2677. "node": ">=14.0.0"
  2678. }
  2679. },
  2680. "node_modules/uc.micro": {
  2681. "version": "2.1.0",
  2682. "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz",
  2683. "integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==",
  2684. "license": "MIT"
  2685. },
  2686. "node_modules/vite": {
  2687. "version": "5.4.11",
  2688. "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.11.tgz",
  2689. "integrity": "sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q==",
  2690. "license": "MIT",
  2691. "dependencies": {
  2692. "esbuild": "^0.21.3",
  2693. "postcss": "^8.4.43",
  2694. "rollup": "^4.20.0"
  2695. },
  2696. "bin": {
  2697. "vite": "bin/vite.js"
  2698. },
  2699. "engines": {
  2700. "node": "^18.0.0 || >=20.0.0"
  2701. },
  2702. "funding": {
  2703. "url": "https://github.com/vitejs/vite?sponsor=1"
  2704. },
  2705. "optionalDependencies": {
  2706. "fsevents": "~2.3.3"
  2707. },
  2708. "peerDependencies": {
  2709. "@types/node": "^18.0.0 || >=20.0.0",
  2710. "less": "*",
  2711. "lightningcss": "^1.21.0",
  2712. "sass": "*",
  2713. "sass-embedded": "*",
  2714. "stylus": "*",
  2715. "sugarss": "*",
  2716. "terser": "^5.4.0"
  2717. },
  2718. "peerDependenciesMeta": {
  2719. "@types/node": {
  2720. "optional": true
  2721. },
  2722. "less": {
  2723. "optional": true
  2724. },
  2725. "lightningcss": {
  2726. "optional": true
  2727. },
  2728. "sass": {
  2729. "optional": true
  2730. },
  2731. "sass-embedded": {
  2732. "optional": true
  2733. },
  2734. "stylus": {
  2735. "optional": true
  2736. },
  2737. "sugarss": {
  2738. "optional": true
  2739. },
  2740. "terser": {
  2741. "optional": true
  2742. }
  2743. }
  2744. },
  2745. "node_modules/vite-plugin-singlefile": {
  2746. "version": "2.0.3",
  2747. "resolved": "https://registry.npmjs.org/vite-plugin-singlefile/-/vite-plugin-singlefile-2.0.3.tgz",
  2748. "integrity": "sha512-OEBEwdX8nCGPSdtaB1D7rryYnT+YfPTS8ojL1TDyeUF+bWDCTfRriQqw6T0vl9EbKI/KMg7szN3awst6cLrKkA==",
  2749. "license": "MIT",
  2750. "dependencies": {
  2751. "micromatch": "^4.0.8"
  2752. },
  2753. "engines": {
  2754. "node": ">18.0.0"
  2755. },
  2756. "peerDependencies": {
  2757. "rollup": "^4.24.3",
  2758. "vite": "^5.4.10"
  2759. }
  2760. },
  2761. "node_modules/vue": {
  2762. "version": "3.5.13",
  2763. "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.13.tgz",
  2764. "integrity": "sha512-wmeiSMxkZCSc+PM2w2VRsOYAZC8GdipNFRTsLSfodVqI9mbejKeXEGr8SckuLnrQPGe3oJN5c3K0vpoU9q/wCQ==",
  2765. "license": "MIT",
  2766. "dependencies": {
  2767. "@vue/compiler-dom": "3.5.13",
  2768. "@vue/compiler-sfc": "3.5.13",
  2769. "@vue/runtime-dom": "3.5.13",
  2770. "@vue/server-renderer": "3.5.13",
  2771. "@vue/shared": "3.5.13"
  2772. },
  2773. "peerDependencies": {
  2774. "typescript": "*"
  2775. },
  2776. "peerDependenciesMeta": {
  2777. "typescript": {
  2778. "optional": true
  2779. }
  2780. }
  2781. }
  2782. }
  2783. }