package-lock.json 463 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919492049214922492349244925492649274928492949304931493249334934493549364937493849394940494149424943494449454946494749484949495049514952495349544955495649574958495949604961496249634964496549664967496849694970497149724973497449754976497749784979498049814982498349844985498649874988498949904991499249934994499549964997499849995000500150025003500450055006500750085009501050115012501350145015501650175018501950205021502250235024502550265027502850295030503150325033503450355036503750385039504050415042504350445045504650475048504950505051505250535054505550565057505850595060506150625063506450655066506750685069507050715072507350745075507650775078507950805081508250835084508550865087508850895090509150925093509450955096509750985099510051015102510351045105510651075108510951105111511251135114511551165117511851195120512151225123512451255126512751285129513051315132513351345135513651375138513951405141514251435144514551465147514851495150515151525153515451555156515751585159516051615162516351645165516651675168516951705171517251735174517551765177517851795180518151825183518451855186518751885189519051915192519351945195519651975198519952005201520252035204520552065207520852095210521152125213521452155216521752185219522052215222522352245225522652275228522952305231523252335234523552365237523852395240524152425243524452455246524752485249525052515252525352545255525652575258525952605261526252635264526552665267526852695270527152725273527452755276527752785279528052815282528352845285528652875288528952905291529252935294529552965297529852995300530153025303530453055306530753085309531053115312531353145315531653175318531953205321532253235324532553265327532853295330533153325333533453355336533753385339534053415342534353445345534653475348534953505351535253535354535553565357535853595360536153625363536453655366536753685369537053715372537353745375537653775378537953805381538253835384538553865387538853895390539153925393539453955396539753985399540054015402540354045405540654075408540954105411541254135414541554165417541854195420542154225423542454255426542754285429543054315432543354345435543654375438543954405441544254435444544554465447544854495450545154525453545454555456545754585459546054615462546354645465546654675468546954705471547254735474547554765477547854795480548154825483548454855486548754885489549054915492549354945495549654975498549955005501550255035504550555065507550855095510551155125513551455155516551755185519552055215522552355245525552655275528552955305531553255335534553555365537553855395540554155425543554455455546554755485549555055515552555355545555555655575558555955605561556255635564556555665567556855695570557155725573557455755576557755785579558055815582558355845585558655875588558955905591559255935594559555965597559855995600560156025603560456055606560756085609561056115612561356145615561656175618561956205621562256235624562556265627562856295630563156325633563456355636563756385639564056415642564356445645564656475648564956505651565256535654565556565657565856595660566156625663566456655666566756685669567056715672567356745675567656775678567956805681568256835684568556865687568856895690569156925693569456955696569756985699570057015702570357045705570657075708570957105711571257135714571557165717571857195720572157225723572457255726572757285729573057315732573357345735573657375738573957405741574257435744574557465747574857495750575157525753575457555756575757585759576057615762576357645765576657675768576957705771577257735774577557765777577857795780578157825783578457855786578757885789579057915792579357945795579657975798579958005801580258035804580558065807580858095810581158125813581458155816581758185819582058215822582358245825582658275828582958305831583258335834583558365837583858395840584158425843584458455846584758485849585058515852585358545855585658575858585958605861586258635864586558665867586858695870587158725873587458755876587758785879588058815882588358845885588658875888588958905891589258935894589558965897589858995900590159025903590459055906590759085909591059115912591359145915591659175918591959205921592259235924592559265927592859295930593159325933593459355936593759385939594059415942594359445945594659475948594959505951595259535954595559565957595859595960596159625963596459655966596759685969597059715972597359745975597659775978597959805981598259835984598559865987598859895990599159925993599459955996599759985999600060016002600360046005600660076008600960106011601260136014601560166017601860196020602160226023602460256026602760286029603060316032603360346035603660376038603960406041604260436044604560466047604860496050605160526053605460556056605760586059606060616062606360646065606660676068606960706071607260736074607560766077607860796080608160826083608460856086608760886089609060916092609360946095609660976098609961006101610261036104610561066107610861096110611161126113611461156116611761186119612061216122612361246125612661276128612961306131613261336134613561366137613861396140614161426143614461456146614761486149615061516152615361546155615661576158615961606161616261636164616561666167616861696170617161726173617461756176617761786179618061816182618361846185618661876188618961906191619261936194619561966197619861996200620162026203620462056206620762086209621062116212621362146215621662176218621962206221622262236224622562266227622862296230623162326233623462356236623762386239624062416242624362446245624662476248624962506251625262536254625562566257625862596260626162626263626462656266626762686269627062716272627362746275627662776278627962806281628262836284628562866287628862896290629162926293629462956296629762986299630063016302630363046305630663076308630963106311631263136314631563166317631863196320632163226323632463256326632763286329633063316332633363346335633663376338633963406341634263436344634563466347634863496350635163526353635463556356635763586359636063616362636363646365636663676368636963706371637263736374637563766377637863796380638163826383638463856386638763886389639063916392639363946395639663976398639964006401640264036404640564066407640864096410641164126413641464156416641764186419642064216422642364246425642664276428642964306431643264336434643564366437643864396440644164426443644464456446644764486449645064516452645364546455645664576458645964606461646264636464646564666467646864696470647164726473647464756476647764786479648064816482648364846485648664876488648964906491649264936494649564966497649864996500650165026503650465056506650765086509651065116512651365146515651665176518651965206521652265236524652565266527652865296530653165326533653465356536653765386539654065416542654365446545654665476548654965506551655265536554655565566557655865596560656165626563656465656566656765686569657065716572657365746575657665776578657965806581658265836584658565866587658865896590659165926593659465956596659765986599660066016602660366046605660666076608660966106611661266136614661566166617661866196620662166226623662466256626662766286629663066316632663366346635663666376638663966406641664266436644664566466647664866496650665166526653665466556656665766586659666066616662666366646665666666676668666966706671667266736674667566766677667866796680668166826683668466856686668766886689669066916692669366946695669666976698669967006701670267036704670567066707670867096710671167126713671467156716671767186719672067216722672367246725672667276728672967306731673267336734673567366737673867396740674167426743674467456746674767486749675067516752675367546755675667576758675967606761676267636764676567666767676867696770677167726773677467756776677767786779678067816782678367846785678667876788678967906791679267936794679567966797679867996800680168026803680468056806680768086809681068116812681368146815681668176818681968206821682268236824682568266827682868296830683168326833683468356836683768386839684068416842684368446845684668476848684968506851685268536854685568566857685868596860686168626863686468656866686768686869687068716872687368746875687668776878687968806881688268836884688568866887688868896890689168926893689468956896689768986899690069016902690369046905690669076908690969106911691269136914691569166917691869196920692169226923692469256926692769286929693069316932693369346935693669376938693969406941694269436944694569466947694869496950695169526953695469556956695769586959696069616962696369646965696669676968696969706971697269736974697569766977697869796980698169826983698469856986698769886989699069916992699369946995699669976998699970007001700270037004700570067007700870097010701170127013701470157016701770187019702070217022702370247025702670277028702970307031703270337034703570367037703870397040704170427043704470457046704770487049705070517052705370547055705670577058705970607061706270637064706570667067706870697070707170727073707470757076707770787079708070817082708370847085708670877088708970907091709270937094709570967097709870997100710171027103710471057106710771087109711071117112711371147115711671177118711971207121712271237124712571267127712871297130713171327133713471357136713771387139714071417142714371447145714671477148714971507151715271537154715571567157715871597160716171627163716471657166716771687169717071717172717371747175717671777178717971807181718271837184718571867187718871897190719171927193719471957196719771987199720072017202720372047205720672077208720972107211721272137214721572167217721872197220722172227223722472257226722772287229723072317232723372347235723672377238723972407241724272437244724572467247724872497250725172527253725472557256725772587259726072617262726372647265726672677268726972707271727272737274727572767277727872797280728172827283728472857286728772887289729072917292729372947295729672977298729973007301730273037304730573067307730873097310731173127313731473157316731773187319732073217322732373247325732673277328732973307331733273337334733573367337733873397340734173427343734473457346734773487349735073517352735373547355735673577358735973607361736273637364736573667367736873697370737173727373737473757376737773787379738073817382738373847385738673877388738973907391739273937394739573967397739873997400740174027403740474057406740774087409741074117412741374147415741674177418741974207421742274237424742574267427742874297430743174327433743474357436743774387439744074417442744374447445744674477448744974507451745274537454745574567457745874597460746174627463746474657466746774687469747074717472747374747475747674777478747974807481748274837484748574867487748874897490749174927493749474957496749774987499750075017502750375047505750675077508750975107511751275137514751575167517751875197520752175227523752475257526752775287529753075317532753375347535753675377538753975407541754275437544754575467547754875497550755175527553755475557556755775587559756075617562756375647565756675677568756975707571757275737574757575767577757875797580758175827583758475857586758775887589759075917592759375947595759675977598759976007601760276037604760576067607760876097610761176127613761476157616761776187619762076217622762376247625762676277628762976307631763276337634763576367637763876397640764176427643764476457646764776487649765076517652765376547655765676577658765976607661766276637664766576667667766876697670767176727673767476757676767776787679768076817682768376847685768676877688768976907691769276937694769576967697769876997700770177027703770477057706770777087709771077117712771377147715771677177718771977207721772277237724772577267727772877297730773177327733773477357736773777387739774077417742774377447745774677477748774977507751775277537754775577567757775877597760776177627763776477657766776777687769777077717772777377747775777677777778777977807781778277837784778577867787778877897790779177927793779477957796779777987799780078017802780378047805780678077808780978107811781278137814781578167817781878197820782178227823782478257826782778287829783078317832783378347835783678377838783978407841784278437844784578467847784878497850785178527853785478557856785778587859786078617862786378647865786678677868786978707871787278737874787578767877787878797880788178827883788478857886788778887889789078917892789378947895789678977898789979007901790279037904790579067907790879097910791179127913791479157916791779187919792079217922792379247925792679277928792979307931793279337934793579367937793879397940794179427943794479457946794779487949795079517952795379547955795679577958795979607961796279637964796579667967796879697970797179727973797479757976797779787979798079817982798379847985798679877988798979907991799279937994799579967997799879998000800180028003800480058006800780088009801080118012801380148015801680178018801980208021802280238024802580268027802880298030803180328033803480358036803780388039804080418042804380448045804680478048804980508051805280538054805580568057805880598060806180628063806480658066806780688069807080718072807380748075807680778078807980808081808280838084808580868087808880898090809180928093809480958096809780988099810081018102810381048105810681078108810981108111811281138114811581168117811881198120812181228123812481258126812781288129813081318132813381348135813681378138813981408141814281438144814581468147814881498150815181528153815481558156815781588159816081618162816381648165816681678168816981708171817281738174817581768177817881798180818181828183818481858186818781888189819081918192819381948195819681978198819982008201820282038204820582068207820882098210821182128213821482158216821782188219822082218222822382248225822682278228822982308231823282338234823582368237823882398240824182428243824482458246824782488249825082518252825382548255825682578258825982608261826282638264826582668267826882698270827182728273827482758276827782788279828082818282828382848285828682878288828982908291829282938294829582968297829882998300830183028303830483058306830783088309831083118312831383148315831683178318831983208321832283238324832583268327832883298330833183328333833483358336833783388339834083418342834383448345834683478348834983508351835283538354835583568357835883598360836183628363836483658366836783688369837083718372837383748375837683778378837983808381838283838384838583868387838883898390839183928393839483958396839783988399840084018402840384048405840684078408840984108411841284138414841584168417841884198420842184228423842484258426842784288429843084318432843384348435843684378438843984408441844284438444844584468447844884498450845184528453845484558456845784588459846084618462846384648465846684678468846984708471847284738474847584768477847884798480848184828483848484858486848784888489849084918492849384948495849684978498849985008501850285038504850585068507850885098510851185128513851485158516851785188519852085218522852385248525852685278528852985308531853285338534853585368537853885398540854185428543854485458546854785488549855085518552855385548555855685578558855985608561856285638564856585668567856885698570857185728573857485758576857785788579858085818582858385848585858685878588858985908591859285938594859585968597859885998600860186028603860486058606860786088609861086118612861386148615861686178618861986208621862286238624862586268627862886298630863186328633863486358636863786388639864086418642864386448645864686478648864986508651865286538654865586568657865886598660866186628663866486658666866786688669867086718672867386748675867686778678867986808681868286838684868586868687868886898690869186928693869486958696869786988699870087018702870387048705870687078708870987108711871287138714871587168717871887198720872187228723872487258726872787288729873087318732873387348735873687378738873987408741874287438744874587468747874887498750875187528753875487558756875787588759876087618762876387648765876687678768876987708771877287738774877587768777877887798780878187828783878487858786878787888789879087918792879387948795879687978798879988008801880288038804880588068807880888098810881188128813881488158816881788188819882088218822882388248825882688278828882988308831883288338834883588368837883888398840884188428843884488458846884788488849885088518852885388548855885688578858885988608861886288638864886588668867886888698870887188728873887488758876887788788879888088818882888388848885888688878888888988908891889288938894889588968897889888998900890189028903890489058906890789088909891089118912891389148915891689178918891989208921892289238924892589268927892889298930893189328933893489358936893789388939894089418942894389448945894689478948894989508951895289538954895589568957895889598960896189628963896489658966896789688969897089718972897389748975897689778978897989808981898289838984898589868987898889898990899189928993899489958996899789988999900090019002900390049005900690079008900990109011901290139014901590169017901890199020902190229023902490259026902790289029903090319032903390349035903690379038903990409041904290439044904590469047904890499050905190529053905490559056905790589059906090619062906390649065906690679068906990709071907290739074907590769077907890799080908190829083908490859086908790889089909090919092909390949095909690979098909991009101910291039104910591069107910891099110911191129113911491159116911791189119912091219122912391249125912691279128912991309131913291339134913591369137913891399140914191429143914491459146914791489149915091519152915391549155915691579158915991609161916291639164916591669167916891699170917191729173917491759176917791789179918091819182918391849185918691879188918991909191919291939194919591969197919891999200920192029203920492059206920792089209921092119212921392149215921692179218921992209221922292239224922592269227922892299230923192329233923492359236923792389239924092419242924392449245924692479248924992509251925292539254925592569257925892599260926192629263926492659266926792689269927092719272927392749275927692779278927992809281928292839284928592869287928892899290929192929293929492959296929792989299930093019302930393049305930693079308930993109311931293139314931593169317931893199320932193229323932493259326932793289329933093319332933393349335933693379338933993409341934293439344934593469347934893499350935193529353935493559356935793589359936093619362936393649365936693679368936993709371937293739374937593769377937893799380938193829383938493859386938793889389939093919392939393949395939693979398939994009401940294039404940594069407940894099410941194129413941494159416941794189419942094219422942394249425942694279428942994309431943294339434943594369437943894399440944194429443944494459446944794489449945094519452945394549455945694579458945994609461946294639464946594669467946894699470947194729473947494759476947794789479948094819482948394849485948694879488948994909491949294939494949594969497949894999500950195029503950495059506950795089509951095119512951395149515951695179518951995209521952295239524952595269527952895299530953195329533953495359536953795389539954095419542954395449545954695479548954995509551955295539554955595569557955895599560956195629563956495659566956795689569957095719572957395749575957695779578957995809581958295839584958595869587958895899590959195929593959495959596959795989599960096019602960396049605960696079608960996109611961296139614961596169617961896199620962196229623962496259626962796289629963096319632963396349635963696379638963996409641964296439644964596469647964896499650965196529653965496559656965796589659966096619662966396649665966696679668966996709671967296739674967596769677967896799680968196829683968496859686968796889689969096919692969396949695969696979698969997009701970297039704970597069707970897099710971197129713971497159716971797189719972097219722972397249725972697279728972997309731973297339734973597369737973897399740974197429743974497459746974797489749975097519752975397549755975697579758975997609761976297639764976597669767976897699770977197729773977497759776977797789779978097819782978397849785978697879788978997909791979297939794979597969797979897999800980198029803980498059806980798089809981098119812981398149815981698179818981998209821982298239824982598269827982898299830983198329833983498359836983798389839984098419842984398449845984698479848984998509851985298539854985598569857985898599860986198629863986498659866986798689869987098719872987398749875987698779878987998809881988298839884988598869887988898899890989198929893989498959896989798989899990099019902990399049905990699079908990999109911991299139914991599169917991899199920992199229923992499259926992799289929993099319932993399349935993699379938993999409941994299439944994599469947994899499950995199529953995499559956995799589959996099619962996399649965996699679968996999709971997299739974997599769977997899799980998199829983998499859986998799889989999099919992999399949995999699979998999910000100011000210003100041000510006100071000810009100101001110012100131001410015100161001710018100191002010021100221002310024100251002610027100281002910030100311003210033100341003510036100371003810039100401004110042100431004410045100461004710048100491005010051100521005310054100551005610057100581005910060100611006210063100641006510066100671006810069100701007110072100731007410075100761007710078100791008010081100821008310084100851008610087100881008910090100911009210093100941009510096100971009810099101001010110102101031010410105101061010710108101091011010111101121011310114101151011610117101181011910120101211012210123101241012510126101271012810129101301013110132101331013410135101361013710138101391014010141101421014310144101451014610147101481014910150101511015210153101541015510156101571015810159101601016110162101631016410165101661016710168101691017010171101721017310174101751017610177101781017910180101811018210183101841018510186101871018810189101901019110192101931019410195101961019710198101991020010201102021020310204102051020610207102081020910210102111021210213102141021510216102171021810219102201022110222102231022410225102261022710228102291023010231102321023310234102351023610237102381023910240102411024210243102441024510246102471024810249102501025110252102531025410255102561025710258102591026010261102621026310264102651026610267102681026910270102711027210273102741027510276102771027810279102801028110282102831028410285102861028710288102891029010291102921029310294102951029610297102981029910300103011030210303103041030510306103071030810309103101031110312103131031410315103161031710318103191032010321103221032310324103251032610327103281032910330103311033210333103341033510336103371033810339103401034110342103431034410345103461034710348103491035010351103521035310354103551035610357103581035910360103611036210363103641036510366103671036810369103701037110372103731037410375103761037710378103791038010381103821038310384103851038610387103881038910390103911039210393103941039510396103971039810399104001040110402104031040410405104061040710408104091041010411104121041310414104151041610417104181041910420104211042210423104241042510426104271042810429104301043110432104331043410435104361043710438104391044010441104421044310444104451044610447104481044910450104511045210453104541045510456104571045810459104601046110462104631046410465104661046710468104691047010471104721047310474104751047610477104781047910480104811048210483104841048510486104871048810489104901049110492104931049410495104961049710498104991050010501105021050310504105051050610507105081050910510105111051210513105141051510516105171051810519105201052110522105231052410525105261052710528105291053010531105321053310534105351053610537105381053910540105411054210543105441054510546105471054810549105501055110552105531055410555105561055710558105591056010561105621056310564105651056610567105681056910570105711057210573105741057510576105771057810579105801058110582105831058410585105861058710588105891059010591105921059310594105951059610597105981059910600106011060210603106041060510606106071060810609106101061110612106131061410615106161061710618106191062010621106221062310624106251062610627106281062910630106311063210633106341063510636106371063810639106401064110642106431064410645106461064710648106491065010651106521065310654106551065610657106581065910660106611066210663106641066510666106671066810669106701067110672106731067410675106761067710678106791068010681106821068310684106851068610687106881068910690106911069210693106941069510696106971069810699107001070110702107031070410705107061070710708107091071010711107121071310714107151071610717107181071910720107211072210723107241072510726107271072810729107301073110732107331073410735107361073710738107391074010741107421074310744107451074610747107481074910750107511075210753107541075510756107571075810759107601076110762107631076410765107661076710768107691077010771107721077310774107751077610777107781077910780107811078210783107841078510786107871078810789107901079110792107931079410795107961079710798107991080010801108021080310804108051080610807108081080910810108111081210813108141081510816108171081810819108201082110822108231082410825108261082710828108291083010831108321083310834108351083610837108381083910840108411084210843108441084510846108471084810849108501085110852108531085410855108561085710858108591086010861108621086310864108651086610867108681086910870108711087210873108741087510876108771087810879108801088110882108831088410885108861088710888108891089010891108921089310894108951089610897108981089910900109011090210903109041090510906109071090810909109101091110912109131091410915109161091710918109191092010921109221092310924109251092610927109281092910930109311093210933109341093510936109371093810939109401094110942109431094410945109461094710948109491095010951109521095310954109551095610957109581095910960109611096210963109641096510966109671096810969109701097110972109731097410975109761097710978109791098010981109821098310984109851098610987109881098910990109911099210993109941099510996109971099810999110001100111002110031100411005110061100711008110091101011011110121101311014110151101611017110181101911020110211102211023110241102511026110271102811029110301103111032110331103411035110361103711038110391104011041110421104311044110451104611047110481104911050110511105211053110541105511056110571105811059110601106111062110631106411065110661106711068110691107011071110721107311074110751107611077110781107911080110811108211083110841108511086110871108811089110901109111092110931109411095110961109711098110991110011101111021110311104111051110611107111081110911110111111111211113111141111511116111171111811119111201112111122111231112411125111261112711128111291113011131111321113311134111351113611137111381113911140111411114211143111441114511146111471114811149111501115111152111531115411155111561115711158111591116011161111621116311164111651116611167111681116911170111711117211173111741117511176111771117811179111801118111182111831118411185111861118711188111891119011191111921119311194111951119611197111981119911200112011120211203112041120511206112071120811209112101121111212112131121411215112161121711218112191122011221112221122311224112251122611227112281122911230112311123211233112341123511236112371123811239112401124111242112431124411245112461124711248112491125011251112521125311254112551125611257112581125911260112611126211263112641126511266112671126811269112701127111272112731127411275112761127711278112791128011281112821128311284112851128611287112881128911290112911129211293112941129511296112971129811299113001130111302113031130411305113061130711308113091131011311113121131311314113151131611317113181131911320113211132211323113241132511326113271132811329113301133111332113331133411335113361133711338113391134011341113421134311344113451134611347113481134911350113511135211353113541135511356113571135811359113601136111362113631136411365113661136711368113691137011371113721137311374113751137611377113781137911380113811138211383113841138511386113871138811389113901139111392113931139411395113961139711398113991140011401114021140311404114051140611407114081140911410114111141211413114141141511416114171141811419114201142111422114231142411425114261142711428114291143011431114321143311434114351143611437114381143911440114411144211443114441144511446114471144811449114501145111452114531145411455114561145711458114591146011461114621146311464114651146611467114681146911470114711147211473114741147511476114771147811479114801148111482114831148411485114861148711488114891149011491114921149311494114951149611497114981149911500115011150211503115041150511506115071150811509115101151111512115131151411515115161151711518115191152011521115221152311524115251152611527115281152911530115311153211533115341153511536115371153811539115401154111542115431154411545115461154711548115491155011551115521155311554115551155611557115581155911560115611156211563115641156511566115671156811569115701157111572115731157411575115761157711578115791158011581115821158311584115851158611587115881158911590115911159211593115941159511596115971159811599116001160111602116031160411605116061160711608116091161011611116121161311614116151161611617116181161911620116211162211623116241162511626116271162811629116301163111632116331163411635116361163711638116391164011641116421164311644116451164611647116481164911650116511165211653116541165511656116571165811659116601166111662116631166411665116661166711668116691167011671116721167311674116751167611677116781167911680116811168211683116841168511686116871168811689116901169111692116931169411695116961169711698116991170011701117021170311704117051170611707117081170911710117111171211713117141171511716117171171811719117201172111722117231172411725117261172711728117291173011731117321173311734117351173611737117381173911740117411174211743117441174511746117471174811749117501175111752117531175411755117561175711758117591176011761117621176311764117651176611767117681176911770117711177211773117741177511776117771177811779117801178111782117831178411785117861178711788117891179011791117921179311794117951179611797117981179911800118011180211803118041180511806118071180811809118101181111812118131181411815118161181711818118191182011821118221182311824118251182611827118281182911830118311183211833118341183511836118371183811839118401184111842118431184411845118461184711848118491185011851118521185311854118551185611857118581185911860118611186211863118641186511866118671186811869118701187111872118731187411875118761187711878118791188011881118821188311884118851188611887118881188911890118911189211893118941189511896118971189811899119001190111902119031190411905119061190711908119091191011911119121191311914119151191611917119181191911920119211192211923119241192511926119271192811929119301193111932119331193411935119361193711938119391194011941119421194311944119451194611947119481194911950119511195211953119541195511956119571195811959119601196111962119631196411965119661196711968119691197011971119721197311974119751197611977119781197911980119811198211983119841198511986119871198811989119901199111992119931199411995119961199711998119991200012001120021200312004120051200612007120081200912010120111201212013120141201512016120171201812019120201202112022120231202412025120261202712028120291203012031120321203312034120351203612037120381203912040120411204212043120441204512046120471204812049120501205112052120531205412055120561205712058120591206012061120621206312064120651206612067120681206912070120711207212073120741207512076120771207812079120801208112082120831208412085120861208712088120891209012091120921209312094120951209612097120981209912100121011210212103121041210512106121071210812109121101211112112121131211412115121161211712118121191212012121121221212312124121251212612127121281212912130121311213212133121341213512136121371213812139121401214112142121431214412145121461214712148121491215012151121521215312154121551215612157121581215912160121611216212163121641216512166121671216812169121701217112172121731217412175121761217712178121791218012181121821218312184121851218612187121881218912190121911219212193121941219512196121971219812199122001220112202122031220412205122061220712208122091221012211122121221312214122151221612217122181221912220122211222212223122241222512226122271222812229122301223112232122331223412235122361223712238122391224012241122421224312244122451224612247122481224912250122511225212253122541225512256122571225812259122601226112262122631226412265122661226712268122691227012271122721227312274122751227612277122781227912280122811228212283122841228512286122871228812289122901229112292122931229412295122961229712298122991230012301123021230312304123051230612307123081230912310123111231212313123141231512316123171231812319123201232112322123231232412325123261232712328123291233012331123321233312334123351233612337123381233912340123411234212343123441234512346123471234812349123501235112352123531235412355123561235712358123591236012361123621236312364123651236612367123681236912370123711237212373123741237512376123771237812379123801238112382123831238412385123861238712388123891239012391123921239312394123951239612397123981239912400124011240212403124041240512406124071240812409124101241112412124131241412415124161241712418124191242012421124221242312424124251242612427124281242912430124311243212433124341243512436124371243812439124401244112442124431244412445124461244712448124491245012451124521245312454124551245612457124581245912460124611246212463124641246512466124671246812469124701247112472124731247412475124761247712478124791248012481124821248312484124851248612487124881248912490124911249212493124941249512496124971249812499125001250112502125031250412505125061250712508125091251012511125121251312514125151251612517125181251912520125211252212523125241252512526125271252812529125301253112532125331253412535125361253712538125391254012541125421254312544125451254612547125481254912550125511255212553125541255512556125571255812559125601256112562125631256412565125661256712568125691257012571125721257312574125751257612577125781257912580125811258212583125841258512586125871258812589125901259112592125931259412595125961259712598125991260012601126021260312604126051260612607126081260912610126111261212613126141261512616126171261812619126201262112622126231262412625126261262712628126291263012631126321263312634126351263612637126381263912640126411264212643126441264512646126471264812649126501265112652126531265412655126561265712658126591266012661126621266312664126651266612667126681266912670126711267212673126741267512676126771267812679126801268112682126831268412685126861268712688126891269012691126921269312694126951269612697126981269912700127011270212703127041270512706127071270812709127101271112712127131271412715127161271712718127191272012721127221272312724127251272612727127281272912730127311273212733127341273512736127371273812739127401274112742127431274412745127461274712748127491275012751127521275312754127551275612757127581275912760127611276212763127641276512766127671276812769127701277112772127731277412775127761277712778127791278012781127821278312784127851278612787127881278912790127911279212793127941279512796127971279812799128001280112802128031280412805128061280712808128091281012811128121281312814128151281612817128181281912820128211282212823128241282512826128271282812829128301283112832128331283412835128361283712838128391284012841128421284312844128451284612847128481284912850128511285212853128541285512856128571285812859128601286112862128631286412865128661286712868128691287012871128721287312874128751287612877128781287912880128811288212883128841288512886128871288812889128901289112892128931289412895128961289712898128991290012901129021290312904129051290612907129081290912910129111291212913129141291512916129171291812919129201292112922129231292412925129261292712928129291293012931129321293312934129351293612937129381293912940129411294212943129441294512946129471294812949129501295112952129531295412955129561295712958129591296012961129621296312964129651296612967129681296912970129711297212973129741297512976129771297812979129801298112982129831298412985129861298712988129891299012991129921299312994129951299612997129981299913000130011300213003130041300513006130071300813009130101301113012130131301413015130161301713018130191302013021130221302313024130251302613027130281302913030130311303213033130341303513036130371303813039130401304113042130431304413045130461304713048130491305013051130521305313054130551305613057130581305913060130611306213063130641306513066130671306813069130701307113072130731307413075130761307713078130791308013081130821308313084130851308613087130881308913090130911309213093130941309513096130971309813099131001310113102131031310413105131061310713108131091311013111131121311313114131151311613117131181311913120131211312213123131241312513126131271312813129131301313113132131331313413135131361313713138131391314013141131421314313144131451314613147131481314913150131511315213153131541315513156131571315813159131601316113162131631316413165131661316713168131691317013171131721317313174131751317613177131781317913180131811318213183131841318513186131871318813189131901319113192131931319413195131961319713198131991320013201132021320313204132051320613207132081320913210132111321213213132141321513216132171321813219132201322113222132231322413225132261322713228132291323013231132321323313234132351323613237132381323913240132411324213243132441324513246132471324813249132501325113252132531325413255132561325713258132591326013261132621326313264132651326613267132681326913270132711327213273132741327513276132771327813279132801328113282132831328413285132861328713288132891329013291132921329313294132951329613297132981329913300133011330213303133041330513306133071330813309133101331113312133131331413315133161331713318133191332013321133221332313324133251332613327133281332913330133311333213333133341333513336133371333813339133401334113342133431334413345133461334713348133491335013351133521335313354133551335613357133581335913360133611336213363133641336513366133671336813369133701337113372133731337413375133761337713378133791338013381133821338313384133851338613387133881338913390133911339213393133941339513396133971339813399134001340113402134031340413405134061340713408134091341013411134121341313414134151341613417134181341913420134211342213423134241342513426134271342813429134301343113432134331343413435134361343713438134391344013441134421344313444134451344613447134481344913450134511345213453134541345513456134571345813459134601346113462134631346413465134661346713468134691347013471134721347313474134751347613477134781347913480134811348213483134841348513486134871348813489134901349113492134931349413495
  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. "peer": true,
  75. "dependencies": {
  76. "@babel/code-frame": "^7.27.1",
  77. "@babel/generator": "^7.28.5",
  78. "@babel/helper-compilation-targets": "^7.27.2",
  79. "@babel/helper-module-transforms": "^7.28.3",
  80. "@babel/helpers": "^7.28.4",
  81. "@babel/parser": "^7.28.5",
  82. "@babel/template": "^7.27.2",
  83. "@babel/traverse": "^7.28.5",
  84. "@babel/types": "^7.28.5",
  85. "@jridgewell/remapping": "^2.3.5",
  86. "convert-source-map": "^2.0.0",
  87. "debug": "^4.1.0",
  88. "gensync": "^1.0.0-beta.2",
  89. "json5": "^2.2.3",
  90. "semver": "^6.3.1"
  91. },
  92. "engines": {
  93. "node": ">=6.9.0"
  94. },
  95. "funding": {
  96. "type": "opencollective",
  97. "url": "https://opencollective.com/babel"
  98. }
  99. },
  100. "node_modules/@babel/core/node_modules/semver": {
  101. "version": "6.3.1",
  102. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  103. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  104. "license": "ISC",
  105. "bin": {
  106. "semver": "bin/semver.js"
  107. }
  108. },
  109. "node_modules/@babel/generator": {
  110. "version": "7.28.5",
  111. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
  112. "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
  113. "license": "MIT",
  114. "dependencies": {
  115. "@babel/parser": "^7.28.5",
  116. "@babel/types": "^7.28.5",
  117. "@jridgewell/gen-mapping": "^0.3.12",
  118. "@jridgewell/trace-mapping": "^0.3.28",
  119. "jsesc": "^3.0.2"
  120. },
  121. "engines": {
  122. "node": ">=6.9.0"
  123. }
  124. },
  125. "node_modules/@babel/helper-annotate-as-pure": {
  126. "version": "7.27.3",
  127. "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz",
  128. "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==",
  129. "license": "MIT",
  130. "dependencies": {
  131. "@babel/types": "^7.27.3"
  132. },
  133. "engines": {
  134. "node": ">=6.9.0"
  135. }
  136. },
  137. "node_modules/@babel/helper-compilation-targets": {
  138. "version": "7.27.2",
  139. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
  140. "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
  141. "license": "MIT",
  142. "dependencies": {
  143. "@babel/compat-data": "^7.27.2",
  144. "@babel/helper-validator-option": "^7.27.1",
  145. "browserslist": "^4.24.0",
  146. "lru-cache": "^5.1.1",
  147. "semver": "^6.3.1"
  148. },
  149. "engines": {
  150. "node": ">=6.9.0"
  151. }
  152. },
  153. "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
  154. "version": "6.3.1",
  155. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  156. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  157. "license": "ISC",
  158. "bin": {
  159. "semver": "bin/semver.js"
  160. }
  161. },
  162. "node_modules/@babel/helper-create-class-features-plugin": {
  163. "version": "7.28.5",
  164. "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz",
  165. "integrity": "sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==",
  166. "license": "MIT",
  167. "dependencies": {
  168. "@babel/helper-annotate-as-pure": "^7.27.3",
  169. "@babel/helper-member-expression-to-functions": "^7.28.5",
  170. "@babel/helper-optimise-call-expression": "^7.27.1",
  171. "@babel/helper-replace-supers": "^7.27.1",
  172. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  173. "@babel/traverse": "^7.28.5",
  174. "semver": "^6.3.1"
  175. },
  176. "engines": {
  177. "node": ">=6.9.0"
  178. },
  179. "peerDependencies": {
  180. "@babel/core": "^7.0.0"
  181. }
  182. },
  183. "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
  184. "version": "6.3.1",
  185. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  186. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  187. "license": "ISC",
  188. "bin": {
  189. "semver": "bin/semver.js"
  190. }
  191. },
  192. "node_modules/@babel/helper-globals": {
  193. "version": "7.28.0",
  194. "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
  195. "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
  196. "license": "MIT",
  197. "engines": {
  198. "node": ">=6.9.0"
  199. }
  200. },
  201. "node_modules/@babel/helper-member-expression-to-functions": {
  202. "version": "7.28.5",
  203. "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz",
  204. "integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==",
  205. "license": "MIT",
  206. "dependencies": {
  207. "@babel/traverse": "^7.28.5",
  208. "@babel/types": "^7.28.5"
  209. },
  210. "engines": {
  211. "node": ">=6.9.0"
  212. }
  213. },
  214. "node_modules/@babel/helper-module-imports": {
  215. "version": "7.27.1",
  216. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
  217. "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
  218. "license": "MIT",
  219. "dependencies": {
  220. "@babel/traverse": "^7.27.1",
  221. "@babel/types": "^7.27.1"
  222. },
  223. "engines": {
  224. "node": ">=6.9.0"
  225. }
  226. },
  227. "node_modules/@babel/helper-module-transforms": {
  228. "version": "7.28.3",
  229. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz",
  230. "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==",
  231. "license": "MIT",
  232. "dependencies": {
  233. "@babel/helper-module-imports": "^7.27.1",
  234. "@babel/helper-validator-identifier": "^7.27.1",
  235. "@babel/traverse": "^7.28.3"
  236. },
  237. "engines": {
  238. "node": ">=6.9.0"
  239. },
  240. "peerDependencies": {
  241. "@babel/core": "^7.0.0"
  242. }
  243. },
  244. "node_modules/@babel/helper-optimise-call-expression": {
  245. "version": "7.27.1",
  246. "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz",
  247. "integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==",
  248. "license": "MIT",
  249. "dependencies": {
  250. "@babel/types": "^7.27.1"
  251. },
  252. "engines": {
  253. "node": ">=6.9.0"
  254. }
  255. },
  256. "node_modules/@babel/helper-plugin-utils": {
  257. "version": "7.27.1",
  258. "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
  259. "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
  260. "license": "MIT",
  261. "engines": {
  262. "node": ">=6.9.0"
  263. }
  264. },
  265. "node_modules/@babel/helper-replace-supers": {
  266. "version": "7.27.1",
  267. "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz",
  268. "integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==",
  269. "license": "MIT",
  270. "dependencies": {
  271. "@babel/helper-member-expression-to-functions": "^7.27.1",
  272. "@babel/helper-optimise-call-expression": "^7.27.1",
  273. "@babel/traverse": "^7.27.1"
  274. },
  275. "engines": {
  276. "node": ">=6.9.0"
  277. },
  278. "peerDependencies": {
  279. "@babel/core": "^7.0.0"
  280. }
  281. },
  282. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  283. "version": "7.27.1",
  284. "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz",
  285. "integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==",
  286. "license": "MIT",
  287. "dependencies": {
  288. "@babel/traverse": "^7.27.1",
  289. "@babel/types": "^7.27.1"
  290. },
  291. "engines": {
  292. "node": ">=6.9.0"
  293. }
  294. },
  295. "node_modules/@babel/helper-string-parser": {
  296. "version": "7.27.1",
  297. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  298. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  299. "license": "MIT",
  300. "engines": {
  301. "node": ">=6.9.0"
  302. }
  303. },
  304. "node_modules/@babel/helper-validator-identifier": {
  305. "version": "7.28.5",
  306. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  307. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  308. "license": "MIT",
  309. "engines": {
  310. "node": ">=6.9.0"
  311. }
  312. },
  313. "node_modules/@babel/helper-validator-option": {
  314. "version": "7.27.1",
  315. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
  316. "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
  317. "license": "MIT",
  318. "engines": {
  319. "node": ">=6.9.0"
  320. }
  321. },
  322. "node_modules/@babel/helpers": {
  323. "version": "7.28.4",
  324. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz",
  325. "integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==",
  326. "license": "MIT",
  327. "dependencies": {
  328. "@babel/template": "^7.27.2",
  329. "@babel/types": "^7.28.4"
  330. },
  331. "engines": {
  332. "node": ">=6.9.0"
  333. }
  334. },
  335. "node_modules/@babel/parser": {
  336. "version": "7.29.2",
  337. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.2.tgz",
  338. "integrity": "sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==",
  339. "license": "MIT",
  340. "peer": true,
  341. "dependencies": {
  342. "@babel/types": "^7.29.0"
  343. },
  344. "bin": {
  345. "parser": "bin/babel-parser.js"
  346. },
  347. "engines": {
  348. "node": ">=6.0.0"
  349. }
  350. },
  351. "node_modules/@babel/plugin-syntax-jsx": {
  352. "version": "7.27.1",
  353. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",
  354. "integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
  355. "license": "MIT",
  356. "dependencies": {
  357. "@babel/helper-plugin-utils": "^7.27.1"
  358. },
  359. "engines": {
  360. "node": ">=6.9.0"
  361. },
  362. "peerDependencies": {
  363. "@babel/core": "^7.0.0-0"
  364. }
  365. },
  366. "node_modules/@babel/plugin-syntax-typescript": {
  367. "version": "7.27.1",
  368. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz",
  369. "integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==",
  370. "license": "MIT",
  371. "dependencies": {
  372. "@babel/helper-plugin-utils": "^7.27.1"
  373. },
  374. "engines": {
  375. "node": ">=6.9.0"
  376. },
  377. "peerDependencies": {
  378. "@babel/core": "^7.0.0-0"
  379. }
  380. },
  381. "node_modules/@babel/plugin-transform-typescript": {
  382. "version": "7.28.5",
  383. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.5.tgz",
  384. "integrity": "sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==",
  385. "license": "MIT",
  386. "dependencies": {
  387. "@babel/helper-annotate-as-pure": "^7.27.3",
  388. "@babel/helper-create-class-features-plugin": "^7.28.5",
  389. "@babel/helper-plugin-utils": "^7.27.1",
  390. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  391. "@babel/plugin-syntax-typescript": "^7.27.1"
  392. },
  393. "engines": {
  394. "node": ">=6.9.0"
  395. },
  396. "peerDependencies": {
  397. "@babel/core": "^7.0.0-0"
  398. }
  399. },
  400. "node_modules/@babel/template": {
  401. "version": "7.27.2",
  402. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
  403. "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
  404. "license": "MIT",
  405. "dependencies": {
  406. "@babel/code-frame": "^7.27.1",
  407. "@babel/parser": "^7.27.2",
  408. "@babel/types": "^7.27.1"
  409. },
  410. "engines": {
  411. "node": ">=6.9.0"
  412. }
  413. },
  414. "node_modules/@babel/traverse": {
  415. "version": "7.28.5",
  416. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
  417. "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
  418. "license": "MIT",
  419. "dependencies": {
  420. "@babel/code-frame": "^7.27.1",
  421. "@babel/generator": "^7.28.5",
  422. "@babel/helper-globals": "^7.28.0",
  423. "@babel/parser": "^7.28.5",
  424. "@babel/template": "^7.27.2",
  425. "@babel/types": "^7.28.5",
  426. "debug": "^4.3.1"
  427. },
  428. "engines": {
  429. "node": ">=6.9.0"
  430. }
  431. },
  432. "node_modules/@babel/types": {
  433. "version": "7.29.0",
  434. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
  435. "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
  436. "license": "MIT",
  437. "dependencies": {
  438. "@babel/helper-string-parser": "^7.27.1",
  439. "@babel/helper-validator-identifier": "^7.28.5"
  440. },
  441. "engines": {
  442. "node": ">=6.9.0"
  443. }
  444. },
  445. "node_modules/@capsizecss/unpack": {
  446. "version": "3.0.1",
  447. "resolved": "https://registry.npmjs.org/@capsizecss/unpack/-/unpack-3.0.1.tgz",
  448. "integrity": "sha512-8XqW8xGn++Eqqbz3e9wKuK7mxryeRjs4LOHLxbh2lwKeSbuNR4NFifDZT4KzvjU6HMOPbiNTsWpniK5EJfTWkg==",
  449. "license": "MIT",
  450. "dependencies": {
  451. "fontkit": "^2.0.2"
  452. },
  453. "engines": {
  454. "node": ">=18"
  455. }
  456. },
  457. "node_modules/@clack/core": {
  458. "version": "1.2.0",
  459. "resolved": "https://registry.npmjs.org/@clack/core/-/core-1.2.0.tgz",
  460. "integrity": "sha512-qfxof/3T3t9DPU/Rj3OmcFyZInceqj/NVtO9rwIuJqCUgh32gwPjpFQQp/ben07qKlhpwq7GzfWpST4qdJ5Drg==",
  461. "license": "MIT",
  462. "dependencies": {
  463. "fast-wrap-ansi": "^0.1.3",
  464. "sisteransi": "^1.0.5"
  465. }
  466. },
  467. "node_modules/@clack/prompts": {
  468. "version": "1.2.0",
  469. "resolved": "https://registry.npmjs.org/@clack/prompts/-/prompts-1.2.0.tgz",
  470. "integrity": "sha512-4jmztR9fMqPMjz6H/UZXj0zEmE43ha1euENwkckKKel4XpSfokExPo5AiVStdHSAlHekz4d0CA/r45Ok1E4D3w==",
  471. "license": "MIT",
  472. "dependencies": {
  473. "@clack/core": "1.2.0",
  474. "fast-string-width": "^1.1.0",
  475. "fast-wrap-ansi": "^0.1.3",
  476. "sisteransi": "^1.0.5"
  477. }
  478. },
  479. "node_modules/@cloudflare/kv-asset-handler": {
  480. "version": "0.4.2",
  481. "resolved": "https://registry.npmjs.org/@cloudflare/kv-asset-handler/-/kv-asset-handler-0.4.2.tgz",
  482. "integrity": "sha512-SIOD2DxrRRwQ+jgzlXCqoEFiKOFqaPjhnNTGKXSRLvp1HiOvapLaFG2kEr9dYQTYe8rKrd9uvDUzmAITeNyaHQ==",
  483. "license": "MIT OR Apache-2.0",
  484. "engines": {
  485. "node": ">=18.0.0"
  486. }
  487. },
  488. "node_modules/@dxup/nuxt": {
  489. "version": "0.2.0",
  490. "resolved": "https://registry.npmjs.org/@dxup/nuxt/-/nuxt-0.2.0.tgz",
  491. "integrity": "sha512-tUS2040HEiGwjwZ8hTczfuRoiXSOuA+ATPXO9Bllf03nHHj1lSlmaAyVJHFsSXL5Os5NZqimNAZ1iDed7VElzA==",
  492. "license": "MIT",
  493. "dependencies": {
  494. "@dxup/unimport": "^0.1.0",
  495. "@nuxt/kit": "^4.1.3",
  496. "chokidar": "^4.0.3",
  497. "pathe": "2.0.3",
  498. "tinyglobby": "^0.2.15"
  499. }
  500. },
  501. "node_modules/@dxup/unimport": {
  502. "version": "0.1.0",
  503. "resolved": "https://registry.npmjs.org/@dxup/unimport/-/unimport-0.1.0.tgz",
  504. "integrity": "sha512-6Q/Po8qGmlrShdG/R9+rpIhme9N/PGJumpvmwr1UAxGpt9DfOCt9kF8+yJkxhtPdJFL37KgUILZBRAkSU8cJZg==",
  505. "license": "MIT"
  506. },
  507. "node_modules/@emnapi/core": {
  508. "version": "1.6.0",
  509. "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.6.0.tgz",
  510. "integrity": "sha512-zq/ay+9fNIJJtJiZxdTnXS20PllcYMX3OE23ESc4HK/bdYu3cOWYVhsOhVnXALfU/uqJIxn5NBPd9z4v+SfoSg==",
  511. "license": "MIT",
  512. "optional": true,
  513. "dependencies": {
  514. "@emnapi/wasi-threads": "1.1.0",
  515. "tslib": "^2.4.0"
  516. }
  517. },
  518. "node_modules/@emnapi/runtime": {
  519. "version": "1.10.0",
  520. "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz",
  521. "integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==",
  522. "license": "MIT",
  523. "optional": true,
  524. "dependencies": {
  525. "tslib": "^2.4.0"
  526. }
  527. },
  528. "node_modules/@emnapi/wasi-threads": {
  529. "version": "1.1.0",
  530. "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.1.0.tgz",
  531. "integrity": "sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==",
  532. "license": "MIT",
  533. "optional": true,
  534. "dependencies": {
  535. "tslib": "^2.4.0"
  536. }
  537. },
  538. "node_modules/@esbuild/aix-ppc64": {
  539. "version": "0.25.12",
  540. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz",
  541. "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==",
  542. "cpu": [
  543. "ppc64"
  544. ],
  545. "license": "MIT",
  546. "optional": true,
  547. "os": [
  548. "aix"
  549. ],
  550. "engines": {
  551. "node": ">=18"
  552. }
  553. },
  554. "node_modules/@esbuild/android-arm": {
  555. "version": "0.25.12",
  556. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz",
  557. "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==",
  558. "cpu": [
  559. "arm"
  560. ],
  561. "license": "MIT",
  562. "optional": true,
  563. "os": [
  564. "android"
  565. ],
  566. "engines": {
  567. "node": ">=18"
  568. }
  569. },
  570. "node_modules/@esbuild/android-arm64": {
  571. "version": "0.25.12",
  572. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz",
  573. "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==",
  574. "cpu": [
  575. "arm64"
  576. ],
  577. "license": "MIT",
  578. "optional": true,
  579. "os": [
  580. "android"
  581. ],
  582. "engines": {
  583. "node": ">=18"
  584. }
  585. },
  586. "node_modules/@esbuild/android-x64": {
  587. "version": "0.25.12",
  588. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz",
  589. "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==",
  590. "cpu": [
  591. "x64"
  592. ],
  593. "license": "MIT",
  594. "optional": true,
  595. "os": [
  596. "android"
  597. ],
  598. "engines": {
  599. "node": ">=18"
  600. }
  601. },
  602. "node_modules/@esbuild/darwin-arm64": {
  603. "version": "0.25.12",
  604. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz",
  605. "integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==",
  606. "cpu": [
  607. "arm64"
  608. ],
  609. "license": "MIT",
  610. "optional": true,
  611. "os": [
  612. "darwin"
  613. ],
  614. "engines": {
  615. "node": ">=18"
  616. }
  617. },
  618. "node_modules/@esbuild/darwin-x64": {
  619. "version": "0.25.12",
  620. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz",
  621. "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==",
  622. "cpu": [
  623. "x64"
  624. ],
  625. "license": "MIT",
  626. "optional": true,
  627. "os": [
  628. "darwin"
  629. ],
  630. "engines": {
  631. "node": ">=18"
  632. }
  633. },
  634. "node_modules/@esbuild/freebsd-arm64": {
  635. "version": "0.25.12",
  636. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz",
  637. "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==",
  638. "cpu": [
  639. "arm64"
  640. ],
  641. "license": "MIT",
  642. "optional": true,
  643. "os": [
  644. "freebsd"
  645. ],
  646. "engines": {
  647. "node": ">=18"
  648. }
  649. },
  650. "node_modules/@esbuild/freebsd-x64": {
  651. "version": "0.25.12",
  652. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz",
  653. "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==",
  654. "cpu": [
  655. "x64"
  656. ],
  657. "license": "MIT",
  658. "optional": true,
  659. "os": [
  660. "freebsd"
  661. ],
  662. "engines": {
  663. "node": ">=18"
  664. }
  665. },
  666. "node_modules/@esbuild/linux-arm": {
  667. "version": "0.25.12",
  668. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz",
  669. "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==",
  670. "cpu": [
  671. "arm"
  672. ],
  673. "license": "MIT",
  674. "optional": true,
  675. "os": [
  676. "linux"
  677. ],
  678. "engines": {
  679. "node": ">=18"
  680. }
  681. },
  682. "node_modules/@esbuild/linux-arm64": {
  683. "version": "0.25.12",
  684. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz",
  685. "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==",
  686. "cpu": [
  687. "arm64"
  688. ],
  689. "license": "MIT",
  690. "optional": true,
  691. "os": [
  692. "linux"
  693. ],
  694. "engines": {
  695. "node": ">=18"
  696. }
  697. },
  698. "node_modules/@esbuild/linux-ia32": {
  699. "version": "0.25.12",
  700. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz",
  701. "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==",
  702. "cpu": [
  703. "ia32"
  704. ],
  705. "license": "MIT",
  706. "optional": true,
  707. "os": [
  708. "linux"
  709. ],
  710. "engines": {
  711. "node": ">=18"
  712. }
  713. },
  714. "node_modules/@esbuild/linux-loong64": {
  715. "version": "0.25.12",
  716. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz",
  717. "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==",
  718. "cpu": [
  719. "loong64"
  720. ],
  721. "license": "MIT",
  722. "optional": true,
  723. "os": [
  724. "linux"
  725. ],
  726. "engines": {
  727. "node": ">=18"
  728. }
  729. },
  730. "node_modules/@esbuild/linux-mips64el": {
  731. "version": "0.25.12",
  732. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz",
  733. "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==",
  734. "cpu": [
  735. "mips64el"
  736. ],
  737. "license": "MIT",
  738. "optional": true,
  739. "os": [
  740. "linux"
  741. ],
  742. "engines": {
  743. "node": ">=18"
  744. }
  745. },
  746. "node_modules/@esbuild/linux-ppc64": {
  747. "version": "0.25.12",
  748. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz",
  749. "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==",
  750. "cpu": [
  751. "ppc64"
  752. ],
  753. "license": "MIT",
  754. "optional": true,
  755. "os": [
  756. "linux"
  757. ],
  758. "engines": {
  759. "node": ">=18"
  760. }
  761. },
  762. "node_modules/@esbuild/linux-riscv64": {
  763. "version": "0.25.12",
  764. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz",
  765. "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==",
  766. "cpu": [
  767. "riscv64"
  768. ],
  769. "license": "MIT",
  770. "optional": true,
  771. "os": [
  772. "linux"
  773. ],
  774. "engines": {
  775. "node": ">=18"
  776. }
  777. },
  778. "node_modules/@esbuild/linux-s390x": {
  779. "version": "0.25.12",
  780. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz",
  781. "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==",
  782. "cpu": [
  783. "s390x"
  784. ],
  785. "license": "MIT",
  786. "optional": true,
  787. "os": [
  788. "linux"
  789. ],
  790. "engines": {
  791. "node": ">=18"
  792. }
  793. },
  794. "node_modules/@esbuild/linux-x64": {
  795. "version": "0.25.12",
  796. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz",
  797. "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==",
  798. "cpu": [
  799. "x64"
  800. ],
  801. "license": "MIT",
  802. "optional": true,
  803. "os": [
  804. "linux"
  805. ],
  806. "engines": {
  807. "node": ">=18"
  808. }
  809. },
  810. "node_modules/@esbuild/netbsd-arm64": {
  811. "version": "0.25.12",
  812. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz",
  813. "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==",
  814. "cpu": [
  815. "arm64"
  816. ],
  817. "license": "MIT",
  818. "optional": true,
  819. "os": [
  820. "netbsd"
  821. ],
  822. "engines": {
  823. "node": ">=18"
  824. }
  825. },
  826. "node_modules/@esbuild/netbsd-x64": {
  827. "version": "0.25.12",
  828. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz",
  829. "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==",
  830. "cpu": [
  831. "x64"
  832. ],
  833. "license": "MIT",
  834. "optional": true,
  835. "os": [
  836. "netbsd"
  837. ],
  838. "engines": {
  839. "node": ">=18"
  840. }
  841. },
  842. "node_modules/@esbuild/openbsd-arm64": {
  843. "version": "0.25.12",
  844. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz",
  845. "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==",
  846. "cpu": [
  847. "arm64"
  848. ],
  849. "license": "MIT",
  850. "optional": true,
  851. "os": [
  852. "openbsd"
  853. ],
  854. "engines": {
  855. "node": ">=18"
  856. }
  857. },
  858. "node_modules/@esbuild/openbsd-x64": {
  859. "version": "0.25.12",
  860. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz",
  861. "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==",
  862. "cpu": [
  863. "x64"
  864. ],
  865. "license": "MIT",
  866. "optional": true,
  867. "os": [
  868. "openbsd"
  869. ],
  870. "engines": {
  871. "node": ">=18"
  872. }
  873. },
  874. "node_modules/@esbuild/openharmony-arm64": {
  875. "version": "0.25.12",
  876. "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz",
  877. "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==",
  878. "cpu": [
  879. "arm64"
  880. ],
  881. "license": "MIT",
  882. "optional": true,
  883. "os": [
  884. "openharmony"
  885. ],
  886. "engines": {
  887. "node": ">=18"
  888. }
  889. },
  890. "node_modules/@esbuild/sunos-x64": {
  891. "version": "0.25.12",
  892. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz",
  893. "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==",
  894. "cpu": [
  895. "x64"
  896. ],
  897. "license": "MIT",
  898. "optional": true,
  899. "os": [
  900. "sunos"
  901. ],
  902. "engines": {
  903. "node": ">=18"
  904. }
  905. },
  906. "node_modules/@esbuild/win32-arm64": {
  907. "version": "0.25.12",
  908. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz",
  909. "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==",
  910. "cpu": [
  911. "arm64"
  912. ],
  913. "license": "MIT",
  914. "optional": true,
  915. "os": [
  916. "win32"
  917. ],
  918. "engines": {
  919. "node": ">=18"
  920. }
  921. },
  922. "node_modules/@esbuild/win32-ia32": {
  923. "version": "0.25.12",
  924. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz",
  925. "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==",
  926. "cpu": [
  927. "ia32"
  928. ],
  929. "license": "MIT",
  930. "optional": true,
  931. "os": [
  932. "win32"
  933. ],
  934. "engines": {
  935. "node": ">=18"
  936. }
  937. },
  938. "node_modules/@esbuild/win32-x64": {
  939. "version": "0.25.12",
  940. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz",
  941. "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==",
  942. "cpu": [
  943. "x64"
  944. ],
  945. "license": "MIT",
  946. "optional": true,
  947. "os": [
  948. "win32"
  949. ],
  950. "engines": {
  951. "node": ">=18"
  952. }
  953. },
  954. "node_modules/@fastify/accept-negotiator": {
  955. "version": "2.0.1",
  956. "resolved": "https://registry.npmjs.org/@fastify/accept-negotiator/-/accept-negotiator-2.0.1.tgz",
  957. "integrity": "sha512-/c/TW2bO/v9JeEgoD/g1G5GxGeCF1Hafdf79WPmUlgYiBXummY0oX3VVq4yFkKKVBKDNlaDUYoab7g38RpPqCQ==",
  958. "funding": [
  959. {
  960. "type": "github",
  961. "url": "https://github.com/sponsors/fastify"
  962. },
  963. {
  964. "type": "opencollective",
  965. "url": "https://opencollective.com/fastify"
  966. }
  967. ],
  968. "license": "MIT",
  969. "optional": true
  970. },
  971. "node_modules/@floating-ui/core": {
  972. "version": "1.7.3",
  973. "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.3.tgz",
  974. "integrity": "sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==",
  975. "license": "MIT",
  976. "dependencies": {
  977. "@floating-ui/utils": "^0.2.10"
  978. }
  979. },
  980. "node_modules/@floating-ui/dom": {
  981. "version": "1.7.4",
  982. "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.4.tgz",
  983. "integrity": "sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA==",
  984. "license": "MIT",
  985. "dependencies": {
  986. "@floating-ui/core": "^1.7.3",
  987. "@floating-ui/utils": "^0.2.10"
  988. }
  989. },
  990. "node_modules/@floating-ui/utils": {
  991. "version": "0.2.10",
  992. "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.10.tgz",
  993. "integrity": "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==",
  994. "license": "MIT"
  995. },
  996. "node_modules/@floating-ui/vue": {
  997. "version": "1.1.9",
  998. "resolved": "https://registry.npmjs.org/@floating-ui/vue/-/vue-1.1.9.tgz",
  999. "integrity": "sha512-BfNqNW6KA83Nexspgb9DZuz578R7HT8MZw1CfK9I6Ah4QReNWEJsXWHN+SdmOVLNGmTPDi+fDT535Df5PzMLbQ==",
  1000. "license": "MIT",
  1001. "dependencies": {
  1002. "@floating-ui/dom": "^1.7.4",
  1003. "@floating-ui/utils": "^0.2.10",
  1004. "vue-demi": ">=0.13.0"
  1005. }
  1006. },
  1007. "node_modules/@floating-ui/vue/node_modules/vue-demi": {
  1008. "version": "0.14.10",
  1009. "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
  1010. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  1011. "hasInstallScript": true,
  1012. "license": "MIT",
  1013. "bin": {
  1014. "vue-demi-fix": "bin/vue-demi-fix.js",
  1015. "vue-demi-switch": "bin/vue-demi-switch.js"
  1016. },
  1017. "engines": {
  1018. "node": ">=12"
  1019. },
  1020. "funding": {
  1021. "url": "https://github.com/sponsors/antfu"
  1022. },
  1023. "peerDependencies": {
  1024. "@vue/composition-api": "^1.0.0-rc.1",
  1025. "vue": "^3.0.0-0 || ^2.6.0"
  1026. },
  1027. "peerDependenciesMeta": {
  1028. "@vue/composition-api": {
  1029. "optional": true
  1030. }
  1031. }
  1032. },
  1033. "node_modules/@iconify/collections": {
  1034. "version": "1.0.624",
  1035. "resolved": "https://registry.npmjs.org/@iconify/collections/-/collections-1.0.624.tgz",
  1036. "integrity": "sha512-xNhIO7CH4S85O7yp0zW+Sw5btqKXdBxPEKSk2ClCsmDTqA5OtS8eCIseQM4Jp7IS3d1mbO9KQV4Tx4nredaGxg==",
  1037. "license": "MIT",
  1038. "dependencies": {
  1039. "@iconify/types": "*"
  1040. }
  1041. },
  1042. "node_modules/@iconify/types": {
  1043. "version": "2.0.0",
  1044. "resolved": "https://registry.npmjs.org/@iconify/types/-/types-2.0.0.tgz",
  1045. "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==",
  1046. "license": "MIT"
  1047. },
  1048. "node_modules/@iconify/utils": {
  1049. "version": "3.1.0",
  1050. "resolved": "https://registry.npmjs.org/@iconify/utils/-/utils-3.1.0.tgz",
  1051. "integrity": "sha512-Zlzem1ZXhI1iHeeERabLNzBHdOa4VhQbqAcOQaMKuTuyZCpwKbC2R4Dd0Zo3g9EAc+Y4fiarO8HIHRAth7+skw==",
  1052. "license": "MIT",
  1053. "dependencies": {
  1054. "@antfu/install-pkg": "^1.1.0",
  1055. "@iconify/types": "^2.0.0",
  1056. "mlly": "^1.8.0"
  1057. }
  1058. },
  1059. "node_modules/@iconify/vue": {
  1060. "version": "5.0.0",
  1061. "resolved": "https://registry.npmjs.org/@iconify/vue/-/vue-5.0.0.tgz",
  1062. "integrity": "sha512-C+KuEWIF5nSBrobFJhT//JS87OZ++QDORB6f2q2Wm6fl2mueSTpFBeBsveK0KW9hWiZ4mNiPjsh6Zs4jjdROSg==",
  1063. "license": "MIT",
  1064. "dependencies": {
  1065. "@iconify/types": "^2.0.0"
  1066. },
  1067. "funding": {
  1068. "url": "https://github.com/sponsors/cyberalien"
  1069. },
  1070. "peerDependencies": {
  1071. "vue": ">=3"
  1072. }
  1073. },
  1074. "node_modules/@img/colour": {
  1075. "version": "1.1.0",
  1076. "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz",
  1077. "integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==",
  1078. "license": "MIT",
  1079. "optional": true,
  1080. "engines": {
  1081. "node": ">=18"
  1082. }
  1083. },
  1084. "node_modules/@img/sharp-darwin-arm64": {
  1085. "version": "0.34.5",
  1086. "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz",
  1087. "integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==",
  1088. "cpu": [
  1089. "arm64"
  1090. ],
  1091. "license": "Apache-2.0",
  1092. "optional": true,
  1093. "os": [
  1094. "darwin"
  1095. ],
  1096. "engines": {
  1097. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1098. },
  1099. "funding": {
  1100. "url": "https://opencollective.com/libvips"
  1101. },
  1102. "optionalDependencies": {
  1103. "@img/sharp-libvips-darwin-arm64": "1.2.4"
  1104. }
  1105. },
  1106. "node_modules/@img/sharp-darwin-x64": {
  1107. "version": "0.34.5",
  1108. "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz",
  1109. "integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==",
  1110. "cpu": [
  1111. "x64"
  1112. ],
  1113. "license": "Apache-2.0",
  1114. "optional": true,
  1115. "os": [
  1116. "darwin"
  1117. ],
  1118. "engines": {
  1119. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1120. },
  1121. "funding": {
  1122. "url": "https://opencollective.com/libvips"
  1123. },
  1124. "optionalDependencies": {
  1125. "@img/sharp-libvips-darwin-x64": "1.2.4"
  1126. }
  1127. },
  1128. "node_modules/@img/sharp-libvips-darwin-arm64": {
  1129. "version": "1.2.4",
  1130. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz",
  1131. "integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==",
  1132. "cpu": [
  1133. "arm64"
  1134. ],
  1135. "license": "LGPL-3.0-or-later",
  1136. "optional": true,
  1137. "os": [
  1138. "darwin"
  1139. ],
  1140. "funding": {
  1141. "url": "https://opencollective.com/libvips"
  1142. }
  1143. },
  1144. "node_modules/@img/sharp-libvips-darwin-x64": {
  1145. "version": "1.2.4",
  1146. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz",
  1147. "integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==",
  1148. "cpu": [
  1149. "x64"
  1150. ],
  1151. "license": "LGPL-3.0-or-later",
  1152. "optional": true,
  1153. "os": [
  1154. "darwin"
  1155. ],
  1156. "funding": {
  1157. "url": "https://opencollective.com/libvips"
  1158. }
  1159. },
  1160. "node_modules/@img/sharp-libvips-linux-arm": {
  1161. "version": "1.2.4",
  1162. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz",
  1163. "integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==",
  1164. "cpu": [
  1165. "arm"
  1166. ],
  1167. "license": "LGPL-3.0-or-later",
  1168. "optional": true,
  1169. "os": [
  1170. "linux"
  1171. ],
  1172. "funding": {
  1173. "url": "https://opencollective.com/libvips"
  1174. }
  1175. },
  1176. "node_modules/@img/sharp-libvips-linux-arm64": {
  1177. "version": "1.2.4",
  1178. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz",
  1179. "integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==",
  1180. "cpu": [
  1181. "arm64"
  1182. ],
  1183. "license": "LGPL-3.0-or-later",
  1184. "optional": true,
  1185. "os": [
  1186. "linux"
  1187. ],
  1188. "funding": {
  1189. "url": "https://opencollective.com/libvips"
  1190. }
  1191. },
  1192. "node_modules/@img/sharp-libvips-linux-ppc64": {
  1193. "version": "1.2.4",
  1194. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz",
  1195. "integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==",
  1196. "cpu": [
  1197. "ppc64"
  1198. ],
  1199. "license": "LGPL-3.0-or-later",
  1200. "optional": true,
  1201. "os": [
  1202. "linux"
  1203. ],
  1204. "funding": {
  1205. "url": "https://opencollective.com/libvips"
  1206. }
  1207. },
  1208. "node_modules/@img/sharp-libvips-linux-riscv64": {
  1209. "version": "1.2.4",
  1210. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz",
  1211. "integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==",
  1212. "cpu": [
  1213. "riscv64"
  1214. ],
  1215. "license": "LGPL-3.0-or-later",
  1216. "optional": true,
  1217. "os": [
  1218. "linux"
  1219. ],
  1220. "funding": {
  1221. "url": "https://opencollective.com/libvips"
  1222. }
  1223. },
  1224. "node_modules/@img/sharp-libvips-linux-s390x": {
  1225. "version": "1.2.4",
  1226. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz",
  1227. "integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==",
  1228. "cpu": [
  1229. "s390x"
  1230. ],
  1231. "license": "LGPL-3.0-or-later",
  1232. "optional": true,
  1233. "os": [
  1234. "linux"
  1235. ],
  1236. "funding": {
  1237. "url": "https://opencollective.com/libvips"
  1238. }
  1239. },
  1240. "node_modules/@img/sharp-libvips-linux-x64": {
  1241. "version": "1.2.4",
  1242. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz",
  1243. "integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==",
  1244. "cpu": [
  1245. "x64"
  1246. ],
  1247. "license": "LGPL-3.0-or-later",
  1248. "optional": true,
  1249. "os": [
  1250. "linux"
  1251. ],
  1252. "funding": {
  1253. "url": "https://opencollective.com/libvips"
  1254. }
  1255. },
  1256. "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
  1257. "version": "1.2.4",
  1258. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz",
  1259. "integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==",
  1260. "cpu": [
  1261. "arm64"
  1262. ],
  1263. "license": "LGPL-3.0-or-later",
  1264. "optional": true,
  1265. "os": [
  1266. "linux"
  1267. ],
  1268. "funding": {
  1269. "url": "https://opencollective.com/libvips"
  1270. }
  1271. },
  1272. "node_modules/@img/sharp-libvips-linuxmusl-x64": {
  1273. "version": "1.2.4",
  1274. "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz",
  1275. "integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==",
  1276. "cpu": [
  1277. "x64"
  1278. ],
  1279. "license": "LGPL-3.0-or-later",
  1280. "optional": true,
  1281. "os": [
  1282. "linux"
  1283. ],
  1284. "funding": {
  1285. "url": "https://opencollective.com/libvips"
  1286. }
  1287. },
  1288. "node_modules/@img/sharp-linux-arm": {
  1289. "version": "0.34.5",
  1290. "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz",
  1291. "integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==",
  1292. "cpu": [
  1293. "arm"
  1294. ],
  1295. "license": "Apache-2.0",
  1296. "optional": true,
  1297. "os": [
  1298. "linux"
  1299. ],
  1300. "engines": {
  1301. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1302. },
  1303. "funding": {
  1304. "url": "https://opencollective.com/libvips"
  1305. },
  1306. "optionalDependencies": {
  1307. "@img/sharp-libvips-linux-arm": "1.2.4"
  1308. }
  1309. },
  1310. "node_modules/@img/sharp-linux-arm64": {
  1311. "version": "0.34.5",
  1312. "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz",
  1313. "integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==",
  1314. "cpu": [
  1315. "arm64"
  1316. ],
  1317. "license": "Apache-2.0",
  1318. "optional": true,
  1319. "os": [
  1320. "linux"
  1321. ],
  1322. "engines": {
  1323. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1324. },
  1325. "funding": {
  1326. "url": "https://opencollective.com/libvips"
  1327. },
  1328. "optionalDependencies": {
  1329. "@img/sharp-libvips-linux-arm64": "1.2.4"
  1330. }
  1331. },
  1332. "node_modules/@img/sharp-linux-ppc64": {
  1333. "version": "0.34.5",
  1334. "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz",
  1335. "integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==",
  1336. "cpu": [
  1337. "ppc64"
  1338. ],
  1339. "license": "Apache-2.0",
  1340. "optional": true,
  1341. "os": [
  1342. "linux"
  1343. ],
  1344. "engines": {
  1345. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1346. },
  1347. "funding": {
  1348. "url": "https://opencollective.com/libvips"
  1349. },
  1350. "optionalDependencies": {
  1351. "@img/sharp-libvips-linux-ppc64": "1.2.4"
  1352. }
  1353. },
  1354. "node_modules/@img/sharp-linux-riscv64": {
  1355. "version": "0.34.5",
  1356. "resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz",
  1357. "integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==",
  1358. "cpu": [
  1359. "riscv64"
  1360. ],
  1361. "license": "Apache-2.0",
  1362. "optional": true,
  1363. "os": [
  1364. "linux"
  1365. ],
  1366. "engines": {
  1367. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1368. },
  1369. "funding": {
  1370. "url": "https://opencollective.com/libvips"
  1371. },
  1372. "optionalDependencies": {
  1373. "@img/sharp-libvips-linux-riscv64": "1.2.4"
  1374. }
  1375. },
  1376. "node_modules/@img/sharp-linux-s390x": {
  1377. "version": "0.34.5",
  1378. "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz",
  1379. "integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==",
  1380. "cpu": [
  1381. "s390x"
  1382. ],
  1383. "license": "Apache-2.0",
  1384. "optional": true,
  1385. "os": [
  1386. "linux"
  1387. ],
  1388. "engines": {
  1389. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1390. },
  1391. "funding": {
  1392. "url": "https://opencollective.com/libvips"
  1393. },
  1394. "optionalDependencies": {
  1395. "@img/sharp-libvips-linux-s390x": "1.2.4"
  1396. }
  1397. },
  1398. "node_modules/@img/sharp-linux-x64": {
  1399. "version": "0.34.5",
  1400. "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz",
  1401. "integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==",
  1402. "cpu": [
  1403. "x64"
  1404. ],
  1405. "license": "Apache-2.0",
  1406. "optional": true,
  1407. "os": [
  1408. "linux"
  1409. ],
  1410. "engines": {
  1411. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1412. },
  1413. "funding": {
  1414. "url": "https://opencollective.com/libvips"
  1415. },
  1416. "optionalDependencies": {
  1417. "@img/sharp-libvips-linux-x64": "1.2.4"
  1418. }
  1419. },
  1420. "node_modules/@img/sharp-linuxmusl-arm64": {
  1421. "version": "0.34.5",
  1422. "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz",
  1423. "integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==",
  1424. "cpu": [
  1425. "arm64"
  1426. ],
  1427. "license": "Apache-2.0",
  1428. "optional": true,
  1429. "os": [
  1430. "linux"
  1431. ],
  1432. "engines": {
  1433. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1434. },
  1435. "funding": {
  1436. "url": "https://opencollective.com/libvips"
  1437. },
  1438. "optionalDependencies": {
  1439. "@img/sharp-libvips-linuxmusl-arm64": "1.2.4"
  1440. }
  1441. },
  1442. "node_modules/@img/sharp-linuxmusl-x64": {
  1443. "version": "0.34.5",
  1444. "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz",
  1445. "integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==",
  1446. "cpu": [
  1447. "x64"
  1448. ],
  1449. "license": "Apache-2.0",
  1450. "optional": true,
  1451. "os": [
  1452. "linux"
  1453. ],
  1454. "engines": {
  1455. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1456. },
  1457. "funding": {
  1458. "url": "https://opencollective.com/libvips"
  1459. },
  1460. "optionalDependencies": {
  1461. "@img/sharp-libvips-linuxmusl-x64": "1.2.4"
  1462. }
  1463. },
  1464. "node_modules/@img/sharp-wasm32": {
  1465. "version": "0.34.5",
  1466. "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz",
  1467. "integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==",
  1468. "cpu": [
  1469. "wasm32"
  1470. ],
  1471. "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
  1472. "optional": true,
  1473. "dependencies": {
  1474. "@emnapi/runtime": "^1.7.0"
  1475. },
  1476. "engines": {
  1477. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1478. },
  1479. "funding": {
  1480. "url": "https://opencollective.com/libvips"
  1481. }
  1482. },
  1483. "node_modules/@img/sharp-win32-arm64": {
  1484. "version": "0.34.5",
  1485. "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz",
  1486. "integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==",
  1487. "cpu": [
  1488. "arm64"
  1489. ],
  1490. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  1491. "optional": true,
  1492. "os": [
  1493. "win32"
  1494. ],
  1495. "engines": {
  1496. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1497. },
  1498. "funding": {
  1499. "url": "https://opencollective.com/libvips"
  1500. }
  1501. },
  1502. "node_modules/@img/sharp-win32-ia32": {
  1503. "version": "0.34.5",
  1504. "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz",
  1505. "integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==",
  1506. "cpu": [
  1507. "ia32"
  1508. ],
  1509. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  1510. "optional": true,
  1511. "os": [
  1512. "win32"
  1513. ],
  1514. "engines": {
  1515. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1516. },
  1517. "funding": {
  1518. "url": "https://opencollective.com/libvips"
  1519. }
  1520. },
  1521. "node_modules/@img/sharp-win32-x64": {
  1522. "version": "0.34.5",
  1523. "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz",
  1524. "integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==",
  1525. "cpu": [
  1526. "x64"
  1527. ],
  1528. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  1529. "optional": true,
  1530. "os": [
  1531. "win32"
  1532. ],
  1533. "engines": {
  1534. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1535. },
  1536. "funding": {
  1537. "url": "https://opencollective.com/libvips"
  1538. }
  1539. },
  1540. "node_modules/@internationalized/date": {
  1541. "version": "3.10.0",
  1542. "resolved": "https://registry.npmjs.org/@internationalized/date/-/date-3.10.0.tgz",
  1543. "integrity": "sha512-oxDR/NTEJ1k+UFVQElaNIk65E/Z83HK1z1WI3lQyhTtnNg4R5oVXaPzK3jcpKG8UHKDVuDQHzn+wsxSz8RP3aw==",
  1544. "license": "Apache-2.0",
  1545. "dependencies": {
  1546. "@swc/helpers": "^0.5.0"
  1547. }
  1548. },
  1549. "node_modules/@internationalized/number": {
  1550. "version": "3.6.5",
  1551. "resolved": "https://registry.npmjs.org/@internationalized/number/-/number-3.6.5.tgz",
  1552. "integrity": "sha512-6hY4Kl4HPBvtfS62asS/R22JzNNy8vi/Ssev7x6EobfCp+9QIB2hKvI2EtbdJ0VSQacxVNtqhE/NmF/NZ0gm6g==",
  1553. "license": "Apache-2.0",
  1554. "dependencies": {
  1555. "@swc/helpers": "^0.5.0"
  1556. }
  1557. },
  1558. "node_modules/@ioredis/commands": {
  1559. "version": "1.5.1",
  1560. "resolved": "https://registry.npmjs.org/@ioredis/commands/-/commands-1.5.1.tgz",
  1561. "integrity": "sha512-JH8ZL/ywcJyR9MmJ5BNqZllXNZQqQbnVZOqpPQqE1vHiFgAw4NHbvE0FOduNU8IX9babitBT46571OnPTT0Zcw==",
  1562. "license": "MIT"
  1563. },
  1564. "node_modules/@isaacs/cliui": {
  1565. "version": "8.0.2",
  1566. "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
  1567. "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
  1568. "license": "ISC",
  1569. "dependencies": {
  1570. "string-width": "^5.1.2",
  1571. "string-width-cjs": "npm:string-width@^4.2.0",
  1572. "strip-ansi": "^7.0.1",
  1573. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  1574. "wrap-ansi": "^8.1.0",
  1575. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  1576. },
  1577. "engines": {
  1578. "node": ">=12"
  1579. }
  1580. },
  1581. "node_modules/@isaacs/fs-minipass": {
  1582. "version": "4.0.1",
  1583. "resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz",
  1584. "integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==",
  1585. "license": "ISC",
  1586. "dependencies": {
  1587. "minipass": "^7.0.4"
  1588. },
  1589. "engines": {
  1590. "node": ">=18.0.0"
  1591. }
  1592. },
  1593. "node_modules/@jridgewell/gen-mapping": {
  1594. "version": "0.3.13",
  1595. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  1596. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  1597. "license": "MIT",
  1598. "dependencies": {
  1599. "@jridgewell/sourcemap-codec": "^1.5.0",
  1600. "@jridgewell/trace-mapping": "^0.3.24"
  1601. }
  1602. },
  1603. "node_modules/@jridgewell/remapping": {
  1604. "version": "2.3.5",
  1605. "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  1606. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  1607. "license": "MIT",
  1608. "dependencies": {
  1609. "@jridgewell/gen-mapping": "^0.3.5",
  1610. "@jridgewell/trace-mapping": "^0.3.24"
  1611. }
  1612. },
  1613. "node_modules/@jridgewell/resolve-uri": {
  1614. "version": "3.1.2",
  1615. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  1616. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  1617. "license": "MIT",
  1618. "engines": {
  1619. "node": ">=6.0.0"
  1620. }
  1621. },
  1622. "node_modules/@jridgewell/source-map": {
  1623. "version": "0.3.11",
  1624. "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.11.tgz",
  1625. "integrity": "sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==",
  1626. "license": "MIT",
  1627. "dependencies": {
  1628. "@jridgewell/gen-mapping": "^0.3.5",
  1629. "@jridgewell/trace-mapping": "^0.3.25"
  1630. }
  1631. },
  1632. "node_modules/@jridgewell/sourcemap-codec": {
  1633. "version": "1.5.5",
  1634. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  1635. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  1636. "license": "MIT"
  1637. },
  1638. "node_modules/@jridgewell/trace-mapping": {
  1639. "version": "0.3.31",
  1640. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  1641. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  1642. "license": "MIT",
  1643. "dependencies": {
  1644. "@jridgewell/resolve-uri": "^3.1.0",
  1645. "@jridgewell/sourcemap-codec": "^1.4.14"
  1646. }
  1647. },
  1648. "node_modules/@kwsites/file-exists": {
  1649. "version": "1.1.1",
  1650. "resolved": "https://registry.npmjs.org/@kwsites/file-exists/-/file-exists-1.1.1.tgz",
  1651. "integrity": "sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==",
  1652. "license": "MIT",
  1653. "dependencies": {
  1654. "debug": "^4.1.1"
  1655. }
  1656. },
  1657. "node_modules/@kwsites/promise-deferred": {
  1658. "version": "1.1.1",
  1659. "resolved": "https://registry.npmjs.org/@kwsites/promise-deferred/-/promise-deferred-1.1.1.tgz",
  1660. "integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==",
  1661. "license": "MIT"
  1662. },
  1663. "node_modules/@mapbox/node-pre-gyp": {
  1664. "version": "2.0.3",
  1665. "resolved": "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-2.0.3.tgz",
  1666. "integrity": "sha512-uwPAhccfFJlsfCxMYTwOdVfOz3xqyj8xYL3zJj8f0pb30tLohnnFPhLuqp4/qoEz8sNxe4SESZedcBojRefIzg==",
  1667. "license": "BSD-3-Clause",
  1668. "dependencies": {
  1669. "consola": "^3.2.3",
  1670. "detect-libc": "^2.0.0",
  1671. "https-proxy-agent": "^7.0.5",
  1672. "node-fetch": "^2.6.7",
  1673. "nopt": "^8.0.0",
  1674. "semver": "^7.5.3",
  1675. "tar": "^7.4.0"
  1676. },
  1677. "bin": {
  1678. "node-pre-gyp": "bin/node-pre-gyp"
  1679. },
  1680. "engines": {
  1681. "node": ">=18"
  1682. }
  1683. },
  1684. "node_modules/@napi-rs/wasm-runtime": {
  1685. "version": "1.0.7",
  1686. "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.0.7.tgz",
  1687. "integrity": "sha512-SeDnOO0Tk7Okiq6DbXmmBODgOAb9dp9gjlphokTUxmt8U3liIP1ZsozBahH69j/RJv+Rfs6IwUKHTgQYJ/HBAw==",
  1688. "license": "MIT",
  1689. "optional": true,
  1690. "dependencies": {
  1691. "@emnapi/core": "^1.5.0",
  1692. "@emnapi/runtime": "^1.5.0",
  1693. "@tybys/wasm-util": "^0.10.1"
  1694. }
  1695. },
  1696. "node_modules/@nodelib/fs.scandir": {
  1697. "version": "2.1.5",
  1698. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  1699. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  1700. "license": "MIT",
  1701. "dependencies": {
  1702. "@nodelib/fs.stat": "2.0.5",
  1703. "run-parallel": "^1.1.9"
  1704. },
  1705. "engines": {
  1706. "node": ">= 8"
  1707. }
  1708. },
  1709. "node_modules/@nodelib/fs.stat": {
  1710. "version": "2.0.5",
  1711. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  1712. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  1713. "license": "MIT",
  1714. "engines": {
  1715. "node": ">= 8"
  1716. }
  1717. },
  1718. "node_modules/@nodelib/fs.walk": {
  1719. "version": "1.2.8",
  1720. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  1721. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  1722. "license": "MIT",
  1723. "dependencies": {
  1724. "@nodelib/fs.scandir": "2.1.5",
  1725. "fastq": "^1.6.0"
  1726. },
  1727. "engines": {
  1728. "node": ">= 8"
  1729. }
  1730. },
  1731. "node_modules/@nuxt/cli": {
  1732. "version": "3.35.0",
  1733. "resolved": "https://registry.npmjs.org/@nuxt/cli/-/cli-3.35.0.tgz",
  1734. "integrity": "sha512-mptQTKMkLJaIr3VASTap6iWswU2XZ+J55pb6oUagxm9LOzsd7i2LzfC6IclU6Dp+ihRjYYzW+JPuvHvPOKQmuQ==",
  1735. "license": "MIT",
  1736. "dependencies": {
  1737. "@bomb.sh/tab": "^0.0.14",
  1738. "@clack/prompts": "^1.2.0",
  1739. "c12": "^3.3.4",
  1740. "citty": "^0.2.2",
  1741. "confbox": "^0.2.4",
  1742. "consola": "^3.4.2",
  1743. "debug": "^4.4.3",
  1744. "defu": "^6.1.7",
  1745. "exsolve": "^1.0.8",
  1746. "fuse.js": "^7.3.0",
  1747. "fzf": "^0.5.2",
  1748. "giget": "^3.2.0",
  1749. "jiti": "^2.6.1",
  1750. "listhen": "^1.9.1",
  1751. "nypm": "^0.6.6",
  1752. "ofetch": "^1.5.1",
  1753. "ohash": "^2.0.11",
  1754. "pathe": "^2.0.3",
  1755. "perfect-debounce": "^2.1.0",
  1756. "pkg-types": "^2.3.0",
  1757. "scule": "^1.3.0",
  1758. "semver": "^7.7.4",
  1759. "srvx": "^0.11.15",
  1760. "std-env": "^4.1.0",
  1761. "tinyclip": "^0.1.12",
  1762. "tinyexec": "^1.1.1",
  1763. "ufo": "^1.6.3",
  1764. "youch": "^4.1.1"
  1765. },
  1766. "bin": {
  1767. "nuxi": "bin/nuxi.mjs",
  1768. "nuxi-ng": "bin/nuxi.mjs",
  1769. "nuxt": "bin/nuxi.mjs",
  1770. "nuxt-cli": "bin/nuxi.mjs"
  1771. },
  1772. "engines": {
  1773. "node": "^16.14.0 || >=18.0.0"
  1774. },
  1775. "peerDependencies": {
  1776. "@nuxt/schema": "^4.4.2"
  1777. },
  1778. "peerDependenciesMeta": {
  1779. "@nuxt/schema": {
  1780. "optional": true
  1781. }
  1782. }
  1783. },
  1784. "node_modules/@nuxt/cli/node_modules/@bomb.sh/tab": {
  1785. "version": "0.0.14",
  1786. "resolved": "https://registry.npmjs.org/@bomb.sh/tab/-/tab-0.0.14.tgz",
  1787. "integrity": "sha512-cHMk2LI430MVoX1unTt9oK1iZzQS4CYDz97MSxKLNErW69T43Z2QLFTpdS/3jVOIKrIADWfuxQ+nQNJkNV7E4w==",
  1788. "license": "MIT",
  1789. "bin": {
  1790. "tab": "dist/bin/cli.mjs"
  1791. },
  1792. "peerDependencies": {
  1793. "cac": "^6.7.14",
  1794. "citty": "^0.1.6 || ^0.2.0",
  1795. "commander": "^13.1.0"
  1796. },
  1797. "peerDependenciesMeta": {
  1798. "cac": {
  1799. "optional": true
  1800. },
  1801. "citty": {
  1802. "optional": true
  1803. },
  1804. "commander": {
  1805. "optional": true
  1806. }
  1807. }
  1808. },
  1809. "node_modules/@nuxt/cli/node_modules/citty": {
  1810. "version": "0.2.2",
  1811. "resolved": "https://registry.npmjs.org/citty/-/citty-0.2.2.tgz",
  1812. "integrity": "sha512-+6vJA3L98yv+IdfKGZHBNiGW5KHn22e/JwID0Strsz8h4S/csAu/OuICwxrg44k5MRiZHWIo8XXuJgQTriRP4w==",
  1813. "license": "MIT",
  1814. "peer": true
  1815. },
  1816. "node_modules/@nuxt/cli/node_modules/std-env": {
  1817. "version": "4.1.0",
  1818. "resolved": "https://registry.npmjs.org/std-env/-/std-env-4.1.0.tgz",
  1819. "integrity": "sha512-Rq7ybcX2RuC55r9oaPVEW7/xu3tj8u4GeBYHBWCychFtzMIr86A7e3PPEBPT37sHStKX3+TiX/Fr/ACmJLVlLQ==",
  1820. "license": "MIT"
  1821. },
  1822. "node_modules/@nuxt/devalue": {
  1823. "version": "2.0.2",
  1824. "resolved": "https://registry.npmjs.org/@nuxt/devalue/-/devalue-2.0.2.tgz",
  1825. "integrity": "sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA==",
  1826. "license": "MIT"
  1827. },
  1828. "node_modules/@nuxt/devtools": {
  1829. "version": "2.7.0",
  1830. "resolved": "https://registry.npmjs.org/@nuxt/devtools/-/devtools-2.7.0.tgz",
  1831. "integrity": "sha512-BtIklVYny14Ykek4SHeexAHoa28MEV9kz223ZzvoNYqE0f+YVV+cJP69ovZHf+HUVpxaAMJfWKLHXinWXiCZ4Q==",
  1832. "license": "MIT",
  1833. "dependencies": {
  1834. "@nuxt/devtools-kit": "2.7.0",
  1835. "@nuxt/devtools-wizard": "2.7.0",
  1836. "@nuxt/kit": "^3.19.3",
  1837. "@vue/devtools-core": "^7.7.7",
  1838. "@vue/devtools-kit": "^7.7.7",
  1839. "birpc": "^2.6.1",
  1840. "consola": "^3.4.2",
  1841. "destr": "^2.0.5",
  1842. "error-stack-parser-es": "^1.0.5",
  1843. "execa": "^8.0.1",
  1844. "fast-npm-meta": "^0.4.7",
  1845. "get-port-please": "^3.2.0",
  1846. "hookable": "^5.5.3",
  1847. "image-meta": "^0.2.2",
  1848. "is-installed-globally": "^1.0.0",
  1849. "launch-editor": "^2.11.1",
  1850. "local-pkg": "^1.1.2",
  1851. "magicast": "^0.3.5",
  1852. "nypm": "^0.6.2",
  1853. "ohash": "^2.0.11",
  1854. "pathe": "^2.0.3",
  1855. "perfect-debounce": "^1.0.0",
  1856. "pkg-types": "^2.3.0",
  1857. "semver": "^7.7.3",
  1858. "simple-git": "^3.28.0",
  1859. "sirv": "^3.0.2",
  1860. "structured-clone-es": "^1.0.0",
  1861. "tinyglobby": "^0.2.15",
  1862. "vite-plugin-inspect": "^11.3.3",
  1863. "vite-plugin-vue-tracer": "^1.0.1",
  1864. "which": "^5.0.0",
  1865. "ws": "^8.18.3"
  1866. },
  1867. "bin": {
  1868. "devtools": "cli.mjs"
  1869. },
  1870. "peerDependencies": {
  1871. "vite": ">=6.0"
  1872. }
  1873. },
  1874. "node_modules/@nuxt/devtools-kit": {
  1875. "version": "2.7.0",
  1876. "resolved": "https://registry.npmjs.org/@nuxt/devtools-kit/-/devtools-kit-2.7.0.tgz",
  1877. "integrity": "sha512-MIJdah6CF6YOW2GhfKnb8Sivu6HpcQheqdjOlZqShBr+1DyjtKQbAKSCAyKPaoIzZP4QOo2SmTFV6aN8jBeEIQ==",
  1878. "license": "MIT",
  1879. "dependencies": {
  1880. "@nuxt/kit": "^3.19.3",
  1881. "execa": "^8.0.1"
  1882. },
  1883. "peerDependencies": {
  1884. "vite": ">=6.0"
  1885. }
  1886. },
  1887. "node_modules/@nuxt/devtools-kit/node_modules/@nuxt/kit": {
  1888. "version": "3.19.3",
  1889. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.19.3.tgz",
  1890. "integrity": "sha512-ze46EW5xW+UxDvinvPkYt2MzR355Az1lA3bpX8KDialgnCwr+IbkBij/udbUEC6ZFbidPkfK1eKl4ESN7gMY+w==",
  1891. "license": "MIT",
  1892. "dependencies": {
  1893. "c12": "^3.3.0",
  1894. "consola": "^3.4.2",
  1895. "defu": "^6.1.4",
  1896. "destr": "^2.0.5",
  1897. "errx": "^0.1.0",
  1898. "exsolve": "^1.0.7",
  1899. "ignore": "^7.0.5",
  1900. "jiti": "^2.6.1",
  1901. "klona": "^2.0.6",
  1902. "knitwork": "^1.2.0",
  1903. "mlly": "^1.8.0",
  1904. "ohash": "^2.0.11",
  1905. "pathe": "^2.0.3",
  1906. "pkg-types": "^2.3.0",
  1907. "rc9": "^2.1.2",
  1908. "scule": "^1.3.0",
  1909. "semver": "^7.7.2",
  1910. "std-env": "^3.9.0",
  1911. "tinyglobby": "^0.2.15",
  1912. "ufo": "^1.6.1",
  1913. "unctx": "^2.4.1",
  1914. "unimport": "^5.4.1",
  1915. "untyped": "^2.0.0"
  1916. },
  1917. "engines": {
  1918. "node": ">=18.12.0"
  1919. }
  1920. },
  1921. "node_modules/@nuxt/devtools-wizard": {
  1922. "version": "2.7.0",
  1923. "resolved": "https://registry.npmjs.org/@nuxt/devtools-wizard/-/devtools-wizard-2.7.0.tgz",
  1924. "integrity": "sha512-iWuWR0U6BRpF7D6xrgq9ZkQ6ajsw2EA/gVmbU9V5JPKRUtV6DVpCPi+h34VFNeQ104Sf531XgvT0sl3h93AjXA==",
  1925. "license": "MIT",
  1926. "dependencies": {
  1927. "consola": "^3.4.2",
  1928. "diff": "^8.0.2",
  1929. "execa": "^8.0.1",
  1930. "magicast": "^0.3.5",
  1931. "pathe": "^2.0.3",
  1932. "pkg-types": "^2.3.0",
  1933. "prompts": "^2.4.2",
  1934. "semver": "^7.7.3"
  1935. },
  1936. "bin": {
  1937. "devtools-wizard": "cli.mjs"
  1938. }
  1939. },
  1940. "node_modules/@nuxt/devtools/node_modules/@nuxt/kit": {
  1941. "version": "3.19.3",
  1942. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.19.3.tgz",
  1943. "integrity": "sha512-ze46EW5xW+UxDvinvPkYt2MzR355Az1lA3bpX8KDialgnCwr+IbkBij/udbUEC6ZFbidPkfK1eKl4ESN7gMY+w==",
  1944. "license": "MIT",
  1945. "dependencies": {
  1946. "c12": "^3.3.0",
  1947. "consola": "^3.4.2",
  1948. "defu": "^6.1.4",
  1949. "destr": "^2.0.5",
  1950. "errx": "^0.1.0",
  1951. "exsolve": "^1.0.7",
  1952. "ignore": "^7.0.5",
  1953. "jiti": "^2.6.1",
  1954. "klona": "^2.0.6",
  1955. "knitwork": "^1.2.0",
  1956. "mlly": "^1.8.0",
  1957. "ohash": "^2.0.11",
  1958. "pathe": "^2.0.3",
  1959. "pkg-types": "^2.3.0",
  1960. "rc9": "^2.1.2",
  1961. "scule": "^1.3.0",
  1962. "semver": "^7.7.2",
  1963. "std-env": "^3.9.0",
  1964. "tinyglobby": "^0.2.15",
  1965. "ufo": "^1.6.1",
  1966. "unctx": "^2.4.1",
  1967. "unimport": "^5.4.1",
  1968. "untyped": "^2.0.0"
  1969. },
  1970. "engines": {
  1971. "node": ">=18.12.0"
  1972. }
  1973. },
  1974. "node_modules/@nuxt/devtools/node_modules/perfect-debounce": {
  1975. "version": "1.0.0",
  1976. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
  1977. "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==",
  1978. "license": "MIT"
  1979. },
  1980. "node_modules/@nuxt/fonts": {
  1981. "version": "0.12.1",
  1982. "resolved": "https://registry.npmjs.org/@nuxt/fonts/-/fonts-0.12.1.tgz",
  1983. "integrity": "sha512-ALajI/HE+uqqL/PWkWwaSUm1IdpyGPbP3mYGy2U1l26/o4lUZBxjFaduMxaZ85jS5yQeJfCu2eEHANYFjAoujQ==",
  1984. "license": "MIT",
  1985. "dependencies": {
  1986. "@nuxt/devtools-kit": "^3.0.1",
  1987. "@nuxt/kit": "^4.2.1",
  1988. "consola": "^3.4.2",
  1989. "css-tree": "^3.1.0",
  1990. "defu": "^6.1.4",
  1991. "esbuild": "^0.25.12",
  1992. "fontaine": "^0.7.0",
  1993. "fontless": "^0.1.0",
  1994. "h3": "^1.15.4",
  1995. "jiti": "^2.6.1",
  1996. "magic-regexp": "^0.10.0",
  1997. "magic-string": "^0.30.21",
  1998. "node-fetch-native": "^1.6.7",
  1999. "ohash": "^2.0.11",
  2000. "pathe": "^2.0.3",
  2001. "sirv": "^3.0.2",
  2002. "tinyglobby": "^0.2.15",
  2003. "ufo": "^1.6.1",
  2004. "unifont": "^0.6.0",
  2005. "unplugin": "^2.3.10",
  2006. "unstorage": "^1.17.2"
  2007. }
  2008. },
  2009. "node_modules/@nuxt/fonts/node_modules/@nuxt/devtools-kit": {
  2010. "version": "3.1.1",
  2011. "resolved": "https://registry.npmjs.org/@nuxt/devtools-kit/-/devtools-kit-3.1.1.tgz",
  2012. "integrity": "sha512-sjiKFeDCOy1SyqezSgyV4rYNfQewC64k/GhOsuJgRF+wR2qr6KTVhO6u2B+csKs74KrMrnJprQBgud7ejvOXAQ==",
  2013. "license": "MIT",
  2014. "dependencies": {
  2015. "@nuxt/kit": "^4.2.1",
  2016. "execa": "^8.0.1"
  2017. },
  2018. "peerDependencies": {
  2019. "vite": ">=6.0"
  2020. }
  2021. },
  2022. "node_modules/@nuxt/fonts/node_modules/@nuxt/kit": {
  2023. "version": "4.2.1",
  2024. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-4.2.1.tgz",
  2025. "integrity": "sha512-lLt8KLHyl7IClc3RqRpRikz15eCfTRlAWL9leVzPyg5N87FfKE/7EWgWvpiL/z4Tf3dQCIqQb88TmHE0JTIDvA==",
  2026. "license": "MIT",
  2027. "dependencies": {
  2028. "c12": "^3.3.1",
  2029. "consola": "^3.4.2",
  2030. "defu": "^6.1.4",
  2031. "destr": "^2.0.5",
  2032. "errx": "^0.1.0",
  2033. "exsolve": "^1.0.7",
  2034. "ignore": "^7.0.5",
  2035. "jiti": "^2.6.1",
  2036. "klona": "^2.0.6",
  2037. "mlly": "^1.8.0",
  2038. "ohash": "^2.0.11",
  2039. "pathe": "^2.0.3",
  2040. "pkg-types": "^2.3.0",
  2041. "rc9": "^2.1.2",
  2042. "scule": "^1.3.0",
  2043. "semver": "^7.7.3",
  2044. "tinyglobby": "^0.2.15",
  2045. "ufo": "^1.6.1",
  2046. "unctx": "^2.4.1",
  2047. "untyped": "^2.0.0"
  2048. },
  2049. "engines": {
  2050. "node": ">=18.12.0"
  2051. }
  2052. },
  2053. "node_modules/@nuxt/icon": {
  2054. "version": "2.1.0",
  2055. "resolved": "https://registry.npmjs.org/@nuxt/icon/-/icon-2.1.0.tgz",
  2056. "integrity": "sha512-m+XQrgzeK5gQ1HkB7G7u1os6egoD07fiHKijG7NPxqT5yZUGOjKJ7X/Le10l3QWRKyCB+IiU0t+eUqSvh+SULg==",
  2057. "license": "MIT",
  2058. "dependencies": {
  2059. "@iconify/collections": "^1.0.608",
  2060. "@iconify/types": "^2.0.0",
  2061. "@iconify/utils": "^3.0.2",
  2062. "@iconify/vue": "^5.0.0",
  2063. "@nuxt/devtools-kit": "^2.6.5",
  2064. "@nuxt/kit": "^4.1.3",
  2065. "consola": "^3.4.2",
  2066. "local-pkg": "^1.1.2",
  2067. "mlly": "^1.8.0",
  2068. "ohash": "^2.0.11",
  2069. "pathe": "^2.0.3",
  2070. "picomatch": "^4.0.3",
  2071. "std-env": "^3.10.0",
  2072. "tinyglobby": "^0.2.15"
  2073. }
  2074. },
  2075. "node_modules/@nuxt/image": {
  2076. "version": "2.0.0",
  2077. "resolved": "https://registry.npmjs.org/@nuxt/image/-/image-2.0.0.tgz",
  2078. "integrity": "sha512-otHi6gAoYXKLrp8m27ZjX1PjxOPaltQ4OiUs/BhkW995mF/vXf8SWQTw68fww+Uric0v+XgoVrP9icDi+yT6zw==",
  2079. "license": "MIT",
  2080. "dependencies": {
  2081. "@nuxt/kit": "^4.2.0",
  2082. "consola": "^3.4.2",
  2083. "defu": "^6.1.4",
  2084. "h3": "^1.15.4",
  2085. "image-meta": "^0.2.2",
  2086. "knitwork": "^1.2.0",
  2087. "ohash": "^2.0.11",
  2088. "pathe": "^2.0.3",
  2089. "std-env": "^3.10.0",
  2090. "ufo": "^1.6.1"
  2091. },
  2092. "engines": {
  2093. "node": ">=18.20.6"
  2094. },
  2095. "optionalDependencies": {
  2096. "ipx": "^3.1.1"
  2097. }
  2098. },
  2099. "node_modules/@nuxt/kit": {
  2100. "version": "4.2.0",
  2101. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-4.2.0.tgz",
  2102. "integrity": "sha512-1yN3LL6RDN5GjkNLPUYCbNRkaYnat6hqejPyfIBBVzrWOrpiQeNMGxQM/IcVdaSuBJXAnu0sUvTKXpXkmPhljg==",
  2103. "license": "MIT",
  2104. "dependencies": {
  2105. "c12": "^3.3.1",
  2106. "consola": "^3.4.2",
  2107. "defu": "^6.1.4",
  2108. "destr": "^2.0.5",
  2109. "errx": "^0.1.0",
  2110. "exsolve": "^1.0.7",
  2111. "ignore": "^7.0.5",
  2112. "jiti": "^2.6.1",
  2113. "klona": "^2.0.6",
  2114. "mlly": "^1.8.0",
  2115. "ohash": "^2.0.11",
  2116. "pathe": "^2.0.3",
  2117. "pkg-types": "^2.3.0",
  2118. "rc9": "^2.1.2",
  2119. "scule": "^1.3.0",
  2120. "semver": "^7.7.3",
  2121. "tinyglobby": "^0.2.15",
  2122. "ufo": "^1.6.1",
  2123. "unctx": "^2.4.1",
  2124. "untyped": "^2.0.0"
  2125. },
  2126. "engines": {
  2127. "node": ">=18.12.0"
  2128. }
  2129. },
  2130. "node_modules/@nuxt/nitro-server": {
  2131. "version": "4.2.0",
  2132. "resolved": "https://registry.npmjs.org/@nuxt/nitro-server/-/nitro-server-4.2.0.tgz",
  2133. "integrity": "sha512-1fZwAV+VTQwmPVUYKH+eoeB+3jPE+c/mreK3PpuY6vvrIDuMh9L4QIeLFB0fIcY2MJ4XkvjU/5w3B9uu3GR9yQ==",
  2134. "license": "MIT",
  2135. "dependencies": {
  2136. "@nuxt/devalue": "^2.0.2",
  2137. "@nuxt/kit": "4.2.0",
  2138. "@unhead/vue": "^2.0.19",
  2139. "@vue/shared": "^3.5.22",
  2140. "consola": "^3.4.2",
  2141. "defu": "^6.1.4",
  2142. "destr": "^2.0.5",
  2143. "devalue": "^5.4.2",
  2144. "errx": "^0.1.0",
  2145. "escape-string-regexp": "^5.0.0",
  2146. "exsolve": "^1.0.7",
  2147. "h3": "^1.15.4",
  2148. "impound": "^1.0.0",
  2149. "klona": "^2.0.6",
  2150. "mocked-exports": "^0.1.1",
  2151. "nitropack": "^2.12.8",
  2152. "pathe": "^2.0.3",
  2153. "pkg-types": "^2.3.0",
  2154. "radix3": "^1.1.2",
  2155. "std-env": "^3.10.0",
  2156. "ufo": "^1.6.1",
  2157. "unctx": "^2.4.1",
  2158. "unstorage": "^1.17.1",
  2159. "vue": "^3.5.22",
  2160. "vue-bundle-renderer": "^2.2.0",
  2161. "vue-devtools-stub": "^0.1.0"
  2162. },
  2163. "engines": {
  2164. "node": "^20.19.0 || >=22.12.0"
  2165. },
  2166. "peerDependencies": {
  2167. "nuxt": "^4.2.0"
  2168. }
  2169. },
  2170. "node_modules/@nuxt/schema": {
  2171. "version": "4.4.2",
  2172. "resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-4.4.2.tgz",
  2173. "integrity": "sha512-/q6C7Qhiricgi+PKR7ovBnJlKTL0memCbA1CzRT+itCW/oeYzUfeMdQ35mGntlBoyRPNrMXbzuSUhfDbSCU57w==",
  2174. "license": "MIT",
  2175. "dependencies": {
  2176. "@vue/shared": "^3.5.30",
  2177. "defu": "^6.1.4",
  2178. "pathe": "^2.0.3",
  2179. "pkg-types": "^2.3.0",
  2180. "std-env": "^4.0.0"
  2181. },
  2182. "engines": {
  2183. "node": "^14.18.0 || >=16.10.0"
  2184. }
  2185. },
  2186. "node_modules/@nuxt/schema/node_modules/@vue/shared": {
  2187. "version": "3.5.33",
  2188. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.33.tgz",
  2189. "integrity": "sha512-5vR2QIlmaLG77Ygd4pMP6+SGQ5yox9VhtnbDWTy9DzMzdmeLxZ1QqxrywEZ9sa1AVubfIJyaCG3ytyWU81ufcQ==",
  2190. "license": "MIT"
  2191. },
  2192. "node_modules/@nuxt/schema/node_modules/std-env": {
  2193. "version": "4.1.0",
  2194. "resolved": "https://registry.npmjs.org/std-env/-/std-env-4.1.0.tgz",
  2195. "integrity": "sha512-Rq7ybcX2RuC55r9oaPVEW7/xu3tj8u4GeBYHBWCychFtzMIr86A7e3PPEBPT37sHStKX3+TiX/Fr/ACmJLVlLQ==",
  2196. "license": "MIT"
  2197. },
  2198. "node_modules/@nuxt/telemetry": {
  2199. "version": "2.6.6",
  2200. "resolved": "https://registry.npmjs.org/@nuxt/telemetry/-/telemetry-2.6.6.tgz",
  2201. "integrity": "sha512-Zh4HJLjzvm3Cq9w6sfzIFyH9ozK5ePYVfCUzzUQNiZojFsI2k1QkSBrVI9BGc6ArKXj/O6rkI6w7qQ+ouL8Cag==",
  2202. "license": "MIT",
  2203. "dependencies": {
  2204. "@nuxt/kit": "^3.15.4",
  2205. "citty": "^0.1.6",
  2206. "consola": "^3.4.2",
  2207. "destr": "^2.0.3",
  2208. "dotenv": "^16.4.7",
  2209. "git-url-parse": "^16.0.1",
  2210. "is-docker": "^3.0.0",
  2211. "ofetch": "^1.4.1",
  2212. "package-manager-detector": "^1.1.0",
  2213. "pathe": "^2.0.3",
  2214. "rc9": "^2.1.2",
  2215. "std-env": "^3.8.1"
  2216. },
  2217. "bin": {
  2218. "nuxt-telemetry": "bin/nuxt-telemetry.mjs"
  2219. },
  2220. "engines": {
  2221. "node": ">=18.12.0"
  2222. }
  2223. },
  2224. "node_modules/@nuxt/telemetry/node_modules/@nuxt/kit": {
  2225. "version": "3.19.3",
  2226. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.19.3.tgz",
  2227. "integrity": "sha512-ze46EW5xW+UxDvinvPkYt2MzR355Az1lA3bpX8KDialgnCwr+IbkBij/udbUEC6ZFbidPkfK1eKl4ESN7gMY+w==",
  2228. "license": "MIT",
  2229. "dependencies": {
  2230. "c12": "^3.3.0",
  2231. "consola": "^3.4.2",
  2232. "defu": "^6.1.4",
  2233. "destr": "^2.0.5",
  2234. "errx": "^0.1.0",
  2235. "exsolve": "^1.0.7",
  2236. "ignore": "^7.0.5",
  2237. "jiti": "^2.6.1",
  2238. "klona": "^2.0.6",
  2239. "knitwork": "^1.2.0",
  2240. "mlly": "^1.8.0",
  2241. "ohash": "^2.0.11",
  2242. "pathe": "^2.0.3",
  2243. "pkg-types": "^2.3.0",
  2244. "rc9": "^2.1.2",
  2245. "scule": "^1.3.0",
  2246. "semver": "^7.7.2",
  2247. "std-env": "^3.9.0",
  2248. "tinyglobby": "^0.2.15",
  2249. "ufo": "^1.6.1",
  2250. "unctx": "^2.4.1",
  2251. "unimport": "^5.4.1",
  2252. "untyped": "^2.0.0"
  2253. },
  2254. "engines": {
  2255. "node": ">=18.12.0"
  2256. }
  2257. },
  2258. "node_modules/@nuxt/ui": {
  2259. "version": "4.2.1",
  2260. "resolved": "https://registry.npmjs.org/@nuxt/ui/-/ui-4.2.1.tgz",
  2261. "integrity": "sha512-H5/0w1ktRDGk4ORKmGegqhNsR8DZEc+3Bb9a8aHsQVzDkGKqEJLh2iUJtalKs4QdUGkocDXaQy/xRudajOD4kg==",
  2262. "license": "MIT",
  2263. "dependencies": {
  2264. "@iconify/vue": "^5.0.0",
  2265. "@internationalized/date": "^3.10.0",
  2266. "@internationalized/number": "^3.6.5",
  2267. "@nuxt/fonts": "^0.12.1",
  2268. "@nuxt/icon": "^2.1.0",
  2269. "@nuxt/kit": "^4.2.1",
  2270. "@nuxt/schema": "^4.2.1",
  2271. "@nuxtjs/color-mode": "^3.5.2",
  2272. "@standard-schema/spec": "^1.0.0",
  2273. "@tailwindcss/postcss": "^4.1.17",
  2274. "@tailwindcss/vite": "^4.1.17",
  2275. "@tanstack/vue-table": "^8.21.3",
  2276. "@tanstack/vue-virtual": "^3.13.12",
  2277. "@unhead/vue": "^2.0.19",
  2278. "@vueuse/core": "^13.9.0",
  2279. "@vueuse/integrations": "^13.9.0",
  2280. "colortranslator": "^5.0.0",
  2281. "consola": "^3.4.2",
  2282. "defu": "^6.1.4",
  2283. "embla-carousel-auto-height": "^8.6.0",
  2284. "embla-carousel-auto-scroll": "^8.6.0",
  2285. "embla-carousel-autoplay": "^8.6.0",
  2286. "embla-carousel-class-names": "^8.6.0",
  2287. "embla-carousel-fade": "^8.6.0",
  2288. "embla-carousel-vue": "^8.6.0",
  2289. "embla-carousel-wheel-gestures": "^8.1.0",
  2290. "fuse.js": "^7.1.0",
  2291. "hookable": "^5.5.3",
  2292. "knitwork": "^1.3.0",
  2293. "magic-string": "^0.30.21",
  2294. "mlly": "^1.8.0",
  2295. "motion-v": "^1.7.3",
  2296. "ohash": "^2.0.11",
  2297. "pathe": "^2.0.3",
  2298. "reka-ui": "2.6.0",
  2299. "scule": "^1.3.0",
  2300. "tailwind-merge": "^3.4.0",
  2301. "tailwind-variants": "^3.1.1",
  2302. "tailwindcss": "^4.1.17",
  2303. "tinyglobby": "^0.2.15",
  2304. "unplugin": "^2.3.10",
  2305. "unplugin-auto-import": "^20.2.0",
  2306. "unplugin-vue-components": "^30.0.0",
  2307. "vaul-vue": "0.4.1",
  2308. "vue-component-type-helpers": "^3.1.4"
  2309. },
  2310. "bin": {
  2311. "nuxt-ui": "cli/index.mjs"
  2312. },
  2313. "peerDependencies": {
  2314. "@inertiajs/vue3": "^2.0.7",
  2315. "@nuxt/content": "^3.0.0",
  2316. "joi": "^18.0.0",
  2317. "superstruct": "^2.0.0",
  2318. "typescript": "^5.6.3",
  2319. "valibot": "^1.0.0",
  2320. "vue-router": "^4.5.0",
  2321. "yup": "^1.7.0",
  2322. "zod": "^3.24.0 || ^4.0.0"
  2323. },
  2324. "peerDependenciesMeta": {
  2325. "@inertiajs/vue3": {
  2326. "optional": true
  2327. },
  2328. "@nuxt/content": {
  2329. "optional": true
  2330. },
  2331. "joi": {
  2332. "optional": true
  2333. },
  2334. "superstruct": {
  2335. "optional": true
  2336. },
  2337. "valibot": {
  2338. "optional": true
  2339. },
  2340. "vue-router": {
  2341. "optional": true
  2342. },
  2343. "yup": {
  2344. "optional": true
  2345. },
  2346. "zod": {
  2347. "optional": true
  2348. }
  2349. }
  2350. },
  2351. "node_modules/@nuxt/ui/node_modules/@nuxt/kit": {
  2352. "version": "4.2.1",
  2353. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-4.2.1.tgz",
  2354. "integrity": "sha512-lLt8KLHyl7IClc3RqRpRikz15eCfTRlAWL9leVzPyg5N87FfKE/7EWgWvpiL/z4Tf3dQCIqQb88TmHE0JTIDvA==",
  2355. "license": "MIT",
  2356. "dependencies": {
  2357. "c12": "^3.3.1",
  2358. "consola": "^3.4.2",
  2359. "defu": "^6.1.4",
  2360. "destr": "^2.0.5",
  2361. "errx": "^0.1.0",
  2362. "exsolve": "^1.0.7",
  2363. "ignore": "^7.0.5",
  2364. "jiti": "^2.6.1",
  2365. "klona": "^2.0.6",
  2366. "mlly": "^1.8.0",
  2367. "ohash": "^2.0.11",
  2368. "pathe": "^2.0.3",
  2369. "pkg-types": "^2.3.0",
  2370. "rc9": "^2.1.2",
  2371. "scule": "^1.3.0",
  2372. "semver": "^7.7.3",
  2373. "tinyglobby": "^0.2.15",
  2374. "ufo": "^1.6.1",
  2375. "unctx": "^2.4.1",
  2376. "untyped": "^2.0.0"
  2377. },
  2378. "engines": {
  2379. "node": ">=18.12.0"
  2380. }
  2381. },
  2382. "node_modules/@nuxt/vite-builder": {
  2383. "version": "4.2.0",
  2384. "resolved": "https://registry.npmjs.org/@nuxt/vite-builder/-/vite-builder-4.2.0.tgz",
  2385. "integrity": "sha512-pNHIoO8kiSsOnoMo2zmxy0mk71ZBP4KJCiXr7Ahq8ewOm4W4vFQ1NV1O46wJGZyxlPC6nqFuYBvcUwVp1LgTNg==",
  2386. "license": "MIT",
  2387. "dependencies": {
  2388. "@nuxt/kit": "4.2.0",
  2389. "@rollup/plugin-replace": "^6.0.2",
  2390. "@vitejs/plugin-vue": "^6.0.1",
  2391. "@vitejs/plugin-vue-jsx": "^5.1.1",
  2392. "autoprefixer": "^10.4.21",
  2393. "consola": "^3.4.2",
  2394. "cssnano": "^7.1.1",
  2395. "defu": "^6.1.4",
  2396. "esbuild": "^0.25.11",
  2397. "escape-string-regexp": "^5.0.0",
  2398. "exsolve": "^1.0.7",
  2399. "get-port-please": "^3.2.0",
  2400. "h3": "^1.15.4",
  2401. "jiti": "^2.6.1",
  2402. "knitwork": "^1.2.0",
  2403. "magic-string": "^0.30.21",
  2404. "mlly": "^1.8.0",
  2405. "mocked-exports": "^0.1.1",
  2406. "pathe": "^2.0.3",
  2407. "pkg-types": "^2.3.0",
  2408. "postcss": "^8.5.6",
  2409. "rollup-plugin-visualizer": "^6.0.5",
  2410. "seroval": "^1.3.2",
  2411. "std-env": "^3.10.0",
  2412. "ufo": "^1.6.1",
  2413. "unenv": "^2.0.0-rc.22",
  2414. "vite": "^7.1.12",
  2415. "vite-node": "^3.2.4",
  2416. "vite-plugin-checker": "^0.11.0",
  2417. "vue-bundle-renderer": "^2.2.0"
  2418. },
  2419. "engines": {
  2420. "node": "^20.19.0 || >=22.12.0"
  2421. },
  2422. "peerDependencies": {
  2423. "nuxt": "4.2.0",
  2424. "rolldown": "^1.0.0-beta.38",
  2425. "vue": "^3.3.4"
  2426. },
  2427. "peerDependenciesMeta": {
  2428. "rolldown": {
  2429. "optional": true
  2430. }
  2431. }
  2432. },
  2433. "node_modules/@nuxtjs/color-mode": {
  2434. "version": "3.5.2",
  2435. "resolved": "https://registry.npmjs.org/@nuxtjs/color-mode/-/color-mode-3.5.2.tgz",
  2436. "integrity": "sha512-cC6RfgZh3guHBMLLjrBB2Uti5eUoGM9KyauOaYS9ETmxNWBMTvpgjvSiSJp1OFljIXPIqVTJ3xtJpSNZiO3ZaA==",
  2437. "license": "MIT",
  2438. "dependencies": {
  2439. "@nuxt/kit": "^3.13.2",
  2440. "pathe": "^1.1.2",
  2441. "pkg-types": "^1.2.1",
  2442. "semver": "^7.6.3"
  2443. }
  2444. },
  2445. "node_modules/@nuxtjs/color-mode/node_modules/@nuxt/kit": {
  2446. "version": "3.20.1",
  2447. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.20.1.tgz",
  2448. "integrity": "sha512-TIslaylfI5kd3AxX5qts0qyrIQ9Uq3HAA1bgIIJ+c+zpDfK338YS+YrCWxBBzDMECRCbAS58mqAd2MtJfG1ENA==",
  2449. "license": "MIT",
  2450. "dependencies": {
  2451. "c12": "^3.3.1",
  2452. "consola": "^3.4.2",
  2453. "defu": "^6.1.4",
  2454. "destr": "^2.0.5",
  2455. "errx": "^0.1.0",
  2456. "exsolve": "^1.0.7",
  2457. "ignore": "^7.0.5",
  2458. "jiti": "^2.6.1",
  2459. "klona": "^2.0.6",
  2460. "knitwork": "^1.2.0",
  2461. "mlly": "^1.8.0",
  2462. "ohash": "^2.0.11",
  2463. "pathe": "^2.0.3",
  2464. "pkg-types": "^2.3.0",
  2465. "rc9": "^2.1.2",
  2466. "scule": "^1.3.0",
  2467. "semver": "^7.7.3",
  2468. "tinyglobby": "^0.2.15",
  2469. "ufo": "^1.6.1",
  2470. "unctx": "^2.4.1",
  2471. "untyped": "^2.0.0"
  2472. },
  2473. "engines": {
  2474. "node": ">=18.12.0"
  2475. }
  2476. },
  2477. "node_modules/@nuxtjs/color-mode/node_modules/@nuxt/kit/node_modules/pathe": {
  2478. "version": "2.0.3",
  2479. "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
  2480. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  2481. "license": "MIT"
  2482. },
  2483. "node_modules/@nuxtjs/color-mode/node_modules/@nuxt/kit/node_modules/pkg-types": {
  2484. "version": "2.3.0",
  2485. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.0.tgz",
  2486. "integrity": "sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==",
  2487. "license": "MIT",
  2488. "dependencies": {
  2489. "confbox": "^0.2.2",
  2490. "exsolve": "^1.0.7",
  2491. "pathe": "^2.0.3"
  2492. }
  2493. },
  2494. "node_modules/@nuxtjs/color-mode/node_modules/pathe": {
  2495. "version": "1.1.2",
  2496. "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz",
  2497. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==",
  2498. "license": "MIT"
  2499. },
  2500. "node_modules/@nuxtjs/color-mode/node_modules/pkg-types": {
  2501. "version": "1.3.1",
  2502. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz",
  2503. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  2504. "license": "MIT",
  2505. "dependencies": {
  2506. "confbox": "^0.1.8",
  2507. "mlly": "^1.7.4",
  2508. "pathe": "^2.0.1"
  2509. }
  2510. },
  2511. "node_modules/@nuxtjs/color-mode/node_modules/pkg-types/node_modules/confbox": {
  2512. "version": "0.1.8",
  2513. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz",
  2514. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  2515. "license": "MIT"
  2516. },
  2517. "node_modules/@nuxtjs/color-mode/node_modules/pkg-types/node_modules/pathe": {
  2518. "version": "2.0.3",
  2519. "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
  2520. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  2521. "license": "MIT"
  2522. },
  2523. "node_modules/@oxc-minify/binding-android-arm64": {
  2524. "version": "0.95.0",
  2525. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-android-arm64/-/binding-android-arm64-0.95.0.tgz",
  2526. "integrity": "sha512-ck0NakTt3oBWTMQjxKf5ZW1GzCs0y1kETzJdh8h8NAWTutlMfeWiuUxCgG4FMF4XiTnCdLq/dFAKFcdbiwcoqg==",
  2527. "cpu": [
  2528. "arm64"
  2529. ],
  2530. "license": "MIT",
  2531. "optional": true,
  2532. "os": [
  2533. "android"
  2534. ],
  2535. "engines": {
  2536. "node": "^20.19.0 || >=22.12.0"
  2537. }
  2538. },
  2539. "node_modules/@oxc-minify/binding-darwin-arm64": {
  2540. "version": "0.95.0",
  2541. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-darwin-arm64/-/binding-darwin-arm64-0.95.0.tgz",
  2542. "integrity": "sha512-uvRkBVsh88DgMqddCIHcL1tKycKThfzLHNuBOm7csfpOD85TJimpl/1qAfrTCNrdaiteFK4U9QRKBdDvZay4RQ==",
  2543. "cpu": [
  2544. "arm64"
  2545. ],
  2546. "license": "MIT",
  2547. "optional": true,
  2548. "os": [
  2549. "darwin"
  2550. ],
  2551. "engines": {
  2552. "node": "^20.19.0 || >=22.12.0"
  2553. }
  2554. },
  2555. "node_modules/@oxc-minify/binding-darwin-x64": {
  2556. "version": "0.95.0",
  2557. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-darwin-x64/-/binding-darwin-x64-0.95.0.tgz",
  2558. "integrity": "sha512-SpDArHPKy/K9rduOCdlqz4BxFZte5Ad4/CPNaP0EaVTNbDW1OjBMrVOzRxr/bveWUbUJW3gbWby//YzXCese/w==",
  2559. "cpu": [
  2560. "x64"
  2561. ],
  2562. "license": "MIT",
  2563. "optional": true,
  2564. "os": [
  2565. "darwin"
  2566. ],
  2567. "engines": {
  2568. "node": "^20.19.0 || >=22.12.0"
  2569. }
  2570. },
  2571. "node_modules/@oxc-minify/binding-freebsd-x64": {
  2572. "version": "0.95.0",
  2573. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-freebsd-x64/-/binding-freebsd-x64-0.95.0.tgz",
  2574. "integrity": "sha512-U/ER7VsDCOv9HTE3rIZmNdN2ijZTT1vjDPPRsl9Z5Zyip2OsbHJxh4iNC00bO7qSw5keADuP4ooXsu2pjnfXNA==",
  2575. "cpu": [
  2576. "x64"
  2577. ],
  2578. "license": "MIT",
  2579. "optional": true,
  2580. "os": [
  2581. "freebsd"
  2582. ],
  2583. "engines": {
  2584. "node": "^20.19.0 || >=22.12.0"
  2585. }
  2586. },
  2587. "node_modules/@oxc-minify/binding-linux-arm-gnueabihf": {
  2588. "version": "0.95.0",
  2589. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.95.0.tgz",
  2590. "integrity": "sha512-g+u5Zg72J7G9DbjnCIO6BhHE4lSaODLFjArFq9sZWu4xi4QOYapGdNZVbQWrWjzGlKTvYOhH621ySMOc07O64g==",
  2591. "cpu": [
  2592. "arm"
  2593. ],
  2594. "license": "MIT",
  2595. "optional": true,
  2596. "os": [
  2597. "linux"
  2598. ],
  2599. "engines": {
  2600. "node": "^20.19.0 || >=22.12.0"
  2601. }
  2602. },
  2603. "node_modules/@oxc-minify/binding-linux-arm-musleabihf": {
  2604. "version": "0.95.0",
  2605. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.95.0.tgz",
  2606. "integrity": "sha512-RqQctWyvgSVkJ+UMhDPLDjSO+YjAWFGoSfvikgEIvGrTVjFzXz20EDFSH+CR9J+mXsuJOku63VKmcAZr8Vd/Qg==",
  2607. "cpu": [
  2608. "arm"
  2609. ],
  2610. "license": "MIT",
  2611. "optional": true,
  2612. "os": [
  2613. "linux"
  2614. ],
  2615. "engines": {
  2616. "node": "^20.19.0 || >=22.12.0"
  2617. }
  2618. },
  2619. "node_modules/@oxc-minify/binding-linux-arm64-gnu": {
  2620. "version": "0.95.0",
  2621. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.95.0.tgz",
  2622. "integrity": "sha512-psrzacTaa5zmRXm2Skooj5YOZvueFZLOjNDAkwQcjIgrVAzl7uXtDCPq8soM46O12wGXMpDNUkrbD2BVcF+S9g==",
  2623. "cpu": [
  2624. "arm64"
  2625. ],
  2626. "license": "MIT",
  2627. "optional": true,
  2628. "os": [
  2629. "linux"
  2630. ],
  2631. "engines": {
  2632. "node": "^20.19.0 || >=22.12.0"
  2633. }
  2634. },
  2635. "node_modules/@oxc-minify/binding-linux-arm64-musl": {
  2636. "version": "0.95.0",
  2637. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.95.0.tgz",
  2638. "integrity": "sha512-W5VWcOTIxH8bvIviiFreNHK5RkaNE7Y7hm0fxYa9pAdDe8U2OnD77JPPHmNSKYROaDa1ZsmXK1dAOnwGcxvv1w==",
  2639. "cpu": [
  2640. "arm64"
  2641. ],
  2642. "license": "MIT",
  2643. "optional": true,
  2644. "os": [
  2645. "linux"
  2646. ],
  2647. "engines": {
  2648. "node": "^20.19.0 || >=22.12.0"
  2649. }
  2650. },
  2651. "node_modules/@oxc-minify/binding-linux-riscv64-gnu": {
  2652. "version": "0.95.0",
  2653. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.95.0.tgz",
  2654. "integrity": "sha512-FBAaIvTcRqdXDPZAsfEBc5nK3noZtEAO82090ne5EDsDNKu8u8sjLhXYJWM3AZFD6p7OPRqBby6N4pVicrk0dA==",
  2655. "cpu": [
  2656. "riscv64"
  2657. ],
  2658. "license": "MIT",
  2659. "optional": true,
  2660. "os": [
  2661. "linux"
  2662. ],
  2663. "engines": {
  2664. "node": "^20.19.0 || >=22.12.0"
  2665. }
  2666. },
  2667. "node_modules/@oxc-minify/binding-linux-s390x-gnu": {
  2668. "version": "0.95.0",
  2669. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.95.0.tgz",
  2670. "integrity": "sha512-7/OWwUC3r0/nPsHOCsTkgitdjpvDOwm8f4lE/Xeigt+9EcRcVuaSHRVOHI47mQ/cSL6V3AObVcmiAGysR36vEw==",
  2671. "cpu": [
  2672. "s390x"
  2673. ],
  2674. "license": "MIT",
  2675. "optional": true,
  2676. "os": [
  2677. "linux"
  2678. ],
  2679. "engines": {
  2680. "node": "^20.19.0 || >=22.12.0"
  2681. }
  2682. },
  2683. "node_modules/@oxc-minify/binding-linux-x64-gnu": {
  2684. "version": "0.95.0",
  2685. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.95.0.tgz",
  2686. "integrity": "sha512-3K2lxzk679ml1vXJtO8Nt3xMD2trnDQWBb4Q676Un5g3dbaYf1WgTmEI13ZnCrwE5uBI02DFtFQplkLFqb9dGA==",
  2687. "cpu": [
  2688. "x64"
  2689. ],
  2690. "license": "MIT",
  2691. "optional": true,
  2692. "os": [
  2693. "linux"
  2694. ],
  2695. "engines": {
  2696. "node": "^20.19.0 || >=22.12.0"
  2697. }
  2698. },
  2699. "node_modules/@oxc-minify/binding-linux-x64-musl": {
  2700. "version": "0.95.0",
  2701. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-x64-musl/-/binding-linux-x64-musl-0.95.0.tgz",
  2702. "integrity": "sha512-DrxQAALZs/He11OlCWZrJGsdwGSAK61nkZxcl3MnO33mL54Qs/vI9AbI2lMtggU+xB2sNKbjKTTpTbCPHOmhTA==",
  2703. "cpu": [
  2704. "x64"
  2705. ],
  2706. "license": "MIT",
  2707. "optional": true,
  2708. "os": [
  2709. "linux"
  2710. ],
  2711. "engines": {
  2712. "node": "^20.19.0 || >=22.12.0"
  2713. }
  2714. },
  2715. "node_modules/@oxc-minify/binding-wasm32-wasi": {
  2716. "version": "0.95.0",
  2717. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-wasm32-wasi/-/binding-wasm32-wasi-0.95.0.tgz",
  2718. "integrity": "sha512-PASXKqJyLHesNjTweXqkA3kG/hdjpauGb+REP5yZ4dr8gxu5DbMqk4QjsBmW3LjDF4tXXjRs8nHR6Qt2dhxTzA==",
  2719. "cpu": [
  2720. "wasm32"
  2721. ],
  2722. "license": "MIT",
  2723. "optional": true,
  2724. "dependencies": {
  2725. "@napi-rs/wasm-runtime": "^1.0.7"
  2726. },
  2727. "engines": {
  2728. "node": ">=14.0.0"
  2729. }
  2730. },
  2731. "node_modules/@oxc-minify/binding-win32-arm64-msvc": {
  2732. "version": "0.95.0",
  2733. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.95.0.tgz",
  2734. "integrity": "sha512-fPVQZWObqqBRYedFy/bOI0UzUZCqq6ra/PBZFqi31c5Zn73ETTseLYL7ebQqKgjv8l9gQPBIAFIoXYsaoxT72A==",
  2735. "cpu": [
  2736. "arm64"
  2737. ],
  2738. "license": "MIT",
  2739. "optional": true,
  2740. "os": [
  2741. "win32"
  2742. ],
  2743. "engines": {
  2744. "node": "^20.19.0 || >=22.12.0"
  2745. }
  2746. },
  2747. "node_modules/@oxc-minify/binding-win32-x64-msvc": {
  2748. "version": "0.95.0",
  2749. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.95.0.tgz",
  2750. "integrity": "sha512-mtCkksnBcO4dIxuj1n9THbMihV+zjO7ZIVCPOq54pylA+hTb/OHau3OV+XyU0pnmREGTuF9xV3BUKag1SYS/lQ==",
  2751. "cpu": [
  2752. "x64"
  2753. ],
  2754. "license": "MIT",
  2755. "optional": true,
  2756. "os": [
  2757. "win32"
  2758. ],
  2759. "engines": {
  2760. "node": "^20.19.0 || >=22.12.0"
  2761. }
  2762. },
  2763. "node_modules/@oxc-parser/binding-android-arm64": {
  2764. "version": "0.95.0",
  2765. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-android-arm64/-/binding-android-arm64-0.95.0.tgz",
  2766. "integrity": "sha512-dZyxhhvJigwWL1wgnLlqyEiSeuqO0WdDH9H+if0dPcBM4fKa5fjVkaUcJT1jBMcBTnkjxMwTXYZy5TK60N0fjg==",
  2767. "cpu": [
  2768. "arm64"
  2769. ],
  2770. "license": "MIT",
  2771. "optional": true,
  2772. "os": [
  2773. "android"
  2774. ],
  2775. "engines": {
  2776. "node": "^20.19.0 || >=22.12.0"
  2777. }
  2778. },
  2779. "node_modules/@oxc-parser/binding-darwin-arm64": {
  2780. "version": "0.95.0",
  2781. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-darwin-arm64/-/binding-darwin-arm64-0.95.0.tgz",
  2782. "integrity": "sha512-zun9+V33kyCtNec9oUSWwb0qi3fB8pXwum1yGFECPEr55g/CrWju6/Jv4hwwNBeW2tK9Ch/PRstEtYmOLMhHpg==",
  2783. "cpu": [
  2784. "arm64"
  2785. ],
  2786. "license": "MIT",
  2787. "optional": true,
  2788. "os": [
  2789. "darwin"
  2790. ],
  2791. "engines": {
  2792. "node": "^20.19.0 || >=22.12.0"
  2793. }
  2794. },
  2795. "node_modules/@oxc-parser/binding-darwin-x64": {
  2796. "version": "0.95.0",
  2797. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-darwin-x64/-/binding-darwin-x64-0.95.0.tgz",
  2798. "integrity": "sha512-9djMQ/t6Ns/UXtziwUe562uVJMbhtuLtCj+Xav+HMVT/rhV9gWO8PQOG7AwDLUBjJanItsrfqrGtqhNxtZ701w==",
  2799. "cpu": [
  2800. "x64"
  2801. ],
  2802. "license": "MIT",
  2803. "optional": true,
  2804. "os": [
  2805. "darwin"
  2806. ],
  2807. "engines": {
  2808. "node": "^20.19.0 || >=22.12.0"
  2809. }
  2810. },
  2811. "node_modules/@oxc-parser/binding-freebsd-x64": {
  2812. "version": "0.95.0",
  2813. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-freebsd-x64/-/binding-freebsd-x64-0.95.0.tgz",
  2814. "integrity": "sha512-GK6k0PgCVkkeRZtHgcosCYbXIRySpJpuPw/OInfLGFh8f3x9gp2l8Fbcfx+YO+ZOHFBCd2NNedGqw8wMgouxfA==",
  2815. "cpu": [
  2816. "x64"
  2817. ],
  2818. "license": "MIT",
  2819. "optional": true,
  2820. "os": [
  2821. "freebsd"
  2822. ],
  2823. "engines": {
  2824. "node": "^20.19.0 || >=22.12.0"
  2825. }
  2826. },
  2827. "node_modules/@oxc-parser/binding-linux-arm-gnueabihf": {
  2828. "version": "0.95.0",
  2829. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.95.0.tgz",
  2830. "integrity": "sha512-+g/lFITtyHHEk69cunOHuiT5cX+mpUTcbGYNe8suguZ7FqgNwai+PnGv0ctCvtgxBPVfckfUK8c3RvFKo+vi/w==",
  2831. "cpu": [
  2832. "arm"
  2833. ],
  2834. "license": "MIT",
  2835. "optional": true,
  2836. "os": [
  2837. "linux"
  2838. ],
  2839. "engines": {
  2840. "node": "^20.19.0 || >=22.12.0"
  2841. }
  2842. },
  2843. "node_modules/@oxc-parser/binding-linux-arm-musleabihf": {
  2844. "version": "0.95.0",
  2845. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.95.0.tgz",
  2846. "integrity": "sha512-SXNasDtPw8ycNV7VEvFxb4LETmykvWKUhHR7K3us818coXYpDj54P8WEx8hJobP/9skuuiFuKHmtYLdjX8wntA==",
  2847. "cpu": [
  2848. "arm"
  2849. ],
  2850. "license": "MIT",
  2851. "optional": true,
  2852. "os": [
  2853. "linux"
  2854. ],
  2855. "engines": {
  2856. "node": "^20.19.0 || >=22.12.0"
  2857. }
  2858. },
  2859. "node_modules/@oxc-parser/binding-linux-arm64-gnu": {
  2860. "version": "0.95.0",
  2861. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.95.0.tgz",
  2862. "integrity": "sha512-0LzebARTU0ROfD6pDK4h1pFn+09meErCZ0MA2TaW08G72+GNneEsksPufOuI+9AxVSRa+jKE3fu0wavvhZgSkg==",
  2863. "cpu": [
  2864. "arm64"
  2865. ],
  2866. "license": "MIT",
  2867. "optional": true,
  2868. "os": [
  2869. "linux"
  2870. ],
  2871. "engines": {
  2872. "node": "^20.19.0 || >=22.12.0"
  2873. }
  2874. },
  2875. "node_modules/@oxc-parser/binding-linux-arm64-musl": {
  2876. "version": "0.95.0",
  2877. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.95.0.tgz",
  2878. "integrity": "sha512-Pvi1lGe/G+mJZ3hUojMP/aAHAzHA25AEtVr8/iuz7UV72t/15NOgJYr9kELMUMNjPqpr3vKUgXTFmTtAxp11Qw==",
  2879. "cpu": [
  2880. "arm64"
  2881. ],
  2882. "license": "MIT",
  2883. "optional": true,
  2884. "os": [
  2885. "linux"
  2886. ],
  2887. "engines": {
  2888. "node": "^20.19.0 || >=22.12.0"
  2889. }
  2890. },
  2891. "node_modules/@oxc-parser/binding-linux-riscv64-gnu": {
  2892. "version": "0.95.0",
  2893. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.95.0.tgz",
  2894. "integrity": "sha512-pUEVHIOVNDfhk4sTlLhn6mrNENhE4/dAwemxIfqpcSyBlYG0xYZND1F3jjR2yWY6DakXZ6VSuDbtiv1LPNlOLw==",
  2895. "cpu": [
  2896. "riscv64"
  2897. ],
  2898. "license": "MIT",
  2899. "optional": true,
  2900. "os": [
  2901. "linux"
  2902. ],
  2903. "engines": {
  2904. "node": "^20.19.0 || >=22.12.0"
  2905. }
  2906. },
  2907. "node_modules/@oxc-parser/binding-linux-s390x-gnu": {
  2908. "version": "0.95.0",
  2909. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.95.0.tgz",
  2910. "integrity": "sha512-5+olaepHTE3J/+w7g0tr3nocvv5BKilAJnzj4L8tWBCLEZbL6olJcGVoldUO+3cgg1SO1xJywP5BuLhT0mDUDw==",
  2911. "cpu": [
  2912. "s390x"
  2913. ],
  2914. "license": "MIT",
  2915. "optional": true,
  2916. "os": [
  2917. "linux"
  2918. ],
  2919. "engines": {
  2920. "node": "^20.19.0 || >=22.12.0"
  2921. }
  2922. },
  2923. "node_modules/@oxc-parser/binding-linux-x64-gnu": {
  2924. "version": "0.95.0",
  2925. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.95.0.tgz",
  2926. "integrity": "sha512-8huzHlK/N98wrnYKxIcYsK8ZGBWomQchu/Mzi6m+CtbhjWOv9DmK0jQ2fUWImtluQVpTwS0uZT06d3g7XIkJrA==",
  2927. "cpu": [
  2928. "x64"
  2929. ],
  2930. "license": "MIT",
  2931. "optional": true,
  2932. "os": [
  2933. "linux"
  2934. ],
  2935. "engines": {
  2936. "node": "^20.19.0 || >=22.12.0"
  2937. }
  2938. },
  2939. "node_modules/@oxc-parser/binding-linux-x64-musl": {
  2940. "version": "0.95.0",
  2941. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-musl/-/binding-linux-x64-musl-0.95.0.tgz",
  2942. "integrity": "sha512-bWnrLfGDcx/fab0+UQnFbVFbiykof/btImbYf+cI2pU/1Egb2x+OKSmM5Qt0nEUiIpM5fgJmYXxTopybSZOKYA==",
  2943. "cpu": [
  2944. "x64"
  2945. ],
  2946. "license": "MIT",
  2947. "optional": true,
  2948. "os": [
  2949. "linux"
  2950. ],
  2951. "engines": {
  2952. "node": "^20.19.0 || >=22.12.0"
  2953. }
  2954. },
  2955. "node_modules/@oxc-parser/binding-wasm32-wasi": {
  2956. "version": "0.95.0",
  2957. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-wasm32-wasi/-/binding-wasm32-wasi-0.95.0.tgz",
  2958. "integrity": "sha512-0JLyqkZu1HnQIZ4e5LBGOtzqua1QwFEUOoMSycdoerXqayd4LK2b7WMfAx8eCIf+jGm1Uj6f3R00nlsx8g1faQ==",
  2959. "cpu": [
  2960. "wasm32"
  2961. ],
  2962. "license": "MIT",
  2963. "optional": true,
  2964. "dependencies": {
  2965. "@napi-rs/wasm-runtime": "^1.0.7"
  2966. },
  2967. "engines": {
  2968. "node": ">=14.0.0"
  2969. }
  2970. },
  2971. "node_modules/@oxc-parser/binding-win32-arm64-msvc": {
  2972. "version": "0.95.0",
  2973. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.95.0.tgz",
  2974. "integrity": "sha512-RWvaA6s1SYlBj9CxwHfNn0CRlkPdv9fEUAXfZkGQPdP5e1ppIaO2KYE0sUov/zzp9hPTMMsTMHl4dcIbb+pHCQ==",
  2975. "cpu": [
  2976. "arm64"
  2977. ],
  2978. "license": "MIT",
  2979. "optional": true,
  2980. "os": [
  2981. "win32"
  2982. ],
  2983. "engines": {
  2984. "node": "^20.19.0 || >=22.12.0"
  2985. }
  2986. },
  2987. "node_modules/@oxc-parser/binding-win32-x64-msvc": {
  2988. "version": "0.95.0",
  2989. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.95.0.tgz",
  2990. "integrity": "sha512-BQpgl7rDjFvCIHudmUR0dCwc4ylBYZl4CPVinlD3NhkMif4WD5dADckoo5ES/KOpFyvwcbKZX+grP63cjHi26g==",
  2991. "cpu": [
  2992. "x64"
  2993. ],
  2994. "license": "MIT",
  2995. "optional": true,
  2996. "os": [
  2997. "win32"
  2998. ],
  2999. "engines": {
  3000. "node": "^20.19.0 || >=22.12.0"
  3001. }
  3002. },
  3003. "node_modules/@oxc-project/types": {
  3004. "version": "0.95.0",
  3005. "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.95.0.tgz",
  3006. "integrity": "sha512-vACy7vhpMPhjEJhULNxrdR0D943TkA/MigMpJCHmBHvMXxRStRi/dPtTlfQ3uDwWSzRpT8z+7ImjZVf8JWBocQ==",
  3007. "license": "MIT",
  3008. "funding": {
  3009. "url": "https://github.com/sponsors/Boshen"
  3010. }
  3011. },
  3012. "node_modules/@oxc-transform/binding-android-arm64": {
  3013. "version": "0.95.0",
  3014. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-android-arm64/-/binding-android-arm64-0.95.0.tgz",
  3015. "integrity": "sha512-eW+BCgRWOsMrDiz7FEV7BjAmaF9lGIc2ueGdRUYjRUMq4f5FSGS7gMBTYDxajdoIB3L5Gnksh1CWkIlgg95UVA==",
  3016. "cpu": [
  3017. "arm64"
  3018. ],
  3019. "license": "MIT",
  3020. "optional": true,
  3021. "os": [
  3022. "android"
  3023. ],
  3024. "engines": {
  3025. "node": "^20.19.0 || >=22.12.0"
  3026. }
  3027. },
  3028. "node_modules/@oxc-transform/binding-darwin-arm64": {
  3029. "version": "0.95.0",
  3030. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-darwin-arm64/-/binding-darwin-arm64-0.95.0.tgz",
  3031. "integrity": "sha512-OUUaYZVss8tyDZZ7TGr2vnH3+i3Ouwsx0frQRGkiePNatXxaJJ3NS5+Kwgi9hh3WryXaQz2hWji4AM2RHYE7Cg==",
  3032. "cpu": [
  3033. "arm64"
  3034. ],
  3035. "license": "MIT",
  3036. "optional": true,
  3037. "os": [
  3038. "darwin"
  3039. ],
  3040. "engines": {
  3041. "node": "^20.19.0 || >=22.12.0"
  3042. }
  3043. },
  3044. "node_modules/@oxc-transform/binding-darwin-x64": {
  3045. "version": "0.95.0",
  3046. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-darwin-x64/-/binding-darwin-x64-0.95.0.tgz",
  3047. "integrity": "sha512-49UPEgIlgWUndwcP3LH6dvmOewZ92DxCMpFMo11JhUlmNJxA3sjVImEBRB56/tJ+XF+xnya9kB1oCW4yRY+mRw==",
  3048. "cpu": [
  3049. "x64"
  3050. ],
  3051. "license": "MIT",
  3052. "optional": true,
  3053. "os": [
  3054. "darwin"
  3055. ],
  3056. "engines": {
  3057. "node": "^20.19.0 || >=22.12.0"
  3058. }
  3059. },
  3060. "node_modules/@oxc-transform/binding-freebsd-x64": {
  3061. "version": "0.95.0",
  3062. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-freebsd-x64/-/binding-freebsd-x64-0.95.0.tgz",
  3063. "integrity": "sha512-lNKrHKaDEm8pbKlVbn0rv2L97O0lbA0Tsrxx4GF/HhmdW+NgwGU1pMzZ4tB2QcylbqgKxOB+v9luebHyh1jfgA==",
  3064. "cpu": [
  3065. "x64"
  3066. ],
  3067. "license": "MIT",
  3068. "optional": true,
  3069. "os": [
  3070. "freebsd"
  3071. ],
  3072. "engines": {
  3073. "node": "^20.19.0 || >=22.12.0"
  3074. }
  3075. },
  3076. "node_modules/@oxc-transform/binding-linux-arm-gnueabihf": {
  3077. "version": "0.95.0",
  3078. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.95.0.tgz",
  3079. "integrity": "sha512-+VWcLeeizI8IjU+V+o8AmzPuIMiTrGr0vrmXU3CEsV05MrywCuJU+f6ilPs3JBKno9VIwqvRpHB/z39sQabHWg==",
  3080. "cpu": [
  3081. "arm"
  3082. ],
  3083. "license": "MIT",
  3084. "optional": true,
  3085. "os": [
  3086. "linux"
  3087. ],
  3088. "engines": {
  3089. "node": "^20.19.0 || >=22.12.0"
  3090. }
  3091. },
  3092. "node_modules/@oxc-transform/binding-linux-arm-musleabihf": {
  3093. "version": "0.95.0",
  3094. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.95.0.tgz",
  3095. "integrity": "sha512-a59xPw84t6VwlvNEGcmuw3feGcKcWOC7uB8oePJ/BVSAV1yayLoB3k6JASwLTZ7N/PNPNUhcw1jDxowgAfBJfg==",
  3096. "cpu": [
  3097. "arm"
  3098. ],
  3099. "license": "MIT",
  3100. "optional": true,
  3101. "os": [
  3102. "linux"
  3103. ],
  3104. "engines": {
  3105. "node": "^20.19.0 || >=22.12.0"
  3106. }
  3107. },
  3108. "node_modules/@oxc-transform/binding-linux-arm64-gnu": {
  3109. "version": "0.95.0",
  3110. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.95.0.tgz",
  3111. "integrity": "sha512-NLdrFuEHlmbiC1M1WESFV4luUcB/84GXi+cbnRXhgMjIW/CThRVJ989eTJy59QivkVlLcJSKTiKiKCt0O6TTlQ==",
  3112. "cpu": [
  3113. "arm64"
  3114. ],
  3115. "license": "MIT",
  3116. "optional": true,
  3117. "os": [
  3118. "linux"
  3119. ],
  3120. "engines": {
  3121. "node": "^20.19.0 || >=22.12.0"
  3122. }
  3123. },
  3124. "node_modules/@oxc-transform/binding-linux-arm64-musl": {
  3125. "version": "0.95.0",
  3126. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.95.0.tgz",
  3127. "integrity": "sha512-GL0ffCPW8JlFI0/jeSgCY665yDdojHxA0pbYG+k8oEHOWCYZUZK9AXL+r0oerNEWYJ8CRB+L5Yq87ZtU/YUitw==",
  3128. "cpu": [
  3129. "arm64"
  3130. ],
  3131. "license": "MIT",
  3132. "optional": true,
  3133. "os": [
  3134. "linux"
  3135. ],
  3136. "engines": {
  3137. "node": "^20.19.0 || >=22.12.0"
  3138. }
  3139. },
  3140. "node_modules/@oxc-transform/binding-linux-riscv64-gnu": {
  3141. "version": "0.95.0",
  3142. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.95.0.tgz",
  3143. "integrity": "sha512-tbH7LaClSmN3YFVo1UjMSe7D6gkb5f+CMIbj9i873UUZomVRmAjC4ygioObfzM+sj/tX0WoTXx5L1YOfQkHL6Q==",
  3144. "cpu": [
  3145. "riscv64"
  3146. ],
  3147. "license": "MIT",
  3148. "optional": true,
  3149. "os": [
  3150. "linux"
  3151. ],
  3152. "engines": {
  3153. "node": "^20.19.0 || >=22.12.0"
  3154. }
  3155. },
  3156. "node_modules/@oxc-transform/binding-linux-s390x-gnu": {
  3157. "version": "0.95.0",
  3158. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.95.0.tgz",
  3159. "integrity": "sha512-8jMqiURWa0iTiPMg7BWaln89VdhhWzNlPyKM90NaFVVhBIKCr2UEhrQWdpBw/E9C8uWf/4VabBEhfPMK+0yS4w==",
  3160. "cpu": [
  3161. "s390x"
  3162. ],
  3163. "license": "MIT",
  3164. "optional": true,
  3165. "os": [
  3166. "linux"
  3167. ],
  3168. "engines": {
  3169. "node": "^20.19.0 || >=22.12.0"
  3170. }
  3171. },
  3172. "node_modules/@oxc-transform/binding-linux-x64-gnu": {
  3173. "version": "0.95.0",
  3174. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.95.0.tgz",
  3175. "integrity": "sha512-D5ULJ2uWipsTgfvHIvqmnGkCtB3Fyt2ZN7APRjVO+wLr+HtmnaWddKsLdrRWX/m/6nQ2xQdoQekdJrokYK9LtQ==",
  3176. "cpu": [
  3177. "x64"
  3178. ],
  3179. "license": "MIT",
  3180. "optional": true,
  3181. "os": [
  3182. "linux"
  3183. ],
  3184. "engines": {
  3185. "node": "^20.19.0 || >=22.12.0"
  3186. }
  3187. },
  3188. "node_modules/@oxc-transform/binding-linux-x64-musl": {
  3189. "version": "0.95.0",
  3190. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-x64-musl/-/binding-linux-x64-musl-0.95.0.tgz",
  3191. "integrity": "sha512-DmCGU+FzRezES5wVAGVimZGzYIjMOapXbWpxuz8M8p3nMrfdBEQ5/tpwBp2vRlIohhABy4vhHJByl4c64ENCGQ==",
  3192. "cpu": [
  3193. "x64"
  3194. ],
  3195. "license": "MIT",
  3196. "optional": true,
  3197. "os": [
  3198. "linux"
  3199. ],
  3200. "engines": {
  3201. "node": "^20.19.0 || >=22.12.0"
  3202. }
  3203. },
  3204. "node_modules/@oxc-transform/binding-wasm32-wasi": {
  3205. "version": "0.95.0",
  3206. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-wasm32-wasi/-/binding-wasm32-wasi-0.95.0.tgz",
  3207. "integrity": "sha512-tSo1EU4Whd1gXyae7cwSDouhppkuz6Jkd5LY8Uch9VKsHVSRhDLDW19Mq6VSwtyPxDPTJnJ2jYJWm+n8SYXiXQ==",
  3208. "cpu": [
  3209. "wasm32"
  3210. ],
  3211. "license": "MIT",
  3212. "optional": true,
  3213. "dependencies": {
  3214. "@napi-rs/wasm-runtime": "^1.0.7"
  3215. },
  3216. "engines": {
  3217. "node": ">=14.0.0"
  3218. }
  3219. },
  3220. "node_modules/@oxc-transform/binding-win32-arm64-msvc": {
  3221. "version": "0.95.0",
  3222. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.95.0.tgz",
  3223. "integrity": "sha512-6eaxlgj+J5n8zgJTSugqdPLBtKGRqvxYLcvHN8b+U9hVhF/2HG/JCOrcSYV/XgWGNPQiaRVzpR3hGhmFro9QTw==",
  3224. "cpu": [
  3225. "arm64"
  3226. ],
  3227. "license": "MIT",
  3228. "optional": true,
  3229. "os": [
  3230. "win32"
  3231. ],
  3232. "engines": {
  3233. "node": "^20.19.0 || >=22.12.0"
  3234. }
  3235. },
  3236. "node_modules/@oxc-transform/binding-win32-x64-msvc": {
  3237. "version": "0.95.0",
  3238. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.95.0.tgz",
  3239. "integrity": "sha512-Y8JY79A7fTuBjEXZFu+mHbHzgsV3uJDUuUKeGffpOwI1ayOGCKeBJTiMhksYkiir1xS+DkGLEz73+xse9Is9rw==",
  3240. "cpu": [
  3241. "x64"
  3242. ],
  3243. "license": "MIT",
  3244. "optional": true,
  3245. "os": [
  3246. "win32"
  3247. ],
  3248. "engines": {
  3249. "node": "^20.19.0 || >=22.12.0"
  3250. }
  3251. },
  3252. "node_modules/@parcel/watcher": {
  3253. "version": "2.5.6",
  3254. "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.6.tgz",
  3255. "integrity": "sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==",
  3256. "hasInstallScript": true,
  3257. "license": "MIT",
  3258. "dependencies": {
  3259. "detect-libc": "^2.0.3",
  3260. "is-glob": "^4.0.3",
  3261. "node-addon-api": "^7.0.0",
  3262. "picomatch": "^4.0.3"
  3263. },
  3264. "engines": {
  3265. "node": ">= 10.0.0"
  3266. },
  3267. "funding": {
  3268. "type": "opencollective",
  3269. "url": "https://opencollective.com/parcel"
  3270. },
  3271. "optionalDependencies": {
  3272. "@parcel/watcher-android-arm64": "2.5.6",
  3273. "@parcel/watcher-darwin-arm64": "2.5.6",
  3274. "@parcel/watcher-darwin-x64": "2.5.6",
  3275. "@parcel/watcher-freebsd-x64": "2.5.6",
  3276. "@parcel/watcher-linux-arm-glibc": "2.5.6",
  3277. "@parcel/watcher-linux-arm-musl": "2.5.6",
  3278. "@parcel/watcher-linux-arm64-glibc": "2.5.6",
  3279. "@parcel/watcher-linux-arm64-musl": "2.5.6",
  3280. "@parcel/watcher-linux-x64-glibc": "2.5.6",
  3281. "@parcel/watcher-linux-x64-musl": "2.5.6",
  3282. "@parcel/watcher-win32-arm64": "2.5.6",
  3283. "@parcel/watcher-win32-ia32": "2.5.6",
  3284. "@parcel/watcher-win32-x64": "2.5.6"
  3285. }
  3286. },
  3287. "node_modules/@parcel/watcher-android-arm64": {
  3288. "version": "2.5.6",
  3289. "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.6.tgz",
  3290. "integrity": "sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==",
  3291. "cpu": [
  3292. "arm64"
  3293. ],
  3294. "license": "MIT",
  3295. "optional": true,
  3296. "os": [
  3297. "android"
  3298. ],
  3299. "engines": {
  3300. "node": ">= 10.0.0"
  3301. },
  3302. "funding": {
  3303. "type": "opencollective",
  3304. "url": "https://opencollective.com/parcel"
  3305. }
  3306. },
  3307. "node_modules/@parcel/watcher-darwin-arm64": {
  3308. "version": "2.5.6",
  3309. "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.6.tgz",
  3310. "integrity": "sha512-Z2ZdrnwyXvvvdtRHLmM4knydIdU9adO3D4n/0cVipF3rRiwP+3/sfzpAwA/qKFL6i1ModaabkU7IbpeMBgiVEA==",
  3311. "cpu": [
  3312. "arm64"
  3313. ],
  3314. "license": "MIT",
  3315. "optional": true,
  3316. "os": [
  3317. "darwin"
  3318. ],
  3319. "engines": {
  3320. "node": ">= 10.0.0"
  3321. },
  3322. "funding": {
  3323. "type": "opencollective",
  3324. "url": "https://opencollective.com/parcel"
  3325. }
  3326. },
  3327. "node_modules/@parcel/watcher-darwin-x64": {
  3328. "version": "2.5.6",
  3329. "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.6.tgz",
  3330. "integrity": "sha512-HgvOf3W9dhithcwOWX9uDZyn1lW9R+7tPZ4sug+NGrGIo4Rk1hAXLEbcH1TQSqxts0NYXXlOWqVpvS1SFS4fRg==",
  3331. "cpu": [
  3332. "x64"
  3333. ],
  3334. "license": "MIT",
  3335. "optional": true,
  3336. "os": [
  3337. "darwin"
  3338. ],
  3339. "engines": {
  3340. "node": ">= 10.0.0"
  3341. },
  3342. "funding": {
  3343. "type": "opencollective",
  3344. "url": "https://opencollective.com/parcel"
  3345. }
  3346. },
  3347. "node_modules/@parcel/watcher-freebsd-x64": {
  3348. "version": "2.5.6",
  3349. "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.6.tgz",
  3350. "integrity": "sha512-vJVi8yd/qzJxEKHkeemh7w3YAn6RJCtYlE4HPMoVnCpIXEzSrxErBW5SJBgKLbXU3WdIpkjBTeUNtyBVn8TRng==",
  3351. "cpu": [
  3352. "x64"
  3353. ],
  3354. "license": "MIT",
  3355. "optional": true,
  3356. "os": [
  3357. "freebsd"
  3358. ],
  3359. "engines": {
  3360. "node": ">= 10.0.0"
  3361. },
  3362. "funding": {
  3363. "type": "opencollective",
  3364. "url": "https://opencollective.com/parcel"
  3365. }
  3366. },
  3367. "node_modules/@parcel/watcher-linux-arm-glibc": {
  3368. "version": "2.5.6",
  3369. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.6.tgz",
  3370. "integrity": "sha512-9JiYfB6h6BgV50CCfasfLf/uvOcJskMSwcdH1PHH9rvS1IrNy8zad6IUVPVUfmXr+u+Km9IxcfMLzgdOudz9EQ==",
  3371. "cpu": [
  3372. "arm"
  3373. ],
  3374. "license": "MIT",
  3375. "optional": true,
  3376. "os": [
  3377. "linux"
  3378. ],
  3379. "engines": {
  3380. "node": ">= 10.0.0"
  3381. },
  3382. "funding": {
  3383. "type": "opencollective",
  3384. "url": "https://opencollective.com/parcel"
  3385. }
  3386. },
  3387. "node_modules/@parcel/watcher-linux-arm-musl": {
  3388. "version": "2.5.6",
  3389. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.6.tgz",
  3390. "integrity": "sha512-Ve3gUCG57nuUUSyjBq/MAM0CzArtuIOxsBdQ+ftz6ho8n7s1i9E1Nmk/xmP323r2YL0SONs1EuwqBp2u1k5fxg==",
  3391. "cpu": [
  3392. "arm"
  3393. ],
  3394. "license": "MIT",
  3395. "optional": true,
  3396. "os": [
  3397. "linux"
  3398. ],
  3399. "engines": {
  3400. "node": ">= 10.0.0"
  3401. },
  3402. "funding": {
  3403. "type": "opencollective",
  3404. "url": "https://opencollective.com/parcel"
  3405. }
  3406. },
  3407. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  3408. "version": "2.5.6",
  3409. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.6.tgz",
  3410. "integrity": "sha512-f2g/DT3NhGPdBmMWYoxixqYr3v/UXcmLOYy16Bx0TM20Tchduwr4EaCbmxh1321TABqPGDpS8D/ggOTaljijOA==",
  3411. "cpu": [
  3412. "arm64"
  3413. ],
  3414. "license": "MIT",
  3415. "optional": true,
  3416. "os": [
  3417. "linux"
  3418. ],
  3419. "engines": {
  3420. "node": ">= 10.0.0"
  3421. },
  3422. "funding": {
  3423. "type": "opencollective",
  3424. "url": "https://opencollective.com/parcel"
  3425. }
  3426. },
  3427. "node_modules/@parcel/watcher-linux-arm64-musl": {
  3428. "version": "2.5.6",
  3429. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.6.tgz",
  3430. "integrity": "sha512-qb6naMDGlbCwdhLj6hgoVKJl2odL34z2sqkC7Z6kzir8b5W65WYDpLB6R06KabvZdgoHI/zxke4b3zR0wAbDTA==",
  3431. "cpu": [
  3432. "arm64"
  3433. ],
  3434. "license": "MIT",
  3435. "optional": true,
  3436. "os": [
  3437. "linux"
  3438. ],
  3439. "engines": {
  3440. "node": ">= 10.0.0"
  3441. },
  3442. "funding": {
  3443. "type": "opencollective",
  3444. "url": "https://opencollective.com/parcel"
  3445. }
  3446. },
  3447. "node_modules/@parcel/watcher-linux-x64-glibc": {
  3448. "version": "2.5.6",
  3449. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.6.tgz",
  3450. "integrity": "sha512-kbT5wvNQlx7NaGjzPFu8nVIW1rWqV780O7ZtkjuWaPUgpv2NMFpjYERVi0UYj1msZNyCzGlaCWEtzc+exjMGbQ==",
  3451. "cpu": [
  3452. "x64"
  3453. ],
  3454. "license": "MIT",
  3455. "optional": true,
  3456. "os": [
  3457. "linux"
  3458. ],
  3459. "engines": {
  3460. "node": ">= 10.0.0"
  3461. },
  3462. "funding": {
  3463. "type": "opencollective",
  3464. "url": "https://opencollective.com/parcel"
  3465. }
  3466. },
  3467. "node_modules/@parcel/watcher-linux-x64-musl": {
  3468. "version": "2.5.6",
  3469. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.6.tgz",
  3470. "integrity": "sha512-1JRFeC+h7RdXwldHzTsmdtYR/Ku8SylLgTU/reMuqdVD7CtLwf0VR1FqeprZ0eHQkO0vqsbvFLXUmYm/uNKJBg==",
  3471. "cpu": [
  3472. "x64"
  3473. ],
  3474. "license": "MIT",
  3475. "optional": true,
  3476. "os": [
  3477. "linux"
  3478. ],
  3479. "engines": {
  3480. "node": ">= 10.0.0"
  3481. },
  3482. "funding": {
  3483. "type": "opencollective",
  3484. "url": "https://opencollective.com/parcel"
  3485. }
  3486. },
  3487. "node_modules/@parcel/watcher-wasm": {
  3488. "version": "2.5.6",
  3489. "resolved": "https://registry.npmjs.org/@parcel/watcher-wasm/-/watcher-wasm-2.5.6.tgz",
  3490. "integrity": "sha512-byAiBZ1t3tXQvc8dMD/eoyE7lTXYorhn+6uVW5AC+JGI1KtJC/LvDche5cfUE+qiefH+Ybq0bUCJU0aB1cSHUA==",
  3491. "bundleDependencies": [
  3492. "napi-wasm"
  3493. ],
  3494. "license": "MIT",
  3495. "dependencies": {
  3496. "is-glob": "^4.0.3",
  3497. "napi-wasm": "^1.1.0",
  3498. "picomatch": "^4.0.3"
  3499. },
  3500. "engines": {
  3501. "node": ">= 10.0.0"
  3502. },
  3503. "funding": {
  3504. "type": "opencollective",
  3505. "url": "https://opencollective.com/parcel"
  3506. }
  3507. },
  3508. "node_modules/@parcel/watcher-wasm/node_modules/napi-wasm": {
  3509. "version": "1.1.0",
  3510. "inBundle": true,
  3511. "license": "MIT"
  3512. },
  3513. "node_modules/@parcel/watcher-win32-arm64": {
  3514. "version": "2.5.6",
  3515. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.6.tgz",
  3516. "integrity": "sha512-3ukyebjc6eGlw9yRt678DxVF7rjXatWiHvTXqphZLvo7aC5NdEgFufVwjFfY51ijYEWpXbqF5jtrK275z52D4Q==",
  3517. "cpu": [
  3518. "arm64"
  3519. ],
  3520. "license": "MIT",
  3521. "optional": true,
  3522. "os": [
  3523. "win32"
  3524. ],
  3525. "engines": {
  3526. "node": ">= 10.0.0"
  3527. },
  3528. "funding": {
  3529. "type": "opencollective",
  3530. "url": "https://opencollective.com/parcel"
  3531. }
  3532. },
  3533. "node_modules/@parcel/watcher-win32-ia32": {
  3534. "version": "2.5.6",
  3535. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.6.tgz",
  3536. "integrity": "sha512-k35yLp1ZMwwee3Ez/pxBi5cf4AoBKYXj00CZ80jUz5h8prpiaQsiRPKQMxoLstNuqe2vR4RNPEAEcjEFzhEz/g==",
  3537. "cpu": [
  3538. "ia32"
  3539. ],
  3540. "license": "MIT",
  3541. "optional": true,
  3542. "os": [
  3543. "win32"
  3544. ],
  3545. "engines": {
  3546. "node": ">= 10.0.0"
  3547. },
  3548. "funding": {
  3549. "type": "opencollective",
  3550. "url": "https://opencollective.com/parcel"
  3551. }
  3552. },
  3553. "node_modules/@parcel/watcher-win32-x64": {
  3554. "version": "2.5.6",
  3555. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.6.tgz",
  3556. "integrity": "sha512-hbQlYcCq5dlAX9Qx+kFb0FHue6vbjlf0FrNzSKdYK2APUf7tGfGxQCk2ihEREmbR6ZMc0MVAD5RIX/41gpUzTw==",
  3557. "cpu": [
  3558. "x64"
  3559. ],
  3560. "license": "MIT",
  3561. "optional": true,
  3562. "os": [
  3563. "win32"
  3564. ],
  3565. "engines": {
  3566. "node": ">= 10.0.0"
  3567. },
  3568. "funding": {
  3569. "type": "opencollective",
  3570. "url": "https://opencollective.com/parcel"
  3571. }
  3572. },
  3573. "node_modules/@pkgjs/parseargs": {
  3574. "version": "0.11.0",
  3575. "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
  3576. "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
  3577. "license": "MIT",
  3578. "optional": true,
  3579. "engines": {
  3580. "node": ">=14"
  3581. }
  3582. },
  3583. "node_modules/@polka/url": {
  3584. "version": "1.0.0-next.29",
  3585. "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.29.tgz",
  3586. "integrity": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==",
  3587. "license": "MIT"
  3588. },
  3589. "node_modules/@poppinss/colors": {
  3590. "version": "4.1.6",
  3591. "resolved": "https://registry.npmjs.org/@poppinss/colors/-/colors-4.1.6.tgz",
  3592. "integrity": "sha512-H9xkIdFswbS8n1d6vmRd8+c10t2Qe+rZITbbDHHkQixH5+2x1FDGmi/0K+WgWiqQFKPSlIYB7jlH6Kpfn6Fleg==",
  3593. "license": "MIT",
  3594. "dependencies": {
  3595. "kleur": "^4.1.5"
  3596. }
  3597. },
  3598. "node_modules/@poppinss/colors/node_modules/kleur": {
  3599. "version": "4.1.5",
  3600. "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz",
  3601. "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==",
  3602. "license": "MIT",
  3603. "engines": {
  3604. "node": ">=6"
  3605. }
  3606. },
  3607. "node_modules/@poppinss/dumper": {
  3608. "version": "0.7.0",
  3609. "resolved": "https://registry.npmjs.org/@poppinss/dumper/-/dumper-0.7.0.tgz",
  3610. "integrity": "sha512-0UTYalzk2t6S4rA2uHOz5bSSW2CHdv4vggJI6Alg90yvl0UgXs6XSXpH96OH+bRkX4J/06djv29pqXJ0lq5Kag==",
  3611. "license": "MIT",
  3612. "dependencies": {
  3613. "@poppinss/colors": "^4.1.5",
  3614. "@sindresorhus/is": "^7.0.2",
  3615. "supports-color": "^10.0.0"
  3616. }
  3617. },
  3618. "node_modules/@poppinss/exception": {
  3619. "version": "1.2.2",
  3620. "resolved": "https://registry.npmjs.org/@poppinss/exception/-/exception-1.2.2.tgz",
  3621. "integrity": "sha512-m7bpKCD4QMlFCjA/nKTs23fuvoVFoA83brRKmObCUNmi/9tVu8Ve3w4YQAnJu4q3Tjf5fr685HYIC/IA2zHRSg==",
  3622. "license": "MIT"
  3623. },
  3624. "node_modules/@rolldown/pluginutils": {
  3625. "version": "1.0.0-beta.29",
  3626. "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.29.tgz",
  3627. "integrity": "sha512-NIJgOsMjbxAXvoGq/X0gD7VPMQ8j9g0BiDaNjVNVjvl+iKXxL3Jre0v31RmBYeLEmkbj2s02v8vFTbUXi5XS2Q==",
  3628. "license": "MIT"
  3629. },
  3630. "node_modules/@rollup/plugin-alias": {
  3631. "version": "6.0.0",
  3632. "resolved": "https://registry.npmjs.org/@rollup/plugin-alias/-/plugin-alias-6.0.0.tgz",
  3633. "integrity": "sha512-tPCzJOtS7uuVZd+xPhoy5W4vThe6KWXNmsFCNktaAh5RTqcLiSfT4huPQIXkgJ6YCOjJHvecOAzQxLFhPxKr+g==",
  3634. "license": "MIT",
  3635. "engines": {
  3636. "node": ">=20.19.0"
  3637. },
  3638. "peerDependencies": {
  3639. "rollup": ">=4.0.0"
  3640. },
  3641. "peerDependenciesMeta": {
  3642. "rollup": {
  3643. "optional": true
  3644. }
  3645. }
  3646. },
  3647. "node_modules/@rollup/plugin-commonjs": {
  3648. "version": "29.0.2",
  3649. "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-29.0.2.tgz",
  3650. "integrity": "sha512-S/ggWH1LU7jTyi9DxZOKyxpVd4hF/OZ0JrEbeLjXk/DFXwRny0tjD2c992zOUYQobLrVkRVMDdmHP16HKP7GRg==",
  3651. "license": "MIT",
  3652. "dependencies": {
  3653. "@rollup/pluginutils": "^5.0.1",
  3654. "commondir": "^1.0.1",
  3655. "estree-walker": "^2.0.2",
  3656. "fdir": "^6.2.0",
  3657. "is-reference": "1.2.1",
  3658. "magic-string": "^0.30.3",
  3659. "picomatch": "^4.0.2"
  3660. },
  3661. "engines": {
  3662. "node": ">=16.0.0 || 14 >= 14.17"
  3663. },
  3664. "peerDependencies": {
  3665. "rollup": "^2.68.0||^3.0.0||^4.0.0"
  3666. },
  3667. "peerDependenciesMeta": {
  3668. "rollup": {
  3669. "optional": true
  3670. }
  3671. }
  3672. },
  3673. "node_modules/@rollup/plugin-inject": {
  3674. "version": "5.0.5",
  3675. "resolved": "https://registry.npmjs.org/@rollup/plugin-inject/-/plugin-inject-5.0.5.tgz",
  3676. "integrity": "sha512-2+DEJbNBoPROPkgTDNe8/1YXWcqxbN5DTjASVIOx8HS+pITXushyNiBV56RB08zuptzz8gT3YfkqriTBVycepg==",
  3677. "license": "MIT",
  3678. "dependencies": {
  3679. "@rollup/pluginutils": "^5.0.1",
  3680. "estree-walker": "^2.0.2",
  3681. "magic-string": "^0.30.3"
  3682. },
  3683. "engines": {
  3684. "node": ">=14.0.0"
  3685. },
  3686. "peerDependencies": {
  3687. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  3688. },
  3689. "peerDependenciesMeta": {
  3690. "rollup": {
  3691. "optional": true
  3692. }
  3693. }
  3694. },
  3695. "node_modules/@rollup/plugin-json": {
  3696. "version": "6.1.0",
  3697. "resolved": "https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-6.1.0.tgz",
  3698. "integrity": "sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==",
  3699. "license": "MIT",
  3700. "dependencies": {
  3701. "@rollup/pluginutils": "^5.1.0"
  3702. },
  3703. "engines": {
  3704. "node": ">=14.0.0"
  3705. },
  3706. "peerDependencies": {
  3707. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  3708. },
  3709. "peerDependenciesMeta": {
  3710. "rollup": {
  3711. "optional": true
  3712. }
  3713. }
  3714. },
  3715. "node_modules/@rollup/plugin-node-resolve": {
  3716. "version": "16.0.3",
  3717. "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-16.0.3.tgz",
  3718. "integrity": "sha512-lUYM3UBGuM93CnMPG1YocWu7X802BrNF3jW2zny5gQyLQgRFJhV1Sq0Zi74+dh/6NBx1DxFC4b4GXg9wUCG5Qg==",
  3719. "license": "MIT",
  3720. "dependencies": {
  3721. "@rollup/pluginutils": "^5.0.1",
  3722. "@types/resolve": "1.20.2",
  3723. "deepmerge": "^4.2.2",
  3724. "is-module": "^1.0.0",
  3725. "resolve": "^1.22.1"
  3726. },
  3727. "engines": {
  3728. "node": ">=14.0.0"
  3729. },
  3730. "peerDependencies": {
  3731. "rollup": "^2.78.0||^3.0.0||^4.0.0"
  3732. },
  3733. "peerDependenciesMeta": {
  3734. "rollup": {
  3735. "optional": true
  3736. }
  3737. }
  3738. },
  3739. "node_modules/@rollup/plugin-replace": {
  3740. "version": "6.0.3",
  3741. "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-6.0.3.tgz",
  3742. "integrity": "sha512-J4RZarRvQAm5IF0/LwUUg+obsm+xZhYnbMXmXROyoSE1ATJe3oXSb9L5MMppdxP2ylNSjv6zFBwKYjcKMucVfA==",
  3743. "license": "MIT",
  3744. "dependencies": {
  3745. "@rollup/pluginutils": "^5.0.1",
  3746. "magic-string": "^0.30.3"
  3747. },
  3748. "engines": {
  3749. "node": ">=14.0.0"
  3750. },
  3751. "peerDependencies": {
  3752. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  3753. },
  3754. "peerDependenciesMeta": {
  3755. "rollup": {
  3756. "optional": true
  3757. }
  3758. }
  3759. },
  3760. "node_modules/@rollup/plugin-terser": {
  3761. "version": "1.0.0",
  3762. "resolved": "https://registry.npmjs.org/@rollup/plugin-terser/-/plugin-terser-1.0.0.tgz",
  3763. "integrity": "sha512-FnCxhTBx6bMOYQrar6C8h3scPt8/JwIzw3+AJ2K++6guogH5fYaIFia+zZuhqv0eo1RN7W1Pz630SyvLbDjhtQ==",
  3764. "license": "MIT",
  3765. "dependencies": {
  3766. "serialize-javascript": "^7.0.3",
  3767. "smob": "^1.0.0",
  3768. "terser": "^5.17.4"
  3769. },
  3770. "engines": {
  3771. "node": ">=20.0.0"
  3772. },
  3773. "peerDependencies": {
  3774. "rollup": "^2.0.0||^3.0.0||^4.0.0"
  3775. },
  3776. "peerDependenciesMeta": {
  3777. "rollup": {
  3778. "optional": true
  3779. }
  3780. }
  3781. },
  3782. "node_modules/@rollup/pluginutils": {
  3783. "version": "5.3.0",
  3784. "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.3.0.tgz",
  3785. "integrity": "sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==",
  3786. "license": "MIT",
  3787. "dependencies": {
  3788. "@types/estree": "^1.0.0",
  3789. "estree-walker": "^2.0.2",
  3790. "picomatch": "^4.0.2"
  3791. },
  3792. "engines": {
  3793. "node": ">=14.0.0"
  3794. },
  3795. "peerDependencies": {
  3796. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  3797. },
  3798. "peerDependenciesMeta": {
  3799. "rollup": {
  3800. "optional": true
  3801. }
  3802. }
  3803. },
  3804. "node_modules/@rollup/rollup-android-arm-eabi": {
  3805. "version": "4.60.2",
  3806. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.60.2.tgz",
  3807. "integrity": "sha512-dnlp69efPPg6Uaw2dVqzWRfAWRnYVb1XJ8CyyhIbZeaq4CA5/mLeZ1IEt9QqQxmbdvagjLIm2ZL8BxXv5lH4Yw==",
  3808. "cpu": [
  3809. "arm"
  3810. ],
  3811. "license": "MIT",
  3812. "optional": true,
  3813. "os": [
  3814. "android"
  3815. ]
  3816. },
  3817. "node_modules/@rollup/rollup-android-arm64": {
  3818. "version": "4.60.2",
  3819. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.60.2.tgz",
  3820. "integrity": "sha512-OqZTwDRDchGRHHm/hwLOL7uVPB9aUvI0am/eQuWMNyFHf5PSEQmyEeYYheA0EPPKUO/l0uigCp+iaTjoLjVoHg==",
  3821. "cpu": [
  3822. "arm64"
  3823. ],
  3824. "license": "MIT",
  3825. "optional": true,
  3826. "os": [
  3827. "android"
  3828. ]
  3829. },
  3830. "node_modules/@rollup/rollup-darwin-arm64": {
  3831. "version": "4.60.2",
  3832. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.60.2.tgz",
  3833. "integrity": "sha512-UwRE7CGpvSVEQS8gUMBe1uADWjNnVgP3Iusyda1nSRwNDCsRjnGc7w6El6WLQsXmZTbLZx9cecegumcitNfpmA==",
  3834. "cpu": [
  3835. "arm64"
  3836. ],
  3837. "license": "MIT",
  3838. "optional": true,
  3839. "os": [
  3840. "darwin"
  3841. ]
  3842. },
  3843. "node_modules/@rollup/rollup-darwin-x64": {
  3844. "version": "4.60.2",
  3845. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.60.2.tgz",
  3846. "integrity": "sha512-gjEtURKLCC5VXm1I+2i1u9OhxFsKAQJKTVB8WvDAHF+oZlq0GTVFOlTlO1q3AlCTE/DF32c16ESvfgqR7343/g==",
  3847. "cpu": [
  3848. "x64"
  3849. ],
  3850. "license": "MIT",
  3851. "optional": true,
  3852. "os": [
  3853. "darwin"
  3854. ]
  3855. },
  3856. "node_modules/@rollup/rollup-freebsd-arm64": {
  3857. "version": "4.60.2",
  3858. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.60.2.tgz",
  3859. "integrity": "sha512-Bcl6CYDeAgE70cqZaMojOi/eK63h5Me97ZqAQoh77VPjMysA/4ORQBRGo3rRy45x4MzVlU9uZxs8Uwy7ZaKnBw==",
  3860. "cpu": [
  3861. "arm64"
  3862. ],
  3863. "license": "MIT",
  3864. "optional": true,
  3865. "os": [
  3866. "freebsd"
  3867. ]
  3868. },
  3869. "node_modules/@rollup/rollup-freebsd-x64": {
  3870. "version": "4.60.2",
  3871. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.60.2.tgz",
  3872. "integrity": "sha512-LU+TPda3mAE2QB0/Hp5VyeKJivpC6+tlOXd1VMoXV/YFMvk/MNk5iXeBfB4MQGRWyOYVJ01625vjkr0Az98OJQ==",
  3873. "cpu": [
  3874. "x64"
  3875. ],
  3876. "license": "MIT",
  3877. "optional": true,
  3878. "os": [
  3879. "freebsd"
  3880. ]
  3881. },
  3882. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  3883. "version": "4.60.2",
  3884. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.60.2.tgz",
  3885. "integrity": "sha512-2QxQrM+KQ7DAW4o22j+XZ6RKdxjLD7BOWTP0Bv0tmjdyhXSsr2Ul1oJDQqh9Zf5qOwTuTc7Ek83mOFaKnodPjg==",
  3886. "cpu": [
  3887. "arm"
  3888. ],
  3889. "license": "MIT",
  3890. "optional": true,
  3891. "os": [
  3892. "linux"
  3893. ]
  3894. },
  3895. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  3896. "version": "4.60.2",
  3897. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.60.2.tgz",
  3898. "integrity": "sha512-TbziEu2DVsTEOPif2mKWkMeDMLoYjx95oESa9fkQQK7r/Orta0gnkcDpzwufEcAO2BLBsD7mZkXGFqEdMRRwfw==",
  3899. "cpu": [
  3900. "arm"
  3901. ],
  3902. "license": "MIT",
  3903. "optional": true,
  3904. "os": [
  3905. "linux"
  3906. ]
  3907. },
  3908. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  3909. "version": "4.60.2",
  3910. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.60.2.tgz",
  3911. "integrity": "sha512-bO/rVDiDUuM2YfuCUwZ1t1cP+/yqjqz+Xf2VtkdppefuOFS2OSeAfgafaHNkFn0t02hEyXngZkxtGqXcXwO8Rg==",
  3912. "cpu": [
  3913. "arm64"
  3914. ],
  3915. "license": "MIT",
  3916. "optional": true,
  3917. "os": [
  3918. "linux"
  3919. ]
  3920. },
  3921. "node_modules/@rollup/rollup-linux-arm64-musl": {
  3922. "version": "4.60.2",
  3923. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.60.2.tgz",
  3924. "integrity": "sha512-hr26p7e93Rl0Za+JwW7EAnwAvKkehh12BU1Llm9Ykiibg4uIr2rbpxG9WCf56GuvidlTG9KiiQT/TXT1yAWxTA==",
  3925. "cpu": [
  3926. "arm64"
  3927. ],
  3928. "license": "MIT",
  3929. "optional": true,
  3930. "os": [
  3931. "linux"
  3932. ]
  3933. },
  3934. "node_modules/@rollup/rollup-linux-loong64-gnu": {
  3935. "version": "4.60.2",
  3936. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.60.2.tgz",
  3937. "integrity": "sha512-pOjB/uSIyDt+ow3k/RcLvUAOGpysT2phDn7TTUB3n75SlIgZzM6NKAqlErPhoFU+npgY3/n+2HYIQVbF70P9/A==",
  3938. "cpu": [
  3939. "loong64"
  3940. ],
  3941. "license": "MIT",
  3942. "optional": true,
  3943. "os": [
  3944. "linux"
  3945. ]
  3946. },
  3947. "node_modules/@rollup/rollup-linux-loong64-musl": {
  3948. "version": "4.60.2",
  3949. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.60.2.tgz",
  3950. "integrity": "sha512-2/w+q8jszv9Ww1c+6uJT3OwqhdmGP2/4T17cu8WuwyUuuaCDDJ2ojdyYwZzCxx0GcsZBhzi3HmH+J5pZNXnd+Q==",
  3951. "cpu": [
  3952. "loong64"
  3953. ],
  3954. "license": "MIT",
  3955. "optional": true,
  3956. "os": [
  3957. "linux"
  3958. ]
  3959. },
  3960. "node_modules/@rollup/rollup-linux-ppc64-gnu": {
  3961. "version": "4.60.2",
  3962. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.60.2.tgz",
  3963. "integrity": "sha512-11+aL5vKheYgczxtPVVRhdptAM2H7fcDR5Gw4/bTcteuZBlH4oP9f5s9zYO9aGZvoGeBpqXI/9TZZihZ609wKw==",
  3964. "cpu": [
  3965. "ppc64"
  3966. ],
  3967. "license": "MIT",
  3968. "optional": true,
  3969. "os": [
  3970. "linux"
  3971. ]
  3972. },
  3973. "node_modules/@rollup/rollup-linux-ppc64-musl": {
  3974. "version": "4.60.2",
  3975. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.60.2.tgz",
  3976. "integrity": "sha512-i16fokAGK46IVZuV8LIIwMdtqhin9hfYkCh8pf8iC3QU3LpwL+1FSFGej+O7l3E/AoknL6Dclh2oTdnRMpTzFQ==",
  3977. "cpu": [
  3978. "ppc64"
  3979. ],
  3980. "license": "MIT",
  3981. "optional": true,
  3982. "os": [
  3983. "linux"
  3984. ]
  3985. },
  3986. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  3987. "version": "4.60.2",
  3988. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.60.2.tgz",
  3989. "integrity": "sha512-49FkKS6RGQoriDSK/6E2GkAsAuU5kETFCh7pG4yD/ylj9rKhTmO3elsnmBvRD4PgJPds5W2PkhC82aVwmUcJ7A==",
  3990. "cpu": [
  3991. "riscv64"
  3992. ],
  3993. "license": "MIT",
  3994. "optional": true,
  3995. "os": [
  3996. "linux"
  3997. ]
  3998. },
  3999. "node_modules/@rollup/rollup-linux-riscv64-musl": {
  4000. "version": "4.60.2",
  4001. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.60.2.tgz",
  4002. "integrity": "sha512-mjYNkHPfGpUR00DuM1ZZIgs64Hpf4bWcz9Z41+4Q+pgDx73UwWdAYyf6EG/lRFldmdHHzgrYyge5akFUW0D3mQ==",
  4003. "cpu": [
  4004. "riscv64"
  4005. ],
  4006. "license": "MIT",
  4007. "optional": true,
  4008. "os": [
  4009. "linux"
  4010. ]
  4011. },
  4012. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  4013. "version": "4.60.2",
  4014. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.60.2.tgz",
  4015. "integrity": "sha512-ALyvJz965BQk8E9Al/JDKKDLH2kfKFLTGMlgkAbbYtZuJt9LU8DW3ZoDMCtQpXAltZxwBHevXz5u+gf0yA0YoA==",
  4016. "cpu": [
  4017. "s390x"
  4018. ],
  4019. "license": "MIT",
  4020. "optional": true,
  4021. "os": [
  4022. "linux"
  4023. ]
  4024. },
  4025. "node_modules/@rollup/rollup-linux-x64-gnu": {
  4026. "version": "4.60.2",
  4027. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.2.tgz",
  4028. "integrity": "sha512-UQjrkIdWrKI626Du8lCQ6MJp/6V1LAo2bOK9OTu4mSn8GGXIkPXk/Vsp4bLHCd9Z9Iz2OTEaokUE90VweJgIYQ==",
  4029. "cpu": [
  4030. "x64"
  4031. ],
  4032. "license": "MIT",
  4033. "optional": true,
  4034. "os": [
  4035. "linux"
  4036. ]
  4037. },
  4038. "node_modules/@rollup/rollup-linux-x64-musl": {
  4039. "version": "4.60.2",
  4040. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.60.2.tgz",
  4041. "integrity": "sha512-bTsRGj6VlSdn/XD4CGyzMnzaBs9bsRxy79eTqTCBsA8TMIEky7qg48aPkvJvFe1HyzQ5oMZdg7AnVlWQSKLTnw==",
  4042. "cpu": [
  4043. "x64"
  4044. ],
  4045. "license": "MIT",
  4046. "optional": true,
  4047. "os": [
  4048. "linux"
  4049. ]
  4050. },
  4051. "node_modules/@rollup/rollup-openbsd-x64": {
  4052. "version": "4.60.2",
  4053. "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.60.2.tgz",
  4054. "integrity": "sha512-6d4Z3534xitaA1FcMWP7mQPq5zGwBmGbhphh2DwaA1aNIXUu3KTOfwrWpbwI4/Gr0uANo7NTtaykFyO2hPuFLg==",
  4055. "cpu": [
  4056. "x64"
  4057. ],
  4058. "license": "MIT",
  4059. "optional": true,
  4060. "os": [
  4061. "openbsd"
  4062. ]
  4063. },
  4064. "node_modules/@rollup/rollup-openharmony-arm64": {
  4065. "version": "4.60.2",
  4066. "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.60.2.tgz",
  4067. "integrity": "sha512-NetAg5iO2uN7eB8zE5qrZ3CSil+7IJt4WDFLcC75Ymywq1VZVD6qJ6EvNLjZ3rEm6gB7XW5JdT60c6MN35Z85Q==",
  4068. "cpu": [
  4069. "arm64"
  4070. ],
  4071. "license": "MIT",
  4072. "optional": true,
  4073. "os": [
  4074. "openharmony"
  4075. ]
  4076. },
  4077. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  4078. "version": "4.60.2",
  4079. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.60.2.tgz",
  4080. "integrity": "sha512-NCYhOotpgWZ5kdxCZsv6Iudx0wX8980Q/oW4pNFNihpBKsDbEA1zpkfxJGC0yugsUuyDZ7gL37dbzwhR0VI7pQ==",
  4081. "cpu": [
  4082. "arm64"
  4083. ],
  4084. "license": "MIT",
  4085. "optional": true,
  4086. "os": [
  4087. "win32"
  4088. ]
  4089. },
  4090. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  4091. "version": "4.60.2",
  4092. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.60.2.tgz",
  4093. "integrity": "sha512-RXsaOqXxfoUBQoOgvmmijVxJnW2IGB0eoMO7F8FAjaj0UTywUO/luSqimWBJn04WNgUkeNhh7fs7pESXajWmkg==",
  4094. "cpu": [
  4095. "ia32"
  4096. ],
  4097. "license": "MIT",
  4098. "optional": true,
  4099. "os": [
  4100. "win32"
  4101. ]
  4102. },
  4103. "node_modules/@rollup/rollup-win32-x64-gnu": {
  4104. "version": "4.60.2",
  4105. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.60.2.tgz",
  4106. "integrity": "sha512-qdAzEULD+/hzObedtmV6iBpdL5TIbKVztGiK7O3/KYSf+HIzU257+MX1EXJcyIiDbMAqmbwaufcYPvyRryeZtA==",
  4107. "cpu": [
  4108. "x64"
  4109. ],
  4110. "license": "MIT",
  4111. "optional": true,
  4112. "os": [
  4113. "win32"
  4114. ]
  4115. },
  4116. "node_modules/@rollup/rollup-win32-x64-msvc": {
  4117. "version": "4.60.2",
  4118. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.60.2.tgz",
  4119. "integrity": "sha512-Nd/SgG27WoA9e+/TdK74KnHz852TLa94ovOYySo/yMPuTmpckK/jIF2jSwS3g7ELSKXK13/cVdmg1Z/DaCWKxA==",
  4120. "cpu": [
  4121. "x64"
  4122. ],
  4123. "license": "MIT",
  4124. "optional": true,
  4125. "os": [
  4126. "win32"
  4127. ]
  4128. },
  4129. "node_modules/@simple-git/args-pathspec": {
  4130. "version": "1.0.3",
  4131. "resolved": "https://registry.npmjs.org/@simple-git/args-pathspec/-/args-pathspec-1.0.3.tgz",
  4132. "integrity": "sha512-ngJMaHlsWDTfjyq9F3VIQ8b7NXbBLq5j9i5bJ6XLYtD6qlDXT7fdKY2KscWWUF8t18xx052Y/PUO1K1TRc9yKA==",
  4133. "license": "MIT"
  4134. },
  4135. "node_modules/@simple-git/argv-parser": {
  4136. "version": "1.1.1",
  4137. "resolved": "https://registry.npmjs.org/@simple-git/argv-parser/-/argv-parser-1.1.1.tgz",
  4138. "integrity": "sha512-Q9lBcfQ+VQCpQqGJFHe5yooOS5hGdLFFbJ5R+R5aDsnkPCahtn1hSkMcORX65J2Z5lxSkD0lQorMsncuBQxYUw==",
  4139. "license": "MIT",
  4140. "dependencies": {
  4141. "@simple-git/args-pathspec": "^1.0.3"
  4142. }
  4143. },
  4144. "node_modules/@sindresorhus/is": {
  4145. "version": "7.2.0",
  4146. "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-7.2.0.tgz",
  4147. "integrity": "sha512-P1Cz1dWaFfR4IR+U13mqqiGsLFf1KbayybWwdd2vfctdV6hDpUkgCY0nKOLLTMSoRd/jJNjtbqzf13K8DCCXQw==",
  4148. "license": "MIT",
  4149. "engines": {
  4150. "node": ">=18"
  4151. },
  4152. "funding": {
  4153. "url": "https://github.com/sindresorhus/is?sponsor=1"
  4154. }
  4155. },
  4156. "node_modules/@sindresorhus/merge-streams": {
  4157. "version": "4.0.0",
  4158. "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz",
  4159. "integrity": "sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==",
  4160. "license": "MIT",
  4161. "engines": {
  4162. "node": ">=18"
  4163. },
  4164. "funding": {
  4165. "url": "https://github.com/sponsors/sindresorhus"
  4166. }
  4167. },
  4168. "node_modules/@speed-highlight/core": {
  4169. "version": "1.2.15",
  4170. "resolved": "https://registry.npmjs.org/@speed-highlight/core/-/core-1.2.15.tgz",
  4171. "integrity": "sha512-BMq1K3DsElxDWawkX6eLg9+CKJrTVGCBAWVuHXVUV2u0s2711qiChLSId6ikYPfxhdYocLNt3wWwSvDiTvFabw==",
  4172. "license": "CC0-1.0"
  4173. },
  4174. "node_modules/@standard-schema/spec": {
  4175. "version": "1.0.0",
  4176. "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.0.0.tgz",
  4177. "integrity": "sha512-m2bOd0f2RT9k8QJx1JN85cZYyH1RqFBdlwtkSlf4tBDYLCiiZnv1fIIwacK6cqwXavOydf0NPToMQgpKq+dVlA==",
  4178. "license": "MIT"
  4179. },
  4180. "node_modules/@swc/helpers": {
  4181. "version": "0.5.17",
  4182. "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.17.tgz",
  4183. "integrity": "sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==",
  4184. "license": "Apache-2.0",
  4185. "dependencies": {
  4186. "tslib": "^2.8.0"
  4187. }
  4188. },
  4189. "node_modules/@tailwindcss/node": {
  4190. "version": "4.1.17",
  4191. "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.17.tgz",
  4192. "integrity": "sha512-csIkHIgLb3JisEFQ0vxr2Y57GUNYh447C8xzwj89U/8fdW8LhProdxvnVH6U8M2Y73QKiTIH+LWbK3V2BBZsAg==",
  4193. "license": "MIT",
  4194. "dependencies": {
  4195. "@jridgewell/remapping": "^2.3.4",
  4196. "enhanced-resolve": "^5.18.3",
  4197. "jiti": "^2.6.1",
  4198. "lightningcss": "1.30.2",
  4199. "magic-string": "^0.30.21",
  4200. "source-map-js": "^1.2.1",
  4201. "tailwindcss": "4.1.17"
  4202. }
  4203. },
  4204. "node_modules/@tailwindcss/oxide": {
  4205. "version": "4.1.17",
  4206. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.17.tgz",
  4207. "integrity": "sha512-F0F7d01fmkQhsTjXezGBLdrl1KresJTcI3DB8EkScCldyKp3Msz4hub4uyYaVnk88BAS1g5DQjjF6F5qczheLA==",
  4208. "license": "MIT",
  4209. "engines": {
  4210. "node": ">= 10"
  4211. },
  4212. "optionalDependencies": {
  4213. "@tailwindcss/oxide-android-arm64": "4.1.17",
  4214. "@tailwindcss/oxide-darwin-arm64": "4.1.17",
  4215. "@tailwindcss/oxide-darwin-x64": "4.1.17",
  4216. "@tailwindcss/oxide-freebsd-x64": "4.1.17",
  4217. "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.17",
  4218. "@tailwindcss/oxide-linux-arm64-gnu": "4.1.17",
  4219. "@tailwindcss/oxide-linux-arm64-musl": "4.1.17",
  4220. "@tailwindcss/oxide-linux-x64-gnu": "4.1.17",
  4221. "@tailwindcss/oxide-linux-x64-musl": "4.1.17",
  4222. "@tailwindcss/oxide-wasm32-wasi": "4.1.17",
  4223. "@tailwindcss/oxide-win32-arm64-msvc": "4.1.17",
  4224. "@tailwindcss/oxide-win32-x64-msvc": "4.1.17"
  4225. }
  4226. },
  4227. "node_modules/@tailwindcss/oxide-android-arm64": {
  4228. "version": "4.1.17",
  4229. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.17.tgz",
  4230. "integrity": "sha512-BMqpkJHgOZ5z78qqiGE6ZIRExyaHyuxjgrJ6eBO5+hfrfGkuya0lYfw8fRHG77gdTjWkNWEEm+qeG2cDMxArLQ==",
  4231. "cpu": [
  4232. "arm64"
  4233. ],
  4234. "license": "MIT",
  4235. "optional": true,
  4236. "os": [
  4237. "android"
  4238. ],
  4239. "engines": {
  4240. "node": ">= 10"
  4241. }
  4242. },
  4243. "node_modules/@tailwindcss/oxide-darwin-arm64": {
  4244. "version": "4.1.17",
  4245. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.17.tgz",
  4246. "integrity": "sha512-EquyumkQweUBNk1zGEU/wfZo2qkp/nQKRZM8bUYO0J+Lums5+wl2CcG1f9BgAjn/u9pJzdYddHWBiFXJTcxmOg==",
  4247. "cpu": [
  4248. "arm64"
  4249. ],
  4250. "license": "MIT",
  4251. "optional": true,
  4252. "os": [
  4253. "darwin"
  4254. ],
  4255. "engines": {
  4256. "node": ">= 10"
  4257. }
  4258. },
  4259. "node_modules/@tailwindcss/oxide-darwin-x64": {
  4260. "version": "4.1.17",
  4261. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.17.tgz",
  4262. "integrity": "sha512-gdhEPLzke2Pog8s12oADwYu0IAw04Y2tlmgVzIN0+046ytcgx8uZmCzEg4VcQh+AHKiS7xaL8kGo/QTiNEGRog==",
  4263. "cpu": [
  4264. "x64"
  4265. ],
  4266. "license": "MIT",
  4267. "optional": true,
  4268. "os": [
  4269. "darwin"
  4270. ],
  4271. "engines": {
  4272. "node": ">= 10"
  4273. }
  4274. },
  4275. "node_modules/@tailwindcss/oxide-freebsd-x64": {
  4276. "version": "4.1.17",
  4277. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.17.tgz",
  4278. "integrity": "sha512-hxGS81KskMxML9DXsaXT1H0DyA+ZBIbyG/sSAjWNe2EDl7TkPOBI42GBV3u38itzGUOmFfCzk1iAjDXds8Oh0g==",
  4279. "cpu": [
  4280. "x64"
  4281. ],
  4282. "license": "MIT",
  4283. "optional": true,
  4284. "os": [
  4285. "freebsd"
  4286. ],
  4287. "engines": {
  4288. "node": ">= 10"
  4289. }
  4290. },
  4291. "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
  4292. "version": "4.1.17",
  4293. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.17.tgz",
  4294. "integrity": "sha512-k7jWk5E3ldAdw0cNglhjSgv501u7yrMf8oeZ0cElhxU6Y2o7f8yqelOp3fhf7evjIS6ujTI3U8pKUXV2I4iXHQ==",
  4295. "cpu": [
  4296. "arm"
  4297. ],
  4298. "license": "MIT",
  4299. "optional": true,
  4300. "os": [
  4301. "linux"
  4302. ],
  4303. "engines": {
  4304. "node": ">= 10"
  4305. }
  4306. },
  4307. "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
  4308. "version": "4.1.17",
  4309. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.17.tgz",
  4310. "integrity": "sha512-HVDOm/mxK6+TbARwdW17WrgDYEGzmoYayrCgmLEw7FxTPLcp/glBisuyWkFz/jb7ZfiAXAXUACfyItn+nTgsdQ==",
  4311. "cpu": [
  4312. "arm64"
  4313. ],
  4314. "license": "MIT",
  4315. "optional": true,
  4316. "os": [
  4317. "linux"
  4318. ],
  4319. "engines": {
  4320. "node": ">= 10"
  4321. }
  4322. },
  4323. "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
  4324. "version": "4.1.17",
  4325. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.17.tgz",
  4326. "integrity": "sha512-HvZLfGr42i5anKtIeQzxdkw/wPqIbpeZqe7vd3V9vI3RQxe3xU1fLjss0TjyhxWcBaipk7NYwSrwTwK1hJARMg==",
  4327. "cpu": [
  4328. "arm64"
  4329. ],
  4330. "license": "MIT",
  4331. "optional": true,
  4332. "os": [
  4333. "linux"
  4334. ],
  4335. "engines": {
  4336. "node": ">= 10"
  4337. }
  4338. },
  4339. "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
  4340. "version": "4.1.17",
  4341. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.17.tgz",
  4342. "integrity": "sha512-M3XZuORCGB7VPOEDH+nzpJ21XPvK5PyjlkSFkFziNHGLc5d6g3di2McAAblmaSUNl8IOmzYwLx9NsE7bplNkwQ==",
  4343. "cpu": [
  4344. "x64"
  4345. ],
  4346. "license": "MIT",
  4347. "optional": true,
  4348. "os": [
  4349. "linux"
  4350. ],
  4351. "engines": {
  4352. "node": ">= 10"
  4353. }
  4354. },
  4355. "node_modules/@tailwindcss/oxide-linux-x64-musl": {
  4356. "version": "4.1.17",
  4357. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.17.tgz",
  4358. "integrity": "sha512-k7f+pf9eXLEey4pBlw+8dgfJHY4PZ5qOUFDyNf7SI6lHjQ9Zt7+NcscjpwdCEbYi6FI5c2KDTDWyf2iHcCSyyQ==",
  4359. "cpu": [
  4360. "x64"
  4361. ],
  4362. "license": "MIT",
  4363. "optional": true,
  4364. "os": [
  4365. "linux"
  4366. ],
  4367. "engines": {
  4368. "node": ">= 10"
  4369. }
  4370. },
  4371. "node_modules/@tailwindcss/oxide-wasm32-wasi": {
  4372. "version": "4.1.17",
  4373. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.17.tgz",
  4374. "integrity": "sha512-cEytGqSSoy7zK4JRWiTCx43FsKP/zGr0CsuMawhH67ONlH+T79VteQeJQRO/X7L0juEUA8ZyuYikcRBf0vsxhg==",
  4375. "bundleDependencies": [
  4376. "@napi-rs/wasm-runtime",
  4377. "@emnapi/core",
  4378. "@emnapi/runtime",
  4379. "@tybys/wasm-util",
  4380. "@emnapi/wasi-threads",
  4381. "tslib"
  4382. ],
  4383. "cpu": [
  4384. "wasm32"
  4385. ],
  4386. "license": "MIT",
  4387. "optional": true,
  4388. "dependencies": {
  4389. "@emnapi/core": "^1.6.0",
  4390. "@emnapi/runtime": "^1.6.0",
  4391. "@emnapi/wasi-threads": "^1.1.0",
  4392. "@napi-rs/wasm-runtime": "^1.0.7",
  4393. "@tybys/wasm-util": "^0.10.1",
  4394. "tslib": "^2.4.0"
  4395. },
  4396. "engines": {
  4397. "node": ">=14.0.0"
  4398. }
  4399. },
  4400. "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
  4401. "version": "4.1.17",
  4402. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.17.tgz",
  4403. "integrity": "sha512-JU5AHr7gKbZlOGvMdb4722/0aYbU+tN6lv1kONx0JK2cGsh7g148zVWLM0IKR3NeKLv+L90chBVYcJ8uJWbC9A==",
  4404. "cpu": [
  4405. "arm64"
  4406. ],
  4407. "license": "MIT",
  4408. "optional": true,
  4409. "os": [
  4410. "win32"
  4411. ],
  4412. "engines": {
  4413. "node": ">= 10"
  4414. }
  4415. },
  4416. "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
  4417. "version": "4.1.17",
  4418. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.17.tgz",
  4419. "integrity": "sha512-SKWM4waLuqx0IH+FMDUw6R66Hu4OuTALFgnleKbqhgGU30DY20NORZMZUKgLRjQXNN2TLzKvh48QXTig4h4bGw==",
  4420. "cpu": [
  4421. "x64"
  4422. ],
  4423. "license": "MIT",
  4424. "optional": true,
  4425. "os": [
  4426. "win32"
  4427. ],
  4428. "engines": {
  4429. "node": ">= 10"
  4430. }
  4431. },
  4432. "node_modules/@tailwindcss/postcss": {
  4433. "version": "4.1.17",
  4434. "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.1.17.tgz",
  4435. "integrity": "sha512-+nKl9N9mN5uJ+M7dBOOCzINw94MPstNR/GtIhz1fpZysxL/4a+No64jCBD6CPN+bIHWFx3KWuu8XJRrj/572Dw==",
  4436. "license": "MIT",
  4437. "dependencies": {
  4438. "@alloc/quick-lru": "^5.2.0",
  4439. "@tailwindcss/node": "4.1.17",
  4440. "@tailwindcss/oxide": "4.1.17",
  4441. "postcss": "^8.4.41",
  4442. "tailwindcss": "4.1.17"
  4443. }
  4444. },
  4445. "node_modules/@tailwindcss/vite": {
  4446. "version": "4.1.17",
  4447. "resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.1.17.tgz",
  4448. "integrity": "sha512-4+9w8ZHOiGnpcGI6z1TVVfWaX/koK7fKeSYF3qlYg2xpBtbteP2ddBxiarL+HVgfSJGeK5RIxRQmKm4rTJJAwA==",
  4449. "license": "MIT",
  4450. "dependencies": {
  4451. "@tailwindcss/node": "4.1.17",
  4452. "@tailwindcss/oxide": "4.1.17",
  4453. "tailwindcss": "4.1.17"
  4454. },
  4455. "peerDependencies": {
  4456. "vite": "^5.2.0 || ^6 || ^7"
  4457. }
  4458. },
  4459. "node_modules/@tanstack/table-core": {
  4460. "version": "8.21.3",
  4461. "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.21.3.tgz",
  4462. "integrity": "sha512-ldZXEhOBb8Is7xLs01fR3YEc3DERiz5silj8tnGkFZytt1abEvl/GhUmCE0PMLaMPTa3Jk4HbKmRlHmu+gCftg==",
  4463. "license": "MIT",
  4464. "engines": {
  4465. "node": ">=12"
  4466. },
  4467. "funding": {
  4468. "type": "github",
  4469. "url": "https://github.com/sponsors/tannerlinsley"
  4470. }
  4471. },
  4472. "node_modules/@tanstack/virtual-core": {
  4473. "version": "3.13.12",
  4474. "resolved": "https://registry.npmjs.org/@tanstack/virtual-core/-/virtual-core-3.13.12.tgz",
  4475. "integrity": "sha512-1YBOJfRHV4sXUmWsFSf5rQor4Ss82G8dQWLRbnk3GA4jeP8hQt1hxXh0tmflpC0dz3VgEv/1+qwPyLeWkQuPFA==",
  4476. "license": "MIT",
  4477. "funding": {
  4478. "type": "github",
  4479. "url": "https://github.com/sponsors/tannerlinsley"
  4480. }
  4481. },
  4482. "node_modules/@tanstack/vue-table": {
  4483. "version": "8.21.3",
  4484. "resolved": "https://registry.npmjs.org/@tanstack/vue-table/-/vue-table-8.21.3.tgz",
  4485. "integrity": "sha512-rusRyd77c5tDPloPskctMyPLFEQUeBzxdQ+2Eow4F7gDPlPOB1UnnhzfpdvqZ8ZyX2rRNGmqNnQWm87OI2OQPw==",
  4486. "license": "MIT",
  4487. "dependencies": {
  4488. "@tanstack/table-core": "8.21.3"
  4489. },
  4490. "engines": {
  4491. "node": ">=12"
  4492. },
  4493. "funding": {
  4494. "type": "github",
  4495. "url": "https://github.com/sponsors/tannerlinsley"
  4496. },
  4497. "peerDependencies": {
  4498. "vue": ">=3.2"
  4499. }
  4500. },
  4501. "node_modules/@tanstack/vue-virtual": {
  4502. "version": "3.13.12",
  4503. "resolved": "https://registry.npmjs.org/@tanstack/vue-virtual/-/vue-virtual-3.13.12.tgz",
  4504. "integrity": "sha512-vhF7kEU9EXWXh+HdAwKJ2m3xaOnTTmgcdXcF2pim8g4GvI7eRrk2YRuV5nUlZnd/NbCIX4/Ja2OZu5EjJL06Ww==",
  4505. "license": "MIT",
  4506. "dependencies": {
  4507. "@tanstack/virtual-core": "3.13.12"
  4508. },
  4509. "funding": {
  4510. "type": "github",
  4511. "url": "https://github.com/sponsors/tannerlinsley"
  4512. },
  4513. "peerDependencies": {
  4514. "vue": "^2.7.0 || ^3.0.0"
  4515. }
  4516. },
  4517. "node_modules/@tybys/wasm-util": {
  4518. "version": "0.10.1",
  4519. "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
  4520. "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==",
  4521. "license": "MIT",
  4522. "optional": true,
  4523. "dependencies": {
  4524. "tslib": "^2.4.0"
  4525. }
  4526. },
  4527. "node_modules/@types/estree": {
  4528. "version": "1.0.8",
  4529. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
  4530. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  4531. "license": "MIT"
  4532. },
  4533. "node_modules/@types/parse-path": {
  4534. "version": "7.0.3",
  4535. "resolved": "https://registry.npmjs.org/@types/parse-path/-/parse-path-7.0.3.tgz",
  4536. "integrity": "sha512-LriObC2+KYZD3FzCrgWGv/qufdUy4eXrxcLgQMfYXgPbLIecKIsVBaQgUPmxSSLcjmYbDTQbMgr6qr6l/eb7Bg==",
  4537. "license": "MIT"
  4538. },
  4539. "node_modules/@types/resolve": {
  4540. "version": "1.20.2",
  4541. "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz",
  4542. "integrity": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==",
  4543. "license": "MIT"
  4544. },
  4545. "node_modules/@types/web-bluetooth": {
  4546. "version": "0.0.21",
  4547. "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.21.tgz",
  4548. "integrity": "sha512-oIQLCGWtcFZy2JW77j9k8nHzAOpqMHLQejDA48XXMWH6tjCQHz5RCFz1bzsmROyL6PUm+LLnUiI4BCn221inxA==",
  4549. "license": "MIT"
  4550. },
  4551. "node_modules/@unhead/vue": {
  4552. "version": "2.1.13",
  4553. "resolved": "https://registry.npmjs.org/@unhead/vue/-/vue-2.1.13.tgz",
  4554. "integrity": "sha512-HYy0shaHRnLNW9r85gppO8IiGz0ONWVV3zGdlT8CQ0tbTwixznJCIiyqV4BSV1aIF1jJIye0pd1p/k6Eab8Z/A==",
  4555. "license": "MIT",
  4556. "dependencies": {
  4557. "hookable": "^6.0.1",
  4558. "unhead": "2.1.13"
  4559. },
  4560. "funding": {
  4561. "url": "https://github.com/sponsors/harlan-zw"
  4562. },
  4563. "peerDependencies": {
  4564. "vue": ">=3.5.18"
  4565. }
  4566. },
  4567. "node_modules/@unhead/vue/node_modules/hookable": {
  4568. "version": "6.1.1",
  4569. "resolved": "https://registry.npmjs.org/hookable/-/hookable-6.1.1.tgz",
  4570. "integrity": "sha512-U9LYDy1CwhMCnprUfeAZWZGByVbhd54hwepegYTK7Pi5NvqEj63ifz5z+xukznehT7i6NIZRu89Ay1AZmRsLEQ==",
  4571. "license": "MIT"
  4572. },
  4573. "node_modules/@vercel/nft": {
  4574. "version": "1.5.0",
  4575. "resolved": "https://registry.npmjs.org/@vercel/nft/-/nft-1.5.0.tgz",
  4576. "integrity": "sha512-IWTDeIoWhQ7ZtRO/JRKH+jhmeQvZYhtGPmzw/QGDY+wDCQqfm25P9yIdoAFagu4fWsK4IwZXDFIjrmp5rRm/sA==",
  4577. "license": "MIT",
  4578. "dependencies": {
  4579. "@mapbox/node-pre-gyp": "^2.0.0",
  4580. "@rollup/pluginutils": "^5.1.3",
  4581. "acorn": "^8.6.0",
  4582. "acorn-import-attributes": "^1.9.5",
  4583. "async-sema": "^3.1.1",
  4584. "bindings": "^1.4.0",
  4585. "estree-walker": "2.0.2",
  4586. "glob": "^13.0.0",
  4587. "graceful-fs": "^4.2.9",
  4588. "node-gyp-build": "^4.2.2",
  4589. "picomatch": "^4.0.2",
  4590. "resolve-from": "^5.0.0"
  4591. },
  4592. "bin": {
  4593. "nft": "out/cli.js"
  4594. },
  4595. "engines": {
  4596. "node": ">=20"
  4597. }
  4598. },
  4599. "node_modules/@vercel/nft/node_modules/balanced-match": {
  4600. "version": "4.0.4",
  4601. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
  4602. "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
  4603. "license": "MIT",
  4604. "engines": {
  4605. "node": "18 || 20 || >=22"
  4606. }
  4607. },
  4608. "node_modules/@vercel/nft/node_modules/brace-expansion": {
  4609. "version": "5.0.5",
  4610. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
  4611. "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
  4612. "license": "MIT",
  4613. "dependencies": {
  4614. "balanced-match": "^4.0.2"
  4615. },
  4616. "engines": {
  4617. "node": "18 || 20 || >=22"
  4618. }
  4619. },
  4620. "node_modules/@vercel/nft/node_modules/glob": {
  4621. "version": "13.0.6",
  4622. "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
  4623. "integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==",
  4624. "license": "BlueOak-1.0.0",
  4625. "dependencies": {
  4626. "minimatch": "^10.2.2",
  4627. "minipass": "^7.1.3",
  4628. "path-scurry": "^2.0.2"
  4629. },
  4630. "engines": {
  4631. "node": "18 || 20 || >=22"
  4632. },
  4633. "funding": {
  4634. "url": "https://github.com/sponsors/isaacs"
  4635. }
  4636. },
  4637. "node_modules/@vercel/nft/node_modules/lru-cache": {
  4638. "version": "11.3.5",
  4639. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.5.tgz",
  4640. "integrity": "sha512-NxVFwLAnrd9i7KUBxC4DrUhmgjzOs+1Qm50D3oF1/oL+r1NpZ4gA7xvG0/zJ8evR7zIKn4vLf7qTNduWFtCrRw==",
  4641. "license": "BlueOak-1.0.0",
  4642. "engines": {
  4643. "node": "20 || >=22"
  4644. }
  4645. },
  4646. "node_modules/@vercel/nft/node_modules/minimatch": {
  4647. "version": "10.2.5",
  4648. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
  4649. "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
  4650. "license": "BlueOak-1.0.0",
  4651. "dependencies": {
  4652. "brace-expansion": "^5.0.5"
  4653. },
  4654. "engines": {
  4655. "node": "18 || 20 || >=22"
  4656. },
  4657. "funding": {
  4658. "url": "https://github.com/sponsors/isaacs"
  4659. }
  4660. },
  4661. "node_modules/@vercel/nft/node_modules/path-scurry": {
  4662. "version": "2.0.2",
  4663. "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz",
  4664. "integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==",
  4665. "license": "BlueOak-1.0.0",
  4666. "dependencies": {
  4667. "lru-cache": "^11.0.0",
  4668. "minipass": "^7.1.2"
  4669. },
  4670. "engines": {
  4671. "node": "18 || 20 || >=22"
  4672. },
  4673. "funding": {
  4674. "url": "https://github.com/sponsors/isaacs"
  4675. }
  4676. },
  4677. "node_modules/@vitejs/plugin-vue": {
  4678. "version": "6.0.1",
  4679. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-6.0.1.tgz",
  4680. "integrity": "sha512-+MaE752hU0wfPFJEUAIxqw18+20euHHdxVtMvbFcOEpjEyfqXH/5DCoTHiVJ0J29EhTJdoTkjEv5YBKU9dnoTw==",
  4681. "license": "MIT",
  4682. "dependencies": {
  4683. "@rolldown/pluginutils": "1.0.0-beta.29"
  4684. },
  4685. "engines": {
  4686. "node": "^20.19.0 || >=22.12.0"
  4687. },
  4688. "peerDependencies": {
  4689. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0",
  4690. "vue": "^3.2.25"
  4691. }
  4692. },
  4693. "node_modules/@vitejs/plugin-vue-jsx": {
  4694. "version": "5.1.1",
  4695. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-5.1.1.tgz",
  4696. "integrity": "sha512-uQkfxzlF8SGHJJVH966lFTdjM/lGcwJGzwAHpVqAPDD/QcsqoUGa+q31ox1BrUfi+FLP2ChVp7uLXE3DkHyDdQ==",
  4697. "license": "MIT",
  4698. "dependencies": {
  4699. "@babel/core": "^7.28.3",
  4700. "@babel/plugin-syntax-typescript": "^7.27.1",
  4701. "@babel/plugin-transform-typescript": "^7.28.0",
  4702. "@rolldown/pluginutils": "^1.0.0-beta.34",
  4703. "@vue/babel-plugin-jsx": "^1.5.0"
  4704. },
  4705. "engines": {
  4706. "node": "^20.19.0 || >=22.12.0"
  4707. },
  4708. "peerDependencies": {
  4709. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0",
  4710. "vue": "^3.0.0"
  4711. }
  4712. },
  4713. "node_modules/@vitejs/plugin-vue-jsx/node_modules/@rolldown/pluginutils": {
  4714. "version": "1.0.0-beta.45",
  4715. "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.45.tgz",
  4716. "integrity": "sha512-Le9ulGCrD8ggInzWw/k2J8QcbPz7eGIOWqfJ2L+1R0Opm7n6J37s2hiDWlh6LJN0Lk9L5sUzMvRHKW7UxBZsQA==",
  4717. "license": "MIT"
  4718. },
  4719. "node_modules/@volar/language-core": {
  4720. "version": "2.4.23",
  4721. "resolved": "https://registry.npmjs.org/@volar/language-core/-/language-core-2.4.23.tgz",
  4722. "integrity": "sha512-hEEd5ET/oSmBC6pi1j6NaNYRWoAiDhINbT8rmwtINugR39loROSlufGdYMF9TaKGfz+ViGs1Idi3mAhnuPcoGQ==",
  4723. "license": "MIT",
  4724. "dependencies": {
  4725. "@volar/source-map": "2.4.23"
  4726. }
  4727. },
  4728. "node_modules/@volar/source-map": {
  4729. "version": "2.4.23",
  4730. "resolved": "https://registry.npmjs.org/@volar/source-map/-/source-map-2.4.23.tgz",
  4731. "integrity": "sha512-Z1Uc8IB57Lm6k7q6KIDu/p+JWtf3xsXJqAX/5r18hYOTpJyBn0KXUR8oTJ4WFYOcDzWC9n3IflGgHowx6U6z9Q==",
  4732. "license": "MIT"
  4733. },
  4734. "node_modules/@vue-macros/common": {
  4735. "version": "3.1.1",
  4736. "resolved": "https://registry.npmjs.org/@vue-macros/common/-/common-3.1.1.tgz",
  4737. "integrity": "sha512-afW2DMjgCBVs33mWRlz7YsGHzoEEupnl0DK5ZTKsgziAlLh5syc5m+GM7eqeYrgiQpwMaVxa1fk73caCvPxyAw==",
  4738. "license": "MIT",
  4739. "dependencies": {
  4740. "@vue/compiler-sfc": "^3.5.22",
  4741. "ast-kit": "^2.1.2",
  4742. "local-pkg": "^1.1.2",
  4743. "magic-string-ast": "^1.0.2",
  4744. "unplugin-utils": "^0.3.0"
  4745. },
  4746. "engines": {
  4747. "node": ">=20.19.0"
  4748. },
  4749. "funding": {
  4750. "url": "https://github.com/sponsors/vue-macros"
  4751. },
  4752. "peerDependencies": {
  4753. "vue": "^2.7.0 || ^3.2.25"
  4754. },
  4755. "peerDependenciesMeta": {
  4756. "vue": {
  4757. "optional": true
  4758. }
  4759. }
  4760. },
  4761. "node_modules/@vue-macros/common/node_modules/unplugin-utils": {
  4762. "version": "0.3.1",
  4763. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  4764. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  4765. "license": "MIT",
  4766. "dependencies": {
  4767. "pathe": "^2.0.3",
  4768. "picomatch": "^4.0.3"
  4769. },
  4770. "engines": {
  4771. "node": ">=20.19.0"
  4772. },
  4773. "funding": {
  4774. "url": "https://github.com/sponsors/sxzz"
  4775. }
  4776. },
  4777. "node_modules/@vue/babel-helper-vue-transform-on": {
  4778. "version": "1.5.0",
  4779. "resolved": "https://registry.npmjs.org/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.5.0.tgz",
  4780. "integrity": "sha512-0dAYkerNhhHutHZ34JtTl2czVQHUNWv6xEbkdF5W+Yrv5pCWsqjeORdOgbtW2I9gWlt+wBmVn+ttqN9ZxR5tzA==",
  4781. "license": "MIT"
  4782. },
  4783. "node_modules/@vue/babel-plugin-jsx": {
  4784. "version": "1.5.0",
  4785. "resolved": "https://registry.npmjs.org/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.5.0.tgz",
  4786. "integrity": "sha512-mneBhw1oOqCd2247O0Yw/mRwC9jIGACAJUlawkmMBiNmL4dGA2eMzuNZVNqOUfYTa6vqmND4CtOPzmEEEqLKFw==",
  4787. "license": "MIT",
  4788. "dependencies": {
  4789. "@babel/helper-module-imports": "^7.27.1",
  4790. "@babel/helper-plugin-utils": "^7.27.1",
  4791. "@babel/plugin-syntax-jsx": "^7.27.1",
  4792. "@babel/template": "^7.27.2",
  4793. "@babel/traverse": "^7.28.0",
  4794. "@babel/types": "^7.28.2",
  4795. "@vue/babel-helper-vue-transform-on": "1.5.0",
  4796. "@vue/babel-plugin-resolve-type": "1.5.0",
  4797. "@vue/shared": "^3.5.18"
  4798. },
  4799. "peerDependencies": {
  4800. "@babel/core": "^7.0.0-0"
  4801. },
  4802. "peerDependenciesMeta": {
  4803. "@babel/core": {
  4804. "optional": true
  4805. }
  4806. }
  4807. },
  4808. "node_modules/@vue/babel-plugin-resolve-type": {
  4809. "version": "1.5.0",
  4810. "resolved": "https://registry.npmjs.org/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.5.0.tgz",
  4811. "integrity": "sha512-Wm/60o+53JwJODm4Knz47dxJnLDJ9FnKnGZJbUUf8nQRAtt6P+undLUAVU3Ha33LxOJe6IPoifRQ6F/0RrU31w==",
  4812. "license": "MIT",
  4813. "dependencies": {
  4814. "@babel/code-frame": "^7.27.1",
  4815. "@babel/helper-module-imports": "^7.27.1",
  4816. "@babel/helper-plugin-utils": "^7.27.1",
  4817. "@babel/parser": "^7.28.0",
  4818. "@vue/compiler-sfc": "^3.5.18"
  4819. },
  4820. "funding": {
  4821. "url": "https://github.com/sponsors/sxzz"
  4822. },
  4823. "peerDependencies": {
  4824. "@babel/core": "^7.0.0-0"
  4825. }
  4826. },
  4827. "node_modules/@vue/compiler-core": {
  4828. "version": "3.5.22",
  4829. "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.22.tgz",
  4830. "integrity": "sha512-jQ0pFPmZwTEiRNSb+i9Ow/I/cHv2tXYqsnHKKyCQ08irI2kdF5qmYedmF8si8mA7zepUFmJ2hqzS8CQmNOWOkQ==",
  4831. "license": "MIT",
  4832. "dependencies": {
  4833. "@babel/parser": "^7.28.4",
  4834. "@vue/shared": "3.5.22",
  4835. "entities": "^4.5.0",
  4836. "estree-walker": "^2.0.2",
  4837. "source-map-js": "^1.2.1"
  4838. }
  4839. },
  4840. "node_modules/@vue/compiler-dom": {
  4841. "version": "3.5.22",
  4842. "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.22.tgz",
  4843. "integrity": "sha512-W8RknzUM1BLkypvdz10OVsGxnMAuSIZs9Wdx1vzA3mL5fNMN15rhrSCLiTm6blWeACwUwizzPVqGJgOGBEN/hA==",
  4844. "license": "MIT",
  4845. "dependencies": {
  4846. "@vue/compiler-core": "3.5.22",
  4847. "@vue/shared": "3.5.22"
  4848. }
  4849. },
  4850. "node_modules/@vue/compiler-sfc": {
  4851. "version": "3.5.22",
  4852. "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.22.tgz",
  4853. "integrity": "sha512-tbTR1zKGce4Lj+JLzFXDq36K4vcSZbJ1RBu8FxcDv1IGRz//Dh2EBqksyGVypz3kXpshIfWKGOCcqpSbyGWRJQ==",
  4854. "license": "MIT",
  4855. "peer": true,
  4856. "dependencies": {
  4857. "@babel/parser": "^7.28.4",
  4858. "@vue/compiler-core": "3.5.22",
  4859. "@vue/compiler-dom": "3.5.22",
  4860. "@vue/compiler-ssr": "3.5.22",
  4861. "@vue/shared": "3.5.22",
  4862. "estree-walker": "^2.0.2",
  4863. "magic-string": "^0.30.19",
  4864. "postcss": "^8.5.6",
  4865. "source-map-js": "^1.2.1"
  4866. }
  4867. },
  4868. "node_modules/@vue/compiler-ssr": {
  4869. "version": "3.5.22",
  4870. "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.22.tgz",
  4871. "integrity": "sha512-GdgyLvg4R+7T8Nk2Mlighx7XGxq/fJf9jaVofc3IL0EPesTE86cP/8DD1lT3h1JeZr2ySBvyqKQJgbS54IX1Ww==",
  4872. "license": "MIT",
  4873. "dependencies": {
  4874. "@vue/compiler-dom": "3.5.22",
  4875. "@vue/shared": "3.5.22"
  4876. }
  4877. },
  4878. "node_modules/@vue/devtools-api": {
  4879. "version": "6.6.4",
  4880. "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  4881. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  4882. "license": "MIT"
  4883. },
  4884. "node_modules/@vue/devtools-core": {
  4885. "version": "7.7.7",
  4886. "resolved": "https://registry.npmjs.org/@vue/devtools-core/-/devtools-core-7.7.7.tgz",
  4887. "integrity": "sha512-9z9TLbfC+AjAi1PQyWX+OErjIaJmdFlbDHcD+cAMYKY6Bh5VlsAtCeGyRMrXwIlMEQPukvnWt3gZBLwTAIMKzQ==",
  4888. "license": "MIT",
  4889. "dependencies": {
  4890. "@vue/devtools-kit": "^7.7.7",
  4891. "@vue/devtools-shared": "^7.7.7",
  4892. "mitt": "^3.0.1",
  4893. "nanoid": "^5.1.0",
  4894. "pathe": "^2.0.3",
  4895. "vite-hot-client": "^2.0.4"
  4896. },
  4897. "peerDependencies": {
  4898. "vue": "^3.0.0"
  4899. }
  4900. },
  4901. "node_modules/@vue/devtools-kit": {
  4902. "version": "7.7.7",
  4903. "resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-7.7.7.tgz",
  4904. "integrity": "sha512-wgoZtxcTta65cnZ1Q6MbAfePVFxfM+gq0saaeytoph7nEa7yMXoi6sCPy4ufO111B9msnw0VOWjPEFCXuAKRHA==",
  4905. "license": "MIT",
  4906. "dependencies": {
  4907. "@vue/devtools-shared": "^7.7.7",
  4908. "birpc": "^2.3.0",
  4909. "hookable": "^5.5.3",
  4910. "mitt": "^3.0.1",
  4911. "perfect-debounce": "^1.0.0",
  4912. "speakingurl": "^14.0.1",
  4913. "superjson": "^2.2.2"
  4914. }
  4915. },
  4916. "node_modules/@vue/devtools-kit/node_modules/perfect-debounce": {
  4917. "version": "1.0.0",
  4918. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
  4919. "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==",
  4920. "license": "MIT"
  4921. },
  4922. "node_modules/@vue/devtools-shared": {
  4923. "version": "7.7.7",
  4924. "resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-7.7.7.tgz",
  4925. "integrity": "sha512-+udSj47aRl5aKb0memBvcUG9koarqnxNM5yjuREvqwK6T3ap4mn3Zqqc17QrBFTqSMjr3HK1cvStEZpMDpfdyw==",
  4926. "license": "MIT",
  4927. "dependencies": {
  4928. "rfdc": "^1.4.1"
  4929. }
  4930. },
  4931. "node_modules/@vue/language-core": {
  4932. "version": "3.1.2",
  4933. "resolved": "https://registry.npmjs.org/@vue/language-core/-/language-core-3.1.2.tgz",
  4934. "integrity": "sha512-PyFDCqpdfYUT+oMLqcc61oHfJlC6yjhybaefwQjRdkchIihToOEpJ2Wu/Ebq2yrnJdd1EsaAvZaXVAqcxtnDxQ==",
  4935. "license": "MIT",
  4936. "dependencies": {
  4937. "@volar/language-core": "2.4.23",
  4938. "@vue/compiler-dom": "^3.5.0",
  4939. "@vue/shared": "^3.5.0",
  4940. "alien-signals": "^3.0.0",
  4941. "muggle-string": "^0.4.1",
  4942. "path-browserify": "^1.0.1",
  4943. "picomatch": "^4.0.2"
  4944. },
  4945. "peerDependencies": {
  4946. "typescript": "*"
  4947. },
  4948. "peerDependenciesMeta": {
  4949. "typescript": {
  4950. "optional": true
  4951. }
  4952. }
  4953. },
  4954. "node_modules/@vue/reactivity": {
  4955. "version": "3.5.22",
  4956. "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.22.tgz",
  4957. "integrity": "sha512-f2Wux4v/Z2pqc9+4SmgZC1p73Z53fyD90NFWXiX9AKVnVBEvLFOWCEgJD3GdGnlxPZt01PSlfmLqbLYzY/Fw4A==",
  4958. "license": "MIT",
  4959. "dependencies": {
  4960. "@vue/shared": "3.5.22"
  4961. }
  4962. },
  4963. "node_modules/@vue/runtime-core": {
  4964. "version": "3.5.22",
  4965. "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.22.tgz",
  4966. "integrity": "sha512-EHo4W/eiYeAzRTN5PCextDUZ0dMs9I8mQ2Fy+OkzvRPUYQEyK9yAjbasrMCXbLNhF7P0OUyivLjIy0yc6VrLJQ==",
  4967. "license": "MIT",
  4968. "dependencies": {
  4969. "@vue/reactivity": "3.5.22",
  4970. "@vue/shared": "3.5.22"
  4971. }
  4972. },
  4973. "node_modules/@vue/runtime-dom": {
  4974. "version": "3.5.22",
  4975. "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.22.tgz",
  4976. "integrity": "sha512-Av60jsryAkI023PlN7LsqrfPvwfxOd2yAwtReCjeuugTJTkgrksYJJstg1e12qle0NarkfhfFu1ox2D+cQotww==",
  4977. "license": "MIT",
  4978. "dependencies": {
  4979. "@vue/reactivity": "3.5.22",
  4980. "@vue/runtime-core": "3.5.22",
  4981. "@vue/shared": "3.5.22",
  4982. "csstype": "^3.1.3"
  4983. }
  4984. },
  4985. "node_modules/@vue/server-renderer": {
  4986. "version": "3.5.22",
  4987. "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.22.tgz",
  4988. "integrity": "sha512-gXjo+ao0oHYTSswF+a3KRHZ1WszxIqO7u6XwNHqcqb9JfyIL/pbWrrh/xLv7jeDqla9u+LK7yfZKHih1e1RKAQ==",
  4989. "license": "MIT",
  4990. "dependencies": {
  4991. "@vue/compiler-ssr": "3.5.22",
  4992. "@vue/shared": "3.5.22"
  4993. },
  4994. "peerDependencies": {
  4995. "vue": "3.5.22"
  4996. }
  4997. },
  4998. "node_modules/@vue/shared": {
  4999. "version": "3.5.22",
  5000. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.22.tgz",
  5001. "integrity": "sha512-F4yc6palwq3TT0u+FYf0Ns4Tfl9GRFURDN2gWG7L1ecIaS/4fCIuFOjMTnCyjsu/OK6vaDKLCrGAa+KvvH+h4w==",
  5002. "license": "MIT"
  5003. },
  5004. "node_modules/@vueuse/core": {
  5005. "version": "13.9.0",
  5006. "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-13.9.0.tgz",
  5007. "integrity": "sha512-ts3regBQyURfCE2BcytLqzm8+MmLlo5Ln/KLoxDVcsZ2gzIwVNnQpQOL/UKV8alUqjSZOlpFZcRNsLRqj+OzyA==",
  5008. "license": "MIT",
  5009. "peer": true,
  5010. "dependencies": {
  5011. "@types/web-bluetooth": "^0.0.21",
  5012. "@vueuse/metadata": "13.9.0",
  5013. "@vueuse/shared": "13.9.0"
  5014. },
  5015. "funding": {
  5016. "url": "https://github.com/sponsors/antfu"
  5017. },
  5018. "peerDependencies": {
  5019. "vue": "^3.5.0"
  5020. }
  5021. },
  5022. "node_modules/@vueuse/integrations": {
  5023. "version": "13.9.0",
  5024. "resolved": "https://registry.npmjs.org/@vueuse/integrations/-/integrations-13.9.0.tgz",
  5025. "integrity": "sha512-SDobKBbPIOe0cVL7QxMzGkuUGHvWTdihi9zOrrWaWUgFKe15cwEcwfWmgrcNzjT6kHnNmWuTajPHoIzUjYNYYQ==",
  5026. "license": "MIT",
  5027. "dependencies": {
  5028. "@vueuse/core": "13.9.0",
  5029. "@vueuse/shared": "13.9.0"
  5030. },
  5031. "funding": {
  5032. "url": "https://github.com/sponsors/antfu"
  5033. },
  5034. "peerDependencies": {
  5035. "async-validator": "^4",
  5036. "axios": "^1",
  5037. "change-case": "^5",
  5038. "drauu": "^0.4",
  5039. "focus-trap": "^7",
  5040. "fuse.js": "^7",
  5041. "idb-keyval": "^6",
  5042. "jwt-decode": "^4",
  5043. "nprogress": "^0.2",
  5044. "qrcode": "^1.5",
  5045. "sortablejs": "^1",
  5046. "universal-cookie": "^7 || ^8",
  5047. "vue": "^3.5.0"
  5048. },
  5049. "peerDependenciesMeta": {
  5050. "async-validator": {
  5051. "optional": true
  5052. },
  5053. "axios": {
  5054. "optional": true
  5055. },
  5056. "change-case": {
  5057. "optional": true
  5058. },
  5059. "drauu": {
  5060. "optional": true
  5061. },
  5062. "focus-trap": {
  5063. "optional": true
  5064. },
  5065. "fuse.js": {
  5066. "optional": true
  5067. },
  5068. "idb-keyval": {
  5069. "optional": true
  5070. },
  5071. "jwt-decode": {
  5072. "optional": true
  5073. },
  5074. "nprogress": {
  5075. "optional": true
  5076. },
  5077. "qrcode": {
  5078. "optional": true
  5079. },
  5080. "sortablejs": {
  5081. "optional": true
  5082. },
  5083. "universal-cookie": {
  5084. "optional": true
  5085. }
  5086. }
  5087. },
  5088. "node_modules/@vueuse/metadata": {
  5089. "version": "13.9.0",
  5090. "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-13.9.0.tgz",
  5091. "integrity": "sha512-1AFRvuiGphfF7yWixZa0KwjYH8ulyjDCC0aFgrGRz8+P4kvDFSdXLVfTk5xAN9wEuD1J6z4/myMoYbnHoX07zg==",
  5092. "license": "MIT",
  5093. "funding": {
  5094. "url": "https://github.com/sponsors/antfu"
  5095. }
  5096. },
  5097. "node_modules/@vueuse/shared": {
  5098. "version": "13.9.0",
  5099. "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-13.9.0.tgz",
  5100. "integrity": "sha512-e89uuTLMh0U5cZ9iDpEI2senqPGfbPRTHM/0AaQkcxnpqjkZqDYP8rpfm7edOz8s+pOCOROEy1PIveSW8+fL5g==",
  5101. "license": "MIT",
  5102. "funding": {
  5103. "url": "https://github.com/sponsors/antfu"
  5104. },
  5105. "peerDependencies": {
  5106. "vue": "^3.5.0"
  5107. }
  5108. },
  5109. "node_modules/abbrev": {
  5110. "version": "3.0.1",
  5111. "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-3.0.1.tgz",
  5112. "integrity": "sha512-AO2ac6pjRB3SJmGJo+v5/aK6Omggp6fsLrs6wN9bd35ulu4cCwaAU9+7ZhXjeqHVkaHThLuzH0nZr0YpCDhygg==",
  5113. "license": "ISC",
  5114. "engines": {
  5115. "node": "^18.17.0 || >=20.5.0"
  5116. }
  5117. },
  5118. "node_modules/abort-controller": {
  5119. "version": "3.0.0",
  5120. "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
  5121. "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
  5122. "license": "MIT",
  5123. "dependencies": {
  5124. "event-target-shim": "^5.0.0"
  5125. },
  5126. "engines": {
  5127. "node": ">=6.5"
  5128. }
  5129. },
  5130. "node_modules/acorn": {
  5131. "version": "8.16.0",
  5132. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
  5133. "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
  5134. "license": "MIT",
  5135. "peer": true,
  5136. "bin": {
  5137. "acorn": "bin/acorn"
  5138. },
  5139. "engines": {
  5140. "node": ">=0.4.0"
  5141. }
  5142. },
  5143. "node_modules/acorn-import-attributes": {
  5144. "version": "1.9.5",
  5145. "resolved": "https://registry.npmjs.org/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz",
  5146. "integrity": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==",
  5147. "license": "MIT",
  5148. "peerDependencies": {
  5149. "acorn": "^8"
  5150. }
  5151. },
  5152. "node_modules/agent-base": {
  5153. "version": "7.1.4",
  5154. "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
  5155. "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
  5156. "license": "MIT",
  5157. "engines": {
  5158. "node": ">= 14"
  5159. }
  5160. },
  5161. "node_modules/alien-signals": {
  5162. "version": "3.0.3",
  5163. "resolved": "https://registry.npmjs.org/alien-signals/-/alien-signals-3.0.3.tgz",
  5164. "integrity": "sha512-2JXjom6R7ZwrISpUphLhf4htUq1aKRCennTJ6u9kFfr3sLmC9+I4CxxVi+McoFnIg+p1HnVrfLT/iCt4Dlz//Q==",
  5165. "license": "MIT"
  5166. },
  5167. "node_modules/ansi-regex": {
  5168. "version": "6.2.2",
  5169. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
  5170. "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
  5171. "license": "MIT",
  5172. "engines": {
  5173. "node": ">=12"
  5174. },
  5175. "funding": {
  5176. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  5177. }
  5178. },
  5179. "node_modules/ansi-styles": {
  5180. "version": "6.2.3",
  5181. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
  5182. "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
  5183. "license": "MIT",
  5184. "engines": {
  5185. "node": ">=12"
  5186. },
  5187. "funding": {
  5188. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  5189. }
  5190. },
  5191. "node_modules/ansis": {
  5192. "version": "4.2.0",
  5193. "resolved": "https://registry.npmjs.org/ansis/-/ansis-4.2.0.tgz",
  5194. "integrity": "sha512-HqZ5rWlFjGiV0tDm3UxxgNRqsOTniqoKZu0pIAfh7TZQMGuZK+hH0drySty0si0QXj1ieop4+SkSfPZBPPkHig==",
  5195. "license": "ISC",
  5196. "engines": {
  5197. "node": ">=14"
  5198. }
  5199. },
  5200. "node_modules/anymatch": {
  5201. "version": "3.1.3",
  5202. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
  5203. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  5204. "license": "ISC",
  5205. "dependencies": {
  5206. "normalize-path": "^3.0.0",
  5207. "picomatch": "^2.0.4"
  5208. },
  5209. "engines": {
  5210. "node": ">= 8"
  5211. }
  5212. },
  5213. "node_modules/anymatch/node_modules/picomatch": {
  5214. "version": "2.3.2",
  5215. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
  5216. "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
  5217. "license": "MIT",
  5218. "engines": {
  5219. "node": ">=8.6"
  5220. },
  5221. "funding": {
  5222. "url": "https://github.com/sponsors/jonschlinkert"
  5223. }
  5224. },
  5225. "node_modules/archiver": {
  5226. "version": "7.0.1",
  5227. "resolved": "https://registry.npmjs.org/archiver/-/archiver-7.0.1.tgz",
  5228. "integrity": "sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==",
  5229. "license": "MIT",
  5230. "dependencies": {
  5231. "archiver-utils": "^5.0.2",
  5232. "async": "^3.2.4",
  5233. "buffer-crc32": "^1.0.0",
  5234. "readable-stream": "^4.0.0",
  5235. "readdir-glob": "^1.1.2",
  5236. "tar-stream": "^3.0.0",
  5237. "zip-stream": "^6.0.1"
  5238. },
  5239. "engines": {
  5240. "node": ">= 14"
  5241. }
  5242. },
  5243. "node_modules/archiver-utils": {
  5244. "version": "5.0.2",
  5245. "resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-5.0.2.tgz",
  5246. "integrity": "sha512-wuLJMmIBQYCsGZgYLTy5FIB2pF6Lfb6cXMSF8Qywwk3t20zWnAi7zLcQFdKQmIB8wyZpY5ER38x08GbwtR2cLA==",
  5247. "license": "MIT",
  5248. "dependencies": {
  5249. "glob": "^10.0.0",
  5250. "graceful-fs": "^4.2.0",
  5251. "is-stream": "^2.0.1",
  5252. "lazystream": "^1.0.0",
  5253. "lodash": "^4.17.15",
  5254. "normalize-path": "^3.0.0",
  5255. "readable-stream": "^4.0.0"
  5256. },
  5257. "engines": {
  5258. "node": ">= 14"
  5259. }
  5260. },
  5261. "node_modules/archiver-utils/node_modules/is-stream": {
  5262. "version": "2.0.1",
  5263. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  5264. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  5265. "license": "MIT",
  5266. "engines": {
  5267. "node": ">=8"
  5268. },
  5269. "funding": {
  5270. "url": "https://github.com/sponsors/sindresorhus"
  5271. }
  5272. },
  5273. "node_modules/aria-hidden": {
  5274. "version": "1.2.6",
  5275. "resolved": "https://registry.npmjs.org/aria-hidden/-/aria-hidden-1.2.6.tgz",
  5276. "integrity": "sha512-ik3ZgC9dY/lYVVM++OISsaYDeg1tb0VtP5uL3ouh1koGOaUMDPpbFIei4JkFimWUFPn90sbMNMXQAIVOlnYKJA==",
  5277. "license": "MIT",
  5278. "dependencies": {
  5279. "tslib": "^2.0.0"
  5280. },
  5281. "engines": {
  5282. "node": ">=10"
  5283. }
  5284. },
  5285. "node_modules/ast-kit": {
  5286. "version": "2.1.3",
  5287. "resolved": "https://registry.npmjs.org/ast-kit/-/ast-kit-2.1.3.tgz",
  5288. "integrity": "sha512-TH+b3Lv6pUjy/Nu0m6A2JULtdzLpmqF9x1Dhj00ZoEiML8qvVA9j1flkzTKNYgdEhWrjDwtWNpyyCUbfQe514g==",
  5289. "license": "MIT",
  5290. "dependencies": {
  5291. "@babel/parser": "^7.28.4",
  5292. "pathe": "^2.0.3"
  5293. },
  5294. "engines": {
  5295. "node": ">=20.19.0"
  5296. },
  5297. "funding": {
  5298. "url": "https://github.com/sponsors/sxzz"
  5299. }
  5300. },
  5301. "node_modules/ast-walker-scope": {
  5302. "version": "0.8.3",
  5303. "resolved": "https://registry.npmjs.org/ast-walker-scope/-/ast-walker-scope-0.8.3.tgz",
  5304. "integrity": "sha512-cbdCP0PGOBq0ASG+sjnKIoYkWMKhhz+F/h9pRexUdX2Hd38+WOlBkRKlqkGOSm0YQpcFMQBJeK4WspUAkwsEdg==",
  5305. "license": "MIT",
  5306. "dependencies": {
  5307. "@babel/parser": "^7.28.4",
  5308. "ast-kit": "^2.1.3"
  5309. },
  5310. "engines": {
  5311. "node": ">=20.19.0"
  5312. },
  5313. "funding": {
  5314. "url": "https://github.com/sponsors/sxzz"
  5315. }
  5316. },
  5317. "node_modules/async": {
  5318. "version": "3.2.6",
  5319. "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz",
  5320. "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==",
  5321. "license": "MIT"
  5322. },
  5323. "node_modules/async-sema": {
  5324. "version": "3.1.1",
  5325. "resolved": "https://registry.npmjs.org/async-sema/-/async-sema-3.1.1.tgz",
  5326. "integrity": "sha512-tLRNUXati5MFePdAk8dw7Qt7DpxPB60ofAgn8WRhW6a2rcimZnYBP9oxHiv0OHy+Wz7kPMG+t4LGdt31+4EmGg==",
  5327. "license": "MIT"
  5328. },
  5329. "node_modules/autoprefixer": {
  5330. "version": "10.4.21",
  5331. "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.21.tgz",
  5332. "integrity": "sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==",
  5333. "funding": [
  5334. {
  5335. "type": "opencollective",
  5336. "url": "https://opencollective.com/postcss/"
  5337. },
  5338. {
  5339. "type": "tidelift",
  5340. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  5341. },
  5342. {
  5343. "type": "github",
  5344. "url": "https://github.com/sponsors/ai"
  5345. }
  5346. ],
  5347. "license": "MIT",
  5348. "dependencies": {
  5349. "browserslist": "^4.24.4",
  5350. "caniuse-lite": "^1.0.30001702",
  5351. "fraction.js": "^4.3.7",
  5352. "normalize-range": "^0.1.2",
  5353. "picocolors": "^1.1.1",
  5354. "postcss-value-parser": "^4.2.0"
  5355. },
  5356. "bin": {
  5357. "autoprefixer": "bin/autoprefixer"
  5358. },
  5359. "engines": {
  5360. "node": "^10 || ^12 || >=14"
  5361. },
  5362. "peerDependencies": {
  5363. "postcss": "^8.1.0"
  5364. }
  5365. },
  5366. "node_modules/b4a": {
  5367. "version": "1.7.3",
  5368. "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.7.3.tgz",
  5369. "integrity": "sha512-5Q2mfq2WfGuFp3uS//0s6baOJLMoVduPYVeNmDYxu5OUA1/cBfvr2RIS7vi62LdNj/urk1hfmj867I3qt6uZ7Q==",
  5370. "license": "Apache-2.0",
  5371. "peerDependencies": {
  5372. "react-native-b4a": "*"
  5373. },
  5374. "peerDependenciesMeta": {
  5375. "react-native-b4a": {
  5376. "optional": true
  5377. }
  5378. }
  5379. },
  5380. "node_modules/balanced-match": {
  5381. "version": "1.0.2",
  5382. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  5383. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  5384. "license": "MIT"
  5385. },
  5386. "node_modules/bare-events": {
  5387. "version": "2.8.1",
  5388. "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.8.1.tgz",
  5389. "integrity": "sha512-oxSAxTS1hRfnyit2CL5QpAOS5ixfBjj6ex3yTNvXyY/kE719jQ/IjuESJBK2w5v4wwQRAHGseVJXx9QBYOtFGQ==",
  5390. "license": "Apache-2.0",
  5391. "peerDependencies": {
  5392. "bare-abort-controller": "*"
  5393. },
  5394. "peerDependenciesMeta": {
  5395. "bare-abort-controller": {
  5396. "optional": true
  5397. }
  5398. }
  5399. },
  5400. "node_modules/base64-js": {
  5401. "version": "1.5.1",
  5402. "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
  5403. "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
  5404. "funding": [
  5405. {
  5406. "type": "github",
  5407. "url": "https://github.com/sponsors/feross"
  5408. },
  5409. {
  5410. "type": "patreon",
  5411. "url": "https://www.patreon.com/feross"
  5412. },
  5413. {
  5414. "type": "consulting",
  5415. "url": "https://feross.org/support"
  5416. }
  5417. ],
  5418. "license": "MIT"
  5419. },
  5420. "node_modules/baseline-browser-mapping": {
  5421. "version": "2.8.20",
  5422. "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.20.tgz",
  5423. "integrity": "sha512-JMWsdF+O8Orq3EMukbUN1QfbLK9mX2CkUmQBcW2T0s8OmdAUL5LLM/6wFwSrqXzlXB13yhyK9gTKS1rIizOduQ==",
  5424. "license": "Apache-2.0",
  5425. "bin": {
  5426. "baseline-browser-mapping": "dist/cli.js"
  5427. }
  5428. },
  5429. "node_modules/bindings": {
  5430. "version": "1.5.0",
  5431. "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
  5432. "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
  5433. "license": "MIT",
  5434. "dependencies": {
  5435. "file-uri-to-path": "1.0.0"
  5436. }
  5437. },
  5438. "node_modules/birpc": {
  5439. "version": "2.6.1",
  5440. "resolved": "https://registry.npmjs.org/birpc/-/birpc-2.6.1.tgz",
  5441. "integrity": "sha512-LPnFhlDpdSH6FJhJyn4M0kFO7vtQ5iPw24FnG0y21q09xC7e8+1LeR31S1MAIrDAHp4m7aas4bEkTDTvMAtebQ==",
  5442. "license": "MIT",
  5443. "funding": {
  5444. "url": "https://github.com/sponsors/antfu"
  5445. }
  5446. },
  5447. "node_modules/boolbase": {
  5448. "version": "1.0.0",
  5449. "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
  5450. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
  5451. "license": "ISC"
  5452. },
  5453. "node_modules/brace-expansion": {
  5454. "version": "2.1.0",
  5455. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.0.tgz",
  5456. "integrity": "sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==",
  5457. "license": "MIT",
  5458. "dependencies": {
  5459. "balanced-match": "^1.0.0"
  5460. }
  5461. },
  5462. "node_modules/braces": {
  5463. "version": "3.0.3",
  5464. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  5465. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  5466. "license": "MIT",
  5467. "dependencies": {
  5468. "fill-range": "^7.1.1"
  5469. },
  5470. "engines": {
  5471. "node": ">=8"
  5472. }
  5473. },
  5474. "node_modules/brotli": {
  5475. "version": "1.3.3",
  5476. "resolved": "https://registry.npmjs.org/brotli/-/brotli-1.3.3.tgz",
  5477. "integrity": "sha512-oTKjJdShmDuGW94SyyaoQvAjf30dZaHnjJ8uAF+u2/vGJkJbJPJAT1gDiOJP5v1Zb6f9KEyW/1HpuaWIXtGHPg==",
  5478. "license": "MIT",
  5479. "dependencies": {
  5480. "base64-js": "^1.1.2"
  5481. }
  5482. },
  5483. "node_modules/browserslist": {
  5484. "version": "4.27.0",
  5485. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.27.0.tgz",
  5486. "integrity": "sha512-AXVQwdhot1eqLihwasPElhX2tAZiBjWdJ9i/Zcj2S6QYIjkx62OKSfnobkriB81C3l4w0rVy3Nt4jaTBltYEpw==",
  5487. "funding": [
  5488. {
  5489. "type": "opencollective",
  5490. "url": "https://opencollective.com/browserslist"
  5491. },
  5492. {
  5493. "type": "tidelift",
  5494. "url": "https://tidelift.com/funding/github/npm/browserslist"
  5495. },
  5496. {
  5497. "type": "github",
  5498. "url": "https://github.com/sponsors/ai"
  5499. }
  5500. ],
  5501. "license": "MIT",
  5502. "peer": true,
  5503. "dependencies": {
  5504. "baseline-browser-mapping": "^2.8.19",
  5505. "caniuse-lite": "^1.0.30001751",
  5506. "electron-to-chromium": "^1.5.238",
  5507. "node-releases": "^2.0.26",
  5508. "update-browserslist-db": "^1.1.4"
  5509. },
  5510. "bin": {
  5511. "browserslist": "cli.js"
  5512. },
  5513. "engines": {
  5514. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  5515. }
  5516. },
  5517. "node_modules/buffer": {
  5518. "version": "6.0.3",
  5519. "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
  5520. "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
  5521. "funding": [
  5522. {
  5523. "type": "github",
  5524. "url": "https://github.com/sponsors/feross"
  5525. },
  5526. {
  5527. "type": "patreon",
  5528. "url": "https://www.patreon.com/feross"
  5529. },
  5530. {
  5531. "type": "consulting",
  5532. "url": "https://feross.org/support"
  5533. }
  5534. ],
  5535. "license": "MIT",
  5536. "dependencies": {
  5537. "base64-js": "^1.3.1",
  5538. "ieee754": "^1.2.1"
  5539. }
  5540. },
  5541. "node_modules/buffer-crc32": {
  5542. "version": "1.0.0",
  5543. "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-1.0.0.tgz",
  5544. "integrity": "sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==",
  5545. "license": "MIT",
  5546. "engines": {
  5547. "node": ">=8.0.0"
  5548. }
  5549. },
  5550. "node_modules/buffer-from": {
  5551. "version": "1.1.2",
  5552. "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
  5553. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
  5554. "license": "MIT"
  5555. },
  5556. "node_modules/bundle-name": {
  5557. "version": "4.1.0",
  5558. "resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-4.1.0.tgz",
  5559. "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==",
  5560. "license": "MIT",
  5561. "dependencies": {
  5562. "run-applescript": "^7.0.0"
  5563. },
  5564. "engines": {
  5565. "node": ">=18"
  5566. },
  5567. "funding": {
  5568. "url": "https://github.com/sponsors/sindresorhus"
  5569. }
  5570. },
  5571. "node_modules/c12": {
  5572. "version": "3.3.4",
  5573. "resolved": "https://registry.npmjs.org/c12/-/c12-3.3.4.tgz",
  5574. "integrity": "sha512-cM0ApFQSBXuourJejzwv/AuPRvAxordTyParRVcHjjtXirtkzM0uK2L9TTn9s0cXZbG7E55jCivRQzoxYmRAlA==",
  5575. "license": "MIT",
  5576. "dependencies": {
  5577. "chokidar": "^5.0.0",
  5578. "confbox": "^0.2.4",
  5579. "defu": "^6.1.6",
  5580. "dotenv": "^17.3.1",
  5581. "exsolve": "^1.0.8",
  5582. "giget": "^3.2.0",
  5583. "jiti": "^2.6.1",
  5584. "ohash": "^2.0.11",
  5585. "pathe": "^2.0.3",
  5586. "perfect-debounce": "^2.1.0",
  5587. "pkg-types": "^2.3.0",
  5588. "rc9": "^3.0.1"
  5589. },
  5590. "peerDependencies": {
  5591. "magicast": "*"
  5592. },
  5593. "peerDependenciesMeta": {
  5594. "magicast": {
  5595. "optional": true
  5596. }
  5597. }
  5598. },
  5599. "node_modules/c12/node_modules/chokidar": {
  5600. "version": "5.0.0",
  5601. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz",
  5602. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  5603. "license": "MIT",
  5604. "dependencies": {
  5605. "readdirp": "^5.0.0"
  5606. },
  5607. "engines": {
  5608. "node": ">= 20.19.0"
  5609. },
  5610. "funding": {
  5611. "url": "https://paulmillr.com/funding/"
  5612. }
  5613. },
  5614. "node_modules/c12/node_modules/dotenv": {
  5615. "version": "17.4.2",
  5616. "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.4.2.tgz",
  5617. "integrity": "sha512-nI4U3TottKAcAD9LLud4Cb7b2QztQMUEfHbvhTH09bqXTxnSie8WnjPALV/WMCrJZ6UV/qHJ6L03OqO3LcdYZw==",
  5618. "license": "BSD-2-Clause",
  5619. "engines": {
  5620. "node": ">=12"
  5621. },
  5622. "funding": {
  5623. "url": "https://dotenvx.com"
  5624. }
  5625. },
  5626. "node_modules/c12/node_modules/rc9": {
  5627. "version": "3.0.1",
  5628. "resolved": "https://registry.npmjs.org/rc9/-/rc9-3.0.1.tgz",
  5629. "integrity": "sha512-gMDyleLWVE+i6Sgtc0QbbY6pEKqYs97NGi6isHQPqYlLemPoO8dxQ3uGi0f4NiP98c+jMW6cG1Kx9dDwfvqARQ==",
  5630. "license": "MIT",
  5631. "dependencies": {
  5632. "defu": "^6.1.6",
  5633. "destr": "^2.0.5"
  5634. }
  5635. },
  5636. "node_modules/c12/node_modules/readdirp": {
  5637. "version": "5.0.0",
  5638. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz",
  5639. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  5640. "license": "MIT",
  5641. "engines": {
  5642. "node": ">= 20.19.0"
  5643. },
  5644. "funding": {
  5645. "type": "individual",
  5646. "url": "https://paulmillr.com/funding/"
  5647. }
  5648. },
  5649. "node_modules/cac": {
  5650. "version": "6.7.14",
  5651. "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz",
  5652. "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==",
  5653. "license": "MIT",
  5654. "peer": true,
  5655. "engines": {
  5656. "node": ">=8"
  5657. }
  5658. },
  5659. "node_modules/caniuse-api": {
  5660. "version": "3.0.0",
  5661. "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz",
  5662. "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
  5663. "license": "MIT",
  5664. "dependencies": {
  5665. "browserslist": "^4.0.0",
  5666. "caniuse-lite": "^1.0.0",
  5667. "lodash.memoize": "^4.1.2",
  5668. "lodash.uniq": "^4.5.0"
  5669. }
  5670. },
  5671. "node_modules/caniuse-lite": {
  5672. "version": "1.0.30001751",
  5673. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001751.tgz",
  5674. "integrity": "sha512-A0QJhug0Ly64Ii3eIqHu5X51ebln3k4yTUkY1j8drqpWHVreg/VLijN48cZ1bYPiqOQuqpkIKnzr/Ul8V+p6Cw==",
  5675. "funding": [
  5676. {
  5677. "type": "opencollective",
  5678. "url": "https://opencollective.com/browserslist"
  5679. },
  5680. {
  5681. "type": "tidelift",
  5682. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  5683. },
  5684. {
  5685. "type": "github",
  5686. "url": "https://github.com/sponsors/ai"
  5687. }
  5688. ],
  5689. "license": "CC-BY-4.0"
  5690. },
  5691. "node_modules/chokidar": {
  5692. "version": "4.0.3",
  5693. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
  5694. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  5695. "license": "MIT",
  5696. "dependencies": {
  5697. "readdirp": "^4.0.1"
  5698. },
  5699. "engines": {
  5700. "node": ">= 14.16.0"
  5701. },
  5702. "funding": {
  5703. "url": "https://paulmillr.com/funding/"
  5704. }
  5705. },
  5706. "node_modules/chownr": {
  5707. "version": "3.0.0",
  5708. "resolved": "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz",
  5709. "integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==",
  5710. "license": "BlueOak-1.0.0",
  5711. "engines": {
  5712. "node": ">=18"
  5713. }
  5714. },
  5715. "node_modules/citty": {
  5716. "version": "0.1.6",
  5717. "resolved": "https://registry.npmjs.org/citty/-/citty-0.1.6.tgz",
  5718. "integrity": "sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==",
  5719. "license": "MIT",
  5720. "dependencies": {
  5721. "consola": "^3.2.3"
  5722. }
  5723. },
  5724. "node_modules/cliui": {
  5725. "version": "8.0.1",
  5726. "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
  5727. "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
  5728. "license": "ISC",
  5729. "dependencies": {
  5730. "string-width": "^4.2.0",
  5731. "strip-ansi": "^6.0.1",
  5732. "wrap-ansi": "^7.0.0"
  5733. },
  5734. "engines": {
  5735. "node": ">=12"
  5736. }
  5737. },
  5738. "node_modules/cliui/node_modules/ansi-regex": {
  5739. "version": "5.0.1",
  5740. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  5741. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  5742. "license": "MIT",
  5743. "engines": {
  5744. "node": ">=8"
  5745. }
  5746. },
  5747. "node_modules/cliui/node_modules/ansi-styles": {
  5748. "version": "4.3.0",
  5749. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  5750. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  5751. "license": "MIT",
  5752. "dependencies": {
  5753. "color-convert": "^2.0.1"
  5754. },
  5755. "engines": {
  5756. "node": ">=8"
  5757. },
  5758. "funding": {
  5759. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  5760. }
  5761. },
  5762. "node_modules/cliui/node_modules/emoji-regex": {
  5763. "version": "8.0.0",
  5764. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  5765. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  5766. "license": "MIT"
  5767. },
  5768. "node_modules/cliui/node_modules/string-width": {
  5769. "version": "4.2.3",
  5770. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  5771. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  5772. "license": "MIT",
  5773. "dependencies": {
  5774. "emoji-regex": "^8.0.0",
  5775. "is-fullwidth-code-point": "^3.0.0",
  5776. "strip-ansi": "^6.0.1"
  5777. },
  5778. "engines": {
  5779. "node": ">=8"
  5780. }
  5781. },
  5782. "node_modules/cliui/node_modules/strip-ansi": {
  5783. "version": "6.0.1",
  5784. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  5785. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  5786. "license": "MIT",
  5787. "dependencies": {
  5788. "ansi-regex": "^5.0.1"
  5789. },
  5790. "engines": {
  5791. "node": ">=8"
  5792. }
  5793. },
  5794. "node_modules/cliui/node_modules/wrap-ansi": {
  5795. "version": "7.0.0",
  5796. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  5797. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  5798. "license": "MIT",
  5799. "dependencies": {
  5800. "ansi-styles": "^4.0.0",
  5801. "string-width": "^4.1.0",
  5802. "strip-ansi": "^6.0.0"
  5803. },
  5804. "engines": {
  5805. "node": ">=10"
  5806. },
  5807. "funding": {
  5808. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  5809. }
  5810. },
  5811. "node_modules/clone": {
  5812. "version": "2.1.2",
  5813. "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz",
  5814. "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==",
  5815. "license": "MIT",
  5816. "engines": {
  5817. "node": ">=0.8"
  5818. }
  5819. },
  5820. "node_modules/cluster-key-slot": {
  5821. "version": "1.1.2",
  5822. "resolved": "https://registry.npmjs.org/cluster-key-slot/-/cluster-key-slot-1.1.2.tgz",
  5823. "integrity": "sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==",
  5824. "license": "Apache-2.0",
  5825. "engines": {
  5826. "node": ">=0.10.0"
  5827. }
  5828. },
  5829. "node_modules/color-convert": {
  5830. "version": "2.0.1",
  5831. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  5832. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  5833. "license": "MIT",
  5834. "dependencies": {
  5835. "color-name": "~1.1.4"
  5836. },
  5837. "engines": {
  5838. "node": ">=7.0.0"
  5839. }
  5840. },
  5841. "node_modules/color-name": {
  5842. "version": "1.1.4",
  5843. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  5844. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  5845. "license": "MIT"
  5846. },
  5847. "node_modules/colord": {
  5848. "version": "2.9.3",
  5849. "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz",
  5850. "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==",
  5851. "license": "MIT"
  5852. },
  5853. "node_modules/colortranslator": {
  5854. "version": "5.0.0",
  5855. "resolved": "https://registry.npmjs.org/colortranslator/-/colortranslator-5.0.0.tgz",
  5856. "integrity": "sha512-Z3UPUKasUVDFCDYAjP2fmlVRf1jFHJv1izAmPjiOa0OCIw1W7iC8PZ2GsoDa8uZv+mKyWopxxStT9q05+27h7w==",
  5857. "license": "Apache-2.0"
  5858. },
  5859. "node_modules/commander": {
  5860. "version": "11.1.0",
  5861. "resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz",
  5862. "integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==",
  5863. "license": "MIT",
  5864. "engines": {
  5865. "node": ">=16"
  5866. }
  5867. },
  5868. "node_modules/commondir": {
  5869. "version": "1.0.1",
  5870. "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
  5871. "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==",
  5872. "license": "MIT"
  5873. },
  5874. "node_modules/compatx": {
  5875. "version": "0.2.0",
  5876. "resolved": "https://registry.npmjs.org/compatx/-/compatx-0.2.0.tgz",
  5877. "integrity": "sha512-6gLRNt4ygsi5NyMVhceOCFv14CIdDFN7fQjX1U4+47qVE/+kjPoXMK65KWK+dWxmFzMTuKazoQ9sch6pM0p5oA==",
  5878. "license": "MIT"
  5879. },
  5880. "node_modules/compress-commons": {
  5881. "version": "6.0.2",
  5882. "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-6.0.2.tgz",
  5883. "integrity": "sha512-6FqVXeETqWPoGcfzrXb37E50NP0LXT8kAMu5ooZayhWWdgEY4lBEEcbQNXtkuKQsGduxiIcI4gOTsxTmuq/bSg==",
  5884. "license": "MIT",
  5885. "dependencies": {
  5886. "crc-32": "^1.2.0",
  5887. "crc32-stream": "^6.0.0",
  5888. "is-stream": "^2.0.1",
  5889. "normalize-path": "^3.0.0",
  5890. "readable-stream": "^4.0.0"
  5891. },
  5892. "engines": {
  5893. "node": ">= 14"
  5894. }
  5895. },
  5896. "node_modules/compress-commons/node_modules/is-stream": {
  5897. "version": "2.0.1",
  5898. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  5899. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  5900. "license": "MIT",
  5901. "engines": {
  5902. "node": ">=8"
  5903. },
  5904. "funding": {
  5905. "url": "https://github.com/sponsors/sindresorhus"
  5906. }
  5907. },
  5908. "node_modules/confbox": {
  5909. "version": "0.2.4",
  5910. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.2.4.tgz",
  5911. "integrity": "sha512-ysOGlgTFbN2/Y6Cg3Iye8YKulHw+R2fNXHrgSmXISQdMnomY6eNDprVdW9R5xBguEqI954+S6709UyiO7B+6OQ==",
  5912. "license": "MIT"
  5913. },
  5914. "node_modules/consola": {
  5915. "version": "3.4.2",
  5916. "resolved": "https://registry.npmjs.org/consola/-/consola-3.4.2.tgz",
  5917. "integrity": "sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==",
  5918. "license": "MIT",
  5919. "engines": {
  5920. "node": "^14.18.0 || >=16.10.0"
  5921. }
  5922. },
  5923. "node_modules/convert-source-map": {
  5924. "version": "2.0.0",
  5925. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
  5926. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  5927. "license": "MIT"
  5928. },
  5929. "node_modules/cookie-es": {
  5930. "version": "2.0.1",
  5931. "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-2.0.1.tgz",
  5932. "integrity": "sha512-aVf4A4hI2w70LnF7GG+7xDQUkliwiXWXFvTjkip4+b64ygDQ2sJPRSKFDHbxn8o0xu9QzPkMuuiWIXyFSE2slA==",
  5933. "license": "MIT"
  5934. },
  5935. "node_modules/copy-anything": {
  5936. "version": "4.0.5",
  5937. "resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-4.0.5.tgz",
  5938. "integrity": "sha512-7Vv6asjS4gMOuILabD3l739tsaxFQmC+a7pLZm02zyvs8p977bL3zEgq3yDk5rn9B0PbYgIv++jmHcuUab4RhA==",
  5939. "license": "MIT",
  5940. "dependencies": {
  5941. "is-what": "^5.2.0"
  5942. },
  5943. "engines": {
  5944. "node": ">=18"
  5945. },
  5946. "funding": {
  5947. "url": "https://github.com/sponsors/mesqueeb"
  5948. }
  5949. },
  5950. "node_modules/core-util-is": {
  5951. "version": "1.0.3",
  5952. "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
  5953. "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
  5954. "license": "MIT"
  5955. },
  5956. "node_modules/crc-32": {
  5957. "version": "1.2.2",
  5958. "resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz",
  5959. "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",
  5960. "license": "Apache-2.0",
  5961. "bin": {
  5962. "crc32": "bin/crc32.njs"
  5963. },
  5964. "engines": {
  5965. "node": ">=0.8"
  5966. }
  5967. },
  5968. "node_modules/crc32-stream": {
  5969. "version": "6.0.0",
  5970. "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-6.0.0.tgz",
  5971. "integrity": "sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==",
  5972. "license": "MIT",
  5973. "dependencies": {
  5974. "crc-32": "^1.2.0",
  5975. "readable-stream": "^4.0.0"
  5976. },
  5977. "engines": {
  5978. "node": ">= 14"
  5979. }
  5980. },
  5981. "node_modules/croner": {
  5982. "version": "10.0.1",
  5983. "resolved": "https://registry.npmjs.org/croner/-/croner-10.0.1.tgz",
  5984. "integrity": "sha512-ixNtAJndqh173VQ4KodSdJEI6nuioBWI0V1ITNKhZZsO0pEMoDxz539T4FTTbSZ/xIOSuDnzxLVRqBVSvPNE2g==",
  5985. "funding": [
  5986. {
  5987. "type": "other",
  5988. "url": "https://paypal.me/hexagonpp"
  5989. },
  5990. {
  5991. "type": "github",
  5992. "url": "https://github.com/sponsors/hexagon"
  5993. }
  5994. ],
  5995. "license": "MIT",
  5996. "engines": {
  5997. "node": ">=18.0"
  5998. }
  5999. },
  6000. "node_modules/cross-spawn": {
  6001. "version": "7.0.6",
  6002. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
  6003. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  6004. "license": "MIT",
  6005. "dependencies": {
  6006. "path-key": "^3.1.0",
  6007. "shebang-command": "^2.0.0",
  6008. "which": "^2.0.1"
  6009. },
  6010. "engines": {
  6011. "node": ">= 8"
  6012. }
  6013. },
  6014. "node_modules/cross-spawn/node_modules/isexe": {
  6015. "version": "2.0.0",
  6016. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  6017. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  6018. "license": "ISC"
  6019. },
  6020. "node_modules/cross-spawn/node_modules/which": {
  6021. "version": "2.0.2",
  6022. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  6023. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  6024. "license": "ISC",
  6025. "dependencies": {
  6026. "isexe": "^2.0.0"
  6027. },
  6028. "bin": {
  6029. "node-which": "bin/node-which"
  6030. },
  6031. "engines": {
  6032. "node": ">= 8"
  6033. }
  6034. },
  6035. "node_modules/crossws": {
  6036. "version": "0.3.5",
  6037. "resolved": "https://registry.npmjs.org/crossws/-/crossws-0.3.5.tgz",
  6038. "integrity": "sha512-ojKiDvcmByhwa8YYqbQI/hg7MEU0NC03+pSdEq4ZUnZR9xXpwk7E43SMNGkn+JxJGPFtNvQ48+vV2p+P1ml5PA==",
  6039. "license": "MIT",
  6040. "dependencies": {
  6041. "uncrypto": "^0.1.3"
  6042. }
  6043. },
  6044. "node_modules/css-declaration-sorter": {
  6045. "version": "7.3.0",
  6046. "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.3.0.tgz",
  6047. "integrity": "sha512-LQF6N/3vkAMYF4xoHLJfG718HRJh34Z8BnNhd6bosOMIVjMlhuZK5++oZa3uYAgrI5+7x2o27gUqTR2U/KjUOQ==",
  6048. "license": "ISC",
  6049. "engines": {
  6050. "node": "^14 || ^16 || >=18"
  6051. },
  6052. "peerDependencies": {
  6053. "postcss": "^8.0.9"
  6054. }
  6055. },
  6056. "node_modules/css-select": {
  6057. "version": "5.2.2",
  6058. "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.2.2.tgz",
  6059. "integrity": "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==",
  6060. "license": "BSD-2-Clause",
  6061. "dependencies": {
  6062. "boolbase": "^1.0.0",
  6063. "css-what": "^6.1.0",
  6064. "domhandler": "^5.0.2",
  6065. "domutils": "^3.0.1",
  6066. "nth-check": "^2.0.1"
  6067. },
  6068. "funding": {
  6069. "url": "https://github.com/sponsors/fb55"
  6070. }
  6071. },
  6072. "node_modules/css-tree": {
  6073. "version": "3.1.0",
  6074. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.1.0.tgz",
  6075. "integrity": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==",
  6076. "license": "MIT",
  6077. "dependencies": {
  6078. "mdn-data": "2.12.2",
  6079. "source-map-js": "^1.0.1"
  6080. },
  6081. "engines": {
  6082. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  6083. }
  6084. },
  6085. "node_modules/css-what": {
  6086. "version": "6.2.2",
  6087. "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.2.2.tgz",
  6088. "integrity": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==",
  6089. "license": "BSD-2-Clause",
  6090. "engines": {
  6091. "node": ">= 6"
  6092. },
  6093. "funding": {
  6094. "url": "https://github.com/sponsors/fb55"
  6095. }
  6096. },
  6097. "node_modules/cssesc": {
  6098. "version": "3.0.0",
  6099. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  6100. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  6101. "license": "MIT",
  6102. "bin": {
  6103. "cssesc": "bin/cssesc"
  6104. },
  6105. "engines": {
  6106. "node": ">=4"
  6107. }
  6108. },
  6109. "node_modules/cssfilter": {
  6110. "version": "0.0.10",
  6111. "resolved": "https://registry.npmjs.org/cssfilter/-/cssfilter-0.0.10.tgz",
  6112. "integrity": "sha512-FAaLDaplstoRsDR8XGYH51znUN0UY7nMc6Z9/fvE8EXGwvJE9hu7W2vHwx1+bd6gCYnln9nLbzxFTrcO9YQDZw==",
  6113. "license": "MIT",
  6114. "optional": true
  6115. },
  6116. "node_modules/cssnano": {
  6117. "version": "7.1.1",
  6118. "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-7.1.1.tgz",
  6119. "integrity": "sha512-fm4D8ti0dQmFPeF8DXSAA//btEmqCOgAc/9Oa3C1LW94h5usNrJEfrON7b4FkPZgnDEn6OUs5NdxiJZmAtGOpQ==",
  6120. "license": "MIT",
  6121. "dependencies": {
  6122. "cssnano-preset-default": "^7.0.9",
  6123. "lilconfig": "^3.1.3"
  6124. },
  6125. "engines": {
  6126. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6127. },
  6128. "funding": {
  6129. "type": "opencollective",
  6130. "url": "https://opencollective.com/cssnano"
  6131. },
  6132. "peerDependencies": {
  6133. "postcss": "^8.4.32"
  6134. }
  6135. },
  6136. "node_modules/cssnano-preset-default": {
  6137. "version": "7.0.9",
  6138. "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-7.0.9.tgz",
  6139. "integrity": "sha512-tCD6AAFgYBOVpMBX41KjbvRh9c2uUjLXRyV7KHSIrwHiq5Z9o0TFfUCoM3TwVrRsRteN3sVXGNvjVNxYzkpTsA==",
  6140. "license": "MIT",
  6141. "dependencies": {
  6142. "browserslist": "^4.25.1",
  6143. "css-declaration-sorter": "^7.2.0",
  6144. "cssnano-utils": "^5.0.1",
  6145. "postcss-calc": "^10.1.1",
  6146. "postcss-colormin": "^7.0.4",
  6147. "postcss-convert-values": "^7.0.7",
  6148. "postcss-discard-comments": "^7.0.4",
  6149. "postcss-discard-duplicates": "^7.0.2",
  6150. "postcss-discard-empty": "^7.0.1",
  6151. "postcss-discard-overridden": "^7.0.1",
  6152. "postcss-merge-longhand": "^7.0.5",
  6153. "postcss-merge-rules": "^7.0.6",
  6154. "postcss-minify-font-values": "^7.0.1",
  6155. "postcss-minify-gradients": "^7.0.1",
  6156. "postcss-minify-params": "^7.0.4",
  6157. "postcss-minify-selectors": "^7.0.5",
  6158. "postcss-normalize-charset": "^7.0.1",
  6159. "postcss-normalize-display-values": "^7.0.1",
  6160. "postcss-normalize-positions": "^7.0.1",
  6161. "postcss-normalize-repeat-style": "^7.0.1",
  6162. "postcss-normalize-string": "^7.0.1",
  6163. "postcss-normalize-timing-functions": "^7.0.1",
  6164. "postcss-normalize-unicode": "^7.0.4",
  6165. "postcss-normalize-url": "^7.0.1",
  6166. "postcss-normalize-whitespace": "^7.0.1",
  6167. "postcss-ordered-values": "^7.0.2",
  6168. "postcss-reduce-initial": "^7.0.4",
  6169. "postcss-reduce-transforms": "^7.0.1",
  6170. "postcss-svgo": "^7.1.0",
  6171. "postcss-unique-selectors": "^7.0.4"
  6172. },
  6173. "engines": {
  6174. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6175. },
  6176. "peerDependencies": {
  6177. "postcss": "^8.4.32"
  6178. }
  6179. },
  6180. "node_modules/cssnano-utils": {
  6181. "version": "5.0.1",
  6182. "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-5.0.1.tgz",
  6183. "integrity": "sha512-ZIP71eQgG9JwjVZsTPSqhc6GHgEr53uJ7tK5///VfyWj6Xp2DBmixWHqJgPno+PqATzn48pL42ww9x5SSGmhZg==",
  6184. "license": "MIT",
  6185. "engines": {
  6186. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  6187. },
  6188. "peerDependencies": {
  6189. "postcss": "^8.4.32"
  6190. }
  6191. },
  6192. "node_modules/csso": {
  6193. "version": "5.0.5",
  6194. "resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz",
  6195. "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==",
  6196. "license": "MIT",
  6197. "dependencies": {
  6198. "css-tree": "~2.2.0"
  6199. },
  6200. "engines": {
  6201. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  6202. "npm": ">=7.0.0"
  6203. }
  6204. },
  6205. "node_modules/csso/node_modules/css-tree": {
  6206. "version": "2.2.1",
  6207. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz",
  6208. "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==",
  6209. "license": "MIT",
  6210. "dependencies": {
  6211. "mdn-data": "2.0.28",
  6212. "source-map-js": "^1.0.1"
  6213. },
  6214. "engines": {
  6215. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  6216. "npm": ">=7.0.0"
  6217. }
  6218. },
  6219. "node_modules/csso/node_modules/mdn-data": {
  6220. "version": "2.0.28",
  6221. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz",
  6222. "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==",
  6223. "license": "CC0-1.0"
  6224. },
  6225. "node_modules/csstype": {
  6226. "version": "3.1.3",
  6227. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
  6228. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
  6229. "license": "MIT"
  6230. },
  6231. "node_modules/db0": {
  6232. "version": "0.3.4",
  6233. "resolved": "https://registry.npmjs.org/db0/-/db0-0.3.4.tgz",
  6234. "integrity": "sha512-RiXXi4WaNzPTHEOu8UPQKMooIbqOEyqA1t7Z6MsdxSCeb8iUC9ko3LcmsLmeUt2SM5bctfArZKkRQggKZz7JNw==",
  6235. "license": "MIT",
  6236. "peerDependencies": {
  6237. "@electric-sql/pglite": "*",
  6238. "@libsql/client": "*",
  6239. "better-sqlite3": "*",
  6240. "drizzle-orm": "*",
  6241. "mysql2": "*",
  6242. "sqlite3": "*"
  6243. },
  6244. "peerDependenciesMeta": {
  6245. "@electric-sql/pglite": {
  6246. "optional": true
  6247. },
  6248. "@libsql/client": {
  6249. "optional": true
  6250. },
  6251. "better-sqlite3": {
  6252. "optional": true
  6253. },
  6254. "drizzle-orm": {
  6255. "optional": true
  6256. },
  6257. "mysql2": {
  6258. "optional": true
  6259. },
  6260. "sqlite3": {
  6261. "optional": true
  6262. }
  6263. }
  6264. },
  6265. "node_modules/debug": {
  6266. "version": "4.4.3",
  6267. "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
  6268. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  6269. "license": "MIT",
  6270. "dependencies": {
  6271. "ms": "^2.1.3"
  6272. },
  6273. "engines": {
  6274. "node": ">=6.0"
  6275. },
  6276. "peerDependenciesMeta": {
  6277. "supports-color": {
  6278. "optional": true
  6279. }
  6280. }
  6281. },
  6282. "node_modules/deepmerge": {
  6283. "version": "4.3.1",
  6284. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
  6285. "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
  6286. "license": "MIT",
  6287. "engines": {
  6288. "node": ">=0.10.0"
  6289. }
  6290. },
  6291. "node_modules/default-browser": {
  6292. "version": "5.5.0",
  6293. "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.5.0.tgz",
  6294. "integrity": "sha512-H9LMLr5zwIbSxrmvikGuI/5KGhZ8E2zH3stkMgM5LpOWDutGM2JZaj460Udnf1a+946zc7YBgrqEWwbk7zHvGw==",
  6295. "license": "MIT",
  6296. "dependencies": {
  6297. "bundle-name": "^4.1.0",
  6298. "default-browser-id": "^5.0.0"
  6299. },
  6300. "engines": {
  6301. "node": ">=18"
  6302. },
  6303. "funding": {
  6304. "url": "https://github.com/sponsors/sindresorhus"
  6305. }
  6306. },
  6307. "node_modules/default-browser-id": {
  6308. "version": "5.0.0",
  6309. "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.0.tgz",
  6310. "integrity": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==",
  6311. "license": "MIT",
  6312. "engines": {
  6313. "node": ">=18"
  6314. },
  6315. "funding": {
  6316. "url": "https://github.com/sponsors/sindresorhus"
  6317. }
  6318. },
  6319. "node_modules/define-lazy-prop": {
  6320. "version": "2.0.0",
  6321. "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
  6322. "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==",
  6323. "license": "MIT",
  6324. "engines": {
  6325. "node": ">=8"
  6326. }
  6327. },
  6328. "node_modules/defu": {
  6329. "version": "6.1.7",
  6330. "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.7.tgz",
  6331. "integrity": "sha512-7z22QmUWiQ/2d0KkdYmANbRUVABpZ9SNYyH5vx6PZ+nE5bcC0l7uFvEfHlyld/HcGBFTL536ClDt3DEcSlEJAQ==",
  6332. "license": "MIT"
  6333. },
  6334. "node_modules/denque": {
  6335. "version": "2.1.0",
  6336. "resolved": "https://registry.npmjs.org/denque/-/denque-2.1.0.tgz",
  6337. "integrity": "sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==",
  6338. "license": "Apache-2.0",
  6339. "engines": {
  6340. "node": ">=0.10"
  6341. }
  6342. },
  6343. "node_modules/depd": {
  6344. "version": "2.0.0",
  6345. "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
  6346. "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  6347. "license": "MIT",
  6348. "engines": {
  6349. "node": ">= 0.8"
  6350. }
  6351. },
  6352. "node_modules/destr": {
  6353. "version": "2.0.5",
  6354. "resolved": "https://registry.npmjs.org/destr/-/destr-2.0.5.tgz",
  6355. "integrity": "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==",
  6356. "license": "MIT"
  6357. },
  6358. "node_modules/detect-libc": {
  6359. "version": "2.1.2",
  6360. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  6361. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  6362. "license": "Apache-2.0",
  6363. "engines": {
  6364. "node": ">=8"
  6365. }
  6366. },
  6367. "node_modules/devalue": {
  6368. "version": "5.7.1",
  6369. "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.7.1.tgz",
  6370. "integrity": "sha512-MUbZ586EgQqdRnC4yDrlod3BEdyvE4TapGYHMW2CiaW+KkkFmWEFqBUaLltEZCGi0iFXCEjRF0OjF0DV2QHjOA==",
  6371. "license": "MIT"
  6372. },
  6373. "node_modules/dfa": {
  6374. "version": "1.2.0",
  6375. "resolved": "https://registry.npmjs.org/dfa/-/dfa-1.2.0.tgz",
  6376. "integrity": "sha512-ED3jP8saaweFTjeGX8HQPjeC1YYyZs98jGNZx6IiBvxW7JG5v492kamAQB3m2wop07CvU/RQmzcKr6bgcC5D/Q==",
  6377. "license": "MIT"
  6378. },
  6379. "node_modules/diff": {
  6380. "version": "8.0.4",
  6381. "resolved": "https://registry.npmjs.org/diff/-/diff-8.0.4.tgz",
  6382. "integrity": "sha512-DPi0FmjiSU5EvQV0++GFDOJ9ASQUVFh5kD+OzOnYdi7n3Wpm9hWWGfB/O2blfHcMVTL5WkQXSnRiK9makhrcnw==",
  6383. "license": "BSD-3-Clause",
  6384. "engines": {
  6385. "node": ">=0.3.1"
  6386. }
  6387. },
  6388. "node_modules/dom-serializer": {
  6389. "version": "2.0.0",
  6390. "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz",
  6391. "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
  6392. "license": "MIT",
  6393. "dependencies": {
  6394. "domelementtype": "^2.3.0",
  6395. "domhandler": "^5.0.2",
  6396. "entities": "^4.2.0"
  6397. },
  6398. "funding": {
  6399. "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
  6400. }
  6401. },
  6402. "node_modules/domelementtype": {
  6403. "version": "2.3.0",
  6404. "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
  6405. "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
  6406. "funding": [
  6407. {
  6408. "type": "github",
  6409. "url": "https://github.com/sponsors/fb55"
  6410. }
  6411. ],
  6412. "license": "BSD-2-Clause"
  6413. },
  6414. "node_modules/domhandler": {
  6415. "version": "5.0.3",
  6416. "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz",
  6417. "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
  6418. "license": "BSD-2-Clause",
  6419. "dependencies": {
  6420. "domelementtype": "^2.3.0"
  6421. },
  6422. "engines": {
  6423. "node": ">= 4"
  6424. },
  6425. "funding": {
  6426. "url": "https://github.com/fb55/domhandler?sponsor=1"
  6427. }
  6428. },
  6429. "node_modules/domutils": {
  6430. "version": "3.2.2",
  6431. "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz",
  6432. "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==",
  6433. "license": "BSD-2-Clause",
  6434. "dependencies": {
  6435. "dom-serializer": "^2.0.0",
  6436. "domelementtype": "^2.3.0",
  6437. "domhandler": "^5.0.3"
  6438. },
  6439. "funding": {
  6440. "url": "https://github.com/fb55/domutils?sponsor=1"
  6441. }
  6442. },
  6443. "node_modules/dot-prop": {
  6444. "version": "10.1.0",
  6445. "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-10.1.0.tgz",
  6446. "integrity": "sha512-MVUtAugQMOff5RnBy2d9N31iG0lNwg1qAoAOn7pOK5wf94WIaE3My2p3uwTQuvS2AcqchkcR3bHByjaM0mmi7Q==",
  6447. "license": "MIT",
  6448. "dependencies": {
  6449. "type-fest": "^5.0.0"
  6450. },
  6451. "engines": {
  6452. "node": ">=20"
  6453. },
  6454. "funding": {
  6455. "url": "https://github.com/sponsors/sindresorhus"
  6456. }
  6457. },
  6458. "node_modules/dotenv": {
  6459. "version": "16.6.1",
  6460. "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.6.1.tgz",
  6461. "integrity": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==",
  6462. "license": "BSD-2-Clause",
  6463. "engines": {
  6464. "node": ">=12"
  6465. },
  6466. "funding": {
  6467. "url": "https://dotenvx.com"
  6468. }
  6469. },
  6470. "node_modules/duplexer": {
  6471. "version": "0.1.2",
  6472. "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
  6473. "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==",
  6474. "license": "MIT"
  6475. },
  6476. "node_modules/eastasianwidth": {
  6477. "version": "0.2.0",
  6478. "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
  6479. "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
  6480. "license": "MIT"
  6481. },
  6482. "node_modules/ee-first": {
  6483. "version": "1.1.1",
  6484. "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
  6485. "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
  6486. "license": "MIT"
  6487. },
  6488. "node_modules/electron-to-chromium": {
  6489. "version": "1.5.240",
  6490. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.240.tgz",
  6491. "integrity": "sha512-OBwbZjWgrCOH+g6uJsA2/7Twpas2OlepS9uvByJjR2datRDuKGYeD+nP8lBBks2qnB7bGJNHDUx7c/YLaT3QMQ==",
  6492. "license": "ISC"
  6493. },
  6494. "node_modules/embla-carousel": {
  6495. "version": "8.6.0",
  6496. "resolved": "https://registry.npmjs.org/embla-carousel/-/embla-carousel-8.6.0.tgz",
  6497. "integrity": "sha512-SjWyZBHJPbqxHOzckOfo8lHisEaJWmwd23XppYFYVh10bU66/Pn5tkVkbkCMZVdbUE5eTCI2nD8OyIP4Z+uwkA==",
  6498. "license": "MIT",
  6499. "peer": true
  6500. },
  6501. "node_modules/embla-carousel-auto-height": {
  6502. "version": "8.6.0",
  6503. "resolved": "https://registry.npmjs.org/embla-carousel-auto-height/-/embla-carousel-auto-height-8.6.0.tgz",
  6504. "integrity": "sha512-/HrJQOEM6aol/oF33gd2QlINcXy3e19fJWvHDuHWp2bpyTa+2dm9tVVJak30m2Qy6QyQ6Fc8DkImtv7pxWOJUQ==",
  6505. "license": "MIT",
  6506. "peerDependencies": {
  6507. "embla-carousel": "8.6.0"
  6508. }
  6509. },
  6510. "node_modules/embla-carousel-auto-scroll": {
  6511. "version": "8.6.0",
  6512. "resolved": "https://registry.npmjs.org/embla-carousel-auto-scroll/-/embla-carousel-auto-scroll-8.6.0.tgz",
  6513. "integrity": "sha512-WT9fWhNXFpbQ6kP+aS07oF5IHYLZ1Dx4DkwgCY8Hv2ZyYd2KMCPfMV1q/cA3wFGuLO7GMgKiySLX90/pQkcOdQ==",
  6514. "license": "MIT",
  6515. "peerDependencies": {
  6516. "embla-carousel": "8.6.0"
  6517. }
  6518. },
  6519. "node_modules/embla-carousel-autoplay": {
  6520. "version": "8.6.0",
  6521. "resolved": "https://registry.npmjs.org/embla-carousel-autoplay/-/embla-carousel-autoplay-8.6.0.tgz",
  6522. "integrity": "sha512-OBu5G3nwaSXkZCo1A6LTaFMZ8EpkYbwIaH+bPqdBnDGQ2fh4+NbzjXjs2SktoPNKCtflfVMc75njaDHOYXcrsA==",
  6523. "license": "MIT",
  6524. "peerDependencies": {
  6525. "embla-carousel": "8.6.0"
  6526. }
  6527. },
  6528. "node_modules/embla-carousel-class-names": {
  6529. "version": "8.6.0",
  6530. "resolved": "https://registry.npmjs.org/embla-carousel-class-names/-/embla-carousel-class-names-8.6.0.tgz",
  6531. "integrity": "sha512-l1hm1+7GxQ+zwdU2sea/LhD946on7XO2qk3Xq2XWSwBaWfdgchXdK567yzLtYSHn4sWYdiX+x4nnaj+saKnJkw==",
  6532. "license": "MIT",
  6533. "peerDependencies": {
  6534. "embla-carousel": "8.6.0"
  6535. }
  6536. },
  6537. "node_modules/embla-carousel-fade": {
  6538. "version": "8.6.0",
  6539. "resolved": "https://registry.npmjs.org/embla-carousel-fade/-/embla-carousel-fade-8.6.0.tgz",
  6540. "integrity": "sha512-qaYsx5mwCz72ZrjlsXgs1nKejSrW+UhkbOMwLgfRT7w2LtdEB03nPRI06GHuHv5ac2USvbEiX2/nAHctcDwvpg==",
  6541. "license": "MIT",
  6542. "peerDependencies": {
  6543. "embla-carousel": "8.6.0"
  6544. }
  6545. },
  6546. "node_modules/embla-carousel-reactive-utils": {
  6547. "version": "8.6.0",
  6548. "resolved": "https://registry.npmjs.org/embla-carousel-reactive-utils/-/embla-carousel-reactive-utils-8.6.0.tgz",
  6549. "integrity": "sha512-fMVUDUEx0/uIEDM0Mz3dHznDhfX+znCCDCeIophYb1QGVM7YThSWX+wz11zlYwWFOr74b4QLGg0hrGPJeG2s4A==",
  6550. "license": "MIT",
  6551. "peerDependencies": {
  6552. "embla-carousel": "8.6.0"
  6553. }
  6554. },
  6555. "node_modules/embla-carousel-vue": {
  6556. "version": "8.6.0",
  6557. "resolved": "https://registry.npmjs.org/embla-carousel-vue/-/embla-carousel-vue-8.6.0.tgz",
  6558. "integrity": "sha512-v8UO5UsyLocZnu/LbfQA7Dn2QHuZKurJY93VUmZYP//QRWoCWOsionmvLLAlibkET3pGPs7++03VhJKbWD7vhQ==",
  6559. "license": "MIT",
  6560. "dependencies": {
  6561. "embla-carousel": "8.6.0",
  6562. "embla-carousel-reactive-utils": "8.6.0"
  6563. },
  6564. "peerDependencies": {
  6565. "vue": "^3.2.37"
  6566. }
  6567. },
  6568. "node_modules/embla-carousel-wheel-gestures": {
  6569. "version": "8.1.0",
  6570. "resolved": "https://registry.npmjs.org/embla-carousel-wheel-gestures/-/embla-carousel-wheel-gestures-8.1.0.tgz",
  6571. "integrity": "sha512-J68jkYrxbWDmXOm2n2YHl+uMEXzkGSKjWmjaEgL9xVvPb3HqVmg6rJSKfI3sqIDVvm7mkeTy87wtG/5263XqHQ==",
  6572. "license": "MIT",
  6573. "dependencies": {
  6574. "wheel-gestures": "^2.2.5"
  6575. },
  6576. "engines": {
  6577. "node": ">=10"
  6578. },
  6579. "peerDependencies": {
  6580. "embla-carousel": "^8.0.0 || ~8.0.0-rc03"
  6581. }
  6582. },
  6583. "node_modules/emoji-regex": {
  6584. "version": "9.2.2",
  6585. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
  6586. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
  6587. "license": "MIT"
  6588. },
  6589. "node_modules/encodeurl": {
  6590. "version": "2.0.0",
  6591. "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
  6592. "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
  6593. "license": "MIT",
  6594. "engines": {
  6595. "node": ">= 0.8"
  6596. }
  6597. },
  6598. "node_modules/enhanced-resolve": {
  6599. "version": "5.18.3",
  6600. "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz",
  6601. "integrity": "sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==",
  6602. "license": "MIT",
  6603. "dependencies": {
  6604. "graceful-fs": "^4.2.4",
  6605. "tapable": "^2.2.0"
  6606. },
  6607. "engines": {
  6608. "node": ">=10.13.0"
  6609. }
  6610. },
  6611. "node_modules/entities": {
  6612. "version": "4.5.0",
  6613. "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
  6614. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  6615. "license": "BSD-2-Clause",
  6616. "engines": {
  6617. "node": ">=0.12"
  6618. },
  6619. "funding": {
  6620. "url": "https://github.com/fb55/entities?sponsor=1"
  6621. }
  6622. },
  6623. "node_modules/error-stack-parser-es": {
  6624. "version": "1.0.5",
  6625. "resolved": "https://registry.npmjs.org/error-stack-parser-es/-/error-stack-parser-es-1.0.5.tgz",
  6626. "integrity": "sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==",
  6627. "license": "MIT",
  6628. "funding": {
  6629. "url": "https://github.com/sponsors/antfu"
  6630. }
  6631. },
  6632. "node_modules/errx": {
  6633. "version": "0.1.0",
  6634. "resolved": "https://registry.npmjs.org/errx/-/errx-0.1.0.tgz",
  6635. "integrity": "sha512-fZmsRiDNv07K6s2KkKFTiD2aIvECa7++PKyD5NC32tpRw46qZA3sOz+aM+/V9V0GDHxVTKLziveV4JhzBHDp9Q==",
  6636. "license": "MIT"
  6637. },
  6638. "node_modules/es-module-lexer": {
  6639. "version": "1.7.0",
  6640. "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz",
  6641. "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==",
  6642. "license": "MIT"
  6643. },
  6644. "node_modules/esbuild": {
  6645. "version": "0.25.12",
  6646. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz",
  6647. "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==",
  6648. "hasInstallScript": true,
  6649. "license": "MIT",
  6650. "bin": {
  6651. "esbuild": "bin/esbuild"
  6652. },
  6653. "engines": {
  6654. "node": ">=18"
  6655. },
  6656. "optionalDependencies": {
  6657. "@esbuild/aix-ppc64": "0.25.12",
  6658. "@esbuild/android-arm": "0.25.12",
  6659. "@esbuild/android-arm64": "0.25.12",
  6660. "@esbuild/android-x64": "0.25.12",
  6661. "@esbuild/darwin-arm64": "0.25.12",
  6662. "@esbuild/darwin-x64": "0.25.12",
  6663. "@esbuild/freebsd-arm64": "0.25.12",
  6664. "@esbuild/freebsd-x64": "0.25.12",
  6665. "@esbuild/linux-arm": "0.25.12",
  6666. "@esbuild/linux-arm64": "0.25.12",
  6667. "@esbuild/linux-ia32": "0.25.12",
  6668. "@esbuild/linux-loong64": "0.25.12",
  6669. "@esbuild/linux-mips64el": "0.25.12",
  6670. "@esbuild/linux-ppc64": "0.25.12",
  6671. "@esbuild/linux-riscv64": "0.25.12",
  6672. "@esbuild/linux-s390x": "0.25.12",
  6673. "@esbuild/linux-x64": "0.25.12",
  6674. "@esbuild/netbsd-arm64": "0.25.12",
  6675. "@esbuild/netbsd-x64": "0.25.12",
  6676. "@esbuild/openbsd-arm64": "0.25.12",
  6677. "@esbuild/openbsd-x64": "0.25.12",
  6678. "@esbuild/openharmony-arm64": "0.25.12",
  6679. "@esbuild/sunos-x64": "0.25.12",
  6680. "@esbuild/win32-arm64": "0.25.12",
  6681. "@esbuild/win32-ia32": "0.25.12",
  6682. "@esbuild/win32-x64": "0.25.12"
  6683. }
  6684. },
  6685. "node_modules/escalade": {
  6686. "version": "3.2.0",
  6687. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
  6688. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  6689. "license": "MIT",
  6690. "engines": {
  6691. "node": ">=6"
  6692. }
  6693. },
  6694. "node_modules/escape-html": {
  6695. "version": "1.0.3",
  6696. "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
  6697. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
  6698. "license": "MIT"
  6699. },
  6700. "node_modules/escape-string-regexp": {
  6701. "version": "5.0.0",
  6702. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  6703. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  6704. "license": "MIT",
  6705. "engines": {
  6706. "node": ">=12"
  6707. },
  6708. "funding": {
  6709. "url": "https://github.com/sponsors/sindresorhus"
  6710. }
  6711. },
  6712. "node_modules/estree-walker": {
  6713. "version": "2.0.2",
  6714. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  6715. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  6716. "license": "MIT"
  6717. },
  6718. "node_modules/etag": {
  6719. "version": "1.8.1",
  6720. "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
  6721. "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
  6722. "license": "MIT",
  6723. "engines": {
  6724. "node": ">= 0.6"
  6725. }
  6726. },
  6727. "node_modules/event-target-shim": {
  6728. "version": "5.0.1",
  6729. "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
  6730. "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
  6731. "license": "MIT",
  6732. "engines": {
  6733. "node": ">=6"
  6734. }
  6735. },
  6736. "node_modules/events": {
  6737. "version": "3.3.0",
  6738. "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
  6739. "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
  6740. "license": "MIT",
  6741. "engines": {
  6742. "node": ">=0.8.x"
  6743. }
  6744. },
  6745. "node_modules/events-universal": {
  6746. "version": "1.0.1",
  6747. "resolved": "https://registry.npmjs.org/events-universal/-/events-universal-1.0.1.tgz",
  6748. "integrity": "sha512-LUd5euvbMLpwOF8m6ivPCbhQeSiYVNb8Vs0fQ8QjXo0JTkEHpz8pxdQf0gStltaPpw0Cca8b39KxvK9cfKRiAw==",
  6749. "license": "Apache-2.0",
  6750. "dependencies": {
  6751. "bare-events": "^2.7.0"
  6752. }
  6753. },
  6754. "node_modules/execa": {
  6755. "version": "8.0.1",
  6756. "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz",
  6757. "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
  6758. "license": "MIT",
  6759. "dependencies": {
  6760. "cross-spawn": "^7.0.3",
  6761. "get-stream": "^8.0.1",
  6762. "human-signals": "^5.0.0",
  6763. "is-stream": "^3.0.0",
  6764. "merge-stream": "^2.0.0",
  6765. "npm-run-path": "^5.1.0",
  6766. "onetime": "^6.0.0",
  6767. "signal-exit": "^4.1.0",
  6768. "strip-final-newline": "^3.0.0"
  6769. },
  6770. "engines": {
  6771. "node": ">=16.17"
  6772. },
  6773. "funding": {
  6774. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  6775. }
  6776. },
  6777. "node_modules/exsolve": {
  6778. "version": "1.0.8",
  6779. "resolved": "https://registry.npmjs.org/exsolve/-/exsolve-1.0.8.tgz",
  6780. "integrity": "sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==",
  6781. "license": "MIT"
  6782. },
  6783. "node_modules/fast-deep-equal": {
  6784. "version": "3.1.3",
  6785. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  6786. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  6787. "license": "MIT"
  6788. },
  6789. "node_modules/fast-fifo": {
  6790. "version": "1.3.2",
  6791. "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz",
  6792. "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==",
  6793. "license": "MIT"
  6794. },
  6795. "node_modules/fast-glob": {
  6796. "version": "3.3.3",
  6797. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
  6798. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  6799. "license": "MIT",
  6800. "dependencies": {
  6801. "@nodelib/fs.stat": "^2.0.2",
  6802. "@nodelib/fs.walk": "^1.2.3",
  6803. "glob-parent": "^5.1.2",
  6804. "merge2": "^1.3.0",
  6805. "micromatch": "^4.0.8"
  6806. },
  6807. "engines": {
  6808. "node": ">=8.6.0"
  6809. }
  6810. },
  6811. "node_modules/fast-npm-meta": {
  6812. "version": "0.4.7",
  6813. "resolved": "https://registry.npmjs.org/fast-npm-meta/-/fast-npm-meta-0.4.7.tgz",
  6814. "integrity": "sha512-aZU3i3eRcSb2NCq8i6N6IlyiTyF6vqAqzBGl2NBF6ngNx/GIqfYbkLDIKZ4z4P0o/RmtsFnVqHwdrSm13o4tnQ==",
  6815. "license": "MIT",
  6816. "funding": {
  6817. "url": "https://github.com/sponsors/antfu"
  6818. }
  6819. },
  6820. "node_modules/fast-string-truncated-width": {
  6821. "version": "1.2.1",
  6822. "resolved": "https://registry.npmjs.org/fast-string-truncated-width/-/fast-string-truncated-width-1.2.1.tgz",
  6823. "integrity": "sha512-Q9acT/+Uu3GwGj+5w/zsGuQjh9O1TyywhIwAxHudtWrgF09nHOPrvTLhQevPbttcxjr/SNN7mJmfOw/B1bXgow==",
  6824. "license": "MIT"
  6825. },
  6826. "node_modules/fast-string-width": {
  6827. "version": "1.1.0",
  6828. "resolved": "https://registry.npmjs.org/fast-string-width/-/fast-string-width-1.1.0.tgz",
  6829. "integrity": "sha512-O3fwIVIH5gKB38QNbdg+3760ZmGz0SZMgvwJbA1b2TGXceKE6A2cOlfogh1iw8lr049zPyd7YADHy+B7U4W9bQ==",
  6830. "license": "MIT",
  6831. "dependencies": {
  6832. "fast-string-truncated-width": "^1.2.0"
  6833. }
  6834. },
  6835. "node_modules/fast-wrap-ansi": {
  6836. "version": "0.1.6",
  6837. "resolved": "https://registry.npmjs.org/fast-wrap-ansi/-/fast-wrap-ansi-0.1.6.tgz",
  6838. "integrity": "sha512-HlUwET7a5gqjURj70D5jl7aC3Zmy4weA1SHUfM0JFI0Ptq987NH2TwbBFLoERhfwk+E+eaq4EK3jXoT+R3yp3w==",
  6839. "license": "MIT",
  6840. "dependencies": {
  6841. "fast-string-width": "^1.1.0"
  6842. }
  6843. },
  6844. "node_modules/fastq": {
  6845. "version": "1.20.1",
  6846. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
  6847. "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
  6848. "license": "ISC",
  6849. "dependencies": {
  6850. "reusify": "^1.0.4"
  6851. }
  6852. },
  6853. "node_modules/fdir": {
  6854. "version": "6.5.0",
  6855. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  6856. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  6857. "license": "MIT",
  6858. "engines": {
  6859. "node": ">=12.0.0"
  6860. },
  6861. "peerDependencies": {
  6862. "picomatch": "^3 || ^4"
  6863. },
  6864. "peerDependenciesMeta": {
  6865. "picomatch": {
  6866. "optional": true
  6867. }
  6868. }
  6869. },
  6870. "node_modules/file-uri-to-path": {
  6871. "version": "1.0.0",
  6872. "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
  6873. "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
  6874. "license": "MIT"
  6875. },
  6876. "node_modules/fill-range": {
  6877. "version": "7.1.1",
  6878. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  6879. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  6880. "license": "MIT",
  6881. "dependencies": {
  6882. "to-regex-range": "^5.0.1"
  6883. },
  6884. "engines": {
  6885. "node": ">=8"
  6886. }
  6887. },
  6888. "node_modules/fontaine": {
  6889. "version": "0.7.0",
  6890. "resolved": "https://registry.npmjs.org/fontaine/-/fontaine-0.7.0.tgz",
  6891. "integrity": "sha512-vlaWLyoJrOnCBqycmFo/CA8ZmPzuyJHYmgu261KYKByZ4YLz9sTyHZ4qoHgWSYiDsZXhiLo2XndVMz0WOAyZ8Q==",
  6892. "license": "MIT",
  6893. "dependencies": {
  6894. "@capsizecss/unpack": "^3.0.0",
  6895. "css-tree": "^3.1.0",
  6896. "magic-regexp": "^0.10.0",
  6897. "magic-string": "^0.30.21",
  6898. "pathe": "^2.0.3",
  6899. "ufo": "^1.6.1",
  6900. "unplugin": "^2.3.10"
  6901. },
  6902. "engines": {
  6903. "node": ">=18.12.0"
  6904. }
  6905. },
  6906. "node_modules/fontkit": {
  6907. "version": "2.0.4",
  6908. "resolved": "https://registry.npmjs.org/fontkit/-/fontkit-2.0.4.tgz",
  6909. "integrity": "sha512-syetQadaUEDNdxdugga9CpEYVaQIxOwk7GlwZWWZ19//qW4zE5bknOKeMBDYAASwnpaSHKJITRLMF9m1fp3s6g==",
  6910. "license": "MIT",
  6911. "dependencies": {
  6912. "@swc/helpers": "^0.5.12",
  6913. "brotli": "^1.3.2",
  6914. "clone": "^2.1.2",
  6915. "dfa": "^1.2.0",
  6916. "fast-deep-equal": "^3.1.3",
  6917. "restructure": "^3.0.0",
  6918. "tiny-inflate": "^1.0.3",
  6919. "unicode-properties": "^1.4.0",
  6920. "unicode-trie": "^2.0.0"
  6921. }
  6922. },
  6923. "node_modules/fontless": {
  6924. "version": "0.1.0",
  6925. "resolved": "https://registry.npmjs.org/fontless/-/fontless-0.1.0.tgz",
  6926. "integrity": "sha512-KyvRd732HuVd/XP9iEFTb1w8Q01TPSA5GaCJV9HYmPiEs/ZZg/on2YdrQmlKfi9gDGpmN5Bn27Ze/CHqk0vE+w==",
  6927. "license": "MIT",
  6928. "dependencies": {
  6929. "consola": "^3.4.2",
  6930. "css-tree": "^3.1.0",
  6931. "defu": "^6.1.4",
  6932. "esbuild": "^0.25.12",
  6933. "fontaine": "0.7.0",
  6934. "jiti": "^2.6.1",
  6935. "lightningcss": "^1.30.2",
  6936. "magic-string": "^0.30.21",
  6937. "ohash": "^2.0.11",
  6938. "pathe": "^2.0.3",
  6939. "ufo": "^1.6.1",
  6940. "unifont": "^0.6.0",
  6941. "unstorage": "^1.17.1"
  6942. },
  6943. "engines": {
  6944. "node": ">=18.12.0"
  6945. },
  6946. "peerDependencies": {
  6947. "vite": "*"
  6948. },
  6949. "peerDependenciesMeta": {
  6950. "vite": {
  6951. "optional": true
  6952. }
  6953. }
  6954. },
  6955. "node_modules/foreground-child": {
  6956. "version": "3.3.1",
  6957. "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
  6958. "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
  6959. "license": "ISC",
  6960. "dependencies": {
  6961. "cross-spawn": "^7.0.6",
  6962. "signal-exit": "^4.0.1"
  6963. },
  6964. "engines": {
  6965. "node": ">=14"
  6966. },
  6967. "funding": {
  6968. "url": "https://github.com/sponsors/isaacs"
  6969. }
  6970. },
  6971. "node_modules/fraction.js": {
  6972. "version": "4.3.7",
  6973. "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz",
  6974. "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
  6975. "license": "MIT",
  6976. "engines": {
  6977. "node": "*"
  6978. },
  6979. "funding": {
  6980. "type": "patreon",
  6981. "url": "https://github.com/sponsors/rawify"
  6982. }
  6983. },
  6984. "node_modules/framer-motion": {
  6985. "version": "12.23.12",
  6986. "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.23.12.tgz",
  6987. "integrity": "sha512-6e78rdVtnBvlEVgu6eFEAgG9v3wLnYEboM8I5O5EXvfKC8gxGQB8wXJdhkMy10iVcn05jl6CNw7/HTsTCfwcWg==",
  6988. "license": "MIT",
  6989. "dependencies": {
  6990. "motion-dom": "^12.23.12",
  6991. "motion-utils": "^12.23.6",
  6992. "tslib": "^2.4.0"
  6993. },
  6994. "peerDependencies": {
  6995. "@emotion/is-prop-valid": "*",
  6996. "react": "^18.0.0 || ^19.0.0",
  6997. "react-dom": "^18.0.0 || ^19.0.0"
  6998. },
  6999. "peerDependenciesMeta": {
  7000. "@emotion/is-prop-valid": {
  7001. "optional": true
  7002. },
  7003. "react": {
  7004. "optional": true
  7005. },
  7006. "react-dom": {
  7007. "optional": true
  7008. }
  7009. }
  7010. },
  7011. "node_modules/fresh": {
  7012. "version": "2.0.0",
  7013. "resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz",
  7014. "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
  7015. "license": "MIT",
  7016. "engines": {
  7017. "node": ">= 0.8"
  7018. }
  7019. },
  7020. "node_modules/fsevents": {
  7021. "version": "2.3.3",
  7022. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  7023. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  7024. "hasInstallScript": true,
  7025. "license": "MIT",
  7026. "optional": true,
  7027. "os": [
  7028. "darwin"
  7029. ],
  7030. "engines": {
  7031. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  7032. }
  7033. },
  7034. "node_modules/function-bind": {
  7035. "version": "1.1.2",
  7036. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  7037. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  7038. "license": "MIT",
  7039. "funding": {
  7040. "url": "https://github.com/sponsors/ljharb"
  7041. }
  7042. },
  7043. "node_modules/fuse.js": {
  7044. "version": "7.3.0",
  7045. "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.3.0.tgz",
  7046. "integrity": "sha512-plz8RVjfcDedTGfVngWH1jmJvBvAwi1v2jecfDerbEnMcmOYUEEwKFTHbNoCiYyzaK2Ws8lABkTCcRSqCY1q4w==",
  7047. "license": "Apache-2.0",
  7048. "peer": true,
  7049. "engines": {
  7050. "node": ">=10"
  7051. },
  7052. "funding": {
  7053. "type": "github",
  7054. "url": "https://github.com/sponsors/krisk"
  7055. }
  7056. },
  7057. "node_modules/fzf": {
  7058. "version": "0.5.2",
  7059. "resolved": "https://registry.npmjs.org/fzf/-/fzf-0.5.2.tgz",
  7060. "integrity": "sha512-Tt4kuxLXFKHy8KT40zwsUPUkg1CrsgY25FxA2U/j/0WgEDCk3ddc/zLTCCcbSHX9FcKtLuVaDGtGE/STWC+j3Q==",
  7061. "license": "BSD-3-Clause"
  7062. },
  7063. "node_modules/gensync": {
  7064. "version": "1.0.0-beta.2",
  7065. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  7066. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  7067. "license": "MIT",
  7068. "engines": {
  7069. "node": ">=6.9.0"
  7070. }
  7071. },
  7072. "node_modules/get-caller-file": {
  7073. "version": "2.0.5",
  7074. "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
  7075. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  7076. "license": "ISC",
  7077. "engines": {
  7078. "node": "6.* || 8.* || >= 10.*"
  7079. }
  7080. },
  7081. "node_modules/get-east-asian-width": {
  7082. "version": "1.5.0",
  7083. "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.5.0.tgz",
  7084. "integrity": "sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==",
  7085. "license": "MIT",
  7086. "engines": {
  7087. "node": ">=18"
  7088. },
  7089. "funding": {
  7090. "url": "https://github.com/sponsors/sindresorhus"
  7091. }
  7092. },
  7093. "node_modules/get-port-please": {
  7094. "version": "3.2.0",
  7095. "resolved": "https://registry.npmjs.org/get-port-please/-/get-port-please-3.2.0.tgz",
  7096. "integrity": "sha512-I9QVvBw5U/hw3RmWpYKRumUeaDgxTPd401x364rLmWBJcOQ753eov1eTgzDqRG9bqFIfDc7gfzcQEWrUri3o1A==",
  7097. "license": "MIT"
  7098. },
  7099. "node_modules/get-stream": {
  7100. "version": "8.0.1",
  7101. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz",
  7102. "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
  7103. "license": "MIT",
  7104. "engines": {
  7105. "node": ">=16"
  7106. },
  7107. "funding": {
  7108. "url": "https://github.com/sponsors/sindresorhus"
  7109. }
  7110. },
  7111. "node_modules/giget": {
  7112. "version": "3.2.0",
  7113. "resolved": "https://registry.npmjs.org/giget/-/giget-3.2.0.tgz",
  7114. "integrity": "sha512-GvHTWcykIR/fP8cj8dMpuMMkvaeJfPvYnhq0oW+chSeIr+ldX21ifU2Ms6KBoyKZQZmVaUAAhQ2EZ68KJF8a7A==",
  7115. "license": "MIT",
  7116. "bin": {
  7117. "giget": "dist/cli.mjs"
  7118. }
  7119. },
  7120. "node_modules/git-up": {
  7121. "version": "8.1.1",
  7122. "resolved": "https://registry.npmjs.org/git-up/-/git-up-8.1.1.tgz",
  7123. "integrity": "sha512-FDenSF3fVqBYSaJoYy1KSc2wosx0gCvKP+c+PRBht7cAaiCeQlBtfBDX9vgnNOHmdePlSFITVcn4pFfcgNvx3g==",
  7124. "license": "MIT",
  7125. "dependencies": {
  7126. "is-ssh": "^1.4.0",
  7127. "parse-url": "^9.2.0"
  7128. }
  7129. },
  7130. "node_modules/git-url-parse": {
  7131. "version": "16.1.0",
  7132. "resolved": "https://registry.npmjs.org/git-url-parse/-/git-url-parse-16.1.0.tgz",
  7133. "integrity": "sha512-cPLz4HuK86wClEW7iDdeAKcCVlWXmrLpb2L+G9goW0Z1dtpNS6BXXSOckUTlJT/LDQViE1QZKstNORzHsLnobw==",
  7134. "license": "MIT",
  7135. "dependencies": {
  7136. "git-up": "^8.1.0"
  7137. }
  7138. },
  7139. "node_modules/glob": {
  7140. "version": "10.5.0",
  7141. "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
  7142. "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
  7143. "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",
  7144. "license": "ISC",
  7145. "dependencies": {
  7146. "foreground-child": "^3.1.0",
  7147. "jackspeak": "^3.1.2",
  7148. "minimatch": "^9.0.4",
  7149. "minipass": "^7.1.2",
  7150. "package-json-from-dist": "^1.0.0",
  7151. "path-scurry": "^1.11.1"
  7152. },
  7153. "bin": {
  7154. "glob": "dist/esm/bin.mjs"
  7155. },
  7156. "funding": {
  7157. "url": "https://github.com/sponsors/isaacs"
  7158. }
  7159. },
  7160. "node_modules/glob-parent": {
  7161. "version": "5.1.2",
  7162. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  7163. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  7164. "license": "ISC",
  7165. "dependencies": {
  7166. "is-glob": "^4.0.1"
  7167. },
  7168. "engines": {
  7169. "node": ">= 6"
  7170. }
  7171. },
  7172. "node_modules/global-directory": {
  7173. "version": "4.0.1",
  7174. "resolved": "https://registry.npmjs.org/global-directory/-/global-directory-4.0.1.tgz",
  7175. "integrity": "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==",
  7176. "license": "MIT",
  7177. "dependencies": {
  7178. "ini": "4.1.1"
  7179. },
  7180. "engines": {
  7181. "node": ">=18"
  7182. },
  7183. "funding": {
  7184. "url": "https://github.com/sponsors/sindresorhus"
  7185. }
  7186. },
  7187. "node_modules/globby": {
  7188. "version": "16.2.0",
  7189. "resolved": "https://registry.npmjs.org/globby/-/globby-16.2.0.tgz",
  7190. "integrity": "sha512-QrJia2qDf5BB/V6HYlDTs0I0lBahyjLzpGQg3KT7FnCdTonAyPy2RtY802m2k4ALx6Dp752f82WsOczEVr3l6Q==",
  7191. "license": "MIT",
  7192. "dependencies": {
  7193. "@sindresorhus/merge-streams": "^4.0.0",
  7194. "fast-glob": "^3.3.3",
  7195. "ignore": "^7.0.5",
  7196. "is-path-inside": "^4.0.0",
  7197. "slash": "^5.1.0",
  7198. "unicorn-magic": "^0.4.0"
  7199. },
  7200. "engines": {
  7201. "node": ">=20"
  7202. },
  7203. "funding": {
  7204. "url": "https://github.com/sponsors/sindresorhus"
  7205. }
  7206. },
  7207. "node_modules/globby/node_modules/unicorn-magic": {
  7208. "version": "0.4.0",
  7209. "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.4.0.tgz",
  7210. "integrity": "sha512-wH590V9VNgYH9g3lH9wWjTrUoKsjLF6sGLjhR4sH1LWpLmCOH0Zf7PukhDA8BiS7KHe4oPNkcTHqYkj7SOGUOw==",
  7211. "license": "MIT",
  7212. "engines": {
  7213. "node": ">=20"
  7214. },
  7215. "funding": {
  7216. "url": "https://github.com/sponsors/sindresorhus"
  7217. }
  7218. },
  7219. "node_modules/graceful-fs": {
  7220. "version": "4.2.11",
  7221. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  7222. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  7223. "license": "ISC"
  7224. },
  7225. "node_modules/gzip-size": {
  7226. "version": "7.0.0",
  7227. "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-7.0.0.tgz",
  7228. "integrity": "sha512-O1Ld7Dr+nqPnmGpdhzLmMTQ4vAsD+rHwMm1NLUmoUFFymBOMKxCCrtDxqdBRYXdeEPEi3SyoR4TizJLQrnKBNA==",
  7229. "license": "MIT",
  7230. "dependencies": {
  7231. "duplexer": "^0.1.2"
  7232. },
  7233. "engines": {
  7234. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  7235. },
  7236. "funding": {
  7237. "url": "https://github.com/sponsors/sindresorhus"
  7238. }
  7239. },
  7240. "node_modules/h3": {
  7241. "version": "1.15.11",
  7242. "resolved": "https://registry.npmjs.org/h3/-/h3-1.15.11.tgz",
  7243. "integrity": "sha512-L3THSe2MPeBwgIZVSH5zLdBBU90TOxarvhK9d04IDY2AmVS8j2Jz2LIWtwsGOU3lu2I5jCN7FNvVfY2+XyF+mg==",
  7244. "license": "MIT",
  7245. "dependencies": {
  7246. "cookie-es": "^1.2.3",
  7247. "crossws": "^0.3.5",
  7248. "defu": "^6.1.6",
  7249. "destr": "^2.0.5",
  7250. "iron-webcrypto": "^1.2.1",
  7251. "node-mock-http": "^1.0.4",
  7252. "radix3": "^1.1.2",
  7253. "ufo": "^1.6.3",
  7254. "uncrypto": "^0.1.3"
  7255. }
  7256. },
  7257. "node_modules/h3/node_modules/cookie-es": {
  7258. "version": "1.2.3",
  7259. "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-1.2.3.tgz",
  7260. "integrity": "sha512-lXVyvUvrNXblMqzIRrxHb57UUVmqsSWlxqt3XIjCkUP0wDAf6uicO6KMbEgYrMNtEvWgWHwe42CKxPu9MYAnWw==",
  7261. "license": "MIT"
  7262. },
  7263. "node_modules/hasown": {
  7264. "version": "2.0.2",
  7265. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
  7266. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  7267. "license": "MIT",
  7268. "dependencies": {
  7269. "function-bind": "^1.1.2"
  7270. },
  7271. "engines": {
  7272. "node": ">= 0.4"
  7273. }
  7274. },
  7275. "node_modules/hey-listen": {
  7276. "version": "1.0.8",
  7277. "resolved": "https://registry.npmjs.org/hey-listen/-/hey-listen-1.0.8.tgz",
  7278. "integrity": "sha512-COpmrF2NOg4TBWUJ5UVyaCU2A88wEMkUPK4hNqyCkqHbxT92BbvfjoSozkAIIm6XhicGlJHhFdullInrdhwU8Q==",
  7279. "license": "MIT"
  7280. },
  7281. "node_modules/hookable": {
  7282. "version": "5.5.3",
  7283. "resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz",
  7284. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
  7285. "license": "MIT"
  7286. },
  7287. "node_modules/http-errors": {
  7288. "version": "2.0.1",
  7289. "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
  7290. "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
  7291. "license": "MIT",
  7292. "dependencies": {
  7293. "depd": "~2.0.0",
  7294. "inherits": "~2.0.4",
  7295. "setprototypeof": "~1.2.0",
  7296. "statuses": "~2.0.2",
  7297. "toidentifier": "~1.0.1"
  7298. },
  7299. "engines": {
  7300. "node": ">= 0.8"
  7301. },
  7302. "funding": {
  7303. "type": "opencollective",
  7304. "url": "https://opencollective.com/express"
  7305. }
  7306. },
  7307. "node_modules/http-shutdown": {
  7308. "version": "1.2.2",
  7309. "resolved": "https://registry.npmjs.org/http-shutdown/-/http-shutdown-1.2.2.tgz",
  7310. "integrity": "sha512-S9wWkJ/VSY9/k4qcjG318bqJNruzE4HySUhFYknwmu6LBP97KLLfwNf+n4V1BHurvFNkSKLFnK/RsuUnRTf9Vw==",
  7311. "license": "MIT",
  7312. "engines": {
  7313. "iojs": ">= 1.0.0",
  7314. "node": ">= 0.12.0"
  7315. }
  7316. },
  7317. "node_modules/https-proxy-agent": {
  7318. "version": "7.0.6",
  7319. "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
  7320. "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
  7321. "license": "MIT",
  7322. "dependencies": {
  7323. "agent-base": "^7.1.2",
  7324. "debug": "4"
  7325. },
  7326. "engines": {
  7327. "node": ">= 14"
  7328. }
  7329. },
  7330. "node_modules/httpxy": {
  7331. "version": "0.5.1",
  7332. "resolved": "https://registry.npmjs.org/httpxy/-/httpxy-0.5.1.tgz",
  7333. "integrity": "sha512-JPhqYiixe1A1I+MXDewWDZqeudBGU8Q9jCHYN8ML+779RQzLjTi78HBvWz4jMxUD6h2/vUL12g4q/mFM0OUw1A==",
  7334. "license": "MIT"
  7335. },
  7336. "node_modules/human-signals": {
  7337. "version": "5.0.0",
  7338. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz",
  7339. "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
  7340. "license": "Apache-2.0",
  7341. "engines": {
  7342. "node": ">=16.17.0"
  7343. }
  7344. },
  7345. "node_modules/ieee754": {
  7346. "version": "1.2.1",
  7347. "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
  7348. "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
  7349. "funding": [
  7350. {
  7351. "type": "github",
  7352. "url": "https://github.com/sponsors/feross"
  7353. },
  7354. {
  7355. "type": "patreon",
  7356. "url": "https://www.patreon.com/feross"
  7357. },
  7358. {
  7359. "type": "consulting",
  7360. "url": "https://feross.org/support"
  7361. }
  7362. ],
  7363. "license": "BSD-3-Clause"
  7364. },
  7365. "node_modules/ignore": {
  7366. "version": "7.0.5",
  7367. "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
  7368. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  7369. "license": "MIT",
  7370. "engines": {
  7371. "node": ">= 4"
  7372. }
  7373. },
  7374. "node_modules/image-meta": {
  7375. "version": "0.2.2",
  7376. "resolved": "https://registry.npmjs.org/image-meta/-/image-meta-0.2.2.tgz",
  7377. "integrity": "sha512-3MOLanc3sb3LNGWQl1RlQlNWURE5g32aUphrDyFeCsxBTk08iE3VNe4CwsUZ0Qs1X+EfX0+r29Sxdpza4B+yRA==",
  7378. "license": "MIT"
  7379. },
  7380. "node_modules/impound": {
  7381. "version": "1.0.0",
  7382. "resolved": "https://registry.npmjs.org/impound/-/impound-1.0.0.tgz",
  7383. "integrity": "sha512-8lAJ+1Arw2sMaZ9HE2ZmL5zOcMnt18s6+7Xqgq2aUVy4P1nlzAyPtzCDxsk51KVFwHEEdc6OWvUyqwHwhRYaug==",
  7384. "license": "MIT",
  7385. "dependencies": {
  7386. "exsolve": "^1.0.5",
  7387. "mocked-exports": "^0.1.1",
  7388. "pathe": "^2.0.3",
  7389. "unplugin": "^2.3.2",
  7390. "unplugin-utils": "^0.2.4"
  7391. }
  7392. },
  7393. "node_modules/inherits": {
  7394. "version": "2.0.4",
  7395. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  7396. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  7397. "license": "ISC"
  7398. },
  7399. "node_modules/ini": {
  7400. "version": "4.1.1",
  7401. "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz",
  7402. "integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==",
  7403. "license": "ISC",
  7404. "engines": {
  7405. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  7406. }
  7407. },
  7408. "node_modules/ioredis": {
  7409. "version": "5.10.1",
  7410. "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.10.1.tgz",
  7411. "integrity": "sha512-HuEDBTI70aYdx1v6U97SbNx9F1+svQKBDo30o0b9fw055LMepzpOOd0Ccg9Q6tbqmBSJaMuY0fB7yw9/vjBYCA==",
  7412. "license": "MIT",
  7413. "dependencies": {
  7414. "@ioredis/commands": "1.5.1",
  7415. "cluster-key-slot": "^1.1.0",
  7416. "debug": "^4.3.4",
  7417. "denque": "^2.1.0",
  7418. "lodash.defaults": "^4.2.0",
  7419. "lodash.isarguments": "^3.1.0",
  7420. "redis-errors": "^1.2.0",
  7421. "redis-parser": "^3.0.0",
  7422. "standard-as-callback": "^2.1.0"
  7423. },
  7424. "engines": {
  7425. "node": ">=12.22.0"
  7426. },
  7427. "funding": {
  7428. "type": "opencollective",
  7429. "url": "https://opencollective.com/ioredis"
  7430. }
  7431. },
  7432. "node_modules/ipx": {
  7433. "version": "3.1.1",
  7434. "resolved": "https://registry.npmjs.org/ipx/-/ipx-3.1.1.tgz",
  7435. "integrity": "sha512-7Xnt54Dco7uYkfdAw0r2vCly3z0rSaVhEXMzPvl3FndsTVm5p26j+PO+gyinkYmcsEUvX2Rh7OGK7KzYWRu6BA==",
  7436. "license": "MIT",
  7437. "optional": true,
  7438. "dependencies": {
  7439. "@fastify/accept-negotiator": "^2.0.1",
  7440. "citty": "^0.1.6",
  7441. "consola": "^3.4.2",
  7442. "defu": "^6.1.4",
  7443. "destr": "^2.0.5",
  7444. "etag": "^1.8.1",
  7445. "h3": "^1.15.3",
  7446. "image-meta": "^0.2.1",
  7447. "listhen": "^1.9.0",
  7448. "ofetch": "^1.4.1",
  7449. "pathe": "^2.0.3",
  7450. "sharp": "^0.34.3",
  7451. "svgo": "^4.0.0",
  7452. "ufo": "^1.6.1",
  7453. "unstorage": "^1.16.1",
  7454. "xss": "^1.0.15"
  7455. },
  7456. "bin": {
  7457. "ipx": "bin/ipx.mjs"
  7458. }
  7459. },
  7460. "node_modules/iron-webcrypto": {
  7461. "version": "1.2.1",
  7462. "resolved": "https://registry.npmjs.org/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz",
  7463. "integrity": "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==",
  7464. "license": "MIT",
  7465. "funding": {
  7466. "url": "https://github.com/sponsors/brc-dd"
  7467. }
  7468. },
  7469. "node_modules/is-core-module": {
  7470. "version": "2.16.1",
  7471. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
  7472. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  7473. "license": "MIT",
  7474. "dependencies": {
  7475. "hasown": "^2.0.2"
  7476. },
  7477. "engines": {
  7478. "node": ">= 0.4"
  7479. },
  7480. "funding": {
  7481. "url": "https://github.com/sponsors/ljharb"
  7482. }
  7483. },
  7484. "node_modules/is-docker": {
  7485. "version": "3.0.0",
  7486. "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
  7487. "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
  7488. "license": "MIT",
  7489. "bin": {
  7490. "is-docker": "cli.js"
  7491. },
  7492. "engines": {
  7493. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  7494. },
  7495. "funding": {
  7496. "url": "https://github.com/sponsors/sindresorhus"
  7497. }
  7498. },
  7499. "node_modules/is-extglob": {
  7500. "version": "2.1.1",
  7501. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  7502. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  7503. "license": "MIT",
  7504. "engines": {
  7505. "node": ">=0.10.0"
  7506. }
  7507. },
  7508. "node_modules/is-fullwidth-code-point": {
  7509. "version": "3.0.0",
  7510. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  7511. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  7512. "license": "MIT",
  7513. "engines": {
  7514. "node": ">=8"
  7515. }
  7516. },
  7517. "node_modules/is-glob": {
  7518. "version": "4.0.3",
  7519. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  7520. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  7521. "license": "MIT",
  7522. "dependencies": {
  7523. "is-extglob": "^2.1.1"
  7524. },
  7525. "engines": {
  7526. "node": ">=0.10.0"
  7527. }
  7528. },
  7529. "node_modules/is-in-ssh": {
  7530. "version": "1.0.0",
  7531. "resolved": "https://registry.npmjs.org/is-in-ssh/-/is-in-ssh-1.0.0.tgz",
  7532. "integrity": "sha512-jYa6Q9rH90kR1vKB6NM7qqd1mge3Fx4Dhw5TVlK1MUBqhEOuCagrEHMevNuCcbECmXZ0ThXkRm+Ymr51HwEPAw==",
  7533. "license": "MIT",
  7534. "engines": {
  7535. "node": ">=20"
  7536. },
  7537. "funding": {
  7538. "url": "https://github.com/sponsors/sindresorhus"
  7539. }
  7540. },
  7541. "node_modules/is-inside-container": {
  7542. "version": "1.0.0",
  7543. "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
  7544. "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
  7545. "license": "MIT",
  7546. "dependencies": {
  7547. "is-docker": "^3.0.0"
  7548. },
  7549. "bin": {
  7550. "is-inside-container": "cli.js"
  7551. },
  7552. "engines": {
  7553. "node": ">=14.16"
  7554. },
  7555. "funding": {
  7556. "url": "https://github.com/sponsors/sindresorhus"
  7557. }
  7558. },
  7559. "node_modules/is-installed-globally": {
  7560. "version": "1.0.0",
  7561. "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-1.0.0.tgz",
  7562. "integrity": "sha512-K55T22lfpQ63N4KEN57jZUAaAYqYHEe8veb/TycJRk9DdSCLLcovXz/mL6mOnhQaZsQGwPhuFopdQIlqGSEjiQ==",
  7563. "license": "MIT",
  7564. "dependencies": {
  7565. "global-directory": "^4.0.1",
  7566. "is-path-inside": "^4.0.0"
  7567. },
  7568. "engines": {
  7569. "node": ">=18"
  7570. },
  7571. "funding": {
  7572. "url": "https://github.com/sponsors/sindresorhus"
  7573. }
  7574. },
  7575. "node_modules/is-module": {
  7576. "version": "1.0.0",
  7577. "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
  7578. "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==",
  7579. "license": "MIT"
  7580. },
  7581. "node_modules/is-number": {
  7582. "version": "7.0.0",
  7583. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  7584. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  7585. "license": "MIT",
  7586. "engines": {
  7587. "node": ">=0.12.0"
  7588. }
  7589. },
  7590. "node_modules/is-path-inside": {
  7591. "version": "4.0.0",
  7592. "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz",
  7593. "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==",
  7594. "license": "MIT",
  7595. "engines": {
  7596. "node": ">=12"
  7597. },
  7598. "funding": {
  7599. "url": "https://github.com/sponsors/sindresorhus"
  7600. }
  7601. },
  7602. "node_modules/is-reference": {
  7603. "version": "1.2.1",
  7604. "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-1.2.1.tgz",
  7605. "integrity": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==",
  7606. "license": "MIT",
  7607. "dependencies": {
  7608. "@types/estree": "*"
  7609. }
  7610. },
  7611. "node_modules/is-ssh": {
  7612. "version": "1.4.1",
  7613. "resolved": "https://registry.npmjs.org/is-ssh/-/is-ssh-1.4.1.tgz",
  7614. "integrity": "sha512-JNeu1wQsHjyHgn9NcWTaXq6zWSR6hqE0++zhfZlkFBbScNkyvxCdeV8sRkSBaeLKxmbpR21brail63ACNxJ0Tg==",
  7615. "license": "MIT",
  7616. "dependencies": {
  7617. "protocols": "^2.0.1"
  7618. }
  7619. },
  7620. "node_modules/is-stream": {
  7621. "version": "3.0.0",
  7622. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz",
  7623. "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
  7624. "license": "MIT",
  7625. "engines": {
  7626. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  7627. },
  7628. "funding": {
  7629. "url": "https://github.com/sponsors/sindresorhus"
  7630. }
  7631. },
  7632. "node_modules/is-what": {
  7633. "version": "5.5.0",
  7634. "resolved": "https://registry.npmjs.org/is-what/-/is-what-5.5.0.tgz",
  7635. "integrity": "sha512-oG7cgbmg5kLYae2N5IVd3jm2s+vldjxJzK1pcu9LfpGuQ93MQSzo0okvRna+7y5ifrD+20FE8FvjusyGaz14fw==",
  7636. "license": "MIT",
  7637. "engines": {
  7638. "node": ">=18"
  7639. },
  7640. "funding": {
  7641. "url": "https://github.com/sponsors/mesqueeb"
  7642. }
  7643. },
  7644. "node_modules/is-wsl": {
  7645. "version": "3.1.0",
  7646. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
  7647. "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
  7648. "license": "MIT",
  7649. "dependencies": {
  7650. "is-inside-container": "^1.0.0"
  7651. },
  7652. "engines": {
  7653. "node": ">=16"
  7654. },
  7655. "funding": {
  7656. "url": "https://github.com/sponsors/sindresorhus"
  7657. }
  7658. },
  7659. "node_modules/isarray": {
  7660. "version": "1.0.0",
  7661. "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
  7662. "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
  7663. "license": "MIT"
  7664. },
  7665. "node_modules/isexe": {
  7666. "version": "3.1.1",
  7667. "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz",
  7668. "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==",
  7669. "license": "ISC",
  7670. "engines": {
  7671. "node": ">=16"
  7672. }
  7673. },
  7674. "node_modules/jackspeak": {
  7675. "version": "3.4.3",
  7676. "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
  7677. "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
  7678. "license": "BlueOak-1.0.0",
  7679. "dependencies": {
  7680. "@isaacs/cliui": "^8.0.2"
  7681. },
  7682. "funding": {
  7683. "url": "https://github.com/sponsors/isaacs"
  7684. },
  7685. "optionalDependencies": {
  7686. "@pkgjs/parseargs": "^0.11.0"
  7687. }
  7688. },
  7689. "node_modules/jiti": {
  7690. "version": "2.6.1",
  7691. "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
  7692. "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
  7693. "license": "MIT",
  7694. "bin": {
  7695. "jiti": "lib/jiti-cli.mjs"
  7696. }
  7697. },
  7698. "node_modules/js-tokens": {
  7699. "version": "4.0.0",
  7700. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  7701. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  7702. "license": "MIT"
  7703. },
  7704. "node_modules/jsesc": {
  7705. "version": "3.1.0",
  7706. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
  7707. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  7708. "license": "MIT",
  7709. "bin": {
  7710. "jsesc": "bin/jsesc"
  7711. },
  7712. "engines": {
  7713. "node": ">=6"
  7714. }
  7715. },
  7716. "node_modules/json5": {
  7717. "version": "2.2.3",
  7718. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  7719. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  7720. "license": "MIT",
  7721. "bin": {
  7722. "json5": "lib/cli.js"
  7723. },
  7724. "engines": {
  7725. "node": ">=6"
  7726. }
  7727. },
  7728. "node_modules/kleur": {
  7729. "version": "3.0.3",
  7730. "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
  7731. "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
  7732. "license": "MIT",
  7733. "engines": {
  7734. "node": ">=6"
  7735. }
  7736. },
  7737. "node_modules/klona": {
  7738. "version": "2.0.6",
  7739. "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz",
  7740. "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==",
  7741. "license": "MIT",
  7742. "engines": {
  7743. "node": ">= 8"
  7744. }
  7745. },
  7746. "node_modules/knitwork": {
  7747. "version": "1.3.0",
  7748. "resolved": "https://registry.npmjs.org/knitwork/-/knitwork-1.3.0.tgz",
  7749. "integrity": "sha512-4LqMNoONzR43B1W0ek0fhXMsDNW/zxa1NdFAVMY+k28pgZLovR4G3PB5MrpTxCy1QaZCqNoiaKPr5w5qZHfSNw==",
  7750. "license": "MIT"
  7751. },
  7752. "node_modules/launch-editor": {
  7753. "version": "2.11.1",
  7754. "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.11.1.tgz",
  7755. "integrity": "sha512-SEET7oNfgSaB6Ym0jufAdCeo3meJVeCaaDyzRygy0xsp2BFKCprcfHljTq4QkzTLUxEKkFK6OK4811YM2oSrRg==",
  7756. "license": "MIT",
  7757. "dependencies": {
  7758. "picocolors": "^1.1.1",
  7759. "shell-quote": "^1.8.3"
  7760. }
  7761. },
  7762. "node_modules/lazystream": {
  7763. "version": "1.0.1",
  7764. "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.1.tgz",
  7765. "integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==",
  7766. "license": "MIT",
  7767. "dependencies": {
  7768. "readable-stream": "^2.0.5"
  7769. },
  7770. "engines": {
  7771. "node": ">= 0.6.3"
  7772. }
  7773. },
  7774. "node_modules/lazystream/node_modules/readable-stream": {
  7775. "version": "2.3.8",
  7776. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
  7777. "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
  7778. "license": "MIT",
  7779. "dependencies": {
  7780. "core-util-is": "~1.0.0",
  7781. "inherits": "~2.0.3",
  7782. "isarray": "~1.0.0",
  7783. "process-nextick-args": "~2.0.0",
  7784. "safe-buffer": "~5.1.1",
  7785. "string_decoder": "~1.1.1",
  7786. "util-deprecate": "~1.0.1"
  7787. }
  7788. },
  7789. "node_modules/lazystream/node_modules/safe-buffer": {
  7790. "version": "5.1.2",
  7791. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
  7792. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
  7793. "license": "MIT"
  7794. },
  7795. "node_modules/lazystream/node_modules/string_decoder": {
  7796. "version": "1.1.1",
  7797. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  7798. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  7799. "license": "MIT",
  7800. "dependencies": {
  7801. "safe-buffer": "~5.1.0"
  7802. }
  7803. },
  7804. "node_modules/lightningcss": {
  7805. "version": "1.30.2",
  7806. "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.2.tgz",
  7807. "integrity": "sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==",
  7808. "license": "MPL-2.0",
  7809. "dependencies": {
  7810. "detect-libc": "^2.0.3"
  7811. },
  7812. "engines": {
  7813. "node": ">= 12.0.0"
  7814. },
  7815. "funding": {
  7816. "type": "opencollective",
  7817. "url": "https://opencollective.com/parcel"
  7818. },
  7819. "optionalDependencies": {
  7820. "lightningcss-android-arm64": "1.30.2",
  7821. "lightningcss-darwin-arm64": "1.30.2",
  7822. "lightningcss-darwin-x64": "1.30.2",
  7823. "lightningcss-freebsd-x64": "1.30.2",
  7824. "lightningcss-linux-arm-gnueabihf": "1.30.2",
  7825. "lightningcss-linux-arm64-gnu": "1.30.2",
  7826. "lightningcss-linux-arm64-musl": "1.30.2",
  7827. "lightningcss-linux-x64-gnu": "1.30.2",
  7828. "lightningcss-linux-x64-musl": "1.30.2",
  7829. "lightningcss-win32-arm64-msvc": "1.30.2",
  7830. "lightningcss-win32-x64-msvc": "1.30.2"
  7831. }
  7832. },
  7833. "node_modules/lightningcss-android-arm64": {
  7834. "version": "1.30.2",
  7835. "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.30.2.tgz",
  7836. "integrity": "sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==",
  7837. "cpu": [
  7838. "arm64"
  7839. ],
  7840. "license": "MPL-2.0",
  7841. "optional": true,
  7842. "os": [
  7843. "android"
  7844. ],
  7845. "engines": {
  7846. "node": ">= 12.0.0"
  7847. },
  7848. "funding": {
  7849. "type": "opencollective",
  7850. "url": "https://opencollective.com/parcel"
  7851. }
  7852. },
  7853. "node_modules/lightningcss-darwin-arm64": {
  7854. "version": "1.30.2",
  7855. "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.2.tgz",
  7856. "integrity": "sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==",
  7857. "cpu": [
  7858. "arm64"
  7859. ],
  7860. "license": "MPL-2.0",
  7861. "optional": true,
  7862. "os": [
  7863. "darwin"
  7864. ],
  7865. "engines": {
  7866. "node": ">= 12.0.0"
  7867. },
  7868. "funding": {
  7869. "type": "opencollective",
  7870. "url": "https://opencollective.com/parcel"
  7871. }
  7872. },
  7873. "node_modules/lightningcss-darwin-x64": {
  7874. "version": "1.30.2",
  7875. "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.2.tgz",
  7876. "integrity": "sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==",
  7877. "cpu": [
  7878. "x64"
  7879. ],
  7880. "license": "MPL-2.0",
  7881. "optional": true,
  7882. "os": [
  7883. "darwin"
  7884. ],
  7885. "engines": {
  7886. "node": ">= 12.0.0"
  7887. },
  7888. "funding": {
  7889. "type": "opencollective",
  7890. "url": "https://opencollective.com/parcel"
  7891. }
  7892. },
  7893. "node_modules/lightningcss-freebsd-x64": {
  7894. "version": "1.30.2",
  7895. "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.2.tgz",
  7896. "integrity": "sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==",
  7897. "cpu": [
  7898. "x64"
  7899. ],
  7900. "license": "MPL-2.0",
  7901. "optional": true,
  7902. "os": [
  7903. "freebsd"
  7904. ],
  7905. "engines": {
  7906. "node": ">= 12.0.0"
  7907. },
  7908. "funding": {
  7909. "type": "opencollective",
  7910. "url": "https://opencollective.com/parcel"
  7911. }
  7912. },
  7913. "node_modules/lightningcss-linux-arm-gnueabihf": {
  7914. "version": "1.30.2",
  7915. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.2.tgz",
  7916. "integrity": "sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==",
  7917. "cpu": [
  7918. "arm"
  7919. ],
  7920. "license": "MPL-2.0",
  7921. "optional": true,
  7922. "os": [
  7923. "linux"
  7924. ],
  7925. "engines": {
  7926. "node": ">= 12.0.0"
  7927. },
  7928. "funding": {
  7929. "type": "opencollective",
  7930. "url": "https://opencollective.com/parcel"
  7931. }
  7932. },
  7933. "node_modules/lightningcss-linux-arm64-gnu": {
  7934. "version": "1.30.2",
  7935. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.2.tgz",
  7936. "integrity": "sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==",
  7937. "cpu": [
  7938. "arm64"
  7939. ],
  7940. "license": "MPL-2.0",
  7941. "optional": true,
  7942. "os": [
  7943. "linux"
  7944. ],
  7945. "engines": {
  7946. "node": ">= 12.0.0"
  7947. },
  7948. "funding": {
  7949. "type": "opencollective",
  7950. "url": "https://opencollective.com/parcel"
  7951. }
  7952. },
  7953. "node_modules/lightningcss-linux-arm64-musl": {
  7954. "version": "1.30.2",
  7955. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.2.tgz",
  7956. "integrity": "sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==",
  7957. "cpu": [
  7958. "arm64"
  7959. ],
  7960. "license": "MPL-2.0",
  7961. "optional": true,
  7962. "os": [
  7963. "linux"
  7964. ],
  7965. "engines": {
  7966. "node": ">= 12.0.0"
  7967. },
  7968. "funding": {
  7969. "type": "opencollective",
  7970. "url": "https://opencollective.com/parcel"
  7971. }
  7972. },
  7973. "node_modules/lightningcss-linux-x64-gnu": {
  7974. "version": "1.30.2",
  7975. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.2.tgz",
  7976. "integrity": "sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==",
  7977. "cpu": [
  7978. "x64"
  7979. ],
  7980. "license": "MPL-2.0",
  7981. "optional": true,
  7982. "os": [
  7983. "linux"
  7984. ],
  7985. "engines": {
  7986. "node": ">= 12.0.0"
  7987. },
  7988. "funding": {
  7989. "type": "opencollective",
  7990. "url": "https://opencollective.com/parcel"
  7991. }
  7992. },
  7993. "node_modules/lightningcss-linux-x64-musl": {
  7994. "version": "1.30.2",
  7995. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.2.tgz",
  7996. "integrity": "sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==",
  7997. "cpu": [
  7998. "x64"
  7999. ],
  8000. "license": "MPL-2.0",
  8001. "optional": true,
  8002. "os": [
  8003. "linux"
  8004. ],
  8005. "engines": {
  8006. "node": ">= 12.0.0"
  8007. },
  8008. "funding": {
  8009. "type": "opencollective",
  8010. "url": "https://opencollective.com/parcel"
  8011. }
  8012. },
  8013. "node_modules/lightningcss-win32-arm64-msvc": {
  8014. "version": "1.30.2",
  8015. "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.2.tgz",
  8016. "integrity": "sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==",
  8017. "cpu": [
  8018. "arm64"
  8019. ],
  8020. "license": "MPL-2.0",
  8021. "optional": true,
  8022. "os": [
  8023. "win32"
  8024. ],
  8025. "engines": {
  8026. "node": ">= 12.0.0"
  8027. },
  8028. "funding": {
  8029. "type": "opencollective",
  8030. "url": "https://opencollective.com/parcel"
  8031. }
  8032. },
  8033. "node_modules/lightningcss-win32-x64-msvc": {
  8034. "version": "1.30.2",
  8035. "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.2.tgz",
  8036. "integrity": "sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==",
  8037. "cpu": [
  8038. "x64"
  8039. ],
  8040. "license": "MPL-2.0",
  8041. "optional": true,
  8042. "os": [
  8043. "win32"
  8044. ],
  8045. "engines": {
  8046. "node": ">= 12.0.0"
  8047. },
  8048. "funding": {
  8049. "type": "opencollective",
  8050. "url": "https://opencollective.com/parcel"
  8051. }
  8052. },
  8053. "node_modules/lilconfig": {
  8054. "version": "3.1.3",
  8055. "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
  8056. "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
  8057. "license": "MIT",
  8058. "engines": {
  8059. "node": ">=14"
  8060. },
  8061. "funding": {
  8062. "url": "https://github.com/sponsors/antonk52"
  8063. }
  8064. },
  8065. "node_modules/listhen": {
  8066. "version": "1.9.1",
  8067. "resolved": "https://registry.npmjs.org/listhen/-/listhen-1.9.1.tgz",
  8068. "integrity": "sha512-4EhoyVcXEpNlY5HJRSQpH7Rba94M8N2JmI62ePjl0lrJKXSfG0F1FAgHGxBoz/T3pe41sUEwkIRRIcaUL0/Ofw==",
  8069. "license": "MIT",
  8070. "dependencies": {
  8071. "@parcel/watcher": "^2.5.6",
  8072. "@parcel/watcher-wasm": "^2.5.6",
  8073. "citty": "^0.2.2",
  8074. "consola": "^3.4.2",
  8075. "crossws": ">=0.2.0 <0.5.0",
  8076. "defu": "^6.1.6",
  8077. "get-port-please": "^3.2.0",
  8078. "h3": "^1.15.11",
  8079. "http-shutdown": "^1.2.2",
  8080. "jiti": "^2.6.1",
  8081. "mlly": "^1.8.2",
  8082. "node-forge": "^1.4.0",
  8083. "pathe": "^2.0.3",
  8084. "std-env": "^4.0.0",
  8085. "tinyclip": "^0.1.12",
  8086. "ufo": "^1.6.3",
  8087. "untun": "^0.1.3",
  8088. "uqr": "^0.1.2"
  8089. },
  8090. "bin": {
  8091. "listen": "bin/listhen.mjs",
  8092. "listhen": "bin/listhen.mjs"
  8093. }
  8094. },
  8095. "node_modules/listhen/node_modules/citty": {
  8096. "version": "0.2.2",
  8097. "resolved": "https://registry.npmjs.org/citty/-/citty-0.2.2.tgz",
  8098. "integrity": "sha512-+6vJA3L98yv+IdfKGZHBNiGW5KHn22e/JwID0Strsz8h4S/csAu/OuICwxrg44k5MRiZHWIo8XXuJgQTriRP4w==",
  8099. "license": "MIT"
  8100. },
  8101. "node_modules/listhen/node_modules/std-env": {
  8102. "version": "4.1.0",
  8103. "resolved": "https://registry.npmjs.org/std-env/-/std-env-4.1.0.tgz",
  8104. "integrity": "sha512-Rq7ybcX2RuC55r9oaPVEW7/xu3tj8u4GeBYHBWCychFtzMIr86A7e3PPEBPT37sHStKX3+TiX/Fr/ACmJLVlLQ==",
  8105. "license": "MIT"
  8106. },
  8107. "node_modules/local-pkg": {
  8108. "version": "1.1.2",
  8109. "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-1.1.2.tgz",
  8110. "integrity": "sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==",
  8111. "license": "MIT",
  8112. "dependencies": {
  8113. "mlly": "^1.7.4",
  8114. "pkg-types": "^2.3.0",
  8115. "quansync": "^0.2.11"
  8116. },
  8117. "engines": {
  8118. "node": ">=14"
  8119. },
  8120. "funding": {
  8121. "url": "https://github.com/sponsors/antfu"
  8122. }
  8123. },
  8124. "node_modules/lodash": {
  8125. "version": "4.18.1",
  8126. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
  8127. "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
  8128. "license": "MIT"
  8129. },
  8130. "node_modules/lodash.defaults": {
  8131. "version": "4.2.0",
  8132. "resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz",
  8133. "integrity": "sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==",
  8134. "license": "MIT"
  8135. },
  8136. "node_modules/lodash.isarguments": {
  8137. "version": "3.1.0",
  8138. "resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz",
  8139. "integrity": "sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg==",
  8140. "license": "MIT"
  8141. },
  8142. "node_modules/lodash.memoize": {
  8143. "version": "4.1.2",
  8144. "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
  8145. "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==",
  8146. "license": "MIT"
  8147. },
  8148. "node_modules/lodash.uniq": {
  8149. "version": "4.5.0",
  8150. "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
  8151. "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==",
  8152. "license": "MIT"
  8153. },
  8154. "node_modules/lru-cache": {
  8155. "version": "5.1.1",
  8156. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  8157. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  8158. "license": "ISC",
  8159. "dependencies": {
  8160. "yallist": "^3.0.2"
  8161. }
  8162. },
  8163. "node_modules/lucide-vue-next": {
  8164. "version": "1.0.0",
  8165. "resolved": "https://registry.npmjs.org/lucide-vue-next/-/lucide-vue-next-1.0.0.tgz",
  8166. "integrity": "sha512-V6SPvx1IHTj/UY+FrIYWV5faISsPSb8BnWSFDxAtezWKvWc9ZZ40PDrdu1/Qb5vg4lHWr1hs1BAMGVGm6V1Xdg==",
  8167. "license": "ISC",
  8168. "peerDependencies": {
  8169. "vue": ">=3.0.1"
  8170. }
  8171. },
  8172. "node_modules/magic-regexp": {
  8173. "version": "0.10.0",
  8174. "resolved": "https://registry.npmjs.org/magic-regexp/-/magic-regexp-0.10.0.tgz",
  8175. "integrity": "sha512-Uly1Bu4lO1hwHUW0CQeSWuRtzCMNO00CmXtS8N6fyvB3B979GOEEeAkiTUDsmbYLAbvpUS/Kt5c4ibosAzVyVg==",
  8176. "license": "MIT",
  8177. "dependencies": {
  8178. "estree-walker": "^3.0.3",
  8179. "magic-string": "^0.30.12",
  8180. "mlly": "^1.7.2",
  8181. "regexp-tree": "^0.1.27",
  8182. "type-level-regexp": "~0.1.17",
  8183. "ufo": "^1.5.4",
  8184. "unplugin": "^2.0.0"
  8185. }
  8186. },
  8187. "node_modules/magic-regexp/node_modules/estree-walker": {
  8188. "version": "3.0.3",
  8189. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  8190. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  8191. "license": "MIT",
  8192. "dependencies": {
  8193. "@types/estree": "^1.0.0"
  8194. }
  8195. },
  8196. "node_modules/magic-string": {
  8197. "version": "0.30.21",
  8198. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
  8199. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  8200. "license": "MIT",
  8201. "dependencies": {
  8202. "@jridgewell/sourcemap-codec": "^1.5.5"
  8203. }
  8204. },
  8205. "node_modules/magic-string-ast": {
  8206. "version": "1.0.3",
  8207. "resolved": "https://registry.npmjs.org/magic-string-ast/-/magic-string-ast-1.0.3.tgz",
  8208. "integrity": "sha512-CvkkH1i81zl7mmb94DsRiFeG9V2fR2JeuK8yDgS8oiZSFa++wWLEgZ5ufEOyLHbvSbD1gTRKv9NdX69Rnvr9JA==",
  8209. "license": "MIT",
  8210. "dependencies": {
  8211. "magic-string": "^0.30.19"
  8212. },
  8213. "engines": {
  8214. "node": ">=20.19.0"
  8215. },
  8216. "funding": {
  8217. "url": "https://github.com/sponsors/sxzz"
  8218. }
  8219. },
  8220. "node_modules/magicast": {
  8221. "version": "0.3.5",
  8222. "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.3.5.tgz",
  8223. "integrity": "sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==",
  8224. "license": "MIT",
  8225. "dependencies": {
  8226. "@babel/parser": "^7.25.4",
  8227. "@babel/types": "^7.25.4",
  8228. "source-map-js": "^1.2.0"
  8229. }
  8230. },
  8231. "node_modules/mdn-data": {
  8232. "version": "2.12.2",
  8233. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.12.2.tgz",
  8234. "integrity": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==",
  8235. "license": "CC0-1.0"
  8236. },
  8237. "node_modules/merge-stream": {
  8238. "version": "2.0.0",
  8239. "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
  8240. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
  8241. "license": "MIT"
  8242. },
  8243. "node_modules/merge2": {
  8244. "version": "1.4.1",
  8245. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  8246. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  8247. "license": "MIT",
  8248. "engines": {
  8249. "node": ">= 8"
  8250. }
  8251. },
  8252. "node_modules/micromatch": {
  8253. "version": "4.0.8",
  8254. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
  8255. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  8256. "license": "MIT",
  8257. "dependencies": {
  8258. "braces": "^3.0.3",
  8259. "picomatch": "^2.3.1"
  8260. },
  8261. "engines": {
  8262. "node": ">=8.6"
  8263. }
  8264. },
  8265. "node_modules/micromatch/node_modules/picomatch": {
  8266. "version": "2.3.2",
  8267. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
  8268. "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
  8269. "license": "MIT",
  8270. "engines": {
  8271. "node": ">=8.6"
  8272. },
  8273. "funding": {
  8274. "url": "https://github.com/sponsors/jonschlinkert"
  8275. }
  8276. },
  8277. "node_modules/mime": {
  8278. "version": "4.1.0",
  8279. "resolved": "https://registry.npmjs.org/mime/-/mime-4.1.0.tgz",
  8280. "integrity": "sha512-X5ju04+cAzsojXKes0B/S4tcYtFAJ6tTMuSPBEn9CPGlrWr8Fiw7qYeLT0XyH80HSoAoqWCaz+MWKh22P7G1cw==",
  8281. "funding": [
  8282. "https://github.com/sponsors/broofa"
  8283. ],
  8284. "license": "MIT",
  8285. "bin": {
  8286. "mime": "bin/cli.js"
  8287. },
  8288. "engines": {
  8289. "node": ">=16"
  8290. }
  8291. },
  8292. "node_modules/mime-db": {
  8293. "version": "1.54.0",
  8294. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
  8295. "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
  8296. "license": "MIT",
  8297. "engines": {
  8298. "node": ">= 0.6"
  8299. }
  8300. },
  8301. "node_modules/mime-types": {
  8302. "version": "3.0.2",
  8303. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
  8304. "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
  8305. "license": "MIT",
  8306. "dependencies": {
  8307. "mime-db": "^1.54.0"
  8308. },
  8309. "engines": {
  8310. "node": ">=18"
  8311. },
  8312. "funding": {
  8313. "type": "opencollective",
  8314. "url": "https://opencollective.com/express"
  8315. }
  8316. },
  8317. "node_modules/mimic-fn": {
  8318. "version": "4.0.0",
  8319. "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz",
  8320. "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==",
  8321. "license": "MIT",
  8322. "engines": {
  8323. "node": ">=12"
  8324. },
  8325. "funding": {
  8326. "url": "https://github.com/sponsors/sindresorhus"
  8327. }
  8328. },
  8329. "node_modules/minimatch": {
  8330. "version": "9.0.9",
  8331. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
  8332. "integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
  8333. "license": "ISC",
  8334. "dependencies": {
  8335. "brace-expansion": "^2.0.2"
  8336. },
  8337. "engines": {
  8338. "node": ">=16 || 14 >=14.17"
  8339. },
  8340. "funding": {
  8341. "url": "https://github.com/sponsors/isaacs"
  8342. }
  8343. },
  8344. "node_modules/minipass": {
  8345. "version": "7.1.3",
  8346. "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz",
  8347. "integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
  8348. "license": "BlueOak-1.0.0",
  8349. "engines": {
  8350. "node": ">=16 || 14 >=14.17"
  8351. }
  8352. },
  8353. "node_modules/minizlib": {
  8354. "version": "3.1.0",
  8355. "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.1.0.tgz",
  8356. "integrity": "sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==",
  8357. "license": "MIT",
  8358. "dependencies": {
  8359. "minipass": "^7.1.2"
  8360. },
  8361. "engines": {
  8362. "node": ">= 18"
  8363. }
  8364. },
  8365. "node_modules/mitt": {
  8366. "version": "3.0.1",
  8367. "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz",
  8368. "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
  8369. "license": "MIT"
  8370. },
  8371. "node_modules/mlly": {
  8372. "version": "1.8.2",
  8373. "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.8.2.tgz",
  8374. "integrity": "sha512-d+ObxMQFmbt10sretNDytwt85VrbkhhUA/JBGm1MPaWJ65Cl4wOgLaB1NYvJSZ0Ef03MMEU/0xpPMXUIQ29UfA==",
  8375. "license": "MIT",
  8376. "dependencies": {
  8377. "acorn": "^8.16.0",
  8378. "pathe": "^2.0.3",
  8379. "pkg-types": "^1.3.1",
  8380. "ufo": "^1.6.3"
  8381. }
  8382. },
  8383. "node_modules/mlly/node_modules/confbox": {
  8384. "version": "0.1.8",
  8385. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz",
  8386. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  8387. "license": "MIT"
  8388. },
  8389. "node_modules/mlly/node_modules/pkg-types": {
  8390. "version": "1.3.1",
  8391. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz",
  8392. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  8393. "license": "MIT",
  8394. "dependencies": {
  8395. "confbox": "^0.1.8",
  8396. "mlly": "^1.7.4",
  8397. "pathe": "^2.0.1"
  8398. }
  8399. },
  8400. "node_modules/mocked-exports": {
  8401. "version": "0.1.1",
  8402. "resolved": "https://registry.npmjs.org/mocked-exports/-/mocked-exports-0.1.1.tgz",
  8403. "integrity": "sha512-aF7yRQr/Q0O2/4pIXm6PZ5G+jAd7QS4Yu8m+WEeEHGnbo+7mE36CbLSDQiXYV8bVL3NfmdeqPJct0tUlnjVSnA==",
  8404. "license": "MIT"
  8405. },
  8406. "node_modules/motion-dom": {
  8407. "version": "12.23.12",
  8408. "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.23.12.tgz",
  8409. "integrity": "sha512-RcR4fvMCTESQBD/uKQe49D5RUeDOokkGRmz4ceaJKDBgHYtZtntC/s2vLvY38gqGaytinij/yi3hMcWVcEF5Kw==",
  8410. "license": "MIT",
  8411. "dependencies": {
  8412. "motion-utils": "^12.23.6"
  8413. }
  8414. },
  8415. "node_modules/motion-utils": {
  8416. "version": "12.23.6",
  8417. "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.23.6.tgz",
  8418. "integrity": "sha512-eAWoPgr4eFEOFfg2WjIsMoqJTW6Z8MTUCgn/GZ3VRpClWBdnbjryiA3ZSNLyxCTmCQx4RmYX6jX1iWHbenUPNQ==",
  8419. "license": "MIT"
  8420. },
  8421. "node_modules/motion-v": {
  8422. "version": "1.7.4",
  8423. "resolved": "https://registry.npmjs.org/motion-v/-/motion-v-1.7.4.tgz",
  8424. "integrity": "sha512-YNDUAsany04wfI7YtHxQK3kxzNvh+OdFUk9GpA3+hMt7j6P+5WrVAAgr8kmPPoVza9EsJiAVhqoN3YYFN0Twrw==",
  8425. "license": "MIT",
  8426. "dependencies": {
  8427. "framer-motion": "12.23.12",
  8428. "hey-listen": "^1.0.8",
  8429. "motion-dom": "12.23.12"
  8430. },
  8431. "peerDependencies": {
  8432. "@vueuse/core": ">=10.0.0",
  8433. "vue": ">=3.0.0"
  8434. }
  8435. },
  8436. "node_modules/mrmime": {
  8437. "version": "2.0.1",
  8438. "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz",
  8439. "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==",
  8440. "license": "MIT",
  8441. "engines": {
  8442. "node": ">=10"
  8443. }
  8444. },
  8445. "node_modules/ms": {
  8446. "version": "2.1.3",
  8447. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  8448. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  8449. "license": "MIT"
  8450. },
  8451. "node_modules/muggle-string": {
  8452. "version": "0.4.1",
  8453. "resolved": "https://registry.npmjs.org/muggle-string/-/muggle-string-0.4.1.tgz",
  8454. "integrity": "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==",
  8455. "license": "MIT"
  8456. },
  8457. "node_modules/nanoid": {
  8458. "version": "5.1.6",
  8459. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.6.tgz",
  8460. "integrity": "sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg==",
  8461. "funding": [
  8462. {
  8463. "type": "github",
  8464. "url": "https://github.com/sponsors/ai"
  8465. }
  8466. ],
  8467. "license": "MIT",
  8468. "bin": {
  8469. "nanoid": "bin/nanoid.js"
  8470. },
  8471. "engines": {
  8472. "node": "^18 || >=20"
  8473. }
  8474. },
  8475. "node_modules/nanotar": {
  8476. "version": "0.2.1",
  8477. "resolved": "https://registry.npmjs.org/nanotar/-/nanotar-0.2.1.tgz",
  8478. "integrity": "sha512-MUrzzDUcIOPbv7ubhDV/L4CIfVTATd9XhDE2ixFeCrM5yp9AlzUpn91JrnN0HD6hksdxvz9IW9aKANz0Bta0GA==",
  8479. "license": "MIT"
  8480. },
  8481. "node_modules/nitropack": {
  8482. "version": "2.13.3",
  8483. "resolved": "https://registry.npmjs.org/nitropack/-/nitropack-2.13.3.tgz",
  8484. "integrity": "sha512-C8vO7RxkU0AQ3HbYUumuG6MVM5JjRaBchke/rYFOp3EvrLtTBHZYhDVGECdpa27vNuOYRzm3GtQMn2YDOjDJLA==",
  8485. "license": "MIT",
  8486. "dependencies": {
  8487. "@cloudflare/kv-asset-handler": "^0.4.2",
  8488. "@rollup/plugin-alias": "^6.0.0",
  8489. "@rollup/plugin-commonjs": "^29.0.2",
  8490. "@rollup/plugin-inject": "^5.0.5",
  8491. "@rollup/plugin-json": "^6.1.0",
  8492. "@rollup/plugin-node-resolve": "^16.0.3",
  8493. "@rollup/plugin-replace": "^6.0.3",
  8494. "@rollup/plugin-terser": "^1.0.0",
  8495. "@vercel/nft": "^1.5.0",
  8496. "archiver": "^7.0.1",
  8497. "c12": "^3.3.4",
  8498. "chokidar": "^5.0.0",
  8499. "citty": "^0.2.2",
  8500. "compatx": "^0.2.0",
  8501. "confbox": "^0.2.4",
  8502. "consola": "^3.4.2",
  8503. "cookie-es": "^2.0.1",
  8504. "croner": "^10.0.1",
  8505. "crossws": "^0.3.5",
  8506. "db0": "^0.3.4",
  8507. "defu": "^6.1.6",
  8508. "destr": "^2.0.5",
  8509. "dot-prop": "^10.1.0",
  8510. "esbuild": "^0.27.5",
  8511. "escape-string-regexp": "^5.0.0",
  8512. "etag": "^1.8.1",
  8513. "exsolve": "^1.0.8",
  8514. "globby": "^16.2.0",
  8515. "gzip-size": "^7.0.0",
  8516. "h3": "^1.15.10",
  8517. "hookable": "^5.5.3",
  8518. "httpxy": "^0.5.0",
  8519. "ioredis": "^5.10.1",
  8520. "jiti": "^2.6.1",
  8521. "klona": "^2.0.6",
  8522. "knitwork": "^1.3.0",
  8523. "listhen": "^1.9.1",
  8524. "magic-string": "^0.30.21",
  8525. "magicast": "^0.5.2",
  8526. "mime": "^4.1.0",
  8527. "mlly": "^1.8.2",
  8528. "node-fetch-native": "^1.6.7",
  8529. "node-mock-http": "^1.0.4",
  8530. "ofetch": "^1.5.1",
  8531. "ohash": "^2.0.11",
  8532. "pathe": "^2.0.3",
  8533. "perfect-debounce": "^2.1.0",
  8534. "pkg-types": "^2.3.0",
  8535. "pretty-bytes": "^7.1.0",
  8536. "radix3": "^1.1.2",
  8537. "rollup": "^4.60.1",
  8538. "rollup-plugin-visualizer": "^7.0.1",
  8539. "scule": "^1.3.0",
  8540. "semver": "^7.7.4",
  8541. "serve-placeholder": "^2.0.2",
  8542. "serve-static": "^2.2.1",
  8543. "source-map": "^0.7.6",
  8544. "std-env": "^4.0.0",
  8545. "ufo": "^1.6.3",
  8546. "ultrahtml": "^1.6.0",
  8547. "uncrypto": "^0.1.3",
  8548. "unctx": "^2.5.0",
  8549. "unenv": "2.0.0-rc.24",
  8550. "unimport": "^6.0.2",
  8551. "unplugin-utils": "^0.3.1",
  8552. "unstorage": "^1.17.5",
  8553. "untyped": "^2.0.0",
  8554. "unwasm": "^0.5.3",
  8555. "youch": "^4.1.1",
  8556. "youch-core": "^0.3.3"
  8557. },
  8558. "bin": {
  8559. "nitro": "dist/cli/index.mjs",
  8560. "nitropack": "dist/cli/index.mjs"
  8561. },
  8562. "engines": {
  8563. "node": "^20.19.0 || >=22.12.0"
  8564. },
  8565. "peerDependencies": {
  8566. "xml2js": "^0.6.2"
  8567. },
  8568. "peerDependenciesMeta": {
  8569. "xml2js": {
  8570. "optional": true
  8571. }
  8572. }
  8573. },
  8574. "node_modules/nitropack/node_modules/@esbuild/aix-ppc64": {
  8575. "version": "0.27.7",
  8576. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.7.tgz",
  8577. "integrity": "sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg==",
  8578. "cpu": [
  8579. "ppc64"
  8580. ],
  8581. "license": "MIT",
  8582. "optional": true,
  8583. "os": [
  8584. "aix"
  8585. ],
  8586. "engines": {
  8587. "node": ">=18"
  8588. }
  8589. },
  8590. "node_modules/nitropack/node_modules/@esbuild/android-arm": {
  8591. "version": "0.27.7",
  8592. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.7.tgz",
  8593. "integrity": "sha512-jbPXvB4Yj2yBV7HUfE2KHe4GJX51QplCN1pGbYjvsyCZbQmies29EoJbkEc+vYuU5o45AfQn37vZlyXy4YJ8RQ==",
  8594. "cpu": [
  8595. "arm"
  8596. ],
  8597. "license": "MIT",
  8598. "optional": true,
  8599. "os": [
  8600. "android"
  8601. ],
  8602. "engines": {
  8603. "node": ">=18"
  8604. }
  8605. },
  8606. "node_modules/nitropack/node_modules/@esbuild/android-arm64": {
  8607. "version": "0.27.7",
  8608. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.7.tgz",
  8609. "integrity": "sha512-62dPZHpIXzvChfvfLJow3q5dDtiNMkwiRzPylSCfriLvZeq0a1bWChrGx/BbUbPwOrsWKMn8idSllklzBy+dgQ==",
  8610. "cpu": [
  8611. "arm64"
  8612. ],
  8613. "license": "MIT",
  8614. "optional": true,
  8615. "os": [
  8616. "android"
  8617. ],
  8618. "engines": {
  8619. "node": ">=18"
  8620. }
  8621. },
  8622. "node_modules/nitropack/node_modules/@esbuild/android-x64": {
  8623. "version": "0.27.7",
  8624. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.7.tgz",
  8625. "integrity": "sha512-x5VpMODneVDb70PYV2VQOmIUUiBtY3D3mPBG8NxVk5CogneYhkR7MmM3yR/uMdITLrC1ml/NV1rj4bMJuy9MCg==",
  8626. "cpu": [
  8627. "x64"
  8628. ],
  8629. "license": "MIT",
  8630. "optional": true,
  8631. "os": [
  8632. "android"
  8633. ],
  8634. "engines": {
  8635. "node": ">=18"
  8636. }
  8637. },
  8638. "node_modules/nitropack/node_modules/@esbuild/darwin-arm64": {
  8639. "version": "0.27.7",
  8640. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.7.tgz",
  8641. "integrity": "sha512-5lckdqeuBPlKUwvoCXIgI2D9/ABmPq3Rdp7IfL70393YgaASt7tbju3Ac+ePVi3KDH6N2RqePfHnXkaDtY9fkw==",
  8642. "cpu": [
  8643. "arm64"
  8644. ],
  8645. "license": "MIT",
  8646. "optional": true,
  8647. "os": [
  8648. "darwin"
  8649. ],
  8650. "engines": {
  8651. "node": ">=18"
  8652. }
  8653. },
  8654. "node_modules/nitropack/node_modules/@esbuild/darwin-x64": {
  8655. "version": "0.27.7",
  8656. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.7.tgz",
  8657. "integrity": "sha512-rYnXrKcXuT7Z+WL5K980jVFdvVKhCHhUwid+dDYQpH+qu+TefcomiMAJpIiC2EM3Rjtq0sO3StMV/+3w3MyyqQ==",
  8658. "cpu": [
  8659. "x64"
  8660. ],
  8661. "license": "MIT",
  8662. "optional": true,
  8663. "os": [
  8664. "darwin"
  8665. ],
  8666. "engines": {
  8667. "node": ">=18"
  8668. }
  8669. },
  8670. "node_modules/nitropack/node_modules/@esbuild/freebsd-arm64": {
  8671. "version": "0.27.7",
  8672. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.7.tgz",
  8673. "integrity": "sha512-B48PqeCsEgOtzME2GbNM2roU29AMTuOIN91dsMO30t+Ydis3z/3Ngoj5hhnsOSSwNzS+6JppqWsuhTp6E82l2w==",
  8674. "cpu": [
  8675. "arm64"
  8676. ],
  8677. "license": "MIT",
  8678. "optional": true,
  8679. "os": [
  8680. "freebsd"
  8681. ],
  8682. "engines": {
  8683. "node": ">=18"
  8684. }
  8685. },
  8686. "node_modules/nitropack/node_modules/@esbuild/freebsd-x64": {
  8687. "version": "0.27.7",
  8688. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.7.tgz",
  8689. "integrity": "sha512-jOBDK5XEjA4m5IJK3bpAQF9/Lelu/Z9ZcdhTRLf4cajlB+8VEhFFRjWgfy3M1O4rO2GQ/b2dLwCUGpiF/eATNQ==",
  8690. "cpu": [
  8691. "x64"
  8692. ],
  8693. "license": "MIT",
  8694. "optional": true,
  8695. "os": [
  8696. "freebsd"
  8697. ],
  8698. "engines": {
  8699. "node": ">=18"
  8700. }
  8701. },
  8702. "node_modules/nitropack/node_modules/@esbuild/linux-arm": {
  8703. "version": "0.27.7",
  8704. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.7.tgz",
  8705. "integrity": "sha512-RkT/YXYBTSULo3+af8Ib0ykH8u2MBh57o7q/DAs3lTJlyVQkgQvlrPTnjIzzRPQyavxtPtfg0EopvDyIt0j1rA==",
  8706. "cpu": [
  8707. "arm"
  8708. ],
  8709. "license": "MIT",
  8710. "optional": true,
  8711. "os": [
  8712. "linux"
  8713. ],
  8714. "engines": {
  8715. "node": ">=18"
  8716. }
  8717. },
  8718. "node_modules/nitropack/node_modules/@esbuild/linux-arm64": {
  8719. "version": "0.27.7",
  8720. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.7.tgz",
  8721. "integrity": "sha512-RZPHBoxXuNnPQO9rvjh5jdkRmVizktkT7TCDkDmQ0W2SwHInKCAV95GRuvdSvA7w4VMwfCjUiPwDi0ZO6Nfe9A==",
  8722. "cpu": [
  8723. "arm64"
  8724. ],
  8725. "license": "MIT",
  8726. "optional": true,
  8727. "os": [
  8728. "linux"
  8729. ],
  8730. "engines": {
  8731. "node": ">=18"
  8732. }
  8733. },
  8734. "node_modules/nitropack/node_modules/@esbuild/linux-ia32": {
  8735. "version": "0.27.7",
  8736. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.7.tgz",
  8737. "integrity": "sha512-GA48aKNkyQDbd3KtkplYWT102C5sn/EZTY4XROkxONgruHPU72l+gW+FfF8tf2cFjeHaRbWpOYa/uRBz/Xq1Pg==",
  8738. "cpu": [
  8739. "ia32"
  8740. ],
  8741. "license": "MIT",
  8742. "optional": true,
  8743. "os": [
  8744. "linux"
  8745. ],
  8746. "engines": {
  8747. "node": ">=18"
  8748. }
  8749. },
  8750. "node_modules/nitropack/node_modules/@esbuild/linux-loong64": {
  8751. "version": "0.27.7",
  8752. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.7.tgz",
  8753. "integrity": "sha512-a4POruNM2oWsD4WKvBSEKGIiWQF8fZOAsycHOt6JBpZ+JN2n2JH9WAv56SOyu9X5IqAjqSIPTaJkqN8F7XOQ5Q==",
  8754. "cpu": [
  8755. "loong64"
  8756. ],
  8757. "license": "MIT",
  8758. "optional": true,
  8759. "os": [
  8760. "linux"
  8761. ],
  8762. "engines": {
  8763. "node": ">=18"
  8764. }
  8765. },
  8766. "node_modules/nitropack/node_modules/@esbuild/linux-mips64el": {
  8767. "version": "0.27.7",
  8768. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.7.tgz",
  8769. "integrity": "sha512-KabT5I6StirGfIz0FMgl1I+R1H73Gp0ofL9A3nG3i/cYFJzKHhouBV5VWK1CSgKvVaG4q1RNpCTR2LuTVB3fIw==",
  8770. "cpu": [
  8771. "mips64el"
  8772. ],
  8773. "license": "MIT",
  8774. "optional": true,
  8775. "os": [
  8776. "linux"
  8777. ],
  8778. "engines": {
  8779. "node": ">=18"
  8780. }
  8781. },
  8782. "node_modules/nitropack/node_modules/@esbuild/linux-ppc64": {
  8783. "version": "0.27.7",
  8784. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.7.tgz",
  8785. "integrity": "sha512-gRsL4x6wsGHGRqhtI+ifpN/vpOFTQtnbsupUF5R5YTAg+y/lKelYR1hXbnBdzDjGbMYjVJLJTd2OFmMewAgwlQ==",
  8786. "cpu": [
  8787. "ppc64"
  8788. ],
  8789. "license": "MIT",
  8790. "optional": true,
  8791. "os": [
  8792. "linux"
  8793. ],
  8794. "engines": {
  8795. "node": ">=18"
  8796. }
  8797. },
  8798. "node_modules/nitropack/node_modules/@esbuild/linux-riscv64": {
  8799. "version": "0.27.7",
  8800. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.7.tgz",
  8801. "integrity": "sha512-hL25LbxO1QOngGzu2U5xeXtxXcW+/GvMN3ejANqXkxZ/opySAZMrc+9LY/WyjAan41unrR3YrmtTsUpwT66InQ==",
  8802. "cpu": [
  8803. "riscv64"
  8804. ],
  8805. "license": "MIT",
  8806. "optional": true,
  8807. "os": [
  8808. "linux"
  8809. ],
  8810. "engines": {
  8811. "node": ">=18"
  8812. }
  8813. },
  8814. "node_modules/nitropack/node_modules/@esbuild/linux-s390x": {
  8815. "version": "0.27.7",
  8816. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.7.tgz",
  8817. "integrity": "sha512-2k8go8Ycu1Kb46vEelhu1vqEP+UeRVj2zY1pSuPdgvbd5ykAw82Lrro28vXUrRmzEsUV0NzCf54yARIK8r0fdw==",
  8818. "cpu": [
  8819. "s390x"
  8820. ],
  8821. "license": "MIT",
  8822. "optional": true,
  8823. "os": [
  8824. "linux"
  8825. ],
  8826. "engines": {
  8827. "node": ">=18"
  8828. }
  8829. },
  8830. "node_modules/nitropack/node_modules/@esbuild/linux-x64": {
  8831. "version": "0.27.7",
  8832. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.7.tgz",
  8833. "integrity": "sha512-hzznmADPt+OmsYzw1EE33ccA+HPdIqiCRq7cQeL1Jlq2gb1+OyWBkMCrYGBJ+sxVzve2ZJEVeePbLM2iEIZSxA==",
  8834. "cpu": [
  8835. "x64"
  8836. ],
  8837. "license": "MIT",
  8838. "optional": true,
  8839. "os": [
  8840. "linux"
  8841. ],
  8842. "engines": {
  8843. "node": ">=18"
  8844. }
  8845. },
  8846. "node_modules/nitropack/node_modules/@esbuild/netbsd-arm64": {
  8847. "version": "0.27.7",
  8848. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.7.tgz",
  8849. "integrity": "sha512-b6pqtrQdigZBwZxAn1UpazEisvwaIDvdbMbmrly7cDTMFnw/+3lVxxCTGOrkPVnsYIosJJXAsILG9XcQS+Yu6w==",
  8850. "cpu": [
  8851. "arm64"
  8852. ],
  8853. "license": "MIT",
  8854. "optional": true,
  8855. "os": [
  8856. "netbsd"
  8857. ],
  8858. "engines": {
  8859. "node": ">=18"
  8860. }
  8861. },
  8862. "node_modules/nitropack/node_modules/@esbuild/netbsd-x64": {
  8863. "version": "0.27.7",
  8864. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.7.tgz",
  8865. "integrity": "sha512-OfatkLojr6U+WN5EDYuoQhtM+1xco+/6FSzJJnuWiUw5eVcicbyK3dq5EeV/QHT1uy6GoDhGbFpprUiHUYggrw==",
  8866. "cpu": [
  8867. "x64"
  8868. ],
  8869. "license": "MIT",
  8870. "optional": true,
  8871. "os": [
  8872. "netbsd"
  8873. ],
  8874. "engines": {
  8875. "node": ">=18"
  8876. }
  8877. },
  8878. "node_modules/nitropack/node_modules/@esbuild/openbsd-arm64": {
  8879. "version": "0.27.7",
  8880. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.7.tgz",
  8881. "integrity": "sha512-AFuojMQTxAz75Fo8idVcqoQWEHIXFRbOc1TrVcFSgCZtQfSdc1RXgB3tjOn/krRHENUB4j00bfGjyl2mJrU37A==",
  8882. "cpu": [
  8883. "arm64"
  8884. ],
  8885. "license": "MIT",
  8886. "optional": true,
  8887. "os": [
  8888. "openbsd"
  8889. ],
  8890. "engines": {
  8891. "node": ">=18"
  8892. }
  8893. },
  8894. "node_modules/nitropack/node_modules/@esbuild/openbsd-x64": {
  8895. "version": "0.27.7",
  8896. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.7.tgz",
  8897. "integrity": "sha512-+A1NJmfM8WNDv5CLVQYJ5PshuRm/4cI6WMZRg1by1GwPIQPCTs1GLEUHwiiQGT5zDdyLiRM/l1G0Pv54gvtKIg==",
  8898. "cpu": [
  8899. "x64"
  8900. ],
  8901. "license": "MIT",
  8902. "optional": true,
  8903. "os": [
  8904. "openbsd"
  8905. ],
  8906. "engines": {
  8907. "node": ">=18"
  8908. }
  8909. },
  8910. "node_modules/nitropack/node_modules/@esbuild/openharmony-arm64": {
  8911. "version": "0.27.7",
  8912. "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.7.tgz",
  8913. "integrity": "sha512-+KrvYb/C8zA9CU/g0sR6w2RBw7IGc5J2BPnc3dYc5VJxHCSF1yNMxTV5LQ7GuKteQXZtspjFbiuW5/dOj7H4Yw==",
  8914. "cpu": [
  8915. "arm64"
  8916. ],
  8917. "license": "MIT",
  8918. "optional": true,
  8919. "os": [
  8920. "openharmony"
  8921. ],
  8922. "engines": {
  8923. "node": ">=18"
  8924. }
  8925. },
  8926. "node_modules/nitropack/node_modules/@esbuild/sunos-x64": {
  8927. "version": "0.27.7",
  8928. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.7.tgz",
  8929. "integrity": "sha512-ikktIhFBzQNt/QDyOL580ti9+5mL/YZeUPKU2ivGtGjdTYoqz6jObj6nOMfhASpS4GU4Q/Clh1QtxWAvcYKamA==",
  8930. "cpu": [
  8931. "x64"
  8932. ],
  8933. "license": "MIT",
  8934. "optional": true,
  8935. "os": [
  8936. "sunos"
  8937. ],
  8938. "engines": {
  8939. "node": ">=18"
  8940. }
  8941. },
  8942. "node_modules/nitropack/node_modules/@esbuild/win32-arm64": {
  8943. "version": "0.27.7",
  8944. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.7.tgz",
  8945. "integrity": "sha512-7yRhbHvPqSpRUV7Q20VuDwbjW5kIMwTHpptuUzV+AA46kiPze5Z7qgt6CLCK3pWFrHeNfDd1VKgyP4O+ng17CA==",
  8946. "cpu": [
  8947. "arm64"
  8948. ],
  8949. "license": "MIT",
  8950. "optional": true,
  8951. "os": [
  8952. "win32"
  8953. ],
  8954. "engines": {
  8955. "node": ">=18"
  8956. }
  8957. },
  8958. "node_modules/nitropack/node_modules/@esbuild/win32-ia32": {
  8959. "version": "0.27.7",
  8960. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.7.tgz",
  8961. "integrity": "sha512-SmwKXe6VHIyZYbBLJrhOoCJRB/Z1tckzmgTLfFYOfpMAx63BJEaL9ExI8x7v0oAO3Zh6D/Oi1gVxEYr5oUCFhw==",
  8962. "cpu": [
  8963. "ia32"
  8964. ],
  8965. "license": "MIT",
  8966. "optional": true,
  8967. "os": [
  8968. "win32"
  8969. ],
  8970. "engines": {
  8971. "node": ">=18"
  8972. }
  8973. },
  8974. "node_modules/nitropack/node_modules/@esbuild/win32-x64": {
  8975. "version": "0.27.7",
  8976. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.7.tgz",
  8977. "integrity": "sha512-56hiAJPhwQ1R4i+21FVF7V8kSD5zZTdHcVuRFMW0hn753vVfQN8xlx4uOPT4xoGH0Z/oVATuR82AiqSTDIpaHg==",
  8978. "cpu": [
  8979. "x64"
  8980. ],
  8981. "license": "MIT",
  8982. "optional": true,
  8983. "os": [
  8984. "win32"
  8985. ],
  8986. "engines": {
  8987. "node": ">=18"
  8988. }
  8989. },
  8990. "node_modules/nitropack/node_modules/chokidar": {
  8991. "version": "5.0.0",
  8992. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz",
  8993. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  8994. "license": "MIT",
  8995. "dependencies": {
  8996. "readdirp": "^5.0.0"
  8997. },
  8998. "engines": {
  8999. "node": ">= 20.19.0"
  9000. },
  9001. "funding": {
  9002. "url": "https://paulmillr.com/funding/"
  9003. }
  9004. },
  9005. "node_modules/nitropack/node_modules/citty": {
  9006. "version": "0.2.2",
  9007. "resolved": "https://registry.npmjs.org/citty/-/citty-0.2.2.tgz",
  9008. "integrity": "sha512-+6vJA3L98yv+IdfKGZHBNiGW5KHn22e/JwID0Strsz8h4S/csAu/OuICwxrg44k5MRiZHWIo8XXuJgQTriRP4w==",
  9009. "license": "MIT"
  9010. },
  9011. "node_modules/nitropack/node_modules/cliui": {
  9012. "version": "9.0.1",
  9013. "resolved": "https://registry.npmjs.org/cliui/-/cliui-9.0.1.tgz",
  9014. "integrity": "sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==",
  9015. "license": "ISC",
  9016. "dependencies": {
  9017. "string-width": "^7.2.0",
  9018. "strip-ansi": "^7.1.0",
  9019. "wrap-ansi": "^9.0.0"
  9020. },
  9021. "engines": {
  9022. "node": ">=20"
  9023. }
  9024. },
  9025. "node_modules/nitropack/node_modules/define-lazy-prop": {
  9026. "version": "3.0.0",
  9027. "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
  9028. "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
  9029. "license": "MIT",
  9030. "engines": {
  9031. "node": ">=12"
  9032. },
  9033. "funding": {
  9034. "url": "https://github.com/sponsors/sindresorhus"
  9035. }
  9036. },
  9037. "node_modules/nitropack/node_modules/emoji-regex": {
  9038. "version": "10.6.0",
  9039. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
  9040. "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
  9041. "license": "MIT"
  9042. },
  9043. "node_modules/nitropack/node_modules/esbuild": {
  9044. "version": "0.27.7",
  9045. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.7.tgz",
  9046. "integrity": "sha512-IxpibTjyVnmrIQo5aqNpCgoACA/dTKLTlhMHihVHhdkxKyPO1uBBthumT0rdHmcsk9uMonIWS0m4FljWzILh3w==",
  9047. "hasInstallScript": true,
  9048. "license": "MIT",
  9049. "bin": {
  9050. "esbuild": "bin/esbuild"
  9051. },
  9052. "engines": {
  9053. "node": ">=18"
  9054. },
  9055. "optionalDependencies": {
  9056. "@esbuild/aix-ppc64": "0.27.7",
  9057. "@esbuild/android-arm": "0.27.7",
  9058. "@esbuild/android-arm64": "0.27.7",
  9059. "@esbuild/android-x64": "0.27.7",
  9060. "@esbuild/darwin-arm64": "0.27.7",
  9061. "@esbuild/darwin-x64": "0.27.7",
  9062. "@esbuild/freebsd-arm64": "0.27.7",
  9063. "@esbuild/freebsd-x64": "0.27.7",
  9064. "@esbuild/linux-arm": "0.27.7",
  9065. "@esbuild/linux-arm64": "0.27.7",
  9066. "@esbuild/linux-ia32": "0.27.7",
  9067. "@esbuild/linux-loong64": "0.27.7",
  9068. "@esbuild/linux-mips64el": "0.27.7",
  9069. "@esbuild/linux-ppc64": "0.27.7",
  9070. "@esbuild/linux-riscv64": "0.27.7",
  9071. "@esbuild/linux-s390x": "0.27.7",
  9072. "@esbuild/linux-x64": "0.27.7",
  9073. "@esbuild/netbsd-arm64": "0.27.7",
  9074. "@esbuild/netbsd-x64": "0.27.7",
  9075. "@esbuild/openbsd-arm64": "0.27.7",
  9076. "@esbuild/openbsd-x64": "0.27.7",
  9077. "@esbuild/openharmony-arm64": "0.27.7",
  9078. "@esbuild/sunos-x64": "0.27.7",
  9079. "@esbuild/win32-arm64": "0.27.7",
  9080. "@esbuild/win32-ia32": "0.27.7",
  9081. "@esbuild/win32-x64": "0.27.7"
  9082. }
  9083. },
  9084. "node_modules/nitropack/node_modules/estree-walker": {
  9085. "version": "3.0.3",
  9086. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  9087. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  9088. "license": "MIT",
  9089. "dependencies": {
  9090. "@types/estree": "^1.0.0"
  9091. }
  9092. },
  9093. "node_modules/nitropack/node_modules/magicast": {
  9094. "version": "0.5.2",
  9095. "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.5.2.tgz",
  9096. "integrity": "sha512-E3ZJh4J3S9KfwdjZhe2afj6R9lGIN5Pher1pF39UGrXRqq/VDaGVIGN13BjHd2u8B61hArAGOnso7nBOouW3TQ==",
  9097. "license": "MIT",
  9098. "dependencies": {
  9099. "@babel/parser": "^7.29.0",
  9100. "@babel/types": "^7.29.0",
  9101. "source-map-js": "^1.2.1"
  9102. }
  9103. },
  9104. "node_modules/nitropack/node_modules/open": {
  9105. "version": "11.0.0",
  9106. "resolved": "https://registry.npmjs.org/open/-/open-11.0.0.tgz",
  9107. "integrity": "sha512-smsWv2LzFjP03xmvFoJ331ss6h+jixfA4UUV/Bsiyuu4YJPfN+FIQGOIiv4w9/+MoHkfkJ22UIaQWRVFRfH6Vw==",
  9108. "license": "MIT",
  9109. "dependencies": {
  9110. "default-browser": "^5.4.0",
  9111. "define-lazy-prop": "^3.0.0",
  9112. "is-in-ssh": "^1.0.0",
  9113. "is-inside-container": "^1.0.0",
  9114. "powershell-utils": "^0.1.0",
  9115. "wsl-utils": "^0.3.0"
  9116. },
  9117. "engines": {
  9118. "node": ">=20"
  9119. },
  9120. "funding": {
  9121. "url": "https://github.com/sponsors/sindresorhus"
  9122. }
  9123. },
  9124. "node_modules/nitropack/node_modules/readdirp": {
  9125. "version": "5.0.0",
  9126. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz",
  9127. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  9128. "license": "MIT",
  9129. "engines": {
  9130. "node": ">= 20.19.0"
  9131. },
  9132. "funding": {
  9133. "type": "individual",
  9134. "url": "https://paulmillr.com/funding/"
  9135. }
  9136. },
  9137. "node_modules/nitropack/node_modules/rollup-plugin-visualizer": {
  9138. "version": "7.0.1",
  9139. "resolved": "https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-7.0.1.tgz",
  9140. "integrity": "sha512-UJUT4+1Ho4OcWmPYU3sYXgUqI8B8Ayfe06MX7y0qCJ1K8aGoKtR/NDd/2nZqM7ADkrzny+I99Ul7GgyoiVNAgg==",
  9141. "license": "MIT",
  9142. "dependencies": {
  9143. "open": "^11.0.0",
  9144. "picomatch": "^4.0.2",
  9145. "source-map": "^0.7.4",
  9146. "yargs": "^18.0.0"
  9147. },
  9148. "bin": {
  9149. "rollup-plugin-visualizer": "dist/bin/cli.js"
  9150. },
  9151. "engines": {
  9152. "node": ">=22"
  9153. },
  9154. "peerDependencies": {
  9155. "rolldown": "1.x || ^1.0.0-beta || ^1.0.0-rc",
  9156. "rollup": "2.x || 3.x || 4.x"
  9157. },
  9158. "peerDependenciesMeta": {
  9159. "rolldown": {
  9160. "optional": true
  9161. },
  9162. "rollup": {
  9163. "optional": true
  9164. }
  9165. }
  9166. },
  9167. "node_modules/nitropack/node_modules/std-env": {
  9168. "version": "4.1.0",
  9169. "resolved": "https://registry.npmjs.org/std-env/-/std-env-4.1.0.tgz",
  9170. "integrity": "sha512-Rq7ybcX2RuC55r9oaPVEW7/xu3tj8u4GeBYHBWCychFtzMIr86A7e3PPEBPT37sHStKX3+TiX/Fr/ACmJLVlLQ==",
  9171. "license": "MIT"
  9172. },
  9173. "node_modules/nitropack/node_modules/string-width": {
  9174. "version": "7.2.0",
  9175. "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
  9176. "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
  9177. "license": "MIT",
  9178. "dependencies": {
  9179. "emoji-regex": "^10.3.0",
  9180. "get-east-asian-width": "^1.0.0",
  9181. "strip-ansi": "^7.1.0"
  9182. },
  9183. "engines": {
  9184. "node": ">=18"
  9185. },
  9186. "funding": {
  9187. "url": "https://github.com/sponsors/sindresorhus"
  9188. }
  9189. },
  9190. "node_modules/nitropack/node_modules/unimport": {
  9191. "version": "6.1.1",
  9192. "resolved": "https://registry.npmjs.org/unimport/-/unimport-6.1.1.tgz",
  9193. "integrity": "sha512-ZY3adHF8WFSaiF1O+Eqtltt4wMZPGQ+WWLtnbc31TxglU/dx7q8B66kvXdfyGTWA25X8OO00X9b9iyLzrWOZmw==",
  9194. "license": "MIT",
  9195. "dependencies": {
  9196. "acorn": "^8.16.0",
  9197. "escape-string-regexp": "^5.0.0",
  9198. "estree-walker": "^3.0.3",
  9199. "local-pkg": "^1.1.2",
  9200. "magic-string": "^0.30.21",
  9201. "mlly": "^1.8.2",
  9202. "pathe": "^2.0.3",
  9203. "picomatch": "^4.0.4",
  9204. "pkg-types": "^2.3.0",
  9205. "scule": "^1.3.0",
  9206. "strip-literal": "^3.1.0",
  9207. "tinyglobby": "^0.2.16",
  9208. "unplugin": "^3.0.0",
  9209. "unplugin-utils": "^0.3.1"
  9210. },
  9211. "engines": {
  9212. "node": ">=18.12.0"
  9213. }
  9214. },
  9215. "node_modules/nitropack/node_modules/unplugin": {
  9216. "version": "3.0.0",
  9217. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-3.0.0.tgz",
  9218. "integrity": "sha512-0Mqk3AT2TZCXWKdcoaufeXNukv2mTrEZExeXlHIOZXdqYoHHr4n51pymnwV8x2BOVxwXbK2HLlI7usrqMpycdg==",
  9219. "license": "MIT",
  9220. "dependencies": {
  9221. "@jridgewell/remapping": "^2.3.5",
  9222. "picomatch": "^4.0.3",
  9223. "webpack-virtual-modules": "^0.6.2"
  9224. },
  9225. "engines": {
  9226. "node": "^20.19.0 || >=22.12.0"
  9227. }
  9228. },
  9229. "node_modules/nitropack/node_modules/unplugin-utils": {
  9230. "version": "0.3.1",
  9231. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  9232. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  9233. "license": "MIT",
  9234. "dependencies": {
  9235. "pathe": "^2.0.3",
  9236. "picomatch": "^4.0.3"
  9237. },
  9238. "engines": {
  9239. "node": ">=20.19.0"
  9240. },
  9241. "funding": {
  9242. "url": "https://github.com/sponsors/sxzz"
  9243. }
  9244. },
  9245. "node_modules/nitropack/node_modules/wrap-ansi": {
  9246. "version": "9.0.2",
  9247. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
  9248. "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
  9249. "license": "MIT",
  9250. "dependencies": {
  9251. "ansi-styles": "^6.2.1",
  9252. "string-width": "^7.0.0",
  9253. "strip-ansi": "^7.1.0"
  9254. },
  9255. "engines": {
  9256. "node": ">=18"
  9257. },
  9258. "funding": {
  9259. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  9260. }
  9261. },
  9262. "node_modules/nitropack/node_modules/wsl-utils": {
  9263. "version": "0.3.1",
  9264. "resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.3.1.tgz",
  9265. "integrity": "sha512-g/eziiSUNBSsdDJtCLB8bdYEUMj4jR7AGeUo96p/3dTafgjHhpF4RiCFPiRILwjQoDXx5MqkBr4fwWtR3Ky4Wg==",
  9266. "license": "MIT",
  9267. "dependencies": {
  9268. "is-wsl": "^3.1.0",
  9269. "powershell-utils": "^0.1.0"
  9270. },
  9271. "engines": {
  9272. "node": ">=20"
  9273. },
  9274. "funding": {
  9275. "url": "https://github.com/sponsors/sindresorhus"
  9276. }
  9277. },
  9278. "node_modules/nitropack/node_modules/yargs": {
  9279. "version": "18.0.0",
  9280. "resolved": "https://registry.npmjs.org/yargs/-/yargs-18.0.0.tgz",
  9281. "integrity": "sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==",
  9282. "license": "MIT",
  9283. "dependencies": {
  9284. "cliui": "^9.0.1",
  9285. "escalade": "^3.1.1",
  9286. "get-caller-file": "^2.0.5",
  9287. "string-width": "^7.2.0",
  9288. "y18n": "^5.0.5",
  9289. "yargs-parser": "^22.0.0"
  9290. },
  9291. "engines": {
  9292. "node": "^20.19.0 || ^22.12.0 || >=23"
  9293. }
  9294. },
  9295. "node_modules/nitropack/node_modules/yargs-parser": {
  9296. "version": "22.0.0",
  9297. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-22.0.0.tgz",
  9298. "integrity": "sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==",
  9299. "license": "ISC",
  9300. "engines": {
  9301. "node": "^20.19.0 || ^22.12.0 || >=23"
  9302. }
  9303. },
  9304. "node_modules/node-addon-api": {
  9305. "version": "7.1.1",
  9306. "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
  9307. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  9308. "license": "MIT"
  9309. },
  9310. "node_modules/node-fetch": {
  9311. "version": "2.7.0",
  9312. "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
  9313. "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
  9314. "license": "MIT",
  9315. "dependencies": {
  9316. "whatwg-url": "^5.0.0"
  9317. },
  9318. "engines": {
  9319. "node": "4.x || >=6.0.0"
  9320. },
  9321. "peerDependencies": {
  9322. "encoding": "^0.1.0"
  9323. },
  9324. "peerDependenciesMeta": {
  9325. "encoding": {
  9326. "optional": true
  9327. }
  9328. }
  9329. },
  9330. "node_modules/node-fetch-native": {
  9331. "version": "1.6.7",
  9332. "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.7.tgz",
  9333. "integrity": "sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q==",
  9334. "license": "MIT"
  9335. },
  9336. "node_modules/node-forge": {
  9337. "version": "1.4.0",
  9338. "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.4.0.tgz",
  9339. "integrity": "sha512-LarFH0+6VfriEhqMMcLX2F7SwSXeWwnEAJEsYm5QKWchiVYVvJyV9v7UDvUv+w5HO23ZpQTXDv/GxdDdMyOuoQ==",
  9340. "license": "(BSD-3-Clause OR GPL-2.0)",
  9341. "engines": {
  9342. "node": ">= 6.13.0"
  9343. }
  9344. },
  9345. "node_modules/node-gyp-build": {
  9346. "version": "4.8.4",
  9347. "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.4.tgz",
  9348. "integrity": "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==",
  9349. "license": "MIT",
  9350. "bin": {
  9351. "node-gyp-build": "bin.js",
  9352. "node-gyp-build-optional": "optional.js",
  9353. "node-gyp-build-test": "build-test.js"
  9354. }
  9355. },
  9356. "node_modules/node-mock-http": {
  9357. "version": "1.0.4",
  9358. "resolved": "https://registry.npmjs.org/node-mock-http/-/node-mock-http-1.0.4.tgz",
  9359. "integrity": "sha512-8DY+kFsDkNXy1sJglUfuODx1/opAGJGyrTuFqEoN90oRc2Vk0ZbD4K2qmKXBBEhZQzdKHIVfEJpDU8Ak2NJEvQ==",
  9360. "license": "MIT"
  9361. },
  9362. "node_modules/node-releases": {
  9363. "version": "2.0.26",
  9364. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.26.tgz",
  9365. "integrity": "sha512-S2M9YimhSjBSvYnlr5/+umAnPHE++ODwt5e2Ij6FoX45HA/s4vHdkDx1eax2pAPeAOqu4s9b7ppahsyEFdVqQA==",
  9366. "license": "MIT"
  9367. },
  9368. "node_modules/nopt": {
  9369. "version": "8.1.0",
  9370. "resolved": "https://registry.npmjs.org/nopt/-/nopt-8.1.0.tgz",
  9371. "integrity": "sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A==",
  9372. "license": "ISC",
  9373. "dependencies": {
  9374. "abbrev": "^3.0.0"
  9375. },
  9376. "bin": {
  9377. "nopt": "bin/nopt.js"
  9378. },
  9379. "engines": {
  9380. "node": "^18.17.0 || >=20.5.0"
  9381. }
  9382. },
  9383. "node_modules/normalize-path": {
  9384. "version": "3.0.0",
  9385. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  9386. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  9387. "license": "MIT",
  9388. "engines": {
  9389. "node": ">=0.10.0"
  9390. }
  9391. },
  9392. "node_modules/normalize-range": {
  9393. "version": "0.1.2",
  9394. "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
  9395. "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
  9396. "license": "MIT",
  9397. "engines": {
  9398. "node": ">=0.10.0"
  9399. }
  9400. },
  9401. "node_modules/npm-run-path": {
  9402. "version": "5.3.0",
  9403. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz",
  9404. "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
  9405. "license": "MIT",
  9406. "dependencies": {
  9407. "path-key": "^4.0.0"
  9408. },
  9409. "engines": {
  9410. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  9411. },
  9412. "funding": {
  9413. "url": "https://github.com/sponsors/sindresorhus"
  9414. }
  9415. },
  9416. "node_modules/npm-run-path/node_modules/path-key": {
  9417. "version": "4.0.0",
  9418. "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz",
  9419. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  9420. "license": "MIT",
  9421. "engines": {
  9422. "node": ">=12"
  9423. },
  9424. "funding": {
  9425. "url": "https://github.com/sponsors/sindresorhus"
  9426. }
  9427. },
  9428. "node_modules/nth-check": {
  9429. "version": "2.1.1",
  9430. "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
  9431. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  9432. "license": "BSD-2-Clause",
  9433. "dependencies": {
  9434. "boolbase": "^1.0.0"
  9435. },
  9436. "funding": {
  9437. "url": "https://github.com/fb55/nth-check?sponsor=1"
  9438. }
  9439. },
  9440. "node_modules/nuxt": {
  9441. "version": "4.2.0",
  9442. "resolved": "https://registry.npmjs.org/nuxt/-/nuxt-4.2.0.tgz",
  9443. "integrity": "sha512-4qzf2Ymf07dMMj50TZdNZgMqCdzDch8NY3NO2ClucUaIvvsr6wd9+JrDpI1CckSTHwqU37/dIPFpvIQZoeHoYA==",
  9444. "license": "MIT",
  9445. "peer": true,
  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. "peer": true,
  9699. "dependencies": {
  9700. "@oxc-project/types": "^0.95.0"
  9701. },
  9702. "engines": {
  9703. "node": "^20.19.0 || >=22.12.0"
  9704. },
  9705. "funding": {
  9706. "url": "https://github.com/sponsors/Boshen"
  9707. },
  9708. "optionalDependencies": {
  9709. "@oxc-parser/binding-android-arm64": "0.95.0",
  9710. "@oxc-parser/binding-darwin-arm64": "0.95.0",
  9711. "@oxc-parser/binding-darwin-x64": "0.95.0",
  9712. "@oxc-parser/binding-freebsd-x64": "0.95.0",
  9713. "@oxc-parser/binding-linux-arm-gnueabihf": "0.95.0",
  9714. "@oxc-parser/binding-linux-arm-musleabihf": "0.95.0",
  9715. "@oxc-parser/binding-linux-arm64-gnu": "0.95.0",
  9716. "@oxc-parser/binding-linux-arm64-musl": "0.95.0",
  9717. "@oxc-parser/binding-linux-riscv64-gnu": "0.95.0",
  9718. "@oxc-parser/binding-linux-s390x-gnu": "0.95.0",
  9719. "@oxc-parser/binding-linux-x64-gnu": "0.95.0",
  9720. "@oxc-parser/binding-linux-x64-musl": "0.95.0",
  9721. "@oxc-parser/binding-wasm32-wasi": "0.95.0",
  9722. "@oxc-parser/binding-win32-arm64-msvc": "0.95.0",
  9723. "@oxc-parser/binding-win32-x64-msvc": "0.95.0"
  9724. }
  9725. },
  9726. "node_modules/oxc-transform": {
  9727. "version": "0.95.0",
  9728. "resolved": "https://registry.npmjs.org/oxc-transform/-/oxc-transform-0.95.0.tgz",
  9729. "integrity": "sha512-SmS5aThb5K0SoUZgzGbikNBjrGHfOY4X5TEqBlaZb1uy5YgXbUSbpakpZJ13yW36LNqy8Im5+y+sIk5dlzpZ/w==",
  9730. "license": "MIT",
  9731. "engines": {
  9732. "node": "^20.19.0 || >=22.12.0"
  9733. },
  9734. "funding": {
  9735. "url": "https://github.com/sponsors/Boshen"
  9736. },
  9737. "optionalDependencies": {
  9738. "@oxc-transform/binding-android-arm64": "0.95.0",
  9739. "@oxc-transform/binding-darwin-arm64": "0.95.0",
  9740. "@oxc-transform/binding-darwin-x64": "0.95.0",
  9741. "@oxc-transform/binding-freebsd-x64": "0.95.0",
  9742. "@oxc-transform/binding-linux-arm-gnueabihf": "0.95.0",
  9743. "@oxc-transform/binding-linux-arm-musleabihf": "0.95.0",
  9744. "@oxc-transform/binding-linux-arm64-gnu": "0.95.0",
  9745. "@oxc-transform/binding-linux-arm64-musl": "0.95.0",
  9746. "@oxc-transform/binding-linux-riscv64-gnu": "0.95.0",
  9747. "@oxc-transform/binding-linux-s390x-gnu": "0.95.0",
  9748. "@oxc-transform/binding-linux-x64-gnu": "0.95.0",
  9749. "@oxc-transform/binding-linux-x64-musl": "0.95.0",
  9750. "@oxc-transform/binding-wasm32-wasi": "0.95.0",
  9751. "@oxc-transform/binding-win32-arm64-msvc": "0.95.0",
  9752. "@oxc-transform/binding-win32-x64-msvc": "0.95.0"
  9753. }
  9754. },
  9755. "node_modules/oxc-walker": {
  9756. "version": "0.5.2",
  9757. "resolved": "https://registry.npmjs.org/oxc-walker/-/oxc-walker-0.5.2.tgz",
  9758. "integrity": "sha512-XYoZqWwApSKUmSDEFeOKdy3Cdh95cOcSU8f7yskFWE4Rl3cfL5uwyY+EV7Brk9mdNLy+t5SseJajd6g7KncvlA==",
  9759. "license": "MIT",
  9760. "dependencies": {
  9761. "magic-regexp": "^0.10.0"
  9762. },
  9763. "peerDependencies": {
  9764. "oxc-parser": ">=0.72.0"
  9765. }
  9766. },
  9767. "node_modules/package-json-from-dist": {
  9768. "version": "1.0.1",
  9769. "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
  9770. "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
  9771. "license": "BlueOak-1.0.0"
  9772. },
  9773. "node_modules/package-manager-detector": {
  9774. "version": "1.5.0",
  9775. "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.5.0.tgz",
  9776. "integrity": "sha512-uBj69dVlYe/+wxj8JOpr97XfsxH/eumMt6HqjNTmJDf/6NO9s+0uxeOneIz3AsPt2m6y9PqzDzd3ATcU17MNfw==",
  9777. "license": "MIT"
  9778. },
  9779. "node_modules/pako": {
  9780. "version": "0.2.9",
  9781. "resolved": "https://registry.npmjs.org/pako/-/pako-0.2.9.tgz",
  9782. "integrity": "sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==",
  9783. "license": "MIT"
  9784. },
  9785. "node_modules/parse-path": {
  9786. "version": "7.1.0",
  9787. "resolved": "https://registry.npmjs.org/parse-path/-/parse-path-7.1.0.tgz",
  9788. "integrity": "sha512-EuCycjZtfPcjWk7KTksnJ5xPMvWGA/6i4zrLYhRG0hGvC3GPU/jGUj3Cy+ZR0v30duV3e23R95T1lE2+lsndSw==",
  9789. "license": "MIT",
  9790. "dependencies": {
  9791. "protocols": "^2.0.0"
  9792. }
  9793. },
  9794. "node_modules/parse-url": {
  9795. "version": "9.2.0",
  9796. "resolved": "https://registry.npmjs.org/parse-url/-/parse-url-9.2.0.tgz",
  9797. "integrity": "sha512-bCgsFI+GeGWPAvAiUv63ZorMeif3/U0zaXABGJbOWt5OH2KCaPHF6S+0ok4aqM9RuIPGyZdx9tR9l13PsW4AYQ==",
  9798. "license": "MIT",
  9799. "dependencies": {
  9800. "@types/parse-path": "^7.0.0",
  9801. "parse-path": "^7.0.0"
  9802. },
  9803. "engines": {
  9804. "node": ">=14.13.0"
  9805. }
  9806. },
  9807. "node_modules/parseurl": {
  9808. "version": "1.3.3",
  9809. "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
  9810. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  9811. "license": "MIT",
  9812. "engines": {
  9813. "node": ">= 0.8"
  9814. }
  9815. },
  9816. "node_modules/path-browserify": {
  9817. "version": "1.0.1",
  9818. "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz",
  9819. "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
  9820. "license": "MIT"
  9821. },
  9822. "node_modules/path-key": {
  9823. "version": "3.1.1",
  9824. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  9825. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  9826. "license": "MIT",
  9827. "engines": {
  9828. "node": ">=8"
  9829. }
  9830. },
  9831. "node_modules/path-parse": {
  9832. "version": "1.0.7",
  9833. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  9834. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  9835. "license": "MIT"
  9836. },
  9837. "node_modules/path-scurry": {
  9838. "version": "1.11.1",
  9839. "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
  9840. "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
  9841. "license": "BlueOak-1.0.0",
  9842. "dependencies": {
  9843. "lru-cache": "^10.2.0",
  9844. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  9845. },
  9846. "engines": {
  9847. "node": ">=16 || 14 >=14.18"
  9848. },
  9849. "funding": {
  9850. "url": "https://github.com/sponsors/isaacs"
  9851. }
  9852. },
  9853. "node_modules/path-scurry/node_modules/lru-cache": {
  9854. "version": "10.4.3",
  9855. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
  9856. "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
  9857. "license": "ISC"
  9858. },
  9859. "node_modules/pathe": {
  9860. "version": "2.0.3",
  9861. "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
  9862. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  9863. "license": "MIT"
  9864. },
  9865. "node_modules/perfect-debounce": {
  9866. "version": "2.1.0",
  9867. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-2.1.0.tgz",
  9868. "integrity": "sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==",
  9869. "license": "MIT"
  9870. },
  9871. "node_modules/picocolors": {
  9872. "version": "1.1.1",
  9873. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  9874. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  9875. "license": "ISC"
  9876. },
  9877. "node_modules/picomatch": {
  9878. "version": "4.0.4",
  9879. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  9880. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  9881. "license": "MIT",
  9882. "engines": {
  9883. "node": ">=12"
  9884. },
  9885. "funding": {
  9886. "url": "https://github.com/sponsors/jonschlinkert"
  9887. }
  9888. },
  9889. "node_modules/pkg-types": {
  9890. "version": "2.3.0",
  9891. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.0.tgz",
  9892. "integrity": "sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==",
  9893. "license": "MIT",
  9894. "dependencies": {
  9895. "confbox": "^0.2.2",
  9896. "exsolve": "^1.0.7",
  9897. "pathe": "^2.0.3"
  9898. }
  9899. },
  9900. "node_modules/postcss": {
  9901. "version": "8.5.12",
  9902. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.12.tgz",
  9903. "integrity": "sha512-W62t/Se6rA0Az3DfCL0AqJwXuKwBeYg6nOaIgzP+xZ7N5BFCI7DYi1qs6ygUYT6rvfi6t9k65UMLJC+PHZpDAA==",
  9904. "funding": [
  9905. {
  9906. "type": "opencollective",
  9907. "url": "https://opencollective.com/postcss/"
  9908. },
  9909. {
  9910. "type": "tidelift",
  9911. "url": "https://tidelift.com/funding/github/npm/postcss"
  9912. },
  9913. {
  9914. "type": "github",
  9915. "url": "https://github.com/sponsors/ai"
  9916. }
  9917. ],
  9918. "license": "MIT",
  9919. "peer": true,
  9920. "dependencies": {
  9921. "nanoid": "^3.3.11",
  9922. "picocolors": "^1.1.1",
  9923. "source-map-js": "^1.2.1"
  9924. },
  9925. "engines": {
  9926. "node": "^10 || ^12 || >=14"
  9927. }
  9928. },
  9929. "node_modules/postcss-calc": {
  9930. "version": "10.1.1",
  9931. "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-10.1.1.tgz",
  9932. "integrity": "sha512-NYEsLHh8DgG/PRH2+G9BTuUdtf9ViS+vdoQ0YA5OQdGsfN4ztiwtDWNtBl9EKeqNMFnIu8IKZ0cLxEQ5r5KVMw==",
  9933. "license": "MIT",
  9934. "dependencies": {
  9935. "postcss-selector-parser": "^7.0.0",
  9936. "postcss-value-parser": "^4.2.0"
  9937. },
  9938. "engines": {
  9939. "node": "^18.12 || ^20.9 || >=22.0"
  9940. },
  9941. "peerDependencies": {
  9942. "postcss": "^8.4.38"
  9943. }
  9944. },
  9945. "node_modules/postcss-colormin": {
  9946. "version": "7.0.4",
  9947. "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-7.0.4.tgz",
  9948. "integrity": "sha512-ziQuVzQZBROpKpfeDwmrG+Vvlr0YWmY/ZAk99XD+mGEBuEojoFekL41NCsdhyNUtZI7DPOoIWIR7vQQK9xwluw==",
  9949. "license": "MIT",
  9950. "dependencies": {
  9951. "browserslist": "^4.25.1",
  9952. "caniuse-api": "^3.0.0",
  9953. "colord": "^2.9.3",
  9954. "postcss-value-parser": "^4.2.0"
  9955. },
  9956. "engines": {
  9957. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  9958. },
  9959. "peerDependencies": {
  9960. "postcss": "^8.4.32"
  9961. }
  9962. },
  9963. "node_modules/postcss-convert-values": {
  9964. "version": "7.0.7",
  9965. "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-7.0.7.tgz",
  9966. "integrity": "sha512-HR9DZLN04Xbe6xugRH6lS4ZQH2zm/bFh/ZyRkpedZozhvh+awAfbA0P36InO4fZfDhvYfNJeNvlTf1sjwGbw/A==",
  9967. "license": "MIT",
  9968. "dependencies": {
  9969. "browserslist": "^4.25.1",
  9970. "postcss-value-parser": "^4.2.0"
  9971. },
  9972. "engines": {
  9973. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  9974. },
  9975. "peerDependencies": {
  9976. "postcss": "^8.4.32"
  9977. }
  9978. },
  9979. "node_modules/postcss-discard-comments": {
  9980. "version": "7.0.4",
  9981. "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-7.0.4.tgz",
  9982. "integrity": "sha512-6tCUoql/ipWwKtVP/xYiFf1U9QgJ0PUvxN7pTcsQ8Ns3Fnwq1pU5D5s1MhT/XySeLq6GXNvn37U46Ded0TckWg==",
  9983. "license": "MIT",
  9984. "dependencies": {
  9985. "postcss-selector-parser": "^7.1.0"
  9986. },
  9987. "engines": {
  9988. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  9989. },
  9990. "peerDependencies": {
  9991. "postcss": "^8.4.32"
  9992. }
  9993. },
  9994. "node_modules/postcss-discard-duplicates": {
  9995. "version": "7.0.2",
  9996. "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-7.0.2.tgz",
  9997. "integrity": "sha512-eTonaQvPZ/3i1ASDHOKkYwAybiM45zFIc7KXils4mQmHLqIswXD9XNOKEVxtTFnsmwYzF66u4LMgSr0abDlh5w==",
  9998. "license": "MIT",
  9999. "engines": {
  10000. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10001. },
  10002. "peerDependencies": {
  10003. "postcss": "^8.4.32"
  10004. }
  10005. },
  10006. "node_modules/postcss-discard-empty": {
  10007. "version": "7.0.1",
  10008. "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-7.0.1.tgz",
  10009. "integrity": "sha512-cFrJKZvcg/uxB6Ijr4l6qmn3pXQBna9zyrPC+sK0zjbkDUZew+6xDltSF7OeB7rAtzaaMVYSdbod+sZOCWnMOg==",
  10010. "license": "MIT",
  10011. "engines": {
  10012. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10013. },
  10014. "peerDependencies": {
  10015. "postcss": "^8.4.32"
  10016. }
  10017. },
  10018. "node_modules/postcss-discard-overridden": {
  10019. "version": "7.0.1",
  10020. "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-7.0.1.tgz",
  10021. "integrity": "sha512-7c3MMjjSZ/qYrx3uc1940GSOzN1Iqjtlqe8uoSg+qdVPYyRb0TILSqqmtlSFuE4mTDECwsm397Ya7iXGzfF7lg==",
  10022. "license": "MIT",
  10023. "engines": {
  10024. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10025. },
  10026. "peerDependencies": {
  10027. "postcss": "^8.4.32"
  10028. }
  10029. },
  10030. "node_modules/postcss-merge-longhand": {
  10031. "version": "7.0.5",
  10032. "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-7.0.5.tgz",
  10033. "integrity": "sha512-Kpu5v4Ys6QI59FxmxtNB/iHUVDn9Y9sYw66D6+SZoIk4QTz1prC4aYkhIESu+ieG1iylod1f8MILMs1Em3mmIw==",
  10034. "license": "MIT",
  10035. "dependencies": {
  10036. "postcss-value-parser": "^4.2.0",
  10037. "stylehacks": "^7.0.5"
  10038. },
  10039. "engines": {
  10040. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10041. },
  10042. "peerDependencies": {
  10043. "postcss": "^8.4.32"
  10044. }
  10045. },
  10046. "node_modules/postcss-merge-rules": {
  10047. "version": "7.0.6",
  10048. "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-7.0.6.tgz",
  10049. "integrity": "sha512-2jIPT4Tzs8K87tvgCpSukRQ2jjd+hH6Bb8rEEOUDmmhOeTcqDg5fEFK8uKIu+Pvc3//sm3Uu6FRqfyv7YF7+BQ==",
  10050. "license": "MIT",
  10051. "dependencies": {
  10052. "browserslist": "^4.25.1",
  10053. "caniuse-api": "^3.0.0",
  10054. "cssnano-utils": "^5.0.1",
  10055. "postcss-selector-parser": "^7.1.0"
  10056. },
  10057. "engines": {
  10058. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10059. },
  10060. "peerDependencies": {
  10061. "postcss": "^8.4.32"
  10062. }
  10063. },
  10064. "node_modules/postcss-minify-font-values": {
  10065. "version": "7.0.1",
  10066. "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-7.0.1.tgz",
  10067. "integrity": "sha512-2m1uiuJeTplll+tq4ENOQSzB8LRnSUChBv7oSyFLsJRtUgAAJGP6LLz0/8lkinTgxrmJSPOEhgY1bMXOQ4ZXhQ==",
  10068. "license": "MIT",
  10069. "dependencies": {
  10070. "postcss-value-parser": "^4.2.0"
  10071. },
  10072. "engines": {
  10073. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10074. },
  10075. "peerDependencies": {
  10076. "postcss": "^8.4.32"
  10077. }
  10078. },
  10079. "node_modules/postcss-minify-gradients": {
  10080. "version": "7.0.1",
  10081. "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-7.0.1.tgz",
  10082. "integrity": "sha512-X9JjaysZJwlqNkJbUDgOclyG3jZEpAMOfof6PUZjPnPrePnPG62pS17CjdM32uT1Uq1jFvNSff9l7kNbmMSL2A==",
  10083. "license": "MIT",
  10084. "dependencies": {
  10085. "colord": "^2.9.3",
  10086. "cssnano-utils": "^5.0.1",
  10087. "postcss-value-parser": "^4.2.0"
  10088. },
  10089. "engines": {
  10090. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10091. },
  10092. "peerDependencies": {
  10093. "postcss": "^8.4.32"
  10094. }
  10095. },
  10096. "node_modules/postcss-minify-params": {
  10097. "version": "7.0.4",
  10098. "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-7.0.4.tgz",
  10099. "integrity": "sha512-3OqqUddfH8c2e7M35W6zIwv7jssM/3miF9cbCSb1iJiWvtguQjlxZGIHK9JRmc8XAKmE2PFGtHSM7g/VcW97sw==",
  10100. "license": "MIT",
  10101. "dependencies": {
  10102. "browserslist": "^4.25.1",
  10103. "cssnano-utils": "^5.0.1",
  10104. "postcss-value-parser": "^4.2.0"
  10105. },
  10106. "engines": {
  10107. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10108. },
  10109. "peerDependencies": {
  10110. "postcss": "^8.4.32"
  10111. }
  10112. },
  10113. "node_modules/postcss-minify-selectors": {
  10114. "version": "7.0.5",
  10115. "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-7.0.5.tgz",
  10116. "integrity": "sha512-x2/IvofHcdIrAm9Q+p06ZD1h6FPcQ32WtCRVodJLDR+WMn8EVHI1kvLxZuGKz/9EY5nAmI6lIQIrpo4tBy5+ug==",
  10117. "license": "MIT",
  10118. "dependencies": {
  10119. "cssesc": "^3.0.0",
  10120. "postcss-selector-parser": "^7.1.0"
  10121. },
  10122. "engines": {
  10123. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10124. },
  10125. "peerDependencies": {
  10126. "postcss": "^8.4.32"
  10127. }
  10128. },
  10129. "node_modules/postcss-normalize-charset": {
  10130. "version": "7.0.1",
  10131. "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-7.0.1.tgz",
  10132. "integrity": "sha512-sn413ofhSQHlZFae//m9FTOfkmiZ+YQXsbosqOWRiVQncU2BA3daX3n0VF3cG6rGLSFVc5Di/yns0dFfh8NFgQ==",
  10133. "license": "MIT",
  10134. "engines": {
  10135. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10136. },
  10137. "peerDependencies": {
  10138. "postcss": "^8.4.32"
  10139. }
  10140. },
  10141. "node_modules/postcss-normalize-display-values": {
  10142. "version": "7.0.1",
  10143. "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-7.0.1.tgz",
  10144. "integrity": "sha512-E5nnB26XjSYz/mGITm6JgiDpAbVuAkzXwLzRZtts19jHDUBFxZ0BkXAehy0uimrOjYJbocby4FVswA/5noOxrQ==",
  10145. "license": "MIT",
  10146. "dependencies": {
  10147. "postcss-value-parser": "^4.2.0"
  10148. },
  10149. "engines": {
  10150. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10151. },
  10152. "peerDependencies": {
  10153. "postcss": "^8.4.32"
  10154. }
  10155. },
  10156. "node_modules/postcss-normalize-positions": {
  10157. "version": "7.0.1",
  10158. "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-7.0.1.tgz",
  10159. "integrity": "sha512-pB/SzrIP2l50ZIYu+yQZyMNmnAcwyYb9R1fVWPRxm4zcUFCY2ign7rcntGFuMXDdd9L2pPNUgoODDk91PzRZuQ==",
  10160. "license": "MIT",
  10161. "dependencies": {
  10162. "postcss-value-parser": "^4.2.0"
  10163. },
  10164. "engines": {
  10165. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10166. },
  10167. "peerDependencies": {
  10168. "postcss": "^8.4.32"
  10169. }
  10170. },
  10171. "node_modules/postcss-normalize-repeat-style": {
  10172. "version": "7.0.1",
  10173. "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-7.0.1.tgz",
  10174. "integrity": "sha512-NsSQJ8zj8TIDiF0ig44Byo3Jk9e4gNt9x2VIlJudnQQ5DhWAHJPF4Tr1ITwyHio2BUi/I6Iv0HRO7beHYOloYQ==",
  10175. "license": "MIT",
  10176. "dependencies": {
  10177. "postcss-value-parser": "^4.2.0"
  10178. },
  10179. "engines": {
  10180. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10181. },
  10182. "peerDependencies": {
  10183. "postcss": "^8.4.32"
  10184. }
  10185. },
  10186. "node_modules/postcss-normalize-string": {
  10187. "version": "7.0.1",
  10188. "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-7.0.1.tgz",
  10189. "integrity": "sha512-QByrI7hAhsoze992kpbMlJSbZ8FuCEc1OT9EFbZ6HldXNpsdpZr+YXC5di3UEv0+jeZlHbZcoCADgb7a+lPmmQ==",
  10190. "license": "MIT",
  10191. "dependencies": {
  10192. "postcss-value-parser": "^4.2.0"
  10193. },
  10194. "engines": {
  10195. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10196. },
  10197. "peerDependencies": {
  10198. "postcss": "^8.4.32"
  10199. }
  10200. },
  10201. "node_modules/postcss-normalize-timing-functions": {
  10202. "version": "7.0.1",
  10203. "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-7.0.1.tgz",
  10204. "integrity": "sha512-bHifyuuSNdKKsnNJ0s8fmfLMlvsQwYVxIoUBnowIVl2ZAdrkYQNGVB4RxjfpvkMjipqvbz0u7feBZybkl/6NJg==",
  10205. "license": "MIT",
  10206. "dependencies": {
  10207. "postcss-value-parser": "^4.2.0"
  10208. },
  10209. "engines": {
  10210. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10211. },
  10212. "peerDependencies": {
  10213. "postcss": "^8.4.32"
  10214. }
  10215. },
  10216. "node_modules/postcss-normalize-unicode": {
  10217. "version": "7.0.4",
  10218. "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-7.0.4.tgz",
  10219. "integrity": "sha512-LvIURTi1sQoZqj8mEIE8R15yvM+OhbR1avynMtI9bUzj5gGKR/gfZFd8O7VMj0QgJaIFzxDwxGl/ASMYAkqO8g==",
  10220. "license": "MIT",
  10221. "dependencies": {
  10222. "browserslist": "^4.25.1",
  10223. "postcss-value-parser": "^4.2.0"
  10224. },
  10225. "engines": {
  10226. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10227. },
  10228. "peerDependencies": {
  10229. "postcss": "^8.4.32"
  10230. }
  10231. },
  10232. "node_modules/postcss-normalize-url": {
  10233. "version": "7.0.1",
  10234. "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-7.0.1.tgz",
  10235. "integrity": "sha512-sUcD2cWtyK1AOL/82Fwy1aIVm/wwj5SdZkgZ3QiUzSzQQofrbq15jWJ3BA7Z+yVRwamCjJgZJN0I9IS7c6tgeQ==",
  10236. "license": "MIT",
  10237. "dependencies": {
  10238. "postcss-value-parser": "^4.2.0"
  10239. },
  10240. "engines": {
  10241. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10242. },
  10243. "peerDependencies": {
  10244. "postcss": "^8.4.32"
  10245. }
  10246. },
  10247. "node_modules/postcss-normalize-whitespace": {
  10248. "version": "7.0.1",
  10249. "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-7.0.1.tgz",
  10250. "integrity": "sha512-vsbgFHMFQrJBJKrUFJNZ2pgBeBkC2IvvoHjz1to0/0Xk7sII24T0qFOiJzG6Fu3zJoq/0yI4rKWi7WhApW+EFA==",
  10251. "license": "MIT",
  10252. "dependencies": {
  10253. "postcss-value-parser": "^4.2.0"
  10254. },
  10255. "engines": {
  10256. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10257. },
  10258. "peerDependencies": {
  10259. "postcss": "^8.4.32"
  10260. }
  10261. },
  10262. "node_modules/postcss-ordered-values": {
  10263. "version": "7.0.2",
  10264. "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-7.0.2.tgz",
  10265. "integrity": "sha512-AMJjt1ECBffF7CEON/Y0rekRLS6KsePU6PRP08UqYW4UGFRnTXNrByUzYK1h8AC7UWTZdQ9O3Oq9kFIhm0SFEw==",
  10266. "license": "MIT",
  10267. "dependencies": {
  10268. "cssnano-utils": "^5.0.1",
  10269. "postcss-value-parser": "^4.2.0"
  10270. },
  10271. "engines": {
  10272. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10273. },
  10274. "peerDependencies": {
  10275. "postcss": "^8.4.32"
  10276. }
  10277. },
  10278. "node_modules/postcss-reduce-initial": {
  10279. "version": "7.0.4",
  10280. "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-7.0.4.tgz",
  10281. "integrity": "sha512-rdIC9IlMBn7zJo6puim58Xd++0HdbvHeHaPgXsimMfG1ijC5A9ULvNLSE0rUKVJOvNMcwewW4Ga21ngyJjY/+Q==",
  10282. "license": "MIT",
  10283. "dependencies": {
  10284. "browserslist": "^4.25.1",
  10285. "caniuse-api": "^3.0.0"
  10286. },
  10287. "engines": {
  10288. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10289. },
  10290. "peerDependencies": {
  10291. "postcss": "^8.4.32"
  10292. }
  10293. },
  10294. "node_modules/postcss-reduce-transforms": {
  10295. "version": "7.0.1",
  10296. "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-7.0.1.tgz",
  10297. "integrity": "sha512-MhyEbfrm+Mlp/36hvZ9mT9DaO7dbncU0CvWI8V93LRkY6IYlu38OPg3FObnuKTUxJ4qA8HpurdQOo5CyqqO76g==",
  10298. "license": "MIT",
  10299. "dependencies": {
  10300. "postcss-value-parser": "^4.2.0"
  10301. },
  10302. "engines": {
  10303. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10304. },
  10305. "peerDependencies": {
  10306. "postcss": "^8.4.32"
  10307. }
  10308. },
  10309. "node_modules/postcss-selector-parser": {
  10310. "version": "7.1.0",
  10311. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz",
  10312. "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==",
  10313. "license": "MIT",
  10314. "dependencies": {
  10315. "cssesc": "^3.0.0",
  10316. "util-deprecate": "^1.0.2"
  10317. },
  10318. "engines": {
  10319. "node": ">=4"
  10320. }
  10321. },
  10322. "node_modules/postcss-svgo": {
  10323. "version": "7.1.0",
  10324. "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-7.1.0.tgz",
  10325. "integrity": "sha512-KnAlfmhtoLz6IuU3Sij2ycusNs4jPW+QoFE5kuuUOK8awR6tMxZQrs5Ey3BUz7nFCzT3eqyFgqkyrHiaU2xx3w==",
  10326. "license": "MIT",
  10327. "dependencies": {
  10328. "postcss-value-parser": "^4.2.0",
  10329. "svgo": "^4.0.0"
  10330. },
  10331. "engines": {
  10332. "node": "^18.12.0 || ^20.9.0 || >= 18"
  10333. },
  10334. "peerDependencies": {
  10335. "postcss": "^8.4.32"
  10336. }
  10337. },
  10338. "node_modules/postcss-unique-selectors": {
  10339. "version": "7.0.4",
  10340. "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-7.0.4.tgz",
  10341. "integrity": "sha512-pmlZjsmEAG7cHd7uK3ZiNSW6otSZ13RHuZ/4cDN/bVglS5EpF2r2oxY99SuOHa8m7AWoBCelTS3JPpzsIs8skQ==",
  10342. "license": "MIT",
  10343. "dependencies": {
  10344. "postcss-selector-parser": "^7.1.0"
  10345. },
  10346. "engines": {
  10347. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  10348. },
  10349. "peerDependencies": {
  10350. "postcss": "^8.4.32"
  10351. }
  10352. },
  10353. "node_modules/postcss-value-parser": {
  10354. "version": "4.2.0",
  10355. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  10356. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
  10357. "license": "MIT"
  10358. },
  10359. "node_modules/postcss/node_modules/nanoid": {
  10360. "version": "3.3.11",
  10361. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
  10362. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  10363. "funding": [
  10364. {
  10365. "type": "github",
  10366. "url": "https://github.com/sponsors/ai"
  10367. }
  10368. ],
  10369. "license": "MIT",
  10370. "bin": {
  10371. "nanoid": "bin/nanoid.cjs"
  10372. },
  10373. "engines": {
  10374. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  10375. }
  10376. },
  10377. "node_modules/powershell-utils": {
  10378. "version": "0.1.0",
  10379. "resolved": "https://registry.npmjs.org/powershell-utils/-/powershell-utils-0.1.0.tgz",
  10380. "integrity": "sha512-dM0jVuXJPsDN6DvRpea484tCUaMiXWjuCn++HGTqUWzGDjv5tZkEZldAJ/UMlqRYGFrD/etByo4/xOuC/snX2A==",
  10381. "license": "MIT",
  10382. "engines": {
  10383. "node": ">=20"
  10384. },
  10385. "funding": {
  10386. "url": "https://github.com/sponsors/sindresorhus"
  10387. }
  10388. },
  10389. "node_modules/pretty-bytes": {
  10390. "version": "7.1.0",
  10391. "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-7.1.0.tgz",
  10392. "integrity": "sha512-nODzvTiYVRGRqAOvE84Vk5JDPyyxsVk0/fbA/bq7RqlnhksGpset09XTxbpvLTIjoaF7K8Z8DG8yHtKGTPSYRw==",
  10393. "license": "MIT",
  10394. "engines": {
  10395. "node": ">=20"
  10396. },
  10397. "funding": {
  10398. "url": "https://github.com/sponsors/sindresorhus"
  10399. }
  10400. },
  10401. "node_modules/process": {
  10402. "version": "0.11.10",
  10403. "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
  10404. "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
  10405. "license": "MIT",
  10406. "engines": {
  10407. "node": ">= 0.6.0"
  10408. }
  10409. },
  10410. "node_modules/process-nextick-args": {
  10411. "version": "2.0.1",
  10412. "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
  10413. "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
  10414. "license": "MIT"
  10415. },
  10416. "node_modules/prompts": {
  10417. "version": "2.4.2",
  10418. "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
  10419. "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
  10420. "license": "MIT",
  10421. "dependencies": {
  10422. "kleur": "^3.0.3",
  10423. "sisteransi": "^1.0.5"
  10424. },
  10425. "engines": {
  10426. "node": ">= 6"
  10427. }
  10428. },
  10429. "node_modules/protocols": {
  10430. "version": "2.0.2",
  10431. "resolved": "https://registry.npmjs.org/protocols/-/protocols-2.0.2.tgz",
  10432. "integrity": "sha512-hHVTzba3wboROl0/aWRRG9dMytgH6ow//STBZh43l/wQgmMhYhOFi0EHWAPtoCz9IAUymsyP0TSBHkhgMEGNnQ==",
  10433. "license": "MIT"
  10434. },
  10435. "node_modules/quansync": {
  10436. "version": "0.2.11",
  10437. "resolved": "https://registry.npmjs.org/quansync/-/quansync-0.2.11.tgz",
  10438. "integrity": "sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==",
  10439. "funding": [
  10440. {
  10441. "type": "individual",
  10442. "url": "https://github.com/sponsors/antfu"
  10443. },
  10444. {
  10445. "type": "individual",
  10446. "url": "https://github.com/sponsors/sxzz"
  10447. }
  10448. ],
  10449. "license": "MIT"
  10450. },
  10451. "node_modules/queue-microtask": {
  10452. "version": "1.2.3",
  10453. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  10454. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  10455. "funding": [
  10456. {
  10457. "type": "github",
  10458. "url": "https://github.com/sponsors/feross"
  10459. },
  10460. {
  10461. "type": "patreon",
  10462. "url": "https://www.patreon.com/feross"
  10463. },
  10464. {
  10465. "type": "consulting",
  10466. "url": "https://feross.org/support"
  10467. }
  10468. ],
  10469. "license": "MIT"
  10470. },
  10471. "node_modules/radix3": {
  10472. "version": "1.1.2",
  10473. "resolved": "https://registry.npmjs.org/radix3/-/radix3-1.1.2.tgz",
  10474. "integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==",
  10475. "license": "MIT"
  10476. },
  10477. "node_modules/range-parser": {
  10478. "version": "1.2.1",
  10479. "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
  10480. "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
  10481. "license": "MIT",
  10482. "engines": {
  10483. "node": ">= 0.6"
  10484. }
  10485. },
  10486. "node_modules/rc9": {
  10487. "version": "2.1.2",
  10488. "resolved": "https://registry.npmjs.org/rc9/-/rc9-2.1.2.tgz",
  10489. "integrity": "sha512-btXCnMmRIBINM2LDZoEmOogIZU7Qe7zn4BpomSKZ/ykbLObuBdvG+mFq11DL6fjH1DRwHhrlgtYWG96bJiC7Cg==",
  10490. "license": "MIT",
  10491. "dependencies": {
  10492. "defu": "^6.1.4",
  10493. "destr": "^2.0.3"
  10494. }
  10495. },
  10496. "node_modules/readable-stream": {
  10497. "version": "4.7.0",
  10498. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.7.0.tgz",
  10499. "integrity": "sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==",
  10500. "license": "MIT",
  10501. "dependencies": {
  10502. "abort-controller": "^3.0.0",
  10503. "buffer": "^6.0.3",
  10504. "events": "^3.3.0",
  10505. "process": "^0.11.10",
  10506. "string_decoder": "^1.3.0"
  10507. },
  10508. "engines": {
  10509. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  10510. }
  10511. },
  10512. "node_modules/readdir-glob": {
  10513. "version": "1.1.3",
  10514. "resolved": "https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.1.3.tgz",
  10515. "integrity": "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==",
  10516. "license": "Apache-2.0",
  10517. "dependencies": {
  10518. "minimatch": "^5.1.0"
  10519. }
  10520. },
  10521. "node_modules/readdir-glob/node_modules/minimatch": {
  10522. "version": "5.1.9",
  10523. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.9.tgz",
  10524. "integrity": "sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==",
  10525. "license": "ISC",
  10526. "dependencies": {
  10527. "brace-expansion": "^2.0.1"
  10528. },
  10529. "engines": {
  10530. "node": ">=10"
  10531. }
  10532. },
  10533. "node_modules/readdirp": {
  10534. "version": "4.1.2",
  10535. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
  10536. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  10537. "license": "MIT",
  10538. "engines": {
  10539. "node": ">= 14.18.0"
  10540. },
  10541. "funding": {
  10542. "type": "individual",
  10543. "url": "https://paulmillr.com/funding/"
  10544. }
  10545. },
  10546. "node_modules/redis-errors": {
  10547. "version": "1.2.0",
  10548. "resolved": "https://registry.npmjs.org/redis-errors/-/redis-errors-1.2.0.tgz",
  10549. "integrity": "sha512-1qny3OExCf0UvUV/5wpYKf2YwPcOqXzkwKKSmKHiE6ZMQs5heeE/c8eXK+PNllPvmjgAbfnsbpkGZWy8cBpn9w==",
  10550. "license": "MIT",
  10551. "engines": {
  10552. "node": ">=4"
  10553. }
  10554. },
  10555. "node_modules/redis-parser": {
  10556. "version": "3.0.0",
  10557. "resolved": "https://registry.npmjs.org/redis-parser/-/redis-parser-3.0.0.tgz",
  10558. "integrity": "sha512-DJnGAeenTdpMEH6uAJRK/uiyEIH9WVsUmoLwzudwGJUwZPp80PDBWPHXSAGNPwNvIXAbe7MSUB1zQFugFml66A==",
  10559. "license": "MIT",
  10560. "dependencies": {
  10561. "redis-errors": "^1.0.0"
  10562. },
  10563. "engines": {
  10564. "node": ">=4"
  10565. }
  10566. },
  10567. "node_modules/regexp-tree": {
  10568. "version": "0.1.27",
  10569. "resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.27.tgz",
  10570. "integrity": "sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==",
  10571. "license": "MIT",
  10572. "bin": {
  10573. "regexp-tree": "bin/regexp-tree"
  10574. }
  10575. },
  10576. "node_modules/reka-ui": {
  10577. "version": "2.6.0",
  10578. "resolved": "https://registry.npmjs.org/reka-ui/-/reka-ui-2.6.0.tgz",
  10579. "integrity": "sha512-NrGMKrABD97l890mFS3TNUzB0BLUfbL3hh0NjcJRIUSUljb288bx3Mzo31nOyUcdiiW0HqFGXJwyCBh9cWgb0w==",
  10580. "license": "MIT",
  10581. "dependencies": {
  10582. "@floating-ui/dom": "^1.6.13",
  10583. "@floating-ui/vue": "^1.1.6",
  10584. "@internationalized/date": "^3.5.0",
  10585. "@internationalized/number": "^3.5.0",
  10586. "@tanstack/vue-virtual": "^3.12.0",
  10587. "@vueuse/core": "^12.5.0",
  10588. "@vueuse/shared": "^12.5.0",
  10589. "aria-hidden": "^1.2.4",
  10590. "defu": "^6.1.4",
  10591. "ohash": "^2.0.11"
  10592. },
  10593. "peerDependencies": {
  10594. "vue": ">= 3.2.0"
  10595. }
  10596. },
  10597. "node_modules/reka-ui/node_modules/@vueuse/core": {
  10598. "version": "12.8.2",
  10599. "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-12.8.2.tgz",
  10600. "integrity": "sha512-HbvCmZdzAu3VGi/pWYm5Ut+Kd9mn1ZHnn4L5G8kOQTPs/IwIAmJoBrmYk2ckLArgMXZj0AW3n5CAejLUO+PhdQ==",
  10601. "license": "MIT",
  10602. "dependencies": {
  10603. "@types/web-bluetooth": "^0.0.21",
  10604. "@vueuse/metadata": "12.8.2",
  10605. "@vueuse/shared": "12.8.2",
  10606. "vue": "^3.5.13"
  10607. },
  10608. "funding": {
  10609. "url": "https://github.com/sponsors/antfu"
  10610. }
  10611. },
  10612. "node_modules/reka-ui/node_modules/@vueuse/metadata": {
  10613. "version": "12.8.2",
  10614. "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-12.8.2.tgz",
  10615. "integrity": "sha512-rAyLGEuoBJ/Il5AmFHiziCPdQzRt88VxR+Y/A/QhJ1EWtWqPBBAxTAFaSkviwEuOEZNtW8pvkPgoCZQ+HxqW1A==",
  10616. "license": "MIT",
  10617. "funding": {
  10618. "url": "https://github.com/sponsors/antfu"
  10619. }
  10620. },
  10621. "node_modules/reka-ui/node_modules/@vueuse/shared": {
  10622. "version": "12.8.2",
  10623. "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-12.8.2.tgz",
  10624. "integrity": "sha512-dznP38YzxZoNloI0qpEfpkms8knDtaoQ6Y/sfS0L7Yki4zh40LFHEhur0odJC6xTHG5dxWVPiUWBXn+wCG2s5w==",
  10625. "license": "MIT",
  10626. "dependencies": {
  10627. "vue": "^3.5.13"
  10628. },
  10629. "funding": {
  10630. "url": "https://github.com/sponsors/antfu"
  10631. }
  10632. },
  10633. "node_modules/require-directory": {
  10634. "version": "2.1.1",
  10635. "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
  10636. "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
  10637. "license": "MIT",
  10638. "engines": {
  10639. "node": ">=0.10.0"
  10640. }
  10641. },
  10642. "node_modules/resolve": {
  10643. "version": "1.22.11",
  10644. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
  10645. "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
  10646. "license": "MIT",
  10647. "dependencies": {
  10648. "is-core-module": "^2.16.1",
  10649. "path-parse": "^1.0.7",
  10650. "supports-preserve-symlinks-flag": "^1.0.0"
  10651. },
  10652. "bin": {
  10653. "resolve": "bin/resolve"
  10654. },
  10655. "engines": {
  10656. "node": ">= 0.4"
  10657. },
  10658. "funding": {
  10659. "url": "https://github.com/sponsors/ljharb"
  10660. }
  10661. },
  10662. "node_modules/resolve-from": {
  10663. "version": "5.0.0",
  10664. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
  10665. "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
  10666. "license": "MIT",
  10667. "engines": {
  10668. "node": ">=8"
  10669. }
  10670. },
  10671. "node_modules/restructure": {
  10672. "version": "3.0.2",
  10673. "resolved": "https://registry.npmjs.org/restructure/-/restructure-3.0.2.tgz",
  10674. "integrity": "sha512-gSfoiOEA0VPE6Tukkrr7I0RBdE0s7H1eFCDBk05l1KIQT1UIKNc5JZy6jdyW6eYH3aR3g5b3PuL77rq0hvwtAw==",
  10675. "license": "MIT"
  10676. },
  10677. "node_modules/reusify": {
  10678. "version": "1.1.0",
  10679. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
  10680. "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
  10681. "license": "MIT",
  10682. "engines": {
  10683. "iojs": ">=1.0.0",
  10684. "node": ">=0.10.0"
  10685. }
  10686. },
  10687. "node_modules/rfdc": {
  10688. "version": "1.4.1",
  10689. "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz",
  10690. "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
  10691. "license": "MIT"
  10692. },
  10693. "node_modules/rollup": {
  10694. "version": "4.60.2",
  10695. "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.60.2.tgz",
  10696. "integrity": "sha512-J9qZyW++QK/09NyN/zeO0dG/1GdGfyp9lV8ajHnRVLfo/uFsbji5mHnDgn/qYdUHyCkM2N+8VyspgZclfAh0eQ==",
  10697. "license": "MIT",
  10698. "peer": true,
  10699. "dependencies": {
  10700. "@types/estree": "1.0.8"
  10701. },
  10702. "bin": {
  10703. "rollup": "dist/bin/rollup"
  10704. },
  10705. "engines": {
  10706. "node": ">=18.0.0",
  10707. "npm": ">=8.0.0"
  10708. },
  10709. "optionalDependencies": {
  10710. "@rollup/rollup-android-arm-eabi": "4.60.2",
  10711. "@rollup/rollup-android-arm64": "4.60.2",
  10712. "@rollup/rollup-darwin-arm64": "4.60.2",
  10713. "@rollup/rollup-darwin-x64": "4.60.2",
  10714. "@rollup/rollup-freebsd-arm64": "4.60.2",
  10715. "@rollup/rollup-freebsd-x64": "4.60.2",
  10716. "@rollup/rollup-linux-arm-gnueabihf": "4.60.2",
  10717. "@rollup/rollup-linux-arm-musleabihf": "4.60.2",
  10718. "@rollup/rollup-linux-arm64-gnu": "4.60.2",
  10719. "@rollup/rollup-linux-arm64-musl": "4.60.2",
  10720. "@rollup/rollup-linux-loong64-gnu": "4.60.2",
  10721. "@rollup/rollup-linux-loong64-musl": "4.60.2",
  10722. "@rollup/rollup-linux-ppc64-gnu": "4.60.2",
  10723. "@rollup/rollup-linux-ppc64-musl": "4.60.2",
  10724. "@rollup/rollup-linux-riscv64-gnu": "4.60.2",
  10725. "@rollup/rollup-linux-riscv64-musl": "4.60.2",
  10726. "@rollup/rollup-linux-s390x-gnu": "4.60.2",
  10727. "@rollup/rollup-linux-x64-gnu": "4.60.2",
  10728. "@rollup/rollup-linux-x64-musl": "4.60.2",
  10729. "@rollup/rollup-openbsd-x64": "4.60.2",
  10730. "@rollup/rollup-openharmony-arm64": "4.60.2",
  10731. "@rollup/rollup-win32-arm64-msvc": "4.60.2",
  10732. "@rollup/rollup-win32-ia32-msvc": "4.60.2",
  10733. "@rollup/rollup-win32-x64-gnu": "4.60.2",
  10734. "@rollup/rollup-win32-x64-msvc": "4.60.2",
  10735. "fsevents": "~2.3.2"
  10736. }
  10737. },
  10738. "node_modules/rollup-plugin-visualizer": {
  10739. "version": "6.0.5",
  10740. "resolved": "https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-6.0.5.tgz",
  10741. "integrity": "sha512-9+HlNgKCVbJDs8tVtjQ43US12eqaiHyyiLMdBwQ7vSZPiHMysGNo2E88TAp1si5wx8NAoYriI2A5kuKfIakmJg==",
  10742. "license": "MIT",
  10743. "dependencies": {
  10744. "open": "^8.0.0",
  10745. "picomatch": "^4.0.2",
  10746. "source-map": "^0.7.4",
  10747. "yargs": "^17.5.1"
  10748. },
  10749. "bin": {
  10750. "rollup-plugin-visualizer": "dist/bin/cli.js"
  10751. },
  10752. "engines": {
  10753. "node": ">=18"
  10754. },
  10755. "peerDependencies": {
  10756. "rolldown": "1.x || ^1.0.0-beta",
  10757. "rollup": "2.x || 3.x || 4.x"
  10758. },
  10759. "peerDependenciesMeta": {
  10760. "rolldown": {
  10761. "optional": true
  10762. },
  10763. "rollup": {
  10764. "optional": true
  10765. }
  10766. }
  10767. },
  10768. "node_modules/run-applescript": {
  10769. "version": "7.1.0",
  10770. "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.1.0.tgz",
  10771. "integrity": "sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==",
  10772. "license": "MIT",
  10773. "engines": {
  10774. "node": ">=18"
  10775. },
  10776. "funding": {
  10777. "url": "https://github.com/sponsors/sindresorhus"
  10778. }
  10779. },
  10780. "node_modules/run-parallel": {
  10781. "version": "1.2.0",
  10782. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  10783. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  10784. "funding": [
  10785. {
  10786. "type": "github",
  10787. "url": "https://github.com/sponsors/feross"
  10788. },
  10789. {
  10790. "type": "patreon",
  10791. "url": "https://www.patreon.com/feross"
  10792. },
  10793. {
  10794. "type": "consulting",
  10795. "url": "https://feross.org/support"
  10796. }
  10797. ],
  10798. "license": "MIT",
  10799. "dependencies": {
  10800. "queue-microtask": "^1.2.2"
  10801. }
  10802. },
  10803. "node_modules/safe-buffer": {
  10804. "version": "5.2.1",
  10805. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  10806. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  10807. "funding": [
  10808. {
  10809. "type": "github",
  10810. "url": "https://github.com/sponsors/feross"
  10811. },
  10812. {
  10813. "type": "patreon",
  10814. "url": "https://www.patreon.com/feross"
  10815. },
  10816. {
  10817. "type": "consulting",
  10818. "url": "https://feross.org/support"
  10819. }
  10820. ],
  10821. "license": "MIT"
  10822. },
  10823. "node_modules/sax": {
  10824. "version": "1.6.0",
  10825. "resolved": "https://registry.npmjs.org/sax/-/sax-1.6.0.tgz",
  10826. "integrity": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==",
  10827. "license": "BlueOak-1.0.0",
  10828. "engines": {
  10829. "node": ">=11.0.0"
  10830. }
  10831. },
  10832. "node_modules/scule": {
  10833. "version": "1.3.0",
  10834. "resolved": "https://registry.npmjs.org/scule/-/scule-1.3.0.tgz",
  10835. "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==",
  10836. "license": "MIT"
  10837. },
  10838. "node_modules/semver": {
  10839. "version": "7.7.4",
  10840. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
  10841. "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
  10842. "license": "ISC",
  10843. "bin": {
  10844. "semver": "bin/semver.js"
  10845. },
  10846. "engines": {
  10847. "node": ">=10"
  10848. }
  10849. },
  10850. "node_modules/send": {
  10851. "version": "1.2.1",
  10852. "resolved": "https://registry.npmjs.org/send/-/send-1.2.1.tgz",
  10853. "integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
  10854. "license": "MIT",
  10855. "dependencies": {
  10856. "debug": "^4.4.3",
  10857. "encodeurl": "^2.0.0",
  10858. "escape-html": "^1.0.3",
  10859. "etag": "^1.8.1",
  10860. "fresh": "^2.0.0",
  10861. "http-errors": "^2.0.1",
  10862. "mime-types": "^3.0.2",
  10863. "ms": "^2.1.3",
  10864. "on-finished": "^2.4.1",
  10865. "range-parser": "^1.2.1",
  10866. "statuses": "^2.0.2"
  10867. },
  10868. "engines": {
  10869. "node": ">= 18"
  10870. },
  10871. "funding": {
  10872. "type": "opencollective",
  10873. "url": "https://opencollective.com/express"
  10874. }
  10875. },
  10876. "node_modules/serialize-javascript": {
  10877. "version": "7.0.5",
  10878. "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-7.0.5.tgz",
  10879. "integrity": "sha512-F4LcB0UqUl1zErq+1nYEEzSHJnIwb3AF2XWB94b+afhrekOUijwooAYqFyRbjYkm2PAKBabx6oYv/xDxNi8IBw==",
  10880. "license": "BSD-3-Clause",
  10881. "engines": {
  10882. "node": ">=20.0.0"
  10883. }
  10884. },
  10885. "node_modules/seroval": {
  10886. "version": "1.5.2",
  10887. "resolved": "https://registry.npmjs.org/seroval/-/seroval-1.5.2.tgz",
  10888. "integrity": "sha512-xcRN39BdsnO9Tf+VzsE7b3JyTJASItIV1FVFewJKCFcW4s4haIKS3e6vj8PGB9qBwC7tnuOywQMdv5N4qkzi7Q==",
  10889. "license": "MIT",
  10890. "engines": {
  10891. "node": ">=10"
  10892. }
  10893. },
  10894. "node_modules/serve-placeholder": {
  10895. "version": "2.0.2",
  10896. "resolved": "https://registry.npmjs.org/serve-placeholder/-/serve-placeholder-2.0.2.tgz",
  10897. "integrity": "sha512-/TMG8SboeiQbZJWRlfTCqMs2DD3SZgWp0kDQePz9yUuCnDfDh/92gf7/PxGhzXTKBIPASIHxFcZndoNbp6QOLQ==",
  10898. "license": "MIT",
  10899. "dependencies": {
  10900. "defu": "^6.1.4"
  10901. }
  10902. },
  10903. "node_modules/serve-static": {
  10904. "version": "2.2.1",
  10905. "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz",
  10906. "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
  10907. "license": "MIT",
  10908. "dependencies": {
  10909. "encodeurl": "^2.0.0",
  10910. "escape-html": "^1.0.3",
  10911. "parseurl": "^1.3.3",
  10912. "send": "^1.2.0"
  10913. },
  10914. "engines": {
  10915. "node": ">= 18"
  10916. },
  10917. "funding": {
  10918. "type": "opencollective",
  10919. "url": "https://opencollective.com/express"
  10920. }
  10921. },
  10922. "node_modules/setprototypeof": {
  10923. "version": "1.2.0",
  10924. "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
  10925. "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
  10926. "license": "ISC"
  10927. },
  10928. "node_modules/sharp": {
  10929. "version": "0.34.5",
  10930. "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz",
  10931. "integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==",
  10932. "hasInstallScript": true,
  10933. "license": "Apache-2.0",
  10934. "optional": true,
  10935. "dependencies": {
  10936. "@img/colour": "^1.0.0",
  10937. "detect-libc": "^2.1.2",
  10938. "semver": "^7.7.3"
  10939. },
  10940. "engines": {
  10941. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  10942. },
  10943. "funding": {
  10944. "url": "https://opencollective.com/libvips"
  10945. },
  10946. "optionalDependencies": {
  10947. "@img/sharp-darwin-arm64": "0.34.5",
  10948. "@img/sharp-darwin-x64": "0.34.5",
  10949. "@img/sharp-libvips-darwin-arm64": "1.2.4",
  10950. "@img/sharp-libvips-darwin-x64": "1.2.4",
  10951. "@img/sharp-libvips-linux-arm": "1.2.4",
  10952. "@img/sharp-libvips-linux-arm64": "1.2.4",
  10953. "@img/sharp-libvips-linux-ppc64": "1.2.4",
  10954. "@img/sharp-libvips-linux-riscv64": "1.2.4",
  10955. "@img/sharp-libvips-linux-s390x": "1.2.4",
  10956. "@img/sharp-libvips-linux-x64": "1.2.4",
  10957. "@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
  10958. "@img/sharp-libvips-linuxmusl-x64": "1.2.4",
  10959. "@img/sharp-linux-arm": "0.34.5",
  10960. "@img/sharp-linux-arm64": "0.34.5",
  10961. "@img/sharp-linux-ppc64": "0.34.5",
  10962. "@img/sharp-linux-riscv64": "0.34.5",
  10963. "@img/sharp-linux-s390x": "0.34.5",
  10964. "@img/sharp-linux-x64": "0.34.5",
  10965. "@img/sharp-linuxmusl-arm64": "0.34.5",
  10966. "@img/sharp-linuxmusl-x64": "0.34.5",
  10967. "@img/sharp-wasm32": "0.34.5",
  10968. "@img/sharp-win32-arm64": "0.34.5",
  10969. "@img/sharp-win32-ia32": "0.34.5",
  10970. "@img/sharp-win32-x64": "0.34.5"
  10971. }
  10972. },
  10973. "node_modules/shebang-command": {
  10974. "version": "2.0.0",
  10975. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  10976. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  10977. "license": "MIT",
  10978. "dependencies": {
  10979. "shebang-regex": "^3.0.0"
  10980. },
  10981. "engines": {
  10982. "node": ">=8"
  10983. }
  10984. },
  10985. "node_modules/shebang-regex": {
  10986. "version": "3.0.0",
  10987. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  10988. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  10989. "license": "MIT",
  10990. "engines": {
  10991. "node": ">=8"
  10992. }
  10993. },
  10994. "node_modules/shell-quote": {
  10995. "version": "1.8.3",
  10996. "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz",
  10997. "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==",
  10998. "license": "MIT",
  10999. "engines": {
  11000. "node": ">= 0.4"
  11001. },
  11002. "funding": {
  11003. "url": "https://github.com/sponsors/ljharb"
  11004. }
  11005. },
  11006. "node_modules/signal-exit": {
  11007. "version": "4.1.0",
  11008. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  11009. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  11010. "license": "ISC",
  11011. "engines": {
  11012. "node": ">=14"
  11013. },
  11014. "funding": {
  11015. "url": "https://github.com/sponsors/isaacs"
  11016. }
  11017. },
  11018. "node_modules/simple-git": {
  11019. "version": "3.36.0",
  11020. "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.36.0.tgz",
  11021. "integrity": "sha512-cGQjLjK8bxJw4QuYT7gxHw3/IouVESbhahSsHrX97MzCL1gu2u7oy38W6L2ZIGECEfIBG4BabsWDPjBxJENv9Q==",
  11022. "license": "MIT",
  11023. "dependencies": {
  11024. "@kwsites/file-exists": "^1.1.1",
  11025. "@kwsites/promise-deferred": "^1.1.1",
  11026. "@simple-git/args-pathspec": "^1.0.3",
  11027. "@simple-git/argv-parser": "^1.1.0",
  11028. "debug": "^4.4.0"
  11029. },
  11030. "funding": {
  11031. "type": "github",
  11032. "url": "https://github.com/steveukx/git-js?sponsor=1"
  11033. }
  11034. },
  11035. "node_modules/sirv": {
  11036. "version": "3.0.2",
  11037. "resolved": "https://registry.npmjs.org/sirv/-/sirv-3.0.2.tgz",
  11038. "integrity": "sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==",
  11039. "license": "MIT",
  11040. "dependencies": {
  11041. "@polka/url": "^1.0.0-next.24",
  11042. "mrmime": "^2.0.0",
  11043. "totalist": "^3.0.0"
  11044. },
  11045. "engines": {
  11046. "node": ">=18"
  11047. }
  11048. },
  11049. "node_modules/sisteransi": {
  11050. "version": "1.0.5",
  11051. "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
  11052. "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
  11053. "license": "MIT"
  11054. },
  11055. "node_modules/slash": {
  11056. "version": "5.1.0",
  11057. "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
  11058. "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
  11059. "license": "MIT",
  11060. "engines": {
  11061. "node": ">=14.16"
  11062. },
  11063. "funding": {
  11064. "url": "https://github.com/sponsors/sindresorhus"
  11065. }
  11066. },
  11067. "node_modules/smob": {
  11068. "version": "1.6.1",
  11069. "resolved": "https://registry.npmjs.org/smob/-/smob-1.6.1.tgz",
  11070. "integrity": "sha512-KAkBqZl3c2GvNgNhcoyJae1aKldDW0LO279wF9bk1PnluRTETKBq0WyzRXxEhoQLk56yHaOY4JCBEKDuJIET5g==",
  11071. "license": "MIT",
  11072. "engines": {
  11073. "node": ">=20.0.0"
  11074. }
  11075. },
  11076. "node_modules/source-map": {
  11077. "version": "0.7.6",
  11078. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.6.tgz",
  11079. "integrity": "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==",
  11080. "license": "BSD-3-Clause",
  11081. "engines": {
  11082. "node": ">= 12"
  11083. }
  11084. },
  11085. "node_modules/source-map-js": {
  11086. "version": "1.2.1",
  11087. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  11088. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  11089. "license": "BSD-3-Clause",
  11090. "engines": {
  11091. "node": ">=0.10.0"
  11092. }
  11093. },
  11094. "node_modules/source-map-support": {
  11095. "version": "0.5.21",
  11096. "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
  11097. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  11098. "license": "MIT",
  11099. "dependencies": {
  11100. "buffer-from": "^1.0.0",
  11101. "source-map": "^0.6.0"
  11102. }
  11103. },
  11104. "node_modules/source-map-support/node_modules/source-map": {
  11105. "version": "0.6.1",
  11106. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  11107. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  11108. "license": "BSD-3-Clause",
  11109. "engines": {
  11110. "node": ">=0.10.0"
  11111. }
  11112. },
  11113. "node_modules/speakingurl": {
  11114. "version": "14.0.1",
  11115. "resolved": "https://registry.npmjs.org/speakingurl/-/speakingurl-14.0.1.tgz",
  11116. "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==",
  11117. "license": "BSD-3-Clause",
  11118. "engines": {
  11119. "node": ">=0.10.0"
  11120. }
  11121. },
  11122. "node_modules/srvx": {
  11123. "version": "0.11.15",
  11124. "resolved": "https://registry.npmjs.org/srvx/-/srvx-0.11.15.tgz",
  11125. "integrity": "sha512-iXsux0UcOjdvs0LCMa2Ws3WwcDUozA3JN3BquNXkaFPP7TpRqgunKdEgoZ/uwb1J6xaYHfxtz9Twlh6yzwM6Tg==",
  11126. "license": "MIT",
  11127. "bin": {
  11128. "srvx": "bin/srvx.mjs"
  11129. },
  11130. "engines": {
  11131. "node": ">=20.16.0"
  11132. }
  11133. },
  11134. "node_modules/standard-as-callback": {
  11135. "version": "2.1.0",
  11136. "resolved": "https://registry.npmjs.org/standard-as-callback/-/standard-as-callback-2.1.0.tgz",
  11137. "integrity": "sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A==",
  11138. "license": "MIT"
  11139. },
  11140. "node_modules/statuses": {
  11141. "version": "2.0.2",
  11142. "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
  11143. "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
  11144. "license": "MIT",
  11145. "engines": {
  11146. "node": ">= 0.8"
  11147. }
  11148. },
  11149. "node_modules/std-env": {
  11150. "version": "3.10.0",
  11151. "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.10.0.tgz",
  11152. "integrity": "sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==",
  11153. "license": "MIT"
  11154. },
  11155. "node_modules/streamx": {
  11156. "version": "2.23.0",
  11157. "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.23.0.tgz",
  11158. "integrity": "sha512-kn+e44esVfn2Fa/O0CPFcex27fjIL6MkVae0Mm6q+E6f0hWv578YCERbv+4m02cjxvDsPKLnmxral/rR6lBMAg==",
  11159. "license": "MIT",
  11160. "dependencies": {
  11161. "events-universal": "^1.0.0",
  11162. "fast-fifo": "^1.3.2",
  11163. "text-decoder": "^1.1.0"
  11164. }
  11165. },
  11166. "node_modules/string_decoder": {
  11167. "version": "1.3.0",
  11168. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
  11169. "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
  11170. "license": "MIT",
  11171. "dependencies": {
  11172. "safe-buffer": "~5.2.0"
  11173. }
  11174. },
  11175. "node_modules/string-width": {
  11176. "version": "5.1.2",
  11177. "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
  11178. "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
  11179. "license": "MIT",
  11180. "dependencies": {
  11181. "eastasianwidth": "^0.2.0",
  11182. "emoji-regex": "^9.2.2",
  11183. "strip-ansi": "^7.0.1"
  11184. },
  11185. "engines": {
  11186. "node": ">=12"
  11187. },
  11188. "funding": {
  11189. "url": "https://github.com/sponsors/sindresorhus"
  11190. }
  11191. },
  11192. "node_modules/string-width-cjs": {
  11193. "name": "string-width",
  11194. "version": "4.2.3",
  11195. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  11196. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  11197. "license": "MIT",
  11198. "dependencies": {
  11199. "emoji-regex": "^8.0.0",
  11200. "is-fullwidth-code-point": "^3.0.0",
  11201. "strip-ansi": "^6.0.1"
  11202. },
  11203. "engines": {
  11204. "node": ">=8"
  11205. }
  11206. },
  11207. "node_modules/string-width-cjs/node_modules/ansi-regex": {
  11208. "version": "5.0.1",
  11209. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  11210. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  11211. "license": "MIT",
  11212. "engines": {
  11213. "node": ">=8"
  11214. }
  11215. },
  11216. "node_modules/string-width-cjs/node_modules/emoji-regex": {
  11217. "version": "8.0.0",
  11218. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  11219. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  11220. "license": "MIT"
  11221. },
  11222. "node_modules/string-width-cjs/node_modules/strip-ansi": {
  11223. "version": "6.0.1",
  11224. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  11225. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  11226. "license": "MIT",
  11227. "dependencies": {
  11228. "ansi-regex": "^5.0.1"
  11229. },
  11230. "engines": {
  11231. "node": ">=8"
  11232. }
  11233. },
  11234. "node_modules/strip-ansi": {
  11235. "version": "7.1.2",
  11236. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
  11237. "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
  11238. "license": "MIT",
  11239. "dependencies": {
  11240. "ansi-regex": "^6.0.1"
  11241. },
  11242. "engines": {
  11243. "node": ">=12"
  11244. },
  11245. "funding": {
  11246. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  11247. }
  11248. },
  11249. "node_modules/strip-ansi-cjs": {
  11250. "name": "strip-ansi",
  11251. "version": "6.0.1",
  11252. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  11253. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  11254. "license": "MIT",
  11255. "dependencies": {
  11256. "ansi-regex": "^5.0.1"
  11257. },
  11258. "engines": {
  11259. "node": ">=8"
  11260. }
  11261. },
  11262. "node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
  11263. "version": "5.0.1",
  11264. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  11265. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  11266. "license": "MIT",
  11267. "engines": {
  11268. "node": ">=8"
  11269. }
  11270. },
  11271. "node_modules/strip-final-newline": {
  11272. "version": "3.0.0",
  11273. "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
  11274. "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
  11275. "license": "MIT",
  11276. "engines": {
  11277. "node": ">=12"
  11278. },
  11279. "funding": {
  11280. "url": "https://github.com/sponsors/sindresorhus"
  11281. }
  11282. },
  11283. "node_modules/strip-literal": {
  11284. "version": "3.1.0",
  11285. "resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-3.1.0.tgz",
  11286. "integrity": "sha512-8r3mkIM/2+PpjHoOtiAW8Rg3jJLHaV7xPwG+YRGrv6FP0wwk/toTpATxWYOW0BKdWwl82VT2tFYi5DlROa0Mxg==",
  11287. "license": "MIT",
  11288. "dependencies": {
  11289. "js-tokens": "^9.0.1"
  11290. },
  11291. "funding": {
  11292. "url": "https://github.com/sponsors/antfu"
  11293. }
  11294. },
  11295. "node_modules/strip-literal/node_modules/js-tokens": {
  11296. "version": "9.0.1",
  11297. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-9.0.1.tgz",
  11298. "integrity": "sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==",
  11299. "license": "MIT"
  11300. },
  11301. "node_modules/structured-clone-es": {
  11302. "version": "1.0.0",
  11303. "resolved": "https://registry.npmjs.org/structured-clone-es/-/structured-clone-es-1.0.0.tgz",
  11304. "integrity": "sha512-FL8EeKFFyNQv5cMnXI31CIMCsFarSVI2bF0U0ImeNE3g/F1IvJQyqzOXxPBRXiwQfyBTlbNe88jh1jFW0O/jiQ==",
  11305. "license": "ISC"
  11306. },
  11307. "node_modules/stylehacks": {
  11308. "version": "7.0.6",
  11309. "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-7.0.6.tgz",
  11310. "integrity": "sha512-iitguKivmsueOmTO0wmxURXBP8uqOO+zikLGZ7Mm9e/94R4w5T999Js2taS/KBOnQ/wdC3jN3vNSrkGDrlnqQg==",
  11311. "license": "MIT",
  11312. "dependencies": {
  11313. "browserslist": "^4.25.1",
  11314. "postcss-selector-parser": "^7.1.0"
  11315. },
  11316. "engines": {
  11317. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  11318. },
  11319. "peerDependencies": {
  11320. "postcss": "^8.4.32"
  11321. }
  11322. },
  11323. "node_modules/superjson": {
  11324. "version": "2.2.3",
  11325. "resolved": "https://registry.npmjs.org/superjson/-/superjson-2.2.3.tgz",
  11326. "integrity": "sha512-ay3d+LW/S6yppKoTz3Bq4mG0xrS5bFwfWEBmQfbC7lt5wmtk+Obq0TxVuA9eYRirBTQb1K3eEpBRHMQEo0WyVw==",
  11327. "license": "MIT",
  11328. "dependencies": {
  11329. "copy-anything": "^4"
  11330. },
  11331. "engines": {
  11332. "node": ">=16"
  11333. }
  11334. },
  11335. "node_modules/supports-color": {
  11336. "version": "10.2.2",
  11337. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-10.2.2.tgz",
  11338. "integrity": "sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==",
  11339. "license": "MIT",
  11340. "engines": {
  11341. "node": ">=18"
  11342. },
  11343. "funding": {
  11344. "url": "https://github.com/chalk/supports-color?sponsor=1"
  11345. }
  11346. },
  11347. "node_modules/supports-preserve-symlinks-flag": {
  11348. "version": "1.0.0",
  11349. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  11350. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  11351. "license": "MIT",
  11352. "engines": {
  11353. "node": ">= 0.4"
  11354. },
  11355. "funding": {
  11356. "url": "https://github.com/sponsors/ljharb"
  11357. }
  11358. },
  11359. "node_modules/svgo": {
  11360. "version": "4.0.1",
  11361. "resolved": "https://registry.npmjs.org/svgo/-/svgo-4.0.1.tgz",
  11362. "integrity": "sha512-XDpWUOPC6FEibaLzjfe0ucaV0YrOjYotGJO1WpF0Zd+n6ZGEQUsSugaoLq9QkEZtAfQIxT42UChcssDVPP3+/w==",
  11363. "license": "MIT",
  11364. "dependencies": {
  11365. "commander": "^11.1.0",
  11366. "css-select": "^5.1.0",
  11367. "css-tree": "^3.0.1",
  11368. "css-what": "^6.1.0",
  11369. "csso": "^5.0.5",
  11370. "picocolors": "^1.1.1",
  11371. "sax": "^1.5.0"
  11372. },
  11373. "bin": {
  11374. "svgo": "bin/svgo.js"
  11375. },
  11376. "engines": {
  11377. "node": ">=16"
  11378. },
  11379. "funding": {
  11380. "type": "opencollective",
  11381. "url": "https://opencollective.com/svgo"
  11382. }
  11383. },
  11384. "node_modules/tagged-tag": {
  11385. "version": "1.0.0",
  11386. "resolved": "https://registry.npmjs.org/tagged-tag/-/tagged-tag-1.0.0.tgz",
  11387. "integrity": "sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==",
  11388. "license": "MIT",
  11389. "engines": {
  11390. "node": ">=20"
  11391. },
  11392. "funding": {
  11393. "url": "https://github.com/sponsors/sindresorhus"
  11394. }
  11395. },
  11396. "node_modules/tailwind-merge": {
  11397. "version": "3.4.0",
  11398. "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.4.0.tgz",
  11399. "integrity": "sha512-uSaO4gnW+b3Y2aWoWfFpX62vn2sR3skfhbjsEnaBI81WD1wBLlHZe5sWf0AqjksNdYTbGBEd0UasQMT3SNV15g==",
  11400. "license": "MIT",
  11401. "peer": true,
  11402. "funding": {
  11403. "type": "github",
  11404. "url": "https://github.com/sponsors/dcastil"
  11405. }
  11406. },
  11407. "node_modules/tailwind-variants": {
  11408. "version": "3.2.2",
  11409. "resolved": "https://registry.npmjs.org/tailwind-variants/-/tailwind-variants-3.2.2.tgz",
  11410. "integrity": "sha512-Mi4kHeMTLvKlM98XPnK+7HoBPmf4gygdFmqQPaDivc3DpYS6aIY6KiG/PgThrGvii5YZJqRsPz0aPyhoFzmZgg==",
  11411. "license": "MIT",
  11412. "engines": {
  11413. "node": ">=16.x",
  11414. "pnpm": ">=7.x"
  11415. },
  11416. "peerDependencies": {
  11417. "tailwind-merge": ">=3.0.0",
  11418. "tailwindcss": "*"
  11419. },
  11420. "peerDependenciesMeta": {
  11421. "tailwind-merge": {
  11422. "optional": true
  11423. }
  11424. }
  11425. },
  11426. "node_modules/tailwindcss": {
  11427. "version": "4.1.17",
  11428. "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.17.tgz",
  11429. "integrity": "sha512-j9Ee2YjuQqYT9bbRTfTZht9W/ytp5H+jJpZKiYdP/bpnXARAuELt9ofP0lPnmHjbga7SNQIxdTAXCmtKVYjN+Q==",
  11430. "license": "MIT",
  11431. "peer": true
  11432. },
  11433. "node_modules/tapable": {
  11434. "version": "2.3.0",
  11435. "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz",
  11436. "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==",
  11437. "license": "MIT",
  11438. "engines": {
  11439. "node": ">=6"
  11440. },
  11441. "funding": {
  11442. "type": "opencollective",
  11443. "url": "https://opencollective.com/webpack"
  11444. }
  11445. },
  11446. "node_modules/tar": {
  11447. "version": "7.5.13",
  11448. "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.13.tgz",
  11449. "integrity": "sha512-tOG/7GyXpFevhXVh8jOPJrmtRpOTsYqUIkVdVooZYJS/z8WhfQUX8RJILmeuJNinGAMSu1veBr4asSHFt5/hng==",
  11450. "license": "BlueOak-1.0.0",
  11451. "dependencies": {
  11452. "@isaacs/fs-minipass": "^4.0.0",
  11453. "chownr": "^3.0.0",
  11454. "minipass": "^7.1.2",
  11455. "minizlib": "^3.1.0",
  11456. "yallist": "^5.0.0"
  11457. },
  11458. "engines": {
  11459. "node": ">=18"
  11460. }
  11461. },
  11462. "node_modules/tar-stream": {
  11463. "version": "3.1.7",
  11464. "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz",
  11465. "integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==",
  11466. "license": "MIT",
  11467. "dependencies": {
  11468. "b4a": "^1.6.4",
  11469. "fast-fifo": "^1.2.0",
  11470. "streamx": "^2.15.0"
  11471. }
  11472. },
  11473. "node_modules/tar/node_modules/yallist": {
  11474. "version": "5.0.0",
  11475. "resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz",
  11476. "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==",
  11477. "license": "BlueOak-1.0.0",
  11478. "engines": {
  11479. "node": ">=18"
  11480. }
  11481. },
  11482. "node_modules/terser": {
  11483. "version": "5.44.0",
  11484. "resolved": "https://registry.npmjs.org/terser/-/terser-5.44.0.tgz",
  11485. "integrity": "sha512-nIVck8DK+GM/0Frwd+nIhZ84pR/BX7rmXMfYwyg+Sri5oGVE99/E3KvXqpC2xHFxyqXyGHTKBSioxxplrO4I4w==",
  11486. "license": "BSD-2-Clause",
  11487. "dependencies": {
  11488. "@jridgewell/source-map": "^0.3.3",
  11489. "acorn": "^8.15.0",
  11490. "commander": "^2.20.0",
  11491. "source-map-support": "~0.5.20"
  11492. },
  11493. "bin": {
  11494. "terser": "bin/terser"
  11495. },
  11496. "engines": {
  11497. "node": ">=10"
  11498. }
  11499. },
  11500. "node_modules/terser/node_modules/commander": {
  11501. "version": "2.20.3",
  11502. "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
  11503. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
  11504. "license": "MIT"
  11505. },
  11506. "node_modules/text-decoder": {
  11507. "version": "1.2.3",
  11508. "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.3.tgz",
  11509. "integrity": "sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==",
  11510. "license": "Apache-2.0",
  11511. "dependencies": {
  11512. "b4a": "^1.6.4"
  11513. }
  11514. },
  11515. "node_modules/tiny-inflate": {
  11516. "version": "1.0.3",
  11517. "resolved": "https://registry.npmjs.org/tiny-inflate/-/tiny-inflate-1.0.3.tgz",
  11518. "integrity": "sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==",
  11519. "license": "MIT"
  11520. },
  11521. "node_modules/tiny-invariant": {
  11522. "version": "1.3.3",
  11523. "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz",
  11524. "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==",
  11525. "license": "MIT"
  11526. },
  11527. "node_modules/tinyclip": {
  11528. "version": "0.1.12",
  11529. "resolved": "https://registry.npmjs.org/tinyclip/-/tinyclip-0.1.12.tgz",
  11530. "integrity": "sha512-Ae3OVUqifDw0wBriIBS7yVaW44Dp6eSHQcyq4Igc7eN2TJH/2YsicswaW+J/OuMvhpDPOKEgpAZCjkb4hpoyeA==",
  11531. "license": "MIT",
  11532. "engines": {
  11533. "node": "^16.14.0 || >= 17.3.0"
  11534. }
  11535. },
  11536. "node_modules/tinyexec": {
  11537. "version": "1.1.1",
  11538. "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.1.1.tgz",
  11539. "integrity": "sha512-VKS/ZaQhhkKFMANmAOhhXVoIfBXblQxGX1myCQ2faQrfmobMftXeJPcZGp0gS07ocvGJWDLZGyOZDadDBqYIJg==",
  11540. "license": "MIT",
  11541. "engines": {
  11542. "node": ">=18"
  11543. }
  11544. },
  11545. "node_modules/tinyglobby": {
  11546. "version": "0.2.16",
  11547. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
  11548. "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
  11549. "license": "MIT",
  11550. "dependencies": {
  11551. "fdir": "^6.5.0",
  11552. "picomatch": "^4.0.4"
  11553. },
  11554. "engines": {
  11555. "node": ">=12.0.0"
  11556. },
  11557. "funding": {
  11558. "url": "https://github.com/sponsors/SuperchupuDev"
  11559. }
  11560. },
  11561. "node_modules/to-regex-range": {
  11562. "version": "5.0.1",
  11563. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  11564. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  11565. "license": "MIT",
  11566. "dependencies": {
  11567. "is-number": "^7.0.0"
  11568. },
  11569. "engines": {
  11570. "node": ">=8.0"
  11571. }
  11572. },
  11573. "node_modules/toidentifier": {
  11574. "version": "1.0.1",
  11575. "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
  11576. "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
  11577. "license": "MIT",
  11578. "engines": {
  11579. "node": ">=0.6"
  11580. }
  11581. },
  11582. "node_modules/totalist": {
  11583. "version": "3.0.1",
  11584. "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz",
  11585. "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
  11586. "license": "MIT",
  11587. "engines": {
  11588. "node": ">=6"
  11589. }
  11590. },
  11591. "node_modules/tr46": {
  11592. "version": "0.0.3",
  11593. "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
  11594. "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
  11595. "license": "MIT"
  11596. },
  11597. "node_modules/tslib": {
  11598. "version": "2.8.1",
  11599. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
  11600. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  11601. "license": "0BSD"
  11602. },
  11603. "node_modules/type-fest": {
  11604. "version": "5.1.0",
  11605. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.1.0.tgz",
  11606. "integrity": "sha512-wQ531tuWvB6oK+pchHIu5lHe5f5wpSCqB8Kf4dWQRbOYc9HTge7JL0G4Qd44bh6QuJCccIzL3bugb8GI0MwHrg==",
  11607. "license": "(MIT OR CC0-1.0)",
  11608. "dependencies": {
  11609. "tagged-tag": "^1.0.0"
  11610. },
  11611. "engines": {
  11612. "node": ">=20"
  11613. },
  11614. "funding": {
  11615. "url": "https://github.com/sponsors/sindresorhus"
  11616. }
  11617. },
  11618. "node_modules/type-level-regexp": {
  11619. "version": "0.1.17",
  11620. "resolved": "https://registry.npmjs.org/type-level-regexp/-/type-level-regexp-0.1.17.tgz",
  11621. "integrity": "sha512-wTk4DH3cxwk196uGLK/E9pE45aLfeKJacKmcEgEOA/q5dnPGNxXt0cfYdFxb57L+sEpf1oJH4Dnx/pnRcku9jg==",
  11622. "license": "MIT"
  11623. },
  11624. "node_modules/typescript": {
  11625. "version": "5.9.3",
  11626. "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
  11627. "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
  11628. "license": "Apache-2.0",
  11629. "peer": true,
  11630. "bin": {
  11631. "tsc": "bin/tsc",
  11632. "tsserver": "bin/tsserver"
  11633. },
  11634. "engines": {
  11635. "node": ">=14.17"
  11636. }
  11637. },
  11638. "node_modules/ufo": {
  11639. "version": "1.6.3",
  11640. "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.3.tgz",
  11641. "integrity": "sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==",
  11642. "license": "MIT"
  11643. },
  11644. "node_modules/ultrahtml": {
  11645. "version": "1.6.0",
  11646. "resolved": "https://registry.npmjs.org/ultrahtml/-/ultrahtml-1.6.0.tgz",
  11647. "integrity": "sha512-R9fBn90VTJrqqLDwyMph+HGne8eqY1iPfYhPzZrvKpIfwkWZbcYlfpsb8B9dTvBfpy1/hqAD7Wi8EKfP9e8zdw==",
  11648. "license": "MIT"
  11649. },
  11650. "node_modules/uncrypto": {
  11651. "version": "0.1.3",
  11652. "resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz",
  11653. "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==",
  11654. "license": "MIT"
  11655. },
  11656. "node_modules/unctx": {
  11657. "version": "2.5.0",
  11658. "resolved": "https://registry.npmjs.org/unctx/-/unctx-2.5.0.tgz",
  11659. "integrity": "sha512-p+Rz9x0R7X+CYDkT+Xg8/GhpcShTlU8n+cf9OtOEf7zEQsNcCZO1dPKNRDqvUTaq+P32PMMkxWHwfrxkqfqAYg==",
  11660. "license": "MIT",
  11661. "dependencies": {
  11662. "acorn": "^8.15.0",
  11663. "estree-walker": "^3.0.3",
  11664. "magic-string": "^0.30.21",
  11665. "unplugin": "^2.3.11"
  11666. }
  11667. },
  11668. "node_modules/unctx/node_modules/estree-walker": {
  11669. "version": "3.0.3",
  11670. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  11671. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  11672. "license": "MIT",
  11673. "dependencies": {
  11674. "@types/estree": "^1.0.0"
  11675. }
  11676. },
  11677. "node_modules/unenv": {
  11678. "version": "2.0.0-rc.24",
  11679. "resolved": "https://registry.npmjs.org/unenv/-/unenv-2.0.0-rc.24.tgz",
  11680. "integrity": "sha512-i7qRCmY42zmCwnYlh9H2SvLEypEFGye5iRmEMKjcGi7zk9UquigRjFtTLz0TYqr0ZGLZhaMHl/foy1bZR+Cwlw==",
  11681. "license": "MIT",
  11682. "dependencies": {
  11683. "pathe": "^2.0.3"
  11684. }
  11685. },
  11686. "node_modules/unhead": {
  11687. "version": "2.1.13",
  11688. "resolved": "https://registry.npmjs.org/unhead/-/unhead-2.1.13.tgz",
  11689. "integrity": "sha512-jO9M1sI6b2h/1KpIu4Jeu+ptumLmUKboRRLxys5pYHFeT+lqTzfNHbYUX9bxVDhC1FBszAGuWcUVlmvIPsah8Q==",
  11690. "license": "MIT",
  11691. "dependencies": {
  11692. "hookable": "^6.0.1"
  11693. },
  11694. "funding": {
  11695. "url": "https://github.com/sponsors/harlan-zw"
  11696. }
  11697. },
  11698. "node_modules/unhead/node_modules/hookable": {
  11699. "version": "6.1.1",
  11700. "resolved": "https://registry.npmjs.org/hookable/-/hookable-6.1.1.tgz",
  11701. "integrity": "sha512-U9LYDy1CwhMCnprUfeAZWZGByVbhd54hwepegYTK7Pi5NvqEj63ifz5z+xukznehT7i6NIZRu89Ay1AZmRsLEQ==",
  11702. "license": "MIT"
  11703. },
  11704. "node_modules/unicode-properties": {
  11705. "version": "1.4.1",
  11706. "resolved": "https://registry.npmjs.org/unicode-properties/-/unicode-properties-1.4.1.tgz",
  11707. "integrity": "sha512-CLjCCLQ6UuMxWnbIylkisbRj31qxHPAurvena/0iwSVbQ2G1VY5/HjV0IRabOEbDHlzZlRdCrD4NhB0JtU40Pg==",
  11708. "license": "MIT",
  11709. "dependencies": {
  11710. "base64-js": "^1.3.0",
  11711. "unicode-trie": "^2.0.0"
  11712. }
  11713. },
  11714. "node_modules/unicode-trie": {
  11715. "version": "2.0.0",
  11716. "resolved": "https://registry.npmjs.org/unicode-trie/-/unicode-trie-2.0.0.tgz",
  11717. "integrity": "sha512-x7bc76x0bm4prf1VLg79uhAzKw8DVboClSN5VxJuQ+LKDOVEW9CdH+VY7SP+vX7xCYQqzzgQpFqz15zeLvAtZQ==",
  11718. "license": "MIT",
  11719. "dependencies": {
  11720. "pako": "^0.2.5",
  11721. "tiny-inflate": "^1.0.0"
  11722. }
  11723. },
  11724. "node_modules/unicorn-magic": {
  11725. "version": "0.3.0",
  11726. "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.3.0.tgz",
  11727. "integrity": "sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==",
  11728. "license": "MIT",
  11729. "engines": {
  11730. "node": ">=18"
  11731. },
  11732. "funding": {
  11733. "url": "https://github.com/sponsors/sindresorhus"
  11734. }
  11735. },
  11736. "node_modules/unifont": {
  11737. "version": "0.6.0",
  11738. "resolved": "https://registry.npmjs.org/unifont/-/unifont-0.6.0.tgz",
  11739. "integrity": "sha512-5Fx50fFQMQL5aeHyWnZX9122sSLckcDvcfFiBf3QYeHa7a1MKJooUy52b67moi2MJYkrfo/TWY+CoLdr/w0tTA==",
  11740. "license": "MIT",
  11741. "dependencies": {
  11742. "css-tree": "^3.0.0",
  11743. "ofetch": "^1.4.1",
  11744. "ohash": "^2.0.0"
  11745. }
  11746. },
  11747. "node_modules/unimport": {
  11748. "version": "5.5.0",
  11749. "resolved": "https://registry.npmjs.org/unimport/-/unimport-5.5.0.tgz",
  11750. "integrity": "sha512-/JpWMG9s1nBSlXJAQ8EREFTFy3oy6USFd8T6AoBaw1q2GGcF4R9yp3ofg32UODZlYEO5VD0EWE1RpI9XDWyPYg==",
  11751. "license": "MIT",
  11752. "dependencies": {
  11753. "acorn": "^8.15.0",
  11754. "escape-string-regexp": "^5.0.0",
  11755. "estree-walker": "^3.0.3",
  11756. "local-pkg": "^1.1.2",
  11757. "magic-string": "^0.30.19",
  11758. "mlly": "^1.8.0",
  11759. "pathe": "^2.0.3",
  11760. "picomatch": "^4.0.3",
  11761. "pkg-types": "^2.3.0",
  11762. "scule": "^1.3.0",
  11763. "strip-literal": "^3.1.0",
  11764. "tinyglobby": "^0.2.15",
  11765. "unplugin": "^2.3.10",
  11766. "unplugin-utils": "^0.3.0"
  11767. },
  11768. "engines": {
  11769. "node": ">=18.12.0"
  11770. }
  11771. },
  11772. "node_modules/unimport/node_modules/estree-walker": {
  11773. "version": "3.0.3",
  11774. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  11775. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  11776. "license": "MIT",
  11777. "dependencies": {
  11778. "@types/estree": "^1.0.0"
  11779. }
  11780. },
  11781. "node_modules/unimport/node_modules/unplugin-utils": {
  11782. "version": "0.3.1",
  11783. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  11784. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  11785. "license": "MIT",
  11786. "dependencies": {
  11787. "pathe": "^2.0.3",
  11788. "picomatch": "^4.0.3"
  11789. },
  11790. "engines": {
  11791. "node": ">=20.19.0"
  11792. },
  11793. "funding": {
  11794. "url": "https://github.com/sponsors/sxzz"
  11795. }
  11796. },
  11797. "node_modules/unplugin": {
  11798. "version": "2.3.11",
  11799. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-2.3.11.tgz",
  11800. "integrity": "sha512-5uKD0nqiYVzlmCRs01Fhs2BdkEgBS3SAVP6ndrBsuK42iC2+JHyxM05Rm9G8+5mkmRtzMZGY8Ct5+mliZxU/Ww==",
  11801. "license": "MIT",
  11802. "dependencies": {
  11803. "@jridgewell/remapping": "^2.3.5",
  11804. "acorn": "^8.15.0",
  11805. "picomatch": "^4.0.3",
  11806. "webpack-virtual-modules": "^0.6.2"
  11807. },
  11808. "engines": {
  11809. "node": ">=18.12.0"
  11810. }
  11811. },
  11812. "node_modules/unplugin-auto-import": {
  11813. "version": "20.3.0",
  11814. "resolved": "https://registry.npmjs.org/unplugin-auto-import/-/unplugin-auto-import-20.3.0.tgz",
  11815. "integrity": "sha512-RcSEQiVv7g0mLMMXibYVKk8mpteKxvyffGuDKqZZiFr7Oq3PB1HwgHdK5O7H4AzbhzHoVKG0NnMnsk/1HIVYzQ==",
  11816. "license": "MIT",
  11817. "dependencies": {
  11818. "local-pkg": "^1.1.2",
  11819. "magic-string": "^0.30.21",
  11820. "picomatch": "^4.0.3",
  11821. "unimport": "^5.5.0",
  11822. "unplugin": "^2.3.11",
  11823. "unplugin-utils": "^0.3.1"
  11824. },
  11825. "engines": {
  11826. "node": ">=14"
  11827. },
  11828. "funding": {
  11829. "url": "https://github.com/sponsors/antfu"
  11830. },
  11831. "peerDependencies": {
  11832. "@nuxt/kit": "^4.0.0",
  11833. "@vueuse/core": "*"
  11834. },
  11835. "peerDependenciesMeta": {
  11836. "@nuxt/kit": {
  11837. "optional": true
  11838. },
  11839. "@vueuse/core": {
  11840. "optional": true
  11841. }
  11842. }
  11843. },
  11844. "node_modules/unplugin-auto-import/node_modules/unplugin-utils": {
  11845. "version": "0.3.1",
  11846. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  11847. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  11848. "license": "MIT",
  11849. "dependencies": {
  11850. "pathe": "^2.0.3",
  11851. "picomatch": "^4.0.3"
  11852. },
  11853. "engines": {
  11854. "node": ">=20.19.0"
  11855. },
  11856. "funding": {
  11857. "url": "https://github.com/sponsors/sxzz"
  11858. }
  11859. },
  11860. "node_modules/unplugin-utils": {
  11861. "version": "0.2.5",
  11862. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.2.5.tgz",
  11863. "integrity": "sha512-gwXJnPRewT4rT7sBi/IvxKTjsms7jX7QIDLOClApuZwR49SXbrB1z2NLUZ+vDHyqCj/n58OzRRqaW+B8OZi8vg==",
  11864. "license": "MIT",
  11865. "dependencies": {
  11866. "pathe": "^2.0.3",
  11867. "picomatch": "^4.0.3"
  11868. },
  11869. "engines": {
  11870. "node": ">=18.12.0"
  11871. },
  11872. "funding": {
  11873. "url": "https://github.com/sponsors/sxzz"
  11874. }
  11875. },
  11876. "node_modules/unplugin-vue-components": {
  11877. "version": "30.0.0",
  11878. "resolved": "https://registry.npmjs.org/unplugin-vue-components/-/unplugin-vue-components-30.0.0.tgz",
  11879. "integrity": "sha512-4qVE/lwCgmdPTp6h0qsRN2u642tt4boBQtcpn4wQcWZAsr8TQwq+SPT3NDu/6kBFxzo/sSEK4ioXhOOBrXc3iw==",
  11880. "license": "MIT",
  11881. "dependencies": {
  11882. "chokidar": "^4.0.3",
  11883. "debug": "^4.4.3",
  11884. "local-pkg": "^1.1.2",
  11885. "magic-string": "^0.30.19",
  11886. "mlly": "^1.8.0",
  11887. "tinyglobby": "^0.2.15",
  11888. "unplugin": "^2.3.10",
  11889. "unplugin-utils": "^0.3.1"
  11890. },
  11891. "engines": {
  11892. "node": ">=14"
  11893. },
  11894. "funding": {
  11895. "url": "https://github.com/sponsors/antfu"
  11896. },
  11897. "peerDependencies": {
  11898. "@babel/parser": "^7.15.8",
  11899. "@nuxt/kit": "^3.2.2 || ^4.0.0",
  11900. "vue": "2 || 3"
  11901. },
  11902. "peerDependenciesMeta": {
  11903. "@babel/parser": {
  11904. "optional": true
  11905. },
  11906. "@nuxt/kit": {
  11907. "optional": true
  11908. }
  11909. }
  11910. },
  11911. "node_modules/unplugin-vue-components/node_modules/unplugin-utils": {
  11912. "version": "0.3.1",
  11913. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  11914. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  11915. "license": "MIT",
  11916. "dependencies": {
  11917. "pathe": "^2.0.3",
  11918. "picomatch": "^4.0.3"
  11919. },
  11920. "engines": {
  11921. "node": ">=20.19.0"
  11922. },
  11923. "funding": {
  11924. "url": "https://github.com/sponsors/sxzz"
  11925. }
  11926. },
  11927. "node_modules/unplugin-vue-router": {
  11928. "version": "0.16.0",
  11929. "resolved": "https://registry.npmjs.org/unplugin-vue-router/-/unplugin-vue-router-0.16.0.tgz",
  11930. "integrity": "sha512-yFmUQoN07KABkbxMSaNvfjnflwSi3nkSVKi7v6FTwXlzXyRDSx63vQ8Se4ho0T9Ao9I8U5FJB12fzmrGxFB0CA==",
  11931. "license": "MIT",
  11932. "dependencies": {
  11933. "@babel/generator": "^7.28.3",
  11934. "@vue-macros/common": "^3.1.1",
  11935. "@vue/language-core": "^3.1.0",
  11936. "ast-walker-scope": "^0.8.2",
  11937. "chokidar": "^4.0.3",
  11938. "json5": "^2.2.3",
  11939. "local-pkg": "^1.1.2",
  11940. "magic-string": "^0.30.19",
  11941. "mlly": "^1.8.0",
  11942. "muggle-string": "^0.4.1",
  11943. "pathe": "^2.0.3",
  11944. "picomatch": "^4.0.3",
  11945. "scule": "^1.3.0",
  11946. "tinyglobby": "^0.2.15",
  11947. "unplugin": "^2.3.10",
  11948. "unplugin-utils": "^0.3.0",
  11949. "yaml": "^2.8.1"
  11950. },
  11951. "peerDependencies": {
  11952. "@vue/compiler-sfc": "^3.5.17",
  11953. "vue-router": "^4.6.0"
  11954. },
  11955. "peerDependenciesMeta": {
  11956. "vue-router": {
  11957. "optional": true
  11958. }
  11959. }
  11960. },
  11961. "node_modules/unplugin-vue-router/node_modules/unplugin-utils": {
  11962. "version": "0.3.1",
  11963. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  11964. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  11965. "license": "MIT",
  11966. "dependencies": {
  11967. "pathe": "^2.0.3",
  11968. "picomatch": "^4.0.3"
  11969. },
  11970. "engines": {
  11971. "node": ">=20.19.0"
  11972. },
  11973. "funding": {
  11974. "url": "https://github.com/sponsors/sxzz"
  11975. }
  11976. },
  11977. "node_modules/unstorage": {
  11978. "version": "1.17.5",
  11979. "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.17.5.tgz",
  11980. "integrity": "sha512-0i3iqvRfx29hkNntHyQvJTpf5W9dQ9ZadSoRU8+xVlhVtT7jAX57fazYO9EHvcRCfBCyi5YRya7XCDOsbTgkPg==",
  11981. "license": "MIT",
  11982. "dependencies": {
  11983. "anymatch": "^3.1.3",
  11984. "chokidar": "^5.0.0",
  11985. "destr": "^2.0.5",
  11986. "h3": "^1.15.10",
  11987. "lru-cache": "^11.2.7",
  11988. "node-fetch-native": "^1.6.7",
  11989. "ofetch": "^1.5.1",
  11990. "ufo": "^1.6.3"
  11991. },
  11992. "peerDependencies": {
  11993. "@azure/app-configuration": "^1.8.0",
  11994. "@azure/cosmos": "^4.2.0",
  11995. "@azure/data-tables": "^13.3.0",
  11996. "@azure/identity": "^4.6.0",
  11997. "@azure/keyvault-secrets": "^4.9.0",
  11998. "@azure/storage-blob": "^12.26.0",
  11999. "@capacitor/preferences": "^6 || ^7 || ^8",
  12000. "@deno/kv": ">=0.9.0",
  12001. "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0",
  12002. "@planetscale/database": "^1.19.0",
  12003. "@upstash/redis": "^1.34.3",
  12004. "@vercel/blob": ">=0.27.1",
  12005. "@vercel/functions": "^2.2.12 || ^3.0.0",
  12006. "@vercel/kv": "^1 || ^2 || ^3",
  12007. "aws4fetch": "^1.0.20",
  12008. "db0": ">=0.2.1",
  12009. "idb-keyval": "^6.2.1",
  12010. "ioredis": "^5.4.2",
  12011. "uploadthing": "^7.4.4"
  12012. },
  12013. "peerDependenciesMeta": {
  12014. "@azure/app-configuration": {
  12015. "optional": true
  12016. },
  12017. "@azure/cosmos": {
  12018. "optional": true
  12019. },
  12020. "@azure/data-tables": {
  12021. "optional": true
  12022. },
  12023. "@azure/identity": {
  12024. "optional": true
  12025. },
  12026. "@azure/keyvault-secrets": {
  12027. "optional": true
  12028. },
  12029. "@azure/storage-blob": {
  12030. "optional": true
  12031. },
  12032. "@capacitor/preferences": {
  12033. "optional": true
  12034. },
  12035. "@deno/kv": {
  12036. "optional": true
  12037. },
  12038. "@netlify/blobs": {
  12039. "optional": true
  12040. },
  12041. "@planetscale/database": {
  12042. "optional": true
  12043. },
  12044. "@upstash/redis": {
  12045. "optional": true
  12046. },
  12047. "@vercel/blob": {
  12048. "optional": true
  12049. },
  12050. "@vercel/functions": {
  12051. "optional": true
  12052. },
  12053. "@vercel/kv": {
  12054. "optional": true
  12055. },
  12056. "aws4fetch": {
  12057. "optional": true
  12058. },
  12059. "db0": {
  12060. "optional": true
  12061. },
  12062. "idb-keyval": {
  12063. "optional": true
  12064. },
  12065. "ioredis": {
  12066. "optional": true
  12067. },
  12068. "uploadthing": {
  12069. "optional": true
  12070. }
  12071. }
  12072. },
  12073. "node_modules/unstorage/node_modules/chokidar": {
  12074. "version": "5.0.0",
  12075. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz",
  12076. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  12077. "license": "MIT",
  12078. "dependencies": {
  12079. "readdirp": "^5.0.0"
  12080. },
  12081. "engines": {
  12082. "node": ">= 20.19.0"
  12083. },
  12084. "funding": {
  12085. "url": "https://paulmillr.com/funding/"
  12086. }
  12087. },
  12088. "node_modules/unstorage/node_modules/lru-cache": {
  12089. "version": "11.3.5",
  12090. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.5.tgz",
  12091. "integrity": "sha512-NxVFwLAnrd9i7KUBxC4DrUhmgjzOs+1Qm50D3oF1/oL+r1NpZ4gA7xvG0/zJ8evR7zIKn4vLf7qTNduWFtCrRw==",
  12092. "license": "BlueOak-1.0.0",
  12093. "engines": {
  12094. "node": "20 || >=22"
  12095. }
  12096. },
  12097. "node_modules/unstorage/node_modules/readdirp": {
  12098. "version": "5.0.0",
  12099. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz",
  12100. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  12101. "license": "MIT",
  12102. "engines": {
  12103. "node": ">= 20.19.0"
  12104. },
  12105. "funding": {
  12106. "type": "individual",
  12107. "url": "https://paulmillr.com/funding/"
  12108. }
  12109. },
  12110. "node_modules/untun": {
  12111. "version": "0.1.3",
  12112. "resolved": "https://registry.npmjs.org/untun/-/untun-0.1.3.tgz",
  12113. "integrity": "sha512-4luGP9LMYszMRZwsvyUd9MrxgEGZdZuZgpVQHEEX0lCYFESasVRvZd0EYpCkOIbJKHMuv0LskpXc/8Un+MJzEQ==",
  12114. "license": "MIT",
  12115. "dependencies": {
  12116. "citty": "^0.1.5",
  12117. "consola": "^3.2.3",
  12118. "pathe": "^1.1.1"
  12119. },
  12120. "bin": {
  12121. "untun": "bin/untun.mjs"
  12122. }
  12123. },
  12124. "node_modules/untun/node_modules/pathe": {
  12125. "version": "1.1.2",
  12126. "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz",
  12127. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==",
  12128. "license": "MIT"
  12129. },
  12130. "node_modules/untyped": {
  12131. "version": "2.0.0",
  12132. "resolved": "https://registry.npmjs.org/untyped/-/untyped-2.0.0.tgz",
  12133. "integrity": "sha512-nwNCjxJTjNuLCgFr42fEak5OcLuB3ecca+9ksPFNvtfYSLpjf+iJqSIaSnIile6ZPbKYxI5k2AfXqeopGudK/g==",
  12134. "license": "MIT",
  12135. "dependencies": {
  12136. "citty": "^0.1.6",
  12137. "defu": "^6.1.4",
  12138. "jiti": "^2.4.2",
  12139. "knitwork": "^1.2.0",
  12140. "scule": "^1.3.0"
  12141. },
  12142. "bin": {
  12143. "untyped": "dist/cli.mjs"
  12144. }
  12145. },
  12146. "node_modules/unwasm": {
  12147. "version": "0.5.3",
  12148. "resolved": "https://registry.npmjs.org/unwasm/-/unwasm-0.5.3.tgz",
  12149. "integrity": "sha512-keBgTSfp3r6+s9ZcSma+0chwxQdmLbB5+dAD9vjtB21UTMYuKAxHXCU1K2CbCtnP09EaWeRvACnXk0EJtUx+hw==",
  12150. "license": "MIT",
  12151. "dependencies": {
  12152. "exsolve": "^1.0.8",
  12153. "knitwork": "^1.3.0",
  12154. "magic-string": "^0.30.21",
  12155. "mlly": "^1.8.0",
  12156. "pathe": "^2.0.3",
  12157. "pkg-types": "^2.3.0"
  12158. }
  12159. },
  12160. "node_modules/update-browserslist-db": {
  12161. "version": "1.1.4",
  12162. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.4.tgz",
  12163. "integrity": "sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==",
  12164. "funding": [
  12165. {
  12166. "type": "opencollective",
  12167. "url": "https://opencollective.com/browserslist"
  12168. },
  12169. {
  12170. "type": "tidelift",
  12171. "url": "https://tidelift.com/funding/github/npm/browserslist"
  12172. },
  12173. {
  12174. "type": "github",
  12175. "url": "https://github.com/sponsors/ai"
  12176. }
  12177. ],
  12178. "license": "MIT",
  12179. "dependencies": {
  12180. "escalade": "^3.2.0",
  12181. "picocolors": "^1.1.1"
  12182. },
  12183. "bin": {
  12184. "update-browserslist-db": "cli.js"
  12185. },
  12186. "peerDependencies": {
  12187. "browserslist": ">= 4.21.0"
  12188. }
  12189. },
  12190. "node_modules/uqr": {
  12191. "version": "0.1.2",
  12192. "resolved": "https://registry.npmjs.org/uqr/-/uqr-0.1.2.tgz",
  12193. "integrity": "sha512-MJu7ypHq6QasgF5YRTjqscSzQp/W11zoUk6kvmlH+fmWEs63Y0Eib13hYFwAzagRJcVY8WVnlV+eBDUGMJ5IbA==",
  12194. "license": "MIT"
  12195. },
  12196. "node_modules/util-deprecate": {
  12197. "version": "1.0.2",
  12198. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  12199. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  12200. "license": "MIT"
  12201. },
  12202. "node_modules/vaul-vue": {
  12203. "version": "0.4.1",
  12204. "resolved": "https://registry.npmjs.org/vaul-vue/-/vaul-vue-0.4.1.tgz",
  12205. "integrity": "sha512-A6jOWOZX5yvyo1qMn7IveoWN91mJI5L3BUKsIwkg6qrTGgHs1Sb1JF/vyLJgnbN1rH4OOOxFbtqL9A46bOyGUQ==",
  12206. "dependencies": {
  12207. "@vueuse/core": "^10.8.0",
  12208. "reka-ui": "^2.0.0",
  12209. "vue": "^3.4.5"
  12210. },
  12211. "peerDependencies": {
  12212. "reka-ui": "^2.0.0",
  12213. "vue": "^3.3.0"
  12214. }
  12215. },
  12216. "node_modules/vaul-vue/node_modules/@types/web-bluetooth": {
  12217. "version": "0.0.20",
  12218. "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz",
  12219. "integrity": "sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==",
  12220. "license": "MIT"
  12221. },
  12222. "node_modules/vaul-vue/node_modules/@vueuse/core": {
  12223. "version": "10.11.1",
  12224. "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-10.11.1.tgz",
  12225. "integrity": "sha512-guoy26JQktXPcz+0n3GukWIy/JDNKti9v6VEMu6kV2sYBsWuGiTU8OWdg+ADfUbHg3/3DlqySDe7JmdHrktiww==",
  12226. "license": "MIT",
  12227. "dependencies": {
  12228. "@types/web-bluetooth": "^0.0.20",
  12229. "@vueuse/metadata": "10.11.1",
  12230. "@vueuse/shared": "10.11.1",
  12231. "vue-demi": ">=0.14.8"
  12232. },
  12233. "funding": {
  12234. "url": "https://github.com/sponsors/antfu"
  12235. }
  12236. },
  12237. "node_modules/vaul-vue/node_modules/@vueuse/core/node_modules/vue-demi": {
  12238. "version": "0.14.10",
  12239. "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
  12240. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  12241. "hasInstallScript": true,
  12242. "license": "MIT",
  12243. "bin": {
  12244. "vue-demi-fix": "bin/vue-demi-fix.js",
  12245. "vue-demi-switch": "bin/vue-demi-switch.js"
  12246. },
  12247. "engines": {
  12248. "node": ">=12"
  12249. },
  12250. "funding": {
  12251. "url": "https://github.com/sponsors/antfu"
  12252. },
  12253. "peerDependencies": {
  12254. "@vue/composition-api": "^1.0.0-rc.1",
  12255. "vue": "^3.0.0-0 || ^2.6.0"
  12256. },
  12257. "peerDependenciesMeta": {
  12258. "@vue/composition-api": {
  12259. "optional": true
  12260. }
  12261. }
  12262. },
  12263. "node_modules/vaul-vue/node_modules/@vueuse/metadata": {
  12264. "version": "10.11.1",
  12265. "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-10.11.1.tgz",
  12266. "integrity": "sha512-IGa5FXd003Ug1qAZmyE8wF3sJ81xGLSqTqtQ6jaVfkeZ4i5kS2mwQF61yhVqojRnenVew5PldLyRgvdl4YYuSw==",
  12267. "license": "MIT",
  12268. "funding": {
  12269. "url": "https://github.com/sponsors/antfu"
  12270. }
  12271. },
  12272. "node_modules/vaul-vue/node_modules/@vueuse/shared": {
  12273. "version": "10.11.1",
  12274. "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-10.11.1.tgz",
  12275. "integrity": "sha512-LHpC8711VFZlDaYUXEBbFBCQ7GS3dVU9mjOhhMhXP6txTV4EhYQg/KGnQuvt/sPAtoUKq7VVUnL6mVtFoL42sA==",
  12276. "license": "MIT",
  12277. "dependencies": {
  12278. "vue-demi": ">=0.14.8"
  12279. },
  12280. "funding": {
  12281. "url": "https://github.com/sponsors/antfu"
  12282. }
  12283. },
  12284. "node_modules/vaul-vue/node_modules/@vueuse/shared/node_modules/vue-demi": {
  12285. "version": "0.14.10",
  12286. "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
  12287. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  12288. "hasInstallScript": true,
  12289. "license": "MIT",
  12290. "bin": {
  12291. "vue-demi-fix": "bin/vue-demi-fix.js",
  12292. "vue-demi-switch": "bin/vue-demi-switch.js"
  12293. },
  12294. "engines": {
  12295. "node": ">=12"
  12296. },
  12297. "funding": {
  12298. "url": "https://github.com/sponsors/antfu"
  12299. },
  12300. "peerDependencies": {
  12301. "@vue/composition-api": "^1.0.0-rc.1",
  12302. "vue": "^3.0.0-0 || ^2.6.0"
  12303. },
  12304. "peerDependenciesMeta": {
  12305. "@vue/composition-api": {
  12306. "optional": true
  12307. }
  12308. }
  12309. },
  12310. "node_modules/vite": {
  12311. "version": "7.3.2",
  12312. "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.2.tgz",
  12313. "integrity": "sha512-Bby3NOsna2jsjfLVOHKes8sGwgl4TT0E6vvpYgnAYDIF/tie7MRaFthmKuHx1NSXjiTueXH3do80FMQgvEktRg==",
  12314. "license": "MIT",
  12315. "peer": true,
  12316. "dependencies": {
  12317. "esbuild": "^0.27.0",
  12318. "fdir": "^6.5.0",
  12319. "picomatch": "^4.0.3",
  12320. "postcss": "^8.5.6",
  12321. "rollup": "^4.43.0",
  12322. "tinyglobby": "^0.2.15"
  12323. },
  12324. "bin": {
  12325. "vite": "bin/vite.js"
  12326. },
  12327. "engines": {
  12328. "node": "^20.19.0 || >=22.12.0"
  12329. },
  12330. "funding": {
  12331. "url": "https://github.com/vitejs/vite?sponsor=1"
  12332. },
  12333. "optionalDependencies": {
  12334. "fsevents": "~2.3.3"
  12335. },
  12336. "peerDependencies": {
  12337. "@types/node": "^20.19.0 || >=22.12.0",
  12338. "jiti": ">=1.21.0",
  12339. "less": "^4.0.0",
  12340. "lightningcss": "^1.21.0",
  12341. "sass": "^1.70.0",
  12342. "sass-embedded": "^1.70.0",
  12343. "stylus": ">=0.54.8",
  12344. "sugarss": "^5.0.0",
  12345. "terser": "^5.16.0",
  12346. "tsx": "^4.8.1",
  12347. "yaml": "^2.4.2"
  12348. },
  12349. "peerDependenciesMeta": {
  12350. "@types/node": {
  12351. "optional": true
  12352. },
  12353. "jiti": {
  12354. "optional": true
  12355. },
  12356. "less": {
  12357. "optional": true
  12358. },
  12359. "lightningcss": {
  12360. "optional": true
  12361. },
  12362. "sass": {
  12363. "optional": true
  12364. },
  12365. "sass-embedded": {
  12366. "optional": true
  12367. },
  12368. "stylus": {
  12369. "optional": true
  12370. },
  12371. "sugarss": {
  12372. "optional": true
  12373. },
  12374. "terser": {
  12375. "optional": true
  12376. },
  12377. "tsx": {
  12378. "optional": true
  12379. },
  12380. "yaml": {
  12381. "optional": true
  12382. }
  12383. }
  12384. },
  12385. "node_modules/vite-dev-rpc": {
  12386. "version": "1.1.0",
  12387. "resolved": "https://registry.npmjs.org/vite-dev-rpc/-/vite-dev-rpc-1.1.0.tgz",
  12388. "integrity": "sha512-pKXZlgoXGoE8sEKiKJSng4hI1sQ4wi5YT24FCrwrLt6opmkjlqPPVmiPWWJn8M8byMxRGzp1CrFuqQs4M/Z39A==",
  12389. "license": "MIT",
  12390. "dependencies": {
  12391. "birpc": "^2.4.0",
  12392. "vite-hot-client": "^2.1.0"
  12393. },
  12394. "funding": {
  12395. "url": "https://github.com/sponsors/antfu"
  12396. },
  12397. "peerDependencies": {
  12398. "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.1 || ^7.0.0-0"
  12399. }
  12400. },
  12401. "node_modules/vite-hot-client": {
  12402. "version": "2.1.0",
  12403. "resolved": "https://registry.npmjs.org/vite-hot-client/-/vite-hot-client-2.1.0.tgz",
  12404. "integrity": "sha512-7SpgZmU7R+dDnSmvXE1mfDtnHLHQSisdySVR7lO8ceAXvM0otZeuQQ6C8LrS5d/aYyP/QZ0hI0L+dIPrm4YlFQ==",
  12405. "license": "MIT",
  12406. "funding": {
  12407. "url": "https://github.com/sponsors/antfu"
  12408. },
  12409. "peerDependencies": {
  12410. "vite": "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0"
  12411. }
  12412. },
  12413. "node_modules/vite-node": {
  12414. "version": "3.2.4",
  12415. "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-3.2.4.tgz",
  12416. "integrity": "sha512-EbKSKh+bh1E1IFxeO0pg1n4dvoOTt0UDiXMd/qn++r98+jPO1xtJilvXldeuQ8giIB5IkpjCgMleHMNEsGH6pg==",
  12417. "license": "MIT",
  12418. "dependencies": {
  12419. "cac": "^6.7.14",
  12420. "debug": "^4.4.1",
  12421. "es-module-lexer": "^1.7.0",
  12422. "pathe": "^2.0.3",
  12423. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0"
  12424. },
  12425. "bin": {
  12426. "vite-node": "vite-node.mjs"
  12427. },
  12428. "engines": {
  12429. "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
  12430. },
  12431. "funding": {
  12432. "url": "https://opencollective.com/vitest"
  12433. }
  12434. },
  12435. "node_modules/vite-plugin-checker": {
  12436. "version": "0.11.0",
  12437. "resolved": "https://registry.npmjs.org/vite-plugin-checker/-/vite-plugin-checker-0.11.0.tgz",
  12438. "integrity": "sha512-iUdO9Pl9UIBRPAragwi3as/BXXTtRu4G12L3CMrjx+WVTd9g/MsqNakreib9M/2YRVkhZYiTEwdH2j4Dm0w7lw==",
  12439. "license": "MIT",
  12440. "dependencies": {
  12441. "@babel/code-frame": "^7.27.1",
  12442. "chokidar": "^4.0.3",
  12443. "npm-run-path": "^6.0.0",
  12444. "picocolors": "^1.1.1",
  12445. "picomatch": "^4.0.3",
  12446. "tiny-invariant": "^1.3.3",
  12447. "tinyglobby": "^0.2.14",
  12448. "vscode-uri": "^3.1.0"
  12449. },
  12450. "engines": {
  12451. "node": ">=16.11"
  12452. },
  12453. "peerDependencies": {
  12454. "@biomejs/biome": ">=1.7",
  12455. "eslint": ">=7",
  12456. "meow": "^13.2.0",
  12457. "optionator": "^0.9.4",
  12458. "oxlint": ">=1",
  12459. "stylelint": ">=16",
  12460. "typescript": "*",
  12461. "vite": ">=5.4.20",
  12462. "vls": "*",
  12463. "vti": "*",
  12464. "vue-tsc": "~2.2.10 || ^3.0.0"
  12465. },
  12466. "peerDependenciesMeta": {
  12467. "@biomejs/biome": {
  12468. "optional": true
  12469. },
  12470. "eslint": {
  12471. "optional": true
  12472. },
  12473. "meow": {
  12474. "optional": true
  12475. },
  12476. "optionator": {
  12477. "optional": true
  12478. },
  12479. "oxlint": {
  12480. "optional": true
  12481. },
  12482. "stylelint": {
  12483. "optional": true
  12484. },
  12485. "typescript": {
  12486. "optional": true
  12487. },
  12488. "vls": {
  12489. "optional": true
  12490. },
  12491. "vti": {
  12492. "optional": true
  12493. },
  12494. "vue-tsc": {
  12495. "optional": true
  12496. }
  12497. }
  12498. },
  12499. "node_modules/vite-plugin-checker/node_modules/npm-run-path": {
  12500. "version": "6.0.0",
  12501. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-6.0.0.tgz",
  12502. "integrity": "sha512-9qny7Z9DsQU8Ou39ERsPU4OZQlSTP47ShQzuKZ6PRXpYLtIFgl/DEBYEXKlvcEa+9tHVcK8CF81Y2V72qaZhWA==",
  12503. "license": "MIT",
  12504. "dependencies": {
  12505. "path-key": "^4.0.0",
  12506. "unicorn-magic": "^0.3.0"
  12507. },
  12508. "engines": {
  12509. "node": ">=18"
  12510. },
  12511. "funding": {
  12512. "url": "https://github.com/sponsors/sindresorhus"
  12513. }
  12514. },
  12515. "node_modules/vite-plugin-checker/node_modules/path-key": {
  12516. "version": "4.0.0",
  12517. "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz",
  12518. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  12519. "license": "MIT",
  12520. "engines": {
  12521. "node": ">=12"
  12522. },
  12523. "funding": {
  12524. "url": "https://github.com/sponsors/sindresorhus"
  12525. }
  12526. },
  12527. "node_modules/vite-plugin-inspect": {
  12528. "version": "11.3.3",
  12529. "resolved": "https://registry.npmjs.org/vite-plugin-inspect/-/vite-plugin-inspect-11.3.3.tgz",
  12530. "integrity": "sha512-u2eV5La99oHoYPHE6UvbwgEqKKOQGz86wMg40CCosP6q8BkB6e5xPneZfYagK4ojPJSj5anHCrnvC20DpwVdRA==",
  12531. "license": "MIT",
  12532. "dependencies": {
  12533. "ansis": "^4.1.0",
  12534. "debug": "^4.4.1",
  12535. "error-stack-parser-es": "^1.0.5",
  12536. "ohash": "^2.0.11",
  12537. "open": "^10.2.0",
  12538. "perfect-debounce": "^2.0.0",
  12539. "sirv": "^3.0.1",
  12540. "unplugin-utils": "^0.3.0",
  12541. "vite-dev-rpc": "^1.1.0"
  12542. },
  12543. "engines": {
  12544. "node": ">=14"
  12545. },
  12546. "funding": {
  12547. "url": "https://github.com/sponsors/antfu"
  12548. },
  12549. "peerDependencies": {
  12550. "vite": "^6.0.0 || ^7.0.0-0"
  12551. },
  12552. "peerDependenciesMeta": {
  12553. "@nuxt/kit": {
  12554. "optional": true
  12555. }
  12556. }
  12557. },
  12558. "node_modules/vite-plugin-inspect/node_modules/define-lazy-prop": {
  12559. "version": "3.0.0",
  12560. "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
  12561. "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
  12562. "license": "MIT",
  12563. "engines": {
  12564. "node": ">=12"
  12565. },
  12566. "funding": {
  12567. "url": "https://github.com/sponsors/sindresorhus"
  12568. }
  12569. },
  12570. "node_modules/vite-plugin-inspect/node_modules/open": {
  12571. "version": "10.2.0",
  12572. "resolved": "https://registry.npmjs.org/open/-/open-10.2.0.tgz",
  12573. "integrity": "sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==",
  12574. "license": "MIT",
  12575. "dependencies": {
  12576. "default-browser": "^5.2.1",
  12577. "define-lazy-prop": "^3.0.0",
  12578. "is-inside-container": "^1.0.0",
  12579. "wsl-utils": "^0.1.0"
  12580. },
  12581. "engines": {
  12582. "node": ">=18"
  12583. },
  12584. "funding": {
  12585. "url": "https://github.com/sponsors/sindresorhus"
  12586. }
  12587. },
  12588. "node_modules/vite-plugin-inspect/node_modules/unplugin-utils": {
  12589. "version": "0.3.1",
  12590. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  12591. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  12592. "license": "MIT",
  12593. "dependencies": {
  12594. "pathe": "^2.0.3",
  12595. "picomatch": "^4.0.3"
  12596. },
  12597. "engines": {
  12598. "node": ">=20.19.0"
  12599. },
  12600. "funding": {
  12601. "url": "https://github.com/sponsors/sxzz"
  12602. }
  12603. },
  12604. "node_modules/vite-plugin-vue-tracer": {
  12605. "version": "1.0.1",
  12606. "resolved": "https://registry.npmjs.org/vite-plugin-vue-tracer/-/vite-plugin-vue-tracer-1.0.1.tgz",
  12607. "integrity": "sha512-L5/vAhT6oYbH4RSQYGLN9VfHexWe7SGzca1pJ7oPkL6KtxWA1jbGeb3Ri1JptKzqtd42HinOq4uEYqzhVWrzig==",
  12608. "license": "MIT",
  12609. "dependencies": {
  12610. "estree-walker": "^3.0.3",
  12611. "exsolve": "^1.0.7",
  12612. "magic-string": "^0.30.19",
  12613. "pathe": "^2.0.3",
  12614. "source-map-js": "^1.2.1"
  12615. },
  12616. "funding": {
  12617. "url": "https://github.com/sponsors/antfu"
  12618. },
  12619. "peerDependencies": {
  12620. "vite": "^6.0.0 || ^7.0.0",
  12621. "vue": "^3.5.0"
  12622. }
  12623. },
  12624. "node_modules/vite-plugin-vue-tracer/node_modules/estree-walker": {
  12625. "version": "3.0.3",
  12626. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  12627. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  12628. "license": "MIT",
  12629. "dependencies": {
  12630. "@types/estree": "^1.0.0"
  12631. }
  12632. },
  12633. "node_modules/vite/node_modules/@esbuild/aix-ppc64": {
  12634. "version": "0.27.7",
  12635. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.7.tgz",
  12636. "integrity": "sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg==",
  12637. "cpu": [
  12638. "ppc64"
  12639. ],
  12640. "license": "MIT",
  12641. "optional": true,
  12642. "os": [
  12643. "aix"
  12644. ],
  12645. "engines": {
  12646. "node": ">=18"
  12647. }
  12648. },
  12649. "node_modules/vite/node_modules/@esbuild/android-arm": {
  12650. "version": "0.27.7",
  12651. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.7.tgz",
  12652. "integrity": "sha512-jbPXvB4Yj2yBV7HUfE2KHe4GJX51QplCN1pGbYjvsyCZbQmies29EoJbkEc+vYuU5o45AfQn37vZlyXy4YJ8RQ==",
  12653. "cpu": [
  12654. "arm"
  12655. ],
  12656. "license": "MIT",
  12657. "optional": true,
  12658. "os": [
  12659. "android"
  12660. ],
  12661. "engines": {
  12662. "node": ">=18"
  12663. }
  12664. },
  12665. "node_modules/vite/node_modules/@esbuild/android-arm64": {
  12666. "version": "0.27.7",
  12667. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.7.tgz",
  12668. "integrity": "sha512-62dPZHpIXzvChfvfLJow3q5dDtiNMkwiRzPylSCfriLvZeq0a1bWChrGx/BbUbPwOrsWKMn8idSllklzBy+dgQ==",
  12669. "cpu": [
  12670. "arm64"
  12671. ],
  12672. "license": "MIT",
  12673. "optional": true,
  12674. "os": [
  12675. "android"
  12676. ],
  12677. "engines": {
  12678. "node": ">=18"
  12679. }
  12680. },
  12681. "node_modules/vite/node_modules/@esbuild/android-x64": {
  12682. "version": "0.27.7",
  12683. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.7.tgz",
  12684. "integrity": "sha512-x5VpMODneVDb70PYV2VQOmIUUiBtY3D3mPBG8NxVk5CogneYhkR7MmM3yR/uMdITLrC1ml/NV1rj4bMJuy9MCg==",
  12685. "cpu": [
  12686. "x64"
  12687. ],
  12688. "license": "MIT",
  12689. "optional": true,
  12690. "os": [
  12691. "android"
  12692. ],
  12693. "engines": {
  12694. "node": ">=18"
  12695. }
  12696. },
  12697. "node_modules/vite/node_modules/@esbuild/darwin-arm64": {
  12698. "version": "0.27.7",
  12699. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.7.tgz",
  12700. "integrity": "sha512-5lckdqeuBPlKUwvoCXIgI2D9/ABmPq3Rdp7IfL70393YgaASt7tbju3Ac+ePVi3KDH6N2RqePfHnXkaDtY9fkw==",
  12701. "cpu": [
  12702. "arm64"
  12703. ],
  12704. "license": "MIT",
  12705. "optional": true,
  12706. "os": [
  12707. "darwin"
  12708. ],
  12709. "engines": {
  12710. "node": ">=18"
  12711. }
  12712. },
  12713. "node_modules/vite/node_modules/@esbuild/darwin-x64": {
  12714. "version": "0.27.7",
  12715. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.7.tgz",
  12716. "integrity": "sha512-rYnXrKcXuT7Z+WL5K980jVFdvVKhCHhUwid+dDYQpH+qu+TefcomiMAJpIiC2EM3Rjtq0sO3StMV/+3w3MyyqQ==",
  12717. "cpu": [
  12718. "x64"
  12719. ],
  12720. "license": "MIT",
  12721. "optional": true,
  12722. "os": [
  12723. "darwin"
  12724. ],
  12725. "engines": {
  12726. "node": ">=18"
  12727. }
  12728. },
  12729. "node_modules/vite/node_modules/@esbuild/freebsd-arm64": {
  12730. "version": "0.27.7",
  12731. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.7.tgz",
  12732. "integrity": "sha512-B48PqeCsEgOtzME2GbNM2roU29AMTuOIN91dsMO30t+Ydis3z/3Ngoj5hhnsOSSwNzS+6JppqWsuhTp6E82l2w==",
  12733. "cpu": [
  12734. "arm64"
  12735. ],
  12736. "license": "MIT",
  12737. "optional": true,
  12738. "os": [
  12739. "freebsd"
  12740. ],
  12741. "engines": {
  12742. "node": ">=18"
  12743. }
  12744. },
  12745. "node_modules/vite/node_modules/@esbuild/freebsd-x64": {
  12746. "version": "0.27.7",
  12747. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.7.tgz",
  12748. "integrity": "sha512-jOBDK5XEjA4m5IJK3bpAQF9/Lelu/Z9ZcdhTRLf4cajlB+8VEhFFRjWgfy3M1O4rO2GQ/b2dLwCUGpiF/eATNQ==",
  12749. "cpu": [
  12750. "x64"
  12751. ],
  12752. "license": "MIT",
  12753. "optional": true,
  12754. "os": [
  12755. "freebsd"
  12756. ],
  12757. "engines": {
  12758. "node": ">=18"
  12759. }
  12760. },
  12761. "node_modules/vite/node_modules/@esbuild/linux-arm": {
  12762. "version": "0.27.7",
  12763. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.7.tgz",
  12764. "integrity": "sha512-RkT/YXYBTSULo3+af8Ib0ykH8u2MBh57o7q/DAs3lTJlyVQkgQvlrPTnjIzzRPQyavxtPtfg0EopvDyIt0j1rA==",
  12765. "cpu": [
  12766. "arm"
  12767. ],
  12768. "license": "MIT",
  12769. "optional": true,
  12770. "os": [
  12771. "linux"
  12772. ],
  12773. "engines": {
  12774. "node": ">=18"
  12775. }
  12776. },
  12777. "node_modules/vite/node_modules/@esbuild/linux-arm64": {
  12778. "version": "0.27.7",
  12779. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.7.tgz",
  12780. "integrity": "sha512-RZPHBoxXuNnPQO9rvjh5jdkRmVizktkT7TCDkDmQ0W2SwHInKCAV95GRuvdSvA7w4VMwfCjUiPwDi0ZO6Nfe9A==",
  12781. "cpu": [
  12782. "arm64"
  12783. ],
  12784. "license": "MIT",
  12785. "optional": true,
  12786. "os": [
  12787. "linux"
  12788. ],
  12789. "engines": {
  12790. "node": ">=18"
  12791. }
  12792. },
  12793. "node_modules/vite/node_modules/@esbuild/linux-ia32": {
  12794. "version": "0.27.7",
  12795. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.7.tgz",
  12796. "integrity": "sha512-GA48aKNkyQDbd3KtkplYWT102C5sn/EZTY4XROkxONgruHPU72l+gW+FfF8tf2cFjeHaRbWpOYa/uRBz/Xq1Pg==",
  12797. "cpu": [
  12798. "ia32"
  12799. ],
  12800. "license": "MIT",
  12801. "optional": true,
  12802. "os": [
  12803. "linux"
  12804. ],
  12805. "engines": {
  12806. "node": ">=18"
  12807. }
  12808. },
  12809. "node_modules/vite/node_modules/@esbuild/linux-loong64": {
  12810. "version": "0.27.7",
  12811. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.7.tgz",
  12812. "integrity": "sha512-a4POruNM2oWsD4WKvBSEKGIiWQF8fZOAsycHOt6JBpZ+JN2n2JH9WAv56SOyu9X5IqAjqSIPTaJkqN8F7XOQ5Q==",
  12813. "cpu": [
  12814. "loong64"
  12815. ],
  12816. "license": "MIT",
  12817. "optional": true,
  12818. "os": [
  12819. "linux"
  12820. ],
  12821. "engines": {
  12822. "node": ">=18"
  12823. }
  12824. },
  12825. "node_modules/vite/node_modules/@esbuild/linux-mips64el": {
  12826. "version": "0.27.7",
  12827. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.7.tgz",
  12828. "integrity": "sha512-KabT5I6StirGfIz0FMgl1I+R1H73Gp0ofL9A3nG3i/cYFJzKHhouBV5VWK1CSgKvVaG4q1RNpCTR2LuTVB3fIw==",
  12829. "cpu": [
  12830. "mips64el"
  12831. ],
  12832. "license": "MIT",
  12833. "optional": true,
  12834. "os": [
  12835. "linux"
  12836. ],
  12837. "engines": {
  12838. "node": ">=18"
  12839. }
  12840. },
  12841. "node_modules/vite/node_modules/@esbuild/linux-ppc64": {
  12842. "version": "0.27.7",
  12843. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.7.tgz",
  12844. "integrity": "sha512-gRsL4x6wsGHGRqhtI+ifpN/vpOFTQtnbsupUF5R5YTAg+y/lKelYR1hXbnBdzDjGbMYjVJLJTd2OFmMewAgwlQ==",
  12845. "cpu": [
  12846. "ppc64"
  12847. ],
  12848. "license": "MIT",
  12849. "optional": true,
  12850. "os": [
  12851. "linux"
  12852. ],
  12853. "engines": {
  12854. "node": ">=18"
  12855. }
  12856. },
  12857. "node_modules/vite/node_modules/@esbuild/linux-riscv64": {
  12858. "version": "0.27.7",
  12859. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.7.tgz",
  12860. "integrity": "sha512-hL25LbxO1QOngGzu2U5xeXtxXcW+/GvMN3ejANqXkxZ/opySAZMrc+9LY/WyjAan41unrR3YrmtTsUpwT66InQ==",
  12861. "cpu": [
  12862. "riscv64"
  12863. ],
  12864. "license": "MIT",
  12865. "optional": true,
  12866. "os": [
  12867. "linux"
  12868. ],
  12869. "engines": {
  12870. "node": ">=18"
  12871. }
  12872. },
  12873. "node_modules/vite/node_modules/@esbuild/linux-s390x": {
  12874. "version": "0.27.7",
  12875. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.7.tgz",
  12876. "integrity": "sha512-2k8go8Ycu1Kb46vEelhu1vqEP+UeRVj2zY1pSuPdgvbd5ykAw82Lrro28vXUrRmzEsUV0NzCf54yARIK8r0fdw==",
  12877. "cpu": [
  12878. "s390x"
  12879. ],
  12880. "license": "MIT",
  12881. "optional": true,
  12882. "os": [
  12883. "linux"
  12884. ],
  12885. "engines": {
  12886. "node": ">=18"
  12887. }
  12888. },
  12889. "node_modules/vite/node_modules/@esbuild/linux-x64": {
  12890. "version": "0.27.7",
  12891. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.7.tgz",
  12892. "integrity": "sha512-hzznmADPt+OmsYzw1EE33ccA+HPdIqiCRq7cQeL1Jlq2gb1+OyWBkMCrYGBJ+sxVzve2ZJEVeePbLM2iEIZSxA==",
  12893. "cpu": [
  12894. "x64"
  12895. ],
  12896. "license": "MIT",
  12897. "optional": true,
  12898. "os": [
  12899. "linux"
  12900. ],
  12901. "engines": {
  12902. "node": ">=18"
  12903. }
  12904. },
  12905. "node_modules/vite/node_modules/@esbuild/netbsd-arm64": {
  12906. "version": "0.27.7",
  12907. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.7.tgz",
  12908. "integrity": "sha512-b6pqtrQdigZBwZxAn1UpazEisvwaIDvdbMbmrly7cDTMFnw/+3lVxxCTGOrkPVnsYIosJJXAsILG9XcQS+Yu6w==",
  12909. "cpu": [
  12910. "arm64"
  12911. ],
  12912. "license": "MIT",
  12913. "optional": true,
  12914. "os": [
  12915. "netbsd"
  12916. ],
  12917. "engines": {
  12918. "node": ">=18"
  12919. }
  12920. },
  12921. "node_modules/vite/node_modules/@esbuild/netbsd-x64": {
  12922. "version": "0.27.7",
  12923. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.7.tgz",
  12924. "integrity": "sha512-OfatkLojr6U+WN5EDYuoQhtM+1xco+/6FSzJJnuWiUw5eVcicbyK3dq5EeV/QHT1uy6GoDhGbFpprUiHUYggrw==",
  12925. "cpu": [
  12926. "x64"
  12927. ],
  12928. "license": "MIT",
  12929. "optional": true,
  12930. "os": [
  12931. "netbsd"
  12932. ],
  12933. "engines": {
  12934. "node": ">=18"
  12935. }
  12936. },
  12937. "node_modules/vite/node_modules/@esbuild/openbsd-arm64": {
  12938. "version": "0.27.7",
  12939. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.7.tgz",
  12940. "integrity": "sha512-AFuojMQTxAz75Fo8idVcqoQWEHIXFRbOc1TrVcFSgCZtQfSdc1RXgB3tjOn/krRHENUB4j00bfGjyl2mJrU37A==",
  12941. "cpu": [
  12942. "arm64"
  12943. ],
  12944. "license": "MIT",
  12945. "optional": true,
  12946. "os": [
  12947. "openbsd"
  12948. ],
  12949. "engines": {
  12950. "node": ">=18"
  12951. }
  12952. },
  12953. "node_modules/vite/node_modules/@esbuild/openbsd-x64": {
  12954. "version": "0.27.7",
  12955. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.7.tgz",
  12956. "integrity": "sha512-+A1NJmfM8WNDv5CLVQYJ5PshuRm/4cI6WMZRg1by1GwPIQPCTs1GLEUHwiiQGT5zDdyLiRM/l1G0Pv54gvtKIg==",
  12957. "cpu": [
  12958. "x64"
  12959. ],
  12960. "license": "MIT",
  12961. "optional": true,
  12962. "os": [
  12963. "openbsd"
  12964. ],
  12965. "engines": {
  12966. "node": ">=18"
  12967. }
  12968. },
  12969. "node_modules/vite/node_modules/@esbuild/openharmony-arm64": {
  12970. "version": "0.27.7",
  12971. "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.7.tgz",
  12972. "integrity": "sha512-+KrvYb/C8zA9CU/g0sR6w2RBw7IGc5J2BPnc3dYc5VJxHCSF1yNMxTV5LQ7GuKteQXZtspjFbiuW5/dOj7H4Yw==",
  12973. "cpu": [
  12974. "arm64"
  12975. ],
  12976. "license": "MIT",
  12977. "optional": true,
  12978. "os": [
  12979. "openharmony"
  12980. ],
  12981. "engines": {
  12982. "node": ">=18"
  12983. }
  12984. },
  12985. "node_modules/vite/node_modules/@esbuild/sunos-x64": {
  12986. "version": "0.27.7",
  12987. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.7.tgz",
  12988. "integrity": "sha512-ikktIhFBzQNt/QDyOL580ti9+5mL/YZeUPKU2ivGtGjdTYoqz6jObj6nOMfhASpS4GU4Q/Clh1QtxWAvcYKamA==",
  12989. "cpu": [
  12990. "x64"
  12991. ],
  12992. "license": "MIT",
  12993. "optional": true,
  12994. "os": [
  12995. "sunos"
  12996. ],
  12997. "engines": {
  12998. "node": ">=18"
  12999. }
  13000. },
  13001. "node_modules/vite/node_modules/@esbuild/win32-arm64": {
  13002. "version": "0.27.7",
  13003. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.7.tgz",
  13004. "integrity": "sha512-7yRhbHvPqSpRUV7Q20VuDwbjW5kIMwTHpptuUzV+AA46kiPze5Z7qgt6CLCK3pWFrHeNfDd1VKgyP4O+ng17CA==",
  13005. "cpu": [
  13006. "arm64"
  13007. ],
  13008. "license": "MIT",
  13009. "optional": true,
  13010. "os": [
  13011. "win32"
  13012. ],
  13013. "engines": {
  13014. "node": ">=18"
  13015. }
  13016. },
  13017. "node_modules/vite/node_modules/@esbuild/win32-ia32": {
  13018. "version": "0.27.7",
  13019. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.7.tgz",
  13020. "integrity": "sha512-SmwKXe6VHIyZYbBLJrhOoCJRB/Z1tckzmgTLfFYOfpMAx63BJEaL9ExI8x7v0oAO3Zh6D/Oi1gVxEYr5oUCFhw==",
  13021. "cpu": [
  13022. "ia32"
  13023. ],
  13024. "license": "MIT",
  13025. "optional": true,
  13026. "os": [
  13027. "win32"
  13028. ],
  13029. "engines": {
  13030. "node": ">=18"
  13031. }
  13032. },
  13033. "node_modules/vite/node_modules/@esbuild/win32-x64": {
  13034. "version": "0.27.7",
  13035. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.7.tgz",
  13036. "integrity": "sha512-56hiAJPhwQ1R4i+21FVF7V8kSD5zZTdHcVuRFMW0hn753vVfQN8xlx4uOPT4xoGH0Z/oVATuR82AiqSTDIpaHg==",
  13037. "cpu": [
  13038. "x64"
  13039. ],
  13040. "license": "MIT",
  13041. "optional": true,
  13042. "os": [
  13043. "win32"
  13044. ],
  13045. "engines": {
  13046. "node": ">=18"
  13047. }
  13048. },
  13049. "node_modules/vite/node_modules/esbuild": {
  13050. "version": "0.27.7",
  13051. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.7.tgz",
  13052. "integrity": "sha512-IxpibTjyVnmrIQo5aqNpCgoACA/dTKLTlhMHihVHhdkxKyPO1uBBthumT0rdHmcsk9uMonIWS0m4FljWzILh3w==",
  13053. "hasInstallScript": true,
  13054. "license": "MIT",
  13055. "bin": {
  13056. "esbuild": "bin/esbuild"
  13057. },
  13058. "engines": {
  13059. "node": ">=18"
  13060. },
  13061. "optionalDependencies": {
  13062. "@esbuild/aix-ppc64": "0.27.7",
  13063. "@esbuild/android-arm": "0.27.7",
  13064. "@esbuild/android-arm64": "0.27.7",
  13065. "@esbuild/android-x64": "0.27.7",
  13066. "@esbuild/darwin-arm64": "0.27.7",
  13067. "@esbuild/darwin-x64": "0.27.7",
  13068. "@esbuild/freebsd-arm64": "0.27.7",
  13069. "@esbuild/freebsd-x64": "0.27.7",
  13070. "@esbuild/linux-arm": "0.27.7",
  13071. "@esbuild/linux-arm64": "0.27.7",
  13072. "@esbuild/linux-ia32": "0.27.7",
  13073. "@esbuild/linux-loong64": "0.27.7",
  13074. "@esbuild/linux-mips64el": "0.27.7",
  13075. "@esbuild/linux-ppc64": "0.27.7",
  13076. "@esbuild/linux-riscv64": "0.27.7",
  13077. "@esbuild/linux-s390x": "0.27.7",
  13078. "@esbuild/linux-x64": "0.27.7",
  13079. "@esbuild/netbsd-arm64": "0.27.7",
  13080. "@esbuild/netbsd-x64": "0.27.7",
  13081. "@esbuild/openbsd-arm64": "0.27.7",
  13082. "@esbuild/openbsd-x64": "0.27.7",
  13083. "@esbuild/openharmony-arm64": "0.27.7",
  13084. "@esbuild/sunos-x64": "0.27.7",
  13085. "@esbuild/win32-arm64": "0.27.7",
  13086. "@esbuild/win32-ia32": "0.27.7",
  13087. "@esbuild/win32-x64": "0.27.7"
  13088. }
  13089. },
  13090. "node_modules/vscode-uri": {
  13091. "version": "3.1.0",
  13092. "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.1.0.tgz",
  13093. "integrity": "sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==",
  13094. "license": "MIT"
  13095. },
  13096. "node_modules/vue": {
  13097. "version": "3.5.22",
  13098. "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.22.tgz",
  13099. "integrity": "sha512-toaZjQ3a/G/mYaLSbV+QsQhIdMo9x5rrqIpYRObsJ6T/J+RyCSFwN2LHNVH9v8uIcljDNa3QzPVdv3Y6b9hAJQ==",
  13100. "license": "MIT",
  13101. "peer": true,
  13102. "dependencies": {
  13103. "@vue/compiler-dom": "3.5.22",
  13104. "@vue/compiler-sfc": "3.5.22",
  13105. "@vue/runtime-dom": "3.5.22",
  13106. "@vue/server-renderer": "3.5.22",
  13107. "@vue/shared": "3.5.22"
  13108. },
  13109. "peerDependencies": {
  13110. "typescript": "*"
  13111. },
  13112. "peerDependenciesMeta": {
  13113. "typescript": {
  13114. "optional": true
  13115. }
  13116. }
  13117. },
  13118. "node_modules/vue-bundle-renderer": {
  13119. "version": "2.2.0",
  13120. "resolved": "https://registry.npmjs.org/vue-bundle-renderer/-/vue-bundle-renderer-2.2.0.tgz",
  13121. "integrity": "sha512-sz/0WEdYH1KfaOm0XaBmRZOWgYTEvUDt6yPYaUzl4E52qzgWLlknaPPTTZmp6benaPTlQAI/hN1x3tAzZygycg==",
  13122. "license": "MIT",
  13123. "dependencies": {
  13124. "ufo": "^1.6.1"
  13125. }
  13126. },
  13127. "node_modules/vue-component-type-helpers": {
  13128. "version": "3.1.5",
  13129. "resolved": "https://registry.npmjs.org/vue-component-type-helpers/-/vue-component-type-helpers-3.1.5.tgz",
  13130. "integrity": "sha512-7V3yJuNWW7/1jxCcI1CswnpDsvs02Qcx/N43LkV+ZqhLj2PKj50slUflHAroNkN4UWiYfzMUUUXiNuv9khmSpQ==",
  13131. "license": "MIT"
  13132. },
  13133. "node_modules/vue-devtools-stub": {
  13134. "version": "0.1.0",
  13135. "resolved": "https://registry.npmjs.org/vue-devtools-stub/-/vue-devtools-stub-0.1.0.tgz",
  13136. "integrity": "sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ==",
  13137. "license": "MIT"
  13138. },
  13139. "node_modules/vue-router": {
  13140. "version": "4.6.3",
  13141. "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.6.3.tgz",
  13142. "integrity": "sha512-ARBedLm9YlbvQomnmq91Os7ck6efydTSpRP3nuOKCvgJOHNrhRoJDSKtee8kcL1Vf7nz6U+PMBL+hTvR3bTVQg==",
  13143. "license": "MIT",
  13144. "peer": true,
  13145. "dependencies": {
  13146. "@vue/devtools-api": "^6.6.4"
  13147. },
  13148. "funding": {
  13149. "url": "https://github.com/sponsors/posva"
  13150. },
  13151. "peerDependencies": {
  13152. "vue": "^3.5.0"
  13153. }
  13154. },
  13155. "node_modules/webidl-conversions": {
  13156. "version": "3.0.1",
  13157. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
  13158. "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
  13159. "license": "BSD-2-Clause"
  13160. },
  13161. "node_modules/webpack-virtual-modules": {
  13162. "version": "0.6.2",
  13163. "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  13164. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
  13165. "license": "MIT"
  13166. },
  13167. "node_modules/whatwg-url": {
  13168. "version": "5.0.0",
  13169. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
  13170. "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
  13171. "license": "MIT",
  13172. "dependencies": {
  13173. "tr46": "~0.0.3",
  13174. "webidl-conversions": "^3.0.0"
  13175. }
  13176. },
  13177. "node_modules/wheel-gestures": {
  13178. "version": "2.2.48",
  13179. "resolved": "https://registry.npmjs.org/wheel-gestures/-/wheel-gestures-2.2.48.tgz",
  13180. "integrity": "sha512-f+Gy33Oa5Z14XY9679Zze+7VFhbsQfBFXodnU2x589l4kxGM9L5Y8zETTmcMR5pWOPQyRv4Z0lNax6xCO0NSlA==",
  13181. "license": "MIT",
  13182. "engines": {
  13183. "node": ">=18"
  13184. }
  13185. },
  13186. "node_modules/which": {
  13187. "version": "5.0.0",
  13188. "resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz",
  13189. "integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==",
  13190. "license": "ISC",
  13191. "dependencies": {
  13192. "isexe": "^3.1.1"
  13193. },
  13194. "bin": {
  13195. "node-which": "bin/which.js"
  13196. },
  13197. "engines": {
  13198. "node": "^18.17.0 || >=20.5.0"
  13199. }
  13200. },
  13201. "node_modules/wrap-ansi": {
  13202. "version": "8.1.0",
  13203. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
  13204. "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
  13205. "license": "MIT",
  13206. "dependencies": {
  13207. "ansi-styles": "^6.1.0",
  13208. "string-width": "^5.0.1",
  13209. "strip-ansi": "^7.0.1"
  13210. },
  13211. "engines": {
  13212. "node": ">=12"
  13213. },
  13214. "funding": {
  13215. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  13216. }
  13217. },
  13218. "node_modules/wrap-ansi-cjs": {
  13219. "name": "wrap-ansi",
  13220. "version": "7.0.0",
  13221. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  13222. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  13223. "license": "MIT",
  13224. "dependencies": {
  13225. "ansi-styles": "^4.0.0",
  13226. "string-width": "^4.1.0",
  13227. "strip-ansi": "^6.0.0"
  13228. },
  13229. "engines": {
  13230. "node": ">=10"
  13231. },
  13232. "funding": {
  13233. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  13234. }
  13235. },
  13236. "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
  13237. "version": "5.0.1",
  13238. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  13239. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  13240. "license": "MIT",
  13241. "engines": {
  13242. "node": ">=8"
  13243. }
  13244. },
  13245. "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
  13246. "version": "4.3.0",
  13247. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  13248. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  13249. "license": "MIT",
  13250. "dependencies": {
  13251. "color-convert": "^2.0.1"
  13252. },
  13253. "engines": {
  13254. "node": ">=8"
  13255. },
  13256. "funding": {
  13257. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  13258. }
  13259. },
  13260. "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
  13261. "version": "8.0.0",
  13262. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  13263. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  13264. "license": "MIT"
  13265. },
  13266. "node_modules/wrap-ansi-cjs/node_modules/string-width": {
  13267. "version": "4.2.3",
  13268. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  13269. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  13270. "license": "MIT",
  13271. "dependencies": {
  13272. "emoji-regex": "^8.0.0",
  13273. "is-fullwidth-code-point": "^3.0.0",
  13274. "strip-ansi": "^6.0.1"
  13275. },
  13276. "engines": {
  13277. "node": ">=8"
  13278. }
  13279. },
  13280. "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
  13281. "version": "6.0.1",
  13282. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  13283. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  13284. "license": "MIT",
  13285. "dependencies": {
  13286. "ansi-regex": "^5.0.1"
  13287. },
  13288. "engines": {
  13289. "node": ">=8"
  13290. }
  13291. },
  13292. "node_modules/ws": {
  13293. "version": "8.18.3",
  13294. "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
  13295. "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
  13296. "license": "MIT",
  13297. "engines": {
  13298. "node": ">=10.0.0"
  13299. },
  13300. "peerDependencies": {
  13301. "bufferutil": "^4.0.1",
  13302. "utf-8-validate": ">=5.0.2"
  13303. },
  13304. "peerDependenciesMeta": {
  13305. "bufferutil": {
  13306. "optional": true
  13307. },
  13308. "utf-8-validate": {
  13309. "optional": true
  13310. }
  13311. }
  13312. },
  13313. "node_modules/wsl-utils": {
  13314. "version": "0.1.0",
  13315. "resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.1.0.tgz",
  13316. "integrity": "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==",
  13317. "license": "MIT",
  13318. "dependencies": {
  13319. "is-wsl": "^3.1.0"
  13320. },
  13321. "engines": {
  13322. "node": ">=18"
  13323. },
  13324. "funding": {
  13325. "url": "https://github.com/sponsors/sindresorhus"
  13326. }
  13327. },
  13328. "node_modules/xss": {
  13329. "version": "1.0.15",
  13330. "resolved": "https://registry.npmjs.org/xss/-/xss-1.0.15.tgz",
  13331. "integrity": "sha512-FVdlVVC67WOIPvfOwhoMETV72f6GbW7aOabBC3WxN/oUdoEMDyLz4OgRv5/gck2ZeNqEQu+Tb0kloovXOfpYVg==",
  13332. "license": "MIT",
  13333. "optional": true,
  13334. "dependencies": {
  13335. "commander": "^2.20.3",
  13336. "cssfilter": "0.0.10"
  13337. },
  13338. "bin": {
  13339. "xss": "bin/xss"
  13340. },
  13341. "engines": {
  13342. "node": ">= 0.10.0"
  13343. }
  13344. },
  13345. "node_modules/xss/node_modules/commander": {
  13346. "version": "2.20.3",
  13347. "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
  13348. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
  13349. "license": "MIT",
  13350. "optional": true
  13351. },
  13352. "node_modules/y18n": {
  13353. "version": "5.0.8",
  13354. "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
  13355. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  13356. "license": "ISC",
  13357. "engines": {
  13358. "node": ">=10"
  13359. }
  13360. },
  13361. "node_modules/yallist": {
  13362. "version": "3.1.1",
  13363. "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
  13364. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  13365. "license": "ISC"
  13366. },
  13367. "node_modules/yaml": {
  13368. "version": "2.8.3",
  13369. "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz",
  13370. "integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==",
  13371. "license": "ISC",
  13372. "peer": true,
  13373. "bin": {
  13374. "yaml": "bin.mjs"
  13375. },
  13376. "engines": {
  13377. "node": ">= 14.6"
  13378. },
  13379. "funding": {
  13380. "url": "https://github.com/sponsors/eemeli"
  13381. }
  13382. },
  13383. "node_modules/yargs": {
  13384. "version": "17.7.2",
  13385. "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
  13386. "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
  13387. "license": "MIT",
  13388. "dependencies": {
  13389. "cliui": "^8.0.1",
  13390. "escalade": "^3.1.1",
  13391. "get-caller-file": "^2.0.5",
  13392. "require-directory": "^2.1.1",
  13393. "string-width": "^4.2.3",
  13394. "y18n": "^5.0.5",
  13395. "yargs-parser": "^21.1.1"
  13396. },
  13397. "engines": {
  13398. "node": ">=12"
  13399. }
  13400. },
  13401. "node_modules/yargs-parser": {
  13402. "version": "21.1.1",
  13403. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
  13404. "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
  13405. "license": "ISC",
  13406. "engines": {
  13407. "node": ">=12"
  13408. }
  13409. },
  13410. "node_modules/yargs/node_modules/ansi-regex": {
  13411. "version": "5.0.1",
  13412. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  13413. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  13414. "license": "MIT",
  13415. "engines": {
  13416. "node": ">=8"
  13417. }
  13418. },
  13419. "node_modules/yargs/node_modules/emoji-regex": {
  13420. "version": "8.0.0",
  13421. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  13422. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  13423. "license": "MIT"
  13424. },
  13425. "node_modules/yargs/node_modules/string-width": {
  13426. "version": "4.2.3",
  13427. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  13428. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  13429. "license": "MIT",
  13430. "dependencies": {
  13431. "emoji-regex": "^8.0.0",
  13432. "is-fullwidth-code-point": "^3.0.0",
  13433. "strip-ansi": "^6.0.1"
  13434. },
  13435. "engines": {
  13436. "node": ">=8"
  13437. }
  13438. },
  13439. "node_modules/yargs/node_modules/strip-ansi": {
  13440. "version": "6.0.1",
  13441. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  13442. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  13443. "license": "MIT",
  13444. "dependencies": {
  13445. "ansi-regex": "^5.0.1"
  13446. },
  13447. "engines": {
  13448. "node": ">=8"
  13449. }
  13450. },
  13451. "node_modules/youch": {
  13452. "version": "4.1.1",
  13453. "resolved": "https://registry.npmjs.org/youch/-/youch-4.1.1.tgz",
  13454. "integrity": "sha512-mxW3qiSnl+GRxXsaUMzv2Mbada1Y8CDltET9UxejDQe6DBYlSekghl5U5K0ReAikcHDi0G1vKZEmmo/NWAGKLA==",
  13455. "license": "MIT",
  13456. "dependencies": {
  13457. "@poppinss/colors": "^4.1.6",
  13458. "@poppinss/dumper": "^0.7.0",
  13459. "@speed-highlight/core": "^1.2.14",
  13460. "cookie-es": "^3.0.1",
  13461. "youch-core": "^0.3.3"
  13462. }
  13463. },
  13464. "node_modules/youch-core": {
  13465. "version": "0.3.3",
  13466. "resolved": "https://registry.npmjs.org/youch-core/-/youch-core-0.3.3.tgz",
  13467. "integrity": "sha512-ho7XuGjLaJ2hWHoK8yFnsUGy2Y5uDpqSTq1FkHLK4/oqKtyUU1AFbOOxY4IpC9f0fTLjwYbslUz0Po5BpD1wrA==",
  13468. "license": "MIT",
  13469. "dependencies": {
  13470. "@poppinss/exception": "^1.2.2",
  13471. "error-stack-parser-es": "^1.0.5"
  13472. }
  13473. },
  13474. "node_modules/youch/node_modules/cookie-es": {
  13475. "version": "3.1.1",
  13476. "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-3.1.1.tgz",
  13477. "integrity": "sha512-UaXxwISYJPTr9hwQxMFYZ7kNhSXboMXP+Z3TRX6f1/NyaGPfuNUZOWP1pUEb75B2HjfklIYLVRfWiFZJyC6Npg==",
  13478. "license": "MIT"
  13479. },
  13480. "node_modules/zip-stream": {
  13481. "version": "6.0.1",
  13482. "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-6.0.1.tgz",
  13483. "integrity": "sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==",
  13484. "license": "MIT",
  13485. "dependencies": {
  13486. "archiver-utils": "^5.0.0",
  13487. "compress-commons": "^6.0.2",
  13488. "readable-stream": "^4.0.0"
  13489. },
  13490. "engines": {
  13491. "node": ">= 14"
  13492. }
  13493. }
  13494. }
  13495. }