package-lock.json 137 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001
  1. {
  2. "name": "project3",
  3. "version": "0.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "project3",
  9. "version": "0.0.0",
  10. "dependencies": {
  11. "@tailwindcss/vite": "^4.3.2",
  12. "axios": "^1.18.1",
  13. "mitt": "^3.0.1",
  14. "sass": "^1.101.0",
  15. "tailwindcss": "^4.3.2",
  16. "vue": "^3.5.38",
  17. "vue-router": "^5.1.0"
  18. },
  19. "devDependencies": {
  20. "@tsconfig/node24": "^24.0.4",
  21. "@types/node": "^24.13.2",
  22. "@vitejs/plugin-vue": "^6.0.7",
  23. "@vue/tsconfig": "^0.9.1",
  24. "npm-run-all2": "^9.0.2",
  25. "typescript": "~6.0.0",
  26. "vite": "^8.0.16",
  27. "vite-plugin-vue-devtools": "^8.1.2",
  28. "vue-tsc": "^3.3.5"
  29. },
  30. "engines": {
  31. "node": "^22.18.0 || >=24.12.0"
  32. }
  33. },
  34. "node_modules/@babel/code-frame": {
  35. "version": "7.29.7",
  36. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz",
  37. "integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==",
  38. "dev": true,
  39. "license": "MIT",
  40. "dependencies": {
  41. "@babel/helper-validator-identifier": "^7.29.7",
  42. "js-tokens": "^4.0.0",
  43. "picocolors": "^1.1.1"
  44. },
  45. "engines": {
  46. "node": ">=6.9.0"
  47. }
  48. },
  49. "node_modules/@babel/compat-data": {
  50. "version": "7.29.7",
  51. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.7.tgz",
  52. "integrity": "sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==",
  53. "dev": true,
  54. "license": "MIT",
  55. "engines": {
  56. "node": ">=6.9.0"
  57. }
  58. },
  59. "node_modules/@babel/core": {
  60. "version": "7.29.7",
  61. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.7.tgz",
  62. "integrity": "sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==",
  63. "dev": true,
  64. "license": "MIT",
  65. "dependencies": {
  66. "@babel/code-frame": "^7.29.7",
  67. "@babel/generator": "^7.29.7",
  68. "@babel/helper-compilation-targets": "^7.29.7",
  69. "@babel/helper-module-transforms": "^7.29.7",
  70. "@babel/helpers": "^7.29.7",
  71. "@babel/parser": "^7.29.7",
  72. "@babel/template": "^7.29.7",
  73. "@babel/traverse": "^7.29.7",
  74. "@babel/types": "^7.29.7",
  75. "@jridgewell/remapping": "^2.3.5",
  76. "convert-source-map": "^2.0.0",
  77. "debug": "^4.1.0",
  78. "gensync": "^1.0.0-beta.2",
  79. "json5": "^2.2.3",
  80. "semver": "^6.3.1"
  81. },
  82. "engines": {
  83. "node": ">=6.9.0"
  84. },
  85. "funding": {
  86. "type": "opencollective",
  87. "url": "https://opencollective.com/babel"
  88. }
  89. },
  90. "node_modules/@babel/generator": {
  91. "version": "7.29.7",
  92. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.7.tgz",
  93. "integrity": "sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==",
  94. "dev": true,
  95. "license": "MIT",
  96. "dependencies": {
  97. "@babel/parser": "^7.29.7",
  98. "@babel/types": "^7.29.7",
  99. "@jridgewell/gen-mapping": "^0.3.12",
  100. "@jridgewell/trace-mapping": "^0.3.28",
  101. "jsesc": "^3.0.2"
  102. },
  103. "engines": {
  104. "node": ">=6.9.0"
  105. }
  106. },
  107. "node_modules/@babel/helper-annotate-as-pure": {
  108. "version": "7.29.7",
  109. "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.29.7.tgz",
  110. "integrity": "sha512-OoK6239jHPuSQOoS0kfTVKn0b/rVTk0seKq4Gd2UMLtmOVLjDC0ki3e+c90Trqv2gMfvJFqkiljrr568+qddiw==",
  111. "dev": true,
  112. "license": "MIT",
  113. "dependencies": {
  114. "@babel/types": "^7.29.7"
  115. },
  116. "engines": {
  117. "node": ">=6.9.0"
  118. }
  119. },
  120. "node_modules/@babel/helper-compilation-targets": {
  121. "version": "7.29.7",
  122. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz",
  123. "integrity": "sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==",
  124. "dev": true,
  125. "license": "MIT",
  126. "dependencies": {
  127. "@babel/compat-data": "^7.29.7",
  128. "@babel/helper-validator-option": "^7.29.7",
  129. "browserslist": "^4.24.0",
  130. "lru-cache": "^5.1.1",
  131. "semver": "^6.3.1"
  132. },
  133. "engines": {
  134. "node": ">=6.9.0"
  135. }
  136. },
  137. "node_modules/@babel/helper-create-class-features-plugin": {
  138. "version": "7.29.7",
  139. "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.29.7.tgz",
  140. "integrity": "sha512-IY3ZD9Tmooqr3TUhc3DUWxiuo8xx1DWLhd5M7hQ+ZWJamqM2BbalrBJb2MisSLoYorOj75U03qULCxQTY9r3hg==",
  141. "dev": true,
  142. "license": "MIT",
  143. "dependencies": {
  144. "@babel/helper-annotate-as-pure": "^7.29.7",
  145. "@babel/helper-member-expression-to-functions": "^7.29.7",
  146. "@babel/helper-optimise-call-expression": "^7.29.7",
  147. "@babel/helper-replace-supers": "^7.29.7",
  148. "@babel/helper-skip-transparent-expression-wrappers": "^7.29.7",
  149. "@babel/traverse": "^7.29.7",
  150. "semver": "^6.3.1"
  151. },
  152. "engines": {
  153. "node": ">=6.9.0"
  154. },
  155. "peerDependencies": {
  156. "@babel/core": "^7.0.0"
  157. }
  158. },
  159. "node_modules/@babel/helper-globals": {
  160. "version": "7.29.7",
  161. "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.29.7.tgz",
  162. "integrity": "sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==",
  163. "dev": true,
  164. "license": "MIT",
  165. "engines": {
  166. "node": ">=6.9.0"
  167. }
  168. },
  169. "node_modules/@babel/helper-member-expression-to-functions": {
  170. "version": "7.29.7",
  171. "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.29.7.tgz",
  172. "integrity": "sha512-j+7JYmk1JYDtACIGj0QJqqWZjoUpMoEikQGADMaHgCMCSDqd2+P32rfcibUNrGOMWrlzK1WJBdxrB3JJQZwWtg==",
  173. "dev": true,
  174. "license": "MIT",
  175. "dependencies": {
  176. "@babel/traverse": "^7.29.7",
  177. "@babel/types": "^7.29.7"
  178. },
  179. "engines": {
  180. "node": ">=6.9.0"
  181. }
  182. },
  183. "node_modules/@babel/helper-module-imports": {
  184. "version": "7.29.7",
  185. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz",
  186. "integrity": "sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==",
  187. "dev": true,
  188. "license": "MIT",
  189. "dependencies": {
  190. "@babel/traverse": "^7.29.7",
  191. "@babel/types": "^7.29.7"
  192. },
  193. "engines": {
  194. "node": ">=6.9.0"
  195. }
  196. },
  197. "node_modules/@babel/helper-module-transforms": {
  198. "version": "7.29.7",
  199. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz",
  200. "integrity": "sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==",
  201. "dev": true,
  202. "license": "MIT",
  203. "dependencies": {
  204. "@babel/helper-module-imports": "^7.29.7",
  205. "@babel/helper-validator-identifier": "^7.29.7",
  206. "@babel/traverse": "^7.29.7"
  207. },
  208. "engines": {
  209. "node": ">=6.9.0"
  210. },
  211. "peerDependencies": {
  212. "@babel/core": "^7.0.0"
  213. }
  214. },
  215. "node_modules/@babel/helper-optimise-call-expression": {
  216. "version": "7.29.7",
  217. "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.29.7.tgz",
  218. "integrity": "sha512-+kmGVjcT9RGYzoDwdwEqEvGgKe3BYq+O1iGzjFubaNgZHwYHP6lsF2Yghf4kEuv9BV7tYDZ913aBW9am6YKong==",
  219. "dev": true,
  220. "license": "MIT",
  221. "dependencies": {
  222. "@babel/types": "^7.29.7"
  223. },
  224. "engines": {
  225. "node": ">=6.9.0"
  226. }
  227. },
  228. "node_modules/@babel/helper-plugin-utils": {
  229. "version": "7.29.7",
  230. "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.29.7.tgz",
  231. "integrity": "sha512-G7sHYigPY17oO5SYWnfD/0MTBwVR781S/JI643e/JhUYgVgWE/61SoW3NH9KWUKyKq5LVh3npif99Wkt6j86Jw==",
  232. "dev": true,
  233. "license": "MIT",
  234. "engines": {
  235. "node": ">=6.9.0"
  236. }
  237. },
  238. "node_modules/@babel/helper-replace-supers": {
  239. "version": "7.29.7",
  240. "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.29.7.tgz",
  241. "integrity": "sha512-atfGXWSeCiF4DnKZIfmJfQRkSw9b9gNNXR1kqKjbhG4pGYCOnkp8OcTB8E3NXjBu8NpheSnOeNKz8KT7UNFTmQ==",
  242. "dev": true,
  243. "license": "MIT",
  244. "dependencies": {
  245. "@babel/helper-member-expression-to-functions": "^7.29.7",
  246. "@babel/helper-optimise-call-expression": "^7.29.7",
  247. "@babel/traverse": "^7.29.7"
  248. },
  249. "engines": {
  250. "node": ">=6.9.0"
  251. },
  252. "peerDependencies": {
  253. "@babel/core": "^7.0.0"
  254. }
  255. },
  256. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  257. "version": "7.29.7",
  258. "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.29.7.tgz",
  259. "integrity": "sha512-brcMGQaVzIeUb+6/bs1Av0f8YuNNjKY2JyvfRCsFuFsdKccEQ5Ges2y74D74NZ1Rz8lKJ9ksJkfqwQFJ/iNEyQ==",
  260. "dev": true,
  261. "license": "MIT",
  262. "dependencies": {
  263. "@babel/traverse": "^7.29.7",
  264. "@babel/types": "^7.29.7"
  265. },
  266. "engines": {
  267. "node": ">=6.9.0"
  268. }
  269. },
  270. "node_modules/@babel/helper-string-parser": {
  271. "version": "7.29.7",
  272. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz",
  273. "integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==",
  274. "license": "MIT",
  275. "engines": {
  276. "node": ">=6.9.0"
  277. }
  278. },
  279. "node_modules/@babel/helper-validator-identifier": {
  280. "version": "7.29.7",
  281. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
  282. "integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
  283. "license": "MIT",
  284. "engines": {
  285. "node": ">=6.9.0"
  286. }
  287. },
  288. "node_modules/@babel/helper-validator-option": {
  289. "version": "7.29.7",
  290. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz",
  291. "integrity": "sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==",
  292. "dev": true,
  293. "license": "MIT",
  294. "engines": {
  295. "node": ">=6.9.0"
  296. }
  297. },
  298. "node_modules/@babel/helpers": {
  299. "version": "7.29.7",
  300. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.7.tgz",
  301. "integrity": "sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==",
  302. "dev": true,
  303. "license": "MIT",
  304. "dependencies": {
  305. "@babel/template": "^7.29.7",
  306. "@babel/types": "^7.29.7"
  307. },
  308. "engines": {
  309. "node": ">=6.9.0"
  310. }
  311. },
  312. "node_modules/@babel/parser": {
  313. "version": "7.29.7",
  314. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.7.tgz",
  315. "integrity": "sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==",
  316. "license": "MIT",
  317. "dependencies": {
  318. "@babel/types": "^7.29.7"
  319. },
  320. "bin": {
  321. "parser": "bin/babel-parser.js"
  322. },
  323. "engines": {
  324. "node": ">=6.0.0"
  325. }
  326. },
  327. "node_modules/@babel/plugin-proposal-decorators": {
  328. "version": "7.29.7",
  329. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.29.7.tgz",
  330. "integrity": "sha512-EtU0Hi3GvrTqD56xKmZvV/uCXK2ZbwVNPNLAquVItcAZpUhkXwWlo3Fmj0c2LxgSf2I8IDULeAepwNP1OefLXg==",
  331. "dev": true,
  332. "license": "MIT",
  333. "dependencies": {
  334. "@babel/helper-create-class-features-plugin": "^7.29.7",
  335. "@babel/helper-plugin-utils": "^7.29.7",
  336. "@babel/plugin-syntax-decorators": "^7.29.7"
  337. },
  338. "engines": {
  339. "node": ">=6.9.0"
  340. },
  341. "peerDependencies": {
  342. "@babel/core": "^7.0.0-0"
  343. }
  344. },
  345. "node_modules/@babel/plugin-syntax-decorators": {
  346. "version": "7.29.7",
  347. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.29.7.tgz",
  348. "integrity": "sha512-9MTTLbF39X6sqM92JPEsoI7++26hjZvzkxKZy64aMhWLH2mPkJ/Q3AV4QLmls3R14FpSpkOwQQfUh962JGQxxg==",
  349. "dev": true,
  350. "license": "MIT",
  351. "dependencies": {
  352. "@babel/helper-plugin-utils": "^7.29.7"
  353. },
  354. "engines": {
  355. "node": ">=6.9.0"
  356. },
  357. "peerDependencies": {
  358. "@babel/core": "^7.0.0-0"
  359. }
  360. },
  361. "node_modules/@babel/plugin-syntax-import-attributes": {
  362. "version": "7.29.7",
  363. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.29.7.tgz",
  364. "integrity": "sha512-zGYcYfq/WmZ4V+kBIXQon9dSSc8ircGZqw9ZaNhhGj9nZkeBu1jHLBDQqYYi5WA9uawvA2sIMbry2nCFhf5Djg==",
  365. "dev": true,
  366. "license": "MIT",
  367. "dependencies": {
  368. "@babel/helper-plugin-utils": "^7.29.7"
  369. },
  370. "engines": {
  371. "node": ">=6.9.0"
  372. },
  373. "peerDependencies": {
  374. "@babel/core": "^7.0.0-0"
  375. }
  376. },
  377. "node_modules/@babel/plugin-syntax-import-meta": {
  378. "version": "7.10.4",
  379. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  380. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  381. "dev": true,
  382. "license": "MIT",
  383. "dependencies": {
  384. "@babel/helper-plugin-utils": "^7.10.4"
  385. },
  386. "peerDependencies": {
  387. "@babel/core": "^7.0.0-0"
  388. }
  389. },
  390. "node_modules/@babel/plugin-syntax-jsx": {
  391. "version": "7.29.7",
  392. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.29.7.tgz",
  393. "integrity": "sha512-TSu8+mHCoEaaCDEZ0I3+6mvTBYR4PCxQwf2z9/r5Tbztv6NaLR3B9thGTTxX2WGuGHJqRiAbKPeGTJ5XWXVg6A==",
  394. "dev": true,
  395. "license": "MIT",
  396. "dependencies": {
  397. "@babel/helper-plugin-utils": "^7.29.7"
  398. },
  399. "engines": {
  400. "node": ">=6.9.0"
  401. },
  402. "peerDependencies": {
  403. "@babel/core": "^7.0.0-0"
  404. }
  405. },
  406. "node_modules/@babel/plugin-syntax-typescript": {
  407. "version": "7.29.7",
  408. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.29.7.tgz",
  409. "integrity": "sha512-ngr+82Sh0xMz25TPCZi+nC2iTzjfCdWS2ONXTp/PtSCHCgaCNBpdMqgvJ2ccdLlClVZ7sisIgB914j/JFe+RZA==",
  410. "dev": true,
  411. "license": "MIT",
  412. "dependencies": {
  413. "@babel/helper-plugin-utils": "^7.29.7"
  414. },
  415. "engines": {
  416. "node": ">=6.9.0"
  417. },
  418. "peerDependencies": {
  419. "@babel/core": "^7.0.0-0"
  420. }
  421. },
  422. "node_modules/@babel/plugin-transform-typescript": {
  423. "version": "7.29.7",
  424. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.29.7.tgz",
  425. "integrity": "sha512-jK52h8LaLc7JarhQV2ofeFMts4H7vnOXnqZNA6fYglBTZewRBE51KWt3BUltW1P+KoPsYkHoJeXePuz4zo2LMw==",
  426. "dev": true,
  427. "license": "MIT",
  428. "dependencies": {
  429. "@babel/helper-annotate-as-pure": "^7.29.7",
  430. "@babel/helper-create-class-features-plugin": "^7.29.7",
  431. "@babel/helper-plugin-utils": "^7.29.7",
  432. "@babel/helper-skip-transparent-expression-wrappers": "^7.29.7",
  433. "@babel/plugin-syntax-typescript": "^7.29.7"
  434. },
  435. "engines": {
  436. "node": ">=6.9.0"
  437. },
  438. "peerDependencies": {
  439. "@babel/core": "^7.0.0-0"
  440. }
  441. },
  442. "node_modules/@babel/template": {
  443. "version": "7.29.7",
  444. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.29.7.tgz",
  445. "integrity": "sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==",
  446. "dev": true,
  447. "license": "MIT",
  448. "dependencies": {
  449. "@babel/code-frame": "^7.29.7",
  450. "@babel/parser": "^7.29.7",
  451. "@babel/types": "^7.29.7"
  452. },
  453. "engines": {
  454. "node": ">=6.9.0"
  455. }
  456. },
  457. "node_modules/@babel/traverse": {
  458. "version": "7.29.7",
  459. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.7.tgz",
  460. "integrity": "sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==",
  461. "dev": true,
  462. "license": "MIT",
  463. "dependencies": {
  464. "@babel/code-frame": "^7.29.7",
  465. "@babel/generator": "^7.29.7",
  466. "@babel/helper-globals": "^7.29.7",
  467. "@babel/parser": "^7.29.7",
  468. "@babel/template": "^7.29.7",
  469. "@babel/types": "^7.29.7",
  470. "debug": "^4.3.1"
  471. },
  472. "engines": {
  473. "node": ">=6.9.0"
  474. }
  475. },
  476. "node_modules/@babel/types": {
  477. "version": "7.29.7",
  478. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.7.tgz",
  479. "integrity": "sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==",
  480. "license": "MIT",
  481. "dependencies": {
  482. "@babel/helper-string-parser": "^7.29.7",
  483. "@babel/helper-validator-identifier": "^7.29.7"
  484. },
  485. "engines": {
  486. "node": ">=6.9.0"
  487. }
  488. },
  489. "node_modules/@emnapi/core": {
  490. "version": "1.11.1",
  491. "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.11.1.tgz",
  492. "integrity": "sha512-RSvbQmHzdKzNsLYa/wHrbc3KN4sYLKAdPZxqiM2HATqv/SBk2/ENSHpvXGaLOMcsAyz0poEGqkmmKYG3OWiJEQ==",
  493. "license": "MIT",
  494. "optional": true,
  495. "dependencies": {
  496. "@emnapi/wasi-threads": "1.2.2",
  497. "tslib": "^2.4.0"
  498. }
  499. },
  500. "node_modules/@emnapi/runtime": {
  501. "version": "1.11.1",
  502. "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.11.1.tgz",
  503. "integrity": "sha512-vgj7R3y3Wgx24IQaGPA/R6YFXLHVMOZ0uVEyIQPaWs+rd1AzfEMXlAC22FYwO1XkKR6NPsq7mUandH8oIRdZFw==",
  504. "license": "MIT",
  505. "optional": true,
  506. "dependencies": {
  507. "tslib": "^2.4.0"
  508. }
  509. },
  510. "node_modules/@emnapi/wasi-threads": {
  511. "version": "1.2.2",
  512. "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.2.tgz",
  513. "integrity": "sha512-c95qOXkHdydNKhscBTebqEC1CVAZpyqOfVfBzQ1qgzyl3gfeldUjIggDbIZgDKsHLgnsM+igH7TJ/eAasaVuMA==",
  514. "license": "MIT",
  515. "optional": true,
  516. "dependencies": {
  517. "tslib": "^2.4.0"
  518. }
  519. },
  520. "node_modules/@jridgewell/gen-mapping": {
  521. "version": "0.3.13",
  522. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  523. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  524. "license": "MIT",
  525. "dependencies": {
  526. "@jridgewell/sourcemap-codec": "^1.5.0",
  527. "@jridgewell/trace-mapping": "^0.3.24"
  528. }
  529. },
  530. "node_modules/@jridgewell/remapping": {
  531. "version": "2.3.5",
  532. "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  533. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  534. "license": "MIT",
  535. "dependencies": {
  536. "@jridgewell/gen-mapping": "^0.3.5",
  537. "@jridgewell/trace-mapping": "^0.3.24"
  538. }
  539. },
  540. "node_modules/@jridgewell/resolve-uri": {
  541. "version": "3.1.2",
  542. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  543. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  544. "license": "MIT",
  545. "engines": {
  546. "node": ">=6.0.0"
  547. }
  548. },
  549. "node_modules/@jridgewell/sourcemap-codec": {
  550. "version": "1.5.5",
  551. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  552. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  553. "license": "MIT"
  554. },
  555. "node_modules/@jridgewell/trace-mapping": {
  556. "version": "0.3.31",
  557. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  558. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  559. "license": "MIT",
  560. "dependencies": {
  561. "@jridgewell/resolve-uri": "^3.1.0",
  562. "@jridgewell/sourcemap-codec": "^1.4.14"
  563. }
  564. },
  565. "node_modules/@napi-rs/wasm-runtime": {
  566. "version": "1.1.6",
  567. "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.6.tgz",
  568. "integrity": "sha512-ZLv/JdUfkvOy9eCnnBaGfiO+XimbjebAeO+MRQqD/B+FR1tnRN0tpKSJHRbE8sFfS6aqsXZ67TQjfwfsxULVbg==",
  569. "license": "MIT",
  570. "optional": true,
  571. "dependencies": {
  572. "@tybys/wasm-util": "^0.10.3"
  573. },
  574. "funding": {
  575. "type": "github",
  576. "url": "https://github.com/sponsors/Brooooooklyn"
  577. },
  578. "peerDependencies": {
  579. "@emnapi/core": "^1.7.1",
  580. "@emnapi/runtime": "^1.7.1"
  581. }
  582. },
  583. "node_modules/@oxc-project/types": {
  584. "version": "0.139.0",
  585. "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.139.0.tgz",
  586. "integrity": "sha512-r9gHphtCs+1M7J0pw6Sn/hh/Wpa/iQrOOkrNAlVLF/gHq+/CJmHIWKKUUhdWjcD6CIa8idarspCsASiXCXvFUw==",
  587. "license": "MIT",
  588. "funding": {
  589. "url": "https://github.com/sponsors/Boshen"
  590. }
  591. },
  592. "node_modules/@parcel/watcher": {
  593. "version": "2.5.6",
  594. "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.6.tgz",
  595. "integrity": "sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==",
  596. "hasInstallScript": true,
  597. "license": "MIT",
  598. "optional": true,
  599. "dependencies": {
  600. "detect-libc": "^2.0.3",
  601. "is-glob": "^4.0.3",
  602. "node-addon-api": "^7.0.0",
  603. "picomatch": "^4.0.3"
  604. },
  605. "engines": {
  606. "node": ">= 10.0.0"
  607. },
  608. "funding": {
  609. "type": "opencollective",
  610. "url": "https://opencollective.com/parcel"
  611. },
  612. "optionalDependencies": {
  613. "@parcel/watcher-android-arm64": "2.5.6",
  614. "@parcel/watcher-darwin-arm64": "2.5.6",
  615. "@parcel/watcher-darwin-x64": "2.5.6",
  616. "@parcel/watcher-freebsd-x64": "2.5.6",
  617. "@parcel/watcher-linux-arm-glibc": "2.5.6",
  618. "@parcel/watcher-linux-arm-musl": "2.5.6",
  619. "@parcel/watcher-linux-arm64-glibc": "2.5.6",
  620. "@parcel/watcher-linux-arm64-musl": "2.5.6",
  621. "@parcel/watcher-linux-x64-glibc": "2.5.6",
  622. "@parcel/watcher-linux-x64-musl": "2.5.6",
  623. "@parcel/watcher-win32-arm64": "2.5.6",
  624. "@parcel/watcher-win32-ia32": "2.5.6",
  625. "@parcel/watcher-win32-x64": "2.5.6"
  626. }
  627. },
  628. "node_modules/@parcel/watcher-android-arm64": {
  629. "version": "2.5.6",
  630. "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.6.tgz",
  631. "integrity": "sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==",
  632. "cpu": [
  633. "arm64"
  634. ],
  635. "license": "MIT",
  636. "optional": true,
  637. "os": [
  638. "android"
  639. ],
  640. "engines": {
  641. "node": ">= 10.0.0"
  642. },
  643. "funding": {
  644. "type": "opencollective",
  645. "url": "https://opencollective.com/parcel"
  646. }
  647. },
  648. "node_modules/@parcel/watcher-darwin-arm64": {
  649. "version": "2.5.6",
  650. "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.6.tgz",
  651. "integrity": "sha512-Z2ZdrnwyXvvvdtRHLmM4knydIdU9adO3D4n/0cVipF3rRiwP+3/sfzpAwA/qKFL6i1ModaabkU7IbpeMBgiVEA==",
  652. "cpu": [
  653. "arm64"
  654. ],
  655. "license": "MIT",
  656. "optional": true,
  657. "os": [
  658. "darwin"
  659. ],
  660. "engines": {
  661. "node": ">= 10.0.0"
  662. },
  663. "funding": {
  664. "type": "opencollective",
  665. "url": "https://opencollective.com/parcel"
  666. }
  667. },
  668. "node_modules/@parcel/watcher-darwin-x64": {
  669. "version": "2.5.6",
  670. "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.6.tgz",
  671. "integrity": "sha512-HgvOf3W9dhithcwOWX9uDZyn1lW9R+7tPZ4sug+NGrGIo4Rk1hAXLEbcH1TQSqxts0NYXXlOWqVpvS1SFS4fRg==",
  672. "cpu": [
  673. "x64"
  674. ],
  675. "license": "MIT",
  676. "optional": true,
  677. "os": [
  678. "darwin"
  679. ],
  680. "engines": {
  681. "node": ">= 10.0.0"
  682. },
  683. "funding": {
  684. "type": "opencollective",
  685. "url": "https://opencollective.com/parcel"
  686. }
  687. },
  688. "node_modules/@parcel/watcher-freebsd-x64": {
  689. "version": "2.5.6",
  690. "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.6.tgz",
  691. "integrity": "sha512-vJVi8yd/qzJxEKHkeemh7w3YAn6RJCtYlE4HPMoVnCpIXEzSrxErBW5SJBgKLbXU3WdIpkjBTeUNtyBVn8TRng==",
  692. "cpu": [
  693. "x64"
  694. ],
  695. "license": "MIT",
  696. "optional": true,
  697. "os": [
  698. "freebsd"
  699. ],
  700. "engines": {
  701. "node": ">= 10.0.0"
  702. },
  703. "funding": {
  704. "type": "opencollective",
  705. "url": "https://opencollective.com/parcel"
  706. }
  707. },
  708. "node_modules/@parcel/watcher-linux-arm-glibc": {
  709. "version": "2.5.6",
  710. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.6.tgz",
  711. "integrity": "sha512-9JiYfB6h6BgV50CCfasfLf/uvOcJskMSwcdH1PHH9rvS1IrNy8zad6IUVPVUfmXr+u+Km9IxcfMLzgdOudz9EQ==",
  712. "cpu": [
  713. "arm"
  714. ],
  715. "license": "MIT",
  716. "optional": true,
  717. "os": [
  718. "linux"
  719. ],
  720. "engines": {
  721. "node": ">= 10.0.0"
  722. },
  723. "funding": {
  724. "type": "opencollective",
  725. "url": "https://opencollective.com/parcel"
  726. }
  727. },
  728. "node_modules/@parcel/watcher-linux-arm-musl": {
  729. "version": "2.5.6",
  730. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.6.tgz",
  731. "integrity": "sha512-Ve3gUCG57nuUUSyjBq/MAM0CzArtuIOxsBdQ+ftz6ho8n7s1i9E1Nmk/xmP323r2YL0SONs1EuwqBp2u1k5fxg==",
  732. "cpu": [
  733. "arm"
  734. ],
  735. "license": "MIT",
  736. "optional": true,
  737. "os": [
  738. "linux"
  739. ],
  740. "engines": {
  741. "node": ">= 10.0.0"
  742. },
  743. "funding": {
  744. "type": "opencollective",
  745. "url": "https://opencollective.com/parcel"
  746. }
  747. },
  748. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  749. "version": "2.5.6",
  750. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.6.tgz",
  751. "integrity": "sha512-f2g/DT3NhGPdBmMWYoxixqYr3v/UXcmLOYy16Bx0TM20Tchduwr4EaCbmxh1321TABqPGDpS8D/ggOTaljijOA==",
  752. "cpu": [
  753. "arm64"
  754. ],
  755. "license": "MIT",
  756. "optional": true,
  757. "os": [
  758. "linux"
  759. ],
  760. "engines": {
  761. "node": ">= 10.0.0"
  762. },
  763. "funding": {
  764. "type": "opencollective",
  765. "url": "https://opencollective.com/parcel"
  766. }
  767. },
  768. "node_modules/@parcel/watcher-linux-arm64-musl": {
  769. "version": "2.5.6",
  770. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.6.tgz",
  771. "integrity": "sha512-qb6naMDGlbCwdhLj6hgoVKJl2odL34z2sqkC7Z6kzir8b5W65WYDpLB6R06KabvZdgoHI/zxke4b3zR0wAbDTA==",
  772. "cpu": [
  773. "arm64"
  774. ],
  775. "license": "MIT",
  776. "optional": true,
  777. "os": [
  778. "linux"
  779. ],
  780. "engines": {
  781. "node": ">= 10.0.0"
  782. },
  783. "funding": {
  784. "type": "opencollective",
  785. "url": "https://opencollective.com/parcel"
  786. }
  787. },
  788. "node_modules/@parcel/watcher-linux-x64-glibc": {
  789. "version": "2.5.6",
  790. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.6.tgz",
  791. "integrity": "sha512-kbT5wvNQlx7NaGjzPFu8nVIW1rWqV780O7ZtkjuWaPUgpv2NMFpjYERVi0UYj1msZNyCzGlaCWEtzc+exjMGbQ==",
  792. "cpu": [
  793. "x64"
  794. ],
  795. "license": "MIT",
  796. "optional": true,
  797. "os": [
  798. "linux"
  799. ],
  800. "engines": {
  801. "node": ">= 10.0.0"
  802. },
  803. "funding": {
  804. "type": "opencollective",
  805. "url": "https://opencollective.com/parcel"
  806. }
  807. },
  808. "node_modules/@parcel/watcher-linux-x64-musl": {
  809. "version": "2.5.6",
  810. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.6.tgz",
  811. "integrity": "sha512-1JRFeC+h7RdXwldHzTsmdtYR/Ku8SylLgTU/reMuqdVD7CtLwf0VR1FqeprZ0eHQkO0vqsbvFLXUmYm/uNKJBg==",
  812. "cpu": [
  813. "x64"
  814. ],
  815. "license": "MIT",
  816. "optional": true,
  817. "os": [
  818. "linux"
  819. ],
  820. "engines": {
  821. "node": ">= 10.0.0"
  822. },
  823. "funding": {
  824. "type": "opencollective",
  825. "url": "https://opencollective.com/parcel"
  826. }
  827. },
  828. "node_modules/@parcel/watcher-win32-arm64": {
  829. "version": "2.5.6",
  830. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.6.tgz",
  831. "integrity": "sha512-3ukyebjc6eGlw9yRt678DxVF7rjXatWiHvTXqphZLvo7aC5NdEgFufVwjFfY51ijYEWpXbqF5jtrK275z52D4Q==",
  832. "cpu": [
  833. "arm64"
  834. ],
  835. "license": "MIT",
  836. "optional": true,
  837. "os": [
  838. "win32"
  839. ],
  840. "engines": {
  841. "node": ">= 10.0.0"
  842. },
  843. "funding": {
  844. "type": "opencollective",
  845. "url": "https://opencollective.com/parcel"
  846. }
  847. },
  848. "node_modules/@parcel/watcher-win32-ia32": {
  849. "version": "2.5.6",
  850. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.6.tgz",
  851. "integrity": "sha512-k35yLp1ZMwwee3Ez/pxBi5cf4AoBKYXj00CZ80jUz5h8prpiaQsiRPKQMxoLstNuqe2vR4RNPEAEcjEFzhEz/g==",
  852. "cpu": [
  853. "ia32"
  854. ],
  855. "license": "MIT",
  856. "optional": true,
  857. "os": [
  858. "win32"
  859. ],
  860. "engines": {
  861. "node": ">= 10.0.0"
  862. },
  863. "funding": {
  864. "type": "opencollective",
  865. "url": "https://opencollective.com/parcel"
  866. }
  867. },
  868. "node_modules/@parcel/watcher-win32-x64": {
  869. "version": "2.5.6",
  870. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.6.tgz",
  871. "integrity": "sha512-hbQlYcCq5dlAX9Qx+kFb0FHue6vbjlf0FrNzSKdYK2APUf7tGfGxQCk2ihEREmbR6ZMc0MVAD5RIX/41gpUzTw==",
  872. "cpu": [
  873. "x64"
  874. ],
  875. "license": "MIT",
  876. "optional": true,
  877. "os": [
  878. "win32"
  879. ],
  880. "engines": {
  881. "node": ">= 10.0.0"
  882. },
  883. "funding": {
  884. "type": "opencollective",
  885. "url": "https://opencollective.com/parcel"
  886. }
  887. },
  888. "node_modules/@polka/url": {
  889. "version": "1.0.0-next.29",
  890. "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.29.tgz",
  891. "integrity": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==",
  892. "dev": true,
  893. "license": "MIT"
  894. },
  895. "node_modules/@rolldown/binding-android-arm64": {
  896. "version": "1.1.5",
  897. "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.1.5.tgz",
  898. "integrity": "sha512-lZg8fqIv2v7FF237bwMgzGZEJvGL79/s5knJ/i6FmsGF4XXlzccZ4jb+TrFIxtSSxFtIpdsgrPZeMk1I9AFcyQ==",
  899. "cpu": [
  900. "arm64"
  901. ],
  902. "license": "MIT",
  903. "optional": true,
  904. "os": [
  905. "android"
  906. ],
  907. "engines": {
  908. "node": "^20.19.0 || >=22.12.0"
  909. }
  910. },
  911. "node_modules/@rolldown/binding-darwin-arm64": {
  912. "version": "1.1.5",
  913. "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.1.5.tgz",
  914. "integrity": "sha512-51Bnx9pNiMRKSUNtBfySkNJ9vMU9Hh3I1ozDd6gyPPYzaXCfnptUcEZxXGYFn+ul2dtcMUiqGR1Yai2K10uoTw==",
  915. "cpu": [
  916. "arm64"
  917. ],
  918. "license": "MIT",
  919. "optional": true,
  920. "os": [
  921. "darwin"
  922. ],
  923. "engines": {
  924. "node": "^20.19.0 || >=22.12.0"
  925. }
  926. },
  927. "node_modules/@rolldown/binding-darwin-x64": {
  928. "version": "1.1.5",
  929. "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.1.5.tgz",
  930. "integrity": "sha512-Tm+gbfC0aHu1tBA/JvKQh32S0K6YgCHkiAF4/W6xX0K0RmNuc94VeK419dJoE65R5aRxmo+noZQSWrAMF6yb6g==",
  931. "cpu": [
  932. "x64"
  933. ],
  934. "license": "MIT",
  935. "optional": true,
  936. "os": [
  937. "darwin"
  938. ],
  939. "engines": {
  940. "node": "^20.19.0 || >=22.12.0"
  941. }
  942. },
  943. "node_modules/@rolldown/binding-freebsd-x64": {
  944. "version": "1.1.5",
  945. "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.1.5.tgz",
  946. "integrity": "sha512-JMzDKCCXq93YccG5gz3hvOs1oXRKAf0XYpfOS88e+wZrC8Iugj6j68867vrYZkvpDDpKn/KoKORThmchMpF6TA==",
  947. "cpu": [
  948. "x64"
  949. ],
  950. "license": "MIT",
  951. "optional": true,
  952. "os": [
  953. "freebsd"
  954. ],
  955. "engines": {
  956. "node": "^20.19.0 || >=22.12.0"
  957. }
  958. },
  959. "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
  960. "version": "1.1.5",
  961. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.1.5.tgz",
  962. "integrity": "sha512-uML21j2K5TfPGutKxub+M+nLjZIrWjXQ5Grx4lCe/nimTj9B4L63zHpjXLl4y0L3mcm2htEQIb06oCG/szerNw==",
  963. "cpu": [
  964. "arm"
  965. ],
  966. "license": "MIT",
  967. "optional": true,
  968. "os": [
  969. "linux"
  970. ],
  971. "engines": {
  972. "node": "^20.19.0 || >=22.12.0"
  973. }
  974. },
  975. "node_modules/@rolldown/binding-linux-arm64-gnu": {
  976. "version": "1.1.5",
  977. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.1.5.tgz",
  978. "integrity": "sha512-navSiuTMogvnQoZoM/v+l3ZWo50/NTwSHSzheABx/RCnmUPaKwq9qSo4Br2OYRs21+Fz8uFqITZM3H4opOB0/Q==",
  979. "cpu": [
  980. "arm64"
  981. ],
  982. "license": "MIT",
  983. "optional": true,
  984. "os": [
  985. "linux"
  986. ],
  987. "engines": {
  988. "node": "^20.19.0 || >=22.12.0"
  989. }
  990. },
  991. "node_modules/@rolldown/binding-linux-arm64-musl": {
  992. "version": "1.1.5",
  993. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.1.5.tgz",
  994. "integrity": "sha512-lAryqH7IteztmCXQXk0etKj4wBQ7Gx5S6LjKhsgp9zb8I5bsuvU/2llH1hDQcjsFeqIsovMVN339/8pUDDBXxA==",
  995. "cpu": [
  996. "arm64"
  997. ],
  998. "license": "MIT",
  999. "optional": true,
  1000. "os": [
  1001. "linux"
  1002. ],
  1003. "engines": {
  1004. "node": "^20.19.0 || >=22.12.0"
  1005. }
  1006. },
  1007. "node_modules/@rolldown/binding-linux-ppc64-gnu": {
  1008. "version": "1.1.5",
  1009. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.1.5.tgz",
  1010. "integrity": "sha512-fsK/sNBnxzBlL4O1JNrZakVQxPspqpED5dLtNsZS9oOKmtSpdNIzxH2kkol5HYTWJN47sE20ztMJPxfZ89qGOg==",
  1011. "cpu": [
  1012. "ppc64"
  1013. ],
  1014. "license": "MIT",
  1015. "optional": true,
  1016. "os": [
  1017. "linux"
  1018. ],
  1019. "engines": {
  1020. "node": "^20.19.0 || >=22.12.0"
  1021. }
  1022. },
  1023. "node_modules/@rolldown/binding-linux-s390x-gnu": {
  1024. "version": "1.1.5",
  1025. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.1.5.tgz",
  1026. "integrity": "sha512-gLYb4BIadlfTOYT5gO503n8zQjXflgzpD0FcyKh0Mzx3rqCZKnHoJWV9xe1KXUJ5lx2JfcSHr/mhzS0PC/McAA==",
  1027. "cpu": [
  1028. "s390x"
  1029. ],
  1030. "license": "MIT",
  1031. "optional": true,
  1032. "os": [
  1033. "linux"
  1034. ],
  1035. "engines": {
  1036. "node": "^20.19.0 || >=22.12.0"
  1037. }
  1038. },
  1039. "node_modules/@rolldown/binding-linux-x64-gnu": {
  1040. "version": "1.1.5",
  1041. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.1.5.tgz",
  1042. "integrity": "sha512-FjcpEKUyJygHgs1o50VYNvkt5+7Le/VEdYt0AkRpkL33MnyQfwr8l5mXwMmfmTbyMPr5vJLC+8/Gd9gXnwU1QQ==",
  1043. "cpu": [
  1044. "x64"
  1045. ],
  1046. "license": "MIT",
  1047. "optional": true,
  1048. "os": [
  1049. "linux"
  1050. ],
  1051. "engines": {
  1052. "node": "^20.19.0 || >=22.12.0"
  1053. }
  1054. },
  1055. "node_modules/@rolldown/binding-linux-x64-musl": {
  1056. "version": "1.1.5",
  1057. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.1.5.tgz",
  1058. "integrity": "sha512-Me+PfPI2TMeOQk0gYWfLQZtTktrmzbr8cDboqX83XKc7UrgAi55gF+2dUkWdxd19n55Essp2yeca+O9N5rBxHg==",
  1059. "cpu": [
  1060. "x64"
  1061. ],
  1062. "license": "MIT",
  1063. "optional": true,
  1064. "os": [
  1065. "linux"
  1066. ],
  1067. "engines": {
  1068. "node": "^20.19.0 || >=22.12.0"
  1069. }
  1070. },
  1071. "node_modules/@rolldown/binding-openharmony-arm64": {
  1072. "version": "1.1.5",
  1073. "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.1.5.tgz",
  1074. "integrity": "sha512-yc5WrLzXks6zCQfn9Oxr8pORKyl/pF+QjHmW/Qx3qu0oyrrNC+y2JLTU1E2rcWYAmzlnqngWXHQjy51VzW70Vw==",
  1075. "cpu": [
  1076. "arm64"
  1077. ],
  1078. "license": "MIT",
  1079. "optional": true,
  1080. "os": [
  1081. "openharmony"
  1082. ],
  1083. "engines": {
  1084. "node": "^20.19.0 || >=22.12.0"
  1085. }
  1086. },
  1087. "node_modules/@rolldown/binding-wasm32-wasi": {
  1088. "version": "1.1.5",
  1089. "resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.1.5.tgz",
  1090. "integrity": "sha512-VbQGPX2b4r48TAMIM2cjgluIM1HYutm4pcTEJsle7iEP7sB1dFqtPLBVbdLAZCxy1txCcPxf4QFf4v8uvltPqA==",
  1091. "cpu": [
  1092. "wasm32"
  1093. ],
  1094. "license": "MIT",
  1095. "optional": true,
  1096. "dependencies": {
  1097. "@emnapi/core": "1.11.1",
  1098. "@emnapi/runtime": "1.11.1",
  1099. "@napi-rs/wasm-runtime": "^1.1.6"
  1100. },
  1101. "engines": {
  1102. "node": "^20.19.0 || >=22.12.0"
  1103. }
  1104. },
  1105. "node_modules/@rolldown/binding-win32-arm64-msvc": {
  1106. "version": "1.1.5",
  1107. "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.1.5.tgz",
  1108. "integrity": "sha512-gHv82k63z4qpV5+Q1y/12KrK0ltWBukVDI8nZcbT7Tt/ZlOIVwppazneq0F93oDxTo3IgAMEDIoQh3E2n6mVsw==",
  1109. "cpu": [
  1110. "arm64"
  1111. ],
  1112. "license": "MIT",
  1113. "optional": true,
  1114. "os": [
  1115. "win32"
  1116. ],
  1117. "engines": {
  1118. "node": "^20.19.0 || >=22.12.0"
  1119. }
  1120. },
  1121. "node_modules/@rolldown/binding-win32-x64-msvc": {
  1122. "version": "1.1.5",
  1123. "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.1.5.tgz",
  1124. "integrity": "sha512-tTZuDBPw85tEN5PQi1pnEBzDy0Z49HtScLAbD5t6hyeU92A95pRWaSMw1GZZi/RwgSgUIl0xrSlXIT/9QzvYSA==",
  1125. "cpu": [
  1126. "x64"
  1127. ],
  1128. "license": "MIT",
  1129. "optional": true,
  1130. "os": [
  1131. "win32"
  1132. ],
  1133. "engines": {
  1134. "node": "^20.19.0 || >=22.12.0"
  1135. }
  1136. },
  1137. "node_modules/@rolldown/pluginutils": {
  1138. "version": "1.0.1",
  1139. "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz",
  1140. "integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==",
  1141. "license": "MIT"
  1142. },
  1143. "node_modules/@tailwindcss/node": {
  1144. "version": "4.3.2",
  1145. "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.3.2.tgz",
  1146. "integrity": "sha512-yWP/sqEcBLaD8JuA6zNwxoYKr75qxTioYwlRwekj5Jr/I5GXnoJfjetH/psLUIv74cYTH2lBUEzBkinthoYcBg==",
  1147. "license": "MIT",
  1148. "dependencies": {
  1149. "@jridgewell/remapping": "^2.3.5",
  1150. "enhanced-resolve": "5.21.6",
  1151. "jiti": "^2.7.0",
  1152. "lightningcss": "1.32.0",
  1153. "magic-string": "^0.30.21",
  1154. "source-map-js": "^1.2.1",
  1155. "tailwindcss": "4.3.2"
  1156. }
  1157. },
  1158. "node_modules/@tailwindcss/oxide": {
  1159. "version": "4.3.2",
  1160. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.3.2.tgz",
  1161. "integrity": "sha512-z8ZgnzX8gdNoWLBLqBPoh/sjnxkwvf9ZuWjnO0l0yIzbLa5/9S+eC5QxGZKRobVHIC3/1BoMWjHblqWjcgFgag==",
  1162. "license": "MIT",
  1163. "engines": {
  1164. "node": ">= 20"
  1165. },
  1166. "optionalDependencies": {
  1167. "@tailwindcss/oxide-android-arm64": "4.3.2",
  1168. "@tailwindcss/oxide-darwin-arm64": "4.3.2",
  1169. "@tailwindcss/oxide-darwin-x64": "4.3.2",
  1170. "@tailwindcss/oxide-freebsd-x64": "4.3.2",
  1171. "@tailwindcss/oxide-linux-arm-gnueabihf": "4.3.2",
  1172. "@tailwindcss/oxide-linux-arm64-gnu": "4.3.2",
  1173. "@tailwindcss/oxide-linux-arm64-musl": "4.3.2",
  1174. "@tailwindcss/oxide-linux-x64-gnu": "4.3.2",
  1175. "@tailwindcss/oxide-linux-x64-musl": "4.3.2",
  1176. "@tailwindcss/oxide-wasm32-wasi": "4.3.2",
  1177. "@tailwindcss/oxide-win32-arm64-msvc": "4.3.2",
  1178. "@tailwindcss/oxide-win32-x64-msvc": "4.3.2"
  1179. }
  1180. },
  1181. "node_modules/@tailwindcss/oxide-android-arm64": {
  1182. "version": "4.3.2",
  1183. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.3.2.tgz",
  1184. "integrity": "sha512-WHxqIuHpvZ5VtdX6GTl1Ik/Vp2YuN42Et+0CdeaVd/frQ9jAvGmvR8vLT+jk3e8/Q3x8kECB9+R17pgpp2BulA==",
  1185. "cpu": [
  1186. "arm64"
  1187. ],
  1188. "license": "MIT",
  1189. "optional": true,
  1190. "os": [
  1191. "android"
  1192. ],
  1193. "engines": {
  1194. "node": ">= 20"
  1195. }
  1196. },
  1197. "node_modules/@tailwindcss/oxide-darwin-arm64": {
  1198. "version": "4.3.2",
  1199. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.3.2.tgz",
  1200. "integrity": "sha512-GZypeUY/IDJW3877KeM+O67vbXr3MBnbtEL4aYhNErv/JWZhye2vGSWWG9tB6iiqR2MqRNkY8IOUy4NdSZV26w==",
  1201. "cpu": [
  1202. "arm64"
  1203. ],
  1204. "license": "MIT",
  1205. "optional": true,
  1206. "os": [
  1207. "darwin"
  1208. ],
  1209. "engines": {
  1210. "node": ">= 20"
  1211. }
  1212. },
  1213. "node_modules/@tailwindcss/oxide-darwin-x64": {
  1214. "version": "4.3.2",
  1215. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.3.2.tgz",
  1216. "integrity": "sha512-UIIzmefR6KO1sDU7MzRqAxC8iBpft/VhkGjTjnhoS6k7Z3rQ9wEgA1ODSiyH/tcSYssulNm4Ci3hOeK1jH7ccQ==",
  1217. "cpu": [
  1218. "x64"
  1219. ],
  1220. "license": "MIT",
  1221. "optional": true,
  1222. "os": [
  1223. "darwin"
  1224. ],
  1225. "engines": {
  1226. "node": ">= 20"
  1227. }
  1228. },
  1229. "node_modules/@tailwindcss/oxide-freebsd-x64": {
  1230. "version": "4.3.2",
  1231. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.3.2.tgz",
  1232. "integrity": "sha512-GN+uAmcI6DNspnCDwtOAZrTz6oukJnp337qZvxqCGLd3BHBzJpO0ZbTLRvJNdztOeAmTzewewGIMPb0tk2R4WA==",
  1233. "cpu": [
  1234. "x64"
  1235. ],
  1236. "license": "MIT",
  1237. "optional": true,
  1238. "os": [
  1239. "freebsd"
  1240. ],
  1241. "engines": {
  1242. "node": ">= 20"
  1243. }
  1244. },
  1245. "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
  1246. "version": "4.3.2",
  1247. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.3.2.tgz",
  1248. "integrity": "sha512-4ABn7qSbdHRwTiDiuWNegCyb5+2FJ4vKIKc3DmKrvAFw7MU1Lm11dIkTPwUaFdTzc7IsOpDbqBrlh0x6y36U/w==",
  1249. "cpu": [
  1250. "arm"
  1251. ],
  1252. "license": "MIT",
  1253. "optional": true,
  1254. "os": [
  1255. "linux"
  1256. ],
  1257. "engines": {
  1258. "node": ">= 20"
  1259. }
  1260. },
  1261. "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
  1262. "version": "4.3.2",
  1263. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.3.2.tgz",
  1264. "integrity": "sha512-wDgEIGwoM8w8pufh9LVt1PahDgNdKXrLC2qfAnV3vAmococ9RWbxeAw4pxPttd/TsJfwjyLf90Dg1y9y8I6Emw==",
  1265. "cpu": [
  1266. "arm64"
  1267. ],
  1268. "license": "MIT",
  1269. "optional": true,
  1270. "os": [
  1271. "linux"
  1272. ],
  1273. "engines": {
  1274. "node": ">= 20"
  1275. }
  1276. },
  1277. "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
  1278. "version": "4.3.2",
  1279. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.3.2.tgz",
  1280. "integrity": "sha512-J5Nuk0uZQIiMTJj3LEx4sAA9tMFUoXQZFv1J6An+QGYe53HKRJuFDi0rpq/tuouCZeAbOBY3kQ6g8qeD4TUjtA==",
  1281. "cpu": [
  1282. "arm64"
  1283. ],
  1284. "license": "MIT",
  1285. "optional": true,
  1286. "os": [
  1287. "linux"
  1288. ],
  1289. "engines": {
  1290. "node": ">= 20"
  1291. }
  1292. },
  1293. "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
  1294. "version": "4.3.2",
  1295. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.3.2.tgz",
  1296. "integrity": "sha512-kqCZpSKOBEJO4mz7OqWoofBZeXTAwaVGPj0ErAj7CojmhKpWVWVOnrt9dE8odoIraZq4oj3ausM37kXi+Tow8w==",
  1297. "cpu": [
  1298. "x64"
  1299. ],
  1300. "license": "MIT",
  1301. "optional": true,
  1302. "os": [
  1303. "linux"
  1304. ],
  1305. "engines": {
  1306. "node": ">= 20"
  1307. }
  1308. },
  1309. "node_modules/@tailwindcss/oxide-linux-x64-musl": {
  1310. "version": "4.3.2",
  1311. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.3.2.tgz",
  1312. "integrity": "sha512-cixpqbh2toJDmkuCRI68nXA8ZxNmdK9Y+9v5h3MC3ZQKy/0BO8AWzlkWyRM7JAFSGBlfig4YVTPsK6MVgqz1uw==",
  1313. "cpu": [
  1314. "x64"
  1315. ],
  1316. "license": "MIT",
  1317. "optional": true,
  1318. "os": [
  1319. "linux"
  1320. ],
  1321. "engines": {
  1322. "node": ">= 20"
  1323. }
  1324. },
  1325. "node_modules/@tailwindcss/oxide-wasm32-wasi": {
  1326. "version": "4.3.2",
  1327. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.3.2.tgz",
  1328. "integrity": "sha512-4ec2Z/LOmRsAgU23CS4xeJfcJlmRg94A/XrbGRCF1gyU/zdDfRLYDVsS+ynSZCmGNxQ1jQriQOKMQeQxBA3Isw==",
  1329. "bundleDependencies": [
  1330. "@napi-rs/wasm-runtime",
  1331. "@emnapi/core",
  1332. "@emnapi/runtime",
  1333. "@tybys/wasm-util",
  1334. "@emnapi/wasi-threads",
  1335. "tslib"
  1336. ],
  1337. "cpu": [
  1338. "wasm32"
  1339. ],
  1340. "license": "MIT",
  1341. "optional": true,
  1342. "dependencies": {
  1343. "@emnapi/core": "^1.11.1",
  1344. "@emnapi/runtime": "^1.11.1",
  1345. "@emnapi/wasi-threads": "^1.2.2",
  1346. "@napi-rs/wasm-runtime": "^1.1.4",
  1347. "@tybys/wasm-util": "^0.10.2",
  1348. "tslib": "^2.8.1"
  1349. },
  1350. "engines": {
  1351. "node": ">=14.0.0"
  1352. }
  1353. },
  1354. "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
  1355. "version": "4.3.2",
  1356. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.3.2.tgz",
  1357. "integrity": "sha512-Zyr/M0+XcYZu3bZrUytc7TXvrk0ftWfl8gN2MwekNDzhqhKRUucMPSeOzM0o0wH5AWOU49BsKRrfKxI2atCPMQ==",
  1358. "cpu": [
  1359. "arm64"
  1360. ],
  1361. "license": "MIT",
  1362. "optional": true,
  1363. "os": [
  1364. "win32"
  1365. ],
  1366. "engines": {
  1367. "node": ">= 20"
  1368. }
  1369. },
  1370. "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
  1371. "version": "4.3.2",
  1372. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.3.2.tgz",
  1373. "integrity": "sha512-QI9BO7KlNZsp2GuO0jwAAj5jCDABOKXRkCk2XuKTSaNEFSdfzqswYVTtCHBNKHLsqyjFyFkqlDiwkNbTYSssMQ==",
  1374. "cpu": [
  1375. "x64"
  1376. ],
  1377. "license": "MIT",
  1378. "optional": true,
  1379. "os": [
  1380. "win32"
  1381. ],
  1382. "engines": {
  1383. "node": ">= 20"
  1384. }
  1385. },
  1386. "node_modules/@tailwindcss/vite": {
  1387. "version": "4.3.2",
  1388. "resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.3.2.tgz",
  1389. "integrity": "sha512-eHpMeX4JXfVNJDEcsouTeCBubJBTcTLigeaw/NTUW6PB5ATKKXdyonnXgTBX2VuRbjz1hjfz6C5XAhr52ImQXA==",
  1390. "license": "MIT",
  1391. "dependencies": {
  1392. "@tailwindcss/node": "4.3.2",
  1393. "@tailwindcss/oxide": "4.3.2",
  1394. "tailwindcss": "4.3.2"
  1395. },
  1396. "peerDependencies": {
  1397. "vite": "^5.2.0 || ^6 || ^7 || ^8"
  1398. }
  1399. },
  1400. "node_modules/@tsconfig/node24": {
  1401. "version": "24.0.4",
  1402. "resolved": "https://registry.npmjs.org/@tsconfig/node24/-/node24-24.0.4.tgz",
  1403. "integrity": "sha512-2A933l5P5oCbv6qSxHs7ckKwobs8BDAe9SJ/Xr2Hy+nDlwmLE1GhFh/g/vXGRZWgxBg9nX/5piDtHR9Dkw/XuA==",
  1404. "dev": true,
  1405. "license": "MIT"
  1406. },
  1407. "node_modules/@tybys/wasm-util": {
  1408. "version": "0.10.3",
  1409. "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.3.tgz",
  1410. "integrity": "sha512-F3fo1MYrRJYL3zER0OUOmkutjr1Vp23m7OsSgp7nq4SP6OqX6C/56XFIPAl5bt3zaBRjmW7SGz3u/6LwFpYcOg==",
  1411. "license": "MIT",
  1412. "optional": true,
  1413. "dependencies": {
  1414. "tslib": "^2.4.0"
  1415. }
  1416. },
  1417. "node_modules/@types/jsesc": {
  1418. "version": "2.5.1",
  1419. "resolved": "https://registry.npmjs.org/@types/jsesc/-/jsesc-2.5.1.tgz",
  1420. "integrity": "sha512-9VN+6yxLOPLOav+7PwjZbxiID2bVaeq0ED4qSQmdQTdjnXJSaCVKTR58t15oqH1H5t8Ng2ZX1SabJVoN9Q34bw==",
  1421. "license": "MIT"
  1422. },
  1423. "node_modules/@types/node": {
  1424. "version": "24.13.3",
  1425. "resolved": "https://registry.npmjs.org/@types/node/-/node-24.13.3.tgz",
  1426. "integrity": "sha512-Dh8vAsV36ig5wa9OX4pXvMc9D3Veibfw2wix0CUwYODLD8nkj9UsLjASr49nPg+2eKzxhBV+v7L8pXvT4e639Q==",
  1427. "devOptional": true,
  1428. "license": "MIT",
  1429. "dependencies": {
  1430. "undici-types": "~7.18.0"
  1431. }
  1432. },
  1433. "node_modules/@vitejs/plugin-vue": {
  1434. "version": "6.0.8",
  1435. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-6.0.8.tgz",
  1436. "integrity": "sha512-0ZjgOg7oO6farnNGup7yvoM/YXZV84OZxHAwtflItNa/6zzQyVb5LNxyea3FEKEX2XlagIKzrlH7wwxkKgtiew==",
  1437. "dev": true,
  1438. "license": "MIT",
  1439. "dependencies": {
  1440. "@rolldown/pluginutils": "^1.0.1"
  1441. },
  1442. "engines": {
  1443. "node": "^20.19.0 || >=22.12.0"
  1444. },
  1445. "peerDependencies": {
  1446. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
  1447. "vue": "^3.2.25"
  1448. }
  1449. },
  1450. "node_modules/@volar/language-core": {
  1451. "version": "2.4.28",
  1452. "resolved": "https://registry.npmjs.org/@volar/language-core/-/language-core-2.4.28.tgz",
  1453. "integrity": "sha512-w4qhIJ8ZSitgLAkVay6AbcnC7gP3glYM3fYwKV3srj8m494E3xtrCv6E+bWviiK/8hs6e6t1ij1s2Endql7vzQ==",
  1454. "dev": true,
  1455. "license": "MIT",
  1456. "dependencies": {
  1457. "@volar/source-map": "2.4.28"
  1458. }
  1459. },
  1460. "node_modules/@volar/source-map": {
  1461. "version": "2.4.28",
  1462. "resolved": "https://registry.npmjs.org/@volar/source-map/-/source-map-2.4.28.tgz",
  1463. "integrity": "sha512-yX2BDBqJkRXfKw8my8VarTyjv48QwxdJtvRgUpNE5erCsgEUdI2DsLbpa+rOQVAJYshY99szEcRDmyHbF10ggQ==",
  1464. "dev": true,
  1465. "license": "MIT"
  1466. },
  1467. "node_modules/@volar/typescript": {
  1468. "version": "2.4.28",
  1469. "resolved": "https://registry.npmjs.org/@volar/typescript/-/typescript-2.4.28.tgz",
  1470. "integrity": "sha512-Ja6yvWrbis2QtN4ClAKreeUZPVYMARDYZl9LMEv1iQ1QdepB6wn0jTRxA9MftYmYa4DQ4k/DaSZpFPUfxl8giw==",
  1471. "dev": true,
  1472. "license": "MIT",
  1473. "dependencies": {
  1474. "@volar/language-core": "2.4.28",
  1475. "path-browserify": "^1.0.1",
  1476. "vscode-uri": "^3.0.8"
  1477. }
  1478. },
  1479. "node_modules/@vue-macros/common": {
  1480. "version": "3.1.3",
  1481. "resolved": "https://registry.npmjs.org/@vue-macros/common/-/common-3.1.3.tgz",
  1482. "integrity": "sha512-pphnexn8CDKugcA4TYSKlg1XanBYPbILST+eZK9ZGqG8sVbNR5L0kXEpRqs8+iSznosHt/Jo2k1FGl0tnWIpyg==",
  1483. "license": "MIT",
  1484. "dependencies": {
  1485. "@vue/compiler-sfc": "^3.5.22",
  1486. "ast-kit": "^2.1.2",
  1487. "local-pkg": "^1.1.2",
  1488. "magic-string-ast": "^1.0.2",
  1489. "unplugin-utils": "^0.3.0"
  1490. },
  1491. "engines": {
  1492. "node": ">=20.19.0"
  1493. },
  1494. "funding": {
  1495. "url": "https://github.com/sponsors/vue-macros"
  1496. },
  1497. "peerDependencies": {
  1498. "vue": "^2.7.0 || ^3.2.25"
  1499. },
  1500. "peerDependenciesMeta": {
  1501. "vue": {
  1502. "optional": true
  1503. }
  1504. }
  1505. },
  1506. "node_modules/@vue/babel-helper-vue-transform-on": {
  1507. "version": "1.5.0",
  1508. "resolved": "https://registry.npmjs.org/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.5.0.tgz",
  1509. "integrity": "sha512-0dAYkerNhhHutHZ34JtTl2czVQHUNWv6xEbkdF5W+Yrv5pCWsqjeORdOgbtW2I9gWlt+wBmVn+ttqN9ZxR5tzA==",
  1510. "dev": true,
  1511. "license": "MIT"
  1512. },
  1513. "node_modules/@vue/babel-plugin-jsx": {
  1514. "version": "1.5.0",
  1515. "resolved": "https://registry.npmjs.org/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.5.0.tgz",
  1516. "integrity": "sha512-mneBhw1oOqCd2247O0Yw/mRwC9jIGACAJUlawkmMBiNmL4dGA2eMzuNZVNqOUfYTa6vqmND4CtOPzmEEEqLKFw==",
  1517. "dev": true,
  1518. "license": "MIT",
  1519. "dependencies": {
  1520. "@babel/helper-module-imports": "^7.27.1",
  1521. "@babel/helper-plugin-utils": "^7.27.1",
  1522. "@babel/plugin-syntax-jsx": "^7.27.1",
  1523. "@babel/template": "^7.27.2",
  1524. "@babel/traverse": "^7.28.0",
  1525. "@babel/types": "^7.28.2",
  1526. "@vue/babel-helper-vue-transform-on": "1.5.0",
  1527. "@vue/babel-plugin-resolve-type": "1.5.0",
  1528. "@vue/shared": "^3.5.18"
  1529. },
  1530. "peerDependencies": {
  1531. "@babel/core": "^7.0.0-0"
  1532. },
  1533. "peerDependenciesMeta": {
  1534. "@babel/core": {
  1535. "optional": true
  1536. }
  1537. }
  1538. },
  1539. "node_modules/@vue/babel-plugin-resolve-type": {
  1540. "version": "1.5.0",
  1541. "resolved": "https://registry.npmjs.org/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.5.0.tgz",
  1542. "integrity": "sha512-Wm/60o+53JwJODm4Knz47dxJnLDJ9FnKnGZJbUUf8nQRAtt6P+undLUAVU3Ha33LxOJe6IPoifRQ6F/0RrU31w==",
  1543. "dev": true,
  1544. "license": "MIT",
  1545. "dependencies": {
  1546. "@babel/code-frame": "^7.27.1",
  1547. "@babel/helper-module-imports": "^7.27.1",
  1548. "@babel/helper-plugin-utils": "^7.27.1",
  1549. "@babel/parser": "^7.28.0",
  1550. "@vue/compiler-sfc": "^3.5.18"
  1551. },
  1552. "funding": {
  1553. "url": "https://github.com/sponsors/sxzz"
  1554. },
  1555. "peerDependencies": {
  1556. "@babel/core": "^7.0.0-0"
  1557. }
  1558. },
  1559. "node_modules/@vue/compiler-core": {
  1560. "version": "3.5.40",
  1561. "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.40.tgz",
  1562. "integrity": "sha512-39E8IgOhTbVDnoJFMKc2DvYnypcZwUqgUhQkccva/0m6FUwtIKSGV7n1hpVmYcFaoRAwf9pBcwnKlCEsN63ZEQ==",
  1563. "license": "MIT",
  1564. "dependencies": {
  1565. "@babel/parser": "^7.29.7",
  1566. "@vue/shared": "3.5.40",
  1567. "entities": "^7.0.1",
  1568. "estree-walker": "^2.0.2",
  1569. "source-map-js": "^1.2.1"
  1570. }
  1571. },
  1572. "node_modules/@vue/compiler-dom": {
  1573. "version": "3.5.40",
  1574. "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.40.tgz",
  1575. "integrity": "sha512-pwkx4vqlqOspFstrcmzwkKLePVMD3PT65imRzLhanU2V1Fj4K13g6OXjanOyzw3aTAuRk84BOmY8f3rEHqPaVA==",
  1576. "license": "MIT",
  1577. "dependencies": {
  1578. "@vue/compiler-core": "3.5.40",
  1579. "@vue/shared": "3.5.40"
  1580. }
  1581. },
  1582. "node_modules/@vue/compiler-sfc": {
  1583. "version": "3.5.40",
  1584. "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.40.tgz",
  1585. "integrity": "sha512-gIf497P4kpuALcvs5n3AEg1Vdn0pSY4XbjASIfHNYF1/MP3T2Mf2STERTubysBxCRxzJGJYtF/O7vwJrxFB3Vw==",
  1586. "license": "MIT",
  1587. "dependencies": {
  1588. "@babel/parser": "^7.29.7",
  1589. "@vue/compiler-core": "3.5.40",
  1590. "@vue/compiler-dom": "3.5.40",
  1591. "@vue/compiler-ssr": "3.5.40",
  1592. "@vue/shared": "3.5.40",
  1593. "estree-walker": "^2.0.2",
  1594. "magic-string": "^0.30.21",
  1595. "postcss": "^8.5.19",
  1596. "source-map-js": "^1.2.1"
  1597. }
  1598. },
  1599. "node_modules/@vue/compiler-ssr": {
  1600. "version": "3.5.40",
  1601. "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.40.tgz",
  1602. "integrity": "sha512-rrE5xiXG663+vHCHa3J9p2z5OcBRjXmoqenprJxAFQxg5pSshzeBiCE6pu46axapRJ2Adk0YDA2BRZVjiHXnhg==",
  1603. "license": "MIT",
  1604. "dependencies": {
  1605. "@vue/compiler-dom": "3.5.40",
  1606. "@vue/shared": "3.5.40"
  1607. }
  1608. },
  1609. "node_modules/@vue/devtools-api": {
  1610. "version": "8.1.5",
  1611. "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-8.1.5.tgz",
  1612. "integrity": "sha512-YJipMVAKe5wT5CWf5kTYCaNV7NMNjFVxJkIkJaJ4W/nCxEBzlZzrOsYKeCymdCrFZmBS/+wTWFoUs3Jf/Q6XSQ==",
  1613. "license": "MIT",
  1614. "dependencies": {
  1615. "@vue/devtools-kit": "^8.1.5"
  1616. }
  1617. },
  1618. "node_modules/@vue/devtools-core": {
  1619. "version": "8.1.5",
  1620. "resolved": "https://registry.npmjs.org/@vue/devtools-core/-/devtools-core-8.1.5.tgz",
  1621. "integrity": "sha512-5e5jQOEssCdZA1wlFEUkIDtb+cAOWuLNWJ52fm4PBWbF7e3oTnM2fneaL42E5lJoolAaUQ678tv/XEb3h4e86Q==",
  1622. "dev": true,
  1623. "license": "MIT",
  1624. "dependencies": {
  1625. "@vue/devtools-kit": "^8.1.5",
  1626. "@vue/devtools-shared": "^8.1.5"
  1627. },
  1628. "peerDependencies": {
  1629. "vue": "^3.0.0"
  1630. }
  1631. },
  1632. "node_modules/@vue/devtools-kit": {
  1633. "version": "8.1.5",
  1634. "resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-8.1.5.tgz",
  1635. "integrity": "sha512-FcSAxsi4eWuXLCB7Rv9lj0aIVHHPNVQ2BazGf4RJTc2JCqb4BQg0hk87ZFhminCfl+mD5OUI0rX2cgyu4kJOGA==",
  1636. "license": "MIT",
  1637. "dependencies": {
  1638. "@vue/devtools-shared": "^8.1.5",
  1639. "birpc": "^2.6.1",
  1640. "hookable": "^5.5.3",
  1641. "perfect-debounce": "^2.0.0"
  1642. }
  1643. },
  1644. "node_modules/@vue/devtools-shared": {
  1645. "version": "8.1.5",
  1646. "resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-8.1.5.tgz",
  1647. "integrity": "sha512-mhT4zcPFhF+Xk1O4BfhhrbXzpmfqY03fS6xGpcllbQG7lDjhQf8pQHcTIhqQIYx1hfwtHmk/6jM96ele0UxPqQ==",
  1648. "license": "MIT"
  1649. },
  1650. "node_modules/@vue/language-core": {
  1651. "version": "3.3.7",
  1652. "resolved": "https://registry.npmjs.org/@vue/language-core/-/language-core-3.3.7.tgz",
  1653. "integrity": "sha512-LzmkKinXAMMoh8Jfi/jMUSDUjuPdv8mynH5WJGKfXyZtDw3hQ6GBaoI6Bcnl/Xqlu32q/0Z6i/trp4VXykzyLw==",
  1654. "dev": true,
  1655. "license": "MIT",
  1656. "dependencies": {
  1657. "@volar/language-core": "2.4.28",
  1658. "@vue/compiler-dom": "^3.5.0",
  1659. "@vue/shared": "^3.5.0",
  1660. "alien-signals": "^3.2.1",
  1661. "muggle-string": "^0.4.1",
  1662. "path-browserify": "^1.0.1",
  1663. "picomatch": "^4.0.4"
  1664. }
  1665. },
  1666. "node_modules/@vue/reactivity": {
  1667. "version": "3.5.40",
  1668. "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.40.tgz",
  1669. "integrity": "sha512-B7ot9UlUZOi1zbq61/LvE88ZLTV8IlajTdiZTAEiDQgrnIMIZoPr9kGw0Zw46ObW62O9+H/Be3kMbfb7kYPQZA==",
  1670. "license": "MIT",
  1671. "dependencies": {
  1672. "@vue/shared": "3.5.40"
  1673. }
  1674. },
  1675. "node_modules/@vue/runtime-core": {
  1676. "version": "3.5.40",
  1677. "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.40.tgz",
  1678. "integrity": "sha512-KAZLweuZ6uUJPK1PMSQPgBU5gCjgrrfjUhSglmU9NhH+Zjepa8cnwSydPWDWHDwOgY4g3VcZ+PljbiHlURNCbw==",
  1679. "license": "MIT",
  1680. "dependencies": {
  1681. "@vue/reactivity": "3.5.40",
  1682. "@vue/shared": "3.5.40"
  1683. }
  1684. },
  1685. "node_modules/@vue/runtime-dom": {
  1686. "version": "3.5.40",
  1687. "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.40.tgz",
  1688. "integrity": "sha512-ZfrX8ssZQds900L9pr8AuK05ddnMsR4MPMZr8cPN9GoqoPWcXLhjvvbIA2SMv+7a97sJ1vv9pj/zxK0Cq/eEFQ==",
  1689. "license": "MIT",
  1690. "dependencies": {
  1691. "@vue/reactivity": "3.5.40",
  1692. "@vue/runtime-core": "3.5.40",
  1693. "@vue/shared": "3.5.40",
  1694. "csstype": "^3.2.3"
  1695. }
  1696. },
  1697. "node_modules/@vue/server-renderer": {
  1698. "version": "3.5.40",
  1699. "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.40.tgz",
  1700. "integrity": "sha512-XNJym9WpevhTVt1HuwOrCRJ5Q+9z4BjTMrDtjTrvx74SmUll8spNTw6whWJa9mEkO4PKn5TihI/bm/8ds2QVJw==",
  1701. "license": "MIT",
  1702. "dependencies": {
  1703. "@vue/compiler-ssr": "3.5.40",
  1704. "@vue/runtime-dom": "3.5.40",
  1705. "@vue/shared": "3.5.40"
  1706. }
  1707. },
  1708. "node_modules/@vue/shared": {
  1709. "version": "3.5.40",
  1710. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.40.tgz",
  1711. "integrity": "sha512-WxnBtruIqOoV3rA4jeKDWzrYI5h7Cp4+pjwDi8kWGHz+IslhiN+wguLVVhtv2l8VoU02rzDCVfDjgCl1lNpZVg==",
  1712. "license": "MIT"
  1713. },
  1714. "node_modules/@vue/tsconfig": {
  1715. "version": "0.9.1",
  1716. "resolved": "https://registry.npmjs.org/@vue/tsconfig/-/tsconfig-0.9.1.tgz",
  1717. "integrity": "sha512-buvjm+9NzLCJL29KY1j1991YYJ5e6275OiK+G4jtmfIb+z4POywbdm0wXusT9adVWqe0xqg70TbI7+mRx4uU9w==",
  1718. "dev": true,
  1719. "license": "MIT",
  1720. "peerDependencies": {
  1721. "typescript": ">= 5.8",
  1722. "vue": "^3.4.0"
  1723. },
  1724. "peerDependenciesMeta": {
  1725. "typescript": {
  1726. "optional": true
  1727. },
  1728. "vue": {
  1729. "optional": true
  1730. }
  1731. }
  1732. },
  1733. "node_modules/acorn": {
  1734. "version": "8.17.0",
  1735. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.17.0.tgz",
  1736. "integrity": "sha512-xRQbDb9BnwDafYNn6Vwl839DYVjqXYb1XVGtWAZ1kcDc6iwAL4hg3B1dZlRiuENFeO2H53gFG3in621AdERVAg==",
  1737. "license": "MIT",
  1738. "bin": {
  1739. "acorn": "bin/acorn"
  1740. },
  1741. "engines": {
  1742. "node": ">=0.4.0"
  1743. }
  1744. },
  1745. "node_modules/agent-base": {
  1746. "version": "6.0.2",
  1747. "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
  1748. "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
  1749. "license": "MIT",
  1750. "dependencies": {
  1751. "debug": "4"
  1752. },
  1753. "engines": {
  1754. "node": ">= 6.0.0"
  1755. }
  1756. },
  1757. "node_modules/alien-signals": {
  1758. "version": "3.2.1",
  1759. "resolved": "https://registry.npmjs.org/alien-signals/-/alien-signals-3.2.1.tgz",
  1760. "integrity": "sha512-I8FjmltrfnDFoZedi5CG8DghVYNhzb/Ijluz7tCSJH0xpd0484Kowhbb1XDYOxfJpU1p5wnM2X54dA+IfGyD1g==",
  1761. "dev": true,
  1762. "license": "MIT"
  1763. },
  1764. "node_modules/ansi-styles": {
  1765. "version": "6.2.3",
  1766. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
  1767. "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
  1768. "dev": true,
  1769. "license": "MIT",
  1770. "engines": {
  1771. "node": ">=12"
  1772. },
  1773. "funding": {
  1774. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  1775. }
  1776. },
  1777. "node_modules/ansis": {
  1778. "version": "4.3.1",
  1779. "resolved": "https://registry.npmjs.org/ansis/-/ansis-4.3.1.tgz",
  1780. "integrity": "sha512-BJ8/l4R5LRE7hW9WdSuGYrLSHi2ynxeFpDFbH0K/CgNeY/tyhk+vO6TYxXC5r5CpUhNVX310xzPsN/H9lCdfOA==",
  1781. "dev": true,
  1782. "license": "ISC",
  1783. "engines": {
  1784. "node": ">=14"
  1785. }
  1786. },
  1787. "node_modules/ast-kit": {
  1788. "version": "2.2.0",
  1789. "resolved": "https://registry.npmjs.org/ast-kit/-/ast-kit-2.2.0.tgz",
  1790. "integrity": "sha512-m1Q/RaVOnTp9JxPX+F+Zn7IcLYMzM8kZofDImfsKZd8MbR+ikdOzTeztStWqfrqIxZnYWryyI9ePm3NGjnZgGw==",
  1791. "license": "MIT",
  1792. "dependencies": {
  1793. "@babel/parser": "^7.28.5",
  1794. "pathe": "^2.0.3"
  1795. },
  1796. "engines": {
  1797. "node": ">=20.19.0"
  1798. },
  1799. "funding": {
  1800. "url": "https://github.com/sponsors/sxzz"
  1801. }
  1802. },
  1803. "node_modules/ast-walker-scope": {
  1804. "version": "0.9.0",
  1805. "resolved": "https://registry.npmjs.org/ast-walker-scope/-/ast-walker-scope-0.9.0.tgz",
  1806. "integrity": "sha512-IJdzo2vLiElBxKzwS36VsCue/62d6IdWjnPB2v3nuPKeWGynp6FF/CYoLa5i/3jXH/z97ZDdsXz6abpgM6w07A==",
  1807. "license": "MIT",
  1808. "dependencies": {
  1809. "@babel/parser": "^7.29.2",
  1810. "@babel/types": "^7.29.0",
  1811. "ast-kit": "^2.2.0"
  1812. },
  1813. "engines": {
  1814. "node": ">=20.19.0"
  1815. },
  1816. "funding": {
  1817. "url": "https://github.com/sponsors/sxzz"
  1818. }
  1819. },
  1820. "node_modules/asynckit": {
  1821. "version": "0.4.0",
  1822. "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
  1823. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
  1824. "license": "MIT"
  1825. },
  1826. "node_modules/axios": {
  1827. "version": "1.18.1",
  1828. "resolved": "https://registry.npmjs.org/axios/-/axios-1.18.1.tgz",
  1829. "integrity": "sha512-3nTvFlvpn9Zu/RkHUqtc7/+al4UpRW5az71ap5zccp6e8RAYEzhMTecX8Dz1wWDYrPpUoB1HAQEGEAEvUr7S9g==",
  1830. "license": "MIT",
  1831. "dependencies": {
  1832. "follow-redirects": "^1.16.0",
  1833. "form-data": "^4.0.5",
  1834. "https-proxy-agent": "^5.0.1",
  1835. "proxy-from-env": "^2.1.0"
  1836. }
  1837. },
  1838. "node_modules/baseline-browser-mapping": {
  1839. "version": "2.10.43",
  1840. "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.43.tgz",
  1841. "integrity": "sha512-AjYpR78kDWAY3Efj+cDTFH9t9SCoL7OoTp1BOb0mQV7S+6CiLwnWM3FyxhJtdPufDFKzmCSFoUncKjWgJEZTCQ==",
  1842. "dev": true,
  1843. "license": "Apache-2.0",
  1844. "bin": {
  1845. "baseline-browser-mapping": "dist/cli.cjs"
  1846. },
  1847. "engines": {
  1848. "node": ">=6.0.0"
  1849. }
  1850. },
  1851. "node_modules/birpc": {
  1852. "version": "2.9.0",
  1853. "resolved": "https://registry.npmjs.org/birpc/-/birpc-2.9.0.tgz",
  1854. "integrity": "sha512-KrayHS5pBi69Xi9JmvoqrIgYGDkD6mcSe/i6YKi3w5kekCLzrX4+nawcXqrj2tIp50Kw/mT/s3p+GVK0A0sKxw==",
  1855. "license": "MIT",
  1856. "funding": {
  1857. "url": "https://github.com/sponsors/antfu"
  1858. }
  1859. },
  1860. "node_modules/browserslist": {
  1861. "version": "4.28.6",
  1862. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.6.tgz",
  1863. "integrity": "sha512-FQBYNK15VMslhLHpA7+n+n1GOlF1kId2xcCg7/j95f24AOF6VDYMNH4mFxF7KuaTdv627faazpOAjFzMrfJOUw==",
  1864. "dev": true,
  1865. "funding": [
  1866. {
  1867. "type": "opencollective",
  1868. "url": "https://opencollective.com/browserslist"
  1869. },
  1870. {
  1871. "type": "tidelift",
  1872. "url": "https://tidelift.com/funding/github/npm/browserslist"
  1873. },
  1874. {
  1875. "type": "github",
  1876. "url": "https://github.com/sponsors/ai"
  1877. }
  1878. ],
  1879. "license": "MIT",
  1880. "dependencies": {
  1881. "baseline-browser-mapping": "^2.10.42",
  1882. "caniuse-lite": "^1.0.30001803",
  1883. "electron-to-chromium": "^1.5.389",
  1884. "node-releases": "^2.0.51",
  1885. "update-browserslist-db": "^1.2.3"
  1886. },
  1887. "bin": {
  1888. "browserslist": "cli.js"
  1889. },
  1890. "engines": {
  1891. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  1892. }
  1893. },
  1894. "node_modules/bundle-name": {
  1895. "version": "4.1.0",
  1896. "resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-4.1.0.tgz",
  1897. "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==",
  1898. "dev": true,
  1899. "license": "MIT",
  1900. "dependencies": {
  1901. "run-applescript": "^7.0.0"
  1902. },
  1903. "engines": {
  1904. "node": ">=18"
  1905. },
  1906. "funding": {
  1907. "url": "https://github.com/sponsors/sindresorhus"
  1908. }
  1909. },
  1910. "node_modules/call-bind-apply-helpers": {
  1911. "version": "1.0.2",
  1912. "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  1913. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  1914. "license": "MIT",
  1915. "dependencies": {
  1916. "es-errors": "^1.3.0",
  1917. "function-bind": "^1.1.2"
  1918. },
  1919. "engines": {
  1920. "node": ">= 0.4"
  1921. }
  1922. },
  1923. "node_modules/caniuse-lite": {
  1924. "version": "1.0.30001806",
  1925. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001806.tgz",
  1926. "integrity": "sha512-72Cuvd95zbSYPKq6Fhg8eDJRlzgWDf7/mtoZv6Qe/DYNCEBdNxoA3+rZAU2ZhGCpZlns3EssFavaZomckT5Uuw==",
  1927. "dev": true,
  1928. "funding": [
  1929. {
  1930. "type": "opencollective",
  1931. "url": "https://opencollective.com/browserslist"
  1932. },
  1933. {
  1934. "type": "tidelift",
  1935. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  1936. },
  1937. {
  1938. "type": "github",
  1939. "url": "https://github.com/sponsors/ai"
  1940. }
  1941. ],
  1942. "license": "CC-BY-4.0"
  1943. },
  1944. "node_modules/chokidar": {
  1945. "version": "5.0.0",
  1946. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz",
  1947. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  1948. "license": "MIT",
  1949. "dependencies": {
  1950. "readdirp": "^5.0.0"
  1951. },
  1952. "engines": {
  1953. "node": ">= 20.19.0"
  1954. },
  1955. "funding": {
  1956. "url": "https://paulmillr.com/funding/"
  1957. }
  1958. },
  1959. "node_modules/combined-stream": {
  1960. "version": "1.0.8",
  1961. "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
  1962. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  1963. "license": "MIT",
  1964. "dependencies": {
  1965. "delayed-stream": "~1.0.0"
  1966. },
  1967. "engines": {
  1968. "node": ">= 0.8"
  1969. }
  1970. },
  1971. "node_modules/confbox": {
  1972. "version": "0.2.4",
  1973. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.2.4.tgz",
  1974. "integrity": "sha512-ysOGlgTFbN2/Y6Cg3Iye8YKulHw+R2fNXHrgSmXISQdMnomY6eNDprVdW9R5xBguEqI954+S6709UyiO7B+6OQ==",
  1975. "license": "MIT"
  1976. },
  1977. "node_modules/convert-source-map": {
  1978. "version": "2.0.0",
  1979. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
  1980. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  1981. "dev": true,
  1982. "license": "MIT"
  1983. },
  1984. "node_modules/cross-spawn": {
  1985. "version": "7.0.6",
  1986. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
  1987. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  1988. "dev": true,
  1989. "license": "MIT",
  1990. "dependencies": {
  1991. "path-key": "^3.1.0",
  1992. "shebang-command": "^2.0.0",
  1993. "which": "^2.0.1"
  1994. },
  1995. "engines": {
  1996. "node": ">= 8"
  1997. }
  1998. },
  1999. "node_modules/cross-spawn/node_modules/isexe": {
  2000. "version": "2.0.0",
  2001. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  2002. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  2003. "dev": true,
  2004. "license": "ISC"
  2005. },
  2006. "node_modules/cross-spawn/node_modules/which": {
  2007. "version": "2.0.2",
  2008. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  2009. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  2010. "dev": true,
  2011. "license": "ISC",
  2012. "dependencies": {
  2013. "isexe": "^2.0.0"
  2014. },
  2015. "bin": {
  2016. "node-which": "bin/node-which"
  2017. },
  2018. "engines": {
  2019. "node": ">= 8"
  2020. }
  2021. },
  2022. "node_modules/csstype": {
  2023. "version": "3.2.3",
  2024. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
  2025. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  2026. "license": "MIT"
  2027. },
  2028. "node_modules/debug": {
  2029. "version": "4.4.3",
  2030. "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
  2031. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  2032. "license": "MIT",
  2033. "dependencies": {
  2034. "ms": "^2.1.3"
  2035. },
  2036. "engines": {
  2037. "node": ">=6.0"
  2038. },
  2039. "peerDependenciesMeta": {
  2040. "supports-color": {
  2041. "optional": true
  2042. }
  2043. }
  2044. },
  2045. "node_modules/default-browser": {
  2046. "version": "5.5.0",
  2047. "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.5.0.tgz",
  2048. "integrity": "sha512-H9LMLr5zwIbSxrmvikGuI/5KGhZ8E2zH3stkMgM5LpOWDutGM2JZaj460Udnf1a+946zc7YBgrqEWwbk7zHvGw==",
  2049. "dev": true,
  2050. "license": "MIT",
  2051. "dependencies": {
  2052. "bundle-name": "^4.1.0",
  2053. "default-browser-id": "^5.0.0"
  2054. },
  2055. "engines": {
  2056. "node": ">=18"
  2057. },
  2058. "funding": {
  2059. "url": "https://github.com/sponsors/sindresorhus"
  2060. }
  2061. },
  2062. "node_modules/default-browser-id": {
  2063. "version": "5.0.1",
  2064. "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.1.tgz",
  2065. "integrity": "sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q==",
  2066. "dev": true,
  2067. "license": "MIT",
  2068. "engines": {
  2069. "node": ">=18"
  2070. },
  2071. "funding": {
  2072. "url": "https://github.com/sponsors/sindresorhus"
  2073. }
  2074. },
  2075. "node_modules/define-lazy-prop": {
  2076. "version": "3.0.0",
  2077. "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
  2078. "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
  2079. "dev": true,
  2080. "license": "MIT",
  2081. "engines": {
  2082. "node": ">=12"
  2083. },
  2084. "funding": {
  2085. "url": "https://github.com/sponsors/sindresorhus"
  2086. }
  2087. },
  2088. "node_modules/delayed-stream": {
  2089. "version": "1.0.0",
  2090. "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
  2091. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  2092. "license": "MIT",
  2093. "engines": {
  2094. "node": ">=0.4.0"
  2095. }
  2096. },
  2097. "node_modules/detect-libc": {
  2098. "version": "2.1.2",
  2099. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  2100. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  2101. "license": "Apache-2.0",
  2102. "engines": {
  2103. "node": ">=8"
  2104. }
  2105. },
  2106. "node_modules/dunder-proto": {
  2107. "version": "1.0.1",
  2108. "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
  2109. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  2110. "license": "MIT",
  2111. "dependencies": {
  2112. "call-bind-apply-helpers": "^1.0.1",
  2113. "es-errors": "^1.3.0",
  2114. "gopd": "^1.2.0"
  2115. },
  2116. "engines": {
  2117. "node": ">= 0.4"
  2118. }
  2119. },
  2120. "node_modules/electron-to-chromium": {
  2121. "version": "1.5.392",
  2122. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.392.tgz",
  2123. "integrity": "sha512-1yQq3VQCZRwsnYc67Oc+1fge6Lwtn0hzi6zmEVkB61Zx21kTbwJAW4dFLadl5Rc1tKhG/kSpYXnfiAhu0f0a1g==",
  2124. "dev": true,
  2125. "license": "ISC"
  2126. },
  2127. "node_modules/enhanced-resolve": {
  2128. "version": "5.21.6",
  2129. "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.21.6.tgz",
  2130. "integrity": "sha512-aNnGCvbJ/RIyWo1IuhNdVjnNF+EjH9wpzpNHt+ci/m9He9LJvUN8wrCcXjp9cWsGNAuvSpVFTx/vraAFQ8qGjQ==",
  2131. "license": "MIT",
  2132. "dependencies": {
  2133. "graceful-fs": "^4.2.4",
  2134. "tapable": "^2.3.3"
  2135. },
  2136. "engines": {
  2137. "node": ">=10.13.0"
  2138. }
  2139. },
  2140. "node_modules/entities": {
  2141. "version": "7.0.1",
  2142. "resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz",
  2143. "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
  2144. "license": "BSD-2-Clause",
  2145. "engines": {
  2146. "node": ">=0.12"
  2147. },
  2148. "funding": {
  2149. "url": "https://github.com/fb55/entities?sponsor=1"
  2150. }
  2151. },
  2152. "node_modules/error-stack-parser-es": {
  2153. "version": "1.0.5",
  2154. "resolved": "https://registry.npmjs.org/error-stack-parser-es/-/error-stack-parser-es-1.0.5.tgz",
  2155. "integrity": "sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==",
  2156. "dev": true,
  2157. "license": "MIT",
  2158. "funding": {
  2159. "url": "https://github.com/sponsors/antfu"
  2160. }
  2161. },
  2162. "node_modules/es-define-property": {
  2163. "version": "1.0.1",
  2164. "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
  2165. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  2166. "license": "MIT",
  2167. "engines": {
  2168. "node": ">= 0.4"
  2169. }
  2170. },
  2171. "node_modules/es-errors": {
  2172. "version": "1.3.0",
  2173. "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
  2174. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  2175. "license": "MIT",
  2176. "engines": {
  2177. "node": ">= 0.4"
  2178. }
  2179. },
  2180. "node_modules/es-object-atoms": {
  2181. "version": "1.1.2",
  2182. "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.2.tgz",
  2183. "integrity": "sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==",
  2184. "license": "MIT",
  2185. "dependencies": {
  2186. "es-errors": "^1.3.0"
  2187. },
  2188. "engines": {
  2189. "node": ">= 0.4"
  2190. }
  2191. },
  2192. "node_modules/es-set-tostringtag": {
  2193. "version": "2.1.0",
  2194. "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  2195. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  2196. "license": "MIT",
  2197. "dependencies": {
  2198. "es-errors": "^1.3.0",
  2199. "get-intrinsic": "^1.2.6",
  2200. "has-tostringtag": "^1.0.2",
  2201. "hasown": "^2.0.2"
  2202. },
  2203. "engines": {
  2204. "node": ">= 0.4"
  2205. }
  2206. },
  2207. "node_modules/escalade": {
  2208. "version": "3.2.0",
  2209. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
  2210. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  2211. "dev": true,
  2212. "license": "MIT",
  2213. "engines": {
  2214. "node": ">=6"
  2215. }
  2216. },
  2217. "node_modules/estree-walker": {
  2218. "version": "2.0.2",
  2219. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  2220. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  2221. "license": "MIT"
  2222. },
  2223. "node_modules/exsolve": {
  2224. "version": "1.1.0",
  2225. "resolved": "https://registry.npmjs.org/exsolve/-/exsolve-1.1.0.tgz",
  2226. "integrity": "sha512-D+42+T12DdIlJM3uepa55qGiL3sYdLBOxIl2ifQCzCHz4c7eiolaHsi3BIqEr7JxBzxv2pYZQX9kw16ziMcEmw==",
  2227. "license": "MIT"
  2228. },
  2229. "node_modules/fdir": {
  2230. "version": "6.5.0",
  2231. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  2232. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  2233. "license": "MIT",
  2234. "engines": {
  2235. "node": ">=12.0.0"
  2236. },
  2237. "peerDependencies": {
  2238. "picomatch": "^3 || ^4"
  2239. },
  2240. "peerDependenciesMeta": {
  2241. "picomatch": {
  2242. "optional": true
  2243. }
  2244. }
  2245. },
  2246. "node_modules/follow-redirects": {
  2247. "version": "1.16.0",
  2248. "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz",
  2249. "integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==",
  2250. "funding": [
  2251. {
  2252. "type": "individual",
  2253. "url": "https://github.com/sponsors/RubenVerborgh"
  2254. }
  2255. ],
  2256. "license": "MIT",
  2257. "engines": {
  2258. "node": ">=4.0"
  2259. },
  2260. "peerDependenciesMeta": {
  2261. "debug": {
  2262. "optional": true
  2263. }
  2264. }
  2265. },
  2266. "node_modules/form-data": {
  2267. "version": "4.0.6",
  2268. "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.6.tgz",
  2269. "integrity": "sha512-vKatAh4SlVfgbv+YtmhiRjhEMJsYpsG1Y2rMQtR+SVSbytsSD1YGzDIcrAJmdFec88u/+VoGmxnl+80gL1tRCQ==",
  2270. "license": "MIT",
  2271. "dependencies": {
  2272. "asynckit": "^0.4.0",
  2273. "combined-stream": "^1.0.8",
  2274. "es-set-tostringtag": "^2.1.0",
  2275. "hasown": "^2.0.4",
  2276. "mime-types": "^2.1.35"
  2277. },
  2278. "engines": {
  2279. "node": ">= 6"
  2280. }
  2281. },
  2282. "node_modules/fsevents": {
  2283. "version": "2.3.3",
  2284. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  2285. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  2286. "hasInstallScript": true,
  2287. "license": "MIT",
  2288. "optional": true,
  2289. "os": [
  2290. "darwin"
  2291. ],
  2292. "engines": {
  2293. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  2294. }
  2295. },
  2296. "node_modules/function-bind": {
  2297. "version": "1.1.2",
  2298. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  2299. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  2300. "license": "MIT",
  2301. "funding": {
  2302. "url": "https://github.com/sponsors/ljharb"
  2303. }
  2304. },
  2305. "node_modules/gensync": {
  2306. "version": "1.0.0-beta.2",
  2307. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  2308. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  2309. "dev": true,
  2310. "license": "MIT",
  2311. "engines": {
  2312. "node": ">=6.9.0"
  2313. }
  2314. },
  2315. "node_modules/get-intrinsic": {
  2316. "version": "1.3.0",
  2317. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  2318. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  2319. "license": "MIT",
  2320. "dependencies": {
  2321. "call-bind-apply-helpers": "^1.0.2",
  2322. "es-define-property": "^1.0.1",
  2323. "es-errors": "^1.3.0",
  2324. "es-object-atoms": "^1.1.1",
  2325. "function-bind": "^1.1.2",
  2326. "get-proto": "^1.0.1",
  2327. "gopd": "^1.2.0",
  2328. "has-symbols": "^1.1.0",
  2329. "hasown": "^2.0.2",
  2330. "math-intrinsics": "^1.1.0"
  2331. },
  2332. "engines": {
  2333. "node": ">= 0.4"
  2334. },
  2335. "funding": {
  2336. "url": "https://github.com/sponsors/ljharb"
  2337. }
  2338. },
  2339. "node_modules/get-proto": {
  2340. "version": "1.0.1",
  2341. "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
  2342. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  2343. "license": "MIT",
  2344. "dependencies": {
  2345. "dunder-proto": "^1.0.1",
  2346. "es-object-atoms": "^1.0.0"
  2347. },
  2348. "engines": {
  2349. "node": ">= 0.4"
  2350. }
  2351. },
  2352. "node_modules/gopd": {
  2353. "version": "1.2.0",
  2354. "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
  2355. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  2356. "license": "MIT",
  2357. "engines": {
  2358. "node": ">= 0.4"
  2359. },
  2360. "funding": {
  2361. "url": "https://github.com/sponsors/ljharb"
  2362. }
  2363. },
  2364. "node_modules/graceful-fs": {
  2365. "version": "4.2.11",
  2366. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  2367. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  2368. "license": "ISC"
  2369. },
  2370. "node_modules/has-symbols": {
  2371. "version": "1.1.0",
  2372. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
  2373. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  2374. "license": "MIT",
  2375. "engines": {
  2376. "node": ">= 0.4"
  2377. },
  2378. "funding": {
  2379. "url": "https://github.com/sponsors/ljharb"
  2380. }
  2381. },
  2382. "node_modules/has-tostringtag": {
  2383. "version": "1.0.2",
  2384. "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  2385. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  2386. "license": "MIT",
  2387. "dependencies": {
  2388. "has-symbols": "^1.0.3"
  2389. },
  2390. "engines": {
  2391. "node": ">= 0.4"
  2392. },
  2393. "funding": {
  2394. "url": "https://github.com/sponsors/ljharb"
  2395. }
  2396. },
  2397. "node_modules/hasown": {
  2398. "version": "2.0.4",
  2399. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz",
  2400. "integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
  2401. "license": "MIT",
  2402. "dependencies": {
  2403. "function-bind": "^1.1.2"
  2404. },
  2405. "engines": {
  2406. "node": ">= 0.4"
  2407. }
  2408. },
  2409. "node_modules/hookable": {
  2410. "version": "5.5.3",
  2411. "resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz",
  2412. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
  2413. "license": "MIT"
  2414. },
  2415. "node_modules/https-proxy-agent": {
  2416. "version": "5.0.1",
  2417. "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
  2418. "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
  2419. "license": "MIT",
  2420. "dependencies": {
  2421. "agent-base": "6",
  2422. "debug": "4"
  2423. },
  2424. "engines": {
  2425. "node": ">= 6"
  2426. }
  2427. },
  2428. "node_modules/immutable": {
  2429. "version": "5.1.9",
  2430. "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.9.tgz",
  2431. "integrity": "sha512-m8nVez3rwrgmWxtLMt1ZYXB2Lv7OKYn/disyxAlSDYAlKSlFoPPfIAmAM/M5xqL4m4C/wAPw7S2/CNaUii1Hxg==",
  2432. "license": "MIT"
  2433. },
  2434. "node_modules/is-docker": {
  2435. "version": "3.0.0",
  2436. "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
  2437. "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
  2438. "dev": true,
  2439. "license": "MIT",
  2440. "bin": {
  2441. "is-docker": "cli.js"
  2442. },
  2443. "engines": {
  2444. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  2445. },
  2446. "funding": {
  2447. "url": "https://github.com/sponsors/sindresorhus"
  2448. }
  2449. },
  2450. "node_modules/is-extglob": {
  2451. "version": "2.1.1",
  2452. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  2453. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  2454. "license": "MIT",
  2455. "optional": true,
  2456. "engines": {
  2457. "node": ">=0.10.0"
  2458. }
  2459. },
  2460. "node_modules/is-glob": {
  2461. "version": "4.0.3",
  2462. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  2463. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  2464. "license": "MIT",
  2465. "optional": true,
  2466. "dependencies": {
  2467. "is-extglob": "^2.1.1"
  2468. },
  2469. "engines": {
  2470. "node": ">=0.10.0"
  2471. }
  2472. },
  2473. "node_modules/is-in-ssh": {
  2474. "version": "1.0.0",
  2475. "resolved": "https://registry.npmjs.org/is-in-ssh/-/is-in-ssh-1.0.0.tgz",
  2476. "integrity": "sha512-jYa6Q9rH90kR1vKB6NM7qqd1mge3Fx4Dhw5TVlK1MUBqhEOuCagrEHMevNuCcbECmXZ0ThXkRm+Ymr51HwEPAw==",
  2477. "dev": true,
  2478. "license": "MIT",
  2479. "engines": {
  2480. "node": ">=20"
  2481. },
  2482. "funding": {
  2483. "url": "https://github.com/sponsors/sindresorhus"
  2484. }
  2485. },
  2486. "node_modules/is-inside-container": {
  2487. "version": "1.0.0",
  2488. "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
  2489. "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
  2490. "dev": true,
  2491. "license": "MIT",
  2492. "dependencies": {
  2493. "is-docker": "^3.0.0"
  2494. },
  2495. "bin": {
  2496. "is-inside-container": "cli.js"
  2497. },
  2498. "engines": {
  2499. "node": ">=14.16"
  2500. },
  2501. "funding": {
  2502. "url": "https://github.com/sponsors/sindresorhus"
  2503. }
  2504. },
  2505. "node_modules/is-wsl": {
  2506. "version": "3.1.1",
  2507. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.1.tgz",
  2508. "integrity": "sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==",
  2509. "dev": true,
  2510. "license": "MIT",
  2511. "dependencies": {
  2512. "is-inside-container": "^1.0.0"
  2513. },
  2514. "engines": {
  2515. "node": ">=16"
  2516. },
  2517. "funding": {
  2518. "url": "https://github.com/sponsors/sindresorhus"
  2519. }
  2520. },
  2521. "node_modules/isexe": {
  2522. "version": "4.0.0",
  2523. "resolved": "https://registry.npmjs.org/isexe/-/isexe-4.0.0.tgz",
  2524. "integrity": "sha512-FFUtZMpoZ8RqHS3XeXEmHWLA4thH+ZxCv2lOiPIn1Xc7CxrqhWzNSDzD+/chS/zbYezmiwWLdQC09JdQKmthOw==",
  2525. "dev": true,
  2526. "license": "BlueOak-1.0.0",
  2527. "engines": {
  2528. "node": ">=20"
  2529. }
  2530. },
  2531. "node_modules/jiti": {
  2532. "version": "2.7.0",
  2533. "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.7.0.tgz",
  2534. "integrity": "sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==",
  2535. "license": "MIT",
  2536. "bin": {
  2537. "jiti": "lib/jiti-cli.mjs"
  2538. }
  2539. },
  2540. "node_modules/js-tokens": {
  2541. "version": "4.0.0",
  2542. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  2543. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  2544. "dev": true,
  2545. "license": "MIT"
  2546. },
  2547. "node_modules/jsesc": {
  2548. "version": "3.1.0",
  2549. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
  2550. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  2551. "license": "MIT",
  2552. "bin": {
  2553. "jsesc": "bin/jsesc"
  2554. },
  2555. "engines": {
  2556. "node": ">=6"
  2557. }
  2558. },
  2559. "node_modules/json-parse-even-better-errors": {
  2560. "version": "6.0.0",
  2561. "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-6.0.0.tgz",
  2562. "integrity": "sha512-2/8adwnK1/+Fdjyts4r6wSpfANWw8zdNhU9U/Llk59c6O+DjSisPWPykwoL8gZmocP9Dy64S7oie2g+Mia123A==",
  2563. "dev": true,
  2564. "license": "MIT",
  2565. "engines": {
  2566. "node": "^22.22.2 || ^24.15.0 || >=26.0.0"
  2567. }
  2568. },
  2569. "node_modules/json5": {
  2570. "version": "2.2.3",
  2571. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  2572. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  2573. "license": "MIT",
  2574. "bin": {
  2575. "json5": "lib/cli.js"
  2576. },
  2577. "engines": {
  2578. "node": ">=6"
  2579. }
  2580. },
  2581. "node_modules/kolorist": {
  2582. "version": "1.8.0",
  2583. "resolved": "https://registry.npmjs.org/kolorist/-/kolorist-1.8.0.tgz",
  2584. "integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==",
  2585. "dev": true,
  2586. "license": "MIT"
  2587. },
  2588. "node_modules/lightningcss": {
  2589. "version": "1.32.0",
  2590. "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
  2591. "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
  2592. "license": "MPL-2.0",
  2593. "dependencies": {
  2594. "detect-libc": "^2.0.3"
  2595. },
  2596. "engines": {
  2597. "node": ">= 12.0.0"
  2598. },
  2599. "funding": {
  2600. "type": "opencollective",
  2601. "url": "https://opencollective.com/parcel"
  2602. },
  2603. "optionalDependencies": {
  2604. "lightningcss-android-arm64": "1.32.0",
  2605. "lightningcss-darwin-arm64": "1.32.0",
  2606. "lightningcss-darwin-x64": "1.32.0",
  2607. "lightningcss-freebsd-x64": "1.32.0",
  2608. "lightningcss-linux-arm-gnueabihf": "1.32.0",
  2609. "lightningcss-linux-arm64-gnu": "1.32.0",
  2610. "lightningcss-linux-arm64-musl": "1.32.0",
  2611. "lightningcss-linux-x64-gnu": "1.32.0",
  2612. "lightningcss-linux-x64-musl": "1.32.0",
  2613. "lightningcss-win32-arm64-msvc": "1.32.0",
  2614. "lightningcss-win32-x64-msvc": "1.32.0"
  2615. }
  2616. },
  2617. "node_modules/lightningcss-android-arm64": {
  2618. "version": "1.32.0",
  2619. "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
  2620. "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
  2621. "cpu": [
  2622. "arm64"
  2623. ],
  2624. "license": "MPL-2.0",
  2625. "optional": true,
  2626. "os": [
  2627. "android"
  2628. ],
  2629. "engines": {
  2630. "node": ">= 12.0.0"
  2631. },
  2632. "funding": {
  2633. "type": "opencollective",
  2634. "url": "https://opencollective.com/parcel"
  2635. }
  2636. },
  2637. "node_modules/lightningcss-darwin-arm64": {
  2638. "version": "1.32.0",
  2639. "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
  2640. "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
  2641. "cpu": [
  2642. "arm64"
  2643. ],
  2644. "license": "MPL-2.0",
  2645. "optional": true,
  2646. "os": [
  2647. "darwin"
  2648. ],
  2649. "engines": {
  2650. "node": ">= 12.0.0"
  2651. },
  2652. "funding": {
  2653. "type": "opencollective",
  2654. "url": "https://opencollective.com/parcel"
  2655. }
  2656. },
  2657. "node_modules/lightningcss-darwin-x64": {
  2658. "version": "1.32.0",
  2659. "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
  2660. "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
  2661. "cpu": [
  2662. "x64"
  2663. ],
  2664. "license": "MPL-2.0",
  2665. "optional": true,
  2666. "os": [
  2667. "darwin"
  2668. ],
  2669. "engines": {
  2670. "node": ">= 12.0.0"
  2671. },
  2672. "funding": {
  2673. "type": "opencollective",
  2674. "url": "https://opencollective.com/parcel"
  2675. }
  2676. },
  2677. "node_modules/lightningcss-freebsd-x64": {
  2678. "version": "1.32.0",
  2679. "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
  2680. "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
  2681. "cpu": [
  2682. "x64"
  2683. ],
  2684. "license": "MPL-2.0",
  2685. "optional": true,
  2686. "os": [
  2687. "freebsd"
  2688. ],
  2689. "engines": {
  2690. "node": ">= 12.0.0"
  2691. },
  2692. "funding": {
  2693. "type": "opencollective",
  2694. "url": "https://opencollective.com/parcel"
  2695. }
  2696. },
  2697. "node_modules/lightningcss-linux-arm-gnueabihf": {
  2698. "version": "1.32.0",
  2699. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
  2700. "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
  2701. "cpu": [
  2702. "arm"
  2703. ],
  2704. "license": "MPL-2.0",
  2705. "optional": true,
  2706. "os": [
  2707. "linux"
  2708. ],
  2709. "engines": {
  2710. "node": ">= 12.0.0"
  2711. },
  2712. "funding": {
  2713. "type": "opencollective",
  2714. "url": "https://opencollective.com/parcel"
  2715. }
  2716. },
  2717. "node_modules/lightningcss-linux-arm64-gnu": {
  2718. "version": "1.32.0",
  2719. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
  2720. "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
  2721. "cpu": [
  2722. "arm64"
  2723. ],
  2724. "license": "MPL-2.0",
  2725. "optional": true,
  2726. "os": [
  2727. "linux"
  2728. ],
  2729. "engines": {
  2730. "node": ">= 12.0.0"
  2731. },
  2732. "funding": {
  2733. "type": "opencollective",
  2734. "url": "https://opencollective.com/parcel"
  2735. }
  2736. },
  2737. "node_modules/lightningcss-linux-arm64-musl": {
  2738. "version": "1.32.0",
  2739. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
  2740. "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
  2741. "cpu": [
  2742. "arm64"
  2743. ],
  2744. "license": "MPL-2.0",
  2745. "optional": true,
  2746. "os": [
  2747. "linux"
  2748. ],
  2749. "engines": {
  2750. "node": ">= 12.0.0"
  2751. },
  2752. "funding": {
  2753. "type": "opencollective",
  2754. "url": "https://opencollective.com/parcel"
  2755. }
  2756. },
  2757. "node_modules/lightningcss-linux-x64-gnu": {
  2758. "version": "1.32.0",
  2759. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
  2760. "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
  2761. "cpu": [
  2762. "x64"
  2763. ],
  2764. "license": "MPL-2.0",
  2765. "optional": true,
  2766. "os": [
  2767. "linux"
  2768. ],
  2769. "engines": {
  2770. "node": ">= 12.0.0"
  2771. },
  2772. "funding": {
  2773. "type": "opencollective",
  2774. "url": "https://opencollective.com/parcel"
  2775. }
  2776. },
  2777. "node_modules/lightningcss-linux-x64-musl": {
  2778. "version": "1.32.0",
  2779. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
  2780. "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
  2781. "cpu": [
  2782. "x64"
  2783. ],
  2784. "license": "MPL-2.0",
  2785. "optional": true,
  2786. "os": [
  2787. "linux"
  2788. ],
  2789. "engines": {
  2790. "node": ">= 12.0.0"
  2791. },
  2792. "funding": {
  2793. "type": "opencollective",
  2794. "url": "https://opencollective.com/parcel"
  2795. }
  2796. },
  2797. "node_modules/lightningcss-win32-arm64-msvc": {
  2798. "version": "1.32.0",
  2799. "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
  2800. "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
  2801. "cpu": [
  2802. "arm64"
  2803. ],
  2804. "license": "MPL-2.0",
  2805. "optional": true,
  2806. "os": [
  2807. "win32"
  2808. ],
  2809. "engines": {
  2810. "node": ">= 12.0.0"
  2811. },
  2812. "funding": {
  2813. "type": "opencollective",
  2814. "url": "https://opencollective.com/parcel"
  2815. }
  2816. },
  2817. "node_modules/lightningcss-win32-x64-msvc": {
  2818. "version": "1.32.0",
  2819. "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
  2820. "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
  2821. "cpu": [
  2822. "x64"
  2823. ],
  2824. "license": "MPL-2.0",
  2825. "optional": true,
  2826. "os": [
  2827. "win32"
  2828. ],
  2829. "engines": {
  2830. "node": ">= 12.0.0"
  2831. },
  2832. "funding": {
  2833. "type": "opencollective",
  2834. "url": "https://opencollective.com/parcel"
  2835. }
  2836. },
  2837. "node_modules/local-pkg": {
  2838. "version": "1.2.1",
  2839. "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-1.2.1.tgz",
  2840. "integrity": "sha512-++gUqRDEvcnN6Zhqrr+y/CkVEHhlrR96vZn3nZZPYzMcBUyBtTKzB9NadClFIsIVSsu+3i9tfk/erqy9kAmt7Q==",
  2841. "license": "MIT",
  2842. "dependencies": {
  2843. "mlly": "^1.7.4",
  2844. "pkg-types": "^2.3.0",
  2845. "quansync": "^0.2.11"
  2846. },
  2847. "engines": {
  2848. "node": ">=14"
  2849. },
  2850. "funding": {
  2851. "url": "https://github.com/sponsors/antfu"
  2852. }
  2853. },
  2854. "node_modules/lru-cache": {
  2855. "version": "5.1.1",
  2856. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  2857. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  2858. "dev": true,
  2859. "license": "ISC",
  2860. "dependencies": {
  2861. "yallist": "^3.0.2"
  2862. }
  2863. },
  2864. "node_modules/magic-string": {
  2865. "version": "0.30.21",
  2866. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
  2867. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  2868. "license": "MIT",
  2869. "dependencies": {
  2870. "@jridgewell/sourcemap-codec": "^1.5.5"
  2871. }
  2872. },
  2873. "node_modules/magic-string-ast": {
  2874. "version": "1.0.3",
  2875. "resolved": "https://registry.npmjs.org/magic-string-ast/-/magic-string-ast-1.0.3.tgz",
  2876. "integrity": "sha512-CvkkH1i81zl7mmb94DsRiFeG9V2fR2JeuK8yDgS8oiZSFa++wWLEgZ5ufEOyLHbvSbD1gTRKv9NdX69Rnvr9JA==",
  2877. "license": "MIT",
  2878. "dependencies": {
  2879. "magic-string": "^0.30.19"
  2880. },
  2881. "engines": {
  2882. "node": ">=20.19.0"
  2883. },
  2884. "funding": {
  2885. "url": "https://github.com/sponsors/sxzz"
  2886. }
  2887. },
  2888. "node_modules/math-intrinsics": {
  2889. "version": "1.1.0",
  2890. "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  2891. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  2892. "license": "MIT",
  2893. "engines": {
  2894. "node": ">= 0.4"
  2895. }
  2896. },
  2897. "node_modules/memorystream": {
  2898. "version": "0.3.1",
  2899. "resolved": "https://registry.npmjs.org/memorystream/-/memorystream-0.3.1.tgz",
  2900. "integrity": "sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==",
  2901. "dev": true,
  2902. "engines": {
  2903. "node": ">= 0.10.0"
  2904. }
  2905. },
  2906. "node_modules/mime-db": {
  2907. "version": "1.52.0",
  2908. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
  2909. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  2910. "license": "MIT",
  2911. "engines": {
  2912. "node": ">= 0.6"
  2913. }
  2914. },
  2915. "node_modules/mime-types": {
  2916. "version": "2.1.35",
  2917. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
  2918. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  2919. "license": "MIT",
  2920. "dependencies": {
  2921. "mime-db": "1.52.0"
  2922. },
  2923. "engines": {
  2924. "node": ">= 0.6"
  2925. }
  2926. },
  2927. "node_modules/mitt": {
  2928. "version": "3.0.1",
  2929. "resolved": "https://registry.npmmirror.com/mitt/-/mitt-3.0.1.tgz",
  2930. "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
  2931. "license": "MIT"
  2932. },
  2933. "node_modules/mlly": {
  2934. "version": "1.8.2",
  2935. "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.8.2.tgz",
  2936. "integrity": "sha512-d+ObxMQFmbt10sretNDytwt85VrbkhhUA/JBGm1MPaWJ65Cl4wOgLaB1NYvJSZ0Ef03MMEU/0xpPMXUIQ29UfA==",
  2937. "license": "MIT",
  2938. "dependencies": {
  2939. "acorn": "^8.16.0",
  2940. "pathe": "^2.0.3",
  2941. "pkg-types": "^1.3.1",
  2942. "ufo": "^1.6.3"
  2943. }
  2944. },
  2945. "node_modules/mlly/node_modules/confbox": {
  2946. "version": "0.1.8",
  2947. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz",
  2948. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  2949. "license": "MIT"
  2950. },
  2951. "node_modules/mlly/node_modules/pkg-types": {
  2952. "version": "1.3.1",
  2953. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz",
  2954. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  2955. "license": "MIT",
  2956. "dependencies": {
  2957. "confbox": "^0.1.8",
  2958. "mlly": "^1.7.4",
  2959. "pathe": "^2.0.1"
  2960. }
  2961. },
  2962. "node_modules/mrmime": {
  2963. "version": "2.0.1",
  2964. "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz",
  2965. "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==",
  2966. "dev": true,
  2967. "license": "MIT",
  2968. "engines": {
  2969. "node": ">=10"
  2970. }
  2971. },
  2972. "node_modules/ms": {
  2973. "version": "2.1.3",
  2974. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  2975. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  2976. "license": "MIT"
  2977. },
  2978. "node_modules/muggle-string": {
  2979. "version": "0.4.1",
  2980. "resolved": "https://registry.npmjs.org/muggle-string/-/muggle-string-0.4.1.tgz",
  2981. "integrity": "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==",
  2982. "license": "MIT"
  2983. },
  2984. "node_modules/nanoid": {
  2985. "version": "3.3.16",
  2986. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.16.tgz",
  2987. "integrity": "sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==",
  2988. "funding": [
  2989. {
  2990. "type": "github",
  2991. "url": "https://github.com/sponsors/ai"
  2992. }
  2993. ],
  2994. "license": "MIT",
  2995. "bin": {
  2996. "nanoid": "bin/nanoid.cjs"
  2997. },
  2998. "engines": {
  2999. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  3000. }
  3001. },
  3002. "node_modules/node-addon-api": {
  3003. "version": "7.1.1",
  3004. "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
  3005. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  3006. "license": "MIT",
  3007. "optional": true
  3008. },
  3009. "node_modules/node-releases": {
  3010. "version": "2.0.51",
  3011. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.51.tgz",
  3012. "integrity": "sha512-wRNIrw4DmVLKQlbgOMdkMx27Wrpzes2hh5Jtbi2bjPd+4wJstWIqP5A+lscnqbm0xxmT5Bpg8Lec5ItEBwx6BQ==",
  3013. "dev": true,
  3014. "license": "MIT",
  3015. "engines": {
  3016. "node": ">=18"
  3017. }
  3018. },
  3019. "node_modules/nostics": {
  3020. "version": "1.1.4",
  3021. "resolved": "https://registry.npmjs.org/nostics/-/nostics-1.1.4.tgz",
  3022. "integrity": "sha512-U4FApICSLCQ0dYiN59pxUCEZC053palQXi57yLaNdMaL6TBY4C4q3qZrJKUGcor2dGv8EhEwt8y5KvU2bo2kFg==",
  3023. "license": "MIT"
  3024. },
  3025. "node_modules/npm-normalize-package-bin": {
  3026. "version": "6.0.0",
  3027. "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-6.0.0.tgz",
  3028. "integrity": "sha512-tdt4aFn9QamlhdN3HV2D2ccpBwO5/fyjjbXUxYA6uBjyekMZcZvDq0aSj9t5Jo+tih6AYFnt/cuIRn9013e0Uw==",
  3029. "dev": true,
  3030. "license": "ISC",
  3031. "engines": {
  3032. "node": "^22.22.2 || ^24.15.0 || >=26.0.0"
  3033. }
  3034. },
  3035. "node_modules/npm-run-all2": {
  3036. "version": "9.0.2",
  3037. "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-9.0.2.tgz",
  3038. "integrity": "sha512-+dd4SO2jAlLE06OzmJKzIe6QvvjXezcbmobnh8usR0a8BzQCABTdqTXqVPji0ICOhSQpIIrkGd7IzNl5iDaRSA==",
  3039. "dev": true,
  3040. "license": "MIT",
  3041. "dependencies": {
  3042. "ansi-styles": "^6.2.1",
  3043. "cross-spawn": "^7.0.6",
  3044. "memorystream": "^0.3.1",
  3045. "picomatch": "^4.0.2",
  3046. "pidtree": "^1.0.0",
  3047. "read-package-json-fast": "^6.0.0",
  3048. "shell-quote": "^1.8.4",
  3049. "which": "^7.0.0"
  3050. },
  3051. "bin": {
  3052. "npm-run-all": "bin/npm-run-all/index.js",
  3053. "npm-run-all2": "bin/npm-run-all/index.js",
  3054. "run-p": "bin/run-p/index.js",
  3055. "run-s": "bin/run-s/index.js"
  3056. },
  3057. "engines": {
  3058. "node": "^22.22.2 || ^24.15.0 || >=26.0.0",
  3059. "npm": ">= 10"
  3060. }
  3061. },
  3062. "node_modules/obug": {
  3063. "version": "2.1.3",
  3064. "resolved": "https://registry.npmjs.org/obug/-/obug-2.1.3.tgz",
  3065. "integrity": "sha512-9miFgM2OFba7hB+pRgvtV84pYTBaoTHohvmIgiRt6dRIzbwEOIaNaP+dIlGs2fNFoB0SeISs0Jz5WFVRid6Xyg==",
  3066. "dev": true,
  3067. "funding": [
  3068. "https://github.com/sponsors/sxzz",
  3069. "https://opencollective.com/debug"
  3070. ],
  3071. "license": "MIT",
  3072. "engines": {
  3073. "node": ">=12.20.0"
  3074. }
  3075. },
  3076. "node_modules/ohash": {
  3077. "version": "2.0.11",
  3078. "resolved": "https://registry.npmjs.org/ohash/-/ohash-2.0.11.tgz",
  3079. "integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==",
  3080. "dev": true,
  3081. "license": "MIT"
  3082. },
  3083. "node_modules/open": {
  3084. "version": "11.0.0",
  3085. "resolved": "https://registry.npmjs.org/open/-/open-11.0.0.tgz",
  3086. "integrity": "sha512-smsWv2LzFjP03xmvFoJ331ss6h+jixfA4UUV/Bsiyuu4YJPfN+FIQGOIiv4w9/+MoHkfkJ22UIaQWRVFRfH6Vw==",
  3087. "dev": true,
  3088. "license": "MIT",
  3089. "dependencies": {
  3090. "default-browser": "^5.4.0",
  3091. "define-lazy-prop": "^3.0.0",
  3092. "is-in-ssh": "^1.0.0",
  3093. "is-inside-container": "^1.0.0",
  3094. "powershell-utils": "^0.1.0",
  3095. "wsl-utils": "^0.3.0"
  3096. },
  3097. "engines": {
  3098. "node": ">=20"
  3099. },
  3100. "funding": {
  3101. "url": "https://github.com/sponsors/sindresorhus"
  3102. }
  3103. },
  3104. "node_modules/path-browserify": {
  3105. "version": "1.0.1",
  3106. "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz",
  3107. "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
  3108. "dev": true,
  3109. "license": "MIT"
  3110. },
  3111. "node_modules/path-key": {
  3112. "version": "3.1.1",
  3113. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  3114. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  3115. "dev": true,
  3116. "license": "MIT",
  3117. "engines": {
  3118. "node": ">=8"
  3119. }
  3120. },
  3121. "node_modules/pathe": {
  3122. "version": "2.0.3",
  3123. "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
  3124. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  3125. "license": "MIT"
  3126. },
  3127. "node_modules/perfect-debounce": {
  3128. "version": "2.1.0",
  3129. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-2.1.0.tgz",
  3130. "integrity": "sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==",
  3131. "license": "MIT"
  3132. },
  3133. "node_modules/picocolors": {
  3134. "version": "1.1.1",
  3135. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  3136. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  3137. "license": "ISC"
  3138. },
  3139. "node_modules/picomatch": {
  3140. "version": "4.0.5",
  3141. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.5.tgz",
  3142. "integrity": "sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==",
  3143. "license": "MIT",
  3144. "engines": {
  3145. "node": ">=12"
  3146. },
  3147. "funding": {
  3148. "url": "https://github.com/sponsors/jonschlinkert"
  3149. }
  3150. },
  3151. "node_modules/pidtree": {
  3152. "version": "1.0.0",
  3153. "resolved": "https://registry.npmjs.org/pidtree/-/pidtree-1.0.0.tgz",
  3154. "integrity": "sha512-avfAvjB9Dd0wdj3rjJX//yS+G79OO0KrS5pJHFJENjYGX6N4SMgEDBBI/yFy0lloOYSaC6XQxzpOAMPfSYFV/Q==",
  3155. "dev": true,
  3156. "license": "MIT",
  3157. "bin": {
  3158. "pidtree": "bin/pidtree.js"
  3159. },
  3160. "engines": {
  3161. "node": ">=18"
  3162. }
  3163. },
  3164. "node_modules/pkg-types": {
  3165. "version": "2.3.1",
  3166. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.1.tgz",
  3167. "integrity": "sha512-y+ichcgc2LrADuhLNAx8DFjVfgz91pRxfZdI3UDhxHvcVEZsenLO+7XaU5vOp0u/7V/wZ+plyuQxtrDlZJ+yeg==",
  3168. "license": "MIT",
  3169. "dependencies": {
  3170. "confbox": "^0.2.4",
  3171. "exsolve": "^1.0.8",
  3172. "pathe": "^2.0.3"
  3173. }
  3174. },
  3175. "node_modules/postcss": {
  3176. "version": "8.5.19",
  3177. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.19.tgz",
  3178. "integrity": "sha512-Mz8SaolMd8nB+G13WkORcxQKHZ/NE4xXevtkJHVuG+guo9/wYKlIMTKAqGdEmYOXR2ijPjTYNHssizdaVSUNdQ==",
  3179. "funding": [
  3180. {
  3181. "type": "opencollective",
  3182. "url": "https://opencollective.com/postcss/"
  3183. },
  3184. {
  3185. "type": "tidelift",
  3186. "url": "https://tidelift.com/funding/github/npm/postcss"
  3187. },
  3188. {
  3189. "type": "github",
  3190. "url": "https://github.com/sponsors/ai"
  3191. }
  3192. ],
  3193. "license": "MIT",
  3194. "dependencies": {
  3195. "nanoid": "^3.3.12",
  3196. "picocolors": "^1.1.1",
  3197. "source-map-js": "^1.2.1"
  3198. },
  3199. "engines": {
  3200. "node": "^10 || ^12 || >=14"
  3201. }
  3202. },
  3203. "node_modules/powershell-utils": {
  3204. "version": "0.1.0",
  3205. "resolved": "https://registry.npmjs.org/powershell-utils/-/powershell-utils-0.1.0.tgz",
  3206. "integrity": "sha512-dM0jVuXJPsDN6DvRpea484tCUaMiXWjuCn++HGTqUWzGDjv5tZkEZldAJ/UMlqRYGFrD/etByo4/xOuC/snX2A==",
  3207. "dev": true,
  3208. "license": "MIT",
  3209. "engines": {
  3210. "node": ">=20"
  3211. },
  3212. "funding": {
  3213. "url": "https://github.com/sponsors/sindresorhus"
  3214. }
  3215. },
  3216. "node_modules/proxy-from-env": {
  3217. "version": "2.1.0",
  3218. "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.1.0.tgz",
  3219. "integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==",
  3220. "license": "MIT",
  3221. "engines": {
  3222. "node": ">=10"
  3223. }
  3224. },
  3225. "node_modules/quansync": {
  3226. "version": "0.2.11",
  3227. "resolved": "https://registry.npmjs.org/quansync/-/quansync-0.2.11.tgz",
  3228. "integrity": "sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==",
  3229. "funding": [
  3230. {
  3231. "type": "individual",
  3232. "url": "https://github.com/sponsors/antfu"
  3233. },
  3234. {
  3235. "type": "individual",
  3236. "url": "https://github.com/sponsors/sxzz"
  3237. }
  3238. ],
  3239. "license": "MIT"
  3240. },
  3241. "node_modules/read-package-json-fast": {
  3242. "version": "6.0.0",
  3243. "resolved": "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-6.0.0.tgz",
  3244. "integrity": "sha512-PNaGjoCnw9DBA2Kl8D+8po957z778q/HOPuY2u3Bkw/JO3eC8MDx7jn/PgMtSgpcBbs+6UOjDbwReGpXmRvs0g==",
  3245. "dev": true,
  3246. "license": "ISC",
  3247. "dependencies": {
  3248. "json-parse-even-better-errors": "^6.0.0",
  3249. "npm-normalize-package-bin": "^6.0.0"
  3250. },
  3251. "engines": {
  3252. "node": "^22.22.2 || ^24.15.0 || >=26.0.0"
  3253. }
  3254. },
  3255. "node_modules/readdirp": {
  3256. "version": "5.0.0",
  3257. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz",
  3258. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  3259. "license": "MIT",
  3260. "engines": {
  3261. "node": ">= 20.19.0"
  3262. },
  3263. "funding": {
  3264. "type": "individual",
  3265. "url": "https://paulmillr.com/funding/"
  3266. }
  3267. },
  3268. "node_modules/rolldown": {
  3269. "version": "1.1.5",
  3270. "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.1.5.tgz",
  3271. "integrity": "sha512-t9z29cJjXf/vxQ8dyhCSpt6H6aSwHTk8cT5I3iy6SMXuFpk5mB6PL6XfC8PCwrPTx93udwKUm9HRteAlTGBLiA==",
  3272. "license": "MIT",
  3273. "dependencies": {
  3274. "@oxc-project/types": "=0.139.0",
  3275. "@rolldown/pluginutils": "^1.0.0"
  3276. },
  3277. "bin": {
  3278. "rolldown": "bin/cli.mjs"
  3279. },
  3280. "engines": {
  3281. "node": "^20.19.0 || >=22.12.0"
  3282. },
  3283. "optionalDependencies": {
  3284. "@rolldown/binding-android-arm64": "1.1.5",
  3285. "@rolldown/binding-darwin-arm64": "1.1.5",
  3286. "@rolldown/binding-darwin-x64": "1.1.5",
  3287. "@rolldown/binding-freebsd-x64": "1.1.5",
  3288. "@rolldown/binding-linux-arm-gnueabihf": "1.1.5",
  3289. "@rolldown/binding-linux-arm64-gnu": "1.1.5",
  3290. "@rolldown/binding-linux-arm64-musl": "1.1.5",
  3291. "@rolldown/binding-linux-ppc64-gnu": "1.1.5",
  3292. "@rolldown/binding-linux-s390x-gnu": "1.1.5",
  3293. "@rolldown/binding-linux-x64-gnu": "1.1.5",
  3294. "@rolldown/binding-linux-x64-musl": "1.1.5",
  3295. "@rolldown/binding-openharmony-arm64": "1.1.5",
  3296. "@rolldown/binding-wasm32-wasi": "1.1.5",
  3297. "@rolldown/binding-win32-arm64-msvc": "1.1.5",
  3298. "@rolldown/binding-win32-x64-msvc": "1.1.5"
  3299. }
  3300. },
  3301. "node_modules/run-applescript": {
  3302. "version": "7.1.0",
  3303. "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.1.0.tgz",
  3304. "integrity": "sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==",
  3305. "dev": true,
  3306. "license": "MIT",
  3307. "engines": {
  3308. "node": ">=18"
  3309. },
  3310. "funding": {
  3311. "url": "https://github.com/sponsors/sindresorhus"
  3312. }
  3313. },
  3314. "node_modules/sass": {
  3315. "version": "1.101.0",
  3316. "resolved": "https://registry.npmjs.org/sass/-/sass-1.101.0.tgz",
  3317. "integrity": "sha512-OL3GoQyoUdDt843DpVmDO6y2k1sc5IhUDSpu8XucEI+35neq5QivZ1iuegnpraEVTJXlQGK1gl27zKcTLEPbQw==",
  3318. "license": "MIT",
  3319. "dependencies": {
  3320. "chokidar": "^5.0.0",
  3321. "immutable": "^5.1.5",
  3322. "source-map-js": ">=0.6.2 <2.0.0"
  3323. },
  3324. "bin": {
  3325. "sass": "sass.js"
  3326. },
  3327. "engines": {
  3328. "node": ">=20.19.0"
  3329. },
  3330. "optionalDependencies": {
  3331. "@parcel/watcher": "^2.4.1"
  3332. }
  3333. },
  3334. "node_modules/scule": {
  3335. "version": "1.3.0",
  3336. "resolved": "https://registry.npmjs.org/scule/-/scule-1.3.0.tgz",
  3337. "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==",
  3338. "license": "MIT"
  3339. },
  3340. "node_modules/semver": {
  3341. "version": "6.3.1",
  3342. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  3343. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  3344. "dev": true,
  3345. "license": "ISC",
  3346. "bin": {
  3347. "semver": "bin/semver.js"
  3348. }
  3349. },
  3350. "node_modules/shebang-command": {
  3351. "version": "2.0.0",
  3352. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  3353. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  3354. "dev": true,
  3355. "license": "MIT",
  3356. "dependencies": {
  3357. "shebang-regex": "^3.0.0"
  3358. },
  3359. "engines": {
  3360. "node": ">=8"
  3361. }
  3362. },
  3363. "node_modules/shebang-regex": {
  3364. "version": "3.0.0",
  3365. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  3366. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  3367. "dev": true,
  3368. "license": "MIT",
  3369. "engines": {
  3370. "node": ">=8"
  3371. }
  3372. },
  3373. "node_modules/shell-quote": {
  3374. "version": "1.10.0",
  3375. "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.10.0.tgz",
  3376. "integrity": "sha512-w1aiOKwKuRgtwAReIIj89puqg+I7GvX4IbLrvmhXbzQsj1+Zwi4VO3+fa6ZF91TWSjIxoEkKnMeHcLEODK5ZXA==",
  3377. "dev": true,
  3378. "license": "MIT",
  3379. "engines": {
  3380. "node": ">= 0.4"
  3381. },
  3382. "funding": {
  3383. "url": "https://github.com/sponsors/ljharb"
  3384. }
  3385. },
  3386. "node_modules/sirv": {
  3387. "version": "3.0.2",
  3388. "resolved": "https://registry.npmjs.org/sirv/-/sirv-3.0.2.tgz",
  3389. "integrity": "sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==",
  3390. "dev": true,
  3391. "license": "MIT",
  3392. "dependencies": {
  3393. "@polka/url": "^1.0.0-next.24",
  3394. "mrmime": "^2.0.0",
  3395. "totalist": "^3.0.0"
  3396. },
  3397. "engines": {
  3398. "node": ">=18"
  3399. }
  3400. },
  3401. "node_modules/source-map-js": {
  3402. "version": "1.2.1",
  3403. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  3404. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  3405. "license": "BSD-3-Clause",
  3406. "engines": {
  3407. "node": ">=0.10.0"
  3408. }
  3409. },
  3410. "node_modules/tailwindcss": {
  3411. "version": "4.3.2",
  3412. "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.2.tgz",
  3413. "integrity": "sha512-WtctNNSH8A9jlMIqxzuYumOHU5uGZyRv0Q5svQl+oEPy5w84YpBxdb7MdqyiSPQge5jTJ6zFQLq0PFygdccSBA==",
  3414. "license": "MIT"
  3415. },
  3416. "node_modules/tapable": {
  3417. "version": "2.3.3",
  3418. "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.3.tgz",
  3419. "integrity": "sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==",
  3420. "license": "MIT",
  3421. "engines": {
  3422. "node": ">=6"
  3423. },
  3424. "funding": {
  3425. "type": "opencollective",
  3426. "url": "https://opencollective.com/webpack"
  3427. }
  3428. },
  3429. "node_modules/tinyglobby": {
  3430. "version": "0.2.17",
  3431. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz",
  3432. "integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
  3433. "license": "MIT",
  3434. "dependencies": {
  3435. "fdir": "^6.5.0",
  3436. "picomatch": "^4.0.4"
  3437. },
  3438. "engines": {
  3439. "node": ">=12.0.0"
  3440. },
  3441. "funding": {
  3442. "url": "https://github.com/sponsors/SuperchupuDev"
  3443. }
  3444. },
  3445. "node_modules/totalist": {
  3446. "version": "3.0.1",
  3447. "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz",
  3448. "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
  3449. "dev": true,
  3450. "license": "MIT",
  3451. "engines": {
  3452. "node": ">=6"
  3453. }
  3454. },
  3455. "node_modules/tslib": {
  3456. "version": "2.8.1",
  3457. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
  3458. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  3459. "license": "0BSD",
  3460. "optional": true
  3461. },
  3462. "node_modules/typescript": {
  3463. "version": "6.0.3",
  3464. "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
  3465. "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
  3466. "devOptional": true,
  3467. "license": "Apache-2.0",
  3468. "bin": {
  3469. "tsc": "bin/tsc",
  3470. "tsserver": "bin/tsserver"
  3471. },
  3472. "engines": {
  3473. "node": ">=14.17"
  3474. }
  3475. },
  3476. "node_modules/ufo": {
  3477. "version": "1.6.4",
  3478. "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.4.tgz",
  3479. "integrity": "sha512-JFNbkD1Svwe0KvGi8GOeLcP4kAWQ609twvCdcHxq1oSL8svv39ZuSvajcD8B+5D0eL4+s1Is2D/O6KN3qcTeRA==",
  3480. "license": "MIT"
  3481. },
  3482. "node_modules/undici-types": {
  3483. "version": "7.18.2",
  3484. "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz",
  3485. "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==",
  3486. "devOptional": true,
  3487. "license": "MIT"
  3488. },
  3489. "node_modules/unplugin": {
  3490. "version": "3.3.0",
  3491. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-3.3.0.tgz",
  3492. "integrity": "sha512-qa66K+crbfyE6JK10GjvbJeRrOsuC/JpbnHctfyp/i4oBTxWOzJfRZyDiOk1PtErMFRu8JhsU/wPvOdBNWe5Rg==",
  3493. "license": "MIT",
  3494. "dependencies": {
  3495. "@jridgewell/remapping": "^2.3.5",
  3496. "picomatch": "^4.0.4",
  3497. "webpack-virtual-modules": "^0.6.2"
  3498. },
  3499. "engines": {
  3500. "node": "^20.19.0 || >=22.12.0"
  3501. },
  3502. "peerDependencies": {
  3503. "@farmfe/core": "*",
  3504. "@rspack/core": "*",
  3505. "bun-types-no-globals": "*",
  3506. "esbuild": "*",
  3507. "rolldown": "*",
  3508. "rollup": "*",
  3509. "unloader": "*",
  3510. "vite": "*",
  3511. "webpack": "*"
  3512. },
  3513. "peerDependenciesMeta": {
  3514. "@farmfe/core": {
  3515. "optional": true
  3516. },
  3517. "@rspack/core": {
  3518. "optional": true
  3519. },
  3520. "bun-types-no-globals": {
  3521. "optional": true
  3522. },
  3523. "esbuild": {
  3524. "optional": true
  3525. },
  3526. "rolldown": {
  3527. "optional": true
  3528. },
  3529. "rollup": {
  3530. "optional": true
  3531. },
  3532. "unloader": {
  3533. "optional": true
  3534. },
  3535. "vite": {
  3536. "optional": true
  3537. },
  3538. "webpack": {
  3539. "optional": true
  3540. }
  3541. }
  3542. },
  3543. "node_modules/unplugin-utils": {
  3544. "version": "0.3.2",
  3545. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.2.tgz",
  3546. "integrity": "sha512-xVToRh2CTmLk2HnEG7ac4rl1MJTT3RFkpS8B++/SnB0kXvuaavD+n3m/vrzyWQOdJNSZQACnbz01pnppbwV5BA==",
  3547. "license": "MIT",
  3548. "dependencies": {
  3549. "pathe": "^2.0.3",
  3550. "picomatch": "^4.0.4"
  3551. },
  3552. "engines": {
  3553. "node": ">=20.19.0"
  3554. },
  3555. "funding": {
  3556. "url": "https://github.com/sponsors/sxzz"
  3557. }
  3558. },
  3559. "node_modules/update-browserslist-db": {
  3560. "version": "1.2.3",
  3561. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
  3562. "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
  3563. "dev": true,
  3564. "funding": [
  3565. {
  3566. "type": "opencollective",
  3567. "url": "https://opencollective.com/browserslist"
  3568. },
  3569. {
  3570. "type": "tidelift",
  3571. "url": "https://tidelift.com/funding/github/npm/browserslist"
  3572. },
  3573. {
  3574. "type": "github",
  3575. "url": "https://github.com/sponsors/ai"
  3576. }
  3577. ],
  3578. "license": "MIT",
  3579. "dependencies": {
  3580. "escalade": "^3.2.0",
  3581. "picocolors": "^1.1.1"
  3582. },
  3583. "bin": {
  3584. "update-browserslist-db": "cli.js"
  3585. },
  3586. "peerDependencies": {
  3587. "browserslist": ">= 4.21.0"
  3588. }
  3589. },
  3590. "node_modules/vite": {
  3591. "version": "8.1.5",
  3592. "resolved": "https://registry.npmjs.org/vite/-/vite-8.1.5.tgz",
  3593. "integrity": "sha512-7ULLwsCdYx/nRyrpiEwvqb5TFHrMVZyBt+rg/OAXT7rgj/z+DtTDyKFeLAdDkubDVDKD8jOsndmy7m55XcfUsw==",
  3594. "license": "MIT",
  3595. "dependencies": {
  3596. "lightningcss": "^1.32.0",
  3597. "picomatch": "^4.0.5",
  3598. "postcss": "^8.5.17",
  3599. "rolldown": "~1.1.5",
  3600. "tinyglobby": "^0.2.17"
  3601. },
  3602. "bin": {
  3603. "vite": "bin/vite.js"
  3604. },
  3605. "engines": {
  3606. "node": "^20.19.0 || >=22.12.0"
  3607. },
  3608. "funding": {
  3609. "url": "https://github.com/vitejs/vite?sponsor=1"
  3610. },
  3611. "optionalDependencies": {
  3612. "fsevents": "~2.3.3"
  3613. },
  3614. "peerDependencies": {
  3615. "@types/node": "^20.19.0 || >=22.12.0",
  3616. "@vitejs/devtools": "^0.3.0",
  3617. "esbuild": "^0.27.0 || ^0.28.0",
  3618. "jiti": ">=1.21.0",
  3619. "less": "^4.0.0",
  3620. "sass": "^1.70.0",
  3621. "sass-embedded": "^1.70.0",
  3622. "stylus": ">=0.54.8",
  3623. "sugarss": "^5.0.0",
  3624. "terser": "^5.16.0",
  3625. "tsx": "^4.8.1",
  3626. "yaml": "^2.4.2"
  3627. },
  3628. "peerDependenciesMeta": {
  3629. "@types/node": {
  3630. "optional": true
  3631. },
  3632. "@vitejs/devtools": {
  3633. "optional": true
  3634. },
  3635. "esbuild": {
  3636. "optional": true
  3637. },
  3638. "jiti": {
  3639. "optional": true
  3640. },
  3641. "less": {
  3642. "optional": true
  3643. },
  3644. "sass": {
  3645. "optional": true
  3646. },
  3647. "sass-embedded": {
  3648. "optional": true
  3649. },
  3650. "stylus": {
  3651. "optional": true
  3652. },
  3653. "sugarss": {
  3654. "optional": true
  3655. },
  3656. "terser": {
  3657. "optional": true
  3658. },
  3659. "tsx": {
  3660. "optional": true
  3661. },
  3662. "yaml": {
  3663. "optional": true
  3664. }
  3665. }
  3666. },
  3667. "node_modules/vite-dev-rpc": {
  3668. "version": "2.0.0",
  3669. "resolved": "https://registry.npmjs.org/vite-dev-rpc/-/vite-dev-rpc-2.0.0.tgz",
  3670. "integrity": "sha512-yKwbTwdHKSD2k/aGqyWpPHepo45OQc8lH3/6IfT4ZqeKE26ooKvi4WIEKzqWav8v+9Is8u1k8q54hvOmqASazA==",
  3671. "dev": true,
  3672. "license": "MIT",
  3673. "dependencies": {
  3674. "birpc": "^4.0.0",
  3675. "vite-hot-client": "^2.2.0"
  3676. },
  3677. "funding": {
  3678. "url": "https://github.com/sponsors/antfu"
  3679. },
  3680. "peerDependencies": {
  3681. "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.1 || ^7.0.0-0 || ^8.0.0"
  3682. }
  3683. },
  3684. "node_modules/vite-dev-rpc/node_modules/birpc": {
  3685. "version": "4.0.0",
  3686. "resolved": "https://registry.npmjs.org/birpc/-/birpc-4.0.0.tgz",
  3687. "integrity": "sha512-LShSxJP0KTmd101b6DRyGBj57LZxSDYWKitQNW/mi8GRMvZb078Uf9+pveax1DrVL89vm7mWe+TovdI/UDOuPw==",
  3688. "dev": true,
  3689. "license": "MIT",
  3690. "funding": {
  3691. "url": "https://github.com/sponsors/antfu"
  3692. }
  3693. },
  3694. "node_modules/vite-hot-client": {
  3695. "version": "2.2.0",
  3696. "resolved": "https://registry.npmjs.org/vite-hot-client/-/vite-hot-client-2.2.0.tgz",
  3697. "integrity": "sha512-76Zs9zrHbH7M7wqeyooGQKdX+yg0pQ0xuQ1PbFp4z5a0Lzn2e5IPFoCswnmqZ4GiwqB4Jo3WcDAMO9jARTJl8w==",
  3698. "dev": true,
  3699. "license": "MIT",
  3700. "funding": {
  3701. "url": "https://github.com/sponsors/antfu"
  3702. },
  3703. "peerDependencies": {
  3704. "vite": "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0 || ^8.0.0"
  3705. }
  3706. },
  3707. "node_modules/vite-plugin-inspect": {
  3708. "version": "11.4.1",
  3709. "resolved": "https://registry.npmjs.org/vite-plugin-inspect/-/vite-plugin-inspect-11.4.1.tgz",
  3710. "integrity": "sha512-ShOFe2PURXGvRS5OrgmOLZOCwDTD7dEBVt0tMpFPKb9AsvqXKCRGM8QgKrUbRbJYFXScHvDPpGRd28rYidC0tA==",
  3711. "dev": true,
  3712. "license": "MIT",
  3713. "dependencies": {
  3714. "ansis": "^4.3.0",
  3715. "error-stack-parser-es": "^1.0.5",
  3716. "obug": "^2.1.1",
  3717. "ohash": "^2.0.11",
  3718. "open": "^11.0.0",
  3719. "perfect-debounce": "^2.1.0",
  3720. "sirv": "^3.0.2",
  3721. "unplugin-utils": "^0.3.1",
  3722. "vite-dev-rpc": "^2.0.0"
  3723. },
  3724. "engines": {
  3725. "node": ">=14"
  3726. },
  3727. "funding": {
  3728. "url": "https://github.com/sponsors/antfu"
  3729. },
  3730. "peerDependencies": {
  3731. "vite": "^6.0.0 || ^7.0.0-0 || ^8.0.0-0"
  3732. },
  3733. "peerDependenciesMeta": {
  3734. "@nuxt/kit": {
  3735. "optional": true
  3736. }
  3737. }
  3738. },
  3739. "node_modules/vite-plugin-vue-devtools": {
  3740. "version": "8.1.5",
  3741. "resolved": "https://registry.npmjs.org/vite-plugin-vue-devtools/-/vite-plugin-vue-devtools-8.1.5.tgz",
  3742. "integrity": "sha512-QSVntSN0sbVV08CZntMWOfF8McyPyYyYd19sChLjxYyFCC7Fcpey74ztw1uCCU23wTmR2yWPb92uaxVD4Lw0Fg==",
  3743. "dev": true,
  3744. "license": "MIT",
  3745. "dependencies": {
  3746. "@vue/devtools-core": "^8.1.5",
  3747. "@vue/devtools-kit": "^8.1.5",
  3748. "@vue/devtools-shared": "^8.1.5",
  3749. "sirv": "^3.0.2",
  3750. "vite-plugin-inspect": "^11.3.3",
  3751. "vite-plugin-vue-inspector": "^6.0.0"
  3752. },
  3753. "engines": {
  3754. "node": ">=v14.21.3"
  3755. },
  3756. "peerDependencies": {
  3757. "vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
  3758. }
  3759. },
  3760. "node_modules/vite-plugin-vue-inspector": {
  3761. "version": "6.0.0",
  3762. "resolved": "https://registry.npmjs.org/vite-plugin-vue-inspector/-/vite-plugin-vue-inspector-6.0.0.tgz",
  3763. "integrity": "sha512-OpyITJLgZNibxlrik1EmRtvXHDjLRxNPsWkGFTERZs2LgMEdG4W0WoFt5GIgp3a3jRou+eJR8U1zOBk/XQgEbw==",
  3764. "dev": true,
  3765. "license": "MIT",
  3766. "dependencies": {
  3767. "@babel/core": "^7.23.0",
  3768. "@babel/plugin-proposal-decorators": "^7.23.0",
  3769. "@babel/plugin-syntax-import-attributes": "^7.22.5",
  3770. "@babel/plugin-syntax-import-meta": "^7.10.4",
  3771. "@babel/plugin-transform-typescript": "^7.22.15",
  3772. "@vue/babel-plugin-jsx": "^1.1.5",
  3773. "@vue/compiler-dom": "^3.3.4",
  3774. "kolorist": "^1.8.0",
  3775. "magic-string": "^0.30.4"
  3776. },
  3777. "peerDependencies": {
  3778. "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
  3779. }
  3780. },
  3781. "node_modules/vscode-uri": {
  3782. "version": "3.1.0",
  3783. "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.1.0.tgz",
  3784. "integrity": "sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==",
  3785. "dev": true,
  3786. "license": "MIT"
  3787. },
  3788. "node_modules/vue": {
  3789. "version": "3.5.40",
  3790. "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.40.tgz",
  3791. "integrity": "sha512-+8PJ4SJXdn/cHGImF4CKdxlWHIN5Dkt7DoufRREM6h6uVCx2m7QxgcEQmmzyOK8A9mcafg7sFbJFYsdFVubTig==",
  3792. "license": "MIT",
  3793. "dependencies": {
  3794. "@vue/compiler-dom": "3.5.40",
  3795. "@vue/compiler-sfc": "3.5.40",
  3796. "@vue/runtime-dom": "3.5.40",
  3797. "@vue/server-renderer": "3.5.40",
  3798. "@vue/shared": "3.5.40"
  3799. },
  3800. "peerDependencies": {
  3801. "typescript": "*"
  3802. },
  3803. "peerDependenciesMeta": {
  3804. "typescript": {
  3805. "optional": true
  3806. }
  3807. }
  3808. },
  3809. "node_modules/vue-router": {
  3810. "version": "5.2.0",
  3811. "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-5.2.0.tgz",
  3812. "integrity": "sha512-QAC5i0LEb1GLG0LXDQmHu8L7FX12j0KwU/JTKmLQUJMrn04gQdKP6Du+p0QwpHb3iy71vBlqnHQ8WAfOSAWhqw==",
  3813. "license": "MIT",
  3814. "dependencies": {
  3815. "@babel/generator": "^8.0.0",
  3816. "@vue-macros/common": "^3.1.3",
  3817. "@vue/devtools-api": "^8.1.5",
  3818. "ast-walker-scope": "^0.9.0",
  3819. "chokidar": "^5.0.0",
  3820. "json5": "^2.2.3",
  3821. "local-pkg": "^1.2.1",
  3822. "magic-string": "^0.30.21",
  3823. "mlly": "^1.8.2",
  3824. "muggle-string": "^0.4.1",
  3825. "nostics": "^1.1.4",
  3826. "pathe": "^2.0.3",
  3827. "picomatch": "^4.0.5",
  3828. "scule": "^1.3.0",
  3829. "tinyglobby": "^0.2.17",
  3830. "unplugin": "^3.3.0",
  3831. "unplugin-utils": "^0.3.2",
  3832. "yaml": "^2.9.0"
  3833. },
  3834. "funding": {
  3835. "url": "https://github.com/sponsors/posva"
  3836. },
  3837. "peerDependencies": {
  3838. "@pinia/colada": ">=0.21.2",
  3839. "@vue/compiler-sfc": "^3.5.34 || ^4.0.0",
  3840. "pinia": "^3.0.4 || ^4.0.2",
  3841. "vite": "^7.3.0 || ^8.0.0",
  3842. "vue": "^3.5.34 || ^4.0.0"
  3843. },
  3844. "peerDependenciesMeta": {
  3845. "@pinia/colada": {
  3846. "optional": true
  3847. },
  3848. "@vue/compiler-sfc": {
  3849. "optional": true
  3850. },
  3851. "pinia": {
  3852. "optional": true
  3853. },
  3854. "vite": {
  3855. "optional": true
  3856. }
  3857. }
  3858. },
  3859. "node_modules/vue-router/node_modules/@babel/generator": {
  3860. "version": "8.0.0",
  3861. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-8.0.0.tgz",
  3862. "integrity": "sha512-NT9NrVwJsbSV6Y2FSstWa71EETOnzrjkL5/wX3D2mYHtKM+qvqB1DvR4D0Setb/gDBsHzRICifwEWMO8CnTF6g==",
  3863. "license": "MIT",
  3864. "dependencies": {
  3865. "@babel/parser": "^8.0.0",
  3866. "@babel/types": "^8.0.0",
  3867. "@jridgewell/gen-mapping": "^0.3.12",
  3868. "@jridgewell/trace-mapping": "^0.3.28",
  3869. "@types/jsesc": "^2.5.0",
  3870. "jsesc": "^3.0.2"
  3871. },
  3872. "engines": {
  3873. "node": "^22.18.0 || >=24.11.0"
  3874. }
  3875. },
  3876. "node_modules/vue-router/node_modules/@babel/helper-string-parser": {
  3877. "version": "8.0.0",
  3878. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-8.0.0.tgz",
  3879. "integrity": "sha512-6mJgmFFFIIO82vvoLt9XtRC7/TkzXfts1t/SpRX4IHSzMgqoPYCWesVu1udUPUWioAE/2fcG6WuI8zrkE1gwrg==",
  3880. "license": "MIT",
  3881. "engines": {
  3882. "node": "^22.18.0 || >=24.11.0"
  3883. }
  3884. },
  3885. "node_modules/vue-router/node_modules/@babel/helper-validator-identifier": {
  3886. "version": "8.0.4",
  3887. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-8.0.4.tgz",
  3888. "integrity": "sha512-4wFaiLd0bVo4cIoTXI3zKI038NIWE/cr3jvBjejOVYVxV/m8Ltav1USiGzG1fmS5J2RhgEOgXNNK46cRPnRsrg==",
  3889. "license": "MIT",
  3890. "engines": {
  3891. "node": "^22.18.0 || >=24.11.0"
  3892. }
  3893. },
  3894. "node_modules/vue-router/node_modules/@babel/parser": {
  3895. "version": "8.0.4",
  3896. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-8.0.4.tgz",
  3897. "integrity": "sha512-srpptsAkEbbNIC/q8nT7o+m6CQe8CJUTV/t7MYc9NnWlgYVtHOb7JH6SorxMhN0kuRJjVqXbKClG6xSbPtzz+g==",
  3898. "license": "MIT",
  3899. "dependencies": {
  3900. "@babel/types": "^8.0.4"
  3901. },
  3902. "bin": {
  3903. "parser": "bin/babel-parser.js"
  3904. },
  3905. "engines": {
  3906. "node": "^22.18.0 || >=24.11.0"
  3907. }
  3908. },
  3909. "node_modules/vue-router/node_modules/@babel/types": {
  3910. "version": "8.0.4",
  3911. "resolved": "https://registry.npmjs.org/@babel/types/-/types-8.0.4.tgz",
  3912. "integrity": "sha512-eY+Yn3dCqTGmyiq2QRU66lA5FL8lqqqvecHt0fF3uHONIa7ToYsaCiWV8lOKqAs0Rb2SjixiKFROngnulPtt2g==",
  3913. "license": "MIT",
  3914. "dependencies": {
  3915. "@babel/helper-string-parser": "^8.0.0",
  3916. "@babel/helper-validator-identifier": "^8.0.4"
  3917. },
  3918. "engines": {
  3919. "node": "^22.18.0 || >=24.11.0"
  3920. }
  3921. },
  3922. "node_modules/vue-tsc": {
  3923. "version": "3.3.7",
  3924. "resolved": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-3.3.7.tgz",
  3925. "integrity": "sha512-+C+rgD49wAQ5bUTl2sp5a8Bzg4YoldMNXM+g7CFe604MYcQ8PrZPMQhIjJSzKXtPBCa+C5ayMipqjbA7splekQ==",
  3926. "dev": true,
  3927. "license": "MIT",
  3928. "dependencies": {
  3929. "@volar/typescript": "2.4.28",
  3930. "@vue/language-core": "3.3.7"
  3931. },
  3932. "bin": {
  3933. "vue-tsc": "bin/vue-tsc.js"
  3934. },
  3935. "peerDependencies": {
  3936. "typescript": ">=5.0.0"
  3937. }
  3938. },
  3939. "node_modules/webpack-virtual-modules": {
  3940. "version": "0.6.2",
  3941. "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  3942. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
  3943. "license": "MIT"
  3944. },
  3945. "node_modules/which": {
  3946. "version": "7.0.0",
  3947. "resolved": "https://registry.npmjs.org/which/-/which-7.0.0.tgz",
  3948. "integrity": "sha512-RancgH2dmbLdHl6LRhEqvklWMgl/Hdnun0Y90KhBOLkMefg8Qa7/Zel8Sm+8HEcP6DEjzsWzpkuBQEZok58isA==",
  3949. "dev": true,
  3950. "license": "ISC",
  3951. "dependencies": {
  3952. "isexe": "^4.0.0"
  3953. },
  3954. "bin": {
  3955. "node-which": "bin/which.js"
  3956. },
  3957. "engines": {
  3958. "node": "^22.22.2 || ^24.15.0 || >=26.0.0"
  3959. }
  3960. },
  3961. "node_modules/wsl-utils": {
  3962. "version": "0.3.1",
  3963. "resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.3.1.tgz",
  3964. "integrity": "sha512-g/eziiSUNBSsdDJtCLB8bdYEUMj4jR7AGeUo96p/3dTafgjHhpF4RiCFPiRILwjQoDXx5MqkBr4fwWtR3Ky4Wg==",
  3965. "dev": true,
  3966. "license": "MIT",
  3967. "dependencies": {
  3968. "is-wsl": "^3.1.0",
  3969. "powershell-utils": "^0.1.0"
  3970. },
  3971. "engines": {
  3972. "node": ">=20"
  3973. },
  3974. "funding": {
  3975. "url": "https://github.com/sponsors/sindresorhus"
  3976. }
  3977. },
  3978. "node_modules/yallist": {
  3979. "version": "3.1.1",
  3980. "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
  3981. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  3982. "dev": true,
  3983. "license": "ISC"
  3984. },
  3985. "node_modules/yaml": {
  3986. "version": "2.9.0",
  3987. "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz",
  3988. "integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==",
  3989. "license": "ISC",
  3990. "bin": {
  3991. "yaml": "bin.mjs"
  3992. },
  3993. "engines": {
  3994. "node": ">= 14.6"
  3995. },
  3996. "funding": {
  3997. "url": "https://github.com/sponsors/eemeli"
  3998. }
  3999. }
  4000. }
  4001. }