package-lock.json 356 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919492049214922492349244925492649274928492949304931493249334934493549364937493849394940494149424943494449454946494749484949495049514952495349544955495649574958495949604961496249634964496549664967496849694970497149724973497449754976497749784979498049814982498349844985498649874988498949904991499249934994499549964997499849995000500150025003500450055006500750085009501050115012501350145015501650175018501950205021502250235024502550265027502850295030503150325033503450355036503750385039504050415042504350445045504650475048504950505051505250535054505550565057505850595060506150625063506450655066506750685069507050715072507350745075507650775078507950805081508250835084508550865087508850895090509150925093509450955096509750985099510051015102510351045105510651075108510951105111511251135114511551165117511851195120512151225123512451255126512751285129513051315132513351345135513651375138513951405141514251435144514551465147514851495150515151525153515451555156515751585159516051615162516351645165516651675168516951705171517251735174517551765177517851795180518151825183518451855186518751885189519051915192519351945195519651975198519952005201520252035204520552065207520852095210521152125213521452155216521752185219522052215222522352245225522652275228522952305231523252335234523552365237523852395240524152425243524452455246524752485249525052515252525352545255525652575258525952605261526252635264526552665267526852695270527152725273527452755276527752785279528052815282528352845285528652875288528952905291529252935294529552965297529852995300530153025303530453055306530753085309531053115312531353145315531653175318531953205321532253235324532553265327532853295330533153325333533453355336533753385339534053415342534353445345534653475348534953505351535253535354535553565357535853595360536153625363536453655366536753685369537053715372537353745375537653775378537953805381538253835384538553865387538853895390539153925393539453955396539753985399540054015402540354045405540654075408540954105411541254135414541554165417541854195420542154225423542454255426542754285429543054315432543354345435543654375438543954405441544254435444544554465447544854495450545154525453545454555456545754585459546054615462546354645465546654675468546954705471547254735474547554765477547854795480548154825483548454855486548754885489549054915492549354945495549654975498549955005501550255035504550555065507550855095510551155125513551455155516551755185519552055215522552355245525552655275528552955305531553255335534553555365537553855395540554155425543554455455546554755485549555055515552555355545555555655575558555955605561556255635564556555665567556855695570557155725573557455755576557755785579558055815582558355845585558655875588558955905591559255935594559555965597559855995600560156025603560456055606560756085609561056115612561356145615561656175618561956205621562256235624562556265627562856295630563156325633563456355636563756385639564056415642564356445645564656475648564956505651565256535654565556565657565856595660566156625663566456655666566756685669567056715672567356745675567656775678567956805681568256835684568556865687568856895690569156925693569456955696569756985699570057015702570357045705570657075708570957105711571257135714571557165717571857195720572157225723572457255726572757285729573057315732573357345735573657375738573957405741574257435744574557465747574857495750575157525753575457555756575757585759576057615762576357645765576657675768576957705771577257735774577557765777577857795780578157825783578457855786578757885789579057915792579357945795579657975798579958005801580258035804580558065807580858095810581158125813581458155816581758185819582058215822582358245825582658275828582958305831583258335834583558365837583858395840584158425843584458455846584758485849585058515852585358545855585658575858585958605861586258635864586558665867586858695870587158725873587458755876587758785879588058815882588358845885588658875888588958905891589258935894589558965897589858995900590159025903590459055906590759085909591059115912591359145915591659175918591959205921592259235924592559265927592859295930593159325933593459355936593759385939594059415942594359445945594659475948594959505951595259535954595559565957595859595960596159625963596459655966596759685969597059715972597359745975597659775978597959805981598259835984598559865987598859895990599159925993599459955996599759985999600060016002600360046005600660076008600960106011601260136014601560166017601860196020602160226023602460256026602760286029603060316032603360346035603660376038603960406041604260436044604560466047604860496050605160526053605460556056605760586059606060616062606360646065606660676068606960706071607260736074607560766077607860796080608160826083608460856086608760886089609060916092609360946095609660976098609961006101610261036104610561066107610861096110611161126113611461156116611761186119612061216122612361246125612661276128612961306131613261336134613561366137613861396140614161426143614461456146614761486149615061516152615361546155615661576158615961606161616261636164616561666167616861696170617161726173617461756176617761786179618061816182618361846185618661876188618961906191619261936194619561966197619861996200620162026203620462056206620762086209621062116212621362146215621662176218621962206221622262236224622562266227622862296230623162326233623462356236623762386239624062416242624362446245624662476248624962506251625262536254625562566257625862596260626162626263626462656266626762686269627062716272627362746275627662776278627962806281628262836284628562866287628862896290629162926293629462956296629762986299630063016302630363046305630663076308630963106311631263136314631563166317631863196320632163226323632463256326632763286329633063316332633363346335633663376338633963406341634263436344634563466347634863496350635163526353635463556356635763586359636063616362636363646365636663676368636963706371637263736374637563766377637863796380638163826383638463856386638763886389639063916392639363946395639663976398639964006401640264036404640564066407640864096410641164126413641464156416641764186419642064216422642364246425642664276428642964306431643264336434643564366437643864396440644164426443644464456446644764486449645064516452645364546455645664576458645964606461646264636464646564666467646864696470647164726473647464756476647764786479648064816482648364846485648664876488648964906491649264936494649564966497649864996500650165026503650465056506650765086509651065116512651365146515651665176518651965206521652265236524652565266527652865296530653165326533653465356536653765386539654065416542654365446545654665476548654965506551655265536554655565566557655865596560656165626563656465656566656765686569657065716572657365746575657665776578657965806581658265836584658565866587658865896590659165926593659465956596659765986599660066016602660366046605660666076608660966106611661266136614661566166617661866196620662166226623662466256626662766286629663066316632663366346635663666376638663966406641664266436644664566466647664866496650665166526653665466556656665766586659666066616662666366646665666666676668666966706671667266736674667566766677667866796680668166826683668466856686668766886689669066916692669366946695669666976698669967006701670267036704670567066707670867096710671167126713671467156716671767186719672067216722672367246725672667276728672967306731673267336734673567366737673867396740674167426743674467456746674767486749675067516752675367546755675667576758675967606761676267636764676567666767676867696770677167726773677467756776677767786779678067816782678367846785678667876788678967906791679267936794679567966797679867996800680168026803680468056806680768086809681068116812681368146815681668176818681968206821682268236824682568266827682868296830683168326833683468356836683768386839684068416842684368446845684668476848684968506851685268536854685568566857685868596860686168626863686468656866686768686869687068716872687368746875687668776878687968806881688268836884688568866887688868896890689168926893689468956896689768986899690069016902690369046905690669076908690969106911691269136914691569166917691869196920692169226923692469256926692769286929693069316932693369346935693669376938693969406941694269436944694569466947694869496950695169526953695469556956695769586959696069616962696369646965696669676968696969706971697269736974697569766977697869796980698169826983698469856986698769886989699069916992699369946995699669976998699970007001700270037004700570067007700870097010701170127013701470157016701770187019702070217022702370247025702670277028702970307031703270337034703570367037703870397040704170427043704470457046704770487049705070517052705370547055705670577058705970607061706270637064706570667067706870697070707170727073707470757076707770787079708070817082708370847085708670877088708970907091709270937094709570967097709870997100710171027103710471057106710771087109711071117112711371147115711671177118711971207121712271237124712571267127712871297130713171327133713471357136713771387139714071417142714371447145714671477148714971507151715271537154715571567157715871597160716171627163716471657166716771687169717071717172717371747175717671777178717971807181718271837184718571867187718871897190719171927193719471957196719771987199720072017202720372047205720672077208720972107211721272137214721572167217721872197220722172227223722472257226722772287229723072317232723372347235723672377238723972407241724272437244724572467247724872497250725172527253725472557256725772587259726072617262726372647265726672677268726972707271727272737274727572767277727872797280728172827283728472857286728772887289729072917292729372947295729672977298729973007301730273037304730573067307730873097310731173127313731473157316731773187319732073217322732373247325732673277328732973307331733273337334733573367337733873397340734173427343734473457346734773487349735073517352735373547355735673577358735973607361736273637364736573667367736873697370737173727373737473757376737773787379738073817382738373847385738673877388738973907391739273937394739573967397739873997400740174027403740474057406740774087409741074117412741374147415741674177418741974207421742274237424742574267427742874297430743174327433743474357436743774387439744074417442744374447445744674477448744974507451745274537454745574567457745874597460746174627463746474657466746774687469747074717472747374747475747674777478747974807481748274837484748574867487748874897490749174927493749474957496749774987499750075017502750375047505750675077508750975107511751275137514751575167517751875197520752175227523752475257526752775287529753075317532753375347535753675377538753975407541754275437544754575467547754875497550755175527553755475557556755775587559756075617562756375647565756675677568756975707571757275737574757575767577757875797580758175827583758475857586758775887589759075917592759375947595759675977598759976007601760276037604760576067607760876097610761176127613761476157616761776187619762076217622762376247625762676277628762976307631763276337634763576367637763876397640764176427643764476457646764776487649765076517652765376547655765676577658765976607661766276637664766576667667766876697670767176727673767476757676767776787679768076817682768376847685768676877688768976907691769276937694769576967697769876997700770177027703770477057706770777087709771077117712771377147715771677177718771977207721772277237724772577267727772877297730773177327733773477357736773777387739774077417742774377447745774677477748774977507751775277537754775577567757775877597760776177627763776477657766776777687769777077717772777377747775777677777778777977807781778277837784778577867787778877897790779177927793779477957796779777987799780078017802780378047805780678077808780978107811781278137814781578167817781878197820782178227823782478257826782778287829783078317832783378347835783678377838783978407841784278437844784578467847784878497850785178527853785478557856785778587859786078617862786378647865786678677868786978707871787278737874787578767877787878797880788178827883788478857886788778887889789078917892789378947895789678977898789979007901790279037904790579067907790879097910791179127913791479157916791779187919792079217922792379247925792679277928792979307931793279337934793579367937793879397940794179427943794479457946794779487949795079517952795379547955795679577958795979607961796279637964796579667967796879697970797179727973797479757976797779787979798079817982798379847985798679877988798979907991799279937994799579967997799879998000800180028003800480058006800780088009801080118012801380148015801680178018801980208021802280238024802580268027802880298030803180328033803480358036803780388039804080418042804380448045804680478048804980508051805280538054805580568057805880598060806180628063806480658066806780688069807080718072807380748075807680778078807980808081808280838084808580868087808880898090809180928093809480958096809780988099810081018102810381048105810681078108810981108111811281138114811581168117811881198120812181228123812481258126812781288129813081318132813381348135813681378138813981408141814281438144814581468147814881498150815181528153815481558156815781588159816081618162816381648165816681678168816981708171817281738174817581768177817881798180818181828183818481858186818781888189819081918192819381948195819681978198819982008201820282038204820582068207820882098210821182128213821482158216821782188219822082218222822382248225822682278228822982308231823282338234823582368237823882398240824182428243824482458246824782488249825082518252825382548255825682578258825982608261826282638264826582668267826882698270827182728273827482758276827782788279828082818282828382848285828682878288828982908291829282938294829582968297829882998300830183028303830483058306830783088309831083118312831383148315831683178318831983208321832283238324832583268327832883298330833183328333833483358336833783388339834083418342834383448345834683478348834983508351835283538354835583568357835883598360836183628363836483658366836783688369837083718372837383748375837683778378837983808381838283838384838583868387838883898390839183928393839483958396839783988399840084018402840384048405840684078408840984108411841284138414841584168417841884198420842184228423842484258426842784288429843084318432843384348435843684378438843984408441844284438444844584468447844884498450845184528453845484558456845784588459846084618462846384648465846684678468846984708471847284738474847584768477847884798480848184828483848484858486848784888489849084918492849384948495849684978498849985008501850285038504850585068507850885098510851185128513851485158516851785188519852085218522852385248525852685278528852985308531853285338534853585368537853885398540854185428543854485458546854785488549855085518552855385548555855685578558855985608561856285638564856585668567856885698570857185728573857485758576857785788579858085818582858385848585858685878588858985908591859285938594859585968597859885998600860186028603860486058606860786088609861086118612861386148615861686178618861986208621862286238624862586268627862886298630863186328633863486358636863786388639864086418642864386448645864686478648864986508651865286538654865586568657865886598660866186628663866486658666866786688669867086718672867386748675867686778678867986808681868286838684868586868687868886898690869186928693869486958696869786988699870087018702870387048705870687078708870987108711871287138714871587168717871887198720872187228723872487258726872787288729873087318732873387348735873687378738873987408741874287438744874587468747874887498750875187528753875487558756875787588759876087618762876387648765876687678768876987708771877287738774877587768777877887798780878187828783878487858786878787888789879087918792879387948795879687978798879988008801880288038804880588068807880888098810881188128813881488158816881788188819882088218822882388248825882688278828882988308831883288338834883588368837883888398840884188428843884488458846884788488849885088518852885388548855885688578858885988608861886288638864886588668867886888698870887188728873887488758876887788788879888088818882888388848885888688878888888988908891889288938894889588968897889888998900890189028903890489058906890789088909891089118912891389148915891689178918891989208921892289238924892589268927892889298930893189328933893489358936893789388939894089418942894389448945894689478948894989508951895289538954895589568957895889598960896189628963896489658966896789688969897089718972897389748975897689778978897989808981898289838984898589868987898889898990899189928993899489958996899789988999900090019002900390049005900690079008900990109011901290139014901590169017901890199020902190229023902490259026902790289029903090319032903390349035903690379038903990409041904290439044904590469047904890499050905190529053905490559056905790589059906090619062906390649065906690679068906990709071907290739074907590769077907890799080908190829083908490859086908790889089909090919092909390949095909690979098909991009101910291039104910591069107910891099110911191129113911491159116911791189119912091219122912391249125912691279128912991309131913291339134913591369137913891399140914191429143914491459146914791489149915091519152915391549155915691579158915991609161916291639164916591669167916891699170917191729173917491759176917791789179918091819182918391849185918691879188918991909191919291939194919591969197919891999200920192029203920492059206920792089209921092119212921392149215921692179218921992209221922292239224922592269227922892299230923192329233923492359236923792389239924092419242924392449245924692479248924992509251925292539254925592569257925892599260926192629263926492659266926792689269927092719272927392749275927692779278927992809281928292839284928592869287928892899290929192929293929492959296929792989299930093019302930393049305930693079308930993109311931293139314931593169317931893199320932193229323932493259326932793289329933093319332933393349335933693379338933993409341934293439344934593469347934893499350935193529353935493559356935793589359936093619362936393649365936693679368936993709371937293739374937593769377937893799380938193829383938493859386938793889389939093919392939393949395939693979398939994009401940294039404940594069407940894099410941194129413941494159416941794189419942094219422942394249425942694279428942994309431943294339434943594369437943894399440944194429443944494459446944794489449945094519452945394549455945694579458945994609461946294639464946594669467946894699470947194729473947494759476947794789479948094819482948394849485948694879488948994909491949294939494949594969497949894999500950195029503950495059506950795089509951095119512951395149515951695179518951995209521952295239524952595269527952895299530953195329533953495359536953795389539954095419542954395449545954695479548954995509551955295539554955595569557955895599560956195629563956495659566956795689569957095719572957395749575957695779578957995809581958295839584958595869587958895899590959195929593959495959596959795989599960096019602960396049605960696079608960996109611961296139614961596169617961896199620962196229623962496259626962796289629963096319632963396349635963696379638963996409641964296439644964596469647964896499650965196529653965496559656965796589659966096619662966396649665966696679668966996709671967296739674967596769677967896799680968196829683968496859686968796889689969096919692969396949695969696979698969997009701970297039704970597069707970897099710971197129713971497159716971797189719972097219722972397249725972697279728972997309731973297339734973597369737973897399740974197429743974497459746974797489749975097519752975397549755975697579758975997609761976297639764976597669767976897699770977197729773977497759776977797789779978097819782978397849785978697879788978997909791979297939794979597969797979897999800980198029803980498059806980798089809981098119812981398149815981698179818981998209821982298239824982598269827982898299830983198329833983498359836983798389839984098419842984398449845984698479848984998509851985298539854985598569857985898599860986198629863986498659866986798689869987098719872987398749875987698779878987998809881988298839884988598869887988898899890989198929893989498959896989798989899990099019902990399049905990699079908990999109911991299139914991599169917991899199920992199229923992499259926992799289929993099319932993399349935993699379938993999409941994299439944994599469947994899499950995199529953995499559956995799589959996099619962996399649965996699679968996999709971997299739974997599769977997899799980998199829983998499859986998799889989999099919992999399949995999699979998999910000100011000210003100041000510006100071000810009100101001110012100131001410015100161001710018100191002010021100221002310024100251002610027100281002910030100311003210033100341003510036100371003810039100401004110042100431004410045100461004710048100491005010051100521005310054100551005610057100581005910060100611006210063100641006510066100671006810069100701007110072100731007410075100761007710078100791008010081100821008310084100851008610087100881008910090100911009210093100941009510096100971009810099101001010110102101031010410105101061010710108101091011010111101121011310114101151011610117101181011910120101211012210123101241012510126101271012810129101301013110132101331013410135101361013710138101391014010141101421014310144101451014610147101481014910150101511015210153101541015510156101571015810159101601016110162101631016410165101661016710168101691017010171101721017310174101751017610177101781017910180101811018210183101841018510186101871018810189101901019110192101931019410195101961019710198101991020010201102021020310204102051020610207102081020910210102111021210213102141021510216102171021810219102201022110222102231022410225102261022710228102291023010231102321023310234102351023610237102381023910240102411024210243102441024510246102471024810249102501025110252102531025410255102561025710258102591026010261102621026310264102651026610267102681026910270102711027210273102741027510276102771027810279102801028110282102831028410285102861028710288102891029010291
  1. {
  2. "name": "nuxt-app",
  3. "lockfileVersion": 3,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "name": "nuxt-app",
  8. "hasInstallScript": true,
  9. "dependencies": {
  10. "@tailwindcss/vite": "^4.1.16",
  11. "nuxt": "^4.2.0",
  12. "tailwindcss": "^4.1.16",
  13. "vue": "^3.5.22",
  14. "vue-router": "^4.6.3"
  15. }
  16. },
  17. "node_modules/@babel/code-frame": {
  18. "version": "7.27.1",
  19. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
  20. "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
  21. "license": "MIT",
  22. "dependencies": {
  23. "@babel/helper-validator-identifier": "^7.27.1",
  24. "js-tokens": "^4.0.0",
  25. "picocolors": "^1.1.1"
  26. },
  27. "engines": {
  28. "node": ">=6.9.0"
  29. }
  30. },
  31. "node_modules/@babel/compat-data": {
  32. "version": "7.28.5",
  33. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz",
  34. "integrity": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==",
  35. "license": "MIT",
  36. "engines": {
  37. "node": ">=6.9.0"
  38. }
  39. },
  40. "node_modules/@babel/core": {
  41. "version": "7.28.5",
  42. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz",
  43. "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==",
  44. "license": "MIT",
  45. "dependencies": {
  46. "@babel/code-frame": "^7.27.1",
  47. "@babel/generator": "^7.28.5",
  48. "@babel/helper-compilation-targets": "^7.27.2",
  49. "@babel/helper-module-transforms": "^7.28.3",
  50. "@babel/helpers": "^7.28.4",
  51. "@babel/parser": "^7.28.5",
  52. "@babel/template": "^7.27.2",
  53. "@babel/traverse": "^7.28.5",
  54. "@babel/types": "^7.28.5",
  55. "@jridgewell/remapping": "^2.3.5",
  56. "convert-source-map": "^2.0.0",
  57. "debug": "^4.1.0",
  58. "gensync": "^1.0.0-beta.2",
  59. "json5": "^2.2.3",
  60. "semver": "^6.3.1"
  61. },
  62. "engines": {
  63. "node": ">=6.9.0"
  64. },
  65. "funding": {
  66. "type": "opencollective",
  67. "url": "https://opencollective.com/babel"
  68. }
  69. },
  70. "node_modules/@babel/core/node_modules/semver": {
  71. "version": "6.3.1",
  72. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  73. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  74. "license": "ISC",
  75. "bin": {
  76. "semver": "bin/semver.js"
  77. }
  78. },
  79. "node_modules/@babel/generator": {
  80. "version": "7.28.5",
  81. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
  82. "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
  83. "license": "MIT",
  84. "dependencies": {
  85. "@babel/parser": "^7.28.5",
  86. "@babel/types": "^7.28.5",
  87. "@jridgewell/gen-mapping": "^0.3.12",
  88. "@jridgewell/trace-mapping": "^0.3.28",
  89. "jsesc": "^3.0.2"
  90. },
  91. "engines": {
  92. "node": ">=6.9.0"
  93. }
  94. },
  95. "node_modules/@babel/helper-annotate-as-pure": {
  96. "version": "7.27.3",
  97. "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz",
  98. "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==",
  99. "license": "MIT",
  100. "dependencies": {
  101. "@babel/types": "^7.27.3"
  102. },
  103. "engines": {
  104. "node": ">=6.9.0"
  105. }
  106. },
  107. "node_modules/@babel/helper-compilation-targets": {
  108. "version": "7.27.2",
  109. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
  110. "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
  111. "license": "MIT",
  112. "dependencies": {
  113. "@babel/compat-data": "^7.27.2",
  114. "@babel/helper-validator-option": "^7.27.1",
  115. "browserslist": "^4.24.0",
  116. "lru-cache": "^5.1.1",
  117. "semver": "^6.3.1"
  118. },
  119. "engines": {
  120. "node": ">=6.9.0"
  121. }
  122. },
  123. "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
  124. "version": "6.3.1",
  125. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  126. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  127. "license": "ISC",
  128. "bin": {
  129. "semver": "bin/semver.js"
  130. }
  131. },
  132. "node_modules/@babel/helper-create-class-features-plugin": {
  133. "version": "7.28.5",
  134. "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz",
  135. "integrity": "sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==",
  136. "license": "MIT",
  137. "dependencies": {
  138. "@babel/helper-annotate-as-pure": "^7.27.3",
  139. "@babel/helper-member-expression-to-functions": "^7.28.5",
  140. "@babel/helper-optimise-call-expression": "^7.27.1",
  141. "@babel/helper-replace-supers": "^7.27.1",
  142. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  143. "@babel/traverse": "^7.28.5",
  144. "semver": "^6.3.1"
  145. },
  146. "engines": {
  147. "node": ">=6.9.0"
  148. },
  149. "peerDependencies": {
  150. "@babel/core": "^7.0.0"
  151. }
  152. },
  153. "node_modules/@babel/helper-create-class-features-plugin/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-globals": {
  163. "version": "7.28.0",
  164. "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
  165. "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
  166. "license": "MIT",
  167. "engines": {
  168. "node": ">=6.9.0"
  169. }
  170. },
  171. "node_modules/@babel/helper-member-expression-to-functions": {
  172. "version": "7.28.5",
  173. "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz",
  174. "integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==",
  175. "license": "MIT",
  176. "dependencies": {
  177. "@babel/traverse": "^7.28.5",
  178. "@babel/types": "^7.28.5"
  179. },
  180. "engines": {
  181. "node": ">=6.9.0"
  182. }
  183. },
  184. "node_modules/@babel/helper-module-imports": {
  185. "version": "7.27.1",
  186. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
  187. "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
  188. "license": "MIT",
  189. "dependencies": {
  190. "@babel/traverse": "^7.27.1",
  191. "@babel/types": "^7.27.1"
  192. },
  193. "engines": {
  194. "node": ">=6.9.0"
  195. }
  196. },
  197. "node_modules/@babel/helper-module-transforms": {
  198. "version": "7.28.3",
  199. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz",
  200. "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==",
  201. "license": "MIT",
  202. "dependencies": {
  203. "@babel/helper-module-imports": "^7.27.1",
  204. "@babel/helper-validator-identifier": "^7.27.1",
  205. "@babel/traverse": "^7.28.3"
  206. },
  207. "engines": {
  208. "node": ">=6.9.0"
  209. },
  210. "peerDependencies": {
  211. "@babel/core": "^7.0.0"
  212. }
  213. },
  214. "node_modules/@babel/helper-optimise-call-expression": {
  215. "version": "7.27.1",
  216. "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz",
  217. "integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==",
  218. "license": "MIT",
  219. "dependencies": {
  220. "@babel/types": "^7.27.1"
  221. },
  222. "engines": {
  223. "node": ">=6.9.0"
  224. }
  225. },
  226. "node_modules/@babel/helper-plugin-utils": {
  227. "version": "7.27.1",
  228. "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
  229. "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
  230. "license": "MIT",
  231. "engines": {
  232. "node": ">=6.9.0"
  233. }
  234. },
  235. "node_modules/@babel/helper-replace-supers": {
  236. "version": "7.27.1",
  237. "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz",
  238. "integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==",
  239. "license": "MIT",
  240. "dependencies": {
  241. "@babel/helper-member-expression-to-functions": "^7.27.1",
  242. "@babel/helper-optimise-call-expression": "^7.27.1",
  243. "@babel/traverse": "^7.27.1"
  244. },
  245. "engines": {
  246. "node": ">=6.9.0"
  247. },
  248. "peerDependencies": {
  249. "@babel/core": "^7.0.0"
  250. }
  251. },
  252. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  253. "version": "7.27.1",
  254. "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz",
  255. "integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==",
  256. "license": "MIT",
  257. "dependencies": {
  258. "@babel/traverse": "^7.27.1",
  259. "@babel/types": "^7.27.1"
  260. },
  261. "engines": {
  262. "node": ">=6.9.0"
  263. }
  264. },
  265. "node_modules/@babel/helper-string-parser": {
  266. "version": "7.27.1",
  267. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  268. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  269. "license": "MIT",
  270. "engines": {
  271. "node": ">=6.9.0"
  272. }
  273. },
  274. "node_modules/@babel/helper-validator-identifier": {
  275. "version": "7.28.5",
  276. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  277. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  278. "license": "MIT",
  279. "engines": {
  280. "node": ">=6.9.0"
  281. }
  282. },
  283. "node_modules/@babel/helper-validator-option": {
  284. "version": "7.27.1",
  285. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
  286. "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
  287. "license": "MIT",
  288. "engines": {
  289. "node": ">=6.9.0"
  290. }
  291. },
  292. "node_modules/@babel/helpers": {
  293. "version": "7.28.4",
  294. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz",
  295. "integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==",
  296. "license": "MIT",
  297. "dependencies": {
  298. "@babel/template": "^7.27.2",
  299. "@babel/types": "^7.28.4"
  300. },
  301. "engines": {
  302. "node": ">=6.9.0"
  303. }
  304. },
  305. "node_modules/@babel/parser": {
  306. "version": "7.28.5",
  307. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
  308. "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
  309. "license": "MIT",
  310. "dependencies": {
  311. "@babel/types": "^7.28.5"
  312. },
  313. "bin": {
  314. "parser": "bin/babel-parser.js"
  315. },
  316. "engines": {
  317. "node": ">=6.0.0"
  318. }
  319. },
  320. "node_modules/@babel/plugin-syntax-jsx": {
  321. "version": "7.27.1",
  322. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",
  323. "integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
  324. "license": "MIT",
  325. "dependencies": {
  326. "@babel/helper-plugin-utils": "^7.27.1"
  327. },
  328. "engines": {
  329. "node": ">=6.9.0"
  330. },
  331. "peerDependencies": {
  332. "@babel/core": "^7.0.0-0"
  333. }
  334. },
  335. "node_modules/@babel/plugin-syntax-typescript": {
  336. "version": "7.27.1",
  337. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz",
  338. "integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==",
  339. "license": "MIT",
  340. "dependencies": {
  341. "@babel/helper-plugin-utils": "^7.27.1"
  342. },
  343. "engines": {
  344. "node": ">=6.9.0"
  345. },
  346. "peerDependencies": {
  347. "@babel/core": "^7.0.0-0"
  348. }
  349. },
  350. "node_modules/@babel/plugin-transform-typescript": {
  351. "version": "7.28.5",
  352. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.5.tgz",
  353. "integrity": "sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==",
  354. "license": "MIT",
  355. "dependencies": {
  356. "@babel/helper-annotate-as-pure": "^7.27.3",
  357. "@babel/helper-create-class-features-plugin": "^7.28.5",
  358. "@babel/helper-plugin-utils": "^7.27.1",
  359. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  360. "@babel/plugin-syntax-typescript": "^7.27.1"
  361. },
  362. "engines": {
  363. "node": ">=6.9.0"
  364. },
  365. "peerDependencies": {
  366. "@babel/core": "^7.0.0-0"
  367. }
  368. },
  369. "node_modules/@babel/template": {
  370. "version": "7.27.2",
  371. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
  372. "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
  373. "license": "MIT",
  374. "dependencies": {
  375. "@babel/code-frame": "^7.27.1",
  376. "@babel/parser": "^7.27.2",
  377. "@babel/types": "^7.27.1"
  378. },
  379. "engines": {
  380. "node": ">=6.9.0"
  381. }
  382. },
  383. "node_modules/@babel/traverse": {
  384. "version": "7.28.5",
  385. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
  386. "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
  387. "license": "MIT",
  388. "dependencies": {
  389. "@babel/code-frame": "^7.27.1",
  390. "@babel/generator": "^7.28.5",
  391. "@babel/helper-globals": "^7.28.0",
  392. "@babel/parser": "^7.28.5",
  393. "@babel/template": "^7.27.2",
  394. "@babel/types": "^7.28.5",
  395. "debug": "^4.3.1"
  396. },
  397. "engines": {
  398. "node": ">=6.9.0"
  399. }
  400. },
  401. "node_modules/@babel/types": {
  402. "version": "7.28.5",
  403. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
  404. "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
  405. "license": "MIT",
  406. "dependencies": {
  407. "@babel/helper-string-parser": "^7.27.1",
  408. "@babel/helper-validator-identifier": "^7.28.5"
  409. },
  410. "engines": {
  411. "node": ">=6.9.0"
  412. }
  413. },
  414. "node_modules/@cloudflare/kv-asset-handler": {
  415. "version": "0.4.0",
  416. "resolved": "https://registry.npmjs.org/@cloudflare/kv-asset-handler/-/kv-asset-handler-0.4.0.tgz",
  417. "integrity": "sha512-+tv3z+SPp+gqTIcImN9o0hqE9xyfQjI1XD9pL6NuKjua9B1y7mNYv0S9cP+QEbA4ppVgGZEmKOvHX5G5Ei1CVA==",
  418. "license": "MIT OR Apache-2.0",
  419. "dependencies": {
  420. "mime": "^3.0.0"
  421. },
  422. "engines": {
  423. "node": ">=18.0.0"
  424. }
  425. },
  426. "node_modules/@cloudflare/kv-asset-handler/node_modules/mime": {
  427. "version": "3.0.0",
  428. "resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz",
  429. "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
  430. "license": "MIT",
  431. "bin": {
  432. "mime": "cli.js"
  433. },
  434. "engines": {
  435. "node": ">=10.0.0"
  436. }
  437. },
  438. "node_modules/@dxup/nuxt": {
  439. "version": "0.2.0",
  440. "resolved": "https://registry.npmjs.org/@dxup/nuxt/-/nuxt-0.2.0.tgz",
  441. "integrity": "sha512-tUS2040HEiGwjwZ8hTczfuRoiXSOuA+ATPXO9Bllf03nHHj1lSlmaAyVJHFsSXL5Os5NZqimNAZ1iDed7VElzA==",
  442. "license": "MIT",
  443. "dependencies": {
  444. "@dxup/unimport": "^0.1.0",
  445. "@nuxt/kit": "^4.1.3",
  446. "chokidar": "^4.0.3",
  447. "pathe": "2.0.3",
  448. "tinyglobby": "^0.2.15"
  449. }
  450. },
  451. "node_modules/@dxup/unimport": {
  452. "version": "0.1.0",
  453. "resolved": "https://registry.npmjs.org/@dxup/unimport/-/unimport-0.1.0.tgz",
  454. "integrity": "sha512-6Q/Po8qGmlrShdG/R9+rpIhme9N/PGJumpvmwr1UAxGpt9DfOCt9kF8+yJkxhtPdJFL37KgUILZBRAkSU8cJZg==",
  455. "license": "MIT"
  456. },
  457. "node_modules/@emnapi/core": {
  458. "version": "1.6.0",
  459. "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.6.0.tgz",
  460. "integrity": "sha512-zq/ay+9fNIJJtJiZxdTnXS20PllcYMX3OE23ESc4HK/bdYu3cOWYVhsOhVnXALfU/uqJIxn5NBPd9z4v+SfoSg==",
  461. "license": "MIT",
  462. "optional": true,
  463. "dependencies": {
  464. "@emnapi/wasi-threads": "1.1.0",
  465. "tslib": "^2.4.0"
  466. }
  467. },
  468. "node_modules/@emnapi/runtime": {
  469. "version": "1.6.0",
  470. "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.6.0.tgz",
  471. "integrity": "sha512-obtUmAHTMjll499P+D9A3axeJFlhdjOWdKUNs/U6QIGT7V5RjcUW1xToAzjvmgTSQhDbYn/NwfTRoJcQ2rNBxA==",
  472. "license": "MIT",
  473. "optional": true,
  474. "dependencies": {
  475. "tslib": "^2.4.0"
  476. }
  477. },
  478. "node_modules/@emnapi/wasi-threads": {
  479. "version": "1.1.0",
  480. "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.1.0.tgz",
  481. "integrity": "sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==",
  482. "license": "MIT",
  483. "optional": true,
  484. "dependencies": {
  485. "tslib": "^2.4.0"
  486. }
  487. },
  488. "node_modules/@esbuild/aix-ppc64": {
  489. "version": "0.25.11",
  490. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.11.tgz",
  491. "integrity": "sha512-Xt1dOL13m8u0WE8iplx9Ibbm+hFAO0GsU2P34UNoDGvZYkY8ifSiy6Zuc1lYxfG7svWE2fzqCUmFp5HCn51gJg==",
  492. "cpu": [
  493. "ppc64"
  494. ],
  495. "license": "MIT",
  496. "optional": true,
  497. "os": [
  498. "aix"
  499. ],
  500. "engines": {
  501. "node": ">=18"
  502. }
  503. },
  504. "node_modules/@esbuild/android-arm": {
  505. "version": "0.25.11",
  506. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.11.tgz",
  507. "integrity": "sha512-uoa7dU+Dt3HYsethkJ1k6Z9YdcHjTrSb5NUy66ZfZaSV8hEYGD5ZHbEMXnqLFlbBflLsl89Zke7CAdDJ4JI+Gg==",
  508. "cpu": [
  509. "arm"
  510. ],
  511. "license": "MIT",
  512. "optional": true,
  513. "os": [
  514. "android"
  515. ],
  516. "engines": {
  517. "node": ">=18"
  518. }
  519. },
  520. "node_modules/@esbuild/android-arm64": {
  521. "version": "0.25.11",
  522. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.11.tgz",
  523. "integrity": "sha512-9slpyFBc4FPPz48+f6jyiXOx/Y4v34TUeDDXJpZqAWQn/08lKGeD8aDp9TMn9jDz2CiEuHwfhRmGBvpnd/PWIQ==",
  524. "cpu": [
  525. "arm64"
  526. ],
  527. "license": "MIT",
  528. "optional": true,
  529. "os": [
  530. "android"
  531. ],
  532. "engines": {
  533. "node": ">=18"
  534. }
  535. },
  536. "node_modules/@esbuild/android-x64": {
  537. "version": "0.25.11",
  538. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.11.tgz",
  539. "integrity": "sha512-Sgiab4xBjPU1QoPEIqS3Xx+R2lezu0LKIEcYe6pftr56PqPygbB7+szVnzoShbx64MUupqoE0KyRlN7gezbl8g==",
  540. "cpu": [
  541. "x64"
  542. ],
  543. "license": "MIT",
  544. "optional": true,
  545. "os": [
  546. "android"
  547. ],
  548. "engines": {
  549. "node": ">=18"
  550. }
  551. },
  552. "node_modules/@esbuild/darwin-arm64": {
  553. "version": "0.25.11",
  554. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.11.tgz",
  555. "integrity": "sha512-VekY0PBCukppoQrycFxUqkCojnTQhdec0vevUL/EDOCnXd9LKWqD/bHwMPzigIJXPhC59Vd1WFIL57SKs2mg4w==",
  556. "cpu": [
  557. "arm64"
  558. ],
  559. "license": "MIT",
  560. "optional": true,
  561. "os": [
  562. "darwin"
  563. ],
  564. "engines": {
  565. "node": ">=18"
  566. }
  567. },
  568. "node_modules/@esbuild/darwin-x64": {
  569. "version": "0.25.11",
  570. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.11.tgz",
  571. "integrity": "sha512-+hfp3yfBalNEpTGp9loYgbknjR695HkqtY3d3/JjSRUyPg/xd6q+mQqIb5qdywnDxRZykIHs3axEqU6l1+oWEQ==",
  572. "cpu": [
  573. "x64"
  574. ],
  575. "license": "MIT",
  576. "optional": true,
  577. "os": [
  578. "darwin"
  579. ],
  580. "engines": {
  581. "node": ">=18"
  582. }
  583. },
  584. "node_modules/@esbuild/freebsd-arm64": {
  585. "version": "0.25.11",
  586. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.11.tgz",
  587. "integrity": "sha512-CmKjrnayyTJF2eVuO//uSjl/K3KsMIeYeyN7FyDBjsR3lnSJHaXlVoAK8DZa7lXWChbuOk7NjAc7ygAwrnPBhA==",
  588. "cpu": [
  589. "arm64"
  590. ],
  591. "license": "MIT",
  592. "optional": true,
  593. "os": [
  594. "freebsd"
  595. ],
  596. "engines": {
  597. "node": ">=18"
  598. }
  599. },
  600. "node_modules/@esbuild/freebsd-x64": {
  601. "version": "0.25.11",
  602. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.11.tgz",
  603. "integrity": "sha512-Dyq+5oscTJvMaYPvW3x3FLpi2+gSZTCE/1ffdwuM6G1ARang/mb3jvjxs0mw6n3Lsw84ocfo9CrNMqc5lTfGOw==",
  604. "cpu": [
  605. "x64"
  606. ],
  607. "license": "MIT",
  608. "optional": true,
  609. "os": [
  610. "freebsd"
  611. ],
  612. "engines": {
  613. "node": ">=18"
  614. }
  615. },
  616. "node_modules/@esbuild/linux-arm": {
  617. "version": "0.25.11",
  618. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.11.tgz",
  619. "integrity": "sha512-TBMv6B4kCfrGJ8cUPo7vd6NECZH/8hPpBHHlYI3qzoYFvWu2AdTvZNuU/7hsbKWqu/COU7NIK12dHAAqBLLXgw==",
  620. "cpu": [
  621. "arm"
  622. ],
  623. "license": "MIT",
  624. "optional": true,
  625. "os": [
  626. "linux"
  627. ],
  628. "engines": {
  629. "node": ">=18"
  630. }
  631. },
  632. "node_modules/@esbuild/linux-arm64": {
  633. "version": "0.25.11",
  634. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.11.tgz",
  635. "integrity": "sha512-Qr8AzcplUhGvdyUF08A1kHU3Vr2O88xxP0Tm8GcdVOUm25XYcMPp2YqSVHbLuXzYQMf9Bh/iKx7YPqECs6ffLA==",
  636. "cpu": [
  637. "arm64"
  638. ],
  639. "license": "MIT",
  640. "optional": true,
  641. "os": [
  642. "linux"
  643. ],
  644. "engines": {
  645. "node": ">=18"
  646. }
  647. },
  648. "node_modules/@esbuild/linux-ia32": {
  649. "version": "0.25.11",
  650. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.11.tgz",
  651. "integrity": "sha512-TmnJg8BMGPehs5JKrCLqyWTVAvielc615jbkOirATQvWWB1NMXY77oLMzsUjRLa0+ngecEmDGqt5jiDC6bfvOw==",
  652. "cpu": [
  653. "ia32"
  654. ],
  655. "license": "MIT",
  656. "optional": true,
  657. "os": [
  658. "linux"
  659. ],
  660. "engines": {
  661. "node": ">=18"
  662. }
  663. },
  664. "node_modules/@esbuild/linux-loong64": {
  665. "version": "0.25.11",
  666. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.11.tgz",
  667. "integrity": "sha512-DIGXL2+gvDaXlaq8xruNXUJdT5tF+SBbJQKbWy/0J7OhU8gOHOzKmGIlfTTl6nHaCOoipxQbuJi7O++ldrxgMw==",
  668. "cpu": [
  669. "loong64"
  670. ],
  671. "license": "MIT",
  672. "optional": true,
  673. "os": [
  674. "linux"
  675. ],
  676. "engines": {
  677. "node": ">=18"
  678. }
  679. },
  680. "node_modules/@esbuild/linux-mips64el": {
  681. "version": "0.25.11",
  682. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.11.tgz",
  683. "integrity": "sha512-Osx1nALUJu4pU43o9OyjSCXokFkFbyzjXb6VhGIJZQ5JZi8ylCQ9/LFagolPsHtgw6himDSyb5ETSfmp4rpiKQ==",
  684. "cpu": [
  685. "mips64el"
  686. ],
  687. "license": "MIT",
  688. "optional": true,
  689. "os": [
  690. "linux"
  691. ],
  692. "engines": {
  693. "node": ">=18"
  694. }
  695. },
  696. "node_modules/@esbuild/linux-ppc64": {
  697. "version": "0.25.11",
  698. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.11.tgz",
  699. "integrity": "sha512-nbLFgsQQEsBa8XSgSTSlrnBSrpoWh7ioFDUmwo158gIm5NNP+17IYmNWzaIzWmgCxq56vfr34xGkOcZ7jX6CPw==",
  700. "cpu": [
  701. "ppc64"
  702. ],
  703. "license": "MIT",
  704. "optional": true,
  705. "os": [
  706. "linux"
  707. ],
  708. "engines": {
  709. "node": ">=18"
  710. }
  711. },
  712. "node_modules/@esbuild/linux-riscv64": {
  713. "version": "0.25.11",
  714. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.11.tgz",
  715. "integrity": "sha512-HfyAmqZi9uBAbgKYP1yGuI7tSREXwIb438q0nqvlpxAOs3XnZ8RsisRfmVsgV486NdjD7Mw2UrFSw51lzUk1ww==",
  716. "cpu": [
  717. "riscv64"
  718. ],
  719. "license": "MIT",
  720. "optional": true,
  721. "os": [
  722. "linux"
  723. ],
  724. "engines": {
  725. "node": ">=18"
  726. }
  727. },
  728. "node_modules/@esbuild/linux-s390x": {
  729. "version": "0.25.11",
  730. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.11.tgz",
  731. "integrity": "sha512-HjLqVgSSYnVXRisyfmzsH6mXqyvj0SA7pG5g+9W7ESgwA70AXYNpfKBqh1KbTxmQVaYxpzA/SvlB9oclGPbApw==",
  732. "cpu": [
  733. "s390x"
  734. ],
  735. "license": "MIT",
  736. "optional": true,
  737. "os": [
  738. "linux"
  739. ],
  740. "engines": {
  741. "node": ">=18"
  742. }
  743. },
  744. "node_modules/@esbuild/linux-x64": {
  745. "version": "0.25.11",
  746. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.11.tgz",
  747. "integrity": "sha512-HSFAT4+WYjIhrHxKBwGmOOSpphjYkcswF449j6EjsjbinTZbp8PJtjsVK1XFJStdzXdy/jaddAep2FGY+wyFAQ==",
  748. "cpu": [
  749. "x64"
  750. ],
  751. "license": "MIT",
  752. "optional": true,
  753. "os": [
  754. "linux"
  755. ],
  756. "engines": {
  757. "node": ">=18"
  758. }
  759. },
  760. "node_modules/@esbuild/netbsd-arm64": {
  761. "version": "0.25.11",
  762. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.11.tgz",
  763. "integrity": "sha512-hr9Oxj1Fa4r04dNpWr3P8QKVVsjQhqrMSUzZzf+LZcYjZNqhA3IAfPQdEh1FLVUJSiu6sgAwp3OmwBfbFgG2Xg==",
  764. "cpu": [
  765. "arm64"
  766. ],
  767. "license": "MIT",
  768. "optional": true,
  769. "os": [
  770. "netbsd"
  771. ],
  772. "engines": {
  773. "node": ">=18"
  774. }
  775. },
  776. "node_modules/@esbuild/netbsd-x64": {
  777. "version": "0.25.11",
  778. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.11.tgz",
  779. "integrity": "sha512-u7tKA+qbzBydyj0vgpu+5h5AeudxOAGncb8N6C9Kh1N4n7wU1Xw1JDApsRjpShRpXRQlJLb9wY28ELpwdPcZ7A==",
  780. "cpu": [
  781. "x64"
  782. ],
  783. "license": "MIT",
  784. "optional": true,
  785. "os": [
  786. "netbsd"
  787. ],
  788. "engines": {
  789. "node": ">=18"
  790. }
  791. },
  792. "node_modules/@esbuild/openbsd-arm64": {
  793. "version": "0.25.11",
  794. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.11.tgz",
  795. "integrity": "sha512-Qq6YHhayieor3DxFOoYM1q0q1uMFYb7cSpLD2qzDSvK1NAvqFi8Xgivv0cFC6J+hWVw2teCYltyy9/m/14ryHg==",
  796. "cpu": [
  797. "arm64"
  798. ],
  799. "license": "MIT",
  800. "optional": true,
  801. "os": [
  802. "openbsd"
  803. ],
  804. "engines": {
  805. "node": ">=18"
  806. }
  807. },
  808. "node_modules/@esbuild/openbsd-x64": {
  809. "version": "0.25.11",
  810. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.11.tgz",
  811. "integrity": "sha512-CN+7c++kkbrckTOz5hrehxWN7uIhFFlmS/hqziSFVWpAzpWrQoAG4chH+nN3Be+Kzv/uuo7zhX716x3Sn2Jduw==",
  812. "cpu": [
  813. "x64"
  814. ],
  815. "license": "MIT",
  816. "optional": true,
  817. "os": [
  818. "openbsd"
  819. ],
  820. "engines": {
  821. "node": ">=18"
  822. }
  823. },
  824. "node_modules/@esbuild/openharmony-arm64": {
  825. "version": "0.25.11",
  826. "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.11.tgz",
  827. "integrity": "sha512-rOREuNIQgaiR+9QuNkbkxubbp8MSO9rONmwP5nKncnWJ9v5jQ4JxFnLu4zDSRPf3x4u+2VN4pM4RdyIzDty/wQ==",
  828. "cpu": [
  829. "arm64"
  830. ],
  831. "license": "MIT",
  832. "optional": true,
  833. "os": [
  834. "openharmony"
  835. ],
  836. "engines": {
  837. "node": ">=18"
  838. }
  839. },
  840. "node_modules/@esbuild/sunos-x64": {
  841. "version": "0.25.11",
  842. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.11.tgz",
  843. "integrity": "sha512-nq2xdYaWxyg9DcIyXkZhcYulC6pQ2FuCgem3LI92IwMgIZ69KHeY8T4Y88pcwoLIjbed8n36CyKoYRDygNSGhA==",
  844. "cpu": [
  845. "x64"
  846. ],
  847. "license": "MIT",
  848. "optional": true,
  849. "os": [
  850. "sunos"
  851. ],
  852. "engines": {
  853. "node": ">=18"
  854. }
  855. },
  856. "node_modules/@esbuild/win32-arm64": {
  857. "version": "0.25.11",
  858. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.11.tgz",
  859. "integrity": "sha512-3XxECOWJq1qMZ3MN8srCJ/QfoLpL+VaxD/WfNRm1O3B4+AZ/BnLVgFbUV3eiRYDMXetciH16dwPbbHqwe1uU0Q==",
  860. "cpu": [
  861. "arm64"
  862. ],
  863. "license": "MIT",
  864. "optional": true,
  865. "os": [
  866. "win32"
  867. ],
  868. "engines": {
  869. "node": ">=18"
  870. }
  871. },
  872. "node_modules/@esbuild/win32-ia32": {
  873. "version": "0.25.11",
  874. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.11.tgz",
  875. "integrity": "sha512-3ukss6gb9XZ8TlRyJlgLn17ecsK4NSQTmdIXRASVsiS2sQ6zPPZklNJT5GR5tE/MUarymmy8kCEf5xPCNCqVOA==",
  876. "cpu": [
  877. "ia32"
  878. ],
  879. "license": "MIT",
  880. "optional": true,
  881. "os": [
  882. "win32"
  883. ],
  884. "engines": {
  885. "node": ">=18"
  886. }
  887. },
  888. "node_modules/@esbuild/win32-x64": {
  889. "version": "0.25.11",
  890. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.11.tgz",
  891. "integrity": "sha512-D7Hpz6A2L4hzsRpPaCYkQnGOotdUpDzSGRIv9I+1ITdHROSFUWW95ZPZWQmGka1Fg7W3zFJowyn9WGwMJ0+KPA==",
  892. "cpu": [
  893. "x64"
  894. ],
  895. "license": "MIT",
  896. "optional": true,
  897. "os": [
  898. "win32"
  899. ],
  900. "engines": {
  901. "node": ">=18"
  902. }
  903. },
  904. "node_modules/@ioredis/commands": {
  905. "version": "1.4.0",
  906. "resolved": "https://registry.npmjs.org/@ioredis/commands/-/commands-1.4.0.tgz",
  907. "integrity": "sha512-aFT2yemJJo+TZCmieA7qnYGQooOS7QfNmYrzGtsYd3g9j5iDP8AimYYAesf79ohjbLG12XxC4nG5DyEnC88AsQ==",
  908. "license": "MIT"
  909. },
  910. "node_modules/@isaacs/cliui": {
  911. "version": "8.0.2",
  912. "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
  913. "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
  914. "license": "ISC",
  915. "dependencies": {
  916. "string-width": "^5.1.2",
  917. "string-width-cjs": "npm:string-width@^4.2.0",
  918. "strip-ansi": "^7.0.1",
  919. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  920. "wrap-ansi": "^8.1.0",
  921. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  922. },
  923. "engines": {
  924. "node": ">=12"
  925. }
  926. },
  927. "node_modules/@isaacs/fs-minipass": {
  928. "version": "4.0.1",
  929. "resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz",
  930. "integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==",
  931. "license": "ISC",
  932. "dependencies": {
  933. "minipass": "^7.0.4"
  934. },
  935. "engines": {
  936. "node": ">=18.0.0"
  937. }
  938. },
  939. "node_modules/@jridgewell/gen-mapping": {
  940. "version": "0.3.13",
  941. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  942. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  943. "license": "MIT",
  944. "dependencies": {
  945. "@jridgewell/sourcemap-codec": "^1.5.0",
  946. "@jridgewell/trace-mapping": "^0.3.24"
  947. }
  948. },
  949. "node_modules/@jridgewell/remapping": {
  950. "version": "2.3.5",
  951. "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  952. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  953. "license": "MIT",
  954. "dependencies": {
  955. "@jridgewell/gen-mapping": "^0.3.5",
  956. "@jridgewell/trace-mapping": "^0.3.24"
  957. }
  958. },
  959. "node_modules/@jridgewell/resolve-uri": {
  960. "version": "3.1.2",
  961. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  962. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  963. "license": "MIT",
  964. "engines": {
  965. "node": ">=6.0.0"
  966. }
  967. },
  968. "node_modules/@jridgewell/source-map": {
  969. "version": "0.3.11",
  970. "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.11.tgz",
  971. "integrity": "sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==",
  972. "license": "MIT",
  973. "dependencies": {
  974. "@jridgewell/gen-mapping": "^0.3.5",
  975. "@jridgewell/trace-mapping": "^0.3.25"
  976. }
  977. },
  978. "node_modules/@jridgewell/sourcemap-codec": {
  979. "version": "1.5.5",
  980. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  981. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  982. "license": "MIT"
  983. },
  984. "node_modules/@jridgewell/trace-mapping": {
  985. "version": "0.3.31",
  986. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  987. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  988. "license": "MIT",
  989. "dependencies": {
  990. "@jridgewell/resolve-uri": "^3.1.0",
  991. "@jridgewell/sourcemap-codec": "^1.4.14"
  992. }
  993. },
  994. "node_modules/@kwsites/file-exists": {
  995. "version": "1.1.1",
  996. "resolved": "https://registry.npmjs.org/@kwsites/file-exists/-/file-exists-1.1.1.tgz",
  997. "integrity": "sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==",
  998. "license": "MIT",
  999. "dependencies": {
  1000. "debug": "^4.1.1"
  1001. }
  1002. },
  1003. "node_modules/@kwsites/promise-deferred": {
  1004. "version": "1.1.1",
  1005. "resolved": "https://registry.npmjs.org/@kwsites/promise-deferred/-/promise-deferred-1.1.1.tgz",
  1006. "integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==",
  1007. "license": "MIT"
  1008. },
  1009. "node_modules/@mapbox/node-pre-gyp": {
  1010. "version": "2.0.0",
  1011. "resolved": "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-2.0.0.tgz",
  1012. "integrity": "sha512-llMXd39jtP0HpQLVI37Bf1m2ADlEb35GYSh1SDSLsBhR+5iCxiNGlT31yqbNtVHygHAtMy6dWFERpU2JgufhPg==",
  1013. "license": "BSD-3-Clause",
  1014. "dependencies": {
  1015. "consola": "^3.2.3",
  1016. "detect-libc": "^2.0.0",
  1017. "https-proxy-agent": "^7.0.5",
  1018. "node-fetch": "^2.6.7",
  1019. "nopt": "^8.0.0",
  1020. "semver": "^7.5.3",
  1021. "tar": "^7.4.0"
  1022. },
  1023. "bin": {
  1024. "node-pre-gyp": "bin/node-pre-gyp"
  1025. },
  1026. "engines": {
  1027. "node": ">=18"
  1028. }
  1029. },
  1030. "node_modules/@mapbox/node-pre-gyp/node_modules/detect-libc": {
  1031. "version": "2.1.2",
  1032. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  1033. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  1034. "license": "Apache-2.0",
  1035. "engines": {
  1036. "node": ">=8"
  1037. }
  1038. },
  1039. "node_modules/@napi-rs/wasm-runtime": {
  1040. "version": "1.0.7",
  1041. "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.0.7.tgz",
  1042. "integrity": "sha512-SeDnOO0Tk7Okiq6DbXmmBODgOAb9dp9gjlphokTUxmt8U3liIP1ZsozBahH69j/RJv+Rfs6IwUKHTgQYJ/HBAw==",
  1043. "license": "MIT",
  1044. "optional": true,
  1045. "dependencies": {
  1046. "@emnapi/core": "^1.5.0",
  1047. "@emnapi/runtime": "^1.5.0",
  1048. "@tybys/wasm-util": "^0.10.1"
  1049. }
  1050. },
  1051. "node_modules/@nodelib/fs.scandir": {
  1052. "version": "2.1.5",
  1053. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  1054. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  1055. "license": "MIT",
  1056. "dependencies": {
  1057. "@nodelib/fs.stat": "2.0.5",
  1058. "run-parallel": "^1.1.9"
  1059. },
  1060. "engines": {
  1061. "node": ">= 8"
  1062. }
  1063. },
  1064. "node_modules/@nodelib/fs.stat": {
  1065. "version": "2.0.5",
  1066. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  1067. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  1068. "license": "MIT",
  1069. "engines": {
  1070. "node": ">= 8"
  1071. }
  1072. },
  1073. "node_modules/@nodelib/fs.walk": {
  1074. "version": "1.2.8",
  1075. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  1076. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  1077. "license": "MIT",
  1078. "dependencies": {
  1079. "@nodelib/fs.scandir": "2.1.5",
  1080. "fastq": "^1.6.0"
  1081. },
  1082. "engines": {
  1083. "node": ">= 8"
  1084. }
  1085. },
  1086. "node_modules/@nuxt/cli": {
  1087. "version": "3.29.3",
  1088. "resolved": "https://registry.npmjs.org/@nuxt/cli/-/cli-3.29.3.tgz",
  1089. "integrity": "sha512-48GYmH4SyzR5pqd02UXVzBfrvEGaurPKMjSWxlHgqnpI5buwOYCvH+OqvHOmvnLrDP2bxR9hbDod/UIphOjMhg==",
  1090. "license": "MIT",
  1091. "dependencies": {
  1092. "c12": "^3.3.0",
  1093. "citty": "^0.1.6",
  1094. "clipboardy": "^5.0.0",
  1095. "confbox": "^0.2.2",
  1096. "consola": "^3.4.2",
  1097. "defu": "^6.1.4",
  1098. "exsolve": "^1.0.7",
  1099. "fuse.js": "^7.1.0",
  1100. "get-port-please": "^3.2.0",
  1101. "giget": "^2.0.0",
  1102. "h3": "^1.15.4",
  1103. "jiti": "^2.6.1",
  1104. "listhen": "^1.9.0",
  1105. "nypm": "^0.6.2",
  1106. "ofetch": "^1.4.1",
  1107. "ohash": "^2.0.11",
  1108. "pathe": "^2.0.3",
  1109. "perfect-debounce": "^2.0.0",
  1110. "pkg-types": "^2.3.0",
  1111. "scule": "^1.3.0",
  1112. "semver": "^7.7.2",
  1113. "srvx": "^0.8.9",
  1114. "std-env": "^3.9.0",
  1115. "tinyexec": "^1.0.1",
  1116. "ufo": "^1.6.1",
  1117. "undici": "^7.16.0",
  1118. "youch": "^4.1.0-beta.11"
  1119. },
  1120. "bin": {
  1121. "nuxi": "bin/nuxi.mjs",
  1122. "nuxi-ng": "bin/nuxi.mjs",
  1123. "nuxt": "bin/nuxi.mjs",
  1124. "nuxt-cli": "bin/nuxi.mjs"
  1125. },
  1126. "engines": {
  1127. "node": "^16.10.0 || >=18.0.0"
  1128. }
  1129. },
  1130. "node_modules/@nuxt/devalue": {
  1131. "version": "2.0.2",
  1132. "resolved": "https://registry.npmjs.org/@nuxt/devalue/-/devalue-2.0.2.tgz",
  1133. "integrity": "sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA==",
  1134. "license": "MIT"
  1135. },
  1136. "node_modules/@nuxt/devtools": {
  1137. "version": "2.7.0",
  1138. "resolved": "https://registry.npmjs.org/@nuxt/devtools/-/devtools-2.7.0.tgz",
  1139. "integrity": "sha512-BtIklVYny14Ykek4SHeexAHoa28MEV9kz223ZzvoNYqE0f+YVV+cJP69ovZHf+HUVpxaAMJfWKLHXinWXiCZ4Q==",
  1140. "license": "MIT",
  1141. "dependencies": {
  1142. "@nuxt/devtools-kit": "2.7.0",
  1143. "@nuxt/devtools-wizard": "2.7.0",
  1144. "@nuxt/kit": "^3.19.3",
  1145. "@vue/devtools-core": "^7.7.7",
  1146. "@vue/devtools-kit": "^7.7.7",
  1147. "birpc": "^2.6.1",
  1148. "consola": "^3.4.2",
  1149. "destr": "^2.0.5",
  1150. "error-stack-parser-es": "^1.0.5",
  1151. "execa": "^8.0.1",
  1152. "fast-npm-meta": "^0.4.7",
  1153. "get-port-please": "^3.2.0",
  1154. "hookable": "^5.5.3",
  1155. "image-meta": "^0.2.2",
  1156. "is-installed-globally": "^1.0.0",
  1157. "launch-editor": "^2.11.1",
  1158. "local-pkg": "^1.1.2",
  1159. "magicast": "^0.3.5",
  1160. "nypm": "^0.6.2",
  1161. "ohash": "^2.0.11",
  1162. "pathe": "^2.0.3",
  1163. "perfect-debounce": "^1.0.0",
  1164. "pkg-types": "^2.3.0",
  1165. "semver": "^7.7.3",
  1166. "simple-git": "^3.28.0",
  1167. "sirv": "^3.0.2",
  1168. "structured-clone-es": "^1.0.0",
  1169. "tinyglobby": "^0.2.15",
  1170. "vite-plugin-inspect": "^11.3.3",
  1171. "vite-plugin-vue-tracer": "^1.0.1",
  1172. "which": "^5.0.0",
  1173. "ws": "^8.18.3"
  1174. },
  1175. "bin": {
  1176. "devtools": "cli.mjs"
  1177. },
  1178. "peerDependencies": {
  1179. "vite": ">=6.0"
  1180. }
  1181. },
  1182. "node_modules/@nuxt/devtools-kit": {
  1183. "version": "2.7.0",
  1184. "resolved": "https://registry.npmjs.org/@nuxt/devtools-kit/-/devtools-kit-2.7.0.tgz",
  1185. "integrity": "sha512-MIJdah6CF6YOW2GhfKnb8Sivu6HpcQheqdjOlZqShBr+1DyjtKQbAKSCAyKPaoIzZP4QOo2SmTFV6aN8jBeEIQ==",
  1186. "license": "MIT",
  1187. "dependencies": {
  1188. "@nuxt/kit": "^3.19.3",
  1189. "execa": "^8.0.1"
  1190. },
  1191. "peerDependencies": {
  1192. "vite": ">=6.0"
  1193. }
  1194. },
  1195. "node_modules/@nuxt/devtools-kit/node_modules/@nuxt/kit": {
  1196. "version": "3.19.3",
  1197. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.19.3.tgz",
  1198. "integrity": "sha512-ze46EW5xW+UxDvinvPkYt2MzR355Az1lA3bpX8KDialgnCwr+IbkBij/udbUEC6ZFbidPkfK1eKl4ESN7gMY+w==",
  1199. "license": "MIT",
  1200. "dependencies": {
  1201. "c12": "^3.3.0",
  1202. "consola": "^3.4.2",
  1203. "defu": "^6.1.4",
  1204. "destr": "^2.0.5",
  1205. "errx": "^0.1.0",
  1206. "exsolve": "^1.0.7",
  1207. "ignore": "^7.0.5",
  1208. "jiti": "^2.6.1",
  1209. "klona": "^2.0.6",
  1210. "knitwork": "^1.2.0",
  1211. "mlly": "^1.8.0",
  1212. "ohash": "^2.0.11",
  1213. "pathe": "^2.0.3",
  1214. "pkg-types": "^2.3.0",
  1215. "rc9": "^2.1.2",
  1216. "scule": "^1.3.0",
  1217. "semver": "^7.7.2",
  1218. "std-env": "^3.9.0",
  1219. "tinyglobby": "^0.2.15",
  1220. "ufo": "^1.6.1",
  1221. "unctx": "^2.4.1",
  1222. "unimport": "^5.4.1",
  1223. "untyped": "^2.0.0"
  1224. },
  1225. "engines": {
  1226. "node": ">=18.12.0"
  1227. }
  1228. },
  1229. "node_modules/@nuxt/devtools-wizard": {
  1230. "version": "2.7.0",
  1231. "resolved": "https://registry.npmjs.org/@nuxt/devtools-wizard/-/devtools-wizard-2.7.0.tgz",
  1232. "integrity": "sha512-iWuWR0U6BRpF7D6xrgq9ZkQ6ajsw2EA/gVmbU9V5JPKRUtV6DVpCPi+h34VFNeQ104Sf531XgvT0sl3h93AjXA==",
  1233. "license": "MIT",
  1234. "dependencies": {
  1235. "consola": "^3.4.2",
  1236. "diff": "^8.0.2",
  1237. "execa": "^8.0.1",
  1238. "magicast": "^0.3.5",
  1239. "pathe": "^2.0.3",
  1240. "pkg-types": "^2.3.0",
  1241. "prompts": "^2.4.2",
  1242. "semver": "^7.7.3"
  1243. },
  1244. "bin": {
  1245. "devtools-wizard": "cli.mjs"
  1246. }
  1247. },
  1248. "node_modules/@nuxt/devtools/node_modules/@nuxt/kit": {
  1249. "version": "3.19.3",
  1250. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.19.3.tgz",
  1251. "integrity": "sha512-ze46EW5xW+UxDvinvPkYt2MzR355Az1lA3bpX8KDialgnCwr+IbkBij/udbUEC6ZFbidPkfK1eKl4ESN7gMY+w==",
  1252. "license": "MIT",
  1253. "dependencies": {
  1254. "c12": "^3.3.0",
  1255. "consola": "^3.4.2",
  1256. "defu": "^6.1.4",
  1257. "destr": "^2.0.5",
  1258. "errx": "^0.1.0",
  1259. "exsolve": "^1.0.7",
  1260. "ignore": "^7.0.5",
  1261. "jiti": "^2.6.1",
  1262. "klona": "^2.0.6",
  1263. "knitwork": "^1.2.0",
  1264. "mlly": "^1.8.0",
  1265. "ohash": "^2.0.11",
  1266. "pathe": "^2.0.3",
  1267. "pkg-types": "^2.3.0",
  1268. "rc9": "^2.1.2",
  1269. "scule": "^1.3.0",
  1270. "semver": "^7.7.2",
  1271. "std-env": "^3.9.0",
  1272. "tinyglobby": "^0.2.15",
  1273. "ufo": "^1.6.1",
  1274. "unctx": "^2.4.1",
  1275. "unimport": "^5.4.1",
  1276. "untyped": "^2.0.0"
  1277. },
  1278. "engines": {
  1279. "node": ">=18.12.0"
  1280. }
  1281. },
  1282. "node_modules/@nuxt/devtools/node_modules/perfect-debounce": {
  1283. "version": "1.0.0",
  1284. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
  1285. "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==",
  1286. "license": "MIT"
  1287. },
  1288. "node_modules/@nuxt/kit": {
  1289. "version": "4.2.0",
  1290. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-4.2.0.tgz",
  1291. "integrity": "sha512-1yN3LL6RDN5GjkNLPUYCbNRkaYnat6hqejPyfIBBVzrWOrpiQeNMGxQM/IcVdaSuBJXAnu0sUvTKXpXkmPhljg==",
  1292. "license": "MIT",
  1293. "dependencies": {
  1294. "c12": "^3.3.1",
  1295. "consola": "^3.4.2",
  1296. "defu": "^6.1.4",
  1297. "destr": "^2.0.5",
  1298. "errx": "^0.1.0",
  1299. "exsolve": "^1.0.7",
  1300. "ignore": "^7.0.5",
  1301. "jiti": "^2.6.1",
  1302. "klona": "^2.0.6",
  1303. "mlly": "^1.8.0",
  1304. "ohash": "^2.0.11",
  1305. "pathe": "^2.0.3",
  1306. "pkg-types": "^2.3.0",
  1307. "rc9": "^2.1.2",
  1308. "scule": "^1.3.0",
  1309. "semver": "^7.7.3",
  1310. "tinyglobby": "^0.2.15",
  1311. "ufo": "^1.6.1",
  1312. "unctx": "^2.4.1",
  1313. "untyped": "^2.0.0"
  1314. },
  1315. "engines": {
  1316. "node": ">=18.12.0"
  1317. }
  1318. },
  1319. "node_modules/@nuxt/nitro-server": {
  1320. "version": "4.2.0",
  1321. "resolved": "https://registry.npmjs.org/@nuxt/nitro-server/-/nitro-server-4.2.0.tgz",
  1322. "integrity": "sha512-1fZwAV+VTQwmPVUYKH+eoeB+3jPE+c/mreK3PpuY6vvrIDuMh9L4QIeLFB0fIcY2MJ4XkvjU/5w3B9uu3GR9yQ==",
  1323. "license": "MIT",
  1324. "dependencies": {
  1325. "@nuxt/devalue": "^2.0.2",
  1326. "@nuxt/kit": "4.2.0",
  1327. "@unhead/vue": "^2.0.19",
  1328. "@vue/shared": "^3.5.22",
  1329. "consola": "^3.4.2",
  1330. "defu": "^6.1.4",
  1331. "destr": "^2.0.5",
  1332. "devalue": "^5.4.2",
  1333. "errx": "^0.1.0",
  1334. "escape-string-regexp": "^5.0.0",
  1335. "exsolve": "^1.0.7",
  1336. "h3": "^1.15.4",
  1337. "impound": "^1.0.0",
  1338. "klona": "^2.0.6",
  1339. "mocked-exports": "^0.1.1",
  1340. "nitropack": "^2.12.8",
  1341. "pathe": "^2.0.3",
  1342. "pkg-types": "^2.3.0",
  1343. "radix3": "^1.1.2",
  1344. "std-env": "^3.10.0",
  1345. "ufo": "^1.6.1",
  1346. "unctx": "^2.4.1",
  1347. "unstorage": "^1.17.1",
  1348. "vue": "^3.5.22",
  1349. "vue-bundle-renderer": "^2.2.0",
  1350. "vue-devtools-stub": "^0.1.0"
  1351. },
  1352. "engines": {
  1353. "node": "^20.19.0 || >=22.12.0"
  1354. },
  1355. "peerDependencies": {
  1356. "nuxt": "^4.2.0"
  1357. }
  1358. },
  1359. "node_modules/@nuxt/schema": {
  1360. "version": "4.2.0",
  1361. "resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-4.2.0.tgz",
  1362. "integrity": "sha512-YMbgpEyPokgOYME6BvY8Okk7GAIwhEFYzrkkkoU9IVgu0tKWetYRrjUwbd0eICqPm9EWDBQl5tTTNJ8xCndVbw==",
  1363. "license": "MIT",
  1364. "dependencies": {
  1365. "@vue/shared": "^3.5.22",
  1366. "defu": "^6.1.4",
  1367. "pathe": "^2.0.3",
  1368. "pkg-types": "^2.3.0",
  1369. "std-env": "^3.10.0"
  1370. },
  1371. "engines": {
  1372. "node": "^14.18.0 || >=16.10.0"
  1373. }
  1374. },
  1375. "node_modules/@nuxt/telemetry": {
  1376. "version": "2.6.6",
  1377. "resolved": "https://registry.npmjs.org/@nuxt/telemetry/-/telemetry-2.6.6.tgz",
  1378. "integrity": "sha512-Zh4HJLjzvm3Cq9w6sfzIFyH9ozK5ePYVfCUzzUQNiZojFsI2k1QkSBrVI9BGc6ArKXj/O6rkI6w7qQ+ouL8Cag==",
  1379. "license": "MIT",
  1380. "dependencies": {
  1381. "@nuxt/kit": "^3.15.4",
  1382. "citty": "^0.1.6",
  1383. "consola": "^3.4.2",
  1384. "destr": "^2.0.3",
  1385. "dotenv": "^16.4.7",
  1386. "git-url-parse": "^16.0.1",
  1387. "is-docker": "^3.0.0",
  1388. "ofetch": "^1.4.1",
  1389. "package-manager-detector": "^1.1.0",
  1390. "pathe": "^2.0.3",
  1391. "rc9": "^2.1.2",
  1392. "std-env": "^3.8.1"
  1393. },
  1394. "bin": {
  1395. "nuxt-telemetry": "bin/nuxt-telemetry.mjs"
  1396. },
  1397. "engines": {
  1398. "node": ">=18.12.0"
  1399. }
  1400. },
  1401. "node_modules/@nuxt/telemetry/node_modules/@nuxt/kit": {
  1402. "version": "3.19.3",
  1403. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.19.3.tgz",
  1404. "integrity": "sha512-ze46EW5xW+UxDvinvPkYt2MzR355Az1lA3bpX8KDialgnCwr+IbkBij/udbUEC6ZFbidPkfK1eKl4ESN7gMY+w==",
  1405. "license": "MIT",
  1406. "dependencies": {
  1407. "c12": "^3.3.0",
  1408. "consola": "^3.4.2",
  1409. "defu": "^6.1.4",
  1410. "destr": "^2.0.5",
  1411. "errx": "^0.1.0",
  1412. "exsolve": "^1.0.7",
  1413. "ignore": "^7.0.5",
  1414. "jiti": "^2.6.1",
  1415. "klona": "^2.0.6",
  1416. "knitwork": "^1.2.0",
  1417. "mlly": "^1.8.0",
  1418. "ohash": "^2.0.11",
  1419. "pathe": "^2.0.3",
  1420. "pkg-types": "^2.3.0",
  1421. "rc9": "^2.1.2",
  1422. "scule": "^1.3.0",
  1423. "semver": "^7.7.2",
  1424. "std-env": "^3.9.0",
  1425. "tinyglobby": "^0.2.15",
  1426. "ufo": "^1.6.1",
  1427. "unctx": "^2.4.1",
  1428. "unimport": "^5.4.1",
  1429. "untyped": "^2.0.0"
  1430. },
  1431. "engines": {
  1432. "node": ">=18.12.0"
  1433. }
  1434. },
  1435. "node_modules/@nuxt/vite-builder": {
  1436. "version": "4.2.0",
  1437. "resolved": "https://registry.npmjs.org/@nuxt/vite-builder/-/vite-builder-4.2.0.tgz",
  1438. "integrity": "sha512-pNHIoO8kiSsOnoMo2zmxy0mk71ZBP4KJCiXr7Ahq8ewOm4W4vFQ1NV1O46wJGZyxlPC6nqFuYBvcUwVp1LgTNg==",
  1439. "license": "MIT",
  1440. "dependencies": {
  1441. "@nuxt/kit": "4.2.0",
  1442. "@rollup/plugin-replace": "^6.0.2",
  1443. "@vitejs/plugin-vue": "^6.0.1",
  1444. "@vitejs/plugin-vue-jsx": "^5.1.1",
  1445. "autoprefixer": "^10.4.21",
  1446. "consola": "^3.4.2",
  1447. "cssnano": "^7.1.1",
  1448. "defu": "^6.1.4",
  1449. "esbuild": "^0.25.11",
  1450. "escape-string-regexp": "^5.0.0",
  1451. "exsolve": "^1.0.7",
  1452. "get-port-please": "^3.2.0",
  1453. "h3": "^1.15.4",
  1454. "jiti": "^2.6.1",
  1455. "knitwork": "^1.2.0",
  1456. "magic-string": "^0.30.21",
  1457. "mlly": "^1.8.0",
  1458. "mocked-exports": "^0.1.1",
  1459. "pathe": "^2.0.3",
  1460. "pkg-types": "^2.3.0",
  1461. "postcss": "^8.5.6",
  1462. "rollup-plugin-visualizer": "^6.0.5",
  1463. "seroval": "^1.3.2",
  1464. "std-env": "^3.10.0",
  1465. "ufo": "^1.6.1",
  1466. "unenv": "^2.0.0-rc.22",
  1467. "vite": "^7.1.12",
  1468. "vite-node": "^3.2.4",
  1469. "vite-plugin-checker": "^0.11.0",
  1470. "vue-bundle-renderer": "^2.2.0"
  1471. },
  1472. "engines": {
  1473. "node": "^20.19.0 || >=22.12.0"
  1474. },
  1475. "peerDependencies": {
  1476. "nuxt": "4.2.0",
  1477. "rolldown": "^1.0.0-beta.38",
  1478. "vue": "^3.3.4"
  1479. },
  1480. "peerDependenciesMeta": {
  1481. "rolldown": {
  1482. "optional": true
  1483. }
  1484. }
  1485. },
  1486. "node_modules/@oxc-minify/binding-android-arm64": {
  1487. "version": "0.95.0",
  1488. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-android-arm64/-/binding-android-arm64-0.95.0.tgz",
  1489. "integrity": "sha512-ck0NakTt3oBWTMQjxKf5ZW1GzCs0y1kETzJdh8h8NAWTutlMfeWiuUxCgG4FMF4XiTnCdLq/dFAKFcdbiwcoqg==",
  1490. "cpu": [
  1491. "arm64"
  1492. ],
  1493. "license": "MIT",
  1494. "optional": true,
  1495. "os": [
  1496. "android"
  1497. ],
  1498. "engines": {
  1499. "node": "^20.19.0 || >=22.12.0"
  1500. }
  1501. },
  1502. "node_modules/@oxc-minify/binding-darwin-arm64": {
  1503. "version": "0.95.0",
  1504. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-darwin-arm64/-/binding-darwin-arm64-0.95.0.tgz",
  1505. "integrity": "sha512-uvRkBVsh88DgMqddCIHcL1tKycKThfzLHNuBOm7csfpOD85TJimpl/1qAfrTCNrdaiteFK4U9QRKBdDvZay4RQ==",
  1506. "cpu": [
  1507. "arm64"
  1508. ],
  1509. "license": "MIT",
  1510. "optional": true,
  1511. "os": [
  1512. "darwin"
  1513. ],
  1514. "engines": {
  1515. "node": "^20.19.0 || >=22.12.0"
  1516. }
  1517. },
  1518. "node_modules/@oxc-minify/binding-darwin-x64": {
  1519. "version": "0.95.0",
  1520. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-darwin-x64/-/binding-darwin-x64-0.95.0.tgz",
  1521. "integrity": "sha512-SpDArHPKy/K9rduOCdlqz4BxFZte5Ad4/CPNaP0EaVTNbDW1OjBMrVOzRxr/bveWUbUJW3gbWby//YzXCese/w==",
  1522. "cpu": [
  1523. "x64"
  1524. ],
  1525. "license": "MIT",
  1526. "optional": true,
  1527. "os": [
  1528. "darwin"
  1529. ],
  1530. "engines": {
  1531. "node": "^20.19.0 || >=22.12.0"
  1532. }
  1533. },
  1534. "node_modules/@oxc-minify/binding-freebsd-x64": {
  1535. "version": "0.95.0",
  1536. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-freebsd-x64/-/binding-freebsd-x64-0.95.0.tgz",
  1537. "integrity": "sha512-U/ER7VsDCOv9HTE3rIZmNdN2ijZTT1vjDPPRsl9Z5Zyip2OsbHJxh4iNC00bO7qSw5keADuP4ooXsu2pjnfXNA==",
  1538. "cpu": [
  1539. "x64"
  1540. ],
  1541. "license": "MIT",
  1542. "optional": true,
  1543. "os": [
  1544. "freebsd"
  1545. ],
  1546. "engines": {
  1547. "node": "^20.19.0 || >=22.12.0"
  1548. }
  1549. },
  1550. "node_modules/@oxc-minify/binding-linux-arm-gnueabihf": {
  1551. "version": "0.95.0",
  1552. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.95.0.tgz",
  1553. "integrity": "sha512-g+u5Zg72J7G9DbjnCIO6BhHE4lSaODLFjArFq9sZWu4xi4QOYapGdNZVbQWrWjzGlKTvYOhH621ySMOc07O64g==",
  1554. "cpu": [
  1555. "arm"
  1556. ],
  1557. "license": "MIT",
  1558. "optional": true,
  1559. "os": [
  1560. "linux"
  1561. ],
  1562. "engines": {
  1563. "node": "^20.19.0 || >=22.12.0"
  1564. }
  1565. },
  1566. "node_modules/@oxc-minify/binding-linux-arm-musleabihf": {
  1567. "version": "0.95.0",
  1568. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.95.0.tgz",
  1569. "integrity": "sha512-RqQctWyvgSVkJ+UMhDPLDjSO+YjAWFGoSfvikgEIvGrTVjFzXz20EDFSH+CR9J+mXsuJOku63VKmcAZr8Vd/Qg==",
  1570. "cpu": [
  1571. "arm"
  1572. ],
  1573. "license": "MIT",
  1574. "optional": true,
  1575. "os": [
  1576. "linux"
  1577. ],
  1578. "engines": {
  1579. "node": "^20.19.0 || >=22.12.0"
  1580. }
  1581. },
  1582. "node_modules/@oxc-minify/binding-linux-arm64-gnu": {
  1583. "version": "0.95.0",
  1584. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.95.0.tgz",
  1585. "integrity": "sha512-psrzacTaa5zmRXm2Skooj5YOZvueFZLOjNDAkwQcjIgrVAzl7uXtDCPq8soM46O12wGXMpDNUkrbD2BVcF+S9g==",
  1586. "cpu": [
  1587. "arm64"
  1588. ],
  1589. "license": "MIT",
  1590. "optional": true,
  1591. "os": [
  1592. "linux"
  1593. ],
  1594. "engines": {
  1595. "node": "^20.19.0 || >=22.12.0"
  1596. }
  1597. },
  1598. "node_modules/@oxc-minify/binding-linux-arm64-musl": {
  1599. "version": "0.95.0",
  1600. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.95.0.tgz",
  1601. "integrity": "sha512-W5VWcOTIxH8bvIviiFreNHK5RkaNE7Y7hm0fxYa9pAdDe8U2OnD77JPPHmNSKYROaDa1ZsmXK1dAOnwGcxvv1w==",
  1602. "cpu": [
  1603. "arm64"
  1604. ],
  1605. "license": "MIT",
  1606. "optional": true,
  1607. "os": [
  1608. "linux"
  1609. ],
  1610. "engines": {
  1611. "node": "^20.19.0 || >=22.12.0"
  1612. }
  1613. },
  1614. "node_modules/@oxc-minify/binding-linux-riscv64-gnu": {
  1615. "version": "0.95.0",
  1616. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.95.0.tgz",
  1617. "integrity": "sha512-FBAaIvTcRqdXDPZAsfEBc5nK3noZtEAO82090ne5EDsDNKu8u8sjLhXYJWM3AZFD6p7OPRqBby6N4pVicrk0dA==",
  1618. "cpu": [
  1619. "riscv64"
  1620. ],
  1621. "license": "MIT",
  1622. "optional": true,
  1623. "os": [
  1624. "linux"
  1625. ],
  1626. "engines": {
  1627. "node": "^20.19.0 || >=22.12.0"
  1628. }
  1629. },
  1630. "node_modules/@oxc-minify/binding-linux-s390x-gnu": {
  1631. "version": "0.95.0",
  1632. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.95.0.tgz",
  1633. "integrity": "sha512-7/OWwUC3r0/nPsHOCsTkgitdjpvDOwm8f4lE/Xeigt+9EcRcVuaSHRVOHI47mQ/cSL6V3AObVcmiAGysR36vEw==",
  1634. "cpu": [
  1635. "s390x"
  1636. ],
  1637. "license": "MIT",
  1638. "optional": true,
  1639. "os": [
  1640. "linux"
  1641. ],
  1642. "engines": {
  1643. "node": "^20.19.0 || >=22.12.0"
  1644. }
  1645. },
  1646. "node_modules/@oxc-minify/binding-linux-x64-gnu": {
  1647. "version": "0.95.0",
  1648. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.95.0.tgz",
  1649. "integrity": "sha512-3K2lxzk679ml1vXJtO8Nt3xMD2trnDQWBb4Q676Un5g3dbaYf1WgTmEI13ZnCrwE5uBI02DFtFQplkLFqb9dGA==",
  1650. "cpu": [
  1651. "x64"
  1652. ],
  1653. "license": "MIT",
  1654. "optional": true,
  1655. "os": [
  1656. "linux"
  1657. ],
  1658. "engines": {
  1659. "node": "^20.19.0 || >=22.12.0"
  1660. }
  1661. },
  1662. "node_modules/@oxc-minify/binding-linux-x64-musl": {
  1663. "version": "0.95.0",
  1664. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-x64-musl/-/binding-linux-x64-musl-0.95.0.tgz",
  1665. "integrity": "sha512-DrxQAALZs/He11OlCWZrJGsdwGSAK61nkZxcl3MnO33mL54Qs/vI9AbI2lMtggU+xB2sNKbjKTTpTbCPHOmhTA==",
  1666. "cpu": [
  1667. "x64"
  1668. ],
  1669. "license": "MIT",
  1670. "optional": true,
  1671. "os": [
  1672. "linux"
  1673. ],
  1674. "engines": {
  1675. "node": "^20.19.0 || >=22.12.0"
  1676. }
  1677. },
  1678. "node_modules/@oxc-minify/binding-wasm32-wasi": {
  1679. "version": "0.95.0",
  1680. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-wasm32-wasi/-/binding-wasm32-wasi-0.95.0.tgz",
  1681. "integrity": "sha512-PASXKqJyLHesNjTweXqkA3kG/hdjpauGb+REP5yZ4dr8gxu5DbMqk4QjsBmW3LjDF4tXXjRs8nHR6Qt2dhxTzA==",
  1682. "cpu": [
  1683. "wasm32"
  1684. ],
  1685. "license": "MIT",
  1686. "optional": true,
  1687. "dependencies": {
  1688. "@napi-rs/wasm-runtime": "^1.0.7"
  1689. },
  1690. "engines": {
  1691. "node": ">=14.0.0"
  1692. }
  1693. },
  1694. "node_modules/@oxc-minify/binding-win32-arm64-msvc": {
  1695. "version": "0.95.0",
  1696. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.95.0.tgz",
  1697. "integrity": "sha512-fPVQZWObqqBRYedFy/bOI0UzUZCqq6ra/PBZFqi31c5Zn73ETTseLYL7ebQqKgjv8l9gQPBIAFIoXYsaoxT72A==",
  1698. "cpu": [
  1699. "arm64"
  1700. ],
  1701. "license": "MIT",
  1702. "optional": true,
  1703. "os": [
  1704. "win32"
  1705. ],
  1706. "engines": {
  1707. "node": "^20.19.0 || >=22.12.0"
  1708. }
  1709. },
  1710. "node_modules/@oxc-minify/binding-win32-x64-msvc": {
  1711. "version": "0.95.0",
  1712. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.95.0.tgz",
  1713. "integrity": "sha512-mtCkksnBcO4dIxuj1n9THbMihV+zjO7ZIVCPOq54pylA+hTb/OHau3OV+XyU0pnmREGTuF9xV3BUKag1SYS/lQ==",
  1714. "cpu": [
  1715. "x64"
  1716. ],
  1717. "license": "MIT",
  1718. "optional": true,
  1719. "os": [
  1720. "win32"
  1721. ],
  1722. "engines": {
  1723. "node": "^20.19.0 || >=22.12.0"
  1724. }
  1725. },
  1726. "node_modules/@oxc-parser/binding-android-arm64": {
  1727. "version": "0.95.0",
  1728. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-android-arm64/-/binding-android-arm64-0.95.0.tgz",
  1729. "integrity": "sha512-dZyxhhvJigwWL1wgnLlqyEiSeuqO0WdDH9H+if0dPcBM4fKa5fjVkaUcJT1jBMcBTnkjxMwTXYZy5TK60N0fjg==",
  1730. "cpu": [
  1731. "arm64"
  1732. ],
  1733. "license": "MIT",
  1734. "optional": true,
  1735. "os": [
  1736. "android"
  1737. ],
  1738. "engines": {
  1739. "node": "^20.19.0 || >=22.12.0"
  1740. }
  1741. },
  1742. "node_modules/@oxc-parser/binding-darwin-arm64": {
  1743. "version": "0.95.0",
  1744. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-darwin-arm64/-/binding-darwin-arm64-0.95.0.tgz",
  1745. "integrity": "sha512-zun9+V33kyCtNec9oUSWwb0qi3fB8pXwum1yGFECPEr55g/CrWju6/Jv4hwwNBeW2tK9Ch/PRstEtYmOLMhHpg==",
  1746. "cpu": [
  1747. "arm64"
  1748. ],
  1749. "license": "MIT",
  1750. "optional": true,
  1751. "os": [
  1752. "darwin"
  1753. ],
  1754. "engines": {
  1755. "node": "^20.19.0 || >=22.12.0"
  1756. }
  1757. },
  1758. "node_modules/@oxc-parser/binding-darwin-x64": {
  1759. "version": "0.95.0",
  1760. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-darwin-x64/-/binding-darwin-x64-0.95.0.tgz",
  1761. "integrity": "sha512-9djMQ/t6Ns/UXtziwUe562uVJMbhtuLtCj+Xav+HMVT/rhV9gWO8PQOG7AwDLUBjJanItsrfqrGtqhNxtZ701w==",
  1762. "cpu": [
  1763. "x64"
  1764. ],
  1765. "license": "MIT",
  1766. "optional": true,
  1767. "os": [
  1768. "darwin"
  1769. ],
  1770. "engines": {
  1771. "node": "^20.19.0 || >=22.12.0"
  1772. }
  1773. },
  1774. "node_modules/@oxc-parser/binding-freebsd-x64": {
  1775. "version": "0.95.0",
  1776. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-freebsd-x64/-/binding-freebsd-x64-0.95.0.tgz",
  1777. "integrity": "sha512-GK6k0PgCVkkeRZtHgcosCYbXIRySpJpuPw/OInfLGFh8f3x9gp2l8Fbcfx+YO+ZOHFBCd2NNedGqw8wMgouxfA==",
  1778. "cpu": [
  1779. "x64"
  1780. ],
  1781. "license": "MIT",
  1782. "optional": true,
  1783. "os": [
  1784. "freebsd"
  1785. ],
  1786. "engines": {
  1787. "node": "^20.19.0 || >=22.12.0"
  1788. }
  1789. },
  1790. "node_modules/@oxc-parser/binding-linux-arm-gnueabihf": {
  1791. "version": "0.95.0",
  1792. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.95.0.tgz",
  1793. "integrity": "sha512-+g/lFITtyHHEk69cunOHuiT5cX+mpUTcbGYNe8suguZ7FqgNwai+PnGv0ctCvtgxBPVfckfUK8c3RvFKo+vi/w==",
  1794. "cpu": [
  1795. "arm"
  1796. ],
  1797. "license": "MIT",
  1798. "optional": true,
  1799. "os": [
  1800. "linux"
  1801. ],
  1802. "engines": {
  1803. "node": "^20.19.0 || >=22.12.0"
  1804. }
  1805. },
  1806. "node_modules/@oxc-parser/binding-linux-arm-musleabihf": {
  1807. "version": "0.95.0",
  1808. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.95.0.tgz",
  1809. "integrity": "sha512-SXNasDtPw8ycNV7VEvFxb4LETmykvWKUhHR7K3us818coXYpDj54P8WEx8hJobP/9skuuiFuKHmtYLdjX8wntA==",
  1810. "cpu": [
  1811. "arm"
  1812. ],
  1813. "license": "MIT",
  1814. "optional": true,
  1815. "os": [
  1816. "linux"
  1817. ],
  1818. "engines": {
  1819. "node": "^20.19.0 || >=22.12.0"
  1820. }
  1821. },
  1822. "node_modules/@oxc-parser/binding-linux-arm64-gnu": {
  1823. "version": "0.95.0",
  1824. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.95.0.tgz",
  1825. "integrity": "sha512-0LzebARTU0ROfD6pDK4h1pFn+09meErCZ0MA2TaW08G72+GNneEsksPufOuI+9AxVSRa+jKE3fu0wavvhZgSkg==",
  1826. "cpu": [
  1827. "arm64"
  1828. ],
  1829. "license": "MIT",
  1830. "optional": true,
  1831. "os": [
  1832. "linux"
  1833. ],
  1834. "engines": {
  1835. "node": "^20.19.0 || >=22.12.0"
  1836. }
  1837. },
  1838. "node_modules/@oxc-parser/binding-linux-arm64-musl": {
  1839. "version": "0.95.0",
  1840. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.95.0.tgz",
  1841. "integrity": "sha512-Pvi1lGe/G+mJZ3hUojMP/aAHAzHA25AEtVr8/iuz7UV72t/15NOgJYr9kELMUMNjPqpr3vKUgXTFmTtAxp11Qw==",
  1842. "cpu": [
  1843. "arm64"
  1844. ],
  1845. "license": "MIT",
  1846. "optional": true,
  1847. "os": [
  1848. "linux"
  1849. ],
  1850. "engines": {
  1851. "node": "^20.19.0 || >=22.12.0"
  1852. }
  1853. },
  1854. "node_modules/@oxc-parser/binding-linux-riscv64-gnu": {
  1855. "version": "0.95.0",
  1856. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.95.0.tgz",
  1857. "integrity": "sha512-pUEVHIOVNDfhk4sTlLhn6mrNENhE4/dAwemxIfqpcSyBlYG0xYZND1F3jjR2yWY6DakXZ6VSuDbtiv1LPNlOLw==",
  1858. "cpu": [
  1859. "riscv64"
  1860. ],
  1861. "license": "MIT",
  1862. "optional": true,
  1863. "os": [
  1864. "linux"
  1865. ],
  1866. "engines": {
  1867. "node": "^20.19.0 || >=22.12.0"
  1868. }
  1869. },
  1870. "node_modules/@oxc-parser/binding-linux-s390x-gnu": {
  1871. "version": "0.95.0",
  1872. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.95.0.tgz",
  1873. "integrity": "sha512-5+olaepHTE3J/+w7g0tr3nocvv5BKilAJnzj4L8tWBCLEZbL6olJcGVoldUO+3cgg1SO1xJywP5BuLhT0mDUDw==",
  1874. "cpu": [
  1875. "s390x"
  1876. ],
  1877. "license": "MIT",
  1878. "optional": true,
  1879. "os": [
  1880. "linux"
  1881. ],
  1882. "engines": {
  1883. "node": "^20.19.0 || >=22.12.0"
  1884. }
  1885. },
  1886. "node_modules/@oxc-parser/binding-linux-x64-gnu": {
  1887. "version": "0.95.0",
  1888. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.95.0.tgz",
  1889. "integrity": "sha512-8huzHlK/N98wrnYKxIcYsK8ZGBWomQchu/Mzi6m+CtbhjWOv9DmK0jQ2fUWImtluQVpTwS0uZT06d3g7XIkJrA==",
  1890. "cpu": [
  1891. "x64"
  1892. ],
  1893. "license": "MIT",
  1894. "optional": true,
  1895. "os": [
  1896. "linux"
  1897. ],
  1898. "engines": {
  1899. "node": "^20.19.0 || >=22.12.0"
  1900. }
  1901. },
  1902. "node_modules/@oxc-parser/binding-linux-x64-musl": {
  1903. "version": "0.95.0",
  1904. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-musl/-/binding-linux-x64-musl-0.95.0.tgz",
  1905. "integrity": "sha512-bWnrLfGDcx/fab0+UQnFbVFbiykof/btImbYf+cI2pU/1Egb2x+OKSmM5Qt0nEUiIpM5fgJmYXxTopybSZOKYA==",
  1906. "cpu": [
  1907. "x64"
  1908. ],
  1909. "license": "MIT",
  1910. "optional": true,
  1911. "os": [
  1912. "linux"
  1913. ],
  1914. "engines": {
  1915. "node": "^20.19.0 || >=22.12.0"
  1916. }
  1917. },
  1918. "node_modules/@oxc-parser/binding-wasm32-wasi": {
  1919. "version": "0.95.0",
  1920. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-wasm32-wasi/-/binding-wasm32-wasi-0.95.0.tgz",
  1921. "integrity": "sha512-0JLyqkZu1HnQIZ4e5LBGOtzqua1QwFEUOoMSycdoerXqayd4LK2b7WMfAx8eCIf+jGm1Uj6f3R00nlsx8g1faQ==",
  1922. "cpu": [
  1923. "wasm32"
  1924. ],
  1925. "license": "MIT",
  1926. "optional": true,
  1927. "dependencies": {
  1928. "@napi-rs/wasm-runtime": "^1.0.7"
  1929. },
  1930. "engines": {
  1931. "node": ">=14.0.0"
  1932. }
  1933. },
  1934. "node_modules/@oxc-parser/binding-win32-arm64-msvc": {
  1935. "version": "0.95.0",
  1936. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.95.0.tgz",
  1937. "integrity": "sha512-RWvaA6s1SYlBj9CxwHfNn0CRlkPdv9fEUAXfZkGQPdP5e1ppIaO2KYE0sUov/zzp9hPTMMsTMHl4dcIbb+pHCQ==",
  1938. "cpu": [
  1939. "arm64"
  1940. ],
  1941. "license": "MIT",
  1942. "optional": true,
  1943. "os": [
  1944. "win32"
  1945. ],
  1946. "engines": {
  1947. "node": "^20.19.0 || >=22.12.0"
  1948. }
  1949. },
  1950. "node_modules/@oxc-parser/binding-win32-x64-msvc": {
  1951. "version": "0.95.0",
  1952. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.95.0.tgz",
  1953. "integrity": "sha512-BQpgl7rDjFvCIHudmUR0dCwc4ylBYZl4CPVinlD3NhkMif4WD5dADckoo5ES/KOpFyvwcbKZX+grP63cjHi26g==",
  1954. "cpu": [
  1955. "x64"
  1956. ],
  1957. "license": "MIT",
  1958. "optional": true,
  1959. "os": [
  1960. "win32"
  1961. ],
  1962. "engines": {
  1963. "node": "^20.19.0 || >=22.12.0"
  1964. }
  1965. },
  1966. "node_modules/@oxc-project/types": {
  1967. "version": "0.95.0",
  1968. "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.95.0.tgz",
  1969. "integrity": "sha512-vACy7vhpMPhjEJhULNxrdR0D943TkA/MigMpJCHmBHvMXxRStRi/dPtTlfQ3uDwWSzRpT8z+7ImjZVf8JWBocQ==",
  1970. "license": "MIT",
  1971. "funding": {
  1972. "url": "https://github.com/sponsors/Boshen"
  1973. }
  1974. },
  1975. "node_modules/@oxc-transform/binding-android-arm64": {
  1976. "version": "0.95.0",
  1977. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-android-arm64/-/binding-android-arm64-0.95.0.tgz",
  1978. "integrity": "sha512-eW+BCgRWOsMrDiz7FEV7BjAmaF9lGIc2ueGdRUYjRUMq4f5FSGS7gMBTYDxajdoIB3L5Gnksh1CWkIlgg95UVA==",
  1979. "cpu": [
  1980. "arm64"
  1981. ],
  1982. "license": "MIT",
  1983. "optional": true,
  1984. "os": [
  1985. "android"
  1986. ],
  1987. "engines": {
  1988. "node": "^20.19.0 || >=22.12.0"
  1989. }
  1990. },
  1991. "node_modules/@oxc-transform/binding-darwin-arm64": {
  1992. "version": "0.95.0",
  1993. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-darwin-arm64/-/binding-darwin-arm64-0.95.0.tgz",
  1994. "integrity": "sha512-OUUaYZVss8tyDZZ7TGr2vnH3+i3Ouwsx0frQRGkiePNatXxaJJ3NS5+Kwgi9hh3WryXaQz2hWji4AM2RHYE7Cg==",
  1995. "cpu": [
  1996. "arm64"
  1997. ],
  1998. "license": "MIT",
  1999. "optional": true,
  2000. "os": [
  2001. "darwin"
  2002. ],
  2003. "engines": {
  2004. "node": "^20.19.0 || >=22.12.0"
  2005. }
  2006. },
  2007. "node_modules/@oxc-transform/binding-darwin-x64": {
  2008. "version": "0.95.0",
  2009. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-darwin-x64/-/binding-darwin-x64-0.95.0.tgz",
  2010. "integrity": "sha512-49UPEgIlgWUndwcP3LH6dvmOewZ92DxCMpFMo11JhUlmNJxA3sjVImEBRB56/tJ+XF+xnya9kB1oCW4yRY+mRw==",
  2011. "cpu": [
  2012. "x64"
  2013. ],
  2014. "license": "MIT",
  2015. "optional": true,
  2016. "os": [
  2017. "darwin"
  2018. ],
  2019. "engines": {
  2020. "node": "^20.19.0 || >=22.12.0"
  2021. }
  2022. },
  2023. "node_modules/@oxc-transform/binding-freebsd-x64": {
  2024. "version": "0.95.0",
  2025. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-freebsd-x64/-/binding-freebsd-x64-0.95.0.tgz",
  2026. "integrity": "sha512-lNKrHKaDEm8pbKlVbn0rv2L97O0lbA0Tsrxx4GF/HhmdW+NgwGU1pMzZ4tB2QcylbqgKxOB+v9luebHyh1jfgA==",
  2027. "cpu": [
  2028. "x64"
  2029. ],
  2030. "license": "MIT",
  2031. "optional": true,
  2032. "os": [
  2033. "freebsd"
  2034. ],
  2035. "engines": {
  2036. "node": "^20.19.0 || >=22.12.0"
  2037. }
  2038. },
  2039. "node_modules/@oxc-transform/binding-linux-arm-gnueabihf": {
  2040. "version": "0.95.0",
  2041. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.95.0.tgz",
  2042. "integrity": "sha512-+VWcLeeizI8IjU+V+o8AmzPuIMiTrGr0vrmXU3CEsV05MrywCuJU+f6ilPs3JBKno9VIwqvRpHB/z39sQabHWg==",
  2043. "cpu": [
  2044. "arm"
  2045. ],
  2046. "license": "MIT",
  2047. "optional": true,
  2048. "os": [
  2049. "linux"
  2050. ],
  2051. "engines": {
  2052. "node": "^20.19.0 || >=22.12.0"
  2053. }
  2054. },
  2055. "node_modules/@oxc-transform/binding-linux-arm-musleabihf": {
  2056. "version": "0.95.0",
  2057. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.95.0.tgz",
  2058. "integrity": "sha512-a59xPw84t6VwlvNEGcmuw3feGcKcWOC7uB8oePJ/BVSAV1yayLoB3k6JASwLTZ7N/PNPNUhcw1jDxowgAfBJfg==",
  2059. "cpu": [
  2060. "arm"
  2061. ],
  2062. "license": "MIT",
  2063. "optional": true,
  2064. "os": [
  2065. "linux"
  2066. ],
  2067. "engines": {
  2068. "node": "^20.19.0 || >=22.12.0"
  2069. }
  2070. },
  2071. "node_modules/@oxc-transform/binding-linux-arm64-gnu": {
  2072. "version": "0.95.0",
  2073. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.95.0.tgz",
  2074. "integrity": "sha512-NLdrFuEHlmbiC1M1WESFV4luUcB/84GXi+cbnRXhgMjIW/CThRVJ989eTJy59QivkVlLcJSKTiKiKCt0O6TTlQ==",
  2075. "cpu": [
  2076. "arm64"
  2077. ],
  2078. "license": "MIT",
  2079. "optional": true,
  2080. "os": [
  2081. "linux"
  2082. ],
  2083. "engines": {
  2084. "node": "^20.19.0 || >=22.12.0"
  2085. }
  2086. },
  2087. "node_modules/@oxc-transform/binding-linux-arm64-musl": {
  2088. "version": "0.95.0",
  2089. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.95.0.tgz",
  2090. "integrity": "sha512-GL0ffCPW8JlFI0/jeSgCY665yDdojHxA0pbYG+k8oEHOWCYZUZK9AXL+r0oerNEWYJ8CRB+L5Yq87ZtU/YUitw==",
  2091. "cpu": [
  2092. "arm64"
  2093. ],
  2094. "license": "MIT",
  2095. "optional": true,
  2096. "os": [
  2097. "linux"
  2098. ],
  2099. "engines": {
  2100. "node": "^20.19.0 || >=22.12.0"
  2101. }
  2102. },
  2103. "node_modules/@oxc-transform/binding-linux-riscv64-gnu": {
  2104. "version": "0.95.0",
  2105. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.95.0.tgz",
  2106. "integrity": "sha512-tbH7LaClSmN3YFVo1UjMSe7D6gkb5f+CMIbj9i873UUZomVRmAjC4ygioObfzM+sj/tX0WoTXx5L1YOfQkHL6Q==",
  2107. "cpu": [
  2108. "riscv64"
  2109. ],
  2110. "license": "MIT",
  2111. "optional": true,
  2112. "os": [
  2113. "linux"
  2114. ],
  2115. "engines": {
  2116. "node": "^20.19.0 || >=22.12.0"
  2117. }
  2118. },
  2119. "node_modules/@oxc-transform/binding-linux-s390x-gnu": {
  2120. "version": "0.95.0",
  2121. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.95.0.tgz",
  2122. "integrity": "sha512-8jMqiURWa0iTiPMg7BWaln89VdhhWzNlPyKM90NaFVVhBIKCr2UEhrQWdpBw/E9C8uWf/4VabBEhfPMK+0yS4w==",
  2123. "cpu": [
  2124. "s390x"
  2125. ],
  2126. "license": "MIT",
  2127. "optional": true,
  2128. "os": [
  2129. "linux"
  2130. ],
  2131. "engines": {
  2132. "node": "^20.19.0 || >=22.12.0"
  2133. }
  2134. },
  2135. "node_modules/@oxc-transform/binding-linux-x64-gnu": {
  2136. "version": "0.95.0",
  2137. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.95.0.tgz",
  2138. "integrity": "sha512-D5ULJ2uWipsTgfvHIvqmnGkCtB3Fyt2ZN7APRjVO+wLr+HtmnaWddKsLdrRWX/m/6nQ2xQdoQekdJrokYK9LtQ==",
  2139. "cpu": [
  2140. "x64"
  2141. ],
  2142. "license": "MIT",
  2143. "optional": true,
  2144. "os": [
  2145. "linux"
  2146. ],
  2147. "engines": {
  2148. "node": "^20.19.0 || >=22.12.0"
  2149. }
  2150. },
  2151. "node_modules/@oxc-transform/binding-linux-x64-musl": {
  2152. "version": "0.95.0",
  2153. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-x64-musl/-/binding-linux-x64-musl-0.95.0.tgz",
  2154. "integrity": "sha512-DmCGU+FzRezES5wVAGVimZGzYIjMOapXbWpxuz8M8p3nMrfdBEQ5/tpwBp2vRlIohhABy4vhHJByl4c64ENCGQ==",
  2155. "cpu": [
  2156. "x64"
  2157. ],
  2158. "license": "MIT",
  2159. "optional": true,
  2160. "os": [
  2161. "linux"
  2162. ],
  2163. "engines": {
  2164. "node": "^20.19.0 || >=22.12.0"
  2165. }
  2166. },
  2167. "node_modules/@oxc-transform/binding-wasm32-wasi": {
  2168. "version": "0.95.0",
  2169. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-wasm32-wasi/-/binding-wasm32-wasi-0.95.0.tgz",
  2170. "integrity": "sha512-tSo1EU4Whd1gXyae7cwSDouhppkuz6Jkd5LY8Uch9VKsHVSRhDLDW19Mq6VSwtyPxDPTJnJ2jYJWm+n8SYXiXQ==",
  2171. "cpu": [
  2172. "wasm32"
  2173. ],
  2174. "license": "MIT",
  2175. "optional": true,
  2176. "dependencies": {
  2177. "@napi-rs/wasm-runtime": "^1.0.7"
  2178. },
  2179. "engines": {
  2180. "node": ">=14.0.0"
  2181. }
  2182. },
  2183. "node_modules/@oxc-transform/binding-win32-arm64-msvc": {
  2184. "version": "0.95.0",
  2185. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.95.0.tgz",
  2186. "integrity": "sha512-6eaxlgj+J5n8zgJTSugqdPLBtKGRqvxYLcvHN8b+U9hVhF/2HG/JCOrcSYV/XgWGNPQiaRVzpR3hGhmFro9QTw==",
  2187. "cpu": [
  2188. "arm64"
  2189. ],
  2190. "license": "MIT",
  2191. "optional": true,
  2192. "os": [
  2193. "win32"
  2194. ],
  2195. "engines": {
  2196. "node": "^20.19.0 || >=22.12.0"
  2197. }
  2198. },
  2199. "node_modules/@oxc-transform/binding-win32-x64-msvc": {
  2200. "version": "0.95.0",
  2201. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.95.0.tgz",
  2202. "integrity": "sha512-Y8JY79A7fTuBjEXZFu+mHbHzgsV3uJDUuUKeGffpOwI1ayOGCKeBJTiMhksYkiir1xS+DkGLEz73+xse9Is9rw==",
  2203. "cpu": [
  2204. "x64"
  2205. ],
  2206. "license": "MIT",
  2207. "optional": true,
  2208. "os": [
  2209. "win32"
  2210. ],
  2211. "engines": {
  2212. "node": "^20.19.0 || >=22.12.0"
  2213. }
  2214. },
  2215. "node_modules/@parcel/watcher": {
  2216. "version": "2.5.1",
  2217. "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.1.tgz",
  2218. "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==",
  2219. "hasInstallScript": true,
  2220. "license": "MIT",
  2221. "dependencies": {
  2222. "detect-libc": "^1.0.3",
  2223. "is-glob": "^4.0.3",
  2224. "micromatch": "^4.0.5",
  2225. "node-addon-api": "^7.0.0"
  2226. },
  2227. "engines": {
  2228. "node": ">= 10.0.0"
  2229. },
  2230. "funding": {
  2231. "type": "opencollective",
  2232. "url": "https://opencollective.com/parcel"
  2233. },
  2234. "optionalDependencies": {
  2235. "@parcel/watcher-android-arm64": "2.5.1",
  2236. "@parcel/watcher-darwin-arm64": "2.5.1",
  2237. "@parcel/watcher-darwin-x64": "2.5.1",
  2238. "@parcel/watcher-freebsd-x64": "2.5.1",
  2239. "@parcel/watcher-linux-arm-glibc": "2.5.1",
  2240. "@parcel/watcher-linux-arm-musl": "2.5.1",
  2241. "@parcel/watcher-linux-arm64-glibc": "2.5.1",
  2242. "@parcel/watcher-linux-arm64-musl": "2.5.1",
  2243. "@parcel/watcher-linux-x64-glibc": "2.5.1",
  2244. "@parcel/watcher-linux-x64-musl": "2.5.1",
  2245. "@parcel/watcher-win32-arm64": "2.5.1",
  2246. "@parcel/watcher-win32-ia32": "2.5.1",
  2247. "@parcel/watcher-win32-x64": "2.5.1"
  2248. }
  2249. },
  2250. "node_modules/@parcel/watcher-android-arm64": {
  2251. "version": "2.5.1",
  2252. "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz",
  2253. "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==",
  2254. "cpu": [
  2255. "arm64"
  2256. ],
  2257. "license": "MIT",
  2258. "optional": true,
  2259. "os": [
  2260. "android"
  2261. ],
  2262. "engines": {
  2263. "node": ">= 10.0.0"
  2264. },
  2265. "funding": {
  2266. "type": "opencollective",
  2267. "url": "https://opencollective.com/parcel"
  2268. }
  2269. },
  2270. "node_modules/@parcel/watcher-darwin-arm64": {
  2271. "version": "2.5.1",
  2272. "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz",
  2273. "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==",
  2274. "cpu": [
  2275. "arm64"
  2276. ],
  2277. "license": "MIT",
  2278. "optional": true,
  2279. "os": [
  2280. "darwin"
  2281. ],
  2282. "engines": {
  2283. "node": ">= 10.0.0"
  2284. },
  2285. "funding": {
  2286. "type": "opencollective",
  2287. "url": "https://opencollective.com/parcel"
  2288. }
  2289. },
  2290. "node_modules/@parcel/watcher-darwin-x64": {
  2291. "version": "2.5.1",
  2292. "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz",
  2293. "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==",
  2294. "cpu": [
  2295. "x64"
  2296. ],
  2297. "license": "MIT",
  2298. "optional": true,
  2299. "os": [
  2300. "darwin"
  2301. ],
  2302. "engines": {
  2303. "node": ">= 10.0.0"
  2304. },
  2305. "funding": {
  2306. "type": "opencollective",
  2307. "url": "https://opencollective.com/parcel"
  2308. }
  2309. },
  2310. "node_modules/@parcel/watcher-freebsd-x64": {
  2311. "version": "2.5.1",
  2312. "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz",
  2313. "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==",
  2314. "cpu": [
  2315. "x64"
  2316. ],
  2317. "license": "MIT",
  2318. "optional": true,
  2319. "os": [
  2320. "freebsd"
  2321. ],
  2322. "engines": {
  2323. "node": ">= 10.0.0"
  2324. },
  2325. "funding": {
  2326. "type": "opencollective",
  2327. "url": "https://opencollective.com/parcel"
  2328. }
  2329. },
  2330. "node_modules/@parcel/watcher-linux-arm-glibc": {
  2331. "version": "2.5.1",
  2332. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz",
  2333. "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==",
  2334. "cpu": [
  2335. "arm"
  2336. ],
  2337. "license": "MIT",
  2338. "optional": true,
  2339. "os": [
  2340. "linux"
  2341. ],
  2342. "engines": {
  2343. "node": ">= 10.0.0"
  2344. },
  2345. "funding": {
  2346. "type": "opencollective",
  2347. "url": "https://opencollective.com/parcel"
  2348. }
  2349. },
  2350. "node_modules/@parcel/watcher-linux-arm-musl": {
  2351. "version": "2.5.1",
  2352. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz",
  2353. "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==",
  2354. "cpu": [
  2355. "arm"
  2356. ],
  2357. "license": "MIT",
  2358. "optional": true,
  2359. "os": [
  2360. "linux"
  2361. ],
  2362. "engines": {
  2363. "node": ">= 10.0.0"
  2364. },
  2365. "funding": {
  2366. "type": "opencollective",
  2367. "url": "https://opencollective.com/parcel"
  2368. }
  2369. },
  2370. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  2371. "version": "2.5.1",
  2372. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz",
  2373. "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==",
  2374. "cpu": [
  2375. "arm64"
  2376. ],
  2377. "license": "MIT",
  2378. "optional": true,
  2379. "os": [
  2380. "linux"
  2381. ],
  2382. "engines": {
  2383. "node": ">= 10.0.0"
  2384. },
  2385. "funding": {
  2386. "type": "opencollective",
  2387. "url": "https://opencollective.com/parcel"
  2388. }
  2389. },
  2390. "node_modules/@parcel/watcher-linux-arm64-musl": {
  2391. "version": "2.5.1",
  2392. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz",
  2393. "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==",
  2394. "cpu": [
  2395. "arm64"
  2396. ],
  2397. "license": "MIT",
  2398. "optional": true,
  2399. "os": [
  2400. "linux"
  2401. ],
  2402. "engines": {
  2403. "node": ">= 10.0.0"
  2404. },
  2405. "funding": {
  2406. "type": "opencollective",
  2407. "url": "https://opencollective.com/parcel"
  2408. }
  2409. },
  2410. "node_modules/@parcel/watcher-linux-x64-glibc": {
  2411. "version": "2.5.1",
  2412. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz",
  2413. "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==",
  2414. "cpu": [
  2415. "x64"
  2416. ],
  2417. "license": "MIT",
  2418. "optional": true,
  2419. "os": [
  2420. "linux"
  2421. ],
  2422. "engines": {
  2423. "node": ">= 10.0.0"
  2424. },
  2425. "funding": {
  2426. "type": "opencollective",
  2427. "url": "https://opencollective.com/parcel"
  2428. }
  2429. },
  2430. "node_modules/@parcel/watcher-linux-x64-musl": {
  2431. "version": "2.5.1",
  2432. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz",
  2433. "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==",
  2434. "cpu": [
  2435. "x64"
  2436. ],
  2437. "license": "MIT",
  2438. "optional": true,
  2439. "os": [
  2440. "linux"
  2441. ],
  2442. "engines": {
  2443. "node": ">= 10.0.0"
  2444. },
  2445. "funding": {
  2446. "type": "opencollective",
  2447. "url": "https://opencollective.com/parcel"
  2448. }
  2449. },
  2450. "node_modules/@parcel/watcher-wasm": {
  2451. "version": "2.5.1",
  2452. "resolved": "https://registry.npmjs.org/@parcel/watcher-wasm/-/watcher-wasm-2.5.1.tgz",
  2453. "integrity": "sha512-RJxlQQLkaMMIuWRozy+z2vEqbaQlCuaCgVZIUCzQLYggY22LZbP5Y1+ia+FD724Ids9e+XIyOLXLrLgQSHIthw==",
  2454. "bundleDependencies": [
  2455. "napi-wasm"
  2456. ],
  2457. "license": "MIT",
  2458. "dependencies": {
  2459. "is-glob": "^4.0.3",
  2460. "micromatch": "^4.0.5",
  2461. "napi-wasm": "^1.1.0"
  2462. },
  2463. "engines": {
  2464. "node": ">= 10.0.0"
  2465. },
  2466. "funding": {
  2467. "type": "opencollective",
  2468. "url": "https://opencollective.com/parcel"
  2469. }
  2470. },
  2471. "node_modules/@parcel/watcher-wasm/node_modules/napi-wasm": {
  2472. "version": "1.1.0",
  2473. "inBundle": true,
  2474. "license": "MIT"
  2475. },
  2476. "node_modules/@parcel/watcher-win32-arm64": {
  2477. "version": "2.5.1",
  2478. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz",
  2479. "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==",
  2480. "cpu": [
  2481. "arm64"
  2482. ],
  2483. "license": "MIT",
  2484. "optional": true,
  2485. "os": [
  2486. "win32"
  2487. ],
  2488. "engines": {
  2489. "node": ">= 10.0.0"
  2490. },
  2491. "funding": {
  2492. "type": "opencollective",
  2493. "url": "https://opencollective.com/parcel"
  2494. }
  2495. },
  2496. "node_modules/@parcel/watcher-win32-ia32": {
  2497. "version": "2.5.1",
  2498. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz",
  2499. "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==",
  2500. "cpu": [
  2501. "ia32"
  2502. ],
  2503. "license": "MIT",
  2504. "optional": true,
  2505. "os": [
  2506. "win32"
  2507. ],
  2508. "engines": {
  2509. "node": ">= 10.0.0"
  2510. },
  2511. "funding": {
  2512. "type": "opencollective",
  2513. "url": "https://opencollective.com/parcel"
  2514. }
  2515. },
  2516. "node_modules/@parcel/watcher-win32-x64": {
  2517. "version": "2.5.1",
  2518. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz",
  2519. "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==",
  2520. "cpu": [
  2521. "x64"
  2522. ],
  2523. "license": "MIT",
  2524. "optional": true,
  2525. "os": [
  2526. "win32"
  2527. ],
  2528. "engines": {
  2529. "node": ">= 10.0.0"
  2530. },
  2531. "funding": {
  2532. "type": "opencollective",
  2533. "url": "https://opencollective.com/parcel"
  2534. }
  2535. },
  2536. "node_modules/@pkgjs/parseargs": {
  2537. "version": "0.11.0",
  2538. "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
  2539. "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
  2540. "license": "MIT",
  2541. "optional": true,
  2542. "engines": {
  2543. "node": ">=14"
  2544. }
  2545. },
  2546. "node_modules/@polka/url": {
  2547. "version": "1.0.0-next.29",
  2548. "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.29.tgz",
  2549. "integrity": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==",
  2550. "license": "MIT"
  2551. },
  2552. "node_modules/@poppinss/colors": {
  2553. "version": "4.1.5",
  2554. "resolved": "https://registry.npmjs.org/@poppinss/colors/-/colors-4.1.5.tgz",
  2555. "integrity": "sha512-FvdDqtcRCtz6hThExcFOgW0cWX+xwSMWcRuQe5ZEb2m7cVQOAVZOIMt+/v9RxGiD9/OY16qJBXK4CVKWAPalBw==",
  2556. "license": "MIT",
  2557. "dependencies": {
  2558. "kleur": "^4.1.5"
  2559. }
  2560. },
  2561. "node_modules/@poppinss/colors/node_modules/kleur": {
  2562. "version": "4.1.5",
  2563. "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz",
  2564. "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==",
  2565. "license": "MIT",
  2566. "engines": {
  2567. "node": ">=6"
  2568. }
  2569. },
  2570. "node_modules/@poppinss/dumper": {
  2571. "version": "0.6.4",
  2572. "resolved": "https://registry.npmjs.org/@poppinss/dumper/-/dumper-0.6.4.tgz",
  2573. "integrity": "sha512-iG0TIdqv8xJ3Lt9O8DrPRxw1MRLjNpoqiSGU03P/wNLP/s0ra0udPJ1J2Tx5M0J3H/cVyEgpbn8xUKRY9j59kQ==",
  2574. "license": "MIT",
  2575. "dependencies": {
  2576. "@poppinss/colors": "^4.1.5",
  2577. "@sindresorhus/is": "^7.0.2",
  2578. "supports-color": "^10.0.0"
  2579. }
  2580. },
  2581. "node_modules/@poppinss/exception": {
  2582. "version": "1.2.2",
  2583. "resolved": "https://registry.npmjs.org/@poppinss/exception/-/exception-1.2.2.tgz",
  2584. "integrity": "sha512-m7bpKCD4QMlFCjA/nKTs23fuvoVFoA83brRKmObCUNmi/9tVu8Ve3w4YQAnJu4q3Tjf5fr685HYIC/IA2zHRSg==",
  2585. "license": "MIT"
  2586. },
  2587. "node_modules/@rolldown/pluginutils": {
  2588. "version": "1.0.0-beta.29",
  2589. "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.29.tgz",
  2590. "integrity": "sha512-NIJgOsMjbxAXvoGq/X0gD7VPMQ8j9g0BiDaNjVNVjvl+iKXxL3Jre0v31RmBYeLEmkbj2s02v8vFTbUXi5XS2Q==",
  2591. "license": "MIT"
  2592. },
  2593. "node_modules/@rollup/plugin-alias": {
  2594. "version": "5.1.1",
  2595. "resolved": "https://registry.npmjs.org/@rollup/plugin-alias/-/plugin-alias-5.1.1.tgz",
  2596. "integrity": "sha512-PR9zDb+rOzkRb2VD+EuKB7UC41vU5DIwZ5qqCpk0KJudcWAyi8rvYOhS7+L5aZCspw1stTViLgN5v6FF1p5cgQ==",
  2597. "license": "MIT",
  2598. "engines": {
  2599. "node": ">=14.0.0"
  2600. },
  2601. "peerDependencies": {
  2602. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  2603. },
  2604. "peerDependenciesMeta": {
  2605. "rollup": {
  2606. "optional": true
  2607. }
  2608. }
  2609. },
  2610. "node_modules/@rollup/plugin-commonjs": {
  2611. "version": "28.0.9",
  2612. "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-28.0.9.tgz",
  2613. "integrity": "sha512-PIR4/OHZ79romx0BVVll/PkwWpJ7e5lsqFa3gFfcrFPWwLXLV39JVUzQV9RKjWerE7B845Hqjj9VYlQeieZ2dA==",
  2614. "license": "MIT",
  2615. "dependencies": {
  2616. "@rollup/pluginutils": "^5.0.1",
  2617. "commondir": "^1.0.1",
  2618. "estree-walker": "^2.0.2",
  2619. "fdir": "^6.2.0",
  2620. "is-reference": "1.2.1",
  2621. "magic-string": "^0.30.3",
  2622. "picomatch": "^4.0.2"
  2623. },
  2624. "engines": {
  2625. "node": ">=16.0.0 || 14 >= 14.17"
  2626. },
  2627. "peerDependencies": {
  2628. "rollup": "^2.68.0||^3.0.0||^4.0.0"
  2629. },
  2630. "peerDependenciesMeta": {
  2631. "rollup": {
  2632. "optional": true
  2633. }
  2634. }
  2635. },
  2636. "node_modules/@rollup/plugin-inject": {
  2637. "version": "5.0.5",
  2638. "resolved": "https://registry.npmjs.org/@rollup/plugin-inject/-/plugin-inject-5.0.5.tgz",
  2639. "integrity": "sha512-2+DEJbNBoPROPkgTDNe8/1YXWcqxbN5DTjASVIOx8HS+pITXushyNiBV56RB08zuptzz8gT3YfkqriTBVycepg==",
  2640. "license": "MIT",
  2641. "dependencies": {
  2642. "@rollup/pluginutils": "^5.0.1",
  2643. "estree-walker": "^2.0.2",
  2644. "magic-string": "^0.30.3"
  2645. },
  2646. "engines": {
  2647. "node": ">=14.0.0"
  2648. },
  2649. "peerDependencies": {
  2650. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  2651. },
  2652. "peerDependenciesMeta": {
  2653. "rollup": {
  2654. "optional": true
  2655. }
  2656. }
  2657. },
  2658. "node_modules/@rollup/plugin-json": {
  2659. "version": "6.1.0",
  2660. "resolved": "https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-6.1.0.tgz",
  2661. "integrity": "sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==",
  2662. "license": "MIT",
  2663. "dependencies": {
  2664. "@rollup/pluginutils": "^5.1.0"
  2665. },
  2666. "engines": {
  2667. "node": ">=14.0.0"
  2668. },
  2669. "peerDependencies": {
  2670. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  2671. },
  2672. "peerDependenciesMeta": {
  2673. "rollup": {
  2674. "optional": true
  2675. }
  2676. }
  2677. },
  2678. "node_modules/@rollup/plugin-node-resolve": {
  2679. "version": "16.0.3",
  2680. "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-16.0.3.tgz",
  2681. "integrity": "sha512-lUYM3UBGuM93CnMPG1YocWu7X802BrNF3jW2zny5gQyLQgRFJhV1Sq0Zi74+dh/6NBx1DxFC4b4GXg9wUCG5Qg==",
  2682. "license": "MIT",
  2683. "dependencies": {
  2684. "@rollup/pluginutils": "^5.0.1",
  2685. "@types/resolve": "1.20.2",
  2686. "deepmerge": "^4.2.2",
  2687. "is-module": "^1.0.0",
  2688. "resolve": "^1.22.1"
  2689. },
  2690. "engines": {
  2691. "node": ">=14.0.0"
  2692. },
  2693. "peerDependencies": {
  2694. "rollup": "^2.78.0||^3.0.0||^4.0.0"
  2695. },
  2696. "peerDependenciesMeta": {
  2697. "rollup": {
  2698. "optional": true
  2699. }
  2700. }
  2701. },
  2702. "node_modules/@rollup/plugin-replace": {
  2703. "version": "6.0.2",
  2704. "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-6.0.2.tgz",
  2705. "integrity": "sha512-7QaYCf8bqF04dOy7w/eHmJeNExxTYwvKAmlSAH/EaWWUzbT0h5sbF6bktFoX/0F/0qwng5/dWFMyf3gzaM8DsQ==",
  2706. "license": "MIT",
  2707. "dependencies": {
  2708. "@rollup/pluginutils": "^5.0.1",
  2709. "magic-string": "^0.30.3"
  2710. },
  2711. "engines": {
  2712. "node": ">=14.0.0"
  2713. },
  2714. "peerDependencies": {
  2715. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  2716. },
  2717. "peerDependenciesMeta": {
  2718. "rollup": {
  2719. "optional": true
  2720. }
  2721. }
  2722. },
  2723. "node_modules/@rollup/plugin-terser": {
  2724. "version": "0.4.4",
  2725. "resolved": "https://registry.npmjs.org/@rollup/plugin-terser/-/plugin-terser-0.4.4.tgz",
  2726. "integrity": "sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==",
  2727. "license": "MIT",
  2728. "dependencies": {
  2729. "serialize-javascript": "^6.0.1",
  2730. "smob": "^1.0.0",
  2731. "terser": "^5.17.4"
  2732. },
  2733. "engines": {
  2734. "node": ">=14.0.0"
  2735. },
  2736. "peerDependencies": {
  2737. "rollup": "^2.0.0||^3.0.0||^4.0.0"
  2738. },
  2739. "peerDependenciesMeta": {
  2740. "rollup": {
  2741. "optional": true
  2742. }
  2743. }
  2744. },
  2745. "node_modules/@rollup/pluginutils": {
  2746. "version": "5.3.0",
  2747. "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.3.0.tgz",
  2748. "integrity": "sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==",
  2749. "license": "MIT",
  2750. "dependencies": {
  2751. "@types/estree": "^1.0.0",
  2752. "estree-walker": "^2.0.2",
  2753. "picomatch": "^4.0.2"
  2754. },
  2755. "engines": {
  2756. "node": ">=14.0.0"
  2757. },
  2758. "peerDependencies": {
  2759. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  2760. },
  2761. "peerDependenciesMeta": {
  2762. "rollup": {
  2763. "optional": true
  2764. }
  2765. }
  2766. },
  2767. "node_modules/@rollup/rollup-android-arm-eabi": {
  2768. "version": "4.52.5",
  2769. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.52.5.tgz",
  2770. "integrity": "sha512-8c1vW4ocv3UOMp9K+gToY5zL2XiiVw3k7f1ksf4yO1FlDFQ1C2u72iACFnSOceJFsWskc2WZNqeRhFRPzv+wtQ==",
  2771. "cpu": [
  2772. "arm"
  2773. ],
  2774. "license": "MIT",
  2775. "optional": true,
  2776. "os": [
  2777. "android"
  2778. ]
  2779. },
  2780. "node_modules/@rollup/rollup-android-arm64": {
  2781. "version": "4.52.5",
  2782. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.52.5.tgz",
  2783. "integrity": "sha512-mQGfsIEFcu21mvqkEKKu2dYmtuSZOBMmAl5CFlPGLY94Vlcm+zWApK7F/eocsNzp8tKmbeBP8yXyAbx0XHsFNA==",
  2784. "cpu": [
  2785. "arm64"
  2786. ],
  2787. "license": "MIT",
  2788. "optional": true,
  2789. "os": [
  2790. "android"
  2791. ]
  2792. },
  2793. "node_modules/@rollup/rollup-darwin-arm64": {
  2794. "version": "4.52.5",
  2795. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.52.5.tgz",
  2796. "integrity": "sha512-takF3CR71mCAGA+v794QUZ0b6ZSrgJkArC+gUiG6LB6TQty9T0Mqh3m2ImRBOxS2IeYBo4lKWIieSvnEk2OQWA==",
  2797. "cpu": [
  2798. "arm64"
  2799. ],
  2800. "license": "MIT",
  2801. "optional": true,
  2802. "os": [
  2803. "darwin"
  2804. ]
  2805. },
  2806. "node_modules/@rollup/rollup-darwin-x64": {
  2807. "version": "4.52.5",
  2808. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.52.5.tgz",
  2809. "integrity": "sha512-W901Pla8Ya95WpxDn//VF9K9u2JbocwV/v75TE0YIHNTbhqUTv9w4VuQ9MaWlNOkkEfFwkdNhXgcLqPSmHy0fA==",
  2810. "cpu": [
  2811. "x64"
  2812. ],
  2813. "license": "MIT",
  2814. "optional": true,
  2815. "os": [
  2816. "darwin"
  2817. ]
  2818. },
  2819. "node_modules/@rollup/rollup-freebsd-arm64": {
  2820. "version": "4.52.5",
  2821. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.52.5.tgz",
  2822. "integrity": "sha512-QofO7i7JycsYOWxe0GFqhLmF6l1TqBswJMvICnRUjqCx8b47MTo46W8AoeQwiokAx3zVryVnxtBMcGcnX12LvA==",
  2823. "cpu": [
  2824. "arm64"
  2825. ],
  2826. "license": "MIT",
  2827. "optional": true,
  2828. "os": [
  2829. "freebsd"
  2830. ]
  2831. },
  2832. "node_modules/@rollup/rollup-freebsd-x64": {
  2833. "version": "4.52.5",
  2834. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.52.5.tgz",
  2835. "integrity": "sha512-jr21b/99ew8ujZubPo9skbrItHEIE50WdV86cdSoRkKtmWa+DDr6fu2c/xyRT0F/WazZpam6kk7IHBerSL7LDQ==",
  2836. "cpu": [
  2837. "x64"
  2838. ],
  2839. "license": "MIT",
  2840. "optional": true,
  2841. "os": [
  2842. "freebsd"
  2843. ]
  2844. },
  2845. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  2846. "version": "4.52.5",
  2847. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.52.5.tgz",
  2848. "integrity": "sha512-PsNAbcyv9CcecAUagQefwX8fQn9LQ4nZkpDboBOttmyffnInRy8R8dSg6hxxl2Re5QhHBf6FYIDhIj5v982ATQ==",
  2849. "cpu": [
  2850. "arm"
  2851. ],
  2852. "license": "MIT",
  2853. "optional": true,
  2854. "os": [
  2855. "linux"
  2856. ]
  2857. },
  2858. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  2859. "version": "4.52.5",
  2860. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.52.5.tgz",
  2861. "integrity": "sha512-Fw4tysRutyQc/wwkmcyoqFtJhh0u31K+Q6jYjeicsGJJ7bbEq8LwPWV/w0cnzOqR2m694/Af6hpFayLJZkG2VQ==",
  2862. "cpu": [
  2863. "arm"
  2864. ],
  2865. "license": "MIT",
  2866. "optional": true,
  2867. "os": [
  2868. "linux"
  2869. ]
  2870. },
  2871. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  2872. "version": "4.52.5",
  2873. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.52.5.tgz",
  2874. "integrity": "sha512-a+3wVnAYdQClOTlyapKmyI6BLPAFYs0JM8HRpgYZQO02rMR09ZcV9LbQB+NL6sljzG38869YqThrRnfPMCDtZg==",
  2875. "cpu": [
  2876. "arm64"
  2877. ],
  2878. "license": "MIT",
  2879. "optional": true,
  2880. "os": [
  2881. "linux"
  2882. ]
  2883. },
  2884. "node_modules/@rollup/rollup-linux-arm64-musl": {
  2885. "version": "4.52.5",
  2886. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.52.5.tgz",
  2887. "integrity": "sha512-AvttBOMwO9Pcuuf7m9PkC1PUIKsfaAJ4AYhy944qeTJgQOqJYJ9oVl2nYgY7Rk0mkbsuOpCAYSs6wLYB2Xiw0Q==",
  2888. "cpu": [
  2889. "arm64"
  2890. ],
  2891. "license": "MIT",
  2892. "optional": true,
  2893. "os": [
  2894. "linux"
  2895. ]
  2896. },
  2897. "node_modules/@rollup/rollup-linux-loong64-gnu": {
  2898. "version": "4.52.5",
  2899. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.52.5.tgz",
  2900. "integrity": "sha512-DkDk8pmXQV2wVrF6oq5tONK6UHLz/XcEVow4JTTerdeV1uqPeHxwcg7aFsfnSm9L+OO8WJsWotKM2JJPMWrQtA==",
  2901. "cpu": [
  2902. "loong64"
  2903. ],
  2904. "license": "MIT",
  2905. "optional": true,
  2906. "os": [
  2907. "linux"
  2908. ]
  2909. },
  2910. "node_modules/@rollup/rollup-linux-ppc64-gnu": {
  2911. "version": "4.52.5",
  2912. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.52.5.tgz",
  2913. "integrity": "sha512-W/b9ZN/U9+hPQVvlGwjzi+Wy4xdoH2I8EjaCkMvzpI7wJUs8sWJ03Rq96jRnHkSrcHTpQe8h5Tg3ZzUPGauvAw==",
  2914. "cpu": [
  2915. "ppc64"
  2916. ],
  2917. "license": "MIT",
  2918. "optional": true,
  2919. "os": [
  2920. "linux"
  2921. ]
  2922. },
  2923. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  2924. "version": "4.52.5",
  2925. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.52.5.tgz",
  2926. "integrity": "sha512-sjQLr9BW7R/ZiXnQiWPkErNfLMkkWIoCz7YMn27HldKsADEKa5WYdobaa1hmN6slu9oWQbB6/jFpJ+P2IkVrmw==",
  2927. "cpu": [
  2928. "riscv64"
  2929. ],
  2930. "license": "MIT",
  2931. "optional": true,
  2932. "os": [
  2933. "linux"
  2934. ]
  2935. },
  2936. "node_modules/@rollup/rollup-linux-riscv64-musl": {
  2937. "version": "4.52.5",
  2938. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.52.5.tgz",
  2939. "integrity": "sha512-hq3jU/kGyjXWTvAh2awn8oHroCbrPm8JqM7RUpKjalIRWWXE01CQOf/tUNWNHjmbMHg/hmNCwc/Pz3k1T/j/Lg==",
  2940. "cpu": [
  2941. "riscv64"
  2942. ],
  2943. "license": "MIT",
  2944. "optional": true,
  2945. "os": [
  2946. "linux"
  2947. ]
  2948. },
  2949. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  2950. "version": "4.52.5",
  2951. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.52.5.tgz",
  2952. "integrity": "sha512-gn8kHOrku8D4NGHMK1Y7NA7INQTRdVOntt1OCYypZPRt6skGbddska44K8iocdpxHTMMNui5oH4elPH4QOLrFQ==",
  2953. "cpu": [
  2954. "s390x"
  2955. ],
  2956. "license": "MIT",
  2957. "optional": true,
  2958. "os": [
  2959. "linux"
  2960. ]
  2961. },
  2962. "node_modules/@rollup/rollup-linux-x64-gnu": {
  2963. "version": "4.52.5",
  2964. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.52.5.tgz",
  2965. "integrity": "sha512-hXGLYpdhiNElzN770+H2nlx+jRog8TyynpTVzdlc6bndktjKWyZyiCsuDAlpd+j+W+WNqfcyAWz9HxxIGfZm1Q==",
  2966. "cpu": [
  2967. "x64"
  2968. ],
  2969. "license": "MIT",
  2970. "optional": true,
  2971. "os": [
  2972. "linux"
  2973. ]
  2974. },
  2975. "node_modules/@rollup/rollup-linux-x64-musl": {
  2976. "version": "4.52.5",
  2977. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.52.5.tgz",
  2978. "integrity": "sha512-arCGIcuNKjBoKAXD+y7XomR9gY6Mw7HnFBv5Rw7wQRvwYLR7gBAgV7Mb2QTyjXfTveBNFAtPt46/36vV9STLNg==",
  2979. "cpu": [
  2980. "x64"
  2981. ],
  2982. "license": "MIT",
  2983. "optional": true,
  2984. "os": [
  2985. "linux"
  2986. ]
  2987. },
  2988. "node_modules/@rollup/rollup-openharmony-arm64": {
  2989. "version": "4.52.5",
  2990. "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.52.5.tgz",
  2991. "integrity": "sha512-QoFqB6+/9Rly/RiPjaomPLmR/13cgkIGfA40LHly9zcH1S0bN2HVFYk3a1eAyHQyjs3ZJYlXvIGtcCs5tko9Cw==",
  2992. "cpu": [
  2993. "arm64"
  2994. ],
  2995. "license": "MIT",
  2996. "optional": true,
  2997. "os": [
  2998. "openharmony"
  2999. ]
  3000. },
  3001. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  3002. "version": "4.52.5",
  3003. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.52.5.tgz",
  3004. "integrity": "sha512-w0cDWVR6MlTstla1cIfOGyl8+qb93FlAVutcor14Gf5Md5ap5ySfQ7R9S/NjNaMLSFdUnKGEasmVnu3lCMqB7w==",
  3005. "cpu": [
  3006. "arm64"
  3007. ],
  3008. "license": "MIT",
  3009. "optional": true,
  3010. "os": [
  3011. "win32"
  3012. ]
  3013. },
  3014. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  3015. "version": "4.52.5",
  3016. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.52.5.tgz",
  3017. "integrity": "sha512-Aufdpzp7DpOTULJCuvzqcItSGDH73pF3ko/f+ckJhxQyHtp67rHw3HMNxoIdDMUITJESNE6a8uh4Lo4SLouOUg==",
  3018. "cpu": [
  3019. "ia32"
  3020. ],
  3021. "license": "MIT",
  3022. "optional": true,
  3023. "os": [
  3024. "win32"
  3025. ]
  3026. },
  3027. "node_modules/@rollup/rollup-win32-x64-gnu": {
  3028. "version": "4.52.5",
  3029. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.52.5.tgz",
  3030. "integrity": "sha512-UGBUGPFp1vkj6p8wCRraqNhqwX/4kNQPS57BCFc8wYh0g94iVIW33wJtQAx3G7vrjjNtRaxiMUylM0ktp/TRSQ==",
  3031. "cpu": [
  3032. "x64"
  3033. ],
  3034. "license": "MIT",
  3035. "optional": true,
  3036. "os": [
  3037. "win32"
  3038. ]
  3039. },
  3040. "node_modules/@rollup/rollup-win32-x64-msvc": {
  3041. "version": "4.52.5",
  3042. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.52.5.tgz",
  3043. "integrity": "sha512-TAcgQh2sSkykPRWLrdyy2AiceMckNf5loITqXxFI5VuQjS5tSuw3WlwdN8qv8vzjLAUTvYaH/mVjSFpbkFbpTg==",
  3044. "cpu": [
  3045. "x64"
  3046. ],
  3047. "license": "MIT",
  3048. "optional": true,
  3049. "os": [
  3050. "win32"
  3051. ]
  3052. },
  3053. "node_modules/@sec-ant/readable-stream": {
  3054. "version": "0.4.1",
  3055. "resolved": "https://registry.npmjs.org/@sec-ant/readable-stream/-/readable-stream-0.4.1.tgz",
  3056. "integrity": "sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==",
  3057. "license": "MIT"
  3058. },
  3059. "node_modules/@sindresorhus/is": {
  3060. "version": "7.1.0",
  3061. "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-7.1.0.tgz",
  3062. "integrity": "sha512-7F/yz2IphV39hiS2zB4QYVkivrptHHh0K8qJJd9HhuWSdvf8AN7NpebW3CcDZDBQsUPMoDKWsY2WWgW7bqOcfA==",
  3063. "license": "MIT",
  3064. "engines": {
  3065. "node": ">=18"
  3066. },
  3067. "funding": {
  3068. "url": "https://github.com/sindresorhus/is?sponsor=1"
  3069. }
  3070. },
  3071. "node_modules/@sindresorhus/merge-streams": {
  3072. "version": "4.0.0",
  3073. "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz",
  3074. "integrity": "sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==",
  3075. "license": "MIT",
  3076. "engines": {
  3077. "node": ">=18"
  3078. },
  3079. "funding": {
  3080. "url": "https://github.com/sponsors/sindresorhus"
  3081. }
  3082. },
  3083. "node_modules/@speed-highlight/core": {
  3084. "version": "1.2.8",
  3085. "resolved": "https://registry.npmjs.org/@speed-highlight/core/-/core-1.2.8.tgz",
  3086. "integrity": "sha512-IGytNtnUnPIobIbOq5Y6LIlqiHNX+vnToQIS7lj6L5819C+rA8TXRDkkG8vePsiBOGcoW9R6i+dp2YBUKdB09Q==",
  3087. "license": "CC0-1.0"
  3088. },
  3089. "node_modules/@tailwindcss/node": {
  3090. "version": "4.1.16",
  3091. "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.16.tgz",
  3092. "integrity": "sha512-BX5iaSsloNuvKNHRN3k2RcCuTEgASTo77mofW0vmeHkfrDWaoFAFvNHpEgtu0eqyypcyiBkDWzSMxJhp3AUVcw==",
  3093. "license": "MIT",
  3094. "dependencies": {
  3095. "@jridgewell/remapping": "^2.3.4",
  3096. "enhanced-resolve": "^5.18.3",
  3097. "jiti": "^2.6.1",
  3098. "lightningcss": "1.30.2",
  3099. "magic-string": "^0.30.19",
  3100. "source-map-js": "^1.2.1",
  3101. "tailwindcss": "4.1.16"
  3102. }
  3103. },
  3104. "node_modules/@tailwindcss/oxide": {
  3105. "version": "4.1.16",
  3106. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.16.tgz",
  3107. "integrity": "sha512-2OSv52FRuhdlgyOQqgtQHuCgXnS8nFSYRp2tJ+4WZXKgTxqPy7SMSls8c3mPT5pkZ17SBToGM5LHEJBO7miEdg==",
  3108. "license": "MIT",
  3109. "engines": {
  3110. "node": ">= 10"
  3111. },
  3112. "optionalDependencies": {
  3113. "@tailwindcss/oxide-android-arm64": "4.1.16",
  3114. "@tailwindcss/oxide-darwin-arm64": "4.1.16",
  3115. "@tailwindcss/oxide-darwin-x64": "4.1.16",
  3116. "@tailwindcss/oxide-freebsd-x64": "4.1.16",
  3117. "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.16",
  3118. "@tailwindcss/oxide-linux-arm64-gnu": "4.1.16",
  3119. "@tailwindcss/oxide-linux-arm64-musl": "4.1.16",
  3120. "@tailwindcss/oxide-linux-x64-gnu": "4.1.16",
  3121. "@tailwindcss/oxide-linux-x64-musl": "4.1.16",
  3122. "@tailwindcss/oxide-wasm32-wasi": "4.1.16",
  3123. "@tailwindcss/oxide-win32-arm64-msvc": "4.1.16",
  3124. "@tailwindcss/oxide-win32-x64-msvc": "4.1.16"
  3125. }
  3126. },
  3127. "node_modules/@tailwindcss/oxide-android-arm64": {
  3128. "version": "4.1.16",
  3129. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.16.tgz",
  3130. "integrity": "sha512-8+ctzkjHgwDJ5caq9IqRSgsP70xhdhJvm+oueS/yhD5ixLhqTw9fSL1OurzMUhBwE5zK26FXLCz2f/RtkISqHA==",
  3131. "cpu": [
  3132. "arm64"
  3133. ],
  3134. "license": "MIT",
  3135. "optional": true,
  3136. "os": [
  3137. "android"
  3138. ],
  3139. "engines": {
  3140. "node": ">= 10"
  3141. }
  3142. },
  3143. "node_modules/@tailwindcss/oxide-darwin-arm64": {
  3144. "version": "4.1.16",
  3145. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.16.tgz",
  3146. "integrity": "sha512-C3oZy5042v2FOALBZtY0JTDnGNdS6w7DxL/odvSny17ORUnaRKhyTse8xYi3yKGyfnTUOdavRCdmc8QqJYwFKA==",
  3147. "cpu": [
  3148. "arm64"
  3149. ],
  3150. "license": "MIT",
  3151. "optional": true,
  3152. "os": [
  3153. "darwin"
  3154. ],
  3155. "engines": {
  3156. "node": ">= 10"
  3157. }
  3158. },
  3159. "node_modules/@tailwindcss/oxide-darwin-x64": {
  3160. "version": "4.1.16",
  3161. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.16.tgz",
  3162. "integrity": "sha512-vjrl/1Ub9+JwU6BP0emgipGjowzYZMjbWCDqwA2Z4vCa+HBSpP4v6U2ddejcHsolsYxwL5r4bPNoamlV0xDdLg==",
  3163. "cpu": [
  3164. "x64"
  3165. ],
  3166. "license": "MIT",
  3167. "optional": true,
  3168. "os": [
  3169. "darwin"
  3170. ],
  3171. "engines": {
  3172. "node": ">= 10"
  3173. }
  3174. },
  3175. "node_modules/@tailwindcss/oxide-freebsd-x64": {
  3176. "version": "4.1.16",
  3177. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.16.tgz",
  3178. "integrity": "sha512-TSMpPYpQLm+aR1wW5rKuUuEruc/oOX3C7H0BTnPDn7W/eMw8W+MRMpiypKMkXZfwH8wqPIRKppuZoedTtNj2tg==",
  3179. "cpu": [
  3180. "x64"
  3181. ],
  3182. "license": "MIT",
  3183. "optional": true,
  3184. "os": [
  3185. "freebsd"
  3186. ],
  3187. "engines": {
  3188. "node": ">= 10"
  3189. }
  3190. },
  3191. "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
  3192. "version": "4.1.16",
  3193. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.16.tgz",
  3194. "integrity": "sha512-p0GGfRg/w0sdsFKBjMYvvKIiKy/LNWLWgV/plR4lUgrsxFAoQBFrXkZ4C0w8IOXfslB9vHK/JGASWD2IefIpvw==",
  3195. "cpu": [
  3196. "arm"
  3197. ],
  3198. "license": "MIT",
  3199. "optional": true,
  3200. "os": [
  3201. "linux"
  3202. ],
  3203. "engines": {
  3204. "node": ">= 10"
  3205. }
  3206. },
  3207. "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
  3208. "version": "4.1.16",
  3209. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.16.tgz",
  3210. "integrity": "sha512-DoixyMmTNO19rwRPdqviTrG1rYzpxgyYJl8RgQvdAQUzxC1ToLRqtNJpU/ATURSKgIg6uerPw2feW0aS8SNr/w==",
  3211. "cpu": [
  3212. "arm64"
  3213. ],
  3214. "license": "MIT",
  3215. "optional": true,
  3216. "os": [
  3217. "linux"
  3218. ],
  3219. "engines": {
  3220. "node": ">= 10"
  3221. }
  3222. },
  3223. "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
  3224. "version": "4.1.16",
  3225. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.16.tgz",
  3226. "integrity": "sha512-H81UXMa9hJhWhaAUca6bU2wm5RRFpuHImrwXBUvPbYb+3jo32I9VIwpOX6hms0fPmA6f2pGVlybO6qU8pF4fzQ==",
  3227. "cpu": [
  3228. "arm64"
  3229. ],
  3230. "license": "MIT",
  3231. "optional": true,
  3232. "os": [
  3233. "linux"
  3234. ],
  3235. "engines": {
  3236. "node": ">= 10"
  3237. }
  3238. },
  3239. "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
  3240. "version": "4.1.16",
  3241. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.16.tgz",
  3242. "integrity": "sha512-ZGHQxDtFC2/ruo7t99Qo2TTIvOERULPl5l0K1g0oK6b5PGqjYMga+FcY1wIUnrUxY56h28FxybtDEla+ICOyew==",
  3243. "cpu": [
  3244. "x64"
  3245. ],
  3246. "license": "MIT",
  3247. "optional": true,
  3248. "os": [
  3249. "linux"
  3250. ],
  3251. "engines": {
  3252. "node": ">= 10"
  3253. }
  3254. },
  3255. "node_modules/@tailwindcss/oxide-linux-x64-musl": {
  3256. "version": "4.1.16",
  3257. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.16.tgz",
  3258. "integrity": "sha512-Oi1tAaa0rcKf1Og9MzKeINZzMLPbhxvm7rno5/zuP1WYmpiG0bEHq4AcRUiG2165/WUzvxkW4XDYCscZWbTLZw==",
  3259. "cpu": [
  3260. "x64"
  3261. ],
  3262. "license": "MIT",
  3263. "optional": true,
  3264. "os": [
  3265. "linux"
  3266. ],
  3267. "engines": {
  3268. "node": ">= 10"
  3269. }
  3270. },
  3271. "node_modules/@tailwindcss/oxide-wasm32-wasi": {
  3272. "version": "4.1.16",
  3273. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.16.tgz",
  3274. "integrity": "sha512-B01u/b8LteGRwucIBmCQ07FVXLzImWESAIMcUU6nvFt/tYsQ6IHz8DmZ5KtvmwxD+iTYBtM1xwoGXswnlu9v0Q==",
  3275. "bundleDependencies": [
  3276. "@napi-rs/wasm-runtime",
  3277. "@emnapi/core",
  3278. "@emnapi/runtime",
  3279. "@tybys/wasm-util",
  3280. "@emnapi/wasi-threads",
  3281. "tslib"
  3282. ],
  3283. "cpu": [
  3284. "wasm32"
  3285. ],
  3286. "license": "MIT",
  3287. "optional": true,
  3288. "dependencies": {
  3289. "@emnapi/core": "^1.5.0",
  3290. "@emnapi/runtime": "^1.5.0",
  3291. "@emnapi/wasi-threads": "^1.1.0",
  3292. "@napi-rs/wasm-runtime": "^1.0.7",
  3293. "@tybys/wasm-util": "^0.10.1",
  3294. "tslib": "^2.4.0"
  3295. },
  3296. "engines": {
  3297. "node": ">=14.0.0"
  3298. }
  3299. },
  3300. "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
  3301. "version": "4.1.16",
  3302. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.16.tgz",
  3303. "integrity": "sha512-zX+Q8sSkGj6HKRTMJXuPvOcP8XfYON24zJBRPlszcH1Np7xuHXhWn8qfFjIujVzvH3BHU+16jBXwgpl20i+v9A==",
  3304. "cpu": [
  3305. "arm64"
  3306. ],
  3307. "license": "MIT",
  3308. "optional": true,
  3309. "os": [
  3310. "win32"
  3311. ],
  3312. "engines": {
  3313. "node": ">= 10"
  3314. }
  3315. },
  3316. "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
  3317. "version": "4.1.16",
  3318. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.16.tgz",
  3319. "integrity": "sha512-m5dDFJUEejbFqP+UXVstd4W/wnxA4F61q8SoL+mqTypId2T2ZpuxosNSgowiCnLp2+Z+rivdU0AqpfgiD7yCBg==",
  3320. "cpu": [
  3321. "x64"
  3322. ],
  3323. "license": "MIT",
  3324. "optional": true,
  3325. "os": [
  3326. "win32"
  3327. ],
  3328. "engines": {
  3329. "node": ">= 10"
  3330. }
  3331. },
  3332. "node_modules/@tailwindcss/vite": {
  3333. "version": "4.1.16",
  3334. "resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.1.16.tgz",
  3335. "integrity": "sha512-bbguNBcDxsRmi9nnlWJxhfDWamY3lmcyACHcdO1crxfzuLpOhHLLtEIN/nCbbAtj5rchUgQD17QVAKi1f7IsKg==",
  3336. "license": "MIT",
  3337. "dependencies": {
  3338. "@tailwindcss/node": "4.1.16",
  3339. "@tailwindcss/oxide": "4.1.16",
  3340. "tailwindcss": "4.1.16"
  3341. },
  3342. "peerDependencies": {
  3343. "vite": "^5.2.0 || ^6 || ^7"
  3344. }
  3345. },
  3346. "node_modules/@tybys/wasm-util": {
  3347. "version": "0.10.1",
  3348. "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
  3349. "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==",
  3350. "license": "MIT",
  3351. "optional": true,
  3352. "dependencies": {
  3353. "tslib": "^2.4.0"
  3354. }
  3355. },
  3356. "node_modules/@types/estree": {
  3357. "version": "1.0.8",
  3358. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
  3359. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  3360. "license": "MIT"
  3361. },
  3362. "node_modules/@types/parse-path": {
  3363. "version": "7.0.3",
  3364. "resolved": "https://registry.npmjs.org/@types/parse-path/-/parse-path-7.0.3.tgz",
  3365. "integrity": "sha512-LriObC2+KYZD3FzCrgWGv/qufdUy4eXrxcLgQMfYXgPbLIecKIsVBaQgUPmxSSLcjmYbDTQbMgr6qr6l/eb7Bg==",
  3366. "license": "MIT"
  3367. },
  3368. "node_modules/@types/resolve": {
  3369. "version": "1.20.2",
  3370. "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz",
  3371. "integrity": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==",
  3372. "license": "MIT"
  3373. },
  3374. "node_modules/@unhead/vue": {
  3375. "version": "2.0.19",
  3376. "resolved": "https://registry.npmjs.org/@unhead/vue/-/vue-2.0.19.tgz",
  3377. "integrity": "sha512-7BYjHfOaoZ9+ARJkT10Q2TjnTUqDXmMpfakIAsD/hXiuff1oqWg1xeXT5+MomhNcC15HbiABpbbBmITLSHxdKg==",
  3378. "license": "MIT",
  3379. "dependencies": {
  3380. "hookable": "^5.5.3",
  3381. "unhead": "2.0.19"
  3382. },
  3383. "funding": {
  3384. "url": "https://github.com/sponsors/harlan-zw"
  3385. },
  3386. "peerDependencies": {
  3387. "vue": ">=3.5.18"
  3388. }
  3389. },
  3390. "node_modules/@vercel/nft": {
  3391. "version": "0.30.3",
  3392. "resolved": "https://registry.npmjs.org/@vercel/nft/-/nft-0.30.3.tgz",
  3393. "integrity": "sha512-UEq+eF0ocEf9WQCV1gktxKhha36KDs7jln5qii6UpPf5clMqDc0p3E7d9l2Smx0i9Pm1qpq4S4lLfNl97bbv6w==",
  3394. "license": "MIT",
  3395. "dependencies": {
  3396. "@mapbox/node-pre-gyp": "^2.0.0",
  3397. "@rollup/pluginutils": "^5.1.3",
  3398. "acorn": "^8.6.0",
  3399. "acorn-import-attributes": "^1.9.5",
  3400. "async-sema": "^3.1.1",
  3401. "bindings": "^1.4.0",
  3402. "estree-walker": "2.0.2",
  3403. "glob": "^10.4.5",
  3404. "graceful-fs": "^4.2.9",
  3405. "node-gyp-build": "^4.2.2",
  3406. "picomatch": "^4.0.2",
  3407. "resolve-from": "^5.0.0"
  3408. },
  3409. "bin": {
  3410. "nft": "out/cli.js"
  3411. },
  3412. "engines": {
  3413. "node": ">=18"
  3414. }
  3415. },
  3416. "node_modules/@vitejs/plugin-vue": {
  3417. "version": "6.0.1",
  3418. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-6.0.1.tgz",
  3419. "integrity": "sha512-+MaE752hU0wfPFJEUAIxqw18+20euHHdxVtMvbFcOEpjEyfqXH/5DCoTHiVJ0J29EhTJdoTkjEv5YBKU9dnoTw==",
  3420. "license": "MIT",
  3421. "dependencies": {
  3422. "@rolldown/pluginutils": "1.0.0-beta.29"
  3423. },
  3424. "engines": {
  3425. "node": "^20.19.0 || >=22.12.0"
  3426. },
  3427. "peerDependencies": {
  3428. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0",
  3429. "vue": "^3.2.25"
  3430. }
  3431. },
  3432. "node_modules/@vitejs/plugin-vue-jsx": {
  3433. "version": "5.1.1",
  3434. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-5.1.1.tgz",
  3435. "integrity": "sha512-uQkfxzlF8SGHJJVH966lFTdjM/lGcwJGzwAHpVqAPDD/QcsqoUGa+q31ox1BrUfi+FLP2ChVp7uLXE3DkHyDdQ==",
  3436. "license": "MIT",
  3437. "dependencies": {
  3438. "@babel/core": "^7.28.3",
  3439. "@babel/plugin-syntax-typescript": "^7.27.1",
  3440. "@babel/plugin-transform-typescript": "^7.28.0",
  3441. "@rolldown/pluginutils": "^1.0.0-beta.34",
  3442. "@vue/babel-plugin-jsx": "^1.5.0"
  3443. },
  3444. "engines": {
  3445. "node": "^20.19.0 || >=22.12.0"
  3446. },
  3447. "peerDependencies": {
  3448. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0",
  3449. "vue": "^3.0.0"
  3450. }
  3451. },
  3452. "node_modules/@vitejs/plugin-vue-jsx/node_modules/@rolldown/pluginutils": {
  3453. "version": "1.0.0-beta.45",
  3454. "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.45.tgz",
  3455. "integrity": "sha512-Le9ulGCrD8ggInzWw/k2J8QcbPz7eGIOWqfJ2L+1R0Opm7n6J37s2hiDWlh6LJN0Lk9L5sUzMvRHKW7UxBZsQA==",
  3456. "license": "MIT"
  3457. },
  3458. "node_modules/@volar/language-core": {
  3459. "version": "2.4.23",
  3460. "resolved": "https://registry.npmjs.org/@volar/language-core/-/language-core-2.4.23.tgz",
  3461. "integrity": "sha512-hEEd5ET/oSmBC6pi1j6NaNYRWoAiDhINbT8rmwtINugR39loROSlufGdYMF9TaKGfz+ViGs1Idi3mAhnuPcoGQ==",
  3462. "license": "MIT",
  3463. "dependencies": {
  3464. "@volar/source-map": "2.4.23"
  3465. }
  3466. },
  3467. "node_modules/@volar/source-map": {
  3468. "version": "2.4.23",
  3469. "resolved": "https://registry.npmjs.org/@volar/source-map/-/source-map-2.4.23.tgz",
  3470. "integrity": "sha512-Z1Uc8IB57Lm6k7q6KIDu/p+JWtf3xsXJqAX/5r18hYOTpJyBn0KXUR8oTJ4WFYOcDzWC9n3IflGgHowx6U6z9Q==",
  3471. "license": "MIT"
  3472. },
  3473. "node_modules/@vue-macros/common": {
  3474. "version": "3.1.1",
  3475. "resolved": "https://registry.npmjs.org/@vue-macros/common/-/common-3.1.1.tgz",
  3476. "integrity": "sha512-afW2DMjgCBVs33mWRlz7YsGHzoEEupnl0DK5ZTKsgziAlLh5syc5m+GM7eqeYrgiQpwMaVxa1fk73caCvPxyAw==",
  3477. "license": "MIT",
  3478. "dependencies": {
  3479. "@vue/compiler-sfc": "^3.5.22",
  3480. "ast-kit": "^2.1.2",
  3481. "local-pkg": "^1.1.2",
  3482. "magic-string-ast": "^1.0.2",
  3483. "unplugin-utils": "^0.3.0"
  3484. },
  3485. "engines": {
  3486. "node": ">=20.19.0"
  3487. },
  3488. "funding": {
  3489. "url": "https://github.com/sponsors/vue-macros"
  3490. },
  3491. "peerDependencies": {
  3492. "vue": "^2.7.0 || ^3.2.25"
  3493. },
  3494. "peerDependenciesMeta": {
  3495. "vue": {
  3496. "optional": true
  3497. }
  3498. }
  3499. },
  3500. "node_modules/@vue-macros/common/node_modules/unplugin-utils": {
  3501. "version": "0.3.1",
  3502. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  3503. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  3504. "license": "MIT",
  3505. "dependencies": {
  3506. "pathe": "^2.0.3",
  3507. "picomatch": "^4.0.3"
  3508. },
  3509. "engines": {
  3510. "node": ">=20.19.0"
  3511. },
  3512. "funding": {
  3513. "url": "https://github.com/sponsors/sxzz"
  3514. }
  3515. },
  3516. "node_modules/@vue/babel-helper-vue-transform-on": {
  3517. "version": "1.5.0",
  3518. "resolved": "https://registry.npmjs.org/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.5.0.tgz",
  3519. "integrity": "sha512-0dAYkerNhhHutHZ34JtTl2czVQHUNWv6xEbkdF5W+Yrv5pCWsqjeORdOgbtW2I9gWlt+wBmVn+ttqN9ZxR5tzA==",
  3520. "license": "MIT"
  3521. },
  3522. "node_modules/@vue/babel-plugin-jsx": {
  3523. "version": "1.5.0",
  3524. "resolved": "https://registry.npmjs.org/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.5.0.tgz",
  3525. "integrity": "sha512-mneBhw1oOqCd2247O0Yw/mRwC9jIGACAJUlawkmMBiNmL4dGA2eMzuNZVNqOUfYTa6vqmND4CtOPzmEEEqLKFw==",
  3526. "license": "MIT",
  3527. "dependencies": {
  3528. "@babel/helper-module-imports": "^7.27.1",
  3529. "@babel/helper-plugin-utils": "^7.27.1",
  3530. "@babel/plugin-syntax-jsx": "^7.27.1",
  3531. "@babel/template": "^7.27.2",
  3532. "@babel/traverse": "^7.28.0",
  3533. "@babel/types": "^7.28.2",
  3534. "@vue/babel-helper-vue-transform-on": "1.5.0",
  3535. "@vue/babel-plugin-resolve-type": "1.5.0",
  3536. "@vue/shared": "^3.5.18"
  3537. },
  3538. "peerDependencies": {
  3539. "@babel/core": "^7.0.0-0"
  3540. },
  3541. "peerDependenciesMeta": {
  3542. "@babel/core": {
  3543. "optional": true
  3544. }
  3545. }
  3546. },
  3547. "node_modules/@vue/babel-plugin-resolve-type": {
  3548. "version": "1.5.0",
  3549. "resolved": "https://registry.npmjs.org/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.5.0.tgz",
  3550. "integrity": "sha512-Wm/60o+53JwJODm4Knz47dxJnLDJ9FnKnGZJbUUf8nQRAtt6P+undLUAVU3Ha33LxOJe6IPoifRQ6F/0RrU31w==",
  3551. "license": "MIT",
  3552. "dependencies": {
  3553. "@babel/code-frame": "^7.27.1",
  3554. "@babel/helper-module-imports": "^7.27.1",
  3555. "@babel/helper-plugin-utils": "^7.27.1",
  3556. "@babel/parser": "^7.28.0",
  3557. "@vue/compiler-sfc": "^3.5.18"
  3558. },
  3559. "funding": {
  3560. "url": "https://github.com/sponsors/sxzz"
  3561. },
  3562. "peerDependencies": {
  3563. "@babel/core": "^7.0.0-0"
  3564. }
  3565. },
  3566. "node_modules/@vue/compiler-core": {
  3567. "version": "3.5.22",
  3568. "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.22.tgz",
  3569. "integrity": "sha512-jQ0pFPmZwTEiRNSb+i9Ow/I/cHv2tXYqsnHKKyCQ08irI2kdF5qmYedmF8si8mA7zepUFmJ2hqzS8CQmNOWOkQ==",
  3570. "license": "MIT",
  3571. "dependencies": {
  3572. "@babel/parser": "^7.28.4",
  3573. "@vue/shared": "3.5.22",
  3574. "entities": "^4.5.0",
  3575. "estree-walker": "^2.0.2",
  3576. "source-map-js": "^1.2.1"
  3577. }
  3578. },
  3579. "node_modules/@vue/compiler-dom": {
  3580. "version": "3.5.22",
  3581. "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.22.tgz",
  3582. "integrity": "sha512-W8RknzUM1BLkypvdz10OVsGxnMAuSIZs9Wdx1vzA3mL5fNMN15rhrSCLiTm6blWeACwUwizzPVqGJgOGBEN/hA==",
  3583. "license": "MIT",
  3584. "dependencies": {
  3585. "@vue/compiler-core": "3.5.22",
  3586. "@vue/shared": "3.5.22"
  3587. }
  3588. },
  3589. "node_modules/@vue/compiler-sfc": {
  3590. "version": "3.5.22",
  3591. "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.22.tgz",
  3592. "integrity": "sha512-tbTR1zKGce4Lj+JLzFXDq36K4vcSZbJ1RBu8FxcDv1IGRz//Dh2EBqksyGVypz3kXpshIfWKGOCcqpSbyGWRJQ==",
  3593. "license": "MIT",
  3594. "dependencies": {
  3595. "@babel/parser": "^7.28.4",
  3596. "@vue/compiler-core": "3.5.22",
  3597. "@vue/compiler-dom": "3.5.22",
  3598. "@vue/compiler-ssr": "3.5.22",
  3599. "@vue/shared": "3.5.22",
  3600. "estree-walker": "^2.0.2",
  3601. "magic-string": "^0.30.19",
  3602. "postcss": "^8.5.6",
  3603. "source-map-js": "^1.2.1"
  3604. }
  3605. },
  3606. "node_modules/@vue/compiler-ssr": {
  3607. "version": "3.5.22",
  3608. "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.22.tgz",
  3609. "integrity": "sha512-GdgyLvg4R+7T8Nk2Mlighx7XGxq/fJf9jaVofc3IL0EPesTE86cP/8DD1lT3h1JeZr2ySBvyqKQJgbS54IX1Ww==",
  3610. "license": "MIT",
  3611. "dependencies": {
  3612. "@vue/compiler-dom": "3.5.22",
  3613. "@vue/shared": "3.5.22"
  3614. }
  3615. },
  3616. "node_modules/@vue/devtools-api": {
  3617. "version": "6.6.4",
  3618. "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  3619. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  3620. "license": "MIT"
  3621. },
  3622. "node_modules/@vue/devtools-core": {
  3623. "version": "7.7.7",
  3624. "resolved": "https://registry.npmjs.org/@vue/devtools-core/-/devtools-core-7.7.7.tgz",
  3625. "integrity": "sha512-9z9TLbfC+AjAi1PQyWX+OErjIaJmdFlbDHcD+cAMYKY6Bh5VlsAtCeGyRMrXwIlMEQPukvnWt3gZBLwTAIMKzQ==",
  3626. "license": "MIT",
  3627. "dependencies": {
  3628. "@vue/devtools-kit": "^7.7.7",
  3629. "@vue/devtools-shared": "^7.7.7",
  3630. "mitt": "^3.0.1",
  3631. "nanoid": "^5.1.0",
  3632. "pathe": "^2.0.3",
  3633. "vite-hot-client": "^2.0.4"
  3634. },
  3635. "peerDependencies": {
  3636. "vue": "^3.0.0"
  3637. }
  3638. },
  3639. "node_modules/@vue/devtools-kit": {
  3640. "version": "7.7.7",
  3641. "resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-7.7.7.tgz",
  3642. "integrity": "sha512-wgoZtxcTta65cnZ1Q6MbAfePVFxfM+gq0saaeytoph7nEa7yMXoi6sCPy4ufO111B9msnw0VOWjPEFCXuAKRHA==",
  3643. "license": "MIT",
  3644. "dependencies": {
  3645. "@vue/devtools-shared": "^7.7.7",
  3646. "birpc": "^2.3.0",
  3647. "hookable": "^5.5.3",
  3648. "mitt": "^3.0.1",
  3649. "perfect-debounce": "^1.0.0",
  3650. "speakingurl": "^14.0.1",
  3651. "superjson": "^2.2.2"
  3652. }
  3653. },
  3654. "node_modules/@vue/devtools-kit/node_modules/perfect-debounce": {
  3655. "version": "1.0.0",
  3656. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
  3657. "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==",
  3658. "license": "MIT"
  3659. },
  3660. "node_modules/@vue/devtools-shared": {
  3661. "version": "7.7.7",
  3662. "resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-7.7.7.tgz",
  3663. "integrity": "sha512-+udSj47aRl5aKb0memBvcUG9koarqnxNM5yjuREvqwK6T3ap4mn3Zqqc17QrBFTqSMjr3HK1cvStEZpMDpfdyw==",
  3664. "license": "MIT",
  3665. "dependencies": {
  3666. "rfdc": "^1.4.1"
  3667. }
  3668. },
  3669. "node_modules/@vue/language-core": {
  3670. "version": "3.1.2",
  3671. "resolved": "https://registry.npmjs.org/@vue/language-core/-/language-core-3.1.2.tgz",
  3672. "integrity": "sha512-PyFDCqpdfYUT+oMLqcc61oHfJlC6yjhybaefwQjRdkchIihToOEpJ2Wu/Ebq2yrnJdd1EsaAvZaXVAqcxtnDxQ==",
  3673. "license": "MIT",
  3674. "dependencies": {
  3675. "@volar/language-core": "2.4.23",
  3676. "@vue/compiler-dom": "^3.5.0",
  3677. "@vue/shared": "^3.5.0",
  3678. "alien-signals": "^3.0.0",
  3679. "muggle-string": "^0.4.1",
  3680. "path-browserify": "^1.0.1",
  3681. "picomatch": "^4.0.2"
  3682. },
  3683. "peerDependencies": {
  3684. "typescript": "*"
  3685. },
  3686. "peerDependenciesMeta": {
  3687. "typescript": {
  3688. "optional": true
  3689. }
  3690. }
  3691. },
  3692. "node_modules/@vue/reactivity": {
  3693. "version": "3.5.22",
  3694. "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.22.tgz",
  3695. "integrity": "sha512-f2Wux4v/Z2pqc9+4SmgZC1p73Z53fyD90NFWXiX9AKVnVBEvLFOWCEgJD3GdGnlxPZt01PSlfmLqbLYzY/Fw4A==",
  3696. "license": "MIT",
  3697. "dependencies": {
  3698. "@vue/shared": "3.5.22"
  3699. }
  3700. },
  3701. "node_modules/@vue/runtime-core": {
  3702. "version": "3.5.22",
  3703. "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.22.tgz",
  3704. "integrity": "sha512-EHo4W/eiYeAzRTN5PCextDUZ0dMs9I8mQ2Fy+OkzvRPUYQEyK9yAjbasrMCXbLNhF7P0OUyivLjIy0yc6VrLJQ==",
  3705. "license": "MIT",
  3706. "dependencies": {
  3707. "@vue/reactivity": "3.5.22",
  3708. "@vue/shared": "3.5.22"
  3709. }
  3710. },
  3711. "node_modules/@vue/runtime-dom": {
  3712. "version": "3.5.22",
  3713. "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.22.tgz",
  3714. "integrity": "sha512-Av60jsryAkI023PlN7LsqrfPvwfxOd2yAwtReCjeuugTJTkgrksYJJstg1e12qle0NarkfhfFu1ox2D+cQotww==",
  3715. "license": "MIT",
  3716. "dependencies": {
  3717. "@vue/reactivity": "3.5.22",
  3718. "@vue/runtime-core": "3.5.22",
  3719. "@vue/shared": "3.5.22",
  3720. "csstype": "^3.1.3"
  3721. }
  3722. },
  3723. "node_modules/@vue/server-renderer": {
  3724. "version": "3.5.22",
  3725. "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.22.tgz",
  3726. "integrity": "sha512-gXjo+ao0oHYTSswF+a3KRHZ1WszxIqO7u6XwNHqcqb9JfyIL/pbWrrh/xLv7jeDqla9u+LK7yfZKHih1e1RKAQ==",
  3727. "license": "MIT",
  3728. "dependencies": {
  3729. "@vue/compiler-ssr": "3.5.22",
  3730. "@vue/shared": "3.5.22"
  3731. },
  3732. "peerDependencies": {
  3733. "vue": "3.5.22"
  3734. }
  3735. },
  3736. "node_modules/@vue/shared": {
  3737. "version": "3.5.22",
  3738. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.22.tgz",
  3739. "integrity": "sha512-F4yc6palwq3TT0u+FYf0Ns4Tfl9GRFURDN2gWG7L1ecIaS/4fCIuFOjMTnCyjsu/OK6vaDKLCrGAa+KvvH+h4w==",
  3740. "license": "MIT"
  3741. },
  3742. "node_modules/abbrev": {
  3743. "version": "3.0.1",
  3744. "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-3.0.1.tgz",
  3745. "integrity": "sha512-AO2ac6pjRB3SJmGJo+v5/aK6Omggp6fsLrs6wN9bd35ulu4cCwaAU9+7ZhXjeqHVkaHThLuzH0nZr0YpCDhygg==",
  3746. "license": "ISC",
  3747. "engines": {
  3748. "node": "^18.17.0 || >=20.5.0"
  3749. }
  3750. },
  3751. "node_modules/abort-controller": {
  3752. "version": "3.0.0",
  3753. "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
  3754. "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
  3755. "license": "MIT",
  3756. "dependencies": {
  3757. "event-target-shim": "^5.0.0"
  3758. },
  3759. "engines": {
  3760. "node": ">=6.5"
  3761. }
  3762. },
  3763. "node_modules/acorn": {
  3764. "version": "8.15.0",
  3765. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
  3766. "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
  3767. "license": "MIT",
  3768. "bin": {
  3769. "acorn": "bin/acorn"
  3770. },
  3771. "engines": {
  3772. "node": ">=0.4.0"
  3773. }
  3774. },
  3775. "node_modules/acorn-import-attributes": {
  3776. "version": "1.9.5",
  3777. "resolved": "https://registry.npmjs.org/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz",
  3778. "integrity": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==",
  3779. "license": "MIT",
  3780. "peerDependencies": {
  3781. "acorn": "^8"
  3782. }
  3783. },
  3784. "node_modules/agent-base": {
  3785. "version": "7.1.4",
  3786. "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
  3787. "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
  3788. "license": "MIT",
  3789. "engines": {
  3790. "node": ">= 14"
  3791. }
  3792. },
  3793. "node_modules/alien-signals": {
  3794. "version": "3.0.3",
  3795. "resolved": "https://registry.npmjs.org/alien-signals/-/alien-signals-3.0.3.tgz",
  3796. "integrity": "sha512-2JXjom6R7ZwrISpUphLhf4htUq1aKRCennTJ6u9kFfr3sLmC9+I4CxxVi+McoFnIg+p1HnVrfLT/iCt4Dlz//Q==",
  3797. "license": "MIT"
  3798. },
  3799. "node_modules/ansi-regex": {
  3800. "version": "6.2.2",
  3801. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
  3802. "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
  3803. "license": "MIT",
  3804. "engines": {
  3805. "node": ">=12"
  3806. },
  3807. "funding": {
  3808. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  3809. }
  3810. },
  3811. "node_modules/ansi-styles": {
  3812. "version": "6.2.3",
  3813. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
  3814. "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
  3815. "license": "MIT",
  3816. "engines": {
  3817. "node": ">=12"
  3818. },
  3819. "funding": {
  3820. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  3821. }
  3822. },
  3823. "node_modules/ansis": {
  3824. "version": "4.2.0",
  3825. "resolved": "https://registry.npmjs.org/ansis/-/ansis-4.2.0.tgz",
  3826. "integrity": "sha512-HqZ5rWlFjGiV0tDm3UxxgNRqsOTniqoKZu0pIAfh7TZQMGuZK+hH0drySty0si0QXj1ieop4+SkSfPZBPPkHig==",
  3827. "license": "ISC",
  3828. "engines": {
  3829. "node": ">=14"
  3830. }
  3831. },
  3832. "node_modules/anymatch": {
  3833. "version": "3.1.3",
  3834. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
  3835. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  3836. "license": "ISC",
  3837. "dependencies": {
  3838. "normalize-path": "^3.0.0",
  3839. "picomatch": "^2.0.4"
  3840. },
  3841. "engines": {
  3842. "node": ">= 8"
  3843. }
  3844. },
  3845. "node_modules/anymatch/node_modules/picomatch": {
  3846. "version": "2.3.1",
  3847. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
  3848. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  3849. "license": "MIT",
  3850. "engines": {
  3851. "node": ">=8.6"
  3852. },
  3853. "funding": {
  3854. "url": "https://github.com/sponsors/jonschlinkert"
  3855. }
  3856. },
  3857. "node_modules/archiver": {
  3858. "version": "7.0.1",
  3859. "resolved": "https://registry.npmjs.org/archiver/-/archiver-7.0.1.tgz",
  3860. "integrity": "sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==",
  3861. "license": "MIT",
  3862. "dependencies": {
  3863. "archiver-utils": "^5.0.2",
  3864. "async": "^3.2.4",
  3865. "buffer-crc32": "^1.0.0",
  3866. "readable-stream": "^4.0.0",
  3867. "readdir-glob": "^1.1.2",
  3868. "tar-stream": "^3.0.0",
  3869. "zip-stream": "^6.0.1"
  3870. },
  3871. "engines": {
  3872. "node": ">= 14"
  3873. }
  3874. },
  3875. "node_modules/archiver-utils": {
  3876. "version": "5.0.2",
  3877. "resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-5.0.2.tgz",
  3878. "integrity": "sha512-wuLJMmIBQYCsGZgYLTy5FIB2pF6Lfb6cXMSF8Qywwk3t20zWnAi7zLcQFdKQmIB8wyZpY5ER38x08GbwtR2cLA==",
  3879. "license": "MIT",
  3880. "dependencies": {
  3881. "glob": "^10.0.0",
  3882. "graceful-fs": "^4.2.0",
  3883. "is-stream": "^2.0.1",
  3884. "lazystream": "^1.0.0",
  3885. "lodash": "^4.17.15",
  3886. "normalize-path": "^3.0.0",
  3887. "readable-stream": "^4.0.0"
  3888. },
  3889. "engines": {
  3890. "node": ">= 14"
  3891. }
  3892. },
  3893. "node_modules/archiver-utils/node_modules/is-stream": {
  3894. "version": "2.0.1",
  3895. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  3896. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  3897. "license": "MIT",
  3898. "engines": {
  3899. "node": ">=8"
  3900. },
  3901. "funding": {
  3902. "url": "https://github.com/sponsors/sindresorhus"
  3903. }
  3904. },
  3905. "node_modules/ast-kit": {
  3906. "version": "2.1.3",
  3907. "resolved": "https://registry.npmjs.org/ast-kit/-/ast-kit-2.1.3.tgz",
  3908. "integrity": "sha512-TH+b3Lv6pUjy/Nu0m6A2JULtdzLpmqF9x1Dhj00ZoEiML8qvVA9j1flkzTKNYgdEhWrjDwtWNpyyCUbfQe514g==",
  3909. "license": "MIT",
  3910. "dependencies": {
  3911. "@babel/parser": "^7.28.4",
  3912. "pathe": "^2.0.3"
  3913. },
  3914. "engines": {
  3915. "node": ">=20.19.0"
  3916. },
  3917. "funding": {
  3918. "url": "https://github.com/sponsors/sxzz"
  3919. }
  3920. },
  3921. "node_modules/ast-walker-scope": {
  3922. "version": "0.8.3",
  3923. "resolved": "https://registry.npmjs.org/ast-walker-scope/-/ast-walker-scope-0.8.3.tgz",
  3924. "integrity": "sha512-cbdCP0PGOBq0ASG+sjnKIoYkWMKhhz+F/h9pRexUdX2Hd38+WOlBkRKlqkGOSm0YQpcFMQBJeK4WspUAkwsEdg==",
  3925. "license": "MIT",
  3926. "dependencies": {
  3927. "@babel/parser": "^7.28.4",
  3928. "ast-kit": "^2.1.3"
  3929. },
  3930. "engines": {
  3931. "node": ">=20.19.0"
  3932. },
  3933. "funding": {
  3934. "url": "https://github.com/sponsors/sxzz"
  3935. }
  3936. },
  3937. "node_modules/async": {
  3938. "version": "3.2.6",
  3939. "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz",
  3940. "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==",
  3941. "license": "MIT"
  3942. },
  3943. "node_modules/async-sema": {
  3944. "version": "3.1.1",
  3945. "resolved": "https://registry.npmjs.org/async-sema/-/async-sema-3.1.1.tgz",
  3946. "integrity": "sha512-tLRNUXati5MFePdAk8dw7Qt7DpxPB60ofAgn8WRhW6a2rcimZnYBP9oxHiv0OHy+Wz7kPMG+t4LGdt31+4EmGg==",
  3947. "license": "MIT"
  3948. },
  3949. "node_modules/autoprefixer": {
  3950. "version": "10.4.21",
  3951. "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.21.tgz",
  3952. "integrity": "sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==",
  3953. "funding": [
  3954. {
  3955. "type": "opencollective",
  3956. "url": "https://opencollective.com/postcss/"
  3957. },
  3958. {
  3959. "type": "tidelift",
  3960. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  3961. },
  3962. {
  3963. "type": "github",
  3964. "url": "https://github.com/sponsors/ai"
  3965. }
  3966. ],
  3967. "license": "MIT",
  3968. "dependencies": {
  3969. "browserslist": "^4.24.4",
  3970. "caniuse-lite": "^1.0.30001702",
  3971. "fraction.js": "^4.3.7",
  3972. "normalize-range": "^0.1.2",
  3973. "picocolors": "^1.1.1",
  3974. "postcss-value-parser": "^4.2.0"
  3975. },
  3976. "bin": {
  3977. "autoprefixer": "bin/autoprefixer"
  3978. },
  3979. "engines": {
  3980. "node": "^10 || ^12 || >=14"
  3981. },
  3982. "peerDependencies": {
  3983. "postcss": "^8.1.0"
  3984. }
  3985. },
  3986. "node_modules/b4a": {
  3987. "version": "1.7.3",
  3988. "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.7.3.tgz",
  3989. "integrity": "sha512-5Q2mfq2WfGuFp3uS//0s6baOJLMoVduPYVeNmDYxu5OUA1/cBfvr2RIS7vi62LdNj/urk1hfmj867I3qt6uZ7Q==",
  3990. "license": "Apache-2.0",
  3991. "peerDependencies": {
  3992. "react-native-b4a": "*"
  3993. },
  3994. "peerDependenciesMeta": {
  3995. "react-native-b4a": {
  3996. "optional": true
  3997. }
  3998. }
  3999. },
  4000. "node_modules/balanced-match": {
  4001. "version": "1.0.2",
  4002. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  4003. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  4004. "license": "MIT"
  4005. },
  4006. "node_modules/bare-events": {
  4007. "version": "2.8.1",
  4008. "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.8.1.tgz",
  4009. "integrity": "sha512-oxSAxTS1hRfnyit2CL5QpAOS5ixfBjj6ex3yTNvXyY/kE719jQ/IjuESJBK2w5v4wwQRAHGseVJXx9QBYOtFGQ==",
  4010. "license": "Apache-2.0",
  4011. "peerDependencies": {
  4012. "bare-abort-controller": "*"
  4013. },
  4014. "peerDependenciesMeta": {
  4015. "bare-abort-controller": {
  4016. "optional": true
  4017. }
  4018. }
  4019. },
  4020. "node_modules/base64-js": {
  4021. "version": "1.5.1",
  4022. "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
  4023. "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
  4024. "funding": [
  4025. {
  4026. "type": "github",
  4027. "url": "https://github.com/sponsors/feross"
  4028. },
  4029. {
  4030. "type": "patreon",
  4031. "url": "https://www.patreon.com/feross"
  4032. },
  4033. {
  4034. "type": "consulting",
  4035. "url": "https://feross.org/support"
  4036. }
  4037. ],
  4038. "license": "MIT"
  4039. },
  4040. "node_modules/baseline-browser-mapping": {
  4041. "version": "2.8.20",
  4042. "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.20.tgz",
  4043. "integrity": "sha512-JMWsdF+O8Orq3EMukbUN1QfbLK9mX2CkUmQBcW2T0s8OmdAUL5LLM/6wFwSrqXzlXB13yhyK9gTKS1rIizOduQ==",
  4044. "license": "Apache-2.0",
  4045. "bin": {
  4046. "baseline-browser-mapping": "dist/cli.js"
  4047. }
  4048. },
  4049. "node_modules/bindings": {
  4050. "version": "1.5.0",
  4051. "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
  4052. "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
  4053. "license": "MIT",
  4054. "dependencies": {
  4055. "file-uri-to-path": "1.0.0"
  4056. }
  4057. },
  4058. "node_modules/birpc": {
  4059. "version": "2.6.1",
  4060. "resolved": "https://registry.npmjs.org/birpc/-/birpc-2.6.1.tgz",
  4061. "integrity": "sha512-LPnFhlDpdSH6FJhJyn4M0kFO7vtQ5iPw24FnG0y21q09xC7e8+1LeR31S1MAIrDAHp4m7aas4bEkTDTvMAtebQ==",
  4062. "license": "MIT",
  4063. "funding": {
  4064. "url": "https://github.com/sponsors/antfu"
  4065. }
  4066. },
  4067. "node_modules/boolbase": {
  4068. "version": "1.0.0",
  4069. "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
  4070. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
  4071. "license": "ISC"
  4072. },
  4073. "node_modules/brace-expansion": {
  4074. "version": "2.0.2",
  4075. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
  4076. "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
  4077. "license": "MIT",
  4078. "dependencies": {
  4079. "balanced-match": "^1.0.0"
  4080. }
  4081. },
  4082. "node_modules/braces": {
  4083. "version": "3.0.3",
  4084. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  4085. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  4086. "license": "MIT",
  4087. "dependencies": {
  4088. "fill-range": "^7.1.1"
  4089. },
  4090. "engines": {
  4091. "node": ">=8"
  4092. }
  4093. },
  4094. "node_modules/browserslist": {
  4095. "version": "4.27.0",
  4096. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.27.0.tgz",
  4097. "integrity": "sha512-AXVQwdhot1eqLihwasPElhX2tAZiBjWdJ9i/Zcj2S6QYIjkx62OKSfnobkriB81C3l4w0rVy3Nt4jaTBltYEpw==",
  4098. "funding": [
  4099. {
  4100. "type": "opencollective",
  4101. "url": "https://opencollective.com/browserslist"
  4102. },
  4103. {
  4104. "type": "tidelift",
  4105. "url": "https://tidelift.com/funding/github/npm/browserslist"
  4106. },
  4107. {
  4108. "type": "github",
  4109. "url": "https://github.com/sponsors/ai"
  4110. }
  4111. ],
  4112. "license": "MIT",
  4113. "dependencies": {
  4114. "baseline-browser-mapping": "^2.8.19",
  4115. "caniuse-lite": "^1.0.30001751",
  4116. "electron-to-chromium": "^1.5.238",
  4117. "node-releases": "^2.0.26",
  4118. "update-browserslist-db": "^1.1.4"
  4119. },
  4120. "bin": {
  4121. "browserslist": "cli.js"
  4122. },
  4123. "engines": {
  4124. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  4125. }
  4126. },
  4127. "node_modules/buffer": {
  4128. "version": "6.0.3",
  4129. "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
  4130. "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
  4131. "funding": [
  4132. {
  4133. "type": "github",
  4134. "url": "https://github.com/sponsors/feross"
  4135. },
  4136. {
  4137. "type": "patreon",
  4138. "url": "https://www.patreon.com/feross"
  4139. },
  4140. {
  4141. "type": "consulting",
  4142. "url": "https://feross.org/support"
  4143. }
  4144. ],
  4145. "license": "MIT",
  4146. "dependencies": {
  4147. "base64-js": "^1.3.1",
  4148. "ieee754": "^1.2.1"
  4149. }
  4150. },
  4151. "node_modules/buffer-crc32": {
  4152. "version": "1.0.0",
  4153. "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-1.0.0.tgz",
  4154. "integrity": "sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==",
  4155. "license": "MIT",
  4156. "engines": {
  4157. "node": ">=8.0.0"
  4158. }
  4159. },
  4160. "node_modules/buffer-from": {
  4161. "version": "1.1.2",
  4162. "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
  4163. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
  4164. "license": "MIT"
  4165. },
  4166. "node_modules/bundle-name": {
  4167. "version": "4.1.0",
  4168. "resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-4.1.0.tgz",
  4169. "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==",
  4170. "license": "MIT",
  4171. "dependencies": {
  4172. "run-applescript": "^7.0.0"
  4173. },
  4174. "engines": {
  4175. "node": ">=18"
  4176. },
  4177. "funding": {
  4178. "url": "https://github.com/sponsors/sindresorhus"
  4179. }
  4180. },
  4181. "node_modules/c12": {
  4182. "version": "3.3.1",
  4183. "resolved": "https://registry.npmjs.org/c12/-/c12-3.3.1.tgz",
  4184. "integrity": "sha512-LcWQ01LT9tkoUINHgpIOv3mMs+Abv7oVCrtpMRi1PaapVEpWoMga5WuT7/DqFTu7URP9ftbOmimNw1KNIGh9DQ==",
  4185. "license": "MIT",
  4186. "dependencies": {
  4187. "chokidar": "^4.0.3",
  4188. "confbox": "^0.2.2",
  4189. "defu": "^6.1.4",
  4190. "dotenv": "^17.2.3",
  4191. "exsolve": "^1.0.7",
  4192. "giget": "^2.0.0",
  4193. "jiti": "^2.6.1",
  4194. "ohash": "^2.0.11",
  4195. "pathe": "^2.0.3",
  4196. "perfect-debounce": "^2.0.0",
  4197. "pkg-types": "^2.3.0",
  4198. "rc9": "^2.1.2"
  4199. },
  4200. "peerDependencies": {
  4201. "magicast": "^0.3.5"
  4202. },
  4203. "peerDependenciesMeta": {
  4204. "magicast": {
  4205. "optional": true
  4206. }
  4207. }
  4208. },
  4209. "node_modules/c12/node_modules/dotenv": {
  4210. "version": "17.2.3",
  4211. "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.2.3.tgz",
  4212. "integrity": "sha512-JVUnt+DUIzu87TABbhPmNfVdBDt18BLOWjMUFJMSi/Qqg7NTYtabbvSNJGOJ7afbRuv9D/lngizHtP7QyLQ+9w==",
  4213. "license": "BSD-2-Clause",
  4214. "engines": {
  4215. "node": ">=12"
  4216. },
  4217. "funding": {
  4218. "url": "https://dotenvx.com"
  4219. }
  4220. },
  4221. "node_modules/cac": {
  4222. "version": "6.7.14",
  4223. "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz",
  4224. "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==",
  4225. "license": "MIT",
  4226. "engines": {
  4227. "node": ">=8"
  4228. }
  4229. },
  4230. "node_modules/caniuse-api": {
  4231. "version": "3.0.0",
  4232. "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz",
  4233. "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
  4234. "license": "MIT",
  4235. "dependencies": {
  4236. "browserslist": "^4.0.0",
  4237. "caniuse-lite": "^1.0.0",
  4238. "lodash.memoize": "^4.1.2",
  4239. "lodash.uniq": "^4.5.0"
  4240. }
  4241. },
  4242. "node_modules/caniuse-lite": {
  4243. "version": "1.0.30001751",
  4244. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001751.tgz",
  4245. "integrity": "sha512-A0QJhug0Ly64Ii3eIqHu5X51ebln3k4yTUkY1j8drqpWHVreg/VLijN48cZ1bYPiqOQuqpkIKnzr/Ul8V+p6Cw==",
  4246. "funding": [
  4247. {
  4248. "type": "opencollective",
  4249. "url": "https://opencollective.com/browserslist"
  4250. },
  4251. {
  4252. "type": "tidelift",
  4253. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  4254. },
  4255. {
  4256. "type": "github",
  4257. "url": "https://github.com/sponsors/ai"
  4258. }
  4259. ],
  4260. "license": "CC-BY-4.0"
  4261. },
  4262. "node_modules/chokidar": {
  4263. "version": "4.0.3",
  4264. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
  4265. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  4266. "license": "MIT",
  4267. "dependencies": {
  4268. "readdirp": "^4.0.1"
  4269. },
  4270. "engines": {
  4271. "node": ">= 14.16.0"
  4272. },
  4273. "funding": {
  4274. "url": "https://paulmillr.com/funding/"
  4275. }
  4276. },
  4277. "node_modules/chownr": {
  4278. "version": "3.0.0",
  4279. "resolved": "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz",
  4280. "integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==",
  4281. "license": "BlueOak-1.0.0",
  4282. "engines": {
  4283. "node": ">=18"
  4284. }
  4285. },
  4286. "node_modules/citty": {
  4287. "version": "0.1.6",
  4288. "resolved": "https://registry.npmjs.org/citty/-/citty-0.1.6.tgz",
  4289. "integrity": "sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==",
  4290. "license": "MIT",
  4291. "dependencies": {
  4292. "consola": "^3.2.3"
  4293. }
  4294. },
  4295. "node_modules/clipboardy": {
  4296. "version": "5.0.0",
  4297. "resolved": "https://registry.npmjs.org/clipboardy/-/clipboardy-5.0.0.tgz",
  4298. "integrity": "sha512-MQfKHaD09eP80Pev4qBxZLbxJK/ONnqfSYAPlCmPh+7BDboYtO/3BmB6HGzxDIT0SlTRc2tzS8lQqfcdLtZ0Kg==",
  4299. "license": "MIT",
  4300. "dependencies": {
  4301. "execa": "^9.6.0",
  4302. "is-wayland": "^0.1.0",
  4303. "is-wsl": "^3.1.0",
  4304. "is64bit": "^2.0.0"
  4305. },
  4306. "engines": {
  4307. "node": ">=20"
  4308. },
  4309. "funding": {
  4310. "url": "https://github.com/sponsors/sindresorhus"
  4311. }
  4312. },
  4313. "node_modules/clipboardy/node_modules/execa": {
  4314. "version": "9.6.0",
  4315. "resolved": "https://registry.npmjs.org/execa/-/execa-9.6.0.tgz",
  4316. "integrity": "sha512-jpWzZ1ZhwUmeWRhS7Qv3mhpOhLfwI+uAX4e5fOcXqwMR7EcJ0pj2kV1CVzHVMX/LphnKWD3LObjZCoJ71lKpHw==",
  4317. "license": "MIT",
  4318. "dependencies": {
  4319. "@sindresorhus/merge-streams": "^4.0.0",
  4320. "cross-spawn": "^7.0.6",
  4321. "figures": "^6.1.0",
  4322. "get-stream": "^9.0.0",
  4323. "human-signals": "^8.0.1",
  4324. "is-plain-obj": "^4.1.0",
  4325. "is-stream": "^4.0.1",
  4326. "npm-run-path": "^6.0.0",
  4327. "pretty-ms": "^9.2.0",
  4328. "signal-exit": "^4.1.0",
  4329. "strip-final-newline": "^4.0.0",
  4330. "yoctocolors": "^2.1.1"
  4331. },
  4332. "engines": {
  4333. "node": "^18.19.0 || >=20.5.0"
  4334. },
  4335. "funding": {
  4336. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  4337. }
  4338. },
  4339. "node_modules/clipboardy/node_modules/get-stream": {
  4340. "version": "9.0.1",
  4341. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-9.0.1.tgz",
  4342. "integrity": "sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==",
  4343. "license": "MIT",
  4344. "dependencies": {
  4345. "@sec-ant/readable-stream": "^0.4.1",
  4346. "is-stream": "^4.0.1"
  4347. },
  4348. "engines": {
  4349. "node": ">=18"
  4350. },
  4351. "funding": {
  4352. "url": "https://github.com/sponsors/sindresorhus"
  4353. }
  4354. },
  4355. "node_modules/clipboardy/node_modules/human-signals": {
  4356. "version": "8.0.1",
  4357. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-8.0.1.tgz",
  4358. "integrity": "sha512-eKCa6bwnJhvxj14kZk5NCPc6Hb6BdsU9DZcOnmQKSnO1VKrfV0zCvtttPZUsBvjmNDn8rpcJfpwSYnHBjc95MQ==",
  4359. "license": "Apache-2.0",
  4360. "engines": {
  4361. "node": ">=18.18.0"
  4362. }
  4363. },
  4364. "node_modules/clipboardy/node_modules/is-stream": {
  4365. "version": "4.0.1",
  4366. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-4.0.1.tgz",
  4367. "integrity": "sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==",
  4368. "license": "MIT",
  4369. "engines": {
  4370. "node": ">=18"
  4371. },
  4372. "funding": {
  4373. "url": "https://github.com/sponsors/sindresorhus"
  4374. }
  4375. },
  4376. "node_modules/clipboardy/node_modules/npm-run-path": {
  4377. "version": "6.0.0",
  4378. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-6.0.0.tgz",
  4379. "integrity": "sha512-9qny7Z9DsQU8Ou39ERsPU4OZQlSTP47ShQzuKZ6PRXpYLtIFgl/DEBYEXKlvcEa+9tHVcK8CF81Y2V72qaZhWA==",
  4380. "license": "MIT",
  4381. "dependencies": {
  4382. "path-key": "^4.0.0",
  4383. "unicorn-magic": "^0.3.0"
  4384. },
  4385. "engines": {
  4386. "node": ">=18"
  4387. },
  4388. "funding": {
  4389. "url": "https://github.com/sponsors/sindresorhus"
  4390. }
  4391. },
  4392. "node_modules/clipboardy/node_modules/path-key": {
  4393. "version": "4.0.0",
  4394. "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz",
  4395. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  4396. "license": "MIT",
  4397. "engines": {
  4398. "node": ">=12"
  4399. },
  4400. "funding": {
  4401. "url": "https://github.com/sponsors/sindresorhus"
  4402. }
  4403. },
  4404. "node_modules/clipboardy/node_modules/strip-final-newline": {
  4405. "version": "4.0.0",
  4406. "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-4.0.0.tgz",
  4407. "integrity": "sha512-aulFJcD6YK8V1G7iRB5tigAP4TsHBZZrOV8pjV++zdUwmeV8uzbY7yn6h9MswN62adStNZFuCIx4haBnRuMDaw==",
  4408. "license": "MIT",
  4409. "engines": {
  4410. "node": ">=18"
  4411. },
  4412. "funding": {
  4413. "url": "https://github.com/sponsors/sindresorhus"
  4414. }
  4415. },
  4416. "node_modules/cliui": {
  4417. "version": "8.0.1",
  4418. "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
  4419. "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
  4420. "license": "ISC",
  4421. "dependencies": {
  4422. "string-width": "^4.2.0",
  4423. "strip-ansi": "^6.0.1",
  4424. "wrap-ansi": "^7.0.0"
  4425. },
  4426. "engines": {
  4427. "node": ">=12"
  4428. }
  4429. },
  4430. "node_modules/cliui/node_modules/ansi-regex": {
  4431. "version": "5.0.1",
  4432. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  4433. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  4434. "license": "MIT",
  4435. "engines": {
  4436. "node": ">=8"
  4437. }
  4438. },
  4439. "node_modules/cliui/node_modules/ansi-styles": {
  4440. "version": "4.3.0",
  4441. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  4442. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  4443. "license": "MIT",
  4444. "dependencies": {
  4445. "color-convert": "^2.0.1"
  4446. },
  4447. "engines": {
  4448. "node": ">=8"
  4449. },
  4450. "funding": {
  4451. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  4452. }
  4453. },
  4454. "node_modules/cliui/node_modules/emoji-regex": {
  4455. "version": "8.0.0",
  4456. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  4457. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  4458. "license": "MIT"
  4459. },
  4460. "node_modules/cliui/node_modules/string-width": {
  4461. "version": "4.2.3",
  4462. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  4463. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  4464. "license": "MIT",
  4465. "dependencies": {
  4466. "emoji-regex": "^8.0.0",
  4467. "is-fullwidth-code-point": "^3.0.0",
  4468. "strip-ansi": "^6.0.1"
  4469. },
  4470. "engines": {
  4471. "node": ">=8"
  4472. }
  4473. },
  4474. "node_modules/cliui/node_modules/strip-ansi": {
  4475. "version": "6.0.1",
  4476. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  4477. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  4478. "license": "MIT",
  4479. "dependencies": {
  4480. "ansi-regex": "^5.0.1"
  4481. },
  4482. "engines": {
  4483. "node": ">=8"
  4484. }
  4485. },
  4486. "node_modules/cliui/node_modules/wrap-ansi": {
  4487. "version": "7.0.0",
  4488. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  4489. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  4490. "license": "MIT",
  4491. "dependencies": {
  4492. "ansi-styles": "^4.0.0",
  4493. "string-width": "^4.1.0",
  4494. "strip-ansi": "^6.0.0"
  4495. },
  4496. "engines": {
  4497. "node": ">=10"
  4498. },
  4499. "funding": {
  4500. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  4501. }
  4502. },
  4503. "node_modules/cluster-key-slot": {
  4504. "version": "1.1.2",
  4505. "resolved": "https://registry.npmjs.org/cluster-key-slot/-/cluster-key-slot-1.1.2.tgz",
  4506. "integrity": "sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==",
  4507. "license": "Apache-2.0",
  4508. "engines": {
  4509. "node": ">=0.10.0"
  4510. }
  4511. },
  4512. "node_modules/color-convert": {
  4513. "version": "2.0.1",
  4514. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  4515. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  4516. "license": "MIT",
  4517. "dependencies": {
  4518. "color-name": "~1.1.4"
  4519. },
  4520. "engines": {
  4521. "node": ">=7.0.0"
  4522. }
  4523. },
  4524. "node_modules/color-name": {
  4525. "version": "1.1.4",
  4526. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  4527. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  4528. "license": "MIT"
  4529. },
  4530. "node_modules/colord": {
  4531. "version": "2.9.3",
  4532. "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz",
  4533. "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==",
  4534. "license": "MIT"
  4535. },
  4536. "node_modules/commander": {
  4537. "version": "11.1.0",
  4538. "resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz",
  4539. "integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==",
  4540. "license": "MIT",
  4541. "engines": {
  4542. "node": ">=16"
  4543. }
  4544. },
  4545. "node_modules/commondir": {
  4546. "version": "1.0.1",
  4547. "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
  4548. "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==",
  4549. "license": "MIT"
  4550. },
  4551. "node_modules/compatx": {
  4552. "version": "0.2.0",
  4553. "resolved": "https://registry.npmjs.org/compatx/-/compatx-0.2.0.tgz",
  4554. "integrity": "sha512-6gLRNt4ygsi5NyMVhceOCFv14CIdDFN7fQjX1U4+47qVE/+kjPoXMK65KWK+dWxmFzMTuKazoQ9sch6pM0p5oA==",
  4555. "license": "MIT"
  4556. },
  4557. "node_modules/compress-commons": {
  4558. "version": "6.0.2",
  4559. "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-6.0.2.tgz",
  4560. "integrity": "sha512-6FqVXeETqWPoGcfzrXb37E50NP0LXT8kAMu5ooZayhWWdgEY4lBEEcbQNXtkuKQsGduxiIcI4gOTsxTmuq/bSg==",
  4561. "license": "MIT",
  4562. "dependencies": {
  4563. "crc-32": "^1.2.0",
  4564. "crc32-stream": "^6.0.0",
  4565. "is-stream": "^2.0.1",
  4566. "normalize-path": "^3.0.0",
  4567. "readable-stream": "^4.0.0"
  4568. },
  4569. "engines": {
  4570. "node": ">= 14"
  4571. }
  4572. },
  4573. "node_modules/compress-commons/node_modules/is-stream": {
  4574. "version": "2.0.1",
  4575. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  4576. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  4577. "license": "MIT",
  4578. "engines": {
  4579. "node": ">=8"
  4580. },
  4581. "funding": {
  4582. "url": "https://github.com/sponsors/sindresorhus"
  4583. }
  4584. },
  4585. "node_modules/confbox": {
  4586. "version": "0.2.2",
  4587. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.2.2.tgz",
  4588. "integrity": "sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==",
  4589. "license": "MIT"
  4590. },
  4591. "node_modules/consola": {
  4592. "version": "3.4.2",
  4593. "resolved": "https://registry.npmjs.org/consola/-/consola-3.4.2.tgz",
  4594. "integrity": "sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==",
  4595. "license": "MIT",
  4596. "engines": {
  4597. "node": "^14.18.0 || >=16.10.0"
  4598. }
  4599. },
  4600. "node_modules/convert-source-map": {
  4601. "version": "2.0.0",
  4602. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
  4603. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  4604. "license": "MIT"
  4605. },
  4606. "node_modules/cookie": {
  4607. "version": "1.0.2",
  4608. "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.0.2.tgz",
  4609. "integrity": "sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==",
  4610. "license": "MIT",
  4611. "engines": {
  4612. "node": ">=18"
  4613. }
  4614. },
  4615. "node_modules/cookie-es": {
  4616. "version": "2.0.0",
  4617. "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-2.0.0.tgz",
  4618. "integrity": "sha512-RAj4E421UYRgqokKUmotqAwuplYw15qtdXfY+hGzgCJ/MBjCVZcSoHK/kH9kocfjRjcDME7IiDWR/1WX1TM2Pg==",
  4619. "license": "MIT"
  4620. },
  4621. "node_modules/copy-anything": {
  4622. "version": "4.0.5",
  4623. "resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-4.0.5.tgz",
  4624. "integrity": "sha512-7Vv6asjS4gMOuILabD3l739tsaxFQmC+a7pLZm02zyvs8p977bL3zEgq3yDk5rn9B0PbYgIv++jmHcuUab4RhA==",
  4625. "license": "MIT",
  4626. "dependencies": {
  4627. "is-what": "^5.2.0"
  4628. },
  4629. "engines": {
  4630. "node": ">=18"
  4631. },
  4632. "funding": {
  4633. "url": "https://github.com/sponsors/mesqueeb"
  4634. }
  4635. },
  4636. "node_modules/core-util-is": {
  4637. "version": "1.0.3",
  4638. "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
  4639. "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
  4640. "license": "MIT"
  4641. },
  4642. "node_modules/crc-32": {
  4643. "version": "1.2.2",
  4644. "resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz",
  4645. "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",
  4646. "license": "Apache-2.0",
  4647. "bin": {
  4648. "crc32": "bin/crc32.njs"
  4649. },
  4650. "engines": {
  4651. "node": ">=0.8"
  4652. }
  4653. },
  4654. "node_modules/crc32-stream": {
  4655. "version": "6.0.0",
  4656. "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-6.0.0.tgz",
  4657. "integrity": "sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==",
  4658. "license": "MIT",
  4659. "dependencies": {
  4660. "crc-32": "^1.2.0",
  4661. "readable-stream": "^4.0.0"
  4662. },
  4663. "engines": {
  4664. "node": ">= 14"
  4665. }
  4666. },
  4667. "node_modules/croner": {
  4668. "version": "9.1.0",
  4669. "resolved": "https://registry.npmjs.org/croner/-/croner-9.1.0.tgz",
  4670. "integrity": "sha512-p9nwwR4qyT5W996vBZhdvBCnMhicY5ytZkR4D1Xj0wuTDEiMnjwR57Q3RXYY/s0EpX6Ay3vgIcfaR+ewGHsi+g==",
  4671. "license": "MIT",
  4672. "engines": {
  4673. "node": ">=18.0"
  4674. }
  4675. },
  4676. "node_modules/cross-spawn": {
  4677. "version": "7.0.6",
  4678. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
  4679. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  4680. "license": "MIT",
  4681. "dependencies": {
  4682. "path-key": "^3.1.0",
  4683. "shebang-command": "^2.0.0",
  4684. "which": "^2.0.1"
  4685. },
  4686. "engines": {
  4687. "node": ">= 8"
  4688. }
  4689. },
  4690. "node_modules/cross-spawn/node_modules/isexe": {
  4691. "version": "2.0.0",
  4692. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  4693. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  4694. "license": "ISC"
  4695. },
  4696. "node_modules/cross-spawn/node_modules/which": {
  4697. "version": "2.0.2",
  4698. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  4699. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  4700. "license": "ISC",
  4701. "dependencies": {
  4702. "isexe": "^2.0.0"
  4703. },
  4704. "bin": {
  4705. "node-which": "bin/node-which"
  4706. },
  4707. "engines": {
  4708. "node": ">= 8"
  4709. }
  4710. },
  4711. "node_modules/crossws": {
  4712. "version": "0.3.5",
  4713. "resolved": "https://registry.npmjs.org/crossws/-/crossws-0.3.5.tgz",
  4714. "integrity": "sha512-ojKiDvcmByhwa8YYqbQI/hg7MEU0NC03+pSdEq4ZUnZR9xXpwk7E43SMNGkn+JxJGPFtNvQ48+vV2p+P1ml5PA==",
  4715. "license": "MIT",
  4716. "dependencies": {
  4717. "uncrypto": "^0.1.3"
  4718. }
  4719. },
  4720. "node_modules/css-declaration-sorter": {
  4721. "version": "7.3.0",
  4722. "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.3.0.tgz",
  4723. "integrity": "sha512-LQF6N/3vkAMYF4xoHLJfG718HRJh34Z8BnNhd6bosOMIVjMlhuZK5++oZa3uYAgrI5+7x2o27gUqTR2U/KjUOQ==",
  4724. "license": "ISC",
  4725. "engines": {
  4726. "node": "^14 || ^16 || >=18"
  4727. },
  4728. "peerDependencies": {
  4729. "postcss": "^8.0.9"
  4730. }
  4731. },
  4732. "node_modules/css-select": {
  4733. "version": "5.2.2",
  4734. "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.2.2.tgz",
  4735. "integrity": "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==",
  4736. "license": "BSD-2-Clause",
  4737. "dependencies": {
  4738. "boolbase": "^1.0.0",
  4739. "css-what": "^6.1.0",
  4740. "domhandler": "^5.0.2",
  4741. "domutils": "^3.0.1",
  4742. "nth-check": "^2.0.1"
  4743. },
  4744. "funding": {
  4745. "url": "https://github.com/sponsors/fb55"
  4746. }
  4747. },
  4748. "node_modules/css-tree": {
  4749. "version": "3.1.0",
  4750. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.1.0.tgz",
  4751. "integrity": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==",
  4752. "license": "MIT",
  4753. "dependencies": {
  4754. "mdn-data": "2.12.2",
  4755. "source-map-js": "^1.0.1"
  4756. },
  4757. "engines": {
  4758. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  4759. }
  4760. },
  4761. "node_modules/css-what": {
  4762. "version": "6.2.2",
  4763. "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.2.2.tgz",
  4764. "integrity": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==",
  4765. "license": "BSD-2-Clause",
  4766. "engines": {
  4767. "node": ">= 6"
  4768. },
  4769. "funding": {
  4770. "url": "https://github.com/sponsors/fb55"
  4771. }
  4772. },
  4773. "node_modules/cssesc": {
  4774. "version": "3.0.0",
  4775. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  4776. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  4777. "license": "MIT",
  4778. "bin": {
  4779. "cssesc": "bin/cssesc"
  4780. },
  4781. "engines": {
  4782. "node": ">=4"
  4783. }
  4784. },
  4785. "node_modules/cssnano": {
  4786. "version": "7.1.1",
  4787. "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-7.1.1.tgz",
  4788. "integrity": "sha512-fm4D8ti0dQmFPeF8DXSAA//btEmqCOgAc/9Oa3C1LW94h5usNrJEfrON7b4FkPZgnDEn6OUs5NdxiJZmAtGOpQ==",
  4789. "license": "MIT",
  4790. "dependencies": {
  4791. "cssnano-preset-default": "^7.0.9",
  4792. "lilconfig": "^3.1.3"
  4793. },
  4794. "engines": {
  4795. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  4796. },
  4797. "funding": {
  4798. "type": "opencollective",
  4799. "url": "https://opencollective.com/cssnano"
  4800. },
  4801. "peerDependencies": {
  4802. "postcss": "^8.4.32"
  4803. }
  4804. },
  4805. "node_modules/cssnano-preset-default": {
  4806. "version": "7.0.9",
  4807. "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-7.0.9.tgz",
  4808. "integrity": "sha512-tCD6AAFgYBOVpMBX41KjbvRh9c2uUjLXRyV7KHSIrwHiq5Z9o0TFfUCoM3TwVrRsRteN3sVXGNvjVNxYzkpTsA==",
  4809. "license": "MIT",
  4810. "dependencies": {
  4811. "browserslist": "^4.25.1",
  4812. "css-declaration-sorter": "^7.2.0",
  4813. "cssnano-utils": "^5.0.1",
  4814. "postcss-calc": "^10.1.1",
  4815. "postcss-colormin": "^7.0.4",
  4816. "postcss-convert-values": "^7.0.7",
  4817. "postcss-discard-comments": "^7.0.4",
  4818. "postcss-discard-duplicates": "^7.0.2",
  4819. "postcss-discard-empty": "^7.0.1",
  4820. "postcss-discard-overridden": "^7.0.1",
  4821. "postcss-merge-longhand": "^7.0.5",
  4822. "postcss-merge-rules": "^7.0.6",
  4823. "postcss-minify-font-values": "^7.0.1",
  4824. "postcss-minify-gradients": "^7.0.1",
  4825. "postcss-minify-params": "^7.0.4",
  4826. "postcss-minify-selectors": "^7.0.5",
  4827. "postcss-normalize-charset": "^7.0.1",
  4828. "postcss-normalize-display-values": "^7.0.1",
  4829. "postcss-normalize-positions": "^7.0.1",
  4830. "postcss-normalize-repeat-style": "^7.0.1",
  4831. "postcss-normalize-string": "^7.0.1",
  4832. "postcss-normalize-timing-functions": "^7.0.1",
  4833. "postcss-normalize-unicode": "^7.0.4",
  4834. "postcss-normalize-url": "^7.0.1",
  4835. "postcss-normalize-whitespace": "^7.0.1",
  4836. "postcss-ordered-values": "^7.0.2",
  4837. "postcss-reduce-initial": "^7.0.4",
  4838. "postcss-reduce-transforms": "^7.0.1",
  4839. "postcss-svgo": "^7.1.0",
  4840. "postcss-unique-selectors": "^7.0.4"
  4841. },
  4842. "engines": {
  4843. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  4844. },
  4845. "peerDependencies": {
  4846. "postcss": "^8.4.32"
  4847. }
  4848. },
  4849. "node_modules/cssnano-utils": {
  4850. "version": "5.0.1",
  4851. "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-5.0.1.tgz",
  4852. "integrity": "sha512-ZIP71eQgG9JwjVZsTPSqhc6GHgEr53uJ7tK5///VfyWj6Xp2DBmixWHqJgPno+PqATzn48pL42ww9x5SSGmhZg==",
  4853. "license": "MIT",
  4854. "engines": {
  4855. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  4856. },
  4857. "peerDependencies": {
  4858. "postcss": "^8.4.32"
  4859. }
  4860. },
  4861. "node_modules/csso": {
  4862. "version": "5.0.5",
  4863. "resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz",
  4864. "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==",
  4865. "license": "MIT",
  4866. "dependencies": {
  4867. "css-tree": "~2.2.0"
  4868. },
  4869. "engines": {
  4870. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  4871. "npm": ">=7.0.0"
  4872. }
  4873. },
  4874. "node_modules/csso/node_modules/css-tree": {
  4875. "version": "2.2.1",
  4876. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz",
  4877. "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==",
  4878. "license": "MIT",
  4879. "dependencies": {
  4880. "mdn-data": "2.0.28",
  4881. "source-map-js": "^1.0.1"
  4882. },
  4883. "engines": {
  4884. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  4885. "npm": ">=7.0.0"
  4886. }
  4887. },
  4888. "node_modules/csso/node_modules/mdn-data": {
  4889. "version": "2.0.28",
  4890. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz",
  4891. "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==",
  4892. "license": "CC0-1.0"
  4893. },
  4894. "node_modules/csstype": {
  4895. "version": "3.1.3",
  4896. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
  4897. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
  4898. "license": "MIT"
  4899. },
  4900. "node_modules/db0": {
  4901. "version": "0.3.4",
  4902. "resolved": "https://registry.npmjs.org/db0/-/db0-0.3.4.tgz",
  4903. "integrity": "sha512-RiXXi4WaNzPTHEOu8UPQKMooIbqOEyqA1t7Z6MsdxSCeb8iUC9ko3LcmsLmeUt2SM5bctfArZKkRQggKZz7JNw==",
  4904. "license": "MIT",
  4905. "peerDependencies": {
  4906. "@electric-sql/pglite": "*",
  4907. "@libsql/client": "*",
  4908. "better-sqlite3": "*",
  4909. "drizzle-orm": "*",
  4910. "mysql2": "*",
  4911. "sqlite3": "*"
  4912. },
  4913. "peerDependenciesMeta": {
  4914. "@electric-sql/pglite": {
  4915. "optional": true
  4916. },
  4917. "@libsql/client": {
  4918. "optional": true
  4919. },
  4920. "better-sqlite3": {
  4921. "optional": true
  4922. },
  4923. "drizzle-orm": {
  4924. "optional": true
  4925. },
  4926. "mysql2": {
  4927. "optional": true
  4928. },
  4929. "sqlite3": {
  4930. "optional": true
  4931. }
  4932. }
  4933. },
  4934. "node_modules/debug": {
  4935. "version": "4.4.3",
  4936. "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
  4937. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  4938. "license": "MIT",
  4939. "dependencies": {
  4940. "ms": "^2.1.3"
  4941. },
  4942. "engines": {
  4943. "node": ">=6.0"
  4944. },
  4945. "peerDependenciesMeta": {
  4946. "supports-color": {
  4947. "optional": true
  4948. }
  4949. }
  4950. },
  4951. "node_modules/deepmerge": {
  4952. "version": "4.3.1",
  4953. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
  4954. "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
  4955. "license": "MIT",
  4956. "engines": {
  4957. "node": ">=0.10.0"
  4958. }
  4959. },
  4960. "node_modules/default-browser": {
  4961. "version": "5.2.1",
  4962. "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.2.1.tgz",
  4963. "integrity": "sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==",
  4964. "license": "MIT",
  4965. "dependencies": {
  4966. "bundle-name": "^4.1.0",
  4967. "default-browser-id": "^5.0.0"
  4968. },
  4969. "engines": {
  4970. "node": ">=18"
  4971. },
  4972. "funding": {
  4973. "url": "https://github.com/sponsors/sindresorhus"
  4974. }
  4975. },
  4976. "node_modules/default-browser-id": {
  4977. "version": "5.0.0",
  4978. "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.0.tgz",
  4979. "integrity": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==",
  4980. "license": "MIT",
  4981. "engines": {
  4982. "node": ">=18"
  4983. },
  4984. "funding": {
  4985. "url": "https://github.com/sponsors/sindresorhus"
  4986. }
  4987. },
  4988. "node_modules/define-lazy-prop": {
  4989. "version": "2.0.0",
  4990. "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
  4991. "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==",
  4992. "license": "MIT",
  4993. "engines": {
  4994. "node": ">=8"
  4995. }
  4996. },
  4997. "node_modules/defu": {
  4998. "version": "6.1.4",
  4999. "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.4.tgz",
  5000. "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==",
  5001. "license": "MIT"
  5002. },
  5003. "node_modules/denque": {
  5004. "version": "2.1.0",
  5005. "resolved": "https://registry.npmjs.org/denque/-/denque-2.1.0.tgz",
  5006. "integrity": "sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==",
  5007. "license": "Apache-2.0",
  5008. "engines": {
  5009. "node": ">=0.10"
  5010. }
  5011. },
  5012. "node_modules/depd": {
  5013. "version": "2.0.0",
  5014. "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
  5015. "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  5016. "license": "MIT",
  5017. "engines": {
  5018. "node": ">= 0.8"
  5019. }
  5020. },
  5021. "node_modules/destr": {
  5022. "version": "2.0.5",
  5023. "resolved": "https://registry.npmjs.org/destr/-/destr-2.0.5.tgz",
  5024. "integrity": "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==",
  5025. "license": "MIT"
  5026. },
  5027. "node_modules/detect-libc": {
  5028. "version": "1.0.3",
  5029. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz",
  5030. "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
  5031. "license": "Apache-2.0",
  5032. "bin": {
  5033. "detect-libc": "bin/detect-libc.js"
  5034. },
  5035. "engines": {
  5036. "node": ">=0.10"
  5037. }
  5038. },
  5039. "node_modules/devalue": {
  5040. "version": "5.4.2",
  5041. "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.4.2.tgz",
  5042. "integrity": "sha512-MwPZTKEPK2k8Qgfmqrd48ZKVvzSQjgW0lXLxiIBA8dQjtf/6mw6pggHNLcyDKyf+fI6eXxlQwPsfaCMTU5U+Bw==",
  5043. "license": "MIT"
  5044. },
  5045. "node_modules/diff": {
  5046. "version": "8.0.2",
  5047. "resolved": "https://registry.npmjs.org/diff/-/diff-8.0.2.tgz",
  5048. "integrity": "sha512-sSuxWU5j5SR9QQji/o2qMvqRNYRDOcBTgsJ/DeCf4iSN4gW+gNMXM7wFIP+fdXZxoNiAnHUTGjCr+TSWXdRDKg==",
  5049. "license": "BSD-3-Clause",
  5050. "engines": {
  5051. "node": ">=0.3.1"
  5052. }
  5053. },
  5054. "node_modules/dom-serializer": {
  5055. "version": "2.0.0",
  5056. "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz",
  5057. "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
  5058. "license": "MIT",
  5059. "dependencies": {
  5060. "domelementtype": "^2.3.0",
  5061. "domhandler": "^5.0.2",
  5062. "entities": "^4.2.0"
  5063. },
  5064. "funding": {
  5065. "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
  5066. }
  5067. },
  5068. "node_modules/domelementtype": {
  5069. "version": "2.3.0",
  5070. "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
  5071. "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
  5072. "funding": [
  5073. {
  5074. "type": "github",
  5075. "url": "https://github.com/sponsors/fb55"
  5076. }
  5077. ],
  5078. "license": "BSD-2-Clause"
  5079. },
  5080. "node_modules/domhandler": {
  5081. "version": "5.0.3",
  5082. "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz",
  5083. "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
  5084. "license": "BSD-2-Clause",
  5085. "dependencies": {
  5086. "domelementtype": "^2.3.0"
  5087. },
  5088. "engines": {
  5089. "node": ">= 4"
  5090. },
  5091. "funding": {
  5092. "url": "https://github.com/fb55/domhandler?sponsor=1"
  5093. }
  5094. },
  5095. "node_modules/domutils": {
  5096. "version": "3.2.2",
  5097. "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz",
  5098. "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==",
  5099. "license": "BSD-2-Clause",
  5100. "dependencies": {
  5101. "dom-serializer": "^2.0.0",
  5102. "domelementtype": "^2.3.0",
  5103. "domhandler": "^5.0.3"
  5104. },
  5105. "funding": {
  5106. "url": "https://github.com/fb55/domutils?sponsor=1"
  5107. }
  5108. },
  5109. "node_modules/dot-prop": {
  5110. "version": "10.1.0",
  5111. "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-10.1.0.tgz",
  5112. "integrity": "sha512-MVUtAugQMOff5RnBy2d9N31iG0lNwg1qAoAOn7pOK5wf94WIaE3My2p3uwTQuvS2AcqchkcR3bHByjaM0mmi7Q==",
  5113. "license": "MIT",
  5114. "dependencies": {
  5115. "type-fest": "^5.0.0"
  5116. },
  5117. "engines": {
  5118. "node": ">=20"
  5119. },
  5120. "funding": {
  5121. "url": "https://github.com/sponsors/sindresorhus"
  5122. }
  5123. },
  5124. "node_modules/dotenv": {
  5125. "version": "16.6.1",
  5126. "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.6.1.tgz",
  5127. "integrity": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==",
  5128. "license": "BSD-2-Clause",
  5129. "engines": {
  5130. "node": ">=12"
  5131. },
  5132. "funding": {
  5133. "url": "https://dotenvx.com"
  5134. }
  5135. },
  5136. "node_modules/duplexer": {
  5137. "version": "0.1.2",
  5138. "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
  5139. "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==",
  5140. "license": "MIT"
  5141. },
  5142. "node_modules/eastasianwidth": {
  5143. "version": "0.2.0",
  5144. "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
  5145. "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
  5146. "license": "MIT"
  5147. },
  5148. "node_modules/ee-first": {
  5149. "version": "1.1.1",
  5150. "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
  5151. "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
  5152. "license": "MIT"
  5153. },
  5154. "node_modules/electron-to-chromium": {
  5155. "version": "1.5.240",
  5156. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.240.tgz",
  5157. "integrity": "sha512-OBwbZjWgrCOH+g6uJsA2/7Twpas2OlepS9uvByJjR2datRDuKGYeD+nP8lBBks2qnB7bGJNHDUx7c/YLaT3QMQ==",
  5158. "license": "ISC"
  5159. },
  5160. "node_modules/emoji-regex": {
  5161. "version": "9.2.2",
  5162. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
  5163. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
  5164. "license": "MIT"
  5165. },
  5166. "node_modules/encodeurl": {
  5167. "version": "2.0.0",
  5168. "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
  5169. "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
  5170. "license": "MIT",
  5171. "engines": {
  5172. "node": ">= 0.8"
  5173. }
  5174. },
  5175. "node_modules/enhanced-resolve": {
  5176. "version": "5.18.3",
  5177. "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz",
  5178. "integrity": "sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==",
  5179. "license": "MIT",
  5180. "dependencies": {
  5181. "graceful-fs": "^4.2.4",
  5182. "tapable": "^2.2.0"
  5183. },
  5184. "engines": {
  5185. "node": ">=10.13.0"
  5186. }
  5187. },
  5188. "node_modules/entities": {
  5189. "version": "4.5.0",
  5190. "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
  5191. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  5192. "license": "BSD-2-Clause",
  5193. "engines": {
  5194. "node": ">=0.12"
  5195. },
  5196. "funding": {
  5197. "url": "https://github.com/fb55/entities?sponsor=1"
  5198. }
  5199. },
  5200. "node_modules/error-stack-parser-es": {
  5201. "version": "1.0.5",
  5202. "resolved": "https://registry.npmjs.org/error-stack-parser-es/-/error-stack-parser-es-1.0.5.tgz",
  5203. "integrity": "sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==",
  5204. "license": "MIT",
  5205. "funding": {
  5206. "url": "https://github.com/sponsors/antfu"
  5207. }
  5208. },
  5209. "node_modules/errx": {
  5210. "version": "0.1.0",
  5211. "resolved": "https://registry.npmjs.org/errx/-/errx-0.1.0.tgz",
  5212. "integrity": "sha512-fZmsRiDNv07K6s2KkKFTiD2aIvECa7++PKyD5NC32tpRw46qZA3sOz+aM+/V9V0GDHxVTKLziveV4JhzBHDp9Q==",
  5213. "license": "MIT"
  5214. },
  5215. "node_modules/es-module-lexer": {
  5216. "version": "1.7.0",
  5217. "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz",
  5218. "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==",
  5219. "license": "MIT"
  5220. },
  5221. "node_modules/esbuild": {
  5222. "version": "0.25.11",
  5223. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.11.tgz",
  5224. "integrity": "sha512-KohQwyzrKTQmhXDW1PjCv3Tyspn9n5GcY2RTDqeORIdIJY8yKIF7sTSopFmn/wpMPW4rdPXI0UE5LJLuq3bx0Q==",
  5225. "hasInstallScript": true,
  5226. "license": "MIT",
  5227. "bin": {
  5228. "esbuild": "bin/esbuild"
  5229. },
  5230. "engines": {
  5231. "node": ">=18"
  5232. },
  5233. "optionalDependencies": {
  5234. "@esbuild/aix-ppc64": "0.25.11",
  5235. "@esbuild/android-arm": "0.25.11",
  5236. "@esbuild/android-arm64": "0.25.11",
  5237. "@esbuild/android-x64": "0.25.11",
  5238. "@esbuild/darwin-arm64": "0.25.11",
  5239. "@esbuild/darwin-x64": "0.25.11",
  5240. "@esbuild/freebsd-arm64": "0.25.11",
  5241. "@esbuild/freebsd-x64": "0.25.11",
  5242. "@esbuild/linux-arm": "0.25.11",
  5243. "@esbuild/linux-arm64": "0.25.11",
  5244. "@esbuild/linux-ia32": "0.25.11",
  5245. "@esbuild/linux-loong64": "0.25.11",
  5246. "@esbuild/linux-mips64el": "0.25.11",
  5247. "@esbuild/linux-ppc64": "0.25.11",
  5248. "@esbuild/linux-riscv64": "0.25.11",
  5249. "@esbuild/linux-s390x": "0.25.11",
  5250. "@esbuild/linux-x64": "0.25.11",
  5251. "@esbuild/netbsd-arm64": "0.25.11",
  5252. "@esbuild/netbsd-x64": "0.25.11",
  5253. "@esbuild/openbsd-arm64": "0.25.11",
  5254. "@esbuild/openbsd-x64": "0.25.11",
  5255. "@esbuild/openharmony-arm64": "0.25.11",
  5256. "@esbuild/sunos-x64": "0.25.11",
  5257. "@esbuild/win32-arm64": "0.25.11",
  5258. "@esbuild/win32-ia32": "0.25.11",
  5259. "@esbuild/win32-x64": "0.25.11"
  5260. }
  5261. },
  5262. "node_modules/escalade": {
  5263. "version": "3.2.0",
  5264. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
  5265. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  5266. "license": "MIT",
  5267. "engines": {
  5268. "node": ">=6"
  5269. }
  5270. },
  5271. "node_modules/escape-html": {
  5272. "version": "1.0.3",
  5273. "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
  5274. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
  5275. "license": "MIT"
  5276. },
  5277. "node_modules/escape-string-regexp": {
  5278. "version": "5.0.0",
  5279. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  5280. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  5281. "license": "MIT",
  5282. "engines": {
  5283. "node": ">=12"
  5284. },
  5285. "funding": {
  5286. "url": "https://github.com/sponsors/sindresorhus"
  5287. }
  5288. },
  5289. "node_modules/estree-walker": {
  5290. "version": "2.0.2",
  5291. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  5292. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  5293. "license": "MIT"
  5294. },
  5295. "node_modules/etag": {
  5296. "version": "1.8.1",
  5297. "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
  5298. "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
  5299. "license": "MIT",
  5300. "engines": {
  5301. "node": ">= 0.6"
  5302. }
  5303. },
  5304. "node_modules/event-target-shim": {
  5305. "version": "5.0.1",
  5306. "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
  5307. "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
  5308. "license": "MIT",
  5309. "engines": {
  5310. "node": ">=6"
  5311. }
  5312. },
  5313. "node_modules/events": {
  5314. "version": "3.3.0",
  5315. "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
  5316. "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
  5317. "license": "MIT",
  5318. "engines": {
  5319. "node": ">=0.8.x"
  5320. }
  5321. },
  5322. "node_modules/events-universal": {
  5323. "version": "1.0.1",
  5324. "resolved": "https://registry.npmjs.org/events-universal/-/events-universal-1.0.1.tgz",
  5325. "integrity": "sha512-LUd5euvbMLpwOF8m6ivPCbhQeSiYVNb8Vs0fQ8QjXo0JTkEHpz8pxdQf0gStltaPpw0Cca8b39KxvK9cfKRiAw==",
  5326. "license": "Apache-2.0",
  5327. "dependencies": {
  5328. "bare-events": "^2.7.0"
  5329. }
  5330. },
  5331. "node_modules/execa": {
  5332. "version": "8.0.1",
  5333. "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz",
  5334. "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
  5335. "license": "MIT",
  5336. "dependencies": {
  5337. "cross-spawn": "^7.0.3",
  5338. "get-stream": "^8.0.1",
  5339. "human-signals": "^5.0.0",
  5340. "is-stream": "^3.0.0",
  5341. "merge-stream": "^2.0.0",
  5342. "npm-run-path": "^5.1.0",
  5343. "onetime": "^6.0.0",
  5344. "signal-exit": "^4.1.0",
  5345. "strip-final-newline": "^3.0.0"
  5346. },
  5347. "engines": {
  5348. "node": ">=16.17"
  5349. },
  5350. "funding": {
  5351. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  5352. }
  5353. },
  5354. "node_modules/exsolve": {
  5355. "version": "1.0.7",
  5356. "resolved": "https://registry.npmjs.org/exsolve/-/exsolve-1.0.7.tgz",
  5357. "integrity": "sha512-VO5fQUzZtI6C+vx4w/4BWJpg3s/5l+6pRQEHzFRM8WFi4XffSP1Z+4qi7GbjWbvRQEbdIco5mIMq+zX4rPuLrw==",
  5358. "license": "MIT"
  5359. },
  5360. "node_modules/fast-fifo": {
  5361. "version": "1.3.2",
  5362. "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz",
  5363. "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==",
  5364. "license": "MIT"
  5365. },
  5366. "node_modules/fast-glob": {
  5367. "version": "3.3.3",
  5368. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
  5369. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  5370. "license": "MIT",
  5371. "dependencies": {
  5372. "@nodelib/fs.stat": "^2.0.2",
  5373. "@nodelib/fs.walk": "^1.2.3",
  5374. "glob-parent": "^5.1.2",
  5375. "merge2": "^1.3.0",
  5376. "micromatch": "^4.0.8"
  5377. },
  5378. "engines": {
  5379. "node": ">=8.6.0"
  5380. }
  5381. },
  5382. "node_modules/fast-npm-meta": {
  5383. "version": "0.4.7",
  5384. "resolved": "https://registry.npmjs.org/fast-npm-meta/-/fast-npm-meta-0.4.7.tgz",
  5385. "integrity": "sha512-aZU3i3eRcSb2NCq8i6N6IlyiTyF6vqAqzBGl2NBF6ngNx/GIqfYbkLDIKZ4z4P0o/RmtsFnVqHwdrSm13o4tnQ==",
  5386. "license": "MIT",
  5387. "funding": {
  5388. "url": "https://github.com/sponsors/antfu"
  5389. }
  5390. },
  5391. "node_modules/fastq": {
  5392. "version": "1.19.1",
  5393. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz",
  5394. "integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==",
  5395. "license": "ISC",
  5396. "dependencies": {
  5397. "reusify": "^1.0.4"
  5398. }
  5399. },
  5400. "node_modules/fdir": {
  5401. "version": "6.5.0",
  5402. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  5403. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  5404. "license": "MIT",
  5405. "engines": {
  5406. "node": ">=12.0.0"
  5407. },
  5408. "peerDependencies": {
  5409. "picomatch": "^3 || ^4"
  5410. },
  5411. "peerDependenciesMeta": {
  5412. "picomatch": {
  5413. "optional": true
  5414. }
  5415. }
  5416. },
  5417. "node_modules/figures": {
  5418. "version": "6.1.0",
  5419. "resolved": "https://registry.npmjs.org/figures/-/figures-6.1.0.tgz",
  5420. "integrity": "sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==",
  5421. "license": "MIT",
  5422. "dependencies": {
  5423. "is-unicode-supported": "^2.0.0"
  5424. },
  5425. "engines": {
  5426. "node": ">=18"
  5427. },
  5428. "funding": {
  5429. "url": "https://github.com/sponsors/sindresorhus"
  5430. }
  5431. },
  5432. "node_modules/file-uri-to-path": {
  5433. "version": "1.0.0",
  5434. "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
  5435. "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
  5436. "license": "MIT"
  5437. },
  5438. "node_modules/fill-range": {
  5439. "version": "7.1.1",
  5440. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  5441. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  5442. "license": "MIT",
  5443. "dependencies": {
  5444. "to-regex-range": "^5.0.1"
  5445. },
  5446. "engines": {
  5447. "node": ">=8"
  5448. }
  5449. },
  5450. "node_modules/foreground-child": {
  5451. "version": "3.3.1",
  5452. "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
  5453. "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
  5454. "license": "ISC",
  5455. "dependencies": {
  5456. "cross-spawn": "^7.0.6",
  5457. "signal-exit": "^4.0.1"
  5458. },
  5459. "engines": {
  5460. "node": ">=14"
  5461. },
  5462. "funding": {
  5463. "url": "https://github.com/sponsors/isaacs"
  5464. }
  5465. },
  5466. "node_modules/fraction.js": {
  5467. "version": "4.3.7",
  5468. "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz",
  5469. "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
  5470. "license": "MIT",
  5471. "engines": {
  5472. "node": "*"
  5473. },
  5474. "funding": {
  5475. "type": "patreon",
  5476. "url": "https://github.com/sponsors/rawify"
  5477. }
  5478. },
  5479. "node_modules/fresh": {
  5480. "version": "2.0.0",
  5481. "resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz",
  5482. "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
  5483. "license": "MIT",
  5484. "engines": {
  5485. "node": ">= 0.8"
  5486. }
  5487. },
  5488. "node_modules/fsevents": {
  5489. "version": "2.3.3",
  5490. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  5491. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  5492. "hasInstallScript": true,
  5493. "license": "MIT",
  5494. "optional": true,
  5495. "os": [
  5496. "darwin"
  5497. ],
  5498. "engines": {
  5499. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  5500. }
  5501. },
  5502. "node_modules/function-bind": {
  5503. "version": "1.1.2",
  5504. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  5505. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  5506. "license": "MIT",
  5507. "funding": {
  5508. "url": "https://github.com/sponsors/ljharb"
  5509. }
  5510. },
  5511. "node_modules/fuse.js": {
  5512. "version": "7.1.0",
  5513. "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.1.0.tgz",
  5514. "integrity": "sha512-trLf4SzuuUxfusZADLINj+dE8clK1frKdmqiJNb1Es75fmI5oY6X2mxLVUciLLjxqw/xr72Dhy+lER6dGd02FQ==",
  5515. "license": "Apache-2.0",
  5516. "engines": {
  5517. "node": ">=10"
  5518. }
  5519. },
  5520. "node_modules/gensync": {
  5521. "version": "1.0.0-beta.2",
  5522. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  5523. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  5524. "license": "MIT",
  5525. "engines": {
  5526. "node": ">=6.9.0"
  5527. }
  5528. },
  5529. "node_modules/get-caller-file": {
  5530. "version": "2.0.5",
  5531. "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
  5532. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  5533. "license": "ISC",
  5534. "engines": {
  5535. "node": "6.* || 8.* || >= 10.*"
  5536. }
  5537. },
  5538. "node_modules/get-port-please": {
  5539. "version": "3.2.0",
  5540. "resolved": "https://registry.npmjs.org/get-port-please/-/get-port-please-3.2.0.tgz",
  5541. "integrity": "sha512-I9QVvBw5U/hw3RmWpYKRumUeaDgxTPd401x364rLmWBJcOQ753eov1eTgzDqRG9bqFIfDc7gfzcQEWrUri3o1A==",
  5542. "license": "MIT"
  5543. },
  5544. "node_modules/get-stream": {
  5545. "version": "8.0.1",
  5546. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz",
  5547. "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
  5548. "license": "MIT",
  5549. "engines": {
  5550. "node": ">=16"
  5551. },
  5552. "funding": {
  5553. "url": "https://github.com/sponsors/sindresorhus"
  5554. }
  5555. },
  5556. "node_modules/giget": {
  5557. "version": "2.0.0",
  5558. "resolved": "https://registry.npmjs.org/giget/-/giget-2.0.0.tgz",
  5559. "integrity": "sha512-L5bGsVkxJbJgdnwyuheIunkGatUF/zssUoxxjACCseZYAVbaqdh9Tsmmlkl8vYan09H7sbvKt4pS8GqKLBrEzA==",
  5560. "license": "MIT",
  5561. "dependencies": {
  5562. "citty": "^0.1.6",
  5563. "consola": "^3.4.0",
  5564. "defu": "^6.1.4",
  5565. "node-fetch-native": "^1.6.6",
  5566. "nypm": "^0.6.0",
  5567. "pathe": "^2.0.3"
  5568. },
  5569. "bin": {
  5570. "giget": "dist/cli.mjs"
  5571. }
  5572. },
  5573. "node_modules/git-up": {
  5574. "version": "8.1.1",
  5575. "resolved": "https://registry.npmjs.org/git-up/-/git-up-8.1.1.tgz",
  5576. "integrity": "sha512-FDenSF3fVqBYSaJoYy1KSc2wosx0gCvKP+c+PRBht7cAaiCeQlBtfBDX9vgnNOHmdePlSFITVcn4pFfcgNvx3g==",
  5577. "license": "MIT",
  5578. "dependencies": {
  5579. "is-ssh": "^1.4.0",
  5580. "parse-url": "^9.2.0"
  5581. }
  5582. },
  5583. "node_modules/git-url-parse": {
  5584. "version": "16.1.0",
  5585. "resolved": "https://registry.npmjs.org/git-url-parse/-/git-url-parse-16.1.0.tgz",
  5586. "integrity": "sha512-cPLz4HuK86wClEW7iDdeAKcCVlWXmrLpb2L+G9goW0Z1dtpNS6BXXSOckUTlJT/LDQViE1QZKstNORzHsLnobw==",
  5587. "license": "MIT",
  5588. "dependencies": {
  5589. "git-up": "^8.1.0"
  5590. }
  5591. },
  5592. "node_modules/glob": {
  5593. "version": "10.4.5",
  5594. "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
  5595. "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
  5596. "license": "ISC",
  5597. "dependencies": {
  5598. "foreground-child": "^3.1.0",
  5599. "jackspeak": "^3.1.2",
  5600. "minimatch": "^9.0.4",
  5601. "minipass": "^7.1.2",
  5602. "package-json-from-dist": "^1.0.0",
  5603. "path-scurry": "^1.11.1"
  5604. },
  5605. "bin": {
  5606. "glob": "dist/esm/bin.mjs"
  5607. },
  5608. "funding": {
  5609. "url": "https://github.com/sponsors/isaacs"
  5610. }
  5611. },
  5612. "node_modules/glob-parent": {
  5613. "version": "5.1.2",
  5614. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  5615. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  5616. "license": "ISC",
  5617. "dependencies": {
  5618. "is-glob": "^4.0.1"
  5619. },
  5620. "engines": {
  5621. "node": ">= 6"
  5622. }
  5623. },
  5624. "node_modules/global-directory": {
  5625. "version": "4.0.1",
  5626. "resolved": "https://registry.npmjs.org/global-directory/-/global-directory-4.0.1.tgz",
  5627. "integrity": "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==",
  5628. "license": "MIT",
  5629. "dependencies": {
  5630. "ini": "4.1.1"
  5631. },
  5632. "engines": {
  5633. "node": ">=18"
  5634. },
  5635. "funding": {
  5636. "url": "https://github.com/sponsors/sindresorhus"
  5637. }
  5638. },
  5639. "node_modules/globby": {
  5640. "version": "15.0.0",
  5641. "resolved": "https://registry.npmjs.org/globby/-/globby-15.0.0.tgz",
  5642. "integrity": "sha512-oB4vkQGqlMl682wL1IlWd02tXCbquGWM4voPEI85QmNKCaw8zGTm1f1rubFgkg3Eli2PtKlFgrnmUqasbQWlkw==",
  5643. "license": "MIT",
  5644. "dependencies": {
  5645. "@sindresorhus/merge-streams": "^4.0.0",
  5646. "fast-glob": "^3.3.3",
  5647. "ignore": "^7.0.5",
  5648. "path-type": "^6.0.0",
  5649. "slash": "^5.1.0",
  5650. "unicorn-magic": "^0.3.0"
  5651. },
  5652. "engines": {
  5653. "node": ">=20"
  5654. },
  5655. "funding": {
  5656. "url": "https://github.com/sponsors/sindresorhus"
  5657. }
  5658. },
  5659. "node_modules/graceful-fs": {
  5660. "version": "4.2.11",
  5661. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  5662. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  5663. "license": "ISC"
  5664. },
  5665. "node_modules/gzip-size": {
  5666. "version": "7.0.0",
  5667. "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-7.0.0.tgz",
  5668. "integrity": "sha512-O1Ld7Dr+nqPnmGpdhzLmMTQ4vAsD+rHwMm1NLUmoUFFymBOMKxCCrtDxqdBRYXdeEPEi3SyoR4TizJLQrnKBNA==",
  5669. "license": "MIT",
  5670. "dependencies": {
  5671. "duplexer": "^0.1.2"
  5672. },
  5673. "engines": {
  5674. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  5675. },
  5676. "funding": {
  5677. "url": "https://github.com/sponsors/sindresorhus"
  5678. }
  5679. },
  5680. "node_modules/h3": {
  5681. "version": "1.15.4",
  5682. "resolved": "https://registry.npmjs.org/h3/-/h3-1.15.4.tgz",
  5683. "integrity": "sha512-z5cFQWDffyOe4vQ9xIqNfCZdV4p//vy6fBnr8Q1AWnVZ0teurKMG66rLj++TKwKPUP3u7iMUvrvKaEUiQw2QWQ==",
  5684. "license": "MIT",
  5685. "dependencies": {
  5686. "cookie-es": "^1.2.2",
  5687. "crossws": "^0.3.5",
  5688. "defu": "^6.1.4",
  5689. "destr": "^2.0.5",
  5690. "iron-webcrypto": "^1.2.1",
  5691. "node-mock-http": "^1.0.2",
  5692. "radix3": "^1.1.2",
  5693. "ufo": "^1.6.1",
  5694. "uncrypto": "^0.1.3"
  5695. }
  5696. },
  5697. "node_modules/h3/node_modules/cookie-es": {
  5698. "version": "1.2.2",
  5699. "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-1.2.2.tgz",
  5700. "integrity": "sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==",
  5701. "license": "MIT"
  5702. },
  5703. "node_modules/hasown": {
  5704. "version": "2.0.2",
  5705. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
  5706. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  5707. "license": "MIT",
  5708. "dependencies": {
  5709. "function-bind": "^1.1.2"
  5710. },
  5711. "engines": {
  5712. "node": ">= 0.4"
  5713. }
  5714. },
  5715. "node_modules/hookable": {
  5716. "version": "5.5.3",
  5717. "resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz",
  5718. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
  5719. "license": "MIT"
  5720. },
  5721. "node_modules/http-errors": {
  5722. "version": "2.0.0",
  5723. "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
  5724. "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
  5725. "license": "MIT",
  5726. "dependencies": {
  5727. "depd": "2.0.0",
  5728. "inherits": "2.0.4",
  5729. "setprototypeof": "1.2.0",
  5730. "statuses": "2.0.1",
  5731. "toidentifier": "1.0.1"
  5732. },
  5733. "engines": {
  5734. "node": ">= 0.8"
  5735. }
  5736. },
  5737. "node_modules/http-errors/node_modules/statuses": {
  5738. "version": "2.0.1",
  5739. "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
  5740. "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
  5741. "license": "MIT",
  5742. "engines": {
  5743. "node": ">= 0.8"
  5744. }
  5745. },
  5746. "node_modules/http-shutdown": {
  5747. "version": "1.2.2",
  5748. "resolved": "https://registry.npmjs.org/http-shutdown/-/http-shutdown-1.2.2.tgz",
  5749. "integrity": "sha512-S9wWkJ/VSY9/k4qcjG318bqJNruzE4HySUhFYknwmu6LBP97KLLfwNf+n4V1BHurvFNkSKLFnK/RsuUnRTf9Vw==",
  5750. "license": "MIT",
  5751. "engines": {
  5752. "iojs": ">= 1.0.0",
  5753. "node": ">= 0.12.0"
  5754. }
  5755. },
  5756. "node_modules/https-proxy-agent": {
  5757. "version": "7.0.6",
  5758. "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
  5759. "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
  5760. "license": "MIT",
  5761. "dependencies": {
  5762. "agent-base": "^7.1.2",
  5763. "debug": "4"
  5764. },
  5765. "engines": {
  5766. "node": ">= 14"
  5767. }
  5768. },
  5769. "node_modules/httpxy": {
  5770. "version": "0.1.7",
  5771. "resolved": "https://registry.npmjs.org/httpxy/-/httpxy-0.1.7.tgz",
  5772. "integrity": "sha512-pXNx8gnANKAndgga5ahefxc++tJvNL87CXoRwxn1cJE2ZkWEojF3tNfQIEhZX/vfpt+wzeAzpUI4qkediX1MLQ==",
  5773. "license": "MIT"
  5774. },
  5775. "node_modules/human-signals": {
  5776. "version": "5.0.0",
  5777. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz",
  5778. "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
  5779. "license": "Apache-2.0",
  5780. "engines": {
  5781. "node": ">=16.17.0"
  5782. }
  5783. },
  5784. "node_modules/ieee754": {
  5785. "version": "1.2.1",
  5786. "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
  5787. "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
  5788. "funding": [
  5789. {
  5790. "type": "github",
  5791. "url": "https://github.com/sponsors/feross"
  5792. },
  5793. {
  5794. "type": "patreon",
  5795. "url": "https://www.patreon.com/feross"
  5796. },
  5797. {
  5798. "type": "consulting",
  5799. "url": "https://feross.org/support"
  5800. }
  5801. ],
  5802. "license": "BSD-3-Clause"
  5803. },
  5804. "node_modules/ignore": {
  5805. "version": "7.0.5",
  5806. "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
  5807. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  5808. "license": "MIT",
  5809. "engines": {
  5810. "node": ">= 4"
  5811. }
  5812. },
  5813. "node_modules/image-meta": {
  5814. "version": "0.2.2",
  5815. "resolved": "https://registry.npmjs.org/image-meta/-/image-meta-0.2.2.tgz",
  5816. "integrity": "sha512-3MOLanc3sb3LNGWQl1RlQlNWURE5g32aUphrDyFeCsxBTk08iE3VNe4CwsUZ0Qs1X+EfX0+r29Sxdpza4B+yRA==",
  5817. "license": "MIT"
  5818. },
  5819. "node_modules/impound": {
  5820. "version": "1.0.0",
  5821. "resolved": "https://registry.npmjs.org/impound/-/impound-1.0.0.tgz",
  5822. "integrity": "sha512-8lAJ+1Arw2sMaZ9HE2ZmL5zOcMnt18s6+7Xqgq2aUVy4P1nlzAyPtzCDxsk51KVFwHEEdc6OWvUyqwHwhRYaug==",
  5823. "license": "MIT",
  5824. "dependencies": {
  5825. "exsolve": "^1.0.5",
  5826. "mocked-exports": "^0.1.1",
  5827. "pathe": "^2.0.3",
  5828. "unplugin": "^2.3.2",
  5829. "unplugin-utils": "^0.2.4"
  5830. }
  5831. },
  5832. "node_modules/inherits": {
  5833. "version": "2.0.4",
  5834. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  5835. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  5836. "license": "ISC"
  5837. },
  5838. "node_modules/ini": {
  5839. "version": "4.1.1",
  5840. "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz",
  5841. "integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==",
  5842. "license": "ISC",
  5843. "engines": {
  5844. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  5845. }
  5846. },
  5847. "node_modules/ioredis": {
  5848. "version": "5.8.2",
  5849. "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.8.2.tgz",
  5850. "integrity": "sha512-C6uC+kleiIMmjViJINWk80sOQw5lEzse1ZmvD+S/s8p8CWapftSaC+kocGTx6xrbrJ4WmYQGC08ffHLr6ToR6Q==",
  5851. "license": "MIT",
  5852. "dependencies": {
  5853. "@ioredis/commands": "1.4.0",
  5854. "cluster-key-slot": "^1.1.0",
  5855. "debug": "^4.3.4",
  5856. "denque": "^2.1.0",
  5857. "lodash.defaults": "^4.2.0",
  5858. "lodash.isarguments": "^3.1.0",
  5859. "redis-errors": "^1.2.0",
  5860. "redis-parser": "^3.0.0",
  5861. "standard-as-callback": "^2.1.0"
  5862. },
  5863. "engines": {
  5864. "node": ">=12.22.0"
  5865. },
  5866. "funding": {
  5867. "type": "opencollective",
  5868. "url": "https://opencollective.com/ioredis"
  5869. }
  5870. },
  5871. "node_modules/iron-webcrypto": {
  5872. "version": "1.2.1",
  5873. "resolved": "https://registry.npmjs.org/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz",
  5874. "integrity": "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==",
  5875. "license": "MIT",
  5876. "funding": {
  5877. "url": "https://github.com/sponsors/brc-dd"
  5878. }
  5879. },
  5880. "node_modules/is-core-module": {
  5881. "version": "2.16.1",
  5882. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
  5883. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  5884. "license": "MIT",
  5885. "dependencies": {
  5886. "hasown": "^2.0.2"
  5887. },
  5888. "engines": {
  5889. "node": ">= 0.4"
  5890. },
  5891. "funding": {
  5892. "url": "https://github.com/sponsors/ljharb"
  5893. }
  5894. },
  5895. "node_modules/is-docker": {
  5896. "version": "3.0.0",
  5897. "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
  5898. "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
  5899. "license": "MIT",
  5900. "bin": {
  5901. "is-docker": "cli.js"
  5902. },
  5903. "engines": {
  5904. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  5905. },
  5906. "funding": {
  5907. "url": "https://github.com/sponsors/sindresorhus"
  5908. }
  5909. },
  5910. "node_modules/is-extglob": {
  5911. "version": "2.1.1",
  5912. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  5913. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  5914. "license": "MIT",
  5915. "engines": {
  5916. "node": ">=0.10.0"
  5917. }
  5918. },
  5919. "node_modules/is-fullwidth-code-point": {
  5920. "version": "3.0.0",
  5921. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  5922. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  5923. "license": "MIT",
  5924. "engines": {
  5925. "node": ">=8"
  5926. }
  5927. },
  5928. "node_modules/is-glob": {
  5929. "version": "4.0.3",
  5930. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  5931. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  5932. "license": "MIT",
  5933. "dependencies": {
  5934. "is-extglob": "^2.1.1"
  5935. },
  5936. "engines": {
  5937. "node": ">=0.10.0"
  5938. }
  5939. },
  5940. "node_modules/is-inside-container": {
  5941. "version": "1.0.0",
  5942. "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
  5943. "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
  5944. "license": "MIT",
  5945. "dependencies": {
  5946. "is-docker": "^3.0.0"
  5947. },
  5948. "bin": {
  5949. "is-inside-container": "cli.js"
  5950. },
  5951. "engines": {
  5952. "node": ">=14.16"
  5953. },
  5954. "funding": {
  5955. "url": "https://github.com/sponsors/sindresorhus"
  5956. }
  5957. },
  5958. "node_modules/is-installed-globally": {
  5959. "version": "1.0.0",
  5960. "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-1.0.0.tgz",
  5961. "integrity": "sha512-K55T22lfpQ63N4KEN57jZUAaAYqYHEe8veb/TycJRk9DdSCLLcovXz/mL6mOnhQaZsQGwPhuFopdQIlqGSEjiQ==",
  5962. "license": "MIT",
  5963. "dependencies": {
  5964. "global-directory": "^4.0.1",
  5965. "is-path-inside": "^4.0.0"
  5966. },
  5967. "engines": {
  5968. "node": ">=18"
  5969. },
  5970. "funding": {
  5971. "url": "https://github.com/sponsors/sindresorhus"
  5972. }
  5973. },
  5974. "node_modules/is-module": {
  5975. "version": "1.0.0",
  5976. "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
  5977. "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==",
  5978. "license": "MIT"
  5979. },
  5980. "node_modules/is-number": {
  5981. "version": "7.0.0",
  5982. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  5983. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  5984. "license": "MIT",
  5985. "engines": {
  5986. "node": ">=0.12.0"
  5987. }
  5988. },
  5989. "node_modules/is-path-inside": {
  5990. "version": "4.0.0",
  5991. "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz",
  5992. "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==",
  5993. "license": "MIT",
  5994. "engines": {
  5995. "node": ">=12"
  5996. },
  5997. "funding": {
  5998. "url": "https://github.com/sponsors/sindresorhus"
  5999. }
  6000. },
  6001. "node_modules/is-plain-obj": {
  6002. "version": "4.1.0",
  6003. "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
  6004. "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
  6005. "license": "MIT",
  6006. "engines": {
  6007. "node": ">=12"
  6008. },
  6009. "funding": {
  6010. "url": "https://github.com/sponsors/sindresorhus"
  6011. }
  6012. },
  6013. "node_modules/is-reference": {
  6014. "version": "1.2.1",
  6015. "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-1.2.1.tgz",
  6016. "integrity": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==",
  6017. "license": "MIT",
  6018. "dependencies": {
  6019. "@types/estree": "*"
  6020. }
  6021. },
  6022. "node_modules/is-ssh": {
  6023. "version": "1.4.1",
  6024. "resolved": "https://registry.npmjs.org/is-ssh/-/is-ssh-1.4.1.tgz",
  6025. "integrity": "sha512-JNeu1wQsHjyHgn9NcWTaXq6zWSR6hqE0++zhfZlkFBbScNkyvxCdeV8sRkSBaeLKxmbpR21brail63ACNxJ0Tg==",
  6026. "license": "MIT",
  6027. "dependencies": {
  6028. "protocols": "^2.0.1"
  6029. }
  6030. },
  6031. "node_modules/is-stream": {
  6032. "version": "3.0.0",
  6033. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz",
  6034. "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
  6035. "license": "MIT",
  6036. "engines": {
  6037. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  6038. },
  6039. "funding": {
  6040. "url": "https://github.com/sponsors/sindresorhus"
  6041. }
  6042. },
  6043. "node_modules/is-unicode-supported": {
  6044. "version": "2.1.0",
  6045. "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz",
  6046. "integrity": "sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==",
  6047. "license": "MIT",
  6048. "engines": {
  6049. "node": ">=18"
  6050. },
  6051. "funding": {
  6052. "url": "https://github.com/sponsors/sindresorhus"
  6053. }
  6054. },
  6055. "node_modules/is-wayland": {
  6056. "version": "0.1.0",
  6057. "resolved": "https://registry.npmjs.org/is-wayland/-/is-wayland-0.1.0.tgz",
  6058. "integrity": "sha512-QkbMsWkIfkrzOPxenwye0h56iAXirZYHG9eHVPb22fO9y+wPbaX/CHacOWBa/I++4ohTcByimhM1/nyCsH8KNA==",
  6059. "license": "MIT",
  6060. "engines": {
  6061. "node": ">=20"
  6062. },
  6063. "funding": {
  6064. "url": "https://github.com/sponsors/sindresorhus"
  6065. }
  6066. },
  6067. "node_modules/is-what": {
  6068. "version": "5.5.0",
  6069. "resolved": "https://registry.npmjs.org/is-what/-/is-what-5.5.0.tgz",
  6070. "integrity": "sha512-oG7cgbmg5kLYae2N5IVd3jm2s+vldjxJzK1pcu9LfpGuQ93MQSzo0okvRna+7y5ifrD+20FE8FvjusyGaz14fw==",
  6071. "license": "MIT",
  6072. "engines": {
  6073. "node": ">=18"
  6074. },
  6075. "funding": {
  6076. "url": "https://github.com/sponsors/mesqueeb"
  6077. }
  6078. },
  6079. "node_modules/is-wsl": {
  6080. "version": "3.1.0",
  6081. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
  6082. "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
  6083. "license": "MIT",
  6084. "dependencies": {
  6085. "is-inside-container": "^1.0.0"
  6086. },
  6087. "engines": {
  6088. "node": ">=16"
  6089. },
  6090. "funding": {
  6091. "url": "https://github.com/sponsors/sindresorhus"
  6092. }
  6093. },
  6094. "node_modules/is64bit": {
  6095. "version": "2.0.0",
  6096. "resolved": "https://registry.npmjs.org/is64bit/-/is64bit-2.0.0.tgz",
  6097. "integrity": "sha512-jv+8jaWCl0g2lSBkNSVXdzfBA0npK1HGC2KtWM9FumFRoGS94g3NbCCLVnCYHLjp4GrW2KZeeSTMo5ddtznmGw==",
  6098. "license": "MIT",
  6099. "dependencies": {
  6100. "system-architecture": "^0.1.0"
  6101. },
  6102. "engines": {
  6103. "node": ">=18"
  6104. },
  6105. "funding": {
  6106. "url": "https://github.com/sponsors/sindresorhus"
  6107. }
  6108. },
  6109. "node_modules/isarray": {
  6110. "version": "1.0.0",
  6111. "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
  6112. "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
  6113. "license": "MIT"
  6114. },
  6115. "node_modules/isexe": {
  6116. "version": "3.1.1",
  6117. "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz",
  6118. "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==",
  6119. "license": "ISC",
  6120. "engines": {
  6121. "node": ">=16"
  6122. }
  6123. },
  6124. "node_modules/jackspeak": {
  6125. "version": "3.4.3",
  6126. "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
  6127. "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
  6128. "license": "BlueOak-1.0.0",
  6129. "dependencies": {
  6130. "@isaacs/cliui": "^8.0.2"
  6131. },
  6132. "funding": {
  6133. "url": "https://github.com/sponsors/isaacs"
  6134. },
  6135. "optionalDependencies": {
  6136. "@pkgjs/parseargs": "^0.11.0"
  6137. }
  6138. },
  6139. "node_modules/jiti": {
  6140. "version": "2.6.1",
  6141. "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
  6142. "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
  6143. "license": "MIT",
  6144. "bin": {
  6145. "jiti": "lib/jiti-cli.mjs"
  6146. }
  6147. },
  6148. "node_modules/js-tokens": {
  6149. "version": "4.0.0",
  6150. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  6151. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  6152. "license": "MIT"
  6153. },
  6154. "node_modules/jsesc": {
  6155. "version": "3.1.0",
  6156. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
  6157. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  6158. "license": "MIT",
  6159. "bin": {
  6160. "jsesc": "bin/jsesc"
  6161. },
  6162. "engines": {
  6163. "node": ">=6"
  6164. }
  6165. },
  6166. "node_modules/json5": {
  6167. "version": "2.2.3",
  6168. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  6169. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  6170. "license": "MIT",
  6171. "bin": {
  6172. "json5": "lib/cli.js"
  6173. },
  6174. "engines": {
  6175. "node": ">=6"
  6176. }
  6177. },
  6178. "node_modules/kleur": {
  6179. "version": "3.0.3",
  6180. "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
  6181. "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
  6182. "license": "MIT",
  6183. "engines": {
  6184. "node": ">=6"
  6185. }
  6186. },
  6187. "node_modules/klona": {
  6188. "version": "2.0.6",
  6189. "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz",
  6190. "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==",
  6191. "license": "MIT",
  6192. "engines": {
  6193. "node": ">= 8"
  6194. }
  6195. },
  6196. "node_modules/knitwork": {
  6197. "version": "1.2.0",
  6198. "resolved": "https://registry.npmjs.org/knitwork/-/knitwork-1.2.0.tgz",
  6199. "integrity": "sha512-xYSH7AvuQ6nXkq42x0v5S8/Iry+cfulBz/DJQzhIyESdLD7425jXsPy4vn5cCXU+HhRN2kVw51Vd1K6/By4BQg==",
  6200. "license": "MIT"
  6201. },
  6202. "node_modules/launch-editor": {
  6203. "version": "2.11.1",
  6204. "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.11.1.tgz",
  6205. "integrity": "sha512-SEET7oNfgSaB6Ym0jufAdCeo3meJVeCaaDyzRygy0xsp2BFKCprcfHljTq4QkzTLUxEKkFK6OK4811YM2oSrRg==",
  6206. "license": "MIT",
  6207. "dependencies": {
  6208. "picocolors": "^1.1.1",
  6209. "shell-quote": "^1.8.3"
  6210. }
  6211. },
  6212. "node_modules/lazystream": {
  6213. "version": "1.0.1",
  6214. "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.1.tgz",
  6215. "integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==",
  6216. "license": "MIT",
  6217. "dependencies": {
  6218. "readable-stream": "^2.0.5"
  6219. },
  6220. "engines": {
  6221. "node": ">= 0.6.3"
  6222. }
  6223. },
  6224. "node_modules/lazystream/node_modules/readable-stream": {
  6225. "version": "2.3.8",
  6226. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
  6227. "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
  6228. "license": "MIT",
  6229. "dependencies": {
  6230. "core-util-is": "~1.0.0",
  6231. "inherits": "~2.0.3",
  6232. "isarray": "~1.0.0",
  6233. "process-nextick-args": "~2.0.0",
  6234. "safe-buffer": "~5.1.1",
  6235. "string_decoder": "~1.1.1",
  6236. "util-deprecate": "~1.0.1"
  6237. }
  6238. },
  6239. "node_modules/lazystream/node_modules/safe-buffer": {
  6240. "version": "5.1.2",
  6241. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
  6242. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
  6243. "license": "MIT"
  6244. },
  6245. "node_modules/lazystream/node_modules/string_decoder": {
  6246. "version": "1.1.1",
  6247. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  6248. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  6249. "license": "MIT",
  6250. "dependencies": {
  6251. "safe-buffer": "~5.1.0"
  6252. }
  6253. },
  6254. "node_modules/lightningcss": {
  6255. "version": "1.30.2",
  6256. "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.2.tgz",
  6257. "integrity": "sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==",
  6258. "license": "MPL-2.0",
  6259. "dependencies": {
  6260. "detect-libc": "^2.0.3"
  6261. },
  6262. "engines": {
  6263. "node": ">= 12.0.0"
  6264. },
  6265. "funding": {
  6266. "type": "opencollective",
  6267. "url": "https://opencollective.com/parcel"
  6268. },
  6269. "optionalDependencies": {
  6270. "lightningcss-android-arm64": "1.30.2",
  6271. "lightningcss-darwin-arm64": "1.30.2",
  6272. "lightningcss-darwin-x64": "1.30.2",
  6273. "lightningcss-freebsd-x64": "1.30.2",
  6274. "lightningcss-linux-arm-gnueabihf": "1.30.2",
  6275. "lightningcss-linux-arm64-gnu": "1.30.2",
  6276. "lightningcss-linux-arm64-musl": "1.30.2",
  6277. "lightningcss-linux-x64-gnu": "1.30.2",
  6278. "lightningcss-linux-x64-musl": "1.30.2",
  6279. "lightningcss-win32-arm64-msvc": "1.30.2",
  6280. "lightningcss-win32-x64-msvc": "1.30.2"
  6281. }
  6282. },
  6283. "node_modules/lightningcss-android-arm64": {
  6284. "version": "1.30.2",
  6285. "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.30.2.tgz",
  6286. "integrity": "sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==",
  6287. "cpu": [
  6288. "arm64"
  6289. ],
  6290. "license": "MPL-2.0",
  6291. "optional": true,
  6292. "os": [
  6293. "android"
  6294. ],
  6295. "engines": {
  6296. "node": ">= 12.0.0"
  6297. },
  6298. "funding": {
  6299. "type": "opencollective",
  6300. "url": "https://opencollective.com/parcel"
  6301. }
  6302. },
  6303. "node_modules/lightningcss-darwin-arm64": {
  6304. "version": "1.30.2",
  6305. "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.2.tgz",
  6306. "integrity": "sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==",
  6307. "cpu": [
  6308. "arm64"
  6309. ],
  6310. "license": "MPL-2.0",
  6311. "optional": true,
  6312. "os": [
  6313. "darwin"
  6314. ],
  6315. "engines": {
  6316. "node": ">= 12.0.0"
  6317. },
  6318. "funding": {
  6319. "type": "opencollective",
  6320. "url": "https://opencollective.com/parcel"
  6321. }
  6322. },
  6323. "node_modules/lightningcss-darwin-x64": {
  6324. "version": "1.30.2",
  6325. "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.2.tgz",
  6326. "integrity": "sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==",
  6327. "cpu": [
  6328. "x64"
  6329. ],
  6330. "license": "MPL-2.0",
  6331. "optional": true,
  6332. "os": [
  6333. "darwin"
  6334. ],
  6335. "engines": {
  6336. "node": ">= 12.0.0"
  6337. },
  6338. "funding": {
  6339. "type": "opencollective",
  6340. "url": "https://opencollective.com/parcel"
  6341. }
  6342. },
  6343. "node_modules/lightningcss-freebsd-x64": {
  6344. "version": "1.30.2",
  6345. "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.2.tgz",
  6346. "integrity": "sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==",
  6347. "cpu": [
  6348. "x64"
  6349. ],
  6350. "license": "MPL-2.0",
  6351. "optional": true,
  6352. "os": [
  6353. "freebsd"
  6354. ],
  6355. "engines": {
  6356. "node": ">= 12.0.0"
  6357. },
  6358. "funding": {
  6359. "type": "opencollective",
  6360. "url": "https://opencollective.com/parcel"
  6361. }
  6362. },
  6363. "node_modules/lightningcss-linux-arm-gnueabihf": {
  6364. "version": "1.30.2",
  6365. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.2.tgz",
  6366. "integrity": "sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==",
  6367. "cpu": [
  6368. "arm"
  6369. ],
  6370. "license": "MPL-2.0",
  6371. "optional": true,
  6372. "os": [
  6373. "linux"
  6374. ],
  6375. "engines": {
  6376. "node": ">= 12.0.0"
  6377. },
  6378. "funding": {
  6379. "type": "opencollective",
  6380. "url": "https://opencollective.com/parcel"
  6381. }
  6382. },
  6383. "node_modules/lightningcss-linux-arm64-gnu": {
  6384. "version": "1.30.2",
  6385. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.2.tgz",
  6386. "integrity": "sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==",
  6387. "cpu": [
  6388. "arm64"
  6389. ],
  6390. "license": "MPL-2.0",
  6391. "optional": true,
  6392. "os": [
  6393. "linux"
  6394. ],
  6395. "engines": {
  6396. "node": ">= 12.0.0"
  6397. },
  6398. "funding": {
  6399. "type": "opencollective",
  6400. "url": "https://opencollective.com/parcel"
  6401. }
  6402. },
  6403. "node_modules/lightningcss-linux-arm64-musl": {
  6404. "version": "1.30.2",
  6405. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.2.tgz",
  6406. "integrity": "sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==",
  6407. "cpu": [
  6408. "arm64"
  6409. ],
  6410. "license": "MPL-2.0",
  6411. "optional": true,
  6412. "os": [
  6413. "linux"
  6414. ],
  6415. "engines": {
  6416. "node": ">= 12.0.0"
  6417. },
  6418. "funding": {
  6419. "type": "opencollective",
  6420. "url": "https://opencollective.com/parcel"
  6421. }
  6422. },
  6423. "node_modules/lightningcss-linux-x64-gnu": {
  6424. "version": "1.30.2",
  6425. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.2.tgz",
  6426. "integrity": "sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==",
  6427. "cpu": [
  6428. "x64"
  6429. ],
  6430. "license": "MPL-2.0",
  6431. "optional": true,
  6432. "os": [
  6433. "linux"
  6434. ],
  6435. "engines": {
  6436. "node": ">= 12.0.0"
  6437. },
  6438. "funding": {
  6439. "type": "opencollective",
  6440. "url": "https://opencollective.com/parcel"
  6441. }
  6442. },
  6443. "node_modules/lightningcss-linux-x64-musl": {
  6444. "version": "1.30.2",
  6445. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.2.tgz",
  6446. "integrity": "sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==",
  6447. "cpu": [
  6448. "x64"
  6449. ],
  6450. "license": "MPL-2.0",
  6451. "optional": true,
  6452. "os": [
  6453. "linux"
  6454. ],
  6455. "engines": {
  6456. "node": ">= 12.0.0"
  6457. },
  6458. "funding": {
  6459. "type": "opencollective",
  6460. "url": "https://opencollective.com/parcel"
  6461. }
  6462. },
  6463. "node_modules/lightningcss-win32-arm64-msvc": {
  6464. "version": "1.30.2",
  6465. "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.2.tgz",
  6466. "integrity": "sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==",
  6467. "cpu": [
  6468. "arm64"
  6469. ],
  6470. "license": "MPL-2.0",
  6471. "optional": true,
  6472. "os": [
  6473. "win32"
  6474. ],
  6475. "engines": {
  6476. "node": ">= 12.0.0"
  6477. },
  6478. "funding": {
  6479. "type": "opencollective",
  6480. "url": "https://opencollective.com/parcel"
  6481. }
  6482. },
  6483. "node_modules/lightningcss-win32-x64-msvc": {
  6484. "version": "1.30.2",
  6485. "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.2.tgz",
  6486. "integrity": "sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==",
  6487. "cpu": [
  6488. "x64"
  6489. ],
  6490. "license": "MPL-2.0",
  6491. "optional": true,
  6492. "os": [
  6493. "win32"
  6494. ],
  6495. "engines": {
  6496. "node": ">= 12.0.0"
  6497. },
  6498. "funding": {
  6499. "type": "opencollective",
  6500. "url": "https://opencollective.com/parcel"
  6501. }
  6502. },
  6503. "node_modules/lightningcss/node_modules/detect-libc": {
  6504. "version": "2.1.2",
  6505. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  6506. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  6507. "license": "Apache-2.0",
  6508. "engines": {
  6509. "node": ">=8"
  6510. }
  6511. },
  6512. "node_modules/lilconfig": {
  6513. "version": "3.1.3",
  6514. "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
  6515. "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
  6516. "license": "MIT",
  6517. "engines": {
  6518. "node": ">=14"
  6519. },
  6520. "funding": {
  6521. "url": "https://github.com/sponsors/antonk52"
  6522. }
  6523. },
  6524. "node_modules/listhen": {
  6525. "version": "1.9.0",
  6526. "resolved": "https://registry.npmjs.org/listhen/-/listhen-1.9.0.tgz",
  6527. "integrity": "sha512-I8oW2+QL5KJo8zXNWX046M134WchxsXC7SawLPvRQpogCbkyQIaFxPE89A2HiwR7vAK2Dm2ERBAmyjTYGYEpBg==",
  6528. "license": "MIT",
  6529. "dependencies": {
  6530. "@parcel/watcher": "^2.4.1",
  6531. "@parcel/watcher-wasm": "^2.4.1",
  6532. "citty": "^0.1.6",
  6533. "clipboardy": "^4.0.0",
  6534. "consola": "^3.2.3",
  6535. "crossws": ">=0.2.0 <0.4.0",
  6536. "defu": "^6.1.4",
  6537. "get-port-please": "^3.1.2",
  6538. "h3": "^1.12.0",
  6539. "http-shutdown": "^1.2.2",
  6540. "jiti": "^2.1.2",
  6541. "mlly": "^1.7.1",
  6542. "node-forge": "^1.3.1",
  6543. "pathe": "^1.1.2",
  6544. "std-env": "^3.7.0",
  6545. "ufo": "^1.5.4",
  6546. "untun": "^0.1.3",
  6547. "uqr": "^0.1.2"
  6548. },
  6549. "bin": {
  6550. "listen": "bin/listhen.mjs",
  6551. "listhen": "bin/listhen.mjs"
  6552. }
  6553. },
  6554. "node_modules/listhen/node_modules/clipboardy": {
  6555. "version": "4.0.0",
  6556. "resolved": "https://registry.npmjs.org/clipboardy/-/clipboardy-4.0.0.tgz",
  6557. "integrity": "sha512-5mOlNS0mhX0707P2I0aZ2V/cmHUEO/fL7VFLqszkhUsxt7RwnmrInf/eEQKlf5GzvYeHIjT+Ov1HRfNmymlG0w==",
  6558. "license": "MIT",
  6559. "dependencies": {
  6560. "execa": "^8.0.1",
  6561. "is-wsl": "^3.1.0",
  6562. "is64bit": "^2.0.0"
  6563. },
  6564. "engines": {
  6565. "node": ">=18"
  6566. },
  6567. "funding": {
  6568. "url": "https://github.com/sponsors/sindresorhus"
  6569. }
  6570. },
  6571. "node_modules/listhen/node_modules/pathe": {
  6572. "version": "1.1.2",
  6573. "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz",
  6574. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==",
  6575. "license": "MIT"
  6576. },
  6577. "node_modules/local-pkg": {
  6578. "version": "1.1.2",
  6579. "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-1.1.2.tgz",
  6580. "integrity": "sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==",
  6581. "license": "MIT",
  6582. "dependencies": {
  6583. "mlly": "^1.7.4",
  6584. "pkg-types": "^2.3.0",
  6585. "quansync": "^0.2.11"
  6586. },
  6587. "engines": {
  6588. "node": ">=14"
  6589. },
  6590. "funding": {
  6591. "url": "https://github.com/sponsors/antfu"
  6592. }
  6593. },
  6594. "node_modules/lodash": {
  6595. "version": "4.17.21",
  6596. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
  6597. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  6598. "license": "MIT"
  6599. },
  6600. "node_modules/lodash.defaults": {
  6601. "version": "4.2.0",
  6602. "resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz",
  6603. "integrity": "sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==",
  6604. "license": "MIT"
  6605. },
  6606. "node_modules/lodash.isarguments": {
  6607. "version": "3.1.0",
  6608. "resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz",
  6609. "integrity": "sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg==",
  6610. "license": "MIT"
  6611. },
  6612. "node_modules/lodash.memoize": {
  6613. "version": "4.1.2",
  6614. "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
  6615. "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==",
  6616. "license": "MIT"
  6617. },
  6618. "node_modules/lodash.uniq": {
  6619. "version": "4.5.0",
  6620. "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
  6621. "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==",
  6622. "license": "MIT"
  6623. },
  6624. "node_modules/lru-cache": {
  6625. "version": "5.1.1",
  6626. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  6627. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  6628. "license": "ISC",
  6629. "dependencies": {
  6630. "yallist": "^3.0.2"
  6631. }
  6632. },
  6633. "node_modules/magic-regexp": {
  6634. "version": "0.10.0",
  6635. "resolved": "https://registry.npmjs.org/magic-regexp/-/magic-regexp-0.10.0.tgz",
  6636. "integrity": "sha512-Uly1Bu4lO1hwHUW0CQeSWuRtzCMNO00CmXtS8N6fyvB3B979GOEEeAkiTUDsmbYLAbvpUS/Kt5c4ibosAzVyVg==",
  6637. "license": "MIT",
  6638. "dependencies": {
  6639. "estree-walker": "^3.0.3",
  6640. "magic-string": "^0.30.12",
  6641. "mlly": "^1.7.2",
  6642. "regexp-tree": "^0.1.27",
  6643. "type-level-regexp": "~0.1.17",
  6644. "ufo": "^1.5.4",
  6645. "unplugin": "^2.0.0"
  6646. }
  6647. },
  6648. "node_modules/magic-regexp/node_modules/estree-walker": {
  6649. "version": "3.0.3",
  6650. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  6651. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  6652. "license": "MIT",
  6653. "dependencies": {
  6654. "@types/estree": "^1.0.0"
  6655. }
  6656. },
  6657. "node_modules/magic-string": {
  6658. "version": "0.30.21",
  6659. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
  6660. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  6661. "license": "MIT",
  6662. "dependencies": {
  6663. "@jridgewell/sourcemap-codec": "^1.5.5"
  6664. }
  6665. },
  6666. "node_modules/magic-string-ast": {
  6667. "version": "1.0.3",
  6668. "resolved": "https://registry.npmjs.org/magic-string-ast/-/magic-string-ast-1.0.3.tgz",
  6669. "integrity": "sha512-CvkkH1i81zl7mmb94DsRiFeG9V2fR2JeuK8yDgS8oiZSFa++wWLEgZ5ufEOyLHbvSbD1gTRKv9NdX69Rnvr9JA==",
  6670. "license": "MIT",
  6671. "dependencies": {
  6672. "magic-string": "^0.30.19"
  6673. },
  6674. "engines": {
  6675. "node": ">=20.19.0"
  6676. },
  6677. "funding": {
  6678. "url": "https://github.com/sponsors/sxzz"
  6679. }
  6680. },
  6681. "node_modules/magicast": {
  6682. "version": "0.3.5",
  6683. "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.3.5.tgz",
  6684. "integrity": "sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==",
  6685. "license": "MIT",
  6686. "dependencies": {
  6687. "@babel/parser": "^7.25.4",
  6688. "@babel/types": "^7.25.4",
  6689. "source-map-js": "^1.2.0"
  6690. }
  6691. },
  6692. "node_modules/mdn-data": {
  6693. "version": "2.12.2",
  6694. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.12.2.tgz",
  6695. "integrity": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==",
  6696. "license": "CC0-1.0"
  6697. },
  6698. "node_modules/merge-stream": {
  6699. "version": "2.0.0",
  6700. "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
  6701. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
  6702. "license": "MIT"
  6703. },
  6704. "node_modules/merge2": {
  6705. "version": "1.4.1",
  6706. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  6707. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  6708. "license": "MIT",
  6709. "engines": {
  6710. "node": ">= 8"
  6711. }
  6712. },
  6713. "node_modules/micromatch": {
  6714. "version": "4.0.8",
  6715. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
  6716. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  6717. "license": "MIT",
  6718. "dependencies": {
  6719. "braces": "^3.0.3",
  6720. "picomatch": "^2.3.1"
  6721. },
  6722. "engines": {
  6723. "node": ">=8.6"
  6724. }
  6725. },
  6726. "node_modules/micromatch/node_modules/picomatch": {
  6727. "version": "2.3.1",
  6728. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
  6729. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  6730. "license": "MIT",
  6731. "engines": {
  6732. "node": ">=8.6"
  6733. },
  6734. "funding": {
  6735. "url": "https://github.com/sponsors/jonschlinkert"
  6736. }
  6737. },
  6738. "node_modules/mime": {
  6739. "version": "4.1.0",
  6740. "resolved": "https://registry.npmjs.org/mime/-/mime-4.1.0.tgz",
  6741. "integrity": "sha512-X5ju04+cAzsojXKes0B/S4tcYtFAJ6tTMuSPBEn9CPGlrWr8Fiw7qYeLT0XyH80HSoAoqWCaz+MWKh22P7G1cw==",
  6742. "funding": [
  6743. "https://github.com/sponsors/broofa"
  6744. ],
  6745. "license": "MIT",
  6746. "bin": {
  6747. "mime": "bin/cli.js"
  6748. },
  6749. "engines": {
  6750. "node": ">=16"
  6751. }
  6752. },
  6753. "node_modules/mime-db": {
  6754. "version": "1.54.0",
  6755. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
  6756. "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
  6757. "license": "MIT",
  6758. "engines": {
  6759. "node": ">= 0.6"
  6760. }
  6761. },
  6762. "node_modules/mime-types": {
  6763. "version": "3.0.1",
  6764. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.1.tgz",
  6765. "integrity": "sha512-xRc4oEhT6eaBpU1XF7AjpOFD+xQmXNB5OVKwp4tqCuBpHLS/ZbBDrc07mYTDqVMg6PfxUjjNp85O6Cd2Z/5HWA==",
  6766. "license": "MIT",
  6767. "dependencies": {
  6768. "mime-db": "^1.54.0"
  6769. },
  6770. "engines": {
  6771. "node": ">= 0.6"
  6772. }
  6773. },
  6774. "node_modules/mimic-fn": {
  6775. "version": "4.0.0",
  6776. "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz",
  6777. "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==",
  6778. "license": "MIT",
  6779. "engines": {
  6780. "node": ">=12"
  6781. },
  6782. "funding": {
  6783. "url": "https://github.com/sponsors/sindresorhus"
  6784. }
  6785. },
  6786. "node_modules/minimatch": {
  6787. "version": "9.0.5",
  6788. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
  6789. "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
  6790. "license": "ISC",
  6791. "dependencies": {
  6792. "brace-expansion": "^2.0.1"
  6793. },
  6794. "engines": {
  6795. "node": ">=16 || 14 >=14.17"
  6796. },
  6797. "funding": {
  6798. "url": "https://github.com/sponsors/isaacs"
  6799. }
  6800. },
  6801. "node_modules/minipass": {
  6802. "version": "7.1.2",
  6803. "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
  6804. "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
  6805. "license": "ISC",
  6806. "engines": {
  6807. "node": ">=16 || 14 >=14.17"
  6808. }
  6809. },
  6810. "node_modules/minizlib": {
  6811. "version": "3.1.0",
  6812. "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.1.0.tgz",
  6813. "integrity": "sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==",
  6814. "license": "MIT",
  6815. "dependencies": {
  6816. "minipass": "^7.1.2"
  6817. },
  6818. "engines": {
  6819. "node": ">= 18"
  6820. }
  6821. },
  6822. "node_modules/mitt": {
  6823. "version": "3.0.1",
  6824. "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz",
  6825. "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
  6826. "license": "MIT"
  6827. },
  6828. "node_modules/mlly": {
  6829. "version": "1.8.0",
  6830. "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.8.0.tgz",
  6831. "integrity": "sha512-l8D9ODSRWLe2KHJSifWGwBqpTZXIXTeo8mlKjY+E2HAakaTeNpqAyBZ8GSqLzHgw4XmHmC8whvpjJNMbFZN7/g==",
  6832. "license": "MIT",
  6833. "dependencies": {
  6834. "acorn": "^8.15.0",
  6835. "pathe": "^2.0.3",
  6836. "pkg-types": "^1.3.1",
  6837. "ufo": "^1.6.1"
  6838. }
  6839. },
  6840. "node_modules/mlly/node_modules/confbox": {
  6841. "version": "0.1.8",
  6842. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz",
  6843. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  6844. "license": "MIT"
  6845. },
  6846. "node_modules/mlly/node_modules/pkg-types": {
  6847. "version": "1.3.1",
  6848. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz",
  6849. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  6850. "license": "MIT",
  6851. "dependencies": {
  6852. "confbox": "^0.1.8",
  6853. "mlly": "^1.7.4",
  6854. "pathe": "^2.0.1"
  6855. }
  6856. },
  6857. "node_modules/mocked-exports": {
  6858. "version": "0.1.1",
  6859. "resolved": "https://registry.npmjs.org/mocked-exports/-/mocked-exports-0.1.1.tgz",
  6860. "integrity": "sha512-aF7yRQr/Q0O2/4pIXm6PZ5G+jAd7QS4Yu8m+WEeEHGnbo+7mE36CbLSDQiXYV8bVL3NfmdeqPJct0tUlnjVSnA==",
  6861. "license": "MIT"
  6862. },
  6863. "node_modules/mrmime": {
  6864. "version": "2.0.1",
  6865. "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz",
  6866. "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==",
  6867. "license": "MIT",
  6868. "engines": {
  6869. "node": ">=10"
  6870. }
  6871. },
  6872. "node_modules/ms": {
  6873. "version": "2.1.3",
  6874. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  6875. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  6876. "license": "MIT"
  6877. },
  6878. "node_modules/muggle-string": {
  6879. "version": "0.4.1",
  6880. "resolved": "https://registry.npmjs.org/muggle-string/-/muggle-string-0.4.1.tgz",
  6881. "integrity": "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==",
  6882. "license": "MIT"
  6883. },
  6884. "node_modules/nanoid": {
  6885. "version": "5.1.6",
  6886. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.6.tgz",
  6887. "integrity": "sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg==",
  6888. "funding": [
  6889. {
  6890. "type": "github",
  6891. "url": "https://github.com/sponsors/ai"
  6892. }
  6893. ],
  6894. "license": "MIT",
  6895. "bin": {
  6896. "nanoid": "bin/nanoid.js"
  6897. },
  6898. "engines": {
  6899. "node": "^18 || >=20"
  6900. }
  6901. },
  6902. "node_modules/nanotar": {
  6903. "version": "0.2.0",
  6904. "resolved": "https://registry.npmjs.org/nanotar/-/nanotar-0.2.0.tgz",
  6905. "integrity": "sha512-9ca1h0Xjvo9bEkE4UOxgAzLV0jHKe6LMaxo37ND2DAhhAtd0j8pR1Wxz+/goMrZO8AEZTWCmyaOsFI/W5AdpCQ==",
  6906. "license": "MIT"
  6907. },
  6908. "node_modules/nitropack": {
  6909. "version": "2.12.8",
  6910. "resolved": "https://registry.npmjs.org/nitropack/-/nitropack-2.12.8.tgz",
  6911. "integrity": "sha512-k4KT/6CMiX+aAI2LWEdVhvI4PPPWt6NTz70TcxrGUgvMpt8Pv4/iG0KTwBJ58KdwFp59p3Mlp8QyGVmIVP6GvQ==",
  6912. "license": "MIT",
  6913. "dependencies": {
  6914. "@cloudflare/kv-asset-handler": "^0.4.0",
  6915. "@rollup/plugin-alias": "^5.1.1",
  6916. "@rollup/plugin-commonjs": "^28.0.8",
  6917. "@rollup/plugin-inject": "^5.0.5",
  6918. "@rollup/plugin-json": "^6.1.0",
  6919. "@rollup/plugin-node-resolve": "^16.0.3",
  6920. "@rollup/plugin-replace": "^6.0.2",
  6921. "@rollup/plugin-terser": "^0.4.4",
  6922. "@vercel/nft": "^0.30.3",
  6923. "archiver": "^7.0.1",
  6924. "c12": "^3.3.1",
  6925. "chokidar": "^4.0.3",
  6926. "citty": "^0.1.6",
  6927. "compatx": "^0.2.0",
  6928. "confbox": "^0.2.2",
  6929. "consola": "^3.4.2",
  6930. "cookie-es": "^2.0.0",
  6931. "croner": "^9.1.0",
  6932. "crossws": "^0.3.5",
  6933. "db0": "^0.3.4",
  6934. "defu": "^6.1.4",
  6935. "destr": "^2.0.5",
  6936. "dot-prop": "^10.1.0",
  6937. "esbuild": "^0.25.11",
  6938. "escape-string-regexp": "^5.0.0",
  6939. "etag": "^1.8.1",
  6940. "exsolve": "^1.0.7",
  6941. "globby": "^15.0.0",
  6942. "gzip-size": "^7.0.0",
  6943. "h3": "^1.15.4",
  6944. "hookable": "^5.5.3",
  6945. "httpxy": "^0.1.7",
  6946. "ioredis": "^5.8.2",
  6947. "jiti": "^2.6.1",
  6948. "klona": "^2.0.6",
  6949. "knitwork": "^1.2.0",
  6950. "listhen": "^1.9.0",
  6951. "magic-string": "^0.30.19",
  6952. "magicast": "^0.3.5",
  6953. "mime": "^4.1.0",
  6954. "mlly": "^1.8.0",
  6955. "node-fetch-native": "^1.6.7",
  6956. "node-mock-http": "^1.0.3",
  6957. "ofetch": "^1.4.1",
  6958. "ohash": "^2.0.11",
  6959. "pathe": "^2.0.3",
  6960. "perfect-debounce": "^2.0.0",
  6961. "pkg-types": "^2.3.0",
  6962. "pretty-bytes": "^7.1.0",
  6963. "radix3": "^1.1.2",
  6964. "rollup": "^4.52.5",
  6965. "rollup-plugin-visualizer": "^6.0.5",
  6966. "scule": "^1.3.0",
  6967. "semver": "^7.7.3",
  6968. "serve-placeholder": "^2.0.2",
  6969. "serve-static": "^2.2.0",
  6970. "source-map": "^0.7.6",
  6971. "std-env": "^3.10.0",
  6972. "ufo": "^1.6.1",
  6973. "ultrahtml": "^1.6.0",
  6974. "uncrypto": "^0.1.3",
  6975. "unctx": "^2.4.1",
  6976. "unenv": "2.0.0-rc.21",
  6977. "unimport": "^5.5.0",
  6978. "unplugin-utils": "^0.3.1",
  6979. "unstorage": "^1.17.1",
  6980. "untyped": "^2.0.0",
  6981. "unwasm": "^0.3.11",
  6982. "youch": "4.1.0-beta.11",
  6983. "youch-core": "^0.3.3"
  6984. },
  6985. "bin": {
  6986. "nitro": "dist/cli/index.mjs",
  6987. "nitropack": "dist/cli/index.mjs"
  6988. },
  6989. "engines": {
  6990. "node": "^20.19.0 || >=22.12.0"
  6991. },
  6992. "peerDependencies": {
  6993. "xml2js": "^0.6.2"
  6994. },
  6995. "peerDependenciesMeta": {
  6996. "xml2js": {
  6997. "optional": true
  6998. }
  6999. }
  7000. },
  7001. "node_modules/nitropack/node_modules/unenv": {
  7002. "version": "2.0.0-rc.21",
  7003. "resolved": "https://registry.npmjs.org/unenv/-/unenv-2.0.0-rc.21.tgz",
  7004. "integrity": "sha512-Wj7/AMtE9MRnAXa6Su3Lk0LNCfqDYgfwVjwRFVum9U7wsto1imuHqk4kTm7Jni+5A0Hn7dttL6O/zjvUvoo+8A==",
  7005. "license": "MIT",
  7006. "dependencies": {
  7007. "defu": "^6.1.4",
  7008. "exsolve": "^1.0.7",
  7009. "ohash": "^2.0.11",
  7010. "pathe": "^2.0.3",
  7011. "ufo": "^1.6.1"
  7012. }
  7013. },
  7014. "node_modules/nitropack/node_modules/unplugin-utils": {
  7015. "version": "0.3.1",
  7016. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  7017. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  7018. "license": "MIT",
  7019. "dependencies": {
  7020. "pathe": "^2.0.3",
  7021. "picomatch": "^4.0.3"
  7022. },
  7023. "engines": {
  7024. "node": ">=20.19.0"
  7025. },
  7026. "funding": {
  7027. "url": "https://github.com/sponsors/sxzz"
  7028. }
  7029. },
  7030. "node_modules/node-addon-api": {
  7031. "version": "7.1.1",
  7032. "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
  7033. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  7034. "license": "MIT"
  7035. },
  7036. "node_modules/node-fetch": {
  7037. "version": "2.7.0",
  7038. "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
  7039. "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
  7040. "license": "MIT",
  7041. "dependencies": {
  7042. "whatwg-url": "^5.0.0"
  7043. },
  7044. "engines": {
  7045. "node": "4.x || >=6.0.0"
  7046. },
  7047. "peerDependencies": {
  7048. "encoding": "^0.1.0"
  7049. },
  7050. "peerDependenciesMeta": {
  7051. "encoding": {
  7052. "optional": true
  7053. }
  7054. }
  7055. },
  7056. "node_modules/node-fetch-native": {
  7057. "version": "1.6.7",
  7058. "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.7.tgz",
  7059. "integrity": "sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q==",
  7060. "license": "MIT"
  7061. },
  7062. "node_modules/node-forge": {
  7063. "version": "1.3.1",
  7064. "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz",
  7065. "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==",
  7066. "license": "(BSD-3-Clause OR GPL-2.0)",
  7067. "engines": {
  7068. "node": ">= 6.13.0"
  7069. }
  7070. },
  7071. "node_modules/node-gyp-build": {
  7072. "version": "4.8.4",
  7073. "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.4.tgz",
  7074. "integrity": "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==",
  7075. "license": "MIT",
  7076. "bin": {
  7077. "node-gyp-build": "bin.js",
  7078. "node-gyp-build-optional": "optional.js",
  7079. "node-gyp-build-test": "build-test.js"
  7080. }
  7081. },
  7082. "node_modules/node-mock-http": {
  7083. "version": "1.0.3",
  7084. "resolved": "https://registry.npmjs.org/node-mock-http/-/node-mock-http-1.0.3.tgz",
  7085. "integrity": "sha512-jN8dK25fsfnMrVsEhluUTPkBFY+6ybu7jSB1n+ri/vOGjJxU8J9CZhpSGkHXSkFjtUhbmoncG/YG9ta5Ludqog==",
  7086. "license": "MIT"
  7087. },
  7088. "node_modules/node-releases": {
  7089. "version": "2.0.26",
  7090. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.26.tgz",
  7091. "integrity": "sha512-S2M9YimhSjBSvYnlr5/+umAnPHE++ODwt5e2Ij6FoX45HA/s4vHdkDx1eax2pAPeAOqu4s9b7ppahsyEFdVqQA==",
  7092. "license": "MIT"
  7093. },
  7094. "node_modules/nopt": {
  7095. "version": "8.1.0",
  7096. "resolved": "https://registry.npmjs.org/nopt/-/nopt-8.1.0.tgz",
  7097. "integrity": "sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A==",
  7098. "license": "ISC",
  7099. "dependencies": {
  7100. "abbrev": "^3.0.0"
  7101. },
  7102. "bin": {
  7103. "nopt": "bin/nopt.js"
  7104. },
  7105. "engines": {
  7106. "node": "^18.17.0 || >=20.5.0"
  7107. }
  7108. },
  7109. "node_modules/normalize-path": {
  7110. "version": "3.0.0",
  7111. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  7112. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  7113. "license": "MIT",
  7114. "engines": {
  7115. "node": ">=0.10.0"
  7116. }
  7117. },
  7118. "node_modules/normalize-range": {
  7119. "version": "0.1.2",
  7120. "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
  7121. "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
  7122. "license": "MIT",
  7123. "engines": {
  7124. "node": ">=0.10.0"
  7125. }
  7126. },
  7127. "node_modules/npm-run-path": {
  7128. "version": "5.3.0",
  7129. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz",
  7130. "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
  7131. "license": "MIT",
  7132. "dependencies": {
  7133. "path-key": "^4.0.0"
  7134. },
  7135. "engines": {
  7136. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  7137. },
  7138. "funding": {
  7139. "url": "https://github.com/sponsors/sindresorhus"
  7140. }
  7141. },
  7142. "node_modules/npm-run-path/node_modules/path-key": {
  7143. "version": "4.0.0",
  7144. "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz",
  7145. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  7146. "license": "MIT",
  7147. "engines": {
  7148. "node": ">=12"
  7149. },
  7150. "funding": {
  7151. "url": "https://github.com/sponsors/sindresorhus"
  7152. }
  7153. },
  7154. "node_modules/nth-check": {
  7155. "version": "2.1.1",
  7156. "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
  7157. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  7158. "license": "BSD-2-Clause",
  7159. "dependencies": {
  7160. "boolbase": "^1.0.0"
  7161. },
  7162. "funding": {
  7163. "url": "https://github.com/fb55/nth-check?sponsor=1"
  7164. }
  7165. },
  7166. "node_modules/nuxt": {
  7167. "version": "4.2.0",
  7168. "resolved": "https://registry.npmjs.org/nuxt/-/nuxt-4.2.0.tgz",
  7169. "integrity": "sha512-4qzf2Ymf07dMMj50TZdNZgMqCdzDch8NY3NO2ClucUaIvvsr6wd9+JrDpI1CckSTHwqU37/dIPFpvIQZoeHoYA==",
  7170. "license": "MIT",
  7171. "dependencies": {
  7172. "@dxup/nuxt": "^0.2.0",
  7173. "@nuxt/cli": "^3.29.3",
  7174. "@nuxt/devtools": "^2.6.5",
  7175. "@nuxt/kit": "4.2.0",
  7176. "@nuxt/nitro-server": "4.2.0",
  7177. "@nuxt/schema": "4.2.0",
  7178. "@nuxt/telemetry": "^2.6.6",
  7179. "@nuxt/vite-builder": "4.2.0",
  7180. "@unhead/vue": "^2.0.19",
  7181. "@vue/shared": "^3.5.22",
  7182. "c12": "^3.3.1",
  7183. "chokidar": "^4.0.3",
  7184. "compatx": "^0.2.0",
  7185. "consola": "^3.4.2",
  7186. "cookie-es": "^2.0.0",
  7187. "defu": "^6.1.4",
  7188. "destr": "^2.0.5",
  7189. "devalue": "^5.4.2",
  7190. "errx": "^0.1.0",
  7191. "escape-string-regexp": "^5.0.0",
  7192. "exsolve": "^1.0.7",
  7193. "h3": "^1.15.4",
  7194. "hookable": "^5.5.3",
  7195. "ignore": "^7.0.5",
  7196. "impound": "^1.0.0",
  7197. "jiti": "^2.6.1",
  7198. "klona": "^2.0.6",
  7199. "knitwork": "^1.2.0",
  7200. "magic-string": "^0.30.21",
  7201. "mlly": "^1.8.0",
  7202. "nanotar": "^0.2.0",
  7203. "nypm": "^0.6.2",
  7204. "ofetch": "^1.4.1",
  7205. "ohash": "^2.0.11",
  7206. "on-change": "^6.0.0",
  7207. "oxc-minify": "^0.95.0",
  7208. "oxc-parser": "^0.95.0",
  7209. "oxc-transform": "^0.95.0",
  7210. "oxc-walker": "^0.5.2",
  7211. "pathe": "^2.0.3",
  7212. "perfect-debounce": "^2.0.0",
  7213. "pkg-types": "^2.3.0",
  7214. "radix3": "^1.1.2",
  7215. "scule": "^1.3.0",
  7216. "semver": "^7.7.3",
  7217. "std-env": "^3.10.0",
  7218. "tinyglobby": "^0.2.15",
  7219. "ufo": "^1.6.1",
  7220. "ultrahtml": "^1.6.0",
  7221. "uncrypto": "^0.1.3",
  7222. "unctx": "^2.4.1",
  7223. "unimport": "^5.5.0",
  7224. "unplugin": "^2.3.10",
  7225. "unplugin-vue-router": "^0.16.0",
  7226. "untyped": "^2.0.0",
  7227. "vue": "^3.5.22",
  7228. "vue-router": "^4.6.3"
  7229. },
  7230. "bin": {
  7231. "nuxi": "bin/nuxt.mjs",
  7232. "nuxt": "bin/nuxt.mjs"
  7233. },
  7234. "engines": {
  7235. "node": "^20.19.0 || >=22.12.0"
  7236. },
  7237. "peerDependencies": {
  7238. "@parcel/watcher": "^2.1.0",
  7239. "@types/node": ">=18.12.0"
  7240. },
  7241. "peerDependenciesMeta": {
  7242. "@parcel/watcher": {
  7243. "optional": true
  7244. },
  7245. "@types/node": {
  7246. "optional": true
  7247. }
  7248. }
  7249. },
  7250. "node_modules/nypm": {
  7251. "version": "0.6.2",
  7252. "resolved": "https://registry.npmjs.org/nypm/-/nypm-0.6.2.tgz",
  7253. "integrity": "sha512-7eM+hpOtrKrBDCh7Ypu2lJ9Z7PNZBdi/8AT3AX8xoCj43BBVHD0hPSTEvMtkMpfs8FCqBGhxB+uToIQimA111g==",
  7254. "license": "MIT",
  7255. "dependencies": {
  7256. "citty": "^0.1.6",
  7257. "consola": "^3.4.2",
  7258. "pathe": "^2.0.3",
  7259. "pkg-types": "^2.3.0",
  7260. "tinyexec": "^1.0.1"
  7261. },
  7262. "bin": {
  7263. "nypm": "dist/cli.mjs"
  7264. },
  7265. "engines": {
  7266. "node": "^14.16.0 || >=16.10.0"
  7267. }
  7268. },
  7269. "node_modules/ofetch": {
  7270. "version": "1.4.1",
  7271. "resolved": "https://registry.npmjs.org/ofetch/-/ofetch-1.4.1.tgz",
  7272. "integrity": "sha512-QZj2DfGplQAr2oj9KzceK9Hwz6Whxazmn85yYeVuS3u9XTMOGMRx0kO95MQ+vLsj/S/NwBDMMLU5hpxvI6Tklw==",
  7273. "license": "MIT",
  7274. "dependencies": {
  7275. "destr": "^2.0.3",
  7276. "node-fetch-native": "^1.6.4",
  7277. "ufo": "^1.5.4"
  7278. }
  7279. },
  7280. "node_modules/ohash": {
  7281. "version": "2.0.11",
  7282. "resolved": "https://registry.npmjs.org/ohash/-/ohash-2.0.11.tgz",
  7283. "integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==",
  7284. "license": "MIT"
  7285. },
  7286. "node_modules/on-change": {
  7287. "version": "6.0.1",
  7288. "resolved": "https://registry.npmjs.org/on-change/-/on-change-6.0.1.tgz",
  7289. "integrity": "sha512-P7o0hkMahOhjb1niG28vLNAXsJrRcfpJvYWcTmPt/Tf4xedcF2PA1E9++N1tufY8/vIsaiJgHhjQp53hJCe+zw==",
  7290. "license": "MIT",
  7291. "engines": {
  7292. "node": ">=20"
  7293. },
  7294. "funding": {
  7295. "url": "https://github.com/sindresorhus/on-change?sponsor=1"
  7296. }
  7297. },
  7298. "node_modules/on-finished": {
  7299. "version": "2.4.1",
  7300. "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
  7301. "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
  7302. "license": "MIT",
  7303. "dependencies": {
  7304. "ee-first": "1.1.1"
  7305. },
  7306. "engines": {
  7307. "node": ">= 0.8"
  7308. }
  7309. },
  7310. "node_modules/onetime": {
  7311. "version": "6.0.0",
  7312. "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz",
  7313. "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==",
  7314. "license": "MIT",
  7315. "dependencies": {
  7316. "mimic-fn": "^4.0.0"
  7317. },
  7318. "engines": {
  7319. "node": ">=12"
  7320. },
  7321. "funding": {
  7322. "url": "https://github.com/sponsors/sindresorhus"
  7323. }
  7324. },
  7325. "node_modules/open": {
  7326. "version": "8.4.2",
  7327. "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz",
  7328. "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==",
  7329. "license": "MIT",
  7330. "dependencies": {
  7331. "define-lazy-prop": "^2.0.0",
  7332. "is-docker": "^2.1.1",
  7333. "is-wsl": "^2.2.0"
  7334. },
  7335. "engines": {
  7336. "node": ">=12"
  7337. },
  7338. "funding": {
  7339. "url": "https://github.com/sponsors/sindresorhus"
  7340. }
  7341. },
  7342. "node_modules/open/node_modules/is-docker": {
  7343. "version": "2.2.1",
  7344. "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
  7345. "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
  7346. "license": "MIT",
  7347. "bin": {
  7348. "is-docker": "cli.js"
  7349. },
  7350. "engines": {
  7351. "node": ">=8"
  7352. },
  7353. "funding": {
  7354. "url": "https://github.com/sponsors/sindresorhus"
  7355. }
  7356. },
  7357. "node_modules/open/node_modules/is-wsl": {
  7358. "version": "2.2.0",
  7359. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
  7360. "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
  7361. "license": "MIT",
  7362. "dependencies": {
  7363. "is-docker": "^2.0.0"
  7364. },
  7365. "engines": {
  7366. "node": ">=8"
  7367. }
  7368. },
  7369. "node_modules/oxc-minify": {
  7370. "version": "0.95.0",
  7371. "resolved": "https://registry.npmjs.org/oxc-minify/-/oxc-minify-0.95.0.tgz",
  7372. "integrity": "sha512-3k//447vscNk5JZXVnr2qv0QONjUU7F8Y6ewAPFVQNgdvYh3gCLYCRjQ/DR5kVkqxFgVa8R/FFBV3X5jlztSzw==",
  7373. "license": "MIT",
  7374. "engines": {
  7375. "node": "^20.19.0 || >=22.12.0"
  7376. },
  7377. "funding": {
  7378. "url": "https://github.com/sponsors/Boshen"
  7379. },
  7380. "optionalDependencies": {
  7381. "@oxc-minify/binding-android-arm64": "0.95.0",
  7382. "@oxc-minify/binding-darwin-arm64": "0.95.0",
  7383. "@oxc-minify/binding-darwin-x64": "0.95.0",
  7384. "@oxc-minify/binding-freebsd-x64": "0.95.0",
  7385. "@oxc-minify/binding-linux-arm-gnueabihf": "0.95.0",
  7386. "@oxc-minify/binding-linux-arm-musleabihf": "0.95.0",
  7387. "@oxc-minify/binding-linux-arm64-gnu": "0.95.0",
  7388. "@oxc-minify/binding-linux-arm64-musl": "0.95.0",
  7389. "@oxc-minify/binding-linux-riscv64-gnu": "0.95.0",
  7390. "@oxc-minify/binding-linux-s390x-gnu": "0.95.0",
  7391. "@oxc-minify/binding-linux-x64-gnu": "0.95.0",
  7392. "@oxc-minify/binding-linux-x64-musl": "0.95.0",
  7393. "@oxc-minify/binding-wasm32-wasi": "0.95.0",
  7394. "@oxc-minify/binding-win32-arm64-msvc": "0.95.0",
  7395. "@oxc-minify/binding-win32-x64-msvc": "0.95.0"
  7396. }
  7397. },
  7398. "node_modules/oxc-parser": {
  7399. "version": "0.95.0",
  7400. "resolved": "https://registry.npmjs.org/oxc-parser/-/oxc-parser-0.95.0.tgz",
  7401. "integrity": "sha512-Te8fE/SmiiKWIrwBwxz5Dod87uYvsbcZ9JAL5ylPg1DevyKgTkxCXnPEaewk1Su2qpfNmry5RHoN+NywWFCG+A==",
  7402. "license": "MIT",
  7403. "dependencies": {
  7404. "@oxc-project/types": "^0.95.0"
  7405. },
  7406. "engines": {
  7407. "node": "^20.19.0 || >=22.12.0"
  7408. },
  7409. "funding": {
  7410. "url": "https://github.com/sponsors/Boshen"
  7411. },
  7412. "optionalDependencies": {
  7413. "@oxc-parser/binding-android-arm64": "0.95.0",
  7414. "@oxc-parser/binding-darwin-arm64": "0.95.0",
  7415. "@oxc-parser/binding-darwin-x64": "0.95.0",
  7416. "@oxc-parser/binding-freebsd-x64": "0.95.0",
  7417. "@oxc-parser/binding-linux-arm-gnueabihf": "0.95.0",
  7418. "@oxc-parser/binding-linux-arm-musleabihf": "0.95.0",
  7419. "@oxc-parser/binding-linux-arm64-gnu": "0.95.0",
  7420. "@oxc-parser/binding-linux-arm64-musl": "0.95.0",
  7421. "@oxc-parser/binding-linux-riscv64-gnu": "0.95.0",
  7422. "@oxc-parser/binding-linux-s390x-gnu": "0.95.0",
  7423. "@oxc-parser/binding-linux-x64-gnu": "0.95.0",
  7424. "@oxc-parser/binding-linux-x64-musl": "0.95.0",
  7425. "@oxc-parser/binding-wasm32-wasi": "0.95.0",
  7426. "@oxc-parser/binding-win32-arm64-msvc": "0.95.0",
  7427. "@oxc-parser/binding-win32-x64-msvc": "0.95.0"
  7428. }
  7429. },
  7430. "node_modules/oxc-transform": {
  7431. "version": "0.95.0",
  7432. "resolved": "https://registry.npmjs.org/oxc-transform/-/oxc-transform-0.95.0.tgz",
  7433. "integrity": "sha512-SmS5aThb5K0SoUZgzGbikNBjrGHfOY4X5TEqBlaZb1uy5YgXbUSbpakpZJ13yW36LNqy8Im5+y+sIk5dlzpZ/w==",
  7434. "license": "MIT",
  7435. "engines": {
  7436. "node": "^20.19.0 || >=22.12.0"
  7437. },
  7438. "funding": {
  7439. "url": "https://github.com/sponsors/Boshen"
  7440. },
  7441. "optionalDependencies": {
  7442. "@oxc-transform/binding-android-arm64": "0.95.0",
  7443. "@oxc-transform/binding-darwin-arm64": "0.95.0",
  7444. "@oxc-transform/binding-darwin-x64": "0.95.0",
  7445. "@oxc-transform/binding-freebsd-x64": "0.95.0",
  7446. "@oxc-transform/binding-linux-arm-gnueabihf": "0.95.0",
  7447. "@oxc-transform/binding-linux-arm-musleabihf": "0.95.0",
  7448. "@oxc-transform/binding-linux-arm64-gnu": "0.95.0",
  7449. "@oxc-transform/binding-linux-arm64-musl": "0.95.0",
  7450. "@oxc-transform/binding-linux-riscv64-gnu": "0.95.0",
  7451. "@oxc-transform/binding-linux-s390x-gnu": "0.95.0",
  7452. "@oxc-transform/binding-linux-x64-gnu": "0.95.0",
  7453. "@oxc-transform/binding-linux-x64-musl": "0.95.0",
  7454. "@oxc-transform/binding-wasm32-wasi": "0.95.0",
  7455. "@oxc-transform/binding-win32-arm64-msvc": "0.95.0",
  7456. "@oxc-transform/binding-win32-x64-msvc": "0.95.0"
  7457. }
  7458. },
  7459. "node_modules/oxc-walker": {
  7460. "version": "0.5.2",
  7461. "resolved": "https://registry.npmjs.org/oxc-walker/-/oxc-walker-0.5.2.tgz",
  7462. "integrity": "sha512-XYoZqWwApSKUmSDEFeOKdy3Cdh95cOcSU8f7yskFWE4Rl3cfL5uwyY+EV7Brk9mdNLy+t5SseJajd6g7KncvlA==",
  7463. "license": "MIT",
  7464. "dependencies": {
  7465. "magic-regexp": "^0.10.0"
  7466. },
  7467. "peerDependencies": {
  7468. "oxc-parser": ">=0.72.0"
  7469. }
  7470. },
  7471. "node_modules/package-json-from-dist": {
  7472. "version": "1.0.1",
  7473. "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
  7474. "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
  7475. "license": "BlueOak-1.0.0"
  7476. },
  7477. "node_modules/package-manager-detector": {
  7478. "version": "1.5.0",
  7479. "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.5.0.tgz",
  7480. "integrity": "sha512-uBj69dVlYe/+wxj8JOpr97XfsxH/eumMt6HqjNTmJDf/6NO9s+0uxeOneIz3AsPt2m6y9PqzDzd3ATcU17MNfw==",
  7481. "license": "MIT"
  7482. },
  7483. "node_modules/parse-ms": {
  7484. "version": "4.0.0",
  7485. "resolved": "https://registry.npmjs.org/parse-ms/-/parse-ms-4.0.0.tgz",
  7486. "integrity": "sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==",
  7487. "license": "MIT",
  7488. "engines": {
  7489. "node": ">=18"
  7490. },
  7491. "funding": {
  7492. "url": "https://github.com/sponsors/sindresorhus"
  7493. }
  7494. },
  7495. "node_modules/parse-path": {
  7496. "version": "7.1.0",
  7497. "resolved": "https://registry.npmjs.org/parse-path/-/parse-path-7.1.0.tgz",
  7498. "integrity": "sha512-EuCycjZtfPcjWk7KTksnJ5xPMvWGA/6i4zrLYhRG0hGvC3GPU/jGUj3Cy+ZR0v30duV3e23R95T1lE2+lsndSw==",
  7499. "license": "MIT",
  7500. "dependencies": {
  7501. "protocols": "^2.0.0"
  7502. }
  7503. },
  7504. "node_modules/parse-url": {
  7505. "version": "9.2.0",
  7506. "resolved": "https://registry.npmjs.org/parse-url/-/parse-url-9.2.0.tgz",
  7507. "integrity": "sha512-bCgsFI+GeGWPAvAiUv63ZorMeif3/U0zaXABGJbOWt5OH2KCaPHF6S+0ok4aqM9RuIPGyZdx9tR9l13PsW4AYQ==",
  7508. "license": "MIT",
  7509. "dependencies": {
  7510. "@types/parse-path": "^7.0.0",
  7511. "parse-path": "^7.0.0"
  7512. },
  7513. "engines": {
  7514. "node": ">=14.13.0"
  7515. }
  7516. },
  7517. "node_modules/parseurl": {
  7518. "version": "1.3.3",
  7519. "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
  7520. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  7521. "license": "MIT",
  7522. "engines": {
  7523. "node": ">= 0.8"
  7524. }
  7525. },
  7526. "node_modules/path-browserify": {
  7527. "version": "1.0.1",
  7528. "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz",
  7529. "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
  7530. "license": "MIT"
  7531. },
  7532. "node_modules/path-key": {
  7533. "version": "3.1.1",
  7534. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  7535. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  7536. "license": "MIT",
  7537. "engines": {
  7538. "node": ">=8"
  7539. }
  7540. },
  7541. "node_modules/path-parse": {
  7542. "version": "1.0.7",
  7543. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  7544. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  7545. "license": "MIT"
  7546. },
  7547. "node_modules/path-scurry": {
  7548. "version": "1.11.1",
  7549. "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
  7550. "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
  7551. "license": "BlueOak-1.0.0",
  7552. "dependencies": {
  7553. "lru-cache": "^10.2.0",
  7554. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  7555. },
  7556. "engines": {
  7557. "node": ">=16 || 14 >=14.18"
  7558. },
  7559. "funding": {
  7560. "url": "https://github.com/sponsors/isaacs"
  7561. }
  7562. },
  7563. "node_modules/path-scurry/node_modules/lru-cache": {
  7564. "version": "10.4.3",
  7565. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
  7566. "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
  7567. "license": "ISC"
  7568. },
  7569. "node_modules/path-type": {
  7570. "version": "6.0.0",
  7571. "resolved": "https://registry.npmjs.org/path-type/-/path-type-6.0.0.tgz",
  7572. "integrity": "sha512-Vj7sf++t5pBD637NSfkxpHSMfWaeig5+DKWLhcqIYx6mWQz5hdJTGDVMQiJcw1ZYkhs7AazKDGpRVji1LJCZUQ==",
  7573. "license": "MIT",
  7574. "engines": {
  7575. "node": ">=18"
  7576. },
  7577. "funding": {
  7578. "url": "https://github.com/sponsors/sindresorhus"
  7579. }
  7580. },
  7581. "node_modules/pathe": {
  7582. "version": "2.0.3",
  7583. "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
  7584. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  7585. "license": "MIT"
  7586. },
  7587. "node_modules/perfect-debounce": {
  7588. "version": "2.0.0",
  7589. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-2.0.0.tgz",
  7590. "integrity": "sha512-fkEH/OBiKrqqI/yIgjR92lMfs2K8105zt/VT6+7eTjNwisrsh47CeIED9z58zI7DfKdH3uHAn25ziRZn3kgAow==",
  7591. "license": "MIT"
  7592. },
  7593. "node_modules/picocolors": {
  7594. "version": "1.1.1",
  7595. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  7596. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  7597. "license": "ISC"
  7598. },
  7599. "node_modules/picomatch": {
  7600. "version": "4.0.3",
  7601. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
  7602. "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
  7603. "license": "MIT",
  7604. "engines": {
  7605. "node": ">=12"
  7606. },
  7607. "funding": {
  7608. "url": "https://github.com/sponsors/jonschlinkert"
  7609. }
  7610. },
  7611. "node_modules/pkg-types": {
  7612. "version": "2.3.0",
  7613. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.0.tgz",
  7614. "integrity": "sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==",
  7615. "license": "MIT",
  7616. "dependencies": {
  7617. "confbox": "^0.2.2",
  7618. "exsolve": "^1.0.7",
  7619. "pathe": "^2.0.3"
  7620. }
  7621. },
  7622. "node_modules/postcss": {
  7623. "version": "8.5.6",
  7624. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
  7625. "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
  7626. "funding": [
  7627. {
  7628. "type": "opencollective",
  7629. "url": "https://opencollective.com/postcss/"
  7630. },
  7631. {
  7632. "type": "tidelift",
  7633. "url": "https://tidelift.com/funding/github/npm/postcss"
  7634. },
  7635. {
  7636. "type": "github",
  7637. "url": "https://github.com/sponsors/ai"
  7638. }
  7639. ],
  7640. "license": "MIT",
  7641. "dependencies": {
  7642. "nanoid": "^3.3.11",
  7643. "picocolors": "^1.1.1",
  7644. "source-map-js": "^1.2.1"
  7645. },
  7646. "engines": {
  7647. "node": "^10 || ^12 || >=14"
  7648. }
  7649. },
  7650. "node_modules/postcss-calc": {
  7651. "version": "10.1.1",
  7652. "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-10.1.1.tgz",
  7653. "integrity": "sha512-NYEsLHh8DgG/PRH2+G9BTuUdtf9ViS+vdoQ0YA5OQdGsfN4ztiwtDWNtBl9EKeqNMFnIu8IKZ0cLxEQ5r5KVMw==",
  7654. "license": "MIT",
  7655. "dependencies": {
  7656. "postcss-selector-parser": "^7.0.0",
  7657. "postcss-value-parser": "^4.2.0"
  7658. },
  7659. "engines": {
  7660. "node": "^18.12 || ^20.9 || >=22.0"
  7661. },
  7662. "peerDependencies": {
  7663. "postcss": "^8.4.38"
  7664. }
  7665. },
  7666. "node_modules/postcss-colormin": {
  7667. "version": "7.0.4",
  7668. "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-7.0.4.tgz",
  7669. "integrity": "sha512-ziQuVzQZBROpKpfeDwmrG+Vvlr0YWmY/ZAk99XD+mGEBuEojoFekL41NCsdhyNUtZI7DPOoIWIR7vQQK9xwluw==",
  7670. "license": "MIT",
  7671. "dependencies": {
  7672. "browserslist": "^4.25.1",
  7673. "caniuse-api": "^3.0.0",
  7674. "colord": "^2.9.3",
  7675. "postcss-value-parser": "^4.2.0"
  7676. },
  7677. "engines": {
  7678. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7679. },
  7680. "peerDependencies": {
  7681. "postcss": "^8.4.32"
  7682. }
  7683. },
  7684. "node_modules/postcss-convert-values": {
  7685. "version": "7.0.7",
  7686. "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-7.0.7.tgz",
  7687. "integrity": "sha512-HR9DZLN04Xbe6xugRH6lS4ZQH2zm/bFh/ZyRkpedZozhvh+awAfbA0P36InO4fZfDhvYfNJeNvlTf1sjwGbw/A==",
  7688. "license": "MIT",
  7689. "dependencies": {
  7690. "browserslist": "^4.25.1",
  7691. "postcss-value-parser": "^4.2.0"
  7692. },
  7693. "engines": {
  7694. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7695. },
  7696. "peerDependencies": {
  7697. "postcss": "^8.4.32"
  7698. }
  7699. },
  7700. "node_modules/postcss-discard-comments": {
  7701. "version": "7.0.4",
  7702. "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-7.0.4.tgz",
  7703. "integrity": "sha512-6tCUoql/ipWwKtVP/xYiFf1U9QgJ0PUvxN7pTcsQ8Ns3Fnwq1pU5D5s1MhT/XySeLq6GXNvn37U46Ded0TckWg==",
  7704. "license": "MIT",
  7705. "dependencies": {
  7706. "postcss-selector-parser": "^7.1.0"
  7707. },
  7708. "engines": {
  7709. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7710. },
  7711. "peerDependencies": {
  7712. "postcss": "^8.4.32"
  7713. }
  7714. },
  7715. "node_modules/postcss-discard-duplicates": {
  7716. "version": "7.0.2",
  7717. "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-7.0.2.tgz",
  7718. "integrity": "sha512-eTonaQvPZ/3i1ASDHOKkYwAybiM45zFIc7KXils4mQmHLqIswXD9XNOKEVxtTFnsmwYzF66u4LMgSr0abDlh5w==",
  7719. "license": "MIT",
  7720. "engines": {
  7721. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7722. },
  7723. "peerDependencies": {
  7724. "postcss": "^8.4.32"
  7725. }
  7726. },
  7727. "node_modules/postcss-discard-empty": {
  7728. "version": "7.0.1",
  7729. "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-7.0.1.tgz",
  7730. "integrity": "sha512-cFrJKZvcg/uxB6Ijr4l6qmn3pXQBna9zyrPC+sK0zjbkDUZew+6xDltSF7OeB7rAtzaaMVYSdbod+sZOCWnMOg==",
  7731. "license": "MIT",
  7732. "engines": {
  7733. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7734. },
  7735. "peerDependencies": {
  7736. "postcss": "^8.4.32"
  7737. }
  7738. },
  7739. "node_modules/postcss-discard-overridden": {
  7740. "version": "7.0.1",
  7741. "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-7.0.1.tgz",
  7742. "integrity": "sha512-7c3MMjjSZ/qYrx3uc1940GSOzN1Iqjtlqe8uoSg+qdVPYyRb0TILSqqmtlSFuE4mTDECwsm397Ya7iXGzfF7lg==",
  7743. "license": "MIT",
  7744. "engines": {
  7745. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7746. },
  7747. "peerDependencies": {
  7748. "postcss": "^8.4.32"
  7749. }
  7750. },
  7751. "node_modules/postcss-merge-longhand": {
  7752. "version": "7.0.5",
  7753. "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-7.0.5.tgz",
  7754. "integrity": "sha512-Kpu5v4Ys6QI59FxmxtNB/iHUVDn9Y9sYw66D6+SZoIk4QTz1prC4aYkhIESu+ieG1iylod1f8MILMs1Em3mmIw==",
  7755. "license": "MIT",
  7756. "dependencies": {
  7757. "postcss-value-parser": "^4.2.0",
  7758. "stylehacks": "^7.0.5"
  7759. },
  7760. "engines": {
  7761. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7762. },
  7763. "peerDependencies": {
  7764. "postcss": "^8.4.32"
  7765. }
  7766. },
  7767. "node_modules/postcss-merge-rules": {
  7768. "version": "7.0.6",
  7769. "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-7.0.6.tgz",
  7770. "integrity": "sha512-2jIPT4Tzs8K87tvgCpSukRQ2jjd+hH6Bb8rEEOUDmmhOeTcqDg5fEFK8uKIu+Pvc3//sm3Uu6FRqfyv7YF7+BQ==",
  7771. "license": "MIT",
  7772. "dependencies": {
  7773. "browserslist": "^4.25.1",
  7774. "caniuse-api": "^3.0.0",
  7775. "cssnano-utils": "^5.0.1",
  7776. "postcss-selector-parser": "^7.1.0"
  7777. },
  7778. "engines": {
  7779. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7780. },
  7781. "peerDependencies": {
  7782. "postcss": "^8.4.32"
  7783. }
  7784. },
  7785. "node_modules/postcss-minify-font-values": {
  7786. "version": "7.0.1",
  7787. "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-7.0.1.tgz",
  7788. "integrity": "sha512-2m1uiuJeTplll+tq4ENOQSzB8LRnSUChBv7oSyFLsJRtUgAAJGP6LLz0/8lkinTgxrmJSPOEhgY1bMXOQ4ZXhQ==",
  7789. "license": "MIT",
  7790. "dependencies": {
  7791. "postcss-value-parser": "^4.2.0"
  7792. },
  7793. "engines": {
  7794. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7795. },
  7796. "peerDependencies": {
  7797. "postcss": "^8.4.32"
  7798. }
  7799. },
  7800. "node_modules/postcss-minify-gradients": {
  7801. "version": "7.0.1",
  7802. "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-7.0.1.tgz",
  7803. "integrity": "sha512-X9JjaysZJwlqNkJbUDgOclyG3jZEpAMOfof6PUZjPnPrePnPG62pS17CjdM32uT1Uq1jFvNSff9l7kNbmMSL2A==",
  7804. "license": "MIT",
  7805. "dependencies": {
  7806. "colord": "^2.9.3",
  7807. "cssnano-utils": "^5.0.1",
  7808. "postcss-value-parser": "^4.2.0"
  7809. },
  7810. "engines": {
  7811. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7812. },
  7813. "peerDependencies": {
  7814. "postcss": "^8.4.32"
  7815. }
  7816. },
  7817. "node_modules/postcss-minify-params": {
  7818. "version": "7.0.4",
  7819. "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-7.0.4.tgz",
  7820. "integrity": "sha512-3OqqUddfH8c2e7M35W6zIwv7jssM/3miF9cbCSb1iJiWvtguQjlxZGIHK9JRmc8XAKmE2PFGtHSM7g/VcW97sw==",
  7821. "license": "MIT",
  7822. "dependencies": {
  7823. "browserslist": "^4.25.1",
  7824. "cssnano-utils": "^5.0.1",
  7825. "postcss-value-parser": "^4.2.0"
  7826. },
  7827. "engines": {
  7828. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7829. },
  7830. "peerDependencies": {
  7831. "postcss": "^8.4.32"
  7832. }
  7833. },
  7834. "node_modules/postcss-minify-selectors": {
  7835. "version": "7.0.5",
  7836. "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-7.0.5.tgz",
  7837. "integrity": "sha512-x2/IvofHcdIrAm9Q+p06ZD1h6FPcQ32WtCRVodJLDR+WMn8EVHI1kvLxZuGKz/9EY5nAmI6lIQIrpo4tBy5+ug==",
  7838. "license": "MIT",
  7839. "dependencies": {
  7840. "cssesc": "^3.0.0",
  7841. "postcss-selector-parser": "^7.1.0"
  7842. },
  7843. "engines": {
  7844. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7845. },
  7846. "peerDependencies": {
  7847. "postcss": "^8.4.32"
  7848. }
  7849. },
  7850. "node_modules/postcss-normalize-charset": {
  7851. "version": "7.0.1",
  7852. "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-7.0.1.tgz",
  7853. "integrity": "sha512-sn413ofhSQHlZFae//m9FTOfkmiZ+YQXsbosqOWRiVQncU2BA3daX3n0VF3cG6rGLSFVc5Di/yns0dFfh8NFgQ==",
  7854. "license": "MIT",
  7855. "engines": {
  7856. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7857. },
  7858. "peerDependencies": {
  7859. "postcss": "^8.4.32"
  7860. }
  7861. },
  7862. "node_modules/postcss-normalize-display-values": {
  7863. "version": "7.0.1",
  7864. "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-7.0.1.tgz",
  7865. "integrity": "sha512-E5nnB26XjSYz/mGITm6JgiDpAbVuAkzXwLzRZtts19jHDUBFxZ0BkXAehy0uimrOjYJbocby4FVswA/5noOxrQ==",
  7866. "license": "MIT",
  7867. "dependencies": {
  7868. "postcss-value-parser": "^4.2.0"
  7869. },
  7870. "engines": {
  7871. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7872. },
  7873. "peerDependencies": {
  7874. "postcss": "^8.4.32"
  7875. }
  7876. },
  7877. "node_modules/postcss-normalize-positions": {
  7878. "version": "7.0.1",
  7879. "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-7.0.1.tgz",
  7880. "integrity": "sha512-pB/SzrIP2l50ZIYu+yQZyMNmnAcwyYb9R1fVWPRxm4zcUFCY2ign7rcntGFuMXDdd9L2pPNUgoODDk91PzRZuQ==",
  7881. "license": "MIT",
  7882. "dependencies": {
  7883. "postcss-value-parser": "^4.2.0"
  7884. },
  7885. "engines": {
  7886. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7887. },
  7888. "peerDependencies": {
  7889. "postcss": "^8.4.32"
  7890. }
  7891. },
  7892. "node_modules/postcss-normalize-repeat-style": {
  7893. "version": "7.0.1",
  7894. "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-7.0.1.tgz",
  7895. "integrity": "sha512-NsSQJ8zj8TIDiF0ig44Byo3Jk9e4gNt9x2VIlJudnQQ5DhWAHJPF4Tr1ITwyHio2BUi/I6Iv0HRO7beHYOloYQ==",
  7896. "license": "MIT",
  7897. "dependencies": {
  7898. "postcss-value-parser": "^4.2.0"
  7899. },
  7900. "engines": {
  7901. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7902. },
  7903. "peerDependencies": {
  7904. "postcss": "^8.4.32"
  7905. }
  7906. },
  7907. "node_modules/postcss-normalize-string": {
  7908. "version": "7.0.1",
  7909. "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-7.0.1.tgz",
  7910. "integrity": "sha512-QByrI7hAhsoze992kpbMlJSbZ8FuCEc1OT9EFbZ6HldXNpsdpZr+YXC5di3UEv0+jeZlHbZcoCADgb7a+lPmmQ==",
  7911. "license": "MIT",
  7912. "dependencies": {
  7913. "postcss-value-parser": "^4.2.0"
  7914. },
  7915. "engines": {
  7916. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7917. },
  7918. "peerDependencies": {
  7919. "postcss": "^8.4.32"
  7920. }
  7921. },
  7922. "node_modules/postcss-normalize-timing-functions": {
  7923. "version": "7.0.1",
  7924. "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-7.0.1.tgz",
  7925. "integrity": "sha512-bHifyuuSNdKKsnNJ0s8fmfLMlvsQwYVxIoUBnowIVl2ZAdrkYQNGVB4RxjfpvkMjipqvbz0u7feBZybkl/6NJg==",
  7926. "license": "MIT",
  7927. "dependencies": {
  7928. "postcss-value-parser": "^4.2.0"
  7929. },
  7930. "engines": {
  7931. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7932. },
  7933. "peerDependencies": {
  7934. "postcss": "^8.4.32"
  7935. }
  7936. },
  7937. "node_modules/postcss-normalize-unicode": {
  7938. "version": "7.0.4",
  7939. "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-7.0.4.tgz",
  7940. "integrity": "sha512-LvIURTi1sQoZqj8mEIE8R15yvM+OhbR1avynMtI9bUzj5gGKR/gfZFd8O7VMj0QgJaIFzxDwxGl/ASMYAkqO8g==",
  7941. "license": "MIT",
  7942. "dependencies": {
  7943. "browserslist": "^4.25.1",
  7944. "postcss-value-parser": "^4.2.0"
  7945. },
  7946. "engines": {
  7947. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7948. },
  7949. "peerDependencies": {
  7950. "postcss": "^8.4.32"
  7951. }
  7952. },
  7953. "node_modules/postcss-normalize-url": {
  7954. "version": "7.0.1",
  7955. "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-7.0.1.tgz",
  7956. "integrity": "sha512-sUcD2cWtyK1AOL/82Fwy1aIVm/wwj5SdZkgZ3QiUzSzQQofrbq15jWJ3BA7Z+yVRwamCjJgZJN0I9IS7c6tgeQ==",
  7957. "license": "MIT",
  7958. "dependencies": {
  7959. "postcss-value-parser": "^4.2.0"
  7960. },
  7961. "engines": {
  7962. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7963. },
  7964. "peerDependencies": {
  7965. "postcss": "^8.4.32"
  7966. }
  7967. },
  7968. "node_modules/postcss-normalize-whitespace": {
  7969. "version": "7.0.1",
  7970. "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-7.0.1.tgz",
  7971. "integrity": "sha512-vsbgFHMFQrJBJKrUFJNZ2pgBeBkC2IvvoHjz1to0/0Xk7sII24T0qFOiJzG6Fu3zJoq/0yI4rKWi7WhApW+EFA==",
  7972. "license": "MIT",
  7973. "dependencies": {
  7974. "postcss-value-parser": "^4.2.0"
  7975. },
  7976. "engines": {
  7977. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7978. },
  7979. "peerDependencies": {
  7980. "postcss": "^8.4.32"
  7981. }
  7982. },
  7983. "node_modules/postcss-ordered-values": {
  7984. "version": "7.0.2",
  7985. "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-7.0.2.tgz",
  7986. "integrity": "sha512-AMJjt1ECBffF7CEON/Y0rekRLS6KsePU6PRP08UqYW4UGFRnTXNrByUzYK1h8AC7UWTZdQ9O3Oq9kFIhm0SFEw==",
  7987. "license": "MIT",
  7988. "dependencies": {
  7989. "cssnano-utils": "^5.0.1",
  7990. "postcss-value-parser": "^4.2.0"
  7991. },
  7992. "engines": {
  7993. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7994. },
  7995. "peerDependencies": {
  7996. "postcss": "^8.4.32"
  7997. }
  7998. },
  7999. "node_modules/postcss-reduce-initial": {
  8000. "version": "7.0.4",
  8001. "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-7.0.4.tgz",
  8002. "integrity": "sha512-rdIC9IlMBn7zJo6puim58Xd++0HdbvHeHaPgXsimMfG1ijC5A9ULvNLSE0rUKVJOvNMcwewW4Ga21ngyJjY/+Q==",
  8003. "license": "MIT",
  8004. "dependencies": {
  8005. "browserslist": "^4.25.1",
  8006. "caniuse-api": "^3.0.0"
  8007. },
  8008. "engines": {
  8009. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8010. },
  8011. "peerDependencies": {
  8012. "postcss": "^8.4.32"
  8013. }
  8014. },
  8015. "node_modules/postcss-reduce-transforms": {
  8016. "version": "7.0.1",
  8017. "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-7.0.1.tgz",
  8018. "integrity": "sha512-MhyEbfrm+Mlp/36hvZ9mT9DaO7dbncU0CvWI8V93LRkY6IYlu38OPg3FObnuKTUxJ4qA8HpurdQOo5CyqqO76g==",
  8019. "license": "MIT",
  8020. "dependencies": {
  8021. "postcss-value-parser": "^4.2.0"
  8022. },
  8023. "engines": {
  8024. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8025. },
  8026. "peerDependencies": {
  8027. "postcss": "^8.4.32"
  8028. }
  8029. },
  8030. "node_modules/postcss-selector-parser": {
  8031. "version": "7.1.0",
  8032. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz",
  8033. "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==",
  8034. "license": "MIT",
  8035. "dependencies": {
  8036. "cssesc": "^3.0.0",
  8037. "util-deprecate": "^1.0.2"
  8038. },
  8039. "engines": {
  8040. "node": ">=4"
  8041. }
  8042. },
  8043. "node_modules/postcss-svgo": {
  8044. "version": "7.1.0",
  8045. "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-7.1.0.tgz",
  8046. "integrity": "sha512-KnAlfmhtoLz6IuU3Sij2ycusNs4jPW+QoFE5kuuUOK8awR6tMxZQrs5Ey3BUz7nFCzT3eqyFgqkyrHiaU2xx3w==",
  8047. "license": "MIT",
  8048. "dependencies": {
  8049. "postcss-value-parser": "^4.2.0",
  8050. "svgo": "^4.0.0"
  8051. },
  8052. "engines": {
  8053. "node": "^18.12.0 || ^20.9.0 || >= 18"
  8054. },
  8055. "peerDependencies": {
  8056. "postcss": "^8.4.32"
  8057. }
  8058. },
  8059. "node_modules/postcss-unique-selectors": {
  8060. "version": "7.0.4",
  8061. "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-7.0.4.tgz",
  8062. "integrity": "sha512-pmlZjsmEAG7cHd7uK3ZiNSW6otSZ13RHuZ/4cDN/bVglS5EpF2r2oxY99SuOHa8m7AWoBCelTS3JPpzsIs8skQ==",
  8063. "license": "MIT",
  8064. "dependencies": {
  8065. "postcss-selector-parser": "^7.1.0"
  8066. },
  8067. "engines": {
  8068. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8069. },
  8070. "peerDependencies": {
  8071. "postcss": "^8.4.32"
  8072. }
  8073. },
  8074. "node_modules/postcss-value-parser": {
  8075. "version": "4.2.0",
  8076. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  8077. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
  8078. "license": "MIT"
  8079. },
  8080. "node_modules/postcss/node_modules/nanoid": {
  8081. "version": "3.3.11",
  8082. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
  8083. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  8084. "funding": [
  8085. {
  8086. "type": "github",
  8087. "url": "https://github.com/sponsors/ai"
  8088. }
  8089. ],
  8090. "license": "MIT",
  8091. "bin": {
  8092. "nanoid": "bin/nanoid.cjs"
  8093. },
  8094. "engines": {
  8095. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  8096. }
  8097. },
  8098. "node_modules/pretty-bytes": {
  8099. "version": "7.1.0",
  8100. "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-7.1.0.tgz",
  8101. "integrity": "sha512-nODzvTiYVRGRqAOvE84Vk5JDPyyxsVk0/fbA/bq7RqlnhksGpset09XTxbpvLTIjoaF7K8Z8DG8yHtKGTPSYRw==",
  8102. "license": "MIT",
  8103. "engines": {
  8104. "node": ">=20"
  8105. },
  8106. "funding": {
  8107. "url": "https://github.com/sponsors/sindresorhus"
  8108. }
  8109. },
  8110. "node_modules/pretty-ms": {
  8111. "version": "9.3.0",
  8112. "resolved": "https://registry.npmjs.org/pretty-ms/-/pretty-ms-9.3.0.tgz",
  8113. "integrity": "sha512-gjVS5hOP+M3wMm5nmNOucbIrqudzs9v/57bWRHQWLYklXqoXKrVfYW2W9+glfGsqtPgpiz5WwyEEB+ksXIx3gQ==",
  8114. "license": "MIT",
  8115. "dependencies": {
  8116. "parse-ms": "^4.0.0"
  8117. },
  8118. "engines": {
  8119. "node": ">=18"
  8120. },
  8121. "funding": {
  8122. "url": "https://github.com/sponsors/sindresorhus"
  8123. }
  8124. },
  8125. "node_modules/process": {
  8126. "version": "0.11.10",
  8127. "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
  8128. "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
  8129. "license": "MIT",
  8130. "engines": {
  8131. "node": ">= 0.6.0"
  8132. }
  8133. },
  8134. "node_modules/process-nextick-args": {
  8135. "version": "2.0.1",
  8136. "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
  8137. "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
  8138. "license": "MIT"
  8139. },
  8140. "node_modules/prompts": {
  8141. "version": "2.4.2",
  8142. "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
  8143. "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
  8144. "license": "MIT",
  8145. "dependencies": {
  8146. "kleur": "^3.0.3",
  8147. "sisteransi": "^1.0.5"
  8148. },
  8149. "engines": {
  8150. "node": ">= 6"
  8151. }
  8152. },
  8153. "node_modules/protocols": {
  8154. "version": "2.0.2",
  8155. "resolved": "https://registry.npmjs.org/protocols/-/protocols-2.0.2.tgz",
  8156. "integrity": "sha512-hHVTzba3wboROl0/aWRRG9dMytgH6ow//STBZh43l/wQgmMhYhOFi0EHWAPtoCz9IAUymsyP0TSBHkhgMEGNnQ==",
  8157. "license": "MIT"
  8158. },
  8159. "node_modules/quansync": {
  8160. "version": "0.2.11",
  8161. "resolved": "https://registry.npmjs.org/quansync/-/quansync-0.2.11.tgz",
  8162. "integrity": "sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==",
  8163. "funding": [
  8164. {
  8165. "type": "individual",
  8166. "url": "https://github.com/sponsors/antfu"
  8167. },
  8168. {
  8169. "type": "individual",
  8170. "url": "https://github.com/sponsors/sxzz"
  8171. }
  8172. ],
  8173. "license": "MIT"
  8174. },
  8175. "node_modules/queue-microtask": {
  8176. "version": "1.2.3",
  8177. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  8178. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  8179. "funding": [
  8180. {
  8181. "type": "github",
  8182. "url": "https://github.com/sponsors/feross"
  8183. },
  8184. {
  8185. "type": "patreon",
  8186. "url": "https://www.patreon.com/feross"
  8187. },
  8188. {
  8189. "type": "consulting",
  8190. "url": "https://feross.org/support"
  8191. }
  8192. ],
  8193. "license": "MIT"
  8194. },
  8195. "node_modules/radix3": {
  8196. "version": "1.1.2",
  8197. "resolved": "https://registry.npmjs.org/radix3/-/radix3-1.1.2.tgz",
  8198. "integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==",
  8199. "license": "MIT"
  8200. },
  8201. "node_modules/randombytes": {
  8202. "version": "2.1.0",
  8203. "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
  8204. "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
  8205. "license": "MIT",
  8206. "dependencies": {
  8207. "safe-buffer": "^5.1.0"
  8208. }
  8209. },
  8210. "node_modules/range-parser": {
  8211. "version": "1.2.1",
  8212. "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
  8213. "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
  8214. "license": "MIT",
  8215. "engines": {
  8216. "node": ">= 0.6"
  8217. }
  8218. },
  8219. "node_modules/rc9": {
  8220. "version": "2.1.2",
  8221. "resolved": "https://registry.npmjs.org/rc9/-/rc9-2.1.2.tgz",
  8222. "integrity": "sha512-btXCnMmRIBINM2LDZoEmOogIZU7Qe7zn4BpomSKZ/ykbLObuBdvG+mFq11DL6fjH1DRwHhrlgtYWG96bJiC7Cg==",
  8223. "license": "MIT",
  8224. "dependencies": {
  8225. "defu": "^6.1.4",
  8226. "destr": "^2.0.3"
  8227. }
  8228. },
  8229. "node_modules/readable-stream": {
  8230. "version": "4.7.0",
  8231. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.7.0.tgz",
  8232. "integrity": "sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==",
  8233. "license": "MIT",
  8234. "dependencies": {
  8235. "abort-controller": "^3.0.0",
  8236. "buffer": "^6.0.3",
  8237. "events": "^3.3.0",
  8238. "process": "^0.11.10",
  8239. "string_decoder": "^1.3.0"
  8240. },
  8241. "engines": {
  8242. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  8243. }
  8244. },
  8245. "node_modules/readdir-glob": {
  8246. "version": "1.1.3",
  8247. "resolved": "https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.1.3.tgz",
  8248. "integrity": "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==",
  8249. "license": "Apache-2.0",
  8250. "dependencies": {
  8251. "minimatch": "^5.1.0"
  8252. }
  8253. },
  8254. "node_modules/readdir-glob/node_modules/minimatch": {
  8255. "version": "5.1.6",
  8256. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
  8257. "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
  8258. "license": "ISC",
  8259. "dependencies": {
  8260. "brace-expansion": "^2.0.1"
  8261. },
  8262. "engines": {
  8263. "node": ">=10"
  8264. }
  8265. },
  8266. "node_modules/readdirp": {
  8267. "version": "4.1.2",
  8268. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
  8269. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  8270. "license": "MIT",
  8271. "engines": {
  8272. "node": ">= 14.18.0"
  8273. },
  8274. "funding": {
  8275. "type": "individual",
  8276. "url": "https://paulmillr.com/funding/"
  8277. }
  8278. },
  8279. "node_modules/redis-errors": {
  8280. "version": "1.2.0",
  8281. "resolved": "https://registry.npmjs.org/redis-errors/-/redis-errors-1.2.0.tgz",
  8282. "integrity": "sha512-1qny3OExCf0UvUV/5wpYKf2YwPcOqXzkwKKSmKHiE6ZMQs5heeE/c8eXK+PNllPvmjgAbfnsbpkGZWy8cBpn9w==",
  8283. "license": "MIT",
  8284. "engines": {
  8285. "node": ">=4"
  8286. }
  8287. },
  8288. "node_modules/redis-parser": {
  8289. "version": "3.0.0",
  8290. "resolved": "https://registry.npmjs.org/redis-parser/-/redis-parser-3.0.0.tgz",
  8291. "integrity": "sha512-DJnGAeenTdpMEH6uAJRK/uiyEIH9WVsUmoLwzudwGJUwZPp80PDBWPHXSAGNPwNvIXAbe7MSUB1zQFugFml66A==",
  8292. "license": "MIT",
  8293. "dependencies": {
  8294. "redis-errors": "^1.0.0"
  8295. },
  8296. "engines": {
  8297. "node": ">=4"
  8298. }
  8299. },
  8300. "node_modules/regexp-tree": {
  8301. "version": "0.1.27",
  8302. "resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.27.tgz",
  8303. "integrity": "sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==",
  8304. "license": "MIT",
  8305. "bin": {
  8306. "regexp-tree": "bin/regexp-tree"
  8307. }
  8308. },
  8309. "node_modules/require-directory": {
  8310. "version": "2.1.1",
  8311. "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
  8312. "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
  8313. "license": "MIT",
  8314. "engines": {
  8315. "node": ">=0.10.0"
  8316. }
  8317. },
  8318. "node_modules/resolve": {
  8319. "version": "1.22.11",
  8320. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
  8321. "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
  8322. "license": "MIT",
  8323. "dependencies": {
  8324. "is-core-module": "^2.16.1",
  8325. "path-parse": "^1.0.7",
  8326. "supports-preserve-symlinks-flag": "^1.0.0"
  8327. },
  8328. "bin": {
  8329. "resolve": "bin/resolve"
  8330. },
  8331. "engines": {
  8332. "node": ">= 0.4"
  8333. },
  8334. "funding": {
  8335. "url": "https://github.com/sponsors/ljharb"
  8336. }
  8337. },
  8338. "node_modules/resolve-from": {
  8339. "version": "5.0.0",
  8340. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
  8341. "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
  8342. "license": "MIT",
  8343. "engines": {
  8344. "node": ">=8"
  8345. }
  8346. },
  8347. "node_modules/reusify": {
  8348. "version": "1.1.0",
  8349. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
  8350. "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
  8351. "license": "MIT",
  8352. "engines": {
  8353. "iojs": ">=1.0.0",
  8354. "node": ">=0.10.0"
  8355. }
  8356. },
  8357. "node_modules/rfdc": {
  8358. "version": "1.4.1",
  8359. "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz",
  8360. "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
  8361. "license": "MIT"
  8362. },
  8363. "node_modules/rollup": {
  8364. "version": "4.52.5",
  8365. "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.52.5.tgz",
  8366. "integrity": "sha512-3GuObel8h7Kqdjt0gxkEzaifHTqLVW56Y/bjN7PSQtkKr0w3V/QYSdt6QWYtd7A1xUtYQigtdUfgj1RvWVtorw==",
  8367. "license": "MIT",
  8368. "dependencies": {
  8369. "@types/estree": "1.0.8"
  8370. },
  8371. "bin": {
  8372. "rollup": "dist/bin/rollup"
  8373. },
  8374. "engines": {
  8375. "node": ">=18.0.0",
  8376. "npm": ">=8.0.0"
  8377. },
  8378. "optionalDependencies": {
  8379. "@rollup/rollup-android-arm-eabi": "4.52.5",
  8380. "@rollup/rollup-android-arm64": "4.52.5",
  8381. "@rollup/rollup-darwin-arm64": "4.52.5",
  8382. "@rollup/rollup-darwin-x64": "4.52.5",
  8383. "@rollup/rollup-freebsd-arm64": "4.52.5",
  8384. "@rollup/rollup-freebsd-x64": "4.52.5",
  8385. "@rollup/rollup-linux-arm-gnueabihf": "4.52.5",
  8386. "@rollup/rollup-linux-arm-musleabihf": "4.52.5",
  8387. "@rollup/rollup-linux-arm64-gnu": "4.52.5",
  8388. "@rollup/rollup-linux-arm64-musl": "4.52.5",
  8389. "@rollup/rollup-linux-loong64-gnu": "4.52.5",
  8390. "@rollup/rollup-linux-ppc64-gnu": "4.52.5",
  8391. "@rollup/rollup-linux-riscv64-gnu": "4.52.5",
  8392. "@rollup/rollup-linux-riscv64-musl": "4.52.5",
  8393. "@rollup/rollup-linux-s390x-gnu": "4.52.5",
  8394. "@rollup/rollup-linux-x64-gnu": "4.52.5",
  8395. "@rollup/rollup-linux-x64-musl": "4.52.5",
  8396. "@rollup/rollup-openharmony-arm64": "4.52.5",
  8397. "@rollup/rollup-win32-arm64-msvc": "4.52.5",
  8398. "@rollup/rollup-win32-ia32-msvc": "4.52.5",
  8399. "@rollup/rollup-win32-x64-gnu": "4.52.5",
  8400. "@rollup/rollup-win32-x64-msvc": "4.52.5",
  8401. "fsevents": "~2.3.2"
  8402. }
  8403. },
  8404. "node_modules/rollup-plugin-visualizer": {
  8405. "version": "6.0.5",
  8406. "resolved": "https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-6.0.5.tgz",
  8407. "integrity": "sha512-9+HlNgKCVbJDs8tVtjQ43US12eqaiHyyiLMdBwQ7vSZPiHMysGNo2E88TAp1si5wx8NAoYriI2A5kuKfIakmJg==",
  8408. "license": "MIT",
  8409. "dependencies": {
  8410. "open": "^8.0.0",
  8411. "picomatch": "^4.0.2",
  8412. "source-map": "^0.7.4",
  8413. "yargs": "^17.5.1"
  8414. },
  8415. "bin": {
  8416. "rollup-plugin-visualizer": "dist/bin/cli.js"
  8417. },
  8418. "engines": {
  8419. "node": ">=18"
  8420. },
  8421. "peerDependencies": {
  8422. "rolldown": "1.x || ^1.0.0-beta",
  8423. "rollup": "2.x || 3.x || 4.x"
  8424. },
  8425. "peerDependenciesMeta": {
  8426. "rolldown": {
  8427. "optional": true
  8428. },
  8429. "rollup": {
  8430. "optional": true
  8431. }
  8432. }
  8433. },
  8434. "node_modules/run-applescript": {
  8435. "version": "7.1.0",
  8436. "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.1.0.tgz",
  8437. "integrity": "sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==",
  8438. "license": "MIT",
  8439. "engines": {
  8440. "node": ">=18"
  8441. },
  8442. "funding": {
  8443. "url": "https://github.com/sponsors/sindresorhus"
  8444. }
  8445. },
  8446. "node_modules/run-parallel": {
  8447. "version": "1.2.0",
  8448. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  8449. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  8450. "funding": [
  8451. {
  8452. "type": "github",
  8453. "url": "https://github.com/sponsors/feross"
  8454. },
  8455. {
  8456. "type": "patreon",
  8457. "url": "https://www.patreon.com/feross"
  8458. },
  8459. {
  8460. "type": "consulting",
  8461. "url": "https://feross.org/support"
  8462. }
  8463. ],
  8464. "license": "MIT",
  8465. "dependencies": {
  8466. "queue-microtask": "^1.2.2"
  8467. }
  8468. },
  8469. "node_modules/safe-buffer": {
  8470. "version": "5.2.1",
  8471. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  8472. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  8473. "funding": [
  8474. {
  8475. "type": "github",
  8476. "url": "https://github.com/sponsors/feross"
  8477. },
  8478. {
  8479. "type": "patreon",
  8480. "url": "https://www.patreon.com/feross"
  8481. },
  8482. {
  8483. "type": "consulting",
  8484. "url": "https://feross.org/support"
  8485. }
  8486. ],
  8487. "license": "MIT"
  8488. },
  8489. "node_modules/sax": {
  8490. "version": "1.4.1",
  8491. "resolved": "https://registry.npmjs.org/sax/-/sax-1.4.1.tgz",
  8492. "integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==",
  8493. "license": "ISC"
  8494. },
  8495. "node_modules/scule": {
  8496. "version": "1.3.0",
  8497. "resolved": "https://registry.npmjs.org/scule/-/scule-1.3.0.tgz",
  8498. "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==",
  8499. "license": "MIT"
  8500. },
  8501. "node_modules/semver": {
  8502. "version": "7.7.3",
  8503. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
  8504. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  8505. "license": "ISC",
  8506. "bin": {
  8507. "semver": "bin/semver.js"
  8508. },
  8509. "engines": {
  8510. "node": ">=10"
  8511. }
  8512. },
  8513. "node_modules/send": {
  8514. "version": "1.2.0",
  8515. "resolved": "https://registry.npmjs.org/send/-/send-1.2.0.tgz",
  8516. "integrity": "sha512-uaW0WwXKpL9blXE2o0bRhoL2EGXIrZxQ2ZQ4mgcfoBxdFmQold+qWsD2jLrfZ0trjKL6vOw0j//eAwcALFjKSw==",
  8517. "license": "MIT",
  8518. "dependencies": {
  8519. "debug": "^4.3.5",
  8520. "encodeurl": "^2.0.0",
  8521. "escape-html": "^1.0.3",
  8522. "etag": "^1.8.1",
  8523. "fresh": "^2.0.0",
  8524. "http-errors": "^2.0.0",
  8525. "mime-types": "^3.0.1",
  8526. "ms": "^2.1.3",
  8527. "on-finished": "^2.4.1",
  8528. "range-parser": "^1.2.1",
  8529. "statuses": "^2.0.1"
  8530. },
  8531. "engines": {
  8532. "node": ">= 18"
  8533. }
  8534. },
  8535. "node_modules/serialize-javascript": {
  8536. "version": "6.0.2",
  8537. "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz",
  8538. "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==",
  8539. "license": "BSD-3-Clause",
  8540. "dependencies": {
  8541. "randombytes": "^2.1.0"
  8542. }
  8543. },
  8544. "node_modules/seroval": {
  8545. "version": "1.3.2",
  8546. "resolved": "https://registry.npmjs.org/seroval/-/seroval-1.3.2.tgz",
  8547. "integrity": "sha512-RbcPH1n5cfwKrru7v7+zrZvjLurgHhGyso3HTyGtRivGWgYjbOmGuivCQaORNELjNONoK35nj28EoWul9sb1zQ==",
  8548. "license": "MIT",
  8549. "engines": {
  8550. "node": ">=10"
  8551. }
  8552. },
  8553. "node_modules/serve-placeholder": {
  8554. "version": "2.0.2",
  8555. "resolved": "https://registry.npmjs.org/serve-placeholder/-/serve-placeholder-2.0.2.tgz",
  8556. "integrity": "sha512-/TMG8SboeiQbZJWRlfTCqMs2DD3SZgWp0kDQePz9yUuCnDfDh/92gf7/PxGhzXTKBIPASIHxFcZndoNbp6QOLQ==",
  8557. "license": "MIT",
  8558. "dependencies": {
  8559. "defu": "^6.1.4"
  8560. }
  8561. },
  8562. "node_modules/serve-static": {
  8563. "version": "2.2.0",
  8564. "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.0.tgz",
  8565. "integrity": "sha512-61g9pCh0Vnh7IutZjtLGGpTA355+OPn2TyDv/6ivP2h/AdAVX9azsoxmg2/M6nZeQZNYBEwIcsne1mJd9oQItQ==",
  8566. "license": "MIT",
  8567. "dependencies": {
  8568. "encodeurl": "^2.0.0",
  8569. "escape-html": "^1.0.3",
  8570. "parseurl": "^1.3.3",
  8571. "send": "^1.2.0"
  8572. },
  8573. "engines": {
  8574. "node": ">= 18"
  8575. }
  8576. },
  8577. "node_modules/setprototypeof": {
  8578. "version": "1.2.0",
  8579. "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
  8580. "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
  8581. "license": "ISC"
  8582. },
  8583. "node_modules/shebang-command": {
  8584. "version": "2.0.0",
  8585. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  8586. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  8587. "license": "MIT",
  8588. "dependencies": {
  8589. "shebang-regex": "^3.0.0"
  8590. },
  8591. "engines": {
  8592. "node": ">=8"
  8593. }
  8594. },
  8595. "node_modules/shebang-regex": {
  8596. "version": "3.0.0",
  8597. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  8598. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  8599. "license": "MIT",
  8600. "engines": {
  8601. "node": ">=8"
  8602. }
  8603. },
  8604. "node_modules/shell-quote": {
  8605. "version": "1.8.3",
  8606. "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz",
  8607. "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==",
  8608. "license": "MIT",
  8609. "engines": {
  8610. "node": ">= 0.4"
  8611. },
  8612. "funding": {
  8613. "url": "https://github.com/sponsors/ljharb"
  8614. }
  8615. },
  8616. "node_modules/signal-exit": {
  8617. "version": "4.1.0",
  8618. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  8619. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  8620. "license": "ISC",
  8621. "engines": {
  8622. "node": ">=14"
  8623. },
  8624. "funding": {
  8625. "url": "https://github.com/sponsors/isaacs"
  8626. }
  8627. },
  8628. "node_modules/simple-git": {
  8629. "version": "3.28.0",
  8630. "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.28.0.tgz",
  8631. "integrity": "sha512-Rs/vQRwsn1ILH1oBUy8NucJlXmnnLeLCfcvbSehkPzbv3wwoFWIdtfd6Ndo6ZPhlPsCZ60CPI4rxurnwAa+a2w==",
  8632. "license": "MIT",
  8633. "dependencies": {
  8634. "@kwsites/file-exists": "^1.1.1",
  8635. "@kwsites/promise-deferred": "^1.1.1",
  8636. "debug": "^4.4.0"
  8637. },
  8638. "funding": {
  8639. "type": "github",
  8640. "url": "https://github.com/steveukx/git-js?sponsor=1"
  8641. }
  8642. },
  8643. "node_modules/sirv": {
  8644. "version": "3.0.2",
  8645. "resolved": "https://registry.npmjs.org/sirv/-/sirv-3.0.2.tgz",
  8646. "integrity": "sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==",
  8647. "license": "MIT",
  8648. "dependencies": {
  8649. "@polka/url": "^1.0.0-next.24",
  8650. "mrmime": "^2.0.0",
  8651. "totalist": "^3.0.0"
  8652. },
  8653. "engines": {
  8654. "node": ">=18"
  8655. }
  8656. },
  8657. "node_modules/sisteransi": {
  8658. "version": "1.0.5",
  8659. "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
  8660. "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
  8661. "license": "MIT"
  8662. },
  8663. "node_modules/slash": {
  8664. "version": "5.1.0",
  8665. "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
  8666. "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
  8667. "license": "MIT",
  8668. "engines": {
  8669. "node": ">=14.16"
  8670. },
  8671. "funding": {
  8672. "url": "https://github.com/sponsors/sindresorhus"
  8673. }
  8674. },
  8675. "node_modules/smob": {
  8676. "version": "1.5.0",
  8677. "resolved": "https://registry.npmjs.org/smob/-/smob-1.5.0.tgz",
  8678. "integrity": "sha512-g6T+p7QO8npa+/hNx9ohv1E5pVCmWrVCUzUXJyLdMmftX6ER0oiWY/w9knEonLpnOp6b6FenKnMfR8gqwWdwig==",
  8679. "license": "MIT"
  8680. },
  8681. "node_modules/source-map": {
  8682. "version": "0.7.6",
  8683. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.6.tgz",
  8684. "integrity": "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==",
  8685. "license": "BSD-3-Clause",
  8686. "engines": {
  8687. "node": ">= 12"
  8688. }
  8689. },
  8690. "node_modules/source-map-js": {
  8691. "version": "1.2.1",
  8692. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  8693. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  8694. "license": "BSD-3-Clause",
  8695. "engines": {
  8696. "node": ">=0.10.0"
  8697. }
  8698. },
  8699. "node_modules/source-map-support": {
  8700. "version": "0.5.21",
  8701. "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
  8702. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  8703. "license": "MIT",
  8704. "dependencies": {
  8705. "buffer-from": "^1.0.0",
  8706. "source-map": "^0.6.0"
  8707. }
  8708. },
  8709. "node_modules/source-map-support/node_modules/source-map": {
  8710. "version": "0.6.1",
  8711. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  8712. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  8713. "license": "BSD-3-Clause",
  8714. "engines": {
  8715. "node": ">=0.10.0"
  8716. }
  8717. },
  8718. "node_modules/speakingurl": {
  8719. "version": "14.0.1",
  8720. "resolved": "https://registry.npmjs.org/speakingurl/-/speakingurl-14.0.1.tgz",
  8721. "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==",
  8722. "license": "BSD-3-Clause",
  8723. "engines": {
  8724. "node": ">=0.10.0"
  8725. }
  8726. },
  8727. "node_modules/srvx": {
  8728. "version": "0.8.16",
  8729. "resolved": "https://registry.npmjs.org/srvx/-/srvx-0.8.16.tgz",
  8730. "integrity": "sha512-hmcGW4CgroeSmzgF1Ihwgl+Ths0JqAJ7HwjP2X7e3JzY7u4IydLMcdnlqGQiQGUswz+PO9oh/KtCpOISIvs9QQ==",
  8731. "license": "MIT",
  8732. "bin": {
  8733. "srvx": "bin/srvx.mjs"
  8734. },
  8735. "engines": {
  8736. "node": ">=20.16.0"
  8737. }
  8738. },
  8739. "node_modules/standard-as-callback": {
  8740. "version": "2.1.0",
  8741. "resolved": "https://registry.npmjs.org/standard-as-callback/-/standard-as-callback-2.1.0.tgz",
  8742. "integrity": "sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A==",
  8743. "license": "MIT"
  8744. },
  8745. "node_modules/statuses": {
  8746. "version": "2.0.2",
  8747. "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
  8748. "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
  8749. "license": "MIT",
  8750. "engines": {
  8751. "node": ">= 0.8"
  8752. }
  8753. },
  8754. "node_modules/std-env": {
  8755. "version": "3.10.0",
  8756. "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.10.0.tgz",
  8757. "integrity": "sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==",
  8758. "license": "MIT"
  8759. },
  8760. "node_modules/streamx": {
  8761. "version": "2.23.0",
  8762. "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.23.0.tgz",
  8763. "integrity": "sha512-kn+e44esVfn2Fa/O0CPFcex27fjIL6MkVae0Mm6q+E6f0hWv578YCERbv+4m02cjxvDsPKLnmxral/rR6lBMAg==",
  8764. "license": "MIT",
  8765. "dependencies": {
  8766. "events-universal": "^1.0.0",
  8767. "fast-fifo": "^1.3.2",
  8768. "text-decoder": "^1.1.0"
  8769. }
  8770. },
  8771. "node_modules/string_decoder": {
  8772. "version": "1.3.0",
  8773. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
  8774. "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
  8775. "license": "MIT",
  8776. "dependencies": {
  8777. "safe-buffer": "~5.2.0"
  8778. }
  8779. },
  8780. "node_modules/string-width": {
  8781. "version": "5.1.2",
  8782. "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
  8783. "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
  8784. "license": "MIT",
  8785. "dependencies": {
  8786. "eastasianwidth": "^0.2.0",
  8787. "emoji-regex": "^9.2.2",
  8788. "strip-ansi": "^7.0.1"
  8789. },
  8790. "engines": {
  8791. "node": ">=12"
  8792. },
  8793. "funding": {
  8794. "url": "https://github.com/sponsors/sindresorhus"
  8795. }
  8796. },
  8797. "node_modules/string-width-cjs": {
  8798. "name": "string-width",
  8799. "version": "4.2.3",
  8800. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  8801. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  8802. "license": "MIT",
  8803. "dependencies": {
  8804. "emoji-regex": "^8.0.0",
  8805. "is-fullwidth-code-point": "^3.0.0",
  8806. "strip-ansi": "^6.0.1"
  8807. },
  8808. "engines": {
  8809. "node": ">=8"
  8810. }
  8811. },
  8812. "node_modules/string-width-cjs/node_modules/ansi-regex": {
  8813. "version": "5.0.1",
  8814. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  8815. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  8816. "license": "MIT",
  8817. "engines": {
  8818. "node": ">=8"
  8819. }
  8820. },
  8821. "node_modules/string-width-cjs/node_modules/emoji-regex": {
  8822. "version": "8.0.0",
  8823. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  8824. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  8825. "license": "MIT"
  8826. },
  8827. "node_modules/string-width-cjs/node_modules/strip-ansi": {
  8828. "version": "6.0.1",
  8829. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  8830. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  8831. "license": "MIT",
  8832. "dependencies": {
  8833. "ansi-regex": "^5.0.1"
  8834. },
  8835. "engines": {
  8836. "node": ">=8"
  8837. }
  8838. },
  8839. "node_modules/strip-ansi": {
  8840. "version": "7.1.2",
  8841. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
  8842. "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
  8843. "license": "MIT",
  8844. "dependencies": {
  8845. "ansi-regex": "^6.0.1"
  8846. },
  8847. "engines": {
  8848. "node": ">=12"
  8849. },
  8850. "funding": {
  8851. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  8852. }
  8853. },
  8854. "node_modules/strip-ansi-cjs": {
  8855. "name": "strip-ansi",
  8856. "version": "6.0.1",
  8857. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  8858. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  8859. "license": "MIT",
  8860. "dependencies": {
  8861. "ansi-regex": "^5.0.1"
  8862. },
  8863. "engines": {
  8864. "node": ">=8"
  8865. }
  8866. },
  8867. "node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
  8868. "version": "5.0.1",
  8869. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  8870. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  8871. "license": "MIT",
  8872. "engines": {
  8873. "node": ">=8"
  8874. }
  8875. },
  8876. "node_modules/strip-final-newline": {
  8877. "version": "3.0.0",
  8878. "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
  8879. "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
  8880. "license": "MIT",
  8881. "engines": {
  8882. "node": ">=12"
  8883. },
  8884. "funding": {
  8885. "url": "https://github.com/sponsors/sindresorhus"
  8886. }
  8887. },
  8888. "node_modules/strip-literal": {
  8889. "version": "3.1.0",
  8890. "resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-3.1.0.tgz",
  8891. "integrity": "sha512-8r3mkIM/2+PpjHoOtiAW8Rg3jJLHaV7xPwG+YRGrv6FP0wwk/toTpATxWYOW0BKdWwl82VT2tFYi5DlROa0Mxg==",
  8892. "license": "MIT",
  8893. "dependencies": {
  8894. "js-tokens": "^9.0.1"
  8895. },
  8896. "funding": {
  8897. "url": "https://github.com/sponsors/antfu"
  8898. }
  8899. },
  8900. "node_modules/strip-literal/node_modules/js-tokens": {
  8901. "version": "9.0.1",
  8902. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-9.0.1.tgz",
  8903. "integrity": "sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==",
  8904. "license": "MIT"
  8905. },
  8906. "node_modules/structured-clone-es": {
  8907. "version": "1.0.0",
  8908. "resolved": "https://registry.npmjs.org/structured-clone-es/-/structured-clone-es-1.0.0.tgz",
  8909. "integrity": "sha512-FL8EeKFFyNQv5cMnXI31CIMCsFarSVI2bF0U0ImeNE3g/F1IvJQyqzOXxPBRXiwQfyBTlbNe88jh1jFW0O/jiQ==",
  8910. "license": "ISC"
  8911. },
  8912. "node_modules/stylehacks": {
  8913. "version": "7.0.6",
  8914. "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-7.0.6.tgz",
  8915. "integrity": "sha512-iitguKivmsueOmTO0wmxURXBP8uqOO+zikLGZ7Mm9e/94R4w5T999Js2taS/KBOnQ/wdC3jN3vNSrkGDrlnqQg==",
  8916. "license": "MIT",
  8917. "dependencies": {
  8918. "browserslist": "^4.25.1",
  8919. "postcss-selector-parser": "^7.1.0"
  8920. },
  8921. "engines": {
  8922. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8923. },
  8924. "peerDependencies": {
  8925. "postcss": "^8.4.32"
  8926. }
  8927. },
  8928. "node_modules/superjson": {
  8929. "version": "2.2.3",
  8930. "resolved": "https://registry.npmjs.org/superjson/-/superjson-2.2.3.tgz",
  8931. "integrity": "sha512-ay3d+LW/S6yppKoTz3Bq4mG0xrS5bFwfWEBmQfbC7lt5wmtk+Obq0TxVuA9eYRirBTQb1K3eEpBRHMQEo0WyVw==",
  8932. "license": "MIT",
  8933. "dependencies": {
  8934. "copy-anything": "^4"
  8935. },
  8936. "engines": {
  8937. "node": ">=16"
  8938. }
  8939. },
  8940. "node_modules/supports-color": {
  8941. "version": "10.2.2",
  8942. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-10.2.2.tgz",
  8943. "integrity": "sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==",
  8944. "license": "MIT",
  8945. "engines": {
  8946. "node": ">=18"
  8947. },
  8948. "funding": {
  8949. "url": "https://github.com/chalk/supports-color?sponsor=1"
  8950. }
  8951. },
  8952. "node_modules/supports-preserve-symlinks-flag": {
  8953. "version": "1.0.0",
  8954. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  8955. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  8956. "license": "MIT",
  8957. "engines": {
  8958. "node": ">= 0.4"
  8959. },
  8960. "funding": {
  8961. "url": "https://github.com/sponsors/ljharb"
  8962. }
  8963. },
  8964. "node_modules/svgo": {
  8965. "version": "4.0.0",
  8966. "resolved": "https://registry.npmjs.org/svgo/-/svgo-4.0.0.tgz",
  8967. "integrity": "sha512-VvrHQ+9uniE+Mvx3+C9IEe/lWasXCU0nXMY2kZeLrHNICuRiC8uMPyM14UEaMOFA5mhyQqEkB02VoQ16n3DLaw==",
  8968. "license": "MIT",
  8969. "dependencies": {
  8970. "commander": "^11.1.0",
  8971. "css-select": "^5.1.0",
  8972. "css-tree": "^3.0.1",
  8973. "css-what": "^6.1.0",
  8974. "csso": "^5.0.5",
  8975. "picocolors": "^1.1.1",
  8976. "sax": "^1.4.1"
  8977. },
  8978. "bin": {
  8979. "svgo": "bin/svgo.js"
  8980. },
  8981. "engines": {
  8982. "node": ">=16"
  8983. },
  8984. "funding": {
  8985. "type": "opencollective",
  8986. "url": "https://opencollective.com/svgo"
  8987. }
  8988. },
  8989. "node_modules/system-architecture": {
  8990. "version": "0.1.0",
  8991. "resolved": "https://registry.npmjs.org/system-architecture/-/system-architecture-0.1.0.tgz",
  8992. "integrity": "sha512-ulAk51I9UVUyJgxlv9M6lFot2WP3e7t8Kz9+IS6D4rVba1tR9kON+Ey69f+1R4Q8cd45Lod6a4IcJIxnzGc/zA==",
  8993. "license": "MIT",
  8994. "engines": {
  8995. "node": ">=18"
  8996. },
  8997. "funding": {
  8998. "url": "https://github.com/sponsors/sindresorhus"
  8999. }
  9000. },
  9001. "node_modules/tagged-tag": {
  9002. "version": "1.0.0",
  9003. "resolved": "https://registry.npmjs.org/tagged-tag/-/tagged-tag-1.0.0.tgz",
  9004. "integrity": "sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==",
  9005. "license": "MIT",
  9006. "engines": {
  9007. "node": ">=20"
  9008. },
  9009. "funding": {
  9010. "url": "https://github.com/sponsors/sindresorhus"
  9011. }
  9012. },
  9013. "node_modules/tailwindcss": {
  9014. "version": "4.1.16",
  9015. "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.16.tgz",
  9016. "integrity": "sha512-pONL5awpaQX4LN5eiv7moSiSPd/DLDzKVRJz8Q9PgzmAdd1R4307GQS2ZpfiN7ZmekdQrfhZZiSE5jkLR4WNaA==",
  9017. "license": "MIT"
  9018. },
  9019. "node_modules/tapable": {
  9020. "version": "2.3.0",
  9021. "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz",
  9022. "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==",
  9023. "license": "MIT",
  9024. "engines": {
  9025. "node": ">=6"
  9026. },
  9027. "funding": {
  9028. "type": "opencollective",
  9029. "url": "https://opencollective.com/webpack"
  9030. }
  9031. },
  9032. "node_modules/tar": {
  9033. "version": "7.5.1",
  9034. "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.1.tgz",
  9035. "integrity": "sha512-nlGpxf+hv0v7GkWBK2V9spgactGOp0qvfWRxUMjqHyzrt3SgwE48DIv/FhqPHJYLHpgW1opq3nERbz5Anq7n1g==",
  9036. "license": "ISC",
  9037. "dependencies": {
  9038. "@isaacs/fs-minipass": "^4.0.0",
  9039. "chownr": "^3.0.0",
  9040. "minipass": "^7.1.2",
  9041. "minizlib": "^3.1.0",
  9042. "yallist": "^5.0.0"
  9043. },
  9044. "engines": {
  9045. "node": ">=18"
  9046. }
  9047. },
  9048. "node_modules/tar-stream": {
  9049. "version": "3.1.7",
  9050. "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz",
  9051. "integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==",
  9052. "license": "MIT",
  9053. "dependencies": {
  9054. "b4a": "^1.6.4",
  9055. "fast-fifo": "^1.2.0",
  9056. "streamx": "^2.15.0"
  9057. }
  9058. },
  9059. "node_modules/tar/node_modules/yallist": {
  9060. "version": "5.0.0",
  9061. "resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz",
  9062. "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==",
  9063. "license": "BlueOak-1.0.0",
  9064. "engines": {
  9065. "node": ">=18"
  9066. }
  9067. },
  9068. "node_modules/terser": {
  9069. "version": "5.44.0",
  9070. "resolved": "https://registry.npmjs.org/terser/-/terser-5.44.0.tgz",
  9071. "integrity": "sha512-nIVck8DK+GM/0Frwd+nIhZ84pR/BX7rmXMfYwyg+Sri5oGVE99/E3KvXqpC2xHFxyqXyGHTKBSioxxplrO4I4w==",
  9072. "license": "BSD-2-Clause",
  9073. "dependencies": {
  9074. "@jridgewell/source-map": "^0.3.3",
  9075. "acorn": "^8.15.0",
  9076. "commander": "^2.20.0",
  9077. "source-map-support": "~0.5.20"
  9078. },
  9079. "bin": {
  9080. "terser": "bin/terser"
  9081. },
  9082. "engines": {
  9083. "node": ">=10"
  9084. }
  9085. },
  9086. "node_modules/terser/node_modules/commander": {
  9087. "version": "2.20.3",
  9088. "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
  9089. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
  9090. "license": "MIT"
  9091. },
  9092. "node_modules/text-decoder": {
  9093. "version": "1.2.3",
  9094. "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.3.tgz",
  9095. "integrity": "sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==",
  9096. "license": "Apache-2.0",
  9097. "dependencies": {
  9098. "b4a": "^1.6.4"
  9099. }
  9100. },
  9101. "node_modules/tiny-invariant": {
  9102. "version": "1.3.3",
  9103. "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz",
  9104. "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==",
  9105. "license": "MIT"
  9106. },
  9107. "node_modules/tinyexec": {
  9108. "version": "1.0.1",
  9109. "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.0.1.tgz",
  9110. "integrity": "sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==",
  9111. "license": "MIT"
  9112. },
  9113. "node_modules/tinyglobby": {
  9114. "version": "0.2.15",
  9115. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
  9116. "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
  9117. "license": "MIT",
  9118. "dependencies": {
  9119. "fdir": "^6.5.0",
  9120. "picomatch": "^4.0.3"
  9121. },
  9122. "engines": {
  9123. "node": ">=12.0.0"
  9124. },
  9125. "funding": {
  9126. "url": "https://github.com/sponsors/SuperchupuDev"
  9127. }
  9128. },
  9129. "node_modules/to-regex-range": {
  9130. "version": "5.0.1",
  9131. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  9132. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  9133. "license": "MIT",
  9134. "dependencies": {
  9135. "is-number": "^7.0.0"
  9136. },
  9137. "engines": {
  9138. "node": ">=8.0"
  9139. }
  9140. },
  9141. "node_modules/toidentifier": {
  9142. "version": "1.0.1",
  9143. "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
  9144. "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
  9145. "license": "MIT",
  9146. "engines": {
  9147. "node": ">=0.6"
  9148. }
  9149. },
  9150. "node_modules/totalist": {
  9151. "version": "3.0.1",
  9152. "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz",
  9153. "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
  9154. "license": "MIT",
  9155. "engines": {
  9156. "node": ">=6"
  9157. }
  9158. },
  9159. "node_modules/tr46": {
  9160. "version": "0.0.3",
  9161. "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
  9162. "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
  9163. "license": "MIT"
  9164. },
  9165. "node_modules/tslib": {
  9166. "version": "2.8.1",
  9167. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
  9168. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  9169. "license": "0BSD",
  9170. "optional": true
  9171. },
  9172. "node_modules/type-fest": {
  9173. "version": "5.1.0",
  9174. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.1.0.tgz",
  9175. "integrity": "sha512-wQ531tuWvB6oK+pchHIu5lHe5f5wpSCqB8Kf4dWQRbOYc9HTge7JL0G4Qd44bh6QuJCccIzL3bugb8GI0MwHrg==",
  9176. "license": "(MIT OR CC0-1.0)",
  9177. "dependencies": {
  9178. "tagged-tag": "^1.0.0"
  9179. },
  9180. "engines": {
  9181. "node": ">=20"
  9182. },
  9183. "funding": {
  9184. "url": "https://github.com/sponsors/sindresorhus"
  9185. }
  9186. },
  9187. "node_modules/type-level-regexp": {
  9188. "version": "0.1.17",
  9189. "resolved": "https://registry.npmjs.org/type-level-regexp/-/type-level-regexp-0.1.17.tgz",
  9190. "integrity": "sha512-wTk4DH3cxwk196uGLK/E9pE45aLfeKJacKmcEgEOA/q5dnPGNxXt0cfYdFxb57L+sEpf1oJH4Dnx/pnRcku9jg==",
  9191. "license": "MIT"
  9192. },
  9193. "node_modules/ufo": {
  9194. "version": "1.6.1",
  9195. "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.1.tgz",
  9196. "integrity": "sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==",
  9197. "license": "MIT"
  9198. },
  9199. "node_modules/ultrahtml": {
  9200. "version": "1.6.0",
  9201. "resolved": "https://registry.npmjs.org/ultrahtml/-/ultrahtml-1.6.0.tgz",
  9202. "integrity": "sha512-R9fBn90VTJrqqLDwyMph+HGne8eqY1iPfYhPzZrvKpIfwkWZbcYlfpsb8B9dTvBfpy1/hqAD7Wi8EKfP9e8zdw==",
  9203. "license": "MIT"
  9204. },
  9205. "node_modules/uncrypto": {
  9206. "version": "0.1.3",
  9207. "resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz",
  9208. "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==",
  9209. "license": "MIT"
  9210. },
  9211. "node_modules/unctx": {
  9212. "version": "2.4.1",
  9213. "resolved": "https://registry.npmjs.org/unctx/-/unctx-2.4.1.tgz",
  9214. "integrity": "sha512-AbaYw0Nm4mK4qjhns67C+kgxR2YWiwlDBPzxrN8h8C6VtAdCgditAY5Dezu3IJy4XVqAnbrXt9oQJvsn3fyozg==",
  9215. "license": "MIT",
  9216. "dependencies": {
  9217. "acorn": "^8.14.0",
  9218. "estree-walker": "^3.0.3",
  9219. "magic-string": "^0.30.17",
  9220. "unplugin": "^2.1.0"
  9221. }
  9222. },
  9223. "node_modules/unctx/node_modules/estree-walker": {
  9224. "version": "3.0.3",
  9225. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  9226. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  9227. "license": "MIT",
  9228. "dependencies": {
  9229. "@types/estree": "^1.0.0"
  9230. }
  9231. },
  9232. "node_modules/undici": {
  9233. "version": "7.16.0",
  9234. "resolved": "https://registry.npmjs.org/undici/-/undici-7.16.0.tgz",
  9235. "integrity": "sha512-QEg3HPMll0o3t2ourKwOeUAZ159Kn9mx5pnzHRQO8+Wixmh88YdZRiIwat0iNzNNXn0yoEtXJqFpyW7eM8BV7g==",
  9236. "license": "MIT",
  9237. "engines": {
  9238. "node": ">=20.18.1"
  9239. }
  9240. },
  9241. "node_modules/unenv": {
  9242. "version": "2.0.0-rc.22",
  9243. "resolved": "https://registry.npmjs.org/unenv/-/unenv-2.0.0-rc.22.tgz",
  9244. "integrity": "sha512-o1sLtqbAT1WEoZxinE+tgIHIgpzt9p1WdTAwxF7wHHSseSJ5WQbZgZgFegMDz5Fwb5rMKd67p4pv5OnJWeo/bA==",
  9245. "license": "MIT",
  9246. "dependencies": {
  9247. "defu": "^6.1.4",
  9248. "exsolve": "^1.0.7",
  9249. "ohash": "^2.0.11",
  9250. "pathe": "^2.0.3",
  9251. "ufo": "^1.6.1"
  9252. }
  9253. },
  9254. "node_modules/unhead": {
  9255. "version": "2.0.19",
  9256. "resolved": "https://registry.npmjs.org/unhead/-/unhead-2.0.19.tgz",
  9257. "integrity": "sha512-gEEjkV11Aj+rBnY6wnRfsFtF2RxKOLaPN4i+Gx3UhBxnszvV6ApSNZbGk7WKyy/lErQ6ekPN63qdFL7sa1leow==",
  9258. "license": "MIT",
  9259. "dependencies": {
  9260. "hookable": "^5.5.3"
  9261. },
  9262. "funding": {
  9263. "url": "https://github.com/sponsors/harlan-zw"
  9264. }
  9265. },
  9266. "node_modules/unicorn-magic": {
  9267. "version": "0.3.0",
  9268. "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.3.0.tgz",
  9269. "integrity": "sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==",
  9270. "license": "MIT",
  9271. "engines": {
  9272. "node": ">=18"
  9273. },
  9274. "funding": {
  9275. "url": "https://github.com/sponsors/sindresorhus"
  9276. }
  9277. },
  9278. "node_modules/unimport": {
  9279. "version": "5.5.0",
  9280. "resolved": "https://registry.npmjs.org/unimport/-/unimport-5.5.0.tgz",
  9281. "integrity": "sha512-/JpWMG9s1nBSlXJAQ8EREFTFy3oy6USFd8T6AoBaw1q2GGcF4R9yp3ofg32UODZlYEO5VD0EWE1RpI9XDWyPYg==",
  9282. "license": "MIT",
  9283. "dependencies": {
  9284. "acorn": "^8.15.0",
  9285. "escape-string-regexp": "^5.0.0",
  9286. "estree-walker": "^3.0.3",
  9287. "local-pkg": "^1.1.2",
  9288. "magic-string": "^0.30.19",
  9289. "mlly": "^1.8.0",
  9290. "pathe": "^2.0.3",
  9291. "picomatch": "^4.0.3",
  9292. "pkg-types": "^2.3.0",
  9293. "scule": "^1.3.0",
  9294. "strip-literal": "^3.1.0",
  9295. "tinyglobby": "^0.2.15",
  9296. "unplugin": "^2.3.10",
  9297. "unplugin-utils": "^0.3.0"
  9298. },
  9299. "engines": {
  9300. "node": ">=18.12.0"
  9301. }
  9302. },
  9303. "node_modules/unimport/node_modules/estree-walker": {
  9304. "version": "3.0.3",
  9305. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  9306. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  9307. "license": "MIT",
  9308. "dependencies": {
  9309. "@types/estree": "^1.0.0"
  9310. }
  9311. },
  9312. "node_modules/unimport/node_modules/unplugin-utils": {
  9313. "version": "0.3.1",
  9314. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  9315. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  9316. "license": "MIT",
  9317. "dependencies": {
  9318. "pathe": "^2.0.3",
  9319. "picomatch": "^4.0.3"
  9320. },
  9321. "engines": {
  9322. "node": ">=20.19.0"
  9323. },
  9324. "funding": {
  9325. "url": "https://github.com/sponsors/sxzz"
  9326. }
  9327. },
  9328. "node_modules/unplugin": {
  9329. "version": "2.3.10",
  9330. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-2.3.10.tgz",
  9331. "integrity": "sha512-6NCPkv1ClwH+/BGE9QeoTIl09nuiAt0gS28nn1PvYXsGKRwM2TCbFA2QiilmehPDTXIe684k4rZI1yl3A1PCUw==",
  9332. "license": "MIT",
  9333. "dependencies": {
  9334. "@jridgewell/remapping": "^2.3.5",
  9335. "acorn": "^8.15.0",
  9336. "picomatch": "^4.0.3",
  9337. "webpack-virtual-modules": "^0.6.2"
  9338. },
  9339. "engines": {
  9340. "node": ">=18.12.0"
  9341. }
  9342. },
  9343. "node_modules/unplugin-utils": {
  9344. "version": "0.2.5",
  9345. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.2.5.tgz",
  9346. "integrity": "sha512-gwXJnPRewT4rT7sBi/IvxKTjsms7jX7QIDLOClApuZwR49SXbrB1z2NLUZ+vDHyqCj/n58OzRRqaW+B8OZi8vg==",
  9347. "license": "MIT",
  9348. "dependencies": {
  9349. "pathe": "^2.0.3",
  9350. "picomatch": "^4.0.3"
  9351. },
  9352. "engines": {
  9353. "node": ">=18.12.0"
  9354. },
  9355. "funding": {
  9356. "url": "https://github.com/sponsors/sxzz"
  9357. }
  9358. },
  9359. "node_modules/unplugin-vue-router": {
  9360. "version": "0.16.0",
  9361. "resolved": "https://registry.npmjs.org/unplugin-vue-router/-/unplugin-vue-router-0.16.0.tgz",
  9362. "integrity": "sha512-yFmUQoN07KABkbxMSaNvfjnflwSi3nkSVKi7v6FTwXlzXyRDSx63vQ8Se4ho0T9Ao9I8U5FJB12fzmrGxFB0CA==",
  9363. "license": "MIT",
  9364. "dependencies": {
  9365. "@babel/generator": "^7.28.3",
  9366. "@vue-macros/common": "^3.1.1",
  9367. "@vue/language-core": "^3.1.0",
  9368. "ast-walker-scope": "^0.8.2",
  9369. "chokidar": "^4.0.3",
  9370. "json5": "^2.2.3",
  9371. "local-pkg": "^1.1.2",
  9372. "magic-string": "^0.30.19",
  9373. "mlly": "^1.8.0",
  9374. "muggle-string": "^0.4.1",
  9375. "pathe": "^2.0.3",
  9376. "picomatch": "^4.0.3",
  9377. "scule": "^1.3.0",
  9378. "tinyglobby": "^0.2.15",
  9379. "unplugin": "^2.3.10",
  9380. "unplugin-utils": "^0.3.0",
  9381. "yaml": "^2.8.1"
  9382. },
  9383. "peerDependencies": {
  9384. "@vue/compiler-sfc": "^3.5.17",
  9385. "vue-router": "^4.6.0"
  9386. },
  9387. "peerDependenciesMeta": {
  9388. "vue-router": {
  9389. "optional": true
  9390. }
  9391. }
  9392. },
  9393. "node_modules/unplugin-vue-router/node_modules/unplugin-utils": {
  9394. "version": "0.3.1",
  9395. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  9396. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  9397. "license": "MIT",
  9398. "dependencies": {
  9399. "pathe": "^2.0.3",
  9400. "picomatch": "^4.0.3"
  9401. },
  9402. "engines": {
  9403. "node": ">=20.19.0"
  9404. },
  9405. "funding": {
  9406. "url": "https://github.com/sponsors/sxzz"
  9407. }
  9408. },
  9409. "node_modules/unstorage": {
  9410. "version": "1.17.1",
  9411. "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.17.1.tgz",
  9412. "integrity": "sha512-KKGwRTT0iVBCErKemkJCLs7JdxNVfqTPc/85ae1XES0+bsHbc/sFBfVi5kJp156cc51BHinIH2l3k0EZ24vOBQ==",
  9413. "license": "MIT",
  9414. "dependencies": {
  9415. "anymatch": "^3.1.3",
  9416. "chokidar": "^4.0.3",
  9417. "destr": "^2.0.5",
  9418. "h3": "^1.15.4",
  9419. "lru-cache": "^10.4.3",
  9420. "node-fetch-native": "^1.6.7",
  9421. "ofetch": "^1.4.1",
  9422. "ufo": "^1.6.1"
  9423. },
  9424. "peerDependencies": {
  9425. "@azure/app-configuration": "^1.8.0",
  9426. "@azure/cosmos": "^4.2.0",
  9427. "@azure/data-tables": "^13.3.0",
  9428. "@azure/identity": "^4.6.0",
  9429. "@azure/keyvault-secrets": "^4.9.0",
  9430. "@azure/storage-blob": "^12.26.0",
  9431. "@capacitor/preferences": "^6.0.3 || ^7.0.0",
  9432. "@deno/kv": ">=0.9.0",
  9433. "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0",
  9434. "@planetscale/database": "^1.19.0",
  9435. "@upstash/redis": "^1.34.3",
  9436. "@vercel/blob": ">=0.27.1",
  9437. "@vercel/functions": "^2.2.12 || ^3.0.0",
  9438. "@vercel/kv": "^1.0.1",
  9439. "aws4fetch": "^1.0.20",
  9440. "db0": ">=0.2.1",
  9441. "idb-keyval": "^6.2.1",
  9442. "ioredis": "^5.4.2",
  9443. "uploadthing": "^7.4.4"
  9444. },
  9445. "peerDependenciesMeta": {
  9446. "@azure/app-configuration": {
  9447. "optional": true
  9448. },
  9449. "@azure/cosmos": {
  9450. "optional": true
  9451. },
  9452. "@azure/data-tables": {
  9453. "optional": true
  9454. },
  9455. "@azure/identity": {
  9456. "optional": true
  9457. },
  9458. "@azure/keyvault-secrets": {
  9459. "optional": true
  9460. },
  9461. "@azure/storage-blob": {
  9462. "optional": true
  9463. },
  9464. "@capacitor/preferences": {
  9465. "optional": true
  9466. },
  9467. "@deno/kv": {
  9468. "optional": true
  9469. },
  9470. "@netlify/blobs": {
  9471. "optional": true
  9472. },
  9473. "@planetscale/database": {
  9474. "optional": true
  9475. },
  9476. "@upstash/redis": {
  9477. "optional": true
  9478. },
  9479. "@vercel/blob": {
  9480. "optional": true
  9481. },
  9482. "@vercel/functions": {
  9483. "optional": true
  9484. },
  9485. "@vercel/kv": {
  9486. "optional": true
  9487. },
  9488. "aws4fetch": {
  9489. "optional": true
  9490. },
  9491. "db0": {
  9492. "optional": true
  9493. },
  9494. "idb-keyval": {
  9495. "optional": true
  9496. },
  9497. "ioredis": {
  9498. "optional": true
  9499. },
  9500. "uploadthing": {
  9501. "optional": true
  9502. }
  9503. }
  9504. },
  9505. "node_modules/unstorage/node_modules/lru-cache": {
  9506. "version": "10.4.3",
  9507. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
  9508. "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
  9509. "license": "ISC"
  9510. },
  9511. "node_modules/untun": {
  9512. "version": "0.1.3",
  9513. "resolved": "https://registry.npmjs.org/untun/-/untun-0.1.3.tgz",
  9514. "integrity": "sha512-4luGP9LMYszMRZwsvyUd9MrxgEGZdZuZgpVQHEEX0lCYFESasVRvZd0EYpCkOIbJKHMuv0LskpXc/8Un+MJzEQ==",
  9515. "license": "MIT",
  9516. "dependencies": {
  9517. "citty": "^0.1.5",
  9518. "consola": "^3.2.3",
  9519. "pathe": "^1.1.1"
  9520. },
  9521. "bin": {
  9522. "untun": "bin/untun.mjs"
  9523. }
  9524. },
  9525. "node_modules/untun/node_modules/pathe": {
  9526. "version": "1.1.2",
  9527. "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz",
  9528. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==",
  9529. "license": "MIT"
  9530. },
  9531. "node_modules/untyped": {
  9532. "version": "2.0.0",
  9533. "resolved": "https://registry.npmjs.org/untyped/-/untyped-2.0.0.tgz",
  9534. "integrity": "sha512-nwNCjxJTjNuLCgFr42fEak5OcLuB3ecca+9ksPFNvtfYSLpjf+iJqSIaSnIile6ZPbKYxI5k2AfXqeopGudK/g==",
  9535. "license": "MIT",
  9536. "dependencies": {
  9537. "citty": "^0.1.6",
  9538. "defu": "^6.1.4",
  9539. "jiti": "^2.4.2",
  9540. "knitwork": "^1.2.0",
  9541. "scule": "^1.3.0"
  9542. },
  9543. "bin": {
  9544. "untyped": "dist/cli.mjs"
  9545. }
  9546. },
  9547. "node_modules/unwasm": {
  9548. "version": "0.3.11",
  9549. "resolved": "https://registry.npmjs.org/unwasm/-/unwasm-0.3.11.tgz",
  9550. "integrity": "sha512-Vhp5gb1tusSQw5of/g3Q697srYgMXvwMgXMjcG4ZNga02fDX9coxJ9fAb0Ci38hM2Hv/U1FXRPGgjP2BYqhNoQ==",
  9551. "license": "MIT",
  9552. "dependencies": {
  9553. "knitwork": "^1.2.0",
  9554. "magic-string": "^0.30.17",
  9555. "mlly": "^1.7.4",
  9556. "pathe": "^2.0.3",
  9557. "pkg-types": "^2.2.0",
  9558. "unplugin": "^2.3.6"
  9559. }
  9560. },
  9561. "node_modules/update-browserslist-db": {
  9562. "version": "1.1.4",
  9563. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.4.tgz",
  9564. "integrity": "sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==",
  9565. "funding": [
  9566. {
  9567. "type": "opencollective",
  9568. "url": "https://opencollective.com/browserslist"
  9569. },
  9570. {
  9571. "type": "tidelift",
  9572. "url": "https://tidelift.com/funding/github/npm/browserslist"
  9573. },
  9574. {
  9575. "type": "github",
  9576. "url": "https://github.com/sponsors/ai"
  9577. }
  9578. ],
  9579. "license": "MIT",
  9580. "dependencies": {
  9581. "escalade": "^3.2.0",
  9582. "picocolors": "^1.1.1"
  9583. },
  9584. "bin": {
  9585. "update-browserslist-db": "cli.js"
  9586. },
  9587. "peerDependencies": {
  9588. "browserslist": ">= 4.21.0"
  9589. }
  9590. },
  9591. "node_modules/uqr": {
  9592. "version": "0.1.2",
  9593. "resolved": "https://registry.npmjs.org/uqr/-/uqr-0.1.2.tgz",
  9594. "integrity": "sha512-MJu7ypHq6QasgF5YRTjqscSzQp/W11zoUk6kvmlH+fmWEs63Y0Eib13hYFwAzagRJcVY8WVnlV+eBDUGMJ5IbA==",
  9595. "license": "MIT"
  9596. },
  9597. "node_modules/util-deprecate": {
  9598. "version": "1.0.2",
  9599. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  9600. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  9601. "license": "MIT"
  9602. },
  9603. "node_modules/vite": {
  9604. "version": "7.1.12",
  9605. "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.12.tgz",
  9606. "integrity": "sha512-ZWyE8YXEXqJrrSLvYgrRP7p62OziLW7xI5HYGWFzOvupfAlrLvURSzv/FyGyy0eidogEM3ujU+kUG1zuHgb6Ug==",
  9607. "license": "MIT",
  9608. "dependencies": {
  9609. "esbuild": "^0.25.0",
  9610. "fdir": "^6.5.0",
  9611. "picomatch": "^4.0.3",
  9612. "postcss": "^8.5.6",
  9613. "rollup": "^4.43.0",
  9614. "tinyglobby": "^0.2.15"
  9615. },
  9616. "bin": {
  9617. "vite": "bin/vite.js"
  9618. },
  9619. "engines": {
  9620. "node": "^20.19.0 || >=22.12.0"
  9621. },
  9622. "funding": {
  9623. "url": "https://github.com/vitejs/vite?sponsor=1"
  9624. },
  9625. "optionalDependencies": {
  9626. "fsevents": "~2.3.3"
  9627. },
  9628. "peerDependencies": {
  9629. "@types/node": "^20.19.0 || >=22.12.0",
  9630. "jiti": ">=1.21.0",
  9631. "less": "^4.0.0",
  9632. "lightningcss": "^1.21.0",
  9633. "sass": "^1.70.0",
  9634. "sass-embedded": "^1.70.0",
  9635. "stylus": ">=0.54.8",
  9636. "sugarss": "^5.0.0",
  9637. "terser": "^5.16.0",
  9638. "tsx": "^4.8.1",
  9639. "yaml": "^2.4.2"
  9640. },
  9641. "peerDependenciesMeta": {
  9642. "@types/node": {
  9643. "optional": true
  9644. },
  9645. "jiti": {
  9646. "optional": true
  9647. },
  9648. "less": {
  9649. "optional": true
  9650. },
  9651. "lightningcss": {
  9652. "optional": true
  9653. },
  9654. "sass": {
  9655. "optional": true
  9656. },
  9657. "sass-embedded": {
  9658. "optional": true
  9659. },
  9660. "stylus": {
  9661. "optional": true
  9662. },
  9663. "sugarss": {
  9664. "optional": true
  9665. },
  9666. "terser": {
  9667. "optional": true
  9668. },
  9669. "tsx": {
  9670. "optional": true
  9671. },
  9672. "yaml": {
  9673. "optional": true
  9674. }
  9675. }
  9676. },
  9677. "node_modules/vite-dev-rpc": {
  9678. "version": "1.1.0",
  9679. "resolved": "https://registry.npmjs.org/vite-dev-rpc/-/vite-dev-rpc-1.1.0.tgz",
  9680. "integrity": "sha512-pKXZlgoXGoE8sEKiKJSng4hI1sQ4wi5YT24FCrwrLt6opmkjlqPPVmiPWWJn8M8byMxRGzp1CrFuqQs4M/Z39A==",
  9681. "license": "MIT",
  9682. "dependencies": {
  9683. "birpc": "^2.4.0",
  9684. "vite-hot-client": "^2.1.0"
  9685. },
  9686. "funding": {
  9687. "url": "https://github.com/sponsors/antfu"
  9688. },
  9689. "peerDependencies": {
  9690. "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.1 || ^7.0.0-0"
  9691. }
  9692. },
  9693. "node_modules/vite-hot-client": {
  9694. "version": "2.1.0",
  9695. "resolved": "https://registry.npmjs.org/vite-hot-client/-/vite-hot-client-2.1.0.tgz",
  9696. "integrity": "sha512-7SpgZmU7R+dDnSmvXE1mfDtnHLHQSisdySVR7lO8ceAXvM0otZeuQQ6C8LrS5d/aYyP/QZ0hI0L+dIPrm4YlFQ==",
  9697. "license": "MIT",
  9698. "funding": {
  9699. "url": "https://github.com/sponsors/antfu"
  9700. },
  9701. "peerDependencies": {
  9702. "vite": "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0"
  9703. }
  9704. },
  9705. "node_modules/vite-node": {
  9706. "version": "3.2.4",
  9707. "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-3.2.4.tgz",
  9708. "integrity": "sha512-EbKSKh+bh1E1IFxeO0pg1n4dvoOTt0UDiXMd/qn++r98+jPO1xtJilvXldeuQ8giIB5IkpjCgMleHMNEsGH6pg==",
  9709. "license": "MIT",
  9710. "dependencies": {
  9711. "cac": "^6.7.14",
  9712. "debug": "^4.4.1",
  9713. "es-module-lexer": "^1.7.0",
  9714. "pathe": "^2.0.3",
  9715. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0"
  9716. },
  9717. "bin": {
  9718. "vite-node": "vite-node.mjs"
  9719. },
  9720. "engines": {
  9721. "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
  9722. },
  9723. "funding": {
  9724. "url": "https://opencollective.com/vitest"
  9725. }
  9726. },
  9727. "node_modules/vite-plugin-checker": {
  9728. "version": "0.11.0",
  9729. "resolved": "https://registry.npmjs.org/vite-plugin-checker/-/vite-plugin-checker-0.11.0.tgz",
  9730. "integrity": "sha512-iUdO9Pl9UIBRPAragwi3as/BXXTtRu4G12L3CMrjx+WVTd9g/MsqNakreib9M/2YRVkhZYiTEwdH2j4Dm0w7lw==",
  9731. "license": "MIT",
  9732. "dependencies": {
  9733. "@babel/code-frame": "^7.27.1",
  9734. "chokidar": "^4.0.3",
  9735. "npm-run-path": "^6.0.0",
  9736. "picocolors": "^1.1.1",
  9737. "picomatch": "^4.0.3",
  9738. "tiny-invariant": "^1.3.3",
  9739. "tinyglobby": "^0.2.14",
  9740. "vscode-uri": "^3.1.0"
  9741. },
  9742. "engines": {
  9743. "node": ">=16.11"
  9744. },
  9745. "peerDependencies": {
  9746. "@biomejs/biome": ">=1.7",
  9747. "eslint": ">=7",
  9748. "meow": "^13.2.0",
  9749. "optionator": "^0.9.4",
  9750. "oxlint": ">=1",
  9751. "stylelint": ">=16",
  9752. "typescript": "*",
  9753. "vite": ">=5.4.20",
  9754. "vls": "*",
  9755. "vti": "*",
  9756. "vue-tsc": "~2.2.10 || ^3.0.0"
  9757. },
  9758. "peerDependenciesMeta": {
  9759. "@biomejs/biome": {
  9760. "optional": true
  9761. },
  9762. "eslint": {
  9763. "optional": true
  9764. },
  9765. "meow": {
  9766. "optional": true
  9767. },
  9768. "optionator": {
  9769. "optional": true
  9770. },
  9771. "oxlint": {
  9772. "optional": true
  9773. },
  9774. "stylelint": {
  9775. "optional": true
  9776. },
  9777. "typescript": {
  9778. "optional": true
  9779. },
  9780. "vls": {
  9781. "optional": true
  9782. },
  9783. "vti": {
  9784. "optional": true
  9785. },
  9786. "vue-tsc": {
  9787. "optional": true
  9788. }
  9789. }
  9790. },
  9791. "node_modules/vite-plugin-checker/node_modules/npm-run-path": {
  9792. "version": "6.0.0",
  9793. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-6.0.0.tgz",
  9794. "integrity": "sha512-9qny7Z9DsQU8Ou39ERsPU4OZQlSTP47ShQzuKZ6PRXpYLtIFgl/DEBYEXKlvcEa+9tHVcK8CF81Y2V72qaZhWA==",
  9795. "license": "MIT",
  9796. "dependencies": {
  9797. "path-key": "^4.0.0",
  9798. "unicorn-magic": "^0.3.0"
  9799. },
  9800. "engines": {
  9801. "node": ">=18"
  9802. },
  9803. "funding": {
  9804. "url": "https://github.com/sponsors/sindresorhus"
  9805. }
  9806. },
  9807. "node_modules/vite-plugin-checker/node_modules/path-key": {
  9808. "version": "4.0.0",
  9809. "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz",
  9810. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  9811. "license": "MIT",
  9812. "engines": {
  9813. "node": ">=12"
  9814. },
  9815. "funding": {
  9816. "url": "https://github.com/sponsors/sindresorhus"
  9817. }
  9818. },
  9819. "node_modules/vite-plugin-inspect": {
  9820. "version": "11.3.3",
  9821. "resolved": "https://registry.npmjs.org/vite-plugin-inspect/-/vite-plugin-inspect-11.3.3.tgz",
  9822. "integrity": "sha512-u2eV5La99oHoYPHE6UvbwgEqKKOQGz86wMg40CCosP6q8BkB6e5xPneZfYagK4ojPJSj5anHCrnvC20DpwVdRA==",
  9823. "license": "MIT",
  9824. "dependencies": {
  9825. "ansis": "^4.1.0",
  9826. "debug": "^4.4.1",
  9827. "error-stack-parser-es": "^1.0.5",
  9828. "ohash": "^2.0.11",
  9829. "open": "^10.2.0",
  9830. "perfect-debounce": "^2.0.0",
  9831. "sirv": "^3.0.1",
  9832. "unplugin-utils": "^0.3.0",
  9833. "vite-dev-rpc": "^1.1.0"
  9834. },
  9835. "engines": {
  9836. "node": ">=14"
  9837. },
  9838. "funding": {
  9839. "url": "https://github.com/sponsors/antfu"
  9840. },
  9841. "peerDependencies": {
  9842. "vite": "^6.0.0 || ^7.0.0-0"
  9843. },
  9844. "peerDependenciesMeta": {
  9845. "@nuxt/kit": {
  9846. "optional": true
  9847. }
  9848. }
  9849. },
  9850. "node_modules/vite-plugin-inspect/node_modules/define-lazy-prop": {
  9851. "version": "3.0.0",
  9852. "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
  9853. "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
  9854. "license": "MIT",
  9855. "engines": {
  9856. "node": ">=12"
  9857. },
  9858. "funding": {
  9859. "url": "https://github.com/sponsors/sindresorhus"
  9860. }
  9861. },
  9862. "node_modules/vite-plugin-inspect/node_modules/open": {
  9863. "version": "10.2.0",
  9864. "resolved": "https://registry.npmjs.org/open/-/open-10.2.0.tgz",
  9865. "integrity": "sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==",
  9866. "license": "MIT",
  9867. "dependencies": {
  9868. "default-browser": "^5.2.1",
  9869. "define-lazy-prop": "^3.0.0",
  9870. "is-inside-container": "^1.0.0",
  9871. "wsl-utils": "^0.1.0"
  9872. },
  9873. "engines": {
  9874. "node": ">=18"
  9875. },
  9876. "funding": {
  9877. "url": "https://github.com/sponsors/sindresorhus"
  9878. }
  9879. },
  9880. "node_modules/vite-plugin-inspect/node_modules/unplugin-utils": {
  9881. "version": "0.3.1",
  9882. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  9883. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  9884. "license": "MIT",
  9885. "dependencies": {
  9886. "pathe": "^2.0.3",
  9887. "picomatch": "^4.0.3"
  9888. },
  9889. "engines": {
  9890. "node": ">=20.19.0"
  9891. },
  9892. "funding": {
  9893. "url": "https://github.com/sponsors/sxzz"
  9894. }
  9895. },
  9896. "node_modules/vite-plugin-vue-tracer": {
  9897. "version": "1.0.1",
  9898. "resolved": "https://registry.npmjs.org/vite-plugin-vue-tracer/-/vite-plugin-vue-tracer-1.0.1.tgz",
  9899. "integrity": "sha512-L5/vAhT6oYbH4RSQYGLN9VfHexWe7SGzca1pJ7oPkL6KtxWA1jbGeb3Ri1JptKzqtd42HinOq4uEYqzhVWrzig==",
  9900. "license": "MIT",
  9901. "dependencies": {
  9902. "estree-walker": "^3.0.3",
  9903. "exsolve": "^1.0.7",
  9904. "magic-string": "^0.30.19",
  9905. "pathe": "^2.0.3",
  9906. "source-map-js": "^1.2.1"
  9907. },
  9908. "funding": {
  9909. "url": "https://github.com/sponsors/antfu"
  9910. },
  9911. "peerDependencies": {
  9912. "vite": "^6.0.0 || ^7.0.0",
  9913. "vue": "^3.5.0"
  9914. }
  9915. },
  9916. "node_modules/vite-plugin-vue-tracer/node_modules/estree-walker": {
  9917. "version": "3.0.3",
  9918. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  9919. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  9920. "license": "MIT",
  9921. "dependencies": {
  9922. "@types/estree": "^1.0.0"
  9923. }
  9924. },
  9925. "node_modules/vscode-uri": {
  9926. "version": "3.1.0",
  9927. "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.1.0.tgz",
  9928. "integrity": "sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==",
  9929. "license": "MIT"
  9930. },
  9931. "node_modules/vue": {
  9932. "version": "3.5.22",
  9933. "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.22.tgz",
  9934. "integrity": "sha512-toaZjQ3a/G/mYaLSbV+QsQhIdMo9x5rrqIpYRObsJ6T/J+RyCSFwN2LHNVH9v8uIcljDNa3QzPVdv3Y6b9hAJQ==",
  9935. "license": "MIT",
  9936. "dependencies": {
  9937. "@vue/compiler-dom": "3.5.22",
  9938. "@vue/compiler-sfc": "3.5.22",
  9939. "@vue/runtime-dom": "3.5.22",
  9940. "@vue/server-renderer": "3.5.22",
  9941. "@vue/shared": "3.5.22"
  9942. },
  9943. "peerDependencies": {
  9944. "typescript": "*"
  9945. },
  9946. "peerDependenciesMeta": {
  9947. "typescript": {
  9948. "optional": true
  9949. }
  9950. }
  9951. },
  9952. "node_modules/vue-bundle-renderer": {
  9953. "version": "2.2.0",
  9954. "resolved": "https://registry.npmjs.org/vue-bundle-renderer/-/vue-bundle-renderer-2.2.0.tgz",
  9955. "integrity": "sha512-sz/0WEdYH1KfaOm0XaBmRZOWgYTEvUDt6yPYaUzl4E52qzgWLlknaPPTTZmp6benaPTlQAI/hN1x3tAzZygycg==",
  9956. "license": "MIT",
  9957. "dependencies": {
  9958. "ufo": "^1.6.1"
  9959. }
  9960. },
  9961. "node_modules/vue-devtools-stub": {
  9962. "version": "0.1.0",
  9963. "resolved": "https://registry.npmjs.org/vue-devtools-stub/-/vue-devtools-stub-0.1.0.tgz",
  9964. "integrity": "sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ==",
  9965. "license": "MIT"
  9966. },
  9967. "node_modules/vue-router": {
  9968. "version": "4.6.3",
  9969. "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.6.3.tgz",
  9970. "integrity": "sha512-ARBedLm9YlbvQomnmq91Os7ck6efydTSpRP3nuOKCvgJOHNrhRoJDSKtee8kcL1Vf7nz6U+PMBL+hTvR3bTVQg==",
  9971. "license": "MIT",
  9972. "dependencies": {
  9973. "@vue/devtools-api": "^6.6.4"
  9974. },
  9975. "funding": {
  9976. "url": "https://github.com/sponsors/posva"
  9977. },
  9978. "peerDependencies": {
  9979. "vue": "^3.5.0"
  9980. }
  9981. },
  9982. "node_modules/webidl-conversions": {
  9983. "version": "3.0.1",
  9984. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
  9985. "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
  9986. "license": "BSD-2-Clause"
  9987. },
  9988. "node_modules/webpack-virtual-modules": {
  9989. "version": "0.6.2",
  9990. "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  9991. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
  9992. "license": "MIT"
  9993. },
  9994. "node_modules/whatwg-url": {
  9995. "version": "5.0.0",
  9996. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
  9997. "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
  9998. "license": "MIT",
  9999. "dependencies": {
  10000. "tr46": "~0.0.3",
  10001. "webidl-conversions": "^3.0.0"
  10002. }
  10003. },
  10004. "node_modules/which": {
  10005. "version": "5.0.0",
  10006. "resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz",
  10007. "integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==",
  10008. "license": "ISC",
  10009. "dependencies": {
  10010. "isexe": "^3.1.1"
  10011. },
  10012. "bin": {
  10013. "node-which": "bin/which.js"
  10014. },
  10015. "engines": {
  10016. "node": "^18.17.0 || >=20.5.0"
  10017. }
  10018. },
  10019. "node_modules/wrap-ansi": {
  10020. "version": "8.1.0",
  10021. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
  10022. "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
  10023. "license": "MIT",
  10024. "dependencies": {
  10025. "ansi-styles": "^6.1.0",
  10026. "string-width": "^5.0.1",
  10027. "strip-ansi": "^7.0.1"
  10028. },
  10029. "engines": {
  10030. "node": ">=12"
  10031. },
  10032. "funding": {
  10033. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  10034. }
  10035. },
  10036. "node_modules/wrap-ansi-cjs": {
  10037. "name": "wrap-ansi",
  10038. "version": "7.0.0",
  10039. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  10040. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  10041. "license": "MIT",
  10042. "dependencies": {
  10043. "ansi-styles": "^4.0.0",
  10044. "string-width": "^4.1.0",
  10045. "strip-ansi": "^6.0.0"
  10046. },
  10047. "engines": {
  10048. "node": ">=10"
  10049. },
  10050. "funding": {
  10051. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  10052. }
  10053. },
  10054. "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
  10055. "version": "5.0.1",
  10056. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  10057. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  10058. "license": "MIT",
  10059. "engines": {
  10060. "node": ">=8"
  10061. }
  10062. },
  10063. "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
  10064. "version": "4.3.0",
  10065. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  10066. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  10067. "license": "MIT",
  10068. "dependencies": {
  10069. "color-convert": "^2.0.1"
  10070. },
  10071. "engines": {
  10072. "node": ">=8"
  10073. },
  10074. "funding": {
  10075. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  10076. }
  10077. },
  10078. "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
  10079. "version": "8.0.0",
  10080. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  10081. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  10082. "license": "MIT"
  10083. },
  10084. "node_modules/wrap-ansi-cjs/node_modules/string-width": {
  10085. "version": "4.2.3",
  10086. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  10087. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  10088. "license": "MIT",
  10089. "dependencies": {
  10090. "emoji-regex": "^8.0.0",
  10091. "is-fullwidth-code-point": "^3.0.0",
  10092. "strip-ansi": "^6.0.1"
  10093. },
  10094. "engines": {
  10095. "node": ">=8"
  10096. }
  10097. },
  10098. "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
  10099. "version": "6.0.1",
  10100. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  10101. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  10102. "license": "MIT",
  10103. "dependencies": {
  10104. "ansi-regex": "^5.0.1"
  10105. },
  10106. "engines": {
  10107. "node": ">=8"
  10108. }
  10109. },
  10110. "node_modules/ws": {
  10111. "version": "8.18.3",
  10112. "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
  10113. "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
  10114. "license": "MIT",
  10115. "engines": {
  10116. "node": ">=10.0.0"
  10117. },
  10118. "peerDependencies": {
  10119. "bufferutil": "^4.0.1",
  10120. "utf-8-validate": ">=5.0.2"
  10121. },
  10122. "peerDependenciesMeta": {
  10123. "bufferutil": {
  10124. "optional": true
  10125. },
  10126. "utf-8-validate": {
  10127. "optional": true
  10128. }
  10129. }
  10130. },
  10131. "node_modules/wsl-utils": {
  10132. "version": "0.1.0",
  10133. "resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.1.0.tgz",
  10134. "integrity": "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==",
  10135. "license": "MIT",
  10136. "dependencies": {
  10137. "is-wsl": "^3.1.0"
  10138. },
  10139. "engines": {
  10140. "node": ">=18"
  10141. },
  10142. "funding": {
  10143. "url": "https://github.com/sponsors/sindresorhus"
  10144. }
  10145. },
  10146. "node_modules/y18n": {
  10147. "version": "5.0.8",
  10148. "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
  10149. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  10150. "license": "ISC",
  10151. "engines": {
  10152. "node": ">=10"
  10153. }
  10154. },
  10155. "node_modules/yallist": {
  10156. "version": "3.1.1",
  10157. "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
  10158. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  10159. "license": "ISC"
  10160. },
  10161. "node_modules/yaml": {
  10162. "version": "2.8.1",
  10163. "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.1.tgz",
  10164. "integrity": "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==",
  10165. "license": "ISC",
  10166. "bin": {
  10167. "yaml": "bin.mjs"
  10168. },
  10169. "engines": {
  10170. "node": ">= 14.6"
  10171. }
  10172. },
  10173. "node_modules/yargs": {
  10174. "version": "17.7.2",
  10175. "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
  10176. "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
  10177. "license": "MIT",
  10178. "dependencies": {
  10179. "cliui": "^8.0.1",
  10180. "escalade": "^3.1.1",
  10181. "get-caller-file": "^2.0.5",
  10182. "require-directory": "^2.1.1",
  10183. "string-width": "^4.2.3",
  10184. "y18n": "^5.0.5",
  10185. "yargs-parser": "^21.1.1"
  10186. },
  10187. "engines": {
  10188. "node": ">=12"
  10189. }
  10190. },
  10191. "node_modules/yargs-parser": {
  10192. "version": "21.1.1",
  10193. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
  10194. "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
  10195. "license": "ISC",
  10196. "engines": {
  10197. "node": ">=12"
  10198. }
  10199. },
  10200. "node_modules/yargs/node_modules/ansi-regex": {
  10201. "version": "5.0.1",
  10202. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  10203. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  10204. "license": "MIT",
  10205. "engines": {
  10206. "node": ">=8"
  10207. }
  10208. },
  10209. "node_modules/yargs/node_modules/emoji-regex": {
  10210. "version": "8.0.0",
  10211. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  10212. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  10213. "license": "MIT"
  10214. },
  10215. "node_modules/yargs/node_modules/string-width": {
  10216. "version": "4.2.3",
  10217. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  10218. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  10219. "license": "MIT",
  10220. "dependencies": {
  10221. "emoji-regex": "^8.0.0",
  10222. "is-fullwidth-code-point": "^3.0.0",
  10223. "strip-ansi": "^6.0.1"
  10224. },
  10225. "engines": {
  10226. "node": ">=8"
  10227. }
  10228. },
  10229. "node_modules/yargs/node_modules/strip-ansi": {
  10230. "version": "6.0.1",
  10231. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  10232. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  10233. "license": "MIT",
  10234. "dependencies": {
  10235. "ansi-regex": "^5.0.1"
  10236. },
  10237. "engines": {
  10238. "node": ">=8"
  10239. }
  10240. },
  10241. "node_modules/yoctocolors": {
  10242. "version": "2.1.2",
  10243. "resolved": "https://registry.npmjs.org/yoctocolors/-/yoctocolors-2.1.2.tgz",
  10244. "integrity": "sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug==",
  10245. "license": "MIT",
  10246. "engines": {
  10247. "node": ">=18"
  10248. },
  10249. "funding": {
  10250. "url": "https://github.com/sponsors/sindresorhus"
  10251. }
  10252. },
  10253. "node_modules/youch": {
  10254. "version": "4.1.0-beta.11",
  10255. "resolved": "https://registry.npmjs.org/youch/-/youch-4.1.0-beta.11.tgz",
  10256. "integrity": "sha512-sQi6PERyO/mT8w564ojOVeAlYTtVQmC2GaktQAf+IdI75/GKIggosBuvyVXvEV+FATAT6RbLdIjFoiIId4ozoQ==",
  10257. "license": "MIT",
  10258. "dependencies": {
  10259. "@poppinss/colors": "^4.1.5",
  10260. "@poppinss/dumper": "^0.6.4",
  10261. "@speed-highlight/core": "^1.2.7",
  10262. "cookie": "^1.0.2",
  10263. "youch-core": "^0.3.3"
  10264. }
  10265. },
  10266. "node_modules/youch-core": {
  10267. "version": "0.3.3",
  10268. "resolved": "https://registry.npmjs.org/youch-core/-/youch-core-0.3.3.tgz",
  10269. "integrity": "sha512-ho7XuGjLaJ2hWHoK8yFnsUGy2Y5uDpqSTq1FkHLK4/oqKtyUU1AFbOOxY4IpC9f0fTLjwYbslUz0Po5BpD1wrA==",
  10270. "license": "MIT",
  10271. "dependencies": {
  10272. "@poppinss/exception": "^1.2.2",
  10273. "error-stack-parser-es": "^1.0.5"
  10274. }
  10275. },
  10276. "node_modules/zip-stream": {
  10277. "version": "6.0.1",
  10278. "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-6.0.1.tgz",
  10279. "integrity": "sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==",
  10280. "license": "MIT",
  10281. "dependencies": {
  10282. "archiver-utils": "^5.0.0",
  10283. "compress-commons": "^6.0.2",
  10284. "readable-stream": "^4.0.0"
  10285. },
  10286. "engines": {
  10287. "node": ">= 14"
  10288. }
  10289. }
  10290. }
  10291. }