package-lock.json 343 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919492049214922492349244925492649274928492949304931493249334934493549364937493849394940494149424943494449454946494749484949495049514952495349544955495649574958495949604961496249634964496549664967496849694970497149724973497449754976497749784979498049814982498349844985498649874988498949904991499249934994499549964997499849995000500150025003500450055006500750085009501050115012501350145015501650175018501950205021502250235024502550265027502850295030503150325033503450355036503750385039504050415042504350445045504650475048504950505051505250535054505550565057505850595060506150625063506450655066506750685069507050715072507350745075507650775078507950805081508250835084508550865087508850895090509150925093509450955096509750985099510051015102510351045105510651075108510951105111511251135114511551165117511851195120512151225123512451255126512751285129513051315132513351345135513651375138513951405141514251435144514551465147514851495150515151525153515451555156515751585159516051615162516351645165516651675168516951705171517251735174517551765177517851795180518151825183518451855186518751885189519051915192519351945195519651975198519952005201520252035204520552065207520852095210521152125213521452155216521752185219522052215222522352245225522652275228522952305231523252335234523552365237523852395240524152425243524452455246524752485249525052515252525352545255525652575258525952605261526252635264526552665267526852695270527152725273527452755276527752785279528052815282528352845285528652875288528952905291529252935294529552965297529852995300530153025303530453055306530753085309531053115312531353145315531653175318531953205321532253235324532553265327532853295330533153325333533453355336533753385339534053415342534353445345534653475348534953505351535253535354535553565357535853595360536153625363536453655366536753685369537053715372537353745375537653775378537953805381538253835384538553865387538853895390539153925393539453955396539753985399540054015402540354045405540654075408540954105411541254135414541554165417541854195420542154225423542454255426542754285429543054315432543354345435543654375438543954405441544254435444544554465447544854495450545154525453545454555456545754585459546054615462546354645465546654675468546954705471547254735474547554765477547854795480548154825483548454855486548754885489549054915492549354945495549654975498549955005501550255035504550555065507550855095510551155125513551455155516551755185519552055215522552355245525552655275528552955305531553255335534553555365537553855395540554155425543554455455546554755485549555055515552555355545555555655575558555955605561556255635564556555665567556855695570557155725573557455755576557755785579558055815582558355845585558655875588558955905591559255935594559555965597559855995600560156025603560456055606560756085609561056115612561356145615561656175618561956205621562256235624562556265627562856295630563156325633563456355636563756385639564056415642564356445645564656475648564956505651565256535654565556565657565856595660566156625663566456655666566756685669567056715672567356745675567656775678567956805681568256835684568556865687568856895690569156925693569456955696569756985699570057015702570357045705570657075708570957105711571257135714571557165717571857195720572157225723572457255726572757285729573057315732573357345735573657375738573957405741574257435744574557465747574857495750575157525753575457555756575757585759576057615762576357645765576657675768576957705771577257735774577557765777577857795780578157825783578457855786578757885789579057915792579357945795579657975798579958005801580258035804580558065807580858095810581158125813581458155816581758185819582058215822582358245825582658275828582958305831583258335834583558365837583858395840584158425843584458455846584758485849585058515852585358545855585658575858585958605861586258635864586558665867586858695870587158725873587458755876587758785879588058815882588358845885588658875888588958905891589258935894589558965897589858995900590159025903590459055906590759085909591059115912591359145915591659175918591959205921592259235924592559265927592859295930593159325933593459355936593759385939594059415942594359445945594659475948594959505951595259535954595559565957595859595960596159625963596459655966596759685969597059715972597359745975597659775978597959805981598259835984598559865987598859895990599159925993599459955996599759985999600060016002600360046005600660076008600960106011601260136014601560166017601860196020602160226023602460256026602760286029603060316032603360346035603660376038603960406041604260436044604560466047604860496050605160526053605460556056605760586059606060616062606360646065606660676068606960706071607260736074607560766077607860796080608160826083608460856086608760886089609060916092609360946095609660976098609961006101610261036104610561066107610861096110611161126113611461156116611761186119612061216122612361246125612661276128612961306131613261336134613561366137613861396140614161426143614461456146614761486149615061516152615361546155615661576158615961606161616261636164616561666167616861696170617161726173617461756176617761786179618061816182618361846185618661876188618961906191619261936194619561966197619861996200620162026203620462056206620762086209621062116212621362146215621662176218621962206221622262236224622562266227622862296230623162326233623462356236623762386239624062416242624362446245624662476248624962506251625262536254625562566257625862596260626162626263626462656266626762686269627062716272627362746275627662776278627962806281628262836284628562866287628862896290629162926293629462956296629762986299630063016302630363046305630663076308630963106311631263136314631563166317631863196320632163226323632463256326632763286329633063316332633363346335633663376338633963406341634263436344634563466347634863496350635163526353635463556356635763586359636063616362636363646365636663676368636963706371637263736374637563766377637863796380638163826383638463856386638763886389639063916392639363946395639663976398639964006401640264036404640564066407640864096410641164126413641464156416641764186419642064216422642364246425642664276428642964306431643264336434643564366437643864396440644164426443644464456446644764486449645064516452645364546455645664576458645964606461646264636464646564666467646864696470647164726473647464756476647764786479648064816482648364846485648664876488648964906491649264936494649564966497649864996500650165026503650465056506650765086509651065116512651365146515651665176518651965206521652265236524652565266527652865296530653165326533653465356536653765386539654065416542654365446545654665476548654965506551655265536554655565566557655865596560656165626563656465656566656765686569657065716572657365746575657665776578657965806581658265836584658565866587658865896590659165926593659465956596659765986599660066016602660366046605660666076608660966106611661266136614661566166617661866196620662166226623662466256626662766286629663066316632663366346635663666376638663966406641664266436644664566466647664866496650665166526653665466556656665766586659666066616662666366646665666666676668666966706671667266736674667566766677667866796680668166826683668466856686668766886689669066916692669366946695669666976698669967006701670267036704670567066707670867096710671167126713671467156716671767186719672067216722672367246725672667276728672967306731673267336734673567366737673867396740674167426743674467456746674767486749675067516752675367546755675667576758675967606761676267636764676567666767676867696770677167726773677467756776677767786779678067816782678367846785678667876788678967906791679267936794679567966797679867996800680168026803680468056806680768086809681068116812681368146815681668176818681968206821682268236824682568266827682868296830683168326833683468356836683768386839684068416842684368446845684668476848684968506851685268536854685568566857685868596860686168626863686468656866686768686869687068716872687368746875687668776878687968806881688268836884688568866887688868896890689168926893689468956896689768986899690069016902690369046905690669076908690969106911691269136914691569166917691869196920692169226923692469256926692769286929693069316932693369346935693669376938693969406941694269436944694569466947694869496950695169526953695469556956695769586959696069616962696369646965696669676968696969706971697269736974697569766977697869796980698169826983698469856986698769886989699069916992699369946995699669976998699970007001700270037004700570067007700870097010701170127013701470157016701770187019702070217022702370247025702670277028702970307031703270337034703570367037703870397040704170427043704470457046704770487049705070517052705370547055705670577058705970607061706270637064706570667067706870697070707170727073707470757076707770787079708070817082708370847085708670877088708970907091709270937094709570967097709870997100710171027103710471057106710771087109711071117112711371147115711671177118711971207121712271237124712571267127712871297130713171327133713471357136713771387139714071417142714371447145714671477148714971507151715271537154715571567157715871597160716171627163716471657166716771687169717071717172717371747175717671777178717971807181718271837184718571867187718871897190719171927193719471957196719771987199720072017202720372047205720672077208720972107211721272137214721572167217721872197220722172227223722472257226722772287229723072317232723372347235723672377238723972407241724272437244724572467247724872497250725172527253725472557256725772587259726072617262726372647265726672677268726972707271727272737274727572767277727872797280728172827283728472857286728772887289729072917292729372947295729672977298729973007301730273037304730573067307730873097310731173127313731473157316731773187319732073217322732373247325732673277328732973307331733273337334733573367337733873397340734173427343734473457346734773487349735073517352735373547355735673577358735973607361736273637364736573667367736873697370737173727373737473757376737773787379738073817382738373847385738673877388738973907391739273937394739573967397739873997400740174027403740474057406740774087409741074117412741374147415741674177418741974207421742274237424742574267427742874297430743174327433743474357436743774387439744074417442744374447445744674477448744974507451745274537454745574567457745874597460746174627463746474657466746774687469747074717472747374747475747674777478747974807481748274837484748574867487748874897490749174927493749474957496749774987499750075017502750375047505750675077508750975107511751275137514751575167517751875197520752175227523752475257526752775287529753075317532753375347535753675377538753975407541754275437544754575467547754875497550755175527553755475557556755775587559756075617562756375647565756675677568756975707571757275737574757575767577757875797580758175827583758475857586758775887589759075917592759375947595759675977598759976007601760276037604760576067607760876097610761176127613761476157616761776187619762076217622762376247625762676277628762976307631763276337634763576367637763876397640764176427643764476457646764776487649765076517652765376547655765676577658765976607661766276637664766576667667766876697670767176727673767476757676767776787679768076817682768376847685768676877688768976907691769276937694769576967697769876997700770177027703770477057706770777087709771077117712771377147715771677177718771977207721772277237724772577267727772877297730773177327733773477357736773777387739774077417742774377447745774677477748774977507751775277537754775577567757775877597760776177627763776477657766776777687769777077717772777377747775777677777778777977807781778277837784778577867787778877897790779177927793779477957796779777987799780078017802780378047805780678077808780978107811781278137814781578167817781878197820782178227823782478257826782778287829783078317832783378347835783678377838783978407841784278437844784578467847784878497850785178527853785478557856785778587859786078617862786378647865786678677868786978707871787278737874787578767877787878797880788178827883788478857886788778887889789078917892789378947895789678977898789979007901790279037904790579067907790879097910791179127913791479157916791779187919792079217922792379247925792679277928792979307931793279337934793579367937793879397940794179427943794479457946794779487949795079517952795379547955795679577958795979607961796279637964796579667967796879697970797179727973797479757976797779787979798079817982798379847985798679877988798979907991799279937994799579967997799879998000800180028003800480058006800780088009801080118012801380148015801680178018801980208021802280238024802580268027802880298030803180328033803480358036803780388039804080418042804380448045804680478048804980508051805280538054805580568057805880598060806180628063806480658066806780688069807080718072807380748075807680778078807980808081808280838084808580868087808880898090809180928093809480958096809780988099810081018102810381048105810681078108810981108111811281138114811581168117811881198120812181228123812481258126812781288129813081318132813381348135813681378138813981408141814281438144814581468147814881498150815181528153815481558156815781588159816081618162816381648165816681678168816981708171817281738174817581768177817881798180818181828183818481858186818781888189819081918192819381948195819681978198819982008201820282038204820582068207820882098210821182128213821482158216821782188219822082218222822382248225822682278228822982308231823282338234823582368237823882398240824182428243824482458246824782488249825082518252825382548255825682578258825982608261826282638264826582668267826882698270827182728273827482758276827782788279828082818282828382848285828682878288828982908291829282938294829582968297829882998300830183028303830483058306830783088309831083118312831383148315831683178318831983208321832283238324832583268327832883298330833183328333833483358336833783388339834083418342834383448345834683478348834983508351835283538354835583568357835883598360836183628363836483658366836783688369837083718372837383748375837683778378837983808381838283838384838583868387838883898390839183928393839483958396839783988399840084018402840384048405840684078408840984108411841284138414841584168417841884198420842184228423842484258426842784288429843084318432843384348435843684378438843984408441844284438444844584468447844884498450845184528453845484558456845784588459846084618462846384648465846684678468846984708471847284738474847584768477847884798480848184828483848484858486848784888489849084918492849384948495849684978498849985008501850285038504850585068507850885098510851185128513851485158516851785188519852085218522852385248525852685278528852985308531853285338534853585368537853885398540854185428543854485458546854785488549855085518552855385548555855685578558855985608561856285638564856585668567856885698570857185728573857485758576857785788579858085818582858385848585858685878588858985908591859285938594859585968597859885998600860186028603860486058606860786088609861086118612861386148615861686178618861986208621862286238624862586268627862886298630863186328633863486358636863786388639864086418642864386448645864686478648864986508651865286538654865586568657865886598660866186628663866486658666866786688669867086718672867386748675867686778678867986808681868286838684868586868687868886898690869186928693869486958696869786988699870087018702870387048705870687078708870987108711871287138714871587168717871887198720872187228723872487258726872787288729873087318732873387348735873687378738873987408741874287438744874587468747874887498750875187528753875487558756875787588759876087618762876387648765876687678768876987708771877287738774877587768777877887798780878187828783878487858786878787888789879087918792879387948795879687978798879988008801880288038804880588068807880888098810881188128813881488158816881788188819882088218822882388248825882688278828882988308831883288338834883588368837883888398840884188428843884488458846884788488849885088518852885388548855885688578858885988608861886288638864886588668867886888698870887188728873887488758876887788788879888088818882888388848885888688878888888988908891889288938894889588968897889888998900890189028903890489058906890789088909891089118912891389148915891689178918891989208921892289238924892589268927892889298930893189328933893489358936893789388939894089418942894389448945894689478948894989508951895289538954895589568957895889598960896189628963896489658966896789688969897089718972897389748975897689778978897989808981898289838984898589868987898889898990899189928993899489958996899789988999900090019002900390049005900690079008900990109011901290139014901590169017901890199020902190229023902490259026902790289029903090319032903390349035903690379038903990409041904290439044904590469047904890499050905190529053905490559056905790589059906090619062906390649065906690679068906990709071907290739074907590769077907890799080908190829083908490859086908790889089909090919092909390949095909690979098909991009101910291039104910591069107910891099110911191129113911491159116911791189119912091219122912391249125912691279128912991309131913291339134913591369137913891399140914191429143914491459146914791489149915091519152915391549155915691579158915991609161916291639164916591669167916891699170917191729173917491759176917791789179918091819182918391849185918691879188918991909191919291939194919591969197919891999200920192029203920492059206920792089209921092119212921392149215921692179218921992209221922292239224922592269227922892299230923192329233923492359236923792389239924092419242924392449245924692479248924992509251925292539254925592569257925892599260926192629263926492659266926792689269927092719272927392749275927692779278927992809281928292839284928592869287928892899290929192929293929492959296929792989299930093019302930393049305930693079308930993109311931293139314931593169317931893199320932193229323932493259326932793289329933093319332933393349335933693379338933993409341934293439344934593469347934893499350935193529353935493559356935793589359936093619362936393649365936693679368936993709371937293739374937593769377937893799380938193829383938493859386938793889389939093919392939393949395939693979398939994009401940294039404940594069407940894099410941194129413941494159416941794189419942094219422942394249425942694279428942994309431943294339434943594369437943894399440944194429443944494459446944794489449945094519452945394549455945694579458945994609461946294639464946594669467946894699470947194729473947494759476947794789479948094819482948394849485948694879488948994909491949294939494949594969497949894999500950195029503950495059506950795089509951095119512951395149515951695179518951995209521952295239524952595269527952895299530953195329533953495359536953795389539954095419542954395449545954695479548954995509551955295539554955595569557955895599560956195629563956495659566956795689569957095719572957395749575957695779578957995809581958295839584958595869587958895899590959195929593959495959596959795989599960096019602960396049605960696079608960996109611961296139614961596169617961896199620962196229623962496259626962796289629963096319632963396349635963696379638963996409641964296439644964596469647964896499650965196529653965496559656965796589659966096619662966396649665966696679668966996709671967296739674967596769677967896799680968196829683968496859686968796889689969096919692969396949695969696979698969997009701970297039704970597069707970897099710971197129713971497159716971797189719972097219722972397249725972697279728972997309731973297339734973597369737973897399740974197429743974497459746974797489749975097519752975397549755975697579758975997609761976297639764976597669767976897699770977197729773977497759776977797789779978097819782978397849785978697879788978997909791979297939794979597969797979897999800980198029803980498059806980798089809981098119812981398149815981698179818981998209821982298239824982598269827982898299830983198329833983498359836983798389839984098419842984398449845984698479848984998509851985298539854985598569857985898599860986198629863986498659866986798689869987098719872987398749875987698779878987998809881
  1. {
  2. "name": "nuxt3",
  3. "lockfileVersion": 3,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "name": "nuxt3",
  8. "hasInstallScript": true,
  9. "dependencies": {
  10. "bcrypt": "^6.0.0",
  11. "nuxt": "^4.4.2",
  12. "pg": "^8.20.0",
  13. "vue": "^3.5.32",
  14. "vue-router": "^5.0.4"
  15. }
  16. },
  17. "node_modules/@babel/code-frame": {
  18. "version": "7.29.0",
  19. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz",
  20. "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
  21. "license": "MIT",
  22. "dependencies": {
  23. "@babel/helper-validator-identifier": "^7.28.5",
  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.29.0",
  33. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.0.tgz",
  34. "integrity": "sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==",
  35. "license": "MIT",
  36. "engines": {
  37. "node": ">=6.9.0"
  38. }
  39. },
  40. "node_modules/@babel/core": {
  41. "version": "7.29.0",
  42. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.0.tgz",
  43. "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==",
  44. "license": "MIT",
  45. "peer": true,
  46. "dependencies": {
  47. "@babel/code-frame": "^7.29.0",
  48. "@babel/generator": "^7.29.0",
  49. "@babel/helper-compilation-targets": "^7.28.6",
  50. "@babel/helper-module-transforms": "^7.28.6",
  51. "@babel/helpers": "^7.28.6",
  52. "@babel/parser": "^7.29.0",
  53. "@babel/template": "^7.28.6",
  54. "@babel/traverse": "^7.29.0",
  55. "@babel/types": "^7.29.0",
  56. "@jridgewell/remapping": "^2.3.5",
  57. "convert-source-map": "^2.0.0",
  58. "debug": "^4.1.0",
  59. "gensync": "^1.0.0-beta.2",
  60. "json5": "^2.2.3",
  61. "semver": "^6.3.1"
  62. },
  63. "engines": {
  64. "node": ">=6.9.0"
  65. },
  66. "funding": {
  67. "type": "opencollective",
  68. "url": "https://opencollective.com/babel"
  69. }
  70. },
  71. "node_modules/@babel/core/node_modules/semver": {
  72. "version": "6.3.1",
  73. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  74. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  75. "license": "ISC",
  76. "bin": {
  77. "semver": "bin/semver.js"
  78. }
  79. },
  80. "node_modules/@babel/generator": {
  81. "version": "7.29.1",
  82. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz",
  83. "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
  84. "license": "MIT",
  85. "dependencies": {
  86. "@babel/parser": "^7.29.0",
  87. "@babel/types": "^7.29.0",
  88. "@jridgewell/gen-mapping": "^0.3.12",
  89. "@jridgewell/trace-mapping": "^0.3.28",
  90. "jsesc": "^3.0.2"
  91. },
  92. "engines": {
  93. "node": ">=6.9.0"
  94. }
  95. },
  96. "node_modules/@babel/helper-annotate-as-pure": {
  97. "version": "7.27.3",
  98. "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz",
  99. "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==",
  100. "license": "MIT",
  101. "dependencies": {
  102. "@babel/types": "^7.27.3"
  103. },
  104. "engines": {
  105. "node": ">=6.9.0"
  106. }
  107. },
  108. "node_modules/@babel/helper-compilation-targets": {
  109. "version": "7.28.6",
  110. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz",
  111. "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==",
  112. "license": "MIT",
  113. "dependencies": {
  114. "@babel/compat-data": "^7.28.6",
  115. "@babel/helper-validator-option": "^7.27.1",
  116. "browserslist": "^4.24.0",
  117. "lru-cache": "^5.1.1",
  118. "semver": "^6.3.1"
  119. },
  120. "engines": {
  121. "node": ">=6.9.0"
  122. }
  123. },
  124. "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
  125. "version": "6.3.1",
  126. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  127. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  128. "license": "ISC",
  129. "bin": {
  130. "semver": "bin/semver.js"
  131. }
  132. },
  133. "node_modules/@babel/helper-create-class-features-plugin": {
  134. "version": "7.28.6",
  135. "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.6.tgz",
  136. "integrity": "sha512-dTOdvsjnG3xNT9Y0AUg1wAl38y+4Rl4sf9caSQZOXdNqVn+H+HbbJ4IyyHaIqNR6SW9oJpA/RuRjsjCw2IdIow==",
  137. "license": "MIT",
  138. "dependencies": {
  139. "@babel/helper-annotate-as-pure": "^7.27.3",
  140. "@babel/helper-member-expression-to-functions": "^7.28.5",
  141. "@babel/helper-optimise-call-expression": "^7.27.1",
  142. "@babel/helper-replace-supers": "^7.28.6",
  143. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  144. "@babel/traverse": "^7.28.6",
  145. "semver": "^6.3.1"
  146. },
  147. "engines": {
  148. "node": ">=6.9.0"
  149. },
  150. "peerDependencies": {
  151. "@babel/core": "^7.0.0"
  152. }
  153. },
  154. "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
  155. "version": "6.3.1",
  156. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  157. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  158. "license": "ISC",
  159. "bin": {
  160. "semver": "bin/semver.js"
  161. }
  162. },
  163. "node_modules/@babel/helper-globals": {
  164. "version": "7.28.0",
  165. "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
  166. "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
  167. "license": "MIT",
  168. "engines": {
  169. "node": ">=6.9.0"
  170. }
  171. },
  172. "node_modules/@babel/helper-member-expression-to-functions": {
  173. "version": "7.28.5",
  174. "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz",
  175. "integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==",
  176. "license": "MIT",
  177. "dependencies": {
  178. "@babel/traverse": "^7.28.5",
  179. "@babel/types": "^7.28.5"
  180. },
  181. "engines": {
  182. "node": ">=6.9.0"
  183. }
  184. },
  185. "node_modules/@babel/helper-module-imports": {
  186. "version": "7.28.6",
  187. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz",
  188. "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==",
  189. "license": "MIT",
  190. "dependencies": {
  191. "@babel/traverse": "^7.28.6",
  192. "@babel/types": "^7.28.6"
  193. },
  194. "engines": {
  195. "node": ">=6.9.0"
  196. }
  197. },
  198. "node_modules/@babel/helper-module-transforms": {
  199. "version": "7.28.6",
  200. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz",
  201. "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==",
  202. "license": "MIT",
  203. "dependencies": {
  204. "@babel/helper-module-imports": "^7.28.6",
  205. "@babel/helper-validator-identifier": "^7.28.5",
  206. "@babel/traverse": "^7.28.6"
  207. },
  208. "engines": {
  209. "node": ">=6.9.0"
  210. },
  211. "peerDependencies": {
  212. "@babel/core": "^7.0.0"
  213. }
  214. },
  215. "node_modules/@babel/helper-optimise-call-expression": {
  216. "version": "7.27.1",
  217. "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz",
  218. "integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==",
  219. "license": "MIT",
  220. "dependencies": {
  221. "@babel/types": "^7.27.1"
  222. },
  223. "engines": {
  224. "node": ">=6.9.0"
  225. }
  226. },
  227. "node_modules/@babel/helper-plugin-utils": {
  228. "version": "7.28.6",
  229. "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz",
  230. "integrity": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==",
  231. "license": "MIT",
  232. "engines": {
  233. "node": ">=6.9.0"
  234. }
  235. },
  236. "node_modules/@babel/helper-replace-supers": {
  237. "version": "7.28.6",
  238. "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.28.6.tgz",
  239. "integrity": "sha512-mq8e+laIk94/yFec3DxSjCRD2Z0TAjhVbEJY3UQrlwVo15Lmt7C2wAUbK4bjnTs4APkwsYLTahXRraQXhb1WCg==",
  240. "license": "MIT",
  241. "dependencies": {
  242. "@babel/helper-member-expression-to-functions": "^7.28.5",
  243. "@babel/helper-optimise-call-expression": "^7.27.1",
  244. "@babel/traverse": "^7.28.6"
  245. },
  246. "engines": {
  247. "node": ">=6.9.0"
  248. },
  249. "peerDependencies": {
  250. "@babel/core": "^7.0.0"
  251. }
  252. },
  253. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  254. "version": "7.27.1",
  255. "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz",
  256. "integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==",
  257. "license": "MIT",
  258. "dependencies": {
  259. "@babel/traverse": "^7.27.1",
  260. "@babel/types": "^7.27.1"
  261. },
  262. "engines": {
  263. "node": ">=6.9.0"
  264. }
  265. },
  266. "node_modules/@babel/helper-string-parser": {
  267. "version": "7.27.1",
  268. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  269. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  270. "license": "MIT",
  271. "engines": {
  272. "node": ">=6.9.0"
  273. }
  274. },
  275. "node_modules/@babel/helper-validator-identifier": {
  276. "version": "7.28.5",
  277. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  278. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  279. "license": "MIT",
  280. "engines": {
  281. "node": ">=6.9.0"
  282. }
  283. },
  284. "node_modules/@babel/helper-validator-option": {
  285. "version": "7.27.1",
  286. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
  287. "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
  288. "license": "MIT",
  289. "engines": {
  290. "node": ">=6.9.0"
  291. }
  292. },
  293. "node_modules/@babel/helpers": {
  294. "version": "7.29.2",
  295. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.2.tgz",
  296. "integrity": "sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==",
  297. "license": "MIT",
  298. "dependencies": {
  299. "@babel/template": "^7.28.6",
  300. "@babel/types": "^7.29.0"
  301. },
  302. "engines": {
  303. "node": ">=6.9.0"
  304. }
  305. },
  306. "node_modules/@babel/parser": {
  307. "version": "7.29.2",
  308. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.2.tgz",
  309. "integrity": "sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==",
  310. "license": "MIT",
  311. "dependencies": {
  312. "@babel/types": "^7.29.0"
  313. },
  314. "bin": {
  315. "parser": "bin/babel-parser.js"
  316. },
  317. "engines": {
  318. "node": ">=6.0.0"
  319. }
  320. },
  321. "node_modules/@babel/plugin-syntax-jsx": {
  322. "version": "7.28.6",
  323. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.28.6.tgz",
  324. "integrity": "sha512-wgEmr06G6sIpqr8YDwA2dSRTE3bJ+V0IfpzfSY3Lfgd7YWOaAdlykvJi13ZKBt8cZHfgH1IXN+CL656W3uUa4w==",
  325. "license": "MIT",
  326. "dependencies": {
  327. "@babel/helper-plugin-utils": "^7.28.6"
  328. },
  329. "engines": {
  330. "node": ">=6.9.0"
  331. },
  332. "peerDependencies": {
  333. "@babel/core": "^7.0.0-0"
  334. }
  335. },
  336. "node_modules/@babel/plugin-syntax-typescript": {
  337. "version": "7.28.6",
  338. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.28.6.tgz",
  339. "integrity": "sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A==",
  340. "license": "MIT",
  341. "dependencies": {
  342. "@babel/helper-plugin-utils": "^7.28.6"
  343. },
  344. "engines": {
  345. "node": ">=6.9.0"
  346. },
  347. "peerDependencies": {
  348. "@babel/core": "^7.0.0-0"
  349. }
  350. },
  351. "node_modules/@babel/plugin-transform-typescript": {
  352. "version": "7.28.6",
  353. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.6.tgz",
  354. "integrity": "sha512-0YWL2RFxOqEm9Efk5PvreamxPME8OyY0wM5wh5lHjF+VtVhdneCWGzZeSqzOfiobVqQaNCd2z0tQvnI9DaPWPw==",
  355. "license": "MIT",
  356. "dependencies": {
  357. "@babel/helper-annotate-as-pure": "^7.27.3",
  358. "@babel/helper-create-class-features-plugin": "^7.28.6",
  359. "@babel/helper-plugin-utils": "^7.28.6",
  360. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  361. "@babel/plugin-syntax-typescript": "^7.28.6"
  362. },
  363. "engines": {
  364. "node": ">=6.9.0"
  365. },
  366. "peerDependencies": {
  367. "@babel/core": "^7.0.0-0"
  368. }
  369. },
  370. "node_modules/@babel/template": {
  371. "version": "7.28.6",
  372. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz",
  373. "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",
  374. "license": "MIT",
  375. "dependencies": {
  376. "@babel/code-frame": "^7.28.6",
  377. "@babel/parser": "^7.28.6",
  378. "@babel/types": "^7.28.6"
  379. },
  380. "engines": {
  381. "node": ">=6.9.0"
  382. }
  383. },
  384. "node_modules/@babel/traverse": {
  385. "version": "7.29.0",
  386. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz",
  387. "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",
  388. "license": "MIT",
  389. "dependencies": {
  390. "@babel/code-frame": "^7.29.0",
  391. "@babel/generator": "^7.29.0",
  392. "@babel/helper-globals": "^7.28.0",
  393. "@babel/parser": "^7.29.0",
  394. "@babel/template": "^7.28.6",
  395. "@babel/types": "^7.29.0",
  396. "debug": "^4.3.1"
  397. },
  398. "engines": {
  399. "node": ">=6.9.0"
  400. }
  401. },
  402. "node_modules/@babel/types": {
  403. "version": "7.29.0",
  404. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
  405. "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
  406. "license": "MIT",
  407. "dependencies": {
  408. "@babel/helper-string-parser": "^7.27.1",
  409. "@babel/helper-validator-identifier": "^7.28.5"
  410. },
  411. "engines": {
  412. "node": ">=6.9.0"
  413. }
  414. },
  415. "node_modules/@bomb.sh/tab": {
  416. "version": "0.0.14",
  417. "resolved": "https://registry.npmjs.org/@bomb.sh/tab/-/tab-0.0.14.tgz",
  418. "integrity": "sha512-cHMk2LI430MVoX1unTt9oK1iZzQS4CYDz97MSxKLNErW69T43Z2QLFTpdS/3jVOIKrIADWfuxQ+nQNJkNV7E4w==",
  419. "license": "MIT",
  420. "bin": {
  421. "tab": "dist/bin/cli.mjs"
  422. },
  423. "peerDependencies": {
  424. "cac": "^6.7.14",
  425. "citty": "^0.1.6 || ^0.2.0",
  426. "commander": "^13.1.0"
  427. },
  428. "peerDependenciesMeta": {
  429. "cac": {
  430. "optional": true
  431. },
  432. "citty": {
  433. "optional": true
  434. },
  435. "commander": {
  436. "optional": true
  437. }
  438. }
  439. },
  440. "node_modules/@clack/core": {
  441. "version": "1.2.0",
  442. "resolved": "https://registry.npmjs.org/@clack/core/-/core-1.2.0.tgz",
  443. "integrity": "sha512-qfxof/3T3t9DPU/Rj3OmcFyZInceqj/NVtO9rwIuJqCUgh32gwPjpFQQp/ben07qKlhpwq7GzfWpST4qdJ5Drg==",
  444. "license": "MIT",
  445. "dependencies": {
  446. "fast-wrap-ansi": "^0.1.3",
  447. "sisteransi": "^1.0.5"
  448. }
  449. },
  450. "node_modules/@clack/prompts": {
  451. "version": "1.2.0",
  452. "resolved": "https://registry.npmjs.org/@clack/prompts/-/prompts-1.2.0.tgz",
  453. "integrity": "sha512-4jmztR9fMqPMjz6H/UZXj0zEmE43ha1euENwkckKKel4XpSfokExPo5AiVStdHSAlHekz4d0CA/r45Ok1E4D3w==",
  454. "license": "MIT",
  455. "dependencies": {
  456. "@clack/core": "1.2.0",
  457. "fast-string-width": "^1.1.0",
  458. "fast-wrap-ansi": "^0.1.3",
  459. "sisteransi": "^1.0.5"
  460. }
  461. },
  462. "node_modules/@cloudflare/kv-asset-handler": {
  463. "version": "0.4.2",
  464. "resolved": "https://registry.npmjs.org/@cloudflare/kv-asset-handler/-/kv-asset-handler-0.4.2.tgz",
  465. "integrity": "sha512-SIOD2DxrRRwQ+jgzlXCqoEFiKOFqaPjhnNTGKXSRLvp1HiOvapLaFG2kEr9dYQTYe8rKrd9uvDUzmAITeNyaHQ==",
  466. "license": "MIT OR Apache-2.0",
  467. "engines": {
  468. "node": ">=18.0.0"
  469. }
  470. },
  471. "node_modules/@colordx/core": {
  472. "version": "5.0.3",
  473. "resolved": "https://registry.npmjs.org/@colordx/core/-/core-5.0.3.tgz",
  474. "integrity": "sha512-xBQ0MYRTNNxW3mS2sJtlQTT7C3Sasqgh1/PsHva7fyDb5uqYY+gv9V0utDdX8X80mqzbGz3u/IDJdn2d/uW09g==",
  475. "license": "MIT"
  476. },
  477. "node_modules/@dxup/nuxt": {
  478. "version": "0.4.0",
  479. "resolved": "https://registry.npmjs.org/@dxup/nuxt/-/nuxt-0.4.0.tgz",
  480. "integrity": "sha512-28LDotpr9G2knUse3cQYsOo6NJq5yhABv4ByRVRYJUmzf9Q31DI7rpRek4POlKy1aAcYyKgu5J2616pyqLohYg==",
  481. "license": "MIT",
  482. "dependencies": {
  483. "@dxup/unimport": "^0.1.2",
  484. "@nuxt/kit": "^4.2.2",
  485. "chokidar": "^5.0.0",
  486. "pathe": "^2.0.3",
  487. "tinyglobby": "^0.2.15"
  488. },
  489. "peerDependencies": {
  490. "typescript": "*"
  491. }
  492. },
  493. "node_modules/@dxup/unimport": {
  494. "version": "0.1.2",
  495. "resolved": "https://registry.npmjs.org/@dxup/unimport/-/unimport-0.1.2.tgz",
  496. "integrity": "sha512-/B8YJGPzaYq1NbsQmwgP8EZqg40NpTw4ZB3suuI0TplbxKHeK94jeaawLmVhCv+YwUnOpiWEz9U6SeThku/8JQ==",
  497. "license": "MIT"
  498. },
  499. "node_modules/@emnapi/wasi-threads": {
  500. "version": "1.2.1",
  501. "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz",
  502. "integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==",
  503. "license": "MIT",
  504. "optional": true,
  505. "dependencies": {
  506. "tslib": "^2.4.0"
  507. }
  508. },
  509. "node_modules/@esbuild/aix-ppc64": {
  510. "version": "0.27.7",
  511. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.7.tgz",
  512. "integrity": "sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg==",
  513. "cpu": [
  514. "ppc64"
  515. ],
  516. "license": "MIT",
  517. "optional": true,
  518. "os": [
  519. "aix"
  520. ],
  521. "engines": {
  522. "node": ">=18"
  523. }
  524. },
  525. "node_modules/@esbuild/android-arm": {
  526. "version": "0.27.7",
  527. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.7.tgz",
  528. "integrity": "sha512-jbPXvB4Yj2yBV7HUfE2KHe4GJX51QplCN1pGbYjvsyCZbQmies29EoJbkEc+vYuU5o45AfQn37vZlyXy4YJ8RQ==",
  529. "cpu": [
  530. "arm"
  531. ],
  532. "license": "MIT",
  533. "optional": true,
  534. "os": [
  535. "android"
  536. ],
  537. "engines": {
  538. "node": ">=18"
  539. }
  540. },
  541. "node_modules/@esbuild/android-arm64": {
  542. "version": "0.27.7",
  543. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.7.tgz",
  544. "integrity": "sha512-62dPZHpIXzvChfvfLJow3q5dDtiNMkwiRzPylSCfriLvZeq0a1bWChrGx/BbUbPwOrsWKMn8idSllklzBy+dgQ==",
  545. "cpu": [
  546. "arm64"
  547. ],
  548. "license": "MIT",
  549. "optional": true,
  550. "os": [
  551. "android"
  552. ],
  553. "engines": {
  554. "node": ">=18"
  555. }
  556. },
  557. "node_modules/@esbuild/android-x64": {
  558. "version": "0.27.7",
  559. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.7.tgz",
  560. "integrity": "sha512-x5VpMODneVDb70PYV2VQOmIUUiBtY3D3mPBG8NxVk5CogneYhkR7MmM3yR/uMdITLrC1ml/NV1rj4bMJuy9MCg==",
  561. "cpu": [
  562. "x64"
  563. ],
  564. "license": "MIT",
  565. "optional": true,
  566. "os": [
  567. "android"
  568. ],
  569. "engines": {
  570. "node": ">=18"
  571. }
  572. },
  573. "node_modules/@esbuild/darwin-arm64": {
  574. "version": "0.27.7",
  575. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.7.tgz",
  576. "integrity": "sha512-5lckdqeuBPlKUwvoCXIgI2D9/ABmPq3Rdp7IfL70393YgaASt7tbju3Ac+ePVi3KDH6N2RqePfHnXkaDtY9fkw==",
  577. "cpu": [
  578. "arm64"
  579. ],
  580. "license": "MIT",
  581. "optional": true,
  582. "os": [
  583. "darwin"
  584. ],
  585. "engines": {
  586. "node": ">=18"
  587. }
  588. },
  589. "node_modules/@esbuild/darwin-x64": {
  590. "version": "0.27.7",
  591. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.7.tgz",
  592. "integrity": "sha512-rYnXrKcXuT7Z+WL5K980jVFdvVKhCHhUwid+dDYQpH+qu+TefcomiMAJpIiC2EM3Rjtq0sO3StMV/+3w3MyyqQ==",
  593. "cpu": [
  594. "x64"
  595. ],
  596. "license": "MIT",
  597. "optional": true,
  598. "os": [
  599. "darwin"
  600. ],
  601. "engines": {
  602. "node": ">=18"
  603. }
  604. },
  605. "node_modules/@esbuild/freebsd-arm64": {
  606. "version": "0.27.7",
  607. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.7.tgz",
  608. "integrity": "sha512-B48PqeCsEgOtzME2GbNM2roU29AMTuOIN91dsMO30t+Ydis3z/3Ngoj5hhnsOSSwNzS+6JppqWsuhTp6E82l2w==",
  609. "cpu": [
  610. "arm64"
  611. ],
  612. "license": "MIT",
  613. "optional": true,
  614. "os": [
  615. "freebsd"
  616. ],
  617. "engines": {
  618. "node": ">=18"
  619. }
  620. },
  621. "node_modules/@esbuild/freebsd-x64": {
  622. "version": "0.27.7",
  623. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.7.tgz",
  624. "integrity": "sha512-jOBDK5XEjA4m5IJK3bpAQF9/Lelu/Z9ZcdhTRLf4cajlB+8VEhFFRjWgfy3M1O4rO2GQ/b2dLwCUGpiF/eATNQ==",
  625. "cpu": [
  626. "x64"
  627. ],
  628. "license": "MIT",
  629. "optional": true,
  630. "os": [
  631. "freebsd"
  632. ],
  633. "engines": {
  634. "node": ">=18"
  635. }
  636. },
  637. "node_modules/@esbuild/linux-arm": {
  638. "version": "0.27.7",
  639. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.7.tgz",
  640. "integrity": "sha512-RkT/YXYBTSULo3+af8Ib0ykH8u2MBh57o7q/DAs3lTJlyVQkgQvlrPTnjIzzRPQyavxtPtfg0EopvDyIt0j1rA==",
  641. "cpu": [
  642. "arm"
  643. ],
  644. "license": "MIT",
  645. "optional": true,
  646. "os": [
  647. "linux"
  648. ],
  649. "engines": {
  650. "node": ">=18"
  651. }
  652. },
  653. "node_modules/@esbuild/linux-arm64": {
  654. "version": "0.27.7",
  655. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.7.tgz",
  656. "integrity": "sha512-RZPHBoxXuNnPQO9rvjh5jdkRmVizktkT7TCDkDmQ0W2SwHInKCAV95GRuvdSvA7w4VMwfCjUiPwDi0ZO6Nfe9A==",
  657. "cpu": [
  658. "arm64"
  659. ],
  660. "license": "MIT",
  661. "optional": true,
  662. "os": [
  663. "linux"
  664. ],
  665. "engines": {
  666. "node": ">=18"
  667. }
  668. },
  669. "node_modules/@esbuild/linux-ia32": {
  670. "version": "0.27.7",
  671. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.7.tgz",
  672. "integrity": "sha512-GA48aKNkyQDbd3KtkplYWT102C5sn/EZTY4XROkxONgruHPU72l+gW+FfF8tf2cFjeHaRbWpOYa/uRBz/Xq1Pg==",
  673. "cpu": [
  674. "ia32"
  675. ],
  676. "license": "MIT",
  677. "optional": true,
  678. "os": [
  679. "linux"
  680. ],
  681. "engines": {
  682. "node": ">=18"
  683. }
  684. },
  685. "node_modules/@esbuild/linux-loong64": {
  686. "version": "0.27.7",
  687. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.7.tgz",
  688. "integrity": "sha512-a4POruNM2oWsD4WKvBSEKGIiWQF8fZOAsycHOt6JBpZ+JN2n2JH9WAv56SOyu9X5IqAjqSIPTaJkqN8F7XOQ5Q==",
  689. "cpu": [
  690. "loong64"
  691. ],
  692. "license": "MIT",
  693. "optional": true,
  694. "os": [
  695. "linux"
  696. ],
  697. "engines": {
  698. "node": ">=18"
  699. }
  700. },
  701. "node_modules/@esbuild/linux-mips64el": {
  702. "version": "0.27.7",
  703. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.7.tgz",
  704. "integrity": "sha512-KabT5I6StirGfIz0FMgl1I+R1H73Gp0ofL9A3nG3i/cYFJzKHhouBV5VWK1CSgKvVaG4q1RNpCTR2LuTVB3fIw==",
  705. "cpu": [
  706. "mips64el"
  707. ],
  708. "license": "MIT",
  709. "optional": true,
  710. "os": [
  711. "linux"
  712. ],
  713. "engines": {
  714. "node": ">=18"
  715. }
  716. },
  717. "node_modules/@esbuild/linux-ppc64": {
  718. "version": "0.27.7",
  719. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.7.tgz",
  720. "integrity": "sha512-gRsL4x6wsGHGRqhtI+ifpN/vpOFTQtnbsupUF5R5YTAg+y/lKelYR1hXbnBdzDjGbMYjVJLJTd2OFmMewAgwlQ==",
  721. "cpu": [
  722. "ppc64"
  723. ],
  724. "license": "MIT",
  725. "optional": true,
  726. "os": [
  727. "linux"
  728. ],
  729. "engines": {
  730. "node": ">=18"
  731. }
  732. },
  733. "node_modules/@esbuild/linux-riscv64": {
  734. "version": "0.27.7",
  735. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.7.tgz",
  736. "integrity": "sha512-hL25LbxO1QOngGzu2U5xeXtxXcW+/GvMN3ejANqXkxZ/opySAZMrc+9LY/WyjAan41unrR3YrmtTsUpwT66InQ==",
  737. "cpu": [
  738. "riscv64"
  739. ],
  740. "license": "MIT",
  741. "optional": true,
  742. "os": [
  743. "linux"
  744. ],
  745. "engines": {
  746. "node": ">=18"
  747. }
  748. },
  749. "node_modules/@esbuild/linux-s390x": {
  750. "version": "0.27.7",
  751. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.7.tgz",
  752. "integrity": "sha512-2k8go8Ycu1Kb46vEelhu1vqEP+UeRVj2zY1pSuPdgvbd5ykAw82Lrro28vXUrRmzEsUV0NzCf54yARIK8r0fdw==",
  753. "cpu": [
  754. "s390x"
  755. ],
  756. "license": "MIT",
  757. "optional": true,
  758. "os": [
  759. "linux"
  760. ],
  761. "engines": {
  762. "node": ">=18"
  763. }
  764. },
  765. "node_modules/@esbuild/linux-x64": {
  766. "version": "0.27.7",
  767. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.7.tgz",
  768. "integrity": "sha512-hzznmADPt+OmsYzw1EE33ccA+HPdIqiCRq7cQeL1Jlq2gb1+OyWBkMCrYGBJ+sxVzve2ZJEVeePbLM2iEIZSxA==",
  769. "cpu": [
  770. "x64"
  771. ],
  772. "license": "MIT",
  773. "optional": true,
  774. "os": [
  775. "linux"
  776. ],
  777. "engines": {
  778. "node": ">=18"
  779. }
  780. },
  781. "node_modules/@esbuild/netbsd-arm64": {
  782. "version": "0.27.7",
  783. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.7.tgz",
  784. "integrity": "sha512-b6pqtrQdigZBwZxAn1UpazEisvwaIDvdbMbmrly7cDTMFnw/+3lVxxCTGOrkPVnsYIosJJXAsILG9XcQS+Yu6w==",
  785. "cpu": [
  786. "arm64"
  787. ],
  788. "license": "MIT",
  789. "optional": true,
  790. "os": [
  791. "netbsd"
  792. ],
  793. "engines": {
  794. "node": ">=18"
  795. }
  796. },
  797. "node_modules/@esbuild/netbsd-x64": {
  798. "version": "0.27.7",
  799. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.7.tgz",
  800. "integrity": "sha512-OfatkLojr6U+WN5EDYuoQhtM+1xco+/6FSzJJnuWiUw5eVcicbyK3dq5EeV/QHT1uy6GoDhGbFpprUiHUYggrw==",
  801. "cpu": [
  802. "x64"
  803. ],
  804. "license": "MIT",
  805. "optional": true,
  806. "os": [
  807. "netbsd"
  808. ],
  809. "engines": {
  810. "node": ">=18"
  811. }
  812. },
  813. "node_modules/@esbuild/openbsd-arm64": {
  814. "version": "0.27.7",
  815. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.7.tgz",
  816. "integrity": "sha512-AFuojMQTxAz75Fo8idVcqoQWEHIXFRbOc1TrVcFSgCZtQfSdc1RXgB3tjOn/krRHENUB4j00bfGjyl2mJrU37A==",
  817. "cpu": [
  818. "arm64"
  819. ],
  820. "license": "MIT",
  821. "optional": true,
  822. "os": [
  823. "openbsd"
  824. ],
  825. "engines": {
  826. "node": ">=18"
  827. }
  828. },
  829. "node_modules/@esbuild/openbsd-x64": {
  830. "version": "0.27.7",
  831. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.7.tgz",
  832. "integrity": "sha512-+A1NJmfM8WNDv5CLVQYJ5PshuRm/4cI6WMZRg1by1GwPIQPCTs1GLEUHwiiQGT5zDdyLiRM/l1G0Pv54gvtKIg==",
  833. "cpu": [
  834. "x64"
  835. ],
  836. "license": "MIT",
  837. "optional": true,
  838. "os": [
  839. "openbsd"
  840. ],
  841. "engines": {
  842. "node": ">=18"
  843. }
  844. },
  845. "node_modules/@esbuild/openharmony-arm64": {
  846. "version": "0.27.7",
  847. "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.7.tgz",
  848. "integrity": "sha512-+KrvYb/C8zA9CU/g0sR6w2RBw7IGc5J2BPnc3dYc5VJxHCSF1yNMxTV5LQ7GuKteQXZtspjFbiuW5/dOj7H4Yw==",
  849. "cpu": [
  850. "arm64"
  851. ],
  852. "license": "MIT",
  853. "optional": true,
  854. "os": [
  855. "openharmony"
  856. ],
  857. "engines": {
  858. "node": ">=18"
  859. }
  860. },
  861. "node_modules/@esbuild/sunos-x64": {
  862. "version": "0.27.7",
  863. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.7.tgz",
  864. "integrity": "sha512-ikktIhFBzQNt/QDyOL580ti9+5mL/YZeUPKU2ivGtGjdTYoqz6jObj6nOMfhASpS4GU4Q/Clh1QtxWAvcYKamA==",
  865. "cpu": [
  866. "x64"
  867. ],
  868. "license": "MIT",
  869. "optional": true,
  870. "os": [
  871. "sunos"
  872. ],
  873. "engines": {
  874. "node": ">=18"
  875. }
  876. },
  877. "node_modules/@esbuild/win32-arm64": {
  878. "version": "0.27.7",
  879. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.7.tgz",
  880. "integrity": "sha512-7yRhbHvPqSpRUV7Q20VuDwbjW5kIMwTHpptuUzV+AA46kiPze5Z7qgt6CLCK3pWFrHeNfDd1VKgyP4O+ng17CA==",
  881. "cpu": [
  882. "arm64"
  883. ],
  884. "license": "MIT",
  885. "optional": true,
  886. "os": [
  887. "win32"
  888. ],
  889. "engines": {
  890. "node": ">=18"
  891. }
  892. },
  893. "node_modules/@esbuild/win32-ia32": {
  894. "version": "0.27.7",
  895. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.7.tgz",
  896. "integrity": "sha512-SmwKXe6VHIyZYbBLJrhOoCJRB/Z1tckzmgTLfFYOfpMAx63BJEaL9ExI8x7v0oAO3Zh6D/Oi1gVxEYr5oUCFhw==",
  897. "cpu": [
  898. "ia32"
  899. ],
  900. "license": "MIT",
  901. "optional": true,
  902. "os": [
  903. "win32"
  904. ],
  905. "engines": {
  906. "node": ">=18"
  907. }
  908. },
  909. "node_modules/@esbuild/win32-x64": {
  910. "version": "0.27.7",
  911. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.7.tgz",
  912. "integrity": "sha512-56hiAJPhwQ1R4i+21FVF7V8kSD5zZTdHcVuRFMW0hn753vVfQN8xlx4uOPT4xoGH0Z/oVATuR82AiqSTDIpaHg==",
  913. "cpu": [
  914. "x64"
  915. ],
  916. "license": "MIT",
  917. "optional": true,
  918. "os": [
  919. "win32"
  920. ],
  921. "engines": {
  922. "node": ">=18"
  923. }
  924. },
  925. "node_modules/@ioredis/commands": {
  926. "version": "1.5.1",
  927. "resolved": "https://registry.npmjs.org/@ioredis/commands/-/commands-1.5.1.tgz",
  928. "integrity": "sha512-JH8ZL/ywcJyR9MmJ5BNqZllXNZQqQbnVZOqpPQqE1vHiFgAw4NHbvE0FOduNU8IX9babitBT46571OnPTT0Zcw==",
  929. "license": "MIT"
  930. },
  931. "node_modules/@isaacs/cliui": {
  932. "version": "8.0.2",
  933. "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
  934. "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
  935. "license": "ISC",
  936. "dependencies": {
  937. "string-width": "^5.1.2",
  938. "string-width-cjs": "npm:string-width@^4.2.0",
  939. "strip-ansi": "^7.0.1",
  940. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  941. "wrap-ansi": "^8.1.0",
  942. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  943. },
  944. "engines": {
  945. "node": ">=12"
  946. }
  947. },
  948. "node_modules/@isaacs/cliui/node_modules/emoji-regex": {
  949. "version": "9.2.2",
  950. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
  951. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
  952. "license": "MIT"
  953. },
  954. "node_modules/@isaacs/cliui/node_modules/string-width": {
  955. "version": "5.1.2",
  956. "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
  957. "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
  958. "license": "MIT",
  959. "dependencies": {
  960. "eastasianwidth": "^0.2.0",
  961. "emoji-regex": "^9.2.2",
  962. "strip-ansi": "^7.0.1"
  963. },
  964. "engines": {
  965. "node": ">=12"
  966. },
  967. "funding": {
  968. "url": "https://github.com/sponsors/sindresorhus"
  969. }
  970. },
  971. "node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
  972. "version": "8.1.0",
  973. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
  974. "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
  975. "license": "MIT",
  976. "dependencies": {
  977. "ansi-styles": "^6.1.0",
  978. "string-width": "^5.0.1",
  979. "strip-ansi": "^7.0.1"
  980. },
  981. "engines": {
  982. "node": ">=12"
  983. },
  984. "funding": {
  985. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  986. }
  987. },
  988. "node_modules/@isaacs/fs-minipass": {
  989. "version": "4.0.1",
  990. "resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz",
  991. "integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==",
  992. "license": "ISC",
  993. "dependencies": {
  994. "minipass": "^7.0.4"
  995. },
  996. "engines": {
  997. "node": ">=18.0.0"
  998. }
  999. },
  1000. "node_modules/@jridgewell/gen-mapping": {
  1001. "version": "0.3.13",
  1002. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  1003. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  1004. "license": "MIT",
  1005. "dependencies": {
  1006. "@jridgewell/sourcemap-codec": "^1.5.0",
  1007. "@jridgewell/trace-mapping": "^0.3.24"
  1008. }
  1009. },
  1010. "node_modules/@jridgewell/remapping": {
  1011. "version": "2.3.5",
  1012. "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  1013. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  1014. "license": "MIT",
  1015. "dependencies": {
  1016. "@jridgewell/gen-mapping": "^0.3.5",
  1017. "@jridgewell/trace-mapping": "^0.3.24"
  1018. }
  1019. },
  1020. "node_modules/@jridgewell/resolve-uri": {
  1021. "version": "3.1.2",
  1022. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  1023. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  1024. "license": "MIT",
  1025. "engines": {
  1026. "node": ">=6.0.0"
  1027. }
  1028. },
  1029. "node_modules/@jridgewell/source-map": {
  1030. "version": "0.3.11",
  1031. "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.11.tgz",
  1032. "integrity": "sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==",
  1033. "license": "MIT",
  1034. "dependencies": {
  1035. "@jridgewell/gen-mapping": "^0.3.5",
  1036. "@jridgewell/trace-mapping": "^0.3.25"
  1037. }
  1038. },
  1039. "node_modules/@jridgewell/sourcemap-codec": {
  1040. "version": "1.5.5",
  1041. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  1042. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  1043. "license": "MIT"
  1044. },
  1045. "node_modules/@jridgewell/trace-mapping": {
  1046. "version": "0.3.31",
  1047. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  1048. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  1049. "license": "MIT",
  1050. "dependencies": {
  1051. "@jridgewell/resolve-uri": "^3.1.0",
  1052. "@jridgewell/sourcemap-codec": "^1.4.14"
  1053. }
  1054. },
  1055. "node_modules/@kwsites/file-exists": {
  1056. "version": "1.1.1",
  1057. "resolved": "https://registry.npmjs.org/@kwsites/file-exists/-/file-exists-1.1.1.tgz",
  1058. "integrity": "sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==",
  1059. "license": "MIT",
  1060. "dependencies": {
  1061. "debug": "^4.1.1"
  1062. }
  1063. },
  1064. "node_modules/@kwsites/promise-deferred": {
  1065. "version": "1.1.1",
  1066. "resolved": "https://registry.npmjs.org/@kwsites/promise-deferred/-/promise-deferred-1.1.1.tgz",
  1067. "integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==",
  1068. "license": "MIT"
  1069. },
  1070. "node_modules/@mapbox/node-pre-gyp": {
  1071. "version": "2.0.3",
  1072. "resolved": "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-2.0.3.tgz",
  1073. "integrity": "sha512-uwPAhccfFJlsfCxMYTwOdVfOz3xqyj8xYL3zJj8f0pb30tLohnnFPhLuqp4/qoEz8sNxe4SESZedcBojRefIzg==",
  1074. "license": "BSD-3-Clause",
  1075. "dependencies": {
  1076. "consola": "^3.2.3",
  1077. "detect-libc": "^2.0.0",
  1078. "https-proxy-agent": "^7.0.5",
  1079. "node-fetch": "^2.6.7",
  1080. "nopt": "^8.0.0",
  1081. "semver": "^7.5.3",
  1082. "tar": "^7.4.0"
  1083. },
  1084. "bin": {
  1085. "node-pre-gyp": "bin/node-pre-gyp"
  1086. },
  1087. "engines": {
  1088. "node": ">=18"
  1089. }
  1090. },
  1091. "node_modules/@napi-rs/wasm-runtime": {
  1092. "version": "1.1.3",
  1093. "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.3.tgz",
  1094. "integrity": "sha512-xK9sGVbJWYb08+mTJt3/YV24WxvxpXcXtP6B172paPZ+Ts69Re9dAr7lKwJoeIx8OoeuimEiRZ7umkiUVClmmQ==",
  1095. "license": "MIT",
  1096. "optional": true,
  1097. "dependencies": {
  1098. "@tybys/wasm-util": "^0.10.1"
  1099. },
  1100. "funding": {
  1101. "type": "github",
  1102. "url": "https://github.com/sponsors/Brooooooklyn"
  1103. },
  1104. "peerDependencies": {
  1105. "@emnapi/core": "^1.7.1",
  1106. "@emnapi/runtime": "^1.7.1"
  1107. }
  1108. },
  1109. "node_modules/@nodelib/fs.scandir": {
  1110. "version": "2.1.5",
  1111. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  1112. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  1113. "license": "MIT",
  1114. "dependencies": {
  1115. "@nodelib/fs.stat": "2.0.5",
  1116. "run-parallel": "^1.1.9"
  1117. },
  1118. "engines": {
  1119. "node": ">= 8"
  1120. }
  1121. },
  1122. "node_modules/@nodelib/fs.stat": {
  1123. "version": "2.0.5",
  1124. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  1125. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  1126. "license": "MIT",
  1127. "engines": {
  1128. "node": ">= 8"
  1129. }
  1130. },
  1131. "node_modules/@nodelib/fs.walk": {
  1132. "version": "1.2.8",
  1133. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  1134. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  1135. "license": "MIT",
  1136. "dependencies": {
  1137. "@nodelib/fs.scandir": "2.1.5",
  1138. "fastq": "^1.6.0"
  1139. },
  1140. "engines": {
  1141. "node": ">= 8"
  1142. }
  1143. },
  1144. "node_modules/@nuxt/cli": {
  1145. "version": "3.34.0",
  1146. "resolved": "https://registry.npmjs.org/@nuxt/cli/-/cli-3.34.0.tgz",
  1147. "integrity": "sha512-KVI4xSo96UtUUbmxr9ouWTytbj1LzTw5alsM4vC/gSY/l8kPMRAlq0XpNSAVTDJyALzLY70WhaIMX24LJLpdFw==",
  1148. "license": "MIT",
  1149. "dependencies": {
  1150. "@bomb.sh/tab": "^0.0.14",
  1151. "@clack/prompts": "^1.1.0",
  1152. "c12": "^3.3.3",
  1153. "citty": "^0.2.1",
  1154. "confbox": "^0.2.4",
  1155. "consola": "^3.4.2",
  1156. "debug": "^4.4.3",
  1157. "defu": "^6.1.4",
  1158. "exsolve": "^1.0.8",
  1159. "fuse.js": "^7.1.0",
  1160. "fzf": "^0.5.2",
  1161. "giget": "^3.1.2",
  1162. "jiti": "^2.6.1",
  1163. "listhen": "^1.9.0",
  1164. "nypm": "^0.6.5",
  1165. "ofetch": "^1.5.1",
  1166. "ohash": "^2.0.11",
  1167. "pathe": "^2.0.3",
  1168. "perfect-debounce": "^2.1.0",
  1169. "pkg-types": "^2.3.0",
  1170. "scule": "^1.3.0",
  1171. "semver": "^7.7.4",
  1172. "srvx": "^0.11.9",
  1173. "std-env": "^3.10.0",
  1174. "tinyclip": "^0.1.12",
  1175. "tinyexec": "^1.0.2",
  1176. "ufo": "^1.6.3",
  1177. "youch": "^4.1.0"
  1178. },
  1179. "bin": {
  1180. "nuxi": "bin/nuxi.mjs",
  1181. "nuxi-ng": "bin/nuxi.mjs",
  1182. "nuxt": "bin/nuxi.mjs",
  1183. "nuxt-cli": "bin/nuxi.mjs"
  1184. },
  1185. "engines": {
  1186. "node": "^16.14.0 || >=18.0.0"
  1187. },
  1188. "peerDependencies": {
  1189. "@nuxt/schema": "^4.3.1"
  1190. },
  1191. "peerDependenciesMeta": {
  1192. "@nuxt/schema": {
  1193. "optional": true
  1194. }
  1195. }
  1196. },
  1197. "node_modules/@nuxt/cli/node_modules/std-env": {
  1198. "version": "3.10.0",
  1199. "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.10.0.tgz",
  1200. "integrity": "sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==",
  1201. "license": "MIT"
  1202. },
  1203. "node_modules/@nuxt/devalue": {
  1204. "version": "2.0.2",
  1205. "resolved": "https://registry.npmjs.org/@nuxt/devalue/-/devalue-2.0.2.tgz",
  1206. "integrity": "sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA==",
  1207. "license": "MIT"
  1208. },
  1209. "node_modules/@nuxt/devtools": {
  1210. "version": "3.2.4",
  1211. "resolved": "https://registry.npmjs.org/@nuxt/devtools/-/devtools-3.2.4.tgz",
  1212. "integrity": "sha512-VPbFy7hlPzWpEZk4BsuVpNuHq1ZYGV9xezjb7/NGuePuNLqeNn74YZugU+PCtva7OwKhEeTXmMK0Mqo/6+nwNA==",
  1213. "license": "MIT",
  1214. "dependencies": {
  1215. "@nuxt/devtools-kit": "3.2.4",
  1216. "@nuxt/devtools-wizard": "3.2.4",
  1217. "@nuxt/kit": "^4.4.2",
  1218. "@vue/devtools-core": "^8.1.0",
  1219. "@vue/devtools-kit": "^8.1.0",
  1220. "birpc": "^4.0.0",
  1221. "consola": "^3.4.2",
  1222. "destr": "^2.0.5",
  1223. "error-stack-parser-es": "^1.0.5",
  1224. "execa": "^8.0.1",
  1225. "fast-npm-meta": "^1.4.2",
  1226. "get-port-please": "^3.2.0",
  1227. "hookable": "^6.1.0",
  1228. "image-meta": "^0.2.2",
  1229. "is-installed-globally": "^1.0.0",
  1230. "launch-editor": "^2.13.1",
  1231. "local-pkg": "^1.1.2",
  1232. "magicast": "^0.5.2",
  1233. "nypm": "^0.6.5",
  1234. "ohash": "^2.0.11",
  1235. "pathe": "^2.0.3",
  1236. "perfect-debounce": "^2.1.0",
  1237. "pkg-types": "^2.3.0",
  1238. "semver": "^7.7.4",
  1239. "simple-git": "^3.33.0",
  1240. "sirv": "^3.0.2",
  1241. "structured-clone-es": "^2.0.0",
  1242. "tinyglobby": "^0.2.15",
  1243. "vite-plugin-inspect": "^11.3.3",
  1244. "vite-plugin-vue-tracer": "^1.3.0",
  1245. "which": "^6.0.1",
  1246. "ws": "^8.19.0"
  1247. },
  1248. "bin": {
  1249. "devtools": "cli.mjs"
  1250. },
  1251. "peerDependencies": {
  1252. "@vitejs/devtools": "*",
  1253. "vite": ">=6.0"
  1254. },
  1255. "peerDependenciesMeta": {
  1256. "@vitejs/devtools": {
  1257. "optional": true
  1258. }
  1259. }
  1260. },
  1261. "node_modules/@nuxt/devtools-kit": {
  1262. "version": "3.2.4",
  1263. "resolved": "https://registry.npmjs.org/@nuxt/devtools-kit/-/devtools-kit-3.2.4.tgz",
  1264. "integrity": "sha512-Yxy2Xgmq5hf3dQy983V0xh0OJV2mYwRZz9eVIGc3EaribdFGPDNGMMbYqX9qCty3Pbxn/bCF3J0UyPaNlHVayQ==",
  1265. "license": "MIT",
  1266. "dependencies": {
  1267. "@nuxt/kit": "^4.4.2",
  1268. "execa": "^8.0.1"
  1269. },
  1270. "peerDependencies": {
  1271. "vite": ">=6.0"
  1272. }
  1273. },
  1274. "node_modules/@nuxt/devtools-wizard": {
  1275. "version": "3.2.4",
  1276. "resolved": "https://registry.npmjs.org/@nuxt/devtools-wizard/-/devtools-wizard-3.2.4.tgz",
  1277. "integrity": "sha512-5tu2+Quu9XTxwtpzM8CUN0UKn/bzZIfJcoGd+at5Yy1RiUQJ4E52tRK0idW1rMSUDkbkvX3dSnu8Tpj7SAtWdQ==",
  1278. "license": "MIT",
  1279. "dependencies": {
  1280. "@clack/prompts": "^1.1.0",
  1281. "consola": "^3.4.2",
  1282. "diff": "^8.0.3",
  1283. "execa": "^8.0.1",
  1284. "magicast": "^0.5.2",
  1285. "pathe": "^2.0.3",
  1286. "pkg-types": "^2.3.0",
  1287. "semver": "^7.7.4"
  1288. },
  1289. "bin": {
  1290. "devtools-wizard": "cli.mjs"
  1291. }
  1292. },
  1293. "node_modules/@nuxt/kit": {
  1294. "version": "4.4.2",
  1295. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-4.4.2.tgz",
  1296. "integrity": "sha512-5+IPRNX2CjkBhuWUwz0hBuLqiaJPRoKzQ+SvcdrQDbAyE+VDeFt74VpSFr5/R0ujrK4b+XnSHUJWdS72w6hsog==",
  1297. "license": "MIT",
  1298. "peer": true,
  1299. "dependencies": {
  1300. "c12": "^3.3.3",
  1301. "consola": "^3.4.2",
  1302. "defu": "^6.1.4",
  1303. "destr": "^2.0.5",
  1304. "errx": "^0.1.0",
  1305. "exsolve": "^1.0.8",
  1306. "ignore": "^7.0.5",
  1307. "jiti": "^2.6.1",
  1308. "klona": "^2.0.6",
  1309. "mlly": "^1.8.1",
  1310. "ohash": "^2.0.11",
  1311. "pathe": "^2.0.3",
  1312. "pkg-types": "^2.3.0",
  1313. "rc9": "^3.0.0",
  1314. "scule": "^1.3.0",
  1315. "semver": "^7.7.4",
  1316. "tinyglobby": "^0.2.15",
  1317. "ufo": "^1.6.3",
  1318. "unctx": "^2.5.0",
  1319. "untyped": "^2.0.0"
  1320. },
  1321. "engines": {
  1322. "node": ">=18.12.0"
  1323. }
  1324. },
  1325. "node_modules/@nuxt/nitro-server": {
  1326. "version": "4.4.2",
  1327. "resolved": "https://registry.npmjs.org/@nuxt/nitro-server/-/nitro-server-4.4.2.tgz",
  1328. "integrity": "sha512-iMTfraWcpA0MuEnnEI8JFK/4DODY4ss1CfB8m3sBVOqW9jpY1Z6hikxzrtN+CadtepW2aOI5d8TdX5hab+Sb4Q==",
  1329. "license": "MIT",
  1330. "dependencies": {
  1331. "@babel/plugin-syntax-typescript": "^7.28.6",
  1332. "@nuxt/devalue": "^2.0.2",
  1333. "@nuxt/kit": "4.4.2",
  1334. "@unhead/vue": "^2.1.12",
  1335. "@vue/shared": "^3.5.30",
  1336. "consola": "^3.4.2",
  1337. "defu": "^6.1.4",
  1338. "destr": "^2.0.5",
  1339. "devalue": "^5.6.3",
  1340. "errx": "^0.1.0",
  1341. "escape-string-regexp": "^5.0.0",
  1342. "exsolve": "^1.0.8",
  1343. "h3": "^1.15.6",
  1344. "impound": "^1.1.5",
  1345. "klona": "^2.0.6",
  1346. "mocked-exports": "^0.1.1",
  1347. "nitropack": "^2.13.1",
  1348. "nypm": "^0.6.5",
  1349. "ohash": "^2.0.11",
  1350. "pathe": "^2.0.3",
  1351. "pkg-types": "^2.3.0",
  1352. "rou3": "^0.8.1",
  1353. "std-env": "^4.0.0",
  1354. "ufo": "^1.6.3",
  1355. "unctx": "^2.5.0",
  1356. "unstorage": "^1.17.4",
  1357. "vue": "^3.5.30",
  1358. "vue-bundle-renderer": "^2.2.0",
  1359. "vue-devtools-stub": "^0.1.0"
  1360. },
  1361. "engines": {
  1362. "node": "^20.19.0 || >=22.12.0"
  1363. },
  1364. "peerDependencies": {
  1365. "@babel/plugin-proposal-decorators": "^7.25.0",
  1366. "@rollup/plugin-babel": "^6.0.0 || ^7.0.0",
  1367. "nuxt": "^4.4.2"
  1368. },
  1369. "peerDependenciesMeta": {
  1370. "@babel/plugin-proposal-decorators": {
  1371. "optional": true
  1372. },
  1373. "@rollup/plugin-babel": {
  1374. "optional": true
  1375. }
  1376. }
  1377. },
  1378. "node_modules/@nuxt/schema": {
  1379. "version": "4.4.2",
  1380. "resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-4.4.2.tgz",
  1381. "integrity": "sha512-/q6C7Qhiricgi+PKR7ovBnJlKTL0memCbA1CzRT+itCW/oeYzUfeMdQ35mGntlBoyRPNrMXbzuSUhfDbSCU57w==",
  1382. "license": "MIT",
  1383. "peer": true,
  1384. "dependencies": {
  1385. "@vue/shared": "^3.5.30",
  1386. "defu": "^6.1.4",
  1387. "pathe": "^2.0.3",
  1388. "pkg-types": "^2.3.0",
  1389. "std-env": "^4.0.0"
  1390. },
  1391. "engines": {
  1392. "node": "^14.18.0 || >=16.10.0"
  1393. }
  1394. },
  1395. "node_modules/@nuxt/telemetry": {
  1396. "version": "2.8.0",
  1397. "resolved": "https://registry.npmjs.org/@nuxt/telemetry/-/telemetry-2.8.0.tgz",
  1398. "integrity": "sha512-zAwXY24KYvpLTmiV+osagd2EHkfs5IF+7oDZYTQoit5r0kPlwaCNlzHp5I/wUAWT4LBw6lG8gZ6bWidAdv/erQ==",
  1399. "license": "MIT",
  1400. "dependencies": {
  1401. "citty": "^0.2.1",
  1402. "consola": "^3.4.2",
  1403. "ofetch": "^2.0.0-alpha.3",
  1404. "rc9": "^3.0.0",
  1405. "std-env": "^4.0.0"
  1406. },
  1407. "bin": {
  1408. "nuxt-telemetry": "bin/nuxt-telemetry.mjs"
  1409. },
  1410. "engines": {
  1411. "node": ">=18.12.0"
  1412. },
  1413. "peerDependencies": {
  1414. "@nuxt/kit": ">=3.0.0"
  1415. }
  1416. },
  1417. "node_modules/@nuxt/telemetry/node_modules/ofetch": {
  1418. "version": "2.0.0-alpha.3",
  1419. "resolved": "https://registry.npmjs.org/ofetch/-/ofetch-2.0.0-alpha.3.tgz",
  1420. "integrity": "sha512-zpYTCs2byOuft65vI3z43Dd6iSdFbOZZLb9/d21aCpx2rGastVU9dOCv0lu4ykc1Ur1anAYjDi3SUvR0vq50JA==",
  1421. "license": "MIT"
  1422. },
  1423. "node_modules/@nuxt/vite-builder": {
  1424. "version": "4.4.2",
  1425. "resolved": "https://registry.npmjs.org/@nuxt/vite-builder/-/vite-builder-4.4.2.tgz",
  1426. "integrity": "sha512-fJaIwMA8ID6BU5EqmoDvnhq4qYDJeWjdHk4jfqy8D3Nm7CoUW0BvX7Ee92XoO05rtUiClGlk/NQ1Ii8hs3ZIbw==",
  1427. "license": "MIT",
  1428. "dependencies": {
  1429. "@nuxt/kit": "4.4.2",
  1430. "@rollup/plugin-replace": "^6.0.3",
  1431. "@vitejs/plugin-vue": "^6.0.4",
  1432. "@vitejs/plugin-vue-jsx": "^5.1.4",
  1433. "autoprefixer": "^10.4.27",
  1434. "consola": "^3.4.2",
  1435. "cssnano": "^7.1.3",
  1436. "defu": "^6.1.4",
  1437. "escape-string-regexp": "^5.0.0",
  1438. "exsolve": "^1.0.8",
  1439. "get-port-please": "^3.2.0",
  1440. "jiti": "^2.6.1",
  1441. "knitwork": "^1.3.0",
  1442. "magic-string": "^0.30.21",
  1443. "mlly": "^1.8.1",
  1444. "mocked-exports": "^0.1.1",
  1445. "nypm": "^0.6.5",
  1446. "pathe": "^2.0.3",
  1447. "pkg-types": "^2.3.0",
  1448. "postcss": "^8.5.8",
  1449. "seroval": "^1.5.1",
  1450. "std-env": "^4.0.0",
  1451. "ufo": "^1.6.3",
  1452. "unenv": "^2.0.0-rc.24",
  1453. "vite": "^7.3.1",
  1454. "vite-node": "^5.3.0",
  1455. "vite-plugin-checker": "^0.12.0",
  1456. "vue-bundle-renderer": "^2.2.0"
  1457. },
  1458. "engines": {
  1459. "node": "^20.19.0 || >=22.12.0"
  1460. },
  1461. "peerDependencies": {
  1462. "@babel/plugin-proposal-decorators": "^7.25.0",
  1463. "@babel/plugin-syntax-jsx": "^7.25.0",
  1464. "nuxt": "4.4.2",
  1465. "rolldown": "^1.0.0-beta.38",
  1466. "rollup-plugin-visualizer": "^6.0.0 || ^7.0.1",
  1467. "vue": "^3.3.4"
  1468. },
  1469. "peerDependenciesMeta": {
  1470. "@babel/plugin-proposal-decorators": {
  1471. "optional": true
  1472. },
  1473. "@babel/plugin-syntax-jsx": {
  1474. "optional": true
  1475. },
  1476. "rolldown": {
  1477. "optional": true
  1478. },
  1479. "rollup-plugin-visualizer": {
  1480. "optional": true
  1481. }
  1482. }
  1483. },
  1484. "node_modules/@oxc-minify/binding-android-arm-eabi": {
  1485. "version": "0.117.0",
  1486. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-android-arm-eabi/-/binding-android-arm-eabi-0.117.0.tgz",
  1487. "integrity": "sha512-5Hf2KsGRjxp3HnPU/mse7cQJa5tWfMFUPZQcgSMVsv2JZnGFFOIDzA0Oja2KDD+VPJqMpEJKc2dCHAGZgJxsGg==",
  1488. "cpu": [
  1489. "arm"
  1490. ],
  1491. "license": "MIT",
  1492. "optional": true,
  1493. "os": [
  1494. "android"
  1495. ],
  1496. "engines": {
  1497. "node": "^20.19.0 || >=22.12.0"
  1498. }
  1499. },
  1500. "node_modules/@oxc-minify/binding-android-arm64": {
  1501. "version": "0.117.0",
  1502. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-android-arm64/-/binding-android-arm64-0.117.0.tgz",
  1503. "integrity": "sha512-uuxGwxA5J4Sap+gz4nxyM/rer6q2A4X1Oe8HpE0CZQyb5cSBULQ15btZiVG3xOBctI5O+c2dwR1aZAP4oGKcLw==",
  1504. "cpu": [
  1505. "arm64"
  1506. ],
  1507. "license": "MIT",
  1508. "optional": true,
  1509. "os": [
  1510. "android"
  1511. ],
  1512. "engines": {
  1513. "node": "^20.19.0 || >=22.12.0"
  1514. }
  1515. },
  1516. "node_modules/@oxc-minify/binding-darwin-arm64": {
  1517. "version": "0.117.0",
  1518. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-darwin-arm64/-/binding-darwin-arm64-0.117.0.tgz",
  1519. "integrity": "sha512-lLBf75cxUSLydumToKtGTwbLqO/1urScblJ33Vx0uF38M2ZbL2x51AybBV5vlfLjYNrxvQ8ov0Bj/OhsVO/biA==",
  1520. "cpu": [
  1521. "arm64"
  1522. ],
  1523. "license": "MIT",
  1524. "optional": true,
  1525. "os": [
  1526. "darwin"
  1527. ],
  1528. "engines": {
  1529. "node": "^20.19.0 || >=22.12.0"
  1530. }
  1531. },
  1532. "node_modules/@oxc-minify/binding-darwin-x64": {
  1533. "version": "0.117.0",
  1534. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-darwin-x64/-/binding-darwin-x64-0.117.0.tgz",
  1535. "integrity": "sha512-wBWwP1voLZMuN4hpe1HRtkPBd4/o/1qan5XssmmI/hewBvGHEHkyvVLS0zu+cKqXDxYzYvb/p+EqU+xSXhEl4A==",
  1536. "cpu": [
  1537. "x64"
  1538. ],
  1539. "license": "MIT",
  1540. "optional": true,
  1541. "os": [
  1542. "darwin"
  1543. ],
  1544. "engines": {
  1545. "node": "^20.19.0 || >=22.12.0"
  1546. }
  1547. },
  1548. "node_modules/@oxc-minify/binding-freebsd-x64": {
  1549. "version": "0.117.0",
  1550. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-freebsd-x64/-/binding-freebsd-x64-0.117.0.tgz",
  1551. "integrity": "sha512-pYSacHw698oH2vb70iP1cHk6x0zhvAuOvdskvNtEqvfziu8MSjKXa699vA9Cx72+DH5rwVuj1I3f+7no2fWglA==",
  1552. "cpu": [
  1553. "x64"
  1554. ],
  1555. "license": "MIT",
  1556. "optional": true,
  1557. "os": [
  1558. "freebsd"
  1559. ],
  1560. "engines": {
  1561. "node": "^20.19.0 || >=22.12.0"
  1562. }
  1563. },
  1564. "node_modules/@oxc-minify/binding-linux-arm-gnueabihf": {
  1565. "version": "0.117.0",
  1566. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.117.0.tgz",
  1567. "integrity": "sha512-Ugm4Qj7F2+bccjhHCjjnSNHBDPyvjPXWrntID4WJpSrPqt+Az/o0EGdty9sWOjQXRZiTVpa80uqCWZQUn94yTA==",
  1568. "cpu": [
  1569. "arm"
  1570. ],
  1571. "license": "MIT",
  1572. "optional": true,
  1573. "os": [
  1574. "linux"
  1575. ],
  1576. "engines": {
  1577. "node": "^20.19.0 || >=22.12.0"
  1578. }
  1579. },
  1580. "node_modules/@oxc-minify/binding-linux-arm-musleabihf": {
  1581. "version": "0.117.0",
  1582. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.117.0.tgz",
  1583. "integrity": "sha512-qrY6ZviO9wVRI/jl4nRZO4B9os8jaJQemMeWIyFInZNk3lhqihId8iBqMKibJnRaf+JRxLM9j68atXkFRhOHrg==",
  1584. "cpu": [
  1585. "arm"
  1586. ],
  1587. "license": "MIT",
  1588. "optional": true,
  1589. "os": [
  1590. "linux"
  1591. ],
  1592. "engines": {
  1593. "node": "^20.19.0 || >=22.12.0"
  1594. }
  1595. },
  1596. "node_modules/@oxc-minify/binding-linux-arm64-gnu": {
  1597. "version": "0.117.0",
  1598. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.117.0.tgz",
  1599. "integrity": "sha512-2VLJHKEFBRhCihT/8uesuDPhXpbWu1OlHCxqQ7pdFVqKik1Maj5E9oSDcYzxqfaCRStvTHkmLVWJBK5CVcIadg==",
  1600. "cpu": [
  1601. "arm64"
  1602. ],
  1603. "license": "MIT",
  1604. "optional": true,
  1605. "os": [
  1606. "linux"
  1607. ],
  1608. "engines": {
  1609. "node": "^20.19.0 || >=22.12.0"
  1610. }
  1611. },
  1612. "node_modules/@oxc-minify/binding-linux-arm64-musl": {
  1613. "version": "0.117.0",
  1614. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.117.0.tgz",
  1615. "integrity": "sha512-C3zapJconWpl2Y7LR3GkRkH6jxpuV2iVUfkFcHT5Ffn4Zu7l88mZa2dhcfdULZDybN1Phka/P34YUzuskUUrXw==",
  1616. "cpu": [
  1617. "arm64"
  1618. ],
  1619. "license": "MIT",
  1620. "optional": true,
  1621. "os": [
  1622. "linux"
  1623. ],
  1624. "engines": {
  1625. "node": "^20.19.0 || >=22.12.0"
  1626. }
  1627. },
  1628. "node_modules/@oxc-minify/binding-linux-ppc64-gnu": {
  1629. "version": "0.117.0",
  1630. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-0.117.0.tgz",
  1631. "integrity": "sha512-2T/Bm+3/qTfuNS4gKSzL8qbiYk+ErHW2122CtDx+ilZAzvWcJ8IbqdZIbEWOlwwe03lESTxPwTBLFqVgQU2OeQ==",
  1632. "cpu": [
  1633. "ppc64"
  1634. ],
  1635. "license": "MIT",
  1636. "optional": true,
  1637. "os": [
  1638. "linux"
  1639. ],
  1640. "engines": {
  1641. "node": "^20.19.0 || >=22.12.0"
  1642. }
  1643. },
  1644. "node_modules/@oxc-minify/binding-linux-riscv64-gnu": {
  1645. "version": "0.117.0",
  1646. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.117.0.tgz",
  1647. "integrity": "sha512-MKLjpldYkeoB4T+yAi4aIAb0waifxUjLcKkCUDmYAY3RqBJTvWK34KtfaKZL0IBMIXfD92CbKkcxQirDUS9Xcg==",
  1648. "cpu": [
  1649. "riscv64"
  1650. ],
  1651. "license": "MIT",
  1652. "optional": true,
  1653. "os": [
  1654. "linux"
  1655. ],
  1656. "engines": {
  1657. "node": "^20.19.0 || >=22.12.0"
  1658. }
  1659. },
  1660. "node_modules/@oxc-minify/binding-linux-riscv64-musl": {
  1661. "version": "0.117.0",
  1662. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-0.117.0.tgz",
  1663. "integrity": "sha512-UFVcbPvKUStry6JffriobBp8BHtjmLLPl4bCY+JMxIn/Q3pykCpZzRwFTcDurG/kY8tm+uSNfKKdRNa5Nh9A7g==",
  1664. "cpu": [
  1665. "riscv64"
  1666. ],
  1667. "license": "MIT",
  1668. "optional": true,
  1669. "os": [
  1670. "linux"
  1671. ],
  1672. "engines": {
  1673. "node": "^20.19.0 || >=22.12.0"
  1674. }
  1675. },
  1676. "node_modules/@oxc-minify/binding-linux-s390x-gnu": {
  1677. "version": "0.117.0",
  1678. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.117.0.tgz",
  1679. "integrity": "sha512-B9GyPQ1NKbvpETVAMyJMfRlD3c6UJ7kiuFUAlx9LTYiQL+YIyT6vpuRlq1zgsXxavZluVrfeJv6x0owV4KDx4Q==",
  1680. "cpu": [
  1681. "s390x"
  1682. ],
  1683. "license": "MIT",
  1684. "optional": true,
  1685. "os": [
  1686. "linux"
  1687. ],
  1688. "engines": {
  1689. "node": "^20.19.0 || >=22.12.0"
  1690. }
  1691. },
  1692. "node_modules/@oxc-minify/binding-linux-x64-gnu": {
  1693. "version": "0.117.0",
  1694. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.117.0.tgz",
  1695. "integrity": "sha512-fXfhtr+WWBGNy4M5GjAF5vu/lpulR4Me34FjTyaK9nDrTZs7LM595UDsP1wliksqp4hD/KdoqHGmbCrC+6d4vA==",
  1696. "cpu": [
  1697. "x64"
  1698. ],
  1699. "license": "MIT",
  1700. "optional": true,
  1701. "os": [
  1702. "linux"
  1703. ],
  1704. "engines": {
  1705. "node": "^20.19.0 || >=22.12.0"
  1706. }
  1707. },
  1708. "node_modules/@oxc-minify/binding-linux-x64-musl": {
  1709. "version": "0.117.0",
  1710. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-x64-musl/-/binding-linux-x64-musl-0.117.0.tgz",
  1711. "integrity": "sha512-jFBgGbx1oLadb83ntJmy1dWlAHSQanXTS21G4PgkxyONmxZdZ/UMKr7KsADzMuoPsd2YhJHxzRpwJd9U+4BFBw==",
  1712. "cpu": [
  1713. "x64"
  1714. ],
  1715. "license": "MIT",
  1716. "optional": true,
  1717. "os": [
  1718. "linux"
  1719. ],
  1720. "engines": {
  1721. "node": "^20.19.0 || >=22.12.0"
  1722. }
  1723. },
  1724. "node_modules/@oxc-minify/binding-openharmony-arm64": {
  1725. "version": "0.117.0",
  1726. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-openharmony-arm64/-/binding-openharmony-arm64-0.117.0.tgz",
  1727. "integrity": "sha512-nxPd9vx1vYz8IlIMdl9HFdOK/ood1H5hzbSFsyO8JU55tkcJoBL8TLCbuFf9pHpOy27l2gcPyV6z3p4eAcTH5Q==",
  1728. "cpu": [
  1729. "arm64"
  1730. ],
  1731. "license": "MIT",
  1732. "optional": true,
  1733. "os": [
  1734. "openharmony"
  1735. ],
  1736. "engines": {
  1737. "node": "^20.19.0 || >=22.12.0"
  1738. }
  1739. },
  1740. "node_modules/@oxc-minify/binding-wasm32-wasi": {
  1741. "version": "0.117.0",
  1742. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-wasm32-wasi/-/binding-wasm32-wasi-0.117.0.tgz",
  1743. "integrity": "sha512-pSvjJ6cCCfEXSteWSiVfZhdRzvpmS3tLhlXrXTYiuTDFrkRCobRP39SRwAzK23rE9i/m2JAaES2xPEW6+xu85g==",
  1744. "cpu": [
  1745. "wasm32"
  1746. ],
  1747. "license": "MIT",
  1748. "optional": true,
  1749. "dependencies": {
  1750. "@napi-rs/wasm-runtime": "^1.1.1"
  1751. },
  1752. "engines": {
  1753. "node": ">=14.0.0"
  1754. }
  1755. },
  1756. "node_modules/@oxc-minify/binding-win32-arm64-msvc": {
  1757. "version": "0.117.0",
  1758. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.117.0.tgz",
  1759. "integrity": "sha512-9NoT9baFrWPdJRIZVQ1jzPZW9TjPT2sbzQyDdoK7uD1V8JXCe1L2y7sp9k2ldZZheaIcmtNwHc7jyD7kYz/0XQ==",
  1760. "cpu": [
  1761. "arm64"
  1762. ],
  1763. "license": "MIT",
  1764. "optional": true,
  1765. "os": [
  1766. "win32"
  1767. ],
  1768. "engines": {
  1769. "node": "^20.19.0 || >=22.12.0"
  1770. }
  1771. },
  1772. "node_modules/@oxc-minify/binding-win32-ia32-msvc": {
  1773. "version": "0.117.0",
  1774. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-0.117.0.tgz",
  1775. "integrity": "sha512-E51LTjkRei5u2dpFiYSObuh+e43xg45qlmilSTd0XDGFdYJCOv62Q0MEn61TR+efQYPNleYwWdTS9t+tp9p/4w==",
  1776. "cpu": [
  1777. "ia32"
  1778. ],
  1779. "license": "MIT",
  1780. "optional": true,
  1781. "os": [
  1782. "win32"
  1783. ],
  1784. "engines": {
  1785. "node": "^20.19.0 || >=22.12.0"
  1786. }
  1787. },
  1788. "node_modules/@oxc-minify/binding-win32-x64-msvc": {
  1789. "version": "0.117.0",
  1790. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.117.0.tgz",
  1791. "integrity": "sha512-I8vniPOxWQdxfIbXNvQLaJ1n8SrnqES6wuiAX10CU72sKsizkds9kDaJ1KzWvDy39RKhTBmD1cJsU2uxPFgizQ==",
  1792. "cpu": [
  1793. "x64"
  1794. ],
  1795. "license": "MIT",
  1796. "optional": true,
  1797. "os": [
  1798. "win32"
  1799. ],
  1800. "engines": {
  1801. "node": "^20.19.0 || >=22.12.0"
  1802. }
  1803. },
  1804. "node_modules/@oxc-parser/binding-android-arm-eabi": {
  1805. "version": "0.117.0",
  1806. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-android-arm-eabi/-/binding-android-arm-eabi-0.117.0.tgz",
  1807. "integrity": "sha512-XarGPJpaobgKjfm7xRfCGWWszuPbm/OeP91NdMhxtcLZ/qLTmWF0P0z0gqmr0Uysi1F1v1BNtcST11THMrcEOw==",
  1808. "cpu": [
  1809. "arm"
  1810. ],
  1811. "license": "MIT",
  1812. "optional": true,
  1813. "os": [
  1814. "android"
  1815. ],
  1816. "engines": {
  1817. "node": "^20.19.0 || >=22.12.0"
  1818. }
  1819. },
  1820. "node_modules/@oxc-parser/binding-android-arm64": {
  1821. "version": "0.117.0",
  1822. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-android-arm64/-/binding-android-arm64-0.117.0.tgz",
  1823. "integrity": "sha512-EPTs2EBijGmyhPso4rXAL0NSpECXER9IaVKFZEv83YcA6h4uhKW47kmYt+OZcSp130zhHx+lTWILDQ/LDkCRNA==",
  1824. "cpu": [
  1825. "arm64"
  1826. ],
  1827. "license": "MIT",
  1828. "optional": true,
  1829. "os": [
  1830. "android"
  1831. ],
  1832. "engines": {
  1833. "node": "^20.19.0 || >=22.12.0"
  1834. }
  1835. },
  1836. "node_modules/@oxc-parser/binding-darwin-arm64": {
  1837. "version": "0.117.0",
  1838. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-darwin-arm64/-/binding-darwin-arm64-0.117.0.tgz",
  1839. "integrity": "sha512-3bAEpyih6r/Kb+Xzn1em1qBMClOS7NsVWgF86k95jpysR5ix/HlKFKSy7cax6PcS96HeHR4kjlME20n/XK1zNg==",
  1840. "cpu": [
  1841. "arm64"
  1842. ],
  1843. "license": "MIT",
  1844. "optional": true,
  1845. "os": [
  1846. "darwin"
  1847. ],
  1848. "engines": {
  1849. "node": "^20.19.0 || >=22.12.0"
  1850. }
  1851. },
  1852. "node_modules/@oxc-parser/binding-darwin-x64": {
  1853. "version": "0.117.0",
  1854. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-darwin-x64/-/binding-darwin-x64-0.117.0.tgz",
  1855. "integrity": "sha512-W7S99zFwVZhSbCxvjfZkioStFU249DBc4TJw/kK6kfKwx2Zew+jvizX5Y3ZPkAh7fBVUSNOdSeOqLBHLiP50tw==",
  1856. "cpu": [
  1857. "x64"
  1858. ],
  1859. "license": "MIT",
  1860. "optional": true,
  1861. "os": [
  1862. "darwin"
  1863. ],
  1864. "engines": {
  1865. "node": "^20.19.0 || >=22.12.0"
  1866. }
  1867. },
  1868. "node_modules/@oxc-parser/binding-freebsd-x64": {
  1869. "version": "0.117.0",
  1870. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-freebsd-x64/-/binding-freebsd-x64-0.117.0.tgz",
  1871. "integrity": "sha512-xH76lqSdjCSY0KUMPwLXlvQ3YEm3FFVEQmgiOCGNf+stZ6E4Mo3nC102Bo8yKd7aW0foIPAFLYsHgj7vVI/axw==",
  1872. "cpu": [
  1873. "x64"
  1874. ],
  1875. "license": "MIT",
  1876. "optional": true,
  1877. "os": [
  1878. "freebsd"
  1879. ],
  1880. "engines": {
  1881. "node": "^20.19.0 || >=22.12.0"
  1882. }
  1883. },
  1884. "node_modules/@oxc-parser/binding-linux-arm-gnueabihf": {
  1885. "version": "0.117.0",
  1886. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.117.0.tgz",
  1887. "integrity": "sha512-9Hdm1imzrn4RdMYnQKKcy+7p7QsSPIrgVIZmpGSJT02nYDuBWLdG1pdYMPFoEo46yiXry3tS3RoHIpNbT1IiyQ==",
  1888. "cpu": [
  1889. "arm"
  1890. ],
  1891. "license": "MIT",
  1892. "optional": true,
  1893. "os": [
  1894. "linux"
  1895. ],
  1896. "engines": {
  1897. "node": "^20.19.0 || >=22.12.0"
  1898. }
  1899. },
  1900. "node_modules/@oxc-parser/binding-linux-arm-musleabihf": {
  1901. "version": "0.117.0",
  1902. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.117.0.tgz",
  1903. "integrity": "sha512-Itszer/VCeYhYVJLcuKnHktlY8QyGnVxapltP68S1XRGlV6IsM9HQAElJRMwQhT6/GkMjOhANmkv2Qu/9v44lw==",
  1904. "cpu": [
  1905. "arm"
  1906. ],
  1907. "license": "MIT",
  1908. "optional": true,
  1909. "os": [
  1910. "linux"
  1911. ],
  1912. "engines": {
  1913. "node": "^20.19.0 || >=22.12.0"
  1914. }
  1915. },
  1916. "node_modules/@oxc-parser/binding-linux-arm64-gnu": {
  1917. "version": "0.117.0",
  1918. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.117.0.tgz",
  1919. "integrity": "sha512-jBxD7DtlHQ36ivjjZdH0noQJgWNouenzpLmXNKnYaCsBfo3jY95m5iyjYQEiWkvkhJ3TJUAs7tQ1/kEpY7x/Kg==",
  1920. "cpu": [
  1921. "arm64"
  1922. ],
  1923. "license": "MIT",
  1924. "optional": true,
  1925. "os": [
  1926. "linux"
  1927. ],
  1928. "engines": {
  1929. "node": "^20.19.0 || >=22.12.0"
  1930. }
  1931. },
  1932. "node_modules/@oxc-parser/binding-linux-arm64-musl": {
  1933. "version": "0.117.0",
  1934. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.117.0.tgz",
  1935. "integrity": "sha512-QagKTDF4lrz8bCXbUi39Uq5xs7C7itAseKm51f33U+Dyar9eJY/zGKqfME9mKLOiahX7Fc1J3xMWVS0AdDXLPg==",
  1936. "cpu": [
  1937. "arm64"
  1938. ],
  1939. "license": "MIT",
  1940. "optional": true,
  1941. "os": [
  1942. "linux"
  1943. ],
  1944. "engines": {
  1945. "node": "^20.19.0 || >=22.12.0"
  1946. }
  1947. },
  1948. "node_modules/@oxc-parser/binding-linux-ppc64-gnu": {
  1949. "version": "0.117.0",
  1950. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-0.117.0.tgz",
  1951. "integrity": "sha512-RPddpcE/0xxWaommWy0c5i/JdrXcXAkxBS2GOrAUh5LKmyCh03hpJedOAWszG4ADsKQwoUQQ1/tZVGRhZIWtKA==",
  1952. "cpu": [
  1953. "ppc64"
  1954. ],
  1955. "license": "MIT",
  1956. "optional": true,
  1957. "os": [
  1958. "linux"
  1959. ],
  1960. "engines": {
  1961. "node": "^20.19.0 || >=22.12.0"
  1962. }
  1963. },
  1964. "node_modules/@oxc-parser/binding-linux-riscv64-gnu": {
  1965. "version": "0.117.0",
  1966. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.117.0.tgz",
  1967. "integrity": "sha512-ur/WVZF9FSOiZGxyP+nfxZzuv6r5OJDYoVxJnUR7fM/hhXLh4V/be6rjbzm9KLCDBRwYCEKJtt+XXNccwd06IA==",
  1968. "cpu": [
  1969. "riscv64"
  1970. ],
  1971. "license": "MIT",
  1972. "optional": true,
  1973. "os": [
  1974. "linux"
  1975. ],
  1976. "engines": {
  1977. "node": "^20.19.0 || >=22.12.0"
  1978. }
  1979. },
  1980. "node_modules/@oxc-parser/binding-linux-riscv64-musl": {
  1981. "version": "0.117.0",
  1982. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-0.117.0.tgz",
  1983. "integrity": "sha512-ujGcAx8xAMvhy7X5sBFi3GXML1EtyORuJZ5z2T6UV3U416WgDX/4OCi3GnoteeenvxIf6JgP45B+YTHpt71vpA==",
  1984. "cpu": [
  1985. "riscv64"
  1986. ],
  1987. "license": "MIT",
  1988. "optional": true,
  1989. "os": [
  1990. "linux"
  1991. ],
  1992. "engines": {
  1993. "node": "^20.19.0 || >=22.12.0"
  1994. }
  1995. },
  1996. "node_modules/@oxc-parser/binding-linux-s390x-gnu": {
  1997. "version": "0.117.0",
  1998. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.117.0.tgz",
  1999. "integrity": "sha512-hbsfKjUwRjcMZZvvmpZSc+qS0bHcHRu8aV/I3Ikn9BzOA0ZAgUE7ctPtce5zCU7bM8dnTLi4sJ1Pi9YHdx6Urw==",
  2000. "cpu": [
  2001. "s390x"
  2002. ],
  2003. "license": "MIT",
  2004. "optional": true,
  2005. "os": [
  2006. "linux"
  2007. ],
  2008. "engines": {
  2009. "node": "^20.19.0 || >=22.12.0"
  2010. }
  2011. },
  2012. "node_modules/@oxc-parser/binding-linux-x64-gnu": {
  2013. "version": "0.117.0",
  2014. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.117.0.tgz",
  2015. "integrity": "sha512-1QrTrf8rige7UPJrYuDKJLQOuJlgkt+nRSJLBMHWNm9TdivzP48HaK3f4q18EjNlglKtn03lgjMu4fryDm8X4A==",
  2016. "cpu": [
  2017. "x64"
  2018. ],
  2019. "license": "MIT",
  2020. "optional": true,
  2021. "os": [
  2022. "linux"
  2023. ],
  2024. "engines": {
  2025. "node": "^20.19.0 || >=22.12.0"
  2026. }
  2027. },
  2028. "node_modules/@oxc-parser/binding-linux-x64-musl": {
  2029. "version": "0.117.0",
  2030. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-musl/-/binding-linux-x64-musl-0.117.0.tgz",
  2031. "integrity": "sha512-gRvK6HPzF5ITRL68fqb2WYYs/hGviPIbkV84HWCgiJX+LkaOpp+HIHQl3zVZdyKHwopXToTbXbtx/oFjDjl8pg==",
  2032. "cpu": [
  2033. "x64"
  2034. ],
  2035. "license": "MIT",
  2036. "optional": true,
  2037. "os": [
  2038. "linux"
  2039. ],
  2040. "engines": {
  2041. "node": "^20.19.0 || >=22.12.0"
  2042. }
  2043. },
  2044. "node_modules/@oxc-parser/binding-openharmony-arm64": {
  2045. "version": "0.117.0",
  2046. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-openharmony-arm64/-/binding-openharmony-arm64-0.117.0.tgz",
  2047. "integrity": "sha512-QPJvFbnnDZZY7xc+xpbIBWLThcGBakwaYA9vKV8b3+oS5MGfAZUoTFJcix5+Zg2Ri46sOfrUim6Y6jsKNcssAQ==",
  2048. "cpu": [
  2049. "arm64"
  2050. ],
  2051. "license": "MIT",
  2052. "optional": true,
  2053. "os": [
  2054. "openharmony"
  2055. ],
  2056. "engines": {
  2057. "node": "^20.19.0 || >=22.12.0"
  2058. }
  2059. },
  2060. "node_modules/@oxc-parser/binding-wasm32-wasi": {
  2061. "version": "0.117.0",
  2062. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-wasm32-wasi/-/binding-wasm32-wasi-0.117.0.tgz",
  2063. "integrity": "sha512-+XRSNA0xt3pk/6CUHM7pykVe7M8SdifJk8LX1+fIp/zefvR3HBieZCbwG5un8gogNgh7srLycoh/cQA9uozv5g==",
  2064. "cpu": [
  2065. "wasm32"
  2066. ],
  2067. "license": "MIT",
  2068. "optional": true,
  2069. "dependencies": {
  2070. "@napi-rs/wasm-runtime": "^1.1.1"
  2071. },
  2072. "engines": {
  2073. "node": ">=14.0.0"
  2074. }
  2075. },
  2076. "node_modules/@oxc-parser/binding-win32-arm64-msvc": {
  2077. "version": "0.117.0",
  2078. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.117.0.tgz",
  2079. "integrity": "sha512-GpxeGS+Vo030DsrXeRPc7OSJOQIyAHkM3mzwBcnQjg/79XnOIDDMXJ5X6/aNdkVt/+Pv35pqKzGA4TQau97x8w==",
  2080. "cpu": [
  2081. "arm64"
  2082. ],
  2083. "license": "MIT",
  2084. "optional": true,
  2085. "os": [
  2086. "win32"
  2087. ],
  2088. "engines": {
  2089. "node": "^20.19.0 || >=22.12.0"
  2090. }
  2091. },
  2092. "node_modules/@oxc-parser/binding-win32-ia32-msvc": {
  2093. "version": "0.117.0",
  2094. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-0.117.0.tgz",
  2095. "integrity": "sha512-tchWEYiso1+objTZirmlR+w3fcIel6PVBOJ8NuC2Jr30dxBOiKUfFLovJLANwHg1+TzeD6pVSLIIIEf2T5o5lQ==",
  2096. "cpu": [
  2097. "ia32"
  2098. ],
  2099. "license": "MIT",
  2100. "optional": true,
  2101. "os": [
  2102. "win32"
  2103. ],
  2104. "engines": {
  2105. "node": "^20.19.0 || >=22.12.0"
  2106. }
  2107. },
  2108. "node_modules/@oxc-parser/binding-win32-x64-msvc": {
  2109. "version": "0.117.0",
  2110. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.117.0.tgz",
  2111. "integrity": "sha512-ysRJAjIbB4e5y+t9PZs7TwbgOV/GVT//s30AORLCT/pedYwpYzHq6ApXK7is9fvyfZtgT3anNir8+esurmyaDw==",
  2112. "cpu": [
  2113. "x64"
  2114. ],
  2115. "license": "MIT",
  2116. "optional": true,
  2117. "os": [
  2118. "win32"
  2119. ],
  2120. "engines": {
  2121. "node": "^20.19.0 || >=22.12.0"
  2122. }
  2123. },
  2124. "node_modules/@oxc-project/types": {
  2125. "version": "0.117.0",
  2126. "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.117.0.tgz",
  2127. "integrity": "sha512-C/kPXBphID44fXdsa2xSOCuzX8fKZiFxPsvucJ6Yfkr6CJlMA+kNLPNKyLoI+l9XlDsNxBrz6h7IIjKU8pB69w==",
  2128. "license": "MIT",
  2129. "funding": {
  2130. "url": "https://github.com/sponsors/Boshen"
  2131. }
  2132. },
  2133. "node_modules/@oxc-transform/binding-android-arm-eabi": {
  2134. "version": "0.117.0",
  2135. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-android-arm-eabi/-/binding-android-arm-eabi-0.117.0.tgz",
  2136. "integrity": "sha512-17giX7h5VR9Eodru4OoSCFdgwLFIaUxeEn8JWe0vMZrAuRbT9NiDTy5dXdbGQBoO8aXPkbGS38FGlvbi31aujw==",
  2137. "cpu": [
  2138. "arm"
  2139. ],
  2140. "license": "MIT",
  2141. "optional": true,
  2142. "os": [
  2143. "android"
  2144. ],
  2145. "engines": {
  2146. "node": "^20.19.0 || >=22.12.0"
  2147. }
  2148. },
  2149. "node_modules/@oxc-transform/binding-android-arm64": {
  2150. "version": "0.117.0",
  2151. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-android-arm64/-/binding-android-arm64-0.117.0.tgz",
  2152. "integrity": "sha512-1LrDd1CPochtLx04pAafdah6QtOQQj0/Evttevi+0u8rCI5FKucIG7pqBHkIQi/y7pycFYIj+GebhET80maeUg==",
  2153. "cpu": [
  2154. "arm64"
  2155. ],
  2156. "license": "MIT",
  2157. "optional": true,
  2158. "os": [
  2159. "android"
  2160. ],
  2161. "engines": {
  2162. "node": "^20.19.0 || >=22.12.0"
  2163. }
  2164. },
  2165. "node_modules/@oxc-transform/binding-darwin-arm64": {
  2166. "version": "0.117.0",
  2167. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-darwin-arm64/-/binding-darwin-arm64-0.117.0.tgz",
  2168. "integrity": "sha512-K1Xo52xJOvFfHSkz2ax9X5Qsku23RCfTIPbHZWdUCAQ1TQooI+sFcewSubhVUJ4DVK12/tYT//XXboumin+FHA==",
  2169. "cpu": [
  2170. "arm64"
  2171. ],
  2172. "license": "MIT",
  2173. "optional": true,
  2174. "os": [
  2175. "darwin"
  2176. ],
  2177. "engines": {
  2178. "node": "^20.19.0 || >=22.12.0"
  2179. }
  2180. },
  2181. "node_modules/@oxc-transform/binding-darwin-x64": {
  2182. "version": "0.117.0",
  2183. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-darwin-x64/-/binding-darwin-x64-0.117.0.tgz",
  2184. "integrity": "sha512-ftFT/8Laolfq49mRRWLkIhd1AbJ0MI5bW3LwddvdoAg9zXwkx4qhzTYyBPRZhvXWftts+NjlHfHsXCOqI4tPtw==",
  2185. "cpu": [
  2186. "x64"
  2187. ],
  2188. "license": "MIT",
  2189. "optional": true,
  2190. "os": [
  2191. "darwin"
  2192. ],
  2193. "engines": {
  2194. "node": "^20.19.0 || >=22.12.0"
  2195. }
  2196. },
  2197. "node_modules/@oxc-transform/binding-freebsd-x64": {
  2198. "version": "0.117.0",
  2199. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-freebsd-x64/-/binding-freebsd-x64-0.117.0.tgz",
  2200. "integrity": "sha512-QDRyw0atg9BMnwOwnJeW6REzWPLEjiWtsCc2Sj612F1hCdvP+n0L3o8sHinEWM+BiOkOYtUxHA69WjUslc3G+g==",
  2201. "cpu": [
  2202. "x64"
  2203. ],
  2204. "license": "MIT",
  2205. "optional": true,
  2206. "os": [
  2207. "freebsd"
  2208. ],
  2209. "engines": {
  2210. "node": "^20.19.0 || >=22.12.0"
  2211. }
  2212. },
  2213. "node_modules/@oxc-transform/binding-linux-arm-gnueabihf": {
  2214. "version": "0.117.0",
  2215. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.117.0.tgz",
  2216. "integrity": "sha512-UvpvOjyQVgiIJahIpMT0qAsLJT8O1ibHTBgXGOsZkQgw1xmjARPQ07dpRcucPPn6cqCF3wrxfbqtr2vFHaMkdA==",
  2217. "cpu": [
  2218. "arm"
  2219. ],
  2220. "license": "MIT",
  2221. "optional": true,
  2222. "os": [
  2223. "linux"
  2224. ],
  2225. "engines": {
  2226. "node": "^20.19.0 || >=22.12.0"
  2227. }
  2228. },
  2229. "node_modules/@oxc-transform/binding-linux-arm-musleabihf": {
  2230. "version": "0.117.0",
  2231. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.117.0.tgz",
  2232. "integrity": "sha512-cIhztGFjKk8ngP+/7EPkEhzWMGr2neezxgWirSn/f/MirjH234oHHGJ2diKIbGQEsy0aOuJMTkL9NLfzfmH51A==",
  2233. "cpu": [
  2234. "arm"
  2235. ],
  2236. "license": "MIT",
  2237. "optional": true,
  2238. "os": [
  2239. "linux"
  2240. ],
  2241. "engines": {
  2242. "node": "^20.19.0 || >=22.12.0"
  2243. }
  2244. },
  2245. "node_modules/@oxc-transform/binding-linux-arm64-gnu": {
  2246. "version": "0.117.0",
  2247. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.117.0.tgz",
  2248. "integrity": "sha512-mXbDfvDN0RZVg7v4LohNzU0kK3fMAZgkUKTkpFVgxEvzibEG5VpSznkypUwHI4a8U8pz+K6mGaLetX3Xt+CvvA==",
  2249. "cpu": [
  2250. "arm64"
  2251. ],
  2252. "license": "MIT",
  2253. "optional": true,
  2254. "os": [
  2255. "linux"
  2256. ],
  2257. "engines": {
  2258. "node": "^20.19.0 || >=22.12.0"
  2259. }
  2260. },
  2261. "node_modules/@oxc-transform/binding-linux-arm64-musl": {
  2262. "version": "0.117.0",
  2263. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.117.0.tgz",
  2264. "integrity": "sha512-ykxpPQp0eAcSmhy0Y3qKvdanHY4d8THPonDfmCoktUXb6r0X6qnjpJB3V+taN1wevW55bOEZd97kxtjTKjqhmg==",
  2265. "cpu": [
  2266. "arm64"
  2267. ],
  2268. "license": "MIT",
  2269. "optional": true,
  2270. "os": [
  2271. "linux"
  2272. ],
  2273. "engines": {
  2274. "node": "^20.19.0 || >=22.12.0"
  2275. }
  2276. },
  2277. "node_modules/@oxc-transform/binding-linux-ppc64-gnu": {
  2278. "version": "0.117.0",
  2279. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-0.117.0.tgz",
  2280. "integrity": "sha512-Rvspti4Kr7eq6zSrURK5WjscfWQPvmy/KjJZV45neRKW8RLonE3r9+NgrwSLGoHvQ3F24fbqlkplox1RtlhH5A==",
  2281. "cpu": [
  2282. "ppc64"
  2283. ],
  2284. "license": "MIT",
  2285. "optional": true,
  2286. "os": [
  2287. "linux"
  2288. ],
  2289. "engines": {
  2290. "node": "^20.19.0 || >=22.12.0"
  2291. }
  2292. },
  2293. "node_modules/@oxc-transform/binding-linux-riscv64-gnu": {
  2294. "version": "0.117.0",
  2295. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.117.0.tgz",
  2296. "integrity": "sha512-Dr2ZW9ZZ4l1eQ5JUEUY3smBh4JFPCPuybWaDZTLn3ADZjyd8ZtNXEjeMT8rQbbhbgSL9hEgbwaqraole3FNThQ==",
  2297. "cpu": [
  2298. "riscv64"
  2299. ],
  2300. "license": "MIT",
  2301. "optional": true,
  2302. "os": [
  2303. "linux"
  2304. ],
  2305. "engines": {
  2306. "node": "^20.19.0 || >=22.12.0"
  2307. }
  2308. },
  2309. "node_modules/@oxc-transform/binding-linux-riscv64-musl": {
  2310. "version": "0.117.0",
  2311. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-0.117.0.tgz",
  2312. "integrity": "sha512-oD1Bnes1bIC3LVBSrWEoSUBj6fvatESPwAVWfJVGVQlqWuOs/ZBn1e4Nmbipo3KGPHK7DJY75r/j7CQCxhrOFQ==",
  2313. "cpu": [
  2314. "riscv64"
  2315. ],
  2316. "license": "MIT",
  2317. "optional": true,
  2318. "os": [
  2319. "linux"
  2320. ],
  2321. "engines": {
  2322. "node": "^20.19.0 || >=22.12.0"
  2323. }
  2324. },
  2325. "node_modules/@oxc-transform/binding-linux-s390x-gnu": {
  2326. "version": "0.117.0",
  2327. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.117.0.tgz",
  2328. "integrity": "sha512-qT//IAPLvse844t99Kff5j055qEbXfwzWgvCMb0FyjisnB8foy25iHZxZIocNBe6qwrCYWUP1M8rNrB/WyfS1Q==",
  2329. "cpu": [
  2330. "s390x"
  2331. ],
  2332. "license": "MIT",
  2333. "optional": true,
  2334. "os": [
  2335. "linux"
  2336. ],
  2337. "engines": {
  2338. "node": "^20.19.0 || >=22.12.0"
  2339. }
  2340. },
  2341. "node_modules/@oxc-transform/binding-linux-x64-gnu": {
  2342. "version": "0.117.0",
  2343. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.117.0.tgz",
  2344. "integrity": "sha512-2YEO5X+KgNzFqRVO5dAkhjcI5gwxus4NSWVl/+cs2sI6P0MNPjqE3VWPawl4RTC11LvetiiZdHcujUCPM8aaUw==",
  2345. "cpu": [
  2346. "x64"
  2347. ],
  2348. "license": "MIT",
  2349. "optional": true,
  2350. "os": [
  2351. "linux"
  2352. ],
  2353. "engines": {
  2354. "node": "^20.19.0 || >=22.12.0"
  2355. }
  2356. },
  2357. "node_modules/@oxc-transform/binding-linux-x64-musl": {
  2358. "version": "0.117.0",
  2359. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-x64-musl/-/binding-linux-x64-musl-0.117.0.tgz",
  2360. "integrity": "sha512-3wqWbTSaIFZvDr1aqmTul4cg8PRWYh6VC52E8bLI7ytgS/BwJLW+sDUU2YaGIds4sAf/1yKeJRmudRCDPW9INg==",
  2361. "cpu": [
  2362. "x64"
  2363. ],
  2364. "license": "MIT",
  2365. "optional": true,
  2366. "os": [
  2367. "linux"
  2368. ],
  2369. "engines": {
  2370. "node": "^20.19.0 || >=22.12.0"
  2371. }
  2372. },
  2373. "node_modules/@oxc-transform/binding-openharmony-arm64": {
  2374. "version": "0.117.0",
  2375. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-openharmony-arm64/-/binding-openharmony-arm64-0.117.0.tgz",
  2376. "integrity": "sha512-Ebxx6NPqhzlrjvx4+PdSqbOq+li0f7X59XtJljDghkbJsbnkHvhLmPR09ifHt5X32UlZN63ekjwcg/nbmHLLlA==",
  2377. "cpu": [
  2378. "arm64"
  2379. ],
  2380. "license": "MIT",
  2381. "optional": true,
  2382. "os": [
  2383. "openharmony"
  2384. ],
  2385. "engines": {
  2386. "node": "^20.19.0 || >=22.12.0"
  2387. }
  2388. },
  2389. "node_modules/@oxc-transform/binding-wasm32-wasi": {
  2390. "version": "0.117.0",
  2391. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-wasm32-wasi/-/binding-wasm32-wasi-0.117.0.tgz",
  2392. "integrity": "sha512-Nn8mmcBiQ0XKHLTb05QBlH+CDkn7jf5YDVv9FtKhy4zJT0NEU9y3dXVbfcurOpsVrG9me4ktzDQNCaAoJjUQyw==",
  2393. "cpu": [
  2394. "wasm32"
  2395. ],
  2396. "license": "MIT",
  2397. "optional": true,
  2398. "dependencies": {
  2399. "@napi-rs/wasm-runtime": "^1.1.1"
  2400. },
  2401. "engines": {
  2402. "node": ">=14.0.0"
  2403. }
  2404. },
  2405. "node_modules/@oxc-transform/binding-win32-arm64-msvc": {
  2406. "version": "0.117.0",
  2407. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.117.0.tgz",
  2408. "integrity": "sha512-15cbsF8diXWGnHrTsVgVeabETiT/KdMAfRAcot99xsaVecJs3pITNNjC6Qj+/TPNpehbgIFjlhhxOVSbQsTBgg==",
  2409. "cpu": [
  2410. "arm64"
  2411. ],
  2412. "license": "MIT",
  2413. "optional": true,
  2414. "os": [
  2415. "win32"
  2416. ],
  2417. "engines": {
  2418. "node": "^20.19.0 || >=22.12.0"
  2419. }
  2420. },
  2421. "node_modules/@oxc-transform/binding-win32-ia32-msvc": {
  2422. "version": "0.117.0",
  2423. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-0.117.0.tgz",
  2424. "integrity": "sha512-I6DkhCuFX6p9rckdWiLuZfBWrrYUC7sNX+zLaCfa5zvrPNwo1/29KkefvqXVxu3AWT/6oZAbtc0A8/mqhETJPQ==",
  2425. "cpu": [
  2426. "ia32"
  2427. ],
  2428. "license": "MIT",
  2429. "optional": true,
  2430. "os": [
  2431. "win32"
  2432. ],
  2433. "engines": {
  2434. "node": "^20.19.0 || >=22.12.0"
  2435. }
  2436. },
  2437. "node_modules/@oxc-transform/binding-win32-x64-msvc": {
  2438. "version": "0.117.0",
  2439. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.117.0.tgz",
  2440. "integrity": "sha512-V7YzavQnYcRJBeJkp0qpb3FKrlm5I57XJetCYB4jsjStuboQmnFMZ/XQH55Szlf/kVyeU9ddQwv72gJJ5BrGjQ==",
  2441. "cpu": [
  2442. "x64"
  2443. ],
  2444. "license": "MIT",
  2445. "optional": true,
  2446. "os": [
  2447. "win32"
  2448. ],
  2449. "engines": {
  2450. "node": "^20.19.0 || >=22.12.0"
  2451. }
  2452. },
  2453. "node_modules/@parcel/watcher": {
  2454. "version": "2.5.6",
  2455. "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.6.tgz",
  2456. "integrity": "sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==",
  2457. "hasInstallScript": true,
  2458. "license": "MIT",
  2459. "dependencies": {
  2460. "detect-libc": "^2.0.3",
  2461. "is-glob": "^4.0.3",
  2462. "node-addon-api": "^7.0.0",
  2463. "picomatch": "^4.0.3"
  2464. },
  2465. "engines": {
  2466. "node": ">= 10.0.0"
  2467. },
  2468. "funding": {
  2469. "type": "opencollective",
  2470. "url": "https://opencollective.com/parcel"
  2471. },
  2472. "optionalDependencies": {
  2473. "@parcel/watcher-android-arm64": "2.5.6",
  2474. "@parcel/watcher-darwin-arm64": "2.5.6",
  2475. "@parcel/watcher-darwin-x64": "2.5.6",
  2476. "@parcel/watcher-freebsd-x64": "2.5.6",
  2477. "@parcel/watcher-linux-arm-glibc": "2.5.6",
  2478. "@parcel/watcher-linux-arm-musl": "2.5.6",
  2479. "@parcel/watcher-linux-arm64-glibc": "2.5.6",
  2480. "@parcel/watcher-linux-arm64-musl": "2.5.6",
  2481. "@parcel/watcher-linux-x64-glibc": "2.5.6",
  2482. "@parcel/watcher-linux-x64-musl": "2.5.6",
  2483. "@parcel/watcher-win32-arm64": "2.5.6",
  2484. "@parcel/watcher-win32-ia32": "2.5.6",
  2485. "@parcel/watcher-win32-x64": "2.5.6"
  2486. }
  2487. },
  2488. "node_modules/@parcel/watcher-android-arm64": {
  2489. "version": "2.5.6",
  2490. "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.6.tgz",
  2491. "integrity": "sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==",
  2492. "cpu": [
  2493. "arm64"
  2494. ],
  2495. "license": "MIT",
  2496. "optional": true,
  2497. "os": [
  2498. "android"
  2499. ],
  2500. "engines": {
  2501. "node": ">= 10.0.0"
  2502. },
  2503. "funding": {
  2504. "type": "opencollective",
  2505. "url": "https://opencollective.com/parcel"
  2506. }
  2507. },
  2508. "node_modules/@parcel/watcher-darwin-arm64": {
  2509. "version": "2.5.6",
  2510. "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.6.tgz",
  2511. "integrity": "sha512-Z2ZdrnwyXvvvdtRHLmM4knydIdU9adO3D4n/0cVipF3rRiwP+3/sfzpAwA/qKFL6i1ModaabkU7IbpeMBgiVEA==",
  2512. "cpu": [
  2513. "arm64"
  2514. ],
  2515. "license": "MIT",
  2516. "optional": true,
  2517. "os": [
  2518. "darwin"
  2519. ],
  2520. "engines": {
  2521. "node": ">= 10.0.0"
  2522. },
  2523. "funding": {
  2524. "type": "opencollective",
  2525. "url": "https://opencollective.com/parcel"
  2526. }
  2527. },
  2528. "node_modules/@parcel/watcher-darwin-x64": {
  2529. "version": "2.5.6",
  2530. "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.6.tgz",
  2531. "integrity": "sha512-HgvOf3W9dhithcwOWX9uDZyn1lW9R+7tPZ4sug+NGrGIo4Rk1hAXLEbcH1TQSqxts0NYXXlOWqVpvS1SFS4fRg==",
  2532. "cpu": [
  2533. "x64"
  2534. ],
  2535. "license": "MIT",
  2536. "optional": true,
  2537. "os": [
  2538. "darwin"
  2539. ],
  2540. "engines": {
  2541. "node": ">= 10.0.0"
  2542. },
  2543. "funding": {
  2544. "type": "opencollective",
  2545. "url": "https://opencollective.com/parcel"
  2546. }
  2547. },
  2548. "node_modules/@parcel/watcher-freebsd-x64": {
  2549. "version": "2.5.6",
  2550. "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.6.tgz",
  2551. "integrity": "sha512-vJVi8yd/qzJxEKHkeemh7w3YAn6RJCtYlE4HPMoVnCpIXEzSrxErBW5SJBgKLbXU3WdIpkjBTeUNtyBVn8TRng==",
  2552. "cpu": [
  2553. "x64"
  2554. ],
  2555. "license": "MIT",
  2556. "optional": true,
  2557. "os": [
  2558. "freebsd"
  2559. ],
  2560. "engines": {
  2561. "node": ">= 10.0.0"
  2562. },
  2563. "funding": {
  2564. "type": "opencollective",
  2565. "url": "https://opencollective.com/parcel"
  2566. }
  2567. },
  2568. "node_modules/@parcel/watcher-linux-arm-glibc": {
  2569. "version": "2.5.6",
  2570. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.6.tgz",
  2571. "integrity": "sha512-9JiYfB6h6BgV50CCfasfLf/uvOcJskMSwcdH1PHH9rvS1IrNy8zad6IUVPVUfmXr+u+Km9IxcfMLzgdOudz9EQ==",
  2572. "cpu": [
  2573. "arm"
  2574. ],
  2575. "license": "MIT",
  2576. "optional": true,
  2577. "os": [
  2578. "linux"
  2579. ],
  2580. "engines": {
  2581. "node": ">= 10.0.0"
  2582. },
  2583. "funding": {
  2584. "type": "opencollective",
  2585. "url": "https://opencollective.com/parcel"
  2586. }
  2587. },
  2588. "node_modules/@parcel/watcher-linux-arm-musl": {
  2589. "version": "2.5.6",
  2590. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.6.tgz",
  2591. "integrity": "sha512-Ve3gUCG57nuUUSyjBq/MAM0CzArtuIOxsBdQ+ftz6ho8n7s1i9E1Nmk/xmP323r2YL0SONs1EuwqBp2u1k5fxg==",
  2592. "cpu": [
  2593. "arm"
  2594. ],
  2595. "license": "MIT",
  2596. "optional": true,
  2597. "os": [
  2598. "linux"
  2599. ],
  2600. "engines": {
  2601. "node": ">= 10.0.0"
  2602. },
  2603. "funding": {
  2604. "type": "opencollective",
  2605. "url": "https://opencollective.com/parcel"
  2606. }
  2607. },
  2608. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  2609. "version": "2.5.6",
  2610. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.6.tgz",
  2611. "integrity": "sha512-f2g/DT3NhGPdBmMWYoxixqYr3v/UXcmLOYy16Bx0TM20Tchduwr4EaCbmxh1321TABqPGDpS8D/ggOTaljijOA==",
  2612. "cpu": [
  2613. "arm64"
  2614. ],
  2615. "license": "MIT",
  2616. "optional": true,
  2617. "os": [
  2618. "linux"
  2619. ],
  2620. "engines": {
  2621. "node": ">= 10.0.0"
  2622. },
  2623. "funding": {
  2624. "type": "opencollective",
  2625. "url": "https://opencollective.com/parcel"
  2626. }
  2627. },
  2628. "node_modules/@parcel/watcher-linux-arm64-musl": {
  2629. "version": "2.5.6",
  2630. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.6.tgz",
  2631. "integrity": "sha512-qb6naMDGlbCwdhLj6hgoVKJl2odL34z2sqkC7Z6kzir8b5W65WYDpLB6R06KabvZdgoHI/zxke4b3zR0wAbDTA==",
  2632. "cpu": [
  2633. "arm64"
  2634. ],
  2635. "license": "MIT",
  2636. "optional": true,
  2637. "os": [
  2638. "linux"
  2639. ],
  2640. "engines": {
  2641. "node": ">= 10.0.0"
  2642. },
  2643. "funding": {
  2644. "type": "opencollective",
  2645. "url": "https://opencollective.com/parcel"
  2646. }
  2647. },
  2648. "node_modules/@parcel/watcher-linux-x64-glibc": {
  2649. "version": "2.5.6",
  2650. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.6.tgz",
  2651. "integrity": "sha512-kbT5wvNQlx7NaGjzPFu8nVIW1rWqV780O7ZtkjuWaPUgpv2NMFpjYERVi0UYj1msZNyCzGlaCWEtzc+exjMGbQ==",
  2652. "cpu": [
  2653. "x64"
  2654. ],
  2655. "license": "MIT",
  2656. "optional": true,
  2657. "os": [
  2658. "linux"
  2659. ],
  2660. "engines": {
  2661. "node": ">= 10.0.0"
  2662. },
  2663. "funding": {
  2664. "type": "opencollective",
  2665. "url": "https://opencollective.com/parcel"
  2666. }
  2667. },
  2668. "node_modules/@parcel/watcher-linux-x64-musl": {
  2669. "version": "2.5.6",
  2670. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.6.tgz",
  2671. "integrity": "sha512-1JRFeC+h7RdXwldHzTsmdtYR/Ku8SylLgTU/reMuqdVD7CtLwf0VR1FqeprZ0eHQkO0vqsbvFLXUmYm/uNKJBg==",
  2672. "cpu": [
  2673. "x64"
  2674. ],
  2675. "license": "MIT",
  2676. "optional": true,
  2677. "os": [
  2678. "linux"
  2679. ],
  2680. "engines": {
  2681. "node": ">= 10.0.0"
  2682. },
  2683. "funding": {
  2684. "type": "opencollective",
  2685. "url": "https://opencollective.com/parcel"
  2686. }
  2687. },
  2688. "node_modules/@parcel/watcher-wasm": {
  2689. "version": "2.5.6",
  2690. "resolved": "https://registry.npmjs.org/@parcel/watcher-wasm/-/watcher-wasm-2.5.6.tgz",
  2691. "integrity": "sha512-byAiBZ1t3tXQvc8dMD/eoyE7lTXYorhn+6uVW5AC+JGI1KtJC/LvDche5cfUE+qiefH+Ybq0bUCJU0aB1cSHUA==",
  2692. "bundleDependencies": [
  2693. "napi-wasm"
  2694. ],
  2695. "license": "MIT",
  2696. "dependencies": {
  2697. "is-glob": "^4.0.3",
  2698. "napi-wasm": "^1.1.0",
  2699. "picomatch": "^4.0.3"
  2700. },
  2701. "engines": {
  2702. "node": ">= 10.0.0"
  2703. },
  2704. "funding": {
  2705. "type": "opencollective",
  2706. "url": "https://opencollective.com/parcel"
  2707. }
  2708. },
  2709. "node_modules/@parcel/watcher-wasm/node_modules/napi-wasm": {
  2710. "version": "1.1.0",
  2711. "inBundle": true,
  2712. "license": "MIT"
  2713. },
  2714. "node_modules/@parcel/watcher-win32-arm64": {
  2715. "version": "2.5.6",
  2716. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.6.tgz",
  2717. "integrity": "sha512-3ukyebjc6eGlw9yRt678DxVF7rjXatWiHvTXqphZLvo7aC5NdEgFufVwjFfY51ijYEWpXbqF5jtrK275z52D4Q==",
  2718. "cpu": [
  2719. "arm64"
  2720. ],
  2721. "license": "MIT",
  2722. "optional": true,
  2723. "os": [
  2724. "win32"
  2725. ],
  2726. "engines": {
  2727. "node": ">= 10.0.0"
  2728. },
  2729. "funding": {
  2730. "type": "opencollective",
  2731. "url": "https://opencollective.com/parcel"
  2732. }
  2733. },
  2734. "node_modules/@parcel/watcher-win32-ia32": {
  2735. "version": "2.5.6",
  2736. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.6.tgz",
  2737. "integrity": "sha512-k35yLp1ZMwwee3Ez/pxBi5cf4AoBKYXj00CZ80jUz5h8prpiaQsiRPKQMxoLstNuqe2vR4RNPEAEcjEFzhEz/g==",
  2738. "cpu": [
  2739. "ia32"
  2740. ],
  2741. "license": "MIT",
  2742. "optional": true,
  2743. "os": [
  2744. "win32"
  2745. ],
  2746. "engines": {
  2747. "node": ">= 10.0.0"
  2748. },
  2749. "funding": {
  2750. "type": "opencollective",
  2751. "url": "https://opencollective.com/parcel"
  2752. }
  2753. },
  2754. "node_modules/@parcel/watcher-win32-x64": {
  2755. "version": "2.5.6",
  2756. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.6.tgz",
  2757. "integrity": "sha512-hbQlYcCq5dlAX9Qx+kFb0FHue6vbjlf0FrNzSKdYK2APUf7tGfGxQCk2ihEREmbR6ZMc0MVAD5RIX/41gpUzTw==",
  2758. "cpu": [
  2759. "x64"
  2760. ],
  2761. "license": "MIT",
  2762. "optional": true,
  2763. "os": [
  2764. "win32"
  2765. ],
  2766. "engines": {
  2767. "node": ">= 10.0.0"
  2768. },
  2769. "funding": {
  2770. "type": "opencollective",
  2771. "url": "https://opencollective.com/parcel"
  2772. }
  2773. },
  2774. "node_modules/@pkgjs/parseargs": {
  2775. "version": "0.11.0",
  2776. "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
  2777. "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
  2778. "license": "MIT",
  2779. "optional": true,
  2780. "engines": {
  2781. "node": ">=14"
  2782. }
  2783. },
  2784. "node_modules/@polka/url": {
  2785. "version": "1.0.0-next.29",
  2786. "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.29.tgz",
  2787. "integrity": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==",
  2788. "license": "MIT"
  2789. },
  2790. "node_modules/@poppinss/colors": {
  2791. "version": "4.1.6",
  2792. "resolved": "https://registry.npmjs.org/@poppinss/colors/-/colors-4.1.6.tgz",
  2793. "integrity": "sha512-H9xkIdFswbS8n1d6vmRd8+c10t2Qe+rZITbbDHHkQixH5+2x1FDGmi/0K+WgWiqQFKPSlIYB7jlH6Kpfn6Fleg==",
  2794. "license": "MIT",
  2795. "dependencies": {
  2796. "kleur": "^4.1.5"
  2797. }
  2798. },
  2799. "node_modules/@poppinss/dumper": {
  2800. "version": "0.7.0",
  2801. "resolved": "https://registry.npmjs.org/@poppinss/dumper/-/dumper-0.7.0.tgz",
  2802. "integrity": "sha512-0UTYalzk2t6S4rA2uHOz5bSSW2CHdv4vggJI6Alg90yvl0UgXs6XSXpH96OH+bRkX4J/06djv29pqXJ0lq5Kag==",
  2803. "license": "MIT",
  2804. "dependencies": {
  2805. "@poppinss/colors": "^4.1.5",
  2806. "@sindresorhus/is": "^7.0.2",
  2807. "supports-color": "^10.0.0"
  2808. }
  2809. },
  2810. "node_modules/@poppinss/exception": {
  2811. "version": "1.2.3",
  2812. "resolved": "https://registry.npmjs.org/@poppinss/exception/-/exception-1.2.3.tgz",
  2813. "integrity": "sha512-dCED+QRChTVatE9ibtoaxc+WkdzOSjYTKi/+uacHWIsfodVfpsueo3+DKpgU5Px8qXjgmXkSvhXvSCz3fnP9lw==",
  2814. "license": "MIT"
  2815. },
  2816. "node_modules/@rolldown/pluginutils": {
  2817. "version": "1.0.0-rc.2",
  2818. "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.2.tgz",
  2819. "integrity": "sha512-izyXV/v+cHiRfozX62W9htOAvwMo4/bXKDrQ+vom1L1qRuexPock/7VZDAhnpHCLNejd3NJ6hiab+tO0D44Rgw==",
  2820. "license": "MIT"
  2821. },
  2822. "node_modules/@rollup/plugin-alias": {
  2823. "version": "6.0.0",
  2824. "resolved": "https://registry.npmjs.org/@rollup/plugin-alias/-/plugin-alias-6.0.0.tgz",
  2825. "integrity": "sha512-tPCzJOtS7uuVZd+xPhoy5W4vThe6KWXNmsFCNktaAh5RTqcLiSfT4huPQIXkgJ6YCOjJHvecOAzQxLFhPxKr+g==",
  2826. "license": "MIT",
  2827. "engines": {
  2828. "node": ">=20.19.0"
  2829. },
  2830. "peerDependencies": {
  2831. "rollup": ">=4.0.0"
  2832. },
  2833. "peerDependenciesMeta": {
  2834. "rollup": {
  2835. "optional": true
  2836. }
  2837. }
  2838. },
  2839. "node_modules/@rollup/plugin-commonjs": {
  2840. "version": "29.0.2",
  2841. "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-29.0.2.tgz",
  2842. "integrity": "sha512-S/ggWH1LU7jTyi9DxZOKyxpVd4hF/OZ0JrEbeLjXk/DFXwRny0tjD2c992zOUYQobLrVkRVMDdmHP16HKP7GRg==",
  2843. "license": "MIT",
  2844. "dependencies": {
  2845. "@rollup/pluginutils": "^5.0.1",
  2846. "commondir": "^1.0.1",
  2847. "estree-walker": "^2.0.2",
  2848. "fdir": "^6.2.0",
  2849. "is-reference": "1.2.1",
  2850. "magic-string": "^0.30.3",
  2851. "picomatch": "^4.0.2"
  2852. },
  2853. "engines": {
  2854. "node": ">=16.0.0 || 14 >= 14.17"
  2855. },
  2856. "peerDependencies": {
  2857. "rollup": "^2.68.0||^3.0.0||^4.0.0"
  2858. },
  2859. "peerDependenciesMeta": {
  2860. "rollup": {
  2861. "optional": true
  2862. }
  2863. }
  2864. },
  2865. "node_modules/@rollup/plugin-inject": {
  2866. "version": "5.0.5",
  2867. "resolved": "https://registry.npmjs.org/@rollup/plugin-inject/-/plugin-inject-5.0.5.tgz",
  2868. "integrity": "sha512-2+DEJbNBoPROPkgTDNe8/1YXWcqxbN5DTjASVIOx8HS+pITXushyNiBV56RB08zuptzz8gT3YfkqriTBVycepg==",
  2869. "license": "MIT",
  2870. "dependencies": {
  2871. "@rollup/pluginutils": "^5.0.1",
  2872. "estree-walker": "^2.0.2",
  2873. "magic-string": "^0.30.3"
  2874. },
  2875. "engines": {
  2876. "node": ">=14.0.0"
  2877. },
  2878. "peerDependencies": {
  2879. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  2880. },
  2881. "peerDependenciesMeta": {
  2882. "rollup": {
  2883. "optional": true
  2884. }
  2885. }
  2886. },
  2887. "node_modules/@rollup/plugin-json": {
  2888. "version": "6.1.0",
  2889. "resolved": "https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-6.1.0.tgz",
  2890. "integrity": "sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==",
  2891. "license": "MIT",
  2892. "dependencies": {
  2893. "@rollup/pluginutils": "^5.1.0"
  2894. },
  2895. "engines": {
  2896. "node": ">=14.0.0"
  2897. },
  2898. "peerDependencies": {
  2899. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  2900. },
  2901. "peerDependenciesMeta": {
  2902. "rollup": {
  2903. "optional": true
  2904. }
  2905. }
  2906. },
  2907. "node_modules/@rollup/plugin-node-resolve": {
  2908. "version": "16.0.3",
  2909. "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-16.0.3.tgz",
  2910. "integrity": "sha512-lUYM3UBGuM93CnMPG1YocWu7X802BrNF3jW2zny5gQyLQgRFJhV1Sq0Zi74+dh/6NBx1DxFC4b4GXg9wUCG5Qg==",
  2911. "license": "MIT",
  2912. "dependencies": {
  2913. "@rollup/pluginutils": "^5.0.1",
  2914. "@types/resolve": "1.20.2",
  2915. "deepmerge": "^4.2.2",
  2916. "is-module": "^1.0.0",
  2917. "resolve": "^1.22.1"
  2918. },
  2919. "engines": {
  2920. "node": ">=14.0.0"
  2921. },
  2922. "peerDependencies": {
  2923. "rollup": "^2.78.0||^3.0.0||^4.0.0"
  2924. },
  2925. "peerDependenciesMeta": {
  2926. "rollup": {
  2927. "optional": true
  2928. }
  2929. }
  2930. },
  2931. "node_modules/@rollup/plugin-replace": {
  2932. "version": "6.0.3",
  2933. "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-6.0.3.tgz",
  2934. "integrity": "sha512-J4RZarRvQAm5IF0/LwUUg+obsm+xZhYnbMXmXROyoSE1ATJe3oXSb9L5MMppdxP2ylNSjv6zFBwKYjcKMucVfA==",
  2935. "license": "MIT",
  2936. "dependencies": {
  2937. "@rollup/pluginutils": "^5.0.1",
  2938. "magic-string": "^0.30.3"
  2939. },
  2940. "engines": {
  2941. "node": ">=14.0.0"
  2942. },
  2943. "peerDependencies": {
  2944. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  2945. },
  2946. "peerDependenciesMeta": {
  2947. "rollup": {
  2948. "optional": true
  2949. }
  2950. }
  2951. },
  2952. "node_modules/@rollup/plugin-terser": {
  2953. "version": "1.0.0",
  2954. "resolved": "https://registry.npmjs.org/@rollup/plugin-terser/-/plugin-terser-1.0.0.tgz",
  2955. "integrity": "sha512-FnCxhTBx6bMOYQrar6C8h3scPt8/JwIzw3+AJ2K++6guogH5fYaIFia+zZuhqv0eo1RN7W1Pz630SyvLbDjhtQ==",
  2956. "license": "MIT",
  2957. "dependencies": {
  2958. "serialize-javascript": "^7.0.3",
  2959. "smob": "^1.0.0",
  2960. "terser": "^5.17.4"
  2961. },
  2962. "engines": {
  2963. "node": ">=20.0.0"
  2964. },
  2965. "peerDependencies": {
  2966. "rollup": "^2.0.0||^3.0.0||^4.0.0"
  2967. },
  2968. "peerDependenciesMeta": {
  2969. "rollup": {
  2970. "optional": true
  2971. }
  2972. }
  2973. },
  2974. "node_modules/@rollup/pluginutils": {
  2975. "version": "5.3.0",
  2976. "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.3.0.tgz",
  2977. "integrity": "sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==",
  2978. "license": "MIT",
  2979. "dependencies": {
  2980. "@types/estree": "^1.0.0",
  2981. "estree-walker": "^2.0.2",
  2982. "picomatch": "^4.0.2"
  2983. },
  2984. "engines": {
  2985. "node": ">=14.0.0"
  2986. },
  2987. "peerDependencies": {
  2988. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  2989. },
  2990. "peerDependenciesMeta": {
  2991. "rollup": {
  2992. "optional": true
  2993. }
  2994. }
  2995. },
  2996. "node_modules/@rollup/rollup-android-arm-eabi": {
  2997. "version": "4.60.1",
  2998. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.60.1.tgz",
  2999. "integrity": "sha512-d6FinEBLdIiK+1uACUttJKfgZREXrF0Qc2SmLII7W2AD8FfiZ9Wjd+rD/iRuf5s5dWrr1GgwXCvPqOuDquOowA==",
  3000. "cpu": [
  3001. "arm"
  3002. ],
  3003. "license": "MIT",
  3004. "optional": true,
  3005. "os": [
  3006. "android"
  3007. ]
  3008. },
  3009. "node_modules/@rollup/rollup-android-arm64": {
  3010. "version": "4.60.1",
  3011. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.60.1.tgz",
  3012. "integrity": "sha512-YjG/EwIDvvYI1YvYbHvDz/BYHtkY4ygUIXHnTdLhG+hKIQFBiosfWiACWortsKPKU/+dUwQQCKQM3qrDe8c9BA==",
  3013. "cpu": [
  3014. "arm64"
  3015. ],
  3016. "license": "MIT",
  3017. "optional": true,
  3018. "os": [
  3019. "android"
  3020. ]
  3021. },
  3022. "node_modules/@rollup/rollup-darwin-arm64": {
  3023. "version": "4.60.1",
  3024. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.60.1.tgz",
  3025. "integrity": "sha512-mjCpF7GmkRtSJwon+Rq1N8+pI+8l7w5g9Z3vWj4T7abguC4Czwi3Yu/pFaLvA3TTeMVjnu3ctigusqWUfjZzvw==",
  3026. "cpu": [
  3027. "arm64"
  3028. ],
  3029. "license": "MIT",
  3030. "optional": true,
  3031. "os": [
  3032. "darwin"
  3033. ]
  3034. },
  3035. "node_modules/@rollup/rollup-darwin-x64": {
  3036. "version": "4.60.1",
  3037. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.60.1.tgz",
  3038. "integrity": "sha512-haZ7hJ1JT4e9hqkoT9R/19XW2QKqjfJVv+i5AGg57S+nLk9lQnJ1F/eZloRO3o9Scy9CM3wQ9l+dkXtcBgN5Ew==",
  3039. "cpu": [
  3040. "x64"
  3041. ],
  3042. "license": "MIT",
  3043. "optional": true,
  3044. "os": [
  3045. "darwin"
  3046. ]
  3047. },
  3048. "node_modules/@rollup/rollup-freebsd-arm64": {
  3049. "version": "4.60.1",
  3050. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.60.1.tgz",
  3051. "integrity": "sha512-czw90wpQq3ZsAVBlinZjAYTKduOjTywlG7fEeWKUA7oCmpA8xdTkxZZlwNJKWqILlq0wehoZcJYfBvOyhPTQ6w==",
  3052. "cpu": [
  3053. "arm64"
  3054. ],
  3055. "license": "MIT",
  3056. "optional": true,
  3057. "os": [
  3058. "freebsd"
  3059. ]
  3060. },
  3061. "node_modules/@rollup/rollup-freebsd-x64": {
  3062. "version": "4.60.1",
  3063. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.60.1.tgz",
  3064. "integrity": "sha512-KVB2rqsxTHuBtfOeySEyzEOB7ltlB/ux38iu2rBQzkjbwRVlkhAGIEDiiYnO2kFOkJp+Z7pUXKyrRRFuFUKt+g==",
  3065. "cpu": [
  3066. "x64"
  3067. ],
  3068. "license": "MIT",
  3069. "optional": true,
  3070. "os": [
  3071. "freebsd"
  3072. ]
  3073. },
  3074. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  3075. "version": "4.60.1",
  3076. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.60.1.tgz",
  3077. "integrity": "sha512-L+34Qqil+v5uC0zEubW7uByo78WOCIrBvci69E7sFASRl0X7b/MB6Cqd1lky/CtcSVTydWa2WZwFuWexjS5o6g==",
  3078. "cpu": [
  3079. "arm"
  3080. ],
  3081. "license": "MIT",
  3082. "optional": true,
  3083. "os": [
  3084. "linux"
  3085. ]
  3086. },
  3087. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  3088. "version": "4.60.1",
  3089. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.60.1.tgz",
  3090. "integrity": "sha512-n83O8rt4v34hgFzlkb1ycniJh7IR5RCIqt6mz1VRJD6pmhRi0CXdmfnLu9dIUS6buzh60IvACM842Ffb3xd6Gg==",
  3091. "cpu": [
  3092. "arm"
  3093. ],
  3094. "license": "MIT",
  3095. "optional": true,
  3096. "os": [
  3097. "linux"
  3098. ]
  3099. },
  3100. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  3101. "version": "4.60.1",
  3102. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.60.1.tgz",
  3103. "integrity": "sha512-Nql7sTeAzhTAja3QXeAI48+/+GjBJ+QmAH13snn0AJSNL50JsDqotyudHyMbO2RbJkskbMbFJfIJKWA6R1LCJQ==",
  3104. "cpu": [
  3105. "arm64"
  3106. ],
  3107. "license": "MIT",
  3108. "optional": true,
  3109. "os": [
  3110. "linux"
  3111. ]
  3112. },
  3113. "node_modules/@rollup/rollup-linux-arm64-musl": {
  3114. "version": "4.60.1",
  3115. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.60.1.tgz",
  3116. "integrity": "sha512-+pUymDhd0ys9GcKZPPWlFiZ67sTWV5UU6zOJat02M1+PiuSGDziyRuI/pPue3hoUwm2uGfxdL+trT6Z9rxnlMA==",
  3117. "cpu": [
  3118. "arm64"
  3119. ],
  3120. "license": "MIT",
  3121. "optional": true,
  3122. "os": [
  3123. "linux"
  3124. ]
  3125. },
  3126. "node_modules/@rollup/rollup-linux-loong64-gnu": {
  3127. "version": "4.60.1",
  3128. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.60.1.tgz",
  3129. "integrity": "sha512-VSvgvQeIcsEvY4bKDHEDWcpW4Yw7BtlKG1GUT4FzBUlEKQK0rWHYBqQt6Fm2taXS+1bXvJT6kICu5ZwqKCnvlQ==",
  3130. "cpu": [
  3131. "loong64"
  3132. ],
  3133. "license": "MIT",
  3134. "optional": true,
  3135. "os": [
  3136. "linux"
  3137. ]
  3138. },
  3139. "node_modules/@rollup/rollup-linux-loong64-musl": {
  3140. "version": "4.60.1",
  3141. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.60.1.tgz",
  3142. "integrity": "sha512-4LqhUomJqwe641gsPp6xLfhqWMbQV04KtPp7/dIp0nzPxAkNY1AbwL5W0MQpcalLYk07vaW9Kp1PBhdpZYYcEw==",
  3143. "cpu": [
  3144. "loong64"
  3145. ],
  3146. "license": "MIT",
  3147. "optional": true,
  3148. "os": [
  3149. "linux"
  3150. ]
  3151. },
  3152. "node_modules/@rollup/rollup-linux-ppc64-gnu": {
  3153. "version": "4.60.1",
  3154. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.60.1.tgz",
  3155. "integrity": "sha512-tLQQ9aPvkBxOc/EUT6j3pyeMD6Hb8QF2BTBnCQWP/uu1lhc9AIrIjKnLYMEroIz/JvtGYgI9dF3AxHZNaEH0rw==",
  3156. "cpu": [
  3157. "ppc64"
  3158. ],
  3159. "license": "MIT",
  3160. "optional": true,
  3161. "os": [
  3162. "linux"
  3163. ]
  3164. },
  3165. "node_modules/@rollup/rollup-linux-ppc64-musl": {
  3166. "version": "4.60.1",
  3167. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.60.1.tgz",
  3168. "integrity": "sha512-RMxFhJwc9fSXP6PqmAz4cbv3kAyvD1etJFjTx4ONqFP9DkTkXsAMU4v3Vyc5BgzC+anz7nS/9tp4obsKfqkDHg==",
  3169. "cpu": [
  3170. "ppc64"
  3171. ],
  3172. "license": "MIT",
  3173. "optional": true,
  3174. "os": [
  3175. "linux"
  3176. ]
  3177. },
  3178. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  3179. "version": "4.60.1",
  3180. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.60.1.tgz",
  3181. "integrity": "sha512-QKgFl+Yc1eEk6MmOBfRHYF6lTxiiiV3/z/BRrbSiW2I7AFTXoBFvdMEyglohPj//2mZS4hDOqeB0H1ACh3sBbg==",
  3182. "cpu": [
  3183. "riscv64"
  3184. ],
  3185. "license": "MIT",
  3186. "optional": true,
  3187. "os": [
  3188. "linux"
  3189. ]
  3190. },
  3191. "node_modules/@rollup/rollup-linux-riscv64-musl": {
  3192. "version": "4.60.1",
  3193. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.60.1.tgz",
  3194. "integrity": "sha512-RAjXjP/8c6ZtzatZcA1RaQr6O1TRhzC+adn8YZDnChliZHviqIjmvFwHcxi4JKPSDAt6Uhf/7vqcBzQJy0PDJg==",
  3195. "cpu": [
  3196. "riscv64"
  3197. ],
  3198. "license": "MIT",
  3199. "optional": true,
  3200. "os": [
  3201. "linux"
  3202. ]
  3203. },
  3204. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  3205. "version": "4.60.1",
  3206. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.60.1.tgz",
  3207. "integrity": "sha512-wcuocpaOlaL1COBYiA89O6yfjlp3RwKDeTIA0hM7OpmhR1Bjo9j31G1uQVpDlTvwxGn2nQs65fBFL5UFd76FcQ==",
  3208. "cpu": [
  3209. "s390x"
  3210. ],
  3211. "license": "MIT",
  3212. "optional": true,
  3213. "os": [
  3214. "linux"
  3215. ]
  3216. },
  3217. "node_modules/@rollup/rollup-linux-x64-gnu": {
  3218. "version": "4.60.1",
  3219. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.1.tgz",
  3220. "integrity": "sha512-77PpsFQUCOiZR9+LQEFg9GClyfkNXj1MP6wRnzYs0EeWbPcHs02AXu4xuUbM1zhwn3wqaizle3AEYg5aeoohhg==",
  3221. "cpu": [
  3222. "x64"
  3223. ],
  3224. "license": "MIT",
  3225. "optional": true,
  3226. "os": [
  3227. "linux"
  3228. ]
  3229. },
  3230. "node_modules/@rollup/rollup-linux-x64-musl": {
  3231. "version": "4.60.1",
  3232. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.60.1.tgz",
  3233. "integrity": "sha512-5cIATbk5vynAjqqmyBjlciMJl1+R/CwX9oLk/EyiFXDWd95KpHdrOJT//rnUl4cUcskrd0jCCw3wpZnhIHdD9w==",
  3234. "cpu": [
  3235. "x64"
  3236. ],
  3237. "license": "MIT",
  3238. "optional": true,
  3239. "os": [
  3240. "linux"
  3241. ]
  3242. },
  3243. "node_modules/@rollup/rollup-openbsd-x64": {
  3244. "version": "4.60.1",
  3245. "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.60.1.tgz",
  3246. "integrity": "sha512-cl0w09WsCi17mcmWqqglez9Gk8isgeWvoUZ3WiJFYSR3zjBQc2J5/ihSjpl+VLjPqjQ/1hJRcqBfLjssREQILw==",
  3247. "cpu": [
  3248. "x64"
  3249. ],
  3250. "license": "MIT",
  3251. "optional": true,
  3252. "os": [
  3253. "openbsd"
  3254. ]
  3255. },
  3256. "node_modules/@rollup/rollup-openharmony-arm64": {
  3257. "version": "4.60.1",
  3258. "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.60.1.tgz",
  3259. "integrity": "sha512-4Cv23ZrONRbNtbZa37mLSueXUCtN7MXccChtKpUnQNgF010rjrjfHx3QxkS2PI7LqGT5xXyYs1a7LbzAwT0iCA==",
  3260. "cpu": [
  3261. "arm64"
  3262. ],
  3263. "license": "MIT",
  3264. "optional": true,
  3265. "os": [
  3266. "openharmony"
  3267. ]
  3268. },
  3269. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  3270. "version": "4.60.1",
  3271. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.60.1.tgz",
  3272. "integrity": "sha512-i1okWYkA4FJICtr7KpYzFpRTHgy5jdDbZiWfvny21iIKky5YExiDXP+zbXzm3dUcFpkEeYNHgQ5fuG236JPq0g==",
  3273. "cpu": [
  3274. "arm64"
  3275. ],
  3276. "license": "MIT",
  3277. "optional": true,
  3278. "os": [
  3279. "win32"
  3280. ]
  3281. },
  3282. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  3283. "version": "4.60.1",
  3284. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.60.1.tgz",
  3285. "integrity": "sha512-u09m3CuwLzShA0EYKMNiFgcjjzwqtUMLmuCJLeZWjjOYA3IT2Di09KaxGBTP9xVztWyIWjVdsB2E9goMjZvTQg==",
  3286. "cpu": [
  3287. "ia32"
  3288. ],
  3289. "license": "MIT",
  3290. "optional": true,
  3291. "os": [
  3292. "win32"
  3293. ]
  3294. },
  3295. "node_modules/@rollup/rollup-win32-x64-gnu": {
  3296. "version": "4.60.1",
  3297. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.60.1.tgz",
  3298. "integrity": "sha512-k+600V9Zl1CM7eZxJgMyTUzmrmhB/0XZnF4pRypKAlAgxmedUA+1v9R+XOFv56W4SlHEzfeMtzujLJD22Uz5zg==",
  3299. "cpu": [
  3300. "x64"
  3301. ],
  3302. "license": "MIT",
  3303. "optional": true,
  3304. "os": [
  3305. "win32"
  3306. ]
  3307. },
  3308. "node_modules/@rollup/rollup-win32-x64-msvc": {
  3309. "version": "4.60.1",
  3310. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.60.1.tgz",
  3311. "integrity": "sha512-lWMnixq/QzxyhTV6NjQJ4SFo1J6PvOX8vUx5Wb4bBPsEb+8xZ89Bz6kOXpfXj9ak9AHTQVQzlgzBEc1SyM27xQ==",
  3312. "cpu": [
  3313. "x64"
  3314. ],
  3315. "license": "MIT",
  3316. "optional": true,
  3317. "os": [
  3318. "win32"
  3319. ]
  3320. },
  3321. "node_modules/@simple-git/args-pathspec": {
  3322. "version": "1.0.2",
  3323. "resolved": "https://registry.npmjs.org/@simple-git/args-pathspec/-/args-pathspec-1.0.2.tgz",
  3324. "integrity": "sha512-nEFVejViHUoL8wU8GTcwqrvqfUG40S5ts6S4fr1u1Ki5CklXlRDYThPVA/qurTmCYFGnaX3XpVUmICLHdvhLaA==",
  3325. "license": "MIT"
  3326. },
  3327. "node_modules/@simple-git/argv-parser": {
  3328. "version": "1.0.3",
  3329. "resolved": "https://registry.npmjs.org/@simple-git/argv-parser/-/argv-parser-1.0.3.tgz",
  3330. "integrity": "sha512-NMKv9sJcSN2VvnPT9Ja7eKfGy8Q8mMFLwPTCcuZMtv3+mYcLIZflg31S/tp2XCCyiY7YAx6cgBHQ0fwA2fWHpQ==",
  3331. "license": "MIT",
  3332. "dependencies": {
  3333. "@simple-git/args-pathspec": "^1.0.2"
  3334. }
  3335. },
  3336. "node_modules/@sindresorhus/is": {
  3337. "version": "7.2.0",
  3338. "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-7.2.0.tgz",
  3339. "integrity": "sha512-P1Cz1dWaFfR4IR+U13mqqiGsLFf1KbayybWwdd2vfctdV6hDpUkgCY0nKOLLTMSoRd/jJNjtbqzf13K8DCCXQw==",
  3340. "license": "MIT",
  3341. "engines": {
  3342. "node": ">=18"
  3343. },
  3344. "funding": {
  3345. "url": "https://github.com/sindresorhus/is?sponsor=1"
  3346. }
  3347. },
  3348. "node_modules/@sindresorhus/merge-streams": {
  3349. "version": "4.0.0",
  3350. "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz",
  3351. "integrity": "sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==",
  3352. "license": "MIT",
  3353. "engines": {
  3354. "node": ">=18"
  3355. },
  3356. "funding": {
  3357. "url": "https://github.com/sponsors/sindresorhus"
  3358. }
  3359. },
  3360. "node_modules/@speed-highlight/core": {
  3361. "version": "1.2.15",
  3362. "resolved": "https://registry.npmjs.org/@speed-highlight/core/-/core-1.2.15.tgz",
  3363. "integrity": "sha512-BMq1K3DsElxDWawkX6eLg9+CKJrTVGCBAWVuHXVUV2u0s2711qiChLSId6ikYPfxhdYocLNt3wWwSvDiTvFabw==",
  3364. "license": "CC0-1.0"
  3365. },
  3366. "node_modules/@tybys/wasm-util": {
  3367. "version": "0.10.1",
  3368. "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
  3369. "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==",
  3370. "license": "MIT",
  3371. "optional": true,
  3372. "dependencies": {
  3373. "tslib": "^2.4.0"
  3374. }
  3375. },
  3376. "node_modules/@types/estree": {
  3377. "version": "1.0.8",
  3378. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
  3379. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  3380. "license": "MIT"
  3381. },
  3382. "node_modules/@types/resolve": {
  3383. "version": "1.20.2",
  3384. "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz",
  3385. "integrity": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==",
  3386. "license": "MIT"
  3387. },
  3388. "node_modules/@unhead/vue": {
  3389. "version": "2.1.13",
  3390. "resolved": "https://registry.npmjs.org/@unhead/vue/-/vue-2.1.13.tgz",
  3391. "integrity": "sha512-HYy0shaHRnLNW9r85gppO8IiGz0ONWVV3zGdlT8CQ0tbTwixznJCIiyqV4BSV1aIF1jJIye0pd1p/k6Eab8Z/A==",
  3392. "license": "MIT",
  3393. "dependencies": {
  3394. "hookable": "^6.0.1",
  3395. "unhead": "2.1.13"
  3396. },
  3397. "funding": {
  3398. "url": "https://github.com/sponsors/harlan-zw"
  3399. },
  3400. "peerDependencies": {
  3401. "vue": ">=3.5.18"
  3402. }
  3403. },
  3404. "node_modules/@vercel/nft": {
  3405. "version": "1.5.0",
  3406. "resolved": "https://registry.npmjs.org/@vercel/nft/-/nft-1.5.0.tgz",
  3407. "integrity": "sha512-IWTDeIoWhQ7ZtRO/JRKH+jhmeQvZYhtGPmzw/QGDY+wDCQqfm25P9yIdoAFagu4fWsK4IwZXDFIjrmp5rRm/sA==",
  3408. "license": "MIT",
  3409. "dependencies": {
  3410. "@mapbox/node-pre-gyp": "^2.0.0",
  3411. "@rollup/pluginutils": "^5.1.3",
  3412. "acorn": "^8.6.0",
  3413. "acorn-import-attributes": "^1.9.5",
  3414. "async-sema": "^3.1.1",
  3415. "bindings": "^1.4.0",
  3416. "estree-walker": "2.0.2",
  3417. "glob": "^13.0.0",
  3418. "graceful-fs": "^4.2.9",
  3419. "node-gyp-build": "^4.2.2",
  3420. "picomatch": "^4.0.2",
  3421. "resolve-from": "^5.0.0"
  3422. },
  3423. "bin": {
  3424. "nft": "out/cli.js"
  3425. },
  3426. "engines": {
  3427. "node": ">=20"
  3428. }
  3429. },
  3430. "node_modules/@vitejs/plugin-vue": {
  3431. "version": "6.0.5",
  3432. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-6.0.5.tgz",
  3433. "integrity": "sha512-bL3AxKuQySfk1iGcBsQnoRVexTPJq0Z/ixFVM8OhVJAP6ZXXXLtM7NFKWhLl30Kg7uTBqIaPXbh+nuQCuBDedg==",
  3434. "license": "MIT",
  3435. "dependencies": {
  3436. "@rolldown/pluginutils": "1.0.0-rc.2"
  3437. },
  3438. "engines": {
  3439. "node": "^20.19.0 || >=22.12.0"
  3440. },
  3441. "peerDependencies": {
  3442. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
  3443. "vue": "^3.2.25"
  3444. }
  3445. },
  3446. "node_modules/@vitejs/plugin-vue-jsx": {
  3447. "version": "5.1.5",
  3448. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-5.1.5.tgz",
  3449. "integrity": "sha512-jIAsvHOEtWpslLOI2MeElGFxH7M8pM83BU/Tor4RLyiwH0FM4nUW3xdvbw20EeU9wc5IspQwMq225K3CMnJEpA==",
  3450. "license": "MIT",
  3451. "dependencies": {
  3452. "@babel/core": "^7.29.0",
  3453. "@babel/plugin-syntax-typescript": "^7.28.6",
  3454. "@babel/plugin-transform-typescript": "^7.28.6",
  3455. "@rolldown/pluginutils": "^1.0.0-rc.2",
  3456. "@vue/babel-plugin-jsx": "^2.0.1"
  3457. },
  3458. "engines": {
  3459. "node": "^20.19.0 || >=22.12.0"
  3460. },
  3461. "peerDependencies": {
  3462. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
  3463. "vue": "^3.0.0"
  3464. }
  3465. },
  3466. "node_modules/@vue-macros/common": {
  3467. "version": "3.1.2",
  3468. "resolved": "https://registry.npmjs.org/@vue-macros/common/-/common-3.1.2.tgz",
  3469. "integrity": "sha512-h9t4ArDdniO9ekYHAD95t9AZcAbb19lEGK+26iAjUODOIJKmObDNBSe4+6ELQAA3vtYiFPPBtHh7+cQCKi3Dng==",
  3470. "license": "MIT",
  3471. "dependencies": {
  3472. "@vue/compiler-sfc": "^3.5.22",
  3473. "ast-kit": "^2.1.2",
  3474. "local-pkg": "^1.1.2",
  3475. "magic-string-ast": "^1.0.2",
  3476. "unplugin-utils": "^0.3.0"
  3477. },
  3478. "engines": {
  3479. "node": ">=20.19.0"
  3480. },
  3481. "funding": {
  3482. "url": "https://github.com/sponsors/vue-macros"
  3483. },
  3484. "peerDependencies": {
  3485. "vue": "^2.7.0 || ^3.2.25"
  3486. },
  3487. "peerDependenciesMeta": {
  3488. "vue": {
  3489. "optional": true
  3490. }
  3491. }
  3492. },
  3493. "node_modules/@vue/babel-helper-vue-transform-on": {
  3494. "version": "2.0.1",
  3495. "resolved": "https://registry.npmjs.org/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-2.0.1.tgz",
  3496. "integrity": "sha512-uZ66EaFbnnZSYqYEyplWvn46GhZ1KuYSThdT68p+am7MgBNbQ3hphTL9L+xSIsWkdktwhPYLwPgVWqo96jDdRA==",
  3497. "license": "MIT"
  3498. },
  3499. "node_modules/@vue/babel-plugin-jsx": {
  3500. "version": "2.0.1",
  3501. "resolved": "https://registry.npmjs.org/@vue/babel-plugin-jsx/-/babel-plugin-jsx-2.0.1.tgz",
  3502. "integrity": "sha512-a8CaLQjD/s4PVdhrLD/zT574ZNPnZBOY+IhdtKWRB4HRZ0I2tXBi5ne7d9eCfaYwp5gU5+4KIyFTV1W1YL9xZA==",
  3503. "license": "MIT",
  3504. "dependencies": {
  3505. "@babel/helper-module-imports": "^7.27.1",
  3506. "@babel/helper-plugin-utils": "^7.27.1",
  3507. "@babel/plugin-syntax-jsx": "^7.27.1",
  3508. "@babel/template": "^7.27.2",
  3509. "@babel/traverse": "^7.28.4",
  3510. "@babel/types": "^7.28.4",
  3511. "@vue/babel-helper-vue-transform-on": "2.0.1",
  3512. "@vue/babel-plugin-resolve-type": "2.0.1",
  3513. "@vue/shared": "^3.5.22"
  3514. },
  3515. "peerDependencies": {
  3516. "@babel/core": "^7.0.0-0"
  3517. },
  3518. "peerDependenciesMeta": {
  3519. "@babel/core": {
  3520. "optional": true
  3521. }
  3522. }
  3523. },
  3524. "node_modules/@vue/babel-plugin-resolve-type": {
  3525. "version": "2.0.1",
  3526. "resolved": "https://registry.npmjs.org/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-2.0.1.tgz",
  3527. "integrity": "sha512-ybwgIuRGRRBhOU37GImDoWQoz+TlSqap65qVI6iwg/J7FfLTLmMf97TS7xQH9I7Qtr/gp161kYVdhr1ZMraSYQ==",
  3528. "license": "MIT",
  3529. "dependencies": {
  3530. "@babel/code-frame": "^7.27.1",
  3531. "@babel/helper-module-imports": "^7.27.1",
  3532. "@babel/helper-plugin-utils": "^7.27.1",
  3533. "@babel/parser": "^7.28.4",
  3534. "@vue/compiler-sfc": "^3.5.22"
  3535. },
  3536. "funding": {
  3537. "url": "https://github.com/sponsors/sxzz"
  3538. },
  3539. "peerDependencies": {
  3540. "@babel/core": "^7.0.0-0"
  3541. }
  3542. },
  3543. "node_modules/@vue/compiler-core": {
  3544. "version": "3.5.32",
  3545. "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.32.tgz",
  3546. "integrity": "sha512-4x74Tbtqnda8s/NSD6e1Dr5p1c8HdMU5RWSjMSUzb8RTcUQqevDCxVAitcLBKT+ie3o0Dl9crc/S/opJM7qBGQ==",
  3547. "license": "MIT",
  3548. "dependencies": {
  3549. "@babel/parser": "^7.29.2",
  3550. "@vue/shared": "3.5.32",
  3551. "entities": "^7.0.1",
  3552. "estree-walker": "^2.0.2",
  3553. "source-map-js": "^1.2.1"
  3554. }
  3555. },
  3556. "node_modules/@vue/compiler-dom": {
  3557. "version": "3.5.32",
  3558. "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.32.tgz",
  3559. "integrity": "sha512-ybHAu70NtiEI1fvAUz3oXZqkUYEe5J98GjMDpTGl5iHb0T15wQYLR4wE3h9xfuTNA+Cm2f4czfe8B4s+CCH57Q==",
  3560. "license": "MIT",
  3561. "dependencies": {
  3562. "@vue/compiler-core": "3.5.32",
  3563. "@vue/shared": "3.5.32"
  3564. }
  3565. },
  3566. "node_modules/@vue/compiler-sfc": {
  3567. "version": "3.5.32",
  3568. "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.32.tgz",
  3569. "integrity": "sha512-8UYUYo71cP/0YHMO814TRZlPuUUw3oifHuMR7Wp9SNoRSrxRQnhMLNlCeaODNn6kNTJsjFoQ/kqIj4qGvya4Xg==",
  3570. "license": "MIT",
  3571. "dependencies": {
  3572. "@babel/parser": "^7.29.2",
  3573. "@vue/compiler-core": "3.5.32",
  3574. "@vue/compiler-dom": "3.5.32",
  3575. "@vue/compiler-ssr": "3.5.32",
  3576. "@vue/shared": "3.5.32",
  3577. "estree-walker": "^2.0.2",
  3578. "magic-string": "^0.30.21",
  3579. "postcss": "^8.5.8",
  3580. "source-map-js": "^1.2.1"
  3581. }
  3582. },
  3583. "node_modules/@vue/compiler-ssr": {
  3584. "version": "3.5.32",
  3585. "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.32.tgz",
  3586. "integrity": "sha512-Gp4gTs22T3DgRotZ8aA/6m2jMR+GMztvBXUBEUOYOcST+giyGWJ4WvFd7QLHBkzTxkfOt8IELKNdpzITLbA2rw==",
  3587. "license": "MIT",
  3588. "dependencies": {
  3589. "@vue/compiler-dom": "3.5.32",
  3590. "@vue/shared": "3.5.32"
  3591. }
  3592. },
  3593. "node_modules/@vue/devtools-api": {
  3594. "version": "8.1.1",
  3595. "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-8.1.1.tgz",
  3596. "integrity": "sha512-bsDMJ07b3GN1puVwJb/fyFnj/U2imyswK5UQVLZwVl7O05jDrt6BHxeG5XffmOOdasOj/bOmIjxJvGPxU7pcqw==",
  3597. "license": "MIT",
  3598. "dependencies": {
  3599. "@vue/devtools-kit": "^8.1.1"
  3600. }
  3601. },
  3602. "node_modules/@vue/devtools-core": {
  3603. "version": "8.1.1",
  3604. "resolved": "https://registry.npmjs.org/@vue/devtools-core/-/devtools-core-8.1.1.tgz",
  3605. "integrity": "sha512-bCCsSABp1/ot4j8xJEycM6Mtt2wbuucfByr6hMgjbYhrtlscOJypZKvy8f1FyWLYrLTchB5Qz216Lm92wfbq0A==",
  3606. "license": "MIT",
  3607. "dependencies": {
  3608. "@vue/devtools-kit": "^8.1.1",
  3609. "@vue/devtools-shared": "^8.1.1"
  3610. },
  3611. "peerDependencies": {
  3612. "vue": "^3.0.0"
  3613. }
  3614. },
  3615. "node_modules/@vue/devtools-kit": {
  3616. "version": "8.1.1",
  3617. "resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-8.1.1.tgz",
  3618. "integrity": "sha512-gVBaBv++i+adg4JpH71k9ppl4soyR7Y2McEqO5YNgv0BI1kMZ7BDX5gnwkZ5COYgiCyhejZG+yGNrBAjj6Coqg==",
  3619. "license": "MIT",
  3620. "dependencies": {
  3621. "@vue/devtools-shared": "^8.1.1",
  3622. "birpc": "^2.6.1",
  3623. "hookable": "^5.5.3",
  3624. "perfect-debounce": "^2.0.0"
  3625. }
  3626. },
  3627. "node_modules/@vue/devtools-kit/node_modules/birpc": {
  3628. "version": "2.9.0",
  3629. "resolved": "https://registry.npmjs.org/birpc/-/birpc-2.9.0.tgz",
  3630. "integrity": "sha512-KrayHS5pBi69Xi9JmvoqrIgYGDkD6mcSe/i6YKi3w5kekCLzrX4+nawcXqrj2tIp50Kw/mT/s3p+GVK0A0sKxw==",
  3631. "license": "MIT",
  3632. "funding": {
  3633. "url": "https://github.com/sponsors/antfu"
  3634. }
  3635. },
  3636. "node_modules/@vue/devtools-kit/node_modules/hookable": {
  3637. "version": "5.5.3",
  3638. "resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz",
  3639. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
  3640. "license": "MIT"
  3641. },
  3642. "node_modules/@vue/devtools-shared": {
  3643. "version": "8.1.1",
  3644. "resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-8.1.1.tgz",
  3645. "integrity": "sha512-+h4ttmJYl/txpxHKaoZcaKpC+pvckgLzIDiSQlaQ7kKthKh8KuwoLW2D8hPJEnqKzXOvu15UHEoGyngAXCz0EQ==",
  3646. "license": "MIT"
  3647. },
  3648. "node_modules/@vue/reactivity": {
  3649. "version": "3.5.32",
  3650. "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.32.tgz",
  3651. "integrity": "sha512-/ORasxSGvZ6MN5gc+uE364SxFdJ0+WqVG0CENXaGW58TOCdrAW76WWaplDtECeS1qphvtBZtR+3/o1g1zL4xPQ==",
  3652. "license": "MIT",
  3653. "dependencies": {
  3654. "@vue/shared": "3.5.32"
  3655. }
  3656. },
  3657. "node_modules/@vue/runtime-core": {
  3658. "version": "3.5.32",
  3659. "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.32.tgz",
  3660. "integrity": "sha512-pDrXCejn4UpFDFmMd27AcJEbHaLemaE5o4pbb7sLk79SRIhc6/t34BQA7SGNgYtbMnvbF/HHOftYBgFJtUoJUQ==",
  3661. "license": "MIT",
  3662. "dependencies": {
  3663. "@vue/reactivity": "3.5.32",
  3664. "@vue/shared": "3.5.32"
  3665. }
  3666. },
  3667. "node_modules/@vue/runtime-dom": {
  3668. "version": "3.5.32",
  3669. "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.32.tgz",
  3670. "integrity": "sha512-1CDVv7tv/IV13V8Nip1k/aaObVbWqRlVCVezTwx3K07p7Vxossp5JU1dcPNhJk3w347gonIUT9jQOGutyJrSVQ==",
  3671. "license": "MIT",
  3672. "dependencies": {
  3673. "@vue/reactivity": "3.5.32",
  3674. "@vue/runtime-core": "3.5.32",
  3675. "@vue/shared": "3.5.32",
  3676. "csstype": "^3.2.3"
  3677. }
  3678. },
  3679. "node_modules/@vue/server-renderer": {
  3680. "version": "3.5.32",
  3681. "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.32.tgz",
  3682. "integrity": "sha512-IOjm2+JQwRFS7W28HNuJeXQle9KdZbODFY7hFGVtnnghF51ta20EWAZJHX+zLGtsHhaU6uC9BGPV52KVpYryMQ==",
  3683. "license": "MIT",
  3684. "dependencies": {
  3685. "@vue/compiler-ssr": "3.5.32",
  3686. "@vue/shared": "3.5.32"
  3687. },
  3688. "peerDependencies": {
  3689. "vue": "3.5.32"
  3690. }
  3691. },
  3692. "node_modules/@vue/shared": {
  3693. "version": "3.5.32",
  3694. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.32.tgz",
  3695. "integrity": "sha512-ksNyrmRQzWJJ8n3cRDuSF7zNNontuJg1YHnmWRJd2AMu8Ij2bqwiiri2lH5rHtYPZjj4STkNcgcmiQqlOjiYGg==",
  3696. "license": "MIT"
  3697. },
  3698. "node_modules/abbrev": {
  3699. "version": "3.0.1",
  3700. "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-3.0.1.tgz",
  3701. "integrity": "sha512-AO2ac6pjRB3SJmGJo+v5/aK6Omggp6fsLrs6wN9bd35ulu4cCwaAU9+7ZhXjeqHVkaHThLuzH0nZr0YpCDhygg==",
  3702. "license": "ISC",
  3703. "engines": {
  3704. "node": "^18.17.0 || >=20.5.0"
  3705. }
  3706. },
  3707. "node_modules/abort-controller": {
  3708. "version": "3.0.0",
  3709. "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
  3710. "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
  3711. "license": "MIT",
  3712. "dependencies": {
  3713. "event-target-shim": "^5.0.0"
  3714. },
  3715. "engines": {
  3716. "node": ">=6.5"
  3717. }
  3718. },
  3719. "node_modules/acorn": {
  3720. "version": "8.16.0",
  3721. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
  3722. "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
  3723. "license": "MIT",
  3724. "peer": true,
  3725. "bin": {
  3726. "acorn": "bin/acorn"
  3727. },
  3728. "engines": {
  3729. "node": ">=0.4.0"
  3730. }
  3731. },
  3732. "node_modules/acorn-import-attributes": {
  3733. "version": "1.9.5",
  3734. "resolved": "https://registry.npmjs.org/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz",
  3735. "integrity": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==",
  3736. "license": "MIT",
  3737. "peerDependencies": {
  3738. "acorn": "^8"
  3739. }
  3740. },
  3741. "node_modules/agent-base": {
  3742. "version": "7.1.4",
  3743. "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
  3744. "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
  3745. "license": "MIT",
  3746. "engines": {
  3747. "node": ">= 14"
  3748. }
  3749. },
  3750. "node_modules/ansi-regex": {
  3751. "version": "6.2.2",
  3752. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
  3753. "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
  3754. "license": "MIT",
  3755. "engines": {
  3756. "node": ">=12"
  3757. },
  3758. "funding": {
  3759. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  3760. }
  3761. },
  3762. "node_modules/ansi-styles": {
  3763. "version": "6.2.3",
  3764. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
  3765. "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
  3766. "license": "MIT",
  3767. "engines": {
  3768. "node": ">=12"
  3769. },
  3770. "funding": {
  3771. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  3772. }
  3773. },
  3774. "node_modules/ansis": {
  3775. "version": "4.2.0",
  3776. "resolved": "https://registry.npmjs.org/ansis/-/ansis-4.2.0.tgz",
  3777. "integrity": "sha512-HqZ5rWlFjGiV0tDm3UxxgNRqsOTniqoKZu0pIAfh7TZQMGuZK+hH0drySty0si0QXj1ieop4+SkSfPZBPPkHig==",
  3778. "license": "ISC",
  3779. "engines": {
  3780. "node": ">=14"
  3781. }
  3782. },
  3783. "node_modules/anymatch": {
  3784. "version": "3.1.3",
  3785. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
  3786. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  3787. "license": "ISC",
  3788. "dependencies": {
  3789. "normalize-path": "^3.0.0",
  3790. "picomatch": "^2.0.4"
  3791. },
  3792. "engines": {
  3793. "node": ">= 8"
  3794. }
  3795. },
  3796. "node_modules/anymatch/node_modules/picomatch": {
  3797. "version": "2.3.2",
  3798. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
  3799. "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
  3800. "license": "MIT",
  3801. "engines": {
  3802. "node": ">=8.6"
  3803. },
  3804. "funding": {
  3805. "url": "https://github.com/sponsors/jonschlinkert"
  3806. }
  3807. },
  3808. "node_modules/archiver": {
  3809. "version": "7.0.1",
  3810. "resolved": "https://registry.npmjs.org/archiver/-/archiver-7.0.1.tgz",
  3811. "integrity": "sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==",
  3812. "license": "MIT",
  3813. "dependencies": {
  3814. "archiver-utils": "^5.0.2",
  3815. "async": "^3.2.4",
  3816. "buffer-crc32": "^1.0.0",
  3817. "readable-stream": "^4.0.0",
  3818. "readdir-glob": "^1.1.2",
  3819. "tar-stream": "^3.0.0",
  3820. "zip-stream": "^6.0.1"
  3821. },
  3822. "engines": {
  3823. "node": ">= 14"
  3824. }
  3825. },
  3826. "node_modules/archiver-utils": {
  3827. "version": "5.0.2",
  3828. "resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-5.0.2.tgz",
  3829. "integrity": "sha512-wuLJMmIBQYCsGZgYLTy5FIB2pF6Lfb6cXMSF8Qywwk3t20zWnAi7zLcQFdKQmIB8wyZpY5ER38x08GbwtR2cLA==",
  3830. "license": "MIT",
  3831. "dependencies": {
  3832. "glob": "^10.0.0",
  3833. "graceful-fs": "^4.2.0",
  3834. "is-stream": "^2.0.1",
  3835. "lazystream": "^1.0.0",
  3836. "lodash": "^4.17.15",
  3837. "normalize-path": "^3.0.0",
  3838. "readable-stream": "^4.0.0"
  3839. },
  3840. "engines": {
  3841. "node": ">= 14"
  3842. }
  3843. },
  3844. "node_modules/archiver-utils/node_modules/balanced-match": {
  3845. "version": "1.0.2",
  3846. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  3847. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  3848. "license": "MIT"
  3849. },
  3850. "node_modules/archiver-utils/node_modules/brace-expansion": {
  3851. "version": "2.0.3",
  3852. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
  3853. "integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
  3854. "license": "MIT",
  3855. "dependencies": {
  3856. "balanced-match": "^1.0.0"
  3857. }
  3858. },
  3859. "node_modules/archiver-utils/node_modules/glob": {
  3860. "version": "10.5.0",
  3861. "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
  3862. "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
  3863. "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
  3864. "license": "ISC",
  3865. "dependencies": {
  3866. "foreground-child": "^3.1.0",
  3867. "jackspeak": "^3.1.2",
  3868. "minimatch": "^9.0.4",
  3869. "minipass": "^7.1.2",
  3870. "package-json-from-dist": "^1.0.0",
  3871. "path-scurry": "^1.11.1"
  3872. },
  3873. "bin": {
  3874. "glob": "dist/esm/bin.mjs"
  3875. },
  3876. "funding": {
  3877. "url": "https://github.com/sponsors/isaacs"
  3878. }
  3879. },
  3880. "node_modules/archiver-utils/node_modules/is-stream": {
  3881. "version": "2.0.1",
  3882. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  3883. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  3884. "license": "MIT",
  3885. "engines": {
  3886. "node": ">=8"
  3887. },
  3888. "funding": {
  3889. "url": "https://github.com/sponsors/sindresorhus"
  3890. }
  3891. },
  3892. "node_modules/archiver-utils/node_modules/lru-cache": {
  3893. "version": "10.4.3",
  3894. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
  3895. "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
  3896. "license": "ISC"
  3897. },
  3898. "node_modules/archiver-utils/node_modules/minimatch": {
  3899. "version": "9.0.9",
  3900. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
  3901. "integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
  3902. "license": "ISC",
  3903. "dependencies": {
  3904. "brace-expansion": "^2.0.2"
  3905. },
  3906. "engines": {
  3907. "node": ">=16 || 14 >=14.17"
  3908. },
  3909. "funding": {
  3910. "url": "https://github.com/sponsors/isaacs"
  3911. }
  3912. },
  3913. "node_modules/archiver-utils/node_modules/path-scurry": {
  3914. "version": "1.11.1",
  3915. "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
  3916. "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
  3917. "license": "BlueOak-1.0.0",
  3918. "dependencies": {
  3919. "lru-cache": "^10.2.0",
  3920. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  3921. },
  3922. "engines": {
  3923. "node": ">=16 || 14 >=14.18"
  3924. },
  3925. "funding": {
  3926. "url": "https://github.com/sponsors/isaacs"
  3927. }
  3928. },
  3929. "node_modules/ast-kit": {
  3930. "version": "2.2.0",
  3931. "resolved": "https://registry.npmjs.org/ast-kit/-/ast-kit-2.2.0.tgz",
  3932. "integrity": "sha512-m1Q/RaVOnTp9JxPX+F+Zn7IcLYMzM8kZofDImfsKZd8MbR+ikdOzTeztStWqfrqIxZnYWryyI9ePm3NGjnZgGw==",
  3933. "license": "MIT",
  3934. "dependencies": {
  3935. "@babel/parser": "^7.28.5",
  3936. "pathe": "^2.0.3"
  3937. },
  3938. "engines": {
  3939. "node": ">=20.19.0"
  3940. },
  3941. "funding": {
  3942. "url": "https://github.com/sponsors/sxzz"
  3943. }
  3944. },
  3945. "node_modules/ast-walker-scope": {
  3946. "version": "0.8.3",
  3947. "resolved": "https://registry.npmjs.org/ast-walker-scope/-/ast-walker-scope-0.8.3.tgz",
  3948. "integrity": "sha512-cbdCP0PGOBq0ASG+sjnKIoYkWMKhhz+F/h9pRexUdX2Hd38+WOlBkRKlqkGOSm0YQpcFMQBJeK4WspUAkwsEdg==",
  3949. "license": "MIT",
  3950. "dependencies": {
  3951. "@babel/parser": "^7.28.4",
  3952. "ast-kit": "^2.1.3"
  3953. },
  3954. "engines": {
  3955. "node": ">=20.19.0"
  3956. },
  3957. "funding": {
  3958. "url": "https://github.com/sponsors/sxzz"
  3959. }
  3960. },
  3961. "node_modules/async": {
  3962. "version": "3.2.6",
  3963. "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz",
  3964. "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==",
  3965. "license": "MIT"
  3966. },
  3967. "node_modules/async-sema": {
  3968. "version": "3.1.1",
  3969. "resolved": "https://registry.npmjs.org/async-sema/-/async-sema-3.1.1.tgz",
  3970. "integrity": "sha512-tLRNUXati5MFePdAk8dw7Qt7DpxPB60ofAgn8WRhW6a2rcimZnYBP9oxHiv0OHy+Wz7kPMG+t4LGdt31+4EmGg==",
  3971. "license": "MIT"
  3972. },
  3973. "node_modules/autoprefixer": {
  3974. "version": "10.4.27",
  3975. "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.27.tgz",
  3976. "integrity": "sha512-NP9APE+tO+LuJGn7/9+cohklunJsXWiaWEfV3si4Gi/XHDwVNgkwr1J3RQYFIvPy76GmJ9/bW8vyoU1LcxwKHA==",
  3977. "funding": [
  3978. {
  3979. "type": "opencollective",
  3980. "url": "https://opencollective.com/postcss/"
  3981. },
  3982. {
  3983. "type": "tidelift",
  3984. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  3985. },
  3986. {
  3987. "type": "github",
  3988. "url": "https://github.com/sponsors/ai"
  3989. }
  3990. ],
  3991. "license": "MIT",
  3992. "dependencies": {
  3993. "browserslist": "^4.28.1",
  3994. "caniuse-lite": "^1.0.30001774",
  3995. "fraction.js": "^5.3.4",
  3996. "picocolors": "^1.1.1",
  3997. "postcss-value-parser": "^4.2.0"
  3998. },
  3999. "bin": {
  4000. "autoprefixer": "bin/autoprefixer"
  4001. },
  4002. "engines": {
  4003. "node": "^10 || ^12 || >=14"
  4004. },
  4005. "peerDependencies": {
  4006. "postcss": "^8.1.0"
  4007. }
  4008. },
  4009. "node_modules/b4a": {
  4010. "version": "1.8.0",
  4011. "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.8.0.tgz",
  4012. "integrity": "sha512-qRuSmNSkGQaHwNbM7J78Wwy+ghLEYF1zNrSeMxj4Kgw6y33O3mXcQ6Ie9fRvfU/YnxWkOchPXbaLb73TkIsfdg==",
  4013. "license": "Apache-2.0",
  4014. "peerDependencies": {
  4015. "react-native-b4a": "*"
  4016. },
  4017. "peerDependenciesMeta": {
  4018. "react-native-b4a": {
  4019. "optional": true
  4020. }
  4021. }
  4022. },
  4023. "node_modules/balanced-match": {
  4024. "version": "4.0.4",
  4025. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
  4026. "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
  4027. "license": "MIT",
  4028. "engines": {
  4029. "node": "18 || 20 || >=22"
  4030. }
  4031. },
  4032. "node_modules/bare-events": {
  4033. "version": "2.8.2",
  4034. "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.8.2.tgz",
  4035. "integrity": "sha512-riJjyv1/mHLIPX4RwiK+oW9/4c3TEUeORHKefKAKnZ5kyslbN+HXowtbaVEqt4IMUB7OXlfixcs6gsFeo/jhiQ==",
  4036. "license": "Apache-2.0",
  4037. "peer": true,
  4038. "peerDependencies": {
  4039. "bare-abort-controller": "*"
  4040. },
  4041. "peerDependenciesMeta": {
  4042. "bare-abort-controller": {
  4043. "optional": true
  4044. }
  4045. }
  4046. },
  4047. "node_modules/bare-fs": {
  4048. "version": "4.7.0",
  4049. "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.7.0.tgz",
  4050. "integrity": "sha512-xzqKsCFxAek9aezYhjJuJRXBIaYlg/0OGDTZp+T8eYmYMlm66cs6cYko02drIyjN2CBbi+I6L7YfXyqpqtKRXA==",
  4051. "license": "Apache-2.0",
  4052. "dependencies": {
  4053. "bare-events": "^2.5.4",
  4054. "bare-path": "^3.0.0",
  4055. "bare-stream": "^2.6.4",
  4056. "bare-url": "^2.2.2",
  4057. "fast-fifo": "^1.3.2"
  4058. },
  4059. "engines": {
  4060. "bare": ">=1.16.0"
  4061. },
  4062. "peerDependencies": {
  4063. "bare-buffer": "*"
  4064. },
  4065. "peerDependenciesMeta": {
  4066. "bare-buffer": {
  4067. "optional": true
  4068. }
  4069. }
  4070. },
  4071. "node_modules/bare-os": {
  4072. "version": "3.8.7",
  4073. "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.8.7.tgz",
  4074. "integrity": "sha512-G4Gr1UsGeEy2qtDTZwL7JFLo2wapUarz7iTMcYcMFdS89AIQuBoyjgXZz0Utv7uHs3xA9LckhVbeBi8lEQrC+w==",
  4075. "license": "Apache-2.0",
  4076. "engines": {
  4077. "bare": ">=1.14.0"
  4078. }
  4079. },
  4080. "node_modules/bare-path": {
  4081. "version": "3.0.0",
  4082. "resolved": "https://registry.npmjs.org/bare-path/-/bare-path-3.0.0.tgz",
  4083. "integrity": "sha512-tyfW2cQcB5NN8Saijrhqn0Zh7AnFNsnczRcuWODH0eYAXBsJ5gVxAUuNr7tsHSC6IZ77cA0SitzT+s47kot8Mw==",
  4084. "license": "Apache-2.0",
  4085. "dependencies": {
  4086. "bare-os": "^3.0.1"
  4087. }
  4088. },
  4089. "node_modules/bare-stream": {
  4090. "version": "2.13.0",
  4091. "resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.13.0.tgz",
  4092. "integrity": "sha512-3zAJRZMDFGjdn+RVnNpF9kuELw+0Fl3lpndM4NcEOhb9zwtSo/deETfuIwMSE5BXanA0FrN1qVjffGwAg2Y7EA==",
  4093. "license": "Apache-2.0",
  4094. "dependencies": {
  4095. "streamx": "^2.25.0",
  4096. "teex": "^1.0.1"
  4097. },
  4098. "peerDependencies": {
  4099. "bare-abort-controller": "*",
  4100. "bare-buffer": "*",
  4101. "bare-events": "*"
  4102. },
  4103. "peerDependenciesMeta": {
  4104. "bare-abort-controller": {
  4105. "optional": true
  4106. },
  4107. "bare-buffer": {
  4108. "optional": true
  4109. },
  4110. "bare-events": {
  4111. "optional": true
  4112. }
  4113. }
  4114. },
  4115. "node_modules/bare-url": {
  4116. "version": "2.4.0",
  4117. "resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.4.0.tgz",
  4118. "integrity": "sha512-NSTU5WN+fy/L0DDenfE8SXQna4voXuW0FHM7wH8i3/q9khUSchfPbPezO4zSFMnDGIf9YE+mt/RWhZgNRKRIXA==",
  4119. "license": "Apache-2.0",
  4120. "dependencies": {
  4121. "bare-path": "^3.0.0"
  4122. }
  4123. },
  4124. "node_modules/base64-js": {
  4125. "version": "1.5.1",
  4126. "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
  4127. "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
  4128. "funding": [
  4129. {
  4130. "type": "github",
  4131. "url": "https://github.com/sponsors/feross"
  4132. },
  4133. {
  4134. "type": "patreon",
  4135. "url": "https://www.patreon.com/feross"
  4136. },
  4137. {
  4138. "type": "consulting",
  4139. "url": "https://feross.org/support"
  4140. }
  4141. ],
  4142. "license": "MIT"
  4143. },
  4144. "node_modules/baseline-browser-mapping": {
  4145. "version": "2.10.17",
  4146. "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.17.tgz",
  4147. "integrity": "sha512-HdrkN8eVG2CXxeifv/VdJ4A4RSra1DTW8dc/hdxzhGHN8QePs6gKaWM9pHPcpCoxYZJuOZ8drHmbdpLHjCYjLA==",
  4148. "license": "Apache-2.0",
  4149. "bin": {
  4150. "baseline-browser-mapping": "dist/cli.cjs"
  4151. },
  4152. "engines": {
  4153. "node": ">=6.0.0"
  4154. }
  4155. },
  4156. "node_modules/bcrypt": {
  4157. "version": "6.0.0",
  4158. "resolved": "https://registry.npmjs.org/bcrypt/-/bcrypt-6.0.0.tgz",
  4159. "integrity": "sha512-cU8v/EGSrnH+HnxV2z0J7/blxH8gq7Xh2JFT6Aroax7UohdmiJJlxApMxtKfuI7z68NvvVcmR78k2LbT6efhRg==",
  4160. "hasInstallScript": true,
  4161. "license": "MIT",
  4162. "dependencies": {
  4163. "node-addon-api": "^8.3.0",
  4164. "node-gyp-build": "^4.8.4"
  4165. },
  4166. "engines": {
  4167. "node": ">= 18"
  4168. }
  4169. },
  4170. "node_modules/bcrypt/node_modules/node-addon-api": {
  4171. "version": "8.7.0",
  4172. "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-8.7.0.tgz",
  4173. "integrity": "sha512-9MdFxmkKaOYVTV+XVRG8ArDwwQ77XIgIPyKASB1k3JPq3M8fGQQQE3YpMOrKm6g//Ktx8ivZr8xo1Qmtqub+GA==",
  4174. "license": "MIT",
  4175. "engines": {
  4176. "node": "^18 || ^20 || >= 21"
  4177. }
  4178. },
  4179. "node_modules/bindings": {
  4180. "version": "1.5.0",
  4181. "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
  4182. "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
  4183. "license": "MIT",
  4184. "dependencies": {
  4185. "file-uri-to-path": "1.0.0"
  4186. }
  4187. },
  4188. "node_modules/birpc": {
  4189. "version": "4.0.0",
  4190. "resolved": "https://registry.npmjs.org/birpc/-/birpc-4.0.0.tgz",
  4191. "integrity": "sha512-LShSxJP0KTmd101b6DRyGBj57LZxSDYWKitQNW/mi8GRMvZb078Uf9+pveax1DrVL89vm7mWe+TovdI/UDOuPw==",
  4192. "license": "MIT",
  4193. "funding": {
  4194. "url": "https://github.com/sponsors/antfu"
  4195. }
  4196. },
  4197. "node_modules/boolbase": {
  4198. "version": "1.0.0",
  4199. "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
  4200. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
  4201. "license": "ISC"
  4202. },
  4203. "node_modules/brace-expansion": {
  4204. "version": "5.0.5",
  4205. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
  4206. "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
  4207. "license": "MIT",
  4208. "dependencies": {
  4209. "balanced-match": "^4.0.2"
  4210. },
  4211. "engines": {
  4212. "node": "18 || 20 || >=22"
  4213. }
  4214. },
  4215. "node_modules/braces": {
  4216. "version": "3.0.3",
  4217. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  4218. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  4219. "license": "MIT",
  4220. "dependencies": {
  4221. "fill-range": "^7.1.1"
  4222. },
  4223. "engines": {
  4224. "node": ">=8"
  4225. }
  4226. },
  4227. "node_modules/browserslist": {
  4228. "version": "4.28.2",
  4229. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.2.tgz",
  4230. "integrity": "sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==",
  4231. "funding": [
  4232. {
  4233. "type": "opencollective",
  4234. "url": "https://opencollective.com/browserslist"
  4235. },
  4236. {
  4237. "type": "tidelift",
  4238. "url": "https://tidelift.com/funding/github/npm/browserslist"
  4239. },
  4240. {
  4241. "type": "github",
  4242. "url": "https://github.com/sponsors/ai"
  4243. }
  4244. ],
  4245. "license": "MIT",
  4246. "peer": true,
  4247. "dependencies": {
  4248. "baseline-browser-mapping": "^2.10.12",
  4249. "caniuse-lite": "^1.0.30001782",
  4250. "electron-to-chromium": "^1.5.328",
  4251. "node-releases": "^2.0.36",
  4252. "update-browserslist-db": "^1.2.3"
  4253. },
  4254. "bin": {
  4255. "browserslist": "cli.js"
  4256. },
  4257. "engines": {
  4258. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  4259. }
  4260. },
  4261. "node_modules/buffer": {
  4262. "version": "6.0.3",
  4263. "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
  4264. "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
  4265. "funding": [
  4266. {
  4267. "type": "github",
  4268. "url": "https://github.com/sponsors/feross"
  4269. },
  4270. {
  4271. "type": "patreon",
  4272. "url": "https://www.patreon.com/feross"
  4273. },
  4274. {
  4275. "type": "consulting",
  4276. "url": "https://feross.org/support"
  4277. }
  4278. ],
  4279. "license": "MIT",
  4280. "dependencies": {
  4281. "base64-js": "^1.3.1",
  4282. "ieee754": "^1.2.1"
  4283. }
  4284. },
  4285. "node_modules/buffer-crc32": {
  4286. "version": "1.0.0",
  4287. "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-1.0.0.tgz",
  4288. "integrity": "sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==",
  4289. "license": "MIT",
  4290. "engines": {
  4291. "node": ">=8.0.0"
  4292. }
  4293. },
  4294. "node_modules/buffer-from": {
  4295. "version": "1.1.2",
  4296. "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
  4297. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
  4298. "license": "MIT"
  4299. },
  4300. "node_modules/bundle-name": {
  4301. "version": "4.1.0",
  4302. "resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-4.1.0.tgz",
  4303. "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==",
  4304. "license": "MIT",
  4305. "dependencies": {
  4306. "run-applescript": "^7.0.0"
  4307. },
  4308. "engines": {
  4309. "node": ">=18"
  4310. },
  4311. "funding": {
  4312. "url": "https://github.com/sponsors/sindresorhus"
  4313. }
  4314. },
  4315. "node_modules/c12": {
  4316. "version": "3.3.4",
  4317. "resolved": "https://registry.npmjs.org/c12/-/c12-3.3.4.tgz",
  4318. "integrity": "sha512-cM0ApFQSBXuourJejzwv/AuPRvAxordTyParRVcHjjtXirtkzM0uK2L9TTn9s0cXZbG7E55jCivRQzoxYmRAlA==",
  4319. "license": "MIT",
  4320. "dependencies": {
  4321. "chokidar": "^5.0.0",
  4322. "confbox": "^0.2.4",
  4323. "defu": "^6.1.6",
  4324. "dotenv": "^17.3.1",
  4325. "exsolve": "^1.0.8",
  4326. "giget": "^3.2.0",
  4327. "jiti": "^2.6.1",
  4328. "ohash": "^2.0.11",
  4329. "pathe": "^2.0.3",
  4330. "perfect-debounce": "^2.1.0",
  4331. "pkg-types": "^2.3.0",
  4332. "rc9": "^3.0.1"
  4333. },
  4334. "peerDependencies": {
  4335. "magicast": "*"
  4336. },
  4337. "peerDependenciesMeta": {
  4338. "magicast": {
  4339. "optional": true
  4340. }
  4341. }
  4342. },
  4343. "node_modules/cac": {
  4344. "version": "6.7.14",
  4345. "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz",
  4346. "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==",
  4347. "license": "MIT",
  4348. "peer": true,
  4349. "engines": {
  4350. "node": ">=8"
  4351. }
  4352. },
  4353. "node_modules/caniuse-api": {
  4354. "version": "3.0.0",
  4355. "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz",
  4356. "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
  4357. "license": "MIT",
  4358. "dependencies": {
  4359. "browserslist": "^4.0.0",
  4360. "caniuse-lite": "^1.0.0",
  4361. "lodash.memoize": "^4.1.2",
  4362. "lodash.uniq": "^4.5.0"
  4363. }
  4364. },
  4365. "node_modules/caniuse-lite": {
  4366. "version": "1.0.30001787",
  4367. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001787.tgz",
  4368. "integrity": "sha512-mNcrMN9KeI68u7muanUpEejSLghOKlVhRqS/Za2IeyGllJ9I9otGpR9g3nsw7n4W378TE/LyIteA0+/FOZm4Kg==",
  4369. "funding": [
  4370. {
  4371. "type": "opencollective",
  4372. "url": "https://opencollective.com/browserslist"
  4373. },
  4374. {
  4375. "type": "tidelift",
  4376. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  4377. },
  4378. {
  4379. "type": "github",
  4380. "url": "https://github.com/sponsors/ai"
  4381. }
  4382. ],
  4383. "license": "CC-BY-4.0"
  4384. },
  4385. "node_modules/chokidar": {
  4386. "version": "5.0.0",
  4387. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz",
  4388. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  4389. "license": "MIT",
  4390. "dependencies": {
  4391. "readdirp": "^5.0.0"
  4392. },
  4393. "engines": {
  4394. "node": ">= 20.19.0"
  4395. },
  4396. "funding": {
  4397. "url": "https://paulmillr.com/funding/"
  4398. }
  4399. },
  4400. "node_modules/chownr": {
  4401. "version": "3.0.0",
  4402. "resolved": "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz",
  4403. "integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==",
  4404. "license": "BlueOak-1.0.0",
  4405. "engines": {
  4406. "node": ">=18"
  4407. }
  4408. },
  4409. "node_modules/citty": {
  4410. "version": "0.2.2",
  4411. "resolved": "https://registry.npmjs.org/citty/-/citty-0.2.2.tgz",
  4412. "integrity": "sha512-+6vJA3L98yv+IdfKGZHBNiGW5KHn22e/JwID0Strsz8h4S/csAu/OuICwxrg44k5MRiZHWIo8XXuJgQTriRP4w==",
  4413. "license": "MIT",
  4414. "peer": true
  4415. },
  4416. "node_modules/cliui": {
  4417. "version": "9.0.1",
  4418. "resolved": "https://registry.npmjs.org/cliui/-/cliui-9.0.1.tgz",
  4419. "integrity": "sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==",
  4420. "license": "ISC",
  4421. "dependencies": {
  4422. "string-width": "^7.2.0",
  4423. "strip-ansi": "^7.1.0",
  4424. "wrap-ansi": "^9.0.0"
  4425. },
  4426. "engines": {
  4427. "node": ">=20"
  4428. }
  4429. },
  4430. "node_modules/cluster-key-slot": {
  4431. "version": "1.1.2",
  4432. "resolved": "https://registry.npmjs.org/cluster-key-slot/-/cluster-key-slot-1.1.2.tgz",
  4433. "integrity": "sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==",
  4434. "license": "Apache-2.0",
  4435. "engines": {
  4436. "node": ">=0.10.0"
  4437. }
  4438. },
  4439. "node_modules/color-convert": {
  4440. "version": "2.0.1",
  4441. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  4442. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  4443. "license": "MIT",
  4444. "dependencies": {
  4445. "color-name": "~1.1.4"
  4446. },
  4447. "engines": {
  4448. "node": ">=7.0.0"
  4449. }
  4450. },
  4451. "node_modules/color-name": {
  4452. "version": "1.1.4",
  4453. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  4454. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  4455. "license": "MIT"
  4456. },
  4457. "node_modules/commondir": {
  4458. "version": "1.0.1",
  4459. "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
  4460. "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==",
  4461. "license": "MIT"
  4462. },
  4463. "node_modules/compatx": {
  4464. "version": "0.2.0",
  4465. "resolved": "https://registry.npmjs.org/compatx/-/compatx-0.2.0.tgz",
  4466. "integrity": "sha512-6gLRNt4ygsi5NyMVhceOCFv14CIdDFN7fQjX1U4+47qVE/+kjPoXMK65KWK+dWxmFzMTuKazoQ9sch6pM0p5oA==",
  4467. "license": "MIT"
  4468. },
  4469. "node_modules/compress-commons": {
  4470. "version": "6.0.2",
  4471. "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-6.0.2.tgz",
  4472. "integrity": "sha512-6FqVXeETqWPoGcfzrXb37E50NP0LXT8kAMu5ooZayhWWdgEY4lBEEcbQNXtkuKQsGduxiIcI4gOTsxTmuq/bSg==",
  4473. "license": "MIT",
  4474. "dependencies": {
  4475. "crc-32": "^1.2.0",
  4476. "crc32-stream": "^6.0.0",
  4477. "is-stream": "^2.0.1",
  4478. "normalize-path": "^3.0.0",
  4479. "readable-stream": "^4.0.0"
  4480. },
  4481. "engines": {
  4482. "node": ">= 14"
  4483. }
  4484. },
  4485. "node_modules/compress-commons/node_modules/is-stream": {
  4486. "version": "2.0.1",
  4487. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  4488. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  4489. "license": "MIT",
  4490. "engines": {
  4491. "node": ">=8"
  4492. },
  4493. "funding": {
  4494. "url": "https://github.com/sponsors/sindresorhus"
  4495. }
  4496. },
  4497. "node_modules/confbox": {
  4498. "version": "0.2.4",
  4499. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.2.4.tgz",
  4500. "integrity": "sha512-ysOGlgTFbN2/Y6Cg3Iye8YKulHw+R2fNXHrgSmXISQdMnomY6eNDprVdW9R5xBguEqI954+S6709UyiO7B+6OQ==",
  4501. "license": "MIT"
  4502. },
  4503. "node_modules/consola": {
  4504. "version": "3.4.2",
  4505. "resolved": "https://registry.npmjs.org/consola/-/consola-3.4.2.tgz",
  4506. "integrity": "sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==",
  4507. "license": "MIT",
  4508. "engines": {
  4509. "node": "^14.18.0 || >=16.10.0"
  4510. }
  4511. },
  4512. "node_modules/convert-source-map": {
  4513. "version": "2.0.0",
  4514. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
  4515. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  4516. "license": "MIT"
  4517. },
  4518. "node_modules/cookie-es": {
  4519. "version": "2.0.1",
  4520. "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-2.0.1.tgz",
  4521. "integrity": "sha512-aVf4A4hI2w70LnF7GG+7xDQUkliwiXWXFvTjkip4+b64ygDQ2sJPRSKFDHbxn8o0xu9QzPkMuuiWIXyFSE2slA==",
  4522. "license": "MIT"
  4523. },
  4524. "node_modules/core-util-is": {
  4525. "version": "1.0.3",
  4526. "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
  4527. "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
  4528. "license": "MIT"
  4529. },
  4530. "node_modules/crc-32": {
  4531. "version": "1.2.2",
  4532. "resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz",
  4533. "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",
  4534. "license": "Apache-2.0",
  4535. "bin": {
  4536. "crc32": "bin/crc32.njs"
  4537. },
  4538. "engines": {
  4539. "node": ">=0.8"
  4540. }
  4541. },
  4542. "node_modules/crc32-stream": {
  4543. "version": "6.0.0",
  4544. "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-6.0.0.tgz",
  4545. "integrity": "sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==",
  4546. "license": "MIT",
  4547. "dependencies": {
  4548. "crc-32": "^1.2.0",
  4549. "readable-stream": "^4.0.0"
  4550. },
  4551. "engines": {
  4552. "node": ">= 14"
  4553. }
  4554. },
  4555. "node_modules/croner": {
  4556. "version": "10.0.1",
  4557. "resolved": "https://registry.npmjs.org/croner/-/croner-10.0.1.tgz",
  4558. "integrity": "sha512-ixNtAJndqh173VQ4KodSdJEI6nuioBWI0V1ITNKhZZsO0pEMoDxz539T4FTTbSZ/xIOSuDnzxLVRqBVSvPNE2g==",
  4559. "funding": [
  4560. {
  4561. "type": "other",
  4562. "url": "https://paypal.me/hexagonpp"
  4563. },
  4564. {
  4565. "type": "github",
  4566. "url": "https://github.com/sponsors/hexagon"
  4567. }
  4568. ],
  4569. "license": "MIT",
  4570. "engines": {
  4571. "node": ">=18.0"
  4572. }
  4573. },
  4574. "node_modules/cross-spawn": {
  4575. "version": "7.0.6",
  4576. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
  4577. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  4578. "license": "MIT",
  4579. "dependencies": {
  4580. "path-key": "^3.1.0",
  4581. "shebang-command": "^2.0.0",
  4582. "which": "^2.0.1"
  4583. },
  4584. "engines": {
  4585. "node": ">= 8"
  4586. }
  4587. },
  4588. "node_modules/cross-spawn/node_modules/isexe": {
  4589. "version": "2.0.0",
  4590. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  4591. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  4592. "license": "ISC"
  4593. },
  4594. "node_modules/cross-spawn/node_modules/which": {
  4595. "version": "2.0.2",
  4596. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  4597. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  4598. "license": "ISC",
  4599. "dependencies": {
  4600. "isexe": "^2.0.0"
  4601. },
  4602. "bin": {
  4603. "node-which": "bin/node-which"
  4604. },
  4605. "engines": {
  4606. "node": ">= 8"
  4607. }
  4608. },
  4609. "node_modules/crossws": {
  4610. "version": "0.3.5",
  4611. "resolved": "https://registry.npmjs.org/crossws/-/crossws-0.3.5.tgz",
  4612. "integrity": "sha512-ojKiDvcmByhwa8YYqbQI/hg7MEU0NC03+pSdEq4ZUnZR9xXpwk7E43SMNGkn+JxJGPFtNvQ48+vV2p+P1ml5PA==",
  4613. "license": "MIT",
  4614. "dependencies": {
  4615. "uncrypto": "^0.1.3"
  4616. }
  4617. },
  4618. "node_modules/css-declaration-sorter": {
  4619. "version": "7.4.0",
  4620. "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.4.0.tgz",
  4621. "integrity": "sha512-LTuzjPoyA2vMGKKcaOqKSp7Ub2eGrNfKiZH4LpezxpNrsICGCSFvsQOI29psISxNZtaXibkC2CXzrQ5enMeGGw==",
  4622. "license": "ISC",
  4623. "engines": {
  4624. "node": "^14 || ^16 || >=18"
  4625. },
  4626. "peerDependencies": {
  4627. "postcss": "^8.0.9"
  4628. }
  4629. },
  4630. "node_modules/css-select": {
  4631. "version": "5.2.2",
  4632. "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.2.2.tgz",
  4633. "integrity": "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==",
  4634. "license": "BSD-2-Clause",
  4635. "dependencies": {
  4636. "boolbase": "^1.0.0",
  4637. "css-what": "^6.1.0",
  4638. "domhandler": "^5.0.2",
  4639. "domutils": "^3.0.1",
  4640. "nth-check": "^2.0.1"
  4641. },
  4642. "funding": {
  4643. "url": "https://github.com/sponsors/fb55"
  4644. }
  4645. },
  4646. "node_modules/css-tree": {
  4647. "version": "3.2.1",
  4648. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.2.1.tgz",
  4649. "integrity": "sha512-X7sjQzceUhu1u7Y/ylrRZFU2FS6LRiFVp6rKLPg23y3x3c3DOKAwuXGDp+PAGjh6CSnCjYeAul8pcT8bAl+lSA==",
  4650. "license": "MIT",
  4651. "dependencies": {
  4652. "mdn-data": "2.27.1",
  4653. "source-map-js": "^1.2.1"
  4654. },
  4655. "engines": {
  4656. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  4657. }
  4658. },
  4659. "node_modules/css-what": {
  4660. "version": "6.2.2",
  4661. "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.2.2.tgz",
  4662. "integrity": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==",
  4663. "license": "BSD-2-Clause",
  4664. "engines": {
  4665. "node": ">= 6"
  4666. },
  4667. "funding": {
  4668. "url": "https://github.com/sponsors/fb55"
  4669. }
  4670. },
  4671. "node_modules/cssesc": {
  4672. "version": "3.0.0",
  4673. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  4674. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  4675. "license": "MIT",
  4676. "bin": {
  4677. "cssesc": "bin/cssesc"
  4678. },
  4679. "engines": {
  4680. "node": ">=4"
  4681. }
  4682. },
  4683. "node_modules/cssnano": {
  4684. "version": "7.1.4",
  4685. "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-7.1.4.tgz",
  4686. "integrity": "sha512-T9PNS7y+5Nc9Qmu9mRONqfxG1RVY7Vuvky0XN6MZ+9hqplesTEwnj9r0ROtVuSwUVfaDhVlavuzWIVLUgm4hkQ==",
  4687. "license": "MIT",
  4688. "dependencies": {
  4689. "cssnano-preset-default": "^7.0.12",
  4690. "lilconfig": "^3.1.3"
  4691. },
  4692. "engines": {
  4693. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  4694. },
  4695. "funding": {
  4696. "type": "opencollective",
  4697. "url": "https://opencollective.com/cssnano"
  4698. },
  4699. "peerDependencies": {
  4700. "postcss": "^8.4.32"
  4701. }
  4702. },
  4703. "node_modules/cssnano-preset-default": {
  4704. "version": "7.0.12",
  4705. "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-7.0.12.tgz",
  4706. "integrity": "sha512-B3Eoouzw/sl2zANI0AL9KbacummJTCww+fkHaDBMZad/xuVx8bUduPLly6hKVQAlrmvYkS1jB1CVQEKm3gn0AA==",
  4707. "license": "MIT",
  4708. "dependencies": {
  4709. "browserslist": "^4.28.1",
  4710. "css-declaration-sorter": "^7.2.0",
  4711. "cssnano-utils": "^5.0.1",
  4712. "postcss-calc": "^10.1.1",
  4713. "postcss-colormin": "^7.0.7",
  4714. "postcss-convert-values": "^7.0.9",
  4715. "postcss-discard-comments": "^7.0.6",
  4716. "postcss-discard-duplicates": "^7.0.2",
  4717. "postcss-discard-empty": "^7.0.1",
  4718. "postcss-discard-overridden": "^7.0.1",
  4719. "postcss-merge-longhand": "^7.0.5",
  4720. "postcss-merge-rules": "^7.0.8",
  4721. "postcss-minify-font-values": "^7.0.1",
  4722. "postcss-minify-gradients": "^7.0.2",
  4723. "postcss-minify-params": "^7.0.6",
  4724. "postcss-minify-selectors": "^7.0.6",
  4725. "postcss-normalize-charset": "^7.0.1",
  4726. "postcss-normalize-display-values": "^7.0.1",
  4727. "postcss-normalize-positions": "^7.0.1",
  4728. "postcss-normalize-repeat-style": "^7.0.1",
  4729. "postcss-normalize-string": "^7.0.1",
  4730. "postcss-normalize-timing-functions": "^7.0.1",
  4731. "postcss-normalize-unicode": "^7.0.6",
  4732. "postcss-normalize-url": "^7.0.1",
  4733. "postcss-normalize-whitespace": "^7.0.1",
  4734. "postcss-ordered-values": "^7.0.2",
  4735. "postcss-reduce-initial": "^7.0.6",
  4736. "postcss-reduce-transforms": "^7.0.1",
  4737. "postcss-svgo": "^7.1.1",
  4738. "postcss-unique-selectors": "^7.0.5"
  4739. },
  4740. "engines": {
  4741. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  4742. },
  4743. "peerDependencies": {
  4744. "postcss": "^8.4.32"
  4745. }
  4746. },
  4747. "node_modules/cssnano-utils": {
  4748. "version": "5.0.1",
  4749. "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-5.0.1.tgz",
  4750. "integrity": "sha512-ZIP71eQgG9JwjVZsTPSqhc6GHgEr53uJ7tK5///VfyWj6Xp2DBmixWHqJgPno+PqATzn48pL42ww9x5SSGmhZg==",
  4751. "license": "MIT",
  4752. "engines": {
  4753. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  4754. },
  4755. "peerDependencies": {
  4756. "postcss": "^8.4.32"
  4757. }
  4758. },
  4759. "node_modules/csso": {
  4760. "version": "5.0.5",
  4761. "resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz",
  4762. "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==",
  4763. "license": "MIT",
  4764. "dependencies": {
  4765. "css-tree": "~2.2.0"
  4766. },
  4767. "engines": {
  4768. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  4769. "npm": ">=7.0.0"
  4770. }
  4771. },
  4772. "node_modules/csso/node_modules/css-tree": {
  4773. "version": "2.2.1",
  4774. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz",
  4775. "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==",
  4776. "license": "MIT",
  4777. "dependencies": {
  4778. "mdn-data": "2.0.28",
  4779. "source-map-js": "^1.0.1"
  4780. },
  4781. "engines": {
  4782. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  4783. "npm": ">=7.0.0"
  4784. }
  4785. },
  4786. "node_modules/csso/node_modules/mdn-data": {
  4787. "version": "2.0.28",
  4788. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz",
  4789. "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==",
  4790. "license": "CC0-1.0"
  4791. },
  4792. "node_modules/csstype": {
  4793. "version": "3.2.3",
  4794. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
  4795. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  4796. "license": "MIT"
  4797. },
  4798. "node_modules/db0": {
  4799. "version": "0.3.4",
  4800. "resolved": "https://registry.npmjs.org/db0/-/db0-0.3.4.tgz",
  4801. "integrity": "sha512-RiXXi4WaNzPTHEOu8UPQKMooIbqOEyqA1t7Z6MsdxSCeb8iUC9ko3LcmsLmeUt2SM5bctfArZKkRQggKZz7JNw==",
  4802. "license": "MIT",
  4803. "peerDependencies": {
  4804. "@electric-sql/pglite": "*",
  4805. "@libsql/client": "*",
  4806. "better-sqlite3": "*",
  4807. "drizzle-orm": "*",
  4808. "mysql2": "*",
  4809. "sqlite3": "*"
  4810. },
  4811. "peerDependenciesMeta": {
  4812. "@electric-sql/pglite": {
  4813. "optional": true
  4814. },
  4815. "@libsql/client": {
  4816. "optional": true
  4817. },
  4818. "better-sqlite3": {
  4819. "optional": true
  4820. },
  4821. "drizzle-orm": {
  4822. "optional": true
  4823. },
  4824. "mysql2": {
  4825. "optional": true
  4826. },
  4827. "sqlite3": {
  4828. "optional": true
  4829. }
  4830. }
  4831. },
  4832. "node_modules/debug": {
  4833. "version": "4.4.3",
  4834. "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
  4835. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  4836. "license": "MIT",
  4837. "dependencies": {
  4838. "ms": "^2.1.3"
  4839. },
  4840. "engines": {
  4841. "node": ">=6.0"
  4842. },
  4843. "peerDependenciesMeta": {
  4844. "supports-color": {
  4845. "optional": true
  4846. }
  4847. }
  4848. },
  4849. "node_modules/deepmerge": {
  4850. "version": "4.3.1",
  4851. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
  4852. "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
  4853. "license": "MIT",
  4854. "engines": {
  4855. "node": ">=0.10.0"
  4856. }
  4857. },
  4858. "node_modules/default-browser": {
  4859. "version": "5.5.0",
  4860. "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.5.0.tgz",
  4861. "integrity": "sha512-H9LMLr5zwIbSxrmvikGuI/5KGhZ8E2zH3stkMgM5LpOWDutGM2JZaj460Udnf1a+946zc7YBgrqEWwbk7zHvGw==",
  4862. "license": "MIT",
  4863. "dependencies": {
  4864. "bundle-name": "^4.1.0",
  4865. "default-browser-id": "^5.0.0"
  4866. },
  4867. "engines": {
  4868. "node": ">=18"
  4869. },
  4870. "funding": {
  4871. "url": "https://github.com/sponsors/sindresorhus"
  4872. }
  4873. },
  4874. "node_modules/default-browser-id": {
  4875. "version": "5.0.1",
  4876. "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.1.tgz",
  4877. "integrity": "sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q==",
  4878. "license": "MIT",
  4879. "engines": {
  4880. "node": ">=18"
  4881. },
  4882. "funding": {
  4883. "url": "https://github.com/sponsors/sindresorhus"
  4884. }
  4885. },
  4886. "node_modules/define-lazy-prop": {
  4887. "version": "3.0.0",
  4888. "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
  4889. "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
  4890. "license": "MIT",
  4891. "engines": {
  4892. "node": ">=12"
  4893. },
  4894. "funding": {
  4895. "url": "https://github.com/sponsors/sindresorhus"
  4896. }
  4897. },
  4898. "node_modules/defu": {
  4899. "version": "6.1.7",
  4900. "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.7.tgz",
  4901. "integrity": "sha512-7z22QmUWiQ/2d0KkdYmANbRUVABpZ9SNYyH5vx6PZ+nE5bcC0l7uFvEfHlyld/HcGBFTL536ClDt3DEcSlEJAQ==",
  4902. "license": "MIT"
  4903. },
  4904. "node_modules/denque": {
  4905. "version": "2.1.0",
  4906. "resolved": "https://registry.npmjs.org/denque/-/denque-2.1.0.tgz",
  4907. "integrity": "sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==",
  4908. "license": "Apache-2.0",
  4909. "engines": {
  4910. "node": ">=0.10"
  4911. }
  4912. },
  4913. "node_modules/depd": {
  4914. "version": "2.0.0",
  4915. "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
  4916. "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  4917. "license": "MIT",
  4918. "engines": {
  4919. "node": ">= 0.8"
  4920. }
  4921. },
  4922. "node_modules/destr": {
  4923. "version": "2.0.5",
  4924. "resolved": "https://registry.npmjs.org/destr/-/destr-2.0.5.tgz",
  4925. "integrity": "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==",
  4926. "license": "MIT"
  4927. },
  4928. "node_modules/detect-libc": {
  4929. "version": "2.1.2",
  4930. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  4931. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  4932. "license": "Apache-2.0",
  4933. "engines": {
  4934. "node": ">=8"
  4935. }
  4936. },
  4937. "node_modules/devalue": {
  4938. "version": "5.7.1",
  4939. "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.7.1.tgz",
  4940. "integrity": "sha512-MUbZ586EgQqdRnC4yDrlod3BEdyvE4TapGYHMW2CiaW+KkkFmWEFqBUaLltEZCGi0iFXCEjRF0OjF0DV2QHjOA==",
  4941. "license": "MIT"
  4942. },
  4943. "node_modules/diff": {
  4944. "version": "8.0.4",
  4945. "resolved": "https://registry.npmjs.org/diff/-/diff-8.0.4.tgz",
  4946. "integrity": "sha512-DPi0FmjiSU5EvQV0++GFDOJ9ASQUVFh5kD+OzOnYdi7n3Wpm9hWWGfB/O2blfHcMVTL5WkQXSnRiK9makhrcnw==",
  4947. "license": "BSD-3-Clause",
  4948. "engines": {
  4949. "node": ">=0.3.1"
  4950. }
  4951. },
  4952. "node_modules/dom-serializer": {
  4953. "version": "2.0.0",
  4954. "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz",
  4955. "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
  4956. "license": "MIT",
  4957. "dependencies": {
  4958. "domelementtype": "^2.3.0",
  4959. "domhandler": "^5.0.2",
  4960. "entities": "^4.2.0"
  4961. },
  4962. "funding": {
  4963. "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
  4964. }
  4965. },
  4966. "node_modules/dom-serializer/node_modules/entities": {
  4967. "version": "4.5.0",
  4968. "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
  4969. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  4970. "license": "BSD-2-Clause",
  4971. "engines": {
  4972. "node": ">=0.12"
  4973. },
  4974. "funding": {
  4975. "url": "https://github.com/fb55/entities?sponsor=1"
  4976. }
  4977. },
  4978. "node_modules/domelementtype": {
  4979. "version": "2.3.0",
  4980. "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
  4981. "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
  4982. "funding": [
  4983. {
  4984. "type": "github",
  4985. "url": "https://github.com/sponsors/fb55"
  4986. }
  4987. ],
  4988. "license": "BSD-2-Clause"
  4989. },
  4990. "node_modules/domhandler": {
  4991. "version": "5.0.3",
  4992. "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz",
  4993. "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
  4994. "license": "BSD-2-Clause",
  4995. "dependencies": {
  4996. "domelementtype": "^2.3.0"
  4997. },
  4998. "engines": {
  4999. "node": ">= 4"
  5000. },
  5001. "funding": {
  5002. "url": "https://github.com/fb55/domhandler?sponsor=1"
  5003. }
  5004. },
  5005. "node_modules/domutils": {
  5006. "version": "3.2.2",
  5007. "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz",
  5008. "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==",
  5009. "license": "BSD-2-Clause",
  5010. "dependencies": {
  5011. "dom-serializer": "^2.0.0",
  5012. "domelementtype": "^2.3.0",
  5013. "domhandler": "^5.0.3"
  5014. },
  5015. "funding": {
  5016. "url": "https://github.com/fb55/domutils?sponsor=1"
  5017. }
  5018. },
  5019. "node_modules/dot-prop": {
  5020. "version": "10.1.0",
  5021. "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-10.1.0.tgz",
  5022. "integrity": "sha512-MVUtAugQMOff5RnBy2d9N31iG0lNwg1qAoAOn7pOK5wf94WIaE3My2p3uwTQuvS2AcqchkcR3bHByjaM0mmi7Q==",
  5023. "license": "MIT",
  5024. "dependencies": {
  5025. "type-fest": "^5.0.0"
  5026. },
  5027. "engines": {
  5028. "node": ">=20"
  5029. },
  5030. "funding": {
  5031. "url": "https://github.com/sponsors/sindresorhus"
  5032. }
  5033. },
  5034. "node_modules/dotenv": {
  5035. "version": "17.4.1",
  5036. "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.4.1.tgz",
  5037. "integrity": "sha512-k8DaKGP6r1G30Lx8V4+pCsLzKr8vLmV2paqEj1Y55GdAgJuIqpRp5FfajGF8KtwMxCz9qJc6wUIJnm053d/WCw==",
  5038. "license": "BSD-2-Clause",
  5039. "engines": {
  5040. "node": ">=12"
  5041. },
  5042. "funding": {
  5043. "url": "https://dotenvx.com"
  5044. }
  5045. },
  5046. "node_modules/duplexer": {
  5047. "version": "0.1.2",
  5048. "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
  5049. "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==",
  5050. "license": "MIT"
  5051. },
  5052. "node_modules/eastasianwidth": {
  5053. "version": "0.2.0",
  5054. "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
  5055. "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
  5056. "license": "MIT"
  5057. },
  5058. "node_modules/ee-first": {
  5059. "version": "1.1.1",
  5060. "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
  5061. "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
  5062. "license": "MIT"
  5063. },
  5064. "node_modules/electron-to-chromium": {
  5065. "version": "1.5.334",
  5066. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.334.tgz",
  5067. "integrity": "sha512-mgjZAz7Jyx1SRCwEpy9wefDS7GvNPazLthHg8eQMJ76wBdGQQDW33TCrUTvQ4wzpmOrv2zrFoD3oNufMdyMpog==",
  5068. "license": "ISC"
  5069. },
  5070. "node_modules/emoji-regex": {
  5071. "version": "10.6.0",
  5072. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
  5073. "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
  5074. "license": "MIT"
  5075. },
  5076. "node_modules/encodeurl": {
  5077. "version": "2.0.0",
  5078. "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
  5079. "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
  5080. "license": "MIT",
  5081. "engines": {
  5082. "node": ">= 0.8"
  5083. }
  5084. },
  5085. "node_modules/entities": {
  5086. "version": "7.0.1",
  5087. "resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz",
  5088. "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
  5089. "license": "BSD-2-Clause",
  5090. "engines": {
  5091. "node": ">=0.12"
  5092. },
  5093. "funding": {
  5094. "url": "https://github.com/fb55/entities?sponsor=1"
  5095. }
  5096. },
  5097. "node_modules/error-stack-parser-es": {
  5098. "version": "1.0.5",
  5099. "resolved": "https://registry.npmjs.org/error-stack-parser-es/-/error-stack-parser-es-1.0.5.tgz",
  5100. "integrity": "sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==",
  5101. "license": "MIT",
  5102. "funding": {
  5103. "url": "https://github.com/sponsors/antfu"
  5104. }
  5105. },
  5106. "node_modules/errx": {
  5107. "version": "0.1.0",
  5108. "resolved": "https://registry.npmjs.org/errx/-/errx-0.1.0.tgz",
  5109. "integrity": "sha512-fZmsRiDNv07K6s2KkKFTiD2aIvECa7++PKyD5NC32tpRw46qZA3sOz+aM+/V9V0GDHxVTKLziveV4JhzBHDp9Q==",
  5110. "license": "MIT"
  5111. },
  5112. "node_modules/es-module-lexer": {
  5113. "version": "2.0.0",
  5114. "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.0.0.tgz",
  5115. "integrity": "sha512-5POEcUuZybH7IdmGsD8wlf0AI55wMecM9rVBTI/qEAy2c1kTOm3DjFYjrBdI2K3BaJjJYfYFeRtM0t9ssnRuxw==",
  5116. "license": "MIT"
  5117. },
  5118. "node_modules/esbuild": {
  5119. "version": "0.27.7",
  5120. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.7.tgz",
  5121. "integrity": "sha512-IxpibTjyVnmrIQo5aqNpCgoACA/dTKLTlhMHihVHhdkxKyPO1uBBthumT0rdHmcsk9uMonIWS0m4FljWzILh3w==",
  5122. "hasInstallScript": true,
  5123. "license": "MIT",
  5124. "bin": {
  5125. "esbuild": "bin/esbuild"
  5126. },
  5127. "engines": {
  5128. "node": ">=18"
  5129. },
  5130. "optionalDependencies": {
  5131. "@esbuild/aix-ppc64": "0.27.7",
  5132. "@esbuild/android-arm": "0.27.7",
  5133. "@esbuild/android-arm64": "0.27.7",
  5134. "@esbuild/android-x64": "0.27.7",
  5135. "@esbuild/darwin-arm64": "0.27.7",
  5136. "@esbuild/darwin-x64": "0.27.7",
  5137. "@esbuild/freebsd-arm64": "0.27.7",
  5138. "@esbuild/freebsd-x64": "0.27.7",
  5139. "@esbuild/linux-arm": "0.27.7",
  5140. "@esbuild/linux-arm64": "0.27.7",
  5141. "@esbuild/linux-ia32": "0.27.7",
  5142. "@esbuild/linux-loong64": "0.27.7",
  5143. "@esbuild/linux-mips64el": "0.27.7",
  5144. "@esbuild/linux-ppc64": "0.27.7",
  5145. "@esbuild/linux-riscv64": "0.27.7",
  5146. "@esbuild/linux-s390x": "0.27.7",
  5147. "@esbuild/linux-x64": "0.27.7",
  5148. "@esbuild/netbsd-arm64": "0.27.7",
  5149. "@esbuild/netbsd-x64": "0.27.7",
  5150. "@esbuild/openbsd-arm64": "0.27.7",
  5151. "@esbuild/openbsd-x64": "0.27.7",
  5152. "@esbuild/openharmony-arm64": "0.27.7",
  5153. "@esbuild/sunos-x64": "0.27.7",
  5154. "@esbuild/win32-arm64": "0.27.7",
  5155. "@esbuild/win32-ia32": "0.27.7",
  5156. "@esbuild/win32-x64": "0.27.7"
  5157. }
  5158. },
  5159. "node_modules/escalade": {
  5160. "version": "3.2.0",
  5161. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
  5162. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  5163. "license": "MIT",
  5164. "engines": {
  5165. "node": ">=6"
  5166. }
  5167. },
  5168. "node_modules/escape-html": {
  5169. "version": "1.0.3",
  5170. "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
  5171. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
  5172. "license": "MIT"
  5173. },
  5174. "node_modules/escape-string-regexp": {
  5175. "version": "5.0.0",
  5176. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  5177. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  5178. "license": "MIT",
  5179. "engines": {
  5180. "node": ">=12"
  5181. },
  5182. "funding": {
  5183. "url": "https://github.com/sponsors/sindresorhus"
  5184. }
  5185. },
  5186. "node_modules/estree-walker": {
  5187. "version": "2.0.2",
  5188. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  5189. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  5190. "license": "MIT"
  5191. },
  5192. "node_modules/etag": {
  5193. "version": "1.8.1",
  5194. "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
  5195. "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
  5196. "license": "MIT",
  5197. "engines": {
  5198. "node": ">= 0.6"
  5199. }
  5200. },
  5201. "node_modules/event-target-shim": {
  5202. "version": "5.0.1",
  5203. "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
  5204. "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
  5205. "license": "MIT",
  5206. "engines": {
  5207. "node": ">=6"
  5208. }
  5209. },
  5210. "node_modules/events": {
  5211. "version": "3.3.0",
  5212. "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
  5213. "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
  5214. "license": "MIT",
  5215. "engines": {
  5216. "node": ">=0.8.x"
  5217. }
  5218. },
  5219. "node_modules/events-universal": {
  5220. "version": "1.0.1",
  5221. "resolved": "https://registry.npmjs.org/events-universal/-/events-universal-1.0.1.tgz",
  5222. "integrity": "sha512-LUd5euvbMLpwOF8m6ivPCbhQeSiYVNb8Vs0fQ8QjXo0JTkEHpz8pxdQf0gStltaPpw0Cca8b39KxvK9cfKRiAw==",
  5223. "license": "Apache-2.0",
  5224. "dependencies": {
  5225. "bare-events": "^2.7.0"
  5226. }
  5227. },
  5228. "node_modules/execa": {
  5229. "version": "8.0.1",
  5230. "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz",
  5231. "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
  5232. "license": "MIT",
  5233. "dependencies": {
  5234. "cross-spawn": "^7.0.3",
  5235. "get-stream": "^8.0.1",
  5236. "human-signals": "^5.0.0",
  5237. "is-stream": "^3.0.0",
  5238. "merge-stream": "^2.0.0",
  5239. "npm-run-path": "^5.1.0",
  5240. "onetime": "^6.0.0",
  5241. "signal-exit": "^4.1.0",
  5242. "strip-final-newline": "^3.0.0"
  5243. },
  5244. "engines": {
  5245. "node": ">=16.17"
  5246. },
  5247. "funding": {
  5248. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  5249. }
  5250. },
  5251. "node_modules/exsolve": {
  5252. "version": "1.0.8",
  5253. "resolved": "https://registry.npmjs.org/exsolve/-/exsolve-1.0.8.tgz",
  5254. "integrity": "sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==",
  5255. "license": "MIT"
  5256. },
  5257. "node_modules/fast-fifo": {
  5258. "version": "1.3.2",
  5259. "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz",
  5260. "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==",
  5261. "license": "MIT"
  5262. },
  5263. "node_modules/fast-glob": {
  5264. "version": "3.3.3",
  5265. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
  5266. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  5267. "license": "MIT",
  5268. "dependencies": {
  5269. "@nodelib/fs.stat": "^2.0.2",
  5270. "@nodelib/fs.walk": "^1.2.3",
  5271. "glob-parent": "^5.1.2",
  5272. "merge2": "^1.3.0",
  5273. "micromatch": "^4.0.8"
  5274. },
  5275. "engines": {
  5276. "node": ">=8.6.0"
  5277. }
  5278. },
  5279. "node_modules/fast-npm-meta": {
  5280. "version": "1.4.2",
  5281. "resolved": "https://registry.npmjs.org/fast-npm-meta/-/fast-npm-meta-1.4.2.tgz",
  5282. "integrity": "sha512-XXyd9d3ie/JeIIjm6WeKalvapGGFI4ShAjPJM78vgUFYzoEsuNSjvvVTuht0XZcwbVdOnEEGzhxwguRbxkIcDg==",
  5283. "license": "MIT",
  5284. "bin": {
  5285. "fast-npm-meta": "dist/cli.mjs"
  5286. },
  5287. "funding": {
  5288. "url": "https://github.com/sponsors/antfu"
  5289. }
  5290. },
  5291. "node_modules/fast-string-truncated-width": {
  5292. "version": "1.2.1",
  5293. "resolved": "https://registry.npmjs.org/fast-string-truncated-width/-/fast-string-truncated-width-1.2.1.tgz",
  5294. "integrity": "sha512-Q9acT/+Uu3GwGj+5w/zsGuQjh9O1TyywhIwAxHudtWrgF09nHOPrvTLhQevPbttcxjr/SNN7mJmfOw/B1bXgow==",
  5295. "license": "MIT"
  5296. },
  5297. "node_modules/fast-string-width": {
  5298. "version": "1.1.0",
  5299. "resolved": "https://registry.npmjs.org/fast-string-width/-/fast-string-width-1.1.0.tgz",
  5300. "integrity": "sha512-O3fwIVIH5gKB38QNbdg+3760ZmGz0SZMgvwJbA1b2TGXceKE6A2cOlfogh1iw8lr049zPyd7YADHy+B7U4W9bQ==",
  5301. "license": "MIT",
  5302. "dependencies": {
  5303. "fast-string-truncated-width": "^1.2.0"
  5304. }
  5305. },
  5306. "node_modules/fast-wrap-ansi": {
  5307. "version": "0.1.6",
  5308. "resolved": "https://registry.npmjs.org/fast-wrap-ansi/-/fast-wrap-ansi-0.1.6.tgz",
  5309. "integrity": "sha512-HlUwET7a5gqjURj70D5jl7aC3Zmy4weA1SHUfM0JFI0Ptq987NH2TwbBFLoERhfwk+E+eaq4EK3jXoT+R3yp3w==",
  5310. "license": "MIT",
  5311. "dependencies": {
  5312. "fast-string-width": "^1.1.0"
  5313. }
  5314. },
  5315. "node_modules/fastq": {
  5316. "version": "1.20.1",
  5317. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
  5318. "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
  5319. "license": "ISC",
  5320. "dependencies": {
  5321. "reusify": "^1.0.4"
  5322. }
  5323. },
  5324. "node_modules/fdir": {
  5325. "version": "6.5.0",
  5326. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  5327. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  5328. "license": "MIT",
  5329. "engines": {
  5330. "node": ">=12.0.0"
  5331. },
  5332. "peerDependencies": {
  5333. "picomatch": "^3 || ^4"
  5334. },
  5335. "peerDependenciesMeta": {
  5336. "picomatch": {
  5337. "optional": true
  5338. }
  5339. }
  5340. },
  5341. "node_modules/file-uri-to-path": {
  5342. "version": "1.0.0",
  5343. "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
  5344. "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
  5345. "license": "MIT"
  5346. },
  5347. "node_modules/fill-range": {
  5348. "version": "7.1.1",
  5349. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  5350. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  5351. "license": "MIT",
  5352. "dependencies": {
  5353. "to-regex-range": "^5.0.1"
  5354. },
  5355. "engines": {
  5356. "node": ">=8"
  5357. }
  5358. },
  5359. "node_modules/foreground-child": {
  5360. "version": "3.3.1",
  5361. "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
  5362. "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
  5363. "license": "ISC",
  5364. "dependencies": {
  5365. "cross-spawn": "^7.0.6",
  5366. "signal-exit": "^4.0.1"
  5367. },
  5368. "engines": {
  5369. "node": ">=14"
  5370. },
  5371. "funding": {
  5372. "url": "https://github.com/sponsors/isaacs"
  5373. }
  5374. },
  5375. "node_modules/fraction.js": {
  5376. "version": "5.3.4",
  5377. "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-5.3.4.tgz",
  5378. "integrity": "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==",
  5379. "license": "MIT",
  5380. "engines": {
  5381. "node": "*"
  5382. },
  5383. "funding": {
  5384. "type": "github",
  5385. "url": "https://github.com/sponsors/rawify"
  5386. }
  5387. },
  5388. "node_modules/fresh": {
  5389. "version": "2.0.0",
  5390. "resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz",
  5391. "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
  5392. "license": "MIT",
  5393. "engines": {
  5394. "node": ">= 0.8"
  5395. }
  5396. },
  5397. "node_modules/fsevents": {
  5398. "version": "2.3.3",
  5399. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  5400. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  5401. "hasInstallScript": true,
  5402. "license": "MIT",
  5403. "optional": true,
  5404. "os": [
  5405. "darwin"
  5406. ],
  5407. "engines": {
  5408. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  5409. }
  5410. },
  5411. "node_modules/function-bind": {
  5412. "version": "1.1.2",
  5413. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  5414. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  5415. "license": "MIT",
  5416. "funding": {
  5417. "url": "https://github.com/sponsors/ljharb"
  5418. }
  5419. },
  5420. "node_modules/fuse.js": {
  5421. "version": "7.3.0",
  5422. "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.3.0.tgz",
  5423. "integrity": "sha512-plz8RVjfcDedTGfVngWH1jmJvBvAwi1v2jecfDerbEnMcmOYUEEwKFTHbNoCiYyzaK2Ws8lABkTCcRSqCY1q4w==",
  5424. "license": "Apache-2.0",
  5425. "engines": {
  5426. "node": ">=10"
  5427. },
  5428. "funding": {
  5429. "type": "github",
  5430. "url": "https://github.com/sponsors/krisk"
  5431. }
  5432. },
  5433. "node_modules/fzf": {
  5434. "version": "0.5.2",
  5435. "resolved": "https://registry.npmjs.org/fzf/-/fzf-0.5.2.tgz",
  5436. "integrity": "sha512-Tt4kuxLXFKHy8KT40zwsUPUkg1CrsgY25FxA2U/j/0WgEDCk3ddc/zLTCCcbSHX9FcKtLuVaDGtGE/STWC+j3Q==",
  5437. "license": "BSD-3-Clause"
  5438. },
  5439. "node_modules/gensync": {
  5440. "version": "1.0.0-beta.2",
  5441. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  5442. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  5443. "license": "MIT",
  5444. "engines": {
  5445. "node": ">=6.9.0"
  5446. }
  5447. },
  5448. "node_modules/get-caller-file": {
  5449. "version": "2.0.5",
  5450. "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
  5451. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  5452. "license": "ISC",
  5453. "engines": {
  5454. "node": "6.* || 8.* || >= 10.*"
  5455. }
  5456. },
  5457. "node_modules/get-east-asian-width": {
  5458. "version": "1.5.0",
  5459. "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.5.0.tgz",
  5460. "integrity": "sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==",
  5461. "license": "MIT",
  5462. "engines": {
  5463. "node": ">=18"
  5464. },
  5465. "funding": {
  5466. "url": "https://github.com/sponsors/sindresorhus"
  5467. }
  5468. },
  5469. "node_modules/get-port-please": {
  5470. "version": "3.2.0",
  5471. "resolved": "https://registry.npmjs.org/get-port-please/-/get-port-please-3.2.0.tgz",
  5472. "integrity": "sha512-I9QVvBw5U/hw3RmWpYKRumUeaDgxTPd401x364rLmWBJcOQ753eov1eTgzDqRG9bqFIfDc7gfzcQEWrUri3o1A==",
  5473. "license": "MIT"
  5474. },
  5475. "node_modules/get-stream": {
  5476. "version": "8.0.1",
  5477. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz",
  5478. "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
  5479. "license": "MIT",
  5480. "engines": {
  5481. "node": ">=16"
  5482. },
  5483. "funding": {
  5484. "url": "https://github.com/sponsors/sindresorhus"
  5485. }
  5486. },
  5487. "node_modules/giget": {
  5488. "version": "3.2.0",
  5489. "resolved": "https://registry.npmjs.org/giget/-/giget-3.2.0.tgz",
  5490. "integrity": "sha512-GvHTWcykIR/fP8cj8dMpuMMkvaeJfPvYnhq0oW+chSeIr+ldX21ifU2Ms6KBoyKZQZmVaUAAhQ2EZ68KJF8a7A==",
  5491. "license": "MIT",
  5492. "bin": {
  5493. "giget": "dist/cli.mjs"
  5494. }
  5495. },
  5496. "node_modules/glob": {
  5497. "version": "13.0.6",
  5498. "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
  5499. "integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==",
  5500. "license": "BlueOak-1.0.0",
  5501. "dependencies": {
  5502. "minimatch": "^10.2.2",
  5503. "minipass": "^7.1.3",
  5504. "path-scurry": "^2.0.2"
  5505. },
  5506. "engines": {
  5507. "node": "18 || 20 || >=22"
  5508. },
  5509. "funding": {
  5510. "url": "https://github.com/sponsors/isaacs"
  5511. }
  5512. },
  5513. "node_modules/glob-parent": {
  5514. "version": "5.1.2",
  5515. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  5516. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  5517. "license": "ISC",
  5518. "dependencies": {
  5519. "is-glob": "^4.0.1"
  5520. },
  5521. "engines": {
  5522. "node": ">= 6"
  5523. }
  5524. },
  5525. "node_modules/global-directory": {
  5526. "version": "4.0.1",
  5527. "resolved": "https://registry.npmjs.org/global-directory/-/global-directory-4.0.1.tgz",
  5528. "integrity": "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==",
  5529. "license": "MIT",
  5530. "dependencies": {
  5531. "ini": "4.1.1"
  5532. },
  5533. "engines": {
  5534. "node": ">=18"
  5535. },
  5536. "funding": {
  5537. "url": "https://github.com/sponsors/sindresorhus"
  5538. }
  5539. },
  5540. "node_modules/globby": {
  5541. "version": "16.2.0",
  5542. "resolved": "https://registry.npmjs.org/globby/-/globby-16.2.0.tgz",
  5543. "integrity": "sha512-QrJia2qDf5BB/V6HYlDTs0I0lBahyjLzpGQg3KT7FnCdTonAyPy2RtY802m2k4ALx6Dp752f82WsOczEVr3l6Q==",
  5544. "license": "MIT",
  5545. "dependencies": {
  5546. "@sindresorhus/merge-streams": "^4.0.0",
  5547. "fast-glob": "^3.3.3",
  5548. "ignore": "^7.0.5",
  5549. "is-path-inside": "^4.0.0",
  5550. "slash": "^5.1.0",
  5551. "unicorn-magic": "^0.4.0"
  5552. },
  5553. "engines": {
  5554. "node": ">=20"
  5555. },
  5556. "funding": {
  5557. "url": "https://github.com/sponsors/sindresorhus"
  5558. }
  5559. },
  5560. "node_modules/graceful-fs": {
  5561. "version": "4.2.11",
  5562. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  5563. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  5564. "license": "ISC"
  5565. },
  5566. "node_modules/gzip-size": {
  5567. "version": "7.0.0",
  5568. "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-7.0.0.tgz",
  5569. "integrity": "sha512-O1Ld7Dr+nqPnmGpdhzLmMTQ4vAsD+rHwMm1NLUmoUFFymBOMKxCCrtDxqdBRYXdeEPEi3SyoR4TizJLQrnKBNA==",
  5570. "license": "MIT",
  5571. "dependencies": {
  5572. "duplexer": "^0.1.2"
  5573. },
  5574. "engines": {
  5575. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  5576. },
  5577. "funding": {
  5578. "url": "https://github.com/sponsors/sindresorhus"
  5579. }
  5580. },
  5581. "node_modules/h3": {
  5582. "version": "1.15.11",
  5583. "resolved": "https://registry.npmjs.org/h3/-/h3-1.15.11.tgz",
  5584. "integrity": "sha512-L3THSe2MPeBwgIZVSH5zLdBBU90TOxarvhK9d04IDY2AmVS8j2Jz2LIWtwsGOU3lu2I5jCN7FNvVfY2+XyF+mg==",
  5585. "license": "MIT",
  5586. "dependencies": {
  5587. "cookie-es": "^1.2.3",
  5588. "crossws": "^0.3.5",
  5589. "defu": "^6.1.6",
  5590. "destr": "^2.0.5",
  5591. "iron-webcrypto": "^1.2.1",
  5592. "node-mock-http": "^1.0.4",
  5593. "radix3": "^1.1.2",
  5594. "ufo": "^1.6.3",
  5595. "uncrypto": "^0.1.3"
  5596. }
  5597. },
  5598. "node_modules/h3/node_modules/cookie-es": {
  5599. "version": "1.2.3",
  5600. "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-1.2.3.tgz",
  5601. "integrity": "sha512-lXVyvUvrNXblMqzIRrxHb57UUVmqsSWlxqt3XIjCkUP0wDAf6uicO6KMbEgYrMNtEvWgWHwe42CKxPu9MYAnWw==",
  5602. "license": "MIT"
  5603. },
  5604. "node_modules/hasown": {
  5605. "version": "2.0.2",
  5606. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
  5607. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  5608. "license": "MIT",
  5609. "dependencies": {
  5610. "function-bind": "^1.1.2"
  5611. },
  5612. "engines": {
  5613. "node": ">= 0.4"
  5614. }
  5615. },
  5616. "node_modules/hookable": {
  5617. "version": "6.1.0",
  5618. "resolved": "https://registry.npmjs.org/hookable/-/hookable-6.1.0.tgz",
  5619. "integrity": "sha512-ZoKZSJgu8voGK2geJS+6YtYjvIzu9AOM/KZXsBxr83uhLL++e9pEv/dlgwgy3dvHg06kTz6JOh1hk3C8Ceiymw==",
  5620. "license": "MIT"
  5621. },
  5622. "node_modules/http-errors": {
  5623. "version": "2.0.1",
  5624. "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
  5625. "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
  5626. "license": "MIT",
  5627. "dependencies": {
  5628. "depd": "~2.0.0",
  5629. "inherits": "~2.0.4",
  5630. "setprototypeof": "~1.2.0",
  5631. "statuses": "~2.0.2",
  5632. "toidentifier": "~1.0.1"
  5633. },
  5634. "engines": {
  5635. "node": ">= 0.8"
  5636. },
  5637. "funding": {
  5638. "type": "opencollective",
  5639. "url": "https://opencollective.com/express"
  5640. }
  5641. },
  5642. "node_modules/http-shutdown": {
  5643. "version": "1.2.2",
  5644. "resolved": "https://registry.npmjs.org/http-shutdown/-/http-shutdown-1.2.2.tgz",
  5645. "integrity": "sha512-S9wWkJ/VSY9/k4qcjG318bqJNruzE4HySUhFYknwmu6LBP97KLLfwNf+n4V1BHurvFNkSKLFnK/RsuUnRTf9Vw==",
  5646. "license": "MIT",
  5647. "engines": {
  5648. "iojs": ">= 1.0.0",
  5649. "node": ">= 0.12.0"
  5650. }
  5651. },
  5652. "node_modules/https-proxy-agent": {
  5653. "version": "7.0.6",
  5654. "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
  5655. "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
  5656. "license": "MIT",
  5657. "dependencies": {
  5658. "agent-base": "^7.1.2",
  5659. "debug": "4"
  5660. },
  5661. "engines": {
  5662. "node": ">= 14"
  5663. }
  5664. },
  5665. "node_modules/httpxy": {
  5666. "version": "0.5.0",
  5667. "resolved": "https://registry.npmjs.org/httpxy/-/httpxy-0.5.0.tgz",
  5668. "integrity": "sha512-qwX7QX/rK2visT10/b7bSeZWQOMlSm3svTD0pZpU+vJjNUP0YHtNv4c3z+MO+MSnGuRFWJFdCZiV+7F7dXIOzg==",
  5669. "license": "MIT"
  5670. },
  5671. "node_modules/human-signals": {
  5672. "version": "5.0.0",
  5673. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz",
  5674. "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
  5675. "license": "Apache-2.0",
  5676. "engines": {
  5677. "node": ">=16.17.0"
  5678. }
  5679. },
  5680. "node_modules/ieee754": {
  5681. "version": "1.2.1",
  5682. "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
  5683. "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
  5684. "funding": [
  5685. {
  5686. "type": "github",
  5687. "url": "https://github.com/sponsors/feross"
  5688. },
  5689. {
  5690. "type": "patreon",
  5691. "url": "https://www.patreon.com/feross"
  5692. },
  5693. {
  5694. "type": "consulting",
  5695. "url": "https://feross.org/support"
  5696. }
  5697. ],
  5698. "license": "BSD-3-Clause"
  5699. },
  5700. "node_modules/ignore": {
  5701. "version": "7.0.5",
  5702. "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
  5703. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  5704. "license": "MIT",
  5705. "engines": {
  5706. "node": ">= 4"
  5707. }
  5708. },
  5709. "node_modules/image-meta": {
  5710. "version": "0.2.2",
  5711. "resolved": "https://registry.npmjs.org/image-meta/-/image-meta-0.2.2.tgz",
  5712. "integrity": "sha512-3MOLanc3sb3LNGWQl1RlQlNWURE5g32aUphrDyFeCsxBTk08iE3VNe4CwsUZ0Qs1X+EfX0+r29Sxdpza4B+yRA==",
  5713. "license": "MIT"
  5714. },
  5715. "node_modules/impound": {
  5716. "version": "1.1.5",
  5717. "resolved": "https://registry.npmjs.org/impound/-/impound-1.1.5.tgz",
  5718. "integrity": "sha512-5AUn+QE0UofqNHu5f2Skf6Svukdg4ehOIq8O0EtqIx4jta0CDZYBPqpIHt0zrlUTiFVYlLpeH39DoikXBjPKpA==",
  5719. "license": "MIT",
  5720. "dependencies": {
  5721. "@jridgewell/trace-mapping": "^0.3.31",
  5722. "es-module-lexer": "^2.0.0",
  5723. "pathe": "^2.0.3",
  5724. "unplugin": "^3.0.0",
  5725. "unplugin-utils": "^0.3.1"
  5726. }
  5727. },
  5728. "node_modules/inherits": {
  5729. "version": "2.0.4",
  5730. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  5731. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  5732. "license": "ISC"
  5733. },
  5734. "node_modules/ini": {
  5735. "version": "4.1.1",
  5736. "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz",
  5737. "integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==",
  5738. "license": "ISC",
  5739. "engines": {
  5740. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  5741. }
  5742. },
  5743. "node_modules/ioredis": {
  5744. "version": "5.10.1",
  5745. "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.10.1.tgz",
  5746. "integrity": "sha512-HuEDBTI70aYdx1v6U97SbNx9F1+svQKBDo30o0b9fw055LMepzpOOd0Ccg9Q6tbqmBSJaMuY0fB7yw9/vjBYCA==",
  5747. "license": "MIT",
  5748. "dependencies": {
  5749. "@ioredis/commands": "1.5.1",
  5750. "cluster-key-slot": "^1.1.0",
  5751. "debug": "^4.3.4",
  5752. "denque": "^2.1.0",
  5753. "lodash.defaults": "^4.2.0",
  5754. "lodash.isarguments": "^3.1.0",
  5755. "redis-errors": "^1.2.0",
  5756. "redis-parser": "^3.0.0",
  5757. "standard-as-callback": "^2.1.0"
  5758. },
  5759. "engines": {
  5760. "node": ">=12.22.0"
  5761. },
  5762. "funding": {
  5763. "type": "opencollective",
  5764. "url": "https://opencollective.com/ioredis"
  5765. }
  5766. },
  5767. "node_modules/iron-webcrypto": {
  5768. "version": "1.2.1",
  5769. "resolved": "https://registry.npmjs.org/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz",
  5770. "integrity": "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==",
  5771. "license": "MIT",
  5772. "funding": {
  5773. "url": "https://github.com/sponsors/brc-dd"
  5774. }
  5775. },
  5776. "node_modules/is-core-module": {
  5777. "version": "2.16.1",
  5778. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
  5779. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  5780. "license": "MIT",
  5781. "dependencies": {
  5782. "hasown": "^2.0.2"
  5783. },
  5784. "engines": {
  5785. "node": ">= 0.4"
  5786. },
  5787. "funding": {
  5788. "url": "https://github.com/sponsors/ljharb"
  5789. }
  5790. },
  5791. "node_modules/is-docker": {
  5792. "version": "3.0.0",
  5793. "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
  5794. "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
  5795. "license": "MIT",
  5796. "bin": {
  5797. "is-docker": "cli.js"
  5798. },
  5799. "engines": {
  5800. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  5801. },
  5802. "funding": {
  5803. "url": "https://github.com/sponsors/sindresorhus"
  5804. }
  5805. },
  5806. "node_modules/is-extglob": {
  5807. "version": "2.1.1",
  5808. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  5809. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  5810. "license": "MIT",
  5811. "engines": {
  5812. "node": ">=0.10.0"
  5813. }
  5814. },
  5815. "node_modules/is-fullwidth-code-point": {
  5816. "version": "3.0.0",
  5817. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  5818. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  5819. "license": "MIT",
  5820. "engines": {
  5821. "node": ">=8"
  5822. }
  5823. },
  5824. "node_modules/is-glob": {
  5825. "version": "4.0.3",
  5826. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  5827. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  5828. "license": "MIT",
  5829. "dependencies": {
  5830. "is-extglob": "^2.1.1"
  5831. },
  5832. "engines": {
  5833. "node": ">=0.10.0"
  5834. }
  5835. },
  5836. "node_modules/is-in-ssh": {
  5837. "version": "1.0.0",
  5838. "resolved": "https://registry.npmjs.org/is-in-ssh/-/is-in-ssh-1.0.0.tgz",
  5839. "integrity": "sha512-jYa6Q9rH90kR1vKB6NM7qqd1mge3Fx4Dhw5TVlK1MUBqhEOuCagrEHMevNuCcbECmXZ0ThXkRm+Ymr51HwEPAw==",
  5840. "license": "MIT",
  5841. "engines": {
  5842. "node": ">=20"
  5843. },
  5844. "funding": {
  5845. "url": "https://github.com/sponsors/sindresorhus"
  5846. }
  5847. },
  5848. "node_modules/is-inside-container": {
  5849. "version": "1.0.0",
  5850. "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
  5851. "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
  5852. "license": "MIT",
  5853. "dependencies": {
  5854. "is-docker": "^3.0.0"
  5855. },
  5856. "bin": {
  5857. "is-inside-container": "cli.js"
  5858. },
  5859. "engines": {
  5860. "node": ">=14.16"
  5861. },
  5862. "funding": {
  5863. "url": "https://github.com/sponsors/sindresorhus"
  5864. }
  5865. },
  5866. "node_modules/is-installed-globally": {
  5867. "version": "1.0.0",
  5868. "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-1.0.0.tgz",
  5869. "integrity": "sha512-K55T22lfpQ63N4KEN57jZUAaAYqYHEe8veb/TycJRk9DdSCLLcovXz/mL6mOnhQaZsQGwPhuFopdQIlqGSEjiQ==",
  5870. "license": "MIT",
  5871. "dependencies": {
  5872. "global-directory": "^4.0.1",
  5873. "is-path-inside": "^4.0.0"
  5874. },
  5875. "engines": {
  5876. "node": ">=18"
  5877. },
  5878. "funding": {
  5879. "url": "https://github.com/sponsors/sindresorhus"
  5880. }
  5881. },
  5882. "node_modules/is-module": {
  5883. "version": "1.0.0",
  5884. "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
  5885. "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==",
  5886. "license": "MIT"
  5887. },
  5888. "node_modules/is-number": {
  5889. "version": "7.0.0",
  5890. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  5891. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  5892. "license": "MIT",
  5893. "engines": {
  5894. "node": ">=0.12.0"
  5895. }
  5896. },
  5897. "node_modules/is-path-inside": {
  5898. "version": "4.0.0",
  5899. "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz",
  5900. "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==",
  5901. "license": "MIT",
  5902. "engines": {
  5903. "node": ">=12"
  5904. },
  5905. "funding": {
  5906. "url": "https://github.com/sponsors/sindresorhus"
  5907. }
  5908. },
  5909. "node_modules/is-reference": {
  5910. "version": "1.2.1",
  5911. "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-1.2.1.tgz",
  5912. "integrity": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==",
  5913. "license": "MIT",
  5914. "dependencies": {
  5915. "@types/estree": "*"
  5916. }
  5917. },
  5918. "node_modules/is-stream": {
  5919. "version": "3.0.0",
  5920. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz",
  5921. "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
  5922. "license": "MIT",
  5923. "engines": {
  5924. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  5925. },
  5926. "funding": {
  5927. "url": "https://github.com/sponsors/sindresorhus"
  5928. }
  5929. },
  5930. "node_modules/is-wsl": {
  5931. "version": "3.1.1",
  5932. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.1.tgz",
  5933. "integrity": "sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==",
  5934. "license": "MIT",
  5935. "dependencies": {
  5936. "is-inside-container": "^1.0.0"
  5937. },
  5938. "engines": {
  5939. "node": ">=16"
  5940. },
  5941. "funding": {
  5942. "url": "https://github.com/sponsors/sindresorhus"
  5943. }
  5944. },
  5945. "node_modules/isarray": {
  5946. "version": "1.0.0",
  5947. "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
  5948. "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
  5949. "license": "MIT"
  5950. },
  5951. "node_modules/isexe": {
  5952. "version": "4.0.0",
  5953. "resolved": "https://registry.npmjs.org/isexe/-/isexe-4.0.0.tgz",
  5954. "integrity": "sha512-FFUtZMpoZ8RqHS3XeXEmHWLA4thH+ZxCv2lOiPIn1Xc7CxrqhWzNSDzD+/chS/zbYezmiwWLdQC09JdQKmthOw==",
  5955. "license": "BlueOak-1.0.0",
  5956. "engines": {
  5957. "node": ">=20"
  5958. }
  5959. },
  5960. "node_modules/jackspeak": {
  5961. "version": "3.4.3",
  5962. "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
  5963. "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
  5964. "license": "BlueOak-1.0.0",
  5965. "dependencies": {
  5966. "@isaacs/cliui": "^8.0.2"
  5967. },
  5968. "funding": {
  5969. "url": "https://github.com/sponsors/isaacs"
  5970. },
  5971. "optionalDependencies": {
  5972. "@pkgjs/parseargs": "^0.11.0"
  5973. }
  5974. },
  5975. "node_modules/jiti": {
  5976. "version": "2.6.1",
  5977. "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
  5978. "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
  5979. "license": "MIT",
  5980. "bin": {
  5981. "jiti": "lib/jiti-cli.mjs"
  5982. }
  5983. },
  5984. "node_modules/js-tokens": {
  5985. "version": "4.0.0",
  5986. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  5987. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  5988. "license": "MIT"
  5989. },
  5990. "node_modules/jsesc": {
  5991. "version": "3.1.0",
  5992. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
  5993. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  5994. "license": "MIT",
  5995. "bin": {
  5996. "jsesc": "bin/jsesc"
  5997. },
  5998. "engines": {
  5999. "node": ">=6"
  6000. }
  6001. },
  6002. "node_modules/json5": {
  6003. "version": "2.2.3",
  6004. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  6005. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  6006. "license": "MIT",
  6007. "bin": {
  6008. "json5": "lib/cli.js"
  6009. },
  6010. "engines": {
  6011. "node": ">=6"
  6012. }
  6013. },
  6014. "node_modules/kleur": {
  6015. "version": "4.1.5",
  6016. "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz",
  6017. "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==",
  6018. "license": "MIT",
  6019. "engines": {
  6020. "node": ">=6"
  6021. }
  6022. },
  6023. "node_modules/klona": {
  6024. "version": "2.0.6",
  6025. "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz",
  6026. "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==",
  6027. "license": "MIT",
  6028. "engines": {
  6029. "node": ">= 8"
  6030. }
  6031. },
  6032. "node_modules/knitwork": {
  6033. "version": "1.3.0",
  6034. "resolved": "https://registry.npmjs.org/knitwork/-/knitwork-1.3.0.tgz",
  6035. "integrity": "sha512-4LqMNoONzR43B1W0ek0fhXMsDNW/zxa1NdFAVMY+k28pgZLovR4G3PB5MrpTxCy1QaZCqNoiaKPr5w5qZHfSNw==",
  6036. "license": "MIT"
  6037. },
  6038. "node_modules/launch-editor": {
  6039. "version": "2.13.2",
  6040. "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.13.2.tgz",
  6041. "integrity": "sha512-4VVDnbOpLXy/s8rdRCSXb+zfMeFR0WlJWpET1iA9CQdlZDfwyLjUuGQzXU4VeOoey6AicSAluWan7Etga6Kcmg==",
  6042. "license": "MIT",
  6043. "dependencies": {
  6044. "picocolors": "^1.1.1",
  6045. "shell-quote": "^1.8.3"
  6046. }
  6047. },
  6048. "node_modules/lazystream": {
  6049. "version": "1.0.1",
  6050. "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.1.tgz",
  6051. "integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==",
  6052. "license": "MIT",
  6053. "dependencies": {
  6054. "readable-stream": "^2.0.5"
  6055. },
  6056. "engines": {
  6057. "node": ">= 0.6.3"
  6058. }
  6059. },
  6060. "node_modules/lazystream/node_modules/readable-stream": {
  6061. "version": "2.3.8",
  6062. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
  6063. "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
  6064. "license": "MIT",
  6065. "dependencies": {
  6066. "core-util-is": "~1.0.0",
  6067. "inherits": "~2.0.3",
  6068. "isarray": "~1.0.0",
  6069. "process-nextick-args": "~2.0.0",
  6070. "safe-buffer": "~5.1.1",
  6071. "string_decoder": "~1.1.1",
  6072. "util-deprecate": "~1.0.1"
  6073. }
  6074. },
  6075. "node_modules/lazystream/node_modules/safe-buffer": {
  6076. "version": "5.1.2",
  6077. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
  6078. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
  6079. "license": "MIT"
  6080. },
  6081. "node_modules/lazystream/node_modules/string_decoder": {
  6082. "version": "1.1.1",
  6083. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  6084. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  6085. "license": "MIT",
  6086. "dependencies": {
  6087. "safe-buffer": "~5.1.0"
  6088. }
  6089. },
  6090. "node_modules/lilconfig": {
  6091. "version": "3.1.3",
  6092. "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
  6093. "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
  6094. "license": "MIT",
  6095. "engines": {
  6096. "node": ">=14"
  6097. },
  6098. "funding": {
  6099. "url": "https://github.com/sponsors/antonk52"
  6100. }
  6101. },
  6102. "node_modules/listhen": {
  6103. "version": "1.9.1",
  6104. "resolved": "https://registry.npmjs.org/listhen/-/listhen-1.9.1.tgz",
  6105. "integrity": "sha512-4EhoyVcXEpNlY5HJRSQpH7Rba94M8N2JmI62ePjl0lrJKXSfG0F1FAgHGxBoz/T3pe41sUEwkIRRIcaUL0/Ofw==",
  6106. "license": "MIT",
  6107. "dependencies": {
  6108. "@parcel/watcher": "^2.5.6",
  6109. "@parcel/watcher-wasm": "^2.5.6",
  6110. "citty": "^0.2.2",
  6111. "consola": "^3.4.2",
  6112. "crossws": ">=0.2.0 <0.5.0",
  6113. "defu": "^6.1.6",
  6114. "get-port-please": "^3.2.0",
  6115. "h3": "^1.15.11",
  6116. "http-shutdown": "^1.2.2",
  6117. "jiti": "^2.6.1",
  6118. "mlly": "^1.8.2",
  6119. "node-forge": "^1.4.0",
  6120. "pathe": "^2.0.3",
  6121. "std-env": "^4.0.0",
  6122. "tinyclip": "^0.1.12",
  6123. "ufo": "^1.6.3",
  6124. "untun": "^0.1.3",
  6125. "uqr": "^0.1.2"
  6126. },
  6127. "bin": {
  6128. "listen": "bin/listhen.mjs",
  6129. "listhen": "bin/listhen.mjs"
  6130. }
  6131. },
  6132. "node_modules/local-pkg": {
  6133. "version": "1.1.2",
  6134. "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-1.1.2.tgz",
  6135. "integrity": "sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==",
  6136. "license": "MIT",
  6137. "dependencies": {
  6138. "mlly": "^1.7.4",
  6139. "pkg-types": "^2.3.0",
  6140. "quansync": "^0.2.11"
  6141. },
  6142. "engines": {
  6143. "node": ">=14"
  6144. },
  6145. "funding": {
  6146. "url": "https://github.com/sponsors/antfu"
  6147. }
  6148. },
  6149. "node_modules/lodash": {
  6150. "version": "4.18.1",
  6151. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
  6152. "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
  6153. "license": "MIT"
  6154. },
  6155. "node_modules/lodash.defaults": {
  6156. "version": "4.2.0",
  6157. "resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz",
  6158. "integrity": "sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==",
  6159. "license": "MIT"
  6160. },
  6161. "node_modules/lodash.isarguments": {
  6162. "version": "3.1.0",
  6163. "resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz",
  6164. "integrity": "sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg==",
  6165. "license": "MIT"
  6166. },
  6167. "node_modules/lodash.memoize": {
  6168. "version": "4.1.2",
  6169. "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
  6170. "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==",
  6171. "license": "MIT"
  6172. },
  6173. "node_modules/lodash.uniq": {
  6174. "version": "4.5.0",
  6175. "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
  6176. "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==",
  6177. "license": "MIT"
  6178. },
  6179. "node_modules/lru-cache": {
  6180. "version": "5.1.1",
  6181. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  6182. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  6183. "license": "ISC",
  6184. "dependencies": {
  6185. "yallist": "^3.0.2"
  6186. }
  6187. },
  6188. "node_modules/magic-regexp": {
  6189. "version": "0.10.0",
  6190. "resolved": "https://registry.npmjs.org/magic-regexp/-/magic-regexp-0.10.0.tgz",
  6191. "integrity": "sha512-Uly1Bu4lO1hwHUW0CQeSWuRtzCMNO00CmXtS8N6fyvB3B979GOEEeAkiTUDsmbYLAbvpUS/Kt5c4ibosAzVyVg==",
  6192. "license": "MIT",
  6193. "dependencies": {
  6194. "estree-walker": "^3.0.3",
  6195. "magic-string": "^0.30.12",
  6196. "mlly": "^1.7.2",
  6197. "regexp-tree": "^0.1.27",
  6198. "type-level-regexp": "~0.1.17",
  6199. "ufo": "^1.5.4",
  6200. "unplugin": "^2.0.0"
  6201. }
  6202. },
  6203. "node_modules/magic-regexp/node_modules/estree-walker": {
  6204. "version": "3.0.3",
  6205. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  6206. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  6207. "license": "MIT",
  6208. "dependencies": {
  6209. "@types/estree": "^1.0.0"
  6210. }
  6211. },
  6212. "node_modules/magic-regexp/node_modules/unplugin": {
  6213. "version": "2.3.11",
  6214. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-2.3.11.tgz",
  6215. "integrity": "sha512-5uKD0nqiYVzlmCRs01Fhs2BdkEgBS3SAVP6ndrBsuK42iC2+JHyxM05Rm9G8+5mkmRtzMZGY8Ct5+mliZxU/Ww==",
  6216. "license": "MIT",
  6217. "dependencies": {
  6218. "@jridgewell/remapping": "^2.3.5",
  6219. "acorn": "^8.15.0",
  6220. "picomatch": "^4.0.3",
  6221. "webpack-virtual-modules": "^0.6.2"
  6222. },
  6223. "engines": {
  6224. "node": ">=18.12.0"
  6225. }
  6226. },
  6227. "node_modules/magic-string": {
  6228. "version": "0.30.21",
  6229. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
  6230. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  6231. "license": "MIT",
  6232. "dependencies": {
  6233. "@jridgewell/sourcemap-codec": "^1.5.5"
  6234. }
  6235. },
  6236. "node_modules/magic-string-ast": {
  6237. "version": "1.0.3",
  6238. "resolved": "https://registry.npmjs.org/magic-string-ast/-/magic-string-ast-1.0.3.tgz",
  6239. "integrity": "sha512-CvkkH1i81zl7mmb94DsRiFeG9V2fR2JeuK8yDgS8oiZSFa++wWLEgZ5ufEOyLHbvSbD1gTRKv9NdX69Rnvr9JA==",
  6240. "license": "MIT",
  6241. "dependencies": {
  6242. "magic-string": "^0.30.19"
  6243. },
  6244. "engines": {
  6245. "node": ">=20.19.0"
  6246. },
  6247. "funding": {
  6248. "url": "https://github.com/sponsors/sxzz"
  6249. }
  6250. },
  6251. "node_modules/magicast": {
  6252. "version": "0.5.2",
  6253. "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.5.2.tgz",
  6254. "integrity": "sha512-E3ZJh4J3S9KfwdjZhe2afj6R9lGIN5Pher1pF39UGrXRqq/VDaGVIGN13BjHd2u8B61hArAGOnso7nBOouW3TQ==",
  6255. "license": "MIT",
  6256. "dependencies": {
  6257. "@babel/parser": "^7.29.0",
  6258. "@babel/types": "^7.29.0",
  6259. "source-map-js": "^1.2.1"
  6260. }
  6261. },
  6262. "node_modules/mdn-data": {
  6263. "version": "2.27.1",
  6264. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.27.1.tgz",
  6265. "integrity": "sha512-9Yubnt3e8A0OKwxYSXyhLymGW4sCufcLG6VdiDdUGVkPhpqLxlvP5vl1983gQjJl3tqbrM731mjaZaP68AgosQ==",
  6266. "license": "CC0-1.0"
  6267. },
  6268. "node_modules/merge-stream": {
  6269. "version": "2.0.0",
  6270. "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
  6271. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
  6272. "license": "MIT"
  6273. },
  6274. "node_modules/merge2": {
  6275. "version": "1.4.1",
  6276. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  6277. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  6278. "license": "MIT",
  6279. "engines": {
  6280. "node": ">= 8"
  6281. }
  6282. },
  6283. "node_modules/micromatch": {
  6284. "version": "4.0.8",
  6285. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
  6286. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  6287. "license": "MIT",
  6288. "dependencies": {
  6289. "braces": "^3.0.3",
  6290. "picomatch": "^2.3.1"
  6291. },
  6292. "engines": {
  6293. "node": ">=8.6"
  6294. }
  6295. },
  6296. "node_modules/micromatch/node_modules/picomatch": {
  6297. "version": "2.3.2",
  6298. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
  6299. "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
  6300. "license": "MIT",
  6301. "engines": {
  6302. "node": ">=8.6"
  6303. },
  6304. "funding": {
  6305. "url": "https://github.com/sponsors/jonschlinkert"
  6306. }
  6307. },
  6308. "node_modules/mime": {
  6309. "version": "4.1.0",
  6310. "resolved": "https://registry.npmjs.org/mime/-/mime-4.1.0.tgz",
  6311. "integrity": "sha512-X5ju04+cAzsojXKes0B/S4tcYtFAJ6tTMuSPBEn9CPGlrWr8Fiw7qYeLT0XyH80HSoAoqWCaz+MWKh22P7G1cw==",
  6312. "funding": [
  6313. "https://github.com/sponsors/broofa"
  6314. ],
  6315. "license": "MIT",
  6316. "bin": {
  6317. "mime": "bin/cli.js"
  6318. },
  6319. "engines": {
  6320. "node": ">=16"
  6321. }
  6322. },
  6323. "node_modules/mime-db": {
  6324. "version": "1.54.0",
  6325. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
  6326. "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
  6327. "license": "MIT",
  6328. "engines": {
  6329. "node": ">= 0.6"
  6330. }
  6331. },
  6332. "node_modules/mime-types": {
  6333. "version": "3.0.2",
  6334. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
  6335. "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
  6336. "license": "MIT",
  6337. "dependencies": {
  6338. "mime-db": "^1.54.0"
  6339. },
  6340. "engines": {
  6341. "node": ">=18"
  6342. },
  6343. "funding": {
  6344. "type": "opencollective",
  6345. "url": "https://opencollective.com/express"
  6346. }
  6347. },
  6348. "node_modules/mimic-fn": {
  6349. "version": "4.0.0",
  6350. "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz",
  6351. "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==",
  6352. "license": "MIT",
  6353. "engines": {
  6354. "node": ">=12"
  6355. },
  6356. "funding": {
  6357. "url": "https://github.com/sponsors/sindresorhus"
  6358. }
  6359. },
  6360. "node_modules/minimatch": {
  6361. "version": "10.2.5",
  6362. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
  6363. "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
  6364. "license": "BlueOak-1.0.0",
  6365. "dependencies": {
  6366. "brace-expansion": "^5.0.5"
  6367. },
  6368. "engines": {
  6369. "node": "18 || 20 || >=22"
  6370. },
  6371. "funding": {
  6372. "url": "https://github.com/sponsors/isaacs"
  6373. }
  6374. },
  6375. "node_modules/minipass": {
  6376. "version": "7.1.3",
  6377. "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz",
  6378. "integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
  6379. "license": "BlueOak-1.0.0",
  6380. "engines": {
  6381. "node": ">=16 || 14 >=14.17"
  6382. }
  6383. },
  6384. "node_modules/minizlib": {
  6385. "version": "3.1.0",
  6386. "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.1.0.tgz",
  6387. "integrity": "sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==",
  6388. "license": "MIT",
  6389. "dependencies": {
  6390. "minipass": "^7.1.2"
  6391. },
  6392. "engines": {
  6393. "node": ">= 18"
  6394. }
  6395. },
  6396. "node_modules/mlly": {
  6397. "version": "1.8.2",
  6398. "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.8.2.tgz",
  6399. "integrity": "sha512-d+ObxMQFmbt10sretNDytwt85VrbkhhUA/JBGm1MPaWJ65Cl4wOgLaB1NYvJSZ0Ef03MMEU/0xpPMXUIQ29UfA==",
  6400. "license": "MIT",
  6401. "dependencies": {
  6402. "acorn": "^8.16.0",
  6403. "pathe": "^2.0.3",
  6404. "pkg-types": "^1.3.1",
  6405. "ufo": "^1.6.3"
  6406. }
  6407. },
  6408. "node_modules/mlly/node_modules/confbox": {
  6409. "version": "0.1.8",
  6410. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz",
  6411. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  6412. "license": "MIT"
  6413. },
  6414. "node_modules/mlly/node_modules/pkg-types": {
  6415. "version": "1.3.1",
  6416. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz",
  6417. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  6418. "license": "MIT",
  6419. "dependencies": {
  6420. "confbox": "^0.1.8",
  6421. "mlly": "^1.7.4",
  6422. "pathe": "^2.0.1"
  6423. }
  6424. },
  6425. "node_modules/mocked-exports": {
  6426. "version": "0.1.1",
  6427. "resolved": "https://registry.npmjs.org/mocked-exports/-/mocked-exports-0.1.1.tgz",
  6428. "integrity": "sha512-aF7yRQr/Q0O2/4pIXm6PZ5G+jAd7QS4Yu8m+WEeEHGnbo+7mE36CbLSDQiXYV8bVL3NfmdeqPJct0tUlnjVSnA==",
  6429. "license": "MIT"
  6430. },
  6431. "node_modules/mrmime": {
  6432. "version": "2.0.1",
  6433. "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz",
  6434. "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==",
  6435. "license": "MIT",
  6436. "engines": {
  6437. "node": ">=10"
  6438. }
  6439. },
  6440. "node_modules/ms": {
  6441. "version": "2.1.3",
  6442. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  6443. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  6444. "license": "MIT"
  6445. },
  6446. "node_modules/muggle-string": {
  6447. "version": "0.4.1",
  6448. "resolved": "https://registry.npmjs.org/muggle-string/-/muggle-string-0.4.1.tgz",
  6449. "integrity": "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==",
  6450. "license": "MIT"
  6451. },
  6452. "node_modules/nanoid": {
  6453. "version": "3.3.11",
  6454. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
  6455. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  6456. "funding": [
  6457. {
  6458. "type": "github",
  6459. "url": "https://github.com/sponsors/ai"
  6460. }
  6461. ],
  6462. "license": "MIT",
  6463. "bin": {
  6464. "nanoid": "bin/nanoid.cjs"
  6465. },
  6466. "engines": {
  6467. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  6468. }
  6469. },
  6470. "node_modules/nanotar": {
  6471. "version": "0.3.0",
  6472. "resolved": "https://registry.npmjs.org/nanotar/-/nanotar-0.3.0.tgz",
  6473. "integrity": "sha512-Kv2JYYiCzt16Kt5QwAc9BFG89xfPNBx+oQL4GQXD9nLqPkZBiNaqaCWtwnbk/q7UVsTYevvM1b0UF8zmEI4pCg==",
  6474. "license": "MIT"
  6475. },
  6476. "node_modules/nitropack": {
  6477. "version": "2.13.3",
  6478. "resolved": "https://registry.npmjs.org/nitropack/-/nitropack-2.13.3.tgz",
  6479. "integrity": "sha512-C8vO7RxkU0AQ3HbYUumuG6MVM5JjRaBchke/rYFOp3EvrLtTBHZYhDVGECdpa27vNuOYRzm3GtQMn2YDOjDJLA==",
  6480. "license": "MIT",
  6481. "dependencies": {
  6482. "@cloudflare/kv-asset-handler": "^0.4.2",
  6483. "@rollup/plugin-alias": "^6.0.0",
  6484. "@rollup/plugin-commonjs": "^29.0.2",
  6485. "@rollup/plugin-inject": "^5.0.5",
  6486. "@rollup/plugin-json": "^6.1.0",
  6487. "@rollup/plugin-node-resolve": "^16.0.3",
  6488. "@rollup/plugin-replace": "^6.0.3",
  6489. "@rollup/plugin-terser": "^1.0.0",
  6490. "@vercel/nft": "^1.5.0",
  6491. "archiver": "^7.0.1",
  6492. "c12": "^3.3.4",
  6493. "chokidar": "^5.0.0",
  6494. "citty": "^0.2.2",
  6495. "compatx": "^0.2.0",
  6496. "confbox": "^0.2.4",
  6497. "consola": "^3.4.2",
  6498. "cookie-es": "^2.0.1",
  6499. "croner": "^10.0.1",
  6500. "crossws": "^0.3.5",
  6501. "db0": "^0.3.4",
  6502. "defu": "^6.1.6",
  6503. "destr": "^2.0.5",
  6504. "dot-prop": "^10.1.0",
  6505. "esbuild": "^0.27.5",
  6506. "escape-string-regexp": "^5.0.0",
  6507. "etag": "^1.8.1",
  6508. "exsolve": "^1.0.8",
  6509. "globby": "^16.2.0",
  6510. "gzip-size": "^7.0.0",
  6511. "h3": "^1.15.10",
  6512. "hookable": "^5.5.3",
  6513. "httpxy": "^0.5.0",
  6514. "ioredis": "^5.10.1",
  6515. "jiti": "^2.6.1",
  6516. "klona": "^2.0.6",
  6517. "knitwork": "^1.3.0",
  6518. "listhen": "^1.9.1",
  6519. "magic-string": "^0.30.21",
  6520. "magicast": "^0.5.2",
  6521. "mime": "^4.1.0",
  6522. "mlly": "^1.8.2",
  6523. "node-fetch-native": "^1.6.7",
  6524. "node-mock-http": "^1.0.4",
  6525. "ofetch": "^1.5.1",
  6526. "ohash": "^2.0.11",
  6527. "pathe": "^2.0.3",
  6528. "perfect-debounce": "^2.1.0",
  6529. "pkg-types": "^2.3.0",
  6530. "pretty-bytes": "^7.1.0",
  6531. "radix3": "^1.1.2",
  6532. "rollup": "^4.60.1",
  6533. "rollup-plugin-visualizer": "^7.0.1",
  6534. "scule": "^1.3.0",
  6535. "semver": "^7.7.4",
  6536. "serve-placeholder": "^2.0.2",
  6537. "serve-static": "^2.2.1",
  6538. "source-map": "^0.7.6",
  6539. "std-env": "^4.0.0",
  6540. "ufo": "^1.6.3",
  6541. "ultrahtml": "^1.6.0",
  6542. "uncrypto": "^0.1.3",
  6543. "unctx": "^2.5.0",
  6544. "unenv": "2.0.0-rc.24",
  6545. "unimport": "^6.0.2",
  6546. "unplugin-utils": "^0.3.1",
  6547. "unstorage": "^1.17.5",
  6548. "untyped": "^2.0.0",
  6549. "unwasm": "^0.5.3",
  6550. "youch": "^4.1.1",
  6551. "youch-core": "^0.3.3"
  6552. },
  6553. "bin": {
  6554. "nitro": "dist/cli/index.mjs",
  6555. "nitropack": "dist/cli/index.mjs"
  6556. },
  6557. "engines": {
  6558. "node": "^20.19.0 || >=22.12.0"
  6559. },
  6560. "peerDependencies": {
  6561. "xml2js": "^0.6.2"
  6562. },
  6563. "peerDependenciesMeta": {
  6564. "xml2js": {
  6565. "optional": true
  6566. }
  6567. }
  6568. },
  6569. "node_modules/nitropack/node_modules/hookable": {
  6570. "version": "5.5.3",
  6571. "resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz",
  6572. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
  6573. "license": "MIT"
  6574. },
  6575. "node_modules/node-addon-api": {
  6576. "version": "7.1.1",
  6577. "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
  6578. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  6579. "license": "MIT"
  6580. },
  6581. "node_modules/node-fetch": {
  6582. "version": "2.7.0",
  6583. "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
  6584. "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
  6585. "license": "MIT",
  6586. "dependencies": {
  6587. "whatwg-url": "^5.0.0"
  6588. },
  6589. "engines": {
  6590. "node": "4.x || >=6.0.0"
  6591. },
  6592. "peerDependencies": {
  6593. "encoding": "^0.1.0"
  6594. },
  6595. "peerDependenciesMeta": {
  6596. "encoding": {
  6597. "optional": true
  6598. }
  6599. }
  6600. },
  6601. "node_modules/node-fetch-native": {
  6602. "version": "1.6.7",
  6603. "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.7.tgz",
  6604. "integrity": "sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q==",
  6605. "license": "MIT"
  6606. },
  6607. "node_modules/node-forge": {
  6608. "version": "1.4.0",
  6609. "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.4.0.tgz",
  6610. "integrity": "sha512-LarFH0+6VfriEhqMMcLX2F7SwSXeWwnEAJEsYm5QKWchiVYVvJyV9v7UDvUv+w5HO23ZpQTXDv/GxdDdMyOuoQ==",
  6611. "license": "(BSD-3-Clause OR GPL-2.0)",
  6612. "engines": {
  6613. "node": ">= 6.13.0"
  6614. }
  6615. },
  6616. "node_modules/node-gyp-build": {
  6617. "version": "4.8.4",
  6618. "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.4.tgz",
  6619. "integrity": "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==",
  6620. "license": "MIT",
  6621. "bin": {
  6622. "node-gyp-build": "bin.js",
  6623. "node-gyp-build-optional": "optional.js",
  6624. "node-gyp-build-test": "build-test.js"
  6625. }
  6626. },
  6627. "node_modules/node-mock-http": {
  6628. "version": "1.0.4",
  6629. "resolved": "https://registry.npmjs.org/node-mock-http/-/node-mock-http-1.0.4.tgz",
  6630. "integrity": "sha512-8DY+kFsDkNXy1sJglUfuODx1/opAGJGyrTuFqEoN90oRc2Vk0ZbD4K2qmKXBBEhZQzdKHIVfEJpDU8Ak2NJEvQ==",
  6631. "license": "MIT"
  6632. },
  6633. "node_modules/node-releases": {
  6634. "version": "2.0.37",
  6635. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.37.tgz",
  6636. "integrity": "sha512-1h5gKZCF+pO/o3Iqt5Jp7wc9rH3eJJ0+nh/CIoiRwjRxde/hAHyLPXYN4V3CqKAbiZPSeJFSWHmJsbkicta0Eg==",
  6637. "license": "MIT"
  6638. },
  6639. "node_modules/nopt": {
  6640. "version": "8.1.0",
  6641. "resolved": "https://registry.npmjs.org/nopt/-/nopt-8.1.0.tgz",
  6642. "integrity": "sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A==",
  6643. "license": "ISC",
  6644. "dependencies": {
  6645. "abbrev": "^3.0.0"
  6646. },
  6647. "bin": {
  6648. "nopt": "bin/nopt.js"
  6649. },
  6650. "engines": {
  6651. "node": "^18.17.0 || >=20.5.0"
  6652. }
  6653. },
  6654. "node_modules/normalize-path": {
  6655. "version": "3.0.0",
  6656. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  6657. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  6658. "license": "MIT",
  6659. "engines": {
  6660. "node": ">=0.10.0"
  6661. }
  6662. },
  6663. "node_modules/npm-run-path": {
  6664. "version": "5.3.0",
  6665. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz",
  6666. "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
  6667. "license": "MIT",
  6668. "dependencies": {
  6669. "path-key": "^4.0.0"
  6670. },
  6671. "engines": {
  6672. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  6673. },
  6674. "funding": {
  6675. "url": "https://github.com/sponsors/sindresorhus"
  6676. }
  6677. },
  6678. "node_modules/npm-run-path/node_modules/path-key": {
  6679. "version": "4.0.0",
  6680. "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz",
  6681. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  6682. "license": "MIT",
  6683. "engines": {
  6684. "node": ">=12"
  6685. },
  6686. "funding": {
  6687. "url": "https://github.com/sponsors/sindresorhus"
  6688. }
  6689. },
  6690. "node_modules/nth-check": {
  6691. "version": "2.1.1",
  6692. "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
  6693. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  6694. "license": "BSD-2-Clause",
  6695. "dependencies": {
  6696. "boolbase": "^1.0.0"
  6697. },
  6698. "funding": {
  6699. "url": "https://github.com/fb55/nth-check?sponsor=1"
  6700. }
  6701. },
  6702. "node_modules/nuxt": {
  6703. "version": "4.4.2",
  6704. "resolved": "https://registry.npmjs.org/nuxt/-/nuxt-4.4.2.tgz",
  6705. "integrity": "sha512-iWVFpr/YEqVU/CenqIHMnIkvb2HE/9f+q8oxZ+pj2et+60NljGRClCgnmbvGPdmNFE0F1bEhoBCYfqbDOCim3Q==",
  6706. "license": "MIT",
  6707. "peer": true,
  6708. "dependencies": {
  6709. "@dxup/nuxt": "^0.4.0",
  6710. "@nuxt/cli": "^3.34.0",
  6711. "@nuxt/devtools": "^3.2.3",
  6712. "@nuxt/kit": "4.4.2",
  6713. "@nuxt/nitro-server": "4.4.2",
  6714. "@nuxt/schema": "4.4.2",
  6715. "@nuxt/telemetry": "^2.7.0",
  6716. "@nuxt/vite-builder": "4.4.2",
  6717. "@unhead/vue": "^2.1.12",
  6718. "@vue/shared": "^3.5.30",
  6719. "c12": "^3.3.3",
  6720. "chokidar": "^5.0.0",
  6721. "compatx": "^0.2.0",
  6722. "consola": "^3.4.2",
  6723. "cookie-es": "^2.0.0",
  6724. "defu": "^6.1.4",
  6725. "devalue": "^5.6.3",
  6726. "errx": "^0.1.0",
  6727. "escape-string-regexp": "^5.0.0",
  6728. "exsolve": "^1.0.8",
  6729. "hookable": "^6.0.1",
  6730. "ignore": "^7.0.5",
  6731. "impound": "^1.1.5",
  6732. "jiti": "^2.6.1",
  6733. "klona": "^2.0.6",
  6734. "knitwork": "^1.3.0",
  6735. "magic-string": "^0.30.21",
  6736. "mlly": "^1.8.1",
  6737. "nanotar": "^0.3.0",
  6738. "nypm": "^0.6.5",
  6739. "ofetch": "^1.5.1",
  6740. "ohash": "^2.0.11",
  6741. "on-change": "^6.0.2",
  6742. "oxc-minify": "^0.117.0",
  6743. "oxc-parser": "^0.117.0",
  6744. "oxc-transform": "^0.117.0",
  6745. "oxc-walker": "^0.7.0",
  6746. "pathe": "^2.0.3",
  6747. "perfect-debounce": "^2.1.0",
  6748. "picomatch": "^4.0.3",
  6749. "pkg-types": "^2.3.0",
  6750. "rou3": "^0.8.1",
  6751. "scule": "^1.3.0",
  6752. "semver": "^7.7.4",
  6753. "std-env": "^4.0.0",
  6754. "tinyglobby": "^0.2.15",
  6755. "ufo": "^1.6.3",
  6756. "ultrahtml": "^1.6.0",
  6757. "uncrypto": "^0.1.3",
  6758. "unctx": "^2.5.0",
  6759. "unimport": "^6.0.1",
  6760. "unplugin": "^3.0.0",
  6761. "unrouting": "^0.1.5",
  6762. "untyped": "^2.0.0",
  6763. "vue": "^3.5.30",
  6764. "vue-router": "^5.0.3"
  6765. },
  6766. "bin": {
  6767. "nuxi": "bin/nuxt.mjs",
  6768. "nuxt": "bin/nuxt.mjs"
  6769. },
  6770. "engines": {
  6771. "node": "^20.19.0 || >=22.12.0"
  6772. },
  6773. "peerDependencies": {
  6774. "@parcel/watcher": "^2.1.0",
  6775. "@types/node": ">=18.12.0"
  6776. },
  6777. "peerDependenciesMeta": {
  6778. "@parcel/watcher": {
  6779. "optional": true
  6780. },
  6781. "@types/node": {
  6782. "optional": true
  6783. }
  6784. }
  6785. },
  6786. "node_modules/nypm": {
  6787. "version": "0.6.5",
  6788. "resolved": "https://registry.npmjs.org/nypm/-/nypm-0.6.5.tgz",
  6789. "integrity": "sha512-K6AJy1GMVyfyMXRVB88700BJqNUkByijGJM8kEHpLdcAt+vSQAVfkWWHYzuRXHSY6xA2sNc5RjTj0p9rE2izVQ==",
  6790. "license": "MIT",
  6791. "dependencies": {
  6792. "citty": "^0.2.0",
  6793. "pathe": "^2.0.3",
  6794. "tinyexec": "^1.0.2"
  6795. },
  6796. "bin": {
  6797. "nypm": "dist/cli.mjs"
  6798. },
  6799. "engines": {
  6800. "node": ">=18"
  6801. }
  6802. },
  6803. "node_modules/obug": {
  6804. "version": "2.1.1",
  6805. "resolved": "https://registry.npmjs.org/obug/-/obug-2.1.1.tgz",
  6806. "integrity": "sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==",
  6807. "funding": [
  6808. "https://github.com/sponsors/sxzz",
  6809. "https://opencollective.com/debug"
  6810. ],
  6811. "license": "MIT"
  6812. },
  6813. "node_modules/ofetch": {
  6814. "version": "1.5.1",
  6815. "resolved": "https://registry.npmjs.org/ofetch/-/ofetch-1.5.1.tgz",
  6816. "integrity": "sha512-2W4oUZlVaqAPAil6FUg/difl6YhqhUR7x2eZY4bQCko22UXg3hptq9KLQdqFClV+Wu85UX7hNtdGTngi/1BxcA==",
  6817. "license": "MIT",
  6818. "dependencies": {
  6819. "destr": "^2.0.5",
  6820. "node-fetch-native": "^1.6.7",
  6821. "ufo": "^1.6.1"
  6822. }
  6823. },
  6824. "node_modules/ohash": {
  6825. "version": "2.0.11",
  6826. "resolved": "https://registry.npmjs.org/ohash/-/ohash-2.0.11.tgz",
  6827. "integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==",
  6828. "license": "MIT"
  6829. },
  6830. "node_modules/on-change": {
  6831. "version": "6.0.2",
  6832. "resolved": "https://registry.npmjs.org/on-change/-/on-change-6.0.2.tgz",
  6833. "integrity": "sha512-08+12qcOVEA0fS9g/VxKS27HaT94nRutUT77J2dr8zv/unzXopvhBuF8tNLWsoLQ5IgrQ6eptGeGqUYat82U1w==",
  6834. "license": "MIT",
  6835. "engines": {
  6836. "node": ">=20"
  6837. },
  6838. "funding": {
  6839. "url": "https://github.com/sindresorhus/on-change?sponsor=1"
  6840. }
  6841. },
  6842. "node_modules/on-finished": {
  6843. "version": "2.4.1",
  6844. "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
  6845. "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
  6846. "license": "MIT",
  6847. "dependencies": {
  6848. "ee-first": "1.1.1"
  6849. },
  6850. "engines": {
  6851. "node": ">= 0.8"
  6852. }
  6853. },
  6854. "node_modules/onetime": {
  6855. "version": "6.0.0",
  6856. "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz",
  6857. "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==",
  6858. "license": "MIT",
  6859. "dependencies": {
  6860. "mimic-fn": "^4.0.0"
  6861. },
  6862. "engines": {
  6863. "node": ">=12"
  6864. },
  6865. "funding": {
  6866. "url": "https://github.com/sponsors/sindresorhus"
  6867. }
  6868. },
  6869. "node_modules/open": {
  6870. "version": "11.0.0",
  6871. "resolved": "https://registry.npmjs.org/open/-/open-11.0.0.tgz",
  6872. "integrity": "sha512-smsWv2LzFjP03xmvFoJ331ss6h+jixfA4UUV/Bsiyuu4YJPfN+FIQGOIiv4w9/+MoHkfkJ22UIaQWRVFRfH6Vw==",
  6873. "license": "MIT",
  6874. "dependencies": {
  6875. "default-browser": "^5.4.0",
  6876. "define-lazy-prop": "^3.0.0",
  6877. "is-in-ssh": "^1.0.0",
  6878. "is-inside-container": "^1.0.0",
  6879. "powershell-utils": "^0.1.0",
  6880. "wsl-utils": "^0.3.0"
  6881. },
  6882. "engines": {
  6883. "node": ">=20"
  6884. },
  6885. "funding": {
  6886. "url": "https://github.com/sponsors/sindresorhus"
  6887. }
  6888. },
  6889. "node_modules/oxc-minify": {
  6890. "version": "0.117.0",
  6891. "resolved": "https://registry.npmjs.org/oxc-minify/-/oxc-minify-0.117.0.tgz",
  6892. "integrity": "sha512-JHsv/b+bmBJkAzkHXgTN7RThloVxLHPT0ojHfjqxVeHuQB7LPpLUbJ2qfwz37sto9stZ9+AVwUP4b3gtR7p/Tw==",
  6893. "license": "MIT",
  6894. "engines": {
  6895. "node": "^20.19.0 || >=22.12.0"
  6896. },
  6897. "funding": {
  6898. "url": "https://github.com/sponsors/Boshen"
  6899. },
  6900. "optionalDependencies": {
  6901. "@oxc-minify/binding-android-arm-eabi": "0.117.0",
  6902. "@oxc-minify/binding-android-arm64": "0.117.0",
  6903. "@oxc-minify/binding-darwin-arm64": "0.117.0",
  6904. "@oxc-minify/binding-darwin-x64": "0.117.0",
  6905. "@oxc-minify/binding-freebsd-x64": "0.117.0",
  6906. "@oxc-minify/binding-linux-arm-gnueabihf": "0.117.0",
  6907. "@oxc-minify/binding-linux-arm-musleabihf": "0.117.0",
  6908. "@oxc-minify/binding-linux-arm64-gnu": "0.117.0",
  6909. "@oxc-minify/binding-linux-arm64-musl": "0.117.0",
  6910. "@oxc-minify/binding-linux-ppc64-gnu": "0.117.0",
  6911. "@oxc-minify/binding-linux-riscv64-gnu": "0.117.0",
  6912. "@oxc-minify/binding-linux-riscv64-musl": "0.117.0",
  6913. "@oxc-minify/binding-linux-s390x-gnu": "0.117.0",
  6914. "@oxc-minify/binding-linux-x64-gnu": "0.117.0",
  6915. "@oxc-minify/binding-linux-x64-musl": "0.117.0",
  6916. "@oxc-minify/binding-openharmony-arm64": "0.117.0",
  6917. "@oxc-minify/binding-wasm32-wasi": "0.117.0",
  6918. "@oxc-minify/binding-win32-arm64-msvc": "0.117.0",
  6919. "@oxc-minify/binding-win32-ia32-msvc": "0.117.0",
  6920. "@oxc-minify/binding-win32-x64-msvc": "0.117.0"
  6921. }
  6922. },
  6923. "node_modules/oxc-parser": {
  6924. "version": "0.117.0",
  6925. "resolved": "https://registry.npmjs.org/oxc-parser/-/oxc-parser-0.117.0.tgz",
  6926. "integrity": "sha512-l3cbgK5wUvWDVNWM/JFU77qDdGZK1wudnLsFcrRyNo/bL1CyU8pC25vDhMHikVY29lbK2InTWsX42RxVSutUdQ==",
  6927. "license": "MIT",
  6928. "peer": true,
  6929. "dependencies": {
  6930. "@oxc-project/types": "^0.117.0"
  6931. },
  6932. "engines": {
  6933. "node": "^20.19.0 || >=22.12.0"
  6934. },
  6935. "funding": {
  6936. "url": "https://github.com/sponsors/Boshen"
  6937. },
  6938. "optionalDependencies": {
  6939. "@oxc-parser/binding-android-arm-eabi": "0.117.0",
  6940. "@oxc-parser/binding-android-arm64": "0.117.0",
  6941. "@oxc-parser/binding-darwin-arm64": "0.117.0",
  6942. "@oxc-parser/binding-darwin-x64": "0.117.0",
  6943. "@oxc-parser/binding-freebsd-x64": "0.117.0",
  6944. "@oxc-parser/binding-linux-arm-gnueabihf": "0.117.0",
  6945. "@oxc-parser/binding-linux-arm-musleabihf": "0.117.0",
  6946. "@oxc-parser/binding-linux-arm64-gnu": "0.117.0",
  6947. "@oxc-parser/binding-linux-arm64-musl": "0.117.0",
  6948. "@oxc-parser/binding-linux-ppc64-gnu": "0.117.0",
  6949. "@oxc-parser/binding-linux-riscv64-gnu": "0.117.0",
  6950. "@oxc-parser/binding-linux-riscv64-musl": "0.117.0",
  6951. "@oxc-parser/binding-linux-s390x-gnu": "0.117.0",
  6952. "@oxc-parser/binding-linux-x64-gnu": "0.117.0",
  6953. "@oxc-parser/binding-linux-x64-musl": "0.117.0",
  6954. "@oxc-parser/binding-openharmony-arm64": "0.117.0",
  6955. "@oxc-parser/binding-wasm32-wasi": "0.117.0",
  6956. "@oxc-parser/binding-win32-arm64-msvc": "0.117.0",
  6957. "@oxc-parser/binding-win32-ia32-msvc": "0.117.0",
  6958. "@oxc-parser/binding-win32-x64-msvc": "0.117.0"
  6959. }
  6960. },
  6961. "node_modules/oxc-transform": {
  6962. "version": "0.117.0",
  6963. "resolved": "https://registry.npmjs.org/oxc-transform/-/oxc-transform-0.117.0.tgz",
  6964. "integrity": "sha512-u1Stl2uhDh9bFuOGjGXQIqx46IRUNMyHQkq59LayXNGS2flNv7RpZpRSWs5S5deuNP6jJZ12gtMBze+m4dOhmw==",
  6965. "license": "MIT",
  6966. "engines": {
  6967. "node": "^20.19.0 || >=22.12.0"
  6968. },
  6969. "funding": {
  6970. "url": "https://github.com/sponsors/Boshen"
  6971. },
  6972. "optionalDependencies": {
  6973. "@oxc-transform/binding-android-arm-eabi": "0.117.0",
  6974. "@oxc-transform/binding-android-arm64": "0.117.0",
  6975. "@oxc-transform/binding-darwin-arm64": "0.117.0",
  6976. "@oxc-transform/binding-darwin-x64": "0.117.0",
  6977. "@oxc-transform/binding-freebsd-x64": "0.117.0",
  6978. "@oxc-transform/binding-linux-arm-gnueabihf": "0.117.0",
  6979. "@oxc-transform/binding-linux-arm-musleabihf": "0.117.0",
  6980. "@oxc-transform/binding-linux-arm64-gnu": "0.117.0",
  6981. "@oxc-transform/binding-linux-arm64-musl": "0.117.0",
  6982. "@oxc-transform/binding-linux-ppc64-gnu": "0.117.0",
  6983. "@oxc-transform/binding-linux-riscv64-gnu": "0.117.0",
  6984. "@oxc-transform/binding-linux-riscv64-musl": "0.117.0",
  6985. "@oxc-transform/binding-linux-s390x-gnu": "0.117.0",
  6986. "@oxc-transform/binding-linux-x64-gnu": "0.117.0",
  6987. "@oxc-transform/binding-linux-x64-musl": "0.117.0",
  6988. "@oxc-transform/binding-openharmony-arm64": "0.117.0",
  6989. "@oxc-transform/binding-wasm32-wasi": "0.117.0",
  6990. "@oxc-transform/binding-win32-arm64-msvc": "0.117.0",
  6991. "@oxc-transform/binding-win32-ia32-msvc": "0.117.0",
  6992. "@oxc-transform/binding-win32-x64-msvc": "0.117.0"
  6993. }
  6994. },
  6995. "node_modules/oxc-walker": {
  6996. "version": "0.7.0",
  6997. "resolved": "https://registry.npmjs.org/oxc-walker/-/oxc-walker-0.7.0.tgz",
  6998. "integrity": "sha512-54B4KUhrzbzc4sKvKwVYm7E2PgeROpGba0/2nlNZMqfDyca+yOor5IMb4WLGBatGDT0nkzYdYuzylg7n3YfB7A==",
  6999. "license": "MIT",
  7000. "dependencies": {
  7001. "magic-regexp": "^0.10.0"
  7002. },
  7003. "peerDependencies": {
  7004. "oxc-parser": ">=0.98.0"
  7005. }
  7006. },
  7007. "node_modules/package-json-from-dist": {
  7008. "version": "1.0.1",
  7009. "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
  7010. "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
  7011. "license": "BlueOak-1.0.0"
  7012. },
  7013. "node_modules/parseurl": {
  7014. "version": "1.3.3",
  7015. "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
  7016. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  7017. "license": "MIT",
  7018. "engines": {
  7019. "node": ">= 0.8"
  7020. }
  7021. },
  7022. "node_modules/path-key": {
  7023. "version": "3.1.1",
  7024. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  7025. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  7026. "license": "MIT",
  7027. "engines": {
  7028. "node": ">=8"
  7029. }
  7030. },
  7031. "node_modules/path-parse": {
  7032. "version": "1.0.7",
  7033. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  7034. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  7035. "license": "MIT"
  7036. },
  7037. "node_modules/path-scurry": {
  7038. "version": "2.0.2",
  7039. "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz",
  7040. "integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==",
  7041. "license": "BlueOak-1.0.0",
  7042. "dependencies": {
  7043. "lru-cache": "^11.0.0",
  7044. "minipass": "^7.1.2"
  7045. },
  7046. "engines": {
  7047. "node": "18 || 20 || >=22"
  7048. },
  7049. "funding": {
  7050. "url": "https://github.com/sponsors/isaacs"
  7051. }
  7052. },
  7053. "node_modules/path-scurry/node_modules/lru-cache": {
  7054. "version": "11.3.3",
  7055. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.3.tgz",
  7056. "integrity": "sha512-JvNw9Y81y33E+BEYPr0U7omo+U9AySnsMsEiXgwT6yqd31VQWTLNQqmT4ou5eqPFUrTfIDFta2wKhB1hyohtAQ==",
  7057. "license": "BlueOak-1.0.0",
  7058. "engines": {
  7059. "node": "20 || >=22"
  7060. }
  7061. },
  7062. "node_modules/pathe": {
  7063. "version": "2.0.3",
  7064. "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
  7065. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  7066. "license": "MIT"
  7067. },
  7068. "node_modules/perfect-debounce": {
  7069. "version": "2.1.0",
  7070. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-2.1.0.tgz",
  7071. "integrity": "sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==",
  7072. "license": "MIT"
  7073. },
  7074. "node_modules/pg": {
  7075. "version": "8.20.0",
  7076. "resolved": "https://registry.npmjs.org/pg/-/pg-8.20.0.tgz",
  7077. "integrity": "sha512-ldhMxz2r8fl/6QkXnBD3CR9/xg694oT6DZQ2s6c/RI28OjtSOpxnPrUCGOBJ46RCUxcWdx3p6kw/xnDHjKvaRA==",
  7078. "license": "MIT",
  7079. "peer": true,
  7080. "dependencies": {
  7081. "pg-connection-string": "^2.12.0",
  7082. "pg-pool": "^3.13.0",
  7083. "pg-protocol": "^1.13.0",
  7084. "pg-types": "2.2.0",
  7085. "pgpass": "1.0.5"
  7086. },
  7087. "engines": {
  7088. "node": ">= 16.0.0"
  7089. },
  7090. "optionalDependencies": {
  7091. "pg-cloudflare": "^1.3.0"
  7092. },
  7093. "peerDependencies": {
  7094. "pg-native": ">=3.0.1"
  7095. },
  7096. "peerDependenciesMeta": {
  7097. "pg-native": {
  7098. "optional": true
  7099. }
  7100. }
  7101. },
  7102. "node_modules/pg-cloudflare": {
  7103. "version": "1.3.0",
  7104. "resolved": "https://registry.npmjs.org/pg-cloudflare/-/pg-cloudflare-1.3.0.tgz",
  7105. "integrity": "sha512-6lswVVSztmHiRtD6I8hw4qP/nDm1EJbKMRhf3HCYaqud7frGysPv7FYJ5noZQdhQtN2xJnimfMtvQq21pdbzyQ==",
  7106. "license": "MIT",
  7107. "optional": true
  7108. },
  7109. "node_modules/pg-connection-string": {
  7110. "version": "2.12.0",
  7111. "resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.12.0.tgz",
  7112. "integrity": "sha512-U7qg+bpswf3Cs5xLzRqbXbQl85ng0mfSV/J0nnA31MCLgvEaAo7CIhmeyrmJpOr7o+zm0rXK+hNnT5l9RHkCkQ==",
  7113. "license": "MIT"
  7114. },
  7115. "node_modules/pg-int8": {
  7116. "version": "1.0.1",
  7117. "resolved": "https://registry.npmjs.org/pg-int8/-/pg-int8-1.0.1.tgz",
  7118. "integrity": "sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==",
  7119. "license": "ISC",
  7120. "engines": {
  7121. "node": ">=4.0.0"
  7122. }
  7123. },
  7124. "node_modules/pg-pool": {
  7125. "version": "3.13.0",
  7126. "resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-3.13.0.tgz",
  7127. "integrity": "sha512-gB+R+Xud1gLFuRD/QgOIgGOBE2KCQPaPwkzBBGC9oG69pHTkhQeIuejVIk3/cnDyX39av2AxomQiyPT13WKHQA==",
  7128. "license": "MIT",
  7129. "peerDependencies": {
  7130. "pg": ">=8.0"
  7131. }
  7132. },
  7133. "node_modules/pg-protocol": {
  7134. "version": "1.13.0",
  7135. "resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.13.0.tgz",
  7136. "integrity": "sha512-zzdvXfS6v89r6v7OcFCHfHlyG/wvry1ALxZo4LqgUoy7W9xhBDMaqOuMiF3qEV45VqsN6rdlcehHrfDtlCPc8w==",
  7137. "license": "MIT"
  7138. },
  7139. "node_modules/pg-types": {
  7140. "version": "2.2.0",
  7141. "resolved": "https://registry.npmjs.org/pg-types/-/pg-types-2.2.0.tgz",
  7142. "integrity": "sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==",
  7143. "license": "MIT",
  7144. "dependencies": {
  7145. "pg-int8": "1.0.1",
  7146. "postgres-array": "~2.0.0",
  7147. "postgres-bytea": "~1.0.0",
  7148. "postgres-date": "~1.0.4",
  7149. "postgres-interval": "^1.1.0"
  7150. },
  7151. "engines": {
  7152. "node": ">=4"
  7153. }
  7154. },
  7155. "node_modules/pgpass": {
  7156. "version": "1.0.5",
  7157. "resolved": "https://registry.npmjs.org/pgpass/-/pgpass-1.0.5.tgz",
  7158. "integrity": "sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==",
  7159. "license": "MIT",
  7160. "dependencies": {
  7161. "split2": "^4.1.0"
  7162. }
  7163. },
  7164. "node_modules/picocolors": {
  7165. "version": "1.1.1",
  7166. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  7167. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  7168. "license": "ISC"
  7169. },
  7170. "node_modules/picomatch": {
  7171. "version": "4.0.4",
  7172. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  7173. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  7174. "license": "MIT",
  7175. "engines": {
  7176. "node": ">=12"
  7177. },
  7178. "funding": {
  7179. "url": "https://github.com/sponsors/jonschlinkert"
  7180. }
  7181. },
  7182. "node_modules/pkg-types": {
  7183. "version": "2.3.0",
  7184. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.0.tgz",
  7185. "integrity": "sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==",
  7186. "license": "MIT",
  7187. "dependencies": {
  7188. "confbox": "^0.2.2",
  7189. "exsolve": "^1.0.7",
  7190. "pathe": "^2.0.3"
  7191. }
  7192. },
  7193. "node_modules/postcss": {
  7194. "version": "8.5.9",
  7195. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.9.tgz",
  7196. "integrity": "sha512-7a70Nsot+EMX9fFU3064K/kdHWZqGVY+BADLyXc8Dfv+mTLLVl6JzJpPaCZ2kQL9gIJvKXSLMHhqdRRjwQeFtw==",
  7197. "funding": [
  7198. {
  7199. "type": "opencollective",
  7200. "url": "https://opencollective.com/postcss/"
  7201. },
  7202. {
  7203. "type": "tidelift",
  7204. "url": "https://tidelift.com/funding/github/npm/postcss"
  7205. },
  7206. {
  7207. "type": "github",
  7208. "url": "https://github.com/sponsors/ai"
  7209. }
  7210. ],
  7211. "license": "MIT",
  7212. "peer": true,
  7213. "dependencies": {
  7214. "nanoid": "^3.3.11",
  7215. "picocolors": "^1.1.1",
  7216. "source-map-js": "^1.2.1"
  7217. },
  7218. "engines": {
  7219. "node": "^10 || ^12 || >=14"
  7220. }
  7221. },
  7222. "node_modules/postcss-calc": {
  7223. "version": "10.1.1",
  7224. "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-10.1.1.tgz",
  7225. "integrity": "sha512-NYEsLHh8DgG/PRH2+G9BTuUdtf9ViS+vdoQ0YA5OQdGsfN4ztiwtDWNtBl9EKeqNMFnIu8IKZ0cLxEQ5r5KVMw==",
  7226. "license": "MIT",
  7227. "dependencies": {
  7228. "postcss-selector-parser": "^7.0.0",
  7229. "postcss-value-parser": "^4.2.0"
  7230. },
  7231. "engines": {
  7232. "node": "^18.12 || ^20.9 || >=22.0"
  7233. },
  7234. "peerDependencies": {
  7235. "postcss": "^8.4.38"
  7236. }
  7237. },
  7238. "node_modules/postcss-colormin": {
  7239. "version": "7.0.7",
  7240. "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-7.0.7.tgz",
  7241. "integrity": "sha512-sBQ628lSj3VQpDquQel8Pen5mmjFPsO4pH9lDLaHB1AVkMRHtkl0pRB5DCWznc9upWsxint/kV+AveSj7W1tew==",
  7242. "license": "MIT",
  7243. "dependencies": {
  7244. "@colordx/core": "^5.0.0",
  7245. "browserslist": "^4.28.1",
  7246. "caniuse-api": "^3.0.0",
  7247. "postcss-value-parser": "^4.2.0"
  7248. },
  7249. "engines": {
  7250. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7251. },
  7252. "peerDependencies": {
  7253. "postcss": "^8.4.32"
  7254. }
  7255. },
  7256. "node_modules/postcss-convert-values": {
  7257. "version": "7.0.9",
  7258. "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-7.0.9.tgz",
  7259. "integrity": "sha512-l6uATQATZaCa0bckHV+r6dLXfWtUBKXxO3jK+AtxxJJtgMPD+VhhPCCx51I4/5w8U5uHV67g3w7PXj+V3wlMlg==",
  7260. "license": "MIT",
  7261. "dependencies": {
  7262. "browserslist": "^4.28.1",
  7263. "postcss-value-parser": "^4.2.0"
  7264. },
  7265. "engines": {
  7266. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7267. },
  7268. "peerDependencies": {
  7269. "postcss": "^8.4.32"
  7270. }
  7271. },
  7272. "node_modules/postcss-discard-comments": {
  7273. "version": "7.0.6",
  7274. "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-7.0.6.tgz",
  7275. "integrity": "sha512-Sq+Fzj1Eg5/CPf1ERb0wS1Im5cvE2gDXCE+si4HCn1sf+jpQZxDI4DXEp8t77B/ImzDceWE2ebJQFXdqZ6GRJw==",
  7276. "license": "MIT",
  7277. "dependencies": {
  7278. "postcss-selector-parser": "^7.1.1"
  7279. },
  7280. "engines": {
  7281. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7282. },
  7283. "peerDependencies": {
  7284. "postcss": "^8.4.32"
  7285. }
  7286. },
  7287. "node_modules/postcss-discard-duplicates": {
  7288. "version": "7.0.2",
  7289. "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-7.0.2.tgz",
  7290. "integrity": "sha512-eTonaQvPZ/3i1ASDHOKkYwAybiM45zFIc7KXils4mQmHLqIswXD9XNOKEVxtTFnsmwYzF66u4LMgSr0abDlh5w==",
  7291. "license": "MIT",
  7292. "engines": {
  7293. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7294. },
  7295. "peerDependencies": {
  7296. "postcss": "^8.4.32"
  7297. }
  7298. },
  7299. "node_modules/postcss-discard-empty": {
  7300. "version": "7.0.1",
  7301. "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-7.0.1.tgz",
  7302. "integrity": "sha512-cFrJKZvcg/uxB6Ijr4l6qmn3pXQBna9zyrPC+sK0zjbkDUZew+6xDltSF7OeB7rAtzaaMVYSdbod+sZOCWnMOg==",
  7303. "license": "MIT",
  7304. "engines": {
  7305. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7306. },
  7307. "peerDependencies": {
  7308. "postcss": "^8.4.32"
  7309. }
  7310. },
  7311. "node_modules/postcss-discard-overridden": {
  7312. "version": "7.0.1",
  7313. "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-7.0.1.tgz",
  7314. "integrity": "sha512-7c3MMjjSZ/qYrx3uc1940GSOzN1Iqjtlqe8uoSg+qdVPYyRb0TILSqqmtlSFuE4mTDECwsm397Ya7iXGzfF7lg==",
  7315. "license": "MIT",
  7316. "engines": {
  7317. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7318. },
  7319. "peerDependencies": {
  7320. "postcss": "^8.4.32"
  7321. }
  7322. },
  7323. "node_modules/postcss-merge-longhand": {
  7324. "version": "7.0.5",
  7325. "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-7.0.5.tgz",
  7326. "integrity": "sha512-Kpu5v4Ys6QI59FxmxtNB/iHUVDn9Y9sYw66D6+SZoIk4QTz1prC4aYkhIESu+ieG1iylod1f8MILMs1Em3mmIw==",
  7327. "license": "MIT",
  7328. "dependencies": {
  7329. "postcss-value-parser": "^4.2.0",
  7330. "stylehacks": "^7.0.5"
  7331. },
  7332. "engines": {
  7333. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7334. },
  7335. "peerDependencies": {
  7336. "postcss": "^8.4.32"
  7337. }
  7338. },
  7339. "node_modules/postcss-merge-rules": {
  7340. "version": "7.0.8",
  7341. "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-7.0.8.tgz",
  7342. "integrity": "sha512-BOR1iAM8jnr7zoQSlpeBmCsWV5Uudi/+5j7k05D0O/WP3+OFMPD86c1j/20xiuRtyt45bhxw/7hnhZNhW2mNFA==",
  7343. "license": "MIT",
  7344. "dependencies": {
  7345. "browserslist": "^4.28.1",
  7346. "caniuse-api": "^3.0.0",
  7347. "cssnano-utils": "^5.0.1",
  7348. "postcss-selector-parser": "^7.1.1"
  7349. },
  7350. "engines": {
  7351. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7352. },
  7353. "peerDependencies": {
  7354. "postcss": "^8.4.32"
  7355. }
  7356. },
  7357. "node_modules/postcss-minify-font-values": {
  7358. "version": "7.0.1",
  7359. "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-7.0.1.tgz",
  7360. "integrity": "sha512-2m1uiuJeTplll+tq4ENOQSzB8LRnSUChBv7oSyFLsJRtUgAAJGP6LLz0/8lkinTgxrmJSPOEhgY1bMXOQ4ZXhQ==",
  7361. "license": "MIT",
  7362. "dependencies": {
  7363. "postcss-value-parser": "^4.2.0"
  7364. },
  7365. "engines": {
  7366. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7367. },
  7368. "peerDependencies": {
  7369. "postcss": "^8.4.32"
  7370. }
  7371. },
  7372. "node_modules/postcss-minify-gradients": {
  7373. "version": "7.0.2",
  7374. "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-7.0.2.tgz",
  7375. "integrity": "sha512-fVY3AB8Um7SJR5usHqTY2Ngf9qh8IRN+FFzrBP0ONJy6yYXsP7xyjK2BvSAIrpgs1cST+H91V0TXi3diHLYJtw==",
  7376. "license": "MIT",
  7377. "dependencies": {
  7378. "@colordx/core": "^5.0.0",
  7379. "cssnano-utils": "^5.0.1",
  7380. "postcss-value-parser": "^4.2.0"
  7381. },
  7382. "engines": {
  7383. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7384. },
  7385. "peerDependencies": {
  7386. "postcss": "^8.4.32"
  7387. }
  7388. },
  7389. "node_modules/postcss-minify-params": {
  7390. "version": "7.0.6",
  7391. "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-7.0.6.tgz",
  7392. "integrity": "sha512-YOn02gC68JijlaXVuKvFSCvQOhTpblkcfDre2hb/Aaa58r2BIaK4AtE/cyZf2wV7YKAG+UlP9DT+By0ry1E4VQ==",
  7393. "license": "MIT",
  7394. "dependencies": {
  7395. "browserslist": "^4.28.1",
  7396. "cssnano-utils": "^5.0.1",
  7397. "postcss-value-parser": "^4.2.0"
  7398. },
  7399. "engines": {
  7400. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7401. },
  7402. "peerDependencies": {
  7403. "postcss": "^8.4.32"
  7404. }
  7405. },
  7406. "node_modules/postcss-minify-selectors": {
  7407. "version": "7.0.6",
  7408. "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-7.0.6.tgz",
  7409. "integrity": "sha512-lIbC0jy3AAwDxEgciZlBullDiMBeBCT+fz5G8RcA9MWqh/hfUkpOI3vNDUNEZHgokaoiv0juB9Y8fGcON7rU/A==",
  7410. "license": "MIT",
  7411. "dependencies": {
  7412. "cssesc": "^3.0.0",
  7413. "postcss-selector-parser": "^7.1.1"
  7414. },
  7415. "engines": {
  7416. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7417. },
  7418. "peerDependencies": {
  7419. "postcss": "^8.4.32"
  7420. }
  7421. },
  7422. "node_modules/postcss-normalize-charset": {
  7423. "version": "7.0.1",
  7424. "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-7.0.1.tgz",
  7425. "integrity": "sha512-sn413ofhSQHlZFae//m9FTOfkmiZ+YQXsbosqOWRiVQncU2BA3daX3n0VF3cG6rGLSFVc5Di/yns0dFfh8NFgQ==",
  7426. "license": "MIT",
  7427. "engines": {
  7428. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7429. },
  7430. "peerDependencies": {
  7431. "postcss": "^8.4.32"
  7432. }
  7433. },
  7434. "node_modules/postcss-normalize-display-values": {
  7435. "version": "7.0.1",
  7436. "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-7.0.1.tgz",
  7437. "integrity": "sha512-E5nnB26XjSYz/mGITm6JgiDpAbVuAkzXwLzRZtts19jHDUBFxZ0BkXAehy0uimrOjYJbocby4FVswA/5noOxrQ==",
  7438. "license": "MIT",
  7439. "dependencies": {
  7440. "postcss-value-parser": "^4.2.0"
  7441. },
  7442. "engines": {
  7443. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7444. },
  7445. "peerDependencies": {
  7446. "postcss": "^8.4.32"
  7447. }
  7448. },
  7449. "node_modules/postcss-normalize-positions": {
  7450. "version": "7.0.1",
  7451. "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-7.0.1.tgz",
  7452. "integrity": "sha512-pB/SzrIP2l50ZIYu+yQZyMNmnAcwyYb9R1fVWPRxm4zcUFCY2ign7rcntGFuMXDdd9L2pPNUgoODDk91PzRZuQ==",
  7453. "license": "MIT",
  7454. "dependencies": {
  7455. "postcss-value-parser": "^4.2.0"
  7456. },
  7457. "engines": {
  7458. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7459. },
  7460. "peerDependencies": {
  7461. "postcss": "^8.4.32"
  7462. }
  7463. },
  7464. "node_modules/postcss-normalize-repeat-style": {
  7465. "version": "7.0.1",
  7466. "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-7.0.1.tgz",
  7467. "integrity": "sha512-NsSQJ8zj8TIDiF0ig44Byo3Jk9e4gNt9x2VIlJudnQQ5DhWAHJPF4Tr1ITwyHio2BUi/I6Iv0HRO7beHYOloYQ==",
  7468. "license": "MIT",
  7469. "dependencies": {
  7470. "postcss-value-parser": "^4.2.0"
  7471. },
  7472. "engines": {
  7473. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7474. },
  7475. "peerDependencies": {
  7476. "postcss": "^8.4.32"
  7477. }
  7478. },
  7479. "node_modules/postcss-normalize-string": {
  7480. "version": "7.0.1",
  7481. "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-7.0.1.tgz",
  7482. "integrity": "sha512-QByrI7hAhsoze992kpbMlJSbZ8FuCEc1OT9EFbZ6HldXNpsdpZr+YXC5di3UEv0+jeZlHbZcoCADgb7a+lPmmQ==",
  7483. "license": "MIT",
  7484. "dependencies": {
  7485. "postcss-value-parser": "^4.2.0"
  7486. },
  7487. "engines": {
  7488. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7489. },
  7490. "peerDependencies": {
  7491. "postcss": "^8.4.32"
  7492. }
  7493. },
  7494. "node_modules/postcss-normalize-timing-functions": {
  7495. "version": "7.0.1",
  7496. "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-7.0.1.tgz",
  7497. "integrity": "sha512-bHifyuuSNdKKsnNJ0s8fmfLMlvsQwYVxIoUBnowIVl2ZAdrkYQNGVB4RxjfpvkMjipqvbz0u7feBZybkl/6NJg==",
  7498. "license": "MIT",
  7499. "dependencies": {
  7500. "postcss-value-parser": "^4.2.0"
  7501. },
  7502. "engines": {
  7503. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7504. },
  7505. "peerDependencies": {
  7506. "postcss": "^8.4.32"
  7507. }
  7508. },
  7509. "node_modules/postcss-normalize-unicode": {
  7510. "version": "7.0.6",
  7511. "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-7.0.6.tgz",
  7512. "integrity": "sha512-z6bwTV84YW6ZvvNoaNLuzRW4/uWxDKYI1iIDrzk6D2YTL7hICApy+Q1LP6vBEsljX8FM7YSuV9qI79XESd4ddQ==",
  7513. "license": "MIT",
  7514. "dependencies": {
  7515. "browserslist": "^4.28.1",
  7516. "postcss-value-parser": "^4.2.0"
  7517. },
  7518. "engines": {
  7519. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7520. },
  7521. "peerDependencies": {
  7522. "postcss": "^8.4.32"
  7523. }
  7524. },
  7525. "node_modules/postcss-normalize-url": {
  7526. "version": "7.0.1",
  7527. "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-7.0.1.tgz",
  7528. "integrity": "sha512-sUcD2cWtyK1AOL/82Fwy1aIVm/wwj5SdZkgZ3QiUzSzQQofrbq15jWJ3BA7Z+yVRwamCjJgZJN0I9IS7c6tgeQ==",
  7529. "license": "MIT",
  7530. "dependencies": {
  7531. "postcss-value-parser": "^4.2.0"
  7532. },
  7533. "engines": {
  7534. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7535. },
  7536. "peerDependencies": {
  7537. "postcss": "^8.4.32"
  7538. }
  7539. },
  7540. "node_modules/postcss-normalize-whitespace": {
  7541. "version": "7.0.1",
  7542. "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-7.0.1.tgz",
  7543. "integrity": "sha512-vsbgFHMFQrJBJKrUFJNZ2pgBeBkC2IvvoHjz1to0/0Xk7sII24T0qFOiJzG6Fu3zJoq/0yI4rKWi7WhApW+EFA==",
  7544. "license": "MIT",
  7545. "dependencies": {
  7546. "postcss-value-parser": "^4.2.0"
  7547. },
  7548. "engines": {
  7549. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7550. },
  7551. "peerDependencies": {
  7552. "postcss": "^8.4.32"
  7553. }
  7554. },
  7555. "node_modules/postcss-ordered-values": {
  7556. "version": "7.0.2",
  7557. "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-7.0.2.tgz",
  7558. "integrity": "sha512-AMJjt1ECBffF7CEON/Y0rekRLS6KsePU6PRP08UqYW4UGFRnTXNrByUzYK1h8AC7UWTZdQ9O3Oq9kFIhm0SFEw==",
  7559. "license": "MIT",
  7560. "dependencies": {
  7561. "cssnano-utils": "^5.0.1",
  7562. "postcss-value-parser": "^4.2.0"
  7563. },
  7564. "engines": {
  7565. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7566. },
  7567. "peerDependencies": {
  7568. "postcss": "^8.4.32"
  7569. }
  7570. },
  7571. "node_modules/postcss-reduce-initial": {
  7572. "version": "7.0.6",
  7573. "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-7.0.6.tgz",
  7574. "integrity": "sha512-G6ZyK68AmrPdMB6wyeA37ejnnRG2S8xinJrZJnOv+IaRKf6koPAVbQsiC7MfkmXaGmF1UO+QCijb27wfpxuRNg==",
  7575. "license": "MIT",
  7576. "dependencies": {
  7577. "browserslist": "^4.28.1",
  7578. "caniuse-api": "^3.0.0"
  7579. },
  7580. "engines": {
  7581. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7582. },
  7583. "peerDependencies": {
  7584. "postcss": "^8.4.32"
  7585. }
  7586. },
  7587. "node_modules/postcss-reduce-transforms": {
  7588. "version": "7.0.1",
  7589. "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-7.0.1.tgz",
  7590. "integrity": "sha512-MhyEbfrm+Mlp/36hvZ9mT9DaO7dbncU0CvWI8V93LRkY6IYlu38OPg3FObnuKTUxJ4qA8HpurdQOo5CyqqO76g==",
  7591. "license": "MIT",
  7592. "dependencies": {
  7593. "postcss-value-parser": "^4.2.0"
  7594. },
  7595. "engines": {
  7596. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7597. },
  7598. "peerDependencies": {
  7599. "postcss": "^8.4.32"
  7600. }
  7601. },
  7602. "node_modules/postcss-selector-parser": {
  7603. "version": "7.1.1",
  7604. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz",
  7605. "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==",
  7606. "license": "MIT",
  7607. "dependencies": {
  7608. "cssesc": "^3.0.0",
  7609. "util-deprecate": "^1.0.2"
  7610. },
  7611. "engines": {
  7612. "node": ">=4"
  7613. }
  7614. },
  7615. "node_modules/postcss-svgo": {
  7616. "version": "7.1.1",
  7617. "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-7.1.1.tgz",
  7618. "integrity": "sha512-zU9H9oEDrUFKa0JB7w+IYL7Qs9ey1mZyjhbf0KLxwJDdDRtoPvCmaEfknzqfHj44QS9VD6c5sJnBAVYTLRg/Sg==",
  7619. "license": "MIT",
  7620. "dependencies": {
  7621. "postcss-value-parser": "^4.2.0",
  7622. "svgo": "^4.0.1"
  7623. },
  7624. "engines": {
  7625. "node": "^18.12.0 || ^20.9.0 || >= 18"
  7626. },
  7627. "peerDependencies": {
  7628. "postcss": "^8.4.32"
  7629. }
  7630. },
  7631. "node_modules/postcss-unique-selectors": {
  7632. "version": "7.0.5",
  7633. "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-7.0.5.tgz",
  7634. "integrity": "sha512-3QoYmEt4qg/rUWDn6Tc8+ZVPmbp4G1hXDtCNWDx0st8SjtCbRcxRXDDM1QrEiXGG3A45zscSJFb4QH90LViyxg==",
  7635. "license": "MIT",
  7636. "dependencies": {
  7637. "postcss-selector-parser": "^7.1.1"
  7638. },
  7639. "engines": {
  7640. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7641. },
  7642. "peerDependencies": {
  7643. "postcss": "^8.4.32"
  7644. }
  7645. },
  7646. "node_modules/postcss-value-parser": {
  7647. "version": "4.2.0",
  7648. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  7649. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
  7650. "license": "MIT"
  7651. },
  7652. "node_modules/postgres-array": {
  7653. "version": "2.0.0",
  7654. "resolved": "https://registry.npmjs.org/postgres-array/-/postgres-array-2.0.0.tgz",
  7655. "integrity": "sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==",
  7656. "license": "MIT",
  7657. "engines": {
  7658. "node": ">=4"
  7659. }
  7660. },
  7661. "node_modules/postgres-bytea": {
  7662. "version": "1.0.1",
  7663. "resolved": "https://registry.npmjs.org/postgres-bytea/-/postgres-bytea-1.0.1.tgz",
  7664. "integrity": "sha512-5+5HqXnsZPE65IJZSMkZtURARZelel2oXUEO8rH83VS/hxH5vv1uHquPg5wZs8yMAfdv971IU+kcPUczi7NVBQ==",
  7665. "license": "MIT",
  7666. "engines": {
  7667. "node": ">=0.10.0"
  7668. }
  7669. },
  7670. "node_modules/postgres-date": {
  7671. "version": "1.0.7",
  7672. "resolved": "https://registry.npmjs.org/postgres-date/-/postgres-date-1.0.7.tgz",
  7673. "integrity": "sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==",
  7674. "license": "MIT",
  7675. "engines": {
  7676. "node": ">=0.10.0"
  7677. }
  7678. },
  7679. "node_modules/postgres-interval": {
  7680. "version": "1.2.0",
  7681. "resolved": "https://registry.npmjs.org/postgres-interval/-/postgres-interval-1.2.0.tgz",
  7682. "integrity": "sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==",
  7683. "license": "MIT",
  7684. "dependencies": {
  7685. "xtend": "^4.0.0"
  7686. },
  7687. "engines": {
  7688. "node": ">=0.10.0"
  7689. }
  7690. },
  7691. "node_modules/powershell-utils": {
  7692. "version": "0.1.0",
  7693. "resolved": "https://registry.npmjs.org/powershell-utils/-/powershell-utils-0.1.0.tgz",
  7694. "integrity": "sha512-dM0jVuXJPsDN6DvRpea484tCUaMiXWjuCn++HGTqUWzGDjv5tZkEZldAJ/UMlqRYGFrD/etByo4/xOuC/snX2A==",
  7695. "license": "MIT",
  7696. "engines": {
  7697. "node": ">=20"
  7698. },
  7699. "funding": {
  7700. "url": "https://github.com/sponsors/sindresorhus"
  7701. }
  7702. },
  7703. "node_modules/pretty-bytes": {
  7704. "version": "7.1.0",
  7705. "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-7.1.0.tgz",
  7706. "integrity": "sha512-nODzvTiYVRGRqAOvE84Vk5JDPyyxsVk0/fbA/bq7RqlnhksGpset09XTxbpvLTIjoaF7K8Z8DG8yHtKGTPSYRw==",
  7707. "license": "MIT",
  7708. "engines": {
  7709. "node": ">=20"
  7710. },
  7711. "funding": {
  7712. "url": "https://github.com/sponsors/sindresorhus"
  7713. }
  7714. },
  7715. "node_modules/process": {
  7716. "version": "0.11.10",
  7717. "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
  7718. "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
  7719. "license": "MIT",
  7720. "engines": {
  7721. "node": ">= 0.6.0"
  7722. }
  7723. },
  7724. "node_modules/process-nextick-args": {
  7725. "version": "2.0.1",
  7726. "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
  7727. "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
  7728. "license": "MIT"
  7729. },
  7730. "node_modules/quansync": {
  7731. "version": "0.2.11",
  7732. "resolved": "https://registry.npmjs.org/quansync/-/quansync-0.2.11.tgz",
  7733. "integrity": "sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==",
  7734. "funding": [
  7735. {
  7736. "type": "individual",
  7737. "url": "https://github.com/sponsors/antfu"
  7738. },
  7739. {
  7740. "type": "individual",
  7741. "url": "https://github.com/sponsors/sxzz"
  7742. }
  7743. ],
  7744. "license": "MIT"
  7745. },
  7746. "node_modules/queue-microtask": {
  7747. "version": "1.2.3",
  7748. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  7749. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  7750. "funding": [
  7751. {
  7752. "type": "github",
  7753. "url": "https://github.com/sponsors/feross"
  7754. },
  7755. {
  7756. "type": "patreon",
  7757. "url": "https://www.patreon.com/feross"
  7758. },
  7759. {
  7760. "type": "consulting",
  7761. "url": "https://feross.org/support"
  7762. }
  7763. ],
  7764. "license": "MIT"
  7765. },
  7766. "node_modules/radix3": {
  7767. "version": "1.1.2",
  7768. "resolved": "https://registry.npmjs.org/radix3/-/radix3-1.1.2.tgz",
  7769. "integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==",
  7770. "license": "MIT"
  7771. },
  7772. "node_modules/range-parser": {
  7773. "version": "1.2.1",
  7774. "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
  7775. "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
  7776. "license": "MIT",
  7777. "engines": {
  7778. "node": ">= 0.6"
  7779. }
  7780. },
  7781. "node_modules/rc9": {
  7782. "version": "3.0.1",
  7783. "resolved": "https://registry.npmjs.org/rc9/-/rc9-3.0.1.tgz",
  7784. "integrity": "sha512-gMDyleLWVE+i6Sgtc0QbbY6pEKqYs97NGi6isHQPqYlLemPoO8dxQ3uGi0f4NiP98c+jMW6cG1Kx9dDwfvqARQ==",
  7785. "license": "MIT",
  7786. "dependencies": {
  7787. "defu": "^6.1.6",
  7788. "destr": "^2.0.5"
  7789. }
  7790. },
  7791. "node_modules/readable-stream": {
  7792. "version": "4.7.0",
  7793. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.7.0.tgz",
  7794. "integrity": "sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==",
  7795. "license": "MIT",
  7796. "dependencies": {
  7797. "abort-controller": "^3.0.0",
  7798. "buffer": "^6.0.3",
  7799. "events": "^3.3.0",
  7800. "process": "^0.11.10",
  7801. "string_decoder": "^1.3.0"
  7802. },
  7803. "engines": {
  7804. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  7805. }
  7806. },
  7807. "node_modules/readdir-glob": {
  7808. "version": "1.1.3",
  7809. "resolved": "https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.1.3.tgz",
  7810. "integrity": "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==",
  7811. "license": "Apache-2.0",
  7812. "dependencies": {
  7813. "minimatch": "^5.1.0"
  7814. }
  7815. },
  7816. "node_modules/readdir-glob/node_modules/balanced-match": {
  7817. "version": "1.0.2",
  7818. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  7819. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  7820. "license": "MIT"
  7821. },
  7822. "node_modules/readdir-glob/node_modules/brace-expansion": {
  7823. "version": "2.0.3",
  7824. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
  7825. "integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
  7826. "license": "MIT",
  7827. "dependencies": {
  7828. "balanced-match": "^1.0.0"
  7829. }
  7830. },
  7831. "node_modules/readdir-glob/node_modules/minimatch": {
  7832. "version": "5.1.9",
  7833. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.9.tgz",
  7834. "integrity": "sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==",
  7835. "license": "ISC",
  7836. "dependencies": {
  7837. "brace-expansion": "^2.0.1"
  7838. },
  7839. "engines": {
  7840. "node": ">=10"
  7841. }
  7842. },
  7843. "node_modules/readdirp": {
  7844. "version": "5.0.0",
  7845. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz",
  7846. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  7847. "license": "MIT",
  7848. "engines": {
  7849. "node": ">= 20.19.0"
  7850. },
  7851. "funding": {
  7852. "type": "individual",
  7853. "url": "https://paulmillr.com/funding/"
  7854. }
  7855. },
  7856. "node_modules/redis-errors": {
  7857. "version": "1.2.0",
  7858. "resolved": "https://registry.npmjs.org/redis-errors/-/redis-errors-1.2.0.tgz",
  7859. "integrity": "sha512-1qny3OExCf0UvUV/5wpYKf2YwPcOqXzkwKKSmKHiE6ZMQs5heeE/c8eXK+PNllPvmjgAbfnsbpkGZWy8cBpn9w==",
  7860. "license": "MIT",
  7861. "engines": {
  7862. "node": ">=4"
  7863. }
  7864. },
  7865. "node_modules/redis-parser": {
  7866. "version": "3.0.0",
  7867. "resolved": "https://registry.npmjs.org/redis-parser/-/redis-parser-3.0.0.tgz",
  7868. "integrity": "sha512-DJnGAeenTdpMEH6uAJRK/uiyEIH9WVsUmoLwzudwGJUwZPp80PDBWPHXSAGNPwNvIXAbe7MSUB1zQFugFml66A==",
  7869. "license": "MIT",
  7870. "dependencies": {
  7871. "redis-errors": "^1.0.0"
  7872. },
  7873. "engines": {
  7874. "node": ">=4"
  7875. }
  7876. },
  7877. "node_modules/regexp-tree": {
  7878. "version": "0.1.27",
  7879. "resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.27.tgz",
  7880. "integrity": "sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==",
  7881. "license": "MIT",
  7882. "bin": {
  7883. "regexp-tree": "bin/regexp-tree"
  7884. }
  7885. },
  7886. "node_modules/resolve": {
  7887. "version": "1.22.11",
  7888. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
  7889. "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
  7890. "license": "MIT",
  7891. "dependencies": {
  7892. "is-core-module": "^2.16.1",
  7893. "path-parse": "^1.0.7",
  7894. "supports-preserve-symlinks-flag": "^1.0.0"
  7895. },
  7896. "bin": {
  7897. "resolve": "bin/resolve"
  7898. },
  7899. "engines": {
  7900. "node": ">= 0.4"
  7901. },
  7902. "funding": {
  7903. "url": "https://github.com/sponsors/ljharb"
  7904. }
  7905. },
  7906. "node_modules/resolve-from": {
  7907. "version": "5.0.0",
  7908. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
  7909. "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
  7910. "license": "MIT",
  7911. "engines": {
  7912. "node": ">=8"
  7913. }
  7914. },
  7915. "node_modules/reusify": {
  7916. "version": "1.1.0",
  7917. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
  7918. "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
  7919. "license": "MIT",
  7920. "engines": {
  7921. "iojs": ">=1.0.0",
  7922. "node": ">=0.10.0"
  7923. }
  7924. },
  7925. "node_modules/rollup": {
  7926. "version": "4.60.1",
  7927. "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.60.1.tgz",
  7928. "integrity": "sha512-VmtB2rFU/GroZ4oL8+ZqXgSA38O6GR8KSIvWmEFv63pQ0G6KaBH9s07PO8XTXP4vI+3UJUEypOfjkGfmSBBR0w==",
  7929. "license": "MIT",
  7930. "peer": true,
  7931. "dependencies": {
  7932. "@types/estree": "1.0.8"
  7933. },
  7934. "bin": {
  7935. "rollup": "dist/bin/rollup"
  7936. },
  7937. "engines": {
  7938. "node": ">=18.0.0",
  7939. "npm": ">=8.0.0"
  7940. },
  7941. "optionalDependencies": {
  7942. "@rollup/rollup-android-arm-eabi": "4.60.1",
  7943. "@rollup/rollup-android-arm64": "4.60.1",
  7944. "@rollup/rollup-darwin-arm64": "4.60.1",
  7945. "@rollup/rollup-darwin-x64": "4.60.1",
  7946. "@rollup/rollup-freebsd-arm64": "4.60.1",
  7947. "@rollup/rollup-freebsd-x64": "4.60.1",
  7948. "@rollup/rollup-linux-arm-gnueabihf": "4.60.1",
  7949. "@rollup/rollup-linux-arm-musleabihf": "4.60.1",
  7950. "@rollup/rollup-linux-arm64-gnu": "4.60.1",
  7951. "@rollup/rollup-linux-arm64-musl": "4.60.1",
  7952. "@rollup/rollup-linux-loong64-gnu": "4.60.1",
  7953. "@rollup/rollup-linux-loong64-musl": "4.60.1",
  7954. "@rollup/rollup-linux-ppc64-gnu": "4.60.1",
  7955. "@rollup/rollup-linux-ppc64-musl": "4.60.1",
  7956. "@rollup/rollup-linux-riscv64-gnu": "4.60.1",
  7957. "@rollup/rollup-linux-riscv64-musl": "4.60.1",
  7958. "@rollup/rollup-linux-s390x-gnu": "4.60.1",
  7959. "@rollup/rollup-linux-x64-gnu": "4.60.1",
  7960. "@rollup/rollup-linux-x64-musl": "4.60.1",
  7961. "@rollup/rollup-openbsd-x64": "4.60.1",
  7962. "@rollup/rollup-openharmony-arm64": "4.60.1",
  7963. "@rollup/rollup-win32-arm64-msvc": "4.60.1",
  7964. "@rollup/rollup-win32-ia32-msvc": "4.60.1",
  7965. "@rollup/rollup-win32-x64-gnu": "4.60.1",
  7966. "@rollup/rollup-win32-x64-msvc": "4.60.1",
  7967. "fsevents": "~2.3.2"
  7968. }
  7969. },
  7970. "node_modules/rollup-plugin-visualizer": {
  7971. "version": "7.0.1",
  7972. "resolved": "https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-7.0.1.tgz",
  7973. "integrity": "sha512-UJUT4+1Ho4OcWmPYU3sYXgUqI8B8Ayfe06MX7y0qCJ1K8aGoKtR/NDd/2nZqM7ADkrzny+I99Ul7GgyoiVNAgg==",
  7974. "license": "MIT",
  7975. "dependencies": {
  7976. "open": "^11.0.0",
  7977. "picomatch": "^4.0.2",
  7978. "source-map": "^0.7.4",
  7979. "yargs": "^18.0.0"
  7980. },
  7981. "bin": {
  7982. "rollup-plugin-visualizer": "dist/bin/cli.js"
  7983. },
  7984. "engines": {
  7985. "node": ">=22"
  7986. },
  7987. "peerDependencies": {
  7988. "rolldown": "1.x || ^1.0.0-beta || ^1.0.0-rc",
  7989. "rollup": "2.x || 3.x || 4.x"
  7990. },
  7991. "peerDependenciesMeta": {
  7992. "rolldown": {
  7993. "optional": true
  7994. },
  7995. "rollup": {
  7996. "optional": true
  7997. }
  7998. }
  7999. },
  8000. "node_modules/rou3": {
  8001. "version": "0.8.1",
  8002. "resolved": "https://registry.npmjs.org/rou3/-/rou3-0.8.1.tgz",
  8003. "integrity": "sha512-ePa+XGk00/3HuCqrEnK3LxJW7I0SdNg6EFzKUJG73hMAdDcOUC/i/aSz7LSDwLrGr33kal/rqOGydzwl6U7zBA==",
  8004. "license": "MIT"
  8005. },
  8006. "node_modules/run-applescript": {
  8007. "version": "7.1.0",
  8008. "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.1.0.tgz",
  8009. "integrity": "sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==",
  8010. "license": "MIT",
  8011. "engines": {
  8012. "node": ">=18"
  8013. },
  8014. "funding": {
  8015. "url": "https://github.com/sponsors/sindresorhus"
  8016. }
  8017. },
  8018. "node_modules/run-parallel": {
  8019. "version": "1.2.0",
  8020. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  8021. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  8022. "funding": [
  8023. {
  8024. "type": "github",
  8025. "url": "https://github.com/sponsors/feross"
  8026. },
  8027. {
  8028. "type": "patreon",
  8029. "url": "https://www.patreon.com/feross"
  8030. },
  8031. {
  8032. "type": "consulting",
  8033. "url": "https://feross.org/support"
  8034. }
  8035. ],
  8036. "license": "MIT",
  8037. "dependencies": {
  8038. "queue-microtask": "^1.2.2"
  8039. }
  8040. },
  8041. "node_modules/safe-buffer": {
  8042. "version": "5.2.1",
  8043. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  8044. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  8045. "funding": [
  8046. {
  8047. "type": "github",
  8048. "url": "https://github.com/sponsors/feross"
  8049. },
  8050. {
  8051. "type": "patreon",
  8052. "url": "https://www.patreon.com/feross"
  8053. },
  8054. {
  8055. "type": "consulting",
  8056. "url": "https://feross.org/support"
  8057. }
  8058. ],
  8059. "license": "MIT"
  8060. },
  8061. "node_modules/sax": {
  8062. "version": "1.6.0",
  8063. "resolved": "https://registry.npmjs.org/sax/-/sax-1.6.0.tgz",
  8064. "integrity": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==",
  8065. "license": "BlueOak-1.0.0",
  8066. "engines": {
  8067. "node": ">=11.0.0"
  8068. }
  8069. },
  8070. "node_modules/scule": {
  8071. "version": "1.3.0",
  8072. "resolved": "https://registry.npmjs.org/scule/-/scule-1.3.0.tgz",
  8073. "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==",
  8074. "license": "MIT"
  8075. },
  8076. "node_modules/semver": {
  8077. "version": "7.7.4",
  8078. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
  8079. "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
  8080. "license": "ISC",
  8081. "bin": {
  8082. "semver": "bin/semver.js"
  8083. },
  8084. "engines": {
  8085. "node": ">=10"
  8086. }
  8087. },
  8088. "node_modules/send": {
  8089. "version": "1.2.1",
  8090. "resolved": "https://registry.npmjs.org/send/-/send-1.2.1.tgz",
  8091. "integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
  8092. "license": "MIT",
  8093. "dependencies": {
  8094. "debug": "^4.4.3",
  8095. "encodeurl": "^2.0.0",
  8096. "escape-html": "^1.0.3",
  8097. "etag": "^1.8.1",
  8098. "fresh": "^2.0.0",
  8099. "http-errors": "^2.0.1",
  8100. "mime-types": "^3.0.2",
  8101. "ms": "^2.1.3",
  8102. "on-finished": "^2.4.1",
  8103. "range-parser": "^1.2.1",
  8104. "statuses": "^2.0.2"
  8105. },
  8106. "engines": {
  8107. "node": ">= 18"
  8108. },
  8109. "funding": {
  8110. "type": "opencollective",
  8111. "url": "https://opencollective.com/express"
  8112. }
  8113. },
  8114. "node_modules/serialize-javascript": {
  8115. "version": "7.0.5",
  8116. "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-7.0.5.tgz",
  8117. "integrity": "sha512-F4LcB0UqUl1zErq+1nYEEzSHJnIwb3AF2XWB94b+afhrekOUijwooAYqFyRbjYkm2PAKBabx6oYv/xDxNi8IBw==",
  8118. "license": "BSD-3-Clause",
  8119. "engines": {
  8120. "node": ">=20.0.0"
  8121. }
  8122. },
  8123. "node_modules/seroval": {
  8124. "version": "1.5.2",
  8125. "resolved": "https://registry.npmjs.org/seroval/-/seroval-1.5.2.tgz",
  8126. "integrity": "sha512-xcRN39BdsnO9Tf+VzsE7b3JyTJASItIV1FVFewJKCFcW4s4haIKS3e6vj8PGB9qBwC7tnuOywQMdv5N4qkzi7Q==",
  8127. "license": "MIT",
  8128. "engines": {
  8129. "node": ">=10"
  8130. }
  8131. },
  8132. "node_modules/serve-placeholder": {
  8133. "version": "2.0.2",
  8134. "resolved": "https://registry.npmjs.org/serve-placeholder/-/serve-placeholder-2.0.2.tgz",
  8135. "integrity": "sha512-/TMG8SboeiQbZJWRlfTCqMs2DD3SZgWp0kDQePz9yUuCnDfDh/92gf7/PxGhzXTKBIPASIHxFcZndoNbp6QOLQ==",
  8136. "license": "MIT",
  8137. "dependencies": {
  8138. "defu": "^6.1.4"
  8139. }
  8140. },
  8141. "node_modules/serve-static": {
  8142. "version": "2.2.1",
  8143. "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz",
  8144. "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
  8145. "license": "MIT",
  8146. "dependencies": {
  8147. "encodeurl": "^2.0.0",
  8148. "escape-html": "^1.0.3",
  8149. "parseurl": "^1.3.3",
  8150. "send": "^1.2.0"
  8151. },
  8152. "engines": {
  8153. "node": ">= 18"
  8154. },
  8155. "funding": {
  8156. "type": "opencollective",
  8157. "url": "https://opencollective.com/express"
  8158. }
  8159. },
  8160. "node_modules/setprototypeof": {
  8161. "version": "1.2.0",
  8162. "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
  8163. "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
  8164. "license": "ISC"
  8165. },
  8166. "node_modules/shebang-command": {
  8167. "version": "2.0.0",
  8168. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  8169. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  8170. "license": "MIT",
  8171. "dependencies": {
  8172. "shebang-regex": "^3.0.0"
  8173. },
  8174. "engines": {
  8175. "node": ">=8"
  8176. }
  8177. },
  8178. "node_modules/shebang-regex": {
  8179. "version": "3.0.0",
  8180. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  8181. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  8182. "license": "MIT",
  8183. "engines": {
  8184. "node": ">=8"
  8185. }
  8186. },
  8187. "node_modules/shell-quote": {
  8188. "version": "1.8.3",
  8189. "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz",
  8190. "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==",
  8191. "license": "MIT",
  8192. "engines": {
  8193. "node": ">= 0.4"
  8194. },
  8195. "funding": {
  8196. "url": "https://github.com/sponsors/ljharb"
  8197. }
  8198. },
  8199. "node_modules/signal-exit": {
  8200. "version": "4.1.0",
  8201. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  8202. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  8203. "license": "ISC",
  8204. "engines": {
  8205. "node": ">=14"
  8206. },
  8207. "funding": {
  8208. "url": "https://github.com/sponsors/isaacs"
  8209. }
  8210. },
  8211. "node_modules/simple-git": {
  8212. "version": "3.35.2",
  8213. "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.35.2.tgz",
  8214. "integrity": "sha512-ZMjl06lzTm1EScxEGuM6+mEX+NQd14h/B3x0vWU+YOXAMF8sicyi1K4cjTfj5is+35ChJEHDl1EjypzYFWH2FA==",
  8215. "license": "MIT",
  8216. "dependencies": {
  8217. "@kwsites/file-exists": "^1.1.1",
  8218. "@kwsites/promise-deferred": "^1.1.1",
  8219. "@simple-git/args-pathspec": "^1.0.2",
  8220. "@simple-git/argv-parser": "^1.0.3",
  8221. "debug": "^4.4.0"
  8222. },
  8223. "funding": {
  8224. "type": "github",
  8225. "url": "https://github.com/steveukx/git-js?sponsor=1"
  8226. }
  8227. },
  8228. "node_modules/sirv": {
  8229. "version": "3.0.2",
  8230. "resolved": "https://registry.npmjs.org/sirv/-/sirv-3.0.2.tgz",
  8231. "integrity": "sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==",
  8232. "license": "MIT",
  8233. "dependencies": {
  8234. "@polka/url": "^1.0.0-next.24",
  8235. "mrmime": "^2.0.0",
  8236. "totalist": "^3.0.0"
  8237. },
  8238. "engines": {
  8239. "node": ">=18"
  8240. }
  8241. },
  8242. "node_modules/sisteransi": {
  8243. "version": "1.0.5",
  8244. "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
  8245. "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
  8246. "license": "MIT"
  8247. },
  8248. "node_modules/slash": {
  8249. "version": "5.1.0",
  8250. "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
  8251. "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
  8252. "license": "MIT",
  8253. "engines": {
  8254. "node": ">=14.16"
  8255. },
  8256. "funding": {
  8257. "url": "https://github.com/sponsors/sindresorhus"
  8258. }
  8259. },
  8260. "node_modules/smob": {
  8261. "version": "1.6.1",
  8262. "resolved": "https://registry.npmjs.org/smob/-/smob-1.6.1.tgz",
  8263. "integrity": "sha512-KAkBqZl3c2GvNgNhcoyJae1aKldDW0LO279wF9bk1PnluRTETKBq0WyzRXxEhoQLk56yHaOY4JCBEKDuJIET5g==",
  8264. "license": "MIT",
  8265. "engines": {
  8266. "node": ">=20.0.0"
  8267. }
  8268. },
  8269. "node_modules/source-map": {
  8270. "version": "0.7.6",
  8271. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.6.tgz",
  8272. "integrity": "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==",
  8273. "license": "BSD-3-Clause",
  8274. "engines": {
  8275. "node": ">= 12"
  8276. }
  8277. },
  8278. "node_modules/source-map-js": {
  8279. "version": "1.2.1",
  8280. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  8281. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  8282. "license": "BSD-3-Clause",
  8283. "engines": {
  8284. "node": ">=0.10.0"
  8285. }
  8286. },
  8287. "node_modules/source-map-support": {
  8288. "version": "0.5.21",
  8289. "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
  8290. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  8291. "license": "MIT",
  8292. "dependencies": {
  8293. "buffer-from": "^1.0.0",
  8294. "source-map": "^0.6.0"
  8295. }
  8296. },
  8297. "node_modules/source-map-support/node_modules/source-map": {
  8298. "version": "0.6.1",
  8299. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  8300. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  8301. "license": "BSD-3-Clause",
  8302. "engines": {
  8303. "node": ">=0.10.0"
  8304. }
  8305. },
  8306. "node_modules/split2": {
  8307. "version": "4.2.0",
  8308. "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
  8309. "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
  8310. "license": "ISC",
  8311. "engines": {
  8312. "node": ">= 10.x"
  8313. }
  8314. },
  8315. "node_modules/srvx": {
  8316. "version": "0.11.15",
  8317. "resolved": "https://registry.npmjs.org/srvx/-/srvx-0.11.15.tgz",
  8318. "integrity": "sha512-iXsux0UcOjdvs0LCMa2Ws3WwcDUozA3JN3BquNXkaFPP7TpRqgunKdEgoZ/uwb1J6xaYHfxtz9Twlh6yzwM6Tg==",
  8319. "license": "MIT",
  8320. "bin": {
  8321. "srvx": "bin/srvx.mjs"
  8322. },
  8323. "engines": {
  8324. "node": ">=20.16.0"
  8325. }
  8326. },
  8327. "node_modules/standard-as-callback": {
  8328. "version": "2.1.0",
  8329. "resolved": "https://registry.npmjs.org/standard-as-callback/-/standard-as-callback-2.1.0.tgz",
  8330. "integrity": "sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A==",
  8331. "license": "MIT"
  8332. },
  8333. "node_modules/statuses": {
  8334. "version": "2.0.2",
  8335. "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
  8336. "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
  8337. "license": "MIT",
  8338. "engines": {
  8339. "node": ">= 0.8"
  8340. }
  8341. },
  8342. "node_modules/std-env": {
  8343. "version": "4.0.0",
  8344. "resolved": "https://registry.npmjs.org/std-env/-/std-env-4.0.0.tgz",
  8345. "integrity": "sha512-zUMPtQ/HBY3/50VbpkupYHbRroTRZJPRLvreamgErJVys0ceuzMkD44J/QjqhHjOzK42GQ3QZIeFG1OYfOtKqQ==",
  8346. "license": "MIT"
  8347. },
  8348. "node_modules/streamx": {
  8349. "version": "2.25.0",
  8350. "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.25.0.tgz",
  8351. "integrity": "sha512-0nQuG6jf1w+wddNEEXCF4nTg3LtufWINB5eFEN+5TNZW7KWJp6x87+JFL43vaAUPyCfH1wID+mNVyW6OHtFamg==",
  8352. "license": "MIT",
  8353. "dependencies": {
  8354. "events-universal": "^1.0.0",
  8355. "fast-fifo": "^1.3.2",
  8356. "text-decoder": "^1.1.0"
  8357. }
  8358. },
  8359. "node_modules/string_decoder": {
  8360. "version": "1.3.0",
  8361. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
  8362. "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
  8363. "license": "MIT",
  8364. "dependencies": {
  8365. "safe-buffer": "~5.2.0"
  8366. }
  8367. },
  8368. "node_modules/string-width": {
  8369. "version": "7.2.0",
  8370. "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
  8371. "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
  8372. "license": "MIT",
  8373. "dependencies": {
  8374. "emoji-regex": "^10.3.0",
  8375. "get-east-asian-width": "^1.0.0",
  8376. "strip-ansi": "^7.1.0"
  8377. },
  8378. "engines": {
  8379. "node": ">=18"
  8380. },
  8381. "funding": {
  8382. "url": "https://github.com/sponsors/sindresorhus"
  8383. }
  8384. },
  8385. "node_modules/string-width-cjs": {
  8386. "name": "string-width",
  8387. "version": "4.2.3",
  8388. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  8389. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  8390. "license": "MIT",
  8391. "dependencies": {
  8392. "emoji-regex": "^8.0.0",
  8393. "is-fullwidth-code-point": "^3.0.0",
  8394. "strip-ansi": "^6.0.1"
  8395. },
  8396. "engines": {
  8397. "node": ">=8"
  8398. }
  8399. },
  8400. "node_modules/string-width-cjs/node_modules/ansi-regex": {
  8401. "version": "5.0.1",
  8402. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  8403. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  8404. "license": "MIT",
  8405. "engines": {
  8406. "node": ">=8"
  8407. }
  8408. },
  8409. "node_modules/string-width-cjs/node_modules/emoji-regex": {
  8410. "version": "8.0.0",
  8411. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  8412. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  8413. "license": "MIT"
  8414. },
  8415. "node_modules/string-width-cjs/node_modules/strip-ansi": {
  8416. "version": "6.0.1",
  8417. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  8418. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  8419. "license": "MIT",
  8420. "dependencies": {
  8421. "ansi-regex": "^5.0.1"
  8422. },
  8423. "engines": {
  8424. "node": ">=8"
  8425. }
  8426. },
  8427. "node_modules/strip-ansi": {
  8428. "version": "7.2.0",
  8429. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
  8430. "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
  8431. "license": "MIT",
  8432. "dependencies": {
  8433. "ansi-regex": "^6.2.2"
  8434. },
  8435. "engines": {
  8436. "node": ">=12"
  8437. },
  8438. "funding": {
  8439. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  8440. }
  8441. },
  8442. "node_modules/strip-ansi-cjs": {
  8443. "name": "strip-ansi",
  8444. "version": "6.0.1",
  8445. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  8446. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  8447. "license": "MIT",
  8448. "dependencies": {
  8449. "ansi-regex": "^5.0.1"
  8450. },
  8451. "engines": {
  8452. "node": ">=8"
  8453. }
  8454. },
  8455. "node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
  8456. "version": "5.0.1",
  8457. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  8458. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  8459. "license": "MIT",
  8460. "engines": {
  8461. "node": ">=8"
  8462. }
  8463. },
  8464. "node_modules/strip-final-newline": {
  8465. "version": "3.0.0",
  8466. "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
  8467. "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
  8468. "license": "MIT",
  8469. "engines": {
  8470. "node": ">=12"
  8471. },
  8472. "funding": {
  8473. "url": "https://github.com/sponsors/sindresorhus"
  8474. }
  8475. },
  8476. "node_modules/strip-literal": {
  8477. "version": "3.1.0",
  8478. "resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-3.1.0.tgz",
  8479. "integrity": "sha512-8r3mkIM/2+PpjHoOtiAW8Rg3jJLHaV7xPwG+YRGrv6FP0wwk/toTpATxWYOW0BKdWwl82VT2tFYi5DlROa0Mxg==",
  8480. "license": "MIT",
  8481. "dependencies": {
  8482. "js-tokens": "^9.0.1"
  8483. },
  8484. "funding": {
  8485. "url": "https://github.com/sponsors/antfu"
  8486. }
  8487. },
  8488. "node_modules/strip-literal/node_modules/js-tokens": {
  8489. "version": "9.0.1",
  8490. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-9.0.1.tgz",
  8491. "integrity": "sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==",
  8492. "license": "MIT"
  8493. },
  8494. "node_modules/structured-clone-es": {
  8495. "version": "2.0.0",
  8496. "resolved": "https://registry.npmjs.org/structured-clone-es/-/structured-clone-es-2.0.0.tgz",
  8497. "integrity": "sha512-5UuAHmBLXYPCl22xWJrFuGmIhBKQzxISPVz6E7nmTmTcAOpUzlbjKJsRrCE4vADmMQ0dzeCnlWn9XufnAGf76Q==",
  8498. "license": "ISC"
  8499. },
  8500. "node_modules/stylehacks": {
  8501. "version": "7.0.8",
  8502. "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-7.0.8.tgz",
  8503. "integrity": "sha512-I3f053GBLIiS5Fg6OMFhq/c+yW+5Hc2+1fgq7gElDMMSqwlRb3tBf2ef6ucLStYRpId4q//bQO1FjcyNyy4yDQ==",
  8504. "license": "MIT",
  8505. "dependencies": {
  8506. "browserslist": "^4.28.1",
  8507. "postcss-selector-parser": "^7.1.1"
  8508. },
  8509. "engines": {
  8510. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  8511. },
  8512. "peerDependencies": {
  8513. "postcss": "^8.4.32"
  8514. }
  8515. },
  8516. "node_modules/supports-color": {
  8517. "version": "10.2.2",
  8518. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-10.2.2.tgz",
  8519. "integrity": "sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==",
  8520. "license": "MIT",
  8521. "engines": {
  8522. "node": ">=18"
  8523. },
  8524. "funding": {
  8525. "url": "https://github.com/chalk/supports-color?sponsor=1"
  8526. }
  8527. },
  8528. "node_modules/supports-preserve-symlinks-flag": {
  8529. "version": "1.0.0",
  8530. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  8531. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  8532. "license": "MIT",
  8533. "engines": {
  8534. "node": ">= 0.4"
  8535. },
  8536. "funding": {
  8537. "url": "https://github.com/sponsors/ljharb"
  8538. }
  8539. },
  8540. "node_modules/svgo": {
  8541. "version": "4.0.1",
  8542. "resolved": "https://registry.npmjs.org/svgo/-/svgo-4.0.1.tgz",
  8543. "integrity": "sha512-XDpWUOPC6FEibaLzjfe0ucaV0YrOjYotGJO1WpF0Zd+n6ZGEQUsSugaoLq9QkEZtAfQIxT42UChcssDVPP3+/w==",
  8544. "license": "MIT",
  8545. "dependencies": {
  8546. "commander": "^11.1.0",
  8547. "css-select": "^5.1.0",
  8548. "css-tree": "^3.0.1",
  8549. "css-what": "^6.1.0",
  8550. "csso": "^5.0.5",
  8551. "picocolors": "^1.1.1",
  8552. "sax": "^1.5.0"
  8553. },
  8554. "bin": {
  8555. "svgo": "bin/svgo.js"
  8556. },
  8557. "engines": {
  8558. "node": ">=16"
  8559. },
  8560. "funding": {
  8561. "type": "opencollective",
  8562. "url": "https://opencollective.com/svgo"
  8563. }
  8564. },
  8565. "node_modules/svgo/node_modules/commander": {
  8566. "version": "11.1.0",
  8567. "resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz",
  8568. "integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==",
  8569. "license": "MIT",
  8570. "engines": {
  8571. "node": ">=16"
  8572. }
  8573. },
  8574. "node_modules/tagged-tag": {
  8575. "version": "1.0.0",
  8576. "resolved": "https://registry.npmjs.org/tagged-tag/-/tagged-tag-1.0.0.tgz",
  8577. "integrity": "sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==",
  8578. "license": "MIT",
  8579. "engines": {
  8580. "node": ">=20"
  8581. },
  8582. "funding": {
  8583. "url": "https://github.com/sponsors/sindresorhus"
  8584. }
  8585. },
  8586. "node_modules/tar": {
  8587. "version": "7.5.13",
  8588. "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.13.tgz",
  8589. "integrity": "sha512-tOG/7GyXpFevhXVh8jOPJrmtRpOTsYqUIkVdVooZYJS/z8WhfQUX8RJILmeuJNinGAMSu1veBr4asSHFt5/hng==",
  8590. "license": "BlueOak-1.0.0",
  8591. "dependencies": {
  8592. "@isaacs/fs-minipass": "^4.0.0",
  8593. "chownr": "^3.0.0",
  8594. "minipass": "^7.1.2",
  8595. "minizlib": "^3.1.0",
  8596. "yallist": "^5.0.0"
  8597. },
  8598. "engines": {
  8599. "node": ">=18"
  8600. }
  8601. },
  8602. "node_modules/tar-stream": {
  8603. "version": "3.1.8",
  8604. "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.8.tgz",
  8605. "integrity": "sha512-U6QpVRyCGHva435KoNWy9PRoi2IFYCgtEhq9nmrPPpbRacPs9IH4aJ3gbrFC8dPcXvdSZ4XXfXT5Fshbp2MtlQ==",
  8606. "license": "MIT",
  8607. "dependencies": {
  8608. "b4a": "^1.6.4",
  8609. "bare-fs": "^4.5.5",
  8610. "fast-fifo": "^1.2.0",
  8611. "streamx": "^2.15.0"
  8612. }
  8613. },
  8614. "node_modules/tar/node_modules/yallist": {
  8615. "version": "5.0.0",
  8616. "resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz",
  8617. "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==",
  8618. "license": "BlueOak-1.0.0",
  8619. "engines": {
  8620. "node": ">=18"
  8621. }
  8622. },
  8623. "node_modules/teex": {
  8624. "version": "1.0.1",
  8625. "resolved": "https://registry.npmjs.org/teex/-/teex-1.0.1.tgz",
  8626. "integrity": "sha512-eYE6iEI62Ni1H8oIa7KlDU6uQBtqr4Eajni3wX7rpfXD8ysFx8z0+dri+KWEPWpBsxXfxu58x/0jvTVT1ekOSg==",
  8627. "license": "MIT",
  8628. "dependencies": {
  8629. "streamx": "^2.12.5"
  8630. }
  8631. },
  8632. "node_modules/terser": {
  8633. "version": "5.46.1",
  8634. "resolved": "https://registry.npmjs.org/terser/-/terser-5.46.1.tgz",
  8635. "integrity": "sha512-vzCjQO/rgUuK9sf8VJZvjqiqiHFaZLnOiimmUuOKODxWL8mm/xua7viT7aqX7dgPY60otQjUotzFMmCB4VdmqQ==",
  8636. "license": "BSD-2-Clause",
  8637. "dependencies": {
  8638. "@jridgewell/source-map": "^0.3.3",
  8639. "acorn": "^8.15.0",
  8640. "commander": "^2.20.0",
  8641. "source-map-support": "~0.5.20"
  8642. },
  8643. "bin": {
  8644. "terser": "bin/terser"
  8645. },
  8646. "engines": {
  8647. "node": ">=10"
  8648. }
  8649. },
  8650. "node_modules/terser/node_modules/commander": {
  8651. "version": "2.20.3",
  8652. "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
  8653. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
  8654. "license": "MIT"
  8655. },
  8656. "node_modules/text-decoder": {
  8657. "version": "1.2.7",
  8658. "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.7.tgz",
  8659. "integrity": "sha512-vlLytXkeP4xvEq2otHeJfSQIRyWxo/oZGEbXrtEEF9Hnmrdly59sUbzZ/QgyWuLYHctCHxFF4tRQZNQ9k60ExQ==",
  8660. "license": "Apache-2.0",
  8661. "dependencies": {
  8662. "b4a": "^1.6.4"
  8663. }
  8664. },
  8665. "node_modules/tiny-invariant": {
  8666. "version": "1.3.3",
  8667. "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz",
  8668. "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==",
  8669. "license": "MIT"
  8670. },
  8671. "node_modules/tinyclip": {
  8672. "version": "0.1.12",
  8673. "resolved": "https://registry.npmjs.org/tinyclip/-/tinyclip-0.1.12.tgz",
  8674. "integrity": "sha512-Ae3OVUqifDw0wBriIBS7yVaW44Dp6eSHQcyq4Igc7eN2TJH/2YsicswaW+J/OuMvhpDPOKEgpAZCjkb4hpoyeA==",
  8675. "license": "MIT",
  8676. "engines": {
  8677. "node": "^16.14.0 || >= 17.3.0"
  8678. }
  8679. },
  8680. "node_modules/tinyexec": {
  8681. "version": "1.1.1",
  8682. "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.1.1.tgz",
  8683. "integrity": "sha512-VKS/ZaQhhkKFMANmAOhhXVoIfBXblQxGX1myCQ2faQrfmobMftXeJPcZGp0gS07ocvGJWDLZGyOZDadDBqYIJg==",
  8684. "license": "MIT",
  8685. "engines": {
  8686. "node": ">=18"
  8687. }
  8688. },
  8689. "node_modules/tinyglobby": {
  8690. "version": "0.2.16",
  8691. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
  8692. "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
  8693. "license": "MIT",
  8694. "dependencies": {
  8695. "fdir": "^6.5.0",
  8696. "picomatch": "^4.0.4"
  8697. },
  8698. "engines": {
  8699. "node": ">=12.0.0"
  8700. },
  8701. "funding": {
  8702. "url": "https://github.com/sponsors/SuperchupuDev"
  8703. }
  8704. },
  8705. "node_modules/to-regex-range": {
  8706. "version": "5.0.1",
  8707. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  8708. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  8709. "license": "MIT",
  8710. "dependencies": {
  8711. "is-number": "^7.0.0"
  8712. },
  8713. "engines": {
  8714. "node": ">=8.0"
  8715. }
  8716. },
  8717. "node_modules/toidentifier": {
  8718. "version": "1.0.1",
  8719. "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
  8720. "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
  8721. "license": "MIT",
  8722. "engines": {
  8723. "node": ">=0.6"
  8724. }
  8725. },
  8726. "node_modules/totalist": {
  8727. "version": "3.0.1",
  8728. "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz",
  8729. "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
  8730. "license": "MIT",
  8731. "engines": {
  8732. "node": ">=6"
  8733. }
  8734. },
  8735. "node_modules/tr46": {
  8736. "version": "0.0.3",
  8737. "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
  8738. "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
  8739. "license": "MIT"
  8740. },
  8741. "node_modules/tslib": {
  8742. "version": "2.8.1",
  8743. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
  8744. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  8745. "license": "0BSD",
  8746. "optional": true
  8747. },
  8748. "node_modules/type-fest": {
  8749. "version": "5.5.0",
  8750. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.5.0.tgz",
  8751. "integrity": "sha512-PlBfpQwiUvGViBNX84Yxwjsdhd1TUlXr6zjX7eoirtCPIr08NAmxwa+fcYBTeRQxHo9YC9wwF3m9i700sHma8g==",
  8752. "license": "(MIT OR CC0-1.0)",
  8753. "dependencies": {
  8754. "tagged-tag": "^1.0.0"
  8755. },
  8756. "engines": {
  8757. "node": ">=20"
  8758. },
  8759. "funding": {
  8760. "url": "https://github.com/sponsors/sindresorhus"
  8761. }
  8762. },
  8763. "node_modules/type-level-regexp": {
  8764. "version": "0.1.17",
  8765. "resolved": "https://registry.npmjs.org/type-level-regexp/-/type-level-regexp-0.1.17.tgz",
  8766. "integrity": "sha512-wTk4DH3cxwk196uGLK/E9pE45aLfeKJacKmcEgEOA/q5dnPGNxXt0cfYdFxb57L+sEpf1oJH4Dnx/pnRcku9jg==",
  8767. "license": "MIT"
  8768. },
  8769. "node_modules/typescript": {
  8770. "version": "6.0.2",
  8771. "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz",
  8772. "integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==",
  8773. "license": "Apache-2.0",
  8774. "peer": true,
  8775. "bin": {
  8776. "tsc": "bin/tsc",
  8777. "tsserver": "bin/tsserver"
  8778. },
  8779. "engines": {
  8780. "node": ">=14.17"
  8781. }
  8782. },
  8783. "node_modules/ufo": {
  8784. "version": "1.6.3",
  8785. "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.3.tgz",
  8786. "integrity": "sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==",
  8787. "license": "MIT"
  8788. },
  8789. "node_modules/ultrahtml": {
  8790. "version": "1.6.0",
  8791. "resolved": "https://registry.npmjs.org/ultrahtml/-/ultrahtml-1.6.0.tgz",
  8792. "integrity": "sha512-R9fBn90VTJrqqLDwyMph+HGne8eqY1iPfYhPzZrvKpIfwkWZbcYlfpsb8B9dTvBfpy1/hqAD7Wi8EKfP9e8zdw==",
  8793. "license": "MIT"
  8794. },
  8795. "node_modules/uncrypto": {
  8796. "version": "0.1.3",
  8797. "resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz",
  8798. "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==",
  8799. "license": "MIT"
  8800. },
  8801. "node_modules/unctx": {
  8802. "version": "2.5.0",
  8803. "resolved": "https://registry.npmjs.org/unctx/-/unctx-2.5.0.tgz",
  8804. "integrity": "sha512-p+Rz9x0R7X+CYDkT+Xg8/GhpcShTlU8n+cf9OtOEf7zEQsNcCZO1dPKNRDqvUTaq+P32PMMkxWHwfrxkqfqAYg==",
  8805. "license": "MIT",
  8806. "dependencies": {
  8807. "acorn": "^8.15.0",
  8808. "estree-walker": "^3.0.3",
  8809. "magic-string": "^0.30.21",
  8810. "unplugin": "^2.3.11"
  8811. }
  8812. },
  8813. "node_modules/unctx/node_modules/estree-walker": {
  8814. "version": "3.0.3",
  8815. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  8816. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  8817. "license": "MIT",
  8818. "dependencies": {
  8819. "@types/estree": "^1.0.0"
  8820. }
  8821. },
  8822. "node_modules/unctx/node_modules/unplugin": {
  8823. "version": "2.3.11",
  8824. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-2.3.11.tgz",
  8825. "integrity": "sha512-5uKD0nqiYVzlmCRs01Fhs2BdkEgBS3SAVP6ndrBsuK42iC2+JHyxM05Rm9G8+5mkmRtzMZGY8Ct5+mliZxU/Ww==",
  8826. "license": "MIT",
  8827. "dependencies": {
  8828. "@jridgewell/remapping": "^2.3.5",
  8829. "acorn": "^8.15.0",
  8830. "picomatch": "^4.0.3",
  8831. "webpack-virtual-modules": "^0.6.2"
  8832. },
  8833. "engines": {
  8834. "node": ">=18.12.0"
  8835. }
  8836. },
  8837. "node_modules/unenv": {
  8838. "version": "2.0.0-rc.24",
  8839. "resolved": "https://registry.npmjs.org/unenv/-/unenv-2.0.0-rc.24.tgz",
  8840. "integrity": "sha512-i7qRCmY42zmCwnYlh9H2SvLEypEFGye5iRmEMKjcGi7zk9UquigRjFtTLz0TYqr0ZGLZhaMHl/foy1bZR+Cwlw==",
  8841. "license": "MIT",
  8842. "dependencies": {
  8843. "pathe": "^2.0.3"
  8844. }
  8845. },
  8846. "node_modules/unhead": {
  8847. "version": "2.1.13",
  8848. "resolved": "https://registry.npmjs.org/unhead/-/unhead-2.1.13.tgz",
  8849. "integrity": "sha512-jO9M1sI6b2h/1KpIu4Jeu+ptumLmUKboRRLxys5pYHFeT+lqTzfNHbYUX9bxVDhC1FBszAGuWcUVlmvIPsah8Q==",
  8850. "license": "MIT",
  8851. "dependencies": {
  8852. "hookable": "^6.0.1"
  8853. },
  8854. "funding": {
  8855. "url": "https://github.com/sponsors/harlan-zw"
  8856. }
  8857. },
  8858. "node_modules/unicorn-magic": {
  8859. "version": "0.4.0",
  8860. "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.4.0.tgz",
  8861. "integrity": "sha512-wH590V9VNgYH9g3lH9wWjTrUoKsjLF6sGLjhR4sH1LWpLmCOH0Zf7PukhDA8BiS7KHe4oPNkcTHqYkj7SOGUOw==",
  8862. "license": "MIT",
  8863. "engines": {
  8864. "node": ">=20"
  8865. },
  8866. "funding": {
  8867. "url": "https://github.com/sponsors/sindresorhus"
  8868. }
  8869. },
  8870. "node_modules/unimport": {
  8871. "version": "6.0.2",
  8872. "resolved": "https://registry.npmjs.org/unimport/-/unimport-6.0.2.tgz",
  8873. "integrity": "sha512-ZSOkrDw380w+KIPniY3smyXh2h7H9v2MNr9zejDuh239o5sdea44DRAYrv+rfUi2QGT186P2h0GPGKvy8avQ5g==",
  8874. "license": "MIT",
  8875. "dependencies": {
  8876. "acorn": "^8.16.0",
  8877. "escape-string-regexp": "^5.0.0",
  8878. "estree-walker": "^3.0.3",
  8879. "local-pkg": "^1.1.2",
  8880. "magic-string": "^0.30.21",
  8881. "mlly": "^1.8.1",
  8882. "pathe": "^2.0.3",
  8883. "picomatch": "^4.0.3",
  8884. "pkg-types": "^2.3.0",
  8885. "scule": "^1.3.0",
  8886. "strip-literal": "^3.1.0",
  8887. "tinyglobby": "^0.2.15",
  8888. "unplugin": "^3.0.0",
  8889. "unplugin-utils": "^0.3.1"
  8890. },
  8891. "engines": {
  8892. "node": ">=18.12.0"
  8893. }
  8894. },
  8895. "node_modules/unimport/node_modules/estree-walker": {
  8896. "version": "3.0.3",
  8897. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  8898. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  8899. "license": "MIT",
  8900. "dependencies": {
  8901. "@types/estree": "^1.0.0"
  8902. }
  8903. },
  8904. "node_modules/unplugin": {
  8905. "version": "3.0.0",
  8906. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-3.0.0.tgz",
  8907. "integrity": "sha512-0Mqk3AT2TZCXWKdcoaufeXNukv2mTrEZExeXlHIOZXdqYoHHr4n51pymnwV8x2BOVxwXbK2HLlI7usrqMpycdg==",
  8908. "license": "MIT",
  8909. "dependencies": {
  8910. "@jridgewell/remapping": "^2.3.5",
  8911. "picomatch": "^4.0.3",
  8912. "webpack-virtual-modules": "^0.6.2"
  8913. },
  8914. "engines": {
  8915. "node": "^20.19.0 || >=22.12.0"
  8916. }
  8917. },
  8918. "node_modules/unplugin-utils": {
  8919. "version": "0.3.1",
  8920. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  8921. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  8922. "license": "MIT",
  8923. "dependencies": {
  8924. "pathe": "^2.0.3",
  8925. "picomatch": "^4.0.3"
  8926. },
  8927. "engines": {
  8928. "node": ">=20.19.0"
  8929. },
  8930. "funding": {
  8931. "url": "https://github.com/sponsors/sxzz"
  8932. }
  8933. },
  8934. "node_modules/unrouting": {
  8935. "version": "0.1.7",
  8936. "resolved": "https://registry.npmjs.org/unrouting/-/unrouting-0.1.7.tgz",
  8937. "integrity": "sha512-+0hfD+CVWtD636rc5Fn9VEjjTEDhdqgMpbwAuVoUmydSHDaMNiFW93SJG4LV++RoGSEAyvQN5uABAscYpDphpQ==",
  8938. "license": "MIT",
  8939. "dependencies": {
  8940. "escape-string-regexp": "^5.0.0",
  8941. "ufo": "^1.6.3"
  8942. }
  8943. },
  8944. "node_modules/unstorage": {
  8945. "version": "1.17.5",
  8946. "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.17.5.tgz",
  8947. "integrity": "sha512-0i3iqvRfx29hkNntHyQvJTpf5W9dQ9ZadSoRU8+xVlhVtT7jAX57fazYO9EHvcRCfBCyi5YRya7XCDOsbTgkPg==",
  8948. "license": "MIT",
  8949. "dependencies": {
  8950. "anymatch": "^3.1.3",
  8951. "chokidar": "^5.0.0",
  8952. "destr": "^2.0.5",
  8953. "h3": "^1.15.10",
  8954. "lru-cache": "^11.2.7",
  8955. "node-fetch-native": "^1.6.7",
  8956. "ofetch": "^1.5.1",
  8957. "ufo": "^1.6.3"
  8958. },
  8959. "peerDependencies": {
  8960. "@azure/app-configuration": "^1.8.0",
  8961. "@azure/cosmos": "^4.2.0",
  8962. "@azure/data-tables": "^13.3.0",
  8963. "@azure/identity": "^4.6.0",
  8964. "@azure/keyvault-secrets": "^4.9.0",
  8965. "@azure/storage-blob": "^12.26.0",
  8966. "@capacitor/preferences": "^6 || ^7 || ^8",
  8967. "@deno/kv": ">=0.9.0",
  8968. "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0",
  8969. "@planetscale/database": "^1.19.0",
  8970. "@upstash/redis": "^1.34.3",
  8971. "@vercel/blob": ">=0.27.1",
  8972. "@vercel/functions": "^2.2.12 || ^3.0.0",
  8973. "@vercel/kv": "^1 || ^2 || ^3",
  8974. "aws4fetch": "^1.0.20",
  8975. "db0": ">=0.2.1",
  8976. "idb-keyval": "^6.2.1",
  8977. "ioredis": "^5.4.2",
  8978. "uploadthing": "^7.4.4"
  8979. },
  8980. "peerDependenciesMeta": {
  8981. "@azure/app-configuration": {
  8982. "optional": true
  8983. },
  8984. "@azure/cosmos": {
  8985. "optional": true
  8986. },
  8987. "@azure/data-tables": {
  8988. "optional": true
  8989. },
  8990. "@azure/identity": {
  8991. "optional": true
  8992. },
  8993. "@azure/keyvault-secrets": {
  8994. "optional": true
  8995. },
  8996. "@azure/storage-blob": {
  8997. "optional": true
  8998. },
  8999. "@capacitor/preferences": {
  9000. "optional": true
  9001. },
  9002. "@deno/kv": {
  9003. "optional": true
  9004. },
  9005. "@netlify/blobs": {
  9006. "optional": true
  9007. },
  9008. "@planetscale/database": {
  9009. "optional": true
  9010. },
  9011. "@upstash/redis": {
  9012. "optional": true
  9013. },
  9014. "@vercel/blob": {
  9015. "optional": true
  9016. },
  9017. "@vercel/functions": {
  9018. "optional": true
  9019. },
  9020. "@vercel/kv": {
  9021. "optional": true
  9022. },
  9023. "aws4fetch": {
  9024. "optional": true
  9025. },
  9026. "db0": {
  9027. "optional": true
  9028. },
  9029. "idb-keyval": {
  9030. "optional": true
  9031. },
  9032. "ioredis": {
  9033. "optional": true
  9034. },
  9035. "uploadthing": {
  9036. "optional": true
  9037. }
  9038. }
  9039. },
  9040. "node_modules/unstorage/node_modules/lru-cache": {
  9041. "version": "11.3.3",
  9042. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.3.tgz",
  9043. "integrity": "sha512-JvNw9Y81y33E+BEYPr0U7omo+U9AySnsMsEiXgwT6yqd31VQWTLNQqmT4ou5eqPFUrTfIDFta2wKhB1hyohtAQ==",
  9044. "license": "BlueOak-1.0.0",
  9045. "engines": {
  9046. "node": "20 || >=22"
  9047. }
  9048. },
  9049. "node_modules/untun": {
  9050. "version": "0.1.3",
  9051. "resolved": "https://registry.npmjs.org/untun/-/untun-0.1.3.tgz",
  9052. "integrity": "sha512-4luGP9LMYszMRZwsvyUd9MrxgEGZdZuZgpVQHEEX0lCYFESasVRvZd0EYpCkOIbJKHMuv0LskpXc/8Un+MJzEQ==",
  9053. "license": "MIT",
  9054. "dependencies": {
  9055. "citty": "^0.1.5",
  9056. "consola": "^3.2.3",
  9057. "pathe": "^1.1.1"
  9058. },
  9059. "bin": {
  9060. "untun": "bin/untun.mjs"
  9061. }
  9062. },
  9063. "node_modules/untun/node_modules/citty": {
  9064. "version": "0.1.6",
  9065. "resolved": "https://registry.npmjs.org/citty/-/citty-0.1.6.tgz",
  9066. "integrity": "sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==",
  9067. "license": "MIT",
  9068. "dependencies": {
  9069. "consola": "^3.2.3"
  9070. }
  9071. },
  9072. "node_modules/untun/node_modules/pathe": {
  9073. "version": "1.1.2",
  9074. "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz",
  9075. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==",
  9076. "license": "MIT"
  9077. },
  9078. "node_modules/untyped": {
  9079. "version": "2.0.0",
  9080. "resolved": "https://registry.npmjs.org/untyped/-/untyped-2.0.0.tgz",
  9081. "integrity": "sha512-nwNCjxJTjNuLCgFr42fEak5OcLuB3ecca+9ksPFNvtfYSLpjf+iJqSIaSnIile6ZPbKYxI5k2AfXqeopGudK/g==",
  9082. "license": "MIT",
  9083. "dependencies": {
  9084. "citty": "^0.1.6",
  9085. "defu": "^6.1.4",
  9086. "jiti": "^2.4.2",
  9087. "knitwork": "^1.2.0",
  9088. "scule": "^1.3.0"
  9089. },
  9090. "bin": {
  9091. "untyped": "dist/cli.mjs"
  9092. }
  9093. },
  9094. "node_modules/untyped/node_modules/citty": {
  9095. "version": "0.1.6",
  9096. "resolved": "https://registry.npmjs.org/citty/-/citty-0.1.6.tgz",
  9097. "integrity": "sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==",
  9098. "license": "MIT",
  9099. "dependencies": {
  9100. "consola": "^3.2.3"
  9101. }
  9102. },
  9103. "node_modules/unwasm": {
  9104. "version": "0.5.3",
  9105. "resolved": "https://registry.npmjs.org/unwasm/-/unwasm-0.5.3.tgz",
  9106. "integrity": "sha512-keBgTSfp3r6+s9ZcSma+0chwxQdmLbB5+dAD9vjtB21UTMYuKAxHXCU1K2CbCtnP09EaWeRvACnXk0EJtUx+hw==",
  9107. "license": "MIT",
  9108. "dependencies": {
  9109. "exsolve": "^1.0.8",
  9110. "knitwork": "^1.3.0",
  9111. "magic-string": "^0.30.21",
  9112. "mlly": "^1.8.0",
  9113. "pathe": "^2.0.3",
  9114. "pkg-types": "^2.3.0"
  9115. }
  9116. },
  9117. "node_modules/update-browserslist-db": {
  9118. "version": "1.2.3",
  9119. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
  9120. "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
  9121. "funding": [
  9122. {
  9123. "type": "opencollective",
  9124. "url": "https://opencollective.com/browserslist"
  9125. },
  9126. {
  9127. "type": "tidelift",
  9128. "url": "https://tidelift.com/funding/github/npm/browserslist"
  9129. },
  9130. {
  9131. "type": "github",
  9132. "url": "https://github.com/sponsors/ai"
  9133. }
  9134. ],
  9135. "license": "MIT",
  9136. "dependencies": {
  9137. "escalade": "^3.2.0",
  9138. "picocolors": "^1.1.1"
  9139. },
  9140. "bin": {
  9141. "update-browserslist-db": "cli.js"
  9142. },
  9143. "peerDependencies": {
  9144. "browserslist": ">= 4.21.0"
  9145. }
  9146. },
  9147. "node_modules/uqr": {
  9148. "version": "0.1.3",
  9149. "resolved": "https://registry.npmjs.org/uqr/-/uqr-0.1.3.tgz",
  9150. "integrity": "sha512-0rjE8iEJe4YmT9TOhwsZtqCMRLc5DXZUI2UEYUUg63ikBkqqE5EYWaI0etFe/5KUcmcYwLih2RND1kq+hrUJXA==",
  9151. "license": "MIT"
  9152. },
  9153. "node_modules/util-deprecate": {
  9154. "version": "1.0.2",
  9155. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  9156. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  9157. "license": "MIT"
  9158. },
  9159. "node_modules/vite": {
  9160. "version": "7.3.2",
  9161. "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.2.tgz",
  9162. "integrity": "sha512-Bby3NOsna2jsjfLVOHKes8sGwgl4TT0E6vvpYgnAYDIF/tie7MRaFthmKuHx1NSXjiTueXH3do80FMQgvEktRg==",
  9163. "license": "MIT",
  9164. "peer": true,
  9165. "dependencies": {
  9166. "esbuild": "^0.27.0",
  9167. "fdir": "^6.5.0",
  9168. "picomatch": "^4.0.3",
  9169. "postcss": "^8.5.6",
  9170. "rollup": "^4.43.0",
  9171. "tinyglobby": "^0.2.15"
  9172. },
  9173. "bin": {
  9174. "vite": "bin/vite.js"
  9175. },
  9176. "engines": {
  9177. "node": "^20.19.0 || >=22.12.0"
  9178. },
  9179. "funding": {
  9180. "url": "https://github.com/vitejs/vite?sponsor=1"
  9181. },
  9182. "optionalDependencies": {
  9183. "fsevents": "~2.3.3"
  9184. },
  9185. "peerDependencies": {
  9186. "@types/node": "^20.19.0 || >=22.12.0",
  9187. "jiti": ">=1.21.0",
  9188. "less": "^4.0.0",
  9189. "lightningcss": "^1.21.0",
  9190. "sass": "^1.70.0",
  9191. "sass-embedded": "^1.70.0",
  9192. "stylus": ">=0.54.8",
  9193. "sugarss": "^5.0.0",
  9194. "terser": "^5.16.0",
  9195. "tsx": "^4.8.1",
  9196. "yaml": "^2.4.2"
  9197. },
  9198. "peerDependenciesMeta": {
  9199. "@types/node": {
  9200. "optional": true
  9201. },
  9202. "jiti": {
  9203. "optional": true
  9204. },
  9205. "less": {
  9206. "optional": true
  9207. },
  9208. "lightningcss": {
  9209. "optional": true
  9210. },
  9211. "sass": {
  9212. "optional": true
  9213. },
  9214. "sass-embedded": {
  9215. "optional": true
  9216. },
  9217. "stylus": {
  9218. "optional": true
  9219. },
  9220. "sugarss": {
  9221. "optional": true
  9222. },
  9223. "terser": {
  9224. "optional": true
  9225. },
  9226. "tsx": {
  9227. "optional": true
  9228. },
  9229. "yaml": {
  9230. "optional": true
  9231. }
  9232. }
  9233. },
  9234. "node_modules/vite-dev-rpc": {
  9235. "version": "1.1.0",
  9236. "resolved": "https://registry.npmjs.org/vite-dev-rpc/-/vite-dev-rpc-1.1.0.tgz",
  9237. "integrity": "sha512-pKXZlgoXGoE8sEKiKJSng4hI1sQ4wi5YT24FCrwrLt6opmkjlqPPVmiPWWJn8M8byMxRGzp1CrFuqQs4M/Z39A==",
  9238. "license": "MIT",
  9239. "dependencies": {
  9240. "birpc": "^2.4.0",
  9241. "vite-hot-client": "^2.1.0"
  9242. },
  9243. "funding": {
  9244. "url": "https://github.com/sponsors/antfu"
  9245. },
  9246. "peerDependencies": {
  9247. "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.1 || ^7.0.0-0"
  9248. }
  9249. },
  9250. "node_modules/vite-dev-rpc/node_modules/birpc": {
  9251. "version": "2.9.0",
  9252. "resolved": "https://registry.npmjs.org/birpc/-/birpc-2.9.0.tgz",
  9253. "integrity": "sha512-KrayHS5pBi69Xi9JmvoqrIgYGDkD6mcSe/i6YKi3w5kekCLzrX4+nawcXqrj2tIp50Kw/mT/s3p+GVK0A0sKxw==",
  9254. "license": "MIT",
  9255. "funding": {
  9256. "url": "https://github.com/sponsors/antfu"
  9257. }
  9258. },
  9259. "node_modules/vite-hot-client": {
  9260. "version": "2.1.0",
  9261. "resolved": "https://registry.npmjs.org/vite-hot-client/-/vite-hot-client-2.1.0.tgz",
  9262. "integrity": "sha512-7SpgZmU7R+dDnSmvXE1mfDtnHLHQSisdySVR7lO8ceAXvM0otZeuQQ6C8LrS5d/aYyP/QZ0hI0L+dIPrm4YlFQ==",
  9263. "license": "MIT",
  9264. "funding": {
  9265. "url": "https://github.com/sponsors/antfu"
  9266. },
  9267. "peerDependencies": {
  9268. "vite": "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0"
  9269. }
  9270. },
  9271. "node_modules/vite-node": {
  9272. "version": "5.3.0",
  9273. "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-5.3.0.tgz",
  9274. "integrity": "sha512-8f20COPYJujc3OKPX6OuyBy3ZIv2det4eRRU4GY1y2MjbeGSUmPjedxg1b72KnTagCofwvZ65ThzjxDW2AtQFQ==",
  9275. "license": "MIT",
  9276. "dependencies": {
  9277. "cac": "^6.7.14",
  9278. "es-module-lexer": "^2.0.0",
  9279. "obug": "^2.1.1",
  9280. "pathe": "^2.0.3",
  9281. "vite": "^7.3.1"
  9282. },
  9283. "bin": {
  9284. "vite-node": "dist/cli.mjs"
  9285. },
  9286. "engines": {
  9287. "node": "^20.19.0 || >=22.12.0"
  9288. },
  9289. "funding": {
  9290. "url": "https://opencollective.com/antfu"
  9291. }
  9292. },
  9293. "node_modules/vite-plugin-checker": {
  9294. "version": "0.12.0",
  9295. "resolved": "https://registry.npmjs.org/vite-plugin-checker/-/vite-plugin-checker-0.12.0.tgz",
  9296. "integrity": "sha512-CmdZdDOGss7kdQwv73UyVgLPv0FVYe5czAgnmRX2oKljgEvSrODGuClaV3PDR2+3ou7N/OKGauDDBjy2MB07Rg==",
  9297. "license": "MIT",
  9298. "dependencies": {
  9299. "@babel/code-frame": "^7.27.1",
  9300. "chokidar": "^4.0.3",
  9301. "npm-run-path": "^6.0.0",
  9302. "picocolors": "^1.1.1",
  9303. "picomatch": "^4.0.3",
  9304. "tiny-invariant": "^1.3.3",
  9305. "tinyglobby": "^0.2.15",
  9306. "vscode-uri": "^3.1.0"
  9307. },
  9308. "engines": {
  9309. "node": ">=16.11"
  9310. },
  9311. "peerDependencies": {
  9312. "@biomejs/biome": ">=1.7",
  9313. "eslint": ">=9.39.1",
  9314. "meow": "^13.2.0",
  9315. "optionator": "^0.9.4",
  9316. "oxlint": ">=1",
  9317. "stylelint": ">=16",
  9318. "typescript": "*",
  9319. "vite": ">=5.4.21",
  9320. "vls": "*",
  9321. "vti": "*",
  9322. "vue-tsc": "~2.2.10 || ^3.0.0"
  9323. },
  9324. "peerDependenciesMeta": {
  9325. "@biomejs/biome": {
  9326. "optional": true
  9327. },
  9328. "eslint": {
  9329. "optional": true
  9330. },
  9331. "meow": {
  9332. "optional": true
  9333. },
  9334. "optionator": {
  9335. "optional": true
  9336. },
  9337. "oxlint": {
  9338. "optional": true
  9339. },
  9340. "stylelint": {
  9341. "optional": true
  9342. },
  9343. "typescript": {
  9344. "optional": true
  9345. },
  9346. "vls": {
  9347. "optional": true
  9348. },
  9349. "vti": {
  9350. "optional": true
  9351. },
  9352. "vue-tsc": {
  9353. "optional": true
  9354. }
  9355. }
  9356. },
  9357. "node_modules/vite-plugin-checker/node_modules/chokidar": {
  9358. "version": "4.0.3",
  9359. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
  9360. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  9361. "license": "MIT",
  9362. "dependencies": {
  9363. "readdirp": "^4.0.1"
  9364. },
  9365. "engines": {
  9366. "node": ">= 14.16.0"
  9367. },
  9368. "funding": {
  9369. "url": "https://paulmillr.com/funding/"
  9370. }
  9371. },
  9372. "node_modules/vite-plugin-checker/node_modules/npm-run-path": {
  9373. "version": "6.0.0",
  9374. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-6.0.0.tgz",
  9375. "integrity": "sha512-9qny7Z9DsQU8Ou39ERsPU4OZQlSTP47ShQzuKZ6PRXpYLtIFgl/DEBYEXKlvcEa+9tHVcK8CF81Y2V72qaZhWA==",
  9376. "license": "MIT",
  9377. "dependencies": {
  9378. "path-key": "^4.0.0",
  9379. "unicorn-magic": "^0.3.0"
  9380. },
  9381. "engines": {
  9382. "node": ">=18"
  9383. },
  9384. "funding": {
  9385. "url": "https://github.com/sponsors/sindresorhus"
  9386. }
  9387. },
  9388. "node_modules/vite-plugin-checker/node_modules/path-key": {
  9389. "version": "4.0.0",
  9390. "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz",
  9391. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  9392. "license": "MIT",
  9393. "engines": {
  9394. "node": ">=12"
  9395. },
  9396. "funding": {
  9397. "url": "https://github.com/sponsors/sindresorhus"
  9398. }
  9399. },
  9400. "node_modules/vite-plugin-checker/node_modules/readdirp": {
  9401. "version": "4.1.2",
  9402. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
  9403. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  9404. "license": "MIT",
  9405. "engines": {
  9406. "node": ">= 14.18.0"
  9407. },
  9408. "funding": {
  9409. "type": "individual",
  9410. "url": "https://paulmillr.com/funding/"
  9411. }
  9412. },
  9413. "node_modules/vite-plugin-checker/node_modules/unicorn-magic": {
  9414. "version": "0.3.0",
  9415. "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.3.0.tgz",
  9416. "integrity": "sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==",
  9417. "license": "MIT",
  9418. "engines": {
  9419. "node": ">=18"
  9420. },
  9421. "funding": {
  9422. "url": "https://github.com/sponsors/sindresorhus"
  9423. }
  9424. },
  9425. "node_modules/vite-plugin-inspect": {
  9426. "version": "11.3.3",
  9427. "resolved": "https://registry.npmjs.org/vite-plugin-inspect/-/vite-plugin-inspect-11.3.3.tgz",
  9428. "integrity": "sha512-u2eV5La99oHoYPHE6UvbwgEqKKOQGz86wMg40CCosP6q8BkB6e5xPneZfYagK4ojPJSj5anHCrnvC20DpwVdRA==",
  9429. "license": "MIT",
  9430. "dependencies": {
  9431. "ansis": "^4.1.0",
  9432. "debug": "^4.4.1",
  9433. "error-stack-parser-es": "^1.0.5",
  9434. "ohash": "^2.0.11",
  9435. "open": "^10.2.0",
  9436. "perfect-debounce": "^2.0.0",
  9437. "sirv": "^3.0.1",
  9438. "unplugin-utils": "^0.3.0",
  9439. "vite-dev-rpc": "^1.1.0"
  9440. },
  9441. "engines": {
  9442. "node": ">=14"
  9443. },
  9444. "funding": {
  9445. "url": "https://github.com/sponsors/antfu"
  9446. },
  9447. "peerDependencies": {
  9448. "vite": "^6.0.0 || ^7.0.0-0"
  9449. },
  9450. "peerDependenciesMeta": {
  9451. "@nuxt/kit": {
  9452. "optional": true
  9453. }
  9454. }
  9455. },
  9456. "node_modules/vite-plugin-inspect/node_modules/open": {
  9457. "version": "10.2.0",
  9458. "resolved": "https://registry.npmjs.org/open/-/open-10.2.0.tgz",
  9459. "integrity": "sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==",
  9460. "license": "MIT",
  9461. "dependencies": {
  9462. "default-browser": "^5.2.1",
  9463. "define-lazy-prop": "^3.0.0",
  9464. "is-inside-container": "^1.0.0",
  9465. "wsl-utils": "^0.1.0"
  9466. },
  9467. "engines": {
  9468. "node": ">=18"
  9469. },
  9470. "funding": {
  9471. "url": "https://github.com/sponsors/sindresorhus"
  9472. }
  9473. },
  9474. "node_modules/vite-plugin-inspect/node_modules/wsl-utils": {
  9475. "version": "0.1.0",
  9476. "resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.1.0.tgz",
  9477. "integrity": "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==",
  9478. "license": "MIT",
  9479. "dependencies": {
  9480. "is-wsl": "^3.1.0"
  9481. },
  9482. "engines": {
  9483. "node": ">=18"
  9484. },
  9485. "funding": {
  9486. "url": "https://github.com/sponsors/sindresorhus"
  9487. }
  9488. },
  9489. "node_modules/vite-plugin-vue-tracer": {
  9490. "version": "1.3.0",
  9491. "resolved": "https://registry.npmjs.org/vite-plugin-vue-tracer/-/vite-plugin-vue-tracer-1.3.0.tgz",
  9492. "integrity": "sha512-Cgfce6VikzOw5MUJTpeg50s5rRjzU1Vr61ZjuHunVVHLjZZ5AUlgyExHthZ3r59vtoz9W2rDt23FYG81avYBKw==",
  9493. "license": "MIT",
  9494. "dependencies": {
  9495. "estree-walker": "^3.0.3",
  9496. "exsolve": "^1.0.8",
  9497. "magic-string": "^0.30.21",
  9498. "pathe": "^2.0.3",
  9499. "source-map-js": "^1.2.1"
  9500. },
  9501. "funding": {
  9502. "url": "https://github.com/sponsors/antfu"
  9503. },
  9504. "peerDependencies": {
  9505. "vite": "^6.0.0 || ^7.0.0",
  9506. "vue": "^3.5.0"
  9507. }
  9508. },
  9509. "node_modules/vite-plugin-vue-tracer/node_modules/estree-walker": {
  9510. "version": "3.0.3",
  9511. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  9512. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  9513. "license": "MIT",
  9514. "dependencies": {
  9515. "@types/estree": "^1.0.0"
  9516. }
  9517. },
  9518. "node_modules/vscode-uri": {
  9519. "version": "3.1.0",
  9520. "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.1.0.tgz",
  9521. "integrity": "sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==",
  9522. "license": "MIT"
  9523. },
  9524. "node_modules/vue": {
  9525. "version": "3.5.32",
  9526. "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.32.tgz",
  9527. "integrity": "sha512-vM4z4Q9tTafVfMAK7IVzmxg34rSzTFMyIe0UUEijUCkn9+23lj0WRfA83dg7eQZIUlgOSGrkViIaCfqSAUXsMw==",
  9528. "license": "MIT",
  9529. "peer": true,
  9530. "dependencies": {
  9531. "@vue/compiler-dom": "3.5.32",
  9532. "@vue/compiler-sfc": "3.5.32",
  9533. "@vue/runtime-dom": "3.5.32",
  9534. "@vue/server-renderer": "3.5.32",
  9535. "@vue/shared": "3.5.32"
  9536. },
  9537. "peerDependencies": {
  9538. "typescript": "*"
  9539. },
  9540. "peerDependenciesMeta": {
  9541. "typescript": {
  9542. "optional": true
  9543. }
  9544. }
  9545. },
  9546. "node_modules/vue-bundle-renderer": {
  9547. "version": "2.2.0",
  9548. "resolved": "https://registry.npmjs.org/vue-bundle-renderer/-/vue-bundle-renderer-2.2.0.tgz",
  9549. "integrity": "sha512-sz/0WEdYH1KfaOm0XaBmRZOWgYTEvUDt6yPYaUzl4E52qzgWLlknaPPTTZmp6benaPTlQAI/hN1x3tAzZygycg==",
  9550. "license": "MIT",
  9551. "dependencies": {
  9552. "ufo": "^1.6.1"
  9553. }
  9554. },
  9555. "node_modules/vue-devtools-stub": {
  9556. "version": "0.1.0",
  9557. "resolved": "https://registry.npmjs.org/vue-devtools-stub/-/vue-devtools-stub-0.1.0.tgz",
  9558. "integrity": "sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ==",
  9559. "license": "MIT"
  9560. },
  9561. "node_modules/vue-router": {
  9562. "version": "5.0.4",
  9563. "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-5.0.4.tgz",
  9564. "integrity": "sha512-lCqDLCI2+fKVRl2OzXuzdSWmxXFLQRxQbmHugnRpTMyYiT+hNaycV0faqG5FBHDXoYrZ6MQcX87BvbY8mQ20Bg==",
  9565. "license": "MIT",
  9566. "dependencies": {
  9567. "@babel/generator": "^7.28.6",
  9568. "@vue-macros/common": "^3.1.1",
  9569. "@vue/devtools-api": "^8.0.6",
  9570. "ast-walker-scope": "^0.8.3",
  9571. "chokidar": "^5.0.0",
  9572. "json5": "^2.2.3",
  9573. "local-pkg": "^1.1.2",
  9574. "magic-string": "^0.30.21",
  9575. "mlly": "^1.8.0",
  9576. "muggle-string": "^0.4.1",
  9577. "pathe": "^2.0.3",
  9578. "picomatch": "^4.0.3",
  9579. "scule": "^1.3.0",
  9580. "tinyglobby": "^0.2.15",
  9581. "unplugin": "^3.0.0",
  9582. "unplugin-utils": "^0.3.1",
  9583. "yaml": "^2.8.2"
  9584. },
  9585. "funding": {
  9586. "url": "https://github.com/sponsors/posva"
  9587. },
  9588. "peerDependencies": {
  9589. "@pinia/colada": ">=0.21.2",
  9590. "@vue/compiler-sfc": "^3.5.17",
  9591. "pinia": "^3.0.4",
  9592. "vue": "^3.5.0"
  9593. },
  9594. "peerDependenciesMeta": {
  9595. "@pinia/colada": {
  9596. "optional": true
  9597. },
  9598. "@vue/compiler-sfc": {
  9599. "optional": true
  9600. },
  9601. "pinia": {
  9602. "optional": true
  9603. }
  9604. }
  9605. },
  9606. "node_modules/webidl-conversions": {
  9607. "version": "3.0.1",
  9608. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
  9609. "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
  9610. "license": "BSD-2-Clause"
  9611. },
  9612. "node_modules/webpack-virtual-modules": {
  9613. "version": "0.6.2",
  9614. "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  9615. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
  9616. "license": "MIT"
  9617. },
  9618. "node_modules/whatwg-url": {
  9619. "version": "5.0.0",
  9620. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
  9621. "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
  9622. "license": "MIT",
  9623. "dependencies": {
  9624. "tr46": "~0.0.3",
  9625. "webidl-conversions": "^3.0.0"
  9626. }
  9627. },
  9628. "node_modules/which": {
  9629. "version": "6.0.1",
  9630. "resolved": "https://registry.npmjs.org/which/-/which-6.0.1.tgz",
  9631. "integrity": "sha512-oGLe46MIrCRqX7ytPUf66EAYvdeMIZYn3WaocqqKZAxrBpkqHfL/qvTyJ/bTk5+AqHCjXmrv3CEWgy368zhRUg==",
  9632. "license": "ISC",
  9633. "dependencies": {
  9634. "isexe": "^4.0.0"
  9635. },
  9636. "bin": {
  9637. "node-which": "bin/which.js"
  9638. },
  9639. "engines": {
  9640. "node": "^20.17.0 || >=22.9.0"
  9641. }
  9642. },
  9643. "node_modules/wrap-ansi": {
  9644. "version": "9.0.2",
  9645. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
  9646. "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
  9647. "license": "MIT",
  9648. "dependencies": {
  9649. "ansi-styles": "^6.2.1",
  9650. "string-width": "^7.0.0",
  9651. "strip-ansi": "^7.1.0"
  9652. },
  9653. "engines": {
  9654. "node": ">=18"
  9655. },
  9656. "funding": {
  9657. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  9658. }
  9659. },
  9660. "node_modules/wrap-ansi-cjs": {
  9661. "name": "wrap-ansi",
  9662. "version": "7.0.0",
  9663. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  9664. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  9665. "license": "MIT",
  9666. "dependencies": {
  9667. "ansi-styles": "^4.0.0",
  9668. "string-width": "^4.1.0",
  9669. "strip-ansi": "^6.0.0"
  9670. },
  9671. "engines": {
  9672. "node": ">=10"
  9673. },
  9674. "funding": {
  9675. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  9676. }
  9677. },
  9678. "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
  9679. "version": "5.0.1",
  9680. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  9681. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  9682. "license": "MIT",
  9683. "engines": {
  9684. "node": ">=8"
  9685. }
  9686. },
  9687. "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
  9688. "version": "4.3.0",
  9689. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  9690. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  9691. "license": "MIT",
  9692. "dependencies": {
  9693. "color-convert": "^2.0.1"
  9694. },
  9695. "engines": {
  9696. "node": ">=8"
  9697. },
  9698. "funding": {
  9699. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  9700. }
  9701. },
  9702. "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
  9703. "version": "8.0.0",
  9704. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  9705. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  9706. "license": "MIT"
  9707. },
  9708. "node_modules/wrap-ansi-cjs/node_modules/string-width": {
  9709. "version": "4.2.3",
  9710. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  9711. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  9712. "license": "MIT",
  9713. "dependencies": {
  9714. "emoji-regex": "^8.0.0",
  9715. "is-fullwidth-code-point": "^3.0.0",
  9716. "strip-ansi": "^6.0.1"
  9717. },
  9718. "engines": {
  9719. "node": ">=8"
  9720. }
  9721. },
  9722. "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
  9723. "version": "6.0.1",
  9724. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  9725. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  9726. "license": "MIT",
  9727. "dependencies": {
  9728. "ansi-regex": "^5.0.1"
  9729. },
  9730. "engines": {
  9731. "node": ">=8"
  9732. }
  9733. },
  9734. "node_modules/ws": {
  9735. "version": "8.20.0",
  9736. "resolved": "https://registry.npmjs.org/ws/-/ws-8.20.0.tgz",
  9737. "integrity": "sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==",
  9738. "license": "MIT",
  9739. "engines": {
  9740. "node": ">=10.0.0"
  9741. },
  9742. "peerDependencies": {
  9743. "bufferutil": "^4.0.1",
  9744. "utf-8-validate": ">=5.0.2"
  9745. },
  9746. "peerDependenciesMeta": {
  9747. "bufferutil": {
  9748. "optional": true
  9749. },
  9750. "utf-8-validate": {
  9751. "optional": true
  9752. }
  9753. }
  9754. },
  9755. "node_modules/wsl-utils": {
  9756. "version": "0.3.1",
  9757. "resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.3.1.tgz",
  9758. "integrity": "sha512-g/eziiSUNBSsdDJtCLB8bdYEUMj4jR7AGeUo96p/3dTafgjHhpF4RiCFPiRILwjQoDXx5MqkBr4fwWtR3Ky4Wg==",
  9759. "license": "MIT",
  9760. "dependencies": {
  9761. "is-wsl": "^3.1.0",
  9762. "powershell-utils": "^0.1.0"
  9763. },
  9764. "engines": {
  9765. "node": ">=20"
  9766. },
  9767. "funding": {
  9768. "url": "https://github.com/sponsors/sindresorhus"
  9769. }
  9770. },
  9771. "node_modules/xtend": {
  9772. "version": "4.0.2",
  9773. "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
  9774. "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
  9775. "license": "MIT",
  9776. "engines": {
  9777. "node": ">=0.4"
  9778. }
  9779. },
  9780. "node_modules/y18n": {
  9781. "version": "5.0.8",
  9782. "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
  9783. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  9784. "license": "ISC",
  9785. "engines": {
  9786. "node": ">=10"
  9787. }
  9788. },
  9789. "node_modules/yallist": {
  9790. "version": "3.1.1",
  9791. "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
  9792. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  9793. "license": "ISC"
  9794. },
  9795. "node_modules/yaml": {
  9796. "version": "2.8.3",
  9797. "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz",
  9798. "integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==",
  9799. "license": "ISC",
  9800. "peer": true,
  9801. "bin": {
  9802. "yaml": "bin.mjs"
  9803. },
  9804. "engines": {
  9805. "node": ">= 14.6"
  9806. },
  9807. "funding": {
  9808. "url": "https://github.com/sponsors/eemeli"
  9809. }
  9810. },
  9811. "node_modules/yargs": {
  9812. "version": "18.0.0",
  9813. "resolved": "https://registry.npmjs.org/yargs/-/yargs-18.0.0.tgz",
  9814. "integrity": "sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==",
  9815. "license": "MIT",
  9816. "dependencies": {
  9817. "cliui": "^9.0.1",
  9818. "escalade": "^3.1.1",
  9819. "get-caller-file": "^2.0.5",
  9820. "string-width": "^7.2.0",
  9821. "y18n": "^5.0.5",
  9822. "yargs-parser": "^22.0.0"
  9823. },
  9824. "engines": {
  9825. "node": "^20.19.0 || ^22.12.0 || >=23"
  9826. }
  9827. },
  9828. "node_modules/yargs-parser": {
  9829. "version": "22.0.0",
  9830. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-22.0.0.tgz",
  9831. "integrity": "sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==",
  9832. "license": "ISC",
  9833. "engines": {
  9834. "node": "^20.19.0 || ^22.12.0 || >=23"
  9835. }
  9836. },
  9837. "node_modules/youch": {
  9838. "version": "4.1.1",
  9839. "resolved": "https://registry.npmjs.org/youch/-/youch-4.1.1.tgz",
  9840. "integrity": "sha512-mxW3qiSnl+GRxXsaUMzv2Mbada1Y8CDltET9UxejDQe6DBYlSekghl5U5K0ReAikcHDi0G1vKZEmmo/NWAGKLA==",
  9841. "license": "MIT",
  9842. "dependencies": {
  9843. "@poppinss/colors": "^4.1.6",
  9844. "@poppinss/dumper": "^0.7.0",
  9845. "@speed-highlight/core": "^1.2.14",
  9846. "cookie-es": "^3.0.1",
  9847. "youch-core": "^0.3.3"
  9848. }
  9849. },
  9850. "node_modules/youch-core": {
  9851. "version": "0.3.3",
  9852. "resolved": "https://registry.npmjs.org/youch-core/-/youch-core-0.3.3.tgz",
  9853. "integrity": "sha512-ho7XuGjLaJ2hWHoK8yFnsUGy2Y5uDpqSTq1FkHLK4/oqKtyUU1AFbOOxY4IpC9f0fTLjwYbslUz0Po5BpD1wrA==",
  9854. "license": "MIT",
  9855. "dependencies": {
  9856. "@poppinss/exception": "^1.2.2",
  9857. "error-stack-parser-es": "^1.0.5"
  9858. }
  9859. },
  9860. "node_modules/youch/node_modules/cookie-es": {
  9861. "version": "3.1.1",
  9862. "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-3.1.1.tgz",
  9863. "integrity": "sha512-UaXxwISYJPTr9hwQxMFYZ7kNhSXboMXP+Z3TRX6f1/NyaGPfuNUZOWP1pUEb75B2HjfklIYLVRfWiFZJyC6Npg==",
  9864. "license": "MIT"
  9865. },
  9866. "node_modules/zip-stream": {
  9867. "version": "6.0.1",
  9868. "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-6.0.1.tgz",
  9869. "integrity": "sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==",
  9870. "license": "MIT",
  9871. "dependencies": {
  9872. "archiver-utils": "^5.0.0",
  9873. "compress-commons": "^6.0.2",
  9874. "readable-stream": "^4.0.0"
  9875. },
  9876. "engines": {
  9877. "node": ">= 14"
  9878. }
  9879. }
  9880. }
  9881. }