package-lock.json 115 KB

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