package-lock.json 532 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003600460056006600760086009601060116012601360146015601660176018601960206021602260236024602560266027602860296030603160326033603460356036603760386039604060416042604360446045604660476048604960506051605260536054605560566057605860596060606160626063606460656066606760686069607060716072607360746075607660776078607960806081608260836084608560866087608860896090609160926093609460956096609760986099610061016102610361046105610661076108610961106111611261136114611561166117611861196120612161226123612461256126612761286129613061316132613361346135613661376138613961406141614261436144614561466147614861496150615161526153615461556156615761586159616061616162616361646165616661676168616961706171617261736174617561766177617861796180618161826183618461856186618761886189619061916192619361946195619661976198619962006201620262036204620562066207620862096210621162126213621462156216621762186219622062216222622362246225622662276228622962306231623262336234623562366237623862396240624162426243624462456246624762486249625062516252625362546255625662576258625962606261626262636264626562666267626862696270627162726273627462756276627762786279628062816282628362846285628662876288628962906291629262936294629562966297629862996300630163026303630463056306630763086309631063116312631363146315631663176318631963206321632263236324632563266327632863296330633163326333633463356336633763386339634063416342634363446345634663476348634963506351635263536354635563566357635863596360636163626363636463656366636763686369637063716372637363746375637663776378637963806381638263836384638563866387638863896390639163926393639463956396639763986399640064016402640364046405640664076408640964106411641264136414641564166417641864196420642164226423642464256426642764286429643064316432643364346435643664376438643964406441644264436444644564466447644864496450645164526453645464556456645764586459646064616462646364646465646664676468646964706471647264736474647564766477647864796480648164826483648464856486648764886489649064916492649364946495649664976498649965006501650265036504650565066507650865096510651165126513651465156516651765186519652065216522652365246525652665276528652965306531653265336534653565366537653865396540654165426543654465456546654765486549655065516552655365546555655665576558655965606561656265636564656565666567656865696570657165726573657465756576657765786579658065816582658365846585658665876588658965906591659265936594659565966597659865996600660166026603660466056606660766086609661066116612661366146615661666176618661966206621662266236624662566266627662866296630663166326633663466356636663766386639664066416642664366446645664666476648664966506651665266536654665566566657665866596660666166626663666466656666666766686669667066716672667366746675667666776678667966806681668266836684668566866687668866896690669166926693669466956696669766986699670067016702670367046705670667076708670967106711671267136714671567166717671867196720672167226723672467256726672767286729673067316732673367346735673667376738673967406741674267436744674567466747674867496750675167526753675467556756675767586759676067616762676367646765676667676768676967706771677267736774677567766777677867796780678167826783678467856786678767886789679067916792679367946795679667976798679968006801680268036804680568066807680868096810681168126813681468156816681768186819682068216822682368246825682668276828682968306831683268336834683568366837683868396840684168426843684468456846684768486849685068516852685368546855685668576858685968606861686268636864686568666867686868696870687168726873687468756876687768786879688068816882688368846885688668876888688968906891689268936894689568966897689868996900690169026903690469056906690769086909691069116912691369146915691669176918691969206921692269236924692569266927692869296930693169326933693469356936693769386939694069416942694369446945694669476948694969506951695269536954695569566957695869596960696169626963696469656966696769686969697069716972697369746975697669776978697969806981698269836984698569866987698869896990699169926993699469956996699769986999700070017002700370047005700670077008700970107011701270137014701570167017701870197020702170227023702470257026702770287029703070317032703370347035703670377038703970407041704270437044704570467047704870497050705170527053705470557056705770587059706070617062706370647065706670677068706970707071707270737074707570767077707870797080708170827083708470857086708770887089709070917092709370947095709670977098709971007101710271037104710571067107710871097110711171127113711471157116711771187119712071217122712371247125712671277128712971307131713271337134713571367137713871397140714171427143714471457146714771487149715071517152715371547155715671577158715971607161716271637164716571667167716871697170717171727173717471757176717771787179718071817182718371847185718671877188718971907191719271937194719571967197719871997200720172027203720472057206720772087209721072117212721372147215721672177218721972207221722272237224722572267227722872297230723172327233723472357236723772387239724072417242724372447245724672477248724972507251725272537254725572567257725872597260726172627263726472657266726772687269727072717272727372747275727672777278727972807281728272837284728572867287728872897290729172927293729472957296729772987299730073017302730373047305730673077308730973107311731273137314731573167317731873197320732173227323732473257326732773287329733073317332733373347335733673377338733973407341734273437344734573467347734873497350735173527353735473557356735773587359736073617362736373647365736673677368736973707371737273737374737573767377737873797380738173827383738473857386738773887389739073917392739373947395739673977398739974007401740274037404740574067407740874097410741174127413741474157416741774187419742074217422742374247425742674277428742974307431743274337434743574367437743874397440744174427443744474457446744774487449745074517452745374547455745674577458745974607461746274637464746574667467746874697470747174727473747474757476747774787479748074817482748374847485748674877488748974907491749274937494749574967497749874997500750175027503750475057506750775087509751075117512751375147515751675177518751975207521752275237524752575267527752875297530753175327533753475357536753775387539754075417542754375447545754675477548754975507551755275537554755575567557755875597560756175627563756475657566756775687569757075717572757375747575757675777578757975807581758275837584758575867587758875897590759175927593759475957596759775987599760076017602760376047605760676077608760976107611761276137614761576167617761876197620762176227623762476257626762776287629763076317632763376347635763676377638763976407641764276437644764576467647764876497650765176527653765476557656765776587659766076617662766376647665766676677668766976707671767276737674767576767677767876797680768176827683768476857686768776887689769076917692769376947695769676977698769977007701770277037704770577067707770877097710771177127713771477157716771777187719772077217722772377247725772677277728772977307731773277337734773577367737773877397740774177427743774477457746774777487749775077517752775377547755775677577758775977607761776277637764776577667767776877697770777177727773777477757776777777787779778077817782778377847785778677877788778977907791779277937794779577967797779877997800780178027803780478057806780778087809781078117812781378147815781678177818781978207821782278237824782578267827782878297830783178327833783478357836783778387839784078417842784378447845784678477848784978507851785278537854785578567857785878597860786178627863786478657866786778687869787078717872787378747875787678777878787978807881788278837884788578867887788878897890789178927893789478957896789778987899790079017902790379047905790679077908790979107911791279137914791579167917791879197920792179227923792479257926792779287929793079317932793379347935793679377938793979407941794279437944794579467947794879497950795179527953795479557956795779587959796079617962796379647965796679677968796979707971797279737974797579767977797879797980798179827983798479857986798779887989799079917992799379947995799679977998799980008001800280038004800580068007800880098010801180128013801480158016801780188019802080218022802380248025802680278028802980308031803280338034803580368037803880398040804180428043804480458046804780488049805080518052805380548055805680578058805980608061806280638064806580668067806880698070807180728073807480758076807780788079808080818082808380848085808680878088808980908091809280938094809580968097809880998100810181028103810481058106810781088109811081118112811381148115811681178118811981208121812281238124812581268127812881298130813181328133813481358136813781388139814081418142814381448145814681478148814981508151815281538154815581568157815881598160816181628163816481658166816781688169817081718172817381748175817681778178817981808181818281838184818581868187818881898190819181928193819481958196819781988199820082018202820382048205820682078208820982108211821282138214821582168217821882198220822182228223822482258226822782288229823082318232823382348235823682378238823982408241824282438244824582468247824882498250825182528253825482558256825782588259826082618262826382648265826682678268826982708271827282738274827582768277827882798280828182828283828482858286828782888289829082918292829382948295829682978298829983008301830283038304830583068307830883098310831183128313831483158316831783188319832083218322832383248325832683278328832983308331833283338334833583368337833883398340834183428343834483458346834783488349835083518352835383548355835683578358835983608361836283638364836583668367836883698370837183728373837483758376837783788379838083818382838383848385838683878388838983908391839283938394839583968397839883998400840184028403840484058406840784088409841084118412841384148415841684178418841984208421842284238424842584268427842884298430843184328433843484358436843784388439844084418442844384448445844684478448844984508451845284538454845584568457845884598460846184628463846484658466846784688469847084718472847384748475847684778478847984808481848284838484848584868487848884898490849184928493849484958496849784988499850085018502850385048505850685078508850985108511851285138514851585168517851885198520852185228523852485258526852785288529853085318532853385348535853685378538853985408541854285438544854585468547854885498550855185528553855485558556855785588559856085618562856385648565856685678568856985708571857285738574857585768577857885798580858185828583858485858586858785888589859085918592859385948595859685978598859986008601860286038604860586068607860886098610861186128613861486158616861786188619862086218622862386248625862686278628862986308631863286338634863586368637863886398640864186428643864486458646864786488649865086518652865386548655865686578658865986608661866286638664866586668667866886698670867186728673867486758676867786788679868086818682868386848685868686878688868986908691869286938694869586968697869886998700870187028703870487058706870787088709871087118712871387148715871687178718871987208721872287238724872587268727872887298730873187328733873487358736873787388739874087418742874387448745874687478748874987508751875287538754875587568757875887598760876187628763876487658766876787688769877087718772877387748775877687778778877987808781878287838784878587868787878887898790879187928793879487958796879787988799880088018802880388048805880688078808880988108811881288138814881588168817881888198820882188228823882488258826882788288829883088318832883388348835883688378838883988408841884288438844884588468847884888498850885188528853885488558856885788588859886088618862886388648865886688678868886988708871887288738874887588768877887888798880888188828883888488858886888788888889889088918892889388948895889688978898889989008901890289038904890589068907890889098910891189128913891489158916891789188919892089218922892389248925892689278928892989308931893289338934893589368937893889398940894189428943894489458946894789488949895089518952895389548955895689578958895989608961896289638964896589668967896889698970897189728973897489758976897789788979898089818982898389848985898689878988898989908991899289938994899589968997899889999000900190029003900490059006900790089009901090119012901390149015901690179018901990209021902290239024902590269027902890299030903190329033903490359036903790389039904090419042904390449045904690479048904990509051905290539054905590569057905890599060906190629063906490659066906790689069907090719072907390749075907690779078907990809081908290839084908590869087908890899090909190929093909490959096909790989099910091019102910391049105910691079108910991109111911291139114911591169117911891199120912191229123912491259126912791289129913091319132913391349135913691379138913991409141914291439144914591469147914891499150915191529153915491559156915791589159916091619162916391649165916691679168916991709171917291739174917591769177917891799180918191829183918491859186918791889189919091919192919391949195919691979198919992009201920292039204920592069207920892099210921192129213921492159216921792189219922092219222922392249225922692279228922992309231923292339234923592369237923892399240924192429243924492459246924792489249925092519252925392549255925692579258925992609261926292639264926592669267926892699270927192729273927492759276927792789279928092819282928392849285928692879288928992909291929292939294929592969297929892999300930193029303930493059306930793089309931093119312931393149315931693179318931993209321932293239324932593269327932893299330933193329333933493359336933793389339934093419342934393449345934693479348934993509351935293539354935593569357935893599360936193629363936493659366936793689369937093719372937393749375937693779378937993809381938293839384938593869387938893899390939193929393939493959396939793989399940094019402940394049405940694079408940994109411941294139414941594169417941894199420942194229423942494259426942794289429943094319432943394349435943694379438943994409441944294439444944594469447944894499450945194529453945494559456945794589459946094619462946394649465946694679468946994709471947294739474947594769477947894799480948194829483948494859486948794889489949094919492949394949495949694979498949995009501950295039504950595069507950895099510951195129513951495159516951795189519952095219522952395249525952695279528952995309531953295339534953595369537953895399540954195429543954495459546954795489549955095519552955395549555955695579558955995609561956295639564956595669567956895699570957195729573957495759576957795789579958095819582958395849585958695879588958995909591959295939594959595969597959895999600960196029603960496059606960796089609961096119612961396149615961696179618961996209621962296239624962596269627962896299630963196329633963496359636963796389639964096419642964396449645964696479648964996509651965296539654965596569657965896599660966196629663966496659666966796689669967096719672967396749675967696779678967996809681968296839684968596869687968896899690969196929693969496959696969796989699970097019702970397049705970697079708970997109711971297139714971597169717971897199720972197229723972497259726972797289729973097319732973397349735973697379738973997409741974297439744974597469747974897499750975197529753975497559756975797589759976097619762976397649765976697679768976997709771977297739774977597769777977897799780978197829783978497859786978797889789979097919792979397949795979697979798979998009801980298039804980598069807980898099810981198129813981498159816981798189819982098219822982398249825982698279828982998309831983298339834983598369837983898399840984198429843984498459846984798489849985098519852985398549855985698579858985998609861986298639864986598669867986898699870987198729873987498759876987798789879988098819882988398849885988698879888988998909891989298939894989598969897989898999900990199029903990499059906990799089909991099119912991399149915991699179918991999209921992299239924992599269927992899299930993199329933993499359936993799389939994099419942994399449945994699479948994999509951995299539954995599569957995899599960996199629963996499659966996799689969997099719972997399749975997699779978997999809981998299839984998599869987998899899990999199929993999499959996999799989999100001000110002100031000410005100061000710008100091001010011100121001310014100151001610017100181001910020100211002210023100241002510026100271002810029100301003110032100331003410035100361003710038100391004010041100421004310044100451004610047100481004910050100511005210053100541005510056100571005810059100601006110062100631006410065100661006710068100691007010071100721007310074100751007610077100781007910080100811008210083100841008510086100871008810089100901009110092100931009410095100961009710098100991010010101101021010310104101051010610107101081010910110101111011210113101141011510116101171011810119101201012110122101231012410125101261012710128101291013010131101321013310134101351013610137101381013910140101411014210143101441014510146101471014810149101501015110152101531015410155101561015710158101591016010161101621016310164101651016610167101681016910170101711017210173101741017510176101771017810179101801018110182101831018410185101861018710188101891019010191101921019310194101951019610197101981019910200102011020210203102041020510206102071020810209102101021110212102131021410215102161021710218102191022010221102221022310224102251022610227102281022910230102311023210233102341023510236102371023810239102401024110242102431024410245102461024710248102491025010251102521025310254102551025610257102581025910260102611026210263102641026510266102671026810269102701027110272102731027410275102761027710278102791028010281102821028310284102851028610287102881028910290102911029210293102941029510296102971029810299103001030110302103031030410305103061030710308103091031010311103121031310314103151031610317103181031910320103211032210323103241032510326103271032810329103301033110332103331033410335103361033710338103391034010341103421034310344103451034610347103481034910350103511035210353103541035510356103571035810359103601036110362103631036410365103661036710368103691037010371103721037310374103751037610377103781037910380103811038210383103841038510386103871038810389103901039110392103931039410395103961039710398103991040010401104021040310404104051040610407104081040910410104111041210413104141041510416104171041810419104201042110422104231042410425104261042710428104291043010431104321043310434104351043610437104381043910440104411044210443104441044510446104471044810449104501045110452104531045410455104561045710458104591046010461104621046310464104651046610467104681046910470104711047210473104741047510476104771047810479104801048110482104831048410485104861048710488104891049010491104921049310494104951049610497104981049910500105011050210503105041050510506105071050810509105101051110512105131051410515105161051710518105191052010521105221052310524105251052610527105281052910530105311053210533105341053510536105371053810539105401054110542105431054410545105461054710548105491055010551105521055310554105551055610557105581055910560105611056210563105641056510566105671056810569105701057110572105731057410575105761057710578105791058010581105821058310584105851058610587105881058910590105911059210593105941059510596105971059810599106001060110602106031060410605106061060710608106091061010611106121061310614106151061610617106181061910620106211062210623106241062510626106271062810629106301063110632106331063410635106361063710638106391064010641106421064310644106451064610647106481064910650106511065210653106541065510656106571065810659106601066110662106631066410665106661066710668106691067010671106721067310674106751067610677106781067910680106811068210683106841068510686106871068810689106901069110692106931069410695106961069710698106991070010701107021070310704107051070610707107081070910710107111071210713107141071510716107171071810719107201072110722107231072410725107261072710728107291073010731107321073310734107351073610737107381073910740107411074210743107441074510746107471074810749107501075110752107531075410755107561075710758107591076010761107621076310764107651076610767107681076910770107711077210773107741077510776107771077810779107801078110782107831078410785107861078710788107891079010791107921079310794107951079610797107981079910800108011080210803108041080510806108071080810809108101081110812108131081410815108161081710818108191082010821108221082310824108251082610827108281082910830108311083210833108341083510836108371083810839108401084110842108431084410845108461084710848108491085010851108521085310854108551085610857108581085910860108611086210863108641086510866108671086810869108701087110872108731087410875108761087710878108791088010881108821088310884108851088610887108881088910890108911089210893108941089510896108971089810899109001090110902109031090410905109061090710908109091091010911109121091310914109151091610917109181091910920109211092210923109241092510926109271092810929109301093110932109331093410935109361093710938109391094010941109421094310944109451094610947109481094910950109511095210953109541095510956109571095810959109601096110962109631096410965109661096710968109691097010971109721097310974109751097610977109781097910980109811098210983109841098510986109871098810989109901099110992109931099410995109961099710998109991100011001110021100311004110051100611007110081100911010110111101211013110141101511016110171101811019110201102111022110231102411025110261102711028110291103011031110321103311034110351103611037110381103911040110411104211043110441104511046110471104811049110501105111052110531105411055110561105711058110591106011061110621106311064110651106611067110681106911070110711107211073110741107511076110771107811079110801108111082110831108411085110861108711088110891109011091110921109311094110951109611097110981109911100111011110211103111041110511106111071110811109111101111111112111131111411115111161111711118111191112011121111221112311124111251112611127111281112911130111311113211133111341113511136111371113811139111401114111142111431114411145111461114711148111491115011151111521115311154111551115611157111581115911160111611116211163111641116511166111671116811169111701117111172111731117411175111761117711178111791118011181111821118311184111851118611187111881118911190111911119211193111941119511196111971119811199112001120111202112031120411205112061120711208112091121011211112121121311214112151121611217112181121911220112211122211223112241122511226112271122811229112301123111232112331123411235112361123711238112391124011241112421124311244112451124611247112481124911250112511125211253112541125511256112571125811259112601126111262112631126411265112661126711268112691127011271112721127311274112751127611277112781127911280112811128211283112841128511286112871128811289112901129111292112931129411295112961129711298112991130011301113021130311304113051130611307113081130911310113111131211313113141131511316113171131811319113201132111322113231132411325113261132711328113291133011331113321133311334113351133611337113381133911340113411134211343113441134511346113471134811349113501135111352113531135411355113561135711358113591136011361113621136311364113651136611367113681136911370113711137211373113741137511376113771137811379113801138111382113831138411385113861138711388113891139011391113921139311394113951139611397113981139911400114011140211403114041140511406114071140811409114101141111412114131141411415114161141711418114191142011421114221142311424114251142611427114281142911430114311143211433114341143511436114371143811439114401144111442114431144411445114461144711448114491145011451114521145311454114551145611457114581145911460114611146211463114641146511466114671146811469114701147111472114731147411475114761147711478114791148011481114821148311484114851148611487114881148911490114911149211493114941149511496114971149811499115001150111502115031150411505115061150711508115091151011511115121151311514115151151611517115181151911520115211152211523115241152511526115271152811529115301153111532115331153411535115361153711538115391154011541115421154311544115451154611547115481154911550115511155211553115541155511556115571155811559115601156111562115631156411565115661156711568115691157011571115721157311574115751157611577115781157911580115811158211583115841158511586115871158811589115901159111592115931159411595115961159711598115991160011601116021160311604116051160611607116081160911610116111161211613116141161511616116171161811619116201162111622116231162411625116261162711628116291163011631116321163311634116351163611637116381163911640116411164211643116441164511646116471164811649116501165111652116531165411655116561165711658116591166011661116621166311664116651166611667116681166911670116711167211673116741167511676116771167811679116801168111682116831168411685116861168711688116891169011691116921169311694116951169611697116981169911700117011170211703117041170511706117071170811709117101171111712117131171411715117161171711718117191172011721117221172311724117251172611727117281172911730117311173211733117341173511736117371173811739117401174111742117431174411745117461174711748117491175011751117521175311754117551175611757117581175911760117611176211763117641176511766117671176811769117701177111772117731177411775117761177711778117791178011781117821178311784117851178611787117881178911790117911179211793117941179511796117971179811799118001180111802118031180411805118061180711808118091181011811118121181311814118151181611817118181181911820118211182211823118241182511826118271182811829118301183111832118331183411835118361183711838118391184011841118421184311844118451184611847118481184911850118511185211853118541185511856118571185811859118601186111862118631186411865118661186711868118691187011871118721187311874118751187611877118781187911880118811188211883118841188511886118871188811889118901189111892118931189411895118961189711898118991190011901119021190311904119051190611907119081190911910119111191211913119141191511916119171191811919119201192111922119231192411925119261192711928119291193011931119321193311934119351193611937119381193911940119411194211943119441194511946119471194811949119501195111952119531195411955119561195711958119591196011961119621196311964119651196611967119681196911970119711197211973119741197511976119771197811979119801198111982119831198411985119861198711988119891199011991119921199311994119951199611997119981199912000120011200212003120041200512006120071200812009120101201112012120131201412015120161201712018120191202012021120221202312024120251202612027120281202912030120311203212033120341203512036120371203812039120401204112042120431204412045120461204712048120491205012051120521205312054120551205612057120581205912060120611206212063120641206512066120671206812069120701207112072120731207412075120761207712078120791208012081120821208312084120851208612087120881208912090120911209212093120941209512096120971209812099121001210112102121031210412105121061210712108121091211012111121121211312114121151211612117121181211912120121211212212123121241212512126121271212812129121301213112132121331213412135121361213712138121391214012141121421214312144121451214612147121481214912150121511215212153121541215512156121571215812159121601216112162121631216412165121661216712168121691217012171121721217312174121751217612177121781217912180121811218212183121841218512186121871218812189121901219112192121931219412195121961219712198121991220012201122021220312204122051220612207122081220912210122111221212213122141221512216122171221812219122201222112222122231222412225122261222712228122291223012231122321223312234122351223612237122381223912240122411224212243122441224512246122471224812249122501225112252122531225412255122561225712258122591226012261122621226312264122651226612267122681226912270122711227212273122741227512276122771227812279122801228112282122831228412285122861228712288122891229012291122921229312294122951229612297122981229912300123011230212303123041230512306123071230812309123101231112312123131231412315123161231712318123191232012321123221232312324123251232612327123281232912330123311233212333123341233512336123371233812339123401234112342123431234412345123461234712348123491235012351123521235312354123551235612357123581235912360123611236212363123641236512366123671236812369123701237112372123731237412375123761237712378123791238012381123821238312384123851238612387123881238912390123911239212393123941239512396123971239812399124001240112402124031240412405124061240712408124091241012411124121241312414124151241612417124181241912420124211242212423124241242512426124271242812429124301243112432124331243412435124361243712438124391244012441124421244312444124451244612447124481244912450124511245212453124541245512456124571245812459124601246112462124631246412465124661246712468124691247012471124721247312474124751247612477124781247912480124811248212483124841248512486124871248812489124901249112492124931249412495124961249712498124991250012501125021250312504125051250612507125081250912510125111251212513125141251512516125171251812519125201252112522125231252412525125261252712528125291253012531125321253312534125351253612537125381253912540125411254212543125441254512546125471254812549125501255112552125531255412555125561255712558125591256012561125621256312564125651256612567125681256912570125711257212573125741257512576125771257812579125801258112582125831258412585125861258712588125891259012591125921259312594125951259612597125981259912600126011260212603126041260512606126071260812609126101261112612126131261412615126161261712618126191262012621126221262312624126251262612627126281262912630126311263212633126341263512636126371263812639126401264112642126431264412645126461264712648126491265012651126521265312654126551265612657126581265912660126611266212663126641266512666126671266812669126701267112672126731267412675126761267712678126791268012681126821268312684126851268612687126881268912690126911269212693126941269512696126971269812699127001270112702127031270412705127061270712708127091271012711127121271312714127151271612717127181271912720127211272212723127241272512726127271272812729127301273112732127331273412735127361273712738127391274012741127421274312744127451274612747127481274912750127511275212753127541275512756127571275812759127601276112762127631276412765127661276712768127691277012771127721277312774127751277612777127781277912780127811278212783127841278512786127871278812789127901279112792127931279412795127961279712798127991280012801128021280312804128051280612807128081280912810128111281212813128141281512816128171281812819128201282112822128231282412825128261282712828128291283012831128321283312834128351283612837128381283912840128411284212843128441284512846128471284812849128501285112852128531285412855128561285712858128591286012861128621286312864128651286612867128681286912870128711287212873128741287512876128771287812879128801288112882128831288412885128861288712888128891289012891128921289312894128951289612897128981289912900129011290212903129041290512906129071290812909129101291112912129131291412915129161291712918129191292012921129221292312924129251292612927129281292912930129311293212933129341293512936129371293812939129401294112942129431294412945129461294712948129491295012951129521295312954129551295612957129581295912960129611296212963129641296512966129671296812969129701297112972129731297412975129761297712978129791298012981129821298312984129851298612987129881298912990129911299212993129941299512996129971299812999130001300113002130031300413005130061300713008130091301013011130121301313014130151301613017130181301913020130211302213023130241302513026130271302813029130301303113032130331303413035130361303713038130391304013041130421304313044130451304613047130481304913050130511305213053130541305513056130571305813059130601306113062130631306413065130661306713068130691307013071130721307313074130751307613077130781307913080130811308213083130841308513086130871308813089130901309113092130931309413095130961309713098130991310013101131021310313104131051310613107131081310913110131111311213113131141311513116131171311813119131201312113122131231312413125131261312713128131291313013131131321313313134131351313613137131381313913140131411314213143131441314513146131471314813149131501315113152131531315413155131561315713158131591316013161131621316313164131651316613167131681316913170131711317213173131741317513176131771317813179131801318113182131831318413185131861318713188131891319013191131921319313194131951319613197131981319913200132011320213203132041320513206132071320813209132101321113212132131321413215132161321713218132191322013221132221322313224132251322613227132281322913230132311323213233132341323513236132371323813239132401324113242132431324413245132461324713248132491325013251132521325313254132551325613257132581325913260132611326213263132641326513266132671326813269132701327113272132731327413275132761327713278132791328013281132821328313284132851328613287132881328913290132911329213293132941329513296132971329813299133001330113302133031330413305133061330713308133091331013311133121331313314133151331613317133181331913320133211332213323133241332513326133271332813329133301333113332133331333413335133361333713338133391334013341133421334313344133451334613347133481334913350133511335213353133541335513356133571335813359133601336113362133631336413365133661336713368133691337013371133721337313374133751337613377133781337913380133811338213383133841338513386133871338813389133901339113392133931339413395133961339713398133991340013401134021340313404134051340613407134081340913410134111341213413134141341513416134171341813419134201342113422134231342413425134261342713428134291343013431134321343313434134351343613437134381343913440134411344213443134441344513446134471344813449134501345113452134531345413455134561345713458134591346013461134621346313464134651346613467134681346913470134711347213473134741347513476134771347813479134801348113482134831348413485134861348713488134891349013491134921349313494134951349613497134981349913500135011350213503135041350513506135071350813509135101351113512135131351413515135161351713518135191352013521135221352313524135251352613527135281352913530135311353213533135341353513536135371353813539135401354113542135431354413545135461354713548135491355013551135521355313554135551355613557135581355913560135611356213563135641356513566135671356813569135701357113572135731357413575135761357713578135791358013581135821358313584135851358613587135881358913590135911359213593135941359513596135971359813599136001360113602136031360413605136061360713608136091361013611136121361313614136151361613617136181361913620136211362213623136241362513626136271362813629136301363113632136331363413635136361363713638136391364013641136421364313644136451364613647136481364913650136511365213653136541365513656136571365813659136601366113662136631366413665136661366713668136691367013671136721367313674136751367613677136781367913680136811368213683136841368513686136871368813689136901369113692136931369413695136961369713698136991370013701137021370313704137051370613707137081370913710137111371213713137141371513716137171371813719137201372113722137231372413725137261372713728137291373013731137321373313734137351373613737137381373913740137411374213743137441374513746137471374813749137501375113752137531375413755137561375713758137591376013761137621376313764137651376613767137681376913770137711377213773137741377513776137771377813779137801378113782137831378413785137861378713788137891379013791137921379313794137951379613797137981379913800138011380213803138041380513806138071380813809138101381113812138131381413815138161381713818138191382013821138221382313824138251382613827138281382913830138311383213833138341383513836138371383813839138401384113842138431384413845138461384713848138491385013851138521385313854138551385613857138581385913860138611386213863138641386513866138671386813869138701387113872138731387413875138761387713878138791388013881138821388313884138851388613887138881388913890138911389213893138941389513896138971389813899139001390113902139031390413905139061390713908139091391013911139121391313914139151391613917139181391913920139211392213923139241392513926139271392813929139301393113932139331393413935139361393713938139391394013941139421394313944139451394613947139481394913950139511395213953139541395513956139571395813959139601396113962139631396413965139661396713968139691397013971139721397313974139751397613977139781397913980139811398213983139841398513986139871398813989139901399113992139931399413995139961399713998139991400014001140021400314004140051400614007140081400914010140111401214013140141401514016140171401814019140201402114022140231402414025140261402714028140291403014031140321403314034140351403614037140381403914040140411404214043140441404514046140471404814049140501405114052140531405414055140561405714058140591406014061140621406314064140651406614067140681406914070140711407214073140741407514076140771407814079140801408114082140831408414085140861408714088140891409014091140921409314094140951409614097140981409914100141011410214103141041410514106141071410814109141101411114112141131411414115141161411714118141191412014121141221412314124141251412614127141281412914130141311413214133141341413514136141371413814139141401414114142141431414414145141461414714148141491415014151141521415314154141551415614157141581415914160141611416214163141641416514166141671416814169141701417114172141731417414175141761417714178141791418014181141821418314184141851418614187141881418914190141911419214193141941419514196141971419814199142001420114202142031420414205142061420714208142091421014211142121421314214142151421614217142181421914220142211422214223142241422514226142271422814229142301423114232142331423414235142361423714238142391424014241142421424314244142451424614247142481424914250142511425214253142541425514256142571425814259142601426114262142631426414265142661426714268142691427014271142721427314274142751427614277142781427914280142811428214283142841428514286142871428814289142901429114292142931429414295142961429714298142991430014301143021430314304143051430614307143081430914310143111431214313143141431514316143171431814319143201432114322143231432414325143261432714328143291433014331143321433314334143351433614337143381433914340143411434214343143441434514346143471434814349143501435114352143531435414355143561435714358143591436014361143621436314364143651436614367143681436914370143711437214373143741437514376143771437814379143801438114382143831438414385143861438714388143891439014391143921439314394143951439614397143981439914400144011440214403144041440514406144071440814409144101441114412144131441414415144161441714418144191442014421144221442314424144251442614427144281442914430144311443214433144341443514436144371443814439144401444114442144431444414445144461444714448144491445014451144521445314454144551445614457144581445914460144611446214463144641446514466144671446814469144701447114472144731447414475144761447714478144791448014481144821448314484144851448614487144881448914490144911449214493144941449514496144971449814499145001450114502145031450414505145061450714508145091451014511145121451314514145151451614517145181451914520145211452214523145241452514526145271452814529145301453114532145331453414535145361453714538145391454014541145421454314544145451454614547145481454914550145511455214553145541455514556145571455814559145601456114562145631456414565145661456714568145691457014571145721457314574145751457614577145781457914580145811458214583145841458514586145871458814589145901459114592145931459414595145961459714598145991460014601146021460314604146051460614607146081460914610146111461214613146141461514616146171461814619146201462114622146231462414625146261462714628146291463014631146321463314634146351463614637146381463914640146411464214643146441464514646146471464814649146501465114652146531465414655146561465714658146591466014661146621466314664146651466614667146681466914670146711467214673146741467514676146771467814679146801468114682146831468414685146861468714688146891469014691146921469314694146951469614697146981469914700147011470214703147041470514706147071470814709147101471114712147131471414715147161471714718147191472014721147221472314724147251472614727147281472914730147311473214733147341473514736147371473814739147401474114742147431474414745147461474714748147491475014751147521475314754147551475614757147581475914760147611476214763147641476514766147671476814769147701477114772147731477414775147761477714778147791478014781147821478314784147851478614787147881478914790147911479214793147941479514796147971479814799148001480114802148031480414805148061480714808148091481014811148121481314814148151481614817148181481914820148211482214823148241482514826148271482814829148301483114832148331483414835148361483714838148391484014841148421484314844148451484614847148481484914850148511485214853148541485514856148571485814859148601486114862148631486414865148661486714868148691487014871148721487314874148751487614877148781487914880148811488214883148841488514886148871488814889148901489114892148931489414895148961489714898148991490014901149021490314904149051490614907149081490914910149111491214913149141491514916149171491814919149201492114922149231492414925149261492714928149291493014931149321493314934149351493614937149381493914940149411494214943149441494514946149471494814949149501495114952149531495414955149561495714958149591496014961149621496314964149651496614967149681496914970149711497214973149741497514976149771497814979149801498114982149831498414985149861498714988149891499014991149921499314994149951499614997149981499915000150011500215003150041500515006150071500815009150101501115012150131501415015150161501715018150191502015021150221502315024150251502615027150281502915030150311503215033150341503515036150371503815039150401504115042150431504415045150461504715048150491505015051150521505315054150551505615057150581505915060150611506215063150641506515066150671506815069150701507115072150731507415075150761507715078150791508015081150821508315084150851508615087150881508915090150911509215093150941509515096150971509815099151001510115102151031510415105151061510715108151091511015111151121511315114151151511615117151181511915120151211512215123151241512515126151271512815129151301513115132151331513415135151361513715138151391514015141151421514315144151451514615147151481514915150151511515215153151541515515156151571515815159151601516115162151631516415165151661516715168151691517015171151721517315174151751517615177151781517915180151811518215183151841518515186151871518815189151901519115192151931519415195151961519715198151991520015201152021520315204152051520615207152081520915210152111521215213152141521515216152171521815219152201522115222152231522415225152261522715228152291523015231152321523315234152351523615237152381523915240152411524215243152441524515246152471524815249152501525115252152531525415255152561525715258152591526015261152621526315264152651526615267152681526915270152711527215273152741527515276152771527815279152801528115282152831528415285152861528715288152891529015291152921529315294152951529615297152981529915300153011530215303
  1. {
  2. "name": "mingnan-website",
  3. "version": "0.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "mingnan-website",
  9. "version": "0.0.0",
  10. "dependencies": {
  11. "@ant-design-vue/nuxt": "^1.4.6",
  12. "@imengyu/imengyu-utils": "^0.0.27",
  13. "@imengyu/js-request-transform": "^0.4.0",
  14. "@imengyu/vue-dynamic-form": "^0.1.1",
  15. "@imengyu/vue-scroll-rect": "^0.1.8",
  16. "@nuxt/icon": "^2.1.1",
  17. "@pinia/nuxt": "^0.11.1",
  18. "@popperjs/core": "^2.11.8",
  19. "@vuemap/vue-amap": "^2.1.12",
  20. "ant-design-vue": "^4.2.6",
  21. "axios": "^1.13.2",
  22. "bootstrap": "^5.3.8",
  23. "json5": "^2.2.3",
  24. "lodash-es": "^4.17.21",
  25. "md5": "^2.3.0",
  26. "mitt": "^3.0.1",
  27. "mysql2": "^3.16.0",
  28. "nuxt": "^4.2.2",
  29. "pinia": "^3.0.1",
  30. "tslib": "^2.8.1",
  31. "vue": "^3.5.13",
  32. "vue-router": "^4.5.0",
  33. "vue3-carousel": "^0.15.0"
  34. },
  35. "devDependencies": {
  36. "@iconify-json/material-symbols": "^1.2.50",
  37. "@inquirer/prompts": "^7.10.1",
  38. "@tsconfig/node22": "^22.0.1",
  39. "@types/node": "^22.14.0",
  40. "@vitejs/plugin-vue": "^5.2.3",
  41. "@vitejs/plugin-vue-jsx": "^4.1.2",
  42. "@vue/tsconfig": "^0.7.0",
  43. "ali-oss": "^6.23.0",
  44. "archiver": "^7.0.1",
  45. "cli-progress": "^3.12.0",
  46. "cli-table3": "^0.6.5",
  47. "commander": "^14.0.2",
  48. "npm-run-all2": "^7.0.2",
  49. "sass": "^1.87.0",
  50. "terser": "^5.44.1",
  51. "typescript": "~5.8.0",
  52. "vite": "^6.2.4",
  53. "vite-plugin-vue-devtools": "^7.7.2",
  54. "vue-tsc": "^2.2.8"
  55. }
  56. },
  57. "node_modules/@ant-design-vue/nuxt": {
  58. "version": "1.4.6",
  59. "resolved": "https://registry.npmmirror.com/@ant-design-vue/nuxt/-/nuxt-1.4.6.tgz",
  60. "integrity": "sha512-RtczDfCbd1GtVXoKvZQPbEHiajSGp9BE9S7PHkotz0I59WmfMq/JhxRWR07X8Glb0e/3FfLBWgv7u9n6xqQ5fQ==",
  61. "license": "MIT",
  62. "dependencies": {
  63. "@ant-design/icons-vue": "^7.0.1",
  64. "@nuxt/kit": "^3.13.2"
  65. },
  66. "peerDependencies": {
  67. "ant-design-vue": ">=4"
  68. }
  69. },
  70. "node_modules/@ant-design/colors": {
  71. "version": "6.0.0",
  72. "resolved": "https://registry.npmmirror.com/@ant-design/colors/-/colors-6.0.0.tgz",
  73. "integrity": "sha512-qAZRvPzfdWHtfameEGP2Qvuf838NhergR35o+EuVyB5XvSA98xod5r4utvi4TJ3ywmevm290g9nsCG5MryrdWQ==",
  74. "license": "MIT",
  75. "dependencies": {
  76. "@ctrl/tinycolor": "^3.4.0"
  77. }
  78. },
  79. "node_modules/@ant-design/icons-svg": {
  80. "version": "4.4.2",
  81. "resolved": "https://registry.npmmirror.com/@ant-design/icons-svg/-/icons-svg-4.4.2.tgz",
  82. "integrity": "sha512-vHbT+zJEVzllwP+CM+ul7reTEfBR0vgxFe7+lREAsAA7YGsYpboiq2sQNeQeRvh09GfQgs/GyFEvZpJ9cLXpXA==",
  83. "license": "MIT"
  84. },
  85. "node_modules/@ant-design/icons-vue": {
  86. "version": "7.0.1",
  87. "resolved": "https://registry.npmmirror.com/@ant-design/icons-vue/-/icons-vue-7.0.1.tgz",
  88. "integrity": "sha512-eCqY2unfZK6Fe02AwFlDHLfoyEFreP6rBwAZMIJ1LugmfMiVgwWDYlp1YsRugaPtICYOabV1iWxXdP12u9U43Q==",
  89. "license": "MIT",
  90. "dependencies": {
  91. "@ant-design/colors": "^6.0.0",
  92. "@ant-design/icons-svg": "^4.2.1"
  93. },
  94. "peerDependencies": {
  95. "vue": ">=3.0.3"
  96. }
  97. },
  98. "node_modules/@antfu/install-pkg": {
  99. "version": "1.1.0",
  100. "resolved": "https://registry.npmmirror.com/@antfu/install-pkg/-/install-pkg-1.1.0.tgz",
  101. "integrity": "sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ==",
  102. "license": "MIT",
  103. "dependencies": {
  104. "package-manager-detector": "^1.3.0",
  105. "tinyexec": "^1.0.1"
  106. },
  107. "funding": {
  108. "url": "https://github.com/sponsors/antfu"
  109. }
  110. },
  111. "node_modules/@antfu/utils": {
  112. "version": "0.7.10",
  113. "resolved": "https://registry.npmmirror.com/@antfu/utils/-/utils-0.7.10.tgz",
  114. "integrity": "sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==",
  115. "dev": true,
  116. "license": "MIT",
  117. "funding": {
  118. "url": "https://github.com/sponsors/antfu"
  119. }
  120. },
  121. "node_modules/@babel/code-frame": {
  122. "version": "7.29.0",
  123. "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.29.0.tgz",
  124. "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
  125. "license": "MIT",
  126. "dependencies": {
  127. "@babel/helper-validator-identifier": "^7.28.5",
  128. "js-tokens": "^4.0.0",
  129. "picocolors": "^1.1.1"
  130. },
  131. "engines": {
  132. "node": ">=6.9.0"
  133. }
  134. },
  135. "node_modules/@babel/compat-data": {
  136. "version": "7.29.0",
  137. "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.29.0.tgz",
  138. "integrity": "sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==",
  139. "license": "MIT",
  140. "engines": {
  141. "node": ">=6.9.0"
  142. }
  143. },
  144. "node_modules/@babel/core": {
  145. "version": "7.29.0",
  146. "resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.29.0.tgz",
  147. "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==",
  148. "license": "MIT",
  149. "dependencies": {
  150. "@babel/code-frame": "^7.29.0",
  151. "@babel/generator": "^7.29.0",
  152. "@babel/helper-compilation-targets": "^7.28.6",
  153. "@babel/helper-module-transforms": "^7.28.6",
  154. "@babel/helpers": "^7.28.6",
  155. "@babel/parser": "^7.29.0",
  156. "@babel/template": "^7.28.6",
  157. "@babel/traverse": "^7.29.0",
  158. "@babel/types": "^7.29.0",
  159. "@jridgewell/remapping": "^2.3.5",
  160. "convert-source-map": "^2.0.0",
  161. "debug": "^4.1.0",
  162. "gensync": "^1.0.0-beta.2",
  163. "json5": "^2.2.3",
  164. "semver": "^6.3.1"
  165. },
  166. "engines": {
  167. "node": ">=6.9.0"
  168. },
  169. "funding": {
  170. "type": "opencollective",
  171. "url": "https://opencollective.com/babel"
  172. }
  173. },
  174. "node_modules/@babel/generator": {
  175. "version": "7.29.1",
  176. "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.29.1.tgz",
  177. "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
  178. "license": "MIT",
  179. "dependencies": {
  180. "@babel/parser": "^7.29.0",
  181. "@babel/types": "^7.29.0",
  182. "@jridgewell/gen-mapping": "^0.3.12",
  183. "@jridgewell/trace-mapping": "^0.3.28",
  184. "jsesc": "^3.0.2"
  185. },
  186. "engines": {
  187. "node": ">=6.9.0"
  188. }
  189. },
  190. "node_modules/@babel/helper-annotate-as-pure": {
  191. "version": "7.27.3",
  192. "resolved": "https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz",
  193. "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==",
  194. "license": "MIT",
  195. "dependencies": {
  196. "@babel/types": "^7.27.3"
  197. },
  198. "engines": {
  199. "node": ">=6.9.0"
  200. }
  201. },
  202. "node_modules/@babel/helper-compilation-targets": {
  203. "version": "7.28.6",
  204. "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz",
  205. "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==",
  206. "license": "MIT",
  207. "dependencies": {
  208. "@babel/compat-data": "^7.28.6",
  209. "@babel/helper-validator-option": "^7.27.1",
  210. "browserslist": "^4.24.0",
  211. "lru-cache": "^5.1.1",
  212. "semver": "^6.3.1"
  213. },
  214. "engines": {
  215. "node": ">=6.9.0"
  216. }
  217. },
  218. "node_modules/@babel/helper-create-class-features-plugin": {
  219. "version": "7.28.6",
  220. "resolved": "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.6.tgz",
  221. "integrity": "sha512-dTOdvsjnG3xNT9Y0AUg1wAl38y+4Rl4sf9caSQZOXdNqVn+H+HbbJ4IyyHaIqNR6SW9oJpA/RuRjsjCw2IdIow==",
  222. "license": "MIT",
  223. "dependencies": {
  224. "@babel/helper-annotate-as-pure": "^7.27.3",
  225. "@babel/helper-member-expression-to-functions": "^7.28.5",
  226. "@babel/helper-optimise-call-expression": "^7.27.1",
  227. "@babel/helper-replace-supers": "^7.28.6",
  228. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  229. "@babel/traverse": "^7.28.6",
  230. "semver": "^6.3.1"
  231. },
  232. "engines": {
  233. "node": ">=6.9.0"
  234. },
  235. "peerDependencies": {
  236. "@babel/core": "^7.0.0"
  237. }
  238. },
  239. "node_modules/@babel/helper-globals": {
  240. "version": "7.28.0",
  241. "resolved": "https://registry.npmmirror.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
  242. "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
  243. "license": "MIT",
  244. "engines": {
  245. "node": ">=6.9.0"
  246. }
  247. },
  248. "node_modules/@babel/helper-member-expression-to-functions": {
  249. "version": "7.28.5",
  250. "resolved": "https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz",
  251. "integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==",
  252. "license": "MIT",
  253. "dependencies": {
  254. "@babel/traverse": "^7.28.5",
  255. "@babel/types": "^7.28.5"
  256. },
  257. "engines": {
  258. "node": ">=6.9.0"
  259. }
  260. },
  261. "node_modules/@babel/helper-module-imports": {
  262. "version": "7.28.6",
  263. "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz",
  264. "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==",
  265. "license": "MIT",
  266. "dependencies": {
  267. "@babel/traverse": "^7.28.6",
  268. "@babel/types": "^7.28.6"
  269. },
  270. "engines": {
  271. "node": ">=6.9.0"
  272. }
  273. },
  274. "node_modules/@babel/helper-module-transforms": {
  275. "version": "7.28.6",
  276. "resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz",
  277. "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==",
  278. "license": "MIT",
  279. "dependencies": {
  280. "@babel/helper-module-imports": "^7.28.6",
  281. "@babel/helper-validator-identifier": "^7.28.5",
  282. "@babel/traverse": "^7.28.6"
  283. },
  284. "engines": {
  285. "node": ">=6.9.0"
  286. },
  287. "peerDependencies": {
  288. "@babel/core": "^7.0.0"
  289. }
  290. },
  291. "node_modules/@babel/helper-optimise-call-expression": {
  292. "version": "7.27.1",
  293. "resolved": "https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz",
  294. "integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==",
  295. "license": "MIT",
  296. "dependencies": {
  297. "@babel/types": "^7.27.1"
  298. },
  299. "engines": {
  300. "node": ">=6.9.0"
  301. }
  302. },
  303. "node_modules/@babel/helper-plugin-utils": {
  304. "version": "7.28.6",
  305. "resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz",
  306. "integrity": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==",
  307. "license": "MIT",
  308. "engines": {
  309. "node": ">=6.9.0"
  310. }
  311. },
  312. "node_modules/@babel/helper-replace-supers": {
  313. "version": "7.28.6",
  314. "resolved": "https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.28.6.tgz",
  315. "integrity": "sha512-mq8e+laIk94/yFec3DxSjCRD2Z0TAjhVbEJY3UQrlwVo15Lmt7C2wAUbK4bjnTs4APkwsYLTahXRraQXhb1WCg==",
  316. "license": "MIT",
  317. "dependencies": {
  318. "@babel/helper-member-expression-to-functions": "^7.28.5",
  319. "@babel/helper-optimise-call-expression": "^7.27.1",
  320. "@babel/traverse": "^7.28.6"
  321. },
  322. "engines": {
  323. "node": ">=6.9.0"
  324. },
  325. "peerDependencies": {
  326. "@babel/core": "^7.0.0"
  327. }
  328. },
  329. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  330. "version": "7.27.1",
  331. "resolved": "https://registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz",
  332. "integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==",
  333. "license": "MIT",
  334. "dependencies": {
  335. "@babel/traverse": "^7.27.1",
  336. "@babel/types": "^7.27.1"
  337. },
  338. "engines": {
  339. "node": ">=6.9.0"
  340. }
  341. },
  342. "node_modules/@babel/helper-string-parser": {
  343. "version": "7.27.1",
  344. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  345. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  346. "license": "MIT",
  347. "engines": {
  348. "node": ">=6.9.0"
  349. }
  350. },
  351. "node_modules/@babel/helper-validator-identifier": {
  352. "version": "7.28.5",
  353. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  354. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  355. "license": "MIT",
  356. "engines": {
  357. "node": ">=6.9.0"
  358. }
  359. },
  360. "node_modules/@babel/helper-validator-option": {
  361. "version": "7.27.1",
  362. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
  363. "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
  364. "license": "MIT",
  365. "engines": {
  366. "node": ">=6.9.0"
  367. }
  368. },
  369. "node_modules/@babel/helpers": {
  370. "version": "7.28.6",
  371. "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.28.6.tgz",
  372. "integrity": "sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==",
  373. "license": "MIT",
  374. "dependencies": {
  375. "@babel/template": "^7.28.6",
  376. "@babel/types": "^7.28.6"
  377. },
  378. "engines": {
  379. "node": ">=6.9.0"
  380. }
  381. },
  382. "node_modules/@babel/parser": {
  383. "version": "7.29.0",
  384. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.29.0.tgz",
  385. "integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
  386. "license": "MIT",
  387. "dependencies": {
  388. "@babel/types": "^7.29.0"
  389. },
  390. "bin": {
  391. "parser": "bin/babel-parser.js"
  392. },
  393. "engines": {
  394. "node": ">=6.0.0"
  395. }
  396. },
  397. "node_modules/@babel/plugin-proposal-decorators": {
  398. "version": "7.25.9",
  399. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.25.9.tgz",
  400. "integrity": "sha512-smkNLL/O1ezy9Nhy4CNosc4Va+1wo5w4gzSZeLe6y6dM4mmHfYOCPolXQPHQxonZCF+ZyebxN9vqOolkYrSn5g==",
  401. "dev": true,
  402. "license": "MIT",
  403. "dependencies": {
  404. "@babel/helper-create-class-features-plugin": "^7.25.9",
  405. "@babel/helper-plugin-utils": "^7.25.9",
  406. "@babel/plugin-syntax-decorators": "^7.25.9"
  407. },
  408. "engines": {
  409. "node": ">=6.9.0"
  410. },
  411. "peerDependencies": {
  412. "@babel/core": "^7.0.0-0"
  413. }
  414. },
  415. "node_modules/@babel/plugin-syntax-decorators": {
  416. "version": "7.25.9",
  417. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.25.9.tgz",
  418. "integrity": "sha512-ryzI0McXUPJnRCvMo4lumIKZUzhYUO/ScI+Mz4YVaTLt04DHNSjEUjKVvbzQjZFLuod/cYEc07mJWhzl6v4DPg==",
  419. "dev": true,
  420. "license": "MIT",
  421. "dependencies": {
  422. "@babel/helper-plugin-utils": "^7.25.9"
  423. },
  424. "engines": {
  425. "node": ">=6.9.0"
  426. },
  427. "peerDependencies": {
  428. "@babel/core": "^7.0.0-0"
  429. }
  430. },
  431. "node_modules/@babel/plugin-syntax-import-attributes": {
  432. "version": "7.26.0",
  433. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz",
  434. "integrity": "sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==",
  435. "dev": true,
  436. "license": "MIT",
  437. "dependencies": {
  438. "@babel/helper-plugin-utils": "^7.25.9"
  439. },
  440. "engines": {
  441. "node": ">=6.9.0"
  442. },
  443. "peerDependencies": {
  444. "@babel/core": "^7.0.0-0"
  445. }
  446. },
  447. "node_modules/@babel/plugin-syntax-import-meta": {
  448. "version": "7.10.4",
  449. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  450. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  451. "dev": true,
  452. "license": "MIT",
  453. "dependencies": {
  454. "@babel/helper-plugin-utils": "^7.10.4"
  455. },
  456. "peerDependencies": {
  457. "@babel/core": "^7.0.0-0"
  458. }
  459. },
  460. "node_modules/@babel/plugin-syntax-jsx": {
  461. "version": "7.28.6",
  462. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.28.6.tgz",
  463. "integrity": "sha512-wgEmr06G6sIpqr8YDwA2dSRTE3bJ+V0IfpzfSY3Lfgd7YWOaAdlykvJi13ZKBt8cZHfgH1IXN+CL656W3uUa4w==",
  464. "license": "MIT",
  465. "dependencies": {
  466. "@babel/helper-plugin-utils": "^7.28.6"
  467. },
  468. "engines": {
  469. "node": ">=6.9.0"
  470. },
  471. "peerDependencies": {
  472. "@babel/core": "^7.0.0-0"
  473. }
  474. },
  475. "node_modules/@babel/plugin-syntax-typescript": {
  476. "version": "7.28.6",
  477. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.28.6.tgz",
  478. "integrity": "sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A==",
  479. "license": "MIT",
  480. "dependencies": {
  481. "@babel/helper-plugin-utils": "^7.28.6"
  482. },
  483. "engines": {
  484. "node": ">=6.9.0"
  485. },
  486. "peerDependencies": {
  487. "@babel/core": "^7.0.0-0"
  488. }
  489. },
  490. "node_modules/@babel/plugin-transform-typescript": {
  491. "version": "7.28.6",
  492. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.6.tgz",
  493. "integrity": "sha512-0YWL2RFxOqEm9Efk5PvreamxPME8OyY0wM5wh5lHjF+VtVhdneCWGzZeSqzOfiobVqQaNCd2z0tQvnI9DaPWPw==",
  494. "license": "MIT",
  495. "dependencies": {
  496. "@babel/helper-annotate-as-pure": "^7.27.3",
  497. "@babel/helper-create-class-features-plugin": "^7.28.6",
  498. "@babel/helper-plugin-utils": "^7.28.6",
  499. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  500. "@babel/plugin-syntax-typescript": "^7.28.6"
  501. },
  502. "engines": {
  503. "node": ">=6.9.0"
  504. },
  505. "peerDependencies": {
  506. "@babel/core": "^7.0.0-0"
  507. }
  508. },
  509. "node_modules/@babel/runtime": {
  510. "version": "7.27.1",
  511. "resolved": "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.27.1.tgz",
  512. "integrity": "sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog==",
  513. "license": "MIT",
  514. "engines": {
  515. "node": ">=6.9.0"
  516. }
  517. },
  518. "node_modules/@babel/template": {
  519. "version": "7.28.6",
  520. "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.28.6.tgz",
  521. "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",
  522. "license": "MIT",
  523. "dependencies": {
  524. "@babel/code-frame": "^7.28.6",
  525. "@babel/parser": "^7.28.6",
  526. "@babel/types": "^7.28.6"
  527. },
  528. "engines": {
  529. "node": ">=6.9.0"
  530. }
  531. },
  532. "node_modules/@babel/traverse": {
  533. "version": "7.29.0",
  534. "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.29.0.tgz",
  535. "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",
  536. "license": "MIT",
  537. "dependencies": {
  538. "@babel/code-frame": "^7.29.0",
  539. "@babel/generator": "^7.29.0",
  540. "@babel/helper-globals": "^7.28.0",
  541. "@babel/parser": "^7.29.0",
  542. "@babel/template": "^7.28.6",
  543. "@babel/types": "^7.29.0",
  544. "debug": "^4.3.1"
  545. },
  546. "engines": {
  547. "node": ">=6.9.0"
  548. }
  549. },
  550. "node_modules/@babel/types": {
  551. "version": "7.29.0",
  552. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.29.0.tgz",
  553. "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
  554. "license": "MIT",
  555. "dependencies": {
  556. "@babel/helper-string-parser": "^7.27.1",
  557. "@babel/helper-validator-identifier": "^7.28.5"
  558. },
  559. "engines": {
  560. "node": ">=6.9.0"
  561. }
  562. },
  563. "node_modules/@clack/core": {
  564. "version": "1.1.0",
  565. "resolved": "https://registry.npmmirror.com/@clack/core/-/core-1.1.0.tgz",
  566. "integrity": "sha512-SVcm4Dqm2ukn64/8Gub2wnlA5nS2iWJyCkdNHcvNHPIeBTGojpdJ+9cZKwLfmqy7irD4N5qLteSilJlE0WLAtA==",
  567. "license": "MIT",
  568. "dependencies": {
  569. "sisteransi": "^1.0.5"
  570. }
  571. },
  572. "node_modules/@clack/prompts": {
  573. "version": "1.1.0",
  574. "resolved": "https://registry.npmmirror.com/@clack/prompts/-/prompts-1.1.0.tgz",
  575. "integrity": "sha512-pkqbPGtohJAvm4Dphs2M8xE29ggupihHdy1x84HNojZuMtFsHiUlRvqD24tM2+XmI+61LlfNceM3Wr7U5QES5g==",
  576. "license": "MIT",
  577. "dependencies": {
  578. "@clack/core": "1.1.0",
  579. "sisteransi": "^1.0.5"
  580. }
  581. },
  582. "node_modules/@cloudflare/kv-asset-handler": {
  583. "version": "0.4.2",
  584. "resolved": "https://registry.npmmirror.com/@cloudflare/kv-asset-handler/-/kv-asset-handler-0.4.2.tgz",
  585. "integrity": "sha512-SIOD2DxrRRwQ+jgzlXCqoEFiKOFqaPjhnNTGKXSRLvp1HiOvapLaFG2kEr9dYQTYe8rKrd9uvDUzmAITeNyaHQ==",
  586. "license": "MIT OR Apache-2.0",
  587. "engines": {
  588. "node": ">=18.0.0"
  589. }
  590. },
  591. "node_modules/@colors/colors": {
  592. "version": "1.5.0",
  593. "resolved": "https://registry.npmmirror.com/@colors/colors/-/colors-1.5.0.tgz",
  594. "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==",
  595. "dev": true,
  596. "license": "MIT",
  597. "optional": true,
  598. "engines": {
  599. "node": ">=0.1.90"
  600. }
  601. },
  602. "node_modules/@ctrl/tinycolor": {
  603. "version": "3.6.1",
  604. "resolved": "https://registry.npmmirror.com/@ctrl/tinycolor/-/tinycolor-3.6.1.tgz",
  605. "integrity": "sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==",
  606. "license": "MIT",
  607. "engines": {
  608. "node": ">=10"
  609. }
  610. },
  611. "node_modules/@dxup/nuxt": {
  612. "version": "0.3.2",
  613. "resolved": "https://registry.npmmirror.com/@dxup/nuxt/-/nuxt-0.3.2.tgz",
  614. "integrity": "sha512-2f2usP4oLNsIGjPprvABe3f3GWuIhIDp0169pGLFxTDRI5A4d4sBbGpR+tD9bGZCT+1Btb6Q2GKlyv3LkDCW5g==",
  615. "license": "MIT",
  616. "dependencies": {
  617. "@dxup/unimport": "^0.1.2",
  618. "@nuxt/kit": "^4.2.2",
  619. "chokidar": "^5.0.0",
  620. "pathe": "^2.0.3",
  621. "tinyglobby": "^0.2.15"
  622. }
  623. },
  624. "node_modules/@dxup/nuxt/node_modules/@nuxt/kit": {
  625. "version": "4.3.1",
  626. "resolved": "https://registry.npmmirror.com/@nuxt/kit/-/kit-4.3.1.tgz",
  627. "integrity": "sha512-UjBFt72dnpc+83BV3OIbCT0YHLevJtgJCHpxMX0YRKWLDhhbcDdUse87GtsQBrjvOzK7WUNUYLDS/hQLYev5rA==",
  628. "license": "MIT",
  629. "dependencies": {
  630. "c12": "^3.3.3",
  631. "consola": "^3.4.2",
  632. "defu": "^6.1.4",
  633. "destr": "^2.0.5",
  634. "errx": "^0.1.0",
  635. "exsolve": "^1.0.8",
  636. "ignore": "^7.0.5",
  637. "jiti": "^2.6.1",
  638. "klona": "^2.0.6",
  639. "mlly": "^1.8.0",
  640. "ohash": "^2.0.11",
  641. "pathe": "^2.0.3",
  642. "pkg-types": "^2.3.0",
  643. "rc9": "^3.0.0",
  644. "scule": "^1.3.0",
  645. "semver": "^7.7.4",
  646. "tinyglobby": "^0.2.15",
  647. "ufo": "^1.6.3",
  648. "unctx": "^2.5.0",
  649. "untyped": "^2.0.0"
  650. },
  651. "engines": {
  652. "node": ">=18.12.0"
  653. }
  654. },
  655. "node_modules/@dxup/nuxt/node_modules/chokidar": {
  656. "version": "5.0.0",
  657. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-5.0.0.tgz",
  658. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  659. "license": "MIT",
  660. "dependencies": {
  661. "readdirp": "^5.0.0"
  662. },
  663. "engines": {
  664. "node": ">= 20.19.0"
  665. },
  666. "funding": {
  667. "url": "https://paulmillr.com/funding/"
  668. }
  669. },
  670. "node_modules/@dxup/nuxt/node_modules/rc9": {
  671. "version": "3.0.0",
  672. "resolved": "https://registry.npmmirror.com/rc9/-/rc9-3.0.0.tgz",
  673. "integrity": "sha512-MGOue0VqscKWQ104udASX/3GYDcKyPI4j4F8gu/jHHzglpmy9a/anZK3PNe8ug6aZFl+9GxLtdhe3kVZuMaQbA==",
  674. "license": "MIT",
  675. "dependencies": {
  676. "defu": "^6.1.4",
  677. "destr": "^2.0.5"
  678. }
  679. },
  680. "node_modules/@dxup/nuxt/node_modules/readdirp": {
  681. "version": "5.0.0",
  682. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-5.0.0.tgz",
  683. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  684. "license": "MIT",
  685. "engines": {
  686. "node": ">= 20.19.0"
  687. },
  688. "funding": {
  689. "type": "individual",
  690. "url": "https://paulmillr.com/funding/"
  691. }
  692. },
  693. "node_modules/@dxup/nuxt/node_modules/semver": {
  694. "version": "7.7.4",
  695. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.4.tgz",
  696. "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
  697. "license": "ISC",
  698. "bin": {
  699. "semver": "bin/semver.js"
  700. },
  701. "engines": {
  702. "node": ">=10"
  703. }
  704. },
  705. "node_modules/@dxup/unimport": {
  706. "version": "0.1.2",
  707. "resolved": "https://registry.npmmirror.com/@dxup/unimport/-/unimport-0.1.2.tgz",
  708. "integrity": "sha512-/B8YJGPzaYq1NbsQmwgP8EZqg40NpTw4ZB3suuI0TplbxKHeK94jeaawLmVhCv+YwUnOpiWEz9U6SeThku/8JQ==",
  709. "license": "MIT"
  710. },
  711. "node_modules/@emnapi/core": {
  712. "version": "1.8.1",
  713. "resolved": "https://registry.npmmirror.com/@emnapi/core/-/core-1.8.1.tgz",
  714. "integrity": "sha512-AvT9QFpxK0Zd8J0jopedNm+w/2fIzvtPKPjqyw9jwvBaReTTqPBk9Hixaz7KbjimP+QNz605/XnjFcDAL2pqBg==",
  715. "license": "MIT",
  716. "optional": true,
  717. "dependencies": {
  718. "@emnapi/wasi-threads": "1.1.0",
  719. "tslib": "^2.4.0"
  720. }
  721. },
  722. "node_modules/@emnapi/runtime": {
  723. "version": "1.8.1",
  724. "resolved": "https://registry.npmmirror.com/@emnapi/runtime/-/runtime-1.8.1.tgz",
  725. "integrity": "sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==",
  726. "license": "MIT",
  727. "optional": true,
  728. "dependencies": {
  729. "tslib": "^2.4.0"
  730. }
  731. },
  732. "node_modules/@emnapi/wasi-threads": {
  733. "version": "1.1.0",
  734. "resolved": "https://registry.npmmirror.com/@emnapi/wasi-threads/-/wasi-threads-1.1.0.tgz",
  735. "integrity": "sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==",
  736. "license": "MIT",
  737. "optional": true,
  738. "dependencies": {
  739. "tslib": "^2.4.0"
  740. }
  741. },
  742. "node_modules/@emotion/hash": {
  743. "version": "0.9.2",
  744. "resolved": "https://registry.npmmirror.com/@emotion/hash/-/hash-0.9.2.tgz",
  745. "integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==",
  746. "license": "MIT"
  747. },
  748. "node_modules/@emotion/unitless": {
  749. "version": "0.8.1",
  750. "resolved": "https://registry.npmmirror.com/@emotion/unitless/-/unitless-0.8.1.tgz",
  751. "integrity": "sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==",
  752. "license": "MIT"
  753. },
  754. "node_modules/@esbuild/aix-ppc64": {
  755. "version": "0.25.5",
  756. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.25.5.tgz",
  757. "integrity": "sha512-9o3TMmpmftaCMepOdA5k/yDw8SfInyzWWTjYTFCX3kPSDJMROQTb8jg+h9Cnwnmm1vOzvxN7gIfB5V2ewpjtGA==",
  758. "cpu": [
  759. "ppc64"
  760. ],
  761. "license": "MIT",
  762. "optional": true,
  763. "os": [
  764. "aix"
  765. ],
  766. "engines": {
  767. "node": ">=18"
  768. }
  769. },
  770. "node_modules/@esbuild/android-arm": {
  771. "version": "0.25.5",
  772. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.25.5.tgz",
  773. "integrity": "sha512-AdJKSPeEHgi7/ZhuIPtcQKr5RQdo6OO2IL87JkianiMYMPbCtot9fxPbrMiBADOWWm3T2si9stAiVsGbTQFkbA==",
  774. "cpu": [
  775. "arm"
  776. ],
  777. "license": "MIT",
  778. "optional": true,
  779. "os": [
  780. "android"
  781. ],
  782. "engines": {
  783. "node": ">=18"
  784. }
  785. },
  786. "node_modules/@esbuild/android-arm64": {
  787. "version": "0.25.5",
  788. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.25.5.tgz",
  789. "integrity": "sha512-VGzGhj4lJO+TVGV1v8ntCZWJktV7SGCs3Pn1GRWI1SBFtRALoomm8k5E9Pmwg3HOAal2VDc2F9+PM/rEY6oIDg==",
  790. "cpu": [
  791. "arm64"
  792. ],
  793. "license": "MIT",
  794. "optional": true,
  795. "os": [
  796. "android"
  797. ],
  798. "engines": {
  799. "node": ">=18"
  800. }
  801. },
  802. "node_modules/@esbuild/android-x64": {
  803. "version": "0.25.5",
  804. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.25.5.tgz",
  805. "integrity": "sha512-D2GyJT1kjvO//drbRT3Hib9XPwQeWd9vZoBJn+bu/lVsOZ13cqNdDeqIF/xQ5/VmWvMduP6AmXvylO/PIc2isw==",
  806. "cpu": [
  807. "x64"
  808. ],
  809. "license": "MIT",
  810. "optional": true,
  811. "os": [
  812. "android"
  813. ],
  814. "engines": {
  815. "node": ">=18"
  816. }
  817. },
  818. "node_modules/@esbuild/darwin-arm64": {
  819. "version": "0.25.5",
  820. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.25.5.tgz",
  821. "integrity": "sha512-GtaBgammVvdF7aPIgH2jxMDdivezgFu6iKpmT+48+F8Hhg5J/sfnDieg0aeG/jfSvkYQU2/pceFPDKlqZzwnfQ==",
  822. "cpu": [
  823. "arm64"
  824. ],
  825. "license": "MIT",
  826. "optional": true,
  827. "os": [
  828. "darwin"
  829. ],
  830. "engines": {
  831. "node": ">=18"
  832. }
  833. },
  834. "node_modules/@esbuild/darwin-x64": {
  835. "version": "0.25.5",
  836. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.25.5.tgz",
  837. "integrity": "sha512-1iT4FVL0dJ76/q1wd7XDsXrSW+oLoquptvh4CLR4kITDtqi2e/xwXwdCVH8hVHU43wgJdsq7Gxuzcs6Iq/7bxQ==",
  838. "cpu": [
  839. "x64"
  840. ],
  841. "license": "MIT",
  842. "optional": true,
  843. "os": [
  844. "darwin"
  845. ],
  846. "engines": {
  847. "node": ">=18"
  848. }
  849. },
  850. "node_modules/@esbuild/freebsd-arm64": {
  851. "version": "0.25.5",
  852. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.5.tgz",
  853. "integrity": "sha512-nk4tGP3JThz4La38Uy/gzyXtpkPW8zSAmoUhK9xKKXdBCzKODMc2adkB2+8om9BDYugz+uGV7sLmpTYzvmz6Sw==",
  854. "cpu": [
  855. "arm64"
  856. ],
  857. "license": "MIT",
  858. "optional": true,
  859. "os": [
  860. "freebsd"
  861. ],
  862. "engines": {
  863. "node": ">=18"
  864. }
  865. },
  866. "node_modules/@esbuild/freebsd-x64": {
  867. "version": "0.25.5",
  868. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.25.5.tgz",
  869. "integrity": "sha512-PrikaNjiXdR2laW6OIjlbeuCPrPaAl0IwPIaRv+SMV8CiM8i2LqVUHFC1+8eORgWyY7yhQY+2U2fA55mBzReaw==",
  870. "cpu": [
  871. "x64"
  872. ],
  873. "license": "MIT",
  874. "optional": true,
  875. "os": [
  876. "freebsd"
  877. ],
  878. "engines": {
  879. "node": ">=18"
  880. }
  881. },
  882. "node_modules/@esbuild/linux-arm": {
  883. "version": "0.25.5",
  884. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.25.5.tgz",
  885. "integrity": "sha512-cPzojwW2okgh7ZlRpcBEtsX7WBuqbLrNXqLU89GxWbNt6uIg78ET82qifUy3W6OVww6ZWobWub5oqZOVtwolfw==",
  886. "cpu": [
  887. "arm"
  888. ],
  889. "license": "MIT",
  890. "optional": true,
  891. "os": [
  892. "linux"
  893. ],
  894. "engines": {
  895. "node": ">=18"
  896. }
  897. },
  898. "node_modules/@esbuild/linux-arm64": {
  899. "version": "0.25.5",
  900. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.25.5.tgz",
  901. "integrity": "sha512-Z9kfb1v6ZlGbWj8EJk9T6czVEjjq2ntSYLY2cw6pAZl4oKtfgQuS4HOq41M/BcoLPzrUbNd+R4BXFyH//nHxVg==",
  902. "cpu": [
  903. "arm64"
  904. ],
  905. "license": "MIT",
  906. "optional": true,
  907. "os": [
  908. "linux"
  909. ],
  910. "engines": {
  911. "node": ">=18"
  912. }
  913. },
  914. "node_modules/@esbuild/linux-ia32": {
  915. "version": "0.25.5",
  916. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.25.5.tgz",
  917. "integrity": "sha512-sQ7l00M8bSv36GLV95BVAdhJ2QsIbCuCjh/uYrWiMQSUuV+LpXwIqhgJDcvMTj+VsQmqAHL2yYaasENvJ7CDKA==",
  918. "cpu": [
  919. "ia32"
  920. ],
  921. "license": "MIT",
  922. "optional": true,
  923. "os": [
  924. "linux"
  925. ],
  926. "engines": {
  927. "node": ">=18"
  928. }
  929. },
  930. "node_modules/@esbuild/linux-loong64": {
  931. "version": "0.25.5",
  932. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.25.5.tgz",
  933. "integrity": "sha512-0ur7ae16hDUC4OL5iEnDb0tZHDxYmuQyhKhsPBV8f99f6Z9KQM02g33f93rNH5A30agMS46u2HP6qTdEt6Q1kg==",
  934. "cpu": [
  935. "loong64"
  936. ],
  937. "license": "MIT",
  938. "optional": true,
  939. "os": [
  940. "linux"
  941. ],
  942. "engines": {
  943. "node": ">=18"
  944. }
  945. },
  946. "node_modules/@esbuild/linux-mips64el": {
  947. "version": "0.25.5",
  948. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.25.5.tgz",
  949. "integrity": "sha512-kB/66P1OsHO5zLz0i6X0RxlQ+3cu0mkxS3TKFvkb5lin6uwZ/ttOkP3Z8lfR9mJOBk14ZwZ9182SIIWFGNmqmg==",
  950. "cpu": [
  951. "mips64el"
  952. ],
  953. "license": "MIT",
  954. "optional": true,
  955. "os": [
  956. "linux"
  957. ],
  958. "engines": {
  959. "node": ">=18"
  960. }
  961. },
  962. "node_modules/@esbuild/linux-ppc64": {
  963. "version": "0.25.5",
  964. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.25.5.tgz",
  965. "integrity": "sha512-UZCmJ7r9X2fe2D6jBmkLBMQetXPXIsZjQJCjgwpVDz+YMcS6oFR27alkgGv3Oqkv07bxdvw7fyB71/olceJhkQ==",
  966. "cpu": [
  967. "ppc64"
  968. ],
  969. "license": "MIT",
  970. "optional": true,
  971. "os": [
  972. "linux"
  973. ],
  974. "engines": {
  975. "node": ">=18"
  976. }
  977. },
  978. "node_modules/@esbuild/linux-riscv64": {
  979. "version": "0.25.5",
  980. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.25.5.tgz",
  981. "integrity": "sha512-kTxwu4mLyeOlsVIFPfQo+fQJAV9mh24xL+y+Bm6ej067sYANjyEw1dNHmvoqxJUCMnkBdKpvOn0Ahql6+4VyeA==",
  982. "cpu": [
  983. "riscv64"
  984. ],
  985. "license": "MIT",
  986. "optional": true,
  987. "os": [
  988. "linux"
  989. ],
  990. "engines": {
  991. "node": ">=18"
  992. }
  993. },
  994. "node_modules/@esbuild/linux-s390x": {
  995. "version": "0.25.5",
  996. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.25.5.tgz",
  997. "integrity": "sha512-K2dSKTKfmdh78uJ3NcWFiqyRrimfdinS5ErLSn3vluHNeHVnBAFWC8a4X5N+7FgVE1EjXS1QDZbpqZBjfrqMTQ==",
  998. "cpu": [
  999. "s390x"
  1000. ],
  1001. "license": "MIT",
  1002. "optional": true,
  1003. "os": [
  1004. "linux"
  1005. ],
  1006. "engines": {
  1007. "node": ">=18"
  1008. }
  1009. },
  1010. "node_modules/@esbuild/linux-x64": {
  1011. "version": "0.25.5",
  1012. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.25.5.tgz",
  1013. "integrity": "sha512-uhj8N2obKTE6pSZ+aMUbqq+1nXxNjZIIjCjGLfsWvVpy7gKCOL6rsY1MhRh9zLtUtAI7vpgLMK6DxjO8Qm9lJw==",
  1014. "cpu": [
  1015. "x64"
  1016. ],
  1017. "license": "MIT",
  1018. "optional": true,
  1019. "os": [
  1020. "linux"
  1021. ],
  1022. "engines": {
  1023. "node": ">=18"
  1024. }
  1025. },
  1026. "node_modules/@esbuild/netbsd-arm64": {
  1027. "version": "0.25.5",
  1028. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.5.tgz",
  1029. "integrity": "sha512-pwHtMP9viAy1oHPvgxtOv+OkduK5ugofNTVDilIzBLpoWAM16r7b/mxBvfpuQDpRQFMfuVr5aLcn4yveGvBZvw==",
  1030. "cpu": [
  1031. "arm64"
  1032. ],
  1033. "license": "MIT",
  1034. "optional": true,
  1035. "os": [
  1036. "netbsd"
  1037. ],
  1038. "engines": {
  1039. "node": ">=18"
  1040. }
  1041. },
  1042. "node_modules/@esbuild/netbsd-x64": {
  1043. "version": "0.25.5",
  1044. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.25.5.tgz",
  1045. "integrity": "sha512-WOb5fKrvVTRMfWFNCroYWWklbnXH0Q5rZppjq0vQIdlsQKuw6mdSihwSo4RV/YdQ5UCKKvBy7/0ZZYLBZKIbwQ==",
  1046. "cpu": [
  1047. "x64"
  1048. ],
  1049. "license": "MIT",
  1050. "optional": true,
  1051. "os": [
  1052. "netbsd"
  1053. ],
  1054. "engines": {
  1055. "node": ">=18"
  1056. }
  1057. },
  1058. "node_modules/@esbuild/openbsd-arm64": {
  1059. "version": "0.25.5",
  1060. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.5.tgz",
  1061. "integrity": "sha512-7A208+uQKgTxHd0G0uqZO8UjK2R0DDb4fDmERtARjSHWxqMTye4Erz4zZafx7Di9Cv+lNHYuncAkiGFySoD+Mw==",
  1062. "cpu": [
  1063. "arm64"
  1064. ],
  1065. "license": "MIT",
  1066. "optional": true,
  1067. "os": [
  1068. "openbsd"
  1069. ],
  1070. "engines": {
  1071. "node": ">=18"
  1072. }
  1073. },
  1074. "node_modules/@esbuild/openbsd-x64": {
  1075. "version": "0.25.5",
  1076. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.25.5.tgz",
  1077. "integrity": "sha512-G4hE405ErTWraiZ8UiSoesH8DaCsMm0Cay4fsFWOOUcz8b8rC6uCvnagr+gnioEjWn0wC+o1/TAHt+It+MpIMg==",
  1078. "cpu": [
  1079. "x64"
  1080. ],
  1081. "license": "MIT",
  1082. "optional": true,
  1083. "os": [
  1084. "openbsd"
  1085. ],
  1086. "engines": {
  1087. "node": ">=18"
  1088. }
  1089. },
  1090. "node_modules/@esbuild/openharmony-arm64": {
  1091. "version": "0.27.3",
  1092. "resolved": "https://registry.npmmirror.com/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.3.tgz",
  1093. "integrity": "sha512-NinAEgr/etERPTsZJ7aEZQvvg/A6IsZG/LgZy+81wON2huV7SrK3e63dU0XhyZP4RKGyTm7aOgmQk0bGp0fy2g==",
  1094. "cpu": [
  1095. "arm64"
  1096. ],
  1097. "license": "MIT",
  1098. "optional": true,
  1099. "os": [
  1100. "openharmony"
  1101. ],
  1102. "engines": {
  1103. "node": ">=18"
  1104. }
  1105. },
  1106. "node_modules/@esbuild/sunos-x64": {
  1107. "version": "0.25.5",
  1108. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.25.5.tgz",
  1109. "integrity": "sha512-l+azKShMy7FxzY0Rj4RCt5VD/q8mG/e+mDivgspo+yL8zW7qEwctQ6YqKX34DTEleFAvCIUviCFX1SDZRSyMQA==",
  1110. "cpu": [
  1111. "x64"
  1112. ],
  1113. "license": "MIT",
  1114. "optional": true,
  1115. "os": [
  1116. "sunos"
  1117. ],
  1118. "engines": {
  1119. "node": ">=18"
  1120. }
  1121. },
  1122. "node_modules/@esbuild/win32-arm64": {
  1123. "version": "0.25.5",
  1124. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.25.5.tgz",
  1125. "integrity": "sha512-O2S7SNZzdcFG7eFKgvwUEZ2VG9D/sn/eIiz8XRZ1Q/DO5a3s76Xv0mdBzVM5j5R639lXQmPmSo0iRpHqUUrsxw==",
  1126. "cpu": [
  1127. "arm64"
  1128. ],
  1129. "license": "MIT",
  1130. "optional": true,
  1131. "os": [
  1132. "win32"
  1133. ],
  1134. "engines": {
  1135. "node": ">=18"
  1136. }
  1137. },
  1138. "node_modules/@esbuild/win32-ia32": {
  1139. "version": "0.25.5",
  1140. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.25.5.tgz",
  1141. "integrity": "sha512-onOJ02pqs9h1iMJ1PQphR+VZv8qBMQ77Klcsqv9CNW2w6yLqoURLcgERAIurY6QE63bbLuqgP9ATqajFLK5AMQ==",
  1142. "cpu": [
  1143. "ia32"
  1144. ],
  1145. "license": "MIT",
  1146. "optional": true,
  1147. "os": [
  1148. "win32"
  1149. ],
  1150. "engines": {
  1151. "node": ">=18"
  1152. }
  1153. },
  1154. "node_modules/@esbuild/win32-x64": {
  1155. "version": "0.25.5",
  1156. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.25.5.tgz",
  1157. "integrity": "sha512-TXv6YnJ8ZMVdX+SXWVBo/0p8LTcrUYngpWjvm91TMjjBQii7Oz11Lw5lbDV5Y0TzuhSJHwiH4hEtC1I42mMS0g==",
  1158. "cpu": [
  1159. "x64"
  1160. ],
  1161. "license": "MIT",
  1162. "optional": true,
  1163. "os": [
  1164. "win32"
  1165. ],
  1166. "engines": {
  1167. "node": ">=18"
  1168. }
  1169. },
  1170. "node_modules/@iconify-json/material-symbols": {
  1171. "version": "1.2.60",
  1172. "resolved": "https://registry.npmmirror.com/@iconify-json/material-symbols/-/material-symbols-1.2.60.tgz",
  1173. "integrity": "sha512-bmVrnz/9KJNh/j+nO3pyxzo0h8iENIKxv5RASDURhjKdPI53rRcKN7E2Gmwi25k9CBJ+IC6L9l0AGgngeqyRuw==",
  1174. "dev": true,
  1175. "license": "Apache-2.0",
  1176. "dependencies": {
  1177. "@iconify/types": "*"
  1178. }
  1179. },
  1180. "node_modules/@iconify/collections": {
  1181. "version": "1.0.657",
  1182. "resolved": "https://registry.npmmirror.com/@iconify/collections/-/collections-1.0.657.tgz",
  1183. "integrity": "sha512-I9NQh96i/a3GroGjnF77Hb1/KimE7KhJ8B1NQPE8MuDkvN2W3oNl4DYzQR+sgiGVOFsFjzu20NHsQ/69rv1vSQ==",
  1184. "license": "MIT",
  1185. "dependencies": {
  1186. "@iconify/types": "*"
  1187. }
  1188. },
  1189. "node_modules/@iconify/types": {
  1190. "version": "2.0.0",
  1191. "resolved": "https://registry.npmmirror.com/@iconify/types/-/types-2.0.0.tgz",
  1192. "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==",
  1193. "license": "MIT"
  1194. },
  1195. "node_modules/@iconify/utils": {
  1196. "version": "3.1.0",
  1197. "resolved": "https://registry.npmmirror.com/@iconify/utils/-/utils-3.1.0.tgz",
  1198. "integrity": "sha512-Zlzem1ZXhI1iHeeERabLNzBHdOa4VhQbqAcOQaMKuTuyZCpwKbC2R4Dd0Zo3g9EAc+Y4fiarO8HIHRAth7+skw==",
  1199. "license": "MIT",
  1200. "dependencies": {
  1201. "@antfu/install-pkg": "^1.1.0",
  1202. "@iconify/types": "^2.0.0",
  1203. "mlly": "^1.8.0"
  1204. }
  1205. },
  1206. "node_modules/@iconify/vue": {
  1207. "version": "5.0.0",
  1208. "resolved": "https://registry.npmmirror.com/@iconify/vue/-/vue-5.0.0.tgz",
  1209. "integrity": "sha512-C+KuEWIF5nSBrobFJhT//JS87OZ++QDORB6f2q2Wm6fl2mueSTpFBeBsveK0KW9hWiZ4mNiPjsh6Zs4jjdROSg==",
  1210. "license": "MIT",
  1211. "dependencies": {
  1212. "@iconify/types": "^2.0.0"
  1213. },
  1214. "funding": {
  1215. "url": "https://github.com/sponsors/cyberalien"
  1216. },
  1217. "peerDependencies": {
  1218. "vue": ">=3"
  1219. }
  1220. },
  1221. "node_modules/@imengyu/imengyu-utils": {
  1222. "version": "0.0.27",
  1223. "resolved": "https://registry.npmmirror.com/@imengyu/imengyu-utils/-/imengyu-utils-0.0.27.tgz",
  1224. "integrity": "sha512-gDfOtmHyQ1ExgEe9vaEpTNsvMK/NZEnDDRas6evejPAIH7Qhu6+435Or/9jwsjbIB/vEVPHYUBl8mMqqqyLAKQ==",
  1225. "license": "MIT",
  1226. "dependencies": {
  1227. "@imengyu/js-request-transform": "^0.4.0"
  1228. }
  1229. },
  1230. "node_modules/@imengyu/js-request-transform": {
  1231. "version": "0.4.0",
  1232. "resolved": "https://registry.npmmirror.com/@imengyu/js-request-transform/-/js-request-transform-0.4.0.tgz",
  1233. "integrity": "sha512-gVS9y1EdS1r9Eg8/srCSUKFw2qJZ4kYLiOVIMPUan4TT2CXbFsqZIUcMA43mvIkSXQXgapmhV1WxABb/6ejYxg==",
  1234. "license": "MIT"
  1235. },
  1236. "node_modules/@imengyu/vue-dynamic-form": {
  1237. "version": "0.1.1",
  1238. "resolved": "https://registry.npmmirror.com/@imengyu/vue-dynamic-form/-/vue-dynamic-form-0.1.1.tgz",
  1239. "integrity": "sha512-xyzO7hSwAjp/B8ROwZEMHK4m3Id94ViTb0JSpD/Z7QYb78m72/Io0LkeKkL2t/qBAyo3dvvi3Dewv+Y+ljWP9Q==",
  1240. "dependencies": {
  1241. "async-validator": "^4.2.5",
  1242. "scroll-into-view-if-needed": "^3.0.3",
  1243. "vue": "^3.2.45"
  1244. }
  1245. },
  1246. "node_modules/@imengyu/vue-dynamic-form/node_modules/compute-scroll-into-view": {
  1247. "version": "3.1.1",
  1248. "resolved": "https://registry.npmmirror.com/compute-scroll-into-view/-/compute-scroll-into-view-3.1.1.tgz",
  1249. "integrity": "sha512-VRhuHOLoKYOy4UbilLbUzbYg93XLjv2PncJC50EuTWPA3gaja1UjBsUP/D/9/juV3vQFr6XBEzn9KCAHdUvOHw=="
  1250. },
  1251. "node_modules/@imengyu/vue-dynamic-form/node_modules/scroll-into-view-if-needed": {
  1252. "version": "3.1.0",
  1253. "resolved": "https://registry.npmmirror.com/scroll-into-view-if-needed/-/scroll-into-view-if-needed-3.1.0.tgz",
  1254. "integrity": "sha512-49oNpRjWRvnU8NyGVmUaYG4jtTkNonFZI86MmGRDqBphEK2EXT9gdEUoQPZhuBM8yWHxCWbobltqYO5M4XrUvQ==",
  1255. "dependencies": {
  1256. "compute-scroll-into-view": "^3.0.2"
  1257. }
  1258. },
  1259. "node_modules/@imengyu/vue-scroll-rect": {
  1260. "version": "0.1.8",
  1261. "resolved": "https://registry.npmmirror.com/@imengyu/vue-scroll-rect/-/vue-scroll-rect-0.1.8.tgz",
  1262. "integrity": "sha512-Mg7rgHlsGPO0tcMFjp1kB2BZ3oRrRtFN8MoE52jTgQnlc+Y0N6ttFnbIxOh2fc9j82uhdQ8zgZcXlFHUXeGnCA==",
  1263. "license": "MIT"
  1264. },
  1265. "node_modules/@inquirer/ansi": {
  1266. "version": "1.0.2",
  1267. "resolved": "https://registry.npmmirror.com/@inquirer/ansi/-/ansi-1.0.2.tgz",
  1268. "integrity": "sha512-S8qNSZiYzFd0wAcyG5AXCvUHC5Sr7xpZ9wZ2py9XR88jUz8wooStVx5M6dRzczbBWjic9NP7+rY0Xi7qqK/aMQ==",
  1269. "dev": true,
  1270. "license": "MIT",
  1271. "engines": {
  1272. "node": ">=18"
  1273. }
  1274. },
  1275. "node_modules/@inquirer/checkbox": {
  1276. "version": "4.3.2",
  1277. "resolved": "https://registry.npmmirror.com/@inquirer/checkbox/-/checkbox-4.3.2.tgz",
  1278. "integrity": "sha512-VXukHf0RR1doGe6Sm4F0Em7SWYLTHSsbGfJdS9Ja2bX5/D5uwVOEjr07cncLROdBvmnvCATYEWlHqYmXv2IlQA==",
  1279. "dev": true,
  1280. "license": "MIT",
  1281. "dependencies": {
  1282. "@inquirer/ansi": "^1.0.2",
  1283. "@inquirer/core": "^10.3.2",
  1284. "@inquirer/figures": "^1.0.15",
  1285. "@inquirer/type": "^3.0.10",
  1286. "yoctocolors-cjs": "^2.1.3"
  1287. },
  1288. "engines": {
  1289. "node": ">=18"
  1290. },
  1291. "peerDependencies": {
  1292. "@types/node": ">=18"
  1293. },
  1294. "peerDependenciesMeta": {
  1295. "@types/node": {
  1296. "optional": true
  1297. }
  1298. }
  1299. },
  1300. "node_modules/@inquirer/confirm": {
  1301. "version": "5.1.21",
  1302. "resolved": "https://registry.npmmirror.com/@inquirer/confirm/-/confirm-5.1.21.tgz",
  1303. "integrity": "sha512-KR8edRkIsUayMXV+o3Gv+q4jlhENF9nMYUZs9PA2HzrXeHI8M5uDag70U7RJn9yyiMZSbtF5/UexBtAVtZGSbQ==",
  1304. "dev": true,
  1305. "license": "MIT",
  1306. "dependencies": {
  1307. "@inquirer/core": "^10.3.2",
  1308. "@inquirer/type": "^3.0.10"
  1309. },
  1310. "engines": {
  1311. "node": ">=18"
  1312. },
  1313. "peerDependencies": {
  1314. "@types/node": ">=18"
  1315. },
  1316. "peerDependenciesMeta": {
  1317. "@types/node": {
  1318. "optional": true
  1319. }
  1320. }
  1321. },
  1322. "node_modules/@inquirer/core": {
  1323. "version": "10.3.2",
  1324. "resolved": "https://registry.npmmirror.com/@inquirer/core/-/core-10.3.2.tgz",
  1325. "integrity": "sha512-43RTuEbfP8MbKzedNqBrlhhNKVwoK//vUFNW3Q3vZ88BLcrs4kYpGg+B2mm5p2K/HfygoCxuKwJJiv8PbGmE0A==",
  1326. "dev": true,
  1327. "license": "MIT",
  1328. "dependencies": {
  1329. "@inquirer/ansi": "^1.0.2",
  1330. "@inquirer/figures": "^1.0.15",
  1331. "@inquirer/type": "^3.0.10",
  1332. "cli-width": "^4.1.0",
  1333. "mute-stream": "^2.0.0",
  1334. "signal-exit": "^4.1.0",
  1335. "wrap-ansi": "^6.2.0",
  1336. "yoctocolors-cjs": "^2.1.3"
  1337. },
  1338. "engines": {
  1339. "node": ">=18"
  1340. },
  1341. "peerDependencies": {
  1342. "@types/node": ">=18"
  1343. },
  1344. "peerDependenciesMeta": {
  1345. "@types/node": {
  1346. "optional": true
  1347. }
  1348. }
  1349. },
  1350. "node_modules/@inquirer/editor": {
  1351. "version": "4.2.23",
  1352. "resolved": "https://registry.npmmirror.com/@inquirer/editor/-/editor-4.2.23.tgz",
  1353. "integrity": "sha512-aLSROkEwirotxZ1pBaP8tugXRFCxW94gwrQLxXfrZsKkfjOYC1aRvAZuhpJOb5cu4IBTJdsCigUlf2iCOu4ZDQ==",
  1354. "dev": true,
  1355. "license": "MIT",
  1356. "dependencies": {
  1357. "@inquirer/core": "^10.3.2",
  1358. "@inquirer/external-editor": "^1.0.3",
  1359. "@inquirer/type": "^3.0.10"
  1360. },
  1361. "engines": {
  1362. "node": ">=18"
  1363. },
  1364. "peerDependencies": {
  1365. "@types/node": ">=18"
  1366. },
  1367. "peerDependenciesMeta": {
  1368. "@types/node": {
  1369. "optional": true
  1370. }
  1371. }
  1372. },
  1373. "node_modules/@inquirer/expand": {
  1374. "version": "4.0.23",
  1375. "resolved": "https://registry.npmmirror.com/@inquirer/expand/-/expand-4.0.23.tgz",
  1376. "integrity": "sha512-nRzdOyFYnpeYTTR2qFwEVmIWypzdAx/sIkCMeTNTcflFOovfqUk+HcFhQQVBftAh9gmGrpFj6QcGEqrDMDOiew==",
  1377. "dev": true,
  1378. "license": "MIT",
  1379. "dependencies": {
  1380. "@inquirer/core": "^10.3.2",
  1381. "@inquirer/type": "^3.0.10",
  1382. "yoctocolors-cjs": "^2.1.3"
  1383. },
  1384. "engines": {
  1385. "node": ">=18"
  1386. },
  1387. "peerDependencies": {
  1388. "@types/node": ">=18"
  1389. },
  1390. "peerDependenciesMeta": {
  1391. "@types/node": {
  1392. "optional": true
  1393. }
  1394. }
  1395. },
  1396. "node_modules/@inquirer/external-editor": {
  1397. "version": "1.0.3",
  1398. "resolved": "https://registry.npmmirror.com/@inquirer/external-editor/-/external-editor-1.0.3.tgz",
  1399. "integrity": "sha512-RWbSrDiYmO4LbejWY7ttpxczuwQyZLBUyygsA9Nsv95hpzUWwnNTVQmAq3xuh7vNwCp07UTmE5i11XAEExx4RA==",
  1400. "dev": true,
  1401. "license": "MIT",
  1402. "dependencies": {
  1403. "chardet": "^2.1.1",
  1404. "iconv-lite": "^0.7.0"
  1405. },
  1406. "engines": {
  1407. "node": ">=18"
  1408. },
  1409. "peerDependencies": {
  1410. "@types/node": ">=18"
  1411. },
  1412. "peerDependenciesMeta": {
  1413. "@types/node": {
  1414. "optional": true
  1415. }
  1416. }
  1417. },
  1418. "node_modules/@inquirer/figures": {
  1419. "version": "1.0.15",
  1420. "resolved": "https://registry.npmmirror.com/@inquirer/figures/-/figures-1.0.15.tgz",
  1421. "integrity": "sha512-t2IEY+unGHOzAaVM5Xx6DEWKeXlDDcNPeDyUpsRc6CUhBfU3VQOEl+Vssh7VNp1dR8MdUJBWhuObjXCsVpjN5g==",
  1422. "dev": true,
  1423. "license": "MIT",
  1424. "engines": {
  1425. "node": ">=18"
  1426. }
  1427. },
  1428. "node_modules/@inquirer/input": {
  1429. "version": "4.3.1",
  1430. "resolved": "https://registry.npmmirror.com/@inquirer/input/-/input-4.3.1.tgz",
  1431. "integrity": "sha512-kN0pAM4yPrLjJ1XJBjDxyfDduXOuQHrBB8aLDMueuwUGn+vNpF7Gq7TvyVxx8u4SHlFFj4trmj+a2cbpG4Jn1g==",
  1432. "dev": true,
  1433. "license": "MIT",
  1434. "dependencies": {
  1435. "@inquirer/core": "^10.3.2",
  1436. "@inquirer/type": "^3.0.10"
  1437. },
  1438. "engines": {
  1439. "node": ">=18"
  1440. },
  1441. "peerDependencies": {
  1442. "@types/node": ">=18"
  1443. },
  1444. "peerDependenciesMeta": {
  1445. "@types/node": {
  1446. "optional": true
  1447. }
  1448. }
  1449. },
  1450. "node_modules/@inquirer/number": {
  1451. "version": "3.0.23",
  1452. "resolved": "https://registry.npmmirror.com/@inquirer/number/-/number-3.0.23.tgz",
  1453. "integrity": "sha512-5Smv0OK7K0KUzUfYUXDXQc9jrf8OHo4ktlEayFlelCjwMXz0299Y8OrI+lj7i4gCBY15UObk76q0QtxjzFcFcg==",
  1454. "dev": true,
  1455. "license": "MIT",
  1456. "dependencies": {
  1457. "@inquirer/core": "^10.3.2",
  1458. "@inquirer/type": "^3.0.10"
  1459. },
  1460. "engines": {
  1461. "node": ">=18"
  1462. },
  1463. "peerDependencies": {
  1464. "@types/node": ">=18"
  1465. },
  1466. "peerDependenciesMeta": {
  1467. "@types/node": {
  1468. "optional": true
  1469. }
  1470. }
  1471. },
  1472. "node_modules/@inquirer/password": {
  1473. "version": "4.0.23",
  1474. "resolved": "https://registry.npmmirror.com/@inquirer/password/-/password-4.0.23.tgz",
  1475. "integrity": "sha512-zREJHjhT5vJBMZX/IUbyI9zVtVfOLiTO66MrF/3GFZYZ7T4YILW5MSkEYHceSii/KtRk+4i3RE7E1CUXA2jHcA==",
  1476. "dev": true,
  1477. "license": "MIT",
  1478. "dependencies": {
  1479. "@inquirer/ansi": "^1.0.2",
  1480. "@inquirer/core": "^10.3.2",
  1481. "@inquirer/type": "^3.0.10"
  1482. },
  1483. "engines": {
  1484. "node": ">=18"
  1485. },
  1486. "peerDependencies": {
  1487. "@types/node": ">=18"
  1488. },
  1489. "peerDependenciesMeta": {
  1490. "@types/node": {
  1491. "optional": true
  1492. }
  1493. }
  1494. },
  1495. "node_modules/@inquirer/prompts": {
  1496. "version": "7.10.1",
  1497. "resolved": "https://registry.npmmirror.com/@inquirer/prompts/-/prompts-7.10.1.tgz",
  1498. "integrity": "sha512-Dx/y9bCQcXLI5ooQ5KyvA4FTgeo2jYj/7plWfV5Ak5wDPKQZgudKez2ixyfz7tKXzcJciTxqLeK7R9HItwiByg==",
  1499. "dev": true,
  1500. "license": "MIT",
  1501. "dependencies": {
  1502. "@inquirer/checkbox": "^4.3.2",
  1503. "@inquirer/confirm": "^5.1.21",
  1504. "@inquirer/editor": "^4.2.23",
  1505. "@inquirer/expand": "^4.0.23",
  1506. "@inquirer/input": "^4.3.1",
  1507. "@inquirer/number": "^3.0.23",
  1508. "@inquirer/password": "^4.0.23",
  1509. "@inquirer/rawlist": "^4.1.11",
  1510. "@inquirer/search": "^3.2.2",
  1511. "@inquirer/select": "^4.4.2"
  1512. },
  1513. "engines": {
  1514. "node": ">=18"
  1515. },
  1516. "peerDependencies": {
  1517. "@types/node": ">=18"
  1518. },
  1519. "peerDependenciesMeta": {
  1520. "@types/node": {
  1521. "optional": true
  1522. }
  1523. }
  1524. },
  1525. "node_modules/@inquirer/rawlist": {
  1526. "version": "4.1.11",
  1527. "resolved": "https://registry.npmmirror.com/@inquirer/rawlist/-/rawlist-4.1.11.tgz",
  1528. "integrity": "sha512-+LLQB8XGr3I5LZN/GuAHo+GpDJegQwuPARLChlMICNdwW7OwV2izlCSCxN6cqpL0sMXmbKbFcItJgdQq5EBXTw==",
  1529. "dev": true,
  1530. "license": "MIT",
  1531. "dependencies": {
  1532. "@inquirer/core": "^10.3.2",
  1533. "@inquirer/type": "^3.0.10",
  1534. "yoctocolors-cjs": "^2.1.3"
  1535. },
  1536. "engines": {
  1537. "node": ">=18"
  1538. },
  1539. "peerDependencies": {
  1540. "@types/node": ">=18"
  1541. },
  1542. "peerDependenciesMeta": {
  1543. "@types/node": {
  1544. "optional": true
  1545. }
  1546. }
  1547. },
  1548. "node_modules/@inquirer/search": {
  1549. "version": "3.2.2",
  1550. "resolved": "https://registry.npmmirror.com/@inquirer/search/-/search-3.2.2.tgz",
  1551. "integrity": "sha512-p2bvRfENXCZdWF/U2BXvnSI9h+tuA8iNqtUKb9UWbmLYCRQxd8WkvwWvYn+3NgYaNwdUkHytJMGG4MMLucI1kA==",
  1552. "dev": true,
  1553. "license": "MIT",
  1554. "dependencies": {
  1555. "@inquirer/core": "^10.3.2",
  1556. "@inquirer/figures": "^1.0.15",
  1557. "@inquirer/type": "^3.0.10",
  1558. "yoctocolors-cjs": "^2.1.3"
  1559. },
  1560. "engines": {
  1561. "node": ">=18"
  1562. },
  1563. "peerDependencies": {
  1564. "@types/node": ">=18"
  1565. },
  1566. "peerDependenciesMeta": {
  1567. "@types/node": {
  1568. "optional": true
  1569. }
  1570. }
  1571. },
  1572. "node_modules/@inquirer/select": {
  1573. "version": "4.4.2",
  1574. "resolved": "https://registry.npmmirror.com/@inquirer/select/-/select-4.4.2.tgz",
  1575. "integrity": "sha512-l4xMuJo55MAe+N7Qr4rX90vypFwCajSakx59qe/tMaC1aEHWLyw68wF4o0A4SLAY4E0nd+Vt+EyskeDIqu1M6w==",
  1576. "dev": true,
  1577. "license": "MIT",
  1578. "dependencies": {
  1579. "@inquirer/ansi": "^1.0.2",
  1580. "@inquirer/core": "^10.3.2",
  1581. "@inquirer/figures": "^1.0.15",
  1582. "@inquirer/type": "^3.0.10",
  1583. "yoctocolors-cjs": "^2.1.3"
  1584. },
  1585. "engines": {
  1586. "node": ">=18"
  1587. },
  1588. "peerDependencies": {
  1589. "@types/node": ">=18"
  1590. },
  1591. "peerDependenciesMeta": {
  1592. "@types/node": {
  1593. "optional": true
  1594. }
  1595. }
  1596. },
  1597. "node_modules/@inquirer/type": {
  1598. "version": "3.0.10",
  1599. "resolved": "https://registry.npmmirror.com/@inquirer/type/-/type-3.0.10.tgz",
  1600. "integrity": "sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==",
  1601. "dev": true,
  1602. "license": "MIT",
  1603. "engines": {
  1604. "node": ">=18"
  1605. },
  1606. "peerDependencies": {
  1607. "@types/node": ">=18"
  1608. },
  1609. "peerDependenciesMeta": {
  1610. "@types/node": {
  1611. "optional": true
  1612. }
  1613. }
  1614. },
  1615. "node_modules/@ioredis/commands": {
  1616. "version": "1.5.1",
  1617. "resolved": "https://registry.npmmirror.com/@ioredis/commands/-/commands-1.5.1.tgz",
  1618. "integrity": "sha512-JH8ZL/ywcJyR9MmJ5BNqZllXNZQqQbnVZOqpPQqE1vHiFgAw4NHbvE0FOduNU8IX9babitBT46571OnPTT0Zcw==",
  1619. "license": "MIT"
  1620. },
  1621. "node_modules/@isaacs/cliui": {
  1622. "version": "8.0.2",
  1623. "resolved": "https://registry.npmmirror.com/@isaacs/cliui/-/cliui-8.0.2.tgz",
  1624. "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
  1625. "license": "ISC",
  1626. "dependencies": {
  1627. "string-width": "^5.1.2",
  1628. "string-width-cjs": "npm:string-width@^4.2.0",
  1629. "strip-ansi": "^7.0.1",
  1630. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  1631. "wrap-ansi": "^8.1.0",
  1632. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  1633. },
  1634. "engines": {
  1635. "node": ">=12"
  1636. }
  1637. },
  1638. "node_modules/@isaacs/cliui/node_modules/emoji-regex": {
  1639. "version": "9.2.2",
  1640. "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-9.2.2.tgz",
  1641. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
  1642. "license": "MIT"
  1643. },
  1644. "node_modules/@isaacs/cliui/node_modules/string-width": {
  1645. "version": "5.1.2",
  1646. "resolved": "https://registry.npmmirror.com/string-width/-/string-width-5.1.2.tgz",
  1647. "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
  1648. "license": "MIT",
  1649. "dependencies": {
  1650. "eastasianwidth": "^0.2.0",
  1651. "emoji-regex": "^9.2.2",
  1652. "strip-ansi": "^7.0.1"
  1653. },
  1654. "engines": {
  1655. "node": ">=12"
  1656. },
  1657. "funding": {
  1658. "url": "https://github.com/sponsors/sindresorhus"
  1659. }
  1660. },
  1661. "node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
  1662. "version": "8.1.0",
  1663. "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
  1664. "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
  1665. "license": "MIT",
  1666. "dependencies": {
  1667. "ansi-styles": "^6.1.0",
  1668. "string-width": "^5.0.1",
  1669. "strip-ansi": "^7.0.1"
  1670. },
  1671. "engines": {
  1672. "node": ">=12"
  1673. },
  1674. "funding": {
  1675. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  1676. }
  1677. },
  1678. "node_modules/@isaacs/fs-minipass": {
  1679. "version": "4.0.1",
  1680. "resolved": "https://registry.npmmirror.com/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz",
  1681. "integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==",
  1682. "license": "ISC",
  1683. "dependencies": {
  1684. "minipass": "^7.0.4"
  1685. },
  1686. "engines": {
  1687. "node": ">=18.0.0"
  1688. }
  1689. },
  1690. "node_modules/@jridgewell/gen-mapping": {
  1691. "version": "0.3.13",
  1692. "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  1693. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  1694. "license": "MIT",
  1695. "dependencies": {
  1696. "@jridgewell/sourcemap-codec": "^1.5.0",
  1697. "@jridgewell/trace-mapping": "^0.3.24"
  1698. }
  1699. },
  1700. "node_modules/@jridgewell/remapping": {
  1701. "version": "2.3.5",
  1702. "resolved": "https://registry.npmmirror.com/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  1703. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  1704. "license": "MIT",
  1705. "dependencies": {
  1706. "@jridgewell/gen-mapping": "^0.3.5",
  1707. "@jridgewell/trace-mapping": "^0.3.24"
  1708. }
  1709. },
  1710. "node_modules/@jridgewell/resolve-uri": {
  1711. "version": "3.1.2",
  1712. "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  1713. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  1714. "license": "MIT",
  1715. "engines": {
  1716. "node": ">=6.0.0"
  1717. }
  1718. },
  1719. "node_modules/@jridgewell/source-map": {
  1720. "version": "0.3.10",
  1721. "resolved": "https://registry.npmmirror.com/@jridgewell/source-map/-/source-map-0.3.10.tgz",
  1722. "integrity": "sha512-0pPkgz9dY+bijgistcTTJ5mR+ocqRXLuhXHYdzoMmmoJ2C9S46RCm2GMUbatPEUK9Yjy26IrAy8D/M00lLkv+Q==",
  1723. "license": "MIT",
  1724. "dependencies": {
  1725. "@jridgewell/gen-mapping": "^0.3.5",
  1726. "@jridgewell/trace-mapping": "^0.3.25"
  1727. }
  1728. },
  1729. "node_modules/@jridgewell/sourcemap-codec": {
  1730. "version": "1.5.5",
  1731. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  1732. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  1733. "license": "MIT"
  1734. },
  1735. "node_modules/@jridgewell/trace-mapping": {
  1736. "version": "0.3.31",
  1737. "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  1738. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  1739. "license": "MIT",
  1740. "dependencies": {
  1741. "@jridgewell/resolve-uri": "^3.1.0",
  1742. "@jridgewell/sourcemap-codec": "^1.4.14"
  1743. }
  1744. },
  1745. "node_modules/@kwsites/file-exists": {
  1746. "version": "1.1.1",
  1747. "resolved": "https://registry.npmmirror.com/@kwsites/file-exists/-/file-exists-1.1.1.tgz",
  1748. "integrity": "sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==",
  1749. "license": "MIT",
  1750. "dependencies": {
  1751. "debug": "^4.1.1"
  1752. }
  1753. },
  1754. "node_modules/@kwsites/promise-deferred": {
  1755. "version": "1.1.1",
  1756. "resolved": "https://registry.npmmirror.com/@kwsites/promise-deferred/-/promise-deferred-1.1.1.tgz",
  1757. "integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==",
  1758. "license": "MIT"
  1759. },
  1760. "node_modules/@mapbox/node-pre-gyp": {
  1761. "version": "2.0.3",
  1762. "resolved": "https://registry.npmmirror.com/@mapbox/node-pre-gyp/-/node-pre-gyp-2.0.3.tgz",
  1763. "integrity": "sha512-uwPAhccfFJlsfCxMYTwOdVfOz3xqyj8xYL3zJj8f0pb30tLohnnFPhLuqp4/qoEz8sNxe4SESZedcBojRefIzg==",
  1764. "license": "BSD-3-Clause",
  1765. "dependencies": {
  1766. "consola": "^3.2.3",
  1767. "detect-libc": "^2.0.0",
  1768. "https-proxy-agent": "^7.0.5",
  1769. "node-fetch": "^2.6.7",
  1770. "nopt": "^8.0.0",
  1771. "semver": "^7.5.3",
  1772. "tar": "^7.4.0"
  1773. },
  1774. "bin": {
  1775. "node-pre-gyp": "bin/node-pre-gyp"
  1776. },
  1777. "engines": {
  1778. "node": ">=18"
  1779. }
  1780. },
  1781. "node_modules/@mapbox/node-pre-gyp/node_modules/detect-libc": {
  1782. "version": "2.1.2",
  1783. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.1.2.tgz",
  1784. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  1785. "license": "Apache-2.0",
  1786. "engines": {
  1787. "node": ">=8"
  1788. }
  1789. },
  1790. "node_modules/@mapbox/node-pre-gyp/node_modules/semver": {
  1791. "version": "7.7.4",
  1792. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.4.tgz",
  1793. "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
  1794. "license": "ISC",
  1795. "bin": {
  1796. "semver": "bin/semver.js"
  1797. },
  1798. "engines": {
  1799. "node": ">=10"
  1800. }
  1801. },
  1802. "node_modules/@math.gl/core": {
  1803. "version": "3.6.3",
  1804. "resolved": "https://registry.npmmirror.com/@math.gl/core/-/core-3.6.3.tgz",
  1805. "integrity": "sha512-jBABmDkj5uuuE0dTDmwwss7Cup5ZwQ6Qb7h1pgvtkEutTrhkcv8SuItQNXmF45494yIHeoGue08NlyeY6wxq2A==",
  1806. "license": "MIT",
  1807. "dependencies": {
  1808. "@babel/runtime": "^7.12.0",
  1809. "@math.gl/types": "3.6.3",
  1810. "gl-matrix": "^3.4.0"
  1811. }
  1812. },
  1813. "node_modules/@math.gl/types": {
  1814. "version": "3.6.3",
  1815. "resolved": "https://registry.npmmirror.com/@math.gl/types/-/types-3.6.3.tgz",
  1816. "integrity": "sha512-3uWLVXHY3jQxsXCr/UCNPSc2BG0hNUljhmOBt9l+lNFDp7zHgm0cK2Tw4kj2XfkJy4TgwZTBGwRDQgWEbLbdTA==",
  1817. "license": "MIT"
  1818. },
  1819. "node_modules/@napi-rs/wasm-runtime": {
  1820. "version": "1.1.1",
  1821. "resolved": "https://registry.npmmirror.com/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.1.tgz",
  1822. "integrity": "sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A==",
  1823. "license": "MIT",
  1824. "optional": true,
  1825. "dependencies": {
  1826. "@emnapi/core": "^1.7.1",
  1827. "@emnapi/runtime": "^1.7.1",
  1828. "@tybys/wasm-util": "^0.10.1"
  1829. },
  1830. "funding": {
  1831. "type": "github",
  1832. "url": "https://github.com/sponsors/Brooooooklyn"
  1833. }
  1834. },
  1835. "node_modules/@nodelib/fs.scandir": {
  1836. "version": "2.1.5",
  1837. "resolved": "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  1838. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  1839. "license": "MIT",
  1840. "dependencies": {
  1841. "@nodelib/fs.stat": "2.0.5",
  1842. "run-parallel": "^1.1.9"
  1843. },
  1844. "engines": {
  1845. "node": ">= 8"
  1846. }
  1847. },
  1848. "node_modules/@nodelib/fs.stat": {
  1849. "version": "2.0.5",
  1850. "resolved": "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  1851. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  1852. "license": "MIT",
  1853. "engines": {
  1854. "node": ">= 8"
  1855. }
  1856. },
  1857. "node_modules/@nodelib/fs.walk": {
  1858. "version": "1.2.8",
  1859. "resolved": "https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  1860. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  1861. "license": "MIT",
  1862. "dependencies": {
  1863. "@nodelib/fs.scandir": "2.1.5",
  1864. "fastq": "^1.6.0"
  1865. },
  1866. "engines": {
  1867. "node": ">= 8"
  1868. }
  1869. },
  1870. "node_modules/@nuxt/cli": {
  1871. "version": "3.33.1",
  1872. "resolved": "https://registry.npmmirror.com/@nuxt/cli/-/cli-3.33.1.tgz",
  1873. "integrity": "sha512-/sCrcI0WemING9zASaXPgPDY7PrQTPlRyCXlSgGx8VwRAkWbxGaPhIc3kZQikgLwVAwy+muWVV4Wks8OTtW5Tw==",
  1874. "license": "MIT",
  1875. "dependencies": {
  1876. "@bomb.sh/tab": "^0.0.12",
  1877. "@clack/prompts": "^1.0.0",
  1878. "c12": "^3.3.3",
  1879. "citty": "^0.2.0",
  1880. "confbox": "^0.2.4",
  1881. "consola": "^3.4.2",
  1882. "copy-paste": "^2.2.0",
  1883. "debug": "^4.4.3",
  1884. "defu": "^6.1.4",
  1885. "exsolve": "^1.0.8",
  1886. "fuse.js": "^7.1.0",
  1887. "fzf": "^0.5.2",
  1888. "giget": "^3.1.2",
  1889. "jiti": "^2.6.1",
  1890. "listhen": "^1.9.0",
  1891. "nypm": "^0.6.5",
  1892. "ofetch": "^1.5.1",
  1893. "ohash": "^2.0.11",
  1894. "pathe": "^2.0.3",
  1895. "perfect-debounce": "^2.1.0",
  1896. "pkg-types": "^2.3.0",
  1897. "scule": "^1.3.0",
  1898. "semver": "^7.7.4",
  1899. "srvx": "^0.11.2",
  1900. "std-env": "^3.10.0",
  1901. "tinyexec": "^1.0.2",
  1902. "ufo": "^1.6.3",
  1903. "youch": "^4.1.0-beta.13"
  1904. },
  1905. "bin": {
  1906. "nuxi": "bin/nuxi.mjs",
  1907. "nuxi-ng": "bin/nuxi.mjs",
  1908. "nuxt": "bin/nuxi.mjs",
  1909. "nuxt-cli": "bin/nuxi.mjs"
  1910. },
  1911. "engines": {
  1912. "node": "^16.10.0 || >=18.0.0"
  1913. },
  1914. "peerDependencies": {
  1915. "@nuxt/schema": "^4.3.0"
  1916. },
  1917. "peerDependenciesMeta": {
  1918. "@nuxt/schema": {
  1919. "optional": true
  1920. }
  1921. }
  1922. },
  1923. "node_modules/@nuxt/cli/node_modules/@bomb.sh/tab": {
  1924. "version": "0.0.12",
  1925. "resolved": "https://registry.npmmirror.com/@bomb.sh/tab/-/tab-0.0.12.tgz",
  1926. "integrity": "sha512-dYRwg4MqfHR5/BcTy285XOGRhjQFmNpaJBZ0tl2oU+RY595MQ5ApTF6j3OvauPAooHL6cfoOZMySQrOQztT8RQ==",
  1927. "license": "MIT",
  1928. "bin": {
  1929. "tab": "dist/bin/cli.js"
  1930. },
  1931. "peerDependencies": {
  1932. "cac": "^6.7.14",
  1933. "citty": "^0.1.6",
  1934. "commander": "^13.1.0"
  1935. },
  1936. "peerDependenciesMeta": {
  1937. "cac": {
  1938. "optional": true
  1939. },
  1940. "citty": {
  1941. "optional": true
  1942. },
  1943. "commander": {
  1944. "optional": true
  1945. }
  1946. }
  1947. },
  1948. "node_modules/@nuxt/cli/node_modules/citty": {
  1949. "version": "0.2.1",
  1950. "resolved": "https://registry.npmmirror.com/citty/-/citty-0.2.1.tgz",
  1951. "integrity": "sha512-kEV95lFBhQgtogAPlQfJJ0WGVSokvLr/UEoFPiKKOXF7pl98HfUVUD0ejsuTCld/9xH9vogSywZ5KqHzXrZpqg==",
  1952. "license": "MIT"
  1953. },
  1954. "node_modules/@nuxt/cli/node_modules/commander": {
  1955. "version": "13.1.0",
  1956. "resolved": "https://registry.npmmirror.com/commander/-/commander-13.1.0.tgz",
  1957. "integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==",
  1958. "license": "MIT",
  1959. "optional": true,
  1960. "peer": true,
  1961. "engines": {
  1962. "node": ">=18"
  1963. }
  1964. },
  1965. "node_modules/@nuxt/cli/node_modules/giget": {
  1966. "version": "3.1.2",
  1967. "resolved": "https://registry.npmmirror.com/giget/-/giget-3.1.2.tgz",
  1968. "integrity": "sha512-T2qUpKBHeUTwHcIhydgnJzhL0Hj785ms+JkxaaWQH9SDM/llXeewnOkfJcFShAHjWI+26hOChwUfCoupaXLm8g==",
  1969. "license": "MIT",
  1970. "bin": {
  1971. "giget": "dist/cli.mjs"
  1972. }
  1973. },
  1974. "node_modules/@nuxt/cli/node_modules/perfect-debounce": {
  1975. "version": "2.1.0",
  1976. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-2.1.0.tgz",
  1977. "integrity": "sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==",
  1978. "license": "MIT"
  1979. },
  1980. "node_modules/@nuxt/cli/node_modules/semver": {
  1981. "version": "7.7.4",
  1982. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.4.tgz",
  1983. "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
  1984. "license": "ISC",
  1985. "bin": {
  1986. "semver": "bin/semver.js"
  1987. },
  1988. "engines": {
  1989. "node": ">=10"
  1990. }
  1991. },
  1992. "node_modules/@nuxt/devalue": {
  1993. "version": "2.0.2",
  1994. "resolved": "https://registry.npmmirror.com/@nuxt/devalue/-/devalue-2.0.2.tgz",
  1995. "integrity": "sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA==",
  1996. "license": "MIT"
  1997. },
  1998. "node_modules/@nuxt/devtools": {
  1999. "version": "3.2.2",
  2000. "resolved": "https://registry.npmmirror.com/@nuxt/devtools/-/devtools-3.2.2.tgz",
  2001. "integrity": "sha512-b6roSuKed5XMg09oWejXb4bRG+iYPDFRHEP2HpAfwpFWgAhpiQIAdrdjZNt4f/pzbfhDqb1R5TSa1KmztOuMKw==",
  2002. "license": "MIT",
  2003. "dependencies": {
  2004. "@nuxt/devtools-kit": "3.2.2",
  2005. "@nuxt/devtools-wizard": "3.2.2",
  2006. "@nuxt/kit": "^4.3.1",
  2007. "@vue/devtools-core": "^8.0.6",
  2008. "@vue/devtools-kit": "^8.0.6",
  2009. "birpc": "^4.0.0",
  2010. "consola": "^3.4.2",
  2011. "destr": "^2.0.5",
  2012. "error-stack-parser-es": "^1.0.5",
  2013. "execa": "^8.0.1",
  2014. "fast-npm-meta": "^1.2.1",
  2015. "get-port-please": "^3.2.0",
  2016. "hookable": "^6.0.1",
  2017. "image-meta": "^0.2.2",
  2018. "is-installed-globally": "^1.0.0",
  2019. "launch-editor": "^2.13.0",
  2020. "local-pkg": "^1.1.2",
  2021. "magicast": "^0.5.2",
  2022. "nypm": "^0.6.5",
  2023. "ohash": "^2.0.11",
  2024. "pathe": "^2.0.3",
  2025. "perfect-debounce": "^2.1.0",
  2026. "pkg-types": "^2.3.0",
  2027. "semver": "^7.7.4",
  2028. "simple-git": "^3.32.2",
  2029. "sirv": "^3.0.2",
  2030. "structured-clone-es": "^1.0.0",
  2031. "tinyglobby": "^0.2.15",
  2032. "vite-plugin-inspect": "^11.3.3",
  2033. "vite-plugin-vue-tracer": "^1.2.0",
  2034. "which": "^5.0.0",
  2035. "ws": "^8.19.0"
  2036. },
  2037. "bin": {
  2038. "devtools": "cli.mjs"
  2039. },
  2040. "peerDependencies": {
  2041. "@vitejs/devtools": "*",
  2042. "vite": ">=6.0"
  2043. },
  2044. "peerDependenciesMeta": {
  2045. "@vitejs/devtools": {
  2046. "optional": true
  2047. }
  2048. }
  2049. },
  2050. "node_modules/@nuxt/devtools-kit": {
  2051. "version": "3.2.2",
  2052. "resolved": "https://registry.npmmirror.com/@nuxt/devtools-kit/-/devtools-kit-3.2.2.tgz",
  2053. "integrity": "sha512-07E1phqoVPNlexlkrYuOMPhTzLIRjcl9iEqyc/vZLH2zWeH/T1X3v+RLTVW5Oio40f/XBp9yQuyihmX34ddjgQ==",
  2054. "license": "MIT",
  2055. "dependencies": {
  2056. "@nuxt/kit": "^4.3.1",
  2057. "execa": "^8.0.1"
  2058. },
  2059. "peerDependencies": {
  2060. "vite": ">=6.0"
  2061. }
  2062. },
  2063. "node_modules/@nuxt/devtools-kit/node_modules/@nuxt/kit": {
  2064. "version": "4.3.1",
  2065. "resolved": "https://registry.npmmirror.com/@nuxt/kit/-/kit-4.3.1.tgz",
  2066. "integrity": "sha512-UjBFt72dnpc+83BV3OIbCT0YHLevJtgJCHpxMX0YRKWLDhhbcDdUse87GtsQBrjvOzK7WUNUYLDS/hQLYev5rA==",
  2067. "license": "MIT",
  2068. "dependencies": {
  2069. "c12": "^3.3.3",
  2070. "consola": "^3.4.2",
  2071. "defu": "^6.1.4",
  2072. "destr": "^2.0.5",
  2073. "errx": "^0.1.0",
  2074. "exsolve": "^1.0.8",
  2075. "ignore": "^7.0.5",
  2076. "jiti": "^2.6.1",
  2077. "klona": "^2.0.6",
  2078. "mlly": "^1.8.0",
  2079. "ohash": "^2.0.11",
  2080. "pathe": "^2.0.3",
  2081. "pkg-types": "^2.3.0",
  2082. "rc9": "^3.0.0",
  2083. "scule": "^1.3.0",
  2084. "semver": "^7.7.4",
  2085. "tinyglobby": "^0.2.15",
  2086. "ufo": "^1.6.3",
  2087. "unctx": "^2.5.0",
  2088. "untyped": "^2.0.0"
  2089. },
  2090. "engines": {
  2091. "node": ">=18.12.0"
  2092. }
  2093. },
  2094. "node_modules/@nuxt/devtools-kit/node_modules/execa": {
  2095. "version": "8.0.1",
  2096. "resolved": "https://registry.npmmirror.com/execa/-/execa-8.0.1.tgz",
  2097. "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
  2098. "license": "MIT",
  2099. "dependencies": {
  2100. "cross-spawn": "^7.0.3",
  2101. "get-stream": "^8.0.1",
  2102. "human-signals": "^5.0.0",
  2103. "is-stream": "^3.0.0",
  2104. "merge-stream": "^2.0.0",
  2105. "npm-run-path": "^5.1.0",
  2106. "onetime": "^6.0.0",
  2107. "signal-exit": "^4.1.0",
  2108. "strip-final-newline": "^3.0.0"
  2109. },
  2110. "engines": {
  2111. "node": ">=16.17"
  2112. },
  2113. "funding": {
  2114. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  2115. }
  2116. },
  2117. "node_modules/@nuxt/devtools-kit/node_modules/get-stream": {
  2118. "version": "8.0.1",
  2119. "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-8.0.1.tgz",
  2120. "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
  2121. "license": "MIT",
  2122. "engines": {
  2123. "node": ">=16"
  2124. },
  2125. "funding": {
  2126. "url": "https://github.com/sponsors/sindresorhus"
  2127. }
  2128. },
  2129. "node_modules/@nuxt/devtools-kit/node_modules/human-signals": {
  2130. "version": "5.0.0",
  2131. "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-5.0.0.tgz",
  2132. "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
  2133. "license": "Apache-2.0",
  2134. "engines": {
  2135. "node": ">=16.17.0"
  2136. }
  2137. },
  2138. "node_modules/@nuxt/devtools-kit/node_modules/is-stream": {
  2139. "version": "3.0.0",
  2140. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-3.0.0.tgz",
  2141. "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
  2142. "license": "MIT",
  2143. "engines": {
  2144. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  2145. },
  2146. "funding": {
  2147. "url": "https://github.com/sponsors/sindresorhus"
  2148. }
  2149. },
  2150. "node_modules/@nuxt/devtools-kit/node_modules/npm-run-path": {
  2151. "version": "5.3.0",
  2152. "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-5.3.0.tgz",
  2153. "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
  2154. "license": "MIT",
  2155. "dependencies": {
  2156. "path-key": "^4.0.0"
  2157. },
  2158. "engines": {
  2159. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  2160. },
  2161. "funding": {
  2162. "url": "https://github.com/sponsors/sindresorhus"
  2163. }
  2164. },
  2165. "node_modules/@nuxt/devtools-kit/node_modules/path-key": {
  2166. "version": "4.0.0",
  2167. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-4.0.0.tgz",
  2168. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  2169. "license": "MIT",
  2170. "engines": {
  2171. "node": ">=12"
  2172. },
  2173. "funding": {
  2174. "url": "https://github.com/sponsors/sindresorhus"
  2175. }
  2176. },
  2177. "node_modules/@nuxt/devtools-kit/node_modules/rc9": {
  2178. "version": "3.0.0",
  2179. "resolved": "https://registry.npmmirror.com/rc9/-/rc9-3.0.0.tgz",
  2180. "integrity": "sha512-MGOue0VqscKWQ104udASX/3GYDcKyPI4j4F8gu/jHHzglpmy9a/anZK3PNe8ug6aZFl+9GxLtdhe3kVZuMaQbA==",
  2181. "license": "MIT",
  2182. "dependencies": {
  2183. "defu": "^6.1.4",
  2184. "destr": "^2.0.5"
  2185. }
  2186. },
  2187. "node_modules/@nuxt/devtools-kit/node_modules/semver": {
  2188. "version": "7.7.4",
  2189. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.4.tgz",
  2190. "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
  2191. "license": "ISC",
  2192. "bin": {
  2193. "semver": "bin/semver.js"
  2194. },
  2195. "engines": {
  2196. "node": ">=10"
  2197. }
  2198. },
  2199. "node_modules/@nuxt/devtools-kit/node_modules/strip-final-newline": {
  2200. "version": "3.0.0",
  2201. "resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
  2202. "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
  2203. "license": "MIT",
  2204. "engines": {
  2205. "node": ">=12"
  2206. },
  2207. "funding": {
  2208. "url": "https://github.com/sponsors/sindresorhus"
  2209. }
  2210. },
  2211. "node_modules/@nuxt/devtools-wizard": {
  2212. "version": "3.2.2",
  2213. "resolved": "https://registry.npmmirror.com/@nuxt/devtools-wizard/-/devtools-wizard-3.2.2.tgz",
  2214. "integrity": "sha512-FaKV3xZF+Sj2ORxJNWTUalnEV8cpXW2rkg60KzQd7LryEHgUdFMuY/oTSVh9YmURqSzwVlfYd1Su56yi02pxlA==",
  2215. "license": "MIT",
  2216. "dependencies": {
  2217. "@clack/prompts": "^1.0.1",
  2218. "consola": "^3.4.2",
  2219. "diff": "^8.0.3",
  2220. "execa": "^8.0.1",
  2221. "magicast": "^0.5.2",
  2222. "pathe": "^2.0.3",
  2223. "pkg-types": "^2.3.0",
  2224. "semver": "^7.7.4"
  2225. },
  2226. "bin": {
  2227. "devtools-wizard": "cli.mjs"
  2228. }
  2229. },
  2230. "node_modules/@nuxt/devtools-wizard/node_modules/execa": {
  2231. "version": "8.0.1",
  2232. "resolved": "https://registry.npmmirror.com/execa/-/execa-8.0.1.tgz",
  2233. "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
  2234. "license": "MIT",
  2235. "dependencies": {
  2236. "cross-spawn": "^7.0.3",
  2237. "get-stream": "^8.0.1",
  2238. "human-signals": "^5.0.0",
  2239. "is-stream": "^3.0.0",
  2240. "merge-stream": "^2.0.0",
  2241. "npm-run-path": "^5.1.0",
  2242. "onetime": "^6.0.0",
  2243. "signal-exit": "^4.1.0",
  2244. "strip-final-newline": "^3.0.0"
  2245. },
  2246. "engines": {
  2247. "node": ">=16.17"
  2248. },
  2249. "funding": {
  2250. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  2251. }
  2252. },
  2253. "node_modules/@nuxt/devtools-wizard/node_modules/get-stream": {
  2254. "version": "8.0.1",
  2255. "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-8.0.1.tgz",
  2256. "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
  2257. "license": "MIT",
  2258. "engines": {
  2259. "node": ">=16"
  2260. },
  2261. "funding": {
  2262. "url": "https://github.com/sponsors/sindresorhus"
  2263. }
  2264. },
  2265. "node_modules/@nuxt/devtools-wizard/node_modules/human-signals": {
  2266. "version": "5.0.0",
  2267. "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-5.0.0.tgz",
  2268. "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
  2269. "license": "Apache-2.0",
  2270. "engines": {
  2271. "node": ">=16.17.0"
  2272. }
  2273. },
  2274. "node_modules/@nuxt/devtools-wizard/node_modules/is-stream": {
  2275. "version": "3.0.0",
  2276. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-3.0.0.tgz",
  2277. "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
  2278. "license": "MIT",
  2279. "engines": {
  2280. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  2281. },
  2282. "funding": {
  2283. "url": "https://github.com/sponsors/sindresorhus"
  2284. }
  2285. },
  2286. "node_modules/@nuxt/devtools-wizard/node_modules/npm-run-path": {
  2287. "version": "5.3.0",
  2288. "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-5.3.0.tgz",
  2289. "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
  2290. "license": "MIT",
  2291. "dependencies": {
  2292. "path-key": "^4.0.0"
  2293. },
  2294. "engines": {
  2295. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  2296. },
  2297. "funding": {
  2298. "url": "https://github.com/sponsors/sindresorhus"
  2299. }
  2300. },
  2301. "node_modules/@nuxt/devtools-wizard/node_modules/path-key": {
  2302. "version": "4.0.0",
  2303. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-4.0.0.tgz",
  2304. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  2305. "license": "MIT",
  2306. "engines": {
  2307. "node": ">=12"
  2308. },
  2309. "funding": {
  2310. "url": "https://github.com/sponsors/sindresorhus"
  2311. }
  2312. },
  2313. "node_modules/@nuxt/devtools-wizard/node_modules/semver": {
  2314. "version": "7.7.4",
  2315. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.4.tgz",
  2316. "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
  2317. "license": "ISC",
  2318. "bin": {
  2319. "semver": "bin/semver.js"
  2320. },
  2321. "engines": {
  2322. "node": ">=10"
  2323. }
  2324. },
  2325. "node_modules/@nuxt/devtools-wizard/node_modules/strip-final-newline": {
  2326. "version": "3.0.0",
  2327. "resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
  2328. "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
  2329. "license": "MIT",
  2330. "engines": {
  2331. "node": ">=12"
  2332. },
  2333. "funding": {
  2334. "url": "https://github.com/sponsors/sindresorhus"
  2335. }
  2336. },
  2337. "node_modules/@nuxt/devtools/node_modules/@nuxt/kit": {
  2338. "version": "4.3.1",
  2339. "resolved": "https://registry.npmmirror.com/@nuxt/kit/-/kit-4.3.1.tgz",
  2340. "integrity": "sha512-UjBFt72dnpc+83BV3OIbCT0YHLevJtgJCHpxMX0YRKWLDhhbcDdUse87GtsQBrjvOzK7WUNUYLDS/hQLYev5rA==",
  2341. "license": "MIT",
  2342. "dependencies": {
  2343. "c12": "^3.3.3",
  2344. "consola": "^3.4.2",
  2345. "defu": "^6.1.4",
  2346. "destr": "^2.0.5",
  2347. "errx": "^0.1.0",
  2348. "exsolve": "^1.0.8",
  2349. "ignore": "^7.0.5",
  2350. "jiti": "^2.6.1",
  2351. "klona": "^2.0.6",
  2352. "mlly": "^1.8.0",
  2353. "ohash": "^2.0.11",
  2354. "pathe": "^2.0.3",
  2355. "pkg-types": "^2.3.0",
  2356. "rc9": "^3.0.0",
  2357. "scule": "^1.3.0",
  2358. "semver": "^7.7.4",
  2359. "tinyglobby": "^0.2.15",
  2360. "ufo": "^1.6.3",
  2361. "unctx": "^2.5.0",
  2362. "untyped": "^2.0.0"
  2363. },
  2364. "engines": {
  2365. "node": ">=18.12.0"
  2366. }
  2367. },
  2368. "node_modules/@nuxt/devtools/node_modules/@vue/devtools-core": {
  2369. "version": "8.0.7",
  2370. "resolved": "https://registry.npmmirror.com/@vue/devtools-core/-/devtools-core-8.0.7.tgz",
  2371. "integrity": "sha512-PmpiPxvg3Of80ODHVvyckxwEW1Z02VIAvARIZS1xegINn3VuNQLm9iHUmKD+o6cLkMNWV8OG8x7zo0kgydZgdg==",
  2372. "license": "MIT",
  2373. "dependencies": {
  2374. "@vue/devtools-kit": "^8.0.7",
  2375. "@vue/devtools-shared": "^8.0.7"
  2376. },
  2377. "peerDependencies": {
  2378. "vue": "^3.0.0"
  2379. }
  2380. },
  2381. "node_modules/@nuxt/devtools/node_modules/@vue/devtools-kit": {
  2382. "version": "8.0.7",
  2383. "resolved": "https://registry.npmmirror.com/@vue/devtools-kit/-/devtools-kit-8.0.7.tgz",
  2384. "integrity": "sha512-H6esJGHGl5q0E9iV3m2EoBQHJ+V83WMW83A0/+Fn95eZ2iIvdsq4+UCS6yT/Fdd4cGZSchx/MdWDreM3WqMsDw==",
  2385. "license": "MIT",
  2386. "dependencies": {
  2387. "@vue/devtools-shared": "^8.0.7",
  2388. "birpc": "^2.6.1",
  2389. "hookable": "^5.5.3",
  2390. "perfect-debounce": "^2.0.0"
  2391. }
  2392. },
  2393. "node_modules/@nuxt/devtools/node_modules/@vue/devtools-kit/node_modules/birpc": {
  2394. "version": "2.9.0",
  2395. "resolved": "https://registry.npmmirror.com/birpc/-/birpc-2.9.0.tgz",
  2396. "integrity": "sha512-KrayHS5pBi69Xi9JmvoqrIgYGDkD6mcSe/i6YKi3w5kekCLzrX4+nawcXqrj2tIp50Kw/mT/s3p+GVK0A0sKxw==",
  2397. "license": "MIT",
  2398. "funding": {
  2399. "url": "https://github.com/sponsors/antfu"
  2400. }
  2401. },
  2402. "node_modules/@nuxt/devtools/node_modules/@vue/devtools-kit/node_modules/hookable": {
  2403. "version": "5.5.3",
  2404. "resolved": "https://registry.npmmirror.com/hookable/-/hookable-5.5.3.tgz",
  2405. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
  2406. "license": "MIT"
  2407. },
  2408. "node_modules/@nuxt/devtools/node_modules/@vue/devtools-shared": {
  2409. "version": "8.0.7",
  2410. "resolved": "https://registry.npmmirror.com/@vue/devtools-shared/-/devtools-shared-8.0.7.tgz",
  2411. "integrity": "sha512-CgAb9oJH5NUmbQRdYDj/1zMiaICYSLtm+B1kxcP72LBrifGAjUmt8bx52dDH1gWRPlQgxGPqpAMKavzVirAEhA==",
  2412. "license": "MIT"
  2413. },
  2414. "node_modules/@nuxt/devtools/node_modules/birpc": {
  2415. "version": "4.0.0",
  2416. "resolved": "https://registry.npmmirror.com/birpc/-/birpc-4.0.0.tgz",
  2417. "integrity": "sha512-LShSxJP0KTmd101b6DRyGBj57LZxSDYWKitQNW/mi8GRMvZb078Uf9+pveax1DrVL89vm7mWe+TovdI/UDOuPw==",
  2418. "license": "MIT",
  2419. "funding": {
  2420. "url": "https://github.com/sponsors/antfu"
  2421. }
  2422. },
  2423. "node_modules/@nuxt/devtools/node_modules/error-stack-parser-es": {
  2424. "version": "1.0.5",
  2425. "resolved": "https://registry.npmmirror.com/error-stack-parser-es/-/error-stack-parser-es-1.0.5.tgz",
  2426. "integrity": "sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==",
  2427. "license": "MIT",
  2428. "funding": {
  2429. "url": "https://github.com/sponsors/antfu"
  2430. }
  2431. },
  2432. "node_modules/@nuxt/devtools/node_modules/execa": {
  2433. "version": "8.0.1",
  2434. "resolved": "https://registry.npmmirror.com/execa/-/execa-8.0.1.tgz",
  2435. "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
  2436. "license": "MIT",
  2437. "dependencies": {
  2438. "cross-spawn": "^7.0.3",
  2439. "get-stream": "^8.0.1",
  2440. "human-signals": "^5.0.0",
  2441. "is-stream": "^3.0.0",
  2442. "merge-stream": "^2.0.0",
  2443. "npm-run-path": "^5.1.0",
  2444. "onetime": "^6.0.0",
  2445. "signal-exit": "^4.1.0",
  2446. "strip-final-newline": "^3.0.0"
  2447. },
  2448. "engines": {
  2449. "node": ">=16.17"
  2450. },
  2451. "funding": {
  2452. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  2453. }
  2454. },
  2455. "node_modules/@nuxt/devtools/node_modules/get-stream": {
  2456. "version": "8.0.1",
  2457. "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-8.0.1.tgz",
  2458. "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
  2459. "license": "MIT",
  2460. "engines": {
  2461. "node": ">=16"
  2462. },
  2463. "funding": {
  2464. "url": "https://github.com/sponsors/sindresorhus"
  2465. }
  2466. },
  2467. "node_modules/@nuxt/devtools/node_modules/hookable": {
  2468. "version": "6.0.1",
  2469. "resolved": "https://registry.npmmirror.com/hookable/-/hookable-6.0.1.tgz",
  2470. "integrity": "sha512-uKGyY8BuzN/a5gvzvA+3FVWo0+wUjgtfSdnmjtrOVwQCZPHpHDH2WRO3VZSOeluYrHoDCiXFffZXs8Dj1ULWtw==",
  2471. "license": "MIT"
  2472. },
  2473. "node_modules/@nuxt/devtools/node_modules/human-signals": {
  2474. "version": "5.0.0",
  2475. "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-5.0.0.tgz",
  2476. "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
  2477. "license": "Apache-2.0",
  2478. "engines": {
  2479. "node": ">=16.17.0"
  2480. }
  2481. },
  2482. "node_modules/@nuxt/devtools/node_modules/is-stream": {
  2483. "version": "3.0.0",
  2484. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-3.0.0.tgz",
  2485. "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
  2486. "license": "MIT",
  2487. "engines": {
  2488. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  2489. },
  2490. "funding": {
  2491. "url": "https://github.com/sponsors/sindresorhus"
  2492. }
  2493. },
  2494. "node_modules/@nuxt/devtools/node_modules/npm-run-path": {
  2495. "version": "5.3.0",
  2496. "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-5.3.0.tgz",
  2497. "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
  2498. "license": "MIT",
  2499. "dependencies": {
  2500. "path-key": "^4.0.0"
  2501. },
  2502. "engines": {
  2503. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  2504. },
  2505. "funding": {
  2506. "url": "https://github.com/sponsors/sindresorhus"
  2507. }
  2508. },
  2509. "node_modules/@nuxt/devtools/node_modules/path-key": {
  2510. "version": "4.0.0",
  2511. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-4.0.0.tgz",
  2512. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  2513. "license": "MIT",
  2514. "engines": {
  2515. "node": ">=12"
  2516. },
  2517. "funding": {
  2518. "url": "https://github.com/sponsors/sindresorhus"
  2519. }
  2520. },
  2521. "node_modules/@nuxt/devtools/node_modules/perfect-debounce": {
  2522. "version": "2.1.0",
  2523. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-2.1.0.tgz",
  2524. "integrity": "sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==",
  2525. "license": "MIT"
  2526. },
  2527. "node_modules/@nuxt/devtools/node_modules/rc9": {
  2528. "version": "3.0.0",
  2529. "resolved": "https://registry.npmmirror.com/rc9/-/rc9-3.0.0.tgz",
  2530. "integrity": "sha512-MGOue0VqscKWQ104udASX/3GYDcKyPI4j4F8gu/jHHzglpmy9a/anZK3PNe8ug6aZFl+9GxLtdhe3kVZuMaQbA==",
  2531. "license": "MIT",
  2532. "dependencies": {
  2533. "defu": "^6.1.4",
  2534. "destr": "^2.0.5"
  2535. }
  2536. },
  2537. "node_modules/@nuxt/devtools/node_modules/semver": {
  2538. "version": "7.7.4",
  2539. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.4.tgz",
  2540. "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
  2541. "license": "ISC",
  2542. "bin": {
  2543. "semver": "bin/semver.js"
  2544. },
  2545. "engines": {
  2546. "node": ">=10"
  2547. }
  2548. },
  2549. "node_modules/@nuxt/devtools/node_modules/strip-final-newline": {
  2550. "version": "3.0.0",
  2551. "resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
  2552. "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
  2553. "license": "MIT",
  2554. "engines": {
  2555. "node": ">=12"
  2556. },
  2557. "funding": {
  2558. "url": "https://github.com/sponsors/sindresorhus"
  2559. }
  2560. },
  2561. "node_modules/@nuxt/devtools/node_modules/unplugin-utils": {
  2562. "version": "0.3.1",
  2563. "resolved": "https://registry.npmmirror.com/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  2564. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  2565. "license": "MIT",
  2566. "dependencies": {
  2567. "pathe": "^2.0.3",
  2568. "picomatch": "^4.0.3"
  2569. },
  2570. "engines": {
  2571. "node": ">=20.19.0"
  2572. },
  2573. "funding": {
  2574. "url": "https://github.com/sponsors/sxzz"
  2575. }
  2576. },
  2577. "node_modules/@nuxt/devtools/node_modules/vite-plugin-inspect": {
  2578. "version": "11.3.3",
  2579. "resolved": "https://registry.npmmirror.com/vite-plugin-inspect/-/vite-plugin-inspect-11.3.3.tgz",
  2580. "integrity": "sha512-u2eV5La99oHoYPHE6UvbwgEqKKOQGz86wMg40CCosP6q8BkB6e5xPneZfYagK4ojPJSj5anHCrnvC20DpwVdRA==",
  2581. "license": "MIT",
  2582. "dependencies": {
  2583. "ansis": "^4.1.0",
  2584. "debug": "^4.4.1",
  2585. "error-stack-parser-es": "^1.0.5",
  2586. "ohash": "^2.0.11",
  2587. "open": "^10.2.0",
  2588. "perfect-debounce": "^2.0.0",
  2589. "sirv": "^3.0.1",
  2590. "unplugin-utils": "^0.3.0",
  2591. "vite-dev-rpc": "^1.1.0"
  2592. },
  2593. "engines": {
  2594. "node": ">=14"
  2595. },
  2596. "funding": {
  2597. "url": "https://github.com/sponsors/antfu"
  2598. },
  2599. "peerDependencies": {
  2600. "vite": "^6.0.0 || ^7.0.0-0"
  2601. },
  2602. "peerDependenciesMeta": {
  2603. "@nuxt/kit": {
  2604. "optional": true
  2605. }
  2606. }
  2607. },
  2608. "node_modules/@nuxt/icon": {
  2609. "version": "2.2.1",
  2610. "resolved": "https://registry.npmmirror.com/@nuxt/icon/-/icon-2.2.1.tgz",
  2611. "integrity": "sha512-GI840yYGuvHI0BGDQ63d6rAxGzG96jQcWrnaWIQKlyQo/7sx9PjXkSHckXUXyX1MCr9zY6U25Td6OatfY6Hklw==",
  2612. "license": "MIT",
  2613. "dependencies": {
  2614. "@iconify/collections": "^1.0.641",
  2615. "@iconify/types": "^2.0.0",
  2616. "@iconify/utils": "^3.1.0",
  2617. "@iconify/vue": "^5.0.0",
  2618. "@nuxt/devtools-kit": "^3.1.1",
  2619. "@nuxt/kit": "^4.2.2",
  2620. "consola": "^3.4.2",
  2621. "local-pkg": "^1.1.2",
  2622. "mlly": "^1.8.0",
  2623. "ohash": "^2.0.11",
  2624. "pathe": "^2.0.3",
  2625. "picomatch": "^4.0.3",
  2626. "std-env": "^3.10.0",
  2627. "tinyglobby": "^0.2.15"
  2628. }
  2629. },
  2630. "node_modules/@nuxt/icon/node_modules/@nuxt/kit": {
  2631. "version": "4.3.1",
  2632. "resolved": "https://registry.npmmirror.com/@nuxt/kit/-/kit-4.3.1.tgz",
  2633. "integrity": "sha512-UjBFt72dnpc+83BV3OIbCT0YHLevJtgJCHpxMX0YRKWLDhhbcDdUse87GtsQBrjvOzK7WUNUYLDS/hQLYev5rA==",
  2634. "license": "MIT",
  2635. "dependencies": {
  2636. "c12": "^3.3.3",
  2637. "consola": "^3.4.2",
  2638. "defu": "^6.1.4",
  2639. "destr": "^2.0.5",
  2640. "errx": "^0.1.0",
  2641. "exsolve": "^1.0.8",
  2642. "ignore": "^7.0.5",
  2643. "jiti": "^2.6.1",
  2644. "klona": "^2.0.6",
  2645. "mlly": "^1.8.0",
  2646. "ohash": "^2.0.11",
  2647. "pathe": "^2.0.3",
  2648. "pkg-types": "^2.3.0",
  2649. "rc9": "^3.0.0",
  2650. "scule": "^1.3.0",
  2651. "semver": "^7.7.4",
  2652. "tinyglobby": "^0.2.15",
  2653. "ufo": "^1.6.3",
  2654. "unctx": "^2.5.0",
  2655. "untyped": "^2.0.0"
  2656. },
  2657. "engines": {
  2658. "node": ">=18.12.0"
  2659. }
  2660. },
  2661. "node_modules/@nuxt/icon/node_modules/rc9": {
  2662. "version": "3.0.0",
  2663. "resolved": "https://registry.npmmirror.com/rc9/-/rc9-3.0.0.tgz",
  2664. "integrity": "sha512-MGOue0VqscKWQ104udASX/3GYDcKyPI4j4F8gu/jHHzglpmy9a/anZK3PNe8ug6aZFl+9GxLtdhe3kVZuMaQbA==",
  2665. "license": "MIT",
  2666. "dependencies": {
  2667. "defu": "^6.1.4",
  2668. "destr": "^2.0.5"
  2669. }
  2670. },
  2671. "node_modules/@nuxt/icon/node_modules/semver": {
  2672. "version": "7.7.4",
  2673. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.4.tgz",
  2674. "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
  2675. "license": "ISC",
  2676. "bin": {
  2677. "semver": "bin/semver.js"
  2678. },
  2679. "engines": {
  2680. "node": ">=10"
  2681. }
  2682. },
  2683. "node_modules/@nuxt/kit": {
  2684. "version": "3.17.6",
  2685. "resolved": "https://registry.npmmirror.com/@nuxt/kit/-/kit-3.17.6.tgz",
  2686. "integrity": "sha512-8PKRwoEF70IXVrpGEJZ4g4V2WtE9RjSMgSZLLa0HZCoyT+QczJcJe3kho/XKnJOnNnHep4WqciTD7p4qRRtBqw==",
  2687. "license": "MIT",
  2688. "dependencies": {
  2689. "c12": "^3.0.4",
  2690. "consola": "^3.4.2",
  2691. "defu": "^6.1.4",
  2692. "destr": "^2.0.5",
  2693. "errx": "^0.1.0",
  2694. "exsolve": "^1.0.7",
  2695. "ignore": "^7.0.5",
  2696. "jiti": "^2.4.2",
  2697. "klona": "^2.0.6",
  2698. "knitwork": "^1.2.0",
  2699. "mlly": "^1.7.4",
  2700. "ohash": "^2.0.11",
  2701. "pathe": "^2.0.3",
  2702. "pkg-types": "^2.2.0",
  2703. "scule": "^1.3.0",
  2704. "semver": "^7.7.2",
  2705. "std-env": "^3.9.0",
  2706. "tinyglobby": "^0.2.14",
  2707. "ufo": "^1.6.1",
  2708. "unctx": "^2.4.1",
  2709. "unimport": "^5.1.0",
  2710. "untyped": "^2.0.0"
  2711. },
  2712. "engines": {
  2713. "node": ">=18.12.0"
  2714. }
  2715. },
  2716. "node_modules/@nuxt/kit/node_modules/semver": {
  2717. "version": "7.7.2",
  2718. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.2.tgz",
  2719. "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
  2720. "license": "ISC",
  2721. "bin": {
  2722. "semver": "bin/semver.js"
  2723. },
  2724. "engines": {
  2725. "node": ">=10"
  2726. }
  2727. },
  2728. "node_modules/@nuxt/nitro-server": {
  2729. "version": "4.3.1",
  2730. "resolved": "https://registry.npmmirror.com/@nuxt/nitro-server/-/nitro-server-4.3.1.tgz",
  2731. "integrity": "sha512-4aNiM69Re02gI1ywnDND0m6QdVKXhWzDdtvl/16veytdHZj3FSq57ZCwOClNJ7HQkEMqXgS+bi6S2HmJX+et+g==",
  2732. "license": "MIT",
  2733. "dependencies": {
  2734. "@nuxt/devalue": "^2.0.2",
  2735. "@nuxt/kit": "4.3.1",
  2736. "@unhead/vue": "^2.1.3",
  2737. "@vue/shared": "^3.5.27",
  2738. "consola": "^3.4.2",
  2739. "defu": "^6.1.4",
  2740. "destr": "^2.0.5",
  2741. "devalue": "^5.6.2",
  2742. "errx": "^0.1.0",
  2743. "escape-string-regexp": "^5.0.0",
  2744. "exsolve": "^1.0.8",
  2745. "h3": "^1.15.5",
  2746. "impound": "^1.0.0",
  2747. "klona": "^2.0.6",
  2748. "mocked-exports": "^0.1.1",
  2749. "nitropack": "^2.13.1",
  2750. "ohash": "^2.0.11",
  2751. "pathe": "^2.0.3",
  2752. "pkg-types": "^2.3.0",
  2753. "rou3": "^0.7.12",
  2754. "std-env": "^3.10.0",
  2755. "ufo": "^1.6.3",
  2756. "unctx": "^2.5.0",
  2757. "unstorage": "^1.17.4",
  2758. "vue": "^3.5.27",
  2759. "vue-bundle-renderer": "^2.2.0",
  2760. "vue-devtools-stub": "^0.1.0"
  2761. },
  2762. "engines": {
  2763. "node": "^20.19.0 || >=22.12.0"
  2764. },
  2765. "peerDependencies": {
  2766. "nuxt": "^4.3.1"
  2767. }
  2768. },
  2769. "node_modules/@nuxt/nitro-server/node_modules/@nuxt/kit": {
  2770. "version": "4.3.1",
  2771. "resolved": "https://registry.npmmirror.com/@nuxt/kit/-/kit-4.3.1.tgz",
  2772. "integrity": "sha512-UjBFt72dnpc+83BV3OIbCT0YHLevJtgJCHpxMX0YRKWLDhhbcDdUse87GtsQBrjvOzK7WUNUYLDS/hQLYev5rA==",
  2773. "license": "MIT",
  2774. "dependencies": {
  2775. "c12": "^3.3.3",
  2776. "consola": "^3.4.2",
  2777. "defu": "^6.1.4",
  2778. "destr": "^2.0.5",
  2779. "errx": "^0.1.0",
  2780. "exsolve": "^1.0.8",
  2781. "ignore": "^7.0.5",
  2782. "jiti": "^2.6.1",
  2783. "klona": "^2.0.6",
  2784. "mlly": "^1.8.0",
  2785. "ohash": "^2.0.11",
  2786. "pathe": "^2.0.3",
  2787. "pkg-types": "^2.3.0",
  2788. "rc9": "^3.0.0",
  2789. "scule": "^1.3.0",
  2790. "semver": "^7.7.4",
  2791. "tinyglobby": "^0.2.15",
  2792. "ufo": "^1.6.3",
  2793. "unctx": "^2.5.0",
  2794. "untyped": "^2.0.0"
  2795. },
  2796. "engines": {
  2797. "node": ">=18.12.0"
  2798. }
  2799. },
  2800. "node_modules/@nuxt/nitro-server/node_modules/rc9": {
  2801. "version": "3.0.0",
  2802. "resolved": "https://registry.npmmirror.com/rc9/-/rc9-3.0.0.tgz",
  2803. "integrity": "sha512-MGOue0VqscKWQ104udASX/3GYDcKyPI4j4F8gu/jHHzglpmy9a/anZK3PNe8ug6aZFl+9GxLtdhe3kVZuMaQbA==",
  2804. "license": "MIT",
  2805. "dependencies": {
  2806. "defu": "^6.1.4",
  2807. "destr": "^2.0.5"
  2808. }
  2809. },
  2810. "node_modules/@nuxt/nitro-server/node_modules/semver": {
  2811. "version": "7.7.4",
  2812. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.4.tgz",
  2813. "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
  2814. "license": "ISC",
  2815. "bin": {
  2816. "semver": "bin/semver.js"
  2817. },
  2818. "engines": {
  2819. "node": ">=10"
  2820. }
  2821. },
  2822. "node_modules/@nuxt/schema": {
  2823. "version": "4.3.1",
  2824. "resolved": "https://registry.npmmirror.com/@nuxt/schema/-/schema-4.3.1.tgz",
  2825. "integrity": "sha512-S+wHJdYDuyk9I43Ej27y5BeWMZgi7R/UVql3b3qtT35d0fbpXW7fUenzhLRCCDC6O10sjguc6fcMcR9sMKvV8g==",
  2826. "license": "MIT",
  2827. "dependencies": {
  2828. "@vue/shared": "^3.5.27",
  2829. "defu": "^6.1.4",
  2830. "pathe": "^2.0.3",
  2831. "pkg-types": "^2.3.0",
  2832. "std-env": "^3.10.0"
  2833. },
  2834. "engines": {
  2835. "node": "^14.18.0 || >=16.10.0"
  2836. }
  2837. },
  2838. "node_modules/@nuxt/telemetry": {
  2839. "version": "2.7.0",
  2840. "resolved": "https://registry.npmmirror.com/@nuxt/telemetry/-/telemetry-2.7.0.tgz",
  2841. "integrity": "sha512-mrKC3NjAlBOooLLVTYcIUie1meipoYq5vkoESoVTEWTB34T3a0QJzOfOPch+HYlUR+5Lqy1zLMv6epHFgYAKLA==",
  2842. "license": "MIT",
  2843. "dependencies": {
  2844. "citty": "^0.2.0",
  2845. "consola": "^3.4.2",
  2846. "ofetch": "^2.0.0-alpha.3",
  2847. "rc9": "^3.0.0",
  2848. "std-env": "^3.10.0"
  2849. },
  2850. "bin": {
  2851. "nuxt-telemetry": "bin/nuxt-telemetry.mjs"
  2852. },
  2853. "engines": {
  2854. "node": ">=18.12.0"
  2855. },
  2856. "peerDependencies": {
  2857. "@nuxt/kit": ">=3.0.0"
  2858. }
  2859. },
  2860. "node_modules/@nuxt/telemetry/node_modules/citty": {
  2861. "version": "0.2.1",
  2862. "resolved": "https://registry.npmmirror.com/citty/-/citty-0.2.1.tgz",
  2863. "integrity": "sha512-kEV95lFBhQgtogAPlQfJJ0WGVSokvLr/UEoFPiKKOXF7pl98HfUVUD0ejsuTCld/9xH9vogSywZ5KqHzXrZpqg==",
  2864. "license": "MIT"
  2865. },
  2866. "node_modules/@nuxt/telemetry/node_modules/ofetch": {
  2867. "version": "2.0.0-alpha.3",
  2868. "resolved": "https://registry.npmmirror.com/ofetch/-/ofetch-2.0.0-alpha.3.tgz",
  2869. "integrity": "sha512-zpYTCs2byOuft65vI3z43Dd6iSdFbOZZLb9/d21aCpx2rGastVU9dOCv0lu4ykc1Ur1anAYjDi3SUvR0vq50JA==",
  2870. "license": "MIT"
  2871. },
  2872. "node_modules/@nuxt/telemetry/node_modules/rc9": {
  2873. "version": "3.0.0",
  2874. "resolved": "https://registry.npmmirror.com/rc9/-/rc9-3.0.0.tgz",
  2875. "integrity": "sha512-MGOue0VqscKWQ104udASX/3GYDcKyPI4j4F8gu/jHHzglpmy9a/anZK3PNe8ug6aZFl+9GxLtdhe3kVZuMaQbA==",
  2876. "license": "MIT",
  2877. "dependencies": {
  2878. "defu": "^6.1.4",
  2879. "destr": "^2.0.5"
  2880. }
  2881. },
  2882. "node_modules/@nuxt/vite-builder": {
  2883. "version": "4.3.1",
  2884. "resolved": "https://registry.npmmirror.com/@nuxt/vite-builder/-/vite-builder-4.3.1.tgz",
  2885. "integrity": "sha512-LndnxPJzDUDbWAB8q5gZZN1mSOLHEyMOoj4T3pTdPydGf31QZdMR0V1fQ1fdRgtgNtWB3WLP0d1ZfaAOITsUpw==",
  2886. "license": "MIT",
  2887. "dependencies": {
  2888. "@nuxt/kit": "4.3.1",
  2889. "@rollup/plugin-replace": "^6.0.3",
  2890. "@vitejs/plugin-vue": "^6.0.4",
  2891. "@vitejs/plugin-vue-jsx": "^5.1.4",
  2892. "autoprefixer": "^10.4.24",
  2893. "consola": "^3.4.2",
  2894. "cssnano": "^7.1.2",
  2895. "defu": "^6.1.4",
  2896. "esbuild": "^0.27.3",
  2897. "escape-string-regexp": "^5.0.0",
  2898. "exsolve": "^1.0.8",
  2899. "get-port-please": "^3.2.0",
  2900. "jiti": "^2.6.1",
  2901. "knitwork": "^1.3.0",
  2902. "magic-string": "^0.30.21",
  2903. "mlly": "^1.8.0",
  2904. "mocked-exports": "^0.1.1",
  2905. "pathe": "^2.0.3",
  2906. "pkg-types": "^2.3.0",
  2907. "postcss": "^8.5.6",
  2908. "rollup-plugin-visualizer": "^6.0.5",
  2909. "seroval": "^1.5.0",
  2910. "std-env": "^3.10.0",
  2911. "ufo": "^1.6.3",
  2912. "unenv": "^2.0.0-rc.24",
  2913. "vite": "^7.3.1",
  2914. "vite-node": "^5.3.0",
  2915. "vite-plugin-checker": "^0.12.0",
  2916. "vue-bundle-renderer": "^2.2.0"
  2917. },
  2918. "engines": {
  2919. "node": "^20.19.0 || >=22.12.0"
  2920. },
  2921. "peerDependencies": {
  2922. "nuxt": "4.3.1",
  2923. "rolldown": "^1.0.0-beta.38",
  2924. "vue": "^3.3.4"
  2925. },
  2926. "peerDependenciesMeta": {
  2927. "rolldown": {
  2928. "optional": true
  2929. }
  2930. }
  2931. },
  2932. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/aix-ppc64": {
  2933. "version": "0.27.3",
  2934. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.27.3.tgz",
  2935. "integrity": "sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg==",
  2936. "cpu": [
  2937. "ppc64"
  2938. ],
  2939. "license": "MIT",
  2940. "optional": true,
  2941. "os": [
  2942. "aix"
  2943. ],
  2944. "engines": {
  2945. "node": ">=18"
  2946. }
  2947. },
  2948. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/android-arm": {
  2949. "version": "0.27.3",
  2950. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.27.3.tgz",
  2951. "integrity": "sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA==",
  2952. "cpu": [
  2953. "arm"
  2954. ],
  2955. "license": "MIT",
  2956. "optional": true,
  2957. "os": [
  2958. "android"
  2959. ],
  2960. "engines": {
  2961. "node": ">=18"
  2962. }
  2963. },
  2964. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/android-arm64": {
  2965. "version": "0.27.3",
  2966. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.27.3.tgz",
  2967. "integrity": "sha512-YdghPYUmj/FX2SYKJ0OZxf+iaKgMsKHVPF1MAq/P8WirnSpCStzKJFjOjzsW0QQ7oIAiccHdcqjbHmJxRb/dmg==",
  2968. "cpu": [
  2969. "arm64"
  2970. ],
  2971. "license": "MIT",
  2972. "optional": true,
  2973. "os": [
  2974. "android"
  2975. ],
  2976. "engines": {
  2977. "node": ">=18"
  2978. }
  2979. },
  2980. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/android-x64": {
  2981. "version": "0.27.3",
  2982. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.27.3.tgz",
  2983. "integrity": "sha512-IN/0BNTkHtk8lkOM8JWAYFg4ORxBkZQf9zXiEOfERX/CzxW3Vg1ewAhU7QSWQpVIzTW+b8Xy+lGzdYXV6UZObQ==",
  2984. "cpu": [
  2985. "x64"
  2986. ],
  2987. "license": "MIT",
  2988. "optional": true,
  2989. "os": [
  2990. "android"
  2991. ],
  2992. "engines": {
  2993. "node": ">=18"
  2994. }
  2995. },
  2996. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/darwin-arm64": {
  2997. "version": "0.27.3",
  2998. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.27.3.tgz",
  2999. "integrity": "sha512-Re491k7ByTVRy0t3EKWajdLIr0gz2kKKfzafkth4Q8A5n1xTHrkqZgLLjFEHVD+AXdUGgQMq+Godfq45mGpCKg==",
  3000. "cpu": [
  3001. "arm64"
  3002. ],
  3003. "license": "MIT",
  3004. "optional": true,
  3005. "os": [
  3006. "darwin"
  3007. ],
  3008. "engines": {
  3009. "node": ">=18"
  3010. }
  3011. },
  3012. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/darwin-x64": {
  3013. "version": "0.27.3",
  3014. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.27.3.tgz",
  3015. "integrity": "sha512-vHk/hA7/1AckjGzRqi6wbo+jaShzRowYip6rt6q7VYEDX4LEy1pZfDpdxCBnGtl+A5zq8iXDcyuxwtv3hNtHFg==",
  3016. "cpu": [
  3017. "x64"
  3018. ],
  3019. "license": "MIT",
  3020. "optional": true,
  3021. "os": [
  3022. "darwin"
  3023. ],
  3024. "engines": {
  3025. "node": ">=18"
  3026. }
  3027. },
  3028. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/freebsd-arm64": {
  3029. "version": "0.27.3",
  3030. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.3.tgz",
  3031. "integrity": "sha512-ipTYM2fjt3kQAYOvo6vcxJx3nBYAzPjgTCk7QEgZG8AUO3ydUhvelmhrbOheMnGOlaSFUoHXB6un+A7q4ygY9w==",
  3032. "cpu": [
  3033. "arm64"
  3034. ],
  3035. "license": "MIT",
  3036. "optional": true,
  3037. "os": [
  3038. "freebsd"
  3039. ],
  3040. "engines": {
  3041. "node": ">=18"
  3042. }
  3043. },
  3044. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/freebsd-x64": {
  3045. "version": "0.27.3",
  3046. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.27.3.tgz",
  3047. "integrity": "sha512-dDk0X87T7mI6U3K9VjWtHOXqwAMJBNN2r7bejDsc+j03SEjtD9HrOl8gVFByeM0aJksoUuUVU9TBaZa2rgj0oA==",
  3048. "cpu": [
  3049. "x64"
  3050. ],
  3051. "license": "MIT",
  3052. "optional": true,
  3053. "os": [
  3054. "freebsd"
  3055. ],
  3056. "engines": {
  3057. "node": ">=18"
  3058. }
  3059. },
  3060. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-arm": {
  3061. "version": "0.27.3",
  3062. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.27.3.tgz",
  3063. "integrity": "sha512-s6nPv2QkSupJwLYyfS+gwdirm0ukyTFNl3KTgZEAiJDd+iHZcbTPPcWCcRYH+WlNbwChgH2QkE9NSlNrMT8Gfw==",
  3064. "cpu": [
  3065. "arm"
  3066. ],
  3067. "license": "MIT",
  3068. "optional": true,
  3069. "os": [
  3070. "linux"
  3071. ],
  3072. "engines": {
  3073. "node": ">=18"
  3074. }
  3075. },
  3076. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-arm64": {
  3077. "version": "0.27.3",
  3078. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.27.3.tgz",
  3079. "integrity": "sha512-sZOuFz/xWnZ4KH3YfFrKCf1WyPZHakVzTiqji3WDc0BCl2kBwiJLCXpzLzUBLgmp4veFZdvN5ChW4Eq/8Fc2Fg==",
  3080. "cpu": [
  3081. "arm64"
  3082. ],
  3083. "license": "MIT",
  3084. "optional": true,
  3085. "os": [
  3086. "linux"
  3087. ],
  3088. "engines": {
  3089. "node": ">=18"
  3090. }
  3091. },
  3092. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-ia32": {
  3093. "version": "0.27.3",
  3094. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.27.3.tgz",
  3095. "integrity": "sha512-yGlQYjdxtLdh0a3jHjuwOrxQjOZYD/C9PfdbgJJF3TIZWnm/tMd/RcNiLngiu4iwcBAOezdnSLAwQDPqTmtTYg==",
  3096. "cpu": [
  3097. "ia32"
  3098. ],
  3099. "license": "MIT",
  3100. "optional": true,
  3101. "os": [
  3102. "linux"
  3103. ],
  3104. "engines": {
  3105. "node": ">=18"
  3106. }
  3107. },
  3108. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-loong64": {
  3109. "version": "0.27.3",
  3110. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.27.3.tgz",
  3111. "integrity": "sha512-WO60Sn8ly3gtzhyjATDgieJNet/KqsDlX5nRC5Y3oTFcS1l0KWba+SEa9Ja1GfDqSF1z6hif/SkpQJbL63cgOA==",
  3112. "cpu": [
  3113. "loong64"
  3114. ],
  3115. "license": "MIT",
  3116. "optional": true,
  3117. "os": [
  3118. "linux"
  3119. ],
  3120. "engines": {
  3121. "node": ">=18"
  3122. }
  3123. },
  3124. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-mips64el": {
  3125. "version": "0.27.3",
  3126. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.27.3.tgz",
  3127. "integrity": "sha512-APsymYA6sGcZ4pD6k+UxbDjOFSvPWyZhjaiPyl/f79xKxwTnrn5QUnXR5prvetuaSMsb4jgeHewIDCIWljrSxw==",
  3128. "cpu": [
  3129. "mips64el"
  3130. ],
  3131. "license": "MIT",
  3132. "optional": true,
  3133. "os": [
  3134. "linux"
  3135. ],
  3136. "engines": {
  3137. "node": ">=18"
  3138. }
  3139. },
  3140. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-ppc64": {
  3141. "version": "0.27.3",
  3142. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.27.3.tgz",
  3143. "integrity": "sha512-eizBnTeBefojtDb9nSh4vvVQ3V9Qf9Df01PfawPcRzJH4gFSgrObw+LveUyDoKU3kxi5+9RJTCWlj4FjYXVPEA==",
  3144. "cpu": [
  3145. "ppc64"
  3146. ],
  3147. "license": "MIT",
  3148. "optional": true,
  3149. "os": [
  3150. "linux"
  3151. ],
  3152. "engines": {
  3153. "node": ">=18"
  3154. }
  3155. },
  3156. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-riscv64": {
  3157. "version": "0.27.3",
  3158. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.27.3.tgz",
  3159. "integrity": "sha512-3Emwh0r5wmfm3ssTWRQSyVhbOHvqegUDRd0WhmXKX2mkHJe1SFCMJhagUleMq+Uci34wLSipf8Lagt4LlpRFWQ==",
  3160. "cpu": [
  3161. "riscv64"
  3162. ],
  3163. "license": "MIT",
  3164. "optional": true,
  3165. "os": [
  3166. "linux"
  3167. ],
  3168. "engines": {
  3169. "node": ">=18"
  3170. }
  3171. },
  3172. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-s390x": {
  3173. "version": "0.27.3",
  3174. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.27.3.tgz",
  3175. "integrity": "sha512-pBHUx9LzXWBc7MFIEEL0yD/ZVtNgLytvx60gES28GcWMqil8ElCYR4kvbV2BDqsHOvVDRrOxGySBM9Fcv744hw==",
  3176. "cpu": [
  3177. "s390x"
  3178. ],
  3179. "license": "MIT",
  3180. "optional": true,
  3181. "os": [
  3182. "linux"
  3183. ],
  3184. "engines": {
  3185. "node": ">=18"
  3186. }
  3187. },
  3188. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/linux-x64": {
  3189. "version": "0.27.3",
  3190. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.27.3.tgz",
  3191. "integrity": "sha512-Czi8yzXUWIQYAtL/2y6vogER8pvcsOsk5cpwL4Gk5nJqH5UZiVByIY8Eorm5R13gq+DQKYg0+JyQoytLQas4dA==",
  3192. "cpu": [
  3193. "x64"
  3194. ],
  3195. "license": "MIT",
  3196. "optional": true,
  3197. "os": [
  3198. "linux"
  3199. ],
  3200. "engines": {
  3201. "node": ">=18"
  3202. }
  3203. },
  3204. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/netbsd-arm64": {
  3205. "version": "0.27.3",
  3206. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.3.tgz",
  3207. "integrity": "sha512-sDpk0RgmTCR/5HguIZa9n9u+HVKf40fbEUt+iTzSnCaGvY9kFP0YKBWZtJaraonFnqef5SlJ8/TiPAxzyS+UoA==",
  3208. "cpu": [
  3209. "arm64"
  3210. ],
  3211. "license": "MIT",
  3212. "optional": true,
  3213. "os": [
  3214. "netbsd"
  3215. ],
  3216. "engines": {
  3217. "node": ">=18"
  3218. }
  3219. },
  3220. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/netbsd-x64": {
  3221. "version": "0.27.3",
  3222. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.27.3.tgz",
  3223. "integrity": "sha512-P14lFKJl/DdaE00LItAukUdZO5iqNH7+PjoBm+fLQjtxfcfFE20Xf5CrLsmZdq5LFFZzb5JMZ9grUwvtVYzjiA==",
  3224. "cpu": [
  3225. "x64"
  3226. ],
  3227. "license": "MIT",
  3228. "optional": true,
  3229. "os": [
  3230. "netbsd"
  3231. ],
  3232. "engines": {
  3233. "node": ">=18"
  3234. }
  3235. },
  3236. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/openbsd-arm64": {
  3237. "version": "0.27.3",
  3238. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.3.tgz",
  3239. "integrity": "sha512-AIcMP77AvirGbRl/UZFTq5hjXK+2wC7qFRGoHSDrZ5v5b8DK/GYpXW3CPRL53NkvDqb9D+alBiC/dV0Fb7eJcw==",
  3240. "cpu": [
  3241. "arm64"
  3242. ],
  3243. "license": "MIT",
  3244. "optional": true,
  3245. "os": [
  3246. "openbsd"
  3247. ],
  3248. "engines": {
  3249. "node": ">=18"
  3250. }
  3251. },
  3252. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/openbsd-x64": {
  3253. "version": "0.27.3",
  3254. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.27.3.tgz",
  3255. "integrity": "sha512-DnW2sRrBzA+YnE70LKqnM3P+z8vehfJWHXECbwBmH/CU51z6FiqTQTHFenPlHmo3a8UgpLyH3PT+87OViOh1AQ==",
  3256. "cpu": [
  3257. "x64"
  3258. ],
  3259. "license": "MIT",
  3260. "optional": true,
  3261. "os": [
  3262. "openbsd"
  3263. ],
  3264. "engines": {
  3265. "node": ">=18"
  3266. }
  3267. },
  3268. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/sunos-x64": {
  3269. "version": "0.27.3",
  3270. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.27.3.tgz",
  3271. "integrity": "sha512-PanZ+nEz+eWoBJ8/f8HKxTTD172SKwdXebZ0ndd953gt1HRBbhMsaNqjTyYLGLPdoWHy4zLU7bDVJztF5f3BHA==",
  3272. "cpu": [
  3273. "x64"
  3274. ],
  3275. "license": "MIT",
  3276. "optional": true,
  3277. "os": [
  3278. "sunos"
  3279. ],
  3280. "engines": {
  3281. "node": ">=18"
  3282. }
  3283. },
  3284. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/win32-arm64": {
  3285. "version": "0.27.3",
  3286. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.27.3.tgz",
  3287. "integrity": "sha512-B2t59lWWYrbRDw/tjiWOuzSsFh1Y/E95ofKz7rIVYSQkUYBjfSgf6oeYPNWHToFRr2zx52JKApIcAS/D5TUBnA==",
  3288. "cpu": [
  3289. "arm64"
  3290. ],
  3291. "license": "MIT",
  3292. "optional": true,
  3293. "os": [
  3294. "win32"
  3295. ],
  3296. "engines": {
  3297. "node": ">=18"
  3298. }
  3299. },
  3300. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/win32-ia32": {
  3301. "version": "0.27.3",
  3302. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.27.3.tgz",
  3303. "integrity": "sha512-QLKSFeXNS8+tHW7tZpMtjlNb7HKau0QDpwm49u0vUp9y1WOF+PEzkU84y9GqYaAVW8aH8f3GcBck26jh54cX4Q==",
  3304. "cpu": [
  3305. "ia32"
  3306. ],
  3307. "license": "MIT",
  3308. "optional": true,
  3309. "os": [
  3310. "win32"
  3311. ],
  3312. "engines": {
  3313. "node": ">=18"
  3314. }
  3315. },
  3316. "node_modules/@nuxt/vite-builder/node_modules/@esbuild/win32-x64": {
  3317. "version": "0.27.3",
  3318. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.27.3.tgz",
  3319. "integrity": "sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA==",
  3320. "cpu": [
  3321. "x64"
  3322. ],
  3323. "license": "MIT",
  3324. "optional": true,
  3325. "os": [
  3326. "win32"
  3327. ],
  3328. "engines": {
  3329. "node": ">=18"
  3330. }
  3331. },
  3332. "node_modules/@nuxt/vite-builder/node_modules/@nuxt/kit": {
  3333. "version": "4.3.1",
  3334. "resolved": "https://registry.npmmirror.com/@nuxt/kit/-/kit-4.3.1.tgz",
  3335. "integrity": "sha512-UjBFt72dnpc+83BV3OIbCT0YHLevJtgJCHpxMX0YRKWLDhhbcDdUse87GtsQBrjvOzK7WUNUYLDS/hQLYev5rA==",
  3336. "license": "MIT",
  3337. "dependencies": {
  3338. "c12": "^3.3.3",
  3339. "consola": "^3.4.2",
  3340. "defu": "^6.1.4",
  3341. "destr": "^2.0.5",
  3342. "errx": "^0.1.0",
  3343. "exsolve": "^1.0.8",
  3344. "ignore": "^7.0.5",
  3345. "jiti": "^2.6.1",
  3346. "klona": "^2.0.6",
  3347. "mlly": "^1.8.0",
  3348. "ohash": "^2.0.11",
  3349. "pathe": "^2.0.3",
  3350. "pkg-types": "^2.3.0",
  3351. "rc9": "^3.0.0",
  3352. "scule": "^1.3.0",
  3353. "semver": "^7.7.4",
  3354. "tinyglobby": "^0.2.15",
  3355. "ufo": "^1.6.3",
  3356. "unctx": "^2.5.0",
  3357. "untyped": "^2.0.0"
  3358. },
  3359. "engines": {
  3360. "node": ">=18.12.0"
  3361. }
  3362. },
  3363. "node_modules/@nuxt/vite-builder/node_modules/@vitejs/plugin-vue": {
  3364. "version": "6.0.4",
  3365. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-6.0.4.tgz",
  3366. "integrity": "sha512-uM5iXipgYIn13UUQCZNdWkYk+sysBeA97d5mHsAoAt1u/wpN3+zxOmsVJWosuzX+IMGRzeYUNytztrYznboIkQ==",
  3367. "license": "MIT",
  3368. "dependencies": {
  3369. "@rolldown/pluginutils": "1.0.0-rc.2"
  3370. },
  3371. "engines": {
  3372. "node": "^20.19.0 || >=22.12.0"
  3373. },
  3374. "peerDependencies": {
  3375. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0",
  3376. "vue": "^3.2.25"
  3377. }
  3378. },
  3379. "node_modules/@nuxt/vite-builder/node_modules/@vitejs/plugin-vue-jsx": {
  3380. "version": "5.1.4",
  3381. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-5.1.4.tgz",
  3382. "integrity": "sha512-70LmoVk9riR7qc4W2CpjsbNMWTPnuZb9dpFKX1emru0yP57nsc9k8nhLA6U93ngQapv5VDIUq2JatNfLbBIkrA==",
  3383. "license": "MIT",
  3384. "dependencies": {
  3385. "@babel/core": "^7.29.0",
  3386. "@babel/plugin-syntax-typescript": "^7.28.6",
  3387. "@babel/plugin-transform-typescript": "^7.28.6",
  3388. "@rolldown/pluginutils": "^1.0.0-rc.2",
  3389. "@vue/babel-plugin-jsx": "^2.0.1"
  3390. },
  3391. "engines": {
  3392. "node": "^20.19.0 || >=22.12.0"
  3393. },
  3394. "peerDependencies": {
  3395. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0",
  3396. "vue": "^3.0.0"
  3397. }
  3398. },
  3399. "node_modules/@nuxt/vite-builder/node_modules/@vue/babel-helper-vue-transform-on": {
  3400. "version": "2.0.1",
  3401. "resolved": "https://registry.npmmirror.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-2.0.1.tgz",
  3402. "integrity": "sha512-uZ66EaFbnnZSYqYEyplWvn46GhZ1KuYSThdT68p+am7MgBNbQ3hphTL9L+xSIsWkdktwhPYLwPgVWqo96jDdRA==",
  3403. "license": "MIT"
  3404. },
  3405. "node_modules/@nuxt/vite-builder/node_modules/@vue/babel-plugin-jsx": {
  3406. "version": "2.0.1",
  3407. "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-2.0.1.tgz",
  3408. "integrity": "sha512-a8CaLQjD/s4PVdhrLD/zT574ZNPnZBOY+IhdtKWRB4HRZ0I2tXBi5ne7d9eCfaYwp5gU5+4KIyFTV1W1YL9xZA==",
  3409. "license": "MIT",
  3410. "dependencies": {
  3411. "@babel/helper-module-imports": "^7.27.1",
  3412. "@babel/helper-plugin-utils": "^7.27.1",
  3413. "@babel/plugin-syntax-jsx": "^7.27.1",
  3414. "@babel/template": "^7.27.2",
  3415. "@babel/traverse": "^7.28.4",
  3416. "@babel/types": "^7.28.4",
  3417. "@vue/babel-helper-vue-transform-on": "2.0.1",
  3418. "@vue/babel-plugin-resolve-type": "2.0.1",
  3419. "@vue/shared": "^3.5.22"
  3420. },
  3421. "peerDependencies": {
  3422. "@babel/core": "^7.0.0-0"
  3423. },
  3424. "peerDependenciesMeta": {
  3425. "@babel/core": {
  3426. "optional": true
  3427. }
  3428. }
  3429. },
  3430. "node_modules/@nuxt/vite-builder/node_modules/@vue/babel-plugin-resolve-type": {
  3431. "version": "2.0.1",
  3432. "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-2.0.1.tgz",
  3433. "integrity": "sha512-ybwgIuRGRRBhOU37GImDoWQoz+TlSqap65qVI6iwg/J7FfLTLmMf97TS7xQH9I7Qtr/gp161kYVdhr1ZMraSYQ==",
  3434. "license": "MIT",
  3435. "dependencies": {
  3436. "@babel/code-frame": "^7.27.1",
  3437. "@babel/helper-module-imports": "^7.27.1",
  3438. "@babel/helper-plugin-utils": "^7.27.1",
  3439. "@babel/parser": "^7.28.4",
  3440. "@vue/compiler-sfc": "^3.5.22"
  3441. },
  3442. "funding": {
  3443. "url": "https://github.com/sponsors/sxzz"
  3444. },
  3445. "peerDependencies": {
  3446. "@babel/core": "^7.0.0-0"
  3447. }
  3448. },
  3449. "node_modules/@nuxt/vite-builder/node_modules/esbuild": {
  3450. "version": "0.27.3",
  3451. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.27.3.tgz",
  3452. "integrity": "sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==",
  3453. "hasInstallScript": true,
  3454. "license": "MIT",
  3455. "bin": {
  3456. "esbuild": "bin/esbuild"
  3457. },
  3458. "engines": {
  3459. "node": ">=18"
  3460. },
  3461. "optionalDependencies": {
  3462. "@esbuild/aix-ppc64": "0.27.3",
  3463. "@esbuild/android-arm": "0.27.3",
  3464. "@esbuild/android-arm64": "0.27.3",
  3465. "@esbuild/android-x64": "0.27.3",
  3466. "@esbuild/darwin-arm64": "0.27.3",
  3467. "@esbuild/darwin-x64": "0.27.3",
  3468. "@esbuild/freebsd-arm64": "0.27.3",
  3469. "@esbuild/freebsd-x64": "0.27.3",
  3470. "@esbuild/linux-arm": "0.27.3",
  3471. "@esbuild/linux-arm64": "0.27.3",
  3472. "@esbuild/linux-ia32": "0.27.3",
  3473. "@esbuild/linux-loong64": "0.27.3",
  3474. "@esbuild/linux-mips64el": "0.27.3",
  3475. "@esbuild/linux-ppc64": "0.27.3",
  3476. "@esbuild/linux-riscv64": "0.27.3",
  3477. "@esbuild/linux-s390x": "0.27.3",
  3478. "@esbuild/linux-x64": "0.27.3",
  3479. "@esbuild/netbsd-arm64": "0.27.3",
  3480. "@esbuild/netbsd-x64": "0.27.3",
  3481. "@esbuild/openbsd-arm64": "0.27.3",
  3482. "@esbuild/openbsd-x64": "0.27.3",
  3483. "@esbuild/openharmony-arm64": "0.27.3",
  3484. "@esbuild/sunos-x64": "0.27.3",
  3485. "@esbuild/win32-arm64": "0.27.3",
  3486. "@esbuild/win32-ia32": "0.27.3",
  3487. "@esbuild/win32-x64": "0.27.3"
  3488. }
  3489. },
  3490. "node_modules/@nuxt/vite-builder/node_modules/rc9": {
  3491. "version": "3.0.0",
  3492. "resolved": "https://registry.npmmirror.com/rc9/-/rc9-3.0.0.tgz",
  3493. "integrity": "sha512-MGOue0VqscKWQ104udASX/3GYDcKyPI4j4F8gu/jHHzglpmy9a/anZK3PNe8ug6aZFl+9GxLtdhe3kVZuMaQbA==",
  3494. "license": "MIT",
  3495. "dependencies": {
  3496. "defu": "^6.1.4",
  3497. "destr": "^2.0.5"
  3498. }
  3499. },
  3500. "node_modules/@nuxt/vite-builder/node_modules/semver": {
  3501. "version": "7.7.4",
  3502. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.4.tgz",
  3503. "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
  3504. "license": "ISC",
  3505. "bin": {
  3506. "semver": "bin/semver.js"
  3507. },
  3508. "engines": {
  3509. "node": ">=10"
  3510. }
  3511. },
  3512. "node_modules/@nuxt/vite-builder/node_modules/vite": {
  3513. "version": "7.3.1",
  3514. "resolved": "https://registry.npmmirror.com/vite/-/vite-7.3.1.tgz",
  3515. "integrity": "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==",
  3516. "license": "MIT",
  3517. "dependencies": {
  3518. "esbuild": "^0.27.0",
  3519. "fdir": "^6.5.0",
  3520. "picomatch": "^4.0.3",
  3521. "postcss": "^8.5.6",
  3522. "rollup": "^4.43.0",
  3523. "tinyglobby": "^0.2.15"
  3524. },
  3525. "bin": {
  3526. "vite": "bin/vite.js"
  3527. },
  3528. "engines": {
  3529. "node": "^20.19.0 || >=22.12.0"
  3530. },
  3531. "funding": {
  3532. "url": "https://github.com/vitejs/vite?sponsor=1"
  3533. },
  3534. "optionalDependencies": {
  3535. "fsevents": "~2.3.3"
  3536. },
  3537. "peerDependencies": {
  3538. "@types/node": "^20.19.0 || >=22.12.0",
  3539. "jiti": ">=1.21.0",
  3540. "less": "^4.0.0",
  3541. "lightningcss": "^1.21.0",
  3542. "sass": "^1.70.0",
  3543. "sass-embedded": "^1.70.0",
  3544. "stylus": ">=0.54.8",
  3545. "sugarss": "^5.0.0",
  3546. "terser": "^5.16.0",
  3547. "tsx": "^4.8.1",
  3548. "yaml": "^2.4.2"
  3549. },
  3550. "peerDependenciesMeta": {
  3551. "@types/node": {
  3552. "optional": true
  3553. },
  3554. "jiti": {
  3555. "optional": true
  3556. },
  3557. "less": {
  3558. "optional": true
  3559. },
  3560. "lightningcss": {
  3561. "optional": true
  3562. },
  3563. "sass": {
  3564. "optional": true
  3565. },
  3566. "sass-embedded": {
  3567. "optional": true
  3568. },
  3569. "stylus": {
  3570. "optional": true
  3571. },
  3572. "sugarss": {
  3573. "optional": true
  3574. },
  3575. "terser": {
  3576. "optional": true
  3577. },
  3578. "tsx": {
  3579. "optional": true
  3580. },
  3581. "yaml": {
  3582. "optional": true
  3583. }
  3584. }
  3585. },
  3586. "node_modules/@oxc-minify/binding-android-arm-eabi": {
  3587. "version": "0.112.0",
  3588. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-android-arm-eabi/-/binding-android-arm-eabi-0.112.0.tgz",
  3589. "integrity": "sha512-m7TGBR2hjsBJIN9UJ909KBoKsuogo6CuLsHKvUIBXdjI0JVHP8g4ZHeB+BJpGn5LJdeSGDfz9MWiuXrZDRzunw==",
  3590. "cpu": [
  3591. "arm"
  3592. ],
  3593. "license": "MIT",
  3594. "optional": true,
  3595. "os": [
  3596. "android"
  3597. ],
  3598. "engines": {
  3599. "node": "^20.19.0 || >=22.12.0"
  3600. }
  3601. },
  3602. "node_modules/@oxc-minify/binding-android-arm64": {
  3603. "version": "0.112.0",
  3604. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-android-arm64/-/binding-android-arm64-0.112.0.tgz",
  3605. "integrity": "sha512-RvxOOkzvP5NeeoraBtgNJSBqO+XzlS7DooxST/drAXCfO52GsmxVB1N7QmifrsTYtH8GC2z3DTFjZQ1w/AJOWg==",
  3606. "cpu": [
  3607. "arm64"
  3608. ],
  3609. "license": "MIT",
  3610. "optional": true,
  3611. "os": [
  3612. "android"
  3613. ],
  3614. "engines": {
  3615. "node": "^20.19.0 || >=22.12.0"
  3616. }
  3617. },
  3618. "node_modules/@oxc-minify/binding-darwin-arm64": {
  3619. "version": "0.112.0",
  3620. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-darwin-arm64/-/binding-darwin-arm64-0.112.0.tgz",
  3621. "integrity": "sha512-hDslO3uVHza3kB9zkcsi25JzN65Gj5ZYty0OvylS11Mhg9ydCYxAzfQ/tISHW/YmV1NRUJX8+GGqM1cKmrHaTA==",
  3622. "cpu": [
  3623. "arm64"
  3624. ],
  3625. "license": "MIT",
  3626. "optional": true,
  3627. "os": [
  3628. "darwin"
  3629. ],
  3630. "engines": {
  3631. "node": "^20.19.0 || >=22.12.0"
  3632. }
  3633. },
  3634. "node_modules/@oxc-minify/binding-darwin-x64": {
  3635. "version": "0.112.0",
  3636. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-darwin-x64/-/binding-darwin-x64-0.112.0.tgz",
  3637. "integrity": "sha512-mWA2Y5bUyNoGM+gSGGHesgtQ3LDWgpRe4zDGkBDovxNIiDLBXqu/7QcuS+G918w8oG9VYm1q1iinILer/2pD1Q==",
  3638. "cpu": [
  3639. "x64"
  3640. ],
  3641. "license": "MIT",
  3642. "optional": true,
  3643. "os": [
  3644. "darwin"
  3645. ],
  3646. "engines": {
  3647. "node": "^20.19.0 || >=22.12.0"
  3648. }
  3649. },
  3650. "node_modules/@oxc-minify/binding-freebsd-x64": {
  3651. "version": "0.112.0",
  3652. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-freebsd-x64/-/binding-freebsd-x64-0.112.0.tgz",
  3653. "integrity": "sha512-T7fsegxcy82xS0jWPXkz/BMhrkb3D7YOCiV0R9pDksjaov+iIFoNEWAoBsaC5NtpdzkX+bmffwDpu336EIfEeg==",
  3654. "cpu": [
  3655. "x64"
  3656. ],
  3657. "license": "MIT",
  3658. "optional": true,
  3659. "os": [
  3660. "freebsd"
  3661. ],
  3662. "engines": {
  3663. "node": "^20.19.0 || >=22.12.0"
  3664. }
  3665. },
  3666. "node_modules/@oxc-minify/binding-linux-arm-gnueabihf": {
  3667. "version": "0.112.0",
  3668. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.112.0.tgz",
  3669. "integrity": "sha512-yePavbIilAcpVYc8vRsDCn3xJxHMXDZIiamyH9fuLosAHNELcLib4/JR4fhDk4NmHVagQH3kRhsnm5Q9cm3pAw==",
  3670. "cpu": [
  3671. "arm"
  3672. ],
  3673. "license": "MIT",
  3674. "optional": true,
  3675. "os": [
  3676. "linux"
  3677. ],
  3678. "engines": {
  3679. "node": "^20.19.0 || >=22.12.0"
  3680. }
  3681. },
  3682. "node_modules/@oxc-minify/binding-linux-arm-musleabihf": {
  3683. "version": "0.112.0",
  3684. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.112.0.tgz",
  3685. "integrity": "sha512-lmPWLXtW6FspERhy97iP0hwbmLtL66xI29QQ9GpHmTiE4k+zv/FaefuV/Qw+LuHnmFSYzUNrLcxh4ulOZTIP2g==",
  3686. "cpu": [
  3687. "arm"
  3688. ],
  3689. "license": "MIT",
  3690. "optional": true,
  3691. "os": [
  3692. "linux"
  3693. ],
  3694. "engines": {
  3695. "node": "^20.19.0 || >=22.12.0"
  3696. }
  3697. },
  3698. "node_modules/@oxc-minify/binding-linux-arm64-gnu": {
  3699. "version": "0.112.0",
  3700. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.112.0.tgz",
  3701. "integrity": "sha512-gySS5XqU5MKs/oCjsTlVm8zb8lqcNKHEANsaRmhW2qvGKJoeGwFb6Fbq6TLCZMRuk143mLbncbverBCa1c3dog==",
  3702. "cpu": [
  3703. "arm64"
  3704. ],
  3705. "license": "MIT",
  3706. "optional": true,
  3707. "os": [
  3708. "linux"
  3709. ],
  3710. "engines": {
  3711. "node": "^20.19.0 || >=22.12.0"
  3712. }
  3713. },
  3714. "node_modules/@oxc-minify/binding-linux-arm64-musl": {
  3715. "version": "0.112.0",
  3716. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.112.0.tgz",
  3717. "integrity": "sha512-IRFMZX589lr3rjG0jc8N261/7wqFq2Vl0OMrJWeFls5BF8HiB+fRYuf0Zy2CyRH6NCY2vbdDdp+QCAavQGVsGw==",
  3718. "cpu": [
  3719. "arm64"
  3720. ],
  3721. "license": "MIT",
  3722. "optional": true,
  3723. "os": [
  3724. "linux"
  3725. ],
  3726. "engines": {
  3727. "node": "^20.19.0 || >=22.12.0"
  3728. }
  3729. },
  3730. "node_modules/@oxc-minify/binding-linux-ppc64-gnu": {
  3731. "version": "0.112.0",
  3732. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-0.112.0.tgz",
  3733. "integrity": "sha512-V/69XqIW9hCUceDpcZh79oDg+F4ptEgIfKRENzYs41LRbSoJ7sNjjcW4zifqyviTvzcnXLgK4uoTyoymmNZBMQ==",
  3734. "cpu": [
  3735. "ppc64"
  3736. ],
  3737. "license": "MIT",
  3738. "optional": true,
  3739. "os": [
  3740. "linux"
  3741. ],
  3742. "engines": {
  3743. "node": "^20.19.0 || >=22.12.0"
  3744. }
  3745. },
  3746. "node_modules/@oxc-minify/binding-linux-riscv64-gnu": {
  3747. "version": "0.112.0",
  3748. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.112.0.tgz",
  3749. "integrity": "sha512-zghvexySyGXGNW+MutjZN7UGTyOQl56RWMlPe1gb+knBm/+0hf9qjk7Q6ofm2tSte+vQolPfQttifGl0dP9uvQ==",
  3750. "cpu": [
  3751. "riscv64"
  3752. ],
  3753. "license": "MIT",
  3754. "optional": true,
  3755. "os": [
  3756. "linux"
  3757. ],
  3758. "engines": {
  3759. "node": "^20.19.0 || >=22.12.0"
  3760. }
  3761. },
  3762. "node_modules/@oxc-minify/binding-linux-riscv64-musl": {
  3763. "version": "0.112.0",
  3764. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-0.112.0.tgz",
  3765. "integrity": "sha512-E4a8VUFDJPb2mPcc7J4NQQPi1ssHKF7/g4r6KD2+SBVERIaEEd3cGNqR7SG3g82/BLGV2UDoQe/WvZCkt5M/bQ==",
  3766. "cpu": [
  3767. "riscv64"
  3768. ],
  3769. "license": "MIT",
  3770. "optional": true,
  3771. "os": [
  3772. "linux"
  3773. ],
  3774. "engines": {
  3775. "node": "^20.19.0 || >=22.12.0"
  3776. }
  3777. },
  3778. "node_modules/@oxc-minify/binding-linux-s390x-gnu": {
  3779. "version": "0.112.0",
  3780. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.112.0.tgz",
  3781. "integrity": "sha512-2Hx87sK3y6jBV364Mvv0zyxiITIuy26Ixenv6pK7e+4an3HgNdhAj8nk3aLoLTTSvLik5/MaGhcZGEu9tYV1aA==",
  3782. "cpu": [
  3783. "s390x"
  3784. ],
  3785. "license": "MIT",
  3786. "optional": true,
  3787. "os": [
  3788. "linux"
  3789. ],
  3790. "engines": {
  3791. "node": "^20.19.0 || >=22.12.0"
  3792. }
  3793. },
  3794. "node_modules/@oxc-minify/binding-linux-x64-gnu": {
  3795. "version": "0.112.0",
  3796. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.112.0.tgz",
  3797. "integrity": "sha512-2MSCnEPLk9ddSouMhJo78Xy2/JbYC80OYzWdR4yWTGSULsgH3d1VXg73DSwFL8vU7Ad9oK10DioBY2ww7sQTEg==",
  3798. "cpu": [
  3799. "x64"
  3800. ],
  3801. "license": "MIT",
  3802. "optional": true,
  3803. "os": [
  3804. "linux"
  3805. ],
  3806. "engines": {
  3807. "node": "^20.19.0 || >=22.12.0"
  3808. }
  3809. },
  3810. "node_modules/@oxc-minify/binding-linux-x64-musl": {
  3811. "version": "0.112.0",
  3812. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-linux-x64-musl/-/binding-linux-x64-musl-0.112.0.tgz",
  3813. "integrity": "sha512-HAPfmQKlkVi97/zRonVE9t/kKUG3ni+mOuU1Euw+3s37KwUuOJjmcwXdclVgXKBlTkCGO0FajPwW5dAJeIXCCw==",
  3814. "cpu": [
  3815. "x64"
  3816. ],
  3817. "license": "MIT",
  3818. "optional": true,
  3819. "os": [
  3820. "linux"
  3821. ],
  3822. "engines": {
  3823. "node": "^20.19.0 || >=22.12.0"
  3824. }
  3825. },
  3826. "node_modules/@oxc-minify/binding-openharmony-arm64": {
  3827. "version": "0.112.0",
  3828. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-openharmony-arm64/-/binding-openharmony-arm64-0.112.0.tgz",
  3829. "integrity": "sha512-bLnMojcPadYzMNpB6IAqMiTOag4etc0zbs8On73JsotO1W5c5/j/ncplpSokpEpNasKRUpHVRXpmq0KRXprNhw==",
  3830. "cpu": [
  3831. "arm64"
  3832. ],
  3833. "license": "MIT",
  3834. "optional": true,
  3835. "os": [
  3836. "openharmony"
  3837. ],
  3838. "engines": {
  3839. "node": "^20.19.0 || >=22.12.0"
  3840. }
  3841. },
  3842. "node_modules/@oxc-minify/binding-wasm32-wasi": {
  3843. "version": "0.112.0",
  3844. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-wasm32-wasi/-/binding-wasm32-wasi-0.112.0.tgz",
  3845. "integrity": "sha512-tv7PmHYq/8QBlqMaDjsy51GF5KQkG17Yc/PsgB5OVndU34kwbQuebBIic7UfK9ygzidI8moYq3ztnu3za/rqHw==",
  3846. "cpu": [
  3847. "wasm32"
  3848. ],
  3849. "license": "MIT",
  3850. "optional": true,
  3851. "dependencies": {
  3852. "@napi-rs/wasm-runtime": "^1.1.1"
  3853. },
  3854. "engines": {
  3855. "node": ">=14.0.0"
  3856. }
  3857. },
  3858. "node_modules/@oxc-minify/binding-win32-arm64-msvc": {
  3859. "version": "0.112.0",
  3860. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.112.0.tgz",
  3861. "integrity": "sha512-d+jes2jwRkcBSpcaZC6cL8GBi56Br6uAorn9dfquhWLczWL+hHSvvVrRgT1i5/6dkf5UWx2zdoEsAMiJ11w78A==",
  3862. "cpu": [
  3863. "arm64"
  3864. ],
  3865. "license": "MIT",
  3866. "optional": true,
  3867. "os": [
  3868. "win32"
  3869. ],
  3870. "engines": {
  3871. "node": "^20.19.0 || >=22.12.0"
  3872. }
  3873. },
  3874. "node_modules/@oxc-minify/binding-win32-ia32-msvc": {
  3875. "version": "0.112.0",
  3876. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-0.112.0.tgz",
  3877. "integrity": "sha512-TV1C3qDwj7//jNIi5tnNRhReSUgtaRQKi5KobDE6zVAc5gjeuBA8G2qizS9ziXlf/I0dlelrGmGMMDJmH9ekWg==",
  3878. "cpu": [
  3879. "ia32"
  3880. ],
  3881. "license": "MIT",
  3882. "optional": true,
  3883. "os": [
  3884. "win32"
  3885. ],
  3886. "engines": {
  3887. "node": "^20.19.0 || >=22.12.0"
  3888. }
  3889. },
  3890. "node_modules/@oxc-minify/binding-win32-x64-msvc": {
  3891. "version": "0.112.0",
  3892. "resolved": "https://registry.npmmirror.com/@oxc-minify/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.112.0.tgz",
  3893. "integrity": "sha512-LML2Gld6VY8/+7a3VH4k1qngsBXvTkXgbmYgSYwaElqtiQiYaAcXfi0XKOUGe3k3GbBK4juAGixC31CrdFHAQw==",
  3894. "cpu": [
  3895. "x64"
  3896. ],
  3897. "license": "MIT",
  3898. "optional": true,
  3899. "os": [
  3900. "win32"
  3901. ],
  3902. "engines": {
  3903. "node": "^20.19.0 || >=22.12.0"
  3904. }
  3905. },
  3906. "node_modules/@oxc-parser/binding-android-arm-eabi": {
  3907. "version": "0.112.0",
  3908. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-android-arm-eabi/-/binding-android-arm-eabi-0.112.0.tgz",
  3909. "integrity": "sha512-retxBzJ39Da7Lh/eZTn9+HJgTeDUxZIpuI0urOsmcFsBKXAth3lc1jIvwseQ9qbAI/VrsoFOXiGIzgclARbAHg==",
  3910. "cpu": [
  3911. "arm"
  3912. ],
  3913. "license": "MIT",
  3914. "optional": true,
  3915. "os": [
  3916. "android"
  3917. ],
  3918. "engines": {
  3919. "node": "^20.19.0 || >=22.12.0"
  3920. }
  3921. },
  3922. "node_modules/@oxc-parser/binding-android-arm64": {
  3923. "version": "0.112.0",
  3924. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-android-arm64/-/binding-android-arm64-0.112.0.tgz",
  3925. "integrity": "sha512-pRkbBRbuIIsufUWpOJ+JHWfJFNupkidy4sbjfcm37e6xwYrn9LSKMLubPHvNaL1Zf92ZRhGiwaYkEcmaFg2VcA==",
  3926. "cpu": [
  3927. "arm64"
  3928. ],
  3929. "license": "MIT",
  3930. "optional": true,
  3931. "os": [
  3932. "android"
  3933. ],
  3934. "engines": {
  3935. "node": "^20.19.0 || >=22.12.0"
  3936. }
  3937. },
  3938. "node_modules/@oxc-parser/binding-darwin-arm64": {
  3939. "version": "0.112.0",
  3940. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-darwin-arm64/-/binding-darwin-arm64-0.112.0.tgz",
  3941. "integrity": "sha512-fh6/KQL/cbH5DukT3VkdCqnULLuvVnszVKySD5IgSE0WZb32YZo/cPsPdEv052kk6w3N4agu+NTiMnZjcvhUIg==",
  3942. "cpu": [
  3943. "arm64"
  3944. ],
  3945. "license": "MIT",
  3946. "optional": true,
  3947. "os": [
  3948. "darwin"
  3949. ],
  3950. "engines": {
  3951. "node": "^20.19.0 || >=22.12.0"
  3952. }
  3953. },
  3954. "node_modules/@oxc-parser/binding-darwin-x64": {
  3955. "version": "0.112.0",
  3956. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-darwin-x64/-/binding-darwin-x64-0.112.0.tgz",
  3957. "integrity": "sha512-vUBOOY1E30vlu/DoTGDoT1UbLlwu5Yv9tqeBabAwRzwNDz8Skho16VKhsBDUiyqddtpsR3//v6vNk38w4c+6IA==",
  3958. "cpu": [
  3959. "x64"
  3960. ],
  3961. "license": "MIT",
  3962. "optional": true,
  3963. "os": [
  3964. "darwin"
  3965. ],
  3966. "engines": {
  3967. "node": "^20.19.0 || >=22.12.0"
  3968. }
  3969. },
  3970. "node_modules/@oxc-parser/binding-freebsd-x64": {
  3971. "version": "0.112.0",
  3972. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-freebsd-x64/-/binding-freebsd-x64-0.112.0.tgz",
  3973. "integrity": "sha512-hnEtO/9AVnYWzrgnp6L+oPs/6UqlFeteUL6n7magkd2tttgmx1C01hyNNh6nTpZfLzEVJSNJ0S+4NTsK2q2CxA==",
  3974. "cpu": [
  3975. "x64"
  3976. ],
  3977. "license": "MIT",
  3978. "optional": true,
  3979. "os": [
  3980. "freebsd"
  3981. ],
  3982. "engines": {
  3983. "node": "^20.19.0 || >=22.12.0"
  3984. }
  3985. },
  3986. "node_modules/@oxc-parser/binding-linux-arm-gnueabihf": {
  3987. "version": "0.112.0",
  3988. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.112.0.tgz",
  3989. "integrity": "sha512-WxJrUz3pcIc2hp4lvJbvt/sTL33oX9NPvkD3vDDybE6tc0V++rS+hNOJxwXdD2FDIFPkHs/IEn5asEZFVH+VKw==",
  3990. "cpu": [
  3991. "arm"
  3992. ],
  3993. "license": "MIT",
  3994. "optional": true,
  3995. "os": [
  3996. "linux"
  3997. ],
  3998. "engines": {
  3999. "node": "^20.19.0 || >=22.12.0"
  4000. }
  4001. },
  4002. "node_modules/@oxc-parser/binding-linux-arm-musleabihf": {
  4003. "version": "0.112.0",
  4004. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.112.0.tgz",
  4005. "integrity": "sha512-jj8A8WWySaJQqM9XKAIG8U2Q3qxhFQKrXPWv98d1oC35at+L1h+C+V4M3l8BAKhpHKCu3dYlloaAbHd5q1Hw6A==",
  4006. "cpu": [
  4007. "arm"
  4008. ],
  4009. "license": "MIT",
  4010. "optional": true,
  4011. "os": [
  4012. "linux"
  4013. ],
  4014. "engines": {
  4015. "node": "^20.19.0 || >=22.12.0"
  4016. }
  4017. },
  4018. "node_modules/@oxc-parser/binding-linux-arm64-gnu": {
  4019. "version": "0.112.0",
  4020. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.112.0.tgz",
  4021. "integrity": "sha512-G2F8H6FcAExVK5vvhpSh61tqWx5QoaXXUnSsj5FyuDiFT/K7AMMVSQVqnZREDc+YxhrjB0vnKjCcuobXK63kIw==",
  4022. "cpu": [
  4023. "arm64"
  4024. ],
  4025. "license": "MIT",
  4026. "optional": true,
  4027. "os": [
  4028. "linux"
  4029. ],
  4030. "engines": {
  4031. "node": "^20.19.0 || >=22.12.0"
  4032. }
  4033. },
  4034. "node_modules/@oxc-parser/binding-linux-arm64-musl": {
  4035. "version": "0.112.0",
  4036. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.112.0.tgz",
  4037. "integrity": "sha512-3R0iqjM3xYOZCnwgcxOQXH7hrz64/USDIuLbNTM1kZqQzRqaR4w7SwoWKU934zABo8d0op2oSwOp+CV3hZnM7A==",
  4038. "cpu": [
  4039. "arm64"
  4040. ],
  4041. "license": "MIT",
  4042. "optional": true,
  4043. "os": [
  4044. "linux"
  4045. ],
  4046. "engines": {
  4047. "node": "^20.19.0 || >=22.12.0"
  4048. }
  4049. },
  4050. "node_modules/@oxc-parser/binding-linux-ppc64-gnu": {
  4051. "version": "0.112.0",
  4052. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-0.112.0.tgz",
  4053. "integrity": "sha512-lAQf8PQxfgy7h0bmcfSVE3hg3qMueshPYULFsCrHM+8KefGZ9W+ZMvRyU33gLrB4w1O3Fz1orR0hmKMCRxXNrQ==",
  4054. "cpu": [
  4055. "ppc64"
  4056. ],
  4057. "license": "MIT",
  4058. "optional": true,
  4059. "os": [
  4060. "linux"
  4061. ],
  4062. "engines": {
  4063. "node": "^20.19.0 || >=22.12.0"
  4064. }
  4065. },
  4066. "node_modules/@oxc-parser/binding-linux-riscv64-gnu": {
  4067. "version": "0.112.0",
  4068. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.112.0.tgz",
  4069. "integrity": "sha512-2QlvQBUhHuAE3ezD4X3CAEKMXdfgInggQ5Bj/7gb5NcYP3GyfLTj7c+mMu+BRwfC9B3AXBNyqHWbqEuuUvZyRQ==",
  4070. "cpu": [
  4071. "riscv64"
  4072. ],
  4073. "license": "MIT",
  4074. "optional": true,
  4075. "os": [
  4076. "linux"
  4077. ],
  4078. "engines": {
  4079. "node": "^20.19.0 || >=22.12.0"
  4080. }
  4081. },
  4082. "node_modules/@oxc-parser/binding-linux-riscv64-musl": {
  4083. "version": "0.112.0",
  4084. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-0.112.0.tgz",
  4085. "integrity": "sha512-v06iu0osHszgqJ1dLQRb6leWFU1sjG/UQk4MoVBtE6ZPewgfTkby6G9II1SpEAf2onnAuQceVYxQH9iuU3NJqw==",
  4086. "cpu": [
  4087. "riscv64"
  4088. ],
  4089. "license": "MIT",
  4090. "optional": true,
  4091. "os": [
  4092. "linux"
  4093. ],
  4094. "engines": {
  4095. "node": "^20.19.0 || >=22.12.0"
  4096. }
  4097. },
  4098. "node_modules/@oxc-parser/binding-linux-s390x-gnu": {
  4099. "version": "0.112.0",
  4100. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.112.0.tgz",
  4101. "integrity": "sha512-+5HhNHtxsdcd7+ljXFnn9FOoCNXJX3UPgIfIE6vdwS1HqdGNH6eAcVobuqGOp54l8pvcxDQA6F4cPswCgLrQfQ==",
  4102. "cpu": [
  4103. "s390x"
  4104. ],
  4105. "license": "MIT",
  4106. "optional": true,
  4107. "os": [
  4108. "linux"
  4109. ],
  4110. "engines": {
  4111. "node": "^20.19.0 || >=22.12.0"
  4112. }
  4113. },
  4114. "node_modules/@oxc-parser/binding-linux-x64-gnu": {
  4115. "version": "0.112.0",
  4116. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.112.0.tgz",
  4117. "integrity": "sha512-jKwO7ZLNkjxwg7FoCLw+fJszooL9yXRZsDN0AQ1AQUTWq1l8GH/2e44k68N3fcP19jl8O8jGpqLAZcQTYk6skA==",
  4118. "cpu": [
  4119. "x64"
  4120. ],
  4121. "license": "MIT",
  4122. "optional": true,
  4123. "os": [
  4124. "linux"
  4125. ],
  4126. "engines": {
  4127. "node": "^20.19.0 || >=22.12.0"
  4128. }
  4129. },
  4130. "node_modules/@oxc-parser/binding-linux-x64-musl": {
  4131. "version": "0.112.0",
  4132. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-linux-x64-musl/-/binding-linux-x64-musl-0.112.0.tgz",
  4133. "integrity": "sha512-TYqnuKV/p3eOc+N61E0961nA7DC+gaCeJ3+V2LcjJdTwFMdikqWL6uVk1jlrpUCBrozHDATVUKDZYH7r4FQYjQ==",
  4134. "cpu": [
  4135. "x64"
  4136. ],
  4137. "license": "MIT",
  4138. "optional": true,
  4139. "os": [
  4140. "linux"
  4141. ],
  4142. "engines": {
  4143. "node": "^20.19.0 || >=22.12.0"
  4144. }
  4145. },
  4146. "node_modules/@oxc-parser/binding-openharmony-arm64": {
  4147. "version": "0.112.0",
  4148. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-openharmony-arm64/-/binding-openharmony-arm64-0.112.0.tgz",
  4149. "integrity": "sha512-ZhrVmWFifVEFQX4XPwLoVFDHw9tAWH9p9vHsHFH+5uCKdfVR+jje4WxVo6YrokWCboGckoOzHq5KKMOcPZfkRg==",
  4150. "cpu": [
  4151. "arm64"
  4152. ],
  4153. "license": "MIT",
  4154. "optional": true,
  4155. "os": [
  4156. "openharmony"
  4157. ],
  4158. "engines": {
  4159. "node": "^20.19.0 || >=22.12.0"
  4160. }
  4161. },
  4162. "node_modules/@oxc-parser/binding-wasm32-wasi": {
  4163. "version": "0.112.0",
  4164. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-wasm32-wasi/-/binding-wasm32-wasi-0.112.0.tgz",
  4165. "integrity": "sha512-Gr8X2PUU3hX1g3F5oLWIZB8DhzDmjr5TfOrmn5tlBOo9l8ojPGdKjnIBfObM7X15928vza8QRKW25RTR7jfivg==",
  4166. "cpu": [
  4167. "wasm32"
  4168. ],
  4169. "license": "MIT",
  4170. "optional": true,
  4171. "dependencies": {
  4172. "@napi-rs/wasm-runtime": "^1.1.1"
  4173. },
  4174. "engines": {
  4175. "node": ">=14.0.0"
  4176. }
  4177. },
  4178. "node_modules/@oxc-parser/binding-win32-arm64-msvc": {
  4179. "version": "0.112.0",
  4180. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.112.0.tgz",
  4181. "integrity": "sha512-t5CDLbU70Ea88bGRhvU/dLJTc/Wcrtf2Jp534E8P3cgjAvHDjdKsfDDqBZrhybJ8Jv9v9vW5ngE40EK51BluDA==",
  4182. "cpu": [
  4183. "arm64"
  4184. ],
  4185. "license": "MIT",
  4186. "optional": true,
  4187. "os": [
  4188. "win32"
  4189. ],
  4190. "engines": {
  4191. "node": "^20.19.0 || >=22.12.0"
  4192. }
  4193. },
  4194. "node_modules/@oxc-parser/binding-win32-ia32-msvc": {
  4195. "version": "0.112.0",
  4196. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-0.112.0.tgz",
  4197. "integrity": "sha512-rZH0JynCCwnhe2HfRoyNOl/Kfd9pudoWxgpC5OZhj7j77pMK0UOAa35hYDfrtSOUk2HLzrikV5dPUOY2DpSBSA==",
  4198. "cpu": [
  4199. "ia32"
  4200. ],
  4201. "license": "MIT",
  4202. "optional": true,
  4203. "os": [
  4204. "win32"
  4205. ],
  4206. "engines": {
  4207. "node": "^20.19.0 || >=22.12.0"
  4208. }
  4209. },
  4210. "node_modules/@oxc-parser/binding-win32-x64-msvc": {
  4211. "version": "0.112.0",
  4212. "resolved": "https://registry.npmmirror.com/@oxc-parser/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.112.0.tgz",
  4213. "integrity": "sha512-oGHluohzmVFAuQrkEnl1OXAxMz2aYmimxUqIgKXpBgbr7PvFv0doELB273sX+5V3fKeggohKg1A2Qq21W9Z9cQ==",
  4214. "cpu": [
  4215. "x64"
  4216. ],
  4217. "license": "MIT",
  4218. "optional": true,
  4219. "os": [
  4220. "win32"
  4221. ],
  4222. "engines": {
  4223. "node": "^20.19.0 || >=22.12.0"
  4224. }
  4225. },
  4226. "node_modules/@oxc-project/types": {
  4227. "version": "0.112.0",
  4228. "resolved": "https://registry.npmmirror.com/@oxc-project/types/-/types-0.112.0.tgz",
  4229. "integrity": "sha512-m6RebKHIRsax2iCwVpYW2ErQwa4ywHJrE4sCK3/8JK8ZZAWOKXaRJFl/uP51gaVyyXlaS4+chU1nSCdzYf6QqQ==",
  4230. "license": "MIT",
  4231. "funding": {
  4232. "url": "https://github.com/sponsors/Boshen"
  4233. }
  4234. },
  4235. "node_modules/@oxc-transform/binding-android-arm-eabi": {
  4236. "version": "0.112.0",
  4237. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-android-arm-eabi/-/binding-android-arm-eabi-0.112.0.tgz",
  4238. "integrity": "sha512-r4LuBaPnOAi0eUOBNi880Fm2tO2omH7N1FRrL6+nyz/AjQ+QPPLtoyZJva0O+sKi1buyN/7IzM5p9m+5ANSDbg==",
  4239. "cpu": [
  4240. "arm"
  4241. ],
  4242. "license": "MIT",
  4243. "optional": true,
  4244. "os": [
  4245. "android"
  4246. ],
  4247. "engines": {
  4248. "node": "^20.19.0 || >=22.12.0"
  4249. }
  4250. },
  4251. "node_modules/@oxc-transform/binding-android-arm64": {
  4252. "version": "0.112.0",
  4253. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-android-arm64/-/binding-android-arm64-0.112.0.tgz",
  4254. "integrity": "sha512-ve46vQcQrY8eGe8990VSlS9gkD+AogJqbtfOkeua+5sQGQTDgeIRRxOm7ktCo19uZc2bEBwXRJITgosd+NRVmQ==",
  4255. "cpu": [
  4256. "arm64"
  4257. ],
  4258. "license": "MIT",
  4259. "optional": true,
  4260. "os": [
  4261. "android"
  4262. ],
  4263. "engines": {
  4264. "node": "^20.19.0 || >=22.12.0"
  4265. }
  4266. },
  4267. "node_modules/@oxc-transform/binding-darwin-arm64": {
  4268. "version": "0.112.0",
  4269. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-darwin-arm64/-/binding-darwin-arm64-0.112.0.tgz",
  4270. "integrity": "sha512-ddbmLU3Tr+i7MOynfwAXxUXud3SjJKlv7XNjaq08qiI8Av/QvhXVGc2bMhXkWQSMSBUeTDoiughKjK+Zsb6y/A==",
  4271. "cpu": [
  4272. "arm64"
  4273. ],
  4274. "license": "MIT",
  4275. "optional": true,
  4276. "os": [
  4277. "darwin"
  4278. ],
  4279. "engines": {
  4280. "node": "^20.19.0 || >=22.12.0"
  4281. }
  4282. },
  4283. "node_modules/@oxc-transform/binding-darwin-x64": {
  4284. "version": "0.112.0",
  4285. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-darwin-x64/-/binding-darwin-x64-0.112.0.tgz",
  4286. "integrity": "sha512-TKvmNw96jQZPqYb4pRrzLFDailNB3YS14KNn+x2hwRbqc6CqY96S9PYwyOpVpYdxfoRjYO9WgX9SoS+62a1DPA==",
  4287. "cpu": [
  4288. "x64"
  4289. ],
  4290. "license": "MIT",
  4291. "optional": true,
  4292. "os": [
  4293. "darwin"
  4294. ],
  4295. "engines": {
  4296. "node": "^20.19.0 || >=22.12.0"
  4297. }
  4298. },
  4299. "node_modules/@oxc-transform/binding-freebsd-x64": {
  4300. "version": "0.112.0",
  4301. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-freebsd-x64/-/binding-freebsd-x64-0.112.0.tgz",
  4302. "integrity": "sha512-YPMkSCDaelO8HHYRMYjm+Q+IfkfIbdtQzwPuasItYkq8UUkNeHNPheNh2JkvQa3c+io3E9ePOgHQ2yihpk7o/Q==",
  4303. "cpu": [
  4304. "x64"
  4305. ],
  4306. "license": "MIT",
  4307. "optional": true,
  4308. "os": [
  4309. "freebsd"
  4310. ],
  4311. "engines": {
  4312. "node": "^20.19.0 || >=22.12.0"
  4313. }
  4314. },
  4315. "node_modules/@oxc-transform/binding-linux-arm-gnueabihf": {
  4316. "version": "0.112.0",
  4317. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.112.0.tgz",
  4318. "integrity": "sha512-nA7kzQGNEpuTRknst/IJ3l8hqmDmEda3aun6jkXgp7gKxESjuHeaNH04mKISxvJ7fIacvP2g/wtTSnm4u5jL8Q==",
  4319. "cpu": [
  4320. "arm"
  4321. ],
  4322. "license": "MIT",
  4323. "optional": true,
  4324. "os": [
  4325. "linux"
  4326. ],
  4327. "engines": {
  4328. "node": "^20.19.0 || >=22.12.0"
  4329. }
  4330. },
  4331. "node_modules/@oxc-transform/binding-linux-arm-musleabihf": {
  4332. "version": "0.112.0",
  4333. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.112.0.tgz",
  4334. "integrity": "sha512-w8GuLmckKlGc3YujaZKhtbFxziCcosvM2l9GnQjCb/yENWLGDiyQOy0BTAgPGdJwpYTiOeJblEXSuXYvlE1Ong==",
  4335. "cpu": [
  4336. "arm"
  4337. ],
  4338. "license": "MIT",
  4339. "optional": true,
  4340. "os": [
  4341. "linux"
  4342. ],
  4343. "engines": {
  4344. "node": "^20.19.0 || >=22.12.0"
  4345. }
  4346. },
  4347. "node_modules/@oxc-transform/binding-linux-arm64-gnu": {
  4348. "version": "0.112.0",
  4349. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.112.0.tgz",
  4350. "integrity": "sha512-9LwwGnJ8+WT0rXcrI8M0RJtDNt91eMqcDPPEvJxhRFHIMcHTy5D5xT+fOl3Us0yMqKo3HUWkbfUYqAp4GoZ3Jw==",
  4351. "cpu": [
  4352. "arm64"
  4353. ],
  4354. "license": "MIT",
  4355. "optional": true,
  4356. "os": [
  4357. "linux"
  4358. ],
  4359. "engines": {
  4360. "node": "^20.19.0 || >=22.12.0"
  4361. }
  4362. },
  4363. "node_modules/@oxc-transform/binding-linux-arm64-musl": {
  4364. "version": "0.112.0",
  4365. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.112.0.tgz",
  4366. "integrity": "sha512-Lg6VOuSd3oXv7J0eGywgqh/086h+qQzIBOD+47pYKMTTJcbDe+f3h/RgGoMKJE5HhiwT5sH1aGEJfIfaYUiVSw==",
  4367. "cpu": [
  4368. "arm64"
  4369. ],
  4370. "license": "MIT",
  4371. "optional": true,
  4372. "os": [
  4373. "linux"
  4374. ],
  4375. "engines": {
  4376. "node": "^20.19.0 || >=22.12.0"
  4377. }
  4378. },
  4379. "node_modules/@oxc-transform/binding-linux-ppc64-gnu": {
  4380. "version": "0.112.0",
  4381. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-0.112.0.tgz",
  4382. "integrity": "sha512-PXzmj82o1moA4IGphYImTRgc2youTi4VRfyFX3CHwLjxPcQ5JtcsgbDt4QUdOzXZ+zC07s5jf2ZzhRapEOlj2w==",
  4383. "cpu": [
  4384. "ppc64"
  4385. ],
  4386. "license": "MIT",
  4387. "optional": true,
  4388. "os": [
  4389. "linux"
  4390. ],
  4391. "engines": {
  4392. "node": "^20.19.0 || >=22.12.0"
  4393. }
  4394. },
  4395. "node_modules/@oxc-transform/binding-linux-riscv64-gnu": {
  4396. "version": "0.112.0",
  4397. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.112.0.tgz",
  4398. "integrity": "sha512-vhJsMsVH/6xwa3bt1LGts33FXUkGjaEGDwsRyp4lIfOjSfQVWMtCmWMFNaA0dW9FVWdD2Gt2fSFBSZ+azDxlpg==",
  4399. "cpu": [
  4400. "riscv64"
  4401. ],
  4402. "license": "MIT",
  4403. "optional": true,
  4404. "os": [
  4405. "linux"
  4406. ],
  4407. "engines": {
  4408. "node": "^20.19.0 || >=22.12.0"
  4409. }
  4410. },
  4411. "node_modules/@oxc-transform/binding-linux-riscv64-musl": {
  4412. "version": "0.112.0",
  4413. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-0.112.0.tgz",
  4414. "integrity": "sha512-cXWFb7z+2IjFUEcXtRwluq9oEG5qnyFCjiu3SWrgYNcWwPdHusv3I/7K5/CTbbi4StoZ5txbi7/iSfDHNyWuRw==",
  4415. "cpu": [
  4416. "riscv64"
  4417. ],
  4418. "license": "MIT",
  4419. "optional": true,
  4420. "os": [
  4421. "linux"
  4422. ],
  4423. "engines": {
  4424. "node": "^20.19.0 || >=22.12.0"
  4425. }
  4426. },
  4427. "node_modules/@oxc-transform/binding-linux-s390x-gnu": {
  4428. "version": "0.112.0",
  4429. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.112.0.tgz",
  4430. "integrity": "sha512-eEFu4SRqJTJ20/88KRWmp+jpHKAw0Y1DsnSgpEeXyBIIcsOaLIUMU/TfYWUmqRbvbMV9rmOmI3kp5xWYUq6kSQ==",
  4431. "cpu": [
  4432. "s390x"
  4433. ],
  4434. "license": "MIT",
  4435. "optional": true,
  4436. "os": [
  4437. "linux"
  4438. ],
  4439. "engines": {
  4440. "node": "^20.19.0 || >=22.12.0"
  4441. }
  4442. },
  4443. "node_modules/@oxc-transform/binding-linux-x64-gnu": {
  4444. "version": "0.112.0",
  4445. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.112.0.tgz",
  4446. "integrity": "sha512-ST1MDT+TlOyZ1c5btrGinRSUW2Jf4Pa+0gdKwsyjDSOC3dxy2ZNkN3mosTf4ywc3J+mxfYKqtjs7zSwHz03ILA==",
  4447. "cpu": [
  4448. "x64"
  4449. ],
  4450. "license": "MIT",
  4451. "optional": true,
  4452. "os": [
  4453. "linux"
  4454. ],
  4455. "engines": {
  4456. "node": "^20.19.0 || >=22.12.0"
  4457. }
  4458. },
  4459. "node_modules/@oxc-transform/binding-linux-x64-musl": {
  4460. "version": "0.112.0",
  4461. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-linux-x64-musl/-/binding-linux-x64-musl-0.112.0.tgz",
  4462. "integrity": "sha512-ISQoA3pD4cyTGpf9sXXeerH6pL2L6EIpdy6oAy2ttkswyVFDyQNVOVIGIdLZDgbpmqGljxZnWqt/J/N68pQaig==",
  4463. "cpu": [
  4464. "x64"
  4465. ],
  4466. "license": "MIT",
  4467. "optional": true,
  4468. "os": [
  4469. "linux"
  4470. ],
  4471. "engines": {
  4472. "node": "^20.19.0 || >=22.12.0"
  4473. }
  4474. },
  4475. "node_modules/@oxc-transform/binding-openharmony-arm64": {
  4476. "version": "0.112.0",
  4477. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-openharmony-arm64/-/binding-openharmony-arm64-0.112.0.tgz",
  4478. "integrity": "sha512-UOGVrGIv7yLJovyEXEyUTADuLq98vd/cbMHFLJweRXD+11I8Tn4jASi4WzdsN8C3BVYGRHrXH2NlSBmhz33a4g==",
  4479. "cpu": [
  4480. "arm64"
  4481. ],
  4482. "license": "MIT",
  4483. "optional": true,
  4484. "os": [
  4485. "openharmony"
  4486. ],
  4487. "engines": {
  4488. "node": "^20.19.0 || >=22.12.0"
  4489. }
  4490. },
  4491. "node_modules/@oxc-transform/binding-wasm32-wasi": {
  4492. "version": "0.112.0",
  4493. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-wasm32-wasi/-/binding-wasm32-wasi-0.112.0.tgz",
  4494. "integrity": "sha512-XIX7Gpq9koAvzBVHDlVFHM79r5uOVK6kTEsdsN4qaajpjkgtv4tdsAOKIYK6l7fUbsbE6xS+6w1+yRFrDeC1kg==",
  4495. "cpu": [
  4496. "wasm32"
  4497. ],
  4498. "license": "MIT",
  4499. "optional": true,
  4500. "dependencies": {
  4501. "@napi-rs/wasm-runtime": "^1.1.1"
  4502. },
  4503. "engines": {
  4504. "node": ">=14.0.0"
  4505. }
  4506. },
  4507. "node_modules/@oxc-transform/binding-win32-arm64-msvc": {
  4508. "version": "0.112.0",
  4509. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.112.0.tgz",
  4510. "integrity": "sha512-EgXef9kOne9BNsbYBbuRqxk2hteT0xsAGcx/VbtCBMJYNj8fANFhT271DUSOgfa4DAgrQQmsyt/Kr1aV9mpU9w==",
  4511. "cpu": [
  4512. "arm64"
  4513. ],
  4514. "license": "MIT",
  4515. "optional": true,
  4516. "os": [
  4517. "win32"
  4518. ],
  4519. "engines": {
  4520. "node": "^20.19.0 || >=22.12.0"
  4521. }
  4522. },
  4523. "node_modules/@oxc-transform/binding-win32-ia32-msvc": {
  4524. "version": "0.112.0",
  4525. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-0.112.0.tgz",
  4526. "integrity": "sha512-6QaB0qjNaou2YR+blncHdw7j0e26IOwOIjLbhVGDeuf9+4rjJeiqRXJ2hOtCcS4zblnao/MjdgQuZ3fM0nl+Kw==",
  4527. "cpu": [
  4528. "ia32"
  4529. ],
  4530. "license": "MIT",
  4531. "optional": true,
  4532. "os": [
  4533. "win32"
  4534. ],
  4535. "engines": {
  4536. "node": "^20.19.0 || >=22.12.0"
  4537. }
  4538. },
  4539. "node_modules/@oxc-transform/binding-win32-x64-msvc": {
  4540. "version": "0.112.0",
  4541. "resolved": "https://registry.npmmirror.com/@oxc-transform/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.112.0.tgz",
  4542. "integrity": "sha512-FRKYlY959QeqRPx9kXs0HjU2xuXPT1cdF+vvA200D9uAX/KLcC34MwRqUKTYml4kCc2Vf/P2pBR9cQuBm3zECQ==",
  4543. "cpu": [
  4544. "x64"
  4545. ],
  4546. "license": "MIT",
  4547. "optional": true,
  4548. "os": [
  4549. "win32"
  4550. ],
  4551. "engines": {
  4552. "node": "^20.19.0 || >=22.12.0"
  4553. }
  4554. },
  4555. "node_modules/@parcel/watcher": {
  4556. "version": "2.5.1",
  4557. "resolved": "https://registry.npmmirror.com/@parcel/watcher/-/watcher-2.5.1.tgz",
  4558. "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==",
  4559. "hasInstallScript": true,
  4560. "license": "MIT",
  4561. "dependencies": {
  4562. "detect-libc": "^1.0.3",
  4563. "is-glob": "^4.0.3",
  4564. "micromatch": "^4.0.5",
  4565. "node-addon-api": "^7.0.0"
  4566. },
  4567. "engines": {
  4568. "node": ">= 10.0.0"
  4569. },
  4570. "funding": {
  4571. "type": "opencollective",
  4572. "url": "https://opencollective.com/parcel"
  4573. },
  4574. "optionalDependencies": {
  4575. "@parcel/watcher-android-arm64": "2.5.1",
  4576. "@parcel/watcher-darwin-arm64": "2.5.1",
  4577. "@parcel/watcher-darwin-x64": "2.5.1",
  4578. "@parcel/watcher-freebsd-x64": "2.5.1",
  4579. "@parcel/watcher-linux-arm-glibc": "2.5.1",
  4580. "@parcel/watcher-linux-arm-musl": "2.5.1",
  4581. "@parcel/watcher-linux-arm64-glibc": "2.5.1",
  4582. "@parcel/watcher-linux-arm64-musl": "2.5.1",
  4583. "@parcel/watcher-linux-x64-glibc": "2.5.1",
  4584. "@parcel/watcher-linux-x64-musl": "2.5.1",
  4585. "@parcel/watcher-win32-arm64": "2.5.1",
  4586. "@parcel/watcher-win32-ia32": "2.5.1",
  4587. "@parcel/watcher-win32-x64": "2.5.1"
  4588. }
  4589. },
  4590. "node_modules/@parcel/watcher-android-arm64": {
  4591. "version": "2.5.1",
  4592. "resolved": "https://registry.npmmirror.com/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz",
  4593. "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==",
  4594. "cpu": [
  4595. "arm64"
  4596. ],
  4597. "license": "MIT",
  4598. "optional": true,
  4599. "os": [
  4600. "android"
  4601. ],
  4602. "engines": {
  4603. "node": ">= 10.0.0"
  4604. },
  4605. "funding": {
  4606. "type": "opencollective",
  4607. "url": "https://opencollective.com/parcel"
  4608. }
  4609. },
  4610. "node_modules/@parcel/watcher-darwin-arm64": {
  4611. "version": "2.5.1",
  4612. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz",
  4613. "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==",
  4614. "cpu": [
  4615. "arm64"
  4616. ],
  4617. "license": "MIT",
  4618. "optional": true,
  4619. "os": [
  4620. "darwin"
  4621. ],
  4622. "engines": {
  4623. "node": ">= 10.0.0"
  4624. },
  4625. "funding": {
  4626. "type": "opencollective",
  4627. "url": "https://opencollective.com/parcel"
  4628. }
  4629. },
  4630. "node_modules/@parcel/watcher-darwin-x64": {
  4631. "version": "2.5.1",
  4632. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz",
  4633. "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==",
  4634. "cpu": [
  4635. "x64"
  4636. ],
  4637. "license": "MIT",
  4638. "optional": true,
  4639. "os": [
  4640. "darwin"
  4641. ],
  4642. "engines": {
  4643. "node": ">= 10.0.0"
  4644. },
  4645. "funding": {
  4646. "type": "opencollective",
  4647. "url": "https://opencollective.com/parcel"
  4648. }
  4649. },
  4650. "node_modules/@parcel/watcher-freebsd-x64": {
  4651. "version": "2.5.1",
  4652. "resolved": "https://registry.npmmirror.com/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz",
  4653. "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==",
  4654. "cpu": [
  4655. "x64"
  4656. ],
  4657. "license": "MIT",
  4658. "optional": true,
  4659. "os": [
  4660. "freebsd"
  4661. ],
  4662. "engines": {
  4663. "node": ">= 10.0.0"
  4664. },
  4665. "funding": {
  4666. "type": "opencollective",
  4667. "url": "https://opencollective.com/parcel"
  4668. }
  4669. },
  4670. "node_modules/@parcel/watcher-linux-arm-glibc": {
  4671. "version": "2.5.1",
  4672. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz",
  4673. "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==",
  4674. "cpu": [
  4675. "arm"
  4676. ],
  4677. "license": "MIT",
  4678. "optional": true,
  4679. "os": [
  4680. "linux"
  4681. ],
  4682. "engines": {
  4683. "node": ">= 10.0.0"
  4684. },
  4685. "funding": {
  4686. "type": "opencollective",
  4687. "url": "https://opencollective.com/parcel"
  4688. }
  4689. },
  4690. "node_modules/@parcel/watcher-linux-arm-musl": {
  4691. "version": "2.5.1",
  4692. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz",
  4693. "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==",
  4694. "cpu": [
  4695. "arm"
  4696. ],
  4697. "license": "MIT",
  4698. "optional": true,
  4699. "os": [
  4700. "linux"
  4701. ],
  4702. "engines": {
  4703. "node": ">= 10.0.0"
  4704. },
  4705. "funding": {
  4706. "type": "opencollective",
  4707. "url": "https://opencollective.com/parcel"
  4708. }
  4709. },
  4710. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  4711. "version": "2.5.1",
  4712. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz",
  4713. "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==",
  4714. "cpu": [
  4715. "arm64"
  4716. ],
  4717. "license": "MIT",
  4718. "optional": true,
  4719. "os": [
  4720. "linux"
  4721. ],
  4722. "engines": {
  4723. "node": ">= 10.0.0"
  4724. },
  4725. "funding": {
  4726. "type": "opencollective",
  4727. "url": "https://opencollective.com/parcel"
  4728. }
  4729. },
  4730. "node_modules/@parcel/watcher-linux-arm64-musl": {
  4731. "version": "2.5.1",
  4732. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz",
  4733. "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==",
  4734. "cpu": [
  4735. "arm64"
  4736. ],
  4737. "license": "MIT",
  4738. "optional": true,
  4739. "os": [
  4740. "linux"
  4741. ],
  4742. "engines": {
  4743. "node": ">= 10.0.0"
  4744. },
  4745. "funding": {
  4746. "type": "opencollective",
  4747. "url": "https://opencollective.com/parcel"
  4748. }
  4749. },
  4750. "node_modules/@parcel/watcher-linux-x64-glibc": {
  4751. "version": "2.5.1",
  4752. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz",
  4753. "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==",
  4754. "cpu": [
  4755. "x64"
  4756. ],
  4757. "license": "MIT",
  4758. "optional": true,
  4759. "os": [
  4760. "linux"
  4761. ],
  4762. "engines": {
  4763. "node": ">= 10.0.0"
  4764. },
  4765. "funding": {
  4766. "type": "opencollective",
  4767. "url": "https://opencollective.com/parcel"
  4768. }
  4769. },
  4770. "node_modules/@parcel/watcher-linux-x64-musl": {
  4771. "version": "2.5.1",
  4772. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz",
  4773. "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==",
  4774. "cpu": [
  4775. "x64"
  4776. ],
  4777. "license": "MIT",
  4778. "optional": true,
  4779. "os": [
  4780. "linux"
  4781. ],
  4782. "engines": {
  4783. "node": ">= 10.0.0"
  4784. },
  4785. "funding": {
  4786. "type": "opencollective",
  4787. "url": "https://opencollective.com/parcel"
  4788. }
  4789. },
  4790. "node_modules/@parcel/watcher-wasm": {
  4791. "version": "2.5.6",
  4792. "resolved": "https://registry.npmmirror.com/@parcel/watcher-wasm/-/watcher-wasm-2.5.6.tgz",
  4793. "integrity": "sha512-byAiBZ1t3tXQvc8dMD/eoyE7lTXYorhn+6uVW5AC+JGI1KtJC/LvDche5cfUE+qiefH+Ybq0bUCJU0aB1cSHUA==",
  4794. "bundleDependencies": [
  4795. "napi-wasm"
  4796. ],
  4797. "license": "MIT",
  4798. "dependencies": {
  4799. "is-glob": "^4.0.3",
  4800. "napi-wasm": "^1.1.0",
  4801. "picomatch": "^4.0.3"
  4802. },
  4803. "engines": {
  4804. "node": ">= 10.0.0"
  4805. },
  4806. "funding": {
  4807. "type": "opencollective",
  4808. "url": "https://opencollective.com/parcel"
  4809. }
  4810. },
  4811. "node_modules/@parcel/watcher-wasm/node_modules/napi-wasm": {
  4812. "version": "1.1.0",
  4813. "inBundle": true,
  4814. "license": "MIT"
  4815. },
  4816. "node_modules/@parcel/watcher-win32-arm64": {
  4817. "version": "2.5.1",
  4818. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz",
  4819. "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==",
  4820. "cpu": [
  4821. "arm64"
  4822. ],
  4823. "license": "MIT",
  4824. "optional": true,
  4825. "os": [
  4826. "win32"
  4827. ],
  4828. "engines": {
  4829. "node": ">= 10.0.0"
  4830. },
  4831. "funding": {
  4832. "type": "opencollective",
  4833. "url": "https://opencollective.com/parcel"
  4834. }
  4835. },
  4836. "node_modules/@parcel/watcher-win32-ia32": {
  4837. "version": "2.5.1",
  4838. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz",
  4839. "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==",
  4840. "cpu": [
  4841. "ia32"
  4842. ],
  4843. "license": "MIT",
  4844. "optional": true,
  4845. "os": [
  4846. "win32"
  4847. ],
  4848. "engines": {
  4849. "node": ">= 10.0.0"
  4850. },
  4851. "funding": {
  4852. "type": "opencollective",
  4853. "url": "https://opencollective.com/parcel"
  4854. }
  4855. },
  4856. "node_modules/@parcel/watcher-win32-x64": {
  4857. "version": "2.5.1",
  4858. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz",
  4859. "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==",
  4860. "cpu": [
  4861. "x64"
  4862. ],
  4863. "license": "MIT",
  4864. "optional": true,
  4865. "os": [
  4866. "win32"
  4867. ],
  4868. "engines": {
  4869. "node": ">= 10.0.0"
  4870. },
  4871. "funding": {
  4872. "type": "opencollective",
  4873. "url": "https://opencollective.com/parcel"
  4874. }
  4875. },
  4876. "node_modules/@pinia/nuxt": {
  4877. "version": "0.11.1",
  4878. "resolved": "https://registry.npmmirror.com/@pinia/nuxt/-/nuxt-0.11.1.tgz",
  4879. "integrity": "sha512-tCD8ioWhhIHKwm8Y9VvyhBAV/kK4W5uGBIYbI5iM4N1t7duOqK6ECBUavrMxMolELayqqMLb9+evegrh3S7s2A==",
  4880. "license": "MIT",
  4881. "dependencies": {
  4882. "@nuxt/kit": "^3.9.0"
  4883. },
  4884. "funding": {
  4885. "url": "https://github.com/sponsors/posva"
  4886. },
  4887. "peerDependencies": {
  4888. "pinia": "^3.0.3"
  4889. }
  4890. },
  4891. "node_modules/@pkgjs/parseargs": {
  4892. "version": "0.11.0",
  4893. "resolved": "https://registry.npmmirror.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
  4894. "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
  4895. "license": "MIT",
  4896. "optional": true,
  4897. "engines": {
  4898. "node": ">=14"
  4899. }
  4900. },
  4901. "node_modules/@polka/url": {
  4902. "version": "1.0.0-next.29",
  4903. "resolved": "https://registry.npmmirror.com/@polka/url/-/url-1.0.0-next.29.tgz",
  4904. "integrity": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==",
  4905. "license": "MIT"
  4906. },
  4907. "node_modules/@popperjs/core": {
  4908. "version": "2.11.8",
  4909. "resolved": "https://registry.npmmirror.com/@popperjs/core/-/core-2.11.8.tgz",
  4910. "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
  4911. "license": "MIT",
  4912. "funding": {
  4913. "type": "opencollective",
  4914. "url": "https://opencollective.com/popperjs"
  4915. }
  4916. },
  4917. "node_modules/@poppinss/colors": {
  4918. "version": "4.1.6",
  4919. "resolved": "https://registry.npmmirror.com/@poppinss/colors/-/colors-4.1.6.tgz",
  4920. "integrity": "sha512-H9xkIdFswbS8n1d6vmRd8+c10t2Qe+rZITbbDHHkQixH5+2x1FDGmi/0K+WgWiqQFKPSlIYB7jlH6Kpfn6Fleg==",
  4921. "license": "MIT",
  4922. "dependencies": {
  4923. "kleur": "^4.1.5"
  4924. }
  4925. },
  4926. "node_modules/@poppinss/dumper": {
  4927. "version": "0.7.0",
  4928. "resolved": "https://registry.npmmirror.com/@poppinss/dumper/-/dumper-0.7.0.tgz",
  4929. "integrity": "sha512-0UTYalzk2t6S4rA2uHOz5bSSW2CHdv4vggJI6Alg90yvl0UgXs6XSXpH96OH+bRkX4J/06djv29pqXJ0lq5Kag==",
  4930. "license": "MIT",
  4931. "dependencies": {
  4932. "@poppinss/colors": "^4.1.5",
  4933. "@sindresorhus/is": "^7.0.2",
  4934. "supports-color": "^10.0.0"
  4935. }
  4936. },
  4937. "node_modules/@poppinss/exception": {
  4938. "version": "1.2.3",
  4939. "resolved": "https://registry.npmmirror.com/@poppinss/exception/-/exception-1.2.3.tgz",
  4940. "integrity": "sha512-dCED+QRChTVatE9ibtoaxc+WkdzOSjYTKi/+uacHWIsfodVfpsueo3+DKpgU5Px8qXjgmXkSvhXvSCz3fnP9lw==",
  4941. "license": "MIT"
  4942. },
  4943. "node_modules/@rolldown/pluginutils": {
  4944. "version": "1.0.0-rc.2",
  4945. "resolved": "https://registry.npmmirror.com/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.2.tgz",
  4946. "integrity": "sha512-izyXV/v+cHiRfozX62W9htOAvwMo4/bXKDrQ+vom1L1qRuexPock/7VZDAhnpHCLNejd3NJ6hiab+tO0D44Rgw==",
  4947. "license": "MIT"
  4948. },
  4949. "node_modules/@rollup/plugin-alias": {
  4950. "version": "6.0.0",
  4951. "resolved": "https://registry.npmmirror.com/@rollup/plugin-alias/-/plugin-alias-6.0.0.tgz",
  4952. "integrity": "sha512-tPCzJOtS7uuVZd+xPhoy5W4vThe6KWXNmsFCNktaAh5RTqcLiSfT4huPQIXkgJ6YCOjJHvecOAzQxLFhPxKr+g==",
  4953. "license": "MIT",
  4954. "engines": {
  4955. "node": ">=20.19.0"
  4956. },
  4957. "peerDependencies": {
  4958. "rollup": ">=4.0.0"
  4959. },
  4960. "peerDependenciesMeta": {
  4961. "rollup": {
  4962. "optional": true
  4963. }
  4964. }
  4965. },
  4966. "node_modules/@rollup/plugin-commonjs": {
  4967. "version": "29.0.1",
  4968. "resolved": "https://registry.npmmirror.com/@rollup/plugin-commonjs/-/plugin-commonjs-29.0.1.tgz",
  4969. "integrity": "sha512-VUEHINN2rQEWPfNUR3mzidRObM1XZKXMQsaG6qBlDqd6M1qyw91nDZvcSozgyjt3x/QKrgKBc5MdxfdxAy6tdg==",
  4970. "license": "MIT",
  4971. "dependencies": {
  4972. "@rollup/pluginutils": "^5.0.1",
  4973. "commondir": "^1.0.1",
  4974. "estree-walker": "^2.0.2",
  4975. "fdir": "^6.2.0",
  4976. "is-reference": "1.2.1",
  4977. "magic-string": "^0.30.3",
  4978. "picomatch": "^4.0.2"
  4979. },
  4980. "engines": {
  4981. "node": ">=16.0.0 || 14 >= 14.17"
  4982. },
  4983. "peerDependencies": {
  4984. "rollup": "^2.68.0||^3.0.0||^4.0.0"
  4985. },
  4986. "peerDependenciesMeta": {
  4987. "rollup": {
  4988. "optional": true
  4989. }
  4990. }
  4991. },
  4992. "node_modules/@rollup/plugin-inject": {
  4993. "version": "5.0.5",
  4994. "resolved": "https://registry.npmmirror.com/@rollup/plugin-inject/-/plugin-inject-5.0.5.tgz",
  4995. "integrity": "sha512-2+DEJbNBoPROPkgTDNe8/1YXWcqxbN5DTjASVIOx8HS+pITXushyNiBV56RB08zuptzz8gT3YfkqriTBVycepg==",
  4996. "license": "MIT",
  4997. "dependencies": {
  4998. "@rollup/pluginutils": "^5.0.1",
  4999. "estree-walker": "^2.0.2",
  5000. "magic-string": "^0.30.3"
  5001. },
  5002. "engines": {
  5003. "node": ">=14.0.0"
  5004. },
  5005. "peerDependencies": {
  5006. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  5007. },
  5008. "peerDependenciesMeta": {
  5009. "rollup": {
  5010. "optional": true
  5011. }
  5012. }
  5013. },
  5014. "node_modules/@rollup/plugin-json": {
  5015. "version": "6.1.0",
  5016. "resolved": "https://registry.npmmirror.com/@rollup/plugin-json/-/plugin-json-6.1.0.tgz",
  5017. "integrity": "sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==",
  5018. "license": "MIT",
  5019. "dependencies": {
  5020. "@rollup/pluginutils": "^5.1.0"
  5021. },
  5022. "engines": {
  5023. "node": ">=14.0.0"
  5024. },
  5025. "peerDependencies": {
  5026. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  5027. },
  5028. "peerDependenciesMeta": {
  5029. "rollup": {
  5030. "optional": true
  5031. }
  5032. }
  5033. },
  5034. "node_modules/@rollup/plugin-node-resolve": {
  5035. "version": "16.0.3",
  5036. "resolved": "https://registry.npmmirror.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-16.0.3.tgz",
  5037. "integrity": "sha512-lUYM3UBGuM93CnMPG1YocWu7X802BrNF3jW2zny5gQyLQgRFJhV1Sq0Zi74+dh/6NBx1DxFC4b4GXg9wUCG5Qg==",
  5038. "license": "MIT",
  5039. "dependencies": {
  5040. "@rollup/pluginutils": "^5.0.1",
  5041. "@types/resolve": "1.20.2",
  5042. "deepmerge": "^4.2.2",
  5043. "is-module": "^1.0.0",
  5044. "resolve": "^1.22.1"
  5045. },
  5046. "engines": {
  5047. "node": ">=14.0.0"
  5048. },
  5049. "peerDependencies": {
  5050. "rollup": "^2.78.0||^3.0.0||^4.0.0"
  5051. },
  5052. "peerDependenciesMeta": {
  5053. "rollup": {
  5054. "optional": true
  5055. }
  5056. }
  5057. },
  5058. "node_modules/@rollup/plugin-replace": {
  5059. "version": "6.0.3",
  5060. "resolved": "https://registry.npmmirror.com/@rollup/plugin-replace/-/plugin-replace-6.0.3.tgz",
  5061. "integrity": "sha512-J4RZarRvQAm5IF0/LwUUg+obsm+xZhYnbMXmXROyoSE1ATJe3oXSb9L5MMppdxP2ylNSjv6zFBwKYjcKMucVfA==",
  5062. "license": "MIT",
  5063. "dependencies": {
  5064. "@rollup/pluginutils": "^5.0.1",
  5065. "magic-string": "^0.30.3"
  5066. },
  5067. "engines": {
  5068. "node": ">=14.0.0"
  5069. },
  5070. "peerDependencies": {
  5071. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  5072. },
  5073. "peerDependenciesMeta": {
  5074. "rollup": {
  5075. "optional": true
  5076. }
  5077. }
  5078. },
  5079. "node_modules/@rollup/plugin-terser": {
  5080. "version": "0.4.4",
  5081. "resolved": "https://registry.npmmirror.com/@rollup/plugin-terser/-/plugin-terser-0.4.4.tgz",
  5082. "integrity": "sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==",
  5083. "license": "MIT",
  5084. "dependencies": {
  5085. "serialize-javascript": "^6.0.1",
  5086. "smob": "^1.0.0",
  5087. "terser": "^5.17.4"
  5088. },
  5089. "engines": {
  5090. "node": ">=14.0.0"
  5091. },
  5092. "peerDependencies": {
  5093. "rollup": "^2.0.0||^3.0.0||^4.0.0"
  5094. },
  5095. "peerDependenciesMeta": {
  5096. "rollup": {
  5097. "optional": true
  5098. }
  5099. }
  5100. },
  5101. "node_modules/@rollup/pluginutils": {
  5102. "version": "5.1.4",
  5103. "resolved": "https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-5.1.4.tgz",
  5104. "integrity": "sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==",
  5105. "license": "MIT",
  5106. "dependencies": {
  5107. "@types/estree": "^1.0.0",
  5108. "estree-walker": "^2.0.2",
  5109. "picomatch": "^4.0.2"
  5110. },
  5111. "engines": {
  5112. "node": ">=14.0.0"
  5113. },
  5114. "peerDependencies": {
  5115. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  5116. },
  5117. "peerDependenciesMeta": {
  5118. "rollup": {
  5119. "optional": true
  5120. }
  5121. }
  5122. },
  5123. "node_modules/@rollup/rollup-android-arm-eabi": {
  5124. "version": "4.59.0",
  5125. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.59.0.tgz",
  5126. "integrity": "sha512-upnNBkA6ZH2VKGcBj9Fyl9IGNPULcjXRlg0LLeaioQWueH30p6IXtJEbKAgvyv+mJaMxSm1l6xwDXYjpEMiLMg==",
  5127. "cpu": [
  5128. "arm"
  5129. ],
  5130. "license": "MIT",
  5131. "optional": true,
  5132. "os": [
  5133. "android"
  5134. ]
  5135. },
  5136. "node_modules/@rollup/rollup-android-arm64": {
  5137. "version": "4.59.0",
  5138. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.59.0.tgz",
  5139. "integrity": "sha512-hZ+Zxj3SySm4A/DylsDKZAeVg0mvi++0PYVceVyX7hemkw7OreKdCvW2oQ3T1FMZvCaQXqOTHb8qmBShoqk69Q==",
  5140. "cpu": [
  5141. "arm64"
  5142. ],
  5143. "license": "MIT",
  5144. "optional": true,
  5145. "os": [
  5146. "android"
  5147. ]
  5148. },
  5149. "node_modules/@rollup/rollup-darwin-arm64": {
  5150. "version": "4.59.0",
  5151. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.59.0.tgz",
  5152. "integrity": "sha512-W2Psnbh1J8ZJw0xKAd8zdNgF9HRLkdWwwdWqubSVk0pUuQkoHnv7rx4GiF9rT4t5DIZGAsConRE3AxCdJ4m8rg==",
  5153. "cpu": [
  5154. "arm64"
  5155. ],
  5156. "license": "MIT",
  5157. "optional": true,
  5158. "os": [
  5159. "darwin"
  5160. ]
  5161. },
  5162. "node_modules/@rollup/rollup-darwin-x64": {
  5163. "version": "4.59.0",
  5164. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.59.0.tgz",
  5165. "integrity": "sha512-ZW2KkwlS4lwTv7ZVsYDiARfFCnSGhzYPdiOU4IM2fDbL+QGlyAbjgSFuqNRbSthybLbIJ915UtZBtmuLrQAT/w==",
  5166. "cpu": [
  5167. "x64"
  5168. ],
  5169. "license": "MIT",
  5170. "optional": true,
  5171. "os": [
  5172. "darwin"
  5173. ]
  5174. },
  5175. "node_modules/@rollup/rollup-freebsd-arm64": {
  5176. "version": "4.59.0",
  5177. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.59.0.tgz",
  5178. "integrity": "sha512-EsKaJ5ytAu9jI3lonzn3BgG8iRBjV4LxZexygcQbpiU0wU0ATxhNVEpXKfUa0pS05gTcSDMKpn3Sx+QB9RlTTA==",
  5179. "cpu": [
  5180. "arm64"
  5181. ],
  5182. "license": "MIT",
  5183. "optional": true,
  5184. "os": [
  5185. "freebsd"
  5186. ]
  5187. },
  5188. "node_modules/@rollup/rollup-freebsd-x64": {
  5189. "version": "4.59.0",
  5190. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.59.0.tgz",
  5191. "integrity": "sha512-d3DuZi2KzTMjImrxoHIAODUZYoUUMsuUiY4SRRcJy6NJoZ6iIqWnJu9IScV9jXysyGMVuW+KNzZvBLOcpdl3Vg==",
  5192. "cpu": [
  5193. "x64"
  5194. ],
  5195. "license": "MIT",
  5196. "optional": true,
  5197. "os": [
  5198. "freebsd"
  5199. ]
  5200. },
  5201. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  5202. "version": "4.59.0",
  5203. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.59.0.tgz",
  5204. "integrity": "sha512-t4ONHboXi/3E0rT6OZl1pKbl2Vgxf9vJfWgmUoCEVQVxhW6Cw/c8I6hbbu7DAvgp82RKiH7TpLwxnJeKv2pbsw==",
  5205. "cpu": [
  5206. "arm"
  5207. ],
  5208. "license": "MIT",
  5209. "optional": true,
  5210. "os": [
  5211. "linux"
  5212. ]
  5213. },
  5214. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  5215. "version": "4.59.0",
  5216. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.59.0.tgz",
  5217. "integrity": "sha512-CikFT7aYPA2ufMD086cVORBYGHffBo4K8MQ4uPS/ZnY54GKj36i196u8U+aDVT2LX4eSMbyHtyOh7D7Zvk2VvA==",
  5218. "cpu": [
  5219. "arm"
  5220. ],
  5221. "license": "MIT",
  5222. "optional": true,
  5223. "os": [
  5224. "linux"
  5225. ]
  5226. },
  5227. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  5228. "version": "4.59.0",
  5229. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.59.0.tgz",
  5230. "integrity": "sha512-jYgUGk5aLd1nUb1CtQ8E+t5JhLc9x5WdBKew9ZgAXg7DBk0ZHErLHdXM24rfX+bKrFe+Xp5YuJo54I5HFjGDAA==",
  5231. "cpu": [
  5232. "arm64"
  5233. ],
  5234. "license": "MIT",
  5235. "optional": true,
  5236. "os": [
  5237. "linux"
  5238. ]
  5239. },
  5240. "node_modules/@rollup/rollup-linux-arm64-musl": {
  5241. "version": "4.59.0",
  5242. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.59.0.tgz",
  5243. "integrity": "sha512-peZRVEdnFWZ5Bh2KeumKG9ty7aCXzzEsHShOZEFiCQlDEepP1dpUl/SrUNXNg13UmZl+gzVDPsiCwnV1uI0RUA==",
  5244. "cpu": [
  5245. "arm64"
  5246. ],
  5247. "license": "MIT",
  5248. "optional": true,
  5249. "os": [
  5250. "linux"
  5251. ]
  5252. },
  5253. "node_modules/@rollup/rollup-linux-loong64-gnu": {
  5254. "version": "4.59.0",
  5255. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.59.0.tgz",
  5256. "integrity": "sha512-gbUSW/97f7+r4gHy3Jlup8zDG190AuodsWnNiXErp9mT90iCy9NKKU0Xwx5k8VlRAIV2uU9CsMnEFg/xXaOfXg==",
  5257. "cpu": [
  5258. "loong64"
  5259. ],
  5260. "license": "MIT",
  5261. "optional": true,
  5262. "os": [
  5263. "linux"
  5264. ]
  5265. },
  5266. "node_modules/@rollup/rollup-linux-loong64-musl": {
  5267. "version": "4.59.0",
  5268. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.59.0.tgz",
  5269. "integrity": "sha512-yTRONe79E+o0FWFijasoTjtzG9EBedFXJMl888NBEDCDV9I2wGbFFfJQQe63OijbFCUZqxpHz1GzpbtSFikJ4Q==",
  5270. "cpu": [
  5271. "loong64"
  5272. ],
  5273. "license": "MIT",
  5274. "optional": true,
  5275. "os": [
  5276. "linux"
  5277. ]
  5278. },
  5279. "node_modules/@rollup/rollup-linux-ppc64-gnu": {
  5280. "version": "4.59.0",
  5281. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.59.0.tgz",
  5282. "integrity": "sha512-sw1o3tfyk12k3OEpRddF68a1unZ5VCN7zoTNtSn2KndUE+ea3m3ROOKRCZxEpmT9nsGnogpFP9x6mnLTCaoLkA==",
  5283. "cpu": [
  5284. "ppc64"
  5285. ],
  5286. "license": "MIT",
  5287. "optional": true,
  5288. "os": [
  5289. "linux"
  5290. ]
  5291. },
  5292. "node_modules/@rollup/rollup-linux-ppc64-musl": {
  5293. "version": "4.59.0",
  5294. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.59.0.tgz",
  5295. "integrity": "sha512-+2kLtQ4xT3AiIxkzFVFXfsmlZiG5FXYW7ZyIIvGA7Bdeuh9Z0aN4hVyXS/G1E9bTP/vqszNIN/pUKCk/BTHsKA==",
  5296. "cpu": [
  5297. "ppc64"
  5298. ],
  5299. "license": "MIT",
  5300. "optional": true,
  5301. "os": [
  5302. "linux"
  5303. ]
  5304. },
  5305. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  5306. "version": "4.59.0",
  5307. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.59.0.tgz",
  5308. "integrity": "sha512-NDYMpsXYJJaj+I7UdwIuHHNxXZ/b/N2hR15NyH3m2qAtb/hHPA4g4SuuvrdxetTdndfj9b1WOmy73kcPRoERUg==",
  5309. "cpu": [
  5310. "riscv64"
  5311. ],
  5312. "license": "MIT",
  5313. "optional": true,
  5314. "os": [
  5315. "linux"
  5316. ]
  5317. },
  5318. "node_modules/@rollup/rollup-linux-riscv64-musl": {
  5319. "version": "4.59.0",
  5320. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.59.0.tgz",
  5321. "integrity": "sha512-nLckB8WOqHIf1bhymk+oHxvM9D3tyPndZH8i8+35p/1YiVoVswPid2yLzgX7ZJP0KQvnkhM4H6QZ5m0LzbyIAg==",
  5322. "cpu": [
  5323. "riscv64"
  5324. ],
  5325. "license": "MIT",
  5326. "optional": true,
  5327. "os": [
  5328. "linux"
  5329. ]
  5330. },
  5331. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  5332. "version": "4.59.0",
  5333. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.59.0.tgz",
  5334. "integrity": "sha512-oF87Ie3uAIvORFBpwnCvUzdeYUqi2wY6jRFWJAy1qus/udHFYIkplYRW+wo+GRUP4sKzYdmE1Y3+rY5Gc4ZO+w==",
  5335. "cpu": [
  5336. "s390x"
  5337. ],
  5338. "license": "MIT",
  5339. "optional": true,
  5340. "os": [
  5341. "linux"
  5342. ]
  5343. },
  5344. "node_modules/@rollup/rollup-linux-x64-gnu": {
  5345. "version": "4.59.0",
  5346. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.59.0.tgz",
  5347. "integrity": "sha512-3AHmtQq/ppNuUspKAlvA8HtLybkDflkMuLK4DPo77DfthRb71V84/c4MlWJXixZz4uruIH4uaa07IqoAkG64fg==",
  5348. "cpu": [
  5349. "x64"
  5350. ],
  5351. "license": "MIT",
  5352. "optional": true,
  5353. "os": [
  5354. "linux"
  5355. ]
  5356. },
  5357. "node_modules/@rollup/rollup-linux-x64-musl": {
  5358. "version": "4.59.0",
  5359. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.59.0.tgz",
  5360. "integrity": "sha512-2UdiwS/9cTAx7qIUZB/fWtToJwvt0Vbo0zmnYt7ED35KPg13Q0ym1g442THLC7VyI6JfYTP4PiSOWyoMdV2/xg==",
  5361. "cpu": [
  5362. "x64"
  5363. ],
  5364. "license": "MIT",
  5365. "optional": true,
  5366. "os": [
  5367. "linux"
  5368. ]
  5369. },
  5370. "node_modules/@rollup/rollup-openbsd-x64": {
  5371. "version": "4.59.0",
  5372. "resolved": "https://registry.npmmirror.com/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.59.0.tgz",
  5373. "integrity": "sha512-M3bLRAVk6GOwFlPTIxVBSYKUaqfLrn8l0psKinkCFxl4lQvOSz8ZrKDz2gxcBwHFpci0B6rttydI4IpS4IS/jQ==",
  5374. "cpu": [
  5375. "x64"
  5376. ],
  5377. "license": "MIT",
  5378. "optional": true,
  5379. "os": [
  5380. "openbsd"
  5381. ]
  5382. },
  5383. "node_modules/@rollup/rollup-openharmony-arm64": {
  5384. "version": "4.59.0",
  5385. "resolved": "https://registry.npmmirror.com/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.59.0.tgz",
  5386. "integrity": "sha512-tt9KBJqaqp5i5HUZzoafHZX8b5Q2Fe7UjYERADll83O4fGqJ49O1FsL6LpdzVFQcpwvnyd0i+K/VSwu/o/nWlA==",
  5387. "cpu": [
  5388. "arm64"
  5389. ],
  5390. "license": "MIT",
  5391. "optional": true,
  5392. "os": [
  5393. "openharmony"
  5394. ]
  5395. },
  5396. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  5397. "version": "4.59.0",
  5398. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.59.0.tgz",
  5399. "integrity": "sha512-V5B6mG7OrGTwnxaNUzZTDTjDS7F75PO1ae6MJYdiMu60sq0CqN5CVeVsbhPxalupvTX8gXVSU9gq+Rx1/hvu6A==",
  5400. "cpu": [
  5401. "arm64"
  5402. ],
  5403. "license": "MIT",
  5404. "optional": true,
  5405. "os": [
  5406. "win32"
  5407. ]
  5408. },
  5409. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  5410. "version": "4.59.0",
  5411. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.59.0.tgz",
  5412. "integrity": "sha512-UKFMHPuM9R0iBegwzKF4y0C4J9u8C6MEJgFuXTBerMk7EJ92GFVFYBfOZaSGLu6COf7FxpQNqhNS4c4icUPqxA==",
  5413. "cpu": [
  5414. "ia32"
  5415. ],
  5416. "license": "MIT",
  5417. "optional": true,
  5418. "os": [
  5419. "win32"
  5420. ]
  5421. },
  5422. "node_modules/@rollup/rollup-win32-x64-gnu": {
  5423. "version": "4.59.0",
  5424. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.59.0.tgz",
  5425. "integrity": "sha512-laBkYlSS1n2L8fSo1thDNGrCTQMmxjYY5G0WFWjFFYZkKPjsMBsgJfGf4TLxXrF6RyhI60L8TMOjBMvXiTcxeA==",
  5426. "cpu": [
  5427. "x64"
  5428. ],
  5429. "license": "MIT",
  5430. "optional": true,
  5431. "os": [
  5432. "win32"
  5433. ]
  5434. },
  5435. "node_modules/@rollup/rollup-win32-x64-msvc": {
  5436. "version": "4.59.0",
  5437. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.59.0.tgz",
  5438. "integrity": "sha512-2HRCml6OztYXyJXAvdDXPKcawukWY2GpR5/nxKp4iBgiO3wcoEGkAaqctIbZcNB6KlUQBIqt8VYkNSj2397EfA==",
  5439. "cpu": [
  5440. "x64"
  5441. ],
  5442. "license": "MIT",
  5443. "optional": true,
  5444. "os": [
  5445. "win32"
  5446. ]
  5447. },
  5448. "node_modules/@sec-ant/readable-stream": {
  5449. "version": "0.4.1",
  5450. "resolved": "https://registry.npmmirror.com/@sec-ant/readable-stream/-/readable-stream-0.4.1.tgz",
  5451. "integrity": "sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==",
  5452. "dev": true,
  5453. "license": "MIT"
  5454. },
  5455. "node_modules/@simonwep/pickr": {
  5456. "version": "1.8.2",
  5457. "resolved": "https://registry.npmmirror.com/@simonwep/pickr/-/pickr-1.8.2.tgz",
  5458. "integrity": "sha512-/l5w8BIkrpP6n1xsetx9MWPWlU6OblN5YgZZphxan0Tq4BByTCETL6lyIeY8lagalS2Nbt4F2W034KHLIiunKA==",
  5459. "license": "MIT",
  5460. "dependencies": {
  5461. "core-js": "^3.15.1",
  5462. "nanopop": "^2.1.0"
  5463. }
  5464. },
  5465. "node_modules/@sindresorhus/is": {
  5466. "version": "7.2.0",
  5467. "resolved": "https://registry.npmmirror.com/@sindresorhus/is/-/is-7.2.0.tgz",
  5468. "integrity": "sha512-P1Cz1dWaFfR4IR+U13mqqiGsLFf1KbayybWwdd2vfctdV6hDpUkgCY0nKOLLTMSoRd/jJNjtbqzf13K8DCCXQw==",
  5469. "license": "MIT",
  5470. "engines": {
  5471. "node": ">=18"
  5472. },
  5473. "funding": {
  5474. "url": "https://github.com/sindresorhus/is?sponsor=1"
  5475. }
  5476. },
  5477. "node_modules/@sindresorhus/merge-streams": {
  5478. "version": "4.0.0",
  5479. "resolved": "https://registry.npmmirror.com/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz",
  5480. "integrity": "sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==",
  5481. "license": "MIT",
  5482. "engines": {
  5483. "node": ">=18"
  5484. },
  5485. "funding": {
  5486. "url": "https://github.com/sponsors/sindresorhus"
  5487. }
  5488. },
  5489. "node_modules/@speed-highlight/core": {
  5490. "version": "1.2.14",
  5491. "resolved": "https://registry.npmmirror.com/@speed-highlight/core/-/core-1.2.14.tgz",
  5492. "integrity": "sha512-G4ewlBNhUtlLvrJTb88d2mdy2KRijzs4UhnlrOSRT4bmjh/IqNElZa3zkrZ+TC47TwtlDWzVLFADljF1Ijp5hA==",
  5493. "license": "CC0-1.0"
  5494. },
  5495. "node_modules/@tsconfig/node22": {
  5496. "version": "22.0.1",
  5497. "resolved": "https://registry.npmmirror.com/@tsconfig/node22/-/node22-22.0.1.tgz",
  5498. "integrity": "sha512-VkgOa3n6jvs1p+r3DiwBqeEwGAwEvnVCg/hIjiANl5IEcqP3G0u5m8cBJspe1t9qjZRlZ7WFgqq5bJrGdgAKMg==",
  5499. "dev": true,
  5500. "license": "MIT"
  5501. },
  5502. "node_modules/@turf/helpers": {
  5503. "version": "6.5.0",
  5504. "resolved": "https://registry.npmmirror.com/@turf/helpers/-/helpers-6.5.0.tgz",
  5505. "integrity": "sha512-VbI1dV5bLFzohYYdgqwikdMVpe7pJ9X3E+dlr425wa2/sMJqYDhTO++ec38/pcPvPE6oD9WEEeU3Xu3gza+VPw==",
  5506. "license": "MIT",
  5507. "funding": {
  5508. "url": "https://opencollective.com/turf"
  5509. }
  5510. },
  5511. "node_modules/@turf/intersect": {
  5512. "version": "6.5.0",
  5513. "resolved": "https://registry.npmmirror.com/@turf/intersect/-/intersect-6.5.0.tgz",
  5514. "integrity": "sha512-2legGJeKrfFkzntcd4GouPugoqPUjexPZnOvfez+3SfIMrHvulw8qV8u7pfVyn2Yqs53yoVCEjS5sEpvQ5YRQg==",
  5515. "license": "MIT",
  5516. "dependencies": {
  5517. "@turf/helpers": "^6.5.0",
  5518. "@turf/invariant": "^6.5.0",
  5519. "polygon-clipping": "^0.15.3"
  5520. },
  5521. "funding": {
  5522. "url": "https://opencollective.com/turf"
  5523. }
  5524. },
  5525. "node_modules/@turf/invariant": {
  5526. "version": "6.5.0",
  5527. "resolved": "https://registry.npmmirror.com/@turf/invariant/-/invariant-6.5.0.tgz",
  5528. "integrity": "sha512-Wv8PRNCtPD31UVbdJE/KVAWKe7l6US+lJItRR/HOEW3eh+U/JwRCSUl/KZ7bmjM/C+zLNoreM2TU6OoLACs4eg==",
  5529. "license": "MIT",
  5530. "dependencies": {
  5531. "@turf/helpers": "^6.5.0"
  5532. },
  5533. "funding": {
  5534. "url": "https://opencollective.com/turf"
  5535. }
  5536. },
  5537. "node_modules/@tybys/wasm-util": {
  5538. "version": "0.10.1",
  5539. "resolved": "https://registry.npmmirror.com/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
  5540. "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==",
  5541. "license": "MIT",
  5542. "optional": true,
  5543. "dependencies": {
  5544. "tslib": "^2.4.0"
  5545. }
  5546. },
  5547. "node_modules/@types/estree": {
  5548. "version": "1.0.8",
  5549. "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.8.tgz",
  5550. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  5551. "license": "MIT"
  5552. },
  5553. "node_modules/@types/node": {
  5554. "version": "22.15.0",
  5555. "resolved": "https://registry.npmmirror.com/@types/node/-/node-22.15.0.tgz",
  5556. "integrity": "sha512-99S8dWD2DkeE6PBaEDw+In3aar7hdoBvjyJMR6vaKBTzpvR0P00ClzJMOoVrj9D2+Sy/YCwACYHnBTpMhg1UCA==",
  5557. "license": "MIT",
  5558. "dependencies": {
  5559. "undici-types": "~6.21.0"
  5560. }
  5561. },
  5562. "node_modules/@types/resolve": {
  5563. "version": "1.20.2",
  5564. "resolved": "https://registry.npmmirror.com/@types/resolve/-/resolve-1.20.2.tgz",
  5565. "integrity": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==",
  5566. "license": "MIT"
  5567. },
  5568. "node_modules/@unhead/vue": {
  5569. "version": "2.1.10",
  5570. "resolved": "https://registry.npmmirror.com/@unhead/vue/-/vue-2.1.10.tgz",
  5571. "integrity": "sha512-VP78Onh2HNezLPfhYjfHqn4dxlcQsE6PJgTTs61NksO/thvilNswtgBq0N0MWCLtn43N5akEPGW2y2zxM3PWgQ==",
  5572. "license": "MIT",
  5573. "dependencies": {
  5574. "hookable": "^6.0.1",
  5575. "unhead": "2.1.10"
  5576. },
  5577. "funding": {
  5578. "url": "https://github.com/sponsors/harlan-zw"
  5579. },
  5580. "peerDependencies": {
  5581. "vue": ">=3.5.18"
  5582. }
  5583. },
  5584. "node_modules/@unhead/vue/node_modules/hookable": {
  5585. "version": "6.0.1",
  5586. "resolved": "https://registry.npmmirror.com/hookable/-/hookable-6.0.1.tgz",
  5587. "integrity": "sha512-uKGyY8BuzN/a5gvzvA+3FVWo0+wUjgtfSdnmjtrOVwQCZPHpHDH2WRO3VZSOeluYrHoDCiXFffZXs8Dj1ULWtw==",
  5588. "license": "MIT"
  5589. },
  5590. "node_modules/@vercel/nft": {
  5591. "version": "1.3.2",
  5592. "resolved": "https://registry.npmmirror.com/@vercel/nft/-/nft-1.3.2.tgz",
  5593. "integrity": "sha512-HC8venRc4Ya7vNeBsJneKHHMDDWpQie7VaKhAIOst3MKO+DES+Y/SbzSp8mFkD7OzwAE2HhHkeSuSmwS20mz3A==",
  5594. "license": "MIT",
  5595. "dependencies": {
  5596. "@mapbox/node-pre-gyp": "^2.0.0",
  5597. "@rollup/pluginutils": "^5.1.3",
  5598. "acorn": "^8.6.0",
  5599. "acorn-import-attributes": "^1.9.5",
  5600. "async-sema": "^3.1.1",
  5601. "bindings": "^1.4.0",
  5602. "estree-walker": "2.0.2",
  5603. "glob": "^13.0.0",
  5604. "graceful-fs": "^4.2.9",
  5605. "node-gyp-build": "^4.2.2",
  5606. "picomatch": "^4.0.2",
  5607. "resolve-from": "^5.0.0"
  5608. },
  5609. "bin": {
  5610. "nft": "out/cli.js"
  5611. },
  5612. "engines": {
  5613. "node": ">=20"
  5614. }
  5615. },
  5616. "node_modules/@vercel/nft/node_modules/balanced-match": {
  5617. "version": "4.0.4",
  5618. "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-4.0.4.tgz",
  5619. "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
  5620. "license": "MIT",
  5621. "engines": {
  5622. "node": "18 || 20 || >=22"
  5623. }
  5624. },
  5625. "node_modules/@vercel/nft/node_modules/brace-expansion": {
  5626. "version": "5.0.4",
  5627. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-5.0.4.tgz",
  5628. "integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
  5629. "license": "MIT",
  5630. "dependencies": {
  5631. "balanced-match": "^4.0.2"
  5632. },
  5633. "engines": {
  5634. "node": "18 || 20 || >=22"
  5635. }
  5636. },
  5637. "node_modules/@vercel/nft/node_modules/glob": {
  5638. "version": "13.0.6",
  5639. "resolved": "https://registry.npmmirror.com/glob/-/glob-13.0.6.tgz",
  5640. "integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==",
  5641. "license": "BlueOak-1.0.0",
  5642. "dependencies": {
  5643. "minimatch": "^10.2.2",
  5644. "minipass": "^7.1.3",
  5645. "path-scurry": "^2.0.2"
  5646. },
  5647. "engines": {
  5648. "node": "18 || 20 || >=22"
  5649. },
  5650. "funding": {
  5651. "url": "https://github.com/sponsors/isaacs"
  5652. }
  5653. },
  5654. "node_modules/@vercel/nft/node_modules/lru-cache": {
  5655. "version": "11.2.6",
  5656. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-11.2.6.tgz",
  5657. "integrity": "sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==",
  5658. "license": "BlueOak-1.0.0",
  5659. "engines": {
  5660. "node": "20 || >=22"
  5661. }
  5662. },
  5663. "node_modules/@vercel/nft/node_modules/minimatch": {
  5664. "version": "10.2.4",
  5665. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-10.2.4.tgz",
  5666. "integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
  5667. "license": "BlueOak-1.0.0",
  5668. "dependencies": {
  5669. "brace-expansion": "^5.0.2"
  5670. },
  5671. "engines": {
  5672. "node": "18 || 20 || >=22"
  5673. },
  5674. "funding": {
  5675. "url": "https://github.com/sponsors/isaacs"
  5676. }
  5677. },
  5678. "node_modules/@vercel/nft/node_modules/path-scurry": {
  5679. "version": "2.0.2",
  5680. "resolved": "https://registry.npmmirror.com/path-scurry/-/path-scurry-2.0.2.tgz",
  5681. "integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==",
  5682. "license": "BlueOak-1.0.0",
  5683. "dependencies": {
  5684. "lru-cache": "^11.0.0",
  5685. "minipass": "^7.1.2"
  5686. },
  5687. "engines": {
  5688. "node": "18 || 20 || >=22"
  5689. },
  5690. "funding": {
  5691. "url": "https://github.com/sponsors/isaacs"
  5692. }
  5693. },
  5694. "node_modules/@vitejs/plugin-vue": {
  5695. "version": "5.2.4",
  5696. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-5.2.4.tgz",
  5697. "integrity": "sha512-7Yx/SXSOcQq5HiiV3orevHUFn+pmMB4cgbEkDYgnkUWb0WfeQ/wa2yFv6D5ICiCQOVpjA7vYDXrC7AGO8yjDHA==",
  5698. "dev": true,
  5699. "license": "MIT",
  5700. "engines": {
  5701. "node": "^18.0.0 || >=20.0.0"
  5702. },
  5703. "peerDependencies": {
  5704. "vite": "^5.0.0 || ^6.0.0",
  5705. "vue": "^3.2.25"
  5706. }
  5707. },
  5708. "node_modules/@vitejs/plugin-vue-jsx": {
  5709. "version": "4.2.0",
  5710. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-4.2.0.tgz",
  5711. "integrity": "sha512-DSTrmrdLp+0LDNF77fqrKfx7X0ErRbOcUAgJL/HbSesqQwoUvUQ4uYQqaex+rovqgGcoPqVk+AwUh3v9CuiYIw==",
  5712. "dev": true,
  5713. "license": "MIT",
  5714. "dependencies": {
  5715. "@babel/core": "^7.27.1",
  5716. "@babel/plugin-transform-typescript": "^7.27.1",
  5717. "@rolldown/pluginutils": "^1.0.0-beta.9",
  5718. "@vue/babel-plugin-jsx": "^1.4.0"
  5719. },
  5720. "engines": {
  5721. "node": "^18.0.0 || >=20.0.0"
  5722. },
  5723. "peerDependencies": {
  5724. "vite": "^5.0.0 || ^6.0.0",
  5725. "vue": "^3.0.0"
  5726. }
  5727. },
  5728. "node_modules/@volar/language-core": {
  5729. "version": "2.4.12",
  5730. "resolved": "https://registry.npmmirror.com/@volar/language-core/-/language-core-2.4.12.tgz",
  5731. "integrity": "sha512-RLrFdXEaQBWfSnYGVxvR2WrO6Bub0unkdHYIdC31HzIEqATIuuhRRzYu76iGPZ6OtA4Au1SnW0ZwIqPP217YhA==",
  5732. "devOptional": true,
  5733. "license": "MIT",
  5734. "dependencies": {
  5735. "@volar/source-map": "2.4.12"
  5736. }
  5737. },
  5738. "node_modules/@volar/source-map": {
  5739. "version": "2.4.12",
  5740. "resolved": "https://registry.npmmirror.com/@volar/source-map/-/source-map-2.4.12.tgz",
  5741. "integrity": "sha512-bUFIKvn2U0AWojOaqf63ER0N/iHIBYZPpNGogfLPQ68F5Eet6FnLlyho7BS0y2HJ1jFhSif7AcuTx1TqsCzRzw==",
  5742. "devOptional": true,
  5743. "license": "MIT"
  5744. },
  5745. "node_modules/@volar/typescript": {
  5746. "version": "2.4.12",
  5747. "resolved": "https://registry.npmmirror.com/@volar/typescript/-/typescript-2.4.12.tgz",
  5748. "integrity": "sha512-HJB73OTJDgPc80K30wxi3if4fSsZZAOScbj2fcicMuOPoOkcf9NNAINb33o+DzhBdF9xTKC1gnPmIRDous5S0g==",
  5749. "devOptional": true,
  5750. "license": "MIT",
  5751. "dependencies": {
  5752. "@volar/language-core": "2.4.12",
  5753. "path-browserify": "^1.0.1",
  5754. "vscode-uri": "^3.0.8"
  5755. }
  5756. },
  5757. "node_modules/@vue-macros/common": {
  5758. "version": "3.1.2",
  5759. "resolved": "https://registry.npmmirror.com/@vue-macros/common/-/common-3.1.2.tgz",
  5760. "integrity": "sha512-h9t4ArDdniO9ekYHAD95t9AZcAbb19lEGK+26iAjUODOIJKmObDNBSe4+6ELQAA3vtYiFPPBtHh7+cQCKi3Dng==",
  5761. "license": "MIT",
  5762. "dependencies": {
  5763. "@vue/compiler-sfc": "^3.5.22",
  5764. "ast-kit": "^2.1.2",
  5765. "local-pkg": "^1.1.2",
  5766. "magic-string-ast": "^1.0.2",
  5767. "unplugin-utils": "^0.3.0"
  5768. },
  5769. "engines": {
  5770. "node": ">=20.19.0"
  5771. },
  5772. "funding": {
  5773. "url": "https://github.com/sponsors/vue-macros"
  5774. },
  5775. "peerDependencies": {
  5776. "vue": "^2.7.0 || ^3.2.25"
  5777. },
  5778. "peerDependenciesMeta": {
  5779. "vue": {
  5780. "optional": true
  5781. }
  5782. }
  5783. },
  5784. "node_modules/@vue-macros/common/node_modules/unplugin-utils": {
  5785. "version": "0.3.1",
  5786. "resolved": "https://registry.npmmirror.com/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  5787. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  5788. "license": "MIT",
  5789. "dependencies": {
  5790. "pathe": "^2.0.3",
  5791. "picomatch": "^4.0.3"
  5792. },
  5793. "engines": {
  5794. "node": ">=20.19.0"
  5795. },
  5796. "funding": {
  5797. "url": "https://github.com/sponsors/sxzz"
  5798. }
  5799. },
  5800. "node_modules/@vue/babel-helper-vue-transform-on": {
  5801. "version": "1.4.0",
  5802. "resolved": "https://registry.npmmirror.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.4.0.tgz",
  5803. "integrity": "sha512-mCokbouEQ/ocRce/FpKCRItGo+013tHg7tixg3DUNS+6bmIchPt66012kBMm476vyEIJPafrvOf4E5OYj3shSw==",
  5804. "dev": true,
  5805. "license": "MIT"
  5806. },
  5807. "node_modules/@vue/babel-plugin-jsx": {
  5808. "version": "1.4.0",
  5809. "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.4.0.tgz",
  5810. "integrity": "sha512-9zAHmwgMWlaN6qRKdrg1uKsBKHvnUU+Py+MOCTuYZBoZsopa90Di10QRjB+YPnVss0BZbG/H5XFwJY1fTxJWhA==",
  5811. "dev": true,
  5812. "license": "MIT",
  5813. "dependencies": {
  5814. "@babel/helper-module-imports": "^7.25.9",
  5815. "@babel/helper-plugin-utils": "^7.26.5",
  5816. "@babel/plugin-syntax-jsx": "^7.25.9",
  5817. "@babel/template": "^7.26.9",
  5818. "@babel/traverse": "^7.26.9",
  5819. "@babel/types": "^7.26.9",
  5820. "@vue/babel-helper-vue-transform-on": "1.4.0",
  5821. "@vue/babel-plugin-resolve-type": "1.4.0",
  5822. "@vue/shared": "^3.5.13"
  5823. },
  5824. "peerDependencies": {
  5825. "@babel/core": "^7.0.0-0"
  5826. },
  5827. "peerDependenciesMeta": {
  5828. "@babel/core": {
  5829. "optional": true
  5830. }
  5831. }
  5832. },
  5833. "node_modules/@vue/babel-plugin-resolve-type": {
  5834. "version": "1.4.0",
  5835. "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.4.0.tgz",
  5836. "integrity": "sha512-4xqDRRbQQEWHQyjlYSgZsWj44KfiF6D+ktCuXyZ8EnVDYV3pztmXJDf1HveAjUAXxAnR8daCQT51RneWWxtTyQ==",
  5837. "dev": true,
  5838. "license": "MIT",
  5839. "dependencies": {
  5840. "@babel/code-frame": "^7.26.2",
  5841. "@babel/helper-module-imports": "^7.25.9",
  5842. "@babel/helper-plugin-utils": "^7.26.5",
  5843. "@babel/parser": "^7.26.9",
  5844. "@vue/compiler-sfc": "^3.5.13"
  5845. },
  5846. "funding": {
  5847. "url": "https://github.com/sponsors/sxzz"
  5848. },
  5849. "peerDependencies": {
  5850. "@babel/core": "^7.0.0-0"
  5851. }
  5852. },
  5853. "node_modules/@vue/compiler-core": {
  5854. "version": "3.5.29",
  5855. "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.29.tgz",
  5856. "integrity": "sha512-cuzPhD8fwRHk8IGfmYaR4eEe4cAyJEL66Ove/WZL7yWNL134nqLddSLwNRIsFlnnW1kK+p8Ck3viFnC0chXCXw==",
  5857. "license": "MIT",
  5858. "dependencies": {
  5859. "@babel/parser": "^7.29.0",
  5860. "@vue/shared": "3.5.29",
  5861. "entities": "^7.0.1",
  5862. "estree-walker": "^2.0.2",
  5863. "source-map-js": "^1.2.1"
  5864. }
  5865. },
  5866. "node_modules/@vue/compiler-core/node_modules/entities": {
  5867. "version": "7.0.1",
  5868. "resolved": "https://registry.npmmirror.com/entities/-/entities-7.0.1.tgz",
  5869. "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
  5870. "license": "BSD-2-Clause",
  5871. "engines": {
  5872. "node": ">=0.12"
  5873. },
  5874. "funding": {
  5875. "url": "https://github.com/fb55/entities?sponsor=1"
  5876. }
  5877. },
  5878. "node_modules/@vue/compiler-dom": {
  5879. "version": "3.5.29",
  5880. "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.29.tgz",
  5881. "integrity": "sha512-n0G5o7R3uBVmVxjTIYcz7ovr8sy7QObFG8OQJ3xGCDNhbG60biP/P5KnyY8NLd81OuT1WJflG7N4KWYHaeeaIg==",
  5882. "license": "MIT",
  5883. "dependencies": {
  5884. "@vue/compiler-core": "3.5.29",
  5885. "@vue/shared": "3.5.29"
  5886. }
  5887. },
  5888. "node_modules/@vue/compiler-sfc": {
  5889. "version": "3.5.29",
  5890. "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.29.tgz",
  5891. "integrity": "sha512-oJZhN5XJs35Gzr50E82jg2cYdZQ78wEwvRO6Y63TvLVTc+6xICzJHP1UIecdSPPYIbkautNBanDiWYa64QSFIA==",
  5892. "license": "MIT",
  5893. "dependencies": {
  5894. "@babel/parser": "^7.29.0",
  5895. "@vue/compiler-core": "3.5.29",
  5896. "@vue/compiler-dom": "3.5.29",
  5897. "@vue/compiler-ssr": "3.5.29",
  5898. "@vue/shared": "3.5.29",
  5899. "estree-walker": "^2.0.2",
  5900. "magic-string": "^0.30.21",
  5901. "postcss": "^8.5.6",
  5902. "source-map-js": "^1.2.1"
  5903. }
  5904. },
  5905. "node_modules/@vue/compiler-ssr": {
  5906. "version": "3.5.29",
  5907. "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.29.tgz",
  5908. "integrity": "sha512-Y/ARJZE6fpjzL5GH/phJmsFwx3g6t2KmHKHx5q+MLl2kencADKIrhH5MLF6HHpRMmlRAYBRSvv347Mepf1zVNw==",
  5909. "license": "MIT",
  5910. "dependencies": {
  5911. "@vue/compiler-dom": "3.5.29",
  5912. "@vue/shared": "3.5.29"
  5913. }
  5914. },
  5915. "node_modules/@vue/compiler-vue2": {
  5916. "version": "2.7.16",
  5917. "resolved": "https://registry.npmmirror.com/@vue/compiler-vue2/-/compiler-vue2-2.7.16.tgz",
  5918. "integrity": "sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==",
  5919. "devOptional": true,
  5920. "license": "MIT",
  5921. "dependencies": {
  5922. "de-indent": "^1.0.2",
  5923. "he": "^1.2.0"
  5924. }
  5925. },
  5926. "node_modules/@vue/devtools-api": {
  5927. "version": "7.7.5",
  5928. "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-7.7.5.tgz",
  5929. "integrity": "sha512-HYV3tJGARROq5nlVMJh5KKHk7GU8Au3IrrmNNqr978m0edxgpHgYPDoNUGrvEgIbObz09SQezFR3A1EVmB5WZg==",
  5930. "license": "MIT",
  5931. "dependencies": {
  5932. "@vue/devtools-kit": "^7.7.5"
  5933. }
  5934. },
  5935. "node_modules/@vue/devtools-core": {
  5936. "version": "7.7.7",
  5937. "resolved": "https://registry.npmmirror.com/@vue/devtools-core/-/devtools-core-7.7.7.tgz",
  5938. "integrity": "sha512-9z9TLbfC+AjAi1PQyWX+OErjIaJmdFlbDHcD+cAMYKY6Bh5VlsAtCeGyRMrXwIlMEQPukvnWt3gZBLwTAIMKzQ==",
  5939. "dev": true,
  5940. "license": "MIT",
  5941. "dependencies": {
  5942. "@vue/devtools-kit": "^7.7.7",
  5943. "@vue/devtools-shared": "^7.7.7",
  5944. "mitt": "^3.0.1",
  5945. "nanoid": "^5.1.0",
  5946. "pathe": "^2.0.3",
  5947. "vite-hot-client": "^2.0.4"
  5948. },
  5949. "peerDependencies": {
  5950. "vue": "^3.0.0"
  5951. }
  5952. },
  5953. "node_modules/@vue/devtools-core/node_modules/nanoid": {
  5954. "version": "5.1.5",
  5955. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-5.1.5.tgz",
  5956. "integrity": "sha512-Ir/+ZpE9fDsNH0hQ3C68uyThDXzYcim2EqcZ8zn8Chtt1iylPT9xXJB0kPCnqzgcEGikO9RxSrh63MsmVCU7Fw==",
  5957. "dev": true,
  5958. "funding": [
  5959. {
  5960. "type": "github",
  5961. "url": "https://github.com/sponsors/ai"
  5962. }
  5963. ],
  5964. "license": "MIT",
  5965. "bin": {
  5966. "nanoid": "bin/nanoid.js"
  5967. },
  5968. "engines": {
  5969. "node": "^18 || >=20"
  5970. }
  5971. },
  5972. "node_modules/@vue/devtools-kit": {
  5973. "version": "7.7.7",
  5974. "resolved": "https://registry.npmmirror.com/@vue/devtools-kit/-/devtools-kit-7.7.7.tgz",
  5975. "integrity": "sha512-wgoZtxcTta65cnZ1Q6MbAfePVFxfM+gq0saaeytoph7nEa7yMXoi6sCPy4ufO111B9msnw0VOWjPEFCXuAKRHA==",
  5976. "license": "MIT",
  5977. "dependencies": {
  5978. "@vue/devtools-shared": "^7.7.7",
  5979. "birpc": "^2.3.0",
  5980. "hookable": "^5.5.3",
  5981. "mitt": "^3.0.1",
  5982. "perfect-debounce": "^1.0.0",
  5983. "speakingurl": "^14.0.1",
  5984. "superjson": "^2.2.2"
  5985. }
  5986. },
  5987. "node_modules/@vue/devtools-shared": {
  5988. "version": "7.7.7",
  5989. "resolved": "https://registry.npmmirror.com/@vue/devtools-shared/-/devtools-shared-7.7.7.tgz",
  5990. "integrity": "sha512-+udSj47aRl5aKb0memBvcUG9koarqnxNM5yjuREvqwK6T3ap4mn3Zqqc17QrBFTqSMjr3HK1cvStEZpMDpfdyw==",
  5991. "license": "MIT",
  5992. "dependencies": {
  5993. "rfdc": "^1.4.1"
  5994. }
  5995. },
  5996. "node_modules/@vue/language-core": {
  5997. "version": "2.2.10",
  5998. "resolved": "https://registry.npmmirror.com/@vue/language-core/-/language-core-2.2.10.tgz",
  5999. "integrity": "sha512-+yNoYx6XIKuAO8Mqh1vGytu8jkFEOH5C8iOv3i8Z/65A7x9iAOXA97Q+PqZ3nlm2lxf5rOJuIGI/wDtx/riNYw==",
  6000. "devOptional": true,
  6001. "license": "MIT",
  6002. "dependencies": {
  6003. "@volar/language-core": "~2.4.11",
  6004. "@vue/compiler-dom": "^3.5.0",
  6005. "@vue/compiler-vue2": "^2.7.16",
  6006. "@vue/shared": "^3.5.0",
  6007. "alien-signals": "^1.0.3",
  6008. "minimatch": "^9.0.3",
  6009. "muggle-string": "^0.4.1",
  6010. "path-browserify": "^1.0.1"
  6011. },
  6012. "peerDependencies": {
  6013. "typescript": "*"
  6014. },
  6015. "peerDependenciesMeta": {
  6016. "typescript": {
  6017. "optional": true
  6018. }
  6019. }
  6020. },
  6021. "node_modules/@vue/reactivity": {
  6022. "version": "3.5.29",
  6023. "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.29.tgz",
  6024. "integrity": "sha512-zcrANcrRdcLtmGZETBxWqIkoQei8HaFpZWx/GHKxx79JZsiZ8j1du0VUJtu4eJjgFvU/iKL5lRXFXksVmI+5DA==",
  6025. "license": "MIT",
  6026. "dependencies": {
  6027. "@vue/shared": "3.5.29"
  6028. }
  6029. },
  6030. "node_modules/@vue/runtime-core": {
  6031. "version": "3.5.29",
  6032. "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.29.tgz",
  6033. "integrity": "sha512-8DpW2QfdwIWOLqtsNcds4s+QgwSaHSJY/SUe04LptianUQ/0xi6KVsu/pYVh+HO3NTVvVJjIPL2t6GdeKbS4Lg==",
  6034. "license": "MIT",
  6035. "dependencies": {
  6036. "@vue/reactivity": "3.5.29",
  6037. "@vue/shared": "3.5.29"
  6038. }
  6039. },
  6040. "node_modules/@vue/runtime-dom": {
  6041. "version": "3.5.29",
  6042. "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.29.tgz",
  6043. "integrity": "sha512-AHvvJEtcY9tw/uk+s/YRLSlxxQnqnAkjqvK25ZiM4CllCZWzElRAoQnCM42m9AHRLNJ6oe2kC5DCgD4AUdlvXg==",
  6044. "license": "MIT",
  6045. "dependencies": {
  6046. "@vue/reactivity": "3.5.29",
  6047. "@vue/runtime-core": "3.5.29",
  6048. "@vue/shared": "3.5.29",
  6049. "csstype": "^3.2.3"
  6050. }
  6051. },
  6052. "node_modules/@vue/server-renderer": {
  6053. "version": "3.5.29",
  6054. "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.29.tgz",
  6055. "integrity": "sha512-G/1k6WK5MusLlbxSE2YTcqAAezS+VuwHhOvLx2KnQU7G2zCH6KIb+5Wyt6UjMq7a3qPzNEjJXs1hvAxDclQH+g==",
  6056. "license": "MIT",
  6057. "dependencies": {
  6058. "@vue/compiler-ssr": "3.5.29",
  6059. "@vue/shared": "3.5.29"
  6060. },
  6061. "peerDependencies": {
  6062. "vue": "3.5.29"
  6063. }
  6064. },
  6065. "node_modules/@vue/shared": {
  6066. "version": "3.5.29",
  6067. "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.29.tgz",
  6068. "integrity": "sha512-w7SR0A5zyRByL9XUkCfdLs7t9XOHUyJ67qPGQjOou3p6GvBeBW+AVjUUmlxtZ4PIYaRvE+1LmK44O4uajlZwcg==",
  6069. "license": "MIT"
  6070. },
  6071. "node_modules/@vue/tsconfig": {
  6072. "version": "0.7.0",
  6073. "resolved": "https://registry.npmmirror.com/@vue/tsconfig/-/tsconfig-0.7.0.tgz",
  6074. "integrity": "sha512-ku2uNz5MaZ9IerPPUyOHzyjhXoX2kVJaVf7hL315DC17vS6IiZRmmCPfggNbU16QTvM80+uYYy3eYJB59WCtvg==",
  6075. "dev": true,
  6076. "license": "MIT",
  6077. "peerDependencies": {
  6078. "typescript": "5.x",
  6079. "vue": "^3.4.0"
  6080. },
  6081. "peerDependenciesMeta": {
  6082. "typescript": {
  6083. "optional": true
  6084. },
  6085. "vue": {
  6086. "optional": true
  6087. }
  6088. }
  6089. },
  6090. "node_modules/@vuemap/amap-jsapi-loader": {
  6091. "version": "1.0.4",
  6092. "resolved": "https://registry.npmmirror.com/@vuemap/amap-jsapi-loader/-/amap-jsapi-loader-1.0.4.tgz",
  6093. "integrity": "sha512-s5fFHrsNkjYMovEmUJ5S23jpDtElTanDN2HdCt/amOD245a8wWVcTPjl06YEHXtxf6Ewm+z29wQByOCn209Hxg==",
  6094. "license": "MIT"
  6095. },
  6096. "node_modules/@vuemap/amap-jsapi-types": {
  6097. "version": "0.0.17",
  6098. "resolved": "https://registry.npmmirror.com/@vuemap/amap-jsapi-types/-/amap-jsapi-types-0.0.17.tgz",
  6099. "integrity": "sha512-FHI8OMWxJWbgyuQ0tKclvurQIVHRexMIYAOwZ/z9+G7aHHK5EFhKM13siLczNNAgXdJ2dctPEghCdlhcByl3Ag==",
  6100. "license": "MIT"
  6101. },
  6102. "node_modules/@vuemap/amap-xyz-layer": {
  6103. "version": "0.0.15",
  6104. "resolved": "https://registry.npmmirror.com/@vuemap/amap-xyz-layer/-/amap-xyz-layer-0.0.15.tgz",
  6105. "integrity": "sha512-L3rsgk2+i277RlMScpxVpjPBhSfMCeHcyFv7zkomMzd/J9W+X8yTUgSFvzVLWnnlXEXL80vNgs7lIJpSxa5vNg==",
  6106. "license": "MIT",
  6107. "dependencies": {
  6108. "@math.gl/core": "3.6.3",
  6109. "earcut": "2.2.4",
  6110. "gl-matrix": "3.4.3"
  6111. },
  6112. "engines": {
  6113. "node": ">= 16"
  6114. }
  6115. },
  6116. "node_modules/@vuemap/district-cluster": {
  6117. "version": "0.0.12",
  6118. "resolved": "https://registry.npmmirror.com/@vuemap/district-cluster/-/district-cluster-0.0.12.tgz",
  6119. "integrity": "sha512-JmZxl99PfCsF98dvxTmi17Ti3XaQMwcKidgduiIQvAPNTKmZjBAR1RRtdQjxooIuJiLXJo9itWIRuBaD9MseTQ==",
  6120. "license": "MIT",
  6121. "dependencies": {
  6122. "@turf/helpers": "^6.5.0",
  6123. "@turf/intersect": "^6.5.0",
  6124. "@vuemap/amap-jsapi-types": "^0.0.16",
  6125. "topojson-client": "3.1.0"
  6126. },
  6127. "engines": {
  6128. "node": ">= 16"
  6129. }
  6130. },
  6131. "node_modules/@vuemap/district-cluster/node_modules/@vuemap/amap-jsapi-types": {
  6132. "version": "0.0.16",
  6133. "resolved": "https://registry.npmmirror.com/@vuemap/amap-jsapi-types/-/amap-jsapi-types-0.0.16.tgz",
  6134. "integrity": "sha512-1B1H2IS8sT2RDubbpEY+K8j11Gb7PZY5Bo0cszRkF8Nw+9HNqpbUNeqkQ6+rxLkwIedcSkOsFDy/IyzXCUXqVw==",
  6135. "license": "MIT"
  6136. },
  6137. "node_modules/@vuemap/vue-amap": {
  6138. "version": "2.1.12",
  6139. "resolved": "https://registry.npmmirror.com/@vuemap/vue-amap/-/vue-amap-2.1.12.tgz",
  6140. "integrity": "sha512-ODI/zNdAgYLY6KV+gdC2FlYxUi68aT5DNhHUTMANxsl9NiHaJrvCH7oiIl2XfGh9xgAwfUuqGTcOYQtBjv2NrA==",
  6141. "license": "MIT",
  6142. "dependencies": {
  6143. "@vuemap/amap-jsapi-loader": "1.0.4",
  6144. "@vuemap/amap-jsapi-types": "^0.0.17",
  6145. "@vuemap/amap-xyz-layer": "0.0.15",
  6146. "@vuemap/district-cluster": "0.0.12",
  6147. "lodash-es": "^4.17.21"
  6148. },
  6149. "peerDependencies": {
  6150. "vue": "3"
  6151. }
  6152. },
  6153. "node_modules/abbrev": {
  6154. "version": "3.0.1",
  6155. "resolved": "https://registry.npmmirror.com/abbrev/-/abbrev-3.0.1.tgz",
  6156. "integrity": "sha512-AO2ac6pjRB3SJmGJo+v5/aK6Omggp6fsLrs6wN9bd35ulu4cCwaAU9+7ZhXjeqHVkaHThLuzH0nZr0YpCDhygg==",
  6157. "license": "ISC",
  6158. "engines": {
  6159. "node": "^18.17.0 || >=20.5.0"
  6160. }
  6161. },
  6162. "node_modules/abort-controller": {
  6163. "version": "3.0.0",
  6164. "resolved": "https://registry.npmmirror.com/abort-controller/-/abort-controller-3.0.0.tgz",
  6165. "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
  6166. "license": "MIT",
  6167. "dependencies": {
  6168. "event-target-shim": "^5.0.0"
  6169. },
  6170. "engines": {
  6171. "node": ">=6.5"
  6172. }
  6173. },
  6174. "node_modules/acorn": {
  6175. "version": "8.16.0",
  6176. "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.16.0.tgz",
  6177. "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
  6178. "license": "MIT",
  6179. "bin": {
  6180. "acorn": "bin/acorn"
  6181. },
  6182. "engines": {
  6183. "node": ">=0.4.0"
  6184. }
  6185. },
  6186. "node_modules/acorn-import-attributes": {
  6187. "version": "1.9.5",
  6188. "resolved": "https://registry.npmmirror.com/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz",
  6189. "integrity": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==",
  6190. "license": "MIT",
  6191. "peerDependencies": {
  6192. "acorn": "^8"
  6193. }
  6194. },
  6195. "node_modules/address": {
  6196. "version": "1.2.2",
  6197. "resolved": "https://registry.npmmirror.com/address/-/address-1.2.2.tgz",
  6198. "integrity": "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==",
  6199. "dev": true,
  6200. "license": "MIT",
  6201. "engines": {
  6202. "node": ">= 10.0.0"
  6203. }
  6204. },
  6205. "node_modules/agent-base": {
  6206. "version": "7.1.4",
  6207. "resolved": "https://registry.npmmirror.com/agent-base/-/agent-base-7.1.4.tgz",
  6208. "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
  6209. "license": "MIT",
  6210. "engines": {
  6211. "node": ">= 14"
  6212. }
  6213. },
  6214. "node_modules/agentkeepalive": {
  6215. "version": "3.5.3",
  6216. "resolved": "https://registry.npmmirror.com/agentkeepalive/-/agentkeepalive-3.5.3.tgz",
  6217. "integrity": "sha512-yqXL+k5rr8+ZRpOAntkaaRgWgE5o8ESAj5DyRmVTCSoZxXmqemb9Dd7T4i5UzwuERdLAJUy6XzR9zFVuf0kzkw==",
  6218. "dev": true,
  6219. "license": "MIT",
  6220. "dependencies": {
  6221. "humanize-ms": "^1.2.1"
  6222. },
  6223. "engines": {
  6224. "node": ">= 4.0.0"
  6225. }
  6226. },
  6227. "node_modules/ali-oss": {
  6228. "version": "6.23.0",
  6229. "resolved": "https://registry.npmmirror.com/ali-oss/-/ali-oss-6.23.0.tgz",
  6230. "integrity": "sha512-FipRmyd16Pr/tEey/YaaQ/24Pc3HEpLM9S1DRakEuXlSLXNIJnu1oJtHM53eVYpvW3dXapSjrip3xylZUTIZVQ==",
  6231. "dev": true,
  6232. "license": "MIT",
  6233. "dependencies": {
  6234. "address": "^1.2.2",
  6235. "agentkeepalive": "^3.4.1",
  6236. "bowser": "^1.6.0",
  6237. "copy-to": "^2.0.1",
  6238. "dateformat": "^2.0.0",
  6239. "debug": "^4.3.4",
  6240. "destroy": "^1.0.4",
  6241. "end-or-error": "^1.0.1",
  6242. "get-ready": "^1.0.0",
  6243. "humanize-ms": "^1.2.0",
  6244. "is-type-of": "^1.4.0",
  6245. "js-base64": "^2.5.2",
  6246. "jstoxml": "^2.0.0",
  6247. "lodash": "^4.17.21",
  6248. "merge-descriptors": "^1.0.1",
  6249. "mime": "^2.4.5",
  6250. "platform": "^1.3.1",
  6251. "pump": "^3.0.0",
  6252. "qs": "^6.4.0",
  6253. "sdk-base": "^2.0.1",
  6254. "stream-http": "2.8.2",
  6255. "stream-wormhole": "^1.0.4",
  6256. "urllib": "^2.44.0",
  6257. "utility": "^1.18.0",
  6258. "xml2js": "^0.6.2"
  6259. },
  6260. "engines": {
  6261. "node": ">=8"
  6262. }
  6263. },
  6264. "node_modules/alien-signals": {
  6265. "version": "1.0.13",
  6266. "resolved": "https://registry.npmmirror.com/alien-signals/-/alien-signals-1.0.13.tgz",
  6267. "integrity": "sha512-OGj9yyTnJEttvzhTUWuscOvtqxq5vrhF7vL9oS0xJ2mK0ItPYP1/y+vCFebfxoEyAz0++1AIwJ5CMr+Fk3nDmg==",
  6268. "devOptional": true,
  6269. "license": "MIT"
  6270. },
  6271. "node_modules/ansi-regex": {
  6272. "version": "6.1.0",
  6273. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-6.1.0.tgz",
  6274. "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
  6275. "license": "MIT",
  6276. "engines": {
  6277. "node": ">=12"
  6278. },
  6279. "funding": {
  6280. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  6281. }
  6282. },
  6283. "node_modules/ansi-styles": {
  6284. "version": "6.2.1",
  6285. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-6.2.1.tgz",
  6286. "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
  6287. "license": "MIT",
  6288. "engines": {
  6289. "node": ">=12"
  6290. },
  6291. "funding": {
  6292. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  6293. }
  6294. },
  6295. "node_modules/ansis": {
  6296. "version": "4.2.0",
  6297. "resolved": "https://registry.npmmirror.com/ansis/-/ansis-4.2.0.tgz",
  6298. "integrity": "sha512-HqZ5rWlFjGiV0tDm3UxxgNRqsOTniqoKZu0pIAfh7TZQMGuZK+hH0drySty0si0QXj1ieop4+SkSfPZBPPkHig==",
  6299. "license": "ISC",
  6300. "engines": {
  6301. "node": ">=14"
  6302. }
  6303. },
  6304. "node_modules/ant-design-vue": {
  6305. "version": "4.2.6",
  6306. "resolved": "https://registry.npmmirror.com/ant-design-vue/-/ant-design-vue-4.2.6.tgz",
  6307. "integrity": "sha512-t7eX13Yj3i9+i5g9lqFyYneoIb3OzTvQjq9Tts1i+eiOd3Eva/6GagxBSXM1fOCjqemIu0FYVE1ByZ/38epR3Q==",
  6308. "license": "MIT",
  6309. "dependencies": {
  6310. "@ant-design/colors": "^6.0.0",
  6311. "@ant-design/icons-vue": "^7.0.0",
  6312. "@babel/runtime": "^7.10.5",
  6313. "@ctrl/tinycolor": "^3.5.0",
  6314. "@emotion/hash": "^0.9.0",
  6315. "@emotion/unitless": "^0.8.0",
  6316. "@simonwep/pickr": "~1.8.0",
  6317. "array-tree-filter": "^2.1.0",
  6318. "async-validator": "^4.0.0",
  6319. "csstype": "^3.1.1",
  6320. "dayjs": "^1.10.5",
  6321. "dom-align": "^1.12.1",
  6322. "dom-scroll-into-view": "^2.0.0",
  6323. "lodash": "^4.17.21",
  6324. "lodash-es": "^4.17.15",
  6325. "resize-observer-polyfill": "^1.5.1",
  6326. "scroll-into-view-if-needed": "^2.2.25",
  6327. "shallow-equal": "^1.0.0",
  6328. "stylis": "^4.1.3",
  6329. "throttle-debounce": "^5.0.0",
  6330. "vue-types": "^3.0.0",
  6331. "warning": "^4.0.0"
  6332. },
  6333. "engines": {
  6334. "node": ">=12.22.0"
  6335. },
  6336. "funding": {
  6337. "type": "opencollective",
  6338. "url": "https://opencollective.com/ant-design-vue"
  6339. },
  6340. "peerDependencies": {
  6341. "vue": ">=3.2.0"
  6342. }
  6343. },
  6344. "node_modules/any-promise": {
  6345. "version": "1.3.0",
  6346. "resolved": "https://registry.npmmirror.com/any-promise/-/any-promise-1.3.0.tgz",
  6347. "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
  6348. "dev": true,
  6349. "license": "MIT"
  6350. },
  6351. "node_modules/anymatch": {
  6352. "version": "3.1.3",
  6353. "resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz",
  6354. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  6355. "license": "ISC",
  6356. "dependencies": {
  6357. "normalize-path": "^3.0.0",
  6358. "picomatch": "^2.0.4"
  6359. },
  6360. "engines": {
  6361. "node": ">= 8"
  6362. }
  6363. },
  6364. "node_modules/anymatch/node_modules/picomatch": {
  6365. "version": "2.3.1",
  6366. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  6367. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  6368. "license": "MIT",
  6369. "engines": {
  6370. "node": ">=8.6"
  6371. },
  6372. "funding": {
  6373. "url": "https://github.com/sponsors/jonschlinkert"
  6374. }
  6375. },
  6376. "node_modules/archiver": {
  6377. "version": "7.0.1",
  6378. "resolved": "https://registry.npmmirror.com/archiver/-/archiver-7.0.1.tgz",
  6379. "integrity": "sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==",
  6380. "license": "MIT",
  6381. "dependencies": {
  6382. "archiver-utils": "^5.0.2",
  6383. "async": "^3.2.4",
  6384. "buffer-crc32": "^1.0.0",
  6385. "readable-stream": "^4.0.0",
  6386. "readdir-glob": "^1.1.2",
  6387. "tar-stream": "^3.0.0",
  6388. "zip-stream": "^6.0.1"
  6389. },
  6390. "engines": {
  6391. "node": ">= 14"
  6392. }
  6393. },
  6394. "node_modules/archiver-utils": {
  6395. "version": "5.0.2",
  6396. "resolved": "https://registry.npmmirror.com/archiver-utils/-/archiver-utils-5.0.2.tgz",
  6397. "integrity": "sha512-wuLJMmIBQYCsGZgYLTy5FIB2pF6Lfb6cXMSF8Qywwk3t20zWnAi7zLcQFdKQmIB8wyZpY5ER38x08GbwtR2cLA==",
  6398. "license": "MIT",
  6399. "dependencies": {
  6400. "glob": "^10.0.0",
  6401. "graceful-fs": "^4.2.0",
  6402. "is-stream": "^2.0.1",
  6403. "lazystream": "^1.0.0",
  6404. "lodash": "^4.17.15",
  6405. "normalize-path": "^3.0.0",
  6406. "readable-stream": "^4.0.0"
  6407. },
  6408. "engines": {
  6409. "node": ">= 14"
  6410. }
  6411. },
  6412. "node_modules/archiver-utils/node_modules/is-stream": {
  6413. "version": "2.0.1",
  6414. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-2.0.1.tgz",
  6415. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  6416. "license": "MIT",
  6417. "engines": {
  6418. "node": ">=8"
  6419. },
  6420. "funding": {
  6421. "url": "https://github.com/sponsors/sindresorhus"
  6422. }
  6423. },
  6424. "node_modules/array-tree-filter": {
  6425. "version": "2.1.0",
  6426. "resolved": "https://registry.npmmirror.com/array-tree-filter/-/array-tree-filter-2.1.0.tgz",
  6427. "integrity": "sha512-4ROwICNlNw/Hqa9v+rk5h22KjmzB1JGTMVKP2AKJBOCgb0yL0ASf0+YvCcLNNwquOHNX48jkeZIJ3a+oOQqKcw==",
  6428. "license": "MIT"
  6429. },
  6430. "node_modules/ast-kit": {
  6431. "version": "2.2.0",
  6432. "resolved": "https://registry.npmmirror.com/ast-kit/-/ast-kit-2.2.0.tgz",
  6433. "integrity": "sha512-m1Q/RaVOnTp9JxPX+F+Zn7IcLYMzM8kZofDImfsKZd8MbR+ikdOzTeztStWqfrqIxZnYWryyI9ePm3NGjnZgGw==",
  6434. "license": "MIT",
  6435. "dependencies": {
  6436. "@babel/parser": "^7.28.5",
  6437. "pathe": "^2.0.3"
  6438. },
  6439. "engines": {
  6440. "node": ">=20.19.0"
  6441. },
  6442. "funding": {
  6443. "url": "https://github.com/sponsors/sxzz"
  6444. }
  6445. },
  6446. "node_modules/ast-walker-scope": {
  6447. "version": "0.8.3",
  6448. "resolved": "https://registry.npmmirror.com/ast-walker-scope/-/ast-walker-scope-0.8.3.tgz",
  6449. "integrity": "sha512-cbdCP0PGOBq0ASG+sjnKIoYkWMKhhz+F/h9pRexUdX2Hd38+WOlBkRKlqkGOSm0YQpcFMQBJeK4WspUAkwsEdg==",
  6450. "license": "MIT",
  6451. "dependencies": {
  6452. "@babel/parser": "^7.28.4",
  6453. "ast-kit": "^2.1.3"
  6454. },
  6455. "engines": {
  6456. "node": ">=20.19.0"
  6457. },
  6458. "funding": {
  6459. "url": "https://github.com/sponsors/sxzz"
  6460. }
  6461. },
  6462. "node_modules/async": {
  6463. "version": "3.2.6",
  6464. "resolved": "https://registry.npmmirror.com/async/-/async-3.2.6.tgz",
  6465. "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==",
  6466. "license": "MIT"
  6467. },
  6468. "node_modules/async-sema": {
  6469. "version": "3.1.1",
  6470. "resolved": "https://registry.npmmirror.com/async-sema/-/async-sema-3.1.1.tgz",
  6471. "integrity": "sha512-tLRNUXati5MFePdAk8dw7Qt7DpxPB60ofAgn8WRhW6a2rcimZnYBP9oxHiv0OHy+Wz7kPMG+t4LGdt31+4EmGg==",
  6472. "license": "MIT"
  6473. },
  6474. "node_modules/async-validator": {
  6475. "version": "4.2.5",
  6476. "resolved": "https://registry.npmmirror.com/async-validator/-/async-validator-4.2.5.tgz",
  6477. "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==",
  6478. "license": "MIT"
  6479. },
  6480. "node_modules/asynckit": {
  6481. "version": "0.4.0",
  6482. "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz",
  6483. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
  6484. "license": "MIT"
  6485. },
  6486. "node_modules/autoprefixer": {
  6487. "version": "10.4.27",
  6488. "resolved": "https://registry.npmmirror.com/autoprefixer/-/autoprefixer-10.4.27.tgz",
  6489. "integrity": "sha512-NP9APE+tO+LuJGn7/9+cohklunJsXWiaWEfV3si4Gi/XHDwVNgkwr1J3RQYFIvPy76GmJ9/bW8vyoU1LcxwKHA==",
  6490. "funding": [
  6491. {
  6492. "type": "opencollective",
  6493. "url": "https://opencollective.com/postcss/"
  6494. },
  6495. {
  6496. "type": "tidelift",
  6497. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  6498. },
  6499. {
  6500. "type": "github",
  6501. "url": "https://github.com/sponsors/ai"
  6502. }
  6503. ],
  6504. "license": "MIT",
  6505. "dependencies": {
  6506. "browserslist": "^4.28.1",
  6507. "caniuse-lite": "^1.0.30001774",
  6508. "fraction.js": "^5.3.4",
  6509. "picocolors": "^1.1.1",
  6510. "postcss-value-parser": "^4.2.0"
  6511. },
  6512. "bin": {
  6513. "autoprefixer": "bin/autoprefixer"
  6514. },
  6515. "engines": {
  6516. "node": "^10 || ^12 || >=14"
  6517. },
  6518. "peerDependencies": {
  6519. "postcss": "^8.1.0"
  6520. }
  6521. },
  6522. "node_modules/aws-ssl-profiles": {
  6523. "version": "1.1.2",
  6524. "resolved": "https://registry.npmmirror.com/aws-ssl-profiles/-/aws-ssl-profiles-1.1.2.tgz",
  6525. "integrity": "sha512-NZKeq9AfyQvEeNlN0zSYAaWrmBffJh3IELMZfRpJVWgrpEbtEpnjvzqBPf+mxoI287JohRDoa+/nsfqqiZmF6g==",
  6526. "license": "MIT",
  6527. "engines": {
  6528. "node": ">= 6.0.0"
  6529. }
  6530. },
  6531. "node_modules/axios": {
  6532. "version": "1.13.6",
  6533. "resolved": "https://registry.npmmirror.com/axios/-/axios-1.13.6.tgz",
  6534. "integrity": "sha512-ChTCHMouEe2kn713WHbQGcuYrr6fXTBiu460OTwWrWob16g1bXn4vtz07Ope7ewMozJAnEquLk5lWQWtBig9DQ==",
  6535. "license": "MIT",
  6536. "dependencies": {
  6537. "follow-redirects": "^1.15.11",
  6538. "form-data": "^4.0.5",
  6539. "proxy-from-env": "^1.1.0"
  6540. }
  6541. },
  6542. "node_modules/b4a": {
  6543. "version": "1.6.7",
  6544. "resolved": "https://registry.npmmirror.com/b4a/-/b4a-1.6.7.tgz",
  6545. "integrity": "sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==",
  6546. "license": "Apache-2.0"
  6547. },
  6548. "node_modules/balanced-match": {
  6549. "version": "1.0.2",
  6550. "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
  6551. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  6552. "license": "MIT"
  6553. },
  6554. "node_modules/bare-events": {
  6555. "version": "2.5.4",
  6556. "resolved": "https://registry.npmmirror.com/bare-events/-/bare-events-2.5.4.tgz",
  6557. "integrity": "sha512-+gFfDkR8pj4/TrWCGUGWmJIkBwuxPS5F+a5yWjOHQt2hHvNZd5YLzadjmDUtFmMM4y429bnKLa8bYBMHcYdnQA==",
  6558. "license": "Apache-2.0",
  6559. "optional": true
  6560. },
  6561. "node_modules/base64-js": {
  6562. "version": "1.5.1",
  6563. "resolved": "https://registry.npmmirror.com/base64-js/-/base64-js-1.5.1.tgz",
  6564. "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
  6565. "funding": [
  6566. {
  6567. "type": "github",
  6568. "url": "https://github.com/sponsors/feross"
  6569. },
  6570. {
  6571. "type": "patreon",
  6572. "url": "https://www.patreon.com/feross"
  6573. },
  6574. {
  6575. "type": "consulting",
  6576. "url": "https://feross.org/support"
  6577. }
  6578. ],
  6579. "license": "MIT"
  6580. },
  6581. "node_modules/baseline-browser-mapping": {
  6582. "version": "2.9.14",
  6583. "resolved": "https://registry.npmmirror.com/baseline-browser-mapping/-/baseline-browser-mapping-2.9.14.tgz",
  6584. "integrity": "sha512-B0xUquLkiGLgHhpPBqvl7GWegWBUNuujQ6kXd/r1U38ElPT6Ok8KZ8e+FpUGEc2ZoRQUzq/aUnaKFc/svWUGSg==",
  6585. "license": "Apache-2.0",
  6586. "bin": {
  6587. "baseline-browser-mapping": "dist/cli.js"
  6588. }
  6589. },
  6590. "node_modules/bindings": {
  6591. "version": "1.5.0",
  6592. "resolved": "https://registry.npmmirror.com/bindings/-/bindings-1.5.0.tgz",
  6593. "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
  6594. "license": "MIT",
  6595. "dependencies": {
  6596. "file-uri-to-path": "1.0.0"
  6597. }
  6598. },
  6599. "node_modules/birpc": {
  6600. "version": "2.4.0",
  6601. "resolved": "https://registry.npmmirror.com/birpc/-/birpc-2.4.0.tgz",
  6602. "integrity": "sha512-5IdNxTyhXHv2UlgnPHQ0h+5ypVmkrYHzL8QT+DwFZ//2N/oNV8Ch+BCRmTJ3x6/z9Axo/cXYBc9eprsUVK/Jsg==",
  6603. "license": "MIT",
  6604. "funding": {
  6605. "url": "https://github.com/sponsors/antfu"
  6606. }
  6607. },
  6608. "node_modules/boolbase": {
  6609. "version": "1.0.0",
  6610. "resolved": "https://registry.npmmirror.com/boolbase/-/boolbase-1.0.0.tgz",
  6611. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
  6612. "license": "ISC"
  6613. },
  6614. "node_modules/bootstrap": {
  6615. "version": "5.3.8",
  6616. "resolved": "https://registry.npmmirror.com/bootstrap/-/bootstrap-5.3.8.tgz",
  6617. "integrity": "sha512-HP1SZDqaLDPwsNiqRqi5NcP0SSXciX2s9E+RyqJIIqGo+vJeN5AJVM98CXmW/Wux0nQ5L7jeWUdplCEf0Ee+tg==",
  6618. "funding": [
  6619. {
  6620. "type": "github",
  6621. "url": "https://github.com/sponsors/twbs"
  6622. },
  6623. {
  6624. "type": "opencollective",
  6625. "url": "https://opencollective.com/bootstrap"
  6626. }
  6627. ],
  6628. "license": "MIT",
  6629. "peerDependencies": {
  6630. "@popperjs/core": "^2.11.8"
  6631. }
  6632. },
  6633. "node_modules/bowser": {
  6634. "version": "1.9.4",
  6635. "resolved": "https://registry.npmmirror.com/bowser/-/bowser-1.9.4.tgz",
  6636. "integrity": "sha512-9IdMmj2KjigRq6oWhmwv1W36pDuA4STQZ8q6YO9um+x07xgYNCD3Oou+WP/3L1HNz7iqythGet3/p4wvc8AAwQ==",
  6637. "dev": true,
  6638. "license": "MIT"
  6639. },
  6640. "node_modules/brace-expansion": {
  6641. "version": "2.0.1",
  6642. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz",
  6643. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  6644. "license": "MIT",
  6645. "dependencies": {
  6646. "balanced-match": "^1.0.0"
  6647. }
  6648. },
  6649. "node_modules/braces": {
  6650. "version": "3.0.3",
  6651. "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz",
  6652. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  6653. "license": "MIT",
  6654. "dependencies": {
  6655. "fill-range": "^7.1.1"
  6656. },
  6657. "engines": {
  6658. "node": ">=8"
  6659. }
  6660. },
  6661. "node_modules/browserslist": {
  6662. "version": "4.28.1",
  6663. "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.28.1.tgz",
  6664. "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
  6665. "funding": [
  6666. {
  6667. "type": "opencollective",
  6668. "url": "https://opencollective.com/browserslist"
  6669. },
  6670. {
  6671. "type": "tidelift",
  6672. "url": "https://tidelift.com/funding/github/npm/browserslist"
  6673. },
  6674. {
  6675. "type": "github",
  6676. "url": "https://github.com/sponsors/ai"
  6677. }
  6678. ],
  6679. "license": "MIT",
  6680. "dependencies": {
  6681. "baseline-browser-mapping": "^2.9.0",
  6682. "caniuse-lite": "^1.0.30001759",
  6683. "electron-to-chromium": "^1.5.263",
  6684. "node-releases": "^2.0.27",
  6685. "update-browserslist-db": "^1.2.0"
  6686. },
  6687. "bin": {
  6688. "browserslist": "cli.js"
  6689. },
  6690. "engines": {
  6691. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  6692. }
  6693. },
  6694. "node_modules/buffer": {
  6695. "version": "6.0.3",
  6696. "resolved": "https://registry.npmmirror.com/buffer/-/buffer-6.0.3.tgz",
  6697. "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
  6698. "funding": [
  6699. {
  6700. "type": "github",
  6701. "url": "https://github.com/sponsors/feross"
  6702. },
  6703. {
  6704. "type": "patreon",
  6705. "url": "https://www.patreon.com/feross"
  6706. },
  6707. {
  6708. "type": "consulting",
  6709. "url": "https://feross.org/support"
  6710. }
  6711. ],
  6712. "license": "MIT",
  6713. "dependencies": {
  6714. "base64-js": "^1.3.1",
  6715. "ieee754": "^1.2.1"
  6716. }
  6717. },
  6718. "node_modules/buffer-crc32": {
  6719. "version": "1.0.0",
  6720. "resolved": "https://registry.npmmirror.com/buffer-crc32/-/buffer-crc32-1.0.0.tgz",
  6721. "integrity": "sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==",
  6722. "license": "MIT",
  6723. "engines": {
  6724. "node": ">=8.0.0"
  6725. }
  6726. },
  6727. "node_modules/buffer-from": {
  6728. "version": "1.1.2",
  6729. "resolved": "https://registry.npmmirror.com/buffer-from/-/buffer-from-1.1.2.tgz",
  6730. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
  6731. "license": "MIT"
  6732. },
  6733. "node_modules/builtin-status-codes": {
  6734. "version": "3.0.0",
  6735. "resolved": "https://registry.npmmirror.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz",
  6736. "integrity": "sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ==",
  6737. "dev": true,
  6738. "license": "MIT"
  6739. },
  6740. "node_modules/bundle-name": {
  6741. "version": "4.1.0",
  6742. "resolved": "https://registry.npmmirror.com/bundle-name/-/bundle-name-4.1.0.tgz",
  6743. "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==",
  6744. "license": "MIT",
  6745. "dependencies": {
  6746. "run-applescript": "^7.0.0"
  6747. },
  6748. "engines": {
  6749. "node": ">=18"
  6750. },
  6751. "funding": {
  6752. "url": "https://github.com/sponsors/sindresorhus"
  6753. }
  6754. },
  6755. "node_modules/c12": {
  6756. "version": "3.3.3",
  6757. "resolved": "https://registry.npmmirror.com/c12/-/c12-3.3.3.tgz",
  6758. "integrity": "sha512-750hTRvgBy5kcMNPdh95Qo+XUBeGo8C7nsKSmedDmaQI+E0r82DwHeM6vBewDe4rGFbnxoa4V9pw+sPh5+Iz8Q==",
  6759. "license": "MIT",
  6760. "dependencies": {
  6761. "chokidar": "^5.0.0",
  6762. "confbox": "^0.2.2",
  6763. "defu": "^6.1.4",
  6764. "dotenv": "^17.2.3",
  6765. "exsolve": "^1.0.8",
  6766. "giget": "^2.0.0",
  6767. "jiti": "^2.6.1",
  6768. "ohash": "^2.0.11",
  6769. "pathe": "^2.0.3",
  6770. "perfect-debounce": "^2.0.0",
  6771. "pkg-types": "^2.3.0",
  6772. "rc9": "^2.1.2"
  6773. },
  6774. "peerDependencies": {
  6775. "magicast": "*"
  6776. },
  6777. "peerDependenciesMeta": {
  6778. "magicast": {
  6779. "optional": true
  6780. }
  6781. }
  6782. },
  6783. "node_modules/c12/node_modules/chokidar": {
  6784. "version": "5.0.0",
  6785. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-5.0.0.tgz",
  6786. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  6787. "license": "MIT",
  6788. "dependencies": {
  6789. "readdirp": "^5.0.0"
  6790. },
  6791. "engines": {
  6792. "node": ">= 20.19.0"
  6793. },
  6794. "funding": {
  6795. "url": "https://paulmillr.com/funding/"
  6796. }
  6797. },
  6798. "node_modules/c12/node_modules/perfect-debounce": {
  6799. "version": "2.1.0",
  6800. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-2.1.0.tgz",
  6801. "integrity": "sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==",
  6802. "license": "MIT"
  6803. },
  6804. "node_modules/c12/node_modules/readdirp": {
  6805. "version": "5.0.0",
  6806. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-5.0.0.tgz",
  6807. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  6808. "license": "MIT",
  6809. "engines": {
  6810. "node": ">= 20.19.0"
  6811. },
  6812. "funding": {
  6813. "type": "individual",
  6814. "url": "https://paulmillr.com/funding/"
  6815. }
  6816. },
  6817. "node_modules/cac": {
  6818. "version": "6.7.14",
  6819. "resolved": "https://registry.npmmirror.com/cac/-/cac-6.7.14.tgz",
  6820. "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==",
  6821. "license": "MIT",
  6822. "engines": {
  6823. "node": ">=8"
  6824. }
  6825. },
  6826. "node_modules/call-bind-apply-helpers": {
  6827. "version": "1.0.2",
  6828. "resolved": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  6829. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  6830. "license": "MIT",
  6831. "dependencies": {
  6832. "es-errors": "^1.3.0",
  6833. "function-bind": "^1.1.2"
  6834. },
  6835. "engines": {
  6836. "node": ">= 0.4"
  6837. }
  6838. },
  6839. "node_modules/call-bound": {
  6840. "version": "1.0.4",
  6841. "resolved": "https://registry.npmmirror.com/call-bound/-/call-bound-1.0.4.tgz",
  6842. "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
  6843. "dev": true,
  6844. "license": "MIT",
  6845. "dependencies": {
  6846. "call-bind-apply-helpers": "^1.0.2",
  6847. "get-intrinsic": "^1.3.0"
  6848. },
  6849. "engines": {
  6850. "node": ">= 0.4"
  6851. },
  6852. "funding": {
  6853. "url": "https://github.com/sponsors/ljharb"
  6854. }
  6855. },
  6856. "node_modules/caniuse-api": {
  6857. "version": "3.0.0",
  6858. "resolved": "https://registry.npmmirror.com/caniuse-api/-/caniuse-api-3.0.0.tgz",
  6859. "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
  6860. "license": "MIT",
  6861. "dependencies": {
  6862. "browserslist": "^4.0.0",
  6863. "caniuse-lite": "^1.0.0",
  6864. "lodash.memoize": "^4.1.2",
  6865. "lodash.uniq": "^4.5.0"
  6866. }
  6867. },
  6868. "node_modules/caniuse-lite": {
  6869. "version": "1.0.30001776",
  6870. "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001776.tgz",
  6871. "integrity": "sha512-sg01JDPzZ9jGshqKSckOQthXnYwOEP50jeVFhaSFbZcOy05TiuuaffDOfcwtCisJ9kNQuLBFibYywv2Bgm9osw==",
  6872. "funding": [
  6873. {
  6874. "type": "opencollective",
  6875. "url": "https://opencollective.com/browserslist"
  6876. },
  6877. {
  6878. "type": "tidelift",
  6879. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  6880. },
  6881. {
  6882. "type": "github",
  6883. "url": "https://github.com/sponsors/ai"
  6884. }
  6885. ],
  6886. "license": "CC-BY-4.0"
  6887. },
  6888. "node_modules/chardet": {
  6889. "version": "2.1.1",
  6890. "resolved": "https://registry.npmmirror.com/chardet/-/chardet-2.1.1.tgz",
  6891. "integrity": "sha512-PsezH1rqdV9VvyNhxxOW32/d75r01NY7TQCmOqomRo15ZSOKbpTFVsfjghxo6JloQUCGnH4k1LGu0R4yCLlWQQ==",
  6892. "dev": true,
  6893. "license": "MIT"
  6894. },
  6895. "node_modules/charenc": {
  6896. "version": "0.0.2",
  6897. "resolved": "https://registry.npmmirror.com/charenc/-/charenc-0.0.2.tgz",
  6898. "integrity": "sha512-yrLQ/yVUFXkzg7EDQsPieE/53+0RlaWTs+wBrvW36cyilJ2SaDWfl4Yj7MtLTXleV9uEKefbAGUPv2/iWSooRA==",
  6899. "license": "BSD-3-Clause",
  6900. "engines": {
  6901. "node": "*"
  6902. }
  6903. },
  6904. "node_modules/chokidar": {
  6905. "version": "4.0.3",
  6906. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-4.0.3.tgz",
  6907. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  6908. "license": "MIT",
  6909. "dependencies": {
  6910. "readdirp": "^4.0.1"
  6911. },
  6912. "engines": {
  6913. "node": ">= 14.16.0"
  6914. },
  6915. "funding": {
  6916. "url": "https://paulmillr.com/funding/"
  6917. }
  6918. },
  6919. "node_modules/chownr": {
  6920. "version": "3.0.0",
  6921. "resolved": "https://registry.npmmirror.com/chownr/-/chownr-3.0.0.tgz",
  6922. "integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==",
  6923. "license": "BlueOak-1.0.0",
  6924. "engines": {
  6925. "node": ">=18"
  6926. }
  6927. },
  6928. "node_modules/citty": {
  6929. "version": "0.1.6",
  6930. "resolved": "https://registry.npmmirror.com/citty/-/citty-0.1.6.tgz",
  6931. "integrity": "sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==",
  6932. "license": "MIT",
  6933. "dependencies": {
  6934. "consola": "^3.2.3"
  6935. }
  6936. },
  6937. "node_modules/cli-progress": {
  6938. "version": "3.12.0",
  6939. "resolved": "https://registry.npmmirror.com/cli-progress/-/cli-progress-3.12.0.tgz",
  6940. "integrity": "sha512-tRkV3HJ1ASwm19THiiLIXLO7Im7wlTuKnvkYaTkyoAPefqjNg7W7DHKUlGRxy9vxDvbyCYQkQozvptuMkGCg8A==",
  6941. "dev": true,
  6942. "license": "MIT",
  6943. "dependencies": {
  6944. "string-width": "^4.2.3"
  6945. },
  6946. "engines": {
  6947. "node": ">=4"
  6948. }
  6949. },
  6950. "node_modules/cli-table3": {
  6951. "version": "0.6.5",
  6952. "resolved": "https://registry.npmmirror.com/cli-table3/-/cli-table3-0.6.5.tgz",
  6953. "integrity": "sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==",
  6954. "dev": true,
  6955. "license": "MIT",
  6956. "dependencies": {
  6957. "string-width": "^4.2.0"
  6958. },
  6959. "engines": {
  6960. "node": "10.* || >= 12.*"
  6961. },
  6962. "optionalDependencies": {
  6963. "@colors/colors": "1.5.0"
  6964. }
  6965. },
  6966. "node_modules/cli-width": {
  6967. "version": "4.1.0",
  6968. "resolved": "https://registry.npmmirror.com/cli-width/-/cli-width-4.1.0.tgz",
  6969. "integrity": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==",
  6970. "dev": true,
  6971. "license": "ISC",
  6972. "engines": {
  6973. "node": ">= 12"
  6974. }
  6975. },
  6976. "node_modules/clipboardy": {
  6977. "version": "4.0.0",
  6978. "resolved": "https://registry.npmmirror.com/clipboardy/-/clipboardy-4.0.0.tgz",
  6979. "integrity": "sha512-5mOlNS0mhX0707P2I0aZ2V/cmHUEO/fL7VFLqszkhUsxt7RwnmrInf/eEQKlf5GzvYeHIjT+Ov1HRfNmymlG0w==",
  6980. "license": "MIT",
  6981. "dependencies": {
  6982. "execa": "^8.0.1",
  6983. "is-wsl": "^3.1.0",
  6984. "is64bit": "^2.0.0"
  6985. },
  6986. "engines": {
  6987. "node": ">=18"
  6988. },
  6989. "funding": {
  6990. "url": "https://github.com/sponsors/sindresorhus"
  6991. }
  6992. },
  6993. "node_modules/clipboardy/node_modules/execa": {
  6994. "version": "8.0.1",
  6995. "resolved": "https://registry.npmmirror.com/execa/-/execa-8.0.1.tgz",
  6996. "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
  6997. "license": "MIT",
  6998. "dependencies": {
  6999. "cross-spawn": "^7.0.3",
  7000. "get-stream": "^8.0.1",
  7001. "human-signals": "^5.0.0",
  7002. "is-stream": "^3.0.0",
  7003. "merge-stream": "^2.0.0",
  7004. "npm-run-path": "^5.1.0",
  7005. "onetime": "^6.0.0",
  7006. "signal-exit": "^4.1.0",
  7007. "strip-final-newline": "^3.0.0"
  7008. },
  7009. "engines": {
  7010. "node": ">=16.17"
  7011. },
  7012. "funding": {
  7013. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  7014. }
  7015. },
  7016. "node_modules/clipboardy/node_modules/get-stream": {
  7017. "version": "8.0.1",
  7018. "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-8.0.1.tgz",
  7019. "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
  7020. "license": "MIT",
  7021. "engines": {
  7022. "node": ">=16"
  7023. },
  7024. "funding": {
  7025. "url": "https://github.com/sponsors/sindresorhus"
  7026. }
  7027. },
  7028. "node_modules/clipboardy/node_modules/human-signals": {
  7029. "version": "5.0.0",
  7030. "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-5.0.0.tgz",
  7031. "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
  7032. "license": "Apache-2.0",
  7033. "engines": {
  7034. "node": ">=16.17.0"
  7035. }
  7036. },
  7037. "node_modules/clipboardy/node_modules/is-stream": {
  7038. "version": "3.0.0",
  7039. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-3.0.0.tgz",
  7040. "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
  7041. "license": "MIT",
  7042. "engines": {
  7043. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  7044. },
  7045. "funding": {
  7046. "url": "https://github.com/sponsors/sindresorhus"
  7047. }
  7048. },
  7049. "node_modules/clipboardy/node_modules/npm-run-path": {
  7050. "version": "5.3.0",
  7051. "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-5.3.0.tgz",
  7052. "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
  7053. "license": "MIT",
  7054. "dependencies": {
  7055. "path-key": "^4.0.0"
  7056. },
  7057. "engines": {
  7058. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  7059. },
  7060. "funding": {
  7061. "url": "https://github.com/sponsors/sindresorhus"
  7062. }
  7063. },
  7064. "node_modules/clipboardy/node_modules/path-key": {
  7065. "version": "4.0.0",
  7066. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-4.0.0.tgz",
  7067. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  7068. "license": "MIT",
  7069. "engines": {
  7070. "node": ">=12"
  7071. },
  7072. "funding": {
  7073. "url": "https://github.com/sponsors/sindresorhus"
  7074. }
  7075. },
  7076. "node_modules/clipboardy/node_modules/strip-final-newline": {
  7077. "version": "3.0.0",
  7078. "resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
  7079. "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
  7080. "license": "MIT",
  7081. "engines": {
  7082. "node": ">=12"
  7083. },
  7084. "funding": {
  7085. "url": "https://github.com/sponsors/sindresorhus"
  7086. }
  7087. },
  7088. "node_modules/cliui": {
  7089. "version": "8.0.1",
  7090. "resolved": "https://registry.npmmirror.com/cliui/-/cliui-8.0.1.tgz",
  7091. "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
  7092. "license": "ISC",
  7093. "dependencies": {
  7094. "string-width": "^4.2.0",
  7095. "strip-ansi": "^6.0.1",
  7096. "wrap-ansi": "^7.0.0"
  7097. },
  7098. "engines": {
  7099. "node": ">=12"
  7100. }
  7101. },
  7102. "node_modules/cliui/node_modules/ansi-regex": {
  7103. "version": "5.0.1",
  7104. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  7105. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  7106. "license": "MIT",
  7107. "engines": {
  7108. "node": ">=8"
  7109. }
  7110. },
  7111. "node_modules/cliui/node_modules/ansi-styles": {
  7112. "version": "4.3.0",
  7113. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  7114. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  7115. "license": "MIT",
  7116. "dependencies": {
  7117. "color-convert": "^2.0.1"
  7118. },
  7119. "engines": {
  7120. "node": ">=8"
  7121. },
  7122. "funding": {
  7123. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  7124. }
  7125. },
  7126. "node_modules/cliui/node_modules/strip-ansi": {
  7127. "version": "6.0.1",
  7128. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  7129. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  7130. "license": "MIT",
  7131. "dependencies": {
  7132. "ansi-regex": "^5.0.1"
  7133. },
  7134. "engines": {
  7135. "node": ">=8"
  7136. }
  7137. },
  7138. "node_modules/cliui/node_modules/wrap-ansi": {
  7139. "version": "7.0.0",
  7140. "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  7141. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  7142. "license": "MIT",
  7143. "dependencies": {
  7144. "ansi-styles": "^4.0.0",
  7145. "string-width": "^4.1.0",
  7146. "strip-ansi": "^6.0.0"
  7147. },
  7148. "engines": {
  7149. "node": ">=10"
  7150. },
  7151. "funding": {
  7152. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  7153. }
  7154. },
  7155. "node_modules/cluster-key-slot": {
  7156. "version": "1.1.2",
  7157. "resolved": "https://registry.npmmirror.com/cluster-key-slot/-/cluster-key-slot-1.1.2.tgz",
  7158. "integrity": "sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==",
  7159. "license": "Apache-2.0",
  7160. "engines": {
  7161. "node": ">=0.10.0"
  7162. }
  7163. },
  7164. "node_modules/color-convert": {
  7165. "version": "2.0.1",
  7166. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
  7167. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  7168. "license": "MIT",
  7169. "dependencies": {
  7170. "color-name": "~1.1.4"
  7171. },
  7172. "engines": {
  7173. "node": ">=7.0.0"
  7174. }
  7175. },
  7176. "node_modules/color-name": {
  7177. "version": "1.1.4",
  7178. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
  7179. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  7180. "license": "MIT"
  7181. },
  7182. "node_modules/colord": {
  7183. "version": "2.9.3",
  7184. "resolved": "https://registry.npmmirror.com/colord/-/colord-2.9.3.tgz",
  7185. "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==",
  7186. "license": "MIT"
  7187. },
  7188. "node_modules/combined-stream": {
  7189. "version": "1.0.8",
  7190. "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz",
  7191. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  7192. "license": "MIT",
  7193. "dependencies": {
  7194. "delayed-stream": "~1.0.0"
  7195. },
  7196. "engines": {
  7197. "node": ">= 0.8"
  7198. }
  7199. },
  7200. "node_modules/commander": {
  7201. "version": "14.0.3",
  7202. "resolved": "https://registry.npmmirror.com/commander/-/commander-14.0.3.tgz",
  7203. "integrity": "sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==",
  7204. "dev": true,
  7205. "license": "MIT",
  7206. "engines": {
  7207. "node": ">=20"
  7208. }
  7209. },
  7210. "node_modules/commondir": {
  7211. "version": "1.0.1",
  7212. "resolved": "https://registry.npmmirror.com/commondir/-/commondir-1.0.1.tgz",
  7213. "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==",
  7214. "license": "MIT"
  7215. },
  7216. "node_modules/compatx": {
  7217. "version": "0.2.0",
  7218. "resolved": "https://registry.npmmirror.com/compatx/-/compatx-0.2.0.tgz",
  7219. "integrity": "sha512-6gLRNt4ygsi5NyMVhceOCFv14CIdDFN7fQjX1U4+47qVE/+kjPoXMK65KWK+dWxmFzMTuKazoQ9sch6pM0p5oA==",
  7220. "license": "MIT"
  7221. },
  7222. "node_modules/compress-commons": {
  7223. "version": "6.0.2",
  7224. "resolved": "https://registry.npmmirror.com/compress-commons/-/compress-commons-6.0.2.tgz",
  7225. "integrity": "sha512-6FqVXeETqWPoGcfzrXb37E50NP0LXT8kAMu5ooZayhWWdgEY4lBEEcbQNXtkuKQsGduxiIcI4gOTsxTmuq/bSg==",
  7226. "license": "MIT",
  7227. "dependencies": {
  7228. "crc-32": "^1.2.0",
  7229. "crc32-stream": "^6.0.0",
  7230. "is-stream": "^2.0.1",
  7231. "normalize-path": "^3.0.0",
  7232. "readable-stream": "^4.0.0"
  7233. },
  7234. "engines": {
  7235. "node": ">= 14"
  7236. }
  7237. },
  7238. "node_modules/compress-commons/node_modules/is-stream": {
  7239. "version": "2.0.1",
  7240. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-2.0.1.tgz",
  7241. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  7242. "license": "MIT",
  7243. "engines": {
  7244. "node": ">=8"
  7245. },
  7246. "funding": {
  7247. "url": "https://github.com/sponsors/sindresorhus"
  7248. }
  7249. },
  7250. "node_modules/compute-scroll-into-view": {
  7251. "version": "1.0.20",
  7252. "resolved": "https://registry.npmmirror.com/compute-scroll-into-view/-/compute-scroll-into-view-1.0.20.tgz",
  7253. "integrity": "sha512-UCB0ioiyj8CRjtrvaceBLqqhZCVP+1B8+NWQhmdsm0VXOJtobBCf1dBQmebCCo34qZmUwZfIH2MZLqNHazrfjg==",
  7254. "license": "MIT"
  7255. },
  7256. "node_modules/confbox": {
  7257. "version": "0.2.4",
  7258. "resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.2.4.tgz",
  7259. "integrity": "sha512-ysOGlgTFbN2/Y6Cg3Iye8YKulHw+R2fNXHrgSmXISQdMnomY6eNDprVdW9R5xBguEqI954+S6709UyiO7B+6OQ==",
  7260. "license": "MIT"
  7261. },
  7262. "node_modules/consola": {
  7263. "version": "3.4.2",
  7264. "resolved": "https://registry.npmmirror.com/consola/-/consola-3.4.2.tgz",
  7265. "integrity": "sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==",
  7266. "license": "MIT",
  7267. "engines": {
  7268. "node": "^14.18.0 || >=16.10.0"
  7269. }
  7270. },
  7271. "node_modules/content-type": {
  7272. "version": "1.0.5",
  7273. "resolved": "https://registry.npmmirror.com/content-type/-/content-type-1.0.5.tgz",
  7274. "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
  7275. "dev": true,
  7276. "license": "MIT",
  7277. "engines": {
  7278. "node": ">= 0.6"
  7279. }
  7280. },
  7281. "node_modules/convert-source-map": {
  7282. "version": "2.0.0",
  7283. "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz",
  7284. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  7285. "license": "MIT"
  7286. },
  7287. "node_modules/cookie-es": {
  7288. "version": "2.0.0",
  7289. "resolved": "https://registry.npmmirror.com/cookie-es/-/cookie-es-2.0.0.tgz",
  7290. "integrity": "sha512-RAj4E421UYRgqokKUmotqAwuplYw15qtdXfY+hGzgCJ/MBjCVZcSoHK/kH9kocfjRjcDME7IiDWR/1WX1TM2Pg==",
  7291. "license": "MIT"
  7292. },
  7293. "node_modules/copy-anything": {
  7294. "version": "3.0.5",
  7295. "resolved": "https://registry.npmmirror.com/copy-anything/-/copy-anything-3.0.5.tgz",
  7296. "integrity": "sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==",
  7297. "license": "MIT",
  7298. "dependencies": {
  7299. "is-what": "^4.1.8"
  7300. },
  7301. "engines": {
  7302. "node": ">=12.13"
  7303. },
  7304. "funding": {
  7305. "url": "https://github.com/sponsors/mesqueeb"
  7306. }
  7307. },
  7308. "node_modules/copy-paste": {
  7309. "version": "2.2.0",
  7310. "resolved": "https://registry.npmmirror.com/copy-paste/-/copy-paste-2.2.0.tgz",
  7311. "integrity": "sha512-jqSL4r9DSeiIvJZStLzY/sMLt9ToTM7RsK237lYOTG+KcbQJHGala3R1TUpa8h1p9adswVgIdV4qGbseVhL4lg==",
  7312. "dependencies": {
  7313. "iconv-lite": "^0.4.8"
  7314. }
  7315. },
  7316. "node_modules/copy-paste/node_modules/iconv-lite": {
  7317. "version": "0.4.24",
  7318. "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.4.24.tgz",
  7319. "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
  7320. "license": "MIT",
  7321. "dependencies": {
  7322. "safer-buffer": ">= 2.1.2 < 3"
  7323. },
  7324. "engines": {
  7325. "node": ">=0.10.0"
  7326. }
  7327. },
  7328. "node_modules/copy-to": {
  7329. "version": "2.0.1",
  7330. "resolved": "https://registry.npmmirror.com/copy-to/-/copy-to-2.0.1.tgz",
  7331. "integrity": "sha512-3DdaFaU/Zf1AnpLiFDeNCD4TOWe3Zl2RZaTzUvWiIk5ERzcCodOE20Vqq4fzCbNoHURFHT4/us/Lfq+S2zyY4w==",
  7332. "dev": true,
  7333. "license": "MIT"
  7334. },
  7335. "node_modules/core-js": {
  7336. "version": "3.48.0",
  7337. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.48.0.tgz",
  7338. "integrity": "sha512-zpEHTy1fjTMZCKLHUZoVeylt9XrzaIN2rbPXEt0k+q7JE5CkCZdo6bNq55bn24a69CH7ErAVLKijxJja4fw+UQ==",
  7339. "hasInstallScript": true,
  7340. "license": "MIT",
  7341. "funding": {
  7342. "type": "opencollective",
  7343. "url": "https://opencollective.com/core-js"
  7344. }
  7345. },
  7346. "node_modules/core-util-is": {
  7347. "version": "1.0.3",
  7348. "resolved": "https://registry.npmmirror.com/core-util-is/-/core-util-is-1.0.3.tgz",
  7349. "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
  7350. "license": "MIT"
  7351. },
  7352. "node_modules/crc-32": {
  7353. "version": "1.2.2",
  7354. "resolved": "https://registry.npmmirror.com/crc-32/-/crc-32-1.2.2.tgz",
  7355. "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",
  7356. "license": "Apache-2.0",
  7357. "bin": {
  7358. "crc32": "bin/crc32.njs"
  7359. },
  7360. "engines": {
  7361. "node": ">=0.8"
  7362. }
  7363. },
  7364. "node_modules/crc32-stream": {
  7365. "version": "6.0.0",
  7366. "resolved": "https://registry.npmmirror.com/crc32-stream/-/crc32-stream-6.0.0.tgz",
  7367. "integrity": "sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==",
  7368. "license": "MIT",
  7369. "dependencies": {
  7370. "crc-32": "^1.2.0",
  7371. "readable-stream": "^4.0.0"
  7372. },
  7373. "engines": {
  7374. "node": ">= 14"
  7375. }
  7376. },
  7377. "node_modules/croner": {
  7378. "version": "9.1.0",
  7379. "resolved": "https://registry.npmmirror.com/croner/-/croner-9.1.0.tgz",
  7380. "integrity": "sha512-p9nwwR4qyT5W996vBZhdvBCnMhicY5ytZkR4D1Xj0wuTDEiMnjwR57Q3RXYY/s0EpX6Ay3vgIcfaR+ewGHsi+g==",
  7381. "license": "MIT",
  7382. "engines": {
  7383. "node": ">=18.0"
  7384. }
  7385. },
  7386. "node_modules/cross-spawn": {
  7387. "version": "7.0.6",
  7388. "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.6.tgz",
  7389. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  7390. "license": "MIT",
  7391. "dependencies": {
  7392. "path-key": "^3.1.0",
  7393. "shebang-command": "^2.0.0",
  7394. "which": "^2.0.1"
  7395. },
  7396. "engines": {
  7397. "node": ">= 8"
  7398. }
  7399. },
  7400. "node_modules/cross-spawn/node_modules/isexe": {
  7401. "version": "2.0.0",
  7402. "resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz",
  7403. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  7404. "license": "ISC"
  7405. },
  7406. "node_modules/cross-spawn/node_modules/which": {
  7407. "version": "2.0.2",
  7408. "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
  7409. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  7410. "license": "ISC",
  7411. "dependencies": {
  7412. "isexe": "^2.0.0"
  7413. },
  7414. "bin": {
  7415. "node-which": "bin/node-which"
  7416. },
  7417. "engines": {
  7418. "node": ">= 8"
  7419. }
  7420. },
  7421. "node_modules/crossws": {
  7422. "version": "0.3.5",
  7423. "resolved": "https://registry.npmmirror.com/crossws/-/crossws-0.3.5.tgz",
  7424. "integrity": "sha512-ojKiDvcmByhwa8YYqbQI/hg7MEU0NC03+pSdEq4ZUnZR9xXpwk7E43SMNGkn+JxJGPFtNvQ48+vV2p+P1ml5PA==",
  7425. "license": "MIT",
  7426. "dependencies": {
  7427. "uncrypto": "^0.1.3"
  7428. }
  7429. },
  7430. "node_modules/crypt": {
  7431. "version": "0.0.2",
  7432. "resolved": "https://registry.npmmirror.com/crypt/-/crypt-0.0.2.tgz",
  7433. "integrity": "sha512-mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow==",
  7434. "license": "BSD-3-Clause",
  7435. "engines": {
  7436. "node": "*"
  7437. }
  7438. },
  7439. "node_modules/css-declaration-sorter": {
  7440. "version": "7.3.1",
  7441. "resolved": "https://registry.npmmirror.com/css-declaration-sorter/-/css-declaration-sorter-7.3.1.tgz",
  7442. "integrity": "sha512-gz6x+KkgNCjxq3Var03pRYLhyNfwhkKF1g/yoLgDNtFvVu0/fOLV9C8fFEZRjACp/XQLumjAYo7JVjzH3wLbxA==",
  7443. "license": "ISC",
  7444. "engines": {
  7445. "node": "^14 || ^16 || >=18"
  7446. },
  7447. "peerDependencies": {
  7448. "postcss": "^8.0.9"
  7449. }
  7450. },
  7451. "node_modules/css-select": {
  7452. "version": "5.2.2",
  7453. "resolved": "https://registry.npmmirror.com/css-select/-/css-select-5.2.2.tgz",
  7454. "integrity": "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==",
  7455. "license": "BSD-2-Clause",
  7456. "dependencies": {
  7457. "boolbase": "^1.0.0",
  7458. "css-what": "^6.1.0",
  7459. "domhandler": "^5.0.2",
  7460. "domutils": "^3.0.1",
  7461. "nth-check": "^2.0.1"
  7462. },
  7463. "funding": {
  7464. "url": "https://github.com/sponsors/fb55"
  7465. }
  7466. },
  7467. "node_modules/css-tree": {
  7468. "version": "3.2.1",
  7469. "resolved": "https://registry.npmmirror.com/css-tree/-/css-tree-3.2.1.tgz",
  7470. "integrity": "sha512-X7sjQzceUhu1u7Y/ylrRZFU2FS6LRiFVp6rKLPg23y3x3c3DOKAwuXGDp+PAGjh6CSnCjYeAul8pcT8bAl+lSA==",
  7471. "license": "MIT",
  7472. "dependencies": {
  7473. "mdn-data": "2.27.1",
  7474. "source-map-js": "^1.2.1"
  7475. },
  7476. "engines": {
  7477. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  7478. }
  7479. },
  7480. "node_modules/css-what": {
  7481. "version": "6.2.2",
  7482. "resolved": "https://registry.npmmirror.com/css-what/-/css-what-6.2.2.tgz",
  7483. "integrity": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==",
  7484. "license": "BSD-2-Clause",
  7485. "engines": {
  7486. "node": ">= 6"
  7487. },
  7488. "funding": {
  7489. "url": "https://github.com/sponsors/fb55"
  7490. }
  7491. },
  7492. "node_modules/cssesc": {
  7493. "version": "3.0.0",
  7494. "resolved": "https://registry.npmmirror.com/cssesc/-/cssesc-3.0.0.tgz",
  7495. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  7496. "license": "MIT",
  7497. "bin": {
  7498. "cssesc": "bin/cssesc"
  7499. },
  7500. "engines": {
  7501. "node": ">=4"
  7502. }
  7503. },
  7504. "node_modules/cssnano": {
  7505. "version": "7.1.2",
  7506. "resolved": "https://registry.npmmirror.com/cssnano/-/cssnano-7.1.2.tgz",
  7507. "integrity": "sha512-HYOPBsNvoiFeR1eghKD5C3ASm64v9YVyJB4Ivnl2gqKoQYvjjN/G0rztvKQq8OxocUtC6sjqY8jwYngIB4AByA==",
  7508. "license": "MIT",
  7509. "dependencies": {
  7510. "cssnano-preset-default": "^7.0.10",
  7511. "lilconfig": "^3.1.3"
  7512. },
  7513. "engines": {
  7514. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7515. },
  7516. "funding": {
  7517. "type": "opencollective",
  7518. "url": "https://opencollective.com/cssnano"
  7519. },
  7520. "peerDependencies": {
  7521. "postcss": "^8.4.32"
  7522. }
  7523. },
  7524. "node_modules/cssnano-preset-default": {
  7525. "version": "7.0.10",
  7526. "resolved": "https://registry.npmmirror.com/cssnano-preset-default/-/cssnano-preset-default-7.0.10.tgz",
  7527. "integrity": "sha512-6ZBjW0Lf1K1Z+0OKUAUpEN62tSXmYChXWi2NAA0afxEVsj9a+MbcB1l5qel6BHJHmULai2fCGRthCeKSFbScpA==",
  7528. "license": "MIT",
  7529. "dependencies": {
  7530. "browserslist": "^4.27.0",
  7531. "css-declaration-sorter": "^7.2.0",
  7532. "cssnano-utils": "^5.0.1",
  7533. "postcss-calc": "^10.1.1",
  7534. "postcss-colormin": "^7.0.5",
  7535. "postcss-convert-values": "^7.0.8",
  7536. "postcss-discard-comments": "^7.0.5",
  7537. "postcss-discard-duplicates": "^7.0.2",
  7538. "postcss-discard-empty": "^7.0.1",
  7539. "postcss-discard-overridden": "^7.0.1",
  7540. "postcss-merge-longhand": "^7.0.5",
  7541. "postcss-merge-rules": "^7.0.7",
  7542. "postcss-minify-font-values": "^7.0.1",
  7543. "postcss-minify-gradients": "^7.0.1",
  7544. "postcss-minify-params": "^7.0.5",
  7545. "postcss-minify-selectors": "^7.0.5",
  7546. "postcss-normalize-charset": "^7.0.1",
  7547. "postcss-normalize-display-values": "^7.0.1",
  7548. "postcss-normalize-positions": "^7.0.1",
  7549. "postcss-normalize-repeat-style": "^7.0.1",
  7550. "postcss-normalize-string": "^7.0.1",
  7551. "postcss-normalize-timing-functions": "^7.0.1",
  7552. "postcss-normalize-unicode": "^7.0.5",
  7553. "postcss-normalize-url": "^7.0.1",
  7554. "postcss-normalize-whitespace": "^7.0.1",
  7555. "postcss-ordered-values": "^7.0.2",
  7556. "postcss-reduce-initial": "^7.0.5",
  7557. "postcss-reduce-transforms": "^7.0.1",
  7558. "postcss-svgo": "^7.1.0",
  7559. "postcss-unique-selectors": "^7.0.4"
  7560. },
  7561. "engines": {
  7562. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7563. },
  7564. "peerDependencies": {
  7565. "postcss": "^8.4.32"
  7566. }
  7567. },
  7568. "node_modules/cssnano-utils": {
  7569. "version": "5.0.1",
  7570. "resolved": "https://registry.npmmirror.com/cssnano-utils/-/cssnano-utils-5.0.1.tgz",
  7571. "integrity": "sha512-ZIP71eQgG9JwjVZsTPSqhc6GHgEr53uJ7tK5///VfyWj6Xp2DBmixWHqJgPno+PqATzn48pL42ww9x5SSGmhZg==",
  7572. "license": "MIT",
  7573. "engines": {
  7574. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7575. },
  7576. "peerDependencies": {
  7577. "postcss": "^8.4.32"
  7578. }
  7579. },
  7580. "node_modules/csso": {
  7581. "version": "5.0.5",
  7582. "resolved": "https://registry.npmmirror.com/csso/-/csso-5.0.5.tgz",
  7583. "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==",
  7584. "license": "MIT",
  7585. "dependencies": {
  7586. "css-tree": "~2.2.0"
  7587. },
  7588. "engines": {
  7589. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  7590. "npm": ">=7.0.0"
  7591. }
  7592. },
  7593. "node_modules/csso/node_modules/css-tree": {
  7594. "version": "2.2.1",
  7595. "resolved": "https://registry.npmmirror.com/css-tree/-/css-tree-2.2.1.tgz",
  7596. "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==",
  7597. "license": "MIT",
  7598. "dependencies": {
  7599. "mdn-data": "2.0.28",
  7600. "source-map-js": "^1.0.1"
  7601. },
  7602. "engines": {
  7603. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  7604. "npm": ">=7.0.0"
  7605. }
  7606. },
  7607. "node_modules/csso/node_modules/mdn-data": {
  7608. "version": "2.0.28",
  7609. "resolved": "https://registry.npmmirror.com/mdn-data/-/mdn-data-2.0.28.tgz",
  7610. "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==",
  7611. "license": "CC0-1.0"
  7612. },
  7613. "node_modules/csstype": {
  7614. "version": "3.2.3",
  7615. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.2.3.tgz",
  7616. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  7617. "license": "MIT"
  7618. },
  7619. "node_modules/dateformat": {
  7620. "version": "2.2.0",
  7621. "resolved": "https://registry.npmmirror.com/dateformat/-/dateformat-2.2.0.tgz",
  7622. "integrity": "sha512-GODcnWq3YGoTnygPfi02ygEiRxqUxpJwuRHjdhJYuxpcZmDq4rjBiXYmbCCzStxo176ixfLT6i4NPwQooRySnw==",
  7623. "dev": true,
  7624. "license": "MIT",
  7625. "engines": {
  7626. "node": "*"
  7627. }
  7628. },
  7629. "node_modules/dayjs": {
  7630. "version": "1.11.19",
  7631. "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.19.tgz",
  7632. "integrity": "sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==",
  7633. "license": "MIT"
  7634. },
  7635. "node_modules/db0": {
  7636. "version": "0.3.4",
  7637. "resolved": "https://registry.npmmirror.com/db0/-/db0-0.3.4.tgz",
  7638. "integrity": "sha512-RiXXi4WaNzPTHEOu8UPQKMooIbqOEyqA1t7Z6MsdxSCeb8iUC9ko3LcmsLmeUt2SM5bctfArZKkRQggKZz7JNw==",
  7639. "license": "MIT",
  7640. "peerDependencies": {
  7641. "@electric-sql/pglite": "*",
  7642. "@libsql/client": "*",
  7643. "better-sqlite3": "*",
  7644. "drizzle-orm": "*",
  7645. "mysql2": "*",
  7646. "sqlite3": "*"
  7647. },
  7648. "peerDependenciesMeta": {
  7649. "@electric-sql/pglite": {
  7650. "optional": true
  7651. },
  7652. "@libsql/client": {
  7653. "optional": true
  7654. },
  7655. "better-sqlite3": {
  7656. "optional": true
  7657. },
  7658. "drizzle-orm": {
  7659. "optional": true
  7660. },
  7661. "mysql2": {
  7662. "optional": true
  7663. },
  7664. "sqlite3": {
  7665. "optional": true
  7666. }
  7667. }
  7668. },
  7669. "node_modules/de-indent": {
  7670. "version": "1.0.2",
  7671. "resolved": "https://registry.npmmirror.com/de-indent/-/de-indent-1.0.2.tgz",
  7672. "integrity": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==",
  7673. "devOptional": true,
  7674. "license": "MIT"
  7675. },
  7676. "node_modules/debug": {
  7677. "version": "4.4.3",
  7678. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.3.tgz",
  7679. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  7680. "license": "MIT",
  7681. "dependencies": {
  7682. "ms": "^2.1.3"
  7683. },
  7684. "engines": {
  7685. "node": ">=6.0"
  7686. },
  7687. "peerDependenciesMeta": {
  7688. "supports-color": {
  7689. "optional": true
  7690. }
  7691. }
  7692. },
  7693. "node_modules/deepmerge": {
  7694. "version": "4.3.1",
  7695. "resolved": "https://registry.npmmirror.com/deepmerge/-/deepmerge-4.3.1.tgz",
  7696. "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
  7697. "license": "MIT",
  7698. "engines": {
  7699. "node": ">=0.10.0"
  7700. }
  7701. },
  7702. "node_modules/default-browser": {
  7703. "version": "5.2.1",
  7704. "resolved": "https://registry.npmmirror.com/default-browser/-/default-browser-5.2.1.tgz",
  7705. "integrity": "sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==",
  7706. "license": "MIT",
  7707. "dependencies": {
  7708. "bundle-name": "^4.1.0",
  7709. "default-browser-id": "^5.0.0"
  7710. },
  7711. "engines": {
  7712. "node": ">=18"
  7713. },
  7714. "funding": {
  7715. "url": "https://github.com/sponsors/sindresorhus"
  7716. }
  7717. },
  7718. "node_modules/default-browser-id": {
  7719. "version": "5.0.0",
  7720. "resolved": "https://registry.npmmirror.com/default-browser-id/-/default-browser-id-5.0.0.tgz",
  7721. "integrity": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==",
  7722. "license": "MIT",
  7723. "engines": {
  7724. "node": ">=18"
  7725. },
  7726. "funding": {
  7727. "url": "https://github.com/sponsors/sindresorhus"
  7728. }
  7729. },
  7730. "node_modules/default-user-agent": {
  7731. "version": "1.0.0",
  7732. "resolved": "https://registry.npmmirror.com/default-user-agent/-/default-user-agent-1.0.0.tgz",
  7733. "integrity": "sha512-bDF7bg6OSNcSwFWPu4zYKpVkJZQYVrAANMYB8bc9Szem1D0yKdm4sa/rOCs2aC9+2GMqQ7KnwtZRvDhmLF0dXw==",
  7734. "dev": true,
  7735. "license": "MIT",
  7736. "dependencies": {
  7737. "os-name": "~1.0.3"
  7738. },
  7739. "engines": {
  7740. "node": ">= 0.10.0"
  7741. }
  7742. },
  7743. "node_modules/define-lazy-prop": {
  7744. "version": "3.0.0",
  7745. "resolved": "https://registry.npmmirror.com/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
  7746. "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
  7747. "license": "MIT",
  7748. "engines": {
  7749. "node": ">=12"
  7750. },
  7751. "funding": {
  7752. "url": "https://github.com/sponsors/sindresorhus"
  7753. }
  7754. },
  7755. "node_modules/defu": {
  7756. "version": "6.1.4",
  7757. "resolved": "https://registry.npmmirror.com/defu/-/defu-6.1.4.tgz",
  7758. "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==",
  7759. "license": "MIT"
  7760. },
  7761. "node_modules/delayed-stream": {
  7762. "version": "1.0.0",
  7763. "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz",
  7764. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  7765. "license": "MIT",
  7766. "engines": {
  7767. "node": ">=0.4.0"
  7768. }
  7769. },
  7770. "node_modules/denque": {
  7771. "version": "2.1.0",
  7772. "resolved": "https://registry.npmmirror.com/denque/-/denque-2.1.0.tgz",
  7773. "integrity": "sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==",
  7774. "license": "Apache-2.0",
  7775. "engines": {
  7776. "node": ">=0.10"
  7777. }
  7778. },
  7779. "node_modules/depd": {
  7780. "version": "2.0.0",
  7781. "resolved": "https://registry.npmmirror.com/depd/-/depd-2.0.0.tgz",
  7782. "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  7783. "license": "MIT",
  7784. "engines": {
  7785. "node": ">= 0.8"
  7786. }
  7787. },
  7788. "node_modules/destr": {
  7789. "version": "2.0.5",
  7790. "resolved": "https://registry.npmmirror.com/destr/-/destr-2.0.5.tgz",
  7791. "integrity": "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==",
  7792. "license": "MIT"
  7793. },
  7794. "node_modules/destroy": {
  7795. "version": "1.2.0",
  7796. "resolved": "https://registry.npmmirror.com/destroy/-/destroy-1.2.0.tgz",
  7797. "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
  7798. "dev": true,
  7799. "license": "MIT",
  7800. "engines": {
  7801. "node": ">= 0.8",
  7802. "npm": "1.2.8000 || >= 1.4.16"
  7803. }
  7804. },
  7805. "node_modules/detect-libc": {
  7806. "version": "1.0.3",
  7807. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-1.0.3.tgz",
  7808. "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
  7809. "license": "Apache-2.0",
  7810. "bin": {
  7811. "detect-libc": "bin/detect-libc.js"
  7812. },
  7813. "engines": {
  7814. "node": ">=0.10"
  7815. }
  7816. },
  7817. "node_modules/devalue": {
  7818. "version": "5.6.3",
  7819. "resolved": "https://registry.npmmirror.com/devalue/-/devalue-5.6.3.tgz",
  7820. "integrity": "sha512-nc7XjUU/2Lb+SvEFVGcWLiKkzfw8+qHI7zn8WYXKkLMgfGSHbgCEaR6bJpev8Cm6Rmrb19Gfd/tZvGqx9is3wg==",
  7821. "license": "MIT"
  7822. },
  7823. "node_modules/diff": {
  7824. "version": "8.0.3",
  7825. "resolved": "https://registry.npmmirror.com/diff/-/diff-8.0.3.tgz",
  7826. "integrity": "sha512-qejHi7bcSD4hQAZE0tNAawRK1ZtafHDmMTMkrrIGgSLl7hTnQHmKCeB45xAcbfTqK2zowkM3j3bHt/4b/ARbYQ==",
  7827. "license": "BSD-3-Clause",
  7828. "engines": {
  7829. "node": ">=0.3.1"
  7830. }
  7831. },
  7832. "node_modules/digest-header": {
  7833. "version": "1.1.0",
  7834. "resolved": "https://registry.npmmirror.com/digest-header/-/digest-header-1.1.0.tgz",
  7835. "integrity": "sha512-glXVh42vz40yZb9Cq2oMOt70FIoWiv+vxNvdKdU8CwjLad25qHM3trLxhl9bVjdr6WaslIXhWpn0NO8T/67Qjg==",
  7836. "dev": true,
  7837. "license": "MIT",
  7838. "engines": {
  7839. "node": ">= 8.0.0"
  7840. }
  7841. },
  7842. "node_modules/dom-align": {
  7843. "version": "1.12.4",
  7844. "resolved": "https://registry.npmmirror.com/dom-align/-/dom-align-1.12.4.tgz",
  7845. "integrity": "sha512-R8LUSEay/68zE5c8/3BDxiTEvgb4xZTF0RKmAHfiEVN3klfIpXfi2/QCoiWPccVQ0J/ZGdz9OjzL4uJEP/MRAw==",
  7846. "license": "MIT"
  7847. },
  7848. "node_modules/dom-scroll-into-view": {
  7849. "version": "2.0.1",
  7850. "resolved": "https://registry.npmmirror.com/dom-scroll-into-view/-/dom-scroll-into-view-2.0.1.tgz",
  7851. "integrity": "sha512-bvVTQe1lfaUr1oFzZX80ce9KLDlZ3iU+XGNE/bz9HnGdklTieqsbmsLHe+rT2XWqopvL0PckkYqN7ksmm5pe3w==",
  7852. "license": "MIT"
  7853. },
  7854. "node_modules/dom-serializer": {
  7855. "version": "2.0.0",
  7856. "resolved": "https://registry.npmmirror.com/dom-serializer/-/dom-serializer-2.0.0.tgz",
  7857. "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
  7858. "license": "MIT",
  7859. "dependencies": {
  7860. "domelementtype": "^2.3.0",
  7861. "domhandler": "^5.0.2",
  7862. "entities": "^4.2.0"
  7863. },
  7864. "funding": {
  7865. "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
  7866. }
  7867. },
  7868. "node_modules/domelementtype": {
  7869. "version": "2.3.0",
  7870. "resolved": "https://registry.npmmirror.com/domelementtype/-/domelementtype-2.3.0.tgz",
  7871. "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
  7872. "funding": [
  7873. {
  7874. "type": "github",
  7875. "url": "https://github.com/sponsors/fb55"
  7876. }
  7877. ],
  7878. "license": "BSD-2-Clause"
  7879. },
  7880. "node_modules/domhandler": {
  7881. "version": "5.0.3",
  7882. "resolved": "https://registry.npmmirror.com/domhandler/-/domhandler-5.0.3.tgz",
  7883. "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
  7884. "license": "BSD-2-Clause",
  7885. "dependencies": {
  7886. "domelementtype": "^2.3.0"
  7887. },
  7888. "engines": {
  7889. "node": ">= 4"
  7890. },
  7891. "funding": {
  7892. "url": "https://github.com/fb55/domhandler?sponsor=1"
  7893. }
  7894. },
  7895. "node_modules/domutils": {
  7896. "version": "3.2.2",
  7897. "resolved": "https://registry.npmmirror.com/domutils/-/domutils-3.2.2.tgz",
  7898. "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==",
  7899. "license": "BSD-2-Clause",
  7900. "dependencies": {
  7901. "dom-serializer": "^2.0.0",
  7902. "domelementtype": "^2.3.0",
  7903. "domhandler": "^5.0.3"
  7904. },
  7905. "funding": {
  7906. "url": "https://github.com/fb55/domutils?sponsor=1"
  7907. }
  7908. },
  7909. "node_modules/dot-prop": {
  7910. "version": "10.1.0",
  7911. "resolved": "https://registry.npmmirror.com/dot-prop/-/dot-prop-10.1.0.tgz",
  7912. "integrity": "sha512-MVUtAugQMOff5RnBy2d9N31iG0lNwg1qAoAOn7pOK5wf94WIaE3My2p3uwTQuvS2AcqchkcR3bHByjaM0mmi7Q==",
  7913. "license": "MIT",
  7914. "dependencies": {
  7915. "type-fest": "^5.0.0"
  7916. },
  7917. "engines": {
  7918. "node": ">=20"
  7919. },
  7920. "funding": {
  7921. "url": "https://github.com/sponsors/sindresorhus"
  7922. }
  7923. },
  7924. "node_modules/dotenv": {
  7925. "version": "17.3.1",
  7926. "resolved": "https://registry.npmmirror.com/dotenv/-/dotenv-17.3.1.tgz",
  7927. "integrity": "sha512-IO8C/dzEb6O3F9/twg6ZLXz164a2fhTnEWb95H23Dm4OuN+92NmEAlTrupP9VW6Jm3sO26tQlqyvyi4CsnY9GA==",
  7928. "license": "BSD-2-Clause",
  7929. "engines": {
  7930. "node": ">=12"
  7931. },
  7932. "funding": {
  7933. "url": "https://dotenvx.com"
  7934. }
  7935. },
  7936. "node_modules/dunder-proto": {
  7937. "version": "1.0.1",
  7938. "resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz",
  7939. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  7940. "license": "MIT",
  7941. "dependencies": {
  7942. "call-bind-apply-helpers": "^1.0.1",
  7943. "es-errors": "^1.3.0",
  7944. "gopd": "^1.2.0"
  7945. },
  7946. "engines": {
  7947. "node": ">= 0.4"
  7948. }
  7949. },
  7950. "node_modules/duplexer": {
  7951. "version": "0.1.2",
  7952. "resolved": "https://registry.npmmirror.com/duplexer/-/duplexer-0.1.2.tgz",
  7953. "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==",
  7954. "license": "MIT"
  7955. },
  7956. "node_modules/earcut": {
  7957. "version": "2.2.4",
  7958. "resolved": "https://registry.npmmirror.com/earcut/-/earcut-2.2.4.tgz",
  7959. "integrity": "sha512-/pjZsA1b4RPHbeWZQn66SWS8nZZWLQQ23oE3Eam7aroEFGEvwKAsJfZ9ytiEMycfzXWpca4FA9QIOehf7PocBQ==",
  7960. "license": "ISC"
  7961. },
  7962. "node_modules/eastasianwidth": {
  7963. "version": "0.2.0",
  7964. "resolved": "https://registry.npmmirror.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
  7965. "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
  7966. "license": "MIT"
  7967. },
  7968. "node_modules/ee-first": {
  7969. "version": "1.1.1",
  7970. "resolved": "https://registry.npmmirror.com/ee-first/-/ee-first-1.1.1.tgz",
  7971. "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
  7972. "license": "MIT"
  7973. },
  7974. "node_modules/electron-to-chromium": {
  7975. "version": "1.5.267",
  7976. "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.267.tgz",
  7977. "integrity": "sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==",
  7978. "license": "ISC"
  7979. },
  7980. "node_modules/emoji-regex": {
  7981. "version": "8.0.0",
  7982. "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz",
  7983. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  7984. "license": "MIT"
  7985. },
  7986. "node_modules/encodeurl": {
  7987. "version": "2.0.0",
  7988. "resolved": "https://registry.npmmirror.com/encodeurl/-/encodeurl-2.0.0.tgz",
  7989. "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
  7990. "license": "MIT",
  7991. "engines": {
  7992. "node": ">= 0.8"
  7993. }
  7994. },
  7995. "node_modules/end-of-stream": {
  7996. "version": "1.4.4",
  7997. "resolved": "https://registry.npmmirror.com/end-of-stream/-/end-of-stream-1.4.4.tgz",
  7998. "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
  7999. "dev": true,
  8000. "license": "MIT",
  8001. "dependencies": {
  8002. "once": "^1.4.0"
  8003. }
  8004. },
  8005. "node_modules/end-or-error": {
  8006. "version": "1.0.1",
  8007. "resolved": "https://registry.npmmirror.com/end-or-error/-/end-or-error-1.0.1.tgz",
  8008. "integrity": "sha512-OclLMSug+k2A0JKuf494im25ANRBVW8qsjmwbgX7lQ8P82H21PQ1PWkoYwb9y5yMBS69BPlwtzdIFClo3+7kOQ==",
  8009. "dev": true,
  8010. "license": "MIT",
  8011. "engines": {
  8012. "node": ">= 0.11.14"
  8013. }
  8014. },
  8015. "node_modules/entities": {
  8016. "version": "4.5.0",
  8017. "resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz",
  8018. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  8019. "license": "BSD-2-Clause",
  8020. "engines": {
  8021. "node": ">=0.12"
  8022. },
  8023. "funding": {
  8024. "url": "https://github.com/fb55/entities?sponsor=1"
  8025. }
  8026. },
  8027. "node_modules/error-stack-parser-es": {
  8028. "version": "0.1.5",
  8029. "resolved": "https://registry.npmmirror.com/error-stack-parser-es/-/error-stack-parser-es-0.1.5.tgz",
  8030. "integrity": "sha512-xHku1X40RO+fO8yJ8Wh2f2rZWVjqyhb1zgq1yZ8aZRQkv6OOKhKWRUaht3eSCUbAOBaKIgM+ykwFLE+QUxgGeg==",
  8031. "dev": true,
  8032. "license": "MIT",
  8033. "funding": {
  8034. "url": "https://github.com/sponsors/antfu"
  8035. }
  8036. },
  8037. "node_modules/errx": {
  8038. "version": "0.1.0",
  8039. "resolved": "https://registry.npmmirror.com/errx/-/errx-0.1.0.tgz",
  8040. "integrity": "sha512-fZmsRiDNv07K6s2KkKFTiD2aIvECa7++PKyD5NC32tpRw46qZA3sOz+aM+/V9V0GDHxVTKLziveV4JhzBHDp9Q==",
  8041. "license": "MIT"
  8042. },
  8043. "node_modules/es-define-property": {
  8044. "version": "1.0.1",
  8045. "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz",
  8046. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  8047. "license": "MIT",
  8048. "engines": {
  8049. "node": ">= 0.4"
  8050. }
  8051. },
  8052. "node_modules/es-errors": {
  8053. "version": "1.3.0",
  8054. "resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
  8055. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  8056. "license": "MIT",
  8057. "engines": {
  8058. "node": ">= 0.4"
  8059. }
  8060. },
  8061. "node_modules/es-module-lexer": {
  8062. "version": "2.0.0",
  8063. "resolved": "https://registry.npmmirror.com/es-module-lexer/-/es-module-lexer-2.0.0.tgz",
  8064. "integrity": "sha512-5POEcUuZybH7IdmGsD8wlf0AI55wMecM9rVBTI/qEAy2c1kTOm3DjFYjrBdI2K3BaJjJYfYFeRtM0t9ssnRuxw==",
  8065. "license": "MIT"
  8066. },
  8067. "node_modules/es-object-atoms": {
  8068. "version": "1.1.1",
  8069. "resolved": "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  8070. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  8071. "license": "MIT",
  8072. "dependencies": {
  8073. "es-errors": "^1.3.0"
  8074. },
  8075. "engines": {
  8076. "node": ">= 0.4"
  8077. }
  8078. },
  8079. "node_modules/es-set-tostringtag": {
  8080. "version": "2.1.0",
  8081. "resolved": "https://registry.npmmirror.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  8082. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  8083. "license": "MIT",
  8084. "dependencies": {
  8085. "es-errors": "^1.3.0",
  8086. "get-intrinsic": "^1.2.6",
  8087. "has-tostringtag": "^1.0.2",
  8088. "hasown": "^2.0.2"
  8089. },
  8090. "engines": {
  8091. "node": ">= 0.4"
  8092. }
  8093. },
  8094. "node_modules/esbuild": {
  8095. "version": "0.25.5",
  8096. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.25.5.tgz",
  8097. "integrity": "sha512-P8OtKZRv/5J5hhz0cUAdu/cLuPIKXpQl1R9pZtvmHWQvrAUVd0UNIPT4IB4W3rNOqVO0rlqHmCIbSwxh/c9yUQ==",
  8098. "hasInstallScript": true,
  8099. "license": "MIT",
  8100. "bin": {
  8101. "esbuild": "bin/esbuild"
  8102. },
  8103. "engines": {
  8104. "node": ">=18"
  8105. },
  8106. "optionalDependencies": {
  8107. "@esbuild/aix-ppc64": "0.25.5",
  8108. "@esbuild/android-arm": "0.25.5",
  8109. "@esbuild/android-arm64": "0.25.5",
  8110. "@esbuild/android-x64": "0.25.5",
  8111. "@esbuild/darwin-arm64": "0.25.5",
  8112. "@esbuild/darwin-x64": "0.25.5",
  8113. "@esbuild/freebsd-arm64": "0.25.5",
  8114. "@esbuild/freebsd-x64": "0.25.5",
  8115. "@esbuild/linux-arm": "0.25.5",
  8116. "@esbuild/linux-arm64": "0.25.5",
  8117. "@esbuild/linux-ia32": "0.25.5",
  8118. "@esbuild/linux-loong64": "0.25.5",
  8119. "@esbuild/linux-mips64el": "0.25.5",
  8120. "@esbuild/linux-ppc64": "0.25.5",
  8121. "@esbuild/linux-riscv64": "0.25.5",
  8122. "@esbuild/linux-s390x": "0.25.5",
  8123. "@esbuild/linux-x64": "0.25.5",
  8124. "@esbuild/netbsd-arm64": "0.25.5",
  8125. "@esbuild/netbsd-x64": "0.25.5",
  8126. "@esbuild/openbsd-arm64": "0.25.5",
  8127. "@esbuild/openbsd-x64": "0.25.5",
  8128. "@esbuild/sunos-x64": "0.25.5",
  8129. "@esbuild/win32-arm64": "0.25.5",
  8130. "@esbuild/win32-ia32": "0.25.5",
  8131. "@esbuild/win32-x64": "0.25.5"
  8132. }
  8133. },
  8134. "node_modules/escalade": {
  8135. "version": "3.2.0",
  8136. "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz",
  8137. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  8138. "license": "MIT",
  8139. "engines": {
  8140. "node": ">=6"
  8141. }
  8142. },
  8143. "node_modules/escape-html": {
  8144. "version": "1.0.3",
  8145. "resolved": "https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz",
  8146. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
  8147. "license": "MIT"
  8148. },
  8149. "node_modules/escape-string-regexp": {
  8150. "version": "5.0.0",
  8151. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  8152. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  8153. "license": "MIT",
  8154. "engines": {
  8155. "node": ">=12"
  8156. },
  8157. "funding": {
  8158. "url": "https://github.com/sponsors/sindresorhus"
  8159. }
  8160. },
  8161. "node_modules/estree-walker": {
  8162. "version": "2.0.2",
  8163. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  8164. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  8165. "license": "MIT"
  8166. },
  8167. "node_modules/etag": {
  8168. "version": "1.8.1",
  8169. "resolved": "https://registry.npmmirror.com/etag/-/etag-1.8.1.tgz",
  8170. "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
  8171. "license": "MIT",
  8172. "engines": {
  8173. "node": ">= 0.6"
  8174. }
  8175. },
  8176. "node_modules/event-target-shim": {
  8177. "version": "5.0.1",
  8178. "resolved": "https://registry.npmmirror.com/event-target-shim/-/event-target-shim-5.0.1.tgz",
  8179. "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
  8180. "license": "MIT",
  8181. "engines": {
  8182. "node": ">=6"
  8183. }
  8184. },
  8185. "node_modules/events": {
  8186. "version": "3.3.0",
  8187. "resolved": "https://registry.npmmirror.com/events/-/events-3.3.0.tgz",
  8188. "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
  8189. "license": "MIT",
  8190. "engines": {
  8191. "node": ">=0.8.x"
  8192. }
  8193. },
  8194. "node_modules/execa": {
  8195. "version": "9.5.2",
  8196. "resolved": "https://registry.npmmirror.com/execa/-/execa-9.5.2.tgz",
  8197. "integrity": "sha512-EHlpxMCpHWSAh1dgS6bVeoLAXGnJNdR93aabr4QCGbzOM73o5XmRfM/e5FUqsw3aagP8S8XEWUWFAxnRBnAF0Q==",
  8198. "dev": true,
  8199. "license": "MIT",
  8200. "dependencies": {
  8201. "@sindresorhus/merge-streams": "^4.0.0",
  8202. "cross-spawn": "^7.0.3",
  8203. "figures": "^6.1.0",
  8204. "get-stream": "^9.0.0",
  8205. "human-signals": "^8.0.0",
  8206. "is-plain-obj": "^4.1.0",
  8207. "is-stream": "^4.0.1",
  8208. "npm-run-path": "^6.0.0",
  8209. "pretty-ms": "^9.0.0",
  8210. "signal-exit": "^4.1.0",
  8211. "strip-final-newline": "^4.0.0",
  8212. "yoctocolors": "^2.0.0"
  8213. },
  8214. "engines": {
  8215. "node": "^18.19.0 || >=20.5.0"
  8216. },
  8217. "funding": {
  8218. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  8219. }
  8220. },
  8221. "node_modules/exsolve": {
  8222. "version": "1.0.8",
  8223. "resolved": "https://registry.npmmirror.com/exsolve/-/exsolve-1.0.8.tgz",
  8224. "integrity": "sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==",
  8225. "license": "MIT"
  8226. },
  8227. "node_modules/extend-shallow": {
  8228. "version": "2.0.1",
  8229. "resolved": "https://registry.npmmirror.com/extend-shallow/-/extend-shallow-2.0.1.tgz",
  8230. "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",
  8231. "dev": true,
  8232. "license": "MIT",
  8233. "dependencies": {
  8234. "is-extendable": "^0.1.0"
  8235. },
  8236. "engines": {
  8237. "node": ">=0.10.0"
  8238. }
  8239. },
  8240. "node_modules/fast-fifo": {
  8241. "version": "1.3.2",
  8242. "resolved": "https://registry.npmmirror.com/fast-fifo/-/fast-fifo-1.3.2.tgz",
  8243. "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==",
  8244. "license": "MIT"
  8245. },
  8246. "node_modules/fast-glob": {
  8247. "version": "3.3.3",
  8248. "resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.3.tgz",
  8249. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  8250. "license": "MIT",
  8251. "dependencies": {
  8252. "@nodelib/fs.stat": "^2.0.2",
  8253. "@nodelib/fs.walk": "^1.2.3",
  8254. "glob-parent": "^5.1.2",
  8255. "merge2": "^1.3.0",
  8256. "micromatch": "^4.0.8"
  8257. },
  8258. "engines": {
  8259. "node": ">=8.6.0"
  8260. }
  8261. },
  8262. "node_modules/fast-npm-meta": {
  8263. "version": "1.3.0",
  8264. "resolved": "https://registry.npmmirror.com/fast-npm-meta/-/fast-npm-meta-1.3.0.tgz",
  8265. "integrity": "sha512-Yz48hvMPiD+J5vPQj767Gdd3i6TOzqwBuvc0ylkzyxh2+VEJmtWBBy1OT1/CoeStcKhS6lBK8opUf13BNXBBYw==",
  8266. "license": "MIT",
  8267. "bin": {
  8268. "fast-npm-meta": "dist/cli.mjs"
  8269. },
  8270. "funding": {
  8271. "url": "https://github.com/sponsors/antfu"
  8272. }
  8273. },
  8274. "node_modules/fastq": {
  8275. "version": "1.20.1",
  8276. "resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.20.1.tgz",
  8277. "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
  8278. "license": "ISC",
  8279. "dependencies": {
  8280. "reusify": "^1.0.4"
  8281. }
  8282. },
  8283. "node_modules/fdir": {
  8284. "version": "6.5.0",
  8285. "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.5.0.tgz",
  8286. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  8287. "license": "MIT",
  8288. "engines": {
  8289. "node": ">=12.0.0"
  8290. },
  8291. "peerDependencies": {
  8292. "picomatch": "^3 || ^4"
  8293. },
  8294. "peerDependenciesMeta": {
  8295. "picomatch": {
  8296. "optional": true
  8297. }
  8298. }
  8299. },
  8300. "node_modules/figures": {
  8301. "version": "6.1.0",
  8302. "resolved": "https://registry.npmmirror.com/figures/-/figures-6.1.0.tgz",
  8303. "integrity": "sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==",
  8304. "dev": true,
  8305. "license": "MIT",
  8306. "dependencies": {
  8307. "is-unicode-supported": "^2.0.0"
  8308. },
  8309. "engines": {
  8310. "node": ">=18"
  8311. },
  8312. "funding": {
  8313. "url": "https://github.com/sponsors/sindresorhus"
  8314. }
  8315. },
  8316. "node_modules/file-uri-to-path": {
  8317. "version": "1.0.0",
  8318. "resolved": "https://registry.npmmirror.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
  8319. "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
  8320. "license": "MIT"
  8321. },
  8322. "node_modules/fill-range": {
  8323. "version": "7.1.1",
  8324. "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
  8325. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  8326. "license": "MIT",
  8327. "dependencies": {
  8328. "to-regex-range": "^5.0.1"
  8329. },
  8330. "engines": {
  8331. "node": ">=8"
  8332. }
  8333. },
  8334. "node_modules/follow-redirects": {
  8335. "version": "1.15.11",
  8336. "resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.11.tgz",
  8337. "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==",
  8338. "funding": [
  8339. {
  8340. "type": "individual",
  8341. "url": "https://github.com/sponsors/RubenVerborgh"
  8342. }
  8343. ],
  8344. "license": "MIT",
  8345. "engines": {
  8346. "node": ">=4.0"
  8347. },
  8348. "peerDependenciesMeta": {
  8349. "debug": {
  8350. "optional": true
  8351. }
  8352. }
  8353. },
  8354. "node_modules/foreground-child": {
  8355. "version": "3.3.1",
  8356. "resolved": "https://registry.npmmirror.com/foreground-child/-/foreground-child-3.3.1.tgz",
  8357. "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
  8358. "license": "ISC",
  8359. "dependencies": {
  8360. "cross-spawn": "^7.0.6",
  8361. "signal-exit": "^4.0.1"
  8362. },
  8363. "engines": {
  8364. "node": ">=14"
  8365. },
  8366. "funding": {
  8367. "url": "https://github.com/sponsors/isaacs"
  8368. }
  8369. },
  8370. "node_modules/form-data": {
  8371. "version": "4.0.5",
  8372. "resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.5.tgz",
  8373. "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
  8374. "license": "MIT",
  8375. "dependencies": {
  8376. "asynckit": "^0.4.0",
  8377. "combined-stream": "^1.0.8",
  8378. "es-set-tostringtag": "^2.1.0",
  8379. "hasown": "^2.0.2",
  8380. "mime-types": "^2.1.12"
  8381. },
  8382. "engines": {
  8383. "node": ">= 6"
  8384. }
  8385. },
  8386. "node_modules/formstream": {
  8387. "version": "1.5.1",
  8388. "resolved": "https://registry.npmmirror.com/formstream/-/formstream-1.5.1.tgz",
  8389. "integrity": "sha512-q7ORzFqotpwn3Y/GBK2lK7PjtZZwJHz9QE9Phv8zb5IrL9ftGLyi2zjGURON3voK8TaZ+mqJKERYN4lrHYTkUQ==",
  8390. "dev": true,
  8391. "license": "MIT",
  8392. "dependencies": {
  8393. "destroy": "^1.0.4",
  8394. "mime": "^2.5.2",
  8395. "node-hex": "^1.0.1",
  8396. "pause-stream": "~0.0.11"
  8397. }
  8398. },
  8399. "node_modules/fraction.js": {
  8400. "version": "5.3.4",
  8401. "resolved": "https://registry.npmmirror.com/fraction.js/-/fraction.js-5.3.4.tgz",
  8402. "integrity": "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==",
  8403. "license": "MIT",
  8404. "engines": {
  8405. "node": "*"
  8406. },
  8407. "funding": {
  8408. "type": "github",
  8409. "url": "https://github.com/sponsors/rawify"
  8410. }
  8411. },
  8412. "node_modules/fresh": {
  8413. "version": "2.0.0",
  8414. "resolved": "https://registry.npmmirror.com/fresh/-/fresh-2.0.0.tgz",
  8415. "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
  8416. "license": "MIT",
  8417. "engines": {
  8418. "node": ">= 0.8"
  8419. }
  8420. },
  8421. "node_modules/fs-extra": {
  8422. "version": "11.3.0",
  8423. "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-11.3.0.tgz",
  8424. "integrity": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==",
  8425. "dev": true,
  8426. "license": "MIT",
  8427. "dependencies": {
  8428. "graceful-fs": "^4.2.0",
  8429. "jsonfile": "^6.0.1",
  8430. "universalify": "^2.0.0"
  8431. },
  8432. "engines": {
  8433. "node": ">=14.14"
  8434. }
  8435. },
  8436. "node_modules/fsevents": {
  8437. "version": "2.3.3",
  8438. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
  8439. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  8440. "hasInstallScript": true,
  8441. "license": "MIT",
  8442. "optional": true,
  8443. "os": [
  8444. "darwin"
  8445. ],
  8446. "engines": {
  8447. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  8448. }
  8449. },
  8450. "node_modules/function-bind": {
  8451. "version": "1.1.2",
  8452. "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
  8453. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  8454. "license": "MIT",
  8455. "funding": {
  8456. "url": "https://github.com/sponsors/ljharb"
  8457. }
  8458. },
  8459. "node_modules/fuse.js": {
  8460. "version": "7.1.0",
  8461. "resolved": "https://registry.npmmirror.com/fuse.js/-/fuse.js-7.1.0.tgz",
  8462. "integrity": "sha512-trLf4SzuuUxfusZADLINj+dE8clK1frKdmqiJNb1Es75fmI5oY6X2mxLVUciLLjxqw/xr72Dhy+lER6dGd02FQ==",
  8463. "license": "Apache-2.0",
  8464. "engines": {
  8465. "node": ">=10"
  8466. }
  8467. },
  8468. "node_modules/fzf": {
  8469. "version": "0.5.2",
  8470. "resolved": "https://registry.npmmirror.com/fzf/-/fzf-0.5.2.tgz",
  8471. "integrity": "sha512-Tt4kuxLXFKHy8KT40zwsUPUkg1CrsgY25FxA2U/j/0WgEDCk3ddc/zLTCCcbSHX9FcKtLuVaDGtGE/STWC+j3Q==",
  8472. "license": "BSD-3-Clause"
  8473. },
  8474. "node_modules/generate-function": {
  8475. "version": "2.3.1",
  8476. "resolved": "https://registry.npmmirror.com/generate-function/-/generate-function-2.3.1.tgz",
  8477. "integrity": "sha512-eeB5GfMNeevm/GRYq20ShmsaGcmI81kIX2K9XQx5miC8KdHaC6Jm0qQ8ZNeGOi7wYB8OsdxKs+Y2oVuTFuVwKQ==",
  8478. "license": "MIT",
  8479. "dependencies": {
  8480. "is-property": "^1.0.2"
  8481. }
  8482. },
  8483. "node_modules/gensync": {
  8484. "version": "1.0.0-beta.2",
  8485. "resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz",
  8486. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  8487. "license": "MIT",
  8488. "engines": {
  8489. "node": ">=6.9.0"
  8490. }
  8491. },
  8492. "node_modules/get-caller-file": {
  8493. "version": "2.0.5",
  8494. "resolved": "https://registry.npmmirror.com/get-caller-file/-/get-caller-file-2.0.5.tgz",
  8495. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  8496. "license": "ISC",
  8497. "engines": {
  8498. "node": "6.* || 8.* || >= 10.*"
  8499. }
  8500. },
  8501. "node_modules/get-intrinsic": {
  8502. "version": "1.3.0",
  8503. "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  8504. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  8505. "license": "MIT",
  8506. "dependencies": {
  8507. "call-bind-apply-helpers": "^1.0.2",
  8508. "es-define-property": "^1.0.1",
  8509. "es-errors": "^1.3.0",
  8510. "es-object-atoms": "^1.1.1",
  8511. "function-bind": "^1.1.2",
  8512. "get-proto": "^1.0.1",
  8513. "gopd": "^1.2.0",
  8514. "has-symbols": "^1.1.0",
  8515. "hasown": "^2.0.2",
  8516. "math-intrinsics": "^1.1.0"
  8517. },
  8518. "engines": {
  8519. "node": ">= 0.4"
  8520. },
  8521. "funding": {
  8522. "url": "https://github.com/sponsors/ljharb"
  8523. }
  8524. },
  8525. "node_modules/get-port-please": {
  8526. "version": "3.2.0",
  8527. "resolved": "https://registry.npmmirror.com/get-port-please/-/get-port-please-3.2.0.tgz",
  8528. "integrity": "sha512-I9QVvBw5U/hw3RmWpYKRumUeaDgxTPd401x364rLmWBJcOQ753eov1eTgzDqRG9bqFIfDc7gfzcQEWrUri3o1A==",
  8529. "license": "MIT"
  8530. },
  8531. "node_modules/get-proto": {
  8532. "version": "1.0.1",
  8533. "resolved": "https://registry.npmmirror.com/get-proto/-/get-proto-1.0.1.tgz",
  8534. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  8535. "license": "MIT",
  8536. "dependencies": {
  8537. "dunder-proto": "^1.0.1",
  8538. "es-object-atoms": "^1.0.0"
  8539. },
  8540. "engines": {
  8541. "node": ">= 0.4"
  8542. }
  8543. },
  8544. "node_modules/get-ready": {
  8545. "version": "1.0.0",
  8546. "resolved": "https://registry.npmmirror.com/get-ready/-/get-ready-1.0.0.tgz",
  8547. "integrity": "sha512-mFXCZPJIlcYcth+N8267+mghfYN9h3EhsDa6JSnbA3Wrhh/XFpuowviFcsDeYZtKspQyWyJqfs4O6P8CHeTwzw==",
  8548. "dev": true,
  8549. "license": "MIT"
  8550. },
  8551. "node_modules/get-stream": {
  8552. "version": "9.0.1",
  8553. "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-9.0.1.tgz",
  8554. "integrity": "sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==",
  8555. "dev": true,
  8556. "license": "MIT",
  8557. "dependencies": {
  8558. "@sec-ant/readable-stream": "^0.4.1",
  8559. "is-stream": "^4.0.1"
  8560. },
  8561. "engines": {
  8562. "node": ">=18"
  8563. },
  8564. "funding": {
  8565. "url": "https://github.com/sponsors/sindresorhus"
  8566. }
  8567. },
  8568. "node_modules/giget": {
  8569. "version": "2.0.0",
  8570. "resolved": "https://registry.npmmirror.com/giget/-/giget-2.0.0.tgz",
  8571. "integrity": "sha512-L5bGsVkxJbJgdnwyuheIunkGatUF/zssUoxxjACCseZYAVbaqdh9Tsmmlkl8vYan09H7sbvKt4pS8GqKLBrEzA==",
  8572. "license": "MIT",
  8573. "dependencies": {
  8574. "citty": "^0.1.6",
  8575. "consola": "^3.4.0",
  8576. "defu": "^6.1.4",
  8577. "node-fetch-native": "^1.6.6",
  8578. "nypm": "^0.6.0",
  8579. "pathe": "^2.0.3"
  8580. },
  8581. "bin": {
  8582. "giget": "dist/cli.mjs"
  8583. }
  8584. },
  8585. "node_modules/gl-matrix": {
  8586. "version": "3.4.3",
  8587. "resolved": "https://registry.npmmirror.com/gl-matrix/-/gl-matrix-3.4.3.tgz",
  8588. "integrity": "sha512-wcCp8vu8FT22BnvKVPjXa/ICBWRq/zjFfdofZy1WSpQZpphblv12/bOQLBC1rMM7SGOFS9ltVmKOHil5+Ml7gA==",
  8589. "license": "MIT"
  8590. },
  8591. "node_modules/glob": {
  8592. "version": "10.4.5",
  8593. "resolved": "https://registry.npmmirror.com/glob/-/glob-10.4.5.tgz",
  8594. "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
  8595. "license": "ISC",
  8596. "dependencies": {
  8597. "foreground-child": "^3.1.0",
  8598. "jackspeak": "^3.1.2",
  8599. "minimatch": "^9.0.4",
  8600. "minipass": "^7.1.2",
  8601. "package-json-from-dist": "^1.0.0",
  8602. "path-scurry": "^1.11.1"
  8603. },
  8604. "bin": {
  8605. "glob": "dist/esm/bin.mjs"
  8606. },
  8607. "funding": {
  8608. "url": "https://github.com/sponsors/isaacs"
  8609. }
  8610. },
  8611. "node_modules/glob-parent": {
  8612. "version": "5.1.2",
  8613. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  8614. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  8615. "license": "ISC",
  8616. "dependencies": {
  8617. "is-glob": "^4.0.1"
  8618. },
  8619. "engines": {
  8620. "node": ">= 6"
  8621. }
  8622. },
  8623. "node_modules/global-directory": {
  8624. "version": "4.0.1",
  8625. "resolved": "https://registry.npmmirror.com/global-directory/-/global-directory-4.0.1.tgz",
  8626. "integrity": "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==",
  8627. "license": "MIT",
  8628. "dependencies": {
  8629. "ini": "4.1.1"
  8630. },
  8631. "engines": {
  8632. "node": ">=18"
  8633. },
  8634. "funding": {
  8635. "url": "https://github.com/sponsors/sindresorhus"
  8636. }
  8637. },
  8638. "node_modules/globby": {
  8639. "version": "16.1.1",
  8640. "resolved": "https://registry.npmmirror.com/globby/-/globby-16.1.1.tgz",
  8641. "integrity": "sha512-dW7vl+yiAJSp6aCekaVnVJxurRv7DCOLyXqEG3RYMYUg7AuJ2jCqPkZTA8ooqC2vtnkaMcV5WfFBMuEnTu1OQg==",
  8642. "license": "MIT",
  8643. "dependencies": {
  8644. "@sindresorhus/merge-streams": "^4.0.0",
  8645. "fast-glob": "^3.3.3",
  8646. "ignore": "^7.0.5",
  8647. "is-path-inside": "^4.0.0",
  8648. "slash": "^5.1.0",
  8649. "unicorn-magic": "^0.4.0"
  8650. },
  8651. "engines": {
  8652. "node": ">=20"
  8653. },
  8654. "funding": {
  8655. "url": "https://github.com/sponsors/sindresorhus"
  8656. }
  8657. },
  8658. "node_modules/globby/node_modules/unicorn-magic": {
  8659. "version": "0.4.0",
  8660. "resolved": "https://registry.npmmirror.com/unicorn-magic/-/unicorn-magic-0.4.0.tgz",
  8661. "integrity": "sha512-wH590V9VNgYH9g3lH9wWjTrUoKsjLF6sGLjhR4sH1LWpLmCOH0Zf7PukhDA8BiS7KHe4oPNkcTHqYkj7SOGUOw==",
  8662. "license": "MIT",
  8663. "engines": {
  8664. "node": ">=20"
  8665. },
  8666. "funding": {
  8667. "url": "https://github.com/sponsors/sindresorhus"
  8668. }
  8669. },
  8670. "node_modules/gopd": {
  8671. "version": "1.2.0",
  8672. "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz",
  8673. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  8674. "license": "MIT",
  8675. "engines": {
  8676. "node": ">= 0.4"
  8677. },
  8678. "funding": {
  8679. "url": "https://github.com/sponsors/ljharb"
  8680. }
  8681. },
  8682. "node_modules/graceful-fs": {
  8683. "version": "4.2.11",
  8684. "resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz",
  8685. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  8686. "license": "ISC"
  8687. },
  8688. "node_modules/gzip-size": {
  8689. "version": "7.0.0",
  8690. "resolved": "https://registry.npmmirror.com/gzip-size/-/gzip-size-7.0.0.tgz",
  8691. "integrity": "sha512-O1Ld7Dr+nqPnmGpdhzLmMTQ4vAsD+rHwMm1NLUmoUFFymBOMKxCCrtDxqdBRYXdeEPEi3SyoR4TizJLQrnKBNA==",
  8692. "license": "MIT",
  8693. "dependencies": {
  8694. "duplexer": "^0.1.2"
  8695. },
  8696. "engines": {
  8697. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  8698. },
  8699. "funding": {
  8700. "url": "https://github.com/sponsors/sindresorhus"
  8701. }
  8702. },
  8703. "node_modules/h3": {
  8704. "version": "1.15.5",
  8705. "resolved": "https://registry.npmmirror.com/h3/-/h3-1.15.5.tgz",
  8706. "integrity": "sha512-xEyq3rSl+dhGX2Lm0+eFQIAzlDN6Fs0EcC4f7BNUmzaRX/PTzeuM+Tr2lHB8FoXggsQIeXLj8EDVgs5ywxyxmg==",
  8707. "license": "MIT",
  8708. "dependencies": {
  8709. "cookie-es": "^1.2.2",
  8710. "crossws": "^0.3.5",
  8711. "defu": "^6.1.4",
  8712. "destr": "^2.0.5",
  8713. "iron-webcrypto": "^1.2.1",
  8714. "node-mock-http": "^1.0.4",
  8715. "radix3": "^1.1.2",
  8716. "ufo": "^1.6.3",
  8717. "uncrypto": "^0.1.3"
  8718. }
  8719. },
  8720. "node_modules/h3/node_modules/cookie-es": {
  8721. "version": "1.2.2",
  8722. "resolved": "https://registry.npmmirror.com/cookie-es/-/cookie-es-1.2.2.tgz",
  8723. "integrity": "sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==",
  8724. "license": "MIT"
  8725. },
  8726. "node_modules/has-symbols": {
  8727. "version": "1.1.0",
  8728. "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz",
  8729. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  8730. "license": "MIT",
  8731. "engines": {
  8732. "node": ">= 0.4"
  8733. },
  8734. "funding": {
  8735. "url": "https://github.com/sponsors/ljharb"
  8736. }
  8737. },
  8738. "node_modules/has-tostringtag": {
  8739. "version": "1.0.2",
  8740. "resolved": "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  8741. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  8742. "license": "MIT",
  8743. "dependencies": {
  8744. "has-symbols": "^1.0.3"
  8745. },
  8746. "engines": {
  8747. "node": ">= 0.4"
  8748. },
  8749. "funding": {
  8750. "url": "https://github.com/sponsors/ljharb"
  8751. }
  8752. },
  8753. "node_modules/hasown": {
  8754. "version": "2.0.2",
  8755. "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
  8756. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  8757. "license": "MIT",
  8758. "dependencies": {
  8759. "function-bind": "^1.1.2"
  8760. },
  8761. "engines": {
  8762. "node": ">= 0.4"
  8763. }
  8764. },
  8765. "node_modules/he": {
  8766. "version": "1.2.0",
  8767. "resolved": "https://registry.npmmirror.com/he/-/he-1.2.0.tgz",
  8768. "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
  8769. "devOptional": true,
  8770. "license": "MIT",
  8771. "bin": {
  8772. "he": "bin/he"
  8773. }
  8774. },
  8775. "node_modules/hookable": {
  8776. "version": "5.5.3",
  8777. "resolved": "https://registry.npmmirror.com/hookable/-/hookable-5.5.3.tgz",
  8778. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
  8779. "license": "MIT"
  8780. },
  8781. "node_modules/http-errors": {
  8782. "version": "2.0.1",
  8783. "resolved": "https://registry.npmmirror.com/http-errors/-/http-errors-2.0.1.tgz",
  8784. "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
  8785. "license": "MIT",
  8786. "dependencies": {
  8787. "depd": "~2.0.0",
  8788. "inherits": "~2.0.4",
  8789. "setprototypeof": "~1.2.0",
  8790. "statuses": "~2.0.2",
  8791. "toidentifier": "~1.0.1"
  8792. },
  8793. "engines": {
  8794. "node": ">= 0.8"
  8795. },
  8796. "funding": {
  8797. "type": "opencollective",
  8798. "url": "https://opencollective.com/express"
  8799. }
  8800. },
  8801. "node_modules/http-errors/node_modules/statuses": {
  8802. "version": "2.0.2",
  8803. "resolved": "https://registry.npmmirror.com/statuses/-/statuses-2.0.2.tgz",
  8804. "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
  8805. "license": "MIT",
  8806. "engines": {
  8807. "node": ">= 0.8"
  8808. }
  8809. },
  8810. "node_modules/http-shutdown": {
  8811. "version": "1.2.2",
  8812. "resolved": "https://registry.npmmirror.com/http-shutdown/-/http-shutdown-1.2.2.tgz",
  8813. "integrity": "sha512-S9wWkJ/VSY9/k4qcjG318bqJNruzE4HySUhFYknwmu6LBP97KLLfwNf+n4V1BHurvFNkSKLFnK/RsuUnRTf9Vw==",
  8814. "license": "MIT",
  8815. "engines": {
  8816. "iojs": ">= 1.0.0",
  8817. "node": ">= 0.12.0"
  8818. }
  8819. },
  8820. "node_modules/https-proxy-agent": {
  8821. "version": "7.0.6",
  8822. "resolved": "https://registry.npmmirror.com/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
  8823. "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
  8824. "license": "MIT",
  8825. "dependencies": {
  8826. "agent-base": "^7.1.2",
  8827. "debug": "4"
  8828. },
  8829. "engines": {
  8830. "node": ">= 14"
  8831. }
  8832. },
  8833. "node_modules/httpxy": {
  8834. "version": "0.1.7",
  8835. "resolved": "https://registry.npmmirror.com/httpxy/-/httpxy-0.1.7.tgz",
  8836. "integrity": "sha512-pXNx8gnANKAndgga5ahefxc++tJvNL87CXoRwxn1cJE2ZkWEojF3tNfQIEhZX/vfpt+wzeAzpUI4qkediX1MLQ==",
  8837. "license": "MIT"
  8838. },
  8839. "node_modules/human-signals": {
  8840. "version": "8.0.1",
  8841. "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-8.0.1.tgz",
  8842. "integrity": "sha512-eKCa6bwnJhvxj14kZk5NCPc6Hb6BdsU9DZcOnmQKSnO1VKrfV0zCvtttPZUsBvjmNDn8rpcJfpwSYnHBjc95MQ==",
  8843. "dev": true,
  8844. "license": "Apache-2.0",
  8845. "engines": {
  8846. "node": ">=18.18.0"
  8847. }
  8848. },
  8849. "node_modules/humanize-ms": {
  8850. "version": "1.2.1",
  8851. "resolved": "https://registry.npmmirror.com/humanize-ms/-/humanize-ms-1.2.1.tgz",
  8852. "integrity": "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==",
  8853. "dev": true,
  8854. "license": "MIT",
  8855. "dependencies": {
  8856. "ms": "^2.0.0"
  8857. }
  8858. },
  8859. "node_modules/iconv-lite": {
  8860. "version": "0.7.2",
  8861. "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.7.2.tgz",
  8862. "integrity": "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==",
  8863. "license": "MIT",
  8864. "dependencies": {
  8865. "safer-buffer": ">= 2.1.2 < 3.0.0"
  8866. },
  8867. "engines": {
  8868. "node": ">=0.10.0"
  8869. },
  8870. "funding": {
  8871. "type": "opencollective",
  8872. "url": "https://opencollective.com/express"
  8873. }
  8874. },
  8875. "node_modules/ieee754": {
  8876. "version": "1.2.1",
  8877. "resolved": "https://registry.npmmirror.com/ieee754/-/ieee754-1.2.1.tgz",
  8878. "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
  8879. "funding": [
  8880. {
  8881. "type": "github",
  8882. "url": "https://github.com/sponsors/feross"
  8883. },
  8884. {
  8885. "type": "patreon",
  8886. "url": "https://www.patreon.com/feross"
  8887. },
  8888. {
  8889. "type": "consulting",
  8890. "url": "https://feross.org/support"
  8891. }
  8892. ],
  8893. "license": "BSD-3-Clause"
  8894. },
  8895. "node_modules/ignore": {
  8896. "version": "7.0.5",
  8897. "resolved": "https://registry.npmmirror.com/ignore/-/ignore-7.0.5.tgz",
  8898. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  8899. "license": "MIT",
  8900. "engines": {
  8901. "node": ">= 4"
  8902. }
  8903. },
  8904. "node_modules/image-meta": {
  8905. "version": "0.2.2",
  8906. "resolved": "https://registry.npmmirror.com/image-meta/-/image-meta-0.2.2.tgz",
  8907. "integrity": "sha512-3MOLanc3sb3LNGWQl1RlQlNWURE5g32aUphrDyFeCsxBTk08iE3VNe4CwsUZ0Qs1X+EfX0+r29Sxdpza4B+yRA==",
  8908. "license": "MIT"
  8909. },
  8910. "node_modules/immutable": {
  8911. "version": "5.1.1",
  8912. "resolved": "https://registry.npmmirror.com/immutable/-/immutable-5.1.1.tgz",
  8913. "integrity": "sha512-3jatXi9ObIsPGr3N5hGw/vWWcTkq6hUYhpQz4k0wLC+owqWi/LiugIw9x0EdNZ2yGedKN/HzePiBvaJRXa0Ujg==",
  8914. "devOptional": true,
  8915. "license": "MIT"
  8916. },
  8917. "node_modules/impound": {
  8918. "version": "1.0.0",
  8919. "resolved": "https://registry.npmmirror.com/impound/-/impound-1.0.0.tgz",
  8920. "integrity": "sha512-8lAJ+1Arw2sMaZ9HE2ZmL5zOcMnt18s6+7Xqgq2aUVy4P1nlzAyPtzCDxsk51KVFwHEEdc6OWvUyqwHwhRYaug==",
  8921. "license": "MIT",
  8922. "dependencies": {
  8923. "exsolve": "^1.0.5",
  8924. "mocked-exports": "^0.1.1",
  8925. "pathe": "^2.0.3",
  8926. "unplugin": "^2.3.2",
  8927. "unplugin-utils": "^0.2.4"
  8928. }
  8929. },
  8930. "node_modules/inherits": {
  8931. "version": "2.0.4",
  8932. "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
  8933. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  8934. "license": "ISC"
  8935. },
  8936. "node_modules/ini": {
  8937. "version": "4.1.1",
  8938. "resolved": "https://registry.npmmirror.com/ini/-/ini-4.1.1.tgz",
  8939. "integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==",
  8940. "license": "ISC",
  8941. "engines": {
  8942. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  8943. }
  8944. },
  8945. "node_modules/ioredis": {
  8946. "version": "5.10.0",
  8947. "resolved": "https://registry.npmmirror.com/ioredis/-/ioredis-5.10.0.tgz",
  8948. "integrity": "sha512-HVBe9OFuqs+Z6n64q09PQvP1/R4Bm+30PAyyD4wIEqssh3v9L21QjCVk4kRLucMBcDokJTcLjsGeVRlq/nH6DA==",
  8949. "license": "MIT",
  8950. "dependencies": {
  8951. "@ioredis/commands": "1.5.1",
  8952. "cluster-key-slot": "^1.1.0",
  8953. "debug": "^4.3.4",
  8954. "denque": "^2.1.0",
  8955. "lodash.defaults": "^4.2.0",
  8956. "lodash.isarguments": "^3.1.0",
  8957. "redis-errors": "^1.2.0",
  8958. "redis-parser": "^3.0.0",
  8959. "standard-as-callback": "^2.1.0"
  8960. },
  8961. "engines": {
  8962. "node": ">=12.22.0"
  8963. },
  8964. "funding": {
  8965. "type": "opencollective",
  8966. "url": "https://opencollective.com/ioredis"
  8967. }
  8968. },
  8969. "node_modules/iron-webcrypto": {
  8970. "version": "1.2.1",
  8971. "resolved": "https://registry.npmmirror.com/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz",
  8972. "integrity": "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==",
  8973. "license": "MIT",
  8974. "funding": {
  8975. "url": "https://github.com/sponsors/brc-dd"
  8976. }
  8977. },
  8978. "node_modules/is-buffer": {
  8979. "version": "1.1.6",
  8980. "resolved": "https://registry.npmmirror.com/is-buffer/-/is-buffer-1.1.6.tgz",
  8981. "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
  8982. "license": "MIT"
  8983. },
  8984. "node_modules/is-class-hotfix": {
  8985. "version": "0.0.6",
  8986. "resolved": "https://registry.npmmirror.com/is-class-hotfix/-/is-class-hotfix-0.0.6.tgz",
  8987. "integrity": "sha512-0n+pzCC6ICtVr/WXnN2f03TK/3BfXY7me4cjCAqT8TYXEl0+JBRoqBo94JJHXcyDSLUeWbNX8Fvy5g5RJdAstQ==",
  8988. "dev": true,
  8989. "license": "MIT"
  8990. },
  8991. "node_modules/is-core-module": {
  8992. "version": "2.16.1",
  8993. "resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.16.1.tgz",
  8994. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  8995. "license": "MIT",
  8996. "dependencies": {
  8997. "hasown": "^2.0.2"
  8998. },
  8999. "engines": {
  9000. "node": ">= 0.4"
  9001. },
  9002. "funding": {
  9003. "url": "https://github.com/sponsors/ljharb"
  9004. }
  9005. },
  9006. "node_modules/is-docker": {
  9007. "version": "3.0.0",
  9008. "resolved": "https://registry.npmmirror.com/is-docker/-/is-docker-3.0.0.tgz",
  9009. "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
  9010. "license": "MIT",
  9011. "bin": {
  9012. "is-docker": "cli.js"
  9013. },
  9014. "engines": {
  9015. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  9016. },
  9017. "funding": {
  9018. "url": "https://github.com/sponsors/sindresorhus"
  9019. }
  9020. },
  9021. "node_modules/is-extendable": {
  9022. "version": "0.1.1",
  9023. "resolved": "https://registry.npmmirror.com/is-extendable/-/is-extendable-0.1.1.tgz",
  9024. "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",
  9025. "dev": true,
  9026. "license": "MIT",
  9027. "engines": {
  9028. "node": ">=0.10.0"
  9029. }
  9030. },
  9031. "node_modules/is-extglob": {
  9032. "version": "2.1.1",
  9033. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  9034. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  9035. "license": "MIT",
  9036. "engines": {
  9037. "node": ">=0.10.0"
  9038. }
  9039. },
  9040. "node_modules/is-fullwidth-code-point": {
  9041. "version": "3.0.0",
  9042. "resolved": "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  9043. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  9044. "license": "MIT",
  9045. "engines": {
  9046. "node": ">=8"
  9047. }
  9048. },
  9049. "node_modules/is-glob": {
  9050. "version": "4.0.3",
  9051. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  9052. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  9053. "license": "MIT",
  9054. "dependencies": {
  9055. "is-extglob": "^2.1.1"
  9056. },
  9057. "engines": {
  9058. "node": ">=0.10.0"
  9059. }
  9060. },
  9061. "node_modules/is-inside-container": {
  9062. "version": "1.0.0",
  9063. "resolved": "https://registry.npmmirror.com/is-inside-container/-/is-inside-container-1.0.0.tgz",
  9064. "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
  9065. "license": "MIT",
  9066. "dependencies": {
  9067. "is-docker": "^3.0.0"
  9068. },
  9069. "bin": {
  9070. "is-inside-container": "cli.js"
  9071. },
  9072. "engines": {
  9073. "node": ">=14.16"
  9074. },
  9075. "funding": {
  9076. "url": "https://github.com/sponsors/sindresorhus"
  9077. }
  9078. },
  9079. "node_modules/is-installed-globally": {
  9080. "version": "1.0.0",
  9081. "resolved": "https://registry.npmmirror.com/is-installed-globally/-/is-installed-globally-1.0.0.tgz",
  9082. "integrity": "sha512-K55T22lfpQ63N4KEN57jZUAaAYqYHEe8veb/TycJRk9DdSCLLcovXz/mL6mOnhQaZsQGwPhuFopdQIlqGSEjiQ==",
  9083. "license": "MIT",
  9084. "dependencies": {
  9085. "global-directory": "^4.0.1",
  9086. "is-path-inside": "^4.0.0"
  9087. },
  9088. "engines": {
  9089. "node": ">=18"
  9090. },
  9091. "funding": {
  9092. "url": "https://github.com/sponsors/sindresorhus"
  9093. }
  9094. },
  9095. "node_modules/is-module": {
  9096. "version": "1.0.0",
  9097. "resolved": "https://registry.npmmirror.com/is-module/-/is-module-1.0.0.tgz",
  9098. "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==",
  9099. "license": "MIT"
  9100. },
  9101. "node_modules/is-number": {
  9102. "version": "7.0.0",
  9103. "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
  9104. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  9105. "license": "MIT",
  9106. "engines": {
  9107. "node": ">=0.12.0"
  9108. }
  9109. },
  9110. "node_modules/is-path-inside": {
  9111. "version": "4.0.0",
  9112. "resolved": "https://registry.npmmirror.com/is-path-inside/-/is-path-inside-4.0.0.tgz",
  9113. "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==",
  9114. "license": "MIT",
  9115. "engines": {
  9116. "node": ">=12"
  9117. },
  9118. "funding": {
  9119. "url": "https://github.com/sponsors/sindresorhus"
  9120. }
  9121. },
  9122. "node_modules/is-plain-obj": {
  9123. "version": "4.1.0",
  9124. "resolved": "https://registry.npmmirror.com/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
  9125. "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
  9126. "dev": true,
  9127. "license": "MIT",
  9128. "engines": {
  9129. "node": ">=12"
  9130. },
  9131. "funding": {
  9132. "url": "https://github.com/sponsors/sindresorhus"
  9133. }
  9134. },
  9135. "node_modules/is-plain-object": {
  9136. "version": "3.0.1",
  9137. "resolved": "https://registry.npmmirror.com/is-plain-object/-/is-plain-object-3.0.1.tgz",
  9138. "integrity": "sha512-Xnpx182SBMrr/aBik8y+GuR4U1L9FqMSojwDQwPMmxyC6bvEqly9UBCxhauBF5vNh2gwWJNX6oDV7O+OM4z34g==",
  9139. "license": "MIT",
  9140. "engines": {
  9141. "node": ">=0.10.0"
  9142. }
  9143. },
  9144. "node_modules/is-property": {
  9145. "version": "1.0.2",
  9146. "resolved": "https://registry.npmmirror.com/is-property/-/is-property-1.0.2.tgz",
  9147. "integrity": "sha512-Ks/IoX00TtClbGQr4TWXemAnktAQvYB7HzcCxDGqEZU6oCmb2INHuOoKxbtR+HFkmYWBKv/dOZtGRiAjDhj92g==",
  9148. "license": "MIT"
  9149. },
  9150. "node_modules/is-reference": {
  9151. "version": "1.2.1",
  9152. "resolved": "https://registry.npmmirror.com/is-reference/-/is-reference-1.2.1.tgz",
  9153. "integrity": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==",
  9154. "license": "MIT",
  9155. "dependencies": {
  9156. "@types/estree": "*"
  9157. }
  9158. },
  9159. "node_modules/is-stream": {
  9160. "version": "4.0.1",
  9161. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-4.0.1.tgz",
  9162. "integrity": "sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==",
  9163. "dev": true,
  9164. "license": "MIT",
  9165. "engines": {
  9166. "node": ">=18"
  9167. },
  9168. "funding": {
  9169. "url": "https://github.com/sponsors/sindresorhus"
  9170. }
  9171. },
  9172. "node_modules/is-type-of": {
  9173. "version": "1.4.0",
  9174. "resolved": "https://registry.npmmirror.com/is-type-of/-/is-type-of-1.4.0.tgz",
  9175. "integrity": "sha512-EddYllaovi5ysMLMEN7yzHEKh8A850cZ7pykrY1aNRQGn/CDjRDE9qEWbIdt7xGEVJmjBXzU/fNnC4ABTm8tEQ==",
  9176. "dev": true,
  9177. "license": "MIT",
  9178. "dependencies": {
  9179. "core-util-is": "^1.0.2",
  9180. "is-class-hotfix": "~0.0.6",
  9181. "isstream": "~0.1.2"
  9182. }
  9183. },
  9184. "node_modules/is-unicode-supported": {
  9185. "version": "2.1.0",
  9186. "resolved": "https://registry.npmmirror.com/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz",
  9187. "integrity": "sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==",
  9188. "dev": true,
  9189. "license": "MIT",
  9190. "engines": {
  9191. "node": ">=18"
  9192. },
  9193. "funding": {
  9194. "url": "https://github.com/sponsors/sindresorhus"
  9195. }
  9196. },
  9197. "node_modules/is-what": {
  9198. "version": "4.1.16",
  9199. "resolved": "https://registry.npmmirror.com/is-what/-/is-what-4.1.16.tgz",
  9200. "integrity": "sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==",
  9201. "license": "MIT",
  9202. "engines": {
  9203. "node": ">=12.13"
  9204. },
  9205. "funding": {
  9206. "url": "https://github.com/sponsors/mesqueeb"
  9207. }
  9208. },
  9209. "node_modules/is-wsl": {
  9210. "version": "3.1.0",
  9211. "resolved": "https://registry.npmmirror.com/is-wsl/-/is-wsl-3.1.0.tgz",
  9212. "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
  9213. "license": "MIT",
  9214. "dependencies": {
  9215. "is-inside-container": "^1.0.0"
  9216. },
  9217. "engines": {
  9218. "node": ">=16"
  9219. },
  9220. "funding": {
  9221. "url": "https://github.com/sponsors/sindresorhus"
  9222. }
  9223. },
  9224. "node_modules/is64bit": {
  9225. "version": "2.0.0",
  9226. "resolved": "https://registry.npmmirror.com/is64bit/-/is64bit-2.0.0.tgz",
  9227. "integrity": "sha512-jv+8jaWCl0g2lSBkNSVXdzfBA0npK1HGC2KtWM9FumFRoGS94g3NbCCLVnCYHLjp4GrW2KZeeSTMo5ddtznmGw==",
  9228. "license": "MIT",
  9229. "dependencies": {
  9230. "system-architecture": "^0.1.0"
  9231. },
  9232. "engines": {
  9233. "node": ">=18"
  9234. },
  9235. "funding": {
  9236. "url": "https://github.com/sponsors/sindresorhus"
  9237. }
  9238. },
  9239. "node_modules/isarray": {
  9240. "version": "1.0.0",
  9241. "resolved": "https://registry.npmmirror.com/isarray/-/isarray-1.0.0.tgz",
  9242. "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
  9243. "license": "MIT"
  9244. },
  9245. "node_modules/isexe": {
  9246. "version": "3.1.1",
  9247. "resolved": "https://registry.npmmirror.com/isexe/-/isexe-3.1.1.tgz",
  9248. "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==",
  9249. "license": "ISC",
  9250. "engines": {
  9251. "node": ">=16"
  9252. }
  9253. },
  9254. "node_modules/isstream": {
  9255. "version": "0.1.2",
  9256. "resolved": "https://registry.npmmirror.com/isstream/-/isstream-0.1.2.tgz",
  9257. "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==",
  9258. "dev": true,
  9259. "license": "MIT"
  9260. },
  9261. "node_modules/jackspeak": {
  9262. "version": "3.4.3",
  9263. "resolved": "https://registry.npmmirror.com/jackspeak/-/jackspeak-3.4.3.tgz",
  9264. "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
  9265. "license": "BlueOak-1.0.0",
  9266. "dependencies": {
  9267. "@isaacs/cliui": "^8.0.2"
  9268. },
  9269. "funding": {
  9270. "url": "https://github.com/sponsors/isaacs"
  9271. },
  9272. "optionalDependencies": {
  9273. "@pkgjs/parseargs": "^0.11.0"
  9274. }
  9275. },
  9276. "node_modules/jiti": {
  9277. "version": "2.6.1",
  9278. "resolved": "https://registry.npmmirror.com/jiti/-/jiti-2.6.1.tgz",
  9279. "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
  9280. "license": "MIT",
  9281. "bin": {
  9282. "jiti": "lib/jiti-cli.mjs"
  9283. }
  9284. },
  9285. "node_modules/js-base64": {
  9286. "version": "2.6.4",
  9287. "resolved": "https://registry.npmmirror.com/js-base64/-/js-base64-2.6.4.tgz",
  9288. "integrity": "sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==",
  9289. "dev": true,
  9290. "license": "BSD-3-Clause"
  9291. },
  9292. "node_modules/js-tokens": {
  9293. "version": "4.0.0",
  9294. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz",
  9295. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  9296. "license": "MIT"
  9297. },
  9298. "node_modules/jsesc": {
  9299. "version": "3.1.0",
  9300. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.1.0.tgz",
  9301. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  9302. "license": "MIT",
  9303. "bin": {
  9304. "jsesc": "bin/jsesc"
  9305. },
  9306. "engines": {
  9307. "node": ">=6"
  9308. }
  9309. },
  9310. "node_modules/json-parse-even-better-errors": {
  9311. "version": "4.0.0",
  9312. "resolved": "https://registry.npmmirror.com/json-parse-even-better-errors/-/json-parse-even-better-errors-4.0.0.tgz",
  9313. "integrity": "sha512-lR4MXjGNgkJc7tkQ97kb2nuEMnNCyU//XYVH0MKTGcXEiSudQ5MKGKen3C5QubYy0vmq+JGitUg92uuywGEwIA==",
  9314. "dev": true,
  9315. "license": "MIT",
  9316. "engines": {
  9317. "node": "^18.17.0 || >=20.5.0"
  9318. }
  9319. },
  9320. "node_modules/json5": {
  9321. "version": "2.2.3",
  9322. "resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz",
  9323. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  9324. "license": "MIT",
  9325. "bin": {
  9326. "json5": "lib/cli.js"
  9327. },
  9328. "engines": {
  9329. "node": ">=6"
  9330. }
  9331. },
  9332. "node_modules/jsonfile": {
  9333. "version": "6.1.0",
  9334. "resolved": "https://registry.npmmirror.com/jsonfile/-/jsonfile-6.1.0.tgz",
  9335. "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
  9336. "dev": true,
  9337. "license": "MIT",
  9338. "dependencies": {
  9339. "universalify": "^2.0.0"
  9340. },
  9341. "optionalDependencies": {
  9342. "graceful-fs": "^4.1.6"
  9343. }
  9344. },
  9345. "node_modules/jstoxml": {
  9346. "version": "2.2.9",
  9347. "resolved": "https://registry.npmmirror.com/jstoxml/-/jstoxml-2.2.9.tgz",
  9348. "integrity": "sha512-OYWlK0j+roh+eyaMROlNbS5cd5R25Y+IUpdl7cNdB8HNrkgwQzIS7L9MegxOiWNBj9dQhA/yAxiMwCC5mwNoBw==",
  9349. "dev": true,
  9350. "license": "MIT"
  9351. },
  9352. "node_modules/kleur": {
  9353. "version": "4.1.5",
  9354. "resolved": "https://registry.npmmirror.com/kleur/-/kleur-4.1.5.tgz",
  9355. "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==",
  9356. "license": "MIT",
  9357. "engines": {
  9358. "node": ">=6"
  9359. }
  9360. },
  9361. "node_modules/klona": {
  9362. "version": "2.0.6",
  9363. "resolved": "https://registry.npmmirror.com/klona/-/klona-2.0.6.tgz",
  9364. "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==",
  9365. "license": "MIT",
  9366. "engines": {
  9367. "node": ">= 8"
  9368. }
  9369. },
  9370. "node_modules/knitwork": {
  9371. "version": "1.3.0",
  9372. "resolved": "https://registry.npmmirror.com/knitwork/-/knitwork-1.3.0.tgz",
  9373. "integrity": "sha512-4LqMNoONzR43B1W0ek0fhXMsDNW/zxa1NdFAVMY+k28pgZLovR4G3PB5MrpTxCy1QaZCqNoiaKPr5w5qZHfSNw==",
  9374. "license": "MIT"
  9375. },
  9376. "node_modules/kolorist": {
  9377. "version": "1.8.0",
  9378. "resolved": "https://registry.npmmirror.com/kolorist/-/kolorist-1.8.0.tgz",
  9379. "integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==",
  9380. "dev": true,
  9381. "license": "MIT"
  9382. },
  9383. "node_modules/launch-editor": {
  9384. "version": "2.13.1",
  9385. "resolved": "https://registry.npmmirror.com/launch-editor/-/launch-editor-2.13.1.tgz",
  9386. "integrity": "sha512-lPSddlAAluRKJ7/cjRFoXUFzaX7q/YKI7yPHuEvSJVqoXvFnJov1/Ud87Aa4zULIbA9Nja4mSPK8l0z/7eV2wA==",
  9387. "license": "MIT",
  9388. "dependencies": {
  9389. "picocolors": "^1.1.1",
  9390. "shell-quote": "^1.8.3"
  9391. }
  9392. },
  9393. "node_modules/lazystream": {
  9394. "version": "1.0.1",
  9395. "resolved": "https://registry.npmmirror.com/lazystream/-/lazystream-1.0.1.tgz",
  9396. "integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==",
  9397. "license": "MIT",
  9398. "dependencies": {
  9399. "readable-stream": "^2.0.5"
  9400. },
  9401. "engines": {
  9402. "node": ">= 0.6.3"
  9403. }
  9404. },
  9405. "node_modules/lazystream/node_modules/readable-stream": {
  9406. "version": "2.3.8",
  9407. "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.8.tgz",
  9408. "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
  9409. "license": "MIT",
  9410. "dependencies": {
  9411. "core-util-is": "~1.0.0",
  9412. "inherits": "~2.0.3",
  9413. "isarray": "~1.0.0",
  9414. "process-nextick-args": "~2.0.0",
  9415. "safe-buffer": "~5.1.1",
  9416. "string_decoder": "~1.1.1",
  9417. "util-deprecate": "~1.0.1"
  9418. }
  9419. },
  9420. "node_modules/lazystream/node_modules/safe-buffer": {
  9421. "version": "5.1.2",
  9422. "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
  9423. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
  9424. "license": "MIT"
  9425. },
  9426. "node_modules/lazystream/node_modules/string_decoder": {
  9427. "version": "1.1.1",
  9428. "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz",
  9429. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  9430. "license": "MIT",
  9431. "dependencies": {
  9432. "safe-buffer": "~5.1.0"
  9433. }
  9434. },
  9435. "node_modules/lilconfig": {
  9436. "version": "3.1.3",
  9437. "resolved": "https://registry.npmmirror.com/lilconfig/-/lilconfig-3.1.3.tgz",
  9438. "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
  9439. "license": "MIT",
  9440. "engines": {
  9441. "node": ">=14"
  9442. },
  9443. "funding": {
  9444. "url": "https://github.com/sponsors/antonk52"
  9445. }
  9446. },
  9447. "node_modules/listhen": {
  9448. "version": "1.9.0",
  9449. "resolved": "https://registry.npmmirror.com/listhen/-/listhen-1.9.0.tgz",
  9450. "integrity": "sha512-I8oW2+QL5KJo8zXNWX046M134WchxsXC7SawLPvRQpogCbkyQIaFxPE89A2HiwR7vAK2Dm2ERBAmyjTYGYEpBg==",
  9451. "license": "MIT",
  9452. "dependencies": {
  9453. "@parcel/watcher": "^2.4.1",
  9454. "@parcel/watcher-wasm": "^2.4.1",
  9455. "citty": "^0.1.6",
  9456. "clipboardy": "^4.0.0",
  9457. "consola": "^3.2.3",
  9458. "crossws": ">=0.2.0 <0.4.0",
  9459. "defu": "^6.1.4",
  9460. "get-port-please": "^3.1.2",
  9461. "h3": "^1.12.0",
  9462. "http-shutdown": "^1.2.2",
  9463. "jiti": "^2.1.2",
  9464. "mlly": "^1.7.1",
  9465. "node-forge": "^1.3.1",
  9466. "pathe": "^1.1.2",
  9467. "std-env": "^3.7.0",
  9468. "ufo": "^1.5.4",
  9469. "untun": "^0.1.3",
  9470. "uqr": "^0.1.2"
  9471. },
  9472. "bin": {
  9473. "listen": "bin/listhen.mjs",
  9474. "listhen": "bin/listhen.mjs"
  9475. }
  9476. },
  9477. "node_modules/listhen/node_modules/pathe": {
  9478. "version": "1.1.2",
  9479. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-1.1.2.tgz",
  9480. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==",
  9481. "license": "MIT"
  9482. },
  9483. "node_modules/local-pkg": {
  9484. "version": "1.1.2",
  9485. "resolved": "https://registry.npmmirror.com/local-pkg/-/local-pkg-1.1.2.tgz",
  9486. "integrity": "sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==",
  9487. "license": "MIT",
  9488. "dependencies": {
  9489. "mlly": "^1.7.4",
  9490. "pkg-types": "^2.3.0",
  9491. "quansync": "^0.2.11"
  9492. },
  9493. "engines": {
  9494. "node": ">=14"
  9495. },
  9496. "funding": {
  9497. "url": "https://github.com/sponsors/antfu"
  9498. }
  9499. },
  9500. "node_modules/lodash": {
  9501. "version": "4.17.21",
  9502. "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
  9503. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  9504. "license": "MIT"
  9505. },
  9506. "node_modules/lodash-es": {
  9507. "version": "4.17.21",
  9508. "resolved": "https://registry.npmmirror.com/lodash-es/-/lodash-es-4.17.21.tgz",
  9509. "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw=="
  9510. },
  9511. "node_modules/lodash.defaults": {
  9512. "version": "4.2.0",
  9513. "resolved": "https://registry.npmmirror.com/lodash.defaults/-/lodash.defaults-4.2.0.tgz",
  9514. "integrity": "sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==",
  9515. "license": "MIT"
  9516. },
  9517. "node_modules/lodash.isarguments": {
  9518. "version": "3.1.0",
  9519. "resolved": "https://registry.npmmirror.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz",
  9520. "integrity": "sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg==",
  9521. "license": "MIT"
  9522. },
  9523. "node_modules/lodash.memoize": {
  9524. "version": "4.1.2",
  9525. "resolved": "https://registry.npmmirror.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
  9526. "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==",
  9527. "license": "MIT"
  9528. },
  9529. "node_modules/lodash.uniq": {
  9530. "version": "4.5.0",
  9531. "resolved": "https://registry.npmmirror.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
  9532. "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==",
  9533. "license": "MIT"
  9534. },
  9535. "node_modules/long": {
  9536. "version": "5.3.2",
  9537. "resolved": "https://registry.npmmirror.com/long/-/long-5.3.2.tgz",
  9538. "integrity": "sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==",
  9539. "license": "Apache-2.0"
  9540. },
  9541. "node_modules/loose-envify": {
  9542. "version": "1.4.0",
  9543. "resolved": "https://registry.npmmirror.com/loose-envify/-/loose-envify-1.4.0.tgz",
  9544. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  9545. "license": "MIT",
  9546. "dependencies": {
  9547. "js-tokens": "^3.0.0 || ^4.0.0"
  9548. },
  9549. "bin": {
  9550. "loose-envify": "cli.js"
  9551. }
  9552. },
  9553. "node_modules/lru-cache": {
  9554. "version": "5.1.1",
  9555. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz",
  9556. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  9557. "license": "ISC",
  9558. "dependencies": {
  9559. "yallist": "^3.0.2"
  9560. }
  9561. },
  9562. "node_modules/lru.min": {
  9563. "version": "1.1.4",
  9564. "resolved": "https://registry.npmmirror.com/lru.min/-/lru.min-1.1.4.tgz",
  9565. "integrity": "sha512-DqC6n3QQ77zdFpCMASA1a3Jlb64Hv2N2DciFGkO/4L9+q/IpIAuRlKOvCXabtRW6cQf8usbmM6BE/TOPysCdIA==",
  9566. "license": "MIT",
  9567. "engines": {
  9568. "bun": ">=1.0.0",
  9569. "deno": ">=1.30.0",
  9570. "node": ">=8.0.0"
  9571. },
  9572. "funding": {
  9573. "type": "github",
  9574. "url": "https://github.com/sponsors/wellwelwel"
  9575. }
  9576. },
  9577. "node_modules/magic-regexp": {
  9578. "version": "0.10.0",
  9579. "resolved": "https://registry.npmmirror.com/magic-regexp/-/magic-regexp-0.10.0.tgz",
  9580. "integrity": "sha512-Uly1Bu4lO1hwHUW0CQeSWuRtzCMNO00CmXtS8N6fyvB3B979GOEEeAkiTUDsmbYLAbvpUS/Kt5c4ibosAzVyVg==",
  9581. "license": "MIT",
  9582. "dependencies": {
  9583. "estree-walker": "^3.0.3",
  9584. "magic-string": "^0.30.12",
  9585. "mlly": "^1.7.2",
  9586. "regexp-tree": "^0.1.27",
  9587. "type-level-regexp": "~0.1.17",
  9588. "ufo": "^1.5.4",
  9589. "unplugin": "^2.0.0"
  9590. }
  9591. },
  9592. "node_modules/magic-regexp/node_modules/estree-walker": {
  9593. "version": "3.0.3",
  9594. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-3.0.3.tgz",
  9595. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  9596. "license": "MIT",
  9597. "dependencies": {
  9598. "@types/estree": "^1.0.0"
  9599. }
  9600. },
  9601. "node_modules/magic-string": {
  9602. "version": "0.30.21",
  9603. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.21.tgz",
  9604. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  9605. "license": "MIT",
  9606. "dependencies": {
  9607. "@jridgewell/sourcemap-codec": "^1.5.5"
  9608. }
  9609. },
  9610. "node_modules/magic-string-ast": {
  9611. "version": "1.0.3",
  9612. "resolved": "https://registry.npmmirror.com/magic-string-ast/-/magic-string-ast-1.0.3.tgz",
  9613. "integrity": "sha512-CvkkH1i81zl7mmb94DsRiFeG9V2fR2JeuK8yDgS8oiZSFa++wWLEgZ5ufEOyLHbvSbD1gTRKv9NdX69Rnvr9JA==",
  9614. "license": "MIT",
  9615. "dependencies": {
  9616. "magic-string": "^0.30.19"
  9617. },
  9618. "engines": {
  9619. "node": ">=20.19.0"
  9620. },
  9621. "funding": {
  9622. "url": "https://github.com/sponsors/sxzz"
  9623. }
  9624. },
  9625. "node_modules/magicast": {
  9626. "version": "0.5.2",
  9627. "resolved": "https://registry.npmmirror.com/magicast/-/magicast-0.5.2.tgz",
  9628. "integrity": "sha512-E3ZJh4J3S9KfwdjZhe2afj6R9lGIN5Pher1pF39UGrXRqq/VDaGVIGN13BjHd2u8B61hArAGOnso7nBOouW3TQ==",
  9629. "license": "MIT",
  9630. "dependencies": {
  9631. "@babel/parser": "^7.29.0",
  9632. "@babel/types": "^7.29.0",
  9633. "source-map-js": "^1.2.1"
  9634. }
  9635. },
  9636. "node_modules/math-intrinsics": {
  9637. "version": "1.1.0",
  9638. "resolved": "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  9639. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  9640. "license": "MIT",
  9641. "engines": {
  9642. "node": ">= 0.4"
  9643. }
  9644. },
  9645. "node_modules/md5": {
  9646. "version": "2.3.0",
  9647. "resolved": "https://registry.npmmirror.com/md5/-/md5-2.3.0.tgz",
  9648. "integrity": "sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==",
  9649. "license": "BSD-3-Clause",
  9650. "dependencies": {
  9651. "charenc": "0.0.2",
  9652. "crypt": "0.0.2",
  9653. "is-buffer": "~1.1.6"
  9654. }
  9655. },
  9656. "node_modules/mdn-data": {
  9657. "version": "2.27.1",
  9658. "resolved": "https://registry.npmmirror.com/mdn-data/-/mdn-data-2.27.1.tgz",
  9659. "integrity": "sha512-9Yubnt3e8A0OKwxYSXyhLymGW4sCufcLG6VdiDdUGVkPhpqLxlvP5vl1983gQjJl3tqbrM731mjaZaP68AgosQ==",
  9660. "license": "CC0-1.0"
  9661. },
  9662. "node_modules/memorystream": {
  9663. "version": "0.3.1",
  9664. "resolved": "https://registry.npmmirror.com/memorystream/-/memorystream-0.3.1.tgz",
  9665. "integrity": "sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==",
  9666. "dev": true,
  9667. "engines": {
  9668. "node": ">= 0.10.0"
  9669. }
  9670. },
  9671. "node_modules/merge-descriptors": {
  9672. "version": "1.0.3",
  9673. "resolved": "https://registry.npmmirror.com/merge-descriptors/-/merge-descriptors-1.0.3.tgz",
  9674. "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==",
  9675. "dev": true,
  9676. "license": "MIT",
  9677. "funding": {
  9678. "url": "https://github.com/sponsors/sindresorhus"
  9679. }
  9680. },
  9681. "node_modules/merge-stream": {
  9682. "version": "2.0.0",
  9683. "resolved": "https://registry.npmmirror.com/merge-stream/-/merge-stream-2.0.0.tgz",
  9684. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
  9685. "license": "MIT"
  9686. },
  9687. "node_modules/merge2": {
  9688. "version": "1.4.1",
  9689. "resolved": "https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz",
  9690. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  9691. "license": "MIT",
  9692. "engines": {
  9693. "node": ">= 8"
  9694. }
  9695. },
  9696. "node_modules/micromatch": {
  9697. "version": "4.0.8",
  9698. "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz",
  9699. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  9700. "license": "MIT",
  9701. "dependencies": {
  9702. "braces": "^3.0.3",
  9703. "picomatch": "^2.3.1"
  9704. },
  9705. "engines": {
  9706. "node": ">=8.6"
  9707. }
  9708. },
  9709. "node_modules/micromatch/node_modules/picomatch": {
  9710. "version": "2.3.1",
  9711. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  9712. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  9713. "license": "MIT",
  9714. "engines": {
  9715. "node": ">=8.6"
  9716. },
  9717. "funding": {
  9718. "url": "https://github.com/sponsors/jonschlinkert"
  9719. }
  9720. },
  9721. "node_modules/mime": {
  9722. "version": "2.6.0",
  9723. "resolved": "https://registry.npmmirror.com/mime/-/mime-2.6.0.tgz",
  9724. "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==",
  9725. "dev": true,
  9726. "license": "MIT",
  9727. "bin": {
  9728. "mime": "cli.js"
  9729. },
  9730. "engines": {
  9731. "node": ">=4.0.0"
  9732. }
  9733. },
  9734. "node_modules/mime-db": {
  9735. "version": "1.52.0",
  9736. "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
  9737. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  9738. "license": "MIT",
  9739. "engines": {
  9740. "node": ">= 0.6"
  9741. }
  9742. },
  9743. "node_modules/mime-types": {
  9744. "version": "2.1.35",
  9745. "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
  9746. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  9747. "license": "MIT",
  9748. "dependencies": {
  9749. "mime-db": "1.52.0"
  9750. },
  9751. "engines": {
  9752. "node": ">= 0.6"
  9753. }
  9754. },
  9755. "node_modules/mimic-fn": {
  9756. "version": "4.0.0",
  9757. "resolved": "https://registry.npmmirror.com/mimic-fn/-/mimic-fn-4.0.0.tgz",
  9758. "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==",
  9759. "license": "MIT",
  9760. "engines": {
  9761. "node": ">=12"
  9762. },
  9763. "funding": {
  9764. "url": "https://github.com/sponsors/sindresorhus"
  9765. }
  9766. },
  9767. "node_modules/minimatch": {
  9768. "version": "9.0.5",
  9769. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.5.tgz",
  9770. "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
  9771. "license": "ISC",
  9772. "dependencies": {
  9773. "brace-expansion": "^2.0.1"
  9774. },
  9775. "engines": {
  9776. "node": ">=16 || 14 >=14.17"
  9777. },
  9778. "funding": {
  9779. "url": "https://github.com/sponsors/isaacs"
  9780. }
  9781. },
  9782. "node_modules/minimist": {
  9783. "version": "1.2.8",
  9784. "resolved": "https://registry.npmmirror.com/minimist/-/minimist-1.2.8.tgz",
  9785. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  9786. "dev": true,
  9787. "license": "MIT",
  9788. "funding": {
  9789. "url": "https://github.com/sponsors/ljharb"
  9790. }
  9791. },
  9792. "node_modules/minipass": {
  9793. "version": "7.1.3",
  9794. "resolved": "https://registry.npmmirror.com/minipass/-/minipass-7.1.3.tgz",
  9795. "integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
  9796. "license": "BlueOak-1.0.0",
  9797. "engines": {
  9798. "node": ">=16 || 14 >=14.17"
  9799. }
  9800. },
  9801. "node_modules/minizlib": {
  9802. "version": "3.1.0",
  9803. "resolved": "https://registry.npmmirror.com/minizlib/-/minizlib-3.1.0.tgz",
  9804. "integrity": "sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==",
  9805. "license": "MIT",
  9806. "dependencies": {
  9807. "minipass": "^7.1.2"
  9808. },
  9809. "engines": {
  9810. "node": ">= 18"
  9811. }
  9812. },
  9813. "node_modules/mitt": {
  9814. "version": "3.0.1",
  9815. "resolved": "https://registry.npmmirror.com/mitt/-/mitt-3.0.1.tgz",
  9816. "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
  9817. "license": "MIT"
  9818. },
  9819. "node_modules/mkdirp": {
  9820. "version": "0.5.6",
  9821. "resolved": "https://registry.npmmirror.com/mkdirp/-/mkdirp-0.5.6.tgz",
  9822. "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
  9823. "dev": true,
  9824. "license": "MIT",
  9825. "dependencies": {
  9826. "minimist": "^1.2.6"
  9827. },
  9828. "bin": {
  9829. "mkdirp": "bin/cmd.js"
  9830. }
  9831. },
  9832. "node_modules/mlly": {
  9833. "version": "1.8.1",
  9834. "resolved": "https://registry.npmmirror.com/mlly/-/mlly-1.8.1.tgz",
  9835. "integrity": "sha512-SnL6sNutTwRWWR/vcmCYHSADjiEesp5TGQQ0pXyLhW5IoeibRlF/CbSLailbB3CNqJUk9cVJ9dUDnbD7GrcHBQ==",
  9836. "license": "MIT",
  9837. "dependencies": {
  9838. "acorn": "^8.16.0",
  9839. "pathe": "^2.0.3",
  9840. "pkg-types": "^1.3.1",
  9841. "ufo": "^1.6.3"
  9842. }
  9843. },
  9844. "node_modules/mlly/node_modules/confbox": {
  9845. "version": "0.1.8",
  9846. "resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.1.8.tgz",
  9847. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  9848. "license": "MIT"
  9849. },
  9850. "node_modules/mlly/node_modules/pkg-types": {
  9851. "version": "1.3.1",
  9852. "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-1.3.1.tgz",
  9853. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  9854. "license": "MIT",
  9855. "dependencies": {
  9856. "confbox": "^0.1.8",
  9857. "mlly": "^1.7.4",
  9858. "pathe": "^2.0.1"
  9859. }
  9860. },
  9861. "node_modules/mocked-exports": {
  9862. "version": "0.1.1",
  9863. "resolved": "https://registry.npmmirror.com/mocked-exports/-/mocked-exports-0.1.1.tgz",
  9864. "integrity": "sha512-aF7yRQr/Q0O2/4pIXm6PZ5G+jAd7QS4Yu8m+WEeEHGnbo+7mE36CbLSDQiXYV8bVL3NfmdeqPJct0tUlnjVSnA==",
  9865. "license": "MIT"
  9866. },
  9867. "node_modules/mrmime": {
  9868. "version": "2.0.1",
  9869. "resolved": "https://registry.npmmirror.com/mrmime/-/mrmime-2.0.1.tgz",
  9870. "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==",
  9871. "license": "MIT",
  9872. "engines": {
  9873. "node": ">=10"
  9874. }
  9875. },
  9876. "node_modules/ms": {
  9877. "version": "2.1.3",
  9878. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  9879. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  9880. "license": "MIT"
  9881. },
  9882. "node_modules/muggle-string": {
  9883. "version": "0.4.1",
  9884. "resolved": "https://registry.npmmirror.com/muggle-string/-/muggle-string-0.4.1.tgz",
  9885. "integrity": "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==",
  9886. "license": "MIT"
  9887. },
  9888. "node_modules/mute-stream": {
  9889. "version": "2.0.0",
  9890. "resolved": "https://registry.npmmirror.com/mute-stream/-/mute-stream-2.0.0.tgz",
  9891. "integrity": "sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==",
  9892. "dev": true,
  9893. "license": "ISC",
  9894. "engines": {
  9895. "node": "^18.17.0 || >=20.5.0"
  9896. }
  9897. },
  9898. "node_modules/mysql2": {
  9899. "version": "3.19.0",
  9900. "resolved": "https://registry.npmmirror.com/mysql2/-/mysql2-3.19.0.tgz",
  9901. "integrity": "sha512-760Ay9HViAUT7V8QkYxrIx/LHJPGWtE+D/31VuiDm1eu2IFaUIqMcK7+hVHnmgnC7JnnwreFKsZoa8K6BnGl8Q==",
  9902. "license": "MIT",
  9903. "dependencies": {
  9904. "aws-ssl-profiles": "^1.1.2",
  9905. "denque": "^2.1.0",
  9906. "generate-function": "^2.3.1",
  9907. "iconv-lite": "^0.7.2",
  9908. "long": "^5.3.2",
  9909. "lru.min": "^1.1.4",
  9910. "named-placeholders": "^1.1.6",
  9911. "sql-escaper": "^1.3.3"
  9912. },
  9913. "engines": {
  9914. "node": ">= 8.0"
  9915. },
  9916. "peerDependencies": {
  9917. "@types/node": ">= 8"
  9918. }
  9919. },
  9920. "node_modules/mz": {
  9921. "version": "2.7.0",
  9922. "resolved": "https://registry.npmmirror.com/mz/-/mz-2.7.0.tgz",
  9923. "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
  9924. "dev": true,
  9925. "license": "MIT",
  9926. "dependencies": {
  9927. "any-promise": "^1.0.0",
  9928. "object-assign": "^4.0.1",
  9929. "thenify-all": "^1.0.0"
  9930. }
  9931. },
  9932. "node_modules/named-placeholders": {
  9933. "version": "1.1.6",
  9934. "resolved": "https://registry.npmmirror.com/named-placeholders/-/named-placeholders-1.1.6.tgz",
  9935. "integrity": "sha512-Tz09sEL2EEuv5fFowm419c1+a/jSMiBjI9gHxVLrVdbUkkNUUfjsVYs9pVZu5oCon/kmRh9TfLEObFtkVxmY0w==",
  9936. "license": "MIT",
  9937. "dependencies": {
  9938. "lru.min": "^1.1.0"
  9939. },
  9940. "engines": {
  9941. "node": ">=8.0.0"
  9942. }
  9943. },
  9944. "node_modules/nanoid": {
  9945. "version": "3.3.11",
  9946. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz",
  9947. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  9948. "funding": [
  9949. {
  9950. "type": "github",
  9951. "url": "https://github.com/sponsors/ai"
  9952. }
  9953. ],
  9954. "license": "MIT",
  9955. "bin": {
  9956. "nanoid": "bin/nanoid.cjs"
  9957. },
  9958. "engines": {
  9959. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  9960. }
  9961. },
  9962. "node_modules/nanopop": {
  9963. "version": "2.4.2",
  9964. "resolved": "https://registry.npmmirror.com/nanopop/-/nanopop-2.4.2.tgz",
  9965. "integrity": "sha512-NzOgmMQ+elxxHeIha+OG/Pv3Oc3p4RU2aBhwWwAqDpXrdTbtRylbRLQztLy8dMMwfl6pclznBdfUhccEn9ZIzw==",
  9966. "license": "MIT"
  9967. },
  9968. "node_modules/nanotar": {
  9969. "version": "0.2.0",
  9970. "resolved": "https://registry.npmmirror.com/nanotar/-/nanotar-0.2.0.tgz",
  9971. "integrity": "sha512-9ca1h0Xjvo9bEkE4UOxgAzLV0jHKe6LMaxo37ND2DAhhAtd0j8pR1Wxz+/goMrZO8AEZTWCmyaOsFI/W5AdpCQ==",
  9972. "license": "MIT"
  9973. },
  9974. "node_modules/nitropack": {
  9975. "version": "2.13.1",
  9976. "resolved": "https://registry.npmmirror.com/nitropack/-/nitropack-2.13.1.tgz",
  9977. "integrity": "sha512-2dDj89C4wC2uzG7guF3CnyG+zwkZosPEp7FFBGHB3AJo11AywOolWhyQJFHDzve8COvGxJaqscye9wW2IrUsNw==",
  9978. "license": "MIT",
  9979. "dependencies": {
  9980. "@cloudflare/kv-asset-handler": "^0.4.2",
  9981. "@rollup/plugin-alias": "^6.0.0",
  9982. "@rollup/plugin-commonjs": "^29.0.0",
  9983. "@rollup/plugin-inject": "^5.0.5",
  9984. "@rollup/plugin-json": "^6.1.0",
  9985. "@rollup/plugin-node-resolve": "^16.0.3",
  9986. "@rollup/plugin-replace": "^6.0.3",
  9987. "@rollup/plugin-terser": "^0.4.4",
  9988. "@vercel/nft": "^1.2.0",
  9989. "archiver": "^7.0.1",
  9990. "c12": "^3.3.3",
  9991. "chokidar": "^5.0.0",
  9992. "citty": "^0.1.6",
  9993. "compatx": "^0.2.0",
  9994. "confbox": "^0.2.2",
  9995. "consola": "^3.4.2",
  9996. "cookie-es": "^2.0.0",
  9997. "croner": "^9.1.0",
  9998. "crossws": "^0.3.5",
  9999. "db0": "^0.3.4",
  10000. "defu": "^6.1.4",
  10001. "destr": "^2.0.5",
  10002. "dot-prop": "^10.1.0",
  10003. "esbuild": "^0.27.2",
  10004. "escape-string-regexp": "^5.0.0",
  10005. "etag": "^1.8.1",
  10006. "exsolve": "^1.0.8",
  10007. "globby": "^16.1.0",
  10008. "gzip-size": "^7.0.0",
  10009. "h3": "^1.15.5",
  10010. "hookable": "^5.5.3",
  10011. "httpxy": "^0.1.7",
  10012. "ioredis": "^5.9.1",
  10013. "jiti": "^2.6.1",
  10014. "klona": "^2.0.6",
  10015. "knitwork": "^1.3.0",
  10016. "listhen": "^1.9.0",
  10017. "magic-string": "^0.30.21",
  10018. "magicast": "^0.5.1",
  10019. "mime": "^4.1.0",
  10020. "mlly": "^1.8.0",
  10021. "node-fetch-native": "^1.6.7",
  10022. "node-mock-http": "^1.0.4",
  10023. "ofetch": "^1.5.1",
  10024. "ohash": "^2.0.11",
  10025. "pathe": "^2.0.3",
  10026. "perfect-debounce": "^2.0.0",
  10027. "pkg-types": "^2.3.0",
  10028. "pretty-bytes": "^7.1.0",
  10029. "radix3": "^1.1.2",
  10030. "rollup": "^4.55.1",
  10031. "rollup-plugin-visualizer": "^6.0.5",
  10032. "scule": "^1.3.0",
  10033. "semver": "^7.7.3",
  10034. "serve-placeholder": "^2.0.2",
  10035. "serve-static": "^2.2.1",
  10036. "source-map": "^0.7.6",
  10037. "std-env": "^3.10.0",
  10038. "ufo": "^1.6.3",
  10039. "ultrahtml": "^1.6.0",
  10040. "uncrypto": "^0.1.3",
  10041. "unctx": "^2.5.0",
  10042. "unenv": "^2.0.0-rc.24",
  10043. "unimport": "^5.6.0",
  10044. "unplugin-utils": "^0.3.1",
  10045. "unstorage": "^1.17.4",
  10046. "untyped": "^2.0.0",
  10047. "unwasm": "^0.5.3",
  10048. "youch": "^4.1.0-beta.13",
  10049. "youch-core": "^0.3.3"
  10050. },
  10051. "bin": {
  10052. "nitro": "dist/cli/index.mjs",
  10053. "nitropack": "dist/cli/index.mjs"
  10054. },
  10055. "engines": {
  10056. "node": "^20.19.0 || >=22.12.0"
  10057. },
  10058. "peerDependencies": {
  10059. "xml2js": "^0.6.2"
  10060. },
  10061. "peerDependenciesMeta": {
  10062. "xml2js": {
  10063. "optional": true
  10064. }
  10065. }
  10066. },
  10067. "node_modules/nitropack/node_modules/@esbuild/aix-ppc64": {
  10068. "version": "0.27.3",
  10069. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.27.3.tgz",
  10070. "integrity": "sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg==",
  10071. "cpu": [
  10072. "ppc64"
  10073. ],
  10074. "license": "MIT",
  10075. "optional": true,
  10076. "os": [
  10077. "aix"
  10078. ],
  10079. "engines": {
  10080. "node": ">=18"
  10081. }
  10082. },
  10083. "node_modules/nitropack/node_modules/@esbuild/android-arm": {
  10084. "version": "0.27.3",
  10085. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.27.3.tgz",
  10086. "integrity": "sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA==",
  10087. "cpu": [
  10088. "arm"
  10089. ],
  10090. "license": "MIT",
  10091. "optional": true,
  10092. "os": [
  10093. "android"
  10094. ],
  10095. "engines": {
  10096. "node": ">=18"
  10097. }
  10098. },
  10099. "node_modules/nitropack/node_modules/@esbuild/android-arm64": {
  10100. "version": "0.27.3",
  10101. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.27.3.tgz",
  10102. "integrity": "sha512-YdghPYUmj/FX2SYKJ0OZxf+iaKgMsKHVPF1MAq/P8WirnSpCStzKJFjOjzsW0QQ7oIAiccHdcqjbHmJxRb/dmg==",
  10103. "cpu": [
  10104. "arm64"
  10105. ],
  10106. "license": "MIT",
  10107. "optional": true,
  10108. "os": [
  10109. "android"
  10110. ],
  10111. "engines": {
  10112. "node": ">=18"
  10113. }
  10114. },
  10115. "node_modules/nitropack/node_modules/@esbuild/android-x64": {
  10116. "version": "0.27.3",
  10117. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.27.3.tgz",
  10118. "integrity": "sha512-IN/0BNTkHtk8lkOM8JWAYFg4ORxBkZQf9zXiEOfERX/CzxW3Vg1ewAhU7QSWQpVIzTW+b8Xy+lGzdYXV6UZObQ==",
  10119. "cpu": [
  10120. "x64"
  10121. ],
  10122. "license": "MIT",
  10123. "optional": true,
  10124. "os": [
  10125. "android"
  10126. ],
  10127. "engines": {
  10128. "node": ">=18"
  10129. }
  10130. },
  10131. "node_modules/nitropack/node_modules/@esbuild/darwin-arm64": {
  10132. "version": "0.27.3",
  10133. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.27.3.tgz",
  10134. "integrity": "sha512-Re491k7ByTVRy0t3EKWajdLIr0gz2kKKfzafkth4Q8A5n1xTHrkqZgLLjFEHVD+AXdUGgQMq+Godfq45mGpCKg==",
  10135. "cpu": [
  10136. "arm64"
  10137. ],
  10138. "license": "MIT",
  10139. "optional": true,
  10140. "os": [
  10141. "darwin"
  10142. ],
  10143. "engines": {
  10144. "node": ">=18"
  10145. }
  10146. },
  10147. "node_modules/nitropack/node_modules/@esbuild/darwin-x64": {
  10148. "version": "0.27.3",
  10149. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.27.3.tgz",
  10150. "integrity": "sha512-vHk/hA7/1AckjGzRqi6wbo+jaShzRowYip6rt6q7VYEDX4LEy1pZfDpdxCBnGtl+A5zq8iXDcyuxwtv3hNtHFg==",
  10151. "cpu": [
  10152. "x64"
  10153. ],
  10154. "license": "MIT",
  10155. "optional": true,
  10156. "os": [
  10157. "darwin"
  10158. ],
  10159. "engines": {
  10160. "node": ">=18"
  10161. }
  10162. },
  10163. "node_modules/nitropack/node_modules/@esbuild/freebsd-arm64": {
  10164. "version": "0.27.3",
  10165. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.3.tgz",
  10166. "integrity": "sha512-ipTYM2fjt3kQAYOvo6vcxJx3nBYAzPjgTCk7QEgZG8AUO3ydUhvelmhrbOheMnGOlaSFUoHXB6un+A7q4ygY9w==",
  10167. "cpu": [
  10168. "arm64"
  10169. ],
  10170. "license": "MIT",
  10171. "optional": true,
  10172. "os": [
  10173. "freebsd"
  10174. ],
  10175. "engines": {
  10176. "node": ">=18"
  10177. }
  10178. },
  10179. "node_modules/nitropack/node_modules/@esbuild/freebsd-x64": {
  10180. "version": "0.27.3",
  10181. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.27.3.tgz",
  10182. "integrity": "sha512-dDk0X87T7mI6U3K9VjWtHOXqwAMJBNN2r7bejDsc+j03SEjtD9HrOl8gVFByeM0aJksoUuUVU9TBaZa2rgj0oA==",
  10183. "cpu": [
  10184. "x64"
  10185. ],
  10186. "license": "MIT",
  10187. "optional": true,
  10188. "os": [
  10189. "freebsd"
  10190. ],
  10191. "engines": {
  10192. "node": ">=18"
  10193. }
  10194. },
  10195. "node_modules/nitropack/node_modules/@esbuild/linux-arm": {
  10196. "version": "0.27.3",
  10197. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.27.3.tgz",
  10198. "integrity": "sha512-s6nPv2QkSupJwLYyfS+gwdirm0ukyTFNl3KTgZEAiJDd+iHZcbTPPcWCcRYH+WlNbwChgH2QkE9NSlNrMT8Gfw==",
  10199. "cpu": [
  10200. "arm"
  10201. ],
  10202. "license": "MIT",
  10203. "optional": true,
  10204. "os": [
  10205. "linux"
  10206. ],
  10207. "engines": {
  10208. "node": ">=18"
  10209. }
  10210. },
  10211. "node_modules/nitropack/node_modules/@esbuild/linux-arm64": {
  10212. "version": "0.27.3",
  10213. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.27.3.tgz",
  10214. "integrity": "sha512-sZOuFz/xWnZ4KH3YfFrKCf1WyPZHakVzTiqji3WDc0BCl2kBwiJLCXpzLzUBLgmp4veFZdvN5ChW4Eq/8Fc2Fg==",
  10215. "cpu": [
  10216. "arm64"
  10217. ],
  10218. "license": "MIT",
  10219. "optional": true,
  10220. "os": [
  10221. "linux"
  10222. ],
  10223. "engines": {
  10224. "node": ">=18"
  10225. }
  10226. },
  10227. "node_modules/nitropack/node_modules/@esbuild/linux-ia32": {
  10228. "version": "0.27.3",
  10229. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.27.3.tgz",
  10230. "integrity": "sha512-yGlQYjdxtLdh0a3jHjuwOrxQjOZYD/C9PfdbgJJF3TIZWnm/tMd/RcNiLngiu4iwcBAOezdnSLAwQDPqTmtTYg==",
  10231. "cpu": [
  10232. "ia32"
  10233. ],
  10234. "license": "MIT",
  10235. "optional": true,
  10236. "os": [
  10237. "linux"
  10238. ],
  10239. "engines": {
  10240. "node": ">=18"
  10241. }
  10242. },
  10243. "node_modules/nitropack/node_modules/@esbuild/linux-loong64": {
  10244. "version": "0.27.3",
  10245. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.27.3.tgz",
  10246. "integrity": "sha512-WO60Sn8ly3gtzhyjATDgieJNet/KqsDlX5nRC5Y3oTFcS1l0KWba+SEa9Ja1GfDqSF1z6hif/SkpQJbL63cgOA==",
  10247. "cpu": [
  10248. "loong64"
  10249. ],
  10250. "license": "MIT",
  10251. "optional": true,
  10252. "os": [
  10253. "linux"
  10254. ],
  10255. "engines": {
  10256. "node": ">=18"
  10257. }
  10258. },
  10259. "node_modules/nitropack/node_modules/@esbuild/linux-mips64el": {
  10260. "version": "0.27.3",
  10261. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.27.3.tgz",
  10262. "integrity": "sha512-APsymYA6sGcZ4pD6k+UxbDjOFSvPWyZhjaiPyl/f79xKxwTnrn5QUnXR5prvetuaSMsb4jgeHewIDCIWljrSxw==",
  10263. "cpu": [
  10264. "mips64el"
  10265. ],
  10266. "license": "MIT",
  10267. "optional": true,
  10268. "os": [
  10269. "linux"
  10270. ],
  10271. "engines": {
  10272. "node": ">=18"
  10273. }
  10274. },
  10275. "node_modules/nitropack/node_modules/@esbuild/linux-ppc64": {
  10276. "version": "0.27.3",
  10277. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.27.3.tgz",
  10278. "integrity": "sha512-eizBnTeBefojtDb9nSh4vvVQ3V9Qf9Df01PfawPcRzJH4gFSgrObw+LveUyDoKU3kxi5+9RJTCWlj4FjYXVPEA==",
  10279. "cpu": [
  10280. "ppc64"
  10281. ],
  10282. "license": "MIT",
  10283. "optional": true,
  10284. "os": [
  10285. "linux"
  10286. ],
  10287. "engines": {
  10288. "node": ">=18"
  10289. }
  10290. },
  10291. "node_modules/nitropack/node_modules/@esbuild/linux-riscv64": {
  10292. "version": "0.27.3",
  10293. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.27.3.tgz",
  10294. "integrity": "sha512-3Emwh0r5wmfm3ssTWRQSyVhbOHvqegUDRd0WhmXKX2mkHJe1SFCMJhagUleMq+Uci34wLSipf8Lagt4LlpRFWQ==",
  10295. "cpu": [
  10296. "riscv64"
  10297. ],
  10298. "license": "MIT",
  10299. "optional": true,
  10300. "os": [
  10301. "linux"
  10302. ],
  10303. "engines": {
  10304. "node": ">=18"
  10305. }
  10306. },
  10307. "node_modules/nitropack/node_modules/@esbuild/linux-s390x": {
  10308. "version": "0.27.3",
  10309. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.27.3.tgz",
  10310. "integrity": "sha512-pBHUx9LzXWBc7MFIEEL0yD/ZVtNgLytvx60gES28GcWMqil8ElCYR4kvbV2BDqsHOvVDRrOxGySBM9Fcv744hw==",
  10311. "cpu": [
  10312. "s390x"
  10313. ],
  10314. "license": "MIT",
  10315. "optional": true,
  10316. "os": [
  10317. "linux"
  10318. ],
  10319. "engines": {
  10320. "node": ">=18"
  10321. }
  10322. },
  10323. "node_modules/nitropack/node_modules/@esbuild/linux-x64": {
  10324. "version": "0.27.3",
  10325. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.27.3.tgz",
  10326. "integrity": "sha512-Czi8yzXUWIQYAtL/2y6vogER8pvcsOsk5cpwL4Gk5nJqH5UZiVByIY8Eorm5R13gq+DQKYg0+JyQoytLQas4dA==",
  10327. "cpu": [
  10328. "x64"
  10329. ],
  10330. "license": "MIT",
  10331. "optional": true,
  10332. "os": [
  10333. "linux"
  10334. ],
  10335. "engines": {
  10336. "node": ">=18"
  10337. }
  10338. },
  10339. "node_modules/nitropack/node_modules/@esbuild/netbsd-arm64": {
  10340. "version": "0.27.3",
  10341. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.3.tgz",
  10342. "integrity": "sha512-sDpk0RgmTCR/5HguIZa9n9u+HVKf40fbEUt+iTzSnCaGvY9kFP0YKBWZtJaraonFnqef5SlJ8/TiPAxzyS+UoA==",
  10343. "cpu": [
  10344. "arm64"
  10345. ],
  10346. "license": "MIT",
  10347. "optional": true,
  10348. "os": [
  10349. "netbsd"
  10350. ],
  10351. "engines": {
  10352. "node": ">=18"
  10353. }
  10354. },
  10355. "node_modules/nitropack/node_modules/@esbuild/netbsd-x64": {
  10356. "version": "0.27.3",
  10357. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.27.3.tgz",
  10358. "integrity": "sha512-P14lFKJl/DdaE00LItAukUdZO5iqNH7+PjoBm+fLQjtxfcfFE20Xf5CrLsmZdq5LFFZzb5JMZ9grUwvtVYzjiA==",
  10359. "cpu": [
  10360. "x64"
  10361. ],
  10362. "license": "MIT",
  10363. "optional": true,
  10364. "os": [
  10365. "netbsd"
  10366. ],
  10367. "engines": {
  10368. "node": ">=18"
  10369. }
  10370. },
  10371. "node_modules/nitropack/node_modules/@esbuild/openbsd-arm64": {
  10372. "version": "0.27.3",
  10373. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.3.tgz",
  10374. "integrity": "sha512-AIcMP77AvirGbRl/UZFTq5hjXK+2wC7qFRGoHSDrZ5v5b8DK/GYpXW3CPRL53NkvDqb9D+alBiC/dV0Fb7eJcw==",
  10375. "cpu": [
  10376. "arm64"
  10377. ],
  10378. "license": "MIT",
  10379. "optional": true,
  10380. "os": [
  10381. "openbsd"
  10382. ],
  10383. "engines": {
  10384. "node": ">=18"
  10385. }
  10386. },
  10387. "node_modules/nitropack/node_modules/@esbuild/openbsd-x64": {
  10388. "version": "0.27.3",
  10389. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.27.3.tgz",
  10390. "integrity": "sha512-DnW2sRrBzA+YnE70LKqnM3P+z8vehfJWHXECbwBmH/CU51z6FiqTQTHFenPlHmo3a8UgpLyH3PT+87OViOh1AQ==",
  10391. "cpu": [
  10392. "x64"
  10393. ],
  10394. "license": "MIT",
  10395. "optional": true,
  10396. "os": [
  10397. "openbsd"
  10398. ],
  10399. "engines": {
  10400. "node": ">=18"
  10401. }
  10402. },
  10403. "node_modules/nitropack/node_modules/@esbuild/sunos-x64": {
  10404. "version": "0.27.3",
  10405. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.27.3.tgz",
  10406. "integrity": "sha512-PanZ+nEz+eWoBJ8/f8HKxTTD172SKwdXebZ0ndd953gt1HRBbhMsaNqjTyYLGLPdoWHy4zLU7bDVJztF5f3BHA==",
  10407. "cpu": [
  10408. "x64"
  10409. ],
  10410. "license": "MIT",
  10411. "optional": true,
  10412. "os": [
  10413. "sunos"
  10414. ],
  10415. "engines": {
  10416. "node": ">=18"
  10417. }
  10418. },
  10419. "node_modules/nitropack/node_modules/@esbuild/win32-arm64": {
  10420. "version": "0.27.3",
  10421. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.27.3.tgz",
  10422. "integrity": "sha512-B2t59lWWYrbRDw/tjiWOuzSsFh1Y/E95ofKz7rIVYSQkUYBjfSgf6oeYPNWHToFRr2zx52JKApIcAS/D5TUBnA==",
  10423. "cpu": [
  10424. "arm64"
  10425. ],
  10426. "license": "MIT",
  10427. "optional": true,
  10428. "os": [
  10429. "win32"
  10430. ],
  10431. "engines": {
  10432. "node": ">=18"
  10433. }
  10434. },
  10435. "node_modules/nitropack/node_modules/@esbuild/win32-ia32": {
  10436. "version": "0.27.3",
  10437. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.27.3.tgz",
  10438. "integrity": "sha512-QLKSFeXNS8+tHW7tZpMtjlNb7HKau0QDpwm49u0vUp9y1WOF+PEzkU84y9GqYaAVW8aH8f3GcBck26jh54cX4Q==",
  10439. "cpu": [
  10440. "ia32"
  10441. ],
  10442. "license": "MIT",
  10443. "optional": true,
  10444. "os": [
  10445. "win32"
  10446. ],
  10447. "engines": {
  10448. "node": ">=18"
  10449. }
  10450. },
  10451. "node_modules/nitropack/node_modules/@esbuild/win32-x64": {
  10452. "version": "0.27.3",
  10453. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.27.3.tgz",
  10454. "integrity": "sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA==",
  10455. "cpu": [
  10456. "x64"
  10457. ],
  10458. "license": "MIT",
  10459. "optional": true,
  10460. "os": [
  10461. "win32"
  10462. ],
  10463. "engines": {
  10464. "node": ">=18"
  10465. }
  10466. },
  10467. "node_modules/nitropack/node_modules/chokidar": {
  10468. "version": "5.0.0",
  10469. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-5.0.0.tgz",
  10470. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  10471. "license": "MIT",
  10472. "dependencies": {
  10473. "readdirp": "^5.0.0"
  10474. },
  10475. "engines": {
  10476. "node": ">= 20.19.0"
  10477. },
  10478. "funding": {
  10479. "url": "https://paulmillr.com/funding/"
  10480. }
  10481. },
  10482. "node_modules/nitropack/node_modules/esbuild": {
  10483. "version": "0.27.3",
  10484. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.27.3.tgz",
  10485. "integrity": "sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==",
  10486. "hasInstallScript": true,
  10487. "license": "MIT",
  10488. "bin": {
  10489. "esbuild": "bin/esbuild"
  10490. },
  10491. "engines": {
  10492. "node": ">=18"
  10493. },
  10494. "optionalDependencies": {
  10495. "@esbuild/aix-ppc64": "0.27.3",
  10496. "@esbuild/android-arm": "0.27.3",
  10497. "@esbuild/android-arm64": "0.27.3",
  10498. "@esbuild/android-x64": "0.27.3",
  10499. "@esbuild/darwin-arm64": "0.27.3",
  10500. "@esbuild/darwin-x64": "0.27.3",
  10501. "@esbuild/freebsd-arm64": "0.27.3",
  10502. "@esbuild/freebsd-x64": "0.27.3",
  10503. "@esbuild/linux-arm": "0.27.3",
  10504. "@esbuild/linux-arm64": "0.27.3",
  10505. "@esbuild/linux-ia32": "0.27.3",
  10506. "@esbuild/linux-loong64": "0.27.3",
  10507. "@esbuild/linux-mips64el": "0.27.3",
  10508. "@esbuild/linux-ppc64": "0.27.3",
  10509. "@esbuild/linux-riscv64": "0.27.3",
  10510. "@esbuild/linux-s390x": "0.27.3",
  10511. "@esbuild/linux-x64": "0.27.3",
  10512. "@esbuild/netbsd-arm64": "0.27.3",
  10513. "@esbuild/netbsd-x64": "0.27.3",
  10514. "@esbuild/openbsd-arm64": "0.27.3",
  10515. "@esbuild/openbsd-x64": "0.27.3",
  10516. "@esbuild/openharmony-arm64": "0.27.3",
  10517. "@esbuild/sunos-x64": "0.27.3",
  10518. "@esbuild/win32-arm64": "0.27.3",
  10519. "@esbuild/win32-ia32": "0.27.3",
  10520. "@esbuild/win32-x64": "0.27.3"
  10521. }
  10522. },
  10523. "node_modules/nitropack/node_modules/mime": {
  10524. "version": "4.1.0",
  10525. "resolved": "https://registry.npmmirror.com/mime/-/mime-4.1.0.tgz",
  10526. "integrity": "sha512-X5ju04+cAzsojXKes0B/S4tcYtFAJ6tTMuSPBEn9CPGlrWr8Fiw7qYeLT0XyH80HSoAoqWCaz+MWKh22P7G1cw==",
  10527. "funding": [
  10528. "https://github.com/sponsors/broofa"
  10529. ],
  10530. "license": "MIT",
  10531. "bin": {
  10532. "mime": "bin/cli.js"
  10533. },
  10534. "engines": {
  10535. "node": ">=16"
  10536. }
  10537. },
  10538. "node_modules/nitropack/node_modules/perfect-debounce": {
  10539. "version": "2.1.0",
  10540. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-2.1.0.tgz",
  10541. "integrity": "sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==",
  10542. "license": "MIT"
  10543. },
  10544. "node_modules/nitropack/node_modules/readdirp": {
  10545. "version": "5.0.0",
  10546. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-5.0.0.tgz",
  10547. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  10548. "license": "MIT",
  10549. "engines": {
  10550. "node": ">= 20.19.0"
  10551. },
  10552. "funding": {
  10553. "type": "individual",
  10554. "url": "https://paulmillr.com/funding/"
  10555. }
  10556. },
  10557. "node_modules/nitropack/node_modules/semver": {
  10558. "version": "7.7.4",
  10559. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.4.tgz",
  10560. "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
  10561. "license": "ISC",
  10562. "bin": {
  10563. "semver": "bin/semver.js"
  10564. },
  10565. "engines": {
  10566. "node": ">=10"
  10567. }
  10568. },
  10569. "node_modules/nitropack/node_modules/unplugin-utils": {
  10570. "version": "0.3.1",
  10571. "resolved": "https://registry.npmmirror.com/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  10572. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  10573. "license": "MIT",
  10574. "dependencies": {
  10575. "pathe": "^2.0.3",
  10576. "picomatch": "^4.0.3"
  10577. },
  10578. "engines": {
  10579. "node": ">=20.19.0"
  10580. },
  10581. "funding": {
  10582. "url": "https://github.com/sponsors/sxzz"
  10583. }
  10584. },
  10585. "node_modules/node-addon-api": {
  10586. "version": "7.1.1",
  10587. "resolved": "https://registry.npmmirror.com/node-addon-api/-/node-addon-api-7.1.1.tgz",
  10588. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  10589. "license": "MIT"
  10590. },
  10591. "node_modules/node-fetch": {
  10592. "version": "2.7.0",
  10593. "resolved": "https://registry.npmmirror.com/node-fetch/-/node-fetch-2.7.0.tgz",
  10594. "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
  10595. "license": "MIT",
  10596. "dependencies": {
  10597. "whatwg-url": "^5.0.0"
  10598. },
  10599. "engines": {
  10600. "node": "4.x || >=6.0.0"
  10601. },
  10602. "peerDependencies": {
  10603. "encoding": "^0.1.0"
  10604. },
  10605. "peerDependenciesMeta": {
  10606. "encoding": {
  10607. "optional": true
  10608. }
  10609. }
  10610. },
  10611. "node_modules/node-fetch-native": {
  10612. "version": "1.6.7",
  10613. "resolved": "https://registry.npmmirror.com/node-fetch-native/-/node-fetch-native-1.6.7.tgz",
  10614. "integrity": "sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q==",
  10615. "license": "MIT"
  10616. },
  10617. "node_modules/node-forge": {
  10618. "version": "1.3.3",
  10619. "resolved": "https://registry.npmmirror.com/node-forge/-/node-forge-1.3.3.tgz",
  10620. "integrity": "sha512-rLvcdSyRCyouf6jcOIPe/BgwG/d7hKjzMKOas33/pHEr6gbq18IK9zV7DiPvzsz0oBJPme6qr6H6kGZuI9/DZg==",
  10621. "license": "(BSD-3-Clause OR GPL-2.0)",
  10622. "engines": {
  10623. "node": ">= 6.13.0"
  10624. }
  10625. },
  10626. "node_modules/node-gyp-build": {
  10627. "version": "4.8.4",
  10628. "resolved": "https://registry.npmmirror.com/node-gyp-build/-/node-gyp-build-4.8.4.tgz",
  10629. "integrity": "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==",
  10630. "license": "MIT",
  10631. "bin": {
  10632. "node-gyp-build": "bin.js",
  10633. "node-gyp-build-optional": "optional.js",
  10634. "node-gyp-build-test": "build-test.js"
  10635. }
  10636. },
  10637. "node_modules/node-hex": {
  10638. "version": "1.0.1",
  10639. "resolved": "https://registry.npmmirror.com/node-hex/-/node-hex-1.0.1.tgz",
  10640. "integrity": "sha512-iwpZdvW6Umz12ICmu9IYPRxg0tOLGmU3Tq2tKetejCj3oZd7b2nUXwP3a7QA5M9glWy8wlPS1G3RwM/CdsUbdQ==",
  10641. "dev": true,
  10642. "license": "MIT",
  10643. "engines": {
  10644. "node": ">=8.0.0"
  10645. }
  10646. },
  10647. "node_modules/node-mock-http": {
  10648. "version": "1.0.4",
  10649. "resolved": "https://registry.npmmirror.com/node-mock-http/-/node-mock-http-1.0.4.tgz",
  10650. "integrity": "sha512-8DY+kFsDkNXy1sJglUfuODx1/opAGJGyrTuFqEoN90oRc2Vk0ZbD4K2qmKXBBEhZQzdKHIVfEJpDU8Ak2NJEvQ==",
  10651. "license": "MIT"
  10652. },
  10653. "node_modules/node-releases": {
  10654. "version": "2.0.27",
  10655. "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.27.tgz",
  10656. "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
  10657. "license": "MIT"
  10658. },
  10659. "node_modules/nopt": {
  10660. "version": "8.1.0",
  10661. "resolved": "https://registry.npmmirror.com/nopt/-/nopt-8.1.0.tgz",
  10662. "integrity": "sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A==",
  10663. "license": "ISC",
  10664. "dependencies": {
  10665. "abbrev": "^3.0.0"
  10666. },
  10667. "bin": {
  10668. "nopt": "bin/nopt.js"
  10669. },
  10670. "engines": {
  10671. "node": "^18.17.0 || >=20.5.0"
  10672. }
  10673. },
  10674. "node_modules/normalize-path": {
  10675. "version": "3.0.0",
  10676. "resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz",
  10677. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  10678. "license": "MIT",
  10679. "engines": {
  10680. "node": ">=0.10.0"
  10681. }
  10682. },
  10683. "node_modules/npm-normalize-package-bin": {
  10684. "version": "4.0.0",
  10685. "resolved": "https://registry.npmmirror.com/npm-normalize-package-bin/-/npm-normalize-package-bin-4.0.0.tgz",
  10686. "integrity": "sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==",
  10687. "dev": true,
  10688. "license": "ISC",
  10689. "engines": {
  10690. "node": "^18.17.0 || >=20.5.0"
  10691. }
  10692. },
  10693. "node_modules/npm-run-all2": {
  10694. "version": "7.0.2",
  10695. "resolved": "https://registry.npmmirror.com/npm-run-all2/-/npm-run-all2-7.0.2.tgz",
  10696. "integrity": "sha512-7tXR+r9hzRNOPNTvXegM+QzCuMjzUIIq66VDunL6j60O4RrExx32XUhlrS7UK4VcdGw5/Wxzb3kfNcFix9JKDA==",
  10697. "dev": true,
  10698. "license": "MIT",
  10699. "dependencies": {
  10700. "ansi-styles": "^6.2.1",
  10701. "cross-spawn": "^7.0.6",
  10702. "memorystream": "^0.3.1",
  10703. "minimatch": "^9.0.0",
  10704. "pidtree": "^0.6.0",
  10705. "read-package-json-fast": "^4.0.0",
  10706. "shell-quote": "^1.7.3",
  10707. "which": "^5.0.0"
  10708. },
  10709. "bin": {
  10710. "npm-run-all": "bin/npm-run-all/index.js",
  10711. "npm-run-all2": "bin/npm-run-all/index.js",
  10712. "run-p": "bin/run-p/index.js",
  10713. "run-s": "bin/run-s/index.js"
  10714. },
  10715. "engines": {
  10716. "node": "^18.17.0 || >=20.5.0",
  10717. "npm": ">= 9"
  10718. }
  10719. },
  10720. "node_modules/npm-run-path": {
  10721. "version": "6.0.0",
  10722. "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-6.0.0.tgz",
  10723. "integrity": "sha512-9qny7Z9DsQU8Ou39ERsPU4OZQlSTP47ShQzuKZ6PRXpYLtIFgl/DEBYEXKlvcEa+9tHVcK8CF81Y2V72qaZhWA==",
  10724. "license": "MIT",
  10725. "dependencies": {
  10726. "path-key": "^4.0.0",
  10727. "unicorn-magic": "^0.3.0"
  10728. },
  10729. "engines": {
  10730. "node": ">=18"
  10731. },
  10732. "funding": {
  10733. "url": "https://github.com/sponsors/sindresorhus"
  10734. }
  10735. },
  10736. "node_modules/npm-run-path/node_modules/path-key": {
  10737. "version": "4.0.0",
  10738. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-4.0.0.tgz",
  10739. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  10740. "license": "MIT",
  10741. "engines": {
  10742. "node": ">=12"
  10743. },
  10744. "funding": {
  10745. "url": "https://github.com/sponsors/sindresorhus"
  10746. }
  10747. },
  10748. "node_modules/nth-check": {
  10749. "version": "2.1.1",
  10750. "resolved": "https://registry.npmmirror.com/nth-check/-/nth-check-2.1.1.tgz",
  10751. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  10752. "license": "BSD-2-Clause",
  10753. "dependencies": {
  10754. "boolbase": "^1.0.0"
  10755. },
  10756. "funding": {
  10757. "url": "https://github.com/fb55/nth-check?sponsor=1"
  10758. }
  10759. },
  10760. "node_modules/nuxt": {
  10761. "version": "4.3.1",
  10762. "resolved": "https://registry.npmmirror.com/nuxt/-/nuxt-4.3.1.tgz",
  10763. "integrity": "sha512-bl+0rFcT5Ax16aiWFBFPyWcsTob19NTZaDL5P6t0MQdK63AtgS6fN6fwvwdbXtnTk6/YdCzlmuLzXhSM22h0OA==",
  10764. "license": "MIT",
  10765. "dependencies": {
  10766. "@dxup/nuxt": "^0.3.2",
  10767. "@nuxt/cli": "^3.33.0",
  10768. "@nuxt/devtools": "^3.1.1",
  10769. "@nuxt/kit": "4.3.1",
  10770. "@nuxt/nitro-server": "4.3.1",
  10771. "@nuxt/schema": "4.3.1",
  10772. "@nuxt/telemetry": "^2.7.0",
  10773. "@nuxt/vite-builder": "4.3.1",
  10774. "@unhead/vue": "^2.1.3",
  10775. "@vue/shared": "^3.5.27",
  10776. "c12": "^3.3.3",
  10777. "chokidar": "^5.0.0",
  10778. "compatx": "^0.2.0",
  10779. "consola": "^3.4.2",
  10780. "cookie-es": "^2.0.0",
  10781. "defu": "^6.1.4",
  10782. "destr": "^2.0.5",
  10783. "devalue": "^5.6.2",
  10784. "errx": "^0.1.0",
  10785. "escape-string-regexp": "^5.0.0",
  10786. "exsolve": "^1.0.8",
  10787. "h3": "^1.15.5",
  10788. "hookable": "^5.5.3",
  10789. "ignore": "^7.0.5",
  10790. "impound": "^1.0.0",
  10791. "jiti": "^2.6.1",
  10792. "klona": "^2.0.6",
  10793. "knitwork": "^1.3.0",
  10794. "magic-string": "^0.30.21",
  10795. "mlly": "^1.8.0",
  10796. "nanotar": "^0.2.0",
  10797. "nypm": "^0.6.5",
  10798. "ofetch": "^1.5.1",
  10799. "ohash": "^2.0.11",
  10800. "on-change": "^6.0.2",
  10801. "oxc-minify": "^0.112.0",
  10802. "oxc-parser": "^0.112.0",
  10803. "oxc-transform": "^0.112.0",
  10804. "oxc-walker": "^0.7.0",
  10805. "pathe": "^2.0.3",
  10806. "perfect-debounce": "^2.1.0",
  10807. "pkg-types": "^2.3.0",
  10808. "rou3": "^0.7.12",
  10809. "scule": "^1.3.0",
  10810. "semver": "^7.7.4",
  10811. "std-env": "^3.10.0",
  10812. "tinyglobby": "^0.2.15",
  10813. "ufo": "^1.6.3",
  10814. "ultrahtml": "^1.6.0",
  10815. "uncrypto": "^0.1.3",
  10816. "unctx": "^2.5.0",
  10817. "unimport": "^5.6.0",
  10818. "unplugin": "^3.0.0",
  10819. "unplugin-vue-router": "^0.19.2",
  10820. "untyped": "^2.0.0",
  10821. "vue": "^3.5.27",
  10822. "vue-router": "^4.6.4"
  10823. },
  10824. "bin": {
  10825. "nuxi": "bin/nuxt.mjs",
  10826. "nuxt": "bin/nuxt.mjs"
  10827. },
  10828. "engines": {
  10829. "node": "^20.19.0 || >=22.12.0"
  10830. },
  10831. "peerDependencies": {
  10832. "@parcel/watcher": "^2.1.0",
  10833. "@types/node": ">=18.12.0"
  10834. },
  10835. "peerDependenciesMeta": {
  10836. "@parcel/watcher": {
  10837. "optional": true
  10838. },
  10839. "@types/node": {
  10840. "optional": true
  10841. }
  10842. }
  10843. },
  10844. "node_modules/nuxt/node_modules/@nuxt/kit": {
  10845. "version": "4.3.1",
  10846. "resolved": "https://registry.npmmirror.com/@nuxt/kit/-/kit-4.3.1.tgz",
  10847. "integrity": "sha512-UjBFt72dnpc+83BV3OIbCT0YHLevJtgJCHpxMX0YRKWLDhhbcDdUse87GtsQBrjvOzK7WUNUYLDS/hQLYev5rA==",
  10848. "license": "MIT",
  10849. "dependencies": {
  10850. "c12": "^3.3.3",
  10851. "consola": "^3.4.2",
  10852. "defu": "^6.1.4",
  10853. "destr": "^2.0.5",
  10854. "errx": "^0.1.0",
  10855. "exsolve": "^1.0.8",
  10856. "ignore": "^7.0.5",
  10857. "jiti": "^2.6.1",
  10858. "klona": "^2.0.6",
  10859. "mlly": "^1.8.0",
  10860. "ohash": "^2.0.11",
  10861. "pathe": "^2.0.3",
  10862. "pkg-types": "^2.3.0",
  10863. "rc9": "^3.0.0",
  10864. "scule": "^1.3.0",
  10865. "semver": "^7.7.4",
  10866. "tinyglobby": "^0.2.15",
  10867. "ufo": "^1.6.3",
  10868. "unctx": "^2.5.0",
  10869. "untyped": "^2.0.0"
  10870. },
  10871. "engines": {
  10872. "node": ">=18.12.0"
  10873. }
  10874. },
  10875. "node_modules/nuxt/node_modules/chokidar": {
  10876. "version": "5.0.0",
  10877. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-5.0.0.tgz",
  10878. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  10879. "license": "MIT",
  10880. "dependencies": {
  10881. "readdirp": "^5.0.0"
  10882. },
  10883. "engines": {
  10884. "node": ">= 20.19.0"
  10885. },
  10886. "funding": {
  10887. "url": "https://paulmillr.com/funding/"
  10888. }
  10889. },
  10890. "node_modules/nuxt/node_modules/perfect-debounce": {
  10891. "version": "2.1.0",
  10892. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-2.1.0.tgz",
  10893. "integrity": "sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==",
  10894. "license": "MIT"
  10895. },
  10896. "node_modules/nuxt/node_modules/rc9": {
  10897. "version": "3.0.0",
  10898. "resolved": "https://registry.npmmirror.com/rc9/-/rc9-3.0.0.tgz",
  10899. "integrity": "sha512-MGOue0VqscKWQ104udASX/3GYDcKyPI4j4F8gu/jHHzglpmy9a/anZK3PNe8ug6aZFl+9GxLtdhe3kVZuMaQbA==",
  10900. "license": "MIT",
  10901. "dependencies": {
  10902. "defu": "^6.1.4",
  10903. "destr": "^2.0.5"
  10904. }
  10905. },
  10906. "node_modules/nuxt/node_modules/readdirp": {
  10907. "version": "5.0.0",
  10908. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-5.0.0.tgz",
  10909. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  10910. "license": "MIT",
  10911. "engines": {
  10912. "node": ">= 20.19.0"
  10913. },
  10914. "funding": {
  10915. "type": "individual",
  10916. "url": "https://paulmillr.com/funding/"
  10917. }
  10918. },
  10919. "node_modules/nuxt/node_modules/semver": {
  10920. "version": "7.7.4",
  10921. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.4.tgz",
  10922. "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
  10923. "license": "ISC",
  10924. "bin": {
  10925. "semver": "bin/semver.js"
  10926. },
  10927. "engines": {
  10928. "node": ">=10"
  10929. }
  10930. },
  10931. "node_modules/nuxt/node_modules/unplugin": {
  10932. "version": "3.0.0",
  10933. "resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-3.0.0.tgz",
  10934. "integrity": "sha512-0Mqk3AT2TZCXWKdcoaufeXNukv2mTrEZExeXlHIOZXdqYoHHr4n51pymnwV8x2BOVxwXbK2HLlI7usrqMpycdg==",
  10935. "license": "MIT",
  10936. "dependencies": {
  10937. "@jridgewell/remapping": "^2.3.5",
  10938. "picomatch": "^4.0.3",
  10939. "webpack-virtual-modules": "^0.6.2"
  10940. },
  10941. "engines": {
  10942. "node": "^20.19.0 || >=22.12.0"
  10943. }
  10944. },
  10945. "node_modules/nypm": {
  10946. "version": "0.6.5",
  10947. "resolved": "https://registry.npmmirror.com/nypm/-/nypm-0.6.5.tgz",
  10948. "integrity": "sha512-K6AJy1GMVyfyMXRVB88700BJqNUkByijGJM8kEHpLdcAt+vSQAVfkWWHYzuRXHSY6xA2sNc5RjTj0p9rE2izVQ==",
  10949. "license": "MIT",
  10950. "dependencies": {
  10951. "citty": "^0.2.0",
  10952. "pathe": "^2.0.3",
  10953. "tinyexec": "^1.0.2"
  10954. },
  10955. "bin": {
  10956. "nypm": "dist/cli.mjs"
  10957. },
  10958. "engines": {
  10959. "node": ">=18"
  10960. }
  10961. },
  10962. "node_modules/nypm/node_modules/citty": {
  10963. "version": "0.2.1",
  10964. "resolved": "https://registry.npmmirror.com/citty/-/citty-0.2.1.tgz",
  10965. "integrity": "sha512-kEV95lFBhQgtogAPlQfJJ0WGVSokvLr/UEoFPiKKOXF7pl98HfUVUD0ejsuTCld/9xH9vogSywZ5KqHzXrZpqg==",
  10966. "license": "MIT"
  10967. },
  10968. "node_modules/object-assign": {
  10969. "version": "4.1.1",
  10970. "resolved": "https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz",
  10971. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  10972. "dev": true,
  10973. "license": "MIT",
  10974. "engines": {
  10975. "node": ">=0.10.0"
  10976. }
  10977. },
  10978. "node_modules/object-inspect": {
  10979. "version": "1.13.4",
  10980. "resolved": "https://registry.npmmirror.com/object-inspect/-/object-inspect-1.13.4.tgz",
  10981. "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
  10982. "dev": true,
  10983. "license": "MIT",
  10984. "engines": {
  10985. "node": ">= 0.4"
  10986. },
  10987. "funding": {
  10988. "url": "https://github.com/sponsors/ljharb"
  10989. }
  10990. },
  10991. "node_modules/obug": {
  10992. "version": "2.1.1",
  10993. "resolved": "https://registry.npmmirror.com/obug/-/obug-2.1.1.tgz",
  10994. "integrity": "sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==",
  10995. "funding": [
  10996. "https://github.com/sponsors/sxzz",
  10997. "https://opencollective.com/debug"
  10998. ],
  10999. "license": "MIT"
  11000. },
  11001. "node_modules/ofetch": {
  11002. "version": "1.5.1",
  11003. "resolved": "https://registry.npmmirror.com/ofetch/-/ofetch-1.5.1.tgz",
  11004. "integrity": "sha512-2W4oUZlVaqAPAil6FUg/difl6YhqhUR7x2eZY4bQCko22UXg3hptq9KLQdqFClV+Wu85UX7hNtdGTngi/1BxcA==",
  11005. "license": "MIT",
  11006. "dependencies": {
  11007. "destr": "^2.0.5",
  11008. "node-fetch-native": "^1.6.7",
  11009. "ufo": "^1.6.1"
  11010. }
  11011. },
  11012. "node_modules/ohash": {
  11013. "version": "2.0.11",
  11014. "resolved": "https://registry.npmmirror.com/ohash/-/ohash-2.0.11.tgz",
  11015. "integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==",
  11016. "license": "MIT"
  11017. },
  11018. "node_modules/on-change": {
  11019. "version": "6.0.2",
  11020. "resolved": "https://registry.npmmirror.com/on-change/-/on-change-6.0.2.tgz",
  11021. "integrity": "sha512-08+12qcOVEA0fS9g/VxKS27HaT94nRutUT77J2dr8zv/unzXopvhBuF8tNLWsoLQ5IgrQ6eptGeGqUYat82U1w==",
  11022. "license": "MIT",
  11023. "engines": {
  11024. "node": ">=20"
  11025. },
  11026. "funding": {
  11027. "url": "https://github.com/sindresorhus/on-change?sponsor=1"
  11028. }
  11029. },
  11030. "node_modules/on-finished": {
  11031. "version": "2.4.1",
  11032. "resolved": "https://registry.npmmirror.com/on-finished/-/on-finished-2.4.1.tgz",
  11033. "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
  11034. "license": "MIT",
  11035. "dependencies": {
  11036. "ee-first": "1.1.1"
  11037. },
  11038. "engines": {
  11039. "node": ">= 0.8"
  11040. }
  11041. },
  11042. "node_modules/once": {
  11043. "version": "1.4.0",
  11044. "resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz",
  11045. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  11046. "dev": true,
  11047. "license": "ISC",
  11048. "dependencies": {
  11049. "wrappy": "1"
  11050. }
  11051. },
  11052. "node_modules/onetime": {
  11053. "version": "6.0.0",
  11054. "resolved": "https://registry.npmmirror.com/onetime/-/onetime-6.0.0.tgz",
  11055. "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==",
  11056. "license": "MIT",
  11057. "dependencies": {
  11058. "mimic-fn": "^4.0.0"
  11059. },
  11060. "engines": {
  11061. "node": ">=12"
  11062. },
  11063. "funding": {
  11064. "url": "https://github.com/sponsors/sindresorhus"
  11065. }
  11066. },
  11067. "node_modules/open": {
  11068. "version": "10.2.0",
  11069. "resolved": "https://registry.npmmirror.com/open/-/open-10.2.0.tgz",
  11070. "integrity": "sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==",
  11071. "license": "MIT",
  11072. "dependencies": {
  11073. "default-browser": "^5.2.1",
  11074. "define-lazy-prop": "^3.0.0",
  11075. "is-inside-container": "^1.0.0",
  11076. "wsl-utils": "^0.1.0"
  11077. },
  11078. "engines": {
  11079. "node": ">=18"
  11080. },
  11081. "funding": {
  11082. "url": "https://github.com/sponsors/sindresorhus"
  11083. }
  11084. },
  11085. "node_modules/os-name": {
  11086. "version": "1.0.3",
  11087. "resolved": "https://registry.npmmirror.com/os-name/-/os-name-1.0.3.tgz",
  11088. "integrity": "sha512-f5estLO2KN8vgtTRaILIgEGBoBrMnZ3JQ7W9TMZCnOIGwHe8TRGSpcagnWDo+Dfhd/z08k9Xe75hvciJJ8Qaew==",
  11089. "dev": true,
  11090. "license": "MIT",
  11091. "dependencies": {
  11092. "osx-release": "^1.0.0",
  11093. "win-release": "^1.0.0"
  11094. },
  11095. "bin": {
  11096. "os-name": "cli.js"
  11097. },
  11098. "engines": {
  11099. "node": ">=0.10.0"
  11100. }
  11101. },
  11102. "node_modules/osx-release": {
  11103. "version": "1.1.0",
  11104. "resolved": "https://registry.npmmirror.com/osx-release/-/osx-release-1.1.0.tgz",
  11105. "integrity": "sha512-ixCMMwnVxyHFQLQnINhmIpWqXIfS2YOXchwQrk+OFzmo6nDjQ0E4KXAyyUh0T0MZgV4bUhkRrAbVqlE4yLVq4A==",
  11106. "dev": true,
  11107. "license": "MIT",
  11108. "dependencies": {
  11109. "minimist": "^1.1.0"
  11110. },
  11111. "bin": {
  11112. "osx-release": "cli.js"
  11113. },
  11114. "engines": {
  11115. "node": ">=0.10.0"
  11116. }
  11117. },
  11118. "node_modules/oxc-minify": {
  11119. "version": "0.112.0",
  11120. "resolved": "https://registry.npmmirror.com/oxc-minify/-/oxc-minify-0.112.0.tgz",
  11121. "integrity": "sha512-rkVSeeIRSt+RYI9uX6xonBpLUpvZyegxIg0UL87ev7YAfUqp7IIZlRjkgQN5Us1lyXD//TOo0Dcuuro/TYOWoQ==",
  11122. "license": "MIT",
  11123. "engines": {
  11124. "node": "^20.19.0 || >=22.12.0"
  11125. },
  11126. "funding": {
  11127. "url": "https://github.com/sponsors/Boshen"
  11128. },
  11129. "optionalDependencies": {
  11130. "@oxc-minify/binding-android-arm-eabi": "0.112.0",
  11131. "@oxc-minify/binding-android-arm64": "0.112.0",
  11132. "@oxc-minify/binding-darwin-arm64": "0.112.0",
  11133. "@oxc-minify/binding-darwin-x64": "0.112.0",
  11134. "@oxc-minify/binding-freebsd-x64": "0.112.0",
  11135. "@oxc-minify/binding-linux-arm-gnueabihf": "0.112.0",
  11136. "@oxc-minify/binding-linux-arm-musleabihf": "0.112.0",
  11137. "@oxc-minify/binding-linux-arm64-gnu": "0.112.0",
  11138. "@oxc-minify/binding-linux-arm64-musl": "0.112.0",
  11139. "@oxc-minify/binding-linux-ppc64-gnu": "0.112.0",
  11140. "@oxc-minify/binding-linux-riscv64-gnu": "0.112.0",
  11141. "@oxc-minify/binding-linux-riscv64-musl": "0.112.0",
  11142. "@oxc-minify/binding-linux-s390x-gnu": "0.112.0",
  11143. "@oxc-minify/binding-linux-x64-gnu": "0.112.0",
  11144. "@oxc-minify/binding-linux-x64-musl": "0.112.0",
  11145. "@oxc-minify/binding-openharmony-arm64": "0.112.0",
  11146. "@oxc-minify/binding-wasm32-wasi": "0.112.0",
  11147. "@oxc-minify/binding-win32-arm64-msvc": "0.112.0",
  11148. "@oxc-minify/binding-win32-ia32-msvc": "0.112.0",
  11149. "@oxc-minify/binding-win32-x64-msvc": "0.112.0"
  11150. }
  11151. },
  11152. "node_modules/oxc-parser": {
  11153. "version": "0.112.0",
  11154. "resolved": "https://registry.npmmirror.com/oxc-parser/-/oxc-parser-0.112.0.tgz",
  11155. "integrity": "sha512-7rQ3QdJwobMQLMZwQaPuPYMEF2fDRZwf51lZ//V+bA37nejjKW5ifMHbbCwvA889Y4RLhT+/wLJpPRhAoBaZYw==",
  11156. "license": "MIT",
  11157. "dependencies": {
  11158. "@oxc-project/types": "^0.112.0"
  11159. },
  11160. "engines": {
  11161. "node": "^20.19.0 || >=22.12.0"
  11162. },
  11163. "funding": {
  11164. "url": "https://github.com/sponsors/Boshen"
  11165. },
  11166. "optionalDependencies": {
  11167. "@oxc-parser/binding-android-arm-eabi": "0.112.0",
  11168. "@oxc-parser/binding-android-arm64": "0.112.0",
  11169. "@oxc-parser/binding-darwin-arm64": "0.112.0",
  11170. "@oxc-parser/binding-darwin-x64": "0.112.0",
  11171. "@oxc-parser/binding-freebsd-x64": "0.112.0",
  11172. "@oxc-parser/binding-linux-arm-gnueabihf": "0.112.0",
  11173. "@oxc-parser/binding-linux-arm-musleabihf": "0.112.0",
  11174. "@oxc-parser/binding-linux-arm64-gnu": "0.112.0",
  11175. "@oxc-parser/binding-linux-arm64-musl": "0.112.0",
  11176. "@oxc-parser/binding-linux-ppc64-gnu": "0.112.0",
  11177. "@oxc-parser/binding-linux-riscv64-gnu": "0.112.0",
  11178. "@oxc-parser/binding-linux-riscv64-musl": "0.112.0",
  11179. "@oxc-parser/binding-linux-s390x-gnu": "0.112.0",
  11180. "@oxc-parser/binding-linux-x64-gnu": "0.112.0",
  11181. "@oxc-parser/binding-linux-x64-musl": "0.112.0",
  11182. "@oxc-parser/binding-openharmony-arm64": "0.112.0",
  11183. "@oxc-parser/binding-wasm32-wasi": "0.112.0",
  11184. "@oxc-parser/binding-win32-arm64-msvc": "0.112.0",
  11185. "@oxc-parser/binding-win32-ia32-msvc": "0.112.0",
  11186. "@oxc-parser/binding-win32-x64-msvc": "0.112.0"
  11187. }
  11188. },
  11189. "node_modules/oxc-transform": {
  11190. "version": "0.112.0",
  11191. "resolved": "https://registry.npmmirror.com/oxc-transform/-/oxc-transform-0.112.0.tgz",
  11192. "integrity": "sha512-cIRRvZgrHfsAHrkt8LWdAX4+Do8R0MzQSfeo9yzErzHeYiuyNiP4PCTPbOy/wBXL4MYzt3ebrBa5jt3akQkKAg==",
  11193. "license": "MIT",
  11194. "engines": {
  11195. "node": "^20.19.0 || >=22.12.0"
  11196. },
  11197. "funding": {
  11198. "url": "https://github.com/sponsors/Boshen"
  11199. },
  11200. "optionalDependencies": {
  11201. "@oxc-transform/binding-android-arm-eabi": "0.112.0",
  11202. "@oxc-transform/binding-android-arm64": "0.112.0",
  11203. "@oxc-transform/binding-darwin-arm64": "0.112.0",
  11204. "@oxc-transform/binding-darwin-x64": "0.112.0",
  11205. "@oxc-transform/binding-freebsd-x64": "0.112.0",
  11206. "@oxc-transform/binding-linux-arm-gnueabihf": "0.112.0",
  11207. "@oxc-transform/binding-linux-arm-musleabihf": "0.112.0",
  11208. "@oxc-transform/binding-linux-arm64-gnu": "0.112.0",
  11209. "@oxc-transform/binding-linux-arm64-musl": "0.112.0",
  11210. "@oxc-transform/binding-linux-ppc64-gnu": "0.112.0",
  11211. "@oxc-transform/binding-linux-riscv64-gnu": "0.112.0",
  11212. "@oxc-transform/binding-linux-riscv64-musl": "0.112.0",
  11213. "@oxc-transform/binding-linux-s390x-gnu": "0.112.0",
  11214. "@oxc-transform/binding-linux-x64-gnu": "0.112.0",
  11215. "@oxc-transform/binding-linux-x64-musl": "0.112.0",
  11216. "@oxc-transform/binding-openharmony-arm64": "0.112.0",
  11217. "@oxc-transform/binding-wasm32-wasi": "0.112.0",
  11218. "@oxc-transform/binding-win32-arm64-msvc": "0.112.0",
  11219. "@oxc-transform/binding-win32-ia32-msvc": "0.112.0",
  11220. "@oxc-transform/binding-win32-x64-msvc": "0.112.0"
  11221. }
  11222. },
  11223. "node_modules/oxc-walker": {
  11224. "version": "0.7.0",
  11225. "resolved": "https://registry.npmmirror.com/oxc-walker/-/oxc-walker-0.7.0.tgz",
  11226. "integrity": "sha512-54B4KUhrzbzc4sKvKwVYm7E2PgeROpGba0/2nlNZMqfDyca+yOor5IMb4WLGBatGDT0nkzYdYuzylg7n3YfB7A==",
  11227. "license": "MIT",
  11228. "dependencies": {
  11229. "magic-regexp": "^0.10.0"
  11230. },
  11231. "peerDependencies": {
  11232. "oxc-parser": ">=0.98.0"
  11233. }
  11234. },
  11235. "node_modules/package-json-from-dist": {
  11236. "version": "1.0.1",
  11237. "resolved": "https://registry.npmmirror.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
  11238. "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
  11239. "license": "BlueOak-1.0.0"
  11240. },
  11241. "node_modules/package-manager-detector": {
  11242. "version": "1.6.0",
  11243. "resolved": "https://registry.npmmirror.com/package-manager-detector/-/package-manager-detector-1.6.0.tgz",
  11244. "integrity": "sha512-61A5ThoTiDG/C8s8UMZwSorAGwMJ0ERVGj2OjoW5pAalsNOg15+iQiPzrLJ4jhZ1HJzmC2PIHT2oEiH3R5fzNA==",
  11245. "license": "MIT"
  11246. },
  11247. "node_modules/parse-ms": {
  11248. "version": "4.0.0",
  11249. "resolved": "https://registry.npmmirror.com/parse-ms/-/parse-ms-4.0.0.tgz",
  11250. "integrity": "sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==",
  11251. "dev": true,
  11252. "license": "MIT",
  11253. "engines": {
  11254. "node": ">=18"
  11255. },
  11256. "funding": {
  11257. "url": "https://github.com/sponsors/sindresorhus"
  11258. }
  11259. },
  11260. "node_modules/parseurl": {
  11261. "version": "1.3.3",
  11262. "resolved": "https://registry.npmmirror.com/parseurl/-/parseurl-1.3.3.tgz",
  11263. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  11264. "license": "MIT",
  11265. "engines": {
  11266. "node": ">= 0.8"
  11267. }
  11268. },
  11269. "node_modules/path-browserify": {
  11270. "version": "1.0.1",
  11271. "resolved": "https://registry.npmmirror.com/path-browserify/-/path-browserify-1.0.1.tgz",
  11272. "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
  11273. "license": "MIT"
  11274. },
  11275. "node_modules/path-key": {
  11276. "version": "3.1.1",
  11277. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz",
  11278. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  11279. "license": "MIT",
  11280. "engines": {
  11281. "node": ">=8"
  11282. }
  11283. },
  11284. "node_modules/path-parse": {
  11285. "version": "1.0.7",
  11286. "resolved": "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz",
  11287. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  11288. "license": "MIT"
  11289. },
  11290. "node_modules/path-scurry": {
  11291. "version": "1.11.1",
  11292. "resolved": "https://registry.npmmirror.com/path-scurry/-/path-scurry-1.11.1.tgz",
  11293. "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
  11294. "license": "BlueOak-1.0.0",
  11295. "dependencies": {
  11296. "lru-cache": "^10.2.0",
  11297. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  11298. },
  11299. "engines": {
  11300. "node": ">=16 || 14 >=14.18"
  11301. },
  11302. "funding": {
  11303. "url": "https://github.com/sponsors/isaacs"
  11304. }
  11305. },
  11306. "node_modules/path-scurry/node_modules/lru-cache": {
  11307. "version": "10.4.3",
  11308. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-10.4.3.tgz",
  11309. "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
  11310. "license": "ISC"
  11311. },
  11312. "node_modules/pathe": {
  11313. "version": "2.0.3",
  11314. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-2.0.3.tgz",
  11315. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  11316. "license": "MIT"
  11317. },
  11318. "node_modules/pause-stream": {
  11319. "version": "0.0.11",
  11320. "resolved": "https://registry.npmmirror.com/pause-stream/-/pause-stream-0.0.11.tgz",
  11321. "integrity": "sha512-e3FBlXLmN/D1S+zHzanP4E/4Z60oFAa3O051qt1pxa7DEJWKAyil6upYVXCWadEnuoqa4Pkc9oUx9zsxYeRv8A==",
  11322. "dev": true,
  11323. "license": [
  11324. "MIT",
  11325. "Apache2"
  11326. ],
  11327. "dependencies": {
  11328. "through": "~2.3"
  11329. }
  11330. },
  11331. "node_modules/perfect-debounce": {
  11332. "version": "1.0.0",
  11333. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
  11334. "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==",
  11335. "license": "MIT"
  11336. },
  11337. "node_modules/picocolors": {
  11338. "version": "1.1.1",
  11339. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  11340. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  11341. "license": "ISC"
  11342. },
  11343. "node_modules/picomatch": {
  11344. "version": "4.0.3",
  11345. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
  11346. "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
  11347. "license": "MIT",
  11348. "engines": {
  11349. "node": ">=12"
  11350. },
  11351. "funding": {
  11352. "url": "https://github.com/sponsors/jonschlinkert"
  11353. }
  11354. },
  11355. "node_modules/pidtree": {
  11356. "version": "0.6.0",
  11357. "resolved": "https://registry.npmmirror.com/pidtree/-/pidtree-0.6.0.tgz",
  11358. "integrity": "sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==",
  11359. "dev": true,
  11360. "license": "MIT",
  11361. "bin": {
  11362. "pidtree": "bin/pidtree.js"
  11363. },
  11364. "engines": {
  11365. "node": ">=0.10"
  11366. }
  11367. },
  11368. "node_modules/pinia": {
  11369. "version": "3.0.3",
  11370. "resolved": "https://registry.npmmirror.com/pinia/-/pinia-3.0.3.tgz",
  11371. "integrity": "sha512-ttXO/InUULUXkMHpTdp9Fj4hLpD/2AoJdmAbAeW2yu1iy1k+pkFekQXw5VpC0/5p51IOR/jDaDRfRWRnMMsGOA==",
  11372. "license": "MIT",
  11373. "dependencies": {
  11374. "@vue/devtools-api": "^7.7.2"
  11375. },
  11376. "funding": {
  11377. "url": "https://github.com/sponsors/posva"
  11378. },
  11379. "peerDependencies": {
  11380. "typescript": ">=4.4.4",
  11381. "vue": "^2.7.0 || ^3.5.11"
  11382. },
  11383. "peerDependenciesMeta": {
  11384. "typescript": {
  11385. "optional": true
  11386. }
  11387. }
  11388. },
  11389. "node_modules/pkg-types": {
  11390. "version": "2.3.0",
  11391. "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-2.3.0.tgz",
  11392. "integrity": "sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==",
  11393. "license": "MIT",
  11394. "dependencies": {
  11395. "confbox": "^0.2.2",
  11396. "exsolve": "^1.0.7",
  11397. "pathe": "^2.0.3"
  11398. }
  11399. },
  11400. "node_modules/platform": {
  11401. "version": "1.3.6",
  11402. "resolved": "https://registry.npmmirror.com/platform/-/platform-1.3.6.tgz",
  11403. "integrity": "sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==",
  11404. "dev": true,
  11405. "license": "MIT"
  11406. },
  11407. "node_modules/polygon-clipping": {
  11408. "version": "0.15.7",
  11409. "resolved": "https://registry.npmmirror.com/polygon-clipping/-/polygon-clipping-0.15.7.tgz",
  11410. "integrity": "sha512-nhfdr83ECBg6xtqOAJab1tbksbBAOMUltN60bU+llHVOL0e5Onm1WpAXXWXVB39L8AJFssoIhEVuy/S90MmotA==",
  11411. "license": "MIT",
  11412. "dependencies": {
  11413. "robust-predicates": "^3.0.2",
  11414. "splaytree": "^3.1.0"
  11415. }
  11416. },
  11417. "node_modules/postcss": {
  11418. "version": "8.5.6",
  11419. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.6.tgz",
  11420. "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
  11421. "funding": [
  11422. {
  11423. "type": "opencollective",
  11424. "url": "https://opencollective.com/postcss/"
  11425. },
  11426. {
  11427. "type": "tidelift",
  11428. "url": "https://tidelift.com/funding/github/npm/postcss"
  11429. },
  11430. {
  11431. "type": "github",
  11432. "url": "https://github.com/sponsors/ai"
  11433. }
  11434. ],
  11435. "license": "MIT",
  11436. "dependencies": {
  11437. "nanoid": "^3.3.11",
  11438. "picocolors": "^1.1.1",
  11439. "source-map-js": "^1.2.1"
  11440. },
  11441. "engines": {
  11442. "node": "^10 || ^12 || >=14"
  11443. }
  11444. },
  11445. "node_modules/postcss-calc": {
  11446. "version": "10.1.1",
  11447. "resolved": "https://registry.npmmirror.com/postcss-calc/-/postcss-calc-10.1.1.tgz",
  11448. "integrity": "sha512-NYEsLHh8DgG/PRH2+G9BTuUdtf9ViS+vdoQ0YA5OQdGsfN4ztiwtDWNtBl9EKeqNMFnIu8IKZ0cLxEQ5r5KVMw==",
  11449. "license": "MIT",
  11450. "dependencies": {
  11451. "postcss-selector-parser": "^7.0.0",
  11452. "postcss-value-parser": "^4.2.0"
  11453. },
  11454. "engines": {
  11455. "node": "^18.12 || ^20.9 || >=22.0"
  11456. },
  11457. "peerDependencies": {
  11458. "postcss": "^8.4.38"
  11459. }
  11460. },
  11461. "node_modules/postcss-colormin": {
  11462. "version": "7.0.5",
  11463. "resolved": "https://registry.npmmirror.com/postcss-colormin/-/postcss-colormin-7.0.5.tgz",
  11464. "integrity": "sha512-ekIBP/nwzRWhEMmIxHHbXHcMdzd1HIUzBECaj5KEdLz9DVP2HzT065sEhvOx1dkLjYW7jyD0CngThx6bpFi2fA==",
  11465. "license": "MIT",
  11466. "dependencies": {
  11467. "browserslist": "^4.27.0",
  11468. "caniuse-api": "^3.0.0",
  11469. "colord": "^2.9.3",
  11470. "postcss-value-parser": "^4.2.0"
  11471. },
  11472. "engines": {
  11473. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  11474. },
  11475. "peerDependencies": {
  11476. "postcss": "^8.4.32"
  11477. }
  11478. },
  11479. "node_modules/postcss-convert-values": {
  11480. "version": "7.0.8",
  11481. "resolved": "https://registry.npmmirror.com/postcss-convert-values/-/postcss-convert-values-7.0.8.tgz",
  11482. "integrity": "sha512-+XNKuPfkHTCEo499VzLMYn94TiL3r9YqRE3Ty+jP7UX4qjewUONey1t7CG21lrlTLN07GtGM8MqFVp86D4uKJg==",
  11483. "license": "MIT",
  11484. "dependencies": {
  11485. "browserslist": "^4.27.0",
  11486. "postcss-value-parser": "^4.2.0"
  11487. },
  11488. "engines": {
  11489. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  11490. },
  11491. "peerDependencies": {
  11492. "postcss": "^8.4.32"
  11493. }
  11494. },
  11495. "node_modules/postcss-discard-comments": {
  11496. "version": "7.0.5",
  11497. "resolved": "https://registry.npmmirror.com/postcss-discard-comments/-/postcss-discard-comments-7.0.5.tgz",
  11498. "integrity": "sha512-IR2Eja8WfYgN5n32vEGSctVQ1+JARfu4UH8M7bgGh1bC+xI/obsPJXaBpQF7MAByvgwZinhpHpdrmXtvVVlKcQ==",
  11499. "license": "MIT",
  11500. "dependencies": {
  11501. "postcss-selector-parser": "^7.1.0"
  11502. },
  11503. "engines": {
  11504. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  11505. },
  11506. "peerDependencies": {
  11507. "postcss": "^8.4.32"
  11508. }
  11509. },
  11510. "node_modules/postcss-discard-duplicates": {
  11511. "version": "7.0.2",
  11512. "resolved": "https://registry.npmmirror.com/postcss-discard-duplicates/-/postcss-discard-duplicates-7.0.2.tgz",
  11513. "integrity": "sha512-eTonaQvPZ/3i1ASDHOKkYwAybiM45zFIc7KXils4mQmHLqIswXD9XNOKEVxtTFnsmwYzF66u4LMgSr0abDlh5w==",
  11514. "license": "MIT",
  11515. "engines": {
  11516. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  11517. },
  11518. "peerDependencies": {
  11519. "postcss": "^8.4.32"
  11520. }
  11521. },
  11522. "node_modules/postcss-discard-empty": {
  11523. "version": "7.0.1",
  11524. "resolved": "https://registry.npmmirror.com/postcss-discard-empty/-/postcss-discard-empty-7.0.1.tgz",
  11525. "integrity": "sha512-cFrJKZvcg/uxB6Ijr4l6qmn3pXQBna9zyrPC+sK0zjbkDUZew+6xDltSF7OeB7rAtzaaMVYSdbod+sZOCWnMOg==",
  11526. "license": "MIT",
  11527. "engines": {
  11528. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  11529. },
  11530. "peerDependencies": {
  11531. "postcss": "^8.4.32"
  11532. }
  11533. },
  11534. "node_modules/postcss-discard-overridden": {
  11535. "version": "7.0.1",
  11536. "resolved": "https://registry.npmmirror.com/postcss-discard-overridden/-/postcss-discard-overridden-7.0.1.tgz",
  11537. "integrity": "sha512-7c3MMjjSZ/qYrx3uc1940GSOzN1Iqjtlqe8uoSg+qdVPYyRb0TILSqqmtlSFuE4mTDECwsm397Ya7iXGzfF7lg==",
  11538. "license": "MIT",
  11539. "engines": {
  11540. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  11541. },
  11542. "peerDependencies": {
  11543. "postcss": "^8.4.32"
  11544. }
  11545. },
  11546. "node_modules/postcss-merge-longhand": {
  11547. "version": "7.0.5",
  11548. "resolved": "https://registry.npmmirror.com/postcss-merge-longhand/-/postcss-merge-longhand-7.0.5.tgz",
  11549. "integrity": "sha512-Kpu5v4Ys6QI59FxmxtNB/iHUVDn9Y9sYw66D6+SZoIk4QTz1prC4aYkhIESu+ieG1iylod1f8MILMs1Em3mmIw==",
  11550. "license": "MIT",
  11551. "dependencies": {
  11552. "postcss-value-parser": "^4.2.0",
  11553. "stylehacks": "^7.0.5"
  11554. },
  11555. "engines": {
  11556. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  11557. },
  11558. "peerDependencies": {
  11559. "postcss": "^8.4.32"
  11560. }
  11561. },
  11562. "node_modules/postcss-merge-rules": {
  11563. "version": "7.0.7",
  11564. "resolved": "https://registry.npmmirror.com/postcss-merge-rules/-/postcss-merge-rules-7.0.7.tgz",
  11565. "integrity": "sha512-njWJrd/Ms6XViwowaaCc+/vqhPG3SmXn725AGrnl+BgTuRPEacjiLEaGq16J6XirMJbtKkTwnt67SS+e2WGoew==",
  11566. "license": "MIT",
  11567. "dependencies": {
  11568. "browserslist": "^4.27.0",
  11569. "caniuse-api": "^3.0.0",
  11570. "cssnano-utils": "^5.0.1",
  11571. "postcss-selector-parser": "^7.1.0"
  11572. },
  11573. "engines": {
  11574. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  11575. },
  11576. "peerDependencies": {
  11577. "postcss": "^8.4.32"
  11578. }
  11579. },
  11580. "node_modules/postcss-minify-font-values": {
  11581. "version": "7.0.1",
  11582. "resolved": "https://registry.npmmirror.com/postcss-minify-font-values/-/postcss-minify-font-values-7.0.1.tgz",
  11583. "integrity": "sha512-2m1uiuJeTplll+tq4ENOQSzB8LRnSUChBv7oSyFLsJRtUgAAJGP6LLz0/8lkinTgxrmJSPOEhgY1bMXOQ4ZXhQ==",
  11584. "license": "MIT",
  11585. "dependencies": {
  11586. "postcss-value-parser": "^4.2.0"
  11587. },
  11588. "engines": {
  11589. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  11590. },
  11591. "peerDependencies": {
  11592. "postcss": "^8.4.32"
  11593. }
  11594. },
  11595. "node_modules/postcss-minify-gradients": {
  11596. "version": "7.0.1",
  11597. "resolved": "https://registry.npmmirror.com/postcss-minify-gradients/-/postcss-minify-gradients-7.0.1.tgz",
  11598. "integrity": "sha512-X9JjaysZJwlqNkJbUDgOclyG3jZEpAMOfof6PUZjPnPrePnPG62pS17CjdM32uT1Uq1jFvNSff9l7kNbmMSL2A==",
  11599. "license": "MIT",
  11600. "dependencies": {
  11601. "colord": "^2.9.3",
  11602. "cssnano-utils": "^5.0.1",
  11603. "postcss-value-parser": "^4.2.0"
  11604. },
  11605. "engines": {
  11606. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  11607. },
  11608. "peerDependencies": {
  11609. "postcss": "^8.4.32"
  11610. }
  11611. },
  11612. "node_modules/postcss-minify-params": {
  11613. "version": "7.0.5",
  11614. "resolved": "https://registry.npmmirror.com/postcss-minify-params/-/postcss-minify-params-7.0.5.tgz",
  11615. "integrity": "sha512-FGK9ky02h6Ighn3UihsyeAH5XmLEE2MSGH5Tc4tXMFtEDx7B+zTG6hD/+/cT+fbF7PbYojsmmWjyTwFwW1JKQQ==",
  11616. "license": "MIT",
  11617. "dependencies": {
  11618. "browserslist": "^4.27.0",
  11619. "cssnano-utils": "^5.0.1",
  11620. "postcss-value-parser": "^4.2.0"
  11621. },
  11622. "engines": {
  11623. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  11624. },
  11625. "peerDependencies": {
  11626. "postcss": "^8.4.32"
  11627. }
  11628. },
  11629. "node_modules/postcss-minify-selectors": {
  11630. "version": "7.0.5",
  11631. "resolved": "https://registry.npmmirror.com/postcss-minify-selectors/-/postcss-minify-selectors-7.0.5.tgz",
  11632. "integrity": "sha512-x2/IvofHcdIrAm9Q+p06ZD1h6FPcQ32WtCRVodJLDR+WMn8EVHI1kvLxZuGKz/9EY5nAmI6lIQIrpo4tBy5+ug==",
  11633. "license": "MIT",
  11634. "dependencies": {
  11635. "cssesc": "^3.0.0",
  11636. "postcss-selector-parser": "^7.1.0"
  11637. },
  11638. "engines": {
  11639. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  11640. },
  11641. "peerDependencies": {
  11642. "postcss": "^8.4.32"
  11643. }
  11644. },
  11645. "node_modules/postcss-normalize-charset": {
  11646. "version": "7.0.1",
  11647. "resolved": "https://registry.npmmirror.com/postcss-normalize-charset/-/postcss-normalize-charset-7.0.1.tgz",
  11648. "integrity": "sha512-sn413ofhSQHlZFae//m9FTOfkmiZ+YQXsbosqOWRiVQncU2BA3daX3n0VF3cG6rGLSFVc5Di/yns0dFfh8NFgQ==",
  11649. "license": "MIT",
  11650. "engines": {
  11651. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  11652. },
  11653. "peerDependencies": {
  11654. "postcss": "^8.4.32"
  11655. }
  11656. },
  11657. "node_modules/postcss-normalize-display-values": {
  11658. "version": "7.0.1",
  11659. "resolved": "https://registry.npmmirror.com/postcss-normalize-display-values/-/postcss-normalize-display-values-7.0.1.tgz",
  11660. "integrity": "sha512-E5nnB26XjSYz/mGITm6JgiDpAbVuAkzXwLzRZtts19jHDUBFxZ0BkXAehy0uimrOjYJbocby4FVswA/5noOxrQ==",
  11661. "license": "MIT",
  11662. "dependencies": {
  11663. "postcss-value-parser": "^4.2.0"
  11664. },
  11665. "engines": {
  11666. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  11667. },
  11668. "peerDependencies": {
  11669. "postcss": "^8.4.32"
  11670. }
  11671. },
  11672. "node_modules/postcss-normalize-positions": {
  11673. "version": "7.0.1",
  11674. "resolved": "https://registry.npmmirror.com/postcss-normalize-positions/-/postcss-normalize-positions-7.0.1.tgz",
  11675. "integrity": "sha512-pB/SzrIP2l50ZIYu+yQZyMNmnAcwyYb9R1fVWPRxm4zcUFCY2ign7rcntGFuMXDdd9L2pPNUgoODDk91PzRZuQ==",
  11676. "license": "MIT",
  11677. "dependencies": {
  11678. "postcss-value-parser": "^4.2.0"
  11679. },
  11680. "engines": {
  11681. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  11682. },
  11683. "peerDependencies": {
  11684. "postcss": "^8.4.32"
  11685. }
  11686. },
  11687. "node_modules/postcss-normalize-repeat-style": {
  11688. "version": "7.0.1",
  11689. "resolved": "https://registry.npmmirror.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-7.0.1.tgz",
  11690. "integrity": "sha512-NsSQJ8zj8TIDiF0ig44Byo3Jk9e4gNt9x2VIlJudnQQ5DhWAHJPF4Tr1ITwyHio2BUi/I6Iv0HRO7beHYOloYQ==",
  11691. "license": "MIT",
  11692. "dependencies": {
  11693. "postcss-value-parser": "^4.2.0"
  11694. },
  11695. "engines": {
  11696. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  11697. },
  11698. "peerDependencies": {
  11699. "postcss": "^8.4.32"
  11700. }
  11701. },
  11702. "node_modules/postcss-normalize-string": {
  11703. "version": "7.0.1",
  11704. "resolved": "https://registry.npmmirror.com/postcss-normalize-string/-/postcss-normalize-string-7.0.1.tgz",
  11705. "integrity": "sha512-QByrI7hAhsoze992kpbMlJSbZ8FuCEc1OT9EFbZ6HldXNpsdpZr+YXC5di3UEv0+jeZlHbZcoCADgb7a+lPmmQ==",
  11706. "license": "MIT",
  11707. "dependencies": {
  11708. "postcss-value-parser": "^4.2.0"
  11709. },
  11710. "engines": {
  11711. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  11712. },
  11713. "peerDependencies": {
  11714. "postcss": "^8.4.32"
  11715. }
  11716. },
  11717. "node_modules/postcss-normalize-timing-functions": {
  11718. "version": "7.0.1",
  11719. "resolved": "https://registry.npmmirror.com/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-7.0.1.tgz",
  11720. "integrity": "sha512-bHifyuuSNdKKsnNJ0s8fmfLMlvsQwYVxIoUBnowIVl2ZAdrkYQNGVB4RxjfpvkMjipqvbz0u7feBZybkl/6NJg==",
  11721. "license": "MIT",
  11722. "dependencies": {
  11723. "postcss-value-parser": "^4.2.0"
  11724. },
  11725. "engines": {
  11726. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  11727. },
  11728. "peerDependencies": {
  11729. "postcss": "^8.4.32"
  11730. }
  11731. },
  11732. "node_modules/postcss-normalize-unicode": {
  11733. "version": "7.0.5",
  11734. "resolved": "https://registry.npmmirror.com/postcss-normalize-unicode/-/postcss-normalize-unicode-7.0.5.tgz",
  11735. "integrity": "sha512-X6BBwiRxVaFHrb2WyBMddIeB5HBjJcAaUHyhLrM2FsxSq5TFqcHSsK7Zu1otag+o0ZphQGJewGH1tAyrD0zX1Q==",
  11736. "license": "MIT",
  11737. "dependencies": {
  11738. "browserslist": "^4.27.0",
  11739. "postcss-value-parser": "^4.2.0"
  11740. },
  11741. "engines": {
  11742. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  11743. },
  11744. "peerDependencies": {
  11745. "postcss": "^8.4.32"
  11746. }
  11747. },
  11748. "node_modules/postcss-normalize-url": {
  11749. "version": "7.0.1",
  11750. "resolved": "https://registry.npmmirror.com/postcss-normalize-url/-/postcss-normalize-url-7.0.1.tgz",
  11751. "integrity": "sha512-sUcD2cWtyK1AOL/82Fwy1aIVm/wwj5SdZkgZ3QiUzSzQQofrbq15jWJ3BA7Z+yVRwamCjJgZJN0I9IS7c6tgeQ==",
  11752. "license": "MIT",
  11753. "dependencies": {
  11754. "postcss-value-parser": "^4.2.0"
  11755. },
  11756. "engines": {
  11757. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  11758. },
  11759. "peerDependencies": {
  11760. "postcss": "^8.4.32"
  11761. }
  11762. },
  11763. "node_modules/postcss-normalize-whitespace": {
  11764. "version": "7.0.1",
  11765. "resolved": "https://registry.npmmirror.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-7.0.1.tgz",
  11766. "integrity": "sha512-vsbgFHMFQrJBJKrUFJNZ2pgBeBkC2IvvoHjz1to0/0Xk7sII24T0qFOiJzG6Fu3zJoq/0yI4rKWi7WhApW+EFA==",
  11767. "license": "MIT",
  11768. "dependencies": {
  11769. "postcss-value-parser": "^4.2.0"
  11770. },
  11771. "engines": {
  11772. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  11773. },
  11774. "peerDependencies": {
  11775. "postcss": "^8.4.32"
  11776. }
  11777. },
  11778. "node_modules/postcss-ordered-values": {
  11779. "version": "7.0.2",
  11780. "resolved": "https://registry.npmmirror.com/postcss-ordered-values/-/postcss-ordered-values-7.0.2.tgz",
  11781. "integrity": "sha512-AMJjt1ECBffF7CEON/Y0rekRLS6KsePU6PRP08UqYW4UGFRnTXNrByUzYK1h8AC7UWTZdQ9O3Oq9kFIhm0SFEw==",
  11782. "license": "MIT",
  11783. "dependencies": {
  11784. "cssnano-utils": "^5.0.1",
  11785. "postcss-value-parser": "^4.2.0"
  11786. },
  11787. "engines": {
  11788. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  11789. },
  11790. "peerDependencies": {
  11791. "postcss": "^8.4.32"
  11792. }
  11793. },
  11794. "node_modules/postcss-reduce-initial": {
  11795. "version": "7.0.5",
  11796. "resolved": "https://registry.npmmirror.com/postcss-reduce-initial/-/postcss-reduce-initial-7.0.5.tgz",
  11797. "integrity": "sha512-RHagHLidG8hTZcnr4FpyMB2jtgd/OcyAazjMhoy5qmWJOx1uxKh4ntk0Pb46ajKM0rkf32lRH4C8c9qQiPR6IA==",
  11798. "license": "MIT",
  11799. "dependencies": {
  11800. "browserslist": "^4.27.0",
  11801. "caniuse-api": "^3.0.0"
  11802. },
  11803. "engines": {
  11804. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  11805. },
  11806. "peerDependencies": {
  11807. "postcss": "^8.4.32"
  11808. }
  11809. },
  11810. "node_modules/postcss-reduce-transforms": {
  11811. "version": "7.0.1",
  11812. "resolved": "https://registry.npmmirror.com/postcss-reduce-transforms/-/postcss-reduce-transforms-7.0.1.tgz",
  11813. "integrity": "sha512-MhyEbfrm+Mlp/36hvZ9mT9DaO7dbncU0CvWI8V93LRkY6IYlu38OPg3FObnuKTUxJ4qA8HpurdQOo5CyqqO76g==",
  11814. "license": "MIT",
  11815. "dependencies": {
  11816. "postcss-value-parser": "^4.2.0"
  11817. },
  11818. "engines": {
  11819. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  11820. },
  11821. "peerDependencies": {
  11822. "postcss": "^8.4.32"
  11823. }
  11824. },
  11825. "node_modules/postcss-selector-parser": {
  11826. "version": "7.1.1",
  11827. "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz",
  11828. "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==",
  11829. "license": "MIT",
  11830. "dependencies": {
  11831. "cssesc": "^3.0.0",
  11832. "util-deprecate": "^1.0.2"
  11833. },
  11834. "engines": {
  11835. "node": ">=4"
  11836. }
  11837. },
  11838. "node_modules/postcss-svgo": {
  11839. "version": "7.1.0",
  11840. "resolved": "https://registry.npmmirror.com/postcss-svgo/-/postcss-svgo-7.1.0.tgz",
  11841. "integrity": "sha512-KnAlfmhtoLz6IuU3Sij2ycusNs4jPW+QoFE5kuuUOK8awR6tMxZQrs5Ey3BUz7nFCzT3eqyFgqkyrHiaU2xx3w==",
  11842. "license": "MIT",
  11843. "dependencies": {
  11844. "postcss-value-parser": "^4.2.0",
  11845. "svgo": "^4.0.0"
  11846. },
  11847. "engines": {
  11848. "node": "^18.12.0 || ^20.9.0 || >= 18"
  11849. },
  11850. "peerDependencies": {
  11851. "postcss": "^8.4.32"
  11852. }
  11853. },
  11854. "node_modules/postcss-unique-selectors": {
  11855. "version": "7.0.4",
  11856. "resolved": "https://registry.npmmirror.com/postcss-unique-selectors/-/postcss-unique-selectors-7.0.4.tgz",
  11857. "integrity": "sha512-pmlZjsmEAG7cHd7uK3ZiNSW6otSZ13RHuZ/4cDN/bVglS5EpF2r2oxY99SuOHa8m7AWoBCelTS3JPpzsIs8skQ==",
  11858. "license": "MIT",
  11859. "dependencies": {
  11860. "postcss-selector-parser": "^7.1.0"
  11861. },
  11862. "engines": {
  11863. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  11864. },
  11865. "peerDependencies": {
  11866. "postcss": "^8.4.32"
  11867. }
  11868. },
  11869. "node_modules/postcss-value-parser": {
  11870. "version": "4.2.0",
  11871. "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  11872. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
  11873. "license": "MIT"
  11874. },
  11875. "node_modules/pretty-bytes": {
  11876. "version": "7.1.0",
  11877. "resolved": "https://registry.npmmirror.com/pretty-bytes/-/pretty-bytes-7.1.0.tgz",
  11878. "integrity": "sha512-nODzvTiYVRGRqAOvE84Vk5JDPyyxsVk0/fbA/bq7RqlnhksGpset09XTxbpvLTIjoaF7K8Z8DG8yHtKGTPSYRw==",
  11879. "license": "MIT",
  11880. "engines": {
  11881. "node": ">=20"
  11882. },
  11883. "funding": {
  11884. "url": "https://github.com/sponsors/sindresorhus"
  11885. }
  11886. },
  11887. "node_modules/pretty-ms": {
  11888. "version": "9.2.0",
  11889. "resolved": "https://registry.npmmirror.com/pretty-ms/-/pretty-ms-9.2.0.tgz",
  11890. "integrity": "sha512-4yf0QO/sllf/1zbZWYnvWw3NxCQwLXKzIj0G849LSufP15BXKM0rbD2Z3wVnkMfjdn/CB0Dpp444gYAACdsplg==",
  11891. "dev": true,
  11892. "license": "MIT",
  11893. "dependencies": {
  11894. "parse-ms": "^4.0.0"
  11895. },
  11896. "engines": {
  11897. "node": ">=18"
  11898. },
  11899. "funding": {
  11900. "url": "https://github.com/sponsors/sindresorhus"
  11901. }
  11902. },
  11903. "node_modules/process": {
  11904. "version": "0.11.10",
  11905. "resolved": "https://registry.npmmirror.com/process/-/process-0.11.10.tgz",
  11906. "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
  11907. "license": "MIT",
  11908. "engines": {
  11909. "node": ">= 0.6.0"
  11910. }
  11911. },
  11912. "node_modules/process-nextick-args": {
  11913. "version": "2.0.1",
  11914. "resolved": "https://registry.npmmirror.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
  11915. "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
  11916. "license": "MIT"
  11917. },
  11918. "node_modules/proxy-from-env": {
  11919. "version": "1.1.0",
  11920. "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
  11921. "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
  11922. "license": "MIT"
  11923. },
  11924. "node_modules/pump": {
  11925. "version": "3.0.2",
  11926. "resolved": "https://registry.npmmirror.com/pump/-/pump-3.0.2.tgz",
  11927. "integrity": "sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==",
  11928. "dev": true,
  11929. "license": "MIT",
  11930. "dependencies": {
  11931. "end-of-stream": "^1.1.0",
  11932. "once": "^1.3.1"
  11933. }
  11934. },
  11935. "node_modules/qs": {
  11936. "version": "6.14.0",
  11937. "resolved": "https://registry.npmmirror.com/qs/-/qs-6.14.0.tgz",
  11938. "integrity": "sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==",
  11939. "dev": true,
  11940. "license": "BSD-3-Clause",
  11941. "dependencies": {
  11942. "side-channel": "^1.1.0"
  11943. },
  11944. "engines": {
  11945. "node": ">=0.6"
  11946. },
  11947. "funding": {
  11948. "url": "https://github.com/sponsors/ljharb"
  11949. }
  11950. },
  11951. "node_modules/quansync": {
  11952. "version": "0.2.11",
  11953. "resolved": "https://registry.npmmirror.com/quansync/-/quansync-0.2.11.tgz",
  11954. "integrity": "sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==",
  11955. "funding": [
  11956. {
  11957. "type": "individual",
  11958. "url": "https://github.com/sponsors/antfu"
  11959. },
  11960. {
  11961. "type": "individual",
  11962. "url": "https://github.com/sponsors/sxzz"
  11963. }
  11964. ],
  11965. "license": "MIT"
  11966. },
  11967. "node_modules/queue-microtask": {
  11968. "version": "1.2.3",
  11969. "resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz",
  11970. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  11971. "funding": [
  11972. {
  11973. "type": "github",
  11974. "url": "https://github.com/sponsors/feross"
  11975. },
  11976. {
  11977. "type": "patreon",
  11978. "url": "https://www.patreon.com/feross"
  11979. },
  11980. {
  11981. "type": "consulting",
  11982. "url": "https://feross.org/support"
  11983. }
  11984. ],
  11985. "license": "MIT"
  11986. },
  11987. "node_modules/radix3": {
  11988. "version": "1.1.2",
  11989. "resolved": "https://registry.npmmirror.com/radix3/-/radix3-1.1.2.tgz",
  11990. "integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==",
  11991. "license": "MIT"
  11992. },
  11993. "node_modules/randombytes": {
  11994. "version": "2.1.0",
  11995. "resolved": "https://registry.npmmirror.com/randombytes/-/randombytes-2.1.0.tgz",
  11996. "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
  11997. "license": "MIT",
  11998. "dependencies": {
  11999. "safe-buffer": "^5.1.0"
  12000. }
  12001. },
  12002. "node_modules/range-parser": {
  12003. "version": "1.2.1",
  12004. "resolved": "https://registry.npmmirror.com/range-parser/-/range-parser-1.2.1.tgz",
  12005. "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
  12006. "license": "MIT",
  12007. "engines": {
  12008. "node": ">= 0.6"
  12009. }
  12010. },
  12011. "node_modules/rc9": {
  12012. "version": "2.1.2",
  12013. "resolved": "https://registry.npmmirror.com/rc9/-/rc9-2.1.2.tgz",
  12014. "integrity": "sha512-btXCnMmRIBINM2LDZoEmOogIZU7Qe7zn4BpomSKZ/ykbLObuBdvG+mFq11DL6fjH1DRwHhrlgtYWG96bJiC7Cg==",
  12015. "license": "MIT",
  12016. "dependencies": {
  12017. "defu": "^6.1.4",
  12018. "destr": "^2.0.3"
  12019. }
  12020. },
  12021. "node_modules/read-package-json-fast": {
  12022. "version": "4.0.0",
  12023. "resolved": "https://registry.npmmirror.com/read-package-json-fast/-/read-package-json-fast-4.0.0.tgz",
  12024. "integrity": "sha512-qpt8EwugBWDw2cgE2W+/3oxC+KTez2uSVR8JU9Q36TXPAGCaozfQUs59v4j4GFpWTaw0i6hAZSvOmu1J0uOEUg==",
  12025. "dev": true,
  12026. "license": "ISC",
  12027. "dependencies": {
  12028. "json-parse-even-better-errors": "^4.0.0",
  12029. "npm-normalize-package-bin": "^4.0.0"
  12030. },
  12031. "engines": {
  12032. "node": "^18.17.0 || >=20.5.0"
  12033. }
  12034. },
  12035. "node_modules/readable-stream": {
  12036. "version": "4.7.0",
  12037. "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-4.7.0.tgz",
  12038. "integrity": "sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==",
  12039. "license": "MIT",
  12040. "dependencies": {
  12041. "abort-controller": "^3.0.0",
  12042. "buffer": "^6.0.3",
  12043. "events": "^3.3.0",
  12044. "process": "^0.11.10",
  12045. "string_decoder": "^1.3.0"
  12046. },
  12047. "engines": {
  12048. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  12049. }
  12050. },
  12051. "node_modules/readdir-glob": {
  12052. "version": "1.1.3",
  12053. "resolved": "https://registry.npmmirror.com/readdir-glob/-/readdir-glob-1.1.3.tgz",
  12054. "integrity": "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==",
  12055. "license": "Apache-2.0",
  12056. "dependencies": {
  12057. "minimatch": "^5.1.0"
  12058. }
  12059. },
  12060. "node_modules/readdir-glob/node_modules/minimatch": {
  12061. "version": "5.1.6",
  12062. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-5.1.6.tgz",
  12063. "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
  12064. "license": "ISC",
  12065. "dependencies": {
  12066. "brace-expansion": "^2.0.1"
  12067. },
  12068. "engines": {
  12069. "node": ">=10"
  12070. }
  12071. },
  12072. "node_modules/readdirp": {
  12073. "version": "4.1.2",
  12074. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-4.1.2.tgz",
  12075. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  12076. "license": "MIT",
  12077. "engines": {
  12078. "node": ">= 14.18.0"
  12079. },
  12080. "funding": {
  12081. "type": "individual",
  12082. "url": "https://paulmillr.com/funding/"
  12083. }
  12084. },
  12085. "node_modules/redis-errors": {
  12086. "version": "1.2.0",
  12087. "resolved": "https://registry.npmmirror.com/redis-errors/-/redis-errors-1.2.0.tgz",
  12088. "integrity": "sha512-1qny3OExCf0UvUV/5wpYKf2YwPcOqXzkwKKSmKHiE6ZMQs5heeE/c8eXK+PNllPvmjgAbfnsbpkGZWy8cBpn9w==",
  12089. "license": "MIT",
  12090. "engines": {
  12091. "node": ">=4"
  12092. }
  12093. },
  12094. "node_modules/redis-parser": {
  12095. "version": "3.0.0",
  12096. "resolved": "https://registry.npmmirror.com/redis-parser/-/redis-parser-3.0.0.tgz",
  12097. "integrity": "sha512-DJnGAeenTdpMEH6uAJRK/uiyEIH9WVsUmoLwzudwGJUwZPp80PDBWPHXSAGNPwNvIXAbe7MSUB1zQFugFml66A==",
  12098. "license": "MIT",
  12099. "dependencies": {
  12100. "redis-errors": "^1.0.0"
  12101. },
  12102. "engines": {
  12103. "node": ">=4"
  12104. }
  12105. },
  12106. "node_modules/regexp-tree": {
  12107. "version": "0.1.27",
  12108. "resolved": "https://registry.npmmirror.com/regexp-tree/-/regexp-tree-0.1.27.tgz",
  12109. "integrity": "sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==",
  12110. "license": "MIT",
  12111. "bin": {
  12112. "regexp-tree": "bin/regexp-tree"
  12113. }
  12114. },
  12115. "node_modules/require-directory": {
  12116. "version": "2.1.1",
  12117. "resolved": "https://registry.npmmirror.com/require-directory/-/require-directory-2.1.1.tgz",
  12118. "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
  12119. "license": "MIT",
  12120. "engines": {
  12121. "node": ">=0.10.0"
  12122. }
  12123. },
  12124. "node_modules/resize-observer-polyfill": {
  12125. "version": "1.5.1",
  12126. "resolved": "https://registry.npmmirror.com/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz",
  12127. "integrity": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==",
  12128. "license": "MIT"
  12129. },
  12130. "node_modules/resolve": {
  12131. "version": "1.22.11",
  12132. "resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.11.tgz",
  12133. "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
  12134. "license": "MIT",
  12135. "dependencies": {
  12136. "is-core-module": "^2.16.1",
  12137. "path-parse": "^1.0.7",
  12138. "supports-preserve-symlinks-flag": "^1.0.0"
  12139. },
  12140. "bin": {
  12141. "resolve": "bin/resolve"
  12142. },
  12143. "engines": {
  12144. "node": ">= 0.4"
  12145. },
  12146. "funding": {
  12147. "url": "https://github.com/sponsors/ljharb"
  12148. }
  12149. },
  12150. "node_modules/resolve-from": {
  12151. "version": "5.0.0",
  12152. "resolved": "https://registry.npmmirror.com/resolve-from/-/resolve-from-5.0.0.tgz",
  12153. "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
  12154. "license": "MIT",
  12155. "engines": {
  12156. "node": ">=8"
  12157. }
  12158. },
  12159. "node_modules/reusify": {
  12160. "version": "1.1.0",
  12161. "resolved": "https://registry.npmmirror.com/reusify/-/reusify-1.1.0.tgz",
  12162. "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
  12163. "license": "MIT",
  12164. "engines": {
  12165. "iojs": ">=1.0.0",
  12166. "node": ">=0.10.0"
  12167. }
  12168. },
  12169. "node_modules/rfdc": {
  12170. "version": "1.4.1",
  12171. "resolved": "https://registry.npmmirror.com/rfdc/-/rfdc-1.4.1.tgz",
  12172. "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
  12173. "license": "MIT"
  12174. },
  12175. "node_modules/robust-predicates": {
  12176. "version": "3.0.2",
  12177. "resolved": "https://registry.npmmirror.com/robust-predicates/-/robust-predicates-3.0.2.tgz",
  12178. "integrity": "sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==",
  12179. "license": "Unlicense"
  12180. },
  12181. "node_modules/rollup": {
  12182. "version": "4.59.0",
  12183. "resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.59.0.tgz",
  12184. "integrity": "sha512-2oMpl67a3zCH9H79LeMcbDhXW/UmWG/y2zuqnF2jQq5uq9TbM9TVyXvA4+t+ne2IIkBdrLpAaRQAvo7YI/Yyeg==",
  12185. "license": "MIT",
  12186. "dependencies": {
  12187. "@types/estree": "1.0.8"
  12188. },
  12189. "bin": {
  12190. "rollup": "dist/bin/rollup"
  12191. },
  12192. "engines": {
  12193. "node": ">=18.0.0",
  12194. "npm": ">=8.0.0"
  12195. },
  12196. "optionalDependencies": {
  12197. "@rollup/rollup-android-arm-eabi": "4.59.0",
  12198. "@rollup/rollup-android-arm64": "4.59.0",
  12199. "@rollup/rollup-darwin-arm64": "4.59.0",
  12200. "@rollup/rollup-darwin-x64": "4.59.0",
  12201. "@rollup/rollup-freebsd-arm64": "4.59.0",
  12202. "@rollup/rollup-freebsd-x64": "4.59.0",
  12203. "@rollup/rollup-linux-arm-gnueabihf": "4.59.0",
  12204. "@rollup/rollup-linux-arm-musleabihf": "4.59.0",
  12205. "@rollup/rollup-linux-arm64-gnu": "4.59.0",
  12206. "@rollup/rollup-linux-arm64-musl": "4.59.0",
  12207. "@rollup/rollup-linux-loong64-gnu": "4.59.0",
  12208. "@rollup/rollup-linux-loong64-musl": "4.59.0",
  12209. "@rollup/rollup-linux-ppc64-gnu": "4.59.0",
  12210. "@rollup/rollup-linux-ppc64-musl": "4.59.0",
  12211. "@rollup/rollup-linux-riscv64-gnu": "4.59.0",
  12212. "@rollup/rollup-linux-riscv64-musl": "4.59.0",
  12213. "@rollup/rollup-linux-s390x-gnu": "4.59.0",
  12214. "@rollup/rollup-linux-x64-gnu": "4.59.0",
  12215. "@rollup/rollup-linux-x64-musl": "4.59.0",
  12216. "@rollup/rollup-openbsd-x64": "4.59.0",
  12217. "@rollup/rollup-openharmony-arm64": "4.59.0",
  12218. "@rollup/rollup-win32-arm64-msvc": "4.59.0",
  12219. "@rollup/rollup-win32-ia32-msvc": "4.59.0",
  12220. "@rollup/rollup-win32-x64-gnu": "4.59.0",
  12221. "@rollup/rollup-win32-x64-msvc": "4.59.0",
  12222. "fsevents": "~2.3.2"
  12223. }
  12224. },
  12225. "node_modules/rollup-plugin-visualizer": {
  12226. "version": "6.0.11",
  12227. "resolved": "https://registry.npmmirror.com/rollup-plugin-visualizer/-/rollup-plugin-visualizer-6.0.11.tgz",
  12228. "integrity": "sha512-TBwVHVY7buHjIKVLqr9scTVFwqZqMXINcCphPwIWKPDCOBIa+jCQfafvbjRJDZgXdq/A996Dy6yGJ/+/NtAXDQ==",
  12229. "license": "MIT",
  12230. "dependencies": {
  12231. "open": "^8.0.0",
  12232. "picomatch": "^4.0.2",
  12233. "source-map": "^0.7.4",
  12234. "yargs": "^17.5.1"
  12235. },
  12236. "bin": {
  12237. "rollup-plugin-visualizer": "dist/bin/cli.js"
  12238. },
  12239. "engines": {
  12240. "node": ">=18"
  12241. },
  12242. "peerDependencies": {
  12243. "rolldown": "1.x || ^1.0.0-beta",
  12244. "rollup": "2.x || 3.x || 4.x"
  12245. },
  12246. "peerDependenciesMeta": {
  12247. "rolldown": {
  12248. "optional": true
  12249. },
  12250. "rollup": {
  12251. "optional": true
  12252. }
  12253. }
  12254. },
  12255. "node_modules/rollup-plugin-visualizer/node_modules/define-lazy-prop": {
  12256. "version": "2.0.0",
  12257. "resolved": "https://registry.npmmirror.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
  12258. "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==",
  12259. "license": "MIT",
  12260. "engines": {
  12261. "node": ">=8"
  12262. }
  12263. },
  12264. "node_modules/rollup-plugin-visualizer/node_modules/is-docker": {
  12265. "version": "2.2.1",
  12266. "resolved": "https://registry.npmmirror.com/is-docker/-/is-docker-2.2.1.tgz",
  12267. "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
  12268. "license": "MIT",
  12269. "bin": {
  12270. "is-docker": "cli.js"
  12271. },
  12272. "engines": {
  12273. "node": ">=8"
  12274. },
  12275. "funding": {
  12276. "url": "https://github.com/sponsors/sindresorhus"
  12277. }
  12278. },
  12279. "node_modules/rollup-plugin-visualizer/node_modules/is-wsl": {
  12280. "version": "2.2.0",
  12281. "resolved": "https://registry.npmmirror.com/is-wsl/-/is-wsl-2.2.0.tgz",
  12282. "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
  12283. "license": "MIT",
  12284. "dependencies": {
  12285. "is-docker": "^2.0.0"
  12286. },
  12287. "engines": {
  12288. "node": ">=8"
  12289. }
  12290. },
  12291. "node_modules/rollup-plugin-visualizer/node_modules/open": {
  12292. "version": "8.4.2",
  12293. "resolved": "https://registry.npmmirror.com/open/-/open-8.4.2.tgz",
  12294. "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==",
  12295. "license": "MIT",
  12296. "dependencies": {
  12297. "define-lazy-prop": "^2.0.0",
  12298. "is-docker": "^2.1.1",
  12299. "is-wsl": "^2.2.0"
  12300. },
  12301. "engines": {
  12302. "node": ">=12"
  12303. },
  12304. "funding": {
  12305. "url": "https://github.com/sponsors/sindresorhus"
  12306. }
  12307. },
  12308. "node_modules/rou3": {
  12309. "version": "0.7.12",
  12310. "resolved": "https://registry.npmmirror.com/rou3/-/rou3-0.7.12.tgz",
  12311. "integrity": "sha512-iFE4hLDuloSWcD7mjdCDhx2bKcIsYbtOTpfH5MHHLSKMOUyjqQXTeZVa289uuwEGEKFoE/BAPbhaU4B774nceg==",
  12312. "license": "MIT"
  12313. },
  12314. "node_modules/run-applescript": {
  12315. "version": "7.0.0",
  12316. "resolved": "https://registry.npmmirror.com/run-applescript/-/run-applescript-7.0.0.tgz",
  12317. "integrity": "sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==",
  12318. "license": "MIT",
  12319. "engines": {
  12320. "node": ">=18"
  12321. },
  12322. "funding": {
  12323. "url": "https://github.com/sponsors/sindresorhus"
  12324. }
  12325. },
  12326. "node_modules/run-parallel": {
  12327. "version": "1.2.0",
  12328. "resolved": "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz",
  12329. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  12330. "funding": [
  12331. {
  12332. "type": "github",
  12333. "url": "https://github.com/sponsors/feross"
  12334. },
  12335. {
  12336. "type": "patreon",
  12337. "url": "https://www.patreon.com/feross"
  12338. },
  12339. {
  12340. "type": "consulting",
  12341. "url": "https://feross.org/support"
  12342. }
  12343. ],
  12344. "license": "MIT",
  12345. "dependencies": {
  12346. "queue-microtask": "^1.2.2"
  12347. }
  12348. },
  12349. "node_modules/safe-buffer": {
  12350. "version": "5.2.1",
  12351. "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
  12352. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  12353. "funding": [
  12354. {
  12355. "type": "github",
  12356. "url": "https://github.com/sponsors/feross"
  12357. },
  12358. {
  12359. "type": "patreon",
  12360. "url": "https://www.patreon.com/feross"
  12361. },
  12362. {
  12363. "type": "consulting",
  12364. "url": "https://feross.org/support"
  12365. }
  12366. ],
  12367. "license": "MIT"
  12368. },
  12369. "node_modules/safer-buffer": {
  12370. "version": "2.1.2",
  12371. "resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
  12372. "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
  12373. "license": "MIT"
  12374. },
  12375. "node_modules/sass": {
  12376. "version": "1.87.0",
  12377. "resolved": "https://registry.npmmirror.com/sass/-/sass-1.87.0.tgz",
  12378. "integrity": "sha512-d0NoFH4v6SjEK7BoX810Jsrhj7IQSYHAHLi/iSpgqKc7LaIDshFRlSg5LOymf9FqQhxEHs2W5ZQXlvy0KD45Uw==",
  12379. "devOptional": true,
  12380. "license": "MIT",
  12381. "dependencies": {
  12382. "chokidar": "^4.0.0",
  12383. "immutable": "^5.0.2",
  12384. "source-map-js": ">=0.6.2 <2.0.0"
  12385. },
  12386. "bin": {
  12387. "sass": "sass.js"
  12388. },
  12389. "engines": {
  12390. "node": ">=14.0.0"
  12391. },
  12392. "optionalDependencies": {
  12393. "@parcel/watcher": "^2.4.1"
  12394. }
  12395. },
  12396. "node_modules/sax": {
  12397. "version": "1.5.0",
  12398. "resolved": "https://registry.npmmirror.com/sax/-/sax-1.5.0.tgz",
  12399. "integrity": "sha512-21IYA3Q5cQf089Z6tgaUTr7lDAyzoTPx5HRtbhsME8Udispad8dC/+sziTNugOEx54ilvatQ9YCzl4KQLPcRHA==",
  12400. "license": "BlueOak-1.0.0",
  12401. "engines": {
  12402. "node": ">=11.0.0"
  12403. }
  12404. },
  12405. "node_modules/scroll-into-view-if-needed": {
  12406. "version": "2.2.31",
  12407. "resolved": "https://registry.npmmirror.com/scroll-into-view-if-needed/-/scroll-into-view-if-needed-2.2.31.tgz",
  12408. "integrity": "sha512-dGCXy99wZQivjmjIqihaBQNjryrz5rueJY7eHfTdyWEiR4ttYpsajb14rn9s5d4DY4EcY6+4+U/maARBXJedkA==",
  12409. "license": "MIT",
  12410. "dependencies": {
  12411. "compute-scroll-into-view": "^1.0.20"
  12412. }
  12413. },
  12414. "node_modules/scule": {
  12415. "version": "1.3.0",
  12416. "resolved": "https://registry.npmmirror.com/scule/-/scule-1.3.0.tgz",
  12417. "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==",
  12418. "license": "MIT"
  12419. },
  12420. "node_modules/sdk-base": {
  12421. "version": "2.0.1",
  12422. "resolved": "https://registry.npmmirror.com/sdk-base/-/sdk-base-2.0.1.tgz",
  12423. "integrity": "sha512-eeG26wRwhtwYuKGCDM3LixCaxY27Pa/5lK4rLKhQa7HBjJ3U3Y+f81MMZQRsDw/8SC2Dao/83yJTXJ8aULuN8Q==",
  12424. "dev": true,
  12425. "license": "MIT",
  12426. "dependencies": {
  12427. "get-ready": "~1.0.0"
  12428. }
  12429. },
  12430. "node_modules/semver": {
  12431. "version": "6.3.1",
  12432. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  12433. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  12434. "license": "ISC",
  12435. "bin": {
  12436. "semver": "bin/semver.js"
  12437. }
  12438. },
  12439. "node_modules/send": {
  12440. "version": "1.2.1",
  12441. "resolved": "https://registry.npmmirror.com/send/-/send-1.2.1.tgz",
  12442. "integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
  12443. "license": "MIT",
  12444. "dependencies": {
  12445. "debug": "^4.4.3",
  12446. "encodeurl": "^2.0.0",
  12447. "escape-html": "^1.0.3",
  12448. "etag": "^1.8.1",
  12449. "fresh": "^2.0.0",
  12450. "http-errors": "^2.0.1",
  12451. "mime-types": "^3.0.2",
  12452. "ms": "^2.1.3",
  12453. "on-finished": "^2.4.1",
  12454. "range-parser": "^1.2.1",
  12455. "statuses": "^2.0.2"
  12456. },
  12457. "engines": {
  12458. "node": ">= 18"
  12459. },
  12460. "funding": {
  12461. "type": "opencollective",
  12462. "url": "https://opencollective.com/express"
  12463. }
  12464. },
  12465. "node_modules/send/node_modules/mime-db": {
  12466. "version": "1.54.0",
  12467. "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.54.0.tgz",
  12468. "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
  12469. "license": "MIT",
  12470. "engines": {
  12471. "node": ">= 0.6"
  12472. }
  12473. },
  12474. "node_modules/send/node_modules/mime-types": {
  12475. "version": "3.0.2",
  12476. "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-3.0.2.tgz",
  12477. "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
  12478. "license": "MIT",
  12479. "dependencies": {
  12480. "mime-db": "^1.54.0"
  12481. },
  12482. "engines": {
  12483. "node": ">=18"
  12484. },
  12485. "funding": {
  12486. "type": "opencollective",
  12487. "url": "https://opencollective.com/express"
  12488. }
  12489. },
  12490. "node_modules/send/node_modules/statuses": {
  12491. "version": "2.0.2",
  12492. "resolved": "https://registry.npmmirror.com/statuses/-/statuses-2.0.2.tgz",
  12493. "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
  12494. "license": "MIT",
  12495. "engines": {
  12496. "node": ">= 0.8"
  12497. }
  12498. },
  12499. "node_modules/serialize-javascript": {
  12500. "version": "6.0.2",
  12501. "resolved": "https://registry.npmmirror.com/serialize-javascript/-/serialize-javascript-6.0.2.tgz",
  12502. "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==",
  12503. "license": "BSD-3-Clause",
  12504. "dependencies": {
  12505. "randombytes": "^2.1.0"
  12506. }
  12507. },
  12508. "node_modules/seroval": {
  12509. "version": "1.5.0",
  12510. "resolved": "https://registry.npmmirror.com/seroval/-/seroval-1.5.0.tgz",
  12511. "integrity": "sha512-OE4cvmJ1uSPrKorFIH9/w/Qwuvi/IMcGbv5RKgcJ/zjA/IohDLU6SVaxFN9FwajbP7nsX0dQqMDes1whk3y+yw==",
  12512. "license": "MIT",
  12513. "engines": {
  12514. "node": ">=10"
  12515. }
  12516. },
  12517. "node_modules/serve-placeholder": {
  12518. "version": "2.0.2",
  12519. "resolved": "https://registry.npmmirror.com/serve-placeholder/-/serve-placeholder-2.0.2.tgz",
  12520. "integrity": "sha512-/TMG8SboeiQbZJWRlfTCqMs2DD3SZgWp0kDQePz9yUuCnDfDh/92gf7/PxGhzXTKBIPASIHxFcZndoNbp6QOLQ==",
  12521. "license": "MIT",
  12522. "dependencies": {
  12523. "defu": "^6.1.4"
  12524. }
  12525. },
  12526. "node_modules/serve-static": {
  12527. "version": "2.2.1",
  12528. "resolved": "https://registry.npmmirror.com/serve-static/-/serve-static-2.2.1.tgz",
  12529. "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
  12530. "license": "MIT",
  12531. "dependencies": {
  12532. "encodeurl": "^2.0.0",
  12533. "escape-html": "^1.0.3",
  12534. "parseurl": "^1.3.3",
  12535. "send": "^1.2.0"
  12536. },
  12537. "engines": {
  12538. "node": ">= 18"
  12539. },
  12540. "funding": {
  12541. "type": "opencollective",
  12542. "url": "https://opencollective.com/express"
  12543. }
  12544. },
  12545. "node_modules/setprototypeof": {
  12546. "version": "1.2.0",
  12547. "resolved": "https://registry.npmmirror.com/setprototypeof/-/setprototypeof-1.2.0.tgz",
  12548. "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
  12549. "license": "ISC"
  12550. },
  12551. "node_modules/shallow-equal": {
  12552. "version": "1.2.1",
  12553. "resolved": "https://registry.npmmirror.com/shallow-equal/-/shallow-equal-1.2.1.tgz",
  12554. "integrity": "sha512-S4vJDjHHMBaiZuT9NPb616CSmLf618jawtv3sufLl6ivK8WocjAo58cXwbRV1cgqxH0Qbv+iUt6m05eqEa2IRA==",
  12555. "license": "MIT"
  12556. },
  12557. "node_modules/shebang-command": {
  12558. "version": "2.0.0",
  12559. "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz",
  12560. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  12561. "license": "MIT",
  12562. "dependencies": {
  12563. "shebang-regex": "^3.0.0"
  12564. },
  12565. "engines": {
  12566. "node": ">=8"
  12567. }
  12568. },
  12569. "node_modules/shebang-regex": {
  12570. "version": "3.0.0",
  12571. "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz",
  12572. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  12573. "license": "MIT",
  12574. "engines": {
  12575. "node": ">=8"
  12576. }
  12577. },
  12578. "node_modules/shell-quote": {
  12579. "version": "1.8.3",
  12580. "resolved": "https://registry.npmmirror.com/shell-quote/-/shell-quote-1.8.3.tgz",
  12581. "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==",
  12582. "license": "MIT",
  12583. "engines": {
  12584. "node": ">= 0.4"
  12585. },
  12586. "funding": {
  12587. "url": "https://github.com/sponsors/ljharb"
  12588. }
  12589. },
  12590. "node_modules/side-channel": {
  12591. "version": "1.1.0",
  12592. "resolved": "https://registry.npmmirror.com/side-channel/-/side-channel-1.1.0.tgz",
  12593. "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
  12594. "dev": true,
  12595. "license": "MIT",
  12596. "dependencies": {
  12597. "es-errors": "^1.3.0",
  12598. "object-inspect": "^1.13.3",
  12599. "side-channel-list": "^1.0.0",
  12600. "side-channel-map": "^1.0.1",
  12601. "side-channel-weakmap": "^1.0.2"
  12602. },
  12603. "engines": {
  12604. "node": ">= 0.4"
  12605. },
  12606. "funding": {
  12607. "url": "https://github.com/sponsors/ljharb"
  12608. }
  12609. },
  12610. "node_modules/side-channel-list": {
  12611. "version": "1.0.0",
  12612. "resolved": "https://registry.npmmirror.com/side-channel-list/-/side-channel-list-1.0.0.tgz",
  12613. "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
  12614. "dev": true,
  12615. "license": "MIT",
  12616. "dependencies": {
  12617. "es-errors": "^1.3.0",
  12618. "object-inspect": "^1.13.3"
  12619. },
  12620. "engines": {
  12621. "node": ">= 0.4"
  12622. },
  12623. "funding": {
  12624. "url": "https://github.com/sponsors/ljharb"
  12625. }
  12626. },
  12627. "node_modules/side-channel-map": {
  12628. "version": "1.0.1",
  12629. "resolved": "https://registry.npmmirror.com/side-channel-map/-/side-channel-map-1.0.1.tgz",
  12630. "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
  12631. "dev": true,
  12632. "license": "MIT",
  12633. "dependencies": {
  12634. "call-bound": "^1.0.2",
  12635. "es-errors": "^1.3.0",
  12636. "get-intrinsic": "^1.2.5",
  12637. "object-inspect": "^1.13.3"
  12638. },
  12639. "engines": {
  12640. "node": ">= 0.4"
  12641. },
  12642. "funding": {
  12643. "url": "https://github.com/sponsors/ljharb"
  12644. }
  12645. },
  12646. "node_modules/side-channel-weakmap": {
  12647. "version": "1.0.2",
  12648. "resolved": "https://registry.npmmirror.com/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
  12649. "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
  12650. "dev": true,
  12651. "license": "MIT",
  12652. "dependencies": {
  12653. "call-bound": "^1.0.2",
  12654. "es-errors": "^1.3.0",
  12655. "get-intrinsic": "^1.2.5",
  12656. "object-inspect": "^1.13.3",
  12657. "side-channel-map": "^1.0.1"
  12658. },
  12659. "engines": {
  12660. "node": ">= 0.4"
  12661. },
  12662. "funding": {
  12663. "url": "https://github.com/sponsors/ljharb"
  12664. }
  12665. },
  12666. "node_modules/signal-exit": {
  12667. "version": "4.1.0",
  12668. "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-4.1.0.tgz",
  12669. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  12670. "license": "ISC",
  12671. "engines": {
  12672. "node": ">=14"
  12673. },
  12674. "funding": {
  12675. "url": "https://github.com/sponsors/isaacs"
  12676. }
  12677. },
  12678. "node_modules/simple-git": {
  12679. "version": "3.32.3",
  12680. "resolved": "https://registry.npmmirror.com/simple-git/-/simple-git-3.32.3.tgz",
  12681. "integrity": "sha512-56a5oxFdWlsGygOXHWrG+xjj5w9ZIt2uQbzqiIGdR/6i5iococ7WQ/bNPzWxCJdEUGUCmyMH0t9zMpRJTaKxmw==",
  12682. "license": "MIT",
  12683. "dependencies": {
  12684. "@kwsites/file-exists": "^1.1.1",
  12685. "@kwsites/promise-deferred": "^1.1.1",
  12686. "debug": "^4.4.0"
  12687. },
  12688. "funding": {
  12689. "type": "github",
  12690. "url": "https://github.com/steveukx/git-js?sponsor=1"
  12691. }
  12692. },
  12693. "node_modules/sirv": {
  12694. "version": "3.0.2",
  12695. "resolved": "https://registry.npmmirror.com/sirv/-/sirv-3.0.2.tgz",
  12696. "integrity": "sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==",
  12697. "license": "MIT",
  12698. "dependencies": {
  12699. "@polka/url": "^1.0.0-next.24",
  12700. "mrmime": "^2.0.0",
  12701. "totalist": "^3.0.0"
  12702. },
  12703. "engines": {
  12704. "node": ">=18"
  12705. }
  12706. },
  12707. "node_modules/sisteransi": {
  12708. "version": "1.0.5",
  12709. "resolved": "https://registry.npmmirror.com/sisteransi/-/sisteransi-1.0.5.tgz",
  12710. "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
  12711. "license": "MIT"
  12712. },
  12713. "node_modules/slash": {
  12714. "version": "5.1.0",
  12715. "resolved": "https://registry.npmmirror.com/slash/-/slash-5.1.0.tgz",
  12716. "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
  12717. "license": "MIT",
  12718. "engines": {
  12719. "node": ">=14.16"
  12720. },
  12721. "funding": {
  12722. "url": "https://github.com/sponsors/sindresorhus"
  12723. }
  12724. },
  12725. "node_modules/smob": {
  12726. "version": "1.6.1",
  12727. "resolved": "https://registry.npmmirror.com/smob/-/smob-1.6.1.tgz",
  12728. "integrity": "sha512-KAkBqZl3c2GvNgNhcoyJae1aKldDW0LO279wF9bk1PnluRTETKBq0WyzRXxEhoQLk56yHaOY4JCBEKDuJIET5g==",
  12729. "license": "MIT",
  12730. "engines": {
  12731. "node": ">=20.0.0"
  12732. }
  12733. },
  12734. "node_modules/source-map": {
  12735. "version": "0.7.6",
  12736. "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.7.6.tgz",
  12737. "integrity": "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==",
  12738. "license": "BSD-3-Clause",
  12739. "engines": {
  12740. "node": ">= 12"
  12741. }
  12742. },
  12743. "node_modules/source-map-js": {
  12744. "version": "1.2.1",
  12745. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  12746. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  12747. "license": "BSD-3-Clause",
  12748. "engines": {
  12749. "node": ">=0.10.0"
  12750. }
  12751. },
  12752. "node_modules/source-map-support": {
  12753. "version": "0.5.21",
  12754. "resolved": "https://registry.npmmirror.com/source-map-support/-/source-map-support-0.5.21.tgz",
  12755. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  12756. "license": "MIT",
  12757. "dependencies": {
  12758. "buffer-from": "^1.0.0",
  12759. "source-map": "^0.6.0"
  12760. }
  12761. },
  12762. "node_modules/source-map-support/node_modules/source-map": {
  12763. "version": "0.6.1",
  12764. "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz",
  12765. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  12766. "license": "BSD-3-Clause",
  12767. "engines": {
  12768. "node": ">=0.10.0"
  12769. }
  12770. },
  12771. "node_modules/speakingurl": {
  12772. "version": "14.0.1",
  12773. "resolved": "https://registry.npmmirror.com/speakingurl/-/speakingurl-14.0.1.tgz",
  12774. "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==",
  12775. "license": "BSD-3-Clause",
  12776. "engines": {
  12777. "node": ">=0.10.0"
  12778. }
  12779. },
  12780. "node_modules/splaytree": {
  12781. "version": "3.1.2",
  12782. "resolved": "https://registry.npmmirror.com/splaytree/-/splaytree-3.1.2.tgz",
  12783. "integrity": "sha512-4OM2BJgC5UzrhVnnJA4BkHKGtjXNzzUfpQjCO8I05xYPsfS/VuQDwjCGGMi8rYQilHEV4j8NBqTFbls/PZEE7A==",
  12784. "license": "MIT"
  12785. },
  12786. "node_modules/sql-escaper": {
  12787. "version": "1.3.3",
  12788. "resolved": "https://registry.npmmirror.com/sql-escaper/-/sql-escaper-1.3.3.tgz",
  12789. "integrity": "sha512-BsTCV265VpTp8tm1wyIm1xqQCS+Q9NHx2Sr+WcnUrgLrQ6yiDIvHYJV5gHxsj1lMBy2zm5twLaZao8Jd+S8JJw==",
  12790. "license": "MIT",
  12791. "engines": {
  12792. "bun": ">=1.0.0",
  12793. "deno": ">=2.0.0",
  12794. "node": ">=12.0.0"
  12795. },
  12796. "funding": {
  12797. "type": "github",
  12798. "url": "https://github.com/mysqljs/sql-escaper?sponsor=1"
  12799. }
  12800. },
  12801. "node_modules/srvx": {
  12802. "version": "0.11.8",
  12803. "resolved": "https://registry.npmmirror.com/srvx/-/srvx-0.11.8.tgz",
  12804. "integrity": "sha512-2n9t0YnAXPJjinytvxccNgs7rOA5gmE7Wowt/8Dy2dx2fDC6sBhfBpbrCvjYKALlVukPS/Uq3QwkolKNa7P/2Q==",
  12805. "license": "MIT",
  12806. "bin": {
  12807. "srvx": "bin/srvx.mjs"
  12808. },
  12809. "engines": {
  12810. "node": ">=20.16.0"
  12811. }
  12812. },
  12813. "node_modules/standard-as-callback": {
  12814. "version": "2.1.0",
  12815. "resolved": "https://registry.npmmirror.com/standard-as-callback/-/standard-as-callback-2.1.0.tgz",
  12816. "integrity": "sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A==",
  12817. "license": "MIT"
  12818. },
  12819. "node_modules/statuses": {
  12820. "version": "1.5.0",
  12821. "resolved": "https://registry.npmmirror.com/statuses/-/statuses-1.5.0.tgz",
  12822. "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==",
  12823. "dev": true,
  12824. "license": "MIT",
  12825. "engines": {
  12826. "node": ">= 0.6"
  12827. }
  12828. },
  12829. "node_modules/std-env": {
  12830. "version": "3.10.0",
  12831. "resolved": "https://registry.npmmirror.com/std-env/-/std-env-3.10.0.tgz",
  12832. "integrity": "sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==",
  12833. "license": "MIT"
  12834. },
  12835. "node_modules/stream-http": {
  12836. "version": "2.8.2",
  12837. "resolved": "https://registry.npmmirror.com/stream-http/-/stream-http-2.8.2.tgz",
  12838. "integrity": "sha512-QllfrBhqF1DPcz46WxKTs6Mz1Bpc+8Qm6vbqOpVav5odAXwbyzwnEczoWqtxrsmlO+cJqtPrp/8gWKWjaKLLlA==",
  12839. "dev": true,
  12840. "license": "MIT",
  12841. "dependencies": {
  12842. "builtin-status-codes": "^3.0.0",
  12843. "inherits": "^2.0.1",
  12844. "readable-stream": "^2.3.6",
  12845. "to-arraybuffer": "^1.0.0",
  12846. "xtend": "^4.0.0"
  12847. }
  12848. },
  12849. "node_modules/stream-http/node_modules/readable-stream": {
  12850. "version": "2.3.8",
  12851. "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.8.tgz",
  12852. "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
  12853. "dev": true,
  12854. "license": "MIT",
  12855. "dependencies": {
  12856. "core-util-is": "~1.0.0",
  12857. "inherits": "~2.0.3",
  12858. "isarray": "~1.0.0",
  12859. "process-nextick-args": "~2.0.0",
  12860. "safe-buffer": "~5.1.1",
  12861. "string_decoder": "~1.1.1",
  12862. "util-deprecate": "~1.0.1"
  12863. }
  12864. },
  12865. "node_modules/stream-http/node_modules/safe-buffer": {
  12866. "version": "5.1.2",
  12867. "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
  12868. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
  12869. "dev": true,
  12870. "license": "MIT"
  12871. },
  12872. "node_modules/stream-http/node_modules/string_decoder": {
  12873. "version": "1.1.1",
  12874. "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz",
  12875. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  12876. "dev": true,
  12877. "license": "MIT",
  12878. "dependencies": {
  12879. "safe-buffer": "~5.1.0"
  12880. }
  12881. },
  12882. "node_modules/stream-wormhole": {
  12883. "version": "1.1.0",
  12884. "resolved": "https://registry.npmmirror.com/stream-wormhole/-/stream-wormhole-1.1.0.tgz",
  12885. "integrity": "sha512-gHFfL3px0Kctd6Po0M8TzEvt3De/xu6cnRrjlfYNhwbhLPLwigI2t1nc6jrzNuaYg5C4YF78PPFuQPzRiqn9ew==",
  12886. "dev": true,
  12887. "license": "MIT",
  12888. "engines": {
  12889. "node": ">=4.0.0"
  12890. }
  12891. },
  12892. "node_modules/streamx": {
  12893. "version": "2.22.1",
  12894. "resolved": "https://registry.npmmirror.com/streamx/-/streamx-2.22.1.tgz",
  12895. "integrity": "sha512-znKXEBxfatz2GBNK02kRnCXjV+AA4kjZIUxeWSr3UGirZMJfTE9uiwKHobnbgxWyL/JWro8tTq+vOqAK1/qbSA==",
  12896. "license": "MIT",
  12897. "dependencies": {
  12898. "fast-fifo": "^1.3.2",
  12899. "text-decoder": "^1.1.0"
  12900. },
  12901. "optionalDependencies": {
  12902. "bare-events": "^2.2.0"
  12903. }
  12904. },
  12905. "node_modules/string_decoder": {
  12906. "version": "1.3.0",
  12907. "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.3.0.tgz",
  12908. "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
  12909. "license": "MIT",
  12910. "dependencies": {
  12911. "safe-buffer": "~5.2.0"
  12912. }
  12913. },
  12914. "node_modules/string-width": {
  12915. "version": "4.2.3",
  12916. "resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz",
  12917. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  12918. "license": "MIT",
  12919. "dependencies": {
  12920. "emoji-regex": "^8.0.0",
  12921. "is-fullwidth-code-point": "^3.0.0",
  12922. "strip-ansi": "^6.0.1"
  12923. },
  12924. "engines": {
  12925. "node": ">=8"
  12926. }
  12927. },
  12928. "node_modules/string-width-cjs": {
  12929. "name": "string-width",
  12930. "version": "4.2.3",
  12931. "resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz",
  12932. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  12933. "license": "MIT",
  12934. "dependencies": {
  12935. "emoji-regex": "^8.0.0",
  12936. "is-fullwidth-code-point": "^3.0.0",
  12937. "strip-ansi": "^6.0.1"
  12938. },
  12939. "engines": {
  12940. "node": ">=8"
  12941. }
  12942. },
  12943. "node_modules/string-width-cjs/node_modules/ansi-regex": {
  12944. "version": "5.0.1",
  12945. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  12946. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  12947. "license": "MIT",
  12948. "engines": {
  12949. "node": ">=8"
  12950. }
  12951. },
  12952. "node_modules/string-width-cjs/node_modules/strip-ansi": {
  12953. "version": "6.0.1",
  12954. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  12955. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  12956. "license": "MIT",
  12957. "dependencies": {
  12958. "ansi-regex": "^5.0.1"
  12959. },
  12960. "engines": {
  12961. "node": ">=8"
  12962. }
  12963. },
  12964. "node_modules/string-width/node_modules/ansi-regex": {
  12965. "version": "5.0.1",
  12966. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  12967. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  12968. "license": "MIT",
  12969. "engines": {
  12970. "node": ">=8"
  12971. }
  12972. },
  12973. "node_modules/string-width/node_modules/strip-ansi": {
  12974. "version": "6.0.1",
  12975. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  12976. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  12977. "license": "MIT",
  12978. "dependencies": {
  12979. "ansi-regex": "^5.0.1"
  12980. },
  12981. "engines": {
  12982. "node": ">=8"
  12983. }
  12984. },
  12985. "node_modules/strip-ansi": {
  12986. "version": "7.1.0",
  12987. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-7.1.0.tgz",
  12988. "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
  12989. "license": "MIT",
  12990. "dependencies": {
  12991. "ansi-regex": "^6.0.1"
  12992. },
  12993. "engines": {
  12994. "node": ">=12"
  12995. },
  12996. "funding": {
  12997. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  12998. }
  12999. },
  13000. "node_modules/strip-ansi-cjs": {
  13001. "name": "strip-ansi",
  13002. "version": "6.0.1",
  13003. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  13004. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  13005. "license": "MIT",
  13006. "dependencies": {
  13007. "ansi-regex": "^5.0.1"
  13008. },
  13009. "engines": {
  13010. "node": ">=8"
  13011. }
  13012. },
  13013. "node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
  13014. "version": "5.0.1",
  13015. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  13016. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  13017. "license": "MIT",
  13018. "engines": {
  13019. "node": ">=8"
  13020. }
  13021. },
  13022. "node_modules/strip-final-newline": {
  13023. "version": "4.0.0",
  13024. "resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-4.0.0.tgz",
  13025. "integrity": "sha512-aulFJcD6YK8V1G7iRB5tigAP4TsHBZZrOV8pjV++zdUwmeV8uzbY7yn6h9MswN62adStNZFuCIx4haBnRuMDaw==",
  13026. "dev": true,
  13027. "license": "MIT",
  13028. "engines": {
  13029. "node": ">=18"
  13030. },
  13031. "funding": {
  13032. "url": "https://github.com/sponsors/sindresorhus"
  13033. }
  13034. },
  13035. "node_modules/strip-literal": {
  13036. "version": "3.1.0",
  13037. "resolved": "https://registry.npmmirror.com/strip-literal/-/strip-literal-3.1.0.tgz",
  13038. "integrity": "sha512-8r3mkIM/2+PpjHoOtiAW8Rg3jJLHaV7xPwG+YRGrv6FP0wwk/toTpATxWYOW0BKdWwl82VT2tFYi5DlROa0Mxg==",
  13039. "license": "MIT",
  13040. "dependencies": {
  13041. "js-tokens": "^9.0.1"
  13042. },
  13043. "funding": {
  13044. "url": "https://github.com/sponsors/antfu"
  13045. }
  13046. },
  13047. "node_modules/strip-literal/node_modules/js-tokens": {
  13048. "version": "9.0.1",
  13049. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-9.0.1.tgz",
  13050. "integrity": "sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==",
  13051. "license": "MIT"
  13052. },
  13053. "node_modules/structured-clone-es": {
  13054. "version": "1.0.0",
  13055. "resolved": "https://registry.npmmirror.com/structured-clone-es/-/structured-clone-es-1.0.0.tgz",
  13056. "integrity": "sha512-FL8EeKFFyNQv5cMnXI31CIMCsFarSVI2bF0U0ImeNE3g/F1IvJQyqzOXxPBRXiwQfyBTlbNe88jh1jFW0O/jiQ==",
  13057. "license": "ISC"
  13058. },
  13059. "node_modules/stylehacks": {
  13060. "version": "7.0.7",
  13061. "resolved": "https://registry.npmmirror.com/stylehacks/-/stylehacks-7.0.7.tgz",
  13062. "integrity": "sha512-bJkD0JkEtbRrMFtwgpJyBbFIwfDDONQ1Ov3sDLZQP8HuJ73kBOyx66H4bOcAbVWmnfLdvQ0AJwXxOMkpujcO6g==",
  13063. "license": "MIT",
  13064. "dependencies": {
  13065. "browserslist": "^4.27.0",
  13066. "postcss-selector-parser": "^7.1.0"
  13067. },
  13068. "engines": {
  13069. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  13070. },
  13071. "peerDependencies": {
  13072. "postcss": "^8.4.32"
  13073. }
  13074. },
  13075. "node_modules/stylis": {
  13076. "version": "4.3.6",
  13077. "resolved": "https://registry.npmmirror.com/stylis/-/stylis-4.3.6.tgz",
  13078. "integrity": "sha512-yQ3rwFWRfwNUY7H5vpU0wfdkNSnvnJinhF9830Swlaxl03zsOjCfmX0ugac+3LtK0lYSgwL/KXc8oYL3mG4YFQ==",
  13079. "license": "MIT"
  13080. },
  13081. "node_modules/superjson": {
  13082. "version": "2.2.2",
  13083. "resolved": "https://registry.npmmirror.com/superjson/-/superjson-2.2.2.tgz",
  13084. "integrity": "sha512-5JRxVqC8I8NuOUjzBbvVJAKNM8qoVuH0O77h4WInc/qC2q5IreqKxYwgkga3PfA22OayK2ikceb/B26dztPl+Q==",
  13085. "license": "MIT",
  13086. "dependencies": {
  13087. "copy-anything": "^3.0.2"
  13088. },
  13089. "engines": {
  13090. "node": ">=16"
  13091. }
  13092. },
  13093. "node_modules/supports-color": {
  13094. "version": "10.2.2",
  13095. "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-10.2.2.tgz",
  13096. "integrity": "sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==",
  13097. "license": "MIT",
  13098. "engines": {
  13099. "node": ">=18"
  13100. },
  13101. "funding": {
  13102. "url": "https://github.com/chalk/supports-color?sponsor=1"
  13103. }
  13104. },
  13105. "node_modules/supports-preserve-symlinks-flag": {
  13106. "version": "1.0.0",
  13107. "resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  13108. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  13109. "license": "MIT",
  13110. "engines": {
  13111. "node": ">= 0.4"
  13112. },
  13113. "funding": {
  13114. "url": "https://github.com/sponsors/ljharb"
  13115. }
  13116. },
  13117. "node_modules/svgo": {
  13118. "version": "4.0.1",
  13119. "resolved": "https://registry.npmmirror.com/svgo/-/svgo-4.0.1.tgz",
  13120. "integrity": "sha512-XDpWUOPC6FEibaLzjfe0ucaV0YrOjYotGJO1WpF0Zd+n6ZGEQUsSugaoLq9QkEZtAfQIxT42UChcssDVPP3+/w==",
  13121. "license": "MIT",
  13122. "dependencies": {
  13123. "commander": "^11.1.0",
  13124. "css-select": "^5.1.0",
  13125. "css-tree": "^3.0.1",
  13126. "css-what": "^6.1.0",
  13127. "csso": "^5.0.5",
  13128. "picocolors": "^1.1.1",
  13129. "sax": "^1.5.0"
  13130. },
  13131. "bin": {
  13132. "svgo": "bin/svgo.js"
  13133. },
  13134. "engines": {
  13135. "node": ">=16"
  13136. },
  13137. "funding": {
  13138. "type": "opencollective",
  13139. "url": "https://opencollective.com/svgo"
  13140. }
  13141. },
  13142. "node_modules/svgo/node_modules/commander": {
  13143. "version": "11.1.0",
  13144. "resolved": "https://registry.npmmirror.com/commander/-/commander-11.1.0.tgz",
  13145. "integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==",
  13146. "license": "MIT",
  13147. "engines": {
  13148. "node": ">=16"
  13149. }
  13150. },
  13151. "node_modules/system-architecture": {
  13152. "version": "0.1.0",
  13153. "resolved": "https://registry.npmmirror.com/system-architecture/-/system-architecture-0.1.0.tgz",
  13154. "integrity": "sha512-ulAk51I9UVUyJgxlv9M6lFot2WP3e7t8Kz9+IS6D4rVba1tR9kON+Ey69f+1R4Q8cd45Lod6a4IcJIxnzGc/zA==",
  13155. "license": "MIT",
  13156. "engines": {
  13157. "node": ">=18"
  13158. },
  13159. "funding": {
  13160. "url": "https://github.com/sponsors/sindresorhus"
  13161. }
  13162. },
  13163. "node_modules/tagged-tag": {
  13164. "version": "1.0.0",
  13165. "resolved": "https://registry.npmmirror.com/tagged-tag/-/tagged-tag-1.0.0.tgz",
  13166. "integrity": "sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==",
  13167. "license": "MIT",
  13168. "engines": {
  13169. "node": ">=20"
  13170. },
  13171. "funding": {
  13172. "url": "https://github.com/sponsors/sindresorhus"
  13173. }
  13174. },
  13175. "node_modules/tar": {
  13176. "version": "7.5.10",
  13177. "resolved": "https://registry.npmmirror.com/tar/-/tar-7.5.10.tgz",
  13178. "integrity": "sha512-8mOPs1//5q/rlkNSPcCegA6hiHJYDmSLEI8aMH/CdSQJNWztHC9WHNam5zdQlfpTwB9Xp7IBEsHfV5LKMJGVAw==",
  13179. "license": "BlueOak-1.0.0",
  13180. "dependencies": {
  13181. "@isaacs/fs-minipass": "^4.0.0",
  13182. "chownr": "^3.0.0",
  13183. "minipass": "^7.1.2",
  13184. "minizlib": "^3.1.0",
  13185. "yallist": "^5.0.0"
  13186. },
  13187. "engines": {
  13188. "node": ">=18"
  13189. }
  13190. },
  13191. "node_modules/tar-stream": {
  13192. "version": "3.1.7",
  13193. "resolved": "https://registry.npmmirror.com/tar-stream/-/tar-stream-3.1.7.tgz",
  13194. "integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==",
  13195. "license": "MIT",
  13196. "dependencies": {
  13197. "b4a": "^1.6.4",
  13198. "fast-fifo": "^1.2.0",
  13199. "streamx": "^2.15.0"
  13200. }
  13201. },
  13202. "node_modules/tar/node_modules/yallist": {
  13203. "version": "5.0.0",
  13204. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-5.0.0.tgz",
  13205. "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==",
  13206. "license": "BlueOak-1.0.0",
  13207. "engines": {
  13208. "node": ">=18"
  13209. }
  13210. },
  13211. "node_modules/terser": {
  13212. "version": "5.44.1",
  13213. "resolved": "https://registry.npmmirror.com/terser/-/terser-5.44.1.tgz",
  13214. "integrity": "sha512-t/R3R/n0MSwnnazuPpPNVO60LX0SKL45pyl9YlvxIdkH0Of7D5qM2EVe+yASRIlY5pZ73nclYJfNANGWPwFDZw==",
  13215. "license": "BSD-2-Clause",
  13216. "dependencies": {
  13217. "@jridgewell/source-map": "^0.3.3",
  13218. "acorn": "^8.15.0",
  13219. "commander": "^2.20.0",
  13220. "source-map-support": "~0.5.20"
  13221. },
  13222. "bin": {
  13223. "terser": "bin/terser"
  13224. },
  13225. "engines": {
  13226. "node": ">=10"
  13227. }
  13228. },
  13229. "node_modules/terser/node_modules/commander": {
  13230. "version": "2.20.3",
  13231. "resolved": "https://registry.npmmirror.com/commander/-/commander-2.20.3.tgz",
  13232. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
  13233. "license": "MIT"
  13234. },
  13235. "node_modules/text-decoder": {
  13236. "version": "1.2.3",
  13237. "resolved": "https://registry.npmmirror.com/text-decoder/-/text-decoder-1.2.3.tgz",
  13238. "integrity": "sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==",
  13239. "license": "Apache-2.0",
  13240. "dependencies": {
  13241. "b4a": "^1.6.4"
  13242. }
  13243. },
  13244. "node_modules/thenify": {
  13245. "version": "3.3.1",
  13246. "resolved": "https://registry.npmmirror.com/thenify/-/thenify-3.3.1.tgz",
  13247. "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
  13248. "dev": true,
  13249. "license": "MIT",
  13250. "dependencies": {
  13251. "any-promise": "^1.0.0"
  13252. }
  13253. },
  13254. "node_modules/thenify-all": {
  13255. "version": "1.6.0",
  13256. "resolved": "https://registry.npmmirror.com/thenify-all/-/thenify-all-1.6.0.tgz",
  13257. "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
  13258. "dev": true,
  13259. "license": "MIT",
  13260. "dependencies": {
  13261. "thenify": ">= 3.1.0 < 4"
  13262. },
  13263. "engines": {
  13264. "node": ">=0.8"
  13265. }
  13266. },
  13267. "node_modules/throttle-debounce": {
  13268. "version": "5.0.2",
  13269. "resolved": "https://registry.npmmirror.com/throttle-debounce/-/throttle-debounce-5.0.2.tgz",
  13270. "integrity": "sha512-B71/4oyj61iNH0KeCamLuE2rmKuTO5byTOSVwECM5FA7TiAiAW+UqTKZ9ERueC4qvgSttUhdmq1mXC3kJqGX7A==",
  13271. "license": "MIT",
  13272. "engines": {
  13273. "node": ">=12.22"
  13274. }
  13275. },
  13276. "node_modules/through": {
  13277. "version": "2.3.8",
  13278. "resolved": "https://registry.npmmirror.com/through/-/through-2.3.8.tgz",
  13279. "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==",
  13280. "dev": true,
  13281. "license": "MIT"
  13282. },
  13283. "node_modules/tiny-invariant": {
  13284. "version": "1.3.3",
  13285. "resolved": "https://registry.npmmirror.com/tiny-invariant/-/tiny-invariant-1.3.3.tgz",
  13286. "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==",
  13287. "license": "MIT"
  13288. },
  13289. "node_modules/tinyexec": {
  13290. "version": "1.0.2",
  13291. "resolved": "https://registry.npmmirror.com/tinyexec/-/tinyexec-1.0.2.tgz",
  13292. "integrity": "sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==",
  13293. "license": "MIT",
  13294. "engines": {
  13295. "node": ">=18"
  13296. }
  13297. },
  13298. "node_modules/tinyglobby": {
  13299. "version": "0.2.15",
  13300. "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.15.tgz",
  13301. "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
  13302. "license": "MIT",
  13303. "dependencies": {
  13304. "fdir": "^6.5.0",
  13305. "picomatch": "^4.0.3"
  13306. },
  13307. "engines": {
  13308. "node": ">=12.0.0"
  13309. },
  13310. "funding": {
  13311. "url": "https://github.com/sponsors/SuperchupuDev"
  13312. }
  13313. },
  13314. "node_modules/to-arraybuffer": {
  13315. "version": "1.0.1",
  13316. "resolved": "https://registry.npmmirror.com/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz",
  13317. "integrity": "sha512-okFlQcoGTi4LQBG/PgSYblw9VOyptsz2KJZqc6qtgGdes8VktzUQkj4BI2blit072iS8VODNcMA+tvnS9dnuMA==",
  13318. "dev": true,
  13319. "license": "MIT"
  13320. },
  13321. "node_modules/to-regex-range": {
  13322. "version": "5.0.1",
  13323. "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
  13324. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  13325. "license": "MIT",
  13326. "dependencies": {
  13327. "is-number": "^7.0.0"
  13328. },
  13329. "engines": {
  13330. "node": ">=8.0"
  13331. }
  13332. },
  13333. "node_modules/toidentifier": {
  13334. "version": "1.0.1",
  13335. "resolved": "https://registry.npmmirror.com/toidentifier/-/toidentifier-1.0.1.tgz",
  13336. "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
  13337. "license": "MIT",
  13338. "engines": {
  13339. "node": ">=0.6"
  13340. }
  13341. },
  13342. "node_modules/topojson-client": {
  13343. "version": "3.1.0",
  13344. "resolved": "https://registry.npmmirror.com/topojson-client/-/topojson-client-3.1.0.tgz",
  13345. "integrity": "sha512-605uxS6bcYxGXw9qi62XyrV6Q3xwbndjachmNxu8HWTtVPxZfEJN9fd/SZS1Q54Sn2y0TMyMxFj/cJINqGHrKw==",
  13346. "license": "ISC",
  13347. "dependencies": {
  13348. "commander": "2"
  13349. },
  13350. "bin": {
  13351. "topo2geo": "bin/topo2geo",
  13352. "topomerge": "bin/topomerge",
  13353. "topoquantize": "bin/topoquantize"
  13354. }
  13355. },
  13356. "node_modules/topojson-client/node_modules/commander": {
  13357. "version": "2.20.3",
  13358. "resolved": "https://registry.npmmirror.com/commander/-/commander-2.20.3.tgz",
  13359. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
  13360. "license": "MIT"
  13361. },
  13362. "node_modules/totalist": {
  13363. "version": "3.0.1",
  13364. "resolved": "https://registry.npmmirror.com/totalist/-/totalist-3.0.1.tgz",
  13365. "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
  13366. "license": "MIT",
  13367. "engines": {
  13368. "node": ">=6"
  13369. }
  13370. },
  13371. "node_modules/tr46": {
  13372. "version": "0.0.3",
  13373. "resolved": "https://registry.npmmirror.com/tr46/-/tr46-0.0.3.tgz",
  13374. "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
  13375. "license": "MIT"
  13376. },
  13377. "node_modules/tslib": {
  13378. "version": "2.8.1",
  13379. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.8.1.tgz",
  13380. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  13381. "license": "0BSD"
  13382. },
  13383. "node_modules/type-fest": {
  13384. "version": "5.4.4",
  13385. "resolved": "https://registry.npmmirror.com/type-fest/-/type-fest-5.4.4.tgz",
  13386. "integrity": "sha512-JnTrzGu+zPV3aXIUhnyWJj4z/wigMsdYajGLIYakqyOW1nPllzXEJee0QQbHj+CTIQtXGlAjuK0UY+2xTyjVAw==",
  13387. "license": "(MIT OR CC0-1.0)",
  13388. "dependencies": {
  13389. "tagged-tag": "^1.0.0"
  13390. },
  13391. "engines": {
  13392. "node": ">=20"
  13393. },
  13394. "funding": {
  13395. "url": "https://github.com/sponsors/sindresorhus"
  13396. }
  13397. },
  13398. "node_modules/type-level-regexp": {
  13399. "version": "0.1.17",
  13400. "resolved": "https://registry.npmmirror.com/type-level-regexp/-/type-level-regexp-0.1.17.tgz",
  13401. "integrity": "sha512-wTk4DH3cxwk196uGLK/E9pE45aLfeKJacKmcEgEOA/q5dnPGNxXt0cfYdFxb57L+sEpf1oJH4Dnx/pnRcku9jg==",
  13402. "license": "MIT"
  13403. },
  13404. "node_modules/typescript": {
  13405. "version": "5.8.3",
  13406. "resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.8.3.tgz",
  13407. "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
  13408. "devOptional": true,
  13409. "license": "Apache-2.0",
  13410. "bin": {
  13411. "tsc": "bin/tsc",
  13412. "tsserver": "bin/tsserver"
  13413. },
  13414. "engines": {
  13415. "node": ">=14.17"
  13416. }
  13417. },
  13418. "node_modules/ufo": {
  13419. "version": "1.6.3",
  13420. "resolved": "https://registry.npmmirror.com/ufo/-/ufo-1.6.3.tgz",
  13421. "integrity": "sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==",
  13422. "license": "MIT"
  13423. },
  13424. "node_modules/ultrahtml": {
  13425. "version": "1.6.0",
  13426. "resolved": "https://registry.npmmirror.com/ultrahtml/-/ultrahtml-1.6.0.tgz",
  13427. "integrity": "sha512-R9fBn90VTJrqqLDwyMph+HGne8eqY1iPfYhPzZrvKpIfwkWZbcYlfpsb8B9dTvBfpy1/hqAD7Wi8EKfP9e8zdw==",
  13428. "license": "MIT"
  13429. },
  13430. "node_modules/uncrypto": {
  13431. "version": "0.1.3",
  13432. "resolved": "https://registry.npmmirror.com/uncrypto/-/uncrypto-0.1.3.tgz",
  13433. "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==",
  13434. "license": "MIT"
  13435. },
  13436. "node_modules/unctx": {
  13437. "version": "2.5.0",
  13438. "resolved": "https://registry.npmmirror.com/unctx/-/unctx-2.5.0.tgz",
  13439. "integrity": "sha512-p+Rz9x0R7X+CYDkT+Xg8/GhpcShTlU8n+cf9OtOEf7zEQsNcCZO1dPKNRDqvUTaq+P32PMMkxWHwfrxkqfqAYg==",
  13440. "license": "MIT",
  13441. "dependencies": {
  13442. "acorn": "^8.15.0",
  13443. "estree-walker": "^3.0.3",
  13444. "magic-string": "^0.30.21",
  13445. "unplugin": "^2.3.11"
  13446. }
  13447. },
  13448. "node_modules/unctx/node_modules/estree-walker": {
  13449. "version": "3.0.3",
  13450. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-3.0.3.tgz",
  13451. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  13452. "license": "MIT",
  13453. "dependencies": {
  13454. "@types/estree": "^1.0.0"
  13455. }
  13456. },
  13457. "node_modules/undici-types": {
  13458. "version": "6.21.0",
  13459. "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-6.21.0.tgz",
  13460. "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
  13461. "license": "MIT"
  13462. },
  13463. "node_modules/unenv": {
  13464. "version": "2.0.0-rc.24",
  13465. "resolved": "https://registry.npmmirror.com/unenv/-/unenv-2.0.0-rc.24.tgz",
  13466. "integrity": "sha512-i7qRCmY42zmCwnYlh9H2SvLEypEFGye5iRmEMKjcGi7zk9UquigRjFtTLz0TYqr0ZGLZhaMHl/foy1bZR+Cwlw==",
  13467. "license": "MIT",
  13468. "dependencies": {
  13469. "pathe": "^2.0.3"
  13470. }
  13471. },
  13472. "node_modules/unescape": {
  13473. "version": "1.0.1",
  13474. "resolved": "https://registry.npmmirror.com/unescape/-/unescape-1.0.1.tgz",
  13475. "integrity": "sha512-O0+af1Gs50lyH1nUu3ZyYS1cRh01Q/kUKatTOkSs7jukXE6/NebucDVxyiDsA9AQ4JC1V1jUH9EO8JX2nMDgGQ==",
  13476. "dev": true,
  13477. "license": "MIT",
  13478. "dependencies": {
  13479. "extend-shallow": "^2.0.1"
  13480. },
  13481. "engines": {
  13482. "node": ">=0.10.0"
  13483. }
  13484. },
  13485. "node_modules/unhead": {
  13486. "version": "2.1.10",
  13487. "resolved": "https://registry.npmmirror.com/unhead/-/unhead-2.1.10.tgz",
  13488. "integrity": "sha512-We8l9uNF8zz6U8lfQaVG70+R/QBfQx1oPIgXin4BtZnK2IQpz6yazQ0qjMNVBDw2ADgF2ea58BtvSK+XX5AS7g==",
  13489. "license": "MIT",
  13490. "dependencies": {
  13491. "hookable": "^6.0.1"
  13492. },
  13493. "funding": {
  13494. "url": "https://github.com/sponsors/harlan-zw"
  13495. }
  13496. },
  13497. "node_modules/unhead/node_modules/hookable": {
  13498. "version": "6.0.1",
  13499. "resolved": "https://registry.npmmirror.com/hookable/-/hookable-6.0.1.tgz",
  13500. "integrity": "sha512-uKGyY8BuzN/a5gvzvA+3FVWo0+wUjgtfSdnmjtrOVwQCZPHpHDH2WRO3VZSOeluYrHoDCiXFffZXs8Dj1ULWtw==",
  13501. "license": "MIT"
  13502. },
  13503. "node_modules/unicorn-magic": {
  13504. "version": "0.3.0",
  13505. "resolved": "https://registry.npmmirror.com/unicorn-magic/-/unicorn-magic-0.3.0.tgz",
  13506. "integrity": "sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==",
  13507. "license": "MIT",
  13508. "engines": {
  13509. "node": ">=18"
  13510. },
  13511. "funding": {
  13512. "url": "https://github.com/sponsors/sindresorhus"
  13513. }
  13514. },
  13515. "node_modules/unimport": {
  13516. "version": "5.7.0",
  13517. "resolved": "https://registry.npmmirror.com/unimport/-/unimport-5.7.0.tgz",
  13518. "integrity": "sha512-njnL6sp8lEA8QQbZrt+52p/g4X0rw3bnGGmUcJnt1jeG8+iiqO779aGz0PirCtydAIVcuTBRlJ52F0u46z309Q==",
  13519. "license": "MIT",
  13520. "dependencies": {
  13521. "acorn": "^8.16.0",
  13522. "escape-string-regexp": "^5.0.0",
  13523. "estree-walker": "^3.0.3",
  13524. "local-pkg": "^1.1.2",
  13525. "magic-string": "^0.30.21",
  13526. "mlly": "^1.8.0",
  13527. "pathe": "^2.0.3",
  13528. "picomatch": "^4.0.3",
  13529. "pkg-types": "^2.3.0",
  13530. "scule": "^1.3.0",
  13531. "strip-literal": "^3.1.0",
  13532. "tinyglobby": "^0.2.15",
  13533. "unplugin": "^2.3.11",
  13534. "unplugin-utils": "^0.3.1"
  13535. },
  13536. "engines": {
  13537. "node": ">=18.12.0"
  13538. }
  13539. },
  13540. "node_modules/unimport/node_modules/estree-walker": {
  13541. "version": "3.0.3",
  13542. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-3.0.3.tgz",
  13543. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  13544. "license": "MIT",
  13545. "dependencies": {
  13546. "@types/estree": "^1.0.0"
  13547. }
  13548. },
  13549. "node_modules/unimport/node_modules/unplugin-utils": {
  13550. "version": "0.3.1",
  13551. "resolved": "https://registry.npmmirror.com/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  13552. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  13553. "license": "MIT",
  13554. "dependencies": {
  13555. "pathe": "^2.0.3",
  13556. "picomatch": "^4.0.3"
  13557. },
  13558. "engines": {
  13559. "node": ">=20.19.0"
  13560. },
  13561. "funding": {
  13562. "url": "https://github.com/sponsors/sxzz"
  13563. }
  13564. },
  13565. "node_modules/universalify": {
  13566. "version": "2.0.1",
  13567. "resolved": "https://registry.npmmirror.com/universalify/-/universalify-2.0.1.tgz",
  13568. "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
  13569. "dev": true,
  13570. "license": "MIT",
  13571. "engines": {
  13572. "node": ">= 10.0.0"
  13573. }
  13574. },
  13575. "node_modules/unplugin": {
  13576. "version": "2.3.11",
  13577. "resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-2.3.11.tgz",
  13578. "integrity": "sha512-5uKD0nqiYVzlmCRs01Fhs2BdkEgBS3SAVP6ndrBsuK42iC2+JHyxM05Rm9G8+5mkmRtzMZGY8Ct5+mliZxU/Ww==",
  13579. "license": "MIT",
  13580. "dependencies": {
  13581. "@jridgewell/remapping": "^2.3.5",
  13582. "acorn": "^8.15.0",
  13583. "picomatch": "^4.0.3",
  13584. "webpack-virtual-modules": "^0.6.2"
  13585. },
  13586. "engines": {
  13587. "node": ">=18.12.0"
  13588. }
  13589. },
  13590. "node_modules/unplugin-utils": {
  13591. "version": "0.2.4",
  13592. "resolved": "https://registry.npmmirror.com/unplugin-utils/-/unplugin-utils-0.2.4.tgz",
  13593. "integrity": "sha512-8U/MtpkPkkk3Atewj1+RcKIjb5WBimZ/WSLhhR3w6SsIj8XJuKTacSP8g+2JhfSGw0Cb125Y+2zA/IzJZDVbhA==",
  13594. "license": "MIT",
  13595. "dependencies": {
  13596. "pathe": "^2.0.2",
  13597. "picomatch": "^4.0.2"
  13598. },
  13599. "engines": {
  13600. "node": ">=18.12.0"
  13601. },
  13602. "funding": {
  13603. "url": "https://github.com/sponsors/sxzz"
  13604. }
  13605. },
  13606. "node_modules/unplugin-vue-router": {
  13607. "version": "0.19.2",
  13608. "resolved": "https://registry.npmmirror.com/unplugin-vue-router/-/unplugin-vue-router-0.19.2.tgz",
  13609. "integrity": "sha512-u5dgLBarxE5cyDK/hzJGfpCTLIAyiTXGlo85COuD4Nssj6G7NxS+i9mhCWz/1p/ud1eMwdcUbTXehQe41jYZUA==",
  13610. "license": "MIT",
  13611. "dependencies": {
  13612. "@babel/generator": "^7.28.5",
  13613. "@vue-macros/common": "^3.1.1",
  13614. "@vue/language-core": "^3.2.1",
  13615. "ast-walker-scope": "^0.8.3",
  13616. "chokidar": "^5.0.0",
  13617. "json5": "^2.2.3",
  13618. "local-pkg": "^1.1.2",
  13619. "magic-string": "^0.30.21",
  13620. "mlly": "^1.8.0",
  13621. "muggle-string": "^0.4.1",
  13622. "pathe": "^2.0.3",
  13623. "picomatch": "^4.0.3",
  13624. "scule": "^1.3.0",
  13625. "tinyglobby": "^0.2.15",
  13626. "unplugin": "^2.3.11",
  13627. "unplugin-utils": "^0.3.1",
  13628. "yaml": "^2.8.2"
  13629. },
  13630. "peerDependencies": {
  13631. "@vue/compiler-sfc": "^3.5.17",
  13632. "vue-router": "^4.6.0"
  13633. },
  13634. "peerDependenciesMeta": {
  13635. "vue-router": {
  13636. "optional": true
  13637. }
  13638. }
  13639. },
  13640. "node_modules/unplugin-vue-router/node_modules/@volar/language-core": {
  13641. "version": "2.4.28",
  13642. "resolved": "https://registry.npmmirror.com/@volar/language-core/-/language-core-2.4.28.tgz",
  13643. "integrity": "sha512-w4qhIJ8ZSitgLAkVay6AbcnC7gP3glYM3fYwKV3srj8m494E3xtrCv6E+bWviiK/8hs6e6t1ij1s2Endql7vzQ==",
  13644. "license": "MIT",
  13645. "dependencies": {
  13646. "@volar/source-map": "2.4.28"
  13647. }
  13648. },
  13649. "node_modules/unplugin-vue-router/node_modules/@volar/source-map": {
  13650. "version": "2.4.28",
  13651. "resolved": "https://registry.npmmirror.com/@volar/source-map/-/source-map-2.4.28.tgz",
  13652. "integrity": "sha512-yX2BDBqJkRXfKw8my8VarTyjv48QwxdJtvRgUpNE5erCsgEUdI2DsLbpa+rOQVAJYshY99szEcRDmyHbF10ggQ==",
  13653. "license": "MIT"
  13654. },
  13655. "node_modules/unplugin-vue-router/node_modules/@vue/language-core": {
  13656. "version": "3.2.5",
  13657. "resolved": "https://registry.npmmirror.com/@vue/language-core/-/language-core-3.2.5.tgz",
  13658. "integrity": "sha512-d3OIxN/+KRedeM5wQ6H6NIpwS3P5gC9nmyaHgBk+rO6dIsjY+tOh4UlPpiZbAh3YtLdCGEX4M16RmsBqPmJV+g==",
  13659. "license": "MIT",
  13660. "dependencies": {
  13661. "@volar/language-core": "2.4.28",
  13662. "@vue/compiler-dom": "^3.5.0",
  13663. "@vue/shared": "^3.5.0",
  13664. "alien-signals": "^3.0.0",
  13665. "muggle-string": "^0.4.1",
  13666. "path-browserify": "^1.0.1",
  13667. "picomatch": "^4.0.2"
  13668. }
  13669. },
  13670. "node_modules/unplugin-vue-router/node_modules/alien-signals": {
  13671. "version": "3.1.2",
  13672. "resolved": "https://registry.npmmirror.com/alien-signals/-/alien-signals-3.1.2.tgz",
  13673. "integrity": "sha512-d9dYqZTS90WLiU0I5c6DHj/HcKkF8ZyGN3G5x8wSbslulz70KOxaqCT0hQCo9KOyhVqzqGojvNdJXoTumZOtcw==",
  13674. "license": "MIT"
  13675. },
  13676. "node_modules/unplugin-vue-router/node_modules/chokidar": {
  13677. "version": "5.0.0",
  13678. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-5.0.0.tgz",
  13679. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  13680. "license": "MIT",
  13681. "dependencies": {
  13682. "readdirp": "^5.0.0"
  13683. },
  13684. "engines": {
  13685. "node": ">= 20.19.0"
  13686. },
  13687. "funding": {
  13688. "url": "https://paulmillr.com/funding/"
  13689. }
  13690. },
  13691. "node_modules/unplugin-vue-router/node_modules/readdirp": {
  13692. "version": "5.0.0",
  13693. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-5.0.0.tgz",
  13694. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  13695. "license": "MIT",
  13696. "engines": {
  13697. "node": ">= 20.19.0"
  13698. },
  13699. "funding": {
  13700. "type": "individual",
  13701. "url": "https://paulmillr.com/funding/"
  13702. }
  13703. },
  13704. "node_modules/unplugin-vue-router/node_modules/unplugin-utils": {
  13705. "version": "0.3.1",
  13706. "resolved": "https://registry.npmmirror.com/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  13707. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  13708. "license": "MIT",
  13709. "dependencies": {
  13710. "pathe": "^2.0.3",
  13711. "picomatch": "^4.0.3"
  13712. },
  13713. "engines": {
  13714. "node": ">=20.19.0"
  13715. },
  13716. "funding": {
  13717. "url": "https://github.com/sponsors/sxzz"
  13718. }
  13719. },
  13720. "node_modules/unstorage": {
  13721. "version": "1.17.4",
  13722. "resolved": "https://registry.npmmirror.com/unstorage/-/unstorage-1.17.4.tgz",
  13723. "integrity": "sha512-fHK0yNg38tBiJKp/Vgsq4j0JEsCmgqH58HAn707S7zGkArbZsVr/CwINoi+nh3h98BRCwKvx1K3Xg9u3VV83sw==",
  13724. "license": "MIT",
  13725. "dependencies": {
  13726. "anymatch": "^3.1.3",
  13727. "chokidar": "^5.0.0",
  13728. "destr": "^2.0.5",
  13729. "h3": "^1.15.5",
  13730. "lru-cache": "^11.2.0",
  13731. "node-fetch-native": "^1.6.7",
  13732. "ofetch": "^1.5.1",
  13733. "ufo": "^1.6.3"
  13734. },
  13735. "peerDependencies": {
  13736. "@azure/app-configuration": "^1.8.0",
  13737. "@azure/cosmos": "^4.2.0",
  13738. "@azure/data-tables": "^13.3.0",
  13739. "@azure/identity": "^4.6.0",
  13740. "@azure/keyvault-secrets": "^4.9.0",
  13741. "@azure/storage-blob": "^12.26.0",
  13742. "@capacitor/preferences": "^6 || ^7 || ^8",
  13743. "@deno/kv": ">=0.9.0",
  13744. "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0",
  13745. "@planetscale/database": "^1.19.0",
  13746. "@upstash/redis": "^1.34.3",
  13747. "@vercel/blob": ">=0.27.1",
  13748. "@vercel/functions": "^2.2.12 || ^3.0.0",
  13749. "@vercel/kv": "^1 || ^2 || ^3",
  13750. "aws4fetch": "^1.0.20",
  13751. "db0": ">=0.2.1",
  13752. "idb-keyval": "^6.2.1",
  13753. "ioredis": "^5.4.2",
  13754. "uploadthing": "^7.4.4"
  13755. },
  13756. "peerDependenciesMeta": {
  13757. "@azure/app-configuration": {
  13758. "optional": true
  13759. },
  13760. "@azure/cosmos": {
  13761. "optional": true
  13762. },
  13763. "@azure/data-tables": {
  13764. "optional": true
  13765. },
  13766. "@azure/identity": {
  13767. "optional": true
  13768. },
  13769. "@azure/keyvault-secrets": {
  13770. "optional": true
  13771. },
  13772. "@azure/storage-blob": {
  13773. "optional": true
  13774. },
  13775. "@capacitor/preferences": {
  13776. "optional": true
  13777. },
  13778. "@deno/kv": {
  13779. "optional": true
  13780. },
  13781. "@netlify/blobs": {
  13782. "optional": true
  13783. },
  13784. "@planetscale/database": {
  13785. "optional": true
  13786. },
  13787. "@upstash/redis": {
  13788. "optional": true
  13789. },
  13790. "@vercel/blob": {
  13791. "optional": true
  13792. },
  13793. "@vercel/functions": {
  13794. "optional": true
  13795. },
  13796. "@vercel/kv": {
  13797. "optional": true
  13798. },
  13799. "aws4fetch": {
  13800. "optional": true
  13801. },
  13802. "db0": {
  13803. "optional": true
  13804. },
  13805. "idb-keyval": {
  13806. "optional": true
  13807. },
  13808. "ioredis": {
  13809. "optional": true
  13810. },
  13811. "uploadthing": {
  13812. "optional": true
  13813. }
  13814. }
  13815. },
  13816. "node_modules/unstorage/node_modules/chokidar": {
  13817. "version": "5.0.0",
  13818. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-5.0.0.tgz",
  13819. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  13820. "license": "MIT",
  13821. "dependencies": {
  13822. "readdirp": "^5.0.0"
  13823. },
  13824. "engines": {
  13825. "node": ">= 20.19.0"
  13826. },
  13827. "funding": {
  13828. "url": "https://paulmillr.com/funding/"
  13829. }
  13830. },
  13831. "node_modules/unstorage/node_modules/lru-cache": {
  13832. "version": "11.2.6",
  13833. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-11.2.6.tgz",
  13834. "integrity": "sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==",
  13835. "license": "BlueOak-1.0.0",
  13836. "engines": {
  13837. "node": "20 || >=22"
  13838. }
  13839. },
  13840. "node_modules/unstorage/node_modules/readdirp": {
  13841. "version": "5.0.0",
  13842. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-5.0.0.tgz",
  13843. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  13844. "license": "MIT",
  13845. "engines": {
  13846. "node": ">= 20.19.0"
  13847. },
  13848. "funding": {
  13849. "type": "individual",
  13850. "url": "https://paulmillr.com/funding/"
  13851. }
  13852. },
  13853. "node_modules/untun": {
  13854. "version": "0.1.3",
  13855. "resolved": "https://registry.npmmirror.com/untun/-/untun-0.1.3.tgz",
  13856. "integrity": "sha512-4luGP9LMYszMRZwsvyUd9MrxgEGZdZuZgpVQHEEX0lCYFESasVRvZd0EYpCkOIbJKHMuv0LskpXc/8Un+MJzEQ==",
  13857. "license": "MIT",
  13858. "dependencies": {
  13859. "citty": "^0.1.5",
  13860. "consola": "^3.2.3",
  13861. "pathe": "^1.1.1"
  13862. },
  13863. "bin": {
  13864. "untun": "bin/untun.mjs"
  13865. }
  13866. },
  13867. "node_modules/untun/node_modules/pathe": {
  13868. "version": "1.1.2",
  13869. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-1.1.2.tgz",
  13870. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==",
  13871. "license": "MIT"
  13872. },
  13873. "node_modules/untyped": {
  13874. "version": "2.0.0",
  13875. "resolved": "https://registry.npmmirror.com/untyped/-/untyped-2.0.0.tgz",
  13876. "integrity": "sha512-nwNCjxJTjNuLCgFr42fEak5OcLuB3ecca+9ksPFNvtfYSLpjf+iJqSIaSnIile6ZPbKYxI5k2AfXqeopGudK/g==",
  13877. "license": "MIT",
  13878. "dependencies": {
  13879. "citty": "^0.1.6",
  13880. "defu": "^6.1.4",
  13881. "jiti": "^2.4.2",
  13882. "knitwork": "^1.2.0",
  13883. "scule": "^1.3.0"
  13884. },
  13885. "bin": {
  13886. "untyped": "dist/cli.mjs"
  13887. }
  13888. },
  13889. "node_modules/unwasm": {
  13890. "version": "0.5.3",
  13891. "resolved": "https://registry.npmmirror.com/unwasm/-/unwasm-0.5.3.tgz",
  13892. "integrity": "sha512-keBgTSfp3r6+s9ZcSma+0chwxQdmLbB5+dAD9vjtB21UTMYuKAxHXCU1K2CbCtnP09EaWeRvACnXk0EJtUx+hw==",
  13893. "license": "MIT",
  13894. "dependencies": {
  13895. "exsolve": "^1.0.8",
  13896. "knitwork": "^1.3.0",
  13897. "magic-string": "^0.30.21",
  13898. "mlly": "^1.8.0",
  13899. "pathe": "^2.0.3",
  13900. "pkg-types": "^2.3.0"
  13901. }
  13902. },
  13903. "node_modules/update-browserslist-db": {
  13904. "version": "1.2.3",
  13905. "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
  13906. "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
  13907. "funding": [
  13908. {
  13909. "type": "opencollective",
  13910. "url": "https://opencollective.com/browserslist"
  13911. },
  13912. {
  13913. "type": "tidelift",
  13914. "url": "https://tidelift.com/funding/github/npm/browserslist"
  13915. },
  13916. {
  13917. "type": "github",
  13918. "url": "https://github.com/sponsors/ai"
  13919. }
  13920. ],
  13921. "license": "MIT",
  13922. "dependencies": {
  13923. "escalade": "^3.2.0",
  13924. "picocolors": "^1.1.1"
  13925. },
  13926. "bin": {
  13927. "update-browserslist-db": "cli.js"
  13928. },
  13929. "peerDependencies": {
  13930. "browserslist": ">= 4.21.0"
  13931. }
  13932. },
  13933. "node_modules/uqr": {
  13934. "version": "0.1.2",
  13935. "resolved": "https://registry.npmmirror.com/uqr/-/uqr-0.1.2.tgz",
  13936. "integrity": "sha512-MJu7ypHq6QasgF5YRTjqscSzQp/W11zoUk6kvmlH+fmWEs63Y0Eib13hYFwAzagRJcVY8WVnlV+eBDUGMJ5IbA==",
  13937. "license": "MIT"
  13938. },
  13939. "node_modules/urllib": {
  13940. "version": "2.44.0",
  13941. "resolved": "https://registry.npmmirror.com/urllib/-/urllib-2.44.0.tgz",
  13942. "integrity": "sha512-zRCJqdfYllRDA9bXUtx+vccyRqtJPKsw85f44zH7zPD28PIvjMqIgw9VwoTLV7xTBWZsbebUFVHU5ghQcWku2A==",
  13943. "dev": true,
  13944. "license": "MIT",
  13945. "dependencies": {
  13946. "any-promise": "^1.3.0",
  13947. "content-type": "^1.0.2",
  13948. "default-user-agent": "^1.0.0",
  13949. "digest-header": "^1.0.0",
  13950. "ee-first": "~1.1.1",
  13951. "formstream": "^1.1.0",
  13952. "humanize-ms": "^1.2.0",
  13953. "iconv-lite": "^0.6.3",
  13954. "pump": "^3.0.0",
  13955. "qs": "^6.4.0",
  13956. "statuses": "^1.3.1",
  13957. "utility": "^1.16.1"
  13958. },
  13959. "engines": {
  13960. "node": ">= 0.10.0"
  13961. },
  13962. "peerDependencies": {
  13963. "proxy-agent": "^5.0.0"
  13964. },
  13965. "peerDependenciesMeta": {
  13966. "proxy-agent": {
  13967. "optional": true
  13968. }
  13969. }
  13970. },
  13971. "node_modules/urllib/node_modules/iconv-lite": {
  13972. "version": "0.6.3",
  13973. "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.6.3.tgz",
  13974. "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
  13975. "dev": true,
  13976. "license": "MIT",
  13977. "dependencies": {
  13978. "safer-buffer": ">= 2.1.2 < 3.0.0"
  13979. },
  13980. "engines": {
  13981. "node": ">=0.10.0"
  13982. }
  13983. },
  13984. "node_modules/util-deprecate": {
  13985. "version": "1.0.2",
  13986. "resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz",
  13987. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  13988. "license": "MIT"
  13989. },
  13990. "node_modules/utility": {
  13991. "version": "1.18.0",
  13992. "resolved": "https://registry.npmmirror.com/utility/-/utility-1.18.0.tgz",
  13993. "integrity": "sha512-PYxZDA+6QtvRvm//++aGdmKG/cI07jNwbROz0Ql+VzFV1+Z0Dy55NI4zZ7RHc9KKpBePNFwoErqIuqQv/cjiTA==",
  13994. "dev": true,
  13995. "license": "MIT",
  13996. "dependencies": {
  13997. "copy-to": "^2.0.1",
  13998. "escape-html": "^1.0.3",
  13999. "mkdirp": "^0.5.1",
  14000. "mz": "^2.7.0",
  14001. "unescape": "^1.0.1"
  14002. },
  14003. "engines": {
  14004. "node": ">= 0.12.0"
  14005. }
  14006. },
  14007. "node_modules/vite": {
  14008. "version": "6.3.5",
  14009. "resolved": "https://registry.npmmirror.com/vite/-/vite-6.3.5.tgz",
  14010. "integrity": "sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==",
  14011. "license": "MIT",
  14012. "dependencies": {
  14013. "esbuild": "^0.25.0",
  14014. "fdir": "^6.4.4",
  14015. "picomatch": "^4.0.2",
  14016. "postcss": "^8.5.3",
  14017. "rollup": "^4.34.9",
  14018. "tinyglobby": "^0.2.13"
  14019. },
  14020. "bin": {
  14021. "vite": "bin/vite.js"
  14022. },
  14023. "engines": {
  14024. "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
  14025. },
  14026. "funding": {
  14027. "url": "https://github.com/vitejs/vite?sponsor=1"
  14028. },
  14029. "optionalDependencies": {
  14030. "fsevents": "~2.3.3"
  14031. },
  14032. "peerDependencies": {
  14033. "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
  14034. "jiti": ">=1.21.0",
  14035. "less": "*",
  14036. "lightningcss": "^1.21.0",
  14037. "sass": "*",
  14038. "sass-embedded": "*",
  14039. "stylus": "*",
  14040. "sugarss": "*",
  14041. "terser": "^5.16.0",
  14042. "tsx": "^4.8.1",
  14043. "yaml": "^2.4.2"
  14044. },
  14045. "peerDependenciesMeta": {
  14046. "@types/node": {
  14047. "optional": true
  14048. },
  14049. "jiti": {
  14050. "optional": true
  14051. },
  14052. "less": {
  14053. "optional": true
  14054. },
  14055. "lightningcss": {
  14056. "optional": true
  14057. },
  14058. "sass": {
  14059. "optional": true
  14060. },
  14061. "sass-embedded": {
  14062. "optional": true
  14063. },
  14064. "stylus": {
  14065. "optional": true
  14066. },
  14067. "sugarss": {
  14068. "optional": true
  14069. },
  14070. "terser": {
  14071. "optional": true
  14072. },
  14073. "tsx": {
  14074. "optional": true
  14075. },
  14076. "yaml": {
  14077. "optional": true
  14078. }
  14079. }
  14080. },
  14081. "node_modules/vite-dev-rpc": {
  14082. "version": "1.1.0",
  14083. "resolved": "https://registry.npmmirror.com/vite-dev-rpc/-/vite-dev-rpc-1.1.0.tgz",
  14084. "integrity": "sha512-pKXZlgoXGoE8sEKiKJSng4hI1sQ4wi5YT24FCrwrLt6opmkjlqPPVmiPWWJn8M8byMxRGzp1CrFuqQs4M/Z39A==",
  14085. "license": "MIT",
  14086. "dependencies": {
  14087. "birpc": "^2.4.0",
  14088. "vite-hot-client": "^2.1.0"
  14089. },
  14090. "funding": {
  14091. "url": "https://github.com/sponsors/antfu"
  14092. },
  14093. "peerDependencies": {
  14094. "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.1 || ^7.0.0-0"
  14095. }
  14096. },
  14097. "node_modules/vite-hot-client": {
  14098. "version": "2.1.0",
  14099. "resolved": "https://registry.npmmirror.com/vite-hot-client/-/vite-hot-client-2.1.0.tgz",
  14100. "integrity": "sha512-7SpgZmU7R+dDnSmvXE1mfDtnHLHQSisdySVR7lO8ceAXvM0otZeuQQ6C8LrS5d/aYyP/QZ0hI0L+dIPrm4YlFQ==",
  14101. "license": "MIT",
  14102. "funding": {
  14103. "url": "https://github.com/sponsors/antfu"
  14104. },
  14105. "peerDependencies": {
  14106. "vite": "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0"
  14107. }
  14108. },
  14109. "node_modules/vite-node": {
  14110. "version": "5.3.0",
  14111. "resolved": "https://registry.npmmirror.com/vite-node/-/vite-node-5.3.0.tgz",
  14112. "integrity": "sha512-8f20COPYJujc3OKPX6OuyBy3ZIv2det4eRRU4GY1y2MjbeGSUmPjedxg1b72KnTagCofwvZ65ThzjxDW2AtQFQ==",
  14113. "license": "MIT",
  14114. "dependencies": {
  14115. "cac": "^6.7.14",
  14116. "es-module-lexer": "^2.0.0",
  14117. "obug": "^2.1.1",
  14118. "pathe": "^2.0.3",
  14119. "vite": "^7.3.1"
  14120. },
  14121. "bin": {
  14122. "vite-node": "dist/cli.mjs"
  14123. },
  14124. "engines": {
  14125. "node": "^20.19.0 || >=22.12.0"
  14126. },
  14127. "funding": {
  14128. "url": "https://opencollective.com/antfu"
  14129. }
  14130. },
  14131. "node_modules/vite-node/node_modules/@esbuild/aix-ppc64": {
  14132. "version": "0.27.3",
  14133. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.27.3.tgz",
  14134. "integrity": "sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg==",
  14135. "cpu": [
  14136. "ppc64"
  14137. ],
  14138. "license": "MIT",
  14139. "optional": true,
  14140. "os": [
  14141. "aix"
  14142. ],
  14143. "engines": {
  14144. "node": ">=18"
  14145. }
  14146. },
  14147. "node_modules/vite-node/node_modules/@esbuild/android-arm": {
  14148. "version": "0.27.3",
  14149. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.27.3.tgz",
  14150. "integrity": "sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA==",
  14151. "cpu": [
  14152. "arm"
  14153. ],
  14154. "license": "MIT",
  14155. "optional": true,
  14156. "os": [
  14157. "android"
  14158. ],
  14159. "engines": {
  14160. "node": ">=18"
  14161. }
  14162. },
  14163. "node_modules/vite-node/node_modules/@esbuild/android-arm64": {
  14164. "version": "0.27.3",
  14165. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.27.3.tgz",
  14166. "integrity": "sha512-YdghPYUmj/FX2SYKJ0OZxf+iaKgMsKHVPF1MAq/P8WirnSpCStzKJFjOjzsW0QQ7oIAiccHdcqjbHmJxRb/dmg==",
  14167. "cpu": [
  14168. "arm64"
  14169. ],
  14170. "license": "MIT",
  14171. "optional": true,
  14172. "os": [
  14173. "android"
  14174. ],
  14175. "engines": {
  14176. "node": ">=18"
  14177. }
  14178. },
  14179. "node_modules/vite-node/node_modules/@esbuild/android-x64": {
  14180. "version": "0.27.3",
  14181. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.27.3.tgz",
  14182. "integrity": "sha512-IN/0BNTkHtk8lkOM8JWAYFg4ORxBkZQf9zXiEOfERX/CzxW3Vg1ewAhU7QSWQpVIzTW+b8Xy+lGzdYXV6UZObQ==",
  14183. "cpu": [
  14184. "x64"
  14185. ],
  14186. "license": "MIT",
  14187. "optional": true,
  14188. "os": [
  14189. "android"
  14190. ],
  14191. "engines": {
  14192. "node": ">=18"
  14193. }
  14194. },
  14195. "node_modules/vite-node/node_modules/@esbuild/darwin-arm64": {
  14196. "version": "0.27.3",
  14197. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.27.3.tgz",
  14198. "integrity": "sha512-Re491k7ByTVRy0t3EKWajdLIr0gz2kKKfzafkth4Q8A5n1xTHrkqZgLLjFEHVD+AXdUGgQMq+Godfq45mGpCKg==",
  14199. "cpu": [
  14200. "arm64"
  14201. ],
  14202. "license": "MIT",
  14203. "optional": true,
  14204. "os": [
  14205. "darwin"
  14206. ],
  14207. "engines": {
  14208. "node": ">=18"
  14209. }
  14210. },
  14211. "node_modules/vite-node/node_modules/@esbuild/darwin-x64": {
  14212. "version": "0.27.3",
  14213. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.27.3.tgz",
  14214. "integrity": "sha512-vHk/hA7/1AckjGzRqi6wbo+jaShzRowYip6rt6q7VYEDX4LEy1pZfDpdxCBnGtl+A5zq8iXDcyuxwtv3hNtHFg==",
  14215. "cpu": [
  14216. "x64"
  14217. ],
  14218. "license": "MIT",
  14219. "optional": true,
  14220. "os": [
  14221. "darwin"
  14222. ],
  14223. "engines": {
  14224. "node": ">=18"
  14225. }
  14226. },
  14227. "node_modules/vite-node/node_modules/@esbuild/freebsd-arm64": {
  14228. "version": "0.27.3",
  14229. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.3.tgz",
  14230. "integrity": "sha512-ipTYM2fjt3kQAYOvo6vcxJx3nBYAzPjgTCk7QEgZG8AUO3ydUhvelmhrbOheMnGOlaSFUoHXB6un+A7q4ygY9w==",
  14231. "cpu": [
  14232. "arm64"
  14233. ],
  14234. "license": "MIT",
  14235. "optional": true,
  14236. "os": [
  14237. "freebsd"
  14238. ],
  14239. "engines": {
  14240. "node": ">=18"
  14241. }
  14242. },
  14243. "node_modules/vite-node/node_modules/@esbuild/freebsd-x64": {
  14244. "version": "0.27.3",
  14245. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.27.3.tgz",
  14246. "integrity": "sha512-dDk0X87T7mI6U3K9VjWtHOXqwAMJBNN2r7bejDsc+j03SEjtD9HrOl8gVFByeM0aJksoUuUVU9TBaZa2rgj0oA==",
  14247. "cpu": [
  14248. "x64"
  14249. ],
  14250. "license": "MIT",
  14251. "optional": true,
  14252. "os": [
  14253. "freebsd"
  14254. ],
  14255. "engines": {
  14256. "node": ">=18"
  14257. }
  14258. },
  14259. "node_modules/vite-node/node_modules/@esbuild/linux-arm": {
  14260. "version": "0.27.3",
  14261. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.27.3.tgz",
  14262. "integrity": "sha512-s6nPv2QkSupJwLYyfS+gwdirm0ukyTFNl3KTgZEAiJDd+iHZcbTPPcWCcRYH+WlNbwChgH2QkE9NSlNrMT8Gfw==",
  14263. "cpu": [
  14264. "arm"
  14265. ],
  14266. "license": "MIT",
  14267. "optional": true,
  14268. "os": [
  14269. "linux"
  14270. ],
  14271. "engines": {
  14272. "node": ">=18"
  14273. }
  14274. },
  14275. "node_modules/vite-node/node_modules/@esbuild/linux-arm64": {
  14276. "version": "0.27.3",
  14277. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.27.3.tgz",
  14278. "integrity": "sha512-sZOuFz/xWnZ4KH3YfFrKCf1WyPZHakVzTiqji3WDc0BCl2kBwiJLCXpzLzUBLgmp4veFZdvN5ChW4Eq/8Fc2Fg==",
  14279. "cpu": [
  14280. "arm64"
  14281. ],
  14282. "license": "MIT",
  14283. "optional": true,
  14284. "os": [
  14285. "linux"
  14286. ],
  14287. "engines": {
  14288. "node": ">=18"
  14289. }
  14290. },
  14291. "node_modules/vite-node/node_modules/@esbuild/linux-ia32": {
  14292. "version": "0.27.3",
  14293. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.27.3.tgz",
  14294. "integrity": "sha512-yGlQYjdxtLdh0a3jHjuwOrxQjOZYD/C9PfdbgJJF3TIZWnm/tMd/RcNiLngiu4iwcBAOezdnSLAwQDPqTmtTYg==",
  14295. "cpu": [
  14296. "ia32"
  14297. ],
  14298. "license": "MIT",
  14299. "optional": true,
  14300. "os": [
  14301. "linux"
  14302. ],
  14303. "engines": {
  14304. "node": ">=18"
  14305. }
  14306. },
  14307. "node_modules/vite-node/node_modules/@esbuild/linux-loong64": {
  14308. "version": "0.27.3",
  14309. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.27.3.tgz",
  14310. "integrity": "sha512-WO60Sn8ly3gtzhyjATDgieJNet/KqsDlX5nRC5Y3oTFcS1l0KWba+SEa9Ja1GfDqSF1z6hif/SkpQJbL63cgOA==",
  14311. "cpu": [
  14312. "loong64"
  14313. ],
  14314. "license": "MIT",
  14315. "optional": true,
  14316. "os": [
  14317. "linux"
  14318. ],
  14319. "engines": {
  14320. "node": ">=18"
  14321. }
  14322. },
  14323. "node_modules/vite-node/node_modules/@esbuild/linux-mips64el": {
  14324. "version": "0.27.3",
  14325. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.27.3.tgz",
  14326. "integrity": "sha512-APsymYA6sGcZ4pD6k+UxbDjOFSvPWyZhjaiPyl/f79xKxwTnrn5QUnXR5prvetuaSMsb4jgeHewIDCIWljrSxw==",
  14327. "cpu": [
  14328. "mips64el"
  14329. ],
  14330. "license": "MIT",
  14331. "optional": true,
  14332. "os": [
  14333. "linux"
  14334. ],
  14335. "engines": {
  14336. "node": ">=18"
  14337. }
  14338. },
  14339. "node_modules/vite-node/node_modules/@esbuild/linux-ppc64": {
  14340. "version": "0.27.3",
  14341. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.27.3.tgz",
  14342. "integrity": "sha512-eizBnTeBefojtDb9nSh4vvVQ3V9Qf9Df01PfawPcRzJH4gFSgrObw+LveUyDoKU3kxi5+9RJTCWlj4FjYXVPEA==",
  14343. "cpu": [
  14344. "ppc64"
  14345. ],
  14346. "license": "MIT",
  14347. "optional": true,
  14348. "os": [
  14349. "linux"
  14350. ],
  14351. "engines": {
  14352. "node": ">=18"
  14353. }
  14354. },
  14355. "node_modules/vite-node/node_modules/@esbuild/linux-riscv64": {
  14356. "version": "0.27.3",
  14357. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.27.3.tgz",
  14358. "integrity": "sha512-3Emwh0r5wmfm3ssTWRQSyVhbOHvqegUDRd0WhmXKX2mkHJe1SFCMJhagUleMq+Uci34wLSipf8Lagt4LlpRFWQ==",
  14359. "cpu": [
  14360. "riscv64"
  14361. ],
  14362. "license": "MIT",
  14363. "optional": true,
  14364. "os": [
  14365. "linux"
  14366. ],
  14367. "engines": {
  14368. "node": ">=18"
  14369. }
  14370. },
  14371. "node_modules/vite-node/node_modules/@esbuild/linux-s390x": {
  14372. "version": "0.27.3",
  14373. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.27.3.tgz",
  14374. "integrity": "sha512-pBHUx9LzXWBc7MFIEEL0yD/ZVtNgLytvx60gES28GcWMqil8ElCYR4kvbV2BDqsHOvVDRrOxGySBM9Fcv744hw==",
  14375. "cpu": [
  14376. "s390x"
  14377. ],
  14378. "license": "MIT",
  14379. "optional": true,
  14380. "os": [
  14381. "linux"
  14382. ],
  14383. "engines": {
  14384. "node": ">=18"
  14385. }
  14386. },
  14387. "node_modules/vite-node/node_modules/@esbuild/linux-x64": {
  14388. "version": "0.27.3",
  14389. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.27.3.tgz",
  14390. "integrity": "sha512-Czi8yzXUWIQYAtL/2y6vogER8pvcsOsk5cpwL4Gk5nJqH5UZiVByIY8Eorm5R13gq+DQKYg0+JyQoytLQas4dA==",
  14391. "cpu": [
  14392. "x64"
  14393. ],
  14394. "license": "MIT",
  14395. "optional": true,
  14396. "os": [
  14397. "linux"
  14398. ],
  14399. "engines": {
  14400. "node": ">=18"
  14401. }
  14402. },
  14403. "node_modules/vite-node/node_modules/@esbuild/netbsd-arm64": {
  14404. "version": "0.27.3",
  14405. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.3.tgz",
  14406. "integrity": "sha512-sDpk0RgmTCR/5HguIZa9n9u+HVKf40fbEUt+iTzSnCaGvY9kFP0YKBWZtJaraonFnqef5SlJ8/TiPAxzyS+UoA==",
  14407. "cpu": [
  14408. "arm64"
  14409. ],
  14410. "license": "MIT",
  14411. "optional": true,
  14412. "os": [
  14413. "netbsd"
  14414. ],
  14415. "engines": {
  14416. "node": ">=18"
  14417. }
  14418. },
  14419. "node_modules/vite-node/node_modules/@esbuild/netbsd-x64": {
  14420. "version": "0.27.3",
  14421. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.27.3.tgz",
  14422. "integrity": "sha512-P14lFKJl/DdaE00LItAukUdZO5iqNH7+PjoBm+fLQjtxfcfFE20Xf5CrLsmZdq5LFFZzb5JMZ9grUwvtVYzjiA==",
  14423. "cpu": [
  14424. "x64"
  14425. ],
  14426. "license": "MIT",
  14427. "optional": true,
  14428. "os": [
  14429. "netbsd"
  14430. ],
  14431. "engines": {
  14432. "node": ">=18"
  14433. }
  14434. },
  14435. "node_modules/vite-node/node_modules/@esbuild/openbsd-arm64": {
  14436. "version": "0.27.3",
  14437. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.3.tgz",
  14438. "integrity": "sha512-AIcMP77AvirGbRl/UZFTq5hjXK+2wC7qFRGoHSDrZ5v5b8DK/GYpXW3CPRL53NkvDqb9D+alBiC/dV0Fb7eJcw==",
  14439. "cpu": [
  14440. "arm64"
  14441. ],
  14442. "license": "MIT",
  14443. "optional": true,
  14444. "os": [
  14445. "openbsd"
  14446. ],
  14447. "engines": {
  14448. "node": ">=18"
  14449. }
  14450. },
  14451. "node_modules/vite-node/node_modules/@esbuild/openbsd-x64": {
  14452. "version": "0.27.3",
  14453. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.27.3.tgz",
  14454. "integrity": "sha512-DnW2sRrBzA+YnE70LKqnM3P+z8vehfJWHXECbwBmH/CU51z6FiqTQTHFenPlHmo3a8UgpLyH3PT+87OViOh1AQ==",
  14455. "cpu": [
  14456. "x64"
  14457. ],
  14458. "license": "MIT",
  14459. "optional": true,
  14460. "os": [
  14461. "openbsd"
  14462. ],
  14463. "engines": {
  14464. "node": ">=18"
  14465. }
  14466. },
  14467. "node_modules/vite-node/node_modules/@esbuild/sunos-x64": {
  14468. "version": "0.27.3",
  14469. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.27.3.tgz",
  14470. "integrity": "sha512-PanZ+nEz+eWoBJ8/f8HKxTTD172SKwdXebZ0ndd953gt1HRBbhMsaNqjTyYLGLPdoWHy4zLU7bDVJztF5f3BHA==",
  14471. "cpu": [
  14472. "x64"
  14473. ],
  14474. "license": "MIT",
  14475. "optional": true,
  14476. "os": [
  14477. "sunos"
  14478. ],
  14479. "engines": {
  14480. "node": ">=18"
  14481. }
  14482. },
  14483. "node_modules/vite-node/node_modules/@esbuild/win32-arm64": {
  14484. "version": "0.27.3",
  14485. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.27.3.tgz",
  14486. "integrity": "sha512-B2t59lWWYrbRDw/tjiWOuzSsFh1Y/E95ofKz7rIVYSQkUYBjfSgf6oeYPNWHToFRr2zx52JKApIcAS/D5TUBnA==",
  14487. "cpu": [
  14488. "arm64"
  14489. ],
  14490. "license": "MIT",
  14491. "optional": true,
  14492. "os": [
  14493. "win32"
  14494. ],
  14495. "engines": {
  14496. "node": ">=18"
  14497. }
  14498. },
  14499. "node_modules/vite-node/node_modules/@esbuild/win32-ia32": {
  14500. "version": "0.27.3",
  14501. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.27.3.tgz",
  14502. "integrity": "sha512-QLKSFeXNS8+tHW7tZpMtjlNb7HKau0QDpwm49u0vUp9y1WOF+PEzkU84y9GqYaAVW8aH8f3GcBck26jh54cX4Q==",
  14503. "cpu": [
  14504. "ia32"
  14505. ],
  14506. "license": "MIT",
  14507. "optional": true,
  14508. "os": [
  14509. "win32"
  14510. ],
  14511. "engines": {
  14512. "node": ">=18"
  14513. }
  14514. },
  14515. "node_modules/vite-node/node_modules/@esbuild/win32-x64": {
  14516. "version": "0.27.3",
  14517. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.27.3.tgz",
  14518. "integrity": "sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA==",
  14519. "cpu": [
  14520. "x64"
  14521. ],
  14522. "license": "MIT",
  14523. "optional": true,
  14524. "os": [
  14525. "win32"
  14526. ],
  14527. "engines": {
  14528. "node": ">=18"
  14529. }
  14530. },
  14531. "node_modules/vite-node/node_modules/esbuild": {
  14532. "version": "0.27.3",
  14533. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.27.3.tgz",
  14534. "integrity": "sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==",
  14535. "hasInstallScript": true,
  14536. "license": "MIT",
  14537. "bin": {
  14538. "esbuild": "bin/esbuild"
  14539. },
  14540. "engines": {
  14541. "node": ">=18"
  14542. },
  14543. "optionalDependencies": {
  14544. "@esbuild/aix-ppc64": "0.27.3",
  14545. "@esbuild/android-arm": "0.27.3",
  14546. "@esbuild/android-arm64": "0.27.3",
  14547. "@esbuild/android-x64": "0.27.3",
  14548. "@esbuild/darwin-arm64": "0.27.3",
  14549. "@esbuild/darwin-x64": "0.27.3",
  14550. "@esbuild/freebsd-arm64": "0.27.3",
  14551. "@esbuild/freebsd-x64": "0.27.3",
  14552. "@esbuild/linux-arm": "0.27.3",
  14553. "@esbuild/linux-arm64": "0.27.3",
  14554. "@esbuild/linux-ia32": "0.27.3",
  14555. "@esbuild/linux-loong64": "0.27.3",
  14556. "@esbuild/linux-mips64el": "0.27.3",
  14557. "@esbuild/linux-ppc64": "0.27.3",
  14558. "@esbuild/linux-riscv64": "0.27.3",
  14559. "@esbuild/linux-s390x": "0.27.3",
  14560. "@esbuild/linux-x64": "0.27.3",
  14561. "@esbuild/netbsd-arm64": "0.27.3",
  14562. "@esbuild/netbsd-x64": "0.27.3",
  14563. "@esbuild/openbsd-arm64": "0.27.3",
  14564. "@esbuild/openbsd-x64": "0.27.3",
  14565. "@esbuild/openharmony-arm64": "0.27.3",
  14566. "@esbuild/sunos-x64": "0.27.3",
  14567. "@esbuild/win32-arm64": "0.27.3",
  14568. "@esbuild/win32-ia32": "0.27.3",
  14569. "@esbuild/win32-x64": "0.27.3"
  14570. }
  14571. },
  14572. "node_modules/vite-node/node_modules/vite": {
  14573. "version": "7.3.1",
  14574. "resolved": "https://registry.npmmirror.com/vite/-/vite-7.3.1.tgz",
  14575. "integrity": "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==",
  14576. "license": "MIT",
  14577. "dependencies": {
  14578. "esbuild": "^0.27.0",
  14579. "fdir": "^6.5.0",
  14580. "picomatch": "^4.0.3",
  14581. "postcss": "^8.5.6",
  14582. "rollup": "^4.43.0",
  14583. "tinyglobby": "^0.2.15"
  14584. },
  14585. "bin": {
  14586. "vite": "bin/vite.js"
  14587. },
  14588. "engines": {
  14589. "node": "^20.19.0 || >=22.12.0"
  14590. },
  14591. "funding": {
  14592. "url": "https://github.com/vitejs/vite?sponsor=1"
  14593. },
  14594. "optionalDependencies": {
  14595. "fsevents": "~2.3.3"
  14596. },
  14597. "peerDependencies": {
  14598. "@types/node": "^20.19.0 || >=22.12.0",
  14599. "jiti": ">=1.21.0",
  14600. "less": "^4.0.0",
  14601. "lightningcss": "^1.21.0",
  14602. "sass": "^1.70.0",
  14603. "sass-embedded": "^1.70.0",
  14604. "stylus": ">=0.54.8",
  14605. "sugarss": "^5.0.0",
  14606. "terser": "^5.16.0",
  14607. "tsx": "^4.8.1",
  14608. "yaml": "^2.4.2"
  14609. },
  14610. "peerDependenciesMeta": {
  14611. "@types/node": {
  14612. "optional": true
  14613. },
  14614. "jiti": {
  14615. "optional": true
  14616. },
  14617. "less": {
  14618. "optional": true
  14619. },
  14620. "lightningcss": {
  14621. "optional": true
  14622. },
  14623. "sass": {
  14624. "optional": true
  14625. },
  14626. "sass-embedded": {
  14627. "optional": true
  14628. },
  14629. "stylus": {
  14630. "optional": true
  14631. },
  14632. "sugarss": {
  14633. "optional": true
  14634. },
  14635. "terser": {
  14636. "optional": true
  14637. },
  14638. "tsx": {
  14639. "optional": true
  14640. },
  14641. "yaml": {
  14642. "optional": true
  14643. }
  14644. }
  14645. },
  14646. "node_modules/vite-plugin-checker": {
  14647. "version": "0.12.0",
  14648. "resolved": "https://registry.npmmirror.com/vite-plugin-checker/-/vite-plugin-checker-0.12.0.tgz",
  14649. "integrity": "sha512-CmdZdDOGss7kdQwv73UyVgLPv0FVYe5czAgnmRX2oKljgEvSrODGuClaV3PDR2+3ou7N/OKGauDDBjy2MB07Rg==",
  14650. "license": "MIT",
  14651. "dependencies": {
  14652. "@babel/code-frame": "^7.27.1",
  14653. "chokidar": "^4.0.3",
  14654. "npm-run-path": "^6.0.0",
  14655. "picocolors": "^1.1.1",
  14656. "picomatch": "^4.0.3",
  14657. "tiny-invariant": "^1.3.3",
  14658. "tinyglobby": "^0.2.15",
  14659. "vscode-uri": "^3.1.0"
  14660. },
  14661. "engines": {
  14662. "node": ">=16.11"
  14663. },
  14664. "peerDependencies": {
  14665. "@biomejs/biome": ">=1.7",
  14666. "eslint": ">=9.39.1",
  14667. "meow": "^13.2.0",
  14668. "optionator": "^0.9.4",
  14669. "oxlint": ">=1",
  14670. "stylelint": ">=16",
  14671. "typescript": "*",
  14672. "vite": ">=5.4.21",
  14673. "vls": "*",
  14674. "vti": "*",
  14675. "vue-tsc": "~2.2.10 || ^3.0.0"
  14676. },
  14677. "peerDependenciesMeta": {
  14678. "@biomejs/biome": {
  14679. "optional": true
  14680. },
  14681. "eslint": {
  14682. "optional": true
  14683. },
  14684. "meow": {
  14685. "optional": true
  14686. },
  14687. "optionator": {
  14688. "optional": true
  14689. },
  14690. "oxlint": {
  14691. "optional": true
  14692. },
  14693. "stylelint": {
  14694. "optional": true
  14695. },
  14696. "typescript": {
  14697. "optional": true
  14698. },
  14699. "vls": {
  14700. "optional": true
  14701. },
  14702. "vti": {
  14703. "optional": true
  14704. },
  14705. "vue-tsc": {
  14706. "optional": true
  14707. }
  14708. }
  14709. },
  14710. "node_modules/vite-plugin-inspect": {
  14711. "version": "0.8.9",
  14712. "resolved": "https://registry.npmmirror.com/vite-plugin-inspect/-/vite-plugin-inspect-0.8.9.tgz",
  14713. "integrity": "sha512-22/8qn+LYonzibb1VeFZmISdVao5kC22jmEKm24vfFE8siEn47EpVcCLYMv6iKOYMJfjSvSJfueOwcFCkUnV3A==",
  14714. "dev": true,
  14715. "license": "MIT",
  14716. "dependencies": {
  14717. "@antfu/utils": "^0.7.10",
  14718. "@rollup/pluginutils": "^5.1.3",
  14719. "debug": "^4.3.7",
  14720. "error-stack-parser-es": "^0.1.5",
  14721. "fs-extra": "^11.2.0",
  14722. "open": "^10.1.0",
  14723. "perfect-debounce": "^1.0.0",
  14724. "picocolors": "^1.1.1",
  14725. "sirv": "^3.0.0"
  14726. },
  14727. "engines": {
  14728. "node": ">=14"
  14729. },
  14730. "funding": {
  14731. "url": "https://github.com/sponsors/antfu"
  14732. },
  14733. "peerDependencies": {
  14734. "vite": "^3.1.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.1"
  14735. },
  14736. "peerDependenciesMeta": {
  14737. "@nuxt/kit": {
  14738. "optional": true
  14739. }
  14740. }
  14741. },
  14742. "node_modules/vite-plugin-vue-devtools": {
  14743. "version": "7.7.5",
  14744. "resolved": "https://registry.npmmirror.com/vite-plugin-vue-devtools/-/vite-plugin-vue-devtools-7.7.5.tgz",
  14745. "integrity": "sha512-cSlQYI1E+8d0qubBg70suTBbXMFbTHLn7vLPYUPK9GjNNJ0nw+Yks0ZLOAp7/+PjmqSpN5fK1taor6HeAjKb1g==",
  14746. "dev": true,
  14747. "license": "MIT",
  14748. "dependencies": {
  14749. "@vue/devtools-core": "^7.7.5",
  14750. "@vue/devtools-kit": "^7.7.5",
  14751. "@vue/devtools-shared": "^7.7.5",
  14752. "execa": "^9.5.2",
  14753. "sirv": "^3.0.1",
  14754. "vite-plugin-inspect": "0.8.9",
  14755. "vite-plugin-vue-inspector": "^5.3.1"
  14756. },
  14757. "engines": {
  14758. "node": ">=v14.21.3"
  14759. },
  14760. "peerDependencies": {
  14761. "vite": "^3.1.0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0"
  14762. }
  14763. },
  14764. "node_modules/vite-plugin-vue-inspector": {
  14765. "version": "5.3.1",
  14766. "resolved": "https://registry.npmmirror.com/vite-plugin-vue-inspector/-/vite-plugin-vue-inspector-5.3.1.tgz",
  14767. "integrity": "sha512-cBk172kZKTdvGpJuzCCLg8lJ909wopwsu3Ve9FsL1XsnLBiRT9U3MePcqrgGHgCX2ZgkqZmAGR8taxw+TV6s7A==",
  14768. "dev": true,
  14769. "license": "MIT",
  14770. "dependencies": {
  14771. "@babel/core": "^7.23.0",
  14772. "@babel/plugin-proposal-decorators": "^7.23.0",
  14773. "@babel/plugin-syntax-import-attributes": "^7.22.5",
  14774. "@babel/plugin-syntax-import-meta": "^7.10.4",
  14775. "@babel/plugin-transform-typescript": "^7.22.15",
  14776. "@vue/babel-plugin-jsx": "^1.1.5",
  14777. "@vue/compiler-dom": "^3.3.4",
  14778. "kolorist": "^1.8.0",
  14779. "magic-string": "^0.30.4"
  14780. },
  14781. "peerDependencies": {
  14782. "vite": "^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0"
  14783. }
  14784. },
  14785. "node_modules/vite-plugin-vue-tracer": {
  14786. "version": "1.2.0",
  14787. "resolved": "https://registry.npmmirror.com/vite-plugin-vue-tracer/-/vite-plugin-vue-tracer-1.2.0.tgz",
  14788. "integrity": "sha512-a9Z/TLpxwmoE9kIcv28wqQmiszM7ec4zgndXWEsVD/2lEZLRGzcg7ONXmplzGF/UP5W59QNtS809OdywwpUWQQ==",
  14789. "license": "MIT",
  14790. "dependencies": {
  14791. "estree-walker": "^3.0.3",
  14792. "exsolve": "^1.0.8",
  14793. "magic-string": "^0.30.21",
  14794. "pathe": "^2.0.3",
  14795. "source-map-js": "^1.2.1"
  14796. },
  14797. "funding": {
  14798. "url": "https://github.com/sponsors/antfu"
  14799. },
  14800. "peerDependencies": {
  14801. "vite": "^6.0.0 || ^7.0.0",
  14802. "vue": "^3.5.0"
  14803. }
  14804. },
  14805. "node_modules/vite-plugin-vue-tracer/node_modules/estree-walker": {
  14806. "version": "3.0.3",
  14807. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-3.0.3.tgz",
  14808. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  14809. "license": "MIT",
  14810. "dependencies": {
  14811. "@types/estree": "^1.0.0"
  14812. }
  14813. },
  14814. "node_modules/vscode-uri": {
  14815. "version": "3.1.0",
  14816. "resolved": "https://registry.npmmirror.com/vscode-uri/-/vscode-uri-3.1.0.tgz",
  14817. "integrity": "sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==",
  14818. "license": "MIT"
  14819. },
  14820. "node_modules/vue": {
  14821. "version": "3.5.29",
  14822. "resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.29.tgz",
  14823. "integrity": "sha512-BZqN4Ze6mDQVNAni0IHeMJ5mwr8VAJ3MQC9FmprRhcBYENw+wOAAjRj8jfmN6FLl0j96OXbR+CjWhmAmM+QGnA==",
  14824. "license": "MIT",
  14825. "dependencies": {
  14826. "@vue/compiler-dom": "3.5.29",
  14827. "@vue/compiler-sfc": "3.5.29",
  14828. "@vue/runtime-dom": "3.5.29",
  14829. "@vue/server-renderer": "3.5.29",
  14830. "@vue/shared": "3.5.29"
  14831. },
  14832. "peerDependencies": {
  14833. "typescript": "*"
  14834. },
  14835. "peerDependenciesMeta": {
  14836. "typescript": {
  14837. "optional": true
  14838. }
  14839. }
  14840. },
  14841. "node_modules/vue-bundle-renderer": {
  14842. "version": "2.2.0",
  14843. "resolved": "https://registry.npmmirror.com/vue-bundle-renderer/-/vue-bundle-renderer-2.2.0.tgz",
  14844. "integrity": "sha512-sz/0WEdYH1KfaOm0XaBmRZOWgYTEvUDt6yPYaUzl4E52qzgWLlknaPPTTZmp6benaPTlQAI/hN1x3tAzZygycg==",
  14845. "license": "MIT",
  14846. "dependencies": {
  14847. "ufo": "^1.6.1"
  14848. }
  14849. },
  14850. "node_modules/vue-devtools-stub": {
  14851. "version": "0.1.0",
  14852. "resolved": "https://registry.npmmirror.com/vue-devtools-stub/-/vue-devtools-stub-0.1.0.tgz",
  14853. "integrity": "sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ==",
  14854. "license": "MIT"
  14855. },
  14856. "node_modules/vue-router": {
  14857. "version": "4.6.4",
  14858. "resolved": "https://registry.npmmirror.com/vue-router/-/vue-router-4.6.4.tgz",
  14859. "integrity": "sha512-Hz9q5sa33Yhduglwz6g9skT8OBPii+4bFn88w6J+J4MfEo4KRRpmiNG/hHHkdbRFlLBOqxN8y8gf2Fb0MTUgVg==",
  14860. "license": "MIT",
  14861. "dependencies": {
  14862. "@vue/devtools-api": "^6.6.4"
  14863. },
  14864. "funding": {
  14865. "url": "https://github.com/sponsors/posva"
  14866. },
  14867. "peerDependencies": {
  14868. "vue": "^3.5.0"
  14869. }
  14870. },
  14871. "node_modules/vue-router/node_modules/@vue/devtools-api": {
  14872. "version": "6.6.4",
  14873. "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  14874. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  14875. "license": "MIT"
  14876. },
  14877. "node_modules/vue-tsc": {
  14878. "version": "2.2.10",
  14879. "resolved": "https://registry.npmmirror.com/vue-tsc/-/vue-tsc-2.2.10.tgz",
  14880. "integrity": "sha512-jWZ1xSaNbabEV3whpIDMbjVSVawjAyW+x1n3JeGQo7S0uv2n9F/JMgWW90tGWNFRKya4YwKMZgCtr0vRAM7DeQ==",
  14881. "devOptional": true,
  14882. "license": "MIT",
  14883. "dependencies": {
  14884. "@volar/typescript": "~2.4.11",
  14885. "@vue/language-core": "2.2.10"
  14886. },
  14887. "bin": {
  14888. "vue-tsc": "bin/vue-tsc.js"
  14889. },
  14890. "peerDependencies": {
  14891. "typescript": ">=5.0.0"
  14892. }
  14893. },
  14894. "node_modules/vue-types": {
  14895. "version": "3.0.2",
  14896. "resolved": "https://registry.npmmirror.com/vue-types/-/vue-types-3.0.2.tgz",
  14897. "integrity": "sha512-IwUC0Aq2zwaXqy74h4WCvFCUtoV0iSWr0snWnE9TnU18S66GAQyqQbRf2qfJtUuiFsBf6qp0MEwdonlwznlcrw==",
  14898. "license": "MIT",
  14899. "dependencies": {
  14900. "is-plain-object": "3.0.1"
  14901. },
  14902. "engines": {
  14903. "node": ">=10.15.0"
  14904. },
  14905. "peerDependencies": {
  14906. "vue": "^3.0.0"
  14907. }
  14908. },
  14909. "node_modules/vue3-carousel": {
  14910. "version": "0.15.0",
  14911. "resolved": "https://registry.npmmirror.com/vue3-carousel/-/vue3-carousel-0.15.0.tgz",
  14912. "integrity": "sha512-yYBBEdmvsMNlgKivVHiFMKV7TlWDoMEiVLA+Vb31t1JEQILAQYADMDYYuE9mp6OSGEQpCBgt8e/EpO2MZlQhcw==",
  14913. "license": "MIT",
  14914. "peerDependencies": {
  14915. "vue": "^3.5.0"
  14916. }
  14917. },
  14918. "node_modules/warning": {
  14919. "version": "4.0.3",
  14920. "resolved": "https://registry.npmmirror.com/warning/-/warning-4.0.3.tgz",
  14921. "integrity": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==",
  14922. "license": "MIT",
  14923. "dependencies": {
  14924. "loose-envify": "^1.0.0"
  14925. }
  14926. },
  14927. "node_modules/webidl-conversions": {
  14928. "version": "3.0.1",
  14929. "resolved": "https://registry.npmmirror.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
  14930. "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
  14931. "license": "BSD-2-Clause"
  14932. },
  14933. "node_modules/webpack-virtual-modules": {
  14934. "version": "0.6.2",
  14935. "resolved": "https://registry.npmmirror.com/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  14936. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
  14937. "license": "MIT"
  14938. },
  14939. "node_modules/whatwg-url": {
  14940. "version": "5.0.0",
  14941. "resolved": "https://registry.npmmirror.com/whatwg-url/-/whatwg-url-5.0.0.tgz",
  14942. "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
  14943. "license": "MIT",
  14944. "dependencies": {
  14945. "tr46": "~0.0.3",
  14946. "webidl-conversions": "^3.0.0"
  14947. }
  14948. },
  14949. "node_modules/which": {
  14950. "version": "5.0.0",
  14951. "resolved": "https://registry.npmmirror.com/which/-/which-5.0.0.tgz",
  14952. "integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==",
  14953. "license": "ISC",
  14954. "dependencies": {
  14955. "isexe": "^3.1.1"
  14956. },
  14957. "bin": {
  14958. "node-which": "bin/which.js"
  14959. },
  14960. "engines": {
  14961. "node": "^18.17.0 || >=20.5.0"
  14962. }
  14963. },
  14964. "node_modules/win-release": {
  14965. "version": "1.1.1",
  14966. "resolved": "https://registry.npmmirror.com/win-release/-/win-release-1.1.1.tgz",
  14967. "integrity": "sha512-iCRnKVvGxOQdsKhcQId2PXV1vV3J/sDPXKA4Oe9+Eti2nb2ESEsYHRYls/UjoUW3bIc5ZDO8dTH50A/5iVN+bw==",
  14968. "dev": true,
  14969. "license": "MIT",
  14970. "dependencies": {
  14971. "semver": "^5.0.1"
  14972. },
  14973. "engines": {
  14974. "node": ">=0.10.0"
  14975. }
  14976. },
  14977. "node_modules/win-release/node_modules/semver": {
  14978. "version": "5.7.2",
  14979. "resolved": "https://registry.npmmirror.com/semver/-/semver-5.7.2.tgz",
  14980. "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
  14981. "dev": true,
  14982. "license": "ISC",
  14983. "bin": {
  14984. "semver": "bin/semver"
  14985. }
  14986. },
  14987. "node_modules/wrap-ansi": {
  14988. "version": "6.2.0",
  14989. "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
  14990. "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
  14991. "dev": true,
  14992. "license": "MIT",
  14993. "dependencies": {
  14994. "ansi-styles": "^4.0.0",
  14995. "string-width": "^4.1.0",
  14996. "strip-ansi": "^6.0.0"
  14997. },
  14998. "engines": {
  14999. "node": ">=8"
  15000. }
  15001. },
  15002. "node_modules/wrap-ansi-cjs": {
  15003. "name": "wrap-ansi",
  15004. "version": "7.0.0",
  15005. "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  15006. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  15007. "license": "MIT",
  15008. "dependencies": {
  15009. "ansi-styles": "^4.0.0",
  15010. "string-width": "^4.1.0",
  15011. "strip-ansi": "^6.0.0"
  15012. },
  15013. "engines": {
  15014. "node": ">=10"
  15015. },
  15016. "funding": {
  15017. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  15018. }
  15019. },
  15020. "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
  15021. "version": "5.0.1",
  15022. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  15023. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  15024. "license": "MIT",
  15025. "engines": {
  15026. "node": ">=8"
  15027. }
  15028. },
  15029. "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
  15030. "version": "4.3.0",
  15031. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  15032. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  15033. "license": "MIT",
  15034. "dependencies": {
  15035. "color-convert": "^2.0.1"
  15036. },
  15037. "engines": {
  15038. "node": ">=8"
  15039. },
  15040. "funding": {
  15041. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  15042. }
  15043. },
  15044. "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
  15045. "version": "6.0.1",
  15046. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  15047. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  15048. "license": "MIT",
  15049. "dependencies": {
  15050. "ansi-regex": "^5.0.1"
  15051. },
  15052. "engines": {
  15053. "node": ">=8"
  15054. }
  15055. },
  15056. "node_modules/wrap-ansi/node_modules/ansi-regex": {
  15057. "version": "5.0.1",
  15058. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  15059. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  15060. "dev": true,
  15061. "license": "MIT",
  15062. "engines": {
  15063. "node": ">=8"
  15064. }
  15065. },
  15066. "node_modules/wrap-ansi/node_modules/ansi-styles": {
  15067. "version": "4.3.0",
  15068. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  15069. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  15070. "dev": true,
  15071. "license": "MIT",
  15072. "dependencies": {
  15073. "color-convert": "^2.0.1"
  15074. },
  15075. "engines": {
  15076. "node": ">=8"
  15077. },
  15078. "funding": {
  15079. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  15080. }
  15081. },
  15082. "node_modules/wrap-ansi/node_modules/strip-ansi": {
  15083. "version": "6.0.1",
  15084. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  15085. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  15086. "dev": true,
  15087. "license": "MIT",
  15088. "dependencies": {
  15089. "ansi-regex": "^5.0.1"
  15090. },
  15091. "engines": {
  15092. "node": ">=8"
  15093. }
  15094. },
  15095. "node_modules/wrappy": {
  15096. "version": "1.0.2",
  15097. "resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz",
  15098. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
  15099. "dev": true,
  15100. "license": "ISC"
  15101. },
  15102. "node_modules/ws": {
  15103. "version": "8.19.0",
  15104. "resolved": "https://registry.npmmirror.com/ws/-/ws-8.19.0.tgz",
  15105. "integrity": "sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==",
  15106. "license": "MIT",
  15107. "engines": {
  15108. "node": ">=10.0.0"
  15109. },
  15110. "peerDependencies": {
  15111. "bufferutil": "^4.0.1",
  15112. "utf-8-validate": ">=5.0.2"
  15113. },
  15114. "peerDependenciesMeta": {
  15115. "bufferutil": {
  15116. "optional": true
  15117. },
  15118. "utf-8-validate": {
  15119. "optional": true
  15120. }
  15121. }
  15122. },
  15123. "node_modules/wsl-utils": {
  15124. "version": "0.1.0",
  15125. "resolved": "https://registry.npmmirror.com/wsl-utils/-/wsl-utils-0.1.0.tgz",
  15126. "integrity": "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==",
  15127. "license": "MIT",
  15128. "dependencies": {
  15129. "is-wsl": "^3.1.0"
  15130. },
  15131. "engines": {
  15132. "node": ">=18"
  15133. },
  15134. "funding": {
  15135. "url": "https://github.com/sponsors/sindresorhus"
  15136. }
  15137. },
  15138. "node_modules/xml2js": {
  15139. "version": "0.6.2",
  15140. "resolved": "https://registry.npmmirror.com/xml2js/-/xml2js-0.6.2.tgz",
  15141. "integrity": "sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==",
  15142. "devOptional": true,
  15143. "license": "MIT",
  15144. "dependencies": {
  15145. "sax": ">=0.6.0",
  15146. "xmlbuilder": "~11.0.0"
  15147. },
  15148. "engines": {
  15149. "node": ">=4.0.0"
  15150. }
  15151. },
  15152. "node_modules/xmlbuilder": {
  15153. "version": "11.0.1",
  15154. "resolved": "https://registry.npmmirror.com/xmlbuilder/-/xmlbuilder-11.0.1.tgz",
  15155. "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==",
  15156. "devOptional": true,
  15157. "license": "MIT",
  15158. "engines": {
  15159. "node": ">=4.0"
  15160. }
  15161. },
  15162. "node_modules/xtend": {
  15163. "version": "4.0.2",
  15164. "resolved": "https://registry.npmmirror.com/xtend/-/xtend-4.0.2.tgz",
  15165. "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
  15166. "dev": true,
  15167. "license": "MIT",
  15168. "engines": {
  15169. "node": ">=0.4"
  15170. }
  15171. },
  15172. "node_modules/y18n": {
  15173. "version": "5.0.8",
  15174. "resolved": "https://registry.npmmirror.com/y18n/-/y18n-5.0.8.tgz",
  15175. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  15176. "license": "ISC",
  15177. "engines": {
  15178. "node": ">=10"
  15179. }
  15180. },
  15181. "node_modules/yallist": {
  15182. "version": "3.1.1",
  15183. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz",
  15184. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  15185. "license": "ISC"
  15186. },
  15187. "node_modules/yaml": {
  15188. "version": "2.8.2",
  15189. "resolved": "https://registry.npmmirror.com/yaml/-/yaml-2.8.2.tgz",
  15190. "integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==",
  15191. "license": "ISC",
  15192. "bin": {
  15193. "yaml": "bin.mjs"
  15194. },
  15195. "engines": {
  15196. "node": ">= 14.6"
  15197. },
  15198. "funding": {
  15199. "url": "https://github.com/sponsors/eemeli"
  15200. }
  15201. },
  15202. "node_modules/yargs": {
  15203. "version": "17.7.2",
  15204. "resolved": "https://registry.npmmirror.com/yargs/-/yargs-17.7.2.tgz",
  15205. "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
  15206. "license": "MIT",
  15207. "dependencies": {
  15208. "cliui": "^8.0.1",
  15209. "escalade": "^3.1.1",
  15210. "get-caller-file": "^2.0.5",
  15211. "require-directory": "^2.1.1",
  15212. "string-width": "^4.2.3",
  15213. "y18n": "^5.0.5",
  15214. "yargs-parser": "^21.1.1"
  15215. },
  15216. "engines": {
  15217. "node": ">=12"
  15218. }
  15219. },
  15220. "node_modules/yargs-parser": {
  15221. "version": "21.1.1",
  15222. "resolved": "https://registry.npmmirror.com/yargs-parser/-/yargs-parser-21.1.1.tgz",
  15223. "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
  15224. "license": "ISC",
  15225. "engines": {
  15226. "node": ">=12"
  15227. }
  15228. },
  15229. "node_modules/yoctocolors": {
  15230. "version": "2.1.1",
  15231. "resolved": "https://registry.npmmirror.com/yoctocolors/-/yoctocolors-2.1.1.tgz",
  15232. "integrity": "sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==",
  15233. "dev": true,
  15234. "license": "MIT",
  15235. "engines": {
  15236. "node": ">=18"
  15237. },
  15238. "funding": {
  15239. "url": "https://github.com/sponsors/sindresorhus"
  15240. }
  15241. },
  15242. "node_modules/yoctocolors-cjs": {
  15243. "version": "2.1.3",
  15244. "resolved": "https://registry.npmmirror.com/yoctocolors-cjs/-/yoctocolors-cjs-2.1.3.tgz",
  15245. "integrity": "sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw==",
  15246. "dev": true,
  15247. "license": "MIT",
  15248. "engines": {
  15249. "node": ">=18"
  15250. },
  15251. "funding": {
  15252. "url": "https://github.com/sponsors/sindresorhus"
  15253. }
  15254. },
  15255. "node_modules/youch": {
  15256. "version": "4.1.0",
  15257. "resolved": "https://registry.npmmirror.com/youch/-/youch-4.1.0.tgz",
  15258. "integrity": "sha512-cYekNh2tUoU+voS11X0D0UQntVCSO6LQ1h10VriQGmfbpf0mnGTruwZICts23UUNiZCXm8H8hQBtRrdsbhuNNg==",
  15259. "license": "MIT",
  15260. "dependencies": {
  15261. "@poppinss/colors": "^4.1.6",
  15262. "@poppinss/dumper": "^0.7.0",
  15263. "@speed-highlight/core": "^1.2.14",
  15264. "cookie-es": "^2.0.0",
  15265. "youch-core": "^0.3.3"
  15266. }
  15267. },
  15268. "node_modules/youch-core": {
  15269. "version": "0.3.3",
  15270. "resolved": "https://registry.npmmirror.com/youch-core/-/youch-core-0.3.3.tgz",
  15271. "integrity": "sha512-ho7XuGjLaJ2hWHoK8yFnsUGy2Y5uDpqSTq1FkHLK4/oqKtyUU1AFbOOxY4IpC9f0fTLjwYbslUz0Po5BpD1wrA==",
  15272. "license": "MIT",
  15273. "dependencies": {
  15274. "@poppinss/exception": "^1.2.2",
  15275. "error-stack-parser-es": "^1.0.5"
  15276. }
  15277. },
  15278. "node_modules/youch-core/node_modules/error-stack-parser-es": {
  15279. "version": "1.0.5",
  15280. "resolved": "https://registry.npmmirror.com/error-stack-parser-es/-/error-stack-parser-es-1.0.5.tgz",
  15281. "integrity": "sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==",
  15282. "license": "MIT",
  15283. "funding": {
  15284. "url": "https://github.com/sponsors/antfu"
  15285. }
  15286. },
  15287. "node_modules/zip-stream": {
  15288. "version": "6.0.1",
  15289. "resolved": "https://registry.npmmirror.com/zip-stream/-/zip-stream-6.0.1.tgz",
  15290. "integrity": "sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==",
  15291. "license": "MIT",
  15292. "dependencies": {
  15293. "archiver-utils": "^5.0.0",
  15294. "compress-commons": "^6.0.2",
  15295. "readable-stream": "^4.0.0"
  15296. },
  15297. "engines": {
  15298. "node": ">= 14"
  15299. }
  15300. }
  15301. }
  15302. }