package-lock.json 463 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919492049214922492349244925492649274928492949304931493249334934493549364937493849394940494149424943494449454946494749484949495049514952495349544955495649574958495949604961496249634964496549664967496849694970497149724973497449754976497749784979498049814982498349844985498649874988498949904991499249934994499549964997499849995000500150025003500450055006500750085009501050115012501350145015501650175018501950205021502250235024502550265027502850295030503150325033503450355036503750385039504050415042504350445045504650475048504950505051505250535054505550565057505850595060506150625063506450655066506750685069507050715072507350745075507650775078507950805081508250835084508550865087508850895090509150925093509450955096509750985099510051015102510351045105510651075108510951105111511251135114511551165117511851195120512151225123512451255126512751285129513051315132513351345135513651375138513951405141514251435144514551465147514851495150515151525153515451555156515751585159516051615162516351645165516651675168516951705171517251735174517551765177517851795180518151825183518451855186518751885189519051915192519351945195519651975198519952005201520252035204520552065207520852095210521152125213521452155216521752185219522052215222522352245225522652275228522952305231523252335234523552365237523852395240524152425243524452455246524752485249525052515252525352545255525652575258525952605261526252635264526552665267526852695270527152725273527452755276527752785279528052815282528352845285528652875288528952905291529252935294529552965297529852995300530153025303530453055306530753085309531053115312531353145315531653175318531953205321532253235324532553265327532853295330533153325333533453355336533753385339534053415342534353445345534653475348534953505351535253535354535553565357535853595360536153625363536453655366536753685369537053715372537353745375537653775378537953805381538253835384538553865387538853895390539153925393539453955396539753985399540054015402540354045405540654075408540954105411541254135414541554165417541854195420542154225423542454255426542754285429543054315432543354345435543654375438543954405441544254435444544554465447544854495450545154525453545454555456545754585459546054615462546354645465546654675468546954705471547254735474547554765477547854795480548154825483548454855486548754885489549054915492549354945495549654975498549955005501550255035504550555065507550855095510551155125513551455155516551755185519552055215522552355245525552655275528552955305531553255335534553555365537553855395540554155425543554455455546554755485549555055515552555355545555555655575558555955605561556255635564556555665567556855695570557155725573557455755576557755785579558055815582558355845585558655875588558955905591559255935594559555965597559855995600560156025603560456055606560756085609561056115612561356145615561656175618561956205621562256235624562556265627562856295630563156325633563456355636563756385639564056415642564356445645564656475648564956505651565256535654565556565657565856595660566156625663566456655666566756685669567056715672567356745675567656775678567956805681568256835684568556865687568856895690569156925693569456955696569756985699570057015702570357045705570657075708570957105711571257135714571557165717571857195720572157225723572457255726572757285729573057315732573357345735573657375738573957405741574257435744574557465747574857495750575157525753575457555756575757585759576057615762576357645765576657675768576957705771577257735774577557765777577857795780578157825783578457855786578757885789579057915792579357945795579657975798579958005801580258035804580558065807580858095810581158125813581458155816581758185819582058215822582358245825582658275828582958305831583258335834583558365837583858395840584158425843584458455846584758485849585058515852585358545855585658575858585958605861586258635864586558665867586858695870587158725873587458755876587758785879588058815882588358845885588658875888588958905891589258935894589558965897589858995900590159025903590459055906590759085909591059115912591359145915591659175918591959205921592259235924592559265927592859295930593159325933593459355936593759385939594059415942594359445945594659475948594959505951595259535954595559565957595859595960596159625963596459655966596759685969597059715972597359745975597659775978597959805981598259835984598559865987598859895990599159925993599459955996599759985999600060016002600360046005600660076008600960106011601260136014601560166017601860196020602160226023602460256026602760286029603060316032603360346035603660376038603960406041604260436044604560466047604860496050605160526053605460556056605760586059606060616062606360646065606660676068606960706071607260736074607560766077607860796080608160826083608460856086608760886089609060916092609360946095609660976098609961006101610261036104610561066107610861096110611161126113611461156116611761186119612061216122612361246125612661276128612961306131613261336134613561366137613861396140614161426143614461456146614761486149615061516152615361546155615661576158615961606161616261636164616561666167616861696170617161726173617461756176617761786179618061816182618361846185618661876188618961906191619261936194619561966197619861996200620162026203620462056206620762086209621062116212621362146215621662176218621962206221622262236224622562266227622862296230623162326233623462356236623762386239624062416242624362446245624662476248624962506251625262536254625562566257625862596260626162626263626462656266626762686269627062716272627362746275627662776278627962806281628262836284628562866287628862896290629162926293629462956296629762986299630063016302630363046305630663076308630963106311631263136314631563166317631863196320632163226323632463256326632763286329633063316332633363346335633663376338633963406341634263436344634563466347634863496350635163526353635463556356635763586359636063616362636363646365636663676368636963706371637263736374637563766377637863796380638163826383638463856386638763886389639063916392639363946395639663976398639964006401640264036404640564066407640864096410641164126413641464156416641764186419642064216422642364246425642664276428642964306431643264336434643564366437643864396440644164426443644464456446644764486449645064516452645364546455645664576458645964606461646264636464646564666467646864696470647164726473647464756476647764786479648064816482648364846485648664876488648964906491649264936494649564966497649864996500650165026503650465056506650765086509651065116512651365146515651665176518651965206521652265236524652565266527652865296530653165326533653465356536653765386539654065416542654365446545654665476548654965506551655265536554655565566557655865596560656165626563656465656566656765686569657065716572657365746575657665776578657965806581658265836584658565866587658865896590659165926593659465956596659765986599660066016602660366046605660666076608660966106611661266136614661566166617661866196620662166226623662466256626662766286629663066316632663366346635663666376638663966406641664266436644664566466647664866496650665166526653665466556656665766586659666066616662666366646665666666676668666966706671667266736674667566766677667866796680668166826683668466856686668766886689669066916692669366946695669666976698669967006701670267036704670567066707670867096710671167126713671467156716671767186719672067216722672367246725672667276728672967306731673267336734673567366737673867396740674167426743674467456746674767486749675067516752675367546755675667576758675967606761676267636764676567666767676867696770677167726773677467756776677767786779678067816782678367846785678667876788678967906791679267936794679567966797679867996800680168026803680468056806680768086809681068116812681368146815681668176818681968206821682268236824682568266827682868296830683168326833683468356836683768386839684068416842684368446845684668476848684968506851685268536854685568566857685868596860686168626863686468656866686768686869687068716872687368746875687668776878687968806881688268836884688568866887688868896890689168926893689468956896689768986899690069016902690369046905690669076908690969106911691269136914691569166917691869196920692169226923692469256926692769286929693069316932693369346935693669376938693969406941694269436944694569466947694869496950695169526953695469556956695769586959696069616962696369646965696669676968696969706971697269736974697569766977697869796980698169826983698469856986698769886989699069916992699369946995699669976998699970007001700270037004700570067007700870097010701170127013701470157016701770187019702070217022702370247025702670277028702970307031703270337034703570367037703870397040704170427043704470457046704770487049705070517052705370547055705670577058705970607061706270637064706570667067706870697070707170727073707470757076707770787079708070817082708370847085708670877088708970907091709270937094709570967097709870997100710171027103710471057106710771087109711071117112711371147115711671177118711971207121712271237124712571267127712871297130713171327133713471357136713771387139714071417142714371447145714671477148714971507151715271537154715571567157715871597160716171627163716471657166716771687169717071717172717371747175717671777178717971807181718271837184718571867187718871897190719171927193719471957196719771987199720072017202720372047205720672077208720972107211721272137214721572167217721872197220722172227223722472257226722772287229723072317232723372347235723672377238723972407241724272437244724572467247724872497250725172527253725472557256725772587259726072617262726372647265726672677268726972707271727272737274727572767277727872797280728172827283728472857286728772887289729072917292729372947295729672977298729973007301730273037304730573067307730873097310731173127313731473157316731773187319732073217322732373247325732673277328732973307331733273337334733573367337733873397340734173427343734473457346734773487349735073517352735373547355735673577358735973607361736273637364736573667367736873697370737173727373737473757376737773787379738073817382738373847385738673877388738973907391739273937394739573967397739873997400740174027403740474057406740774087409741074117412741374147415741674177418741974207421742274237424742574267427742874297430743174327433743474357436743774387439744074417442744374447445744674477448744974507451745274537454745574567457745874597460746174627463746474657466746774687469747074717472747374747475747674777478747974807481748274837484748574867487748874897490749174927493749474957496749774987499750075017502750375047505750675077508750975107511751275137514751575167517751875197520752175227523752475257526752775287529753075317532753375347535753675377538753975407541754275437544754575467547754875497550755175527553755475557556755775587559756075617562756375647565756675677568756975707571757275737574757575767577757875797580758175827583758475857586758775887589759075917592759375947595759675977598759976007601760276037604760576067607760876097610761176127613761476157616761776187619762076217622762376247625762676277628762976307631763276337634763576367637763876397640764176427643764476457646764776487649765076517652765376547655765676577658765976607661766276637664766576667667766876697670767176727673767476757676767776787679768076817682768376847685768676877688768976907691769276937694769576967697769876997700770177027703770477057706770777087709771077117712771377147715771677177718771977207721772277237724772577267727772877297730773177327733773477357736773777387739774077417742774377447745774677477748774977507751775277537754775577567757775877597760776177627763776477657766776777687769777077717772777377747775777677777778777977807781778277837784778577867787778877897790779177927793779477957796779777987799780078017802780378047805780678077808780978107811781278137814781578167817781878197820782178227823782478257826782778287829783078317832783378347835783678377838783978407841784278437844784578467847784878497850785178527853785478557856785778587859786078617862786378647865786678677868786978707871787278737874787578767877787878797880788178827883788478857886788778887889789078917892789378947895789678977898789979007901790279037904790579067907790879097910791179127913791479157916791779187919792079217922792379247925792679277928792979307931793279337934793579367937793879397940794179427943794479457946794779487949795079517952795379547955795679577958795979607961796279637964796579667967796879697970797179727973797479757976797779787979798079817982798379847985798679877988798979907991799279937994799579967997799879998000800180028003800480058006800780088009801080118012801380148015801680178018801980208021802280238024802580268027802880298030803180328033803480358036803780388039804080418042804380448045804680478048804980508051805280538054805580568057805880598060806180628063806480658066806780688069807080718072807380748075807680778078807980808081808280838084808580868087808880898090809180928093809480958096809780988099810081018102810381048105810681078108810981108111811281138114811581168117811881198120812181228123812481258126812781288129813081318132813381348135813681378138813981408141814281438144814581468147814881498150815181528153815481558156815781588159816081618162816381648165816681678168816981708171817281738174817581768177817881798180818181828183818481858186818781888189819081918192819381948195819681978198819982008201820282038204820582068207820882098210821182128213821482158216821782188219822082218222822382248225822682278228822982308231823282338234823582368237823882398240824182428243824482458246824782488249825082518252825382548255825682578258825982608261826282638264826582668267826882698270827182728273827482758276827782788279828082818282828382848285828682878288828982908291829282938294829582968297829882998300830183028303830483058306830783088309831083118312831383148315831683178318831983208321832283238324832583268327832883298330833183328333833483358336833783388339834083418342834383448345834683478348834983508351835283538354835583568357835883598360836183628363836483658366836783688369837083718372837383748375837683778378837983808381838283838384838583868387838883898390839183928393839483958396839783988399840084018402840384048405840684078408840984108411841284138414841584168417841884198420842184228423842484258426842784288429843084318432843384348435843684378438843984408441844284438444844584468447844884498450845184528453845484558456845784588459846084618462846384648465846684678468846984708471847284738474847584768477847884798480848184828483848484858486848784888489849084918492849384948495849684978498849985008501850285038504850585068507850885098510851185128513851485158516851785188519852085218522852385248525852685278528852985308531853285338534853585368537853885398540854185428543854485458546854785488549855085518552855385548555855685578558855985608561856285638564856585668567856885698570857185728573857485758576857785788579858085818582858385848585858685878588858985908591859285938594859585968597859885998600860186028603860486058606860786088609861086118612861386148615861686178618861986208621862286238624862586268627862886298630863186328633863486358636863786388639864086418642864386448645864686478648864986508651865286538654865586568657865886598660866186628663866486658666866786688669867086718672867386748675867686778678867986808681868286838684868586868687868886898690869186928693869486958696869786988699870087018702870387048705870687078708870987108711871287138714871587168717871887198720872187228723872487258726872787288729873087318732873387348735873687378738873987408741874287438744874587468747874887498750875187528753875487558756875787588759876087618762876387648765876687678768876987708771877287738774877587768777877887798780878187828783878487858786878787888789879087918792879387948795879687978798879988008801880288038804880588068807880888098810881188128813881488158816881788188819882088218822882388248825882688278828882988308831883288338834883588368837883888398840884188428843884488458846884788488849885088518852885388548855885688578858885988608861886288638864886588668867886888698870887188728873887488758876887788788879888088818882888388848885888688878888888988908891889288938894889588968897889888998900890189028903890489058906890789088909891089118912891389148915891689178918891989208921892289238924892589268927892889298930893189328933893489358936893789388939894089418942894389448945894689478948894989508951895289538954895589568957895889598960896189628963896489658966896789688969897089718972897389748975897689778978897989808981898289838984898589868987898889898990899189928993899489958996899789988999900090019002900390049005900690079008900990109011901290139014901590169017901890199020902190229023902490259026902790289029903090319032903390349035903690379038903990409041904290439044904590469047904890499050905190529053905490559056905790589059906090619062906390649065906690679068906990709071907290739074907590769077907890799080908190829083908490859086908790889089909090919092909390949095909690979098909991009101910291039104910591069107910891099110911191129113911491159116911791189119912091219122912391249125912691279128912991309131913291339134913591369137913891399140914191429143914491459146914791489149915091519152915391549155915691579158915991609161916291639164916591669167916891699170917191729173917491759176917791789179918091819182918391849185918691879188918991909191919291939194919591969197919891999200920192029203920492059206920792089209921092119212921392149215921692179218921992209221922292239224922592269227922892299230923192329233923492359236923792389239924092419242924392449245924692479248924992509251925292539254925592569257925892599260926192629263926492659266926792689269927092719272927392749275927692779278927992809281928292839284928592869287928892899290929192929293929492959296929792989299930093019302930393049305930693079308930993109311931293139314931593169317931893199320932193229323932493259326932793289329933093319332933393349335933693379338933993409341934293439344934593469347934893499350935193529353935493559356935793589359936093619362936393649365936693679368936993709371937293739374937593769377937893799380938193829383938493859386938793889389939093919392939393949395939693979398939994009401940294039404940594069407940894099410941194129413941494159416941794189419942094219422942394249425942694279428942994309431943294339434943594369437943894399440944194429443944494459446944794489449945094519452945394549455945694579458945994609461946294639464946594669467946894699470947194729473947494759476947794789479948094819482948394849485948694879488948994909491949294939494949594969497949894999500950195029503950495059506950795089509951095119512951395149515951695179518951995209521952295239524952595269527952895299530953195329533953495359536953795389539954095419542954395449545954695479548954995509551955295539554955595569557955895599560956195629563956495659566956795689569957095719572957395749575957695779578957995809581958295839584958595869587958895899590959195929593959495959596959795989599960096019602960396049605960696079608960996109611961296139614961596169617961896199620962196229623962496259626962796289629963096319632963396349635963696379638963996409641964296439644964596469647964896499650965196529653965496559656965796589659966096619662966396649665966696679668966996709671967296739674967596769677967896799680968196829683968496859686968796889689969096919692969396949695969696979698969997009701970297039704970597069707970897099710971197129713971497159716971797189719972097219722972397249725972697279728972997309731973297339734973597369737973897399740974197429743974497459746974797489749975097519752975397549755975697579758975997609761976297639764976597669767976897699770977197729773977497759776977797789779978097819782978397849785978697879788978997909791979297939794979597969797979897999800980198029803980498059806980798089809981098119812981398149815981698179818981998209821982298239824982598269827982898299830983198329833983498359836983798389839984098419842984398449845984698479848984998509851985298539854985598569857985898599860986198629863986498659866986798689869987098719872987398749875987698779878987998809881988298839884988598869887988898899890989198929893989498959896989798989899990099019902990399049905990699079908990999109911991299139914991599169917991899199920992199229923992499259926992799289929993099319932993399349935993699379938993999409941994299439944994599469947994899499950995199529953995499559956995799589959996099619962996399649965996699679968996999709971997299739974997599769977997899799980998199829983998499859986998799889989999099919992999399949995999699979998999910000100011000210003100041000510006100071000810009100101001110012100131001410015100161001710018100191002010021100221002310024100251002610027100281002910030100311003210033100341003510036100371003810039100401004110042100431004410045100461004710048100491005010051100521005310054100551005610057100581005910060100611006210063100641006510066100671006810069100701007110072100731007410075100761007710078100791008010081100821008310084100851008610087100881008910090100911009210093100941009510096100971009810099101001010110102101031010410105101061010710108101091011010111101121011310114101151011610117101181011910120101211012210123101241012510126101271012810129101301013110132101331013410135101361013710138101391014010141101421014310144101451014610147101481014910150101511015210153101541015510156101571015810159101601016110162101631016410165101661016710168101691017010171101721017310174101751017610177101781017910180101811018210183101841018510186101871018810189101901019110192101931019410195101961019710198101991020010201102021020310204102051020610207102081020910210102111021210213102141021510216102171021810219102201022110222102231022410225102261022710228102291023010231102321023310234102351023610237102381023910240102411024210243102441024510246102471024810249102501025110252102531025410255102561025710258102591026010261102621026310264102651026610267102681026910270102711027210273102741027510276102771027810279102801028110282102831028410285102861028710288102891029010291102921029310294102951029610297102981029910300103011030210303103041030510306103071030810309103101031110312103131031410315103161031710318103191032010321103221032310324103251032610327103281032910330103311033210333103341033510336103371033810339103401034110342103431034410345103461034710348103491035010351103521035310354103551035610357103581035910360103611036210363103641036510366103671036810369103701037110372103731037410375103761037710378103791038010381103821038310384103851038610387103881038910390103911039210393103941039510396103971039810399104001040110402104031040410405104061040710408104091041010411104121041310414104151041610417104181041910420104211042210423104241042510426104271042810429104301043110432104331043410435104361043710438104391044010441104421044310444104451044610447104481044910450104511045210453104541045510456104571045810459104601046110462104631046410465104661046710468104691047010471104721047310474104751047610477104781047910480104811048210483104841048510486104871048810489104901049110492104931049410495104961049710498104991050010501105021050310504105051050610507105081050910510105111051210513105141051510516105171051810519105201052110522105231052410525105261052710528105291053010531105321053310534105351053610537105381053910540105411054210543105441054510546105471054810549105501055110552105531055410555105561055710558105591056010561105621056310564105651056610567105681056910570105711057210573105741057510576105771057810579105801058110582105831058410585105861058710588105891059010591105921059310594105951059610597105981059910600106011060210603106041060510606106071060810609106101061110612106131061410615106161061710618106191062010621106221062310624106251062610627106281062910630106311063210633106341063510636106371063810639106401064110642106431064410645106461064710648106491065010651106521065310654106551065610657106581065910660106611066210663106641066510666106671066810669106701067110672106731067410675106761067710678106791068010681106821068310684106851068610687106881068910690106911069210693106941069510696106971069810699107001070110702107031070410705107061070710708107091071010711107121071310714107151071610717107181071910720107211072210723107241072510726107271072810729107301073110732107331073410735107361073710738107391074010741107421074310744107451074610747107481074910750107511075210753107541075510756107571075810759107601076110762107631076410765107661076710768107691077010771107721077310774107751077610777107781077910780107811078210783107841078510786107871078810789107901079110792107931079410795107961079710798107991080010801108021080310804108051080610807108081080910810108111081210813108141081510816108171081810819108201082110822108231082410825108261082710828108291083010831108321083310834108351083610837108381083910840108411084210843108441084510846108471084810849108501085110852108531085410855108561085710858108591086010861108621086310864108651086610867108681086910870108711087210873108741087510876108771087810879108801088110882108831088410885108861088710888108891089010891108921089310894108951089610897108981089910900109011090210903109041090510906109071090810909109101091110912109131091410915109161091710918109191092010921109221092310924109251092610927109281092910930109311093210933109341093510936109371093810939109401094110942109431094410945109461094710948109491095010951109521095310954109551095610957109581095910960109611096210963109641096510966109671096810969109701097110972109731097410975109761097710978109791098010981109821098310984109851098610987109881098910990109911099210993109941099510996109971099810999110001100111002110031100411005110061100711008110091101011011110121101311014110151101611017110181101911020110211102211023110241102511026110271102811029110301103111032110331103411035110361103711038110391104011041110421104311044110451104611047110481104911050110511105211053110541105511056110571105811059110601106111062110631106411065110661106711068110691107011071110721107311074110751107611077110781107911080110811108211083110841108511086110871108811089110901109111092110931109411095110961109711098110991110011101111021110311104111051110611107111081110911110111111111211113111141111511116111171111811119111201112111122111231112411125111261112711128111291113011131111321113311134111351113611137111381113911140111411114211143111441114511146111471114811149111501115111152111531115411155111561115711158111591116011161111621116311164111651116611167111681116911170111711117211173111741117511176111771117811179111801118111182111831118411185111861118711188111891119011191111921119311194111951119611197111981119911200112011120211203112041120511206112071120811209112101121111212112131121411215112161121711218112191122011221112221122311224112251122611227112281122911230112311123211233112341123511236112371123811239112401124111242112431124411245112461124711248112491125011251112521125311254112551125611257112581125911260112611126211263112641126511266112671126811269112701127111272112731127411275112761127711278112791128011281112821128311284112851128611287112881128911290112911129211293112941129511296112971129811299113001130111302113031130411305113061130711308113091131011311113121131311314113151131611317113181131911320113211132211323113241132511326113271132811329113301133111332113331133411335113361133711338113391134011341113421134311344113451134611347113481134911350113511135211353113541135511356113571135811359113601136111362113631136411365113661136711368113691137011371113721137311374113751137611377113781137911380113811138211383113841138511386113871138811389113901139111392113931139411395113961139711398113991140011401114021140311404114051140611407114081140911410114111141211413114141141511416114171141811419114201142111422114231142411425114261142711428114291143011431114321143311434114351143611437114381143911440114411144211443114441144511446114471144811449114501145111452114531145411455114561145711458114591146011461114621146311464114651146611467114681146911470114711147211473114741147511476114771147811479114801148111482114831148411485114861148711488114891149011491114921149311494114951149611497114981149911500115011150211503115041150511506115071150811509115101151111512115131151411515115161151711518115191152011521115221152311524115251152611527115281152911530115311153211533115341153511536115371153811539115401154111542115431154411545115461154711548115491155011551115521155311554115551155611557115581155911560115611156211563115641156511566115671156811569115701157111572115731157411575115761157711578115791158011581115821158311584115851158611587115881158911590115911159211593115941159511596115971159811599116001160111602116031160411605116061160711608116091161011611116121161311614116151161611617116181161911620116211162211623116241162511626116271162811629116301163111632116331163411635116361163711638116391164011641116421164311644116451164611647116481164911650116511165211653116541165511656116571165811659116601166111662116631166411665116661166711668116691167011671116721167311674116751167611677116781167911680116811168211683116841168511686116871168811689116901169111692116931169411695116961169711698116991170011701117021170311704117051170611707117081170911710117111171211713117141171511716117171171811719117201172111722117231172411725117261172711728117291173011731117321173311734117351173611737117381173911740117411174211743117441174511746117471174811749117501175111752117531175411755117561175711758117591176011761117621176311764117651176611767117681176911770117711177211773117741177511776117771177811779117801178111782117831178411785117861178711788117891179011791117921179311794117951179611797117981179911800118011180211803118041180511806118071180811809118101181111812118131181411815118161181711818118191182011821118221182311824118251182611827118281182911830118311183211833118341183511836118371183811839118401184111842118431184411845118461184711848118491185011851118521185311854118551185611857118581185911860118611186211863118641186511866118671186811869118701187111872118731187411875118761187711878118791188011881118821188311884118851188611887118881188911890118911189211893118941189511896118971189811899119001190111902119031190411905119061190711908119091191011911119121191311914119151191611917119181191911920119211192211923119241192511926119271192811929119301193111932119331193411935119361193711938119391194011941119421194311944119451194611947119481194911950119511195211953119541195511956119571195811959119601196111962119631196411965119661196711968119691197011971119721197311974119751197611977119781197911980119811198211983119841198511986119871198811989119901199111992119931199411995119961199711998119991200012001120021200312004120051200612007120081200912010120111201212013120141201512016120171201812019120201202112022120231202412025120261202712028120291203012031120321203312034120351203612037120381203912040120411204212043120441204512046120471204812049120501205112052120531205412055120561205712058120591206012061120621206312064120651206612067120681206912070120711207212073120741207512076120771207812079120801208112082120831208412085120861208712088120891209012091120921209312094120951209612097120981209912100121011210212103121041210512106121071210812109121101211112112121131211412115121161211712118121191212012121121221212312124121251212612127121281212912130121311213212133121341213512136121371213812139121401214112142121431214412145121461214712148121491215012151121521215312154121551215612157121581215912160121611216212163121641216512166121671216812169121701217112172121731217412175121761217712178121791218012181121821218312184121851218612187121881218912190121911219212193121941219512196121971219812199122001220112202122031220412205122061220712208122091221012211122121221312214122151221612217122181221912220122211222212223122241222512226122271222812229122301223112232122331223412235122361223712238122391224012241122421224312244122451224612247122481224912250122511225212253122541225512256122571225812259122601226112262122631226412265122661226712268122691227012271122721227312274122751227612277122781227912280122811228212283122841228512286122871228812289122901229112292122931229412295122961229712298122991230012301123021230312304123051230612307123081230912310123111231212313123141231512316123171231812319123201232112322123231232412325123261232712328123291233012331123321233312334123351233612337123381233912340123411234212343123441234512346123471234812349123501235112352123531235412355123561235712358123591236012361123621236312364123651236612367123681236912370123711237212373123741237512376123771237812379123801238112382123831238412385123861238712388123891239012391123921239312394123951239612397123981239912400124011240212403124041240512406124071240812409124101241112412124131241412415124161241712418124191242012421124221242312424124251242612427124281242912430124311243212433124341243512436124371243812439124401244112442124431244412445124461244712448124491245012451124521245312454124551245612457124581245912460124611246212463124641246512466124671246812469124701247112472124731247412475124761247712478124791248012481124821248312484124851248612487124881248912490124911249212493124941249512496124971249812499125001250112502125031250412505125061250712508125091251012511125121251312514125151251612517125181251912520125211252212523125241252512526125271252812529125301253112532125331253412535125361253712538125391254012541125421254312544125451254612547125481254912550125511255212553125541255512556125571255812559125601256112562125631256412565125661256712568125691257012571125721257312574125751257612577125781257912580125811258212583125841258512586125871258812589125901259112592125931259412595125961259712598125991260012601126021260312604126051260612607126081260912610126111261212613126141261512616126171261812619126201262112622126231262412625126261262712628126291263012631126321263312634126351263612637126381263912640126411264212643126441264512646126471264812649126501265112652126531265412655126561265712658126591266012661126621266312664126651266612667126681266912670126711267212673126741267512676126771267812679126801268112682126831268412685126861268712688126891269012691126921269312694126951269612697126981269912700127011270212703127041270512706127071270812709127101271112712127131271412715127161271712718127191272012721127221272312724127251272612727127281272912730127311273212733127341273512736127371273812739127401274112742127431274412745127461274712748127491275012751127521275312754127551275612757127581275912760127611276212763127641276512766127671276812769127701277112772127731277412775127761277712778127791278012781127821278312784127851278612787127881278912790127911279212793127941279512796127971279812799128001280112802128031280412805128061280712808128091281012811128121281312814128151281612817128181281912820128211282212823128241282512826128271282812829128301283112832128331283412835128361283712838128391284012841128421284312844128451284612847128481284912850128511285212853128541285512856128571285812859128601286112862128631286412865128661286712868128691287012871128721287312874128751287612877128781287912880128811288212883128841288512886128871288812889128901289112892128931289412895128961289712898128991290012901129021290312904129051290612907129081290912910129111291212913129141291512916129171291812919129201292112922129231292412925129261292712928129291293012931129321293312934129351293612937129381293912940129411294212943129441294512946129471294812949129501295112952129531295412955129561295712958129591296012961129621296312964129651296612967129681296912970129711297212973129741297512976129771297812979129801298112982129831298412985129861298712988129891299012991129921299312994129951299612997129981299913000130011300213003130041300513006130071300813009130101301113012130131301413015130161301713018130191302013021130221302313024130251302613027130281302913030130311303213033130341303513036130371303813039130401304113042130431304413045130461304713048130491305013051130521305313054130551305613057130581305913060130611306213063130641306513066130671306813069130701307113072130731307413075130761307713078130791308013081130821308313084130851308613087130881308913090130911309213093130941309513096130971309813099131001310113102131031310413105131061310713108131091311013111131121311313114131151311613117131181311913120131211312213123131241312513126131271312813129131301313113132131331313413135131361313713138131391314013141131421314313144131451314613147131481314913150131511315213153131541315513156131571315813159131601316113162131631316413165131661316713168131691317013171131721317313174131751317613177131781317913180131811318213183131841318513186131871318813189131901319113192131931319413195131961319713198131991320013201132021320313204132051320613207132081320913210132111321213213132141321513216132171321813219132201322113222132231322413225132261322713228132291323013231132321323313234132351323613237132381323913240132411324213243132441324513246132471324813249132501325113252132531325413255132561325713258132591326013261132621326313264132651326613267132681326913270132711327213273132741327513276132771327813279132801328113282132831328413285132861328713288132891329013291132921329313294132951329613297132981329913300133011330213303133041330513306133071330813309133101331113312133131331413315133161331713318133191332013321133221332313324133251332613327133281332913330133311333213333133341333513336133371333813339133401334113342133431334413345133461334713348133491335013351133521335313354133551335613357133581335913360133611336213363133641336513366133671336813369133701337113372133731337413375133761337713378133791338013381133821338313384133851338613387133881338913390133911339213393133941339513396133971339813399134001340113402134031340413405134061340713408134091341013411134121341313414134151341613417134181341913420134211342213423134241342513426134271342813429134301343113432134331343413435134361343713438134391344013441134421344313444134451344613447134481344913450134511345213453134541345513456134571345813459134601346113462134631346413465134661346713468134691347013471134721347313474134751347613477134781347913480134811348213483134841348513486
  1. {
  2. "name": "nuxt-app",
  3. "lockfileVersion": 3,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "name": "nuxt-app",
  8. "hasInstallScript": true,
  9. "dependencies": {
  10. "@iconify/vue": "^5.0.0",
  11. "@nuxt/image": "^2.0.0",
  12. "@nuxt/ui": "^4.2.1",
  13. "@tailwindcss/vite": "^4.1.16",
  14. "lucide-vue-next": "^1.0.0",
  15. "nuxt": "^4.2.0",
  16. "tailwindcss": "^4.1.16",
  17. "vue": "^3.5.22",
  18. "vue-router": "^4.6.3"
  19. }
  20. },
  21. "node_modules/@alloc/quick-lru": {
  22. "version": "5.2.0",
  23. "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
  24. "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
  25. "license": "MIT",
  26. "engines": {
  27. "node": ">=10"
  28. },
  29. "funding": {
  30. "url": "https://github.com/sponsors/sindresorhus"
  31. }
  32. },
  33. "node_modules/@antfu/install-pkg": {
  34. "version": "1.1.0",
  35. "resolved": "https://registry.npmjs.org/@antfu/install-pkg/-/install-pkg-1.1.0.tgz",
  36. "integrity": "sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ==",
  37. "license": "MIT",
  38. "dependencies": {
  39. "package-manager-detector": "^1.3.0",
  40. "tinyexec": "^1.0.1"
  41. },
  42. "funding": {
  43. "url": "https://github.com/sponsors/antfu"
  44. }
  45. },
  46. "node_modules/@babel/code-frame": {
  47. "version": "7.27.1",
  48. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
  49. "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
  50. "license": "MIT",
  51. "dependencies": {
  52. "@babel/helper-validator-identifier": "^7.27.1",
  53. "js-tokens": "^4.0.0",
  54. "picocolors": "^1.1.1"
  55. },
  56. "engines": {
  57. "node": ">=6.9.0"
  58. }
  59. },
  60. "node_modules/@babel/compat-data": {
  61. "version": "7.28.5",
  62. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz",
  63. "integrity": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==",
  64. "license": "MIT",
  65. "engines": {
  66. "node": ">=6.9.0"
  67. }
  68. },
  69. "node_modules/@babel/core": {
  70. "version": "7.28.5",
  71. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz",
  72. "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==",
  73. "license": "MIT",
  74. "dependencies": {
  75. "@babel/code-frame": "^7.27.1",
  76. "@babel/generator": "^7.28.5",
  77. "@babel/helper-compilation-targets": "^7.27.2",
  78. "@babel/helper-module-transforms": "^7.28.3",
  79. "@babel/helpers": "^7.28.4",
  80. "@babel/parser": "^7.28.5",
  81. "@babel/template": "^7.27.2",
  82. "@babel/traverse": "^7.28.5",
  83. "@babel/types": "^7.28.5",
  84. "@jridgewell/remapping": "^2.3.5",
  85. "convert-source-map": "^2.0.0",
  86. "debug": "^4.1.0",
  87. "gensync": "^1.0.0-beta.2",
  88. "json5": "^2.2.3",
  89. "semver": "^6.3.1"
  90. },
  91. "engines": {
  92. "node": ">=6.9.0"
  93. },
  94. "funding": {
  95. "type": "opencollective",
  96. "url": "https://opencollective.com/babel"
  97. }
  98. },
  99. "node_modules/@babel/core/node_modules/semver": {
  100. "version": "6.3.1",
  101. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  102. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  103. "license": "ISC",
  104. "bin": {
  105. "semver": "bin/semver.js"
  106. }
  107. },
  108. "node_modules/@babel/generator": {
  109. "version": "7.28.5",
  110. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
  111. "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
  112. "license": "MIT",
  113. "dependencies": {
  114. "@babel/parser": "^7.28.5",
  115. "@babel/types": "^7.28.5",
  116. "@jridgewell/gen-mapping": "^0.3.12",
  117. "@jridgewell/trace-mapping": "^0.3.28",
  118. "jsesc": "^3.0.2"
  119. },
  120. "engines": {
  121. "node": ">=6.9.0"
  122. }
  123. },
  124. "node_modules/@babel/helper-annotate-as-pure": {
  125. "version": "7.27.3",
  126. "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz",
  127. "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==",
  128. "license": "MIT",
  129. "dependencies": {
  130. "@babel/types": "^7.27.3"
  131. },
  132. "engines": {
  133. "node": ">=6.9.0"
  134. }
  135. },
  136. "node_modules/@babel/helper-compilation-targets": {
  137. "version": "7.27.2",
  138. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
  139. "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
  140. "license": "MIT",
  141. "dependencies": {
  142. "@babel/compat-data": "^7.27.2",
  143. "@babel/helper-validator-option": "^7.27.1",
  144. "browserslist": "^4.24.0",
  145. "lru-cache": "^5.1.1",
  146. "semver": "^6.3.1"
  147. },
  148. "engines": {
  149. "node": ">=6.9.0"
  150. }
  151. },
  152. "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
  153. "version": "6.3.1",
  154. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  155. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  156. "license": "ISC",
  157. "bin": {
  158. "semver": "bin/semver.js"
  159. }
  160. },
  161. "node_modules/@babel/helper-create-class-features-plugin": {
  162. "version": "7.28.5",
  163. "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz",
  164. "integrity": "sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==",
  165. "license": "MIT",
  166. "dependencies": {
  167. "@babel/helper-annotate-as-pure": "^7.27.3",
  168. "@babel/helper-member-expression-to-functions": "^7.28.5",
  169. "@babel/helper-optimise-call-expression": "^7.27.1",
  170. "@babel/helper-replace-supers": "^7.27.1",
  171. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  172. "@babel/traverse": "^7.28.5",
  173. "semver": "^6.3.1"
  174. },
  175. "engines": {
  176. "node": ">=6.9.0"
  177. },
  178. "peerDependencies": {
  179. "@babel/core": "^7.0.0"
  180. }
  181. },
  182. "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
  183. "version": "6.3.1",
  184. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  185. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  186. "license": "ISC",
  187. "bin": {
  188. "semver": "bin/semver.js"
  189. }
  190. },
  191. "node_modules/@babel/helper-globals": {
  192. "version": "7.28.0",
  193. "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
  194. "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
  195. "license": "MIT",
  196. "engines": {
  197. "node": ">=6.9.0"
  198. }
  199. },
  200. "node_modules/@babel/helper-member-expression-to-functions": {
  201. "version": "7.28.5",
  202. "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz",
  203. "integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==",
  204. "license": "MIT",
  205. "dependencies": {
  206. "@babel/traverse": "^7.28.5",
  207. "@babel/types": "^7.28.5"
  208. },
  209. "engines": {
  210. "node": ">=6.9.0"
  211. }
  212. },
  213. "node_modules/@babel/helper-module-imports": {
  214. "version": "7.27.1",
  215. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
  216. "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
  217. "license": "MIT",
  218. "dependencies": {
  219. "@babel/traverse": "^7.27.1",
  220. "@babel/types": "^7.27.1"
  221. },
  222. "engines": {
  223. "node": ">=6.9.0"
  224. }
  225. },
  226. "node_modules/@babel/helper-module-transforms": {
  227. "version": "7.28.3",
  228. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz",
  229. "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==",
  230. "license": "MIT",
  231. "dependencies": {
  232. "@babel/helper-module-imports": "^7.27.1",
  233. "@babel/helper-validator-identifier": "^7.27.1",
  234. "@babel/traverse": "^7.28.3"
  235. },
  236. "engines": {
  237. "node": ">=6.9.0"
  238. },
  239. "peerDependencies": {
  240. "@babel/core": "^7.0.0"
  241. }
  242. },
  243. "node_modules/@babel/helper-optimise-call-expression": {
  244. "version": "7.27.1",
  245. "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz",
  246. "integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==",
  247. "license": "MIT",
  248. "dependencies": {
  249. "@babel/types": "^7.27.1"
  250. },
  251. "engines": {
  252. "node": ">=6.9.0"
  253. }
  254. },
  255. "node_modules/@babel/helper-plugin-utils": {
  256. "version": "7.27.1",
  257. "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
  258. "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
  259. "license": "MIT",
  260. "engines": {
  261. "node": ">=6.9.0"
  262. }
  263. },
  264. "node_modules/@babel/helper-replace-supers": {
  265. "version": "7.27.1",
  266. "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz",
  267. "integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==",
  268. "license": "MIT",
  269. "dependencies": {
  270. "@babel/helper-member-expression-to-functions": "^7.27.1",
  271. "@babel/helper-optimise-call-expression": "^7.27.1",
  272. "@babel/traverse": "^7.27.1"
  273. },
  274. "engines": {
  275. "node": ">=6.9.0"
  276. },
  277. "peerDependencies": {
  278. "@babel/core": "^7.0.0"
  279. }
  280. },
  281. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  282. "version": "7.27.1",
  283. "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz",
  284. "integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==",
  285. "license": "MIT",
  286. "dependencies": {
  287. "@babel/traverse": "^7.27.1",
  288. "@babel/types": "^7.27.1"
  289. },
  290. "engines": {
  291. "node": ">=6.9.0"
  292. }
  293. },
  294. "node_modules/@babel/helper-string-parser": {
  295. "version": "7.27.1",
  296. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  297. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  298. "license": "MIT",
  299. "engines": {
  300. "node": ">=6.9.0"
  301. }
  302. },
  303. "node_modules/@babel/helper-validator-identifier": {
  304. "version": "7.28.5",
  305. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  306. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  307. "license": "MIT",
  308. "engines": {
  309. "node": ">=6.9.0"
  310. }
  311. },
  312. "node_modules/@babel/helper-validator-option": {
  313. "version": "7.27.1",
  314. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
  315. "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
  316. "license": "MIT",
  317. "engines": {
  318. "node": ">=6.9.0"
  319. }
  320. },
  321. "node_modules/@babel/helpers": {
  322. "version": "7.28.4",
  323. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz",
  324. "integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==",
  325. "license": "MIT",
  326. "dependencies": {
  327. "@babel/template": "^7.27.2",
  328. "@babel/types": "^7.28.4"
  329. },
  330. "engines": {
  331. "node": ">=6.9.0"
  332. }
  333. },
  334. "node_modules/@babel/parser": {
  335. "version": "7.29.2",
  336. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.2.tgz",
  337. "integrity": "sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==",
  338. "license": "MIT",
  339. "dependencies": {
  340. "@babel/types": "^7.29.0"
  341. },
  342. "bin": {
  343. "parser": "bin/babel-parser.js"
  344. },
  345. "engines": {
  346. "node": ">=6.0.0"
  347. }
  348. },
  349. "node_modules/@babel/plugin-syntax-jsx": {
  350. "version": "7.27.1",
  351. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",
  352. "integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
  353. "license": "MIT",
  354. "dependencies": {
  355. "@babel/helper-plugin-utils": "^7.27.1"
  356. },
  357. "engines": {
  358. "node": ">=6.9.0"
  359. },
  360. "peerDependencies": {
  361. "@babel/core": "^7.0.0-0"
  362. }
  363. },
  364. "node_modules/@babel/plugin-syntax-typescript": {
  365. "version": "7.27.1",
  366. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz",
  367. "integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==",
  368. "license": "MIT",
  369. "dependencies": {
  370. "@babel/helper-plugin-utils": "^7.27.1"
  371. },
  372. "engines": {
  373. "node": ">=6.9.0"
  374. },
  375. "peerDependencies": {
  376. "@babel/core": "^7.0.0-0"
  377. }
  378. },
  379. "node_modules/@babel/plugin-transform-typescript": {
  380. "version": "7.28.5",
  381. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.5.tgz",
  382. "integrity": "sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==",
  383. "license": "MIT",
  384. "dependencies": {
  385. "@babel/helper-annotate-as-pure": "^7.27.3",
  386. "@babel/helper-create-class-features-plugin": "^7.28.5",
  387. "@babel/helper-plugin-utils": "^7.27.1",
  388. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  389. "@babel/plugin-syntax-typescript": "^7.27.1"
  390. },
  391. "engines": {
  392. "node": ">=6.9.0"
  393. },
  394. "peerDependencies": {
  395. "@babel/core": "^7.0.0-0"
  396. }
  397. },
  398. "node_modules/@babel/template": {
  399. "version": "7.27.2",
  400. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
  401. "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
  402. "license": "MIT",
  403. "dependencies": {
  404. "@babel/code-frame": "^7.27.1",
  405. "@babel/parser": "^7.27.2",
  406. "@babel/types": "^7.27.1"
  407. },
  408. "engines": {
  409. "node": ">=6.9.0"
  410. }
  411. },
  412. "node_modules/@babel/traverse": {
  413. "version": "7.28.5",
  414. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
  415. "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
  416. "license": "MIT",
  417. "dependencies": {
  418. "@babel/code-frame": "^7.27.1",
  419. "@babel/generator": "^7.28.5",
  420. "@babel/helper-globals": "^7.28.0",
  421. "@babel/parser": "^7.28.5",
  422. "@babel/template": "^7.27.2",
  423. "@babel/types": "^7.28.5",
  424. "debug": "^4.3.1"
  425. },
  426. "engines": {
  427. "node": ">=6.9.0"
  428. }
  429. },
  430. "node_modules/@babel/types": {
  431. "version": "7.29.0",
  432. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
  433. "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
  434. "license": "MIT",
  435. "dependencies": {
  436. "@babel/helper-string-parser": "^7.27.1",
  437. "@babel/helper-validator-identifier": "^7.28.5"
  438. },
  439. "engines": {
  440. "node": ">=6.9.0"
  441. }
  442. },
  443. "node_modules/@capsizecss/unpack": {
  444. "version": "3.0.1",
  445. "resolved": "https://registry.npmjs.org/@capsizecss/unpack/-/unpack-3.0.1.tgz",
  446. "integrity": "sha512-8XqW8xGn++Eqqbz3e9wKuK7mxryeRjs4LOHLxbh2lwKeSbuNR4NFifDZT4KzvjU6HMOPbiNTsWpniK5EJfTWkg==",
  447. "license": "MIT",
  448. "dependencies": {
  449. "fontkit": "^2.0.2"
  450. },
  451. "engines": {
  452. "node": ">=18"
  453. }
  454. },
  455. "node_modules/@clack/core": {
  456. "version": "1.2.0",
  457. "resolved": "https://registry.npmjs.org/@clack/core/-/core-1.2.0.tgz",
  458. "integrity": "sha512-qfxof/3T3t9DPU/Rj3OmcFyZInceqj/NVtO9rwIuJqCUgh32gwPjpFQQp/ben07qKlhpwq7GzfWpST4qdJ5Drg==",
  459. "license": "MIT",
  460. "dependencies": {
  461. "fast-wrap-ansi": "^0.1.3",
  462. "sisteransi": "^1.0.5"
  463. }
  464. },
  465. "node_modules/@clack/prompts": {
  466. "version": "1.2.0",
  467. "resolved": "https://registry.npmjs.org/@clack/prompts/-/prompts-1.2.0.tgz",
  468. "integrity": "sha512-4jmztR9fMqPMjz6H/UZXj0zEmE43ha1euENwkckKKel4XpSfokExPo5AiVStdHSAlHekz4d0CA/r45Ok1E4D3w==",
  469. "license": "MIT",
  470. "dependencies": {
  471. "@clack/core": "1.2.0",
  472. "fast-string-width": "^1.1.0",
  473. "fast-wrap-ansi": "^0.1.3",
  474. "sisteransi": "^1.0.5"
  475. }
  476. },
  477. "node_modules/@cloudflare/kv-asset-handler": {
  478. "version": "0.4.2",
  479. "resolved": "https://registry.npmjs.org/@cloudflare/kv-asset-handler/-/kv-asset-handler-0.4.2.tgz",
  480. "integrity": "sha512-SIOD2DxrRRwQ+jgzlXCqoEFiKOFqaPjhnNTGKXSRLvp1HiOvapLaFG2kEr9dYQTYe8rKrd9uvDUzmAITeNyaHQ==",
  481. "license": "MIT OR Apache-2.0",
  482. "engines": {
  483. "node": ">=18.0.0"
  484. }
  485. },
  486. "node_modules/@dxup/nuxt": {
  487. "version": "0.2.0",
  488. "resolved": "https://registry.npmjs.org/@dxup/nuxt/-/nuxt-0.2.0.tgz",
  489. "integrity": "sha512-tUS2040HEiGwjwZ8hTczfuRoiXSOuA+ATPXO9Bllf03nHHj1lSlmaAyVJHFsSXL5Os5NZqimNAZ1iDed7VElzA==",
  490. "license": "MIT",
  491. "dependencies": {
  492. "@dxup/unimport": "^0.1.0",
  493. "@nuxt/kit": "^4.1.3",
  494. "chokidar": "^4.0.3",
  495. "pathe": "2.0.3",
  496. "tinyglobby": "^0.2.15"
  497. }
  498. },
  499. "node_modules/@dxup/unimport": {
  500. "version": "0.1.0",
  501. "resolved": "https://registry.npmjs.org/@dxup/unimport/-/unimport-0.1.0.tgz",
  502. "integrity": "sha512-6Q/Po8qGmlrShdG/R9+rpIhme9N/PGJumpvmwr1UAxGpt9DfOCt9kF8+yJkxhtPdJFL37KgUILZBRAkSU8cJZg==",
  503. "license": "MIT"
  504. },
  505. "node_modules/@emnapi/core": {
  506. "version": "1.6.0",
  507. "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.6.0.tgz",
  508. "integrity": "sha512-zq/ay+9fNIJJtJiZxdTnXS20PllcYMX3OE23ESc4HK/bdYu3cOWYVhsOhVnXALfU/uqJIxn5NBPd9z4v+SfoSg==",
  509. "license": "MIT",
  510. "optional": true,
  511. "dependencies": {
  512. "@emnapi/wasi-threads": "1.1.0",
  513. "tslib": "^2.4.0"
  514. }
  515. },
  516. "node_modules/@emnapi/runtime": {
  517. "version": "1.10.0",
  518. "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz",
  519. "integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==",
  520. "license": "MIT",
  521. "optional": true,
  522. "dependencies": {
  523. "tslib": "^2.4.0"
  524. }
  525. },
  526. "node_modules/@emnapi/wasi-threads": {
  527. "version": "1.1.0",
  528. "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.1.0.tgz",
  529. "integrity": "sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==",
  530. "license": "MIT",
  531. "optional": true,
  532. "dependencies": {
  533. "tslib": "^2.4.0"
  534. }
  535. },
  536. "node_modules/@esbuild/aix-ppc64": {
  537. "version": "0.25.12",
  538. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz",
  539. "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==",
  540. "cpu": [
  541. "ppc64"
  542. ],
  543. "license": "MIT",
  544. "optional": true,
  545. "os": [
  546. "aix"
  547. ],
  548. "engines": {
  549. "node": ">=18"
  550. }
  551. },
  552. "node_modules/@esbuild/android-arm": {
  553. "version": "0.25.12",
  554. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz",
  555. "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==",
  556. "cpu": [
  557. "arm"
  558. ],
  559. "license": "MIT",
  560. "optional": true,
  561. "os": [
  562. "android"
  563. ],
  564. "engines": {
  565. "node": ">=18"
  566. }
  567. },
  568. "node_modules/@esbuild/android-arm64": {
  569. "version": "0.25.12",
  570. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz",
  571. "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==",
  572. "cpu": [
  573. "arm64"
  574. ],
  575. "license": "MIT",
  576. "optional": true,
  577. "os": [
  578. "android"
  579. ],
  580. "engines": {
  581. "node": ">=18"
  582. }
  583. },
  584. "node_modules/@esbuild/android-x64": {
  585. "version": "0.25.12",
  586. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz",
  587. "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==",
  588. "cpu": [
  589. "x64"
  590. ],
  591. "license": "MIT",
  592. "optional": true,
  593. "os": [
  594. "android"
  595. ],
  596. "engines": {
  597. "node": ">=18"
  598. }
  599. },
  600. "node_modules/@esbuild/darwin-arm64": {
  601. "version": "0.25.12",
  602. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz",
  603. "integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==",
  604. "cpu": [
  605. "arm64"
  606. ],
  607. "license": "MIT",
  608. "optional": true,
  609. "os": [
  610. "darwin"
  611. ],
  612. "engines": {
  613. "node": ">=18"
  614. }
  615. },
  616. "node_modules/@esbuild/darwin-x64": {
  617. "version": "0.25.12",
  618. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz",
  619. "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==",
  620. "cpu": [
  621. "x64"
  622. ],
  623. "license": "MIT",
  624. "optional": true,
  625. "os": [
  626. "darwin"
  627. ],
  628. "engines": {
  629. "node": ">=18"
  630. }
  631. },
  632. "node_modules/@esbuild/freebsd-arm64": {
  633. "version": "0.25.12",
  634. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz",
  635. "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==",
  636. "cpu": [
  637. "arm64"
  638. ],
  639. "license": "MIT",
  640. "optional": true,
  641. "os": [
  642. "freebsd"
  643. ],
  644. "engines": {
  645. "node": ">=18"
  646. }
  647. },
  648. "node_modules/@esbuild/freebsd-x64": {
  649. "version": "0.25.12",
  650. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz",
  651. "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==",
  652. "cpu": [
  653. "x64"
  654. ],
  655. "license": "MIT",
  656. "optional": true,
  657. "os": [
  658. "freebsd"
  659. ],
  660. "engines": {
  661. "node": ">=18"
  662. }
  663. },
  664. "node_modules/@esbuild/linux-arm": {
  665. "version": "0.25.12",
  666. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz",
  667. "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==",
  668. "cpu": [
  669. "arm"
  670. ],
  671. "license": "MIT",
  672. "optional": true,
  673. "os": [
  674. "linux"
  675. ],
  676. "engines": {
  677. "node": ">=18"
  678. }
  679. },
  680. "node_modules/@esbuild/linux-arm64": {
  681. "version": "0.25.12",
  682. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz",
  683. "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==",
  684. "cpu": [
  685. "arm64"
  686. ],
  687. "license": "MIT",
  688. "optional": true,
  689. "os": [
  690. "linux"
  691. ],
  692. "engines": {
  693. "node": ">=18"
  694. }
  695. },
  696. "node_modules/@esbuild/linux-ia32": {
  697. "version": "0.25.12",
  698. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz",
  699. "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==",
  700. "cpu": [
  701. "ia32"
  702. ],
  703. "license": "MIT",
  704. "optional": true,
  705. "os": [
  706. "linux"
  707. ],
  708. "engines": {
  709. "node": ">=18"
  710. }
  711. },
  712. "node_modules/@esbuild/linux-loong64": {
  713. "version": "0.25.12",
  714. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz",
  715. "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==",
  716. "cpu": [
  717. "loong64"
  718. ],
  719. "license": "MIT",
  720. "optional": true,
  721. "os": [
  722. "linux"
  723. ],
  724. "engines": {
  725. "node": ">=18"
  726. }
  727. },
  728. "node_modules/@esbuild/linux-mips64el": {
  729. "version": "0.25.12",
  730. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz",
  731. "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==",
  732. "cpu": [
  733. "mips64el"
  734. ],
  735. "license": "MIT",
  736. "optional": true,
  737. "os": [
  738. "linux"
  739. ],
  740. "engines": {
  741. "node": ">=18"
  742. }
  743. },
  744. "node_modules/@esbuild/linux-ppc64": {
  745. "version": "0.25.12",
  746. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz",
  747. "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==",
  748. "cpu": [
  749. "ppc64"
  750. ],
  751. "license": "MIT",
  752. "optional": true,
  753. "os": [
  754. "linux"
  755. ],
  756. "engines": {
  757. "node": ">=18"
  758. }
  759. },
  760. "node_modules/@esbuild/linux-riscv64": {
  761. "version": "0.25.12",
  762. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz",
  763. "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==",
  764. "cpu": [
  765. "riscv64"
  766. ],
  767. "license": "MIT",
  768. "optional": true,
  769. "os": [
  770. "linux"
  771. ],
  772. "engines": {
  773. "node": ">=18"
  774. }
  775. },
  776. "node_modules/@esbuild/linux-s390x": {
  777. "version": "0.25.12",
  778. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz",
  779. "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==",
  780. "cpu": [
  781. "s390x"
  782. ],
  783. "license": "MIT",
  784. "optional": true,
  785. "os": [
  786. "linux"
  787. ],
  788. "engines": {
  789. "node": ">=18"
  790. }
  791. },
  792. "node_modules/@esbuild/linux-x64": {
  793. "version": "0.25.12",
  794. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz",
  795. "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==",
  796. "cpu": [
  797. "x64"
  798. ],
  799. "license": "MIT",
  800. "optional": true,
  801. "os": [
  802. "linux"
  803. ],
  804. "engines": {
  805. "node": ">=18"
  806. }
  807. },
  808. "node_modules/@esbuild/netbsd-arm64": {
  809. "version": "0.25.12",
  810. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz",
  811. "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==",
  812. "cpu": [
  813. "arm64"
  814. ],
  815. "license": "MIT",
  816. "optional": true,
  817. "os": [
  818. "netbsd"
  819. ],
  820. "engines": {
  821. "node": ">=18"
  822. }
  823. },
  824. "node_modules/@esbuild/netbsd-x64": {
  825. "version": "0.25.12",
  826. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz",
  827. "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==",
  828. "cpu": [
  829. "x64"
  830. ],
  831. "license": "MIT",
  832. "optional": true,
  833. "os": [
  834. "netbsd"
  835. ],
  836. "engines": {
  837. "node": ">=18"
  838. }
  839. },
  840. "node_modules/@esbuild/openbsd-arm64": {
  841. "version": "0.25.12",
  842. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz",
  843. "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==",
  844. "cpu": [
  845. "arm64"
  846. ],
  847. "license": "MIT",
  848. "optional": true,
  849. "os": [
  850. "openbsd"
  851. ],
  852. "engines": {
  853. "node": ">=18"
  854. }
  855. },
  856. "node_modules/@esbuild/openbsd-x64": {
  857. "version": "0.25.12",
  858. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz",
  859. "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==",
  860. "cpu": [
  861. "x64"
  862. ],
  863. "license": "MIT",
  864. "optional": true,
  865. "os": [
  866. "openbsd"
  867. ],
  868. "engines": {
  869. "node": ">=18"
  870. }
  871. },
  872. "node_modules/@esbuild/openharmony-arm64": {
  873. "version": "0.25.12",
  874. "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz",
  875. "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==",
  876. "cpu": [
  877. "arm64"
  878. ],
  879. "license": "MIT",
  880. "optional": true,
  881. "os": [
  882. "openharmony"
  883. ],
  884. "engines": {
  885. "node": ">=18"
  886. }
  887. },
  888. "node_modules/@esbuild/sunos-x64": {
  889. "version": "0.25.12",
  890. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz",
  891. "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==",
  892. "cpu": [
  893. "x64"
  894. ],
  895. "license": "MIT",
  896. "optional": true,
  897. "os": [
  898. "sunos"
  899. ],
  900. "engines": {
  901. "node": ">=18"
  902. }
  903. },
  904. "node_modules/@esbuild/win32-arm64": {
  905. "version": "0.25.12",
  906. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz",
  907. "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==",
  908. "cpu": [
  909. "arm64"
  910. ],
  911. "license": "MIT",
  912. "optional": true,
  913. "os": [
  914. "win32"
  915. ],
  916. "engines": {
  917. "node": ">=18"
  918. }
  919. },
  920. "node_modules/@esbuild/win32-ia32": {
  921. "version": "0.25.12",
  922. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz",
  923. "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==",
  924. "cpu": [
  925. "ia32"
  926. ],
  927. "license": "MIT",
  928. "optional": true,
  929. "os": [
  930. "win32"
  931. ],
  932. "engines": {
  933. "node": ">=18"
  934. }
  935. },
  936. "node_modules/@esbuild/win32-x64": {
  937. "version": "0.25.12",
  938. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz",
  939. "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==",
  940. "cpu": [
  941. "x64"
  942. ],
  943. "license": "MIT",
  944. "optional": true,
  945. "os": [
  946. "win32"
  947. ],
  948. "engines": {
  949. "node": ">=18"
  950. }
  951. },
  952. "node_modules/@fastify/accept-negotiator": {
  953. "version": "2.0.1",
  954. "resolved": "https://registry.npmjs.org/@fastify/accept-negotiator/-/accept-negotiator-2.0.1.tgz",
  955. "integrity": "sha512-/c/TW2bO/v9JeEgoD/g1G5GxGeCF1Hafdf79WPmUlgYiBXummY0oX3VVq4yFkKKVBKDNlaDUYoab7g38RpPqCQ==",
  956. "funding": [
  957. {
  958. "type": "github",
  959. "url": "https://github.com/sponsors/fastify"
  960. },
  961. {
  962. "type": "opencollective",
  963. "url": "https://opencollective.com/fastify"
  964. }
  965. ],
  966. "license": "MIT",
  967. "optional": true
  968. },
  969. "node_modules/@floating-ui/core": {
  970. "version": "1.7.3",
  971. "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.3.tgz",
  972. "integrity": "sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==",
  973. "license": "MIT",
  974. "dependencies": {
  975. "@floating-ui/utils": "^0.2.10"
  976. }
  977. },
  978. "node_modules/@floating-ui/dom": {
  979. "version": "1.7.4",
  980. "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.4.tgz",
  981. "integrity": "sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA==",
  982. "license": "MIT",
  983. "dependencies": {
  984. "@floating-ui/core": "^1.7.3",
  985. "@floating-ui/utils": "^0.2.10"
  986. }
  987. },
  988. "node_modules/@floating-ui/utils": {
  989. "version": "0.2.10",
  990. "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.10.tgz",
  991. "integrity": "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==",
  992. "license": "MIT"
  993. },
  994. "node_modules/@floating-ui/vue": {
  995. "version": "1.1.9",
  996. "resolved": "https://registry.npmjs.org/@floating-ui/vue/-/vue-1.1.9.tgz",
  997. "integrity": "sha512-BfNqNW6KA83Nexspgb9DZuz578R7HT8MZw1CfK9I6Ah4QReNWEJsXWHN+SdmOVLNGmTPDi+fDT535Df5PzMLbQ==",
  998. "license": "MIT",
  999. "dependencies": {
  1000. "@floating-ui/dom": "^1.7.4",
  1001. "@floating-ui/utils": "^0.2.10",
  1002. "vue-demi": ">=0.13.0"
  1003. }
  1004. },
  1005. "node_modules/@floating-ui/vue/node_modules/vue-demi": {
  1006. "version": "0.14.10",
  1007. "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
  1008. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  1009. "hasInstallScript": true,
  1010. "license": "MIT",
  1011. "bin": {
  1012. "vue-demi-fix": "bin/vue-demi-fix.js",
  1013. "vue-demi-switch": "bin/vue-demi-switch.js"
  1014. },
  1015. "engines": {
  1016. "node": ">=12"
  1017. },
  1018. "funding": {
  1019. "url": "https://github.com/sponsors/antfu"
  1020. },
  1021. "peerDependencies": {
  1022. "@vue/composition-api": "^1.0.0-rc.1",
  1023. "vue": "^3.0.0-0 || ^2.6.0"
  1024. },
  1025. "peerDependenciesMeta": {
  1026. "@vue/composition-api": {
  1027. "optional": true
  1028. }
  1029. }
  1030. },
  1031. "node_modules/@iconify/collections": {
  1032. "version": "1.0.624",
  1033. "resolved": "https://registry.npmjs.org/@iconify/collections/-/collections-1.0.624.tgz",
  1034. "integrity": "sha512-xNhIO7CH4S85O7yp0zW+Sw5btqKXdBxPEKSk2ClCsmDTqA5OtS8eCIseQM4Jp7IS3d1mbO9KQV4Tx4nredaGxg==",
  1035. "license": "MIT",
  1036. "dependencies": {
  1037. "@iconify/types": "*"
  1038. }
  1039. },
  1040. "node_modules/@iconify/types": {
  1041. "version": "2.0.0",
  1042. "resolved": "https://registry.npmjs.org/@iconify/types/-/types-2.0.0.tgz",
  1043. "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==",
  1044. "license": "MIT"
  1045. },
  1046. "node_modules/@iconify/utils": {
  1047. "version": "3.1.0",
  1048. "resolved": "https://registry.npmjs.org/@iconify/utils/-/utils-3.1.0.tgz",
  1049. "integrity": "sha512-Zlzem1ZXhI1iHeeERabLNzBHdOa4VhQbqAcOQaMKuTuyZCpwKbC2R4Dd0Zo3g9EAc+Y4fiarO8HIHRAth7+skw==",
  1050. "license": "MIT",
  1051. "dependencies": {
  1052. "@antfu/install-pkg": "^1.1.0",
  1053. "@iconify/types": "^2.0.0",
  1054. "mlly": "^1.8.0"
  1055. }
  1056. },
  1057. "node_modules/@iconify/vue": {
  1058. "version": "5.0.0",
  1059. "resolved": "https://registry.npmjs.org/@iconify/vue/-/vue-5.0.0.tgz",
  1060. "integrity": "sha512-C+KuEWIF5nSBrobFJhT//JS87OZ++QDORB6f2q2Wm6fl2mueSTpFBeBsveK0KW9hWiZ4mNiPjsh6Zs4jjdROSg==",
  1061. "license": "MIT",
  1062. "dependencies": {
  1063. "@iconify/types": "^2.0.0"
  1064. },
  1065. "funding": {
  1066. "url": "https://github.com/sponsors/cyberalien"
  1067. },
  1068. "peerDependencies": {
  1069. "vue": ">=3"
  1070. }
  1071. },
  1072. "node_modules/@img/colour": {
  1073. "version": "1.1.0",
  1074. "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz",
  1075. "integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==",
  1076. "license": "MIT",
  1077. "optional": true,
  1078. "engines": {
  1079. "node": ">=18"
  1080. }
  1081. },
  1082. "node_modules/@img/sharp-darwin-arm64": {
  1083. "version": "0.34.5",
  1084. "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz",
  1085. "integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==",
  1086. "cpu": [
  1087. "arm64"
  1088. ],
  1089. "license": "Apache-2.0",
  1090. "optional": true,
  1091. "os": [
  1092. "darwin"
  1093. ],
  1094. "engines": {
  1095. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1096. },
  1097. "funding": {
  1098. "url": "https://opencollective.com/libvips"
  1099. },
  1100. "optionalDependencies": {
  1101. "@img/sharp-libvips-darwin-arm64": "1.2.4"
  1102. }
  1103. },
  1104. "node_modules/@img/sharp-darwin-x64": {
  1105. "version": "0.34.5",
  1106. "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz",
  1107. "integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==",
  1108. "cpu": [
  1109. "x64"
  1110. ],
  1111. "license": "Apache-2.0",
  1112. "optional": true,
  1113. "os": [
  1114. "darwin"
  1115. ],
  1116. "engines": {
  1117. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1118. },
  1119. "funding": {
  1120. "url": "https://opencollective.com/libvips"
  1121. },
  1122. "optionalDependencies": {
  1123. "@img/sharp-libvips-darwin-x64": "1.2.4"
  1124. }
  1125. },
  1126. "node_modules/@img/sharp-libvips-darwin-arm64": {
  1127. "version": "1.2.4",
  1128. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz",
  1129. "integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==",
  1130. "cpu": [
  1131. "arm64"
  1132. ],
  1133. "license": "LGPL-3.0-or-later",
  1134. "optional": true,
  1135. "os": [
  1136. "darwin"
  1137. ],
  1138. "funding": {
  1139. "url": "https://opencollective.com/libvips"
  1140. }
  1141. },
  1142. "node_modules/@img/sharp-libvips-darwin-x64": {
  1143. "version": "1.2.4",
  1144. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz",
  1145. "integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==",
  1146. "cpu": [
  1147. "x64"
  1148. ],
  1149. "license": "LGPL-3.0-or-later",
  1150. "optional": true,
  1151. "os": [
  1152. "darwin"
  1153. ],
  1154. "funding": {
  1155. "url": "https://opencollective.com/libvips"
  1156. }
  1157. },
  1158. "node_modules/@img/sharp-libvips-linux-arm": {
  1159. "version": "1.2.4",
  1160. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz",
  1161. "integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==",
  1162. "cpu": [
  1163. "arm"
  1164. ],
  1165. "license": "LGPL-3.0-or-later",
  1166. "optional": true,
  1167. "os": [
  1168. "linux"
  1169. ],
  1170. "funding": {
  1171. "url": "https://opencollective.com/libvips"
  1172. }
  1173. },
  1174. "node_modules/@img/sharp-libvips-linux-arm64": {
  1175. "version": "1.2.4",
  1176. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz",
  1177. "integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==",
  1178. "cpu": [
  1179. "arm64"
  1180. ],
  1181. "license": "LGPL-3.0-or-later",
  1182. "optional": true,
  1183. "os": [
  1184. "linux"
  1185. ],
  1186. "funding": {
  1187. "url": "https://opencollective.com/libvips"
  1188. }
  1189. },
  1190. "node_modules/@img/sharp-libvips-linux-ppc64": {
  1191. "version": "1.2.4",
  1192. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz",
  1193. "integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==",
  1194. "cpu": [
  1195. "ppc64"
  1196. ],
  1197. "license": "LGPL-3.0-or-later",
  1198. "optional": true,
  1199. "os": [
  1200. "linux"
  1201. ],
  1202. "funding": {
  1203. "url": "https://opencollective.com/libvips"
  1204. }
  1205. },
  1206. "node_modules/@img/sharp-libvips-linux-riscv64": {
  1207. "version": "1.2.4",
  1208. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz",
  1209. "integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==",
  1210. "cpu": [
  1211. "riscv64"
  1212. ],
  1213. "license": "LGPL-3.0-or-later",
  1214. "optional": true,
  1215. "os": [
  1216. "linux"
  1217. ],
  1218. "funding": {
  1219. "url": "https://opencollective.com/libvips"
  1220. }
  1221. },
  1222. "node_modules/@img/sharp-libvips-linux-s390x": {
  1223. "version": "1.2.4",
  1224. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz",
  1225. "integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==",
  1226. "cpu": [
  1227. "s390x"
  1228. ],
  1229. "license": "LGPL-3.0-or-later",
  1230. "optional": true,
  1231. "os": [
  1232. "linux"
  1233. ],
  1234. "funding": {
  1235. "url": "https://opencollective.com/libvips"
  1236. }
  1237. },
  1238. "node_modules/@img/sharp-libvips-linux-x64": {
  1239. "version": "1.2.4",
  1240. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz",
  1241. "integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==",
  1242. "cpu": [
  1243. "x64"
  1244. ],
  1245. "license": "LGPL-3.0-or-later",
  1246. "optional": true,
  1247. "os": [
  1248. "linux"
  1249. ],
  1250. "funding": {
  1251. "url": "https://opencollective.com/libvips"
  1252. }
  1253. },
  1254. "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
  1255. "version": "1.2.4",
  1256. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz",
  1257. "integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==",
  1258. "cpu": [
  1259. "arm64"
  1260. ],
  1261. "license": "LGPL-3.0-or-later",
  1262. "optional": true,
  1263. "os": [
  1264. "linux"
  1265. ],
  1266. "funding": {
  1267. "url": "https://opencollective.com/libvips"
  1268. }
  1269. },
  1270. "node_modules/@img/sharp-libvips-linuxmusl-x64": {
  1271. "version": "1.2.4",
  1272. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz",
  1273. "integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==",
  1274. "cpu": [
  1275. "x64"
  1276. ],
  1277. "license": "LGPL-3.0-or-later",
  1278. "optional": true,
  1279. "os": [
  1280. "linux"
  1281. ],
  1282. "funding": {
  1283. "url": "https://opencollective.com/libvips"
  1284. }
  1285. },
  1286. "node_modules/@img/sharp-linux-arm": {
  1287. "version": "0.34.5",
  1288. "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz",
  1289. "integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==",
  1290. "cpu": [
  1291. "arm"
  1292. ],
  1293. "license": "Apache-2.0",
  1294. "optional": true,
  1295. "os": [
  1296. "linux"
  1297. ],
  1298. "engines": {
  1299. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1300. },
  1301. "funding": {
  1302. "url": "https://opencollective.com/libvips"
  1303. },
  1304. "optionalDependencies": {
  1305. "@img/sharp-libvips-linux-arm": "1.2.4"
  1306. }
  1307. },
  1308. "node_modules/@img/sharp-linux-arm64": {
  1309. "version": "0.34.5",
  1310. "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz",
  1311. "integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==",
  1312. "cpu": [
  1313. "arm64"
  1314. ],
  1315. "license": "Apache-2.0",
  1316. "optional": true,
  1317. "os": [
  1318. "linux"
  1319. ],
  1320. "engines": {
  1321. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1322. },
  1323. "funding": {
  1324. "url": "https://opencollective.com/libvips"
  1325. },
  1326. "optionalDependencies": {
  1327. "@img/sharp-libvips-linux-arm64": "1.2.4"
  1328. }
  1329. },
  1330. "node_modules/@img/sharp-linux-ppc64": {
  1331. "version": "0.34.5",
  1332. "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz",
  1333. "integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==",
  1334. "cpu": [
  1335. "ppc64"
  1336. ],
  1337. "license": "Apache-2.0",
  1338. "optional": true,
  1339. "os": [
  1340. "linux"
  1341. ],
  1342. "engines": {
  1343. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1344. },
  1345. "funding": {
  1346. "url": "https://opencollective.com/libvips"
  1347. },
  1348. "optionalDependencies": {
  1349. "@img/sharp-libvips-linux-ppc64": "1.2.4"
  1350. }
  1351. },
  1352. "node_modules/@img/sharp-linux-riscv64": {
  1353. "version": "0.34.5",
  1354. "resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz",
  1355. "integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==",
  1356. "cpu": [
  1357. "riscv64"
  1358. ],
  1359. "license": "Apache-2.0",
  1360. "optional": true,
  1361. "os": [
  1362. "linux"
  1363. ],
  1364. "engines": {
  1365. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1366. },
  1367. "funding": {
  1368. "url": "https://opencollective.com/libvips"
  1369. },
  1370. "optionalDependencies": {
  1371. "@img/sharp-libvips-linux-riscv64": "1.2.4"
  1372. }
  1373. },
  1374. "node_modules/@img/sharp-linux-s390x": {
  1375. "version": "0.34.5",
  1376. "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz",
  1377. "integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==",
  1378. "cpu": [
  1379. "s390x"
  1380. ],
  1381. "license": "Apache-2.0",
  1382. "optional": true,
  1383. "os": [
  1384. "linux"
  1385. ],
  1386. "engines": {
  1387. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1388. },
  1389. "funding": {
  1390. "url": "https://opencollective.com/libvips"
  1391. },
  1392. "optionalDependencies": {
  1393. "@img/sharp-libvips-linux-s390x": "1.2.4"
  1394. }
  1395. },
  1396. "node_modules/@img/sharp-linux-x64": {
  1397. "version": "0.34.5",
  1398. "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz",
  1399. "integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==",
  1400. "cpu": [
  1401. "x64"
  1402. ],
  1403. "license": "Apache-2.0",
  1404. "optional": true,
  1405. "os": [
  1406. "linux"
  1407. ],
  1408. "engines": {
  1409. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1410. },
  1411. "funding": {
  1412. "url": "https://opencollective.com/libvips"
  1413. },
  1414. "optionalDependencies": {
  1415. "@img/sharp-libvips-linux-x64": "1.2.4"
  1416. }
  1417. },
  1418. "node_modules/@img/sharp-linuxmusl-arm64": {
  1419. "version": "0.34.5",
  1420. "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz",
  1421. "integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==",
  1422. "cpu": [
  1423. "arm64"
  1424. ],
  1425. "license": "Apache-2.0",
  1426. "optional": true,
  1427. "os": [
  1428. "linux"
  1429. ],
  1430. "engines": {
  1431. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1432. },
  1433. "funding": {
  1434. "url": "https://opencollective.com/libvips"
  1435. },
  1436. "optionalDependencies": {
  1437. "@img/sharp-libvips-linuxmusl-arm64": "1.2.4"
  1438. }
  1439. },
  1440. "node_modules/@img/sharp-linuxmusl-x64": {
  1441. "version": "0.34.5",
  1442. "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz",
  1443. "integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==",
  1444. "cpu": [
  1445. "x64"
  1446. ],
  1447. "license": "Apache-2.0",
  1448. "optional": true,
  1449. "os": [
  1450. "linux"
  1451. ],
  1452. "engines": {
  1453. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1454. },
  1455. "funding": {
  1456. "url": "https://opencollective.com/libvips"
  1457. },
  1458. "optionalDependencies": {
  1459. "@img/sharp-libvips-linuxmusl-x64": "1.2.4"
  1460. }
  1461. },
  1462. "node_modules/@img/sharp-wasm32": {
  1463. "version": "0.34.5",
  1464. "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz",
  1465. "integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==",
  1466. "cpu": [
  1467. "wasm32"
  1468. ],
  1469. "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
  1470. "optional": true,
  1471. "dependencies": {
  1472. "@emnapi/runtime": "^1.7.0"
  1473. },
  1474. "engines": {
  1475. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1476. },
  1477. "funding": {
  1478. "url": "https://opencollective.com/libvips"
  1479. }
  1480. },
  1481. "node_modules/@img/sharp-win32-arm64": {
  1482. "version": "0.34.5",
  1483. "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz",
  1484. "integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==",
  1485. "cpu": [
  1486. "arm64"
  1487. ],
  1488. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  1489. "optional": true,
  1490. "os": [
  1491. "win32"
  1492. ],
  1493. "engines": {
  1494. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1495. },
  1496. "funding": {
  1497. "url": "https://opencollective.com/libvips"
  1498. }
  1499. },
  1500. "node_modules/@img/sharp-win32-ia32": {
  1501. "version": "0.34.5",
  1502. "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz",
  1503. "integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==",
  1504. "cpu": [
  1505. "ia32"
  1506. ],
  1507. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  1508. "optional": true,
  1509. "os": [
  1510. "win32"
  1511. ],
  1512. "engines": {
  1513. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1514. },
  1515. "funding": {
  1516. "url": "https://opencollective.com/libvips"
  1517. }
  1518. },
  1519. "node_modules/@img/sharp-win32-x64": {
  1520. "version": "0.34.5",
  1521. "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz",
  1522. "integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==",
  1523. "cpu": [
  1524. "x64"
  1525. ],
  1526. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  1527. "optional": true,
  1528. "os": [
  1529. "win32"
  1530. ],
  1531. "engines": {
  1532. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1533. },
  1534. "funding": {
  1535. "url": "https://opencollective.com/libvips"
  1536. }
  1537. },
  1538. "node_modules/@internationalized/date": {
  1539. "version": "3.10.0",
  1540. "resolved": "https://registry.npmjs.org/@internationalized/date/-/date-3.10.0.tgz",
  1541. "integrity": "sha512-oxDR/NTEJ1k+UFVQElaNIk65E/Z83HK1z1WI3lQyhTtnNg4R5oVXaPzK3jcpKG8UHKDVuDQHzn+wsxSz8RP3aw==",
  1542. "license": "Apache-2.0",
  1543. "dependencies": {
  1544. "@swc/helpers": "^0.5.0"
  1545. }
  1546. },
  1547. "node_modules/@internationalized/number": {
  1548. "version": "3.6.5",
  1549. "resolved": "https://registry.npmjs.org/@internationalized/number/-/number-3.6.5.tgz",
  1550. "integrity": "sha512-6hY4Kl4HPBvtfS62asS/R22JzNNy8vi/Ssev7x6EobfCp+9QIB2hKvI2EtbdJ0VSQacxVNtqhE/NmF/NZ0gm6g==",
  1551. "license": "Apache-2.0",
  1552. "dependencies": {
  1553. "@swc/helpers": "^0.5.0"
  1554. }
  1555. },
  1556. "node_modules/@ioredis/commands": {
  1557. "version": "1.5.1",
  1558. "resolved": "https://registry.npmjs.org/@ioredis/commands/-/commands-1.5.1.tgz",
  1559. "integrity": "sha512-JH8ZL/ywcJyR9MmJ5BNqZllXNZQqQbnVZOqpPQqE1vHiFgAw4NHbvE0FOduNU8IX9babitBT46571OnPTT0Zcw==",
  1560. "license": "MIT"
  1561. },
  1562. "node_modules/@isaacs/cliui": {
  1563. "version": "8.0.2",
  1564. "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
  1565. "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
  1566. "license": "ISC",
  1567. "dependencies": {
  1568. "string-width": "^5.1.2",
  1569. "string-width-cjs": "npm:string-width@^4.2.0",
  1570. "strip-ansi": "^7.0.1",
  1571. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  1572. "wrap-ansi": "^8.1.0",
  1573. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  1574. },
  1575. "engines": {
  1576. "node": ">=12"
  1577. }
  1578. },
  1579. "node_modules/@isaacs/fs-minipass": {
  1580. "version": "4.0.1",
  1581. "resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz",
  1582. "integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==",
  1583. "license": "ISC",
  1584. "dependencies": {
  1585. "minipass": "^7.0.4"
  1586. },
  1587. "engines": {
  1588. "node": ">=18.0.0"
  1589. }
  1590. },
  1591. "node_modules/@jridgewell/gen-mapping": {
  1592. "version": "0.3.13",
  1593. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  1594. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  1595. "license": "MIT",
  1596. "dependencies": {
  1597. "@jridgewell/sourcemap-codec": "^1.5.0",
  1598. "@jridgewell/trace-mapping": "^0.3.24"
  1599. }
  1600. },
  1601. "node_modules/@jridgewell/remapping": {
  1602. "version": "2.3.5",
  1603. "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  1604. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  1605. "license": "MIT",
  1606. "dependencies": {
  1607. "@jridgewell/gen-mapping": "^0.3.5",
  1608. "@jridgewell/trace-mapping": "^0.3.24"
  1609. }
  1610. },
  1611. "node_modules/@jridgewell/resolve-uri": {
  1612. "version": "3.1.2",
  1613. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  1614. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  1615. "license": "MIT",
  1616. "engines": {
  1617. "node": ">=6.0.0"
  1618. }
  1619. },
  1620. "node_modules/@jridgewell/source-map": {
  1621. "version": "0.3.11",
  1622. "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.11.tgz",
  1623. "integrity": "sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==",
  1624. "license": "MIT",
  1625. "dependencies": {
  1626. "@jridgewell/gen-mapping": "^0.3.5",
  1627. "@jridgewell/trace-mapping": "^0.3.25"
  1628. }
  1629. },
  1630. "node_modules/@jridgewell/sourcemap-codec": {
  1631. "version": "1.5.5",
  1632. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  1633. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  1634. "license": "MIT"
  1635. },
  1636. "node_modules/@jridgewell/trace-mapping": {
  1637. "version": "0.3.31",
  1638. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  1639. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  1640. "license": "MIT",
  1641. "dependencies": {
  1642. "@jridgewell/resolve-uri": "^3.1.0",
  1643. "@jridgewell/sourcemap-codec": "^1.4.14"
  1644. }
  1645. },
  1646. "node_modules/@kwsites/file-exists": {
  1647. "version": "1.1.1",
  1648. "resolved": "https://registry.npmjs.org/@kwsites/file-exists/-/file-exists-1.1.1.tgz",
  1649. "integrity": "sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==",
  1650. "license": "MIT",
  1651. "dependencies": {
  1652. "debug": "^4.1.1"
  1653. }
  1654. },
  1655. "node_modules/@kwsites/promise-deferred": {
  1656. "version": "1.1.1",
  1657. "resolved": "https://registry.npmjs.org/@kwsites/promise-deferred/-/promise-deferred-1.1.1.tgz",
  1658. "integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==",
  1659. "license": "MIT"
  1660. },
  1661. "node_modules/@mapbox/node-pre-gyp": {
  1662. "version": "2.0.3",
  1663. "resolved": "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-2.0.3.tgz",
  1664. "integrity": "sha512-uwPAhccfFJlsfCxMYTwOdVfOz3xqyj8xYL3zJj8f0pb30tLohnnFPhLuqp4/qoEz8sNxe4SESZedcBojRefIzg==",
  1665. "license": "BSD-3-Clause",
  1666. "dependencies": {
  1667. "consola": "^3.2.3",
  1668. "detect-libc": "^2.0.0",
  1669. "https-proxy-agent": "^7.0.5",
  1670. "node-fetch": "^2.6.7",
  1671. "nopt": "^8.0.0",
  1672. "semver": "^7.5.3",
  1673. "tar": "^7.4.0"
  1674. },
  1675. "bin": {
  1676. "node-pre-gyp": "bin/node-pre-gyp"
  1677. },
  1678. "engines": {
  1679. "node": ">=18"
  1680. }
  1681. },
  1682. "node_modules/@napi-rs/wasm-runtime": {
  1683. "version": "1.0.7",
  1684. "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.0.7.tgz",
  1685. "integrity": "sha512-SeDnOO0Tk7Okiq6DbXmmBODgOAb9dp9gjlphokTUxmt8U3liIP1ZsozBahH69j/RJv+Rfs6IwUKHTgQYJ/HBAw==",
  1686. "license": "MIT",
  1687. "optional": true,
  1688. "dependencies": {
  1689. "@emnapi/core": "^1.5.0",
  1690. "@emnapi/runtime": "^1.5.0",
  1691. "@tybys/wasm-util": "^0.10.1"
  1692. }
  1693. },
  1694. "node_modules/@nodelib/fs.scandir": {
  1695. "version": "2.1.5",
  1696. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  1697. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  1698. "license": "MIT",
  1699. "dependencies": {
  1700. "@nodelib/fs.stat": "2.0.5",
  1701. "run-parallel": "^1.1.9"
  1702. },
  1703. "engines": {
  1704. "node": ">= 8"
  1705. }
  1706. },
  1707. "node_modules/@nodelib/fs.stat": {
  1708. "version": "2.0.5",
  1709. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  1710. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  1711. "license": "MIT",
  1712. "engines": {
  1713. "node": ">= 8"
  1714. }
  1715. },
  1716. "node_modules/@nodelib/fs.walk": {
  1717. "version": "1.2.8",
  1718. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  1719. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  1720. "license": "MIT",
  1721. "dependencies": {
  1722. "@nodelib/fs.scandir": "2.1.5",
  1723. "fastq": "^1.6.0"
  1724. },
  1725. "engines": {
  1726. "node": ">= 8"
  1727. }
  1728. },
  1729. "node_modules/@nuxt/cli": {
  1730. "version": "3.35.0",
  1731. "resolved": "https://registry.npmjs.org/@nuxt/cli/-/cli-3.35.0.tgz",
  1732. "integrity": "sha512-mptQTKMkLJaIr3VASTap6iWswU2XZ+J55pb6oUagxm9LOzsd7i2LzfC6IclU6Dp+ihRjYYzW+JPuvHvPOKQmuQ==",
  1733. "license": "MIT",
  1734. "dependencies": {
  1735. "@bomb.sh/tab": "^0.0.14",
  1736. "@clack/prompts": "^1.2.0",
  1737. "c12": "^3.3.4",
  1738. "citty": "^0.2.2",
  1739. "confbox": "^0.2.4",
  1740. "consola": "^3.4.2",
  1741. "debug": "^4.4.3",
  1742. "defu": "^6.1.7",
  1743. "exsolve": "^1.0.8",
  1744. "fuse.js": "^7.3.0",
  1745. "fzf": "^0.5.2",
  1746. "giget": "^3.2.0",
  1747. "jiti": "^2.6.1",
  1748. "listhen": "^1.9.1",
  1749. "nypm": "^0.6.6",
  1750. "ofetch": "^1.5.1",
  1751. "ohash": "^2.0.11",
  1752. "pathe": "^2.0.3",
  1753. "perfect-debounce": "^2.1.0",
  1754. "pkg-types": "^2.3.0",
  1755. "scule": "^1.3.0",
  1756. "semver": "^7.7.4",
  1757. "srvx": "^0.11.15",
  1758. "std-env": "^4.1.0",
  1759. "tinyclip": "^0.1.12",
  1760. "tinyexec": "^1.1.1",
  1761. "ufo": "^1.6.3",
  1762. "youch": "^4.1.1"
  1763. },
  1764. "bin": {
  1765. "nuxi": "bin/nuxi.mjs",
  1766. "nuxi-ng": "bin/nuxi.mjs",
  1767. "nuxt": "bin/nuxi.mjs",
  1768. "nuxt-cli": "bin/nuxi.mjs"
  1769. },
  1770. "engines": {
  1771. "node": "^16.14.0 || >=18.0.0"
  1772. },
  1773. "peerDependencies": {
  1774. "@nuxt/schema": "^4.4.2"
  1775. },
  1776. "peerDependenciesMeta": {
  1777. "@nuxt/schema": {
  1778. "optional": true
  1779. }
  1780. }
  1781. },
  1782. "node_modules/@nuxt/cli/node_modules/@bomb.sh/tab": {
  1783. "version": "0.0.14",
  1784. "resolved": "https://registry.npmjs.org/@bomb.sh/tab/-/tab-0.0.14.tgz",
  1785. "integrity": "sha512-cHMk2LI430MVoX1unTt9oK1iZzQS4CYDz97MSxKLNErW69T43Z2QLFTpdS/3jVOIKrIADWfuxQ+nQNJkNV7E4w==",
  1786. "license": "MIT",
  1787. "bin": {
  1788. "tab": "dist/bin/cli.mjs"
  1789. },
  1790. "peerDependencies": {
  1791. "cac": "^6.7.14",
  1792. "citty": "^0.1.6 || ^0.2.0",
  1793. "commander": "^13.1.0"
  1794. },
  1795. "peerDependenciesMeta": {
  1796. "cac": {
  1797. "optional": true
  1798. },
  1799. "citty": {
  1800. "optional": true
  1801. },
  1802. "commander": {
  1803. "optional": true
  1804. }
  1805. }
  1806. },
  1807. "node_modules/@nuxt/cli/node_modules/citty": {
  1808. "version": "0.2.2",
  1809. "resolved": "https://registry.npmjs.org/citty/-/citty-0.2.2.tgz",
  1810. "integrity": "sha512-+6vJA3L98yv+IdfKGZHBNiGW5KHn22e/JwID0Strsz8h4S/csAu/OuICwxrg44k5MRiZHWIo8XXuJgQTriRP4w==",
  1811. "license": "MIT"
  1812. },
  1813. "node_modules/@nuxt/cli/node_modules/commander": {
  1814. "version": "13.1.0",
  1815. "resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz",
  1816. "integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==",
  1817. "license": "MIT",
  1818. "optional": true,
  1819. "peer": true,
  1820. "engines": {
  1821. "node": ">=18"
  1822. }
  1823. },
  1824. "node_modules/@nuxt/cli/node_modules/std-env": {
  1825. "version": "4.1.0",
  1826. "resolved": "https://registry.npmjs.org/std-env/-/std-env-4.1.0.tgz",
  1827. "integrity": "sha512-Rq7ybcX2RuC55r9oaPVEW7/xu3tj8u4GeBYHBWCychFtzMIr86A7e3PPEBPT37sHStKX3+TiX/Fr/ACmJLVlLQ==",
  1828. "license": "MIT"
  1829. },
  1830. "node_modules/@nuxt/devalue": {
  1831. "version": "2.0.2",
  1832. "resolved": "https://registry.npmjs.org/@nuxt/devalue/-/devalue-2.0.2.tgz",
  1833. "integrity": "sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA==",
  1834. "license": "MIT"
  1835. },
  1836. "node_modules/@nuxt/devtools": {
  1837. "version": "2.7.0",
  1838. "resolved": "https://registry.npmjs.org/@nuxt/devtools/-/devtools-2.7.0.tgz",
  1839. "integrity": "sha512-BtIklVYny14Ykek4SHeexAHoa28MEV9kz223ZzvoNYqE0f+YVV+cJP69ovZHf+HUVpxaAMJfWKLHXinWXiCZ4Q==",
  1840. "license": "MIT",
  1841. "dependencies": {
  1842. "@nuxt/devtools-kit": "2.7.0",
  1843. "@nuxt/devtools-wizard": "2.7.0",
  1844. "@nuxt/kit": "^3.19.3",
  1845. "@vue/devtools-core": "^7.7.7",
  1846. "@vue/devtools-kit": "^7.7.7",
  1847. "birpc": "^2.6.1",
  1848. "consola": "^3.4.2",
  1849. "destr": "^2.0.5",
  1850. "error-stack-parser-es": "^1.0.5",
  1851. "execa": "^8.0.1",
  1852. "fast-npm-meta": "^0.4.7",
  1853. "get-port-please": "^3.2.0",
  1854. "hookable": "^5.5.3",
  1855. "image-meta": "^0.2.2",
  1856. "is-installed-globally": "^1.0.0",
  1857. "launch-editor": "^2.11.1",
  1858. "local-pkg": "^1.1.2",
  1859. "magicast": "^0.3.5",
  1860. "nypm": "^0.6.2",
  1861. "ohash": "^2.0.11",
  1862. "pathe": "^2.0.3",
  1863. "perfect-debounce": "^1.0.0",
  1864. "pkg-types": "^2.3.0",
  1865. "semver": "^7.7.3",
  1866. "simple-git": "^3.28.0",
  1867. "sirv": "^3.0.2",
  1868. "structured-clone-es": "^1.0.0",
  1869. "tinyglobby": "^0.2.15",
  1870. "vite-plugin-inspect": "^11.3.3",
  1871. "vite-plugin-vue-tracer": "^1.0.1",
  1872. "which": "^5.0.0",
  1873. "ws": "^8.18.3"
  1874. },
  1875. "bin": {
  1876. "devtools": "cli.mjs"
  1877. },
  1878. "peerDependencies": {
  1879. "vite": ">=6.0"
  1880. }
  1881. },
  1882. "node_modules/@nuxt/devtools-kit": {
  1883. "version": "2.7.0",
  1884. "resolved": "https://registry.npmjs.org/@nuxt/devtools-kit/-/devtools-kit-2.7.0.tgz",
  1885. "integrity": "sha512-MIJdah6CF6YOW2GhfKnb8Sivu6HpcQheqdjOlZqShBr+1DyjtKQbAKSCAyKPaoIzZP4QOo2SmTFV6aN8jBeEIQ==",
  1886. "license": "MIT",
  1887. "dependencies": {
  1888. "@nuxt/kit": "^3.19.3",
  1889. "execa": "^8.0.1"
  1890. },
  1891. "peerDependencies": {
  1892. "vite": ">=6.0"
  1893. }
  1894. },
  1895. "node_modules/@nuxt/devtools-kit/node_modules/@nuxt/kit": {
  1896. "version": "3.19.3",
  1897. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.19.3.tgz",
  1898. "integrity": "sha512-ze46EW5xW+UxDvinvPkYt2MzR355Az1lA3bpX8KDialgnCwr+IbkBij/udbUEC6ZFbidPkfK1eKl4ESN7gMY+w==",
  1899. "license": "MIT",
  1900. "dependencies": {
  1901. "c12": "^3.3.0",
  1902. "consola": "^3.4.2",
  1903. "defu": "^6.1.4",
  1904. "destr": "^2.0.5",
  1905. "errx": "^0.1.0",
  1906. "exsolve": "^1.0.7",
  1907. "ignore": "^7.0.5",
  1908. "jiti": "^2.6.1",
  1909. "klona": "^2.0.6",
  1910. "knitwork": "^1.2.0",
  1911. "mlly": "^1.8.0",
  1912. "ohash": "^2.0.11",
  1913. "pathe": "^2.0.3",
  1914. "pkg-types": "^2.3.0",
  1915. "rc9": "^2.1.2",
  1916. "scule": "^1.3.0",
  1917. "semver": "^7.7.2",
  1918. "std-env": "^3.9.0",
  1919. "tinyglobby": "^0.2.15",
  1920. "ufo": "^1.6.1",
  1921. "unctx": "^2.4.1",
  1922. "unimport": "^5.4.1",
  1923. "untyped": "^2.0.0"
  1924. },
  1925. "engines": {
  1926. "node": ">=18.12.0"
  1927. }
  1928. },
  1929. "node_modules/@nuxt/devtools-wizard": {
  1930. "version": "2.7.0",
  1931. "resolved": "https://registry.npmjs.org/@nuxt/devtools-wizard/-/devtools-wizard-2.7.0.tgz",
  1932. "integrity": "sha512-iWuWR0U6BRpF7D6xrgq9ZkQ6ajsw2EA/gVmbU9V5JPKRUtV6DVpCPi+h34VFNeQ104Sf531XgvT0sl3h93AjXA==",
  1933. "license": "MIT",
  1934. "dependencies": {
  1935. "consola": "^3.4.2",
  1936. "diff": "^8.0.2",
  1937. "execa": "^8.0.1",
  1938. "magicast": "^0.3.5",
  1939. "pathe": "^2.0.3",
  1940. "pkg-types": "^2.3.0",
  1941. "prompts": "^2.4.2",
  1942. "semver": "^7.7.3"
  1943. },
  1944. "bin": {
  1945. "devtools-wizard": "cli.mjs"
  1946. }
  1947. },
  1948. "node_modules/@nuxt/devtools/node_modules/@nuxt/kit": {
  1949. "version": "3.19.3",
  1950. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.19.3.tgz",
  1951. "integrity": "sha512-ze46EW5xW+UxDvinvPkYt2MzR355Az1lA3bpX8KDialgnCwr+IbkBij/udbUEC6ZFbidPkfK1eKl4ESN7gMY+w==",
  1952. "license": "MIT",
  1953. "dependencies": {
  1954. "c12": "^3.3.0",
  1955. "consola": "^3.4.2",
  1956. "defu": "^6.1.4",
  1957. "destr": "^2.0.5",
  1958. "errx": "^0.1.0",
  1959. "exsolve": "^1.0.7",
  1960. "ignore": "^7.0.5",
  1961. "jiti": "^2.6.1",
  1962. "klona": "^2.0.6",
  1963. "knitwork": "^1.2.0",
  1964. "mlly": "^1.8.0",
  1965. "ohash": "^2.0.11",
  1966. "pathe": "^2.0.3",
  1967. "pkg-types": "^2.3.0",
  1968. "rc9": "^2.1.2",
  1969. "scule": "^1.3.0",
  1970. "semver": "^7.7.2",
  1971. "std-env": "^3.9.0",
  1972. "tinyglobby": "^0.2.15",
  1973. "ufo": "^1.6.1",
  1974. "unctx": "^2.4.1",
  1975. "unimport": "^5.4.1",
  1976. "untyped": "^2.0.0"
  1977. },
  1978. "engines": {
  1979. "node": ">=18.12.0"
  1980. }
  1981. },
  1982. "node_modules/@nuxt/devtools/node_modules/perfect-debounce": {
  1983. "version": "1.0.0",
  1984. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
  1985. "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==",
  1986. "license": "MIT"
  1987. },
  1988. "node_modules/@nuxt/fonts": {
  1989. "version": "0.12.1",
  1990. "resolved": "https://registry.npmjs.org/@nuxt/fonts/-/fonts-0.12.1.tgz",
  1991. "integrity": "sha512-ALajI/HE+uqqL/PWkWwaSUm1IdpyGPbP3mYGy2U1l26/o4lUZBxjFaduMxaZ85jS5yQeJfCu2eEHANYFjAoujQ==",
  1992. "license": "MIT",
  1993. "dependencies": {
  1994. "@nuxt/devtools-kit": "^3.0.1",
  1995. "@nuxt/kit": "^4.2.1",
  1996. "consola": "^3.4.2",
  1997. "css-tree": "^3.1.0",
  1998. "defu": "^6.1.4",
  1999. "esbuild": "^0.25.12",
  2000. "fontaine": "^0.7.0",
  2001. "fontless": "^0.1.0",
  2002. "h3": "^1.15.4",
  2003. "jiti": "^2.6.1",
  2004. "magic-regexp": "^0.10.0",
  2005. "magic-string": "^0.30.21",
  2006. "node-fetch-native": "^1.6.7",
  2007. "ohash": "^2.0.11",
  2008. "pathe": "^2.0.3",
  2009. "sirv": "^3.0.2",
  2010. "tinyglobby": "^0.2.15",
  2011. "ufo": "^1.6.1",
  2012. "unifont": "^0.6.0",
  2013. "unplugin": "^2.3.10",
  2014. "unstorage": "^1.17.2"
  2015. }
  2016. },
  2017. "node_modules/@nuxt/fonts/node_modules/@nuxt/devtools-kit": {
  2018. "version": "3.1.1",
  2019. "resolved": "https://registry.npmjs.org/@nuxt/devtools-kit/-/devtools-kit-3.1.1.tgz",
  2020. "integrity": "sha512-sjiKFeDCOy1SyqezSgyV4rYNfQewC64k/GhOsuJgRF+wR2qr6KTVhO6u2B+csKs74KrMrnJprQBgud7ejvOXAQ==",
  2021. "license": "MIT",
  2022. "dependencies": {
  2023. "@nuxt/kit": "^4.2.1",
  2024. "execa": "^8.0.1"
  2025. },
  2026. "peerDependencies": {
  2027. "vite": ">=6.0"
  2028. }
  2029. },
  2030. "node_modules/@nuxt/fonts/node_modules/@nuxt/kit": {
  2031. "version": "4.2.1",
  2032. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-4.2.1.tgz",
  2033. "integrity": "sha512-lLt8KLHyl7IClc3RqRpRikz15eCfTRlAWL9leVzPyg5N87FfKE/7EWgWvpiL/z4Tf3dQCIqQb88TmHE0JTIDvA==",
  2034. "license": "MIT",
  2035. "dependencies": {
  2036. "c12": "^3.3.1",
  2037. "consola": "^3.4.2",
  2038. "defu": "^6.1.4",
  2039. "destr": "^2.0.5",
  2040. "errx": "^0.1.0",
  2041. "exsolve": "^1.0.7",
  2042. "ignore": "^7.0.5",
  2043. "jiti": "^2.6.1",
  2044. "klona": "^2.0.6",
  2045. "mlly": "^1.8.0",
  2046. "ohash": "^2.0.11",
  2047. "pathe": "^2.0.3",
  2048. "pkg-types": "^2.3.0",
  2049. "rc9": "^2.1.2",
  2050. "scule": "^1.3.0",
  2051. "semver": "^7.7.3",
  2052. "tinyglobby": "^0.2.15",
  2053. "ufo": "^1.6.1",
  2054. "unctx": "^2.4.1",
  2055. "untyped": "^2.0.0"
  2056. },
  2057. "engines": {
  2058. "node": ">=18.12.0"
  2059. }
  2060. },
  2061. "node_modules/@nuxt/icon": {
  2062. "version": "2.1.0",
  2063. "resolved": "https://registry.npmjs.org/@nuxt/icon/-/icon-2.1.0.tgz",
  2064. "integrity": "sha512-m+XQrgzeK5gQ1HkB7G7u1os6egoD07fiHKijG7NPxqT5yZUGOjKJ7X/Le10l3QWRKyCB+IiU0t+eUqSvh+SULg==",
  2065. "license": "MIT",
  2066. "dependencies": {
  2067. "@iconify/collections": "^1.0.608",
  2068. "@iconify/types": "^2.0.0",
  2069. "@iconify/utils": "^3.0.2",
  2070. "@iconify/vue": "^5.0.0",
  2071. "@nuxt/devtools-kit": "^2.6.5",
  2072. "@nuxt/kit": "^4.1.3",
  2073. "consola": "^3.4.2",
  2074. "local-pkg": "^1.1.2",
  2075. "mlly": "^1.8.0",
  2076. "ohash": "^2.0.11",
  2077. "pathe": "^2.0.3",
  2078. "picomatch": "^4.0.3",
  2079. "std-env": "^3.10.0",
  2080. "tinyglobby": "^0.2.15"
  2081. }
  2082. },
  2083. "node_modules/@nuxt/image": {
  2084. "version": "2.0.0",
  2085. "resolved": "https://registry.npmjs.org/@nuxt/image/-/image-2.0.0.tgz",
  2086. "integrity": "sha512-otHi6gAoYXKLrp8m27ZjX1PjxOPaltQ4OiUs/BhkW995mF/vXf8SWQTw68fww+Uric0v+XgoVrP9icDi+yT6zw==",
  2087. "license": "MIT",
  2088. "dependencies": {
  2089. "@nuxt/kit": "^4.2.0",
  2090. "consola": "^3.4.2",
  2091. "defu": "^6.1.4",
  2092. "h3": "^1.15.4",
  2093. "image-meta": "^0.2.2",
  2094. "knitwork": "^1.2.0",
  2095. "ohash": "^2.0.11",
  2096. "pathe": "^2.0.3",
  2097. "std-env": "^3.10.0",
  2098. "ufo": "^1.6.1"
  2099. },
  2100. "engines": {
  2101. "node": ">=18.20.6"
  2102. },
  2103. "optionalDependencies": {
  2104. "ipx": "^3.1.1"
  2105. }
  2106. },
  2107. "node_modules/@nuxt/kit": {
  2108. "version": "4.2.0",
  2109. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-4.2.0.tgz",
  2110. "integrity": "sha512-1yN3LL6RDN5GjkNLPUYCbNRkaYnat6hqejPyfIBBVzrWOrpiQeNMGxQM/IcVdaSuBJXAnu0sUvTKXpXkmPhljg==",
  2111. "license": "MIT",
  2112. "dependencies": {
  2113. "c12": "^3.3.1",
  2114. "consola": "^3.4.2",
  2115. "defu": "^6.1.4",
  2116. "destr": "^2.0.5",
  2117. "errx": "^0.1.0",
  2118. "exsolve": "^1.0.7",
  2119. "ignore": "^7.0.5",
  2120. "jiti": "^2.6.1",
  2121. "klona": "^2.0.6",
  2122. "mlly": "^1.8.0",
  2123. "ohash": "^2.0.11",
  2124. "pathe": "^2.0.3",
  2125. "pkg-types": "^2.3.0",
  2126. "rc9": "^2.1.2",
  2127. "scule": "^1.3.0",
  2128. "semver": "^7.7.3",
  2129. "tinyglobby": "^0.2.15",
  2130. "ufo": "^1.6.1",
  2131. "unctx": "^2.4.1",
  2132. "untyped": "^2.0.0"
  2133. },
  2134. "engines": {
  2135. "node": ">=18.12.0"
  2136. }
  2137. },
  2138. "node_modules/@nuxt/nitro-server": {
  2139. "version": "4.2.0",
  2140. "resolved": "https://registry.npmjs.org/@nuxt/nitro-server/-/nitro-server-4.2.0.tgz",
  2141. "integrity": "sha512-1fZwAV+VTQwmPVUYKH+eoeB+3jPE+c/mreK3PpuY6vvrIDuMh9L4QIeLFB0fIcY2MJ4XkvjU/5w3B9uu3GR9yQ==",
  2142. "license": "MIT",
  2143. "dependencies": {
  2144. "@nuxt/devalue": "^2.0.2",
  2145. "@nuxt/kit": "4.2.0",
  2146. "@unhead/vue": "^2.0.19",
  2147. "@vue/shared": "^3.5.22",
  2148. "consola": "^3.4.2",
  2149. "defu": "^6.1.4",
  2150. "destr": "^2.0.5",
  2151. "devalue": "^5.4.2",
  2152. "errx": "^0.1.0",
  2153. "escape-string-regexp": "^5.0.0",
  2154. "exsolve": "^1.0.7",
  2155. "h3": "^1.15.4",
  2156. "impound": "^1.0.0",
  2157. "klona": "^2.0.6",
  2158. "mocked-exports": "^0.1.1",
  2159. "nitropack": "^2.12.8",
  2160. "pathe": "^2.0.3",
  2161. "pkg-types": "^2.3.0",
  2162. "radix3": "^1.1.2",
  2163. "std-env": "^3.10.0",
  2164. "ufo": "^1.6.1",
  2165. "unctx": "^2.4.1",
  2166. "unstorage": "^1.17.1",
  2167. "vue": "^3.5.22",
  2168. "vue-bundle-renderer": "^2.2.0",
  2169. "vue-devtools-stub": "^0.1.0"
  2170. },
  2171. "engines": {
  2172. "node": "^20.19.0 || >=22.12.0"
  2173. },
  2174. "peerDependencies": {
  2175. "nuxt": "^4.2.0"
  2176. }
  2177. },
  2178. "node_modules/@nuxt/schema": {
  2179. "version": "4.4.2",
  2180. "resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-4.4.2.tgz",
  2181. "integrity": "sha512-/q6C7Qhiricgi+PKR7ovBnJlKTL0memCbA1CzRT+itCW/oeYzUfeMdQ35mGntlBoyRPNrMXbzuSUhfDbSCU57w==",
  2182. "license": "MIT",
  2183. "dependencies": {
  2184. "@vue/shared": "^3.5.30",
  2185. "defu": "^6.1.4",
  2186. "pathe": "^2.0.3",
  2187. "pkg-types": "^2.3.0",
  2188. "std-env": "^4.0.0"
  2189. },
  2190. "engines": {
  2191. "node": "^14.18.0 || >=16.10.0"
  2192. }
  2193. },
  2194. "node_modules/@nuxt/schema/node_modules/@vue/shared": {
  2195. "version": "3.5.33",
  2196. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.33.tgz",
  2197. "integrity": "sha512-5vR2QIlmaLG77Ygd4pMP6+SGQ5yox9VhtnbDWTy9DzMzdmeLxZ1QqxrywEZ9sa1AVubfIJyaCG3ytyWU81ufcQ==",
  2198. "license": "MIT"
  2199. },
  2200. "node_modules/@nuxt/schema/node_modules/std-env": {
  2201. "version": "4.1.0",
  2202. "resolved": "https://registry.npmjs.org/std-env/-/std-env-4.1.0.tgz",
  2203. "integrity": "sha512-Rq7ybcX2RuC55r9oaPVEW7/xu3tj8u4GeBYHBWCychFtzMIr86A7e3PPEBPT37sHStKX3+TiX/Fr/ACmJLVlLQ==",
  2204. "license": "MIT"
  2205. },
  2206. "node_modules/@nuxt/telemetry": {
  2207. "version": "2.6.6",
  2208. "resolved": "https://registry.npmjs.org/@nuxt/telemetry/-/telemetry-2.6.6.tgz",
  2209. "integrity": "sha512-Zh4HJLjzvm3Cq9w6sfzIFyH9ozK5ePYVfCUzzUQNiZojFsI2k1QkSBrVI9BGc6ArKXj/O6rkI6w7qQ+ouL8Cag==",
  2210. "license": "MIT",
  2211. "dependencies": {
  2212. "@nuxt/kit": "^3.15.4",
  2213. "citty": "^0.1.6",
  2214. "consola": "^3.4.2",
  2215. "destr": "^2.0.3",
  2216. "dotenv": "^16.4.7",
  2217. "git-url-parse": "^16.0.1",
  2218. "is-docker": "^3.0.0",
  2219. "ofetch": "^1.4.1",
  2220. "package-manager-detector": "^1.1.0",
  2221. "pathe": "^2.0.3",
  2222. "rc9": "^2.1.2",
  2223. "std-env": "^3.8.1"
  2224. },
  2225. "bin": {
  2226. "nuxt-telemetry": "bin/nuxt-telemetry.mjs"
  2227. },
  2228. "engines": {
  2229. "node": ">=18.12.0"
  2230. }
  2231. },
  2232. "node_modules/@nuxt/telemetry/node_modules/@nuxt/kit": {
  2233. "version": "3.19.3",
  2234. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.19.3.tgz",
  2235. "integrity": "sha512-ze46EW5xW+UxDvinvPkYt2MzR355Az1lA3bpX8KDialgnCwr+IbkBij/udbUEC6ZFbidPkfK1eKl4ESN7gMY+w==",
  2236. "license": "MIT",
  2237. "dependencies": {
  2238. "c12": "^3.3.0",
  2239. "consola": "^3.4.2",
  2240. "defu": "^6.1.4",
  2241. "destr": "^2.0.5",
  2242. "errx": "^0.1.0",
  2243. "exsolve": "^1.0.7",
  2244. "ignore": "^7.0.5",
  2245. "jiti": "^2.6.1",
  2246. "klona": "^2.0.6",
  2247. "knitwork": "^1.2.0",
  2248. "mlly": "^1.8.0",
  2249. "ohash": "^2.0.11",
  2250. "pathe": "^2.0.3",
  2251. "pkg-types": "^2.3.0",
  2252. "rc9": "^2.1.2",
  2253. "scule": "^1.3.0",
  2254. "semver": "^7.7.2",
  2255. "std-env": "^3.9.0",
  2256. "tinyglobby": "^0.2.15",
  2257. "ufo": "^1.6.1",
  2258. "unctx": "^2.4.1",
  2259. "unimport": "^5.4.1",
  2260. "untyped": "^2.0.0"
  2261. },
  2262. "engines": {
  2263. "node": ">=18.12.0"
  2264. }
  2265. },
  2266. "node_modules/@nuxt/ui": {
  2267. "version": "4.2.1",
  2268. "resolved": "https://registry.npmjs.org/@nuxt/ui/-/ui-4.2.1.tgz",
  2269. "integrity": "sha512-H5/0w1ktRDGk4ORKmGegqhNsR8DZEc+3Bb9a8aHsQVzDkGKqEJLh2iUJtalKs4QdUGkocDXaQy/xRudajOD4kg==",
  2270. "license": "MIT",
  2271. "dependencies": {
  2272. "@iconify/vue": "^5.0.0",
  2273. "@internationalized/date": "^3.10.0",
  2274. "@internationalized/number": "^3.6.5",
  2275. "@nuxt/fonts": "^0.12.1",
  2276. "@nuxt/icon": "^2.1.0",
  2277. "@nuxt/kit": "^4.2.1",
  2278. "@nuxt/schema": "^4.2.1",
  2279. "@nuxtjs/color-mode": "^3.5.2",
  2280. "@standard-schema/spec": "^1.0.0",
  2281. "@tailwindcss/postcss": "^4.1.17",
  2282. "@tailwindcss/vite": "^4.1.17",
  2283. "@tanstack/vue-table": "^8.21.3",
  2284. "@tanstack/vue-virtual": "^3.13.12",
  2285. "@unhead/vue": "^2.0.19",
  2286. "@vueuse/core": "^13.9.0",
  2287. "@vueuse/integrations": "^13.9.0",
  2288. "colortranslator": "^5.0.0",
  2289. "consola": "^3.4.2",
  2290. "defu": "^6.1.4",
  2291. "embla-carousel-auto-height": "^8.6.0",
  2292. "embla-carousel-auto-scroll": "^8.6.0",
  2293. "embla-carousel-autoplay": "^8.6.0",
  2294. "embla-carousel-class-names": "^8.6.0",
  2295. "embla-carousel-fade": "^8.6.0",
  2296. "embla-carousel-vue": "^8.6.0",
  2297. "embla-carousel-wheel-gestures": "^8.1.0",
  2298. "fuse.js": "^7.1.0",
  2299. "hookable": "^5.5.3",
  2300. "knitwork": "^1.3.0",
  2301. "magic-string": "^0.30.21",
  2302. "mlly": "^1.8.0",
  2303. "motion-v": "^1.7.3",
  2304. "ohash": "^2.0.11",
  2305. "pathe": "^2.0.3",
  2306. "reka-ui": "2.6.0",
  2307. "scule": "^1.3.0",
  2308. "tailwind-merge": "^3.4.0",
  2309. "tailwind-variants": "^3.1.1",
  2310. "tailwindcss": "^4.1.17",
  2311. "tinyglobby": "^0.2.15",
  2312. "unplugin": "^2.3.10",
  2313. "unplugin-auto-import": "^20.2.0",
  2314. "unplugin-vue-components": "^30.0.0",
  2315. "vaul-vue": "0.4.1",
  2316. "vue-component-type-helpers": "^3.1.4"
  2317. },
  2318. "bin": {
  2319. "nuxt-ui": "cli/index.mjs"
  2320. },
  2321. "peerDependencies": {
  2322. "@inertiajs/vue3": "^2.0.7",
  2323. "@nuxt/content": "^3.0.0",
  2324. "joi": "^18.0.0",
  2325. "superstruct": "^2.0.0",
  2326. "typescript": "^5.6.3",
  2327. "valibot": "^1.0.0",
  2328. "vue-router": "^4.5.0",
  2329. "yup": "^1.7.0",
  2330. "zod": "^3.24.0 || ^4.0.0"
  2331. },
  2332. "peerDependenciesMeta": {
  2333. "@inertiajs/vue3": {
  2334. "optional": true
  2335. },
  2336. "@nuxt/content": {
  2337. "optional": true
  2338. },
  2339. "joi": {
  2340. "optional": true
  2341. },
  2342. "superstruct": {
  2343. "optional": true
  2344. },
  2345. "valibot": {
  2346. "optional": true
  2347. },
  2348. "vue-router": {
  2349. "optional": true
  2350. },
  2351. "yup": {
  2352. "optional": true
  2353. },
  2354. "zod": {
  2355. "optional": true
  2356. }
  2357. }
  2358. },
  2359. "node_modules/@nuxt/ui/node_modules/@nuxt/kit": {
  2360. "version": "4.2.1",
  2361. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-4.2.1.tgz",
  2362. "integrity": "sha512-lLt8KLHyl7IClc3RqRpRikz15eCfTRlAWL9leVzPyg5N87FfKE/7EWgWvpiL/z4Tf3dQCIqQb88TmHE0JTIDvA==",
  2363. "license": "MIT",
  2364. "dependencies": {
  2365. "c12": "^3.3.1",
  2366. "consola": "^3.4.2",
  2367. "defu": "^6.1.4",
  2368. "destr": "^2.0.5",
  2369. "errx": "^0.1.0",
  2370. "exsolve": "^1.0.7",
  2371. "ignore": "^7.0.5",
  2372. "jiti": "^2.6.1",
  2373. "klona": "^2.0.6",
  2374. "mlly": "^1.8.0",
  2375. "ohash": "^2.0.11",
  2376. "pathe": "^2.0.3",
  2377. "pkg-types": "^2.3.0",
  2378. "rc9": "^2.1.2",
  2379. "scule": "^1.3.0",
  2380. "semver": "^7.7.3",
  2381. "tinyglobby": "^0.2.15",
  2382. "ufo": "^1.6.1",
  2383. "unctx": "^2.4.1",
  2384. "untyped": "^2.0.0"
  2385. },
  2386. "engines": {
  2387. "node": ">=18.12.0"
  2388. }
  2389. },
  2390. "node_modules/@nuxt/vite-builder": {
  2391. "version": "4.2.0",
  2392. "resolved": "https://registry.npmjs.org/@nuxt/vite-builder/-/vite-builder-4.2.0.tgz",
  2393. "integrity": "sha512-pNHIoO8kiSsOnoMo2zmxy0mk71ZBP4KJCiXr7Ahq8ewOm4W4vFQ1NV1O46wJGZyxlPC6nqFuYBvcUwVp1LgTNg==",
  2394. "license": "MIT",
  2395. "dependencies": {
  2396. "@nuxt/kit": "4.2.0",
  2397. "@rollup/plugin-replace": "^6.0.2",
  2398. "@vitejs/plugin-vue": "^6.0.1",
  2399. "@vitejs/plugin-vue-jsx": "^5.1.1",
  2400. "autoprefixer": "^10.4.21",
  2401. "consola": "^3.4.2",
  2402. "cssnano": "^7.1.1",
  2403. "defu": "^6.1.4",
  2404. "esbuild": "^0.25.11",
  2405. "escape-string-regexp": "^5.0.0",
  2406. "exsolve": "^1.0.7",
  2407. "get-port-please": "^3.2.0",
  2408. "h3": "^1.15.4",
  2409. "jiti": "^2.6.1",
  2410. "knitwork": "^1.2.0",
  2411. "magic-string": "^0.30.21",
  2412. "mlly": "^1.8.0",
  2413. "mocked-exports": "^0.1.1",
  2414. "pathe": "^2.0.3",
  2415. "pkg-types": "^2.3.0",
  2416. "postcss": "^8.5.6",
  2417. "rollup-plugin-visualizer": "^6.0.5",
  2418. "seroval": "^1.3.2",
  2419. "std-env": "^3.10.0",
  2420. "ufo": "^1.6.1",
  2421. "unenv": "^2.0.0-rc.22",
  2422. "vite": "^7.1.12",
  2423. "vite-node": "^3.2.4",
  2424. "vite-plugin-checker": "^0.11.0",
  2425. "vue-bundle-renderer": "^2.2.0"
  2426. },
  2427. "engines": {
  2428. "node": "^20.19.0 || >=22.12.0"
  2429. },
  2430. "peerDependencies": {
  2431. "nuxt": "4.2.0",
  2432. "rolldown": "^1.0.0-beta.38",
  2433. "vue": "^3.3.4"
  2434. },
  2435. "peerDependenciesMeta": {
  2436. "rolldown": {
  2437. "optional": true
  2438. }
  2439. }
  2440. },
  2441. "node_modules/@nuxtjs/color-mode": {
  2442. "version": "3.5.2",
  2443. "resolved": "https://registry.npmjs.org/@nuxtjs/color-mode/-/color-mode-3.5.2.tgz",
  2444. "integrity": "sha512-cC6RfgZh3guHBMLLjrBB2Uti5eUoGM9KyauOaYS9ETmxNWBMTvpgjvSiSJp1OFljIXPIqVTJ3xtJpSNZiO3ZaA==",
  2445. "license": "MIT",
  2446. "dependencies": {
  2447. "@nuxt/kit": "^3.13.2",
  2448. "pathe": "^1.1.2",
  2449. "pkg-types": "^1.2.1",
  2450. "semver": "^7.6.3"
  2451. }
  2452. },
  2453. "node_modules/@nuxtjs/color-mode/node_modules/@nuxt/kit": {
  2454. "version": "3.20.1",
  2455. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.20.1.tgz",
  2456. "integrity": "sha512-TIslaylfI5kd3AxX5qts0qyrIQ9Uq3HAA1bgIIJ+c+zpDfK338YS+YrCWxBBzDMECRCbAS58mqAd2MtJfG1ENA==",
  2457. "license": "MIT",
  2458. "dependencies": {
  2459. "c12": "^3.3.1",
  2460. "consola": "^3.4.2",
  2461. "defu": "^6.1.4",
  2462. "destr": "^2.0.5",
  2463. "errx": "^0.1.0",
  2464. "exsolve": "^1.0.7",
  2465. "ignore": "^7.0.5",
  2466. "jiti": "^2.6.1",
  2467. "klona": "^2.0.6",
  2468. "knitwork": "^1.2.0",
  2469. "mlly": "^1.8.0",
  2470. "ohash": "^2.0.11",
  2471. "pathe": "^2.0.3",
  2472. "pkg-types": "^2.3.0",
  2473. "rc9": "^2.1.2",
  2474. "scule": "^1.3.0",
  2475. "semver": "^7.7.3",
  2476. "tinyglobby": "^0.2.15",
  2477. "ufo": "^1.6.1",
  2478. "unctx": "^2.4.1",
  2479. "untyped": "^2.0.0"
  2480. },
  2481. "engines": {
  2482. "node": ">=18.12.0"
  2483. }
  2484. },
  2485. "node_modules/@nuxtjs/color-mode/node_modules/@nuxt/kit/node_modules/pathe": {
  2486. "version": "2.0.3",
  2487. "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
  2488. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  2489. "license": "MIT"
  2490. },
  2491. "node_modules/@nuxtjs/color-mode/node_modules/@nuxt/kit/node_modules/pkg-types": {
  2492. "version": "2.3.0",
  2493. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.0.tgz",
  2494. "integrity": "sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==",
  2495. "license": "MIT",
  2496. "dependencies": {
  2497. "confbox": "^0.2.2",
  2498. "exsolve": "^1.0.7",
  2499. "pathe": "^2.0.3"
  2500. }
  2501. },
  2502. "node_modules/@nuxtjs/color-mode/node_modules/pathe": {
  2503. "version": "1.1.2",
  2504. "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz",
  2505. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==",
  2506. "license": "MIT"
  2507. },
  2508. "node_modules/@nuxtjs/color-mode/node_modules/pkg-types": {
  2509. "version": "1.3.1",
  2510. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz",
  2511. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  2512. "license": "MIT",
  2513. "dependencies": {
  2514. "confbox": "^0.1.8",
  2515. "mlly": "^1.7.4",
  2516. "pathe": "^2.0.1"
  2517. }
  2518. },
  2519. "node_modules/@nuxtjs/color-mode/node_modules/pkg-types/node_modules/confbox": {
  2520. "version": "0.1.8",
  2521. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz",
  2522. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  2523. "license": "MIT"
  2524. },
  2525. "node_modules/@nuxtjs/color-mode/node_modules/pkg-types/node_modules/pathe": {
  2526. "version": "2.0.3",
  2527. "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
  2528. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  2529. "license": "MIT"
  2530. },
  2531. "node_modules/@oxc-minify/binding-android-arm64": {
  2532. "version": "0.95.0",
  2533. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-android-arm64/-/binding-android-arm64-0.95.0.tgz",
  2534. "integrity": "sha512-ck0NakTt3oBWTMQjxKf5ZW1GzCs0y1kETzJdh8h8NAWTutlMfeWiuUxCgG4FMF4XiTnCdLq/dFAKFcdbiwcoqg==",
  2535. "cpu": [
  2536. "arm64"
  2537. ],
  2538. "license": "MIT",
  2539. "optional": true,
  2540. "os": [
  2541. "android"
  2542. ],
  2543. "engines": {
  2544. "node": "^20.19.0 || >=22.12.0"
  2545. }
  2546. },
  2547. "node_modules/@oxc-minify/binding-darwin-arm64": {
  2548. "version": "0.95.0",
  2549. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-darwin-arm64/-/binding-darwin-arm64-0.95.0.tgz",
  2550. "integrity": "sha512-uvRkBVsh88DgMqddCIHcL1tKycKThfzLHNuBOm7csfpOD85TJimpl/1qAfrTCNrdaiteFK4U9QRKBdDvZay4RQ==",
  2551. "cpu": [
  2552. "arm64"
  2553. ],
  2554. "license": "MIT",
  2555. "optional": true,
  2556. "os": [
  2557. "darwin"
  2558. ],
  2559. "engines": {
  2560. "node": "^20.19.0 || >=22.12.0"
  2561. }
  2562. },
  2563. "node_modules/@oxc-minify/binding-darwin-x64": {
  2564. "version": "0.95.0",
  2565. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-darwin-x64/-/binding-darwin-x64-0.95.0.tgz",
  2566. "integrity": "sha512-SpDArHPKy/K9rduOCdlqz4BxFZte5Ad4/CPNaP0EaVTNbDW1OjBMrVOzRxr/bveWUbUJW3gbWby//YzXCese/w==",
  2567. "cpu": [
  2568. "x64"
  2569. ],
  2570. "license": "MIT",
  2571. "optional": true,
  2572. "os": [
  2573. "darwin"
  2574. ],
  2575. "engines": {
  2576. "node": "^20.19.0 || >=22.12.0"
  2577. }
  2578. },
  2579. "node_modules/@oxc-minify/binding-freebsd-x64": {
  2580. "version": "0.95.0",
  2581. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-freebsd-x64/-/binding-freebsd-x64-0.95.0.tgz",
  2582. "integrity": "sha512-U/ER7VsDCOv9HTE3rIZmNdN2ijZTT1vjDPPRsl9Z5Zyip2OsbHJxh4iNC00bO7qSw5keADuP4ooXsu2pjnfXNA==",
  2583. "cpu": [
  2584. "x64"
  2585. ],
  2586. "license": "MIT",
  2587. "optional": true,
  2588. "os": [
  2589. "freebsd"
  2590. ],
  2591. "engines": {
  2592. "node": "^20.19.0 || >=22.12.0"
  2593. }
  2594. },
  2595. "node_modules/@oxc-minify/binding-linux-arm-gnueabihf": {
  2596. "version": "0.95.0",
  2597. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.95.0.tgz",
  2598. "integrity": "sha512-g+u5Zg72J7G9DbjnCIO6BhHE4lSaODLFjArFq9sZWu4xi4QOYapGdNZVbQWrWjzGlKTvYOhH621ySMOc07O64g==",
  2599. "cpu": [
  2600. "arm"
  2601. ],
  2602. "license": "MIT",
  2603. "optional": true,
  2604. "os": [
  2605. "linux"
  2606. ],
  2607. "engines": {
  2608. "node": "^20.19.0 || >=22.12.0"
  2609. }
  2610. },
  2611. "node_modules/@oxc-minify/binding-linux-arm-musleabihf": {
  2612. "version": "0.95.0",
  2613. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.95.0.tgz",
  2614. "integrity": "sha512-RqQctWyvgSVkJ+UMhDPLDjSO+YjAWFGoSfvikgEIvGrTVjFzXz20EDFSH+CR9J+mXsuJOku63VKmcAZr8Vd/Qg==",
  2615. "cpu": [
  2616. "arm"
  2617. ],
  2618. "license": "MIT",
  2619. "optional": true,
  2620. "os": [
  2621. "linux"
  2622. ],
  2623. "engines": {
  2624. "node": "^20.19.0 || >=22.12.0"
  2625. }
  2626. },
  2627. "node_modules/@oxc-minify/binding-linux-arm64-gnu": {
  2628. "version": "0.95.0",
  2629. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.95.0.tgz",
  2630. "integrity": "sha512-psrzacTaa5zmRXm2Skooj5YOZvueFZLOjNDAkwQcjIgrVAzl7uXtDCPq8soM46O12wGXMpDNUkrbD2BVcF+S9g==",
  2631. "cpu": [
  2632. "arm64"
  2633. ],
  2634. "license": "MIT",
  2635. "optional": true,
  2636. "os": [
  2637. "linux"
  2638. ],
  2639. "engines": {
  2640. "node": "^20.19.0 || >=22.12.0"
  2641. }
  2642. },
  2643. "node_modules/@oxc-minify/binding-linux-arm64-musl": {
  2644. "version": "0.95.0",
  2645. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.95.0.tgz",
  2646. "integrity": "sha512-W5VWcOTIxH8bvIviiFreNHK5RkaNE7Y7hm0fxYa9pAdDe8U2OnD77JPPHmNSKYROaDa1ZsmXK1dAOnwGcxvv1w==",
  2647. "cpu": [
  2648. "arm64"
  2649. ],
  2650. "license": "MIT",
  2651. "optional": true,
  2652. "os": [
  2653. "linux"
  2654. ],
  2655. "engines": {
  2656. "node": "^20.19.0 || >=22.12.0"
  2657. }
  2658. },
  2659. "node_modules/@oxc-minify/binding-linux-riscv64-gnu": {
  2660. "version": "0.95.0",
  2661. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.95.0.tgz",
  2662. "integrity": "sha512-FBAaIvTcRqdXDPZAsfEBc5nK3noZtEAO82090ne5EDsDNKu8u8sjLhXYJWM3AZFD6p7OPRqBby6N4pVicrk0dA==",
  2663. "cpu": [
  2664. "riscv64"
  2665. ],
  2666. "license": "MIT",
  2667. "optional": true,
  2668. "os": [
  2669. "linux"
  2670. ],
  2671. "engines": {
  2672. "node": "^20.19.0 || >=22.12.0"
  2673. }
  2674. },
  2675. "node_modules/@oxc-minify/binding-linux-s390x-gnu": {
  2676. "version": "0.95.0",
  2677. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.95.0.tgz",
  2678. "integrity": "sha512-7/OWwUC3r0/nPsHOCsTkgitdjpvDOwm8f4lE/Xeigt+9EcRcVuaSHRVOHI47mQ/cSL6V3AObVcmiAGysR36vEw==",
  2679. "cpu": [
  2680. "s390x"
  2681. ],
  2682. "license": "MIT",
  2683. "optional": true,
  2684. "os": [
  2685. "linux"
  2686. ],
  2687. "engines": {
  2688. "node": "^20.19.0 || >=22.12.0"
  2689. }
  2690. },
  2691. "node_modules/@oxc-minify/binding-linux-x64-gnu": {
  2692. "version": "0.95.0",
  2693. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.95.0.tgz",
  2694. "integrity": "sha512-3K2lxzk679ml1vXJtO8Nt3xMD2trnDQWBb4Q676Un5g3dbaYf1WgTmEI13ZnCrwE5uBI02DFtFQplkLFqb9dGA==",
  2695. "cpu": [
  2696. "x64"
  2697. ],
  2698. "license": "MIT",
  2699. "optional": true,
  2700. "os": [
  2701. "linux"
  2702. ],
  2703. "engines": {
  2704. "node": "^20.19.0 || >=22.12.0"
  2705. }
  2706. },
  2707. "node_modules/@oxc-minify/binding-linux-x64-musl": {
  2708. "version": "0.95.0",
  2709. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-x64-musl/-/binding-linux-x64-musl-0.95.0.tgz",
  2710. "integrity": "sha512-DrxQAALZs/He11OlCWZrJGsdwGSAK61nkZxcl3MnO33mL54Qs/vI9AbI2lMtggU+xB2sNKbjKTTpTbCPHOmhTA==",
  2711. "cpu": [
  2712. "x64"
  2713. ],
  2714. "license": "MIT",
  2715. "optional": true,
  2716. "os": [
  2717. "linux"
  2718. ],
  2719. "engines": {
  2720. "node": "^20.19.0 || >=22.12.0"
  2721. }
  2722. },
  2723. "node_modules/@oxc-minify/binding-wasm32-wasi": {
  2724. "version": "0.95.0",
  2725. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-wasm32-wasi/-/binding-wasm32-wasi-0.95.0.tgz",
  2726. "integrity": "sha512-PASXKqJyLHesNjTweXqkA3kG/hdjpauGb+REP5yZ4dr8gxu5DbMqk4QjsBmW3LjDF4tXXjRs8nHR6Qt2dhxTzA==",
  2727. "cpu": [
  2728. "wasm32"
  2729. ],
  2730. "license": "MIT",
  2731. "optional": true,
  2732. "dependencies": {
  2733. "@napi-rs/wasm-runtime": "^1.0.7"
  2734. },
  2735. "engines": {
  2736. "node": ">=14.0.0"
  2737. }
  2738. },
  2739. "node_modules/@oxc-minify/binding-win32-arm64-msvc": {
  2740. "version": "0.95.0",
  2741. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.95.0.tgz",
  2742. "integrity": "sha512-fPVQZWObqqBRYedFy/bOI0UzUZCqq6ra/PBZFqi31c5Zn73ETTseLYL7ebQqKgjv8l9gQPBIAFIoXYsaoxT72A==",
  2743. "cpu": [
  2744. "arm64"
  2745. ],
  2746. "license": "MIT",
  2747. "optional": true,
  2748. "os": [
  2749. "win32"
  2750. ],
  2751. "engines": {
  2752. "node": "^20.19.0 || >=22.12.0"
  2753. }
  2754. },
  2755. "node_modules/@oxc-minify/binding-win32-x64-msvc": {
  2756. "version": "0.95.0",
  2757. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.95.0.tgz",
  2758. "integrity": "sha512-mtCkksnBcO4dIxuj1n9THbMihV+zjO7ZIVCPOq54pylA+hTb/OHau3OV+XyU0pnmREGTuF9xV3BUKag1SYS/lQ==",
  2759. "cpu": [
  2760. "x64"
  2761. ],
  2762. "license": "MIT",
  2763. "optional": true,
  2764. "os": [
  2765. "win32"
  2766. ],
  2767. "engines": {
  2768. "node": "^20.19.0 || >=22.12.0"
  2769. }
  2770. },
  2771. "node_modules/@oxc-parser/binding-android-arm64": {
  2772. "version": "0.95.0",
  2773. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-android-arm64/-/binding-android-arm64-0.95.0.tgz",
  2774. "integrity": "sha512-dZyxhhvJigwWL1wgnLlqyEiSeuqO0WdDH9H+if0dPcBM4fKa5fjVkaUcJT1jBMcBTnkjxMwTXYZy5TK60N0fjg==",
  2775. "cpu": [
  2776. "arm64"
  2777. ],
  2778. "license": "MIT",
  2779. "optional": true,
  2780. "os": [
  2781. "android"
  2782. ],
  2783. "engines": {
  2784. "node": "^20.19.0 || >=22.12.0"
  2785. }
  2786. },
  2787. "node_modules/@oxc-parser/binding-darwin-arm64": {
  2788. "version": "0.95.0",
  2789. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-darwin-arm64/-/binding-darwin-arm64-0.95.0.tgz",
  2790. "integrity": "sha512-zun9+V33kyCtNec9oUSWwb0qi3fB8pXwum1yGFECPEr55g/CrWju6/Jv4hwwNBeW2tK9Ch/PRstEtYmOLMhHpg==",
  2791. "cpu": [
  2792. "arm64"
  2793. ],
  2794. "license": "MIT",
  2795. "optional": true,
  2796. "os": [
  2797. "darwin"
  2798. ],
  2799. "engines": {
  2800. "node": "^20.19.0 || >=22.12.0"
  2801. }
  2802. },
  2803. "node_modules/@oxc-parser/binding-darwin-x64": {
  2804. "version": "0.95.0",
  2805. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-darwin-x64/-/binding-darwin-x64-0.95.0.tgz",
  2806. "integrity": "sha512-9djMQ/t6Ns/UXtziwUe562uVJMbhtuLtCj+Xav+HMVT/rhV9gWO8PQOG7AwDLUBjJanItsrfqrGtqhNxtZ701w==",
  2807. "cpu": [
  2808. "x64"
  2809. ],
  2810. "license": "MIT",
  2811. "optional": true,
  2812. "os": [
  2813. "darwin"
  2814. ],
  2815. "engines": {
  2816. "node": "^20.19.0 || >=22.12.0"
  2817. }
  2818. },
  2819. "node_modules/@oxc-parser/binding-freebsd-x64": {
  2820. "version": "0.95.0",
  2821. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-freebsd-x64/-/binding-freebsd-x64-0.95.0.tgz",
  2822. "integrity": "sha512-GK6k0PgCVkkeRZtHgcosCYbXIRySpJpuPw/OInfLGFh8f3x9gp2l8Fbcfx+YO+ZOHFBCd2NNedGqw8wMgouxfA==",
  2823. "cpu": [
  2824. "x64"
  2825. ],
  2826. "license": "MIT",
  2827. "optional": true,
  2828. "os": [
  2829. "freebsd"
  2830. ],
  2831. "engines": {
  2832. "node": "^20.19.0 || >=22.12.0"
  2833. }
  2834. },
  2835. "node_modules/@oxc-parser/binding-linux-arm-gnueabihf": {
  2836. "version": "0.95.0",
  2837. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.95.0.tgz",
  2838. "integrity": "sha512-+g/lFITtyHHEk69cunOHuiT5cX+mpUTcbGYNe8suguZ7FqgNwai+PnGv0ctCvtgxBPVfckfUK8c3RvFKo+vi/w==",
  2839. "cpu": [
  2840. "arm"
  2841. ],
  2842. "license": "MIT",
  2843. "optional": true,
  2844. "os": [
  2845. "linux"
  2846. ],
  2847. "engines": {
  2848. "node": "^20.19.0 || >=22.12.0"
  2849. }
  2850. },
  2851. "node_modules/@oxc-parser/binding-linux-arm-musleabihf": {
  2852. "version": "0.95.0",
  2853. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.95.0.tgz",
  2854. "integrity": "sha512-SXNasDtPw8ycNV7VEvFxb4LETmykvWKUhHR7K3us818coXYpDj54P8WEx8hJobP/9skuuiFuKHmtYLdjX8wntA==",
  2855. "cpu": [
  2856. "arm"
  2857. ],
  2858. "license": "MIT",
  2859. "optional": true,
  2860. "os": [
  2861. "linux"
  2862. ],
  2863. "engines": {
  2864. "node": "^20.19.0 || >=22.12.0"
  2865. }
  2866. },
  2867. "node_modules/@oxc-parser/binding-linux-arm64-gnu": {
  2868. "version": "0.95.0",
  2869. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.95.0.tgz",
  2870. "integrity": "sha512-0LzebARTU0ROfD6pDK4h1pFn+09meErCZ0MA2TaW08G72+GNneEsksPufOuI+9AxVSRa+jKE3fu0wavvhZgSkg==",
  2871. "cpu": [
  2872. "arm64"
  2873. ],
  2874. "license": "MIT",
  2875. "optional": true,
  2876. "os": [
  2877. "linux"
  2878. ],
  2879. "engines": {
  2880. "node": "^20.19.0 || >=22.12.0"
  2881. }
  2882. },
  2883. "node_modules/@oxc-parser/binding-linux-arm64-musl": {
  2884. "version": "0.95.0",
  2885. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.95.0.tgz",
  2886. "integrity": "sha512-Pvi1lGe/G+mJZ3hUojMP/aAHAzHA25AEtVr8/iuz7UV72t/15NOgJYr9kELMUMNjPqpr3vKUgXTFmTtAxp11Qw==",
  2887. "cpu": [
  2888. "arm64"
  2889. ],
  2890. "license": "MIT",
  2891. "optional": true,
  2892. "os": [
  2893. "linux"
  2894. ],
  2895. "engines": {
  2896. "node": "^20.19.0 || >=22.12.0"
  2897. }
  2898. },
  2899. "node_modules/@oxc-parser/binding-linux-riscv64-gnu": {
  2900. "version": "0.95.0",
  2901. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.95.0.tgz",
  2902. "integrity": "sha512-pUEVHIOVNDfhk4sTlLhn6mrNENhE4/dAwemxIfqpcSyBlYG0xYZND1F3jjR2yWY6DakXZ6VSuDbtiv1LPNlOLw==",
  2903. "cpu": [
  2904. "riscv64"
  2905. ],
  2906. "license": "MIT",
  2907. "optional": true,
  2908. "os": [
  2909. "linux"
  2910. ],
  2911. "engines": {
  2912. "node": "^20.19.0 || >=22.12.0"
  2913. }
  2914. },
  2915. "node_modules/@oxc-parser/binding-linux-s390x-gnu": {
  2916. "version": "0.95.0",
  2917. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.95.0.tgz",
  2918. "integrity": "sha512-5+olaepHTE3J/+w7g0tr3nocvv5BKilAJnzj4L8tWBCLEZbL6olJcGVoldUO+3cgg1SO1xJywP5BuLhT0mDUDw==",
  2919. "cpu": [
  2920. "s390x"
  2921. ],
  2922. "license": "MIT",
  2923. "optional": true,
  2924. "os": [
  2925. "linux"
  2926. ],
  2927. "engines": {
  2928. "node": "^20.19.0 || >=22.12.0"
  2929. }
  2930. },
  2931. "node_modules/@oxc-parser/binding-linux-x64-gnu": {
  2932. "version": "0.95.0",
  2933. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.95.0.tgz",
  2934. "integrity": "sha512-8huzHlK/N98wrnYKxIcYsK8ZGBWomQchu/Mzi6m+CtbhjWOv9DmK0jQ2fUWImtluQVpTwS0uZT06d3g7XIkJrA==",
  2935. "cpu": [
  2936. "x64"
  2937. ],
  2938. "license": "MIT",
  2939. "optional": true,
  2940. "os": [
  2941. "linux"
  2942. ],
  2943. "engines": {
  2944. "node": "^20.19.0 || >=22.12.0"
  2945. }
  2946. },
  2947. "node_modules/@oxc-parser/binding-linux-x64-musl": {
  2948. "version": "0.95.0",
  2949. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-musl/-/binding-linux-x64-musl-0.95.0.tgz",
  2950. "integrity": "sha512-bWnrLfGDcx/fab0+UQnFbVFbiykof/btImbYf+cI2pU/1Egb2x+OKSmM5Qt0nEUiIpM5fgJmYXxTopybSZOKYA==",
  2951. "cpu": [
  2952. "x64"
  2953. ],
  2954. "license": "MIT",
  2955. "optional": true,
  2956. "os": [
  2957. "linux"
  2958. ],
  2959. "engines": {
  2960. "node": "^20.19.0 || >=22.12.0"
  2961. }
  2962. },
  2963. "node_modules/@oxc-parser/binding-wasm32-wasi": {
  2964. "version": "0.95.0",
  2965. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-wasm32-wasi/-/binding-wasm32-wasi-0.95.0.tgz",
  2966. "integrity": "sha512-0JLyqkZu1HnQIZ4e5LBGOtzqua1QwFEUOoMSycdoerXqayd4LK2b7WMfAx8eCIf+jGm1Uj6f3R00nlsx8g1faQ==",
  2967. "cpu": [
  2968. "wasm32"
  2969. ],
  2970. "license": "MIT",
  2971. "optional": true,
  2972. "dependencies": {
  2973. "@napi-rs/wasm-runtime": "^1.0.7"
  2974. },
  2975. "engines": {
  2976. "node": ">=14.0.0"
  2977. }
  2978. },
  2979. "node_modules/@oxc-parser/binding-win32-arm64-msvc": {
  2980. "version": "0.95.0",
  2981. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.95.0.tgz",
  2982. "integrity": "sha512-RWvaA6s1SYlBj9CxwHfNn0CRlkPdv9fEUAXfZkGQPdP5e1ppIaO2KYE0sUov/zzp9hPTMMsTMHl4dcIbb+pHCQ==",
  2983. "cpu": [
  2984. "arm64"
  2985. ],
  2986. "license": "MIT",
  2987. "optional": true,
  2988. "os": [
  2989. "win32"
  2990. ],
  2991. "engines": {
  2992. "node": "^20.19.0 || >=22.12.0"
  2993. }
  2994. },
  2995. "node_modules/@oxc-parser/binding-win32-x64-msvc": {
  2996. "version": "0.95.0",
  2997. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.95.0.tgz",
  2998. "integrity": "sha512-BQpgl7rDjFvCIHudmUR0dCwc4ylBYZl4CPVinlD3NhkMif4WD5dADckoo5ES/KOpFyvwcbKZX+grP63cjHi26g==",
  2999. "cpu": [
  3000. "x64"
  3001. ],
  3002. "license": "MIT",
  3003. "optional": true,
  3004. "os": [
  3005. "win32"
  3006. ],
  3007. "engines": {
  3008. "node": "^20.19.0 || >=22.12.0"
  3009. }
  3010. },
  3011. "node_modules/@oxc-project/types": {
  3012. "version": "0.95.0",
  3013. "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.95.0.tgz",
  3014. "integrity": "sha512-vACy7vhpMPhjEJhULNxrdR0D943TkA/MigMpJCHmBHvMXxRStRi/dPtTlfQ3uDwWSzRpT8z+7ImjZVf8JWBocQ==",
  3015. "license": "MIT",
  3016. "funding": {
  3017. "url": "https://github.com/sponsors/Boshen"
  3018. }
  3019. },
  3020. "node_modules/@oxc-transform/binding-android-arm64": {
  3021. "version": "0.95.0",
  3022. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-android-arm64/-/binding-android-arm64-0.95.0.tgz",
  3023. "integrity": "sha512-eW+BCgRWOsMrDiz7FEV7BjAmaF9lGIc2ueGdRUYjRUMq4f5FSGS7gMBTYDxajdoIB3L5Gnksh1CWkIlgg95UVA==",
  3024. "cpu": [
  3025. "arm64"
  3026. ],
  3027. "license": "MIT",
  3028. "optional": true,
  3029. "os": [
  3030. "android"
  3031. ],
  3032. "engines": {
  3033. "node": "^20.19.0 || >=22.12.0"
  3034. }
  3035. },
  3036. "node_modules/@oxc-transform/binding-darwin-arm64": {
  3037. "version": "0.95.0",
  3038. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-darwin-arm64/-/binding-darwin-arm64-0.95.0.tgz",
  3039. "integrity": "sha512-OUUaYZVss8tyDZZ7TGr2vnH3+i3Ouwsx0frQRGkiePNatXxaJJ3NS5+Kwgi9hh3WryXaQz2hWji4AM2RHYE7Cg==",
  3040. "cpu": [
  3041. "arm64"
  3042. ],
  3043. "license": "MIT",
  3044. "optional": true,
  3045. "os": [
  3046. "darwin"
  3047. ],
  3048. "engines": {
  3049. "node": "^20.19.0 || >=22.12.0"
  3050. }
  3051. },
  3052. "node_modules/@oxc-transform/binding-darwin-x64": {
  3053. "version": "0.95.0",
  3054. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-darwin-x64/-/binding-darwin-x64-0.95.0.tgz",
  3055. "integrity": "sha512-49UPEgIlgWUndwcP3LH6dvmOewZ92DxCMpFMo11JhUlmNJxA3sjVImEBRB56/tJ+XF+xnya9kB1oCW4yRY+mRw==",
  3056. "cpu": [
  3057. "x64"
  3058. ],
  3059. "license": "MIT",
  3060. "optional": true,
  3061. "os": [
  3062. "darwin"
  3063. ],
  3064. "engines": {
  3065. "node": "^20.19.0 || >=22.12.0"
  3066. }
  3067. },
  3068. "node_modules/@oxc-transform/binding-freebsd-x64": {
  3069. "version": "0.95.0",
  3070. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-freebsd-x64/-/binding-freebsd-x64-0.95.0.tgz",
  3071. "integrity": "sha512-lNKrHKaDEm8pbKlVbn0rv2L97O0lbA0Tsrxx4GF/HhmdW+NgwGU1pMzZ4tB2QcylbqgKxOB+v9luebHyh1jfgA==",
  3072. "cpu": [
  3073. "x64"
  3074. ],
  3075. "license": "MIT",
  3076. "optional": true,
  3077. "os": [
  3078. "freebsd"
  3079. ],
  3080. "engines": {
  3081. "node": "^20.19.0 || >=22.12.0"
  3082. }
  3083. },
  3084. "node_modules/@oxc-transform/binding-linux-arm-gnueabihf": {
  3085. "version": "0.95.0",
  3086. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.95.0.tgz",
  3087. "integrity": "sha512-+VWcLeeizI8IjU+V+o8AmzPuIMiTrGr0vrmXU3CEsV05MrywCuJU+f6ilPs3JBKno9VIwqvRpHB/z39sQabHWg==",
  3088. "cpu": [
  3089. "arm"
  3090. ],
  3091. "license": "MIT",
  3092. "optional": true,
  3093. "os": [
  3094. "linux"
  3095. ],
  3096. "engines": {
  3097. "node": "^20.19.0 || >=22.12.0"
  3098. }
  3099. },
  3100. "node_modules/@oxc-transform/binding-linux-arm-musleabihf": {
  3101. "version": "0.95.0",
  3102. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.95.0.tgz",
  3103. "integrity": "sha512-a59xPw84t6VwlvNEGcmuw3feGcKcWOC7uB8oePJ/BVSAV1yayLoB3k6JASwLTZ7N/PNPNUhcw1jDxowgAfBJfg==",
  3104. "cpu": [
  3105. "arm"
  3106. ],
  3107. "license": "MIT",
  3108. "optional": true,
  3109. "os": [
  3110. "linux"
  3111. ],
  3112. "engines": {
  3113. "node": "^20.19.0 || >=22.12.0"
  3114. }
  3115. },
  3116. "node_modules/@oxc-transform/binding-linux-arm64-gnu": {
  3117. "version": "0.95.0",
  3118. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.95.0.tgz",
  3119. "integrity": "sha512-NLdrFuEHlmbiC1M1WESFV4luUcB/84GXi+cbnRXhgMjIW/CThRVJ989eTJy59QivkVlLcJSKTiKiKCt0O6TTlQ==",
  3120. "cpu": [
  3121. "arm64"
  3122. ],
  3123. "license": "MIT",
  3124. "optional": true,
  3125. "os": [
  3126. "linux"
  3127. ],
  3128. "engines": {
  3129. "node": "^20.19.0 || >=22.12.0"
  3130. }
  3131. },
  3132. "node_modules/@oxc-transform/binding-linux-arm64-musl": {
  3133. "version": "0.95.0",
  3134. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.95.0.tgz",
  3135. "integrity": "sha512-GL0ffCPW8JlFI0/jeSgCY665yDdojHxA0pbYG+k8oEHOWCYZUZK9AXL+r0oerNEWYJ8CRB+L5Yq87ZtU/YUitw==",
  3136. "cpu": [
  3137. "arm64"
  3138. ],
  3139. "license": "MIT",
  3140. "optional": true,
  3141. "os": [
  3142. "linux"
  3143. ],
  3144. "engines": {
  3145. "node": "^20.19.0 || >=22.12.0"
  3146. }
  3147. },
  3148. "node_modules/@oxc-transform/binding-linux-riscv64-gnu": {
  3149. "version": "0.95.0",
  3150. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.95.0.tgz",
  3151. "integrity": "sha512-tbH7LaClSmN3YFVo1UjMSe7D6gkb5f+CMIbj9i873UUZomVRmAjC4ygioObfzM+sj/tX0WoTXx5L1YOfQkHL6Q==",
  3152. "cpu": [
  3153. "riscv64"
  3154. ],
  3155. "license": "MIT",
  3156. "optional": true,
  3157. "os": [
  3158. "linux"
  3159. ],
  3160. "engines": {
  3161. "node": "^20.19.0 || >=22.12.0"
  3162. }
  3163. },
  3164. "node_modules/@oxc-transform/binding-linux-s390x-gnu": {
  3165. "version": "0.95.0",
  3166. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.95.0.tgz",
  3167. "integrity": "sha512-8jMqiURWa0iTiPMg7BWaln89VdhhWzNlPyKM90NaFVVhBIKCr2UEhrQWdpBw/E9C8uWf/4VabBEhfPMK+0yS4w==",
  3168. "cpu": [
  3169. "s390x"
  3170. ],
  3171. "license": "MIT",
  3172. "optional": true,
  3173. "os": [
  3174. "linux"
  3175. ],
  3176. "engines": {
  3177. "node": "^20.19.0 || >=22.12.0"
  3178. }
  3179. },
  3180. "node_modules/@oxc-transform/binding-linux-x64-gnu": {
  3181. "version": "0.95.0",
  3182. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.95.0.tgz",
  3183. "integrity": "sha512-D5ULJ2uWipsTgfvHIvqmnGkCtB3Fyt2ZN7APRjVO+wLr+HtmnaWddKsLdrRWX/m/6nQ2xQdoQekdJrokYK9LtQ==",
  3184. "cpu": [
  3185. "x64"
  3186. ],
  3187. "license": "MIT",
  3188. "optional": true,
  3189. "os": [
  3190. "linux"
  3191. ],
  3192. "engines": {
  3193. "node": "^20.19.0 || >=22.12.0"
  3194. }
  3195. },
  3196. "node_modules/@oxc-transform/binding-linux-x64-musl": {
  3197. "version": "0.95.0",
  3198. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-x64-musl/-/binding-linux-x64-musl-0.95.0.tgz",
  3199. "integrity": "sha512-DmCGU+FzRezES5wVAGVimZGzYIjMOapXbWpxuz8M8p3nMrfdBEQ5/tpwBp2vRlIohhABy4vhHJByl4c64ENCGQ==",
  3200. "cpu": [
  3201. "x64"
  3202. ],
  3203. "license": "MIT",
  3204. "optional": true,
  3205. "os": [
  3206. "linux"
  3207. ],
  3208. "engines": {
  3209. "node": "^20.19.0 || >=22.12.0"
  3210. }
  3211. },
  3212. "node_modules/@oxc-transform/binding-wasm32-wasi": {
  3213. "version": "0.95.0",
  3214. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-wasm32-wasi/-/binding-wasm32-wasi-0.95.0.tgz",
  3215. "integrity": "sha512-tSo1EU4Whd1gXyae7cwSDouhppkuz6Jkd5LY8Uch9VKsHVSRhDLDW19Mq6VSwtyPxDPTJnJ2jYJWm+n8SYXiXQ==",
  3216. "cpu": [
  3217. "wasm32"
  3218. ],
  3219. "license": "MIT",
  3220. "optional": true,
  3221. "dependencies": {
  3222. "@napi-rs/wasm-runtime": "^1.0.7"
  3223. },
  3224. "engines": {
  3225. "node": ">=14.0.0"
  3226. }
  3227. },
  3228. "node_modules/@oxc-transform/binding-win32-arm64-msvc": {
  3229. "version": "0.95.0",
  3230. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.95.0.tgz",
  3231. "integrity": "sha512-6eaxlgj+J5n8zgJTSugqdPLBtKGRqvxYLcvHN8b+U9hVhF/2HG/JCOrcSYV/XgWGNPQiaRVzpR3hGhmFro9QTw==",
  3232. "cpu": [
  3233. "arm64"
  3234. ],
  3235. "license": "MIT",
  3236. "optional": true,
  3237. "os": [
  3238. "win32"
  3239. ],
  3240. "engines": {
  3241. "node": "^20.19.0 || >=22.12.0"
  3242. }
  3243. },
  3244. "node_modules/@oxc-transform/binding-win32-x64-msvc": {
  3245. "version": "0.95.0",
  3246. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.95.0.tgz",
  3247. "integrity": "sha512-Y8JY79A7fTuBjEXZFu+mHbHzgsV3uJDUuUKeGffpOwI1ayOGCKeBJTiMhksYkiir1xS+DkGLEz73+xse9Is9rw==",
  3248. "cpu": [
  3249. "x64"
  3250. ],
  3251. "license": "MIT",
  3252. "optional": true,
  3253. "os": [
  3254. "win32"
  3255. ],
  3256. "engines": {
  3257. "node": "^20.19.0 || >=22.12.0"
  3258. }
  3259. },
  3260. "node_modules/@parcel/watcher": {
  3261. "version": "2.5.6",
  3262. "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.6.tgz",
  3263. "integrity": "sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==",
  3264. "hasInstallScript": true,
  3265. "license": "MIT",
  3266. "dependencies": {
  3267. "detect-libc": "^2.0.3",
  3268. "is-glob": "^4.0.3",
  3269. "node-addon-api": "^7.0.0",
  3270. "picomatch": "^4.0.3"
  3271. },
  3272. "engines": {
  3273. "node": ">= 10.0.0"
  3274. },
  3275. "funding": {
  3276. "type": "opencollective",
  3277. "url": "https://opencollective.com/parcel"
  3278. },
  3279. "optionalDependencies": {
  3280. "@parcel/watcher-android-arm64": "2.5.6",
  3281. "@parcel/watcher-darwin-arm64": "2.5.6",
  3282. "@parcel/watcher-darwin-x64": "2.5.6",
  3283. "@parcel/watcher-freebsd-x64": "2.5.6",
  3284. "@parcel/watcher-linux-arm-glibc": "2.5.6",
  3285. "@parcel/watcher-linux-arm-musl": "2.5.6",
  3286. "@parcel/watcher-linux-arm64-glibc": "2.5.6",
  3287. "@parcel/watcher-linux-arm64-musl": "2.5.6",
  3288. "@parcel/watcher-linux-x64-glibc": "2.5.6",
  3289. "@parcel/watcher-linux-x64-musl": "2.5.6",
  3290. "@parcel/watcher-win32-arm64": "2.5.6",
  3291. "@parcel/watcher-win32-ia32": "2.5.6",
  3292. "@parcel/watcher-win32-x64": "2.5.6"
  3293. }
  3294. },
  3295. "node_modules/@parcel/watcher-android-arm64": {
  3296. "version": "2.5.6",
  3297. "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.6.tgz",
  3298. "integrity": "sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==",
  3299. "cpu": [
  3300. "arm64"
  3301. ],
  3302. "license": "MIT",
  3303. "optional": true,
  3304. "os": [
  3305. "android"
  3306. ],
  3307. "engines": {
  3308. "node": ">= 10.0.0"
  3309. },
  3310. "funding": {
  3311. "type": "opencollective",
  3312. "url": "https://opencollective.com/parcel"
  3313. }
  3314. },
  3315. "node_modules/@parcel/watcher-darwin-arm64": {
  3316. "version": "2.5.6",
  3317. "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.6.tgz",
  3318. "integrity": "sha512-Z2ZdrnwyXvvvdtRHLmM4knydIdU9adO3D4n/0cVipF3rRiwP+3/sfzpAwA/qKFL6i1ModaabkU7IbpeMBgiVEA==",
  3319. "cpu": [
  3320. "arm64"
  3321. ],
  3322. "license": "MIT",
  3323. "optional": true,
  3324. "os": [
  3325. "darwin"
  3326. ],
  3327. "engines": {
  3328. "node": ">= 10.0.0"
  3329. },
  3330. "funding": {
  3331. "type": "opencollective",
  3332. "url": "https://opencollective.com/parcel"
  3333. }
  3334. },
  3335. "node_modules/@parcel/watcher-darwin-x64": {
  3336. "version": "2.5.6",
  3337. "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.6.tgz",
  3338. "integrity": "sha512-HgvOf3W9dhithcwOWX9uDZyn1lW9R+7tPZ4sug+NGrGIo4Rk1hAXLEbcH1TQSqxts0NYXXlOWqVpvS1SFS4fRg==",
  3339. "cpu": [
  3340. "x64"
  3341. ],
  3342. "license": "MIT",
  3343. "optional": true,
  3344. "os": [
  3345. "darwin"
  3346. ],
  3347. "engines": {
  3348. "node": ">= 10.0.0"
  3349. },
  3350. "funding": {
  3351. "type": "opencollective",
  3352. "url": "https://opencollective.com/parcel"
  3353. }
  3354. },
  3355. "node_modules/@parcel/watcher-freebsd-x64": {
  3356. "version": "2.5.6",
  3357. "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.6.tgz",
  3358. "integrity": "sha512-vJVi8yd/qzJxEKHkeemh7w3YAn6RJCtYlE4HPMoVnCpIXEzSrxErBW5SJBgKLbXU3WdIpkjBTeUNtyBVn8TRng==",
  3359. "cpu": [
  3360. "x64"
  3361. ],
  3362. "license": "MIT",
  3363. "optional": true,
  3364. "os": [
  3365. "freebsd"
  3366. ],
  3367. "engines": {
  3368. "node": ">= 10.0.0"
  3369. },
  3370. "funding": {
  3371. "type": "opencollective",
  3372. "url": "https://opencollective.com/parcel"
  3373. }
  3374. },
  3375. "node_modules/@parcel/watcher-linux-arm-glibc": {
  3376. "version": "2.5.6",
  3377. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.6.tgz",
  3378. "integrity": "sha512-9JiYfB6h6BgV50CCfasfLf/uvOcJskMSwcdH1PHH9rvS1IrNy8zad6IUVPVUfmXr+u+Km9IxcfMLzgdOudz9EQ==",
  3379. "cpu": [
  3380. "arm"
  3381. ],
  3382. "license": "MIT",
  3383. "optional": true,
  3384. "os": [
  3385. "linux"
  3386. ],
  3387. "engines": {
  3388. "node": ">= 10.0.0"
  3389. },
  3390. "funding": {
  3391. "type": "opencollective",
  3392. "url": "https://opencollective.com/parcel"
  3393. }
  3394. },
  3395. "node_modules/@parcel/watcher-linux-arm-musl": {
  3396. "version": "2.5.6",
  3397. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.6.tgz",
  3398. "integrity": "sha512-Ve3gUCG57nuUUSyjBq/MAM0CzArtuIOxsBdQ+ftz6ho8n7s1i9E1Nmk/xmP323r2YL0SONs1EuwqBp2u1k5fxg==",
  3399. "cpu": [
  3400. "arm"
  3401. ],
  3402. "license": "MIT",
  3403. "optional": true,
  3404. "os": [
  3405. "linux"
  3406. ],
  3407. "engines": {
  3408. "node": ">= 10.0.0"
  3409. },
  3410. "funding": {
  3411. "type": "opencollective",
  3412. "url": "https://opencollective.com/parcel"
  3413. }
  3414. },
  3415. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  3416. "version": "2.5.6",
  3417. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.6.tgz",
  3418. "integrity": "sha512-f2g/DT3NhGPdBmMWYoxixqYr3v/UXcmLOYy16Bx0TM20Tchduwr4EaCbmxh1321TABqPGDpS8D/ggOTaljijOA==",
  3419. "cpu": [
  3420. "arm64"
  3421. ],
  3422. "license": "MIT",
  3423. "optional": true,
  3424. "os": [
  3425. "linux"
  3426. ],
  3427. "engines": {
  3428. "node": ">= 10.0.0"
  3429. },
  3430. "funding": {
  3431. "type": "opencollective",
  3432. "url": "https://opencollective.com/parcel"
  3433. }
  3434. },
  3435. "node_modules/@parcel/watcher-linux-arm64-musl": {
  3436. "version": "2.5.6",
  3437. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.6.tgz",
  3438. "integrity": "sha512-qb6naMDGlbCwdhLj6hgoVKJl2odL34z2sqkC7Z6kzir8b5W65WYDpLB6R06KabvZdgoHI/zxke4b3zR0wAbDTA==",
  3439. "cpu": [
  3440. "arm64"
  3441. ],
  3442. "license": "MIT",
  3443. "optional": true,
  3444. "os": [
  3445. "linux"
  3446. ],
  3447. "engines": {
  3448. "node": ">= 10.0.0"
  3449. },
  3450. "funding": {
  3451. "type": "opencollective",
  3452. "url": "https://opencollective.com/parcel"
  3453. }
  3454. },
  3455. "node_modules/@parcel/watcher-linux-x64-glibc": {
  3456. "version": "2.5.6",
  3457. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.6.tgz",
  3458. "integrity": "sha512-kbT5wvNQlx7NaGjzPFu8nVIW1rWqV780O7ZtkjuWaPUgpv2NMFpjYERVi0UYj1msZNyCzGlaCWEtzc+exjMGbQ==",
  3459. "cpu": [
  3460. "x64"
  3461. ],
  3462. "license": "MIT",
  3463. "optional": true,
  3464. "os": [
  3465. "linux"
  3466. ],
  3467. "engines": {
  3468. "node": ">= 10.0.0"
  3469. },
  3470. "funding": {
  3471. "type": "opencollective",
  3472. "url": "https://opencollective.com/parcel"
  3473. }
  3474. },
  3475. "node_modules/@parcel/watcher-linux-x64-musl": {
  3476. "version": "2.5.6",
  3477. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.6.tgz",
  3478. "integrity": "sha512-1JRFeC+h7RdXwldHzTsmdtYR/Ku8SylLgTU/reMuqdVD7CtLwf0VR1FqeprZ0eHQkO0vqsbvFLXUmYm/uNKJBg==",
  3479. "cpu": [
  3480. "x64"
  3481. ],
  3482. "license": "MIT",
  3483. "optional": true,
  3484. "os": [
  3485. "linux"
  3486. ],
  3487. "engines": {
  3488. "node": ">= 10.0.0"
  3489. },
  3490. "funding": {
  3491. "type": "opencollective",
  3492. "url": "https://opencollective.com/parcel"
  3493. }
  3494. },
  3495. "node_modules/@parcel/watcher-wasm": {
  3496. "version": "2.5.6",
  3497. "resolved": "https://registry.npmjs.org/@parcel/watcher-wasm/-/watcher-wasm-2.5.6.tgz",
  3498. "integrity": "sha512-byAiBZ1t3tXQvc8dMD/eoyE7lTXYorhn+6uVW5AC+JGI1KtJC/LvDche5cfUE+qiefH+Ybq0bUCJU0aB1cSHUA==",
  3499. "bundleDependencies": [
  3500. "napi-wasm"
  3501. ],
  3502. "license": "MIT",
  3503. "dependencies": {
  3504. "is-glob": "^4.0.3",
  3505. "napi-wasm": "^1.1.0",
  3506. "picomatch": "^4.0.3"
  3507. },
  3508. "engines": {
  3509. "node": ">= 10.0.0"
  3510. },
  3511. "funding": {
  3512. "type": "opencollective",
  3513. "url": "https://opencollective.com/parcel"
  3514. }
  3515. },
  3516. "node_modules/@parcel/watcher-wasm/node_modules/napi-wasm": {
  3517. "version": "1.1.0",
  3518. "inBundle": true,
  3519. "license": "MIT"
  3520. },
  3521. "node_modules/@parcel/watcher-win32-arm64": {
  3522. "version": "2.5.6",
  3523. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.6.tgz",
  3524. "integrity": "sha512-3ukyebjc6eGlw9yRt678DxVF7rjXatWiHvTXqphZLvo7aC5NdEgFufVwjFfY51ijYEWpXbqF5jtrK275z52D4Q==",
  3525. "cpu": [
  3526. "arm64"
  3527. ],
  3528. "license": "MIT",
  3529. "optional": true,
  3530. "os": [
  3531. "win32"
  3532. ],
  3533. "engines": {
  3534. "node": ">= 10.0.0"
  3535. },
  3536. "funding": {
  3537. "type": "opencollective",
  3538. "url": "https://opencollective.com/parcel"
  3539. }
  3540. },
  3541. "node_modules/@parcel/watcher-win32-ia32": {
  3542. "version": "2.5.6",
  3543. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.6.tgz",
  3544. "integrity": "sha512-k35yLp1ZMwwee3Ez/pxBi5cf4AoBKYXj00CZ80jUz5h8prpiaQsiRPKQMxoLstNuqe2vR4RNPEAEcjEFzhEz/g==",
  3545. "cpu": [
  3546. "ia32"
  3547. ],
  3548. "license": "MIT",
  3549. "optional": true,
  3550. "os": [
  3551. "win32"
  3552. ],
  3553. "engines": {
  3554. "node": ">= 10.0.0"
  3555. },
  3556. "funding": {
  3557. "type": "opencollective",
  3558. "url": "https://opencollective.com/parcel"
  3559. }
  3560. },
  3561. "node_modules/@parcel/watcher-win32-x64": {
  3562. "version": "2.5.6",
  3563. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.6.tgz",
  3564. "integrity": "sha512-hbQlYcCq5dlAX9Qx+kFb0FHue6vbjlf0FrNzSKdYK2APUf7tGfGxQCk2ihEREmbR6ZMc0MVAD5RIX/41gpUzTw==",
  3565. "cpu": [
  3566. "x64"
  3567. ],
  3568. "license": "MIT",
  3569. "optional": true,
  3570. "os": [
  3571. "win32"
  3572. ],
  3573. "engines": {
  3574. "node": ">= 10.0.0"
  3575. },
  3576. "funding": {
  3577. "type": "opencollective",
  3578. "url": "https://opencollective.com/parcel"
  3579. }
  3580. },
  3581. "node_modules/@pkgjs/parseargs": {
  3582. "version": "0.11.0",
  3583. "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
  3584. "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
  3585. "license": "MIT",
  3586. "optional": true,
  3587. "engines": {
  3588. "node": ">=14"
  3589. }
  3590. },
  3591. "node_modules/@polka/url": {
  3592. "version": "1.0.0-next.29",
  3593. "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.29.tgz",
  3594. "integrity": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==",
  3595. "license": "MIT"
  3596. },
  3597. "node_modules/@poppinss/colors": {
  3598. "version": "4.1.6",
  3599. "resolved": "https://registry.npmjs.org/@poppinss/colors/-/colors-4.1.6.tgz",
  3600. "integrity": "sha512-H9xkIdFswbS8n1d6vmRd8+c10t2Qe+rZITbbDHHkQixH5+2x1FDGmi/0K+WgWiqQFKPSlIYB7jlH6Kpfn6Fleg==",
  3601. "license": "MIT",
  3602. "dependencies": {
  3603. "kleur": "^4.1.5"
  3604. }
  3605. },
  3606. "node_modules/@poppinss/colors/node_modules/kleur": {
  3607. "version": "4.1.5",
  3608. "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz",
  3609. "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==",
  3610. "license": "MIT",
  3611. "engines": {
  3612. "node": ">=6"
  3613. }
  3614. },
  3615. "node_modules/@poppinss/dumper": {
  3616. "version": "0.7.0",
  3617. "resolved": "https://registry.npmjs.org/@poppinss/dumper/-/dumper-0.7.0.tgz",
  3618. "integrity": "sha512-0UTYalzk2t6S4rA2uHOz5bSSW2CHdv4vggJI6Alg90yvl0UgXs6XSXpH96OH+bRkX4J/06djv29pqXJ0lq5Kag==",
  3619. "license": "MIT",
  3620. "dependencies": {
  3621. "@poppinss/colors": "^4.1.5",
  3622. "@sindresorhus/is": "^7.0.2",
  3623. "supports-color": "^10.0.0"
  3624. }
  3625. },
  3626. "node_modules/@poppinss/exception": {
  3627. "version": "1.2.2",
  3628. "resolved": "https://registry.npmjs.org/@poppinss/exception/-/exception-1.2.2.tgz",
  3629. "integrity": "sha512-m7bpKCD4QMlFCjA/nKTs23fuvoVFoA83brRKmObCUNmi/9tVu8Ve3w4YQAnJu4q3Tjf5fr685HYIC/IA2zHRSg==",
  3630. "license": "MIT"
  3631. },
  3632. "node_modules/@rolldown/pluginutils": {
  3633. "version": "1.0.0-beta.29",
  3634. "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.29.tgz",
  3635. "integrity": "sha512-NIJgOsMjbxAXvoGq/X0gD7VPMQ8j9g0BiDaNjVNVjvl+iKXxL3Jre0v31RmBYeLEmkbj2s02v8vFTbUXi5XS2Q==",
  3636. "license": "MIT"
  3637. },
  3638. "node_modules/@rollup/plugin-alias": {
  3639. "version": "6.0.0",
  3640. "resolved": "https://registry.npmjs.org/@rollup/plugin-alias/-/plugin-alias-6.0.0.tgz",
  3641. "integrity": "sha512-tPCzJOtS7uuVZd+xPhoy5W4vThe6KWXNmsFCNktaAh5RTqcLiSfT4huPQIXkgJ6YCOjJHvecOAzQxLFhPxKr+g==",
  3642. "license": "MIT",
  3643. "engines": {
  3644. "node": ">=20.19.0"
  3645. },
  3646. "peerDependencies": {
  3647. "rollup": ">=4.0.0"
  3648. },
  3649. "peerDependenciesMeta": {
  3650. "rollup": {
  3651. "optional": true
  3652. }
  3653. }
  3654. },
  3655. "node_modules/@rollup/plugin-commonjs": {
  3656. "version": "29.0.2",
  3657. "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-29.0.2.tgz",
  3658. "integrity": "sha512-S/ggWH1LU7jTyi9DxZOKyxpVd4hF/OZ0JrEbeLjXk/DFXwRny0tjD2c992zOUYQobLrVkRVMDdmHP16HKP7GRg==",
  3659. "license": "MIT",
  3660. "dependencies": {
  3661. "@rollup/pluginutils": "^5.0.1",
  3662. "commondir": "^1.0.1",
  3663. "estree-walker": "^2.0.2",
  3664. "fdir": "^6.2.0",
  3665. "is-reference": "1.2.1",
  3666. "magic-string": "^0.30.3",
  3667. "picomatch": "^4.0.2"
  3668. },
  3669. "engines": {
  3670. "node": ">=16.0.0 || 14 >= 14.17"
  3671. },
  3672. "peerDependencies": {
  3673. "rollup": "^2.68.0||^3.0.0||^4.0.0"
  3674. },
  3675. "peerDependenciesMeta": {
  3676. "rollup": {
  3677. "optional": true
  3678. }
  3679. }
  3680. },
  3681. "node_modules/@rollup/plugin-inject": {
  3682. "version": "5.0.5",
  3683. "resolved": "https://registry.npmjs.org/@rollup/plugin-inject/-/plugin-inject-5.0.5.tgz",
  3684. "integrity": "sha512-2+DEJbNBoPROPkgTDNe8/1YXWcqxbN5DTjASVIOx8HS+pITXushyNiBV56RB08zuptzz8gT3YfkqriTBVycepg==",
  3685. "license": "MIT",
  3686. "dependencies": {
  3687. "@rollup/pluginutils": "^5.0.1",
  3688. "estree-walker": "^2.0.2",
  3689. "magic-string": "^0.30.3"
  3690. },
  3691. "engines": {
  3692. "node": ">=14.0.0"
  3693. },
  3694. "peerDependencies": {
  3695. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  3696. },
  3697. "peerDependenciesMeta": {
  3698. "rollup": {
  3699. "optional": true
  3700. }
  3701. }
  3702. },
  3703. "node_modules/@rollup/plugin-json": {
  3704. "version": "6.1.0",
  3705. "resolved": "https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-6.1.0.tgz",
  3706. "integrity": "sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==",
  3707. "license": "MIT",
  3708. "dependencies": {
  3709. "@rollup/pluginutils": "^5.1.0"
  3710. },
  3711. "engines": {
  3712. "node": ">=14.0.0"
  3713. },
  3714. "peerDependencies": {
  3715. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  3716. },
  3717. "peerDependenciesMeta": {
  3718. "rollup": {
  3719. "optional": true
  3720. }
  3721. }
  3722. },
  3723. "node_modules/@rollup/plugin-node-resolve": {
  3724. "version": "16.0.3",
  3725. "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-16.0.3.tgz",
  3726. "integrity": "sha512-lUYM3UBGuM93CnMPG1YocWu7X802BrNF3jW2zny5gQyLQgRFJhV1Sq0Zi74+dh/6NBx1DxFC4b4GXg9wUCG5Qg==",
  3727. "license": "MIT",
  3728. "dependencies": {
  3729. "@rollup/pluginutils": "^5.0.1",
  3730. "@types/resolve": "1.20.2",
  3731. "deepmerge": "^4.2.2",
  3732. "is-module": "^1.0.0",
  3733. "resolve": "^1.22.1"
  3734. },
  3735. "engines": {
  3736. "node": ">=14.0.0"
  3737. },
  3738. "peerDependencies": {
  3739. "rollup": "^2.78.0||^3.0.0||^4.0.0"
  3740. },
  3741. "peerDependenciesMeta": {
  3742. "rollup": {
  3743. "optional": true
  3744. }
  3745. }
  3746. },
  3747. "node_modules/@rollup/plugin-replace": {
  3748. "version": "6.0.3",
  3749. "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-6.0.3.tgz",
  3750. "integrity": "sha512-J4RZarRvQAm5IF0/LwUUg+obsm+xZhYnbMXmXROyoSE1ATJe3oXSb9L5MMppdxP2ylNSjv6zFBwKYjcKMucVfA==",
  3751. "license": "MIT",
  3752. "dependencies": {
  3753. "@rollup/pluginutils": "^5.0.1",
  3754. "magic-string": "^0.30.3"
  3755. },
  3756. "engines": {
  3757. "node": ">=14.0.0"
  3758. },
  3759. "peerDependencies": {
  3760. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  3761. },
  3762. "peerDependenciesMeta": {
  3763. "rollup": {
  3764. "optional": true
  3765. }
  3766. }
  3767. },
  3768. "node_modules/@rollup/plugin-terser": {
  3769. "version": "1.0.0",
  3770. "resolved": "https://registry.npmjs.org/@rollup/plugin-terser/-/plugin-terser-1.0.0.tgz",
  3771. "integrity": "sha512-FnCxhTBx6bMOYQrar6C8h3scPt8/JwIzw3+AJ2K++6guogH5fYaIFia+zZuhqv0eo1RN7W1Pz630SyvLbDjhtQ==",
  3772. "license": "MIT",
  3773. "dependencies": {
  3774. "serialize-javascript": "^7.0.3",
  3775. "smob": "^1.0.0",
  3776. "terser": "^5.17.4"
  3777. },
  3778. "engines": {
  3779. "node": ">=20.0.0"
  3780. },
  3781. "peerDependencies": {
  3782. "rollup": "^2.0.0||^3.0.0||^4.0.0"
  3783. },
  3784. "peerDependenciesMeta": {
  3785. "rollup": {
  3786. "optional": true
  3787. }
  3788. }
  3789. },
  3790. "node_modules/@rollup/pluginutils": {
  3791. "version": "5.3.0",
  3792. "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.3.0.tgz",
  3793. "integrity": "sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==",
  3794. "license": "MIT",
  3795. "dependencies": {
  3796. "@types/estree": "^1.0.0",
  3797. "estree-walker": "^2.0.2",
  3798. "picomatch": "^4.0.2"
  3799. },
  3800. "engines": {
  3801. "node": ">=14.0.0"
  3802. },
  3803. "peerDependencies": {
  3804. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  3805. },
  3806. "peerDependenciesMeta": {
  3807. "rollup": {
  3808. "optional": true
  3809. }
  3810. }
  3811. },
  3812. "node_modules/@rollup/rollup-android-arm-eabi": {
  3813. "version": "4.60.2",
  3814. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.60.2.tgz",
  3815. "integrity": "sha512-dnlp69efPPg6Uaw2dVqzWRfAWRnYVb1XJ8CyyhIbZeaq4CA5/mLeZ1IEt9QqQxmbdvagjLIm2ZL8BxXv5lH4Yw==",
  3816. "cpu": [
  3817. "arm"
  3818. ],
  3819. "license": "MIT",
  3820. "optional": true,
  3821. "os": [
  3822. "android"
  3823. ]
  3824. },
  3825. "node_modules/@rollup/rollup-android-arm64": {
  3826. "version": "4.60.2",
  3827. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.60.2.tgz",
  3828. "integrity": "sha512-OqZTwDRDchGRHHm/hwLOL7uVPB9aUvI0am/eQuWMNyFHf5PSEQmyEeYYheA0EPPKUO/l0uigCp+iaTjoLjVoHg==",
  3829. "cpu": [
  3830. "arm64"
  3831. ],
  3832. "license": "MIT",
  3833. "optional": true,
  3834. "os": [
  3835. "android"
  3836. ]
  3837. },
  3838. "node_modules/@rollup/rollup-darwin-arm64": {
  3839. "version": "4.60.2",
  3840. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.60.2.tgz",
  3841. "integrity": "sha512-UwRE7CGpvSVEQS8gUMBe1uADWjNnVgP3Iusyda1nSRwNDCsRjnGc7w6El6WLQsXmZTbLZx9cecegumcitNfpmA==",
  3842. "cpu": [
  3843. "arm64"
  3844. ],
  3845. "license": "MIT",
  3846. "optional": true,
  3847. "os": [
  3848. "darwin"
  3849. ]
  3850. },
  3851. "node_modules/@rollup/rollup-darwin-x64": {
  3852. "version": "4.60.2",
  3853. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.60.2.tgz",
  3854. "integrity": "sha512-gjEtURKLCC5VXm1I+2i1u9OhxFsKAQJKTVB8WvDAHF+oZlq0GTVFOlTlO1q3AlCTE/DF32c16ESvfgqR7343/g==",
  3855. "cpu": [
  3856. "x64"
  3857. ],
  3858. "license": "MIT",
  3859. "optional": true,
  3860. "os": [
  3861. "darwin"
  3862. ]
  3863. },
  3864. "node_modules/@rollup/rollup-freebsd-arm64": {
  3865. "version": "4.60.2",
  3866. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.60.2.tgz",
  3867. "integrity": "sha512-Bcl6CYDeAgE70cqZaMojOi/eK63h5Me97ZqAQoh77VPjMysA/4ORQBRGo3rRy45x4MzVlU9uZxs8Uwy7ZaKnBw==",
  3868. "cpu": [
  3869. "arm64"
  3870. ],
  3871. "license": "MIT",
  3872. "optional": true,
  3873. "os": [
  3874. "freebsd"
  3875. ]
  3876. },
  3877. "node_modules/@rollup/rollup-freebsd-x64": {
  3878. "version": "4.60.2",
  3879. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.60.2.tgz",
  3880. "integrity": "sha512-LU+TPda3mAE2QB0/Hp5VyeKJivpC6+tlOXd1VMoXV/YFMvk/MNk5iXeBfB4MQGRWyOYVJ01625vjkr0Az98OJQ==",
  3881. "cpu": [
  3882. "x64"
  3883. ],
  3884. "license": "MIT",
  3885. "optional": true,
  3886. "os": [
  3887. "freebsd"
  3888. ]
  3889. },
  3890. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  3891. "version": "4.60.2",
  3892. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.60.2.tgz",
  3893. "integrity": "sha512-2QxQrM+KQ7DAW4o22j+XZ6RKdxjLD7BOWTP0Bv0tmjdyhXSsr2Ul1oJDQqh9Zf5qOwTuTc7Ek83mOFaKnodPjg==",
  3894. "cpu": [
  3895. "arm"
  3896. ],
  3897. "license": "MIT",
  3898. "optional": true,
  3899. "os": [
  3900. "linux"
  3901. ]
  3902. },
  3903. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  3904. "version": "4.60.2",
  3905. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.60.2.tgz",
  3906. "integrity": "sha512-TbziEu2DVsTEOPif2mKWkMeDMLoYjx95oESa9fkQQK7r/Orta0gnkcDpzwufEcAO2BLBsD7mZkXGFqEdMRRwfw==",
  3907. "cpu": [
  3908. "arm"
  3909. ],
  3910. "license": "MIT",
  3911. "optional": true,
  3912. "os": [
  3913. "linux"
  3914. ]
  3915. },
  3916. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  3917. "version": "4.60.2",
  3918. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.60.2.tgz",
  3919. "integrity": "sha512-bO/rVDiDUuM2YfuCUwZ1t1cP+/yqjqz+Xf2VtkdppefuOFS2OSeAfgafaHNkFn0t02hEyXngZkxtGqXcXwO8Rg==",
  3920. "cpu": [
  3921. "arm64"
  3922. ],
  3923. "license": "MIT",
  3924. "optional": true,
  3925. "os": [
  3926. "linux"
  3927. ]
  3928. },
  3929. "node_modules/@rollup/rollup-linux-arm64-musl": {
  3930. "version": "4.60.2",
  3931. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.60.2.tgz",
  3932. "integrity": "sha512-hr26p7e93Rl0Za+JwW7EAnwAvKkehh12BU1Llm9Ykiibg4uIr2rbpxG9WCf56GuvidlTG9KiiQT/TXT1yAWxTA==",
  3933. "cpu": [
  3934. "arm64"
  3935. ],
  3936. "license": "MIT",
  3937. "optional": true,
  3938. "os": [
  3939. "linux"
  3940. ]
  3941. },
  3942. "node_modules/@rollup/rollup-linux-loong64-gnu": {
  3943. "version": "4.60.2",
  3944. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.60.2.tgz",
  3945. "integrity": "sha512-pOjB/uSIyDt+ow3k/RcLvUAOGpysT2phDn7TTUB3n75SlIgZzM6NKAqlErPhoFU+npgY3/n+2HYIQVbF70P9/A==",
  3946. "cpu": [
  3947. "loong64"
  3948. ],
  3949. "license": "MIT",
  3950. "optional": true,
  3951. "os": [
  3952. "linux"
  3953. ]
  3954. },
  3955. "node_modules/@rollup/rollup-linux-loong64-musl": {
  3956. "version": "4.60.2",
  3957. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.60.2.tgz",
  3958. "integrity": "sha512-2/w+q8jszv9Ww1c+6uJT3OwqhdmGP2/4T17cu8WuwyUuuaCDDJ2ojdyYwZzCxx0GcsZBhzi3HmH+J5pZNXnd+Q==",
  3959. "cpu": [
  3960. "loong64"
  3961. ],
  3962. "license": "MIT",
  3963. "optional": true,
  3964. "os": [
  3965. "linux"
  3966. ]
  3967. },
  3968. "node_modules/@rollup/rollup-linux-ppc64-gnu": {
  3969. "version": "4.60.2",
  3970. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.60.2.tgz",
  3971. "integrity": "sha512-11+aL5vKheYgczxtPVVRhdptAM2H7fcDR5Gw4/bTcteuZBlH4oP9f5s9zYO9aGZvoGeBpqXI/9TZZihZ609wKw==",
  3972. "cpu": [
  3973. "ppc64"
  3974. ],
  3975. "license": "MIT",
  3976. "optional": true,
  3977. "os": [
  3978. "linux"
  3979. ]
  3980. },
  3981. "node_modules/@rollup/rollup-linux-ppc64-musl": {
  3982. "version": "4.60.2",
  3983. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.60.2.tgz",
  3984. "integrity": "sha512-i16fokAGK46IVZuV8LIIwMdtqhin9hfYkCh8pf8iC3QU3LpwL+1FSFGej+O7l3E/AoknL6Dclh2oTdnRMpTzFQ==",
  3985. "cpu": [
  3986. "ppc64"
  3987. ],
  3988. "license": "MIT",
  3989. "optional": true,
  3990. "os": [
  3991. "linux"
  3992. ]
  3993. },
  3994. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  3995. "version": "4.60.2",
  3996. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.60.2.tgz",
  3997. "integrity": "sha512-49FkKS6RGQoriDSK/6E2GkAsAuU5kETFCh7pG4yD/ylj9rKhTmO3elsnmBvRD4PgJPds5W2PkhC82aVwmUcJ7A==",
  3998. "cpu": [
  3999. "riscv64"
  4000. ],
  4001. "license": "MIT",
  4002. "optional": true,
  4003. "os": [
  4004. "linux"
  4005. ]
  4006. },
  4007. "node_modules/@rollup/rollup-linux-riscv64-musl": {
  4008. "version": "4.60.2",
  4009. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.60.2.tgz",
  4010. "integrity": "sha512-mjYNkHPfGpUR00DuM1ZZIgs64Hpf4bWcz9Z41+4Q+pgDx73UwWdAYyf6EG/lRFldmdHHzgrYyge5akFUW0D3mQ==",
  4011. "cpu": [
  4012. "riscv64"
  4013. ],
  4014. "license": "MIT",
  4015. "optional": true,
  4016. "os": [
  4017. "linux"
  4018. ]
  4019. },
  4020. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  4021. "version": "4.60.2",
  4022. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.60.2.tgz",
  4023. "integrity": "sha512-ALyvJz965BQk8E9Al/JDKKDLH2kfKFLTGMlgkAbbYtZuJt9LU8DW3ZoDMCtQpXAltZxwBHevXz5u+gf0yA0YoA==",
  4024. "cpu": [
  4025. "s390x"
  4026. ],
  4027. "license": "MIT",
  4028. "optional": true,
  4029. "os": [
  4030. "linux"
  4031. ]
  4032. },
  4033. "node_modules/@rollup/rollup-linux-x64-gnu": {
  4034. "version": "4.60.2",
  4035. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.2.tgz",
  4036. "integrity": "sha512-UQjrkIdWrKI626Du8lCQ6MJp/6V1LAo2bOK9OTu4mSn8GGXIkPXk/Vsp4bLHCd9Z9Iz2OTEaokUE90VweJgIYQ==",
  4037. "cpu": [
  4038. "x64"
  4039. ],
  4040. "license": "MIT",
  4041. "optional": true,
  4042. "os": [
  4043. "linux"
  4044. ]
  4045. },
  4046. "node_modules/@rollup/rollup-linux-x64-musl": {
  4047. "version": "4.60.2",
  4048. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.60.2.tgz",
  4049. "integrity": "sha512-bTsRGj6VlSdn/XD4CGyzMnzaBs9bsRxy79eTqTCBsA8TMIEky7qg48aPkvJvFe1HyzQ5oMZdg7AnVlWQSKLTnw==",
  4050. "cpu": [
  4051. "x64"
  4052. ],
  4053. "license": "MIT",
  4054. "optional": true,
  4055. "os": [
  4056. "linux"
  4057. ]
  4058. },
  4059. "node_modules/@rollup/rollup-openbsd-x64": {
  4060. "version": "4.60.2",
  4061. "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.60.2.tgz",
  4062. "integrity": "sha512-6d4Z3534xitaA1FcMWP7mQPq5zGwBmGbhphh2DwaA1aNIXUu3KTOfwrWpbwI4/Gr0uANo7NTtaykFyO2hPuFLg==",
  4063. "cpu": [
  4064. "x64"
  4065. ],
  4066. "license": "MIT",
  4067. "optional": true,
  4068. "os": [
  4069. "openbsd"
  4070. ]
  4071. },
  4072. "node_modules/@rollup/rollup-openharmony-arm64": {
  4073. "version": "4.60.2",
  4074. "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.60.2.tgz",
  4075. "integrity": "sha512-NetAg5iO2uN7eB8zE5qrZ3CSil+7IJt4WDFLcC75Ymywq1VZVD6qJ6EvNLjZ3rEm6gB7XW5JdT60c6MN35Z85Q==",
  4076. "cpu": [
  4077. "arm64"
  4078. ],
  4079. "license": "MIT",
  4080. "optional": true,
  4081. "os": [
  4082. "openharmony"
  4083. ]
  4084. },
  4085. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  4086. "version": "4.60.2",
  4087. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.60.2.tgz",
  4088. "integrity": "sha512-NCYhOotpgWZ5kdxCZsv6Iudx0wX8980Q/oW4pNFNihpBKsDbEA1zpkfxJGC0yugsUuyDZ7gL37dbzwhR0VI7pQ==",
  4089. "cpu": [
  4090. "arm64"
  4091. ],
  4092. "license": "MIT",
  4093. "optional": true,
  4094. "os": [
  4095. "win32"
  4096. ]
  4097. },
  4098. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  4099. "version": "4.60.2",
  4100. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.60.2.tgz",
  4101. "integrity": "sha512-RXsaOqXxfoUBQoOgvmmijVxJnW2IGB0eoMO7F8FAjaj0UTywUO/luSqimWBJn04WNgUkeNhh7fs7pESXajWmkg==",
  4102. "cpu": [
  4103. "ia32"
  4104. ],
  4105. "license": "MIT",
  4106. "optional": true,
  4107. "os": [
  4108. "win32"
  4109. ]
  4110. },
  4111. "node_modules/@rollup/rollup-win32-x64-gnu": {
  4112. "version": "4.60.2",
  4113. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.60.2.tgz",
  4114. "integrity": "sha512-qdAzEULD+/hzObedtmV6iBpdL5TIbKVztGiK7O3/KYSf+HIzU257+MX1EXJcyIiDbMAqmbwaufcYPvyRryeZtA==",
  4115. "cpu": [
  4116. "x64"
  4117. ],
  4118. "license": "MIT",
  4119. "optional": true,
  4120. "os": [
  4121. "win32"
  4122. ]
  4123. },
  4124. "node_modules/@rollup/rollup-win32-x64-msvc": {
  4125. "version": "4.60.2",
  4126. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.60.2.tgz",
  4127. "integrity": "sha512-Nd/SgG27WoA9e+/TdK74KnHz852TLa94ovOYySo/yMPuTmpckK/jIF2jSwS3g7ELSKXK13/cVdmg1Z/DaCWKxA==",
  4128. "cpu": [
  4129. "x64"
  4130. ],
  4131. "license": "MIT",
  4132. "optional": true,
  4133. "os": [
  4134. "win32"
  4135. ]
  4136. },
  4137. "node_modules/@simple-git/args-pathspec": {
  4138. "version": "1.0.3",
  4139. "resolved": "https://registry.npmjs.org/@simple-git/args-pathspec/-/args-pathspec-1.0.3.tgz",
  4140. "integrity": "sha512-ngJMaHlsWDTfjyq9F3VIQ8b7NXbBLq5j9i5bJ6XLYtD6qlDXT7fdKY2KscWWUF8t18xx052Y/PUO1K1TRc9yKA==",
  4141. "license": "MIT"
  4142. },
  4143. "node_modules/@simple-git/argv-parser": {
  4144. "version": "1.1.1",
  4145. "resolved": "https://registry.npmjs.org/@simple-git/argv-parser/-/argv-parser-1.1.1.tgz",
  4146. "integrity": "sha512-Q9lBcfQ+VQCpQqGJFHe5yooOS5hGdLFFbJ5R+R5aDsnkPCahtn1hSkMcORX65J2Z5lxSkD0lQorMsncuBQxYUw==",
  4147. "license": "MIT",
  4148. "dependencies": {
  4149. "@simple-git/args-pathspec": "^1.0.3"
  4150. }
  4151. },
  4152. "node_modules/@sindresorhus/is": {
  4153. "version": "7.2.0",
  4154. "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-7.2.0.tgz",
  4155. "integrity": "sha512-P1Cz1dWaFfR4IR+U13mqqiGsLFf1KbayybWwdd2vfctdV6hDpUkgCY0nKOLLTMSoRd/jJNjtbqzf13K8DCCXQw==",
  4156. "license": "MIT",
  4157. "engines": {
  4158. "node": ">=18"
  4159. },
  4160. "funding": {
  4161. "url": "https://github.com/sindresorhus/is?sponsor=1"
  4162. }
  4163. },
  4164. "node_modules/@sindresorhus/merge-streams": {
  4165. "version": "4.0.0",
  4166. "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz",
  4167. "integrity": "sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==",
  4168. "license": "MIT",
  4169. "engines": {
  4170. "node": ">=18"
  4171. },
  4172. "funding": {
  4173. "url": "https://github.com/sponsors/sindresorhus"
  4174. }
  4175. },
  4176. "node_modules/@speed-highlight/core": {
  4177. "version": "1.2.15",
  4178. "resolved": "https://registry.npmjs.org/@speed-highlight/core/-/core-1.2.15.tgz",
  4179. "integrity": "sha512-BMq1K3DsElxDWawkX6eLg9+CKJrTVGCBAWVuHXVUV2u0s2711qiChLSId6ikYPfxhdYocLNt3wWwSvDiTvFabw==",
  4180. "license": "CC0-1.0"
  4181. },
  4182. "node_modules/@standard-schema/spec": {
  4183. "version": "1.0.0",
  4184. "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.0.0.tgz",
  4185. "integrity": "sha512-m2bOd0f2RT9k8QJx1JN85cZYyH1RqFBdlwtkSlf4tBDYLCiiZnv1fIIwacK6cqwXavOydf0NPToMQgpKq+dVlA==",
  4186. "license": "MIT"
  4187. },
  4188. "node_modules/@swc/helpers": {
  4189. "version": "0.5.17",
  4190. "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.17.tgz",
  4191. "integrity": "sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==",
  4192. "license": "Apache-2.0",
  4193. "dependencies": {
  4194. "tslib": "^2.8.0"
  4195. }
  4196. },
  4197. "node_modules/@tailwindcss/node": {
  4198. "version": "4.1.17",
  4199. "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.17.tgz",
  4200. "integrity": "sha512-csIkHIgLb3JisEFQ0vxr2Y57GUNYh447C8xzwj89U/8fdW8LhProdxvnVH6U8M2Y73QKiTIH+LWbK3V2BBZsAg==",
  4201. "license": "MIT",
  4202. "dependencies": {
  4203. "@jridgewell/remapping": "^2.3.4",
  4204. "enhanced-resolve": "^5.18.3",
  4205. "jiti": "^2.6.1",
  4206. "lightningcss": "1.30.2",
  4207. "magic-string": "^0.30.21",
  4208. "source-map-js": "^1.2.1",
  4209. "tailwindcss": "4.1.17"
  4210. }
  4211. },
  4212. "node_modules/@tailwindcss/oxide": {
  4213. "version": "4.1.17",
  4214. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.17.tgz",
  4215. "integrity": "sha512-F0F7d01fmkQhsTjXezGBLdrl1KresJTcI3DB8EkScCldyKp3Msz4hub4uyYaVnk88BAS1g5DQjjF6F5qczheLA==",
  4216. "license": "MIT",
  4217. "engines": {
  4218. "node": ">= 10"
  4219. },
  4220. "optionalDependencies": {
  4221. "@tailwindcss/oxide-android-arm64": "4.1.17",
  4222. "@tailwindcss/oxide-darwin-arm64": "4.1.17",
  4223. "@tailwindcss/oxide-darwin-x64": "4.1.17",
  4224. "@tailwindcss/oxide-freebsd-x64": "4.1.17",
  4225. "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.17",
  4226. "@tailwindcss/oxide-linux-arm64-gnu": "4.1.17",
  4227. "@tailwindcss/oxide-linux-arm64-musl": "4.1.17",
  4228. "@tailwindcss/oxide-linux-x64-gnu": "4.1.17",
  4229. "@tailwindcss/oxide-linux-x64-musl": "4.1.17",
  4230. "@tailwindcss/oxide-wasm32-wasi": "4.1.17",
  4231. "@tailwindcss/oxide-win32-arm64-msvc": "4.1.17",
  4232. "@tailwindcss/oxide-win32-x64-msvc": "4.1.17"
  4233. }
  4234. },
  4235. "node_modules/@tailwindcss/oxide-android-arm64": {
  4236. "version": "4.1.17",
  4237. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.17.tgz",
  4238. "integrity": "sha512-BMqpkJHgOZ5z78qqiGE6ZIRExyaHyuxjgrJ6eBO5+hfrfGkuya0lYfw8fRHG77gdTjWkNWEEm+qeG2cDMxArLQ==",
  4239. "cpu": [
  4240. "arm64"
  4241. ],
  4242. "license": "MIT",
  4243. "optional": true,
  4244. "os": [
  4245. "android"
  4246. ],
  4247. "engines": {
  4248. "node": ">= 10"
  4249. }
  4250. },
  4251. "node_modules/@tailwindcss/oxide-darwin-arm64": {
  4252. "version": "4.1.17",
  4253. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.17.tgz",
  4254. "integrity": "sha512-EquyumkQweUBNk1zGEU/wfZo2qkp/nQKRZM8bUYO0J+Lums5+wl2CcG1f9BgAjn/u9pJzdYddHWBiFXJTcxmOg==",
  4255. "cpu": [
  4256. "arm64"
  4257. ],
  4258. "license": "MIT",
  4259. "optional": true,
  4260. "os": [
  4261. "darwin"
  4262. ],
  4263. "engines": {
  4264. "node": ">= 10"
  4265. }
  4266. },
  4267. "node_modules/@tailwindcss/oxide-darwin-x64": {
  4268. "version": "4.1.17",
  4269. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.17.tgz",
  4270. "integrity": "sha512-gdhEPLzke2Pog8s12oADwYu0IAw04Y2tlmgVzIN0+046ytcgx8uZmCzEg4VcQh+AHKiS7xaL8kGo/QTiNEGRog==",
  4271. "cpu": [
  4272. "x64"
  4273. ],
  4274. "license": "MIT",
  4275. "optional": true,
  4276. "os": [
  4277. "darwin"
  4278. ],
  4279. "engines": {
  4280. "node": ">= 10"
  4281. }
  4282. },
  4283. "node_modules/@tailwindcss/oxide-freebsd-x64": {
  4284. "version": "4.1.17",
  4285. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.17.tgz",
  4286. "integrity": "sha512-hxGS81KskMxML9DXsaXT1H0DyA+ZBIbyG/sSAjWNe2EDl7TkPOBI42GBV3u38itzGUOmFfCzk1iAjDXds8Oh0g==",
  4287. "cpu": [
  4288. "x64"
  4289. ],
  4290. "license": "MIT",
  4291. "optional": true,
  4292. "os": [
  4293. "freebsd"
  4294. ],
  4295. "engines": {
  4296. "node": ">= 10"
  4297. }
  4298. },
  4299. "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
  4300. "version": "4.1.17",
  4301. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.17.tgz",
  4302. "integrity": "sha512-k7jWk5E3ldAdw0cNglhjSgv501u7yrMf8oeZ0cElhxU6Y2o7f8yqelOp3fhf7evjIS6ujTI3U8pKUXV2I4iXHQ==",
  4303. "cpu": [
  4304. "arm"
  4305. ],
  4306. "license": "MIT",
  4307. "optional": true,
  4308. "os": [
  4309. "linux"
  4310. ],
  4311. "engines": {
  4312. "node": ">= 10"
  4313. }
  4314. },
  4315. "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
  4316. "version": "4.1.17",
  4317. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.17.tgz",
  4318. "integrity": "sha512-HVDOm/mxK6+TbARwdW17WrgDYEGzmoYayrCgmLEw7FxTPLcp/glBisuyWkFz/jb7ZfiAXAXUACfyItn+nTgsdQ==",
  4319. "cpu": [
  4320. "arm64"
  4321. ],
  4322. "license": "MIT",
  4323. "optional": true,
  4324. "os": [
  4325. "linux"
  4326. ],
  4327. "engines": {
  4328. "node": ">= 10"
  4329. }
  4330. },
  4331. "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
  4332. "version": "4.1.17",
  4333. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.17.tgz",
  4334. "integrity": "sha512-HvZLfGr42i5anKtIeQzxdkw/wPqIbpeZqe7vd3V9vI3RQxe3xU1fLjss0TjyhxWcBaipk7NYwSrwTwK1hJARMg==",
  4335. "cpu": [
  4336. "arm64"
  4337. ],
  4338. "license": "MIT",
  4339. "optional": true,
  4340. "os": [
  4341. "linux"
  4342. ],
  4343. "engines": {
  4344. "node": ">= 10"
  4345. }
  4346. },
  4347. "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
  4348. "version": "4.1.17",
  4349. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.17.tgz",
  4350. "integrity": "sha512-M3XZuORCGB7VPOEDH+nzpJ21XPvK5PyjlkSFkFziNHGLc5d6g3di2McAAblmaSUNl8IOmzYwLx9NsE7bplNkwQ==",
  4351. "cpu": [
  4352. "x64"
  4353. ],
  4354. "license": "MIT",
  4355. "optional": true,
  4356. "os": [
  4357. "linux"
  4358. ],
  4359. "engines": {
  4360. "node": ">= 10"
  4361. }
  4362. },
  4363. "node_modules/@tailwindcss/oxide-linux-x64-musl": {
  4364. "version": "4.1.17",
  4365. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.17.tgz",
  4366. "integrity": "sha512-k7f+pf9eXLEey4pBlw+8dgfJHY4PZ5qOUFDyNf7SI6lHjQ9Zt7+NcscjpwdCEbYi6FI5c2KDTDWyf2iHcCSyyQ==",
  4367. "cpu": [
  4368. "x64"
  4369. ],
  4370. "license": "MIT",
  4371. "optional": true,
  4372. "os": [
  4373. "linux"
  4374. ],
  4375. "engines": {
  4376. "node": ">= 10"
  4377. }
  4378. },
  4379. "node_modules/@tailwindcss/oxide-wasm32-wasi": {
  4380. "version": "4.1.17",
  4381. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.17.tgz",
  4382. "integrity": "sha512-cEytGqSSoy7zK4JRWiTCx43FsKP/zGr0CsuMawhH67ONlH+T79VteQeJQRO/X7L0juEUA8ZyuYikcRBf0vsxhg==",
  4383. "bundleDependencies": [
  4384. "@napi-rs/wasm-runtime",
  4385. "@emnapi/core",
  4386. "@emnapi/runtime",
  4387. "@tybys/wasm-util",
  4388. "@emnapi/wasi-threads",
  4389. "tslib"
  4390. ],
  4391. "cpu": [
  4392. "wasm32"
  4393. ],
  4394. "license": "MIT",
  4395. "optional": true,
  4396. "dependencies": {
  4397. "@emnapi/core": "^1.6.0",
  4398. "@emnapi/runtime": "^1.6.0",
  4399. "@emnapi/wasi-threads": "^1.1.0",
  4400. "@napi-rs/wasm-runtime": "^1.0.7",
  4401. "@tybys/wasm-util": "^0.10.1",
  4402. "tslib": "^2.4.0"
  4403. },
  4404. "engines": {
  4405. "node": ">=14.0.0"
  4406. }
  4407. },
  4408. "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
  4409. "version": "4.1.17",
  4410. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.17.tgz",
  4411. "integrity": "sha512-JU5AHr7gKbZlOGvMdb4722/0aYbU+tN6lv1kONx0JK2cGsh7g148zVWLM0IKR3NeKLv+L90chBVYcJ8uJWbC9A==",
  4412. "cpu": [
  4413. "arm64"
  4414. ],
  4415. "license": "MIT",
  4416. "optional": true,
  4417. "os": [
  4418. "win32"
  4419. ],
  4420. "engines": {
  4421. "node": ">= 10"
  4422. }
  4423. },
  4424. "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
  4425. "version": "4.1.17",
  4426. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.17.tgz",
  4427. "integrity": "sha512-SKWM4waLuqx0IH+FMDUw6R66Hu4OuTALFgnleKbqhgGU30DY20NORZMZUKgLRjQXNN2TLzKvh48QXTig4h4bGw==",
  4428. "cpu": [
  4429. "x64"
  4430. ],
  4431. "license": "MIT",
  4432. "optional": true,
  4433. "os": [
  4434. "win32"
  4435. ],
  4436. "engines": {
  4437. "node": ">= 10"
  4438. }
  4439. },
  4440. "node_modules/@tailwindcss/postcss": {
  4441. "version": "4.1.17",
  4442. "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.1.17.tgz",
  4443. "integrity": "sha512-+nKl9N9mN5uJ+M7dBOOCzINw94MPstNR/GtIhz1fpZysxL/4a+No64jCBD6CPN+bIHWFx3KWuu8XJRrj/572Dw==",
  4444. "license": "MIT",
  4445. "dependencies": {
  4446. "@alloc/quick-lru": "^5.2.0",
  4447. "@tailwindcss/node": "4.1.17",
  4448. "@tailwindcss/oxide": "4.1.17",
  4449. "postcss": "^8.4.41",
  4450. "tailwindcss": "4.1.17"
  4451. }
  4452. },
  4453. "node_modules/@tailwindcss/vite": {
  4454. "version": "4.1.17",
  4455. "resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.1.17.tgz",
  4456. "integrity": "sha512-4+9w8ZHOiGnpcGI6z1TVVfWaX/koK7fKeSYF3qlYg2xpBtbteP2ddBxiarL+HVgfSJGeK5RIxRQmKm4rTJJAwA==",
  4457. "license": "MIT",
  4458. "dependencies": {
  4459. "@tailwindcss/node": "4.1.17",
  4460. "@tailwindcss/oxide": "4.1.17",
  4461. "tailwindcss": "4.1.17"
  4462. },
  4463. "peerDependencies": {
  4464. "vite": "^5.2.0 || ^6 || ^7"
  4465. }
  4466. },
  4467. "node_modules/@tanstack/table-core": {
  4468. "version": "8.21.3",
  4469. "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.21.3.tgz",
  4470. "integrity": "sha512-ldZXEhOBb8Is7xLs01fR3YEc3DERiz5silj8tnGkFZytt1abEvl/GhUmCE0PMLaMPTa3Jk4HbKmRlHmu+gCftg==",
  4471. "license": "MIT",
  4472. "engines": {
  4473. "node": ">=12"
  4474. },
  4475. "funding": {
  4476. "type": "github",
  4477. "url": "https://github.com/sponsors/tannerlinsley"
  4478. }
  4479. },
  4480. "node_modules/@tanstack/virtual-core": {
  4481. "version": "3.13.12",
  4482. "resolved": "https://registry.npmjs.org/@tanstack/virtual-core/-/virtual-core-3.13.12.tgz",
  4483. "integrity": "sha512-1YBOJfRHV4sXUmWsFSf5rQor4Ss82G8dQWLRbnk3GA4jeP8hQt1hxXh0tmflpC0dz3VgEv/1+qwPyLeWkQuPFA==",
  4484. "license": "MIT",
  4485. "funding": {
  4486. "type": "github",
  4487. "url": "https://github.com/sponsors/tannerlinsley"
  4488. }
  4489. },
  4490. "node_modules/@tanstack/vue-table": {
  4491. "version": "8.21.3",
  4492. "resolved": "https://registry.npmjs.org/@tanstack/vue-table/-/vue-table-8.21.3.tgz",
  4493. "integrity": "sha512-rusRyd77c5tDPloPskctMyPLFEQUeBzxdQ+2Eow4F7gDPlPOB1UnnhzfpdvqZ8ZyX2rRNGmqNnQWm87OI2OQPw==",
  4494. "license": "MIT",
  4495. "dependencies": {
  4496. "@tanstack/table-core": "8.21.3"
  4497. },
  4498. "engines": {
  4499. "node": ">=12"
  4500. },
  4501. "funding": {
  4502. "type": "github",
  4503. "url": "https://github.com/sponsors/tannerlinsley"
  4504. },
  4505. "peerDependencies": {
  4506. "vue": ">=3.2"
  4507. }
  4508. },
  4509. "node_modules/@tanstack/vue-virtual": {
  4510. "version": "3.13.12",
  4511. "resolved": "https://registry.npmjs.org/@tanstack/vue-virtual/-/vue-virtual-3.13.12.tgz",
  4512. "integrity": "sha512-vhF7kEU9EXWXh+HdAwKJ2m3xaOnTTmgcdXcF2pim8g4GvI7eRrk2YRuV5nUlZnd/NbCIX4/Ja2OZu5EjJL06Ww==",
  4513. "license": "MIT",
  4514. "dependencies": {
  4515. "@tanstack/virtual-core": "3.13.12"
  4516. },
  4517. "funding": {
  4518. "type": "github",
  4519. "url": "https://github.com/sponsors/tannerlinsley"
  4520. },
  4521. "peerDependencies": {
  4522. "vue": "^2.7.0 || ^3.0.0"
  4523. }
  4524. },
  4525. "node_modules/@tybys/wasm-util": {
  4526. "version": "0.10.1",
  4527. "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
  4528. "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==",
  4529. "license": "MIT",
  4530. "optional": true,
  4531. "dependencies": {
  4532. "tslib": "^2.4.0"
  4533. }
  4534. },
  4535. "node_modules/@types/estree": {
  4536. "version": "1.0.8",
  4537. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
  4538. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  4539. "license": "MIT"
  4540. },
  4541. "node_modules/@types/parse-path": {
  4542. "version": "7.0.3",
  4543. "resolved": "https://registry.npmjs.org/@types/parse-path/-/parse-path-7.0.3.tgz",
  4544. "integrity": "sha512-LriObC2+KYZD3FzCrgWGv/qufdUy4eXrxcLgQMfYXgPbLIecKIsVBaQgUPmxSSLcjmYbDTQbMgr6qr6l/eb7Bg==",
  4545. "license": "MIT"
  4546. },
  4547. "node_modules/@types/resolve": {
  4548. "version": "1.20.2",
  4549. "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz",
  4550. "integrity": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==",
  4551. "license": "MIT"
  4552. },
  4553. "node_modules/@types/web-bluetooth": {
  4554. "version": "0.0.21",
  4555. "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.21.tgz",
  4556. "integrity": "sha512-oIQLCGWtcFZy2JW77j9k8nHzAOpqMHLQejDA48XXMWH6tjCQHz5RCFz1bzsmROyL6PUm+LLnUiI4BCn221inxA==",
  4557. "license": "MIT"
  4558. },
  4559. "node_modules/@unhead/vue": {
  4560. "version": "2.1.13",
  4561. "resolved": "https://registry.npmjs.org/@unhead/vue/-/vue-2.1.13.tgz",
  4562. "integrity": "sha512-HYy0shaHRnLNW9r85gppO8IiGz0ONWVV3zGdlT8CQ0tbTwixznJCIiyqV4BSV1aIF1jJIye0pd1p/k6Eab8Z/A==",
  4563. "license": "MIT",
  4564. "dependencies": {
  4565. "hookable": "^6.0.1",
  4566. "unhead": "2.1.13"
  4567. },
  4568. "funding": {
  4569. "url": "https://github.com/sponsors/harlan-zw"
  4570. },
  4571. "peerDependencies": {
  4572. "vue": ">=3.5.18"
  4573. }
  4574. },
  4575. "node_modules/@unhead/vue/node_modules/hookable": {
  4576. "version": "6.1.1",
  4577. "resolved": "https://registry.npmjs.org/hookable/-/hookable-6.1.1.tgz",
  4578. "integrity": "sha512-U9LYDy1CwhMCnprUfeAZWZGByVbhd54hwepegYTK7Pi5NvqEj63ifz5z+xukznehT7i6NIZRu89Ay1AZmRsLEQ==",
  4579. "license": "MIT"
  4580. },
  4581. "node_modules/@vercel/nft": {
  4582. "version": "1.5.0",
  4583. "resolved": "https://registry.npmjs.org/@vercel/nft/-/nft-1.5.0.tgz",
  4584. "integrity": "sha512-IWTDeIoWhQ7ZtRO/JRKH+jhmeQvZYhtGPmzw/QGDY+wDCQqfm25P9yIdoAFagu4fWsK4IwZXDFIjrmp5rRm/sA==",
  4585. "license": "MIT",
  4586. "dependencies": {
  4587. "@mapbox/node-pre-gyp": "^2.0.0",
  4588. "@rollup/pluginutils": "^5.1.3",
  4589. "acorn": "^8.6.0",
  4590. "acorn-import-attributes": "^1.9.5",
  4591. "async-sema": "^3.1.1",
  4592. "bindings": "^1.4.0",
  4593. "estree-walker": "2.0.2",
  4594. "glob": "^13.0.0",
  4595. "graceful-fs": "^4.2.9",
  4596. "node-gyp-build": "^4.2.2",
  4597. "picomatch": "^4.0.2",
  4598. "resolve-from": "^5.0.0"
  4599. },
  4600. "bin": {
  4601. "nft": "out/cli.js"
  4602. },
  4603. "engines": {
  4604. "node": ">=20"
  4605. }
  4606. },
  4607. "node_modules/@vercel/nft/node_modules/balanced-match": {
  4608. "version": "4.0.4",
  4609. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
  4610. "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
  4611. "license": "MIT",
  4612. "engines": {
  4613. "node": "18 || 20 || >=22"
  4614. }
  4615. },
  4616. "node_modules/@vercel/nft/node_modules/brace-expansion": {
  4617. "version": "5.0.5",
  4618. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
  4619. "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
  4620. "license": "MIT",
  4621. "dependencies": {
  4622. "balanced-match": "^4.0.2"
  4623. },
  4624. "engines": {
  4625. "node": "18 || 20 || >=22"
  4626. }
  4627. },
  4628. "node_modules/@vercel/nft/node_modules/glob": {
  4629. "version": "13.0.6",
  4630. "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
  4631. "integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==",
  4632. "license": "BlueOak-1.0.0",
  4633. "dependencies": {
  4634. "minimatch": "^10.2.2",
  4635. "minipass": "^7.1.3",
  4636. "path-scurry": "^2.0.2"
  4637. },
  4638. "engines": {
  4639. "node": "18 || 20 || >=22"
  4640. },
  4641. "funding": {
  4642. "url": "https://github.com/sponsors/isaacs"
  4643. }
  4644. },
  4645. "node_modules/@vercel/nft/node_modules/lru-cache": {
  4646. "version": "11.3.5",
  4647. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.5.tgz",
  4648. "integrity": "sha512-NxVFwLAnrd9i7KUBxC4DrUhmgjzOs+1Qm50D3oF1/oL+r1NpZ4gA7xvG0/zJ8evR7zIKn4vLf7qTNduWFtCrRw==",
  4649. "license": "BlueOak-1.0.0",
  4650. "engines": {
  4651. "node": "20 || >=22"
  4652. }
  4653. },
  4654. "node_modules/@vercel/nft/node_modules/minimatch": {
  4655. "version": "10.2.5",
  4656. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
  4657. "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
  4658. "license": "BlueOak-1.0.0",
  4659. "dependencies": {
  4660. "brace-expansion": "^5.0.5"
  4661. },
  4662. "engines": {
  4663. "node": "18 || 20 || >=22"
  4664. },
  4665. "funding": {
  4666. "url": "https://github.com/sponsors/isaacs"
  4667. }
  4668. },
  4669. "node_modules/@vercel/nft/node_modules/path-scurry": {
  4670. "version": "2.0.2",
  4671. "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz",
  4672. "integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==",
  4673. "license": "BlueOak-1.0.0",
  4674. "dependencies": {
  4675. "lru-cache": "^11.0.0",
  4676. "minipass": "^7.1.2"
  4677. },
  4678. "engines": {
  4679. "node": "18 || 20 || >=22"
  4680. },
  4681. "funding": {
  4682. "url": "https://github.com/sponsors/isaacs"
  4683. }
  4684. },
  4685. "node_modules/@vitejs/plugin-vue": {
  4686. "version": "6.0.1",
  4687. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-6.0.1.tgz",
  4688. "integrity": "sha512-+MaE752hU0wfPFJEUAIxqw18+20euHHdxVtMvbFcOEpjEyfqXH/5DCoTHiVJ0J29EhTJdoTkjEv5YBKU9dnoTw==",
  4689. "license": "MIT",
  4690. "dependencies": {
  4691. "@rolldown/pluginutils": "1.0.0-beta.29"
  4692. },
  4693. "engines": {
  4694. "node": "^20.19.0 || >=22.12.0"
  4695. },
  4696. "peerDependencies": {
  4697. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0",
  4698. "vue": "^3.2.25"
  4699. }
  4700. },
  4701. "node_modules/@vitejs/plugin-vue-jsx": {
  4702. "version": "5.1.1",
  4703. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-5.1.1.tgz",
  4704. "integrity": "sha512-uQkfxzlF8SGHJJVH966lFTdjM/lGcwJGzwAHpVqAPDD/QcsqoUGa+q31ox1BrUfi+FLP2ChVp7uLXE3DkHyDdQ==",
  4705. "license": "MIT",
  4706. "dependencies": {
  4707. "@babel/core": "^7.28.3",
  4708. "@babel/plugin-syntax-typescript": "^7.27.1",
  4709. "@babel/plugin-transform-typescript": "^7.28.0",
  4710. "@rolldown/pluginutils": "^1.0.0-beta.34",
  4711. "@vue/babel-plugin-jsx": "^1.5.0"
  4712. },
  4713. "engines": {
  4714. "node": "^20.19.0 || >=22.12.0"
  4715. },
  4716. "peerDependencies": {
  4717. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0",
  4718. "vue": "^3.0.0"
  4719. }
  4720. },
  4721. "node_modules/@vitejs/plugin-vue-jsx/node_modules/@rolldown/pluginutils": {
  4722. "version": "1.0.0-beta.45",
  4723. "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.45.tgz",
  4724. "integrity": "sha512-Le9ulGCrD8ggInzWw/k2J8QcbPz7eGIOWqfJ2L+1R0Opm7n6J37s2hiDWlh6LJN0Lk9L5sUzMvRHKW7UxBZsQA==",
  4725. "license": "MIT"
  4726. },
  4727. "node_modules/@volar/language-core": {
  4728. "version": "2.4.23",
  4729. "resolved": "https://registry.npmjs.org/@volar/language-core/-/language-core-2.4.23.tgz",
  4730. "integrity": "sha512-hEEd5ET/oSmBC6pi1j6NaNYRWoAiDhINbT8rmwtINugR39loROSlufGdYMF9TaKGfz+ViGs1Idi3mAhnuPcoGQ==",
  4731. "license": "MIT",
  4732. "dependencies": {
  4733. "@volar/source-map": "2.4.23"
  4734. }
  4735. },
  4736. "node_modules/@volar/source-map": {
  4737. "version": "2.4.23",
  4738. "resolved": "https://registry.npmjs.org/@volar/source-map/-/source-map-2.4.23.tgz",
  4739. "integrity": "sha512-Z1Uc8IB57Lm6k7q6KIDu/p+JWtf3xsXJqAX/5r18hYOTpJyBn0KXUR8oTJ4WFYOcDzWC9n3IflGgHowx6U6z9Q==",
  4740. "license": "MIT"
  4741. },
  4742. "node_modules/@vue-macros/common": {
  4743. "version": "3.1.1",
  4744. "resolved": "https://registry.npmjs.org/@vue-macros/common/-/common-3.1.1.tgz",
  4745. "integrity": "sha512-afW2DMjgCBVs33mWRlz7YsGHzoEEupnl0DK5ZTKsgziAlLh5syc5m+GM7eqeYrgiQpwMaVxa1fk73caCvPxyAw==",
  4746. "license": "MIT",
  4747. "dependencies": {
  4748. "@vue/compiler-sfc": "^3.5.22",
  4749. "ast-kit": "^2.1.2",
  4750. "local-pkg": "^1.1.2",
  4751. "magic-string-ast": "^1.0.2",
  4752. "unplugin-utils": "^0.3.0"
  4753. },
  4754. "engines": {
  4755. "node": ">=20.19.0"
  4756. },
  4757. "funding": {
  4758. "url": "https://github.com/sponsors/vue-macros"
  4759. },
  4760. "peerDependencies": {
  4761. "vue": "^2.7.0 || ^3.2.25"
  4762. },
  4763. "peerDependenciesMeta": {
  4764. "vue": {
  4765. "optional": true
  4766. }
  4767. }
  4768. },
  4769. "node_modules/@vue-macros/common/node_modules/unplugin-utils": {
  4770. "version": "0.3.1",
  4771. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  4772. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  4773. "license": "MIT",
  4774. "dependencies": {
  4775. "pathe": "^2.0.3",
  4776. "picomatch": "^4.0.3"
  4777. },
  4778. "engines": {
  4779. "node": ">=20.19.0"
  4780. },
  4781. "funding": {
  4782. "url": "https://github.com/sponsors/sxzz"
  4783. }
  4784. },
  4785. "node_modules/@vue/babel-helper-vue-transform-on": {
  4786. "version": "1.5.0",
  4787. "resolved": "https://registry.npmjs.org/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.5.0.tgz",
  4788. "integrity": "sha512-0dAYkerNhhHutHZ34JtTl2czVQHUNWv6xEbkdF5W+Yrv5pCWsqjeORdOgbtW2I9gWlt+wBmVn+ttqN9ZxR5tzA==",
  4789. "license": "MIT"
  4790. },
  4791. "node_modules/@vue/babel-plugin-jsx": {
  4792. "version": "1.5.0",
  4793. "resolved": "https://registry.npmjs.org/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.5.0.tgz",
  4794. "integrity": "sha512-mneBhw1oOqCd2247O0Yw/mRwC9jIGACAJUlawkmMBiNmL4dGA2eMzuNZVNqOUfYTa6vqmND4CtOPzmEEEqLKFw==",
  4795. "license": "MIT",
  4796. "dependencies": {
  4797. "@babel/helper-module-imports": "^7.27.1",
  4798. "@babel/helper-plugin-utils": "^7.27.1",
  4799. "@babel/plugin-syntax-jsx": "^7.27.1",
  4800. "@babel/template": "^7.27.2",
  4801. "@babel/traverse": "^7.28.0",
  4802. "@babel/types": "^7.28.2",
  4803. "@vue/babel-helper-vue-transform-on": "1.5.0",
  4804. "@vue/babel-plugin-resolve-type": "1.5.0",
  4805. "@vue/shared": "^3.5.18"
  4806. },
  4807. "peerDependencies": {
  4808. "@babel/core": "^7.0.0-0"
  4809. },
  4810. "peerDependenciesMeta": {
  4811. "@babel/core": {
  4812. "optional": true
  4813. }
  4814. }
  4815. },
  4816. "node_modules/@vue/babel-plugin-resolve-type": {
  4817. "version": "1.5.0",
  4818. "resolved": "https://registry.npmjs.org/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.5.0.tgz",
  4819. "integrity": "sha512-Wm/60o+53JwJODm4Knz47dxJnLDJ9FnKnGZJbUUf8nQRAtt6P+undLUAVU3Ha33LxOJe6IPoifRQ6F/0RrU31w==",
  4820. "license": "MIT",
  4821. "dependencies": {
  4822. "@babel/code-frame": "^7.27.1",
  4823. "@babel/helper-module-imports": "^7.27.1",
  4824. "@babel/helper-plugin-utils": "^7.27.1",
  4825. "@babel/parser": "^7.28.0",
  4826. "@vue/compiler-sfc": "^3.5.18"
  4827. },
  4828. "funding": {
  4829. "url": "https://github.com/sponsors/sxzz"
  4830. },
  4831. "peerDependencies": {
  4832. "@babel/core": "^7.0.0-0"
  4833. }
  4834. },
  4835. "node_modules/@vue/compiler-core": {
  4836. "version": "3.5.22",
  4837. "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.22.tgz",
  4838. "integrity": "sha512-jQ0pFPmZwTEiRNSb+i9Ow/I/cHv2tXYqsnHKKyCQ08irI2kdF5qmYedmF8si8mA7zepUFmJ2hqzS8CQmNOWOkQ==",
  4839. "license": "MIT",
  4840. "dependencies": {
  4841. "@babel/parser": "^7.28.4",
  4842. "@vue/shared": "3.5.22",
  4843. "entities": "^4.5.0",
  4844. "estree-walker": "^2.0.2",
  4845. "source-map-js": "^1.2.1"
  4846. }
  4847. },
  4848. "node_modules/@vue/compiler-dom": {
  4849. "version": "3.5.22",
  4850. "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.22.tgz",
  4851. "integrity": "sha512-W8RknzUM1BLkypvdz10OVsGxnMAuSIZs9Wdx1vzA3mL5fNMN15rhrSCLiTm6blWeACwUwizzPVqGJgOGBEN/hA==",
  4852. "license": "MIT",
  4853. "dependencies": {
  4854. "@vue/compiler-core": "3.5.22",
  4855. "@vue/shared": "3.5.22"
  4856. }
  4857. },
  4858. "node_modules/@vue/compiler-sfc": {
  4859. "version": "3.5.22",
  4860. "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.22.tgz",
  4861. "integrity": "sha512-tbTR1zKGce4Lj+JLzFXDq36K4vcSZbJ1RBu8FxcDv1IGRz//Dh2EBqksyGVypz3kXpshIfWKGOCcqpSbyGWRJQ==",
  4862. "license": "MIT",
  4863. "dependencies": {
  4864. "@babel/parser": "^7.28.4",
  4865. "@vue/compiler-core": "3.5.22",
  4866. "@vue/compiler-dom": "3.5.22",
  4867. "@vue/compiler-ssr": "3.5.22",
  4868. "@vue/shared": "3.5.22",
  4869. "estree-walker": "^2.0.2",
  4870. "magic-string": "^0.30.19",
  4871. "postcss": "^8.5.6",
  4872. "source-map-js": "^1.2.1"
  4873. }
  4874. },
  4875. "node_modules/@vue/compiler-ssr": {
  4876. "version": "3.5.22",
  4877. "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.22.tgz",
  4878. "integrity": "sha512-GdgyLvg4R+7T8Nk2Mlighx7XGxq/fJf9jaVofc3IL0EPesTE86cP/8DD1lT3h1JeZr2ySBvyqKQJgbS54IX1Ww==",
  4879. "license": "MIT",
  4880. "dependencies": {
  4881. "@vue/compiler-dom": "3.5.22",
  4882. "@vue/shared": "3.5.22"
  4883. }
  4884. },
  4885. "node_modules/@vue/devtools-api": {
  4886. "version": "6.6.4",
  4887. "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  4888. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  4889. "license": "MIT"
  4890. },
  4891. "node_modules/@vue/devtools-core": {
  4892. "version": "7.7.7",
  4893. "resolved": "https://registry.npmjs.org/@vue/devtools-core/-/devtools-core-7.7.7.tgz",
  4894. "integrity": "sha512-9z9TLbfC+AjAi1PQyWX+OErjIaJmdFlbDHcD+cAMYKY6Bh5VlsAtCeGyRMrXwIlMEQPukvnWt3gZBLwTAIMKzQ==",
  4895. "license": "MIT",
  4896. "dependencies": {
  4897. "@vue/devtools-kit": "^7.7.7",
  4898. "@vue/devtools-shared": "^7.7.7",
  4899. "mitt": "^3.0.1",
  4900. "nanoid": "^5.1.0",
  4901. "pathe": "^2.0.3",
  4902. "vite-hot-client": "^2.0.4"
  4903. },
  4904. "peerDependencies": {
  4905. "vue": "^3.0.0"
  4906. }
  4907. },
  4908. "node_modules/@vue/devtools-kit": {
  4909. "version": "7.7.7",
  4910. "resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-7.7.7.tgz",
  4911. "integrity": "sha512-wgoZtxcTta65cnZ1Q6MbAfePVFxfM+gq0saaeytoph7nEa7yMXoi6sCPy4ufO111B9msnw0VOWjPEFCXuAKRHA==",
  4912. "license": "MIT",
  4913. "dependencies": {
  4914. "@vue/devtools-shared": "^7.7.7",
  4915. "birpc": "^2.3.0",
  4916. "hookable": "^5.5.3",
  4917. "mitt": "^3.0.1",
  4918. "perfect-debounce": "^1.0.0",
  4919. "speakingurl": "^14.0.1",
  4920. "superjson": "^2.2.2"
  4921. }
  4922. },
  4923. "node_modules/@vue/devtools-kit/node_modules/perfect-debounce": {
  4924. "version": "1.0.0",
  4925. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
  4926. "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==",
  4927. "license": "MIT"
  4928. },
  4929. "node_modules/@vue/devtools-shared": {
  4930. "version": "7.7.7",
  4931. "resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-7.7.7.tgz",
  4932. "integrity": "sha512-+udSj47aRl5aKb0memBvcUG9koarqnxNM5yjuREvqwK6T3ap4mn3Zqqc17QrBFTqSMjr3HK1cvStEZpMDpfdyw==",
  4933. "license": "MIT",
  4934. "dependencies": {
  4935. "rfdc": "^1.4.1"
  4936. }
  4937. },
  4938. "node_modules/@vue/language-core": {
  4939. "version": "3.1.2",
  4940. "resolved": "https://registry.npmjs.org/@vue/language-core/-/language-core-3.1.2.tgz",
  4941. "integrity": "sha512-PyFDCqpdfYUT+oMLqcc61oHfJlC6yjhybaefwQjRdkchIihToOEpJ2Wu/Ebq2yrnJdd1EsaAvZaXVAqcxtnDxQ==",
  4942. "license": "MIT",
  4943. "dependencies": {
  4944. "@volar/language-core": "2.4.23",
  4945. "@vue/compiler-dom": "^3.5.0",
  4946. "@vue/shared": "^3.5.0",
  4947. "alien-signals": "^3.0.0",
  4948. "muggle-string": "^0.4.1",
  4949. "path-browserify": "^1.0.1",
  4950. "picomatch": "^4.0.2"
  4951. },
  4952. "peerDependencies": {
  4953. "typescript": "*"
  4954. },
  4955. "peerDependenciesMeta": {
  4956. "typescript": {
  4957. "optional": true
  4958. }
  4959. }
  4960. },
  4961. "node_modules/@vue/reactivity": {
  4962. "version": "3.5.22",
  4963. "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.22.tgz",
  4964. "integrity": "sha512-f2Wux4v/Z2pqc9+4SmgZC1p73Z53fyD90NFWXiX9AKVnVBEvLFOWCEgJD3GdGnlxPZt01PSlfmLqbLYzY/Fw4A==",
  4965. "license": "MIT",
  4966. "dependencies": {
  4967. "@vue/shared": "3.5.22"
  4968. }
  4969. },
  4970. "node_modules/@vue/runtime-core": {
  4971. "version": "3.5.22",
  4972. "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.22.tgz",
  4973. "integrity": "sha512-EHo4W/eiYeAzRTN5PCextDUZ0dMs9I8mQ2Fy+OkzvRPUYQEyK9yAjbasrMCXbLNhF7P0OUyivLjIy0yc6VrLJQ==",
  4974. "license": "MIT",
  4975. "dependencies": {
  4976. "@vue/reactivity": "3.5.22",
  4977. "@vue/shared": "3.5.22"
  4978. }
  4979. },
  4980. "node_modules/@vue/runtime-dom": {
  4981. "version": "3.5.22",
  4982. "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.22.tgz",
  4983. "integrity": "sha512-Av60jsryAkI023PlN7LsqrfPvwfxOd2yAwtReCjeuugTJTkgrksYJJstg1e12qle0NarkfhfFu1ox2D+cQotww==",
  4984. "license": "MIT",
  4985. "dependencies": {
  4986. "@vue/reactivity": "3.5.22",
  4987. "@vue/runtime-core": "3.5.22",
  4988. "@vue/shared": "3.5.22",
  4989. "csstype": "^3.1.3"
  4990. }
  4991. },
  4992. "node_modules/@vue/server-renderer": {
  4993. "version": "3.5.22",
  4994. "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.22.tgz",
  4995. "integrity": "sha512-gXjo+ao0oHYTSswF+a3KRHZ1WszxIqO7u6XwNHqcqb9JfyIL/pbWrrh/xLv7jeDqla9u+LK7yfZKHih1e1RKAQ==",
  4996. "license": "MIT",
  4997. "dependencies": {
  4998. "@vue/compiler-ssr": "3.5.22",
  4999. "@vue/shared": "3.5.22"
  5000. },
  5001. "peerDependencies": {
  5002. "vue": "3.5.22"
  5003. }
  5004. },
  5005. "node_modules/@vue/shared": {
  5006. "version": "3.5.22",
  5007. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.22.tgz",
  5008. "integrity": "sha512-F4yc6palwq3TT0u+FYf0Ns4Tfl9GRFURDN2gWG7L1ecIaS/4fCIuFOjMTnCyjsu/OK6vaDKLCrGAa+KvvH+h4w==",
  5009. "license": "MIT"
  5010. },
  5011. "node_modules/@vueuse/core": {
  5012. "version": "13.9.0",
  5013. "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-13.9.0.tgz",
  5014. "integrity": "sha512-ts3regBQyURfCE2BcytLqzm8+MmLlo5Ln/KLoxDVcsZ2gzIwVNnQpQOL/UKV8alUqjSZOlpFZcRNsLRqj+OzyA==",
  5015. "license": "MIT",
  5016. "dependencies": {
  5017. "@types/web-bluetooth": "^0.0.21",
  5018. "@vueuse/metadata": "13.9.0",
  5019. "@vueuse/shared": "13.9.0"
  5020. },
  5021. "funding": {
  5022. "url": "https://github.com/sponsors/antfu"
  5023. },
  5024. "peerDependencies": {
  5025. "vue": "^3.5.0"
  5026. }
  5027. },
  5028. "node_modules/@vueuse/integrations": {
  5029. "version": "13.9.0",
  5030. "resolved": "https://registry.npmjs.org/@vueuse/integrations/-/integrations-13.9.0.tgz",
  5031. "integrity": "sha512-SDobKBbPIOe0cVL7QxMzGkuUGHvWTdihi9zOrrWaWUgFKe15cwEcwfWmgrcNzjT6kHnNmWuTajPHoIzUjYNYYQ==",
  5032. "license": "MIT",
  5033. "dependencies": {
  5034. "@vueuse/core": "13.9.0",
  5035. "@vueuse/shared": "13.9.0"
  5036. },
  5037. "funding": {
  5038. "url": "https://github.com/sponsors/antfu"
  5039. },
  5040. "peerDependencies": {
  5041. "async-validator": "^4",
  5042. "axios": "^1",
  5043. "change-case": "^5",
  5044. "drauu": "^0.4",
  5045. "focus-trap": "^7",
  5046. "fuse.js": "^7",
  5047. "idb-keyval": "^6",
  5048. "jwt-decode": "^4",
  5049. "nprogress": "^0.2",
  5050. "qrcode": "^1.5",
  5051. "sortablejs": "^1",
  5052. "universal-cookie": "^7 || ^8",
  5053. "vue": "^3.5.0"
  5054. },
  5055. "peerDependenciesMeta": {
  5056. "async-validator": {
  5057. "optional": true
  5058. },
  5059. "axios": {
  5060. "optional": true
  5061. },
  5062. "change-case": {
  5063. "optional": true
  5064. },
  5065. "drauu": {
  5066. "optional": true
  5067. },
  5068. "focus-trap": {
  5069. "optional": true
  5070. },
  5071. "fuse.js": {
  5072. "optional": true
  5073. },
  5074. "idb-keyval": {
  5075. "optional": true
  5076. },
  5077. "jwt-decode": {
  5078. "optional": true
  5079. },
  5080. "nprogress": {
  5081. "optional": true
  5082. },
  5083. "qrcode": {
  5084. "optional": true
  5085. },
  5086. "sortablejs": {
  5087. "optional": true
  5088. },
  5089. "universal-cookie": {
  5090. "optional": true
  5091. }
  5092. }
  5093. },
  5094. "node_modules/@vueuse/metadata": {
  5095. "version": "13.9.0",
  5096. "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-13.9.0.tgz",
  5097. "integrity": "sha512-1AFRvuiGphfF7yWixZa0KwjYH8ulyjDCC0aFgrGRz8+P4kvDFSdXLVfTk5xAN9wEuD1J6z4/myMoYbnHoX07zg==",
  5098. "license": "MIT",
  5099. "funding": {
  5100. "url": "https://github.com/sponsors/antfu"
  5101. }
  5102. },
  5103. "node_modules/@vueuse/shared": {
  5104. "version": "13.9.0",
  5105. "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-13.9.0.tgz",
  5106. "integrity": "sha512-e89uuTLMh0U5cZ9iDpEI2senqPGfbPRTHM/0AaQkcxnpqjkZqDYP8rpfm7edOz8s+pOCOROEy1PIveSW8+fL5g==",
  5107. "license": "MIT",
  5108. "funding": {
  5109. "url": "https://github.com/sponsors/antfu"
  5110. },
  5111. "peerDependencies": {
  5112. "vue": "^3.5.0"
  5113. }
  5114. },
  5115. "node_modules/abbrev": {
  5116. "version": "3.0.1",
  5117. "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-3.0.1.tgz",
  5118. "integrity": "sha512-AO2ac6pjRB3SJmGJo+v5/aK6Omggp6fsLrs6wN9bd35ulu4cCwaAU9+7ZhXjeqHVkaHThLuzH0nZr0YpCDhygg==",
  5119. "license": "ISC",
  5120. "engines": {
  5121. "node": "^18.17.0 || >=20.5.0"
  5122. }
  5123. },
  5124. "node_modules/abort-controller": {
  5125. "version": "3.0.0",
  5126. "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
  5127. "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
  5128. "license": "MIT",
  5129. "dependencies": {
  5130. "event-target-shim": "^5.0.0"
  5131. },
  5132. "engines": {
  5133. "node": ">=6.5"
  5134. }
  5135. },
  5136. "node_modules/acorn": {
  5137. "version": "8.16.0",
  5138. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
  5139. "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
  5140. "license": "MIT",
  5141. "bin": {
  5142. "acorn": "bin/acorn"
  5143. },
  5144. "engines": {
  5145. "node": ">=0.4.0"
  5146. }
  5147. },
  5148. "node_modules/acorn-import-attributes": {
  5149. "version": "1.9.5",
  5150. "resolved": "https://registry.npmjs.org/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz",
  5151. "integrity": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==",
  5152. "license": "MIT",
  5153. "peerDependencies": {
  5154. "acorn": "^8"
  5155. }
  5156. },
  5157. "node_modules/agent-base": {
  5158. "version": "7.1.4",
  5159. "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
  5160. "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
  5161. "license": "MIT",
  5162. "engines": {
  5163. "node": ">= 14"
  5164. }
  5165. },
  5166. "node_modules/alien-signals": {
  5167. "version": "3.0.3",
  5168. "resolved": "https://registry.npmjs.org/alien-signals/-/alien-signals-3.0.3.tgz",
  5169. "integrity": "sha512-2JXjom6R7ZwrISpUphLhf4htUq1aKRCennTJ6u9kFfr3sLmC9+I4CxxVi+McoFnIg+p1HnVrfLT/iCt4Dlz//Q==",
  5170. "license": "MIT"
  5171. },
  5172. "node_modules/ansi-regex": {
  5173. "version": "6.2.2",
  5174. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
  5175. "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
  5176. "license": "MIT",
  5177. "engines": {
  5178. "node": ">=12"
  5179. },
  5180. "funding": {
  5181. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  5182. }
  5183. },
  5184. "node_modules/ansi-styles": {
  5185. "version": "6.2.3",
  5186. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
  5187. "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
  5188. "license": "MIT",
  5189. "engines": {
  5190. "node": ">=12"
  5191. },
  5192. "funding": {
  5193. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  5194. }
  5195. },
  5196. "node_modules/ansis": {
  5197. "version": "4.2.0",
  5198. "resolved": "https://registry.npmjs.org/ansis/-/ansis-4.2.0.tgz",
  5199. "integrity": "sha512-HqZ5rWlFjGiV0tDm3UxxgNRqsOTniqoKZu0pIAfh7TZQMGuZK+hH0drySty0si0QXj1ieop4+SkSfPZBPPkHig==",
  5200. "license": "ISC",
  5201. "engines": {
  5202. "node": ">=14"
  5203. }
  5204. },
  5205. "node_modules/anymatch": {
  5206. "version": "3.1.3",
  5207. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
  5208. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  5209. "license": "ISC",
  5210. "dependencies": {
  5211. "normalize-path": "^3.0.0",
  5212. "picomatch": "^2.0.4"
  5213. },
  5214. "engines": {
  5215. "node": ">= 8"
  5216. }
  5217. },
  5218. "node_modules/anymatch/node_modules/picomatch": {
  5219. "version": "2.3.2",
  5220. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
  5221. "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
  5222. "license": "MIT",
  5223. "engines": {
  5224. "node": ">=8.6"
  5225. },
  5226. "funding": {
  5227. "url": "https://github.com/sponsors/jonschlinkert"
  5228. }
  5229. },
  5230. "node_modules/archiver": {
  5231. "version": "7.0.1",
  5232. "resolved": "https://registry.npmjs.org/archiver/-/archiver-7.0.1.tgz",
  5233. "integrity": "sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==",
  5234. "license": "MIT",
  5235. "dependencies": {
  5236. "archiver-utils": "^5.0.2",
  5237. "async": "^3.2.4",
  5238. "buffer-crc32": "^1.0.0",
  5239. "readable-stream": "^4.0.0",
  5240. "readdir-glob": "^1.1.2",
  5241. "tar-stream": "^3.0.0",
  5242. "zip-stream": "^6.0.1"
  5243. },
  5244. "engines": {
  5245. "node": ">= 14"
  5246. }
  5247. },
  5248. "node_modules/archiver-utils": {
  5249. "version": "5.0.2",
  5250. "resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-5.0.2.tgz",
  5251. "integrity": "sha512-wuLJMmIBQYCsGZgYLTy5FIB2pF6Lfb6cXMSF8Qywwk3t20zWnAi7zLcQFdKQmIB8wyZpY5ER38x08GbwtR2cLA==",
  5252. "license": "MIT",
  5253. "dependencies": {
  5254. "glob": "^10.0.0",
  5255. "graceful-fs": "^4.2.0",
  5256. "is-stream": "^2.0.1",
  5257. "lazystream": "^1.0.0",
  5258. "lodash": "^4.17.15",
  5259. "normalize-path": "^3.0.0",
  5260. "readable-stream": "^4.0.0"
  5261. },
  5262. "engines": {
  5263. "node": ">= 14"
  5264. }
  5265. },
  5266. "node_modules/archiver-utils/node_modules/is-stream": {
  5267. "version": "2.0.1",
  5268. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  5269. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  5270. "license": "MIT",
  5271. "engines": {
  5272. "node": ">=8"
  5273. },
  5274. "funding": {
  5275. "url": "https://github.com/sponsors/sindresorhus"
  5276. }
  5277. },
  5278. "node_modules/aria-hidden": {
  5279. "version": "1.2.6",
  5280. "resolved": "https://registry.npmjs.org/aria-hidden/-/aria-hidden-1.2.6.tgz",
  5281. "integrity": "sha512-ik3ZgC9dY/lYVVM++OISsaYDeg1tb0VtP5uL3ouh1koGOaUMDPpbFIei4JkFimWUFPn90sbMNMXQAIVOlnYKJA==",
  5282. "license": "MIT",
  5283. "dependencies": {
  5284. "tslib": "^2.0.0"
  5285. },
  5286. "engines": {
  5287. "node": ">=10"
  5288. }
  5289. },
  5290. "node_modules/ast-kit": {
  5291. "version": "2.1.3",
  5292. "resolved": "https://registry.npmjs.org/ast-kit/-/ast-kit-2.1.3.tgz",
  5293. "integrity": "sha512-TH+b3Lv6pUjy/Nu0m6A2JULtdzLpmqF9x1Dhj00ZoEiML8qvVA9j1flkzTKNYgdEhWrjDwtWNpyyCUbfQe514g==",
  5294. "license": "MIT",
  5295. "dependencies": {
  5296. "@babel/parser": "^7.28.4",
  5297. "pathe": "^2.0.3"
  5298. },
  5299. "engines": {
  5300. "node": ">=20.19.0"
  5301. },
  5302. "funding": {
  5303. "url": "https://github.com/sponsors/sxzz"
  5304. }
  5305. },
  5306. "node_modules/ast-walker-scope": {
  5307. "version": "0.8.3",
  5308. "resolved": "https://registry.npmjs.org/ast-walker-scope/-/ast-walker-scope-0.8.3.tgz",
  5309. "integrity": "sha512-cbdCP0PGOBq0ASG+sjnKIoYkWMKhhz+F/h9pRexUdX2Hd38+WOlBkRKlqkGOSm0YQpcFMQBJeK4WspUAkwsEdg==",
  5310. "license": "MIT",
  5311. "dependencies": {
  5312. "@babel/parser": "^7.28.4",
  5313. "ast-kit": "^2.1.3"
  5314. },
  5315. "engines": {
  5316. "node": ">=20.19.0"
  5317. },
  5318. "funding": {
  5319. "url": "https://github.com/sponsors/sxzz"
  5320. }
  5321. },
  5322. "node_modules/async": {
  5323. "version": "3.2.6",
  5324. "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz",
  5325. "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==",
  5326. "license": "MIT"
  5327. },
  5328. "node_modules/async-sema": {
  5329. "version": "3.1.1",
  5330. "resolved": "https://registry.npmjs.org/async-sema/-/async-sema-3.1.1.tgz",
  5331. "integrity": "sha512-tLRNUXati5MFePdAk8dw7Qt7DpxPB60ofAgn8WRhW6a2rcimZnYBP9oxHiv0OHy+Wz7kPMG+t4LGdt31+4EmGg==",
  5332. "license": "MIT"
  5333. },
  5334. "node_modules/autoprefixer": {
  5335. "version": "10.4.21",
  5336. "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.21.tgz",
  5337. "integrity": "sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==",
  5338. "funding": [
  5339. {
  5340. "type": "opencollective",
  5341. "url": "https://opencollective.com/postcss/"
  5342. },
  5343. {
  5344. "type": "tidelift",
  5345. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  5346. },
  5347. {
  5348. "type": "github",
  5349. "url": "https://github.com/sponsors/ai"
  5350. }
  5351. ],
  5352. "license": "MIT",
  5353. "dependencies": {
  5354. "browserslist": "^4.24.4",
  5355. "caniuse-lite": "^1.0.30001702",
  5356. "fraction.js": "^4.3.7",
  5357. "normalize-range": "^0.1.2",
  5358. "picocolors": "^1.1.1",
  5359. "postcss-value-parser": "^4.2.0"
  5360. },
  5361. "bin": {
  5362. "autoprefixer": "bin/autoprefixer"
  5363. },
  5364. "engines": {
  5365. "node": "^10 || ^12 || >=14"
  5366. },
  5367. "peerDependencies": {
  5368. "postcss": "^8.1.0"
  5369. }
  5370. },
  5371. "node_modules/b4a": {
  5372. "version": "1.7.3",
  5373. "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.7.3.tgz",
  5374. "integrity": "sha512-5Q2mfq2WfGuFp3uS//0s6baOJLMoVduPYVeNmDYxu5OUA1/cBfvr2RIS7vi62LdNj/urk1hfmj867I3qt6uZ7Q==",
  5375. "license": "Apache-2.0",
  5376. "peerDependencies": {
  5377. "react-native-b4a": "*"
  5378. },
  5379. "peerDependenciesMeta": {
  5380. "react-native-b4a": {
  5381. "optional": true
  5382. }
  5383. }
  5384. },
  5385. "node_modules/balanced-match": {
  5386. "version": "1.0.2",
  5387. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  5388. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  5389. "license": "MIT"
  5390. },
  5391. "node_modules/bare-events": {
  5392. "version": "2.8.1",
  5393. "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.8.1.tgz",
  5394. "integrity": "sha512-oxSAxTS1hRfnyit2CL5QpAOS5ixfBjj6ex3yTNvXyY/kE719jQ/IjuESJBK2w5v4wwQRAHGseVJXx9QBYOtFGQ==",
  5395. "license": "Apache-2.0",
  5396. "peerDependencies": {
  5397. "bare-abort-controller": "*"
  5398. },
  5399. "peerDependenciesMeta": {
  5400. "bare-abort-controller": {
  5401. "optional": true
  5402. }
  5403. }
  5404. },
  5405. "node_modules/base64-js": {
  5406. "version": "1.5.1",
  5407. "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
  5408. "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
  5409. "funding": [
  5410. {
  5411. "type": "github",
  5412. "url": "https://github.com/sponsors/feross"
  5413. },
  5414. {
  5415. "type": "patreon",
  5416. "url": "https://www.patreon.com/feross"
  5417. },
  5418. {
  5419. "type": "consulting",
  5420. "url": "https://feross.org/support"
  5421. }
  5422. ],
  5423. "license": "MIT"
  5424. },
  5425. "node_modules/baseline-browser-mapping": {
  5426. "version": "2.8.20",
  5427. "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.20.tgz",
  5428. "integrity": "sha512-JMWsdF+O8Orq3EMukbUN1QfbLK9mX2CkUmQBcW2T0s8OmdAUL5LLM/6wFwSrqXzlXB13yhyK9gTKS1rIizOduQ==",
  5429. "license": "Apache-2.0",
  5430. "bin": {
  5431. "baseline-browser-mapping": "dist/cli.js"
  5432. }
  5433. },
  5434. "node_modules/bindings": {
  5435. "version": "1.5.0",
  5436. "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
  5437. "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
  5438. "license": "MIT",
  5439. "dependencies": {
  5440. "file-uri-to-path": "1.0.0"
  5441. }
  5442. },
  5443. "node_modules/birpc": {
  5444. "version": "2.6.1",
  5445. "resolved": "https://registry.npmjs.org/birpc/-/birpc-2.6.1.tgz",
  5446. "integrity": "sha512-LPnFhlDpdSH6FJhJyn4M0kFO7vtQ5iPw24FnG0y21q09xC7e8+1LeR31S1MAIrDAHp4m7aas4bEkTDTvMAtebQ==",
  5447. "license": "MIT",
  5448. "funding": {
  5449. "url": "https://github.com/sponsors/antfu"
  5450. }
  5451. },
  5452. "node_modules/boolbase": {
  5453. "version": "1.0.0",
  5454. "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
  5455. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
  5456. "license": "ISC"
  5457. },
  5458. "node_modules/brace-expansion": {
  5459. "version": "2.1.0",
  5460. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.0.tgz",
  5461. "integrity": "sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==",
  5462. "license": "MIT",
  5463. "dependencies": {
  5464. "balanced-match": "^1.0.0"
  5465. }
  5466. },
  5467. "node_modules/braces": {
  5468. "version": "3.0.3",
  5469. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  5470. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  5471. "license": "MIT",
  5472. "dependencies": {
  5473. "fill-range": "^7.1.1"
  5474. },
  5475. "engines": {
  5476. "node": ">=8"
  5477. }
  5478. },
  5479. "node_modules/brotli": {
  5480. "version": "1.3.3",
  5481. "resolved": "https://registry.npmjs.org/brotli/-/brotli-1.3.3.tgz",
  5482. "integrity": "sha512-oTKjJdShmDuGW94SyyaoQvAjf30dZaHnjJ8uAF+u2/vGJkJbJPJAT1gDiOJP5v1Zb6f9KEyW/1HpuaWIXtGHPg==",
  5483. "license": "MIT",
  5484. "dependencies": {
  5485. "base64-js": "^1.1.2"
  5486. }
  5487. },
  5488. "node_modules/browserslist": {
  5489. "version": "4.27.0",
  5490. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.27.0.tgz",
  5491. "integrity": "sha512-AXVQwdhot1eqLihwasPElhX2tAZiBjWdJ9i/Zcj2S6QYIjkx62OKSfnobkriB81C3l4w0rVy3Nt4jaTBltYEpw==",
  5492. "funding": [
  5493. {
  5494. "type": "opencollective",
  5495. "url": "https://opencollective.com/browserslist"
  5496. },
  5497. {
  5498. "type": "tidelift",
  5499. "url": "https://tidelift.com/funding/github/npm/browserslist"
  5500. },
  5501. {
  5502. "type": "github",
  5503. "url": "https://github.com/sponsors/ai"
  5504. }
  5505. ],
  5506. "license": "MIT",
  5507. "dependencies": {
  5508. "baseline-browser-mapping": "^2.8.19",
  5509. "caniuse-lite": "^1.0.30001751",
  5510. "electron-to-chromium": "^1.5.238",
  5511. "node-releases": "^2.0.26",
  5512. "update-browserslist-db": "^1.1.4"
  5513. },
  5514. "bin": {
  5515. "browserslist": "cli.js"
  5516. },
  5517. "engines": {
  5518. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  5519. }
  5520. },
  5521. "node_modules/buffer": {
  5522. "version": "6.0.3",
  5523. "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
  5524. "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
  5525. "funding": [
  5526. {
  5527. "type": "github",
  5528. "url": "https://github.com/sponsors/feross"
  5529. },
  5530. {
  5531. "type": "patreon",
  5532. "url": "https://www.patreon.com/feross"
  5533. },
  5534. {
  5535. "type": "consulting",
  5536. "url": "https://feross.org/support"
  5537. }
  5538. ],
  5539. "license": "MIT",
  5540. "dependencies": {
  5541. "base64-js": "^1.3.1",
  5542. "ieee754": "^1.2.1"
  5543. }
  5544. },
  5545. "node_modules/buffer-crc32": {
  5546. "version": "1.0.0",
  5547. "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-1.0.0.tgz",
  5548. "integrity": "sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==",
  5549. "license": "MIT",
  5550. "engines": {
  5551. "node": ">=8.0.0"
  5552. }
  5553. },
  5554. "node_modules/buffer-from": {
  5555. "version": "1.1.2",
  5556. "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
  5557. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
  5558. "license": "MIT"
  5559. },
  5560. "node_modules/bundle-name": {
  5561. "version": "4.1.0",
  5562. "resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-4.1.0.tgz",
  5563. "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==",
  5564. "license": "MIT",
  5565. "dependencies": {
  5566. "run-applescript": "^7.0.0"
  5567. },
  5568. "engines": {
  5569. "node": ">=18"
  5570. },
  5571. "funding": {
  5572. "url": "https://github.com/sponsors/sindresorhus"
  5573. }
  5574. },
  5575. "node_modules/c12": {
  5576. "version": "3.3.4",
  5577. "resolved": "https://registry.npmjs.org/c12/-/c12-3.3.4.tgz",
  5578. "integrity": "sha512-cM0ApFQSBXuourJejzwv/AuPRvAxordTyParRVcHjjtXirtkzM0uK2L9TTn9s0cXZbG7E55jCivRQzoxYmRAlA==",
  5579. "license": "MIT",
  5580. "dependencies": {
  5581. "chokidar": "^5.0.0",
  5582. "confbox": "^0.2.4",
  5583. "defu": "^6.1.6",
  5584. "dotenv": "^17.3.1",
  5585. "exsolve": "^1.0.8",
  5586. "giget": "^3.2.0",
  5587. "jiti": "^2.6.1",
  5588. "ohash": "^2.0.11",
  5589. "pathe": "^2.0.3",
  5590. "perfect-debounce": "^2.1.0",
  5591. "pkg-types": "^2.3.0",
  5592. "rc9": "^3.0.1"
  5593. },
  5594. "peerDependencies": {
  5595. "magicast": "*"
  5596. },
  5597. "peerDependenciesMeta": {
  5598. "magicast": {
  5599. "optional": true
  5600. }
  5601. }
  5602. },
  5603. "node_modules/c12/node_modules/chokidar": {
  5604. "version": "5.0.0",
  5605. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz",
  5606. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  5607. "license": "MIT",
  5608. "dependencies": {
  5609. "readdirp": "^5.0.0"
  5610. },
  5611. "engines": {
  5612. "node": ">= 20.19.0"
  5613. },
  5614. "funding": {
  5615. "url": "https://paulmillr.com/funding/"
  5616. }
  5617. },
  5618. "node_modules/c12/node_modules/dotenv": {
  5619. "version": "17.4.2",
  5620. "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.4.2.tgz",
  5621. "integrity": "sha512-nI4U3TottKAcAD9LLud4Cb7b2QztQMUEfHbvhTH09bqXTxnSie8WnjPALV/WMCrJZ6UV/qHJ6L03OqO3LcdYZw==",
  5622. "license": "BSD-2-Clause",
  5623. "engines": {
  5624. "node": ">=12"
  5625. },
  5626. "funding": {
  5627. "url": "https://dotenvx.com"
  5628. }
  5629. },
  5630. "node_modules/c12/node_modules/rc9": {
  5631. "version": "3.0.1",
  5632. "resolved": "https://registry.npmjs.org/rc9/-/rc9-3.0.1.tgz",
  5633. "integrity": "sha512-gMDyleLWVE+i6Sgtc0QbbY6pEKqYs97NGi6isHQPqYlLemPoO8dxQ3uGi0f4NiP98c+jMW6cG1Kx9dDwfvqARQ==",
  5634. "license": "MIT",
  5635. "dependencies": {
  5636. "defu": "^6.1.6",
  5637. "destr": "^2.0.5"
  5638. }
  5639. },
  5640. "node_modules/c12/node_modules/readdirp": {
  5641. "version": "5.0.0",
  5642. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz",
  5643. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  5644. "license": "MIT",
  5645. "engines": {
  5646. "node": ">= 20.19.0"
  5647. },
  5648. "funding": {
  5649. "type": "individual",
  5650. "url": "https://paulmillr.com/funding/"
  5651. }
  5652. },
  5653. "node_modules/cac": {
  5654. "version": "6.7.14",
  5655. "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz",
  5656. "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==",
  5657. "license": "MIT",
  5658. "engines": {
  5659. "node": ">=8"
  5660. }
  5661. },
  5662. "node_modules/caniuse-api": {
  5663. "version": "3.0.0",
  5664. "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz",
  5665. "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
  5666. "license": "MIT",
  5667. "dependencies": {
  5668. "browserslist": "^4.0.0",
  5669. "caniuse-lite": "^1.0.0",
  5670. "lodash.memoize": "^4.1.2",
  5671. "lodash.uniq": "^4.5.0"
  5672. }
  5673. },
  5674. "node_modules/caniuse-lite": {
  5675. "version": "1.0.30001751",
  5676. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001751.tgz",
  5677. "integrity": "sha512-A0QJhug0Ly64Ii3eIqHu5X51ebln3k4yTUkY1j8drqpWHVreg/VLijN48cZ1bYPiqOQuqpkIKnzr/Ul8V+p6Cw==",
  5678. "funding": [
  5679. {
  5680. "type": "opencollective",
  5681. "url": "https://opencollective.com/browserslist"
  5682. },
  5683. {
  5684. "type": "tidelift",
  5685. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  5686. },
  5687. {
  5688. "type": "github",
  5689. "url": "https://github.com/sponsors/ai"
  5690. }
  5691. ],
  5692. "license": "CC-BY-4.0"
  5693. },
  5694. "node_modules/chokidar": {
  5695. "version": "4.0.3",
  5696. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
  5697. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  5698. "license": "MIT",
  5699. "dependencies": {
  5700. "readdirp": "^4.0.1"
  5701. },
  5702. "engines": {
  5703. "node": ">= 14.16.0"
  5704. },
  5705. "funding": {
  5706. "url": "https://paulmillr.com/funding/"
  5707. }
  5708. },
  5709. "node_modules/chownr": {
  5710. "version": "3.0.0",
  5711. "resolved": "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz",
  5712. "integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==",
  5713. "license": "BlueOak-1.0.0",
  5714. "engines": {
  5715. "node": ">=18"
  5716. }
  5717. },
  5718. "node_modules/citty": {
  5719. "version": "0.1.6",
  5720. "resolved": "https://registry.npmjs.org/citty/-/citty-0.1.6.tgz",
  5721. "integrity": "sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==",
  5722. "license": "MIT",
  5723. "dependencies": {
  5724. "consola": "^3.2.3"
  5725. }
  5726. },
  5727. "node_modules/cliui": {
  5728. "version": "8.0.1",
  5729. "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
  5730. "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
  5731. "license": "ISC",
  5732. "dependencies": {
  5733. "string-width": "^4.2.0",
  5734. "strip-ansi": "^6.0.1",
  5735. "wrap-ansi": "^7.0.0"
  5736. },
  5737. "engines": {
  5738. "node": ">=12"
  5739. }
  5740. },
  5741. "node_modules/cliui/node_modules/ansi-regex": {
  5742. "version": "5.0.1",
  5743. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  5744. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  5745. "license": "MIT",
  5746. "engines": {
  5747. "node": ">=8"
  5748. }
  5749. },
  5750. "node_modules/cliui/node_modules/ansi-styles": {
  5751. "version": "4.3.0",
  5752. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  5753. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  5754. "license": "MIT",
  5755. "dependencies": {
  5756. "color-convert": "^2.0.1"
  5757. },
  5758. "engines": {
  5759. "node": ">=8"
  5760. },
  5761. "funding": {
  5762. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  5763. }
  5764. },
  5765. "node_modules/cliui/node_modules/emoji-regex": {
  5766. "version": "8.0.0",
  5767. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  5768. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  5769. "license": "MIT"
  5770. },
  5771. "node_modules/cliui/node_modules/string-width": {
  5772. "version": "4.2.3",
  5773. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  5774. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  5775. "license": "MIT",
  5776. "dependencies": {
  5777. "emoji-regex": "^8.0.0",
  5778. "is-fullwidth-code-point": "^3.0.0",
  5779. "strip-ansi": "^6.0.1"
  5780. },
  5781. "engines": {
  5782. "node": ">=8"
  5783. }
  5784. },
  5785. "node_modules/cliui/node_modules/strip-ansi": {
  5786. "version": "6.0.1",
  5787. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  5788. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  5789. "license": "MIT",
  5790. "dependencies": {
  5791. "ansi-regex": "^5.0.1"
  5792. },
  5793. "engines": {
  5794. "node": ">=8"
  5795. }
  5796. },
  5797. "node_modules/cliui/node_modules/wrap-ansi": {
  5798. "version": "7.0.0",
  5799. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  5800. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  5801. "license": "MIT",
  5802. "dependencies": {
  5803. "ansi-styles": "^4.0.0",
  5804. "string-width": "^4.1.0",
  5805. "strip-ansi": "^6.0.0"
  5806. },
  5807. "engines": {
  5808. "node": ">=10"
  5809. },
  5810. "funding": {
  5811. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  5812. }
  5813. },
  5814. "node_modules/clone": {
  5815. "version": "2.1.2",
  5816. "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz",
  5817. "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==",
  5818. "license": "MIT",
  5819. "engines": {
  5820. "node": ">=0.8"
  5821. }
  5822. },
  5823. "node_modules/cluster-key-slot": {
  5824. "version": "1.1.2",
  5825. "resolved": "https://registry.npmjs.org/cluster-key-slot/-/cluster-key-slot-1.1.2.tgz",
  5826. "integrity": "sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==",
  5827. "license": "Apache-2.0",
  5828. "engines": {
  5829. "node": ">=0.10.0"
  5830. }
  5831. },
  5832. "node_modules/color-convert": {
  5833. "version": "2.0.1",
  5834. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  5835. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  5836. "license": "MIT",
  5837. "dependencies": {
  5838. "color-name": "~1.1.4"
  5839. },
  5840. "engines": {
  5841. "node": ">=7.0.0"
  5842. }
  5843. },
  5844. "node_modules/color-name": {
  5845. "version": "1.1.4",
  5846. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  5847. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  5848. "license": "MIT"
  5849. },
  5850. "node_modules/colord": {
  5851. "version": "2.9.3",
  5852. "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz",
  5853. "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==",
  5854. "license": "MIT"
  5855. },
  5856. "node_modules/colortranslator": {
  5857. "version": "5.0.0",
  5858. "resolved": "https://registry.npmjs.org/colortranslator/-/colortranslator-5.0.0.tgz",
  5859. "integrity": "sha512-Z3UPUKasUVDFCDYAjP2fmlVRf1jFHJv1izAmPjiOa0OCIw1W7iC8PZ2GsoDa8uZv+mKyWopxxStT9q05+27h7w==",
  5860. "license": "Apache-2.0"
  5861. },
  5862. "node_modules/commander": {
  5863. "version": "11.1.0",
  5864. "resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz",
  5865. "integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==",
  5866. "license": "MIT",
  5867. "engines": {
  5868. "node": ">=16"
  5869. }
  5870. },
  5871. "node_modules/commondir": {
  5872. "version": "1.0.1",
  5873. "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
  5874. "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==",
  5875. "license": "MIT"
  5876. },
  5877. "node_modules/compatx": {
  5878. "version": "0.2.0",
  5879. "resolved": "https://registry.npmjs.org/compatx/-/compatx-0.2.0.tgz",
  5880. "integrity": "sha512-6gLRNt4ygsi5NyMVhceOCFv14CIdDFN7fQjX1U4+47qVE/+kjPoXMK65KWK+dWxmFzMTuKazoQ9sch6pM0p5oA==",
  5881. "license": "MIT"
  5882. },
  5883. "node_modules/compress-commons": {
  5884. "version": "6.0.2",
  5885. "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-6.0.2.tgz",
  5886. "integrity": "sha512-6FqVXeETqWPoGcfzrXb37E50NP0LXT8kAMu5ooZayhWWdgEY4lBEEcbQNXtkuKQsGduxiIcI4gOTsxTmuq/bSg==",
  5887. "license": "MIT",
  5888. "dependencies": {
  5889. "crc-32": "^1.2.0",
  5890. "crc32-stream": "^6.0.0",
  5891. "is-stream": "^2.0.1",
  5892. "normalize-path": "^3.0.0",
  5893. "readable-stream": "^4.0.0"
  5894. },
  5895. "engines": {
  5896. "node": ">= 14"
  5897. }
  5898. },
  5899. "node_modules/compress-commons/node_modules/is-stream": {
  5900. "version": "2.0.1",
  5901. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  5902. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  5903. "license": "MIT",
  5904. "engines": {
  5905. "node": ">=8"
  5906. },
  5907. "funding": {
  5908. "url": "https://github.com/sponsors/sindresorhus"
  5909. }
  5910. },
  5911. "node_modules/confbox": {
  5912. "version": "0.2.4",
  5913. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.2.4.tgz",
  5914. "integrity": "sha512-ysOGlgTFbN2/Y6Cg3Iye8YKulHw+R2fNXHrgSmXISQdMnomY6eNDprVdW9R5xBguEqI954+S6709UyiO7B+6OQ==",
  5915. "license": "MIT"
  5916. },
  5917. "node_modules/consola": {
  5918. "version": "3.4.2",
  5919. "resolved": "https://registry.npmjs.org/consola/-/consola-3.4.2.tgz",
  5920. "integrity": "sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==",
  5921. "license": "MIT",
  5922. "engines": {
  5923. "node": "^14.18.0 || >=16.10.0"
  5924. }
  5925. },
  5926. "node_modules/convert-source-map": {
  5927. "version": "2.0.0",
  5928. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
  5929. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  5930. "license": "MIT"
  5931. },
  5932. "node_modules/cookie-es": {
  5933. "version": "2.0.1",
  5934. "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-2.0.1.tgz",
  5935. "integrity": "sha512-aVf4A4hI2w70LnF7GG+7xDQUkliwiXWXFvTjkip4+b64ygDQ2sJPRSKFDHbxn8o0xu9QzPkMuuiWIXyFSE2slA==",
  5936. "license": "MIT"
  5937. },
  5938. "node_modules/copy-anything": {
  5939. "version": "4.0.5",
  5940. "resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-4.0.5.tgz",
  5941. "integrity": "sha512-7Vv6asjS4gMOuILabD3l739tsaxFQmC+a7pLZm02zyvs8p977bL3zEgq3yDk5rn9B0PbYgIv++jmHcuUab4RhA==",
  5942. "license": "MIT",
  5943. "dependencies": {
  5944. "is-what": "^5.2.0"
  5945. },
  5946. "engines": {
  5947. "node": ">=18"
  5948. },
  5949. "funding": {
  5950. "url": "https://github.com/sponsors/mesqueeb"
  5951. }
  5952. },
  5953. "node_modules/core-util-is": {
  5954. "version": "1.0.3",
  5955. "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
  5956. "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
  5957. "license": "MIT"
  5958. },
  5959. "node_modules/crc-32": {
  5960. "version": "1.2.2",
  5961. "resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz",
  5962. "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",
  5963. "license": "Apache-2.0",
  5964. "bin": {
  5965. "crc32": "bin/crc32.njs"
  5966. },
  5967. "engines": {
  5968. "node": ">=0.8"
  5969. }
  5970. },
  5971. "node_modules/crc32-stream": {
  5972. "version": "6.0.0",
  5973. "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-6.0.0.tgz",
  5974. "integrity": "sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==",
  5975. "license": "MIT",
  5976. "dependencies": {
  5977. "crc-32": "^1.2.0",
  5978. "readable-stream": "^4.0.0"
  5979. },
  5980. "engines": {
  5981. "node": ">= 14"
  5982. }
  5983. },
  5984. "node_modules/croner": {
  5985. "version": "10.0.1",
  5986. "resolved": "https://registry.npmjs.org/croner/-/croner-10.0.1.tgz",
  5987. "integrity": "sha512-ixNtAJndqh173VQ4KodSdJEI6nuioBWI0V1ITNKhZZsO0pEMoDxz539T4FTTbSZ/xIOSuDnzxLVRqBVSvPNE2g==",
  5988. "funding": [
  5989. {
  5990. "type": "other",
  5991. "url": "https://paypal.me/hexagonpp"
  5992. },
  5993. {
  5994. "type": "github",
  5995. "url": "https://github.com/sponsors/hexagon"
  5996. }
  5997. ],
  5998. "license": "MIT",
  5999. "engines": {
  6000. "node": ">=18.0"
  6001. }
  6002. },
  6003. "node_modules/cross-spawn": {
  6004. "version": "7.0.6",
  6005. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
  6006. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  6007. "license": "MIT",
  6008. "dependencies": {
  6009. "path-key": "^3.1.0",
  6010. "shebang-command": "^2.0.0",
  6011. "which": "^2.0.1"
  6012. },
  6013. "engines": {
  6014. "node": ">= 8"
  6015. }
  6016. },
  6017. "node_modules/cross-spawn/node_modules/isexe": {
  6018. "version": "2.0.0",
  6019. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  6020. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  6021. "license": "ISC"
  6022. },
  6023. "node_modules/cross-spawn/node_modules/which": {
  6024. "version": "2.0.2",
  6025. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  6026. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  6027. "license": "ISC",
  6028. "dependencies": {
  6029. "isexe": "^2.0.0"
  6030. },
  6031. "bin": {
  6032. "node-which": "bin/node-which"
  6033. },
  6034. "engines": {
  6035. "node": ">= 8"
  6036. }
  6037. },
  6038. "node_modules/crossws": {
  6039. "version": "0.3.5",
  6040. "resolved": "https://registry.npmjs.org/crossws/-/crossws-0.3.5.tgz",
  6041. "integrity": "sha512-ojKiDvcmByhwa8YYqbQI/hg7MEU0NC03+pSdEq4ZUnZR9xXpwk7E43SMNGkn+JxJGPFtNvQ48+vV2p+P1ml5PA==",
  6042. "license": "MIT",
  6043. "dependencies": {
  6044. "uncrypto": "^0.1.3"
  6045. }
  6046. },
  6047. "node_modules/css-declaration-sorter": {
  6048. "version": "7.3.0",
  6049. "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.3.0.tgz",
  6050. "integrity": "sha512-LQF6N/3vkAMYF4xoHLJfG718HRJh34Z8BnNhd6bosOMIVjMlhuZK5++oZa3uYAgrI5+7x2o27gUqTR2U/KjUOQ==",
  6051. "license": "ISC",
  6052. "engines": {
  6053. "node": "^14 || ^16 || >=18"
  6054. },
  6055. "peerDependencies": {
  6056. "postcss": "^8.0.9"
  6057. }
  6058. },
  6059. "node_modules/css-select": {
  6060. "version": "5.2.2",
  6061. "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.2.2.tgz",
  6062. "integrity": "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==",
  6063. "license": "BSD-2-Clause",
  6064. "dependencies": {
  6065. "boolbase": "^1.0.0",
  6066. "css-what": "^6.1.0",
  6067. "domhandler": "^5.0.2",
  6068. "domutils": "^3.0.1",
  6069. "nth-check": "^2.0.1"
  6070. },
  6071. "funding": {
  6072. "url": "https://github.com/sponsors/fb55"
  6073. }
  6074. },
  6075. "node_modules/css-tree": {
  6076. "version": "3.1.0",
  6077. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.1.0.tgz",
  6078. "integrity": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==",
  6079. "license": "MIT",
  6080. "dependencies": {
  6081. "mdn-data": "2.12.2",
  6082. "source-map-js": "^1.0.1"
  6083. },
  6084. "engines": {
  6085. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  6086. }
  6087. },
  6088. "node_modules/css-what": {
  6089. "version": "6.2.2",
  6090. "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.2.2.tgz",
  6091. "integrity": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==",
  6092. "license": "BSD-2-Clause",
  6093. "engines": {
  6094. "node": ">= 6"
  6095. },
  6096. "funding": {
  6097. "url": "https://github.com/sponsors/fb55"
  6098. }
  6099. },
  6100. "node_modules/cssesc": {
  6101. "version": "3.0.0",
  6102. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  6103. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  6104. "license": "MIT",
  6105. "bin": {
  6106. "cssesc": "bin/cssesc"
  6107. },
  6108. "engines": {
  6109. "node": ">=4"
  6110. }
  6111. },
  6112. "node_modules/cssfilter": {
  6113. "version": "0.0.10",
  6114. "resolved": "https://registry.npmjs.org/cssfilter/-/cssfilter-0.0.10.tgz",
  6115. "integrity": "sha512-FAaLDaplstoRsDR8XGYH51znUN0UY7nMc6Z9/fvE8EXGwvJE9hu7W2vHwx1+bd6gCYnln9nLbzxFTrcO9YQDZw==",
  6116. "license": "MIT",
  6117. "optional": true
  6118. },
  6119. "node_modules/cssnano": {
  6120. "version": "7.1.1",
  6121. "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-7.1.1.tgz",
  6122. "integrity": "sha512-fm4D8ti0dQmFPeF8DXSAA//btEmqCOgAc/9Oa3C1LW94h5usNrJEfrON7b4FkPZgnDEn6OUs5NdxiJZmAtGOpQ==",
  6123. "license": "MIT",
  6124. "dependencies": {
  6125. "cssnano-preset-default": "^7.0.9",
  6126. "lilconfig": "^3.1.3"
  6127. },
  6128. "engines": {
  6129. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6130. },
  6131. "funding": {
  6132. "type": "opencollective",
  6133. "url": "https://opencollective.com/cssnano"
  6134. },
  6135. "peerDependencies": {
  6136. "postcss": "^8.4.32"
  6137. }
  6138. },
  6139. "node_modules/cssnano-preset-default": {
  6140. "version": "7.0.9",
  6141. "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-7.0.9.tgz",
  6142. "integrity": "sha512-tCD6AAFgYBOVpMBX41KjbvRh9c2uUjLXRyV7KHSIrwHiq5Z9o0TFfUCoM3TwVrRsRteN3sVXGNvjVNxYzkpTsA==",
  6143. "license": "MIT",
  6144. "dependencies": {
  6145. "browserslist": "^4.25.1",
  6146. "css-declaration-sorter": "^7.2.0",
  6147. "cssnano-utils": "^5.0.1",
  6148. "postcss-calc": "^10.1.1",
  6149. "postcss-colormin": "^7.0.4",
  6150. "postcss-convert-values": "^7.0.7",
  6151. "postcss-discard-comments": "^7.0.4",
  6152. "postcss-discard-duplicates": "^7.0.2",
  6153. "postcss-discard-empty": "^7.0.1",
  6154. "postcss-discard-overridden": "^7.0.1",
  6155. "postcss-merge-longhand": "^7.0.5",
  6156. "postcss-merge-rules": "^7.0.6",
  6157. "postcss-minify-font-values": "^7.0.1",
  6158. "postcss-minify-gradients": "^7.0.1",
  6159. "postcss-minify-params": "^7.0.4",
  6160. "postcss-minify-selectors": "^7.0.5",
  6161. "postcss-normalize-charset": "^7.0.1",
  6162. "postcss-normalize-display-values": "^7.0.1",
  6163. "postcss-normalize-positions": "^7.0.1",
  6164. "postcss-normalize-repeat-style": "^7.0.1",
  6165. "postcss-normalize-string": "^7.0.1",
  6166. "postcss-normalize-timing-functions": "^7.0.1",
  6167. "postcss-normalize-unicode": "^7.0.4",
  6168. "postcss-normalize-url": "^7.0.1",
  6169. "postcss-normalize-whitespace": "^7.0.1",
  6170. "postcss-ordered-values": "^7.0.2",
  6171. "postcss-reduce-initial": "^7.0.4",
  6172. "postcss-reduce-transforms": "^7.0.1",
  6173. "postcss-svgo": "^7.1.0",
  6174. "postcss-unique-selectors": "^7.0.4"
  6175. },
  6176. "engines": {
  6177. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6178. },
  6179. "peerDependencies": {
  6180. "postcss": "^8.4.32"
  6181. }
  6182. },
  6183. "node_modules/cssnano-utils": {
  6184. "version": "5.0.1",
  6185. "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-5.0.1.tgz",
  6186. "integrity": "sha512-ZIP71eQgG9JwjVZsTPSqhc6GHgEr53uJ7tK5///VfyWj6Xp2DBmixWHqJgPno+PqATzn48pL42ww9x5SSGmhZg==",
  6187. "license": "MIT",
  6188. "engines": {
  6189. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6190. },
  6191. "peerDependencies": {
  6192. "postcss": "^8.4.32"
  6193. }
  6194. },
  6195. "node_modules/csso": {
  6196. "version": "5.0.5",
  6197. "resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz",
  6198. "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==",
  6199. "license": "MIT",
  6200. "dependencies": {
  6201. "css-tree": "~2.2.0"
  6202. },
  6203. "engines": {
  6204. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  6205. "npm": ">=7.0.0"
  6206. }
  6207. },
  6208. "node_modules/csso/node_modules/css-tree": {
  6209. "version": "2.2.1",
  6210. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz",
  6211. "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==",
  6212. "license": "MIT",
  6213. "dependencies": {
  6214. "mdn-data": "2.0.28",
  6215. "source-map-js": "^1.0.1"
  6216. },
  6217. "engines": {
  6218. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  6219. "npm": ">=7.0.0"
  6220. }
  6221. },
  6222. "node_modules/csso/node_modules/mdn-data": {
  6223. "version": "2.0.28",
  6224. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz",
  6225. "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==",
  6226. "license": "CC0-1.0"
  6227. },
  6228. "node_modules/csstype": {
  6229. "version": "3.1.3",
  6230. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
  6231. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
  6232. "license": "MIT"
  6233. },
  6234. "node_modules/db0": {
  6235. "version": "0.3.4",
  6236. "resolved": "https://registry.npmjs.org/db0/-/db0-0.3.4.tgz",
  6237. "integrity": "sha512-RiXXi4WaNzPTHEOu8UPQKMooIbqOEyqA1t7Z6MsdxSCeb8iUC9ko3LcmsLmeUt2SM5bctfArZKkRQggKZz7JNw==",
  6238. "license": "MIT",
  6239. "peerDependencies": {
  6240. "@electric-sql/pglite": "*",
  6241. "@libsql/client": "*",
  6242. "better-sqlite3": "*",
  6243. "drizzle-orm": "*",
  6244. "mysql2": "*",
  6245. "sqlite3": "*"
  6246. },
  6247. "peerDependenciesMeta": {
  6248. "@electric-sql/pglite": {
  6249. "optional": true
  6250. },
  6251. "@libsql/client": {
  6252. "optional": true
  6253. },
  6254. "better-sqlite3": {
  6255. "optional": true
  6256. },
  6257. "drizzle-orm": {
  6258. "optional": true
  6259. },
  6260. "mysql2": {
  6261. "optional": true
  6262. },
  6263. "sqlite3": {
  6264. "optional": true
  6265. }
  6266. }
  6267. },
  6268. "node_modules/debug": {
  6269. "version": "4.4.3",
  6270. "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
  6271. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  6272. "license": "MIT",
  6273. "dependencies": {
  6274. "ms": "^2.1.3"
  6275. },
  6276. "engines": {
  6277. "node": ">=6.0"
  6278. },
  6279. "peerDependenciesMeta": {
  6280. "supports-color": {
  6281. "optional": true
  6282. }
  6283. }
  6284. },
  6285. "node_modules/deepmerge": {
  6286. "version": "4.3.1",
  6287. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
  6288. "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
  6289. "license": "MIT",
  6290. "engines": {
  6291. "node": ">=0.10.0"
  6292. }
  6293. },
  6294. "node_modules/default-browser": {
  6295. "version": "5.5.0",
  6296. "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.5.0.tgz",
  6297. "integrity": "sha512-H9LMLr5zwIbSxrmvikGuI/5KGhZ8E2zH3stkMgM5LpOWDutGM2JZaj460Udnf1a+946zc7YBgrqEWwbk7zHvGw==",
  6298. "license": "MIT",
  6299. "dependencies": {
  6300. "bundle-name": "^4.1.0",
  6301. "default-browser-id": "^5.0.0"
  6302. },
  6303. "engines": {
  6304. "node": ">=18"
  6305. },
  6306. "funding": {
  6307. "url": "https://github.com/sponsors/sindresorhus"
  6308. }
  6309. },
  6310. "node_modules/default-browser-id": {
  6311. "version": "5.0.0",
  6312. "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.0.tgz",
  6313. "integrity": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==",
  6314. "license": "MIT",
  6315. "engines": {
  6316. "node": ">=18"
  6317. },
  6318. "funding": {
  6319. "url": "https://github.com/sponsors/sindresorhus"
  6320. }
  6321. },
  6322. "node_modules/define-lazy-prop": {
  6323. "version": "2.0.0",
  6324. "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
  6325. "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==",
  6326. "license": "MIT",
  6327. "engines": {
  6328. "node": ">=8"
  6329. }
  6330. },
  6331. "node_modules/defu": {
  6332. "version": "6.1.7",
  6333. "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.7.tgz",
  6334. "integrity": "sha512-7z22QmUWiQ/2d0KkdYmANbRUVABpZ9SNYyH5vx6PZ+nE5bcC0l7uFvEfHlyld/HcGBFTL536ClDt3DEcSlEJAQ==",
  6335. "license": "MIT"
  6336. },
  6337. "node_modules/denque": {
  6338. "version": "2.1.0",
  6339. "resolved": "https://registry.npmjs.org/denque/-/denque-2.1.0.tgz",
  6340. "integrity": "sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==",
  6341. "license": "Apache-2.0",
  6342. "engines": {
  6343. "node": ">=0.10"
  6344. }
  6345. },
  6346. "node_modules/depd": {
  6347. "version": "2.0.0",
  6348. "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
  6349. "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  6350. "license": "MIT",
  6351. "engines": {
  6352. "node": ">= 0.8"
  6353. }
  6354. },
  6355. "node_modules/destr": {
  6356. "version": "2.0.5",
  6357. "resolved": "https://registry.npmjs.org/destr/-/destr-2.0.5.tgz",
  6358. "integrity": "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==",
  6359. "license": "MIT"
  6360. },
  6361. "node_modules/detect-libc": {
  6362. "version": "2.1.2",
  6363. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  6364. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  6365. "license": "Apache-2.0",
  6366. "engines": {
  6367. "node": ">=8"
  6368. }
  6369. },
  6370. "node_modules/devalue": {
  6371. "version": "5.7.1",
  6372. "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.7.1.tgz",
  6373. "integrity": "sha512-MUbZ586EgQqdRnC4yDrlod3BEdyvE4TapGYHMW2CiaW+KkkFmWEFqBUaLltEZCGi0iFXCEjRF0OjF0DV2QHjOA==",
  6374. "license": "MIT"
  6375. },
  6376. "node_modules/dfa": {
  6377. "version": "1.2.0",
  6378. "resolved": "https://registry.npmjs.org/dfa/-/dfa-1.2.0.tgz",
  6379. "integrity": "sha512-ED3jP8saaweFTjeGX8HQPjeC1YYyZs98jGNZx6IiBvxW7JG5v492kamAQB3m2wop07CvU/RQmzcKr6bgcC5D/Q==",
  6380. "license": "MIT"
  6381. },
  6382. "node_modules/diff": {
  6383. "version": "8.0.4",
  6384. "resolved": "https://registry.npmjs.org/diff/-/diff-8.0.4.tgz",
  6385. "integrity": "sha512-DPi0FmjiSU5EvQV0++GFDOJ9ASQUVFh5kD+OzOnYdi7n3Wpm9hWWGfB/O2blfHcMVTL5WkQXSnRiK9makhrcnw==",
  6386. "license": "BSD-3-Clause",
  6387. "engines": {
  6388. "node": ">=0.3.1"
  6389. }
  6390. },
  6391. "node_modules/dom-serializer": {
  6392. "version": "2.0.0",
  6393. "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz",
  6394. "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
  6395. "license": "MIT",
  6396. "dependencies": {
  6397. "domelementtype": "^2.3.0",
  6398. "domhandler": "^5.0.2",
  6399. "entities": "^4.2.0"
  6400. },
  6401. "funding": {
  6402. "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
  6403. }
  6404. },
  6405. "node_modules/domelementtype": {
  6406. "version": "2.3.0",
  6407. "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
  6408. "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
  6409. "funding": [
  6410. {
  6411. "type": "github",
  6412. "url": "https://github.com/sponsors/fb55"
  6413. }
  6414. ],
  6415. "license": "BSD-2-Clause"
  6416. },
  6417. "node_modules/domhandler": {
  6418. "version": "5.0.3",
  6419. "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz",
  6420. "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
  6421. "license": "BSD-2-Clause",
  6422. "dependencies": {
  6423. "domelementtype": "^2.3.0"
  6424. },
  6425. "engines": {
  6426. "node": ">= 4"
  6427. },
  6428. "funding": {
  6429. "url": "https://github.com/fb55/domhandler?sponsor=1"
  6430. }
  6431. },
  6432. "node_modules/domutils": {
  6433. "version": "3.2.2",
  6434. "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz",
  6435. "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==",
  6436. "license": "BSD-2-Clause",
  6437. "dependencies": {
  6438. "dom-serializer": "^2.0.0",
  6439. "domelementtype": "^2.3.0",
  6440. "domhandler": "^5.0.3"
  6441. },
  6442. "funding": {
  6443. "url": "https://github.com/fb55/domutils?sponsor=1"
  6444. }
  6445. },
  6446. "node_modules/dot-prop": {
  6447. "version": "10.1.0",
  6448. "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-10.1.0.tgz",
  6449. "integrity": "sha512-MVUtAugQMOff5RnBy2d9N31iG0lNwg1qAoAOn7pOK5wf94WIaE3My2p3uwTQuvS2AcqchkcR3bHByjaM0mmi7Q==",
  6450. "license": "MIT",
  6451. "dependencies": {
  6452. "type-fest": "^5.0.0"
  6453. },
  6454. "engines": {
  6455. "node": ">=20"
  6456. },
  6457. "funding": {
  6458. "url": "https://github.com/sponsors/sindresorhus"
  6459. }
  6460. },
  6461. "node_modules/dotenv": {
  6462. "version": "16.6.1",
  6463. "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.6.1.tgz",
  6464. "integrity": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==",
  6465. "license": "BSD-2-Clause",
  6466. "engines": {
  6467. "node": ">=12"
  6468. },
  6469. "funding": {
  6470. "url": "https://dotenvx.com"
  6471. }
  6472. },
  6473. "node_modules/duplexer": {
  6474. "version": "0.1.2",
  6475. "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
  6476. "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==",
  6477. "license": "MIT"
  6478. },
  6479. "node_modules/eastasianwidth": {
  6480. "version": "0.2.0",
  6481. "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
  6482. "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
  6483. "license": "MIT"
  6484. },
  6485. "node_modules/ee-first": {
  6486. "version": "1.1.1",
  6487. "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
  6488. "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
  6489. "license": "MIT"
  6490. },
  6491. "node_modules/electron-to-chromium": {
  6492. "version": "1.5.240",
  6493. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.240.tgz",
  6494. "integrity": "sha512-OBwbZjWgrCOH+g6uJsA2/7Twpas2OlepS9uvByJjR2datRDuKGYeD+nP8lBBks2qnB7bGJNHDUx7c/YLaT3QMQ==",
  6495. "license": "ISC"
  6496. },
  6497. "node_modules/embla-carousel": {
  6498. "version": "8.6.0",
  6499. "resolved": "https://registry.npmjs.org/embla-carousel/-/embla-carousel-8.6.0.tgz",
  6500. "integrity": "sha512-SjWyZBHJPbqxHOzckOfo8lHisEaJWmwd23XppYFYVh10bU66/Pn5tkVkbkCMZVdbUE5eTCI2nD8OyIP4Z+uwkA==",
  6501. "license": "MIT"
  6502. },
  6503. "node_modules/embla-carousel-auto-height": {
  6504. "version": "8.6.0",
  6505. "resolved": "https://registry.npmjs.org/embla-carousel-auto-height/-/embla-carousel-auto-height-8.6.0.tgz",
  6506. "integrity": "sha512-/HrJQOEM6aol/oF33gd2QlINcXy3e19fJWvHDuHWp2bpyTa+2dm9tVVJak30m2Qy6QyQ6Fc8DkImtv7pxWOJUQ==",
  6507. "license": "MIT",
  6508. "peerDependencies": {
  6509. "embla-carousel": "8.6.0"
  6510. }
  6511. },
  6512. "node_modules/embla-carousel-auto-scroll": {
  6513. "version": "8.6.0",
  6514. "resolved": "https://registry.npmjs.org/embla-carousel-auto-scroll/-/embla-carousel-auto-scroll-8.6.0.tgz",
  6515. "integrity": "sha512-WT9fWhNXFpbQ6kP+aS07oF5IHYLZ1Dx4DkwgCY8Hv2ZyYd2KMCPfMV1q/cA3wFGuLO7GMgKiySLX90/pQkcOdQ==",
  6516. "license": "MIT",
  6517. "peerDependencies": {
  6518. "embla-carousel": "8.6.0"
  6519. }
  6520. },
  6521. "node_modules/embla-carousel-autoplay": {
  6522. "version": "8.6.0",
  6523. "resolved": "https://registry.npmjs.org/embla-carousel-autoplay/-/embla-carousel-autoplay-8.6.0.tgz",
  6524. "integrity": "sha512-OBu5G3nwaSXkZCo1A6LTaFMZ8EpkYbwIaH+bPqdBnDGQ2fh4+NbzjXjs2SktoPNKCtflfVMc75njaDHOYXcrsA==",
  6525. "license": "MIT",
  6526. "peerDependencies": {
  6527. "embla-carousel": "8.6.0"
  6528. }
  6529. },
  6530. "node_modules/embla-carousel-class-names": {
  6531. "version": "8.6.0",
  6532. "resolved": "https://registry.npmjs.org/embla-carousel-class-names/-/embla-carousel-class-names-8.6.0.tgz",
  6533. "integrity": "sha512-l1hm1+7GxQ+zwdU2sea/LhD946on7XO2qk3Xq2XWSwBaWfdgchXdK567yzLtYSHn4sWYdiX+x4nnaj+saKnJkw==",
  6534. "license": "MIT",
  6535. "peerDependencies": {
  6536. "embla-carousel": "8.6.0"
  6537. }
  6538. },
  6539. "node_modules/embla-carousel-fade": {
  6540. "version": "8.6.0",
  6541. "resolved": "https://registry.npmjs.org/embla-carousel-fade/-/embla-carousel-fade-8.6.0.tgz",
  6542. "integrity": "sha512-qaYsx5mwCz72ZrjlsXgs1nKejSrW+UhkbOMwLgfRT7w2LtdEB03nPRI06GHuHv5ac2USvbEiX2/nAHctcDwvpg==",
  6543. "license": "MIT",
  6544. "peerDependencies": {
  6545. "embla-carousel": "8.6.0"
  6546. }
  6547. },
  6548. "node_modules/embla-carousel-reactive-utils": {
  6549. "version": "8.6.0",
  6550. "resolved": "https://registry.npmjs.org/embla-carousel-reactive-utils/-/embla-carousel-reactive-utils-8.6.0.tgz",
  6551. "integrity": "sha512-fMVUDUEx0/uIEDM0Mz3dHznDhfX+znCCDCeIophYb1QGVM7YThSWX+wz11zlYwWFOr74b4QLGg0hrGPJeG2s4A==",
  6552. "license": "MIT",
  6553. "peerDependencies": {
  6554. "embla-carousel": "8.6.0"
  6555. }
  6556. },
  6557. "node_modules/embla-carousel-vue": {
  6558. "version": "8.6.0",
  6559. "resolved": "https://registry.npmjs.org/embla-carousel-vue/-/embla-carousel-vue-8.6.0.tgz",
  6560. "integrity": "sha512-v8UO5UsyLocZnu/LbfQA7Dn2QHuZKurJY93VUmZYP//QRWoCWOsionmvLLAlibkET3pGPs7++03VhJKbWD7vhQ==",
  6561. "license": "MIT",
  6562. "dependencies": {
  6563. "embla-carousel": "8.6.0",
  6564. "embla-carousel-reactive-utils": "8.6.0"
  6565. },
  6566. "peerDependencies": {
  6567. "vue": "^3.2.37"
  6568. }
  6569. },
  6570. "node_modules/embla-carousel-wheel-gestures": {
  6571. "version": "8.1.0",
  6572. "resolved": "https://registry.npmjs.org/embla-carousel-wheel-gestures/-/embla-carousel-wheel-gestures-8.1.0.tgz",
  6573. "integrity": "sha512-J68jkYrxbWDmXOm2n2YHl+uMEXzkGSKjWmjaEgL9xVvPb3HqVmg6rJSKfI3sqIDVvm7mkeTy87wtG/5263XqHQ==",
  6574. "license": "MIT",
  6575. "dependencies": {
  6576. "wheel-gestures": "^2.2.5"
  6577. },
  6578. "engines": {
  6579. "node": ">=10"
  6580. },
  6581. "peerDependencies": {
  6582. "embla-carousel": "^8.0.0 || ~8.0.0-rc03"
  6583. }
  6584. },
  6585. "node_modules/emoji-regex": {
  6586. "version": "9.2.2",
  6587. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
  6588. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
  6589. "license": "MIT"
  6590. },
  6591. "node_modules/encodeurl": {
  6592. "version": "2.0.0",
  6593. "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
  6594. "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
  6595. "license": "MIT",
  6596. "engines": {
  6597. "node": ">= 0.8"
  6598. }
  6599. },
  6600. "node_modules/enhanced-resolve": {
  6601. "version": "5.18.3",
  6602. "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz",
  6603. "integrity": "sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==",
  6604. "license": "MIT",
  6605. "dependencies": {
  6606. "graceful-fs": "^4.2.4",
  6607. "tapable": "^2.2.0"
  6608. },
  6609. "engines": {
  6610. "node": ">=10.13.0"
  6611. }
  6612. },
  6613. "node_modules/entities": {
  6614. "version": "4.5.0",
  6615. "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
  6616. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  6617. "license": "BSD-2-Clause",
  6618. "engines": {
  6619. "node": ">=0.12"
  6620. },
  6621. "funding": {
  6622. "url": "https://github.com/fb55/entities?sponsor=1"
  6623. }
  6624. },
  6625. "node_modules/error-stack-parser-es": {
  6626. "version": "1.0.5",
  6627. "resolved": "https://registry.npmjs.org/error-stack-parser-es/-/error-stack-parser-es-1.0.5.tgz",
  6628. "integrity": "sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==",
  6629. "license": "MIT",
  6630. "funding": {
  6631. "url": "https://github.com/sponsors/antfu"
  6632. }
  6633. },
  6634. "node_modules/errx": {
  6635. "version": "0.1.0",
  6636. "resolved": "https://registry.npmjs.org/errx/-/errx-0.1.0.tgz",
  6637. "integrity": "sha512-fZmsRiDNv07K6s2KkKFTiD2aIvECa7++PKyD5NC32tpRw46qZA3sOz+aM+/V9V0GDHxVTKLziveV4JhzBHDp9Q==",
  6638. "license": "MIT"
  6639. },
  6640. "node_modules/es-module-lexer": {
  6641. "version": "1.7.0",
  6642. "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz",
  6643. "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==",
  6644. "license": "MIT"
  6645. },
  6646. "node_modules/esbuild": {
  6647. "version": "0.25.12",
  6648. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz",
  6649. "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==",
  6650. "hasInstallScript": true,
  6651. "license": "MIT",
  6652. "bin": {
  6653. "esbuild": "bin/esbuild"
  6654. },
  6655. "engines": {
  6656. "node": ">=18"
  6657. },
  6658. "optionalDependencies": {
  6659. "@esbuild/aix-ppc64": "0.25.12",
  6660. "@esbuild/android-arm": "0.25.12",
  6661. "@esbuild/android-arm64": "0.25.12",
  6662. "@esbuild/android-x64": "0.25.12",
  6663. "@esbuild/darwin-arm64": "0.25.12",
  6664. "@esbuild/darwin-x64": "0.25.12",
  6665. "@esbuild/freebsd-arm64": "0.25.12",
  6666. "@esbuild/freebsd-x64": "0.25.12",
  6667. "@esbuild/linux-arm": "0.25.12",
  6668. "@esbuild/linux-arm64": "0.25.12",
  6669. "@esbuild/linux-ia32": "0.25.12",
  6670. "@esbuild/linux-loong64": "0.25.12",
  6671. "@esbuild/linux-mips64el": "0.25.12",
  6672. "@esbuild/linux-ppc64": "0.25.12",
  6673. "@esbuild/linux-riscv64": "0.25.12",
  6674. "@esbuild/linux-s390x": "0.25.12",
  6675. "@esbuild/linux-x64": "0.25.12",
  6676. "@esbuild/netbsd-arm64": "0.25.12",
  6677. "@esbuild/netbsd-x64": "0.25.12",
  6678. "@esbuild/openbsd-arm64": "0.25.12",
  6679. "@esbuild/openbsd-x64": "0.25.12",
  6680. "@esbuild/openharmony-arm64": "0.25.12",
  6681. "@esbuild/sunos-x64": "0.25.12",
  6682. "@esbuild/win32-arm64": "0.25.12",
  6683. "@esbuild/win32-ia32": "0.25.12",
  6684. "@esbuild/win32-x64": "0.25.12"
  6685. }
  6686. },
  6687. "node_modules/escalade": {
  6688. "version": "3.2.0",
  6689. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
  6690. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  6691. "license": "MIT",
  6692. "engines": {
  6693. "node": ">=6"
  6694. }
  6695. },
  6696. "node_modules/escape-html": {
  6697. "version": "1.0.3",
  6698. "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
  6699. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
  6700. "license": "MIT"
  6701. },
  6702. "node_modules/escape-string-regexp": {
  6703. "version": "5.0.0",
  6704. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  6705. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  6706. "license": "MIT",
  6707. "engines": {
  6708. "node": ">=12"
  6709. },
  6710. "funding": {
  6711. "url": "https://github.com/sponsors/sindresorhus"
  6712. }
  6713. },
  6714. "node_modules/estree-walker": {
  6715. "version": "2.0.2",
  6716. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  6717. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  6718. "license": "MIT"
  6719. },
  6720. "node_modules/etag": {
  6721. "version": "1.8.1",
  6722. "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
  6723. "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
  6724. "license": "MIT",
  6725. "engines": {
  6726. "node": ">= 0.6"
  6727. }
  6728. },
  6729. "node_modules/event-target-shim": {
  6730. "version": "5.0.1",
  6731. "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
  6732. "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
  6733. "license": "MIT",
  6734. "engines": {
  6735. "node": ">=6"
  6736. }
  6737. },
  6738. "node_modules/events": {
  6739. "version": "3.3.0",
  6740. "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
  6741. "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
  6742. "license": "MIT",
  6743. "engines": {
  6744. "node": ">=0.8.x"
  6745. }
  6746. },
  6747. "node_modules/events-universal": {
  6748. "version": "1.0.1",
  6749. "resolved": "https://registry.npmjs.org/events-universal/-/events-universal-1.0.1.tgz",
  6750. "integrity": "sha512-LUd5euvbMLpwOF8m6ivPCbhQeSiYVNb8Vs0fQ8QjXo0JTkEHpz8pxdQf0gStltaPpw0Cca8b39KxvK9cfKRiAw==",
  6751. "license": "Apache-2.0",
  6752. "dependencies": {
  6753. "bare-events": "^2.7.0"
  6754. }
  6755. },
  6756. "node_modules/execa": {
  6757. "version": "8.0.1",
  6758. "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz",
  6759. "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
  6760. "license": "MIT",
  6761. "dependencies": {
  6762. "cross-spawn": "^7.0.3",
  6763. "get-stream": "^8.0.1",
  6764. "human-signals": "^5.0.0",
  6765. "is-stream": "^3.0.0",
  6766. "merge-stream": "^2.0.0",
  6767. "npm-run-path": "^5.1.0",
  6768. "onetime": "^6.0.0",
  6769. "signal-exit": "^4.1.0",
  6770. "strip-final-newline": "^3.0.0"
  6771. },
  6772. "engines": {
  6773. "node": ">=16.17"
  6774. },
  6775. "funding": {
  6776. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  6777. }
  6778. },
  6779. "node_modules/exsolve": {
  6780. "version": "1.0.8",
  6781. "resolved": "https://registry.npmjs.org/exsolve/-/exsolve-1.0.8.tgz",
  6782. "integrity": "sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==",
  6783. "license": "MIT"
  6784. },
  6785. "node_modules/fast-deep-equal": {
  6786. "version": "3.1.3",
  6787. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  6788. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  6789. "license": "MIT"
  6790. },
  6791. "node_modules/fast-fifo": {
  6792. "version": "1.3.2",
  6793. "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz",
  6794. "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==",
  6795. "license": "MIT"
  6796. },
  6797. "node_modules/fast-glob": {
  6798. "version": "3.3.3",
  6799. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
  6800. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  6801. "license": "MIT",
  6802. "dependencies": {
  6803. "@nodelib/fs.stat": "^2.0.2",
  6804. "@nodelib/fs.walk": "^1.2.3",
  6805. "glob-parent": "^5.1.2",
  6806. "merge2": "^1.3.0",
  6807. "micromatch": "^4.0.8"
  6808. },
  6809. "engines": {
  6810. "node": ">=8.6.0"
  6811. }
  6812. },
  6813. "node_modules/fast-npm-meta": {
  6814. "version": "0.4.7",
  6815. "resolved": "https://registry.npmjs.org/fast-npm-meta/-/fast-npm-meta-0.4.7.tgz",
  6816. "integrity": "sha512-aZU3i3eRcSb2NCq8i6N6IlyiTyF6vqAqzBGl2NBF6ngNx/GIqfYbkLDIKZ4z4P0o/RmtsFnVqHwdrSm13o4tnQ==",
  6817. "license": "MIT",
  6818. "funding": {
  6819. "url": "https://github.com/sponsors/antfu"
  6820. }
  6821. },
  6822. "node_modules/fast-string-truncated-width": {
  6823. "version": "1.2.1",
  6824. "resolved": "https://registry.npmjs.org/fast-string-truncated-width/-/fast-string-truncated-width-1.2.1.tgz",
  6825. "integrity": "sha512-Q9acT/+Uu3GwGj+5w/zsGuQjh9O1TyywhIwAxHudtWrgF09nHOPrvTLhQevPbttcxjr/SNN7mJmfOw/B1bXgow==",
  6826. "license": "MIT"
  6827. },
  6828. "node_modules/fast-string-width": {
  6829. "version": "1.1.0",
  6830. "resolved": "https://registry.npmjs.org/fast-string-width/-/fast-string-width-1.1.0.tgz",
  6831. "integrity": "sha512-O3fwIVIH5gKB38QNbdg+3760ZmGz0SZMgvwJbA1b2TGXceKE6A2cOlfogh1iw8lr049zPyd7YADHy+B7U4W9bQ==",
  6832. "license": "MIT",
  6833. "dependencies": {
  6834. "fast-string-truncated-width": "^1.2.0"
  6835. }
  6836. },
  6837. "node_modules/fast-wrap-ansi": {
  6838. "version": "0.1.6",
  6839. "resolved": "https://registry.npmjs.org/fast-wrap-ansi/-/fast-wrap-ansi-0.1.6.tgz",
  6840. "integrity": "sha512-HlUwET7a5gqjURj70D5jl7aC3Zmy4weA1SHUfM0JFI0Ptq987NH2TwbBFLoERhfwk+E+eaq4EK3jXoT+R3yp3w==",
  6841. "license": "MIT",
  6842. "dependencies": {
  6843. "fast-string-width": "^1.1.0"
  6844. }
  6845. },
  6846. "node_modules/fastq": {
  6847. "version": "1.20.1",
  6848. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
  6849. "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
  6850. "license": "ISC",
  6851. "dependencies": {
  6852. "reusify": "^1.0.4"
  6853. }
  6854. },
  6855. "node_modules/fdir": {
  6856. "version": "6.5.0",
  6857. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  6858. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  6859. "license": "MIT",
  6860. "engines": {
  6861. "node": ">=12.0.0"
  6862. },
  6863. "peerDependencies": {
  6864. "picomatch": "^3 || ^4"
  6865. },
  6866. "peerDependenciesMeta": {
  6867. "picomatch": {
  6868. "optional": true
  6869. }
  6870. }
  6871. },
  6872. "node_modules/file-uri-to-path": {
  6873. "version": "1.0.0",
  6874. "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
  6875. "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
  6876. "license": "MIT"
  6877. },
  6878. "node_modules/fill-range": {
  6879. "version": "7.1.1",
  6880. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  6881. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  6882. "license": "MIT",
  6883. "dependencies": {
  6884. "to-regex-range": "^5.0.1"
  6885. },
  6886. "engines": {
  6887. "node": ">=8"
  6888. }
  6889. },
  6890. "node_modules/fontaine": {
  6891. "version": "0.7.0",
  6892. "resolved": "https://registry.npmjs.org/fontaine/-/fontaine-0.7.0.tgz",
  6893. "integrity": "sha512-vlaWLyoJrOnCBqycmFo/CA8ZmPzuyJHYmgu261KYKByZ4YLz9sTyHZ4qoHgWSYiDsZXhiLo2XndVMz0WOAyZ8Q==",
  6894. "license": "MIT",
  6895. "dependencies": {
  6896. "@capsizecss/unpack": "^3.0.0",
  6897. "css-tree": "^3.1.0",
  6898. "magic-regexp": "^0.10.0",
  6899. "magic-string": "^0.30.21",
  6900. "pathe": "^2.0.3",
  6901. "ufo": "^1.6.1",
  6902. "unplugin": "^2.3.10"
  6903. },
  6904. "engines": {
  6905. "node": ">=18.12.0"
  6906. }
  6907. },
  6908. "node_modules/fontkit": {
  6909. "version": "2.0.4",
  6910. "resolved": "https://registry.npmjs.org/fontkit/-/fontkit-2.0.4.tgz",
  6911. "integrity": "sha512-syetQadaUEDNdxdugga9CpEYVaQIxOwk7GlwZWWZ19//qW4zE5bknOKeMBDYAASwnpaSHKJITRLMF9m1fp3s6g==",
  6912. "license": "MIT",
  6913. "dependencies": {
  6914. "@swc/helpers": "^0.5.12",
  6915. "brotli": "^1.3.2",
  6916. "clone": "^2.1.2",
  6917. "dfa": "^1.2.0",
  6918. "fast-deep-equal": "^3.1.3",
  6919. "restructure": "^3.0.0",
  6920. "tiny-inflate": "^1.0.3",
  6921. "unicode-properties": "^1.4.0",
  6922. "unicode-trie": "^2.0.0"
  6923. }
  6924. },
  6925. "node_modules/fontless": {
  6926. "version": "0.1.0",
  6927. "resolved": "https://registry.npmjs.org/fontless/-/fontless-0.1.0.tgz",
  6928. "integrity": "sha512-KyvRd732HuVd/XP9iEFTb1w8Q01TPSA5GaCJV9HYmPiEs/ZZg/on2YdrQmlKfi9gDGpmN5Bn27Ze/CHqk0vE+w==",
  6929. "license": "MIT",
  6930. "dependencies": {
  6931. "consola": "^3.4.2",
  6932. "css-tree": "^3.1.0",
  6933. "defu": "^6.1.4",
  6934. "esbuild": "^0.25.12",
  6935. "fontaine": "0.7.0",
  6936. "jiti": "^2.6.1",
  6937. "lightningcss": "^1.30.2",
  6938. "magic-string": "^0.30.21",
  6939. "ohash": "^2.0.11",
  6940. "pathe": "^2.0.3",
  6941. "ufo": "^1.6.1",
  6942. "unifont": "^0.6.0",
  6943. "unstorage": "^1.17.1"
  6944. },
  6945. "engines": {
  6946. "node": ">=18.12.0"
  6947. },
  6948. "peerDependencies": {
  6949. "vite": "*"
  6950. },
  6951. "peerDependenciesMeta": {
  6952. "vite": {
  6953. "optional": true
  6954. }
  6955. }
  6956. },
  6957. "node_modules/foreground-child": {
  6958. "version": "3.3.1",
  6959. "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
  6960. "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
  6961. "license": "ISC",
  6962. "dependencies": {
  6963. "cross-spawn": "^7.0.6",
  6964. "signal-exit": "^4.0.1"
  6965. },
  6966. "engines": {
  6967. "node": ">=14"
  6968. },
  6969. "funding": {
  6970. "url": "https://github.com/sponsors/isaacs"
  6971. }
  6972. },
  6973. "node_modules/fraction.js": {
  6974. "version": "4.3.7",
  6975. "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz",
  6976. "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
  6977. "license": "MIT",
  6978. "engines": {
  6979. "node": "*"
  6980. },
  6981. "funding": {
  6982. "type": "patreon",
  6983. "url": "https://github.com/sponsors/rawify"
  6984. }
  6985. },
  6986. "node_modules/framer-motion": {
  6987. "version": "12.23.12",
  6988. "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.23.12.tgz",
  6989. "integrity": "sha512-6e78rdVtnBvlEVgu6eFEAgG9v3wLnYEboM8I5O5EXvfKC8gxGQB8wXJdhkMy10iVcn05jl6CNw7/HTsTCfwcWg==",
  6990. "license": "MIT",
  6991. "dependencies": {
  6992. "motion-dom": "^12.23.12",
  6993. "motion-utils": "^12.23.6",
  6994. "tslib": "^2.4.0"
  6995. },
  6996. "peerDependencies": {
  6997. "@emotion/is-prop-valid": "*",
  6998. "react": "^18.0.0 || ^19.0.0",
  6999. "react-dom": "^18.0.0 || ^19.0.0"
  7000. },
  7001. "peerDependenciesMeta": {
  7002. "@emotion/is-prop-valid": {
  7003. "optional": true
  7004. },
  7005. "react": {
  7006. "optional": true
  7007. },
  7008. "react-dom": {
  7009. "optional": true
  7010. }
  7011. }
  7012. },
  7013. "node_modules/fresh": {
  7014. "version": "2.0.0",
  7015. "resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz",
  7016. "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
  7017. "license": "MIT",
  7018. "engines": {
  7019. "node": ">= 0.8"
  7020. }
  7021. },
  7022. "node_modules/fsevents": {
  7023. "version": "2.3.3",
  7024. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  7025. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  7026. "hasInstallScript": true,
  7027. "license": "MIT",
  7028. "optional": true,
  7029. "os": [
  7030. "darwin"
  7031. ],
  7032. "engines": {
  7033. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  7034. }
  7035. },
  7036. "node_modules/function-bind": {
  7037. "version": "1.1.2",
  7038. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  7039. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  7040. "license": "MIT",
  7041. "funding": {
  7042. "url": "https://github.com/sponsors/ljharb"
  7043. }
  7044. },
  7045. "node_modules/fuse.js": {
  7046. "version": "7.3.0",
  7047. "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.3.0.tgz",
  7048. "integrity": "sha512-plz8RVjfcDedTGfVngWH1jmJvBvAwi1v2jecfDerbEnMcmOYUEEwKFTHbNoCiYyzaK2Ws8lABkTCcRSqCY1q4w==",
  7049. "license": "Apache-2.0",
  7050. "engines": {
  7051. "node": ">=10"
  7052. },
  7053. "funding": {
  7054. "type": "github",
  7055. "url": "https://github.com/sponsors/krisk"
  7056. }
  7057. },
  7058. "node_modules/fzf": {
  7059. "version": "0.5.2",
  7060. "resolved": "https://registry.npmjs.org/fzf/-/fzf-0.5.2.tgz",
  7061. "integrity": "sha512-Tt4kuxLXFKHy8KT40zwsUPUkg1CrsgY25FxA2U/j/0WgEDCk3ddc/zLTCCcbSHX9FcKtLuVaDGtGE/STWC+j3Q==",
  7062. "license": "BSD-3-Clause"
  7063. },
  7064. "node_modules/gensync": {
  7065. "version": "1.0.0-beta.2",
  7066. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  7067. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  7068. "license": "MIT",
  7069. "engines": {
  7070. "node": ">=6.9.0"
  7071. }
  7072. },
  7073. "node_modules/get-caller-file": {
  7074. "version": "2.0.5",
  7075. "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
  7076. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  7077. "license": "ISC",
  7078. "engines": {
  7079. "node": "6.* || 8.* || >= 10.*"
  7080. }
  7081. },
  7082. "node_modules/get-east-asian-width": {
  7083. "version": "1.5.0",
  7084. "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.5.0.tgz",
  7085. "integrity": "sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==",
  7086. "license": "MIT",
  7087. "engines": {
  7088. "node": ">=18"
  7089. },
  7090. "funding": {
  7091. "url": "https://github.com/sponsors/sindresorhus"
  7092. }
  7093. },
  7094. "node_modules/get-port-please": {
  7095. "version": "3.2.0",
  7096. "resolved": "https://registry.npmjs.org/get-port-please/-/get-port-please-3.2.0.tgz",
  7097. "integrity": "sha512-I9QVvBw5U/hw3RmWpYKRumUeaDgxTPd401x364rLmWBJcOQ753eov1eTgzDqRG9bqFIfDc7gfzcQEWrUri3o1A==",
  7098. "license": "MIT"
  7099. },
  7100. "node_modules/get-stream": {
  7101. "version": "8.0.1",
  7102. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz",
  7103. "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
  7104. "license": "MIT",
  7105. "engines": {
  7106. "node": ">=16"
  7107. },
  7108. "funding": {
  7109. "url": "https://github.com/sponsors/sindresorhus"
  7110. }
  7111. },
  7112. "node_modules/giget": {
  7113. "version": "3.2.0",
  7114. "resolved": "https://registry.npmjs.org/giget/-/giget-3.2.0.tgz",
  7115. "integrity": "sha512-GvHTWcykIR/fP8cj8dMpuMMkvaeJfPvYnhq0oW+chSeIr+ldX21ifU2Ms6KBoyKZQZmVaUAAhQ2EZ68KJF8a7A==",
  7116. "license": "MIT",
  7117. "bin": {
  7118. "giget": "dist/cli.mjs"
  7119. }
  7120. },
  7121. "node_modules/git-up": {
  7122. "version": "8.1.1",
  7123. "resolved": "https://registry.npmjs.org/git-up/-/git-up-8.1.1.tgz",
  7124. "integrity": "sha512-FDenSF3fVqBYSaJoYy1KSc2wosx0gCvKP+c+PRBht7cAaiCeQlBtfBDX9vgnNOHmdePlSFITVcn4pFfcgNvx3g==",
  7125. "license": "MIT",
  7126. "dependencies": {
  7127. "is-ssh": "^1.4.0",
  7128. "parse-url": "^9.2.0"
  7129. }
  7130. },
  7131. "node_modules/git-url-parse": {
  7132. "version": "16.1.0",
  7133. "resolved": "https://registry.npmjs.org/git-url-parse/-/git-url-parse-16.1.0.tgz",
  7134. "integrity": "sha512-cPLz4HuK86wClEW7iDdeAKcCVlWXmrLpb2L+G9goW0Z1dtpNS6BXXSOckUTlJT/LDQViE1QZKstNORzHsLnobw==",
  7135. "license": "MIT",
  7136. "dependencies": {
  7137. "git-up": "^8.1.0"
  7138. }
  7139. },
  7140. "node_modules/glob": {
  7141. "version": "10.5.0",
  7142. "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
  7143. "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
  7144. "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
  7145. "license": "ISC",
  7146. "dependencies": {
  7147. "foreground-child": "^3.1.0",
  7148. "jackspeak": "^3.1.2",
  7149. "minimatch": "^9.0.4",
  7150. "minipass": "^7.1.2",
  7151. "package-json-from-dist": "^1.0.0",
  7152. "path-scurry": "^1.11.1"
  7153. },
  7154. "bin": {
  7155. "glob": "dist/esm/bin.mjs"
  7156. },
  7157. "funding": {
  7158. "url": "https://github.com/sponsors/isaacs"
  7159. }
  7160. },
  7161. "node_modules/glob-parent": {
  7162. "version": "5.1.2",
  7163. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  7164. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  7165. "license": "ISC",
  7166. "dependencies": {
  7167. "is-glob": "^4.0.1"
  7168. },
  7169. "engines": {
  7170. "node": ">= 6"
  7171. }
  7172. },
  7173. "node_modules/global-directory": {
  7174. "version": "4.0.1",
  7175. "resolved": "https://registry.npmjs.org/global-directory/-/global-directory-4.0.1.tgz",
  7176. "integrity": "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==",
  7177. "license": "MIT",
  7178. "dependencies": {
  7179. "ini": "4.1.1"
  7180. },
  7181. "engines": {
  7182. "node": ">=18"
  7183. },
  7184. "funding": {
  7185. "url": "https://github.com/sponsors/sindresorhus"
  7186. }
  7187. },
  7188. "node_modules/globby": {
  7189. "version": "16.2.0",
  7190. "resolved": "https://registry.npmjs.org/globby/-/globby-16.2.0.tgz",
  7191. "integrity": "sha512-QrJia2qDf5BB/V6HYlDTs0I0lBahyjLzpGQg3KT7FnCdTonAyPy2RtY802m2k4ALx6Dp752f82WsOczEVr3l6Q==",
  7192. "license": "MIT",
  7193. "dependencies": {
  7194. "@sindresorhus/merge-streams": "^4.0.0",
  7195. "fast-glob": "^3.3.3",
  7196. "ignore": "^7.0.5",
  7197. "is-path-inside": "^4.0.0",
  7198. "slash": "^5.1.0",
  7199. "unicorn-magic": "^0.4.0"
  7200. },
  7201. "engines": {
  7202. "node": ">=20"
  7203. },
  7204. "funding": {
  7205. "url": "https://github.com/sponsors/sindresorhus"
  7206. }
  7207. },
  7208. "node_modules/globby/node_modules/unicorn-magic": {
  7209. "version": "0.4.0",
  7210. "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.4.0.tgz",
  7211. "integrity": "sha512-wH590V9VNgYH9g3lH9wWjTrUoKsjLF6sGLjhR4sH1LWpLmCOH0Zf7PukhDA8BiS7KHe4oPNkcTHqYkj7SOGUOw==",
  7212. "license": "MIT",
  7213. "engines": {
  7214. "node": ">=20"
  7215. },
  7216. "funding": {
  7217. "url": "https://github.com/sponsors/sindresorhus"
  7218. }
  7219. },
  7220. "node_modules/graceful-fs": {
  7221. "version": "4.2.11",
  7222. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  7223. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  7224. "license": "ISC"
  7225. },
  7226. "node_modules/gzip-size": {
  7227. "version": "7.0.0",
  7228. "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-7.0.0.tgz",
  7229. "integrity": "sha512-O1Ld7Dr+nqPnmGpdhzLmMTQ4vAsD+rHwMm1NLUmoUFFymBOMKxCCrtDxqdBRYXdeEPEi3SyoR4TizJLQrnKBNA==",
  7230. "license": "MIT",
  7231. "dependencies": {
  7232. "duplexer": "^0.1.2"
  7233. },
  7234. "engines": {
  7235. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  7236. },
  7237. "funding": {
  7238. "url": "https://github.com/sponsors/sindresorhus"
  7239. }
  7240. },
  7241. "node_modules/h3": {
  7242. "version": "1.15.11",
  7243. "resolved": "https://registry.npmjs.org/h3/-/h3-1.15.11.tgz",
  7244. "integrity": "sha512-L3THSe2MPeBwgIZVSH5zLdBBU90TOxarvhK9d04IDY2AmVS8j2Jz2LIWtwsGOU3lu2I5jCN7FNvVfY2+XyF+mg==",
  7245. "license": "MIT",
  7246. "dependencies": {
  7247. "cookie-es": "^1.2.3",
  7248. "crossws": "^0.3.5",
  7249. "defu": "^6.1.6",
  7250. "destr": "^2.0.5",
  7251. "iron-webcrypto": "^1.2.1",
  7252. "node-mock-http": "^1.0.4",
  7253. "radix3": "^1.1.2",
  7254. "ufo": "^1.6.3",
  7255. "uncrypto": "^0.1.3"
  7256. }
  7257. },
  7258. "node_modules/h3/node_modules/cookie-es": {
  7259. "version": "1.2.3",
  7260. "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-1.2.3.tgz",
  7261. "integrity": "sha512-lXVyvUvrNXblMqzIRrxHb57UUVmqsSWlxqt3XIjCkUP0wDAf6uicO6KMbEgYrMNtEvWgWHwe42CKxPu9MYAnWw==",
  7262. "license": "MIT"
  7263. },
  7264. "node_modules/hasown": {
  7265. "version": "2.0.2",
  7266. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
  7267. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  7268. "license": "MIT",
  7269. "dependencies": {
  7270. "function-bind": "^1.1.2"
  7271. },
  7272. "engines": {
  7273. "node": ">= 0.4"
  7274. }
  7275. },
  7276. "node_modules/hey-listen": {
  7277. "version": "1.0.8",
  7278. "resolved": "https://registry.npmjs.org/hey-listen/-/hey-listen-1.0.8.tgz",
  7279. "integrity": "sha512-COpmrF2NOg4TBWUJ5UVyaCU2A88wEMkUPK4hNqyCkqHbxT92BbvfjoSozkAIIm6XhicGlJHhFdullInrdhwU8Q==",
  7280. "license": "MIT"
  7281. },
  7282. "node_modules/hookable": {
  7283. "version": "5.5.3",
  7284. "resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz",
  7285. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
  7286. "license": "MIT"
  7287. },
  7288. "node_modules/http-errors": {
  7289. "version": "2.0.1",
  7290. "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
  7291. "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
  7292. "license": "MIT",
  7293. "dependencies": {
  7294. "depd": "~2.0.0",
  7295. "inherits": "~2.0.4",
  7296. "setprototypeof": "~1.2.0",
  7297. "statuses": "~2.0.2",
  7298. "toidentifier": "~1.0.1"
  7299. },
  7300. "engines": {
  7301. "node": ">= 0.8"
  7302. },
  7303. "funding": {
  7304. "type": "opencollective",
  7305. "url": "https://opencollective.com/express"
  7306. }
  7307. },
  7308. "node_modules/http-shutdown": {
  7309. "version": "1.2.2",
  7310. "resolved": "https://registry.npmjs.org/http-shutdown/-/http-shutdown-1.2.2.tgz",
  7311. "integrity": "sha512-S9wWkJ/VSY9/k4qcjG318bqJNruzE4HySUhFYknwmu6LBP97KLLfwNf+n4V1BHurvFNkSKLFnK/RsuUnRTf9Vw==",
  7312. "license": "MIT",
  7313. "engines": {
  7314. "iojs": ">= 1.0.0",
  7315. "node": ">= 0.12.0"
  7316. }
  7317. },
  7318. "node_modules/https-proxy-agent": {
  7319. "version": "7.0.6",
  7320. "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
  7321. "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
  7322. "license": "MIT",
  7323. "dependencies": {
  7324. "agent-base": "^7.1.2",
  7325. "debug": "4"
  7326. },
  7327. "engines": {
  7328. "node": ">= 14"
  7329. }
  7330. },
  7331. "node_modules/httpxy": {
  7332. "version": "0.5.1",
  7333. "resolved": "https://registry.npmjs.org/httpxy/-/httpxy-0.5.1.tgz",
  7334. "integrity": "sha512-JPhqYiixe1A1I+MXDewWDZqeudBGU8Q9jCHYN8ML+779RQzLjTi78HBvWz4jMxUD6h2/vUL12g4q/mFM0OUw1A==",
  7335. "license": "MIT"
  7336. },
  7337. "node_modules/human-signals": {
  7338. "version": "5.0.0",
  7339. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz",
  7340. "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
  7341. "license": "Apache-2.0",
  7342. "engines": {
  7343. "node": ">=16.17.0"
  7344. }
  7345. },
  7346. "node_modules/ieee754": {
  7347. "version": "1.2.1",
  7348. "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
  7349. "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
  7350. "funding": [
  7351. {
  7352. "type": "github",
  7353. "url": "https://github.com/sponsors/feross"
  7354. },
  7355. {
  7356. "type": "patreon",
  7357. "url": "https://www.patreon.com/feross"
  7358. },
  7359. {
  7360. "type": "consulting",
  7361. "url": "https://feross.org/support"
  7362. }
  7363. ],
  7364. "license": "BSD-3-Clause"
  7365. },
  7366. "node_modules/ignore": {
  7367. "version": "7.0.5",
  7368. "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
  7369. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  7370. "license": "MIT",
  7371. "engines": {
  7372. "node": ">= 4"
  7373. }
  7374. },
  7375. "node_modules/image-meta": {
  7376. "version": "0.2.2",
  7377. "resolved": "https://registry.npmjs.org/image-meta/-/image-meta-0.2.2.tgz",
  7378. "integrity": "sha512-3MOLanc3sb3LNGWQl1RlQlNWURE5g32aUphrDyFeCsxBTk08iE3VNe4CwsUZ0Qs1X+EfX0+r29Sxdpza4B+yRA==",
  7379. "license": "MIT"
  7380. },
  7381. "node_modules/impound": {
  7382. "version": "1.0.0",
  7383. "resolved": "https://registry.npmjs.org/impound/-/impound-1.0.0.tgz",
  7384. "integrity": "sha512-8lAJ+1Arw2sMaZ9HE2ZmL5zOcMnt18s6+7Xqgq2aUVy4P1nlzAyPtzCDxsk51KVFwHEEdc6OWvUyqwHwhRYaug==",
  7385. "license": "MIT",
  7386. "dependencies": {
  7387. "exsolve": "^1.0.5",
  7388. "mocked-exports": "^0.1.1",
  7389. "pathe": "^2.0.3",
  7390. "unplugin": "^2.3.2",
  7391. "unplugin-utils": "^0.2.4"
  7392. }
  7393. },
  7394. "node_modules/inherits": {
  7395. "version": "2.0.4",
  7396. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  7397. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  7398. "license": "ISC"
  7399. },
  7400. "node_modules/ini": {
  7401. "version": "4.1.1",
  7402. "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz",
  7403. "integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==",
  7404. "license": "ISC",
  7405. "engines": {
  7406. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  7407. }
  7408. },
  7409. "node_modules/ioredis": {
  7410. "version": "5.10.1",
  7411. "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.10.1.tgz",
  7412. "integrity": "sha512-HuEDBTI70aYdx1v6U97SbNx9F1+svQKBDo30o0b9fw055LMepzpOOd0Ccg9Q6tbqmBSJaMuY0fB7yw9/vjBYCA==",
  7413. "license": "MIT",
  7414. "dependencies": {
  7415. "@ioredis/commands": "1.5.1",
  7416. "cluster-key-slot": "^1.1.0",
  7417. "debug": "^4.3.4",
  7418. "denque": "^2.1.0",
  7419. "lodash.defaults": "^4.2.0",
  7420. "lodash.isarguments": "^3.1.0",
  7421. "redis-errors": "^1.2.0",
  7422. "redis-parser": "^3.0.0",
  7423. "standard-as-callback": "^2.1.0"
  7424. },
  7425. "engines": {
  7426. "node": ">=12.22.0"
  7427. },
  7428. "funding": {
  7429. "type": "opencollective",
  7430. "url": "https://opencollective.com/ioredis"
  7431. }
  7432. },
  7433. "node_modules/ipx": {
  7434. "version": "3.1.1",
  7435. "resolved": "https://registry.npmjs.org/ipx/-/ipx-3.1.1.tgz",
  7436. "integrity": "sha512-7Xnt54Dco7uYkfdAw0r2vCly3z0rSaVhEXMzPvl3FndsTVm5p26j+PO+gyinkYmcsEUvX2Rh7OGK7KzYWRu6BA==",
  7437. "license": "MIT",
  7438. "optional": true,
  7439. "dependencies": {
  7440. "@fastify/accept-negotiator": "^2.0.1",
  7441. "citty": "^0.1.6",
  7442. "consola": "^3.4.2",
  7443. "defu": "^6.1.4",
  7444. "destr": "^2.0.5",
  7445. "etag": "^1.8.1",
  7446. "h3": "^1.15.3",
  7447. "image-meta": "^0.2.1",
  7448. "listhen": "^1.9.0",
  7449. "ofetch": "^1.4.1",
  7450. "pathe": "^2.0.3",
  7451. "sharp": "^0.34.3",
  7452. "svgo": "^4.0.0",
  7453. "ufo": "^1.6.1",
  7454. "unstorage": "^1.16.1",
  7455. "xss": "^1.0.15"
  7456. },
  7457. "bin": {
  7458. "ipx": "bin/ipx.mjs"
  7459. }
  7460. },
  7461. "node_modules/iron-webcrypto": {
  7462. "version": "1.2.1",
  7463. "resolved": "https://registry.npmjs.org/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz",
  7464. "integrity": "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==",
  7465. "license": "MIT",
  7466. "funding": {
  7467. "url": "https://github.com/sponsors/brc-dd"
  7468. }
  7469. },
  7470. "node_modules/is-core-module": {
  7471. "version": "2.16.1",
  7472. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
  7473. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  7474. "license": "MIT",
  7475. "dependencies": {
  7476. "hasown": "^2.0.2"
  7477. },
  7478. "engines": {
  7479. "node": ">= 0.4"
  7480. },
  7481. "funding": {
  7482. "url": "https://github.com/sponsors/ljharb"
  7483. }
  7484. },
  7485. "node_modules/is-docker": {
  7486. "version": "3.0.0",
  7487. "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
  7488. "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
  7489. "license": "MIT",
  7490. "bin": {
  7491. "is-docker": "cli.js"
  7492. },
  7493. "engines": {
  7494. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  7495. },
  7496. "funding": {
  7497. "url": "https://github.com/sponsors/sindresorhus"
  7498. }
  7499. },
  7500. "node_modules/is-extglob": {
  7501. "version": "2.1.1",
  7502. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  7503. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  7504. "license": "MIT",
  7505. "engines": {
  7506. "node": ">=0.10.0"
  7507. }
  7508. },
  7509. "node_modules/is-fullwidth-code-point": {
  7510. "version": "3.0.0",
  7511. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  7512. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  7513. "license": "MIT",
  7514. "engines": {
  7515. "node": ">=8"
  7516. }
  7517. },
  7518. "node_modules/is-glob": {
  7519. "version": "4.0.3",
  7520. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  7521. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  7522. "license": "MIT",
  7523. "dependencies": {
  7524. "is-extglob": "^2.1.1"
  7525. },
  7526. "engines": {
  7527. "node": ">=0.10.0"
  7528. }
  7529. },
  7530. "node_modules/is-in-ssh": {
  7531. "version": "1.0.0",
  7532. "resolved": "https://registry.npmjs.org/is-in-ssh/-/is-in-ssh-1.0.0.tgz",
  7533. "integrity": "sha512-jYa6Q9rH90kR1vKB6NM7qqd1mge3Fx4Dhw5TVlK1MUBqhEOuCagrEHMevNuCcbECmXZ0ThXkRm+Ymr51HwEPAw==",
  7534. "license": "MIT",
  7535. "engines": {
  7536. "node": ">=20"
  7537. },
  7538. "funding": {
  7539. "url": "https://github.com/sponsors/sindresorhus"
  7540. }
  7541. },
  7542. "node_modules/is-inside-container": {
  7543. "version": "1.0.0",
  7544. "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
  7545. "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
  7546. "license": "MIT",
  7547. "dependencies": {
  7548. "is-docker": "^3.0.0"
  7549. },
  7550. "bin": {
  7551. "is-inside-container": "cli.js"
  7552. },
  7553. "engines": {
  7554. "node": ">=14.16"
  7555. },
  7556. "funding": {
  7557. "url": "https://github.com/sponsors/sindresorhus"
  7558. }
  7559. },
  7560. "node_modules/is-installed-globally": {
  7561. "version": "1.0.0",
  7562. "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-1.0.0.tgz",
  7563. "integrity": "sha512-K55T22lfpQ63N4KEN57jZUAaAYqYHEe8veb/TycJRk9DdSCLLcovXz/mL6mOnhQaZsQGwPhuFopdQIlqGSEjiQ==",
  7564. "license": "MIT",
  7565. "dependencies": {
  7566. "global-directory": "^4.0.1",
  7567. "is-path-inside": "^4.0.0"
  7568. },
  7569. "engines": {
  7570. "node": ">=18"
  7571. },
  7572. "funding": {
  7573. "url": "https://github.com/sponsors/sindresorhus"
  7574. }
  7575. },
  7576. "node_modules/is-module": {
  7577. "version": "1.0.0",
  7578. "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
  7579. "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==",
  7580. "license": "MIT"
  7581. },
  7582. "node_modules/is-number": {
  7583. "version": "7.0.0",
  7584. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  7585. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  7586. "license": "MIT",
  7587. "engines": {
  7588. "node": ">=0.12.0"
  7589. }
  7590. },
  7591. "node_modules/is-path-inside": {
  7592. "version": "4.0.0",
  7593. "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz",
  7594. "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==",
  7595. "license": "MIT",
  7596. "engines": {
  7597. "node": ">=12"
  7598. },
  7599. "funding": {
  7600. "url": "https://github.com/sponsors/sindresorhus"
  7601. }
  7602. },
  7603. "node_modules/is-reference": {
  7604. "version": "1.2.1",
  7605. "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-1.2.1.tgz",
  7606. "integrity": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==",
  7607. "license": "MIT",
  7608. "dependencies": {
  7609. "@types/estree": "*"
  7610. }
  7611. },
  7612. "node_modules/is-ssh": {
  7613. "version": "1.4.1",
  7614. "resolved": "https://registry.npmjs.org/is-ssh/-/is-ssh-1.4.1.tgz",
  7615. "integrity": "sha512-JNeu1wQsHjyHgn9NcWTaXq6zWSR6hqE0++zhfZlkFBbScNkyvxCdeV8sRkSBaeLKxmbpR21brail63ACNxJ0Tg==",
  7616. "license": "MIT",
  7617. "dependencies": {
  7618. "protocols": "^2.0.1"
  7619. }
  7620. },
  7621. "node_modules/is-stream": {
  7622. "version": "3.0.0",
  7623. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz",
  7624. "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
  7625. "license": "MIT",
  7626. "engines": {
  7627. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  7628. },
  7629. "funding": {
  7630. "url": "https://github.com/sponsors/sindresorhus"
  7631. }
  7632. },
  7633. "node_modules/is-what": {
  7634. "version": "5.5.0",
  7635. "resolved": "https://registry.npmjs.org/is-what/-/is-what-5.5.0.tgz",
  7636. "integrity": "sha512-oG7cgbmg5kLYae2N5IVd3jm2s+vldjxJzK1pcu9LfpGuQ93MQSzo0okvRna+7y5ifrD+20FE8FvjusyGaz14fw==",
  7637. "license": "MIT",
  7638. "engines": {
  7639. "node": ">=18"
  7640. },
  7641. "funding": {
  7642. "url": "https://github.com/sponsors/mesqueeb"
  7643. }
  7644. },
  7645. "node_modules/is-wsl": {
  7646. "version": "3.1.0",
  7647. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
  7648. "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
  7649. "license": "MIT",
  7650. "dependencies": {
  7651. "is-inside-container": "^1.0.0"
  7652. },
  7653. "engines": {
  7654. "node": ">=16"
  7655. },
  7656. "funding": {
  7657. "url": "https://github.com/sponsors/sindresorhus"
  7658. }
  7659. },
  7660. "node_modules/isarray": {
  7661. "version": "1.0.0",
  7662. "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
  7663. "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
  7664. "license": "MIT"
  7665. },
  7666. "node_modules/isexe": {
  7667. "version": "3.1.1",
  7668. "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz",
  7669. "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==",
  7670. "license": "ISC",
  7671. "engines": {
  7672. "node": ">=16"
  7673. }
  7674. },
  7675. "node_modules/jackspeak": {
  7676. "version": "3.4.3",
  7677. "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
  7678. "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
  7679. "license": "BlueOak-1.0.0",
  7680. "dependencies": {
  7681. "@isaacs/cliui": "^8.0.2"
  7682. },
  7683. "funding": {
  7684. "url": "https://github.com/sponsors/isaacs"
  7685. },
  7686. "optionalDependencies": {
  7687. "@pkgjs/parseargs": "^0.11.0"
  7688. }
  7689. },
  7690. "node_modules/jiti": {
  7691. "version": "2.6.1",
  7692. "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
  7693. "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
  7694. "license": "MIT",
  7695. "bin": {
  7696. "jiti": "lib/jiti-cli.mjs"
  7697. }
  7698. },
  7699. "node_modules/js-tokens": {
  7700. "version": "4.0.0",
  7701. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  7702. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  7703. "license": "MIT"
  7704. },
  7705. "node_modules/jsesc": {
  7706. "version": "3.1.0",
  7707. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
  7708. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  7709. "license": "MIT",
  7710. "bin": {
  7711. "jsesc": "bin/jsesc"
  7712. },
  7713. "engines": {
  7714. "node": ">=6"
  7715. }
  7716. },
  7717. "node_modules/json5": {
  7718. "version": "2.2.3",
  7719. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  7720. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  7721. "license": "MIT",
  7722. "bin": {
  7723. "json5": "lib/cli.js"
  7724. },
  7725. "engines": {
  7726. "node": ">=6"
  7727. }
  7728. },
  7729. "node_modules/kleur": {
  7730. "version": "3.0.3",
  7731. "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
  7732. "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
  7733. "license": "MIT",
  7734. "engines": {
  7735. "node": ">=6"
  7736. }
  7737. },
  7738. "node_modules/klona": {
  7739. "version": "2.0.6",
  7740. "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz",
  7741. "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==",
  7742. "license": "MIT",
  7743. "engines": {
  7744. "node": ">= 8"
  7745. }
  7746. },
  7747. "node_modules/knitwork": {
  7748. "version": "1.3.0",
  7749. "resolved": "https://registry.npmjs.org/knitwork/-/knitwork-1.3.0.tgz",
  7750. "integrity": "sha512-4LqMNoONzR43B1W0ek0fhXMsDNW/zxa1NdFAVMY+k28pgZLovR4G3PB5MrpTxCy1QaZCqNoiaKPr5w5qZHfSNw==",
  7751. "license": "MIT"
  7752. },
  7753. "node_modules/launch-editor": {
  7754. "version": "2.11.1",
  7755. "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.11.1.tgz",
  7756. "integrity": "sha512-SEET7oNfgSaB6Ym0jufAdCeo3meJVeCaaDyzRygy0xsp2BFKCprcfHljTq4QkzTLUxEKkFK6OK4811YM2oSrRg==",
  7757. "license": "MIT",
  7758. "dependencies": {
  7759. "picocolors": "^1.1.1",
  7760. "shell-quote": "^1.8.3"
  7761. }
  7762. },
  7763. "node_modules/lazystream": {
  7764. "version": "1.0.1",
  7765. "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.1.tgz",
  7766. "integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==",
  7767. "license": "MIT",
  7768. "dependencies": {
  7769. "readable-stream": "^2.0.5"
  7770. },
  7771. "engines": {
  7772. "node": ">= 0.6.3"
  7773. }
  7774. },
  7775. "node_modules/lazystream/node_modules/readable-stream": {
  7776. "version": "2.3.8",
  7777. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
  7778. "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
  7779. "license": "MIT",
  7780. "dependencies": {
  7781. "core-util-is": "~1.0.0",
  7782. "inherits": "~2.0.3",
  7783. "isarray": "~1.0.0",
  7784. "process-nextick-args": "~2.0.0",
  7785. "safe-buffer": "~5.1.1",
  7786. "string_decoder": "~1.1.1",
  7787. "util-deprecate": "~1.0.1"
  7788. }
  7789. },
  7790. "node_modules/lazystream/node_modules/safe-buffer": {
  7791. "version": "5.1.2",
  7792. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
  7793. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
  7794. "license": "MIT"
  7795. },
  7796. "node_modules/lazystream/node_modules/string_decoder": {
  7797. "version": "1.1.1",
  7798. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  7799. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  7800. "license": "MIT",
  7801. "dependencies": {
  7802. "safe-buffer": "~5.1.0"
  7803. }
  7804. },
  7805. "node_modules/lightningcss": {
  7806. "version": "1.30.2",
  7807. "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.2.tgz",
  7808. "integrity": "sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==",
  7809. "license": "MPL-2.0",
  7810. "dependencies": {
  7811. "detect-libc": "^2.0.3"
  7812. },
  7813. "engines": {
  7814. "node": ">= 12.0.0"
  7815. },
  7816. "funding": {
  7817. "type": "opencollective",
  7818. "url": "https://opencollective.com/parcel"
  7819. },
  7820. "optionalDependencies": {
  7821. "lightningcss-android-arm64": "1.30.2",
  7822. "lightningcss-darwin-arm64": "1.30.2",
  7823. "lightningcss-darwin-x64": "1.30.2",
  7824. "lightningcss-freebsd-x64": "1.30.2",
  7825. "lightningcss-linux-arm-gnueabihf": "1.30.2",
  7826. "lightningcss-linux-arm64-gnu": "1.30.2",
  7827. "lightningcss-linux-arm64-musl": "1.30.2",
  7828. "lightningcss-linux-x64-gnu": "1.30.2",
  7829. "lightningcss-linux-x64-musl": "1.30.2",
  7830. "lightningcss-win32-arm64-msvc": "1.30.2",
  7831. "lightningcss-win32-x64-msvc": "1.30.2"
  7832. }
  7833. },
  7834. "node_modules/lightningcss-android-arm64": {
  7835. "version": "1.30.2",
  7836. "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.30.2.tgz",
  7837. "integrity": "sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==",
  7838. "cpu": [
  7839. "arm64"
  7840. ],
  7841. "license": "MPL-2.0",
  7842. "optional": true,
  7843. "os": [
  7844. "android"
  7845. ],
  7846. "engines": {
  7847. "node": ">= 12.0.0"
  7848. },
  7849. "funding": {
  7850. "type": "opencollective",
  7851. "url": "https://opencollective.com/parcel"
  7852. }
  7853. },
  7854. "node_modules/lightningcss-darwin-arm64": {
  7855. "version": "1.30.2",
  7856. "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.2.tgz",
  7857. "integrity": "sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==",
  7858. "cpu": [
  7859. "arm64"
  7860. ],
  7861. "license": "MPL-2.0",
  7862. "optional": true,
  7863. "os": [
  7864. "darwin"
  7865. ],
  7866. "engines": {
  7867. "node": ">= 12.0.0"
  7868. },
  7869. "funding": {
  7870. "type": "opencollective",
  7871. "url": "https://opencollective.com/parcel"
  7872. }
  7873. },
  7874. "node_modules/lightningcss-darwin-x64": {
  7875. "version": "1.30.2",
  7876. "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.2.tgz",
  7877. "integrity": "sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==",
  7878. "cpu": [
  7879. "x64"
  7880. ],
  7881. "license": "MPL-2.0",
  7882. "optional": true,
  7883. "os": [
  7884. "darwin"
  7885. ],
  7886. "engines": {
  7887. "node": ">= 12.0.0"
  7888. },
  7889. "funding": {
  7890. "type": "opencollective",
  7891. "url": "https://opencollective.com/parcel"
  7892. }
  7893. },
  7894. "node_modules/lightningcss-freebsd-x64": {
  7895. "version": "1.30.2",
  7896. "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.2.tgz",
  7897. "integrity": "sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==",
  7898. "cpu": [
  7899. "x64"
  7900. ],
  7901. "license": "MPL-2.0",
  7902. "optional": true,
  7903. "os": [
  7904. "freebsd"
  7905. ],
  7906. "engines": {
  7907. "node": ">= 12.0.0"
  7908. },
  7909. "funding": {
  7910. "type": "opencollective",
  7911. "url": "https://opencollective.com/parcel"
  7912. }
  7913. },
  7914. "node_modules/lightningcss-linux-arm-gnueabihf": {
  7915. "version": "1.30.2",
  7916. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.2.tgz",
  7917. "integrity": "sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==",
  7918. "cpu": [
  7919. "arm"
  7920. ],
  7921. "license": "MPL-2.0",
  7922. "optional": true,
  7923. "os": [
  7924. "linux"
  7925. ],
  7926. "engines": {
  7927. "node": ">= 12.0.0"
  7928. },
  7929. "funding": {
  7930. "type": "opencollective",
  7931. "url": "https://opencollective.com/parcel"
  7932. }
  7933. },
  7934. "node_modules/lightningcss-linux-arm64-gnu": {
  7935. "version": "1.30.2",
  7936. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.2.tgz",
  7937. "integrity": "sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==",
  7938. "cpu": [
  7939. "arm64"
  7940. ],
  7941. "license": "MPL-2.0",
  7942. "optional": true,
  7943. "os": [
  7944. "linux"
  7945. ],
  7946. "engines": {
  7947. "node": ">= 12.0.0"
  7948. },
  7949. "funding": {
  7950. "type": "opencollective",
  7951. "url": "https://opencollective.com/parcel"
  7952. }
  7953. },
  7954. "node_modules/lightningcss-linux-arm64-musl": {
  7955. "version": "1.30.2",
  7956. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.2.tgz",
  7957. "integrity": "sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==",
  7958. "cpu": [
  7959. "arm64"
  7960. ],
  7961. "license": "MPL-2.0",
  7962. "optional": true,
  7963. "os": [
  7964. "linux"
  7965. ],
  7966. "engines": {
  7967. "node": ">= 12.0.0"
  7968. },
  7969. "funding": {
  7970. "type": "opencollective",
  7971. "url": "https://opencollective.com/parcel"
  7972. }
  7973. },
  7974. "node_modules/lightningcss-linux-x64-gnu": {
  7975. "version": "1.30.2",
  7976. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.2.tgz",
  7977. "integrity": "sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==",
  7978. "cpu": [
  7979. "x64"
  7980. ],
  7981. "license": "MPL-2.0",
  7982. "optional": true,
  7983. "os": [
  7984. "linux"
  7985. ],
  7986. "engines": {
  7987. "node": ">= 12.0.0"
  7988. },
  7989. "funding": {
  7990. "type": "opencollective",
  7991. "url": "https://opencollective.com/parcel"
  7992. }
  7993. },
  7994. "node_modules/lightningcss-linux-x64-musl": {
  7995. "version": "1.30.2",
  7996. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.2.tgz",
  7997. "integrity": "sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==",
  7998. "cpu": [
  7999. "x64"
  8000. ],
  8001. "license": "MPL-2.0",
  8002. "optional": true,
  8003. "os": [
  8004. "linux"
  8005. ],
  8006. "engines": {
  8007. "node": ">= 12.0.0"
  8008. },
  8009. "funding": {
  8010. "type": "opencollective",
  8011. "url": "https://opencollective.com/parcel"
  8012. }
  8013. },
  8014. "node_modules/lightningcss-win32-arm64-msvc": {
  8015. "version": "1.30.2",
  8016. "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.2.tgz",
  8017. "integrity": "sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==",
  8018. "cpu": [
  8019. "arm64"
  8020. ],
  8021. "license": "MPL-2.0",
  8022. "optional": true,
  8023. "os": [
  8024. "win32"
  8025. ],
  8026. "engines": {
  8027. "node": ">= 12.0.0"
  8028. },
  8029. "funding": {
  8030. "type": "opencollective",
  8031. "url": "https://opencollective.com/parcel"
  8032. }
  8033. },
  8034. "node_modules/lightningcss-win32-x64-msvc": {
  8035. "version": "1.30.2",
  8036. "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.2.tgz",
  8037. "integrity": "sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==",
  8038. "cpu": [
  8039. "x64"
  8040. ],
  8041. "license": "MPL-2.0",
  8042. "optional": true,
  8043. "os": [
  8044. "win32"
  8045. ],
  8046. "engines": {
  8047. "node": ">= 12.0.0"
  8048. },
  8049. "funding": {
  8050. "type": "opencollective",
  8051. "url": "https://opencollective.com/parcel"
  8052. }
  8053. },
  8054. "node_modules/lilconfig": {
  8055. "version": "3.1.3",
  8056. "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
  8057. "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
  8058. "license": "MIT",
  8059. "engines": {
  8060. "node": ">=14"
  8061. },
  8062. "funding": {
  8063. "url": "https://github.com/sponsors/antonk52"
  8064. }
  8065. },
  8066. "node_modules/listhen": {
  8067. "version": "1.9.1",
  8068. "resolved": "https://registry.npmjs.org/listhen/-/listhen-1.9.1.tgz",
  8069. "integrity": "sha512-4EhoyVcXEpNlY5HJRSQpH7Rba94M8N2JmI62ePjl0lrJKXSfG0F1FAgHGxBoz/T3pe41sUEwkIRRIcaUL0/Ofw==",
  8070. "license": "MIT",
  8071. "dependencies": {
  8072. "@parcel/watcher": "^2.5.6",
  8073. "@parcel/watcher-wasm": "^2.5.6",
  8074. "citty": "^0.2.2",
  8075. "consola": "^3.4.2",
  8076. "crossws": ">=0.2.0 <0.5.0",
  8077. "defu": "^6.1.6",
  8078. "get-port-please": "^3.2.0",
  8079. "h3": "^1.15.11",
  8080. "http-shutdown": "^1.2.2",
  8081. "jiti": "^2.6.1",
  8082. "mlly": "^1.8.2",
  8083. "node-forge": "^1.4.0",
  8084. "pathe": "^2.0.3",
  8085. "std-env": "^4.0.0",
  8086. "tinyclip": "^0.1.12",
  8087. "ufo": "^1.6.3",
  8088. "untun": "^0.1.3",
  8089. "uqr": "^0.1.2"
  8090. },
  8091. "bin": {
  8092. "listen": "bin/listhen.mjs",
  8093. "listhen": "bin/listhen.mjs"
  8094. }
  8095. },
  8096. "node_modules/listhen/node_modules/citty": {
  8097. "version": "0.2.2",
  8098. "resolved": "https://registry.npmjs.org/citty/-/citty-0.2.2.tgz",
  8099. "integrity": "sha512-+6vJA3L98yv+IdfKGZHBNiGW5KHn22e/JwID0Strsz8h4S/csAu/OuICwxrg44k5MRiZHWIo8XXuJgQTriRP4w==",
  8100. "license": "MIT"
  8101. },
  8102. "node_modules/listhen/node_modules/std-env": {
  8103. "version": "4.1.0",
  8104. "resolved": "https://registry.npmjs.org/std-env/-/std-env-4.1.0.tgz",
  8105. "integrity": "sha512-Rq7ybcX2RuC55r9oaPVEW7/xu3tj8u4GeBYHBWCychFtzMIr86A7e3PPEBPT37sHStKX3+TiX/Fr/ACmJLVlLQ==",
  8106. "license": "MIT"
  8107. },
  8108. "node_modules/local-pkg": {
  8109. "version": "1.1.2",
  8110. "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-1.1.2.tgz",
  8111. "integrity": "sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==",
  8112. "license": "MIT",
  8113. "dependencies": {
  8114. "mlly": "^1.7.4",
  8115. "pkg-types": "^2.3.0",
  8116. "quansync": "^0.2.11"
  8117. },
  8118. "engines": {
  8119. "node": ">=14"
  8120. },
  8121. "funding": {
  8122. "url": "https://github.com/sponsors/antfu"
  8123. }
  8124. },
  8125. "node_modules/lodash": {
  8126. "version": "4.18.1",
  8127. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
  8128. "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
  8129. "license": "MIT"
  8130. },
  8131. "node_modules/lodash.defaults": {
  8132. "version": "4.2.0",
  8133. "resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz",
  8134. "integrity": "sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==",
  8135. "license": "MIT"
  8136. },
  8137. "node_modules/lodash.isarguments": {
  8138. "version": "3.1.0",
  8139. "resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz",
  8140. "integrity": "sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg==",
  8141. "license": "MIT"
  8142. },
  8143. "node_modules/lodash.memoize": {
  8144. "version": "4.1.2",
  8145. "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
  8146. "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==",
  8147. "license": "MIT"
  8148. },
  8149. "node_modules/lodash.uniq": {
  8150. "version": "4.5.0",
  8151. "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
  8152. "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==",
  8153. "license": "MIT"
  8154. },
  8155. "node_modules/lru-cache": {
  8156. "version": "5.1.1",
  8157. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  8158. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  8159. "license": "ISC",
  8160. "dependencies": {
  8161. "yallist": "^3.0.2"
  8162. }
  8163. },
  8164. "node_modules/lucide-vue-next": {
  8165. "version": "1.0.0",
  8166. "resolved": "https://registry.npmjs.org/lucide-vue-next/-/lucide-vue-next-1.0.0.tgz",
  8167. "integrity": "sha512-V6SPvx1IHTj/UY+FrIYWV5faISsPSb8BnWSFDxAtezWKvWc9ZZ40PDrdu1/Qb5vg4lHWr1hs1BAMGVGm6V1Xdg==",
  8168. "license": "ISC",
  8169. "peerDependencies": {
  8170. "vue": ">=3.0.1"
  8171. }
  8172. },
  8173. "node_modules/magic-regexp": {
  8174. "version": "0.10.0",
  8175. "resolved": "https://registry.npmjs.org/magic-regexp/-/magic-regexp-0.10.0.tgz",
  8176. "integrity": "sha512-Uly1Bu4lO1hwHUW0CQeSWuRtzCMNO00CmXtS8N6fyvB3B979GOEEeAkiTUDsmbYLAbvpUS/Kt5c4ibosAzVyVg==",
  8177. "license": "MIT",
  8178. "dependencies": {
  8179. "estree-walker": "^3.0.3",
  8180. "magic-string": "^0.30.12",
  8181. "mlly": "^1.7.2",
  8182. "regexp-tree": "^0.1.27",
  8183. "type-level-regexp": "~0.1.17",
  8184. "ufo": "^1.5.4",
  8185. "unplugin": "^2.0.0"
  8186. }
  8187. },
  8188. "node_modules/magic-regexp/node_modules/estree-walker": {
  8189. "version": "3.0.3",
  8190. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  8191. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  8192. "license": "MIT",
  8193. "dependencies": {
  8194. "@types/estree": "^1.0.0"
  8195. }
  8196. },
  8197. "node_modules/magic-string": {
  8198. "version": "0.30.21",
  8199. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
  8200. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  8201. "license": "MIT",
  8202. "dependencies": {
  8203. "@jridgewell/sourcemap-codec": "^1.5.5"
  8204. }
  8205. },
  8206. "node_modules/magic-string-ast": {
  8207. "version": "1.0.3",
  8208. "resolved": "https://registry.npmjs.org/magic-string-ast/-/magic-string-ast-1.0.3.tgz",
  8209. "integrity": "sha512-CvkkH1i81zl7mmb94DsRiFeG9V2fR2JeuK8yDgS8oiZSFa++wWLEgZ5ufEOyLHbvSbD1gTRKv9NdX69Rnvr9JA==",
  8210. "license": "MIT",
  8211. "dependencies": {
  8212. "magic-string": "^0.30.19"
  8213. },
  8214. "engines": {
  8215. "node": ">=20.19.0"
  8216. },
  8217. "funding": {
  8218. "url": "https://github.com/sponsors/sxzz"
  8219. }
  8220. },
  8221. "node_modules/magicast": {
  8222. "version": "0.3.5",
  8223. "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.3.5.tgz",
  8224. "integrity": "sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==",
  8225. "license": "MIT",
  8226. "dependencies": {
  8227. "@babel/parser": "^7.25.4",
  8228. "@babel/types": "^7.25.4",
  8229. "source-map-js": "^1.2.0"
  8230. }
  8231. },
  8232. "node_modules/mdn-data": {
  8233. "version": "2.12.2",
  8234. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.12.2.tgz",
  8235. "integrity": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==",
  8236. "license": "CC0-1.0"
  8237. },
  8238. "node_modules/merge-stream": {
  8239. "version": "2.0.0",
  8240. "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
  8241. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
  8242. "license": "MIT"
  8243. },
  8244. "node_modules/merge2": {
  8245. "version": "1.4.1",
  8246. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  8247. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  8248. "license": "MIT",
  8249. "engines": {
  8250. "node": ">= 8"
  8251. }
  8252. },
  8253. "node_modules/micromatch": {
  8254. "version": "4.0.8",
  8255. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
  8256. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  8257. "license": "MIT",
  8258. "dependencies": {
  8259. "braces": "^3.0.3",
  8260. "picomatch": "^2.3.1"
  8261. },
  8262. "engines": {
  8263. "node": ">=8.6"
  8264. }
  8265. },
  8266. "node_modules/micromatch/node_modules/picomatch": {
  8267. "version": "2.3.2",
  8268. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
  8269. "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
  8270. "license": "MIT",
  8271. "engines": {
  8272. "node": ">=8.6"
  8273. },
  8274. "funding": {
  8275. "url": "https://github.com/sponsors/jonschlinkert"
  8276. }
  8277. },
  8278. "node_modules/mime": {
  8279. "version": "4.1.0",
  8280. "resolved": "https://registry.npmjs.org/mime/-/mime-4.1.0.tgz",
  8281. "integrity": "sha512-X5ju04+cAzsojXKes0B/S4tcYtFAJ6tTMuSPBEn9CPGlrWr8Fiw7qYeLT0XyH80HSoAoqWCaz+MWKh22P7G1cw==",
  8282. "funding": [
  8283. "https://github.com/sponsors/broofa"
  8284. ],
  8285. "license": "MIT",
  8286. "bin": {
  8287. "mime": "bin/cli.js"
  8288. },
  8289. "engines": {
  8290. "node": ">=16"
  8291. }
  8292. },
  8293. "node_modules/mime-db": {
  8294. "version": "1.54.0",
  8295. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
  8296. "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
  8297. "license": "MIT",
  8298. "engines": {
  8299. "node": ">= 0.6"
  8300. }
  8301. },
  8302. "node_modules/mime-types": {
  8303. "version": "3.0.2",
  8304. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
  8305. "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
  8306. "license": "MIT",
  8307. "dependencies": {
  8308. "mime-db": "^1.54.0"
  8309. },
  8310. "engines": {
  8311. "node": ">=18"
  8312. },
  8313. "funding": {
  8314. "type": "opencollective",
  8315. "url": "https://opencollective.com/express"
  8316. }
  8317. },
  8318. "node_modules/mimic-fn": {
  8319. "version": "4.0.0",
  8320. "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz",
  8321. "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==",
  8322. "license": "MIT",
  8323. "engines": {
  8324. "node": ">=12"
  8325. },
  8326. "funding": {
  8327. "url": "https://github.com/sponsors/sindresorhus"
  8328. }
  8329. },
  8330. "node_modules/minimatch": {
  8331. "version": "9.0.9",
  8332. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
  8333. "integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
  8334. "license": "ISC",
  8335. "dependencies": {
  8336. "brace-expansion": "^2.0.2"
  8337. },
  8338. "engines": {
  8339. "node": ">=16 || 14 >=14.17"
  8340. },
  8341. "funding": {
  8342. "url": "https://github.com/sponsors/isaacs"
  8343. }
  8344. },
  8345. "node_modules/minipass": {
  8346. "version": "7.1.3",
  8347. "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz",
  8348. "integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
  8349. "license": "BlueOak-1.0.0",
  8350. "engines": {
  8351. "node": ">=16 || 14 >=14.17"
  8352. }
  8353. },
  8354. "node_modules/minizlib": {
  8355. "version": "3.1.0",
  8356. "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.1.0.tgz",
  8357. "integrity": "sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==",
  8358. "license": "MIT",
  8359. "dependencies": {
  8360. "minipass": "^7.1.2"
  8361. },
  8362. "engines": {
  8363. "node": ">= 18"
  8364. }
  8365. },
  8366. "node_modules/mitt": {
  8367. "version": "3.0.1",
  8368. "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz",
  8369. "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
  8370. "license": "MIT"
  8371. },
  8372. "node_modules/mlly": {
  8373. "version": "1.8.2",
  8374. "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.8.2.tgz",
  8375. "integrity": "sha512-d+ObxMQFmbt10sretNDytwt85VrbkhhUA/JBGm1MPaWJ65Cl4wOgLaB1NYvJSZ0Ef03MMEU/0xpPMXUIQ29UfA==",
  8376. "license": "MIT",
  8377. "dependencies": {
  8378. "acorn": "^8.16.0",
  8379. "pathe": "^2.0.3",
  8380. "pkg-types": "^1.3.1",
  8381. "ufo": "^1.6.3"
  8382. }
  8383. },
  8384. "node_modules/mlly/node_modules/confbox": {
  8385. "version": "0.1.8",
  8386. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz",
  8387. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  8388. "license": "MIT"
  8389. },
  8390. "node_modules/mlly/node_modules/pkg-types": {
  8391. "version": "1.3.1",
  8392. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz",
  8393. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  8394. "license": "MIT",
  8395. "dependencies": {
  8396. "confbox": "^0.1.8",
  8397. "mlly": "^1.7.4",
  8398. "pathe": "^2.0.1"
  8399. }
  8400. },
  8401. "node_modules/mocked-exports": {
  8402. "version": "0.1.1",
  8403. "resolved": "https://registry.npmjs.org/mocked-exports/-/mocked-exports-0.1.1.tgz",
  8404. "integrity": "sha512-aF7yRQr/Q0O2/4pIXm6PZ5G+jAd7QS4Yu8m+WEeEHGnbo+7mE36CbLSDQiXYV8bVL3NfmdeqPJct0tUlnjVSnA==",
  8405. "license": "MIT"
  8406. },
  8407. "node_modules/motion-dom": {
  8408. "version": "12.23.12",
  8409. "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.23.12.tgz",
  8410. "integrity": "sha512-RcR4fvMCTESQBD/uKQe49D5RUeDOokkGRmz4ceaJKDBgHYtZtntC/s2vLvY38gqGaytinij/yi3hMcWVcEF5Kw==",
  8411. "license": "MIT",
  8412. "dependencies": {
  8413. "motion-utils": "^12.23.6"
  8414. }
  8415. },
  8416. "node_modules/motion-utils": {
  8417. "version": "12.23.6",
  8418. "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.23.6.tgz",
  8419. "integrity": "sha512-eAWoPgr4eFEOFfg2WjIsMoqJTW6Z8MTUCgn/GZ3VRpClWBdnbjryiA3ZSNLyxCTmCQx4RmYX6jX1iWHbenUPNQ==",
  8420. "license": "MIT"
  8421. },
  8422. "node_modules/motion-v": {
  8423. "version": "1.7.4",
  8424. "resolved": "https://registry.npmjs.org/motion-v/-/motion-v-1.7.4.tgz",
  8425. "integrity": "sha512-YNDUAsany04wfI7YtHxQK3kxzNvh+OdFUk9GpA3+hMt7j6P+5WrVAAgr8kmPPoVza9EsJiAVhqoN3YYFN0Twrw==",
  8426. "license": "MIT",
  8427. "dependencies": {
  8428. "framer-motion": "12.23.12",
  8429. "hey-listen": "^1.0.8",
  8430. "motion-dom": "12.23.12"
  8431. },
  8432. "peerDependencies": {
  8433. "@vueuse/core": ">=10.0.0",
  8434. "vue": ">=3.0.0"
  8435. }
  8436. },
  8437. "node_modules/mrmime": {
  8438. "version": "2.0.1",
  8439. "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz",
  8440. "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==",
  8441. "license": "MIT",
  8442. "engines": {
  8443. "node": ">=10"
  8444. }
  8445. },
  8446. "node_modules/ms": {
  8447. "version": "2.1.3",
  8448. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  8449. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  8450. "license": "MIT"
  8451. },
  8452. "node_modules/muggle-string": {
  8453. "version": "0.4.1",
  8454. "resolved": "https://registry.npmjs.org/muggle-string/-/muggle-string-0.4.1.tgz",
  8455. "integrity": "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==",
  8456. "license": "MIT"
  8457. },
  8458. "node_modules/nanoid": {
  8459. "version": "5.1.6",
  8460. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.6.tgz",
  8461. "integrity": "sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg==",
  8462. "funding": [
  8463. {
  8464. "type": "github",
  8465. "url": "https://github.com/sponsors/ai"
  8466. }
  8467. ],
  8468. "license": "MIT",
  8469. "bin": {
  8470. "nanoid": "bin/nanoid.js"
  8471. },
  8472. "engines": {
  8473. "node": "^18 || >=20"
  8474. }
  8475. },
  8476. "node_modules/nanotar": {
  8477. "version": "0.2.1",
  8478. "resolved": "https://registry.npmjs.org/nanotar/-/nanotar-0.2.1.tgz",
  8479. "integrity": "sha512-MUrzzDUcIOPbv7ubhDV/L4CIfVTATd9XhDE2ixFeCrM5yp9AlzUpn91JrnN0HD6hksdxvz9IW9aKANz0Bta0GA==",
  8480. "license": "MIT"
  8481. },
  8482. "node_modules/nitropack": {
  8483. "version": "2.13.3",
  8484. "resolved": "https://registry.npmjs.org/nitropack/-/nitropack-2.13.3.tgz",
  8485. "integrity": "sha512-C8vO7RxkU0AQ3HbYUumuG6MVM5JjRaBchke/rYFOp3EvrLtTBHZYhDVGECdpa27vNuOYRzm3GtQMn2YDOjDJLA==",
  8486. "license": "MIT",
  8487. "dependencies": {
  8488. "@cloudflare/kv-asset-handler": "^0.4.2",
  8489. "@rollup/plugin-alias": "^6.0.0",
  8490. "@rollup/plugin-commonjs": "^29.0.2",
  8491. "@rollup/plugin-inject": "^5.0.5",
  8492. "@rollup/plugin-json": "^6.1.0",
  8493. "@rollup/plugin-node-resolve": "^16.0.3",
  8494. "@rollup/plugin-replace": "^6.0.3",
  8495. "@rollup/plugin-terser": "^1.0.0",
  8496. "@vercel/nft": "^1.5.0",
  8497. "archiver": "^7.0.1",
  8498. "c12": "^3.3.4",
  8499. "chokidar": "^5.0.0",
  8500. "citty": "^0.2.2",
  8501. "compatx": "^0.2.0",
  8502. "confbox": "^0.2.4",
  8503. "consola": "^3.4.2",
  8504. "cookie-es": "^2.0.1",
  8505. "croner": "^10.0.1",
  8506. "crossws": "^0.3.5",
  8507. "db0": "^0.3.4",
  8508. "defu": "^6.1.6",
  8509. "destr": "^2.0.5",
  8510. "dot-prop": "^10.1.0",
  8511. "esbuild": "^0.27.5",
  8512. "escape-string-regexp": "^5.0.0",
  8513. "etag": "^1.8.1",
  8514. "exsolve": "^1.0.8",
  8515. "globby": "^16.2.0",
  8516. "gzip-size": "^7.0.0",
  8517. "h3": "^1.15.10",
  8518. "hookable": "^5.5.3",
  8519. "httpxy": "^0.5.0",
  8520. "ioredis": "^5.10.1",
  8521. "jiti": "^2.6.1",
  8522. "klona": "^2.0.6",
  8523. "knitwork": "^1.3.0",
  8524. "listhen": "^1.9.1",
  8525. "magic-string": "^0.30.21",
  8526. "magicast": "^0.5.2",
  8527. "mime": "^4.1.0",
  8528. "mlly": "^1.8.2",
  8529. "node-fetch-native": "^1.6.7",
  8530. "node-mock-http": "^1.0.4",
  8531. "ofetch": "^1.5.1",
  8532. "ohash": "^2.0.11",
  8533. "pathe": "^2.0.3",
  8534. "perfect-debounce": "^2.1.0",
  8535. "pkg-types": "^2.3.0",
  8536. "pretty-bytes": "^7.1.0",
  8537. "radix3": "^1.1.2",
  8538. "rollup": "^4.60.1",
  8539. "rollup-plugin-visualizer": "^7.0.1",
  8540. "scule": "^1.3.0",
  8541. "semver": "^7.7.4",
  8542. "serve-placeholder": "^2.0.2",
  8543. "serve-static": "^2.2.1",
  8544. "source-map": "^0.7.6",
  8545. "std-env": "^4.0.0",
  8546. "ufo": "^1.6.3",
  8547. "ultrahtml": "^1.6.0",
  8548. "uncrypto": "^0.1.3",
  8549. "unctx": "^2.5.0",
  8550. "unenv": "2.0.0-rc.24",
  8551. "unimport": "^6.0.2",
  8552. "unplugin-utils": "^0.3.1",
  8553. "unstorage": "^1.17.5",
  8554. "untyped": "^2.0.0",
  8555. "unwasm": "^0.5.3",
  8556. "youch": "^4.1.1",
  8557. "youch-core": "^0.3.3"
  8558. },
  8559. "bin": {
  8560. "nitro": "dist/cli/index.mjs",
  8561. "nitropack": "dist/cli/index.mjs"
  8562. },
  8563. "engines": {
  8564. "node": "^20.19.0 || >=22.12.0"
  8565. },
  8566. "peerDependencies": {
  8567. "xml2js": "^0.6.2"
  8568. },
  8569. "peerDependenciesMeta": {
  8570. "xml2js": {
  8571. "optional": true
  8572. }
  8573. }
  8574. },
  8575. "node_modules/nitropack/node_modules/@esbuild/aix-ppc64": {
  8576. "version": "0.27.7",
  8577. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.7.tgz",
  8578. "integrity": "sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg==",
  8579. "cpu": [
  8580. "ppc64"
  8581. ],
  8582. "license": "MIT",
  8583. "optional": true,
  8584. "os": [
  8585. "aix"
  8586. ],
  8587. "engines": {
  8588. "node": ">=18"
  8589. }
  8590. },
  8591. "node_modules/nitropack/node_modules/@esbuild/android-arm": {
  8592. "version": "0.27.7",
  8593. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.7.tgz",
  8594. "integrity": "sha512-jbPXvB4Yj2yBV7HUfE2KHe4GJX51QplCN1pGbYjvsyCZbQmies29EoJbkEc+vYuU5o45AfQn37vZlyXy4YJ8RQ==",
  8595. "cpu": [
  8596. "arm"
  8597. ],
  8598. "license": "MIT",
  8599. "optional": true,
  8600. "os": [
  8601. "android"
  8602. ],
  8603. "engines": {
  8604. "node": ">=18"
  8605. }
  8606. },
  8607. "node_modules/nitropack/node_modules/@esbuild/android-arm64": {
  8608. "version": "0.27.7",
  8609. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.7.tgz",
  8610. "integrity": "sha512-62dPZHpIXzvChfvfLJow3q5dDtiNMkwiRzPylSCfriLvZeq0a1bWChrGx/BbUbPwOrsWKMn8idSllklzBy+dgQ==",
  8611. "cpu": [
  8612. "arm64"
  8613. ],
  8614. "license": "MIT",
  8615. "optional": true,
  8616. "os": [
  8617. "android"
  8618. ],
  8619. "engines": {
  8620. "node": ">=18"
  8621. }
  8622. },
  8623. "node_modules/nitropack/node_modules/@esbuild/android-x64": {
  8624. "version": "0.27.7",
  8625. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.7.tgz",
  8626. "integrity": "sha512-x5VpMODneVDb70PYV2VQOmIUUiBtY3D3mPBG8NxVk5CogneYhkR7MmM3yR/uMdITLrC1ml/NV1rj4bMJuy9MCg==",
  8627. "cpu": [
  8628. "x64"
  8629. ],
  8630. "license": "MIT",
  8631. "optional": true,
  8632. "os": [
  8633. "android"
  8634. ],
  8635. "engines": {
  8636. "node": ">=18"
  8637. }
  8638. },
  8639. "node_modules/nitropack/node_modules/@esbuild/darwin-arm64": {
  8640. "version": "0.27.7",
  8641. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.7.tgz",
  8642. "integrity": "sha512-5lckdqeuBPlKUwvoCXIgI2D9/ABmPq3Rdp7IfL70393YgaASt7tbju3Ac+ePVi3KDH6N2RqePfHnXkaDtY9fkw==",
  8643. "cpu": [
  8644. "arm64"
  8645. ],
  8646. "license": "MIT",
  8647. "optional": true,
  8648. "os": [
  8649. "darwin"
  8650. ],
  8651. "engines": {
  8652. "node": ">=18"
  8653. }
  8654. },
  8655. "node_modules/nitropack/node_modules/@esbuild/darwin-x64": {
  8656. "version": "0.27.7",
  8657. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.7.tgz",
  8658. "integrity": "sha512-rYnXrKcXuT7Z+WL5K980jVFdvVKhCHhUwid+dDYQpH+qu+TefcomiMAJpIiC2EM3Rjtq0sO3StMV/+3w3MyyqQ==",
  8659. "cpu": [
  8660. "x64"
  8661. ],
  8662. "license": "MIT",
  8663. "optional": true,
  8664. "os": [
  8665. "darwin"
  8666. ],
  8667. "engines": {
  8668. "node": ">=18"
  8669. }
  8670. },
  8671. "node_modules/nitropack/node_modules/@esbuild/freebsd-arm64": {
  8672. "version": "0.27.7",
  8673. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.7.tgz",
  8674. "integrity": "sha512-B48PqeCsEgOtzME2GbNM2roU29AMTuOIN91dsMO30t+Ydis3z/3Ngoj5hhnsOSSwNzS+6JppqWsuhTp6E82l2w==",
  8675. "cpu": [
  8676. "arm64"
  8677. ],
  8678. "license": "MIT",
  8679. "optional": true,
  8680. "os": [
  8681. "freebsd"
  8682. ],
  8683. "engines": {
  8684. "node": ">=18"
  8685. }
  8686. },
  8687. "node_modules/nitropack/node_modules/@esbuild/freebsd-x64": {
  8688. "version": "0.27.7",
  8689. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.7.tgz",
  8690. "integrity": "sha512-jOBDK5XEjA4m5IJK3bpAQF9/Lelu/Z9ZcdhTRLf4cajlB+8VEhFFRjWgfy3M1O4rO2GQ/b2dLwCUGpiF/eATNQ==",
  8691. "cpu": [
  8692. "x64"
  8693. ],
  8694. "license": "MIT",
  8695. "optional": true,
  8696. "os": [
  8697. "freebsd"
  8698. ],
  8699. "engines": {
  8700. "node": ">=18"
  8701. }
  8702. },
  8703. "node_modules/nitropack/node_modules/@esbuild/linux-arm": {
  8704. "version": "0.27.7",
  8705. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.7.tgz",
  8706. "integrity": "sha512-RkT/YXYBTSULo3+af8Ib0ykH8u2MBh57o7q/DAs3lTJlyVQkgQvlrPTnjIzzRPQyavxtPtfg0EopvDyIt0j1rA==",
  8707. "cpu": [
  8708. "arm"
  8709. ],
  8710. "license": "MIT",
  8711. "optional": true,
  8712. "os": [
  8713. "linux"
  8714. ],
  8715. "engines": {
  8716. "node": ">=18"
  8717. }
  8718. },
  8719. "node_modules/nitropack/node_modules/@esbuild/linux-arm64": {
  8720. "version": "0.27.7",
  8721. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.7.tgz",
  8722. "integrity": "sha512-RZPHBoxXuNnPQO9rvjh5jdkRmVizktkT7TCDkDmQ0W2SwHInKCAV95GRuvdSvA7w4VMwfCjUiPwDi0ZO6Nfe9A==",
  8723. "cpu": [
  8724. "arm64"
  8725. ],
  8726. "license": "MIT",
  8727. "optional": true,
  8728. "os": [
  8729. "linux"
  8730. ],
  8731. "engines": {
  8732. "node": ">=18"
  8733. }
  8734. },
  8735. "node_modules/nitropack/node_modules/@esbuild/linux-ia32": {
  8736. "version": "0.27.7",
  8737. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.7.tgz",
  8738. "integrity": "sha512-GA48aKNkyQDbd3KtkplYWT102C5sn/EZTY4XROkxONgruHPU72l+gW+FfF8tf2cFjeHaRbWpOYa/uRBz/Xq1Pg==",
  8739. "cpu": [
  8740. "ia32"
  8741. ],
  8742. "license": "MIT",
  8743. "optional": true,
  8744. "os": [
  8745. "linux"
  8746. ],
  8747. "engines": {
  8748. "node": ">=18"
  8749. }
  8750. },
  8751. "node_modules/nitropack/node_modules/@esbuild/linux-loong64": {
  8752. "version": "0.27.7",
  8753. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.7.tgz",
  8754. "integrity": "sha512-a4POruNM2oWsD4WKvBSEKGIiWQF8fZOAsycHOt6JBpZ+JN2n2JH9WAv56SOyu9X5IqAjqSIPTaJkqN8F7XOQ5Q==",
  8755. "cpu": [
  8756. "loong64"
  8757. ],
  8758. "license": "MIT",
  8759. "optional": true,
  8760. "os": [
  8761. "linux"
  8762. ],
  8763. "engines": {
  8764. "node": ">=18"
  8765. }
  8766. },
  8767. "node_modules/nitropack/node_modules/@esbuild/linux-mips64el": {
  8768. "version": "0.27.7",
  8769. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.7.tgz",
  8770. "integrity": "sha512-KabT5I6StirGfIz0FMgl1I+R1H73Gp0ofL9A3nG3i/cYFJzKHhouBV5VWK1CSgKvVaG4q1RNpCTR2LuTVB3fIw==",
  8771. "cpu": [
  8772. "mips64el"
  8773. ],
  8774. "license": "MIT",
  8775. "optional": true,
  8776. "os": [
  8777. "linux"
  8778. ],
  8779. "engines": {
  8780. "node": ">=18"
  8781. }
  8782. },
  8783. "node_modules/nitropack/node_modules/@esbuild/linux-ppc64": {
  8784. "version": "0.27.7",
  8785. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.7.tgz",
  8786. "integrity": "sha512-gRsL4x6wsGHGRqhtI+ifpN/vpOFTQtnbsupUF5R5YTAg+y/lKelYR1hXbnBdzDjGbMYjVJLJTd2OFmMewAgwlQ==",
  8787. "cpu": [
  8788. "ppc64"
  8789. ],
  8790. "license": "MIT",
  8791. "optional": true,
  8792. "os": [
  8793. "linux"
  8794. ],
  8795. "engines": {
  8796. "node": ">=18"
  8797. }
  8798. },
  8799. "node_modules/nitropack/node_modules/@esbuild/linux-riscv64": {
  8800. "version": "0.27.7",
  8801. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.7.tgz",
  8802. "integrity": "sha512-hL25LbxO1QOngGzu2U5xeXtxXcW+/GvMN3ejANqXkxZ/opySAZMrc+9LY/WyjAan41unrR3YrmtTsUpwT66InQ==",
  8803. "cpu": [
  8804. "riscv64"
  8805. ],
  8806. "license": "MIT",
  8807. "optional": true,
  8808. "os": [
  8809. "linux"
  8810. ],
  8811. "engines": {
  8812. "node": ">=18"
  8813. }
  8814. },
  8815. "node_modules/nitropack/node_modules/@esbuild/linux-s390x": {
  8816. "version": "0.27.7",
  8817. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.7.tgz",
  8818. "integrity": "sha512-2k8go8Ycu1Kb46vEelhu1vqEP+UeRVj2zY1pSuPdgvbd5ykAw82Lrro28vXUrRmzEsUV0NzCf54yARIK8r0fdw==",
  8819. "cpu": [
  8820. "s390x"
  8821. ],
  8822. "license": "MIT",
  8823. "optional": true,
  8824. "os": [
  8825. "linux"
  8826. ],
  8827. "engines": {
  8828. "node": ">=18"
  8829. }
  8830. },
  8831. "node_modules/nitropack/node_modules/@esbuild/linux-x64": {
  8832. "version": "0.27.7",
  8833. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.7.tgz",
  8834. "integrity": "sha512-hzznmADPt+OmsYzw1EE33ccA+HPdIqiCRq7cQeL1Jlq2gb1+OyWBkMCrYGBJ+sxVzve2ZJEVeePbLM2iEIZSxA==",
  8835. "cpu": [
  8836. "x64"
  8837. ],
  8838. "license": "MIT",
  8839. "optional": true,
  8840. "os": [
  8841. "linux"
  8842. ],
  8843. "engines": {
  8844. "node": ">=18"
  8845. }
  8846. },
  8847. "node_modules/nitropack/node_modules/@esbuild/netbsd-arm64": {
  8848. "version": "0.27.7",
  8849. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.7.tgz",
  8850. "integrity": "sha512-b6pqtrQdigZBwZxAn1UpazEisvwaIDvdbMbmrly7cDTMFnw/+3lVxxCTGOrkPVnsYIosJJXAsILG9XcQS+Yu6w==",
  8851. "cpu": [
  8852. "arm64"
  8853. ],
  8854. "license": "MIT",
  8855. "optional": true,
  8856. "os": [
  8857. "netbsd"
  8858. ],
  8859. "engines": {
  8860. "node": ">=18"
  8861. }
  8862. },
  8863. "node_modules/nitropack/node_modules/@esbuild/netbsd-x64": {
  8864. "version": "0.27.7",
  8865. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.7.tgz",
  8866. "integrity": "sha512-OfatkLojr6U+WN5EDYuoQhtM+1xco+/6FSzJJnuWiUw5eVcicbyK3dq5EeV/QHT1uy6GoDhGbFpprUiHUYggrw==",
  8867. "cpu": [
  8868. "x64"
  8869. ],
  8870. "license": "MIT",
  8871. "optional": true,
  8872. "os": [
  8873. "netbsd"
  8874. ],
  8875. "engines": {
  8876. "node": ">=18"
  8877. }
  8878. },
  8879. "node_modules/nitropack/node_modules/@esbuild/openbsd-arm64": {
  8880. "version": "0.27.7",
  8881. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.7.tgz",
  8882. "integrity": "sha512-AFuojMQTxAz75Fo8idVcqoQWEHIXFRbOc1TrVcFSgCZtQfSdc1RXgB3tjOn/krRHENUB4j00bfGjyl2mJrU37A==",
  8883. "cpu": [
  8884. "arm64"
  8885. ],
  8886. "license": "MIT",
  8887. "optional": true,
  8888. "os": [
  8889. "openbsd"
  8890. ],
  8891. "engines": {
  8892. "node": ">=18"
  8893. }
  8894. },
  8895. "node_modules/nitropack/node_modules/@esbuild/openbsd-x64": {
  8896. "version": "0.27.7",
  8897. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.7.tgz",
  8898. "integrity": "sha512-+A1NJmfM8WNDv5CLVQYJ5PshuRm/4cI6WMZRg1by1GwPIQPCTs1GLEUHwiiQGT5zDdyLiRM/l1G0Pv54gvtKIg==",
  8899. "cpu": [
  8900. "x64"
  8901. ],
  8902. "license": "MIT",
  8903. "optional": true,
  8904. "os": [
  8905. "openbsd"
  8906. ],
  8907. "engines": {
  8908. "node": ">=18"
  8909. }
  8910. },
  8911. "node_modules/nitropack/node_modules/@esbuild/openharmony-arm64": {
  8912. "version": "0.27.7",
  8913. "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.7.tgz",
  8914. "integrity": "sha512-+KrvYb/C8zA9CU/g0sR6w2RBw7IGc5J2BPnc3dYc5VJxHCSF1yNMxTV5LQ7GuKteQXZtspjFbiuW5/dOj7H4Yw==",
  8915. "cpu": [
  8916. "arm64"
  8917. ],
  8918. "license": "MIT",
  8919. "optional": true,
  8920. "os": [
  8921. "openharmony"
  8922. ],
  8923. "engines": {
  8924. "node": ">=18"
  8925. }
  8926. },
  8927. "node_modules/nitropack/node_modules/@esbuild/sunos-x64": {
  8928. "version": "0.27.7",
  8929. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.7.tgz",
  8930. "integrity": "sha512-ikktIhFBzQNt/QDyOL580ti9+5mL/YZeUPKU2ivGtGjdTYoqz6jObj6nOMfhASpS4GU4Q/Clh1QtxWAvcYKamA==",
  8931. "cpu": [
  8932. "x64"
  8933. ],
  8934. "license": "MIT",
  8935. "optional": true,
  8936. "os": [
  8937. "sunos"
  8938. ],
  8939. "engines": {
  8940. "node": ">=18"
  8941. }
  8942. },
  8943. "node_modules/nitropack/node_modules/@esbuild/win32-arm64": {
  8944. "version": "0.27.7",
  8945. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.7.tgz",
  8946. "integrity": "sha512-7yRhbHvPqSpRUV7Q20VuDwbjW5kIMwTHpptuUzV+AA46kiPze5Z7qgt6CLCK3pWFrHeNfDd1VKgyP4O+ng17CA==",
  8947. "cpu": [
  8948. "arm64"
  8949. ],
  8950. "license": "MIT",
  8951. "optional": true,
  8952. "os": [
  8953. "win32"
  8954. ],
  8955. "engines": {
  8956. "node": ">=18"
  8957. }
  8958. },
  8959. "node_modules/nitropack/node_modules/@esbuild/win32-ia32": {
  8960. "version": "0.27.7",
  8961. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.7.tgz",
  8962. "integrity": "sha512-SmwKXe6VHIyZYbBLJrhOoCJRB/Z1tckzmgTLfFYOfpMAx63BJEaL9ExI8x7v0oAO3Zh6D/Oi1gVxEYr5oUCFhw==",
  8963. "cpu": [
  8964. "ia32"
  8965. ],
  8966. "license": "MIT",
  8967. "optional": true,
  8968. "os": [
  8969. "win32"
  8970. ],
  8971. "engines": {
  8972. "node": ">=18"
  8973. }
  8974. },
  8975. "node_modules/nitropack/node_modules/@esbuild/win32-x64": {
  8976. "version": "0.27.7",
  8977. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.7.tgz",
  8978. "integrity": "sha512-56hiAJPhwQ1R4i+21FVF7V8kSD5zZTdHcVuRFMW0hn753vVfQN8xlx4uOPT4xoGH0Z/oVATuR82AiqSTDIpaHg==",
  8979. "cpu": [
  8980. "x64"
  8981. ],
  8982. "license": "MIT",
  8983. "optional": true,
  8984. "os": [
  8985. "win32"
  8986. ],
  8987. "engines": {
  8988. "node": ">=18"
  8989. }
  8990. },
  8991. "node_modules/nitropack/node_modules/chokidar": {
  8992. "version": "5.0.0",
  8993. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz",
  8994. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  8995. "license": "MIT",
  8996. "dependencies": {
  8997. "readdirp": "^5.0.0"
  8998. },
  8999. "engines": {
  9000. "node": ">= 20.19.0"
  9001. },
  9002. "funding": {
  9003. "url": "https://paulmillr.com/funding/"
  9004. }
  9005. },
  9006. "node_modules/nitropack/node_modules/citty": {
  9007. "version": "0.2.2",
  9008. "resolved": "https://registry.npmjs.org/citty/-/citty-0.2.2.tgz",
  9009. "integrity": "sha512-+6vJA3L98yv+IdfKGZHBNiGW5KHn22e/JwID0Strsz8h4S/csAu/OuICwxrg44k5MRiZHWIo8XXuJgQTriRP4w==",
  9010. "license": "MIT"
  9011. },
  9012. "node_modules/nitropack/node_modules/cliui": {
  9013. "version": "9.0.1",
  9014. "resolved": "https://registry.npmjs.org/cliui/-/cliui-9.0.1.tgz",
  9015. "integrity": "sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==",
  9016. "license": "ISC",
  9017. "dependencies": {
  9018. "string-width": "^7.2.0",
  9019. "strip-ansi": "^7.1.0",
  9020. "wrap-ansi": "^9.0.0"
  9021. },
  9022. "engines": {
  9023. "node": ">=20"
  9024. }
  9025. },
  9026. "node_modules/nitropack/node_modules/define-lazy-prop": {
  9027. "version": "3.0.0",
  9028. "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
  9029. "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
  9030. "license": "MIT",
  9031. "engines": {
  9032. "node": ">=12"
  9033. },
  9034. "funding": {
  9035. "url": "https://github.com/sponsors/sindresorhus"
  9036. }
  9037. },
  9038. "node_modules/nitropack/node_modules/emoji-regex": {
  9039. "version": "10.6.0",
  9040. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
  9041. "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
  9042. "license": "MIT"
  9043. },
  9044. "node_modules/nitropack/node_modules/esbuild": {
  9045. "version": "0.27.7",
  9046. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.7.tgz",
  9047. "integrity": "sha512-IxpibTjyVnmrIQo5aqNpCgoACA/dTKLTlhMHihVHhdkxKyPO1uBBthumT0rdHmcsk9uMonIWS0m4FljWzILh3w==",
  9048. "hasInstallScript": true,
  9049. "license": "MIT",
  9050. "bin": {
  9051. "esbuild": "bin/esbuild"
  9052. },
  9053. "engines": {
  9054. "node": ">=18"
  9055. },
  9056. "optionalDependencies": {
  9057. "@esbuild/aix-ppc64": "0.27.7",
  9058. "@esbuild/android-arm": "0.27.7",
  9059. "@esbuild/android-arm64": "0.27.7",
  9060. "@esbuild/android-x64": "0.27.7",
  9061. "@esbuild/darwin-arm64": "0.27.7",
  9062. "@esbuild/darwin-x64": "0.27.7",
  9063. "@esbuild/freebsd-arm64": "0.27.7",
  9064. "@esbuild/freebsd-x64": "0.27.7",
  9065. "@esbuild/linux-arm": "0.27.7",
  9066. "@esbuild/linux-arm64": "0.27.7",
  9067. "@esbuild/linux-ia32": "0.27.7",
  9068. "@esbuild/linux-loong64": "0.27.7",
  9069. "@esbuild/linux-mips64el": "0.27.7",
  9070. "@esbuild/linux-ppc64": "0.27.7",
  9071. "@esbuild/linux-riscv64": "0.27.7",
  9072. "@esbuild/linux-s390x": "0.27.7",
  9073. "@esbuild/linux-x64": "0.27.7",
  9074. "@esbuild/netbsd-arm64": "0.27.7",
  9075. "@esbuild/netbsd-x64": "0.27.7",
  9076. "@esbuild/openbsd-arm64": "0.27.7",
  9077. "@esbuild/openbsd-x64": "0.27.7",
  9078. "@esbuild/openharmony-arm64": "0.27.7",
  9079. "@esbuild/sunos-x64": "0.27.7",
  9080. "@esbuild/win32-arm64": "0.27.7",
  9081. "@esbuild/win32-ia32": "0.27.7",
  9082. "@esbuild/win32-x64": "0.27.7"
  9083. }
  9084. },
  9085. "node_modules/nitropack/node_modules/estree-walker": {
  9086. "version": "3.0.3",
  9087. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  9088. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  9089. "license": "MIT",
  9090. "dependencies": {
  9091. "@types/estree": "^1.0.0"
  9092. }
  9093. },
  9094. "node_modules/nitropack/node_modules/magicast": {
  9095. "version": "0.5.2",
  9096. "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.5.2.tgz",
  9097. "integrity": "sha512-E3ZJh4J3S9KfwdjZhe2afj6R9lGIN5Pher1pF39UGrXRqq/VDaGVIGN13BjHd2u8B61hArAGOnso7nBOouW3TQ==",
  9098. "license": "MIT",
  9099. "dependencies": {
  9100. "@babel/parser": "^7.29.0",
  9101. "@babel/types": "^7.29.0",
  9102. "source-map-js": "^1.2.1"
  9103. }
  9104. },
  9105. "node_modules/nitropack/node_modules/open": {
  9106. "version": "11.0.0",
  9107. "resolved": "https://registry.npmjs.org/open/-/open-11.0.0.tgz",
  9108. "integrity": "sha512-smsWv2LzFjP03xmvFoJ331ss6h+jixfA4UUV/Bsiyuu4YJPfN+FIQGOIiv4w9/+MoHkfkJ22UIaQWRVFRfH6Vw==",
  9109. "license": "MIT",
  9110. "dependencies": {
  9111. "default-browser": "^5.4.0",
  9112. "define-lazy-prop": "^3.0.0",
  9113. "is-in-ssh": "^1.0.0",
  9114. "is-inside-container": "^1.0.0",
  9115. "powershell-utils": "^0.1.0",
  9116. "wsl-utils": "^0.3.0"
  9117. },
  9118. "engines": {
  9119. "node": ">=20"
  9120. },
  9121. "funding": {
  9122. "url": "https://github.com/sponsors/sindresorhus"
  9123. }
  9124. },
  9125. "node_modules/nitropack/node_modules/readdirp": {
  9126. "version": "5.0.0",
  9127. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz",
  9128. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  9129. "license": "MIT",
  9130. "engines": {
  9131. "node": ">= 20.19.0"
  9132. },
  9133. "funding": {
  9134. "type": "individual",
  9135. "url": "https://paulmillr.com/funding/"
  9136. }
  9137. },
  9138. "node_modules/nitropack/node_modules/rollup-plugin-visualizer": {
  9139. "version": "7.0.1",
  9140. "resolved": "https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-7.0.1.tgz",
  9141. "integrity": "sha512-UJUT4+1Ho4OcWmPYU3sYXgUqI8B8Ayfe06MX7y0qCJ1K8aGoKtR/NDd/2nZqM7ADkrzny+I99Ul7GgyoiVNAgg==",
  9142. "license": "MIT",
  9143. "dependencies": {
  9144. "open": "^11.0.0",
  9145. "picomatch": "^4.0.2",
  9146. "source-map": "^0.7.4",
  9147. "yargs": "^18.0.0"
  9148. },
  9149. "bin": {
  9150. "rollup-plugin-visualizer": "dist/bin/cli.js"
  9151. },
  9152. "engines": {
  9153. "node": ">=22"
  9154. },
  9155. "peerDependencies": {
  9156. "rolldown": "1.x || ^1.0.0-beta || ^1.0.0-rc",
  9157. "rollup": "2.x || 3.x || 4.x"
  9158. },
  9159. "peerDependenciesMeta": {
  9160. "rolldown": {
  9161. "optional": true
  9162. },
  9163. "rollup": {
  9164. "optional": true
  9165. }
  9166. }
  9167. },
  9168. "node_modules/nitropack/node_modules/std-env": {
  9169. "version": "4.1.0",
  9170. "resolved": "https://registry.npmjs.org/std-env/-/std-env-4.1.0.tgz",
  9171. "integrity": "sha512-Rq7ybcX2RuC55r9oaPVEW7/xu3tj8u4GeBYHBWCychFtzMIr86A7e3PPEBPT37sHStKX3+TiX/Fr/ACmJLVlLQ==",
  9172. "license": "MIT"
  9173. },
  9174. "node_modules/nitropack/node_modules/string-width": {
  9175. "version": "7.2.0",
  9176. "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
  9177. "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
  9178. "license": "MIT",
  9179. "dependencies": {
  9180. "emoji-regex": "^10.3.0",
  9181. "get-east-asian-width": "^1.0.0",
  9182. "strip-ansi": "^7.1.0"
  9183. },
  9184. "engines": {
  9185. "node": ">=18"
  9186. },
  9187. "funding": {
  9188. "url": "https://github.com/sponsors/sindresorhus"
  9189. }
  9190. },
  9191. "node_modules/nitropack/node_modules/unimport": {
  9192. "version": "6.1.1",
  9193. "resolved": "https://registry.npmjs.org/unimport/-/unimport-6.1.1.tgz",
  9194. "integrity": "sha512-ZY3adHF8WFSaiF1O+Eqtltt4wMZPGQ+WWLtnbc31TxglU/dx7q8B66kvXdfyGTWA25X8OO00X9b9iyLzrWOZmw==",
  9195. "license": "MIT",
  9196. "dependencies": {
  9197. "acorn": "^8.16.0",
  9198. "escape-string-regexp": "^5.0.0",
  9199. "estree-walker": "^3.0.3",
  9200. "local-pkg": "^1.1.2",
  9201. "magic-string": "^0.30.21",
  9202. "mlly": "^1.8.2",
  9203. "pathe": "^2.0.3",
  9204. "picomatch": "^4.0.4",
  9205. "pkg-types": "^2.3.0",
  9206. "scule": "^1.3.0",
  9207. "strip-literal": "^3.1.0",
  9208. "tinyglobby": "^0.2.16",
  9209. "unplugin": "^3.0.0",
  9210. "unplugin-utils": "^0.3.1"
  9211. },
  9212. "engines": {
  9213. "node": ">=18.12.0"
  9214. }
  9215. },
  9216. "node_modules/nitropack/node_modules/unplugin": {
  9217. "version": "3.0.0",
  9218. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-3.0.0.tgz",
  9219. "integrity": "sha512-0Mqk3AT2TZCXWKdcoaufeXNukv2mTrEZExeXlHIOZXdqYoHHr4n51pymnwV8x2BOVxwXbK2HLlI7usrqMpycdg==",
  9220. "license": "MIT",
  9221. "dependencies": {
  9222. "@jridgewell/remapping": "^2.3.5",
  9223. "picomatch": "^4.0.3",
  9224. "webpack-virtual-modules": "^0.6.2"
  9225. },
  9226. "engines": {
  9227. "node": "^20.19.0 || >=22.12.0"
  9228. }
  9229. },
  9230. "node_modules/nitropack/node_modules/unplugin-utils": {
  9231. "version": "0.3.1",
  9232. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  9233. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  9234. "license": "MIT",
  9235. "dependencies": {
  9236. "pathe": "^2.0.3",
  9237. "picomatch": "^4.0.3"
  9238. },
  9239. "engines": {
  9240. "node": ">=20.19.0"
  9241. },
  9242. "funding": {
  9243. "url": "https://github.com/sponsors/sxzz"
  9244. }
  9245. },
  9246. "node_modules/nitropack/node_modules/wrap-ansi": {
  9247. "version": "9.0.2",
  9248. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
  9249. "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
  9250. "license": "MIT",
  9251. "dependencies": {
  9252. "ansi-styles": "^6.2.1",
  9253. "string-width": "^7.0.0",
  9254. "strip-ansi": "^7.1.0"
  9255. },
  9256. "engines": {
  9257. "node": ">=18"
  9258. },
  9259. "funding": {
  9260. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  9261. }
  9262. },
  9263. "node_modules/nitropack/node_modules/wsl-utils": {
  9264. "version": "0.3.1",
  9265. "resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.3.1.tgz",
  9266. "integrity": "sha512-g/eziiSUNBSsdDJtCLB8bdYEUMj4jR7AGeUo96p/3dTafgjHhpF4RiCFPiRILwjQoDXx5MqkBr4fwWtR3Ky4Wg==",
  9267. "license": "MIT",
  9268. "dependencies": {
  9269. "is-wsl": "^3.1.0",
  9270. "powershell-utils": "^0.1.0"
  9271. },
  9272. "engines": {
  9273. "node": ">=20"
  9274. },
  9275. "funding": {
  9276. "url": "https://github.com/sponsors/sindresorhus"
  9277. }
  9278. },
  9279. "node_modules/nitropack/node_modules/yargs": {
  9280. "version": "18.0.0",
  9281. "resolved": "https://registry.npmjs.org/yargs/-/yargs-18.0.0.tgz",
  9282. "integrity": "sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==",
  9283. "license": "MIT",
  9284. "dependencies": {
  9285. "cliui": "^9.0.1",
  9286. "escalade": "^3.1.1",
  9287. "get-caller-file": "^2.0.5",
  9288. "string-width": "^7.2.0",
  9289. "y18n": "^5.0.5",
  9290. "yargs-parser": "^22.0.0"
  9291. },
  9292. "engines": {
  9293. "node": "^20.19.0 || ^22.12.0 || >=23"
  9294. }
  9295. },
  9296. "node_modules/nitropack/node_modules/yargs-parser": {
  9297. "version": "22.0.0",
  9298. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-22.0.0.tgz",
  9299. "integrity": "sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==",
  9300. "license": "ISC",
  9301. "engines": {
  9302. "node": "^20.19.0 || ^22.12.0 || >=23"
  9303. }
  9304. },
  9305. "node_modules/node-addon-api": {
  9306. "version": "7.1.1",
  9307. "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
  9308. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  9309. "license": "MIT"
  9310. },
  9311. "node_modules/node-fetch": {
  9312. "version": "2.7.0",
  9313. "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
  9314. "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
  9315. "license": "MIT",
  9316. "dependencies": {
  9317. "whatwg-url": "^5.0.0"
  9318. },
  9319. "engines": {
  9320. "node": "4.x || >=6.0.0"
  9321. },
  9322. "peerDependencies": {
  9323. "encoding": "^0.1.0"
  9324. },
  9325. "peerDependenciesMeta": {
  9326. "encoding": {
  9327. "optional": true
  9328. }
  9329. }
  9330. },
  9331. "node_modules/node-fetch-native": {
  9332. "version": "1.6.7",
  9333. "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.7.tgz",
  9334. "integrity": "sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q==",
  9335. "license": "MIT"
  9336. },
  9337. "node_modules/node-forge": {
  9338. "version": "1.4.0",
  9339. "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.4.0.tgz",
  9340. "integrity": "sha512-LarFH0+6VfriEhqMMcLX2F7SwSXeWwnEAJEsYm5QKWchiVYVvJyV9v7UDvUv+w5HO23ZpQTXDv/GxdDdMyOuoQ==",
  9341. "license": "(BSD-3-Clause OR GPL-2.0)",
  9342. "engines": {
  9343. "node": ">= 6.13.0"
  9344. }
  9345. },
  9346. "node_modules/node-gyp-build": {
  9347. "version": "4.8.4",
  9348. "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.4.tgz",
  9349. "integrity": "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==",
  9350. "license": "MIT",
  9351. "bin": {
  9352. "node-gyp-build": "bin.js",
  9353. "node-gyp-build-optional": "optional.js",
  9354. "node-gyp-build-test": "build-test.js"
  9355. }
  9356. },
  9357. "node_modules/node-mock-http": {
  9358. "version": "1.0.4",
  9359. "resolved": "https://registry.npmjs.org/node-mock-http/-/node-mock-http-1.0.4.tgz",
  9360. "integrity": "sha512-8DY+kFsDkNXy1sJglUfuODx1/opAGJGyrTuFqEoN90oRc2Vk0ZbD4K2qmKXBBEhZQzdKHIVfEJpDU8Ak2NJEvQ==",
  9361. "license": "MIT"
  9362. },
  9363. "node_modules/node-releases": {
  9364. "version": "2.0.26",
  9365. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.26.tgz",
  9366. "integrity": "sha512-S2M9YimhSjBSvYnlr5/+umAnPHE++ODwt5e2Ij6FoX45HA/s4vHdkDx1eax2pAPeAOqu4s9b7ppahsyEFdVqQA==",
  9367. "license": "MIT"
  9368. },
  9369. "node_modules/nopt": {
  9370. "version": "8.1.0",
  9371. "resolved": "https://registry.npmjs.org/nopt/-/nopt-8.1.0.tgz",
  9372. "integrity": "sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A==",
  9373. "license": "ISC",
  9374. "dependencies": {
  9375. "abbrev": "^3.0.0"
  9376. },
  9377. "bin": {
  9378. "nopt": "bin/nopt.js"
  9379. },
  9380. "engines": {
  9381. "node": "^18.17.0 || >=20.5.0"
  9382. }
  9383. },
  9384. "node_modules/normalize-path": {
  9385. "version": "3.0.0",
  9386. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  9387. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  9388. "license": "MIT",
  9389. "engines": {
  9390. "node": ">=0.10.0"
  9391. }
  9392. },
  9393. "node_modules/normalize-range": {
  9394. "version": "0.1.2",
  9395. "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
  9396. "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
  9397. "license": "MIT",
  9398. "engines": {
  9399. "node": ">=0.10.0"
  9400. }
  9401. },
  9402. "node_modules/npm-run-path": {
  9403. "version": "5.3.0",
  9404. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz",
  9405. "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
  9406. "license": "MIT",
  9407. "dependencies": {
  9408. "path-key": "^4.0.0"
  9409. },
  9410. "engines": {
  9411. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  9412. },
  9413. "funding": {
  9414. "url": "https://github.com/sponsors/sindresorhus"
  9415. }
  9416. },
  9417. "node_modules/npm-run-path/node_modules/path-key": {
  9418. "version": "4.0.0",
  9419. "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz",
  9420. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  9421. "license": "MIT",
  9422. "engines": {
  9423. "node": ">=12"
  9424. },
  9425. "funding": {
  9426. "url": "https://github.com/sponsors/sindresorhus"
  9427. }
  9428. },
  9429. "node_modules/nth-check": {
  9430. "version": "2.1.1",
  9431. "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
  9432. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  9433. "license": "BSD-2-Clause",
  9434. "dependencies": {
  9435. "boolbase": "^1.0.0"
  9436. },
  9437. "funding": {
  9438. "url": "https://github.com/fb55/nth-check?sponsor=1"
  9439. }
  9440. },
  9441. "node_modules/nuxt": {
  9442. "version": "4.2.0",
  9443. "resolved": "https://registry.npmjs.org/nuxt/-/nuxt-4.2.0.tgz",
  9444. "integrity": "sha512-4qzf2Ymf07dMMj50TZdNZgMqCdzDch8NY3NO2ClucUaIvvsr6wd9+JrDpI1CckSTHwqU37/dIPFpvIQZoeHoYA==",
  9445. "license": "MIT",
  9446. "dependencies": {
  9447. "@dxup/nuxt": "^0.2.0",
  9448. "@nuxt/cli": "^3.29.3",
  9449. "@nuxt/devtools": "^2.6.5",
  9450. "@nuxt/kit": "4.2.0",
  9451. "@nuxt/nitro-server": "4.2.0",
  9452. "@nuxt/schema": "4.2.0",
  9453. "@nuxt/telemetry": "^2.6.6",
  9454. "@nuxt/vite-builder": "4.2.0",
  9455. "@unhead/vue": "^2.0.19",
  9456. "@vue/shared": "^3.5.22",
  9457. "c12": "^3.3.1",
  9458. "chokidar": "^4.0.3",
  9459. "compatx": "^0.2.0",
  9460. "consola": "^3.4.2",
  9461. "cookie-es": "^2.0.0",
  9462. "defu": "^6.1.4",
  9463. "destr": "^2.0.5",
  9464. "devalue": "^5.4.2",
  9465. "errx": "^0.1.0",
  9466. "escape-string-regexp": "^5.0.0",
  9467. "exsolve": "^1.0.7",
  9468. "h3": "^1.15.4",
  9469. "hookable": "^5.5.3",
  9470. "ignore": "^7.0.5",
  9471. "impound": "^1.0.0",
  9472. "jiti": "^2.6.1",
  9473. "klona": "^2.0.6",
  9474. "knitwork": "^1.2.0",
  9475. "magic-string": "^0.30.21",
  9476. "mlly": "^1.8.0",
  9477. "nanotar": "^0.2.0",
  9478. "nypm": "^0.6.2",
  9479. "ofetch": "^1.4.1",
  9480. "ohash": "^2.0.11",
  9481. "on-change": "^6.0.0",
  9482. "oxc-minify": "^0.95.0",
  9483. "oxc-parser": "^0.95.0",
  9484. "oxc-transform": "^0.95.0",
  9485. "oxc-walker": "^0.5.2",
  9486. "pathe": "^2.0.3",
  9487. "perfect-debounce": "^2.0.0",
  9488. "pkg-types": "^2.3.0",
  9489. "radix3": "^1.1.2",
  9490. "scule": "^1.3.0",
  9491. "semver": "^7.7.3",
  9492. "std-env": "^3.10.0",
  9493. "tinyglobby": "^0.2.15",
  9494. "ufo": "^1.6.1",
  9495. "ultrahtml": "^1.6.0",
  9496. "uncrypto": "^0.1.3",
  9497. "unctx": "^2.4.1",
  9498. "unimport": "^5.5.0",
  9499. "unplugin": "^2.3.10",
  9500. "unplugin-vue-router": "^0.16.0",
  9501. "untyped": "^2.0.0",
  9502. "vue": "^3.5.22",
  9503. "vue-router": "^4.6.3"
  9504. },
  9505. "bin": {
  9506. "nuxi": "bin/nuxt.mjs",
  9507. "nuxt": "bin/nuxt.mjs"
  9508. },
  9509. "engines": {
  9510. "node": "^20.19.0 || >=22.12.0"
  9511. },
  9512. "peerDependencies": {
  9513. "@parcel/watcher": "^2.1.0",
  9514. "@types/node": ">=18.12.0"
  9515. },
  9516. "peerDependenciesMeta": {
  9517. "@parcel/watcher": {
  9518. "optional": true
  9519. },
  9520. "@types/node": {
  9521. "optional": true
  9522. }
  9523. }
  9524. },
  9525. "node_modules/nuxt/node_modules/@nuxt/schema": {
  9526. "version": "4.2.0",
  9527. "resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-4.2.0.tgz",
  9528. "integrity": "sha512-YMbgpEyPokgOYME6BvY8Okk7GAIwhEFYzrkkkoU9IVgu0tKWetYRrjUwbd0eICqPm9EWDBQl5tTTNJ8xCndVbw==",
  9529. "license": "MIT",
  9530. "dependencies": {
  9531. "@vue/shared": "^3.5.22",
  9532. "defu": "^6.1.4",
  9533. "pathe": "^2.0.3",
  9534. "pkg-types": "^2.3.0",
  9535. "std-env": "^3.10.0"
  9536. },
  9537. "engines": {
  9538. "node": "^14.18.0 || >=16.10.0"
  9539. }
  9540. },
  9541. "node_modules/nypm": {
  9542. "version": "0.6.6",
  9543. "resolved": "https://registry.npmjs.org/nypm/-/nypm-0.6.6.tgz",
  9544. "integrity": "sha512-vRyr0r4cbBapw07Xw8xrj9Teq3o7MUD35rSaTcanDbW+aK2XHDgJFiU6ZTj2GBw7Q12ysdsyFss+Vdz4hQ0Y6Q==",
  9545. "license": "MIT",
  9546. "dependencies": {
  9547. "citty": "^0.2.2",
  9548. "pathe": "^2.0.3",
  9549. "tinyexec": "^1.1.1"
  9550. },
  9551. "bin": {
  9552. "nypm": "dist/cli.mjs"
  9553. },
  9554. "engines": {
  9555. "node": ">=18"
  9556. }
  9557. },
  9558. "node_modules/nypm/node_modules/citty": {
  9559. "version": "0.2.2",
  9560. "resolved": "https://registry.npmjs.org/citty/-/citty-0.2.2.tgz",
  9561. "integrity": "sha512-+6vJA3L98yv+IdfKGZHBNiGW5KHn22e/JwID0Strsz8h4S/csAu/OuICwxrg44k5MRiZHWIo8XXuJgQTriRP4w==",
  9562. "license": "MIT"
  9563. },
  9564. "node_modules/ofetch": {
  9565. "version": "1.5.1",
  9566. "resolved": "https://registry.npmjs.org/ofetch/-/ofetch-1.5.1.tgz",
  9567. "integrity": "sha512-2W4oUZlVaqAPAil6FUg/difl6YhqhUR7x2eZY4bQCko22UXg3hptq9KLQdqFClV+Wu85UX7hNtdGTngi/1BxcA==",
  9568. "license": "MIT",
  9569. "dependencies": {
  9570. "destr": "^2.0.5",
  9571. "node-fetch-native": "^1.6.7",
  9572. "ufo": "^1.6.1"
  9573. }
  9574. },
  9575. "node_modules/ohash": {
  9576. "version": "2.0.11",
  9577. "resolved": "https://registry.npmjs.org/ohash/-/ohash-2.0.11.tgz",
  9578. "integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==",
  9579. "license": "MIT"
  9580. },
  9581. "node_modules/on-change": {
  9582. "version": "6.0.1",
  9583. "resolved": "https://registry.npmjs.org/on-change/-/on-change-6.0.1.tgz",
  9584. "integrity": "sha512-P7o0hkMahOhjb1niG28vLNAXsJrRcfpJvYWcTmPt/Tf4xedcF2PA1E9++N1tufY8/vIsaiJgHhjQp53hJCe+zw==",
  9585. "license": "MIT",
  9586. "engines": {
  9587. "node": ">=20"
  9588. },
  9589. "funding": {
  9590. "url": "https://github.com/sindresorhus/on-change?sponsor=1"
  9591. }
  9592. },
  9593. "node_modules/on-finished": {
  9594. "version": "2.4.1",
  9595. "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
  9596. "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
  9597. "license": "MIT",
  9598. "dependencies": {
  9599. "ee-first": "1.1.1"
  9600. },
  9601. "engines": {
  9602. "node": ">= 0.8"
  9603. }
  9604. },
  9605. "node_modules/onetime": {
  9606. "version": "6.0.0",
  9607. "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz",
  9608. "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==",
  9609. "license": "MIT",
  9610. "dependencies": {
  9611. "mimic-fn": "^4.0.0"
  9612. },
  9613. "engines": {
  9614. "node": ">=12"
  9615. },
  9616. "funding": {
  9617. "url": "https://github.com/sponsors/sindresorhus"
  9618. }
  9619. },
  9620. "node_modules/open": {
  9621. "version": "8.4.2",
  9622. "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz",
  9623. "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==",
  9624. "license": "MIT",
  9625. "dependencies": {
  9626. "define-lazy-prop": "^2.0.0",
  9627. "is-docker": "^2.1.1",
  9628. "is-wsl": "^2.2.0"
  9629. },
  9630. "engines": {
  9631. "node": ">=12"
  9632. },
  9633. "funding": {
  9634. "url": "https://github.com/sponsors/sindresorhus"
  9635. }
  9636. },
  9637. "node_modules/open/node_modules/is-docker": {
  9638. "version": "2.2.1",
  9639. "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
  9640. "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
  9641. "license": "MIT",
  9642. "bin": {
  9643. "is-docker": "cli.js"
  9644. },
  9645. "engines": {
  9646. "node": ">=8"
  9647. },
  9648. "funding": {
  9649. "url": "https://github.com/sponsors/sindresorhus"
  9650. }
  9651. },
  9652. "node_modules/open/node_modules/is-wsl": {
  9653. "version": "2.2.0",
  9654. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
  9655. "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
  9656. "license": "MIT",
  9657. "dependencies": {
  9658. "is-docker": "^2.0.0"
  9659. },
  9660. "engines": {
  9661. "node": ">=8"
  9662. }
  9663. },
  9664. "node_modules/oxc-minify": {
  9665. "version": "0.95.0",
  9666. "resolved": "https://registry.npmjs.org/oxc-minify/-/oxc-minify-0.95.0.tgz",
  9667. "integrity": "sha512-3k//447vscNk5JZXVnr2qv0QONjUU7F8Y6ewAPFVQNgdvYh3gCLYCRjQ/DR5kVkqxFgVa8R/FFBV3X5jlztSzw==",
  9668. "license": "MIT",
  9669. "engines": {
  9670. "node": "^20.19.0 || >=22.12.0"
  9671. },
  9672. "funding": {
  9673. "url": "https://github.com/sponsors/Boshen"
  9674. },
  9675. "optionalDependencies": {
  9676. "@oxc-minify/binding-android-arm64": "0.95.0",
  9677. "@oxc-minify/binding-darwin-arm64": "0.95.0",
  9678. "@oxc-minify/binding-darwin-x64": "0.95.0",
  9679. "@oxc-minify/binding-freebsd-x64": "0.95.0",
  9680. "@oxc-minify/binding-linux-arm-gnueabihf": "0.95.0",
  9681. "@oxc-minify/binding-linux-arm-musleabihf": "0.95.0",
  9682. "@oxc-minify/binding-linux-arm64-gnu": "0.95.0",
  9683. "@oxc-minify/binding-linux-arm64-musl": "0.95.0",
  9684. "@oxc-minify/binding-linux-riscv64-gnu": "0.95.0",
  9685. "@oxc-minify/binding-linux-s390x-gnu": "0.95.0",
  9686. "@oxc-minify/binding-linux-x64-gnu": "0.95.0",
  9687. "@oxc-minify/binding-linux-x64-musl": "0.95.0",
  9688. "@oxc-minify/binding-wasm32-wasi": "0.95.0",
  9689. "@oxc-minify/binding-win32-arm64-msvc": "0.95.0",
  9690. "@oxc-minify/binding-win32-x64-msvc": "0.95.0"
  9691. }
  9692. },
  9693. "node_modules/oxc-parser": {
  9694. "version": "0.95.0",
  9695. "resolved": "https://registry.npmjs.org/oxc-parser/-/oxc-parser-0.95.0.tgz",
  9696. "integrity": "sha512-Te8fE/SmiiKWIrwBwxz5Dod87uYvsbcZ9JAL5ylPg1DevyKgTkxCXnPEaewk1Su2qpfNmry5RHoN+NywWFCG+A==",
  9697. "license": "MIT",
  9698. "dependencies": {
  9699. "@oxc-project/types": "^0.95.0"
  9700. },
  9701. "engines": {
  9702. "node": "^20.19.0 || >=22.12.0"
  9703. },
  9704. "funding": {
  9705. "url": "https://github.com/sponsors/Boshen"
  9706. },
  9707. "optionalDependencies": {
  9708. "@oxc-parser/binding-android-arm64": "0.95.0",
  9709. "@oxc-parser/binding-darwin-arm64": "0.95.0",
  9710. "@oxc-parser/binding-darwin-x64": "0.95.0",
  9711. "@oxc-parser/binding-freebsd-x64": "0.95.0",
  9712. "@oxc-parser/binding-linux-arm-gnueabihf": "0.95.0",
  9713. "@oxc-parser/binding-linux-arm-musleabihf": "0.95.0",
  9714. "@oxc-parser/binding-linux-arm64-gnu": "0.95.0",
  9715. "@oxc-parser/binding-linux-arm64-musl": "0.95.0",
  9716. "@oxc-parser/binding-linux-riscv64-gnu": "0.95.0",
  9717. "@oxc-parser/binding-linux-s390x-gnu": "0.95.0",
  9718. "@oxc-parser/binding-linux-x64-gnu": "0.95.0",
  9719. "@oxc-parser/binding-linux-x64-musl": "0.95.0",
  9720. "@oxc-parser/binding-wasm32-wasi": "0.95.0",
  9721. "@oxc-parser/binding-win32-arm64-msvc": "0.95.0",
  9722. "@oxc-parser/binding-win32-x64-msvc": "0.95.0"
  9723. }
  9724. },
  9725. "node_modules/oxc-transform": {
  9726. "version": "0.95.0",
  9727. "resolved": "https://registry.npmjs.org/oxc-transform/-/oxc-transform-0.95.0.tgz",
  9728. "integrity": "sha512-SmS5aThb5K0SoUZgzGbikNBjrGHfOY4X5TEqBlaZb1uy5YgXbUSbpakpZJ13yW36LNqy8Im5+y+sIk5dlzpZ/w==",
  9729. "license": "MIT",
  9730. "engines": {
  9731. "node": "^20.19.0 || >=22.12.0"
  9732. },
  9733. "funding": {
  9734. "url": "https://github.com/sponsors/Boshen"
  9735. },
  9736. "optionalDependencies": {
  9737. "@oxc-transform/binding-android-arm64": "0.95.0",
  9738. "@oxc-transform/binding-darwin-arm64": "0.95.0",
  9739. "@oxc-transform/binding-darwin-x64": "0.95.0",
  9740. "@oxc-transform/binding-freebsd-x64": "0.95.0",
  9741. "@oxc-transform/binding-linux-arm-gnueabihf": "0.95.0",
  9742. "@oxc-transform/binding-linux-arm-musleabihf": "0.95.0",
  9743. "@oxc-transform/binding-linux-arm64-gnu": "0.95.0",
  9744. "@oxc-transform/binding-linux-arm64-musl": "0.95.0",
  9745. "@oxc-transform/binding-linux-riscv64-gnu": "0.95.0",
  9746. "@oxc-transform/binding-linux-s390x-gnu": "0.95.0",
  9747. "@oxc-transform/binding-linux-x64-gnu": "0.95.0",
  9748. "@oxc-transform/binding-linux-x64-musl": "0.95.0",
  9749. "@oxc-transform/binding-wasm32-wasi": "0.95.0",
  9750. "@oxc-transform/binding-win32-arm64-msvc": "0.95.0",
  9751. "@oxc-transform/binding-win32-x64-msvc": "0.95.0"
  9752. }
  9753. },
  9754. "node_modules/oxc-walker": {
  9755. "version": "0.5.2",
  9756. "resolved": "https://registry.npmjs.org/oxc-walker/-/oxc-walker-0.5.2.tgz",
  9757. "integrity": "sha512-XYoZqWwApSKUmSDEFeOKdy3Cdh95cOcSU8f7yskFWE4Rl3cfL5uwyY+EV7Brk9mdNLy+t5SseJajd6g7KncvlA==",
  9758. "license": "MIT",
  9759. "dependencies": {
  9760. "magic-regexp": "^0.10.0"
  9761. },
  9762. "peerDependencies": {
  9763. "oxc-parser": ">=0.72.0"
  9764. }
  9765. },
  9766. "node_modules/package-json-from-dist": {
  9767. "version": "1.0.1",
  9768. "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
  9769. "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
  9770. "license": "BlueOak-1.0.0"
  9771. },
  9772. "node_modules/package-manager-detector": {
  9773. "version": "1.5.0",
  9774. "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.5.0.tgz",
  9775. "integrity": "sha512-uBj69dVlYe/+wxj8JOpr97XfsxH/eumMt6HqjNTmJDf/6NO9s+0uxeOneIz3AsPt2m6y9PqzDzd3ATcU17MNfw==",
  9776. "license": "MIT"
  9777. },
  9778. "node_modules/pako": {
  9779. "version": "0.2.9",
  9780. "resolved": "https://registry.npmjs.org/pako/-/pako-0.2.9.tgz",
  9781. "integrity": "sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==",
  9782. "license": "MIT"
  9783. },
  9784. "node_modules/parse-path": {
  9785. "version": "7.1.0",
  9786. "resolved": "https://registry.npmjs.org/parse-path/-/parse-path-7.1.0.tgz",
  9787. "integrity": "sha512-EuCycjZtfPcjWk7KTksnJ5xPMvWGA/6i4zrLYhRG0hGvC3GPU/jGUj3Cy+ZR0v30duV3e23R95T1lE2+lsndSw==",
  9788. "license": "MIT",
  9789. "dependencies": {
  9790. "protocols": "^2.0.0"
  9791. }
  9792. },
  9793. "node_modules/parse-url": {
  9794. "version": "9.2.0",
  9795. "resolved": "https://registry.npmjs.org/parse-url/-/parse-url-9.2.0.tgz",
  9796. "integrity": "sha512-bCgsFI+GeGWPAvAiUv63ZorMeif3/U0zaXABGJbOWt5OH2KCaPHF6S+0ok4aqM9RuIPGyZdx9tR9l13PsW4AYQ==",
  9797. "license": "MIT",
  9798. "dependencies": {
  9799. "@types/parse-path": "^7.0.0",
  9800. "parse-path": "^7.0.0"
  9801. },
  9802. "engines": {
  9803. "node": ">=14.13.0"
  9804. }
  9805. },
  9806. "node_modules/parseurl": {
  9807. "version": "1.3.3",
  9808. "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
  9809. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  9810. "license": "MIT",
  9811. "engines": {
  9812. "node": ">= 0.8"
  9813. }
  9814. },
  9815. "node_modules/path-browserify": {
  9816. "version": "1.0.1",
  9817. "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz",
  9818. "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
  9819. "license": "MIT"
  9820. },
  9821. "node_modules/path-key": {
  9822. "version": "3.1.1",
  9823. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  9824. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  9825. "license": "MIT",
  9826. "engines": {
  9827. "node": ">=8"
  9828. }
  9829. },
  9830. "node_modules/path-parse": {
  9831. "version": "1.0.7",
  9832. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  9833. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  9834. "license": "MIT"
  9835. },
  9836. "node_modules/path-scurry": {
  9837. "version": "1.11.1",
  9838. "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
  9839. "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
  9840. "license": "BlueOak-1.0.0",
  9841. "dependencies": {
  9842. "lru-cache": "^10.2.0",
  9843. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  9844. },
  9845. "engines": {
  9846. "node": ">=16 || 14 >=14.18"
  9847. },
  9848. "funding": {
  9849. "url": "https://github.com/sponsors/isaacs"
  9850. }
  9851. },
  9852. "node_modules/path-scurry/node_modules/lru-cache": {
  9853. "version": "10.4.3",
  9854. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
  9855. "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
  9856. "license": "ISC"
  9857. },
  9858. "node_modules/pathe": {
  9859. "version": "2.0.3",
  9860. "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
  9861. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  9862. "license": "MIT"
  9863. },
  9864. "node_modules/perfect-debounce": {
  9865. "version": "2.1.0",
  9866. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-2.1.0.tgz",
  9867. "integrity": "sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==",
  9868. "license": "MIT"
  9869. },
  9870. "node_modules/picocolors": {
  9871. "version": "1.1.1",
  9872. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  9873. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  9874. "license": "ISC"
  9875. },
  9876. "node_modules/picomatch": {
  9877. "version": "4.0.4",
  9878. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  9879. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  9880. "license": "MIT",
  9881. "engines": {
  9882. "node": ">=12"
  9883. },
  9884. "funding": {
  9885. "url": "https://github.com/sponsors/jonschlinkert"
  9886. }
  9887. },
  9888. "node_modules/pkg-types": {
  9889. "version": "2.3.0",
  9890. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.0.tgz",
  9891. "integrity": "sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==",
  9892. "license": "MIT",
  9893. "dependencies": {
  9894. "confbox": "^0.2.2",
  9895. "exsolve": "^1.0.7",
  9896. "pathe": "^2.0.3"
  9897. }
  9898. },
  9899. "node_modules/postcss": {
  9900. "version": "8.5.12",
  9901. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.12.tgz",
  9902. "integrity": "sha512-W62t/Se6rA0Az3DfCL0AqJwXuKwBeYg6nOaIgzP+xZ7N5BFCI7DYi1qs6ygUYT6rvfi6t9k65UMLJC+PHZpDAA==",
  9903. "funding": [
  9904. {
  9905. "type": "opencollective",
  9906. "url": "https://opencollective.com/postcss/"
  9907. },
  9908. {
  9909. "type": "tidelift",
  9910. "url": "https://tidelift.com/funding/github/npm/postcss"
  9911. },
  9912. {
  9913. "type": "github",
  9914. "url": "https://github.com/sponsors/ai"
  9915. }
  9916. ],
  9917. "license": "MIT",
  9918. "dependencies": {
  9919. "nanoid": "^3.3.11",
  9920. "picocolors": "^1.1.1",
  9921. "source-map-js": "^1.2.1"
  9922. },
  9923. "engines": {
  9924. "node": "^10 || ^12 || >=14"
  9925. }
  9926. },
  9927. "node_modules/postcss-calc": {
  9928. "version": "10.1.1",
  9929. "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-10.1.1.tgz",
  9930. "integrity": "sha512-NYEsLHh8DgG/PRH2+G9BTuUdtf9ViS+vdoQ0YA5OQdGsfN4ztiwtDWNtBl9EKeqNMFnIu8IKZ0cLxEQ5r5KVMw==",
  9931. "license": "MIT",
  9932. "dependencies": {
  9933. "postcss-selector-parser": "^7.0.0",
  9934. "postcss-value-parser": "^4.2.0"
  9935. },
  9936. "engines": {
  9937. "node": "^18.12 || ^20.9 || >=22.0"
  9938. },
  9939. "peerDependencies": {
  9940. "postcss": "^8.4.38"
  9941. }
  9942. },
  9943. "node_modules/postcss-colormin": {
  9944. "version": "7.0.4",
  9945. "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-7.0.4.tgz",
  9946. "integrity": "sha512-ziQuVzQZBROpKpfeDwmrG+Vvlr0YWmY/ZAk99XD+mGEBuEojoFekL41NCsdhyNUtZI7DPOoIWIR7vQQK9xwluw==",
  9947. "license": "MIT",
  9948. "dependencies": {
  9949. "browserslist": "^4.25.1",
  9950. "caniuse-api": "^3.0.0",
  9951. "colord": "^2.9.3",
  9952. "postcss-value-parser": "^4.2.0"
  9953. },
  9954. "engines": {
  9955. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  9956. },
  9957. "peerDependencies": {
  9958. "postcss": "^8.4.32"
  9959. }
  9960. },
  9961. "node_modules/postcss-convert-values": {
  9962. "version": "7.0.7",
  9963. "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-7.0.7.tgz",
  9964. "integrity": "sha512-HR9DZLN04Xbe6xugRH6lS4ZQH2zm/bFh/ZyRkpedZozhvh+awAfbA0P36InO4fZfDhvYfNJeNvlTf1sjwGbw/A==",
  9965. "license": "MIT",
  9966. "dependencies": {
  9967. "browserslist": "^4.25.1",
  9968. "postcss-value-parser": "^4.2.0"
  9969. },
  9970. "engines": {
  9971. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  9972. },
  9973. "peerDependencies": {
  9974. "postcss": "^8.4.32"
  9975. }
  9976. },
  9977. "node_modules/postcss-discard-comments": {
  9978. "version": "7.0.4",
  9979. "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-7.0.4.tgz",
  9980. "integrity": "sha512-6tCUoql/ipWwKtVP/xYiFf1U9QgJ0PUvxN7pTcsQ8Ns3Fnwq1pU5D5s1MhT/XySeLq6GXNvn37U46Ded0TckWg==",
  9981. "license": "MIT",
  9982. "dependencies": {
  9983. "postcss-selector-parser": "^7.1.0"
  9984. },
  9985. "engines": {
  9986. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  9987. },
  9988. "peerDependencies": {
  9989. "postcss": "^8.4.32"
  9990. }
  9991. },
  9992. "node_modules/postcss-discard-duplicates": {
  9993. "version": "7.0.2",
  9994. "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-7.0.2.tgz",
  9995. "integrity": "sha512-eTonaQvPZ/3i1ASDHOKkYwAybiM45zFIc7KXils4mQmHLqIswXD9XNOKEVxtTFnsmwYzF66u4LMgSr0abDlh5w==",
  9996. "license": "MIT",
  9997. "engines": {
  9998. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  9999. },
  10000. "peerDependencies": {
  10001. "postcss": "^8.4.32"
  10002. }
  10003. },
  10004. "node_modules/postcss-discard-empty": {
  10005. "version": "7.0.1",
  10006. "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-7.0.1.tgz",
  10007. "integrity": "sha512-cFrJKZvcg/uxB6Ijr4l6qmn3pXQBna9zyrPC+sK0zjbkDUZew+6xDltSF7OeB7rAtzaaMVYSdbod+sZOCWnMOg==",
  10008. "license": "MIT",
  10009. "engines": {
  10010. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10011. },
  10012. "peerDependencies": {
  10013. "postcss": "^8.4.32"
  10014. }
  10015. },
  10016. "node_modules/postcss-discard-overridden": {
  10017. "version": "7.0.1",
  10018. "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-7.0.1.tgz",
  10019. "integrity": "sha512-7c3MMjjSZ/qYrx3uc1940GSOzN1Iqjtlqe8uoSg+qdVPYyRb0TILSqqmtlSFuE4mTDECwsm397Ya7iXGzfF7lg==",
  10020. "license": "MIT",
  10021. "engines": {
  10022. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10023. },
  10024. "peerDependencies": {
  10025. "postcss": "^8.4.32"
  10026. }
  10027. },
  10028. "node_modules/postcss-merge-longhand": {
  10029. "version": "7.0.5",
  10030. "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-7.0.5.tgz",
  10031. "integrity": "sha512-Kpu5v4Ys6QI59FxmxtNB/iHUVDn9Y9sYw66D6+SZoIk4QTz1prC4aYkhIESu+ieG1iylod1f8MILMs1Em3mmIw==",
  10032. "license": "MIT",
  10033. "dependencies": {
  10034. "postcss-value-parser": "^4.2.0",
  10035. "stylehacks": "^7.0.5"
  10036. },
  10037. "engines": {
  10038. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10039. },
  10040. "peerDependencies": {
  10041. "postcss": "^8.4.32"
  10042. }
  10043. },
  10044. "node_modules/postcss-merge-rules": {
  10045. "version": "7.0.6",
  10046. "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-7.0.6.tgz",
  10047. "integrity": "sha512-2jIPT4Tzs8K87tvgCpSukRQ2jjd+hH6Bb8rEEOUDmmhOeTcqDg5fEFK8uKIu+Pvc3//sm3Uu6FRqfyv7YF7+BQ==",
  10048. "license": "MIT",
  10049. "dependencies": {
  10050. "browserslist": "^4.25.1",
  10051. "caniuse-api": "^3.0.0",
  10052. "cssnano-utils": "^5.0.1",
  10053. "postcss-selector-parser": "^7.1.0"
  10054. },
  10055. "engines": {
  10056. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10057. },
  10058. "peerDependencies": {
  10059. "postcss": "^8.4.32"
  10060. }
  10061. },
  10062. "node_modules/postcss-minify-font-values": {
  10063. "version": "7.0.1",
  10064. "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-7.0.1.tgz",
  10065. "integrity": "sha512-2m1uiuJeTplll+tq4ENOQSzB8LRnSUChBv7oSyFLsJRtUgAAJGP6LLz0/8lkinTgxrmJSPOEhgY1bMXOQ4ZXhQ==",
  10066. "license": "MIT",
  10067. "dependencies": {
  10068. "postcss-value-parser": "^4.2.0"
  10069. },
  10070. "engines": {
  10071. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10072. },
  10073. "peerDependencies": {
  10074. "postcss": "^8.4.32"
  10075. }
  10076. },
  10077. "node_modules/postcss-minify-gradients": {
  10078. "version": "7.0.1",
  10079. "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-7.0.1.tgz",
  10080. "integrity": "sha512-X9JjaysZJwlqNkJbUDgOclyG3jZEpAMOfof6PUZjPnPrePnPG62pS17CjdM32uT1Uq1jFvNSff9l7kNbmMSL2A==",
  10081. "license": "MIT",
  10082. "dependencies": {
  10083. "colord": "^2.9.3",
  10084. "cssnano-utils": "^5.0.1",
  10085. "postcss-value-parser": "^4.2.0"
  10086. },
  10087. "engines": {
  10088. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10089. },
  10090. "peerDependencies": {
  10091. "postcss": "^8.4.32"
  10092. }
  10093. },
  10094. "node_modules/postcss-minify-params": {
  10095. "version": "7.0.4",
  10096. "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-7.0.4.tgz",
  10097. "integrity": "sha512-3OqqUddfH8c2e7M35W6zIwv7jssM/3miF9cbCSb1iJiWvtguQjlxZGIHK9JRmc8XAKmE2PFGtHSM7g/VcW97sw==",
  10098. "license": "MIT",
  10099. "dependencies": {
  10100. "browserslist": "^4.25.1",
  10101. "cssnano-utils": "^5.0.1",
  10102. "postcss-value-parser": "^4.2.0"
  10103. },
  10104. "engines": {
  10105. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10106. },
  10107. "peerDependencies": {
  10108. "postcss": "^8.4.32"
  10109. }
  10110. },
  10111. "node_modules/postcss-minify-selectors": {
  10112. "version": "7.0.5",
  10113. "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-7.0.5.tgz",
  10114. "integrity": "sha512-x2/IvofHcdIrAm9Q+p06ZD1h6FPcQ32WtCRVodJLDR+WMn8EVHI1kvLxZuGKz/9EY5nAmI6lIQIrpo4tBy5+ug==",
  10115. "license": "MIT",
  10116. "dependencies": {
  10117. "cssesc": "^3.0.0",
  10118. "postcss-selector-parser": "^7.1.0"
  10119. },
  10120. "engines": {
  10121. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10122. },
  10123. "peerDependencies": {
  10124. "postcss": "^8.4.32"
  10125. }
  10126. },
  10127. "node_modules/postcss-normalize-charset": {
  10128. "version": "7.0.1",
  10129. "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-7.0.1.tgz",
  10130. "integrity": "sha512-sn413ofhSQHlZFae//m9FTOfkmiZ+YQXsbosqOWRiVQncU2BA3daX3n0VF3cG6rGLSFVc5Di/yns0dFfh8NFgQ==",
  10131. "license": "MIT",
  10132. "engines": {
  10133. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10134. },
  10135. "peerDependencies": {
  10136. "postcss": "^8.4.32"
  10137. }
  10138. },
  10139. "node_modules/postcss-normalize-display-values": {
  10140. "version": "7.0.1",
  10141. "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-7.0.1.tgz",
  10142. "integrity": "sha512-E5nnB26XjSYz/mGITm6JgiDpAbVuAkzXwLzRZtts19jHDUBFxZ0BkXAehy0uimrOjYJbocby4FVswA/5noOxrQ==",
  10143. "license": "MIT",
  10144. "dependencies": {
  10145. "postcss-value-parser": "^4.2.0"
  10146. },
  10147. "engines": {
  10148. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10149. },
  10150. "peerDependencies": {
  10151. "postcss": "^8.4.32"
  10152. }
  10153. },
  10154. "node_modules/postcss-normalize-positions": {
  10155. "version": "7.0.1",
  10156. "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-7.0.1.tgz",
  10157. "integrity": "sha512-pB/SzrIP2l50ZIYu+yQZyMNmnAcwyYb9R1fVWPRxm4zcUFCY2ign7rcntGFuMXDdd9L2pPNUgoODDk91PzRZuQ==",
  10158. "license": "MIT",
  10159. "dependencies": {
  10160. "postcss-value-parser": "^4.2.0"
  10161. },
  10162. "engines": {
  10163. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10164. },
  10165. "peerDependencies": {
  10166. "postcss": "^8.4.32"
  10167. }
  10168. },
  10169. "node_modules/postcss-normalize-repeat-style": {
  10170. "version": "7.0.1",
  10171. "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-7.0.1.tgz",
  10172. "integrity": "sha512-NsSQJ8zj8TIDiF0ig44Byo3Jk9e4gNt9x2VIlJudnQQ5DhWAHJPF4Tr1ITwyHio2BUi/I6Iv0HRO7beHYOloYQ==",
  10173. "license": "MIT",
  10174. "dependencies": {
  10175. "postcss-value-parser": "^4.2.0"
  10176. },
  10177. "engines": {
  10178. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10179. },
  10180. "peerDependencies": {
  10181. "postcss": "^8.4.32"
  10182. }
  10183. },
  10184. "node_modules/postcss-normalize-string": {
  10185. "version": "7.0.1",
  10186. "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-7.0.1.tgz",
  10187. "integrity": "sha512-QByrI7hAhsoze992kpbMlJSbZ8FuCEc1OT9EFbZ6HldXNpsdpZr+YXC5di3UEv0+jeZlHbZcoCADgb7a+lPmmQ==",
  10188. "license": "MIT",
  10189. "dependencies": {
  10190. "postcss-value-parser": "^4.2.0"
  10191. },
  10192. "engines": {
  10193. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10194. },
  10195. "peerDependencies": {
  10196. "postcss": "^8.4.32"
  10197. }
  10198. },
  10199. "node_modules/postcss-normalize-timing-functions": {
  10200. "version": "7.0.1",
  10201. "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-7.0.1.tgz",
  10202. "integrity": "sha512-bHifyuuSNdKKsnNJ0s8fmfLMlvsQwYVxIoUBnowIVl2ZAdrkYQNGVB4RxjfpvkMjipqvbz0u7feBZybkl/6NJg==",
  10203. "license": "MIT",
  10204. "dependencies": {
  10205. "postcss-value-parser": "^4.2.0"
  10206. },
  10207. "engines": {
  10208. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10209. },
  10210. "peerDependencies": {
  10211. "postcss": "^8.4.32"
  10212. }
  10213. },
  10214. "node_modules/postcss-normalize-unicode": {
  10215. "version": "7.0.4",
  10216. "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-7.0.4.tgz",
  10217. "integrity": "sha512-LvIURTi1sQoZqj8mEIE8R15yvM+OhbR1avynMtI9bUzj5gGKR/gfZFd8O7VMj0QgJaIFzxDwxGl/ASMYAkqO8g==",
  10218. "license": "MIT",
  10219. "dependencies": {
  10220. "browserslist": "^4.25.1",
  10221. "postcss-value-parser": "^4.2.0"
  10222. },
  10223. "engines": {
  10224. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10225. },
  10226. "peerDependencies": {
  10227. "postcss": "^8.4.32"
  10228. }
  10229. },
  10230. "node_modules/postcss-normalize-url": {
  10231. "version": "7.0.1",
  10232. "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-7.0.1.tgz",
  10233. "integrity": "sha512-sUcD2cWtyK1AOL/82Fwy1aIVm/wwj5SdZkgZ3QiUzSzQQofrbq15jWJ3BA7Z+yVRwamCjJgZJN0I9IS7c6tgeQ==",
  10234. "license": "MIT",
  10235. "dependencies": {
  10236. "postcss-value-parser": "^4.2.0"
  10237. },
  10238. "engines": {
  10239. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10240. },
  10241. "peerDependencies": {
  10242. "postcss": "^8.4.32"
  10243. }
  10244. },
  10245. "node_modules/postcss-normalize-whitespace": {
  10246. "version": "7.0.1",
  10247. "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-7.0.1.tgz",
  10248. "integrity": "sha512-vsbgFHMFQrJBJKrUFJNZ2pgBeBkC2IvvoHjz1to0/0Xk7sII24T0qFOiJzG6Fu3zJoq/0yI4rKWi7WhApW+EFA==",
  10249. "license": "MIT",
  10250. "dependencies": {
  10251. "postcss-value-parser": "^4.2.0"
  10252. },
  10253. "engines": {
  10254. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10255. },
  10256. "peerDependencies": {
  10257. "postcss": "^8.4.32"
  10258. }
  10259. },
  10260. "node_modules/postcss-ordered-values": {
  10261. "version": "7.0.2",
  10262. "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-7.0.2.tgz",
  10263. "integrity": "sha512-AMJjt1ECBffF7CEON/Y0rekRLS6KsePU6PRP08UqYW4UGFRnTXNrByUzYK1h8AC7UWTZdQ9O3Oq9kFIhm0SFEw==",
  10264. "license": "MIT",
  10265. "dependencies": {
  10266. "cssnano-utils": "^5.0.1",
  10267. "postcss-value-parser": "^4.2.0"
  10268. },
  10269. "engines": {
  10270. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10271. },
  10272. "peerDependencies": {
  10273. "postcss": "^8.4.32"
  10274. }
  10275. },
  10276. "node_modules/postcss-reduce-initial": {
  10277. "version": "7.0.4",
  10278. "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-7.0.4.tgz",
  10279. "integrity": "sha512-rdIC9IlMBn7zJo6puim58Xd++0HdbvHeHaPgXsimMfG1ijC5A9ULvNLSE0rUKVJOvNMcwewW4Ga21ngyJjY/+Q==",
  10280. "license": "MIT",
  10281. "dependencies": {
  10282. "browserslist": "^4.25.1",
  10283. "caniuse-api": "^3.0.0"
  10284. },
  10285. "engines": {
  10286. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10287. },
  10288. "peerDependencies": {
  10289. "postcss": "^8.4.32"
  10290. }
  10291. },
  10292. "node_modules/postcss-reduce-transforms": {
  10293. "version": "7.0.1",
  10294. "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-7.0.1.tgz",
  10295. "integrity": "sha512-MhyEbfrm+Mlp/36hvZ9mT9DaO7dbncU0CvWI8V93LRkY6IYlu38OPg3FObnuKTUxJ4qA8HpurdQOo5CyqqO76g==",
  10296. "license": "MIT",
  10297. "dependencies": {
  10298. "postcss-value-parser": "^4.2.0"
  10299. },
  10300. "engines": {
  10301. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10302. },
  10303. "peerDependencies": {
  10304. "postcss": "^8.4.32"
  10305. }
  10306. },
  10307. "node_modules/postcss-selector-parser": {
  10308. "version": "7.1.0",
  10309. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz",
  10310. "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==",
  10311. "license": "MIT",
  10312. "dependencies": {
  10313. "cssesc": "^3.0.0",
  10314. "util-deprecate": "^1.0.2"
  10315. },
  10316. "engines": {
  10317. "node": ">=4"
  10318. }
  10319. },
  10320. "node_modules/postcss-svgo": {
  10321. "version": "7.1.0",
  10322. "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-7.1.0.tgz",
  10323. "integrity": "sha512-KnAlfmhtoLz6IuU3Sij2ycusNs4jPW+QoFE5kuuUOK8awR6tMxZQrs5Ey3BUz7nFCzT3eqyFgqkyrHiaU2xx3w==",
  10324. "license": "MIT",
  10325. "dependencies": {
  10326. "postcss-value-parser": "^4.2.0",
  10327. "svgo": "^4.0.0"
  10328. },
  10329. "engines": {
  10330. "node": "^18.12.0 || ^20.9.0 || >= 18"
  10331. },
  10332. "peerDependencies": {
  10333. "postcss": "^8.4.32"
  10334. }
  10335. },
  10336. "node_modules/postcss-unique-selectors": {
  10337. "version": "7.0.4",
  10338. "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-7.0.4.tgz",
  10339. "integrity": "sha512-pmlZjsmEAG7cHd7uK3ZiNSW6otSZ13RHuZ/4cDN/bVglS5EpF2r2oxY99SuOHa8m7AWoBCelTS3JPpzsIs8skQ==",
  10340. "license": "MIT",
  10341. "dependencies": {
  10342. "postcss-selector-parser": "^7.1.0"
  10343. },
  10344. "engines": {
  10345. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10346. },
  10347. "peerDependencies": {
  10348. "postcss": "^8.4.32"
  10349. }
  10350. },
  10351. "node_modules/postcss-value-parser": {
  10352. "version": "4.2.0",
  10353. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  10354. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
  10355. "license": "MIT"
  10356. },
  10357. "node_modules/postcss/node_modules/nanoid": {
  10358. "version": "3.3.11",
  10359. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
  10360. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  10361. "funding": [
  10362. {
  10363. "type": "github",
  10364. "url": "https://github.com/sponsors/ai"
  10365. }
  10366. ],
  10367. "license": "MIT",
  10368. "bin": {
  10369. "nanoid": "bin/nanoid.cjs"
  10370. },
  10371. "engines": {
  10372. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  10373. }
  10374. },
  10375. "node_modules/powershell-utils": {
  10376. "version": "0.1.0",
  10377. "resolved": "https://registry.npmjs.org/powershell-utils/-/powershell-utils-0.1.0.tgz",
  10378. "integrity": "sha512-dM0jVuXJPsDN6DvRpea484tCUaMiXWjuCn++HGTqUWzGDjv5tZkEZldAJ/UMlqRYGFrD/etByo4/xOuC/snX2A==",
  10379. "license": "MIT",
  10380. "engines": {
  10381. "node": ">=20"
  10382. },
  10383. "funding": {
  10384. "url": "https://github.com/sponsors/sindresorhus"
  10385. }
  10386. },
  10387. "node_modules/pretty-bytes": {
  10388. "version": "7.1.0",
  10389. "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-7.1.0.tgz",
  10390. "integrity": "sha512-nODzvTiYVRGRqAOvE84Vk5JDPyyxsVk0/fbA/bq7RqlnhksGpset09XTxbpvLTIjoaF7K8Z8DG8yHtKGTPSYRw==",
  10391. "license": "MIT",
  10392. "engines": {
  10393. "node": ">=20"
  10394. },
  10395. "funding": {
  10396. "url": "https://github.com/sponsors/sindresorhus"
  10397. }
  10398. },
  10399. "node_modules/process": {
  10400. "version": "0.11.10",
  10401. "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
  10402. "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
  10403. "license": "MIT",
  10404. "engines": {
  10405. "node": ">= 0.6.0"
  10406. }
  10407. },
  10408. "node_modules/process-nextick-args": {
  10409. "version": "2.0.1",
  10410. "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
  10411. "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
  10412. "license": "MIT"
  10413. },
  10414. "node_modules/prompts": {
  10415. "version": "2.4.2",
  10416. "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
  10417. "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
  10418. "license": "MIT",
  10419. "dependencies": {
  10420. "kleur": "^3.0.3",
  10421. "sisteransi": "^1.0.5"
  10422. },
  10423. "engines": {
  10424. "node": ">= 6"
  10425. }
  10426. },
  10427. "node_modules/protocols": {
  10428. "version": "2.0.2",
  10429. "resolved": "https://registry.npmjs.org/protocols/-/protocols-2.0.2.tgz",
  10430. "integrity": "sha512-hHVTzba3wboROl0/aWRRG9dMytgH6ow//STBZh43l/wQgmMhYhOFi0EHWAPtoCz9IAUymsyP0TSBHkhgMEGNnQ==",
  10431. "license": "MIT"
  10432. },
  10433. "node_modules/quansync": {
  10434. "version": "0.2.11",
  10435. "resolved": "https://registry.npmjs.org/quansync/-/quansync-0.2.11.tgz",
  10436. "integrity": "sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==",
  10437. "funding": [
  10438. {
  10439. "type": "individual",
  10440. "url": "https://github.com/sponsors/antfu"
  10441. },
  10442. {
  10443. "type": "individual",
  10444. "url": "https://github.com/sponsors/sxzz"
  10445. }
  10446. ],
  10447. "license": "MIT"
  10448. },
  10449. "node_modules/queue-microtask": {
  10450. "version": "1.2.3",
  10451. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  10452. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  10453. "funding": [
  10454. {
  10455. "type": "github",
  10456. "url": "https://github.com/sponsors/feross"
  10457. },
  10458. {
  10459. "type": "patreon",
  10460. "url": "https://www.patreon.com/feross"
  10461. },
  10462. {
  10463. "type": "consulting",
  10464. "url": "https://feross.org/support"
  10465. }
  10466. ],
  10467. "license": "MIT"
  10468. },
  10469. "node_modules/radix3": {
  10470. "version": "1.1.2",
  10471. "resolved": "https://registry.npmjs.org/radix3/-/radix3-1.1.2.tgz",
  10472. "integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==",
  10473. "license": "MIT"
  10474. },
  10475. "node_modules/range-parser": {
  10476. "version": "1.2.1",
  10477. "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
  10478. "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
  10479. "license": "MIT",
  10480. "engines": {
  10481. "node": ">= 0.6"
  10482. }
  10483. },
  10484. "node_modules/rc9": {
  10485. "version": "2.1.2",
  10486. "resolved": "https://registry.npmjs.org/rc9/-/rc9-2.1.2.tgz",
  10487. "integrity": "sha512-btXCnMmRIBINM2LDZoEmOogIZU7Qe7zn4BpomSKZ/ykbLObuBdvG+mFq11DL6fjH1DRwHhrlgtYWG96bJiC7Cg==",
  10488. "license": "MIT",
  10489. "dependencies": {
  10490. "defu": "^6.1.4",
  10491. "destr": "^2.0.3"
  10492. }
  10493. },
  10494. "node_modules/readable-stream": {
  10495. "version": "4.7.0",
  10496. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.7.0.tgz",
  10497. "integrity": "sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==",
  10498. "license": "MIT",
  10499. "dependencies": {
  10500. "abort-controller": "^3.0.0",
  10501. "buffer": "^6.0.3",
  10502. "events": "^3.3.0",
  10503. "process": "^0.11.10",
  10504. "string_decoder": "^1.3.0"
  10505. },
  10506. "engines": {
  10507. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  10508. }
  10509. },
  10510. "node_modules/readdir-glob": {
  10511. "version": "1.1.3",
  10512. "resolved": "https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.1.3.tgz",
  10513. "integrity": "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==",
  10514. "license": "Apache-2.0",
  10515. "dependencies": {
  10516. "minimatch": "^5.1.0"
  10517. }
  10518. },
  10519. "node_modules/readdir-glob/node_modules/minimatch": {
  10520. "version": "5.1.9",
  10521. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.9.tgz",
  10522. "integrity": "sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==",
  10523. "license": "ISC",
  10524. "dependencies": {
  10525. "brace-expansion": "^2.0.1"
  10526. },
  10527. "engines": {
  10528. "node": ">=10"
  10529. }
  10530. },
  10531. "node_modules/readdirp": {
  10532. "version": "4.1.2",
  10533. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
  10534. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  10535. "license": "MIT",
  10536. "engines": {
  10537. "node": ">= 14.18.0"
  10538. },
  10539. "funding": {
  10540. "type": "individual",
  10541. "url": "https://paulmillr.com/funding/"
  10542. }
  10543. },
  10544. "node_modules/redis-errors": {
  10545. "version": "1.2.0",
  10546. "resolved": "https://registry.npmjs.org/redis-errors/-/redis-errors-1.2.0.tgz",
  10547. "integrity": "sha512-1qny3OExCf0UvUV/5wpYKf2YwPcOqXzkwKKSmKHiE6ZMQs5heeE/c8eXK+PNllPvmjgAbfnsbpkGZWy8cBpn9w==",
  10548. "license": "MIT",
  10549. "engines": {
  10550. "node": ">=4"
  10551. }
  10552. },
  10553. "node_modules/redis-parser": {
  10554. "version": "3.0.0",
  10555. "resolved": "https://registry.npmjs.org/redis-parser/-/redis-parser-3.0.0.tgz",
  10556. "integrity": "sha512-DJnGAeenTdpMEH6uAJRK/uiyEIH9WVsUmoLwzudwGJUwZPp80PDBWPHXSAGNPwNvIXAbe7MSUB1zQFugFml66A==",
  10557. "license": "MIT",
  10558. "dependencies": {
  10559. "redis-errors": "^1.0.0"
  10560. },
  10561. "engines": {
  10562. "node": ">=4"
  10563. }
  10564. },
  10565. "node_modules/regexp-tree": {
  10566. "version": "0.1.27",
  10567. "resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.27.tgz",
  10568. "integrity": "sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==",
  10569. "license": "MIT",
  10570. "bin": {
  10571. "regexp-tree": "bin/regexp-tree"
  10572. }
  10573. },
  10574. "node_modules/reka-ui": {
  10575. "version": "2.6.0",
  10576. "resolved": "https://registry.npmjs.org/reka-ui/-/reka-ui-2.6.0.tgz",
  10577. "integrity": "sha512-NrGMKrABD97l890mFS3TNUzB0BLUfbL3hh0NjcJRIUSUljb288bx3Mzo31nOyUcdiiW0HqFGXJwyCBh9cWgb0w==",
  10578. "license": "MIT",
  10579. "dependencies": {
  10580. "@floating-ui/dom": "^1.6.13",
  10581. "@floating-ui/vue": "^1.1.6",
  10582. "@internationalized/date": "^3.5.0",
  10583. "@internationalized/number": "^3.5.0",
  10584. "@tanstack/vue-virtual": "^3.12.0",
  10585. "@vueuse/core": "^12.5.0",
  10586. "@vueuse/shared": "^12.5.0",
  10587. "aria-hidden": "^1.2.4",
  10588. "defu": "^6.1.4",
  10589. "ohash": "^2.0.11"
  10590. },
  10591. "peerDependencies": {
  10592. "vue": ">= 3.2.0"
  10593. }
  10594. },
  10595. "node_modules/reka-ui/node_modules/@vueuse/core": {
  10596. "version": "12.8.2",
  10597. "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-12.8.2.tgz",
  10598. "integrity": "sha512-HbvCmZdzAu3VGi/pWYm5Ut+Kd9mn1ZHnn4L5G8kOQTPs/IwIAmJoBrmYk2ckLArgMXZj0AW3n5CAejLUO+PhdQ==",
  10599. "license": "MIT",
  10600. "dependencies": {
  10601. "@types/web-bluetooth": "^0.0.21",
  10602. "@vueuse/metadata": "12.8.2",
  10603. "@vueuse/shared": "12.8.2",
  10604. "vue": "^3.5.13"
  10605. },
  10606. "funding": {
  10607. "url": "https://github.com/sponsors/antfu"
  10608. }
  10609. },
  10610. "node_modules/reka-ui/node_modules/@vueuse/metadata": {
  10611. "version": "12.8.2",
  10612. "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-12.8.2.tgz",
  10613. "integrity": "sha512-rAyLGEuoBJ/Il5AmFHiziCPdQzRt88VxR+Y/A/QhJ1EWtWqPBBAxTAFaSkviwEuOEZNtW8pvkPgoCZQ+HxqW1A==",
  10614. "license": "MIT",
  10615. "funding": {
  10616. "url": "https://github.com/sponsors/antfu"
  10617. }
  10618. },
  10619. "node_modules/reka-ui/node_modules/@vueuse/shared": {
  10620. "version": "12.8.2",
  10621. "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-12.8.2.tgz",
  10622. "integrity": "sha512-dznP38YzxZoNloI0qpEfpkms8knDtaoQ6Y/sfS0L7Yki4zh40LFHEhur0odJC6xTHG5dxWVPiUWBXn+wCG2s5w==",
  10623. "license": "MIT",
  10624. "dependencies": {
  10625. "vue": "^3.5.13"
  10626. },
  10627. "funding": {
  10628. "url": "https://github.com/sponsors/antfu"
  10629. }
  10630. },
  10631. "node_modules/require-directory": {
  10632. "version": "2.1.1",
  10633. "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
  10634. "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
  10635. "license": "MIT",
  10636. "engines": {
  10637. "node": ">=0.10.0"
  10638. }
  10639. },
  10640. "node_modules/resolve": {
  10641. "version": "1.22.11",
  10642. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
  10643. "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
  10644. "license": "MIT",
  10645. "dependencies": {
  10646. "is-core-module": "^2.16.1",
  10647. "path-parse": "^1.0.7",
  10648. "supports-preserve-symlinks-flag": "^1.0.0"
  10649. },
  10650. "bin": {
  10651. "resolve": "bin/resolve"
  10652. },
  10653. "engines": {
  10654. "node": ">= 0.4"
  10655. },
  10656. "funding": {
  10657. "url": "https://github.com/sponsors/ljharb"
  10658. }
  10659. },
  10660. "node_modules/resolve-from": {
  10661. "version": "5.0.0",
  10662. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
  10663. "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
  10664. "license": "MIT",
  10665. "engines": {
  10666. "node": ">=8"
  10667. }
  10668. },
  10669. "node_modules/restructure": {
  10670. "version": "3.0.2",
  10671. "resolved": "https://registry.npmjs.org/restructure/-/restructure-3.0.2.tgz",
  10672. "integrity": "sha512-gSfoiOEA0VPE6Tukkrr7I0RBdE0s7H1eFCDBk05l1KIQT1UIKNc5JZy6jdyW6eYH3aR3g5b3PuL77rq0hvwtAw==",
  10673. "license": "MIT"
  10674. },
  10675. "node_modules/reusify": {
  10676. "version": "1.1.0",
  10677. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
  10678. "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
  10679. "license": "MIT",
  10680. "engines": {
  10681. "iojs": ">=1.0.0",
  10682. "node": ">=0.10.0"
  10683. }
  10684. },
  10685. "node_modules/rfdc": {
  10686. "version": "1.4.1",
  10687. "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz",
  10688. "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
  10689. "license": "MIT"
  10690. },
  10691. "node_modules/rollup": {
  10692. "version": "4.60.2",
  10693. "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.60.2.tgz",
  10694. "integrity": "sha512-J9qZyW++QK/09NyN/zeO0dG/1GdGfyp9lV8ajHnRVLfo/uFsbji5mHnDgn/qYdUHyCkM2N+8VyspgZclfAh0eQ==",
  10695. "license": "MIT",
  10696. "dependencies": {
  10697. "@types/estree": "1.0.8"
  10698. },
  10699. "bin": {
  10700. "rollup": "dist/bin/rollup"
  10701. },
  10702. "engines": {
  10703. "node": ">=18.0.0",
  10704. "npm": ">=8.0.0"
  10705. },
  10706. "optionalDependencies": {
  10707. "@rollup/rollup-android-arm-eabi": "4.60.2",
  10708. "@rollup/rollup-android-arm64": "4.60.2",
  10709. "@rollup/rollup-darwin-arm64": "4.60.2",
  10710. "@rollup/rollup-darwin-x64": "4.60.2",
  10711. "@rollup/rollup-freebsd-arm64": "4.60.2",
  10712. "@rollup/rollup-freebsd-x64": "4.60.2",
  10713. "@rollup/rollup-linux-arm-gnueabihf": "4.60.2",
  10714. "@rollup/rollup-linux-arm-musleabihf": "4.60.2",
  10715. "@rollup/rollup-linux-arm64-gnu": "4.60.2",
  10716. "@rollup/rollup-linux-arm64-musl": "4.60.2",
  10717. "@rollup/rollup-linux-loong64-gnu": "4.60.2",
  10718. "@rollup/rollup-linux-loong64-musl": "4.60.2",
  10719. "@rollup/rollup-linux-ppc64-gnu": "4.60.2",
  10720. "@rollup/rollup-linux-ppc64-musl": "4.60.2",
  10721. "@rollup/rollup-linux-riscv64-gnu": "4.60.2",
  10722. "@rollup/rollup-linux-riscv64-musl": "4.60.2",
  10723. "@rollup/rollup-linux-s390x-gnu": "4.60.2",
  10724. "@rollup/rollup-linux-x64-gnu": "4.60.2",
  10725. "@rollup/rollup-linux-x64-musl": "4.60.2",
  10726. "@rollup/rollup-openbsd-x64": "4.60.2",
  10727. "@rollup/rollup-openharmony-arm64": "4.60.2",
  10728. "@rollup/rollup-win32-arm64-msvc": "4.60.2",
  10729. "@rollup/rollup-win32-ia32-msvc": "4.60.2",
  10730. "@rollup/rollup-win32-x64-gnu": "4.60.2",
  10731. "@rollup/rollup-win32-x64-msvc": "4.60.2",
  10732. "fsevents": "~2.3.2"
  10733. }
  10734. },
  10735. "node_modules/rollup-plugin-visualizer": {
  10736. "version": "6.0.5",
  10737. "resolved": "https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-6.0.5.tgz",
  10738. "integrity": "sha512-9+HlNgKCVbJDs8tVtjQ43US12eqaiHyyiLMdBwQ7vSZPiHMysGNo2E88TAp1si5wx8NAoYriI2A5kuKfIakmJg==",
  10739. "license": "MIT",
  10740. "dependencies": {
  10741. "open": "^8.0.0",
  10742. "picomatch": "^4.0.2",
  10743. "source-map": "^0.7.4",
  10744. "yargs": "^17.5.1"
  10745. },
  10746. "bin": {
  10747. "rollup-plugin-visualizer": "dist/bin/cli.js"
  10748. },
  10749. "engines": {
  10750. "node": ">=18"
  10751. },
  10752. "peerDependencies": {
  10753. "rolldown": "1.x || ^1.0.0-beta",
  10754. "rollup": "2.x || 3.x || 4.x"
  10755. },
  10756. "peerDependenciesMeta": {
  10757. "rolldown": {
  10758. "optional": true
  10759. },
  10760. "rollup": {
  10761. "optional": true
  10762. }
  10763. }
  10764. },
  10765. "node_modules/run-applescript": {
  10766. "version": "7.1.0",
  10767. "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.1.0.tgz",
  10768. "integrity": "sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==",
  10769. "license": "MIT",
  10770. "engines": {
  10771. "node": ">=18"
  10772. },
  10773. "funding": {
  10774. "url": "https://github.com/sponsors/sindresorhus"
  10775. }
  10776. },
  10777. "node_modules/run-parallel": {
  10778. "version": "1.2.0",
  10779. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  10780. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  10781. "funding": [
  10782. {
  10783. "type": "github",
  10784. "url": "https://github.com/sponsors/feross"
  10785. },
  10786. {
  10787. "type": "patreon",
  10788. "url": "https://www.patreon.com/feross"
  10789. },
  10790. {
  10791. "type": "consulting",
  10792. "url": "https://feross.org/support"
  10793. }
  10794. ],
  10795. "license": "MIT",
  10796. "dependencies": {
  10797. "queue-microtask": "^1.2.2"
  10798. }
  10799. },
  10800. "node_modules/safe-buffer": {
  10801. "version": "5.2.1",
  10802. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  10803. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  10804. "funding": [
  10805. {
  10806. "type": "github",
  10807. "url": "https://github.com/sponsors/feross"
  10808. },
  10809. {
  10810. "type": "patreon",
  10811. "url": "https://www.patreon.com/feross"
  10812. },
  10813. {
  10814. "type": "consulting",
  10815. "url": "https://feross.org/support"
  10816. }
  10817. ],
  10818. "license": "MIT"
  10819. },
  10820. "node_modules/sax": {
  10821. "version": "1.6.0",
  10822. "resolved": "https://registry.npmjs.org/sax/-/sax-1.6.0.tgz",
  10823. "integrity": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==",
  10824. "license": "BlueOak-1.0.0",
  10825. "engines": {
  10826. "node": ">=11.0.0"
  10827. }
  10828. },
  10829. "node_modules/scule": {
  10830. "version": "1.3.0",
  10831. "resolved": "https://registry.npmjs.org/scule/-/scule-1.3.0.tgz",
  10832. "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==",
  10833. "license": "MIT"
  10834. },
  10835. "node_modules/semver": {
  10836. "version": "7.7.4",
  10837. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
  10838. "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
  10839. "license": "ISC",
  10840. "bin": {
  10841. "semver": "bin/semver.js"
  10842. },
  10843. "engines": {
  10844. "node": ">=10"
  10845. }
  10846. },
  10847. "node_modules/send": {
  10848. "version": "1.2.1",
  10849. "resolved": "https://registry.npmjs.org/send/-/send-1.2.1.tgz",
  10850. "integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
  10851. "license": "MIT",
  10852. "dependencies": {
  10853. "debug": "^4.4.3",
  10854. "encodeurl": "^2.0.0",
  10855. "escape-html": "^1.0.3",
  10856. "etag": "^1.8.1",
  10857. "fresh": "^2.0.0",
  10858. "http-errors": "^2.0.1",
  10859. "mime-types": "^3.0.2",
  10860. "ms": "^2.1.3",
  10861. "on-finished": "^2.4.1",
  10862. "range-parser": "^1.2.1",
  10863. "statuses": "^2.0.2"
  10864. },
  10865. "engines": {
  10866. "node": ">= 18"
  10867. },
  10868. "funding": {
  10869. "type": "opencollective",
  10870. "url": "https://opencollective.com/express"
  10871. }
  10872. },
  10873. "node_modules/serialize-javascript": {
  10874. "version": "7.0.5",
  10875. "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-7.0.5.tgz",
  10876. "integrity": "sha512-F4LcB0UqUl1zErq+1nYEEzSHJnIwb3AF2XWB94b+afhrekOUijwooAYqFyRbjYkm2PAKBabx6oYv/xDxNi8IBw==",
  10877. "license": "BSD-3-Clause",
  10878. "engines": {
  10879. "node": ">=20.0.0"
  10880. }
  10881. },
  10882. "node_modules/seroval": {
  10883. "version": "1.5.2",
  10884. "resolved": "https://registry.npmjs.org/seroval/-/seroval-1.5.2.tgz",
  10885. "integrity": "sha512-xcRN39BdsnO9Tf+VzsE7b3JyTJASItIV1FVFewJKCFcW4s4haIKS3e6vj8PGB9qBwC7tnuOywQMdv5N4qkzi7Q==",
  10886. "license": "MIT",
  10887. "engines": {
  10888. "node": ">=10"
  10889. }
  10890. },
  10891. "node_modules/serve-placeholder": {
  10892. "version": "2.0.2",
  10893. "resolved": "https://registry.npmjs.org/serve-placeholder/-/serve-placeholder-2.0.2.tgz",
  10894. "integrity": "sha512-/TMG8SboeiQbZJWRlfTCqMs2DD3SZgWp0kDQePz9yUuCnDfDh/92gf7/PxGhzXTKBIPASIHxFcZndoNbp6QOLQ==",
  10895. "license": "MIT",
  10896. "dependencies": {
  10897. "defu": "^6.1.4"
  10898. }
  10899. },
  10900. "node_modules/serve-static": {
  10901. "version": "2.2.1",
  10902. "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz",
  10903. "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
  10904. "license": "MIT",
  10905. "dependencies": {
  10906. "encodeurl": "^2.0.0",
  10907. "escape-html": "^1.0.3",
  10908. "parseurl": "^1.3.3",
  10909. "send": "^1.2.0"
  10910. },
  10911. "engines": {
  10912. "node": ">= 18"
  10913. },
  10914. "funding": {
  10915. "type": "opencollective",
  10916. "url": "https://opencollective.com/express"
  10917. }
  10918. },
  10919. "node_modules/setprototypeof": {
  10920. "version": "1.2.0",
  10921. "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
  10922. "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
  10923. "license": "ISC"
  10924. },
  10925. "node_modules/sharp": {
  10926. "version": "0.34.5",
  10927. "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz",
  10928. "integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==",
  10929. "hasInstallScript": true,
  10930. "license": "Apache-2.0",
  10931. "optional": true,
  10932. "dependencies": {
  10933. "@img/colour": "^1.0.0",
  10934. "detect-libc": "^2.1.2",
  10935. "semver": "^7.7.3"
  10936. },
  10937. "engines": {
  10938. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  10939. },
  10940. "funding": {
  10941. "url": "https://opencollective.com/libvips"
  10942. },
  10943. "optionalDependencies": {
  10944. "@img/sharp-darwin-arm64": "0.34.5",
  10945. "@img/sharp-darwin-x64": "0.34.5",
  10946. "@img/sharp-libvips-darwin-arm64": "1.2.4",
  10947. "@img/sharp-libvips-darwin-x64": "1.2.4",
  10948. "@img/sharp-libvips-linux-arm": "1.2.4",
  10949. "@img/sharp-libvips-linux-arm64": "1.2.4",
  10950. "@img/sharp-libvips-linux-ppc64": "1.2.4",
  10951. "@img/sharp-libvips-linux-riscv64": "1.2.4",
  10952. "@img/sharp-libvips-linux-s390x": "1.2.4",
  10953. "@img/sharp-libvips-linux-x64": "1.2.4",
  10954. "@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
  10955. "@img/sharp-libvips-linuxmusl-x64": "1.2.4",
  10956. "@img/sharp-linux-arm": "0.34.5",
  10957. "@img/sharp-linux-arm64": "0.34.5",
  10958. "@img/sharp-linux-ppc64": "0.34.5",
  10959. "@img/sharp-linux-riscv64": "0.34.5",
  10960. "@img/sharp-linux-s390x": "0.34.5",
  10961. "@img/sharp-linux-x64": "0.34.5",
  10962. "@img/sharp-linuxmusl-arm64": "0.34.5",
  10963. "@img/sharp-linuxmusl-x64": "0.34.5",
  10964. "@img/sharp-wasm32": "0.34.5",
  10965. "@img/sharp-win32-arm64": "0.34.5",
  10966. "@img/sharp-win32-ia32": "0.34.5",
  10967. "@img/sharp-win32-x64": "0.34.5"
  10968. }
  10969. },
  10970. "node_modules/shebang-command": {
  10971. "version": "2.0.0",
  10972. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  10973. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  10974. "license": "MIT",
  10975. "dependencies": {
  10976. "shebang-regex": "^3.0.0"
  10977. },
  10978. "engines": {
  10979. "node": ">=8"
  10980. }
  10981. },
  10982. "node_modules/shebang-regex": {
  10983. "version": "3.0.0",
  10984. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  10985. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  10986. "license": "MIT",
  10987. "engines": {
  10988. "node": ">=8"
  10989. }
  10990. },
  10991. "node_modules/shell-quote": {
  10992. "version": "1.8.3",
  10993. "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz",
  10994. "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==",
  10995. "license": "MIT",
  10996. "engines": {
  10997. "node": ">= 0.4"
  10998. },
  10999. "funding": {
  11000. "url": "https://github.com/sponsors/ljharb"
  11001. }
  11002. },
  11003. "node_modules/signal-exit": {
  11004. "version": "4.1.0",
  11005. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  11006. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  11007. "license": "ISC",
  11008. "engines": {
  11009. "node": ">=14"
  11010. },
  11011. "funding": {
  11012. "url": "https://github.com/sponsors/isaacs"
  11013. }
  11014. },
  11015. "node_modules/simple-git": {
  11016. "version": "3.36.0",
  11017. "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.36.0.tgz",
  11018. "integrity": "sha512-cGQjLjK8bxJw4QuYT7gxHw3/IouVESbhahSsHrX97MzCL1gu2u7oy38W6L2ZIGECEfIBG4BabsWDPjBxJENv9Q==",
  11019. "license": "MIT",
  11020. "dependencies": {
  11021. "@kwsites/file-exists": "^1.1.1",
  11022. "@kwsites/promise-deferred": "^1.1.1",
  11023. "@simple-git/args-pathspec": "^1.0.3",
  11024. "@simple-git/argv-parser": "^1.1.0",
  11025. "debug": "^4.4.0"
  11026. },
  11027. "funding": {
  11028. "type": "github",
  11029. "url": "https://github.com/steveukx/git-js?sponsor=1"
  11030. }
  11031. },
  11032. "node_modules/sirv": {
  11033. "version": "3.0.2",
  11034. "resolved": "https://registry.npmjs.org/sirv/-/sirv-3.0.2.tgz",
  11035. "integrity": "sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==",
  11036. "license": "MIT",
  11037. "dependencies": {
  11038. "@polka/url": "^1.0.0-next.24",
  11039. "mrmime": "^2.0.0",
  11040. "totalist": "^3.0.0"
  11041. },
  11042. "engines": {
  11043. "node": ">=18"
  11044. }
  11045. },
  11046. "node_modules/sisteransi": {
  11047. "version": "1.0.5",
  11048. "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
  11049. "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
  11050. "license": "MIT"
  11051. },
  11052. "node_modules/slash": {
  11053. "version": "5.1.0",
  11054. "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
  11055. "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
  11056. "license": "MIT",
  11057. "engines": {
  11058. "node": ">=14.16"
  11059. },
  11060. "funding": {
  11061. "url": "https://github.com/sponsors/sindresorhus"
  11062. }
  11063. },
  11064. "node_modules/smob": {
  11065. "version": "1.6.1",
  11066. "resolved": "https://registry.npmjs.org/smob/-/smob-1.6.1.tgz",
  11067. "integrity": "sha512-KAkBqZl3c2GvNgNhcoyJae1aKldDW0LO279wF9bk1PnluRTETKBq0WyzRXxEhoQLk56yHaOY4JCBEKDuJIET5g==",
  11068. "license": "MIT",
  11069. "engines": {
  11070. "node": ">=20.0.0"
  11071. }
  11072. },
  11073. "node_modules/source-map": {
  11074. "version": "0.7.6",
  11075. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.6.tgz",
  11076. "integrity": "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==",
  11077. "license": "BSD-3-Clause",
  11078. "engines": {
  11079. "node": ">= 12"
  11080. }
  11081. },
  11082. "node_modules/source-map-js": {
  11083. "version": "1.2.1",
  11084. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  11085. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  11086. "license": "BSD-3-Clause",
  11087. "engines": {
  11088. "node": ">=0.10.0"
  11089. }
  11090. },
  11091. "node_modules/source-map-support": {
  11092. "version": "0.5.21",
  11093. "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
  11094. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  11095. "license": "MIT",
  11096. "dependencies": {
  11097. "buffer-from": "^1.0.0",
  11098. "source-map": "^0.6.0"
  11099. }
  11100. },
  11101. "node_modules/source-map-support/node_modules/source-map": {
  11102. "version": "0.6.1",
  11103. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  11104. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  11105. "license": "BSD-3-Clause",
  11106. "engines": {
  11107. "node": ">=0.10.0"
  11108. }
  11109. },
  11110. "node_modules/speakingurl": {
  11111. "version": "14.0.1",
  11112. "resolved": "https://registry.npmjs.org/speakingurl/-/speakingurl-14.0.1.tgz",
  11113. "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==",
  11114. "license": "BSD-3-Clause",
  11115. "engines": {
  11116. "node": ">=0.10.0"
  11117. }
  11118. },
  11119. "node_modules/srvx": {
  11120. "version": "0.11.15",
  11121. "resolved": "https://registry.npmjs.org/srvx/-/srvx-0.11.15.tgz",
  11122. "integrity": "sha512-iXsux0UcOjdvs0LCMa2Ws3WwcDUozA3JN3BquNXkaFPP7TpRqgunKdEgoZ/uwb1J6xaYHfxtz9Twlh6yzwM6Tg==",
  11123. "license": "MIT",
  11124. "bin": {
  11125. "srvx": "bin/srvx.mjs"
  11126. },
  11127. "engines": {
  11128. "node": ">=20.16.0"
  11129. }
  11130. },
  11131. "node_modules/standard-as-callback": {
  11132. "version": "2.1.0",
  11133. "resolved": "https://registry.npmjs.org/standard-as-callback/-/standard-as-callback-2.1.0.tgz",
  11134. "integrity": "sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A==",
  11135. "license": "MIT"
  11136. },
  11137. "node_modules/statuses": {
  11138. "version": "2.0.2",
  11139. "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
  11140. "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
  11141. "license": "MIT",
  11142. "engines": {
  11143. "node": ">= 0.8"
  11144. }
  11145. },
  11146. "node_modules/std-env": {
  11147. "version": "3.10.0",
  11148. "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.10.0.tgz",
  11149. "integrity": "sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==",
  11150. "license": "MIT"
  11151. },
  11152. "node_modules/streamx": {
  11153. "version": "2.23.0",
  11154. "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.23.0.tgz",
  11155. "integrity": "sha512-kn+e44esVfn2Fa/O0CPFcex27fjIL6MkVae0Mm6q+E6f0hWv578YCERbv+4m02cjxvDsPKLnmxral/rR6lBMAg==",
  11156. "license": "MIT",
  11157. "dependencies": {
  11158. "events-universal": "^1.0.0",
  11159. "fast-fifo": "^1.3.2",
  11160. "text-decoder": "^1.1.0"
  11161. }
  11162. },
  11163. "node_modules/string_decoder": {
  11164. "version": "1.3.0",
  11165. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
  11166. "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
  11167. "license": "MIT",
  11168. "dependencies": {
  11169. "safe-buffer": "~5.2.0"
  11170. }
  11171. },
  11172. "node_modules/string-width": {
  11173. "version": "5.1.2",
  11174. "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
  11175. "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
  11176. "license": "MIT",
  11177. "dependencies": {
  11178. "eastasianwidth": "^0.2.0",
  11179. "emoji-regex": "^9.2.2",
  11180. "strip-ansi": "^7.0.1"
  11181. },
  11182. "engines": {
  11183. "node": ">=12"
  11184. },
  11185. "funding": {
  11186. "url": "https://github.com/sponsors/sindresorhus"
  11187. }
  11188. },
  11189. "node_modules/string-width-cjs": {
  11190. "name": "string-width",
  11191. "version": "4.2.3",
  11192. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  11193. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  11194. "license": "MIT",
  11195. "dependencies": {
  11196. "emoji-regex": "^8.0.0",
  11197. "is-fullwidth-code-point": "^3.0.0",
  11198. "strip-ansi": "^6.0.1"
  11199. },
  11200. "engines": {
  11201. "node": ">=8"
  11202. }
  11203. },
  11204. "node_modules/string-width-cjs/node_modules/ansi-regex": {
  11205. "version": "5.0.1",
  11206. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  11207. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  11208. "license": "MIT",
  11209. "engines": {
  11210. "node": ">=8"
  11211. }
  11212. },
  11213. "node_modules/string-width-cjs/node_modules/emoji-regex": {
  11214. "version": "8.0.0",
  11215. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  11216. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  11217. "license": "MIT"
  11218. },
  11219. "node_modules/string-width-cjs/node_modules/strip-ansi": {
  11220. "version": "6.0.1",
  11221. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  11222. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  11223. "license": "MIT",
  11224. "dependencies": {
  11225. "ansi-regex": "^5.0.1"
  11226. },
  11227. "engines": {
  11228. "node": ">=8"
  11229. }
  11230. },
  11231. "node_modules/strip-ansi": {
  11232. "version": "7.1.2",
  11233. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
  11234. "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
  11235. "license": "MIT",
  11236. "dependencies": {
  11237. "ansi-regex": "^6.0.1"
  11238. },
  11239. "engines": {
  11240. "node": ">=12"
  11241. },
  11242. "funding": {
  11243. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  11244. }
  11245. },
  11246. "node_modules/strip-ansi-cjs": {
  11247. "name": "strip-ansi",
  11248. "version": "6.0.1",
  11249. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  11250. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  11251. "license": "MIT",
  11252. "dependencies": {
  11253. "ansi-regex": "^5.0.1"
  11254. },
  11255. "engines": {
  11256. "node": ">=8"
  11257. }
  11258. },
  11259. "node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
  11260. "version": "5.0.1",
  11261. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  11262. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  11263. "license": "MIT",
  11264. "engines": {
  11265. "node": ">=8"
  11266. }
  11267. },
  11268. "node_modules/strip-final-newline": {
  11269. "version": "3.0.0",
  11270. "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
  11271. "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
  11272. "license": "MIT",
  11273. "engines": {
  11274. "node": ">=12"
  11275. },
  11276. "funding": {
  11277. "url": "https://github.com/sponsors/sindresorhus"
  11278. }
  11279. },
  11280. "node_modules/strip-literal": {
  11281. "version": "3.1.0",
  11282. "resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-3.1.0.tgz",
  11283. "integrity": "sha512-8r3mkIM/2+PpjHoOtiAW8Rg3jJLHaV7xPwG+YRGrv6FP0wwk/toTpATxWYOW0BKdWwl82VT2tFYi5DlROa0Mxg==",
  11284. "license": "MIT",
  11285. "dependencies": {
  11286. "js-tokens": "^9.0.1"
  11287. },
  11288. "funding": {
  11289. "url": "https://github.com/sponsors/antfu"
  11290. }
  11291. },
  11292. "node_modules/strip-literal/node_modules/js-tokens": {
  11293. "version": "9.0.1",
  11294. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-9.0.1.tgz",
  11295. "integrity": "sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==",
  11296. "license": "MIT"
  11297. },
  11298. "node_modules/structured-clone-es": {
  11299. "version": "1.0.0",
  11300. "resolved": "https://registry.npmjs.org/structured-clone-es/-/structured-clone-es-1.0.0.tgz",
  11301. "integrity": "sha512-FL8EeKFFyNQv5cMnXI31CIMCsFarSVI2bF0U0ImeNE3g/F1IvJQyqzOXxPBRXiwQfyBTlbNe88jh1jFW0O/jiQ==",
  11302. "license": "ISC"
  11303. },
  11304. "node_modules/stylehacks": {
  11305. "version": "7.0.6",
  11306. "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-7.0.6.tgz",
  11307. "integrity": "sha512-iitguKivmsueOmTO0wmxURXBP8uqOO+zikLGZ7Mm9e/94R4w5T999Js2taS/KBOnQ/wdC3jN3vNSrkGDrlnqQg==",
  11308. "license": "MIT",
  11309. "dependencies": {
  11310. "browserslist": "^4.25.1",
  11311. "postcss-selector-parser": "^7.1.0"
  11312. },
  11313. "engines": {
  11314. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  11315. },
  11316. "peerDependencies": {
  11317. "postcss": "^8.4.32"
  11318. }
  11319. },
  11320. "node_modules/superjson": {
  11321. "version": "2.2.3",
  11322. "resolved": "https://registry.npmjs.org/superjson/-/superjson-2.2.3.tgz",
  11323. "integrity": "sha512-ay3d+LW/S6yppKoTz3Bq4mG0xrS5bFwfWEBmQfbC7lt5wmtk+Obq0TxVuA9eYRirBTQb1K3eEpBRHMQEo0WyVw==",
  11324. "license": "MIT",
  11325. "dependencies": {
  11326. "copy-anything": "^4"
  11327. },
  11328. "engines": {
  11329. "node": ">=16"
  11330. }
  11331. },
  11332. "node_modules/supports-color": {
  11333. "version": "10.2.2",
  11334. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-10.2.2.tgz",
  11335. "integrity": "sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==",
  11336. "license": "MIT",
  11337. "engines": {
  11338. "node": ">=18"
  11339. },
  11340. "funding": {
  11341. "url": "https://github.com/chalk/supports-color?sponsor=1"
  11342. }
  11343. },
  11344. "node_modules/supports-preserve-symlinks-flag": {
  11345. "version": "1.0.0",
  11346. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  11347. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  11348. "license": "MIT",
  11349. "engines": {
  11350. "node": ">= 0.4"
  11351. },
  11352. "funding": {
  11353. "url": "https://github.com/sponsors/ljharb"
  11354. }
  11355. },
  11356. "node_modules/svgo": {
  11357. "version": "4.0.1",
  11358. "resolved": "https://registry.npmjs.org/svgo/-/svgo-4.0.1.tgz",
  11359. "integrity": "sha512-XDpWUOPC6FEibaLzjfe0ucaV0YrOjYotGJO1WpF0Zd+n6ZGEQUsSugaoLq9QkEZtAfQIxT42UChcssDVPP3+/w==",
  11360. "license": "MIT",
  11361. "dependencies": {
  11362. "commander": "^11.1.0",
  11363. "css-select": "^5.1.0",
  11364. "css-tree": "^3.0.1",
  11365. "css-what": "^6.1.0",
  11366. "csso": "^5.0.5",
  11367. "picocolors": "^1.1.1",
  11368. "sax": "^1.5.0"
  11369. },
  11370. "bin": {
  11371. "svgo": "bin/svgo.js"
  11372. },
  11373. "engines": {
  11374. "node": ">=16"
  11375. },
  11376. "funding": {
  11377. "type": "opencollective",
  11378. "url": "https://opencollective.com/svgo"
  11379. }
  11380. },
  11381. "node_modules/tagged-tag": {
  11382. "version": "1.0.0",
  11383. "resolved": "https://registry.npmjs.org/tagged-tag/-/tagged-tag-1.0.0.tgz",
  11384. "integrity": "sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==",
  11385. "license": "MIT",
  11386. "engines": {
  11387. "node": ">=20"
  11388. },
  11389. "funding": {
  11390. "url": "https://github.com/sponsors/sindresorhus"
  11391. }
  11392. },
  11393. "node_modules/tailwind-merge": {
  11394. "version": "3.4.0",
  11395. "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.4.0.tgz",
  11396. "integrity": "sha512-uSaO4gnW+b3Y2aWoWfFpX62vn2sR3skfhbjsEnaBI81WD1wBLlHZe5sWf0AqjksNdYTbGBEd0UasQMT3SNV15g==",
  11397. "license": "MIT",
  11398. "funding": {
  11399. "type": "github",
  11400. "url": "https://github.com/sponsors/dcastil"
  11401. }
  11402. },
  11403. "node_modules/tailwind-variants": {
  11404. "version": "3.2.2",
  11405. "resolved": "https://registry.npmjs.org/tailwind-variants/-/tailwind-variants-3.2.2.tgz",
  11406. "integrity": "sha512-Mi4kHeMTLvKlM98XPnK+7HoBPmf4gygdFmqQPaDivc3DpYS6aIY6KiG/PgThrGvii5YZJqRsPz0aPyhoFzmZgg==",
  11407. "license": "MIT",
  11408. "engines": {
  11409. "node": ">=16.x",
  11410. "pnpm": ">=7.x"
  11411. },
  11412. "peerDependencies": {
  11413. "tailwind-merge": ">=3.0.0",
  11414. "tailwindcss": "*"
  11415. },
  11416. "peerDependenciesMeta": {
  11417. "tailwind-merge": {
  11418. "optional": true
  11419. }
  11420. }
  11421. },
  11422. "node_modules/tailwindcss": {
  11423. "version": "4.1.17",
  11424. "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.17.tgz",
  11425. "integrity": "sha512-j9Ee2YjuQqYT9bbRTfTZht9W/ytp5H+jJpZKiYdP/bpnXARAuELt9ofP0lPnmHjbga7SNQIxdTAXCmtKVYjN+Q==",
  11426. "license": "MIT"
  11427. },
  11428. "node_modules/tapable": {
  11429. "version": "2.3.0",
  11430. "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz",
  11431. "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==",
  11432. "license": "MIT",
  11433. "engines": {
  11434. "node": ">=6"
  11435. },
  11436. "funding": {
  11437. "type": "opencollective",
  11438. "url": "https://opencollective.com/webpack"
  11439. }
  11440. },
  11441. "node_modules/tar": {
  11442. "version": "7.5.13",
  11443. "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.13.tgz",
  11444. "integrity": "sha512-tOG/7GyXpFevhXVh8jOPJrmtRpOTsYqUIkVdVooZYJS/z8WhfQUX8RJILmeuJNinGAMSu1veBr4asSHFt5/hng==",
  11445. "license": "BlueOak-1.0.0",
  11446. "dependencies": {
  11447. "@isaacs/fs-minipass": "^4.0.0",
  11448. "chownr": "^3.0.0",
  11449. "minipass": "^7.1.2",
  11450. "minizlib": "^3.1.0",
  11451. "yallist": "^5.0.0"
  11452. },
  11453. "engines": {
  11454. "node": ">=18"
  11455. }
  11456. },
  11457. "node_modules/tar-stream": {
  11458. "version": "3.1.7",
  11459. "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz",
  11460. "integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==",
  11461. "license": "MIT",
  11462. "dependencies": {
  11463. "b4a": "^1.6.4",
  11464. "fast-fifo": "^1.2.0",
  11465. "streamx": "^2.15.0"
  11466. }
  11467. },
  11468. "node_modules/tar/node_modules/yallist": {
  11469. "version": "5.0.0",
  11470. "resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz",
  11471. "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==",
  11472. "license": "BlueOak-1.0.0",
  11473. "engines": {
  11474. "node": ">=18"
  11475. }
  11476. },
  11477. "node_modules/terser": {
  11478. "version": "5.44.0",
  11479. "resolved": "https://registry.npmjs.org/terser/-/terser-5.44.0.tgz",
  11480. "integrity": "sha512-nIVck8DK+GM/0Frwd+nIhZ84pR/BX7rmXMfYwyg+Sri5oGVE99/E3KvXqpC2xHFxyqXyGHTKBSioxxplrO4I4w==",
  11481. "license": "BSD-2-Clause",
  11482. "dependencies": {
  11483. "@jridgewell/source-map": "^0.3.3",
  11484. "acorn": "^8.15.0",
  11485. "commander": "^2.20.0",
  11486. "source-map-support": "~0.5.20"
  11487. },
  11488. "bin": {
  11489. "terser": "bin/terser"
  11490. },
  11491. "engines": {
  11492. "node": ">=10"
  11493. }
  11494. },
  11495. "node_modules/terser/node_modules/commander": {
  11496. "version": "2.20.3",
  11497. "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
  11498. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
  11499. "license": "MIT"
  11500. },
  11501. "node_modules/text-decoder": {
  11502. "version": "1.2.3",
  11503. "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.3.tgz",
  11504. "integrity": "sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==",
  11505. "license": "Apache-2.0",
  11506. "dependencies": {
  11507. "b4a": "^1.6.4"
  11508. }
  11509. },
  11510. "node_modules/tiny-inflate": {
  11511. "version": "1.0.3",
  11512. "resolved": "https://registry.npmjs.org/tiny-inflate/-/tiny-inflate-1.0.3.tgz",
  11513. "integrity": "sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==",
  11514. "license": "MIT"
  11515. },
  11516. "node_modules/tiny-invariant": {
  11517. "version": "1.3.3",
  11518. "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz",
  11519. "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==",
  11520. "license": "MIT"
  11521. },
  11522. "node_modules/tinyclip": {
  11523. "version": "0.1.12",
  11524. "resolved": "https://registry.npmjs.org/tinyclip/-/tinyclip-0.1.12.tgz",
  11525. "integrity": "sha512-Ae3OVUqifDw0wBriIBS7yVaW44Dp6eSHQcyq4Igc7eN2TJH/2YsicswaW+J/OuMvhpDPOKEgpAZCjkb4hpoyeA==",
  11526. "license": "MIT",
  11527. "engines": {
  11528. "node": "^16.14.0 || >= 17.3.0"
  11529. }
  11530. },
  11531. "node_modules/tinyexec": {
  11532. "version": "1.1.1",
  11533. "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.1.1.tgz",
  11534. "integrity": "sha512-VKS/ZaQhhkKFMANmAOhhXVoIfBXblQxGX1myCQ2faQrfmobMftXeJPcZGp0gS07ocvGJWDLZGyOZDadDBqYIJg==",
  11535. "license": "MIT",
  11536. "engines": {
  11537. "node": ">=18"
  11538. }
  11539. },
  11540. "node_modules/tinyglobby": {
  11541. "version": "0.2.16",
  11542. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
  11543. "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
  11544. "license": "MIT",
  11545. "dependencies": {
  11546. "fdir": "^6.5.0",
  11547. "picomatch": "^4.0.4"
  11548. },
  11549. "engines": {
  11550. "node": ">=12.0.0"
  11551. },
  11552. "funding": {
  11553. "url": "https://github.com/sponsors/SuperchupuDev"
  11554. }
  11555. },
  11556. "node_modules/to-regex-range": {
  11557. "version": "5.0.1",
  11558. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  11559. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  11560. "license": "MIT",
  11561. "dependencies": {
  11562. "is-number": "^7.0.0"
  11563. },
  11564. "engines": {
  11565. "node": ">=8.0"
  11566. }
  11567. },
  11568. "node_modules/toidentifier": {
  11569. "version": "1.0.1",
  11570. "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
  11571. "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
  11572. "license": "MIT",
  11573. "engines": {
  11574. "node": ">=0.6"
  11575. }
  11576. },
  11577. "node_modules/totalist": {
  11578. "version": "3.0.1",
  11579. "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz",
  11580. "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
  11581. "license": "MIT",
  11582. "engines": {
  11583. "node": ">=6"
  11584. }
  11585. },
  11586. "node_modules/tr46": {
  11587. "version": "0.0.3",
  11588. "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
  11589. "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
  11590. "license": "MIT"
  11591. },
  11592. "node_modules/tslib": {
  11593. "version": "2.8.1",
  11594. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
  11595. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  11596. "license": "0BSD"
  11597. },
  11598. "node_modules/type-fest": {
  11599. "version": "5.1.0",
  11600. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.1.0.tgz",
  11601. "integrity": "sha512-wQ531tuWvB6oK+pchHIu5lHe5f5wpSCqB8Kf4dWQRbOYc9HTge7JL0G4Qd44bh6QuJCccIzL3bugb8GI0MwHrg==",
  11602. "license": "(MIT OR CC0-1.0)",
  11603. "dependencies": {
  11604. "tagged-tag": "^1.0.0"
  11605. },
  11606. "engines": {
  11607. "node": ">=20"
  11608. },
  11609. "funding": {
  11610. "url": "https://github.com/sponsors/sindresorhus"
  11611. }
  11612. },
  11613. "node_modules/type-level-regexp": {
  11614. "version": "0.1.17",
  11615. "resolved": "https://registry.npmjs.org/type-level-regexp/-/type-level-regexp-0.1.17.tgz",
  11616. "integrity": "sha512-wTk4DH3cxwk196uGLK/E9pE45aLfeKJacKmcEgEOA/q5dnPGNxXt0cfYdFxb57L+sEpf1oJH4Dnx/pnRcku9jg==",
  11617. "license": "MIT"
  11618. },
  11619. "node_modules/typescript": {
  11620. "version": "5.9.3",
  11621. "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
  11622. "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
  11623. "license": "Apache-2.0",
  11624. "peer": true,
  11625. "bin": {
  11626. "tsc": "bin/tsc",
  11627. "tsserver": "bin/tsserver"
  11628. },
  11629. "engines": {
  11630. "node": ">=14.17"
  11631. }
  11632. },
  11633. "node_modules/ufo": {
  11634. "version": "1.6.3",
  11635. "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.3.tgz",
  11636. "integrity": "sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==",
  11637. "license": "MIT"
  11638. },
  11639. "node_modules/ultrahtml": {
  11640. "version": "1.6.0",
  11641. "resolved": "https://registry.npmjs.org/ultrahtml/-/ultrahtml-1.6.0.tgz",
  11642. "integrity": "sha512-R9fBn90VTJrqqLDwyMph+HGne8eqY1iPfYhPzZrvKpIfwkWZbcYlfpsb8B9dTvBfpy1/hqAD7Wi8EKfP9e8zdw==",
  11643. "license": "MIT"
  11644. },
  11645. "node_modules/uncrypto": {
  11646. "version": "0.1.3",
  11647. "resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz",
  11648. "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==",
  11649. "license": "MIT"
  11650. },
  11651. "node_modules/unctx": {
  11652. "version": "2.5.0",
  11653. "resolved": "https://registry.npmjs.org/unctx/-/unctx-2.5.0.tgz",
  11654. "integrity": "sha512-p+Rz9x0R7X+CYDkT+Xg8/GhpcShTlU8n+cf9OtOEf7zEQsNcCZO1dPKNRDqvUTaq+P32PMMkxWHwfrxkqfqAYg==",
  11655. "license": "MIT",
  11656. "dependencies": {
  11657. "acorn": "^8.15.0",
  11658. "estree-walker": "^3.0.3",
  11659. "magic-string": "^0.30.21",
  11660. "unplugin": "^2.3.11"
  11661. }
  11662. },
  11663. "node_modules/unctx/node_modules/estree-walker": {
  11664. "version": "3.0.3",
  11665. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  11666. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  11667. "license": "MIT",
  11668. "dependencies": {
  11669. "@types/estree": "^1.0.0"
  11670. }
  11671. },
  11672. "node_modules/unenv": {
  11673. "version": "2.0.0-rc.24",
  11674. "resolved": "https://registry.npmjs.org/unenv/-/unenv-2.0.0-rc.24.tgz",
  11675. "integrity": "sha512-i7qRCmY42zmCwnYlh9H2SvLEypEFGye5iRmEMKjcGi7zk9UquigRjFtTLz0TYqr0ZGLZhaMHl/foy1bZR+Cwlw==",
  11676. "license": "MIT",
  11677. "dependencies": {
  11678. "pathe": "^2.0.3"
  11679. }
  11680. },
  11681. "node_modules/unhead": {
  11682. "version": "2.1.13",
  11683. "resolved": "https://registry.npmjs.org/unhead/-/unhead-2.1.13.tgz",
  11684. "integrity": "sha512-jO9M1sI6b2h/1KpIu4Jeu+ptumLmUKboRRLxys5pYHFeT+lqTzfNHbYUX9bxVDhC1FBszAGuWcUVlmvIPsah8Q==",
  11685. "license": "MIT",
  11686. "dependencies": {
  11687. "hookable": "^6.0.1"
  11688. },
  11689. "funding": {
  11690. "url": "https://github.com/sponsors/harlan-zw"
  11691. }
  11692. },
  11693. "node_modules/unhead/node_modules/hookable": {
  11694. "version": "6.1.1",
  11695. "resolved": "https://registry.npmjs.org/hookable/-/hookable-6.1.1.tgz",
  11696. "integrity": "sha512-U9LYDy1CwhMCnprUfeAZWZGByVbhd54hwepegYTK7Pi5NvqEj63ifz5z+xukznehT7i6NIZRu89Ay1AZmRsLEQ==",
  11697. "license": "MIT"
  11698. },
  11699. "node_modules/unicode-properties": {
  11700. "version": "1.4.1",
  11701. "resolved": "https://registry.npmjs.org/unicode-properties/-/unicode-properties-1.4.1.tgz",
  11702. "integrity": "sha512-CLjCCLQ6UuMxWnbIylkisbRj31qxHPAurvena/0iwSVbQ2G1VY5/HjV0IRabOEbDHlzZlRdCrD4NhB0JtU40Pg==",
  11703. "license": "MIT",
  11704. "dependencies": {
  11705. "base64-js": "^1.3.0",
  11706. "unicode-trie": "^2.0.0"
  11707. }
  11708. },
  11709. "node_modules/unicode-trie": {
  11710. "version": "2.0.0",
  11711. "resolved": "https://registry.npmjs.org/unicode-trie/-/unicode-trie-2.0.0.tgz",
  11712. "integrity": "sha512-x7bc76x0bm4prf1VLg79uhAzKw8DVboClSN5VxJuQ+LKDOVEW9CdH+VY7SP+vX7xCYQqzzgQpFqz15zeLvAtZQ==",
  11713. "license": "MIT",
  11714. "dependencies": {
  11715. "pako": "^0.2.5",
  11716. "tiny-inflate": "^1.0.0"
  11717. }
  11718. },
  11719. "node_modules/unicorn-magic": {
  11720. "version": "0.3.0",
  11721. "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.3.0.tgz",
  11722. "integrity": "sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==",
  11723. "license": "MIT",
  11724. "engines": {
  11725. "node": ">=18"
  11726. },
  11727. "funding": {
  11728. "url": "https://github.com/sponsors/sindresorhus"
  11729. }
  11730. },
  11731. "node_modules/unifont": {
  11732. "version": "0.6.0",
  11733. "resolved": "https://registry.npmjs.org/unifont/-/unifont-0.6.0.tgz",
  11734. "integrity": "sha512-5Fx50fFQMQL5aeHyWnZX9122sSLckcDvcfFiBf3QYeHa7a1MKJooUy52b67moi2MJYkrfo/TWY+CoLdr/w0tTA==",
  11735. "license": "MIT",
  11736. "dependencies": {
  11737. "css-tree": "^3.0.0",
  11738. "ofetch": "^1.4.1",
  11739. "ohash": "^2.0.0"
  11740. }
  11741. },
  11742. "node_modules/unimport": {
  11743. "version": "5.5.0",
  11744. "resolved": "https://registry.npmjs.org/unimport/-/unimport-5.5.0.tgz",
  11745. "integrity": "sha512-/JpWMG9s1nBSlXJAQ8EREFTFy3oy6USFd8T6AoBaw1q2GGcF4R9yp3ofg32UODZlYEO5VD0EWE1RpI9XDWyPYg==",
  11746. "license": "MIT",
  11747. "dependencies": {
  11748. "acorn": "^8.15.0",
  11749. "escape-string-regexp": "^5.0.0",
  11750. "estree-walker": "^3.0.3",
  11751. "local-pkg": "^1.1.2",
  11752. "magic-string": "^0.30.19",
  11753. "mlly": "^1.8.0",
  11754. "pathe": "^2.0.3",
  11755. "picomatch": "^4.0.3",
  11756. "pkg-types": "^2.3.0",
  11757. "scule": "^1.3.0",
  11758. "strip-literal": "^3.1.0",
  11759. "tinyglobby": "^0.2.15",
  11760. "unplugin": "^2.3.10",
  11761. "unplugin-utils": "^0.3.0"
  11762. },
  11763. "engines": {
  11764. "node": ">=18.12.0"
  11765. }
  11766. },
  11767. "node_modules/unimport/node_modules/estree-walker": {
  11768. "version": "3.0.3",
  11769. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  11770. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  11771. "license": "MIT",
  11772. "dependencies": {
  11773. "@types/estree": "^1.0.0"
  11774. }
  11775. },
  11776. "node_modules/unimport/node_modules/unplugin-utils": {
  11777. "version": "0.3.1",
  11778. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  11779. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  11780. "license": "MIT",
  11781. "dependencies": {
  11782. "pathe": "^2.0.3",
  11783. "picomatch": "^4.0.3"
  11784. },
  11785. "engines": {
  11786. "node": ">=20.19.0"
  11787. },
  11788. "funding": {
  11789. "url": "https://github.com/sponsors/sxzz"
  11790. }
  11791. },
  11792. "node_modules/unplugin": {
  11793. "version": "2.3.11",
  11794. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-2.3.11.tgz",
  11795. "integrity": "sha512-5uKD0nqiYVzlmCRs01Fhs2BdkEgBS3SAVP6ndrBsuK42iC2+JHyxM05Rm9G8+5mkmRtzMZGY8Ct5+mliZxU/Ww==",
  11796. "license": "MIT",
  11797. "dependencies": {
  11798. "@jridgewell/remapping": "^2.3.5",
  11799. "acorn": "^8.15.0",
  11800. "picomatch": "^4.0.3",
  11801. "webpack-virtual-modules": "^0.6.2"
  11802. },
  11803. "engines": {
  11804. "node": ">=18.12.0"
  11805. }
  11806. },
  11807. "node_modules/unplugin-auto-import": {
  11808. "version": "20.3.0",
  11809. "resolved": "https://registry.npmjs.org/unplugin-auto-import/-/unplugin-auto-import-20.3.0.tgz",
  11810. "integrity": "sha512-RcSEQiVv7g0mLMMXibYVKk8mpteKxvyffGuDKqZZiFr7Oq3PB1HwgHdK5O7H4AzbhzHoVKG0NnMnsk/1HIVYzQ==",
  11811. "license": "MIT",
  11812. "dependencies": {
  11813. "local-pkg": "^1.1.2",
  11814. "magic-string": "^0.30.21",
  11815. "picomatch": "^4.0.3",
  11816. "unimport": "^5.5.0",
  11817. "unplugin": "^2.3.11",
  11818. "unplugin-utils": "^0.3.1"
  11819. },
  11820. "engines": {
  11821. "node": ">=14"
  11822. },
  11823. "funding": {
  11824. "url": "https://github.com/sponsors/antfu"
  11825. },
  11826. "peerDependencies": {
  11827. "@nuxt/kit": "^4.0.0",
  11828. "@vueuse/core": "*"
  11829. },
  11830. "peerDependenciesMeta": {
  11831. "@nuxt/kit": {
  11832. "optional": true
  11833. },
  11834. "@vueuse/core": {
  11835. "optional": true
  11836. }
  11837. }
  11838. },
  11839. "node_modules/unplugin-auto-import/node_modules/unplugin-utils": {
  11840. "version": "0.3.1",
  11841. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  11842. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  11843. "license": "MIT",
  11844. "dependencies": {
  11845. "pathe": "^2.0.3",
  11846. "picomatch": "^4.0.3"
  11847. },
  11848. "engines": {
  11849. "node": ">=20.19.0"
  11850. },
  11851. "funding": {
  11852. "url": "https://github.com/sponsors/sxzz"
  11853. }
  11854. },
  11855. "node_modules/unplugin-utils": {
  11856. "version": "0.2.5",
  11857. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.2.5.tgz",
  11858. "integrity": "sha512-gwXJnPRewT4rT7sBi/IvxKTjsms7jX7QIDLOClApuZwR49SXbrB1z2NLUZ+vDHyqCj/n58OzRRqaW+B8OZi8vg==",
  11859. "license": "MIT",
  11860. "dependencies": {
  11861. "pathe": "^2.0.3",
  11862. "picomatch": "^4.0.3"
  11863. },
  11864. "engines": {
  11865. "node": ">=18.12.0"
  11866. },
  11867. "funding": {
  11868. "url": "https://github.com/sponsors/sxzz"
  11869. }
  11870. },
  11871. "node_modules/unplugin-vue-components": {
  11872. "version": "30.0.0",
  11873. "resolved": "https://registry.npmjs.org/unplugin-vue-components/-/unplugin-vue-components-30.0.0.tgz",
  11874. "integrity": "sha512-4qVE/lwCgmdPTp6h0qsRN2u642tt4boBQtcpn4wQcWZAsr8TQwq+SPT3NDu/6kBFxzo/sSEK4ioXhOOBrXc3iw==",
  11875. "license": "MIT",
  11876. "dependencies": {
  11877. "chokidar": "^4.0.3",
  11878. "debug": "^4.4.3",
  11879. "local-pkg": "^1.1.2",
  11880. "magic-string": "^0.30.19",
  11881. "mlly": "^1.8.0",
  11882. "tinyglobby": "^0.2.15",
  11883. "unplugin": "^2.3.10",
  11884. "unplugin-utils": "^0.3.1"
  11885. },
  11886. "engines": {
  11887. "node": ">=14"
  11888. },
  11889. "funding": {
  11890. "url": "https://github.com/sponsors/antfu"
  11891. },
  11892. "peerDependencies": {
  11893. "@babel/parser": "^7.15.8",
  11894. "@nuxt/kit": "^3.2.2 || ^4.0.0",
  11895. "vue": "2 || 3"
  11896. },
  11897. "peerDependenciesMeta": {
  11898. "@babel/parser": {
  11899. "optional": true
  11900. },
  11901. "@nuxt/kit": {
  11902. "optional": true
  11903. }
  11904. }
  11905. },
  11906. "node_modules/unplugin-vue-components/node_modules/unplugin-utils": {
  11907. "version": "0.3.1",
  11908. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  11909. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  11910. "license": "MIT",
  11911. "dependencies": {
  11912. "pathe": "^2.0.3",
  11913. "picomatch": "^4.0.3"
  11914. },
  11915. "engines": {
  11916. "node": ">=20.19.0"
  11917. },
  11918. "funding": {
  11919. "url": "https://github.com/sponsors/sxzz"
  11920. }
  11921. },
  11922. "node_modules/unplugin-vue-router": {
  11923. "version": "0.16.0",
  11924. "resolved": "https://registry.npmjs.org/unplugin-vue-router/-/unplugin-vue-router-0.16.0.tgz",
  11925. "integrity": "sha512-yFmUQoN07KABkbxMSaNvfjnflwSi3nkSVKi7v6FTwXlzXyRDSx63vQ8Se4ho0T9Ao9I8U5FJB12fzmrGxFB0CA==",
  11926. "license": "MIT",
  11927. "dependencies": {
  11928. "@babel/generator": "^7.28.3",
  11929. "@vue-macros/common": "^3.1.1",
  11930. "@vue/language-core": "^3.1.0",
  11931. "ast-walker-scope": "^0.8.2",
  11932. "chokidar": "^4.0.3",
  11933. "json5": "^2.2.3",
  11934. "local-pkg": "^1.1.2",
  11935. "magic-string": "^0.30.19",
  11936. "mlly": "^1.8.0",
  11937. "muggle-string": "^0.4.1",
  11938. "pathe": "^2.0.3",
  11939. "picomatch": "^4.0.3",
  11940. "scule": "^1.3.0",
  11941. "tinyglobby": "^0.2.15",
  11942. "unplugin": "^2.3.10",
  11943. "unplugin-utils": "^0.3.0",
  11944. "yaml": "^2.8.1"
  11945. },
  11946. "peerDependencies": {
  11947. "@vue/compiler-sfc": "^3.5.17",
  11948. "vue-router": "^4.6.0"
  11949. },
  11950. "peerDependenciesMeta": {
  11951. "vue-router": {
  11952. "optional": true
  11953. }
  11954. }
  11955. },
  11956. "node_modules/unplugin-vue-router/node_modules/unplugin-utils": {
  11957. "version": "0.3.1",
  11958. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  11959. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  11960. "license": "MIT",
  11961. "dependencies": {
  11962. "pathe": "^2.0.3",
  11963. "picomatch": "^4.0.3"
  11964. },
  11965. "engines": {
  11966. "node": ">=20.19.0"
  11967. },
  11968. "funding": {
  11969. "url": "https://github.com/sponsors/sxzz"
  11970. }
  11971. },
  11972. "node_modules/unstorage": {
  11973. "version": "1.17.5",
  11974. "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.17.5.tgz",
  11975. "integrity": "sha512-0i3iqvRfx29hkNntHyQvJTpf5W9dQ9ZadSoRU8+xVlhVtT7jAX57fazYO9EHvcRCfBCyi5YRya7XCDOsbTgkPg==",
  11976. "license": "MIT",
  11977. "dependencies": {
  11978. "anymatch": "^3.1.3",
  11979. "chokidar": "^5.0.0",
  11980. "destr": "^2.0.5",
  11981. "h3": "^1.15.10",
  11982. "lru-cache": "^11.2.7",
  11983. "node-fetch-native": "^1.6.7",
  11984. "ofetch": "^1.5.1",
  11985. "ufo": "^1.6.3"
  11986. },
  11987. "peerDependencies": {
  11988. "@azure/app-configuration": "^1.8.0",
  11989. "@azure/cosmos": "^4.2.0",
  11990. "@azure/data-tables": "^13.3.0",
  11991. "@azure/identity": "^4.6.0",
  11992. "@azure/keyvault-secrets": "^4.9.0",
  11993. "@azure/storage-blob": "^12.26.0",
  11994. "@capacitor/preferences": "^6 || ^7 || ^8",
  11995. "@deno/kv": ">=0.9.0",
  11996. "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0",
  11997. "@planetscale/database": "^1.19.0",
  11998. "@upstash/redis": "^1.34.3",
  11999. "@vercel/blob": ">=0.27.1",
  12000. "@vercel/functions": "^2.2.12 || ^3.0.0",
  12001. "@vercel/kv": "^1 || ^2 || ^3",
  12002. "aws4fetch": "^1.0.20",
  12003. "db0": ">=0.2.1",
  12004. "idb-keyval": "^6.2.1",
  12005. "ioredis": "^5.4.2",
  12006. "uploadthing": "^7.4.4"
  12007. },
  12008. "peerDependenciesMeta": {
  12009. "@azure/app-configuration": {
  12010. "optional": true
  12011. },
  12012. "@azure/cosmos": {
  12013. "optional": true
  12014. },
  12015. "@azure/data-tables": {
  12016. "optional": true
  12017. },
  12018. "@azure/identity": {
  12019. "optional": true
  12020. },
  12021. "@azure/keyvault-secrets": {
  12022. "optional": true
  12023. },
  12024. "@azure/storage-blob": {
  12025. "optional": true
  12026. },
  12027. "@capacitor/preferences": {
  12028. "optional": true
  12029. },
  12030. "@deno/kv": {
  12031. "optional": true
  12032. },
  12033. "@netlify/blobs": {
  12034. "optional": true
  12035. },
  12036. "@planetscale/database": {
  12037. "optional": true
  12038. },
  12039. "@upstash/redis": {
  12040. "optional": true
  12041. },
  12042. "@vercel/blob": {
  12043. "optional": true
  12044. },
  12045. "@vercel/functions": {
  12046. "optional": true
  12047. },
  12048. "@vercel/kv": {
  12049. "optional": true
  12050. },
  12051. "aws4fetch": {
  12052. "optional": true
  12053. },
  12054. "db0": {
  12055. "optional": true
  12056. },
  12057. "idb-keyval": {
  12058. "optional": true
  12059. },
  12060. "ioredis": {
  12061. "optional": true
  12062. },
  12063. "uploadthing": {
  12064. "optional": true
  12065. }
  12066. }
  12067. },
  12068. "node_modules/unstorage/node_modules/chokidar": {
  12069. "version": "5.0.0",
  12070. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz",
  12071. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  12072. "license": "MIT",
  12073. "dependencies": {
  12074. "readdirp": "^5.0.0"
  12075. },
  12076. "engines": {
  12077. "node": ">= 20.19.0"
  12078. },
  12079. "funding": {
  12080. "url": "https://paulmillr.com/funding/"
  12081. }
  12082. },
  12083. "node_modules/unstorage/node_modules/lru-cache": {
  12084. "version": "11.3.5",
  12085. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.5.tgz",
  12086. "integrity": "sha512-NxVFwLAnrd9i7KUBxC4DrUhmgjzOs+1Qm50D3oF1/oL+r1NpZ4gA7xvG0/zJ8evR7zIKn4vLf7qTNduWFtCrRw==",
  12087. "license": "BlueOak-1.0.0",
  12088. "engines": {
  12089. "node": "20 || >=22"
  12090. }
  12091. },
  12092. "node_modules/unstorage/node_modules/readdirp": {
  12093. "version": "5.0.0",
  12094. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz",
  12095. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  12096. "license": "MIT",
  12097. "engines": {
  12098. "node": ">= 20.19.0"
  12099. },
  12100. "funding": {
  12101. "type": "individual",
  12102. "url": "https://paulmillr.com/funding/"
  12103. }
  12104. },
  12105. "node_modules/untun": {
  12106. "version": "0.1.3",
  12107. "resolved": "https://registry.npmjs.org/untun/-/untun-0.1.3.tgz",
  12108. "integrity": "sha512-4luGP9LMYszMRZwsvyUd9MrxgEGZdZuZgpVQHEEX0lCYFESasVRvZd0EYpCkOIbJKHMuv0LskpXc/8Un+MJzEQ==",
  12109. "license": "MIT",
  12110. "dependencies": {
  12111. "citty": "^0.1.5",
  12112. "consola": "^3.2.3",
  12113. "pathe": "^1.1.1"
  12114. },
  12115. "bin": {
  12116. "untun": "bin/untun.mjs"
  12117. }
  12118. },
  12119. "node_modules/untun/node_modules/pathe": {
  12120. "version": "1.1.2",
  12121. "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz",
  12122. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==",
  12123. "license": "MIT"
  12124. },
  12125. "node_modules/untyped": {
  12126. "version": "2.0.0",
  12127. "resolved": "https://registry.npmjs.org/untyped/-/untyped-2.0.0.tgz",
  12128. "integrity": "sha512-nwNCjxJTjNuLCgFr42fEak5OcLuB3ecca+9ksPFNvtfYSLpjf+iJqSIaSnIile6ZPbKYxI5k2AfXqeopGudK/g==",
  12129. "license": "MIT",
  12130. "dependencies": {
  12131. "citty": "^0.1.6",
  12132. "defu": "^6.1.4",
  12133. "jiti": "^2.4.2",
  12134. "knitwork": "^1.2.0",
  12135. "scule": "^1.3.0"
  12136. },
  12137. "bin": {
  12138. "untyped": "dist/cli.mjs"
  12139. }
  12140. },
  12141. "node_modules/unwasm": {
  12142. "version": "0.5.3",
  12143. "resolved": "https://registry.npmjs.org/unwasm/-/unwasm-0.5.3.tgz",
  12144. "integrity": "sha512-keBgTSfp3r6+s9ZcSma+0chwxQdmLbB5+dAD9vjtB21UTMYuKAxHXCU1K2CbCtnP09EaWeRvACnXk0EJtUx+hw==",
  12145. "license": "MIT",
  12146. "dependencies": {
  12147. "exsolve": "^1.0.8",
  12148. "knitwork": "^1.3.0",
  12149. "magic-string": "^0.30.21",
  12150. "mlly": "^1.8.0",
  12151. "pathe": "^2.0.3",
  12152. "pkg-types": "^2.3.0"
  12153. }
  12154. },
  12155. "node_modules/update-browserslist-db": {
  12156. "version": "1.1.4",
  12157. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.4.tgz",
  12158. "integrity": "sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==",
  12159. "funding": [
  12160. {
  12161. "type": "opencollective",
  12162. "url": "https://opencollective.com/browserslist"
  12163. },
  12164. {
  12165. "type": "tidelift",
  12166. "url": "https://tidelift.com/funding/github/npm/browserslist"
  12167. },
  12168. {
  12169. "type": "github",
  12170. "url": "https://github.com/sponsors/ai"
  12171. }
  12172. ],
  12173. "license": "MIT",
  12174. "dependencies": {
  12175. "escalade": "^3.2.0",
  12176. "picocolors": "^1.1.1"
  12177. },
  12178. "bin": {
  12179. "update-browserslist-db": "cli.js"
  12180. },
  12181. "peerDependencies": {
  12182. "browserslist": ">= 4.21.0"
  12183. }
  12184. },
  12185. "node_modules/uqr": {
  12186. "version": "0.1.2",
  12187. "resolved": "https://registry.npmjs.org/uqr/-/uqr-0.1.2.tgz",
  12188. "integrity": "sha512-MJu7ypHq6QasgF5YRTjqscSzQp/W11zoUk6kvmlH+fmWEs63Y0Eib13hYFwAzagRJcVY8WVnlV+eBDUGMJ5IbA==",
  12189. "license": "MIT"
  12190. },
  12191. "node_modules/util-deprecate": {
  12192. "version": "1.0.2",
  12193. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  12194. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  12195. "license": "MIT"
  12196. },
  12197. "node_modules/vaul-vue": {
  12198. "version": "0.4.1",
  12199. "resolved": "https://registry.npmjs.org/vaul-vue/-/vaul-vue-0.4.1.tgz",
  12200. "integrity": "sha512-A6jOWOZX5yvyo1qMn7IveoWN91mJI5L3BUKsIwkg6qrTGgHs1Sb1JF/vyLJgnbN1rH4OOOxFbtqL9A46bOyGUQ==",
  12201. "dependencies": {
  12202. "@vueuse/core": "^10.8.0",
  12203. "reka-ui": "^2.0.0",
  12204. "vue": "^3.4.5"
  12205. },
  12206. "peerDependencies": {
  12207. "reka-ui": "^2.0.0",
  12208. "vue": "^3.3.0"
  12209. }
  12210. },
  12211. "node_modules/vaul-vue/node_modules/@types/web-bluetooth": {
  12212. "version": "0.0.20",
  12213. "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz",
  12214. "integrity": "sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==",
  12215. "license": "MIT"
  12216. },
  12217. "node_modules/vaul-vue/node_modules/@vueuse/core": {
  12218. "version": "10.11.1",
  12219. "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-10.11.1.tgz",
  12220. "integrity": "sha512-guoy26JQktXPcz+0n3GukWIy/JDNKti9v6VEMu6kV2sYBsWuGiTU8OWdg+ADfUbHg3/3DlqySDe7JmdHrktiww==",
  12221. "license": "MIT",
  12222. "dependencies": {
  12223. "@types/web-bluetooth": "^0.0.20",
  12224. "@vueuse/metadata": "10.11.1",
  12225. "@vueuse/shared": "10.11.1",
  12226. "vue-demi": ">=0.14.8"
  12227. },
  12228. "funding": {
  12229. "url": "https://github.com/sponsors/antfu"
  12230. }
  12231. },
  12232. "node_modules/vaul-vue/node_modules/@vueuse/core/node_modules/vue-demi": {
  12233. "version": "0.14.10",
  12234. "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
  12235. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  12236. "hasInstallScript": true,
  12237. "license": "MIT",
  12238. "bin": {
  12239. "vue-demi-fix": "bin/vue-demi-fix.js",
  12240. "vue-demi-switch": "bin/vue-demi-switch.js"
  12241. },
  12242. "engines": {
  12243. "node": ">=12"
  12244. },
  12245. "funding": {
  12246. "url": "https://github.com/sponsors/antfu"
  12247. },
  12248. "peerDependencies": {
  12249. "@vue/composition-api": "^1.0.0-rc.1",
  12250. "vue": "^3.0.0-0 || ^2.6.0"
  12251. },
  12252. "peerDependenciesMeta": {
  12253. "@vue/composition-api": {
  12254. "optional": true
  12255. }
  12256. }
  12257. },
  12258. "node_modules/vaul-vue/node_modules/@vueuse/metadata": {
  12259. "version": "10.11.1",
  12260. "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-10.11.1.tgz",
  12261. "integrity": "sha512-IGa5FXd003Ug1qAZmyE8wF3sJ81xGLSqTqtQ6jaVfkeZ4i5kS2mwQF61yhVqojRnenVew5PldLyRgvdl4YYuSw==",
  12262. "license": "MIT",
  12263. "funding": {
  12264. "url": "https://github.com/sponsors/antfu"
  12265. }
  12266. },
  12267. "node_modules/vaul-vue/node_modules/@vueuse/shared": {
  12268. "version": "10.11.1",
  12269. "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-10.11.1.tgz",
  12270. "integrity": "sha512-LHpC8711VFZlDaYUXEBbFBCQ7GS3dVU9mjOhhMhXP6txTV4EhYQg/KGnQuvt/sPAtoUKq7VVUnL6mVtFoL42sA==",
  12271. "license": "MIT",
  12272. "dependencies": {
  12273. "vue-demi": ">=0.14.8"
  12274. },
  12275. "funding": {
  12276. "url": "https://github.com/sponsors/antfu"
  12277. }
  12278. },
  12279. "node_modules/vaul-vue/node_modules/@vueuse/shared/node_modules/vue-demi": {
  12280. "version": "0.14.10",
  12281. "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
  12282. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  12283. "hasInstallScript": true,
  12284. "license": "MIT",
  12285. "bin": {
  12286. "vue-demi-fix": "bin/vue-demi-fix.js",
  12287. "vue-demi-switch": "bin/vue-demi-switch.js"
  12288. },
  12289. "engines": {
  12290. "node": ">=12"
  12291. },
  12292. "funding": {
  12293. "url": "https://github.com/sponsors/antfu"
  12294. },
  12295. "peerDependencies": {
  12296. "@vue/composition-api": "^1.0.0-rc.1",
  12297. "vue": "^3.0.0-0 || ^2.6.0"
  12298. },
  12299. "peerDependenciesMeta": {
  12300. "@vue/composition-api": {
  12301. "optional": true
  12302. }
  12303. }
  12304. },
  12305. "node_modules/vite": {
  12306. "version": "7.3.2",
  12307. "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.2.tgz",
  12308. "integrity": "sha512-Bby3NOsna2jsjfLVOHKes8sGwgl4TT0E6vvpYgnAYDIF/tie7MRaFthmKuHx1NSXjiTueXH3do80FMQgvEktRg==",
  12309. "license": "MIT",
  12310. "dependencies": {
  12311. "esbuild": "^0.27.0",
  12312. "fdir": "^6.5.0",
  12313. "picomatch": "^4.0.3",
  12314. "postcss": "^8.5.6",
  12315. "rollup": "^4.43.0",
  12316. "tinyglobby": "^0.2.15"
  12317. },
  12318. "bin": {
  12319. "vite": "bin/vite.js"
  12320. },
  12321. "engines": {
  12322. "node": "^20.19.0 || >=22.12.0"
  12323. },
  12324. "funding": {
  12325. "url": "https://github.com/vitejs/vite?sponsor=1"
  12326. },
  12327. "optionalDependencies": {
  12328. "fsevents": "~2.3.3"
  12329. },
  12330. "peerDependencies": {
  12331. "@types/node": "^20.19.0 || >=22.12.0",
  12332. "jiti": ">=1.21.0",
  12333. "less": "^4.0.0",
  12334. "lightningcss": "^1.21.0",
  12335. "sass": "^1.70.0",
  12336. "sass-embedded": "^1.70.0",
  12337. "stylus": ">=0.54.8",
  12338. "sugarss": "^5.0.0",
  12339. "terser": "^5.16.0",
  12340. "tsx": "^4.8.1",
  12341. "yaml": "^2.4.2"
  12342. },
  12343. "peerDependenciesMeta": {
  12344. "@types/node": {
  12345. "optional": true
  12346. },
  12347. "jiti": {
  12348. "optional": true
  12349. },
  12350. "less": {
  12351. "optional": true
  12352. },
  12353. "lightningcss": {
  12354. "optional": true
  12355. },
  12356. "sass": {
  12357. "optional": true
  12358. },
  12359. "sass-embedded": {
  12360. "optional": true
  12361. },
  12362. "stylus": {
  12363. "optional": true
  12364. },
  12365. "sugarss": {
  12366. "optional": true
  12367. },
  12368. "terser": {
  12369. "optional": true
  12370. },
  12371. "tsx": {
  12372. "optional": true
  12373. },
  12374. "yaml": {
  12375. "optional": true
  12376. }
  12377. }
  12378. },
  12379. "node_modules/vite-dev-rpc": {
  12380. "version": "1.1.0",
  12381. "resolved": "https://registry.npmjs.org/vite-dev-rpc/-/vite-dev-rpc-1.1.0.tgz",
  12382. "integrity": "sha512-pKXZlgoXGoE8sEKiKJSng4hI1sQ4wi5YT24FCrwrLt6opmkjlqPPVmiPWWJn8M8byMxRGzp1CrFuqQs4M/Z39A==",
  12383. "license": "MIT",
  12384. "dependencies": {
  12385. "birpc": "^2.4.0",
  12386. "vite-hot-client": "^2.1.0"
  12387. },
  12388. "funding": {
  12389. "url": "https://github.com/sponsors/antfu"
  12390. },
  12391. "peerDependencies": {
  12392. "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.1 || ^7.0.0-0"
  12393. }
  12394. },
  12395. "node_modules/vite-hot-client": {
  12396. "version": "2.1.0",
  12397. "resolved": "https://registry.npmjs.org/vite-hot-client/-/vite-hot-client-2.1.0.tgz",
  12398. "integrity": "sha512-7SpgZmU7R+dDnSmvXE1mfDtnHLHQSisdySVR7lO8ceAXvM0otZeuQQ6C8LrS5d/aYyP/QZ0hI0L+dIPrm4YlFQ==",
  12399. "license": "MIT",
  12400. "funding": {
  12401. "url": "https://github.com/sponsors/antfu"
  12402. },
  12403. "peerDependencies": {
  12404. "vite": "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0"
  12405. }
  12406. },
  12407. "node_modules/vite-node": {
  12408. "version": "3.2.4",
  12409. "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-3.2.4.tgz",
  12410. "integrity": "sha512-EbKSKh+bh1E1IFxeO0pg1n4dvoOTt0UDiXMd/qn++r98+jPO1xtJilvXldeuQ8giIB5IkpjCgMleHMNEsGH6pg==",
  12411. "license": "MIT",
  12412. "dependencies": {
  12413. "cac": "^6.7.14",
  12414. "debug": "^4.4.1",
  12415. "es-module-lexer": "^1.7.0",
  12416. "pathe": "^2.0.3",
  12417. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0"
  12418. },
  12419. "bin": {
  12420. "vite-node": "vite-node.mjs"
  12421. },
  12422. "engines": {
  12423. "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
  12424. },
  12425. "funding": {
  12426. "url": "https://opencollective.com/vitest"
  12427. }
  12428. },
  12429. "node_modules/vite-plugin-checker": {
  12430. "version": "0.11.0",
  12431. "resolved": "https://registry.npmjs.org/vite-plugin-checker/-/vite-plugin-checker-0.11.0.tgz",
  12432. "integrity": "sha512-iUdO9Pl9UIBRPAragwi3as/BXXTtRu4G12L3CMrjx+WVTd9g/MsqNakreib9M/2YRVkhZYiTEwdH2j4Dm0w7lw==",
  12433. "license": "MIT",
  12434. "dependencies": {
  12435. "@babel/code-frame": "^7.27.1",
  12436. "chokidar": "^4.0.3",
  12437. "npm-run-path": "^6.0.0",
  12438. "picocolors": "^1.1.1",
  12439. "picomatch": "^4.0.3",
  12440. "tiny-invariant": "^1.3.3",
  12441. "tinyglobby": "^0.2.14",
  12442. "vscode-uri": "^3.1.0"
  12443. },
  12444. "engines": {
  12445. "node": ">=16.11"
  12446. },
  12447. "peerDependencies": {
  12448. "@biomejs/biome": ">=1.7",
  12449. "eslint": ">=7",
  12450. "meow": "^13.2.0",
  12451. "optionator": "^0.9.4",
  12452. "oxlint": ">=1",
  12453. "stylelint": ">=16",
  12454. "typescript": "*",
  12455. "vite": ">=5.4.20",
  12456. "vls": "*",
  12457. "vti": "*",
  12458. "vue-tsc": "~2.2.10 || ^3.0.0"
  12459. },
  12460. "peerDependenciesMeta": {
  12461. "@biomejs/biome": {
  12462. "optional": true
  12463. },
  12464. "eslint": {
  12465. "optional": true
  12466. },
  12467. "meow": {
  12468. "optional": true
  12469. },
  12470. "optionator": {
  12471. "optional": true
  12472. },
  12473. "oxlint": {
  12474. "optional": true
  12475. },
  12476. "stylelint": {
  12477. "optional": true
  12478. },
  12479. "typescript": {
  12480. "optional": true
  12481. },
  12482. "vls": {
  12483. "optional": true
  12484. },
  12485. "vti": {
  12486. "optional": true
  12487. },
  12488. "vue-tsc": {
  12489. "optional": true
  12490. }
  12491. }
  12492. },
  12493. "node_modules/vite-plugin-checker/node_modules/npm-run-path": {
  12494. "version": "6.0.0",
  12495. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-6.0.0.tgz",
  12496. "integrity": "sha512-9qny7Z9DsQU8Ou39ERsPU4OZQlSTP47ShQzuKZ6PRXpYLtIFgl/DEBYEXKlvcEa+9tHVcK8CF81Y2V72qaZhWA==",
  12497. "license": "MIT",
  12498. "dependencies": {
  12499. "path-key": "^4.0.0",
  12500. "unicorn-magic": "^0.3.0"
  12501. },
  12502. "engines": {
  12503. "node": ">=18"
  12504. },
  12505. "funding": {
  12506. "url": "https://github.com/sponsors/sindresorhus"
  12507. }
  12508. },
  12509. "node_modules/vite-plugin-checker/node_modules/path-key": {
  12510. "version": "4.0.0",
  12511. "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz",
  12512. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  12513. "license": "MIT",
  12514. "engines": {
  12515. "node": ">=12"
  12516. },
  12517. "funding": {
  12518. "url": "https://github.com/sponsors/sindresorhus"
  12519. }
  12520. },
  12521. "node_modules/vite-plugin-inspect": {
  12522. "version": "11.3.3",
  12523. "resolved": "https://registry.npmjs.org/vite-plugin-inspect/-/vite-plugin-inspect-11.3.3.tgz",
  12524. "integrity": "sha512-u2eV5La99oHoYPHE6UvbwgEqKKOQGz86wMg40CCosP6q8BkB6e5xPneZfYagK4ojPJSj5anHCrnvC20DpwVdRA==",
  12525. "license": "MIT",
  12526. "dependencies": {
  12527. "ansis": "^4.1.0",
  12528. "debug": "^4.4.1",
  12529. "error-stack-parser-es": "^1.0.5",
  12530. "ohash": "^2.0.11",
  12531. "open": "^10.2.0",
  12532. "perfect-debounce": "^2.0.0",
  12533. "sirv": "^3.0.1",
  12534. "unplugin-utils": "^0.3.0",
  12535. "vite-dev-rpc": "^1.1.0"
  12536. },
  12537. "engines": {
  12538. "node": ">=14"
  12539. },
  12540. "funding": {
  12541. "url": "https://github.com/sponsors/antfu"
  12542. },
  12543. "peerDependencies": {
  12544. "vite": "^6.0.0 || ^7.0.0-0"
  12545. },
  12546. "peerDependenciesMeta": {
  12547. "@nuxt/kit": {
  12548. "optional": true
  12549. }
  12550. }
  12551. },
  12552. "node_modules/vite-plugin-inspect/node_modules/define-lazy-prop": {
  12553. "version": "3.0.0",
  12554. "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
  12555. "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
  12556. "license": "MIT",
  12557. "engines": {
  12558. "node": ">=12"
  12559. },
  12560. "funding": {
  12561. "url": "https://github.com/sponsors/sindresorhus"
  12562. }
  12563. },
  12564. "node_modules/vite-plugin-inspect/node_modules/open": {
  12565. "version": "10.2.0",
  12566. "resolved": "https://registry.npmjs.org/open/-/open-10.2.0.tgz",
  12567. "integrity": "sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==",
  12568. "license": "MIT",
  12569. "dependencies": {
  12570. "default-browser": "^5.2.1",
  12571. "define-lazy-prop": "^3.0.0",
  12572. "is-inside-container": "^1.0.0",
  12573. "wsl-utils": "^0.1.0"
  12574. },
  12575. "engines": {
  12576. "node": ">=18"
  12577. },
  12578. "funding": {
  12579. "url": "https://github.com/sponsors/sindresorhus"
  12580. }
  12581. },
  12582. "node_modules/vite-plugin-inspect/node_modules/unplugin-utils": {
  12583. "version": "0.3.1",
  12584. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  12585. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  12586. "license": "MIT",
  12587. "dependencies": {
  12588. "pathe": "^2.0.3",
  12589. "picomatch": "^4.0.3"
  12590. },
  12591. "engines": {
  12592. "node": ">=20.19.0"
  12593. },
  12594. "funding": {
  12595. "url": "https://github.com/sponsors/sxzz"
  12596. }
  12597. },
  12598. "node_modules/vite-plugin-vue-tracer": {
  12599. "version": "1.0.1",
  12600. "resolved": "https://registry.npmjs.org/vite-plugin-vue-tracer/-/vite-plugin-vue-tracer-1.0.1.tgz",
  12601. "integrity": "sha512-L5/vAhT6oYbH4RSQYGLN9VfHexWe7SGzca1pJ7oPkL6KtxWA1jbGeb3Ri1JptKzqtd42HinOq4uEYqzhVWrzig==",
  12602. "license": "MIT",
  12603. "dependencies": {
  12604. "estree-walker": "^3.0.3",
  12605. "exsolve": "^1.0.7",
  12606. "magic-string": "^0.30.19",
  12607. "pathe": "^2.0.3",
  12608. "source-map-js": "^1.2.1"
  12609. },
  12610. "funding": {
  12611. "url": "https://github.com/sponsors/antfu"
  12612. },
  12613. "peerDependencies": {
  12614. "vite": "^6.0.0 || ^7.0.0",
  12615. "vue": "^3.5.0"
  12616. }
  12617. },
  12618. "node_modules/vite-plugin-vue-tracer/node_modules/estree-walker": {
  12619. "version": "3.0.3",
  12620. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  12621. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  12622. "license": "MIT",
  12623. "dependencies": {
  12624. "@types/estree": "^1.0.0"
  12625. }
  12626. },
  12627. "node_modules/vite/node_modules/@esbuild/aix-ppc64": {
  12628. "version": "0.27.7",
  12629. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.7.tgz",
  12630. "integrity": "sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg==",
  12631. "cpu": [
  12632. "ppc64"
  12633. ],
  12634. "license": "MIT",
  12635. "optional": true,
  12636. "os": [
  12637. "aix"
  12638. ],
  12639. "engines": {
  12640. "node": ">=18"
  12641. }
  12642. },
  12643. "node_modules/vite/node_modules/@esbuild/android-arm": {
  12644. "version": "0.27.7",
  12645. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.7.tgz",
  12646. "integrity": "sha512-jbPXvB4Yj2yBV7HUfE2KHe4GJX51QplCN1pGbYjvsyCZbQmies29EoJbkEc+vYuU5o45AfQn37vZlyXy4YJ8RQ==",
  12647. "cpu": [
  12648. "arm"
  12649. ],
  12650. "license": "MIT",
  12651. "optional": true,
  12652. "os": [
  12653. "android"
  12654. ],
  12655. "engines": {
  12656. "node": ">=18"
  12657. }
  12658. },
  12659. "node_modules/vite/node_modules/@esbuild/android-arm64": {
  12660. "version": "0.27.7",
  12661. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.7.tgz",
  12662. "integrity": "sha512-62dPZHpIXzvChfvfLJow3q5dDtiNMkwiRzPylSCfriLvZeq0a1bWChrGx/BbUbPwOrsWKMn8idSllklzBy+dgQ==",
  12663. "cpu": [
  12664. "arm64"
  12665. ],
  12666. "license": "MIT",
  12667. "optional": true,
  12668. "os": [
  12669. "android"
  12670. ],
  12671. "engines": {
  12672. "node": ">=18"
  12673. }
  12674. },
  12675. "node_modules/vite/node_modules/@esbuild/android-x64": {
  12676. "version": "0.27.7",
  12677. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.7.tgz",
  12678. "integrity": "sha512-x5VpMODneVDb70PYV2VQOmIUUiBtY3D3mPBG8NxVk5CogneYhkR7MmM3yR/uMdITLrC1ml/NV1rj4bMJuy9MCg==",
  12679. "cpu": [
  12680. "x64"
  12681. ],
  12682. "license": "MIT",
  12683. "optional": true,
  12684. "os": [
  12685. "android"
  12686. ],
  12687. "engines": {
  12688. "node": ">=18"
  12689. }
  12690. },
  12691. "node_modules/vite/node_modules/@esbuild/darwin-arm64": {
  12692. "version": "0.27.7",
  12693. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.7.tgz",
  12694. "integrity": "sha512-5lckdqeuBPlKUwvoCXIgI2D9/ABmPq3Rdp7IfL70393YgaASt7tbju3Ac+ePVi3KDH6N2RqePfHnXkaDtY9fkw==",
  12695. "cpu": [
  12696. "arm64"
  12697. ],
  12698. "license": "MIT",
  12699. "optional": true,
  12700. "os": [
  12701. "darwin"
  12702. ],
  12703. "engines": {
  12704. "node": ">=18"
  12705. }
  12706. },
  12707. "node_modules/vite/node_modules/@esbuild/darwin-x64": {
  12708. "version": "0.27.7",
  12709. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.7.tgz",
  12710. "integrity": "sha512-rYnXrKcXuT7Z+WL5K980jVFdvVKhCHhUwid+dDYQpH+qu+TefcomiMAJpIiC2EM3Rjtq0sO3StMV/+3w3MyyqQ==",
  12711. "cpu": [
  12712. "x64"
  12713. ],
  12714. "license": "MIT",
  12715. "optional": true,
  12716. "os": [
  12717. "darwin"
  12718. ],
  12719. "engines": {
  12720. "node": ">=18"
  12721. }
  12722. },
  12723. "node_modules/vite/node_modules/@esbuild/freebsd-arm64": {
  12724. "version": "0.27.7",
  12725. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.7.tgz",
  12726. "integrity": "sha512-B48PqeCsEgOtzME2GbNM2roU29AMTuOIN91dsMO30t+Ydis3z/3Ngoj5hhnsOSSwNzS+6JppqWsuhTp6E82l2w==",
  12727. "cpu": [
  12728. "arm64"
  12729. ],
  12730. "license": "MIT",
  12731. "optional": true,
  12732. "os": [
  12733. "freebsd"
  12734. ],
  12735. "engines": {
  12736. "node": ">=18"
  12737. }
  12738. },
  12739. "node_modules/vite/node_modules/@esbuild/freebsd-x64": {
  12740. "version": "0.27.7",
  12741. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.7.tgz",
  12742. "integrity": "sha512-jOBDK5XEjA4m5IJK3bpAQF9/Lelu/Z9ZcdhTRLf4cajlB+8VEhFFRjWgfy3M1O4rO2GQ/b2dLwCUGpiF/eATNQ==",
  12743. "cpu": [
  12744. "x64"
  12745. ],
  12746. "license": "MIT",
  12747. "optional": true,
  12748. "os": [
  12749. "freebsd"
  12750. ],
  12751. "engines": {
  12752. "node": ">=18"
  12753. }
  12754. },
  12755. "node_modules/vite/node_modules/@esbuild/linux-arm": {
  12756. "version": "0.27.7",
  12757. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.7.tgz",
  12758. "integrity": "sha512-RkT/YXYBTSULo3+af8Ib0ykH8u2MBh57o7q/DAs3lTJlyVQkgQvlrPTnjIzzRPQyavxtPtfg0EopvDyIt0j1rA==",
  12759. "cpu": [
  12760. "arm"
  12761. ],
  12762. "license": "MIT",
  12763. "optional": true,
  12764. "os": [
  12765. "linux"
  12766. ],
  12767. "engines": {
  12768. "node": ">=18"
  12769. }
  12770. },
  12771. "node_modules/vite/node_modules/@esbuild/linux-arm64": {
  12772. "version": "0.27.7",
  12773. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.7.tgz",
  12774. "integrity": "sha512-RZPHBoxXuNnPQO9rvjh5jdkRmVizktkT7TCDkDmQ0W2SwHInKCAV95GRuvdSvA7w4VMwfCjUiPwDi0ZO6Nfe9A==",
  12775. "cpu": [
  12776. "arm64"
  12777. ],
  12778. "license": "MIT",
  12779. "optional": true,
  12780. "os": [
  12781. "linux"
  12782. ],
  12783. "engines": {
  12784. "node": ">=18"
  12785. }
  12786. },
  12787. "node_modules/vite/node_modules/@esbuild/linux-ia32": {
  12788. "version": "0.27.7",
  12789. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.7.tgz",
  12790. "integrity": "sha512-GA48aKNkyQDbd3KtkplYWT102C5sn/EZTY4XROkxONgruHPU72l+gW+FfF8tf2cFjeHaRbWpOYa/uRBz/Xq1Pg==",
  12791. "cpu": [
  12792. "ia32"
  12793. ],
  12794. "license": "MIT",
  12795. "optional": true,
  12796. "os": [
  12797. "linux"
  12798. ],
  12799. "engines": {
  12800. "node": ">=18"
  12801. }
  12802. },
  12803. "node_modules/vite/node_modules/@esbuild/linux-loong64": {
  12804. "version": "0.27.7",
  12805. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.7.tgz",
  12806. "integrity": "sha512-a4POruNM2oWsD4WKvBSEKGIiWQF8fZOAsycHOt6JBpZ+JN2n2JH9WAv56SOyu9X5IqAjqSIPTaJkqN8F7XOQ5Q==",
  12807. "cpu": [
  12808. "loong64"
  12809. ],
  12810. "license": "MIT",
  12811. "optional": true,
  12812. "os": [
  12813. "linux"
  12814. ],
  12815. "engines": {
  12816. "node": ">=18"
  12817. }
  12818. },
  12819. "node_modules/vite/node_modules/@esbuild/linux-mips64el": {
  12820. "version": "0.27.7",
  12821. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.7.tgz",
  12822. "integrity": "sha512-KabT5I6StirGfIz0FMgl1I+R1H73Gp0ofL9A3nG3i/cYFJzKHhouBV5VWK1CSgKvVaG4q1RNpCTR2LuTVB3fIw==",
  12823. "cpu": [
  12824. "mips64el"
  12825. ],
  12826. "license": "MIT",
  12827. "optional": true,
  12828. "os": [
  12829. "linux"
  12830. ],
  12831. "engines": {
  12832. "node": ">=18"
  12833. }
  12834. },
  12835. "node_modules/vite/node_modules/@esbuild/linux-ppc64": {
  12836. "version": "0.27.7",
  12837. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.7.tgz",
  12838. "integrity": "sha512-gRsL4x6wsGHGRqhtI+ifpN/vpOFTQtnbsupUF5R5YTAg+y/lKelYR1hXbnBdzDjGbMYjVJLJTd2OFmMewAgwlQ==",
  12839. "cpu": [
  12840. "ppc64"
  12841. ],
  12842. "license": "MIT",
  12843. "optional": true,
  12844. "os": [
  12845. "linux"
  12846. ],
  12847. "engines": {
  12848. "node": ">=18"
  12849. }
  12850. },
  12851. "node_modules/vite/node_modules/@esbuild/linux-riscv64": {
  12852. "version": "0.27.7",
  12853. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.7.tgz",
  12854. "integrity": "sha512-hL25LbxO1QOngGzu2U5xeXtxXcW+/GvMN3ejANqXkxZ/opySAZMrc+9LY/WyjAan41unrR3YrmtTsUpwT66InQ==",
  12855. "cpu": [
  12856. "riscv64"
  12857. ],
  12858. "license": "MIT",
  12859. "optional": true,
  12860. "os": [
  12861. "linux"
  12862. ],
  12863. "engines": {
  12864. "node": ">=18"
  12865. }
  12866. },
  12867. "node_modules/vite/node_modules/@esbuild/linux-s390x": {
  12868. "version": "0.27.7",
  12869. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.7.tgz",
  12870. "integrity": "sha512-2k8go8Ycu1Kb46vEelhu1vqEP+UeRVj2zY1pSuPdgvbd5ykAw82Lrro28vXUrRmzEsUV0NzCf54yARIK8r0fdw==",
  12871. "cpu": [
  12872. "s390x"
  12873. ],
  12874. "license": "MIT",
  12875. "optional": true,
  12876. "os": [
  12877. "linux"
  12878. ],
  12879. "engines": {
  12880. "node": ">=18"
  12881. }
  12882. },
  12883. "node_modules/vite/node_modules/@esbuild/linux-x64": {
  12884. "version": "0.27.7",
  12885. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.7.tgz",
  12886. "integrity": "sha512-hzznmADPt+OmsYzw1EE33ccA+HPdIqiCRq7cQeL1Jlq2gb1+OyWBkMCrYGBJ+sxVzve2ZJEVeePbLM2iEIZSxA==",
  12887. "cpu": [
  12888. "x64"
  12889. ],
  12890. "license": "MIT",
  12891. "optional": true,
  12892. "os": [
  12893. "linux"
  12894. ],
  12895. "engines": {
  12896. "node": ">=18"
  12897. }
  12898. },
  12899. "node_modules/vite/node_modules/@esbuild/netbsd-arm64": {
  12900. "version": "0.27.7",
  12901. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.7.tgz",
  12902. "integrity": "sha512-b6pqtrQdigZBwZxAn1UpazEisvwaIDvdbMbmrly7cDTMFnw/+3lVxxCTGOrkPVnsYIosJJXAsILG9XcQS+Yu6w==",
  12903. "cpu": [
  12904. "arm64"
  12905. ],
  12906. "license": "MIT",
  12907. "optional": true,
  12908. "os": [
  12909. "netbsd"
  12910. ],
  12911. "engines": {
  12912. "node": ">=18"
  12913. }
  12914. },
  12915. "node_modules/vite/node_modules/@esbuild/netbsd-x64": {
  12916. "version": "0.27.7",
  12917. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.7.tgz",
  12918. "integrity": "sha512-OfatkLojr6U+WN5EDYuoQhtM+1xco+/6FSzJJnuWiUw5eVcicbyK3dq5EeV/QHT1uy6GoDhGbFpprUiHUYggrw==",
  12919. "cpu": [
  12920. "x64"
  12921. ],
  12922. "license": "MIT",
  12923. "optional": true,
  12924. "os": [
  12925. "netbsd"
  12926. ],
  12927. "engines": {
  12928. "node": ">=18"
  12929. }
  12930. },
  12931. "node_modules/vite/node_modules/@esbuild/openbsd-arm64": {
  12932. "version": "0.27.7",
  12933. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.7.tgz",
  12934. "integrity": "sha512-AFuojMQTxAz75Fo8idVcqoQWEHIXFRbOc1TrVcFSgCZtQfSdc1RXgB3tjOn/krRHENUB4j00bfGjyl2mJrU37A==",
  12935. "cpu": [
  12936. "arm64"
  12937. ],
  12938. "license": "MIT",
  12939. "optional": true,
  12940. "os": [
  12941. "openbsd"
  12942. ],
  12943. "engines": {
  12944. "node": ">=18"
  12945. }
  12946. },
  12947. "node_modules/vite/node_modules/@esbuild/openbsd-x64": {
  12948. "version": "0.27.7",
  12949. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.7.tgz",
  12950. "integrity": "sha512-+A1NJmfM8WNDv5CLVQYJ5PshuRm/4cI6WMZRg1by1GwPIQPCTs1GLEUHwiiQGT5zDdyLiRM/l1G0Pv54gvtKIg==",
  12951. "cpu": [
  12952. "x64"
  12953. ],
  12954. "license": "MIT",
  12955. "optional": true,
  12956. "os": [
  12957. "openbsd"
  12958. ],
  12959. "engines": {
  12960. "node": ">=18"
  12961. }
  12962. },
  12963. "node_modules/vite/node_modules/@esbuild/openharmony-arm64": {
  12964. "version": "0.27.7",
  12965. "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.7.tgz",
  12966. "integrity": "sha512-+KrvYb/C8zA9CU/g0sR6w2RBw7IGc5J2BPnc3dYc5VJxHCSF1yNMxTV5LQ7GuKteQXZtspjFbiuW5/dOj7H4Yw==",
  12967. "cpu": [
  12968. "arm64"
  12969. ],
  12970. "license": "MIT",
  12971. "optional": true,
  12972. "os": [
  12973. "openharmony"
  12974. ],
  12975. "engines": {
  12976. "node": ">=18"
  12977. }
  12978. },
  12979. "node_modules/vite/node_modules/@esbuild/sunos-x64": {
  12980. "version": "0.27.7",
  12981. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.7.tgz",
  12982. "integrity": "sha512-ikktIhFBzQNt/QDyOL580ti9+5mL/YZeUPKU2ivGtGjdTYoqz6jObj6nOMfhASpS4GU4Q/Clh1QtxWAvcYKamA==",
  12983. "cpu": [
  12984. "x64"
  12985. ],
  12986. "license": "MIT",
  12987. "optional": true,
  12988. "os": [
  12989. "sunos"
  12990. ],
  12991. "engines": {
  12992. "node": ">=18"
  12993. }
  12994. },
  12995. "node_modules/vite/node_modules/@esbuild/win32-arm64": {
  12996. "version": "0.27.7",
  12997. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.7.tgz",
  12998. "integrity": "sha512-7yRhbHvPqSpRUV7Q20VuDwbjW5kIMwTHpptuUzV+AA46kiPze5Z7qgt6CLCK3pWFrHeNfDd1VKgyP4O+ng17CA==",
  12999. "cpu": [
  13000. "arm64"
  13001. ],
  13002. "license": "MIT",
  13003. "optional": true,
  13004. "os": [
  13005. "win32"
  13006. ],
  13007. "engines": {
  13008. "node": ">=18"
  13009. }
  13010. },
  13011. "node_modules/vite/node_modules/@esbuild/win32-ia32": {
  13012. "version": "0.27.7",
  13013. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.7.tgz",
  13014. "integrity": "sha512-SmwKXe6VHIyZYbBLJrhOoCJRB/Z1tckzmgTLfFYOfpMAx63BJEaL9ExI8x7v0oAO3Zh6D/Oi1gVxEYr5oUCFhw==",
  13015. "cpu": [
  13016. "ia32"
  13017. ],
  13018. "license": "MIT",
  13019. "optional": true,
  13020. "os": [
  13021. "win32"
  13022. ],
  13023. "engines": {
  13024. "node": ">=18"
  13025. }
  13026. },
  13027. "node_modules/vite/node_modules/@esbuild/win32-x64": {
  13028. "version": "0.27.7",
  13029. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.7.tgz",
  13030. "integrity": "sha512-56hiAJPhwQ1R4i+21FVF7V8kSD5zZTdHcVuRFMW0hn753vVfQN8xlx4uOPT4xoGH0Z/oVATuR82AiqSTDIpaHg==",
  13031. "cpu": [
  13032. "x64"
  13033. ],
  13034. "license": "MIT",
  13035. "optional": true,
  13036. "os": [
  13037. "win32"
  13038. ],
  13039. "engines": {
  13040. "node": ">=18"
  13041. }
  13042. },
  13043. "node_modules/vite/node_modules/esbuild": {
  13044. "version": "0.27.7",
  13045. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.7.tgz",
  13046. "integrity": "sha512-IxpibTjyVnmrIQo5aqNpCgoACA/dTKLTlhMHihVHhdkxKyPO1uBBthumT0rdHmcsk9uMonIWS0m4FljWzILh3w==",
  13047. "hasInstallScript": true,
  13048. "license": "MIT",
  13049. "bin": {
  13050. "esbuild": "bin/esbuild"
  13051. },
  13052. "engines": {
  13053. "node": ">=18"
  13054. },
  13055. "optionalDependencies": {
  13056. "@esbuild/aix-ppc64": "0.27.7",
  13057. "@esbuild/android-arm": "0.27.7",
  13058. "@esbuild/android-arm64": "0.27.7",
  13059. "@esbuild/android-x64": "0.27.7",
  13060. "@esbuild/darwin-arm64": "0.27.7",
  13061. "@esbuild/darwin-x64": "0.27.7",
  13062. "@esbuild/freebsd-arm64": "0.27.7",
  13063. "@esbuild/freebsd-x64": "0.27.7",
  13064. "@esbuild/linux-arm": "0.27.7",
  13065. "@esbuild/linux-arm64": "0.27.7",
  13066. "@esbuild/linux-ia32": "0.27.7",
  13067. "@esbuild/linux-loong64": "0.27.7",
  13068. "@esbuild/linux-mips64el": "0.27.7",
  13069. "@esbuild/linux-ppc64": "0.27.7",
  13070. "@esbuild/linux-riscv64": "0.27.7",
  13071. "@esbuild/linux-s390x": "0.27.7",
  13072. "@esbuild/linux-x64": "0.27.7",
  13073. "@esbuild/netbsd-arm64": "0.27.7",
  13074. "@esbuild/netbsd-x64": "0.27.7",
  13075. "@esbuild/openbsd-arm64": "0.27.7",
  13076. "@esbuild/openbsd-x64": "0.27.7",
  13077. "@esbuild/openharmony-arm64": "0.27.7",
  13078. "@esbuild/sunos-x64": "0.27.7",
  13079. "@esbuild/win32-arm64": "0.27.7",
  13080. "@esbuild/win32-ia32": "0.27.7",
  13081. "@esbuild/win32-x64": "0.27.7"
  13082. }
  13083. },
  13084. "node_modules/vscode-uri": {
  13085. "version": "3.1.0",
  13086. "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.1.0.tgz",
  13087. "integrity": "sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==",
  13088. "license": "MIT"
  13089. },
  13090. "node_modules/vue": {
  13091. "version": "3.5.22",
  13092. "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.22.tgz",
  13093. "integrity": "sha512-toaZjQ3a/G/mYaLSbV+QsQhIdMo9x5rrqIpYRObsJ6T/J+RyCSFwN2LHNVH9v8uIcljDNa3QzPVdv3Y6b9hAJQ==",
  13094. "license": "MIT",
  13095. "dependencies": {
  13096. "@vue/compiler-dom": "3.5.22",
  13097. "@vue/compiler-sfc": "3.5.22",
  13098. "@vue/runtime-dom": "3.5.22",
  13099. "@vue/server-renderer": "3.5.22",
  13100. "@vue/shared": "3.5.22"
  13101. },
  13102. "peerDependencies": {
  13103. "typescript": "*"
  13104. },
  13105. "peerDependenciesMeta": {
  13106. "typescript": {
  13107. "optional": true
  13108. }
  13109. }
  13110. },
  13111. "node_modules/vue-bundle-renderer": {
  13112. "version": "2.2.0",
  13113. "resolved": "https://registry.npmjs.org/vue-bundle-renderer/-/vue-bundle-renderer-2.2.0.tgz",
  13114. "integrity": "sha512-sz/0WEdYH1KfaOm0XaBmRZOWgYTEvUDt6yPYaUzl4E52qzgWLlknaPPTTZmp6benaPTlQAI/hN1x3tAzZygycg==",
  13115. "license": "MIT",
  13116. "dependencies": {
  13117. "ufo": "^1.6.1"
  13118. }
  13119. },
  13120. "node_modules/vue-component-type-helpers": {
  13121. "version": "3.1.5",
  13122. "resolved": "https://registry.npmjs.org/vue-component-type-helpers/-/vue-component-type-helpers-3.1.5.tgz",
  13123. "integrity": "sha512-7V3yJuNWW7/1jxCcI1CswnpDsvs02Qcx/N43LkV+ZqhLj2PKj50slUflHAroNkN4UWiYfzMUUUXiNuv9khmSpQ==",
  13124. "license": "MIT"
  13125. },
  13126. "node_modules/vue-devtools-stub": {
  13127. "version": "0.1.0",
  13128. "resolved": "https://registry.npmjs.org/vue-devtools-stub/-/vue-devtools-stub-0.1.0.tgz",
  13129. "integrity": "sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ==",
  13130. "license": "MIT"
  13131. },
  13132. "node_modules/vue-router": {
  13133. "version": "4.6.3",
  13134. "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.6.3.tgz",
  13135. "integrity": "sha512-ARBedLm9YlbvQomnmq91Os7ck6efydTSpRP3nuOKCvgJOHNrhRoJDSKtee8kcL1Vf7nz6U+PMBL+hTvR3bTVQg==",
  13136. "license": "MIT",
  13137. "dependencies": {
  13138. "@vue/devtools-api": "^6.6.4"
  13139. },
  13140. "funding": {
  13141. "url": "https://github.com/sponsors/posva"
  13142. },
  13143. "peerDependencies": {
  13144. "vue": "^3.5.0"
  13145. }
  13146. },
  13147. "node_modules/webidl-conversions": {
  13148. "version": "3.0.1",
  13149. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
  13150. "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
  13151. "license": "BSD-2-Clause"
  13152. },
  13153. "node_modules/webpack-virtual-modules": {
  13154. "version": "0.6.2",
  13155. "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  13156. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
  13157. "license": "MIT"
  13158. },
  13159. "node_modules/whatwg-url": {
  13160. "version": "5.0.0",
  13161. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
  13162. "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
  13163. "license": "MIT",
  13164. "dependencies": {
  13165. "tr46": "~0.0.3",
  13166. "webidl-conversions": "^3.0.0"
  13167. }
  13168. },
  13169. "node_modules/wheel-gestures": {
  13170. "version": "2.2.48",
  13171. "resolved": "https://registry.npmjs.org/wheel-gestures/-/wheel-gestures-2.2.48.tgz",
  13172. "integrity": "sha512-f+Gy33Oa5Z14XY9679Zze+7VFhbsQfBFXodnU2x589l4kxGM9L5Y8zETTmcMR5pWOPQyRv4Z0lNax6xCO0NSlA==",
  13173. "license": "MIT",
  13174. "engines": {
  13175. "node": ">=18"
  13176. }
  13177. },
  13178. "node_modules/which": {
  13179. "version": "5.0.0",
  13180. "resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz",
  13181. "integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==",
  13182. "license": "ISC",
  13183. "dependencies": {
  13184. "isexe": "^3.1.1"
  13185. },
  13186. "bin": {
  13187. "node-which": "bin/which.js"
  13188. },
  13189. "engines": {
  13190. "node": "^18.17.0 || >=20.5.0"
  13191. }
  13192. },
  13193. "node_modules/wrap-ansi": {
  13194. "version": "8.1.0",
  13195. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
  13196. "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
  13197. "license": "MIT",
  13198. "dependencies": {
  13199. "ansi-styles": "^6.1.0",
  13200. "string-width": "^5.0.1",
  13201. "strip-ansi": "^7.0.1"
  13202. },
  13203. "engines": {
  13204. "node": ">=12"
  13205. },
  13206. "funding": {
  13207. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  13208. }
  13209. },
  13210. "node_modules/wrap-ansi-cjs": {
  13211. "name": "wrap-ansi",
  13212. "version": "7.0.0",
  13213. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  13214. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  13215. "license": "MIT",
  13216. "dependencies": {
  13217. "ansi-styles": "^4.0.0",
  13218. "string-width": "^4.1.0",
  13219. "strip-ansi": "^6.0.0"
  13220. },
  13221. "engines": {
  13222. "node": ">=10"
  13223. },
  13224. "funding": {
  13225. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  13226. }
  13227. },
  13228. "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
  13229. "version": "5.0.1",
  13230. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  13231. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  13232. "license": "MIT",
  13233. "engines": {
  13234. "node": ">=8"
  13235. }
  13236. },
  13237. "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
  13238. "version": "4.3.0",
  13239. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  13240. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  13241. "license": "MIT",
  13242. "dependencies": {
  13243. "color-convert": "^2.0.1"
  13244. },
  13245. "engines": {
  13246. "node": ">=8"
  13247. },
  13248. "funding": {
  13249. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  13250. }
  13251. },
  13252. "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
  13253. "version": "8.0.0",
  13254. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  13255. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  13256. "license": "MIT"
  13257. },
  13258. "node_modules/wrap-ansi-cjs/node_modules/string-width": {
  13259. "version": "4.2.3",
  13260. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  13261. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  13262. "license": "MIT",
  13263. "dependencies": {
  13264. "emoji-regex": "^8.0.0",
  13265. "is-fullwidth-code-point": "^3.0.0",
  13266. "strip-ansi": "^6.0.1"
  13267. },
  13268. "engines": {
  13269. "node": ">=8"
  13270. }
  13271. },
  13272. "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
  13273. "version": "6.0.1",
  13274. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  13275. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  13276. "license": "MIT",
  13277. "dependencies": {
  13278. "ansi-regex": "^5.0.1"
  13279. },
  13280. "engines": {
  13281. "node": ">=8"
  13282. }
  13283. },
  13284. "node_modules/ws": {
  13285. "version": "8.18.3",
  13286. "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
  13287. "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
  13288. "license": "MIT",
  13289. "engines": {
  13290. "node": ">=10.0.0"
  13291. },
  13292. "peerDependencies": {
  13293. "bufferutil": "^4.0.1",
  13294. "utf-8-validate": ">=5.0.2"
  13295. },
  13296. "peerDependenciesMeta": {
  13297. "bufferutil": {
  13298. "optional": true
  13299. },
  13300. "utf-8-validate": {
  13301. "optional": true
  13302. }
  13303. }
  13304. },
  13305. "node_modules/wsl-utils": {
  13306. "version": "0.1.0",
  13307. "resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.1.0.tgz",
  13308. "integrity": "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==",
  13309. "license": "MIT",
  13310. "dependencies": {
  13311. "is-wsl": "^3.1.0"
  13312. },
  13313. "engines": {
  13314. "node": ">=18"
  13315. },
  13316. "funding": {
  13317. "url": "https://github.com/sponsors/sindresorhus"
  13318. }
  13319. },
  13320. "node_modules/xss": {
  13321. "version": "1.0.15",
  13322. "resolved": "https://registry.npmjs.org/xss/-/xss-1.0.15.tgz",
  13323. "integrity": "sha512-FVdlVVC67WOIPvfOwhoMETV72f6GbW7aOabBC3WxN/oUdoEMDyLz4OgRv5/gck2ZeNqEQu+Tb0kloovXOfpYVg==",
  13324. "license": "MIT",
  13325. "optional": true,
  13326. "dependencies": {
  13327. "commander": "^2.20.3",
  13328. "cssfilter": "0.0.10"
  13329. },
  13330. "bin": {
  13331. "xss": "bin/xss"
  13332. },
  13333. "engines": {
  13334. "node": ">= 0.10.0"
  13335. }
  13336. },
  13337. "node_modules/xss/node_modules/commander": {
  13338. "version": "2.20.3",
  13339. "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
  13340. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
  13341. "license": "MIT",
  13342. "optional": true
  13343. },
  13344. "node_modules/y18n": {
  13345. "version": "5.0.8",
  13346. "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
  13347. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  13348. "license": "ISC",
  13349. "engines": {
  13350. "node": ">=10"
  13351. }
  13352. },
  13353. "node_modules/yallist": {
  13354. "version": "3.1.1",
  13355. "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
  13356. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  13357. "license": "ISC"
  13358. },
  13359. "node_modules/yaml": {
  13360. "version": "2.8.3",
  13361. "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz",
  13362. "integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==",
  13363. "license": "ISC",
  13364. "bin": {
  13365. "yaml": "bin.mjs"
  13366. },
  13367. "engines": {
  13368. "node": ">= 14.6"
  13369. },
  13370. "funding": {
  13371. "url": "https://github.com/sponsors/eemeli"
  13372. }
  13373. },
  13374. "node_modules/yargs": {
  13375. "version": "17.7.2",
  13376. "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
  13377. "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
  13378. "license": "MIT",
  13379. "dependencies": {
  13380. "cliui": "^8.0.1",
  13381. "escalade": "^3.1.1",
  13382. "get-caller-file": "^2.0.5",
  13383. "require-directory": "^2.1.1",
  13384. "string-width": "^4.2.3",
  13385. "y18n": "^5.0.5",
  13386. "yargs-parser": "^21.1.1"
  13387. },
  13388. "engines": {
  13389. "node": ">=12"
  13390. }
  13391. },
  13392. "node_modules/yargs-parser": {
  13393. "version": "21.1.1",
  13394. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
  13395. "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
  13396. "license": "ISC",
  13397. "engines": {
  13398. "node": ">=12"
  13399. }
  13400. },
  13401. "node_modules/yargs/node_modules/ansi-regex": {
  13402. "version": "5.0.1",
  13403. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  13404. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  13405. "license": "MIT",
  13406. "engines": {
  13407. "node": ">=8"
  13408. }
  13409. },
  13410. "node_modules/yargs/node_modules/emoji-regex": {
  13411. "version": "8.0.0",
  13412. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  13413. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  13414. "license": "MIT"
  13415. },
  13416. "node_modules/yargs/node_modules/string-width": {
  13417. "version": "4.2.3",
  13418. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  13419. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  13420. "license": "MIT",
  13421. "dependencies": {
  13422. "emoji-regex": "^8.0.0",
  13423. "is-fullwidth-code-point": "^3.0.0",
  13424. "strip-ansi": "^6.0.1"
  13425. },
  13426. "engines": {
  13427. "node": ">=8"
  13428. }
  13429. },
  13430. "node_modules/yargs/node_modules/strip-ansi": {
  13431. "version": "6.0.1",
  13432. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  13433. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  13434. "license": "MIT",
  13435. "dependencies": {
  13436. "ansi-regex": "^5.0.1"
  13437. },
  13438. "engines": {
  13439. "node": ">=8"
  13440. }
  13441. },
  13442. "node_modules/youch": {
  13443. "version": "4.1.1",
  13444. "resolved": "https://registry.npmjs.org/youch/-/youch-4.1.1.tgz",
  13445. "integrity": "sha512-mxW3qiSnl+GRxXsaUMzv2Mbada1Y8CDltET9UxejDQe6DBYlSekghl5U5K0ReAikcHDi0G1vKZEmmo/NWAGKLA==",
  13446. "license": "MIT",
  13447. "dependencies": {
  13448. "@poppinss/colors": "^4.1.6",
  13449. "@poppinss/dumper": "^0.7.0",
  13450. "@speed-highlight/core": "^1.2.14",
  13451. "cookie-es": "^3.0.1",
  13452. "youch-core": "^0.3.3"
  13453. }
  13454. },
  13455. "node_modules/youch-core": {
  13456. "version": "0.3.3",
  13457. "resolved": "https://registry.npmjs.org/youch-core/-/youch-core-0.3.3.tgz",
  13458. "integrity": "sha512-ho7XuGjLaJ2hWHoK8yFnsUGy2Y5uDpqSTq1FkHLK4/oqKtyUU1AFbOOxY4IpC9f0fTLjwYbslUz0Po5BpD1wrA==",
  13459. "license": "MIT",
  13460. "dependencies": {
  13461. "@poppinss/exception": "^1.2.2",
  13462. "error-stack-parser-es": "^1.0.5"
  13463. }
  13464. },
  13465. "node_modules/youch/node_modules/cookie-es": {
  13466. "version": "3.1.1",
  13467. "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-3.1.1.tgz",
  13468. "integrity": "sha512-UaXxwISYJPTr9hwQxMFYZ7kNhSXboMXP+Z3TRX6f1/NyaGPfuNUZOWP1pUEb75B2HjfklIYLVRfWiFZJyC6Npg==",
  13469. "license": "MIT"
  13470. },
  13471. "node_modules/zip-stream": {
  13472. "version": "6.0.1",
  13473. "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-6.0.1.tgz",
  13474. "integrity": "sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==",
  13475. "license": "MIT",
  13476. "dependencies": {
  13477. "archiver-utils": "^5.0.0",
  13478. "compress-commons": "^6.0.2",
  13479. "readable-stream": "^4.0.0"
  13480. },
  13481. "engines": {
  13482. "node": ">= 14"
  13483. }
  13484. }
  13485. }
  13486. }