package-lock.json 556 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919492049214922492349244925492649274928492949304931493249334934493549364937493849394940494149424943494449454946494749484949495049514952495349544955495649574958495949604961496249634964496549664967496849694970497149724973497449754976497749784979498049814982498349844985498649874988498949904991499249934994499549964997499849995000500150025003500450055006500750085009501050115012501350145015501650175018501950205021502250235024502550265027502850295030503150325033503450355036503750385039504050415042504350445045504650475048504950505051505250535054505550565057505850595060506150625063506450655066506750685069507050715072507350745075507650775078507950805081508250835084508550865087508850895090509150925093509450955096509750985099510051015102510351045105510651075108510951105111511251135114511551165117511851195120512151225123512451255126512751285129513051315132513351345135513651375138513951405141514251435144514551465147514851495150515151525153515451555156515751585159516051615162516351645165516651675168516951705171517251735174517551765177517851795180518151825183518451855186518751885189519051915192519351945195519651975198519952005201520252035204520552065207520852095210521152125213521452155216521752185219522052215222522352245225522652275228522952305231523252335234523552365237523852395240524152425243524452455246524752485249525052515252525352545255525652575258525952605261526252635264526552665267526852695270527152725273527452755276527752785279528052815282528352845285528652875288528952905291529252935294529552965297529852995300530153025303530453055306530753085309531053115312531353145315531653175318531953205321532253235324532553265327532853295330533153325333533453355336533753385339534053415342534353445345534653475348534953505351535253535354535553565357535853595360536153625363536453655366536753685369537053715372537353745375537653775378537953805381538253835384538553865387538853895390539153925393539453955396539753985399540054015402540354045405540654075408540954105411541254135414541554165417541854195420542154225423542454255426542754285429543054315432543354345435543654375438543954405441544254435444544554465447544854495450545154525453545454555456545754585459546054615462546354645465546654675468546954705471547254735474547554765477547854795480548154825483548454855486548754885489549054915492549354945495549654975498549955005501550255035504550555065507550855095510551155125513551455155516551755185519552055215522552355245525552655275528552955305531553255335534553555365537553855395540554155425543554455455546554755485549555055515552555355545555555655575558555955605561556255635564556555665567556855695570557155725573557455755576557755785579558055815582558355845585558655875588558955905591559255935594559555965597559855995600560156025603560456055606560756085609561056115612561356145615561656175618561956205621562256235624562556265627562856295630563156325633563456355636563756385639564056415642564356445645564656475648564956505651565256535654565556565657565856595660566156625663566456655666566756685669567056715672567356745675567656775678567956805681568256835684568556865687568856895690569156925693569456955696569756985699570057015702570357045705570657075708570957105711571257135714571557165717571857195720572157225723572457255726572757285729573057315732573357345735573657375738573957405741574257435744574557465747574857495750575157525753575457555756575757585759576057615762576357645765576657675768576957705771577257735774577557765777577857795780578157825783578457855786578757885789579057915792579357945795579657975798579958005801580258035804580558065807580858095810581158125813581458155816581758185819582058215822582358245825582658275828582958305831583258335834583558365837583858395840584158425843584458455846584758485849585058515852585358545855585658575858585958605861586258635864586558665867586858695870587158725873587458755876587758785879588058815882588358845885588658875888588958905891589258935894589558965897589858995900590159025903590459055906590759085909591059115912591359145915591659175918591959205921592259235924592559265927592859295930593159325933593459355936593759385939594059415942594359445945594659475948594959505951595259535954595559565957595859595960596159625963596459655966596759685969597059715972597359745975597659775978597959805981598259835984598559865987598859895990599159925993599459955996599759985999600060016002600360046005600660076008600960106011601260136014601560166017601860196020602160226023602460256026602760286029603060316032603360346035603660376038603960406041604260436044604560466047604860496050605160526053605460556056605760586059606060616062606360646065606660676068606960706071607260736074607560766077607860796080608160826083608460856086608760886089609060916092609360946095609660976098609961006101610261036104610561066107610861096110611161126113611461156116611761186119612061216122612361246125612661276128612961306131613261336134613561366137613861396140614161426143614461456146614761486149615061516152615361546155615661576158615961606161616261636164616561666167616861696170617161726173617461756176617761786179618061816182618361846185618661876188618961906191619261936194619561966197619861996200620162026203620462056206620762086209621062116212621362146215621662176218621962206221622262236224622562266227622862296230623162326233623462356236623762386239624062416242624362446245624662476248624962506251625262536254625562566257625862596260626162626263626462656266626762686269627062716272627362746275627662776278627962806281628262836284628562866287628862896290629162926293629462956296629762986299630063016302630363046305630663076308630963106311631263136314631563166317631863196320632163226323632463256326632763286329633063316332633363346335633663376338633963406341634263436344634563466347634863496350635163526353635463556356635763586359636063616362636363646365636663676368636963706371637263736374637563766377637863796380638163826383638463856386638763886389639063916392639363946395639663976398639964006401640264036404640564066407640864096410641164126413641464156416641764186419642064216422642364246425642664276428642964306431643264336434643564366437643864396440644164426443644464456446644764486449645064516452645364546455645664576458645964606461646264636464646564666467646864696470647164726473647464756476647764786479648064816482648364846485648664876488648964906491649264936494649564966497649864996500650165026503650465056506650765086509651065116512651365146515651665176518651965206521652265236524652565266527652865296530653165326533653465356536653765386539654065416542654365446545654665476548654965506551655265536554655565566557655865596560656165626563656465656566656765686569657065716572657365746575657665776578657965806581658265836584658565866587658865896590659165926593659465956596659765986599660066016602660366046605660666076608660966106611661266136614661566166617661866196620662166226623662466256626662766286629663066316632663366346635663666376638663966406641664266436644664566466647664866496650665166526653665466556656665766586659666066616662666366646665666666676668666966706671667266736674667566766677667866796680668166826683668466856686668766886689669066916692669366946695669666976698669967006701670267036704670567066707670867096710671167126713671467156716671767186719672067216722672367246725672667276728672967306731673267336734673567366737673867396740674167426743674467456746674767486749675067516752675367546755675667576758675967606761676267636764676567666767676867696770677167726773677467756776677767786779678067816782678367846785678667876788678967906791679267936794679567966797679867996800680168026803680468056806680768086809681068116812681368146815681668176818681968206821682268236824682568266827682868296830683168326833683468356836683768386839684068416842684368446845684668476848684968506851685268536854685568566857685868596860686168626863686468656866686768686869687068716872687368746875687668776878687968806881688268836884688568866887688868896890689168926893689468956896689768986899690069016902690369046905690669076908690969106911691269136914691569166917691869196920692169226923692469256926692769286929693069316932693369346935693669376938693969406941694269436944694569466947694869496950695169526953695469556956695769586959696069616962696369646965696669676968696969706971697269736974697569766977697869796980698169826983698469856986698769886989699069916992699369946995699669976998699970007001700270037004700570067007700870097010701170127013701470157016701770187019702070217022702370247025702670277028702970307031703270337034703570367037703870397040704170427043704470457046704770487049705070517052705370547055705670577058705970607061706270637064706570667067706870697070707170727073707470757076707770787079708070817082708370847085708670877088708970907091709270937094709570967097709870997100710171027103710471057106710771087109711071117112711371147115711671177118711971207121712271237124712571267127712871297130713171327133713471357136713771387139714071417142714371447145714671477148714971507151715271537154715571567157715871597160716171627163716471657166716771687169717071717172717371747175717671777178717971807181718271837184718571867187718871897190719171927193719471957196719771987199720072017202720372047205720672077208720972107211721272137214721572167217721872197220722172227223722472257226722772287229723072317232723372347235723672377238723972407241724272437244724572467247724872497250725172527253725472557256725772587259726072617262726372647265726672677268726972707271727272737274727572767277727872797280728172827283728472857286728772887289729072917292729372947295729672977298729973007301730273037304730573067307730873097310731173127313731473157316731773187319732073217322732373247325732673277328732973307331733273337334733573367337733873397340734173427343734473457346734773487349735073517352735373547355735673577358735973607361736273637364736573667367736873697370737173727373737473757376737773787379738073817382738373847385738673877388738973907391739273937394739573967397739873997400740174027403740474057406740774087409741074117412741374147415741674177418741974207421742274237424742574267427742874297430743174327433743474357436743774387439744074417442744374447445744674477448744974507451745274537454745574567457745874597460746174627463746474657466746774687469747074717472747374747475747674777478747974807481748274837484748574867487748874897490749174927493749474957496749774987499750075017502750375047505750675077508750975107511751275137514751575167517751875197520752175227523752475257526752775287529753075317532753375347535753675377538753975407541754275437544754575467547754875497550755175527553755475557556755775587559756075617562756375647565756675677568756975707571757275737574757575767577757875797580758175827583758475857586758775887589759075917592759375947595759675977598759976007601760276037604760576067607760876097610761176127613761476157616761776187619762076217622762376247625762676277628762976307631763276337634763576367637763876397640764176427643764476457646764776487649765076517652765376547655765676577658765976607661766276637664766576667667766876697670767176727673767476757676767776787679768076817682768376847685768676877688768976907691769276937694769576967697769876997700770177027703770477057706770777087709771077117712771377147715771677177718771977207721772277237724772577267727772877297730773177327733773477357736773777387739774077417742774377447745774677477748774977507751775277537754775577567757775877597760776177627763776477657766776777687769777077717772777377747775777677777778777977807781778277837784778577867787778877897790779177927793779477957796779777987799780078017802780378047805780678077808780978107811781278137814781578167817781878197820782178227823782478257826782778287829783078317832783378347835783678377838783978407841784278437844784578467847784878497850785178527853785478557856785778587859786078617862786378647865786678677868786978707871787278737874787578767877787878797880788178827883788478857886788778887889789078917892789378947895789678977898789979007901790279037904790579067907790879097910791179127913791479157916791779187919792079217922792379247925792679277928792979307931793279337934793579367937793879397940794179427943794479457946794779487949795079517952795379547955795679577958795979607961796279637964796579667967796879697970797179727973797479757976797779787979798079817982798379847985798679877988798979907991799279937994799579967997799879998000800180028003800480058006800780088009801080118012801380148015801680178018801980208021802280238024802580268027802880298030803180328033803480358036803780388039804080418042804380448045804680478048804980508051805280538054805580568057805880598060806180628063806480658066806780688069807080718072807380748075807680778078807980808081808280838084808580868087808880898090809180928093809480958096809780988099810081018102810381048105810681078108810981108111811281138114811581168117811881198120812181228123812481258126812781288129813081318132813381348135813681378138813981408141814281438144814581468147814881498150815181528153815481558156815781588159816081618162816381648165816681678168816981708171817281738174817581768177817881798180818181828183818481858186818781888189819081918192819381948195819681978198819982008201820282038204820582068207820882098210821182128213821482158216821782188219822082218222822382248225822682278228822982308231823282338234823582368237823882398240824182428243824482458246824782488249825082518252825382548255825682578258825982608261826282638264826582668267826882698270827182728273827482758276827782788279828082818282828382848285828682878288828982908291829282938294829582968297829882998300830183028303830483058306830783088309831083118312831383148315831683178318831983208321832283238324832583268327832883298330833183328333833483358336833783388339834083418342834383448345834683478348834983508351835283538354835583568357835883598360836183628363836483658366836783688369837083718372837383748375837683778378837983808381838283838384838583868387838883898390839183928393839483958396839783988399840084018402840384048405840684078408840984108411841284138414841584168417841884198420842184228423842484258426842784288429843084318432843384348435843684378438843984408441844284438444844584468447844884498450845184528453845484558456845784588459846084618462846384648465846684678468846984708471847284738474847584768477847884798480848184828483848484858486848784888489849084918492849384948495849684978498849985008501850285038504850585068507850885098510851185128513851485158516851785188519852085218522852385248525852685278528852985308531853285338534853585368537853885398540854185428543854485458546854785488549855085518552855385548555855685578558855985608561856285638564856585668567856885698570857185728573857485758576857785788579858085818582858385848585858685878588858985908591859285938594859585968597859885998600860186028603860486058606860786088609861086118612861386148615861686178618861986208621862286238624862586268627862886298630863186328633863486358636863786388639864086418642864386448645864686478648864986508651865286538654865586568657865886598660866186628663866486658666866786688669867086718672867386748675867686778678867986808681868286838684868586868687868886898690869186928693869486958696869786988699870087018702870387048705870687078708870987108711871287138714871587168717871887198720872187228723872487258726872787288729873087318732873387348735873687378738873987408741874287438744874587468747874887498750875187528753875487558756875787588759876087618762876387648765876687678768876987708771877287738774877587768777877887798780878187828783878487858786878787888789879087918792879387948795879687978798879988008801880288038804880588068807880888098810881188128813881488158816881788188819882088218822882388248825882688278828882988308831883288338834883588368837883888398840884188428843884488458846884788488849885088518852885388548855885688578858885988608861886288638864886588668867886888698870887188728873887488758876887788788879888088818882888388848885888688878888888988908891889288938894889588968897889888998900890189028903890489058906890789088909891089118912891389148915891689178918891989208921892289238924892589268927892889298930893189328933893489358936893789388939894089418942894389448945894689478948894989508951895289538954895589568957895889598960896189628963896489658966896789688969897089718972897389748975897689778978897989808981898289838984898589868987898889898990899189928993899489958996899789988999900090019002900390049005900690079008900990109011901290139014901590169017901890199020902190229023902490259026902790289029903090319032903390349035903690379038903990409041904290439044904590469047904890499050905190529053905490559056905790589059906090619062906390649065906690679068906990709071907290739074907590769077907890799080908190829083908490859086908790889089909090919092909390949095909690979098909991009101910291039104910591069107910891099110911191129113911491159116911791189119912091219122912391249125912691279128912991309131913291339134913591369137913891399140914191429143914491459146914791489149915091519152915391549155915691579158915991609161916291639164916591669167916891699170917191729173917491759176917791789179918091819182918391849185918691879188918991909191919291939194919591969197919891999200920192029203920492059206920792089209921092119212921392149215921692179218921992209221922292239224922592269227922892299230923192329233923492359236923792389239924092419242924392449245924692479248924992509251925292539254925592569257925892599260926192629263926492659266926792689269927092719272927392749275927692779278927992809281928292839284928592869287928892899290929192929293929492959296929792989299930093019302930393049305930693079308930993109311931293139314931593169317931893199320932193229323932493259326932793289329933093319332933393349335933693379338933993409341934293439344934593469347934893499350935193529353935493559356935793589359936093619362936393649365936693679368936993709371937293739374937593769377937893799380938193829383938493859386938793889389939093919392939393949395939693979398939994009401940294039404940594069407940894099410941194129413941494159416941794189419942094219422942394249425942694279428942994309431943294339434943594369437943894399440944194429443944494459446944794489449945094519452945394549455945694579458945994609461946294639464946594669467946894699470947194729473947494759476947794789479948094819482948394849485948694879488948994909491949294939494949594969497949894999500950195029503950495059506950795089509951095119512951395149515951695179518951995209521952295239524952595269527952895299530953195329533953495359536953795389539954095419542954395449545954695479548954995509551955295539554955595569557955895599560956195629563956495659566956795689569957095719572957395749575957695779578957995809581958295839584958595869587958895899590959195929593959495959596959795989599960096019602960396049605960696079608960996109611961296139614961596169617961896199620962196229623962496259626962796289629963096319632963396349635963696379638963996409641964296439644964596469647964896499650965196529653965496559656965796589659966096619662966396649665966696679668966996709671967296739674967596769677967896799680968196829683968496859686968796889689969096919692969396949695969696979698969997009701970297039704970597069707970897099710971197129713971497159716971797189719972097219722972397249725972697279728972997309731973297339734973597369737973897399740974197429743974497459746974797489749975097519752975397549755975697579758975997609761976297639764976597669767976897699770977197729773977497759776977797789779978097819782978397849785978697879788978997909791979297939794979597969797979897999800980198029803980498059806980798089809981098119812981398149815981698179818981998209821982298239824982598269827982898299830983198329833983498359836983798389839984098419842984398449845984698479848984998509851985298539854985598569857985898599860986198629863986498659866986798689869987098719872987398749875987698779878987998809881988298839884988598869887988898899890989198929893989498959896989798989899990099019902990399049905990699079908990999109911991299139914991599169917991899199920992199229923992499259926992799289929993099319932993399349935993699379938993999409941994299439944994599469947994899499950995199529953995499559956995799589959996099619962996399649965996699679968996999709971997299739974997599769977997899799980998199829983998499859986998799889989999099919992999399949995999699979998999910000100011000210003100041000510006100071000810009100101001110012100131001410015100161001710018100191002010021100221002310024100251002610027100281002910030100311003210033100341003510036100371003810039100401004110042100431004410045100461004710048100491005010051100521005310054100551005610057100581005910060100611006210063100641006510066100671006810069100701007110072100731007410075100761007710078100791008010081100821008310084100851008610087100881008910090100911009210093100941009510096100971009810099101001010110102101031010410105101061010710108101091011010111101121011310114101151011610117101181011910120101211012210123101241012510126101271012810129101301013110132101331013410135101361013710138101391014010141101421014310144101451014610147101481014910150101511015210153101541015510156101571015810159101601016110162101631016410165101661016710168101691017010171101721017310174101751017610177101781017910180101811018210183101841018510186101871018810189101901019110192101931019410195101961019710198101991020010201102021020310204102051020610207102081020910210102111021210213102141021510216102171021810219102201022110222102231022410225102261022710228102291023010231102321023310234102351023610237102381023910240102411024210243102441024510246102471024810249102501025110252102531025410255102561025710258102591026010261102621026310264102651026610267102681026910270102711027210273102741027510276102771027810279102801028110282102831028410285102861028710288102891029010291102921029310294102951029610297102981029910300103011030210303103041030510306103071030810309103101031110312103131031410315103161031710318103191032010321103221032310324103251032610327103281032910330103311033210333103341033510336103371033810339103401034110342103431034410345103461034710348103491035010351103521035310354103551035610357103581035910360103611036210363103641036510366103671036810369103701037110372103731037410375103761037710378103791038010381103821038310384103851038610387103881038910390103911039210393103941039510396103971039810399104001040110402104031040410405104061040710408104091041010411104121041310414104151041610417104181041910420104211042210423104241042510426104271042810429104301043110432104331043410435104361043710438104391044010441104421044310444104451044610447104481044910450104511045210453104541045510456104571045810459104601046110462104631046410465104661046710468104691047010471104721047310474104751047610477104781047910480104811048210483104841048510486104871048810489104901049110492104931049410495104961049710498104991050010501105021050310504105051050610507105081050910510105111051210513105141051510516105171051810519105201052110522105231052410525105261052710528105291053010531105321053310534105351053610537105381053910540105411054210543105441054510546105471054810549105501055110552105531055410555105561055710558105591056010561105621056310564105651056610567105681056910570105711057210573105741057510576105771057810579105801058110582105831058410585105861058710588105891059010591105921059310594105951059610597105981059910600106011060210603106041060510606106071060810609106101061110612106131061410615106161061710618106191062010621106221062310624106251062610627106281062910630106311063210633106341063510636106371063810639106401064110642106431064410645106461064710648106491065010651106521065310654106551065610657106581065910660106611066210663106641066510666106671066810669106701067110672106731067410675106761067710678106791068010681106821068310684106851068610687106881068910690106911069210693106941069510696106971069810699107001070110702107031070410705107061070710708107091071010711107121071310714107151071610717107181071910720107211072210723107241072510726107271072810729107301073110732107331073410735107361073710738107391074010741107421074310744107451074610747107481074910750107511075210753107541075510756107571075810759107601076110762107631076410765107661076710768107691077010771107721077310774107751077610777107781077910780107811078210783107841078510786107871078810789107901079110792107931079410795107961079710798107991080010801108021080310804108051080610807108081080910810108111081210813108141081510816108171081810819108201082110822108231082410825108261082710828108291083010831108321083310834108351083610837108381083910840108411084210843108441084510846108471084810849108501085110852108531085410855108561085710858108591086010861108621086310864108651086610867108681086910870108711087210873108741087510876108771087810879108801088110882108831088410885108861088710888108891089010891108921089310894108951089610897108981089910900109011090210903109041090510906109071090810909109101091110912109131091410915109161091710918109191092010921109221092310924109251092610927109281092910930109311093210933109341093510936109371093810939109401094110942109431094410945109461094710948109491095010951109521095310954109551095610957109581095910960109611096210963109641096510966109671096810969109701097110972109731097410975109761097710978109791098010981109821098310984109851098610987109881098910990109911099210993109941099510996109971099810999110001100111002110031100411005110061100711008110091101011011110121101311014110151101611017110181101911020110211102211023110241102511026110271102811029110301103111032110331103411035110361103711038110391104011041110421104311044110451104611047110481104911050110511105211053110541105511056110571105811059110601106111062110631106411065110661106711068110691107011071110721107311074110751107611077110781107911080110811108211083110841108511086110871108811089110901109111092110931109411095110961109711098110991110011101111021110311104111051110611107111081110911110111111111211113111141111511116111171111811119111201112111122111231112411125111261112711128111291113011131111321113311134111351113611137111381113911140111411114211143111441114511146111471114811149111501115111152111531115411155111561115711158111591116011161111621116311164111651116611167111681116911170111711117211173111741117511176111771117811179111801118111182111831118411185111861118711188111891119011191111921119311194111951119611197111981119911200112011120211203112041120511206112071120811209112101121111212112131121411215112161121711218112191122011221112221122311224112251122611227112281122911230112311123211233112341123511236112371123811239112401124111242112431124411245112461124711248112491125011251112521125311254112551125611257112581125911260112611126211263112641126511266112671126811269112701127111272112731127411275112761127711278112791128011281112821128311284112851128611287112881128911290112911129211293112941129511296112971129811299113001130111302113031130411305113061130711308113091131011311113121131311314113151131611317113181131911320113211132211323113241132511326113271132811329113301133111332113331133411335113361133711338113391134011341113421134311344113451134611347113481134911350113511135211353113541135511356113571135811359113601136111362113631136411365113661136711368113691137011371113721137311374113751137611377113781137911380113811138211383113841138511386113871138811389113901139111392113931139411395113961139711398113991140011401114021140311404114051140611407114081140911410114111141211413114141141511416114171141811419114201142111422114231142411425114261142711428114291143011431114321143311434114351143611437114381143911440114411144211443114441144511446114471144811449114501145111452114531145411455114561145711458114591146011461114621146311464114651146611467114681146911470114711147211473114741147511476114771147811479114801148111482114831148411485114861148711488114891149011491114921149311494114951149611497114981149911500115011150211503115041150511506115071150811509115101151111512115131151411515115161151711518115191152011521115221152311524115251152611527115281152911530115311153211533115341153511536115371153811539115401154111542115431154411545115461154711548115491155011551115521155311554115551155611557115581155911560115611156211563115641156511566115671156811569115701157111572115731157411575115761157711578115791158011581115821158311584115851158611587115881158911590115911159211593115941159511596115971159811599116001160111602116031160411605116061160711608116091161011611116121161311614116151161611617116181161911620116211162211623116241162511626116271162811629116301163111632116331163411635116361163711638116391164011641116421164311644116451164611647116481164911650116511165211653116541165511656116571165811659116601166111662116631166411665116661166711668116691167011671116721167311674116751167611677116781167911680116811168211683116841168511686116871168811689116901169111692116931169411695116961169711698116991170011701117021170311704117051170611707117081170911710117111171211713117141171511716117171171811719117201172111722117231172411725117261172711728117291173011731117321173311734117351173611737117381173911740117411174211743117441174511746117471174811749117501175111752117531175411755117561175711758117591176011761117621176311764117651176611767117681176911770117711177211773117741177511776117771177811779117801178111782117831178411785117861178711788117891179011791117921179311794117951179611797117981179911800118011180211803118041180511806118071180811809118101181111812118131181411815118161181711818118191182011821118221182311824118251182611827118281182911830118311183211833118341183511836118371183811839118401184111842118431184411845118461184711848118491185011851118521185311854118551185611857118581185911860118611186211863118641186511866118671186811869118701187111872118731187411875118761187711878118791188011881118821188311884118851188611887118881188911890118911189211893118941189511896118971189811899119001190111902119031190411905119061190711908119091191011911119121191311914119151191611917119181191911920119211192211923119241192511926119271192811929119301193111932119331193411935119361193711938119391194011941119421194311944119451194611947119481194911950119511195211953119541195511956119571195811959119601196111962119631196411965119661196711968119691197011971119721197311974119751197611977119781197911980119811198211983119841198511986119871198811989119901199111992119931199411995119961199711998119991200012001120021200312004120051200612007120081200912010120111201212013120141201512016120171201812019120201202112022120231202412025120261202712028120291203012031120321203312034120351203612037120381203912040120411204212043120441204512046120471204812049120501205112052120531205412055120561205712058120591206012061120621206312064120651206612067120681206912070120711207212073120741207512076120771207812079120801208112082120831208412085120861208712088120891209012091120921209312094120951209612097120981209912100121011210212103121041210512106121071210812109121101211112112121131211412115121161211712118121191212012121121221212312124121251212612127121281212912130121311213212133121341213512136121371213812139121401214112142121431214412145121461214712148121491215012151121521215312154121551215612157121581215912160121611216212163121641216512166121671216812169121701217112172121731217412175121761217712178121791218012181121821218312184121851218612187121881218912190121911219212193121941219512196121971219812199122001220112202122031220412205122061220712208122091221012211122121221312214122151221612217122181221912220122211222212223122241222512226122271222812229122301223112232122331223412235122361223712238122391224012241122421224312244122451224612247122481224912250122511225212253122541225512256122571225812259122601226112262122631226412265122661226712268122691227012271122721227312274122751227612277122781227912280122811228212283122841228512286122871228812289122901229112292122931229412295122961229712298122991230012301123021230312304123051230612307123081230912310123111231212313123141231512316123171231812319123201232112322123231232412325123261232712328123291233012331123321233312334123351233612337123381233912340123411234212343123441234512346123471234812349123501235112352123531235412355123561235712358123591236012361123621236312364123651236612367123681236912370123711237212373123741237512376123771237812379123801238112382123831238412385123861238712388123891239012391123921239312394123951239612397123981239912400124011240212403124041240512406124071240812409124101241112412124131241412415124161241712418124191242012421124221242312424124251242612427124281242912430124311243212433124341243512436124371243812439124401244112442124431244412445124461244712448124491245012451124521245312454124551245612457124581245912460124611246212463124641246512466124671246812469124701247112472124731247412475124761247712478124791248012481124821248312484124851248612487124881248912490124911249212493124941249512496124971249812499125001250112502125031250412505125061250712508125091251012511125121251312514125151251612517125181251912520125211252212523125241252512526125271252812529125301253112532125331253412535125361253712538125391254012541125421254312544125451254612547125481254912550125511255212553125541255512556125571255812559125601256112562125631256412565125661256712568125691257012571125721257312574125751257612577125781257912580125811258212583125841258512586125871258812589125901259112592125931259412595125961259712598125991260012601126021260312604126051260612607126081260912610126111261212613126141261512616126171261812619126201262112622126231262412625126261262712628126291263012631126321263312634126351263612637126381263912640126411264212643126441264512646126471264812649126501265112652126531265412655126561265712658126591266012661126621266312664126651266612667126681266912670126711267212673126741267512676126771267812679126801268112682126831268412685126861268712688126891269012691126921269312694126951269612697126981269912700127011270212703127041270512706127071270812709127101271112712127131271412715127161271712718127191272012721127221272312724127251272612727127281272912730127311273212733127341273512736127371273812739127401274112742127431274412745127461274712748127491275012751127521275312754127551275612757127581275912760127611276212763127641276512766127671276812769127701277112772127731277412775127761277712778127791278012781127821278312784127851278612787127881278912790127911279212793127941279512796127971279812799128001280112802128031280412805128061280712808128091281012811128121281312814128151281612817128181281912820128211282212823128241282512826128271282812829128301283112832128331283412835128361283712838128391284012841128421284312844128451284612847128481284912850128511285212853128541285512856128571285812859128601286112862128631286412865128661286712868128691287012871128721287312874128751287612877128781287912880128811288212883128841288512886128871288812889128901289112892128931289412895128961289712898128991290012901129021290312904129051290612907129081290912910129111291212913129141291512916129171291812919129201292112922129231292412925129261292712928129291293012931129321293312934129351293612937129381293912940129411294212943129441294512946129471294812949129501295112952129531295412955129561295712958129591296012961129621296312964129651296612967129681296912970129711297212973129741297512976129771297812979129801298112982129831298412985129861298712988129891299012991129921299312994129951299612997129981299913000130011300213003130041300513006130071300813009130101301113012130131301413015130161301713018130191302013021130221302313024130251302613027130281302913030130311303213033130341303513036130371303813039130401304113042130431304413045130461304713048130491305013051130521305313054130551305613057130581305913060130611306213063130641306513066130671306813069130701307113072130731307413075130761307713078130791308013081130821308313084130851308613087130881308913090130911309213093130941309513096130971309813099131001310113102131031310413105131061310713108131091311013111131121311313114131151311613117131181311913120131211312213123131241312513126131271312813129131301313113132131331313413135131361313713138131391314013141131421314313144131451314613147131481314913150131511315213153131541315513156131571315813159131601316113162131631316413165131661316713168131691317013171131721317313174131751317613177131781317913180131811318213183131841318513186131871318813189131901319113192131931319413195131961319713198131991320013201132021320313204132051320613207132081320913210132111321213213132141321513216132171321813219132201322113222132231322413225132261322713228132291323013231132321323313234132351323613237132381323913240132411324213243132441324513246132471324813249132501325113252132531325413255132561325713258132591326013261132621326313264132651326613267132681326913270132711327213273132741327513276132771327813279132801328113282132831328413285132861328713288132891329013291132921329313294132951329613297132981329913300133011330213303133041330513306133071330813309133101331113312133131331413315133161331713318133191332013321133221332313324133251332613327133281332913330133311333213333133341333513336133371333813339133401334113342133431334413345133461334713348133491335013351133521335313354133551335613357133581335913360133611336213363133641336513366133671336813369133701337113372133731337413375133761337713378133791338013381133821338313384133851338613387133881338913390133911339213393133941339513396133971339813399134001340113402134031340413405134061340713408134091341013411134121341313414134151341613417134181341913420134211342213423134241342513426134271342813429134301343113432134331343413435134361343713438134391344013441134421344313444134451344613447134481344913450134511345213453134541345513456134571345813459134601346113462134631346413465134661346713468134691347013471134721347313474134751347613477134781347913480134811348213483134841348513486134871348813489134901349113492134931349413495134961349713498134991350013501135021350313504135051350613507135081350913510135111351213513135141351513516135171351813519135201352113522135231352413525135261352713528135291353013531135321353313534135351353613537135381353913540135411354213543135441354513546135471354813549135501355113552135531355413555135561355713558135591356013561135621356313564135651356613567135681356913570135711357213573135741357513576135771357813579135801358113582135831358413585135861358713588135891359013591135921359313594135951359613597135981359913600136011360213603136041360513606136071360813609136101361113612136131361413615136161361713618136191362013621136221362313624136251362613627136281362913630136311363213633136341363513636136371363813639136401364113642136431364413645136461364713648136491365013651136521365313654136551365613657136581365913660136611366213663136641366513666136671366813669136701367113672136731367413675136761367713678136791368013681136821368313684136851368613687136881368913690136911369213693136941369513696136971369813699137001370113702137031370413705137061370713708137091371013711137121371313714137151371613717137181371913720137211372213723137241372513726137271372813729137301373113732137331373413735137361373713738137391374013741137421374313744137451374613747137481374913750137511375213753137541375513756137571375813759137601376113762137631376413765137661376713768137691377013771137721377313774137751377613777137781377913780137811378213783137841378513786137871378813789137901379113792137931379413795137961379713798137991380013801138021380313804138051380613807138081380913810138111381213813138141381513816138171381813819138201382113822138231382413825138261382713828138291383013831138321383313834138351383613837138381383913840138411384213843138441384513846138471384813849138501385113852138531385413855138561385713858138591386013861138621386313864138651386613867138681386913870138711387213873138741387513876138771387813879138801388113882138831388413885138861388713888138891389013891138921389313894138951389613897138981389913900139011390213903139041390513906139071390813909139101391113912139131391413915139161391713918139191392013921139221392313924139251392613927139281392913930139311393213933139341393513936139371393813939139401394113942139431394413945139461394713948139491395013951139521395313954139551395613957139581395913960139611396213963139641396513966139671396813969139701397113972139731397413975139761397713978139791398013981139821398313984139851398613987139881398913990139911399213993139941399513996139971399813999140001400114002140031400414005140061400714008140091401014011140121401314014140151401614017140181401914020140211402214023140241402514026140271402814029140301403114032140331403414035140361403714038140391404014041140421404314044140451404614047140481404914050140511405214053140541405514056140571405814059140601406114062140631406414065140661406714068140691407014071140721407314074140751407614077140781407914080140811408214083140841408514086140871408814089140901409114092140931409414095140961409714098140991410014101141021410314104141051410614107141081410914110141111411214113141141411514116141171411814119141201412114122141231412414125141261412714128141291413014131141321413314134141351413614137141381413914140141411414214143141441414514146141471414814149141501415114152141531415414155141561415714158141591416014161141621416314164141651416614167141681416914170141711417214173141741417514176141771417814179141801418114182141831418414185141861418714188141891419014191141921419314194141951419614197141981419914200142011420214203142041420514206142071420814209142101421114212142131421414215142161421714218142191422014221142221422314224142251422614227142281422914230142311423214233142341423514236142371423814239142401424114242142431424414245142461424714248142491425014251142521425314254142551425614257142581425914260142611426214263142641426514266142671426814269142701427114272142731427414275142761427714278142791428014281142821428314284142851428614287142881428914290142911429214293142941429514296142971429814299143001430114302143031430414305143061430714308143091431014311143121431314314143151431614317143181431914320143211432214323143241432514326143271432814329143301433114332143331433414335143361433714338143391434014341143421434314344143451434614347143481434914350143511435214353143541435514356143571435814359143601436114362143631436414365143661436714368143691437014371143721437314374143751437614377143781437914380143811438214383143841438514386143871438814389143901439114392143931439414395143961439714398143991440014401144021440314404144051440614407144081440914410144111441214413144141441514416144171441814419144201442114422144231442414425144261442714428144291443014431144321443314434144351443614437144381443914440144411444214443144441444514446144471444814449144501445114452144531445414455144561445714458144591446014461144621446314464144651446614467144681446914470144711447214473144741447514476144771447814479144801448114482144831448414485144861448714488144891449014491144921449314494144951449614497144981449914500145011450214503145041450514506145071450814509145101451114512145131451414515145161451714518145191452014521145221452314524145251452614527145281452914530145311453214533145341453514536145371453814539145401454114542145431454414545145461454714548145491455014551145521455314554145551455614557145581455914560145611456214563145641456514566145671456814569145701457114572145731457414575145761457714578145791458014581145821458314584145851458614587145881458914590145911459214593145941459514596145971459814599146001460114602146031460414605146061460714608146091461014611146121461314614146151461614617146181461914620146211462214623146241462514626146271462814629146301463114632146331463414635146361463714638146391464014641146421464314644146451464614647146481464914650146511465214653146541465514656146571465814659146601466114662146631466414665146661466714668146691467014671146721467314674146751467614677146781467914680146811468214683146841468514686146871468814689146901469114692146931469414695146961469714698146991470014701147021470314704147051470614707147081470914710147111471214713147141471514716147171471814719147201472114722147231472414725147261472714728147291473014731147321473314734147351473614737147381473914740147411474214743147441474514746147471474814749147501475114752147531475414755147561475714758147591476014761147621476314764147651476614767147681476914770147711477214773147741477514776147771477814779147801478114782147831478414785147861478714788147891479014791147921479314794147951479614797147981479914800148011480214803148041480514806148071480814809148101481114812148131481414815148161481714818148191482014821148221482314824148251482614827148281482914830148311483214833148341483514836148371483814839148401484114842148431484414845148461484714848148491485014851148521485314854148551485614857148581485914860148611486214863148641486514866148671486814869148701487114872148731487414875148761487714878148791488014881148821488314884148851488614887148881488914890148911489214893148941489514896148971489814899149001490114902149031490414905149061490714908149091491014911149121491314914149151491614917149181491914920149211492214923149241492514926149271492814929149301493114932149331493414935149361493714938149391494014941149421494314944149451494614947149481494914950149511495214953149541495514956149571495814959149601496114962149631496414965149661496714968149691497014971149721497314974149751497614977149781497914980149811498214983149841498514986149871498814989149901499114992149931499414995149961499714998149991500015001150021500315004150051500615007150081500915010150111501215013150141501515016150171501815019150201502115022150231502415025150261502715028150291503015031150321503315034150351503615037150381503915040150411504215043150441504515046150471504815049150501505115052150531505415055150561505715058150591506015061150621506315064150651506615067150681506915070150711507215073150741507515076150771507815079150801508115082150831508415085150861508715088150891509015091150921509315094150951509615097150981509915100151011510215103151041510515106151071510815109151101511115112151131511415115151161511715118151191512015121151221512315124151251512615127151281512915130151311513215133151341513515136151371513815139151401514115142151431514415145151461514715148151491515015151151521515315154151551515615157151581515915160151611516215163151641516515166151671516815169151701517115172151731517415175151761517715178151791518015181151821518315184151851518615187151881518915190151911519215193151941519515196151971519815199152001520115202152031520415205152061520715208152091521015211152121521315214152151521615217152181521915220152211522215223152241522515226152271522815229152301523115232152331523415235152361523715238152391524015241152421524315244152451524615247152481524915250152511525215253152541525515256152571525815259152601526115262152631526415265152661526715268152691527015271152721527315274152751527615277152781527915280152811528215283152841528515286152871528815289152901529115292152931529415295152961529715298152991530015301153021530315304153051530615307153081530915310153111531215313153141531515316153171531815319153201532115322153231532415325153261532715328153291533015331153321533315334153351533615337153381533915340153411534215343153441534515346153471534815349153501535115352153531535415355153561535715358153591536015361153621536315364153651536615367153681536915370153711537215373153741537515376153771537815379153801538115382153831538415385153861538715388153891539015391153921539315394153951539615397153981539915400154011540215403154041540515406154071540815409154101541115412154131541415415154161541715418154191542015421154221542315424154251542615427154281542915430154311543215433154341543515436154371543815439154401544115442154431544415445154461544715448154491545015451154521545315454154551545615457154581545915460154611546215463154641546515466154671546815469154701547115472154731547415475154761547715478154791548015481154821548315484154851548615487154881548915490154911549215493154941549515496154971549815499155001550115502155031550415505155061550715508155091551015511155121551315514155151551615517155181551915520155211552215523155241552515526155271552815529155301553115532155331553415535155361553715538155391554015541155421554315544155451554615547155481554915550155511555215553155541555515556155571555815559155601556115562155631556415565155661556715568155691557015571155721557315574155751557615577155781557915580155811558215583155841558515586155871558815589155901559115592155931559415595155961559715598155991560015601156021560315604156051560615607156081560915610156111561215613156141561515616156171561815619156201562115622156231562415625156261562715628156291563015631156321563315634156351563615637156381563915640156411564215643156441564515646156471564815649156501565115652156531565415655156561565715658156591566015661156621566315664156651566615667156681566915670156711567215673156741567515676156771567815679156801568115682156831568415685156861568715688156891569015691156921569315694156951569615697156981569915700157011570215703157041570515706157071570815709157101571115712157131571415715157161571715718157191572015721157221572315724157251572615727157281572915730157311573215733157341573515736157371573815739157401574115742157431574415745
  1. {
  2. "name": "nuxt-app",
  3. "lockfileVersion": 3,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "name": "nuxt-app",
  8. "hasInstallScript": true,
  9. "dependencies": {
  10. "@nuxt/eslint": "^1.9.0",
  11. "@nuxt/image": "^1.11.0",
  12. "@nuxt/ui": "^4.0.0",
  13. "@tailwindcss/vite": "^4.1.13",
  14. "eslint": "^9.36.0",
  15. "nuxt": "^4.1.2",
  16. "tailwindcss": "^4.1.13",
  17. "typescript": "^5.9.2",
  18. "vue": "^3.5.21",
  19. "vue-router": "^4.5.1"
  20. },
  21. "devDependencies": {
  22. "@types/node": "^24.6.0"
  23. }
  24. },
  25. "node_modules/@alloc/quick-lru": {
  26. "version": "5.2.0",
  27. "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
  28. "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
  29. "license": "MIT",
  30. "engines": {
  31. "node": ">=10"
  32. },
  33. "funding": {
  34. "url": "https://github.com/sponsors/sindresorhus"
  35. }
  36. },
  37. "node_modules/@antfu/install-pkg": {
  38. "version": "1.1.0",
  39. "resolved": "https://registry.npmjs.org/@antfu/install-pkg/-/install-pkg-1.1.0.tgz",
  40. "integrity": "sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ==",
  41. "license": "MIT",
  42. "dependencies": {
  43. "package-manager-detector": "^1.3.0",
  44. "tinyexec": "^1.0.1"
  45. },
  46. "funding": {
  47. "url": "https://github.com/sponsors/antfu"
  48. }
  49. },
  50. "node_modules/@apidevtools/json-schema-ref-parser": {
  51. "version": "14.2.1",
  52. "resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-14.2.1.tgz",
  53. "integrity": "sha512-HmdFw9CDYqM6B25pqGBpNeLCKvGPlIx1EbLrVL0zPvj50CJQUHyBNBw45Muk0kEIkogo1VZvOKHajdMuAzSxRg==",
  54. "license": "MIT",
  55. "dependencies": {
  56. "js-yaml": "^4.1.0"
  57. },
  58. "engines": {
  59. "node": ">= 20"
  60. },
  61. "funding": {
  62. "url": "https://github.com/sponsors/philsturgeon"
  63. },
  64. "peerDependencies": {
  65. "@types/json-schema": "^7.0.15"
  66. }
  67. },
  68. "node_modules/@babel/code-frame": {
  69. "version": "7.29.0",
  70. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz",
  71. "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
  72. "license": "MIT",
  73. "dependencies": {
  74. "@babel/helper-validator-identifier": "^7.28.5",
  75. "js-tokens": "^4.0.0",
  76. "picocolors": "^1.1.1"
  77. },
  78. "engines": {
  79. "node": ">=6.9.0"
  80. }
  81. },
  82. "node_modules/@babel/compat-data": {
  83. "version": "7.29.0",
  84. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.0.tgz",
  85. "integrity": "sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==",
  86. "license": "MIT",
  87. "engines": {
  88. "node": ">=6.9.0"
  89. }
  90. },
  91. "node_modules/@babel/core": {
  92. "version": "7.29.0",
  93. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.0.tgz",
  94. "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==",
  95. "license": "MIT",
  96. "dependencies": {
  97. "@babel/code-frame": "^7.29.0",
  98. "@babel/generator": "^7.29.0",
  99. "@babel/helper-compilation-targets": "^7.28.6",
  100. "@babel/helper-module-transforms": "^7.28.6",
  101. "@babel/helpers": "^7.28.6",
  102. "@babel/parser": "^7.29.0",
  103. "@babel/template": "^7.28.6",
  104. "@babel/traverse": "^7.29.0",
  105. "@babel/types": "^7.29.0",
  106. "@jridgewell/remapping": "^2.3.5",
  107. "convert-source-map": "^2.0.0",
  108. "debug": "^4.1.0",
  109. "gensync": "^1.0.0-beta.2",
  110. "json5": "^2.2.3",
  111. "semver": "^6.3.1"
  112. },
  113. "engines": {
  114. "node": ">=6.9.0"
  115. },
  116. "funding": {
  117. "type": "opencollective",
  118. "url": "https://opencollective.com/babel"
  119. }
  120. },
  121. "node_modules/@babel/core/node_modules/semver": {
  122. "version": "6.3.1",
  123. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  124. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  125. "license": "ISC",
  126. "bin": {
  127. "semver": "bin/semver.js"
  128. }
  129. },
  130. "node_modules/@babel/generator": {
  131. "version": "7.29.1",
  132. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz",
  133. "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
  134. "license": "MIT",
  135. "dependencies": {
  136. "@babel/parser": "^7.29.0",
  137. "@babel/types": "^7.29.0",
  138. "@jridgewell/gen-mapping": "^0.3.12",
  139. "@jridgewell/trace-mapping": "^0.3.28",
  140. "jsesc": "^3.0.2"
  141. },
  142. "engines": {
  143. "node": ">=6.9.0"
  144. }
  145. },
  146. "node_modules/@babel/helper-annotate-as-pure": {
  147. "version": "7.27.3",
  148. "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz",
  149. "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==",
  150. "license": "MIT",
  151. "dependencies": {
  152. "@babel/types": "^7.27.3"
  153. },
  154. "engines": {
  155. "node": ">=6.9.0"
  156. }
  157. },
  158. "node_modules/@babel/helper-compilation-targets": {
  159. "version": "7.28.6",
  160. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz",
  161. "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==",
  162. "license": "MIT",
  163. "dependencies": {
  164. "@babel/compat-data": "^7.28.6",
  165. "@babel/helper-validator-option": "^7.27.1",
  166. "browserslist": "^4.24.0",
  167. "lru-cache": "^5.1.1",
  168. "semver": "^6.3.1"
  169. },
  170. "engines": {
  171. "node": ">=6.9.0"
  172. }
  173. },
  174. "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
  175. "version": "6.3.1",
  176. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  177. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  178. "license": "ISC",
  179. "bin": {
  180. "semver": "bin/semver.js"
  181. }
  182. },
  183. "node_modules/@babel/helper-create-class-features-plugin": {
  184. "version": "7.28.6",
  185. "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.6.tgz",
  186. "integrity": "sha512-dTOdvsjnG3xNT9Y0AUg1wAl38y+4Rl4sf9caSQZOXdNqVn+H+HbbJ4IyyHaIqNR6SW9oJpA/RuRjsjCw2IdIow==",
  187. "license": "MIT",
  188. "dependencies": {
  189. "@babel/helper-annotate-as-pure": "^7.27.3",
  190. "@babel/helper-member-expression-to-functions": "^7.28.5",
  191. "@babel/helper-optimise-call-expression": "^7.27.1",
  192. "@babel/helper-replace-supers": "^7.28.6",
  193. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  194. "@babel/traverse": "^7.28.6",
  195. "semver": "^6.3.1"
  196. },
  197. "engines": {
  198. "node": ">=6.9.0"
  199. },
  200. "peerDependencies": {
  201. "@babel/core": "^7.0.0"
  202. }
  203. },
  204. "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
  205. "version": "6.3.1",
  206. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  207. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  208. "license": "ISC",
  209. "bin": {
  210. "semver": "bin/semver.js"
  211. }
  212. },
  213. "node_modules/@babel/helper-globals": {
  214. "version": "7.28.0",
  215. "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
  216. "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
  217. "license": "MIT",
  218. "engines": {
  219. "node": ">=6.9.0"
  220. }
  221. },
  222. "node_modules/@babel/helper-member-expression-to-functions": {
  223. "version": "7.28.5",
  224. "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz",
  225. "integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==",
  226. "license": "MIT",
  227. "dependencies": {
  228. "@babel/traverse": "^7.28.5",
  229. "@babel/types": "^7.28.5"
  230. },
  231. "engines": {
  232. "node": ">=6.9.0"
  233. }
  234. },
  235. "node_modules/@babel/helper-module-imports": {
  236. "version": "7.28.6",
  237. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz",
  238. "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==",
  239. "license": "MIT",
  240. "dependencies": {
  241. "@babel/traverse": "^7.28.6",
  242. "@babel/types": "^7.28.6"
  243. },
  244. "engines": {
  245. "node": ">=6.9.0"
  246. }
  247. },
  248. "node_modules/@babel/helper-module-transforms": {
  249. "version": "7.28.6",
  250. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz",
  251. "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==",
  252. "license": "MIT",
  253. "dependencies": {
  254. "@babel/helper-module-imports": "^7.28.6",
  255. "@babel/helper-validator-identifier": "^7.28.5",
  256. "@babel/traverse": "^7.28.6"
  257. },
  258. "engines": {
  259. "node": ">=6.9.0"
  260. },
  261. "peerDependencies": {
  262. "@babel/core": "^7.0.0"
  263. }
  264. },
  265. "node_modules/@babel/helper-optimise-call-expression": {
  266. "version": "7.27.1",
  267. "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz",
  268. "integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==",
  269. "license": "MIT",
  270. "dependencies": {
  271. "@babel/types": "^7.27.1"
  272. },
  273. "engines": {
  274. "node": ">=6.9.0"
  275. }
  276. },
  277. "node_modules/@babel/helper-plugin-utils": {
  278. "version": "7.28.6",
  279. "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz",
  280. "integrity": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==",
  281. "license": "MIT",
  282. "engines": {
  283. "node": ">=6.9.0"
  284. }
  285. },
  286. "node_modules/@babel/helper-replace-supers": {
  287. "version": "7.28.6",
  288. "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.28.6.tgz",
  289. "integrity": "sha512-mq8e+laIk94/yFec3DxSjCRD2Z0TAjhVbEJY3UQrlwVo15Lmt7C2wAUbK4bjnTs4APkwsYLTahXRraQXhb1WCg==",
  290. "license": "MIT",
  291. "dependencies": {
  292. "@babel/helper-member-expression-to-functions": "^7.28.5",
  293. "@babel/helper-optimise-call-expression": "^7.27.1",
  294. "@babel/traverse": "^7.28.6"
  295. },
  296. "engines": {
  297. "node": ">=6.9.0"
  298. },
  299. "peerDependencies": {
  300. "@babel/core": "^7.0.0"
  301. }
  302. },
  303. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  304. "version": "7.27.1",
  305. "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz",
  306. "integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==",
  307. "license": "MIT",
  308. "dependencies": {
  309. "@babel/traverse": "^7.27.1",
  310. "@babel/types": "^7.27.1"
  311. },
  312. "engines": {
  313. "node": ">=6.9.0"
  314. }
  315. },
  316. "node_modules/@babel/helper-string-parser": {
  317. "version": "7.27.1",
  318. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  319. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  320. "license": "MIT",
  321. "engines": {
  322. "node": ">=6.9.0"
  323. }
  324. },
  325. "node_modules/@babel/helper-validator-identifier": {
  326. "version": "7.28.5",
  327. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  328. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  329. "license": "MIT",
  330. "engines": {
  331. "node": ">=6.9.0"
  332. }
  333. },
  334. "node_modules/@babel/helper-validator-option": {
  335. "version": "7.27.1",
  336. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
  337. "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
  338. "license": "MIT",
  339. "engines": {
  340. "node": ">=6.9.0"
  341. }
  342. },
  343. "node_modules/@babel/helpers": {
  344. "version": "7.29.2",
  345. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.2.tgz",
  346. "integrity": "sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==",
  347. "license": "MIT",
  348. "dependencies": {
  349. "@babel/template": "^7.28.6",
  350. "@babel/types": "^7.29.0"
  351. },
  352. "engines": {
  353. "node": ">=6.9.0"
  354. }
  355. },
  356. "node_modules/@babel/parser": {
  357. "version": "7.29.2",
  358. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.2.tgz",
  359. "integrity": "sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==",
  360. "license": "MIT",
  361. "dependencies": {
  362. "@babel/types": "^7.29.0"
  363. },
  364. "bin": {
  365. "parser": "bin/babel-parser.js"
  366. },
  367. "engines": {
  368. "node": ">=6.0.0"
  369. }
  370. },
  371. "node_modules/@babel/plugin-syntax-jsx": {
  372. "version": "7.28.6",
  373. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.28.6.tgz",
  374. "integrity": "sha512-wgEmr06G6sIpqr8YDwA2dSRTE3bJ+V0IfpzfSY3Lfgd7YWOaAdlykvJi13ZKBt8cZHfgH1IXN+CL656W3uUa4w==",
  375. "license": "MIT",
  376. "dependencies": {
  377. "@babel/helper-plugin-utils": "^7.28.6"
  378. },
  379. "engines": {
  380. "node": ">=6.9.0"
  381. },
  382. "peerDependencies": {
  383. "@babel/core": "^7.0.0-0"
  384. }
  385. },
  386. "node_modules/@babel/plugin-syntax-typescript": {
  387. "version": "7.28.6",
  388. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.28.6.tgz",
  389. "integrity": "sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A==",
  390. "license": "MIT",
  391. "dependencies": {
  392. "@babel/helper-plugin-utils": "^7.28.6"
  393. },
  394. "engines": {
  395. "node": ">=6.9.0"
  396. },
  397. "peerDependencies": {
  398. "@babel/core": "^7.0.0-0"
  399. }
  400. },
  401. "node_modules/@babel/plugin-transform-typescript": {
  402. "version": "7.28.6",
  403. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.6.tgz",
  404. "integrity": "sha512-0YWL2RFxOqEm9Efk5PvreamxPME8OyY0wM5wh5lHjF+VtVhdneCWGzZeSqzOfiobVqQaNCd2z0tQvnI9DaPWPw==",
  405. "license": "MIT",
  406. "dependencies": {
  407. "@babel/helper-annotate-as-pure": "^7.27.3",
  408. "@babel/helper-create-class-features-plugin": "^7.28.6",
  409. "@babel/helper-plugin-utils": "^7.28.6",
  410. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  411. "@babel/plugin-syntax-typescript": "^7.28.6"
  412. },
  413. "engines": {
  414. "node": ">=6.9.0"
  415. },
  416. "peerDependencies": {
  417. "@babel/core": "^7.0.0-0"
  418. }
  419. },
  420. "node_modules/@babel/template": {
  421. "version": "7.28.6",
  422. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz",
  423. "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",
  424. "license": "MIT",
  425. "dependencies": {
  426. "@babel/code-frame": "^7.28.6",
  427. "@babel/parser": "^7.28.6",
  428. "@babel/types": "^7.28.6"
  429. },
  430. "engines": {
  431. "node": ">=6.9.0"
  432. }
  433. },
  434. "node_modules/@babel/traverse": {
  435. "version": "7.29.0",
  436. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz",
  437. "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",
  438. "license": "MIT",
  439. "dependencies": {
  440. "@babel/code-frame": "^7.29.0",
  441. "@babel/generator": "^7.29.0",
  442. "@babel/helper-globals": "^7.28.0",
  443. "@babel/parser": "^7.29.0",
  444. "@babel/template": "^7.28.6",
  445. "@babel/types": "^7.29.0",
  446. "debug": "^4.3.1"
  447. },
  448. "engines": {
  449. "node": ">=6.9.0"
  450. }
  451. },
  452. "node_modules/@babel/types": {
  453. "version": "7.29.0",
  454. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
  455. "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
  456. "license": "MIT",
  457. "dependencies": {
  458. "@babel/helper-string-parser": "^7.27.1",
  459. "@babel/helper-validator-identifier": "^7.28.5"
  460. },
  461. "engines": {
  462. "node": ">=6.9.0"
  463. }
  464. },
  465. "node_modules/@capsizecss/unpack": {
  466. "version": "4.0.0",
  467. "resolved": "https://registry.npmjs.org/@capsizecss/unpack/-/unpack-4.0.0.tgz",
  468. "integrity": "sha512-VERIM64vtTP1C4mxQ5thVT9fK0apjPFobqybMtA1UdUujWka24ERHbRHFGmpbbhp73MhV+KSsHQH9C6uOTdEQA==",
  469. "license": "MIT",
  470. "dependencies": {
  471. "fontkitten": "^1.0.0"
  472. },
  473. "engines": {
  474. "node": ">=18"
  475. }
  476. },
  477. "node_modules/@clack/core": {
  478. "version": "1.2.0",
  479. "resolved": "https://registry.npmjs.org/@clack/core/-/core-1.2.0.tgz",
  480. "integrity": "sha512-qfxof/3T3t9DPU/Rj3OmcFyZInceqj/NVtO9rwIuJqCUgh32gwPjpFQQp/ben07qKlhpwq7GzfWpST4qdJ5Drg==",
  481. "license": "MIT",
  482. "dependencies": {
  483. "fast-wrap-ansi": "^0.1.3",
  484. "sisteransi": "^1.0.5"
  485. }
  486. },
  487. "node_modules/@clack/prompts": {
  488. "version": "1.2.0",
  489. "resolved": "https://registry.npmjs.org/@clack/prompts/-/prompts-1.2.0.tgz",
  490. "integrity": "sha512-4jmztR9fMqPMjz6H/UZXj0zEmE43ha1euENwkckKKel4XpSfokExPo5AiVStdHSAlHekz4d0CA/r45Ok1E4D3w==",
  491. "license": "MIT",
  492. "dependencies": {
  493. "@clack/core": "1.2.0",
  494. "fast-string-width": "^1.1.0",
  495. "fast-wrap-ansi": "^0.1.3",
  496. "sisteransi": "^1.0.5"
  497. }
  498. },
  499. "node_modules/@cloudflare/kv-asset-handler": {
  500. "version": "0.4.2",
  501. "resolved": "https://registry.npmjs.org/@cloudflare/kv-asset-handler/-/kv-asset-handler-0.4.2.tgz",
  502. "integrity": "sha512-SIOD2DxrRRwQ+jgzlXCqoEFiKOFqaPjhnNTGKXSRLvp1HiOvapLaFG2kEr9dYQTYe8rKrd9uvDUzmAITeNyaHQ==",
  503. "license": "MIT OR Apache-2.0",
  504. "engines": {
  505. "node": ">=18.0.0"
  506. }
  507. },
  508. "node_modules/@colordx/core": {
  509. "version": "5.0.3",
  510. "resolved": "https://registry.npmjs.org/@colordx/core/-/core-5.0.3.tgz",
  511. "integrity": "sha512-xBQ0MYRTNNxW3mS2sJtlQTT7C3Sasqgh1/PsHva7fyDb5uqYY+gv9V0utDdX8X80mqzbGz3u/IDJdn2d/uW09g==",
  512. "license": "MIT"
  513. },
  514. "node_modules/@dxup/nuxt": {
  515. "version": "0.4.0",
  516. "resolved": "https://registry.npmjs.org/@dxup/nuxt/-/nuxt-0.4.0.tgz",
  517. "integrity": "sha512-28LDotpr9G2knUse3cQYsOo6NJq5yhABv4ByRVRYJUmzf9Q31DI7rpRek4POlKy1aAcYyKgu5J2616pyqLohYg==",
  518. "license": "MIT",
  519. "dependencies": {
  520. "@dxup/unimport": "^0.1.2",
  521. "@nuxt/kit": "^4.2.2",
  522. "chokidar": "^5.0.0",
  523. "pathe": "^2.0.3",
  524. "tinyglobby": "^0.2.15"
  525. },
  526. "peerDependencies": {
  527. "typescript": "*"
  528. }
  529. },
  530. "node_modules/@dxup/unimport": {
  531. "version": "0.1.2",
  532. "resolved": "https://registry.npmjs.org/@dxup/unimport/-/unimport-0.1.2.tgz",
  533. "integrity": "sha512-/B8YJGPzaYq1NbsQmwgP8EZqg40NpTw4ZB3suuI0TplbxKHeK94jeaawLmVhCv+YwUnOpiWEz9U6SeThku/8JQ==",
  534. "license": "MIT"
  535. },
  536. "node_modules/@emnapi/core": {
  537. "version": "1.9.2",
  538. "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.9.2.tgz",
  539. "integrity": "sha512-UC+ZhH3XtczQYfOlu3lNEkdW/p4dsJ1r/bP7H8+rhao3TTTMO1ATq/4DdIi23XuGoFY+Cz0JmCbdVl0hz9jZcA==",
  540. "license": "MIT",
  541. "optional": true,
  542. "dependencies": {
  543. "@emnapi/wasi-threads": "1.2.1",
  544. "tslib": "^2.4.0"
  545. }
  546. },
  547. "node_modules/@emnapi/runtime": {
  548. "version": "1.9.2",
  549. "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.9.2.tgz",
  550. "integrity": "sha512-3U4+MIWHImeyu1wnmVygh5WlgfYDtyf0k8AbLhMFxOipihf6nrWC4syIm/SwEeec0mNSafiiNnMJwbza/Is6Lw==",
  551. "license": "MIT",
  552. "optional": true,
  553. "dependencies": {
  554. "tslib": "^2.4.0"
  555. }
  556. },
  557. "node_modules/@emnapi/wasi-threads": {
  558. "version": "1.2.1",
  559. "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz",
  560. "integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==",
  561. "license": "MIT",
  562. "optional": true,
  563. "dependencies": {
  564. "tslib": "^2.4.0"
  565. }
  566. },
  567. "node_modules/@es-joy/jsdoccomment": {
  568. "version": "0.86.0",
  569. "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.86.0.tgz",
  570. "integrity": "sha512-ukZmRQ81WiTpDWO6D/cTBM7XbrNtutHKvAVnZN/8pldAwLoJArGOvkNyxPTBGsPjsoaQBJxlH+tE2TNA/92Qgw==",
  571. "license": "MIT",
  572. "dependencies": {
  573. "@types/estree": "^1.0.8",
  574. "@typescript-eslint/types": "^8.58.0",
  575. "comment-parser": "1.4.6",
  576. "esquery": "^1.7.0",
  577. "jsdoc-type-pratt-parser": "~7.2.0"
  578. },
  579. "engines": {
  580. "node": "^20.19.0 || ^22.13.0 || >=24"
  581. }
  582. },
  583. "node_modules/@es-joy/resolve.exports": {
  584. "version": "1.2.0",
  585. "resolved": "https://registry.npmjs.org/@es-joy/resolve.exports/-/resolve.exports-1.2.0.tgz",
  586. "integrity": "sha512-Q9hjxWI5xBM+qW2enxfe8wDKdFWMfd0Z29k5ZJnuBqD/CasY5Zryj09aCA6owbGATWz+39p5uIdaHXpopOcG8g==",
  587. "license": "MIT",
  588. "engines": {
  589. "node": ">=10"
  590. }
  591. },
  592. "node_modules/@esbuild/aix-ppc64": {
  593. "version": "0.27.7",
  594. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.7.tgz",
  595. "integrity": "sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg==",
  596. "cpu": [
  597. "ppc64"
  598. ],
  599. "license": "MIT",
  600. "optional": true,
  601. "os": [
  602. "aix"
  603. ],
  604. "engines": {
  605. "node": ">=18"
  606. }
  607. },
  608. "node_modules/@esbuild/android-arm": {
  609. "version": "0.27.7",
  610. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.7.tgz",
  611. "integrity": "sha512-jbPXvB4Yj2yBV7HUfE2KHe4GJX51QplCN1pGbYjvsyCZbQmies29EoJbkEc+vYuU5o45AfQn37vZlyXy4YJ8RQ==",
  612. "cpu": [
  613. "arm"
  614. ],
  615. "license": "MIT",
  616. "optional": true,
  617. "os": [
  618. "android"
  619. ],
  620. "engines": {
  621. "node": ">=18"
  622. }
  623. },
  624. "node_modules/@esbuild/android-arm64": {
  625. "version": "0.27.7",
  626. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.7.tgz",
  627. "integrity": "sha512-62dPZHpIXzvChfvfLJow3q5dDtiNMkwiRzPylSCfriLvZeq0a1bWChrGx/BbUbPwOrsWKMn8idSllklzBy+dgQ==",
  628. "cpu": [
  629. "arm64"
  630. ],
  631. "license": "MIT",
  632. "optional": true,
  633. "os": [
  634. "android"
  635. ],
  636. "engines": {
  637. "node": ">=18"
  638. }
  639. },
  640. "node_modules/@esbuild/android-x64": {
  641. "version": "0.27.7",
  642. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.7.tgz",
  643. "integrity": "sha512-x5VpMODneVDb70PYV2VQOmIUUiBtY3D3mPBG8NxVk5CogneYhkR7MmM3yR/uMdITLrC1ml/NV1rj4bMJuy9MCg==",
  644. "cpu": [
  645. "x64"
  646. ],
  647. "license": "MIT",
  648. "optional": true,
  649. "os": [
  650. "android"
  651. ],
  652. "engines": {
  653. "node": ">=18"
  654. }
  655. },
  656. "node_modules/@esbuild/darwin-arm64": {
  657. "version": "0.27.7",
  658. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.7.tgz",
  659. "integrity": "sha512-5lckdqeuBPlKUwvoCXIgI2D9/ABmPq3Rdp7IfL70393YgaASt7tbju3Ac+ePVi3KDH6N2RqePfHnXkaDtY9fkw==",
  660. "cpu": [
  661. "arm64"
  662. ],
  663. "license": "MIT",
  664. "optional": true,
  665. "os": [
  666. "darwin"
  667. ],
  668. "engines": {
  669. "node": ">=18"
  670. }
  671. },
  672. "node_modules/@esbuild/darwin-x64": {
  673. "version": "0.27.7",
  674. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.7.tgz",
  675. "integrity": "sha512-rYnXrKcXuT7Z+WL5K980jVFdvVKhCHhUwid+dDYQpH+qu+TefcomiMAJpIiC2EM3Rjtq0sO3StMV/+3w3MyyqQ==",
  676. "cpu": [
  677. "x64"
  678. ],
  679. "license": "MIT",
  680. "optional": true,
  681. "os": [
  682. "darwin"
  683. ],
  684. "engines": {
  685. "node": ">=18"
  686. }
  687. },
  688. "node_modules/@esbuild/freebsd-arm64": {
  689. "version": "0.27.7",
  690. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.7.tgz",
  691. "integrity": "sha512-B48PqeCsEgOtzME2GbNM2roU29AMTuOIN91dsMO30t+Ydis3z/3Ngoj5hhnsOSSwNzS+6JppqWsuhTp6E82l2w==",
  692. "cpu": [
  693. "arm64"
  694. ],
  695. "license": "MIT",
  696. "optional": true,
  697. "os": [
  698. "freebsd"
  699. ],
  700. "engines": {
  701. "node": ">=18"
  702. }
  703. },
  704. "node_modules/@esbuild/freebsd-x64": {
  705. "version": "0.27.7",
  706. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.7.tgz",
  707. "integrity": "sha512-jOBDK5XEjA4m5IJK3bpAQF9/Lelu/Z9ZcdhTRLf4cajlB+8VEhFFRjWgfy3M1O4rO2GQ/b2dLwCUGpiF/eATNQ==",
  708. "cpu": [
  709. "x64"
  710. ],
  711. "license": "MIT",
  712. "optional": true,
  713. "os": [
  714. "freebsd"
  715. ],
  716. "engines": {
  717. "node": ">=18"
  718. }
  719. },
  720. "node_modules/@esbuild/linux-arm": {
  721. "version": "0.27.7",
  722. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.7.tgz",
  723. "integrity": "sha512-RkT/YXYBTSULo3+af8Ib0ykH8u2MBh57o7q/DAs3lTJlyVQkgQvlrPTnjIzzRPQyavxtPtfg0EopvDyIt0j1rA==",
  724. "cpu": [
  725. "arm"
  726. ],
  727. "license": "MIT",
  728. "optional": true,
  729. "os": [
  730. "linux"
  731. ],
  732. "engines": {
  733. "node": ">=18"
  734. }
  735. },
  736. "node_modules/@esbuild/linux-arm64": {
  737. "version": "0.27.7",
  738. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.7.tgz",
  739. "integrity": "sha512-RZPHBoxXuNnPQO9rvjh5jdkRmVizktkT7TCDkDmQ0W2SwHInKCAV95GRuvdSvA7w4VMwfCjUiPwDi0ZO6Nfe9A==",
  740. "cpu": [
  741. "arm64"
  742. ],
  743. "license": "MIT",
  744. "optional": true,
  745. "os": [
  746. "linux"
  747. ],
  748. "engines": {
  749. "node": ">=18"
  750. }
  751. },
  752. "node_modules/@esbuild/linux-ia32": {
  753. "version": "0.27.7",
  754. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.7.tgz",
  755. "integrity": "sha512-GA48aKNkyQDbd3KtkplYWT102C5sn/EZTY4XROkxONgruHPU72l+gW+FfF8tf2cFjeHaRbWpOYa/uRBz/Xq1Pg==",
  756. "cpu": [
  757. "ia32"
  758. ],
  759. "license": "MIT",
  760. "optional": true,
  761. "os": [
  762. "linux"
  763. ],
  764. "engines": {
  765. "node": ">=18"
  766. }
  767. },
  768. "node_modules/@esbuild/linux-loong64": {
  769. "version": "0.27.7",
  770. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.7.tgz",
  771. "integrity": "sha512-a4POruNM2oWsD4WKvBSEKGIiWQF8fZOAsycHOt6JBpZ+JN2n2JH9WAv56SOyu9X5IqAjqSIPTaJkqN8F7XOQ5Q==",
  772. "cpu": [
  773. "loong64"
  774. ],
  775. "license": "MIT",
  776. "optional": true,
  777. "os": [
  778. "linux"
  779. ],
  780. "engines": {
  781. "node": ">=18"
  782. }
  783. },
  784. "node_modules/@esbuild/linux-mips64el": {
  785. "version": "0.27.7",
  786. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.7.tgz",
  787. "integrity": "sha512-KabT5I6StirGfIz0FMgl1I+R1H73Gp0ofL9A3nG3i/cYFJzKHhouBV5VWK1CSgKvVaG4q1RNpCTR2LuTVB3fIw==",
  788. "cpu": [
  789. "mips64el"
  790. ],
  791. "license": "MIT",
  792. "optional": true,
  793. "os": [
  794. "linux"
  795. ],
  796. "engines": {
  797. "node": ">=18"
  798. }
  799. },
  800. "node_modules/@esbuild/linux-ppc64": {
  801. "version": "0.27.7",
  802. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.7.tgz",
  803. "integrity": "sha512-gRsL4x6wsGHGRqhtI+ifpN/vpOFTQtnbsupUF5R5YTAg+y/lKelYR1hXbnBdzDjGbMYjVJLJTd2OFmMewAgwlQ==",
  804. "cpu": [
  805. "ppc64"
  806. ],
  807. "license": "MIT",
  808. "optional": true,
  809. "os": [
  810. "linux"
  811. ],
  812. "engines": {
  813. "node": ">=18"
  814. }
  815. },
  816. "node_modules/@esbuild/linux-riscv64": {
  817. "version": "0.27.7",
  818. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.7.tgz",
  819. "integrity": "sha512-hL25LbxO1QOngGzu2U5xeXtxXcW+/GvMN3ejANqXkxZ/opySAZMrc+9LY/WyjAan41unrR3YrmtTsUpwT66InQ==",
  820. "cpu": [
  821. "riscv64"
  822. ],
  823. "license": "MIT",
  824. "optional": true,
  825. "os": [
  826. "linux"
  827. ],
  828. "engines": {
  829. "node": ">=18"
  830. }
  831. },
  832. "node_modules/@esbuild/linux-s390x": {
  833. "version": "0.27.7",
  834. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.7.tgz",
  835. "integrity": "sha512-2k8go8Ycu1Kb46vEelhu1vqEP+UeRVj2zY1pSuPdgvbd5ykAw82Lrro28vXUrRmzEsUV0NzCf54yARIK8r0fdw==",
  836. "cpu": [
  837. "s390x"
  838. ],
  839. "license": "MIT",
  840. "optional": true,
  841. "os": [
  842. "linux"
  843. ],
  844. "engines": {
  845. "node": ">=18"
  846. }
  847. },
  848. "node_modules/@esbuild/linux-x64": {
  849. "version": "0.27.7",
  850. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.7.tgz",
  851. "integrity": "sha512-hzznmADPt+OmsYzw1EE33ccA+HPdIqiCRq7cQeL1Jlq2gb1+OyWBkMCrYGBJ+sxVzve2ZJEVeePbLM2iEIZSxA==",
  852. "cpu": [
  853. "x64"
  854. ],
  855. "license": "MIT",
  856. "optional": true,
  857. "os": [
  858. "linux"
  859. ],
  860. "engines": {
  861. "node": ">=18"
  862. }
  863. },
  864. "node_modules/@esbuild/netbsd-arm64": {
  865. "version": "0.27.7",
  866. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.7.tgz",
  867. "integrity": "sha512-b6pqtrQdigZBwZxAn1UpazEisvwaIDvdbMbmrly7cDTMFnw/+3lVxxCTGOrkPVnsYIosJJXAsILG9XcQS+Yu6w==",
  868. "cpu": [
  869. "arm64"
  870. ],
  871. "license": "MIT",
  872. "optional": true,
  873. "os": [
  874. "netbsd"
  875. ],
  876. "engines": {
  877. "node": ">=18"
  878. }
  879. },
  880. "node_modules/@esbuild/netbsd-x64": {
  881. "version": "0.27.7",
  882. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.7.tgz",
  883. "integrity": "sha512-OfatkLojr6U+WN5EDYuoQhtM+1xco+/6FSzJJnuWiUw5eVcicbyK3dq5EeV/QHT1uy6GoDhGbFpprUiHUYggrw==",
  884. "cpu": [
  885. "x64"
  886. ],
  887. "license": "MIT",
  888. "optional": true,
  889. "os": [
  890. "netbsd"
  891. ],
  892. "engines": {
  893. "node": ">=18"
  894. }
  895. },
  896. "node_modules/@esbuild/openbsd-arm64": {
  897. "version": "0.27.7",
  898. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.7.tgz",
  899. "integrity": "sha512-AFuojMQTxAz75Fo8idVcqoQWEHIXFRbOc1TrVcFSgCZtQfSdc1RXgB3tjOn/krRHENUB4j00bfGjyl2mJrU37A==",
  900. "cpu": [
  901. "arm64"
  902. ],
  903. "license": "MIT",
  904. "optional": true,
  905. "os": [
  906. "openbsd"
  907. ],
  908. "engines": {
  909. "node": ">=18"
  910. }
  911. },
  912. "node_modules/@esbuild/openbsd-x64": {
  913. "version": "0.27.7",
  914. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.7.tgz",
  915. "integrity": "sha512-+A1NJmfM8WNDv5CLVQYJ5PshuRm/4cI6WMZRg1by1GwPIQPCTs1GLEUHwiiQGT5zDdyLiRM/l1G0Pv54gvtKIg==",
  916. "cpu": [
  917. "x64"
  918. ],
  919. "license": "MIT",
  920. "optional": true,
  921. "os": [
  922. "openbsd"
  923. ],
  924. "engines": {
  925. "node": ">=18"
  926. }
  927. },
  928. "node_modules/@esbuild/openharmony-arm64": {
  929. "version": "0.27.7",
  930. "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.7.tgz",
  931. "integrity": "sha512-+KrvYb/C8zA9CU/g0sR6w2RBw7IGc5J2BPnc3dYc5VJxHCSF1yNMxTV5LQ7GuKteQXZtspjFbiuW5/dOj7H4Yw==",
  932. "cpu": [
  933. "arm64"
  934. ],
  935. "license": "MIT",
  936. "optional": true,
  937. "os": [
  938. "openharmony"
  939. ],
  940. "engines": {
  941. "node": ">=18"
  942. }
  943. },
  944. "node_modules/@esbuild/sunos-x64": {
  945. "version": "0.27.7",
  946. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.7.tgz",
  947. "integrity": "sha512-ikktIhFBzQNt/QDyOL580ti9+5mL/YZeUPKU2ivGtGjdTYoqz6jObj6nOMfhASpS4GU4Q/Clh1QtxWAvcYKamA==",
  948. "cpu": [
  949. "x64"
  950. ],
  951. "license": "MIT",
  952. "optional": true,
  953. "os": [
  954. "sunos"
  955. ],
  956. "engines": {
  957. "node": ">=18"
  958. }
  959. },
  960. "node_modules/@esbuild/win32-arm64": {
  961. "version": "0.27.7",
  962. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.7.tgz",
  963. "integrity": "sha512-7yRhbHvPqSpRUV7Q20VuDwbjW5kIMwTHpptuUzV+AA46kiPze5Z7qgt6CLCK3pWFrHeNfDd1VKgyP4O+ng17CA==",
  964. "cpu": [
  965. "arm64"
  966. ],
  967. "license": "MIT",
  968. "optional": true,
  969. "os": [
  970. "win32"
  971. ],
  972. "engines": {
  973. "node": ">=18"
  974. }
  975. },
  976. "node_modules/@esbuild/win32-ia32": {
  977. "version": "0.27.7",
  978. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.7.tgz",
  979. "integrity": "sha512-SmwKXe6VHIyZYbBLJrhOoCJRB/Z1tckzmgTLfFYOfpMAx63BJEaL9ExI8x7v0oAO3Zh6D/Oi1gVxEYr5oUCFhw==",
  980. "cpu": [
  981. "ia32"
  982. ],
  983. "license": "MIT",
  984. "optional": true,
  985. "os": [
  986. "win32"
  987. ],
  988. "engines": {
  989. "node": ">=18"
  990. }
  991. },
  992. "node_modules/@esbuild/win32-x64": {
  993. "version": "0.27.7",
  994. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.7.tgz",
  995. "integrity": "sha512-56hiAJPhwQ1R4i+21FVF7V8kSD5zZTdHcVuRFMW0hn753vVfQN8xlx4uOPT4xoGH0Z/oVATuR82AiqSTDIpaHg==",
  996. "cpu": [
  997. "x64"
  998. ],
  999. "license": "MIT",
  1000. "optional": true,
  1001. "os": [
  1002. "win32"
  1003. ],
  1004. "engines": {
  1005. "node": ">=18"
  1006. }
  1007. },
  1008. "node_modules/@eslint-community/eslint-utils": {
  1009. "version": "4.9.1",
  1010. "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz",
  1011. "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==",
  1012. "license": "MIT",
  1013. "dependencies": {
  1014. "eslint-visitor-keys": "^3.4.3"
  1015. },
  1016. "engines": {
  1017. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  1018. },
  1019. "funding": {
  1020. "url": "https://opencollective.com/eslint"
  1021. },
  1022. "peerDependencies": {
  1023. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  1024. }
  1025. },
  1026. "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
  1027. "version": "3.4.3",
  1028. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  1029. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  1030. "license": "Apache-2.0",
  1031. "engines": {
  1032. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  1033. },
  1034. "funding": {
  1035. "url": "https://opencollective.com/eslint"
  1036. }
  1037. },
  1038. "node_modules/@eslint-community/regexpp": {
  1039. "version": "4.12.2",
  1040. "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
  1041. "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
  1042. "license": "MIT",
  1043. "engines": {
  1044. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  1045. }
  1046. },
  1047. "node_modules/@eslint/compat": {
  1048. "version": "2.0.5",
  1049. "resolved": "https://registry.npmjs.org/@eslint/compat/-/compat-2.0.5.tgz",
  1050. "integrity": "sha512-IbHDbHJfkVNv6xjlET8AIVo/K1NQt7YT4Rp6ok/clyBGcpRx1l6gv0Rq3vBvYfPJIZt6ODf66Zq08FJNDpnzgg==",
  1051. "license": "Apache-2.0",
  1052. "dependencies": {
  1053. "@eslint/core": "^1.2.1"
  1054. },
  1055. "engines": {
  1056. "node": "^20.19.0 || ^22.13.0 || >=24"
  1057. },
  1058. "peerDependencies": {
  1059. "eslint": "^8.40 || 9 || 10"
  1060. },
  1061. "peerDependenciesMeta": {
  1062. "eslint": {
  1063. "optional": true
  1064. }
  1065. }
  1066. },
  1067. "node_modules/@eslint/compat/node_modules/@eslint/core": {
  1068. "version": "1.2.1",
  1069. "resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.2.1.tgz",
  1070. "integrity": "sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==",
  1071. "license": "Apache-2.0",
  1072. "dependencies": {
  1073. "@types/json-schema": "^7.0.15"
  1074. },
  1075. "engines": {
  1076. "node": "^20.19.0 || ^22.13.0 || >=24"
  1077. }
  1078. },
  1079. "node_modules/@eslint/config-array": {
  1080. "version": "0.21.2",
  1081. "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.2.tgz",
  1082. "integrity": "sha512-nJl2KGTlrf9GjLimgIru+V/mzgSK0ABCDQRvxw5BjURL7WfH5uoWmizbH7QB6MmnMBd8cIC9uceWnezL1VZWWw==",
  1083. "license": "Apache-2.0",
  1084. "dependencies": {
  1085. "@eslint/object-schema": "^2.1.7",
  1086. "debug": "^4.3.1",
  1087. "minimatch": "^3.1.5"
  1088. },
  1089. "engines": {
  1090. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1091. }
  1092. },
  1093. "node_modules/@eslint/config-array/node_modules/balanced-match": {
  1094. "version": "1.0.2",
  1095. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  1096. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  1097. "license": "MIT"
  1098. },
  1099. "node_modules/@eslint/config-array/node_modules/brace-expansion": {
  1100. "version": "1.1.14",
  1101. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz",
  1102. "integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
  1103. "license": "MIT",
  1104. "dependencies": {
  1105. "balanced-match": "^1.0.0",
  1106. "concat-map": "0.0.1"
  1107. }
  1108. },
  1109. "node_modules/@eslint/config-array/node_modules/minimatch": {
  1110. "version": "3.1.5",
  1111. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
  1112. "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
  1113. "license": "ISC",
  1114. "dependencies": {
  1115. "brace-expansion": "^1.1.7"
  1116. },
  1117. "engines": {
  1118. "node": "*"
  1119. }
  1120. },
  1121. "node_modules/@eslint/config-helpers": {
  1122. "version": "0.4.2",
  1123. "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz",
  1124. "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==",
  1125. "license": "Apache-2.0",
  1126. "dependencies": {
  1127. "@eslint/core": "^0.17.0"
  1128. },
  1129. "engines": {
  1130. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1131. }
  1132. },
  1133. "node_modules/@eslint/config-inspector": {
  1134. "version": "1.5.0",
  1135. "resolved": "https://registry.npmjs.org/@eslint/config-inspector/-/config-inspector-1.5.0.tgz",
  1136. "integrity": "sha512-YK/VdQ+pibx5pcCI2GPZVO6vFemf/pkB662HuFtc5AA4WLQ9upb3fAoZSjOAYoDJx58qGTDp6xq9ldd/vluNxQ==",
  1137. "license": "Apache-2.0",
  1138. "dependencies": {
  1139. "ansis": "^4.2.0",
  1140. "bundle-require": "^5.1.0",
  1141. "cac": "^7.0.0",
  1142. "chokidar": "^5.0.0",
  1143. "esbuild": "^0.27.3",
  1144. "h3": "^1.15.5",
  1145. "tinyglobby": "^0.2.15",
  1146. "ws": "^8.19.0"
  1147. },
  1148. "bin": {
  1149. "config-inspector": "bin.mjs",
  1150. "eslint-config-inspector": "bin.mjs"
  1151. },
  1152. "funding": {
  1153. "url": "https://opencollective.com/eslint"
  1154. },
  1155. "peerDependencies": {
  1156. "eslint": "^8.50.0 || ^9.0.0 || ^10.0.0"
  1157. }
  1158. },
  1159. "node_modules/@eslint/core": {
  1160. "version": "0.17.0",
  1161. "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
  1162. "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
  1163. "license": "Apache-2.0",
  1164. "dependencies": {
  1165. "@types/json-schema": "^7.0.15"
  1166. },
  1167. "engines": {
  1168. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1169. }
  1170. },
  1171. "node_modules/@eslint/eslintrc": {
  1172. "version": "3.3.5",
  1173. "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.5.tgz",
  1174. "integrity": "sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==",
  1175. "license": "MIT",
  1176. "dependencies": {
  1177. "ajv": "^6.14.0",
  1178. "debug": "^4.3.2",
  1179. "espree": "^10.0.1",
  1180. "globals": "^14.0.0",
  1181. "ignore": "^5.2.0",
  1182. "import-fresh": "^3.2.1",
  1183. "js-yaml": "^4.1.1",
  1184. "minimatch": "^3.1.5",
  1185. "strip-json-comments": "^3.1.1"
  1186. },
  1187. "engines": {
  1188. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1189. },
  1190. "funding": {
  1191. "url": "https://opencollective.com/eslint"
  1192. }
  1193. },
  1194. "node_modules/@eslint/eslintrc/node_modules/balanced-match": {
  1195. "version": "1.0.2",
  1196. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  1197. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  1198. "license": "MIT"
  1199. },
  1200. "node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
  1201. "version": "1.1.14",
  1202. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz",
  1203. "integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
  1204. "license": "MIT",
  1205. "dependencies": {
  1206. "balanced-match": "^1.0.0",
  1207. "concat-map": "0.0.1"
  1208. }
  1209. },
  1210. "node_modules/@eslint/eslintrc/node_modules/globals": {
  1211. "version": "14.0.0",
  1212. "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
  1213. "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
  1214. "license": "MIT",
  1215. "engines": {
  1216. "node": ">=18"
  1217. },
  1218. "funding": {
  1219. "url": "https://github.com/sponsors/sindresorhus"
  1220. }
  1221. },
  1222. "node_modules/@eslint/eslintrc/node_modules/ignore": {
  1223. "version": "5.3.2",
  1224. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
  1225. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  1226. "license": "MIT",
  1227. "engines": {
  1228. "node": ">= 4"
  1229. }
  1230. },
  1231. "node_modules/@eslint/eslintrc/node_modules/minimatch": {
  1232. "version": "3.1.5",
  1233. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
  1234. "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
  1235. "license": "ISC",
  1236. "dependencies": {
  1237. "brace-expansion": "^1.1.7"
  1238. },
  1239. "engines": {
  1240. "node": "*"
  1241. }
  1242. },
  1243. "node_modules/@eslint/js": {
  1244. "version": "9.39.4",
  1245. "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.4.tgz",
  1246. "integrity": "sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw==",
  1247. "license": "MIT",
  1248. "engines": {
  1249. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1250. },
  1251. "funding": {
  1252. "url": "https://eslint.org/donate"
  1253. }
  1254. },
  1255. "node_modules/@eslint/object-schema": {
  1256. "version": "2.1.7",
  1257. "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz",
  1258. "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==",
  1259. "license": "Apache-2.0",
  1260. "engines": {
  1261. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1262. }
  1263. },
  1264. "node_modules/@eslint/plugin-kit": {
  1265. "version": "0.4.1",
  1266. "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz",
  1267. "integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==",
  1268. "license": "Apache-2.0",
  1269. "dependencies": {
  1270. "@eslint/core": "^0.17.0",
  1271. "levn": "^0.4.1"
  1272. },
  1273. "engines": {
  1274. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1275. }
  1276. },
  1277. "node_modules/@fastify/accept-negotiator": {
  1278. "version": "1.1.0",
  1279. "resolved": "https://registry.npmjs.org/@fastify/accept-negotiator/-/accept-negotiator-1.1.0.tgz",
  1280. "integrity": "sha512-OIHZrb2ImZ7XG85HXOONLcJWGosv7sIvM2ifAPQVhg9Lv7qdmMBNVaai4QTdyuaqbKM5eO6sLSQOYI7wEQeCJQ==",
  1281. "license": "MIT",
  1282. "optional": true,
  1283. "engines": {
  1284. "node": ">=14"
  1285. }
  1286. },
  1287. "node_modules/@floating-ui/core": {
  1288. "version": "1.7.5",
  1289. "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.5.tgz",
  1290. "integrity": "sha512-1Ih4WTWyw0+lKyFMcBHGbb5U5FtuHJuujoyyr5zTaWS5EYMeT6Jb2AuDeftsCsEuchO+mM2ij5+q9crhydzLhQ==",
  1291. "license": "MIT",
  1292. "dependencies": {
  1293. "@floating-ui/utils": "^0.2.11"
  1294. }
  1295. },
  1296. "node_modules/@floating-ui/dom": {
  1297. "version": "1.7.6",
  1298. "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.6.tgz",
  1299. "integrity": "sha512-9gZSAI5XM36880PPMm//9dfiEngYoC6Am2izES1FF406YFsjvyBMmeJ2g4SAju3xWwtuynNRFL2s9hgxpLI5SQ==",
  1300. "license": "MIT",
  1301. "dependencies": {
  1302. "@floating-ui/core": "^1.7.5",
  1303. "@floating-ui/utils": "^0.2.11"
  1304. }
  1305. },
  1306. "node_modules/@floating-ui/utils": {
  1307. "version": "0.2.11",
  1308. "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.11.tgz",
  1309. "integrity": "sha512-RiB/yIh78pcIxl6lLMG0CgBXAZ2Y0eVHqMPYugu+9U0AeT6YBeiJpf7lbdJNIugFP5SIjwNRgo4DhR1Qxi26Gg==",
  1310. "license": "MIT"
  1311. },
  1312. "node_modules/@floating-ui/vue": {
  1313. "version": "1.1.11",
  1314. "resolved": "https://registry.npmjs.org/@floating-ui/vue/-/vue-1.1.11.tgz",
  1315. "integrity": "sha512-HzHKCNVxnGS35r9fCHBc3+uCnjw9IWIlCPL683cGgM9Kgj2BiAl8x1mS7vtvP6F9S/e/q4O6MApwSHj8hNLGfw==",
  1316. "license": "MIT",
  1317. "dependencies": {
  1318. "@floating-ui/dom": "^1.7.6",
  1319. "@floating-ui/utils": "^0.2.11",
  1320. "vue-demi": ">=0.13.0"
  1321. }
  1322. },
  1323. "node_modules/@floating-ui/vue/node_modules/vue-demi": {
  1324. "version": "0.14.10",
  1325. "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
  1326. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  1327. "hasInstallScript": true,
  1328. "license": "MIT",
  1329. "bin": {
  1330. "vue-demi-fix": "bin/vue-demi-fix.js",
  1331. "vue-demi-switch": "bin/vue-demi-switch.js"
  1332. },
  1333. "engines": {
  1334. "node": ">=12"
  1335. },
  1336. "funding": {
  1337. "url": "https://github.com/sponsors/antfu"
  1338. },
  1339. "peerDependencies": {
  1340. "@vue/composition-api": "^1.0.0-rc.1",
  1341. "vue": "^3.0.0-0 || ^2.6.0"
  1342. },
  1343. "peerDependenciesMeta": {
  1344. "@vue/composition-api": {
  1345. "optional": true
  1346. }
  1347. }
  1348. },
  1349. "node_modules/@humanfs/core": {
  1350. "version": "0.19.1",
  1351. "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
  1352. "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
  1353. "license": "Apache-2.0",
  1354. "engines": {
  1355. "node": ">=18.18.0"
  1356. }
  1357. },
  1358. "node_modules/@humanfs/node": {
  1359. "version": "0.16.7",
  1360. "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz",
  1361. "integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==",
  1362. "license": "Apache-2.0",
  1363. "dependencies": {
  1364. "@humanfs/core": "^0.19.1",
  1365. "@humanwhocodes/retry": "^0.4.0"
  1366. },
  1367. "engines": {
  1368. "node": ">=18.18.0"
  1369. }
  1370. },
  1371. "node_modules/@humanwhocodes/module-importer": {
  1372. "version": "1.0.1",
  1373. "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  1374. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  1375. "license": "Apache-2.0",
  1376. "engines": {
  1377. "node": ">=12.22"
  1378. },
  1379. "funding": {
  1380. "type": "github",
  1381. "url": "https://github.com/sponsors/nzakas"
  1382. }
  1383. },
  1384. "node_modules/@humanwhocodes/retry": {
  1385. "version": "0.4.3",
  1386. "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
  1387. "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
  1388. "license": "Apache-2.0",
  1389. "engines": {
  1390. "node": ">=18.18"
  1391. },
  1392. "funding": {
  1393. "type": "github",
  1394. "url": "https://github.com/sponsors/nzakas"
  1395. }
  1396. },
  1397. "node_modules/@iconify/collections": {
  1398. "version": "1.0.672",
  1399. "resolved": "https://registry.npmjs.org/@iconify/collections/-/collections-1.0.672.tgz",
  1400. "integrity": "sha512-9gvifOeD1bLabzru45VVb2kZ6Lw2tgnipZnDbXGrpmP/SnJyOHqxzV1P2EddM1yXbTwna18whNMZlQccAssQAw==",
  1401. "license": "MIT",
  1402. "dependencies": {
  1403. "@iconify/types": "*"
  1404. }
  1405. },
  1406. "node_modules/@iconify/types": {
  1407. "version": "2.0.0",
  1408. "resolved": "https://registry.npmjs.org/@iconify/types/-/types-2.0.0.tgz",
  1409. "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==",
  1410. "license": "MIT"
  1411. },
  1412. "node_modules/@iconify/utils": {
  1413. "version": "3.1.0",
  1414. "resolved": "https://registry.npmjs.org/@iconify/utils/-/utils-3.1.0.tgz",
  1415. "integrity": "sha512-Zlzem1ZXhI1iHeeERabLNzBHdOa4VhQbqAcOQaMKuTuyZCpwKbC2R4Dd0Zo3g9EAc+Y4fiarO8HIHRAth7+skw==",
  1416. "license": "MIT",
  1417. "dependencies": {
  1418. "@antfu/install-pkg": "^1.1.0",
  1419. "@iconify/types": "^2.0.0",
  1420. "mlly": "^1.8.0"
  1421. }
  1422. },
  1423. "node_modules/@iconify/vue": {
  1424. "version": "5.0.0",
  1425. "resolved": "https://registry.npmjs.org/@iconify/vue/-/vue-5.0.0.tgz",
  1426. "integrity": "sha512-C+KuEWIF5nSBrobFJhT//JS87OZ++QDORB6f2q2Wm6fl2mueSTpFBeBsveK0KW9hWiZ4mNiPjsh6Zs4jjdROSg==",
  1427. "license": "MIT",
  1428. "dependencies": {
  1429. "@iconify/types": "^2.0.0"
  1430. },
  1431. "funding": {
  1432. "url": "https://github.com/sponsors/cyberalien"
  1433. },
  1434. "peerDependencies": {
  1435. "vue": ">=3"
  1436. }
  1437. },
  1438. "node_modules/@internationalized/date": {
  1439. "version": "3.12.0",
  1440. "resolved": "https://registry.npmjs.org/@internationalized/date/-/date-3.12.0.tgz",
  1441. "integrity": "sha512-/PyIMzK29jtXaGU23qTvNZxvBXRtKbNnGDFD+PY6CZw/Y8Ex8pFUzkuCJCG9aOqmShjqhS9mPqP6Dk5onQY8rQ==",
  1442. "license": "Apache-2.0",
  1443. "dependencies": {
  1444. "@swc/helpers": "^0.5.0"
  1445. }
  1446. },
  1447. "node_modules/@internationalized/number": {
  1448. "version": "3.6.5",
  1449. "resolved": "https://registry.npmjs.org/@internationalized/number/-/number-3.6.5.tgz",
  1450. "integrity": "sha512-6hY4Kl4HPBvtfS62asS/R22JzNNy8vi/Ssev7x6EobfCp+9QIB2hKvI2EtbdJ0VSQacxVNtqhE/NmF/NZ0gm6g==",
  1451. "license": "Apache-2.0",
  1452. "dependencies": {
  1453. "@swc/helpers": "^0.5.0"
  1454. }
  1455. },
  1456. "node_modules/@ioredis/commands": {
  1457. "version": "1.5.1",
  1458. "resolved": "https://registry.npmjs.org/@ioredis/commands/-/commands-1.5.1.tgz",
  1459. "integrity": "sha512-JH8ZL/ywcJyR9MmJ5BNqZllXNZQqQbnVZOqpPQqE1vHiFgAw4NHbvE0FOduNU8IX9babitBT46571OnPTT0Zcw==",
  1460. "license": "MIT"
  1461. },
  1462. "node_modules/@isaacs/cliui": {
  1463. "version": "8.0.2",
  1464. "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
  1465. "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
  1466. "license": "ISC",
  1467. "dependencies": {
  1468. "string-width": "^5.1.2",
  1469. "string-width-cjs": "npm:string-width@^4.2.0",
  1470. "strip-ansi": "^7.0.1",
  1471. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  1472. "wrap-ansi": "^8.1.0",
  1473. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  1474. },
  1475. "engines": {
  1476. "node": ">=12"
  1477. }
  1478. },
  1479. "node_modules/@isaacs/cliui/node_modules/ansi-styles": {
  1480. "version": "6.2.3",
  1481. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
  1482. "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
  1483. "license": "MIT",
  1484. "engines": {
  1485. "node": ">=12"
  1486. },
  1487. "funding": {
  1488. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  1489. }
  1490. },
  1491. "node_modules/@isaacs/cliui/node_modules/emoji-regex": {
  1492. "version": "9.2.2",
  1493. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
  1494. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
  1495. "license": "MIT"
  1496. },
  1497. "node_modules/@isaacs/cliui/node_modules/string-width": {
  1498. "version": "5.1.2",
  1499. "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
  1500. "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
  1501. "license": "MIT",
  1502. "dependencies": {
  1503. "eastasianwidth": "^0.2.0",
  1504. "emoji-regex": "^9.2.2",
  1505. "strip-ansi": "^7.0.1"
  1506. },
  1507. "engines": {
  1508. "node": ">=12"
  1509. },
  1510. "funding": {
  1511. "url": "https://github.com/sponsors/sindresorhus"
  1512. }
  1513. },
  1514. "node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
  1515. "version": "8.1.0",
  1516. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
  1517. "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
  1518. "license": "MIT",
  1519. "dependencies": {
  1520. "ansi-styles": "^6.1.0",
  1521. "string-width": "^5.0.1",
  1522. "strip-ansi": "^7.0.1"
  1523. },
  1524. "engines": {
  1525. "node": ">=12"
  1526. },
  1527. "funding": {
  1528. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  1529. }
  1530. },
  1531. "node_modules/@isaacs/fs-minipass": {
  1532. "version": "4.0.1",
  1533. "resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz",
  1534. "integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==",
  1535. "license": "ISC",
  1536. "dependencies": {
  1537. "minipass": "^7.0.4"
  1538. },
  1539. "engines": {
  1540. "node": ">=18.0.0"
  1541. }
  1542. },
  1543. "node_modules/@jridgewell/gen-mapping": {
  1544. "version": "0.3.13",
  1545. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  1546. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  1547. "license": "MIT",
  1548. "dependencies": {
  1549. "@jridgewell/sourcemap-codec": "^1.5.0",
  1550. "@jridgewell/trace-mapping": "^0.3.24"
  1551. }
  1552. },
  1553. "node_modules/@jridgewell/remapping": {
  1554. "version": "2.3.5",
  1555. "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  1556. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  1557. "license": "MIT",
  1558. "dependencies": {
  1559. "@jridgewell/gen-mapping": "^0.3.5",
  1560. "@jridgewell/trace-mapping": "^0.3.24"
  1561. }
  1562. },
  1563. "node_modules/@jridgewell/resolve-uri": {
  1564. "version": "3.1.2",
  1565. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  1566. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  1567. "license": "MIT",
  1568. "engines": {
  1569. "node": ">=6.0.0"
  1570. }
  1571. },
  1572. "node_modules/@jridgewell/source-map": {
  1573. "version": "0.3.11",
  1574. "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.11.tgz",
  1575. "integrity": "sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==",
  1576. "license": "MIT",
  1577. "dependencies": {
  1578. "@jridgewell/gen-mapping": "^0.3.5",
  1579. "@jridgewell/trace-mapping": "^0.3.25"
  1580. }
  1581. },
  1582. "node_modules/@jridgewell/sourcemap-codec": {
  1583. "version": "1.5.5",
  1584. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  1585. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  1586. "license": "MIT"
  1587. },
  1588. "node_modules/@jridgewell/trace-mapping": {
  1589. "version": "0.3.31",
  1590. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  1591. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  1592. "license": "MIT",
  1593. "dependencies": {
  1594. "@jridgewell/resolve-uri": "^3.1.0",
  1595. "@jridgewell/sourcemap-codec": "^1.4.14"
  1596. }
  1597. },
  1598. "node_modules/@kwsites/file-exists": {
  1599. "version": "1.1.1",
  1600. "resolved": "https://registry.npmjs.org/@kwsites/file-exists/-/file-exists-1.1.1.tgz",
  1601. "integrity": "sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==",
  1602. "license": "MIT",
  1603. "dependencies": {
  1604. "debug": "^4.1.1"
  1605. }
  1606. },
  1607. "node_modules/@kwsites/promise-deferred": {
  1608. "version": "1.1.1",
  1609. "resolved": "https://registry.npmjs.org/@kwsites/promise-deferred/-/promise-deferred-1.1.1.tgz",
  1610. "integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==",
  1611. "license": "MIT"
  1612. },
  1613. "node_modules/@mapbox/node-pre-gyp": {
  1614. "version": "2.0.3",
  1615. "resolved": "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-2.0.3.tgz",
  1616. "integrity": "sha512-uwPAhccfFJlsfCxMYTwOdVfOz3xqyj8xYL3zJj8f0pb30tLohnnFPhLuqp4/qoEz8sNxe4SESZedcBojRefIzg==",
  1617. "license": "BSD-3-Clause",
  1618. "dependencies": {
  1619. "consola": "^3.2.3",
  1620. "detect-libc": "^2.0.0",
  1621. "https-proxy-agent": "^7.0.5",
  1622. "node-fetch": "^2.6.7",
  1623. "nopt": "^8.0.0",
  1624. "semver": "^7.5.3",
  1625. "tar": "^7.4.0"
  1626. },
  1627. "bin": {
  1628. "node-pre-gyp": "bin/node-pre-gyp"
  1629. },
  1630. "engines": {
  1631. "node": ">=18"
  1632. }
  1633. },
  1634. "node_modules/@napi-rs/wasm-runtime": {
  1635. "version": "1.1.3",
  1636. "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.3.tgz",
  1637. "integrity": "sha512-xK9sGVbJWYb08+mTJt3/YV24WxvxpXcXtP6B172paPZ+Ts69Re9dAr7lKwJoeIx8OoeuimEiRZ7umkiUVClmmQ==",
  1638. "license": "MIT",
  1639. "optional": true,
  1640. "dependencies": {
  1641. "@tybys/wasm-util": "^0.10.1"
  1642. },
  1643. "funding": {
  1644. "type": "github",
  1645. "url": "https://github.com/sponsors/Brooooooklyn"
  1646. },
  1647. "peerDependencies": {
  1648. "@emnapi/core": "^1.7.1",
  1649. "@emnapi/runtime": "^1.7.1"
  1650. }
  1651. },
  1652. "node_modules/@nodelib/fs.scandir": {
  1653. "version": "2.1.5",
  1654. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  1655. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  1656. "license": "MIT",
  1657. "dependencies": {
  1658. "@nodelib/fs.stat": "2.0.5",
  1659. "run-parallel": "^1.1.9"
  1660. },
  1661. "engines": {
  1662. "node": ">= 8"
  1663. }
  1664. },
  1665. "node_modules/@nodelib/fs.stat": {
  1666. "version": "2.0.5",
  1667. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  1668. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  1669. "license": "MIT",
  1670. "engines": {
  1671. "node": ">= 8"
  1672. }
  1673. },
  1674. "node_modules/@nodelib/fs.walk": {
  1675. "version": "1.2.8",
  1676. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  1677. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  1678. "license": "MIT",
  1679. "dependencies": {
  1680. "@nodelib/fs.scandir": "2.1.5",
  1681. "fastq": "^1.6.0"
  1682. },
  1683. "engines": {
  1684. "node": ">= 8"
  1685. }
  1686. },
  1687. "node_modules/@nuxt/cli": {
  1688. "version": "3.34.0",
  1689. "resolved": "https://registry.npmjs.org/@nuxt/cli/-/cli-3.34.0.tgz",
  1690. "integrity": "sha512-KVI4xSo96UtUUbmxr9ouWTytbj1LzTw5alsM4vC/gSY/l8kPMRAlq0XpNSAVTDJyALzLY70WhaIMX24LJLpdFw==",
  1691. "license": "MIT",
  1692. "dependencies": {
  1693. "@bomb.sh/tab": "^0.0.14",
  1694. "@clack/prompts": "^1.1.0",
  1695. "c12": "^3.3.3",
  1696. "citty": "^0.2.1",
  1697. "confbox": "^0.2.4",
  1698. "consola": "^3.4.2",
  1699. "debug": "^4.4.3",
  1700. "defu": "^6.1.4",
  1701. "exsolve": "^1.0.8",
  1702. "fuse.js": "^7.1.0",
  1703. "fzf": "^0.5.2",
  1704. "giget": "^3.1.2",
  1705. "jiti": "^2.6.1",
  1706. "listhen": "^1.9.0",
  1707. "nypm": "^0.6.5",
  1708. "ofetch": "^1.5.1",
  1709. "ohash": "^2.0.11",
  1710. "pathe": "^2.0.3",
  1711. "perfect-debounce": "^2.1.0",
  1712. "pkg-types": "^2.3.0",
  1713. "scule": "^1.3.0",
  1714. "semver": "^7.7.4",
  1715. "srvx": "^0.11.9",
  1716. "std-env": "^3.10.0",
  1717. "tinyclip": "^0.1.12",
  1718. "tinyexec": "^1.0.2",
  1719. "ufo": "^1.6.3",
  1720. "youch": "^4.1.0"
  1721. },
  1722. "bin": {
  1723. "nuxi": "bin/nuxi.mjs",
  1724. "nuxi-ng": "bin/nuxi.mjs",
  1725. "nuxt": "bin/nuxi.mjs",
  1726. "nuxt-cli": "bin/nuxi.mjs"
  1727. },
  1728. "engines": {
  1729. "node": "^16.14.0 || >=18.0.0"
  1730. },
  1731. "peerDependencies": {
  1732. "@nuxt/schema": "^4.3.1"
  1733. },
  1734. "peerDependenciesMeta": {
  1735. "@nuxt/schema": {
  1736. "optional": true
  1737. }
  1738. }
  1739. },
  1740. "node_modules/@nuxt/cli/node_modules/@bomb.sh/tab": {
  1741. "version": "0.0.14",
  1742. "resolved": "https://registry.npmjs.org/@bomb.sh/tab/-/tab-0.0.14.tgz",
  1743. "integrity": "sha512-cHMk2LI430MVoX1unTt9oK1iZzQS4CYDz97MSxKLNErW69T43Z2QLFTpdS/3jVOIKrIADWfuxQ+nQNJkNV7E4w==",
  1744. "license": "MIT",
  1745. "bin": {
  1746. "tab": "dist/bin/cli.mjs"
  1747. },
  1748. "peerDependencies": {
  1749. "cac": "^6.7.14",
  1750. "citty": "^0.1.6 || ^0.2.0",
  1751. "commander": "^13.1.0"
  1752. },
  1753. "peerDependenciesMeta": {
  1754. "cac": {
  1755. "optional": true
  1756. },
  1757. "citty": {
  1758. "optional": true
  1759. },
  1760. "commander": {
  1761. "optional": true
  1762. }
  1763. }
  1764. },
  1765. "node_modules/@nuxt/cli/node_modules/cac": {
  1766. "version": "6.7.14",
  1767. "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz",
  1768. "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==",
  1769. "license": "MIT",
  1770. "optional": true,
  1771. "peer": true,
  1772. "engines": {
  1773. "node": ">=8"
  1774. }
  1775. },
  1776. "node_modules/@nuxt/cli/node_modules/citty": {
  1777. "version": "0.2.2",
  1778. "resolved": "https://registry.npmjs.org/citty/-/citty-0.2.2.tgz",
  1779. "integrity": "sha512-+6vJA3L98yv+IdfKGZHBNiGW5KHn22e/JwID0Strsz8h4S/csAu/OuICwxrg44k5MRiZHWIo8XXuJgQTriRP4w==",
  1780. "license": "MIT"
  1781. },
  1782. "node_modules/@nuxt/cli/node_modules/commander": {
  1783. "version": "13.1.0",
  1784. "resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz",
  1785. "integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==",
  1786. "license": "MIT",
  1787. "optional": true,
  1788. "peer": true,
  1789. "engines": {
  1790. "node": ">=18"
  1791. }
  1792. },
  1793. "node_modules/@nuxt/devalue": {
  1794. "version": "2.0.2",
  1795. "resolved": "https://registry.npmjs.org/@nuxt/devalue/-/devalue-2.0.2.tgz",
  1796. "integrity": "sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA==",
  1797. "license": "MIT"
  1798. },
  1799. "node_modules/@nuxt/devtools": {
  1800. "version": "3.2.4",
  1801. "resolved": "https://registry.npmjs.org/@nuxt/devtools/-/devtools-3.2.4.tgz",
  1802. "integrity": "sha512-VPbFy7hlPzWpEZk4BsuVpNuHq1ZYGV9xezjb7/NGuePuNLqeNn74YZugU+PCtva7OwKhEeTXmMK0Mqo/6+nwNA==",
  1803. "license": "MIT",
  1804. "dependencies": {
  1805. "@nuxt/devtools-kit": "3.2.4",
  1806. "@nuxt/devtools-wizard": "3.2.4",
  1807. "@nuxt/kit": "^4.4.2",
  1808. "@vue/devtools-core": "^8.1.0",
  1809. "@vue/devtools-kit": "^8.1.0",
  1810. "birpc": "^4.0.0",
  1811. "consola": "^3.4.2",
  1812. "destr": "^2.0.5",
  1813. "error-stack-parser-es": "^1.0.5",
  1814. "execa": "^8.0.1",
  1815. "fast-npm-meta": "^1.4.2",
  1816. "get-port-please": "^3.2.0",
  1817. "hookable": "^6.1.0",
  1818. "image-meta": "^0.2.2",
  1819. "is-installed-globally": "^1.0.0",
  1820. "launch-editor": "^2.13.1",
  1821. "local-pkg": "^1.1.2",
  1822. "magicast": "^0.5.2",
  1823. "nypm": "^0.6.5",
  1824. "ohash": "^2.0.11",
  1825. "pathe": "^2.0.3",
  1826. "perfect-debounce": "^2.1.0",
  1827. "pkg-types": "^2.3.0",
  1828. "semver": "^7.7.4",
  1829. "simple-git": "^3.33.0",
  1830. "sirv": "^3.0.2",
  1831. "structured-clone-es": "^2.0.0",
  1832. "tinyglobby": "^0.2.15",
  1833. "vite-plugin-inspect": "^11.3.3",
  1834. "vite-plugin-vue-tracer": "^1.3.0",
  1835. "which": "^6.0.1",
  1836. "ws": "^8.19.0"
  1837. },
  1838. "bin": {
  1839. "devtools": "cli.mjs"
  1840. },
  1841. "peerDependencies": {
  1842. "@vitejs/devtools": "*",
  1843. "vite": ">=6.0"
  1844. },
  1845. "peerDependenciesMeta": {
  1846. "@vitejs/devtools": {
  1847. "optional": true
  1848. }
  1849. }
  1850. },
  1851. "node_modules/@nuxt/devtools-kit": {
  1852. "version": "3.2.4",
  1853. "resolved": "https://registry.npmjs.org/@nuxt/devtools-kit/-/devtools-kit-3.2.4.tgz",
  1854. "integrity": "sha512-Yxy2Xgmq5hf3dQy983V0xh0OJV2mYwRZz9eVIGc3EaribdFGPDNGMMbYqX9qCty3Pbxn/bCF3J0UyPaNlHVayQ==",
  1855. "license": "MIT",
  1856. "dependencies": {
  1857. "@nuxt/kit": "^4.4.2",
  1858. "execa": "^8.0.1"
  1859. },
  1860. "peerDependencies": {
  1861. "vite": ">=6.0"
  1862. }
  1863. },
  1864. "node_modules/@nuxt/devtools-wizard": {
  1865. "version": "3.2.4",
  1866. "resolved": "https://registry.npmjs.org/@nuxt/devtools-wizard/-/devtools-wizard-3.2.4.tgz",
  1867. "integrity": "sha512-5tu2+Quu9XTxwtpzM8CUN0UKn/bzZIfJcoGd+at5Yy1RiUQJ4E52tRK0idW1rMSUDkbkvX3dSnu8Tpj7SAtWdQ==",
  1868. "license": "MIT",
  1869. "dependencies": {
  1870. "@clack/prompts": "^1.1.0",
  1871. "consola": "^3.4.2",
  1872. "diff": "^8.0.3",
  1873. "execa": "^8.0.1",
  1874. "magicast": "^0.5.2",
  1875. "pathe": "^2.0.3",
  1876. "pkg-types": "^2.3.0",
  1877. "semver": "^7.7.4"
  1878. },
  1879. "bin": {
  1880. "devtools-wizard": "cli.mjs"
  1881. }
  1882. },
  1883. "node_modules/@nuxt/devtools/node_modules/isexe": {
  1884. "version": "4.0.0",
  1885. "resolved": "https://registry.npmjs.org/isexe/-/isexe-4.0.0.tgz",
  1886. "integrity": "sha512-FFUtZMpoZ8RqHS3XeXEmHWLA4thH+ZxCv2lOiPIn1Xc7CxrqhWzNSDzD+/chS/zbYezmiwWLdQC09JdQKmthOw==",
  1887. "license": "BlueOak-1.0.0",
  1888. "engines": {
  1889. "node": ">=20"
  1890. }
  1891. },
  1892. "node_modules/@nuxt/devtools/node_modules/which": {
  1893. "version": "6.0.1",
  1894. "resolved": "https://registry.npmjs.org/which/-/which-6.0.1.tgz",
  1895. "integrity": "sha512-oGLe46MIrCRqX7ytPUf66EAYvdeMIZYn3WaocqqKZAxrBpkqHfL/qvTyJ/bTk5+AqHCjXmrv3CEWgy368zhRUg==",
  1896. "license": "ISC",
  1897. "dependencies": {
  1898. "isexe": "^4.0.0"
  1899. },
  1900. "bin": {
  1901. "node-which": "bin/which.js"
  1902. },
  1903. "engines": {
  1904. "node": "^20.17.0 || >=22.9.0"
  1905. }
  1906. },
  1907. "node_modules/@nuxt/eslint": {
  1908. "version": "1.15.2",
  1909. "resolved": "https://registry.npmjs.org/@nuxt/eslint/-/eslint-1.15.2.tgz",
  1910. "integrity": "sha512-LwDavQoLl+y0sIDqWEYbOnM6FOmXVIYSEjuvkO1hgAqhb0CvG3hgTnfE1qkf1jOAZp3CZGP+6rxRAJ0dxhueIQ==",
  1911. "license": "MIT",
  1912. "dependencies": {
  1913. "@eslint/config-inspector": "^1.4.2",
  1914. "@nuxt/devtools-kit": "^3.2.1",
  1915. "@nuxt/eslint-config": "1.15.2",
  1916. "@nuxt/eslint-plugin": "1.15.2",
  1917. "@nuxt/kit": "^4.3.1",
  1918. "chokidar": "^5.0.0",
  1919. "eslint-flat-config-utils": "^3.0.1",
  1920. "eslint-typegen": "^2.3.1",
  1921. "find-up": "^8.0.0",
  1922. "get-port-please": "^3.2.0",
  1923. "mlly": "^1.8.0",
  1924. "pathe": "^2.0.3",
  1925. "unimport": "^5.6.0"
  1926. },
  1927. "peerDependencies": {
  1928. "eslint": "^9.0.0 || ^10.0.0",
  1929. "eslint-webpack-plugin": "^4.1.0",
  1930. "vite-plugin-eslint2": "^5.0.0"
  1931. },
  1932. "peerDependenciesMeta": {
  1933. "eslint-webpack-plugin": {
  1934. "optional": true
  1935. },
  1936. "vite-plugin-eslint2": {
  1937. "optional": true
  1938. }
  1939. }
  1940. },
  1941. "node_modules/@nuxt/eslint-config": {
  1942. "version": "1.15.2",
  1943. "resolved": "https://registry.npmjs.org/@nuxt/eslint-config/-/eslint-config-1.15.2.tgz",
  1944. "integrity": "sha512-vS6mWB87tYjB8h3TxG/QziaZ6CGJpEOBd7N/j+64/tjNipUJzNgKwDzyGoOifNqyDDnlvgi6T3m9XpeYm4qRaA==",
  1945. "license": "MIT",
  1946. "dependencies": {
  1947. "@antfu/install-pkg": "^1.1.0",
  1948. "@clack/prompts": "^1.0.1",
  1949. "@eslint/js": "^9.39.3",
  1950. "@nuxt/eslint-plugin": "1.15.2",
  1951. "@stylistic/eslint-plugin": "^5.9.0",
  1952. "@typescript-eslint/eslint-plugin": "^8.56.1",
  1953. "@typescript-eslint/parser": "^8.56.1",
  1954. "eslint-config-flat-gitignore": "^2.2.1",
  1955. "eslint-flat-config-utils": "^3.0.1",
  1956. "eslint-merge-processors": "^2.0.0",
  1957. "eslint-plugin-import-lite": "^0.5.2",
  1958. "eslint-plugin-import-x": "^4.16.1",
  1959. "eslint-plugin-jsdoc": "^62.7.1",
  1960. "eslint-plugin-regexp": "^3.0.0",
  1961. "eslint-plugin-unicorn": "^63.0.0",
  1962. "eslint-plugin-vue": "^10.8.0",
  1963. "eslint-processor-vue-blocks": "^2.0.0",
  1964. "globals": "^17.3.0",
  1965. "local-pkg": "^1.1.2",
  1966. "pathe": "^2.0.3",
  1967. "vue-eslint-parser": "^10.4.0"
  1968. },
  1969. "peerDependencies": {
  1970. "eslint": "^9.0.0 || ^10.0.0",
  1971. "eslint-plugin-format": "*"
  1972. },
  1973. "peerDependenciesMeta": {
  1974. "eslint-plugin-format": {
  1975. "optional": true
  1976. }
  1977. }
  1978. },
  1979. "node_modules/@nuxt/eslint-plugin": {
  1980. "version": "1.15.2",
  1981. "resolved": "https://registry.npmjs.org/@nuxt/eslint-plugin/-/eslint-plugin-1.15.2.tgz",
  1982. "integrity": "sha512-LZ4gEcPP5GjzAkb6Kk04a4v0vvkTLOpmnEvdDatnkSlxtQLUSwX8v11vcDGXL92ZQ98dFoC1Q1IA6Tz3jdFIig==",
  1983. "license": "MIT",
  1984. "dependencies": {
  1985. "@typescript-eslint/types": "^8.56.1",
  1986. "@typescript-eslint/utils": "^8.56.1"
  1987. },
  1988. "peerDependencies": {
  1989. "eslint": "^9.0.0 || ^10.0.0"
  1990. }
  1991. },
  1992. "node_modules/@nuxt/fonts": {
  1993. "version": "0.14.0",
  1994. "resolved": "https://registry.npmjs.org/@nuxt/fonts/-/fonts-0.14.0.tgz",
  1995. "integrity": "sha512-4uXQl9fa5F4ibdgU8zomoOcyMdnwgdem+Pi8JEqeDYI5yPR32Kam6HnuRr47dTb97CstaepAvXPWQUUHMtjsFQ==",
  1996. "license": "MIT",
  1997. "dependencies": {
  1998. "@nuxt/devtools-kit": "^3.2.1",
  1999. "@nuxt/kit": "^4.2.2",
  2000. "consola": "^3.4.2",
  2001. "defu": "^6.1.4",
  2002. "fontless": "^0.2.1",
  2003. "h3": "^1.15.5",
  2004. "magic-regexp": "^0.10.0",
  2005. "ofetch": "^1.5.1",
  2006. "pathe": "^2.0.3",
  2007. "sirv": "^3.0.2",
  2008. "tinyglobby": "^0.2.15",
  2009. "ufo": "^1.6.3",
  2010. "unifont": "^0.7.4",
  2011. "unplugin": "^3.0.0",
  2012. "unstorage": "^1.17.4"
  2013. }
  2014. },
  2015. "node_modules/@nuxt/icon": {
  2016. "version": "2.2.1",
  2017. "resolved": "https://registry.npmjs.org/@nuxt/icon/-/icon-2.2.1.tgz",
  2018. "integrity": "sha512-GI840yYGuvHI0BGDQ63d6rAxGzG96jQcWrnaWIQKlyQo/7sx9PjXkSHckXUXyX1MCr9zY6U25Td6OatfY6Hklw==",
  2019. "license": "MIT",
  2020. "dependencies": {
  2021. "@iconify/collections": "^1.0.641",
  2022. "@iconify/types": "^2.0.0",
  2023. "@iconify/utils": "^3.1.0",
  2024. "@iconify/vue": "^5.0.0",
  2025. "@nuxt/devtools-kit": "^3.1.1",
  2026. "@nuxt/kit": "^4.2.2",
  2027. "consola": "^3.4.2",
  2028. "local-pkg": "^1.1.2",
  2029. "mlly": "^1.8.0",
  2030. "ohash": "^2.0.11",
  2031. "pathe": "^2.0.3",
  2032. "picomatch": "^4.0.3",
  2033. "std-env": "^3.10.0",
  2034. "tinyglobby": "^0.2.15"
  2035. }
  2036. },
  2037. "node_modules/@nuxt/image": {
  2038. "version": "1.11.0",
  2039. "resolved": "https://registry.npmjs.org/@nuxt/image/-/image-1.11.0.tgz",
  2040. "integrity": "sha512-4kzhvb2tJfxMsa/JZeYn1sMiGbx2J/S6BQrQSdXNsHgSvywGVkFhTiQGjoP6O49EsXyAouJrer47hMeBcTcfXQ==",
  2041. "license": "MIT",
  2042. "dependencies": {
  2043. "@nuxt/kit": "^3.18.0",
  2044. "consola": "^3.4.2",
  2045. "defu": "^6.1.4",
  2046. "h3": "^1.15.3",
  2047. "image-meta": "^0.2.1",
  2048. "knitwork": "^1.2.0",
  2049. "ohash": "^2.0.11",
  2050. "pathe": "^2.0.3",
  2051. "std-env": "^3.9.0",
  2052. "ufo": "^1.6.1"
  2053. },
  2054. "engines": {
  2055. "node": ">=18.20.6"
  2056. },
  2057. "optionalDependencies": {
  2058. "ipx": "^2.1.1"
  2059. }
  2060. },
  2061. "node_modules/@nuxt/image/node_modules/@nuxt/kit": {
  2062. "version": "3.21.2",
  2063. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.21.2.tgz",
  2064. "integrity": "sha512-Bd6m6mrDrqpBEbX+g0rc66/ALd1sxlgdx5nfK9MAYO0yKLTOSK7McSYz1KcOYn3LQFCXOWfvXwaqih/b+REI1g==",
  2065. "license": "MIT",
  2066. "dependencies": {
  2067. "c12": "^3.3.3",
  2068. "consola": "^3.4.2",
  2069. "defu": "^6.1.4",
  2070. "destr": "^2.0.5",
  2071. "errx": "^0.1.0",
  2072. "exsolve": "^1.0.8",
  2073. "ignore": "^7.0.5",
  2074. "jiti": "^2.6.1",
  2075. "klona": "^2.0.6",
  2076. "knitwork": "^1.3.0",
  2077. "mlly": "^1.8.1",
  2078. "ohash": "^2.0.11",
  2079. "pathe": "^2.0.3",
  2080. "pkg-types": "^2.3.0",
  2081. "rc9": "^3.0.0",
  2082. "scule": "^1.3.0",
  2083. "semver": "^7.7.4",
  2084. "tinyglobby": "^0.2.15",
  2085. "ufo": "^1.6.3",
  2086. "unctx": "^2.5.0",
  2087. "untyped": "^2.0.0"
  2088. },
  2089. "engines": {
  2090. "node": ">=18.12.0"
  2091. }
  2092. },
  2093. "node_modules/@nuxt/kit": {
  2094. "version": "4.4.2",
  2095. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-4.4.2.tgz",
  2096. "integrity": "sha512-5+IPRNX2CjkBhuWUwz0hBuLqiaJPRoKzQ+SvcdrQDbAyE+VDeFt74VpSFr5/R0ujrK4b+XnSHUJWdS72w6hsog==",
  2097. "license": "MIT",
  2098. "dependencies": {
  2099. "c12": "^3.3.3",
  2100. "consola": "^3.4.2",
  2101. "defu": "^6.1.4",
  2102. "destr": "^2.0.5",
  2103. "errx": "^0.1.0",
  2104. "exsolve": "^1.0.8",
  2105. "ignore": "^7.0.5",
  2106. "jiti": "^2.6.1",
  2107. "klona": "^2.0.6",
  2108. "mlly": "^1.8.1",
  2109. "ohash": "^2.0.11",
  2110. "pathe": "^2.0.3",
  2111. "pkg-types": "^2.3.0",
  2112. "rc9": "^3.0.0",
  2113. "scule": "^1.3.0",
  2114. "semver": "^7.7.4",
  2115. "tinyglobby": "^0.2.15",
  2116. "ufo": "^1.6.3",
  2117. "unctx": "^2.5.0",
  2118. "untyped": "^2.0.0"
  2119. },
  2120. "engines": {
  2121. "node": ">=18.12.0"
  2122. }
  2123. },
  2124. "node_modules/@nuxt/nitro-server": {
  2125. "version": "4.4.2",
  2126. "resolved": "https://registry.npmjs.org/@nuxt/nitro-server/-/nitro-server-4.4.2.tgz",
  2127. "integrity": "sha512-iMTfraWcpA0MuEnnEI8JFK/4DODY4ss1CfB8m3sBVOqW9jpY1Z6hikxzrtN+CadtepW2aOI5d8TdX5hab+Sb4Q==",
  2128. "license": "MIT",
  2129. "dependencies": {
  2130. "@babel/plugin-syntax-typescript": "^7.28.6",
  2131. "@nuxt/devalue": "^2.0.2",
  2132. "@nuxt/kit": "4.4.2",
  2133. "@unhead/vue": "^2.1.12",
  2134. "@vue/shared": "^3.5.30",
  2135. "consola": "^3.4.2",
  2136. "defu": "^6.1.4",
  2137. "destr": "^2.0.5",
  2138. "devalue": "^5.6.3",
  2139. "errx": "^0.1.0",
  2140. "escape-string-regexp": "^5.0.0",
  2141. "exsolve": "^1.0.8",
  2142. "h3": "^1.15.6",
  2143. "impound": "^1.1.5",
  2144. "klona": "^2.0.6",
  2145. "mocked-exports": "^0.1.1",
  2146. "nitropack": "^2.13.1",
  2147. "nypm": "^0.6.5",
  2148. "ohash": "^2.0.11",
  2149. "pathe": "^2.0.3",
  2150. "pkg-types": "^2.3.0",
  2151. "rou3": "^0.8.1",
  2152. "std-env": "^4.0.0",
  2153. "ufo": "^1.6.3",
  2154. "unctx": "^2.5.0",
  2155. "unstorage": "^1.17.4",
  2156. "vue": "^3.5.30",
  2157. "vue-bundle-renderer": "^2.2.0",
  2158. "vue-devtools-stub": "^0.1.0"
  2159. },
  2160. "engines": {
  2161. "node": "^20.19.0 || >=22.12.0"
  2162. },
  2163. "peerDependencies": {
  2164. "@babel/plugin-proposal-decorators": "^7.25.0",
  2165. "@rollup/plugin-babel": "^6.0.0 || ^7.0.0",
  2166. "nuxt": "^4.4.2"
  2167. },
  2168. "peerDependenciesMeta": {
  2169. "@babel/plugin-proposal-decorators": {
  2170. "optional": true
  2171. },
  2172. "@rollup/plugin-babel": {
  2173. "optional": true
  2174. }
  2175. }
  2176. },
  2177. "node_modules/@nuxt/nitro-server/node_modules/escape-string-regexp": {
  2178. "version": "5.0.0",
  2179. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  2180. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  2181. "license": "MIT",
  2182. "engines": {
  2183. "node": ">=12"
  2184. },
  2185. "funding": {
  2186. "url": "https://github.com/sponsors/sindresorhus"
  2187. }
  2188. },
  2189. "node_modules/@nuxt/nitro-server/node_modules/std-env": {
  2190. "version": "4.0.0",
  2191. "resolved": "https://registry.npmjs.org/std-env/-/std-env-4.0.0.tgz",
  2192. "integrity": "sha512-zUMPtQ/HBY3/50VbpkupYHbRroTRZJPRLvreamgErJVys0ceuzMkD44J/QjqhHjOzK42GQ3QZIeFG1OYfOtKqQ==",
  2193. "license": "MIT"
  2194. },
  2195. "node_modules/@nuxt/schema": {
  2196. "version": "4.4.2",
  2197. "resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-4.4.2.tgz",
  2198. "integrity": "sha512-/q6C7Qhiricgi+PKR7ovBnJlKTL0memCbA1CzRT+itCW/oeYzUfeMdQ35mGntlBoyRPNrMXbzuSUhfDbSCU57w==",
  2199. "license": "MIT",
  2200. "dependencies": {
  2201. "@vue/shared": "^3.5.30",
  2202. "defu": "^6.1.4",
  2203. "pathe": "^2.0.3",
  2204. "pkg-types": "^2.3.0",
  2205. "std-env": "^4.0.0"
  2206. },
  2207. "engines": {
  2208. "node": "^14.18.0 || >=16.10.0"
  2209. }
  2210. },
  2211. "node_modules/@nuxt/schema/node_modules/std-env": {
  2212. "version": "4.0.0",
  2213. "resolved": "https://registry.npmjs.org/std-env/-/std-env-4.0.0.tgz",
  2214. "integrity": "sha512-zUMPtQ/HBY3/50VbpkupYHbRroTRZJPRLvreamgErJVys0ceuzMkD44J/QjqhHjOzK42GQ3QZIeFG1OYfOtKqQ==",
  2215. "license": "MIT"
  2216. },
  2217. "node_modules/@nuxt/telemetry": {
  2218. "version": "2.8.0",
  2219. "resolved": "https://registry.npmjs.org/@nuxt/telemetry/-/telemetry-2.8.0.tgz",
  2220. "integrity": "sha512-zAwXY24KYvpLTmiV+osagd2EHkfs5IF+7oDZYTQoit5r0kPlwaCNlzHp5I/wUAWT4LBw6lG8gZ6bWidAdv/erQ==",
  2221. "license": "MIT",
  2222. "dependencies": {
  2223. "citty": "^0.2.1",
  2224. "consola": "^3.4.2",
  2225. "ofetch": "^2.0.0-alpha.3",
  2226. "rc9": "^3.0.0",
  2227. "std-env": "^4.0.0"
  2228. },
  2229. "bin": {
  2230. "nuxt-telemetry": "bin/nuxt-telemetry.mjs"
  2231. },
  2232. "engines": {
  2233. "node": ">=18.12.0"
  2234. },
  2235. "peerDependencies": {
  2236. "@nuxt/kit": ">=3.0.0"
  2237. }
  2238. },
  2239. "node_modules/@nuxt/telemetry/node_modules/citty": {
  2240. "version": "0.2.2",
  2241. "resolved": "https://registry.npmjs.org/citty/-/citty-0.2.2.tgz",
  2242. "integrity": "sha512-+6vJA3L98yv+IdfKGZHBNiGW5KHn22e/JwID0Strsz8h4S/csAu/OuICwxrg44k5MRiZHWIo8XXuJgQTriRP4w==",
  2243. "license": "MIT"
  2244. },
  2245. "node_modules/@nuxt/telemetry/node_modules/ofetch": {
  2246. "version": "2.0.0-alpha.3",
  2247. "resolved": "https://registry.npmjs.org/ofetch/-/ofetch-2.0.0-alpha.3.tgz",
  2248. "integrity": "sha512-zpYTCs2byOuft65vI3z43Dd6iSdFbOZZLb9/d21aCpx2rGastVU9dOCv0lu4ykc1Ur1anAYjDi3SUvR0vq50JA==",
  2249. "license": "MIT"
  2250. },
  2251. "node_modules/@nuxt/telemetry/node_modules/std-env": {
  2252. "version": "4.0.0",
  2253. "resolved": "https://registry.npmjs.org/std-env/-/std-env-4.0.0.tgz",
  2254. "integrity": "sha512-zUMPtQ/HBY3/50VbpkupYHbRroTRZJPRLvreamgErJVys0ceuzMkD44J/QjqhHjOzK42GQ3QZIeFG1OYfOtKqQ==",
  2255. "license": "MIT"
  2256. },
  2257. "node_modules/@nuxt/ui": {
  2258. "version": "4.6.1",
  2259. "resolved": "https://registry.npmjs.org/@nuxt/ui/-/ui-4.6.1.tgz",
  2260. "integrity": "sha512-mBbBTaVDTR6ohOoAJUiV4T2RPXo2hyLewGPTiHjy1arzHPNFnmb/Tkl/2/JipF3Y8cahV4LhVUdkWKsdgI1OXw==",
  2261. "license": "MIT",
  2262. "dependencies": {
  2263. "@floating-ui/dom": "^1.7.6",
  2264. "@iconify/vue": "^5.0.0",
  2265. "@internationalized/date": "^3.12.0",
  2266. "@internationalized/number": "^3.6.5",
  2267. "@nuxt/fonts": "^0.14.0",
  2268. "@nuxt/icon": "^2.2.1",
  2269. "@nuxt/kit": "^4.4.2",
  2270. "@nuxt/schema": "^4.4.2",
  2271. "@nuxtjs/color-mode": "^3.5.2",
  2272. "@standard-schema/spec": "^1.1.0",
  2273. "@tailwindcss/postcss": "^4.2.2",
  2274. "@tailwindcss/vite": "^4.2.2",
  2275. "@tanstack/vue-table": "^8.21.3",
  2276. "@tanstack/vue-virtual": "^3.13.23",
  2277. "@tiptap/core": "^3.21.0",
  2278. "@tiptap/extension-bubble-menu": "^3.21.0",
  2279. "@tiptap/extension-code": "^3.21.0",
  2280. "@tiptap/extension-collaboration": "^3.21.0",
  2281. "@tiptap/extension-drag-handle": "^3.21.0",
  2282. "@tiptap/extension-drag-handle-vue-3": "^3.21.0",
  2283. "@tiptap/extension-floating-menu": "^3.21.0",
  2284. "@tiptap/extension-horizontal-rule": "^3.21.0",
  2285. "@tiptap/extension-image": "^3.21.0",
  2286. "@tiptap/extension-mention": "^3.21.0",
  2287. "@tiptap/extension-node-range": "^3.21.0",
  2288. "@tiptap/extension-placeholder": "^3.21.0",
  2289. "@tiptap/markdown": "^3.21.0",
  2290. "@tiptap/pm": "^3.21.0",
  2291. "@tiptap/starter-kit": "^3.21.0",
  2292. "@tiptap/suggestion": "^3.21.0",
  2293. "@tiptap/vue-3": "^3.21.0",
  2294. "@unhead/vue": "^2.1.12",
  2295. "@vueuse/core": "^14.2.1",
  2296. "@vueuse/integrations": "^14.2.1",
  2297. "@vueuse/shared": "^14.2.1",
  2298. "colortranslator": "^5.0.0",
  2299. "consola": "^3.4.2",
  2300. "defu": "^6.1.4",
  2301. "embla-carousel-auto-height": "^8.6.0",
  2302. "embla-carousel-auto-scroll": "^8.6.0",
  2303. "embla-carousel-autoplay": "^8.6.0",
  2304. "embla-carousel-class-names": "^8.6.0",
  2305. "embla-carousel-fade": "^8.6.0",
  2306. "embla-carousel-vue": "^8.6.0",
  2307. "embla-carousel-wheel-gestures": "^8.1.0",
  2308. "fuse.js": "^7.1.0",
  2309. "hookable": "^6.1.0",
  2310. "knitwork": "^1.3.0",
  2311. "magic-string": "^0.30.21",
  2312. "mlly": "^1.8.2",
  2313. "motion-v": "^2.2.0",
  2314. "ohash": "^2.0.11",
  2315. "pathe": "^2.0.3",
  2316. "reka-ui": "2.9.3",
  2317. "scule": "^1.3.0",
  2318. "tailwind-merge": "^3.5.0",
  2319. "tailwind-variants": "^3.2.2",
  2320. "tailwindcss": "^4.2.2",
  2321. "tinyglobby": "^0.2.15",
  2322. "ufo": "^1.6.3",
  2323. "unplugin": "^3.0.0",
  2324. "unplugin-auto-import": "^21.0.0",
  2325. "unplugin-vue-components": "^32.0.0",
  2326. "vaul-vue": "0.4.1",
  2327. "vue-component-type-helpers": "^3.2.6"
  2328. },
  2329. "bin": {
  2330. "nuxt-ui": "cli/index.mjs"
  2331. },
  2332. "engines": {
  2333. "node": "^20.19.0 || >=22.12.0"
  2334. },
  2335. "peerDependencies": {
  2336. "@inertiajs/vue3": "^2.0.7 || ^3.0.0",
  2337. "@nuxt/content": "^3.0.0",
  2338. "joi": "^18.0.0",
  2339. "superstruct": "^2.0.0",
  2340. "tailwindcss": "^4.0.0",
  2341. "typescript": "^5.6.3 || ^6.0.0",
  2342. "valibot": "^1.0.0",
  2343. "vue-router": "^4.5.0 || ^5.0.0",
  2344. "yup": "^1.7.0",
  2345. "zod": "^3.24.0 || ^4.0.0"
  2346. },
  2347. "peerDependenciesMeta": {
  2348. "@inertiajs/vue3": {
  2349. "optional": true
  2350. },
  2351. "@nuxt/content": {
  2352. "optional": true
  2353. },
  2354. "joi": {
  2355. "optional": true
  2356. },
  2357. "superstruct": {
  2358. "optional": true
  2359. },
  2360. "valibot": {
  2361. "optional": true
  2362. },
  2363. "vue-router": {
  2364. "optional": true
  2365. },
  2366. "yup": {
  2367. "optional": true
  2368. },
  2369. "zod": {
  2370. "optional": true
  2371. }
  2372. }
  2373. },
  2374. "node_modules/@nuxt/vite-builder": {
  2375. "version": "4.4.2",
  2376. "resolved": "https://registry.npmjs.org/@nuxt/vite-builder/-/vite-builder-4.4.2.tgz",
  2377. "integrity": "sha512-fJaIwMA8ID6BU5EqmoDvnhq4qYDJeWjdHk4jfqy8D3Nm7CoUW0BvX7Ee92XoO05rtUiClGlk/NQ1Ii8hs3ZIbw==",
  2378. "license": "MIT",
  2379. "dependencies": {
  2380. "@nuxt/kit": "4.4.2",
  2381. "@rollup/plugin-replace": "^6.0.3",
  2382. "@vitejs/plugin-vue": "^6.0.4",
  2383. "@vitejs/plugin-vue-jsx": "^5.1.4",
  2384. "autoprefixer": "^10.4.27",
  2385. "consola": "^3.4.2",
  2386. "cssnano": "^7.1.3",
  2387. "defu": "^6.1.4",
  2388. "escape-string-regexp": "^5.0.0",
  2389. "exsolve": "^1.0.8",
  2390. "get-port-please": "^3.2.0",
  2391. "jiti": "^2.6.1",
  2392. "knitwork": "^1.3.0",
  2393. "magic-string": "^0.30.21",
  2394. "mlly": "^1.8.1",
  2395. "mocked-exports": "^0.1.1",
  2396. "nypm": "^0.6.5",
  2397. "pathe": "^2.0.3",
  2398. "pkg-types": "^2.3.0",
  2399. "postcss": "^8.5.8",
  2400. "seroval": "^1.5.1",
  2401. "std-env": "^4.0.0",
  2402. "ufo": "^1.6.3",
  2403. "unenv": "^2.0.0-rc.24",
  2404. "vite": "^7.3.1",
  2405. "vite-node": "^5.3.0",
  2406. "vite-plugin-checker": "^0.12.0",
  2407. "vue-bundle-renderer": "^2.2.0"
  2408. },
  2409. "engines": {
  2410. "node": "^20.19.0 || >=22.12.0"
  2411. },
  2412. "peerDependencies": {
  2413. "@babel/plugin-proposal-decorators": "^7.25.0",
  2414. "@babel/plugin-syntax-jsx": "^7.25.0",
  2415. "nuxt": "4.4.2",
  2416. "rolldown": "^1.0.0-beta.38",
  2417. "rollup-plugin-visualizer": "^6.0.0 || ^7.0.1",
  2418. "vue": "^3.3.4"
  2419. },
  2420. "peerDependenciesMeta": {
  2421. "@babel/plugin-proposal-decorators": {
  2422. "optional": true
  2423. },
  2424. "@babel/plugin-syntax-jsx": {
  2425. "optional": true
  2426. },
  2427. "rolldown": {
  2428. "optional": true
  2429. },
  2430. "rollup-plugin-visualizer": {
  2431. "optional": true
  2432. }
  2433. }
  2434. },
  2435. "node_modules/@nuxt/vite-builder/node_modules/escape-string-regexp": {
  2436. "version": "5.0.0",
  2437. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  2438. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  2439. "license": "MIT",
  2440. "engines": {
  2441. "node": ">=12"
  2442. },
  2443. "funding": {
  2444. "url": "https://github.com/sponsors/sindresorhus"
  2445. }
  2446. },
  2447. "node_modules/@nuxt/vite-builder/node_modules/std-env": {
  2448. "version": "4.0.0",
  2449. "resolved": "https://registry.npmjs.org/std-env/-/std-env-4.0.0.tgz",
  2450. "integrity": "sha512-zUMPtQ/HBY3/50VbpkupYHbRroTRZJPRLvreamgErJVys0ceuzMkD44J/QjqhHjOzK42GQ3QZIeFG1OYfOtKqQ==",
  2451. "license": "MIT"
  2452. },
  2453. "node_modules/@nuxtjs/color-mode": {
  2454. "version": "3.5.2",
  2455. "resolved": "https://registry.npmjs.org/@nuxtjs/color-mode/-/color-mode-3.5.2.tgz",
  2456. "integrity": "sha512-cC6RfgZh3guHBMLLjrBB2Uti5eUoGM9KyauOaYS9ETmxNWBMTvpgjvSiSJp1OFljIXPIqVTJ3xtJpSNZiO3ZaA==",
  2457. "license": "MIT",
  2458. "dependencies": {
  2459. "@nuxt/kit": "^3.13.2",
  2460. "pathe": "^1.1.2",
  2461. "pkg-types": "^1.2.1",
  2462. "semver": "^7.6.3"
  2463. }
  2464. },
  2465. "node_modules/@nuxtjs/color-mode/node_modules/@nuxt/kit": {
  2466. "version": "3.21.2",
  2467. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.21.2.tgz",
  2468. "integrity": "sha512-Bd6m6mrDrqpBEbX+g0rc66/ALd1sxlgdx5nfK9MAYO0yKLTOSK7McSYz1KcOYn3LQFCXOWfvXwaqih/b+REI1g==",
  2469. "license": "MIT",
  2470. "dependencies": {
  2471. "c12": "^3.3.3",
  2472. "consola": "^3.4.2",
  2473. "defu": "^6.1.4",
  2474. "destr": "^2.0.5",
  2475. "errx": "^0.1.0",
  2476. "exsolve": "^1.0.8",
  2477. "ignore": "^7.0.5",
  2478. "jiti": "^2.6.1",
  2479. "klona": "^2.0.6",
  2480. "knitwork": "^1.3.0",
  2481. "mlly": "^1.8.1",
  2482. "ohash": "^2.0.11",
  2483. "pathe": "^2.0.3",
  2484. "pkg-types": "^2.3.0",
  2485. "rc9": "^3.0.0",
  2486. "scule": "^1.3.0",
  2487. "semver": "^7.7.4",
  2488. "tinyglobby": "^0.2.15",
  2489. "ufo": "^1.6.3",
  2490. "unctx": "^2.5.0",
  2491. "untyped": "^2.0.0"
  2492. },
  2493. "engines": {
  2494. "node": ">=18.12.0"
  2495. }
  2496. },
  2497. "node_modules/@nuxtjs/color-mode/node_modules/@nuxt/kit/node_modules/pathe": {
  2498. "version": "2.0.3",
  2499. "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
  2500. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  2501. "license": "MIT"
  2502. },
  2503. "node_modules/@nuxtjs/color-mode/node_modules/@nuxt/kit/node_modules/pkg-types": {
  2504. "version": "2.3.0",
  2505. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.0.tgz",
  2506. "integrity": "sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==",
  2507. "license": "MIT",
  2508. "dependencies": {
  2509. "confbox": "^0.2.2",
  2510. "exsolve": "^1.0.7",
  2511. "pathe": "^2.0.3"
  2512. }
  2513. },
  2514. "node_modules/@nuxtjs/color-mode/node_modules/pathe": {
  2515. "version": "1.1.2",
  2516. "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz",
  2517. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==",
  2518. "license": "MIT"
  2519. },
  2520. "node_modules/@nuxtjs/color-mode/node_modules/pkg-types": {
  2521. "version": "1.3.1",
  2522. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz",
  2523. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  2524. "license": "MIT",
  2525. "dependencies": {
  2526. "confbox": "^0.1.8",
  2527. "mlly": "^1.7.4",
  2528. "pathe": "^2.0.1"
  2529. }
  2530. },
  2531. "node_modules/@nuxtjs/color-mode/node_modules/pkg-types/node_modules/confbox": {
  2532. "version": "0.1.8",
  2533. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz",
  2534. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  2535. "license": "MIT"
  2536. },
  2537. "node_modules/@nuxtjs/color-mode/node_modules/pkg-types/node_modules/pathe": {
  2538. "version": "2.0.3",
  2539. "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
  2540. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  2541. "license": "MIT"
  2542. },
  2543. "node_modules/@oxc-minify/binding-android-arm-eabi": {
  2544. "version": "0.117.0",
  2545. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-android-arm-eabi/-/binding-android-arm-eabi-0.117.0.tgz",
  2546. "integrity": "sha512-5Hf2KsGRjxp3HnPU/mse7cQJa5tWfMFUPZQcgSMVsv2JZnGFFOIDzA0Oja2KDD+VPJqMpEJKc2dCHAGZgJxsGg==",
  2547. "cpu": [
  2548. "arm"
  2549. ],
  2550. "license": "MIT",
  2551. "optional": true,
  2552. "os": [
  2553. "android"
  2554. ],
  2555. "engines": {
  2556. "node": "^20.19.0 || >=22.12.0"
  2557. }
  2558. },
  2559. "node_modules/@oxc-minify/binding-android-arm64": {
  2560. "version": "0.117.0",
  2561. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-android-arm64/-/binding-android-arm64-0.117.0.tgz",
  2562. "integrity": "sha512-uuxGwxA5J4Sap+gz4nxyM/rer6q2A4X1Oe8HpE0CZQyb5cSBULQ15btZiVG3xOBctI5O+c2dwR1aZAP4oGKcLw==",
  2563. "cpu": [
  2564. "arm64"
  2565. ],
  2566. "license": "MIT",
  2567. "optional": true,
  2568. "os": [
  2569. "android"
  2570. ],
  2571. "engines": {
  2572. "node": "^20.19.0 || >=22.12.0"
  2573. }
  2574. },
  2575. "node_modules/@oxc-minify/binding-darwin-arm64": {
  2576. "version": "0.117.0",
  2577. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-darwin-arm64/-/binding-darwin-arm64-0.117.0.tgz",
  2578. "integrity": "sha512-lLBf75cxUSLydumToKtGTwbLqO/1urScblJ33Vx0uF38M2ZbL2x51AybBV5vlfLjYNrxvQ8ov0Bj/OhsVO/biA==",
  2579. "cpu": [
  2580. "arm64"
  2581. ],
  2582. "license": "MIT",
  2583. "optional": true,
  2584. "os": [
  2585. "darwin"
  2586. ],
  2587. "engines": {
  2588. "node": "^20.19.0 || >=22.12.0"
  2589. }
  2590. },
  2591. "node_modules/@oxc-minify/binding-darwin-x64": {
  2592. "version": "0.117.0",
  2593. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-darwin-x64/-/binding-darwin-x64-0.117.0.tgz",
  2594. "integrity": "sha512-wBWwP1voLZMuN4hpe1HRtkPBd4/o/1qan5XssmmI/hewBvGHEHkyvVLS0zu+cKqXDxYzYvb/p+EqU+xSXhEl4A==",
  2595. "cpu": [
  2596. "x64"
  2597. ],
  2598. "license": "MIT",
  2599. "optional": true,
  2600. "os": [
  2601. "darwin"
  2602. ],
  2603. "engines": {
  2604. "node": "^20.19.0 || >=22.12.0"
  2605. }
  2606. },
  2607. "node_modules/@oxc-minify/binding-freebsd-x64": {
  2608. "version": "0.117.0",
  2609. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-freebsd-x64/-/binding-freebsd-x64-0.117.0.tgz",
  2610. "integrity": "sha512-pYSacHw698oH2vb70iP1cHk6x0zhvAuOvdskvNtEqvfziu8MSjKXa699vA9Cx72+DH5rwVuj1I3f+7no2fWglA==",
  2611. "cpu": [
  2612. "x64"
  2613. ],
  2614. "license": "MIT",
  2615. "optional": true,
  2616. "os": [
  2617. "freebsd"
  2618. ],
  2619. "engines": {
  2620. "node": "^20.19.0 || >=22.12.0"
  2621. }
  2622. },
  2623. "node_modules/@oxc-minify/binding-linux-arm-gnueabihf": {
  2624. "version": "0.117.0",
  2625. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.117.0.tgz",
  2626. "integrity": "sha512-Ugm4Qj7F2+bccjhHCjjnSNHBDPyvjPXWrntID4WJpSrPqt+Az/o0EGdty9sWOjQXRZiTVpa80uqCWZQUn94yTA==",
  2627. "cpu": [
  2628. "arm"
  2629. ],
  2630. "license": "MIT",
  2631. "optional": true,
  2632. "os": [
  2633. "linux"
  2634. ],
  2635. "engines": {
  2636. "node": "^20.19.0 || >=22.12.0"
  2637. }
  2638. },
  2639. "node_modules/@oxc-minify/binding-linux-arm-musleabihf": {
  2640. "version": "0.117.0",
  2641. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.117.0.tgz",
  2642. "integrity": "sha512-qrY6ZviO9wVRI/jl4nRZO4B9os8jaJQemMeWIyFInZNk3lhqihId8iBqMKibJnRaf+JRxLM9j68atXkFRhOHrg==",
  2643. "cpu": [
  2644. "arm"
  2645. ],
  2646. "license": "MIT",
  2647. "optional": true,
  2648. "os": [
  2649. "linux"
  2650. ],
  2651. "engines": {
  2652. "node": "^20.19.0 || >=22.12.0"
  2653. }
  2654. },
  2655. "node_modules/@oxc-minify/binding-linux-arm64-gnu": {
  2656. "version": "0.117.0",
  2657. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.117.0.tgz",
  2658. "integrity": "sha512-2VLJHKEFBRhCihT/8uesuDPhXpbWu1OlHCxqQ7pdFVqKik1Maj5E9oSDcYzxqfaCRStvTHkmLVWJBK5CVcIadg==",
  2659. "cpu": [
  2660. "arm64"
  2661. ],
  2662. "license": "MIT",
  2663. "optional": true,
  2664. "os": [
  2665. "linux"
  2666. ],
  2667. "engines": {
  2668. "node": "^20.19.0 || >=22.12.0"
  2669. }
  2670. },
  2671. "node_modules/@oxc-minify/binding-linux-arm64-musl": {
  2672. "version": "0.117.0",
  2673. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.117.0.tgz",
  2674. "integrity": "sha512-C3zapJconWpl2Y7LR3GkRkH6jxpuV2iVUfkFcHT5Ffn4Zu7l88mZa2dhcfdULZDybN1Phka/P34YUzuskUUrXw==",
  2675. "cpu": [
  2676. "arm64"
  2677. ],
  2678. "license": "MIT",
  2679. "optional": true,
  2680. "os": [
  2681. "linux"
  2682. ],
  2683. "engines": {
  2684. "node": "^20.19.0 || >=22.12.0"
  2685. }
  2686. },
  2687. "node_modules/@oxc-minify/binding-linux-ppc64-gnu": {
  2688. "version": "0.117.0",
  2689. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-0.117.0.tgz",
  2690. "integrity": "sha512-2T/Bm+3/qTfuNS4gKSzL8qbiYk+ErHW2122CtDx+ilZAzvWcJ8IbqdZIbEWOlwwe03lESTxPwTBLFqVgQU2OeQ==",
  2691. "cpu": [
  2692. "ppc64"
  2693. ],
  2694. "license": "MIT",
  2695. "optional": true,
  2696. "os": [
  2697. "linux"
  2698. ],
  2699. "engines": {
  2700. "node": "^20.19.0 || >=22.12.0"
  2701. }
  2702. },
  2703. "node_modules/@oxc-minify/binding-linux-riscv64-gnu": {
  2704. "version": "0.117.0",
  2705. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.117.0.tgz",
  2706. "integrity": "sha512-MKLjpldYkeoB4T+yAi4aIAb0waifxUjLcKkCUDmYAY3RqBJTvWK34KtfaKZL0IBMIXfD92CbKkcxQirDUS9Xcg==",
  2707. "cpu": [
  2708. "riscv64"
  2709. ],
  2710. "license": "MIT",
  2711. "optional": true,
  2712. "os": [
  2713. "linux"
  2714. ],
  2715. "engines": {
  2716. "node": "^20.19.0 || >=22.12.0"
  2717. }
  2718. },
  2719. "node_modules/@oxc-minify/binding-linux-riscv64-musl": {
  2720. "version": "0.117.0",
  2721. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-0.117.0.tgz",
  2722. "integrity": "sha512-UFVcbPvKUStry6JffriobBp8BHtjmLLPl4bCY+JMxIn/Q3pykCpZzRwFTcDurG/kY8tm+uSNfKKdRNa5Nh9A7g==",
  2723. "cpu": [
  2724. "riscv64"
  2725. ],
  2726. "license": "MIT",
  2727. "optional": true,
  2728. "os": [
  2729. "linux"
  2730. ],
  2731. "engines": {
  2732. "node": "^20.19.0 || >=22.12.0"
  2733. }
  2734. },
  2735. "node_modules/@oxc-minify/binding-linux-s390x-gnu": {
  2736. "version": "0.117.0",
  2737. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.117.0.tgz",
  2738. "integrity": "sha512-B9GyPQ1NKbvpETVAMyJMfRlD3c6UJ7kiuFUAlx9LTYiQL+YIyT6vpuRlq1zgsXxavZluVrfeJv6x0owV4KDx4Q==",
  2739. "cpu": [
  2740. "s390x"
  2741. ],
  2742. "license": "MIT",
  2743. "optional": true,
  2744. "os": [
  2745. "linux"
  2746. ],
  2747. "engines": {
  2748. "node": "^20.19.0 || >=22.12.0"
  2749. }
  2750. },
  2751. "node_modules/@oxc-minify/binding-linux-x64-gnu": {
  2752. "version": "0.117.0",
  2753. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.117.0.tgz",
  2754. "integrity": "sha512-fXfhtr+WWBGNy4M5GjAF5vu/lpulR4Me34FjTyaK9nDrTZs7LM595UDsP1wliksqp4hD/KdoqHGmbCrC+6d4vA==",
  2755. "cpu": [
  2756. "x64"
  2757. ],
  2758. "license": "MIT",
  2759. "optional": true,
  2760. "os": [
  2761. "linux"
  2762. ],
  2763. "engines": {
  2764. "node": "^20.19.0 || >=22.12.0"
  2765. }
  2766. },
  2767. "node_modules/@oxc-minify/binding-linux-x64-musl": {
  2768. "version": "0.117.0",
  2769. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-linux-x64-musl/-/binding-linux-x64-musl-0.117.0.tgz",
  2770. "integrity": "sha512-jFBgGbx1oLadb83ntJmy1dWlAHSQanXTS21G4PgkxyONmxZdZ/UMKr7KsADzMuoPsd2YhJHxzRpwJd9U+4BFBw==",
  2771. "cpu": [
  2772. "x64"
  2773. ],
  2774. "license": "MIT",
  2775. "optional": true,
  2776. "os": [
  2777. "linux"
  2778. ],
  2779. "engines": {
  2780. "node": "^20.19.0 || >=22.12.0"
  2781. }
  2782. },
  2783. "node_modules/@oxc-minify/binding-openharmony-arm64": {
  2784. "version": "0.117.0",
  2785. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-openharmony-arm64/-/binding-openharmony-arm64-0.117.0.tgz",
  2786. "integrity": "sha512-nxPd9vx1vYz8IlIMdl9HFdOK/ood1H5hzbSFsyO8JU55tkcJoBL8TLCbuFf9pHpOy27l2gcPyV6z3p4eAcTH5Q==",
  2787. "cpu": [
  2788. "arm64"
  2789. ],
  2790. "license": "MIT",
  2791. "optional": true,
  2792. "os": [
  2793. "openharmony"
  2794. ],
  2795. "engines": {
  2796. "node": "^20.19.0 || >=22.12.0"
  2797. }
  2798. },
  2799. "node_modules/@oxc-minify/binding-wasm32-wasi": {
  2800. "version": "0.117.0",
  2801. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-wasm32-wasi/-/binding-wasm32-wasi-0.117.0.tgz",
  2802. "integrity": "sha512-pSvjJ6cCCfEXSteWSiVfZhdRzvpmS3tLhlXrXTYiuTDFrkRCobRP39SRwAzK23rE9i/m2JAaES2xPEW6+xu85g==",
  2803. "cpu": [
  2804. "wasm32"
  2805. ],
  2806. "license": "MIT",
  2807. "optional": true,
  2808. "dependencies": {
  2809. "@napi-rs/wasm-runtime": "^1.1.1"
  2810. },
  2811. "engines": {
  2812. "node": ">=14.0.0"
  2813. }
  2814. },
  2815. "node_modules/@oxc-minify/binding-win32-arm64-msvc": {
  2816. "version": "0.117.0",
  2817. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.117.0.tgz",
  2818. "integrity": "sha512-9NoT9baFrWPdJRIZVQ1jzPZW9TjPT2sbzQyDdoK7uD1V8JXCe1L2y7sp9k2ldZZheaIcmtNwHc7jyD7kYz/0XQ==",
  2819. "cpu": [
  2820. "arm64"
  2821. ],
  2822. "license": "MIT",
  2823. "optional": true,
  2824. "os": [
  2825. "win32"
  2826. ],
  2827. "engines": {
  2828. "node": "^20.19.0 || >=22.12.0"
  2829. }
  2830. },
  2831. "node_modules/@oxc-minify/binding-win32-ia32-msvc": {
  2832. "version": "0.117.0",
  2833. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-0.117.0.tgz",
  2834. "integrity": "sha512-E51LTjkRei5u2dpFiYSObuh+e43xg45qlmilSTd0XDGFdYJCOv62Q0MEn61TR+efQYPNleYwWdTS9t+tp9p/4w==",
  2835. "cpu": [
  2836. "ia32"
  2837. ],
  2838. "license": "MIT",
  2839. "optional": true,
  2840. "os": [
  2841. "win32"
  2842. ],
  2843. "engines": {
  2844. "node": "^20.19.0 || >=22.12.0"
  2845. }
  2846. },
  2847. "node_modules/@oxc-minify/binding-win32-x64-msvc": {
  2848. "version": "0.117.0",
  2849. "resolved": "https://registry.npmjs.org/@oxc-minify/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.117.0.tgz",
  2850. "integrity": "sha512-I8vniPOxWQdxfIbXNvQLaJ1n8SrnqES6wuiAX10CU72sKsizkds9kDaJ1KzWvDy39RKhTBmD1cJsU2uxPFgizQ==",
  2851. "cpu": [
  2852. "x64"
  2853. ],
  2854. "license": "MIT",
  2855. "optional": true,
  2856. "os": [
  2857. "win32"
  2858. ],
  2859. "engines": {
  2860. "node": "^20.19.0 || >=22.12.0"
  2861. }
  2862. },
  2863. "node_modules/@oxc-parser/binding-android-arm-eabi": {
  2864. "version": "0.117.0",
  2865. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-android-arm-eabi/-/binding-android-arm-eabi-0.117.0.tgz",
  2866. "integrity": "sha512-XarGPJpaobgKjfm7xRfCGWWszuPbm/OeP91NdMhxtcLZ/qLTmWF0P0z0gqmr0Uysi1F1v1BNtcST11THMrcEOw==",
  2867. "cpu": [
  2868. "arm"
  2869. ],
  2870. "license": "MIT",
  2871. "optional": true,
  2872. "os": [
  2873. "android"
  2874. ],
  2875. "engines": {
  2876. "node": "^20.19.0 || >=22.12.0"
  2877. }
  2878. },
  2879. "node_modules/@oxc-parser/binding-android-arm64": {
  2880. "version": "0.117.0",
  2881. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-android-arm64/-/binding-android-arm64-0.117.0.tgz",
  2882. "integrity": "sha512-EPTs2EBijGmyhPso4rXAL0NSpECXER9IaVKFZEv83YcA6h4uhKW47kmYt+OZcSp130zhHx+lTWILDQ/LDkCRNA==",
  2883. "cpu": [
  2884. "arm64"
  2885. ],
  2886. "license": "MIT",
  2887. "optional": true,
  2888. "os": [
  2889. "android"
  2890. ],
  2891. "engines": {
  2892. "node": "^20.19.0 || >=22.12.0"
  2893. }
  2894. },
  2895. "node_modules/@oxc-parser/binding-darwin-arm64": {
  2896. "version": "0.117.0",
  2897. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-darwin-arm64/-/binding-darwin-arm64-0.117.0.tgz",
  2898. "integrity": "sha512-3bAEpyih6r/Kb+Xzn1em1qBMClOS7NsVWgF86k95jpysR5ix/HlKFKSy7cax6PcS96HeHR4kjlME20n/XK1zNg==",
  2899. "cpu": [
  2900. "arm64"
  2901. ],
  2902. "license": "MIT",
  2903. "optional": true,
  2904. "os": [
  2905. "darwin"
  2906. ],
  2907. "engines": {
  2908. "node": "^20.19.0 || >=22.12.0"
  2909. }
  2910. },
  2911. "node_modules/@oxc-parser/binding-darwin-x64": {
  2912. "version": "0.117.0",
  2913. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-darwin-x64/-/binding-darwin-x64-0.117.0.tgz",
  2914. "integrity": "sha512-W7S99zFwVZhSbCxvjfZkioStFU249DBc4TJw/kK6kfKwx2Zew+jvizX5Y3ZPkAh7fBVUSNOdSeOqLBHLiP50tw==",
  2915. "cpu": [
  2916. "x64"
  2917. ],
  2918. "license": "MIT",
  2919. "optional": true,
  2920. "os": [
  2921. "darwin"
  2922. ],
  2923. "engines": {
  2924. "node": "^20.19.0 || >=22.12.0"
  2925. }
  2926. },
  2927. "node_modules/@oxc-parser/binding-freebsd-x64": {
  2928. "version": "0.117.0",
  2929. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-freebsd-x64/-/binding-freebsd-x64-0.117.0.tgz",
  2930. "integrity": "sha512-xH76lqSdjCSY0KUMPwLXlvQ3YEm3FFVEQmgiOCGNf+stZ6E4Mo3nC102Bo8yKd7aW0foIPAFLYsHgj7vVI/axw==",
  2931. "cpu": [
  2932. "x64"
  2933. ],
  2934. "license": "MIT",
  2935. "optional": true,
  2936. "os": [
  2937. "freebsd"
  2938. ],
  2939. "engines": {
  2940. "node": "^20.19.0 || >=22.12.0"
  2941. }
  2942. },
  2943. "node_modules/@oxc-parser/binding-linux-arm-gnueabihf": {
  2944. "version": "0.117.0",
  2945. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.117.0.tgz",
  2946. "integrity": "sha512-9Hdm1imzrn4RdMYnQKKcy+7p7QsSPIrgVIZmpGSJT02nYDuBWLdG1pdYMPFoEo46yiXry3tS3RoHIpNbT1IiyQ==",
  2947. "cpu": [
  2948. "arm"
  2949. ],
  2950. "license": "MIT",
  2951. "optional": true,
  2952. "os": [
  2953. "linux"
  2954. ],
  2955. "engines": {
  2956. "node": "^20.19.0 || >=22.12.0"
  2957. }
  2958. },
  2959. "node_modules/@oxc-parser/binding-linux-arm-musleabihf": {
  2960. "version": "0.117.0",
  2961. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.117.0.tgz",
  2962. "integrity": "sha512-Itszer/VCeYhYVJLcuKnHktlY8QyGnVxapltP68S1XRGlV6IsM9HQAElJRMwQhT6/GkMjOhANmkv2Qu/9v44lw==",
  2963. "cpu": [
  2964. "arm"
  2965. ],
  2966. "license": "MIT",
  2967. "optional": true,
  2968. "os": [
  2969. "linux"
  2970. ],
  2971. "engines": {
  2972. "node": "^20.19.0 || >=22.12.0"
  2973. }
  2974. },
  2975. "node_modules/@oxc-parser/binding-linux-arm64-gnu": {
  2976. "version": "0.117.0",
  2977. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.117.0.tgz",
  2978. "integrity": "sha512-jBxD7DtlHQ36ivjjZdH0noQJgWNouenzpLmXNKnYaCsBfo3jY95m5iyjYQEiWkvkhJ3TJUAs7tQ1/kEpY7x/Kg==",
  2979. "cpu": [
  2980. "arm64"
  2981. ],
  2982. "license": "MIT",
  2983. "optional": true,
  2984. "os": [
  2985. "linux"
  2986. ],
  2987. "engines": {
  2988. "node": "^20.19.0 || >=22.12.0"
  2989. }
  2990. },
  2991. "node_modules/@oxc-parser/binding-linux-arm64-musl": {
  2992. "version": "0.117.0",
  2993. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.117.0.tgz",
  2994. "integrity": "sha512-QagKTDF4lrz8bCXbUi39Uq5xs7C7itAseKm51f33U+Dyar9eJY/zGKqfME9mKLOiahX7Fc1J3xMWVS0AdDXLPg==",
  2995. "cpu": [
  2996. "arm64"
  2997. ],
  2998. "license": "MIT",
  2999. "optional": true,
  3000. "os": [
  3001. "linux"
  3002. ],
  3003. "engines": {
  3004. "node": "^20.19.0 || >=22.12.0"
  3005. }
  3006. },
  3007. "node_modules/@oxc-parser/binding-linux-ppc64-gnu": {
  3008. "version": "0.117.0",
  3009. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-0.117.0.tgz",
  3010. "integrity": "sha512-RPddpcE/0xxWaommWy0c5i/JdrXcXAkxBS2GOrAUh5LKmyCh03hpJedOAWszG4ADsKQwoUQQ1/tZVGRhZIWtKA==",
  3011. "cpu": [
  3012. "ppc64"
  3013. ],
  3014. "license": "MIT",
  3015. "optional": true,
  3016. "os": [
  3017. "linux"
  3018. ],
  3019. "engines": {
  3020. "node": "^20.19.0 || >=22.12.0"
  3021. }
  3022. },
  3023. "node_modules/@oxc-parser/binding-linux-riscv64-gnu": {
  3024. "version": "0.117.0",
  3025. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.117.0.tgz",
  3026. "integrity": "sha512-ur/WVZF9FSOiZGxyP+nfxZzuv6r5OJDYoVxJnUR7fM/hhXLh4V/be6rjbzm9KLCDBRwYCEKJtt+XXNccwd06IA==",
  3027. "cpu": [
  3028. "riscv64"
  3029. ],
  3030. "license": "MIT",
  3031. "optional": true,
  3032. "os": [
  3033. "linux"
  3034. ],
  3035. "engines": {
  3036. "node": "^20.19.0 || >=22.12.0"
  3037. }
  3038. },
  3039. "node_modules/@oxc-parser/binding-linux-riscv64-musl": {
  3040. "version": "0.117.0",
  3041. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-0.117.0.tgz",
  3042. "integrity": "sha512-ujGcAx8xAMvhy7X5sBFi3GXML1EtyORuJZ5z2T6UV3U416WgDX/4OCi3GnoteeenvxIf6JgP45B+YTHpt71vpA==",
  3043. "cpu": [
  3044. "riscv64"
  3045. ],
  3046. "license": "MIT",
  3047. "optional": true,
  3048. "os": [
  3049. "linux"
  3050. ],
  3051. "engines": {
  3052. "node": "^20.19.0 || >=22.12.0"
  3053. }
  3054. },
  3055. "node_modules/@oxc-parser/binding-linux-s390x-gnu": {
  3056. "version": "0.117.0",
  3057. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.117.0.tgz",
  3058. "integrity": "sha512-hbsfKjUwRjcMZZvvmpZSc+qS0bHcHRu8aV/I3Ikn9BzOA0ZAgUE7ctPtce5zCU7bM8dnTLi4sJ1Pi9YHdx6Urw==",
  3059. "cpu": [
  3060. "s390x"
  3061. ],
  3062. "license": "MIT",
  3063. "optional": true,
  3064. "os": [
  3065. "linux"
  3066. ],
  3067. "engines": {
  3068. "node": "^20.19.0 || >=22.12.0"
  3069. }
  3070. },
  3071. "node_modules/@oxc-parser/binding-linux-x64-gnu": {
  3072. "version": "0.117.0",
  3073. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.117.0.tgz",
  3074. "integrity": "sha512-1QrTrf8rige7UPJrYuDKJLQOuJlgkt+nRSJLBMHWNm9TdivzP48HaK3f4q18EjNlglKtn03lgjMu4fryDm8X4A==",
  3075. "cpu": [
  3076. "x64"
  3077. ],
  3078. "license": "MIT",
  3079. "optional": true,
  3080. "os": [
  3081. "linux"
  3082. ],
  3083. "engines": {
  3084. "node": "^20.19.0 || >=22.12.0"
  3085. }
  3086. },
  3087. "node_modules/@oxc-parser/binding-linux-x64-musl": {
  3088. "version": "0.117.0",
  3089. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-musl/-/binding-linux-x64-musl-0.117.0.tgz",
  3090. "integrity": "sha512-gRvK6HPzF5ITRL68fqb2WYYs/hGviPIbkV84HWCgiJX+LkaOpp+HIHQl3zVZdyKHwopXToTbXbtx/oFjDjl8pg==",
  3091. "cpu": [
  3092. "x64"
  3093. ],
  3094. "license": "MIT",
  3095. "optional": true,
  3096. "os": [
  3097. "linux"
  3098. ],
  3099. "engines": {
  3100. "node": "^20.19.0 || >=22.12.0"
  3101. }
  3102. },
  3103. "node_modules/@oxc-parser/binding-openharmony-arm64": {
  3104. "version": "0.117.0",
  3105. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-openharmony-arm64/-/binding-openharmony-arm64-0.117.0.tgz",
  3106. "integrity": "sha512-QPJvFbnnDZZY7xc+xpbIBWLThcGBakwaYA9vKV8b3+oS5MGfAZUoTFJcix5+Zg2Ri46sOfrUim6Y6jsKNcssAQ==",
  3107. "cpu": [
  3108. "arm64"
  3109. ],
  3110. "license": "MIT",
  3111. "optional": true,
  3112. "os": [
  3113. "openharmony"
  3114. ],
  3115. "engines": {
  3116. "node": "^20.19.0 || >=22.12.0"
  3117. }
  3118. },
  3119. "node_modules/@oxc-parser/binding-wasm32-wasi": {
  3120. "version": "0.117.0",
  3121. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-wasm32-wasi/-/binding-wasm32-wasi-0.117.0.tgz",
  3122. "integrity": "sha512-+XRSNA0xt3pk/6CUHM7pykVe7M8SdifJk8LX1+fIp/zefvR3HBieZCbwG5un8gogNgh7srLycoh/cQA9uozv5g==",
  3123. "cpu": [
  3124. "wasm32"
  3125. ],
  3126. "license": "MIT",
  3127. "optional": true,
  3128. "dependencies": {
  3129. "@napi-rs/wasm-runtime": "^1.1.1"
  3130. },
  3131. "engines": {
  3132. "node": ">=14.0.0"
  3133. }
  3134. },
  3135. "node_modules/@oxc-parser/binding-win32-arm64-msvc": {
  3136. "version": "0.117.0",
  3137. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.117.0.tgz",
  3138. "integrity": "sha512-GpxeGS+Vo030DsrXeRPc7OSJOQIyAHkM3mzwBcnQjg/79XnOIDDMXJ5X6/aNdkVt/+Pv35pqKzGA4TQau97x8w==",
  3139. "cpu": [
  3140. "arm64"
  3141. ],
  3142. "license": "MIT",
  3143. "optional": true,
  3144. "os": [
  3145. "win32"
  3146. ],
  3147. "engines": {
  3148. "node": "^20.19.0 || >=22.12.0"
  3149. }
  3150. },
  3151. "node_modules/@oxc-parser/binding-win32-ia32-msvc": {
  3152. "version": "0.117.0",
  3153. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-0.117.0.tgz",
  3154. "integrity": "sha512-tchWEYiso1+objTZirmlR+w3fcIel6PVBOJ8NuC2Jr30dxBOiKUfFLovJLANwHg1+TzeD6pVSLIIIEf2T5o5lQ==",
  3155. "cpu": [
  3156. "ia32"
  3157. ],
  3158. "license": "MIT",
  3159. "optional": true,
  3160. "os": [
  3161. "win32"
  3162. ],
  3163. "engines": {
  3164. "node": "^20.19.0 || >=22.12.0"
  3165. }
  3166. },
  3167. "node_modules/@oxc-parser/binding-win32-x64-msvc": {
  3168. "version": "0.117.0",
  3169. "resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.117.0.tgz",
  3170. "integrity": "sha512-ysRJAjIbB4e5y+t9PZs7TwbgOV/GVT//s30AORLCT/pedYwpYzHq6ApXK7is9fvyfZtgT3anNir8+esurmyaDw==",
  3171. "cpu": [
  3172. "x64"
  3173. ],
  3174. "license": "MIT",
  3175. "optional": true,
  3176. "os": [
  3177. "win32"
  3178. ],
  3179. "engines": {
  3180. "node": "^20.19.0 || >=22.12.0"
  3181. }
  3182. },
  3183. "node_modules/@oxc-project/types": {
  3184. "version": "0.117.0",
  3185. "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.117.0.tgz",
  3186. "integrity": "sha512-C/kPXBphID44fXdsa2xSOCuzX8fKZiFxPsvucJ6Yfkr6CJlMA+kNLPNKyLoI+l9XlDsNxBrz6h7IIjKU8pB69w==",
  3187. "license": "MIT",
  3188. "funding": {
  3189. "url": "https://github.com/sponsors/Boshen"
  3190. }
  3191. },
  3192. "node_modules/@oxc-transform/binding-android-arm-eabi": {
  3193. "version": "0.117.0",
  3194. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-android-arm-eabi/-/binding-android-arm-eabi-0.117.0.tgz",
  3195. "integrity": "sha512-17giX7h5VR9Eodru4OoSCFdgwLFIaUxeEn8JWe0vMZrAuRbT9NiDTy5dXdbGQBoO8aXPkbGS38FGlvbi31aujw==",
  3196. "cpu": [
  3197. "arm"
  3198. ],
  3199. "license": "MIT",
  3200. "optional": true,
  3201. "os": [
  3202. "android"
  3203. ],
  3204. "engines": {
  3205. "node": "^20.19.0 || >=22.12.0"
  3206. }
  3207. },
  3208. "node_modules/@oxc-transform/binding-android-arm64": {
  3209. "version": "0.117.0",
  3210. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-android-arm64/-/binding-android-arm64-0.117.0.tgz",
  3211. "integrity": "sha512-1LrDd1CPochtLx04pAafdah6QtOQQj0/Evttevi+0u8rCI5FKucIG7pqBHkIQi/y7pycFYIj+GebhET80maeUg==",
  3212. "cpu": [
  3213. "arm64"
  3214. ],
  3215. "license": "MIT",
  3216. "optional": true,
  3217. "os": [
  3218. "android"
  3219. ],
  3220. "engines": {
  3221. "node": "^20.19.0 || >=22.12.0"
  3222. }
  3223. },
  3224. "node_modules/@oxc-transform/binding-darwin-arm64": {
  3225. "version": "0.117.0",
  3226. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-darwin-arm64/-/binding-darwin-arm64-0.117.0.tgz",
  3227. "integrity": "sha512-K1Xo52xJOvFfHSkz2ax9X5Qsku23RCfTIPbHZWdUCAQ1TQooI+sFcewSubhVUJ4DVK12/tYT//XXboumin+FHA==",
  3228. "cpu": [
  3229. "arm64"
  3230. ],
  3231. "license": "MIT",
  3232. "optional": true,
  3233. "os": [
  3234. "darwin"
  3235. ],
  3236. "engines": {
  3237. "node": "^20.19.0 || >=22.12.0"
  3238. }
  3239. },
  3240. "node_modules/@oxc-transform/binding-darwin-x64": {
  3241. "version": "0.117.0",
  3242. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-darwin-x64/-/binding-darwin-x64-0.117.0.tgz",
  3243. "integrity": "sha512-ftFT/8Laolfq49mRRWLkIhd1AbJ0MI5bW3LwddvdoAg9zXwkx4qhzTYyBPRZhvXWftts+NjlHfHsXCOqI4tPtw==",
  3244. "cpu": [
  3245. "x64"
  3246. ],
  3247. "license": "MIT",
  3248. "optional": true,
  3249. "os": [
  3250. "darwin"
  3251. ],
  3252. "engines": {
  3253. "node": "^20.19.0 || >=22.12.0"
  3254. }
  3255. },
  3256. "node_modules/@oxc-transform/binding-freebsd-x64": {
  3257. "version": "0.117.0",
  3258. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-freebsd-x64/-/binding-freebsd-x64-0.117.0.tgz",
  3259. "integrity": "sha512-QDRyw0atg9BMnwOwnJeW6REzWPLEjiWtsCc2Sj612F1hCdvP+n0L3o8sHinEWM+BiOkOYtUxHA69WjUslc3G+g==",
  3260. "cpu": [
  3261. "x64"
  3262. ],
  3263. "license": "MIT",
  3264. "optional": true,
  3265. "os": [
  3266. "freebsd"
  3267. ],
  3268. "engines": {
  3269. "node": "^20.19.0 || >=22.12.0"
  3270. }
  3271. },
  3272. "node_modules/@oxc-transform/binding-linux-arm-gnueabihf": {
  3273. "version": "0.117.0",
  3274. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.117.0.tgz",
  3275. "integrity": "sha512-UvpvOjyQVgiIJahIpMT0qAsLJT8O1ibHTBgXGOsZkQgw1xmjARPQ07dpRcucPPn6cqCF3wrxfbqtr2vFHaMkdA==",
  3276. "cpu": [
  3277. "arm"
  3278. ],
  3279. "license": "MIT",
  3280. "optional": true,
  3281. "os": [
  3282. "linux"
  3283. ],
  3284. "engines": {
  3285. "node": "^20.19.0 || >=22.12.0"
  3286. }
  3287. },
  3288. "node_modules/@oxc-transform/binding-linux-arm-musleabihf": {
  3289. "version": "0.117.0",
  3290. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.117.0.tgz",
  3291. "integrity": "sha512-cIhztGFjKk8ngP+/7EPkEhzWMGr2neezxgWirSn/f/MirjH234oHHGJ2diKIbGQEsy0aOuJMTkL9NLfzfmH51A==",
  3292. "cpu": [
  3293. "arm"
  3294. ],
  3295. "license": "MIT",
  3296. "optional": true,
  3297. "os": [
  3298. "linux"
  3299. ],
  3300. "engines": {
  3301. "node": "^20.19.0 || >=22.12.0"
  3302. }
  3303. },
  3304. "node_modules/@oxc-transform/binding-linux-arm64-gnu": {
  3305. "version": "0.117.0",
  3306. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.117.0.tgz",
  3307. "integrity": "sha512-mXbDfvDN0RZVg7v4LohNzU0kK3fMAZgkUKTkpFVgxEvzibEG5VpSznkypUwHI4a8U8pz+K6mGaLetX3Xt+CvvA==",
  3308. "cpu": [
  3309. "arm64"
  3310. ],
  3311. "license": "MIT",
  3312. "optional": true,
  3313. "os": [
  3314. "linux"
  3315. ],
  3316. "engines": {
  3317. "node": "^20.19.0 || >=22.12.0"
  3318. }
  3319. },
  3320. "node_modules/@oxc-transform/binding-linux-arm64-musl": {
  3321. "version": "0.117.0",
  3322. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.117.0.tgz",
  3323. "integrity": "sha512-ykxpPQp0eAcSmhy0Y3qKvdanHY4d8THPonDfmCoktUXb6r0X6qnjpJB3V+taN1wevW55bOEZd97kxtjTKjqhmg==",
  3324. "cpu": [
  3325. "arm64"
  3326. ],
  3327. "license": "MIT",
  3328. "optional": true,
  3329. "os": [
  3330. "linux"
  3331. ],
  3332. "engines": {
  3333. "node": "^20.19.0 || >=22.12.0"
  3334. }
  3335. },
  3336. "node_modules/@oxc-transform/binding-linux-ppc64-gnu": {
  3337. "version": "0.117.0",
  3338. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-0.117.0.tgz",
  3339. "integrity": "sha512-Rvspti4Kr7eq6zSrURK5WjscfWQPvmy/KjJZV45neRKW8RLonE3r9+NgrwSLGoHvQ3F24fbqlkplox1RtlhH5A==",
  3340. "cpu": [
  3341. "ppc64"
  3342. ],
  3343. "license": "MIT",
  3344. "optional": true,
  3345. "os": [
  3346. "linux"
  3347. ],
  3348. "engines": {
  3349. "node": "^20.19.0 || >=22.12.0"
  3350. }
  3351. },
  3352. "node_modules/@oxc-transform/binding-linux-riscv64-gnu": {
  3353. "version": "0.117.0",
  3354. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.117.0.tgz",
  3355. "integrity": "sha512-Dr2ZW9ZZ4l1eQ5JUEUY3smBh4JFPCPuybWaDZTLn3ADZjyd8ZtNXEjeMT8rQbbhbgSL9hEgbwaqraole3FNThQ==",
  3356. "cpu": [
  3357. "riscv64"
  3358. ],
  3359. "license": "MIT",
  3360. "optional": true,
  3361. "os": [
  3362. "linux"
  3363. ],
  3364. "engines": {
  3365. "node": "^20.19.0 || >=22.12.0"
  3366. }
  3367. },
  3368. "node_modules/@oxc-transform/binding-linux-riscv64-musl": {
  3369. "version": "0.117.0",
  3370. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-0.117.0.tgz",
  3371. "integrity": "sha512-oD1Bnes1bIC3LVBSrWEoSUBj6fvatESPwAVWfJVGVQlqWuOs/ZBn1e4Nmbipo3KGPHK7DJY75r/j7CQCxhrOFQ==",
  3372. "cpu": [
  3373. "riscv64"
  3374. ],
  3375. "license": "MIT",
  3376. "optional": true,
  3377. "os": [
  3378. "linux"
  3379. ],
  3380. "engines": {
  3381. "node": "^20.19.0 || >=22.12.0"
  3382. }
  3383. },
  3384. "node_modules/@oxc-transform/binding-linux-s390x-gnu": {
  3385. "version": "0.117.0",
  3386. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.117.0.tgz",
  3387. "integrity": "sha512-qT//IAPLvse844t99Kff5j055qEbXfwzWgvCMb0FyjisnB8foy25iHZxZIocNBe6qwrCYWUP1M8rNrB/WyfS1Q==",
  3388. "cpu": [
  3389. "s390x"
  3390. ],
  3391. "license": "MIT",
  3392. "optional": true,
  3393. "os": [
  3394. "linux"
  3395. ],
  3396. "engines": {
  3397. "node": "^20.19.0 || >=22.12.0"
  3398. }
  3399. },
  3400. "node_modules/@oxc-transform/binding-linux-x64-gnu": {
  3401. "version": "0.117.0",
  3402. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.117.0.tgz",
  3403. "integrity": "sha512-2YEO5X+KgNzFqRVO5dAkhjcI5gwxus4NSWVl/+cs2sI6P0MNPjqE3VWPawl4RTC11LvetiiZdHcujUCPM8aaUw==",
  3404. "cpu": [
  3405. "x64"
  3406. ],
  3407. "license": "MIT",
  3408. "optional": true,
  3409. "os": [
  3410. "linux"
  3411. ],
  3412. "engines": {
  3413. "node": "^20.19.0 || >=22.12.0"
  3414. }
  3415. },
  3416. "node_modules/@oxc-transform/binding-linux-x64-musl": {
  3417. "version": "0.117.0",
  3418. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-linux-x64-musl/-/binding-linux-x64-musl-0.117.0.tgz",
  3419. "integrity": "sha512-3wqWbTSaIFZvDr1aqmTul4cg8PRWYh6VC52E8bLI7ytgS/BwJLW+sDUU2YaGIds4sAf/1yKeJRmudRCDPW9INg==",
  3420. "cpu": [
  3421. "x64"
  3422. ],
  3423. "license": "MIT",
  3424. "optional": true,
  3425. "os": [
  3426. "linux"
  3427. ],
  3428. "engines": {
  3429. "node": "^20.19.0 || >=22.12.0"
  3430. }
  3431. },
  3432. "node_modules/@oxc-transform/binding-openharmony-arm64": {
  3433. "version": "0.117.0",
  3434. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-openharmony-arm64/-/binding-openharmony-arm64-0.117.0.tgz",
  3435. "integrity": "sha512-Ebxx6NPqhzlrjvx4+PdSqbOq+li0f7X59XtJljDghkbJsbnkHvhLmPR09ifHt5X32UlZN63ekjwcg/nbmHLLlA==",
  3436. "cpu": [
  3437. "arm64"
  3438. ],
  3439. "license": "MIT",
  3440. "optional": true,
  3441. "os": [
  3442. "openharmony"
  3443. ],
  3444. "engines": {
  3445. "node": "^20.19.0 || >=22.12.0"
  3446. }
  3447. },
  3448. "node_modules/@oxc-transform/binding-wasm32-wasi": {
  3449. "version": "0.117.0",
  3450. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-wasm32-wasi/-/binding-wasm32-wasi-0.117.0.tgz",
  3451. "integrity": "sha512-Nn8mmcBiQ0XKHLTb05QBlH+CDkn7jf5YDVv9FtKhy4zJT0NEU9y3dXVbfcurOpsVrG9me4ktzDQNCaAoJjUQyw==",
  3452. "cpu": [
  3453. "wasm32"
  3454. ],
  3455. "license": "MIT",
  3456. "optional": true,
  3457. "dependencies": {
  3458. "@napi-rs/wasm-runtime": "^1.1.1"
  3459. },
  3460. "engines": {
  3461. "node": ">=14.0.0"
  3462. }
  3463. },
  3464. "node_modules/@oxc-transform/binding-win32-arm64-msvc": {
  3465. "version": "0.117.0",
  3466. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.117.0.tgz",
  3467. "integrity": "sha512-15cbsF8diXWGnHrTsVgVeabETiT/KdMAfRAcot99xsaVecJs3pITNNjC6Qj+/TPNpehbgIFjlhhxOVSbQsTBgg==",
  3468. "cpu": [
  3469. "arm64"
  3470. ],
  3471. "license": "MIT",
  3472. "optional": true,
  3473. "os": [
  3474. "win32"
  3475. ],
  3476. "engines": {
  3477. "node": "^20.19.0 || >=22.12.0"
  3478. }
  3479. },
  3480. "node_modules/@oxc-transform/binding-win32-ia32-msvc": {
  3481. "version": "0.117.0",
  3482. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-0.117.0.tgz",
  3483. "integrity": "sha512-I6DkhCuFX6p9rckdWiLuZfBWrrYUC7sNX+zLaCfa5zvrPNwo1/29KkefvqXVxu3AWT/6oZAbtc0A8/mqhETJPQ==",
  3484. "cpu": [
  3485. "ia32"
  3486. ],
  3487. "license": "MIT",
  3488. "optional": true,
  3489. "os": [
  3490. "win32"
  3491. ],
  3492. "engines": {
  3493. "node": "^20.19.0 || >=22.12.0"
  3494. }
  3495. },
  3496. "node_modules/@oxc-transform/binding-win32-x64-msvc": {
  3497. "version": "0.117.0",
  3498. "resolved": "https://registry.npmjs.org/@oxc-transform/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.117.0.tgz",
  3499. "integrity": "sha512-V7YzavQnYcRJBeJkp0qpb3FKrlm5I57XJetCYB4jsjStuboQmnFMZ/XQH55Szlf/kVyeU9ddQwv72gJJ5BrGjQ==",
  3500. "cpu": [
  3501. "x64"
  3502. ],
  3503. "license": "MIT",
  3504. "optional": true,
  3505. "os": [
  3506. "win32"
  3507. ],
  3508. "engines": {
  3509. "node": "^20.19.0 || >=22.12.0"
  3510. }
  3511. },
  3512. "node_modules/@package-json/types": {
  3513. "version": "0.0.12",
  3514. "resolved": "https://registry.npmjs.org/@package-json/types/-/types-0.0.12.tgz",
  3515. "integrity": "sha512-uu43FGU34B5VM9mCNjXCwLaGHYjXdNincqKLaraaCW+7S2+SmiBg1Nv8bPnmschrIfZmfKNY9f3fC376MRrObw==",
  3516. "license": "MIT"
  3517. },
  3518. "node_modules/@parcel/watcher": {
  3519. "version": "2.5.6",
  3520. "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.6.tgz",
  3521. "integrity": "sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==",
  3522. "hasInstallScript": true,
  3523. "license": "MIT",
  3524. "dependencies": {
  3525. "detect-libc": "^2.0.3",
  3526. "is-glob": "^4.0.3",
  3527. "node-addon-api": "^7.0.0",
  3528. "picomatch": "^4.0.3"
  3529. },
  3530. "engines": {
  3531. "node": ">= 10.0.0"
  3532. },
  3533. "funding": {
  3534. "type": "opencollective",
  3535. "url": "https://opencollective.com/parcel"
  3536. },
  3537. "optionalDependencies": {
  3538. "@parcel/watcher-android-arm64": "2.5.6",
  3539. "@parcel/watcher-darwin-arm64": "2.5.6",
  3540. "@parcel/watcher-darwin-x64": "2.5.6",
  3541. "@parcel/watcher-freebsd-x64": "2.5.6",
  3542. "@parcel/watcher-linux-arm-glibc": "2.5.6",
  3543. "@parcel/watcher-linux-arm-musl": "2.5.6",
  3544. "@parcel/watcher-linux-arm64-glibc": "2.5.6",
  3545. "@parcel/watcher-linux-arm64-musl": "2.5.6",
  3546. "@parcel/watcher-linux-x64-glibc": "2.5.6",
  3547. "@parcel/watcher-linux-x64-musl": "2.5.6",
  3548. "@parcel/watcher-win32-arm64": "2.5.6",
  3549. "@parcel/watcher-win32-ia32": "2.5.6",
  3550. "@parcel/watcher-win32-x64": "2.5.6"
  3551. }
  3552. },
  3553. "node_modules/@parcel/watcher-android-arm64": {
  3554. "version": "2.5.6",
  3555. "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.6.tgz",
  3556. "integrity": "sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==",
  3557. "cpu": [
  3558. "arm64"
  3559. ],
  3560. "license": "MIT",
  3561. "optional": true,
  3562. "os": [
  3563. "android"
  3564. ],
  3565. "engines": {
  3566. "node": ">= 10.0.0"
  3567. },
  3568. "funding": {
  3569. "type": "opencollective",
  3570. "url": "https://opencollective.com/parcel"
  3571. }
  3572. },
  3573. "node_modules/@parcel/watcher-darwin-arm64": {
  3574. "version": "2.5.6",
  3575. "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.6.tgz",
  3576. "integrity": "sha512-Z2ZdrnwyXvvvdtRHLmM4knydIdU9adO3D4n/0cVipF3rRiwP+3/sfzpAwA/qKFL6i1ModaabkU7IbpeMBgiVEA==",
  3577. "cpu": [
  3578. "arm64"
  3579. ],
  3580. "license": "MIT",
  3581. "optional": true,
  3582. "os": [
  3583. "darwin"
  3584. ],
  3585. "engines": {
  3586. "node": ">= 10.0.0"
  3587. },
  3588. "funding": {
  3589. "type": "opencollective",
  3590. "url": "https://opencollective.com/parcel"
  3591. }
  3592. },
  3593. "node_modules/@parcel/watcher-darwin-x64": {
  3594. "version": "2.5.6",
  3595. "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.6.tgz",
  3596. "integrity": "sha512-HgvOf3W9dhithcwOWX9uDZyn1lW9R+7tPZ4sug+NGrGIo4Rk1hAXLEbcH1TQSqxts0NYXXlOWqVpvS1SFS4fRg==",
  3597. "cpu": [
  3598. "x64"
  3599. ],
  3600. "license": "MIT",
  3601. "optional": true,
  3602. "os": [
  3603. "darwin"
  3604. ],
  3605. "engines": {
  3606. "node": ">= 10.0.0"
  3607. },
  3608. "funding": {
  3609. "type": "opencollective",
  3610. "url": "https://opencollective.com/parcel"
  3611. }
  3612. },
  3613. "node_modules/@parcel/watcher-freebsd-x64": {
  3614. "version": "2.5.6",
  3615. "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.6.tgz",
  3616. "integrity": "sha512-vJVi8yd/qzJxEKHkeemh7w3YAn6RJCtYlE4HPMoVnCpIXEzSrxErBW5SJBgKLbXU3WdIpkjBTeUNtyBVn8TRng==",
  3617. "cpu": [
  3618. "x64"
  3619. ],
  3620. "license": "MIT",
  3621. "optional": true,
  3622. "os": [
  3623. "freebsd"
  3624. ],
  3625. "engines": {
  3626. "node": ">= 10.0.0"
  3627. },
  3628. "funding": {
  3629. "type": "opencollective",
  3630. "url": "https://opencollective.com/parcel"
  3631. }
  3632. },
  3633. "node_modules/@parcel/watcher-linux-arm-glibc": {
  3634. "version": "2.5.6",
  3635. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.6.tgz",
  3636. "integrity": "sha512-9JiYfB6h6BgV50CCfasfLf/uvOcJskMSwcdH1PHH9rvS1IrNy8zad6IUVPVUfmXr+u+Km9IxcfMLzgdOudz9EQ==",
  3637. "cpu": [
  3638. "arm"
  3639. ],
  3640. "license": "MIT",
  3641. "optional": true,
  3642. "os": [
  3643. "linux"
  3644. ],
  3645. "engines": {
  3646. "node": ">= 10.0.0"
  3647. },
  3648. "funding": {
  3649. "type": "opencollective",
  3650. "url": "https://opencollective.com/parcel"
  3651. }
  3652. },
  3653. "node_modules/@parcel/watcher-linux-arm-musl": {
  3654. "version": "2.5.6",
  3655. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.6.tgz",
  3656. "integrity": "sha512-Ve3gUCG57nuUUSyjBq/MAM0CzArtuIOxsBdQ+ftz6ho8n7s1i9E1Nmk/xmP323r2YL0SONs1EuwqBp2u1k5fxg==",
  3657. "cpu": [
  3658. "arm"
  3659. ],
  3660. "license": "MIT",
  3661. "optional": true,
  3662. "os": [
  3663. "linux"
  3664. ],
  3665. "engines": {
  3666. "node": ">= 10.0.0"
  3667. },
  3668. "funding": {
  3669. "type": "opencollective",
  3670. "url": "https://opencollective.com/parcel"
  3671. }
  3672. },
  3673. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  3674. "version": "2.5.6",
  3675. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.6.tgz",
  3676. "integrity": "sha512-f2g/DT3NhGPdBmMWYoxixqYr3v/UXcmLOYy16Bx0TM20Tchduwr4EaCbmxh1321TABqPGDpS8D/ggOTaljijOA==",
  3677. "cpu": [
  3678. "arm64"
  3679. ],
  3680. "license": "MIT",
  3681. "optional": true,
  3682. "os": [
  3683. "linux"
  3684. ],
  3685. "engines": {
  3686. "node": ">= 10.0.0"
  3687. },
  3688. "funding": {
  3689. "type": "opencollective",
  3690. "url": "https://opencollective.com/parcel"
  3691. }
  3692. },
  3693. "node_modules/@parcel/watcher-linux-arm64-musl": {
  3694. "version": "2.5.6",
  3695. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.6.tgz",
  3696. "integrity": "sha512-qb6naMDGlbCwdhLj6hgoVKJl2odL34z2sqkC7Z6kzir8b5W65WYDpLB6R06KabvZdgoHI/zxke4b3zR0wAbDTA==",
  3697. "cpu": [
  3698. "arm64"
  3699. ],
  3700. "license": "MIT",
  3701. "optional": true,
  3702. "os": [
  3703. "linux"
  3704. ],
  3705. "engines": {
  3706. "node": ">= 10.0.0"
  3707. },
  3708. "funding": {
  3709. "type": "opencollective",
  3710. "url": "https://opencollective.com/parcel"
  3711. }
  3712. },
  3713. "node_modules/@parcel/watcher-linux-x64-glibc": {
  3714. "version": "2.5.6",
  3715. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.6.tgz",
  3716. "integrity": "sha512-kbT5wvNQlx7NaGjzPFu8nVIW1rWqV780O7ZtkjuWaPUgpv2NMFpjYERVi0UYj1msZNyCzGlaCWEtzc+exjMGbQ==",
  3717. "cpu": [
  3718. "x64"
  3719. ],
  3720. "license": "MIT",
  3721. "optional": true,
  3722. "os": [
  3723. "linux"
  3724. ],
  3725. "engines": {
  3726. "node": ">= 10.0.0"
  3727. },
  3728. "funding": {
  3729. "type": "opencollective",
  3730. "url": "https://opencollective.com/parcel"
  3731. }
  3732. },
  3733. "node_modules/@parcel/watcher-linux-x64-musl": {
  3734. "version": "2.5.6",
  3735. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.6.tgz",
  3736. "integrity": "sha512-1JRFeC+h7RdXwldHzTsmdtYR/Ku8SylLgTU/reMuqdVD7CtLwf0VR1FqeprZ0eHQkO0vqsbvFLXUmYm/uNKJBg==",
  3737. "cpu": [
  3738. "x64"
  3739. ],
  3740. "license": "MIT",
  3741. "optional": true,
  3742. "os": [
  3743. "linux"
  3744. ],
  3745. "engines": {
  3746. "node": ">= 10.0.0"
  3747. },
  3748. "funding": {
  3749. "type": "opencollective",
  3750. "url": "https://opencollective.com/parcel"
  3751. }
  3752. },
  3753. "node_modules/@parcel/watcher-wasm": {
  3754. "version": "2.5.6",
  3755. "resolved": "https://registry.npmjs.org/@parcel/watcher-wasm/-/watcher-wasm-2.5.6.tgz",
  3756. "integrity": "sha512-byAiBZ1t3tXQvc8dMD/eoyE7lTXYorhn+6uVW5AC+JGI1KtJC/LvDche5cfUE+qiefH+Ybq0bUCJU0aB1cSHUA==",
  3757. "bundleDependencies": [
  3758. "napi-wasm"
  3759. ],
  3760. "license": "MIT",
  3761. "dependencies": {
  3762. "is-glob": "^4.0.3",
  3763. "napi-wasm": "^1.1.0",
  3764. "picomatch": "^4.0.3"
  3765. },
  3766. "engines": {
  3767. "node": ">= 10.0.0"
  3768. },
  3769. "funding": {
  3770. "type": "opencollective",
  3771. "url": "https://opencollective.com/parcel"
  3772. }
  3773. },
  3774. "node_modules/@parcel/watcher-wasm/node_modules/napi-wasm": {
  3775. "version": "1.1.0",
  3776. "inBundle": true,
  3777. "license": "MIT"
  3778. },
  3779. "node_modules/@parcel/watcher-win32-arm64": {
  3780. "version": "2.5.6",
  3781. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.6.tgz",
  3782. "integrity": "sha512-3ukyebjc6eGlw9yRt678DxVF7rjXatWiHvTXqphZLvo7aC5NdEgFufVwjFfY51ijYEWpXbqF5jtrK275z52D4Q==",
  3783. "cpu": [
  3784. "arm64"
  3785. ],
  3786. "license": "MIT",
  3787. "optional": true,
  3788. "os": [
  3789. "win32"
  3790. ],
  3791. "engines": {
  3792. "node": ">= 10.0.0"
  3793. },
  3794. "funding": {
  3795. "type": "opencollective",
  3796. "url": "https://opencollective.com/parcel"
  3797. }
  3798. },
  3799. "node_modules/@parcel/watcher-win32-ia32": {
  3800. "version": "2.5.6",
  3801. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.6.tgz",
  3802. "integrity": "sha512-k35yLp1ZMwwee3Ez/pxBi5cf4AoBKYXj00CZ80jUz5h8prpiaQsiRPKQMxoLstNuqe2vR4RNPEAEcjEFzhEz/g==",
  3803. "cpu": [
  3804. "ia32"
  3805. ],
  3806. "license": "MIT",
  3807. "optional": true,
  3808. "os": [
  3809. "win32"
  3810. ],
  3811. "engines": {
  3812. "node": ">= 10.0.0"
  3813. },
  3814. "funding": {
  3815. "type": "opencollective",
  3816. "url": "https://opencollective.com/parcel"
  3817. }
  3818. },
  3819. "node_modules/@parcel/watcher-win32-x64": {
  3820. "version": "2.5.6",
  3821. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.6.tgz",
  3822. "integrity": "sha512-hbQlYcCq5dlAX9Qx+kFb0FHue6vbjlf0FrNzSKdYK2APUf7tGfGxQCk2ihEREmbR6ZMc0MVAD5RIX/41gpUzTw==",
  3823. "cpu": [
  3824. "x64"
  3825. ],
  3826. "license": "MIT",
  3827. "optional": true,
  3828. "os": [
  3829. "win32"
  3830. ],
  3831. "engines": {
  3832. "node": ">= 10.0.0"
  3833. },
  3834. "funding": {
  3835. "type": "opencollective",
  3836. "url": "https://opencollective.com/parcel"
  3837. }
  3838. },
  3839. "node_modules/@pkgjs/parseargs": {
  3840. "version": "0.11.0",
  3841. "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
  3842. "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
  3843. "license": "MIT",
  3844. "optional": true,
  3845. "engines": {
  3846. "node": ">=14"
  3847. }
  3848. },
  3849. "node_modules/@polka/url": {
  3850. "version": "1.0.0-next.29",
  3851. "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.29.tgz",
  3852. "integrity": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==",
  3853. "license": "MIT"
  3854. },
  3855. "node_modules/@poppinss/colors": {
  3856. "version": "4.1.6",
  3857. "resolved": "https://registry.npmjs.org/@poppinss/colors/-/colors-4.1.6.tgz",
  3858. "integrity": "sha512-H9xkIdFswbS8n1d6vmRd8+c10t2Qe+rZITbbDHHkQixH5+2x1FDGmi/0K+WgWiqQFKPSlIYB7jlH6Kpfn6Fleg==",
  3859. "license": "MIT",
  3860. "dependencies": {
  3861. "kleur": "^4.1.5"
  3862. }
  3863. },
  3864. "node_modules/@poppinss/dumper": {
  3865. "version": "0.7.0",
  3866. "resolved": "https://registry.npmjs.org/@poppinss/dumper/-/dumper-0.7.0.tgz",
  3867. "integrity": "sha512-0UTYalzk2t6S4rA2uHOz5bSSW2CHdv4vggJI6Alg90yvl0UgXs6XSXpH96OH+bRkX4J/06djv29pqXJ0lq5Kag==",
  3868. "license": "MIT",
  3869. "dependencies": {
  3870. "@poppinss/colors": "^4.1.5",
  3871. "@sindresorhus/is": "^7.0.2",
  3872. "supports-color": "^10.0.0"
  3873. }
  3874. },
  3875. "node_modules/@poppinss/dumper/node_modules/supports-color": {
  3876. "version": "10.2.2",
  3877. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-10.2.2.tgz",
  3878. "integrity": "sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==",
  3879. "license": "MIT",
  3880. "engines": {
  3881. "node": ">=18"
  3882. },
  3883. "funding": {
  3884. "url": "https://github.com/chalk/supports-color?sponsor=1"
  3885. }
  3886. },
  3887. "node_modules/@poppinss/exception": {
  3888. "version": "1.2.3",
  3889. "resolved": "https://registry.npmjs.org/@poppinss/exception/-/exception-1.2.3.tgz",
  3890. "integrity": "sha512-dCED+QRChTVatE9ibtoaxc+WkdzOSjYTKi/+uacHWIsfodVfpsueo3+DKpgU5Px8qXjgmXkSvhXvSCz3fnP9lw==",
  3891. "license": "MIT"
  3892. },
  3893. "node_modules/@remirror/core-constants": {
  3894. "version": "3.0.0",
  3895. "resolved": "https://registry.npmjs.org/@remirror/core-constants/-/core-constants-3.0.0.tgz",
  3896. "integrity": "sha512-42aWfPrimMfDKDi4YegyS7x+/0tlzaqwPQCULLanv3DMIlu96KTJR0fM5isWX2UViOqlGnX6YFgqWepcX+XMNg==",
  3897. "license": "MIT"
  3898. },
  3899. "node_modules/@rolldown/pluginutils": {
  3900. "version": "1.0.0-rc.13",
  3901. "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.13.tgz",
  3902. "integrity": "sha512-3ngTAv6F/Py35BsYbeeLeecvhMKdsKm4AoOETVhAA+Qc8nrA2I0kF7oa93mE9qnIurngOSpMnQ0x2nQY2FPviA==",
  3903. "license": "MIT"
  3904. },
  3905. "node_modules/@rollup/plugin-alias": {
  3906. "version": "6.0.0",
  3907. "resolved": "https://registry.npmjs.org/@rollup/plugin-alias/-/plugin-alias-6.0.0.tgz",
  3908. "integrity": "sha512-tPCzJOtS7uuVZd+xPhoy5W4vThe6KWXNmsFCNktaAh5RTqcLiSfT4huPQIXkgJ6YCOjJHvecOAzQxLFhPxKr+g==",
  3909. "license": "MIT",
  3910. "engines": {
  3911. "node": ">=20.19.0"
  3912. },
  3913. "peerDependencies": {
  3914. "rollup": ">=4.0.0"
  3915. },
  3916. "peerDependenciesMeta": {
  3917. "rollup": {
  3918. "optional": true
  3919. }
  3920. }
  3921. },
  3922. "node_modules/@rollup/plugin-commonjs": {
  3923. "version": "29.0.2",
  3924. "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-29.0.2.tgz",
  3925. "integrity": "sha512-S/ggWH1LU7jTyi9DxZOKyxpVd4hF/OZ0JrEbeLjXk/DFXwRny0tjD2c992zOUYQobLrVkRVMDdmHP16HKP7GRg==",
  3926. "license": "MIT",
  3927. "dependencies": {
  3928. "@rollup/pluginutils": "^5.0.1",
  3929. "commondir": "^1.0.1",
  3930. "estree-walker": "^2.0.2",
  3931. "fdir": "^6.2.0",
  3932. "is-reference": "1.2.1",
  3933. "magic-string": "^0.30.3",
  3934. "picomatch": "^4.0.2"
  3935. },
  3936. "engines": {
  3937. "node": ">=16.0.0 || 14 >= 14.17"
  3938. },
  3939. "peerDependencies": {
  3940. "rollup": "^2.68.0||^3.0.0||^4.0.0"
  3941. },
  3942. "peerDependenciesMeta": {
  3943. "rollup": {
  3944. "optional": true
  3945. }
  3946. }
  3947. },
  3948. "node_modules/@rollup/plugin-inject": {
  3949. "version": "5.0.5",
  3950. "resolved": "https://registry.npmjs.org/@rollup/plugin-inject/-/plugin-inject-5.0.5.tgz",
  3951. "integrity": "sha512-2+DEJbNBoPROPkgTDNe8/1YXWcqxbN5DTjASVIOx8HS+pITXushyNiBV56RB08zuptzz8gT3YfkqriTBVycepg==",
  3952. "license": "MIT",
  3953. "dependencies": {
  3954. "@rollup/pluginutils": "^5.0.1",
  3955. "estree-walker": "^2.0.2",
  3956. "magic-string": "^0.30.3"
  3957. },
  3958. "engines": {
  3959. "node": ">=14.0.0"
  3960. },
  3961. "peerDependencies": {
  3962. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  3963. },
  3964. "peerDependenciesMeta": {
  3965. "rollup": {
  3966. "optional": true
  3967. }
  3968. }
  3969. },
  3970. "node_modules/@rollup/plugin-json": {
  3971. "version": "6.1.0",
  3972. "resolved": "https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-6.1.0.tgz",
  3973. "integrity": "sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==",
  3974. "license": "MIT",
  3975. "dependencies": {
  3976. "@rollup/pluginutils": "^5.1.0"
  3977. },
  3978. "engines": {
  3979. "node": ">=14.0.0"
  3980. },
  3981. "peerDependencies": {
  3982. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  3983. },
  3984. "peerDependenciesMeta": {
  3985. "rollup": {
  3986. "optional": true
  3987. }
  3988. }
  3989. },
  3990. "node_modules/@rollup/plugin-node-resolve": {
  3991. "version": "16.0.3",
  3992. "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-16.0.3.tgz",
  3993. "integrity": "sha512-lUYM3UBGuM93CnMPG1YocWu7X802BrNF3jW2zny5gQyLQgRFJhV1Sq0Zi74+dh/6NBx1DxFC4b4GXg9wUCG5Qg==",
  3994. "license": "MIT",
  3995. "dependencies": {
  3996. "@rollup/pluginutils": "^5.0.1",
  3997. "@types/resolve": "1.20.2",
  3998. "deepmerge": "^4.2.2",
  3999. "is-module": "^1.0.0",
  4000. "resolve": "^1.22.1"
  4001. },
  4002. "engines": {
  4003. "node": ">=14.0.0"
  4004. },
  4005. "peerDependencies": {
  4006. "rollup": "^2.78.0||^3.0.0||^4.0.0"
  4007. },
  4008. "peerDependenciesMeta": {
  4009. "rollup": {
  4010. "optional": true
  4011. }
  4012. }
  4013. },
  4014. "node_modules/@rollup/plugin-replace": {
  4015. "version": "6.0.3",
  4016. "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-6.0.3.tgz",
  4017. "integrity": "sha512-J4RZarRvQAm5IF0/LwUUg+obsm+xZhYnbMXmXROyoSE1ATJe3oXSb9L5MMppdxP2ylNSjv6zFBwKYjcKMucVfA==",
  4018. "license": "MIT",
  4019. "dependencies": {
  4020. "@rollup/pluginutils": "^5.0.1",
  4021. "magic-string": "^0.30.3"
  4022. },
  4023. "engines": {
  4024. "node": ">=14.0.0"
  4025. },
  4026. "peerDependencies": {
  4027. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  4028. },
  4029. "peerDependenciesMeta": {
  4030. "rollup": {
  4031. "optional": true
  4032. }
  4033. }
  4034. },
  4035. "node_modules/@rollup/plugin-terser": {
  4036. "version": "1.0.0",
  4037. "resolved": "https://registry.npmjs.org/@rollup/plugin-terser/-/plugin-terser-1.0.0.tgz",
  4038. "integrity": "sha512-FnCxhTBx6bMOYQrar6C8h3scPt8/JwIzw3+AJ2K++6guogH5fYaIFia+zZuhqv0eo1RN7W1Pz630SyvLbDjhtQ==",
  4039. "license": "MIT",
  4040. "dependencies": {
  4041. "serialize-javascript": "^7.0.3",
  4042. "smob": "^1.0.0",
  4043. "terser": "^5.17.4"
  4044. },
  4045. "engines": {
  4046. "node": ">=20.0.0"
  4047. },
  4048. "peerDependencies": {
  4049. "rollup": "^2.0.0||^3.0.0||^4.0.0"
  4050. },
  4051. "peerDependenciesMeta": {
  4052. "rollup": {
  4053. "optional": true
  4054. }
  4055. }
  4056. },
  4057. "node_modules/@rollup/pluginutils": {
  4058. "version": "5.3.0",
  4059. "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.3.0.tgz",
  4060. "integrity": "sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==",
  4061. "license": "MIT",
  4062. "dependencies": {
  4063. "@types/estree": "^1.0.0",
  4064. "estree-walker": "^2.0.2",
  4065. "picomatch": "^4.0.2"
  4066. },
  4067. "engines": {
  4068. "node": ">=14.0.0"
  4069. },
  4070. "peerDependencies": {
  4071. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  4072. },
  4073. "peerDependenciesMeta": {
  4074. "rollup": {
  4075. "optional": true
  4076. }
  4077. }
  4078. },
  4079. "node_modules/@rollup/rollup-android-arm-eabi": {
  4080. "version": "4.60.1",
  4081. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.60.1.tgz",
  4082. "integrity": "sha512-d6FinEBLdIiK+1uACUttJKfgZREXrF0Qc2SmLII7W2AD8FfiZ9Wjd+rD/iRuf5s5dWrr1GgwXCvPqOuDquOowA==",
  4083. "cpu": [
  4084. "arm"
  4085. ],
  4086. "license": "MIT",
  4087. "optional": true,
  4088. "os": [
  4089. "android"
  4090. ]
  4091. },
  4092. "node_modules/@rollup/rollup-android-arm64": {
  4093. "version": "4.60.1",
  4094. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.60.1.tgz",
  4095. "integrity": "sha512-YjG/EwIDvvYI1YvYbHvDz/BYHtkY4ygUIXHnTdLhG+hKIQFBiosfWiACWortsKPKU/+dUwQQCKQM3qrDe8c9BA==",
  4096. "cpu": [
  4097. "arm64"
  4098. ],
  4099. "license": "MIT",
  4100. "optional": true,
  4101. "os": [
  4102. "android"
  4103. ]
  4104. },
  4105. "node_modules/@rollup/rollup-darwin-arm64": {
  4106. "version": "4.60.1",
  4107. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.60.1.tgz",
  4108. "integrity": "sha512-mjCpF7GmkRtSJwon+Rq1N8+pI+8l7w5g9Z3vWj4T7abguC4Czwi3Yu/pFaLvA3TTeMVjnu3ctigusqWUfjZzvw==",
  4109. "cpu": [
  4110. "arm64"
  4111. ],
  4112. "license": "MIT",
  4113. "optional": true,
  4114. "os": [
  4115. "darwin"
  4116. ]
  4117. },
  4118. "node_modules/@rollup/rollup-darwin-x64": {
  4119. "version": "4.60.1",
  4120. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.60.1.tgz",
  4121. "integrity": "sha512-haZ7hJ1JT4e9hqkoT9R/19XW2QKqjfJVv+i5AGg57S+nLk9lQnJ1F/eZloRO3o9Scy9CM3wQ9l+dkXtcBgN5Ew==",
  4122. "cpu": [
  4123. "x64"
  4124. ],
  4125. "license": "MIT",
  4126. "optional": true,
  4127. "os": [
  4128. "darwin"
  4129. ]
  4130. },
  4131. "node_modules/@rollup/rollup-freebsd-arm64": {
  4132. "version": "4.60.1",
  4133. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.60.1.tgz",
  4134. "integrity": "sha512-czw90wpQq3ZsAVBlinZjAYTKduOjTywlG7fEeWKUA7oCmpA8xdTkxZZlwNJKWqILlq0wehoZcJYfBvOyhPTQ6w==",
  4135. "cpu": [
  4136. "arm64"
  4137. ],
  4138. "license": "MIT",
  4139. "optional": true,
  4140. "os": [
  4141. "freebsd"
  4142. ]
  4143. },
  4144. "node_modules/@rollup/rollup-freebsd-x64": {
  4145. "version": "4.60.1",
  4146. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.60.1.tgz",
  4147. "integrity": "sha512-KVB2rqsxTHuBtfOeySEyzEOB7ltlB/ux38iu2rBQzkjbwRVlkhAGIEDiiYnO2kFOkJp+Z7pUXKyrRRFuFUKt+g==",
  4148. "cpu": [
  4149. "x64"
  4150. ],
  4151. "license": "MIT",
  4152. "optional": true,
  4153. "os": [
  4154. "freebsd"
  4155. ]
  4156. },
  4157. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  4158. "version": "4.60.1",
  4159. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.60.1.tgz",
  4160. "integrity": "sha512-L+34Qqil+v5uC0zEubW7uByo78WOCIrBvci69E7sFASRl0X7b/MB6Cqd1lky/CtcSVTydWa2WZwFuWexjS5o6g==",
  4161. "cpu": [
  4162. "arm"
  4163. ],
  4164. "license": "MIT",
  4165. "optional": true,
  4166. "os": [
  4167. "linux"
  4168. ]
  4169. },
  4170. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  4171. "version": "4.60.1",
  4172. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.60.1.tgz",
  4173. "integrity": "sha512-n83O8rt4v34hgFzlkb1ycniJh7IR5RCIqt6mz1VRJD6pmhRi0CXdmfnLu9dIUS6buzh60IvACM842Ffb3xd6Gg==",
  4174. "cpu": [
  4175. "arm"
  4176. ],
  4177. "license": "MIT",
  4178. "optional": true,
  4179. "os": [
  4180. "linux"
  4181. ]
  4182. },
  4183. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  4184. "version": "4.60.1",
  4185. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.60.1.tgz",
  4186. "integrity": "sha512-Nql7sTeAzhTAja3QXeAI48+/+GjBJ+QmAH13snn0AJSNL50JsDqotyudHyMbO2RbJkskbMbFJfIJKWA6R1LCJQ==",
  4187. "cpu": [
  4188. "arm64"
  4189. ],
  4190. "license": "MIT",
  4191. "optional": true,
  4192. "os": [
  4193. "linux"
  4194. ]
  4195. },
  4196. "node_modules/@rollup/rollup-linux-arm64-musl": {
  4197. "version": "4.60.1",
  4198. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.60.1.tgz",
  4199. "integrity": "sha512-+pUymDhd0ys9GcKZPPWlFiZ67sTWV5UU6zOJat02M1+PiuSGDziyRuI/pPue3hoUwm2uGfxdL+trT6Z9rxnlMA==",
  4200. "cpu": [
  4201. "arm64"
  4202. ],
  4203. "license": "MIT",
  4204. "optional": true,
  4205. "os": [
  4206. "linux"
  4207. ]
  4208. },
  4209. "node_modules/@rollup/rollup-linux-loong64-gnu": {
  4210. "version": "4.60.1",
  4211. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.60.1.tgz",
  4212. "integrity": "sha512-VSvgvQeIcsEvY4bKDHEDWcpW4Yw7BtlKG1GUT4FzBUlEKQK0rWHYBqQt6Fm2taXS+1bXvJT6kICu5ZwqKCnvlQ==",
  4213. "cpu": [
  4214. "loong64"
  4215. ],
  4216. "license": "MIT",
  4217. "optional": true,
  4218. "os": [
  4219. "linux"
  4220. ]
  4221. },
  4222. "node_modules/@rollup/rollup-linux-loong64-musl": {
  4223. "version": "4.60.1",
  4224. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.60.1.tgz",
  4225. "integrity": "sha512-4LqhUomJqwe641gsPp6xLfhqWMbQV04KtPp7/dIp0nzPxAkNY1AbwL5W0MQpcalLYk07vaW9Kp1PBhdpZYYcEw==",
  4226. "cpu": [
  4227. "loong64"
  4228. ],
  4229. "license": "MIT",
  4230. "optional": true,
  4231. "os": [
  4232. "linux"
  4233. ]
  4234. },
  4235. "node_modules/@rollup/rollup-linux-ppc64-gnu": {
  4236. "version": "4.60.1",
  4237. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.60.1.tgz",
  4238. "integrity": "sha512-tLQQ9aPvkBxOc/EUT6j3pyeMD6Hb8QF2BTBnCQWP/uu1lhc9AIrIjKnLYMEroIz/JvtGYgI9dF3AxHZNaEH0rw==",
  4239. "cpu": [
  4240. "ppc64"
  4241. ],
  4242. "license": "MIT",
  4243. "optional": true,
  4244. "os": [
  4245. "linux"
  4246. ]
  4247. },
  4248. "node_modules/@rollup/rollup-linux-ppc64-musl": {
  4249. "version": "4.60.1",
  4250. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.60.1.tgz",
  4251. "integrity": "sha512-RMxFhJwc9fSXP6PqmAz4cbv3kAyvD1etJFjTx4ONqFP9DkTkXsAMU4v3Vyc5BgzC+anz7nS/9tp4obsKfqkDHg==",
  4252. "cpu": [
  4253. "ppc64"
  4254. ],
  4255. "license": "MIT",
  4256. "optional": true,
  4257. "os": [
  4258. "linux"
  4259. ]
  4260. },
  4261. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  4262. "version": "4.60.1",
  4263. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.60.1.tgz",
  4264. "integrity": "sha512-QKgFl+Yc1eEk6MmOBfRHYF6lTxiiiV3/z/BRrbSiW2I7AFTXoBFvdMEyglohPj//2mZS4hDOqeB0H1ACh3sBbg==",
  4265. "cpu": [
  4266. "riscv64"
  4267. ],
  4268. "license": "MIT",
  4269. "optional": true,
  4270. "os": [
  4271. "linux"
  4272. ]
  4273. },
  4274. "node_modules/@rollup/rollup-linux-riscv64-musl": {
  4275. "version": "4.60.1",
  4276. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.60.1.tgz",
  4277. "integrity": "sha512-RAjXjP/8c6ZtzatZcA1RaQr6O1TRhzC+adn8YZDnChliZHviqIjmvFwHcxi4JKPSDAt6Uhf/7vqcBzQJy0PDJg==",
  4278. "cpu": [
  4279. "riscv64"
  4280. ],
  4281. "license": "MIT",
  4282. "optional": true,
  4283. "os": [
  4284. "linux"
  4285. ]
  4286. },
  4287. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  4288. "version": "4.60.1",
  4289. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.60.1.tgz",
  4290. "integrity": "sha512-wcuocpaOlaL1COBYiA89O6yfjlp3RwKDeTIA0hM7OpmhR1Bjo9j31G1uQVpDlTvwxGn2nQs65fBFL5UFd76FcQ==",
  4291. "cpu": [
  4292. "s390x"
  4293. ],
  4294. "license": "MIT",
  4295. "optional": true,
  4296. "os": [
  4297. "linux"
  4298. ]
  4299. },
  4300. "node_modules/@rollup/rollup-linux-x64-gnu": {
  4301. "version": "4.60.1",
  4302. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.1.tgz",
  4303. "integrity": "sha512-77PpsFQUCOiZR9+LQEFg9GClyfkNXj1MP6wRnzYs0EeWbPcHs02AXu4xuUbM1zhwn3wqaizle3AEYg5aeoohhg==",
  4304. "cpu": [
  4305. "x64"
  4306. ],
  4307. "license": "MIT",
  4308. "optional": true,
  4309. "os": [
  4310. "linux"
  4311. ]
  4312. },
  4313. "node_modules/@rollup/rollup-linux-x64-musl": {
  4314. "version": "4.60.1",
  4315. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.60.1.tgz",
  4316. "integrity": "sha512-5cIATbk5vynAjqqmyBjlciMJl1+R/CwX9oLk/EyiFXDWd95KpHdrOJT//rnUl4cUcskrd0jCCw3wpZnhIHdD9w==",
  4317. "cpu": [
  4318. "x64"
  4319. ],
  4320. "license": "MIT",
  4321. "optional": true,
  4322. "os": [
  4323. "linux"
  4324. ]
  4325. },
  4326. "node_modules/@rollup/rollup-openbsd-x64": {
  4327. "version": "4.60.1",
  4328. "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.60.1.tgz",
  4329. "integrity": "sha512-cl0w09WsCi17mcmWqqglez9Gk8isgeWvoUZ3WiJFYSR3zjBQc2J5/ihSjpl+VLjPqjQ/1hJRcqBfLjssREQILw==",
  4330. "cpu": [
  4331. "x64"
  4332. ],
  4333. "license": "MIT",
  4334. "optional": true,
  4335. "os": [
  4336. "openbsd"
  4337. ]
  4338. },
  4339. "node_modules/@rollup/rollup-openharmony-arm64": {
  4340. "version": "4.60.1",
  4341. "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.60.1.tgz",
  4342. "integrity": "sha512-4Cv23ZrONRbNtbZa37mLSueXUCtN7MXccChtKpUnQNgF010rjrjfHx3QxkS2PI7LqGT5xXyYs1a7LbzAwT0iCA==",
  4343. "cpu": [
  4344. "arm64"
  4345. ],
  4346. "license": "MIT",
  4347. "optional": true,
  4348. "os": [
  4349. "openharmony"
  4350. ]
  4351. },
  4352. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  4353. "version": "4.60.1",
  4354. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.60.1.tgz",
  4355. "integrity": "sha512-i1okWYkA4FJICtr7KpYzFpRTHgy5jdDbZiWfvny21iIKky5YExiDXP+zbXzm3dUcFpkEeYNHgQ5fuG236JPq0g==",
  4356. "cpu": [
  4357. "arm64"
  4358. ],
  4359. "license": "MIT",
  4360. "optional": true,
  4361. "os": [
  4362. "win32"
  4363. ]
  4364. },
  4365. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  4366. "version": "4.60.1",
  4367. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.60.1.tgz",
  4368. "integrity": "sha512-u09m3CuwLzShA0EYKMNiFgcjjzwqtUMLmuCJLeZWjjOYA3IT2Di09KaxGBTP9xVztWyIWjVdsB2E9goMjZvTQg==",
  4369. "cpu": [
  4370. "ia32"
  4371. ],
  4372. "license": "MIT",
  4373. "optional": true,
  4374. "os": [
  4375. "win32"
  4376. ]
  4377. },
  4378. "node_modules/@rollup/rollup-win32-x64-gnu": {
  4379. "version": "4.60.1",
  4380. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.60.1.tgz",
  4381. "integrity": "sha512-k+600V9Zl1CM7eZxJgMyTUzmrmhB/0XZnF4pRypKAlAgxmedUA+1v9R+XOFv56W4SlHEzfeMtzujLJD22Uz5zg==",
  4382. "cpu": [
  4383. "x64"
  4384. ],
  4385. "license": "MIT",
  4386. "optional": true,
  4387. "os": [
  4388. "win32"
  4389. ]
  4390. },
  4391. "node_modules/@rollup/rollup-win32-x64-msvc": {
  4392. "version": "4.60.1",
  4393. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.60.1.tgz",
  4394. "integrity": "sha512-lWMnixq/QzxyhTV6NjQJ4SFo1J6PvOX8vUx5Wb4bBPsEb+8xZ89Bz6kOXpfXj9ak9AHTQVQzlgzBEc1SyM27xQ==",
  4395. "cpu": [
  4396. "x64"
  4397. ],
  4398. "license": "MIT",
  4399. "optional": true,
  4400. "os": [
  4401. "win32"
  4402. ]
  4403. },
  4404. "node_modules/@simple-git/args-pathspec": {
  4405. "version": "1.0.3",
  4406. "resolved": "https://registry.npmjs.org/@simple-git/args-pathspec/-/args-pathspec-1.0.3.tgz",
  4407. "integrity": "sha512-ngJMaHlsWDTfjyq9F3VIQ8b7NXbBLq5j9i5bJ6XLYtD6qlDXT7fdKY2KscWWUF8t18xx052Y/PUO1K1TRc9yKA==",
  4408. "license": "MIT"
  4409. },
  4410. "node_modules/@simple-git/argv-parser": {
  4411. "version": "1.1.1",
  4412. "resolved": "https://registry.npmjs.org/@simple-git/argv-parser/-/argv-parser-1.1.1.tgz",
  4413. "integrity": "sha512-Q9lBcfQ+VQCpQqGJFHe5yooOS5hGdLFFbJ5R+R5aDsnkPCahtn1hSkMcORX65J2Z5lxSkD0lQorMsncuBQxYUw==",
  4414. "license": "MIT",
  4415. "dependencies": {
  4416. "@simple-git/args-pathspec": "^1.0.3"
  4417. }
  4418. },
  4419. "node_modules/@sindresorhus/base62": {
  4420. "version": "1.0.0",
  4421. "resolved": "https://registry.npmjs.org/@sindresorhus/base62/-/base62-1.0.0.tgz",
  4422. "integrity": "sha512-TeheYy0ILzBEI/CO55CP6zJCSdSWeRtGnHy8U8dWSUH4I68iqTsy7HkMktR4xakThc9jotkPQUXT4ITdbV7cHA==",
  4423. "license": "MIT",
  4424. "engines": {
  4425. "node": ">=18"
  4426. },
  4427. "funding": {
  4428. "url": "https://github.com/sponsors/sindresorhus"
  4429. }
  4430. },
  4431. "node_modules/@sindresorhus/is": {
  4432. "version": "7.2.0",
  4433. "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-7.2.0.tgz",
  4434. "integrity": "sha512-P1Cz1dWaFfR4IR+U13mqqiGsLFf1KbayybWwdd2vfctdV6hDpUkgCY0nKOLLTMSoRd/jJNjtbqzf13K8DCCXQw==",
  4435. "license": "MIT",
  4436. "engines": {
  4437. "node": ">=18"
  4438. },
  4439. "funding": {
  4440. "url": "https://github.com/sindresorhus/is?sponsor=1"
  4441. }
  4442. },
  4443. "node_modules/@sindresorhus/merge-streams": {
  4444. "version": "4.0.0",
  4445. "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz",
  4446. "integrity": "sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==",
  4447. "license": "MIT",
  4448. "engines": {
  4449. "node": ">=18"
  4450. },
  4451. "funding": {
  4452. "url": "https://github.com/sponsors/sindresorhus"
  4453. }
  4454. },
  4455. "node_modules/@speed-highlight/core": {
  4456. "version": "1.2.15",
  4457. "resolved": "https://registry.npmjs.org/@speed-highlight/core/-/core-1.2.15.tgz",
  4458. "integrity": "sha512-BMq1K3DsElxDWawkX6eLg9+CKJrTVGCBAWVuHXVUV2u0s2711qiChLSId6ikYPfxhdYocLNt3wWwSvDiTvFabw==",
  4459. "license": "CC0-1.0"
  4460. },
  4461. "node_modules/@standard-schema/spec": {
  4462. "version": "1.1.0",
  4463. "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz",
  4464. "integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==",
  4465. "license": "MIT"
  4466. },
  4467. "node_modules/@stylistic/eslint-plugin": {
  4468. "version": "5.10.0",
  4469. "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.10.0.tgz",
  4470. "integrity": "sha512-nPK52ZHvot8Ju/0A4ucSX1dcPV2/1clx0kLcH5wDmrE4naKso7TUC/voUyU1O9OTKTrR6MYip6LP0ogEMQ9jPQ==",
  4471. "license": "MIT",
  4472. "dependencies": {
  4473. "@eslint-community/eslint-utils": "^4.9.1",
  4474. "@typescript-eslint/types": "^8.56.0",
  4475. "eslint-visitor-keys": "^4.2.1",
  4476. "espree": "^10.4.0",
  4477. "estraverse": "^5.3.0",
  4478. "picomatch": "^4.0.3"
  4479. },
  4480. "engines": {
  4481. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  4482. },
  4483. "peerDependencies": {
  4484. "eslint": "^9.0.0 || ^10.0.0"
  4485. }
  4486. },
  4487. "node_modules/@swc/helpers": {
  4488. "version": "0.5.21",
  4489. "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.21.tgz",
  4490. "integrity": "sha512-jI/VAmtdjB/RnI8GTnokyX7Ug8c+g+ffD6QRLa6XQewtnGyukKkKSk3wLTM3b5cjt1jNh9x0jfVlagdN2gDKQg==",
  4491. "license": "Apache-2.0",
  4492. "dependencies": {
  4493. "tslib": "^2.8.0"
  4494. }
  4495. },
  4496. "node_modules/@tailwindcss/node": {
  4497. "version": "4.2.2",
  4498. "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.2.2.tgz",
  4499. "integrity": "sha512-pXS+wJ2gZpVXqFaUEjojq7jzMpTGf8rU6ipJz5ovJV6PUGmlJ+jvIwGrzdHdQ80Sg+wmQxUFuoW1UAAwHNEdFA==",
  4500. "license": "MIT",
  4501. "dependencies": {
  4502. "@jridgewell/remapping": "^2.3.5",
  4503. "enhanced-resolve": "^5.19.0",
  4504. "jiti": "^2.6.1",
  4505. "lightningcss": "1.32.0",
  4506. "magic-string": "^0.30.21",
  4507. "source-map-js": "^1.2.1",
  4508. "tailwindcss": "4.2.2"
  4509. }
  4510. },
  4511. "node_modules/@tailwindcss/oxide": {
  4512. "version": "4.2.2",
  4513. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.2.2.tgz",
  4514. "integrity": "sha512-qEUA07+E5kehxYp9BVMpq9E8vnJuBHfJEC0vPC5e7iL/hw7HR61aDKoVoKzrG+QKp56vhNZe4qwkRmMC0zDLvg==",
  4515. "license": "MIT",
  4516. "engines": {
  4517. "node": ">= 20"
  4518. },
  4519. "optionalDependencies": {
  4520. "@tailwindcss/oxide-android-arm64": "4.2.2",
  4521. "@tailwindcss/oxide-darwin-arm64": "4.2.2",
  4522. "@tailwindcss/oxide-darwin-x64": "4.2.2",
  4523. "@tailwindcss/oxide-freebsd-x64": "4.2.2",
  4524. "@tailwindcss/oxide-linux-arm-gnueabihf": "4.2.2",
  4525. "@tailwindcss/oxide-linux-arm64-gnu": "4.2.2",
  4526. "@tailwindcss/oxide-linux-arm64-musl": "4.2.2",
  4527. "@tailwindcss/oxide-linux-x64-gnu": "4.2.2",
  4528. "@tailwindcss/oxide-linux-x64-musl": "4.2.2",
  4529. "@tailwindcss/oxide-wasm32-wasi": "4.2.2",
  4530. "@tailwindcss/oxide-win32-arm64-msvc": "4.2.2",
  4531. "@tailwindcss/oxide-win32-x64-msvc": "4.2.2"
  4532. }
  4533. },
  4534. "node_modules/@tailwindcss/oxide-android-arm64": {
  4535. "version": "4.2.2",
  4536. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.2.2.tgz",
  4537. "integrity": "sha512-dXGR1n+P3B6748jZO/SvHZq7qBOqqzQ+yFrXpoOWWALWndF9MoSKAT3Q0fYgAzYzGhxNYOoysRvYlpixRBBoDg==",
  4538. "cpu": [
  4539. "arm64"
  4540. ],
  4541. "license": "MIT",
  4542. "optional": true,
  4543. "os": [
  4544. "android"
  4545. ],
  4546. "engines": {
  4547. "node": ">= 20"
  4548. }
  4549. },
  4550. "node_modules/@tailwindcss/oxide-darwin-arm64": {
  4551. "version": "4.2.2",
  4552. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.2.2.tgz",
  4553. "integrity": "sha512-iq9Qjr6knfMpZHj55/37ouZeykwbDqF21gPFtfnhCCKGDcPI/21FKC9XdMO/XyBM7qKORx6UIhGgg6jLl7BZlg==",
  4554. "cpu": [
  4555. "arm64"
  4556. ],
  4557. "license": "MIT",
  4558. "optional": true,
  4559. "os": [
  4560. "darwin"
  4561. ],
  4562. "engines": {
  4563. "node": ">= 20"
  4564. }
  4565. },
  4566. "node_modules/@tailwindcss/oxide-darwin-x64": {
  4567. "version": "4.2.2",
  4568. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.2.2.tgz",
  4569. "integrity": "sha512-BlR+2c3nzc8f2G639LpL89YY4bdcIdUmiOOkv2GQv4/4M0vJlpXEa0JXNHhCHU7VWOKWT/CjqHdTP8aUuDJkuw==",
  4570. "cpu": [
  4571. "x64"
  4572. ],
  4573. "license": "MIT",
  4574. "optional": true,
  4575. "os": [
  4576. "darwin"
  4577. ],
  4578. "engines": {
  4579. "node": ">= 20"
  4580. }
  4581. },
  4582. "node_modules/@tailwindcss/oxide-freebsd-x64": {
  4583. "version": "4.2.2",
  4584. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.2.2.tgz",
  4585. "integrity": "sha512-YUqUgrGMSu2CDO82hzlQ5qSb5xmx3RUrke/QgnoEx7KvmRJHQuZHZmZTLSuuHwFf0DJPybFMXMYf+WJdxHy/nQ==",
  4586. "cpu": [
  4587. "x64"
  4588. ],
  4589. "license": "MIT",
  4590. "optional": true,
  4591. "os": [
  4592. "freebsd"
  4593. ],
  4594. "engines": {
  4595. "node": ">= 20"
  4596. }
  4597. },
  4598. "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
  4599. "version": "4.2.2",
  4600. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.2.2.tgz",
  4601. "integrity": "sha512-FPdhvsW6g06T9BWT0qTwiVZYE2WIFo2dY5aCSpjG/S/u1tby+wXoslXS0kl3/KXnULlLr1E3NPRRw0g7t2kgaQ==",
  4602. "cpu": [
  4603. "arm"
  4604. ],
  4605. "license": "MIT",
  4606. "optional": true,
  4607. "os": [
  4608. "linux"
  4609. ],
  4610. "engines": {
  4611. "node": ">= 20"
  4612. }
  4613. },
  4614. "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
  4615. "version": "4.2.2",
  4616. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.2.2.tgz",
  4617. "integrity": "sha512-4og1V+ftEPXGttOO7eCmW7VICmzzJWgMx+QXAJRAhjrSjumCwWqMfkDrNu1LXEQzNAwz28NCUpucgQPrR4S2yw==",
  4618. "cpu": [
  4619. "arm64"
  4620. ],
  4621. "license": "MIT",
  4622. "optional": true,
  4623. "os": [
  4624. "linux"
  4625. ],
  4626. "engines": {
  4627. "node": ">= 20"
  4628. }
  4629. },
  4630. "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
  4631. "version": "4.2.2",
  4632. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.2.2.tgz",
  4633. "integrity": "sha512-oCfG/mS+/+XRlwNjnsNLVwnMWYH7tn/kYPsNPh+JSOMlnt93mYNCKHYzylRhI51X+TbR+ufNhhKKzm6QkqX8ag==",
  4634. "cpu": [
  4635. "arm64"
  4636. ],
  4637. "license": "MIT",
  4638. "optional": true,
  4639. "os": [
  4640. "linux"
  4641. ],
  4642. "engines": {
  4643. "node": ">= 20"
  4644. }
  4645. },
  4646. "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
  4647. "version": "4.2.2",
  4648. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.2.2.tgz",
  4649. "integrity": "sha512-rTAGAkDgqbXHNp/xW0iugLVmX62wOp2PoE39BTCGKjv3Iocf6AFbRP/wZT/kuCxC9QBh9Pu8XPkv/zCZB2mcMg==",
  4650. "cpu": [
  4651. "x64"
  4652. ],
  4653. "license": "MIT",
  4654. "optional": true,
  4655. "os": [
  4656. "linux"
  4657. ],
  4658. "engines": {
  4659. "node": ">= 20"
  4660. }
  4661. },
  4662. "node_modules/@tailwindcss/oxide-linux-x64-musl": {
  4663. "version": "4.2.2",
  4664. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.2.2.tgz",
  4665. "integrity": "sha512-XW3t3qwbIwiSyRCggeO2zxe3KWaEbM0/kW9e8+0XpBgyKU4ATYzcVSMKteZJ1iukJ3HgHBjbg9P5YPRCVUxlnQ==",
  4666. "cpu": [
  4667. "x64"
  4668. ],
  4669. "license": "MIT",
  4670. "optional": true,
  4671. "os": [
  4672. "linux"
  4673. ],
  4674. "engines": {
  4675. "node": ">= 20"
  4676. }
  4677. },
  4678. "node_modules/@tailwindcss/oxide-wasm32-wasi": {
  4679. "version": "4.2.2",
  4680. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.2.2.tgz",
  4681. "integrity": "sha512-eKSztKsmEsn1O5lJ4ZAfyn41NfG7vzCg496YiGtMDV86jz1q/irhms5O0VrY6ZwTUkFy/EKG3RfWgxSI3VbZ8Q==",
  4682. "bundleDependencies": [
  4683. "@napi-rs/wasm-runtime",
  4684. "@emnapi/core",
  4685. "@emnapi/runtime",
  4686. "@tybys/wasm-util",
  4687. "@emnapi/wasi-threads",
  4688. "tslib"
  4689. ],
  4690. "cpu": [
  4691. "wasm32"
  4692. ],
  4693. "license": "MIT",
  4694. "optional": true,
  4695. "dependencies": {
  4696. "@emnapi/core": "^1.8.1",
  4697. "@emnapi/runtime": "^1.8.1",
  4698. "@emnapi/wasi-threads": "^1.1.0",
  4699. "@napi-rs/wasm-runtime": "^1.1.1",
  4700. "@tybys/wasm-util": "^0.10.1",
  4701. "tslib": "^2.8.1"
  4702. },
  4703. "engines": {
  4704. "node": ">=14.0.0"
  4705. }
  4706. },
  4707. "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
  4708. "version": "4.2.2",
  4709. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.2.tgz",
  4710. "integrity": "sha512-qPmaQM4iKu5mxpsrWZMOZRgZv1tOZpUm+zdhhQP0VhJfyGGO3aUKdbh3gDZc/dPLQwW4eSqWGrrcWNBZWUWaXQ==",
  4711. "cpu": [
  4712. "arm64"
  4713. ],
  4714. "license": "MIT",
  4715. "optional": true,
  4716. "os": [
  4717. "win32"
  4718. ],
  4719. "engines": {
  4720. "node": ">= 20"
  4721. }
  4722. },
  4723. "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
  4724. "version": "4.2.2",
  4725. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.2.2.tgz",
  4726. "integrity": "sha512-1T/37VvI7WyH66b+vqHj/cLwnCxt7Qt3WFu5Q8hk65aOvlwAhs7rAp1VkulBJw/N4tMirXjVnylTR72uI0HGcA==",
  4727. "cpu": [
  4728. "x64"
  4729. ],
  4730. "license": "MIT",
  4731. "optional": true,
  4732. "os": [
  4733. "win32"
  4734. ],
  4735. "engines": {
  4736. "node": ">= 20"
  4737. }
  4738. },
  4739. "node_modules/@tailwindcss/postcss": {
  4740. "version": "4.2.2",
  4741. "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.2.2.tgz",
  4742. "integrity": "sha512-n4goKQbW8RVXIbNKRB/45LzyUqN451deQK0nzIeauVEqjlI49slUlgKYJM2QyUzap/PcpnS7kzSUmPb1sCRvYQ==",
  4743. "license": "MIT",
  4744. "dependencies": {
  4745. "@alloc/quick-lru": "^5.2.0",
  4746. "@tailwindcss/node": "4.2.2",
  4747. "@tailwindcss/oxide": "4.2.2",
  4748. "postcss": "^8.5.6",
  4749. "tailwindcss": "4.2.2"
  4750. }
  4751. },
  4752. "node_modules/@tailwindcss/vite": {
  4753. "version": "4.2.2",
  4754. "resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.2.2.tgz",
  4755. "integrity": "sha512-mEiF5HO1QqCLXoNEfXVA1Tzo+cYsrqV7w9Juj2wdUFyW07JRenqMG225MvPwr3ZD9N1bFQj46X7r33iHxLUW0w==",
  4756. "license": "MIT",
  4757. "dependencies": {
  4758. "@tailwindcss/node": "4.2.2",
  4759. "@tailwindcss/oxide": "4.2.2",
  4760. "tailwindcss": "4.2.2"
  4761. },
  4762. "peerDependencies": {
  4763. "vite": "^5.2.0 || ^6 || ^7 || ^8"
  4764. }
  4765. },
  4766. "node_modules/@tanstack/table-core": {
  4767. "version": "8.21.3",
  4768. "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.21.3.tgz",
  4769. "integrity": "sha512-ldZXEhOBb8Is7xLs01fR3YEc3DERiz5silj8tnGkFZytt1abEvl/GhUmCE0PMLaMPTa3Jk4HbKmRlHmu+gCftg==",
  4770. "license": "MIT",
  4771. "engines": {
  4772. "node": ">=12"
  4773. },
  4774. "funding": {
  4775. "type": "github",
  4776. "url": "https://github.com/sponsors/tannerlinsley"
  4777. }
  4778. },
  4779. "node_modules/@tanstack/virtual-core": {
  4780. "version": "3.13.23",
  4781. "resolved": "https://registry.npmjs.org/@tanstack/virtual-core/-/virtual-core-3.13.23.tgz",
  4782. "integrity": "sha512-zSz2Z2HNyLjCplANTDyl3BcdQJc2k1+yyFoKhNRmCr7V7dY8o8q5m8uFTI1/Pg1kL+Hgrz6u3Xo6eFUB7l66cg==",
  4783. "license": "MIT",
  4784. "funding": {
  4785. "type": "github",
  4786. "url": "https://github.com/sponsors/tannerlinsley"
  4787. }
  4788. },
  4789. "node_modules/@tanstack/vue-table": {
  4790. "version": "8.21.3",
  4791. "resolved": "https://registry.npmjs.org/@tanstack/vue-table/-/vue-table-8.21.3.tgz",
  4792. "integrity": "sha512-rusRyd77c5tDPloPskctMyPLFEQUeBzxdQ+2Eow4F7gDPlPOB1UnnhzfpdvqZ8ZyX2rRNGmqNnQWm87OI2OQPw==",
  4793. "license": "MIT",
  4794. "dependencies": {
  4795. "@tanstack/table-core": "8.21.3"
  4796. },
  4797. "engines": {
  4798. "node": ">=12"
  4799. },
  4800. "funding": {
  4801. "type": "github",
  4802. "url": "https://github.com/sponsors/tannerlinsley"
  4803. },
  4804. "peerDependencies": {
  4805. "vue": ">=3.2"
  4806. }
  4807. },
  4808. "node_modules/@tanstack/vue-virtual": {
  4809. "version": "3.13.23",
  4810. "resolved": "https://registry.npmjs.org/@tanstack/vue-virtual/-/vue-virtual-3.13.23.tgz",
  4811. "integrity": "sha512-b5jPluAR6U3eOq6GWAYSpj3ugnAIZgGR0e6aGAgyRse0Yu6MVQQ0ZWm9SArSXWtageogn6bkVD8D//c4IjW3xQ==",
  4812. "license": "MIT",
  4813. "dependencies": {
  4814. "@tanstack/virtual-core": "3.13.23"
  4815. },
  4816. "funding": {
  4817. "type": "github",
  4818. "url": "https://github.com/sponsors/tannerlinsley"
  4819. },
  4820. "peerDependencies": {
  4821. "vue": "^2.7.0 || ^3.0.0"
  4822. }
  4823. },
  4824. "node_modules/@tiptap/core": {
  4825. "version": "3.22.3",
  4826. "resolved": "https://registry.npmjs.org/@tiptap/core/-/core-3.22.3.tgz",
  4827. "integrity": "sha512-Dv9MKK5BDWCF0N2l6/Pxv3JNCce2kwuWf2cKMBc2bEetx0Pn6o7zlFmSxMvYK4UtG1Tw9Yg/ZHi6QOFWK0Zm9Q==",
  4828. "license": "MIT",
  4829. "funding": {
  4830. "type": "github",
  4831. "url": "https://github.com/sponsors/ueberdosis"
  4832. },
  4833. "peerDependencies": {
  4834. "@tiptap/pm": "^3.22.3"
  4835. }
  4836. },
  4837. "node_modules/@tiptap/extension-blockquote": {
  4838. "version": "3.22.3",
  4839. "resolved": "https://registry.npmjs.org/@tiptap/extension-blockquote/-/extension-blockquote-3.22.3.tgz",
  4840. "integrity": "sha512-IaUx3zh7yLHXzIXKL+fw/jzFhsIImdhJyw0lMhe8FfYrefFqXJFYW/sey6+L/e8B3AWvTksPA6VBwefzbH77JA==",
  4841. "license": "MIT",
  4842. "funding": {
  4843. "type": "github",
  4844. "url": "https://github.com/sponsors/ueberdosis"
  4845. },
  4846. "peerDependencies": {
  4847. "@tiptap/core": "^3.22.3"
  4848. }
  4849. },
  4850. "node_modules/@tiptap/extension-bold": {
  4851. "version": "3.22.3",
  4852. "resolved": "https://registry.npmjs.org/@tiptap/extension-bold/-/extension-bold-3.22.3.tgz",
  4853. "integrity": "sha512-tysipHla2zCWr8XNIWRaW9O+7i7/SoEqnRqSRUUi2ailcJjlia+RBy3RykhkgyThrQDStu5KGBS/UvrXwA+O1A==",
  4854. "license": "MIT",
  4855. "funding": {
  4856. "type": "github",
  4857. "url": "https://github.com/sponsors/ueberdosis"
  4858. },
  4859. "peerDependencies": {
  4860. "@tiptap/core": "^3.22.3"
  4861. }
  4862. },
  4863. "node_modules/@tiptap/extension-bubble-menu": {
  4864. "version": "3.22.3",
  4865. "resolved": "https://registry.npmjs.org/@tiptap/extension-bubble-menu/-/extension-bubble-menu-3.22.3.tgz",
  4866. "integrity": "sha512-Y6zQjh0ypDg32HWgICEvmPSKjGLr39k3aDxxt/H0uQEZSfw4smT0hxUyyyjVjx68C6t6MTnwdfz0hPI5lL68vQ==",
  4867. "license": "MIT",
  4868. "dependencies": {
  4869. "@floating-ui/dom": "^1.0.0"
  4870. },
  4871. "funding": {
  4872. "type": "github",
  4873. "url": "https://github.com/sponsors/ueberdosis"
  4874. },
  4875. "peerDependencies": {
  4876. "@tiptap/core": "^3.22.3",
  4877. "@tiptap/pm": "^3.22.3"
  4878. }
  4879. },
  4880. "node_modules/@tiptap/extension-bullet-list": {
  4881. "version": "3.22.3",
  4882. "resolved": "https://registry.npmjs.org/@tiptap/extension-bullet-list/-/extension-bullet-list-3.22.3.tgz",
  4883. "integrity": "sha512-xOmW/b1hgECIE6r3IeZvKn4VVlG3+dfTjCWE6lnnyLaqdNkNhKS1CwUmDZdYNLUS2ryIUtgz5ID1W/8A3PhbiA==",
  4884. "license": "MIT",
  4885. "funding": {
  4886. "type": "github",
  4887. "url": "https://github.com/sponsors/ueberdosis"
  4888. },
  4889. "peerDependencies": {
  4890. "@tiptap/extension-list": "^3.22.3"
  4891. }
  4892. },
  4893. "node_modules/@tiptap/extension-code": {
  4894. "version": "3.22.3",
  4895. "resolved": "https://registry.npmjs.org/@tiptap/extension-code/-/extension-code-3.22.3.tgz",
  4896. "integrity": "sha512-wafWTDQOuMKtXpZEuk1PFQmzopabBciNLryL90MB9S03MNLaQQZYLnmYkDBlzAaLAbgF5QiC+2XZQEBQuTVjFQ==",
  4897. "license": "MIT",
  4898. "funding": {
  4899. "type": "github",
  4900. "url": "https://github.com/sponsors/ueberdosis"
  4901. },
  4902. "peerDependencies": {
  4903. "@tiptap/core": "^3.22.3"
  4904. }
  4905. },
  4906. "node_modules/@tiptap/extension-code-block": {
  4907. "version": "3.22.3",
  4908. "resolved": "https://registry.npmjs.org/@tiptap/extension-code-block/-/extension-code-block-3.22.3.tgz",
  4909. "integrity": "sha512-RiQtEjDAPrHpdo6sw6b7fOw/PijqgFIsozKKkGcSeBgWHQuFg7q9OxJTj+l0e60rVwSu/5gmKEEobzM9bX+t2Q==",
  4910. "license": "MIT",
  4911. "funding": {
  4912. "type": "github",
  4913. "url": "https://github.com/sponsors/ueberdosis"
  4914. },
  4915. "peerDependencies": {
  4916. "@tiptap/core": "^3.22.3",
  4917. "@tiptap/pm": "^3.22.3"
  4918. }
  4919. },
  4920. "node_modules/@tiptap/extension-collaboration": {
  4921. "version": "3.22.3",
  4922. "resolved": "https://registry.npmjs.org/@tiptap/extension-collaboration/-/extension-collaboration-3.22.3.tgz",
  4923. "integrity": "sha512-rGW4dwvmHPSplWmP3KQPYX2UaekWcMB5YjfmrYL5b4x/gq78ilpFz25WZIZQ6FYG22j5SG/ape/SLLgDxsNDIw==",
  4924. "license": "MIT",
  4925. "funding": {
  4926. "type": "github",
  4927. "url": "https://github.com/sponsors/ueberdosis"
  4928. },
  4929. "peerDependencies": {
  4930. "@tiptap/core": "^3.22.3",
  4931. "@tiptap/pm": "^3.22.3",
  4932. "@tiptap/y-tiptap": "^3.0.2",
  4933. "yjs": "^13"
  4934. }
  4935. },
  4936. "node_modules/@tiptap/extension-document": {
  4937. "version": "3.22.3",
  4938. "resolved": "https://registry.npmjs.org/@tiptap/extension-document/-/extension-document-3.22.3.tgz",
  4939. "integrity": "sha512-MCSr1PFPtTd++lA3H1RNgqAczAE59XXJ5wUFIQf2F+/0DPY5q2SU4g5QsNJVxPPft5mrNT4C6ty8xBPrALFEdA==",
  4940. "license": "MIT",
  4941. "funding": {
  4942. "type": "github",
  4943. "url": "https://github.com/sponsors/ueberdosis"
  4944. },
  4945. "peerDependencies": {
  4946. "@tiptap/core": "^3.22.3"
  4947. }
  4948. },
  4949. "node_modules/@tiptap/extension-drag-handle": {
  4950. "version": "3.22.3",
  4951. "resolved": "https://registry.npmjs.org/@tiptap/extension-drag-handle/-/extension-drag-handle-3.22.3.tgz",
  4952. "integrity": "sha512-Gn9rjX1bFMc1RO55/Q4veumtK/Uyuwiv1gZrC+m+fPjArL/y/wWkX+iM4dTwqnCudTl8h9BFNwwCCvhHyA16Yw==",
  4953. "license": "MIT",
  4954. "dependencies": {
  4955. "@floating-ui/dom": "^1.6.13"
  4956. },
  4957. "funding": {
  4958. "type": "github",
  4959. "url": "https://github.com/sponsors/ueberdosis"
  4960. },
  4961. "peerDependencies": {
  4962. "@tiptap/core": "^3.22.3",
  4963. "@tiptap/extension-collaboration": "^3.22.3",
  4964. "@tiptap/extension-node-range": "^3.22.3",
  4965. "@tiptap/pm": "^3.22.3",
  4966. "@tiptap/y-tiptap": "^3.0.2"
  4967. }
  4968. },
  4969. "node_modules/@tiptap/extension-drag-handle-vue-3": {
  4970. "version": "3.22.3",
  4971. "resolved": "https://registry.npmjs.org/@tiptap/extension-drag-handle-vue-3/-/extension-drag-handle-vue-3-3.22.3.tgz",
  4972. "integrity": "sha512-uYHJrczk9JYtUwQe5cXsj71fvniGPGYR0R2S6na7pJTQ6hj6JoIs+ghd1Ho0JrodxwYfLjAj5O2U29Ehva/07Q==",
  4973. "license": "MIT",
  4974. "funding": {
  4975. "type": "github",
  4976. "url": "https://github.com/sponsors/ueberdosis"
  4977. },
  4978. "peerDependencies": {
  4979. "@tiptap/extension-drag-handle": "^3.22.3",
  4980. "@tiptap/pm": "^3.22.3",
  4981. "@tiptap/vue-3": "^3.22.3",
  4982. "vue": "^3.0.0"
  4983. }
  4984. },
  4985. "node_modules/@tiptap/extension-dropcursor": {
  4986. "version": "3.22.3",
  4987. "resolved": "https://registry.npmjs.org/@tiptap/extension-dropcursor/-/extension-dropcursor-3.22.3.tgz",
  4988. "integrity": "sha512-taXq9Tl5aybdFbptJtFRHX9LFJzbXphAbPp4/vutFyTrBu5meXDxuS+B9pEmE+Or0XcolTlW2nDZB0Tqnr18JQ==",
  4989. "license": "MIT",
  4990. "funding": {
  4991. "type": "github",
  4992. "url": "https://github.com/sponsors/ueberdosis"
  4993. },
  4994. "peerDependencies": {
  4995. "@tiptap/extensions": "^3.22.3"
  4996. }
  4997. },
  4998. "node_modules/@tiptap/extension-floating-menu": {
  4999. "version": "3.22.3",
  5000. "resolved": "https://registry.npmjs.org/@tiptap/extension-floating-menu/-/extension-floating-menu-3.22.3.tgz",
  5001. "integrity": "sha512-0f8b4KZ3XKai8GXWseIYJGdOfQr3evtFbBo3U08zy2aYzMMXWG0zEF7qe5/oiYp2aZ95edjjITnEceviTsZkIg==",
  5002. "license": "MIT",
  5003. "funding": {
  5004. "type": "github",
  5005. "url": "https://github.com/sponsors/ueberdosis"
  5006. },
  5007. "peerDependencies": {
  5008. "@floating-ui/dom": "^1.0.0",
  5009. "@tiptap/core": "^3.22.3",
  5010. "@tiptap/pm": "^3.22.3"
  5011. }
  5012. },
  5013. "node_modules/@tiptap/extension-gapcursor": {
  5014. "version": "3.22.3",
  5015. "resolved": "https://registry.npmjs.org/@tiptap/extension-gapcursor/-/extension-gapcursor-3.22.3.tgz",
  5016. "integrity": "sha512-L/Px4UeQEVG/D9WIlcAOIej+4wyIBCMUSYicSR+hW68UsObe4rxVbUas1QgidQKm6DOhoT7U7D4KQHA/Gdg/7A==",
  5017. "license": "MIT",
  5018. "funding": {
  5019. "type": "github",
  5020. "url": "https://github.com/sponsors/ueberdosis"
  5021. },
  5022. "peerDependencies": {
  5023. "@tiptap/extensions": "^3.22.3"
  5024. }
  5025. },
  5026. "node_modules/@tiptap/extension-hard-break": {
  5027. "version": "3.22.3",
  5028. "resolved": "https://registry.npmjs.org/@tiptap/extension-hard-break/-/extension-hard-break-3.22.3.tgz",
  5029. "integrity": "sha512-J0v8I99y9tbvVmgKYKzKP/JYNsWaZYS7avn4rzLft2OhnyTfwt3OoY8DtpHmmi6apSUaCtoWHWta/TmoEfK1nQ==",
  5030. "license": "MIT",
  5031. "funding": {
  5032. "type": "github",
  5033. "url": "https://github.com/sponsors/ueberdosis"
  5034. },
  5035. "peerDependencies": {
  5036. "@tiptap/core": "^3.22.3"
  5037. }
  5038. },
  5039. "node_modules/@tiptap/extension-heading": {
  5040. "version": "3.22.3",
  5041. "resolved": "https://registry.npmjs.org/@tiptap/extension-heading/-/extension-heading-3.22.3.tgz",
  5042. "integrity": "sha512-XBHuhiEV2EEhZHpOLcplLqAmBIhJciU3I6AtwmqeEqDC0P114uMEfAO7JGlbBZdCYotNer26PKnu44TBTeNtkw==",
  5043. "license": "MIT",
  5044. "funding": {
  5045. "type": "github",
  5046. "url": "https://github.com/sponsors/ueberdosis"
  5047. },
  5048. "peerDependencies": {
  5049. "@tiptap/core": "^3.22.3"
  5050. }
  5051. },
  5052. "node_modules/@tiptap/extension-horizontal-rule": {
  5053. "version": "3.22.3",
  5054. "resolved": "https://registry.npmjs.org/@tiptap/extension-horizontal-rule/-/extension-horizontal-rule-3.22.3.tgz",
  5055. "integrity": "sha512-wI2bFzScs+KgWeBH/BtypcVKeYelCyqV0RG8nxsZMWtPrBhqixzNd0Oi3gEKtjSjKUqMQ/kjJAIRuESr5UzlHA==",
  5056. "license": "MIT",
  5057. "funding": {
  5058. "type": "github",
  5059. "url": "https://github.com/sponsors/ueberdosis"
  5060. },
  5061. "peerDependencies": {
  5062. "@tiptap/core": "^3.22.3",
  5063. "@tiptap/pm": "^3.22.3"
  5064. }
  5065. },
  5066. "node_modules/@tiptap/extension-image": {
  5067. "version": "3.22.3",
  5068. "resolved": "https://registry.npmjs.org/@tiptap/extension-image/-/extension-image-3.22.3.tgz",
  5069. "integrity": "sha512-Qpp8c5LOQaNpHrzjqZtoxtIR+8sSqJ7k8v+8anmYw3nxjvt2kpfT28Vd7aWMX55ZS43LaxMx+MkZqbmgUmMP0w==",
  5070. "license": "MIT",
  5071. "funding": {
  5072. "type": "github",
  5073. "url": "https://github.com/sponsors/ueberdosis"
  5074. },
  5075. "peerDependencies": {
  5076. "@tiptap/core": "^3.22.3"
  5077. }
  5078. },
  5079. "node_modules/@tiptap/extension-italic": {
  5080. "version": "3.22.3",
  5081. "resolved": "https://registry.npmjs.org/@tiptap/extension-italic/-/extension-italic-3.22.3.tgz",
  5082. "integrity": "sha512-LteA4cb4EGCiUtrK2JHvDF/Zg0/YqV4DUyHhAAho+oGEQDupZlsS6m0ia5wQcclkiTLzsoPrwcSNu6RDGQ16wQ==",
  5083. "license": "MIT",
  5084. "funding": {
  5085. "type": "github",
  5086. "url": "https://github.com/sponsors/ueberdosis"
  5087. },
  5088. "peerDependencies": {
  5089. "@tiptap/core": "^3.22.3"
  5090. }
  5091. },
  5092. "node_modules/@tiptap/extension-link": {
  5093. "version": "3.22.3",
  5094. "resolved": "https://registry.npmjs.org/@tiptap/extension-link/-/extension-link-3.22.3.tgz",
  5095. "integrity": "sha512-S8/P2o9pv6B3kqLjH2TRWwSAximGbciNc6R8/QcN6HWLYxp0N0JoqN3rZHl9VWIBAGRWc4zkt80dhqrl2xmgfQ==",
  5096. "license": "MIT",
  5097. "dependencies": {
  5098. "linkifyjs": "^4.3.2"
  5099. },
  5100. "funding": {
  5101. "type": "github",
  5102. "url": "https://github.com/sponsors/ueberdosis"
  5103. },
  5104. "peerDependencies": {
  5105. "@tiptap/core": "^3.22.3",
  5106. "@tiptap/pm": "^3.22.3"
  5107. }
  5108. },
  5109. "node_modules/@tiptap/extension-list": {
  5110. "version": "3.22.3",
  5111. "resolved": "https://registry.npmjs.org/@tiptap/extension-list/-/extension-list-3.22.3.tgz",
  5112. "integrity": "sha512-rqvv/dtqwbX+8KnPv0eMYp6PnBcuhPMol5cv1GlS8Nq/Cxt68EWGUHBuTFesw+hdnRQLmKwzoO1DlRn7PhxYRQ==",
  5113. "license": "MIT",
  5114. "funding": {
  5115. "type": "github",
  5116. "url": "https://github.com/sponsors/ueberdosis"
  5117. },
  5118. "peerDependencies": {
  5119. "@tiptap/core": "^3.22.3",
  5120. "@tiptap/pm": "^3.22.3"
  5121. }
  5122. },
  5123. "node_modules/@tiptap/extension-list-item": {
  5124. "version": "3.22.3",
  5125. "resolved": "https://registry.npmjs.org/@tiptap/extension-list-item/-/extension-list-item-3.22.3.tgz",
  5126. "integrity": "sha512-80CNf4oO5y8+LdckT4CyMe1t01EyhpRrQC9H45JW20P7559Nrchp5my3vvMtIAJbpTPPZtcB7LwdzWGKsG5drg==",
  5127. "license": "MIT",
  5128. "funding": {
  5129. "type": "github",
  5130. "url": "https://github.com/sponsors/ueberdosis"
  5131. },
  5132. "peerDependencies": {
  5133. "@tiptap/extension-list": "^3.22.3"
  5134. }
  5135. },
  5136. "node_modules/@tiptap/extension-list-keymap": {
  5137. "version": "3.22.3",
  5138. "resolved": "https://registry.npmjs.org/@tiptap/extension-list-keymap/-/extension-list-keymap-3.22.3.tgz",
  5139. "integrity": "sha512-pKuyj5llu35zd/s2u/H9aydKZjmPRAIK5P1q/YXULhhCNln2RnmuRfQ5NklAqTD3yGciQ2lxDwwf7J6iw3ergA==",
  5140. "license": "MIT",
  5141. "funding": {
  5142. "type": "github",
  5143. "url": "https://github.com/sponsors/ueberdosis"
  5144. },
  5145. "peerDependencies": {
  5146. "@tiptap/extension-list": "^3.22.3"
  5147. }
  5148. },
  5149. "node_modules/@tiptap/extension-mention": {
  5150. "version": "3.22.3",
  5151. "resolved": "https://registry.npmjs.org/@tiptap/extension-mention/-/extension-mention-3.22.3.tgz",
  5152. "integrity": "sha512-wJmpjU6WqZgbMJUwGQKhwnzCdN/DtsFGRsExCvncuQxFKgsMzhW+NWwmzgrGJDyS8BMKzqwyKlSc1dcMOYzgJQ==",
  5153. "license": "MIT",
  5154. "funding": {
  5155. "type": "github",
  5156. "url": "https://github.com/sponsors/ueberdosis"
  5157. },
  5158. "peerDependencies": {
  5159. "@tiptap/core": "^3.22.3",
  5160. "@tiptap/pm": "^3.22.3",
  5161. "@tiptap/suggestion": "^3.22.3"
  5162. }
  5163. },
  5164. "node_modules/@tiptap/extension-node-range": {
  5165. "version": "3.22.3",
  5166. "resolved": "https://registry.npmjs.org/@tiptap/extension-node-range/-/extension-node-range-3.22.3.tgz",
  5167. "integrity": "sha512-BVtT/2c7W5Iy9SHR5wWtq1KHMsbBMSW8mqdP8B8Dv+6tg1o+EE9T+VZXZET0/N5s/r/hj+rgHJussoGpkX7Xzw==",
  5168. "license": "MIT",
  5169. "funding": {
  5170. "type": "github",
  5171. "url": "https://github.com/sponsors/ueberdosis"
  5172. },
  5173. "peerDependencies": {
  5174. "@tiptap/core": "^3.22.3",
  5175. "@tiptap/pm": "^3.22.3"
  5176. }
  5177. },
  5178. "node_modules/@tiptap/extension-ordered-list": {
  5179. "version": "3.22.3",
  5180. "resolved": "https://registry.npmjs.org/@tiptap/extension-ordered-list/-/extension-ordered-list-3.22.3.tgz",
  5181. "integrity": "sha512-orAghtmd+K4Euu4BgI1hG+iZDXBYOyl5YTwiLBc2mQn+pqtZ9LqaH2us4ETwEwNP3/IWXGSAimUZ19nuL+eM2w==",
  5182. "license": "MIT",
  5183. "funding": {
  5184. "type": "github",
  5185. "url": "https://github.com/sponsors/ueberdosis"
  5186. },
  5187. "peerDependencies": {
  5188. "@tiptap/extension-list": "^3.22.3"
  5189. }
  5190. },
  5191. "node_modules/@tiptap/extension-paragraph": {
  5192. "version": "3.22.3",
  5193. "resolved": "https://registry.npmjs.org/@tiptap/extension-paragraph/-/extension-paragraph-3.22.3.tgz",
  5194. "integrity": "sha512-oO7rhfyhEuwm+50s9K3GZPjYyEEEvFAvm1wXopvZnhbkBLydIWImBfrZoC5IQh4/sRDlTIjosV2C+ji5y0tUSg==",
  5195. "license": "MIT",
  5196. "funding": {
  5197. "type": "github",
  5198. "url": "https://github.com/sponsors/ueberdosis"
  5199. },
  5200. "peerDependencies": {
  5201. "@tiptap/core": "^3.22.3"
  5202. }
  5203. },
  5204. "node_modules/@tiptap/extension-placeholder": {
  5205. "version": "3.22.3",
  5206. "resolved": "https://registry.npmjs.org/@tiptap/extension-placeholder/-/extension-placeholder-3.22.3.tgz",
  5207. "integrity": "sha512-7vbtlDVO00odqCnsMSmA4b6wjL5PFdfExFsdsDO0K0VemqHZ/doIRx/tosNUD1VYSOyKQd8U7efUjkFyVoIPlg==",
  5208. "license": "MIT",
  5209. "funding": {
  5210. "type": "github",
  5211. "url": "https://github.com/sponsors/ueberdosis"
  5212. },
  5213. "peerDependencies": {
  5214. "@tiptap/extensions": "^3.22.3"
  5215. }
  5216. },
  5217. "node_modules/@tiptap/extension-strike": {
  5218. "version": "3.22.3",
  5219. "resolved": "https://registry.npmjs.org/@tiptap/extension-strike/-/extension-strike-3.22.3.tgz",
  5220. "integrity": "sha512-jY2InoUlKkuk5KHoIDGdML1OCA2n6PRHAtxwHNkAmiYh0Khf0zaVPGFpx4dgQrN7W5Q1WE6oBZnjrvy6qb7w0g==",
  5221. "license": "MIT",
  5222. "funding": {
  5223. "type": "github",
  5224. "url": "https://github.com/sponsors/ueberdosis"
  5225. },
  5226. "peerDependencies": {
  5227. "@tiptap/core": "^3.22.3"
  5228. }
  5229. },
  5230. "node_modules/@tiptap/extension-text": {
  5231. "version": "3.22.3",
  5232. "resolved": "https://registry.npmjs.org/@tiptap/extension-text/-/extension-text-3.22.3.tgz",
  5233. "integrity": "sha512-Q9R7JsTdomP5uUjtPjNKxHT1xoh/i9OJZnmgJLe7FcgZEaPOQ3bWxmKZoLZQfDfZjyB8BtH+Hc7nUvhCMOePxw==",
  5234. "license": "MIT",
  5235. "funding": {
  5236. "type": "github",
  5237. "url": "https://github.com/sponsors/ueberdosis"
  5238. },
  5239. "peerDependencies": {
  5240. "@tiptap/core": "^3.22.3"
  5241. }
  5242. },
  5243. "node_modules/@tiptap/extension-underline": {
  5244. "version": "3.22.3",
  5245. "resolved": "https://registry.npmjs.org/@tiptap/extension-underline/-/extension-underline-3.22.3.tgz",
  5246. "integrity": "sha512-Ch6CBWRa5w90yYSPUW6x9Py9JdrXMqk3pZ9OIlMYD8A7BqyZGfiHerX7XDMYDS09KjyK3U9XH60/zxYOzXdDLA==",
  5247. "license": "MIT",
  5248. "funding": {
  5249. "type": "github",
  5250. "url": "https://github.com/sponsors/ueberdosis"
  5251. },
  5252. "peerDependencies": {
  5253. "@tiptap/core": "^3.22.3"
  5254. }
  5255. },
  5256. "node_modules/@tiptap/extensions": {
  5257. "version": "3.22.3",
  5258. "resolved": "https://registry.npmjs.org/@tiptap/extensions/-/extensions-3.22.3.tgz",
  5259. "integrity": "sha512-s5eiMq0m5N6N+W7dU6rd60KgZyyCD7FvtPNNswISfPr12EQwJBfbjWwTqd0UKNzA4fNrhQEERXnzORkykttPeA==",
  5260. "license": "MIT",
  5261. "funding": {
  5262. "type": "github",
  5263. "url": "https://github.com/sponsors/ueberdosis"
  5264. },
  5265. "peerDependencies": {
  5266. "@tiptap/core": "^3.22.3",
  5267. "@tiptap/pm": "^3.22.3"
  5268. }
  5269. },
  5270. "node_modules/@tiptap/markdown": {
  5271. "version": "3.22.3",
  5272. "resolved": "https://registry.npmjs.org/@tiptap/markdown/-/markdown-3.22.3.tgz",
  5273. "integrity": "sha512-Ajw8AkAae7IET1sxZqNv+dhZQSuLY0AHWocowTny1azyiBtmRRKygkGK0ysVA+k6UxmBD6K+tvnbpjQ0/ACl4A==",
  5274. "license": "MIT",
  5275. "dependencies": {
  5276. "marked": "^17.0.1"
  5277. },
  5278. "funding": {
  5279. "type": "github",
  5280. "url": "https://github.com/sponsors/ueberdosis"
  5281. },
  5282. "peerDependencies": {
  5283. "@tiptap/core": "^3.22.3",
  5284. "@tiptap/pm": "^3.22.3"
  5285. }
  5286. },
  5287. "node_modules/@tiptap/pm": {
  5288. "version": "3.22.3",
  5289. "resolved": "https://registry.npmjs.org/@tiptap/pm/-/pm-3.22.3.tgz",
  5290. "integrity": "sha512-NjfWjZuvrqmpICT+GZWNIjtOdhPyqFKDMtQy7tsQ5rErM9L2ZQdy/+T/BKSO1JdTeBhdg9OP+0yfsqoYp2aT6A==",
  5291. "license": "MIT",
  5292. "dependencies": {
  5293. "prosemirror-changeset": "^2.3.0",
  5294. "prosemirror-collab": "^1.3.1",
  5295. "prosemirror-commands": "^1.6.2",
  5296. "prosemirror-dropcursor": "^1.8.1",
  5297. "prosemirror-gapcursor": "^1.3.2",
  5298. "prosemirror-history": "^1.4.1",
  5299. "prosemirror-inputrules": "^1.4.0",
  5300. "prosemirror-keymap": "^1.2.2",
  5301. "prosemirror-markdown": "^1.13.1",
  5302. "prosemirror-menu": "^1.2.4",
  5303. "prosemirror-model": "^1.24.1",
  5304. "prosemirror-schema-basic": "^1.2.3",
  5305. "prosemirror-schema-list": "^1.5.0",
  5306. "prosemirror-state": "^1.4.3",
  5307. "prosemirror-tables": "^1.6.4",
  5308. "prosemirror-trailing-node": "^3.0.0",
  5309. "prosemirror-transform": "^1.10.2",
  5310. "prosemirror-view": "^1.38.1"
  5311. },
  5312. "funding": {
  5313. "type": "github",
  5314. "url": "https://github.com/sponsors/ueberdosis"
  5315. }
  5316. },
  5317. "node_modules/@tiptap/starter-kit": {
  5318. "version": "3.22.3",
  5319. "resolved": "https://registry.npmjs.org/@tiptap/starter-kit/-/starter-kit-3.22.3.tgz",
  5320. "integrity": "sha512-vdW/Oo1fdwTL1VOQ5YYbTov00ANeHLquBVEZyL/EkV7Xv5io9rXQsCysJfTSHhiQlyr2MtWFB4+CPGuwXjQWOQ==",
  5321. "license": "MIT",
  5322. "dependencies": {
  5323. "@tiptap/core": "^3.22.3",
  5324. "@tiptap/extension-blockquote": "^3.22.3",
  5325. "@tiptap/extension-bold": "^3.22.3",
  5326. "@tiptap/extension-bullet-list": "^3.22.3",
  5327. "@tiptap/extension-code": "^3.22.3",
  5328. "@tiptap/extension-code-block": "^3.22.3",
  5329. "@tiptap/extension-document": "^3.22.3",
  5330. "@tiptap/extension-dropcursor": "^3.22.3",
  5331. "@tiptap/extension-gapcursor": "^3.22.3",
  5332. "@tiptap/extension-hard-break": "^3.22.3",
  5333. "@tiptap/extension-heading": "^3.22.3",
  5334. "@tiptap/extension-horizontal-rule": "^3.22.3",
  5335. "@tiptap/extension-italic": "^3.22.3",
  5336. "@tiptap/extension-link": "^3.22.3",
  5337. "@tiptap/extension-list": "^3.22.3",
  5338. "@tiptap/extension-list-item": "^3.22.3",
  5339. "@tiptap/extension-list-keymap": "^3.22.3",
  5340. "@tiptap/extension-ordered-list": "^3.22.3",
  5341. "@tiptap/extension-paragraph": "^3.22.3",
  5342. "@tiptap/extension-strike": "^3.22.3",
  5343. "@tiptap/extension-text": "^3.22.3",
  5344. "@tiptap/extension-underline": "^3.22.3",
  5345. "@tiptap/extensions": "^3.22.3",
  5346. "@tiptap/pm": "^3.22.3"
  5347. },
  5348. "funding": {
  5349. "type": "github",
  5350. "url": "https://github.com/sponsors/ueberdosis"
  5351. }
  5352. },
  5353. "node_modules/@tiptap/suggestion": {
  5354. "version": "3.22.3",
  5355. "resolved": "https://registry.npmjs.org/@tiptap/suggestion/-/suggestion-3.22.3.tgz",
  5356. "integrity": "sha512-m2c+5gDj2vW7UI1J4JHCKehQUVE12qBhgF+DC+WEWUU8ZrFNf5OEYWQHDNsopa5RRpilfKfhPNbMtXgvGOsk6g==",
  5357. "license": "MIT",
  5358. "funding": {
  5359. "type": "github",
  5360. "url": "https://github.com/sponsors/ueberdosis"
  5361. },
  5362. "peerDependencies": {
  5363. "@tiptap/core": "^3.22.3",
  5364. "@tiptap/pm": "^3.22.3"
  5365. }
  5366. },
  5367. "node_modules/@tiptap/vue-3": {
  5368. "version": "3.22.3",
  5369. "resolved": "https://registry.npmjs.org/@tiptap/vue-3/-/vue-3-3.22.3.tgz",
  5370. "integrity": "sha512-wOGZiBwIJYCZXts5VWWGgseGCRMc8tO46tgaOXNyMLVl2h2cO6/CNEcPO2pgtuoLIHoV4KYvfpw6n+XqR9cqbA==",
  5371. "license": "MIT",
  5372. "funding": {
  5373. "type": "github",
  5374. "url": "https://github.com/sponsors/ueberdosis"
  5375. },
  5376. "optionalDependencies": {
  5377. "@tiptap/extension-bubble-menu": "^3.22.3",
  5378. "@tiptap/extension-floating-menu": "^3.22.3"
  5379. },
  5380. "peerDependencies": {
  5381. "@floating-ui/dom": "^1.0.0",
  5382. "@tiptap/core": "^3.22.3",
  5383. "@tiptap/pm": "^3.22.3",
  5384. "vue": "^3.0.0"
  5385. }
  5386. },
  5387. "node_modules/@tiptap/y-tiptap": {
  5388. "version": "3.0.3",
  5389. "resolved": "https://registry.npmjs.org/@tiptap/y-tiptap/-/y-tiptap-3.0.3.tgz",
  5390. "integrity": "sha512-8UvuV4lTisCE9cMTc/X8kRyTn9edUO7Kball0I6wb17VwZSjNDfh/YKtP4O5vcPawEzFHQIvZGq/k1h37kAf0w==",
  5391. "license": "MIT",
  5392. "peer": true,
  5393. "dependencies": {
  5394. "lib0": "^0.2.100"
  5395. },
  5396. "engines": {
  5397. "node": ">=16.0.0",
  5398. "npm": ">=8.0.0"
  5399. },
  5400. "peerDependencies": {
  5401. "prosemirror-model": "^1.7.1",
  5402. "prosemirror-state": "^1.2.3",
  5403. "prosemirror-view": "^1.9.10",
  5404. "y-protocols": "^1.0.1",
  5405. "yjs": "^13.5.38"
  5406. }
  5407. },
  5408. "node_modules/@tybys/wasm-util": {
  5409. "version": "0.10.1",
  5410. "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
  5411. "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==",
  5412. "license": "MIT",
  5413. "optional": true,
  5414. "dependencies": {
  5415. "tslib": "^2.4.0"
  5416. }
  5417. },
  5418. "node_modules/@types/estree": {
  5419. "version": "1.0.8",
  5420. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
  5421. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  5422. "license": "MIT"
  5423. },
  5424. "node_modules/@types/json-schema": {
  5425. "version": "7.0.15",
  5426. "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
  5427. "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
  5428. "license": "MIT"
  5429. },
  5430. "node_modules/@types/linkify-it": {
  5431. "version": "5.0.0",
  5432. "resolved": "https://registry.npmjs.org/@types/linkify-it/-/linkify-it-5.0.0.tgz",
  5433. "integrity": "sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==",
  5434. "license": "MIT"
  5435. },
  5436. "node_modules/@types/markdown-it": {
  5437. "version": "14.1.2",
  5438. "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-14.1.2.tgz",
  5439. "integrity": "sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==",
  5440. "license": "MIT",
  5441. "dependencies": {
  5442. "@types/linkify-it": "^5",
  5443. "@types/mdurl": "^2"
  5444. }
  5445. },
  5446. "node_modules/@types/mdurl": {
  5447. "version": "2.0.0",
  5448. "resolved": "https://registry.npmjs.org/@types/mdurl/-/mdurl-2.0.0.tgz",
  5449. "integrity": "sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==",
  5450. "license": "MIT"
  5451. },
  5452. "node_modules/@types/node": {
  5453. "version": "24.12.2",
  5454. "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.2.tgz",
  5455. "integrity": "sha512-A1sre26ke7HDIuY/M23nd9gfB+nrmhtYyMINbjI1zHJxYteKR6qSMX56FsmjMcDb3SMcjJg5BiRRgOCC/yBD0g==",
  5456. "devOptional": true,
  5457. "license": "MIT",
  5458. "dependencies": {
  5459. "undici-types": "~7.16.0"
  5460. }
  5461. },
  5462. "node_modules/@types/resolve": {
  5463. "version": "1.20.2",
  5464. "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz",
  5465. "integrity": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==",
  5466. "license": "MIT"
  5467. },
  5468. "node_modules/@types/web-bluetooth": {
  5469. "version": "0.0.21",
  5470. "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.21.tgz",
  5471. "integrity": "sha512-oIQLCGWtcFZy2JW77j9k8nHzAOpqMHLQejDA48XXMWH6tjCQHz5RCFz1bzsmROyL6PUm+LLnUiI4BCn221inxA==",
  5472. "license": "MIT"
  5473. },
  5474. "node_modules/@typescript-eslint/eslint-plugin": {
  5475. "version": "8.58.2",
  5476. "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.2.tgz",
  5477. "integrity": "sha512-aC2qc5thQahutKjP+cl8cgN9DWe3ZUqVko30CMSZHnFEHyhOYoZSzkGtAI2mcwZ38xeImDucI4dnqsHiOYuuCw==",
  5478. "license": "MIT",
  5479. "dependencies": {
  5480. "@eslint-community/regexpp": "^4.12.2",
  5481. "@typescript-eslint/scope-manager": "8.58.2",
  5482. "@typescript-eslint/type-utils": "8.58.2",
  5483. "@typescript-eslint/utils": "8.58.2",
  5484. "@typescript-eslint/visitor-keys": "8.58.2",
  5485. "ignore": "^7.0.5",
  5486. "natural-compare": "^1.4.0",
  5487. "ts-api-utils": "^2.5.0"
  5488. },
  5489. "engines": {
  5490. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  5491. },
  5492. "funding": {
  5493. "type": "opencollective",
  5494. "url": "https://opencollective.com/typescript-eslint"
  5495. },
  5496. "peerDependencies": {
  5497. "@typescript-eslint/parser": "^8.58.2",
  5498. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  5499. "typescript": ">=4.8.4 <6.1.0"
  5500. }
  5501. },
  5502. "node_modules/@typescript-eslint/parser": {
  5503. "version": "8.58.2",
  5504. "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.58.2.tgz",
  5505. "integrity": "sha512-/Zb/xaIDfxeJnvishjGdcR4jmr7S+bda8PKNhRGdljDM+elXhlvN0FyPSsMnLmJUrVG9aPO6dof80wjMawsASg==",
  5506. "license": "MIT",
  5507. "dependencies": {
  5508. "@typescript-eslint/scope-manager": "8.58.2",
  5509. "@typescript-eslint/types": "8.58.2",
  5510. "@typescript-eslint/typescript-estree": "8.58.2",
  5511. "@typescript-eslint/visitor-keys": "8.58.2",
  5512. "debug": "^4.4.3"
  5513. },
  5514. "engines": {
  5515. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  5516. },
  5517. "funding": {
  5518. "type": "opencollective",
  5519. "url": "https://opencollective.com/typescript-eslint"
  5520. },
  5521. "peerDependencies": {
  5522. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  5523. "typescript": ">=4.8.4 <6.1.0"
  5524. }
  5525. },
  5526. "node_modules/@typescript-eslint/project-service": {
  5527. "version": "8.58.2",
  5528. "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.58.2.tgz",
  5529. "integrity": "sha512-Cq6UfpZZk15+r87BkIh5rDpi38W4b+Sjnb8wQCPPDDweS/LRCFjCyViEbzHk5Ck3f2QDfgmlxqSa7S7clDtlfg==",
  5530. "license": "MIT",
  5531. "dependencies": {
  5532. "@typescript-eslint/tsconfig-utils": "^8.58.2",
  5533. "@typescript-eslint/types": "^8.58.2",
  5534. "debug": "^4.4.3"
  5535. },
  5536. "engines": {
  5537. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  5538. },
  5539. "funding": {
  5540. "type": "opencollective",
  5541. "url": "https://opencollective.com/typescript-eslint"
  5542. },
  5543. "peerDependencies": {
  5544. "typescript": ">=4.8.4 <6.1.0"
  5545. }
  5546. },
  5547. "node_modules/@typescript-eslint/scope-manager": {
  5548. "version": "8.58.2",
  5549. "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.58.2.tgz",
  5550. "integrity": "sha512-SgmyvDPexWETQek+qzZnrG6844IaO02UVyOLhI4wpo82dpZJY9+6YZCKAMFzXb7qhx37mFK1QcPQ18tud+vo6Q==",
  5551. "license": "MIT",
  5552. "dependencies": {
  5553. "@typescript-eslint/types": "8.58.2",
  5554. "@typescript-eslint/visitor-keys": "8.58.2"
  5555. },
  5556. "engines": {
  5557. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  5558. },
  5559. "funding": {
  5560. "type": "opencollective",
  5561. "url": "https://opencollective.com/typescript-eslint"
  5562. }
  5563. },
  5564. "node_modules/@typescript-eslint/tsconfig-utils": {
  5565. "version": "8.58.2",
  5566. "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.2.tgz",
  5567. "integrity": "sha512-3SR+RukipDvkkKp/d0jP0dyzuls3DbGmwDpVEc5wqk5f38KFThakqAAO0XMirWAE+kT00oTauTbzMFGPoAzB0A==",
  5568. "license": "MIT",
  5569. "engines": {
  5570. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  5571. },
  5572. "funding": {
  5573. "type": "opencollective",
  5574. "url": "https://opencollective.com/typescript-eslint"
  5575. },
  5576. "peerDependencies": {
  5577. "typescript": ">=4.8.4 <6.1.0"
  5578. }
  5579. },
  5580. "node_modules/@typescript-eslint/type-utils": {
  5581. "version": "8.58.2",
  5582. "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.58.2.tgz",
  5583. "integrity": "sha512-Z7EloNR/B389FvabdGeTo2XMs4W9TjtPiO9DAsmT0yom0bwlPyRjkJ1uCdW1DvrrrYP50AJZ9Xc3sByZA9+dcg==",
  5584. "license": "MIT",
  5585. "dependencies": {
  5586. "@typescript-eslint/types": "8.58.2",
  5587. "@typescript-eslint/typescript-estree": "8.58.2",
  5588. "@typescript-eslint/utils": "8.58.2",
  5589. "debug": "^4.4.3",
  5590. "ts-api-utils": "^2.5.0"
  5591. },
  5592. "engines": {
  5593. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  5594. },
  5595. "funding": {
  5596. "type": "opencollective",
  5597. "url": "https://opencollective.com/typescript-eslint"
  5598. },
  5599. "peerDependencies": {
  5600. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  5601. "typescript": ">=4.8.4 <6.1.0"
  5602. }
  5603. },
  5604. "node_modules/@typescript-eslint/types": {
  5605. "version": "8.58.2",
  5606. "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.2.tgz",
  5607. "integrity": "sha512-9TukXyATBQf/Jq9AMQXfvurk+G5R2MwfqQGDR2GzGz28HvY/lXNKGhkY+6IOubwcquikWk5cjlgPvD2uAA7htQ==",
  5608. "license": "MIT",
  5609. "engines": {
  5610. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  5611. },
  5612. "funding": {
  5613. "type": "opencollective",
  5614. "url": "https://opencollective.com/typescript-eslint"
  5615. }
  5616. },
  5617. "node_modules/@typescript-eslint/typescript-estree": {
  5618. "version": "8.58.2",
  5619. "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.2.tgz",
  5620. "integrity": "sha512-ELGuoofuhhoCvNbQjFFiobFcGgcDCEm0ThWdmO4Z0UzLqPXS3KFvnEZ+SHewwOYHjM09tkzOWXNTv9u6Gqtyuw==",
  5621. "license": "MIT",
  5622. "dependencies": {
  5623. "@typescript-eslint/project-service": "8.58.2",
  5624. "@typescript-eslint/tsconfig-utils": "8.58.2",
  5625. "@typescript-eslint/types": "8.58.2",
  5626. "@typescript-eslint/visitor-keys": "8.58.2",
  5627. "debug": "^4.4.3",
  5628. "minimatch": "^10.2.2",
  5629. "semver": "^7.7.3",
  5630. "tinyglobby": "^0.2.15",
  5631. "ts-api-utils": "^2.5.0"
  5632. },
  5633. "engines": {
  5634. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  5635. },
  5636. "funding": {
  5637. "type": "opencollective",
  5638. "url": "https://opencollective.com/typescript-eslint"
  5639. },
  5640. "peerDependencies": {
  5641. "typescript": ">=4.8.4 <6.1.0"
  5642. }
  5643. },
  5644. "node_modules/@typescript-eslint/utils": {
  5645. "version": "8.58.2",
  5646. "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.58.2.tgz",
  5647. "integrity": "sha512-QZfjHNEzPY8+l0+fIXMvuQ2sJlplB4zgDZvA+NmvZsZv3EQwOcc1DuIU1VJUTWZ/RKouBMhDyNaBMx4sWvrzRA==",
  5648. "license": "MIT",
  5649. "dependencies": {
  5650. "@eslint-community/eslint-utils": "^4.9.1",
  5651. "@typescript-eslint/scope-manager": "8.58.2",
  5652. "@typescript-eslint/types": "8.58.2",
  5653. "@typescript-eslint/typescript-estree": "8.58.2"
  5654. },
  5655. "engines": {
  5656. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  5657. },
  5658. "funding": {
  5659. "type": "opencollective",
  5660. "url": "https://opencollective.com/typescript-eslint"
  5661. },
  5662. "peerDependencies": {
  5663. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  5664. "typescript": ">=4.8.4 <6.1.0"
  5665. }
  5666. },
  5667. "node_modules/@typescript-eslint/visitor-keys": {
  5668. "version": "8.58.2",
  5669. "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.2.tgz",
  5670. "integrity": "sha512-f1WO2Lx8a9t8DARmcWAUPJbu0G20bJlj8L4z72K00TMeJAoyLr/tHhI/pzYBLrR4dXWkcxO1cWYZEOX8DKHTqA==",
  5671. "license": "MIT",
  5672. "dependencies": {
  5673. "@typescript-eslint/types": "8.58.2",
  5674. "eslint-visitor-keys": "^5.0.0"
  5675. },
  5676. "engines": {
  5677. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  5678. },
  5679. "funding": {
  5680. "type": "opencollective",
  5681. "url": "https://opencollective.com/typescript-eslint"
  5682. }
  5683. },
  5684. "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
  5685. "version": "5.0.1",
  5686. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
  5687. "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
  5688. "license": "Apache-2.0",
  5689. "engines": {
  5690. "node": "^20.19.0 || ^22.13.0 || >=24"
  5691. },
  5692. "funding": {
  5693. "url": "https://opencollective.com/eslint"
  5694. }
  5695. },
  5696. "node_modules/@unhead/vue": {
  5697. "version": "2.1.13",
  5698. "resolved": "https://registry.npmjs.org/@unhead/vue/-/vue-2.1.13.tgz",
  5699. "integrity": "sha512-HYy0shaHRnLNW9r85gppO8IiGz0ONWVV3zGdlT8CQ0tbTwixznJCIiyqV4BSV1aIF1jJIye0pd1p/k6Eab8Z/A==",
  5700. "license": "MIT",
  5701. "dependencies": {
  5702. "hookable": "^6.0.1",
  5703. "unhead": "2.1.13"
  5704. },
  5705. "funding": {
  5706. "url": "https://github.com/sponsors/harlan-zw"
  5707. },
  5708. "peerDependencies": {
  5709. "vue": ">=3.5.18"
  5710. }
  5711. },
  5712. "node_modules/@unrs/resolver-binding-android-arm-eabi": {
  5713. "version": "1.11.1",
  5714. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-android-arm-eabi/-/resolver-binding-android-arm-eabi-1.11.1.tgz",
  5715. "integrity": "sha512-ppLRUgHVaGRWUx0R0Ut06Mjo9gBaBkg3v/8AxusGLhsIotbBLuRk51rAzqLC8gq6NyyAojEXglNjzf6R948DNw==",
  5716. "cpu": [
  5717. "arm"
  5718. ],
  5719. "license": "MIT",
  5720. "optional": true,
  5721. "os": [
  5722. "android"
  5723. ]
  5724. },
  5725. "node_modules/@unrs/resolver-binding-android-arm64": {
  5726. "version": "1.11.1",
  5727. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-android-arm64/-/resolver-binding-android-arm64-1.11.1.tgz",
  5728. "integrity": "sha512-lCxkVtb4wp1v+EoN+HjIG9cIIzPkX5OtM03pQYkG+U5O/wL53LC4QbIeazgiKqluGeVEeBlZahHalCaBvU1a2g==",
  5729. "cpu": [
  5730. "arm64"
  5731. ],
  5732. "license": "MIT",
  5733. "optional": true,
  5734. "os": [
  5735. "android"
  5736. ]
  5737. },
  5738. "node_modules/@unrs/resolver-binding-darwin-arm64": {
  5739. "version": "1.11.1",
  5740. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-darwin-arm64/-/resolver-binding-darwin-arm64-1.11.1.tgz",
  5741. "integrity": "sha512-gPVA1UjRu1Y/IsB/dQEsp2V1pm44Of6+LWvbLc9SDk1c2KhhDRDBUkQCYVWe6f26uJb3fOK8saWMgtX8IrMk3g==",
  5742. "cpu": [
  5743. "arm64"
  5744. ],
  5745. "license": "MIT",
  5746. "optional": true,
  5747. "os": [
  5748. "darwin"
  5749. ]
  5750. },
  5751. "node_modules/@unrs/resolver-binding-darwin-x64": {
  5752. "version": "1.11.1",
  5753. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-darwin-x64/-/resolver-binding-darwin-x64-1.11.1.tgz",
  5754. "integrity": "sha512-cFzP7rWKd3lZaCsDze07QX1SC24lO8mPty9vdP+YVa3MGdVgPmFc59317b2ioXtgCMKGiCLxJ4HQs62oz6GfRQ==",
  5755. "cpu": [
  5756. "x64"
  5757. ],
  5758. "license": "MIT",
  5759. "optional": true,
  5760. "os": [
  5761. "darwin"
  5762. ]
  5763. },
  5764. "node_modules/@unrs/resolver-binding-freebsd-x64": {
  5765. "version": "1.11.1",
  5766. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-freebsd-x64/-/resolver-binding-freebsd-x64-1.11.1.tgz",
  5767. "integrity": "sha512-fqtGgak3zX4DCB6PFpsH5+Kmt/8CIi4Bry4rb1ho6Av2QHTREM+47y282Uqiu3ZRF5IQioJQ5qWRV6jduA+iGw==",
  5768. "cpu": [
  5769. "x64"
  5770. ],
  5771. "license": "MIT",
  5772. "optional": true,
  5773. "os": [
  5774. "freebsd"
  5775. ]
  5776. },
  5777. "node_modules/@unrs/resolver-binding-linux-arm-gnueabihf": {
  5778. "version": "1.11.1",
  5779. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-gnueabihf/-/resolver-binding-linux-arm-gnueabihf-1.11.1.tgz",
  5780. "integrity": "sha512-u92mvlcYtp9MRKmP+ZvMmtPN34+/3lMHlyMj7wXJDeXxuM0Vgzz0+PPJNsro1m3IZPYChIkn944wW8TYgGKFHw==",
  5781. "cpu": [
  5782. "arm"
  5783. ],
  5784. "license": "MIT",
  5785. "optional": true,
  5786. "os": [
  5787. "linux"
  5788. ]
  5789. },
  5790. "node_modules/@unrs/resolver-binding-linux-arm-musleabihf": {
  5791. "version": "1.11.1",
  5792. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-musleabihf/-/resolver-binding-linux-arm-musleabihf-1.11.1.tgz",
  5793. "integrity": "sha512-cINaoY2z7LVCrfHkIcmvj7osTOtm6VVT16b5oQdS4beibX2SYBwgYLmqhBjA1t51CarSaBuX5YNsWLjsqfW5Cw==",
  5794. "cpu": [
  5795. "arm"
  5796. ],
  5797. "license": "MIT",
  5798. "optional": true,
  5799. "os": [
  5800. "linux"
  5801. ]
  5802. },
  5803. "node_modules/@unrs/resolver-binding-linux-arm64-gnu": {
  5804. "version": "1.11.1",
  5805. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-gnu/-/resolver-binding-linux-arm64-gnu-1.11.1.tgz",
  5806. "integrity": "sha512-34gw7PjDGB9JgePJEmhEqBhWvCiiWCuXsL9hYphDF7crW7UgI05gyBAi6MF58uGcMOiOqSJ2ybEeCvHcq0BCmQ==",
  5807. "cpu": [
  5808. "arm64"
  5809. ],
  5810. "license": "MIT",
  5811. "optional": true,
  5812. "os": [
  5813. "linux"
  5814. ]
  5815. },
  5816. "node_modules/@unrs/resolver-binding-linux-arm64-musl": {
  5817. "version": "1.11.1",
  5818. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-musl/-/resolver-binding-linux-arm64-musl-1.11.1.tgz",
  5819. "integrity": "sha512-RyMIx6Uf53hhOtJDIamSbTskA99sPHS96wxVE/bJtePJJtpdKGXO1wY90oRdXuYOGOTuqjT8ACccMc4K6QmT3w==",
  5820. "cpu": [
  5821. "arm64"
  5822. ],
  5823. "license": "MIT",
  5824. "optional": true,
  5825. "os": [
  5826. "linux"
  5827. ]
  5828. },
  5829. "node_modules/@unrs/resolver-binding-linux-ppc64-gnu": {
  5830. "version": "1.11.1",
  5831. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-ppc64-gnu/-/resolver-binding-linux-ppc64-gnu-1.11.1.tgz",
  5832. "integrity": "sha512-D8Vae74A4/a+mZH0FbOkFJL9DSK2R6TFPC9M+jCWYia/q2einCubX10pecpDiTmkJVUH+y8K3BZClycD8nCShA==",
  5833. "cpu": [
  5834. "ppc64"
  5835. ],
  5836. "license": "MIT",
  5837. "optional": true,
  5838. "os": [
  5839. "linux"
  5840. ]
  5841. },
  5842. "node_modules/@unrs/resolver-binding-linux-riscv64-gnu": {
  5843. "version": "1.11.1",
  5844. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-riscv64-gnu/-/resolver-binding-linux-riscv64-gnu-1.11.1.tgz",
  5845. "integrity": "sha512-frxL4OrzOWVVsOc96+V3aqTIQl1O2TjgExV4EKgRY09AJ9leZpEg8Ak9phadbuX0BA4k8U5qtvMSQQGGmaJqcQ==",
  5846. "cpu": [
  5847. "riscv64"
  5848. ],
  5849. "license": "MIT",
  5850. "optional": true,
  5851. "os": [
  5852. "linux"
  5853. ]
  5854. },
  5855. "node_modules/@unrs/resolver-binding-linux-riscv64-musl": {
  5856. "version": "1.11.1",
  5857. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-riscv64-musl/-/resolver-binding-linux-riscv64-musl-1.11.1.tgz",
  5858. "integrity": "sha512-mJ5vuDaIZ+l/acv01sHoXfpnyrNKOk/3aDoEdLO/Xtn9HuZlDD6jKxHlkN8ZhWyLJsRBxfv9GYM2utQ1SChKew==",
  5859. "cpu": [
  5860. "riscv64"
  5861. ],
  5862. "license": "MIT",
  5863. "optional": true,
  5864. "os": [
  5865. "linux"
  5866. ]
  5867. },
  5868. "node_modules/@unrs/resolver-binding-linux-s390x-gnu": {
  5869. "version": "1.11.1",
  5870. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-s390x-gnu/-/resolver-binding-linux-s390x-gnu-1.11.1.tgz",
  5871. "integrity": "sha512-kELo8ebBVtb9sA7rMe1Cph4QHreByhaZ2QEADd9NzIQsYNQpt9UkM9iqr2lhGr5afh885d/cB5QeTXSbZHTYPg==",
  5872. "cpu": [
  5873. "s390x"
  5874. ],
  5875. "license": "MIT",
  5876. "optional": true,
  5877. "os": [
  5878. "linux"
  5879. ]
  5880. },
  5881. "node_modules/@unrs/resolver-binding-linux-x64-gnu": {
  5882. "version": "1.11.1",
  5883. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-gnu/-/resolver-binding-linux-x64-gnu-1.11.1.tgz",
  5884. "integrity": "sha512-C3ZAHugKgovV5YvAMsxhq0gtXuwESUKc5MhEtjBpLoHPLYM+iuwSj3lflFwK3DPm68660rZ7G8BMcwSro7hD5w==",
  5885. "cpu": [
  5886. "x64"
  5887. ],
  5888. "license": "MIT",
  5889. "optional": true,
  5890. "os": [
  5891. "linux"
  5892. ]
  5893. },
  5894. "node_modules/@unrs/resolver-binding-linux-x64-musl": {
  5895. "version": "1.11.1",
  5896. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-musl/-/resolver-binding-linux-x64-musl-1.11.1.tgz",
  5897. "integrity": "sha512-rV0YSoyhK2nZ4vEswT/QwqzqQXw5I6CjoaYMOX0TqBlWhojUf8P94mvI7nuJTeaCkkds3QE4+zS8Ko+GdXuZtA==",
  5898. "cpu": [
  5899. "x64"
  5900. ],
  5901. "license": "MIT",
  5902. "optional": true,
  5903. "os": [
  5904. "linux"
  5905. ]
  5906. },
  5907. "node_modules/@unrs/resolver-binding-wasm32-wasi": {
  5908. "version": "1.11.1",
  5909. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-wasm32-wasi/-/resolver-binding-wasm32-wasi-1.11.1.tgz",
  5910. "integrity": "sha512-5u4RkfxJm+Ng7IWgkzi3qrFOvLvQYnPBmjmZQ8+szTK/b31fQCnleNl1GgEt7nIsZRIf5PLhPwT0WM+q45x/UQ==",
  5911. "cpu": [
  5912. "wasm32"
  5913. ],
  5914. "license": "MIT",
  5915. "optional": true,
  5916. "dependencies": {
  5917. "@napi-rs/wasm-runtime": "^0.2.11"
  5918. },
  5919. "engines": {
  5920. "node": ">=14.0.0"
  5921. }
  5922. },
  5923. "node_modules/@unrs/resolver-binding-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": {
  5924. "version": "0.2.12",
  5925. "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.12.tgz",
  5926. "integrity": "sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==",
  5927. "license": "MIT",
  5928. "optional": true,
  5929. "dependencies": {
  5930. "@emnapi/core": "^1.4.3",
  5931. "@emnapi/runtime": "^1.4.3",
  5932. "@tybys/wasm-util": "^0.10.0"
  5933. }
  5934. },
  5935. "node_modules/@unrs/resolver-binding-win32-arm64-msvc": {
  5936. "version": "1.11.1",
  5937. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-arm64-msvc/-/resolver-binding-win32-arm64-msvc-1.11.1.tgz",
  5938. "integrity": "sha512-nRcz5Il4ln0kMhfL8S3hLkxI85BXs3o8EYoattsJNdsX4YUU89iOkVn7g0VHSRxFuVMdM4Q1jEpIId1Ihim/Uw==",
  5939. "cpu": [
  5940. "arm64"
  5941. ],
  5942. "license": "MIT",
  5943. "optional": true,
  5944. "os": [
  5945. "win32"
  5946. ]
  5947. },
  5948. "node_modules/@unrs/resolver-binding-win32-ia32-msvc": {
  5949. "version": "1.11.1",
  5950. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-ia32-msvc/-/resolver-binding-win32-ia32-msvc-1.11.1.tgz",
  5951. "integrity": "sha512-DCEI6t5i1NmAZp6pFonpD5m7i6aFrpofcp4LA2i8IIq60Jyo28hamKBxNrZcyOwVOZkgsRp9O2sXWBWP8MnvIQ==",
  5952. "cpu": [
  5953. "ia32"
  5954. ],
  5955. "license": "MIT",
  5956. "optional": true,
  5957. "os": [
  5958. "win32"
  5959. ]
  5960. },
  5961. "node_modules/@unrs/resolver-binding-win32-x64-msvc": {
  5962. "version": "1.11.1",
  5963. "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-x64-msvc/-/resolver-binding-win32-x64-msvc-1.11.1.tgz",
  5964. "integrity": "sha512-lrW200hZdbfRtztbygyaq/6jP6AKE8qQN2KvPcJ+x7wiD038YtnYtZ82IMNJ69GJibV7bwL3y9FgK+5w/pYt6g==",
  5965. "cpu": [
  5966. "x64"
  5967. ],
  5968. "license": "MIT",
  5969. "optional": true,
  5970. "os": [
  5971. "win32"
  5972. ]
  5973. },
  5974. "node_modules/@vercel/nft": {
  5975. "version": "1.5.0",
  5976. "resolved": "https://registry.npmjs.org/@vercel/nft/-/nft-1.5.0.tgz",
  5977. "integrity": "sha512-IWTDeIoWhQ7ZtRO/JRKH+jhmeQvZYhtGPmzw/QGDY+wDCQqfm25P9yIdoAFagu4fWsK4IwZXDFIjrmp5rRm/sA==",
  5978. "license": "MIT",
  5979. "dependencies": {
  5980. "@mapbox/node-pre-gyp": "^2.0.0",
  5981. "@rollup/pluginutils": "^5.1.3",
  5982. "acorn": "^8.6.0",
  5983. "acorn-import-attributes": "^1.9.5",
  5984. "async-sema": "^3.1.1",
  5985. "bindings": "^1.4.0",
  5986. "estree-walker": "2.0.2",
  5987. "glob": "^13.0.0",
  5988. "graceful-fs": "^4.2.9",
  5989. "node-gyp-build": "^4.2.2",
  5990. "picomatch": "^4.0.2",
  5991. "resolve-from": "^5.0.0"
  5992. },
  5993. "bin": {
  5994. "nft": "out/cli.js"
  5995. },
  5996. "engines": {
  5997. "node": ">=20"
  5998. }
  5999. },
  6000. "node_modules/@vercel/nft/node_modules/resolve-from": {
  6001. "version": "5.0.0",
  6002. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
  6003. "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
  6004. "license": "MIT",
  6005. "engines": {
  6006. "node": ">=8"
  6007. }
  6008. },
  6009. "node_modules/@vitejs/plugin-vue": {
  6010. "version": "6.0.6",
  6011. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-6.0.6.tgz",
  6012. "integrity": "sha512-u9HHgfrq3AjXlysn0eINFnWQOJQLO9WN6VprZ8FXl7A2bYisv3Hui9Ij+7QZ41F/WYWarHjwBbXtD7dKg3uxbg==",
  6013. "license": "MIT",
  6014. "dependencies": {
  6015. "@rolldown/pluginutils": "1.0.0-rc.13"
  6016. },
  6017. "engines": {
  6018. "node": "^20.19.0 || >=22.12.0"
  6019. },
  6020. "peerDependencies": {
  6021. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
  6022. "vue": "^3.2.25"
  6023. }
  6024. },
  6025. "node_modules/@vitejs/plugin-vue-jsx": {
  6026. "version": "5.1.5",
  6027. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-5.1.5.tgz",
  6028. "integrity": "sha512-jIAsvHOEtWpslLOI2MeElGFxH7M8pM83BU/Tor4RLyiwH0FM4nUW3xdvbw20EeU9wc5IspQwMq225K3CMnJEpA==",
  6029. "license": "MIT",
  6030. "dependencies": {
  6031. "@babel/core": "^7.29.0",
  6032. "@babel/plugin-syntax-typescript": "^7.28.6",
  6033. "@babel/plugin-transform-typescript": "^7.28.6",
  6034. "@rolldown/pluginutils": "^1.0.0-rc.2",
  6035. "@vue/babel-plugin-jsx": "^2.0.1"
  6036. },
  6037. "engines": {
  6038. "node": "^20.19.0 || >=22.12.0"
  6039. },
  6040. "peerDependencies": {
  6041. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
  6042. "vue": "^3.0.0"
  6043. }
  6044. },
  6045. "node_modules/@vue-macros/common": {
  6046. "version": "3.1.2",
  6047. "resolved": "https://registry.npmjs.org/@vue-macros/common/-/common-3.1.2.tgz",
  6048. "integrity": "sha512-h9t4ArDdniO9ekYHAD95t9AZcAbb19lEGK+26iAjUODOIJKmObDNBSe4+6ELQAA3vtYiFPPBtHh7+cQCKi3Dng==",
  6049. "license": "MIT",
  6050. "dependencies": {
  6051. "@vue/compiler-sfc": "^3.5.22",
  6052. "ast-kit": "^2.1.2",
  6053. "local-pkg": "^1.1.2",
  6054. "magic-string-ast": "^1.0.2",
  6055. "unplugin-utils": "^0.3.0"
  6056. },
  6057. "engines": {
  6058. "node": ">=20.19.0"
  6059. },
  6060. "funding": {
  6061. "url": "https://github.com/sponsors/vue-macros"
  6062. },
  6063. "peerDependencies": {
  6064. "vue": "^2.7.0 || ^3.2.25"
  6065. },
  6066. "peerDependenciesMeta": {
  6067. "vue": {
  6068. "optional": true
  6069. }
  6070. }
  6071. },
  6072. "node_modules/@vue/babel-helper-vue-transform-on": {
  6073. "version": "2.0.1",
  6074. "resolved": "https://registry.npmjs.org/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-2.0.1.tgz",
  6075. "integrity": "sha512-uZ66EaFbnnZSYqYEyplWvn46GhZ1KuYSThdT68p+am7MgBNbQ3hphTL9L+xSIsWkdktwhPYLwPgVWqo96jDdRA==",
  6076. "license": "MIT"
  6077. },
  6078. "node_modules/@vue/babel-plugin-jsx": {
  6079. "version": "2.0.1",
  6080. "resolved": "https://registry.npmjs.org/@vue/babel-plugin-jsx/-/babel-plugin-jsx-2.0.1.tgz",
  6081. "integrity": "sha512-a8CaLQjD/s4PVdhrLD/zT574ZNPnZBOY+IhdtKWRB4HRZ0I2tXBi5ne7d9eCfaYwp5gU5+4KIyFTV1W1YL9xZA==",
  6082. "license": "MIT",
  6083. "dependencies": {
  6084. "@babel/helper-module-imports": "^7.27.1",
  6085. "@babel/helper-plugin-utils": "^7.27.1",
  6086. "@babel/plugin-syntax-jsx": "^7.27.1",
  6087. "@babel/template": "^7.27.2",
  6088. "@babel/traverse": "^7.28.4",
  6089. "@babel/types": "^7.28.4",
  6090. "@vue/babel-helper-vue-transform-on": "2.0.1",
  6091. "@vue/babel-plugin-resolve-type": "2.0.1",
  6092. "@vue/shared": "^3.5.22"
  6093. },
  6094. "peerDependencies": {
  6095. "@babel/core": "^7.0.0-0"
  6096. },
  6097. "peerDependenciesMeta": {
  6098. "@babel/core": {
  6099. "optional": true
  6100. }
  6101. }
  6102. },
  6103. "node_modules/@vue/babel-plugin-resolve-type": {
  6104. "version": "2.0.1",
  6105. "resolved": "https://registry.npmjs.org/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-2.0.1.tgz",
  6106. "integrity": "sha512-ybwgIuRGRRBhOU37GImDoWQoz+TlSqap65qVI6iwg/J7FfLTLmMf97TS7xQH9I7Qtr/gp161kYVdhr1ZMraSYQ==",
  6107. "license": "MIT",
  6108. "dependencies": {
  6109. "@babel/code-frame": "^7.27.1",
  6110. "@babel/helper-module-imports": "^7.27.1",
  6111. "@babel/helper-plugin-utils": "^7.27.1",
  6112. "@babel/parser": "^7.28.4",
  6113. "@vue/compiler-sfc": "^3.5.22"
  6114. },
  6115. "funding": {
  6116. "url": "https://github.com/sponsors/sxzz"
  6117. },
  6118. "peerDependencies": {
  6119. "@babel/core": "^7.0.0-0"
  6120. }
  6121. },
  6122. "node_modules/@vue/compiler-core": {
  6123. "version": "3.5.32",
  6124. "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.32.tgz",
  6125. "integrity": "sha512-4x74Tbtqnda8s/NSD6e1Dr5p1c8HdMU5RWSjMSUzb8RTcUQqevDCxVAitcLBKT+ie3o0Dl9crc/S/opJM7qBGQ==",
  6126. "license": "MIT",
  6127. "dependencies": {
  6128. "@babel/parser": "^7.29.2",
  6129. "@vue/shared": "3.5.32",
  6130. "entities": "^7.0.1",
  6131. "estree-walker": "^2.0.2",
  6132. "source-map-js": "^1.2.1"
  6133. }
  6134. },
  6135. "node_modules/@vue/compiler-dom": {
  6136. "version": "3.5.32",
  6137. "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.32.tgz",
  6138. "integrity": "sha512-ybHAu70NtiEI1fvAUz3oXZqkUYEe5J98GjMDpTGl5iHb0T15wQYLR4wE3h9xfuTNA+Cm2f4czfe8B4s+CCH57Q==",
  6139. "license": "MIT",
  6140. "dependencies": {
  6141. "@vue/compiler-core": "3.5.32",
  6142. "@vue/shared": "3.5.32"
  6143. }
  6144. },
  6145. "node_modules/@vue/compiler-sfc": {
  6146. "version": "3.5.32",
  6147. "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.32.tgz",
  6148. "integrity": "sha512-8UYUYo71cP/0YHMO814TRZlPuUUw3oifHuMR7Wp9SNoRSrxRQnhMLNlCeaODNn6kNTJsjFoQ/kqIj4qGvya4Xg==",
  6149. "license": "MIT",
  6150. "dependencies": {
  6151. "@babel/parser": "^7.29.2",
  6152. "@vue/compiler-core": "3.5.32",
  6153. "@vue/compiler-dom": "3.5.32",
  6154. "@vue/compiler-ssr": "3.5.32",
  6155. "@vue/shared": "3.5.32",
  6156. "estree-walker": "^2.0.2",
  6157. "magic-string": "^0.30.21",
  6158. "postcss": "^8.5.8",
  6159. "source-map-js": "^1.2.1"
  6160. }
  6161. },
  6162. "node_modules/@vue/compiler-ssr": {
  6163. "version": "3.5.32",
  6164. "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.32.tgz",
  6165. "integrity": "sha512-Gp4gTs22T3DgRotZ8aA/6m2jMR+GMztvBXUBEUOYOcST+giyGWJ4WvFd7QLHBkzTxkfOt8IELKNdpzITLbA2rw==",
  6166. "license": "MIT",
  6167. "dependencies": {
  6168. "@vue/compiler-dom": "3.5.32",
  6169. "@vue/shared": "3.5.32"
  6170. }
  6171. },
  6172. "node_modules/@vue/devtools-api": {
  6173. "version": "6.6.4",
  6174. "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  6175. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  6176. "license": "MIT"
  6177. },
  6178. "node_modules/@vue/devtools-core": {
  6179. "version": "8.1.1",
  6180. "resolved": "https://registry.npmjs.org/@vue/devtools-core/-/devtools-core-8.1.1.tgz",
  6181. "integrity": "sha512-bCCsSABp1/ot4j8xJEycM6Mtt2wbuucfByr6hMgjbYhrtlscOJypZKvy8f1FyWLYrLTchB5Qz216Lm92wfbq0A==",
  6182. "license": "MIT",
  6183. "dependencies": {
  6184. "@vue/devtools-kit": "^8.1.1",
  6185. "@vue/devtools-shared": "^8.1.1"
  6186. },
  6187. "peerDependencies": {
  6188. "vue": "^3.0.0"
  6189. }
  6190. },
  6191. "node_modules/@vue/devtools-kit": {
  6192. "version": "8.1.1",
  6193. "resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-8.1.1.tgz",
  6194. "integrity": "sha512-gVBaBv++i+adg4JpH71k9ppl4soyR7Y2McEqO5YNgv0BI1kMZ7BDX5gnwkZ5COYgiCyhejZG+yGNrBAjj6Coqg==",
  6195. "license": "MIT",
  6196. "dependencies": {
  6197. "@vue/devtools-shared": "^8.1.1",
  6198. "birpc": "^2.6.1",
  6199. "hookable": "^5.5.3",
  6200. "perfect-debounce": "^2.0.0"
  6201. }
  6202. },
  6203. "node_modules/@vue/devtools-kit/node_modules/birpc": {
  6204. "version": "2.9.0",
  6205. "resolved": "https://registry.npmjs.org/birpc/-/birpc-2.9.0.tgz",
  6206. "integrity": "sha512-KrayHS5pBi69Xi9JmvoqrIgYGDkD6mcSe/i6YKi3w5kekCLzrX4+nawcXqrj2tIp50Kw/mT/s3p+GVK0A0sKxw==",
  6207. "license": "MIT",
  6208. "funding": {
  6209. "url": "https://github.com/sponsors/antfu"
  6210. }
  6211. },
  6212. "node_modules/@vue/devtools-kit/node_modules/hookable": {
  6213. "version": "5.5.3",
  6214. "resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz",
  6215. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
  6216. "license": "MIT"
  6217. },
  6218. "node_modules/@vue/devtools-shared": {
  6219. "version": "8.1.1",
  6220. "resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-8.1.1.tgz",
  6221. "integrity": "sha512-+h4ttmJYl/txpxHKaoZcaKpC+pvckgLzIDiSQlaQ7kKthKh8KuwoLW2D8hPJEnqKzXOvu15UHEoGyngAXCz0EQ==",
  6222. "license": "MIT"
  6223. },
  6224. "node_modules/@vue/reactivity": {
  6225. "version": "3.5.32",
  6226. "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.32.tgz",
  6227. "integrity": "sha512-/ORasxSGvZ6MN5gc+uE364SxFdJ0+WqVG0CENXaGW58TOCdrAW76WWaplDtECeS1qphvtBZtR+3/o1g1zL4xPQ==",
  6228. "license": "MIT",
  6229. "dependencies": {
  6230. "@vue/shared": "3.5.32"
  6231. }
  6232. },
  6233. "node_modules/@vue/runtime-core": {
  6234. "version": "3.5.32",
  6235. "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.32.tgz",
  6236. "integrity": "sha512-pDrXCejn4UpFDFmMd27AcJEbHaLemaE5o4pbb7sLk79SRIhc6/t34BQA7SGNgYtbMnvbF/HHOftYBgFJtUoJUQ==",
  6237. "license": "MIT",
  6238. "dependencies": {
  6239. "@vue/reactivity": "3.5.32",
  6240. "@vue/shared": "3.5.32"
  6241. }
  6242. },
  6243. "node_modules/@vue/runtime-dom": {
  6244. "version": "3.5.32",
  6245. "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.32.tgz",
  6246. "integrity": "sha512-1CDVv7tv/IV13V8Nip1k/aaObVbWqRlVCVezTwx3K07p7Vxossp5JU1dcPNhJk3w347gonIUT9jQOGutyJrSVQ==",
  6247. "license": "MIT",
  6248. "dependencies": {
  6249. "@vue/reactivity": "3.5.32",
  6250. "@vue/runtime-core": "3.5.32",
  6251. "@vue/shared": "3.5.32",
  6252. "csstype": "^3.2.3"
  6253. }
  6254. },
  6255. "node_modules/@vue/server-renderer": {
  6256. "version": "3.5.32",
  6257. "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.32.tgz",
  6258. "integrity": "sha512-IOjm2+JQwRFS7W28HNuJeXQle9KdZbODFY7hFGVtnnghF51ta20EWAZJHX+zLGtsHhaU6uC9BGPV52KVpYryMQ==",
  6259. "license": "MIT",
  6260. "dependencies": {
  6261. "@vue/compiler-ssr": "3.5.32",
  6262. "@vue/shared": "3.5.32"
  6263. },
  6264. "peerDependencies": {
  6265. "vue": "3.5.32"
  6266. }
  6267. },
  6268. "node_modules/@vue/shared": {
  6269. "version": "3.5.32",
  6270. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.32.tgz",
  6271. "integrity": "sha512-ksNyrmRQzWJJ8n3cRDuSF7zNNontuJg1YHnmWRJd2AMu8Ij2bqwiiri2lH5rHtYPZjj4STkNcgcmiQqlOjiYGg==",
  6272. "license": "MIT"
  6273. },
  6274. "node_modules/@vueuse/core": {
  6275. "version": "14.2.1",
  6276. "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-14.2.1.tgz",
  6277. "integrity": "sha512-3vwDzV+GDUNpdegRY6kzpLm4Igptq+GA0QkJ3W61Iv27YWwW/ufSlOfgQIpN6FZRMG0mkaz4gglJRtq5SeJyIQ==",
  6278. "license": "MIT",
  6279. "dependencies": {
  6280. "@types/web-bluetooth": "^0.0.21",
  6281. "@vueuse/metadata": "14.2.1",
  6282. "@vueuse/shared": "14.2.1"
  6283. },
  6284. "funding": {
  6285. "url": "https://github.com/sponsors/antfu"
  6286. },
  6287. "peerDependencies": {
  6288. "vue": "^3.5.0"
  6289. }
  6290. },
  6291. "node_modules/@vueuse/integrations": {
  6292. "version": "14.2.1",
  6293. "resolved": "https://registry.npmjs.org/@vueuse/integrations/-/integrations-14.2.1.tgz",
  6294. "integrity": "sha512-2LIUpBi/67PoXJGqSDQUF0pgQWpNHh7beiA+KG2AbybcNm+pTGWT6oPGlBgUoDWmYwfeQqM/uzOHqcILpKL7nA==",
  6295. "license": "MIT",
  6296. "dependencies": {
  6297. "@vueuse/core": "14.2.1",
  6298. "@vueuse/shared": "14.2.1"
  6299. },
  6300. "funding": {
  6301. "url": "https://github.com/sponsors/antfu"
  6302. },
  6303. "peerDependencies": {
  6304. "async-validator": "^4",
  6305. "axios": "^1",
  6306. "change-case": "^5",
  6307. "drauu": "^0.4",
  6308. "focus-trap": "^7 || ^8",
  6309. "fuse.js": "^7",
  6310. "idb-keyval": "^6",
  6311. "jwt-decode": "^4",
  6312. "nprogress": "^0.2",
  6313. "qrcode": "^1.5",
  6314. "sortablejs": "^1",
  6315. "universal-cookie": "^7 || ^8",
  6316. "vue": "^3.5.0"
  6317. },
  6318. "peerDependenciesMeta": {
  6319. "async-validator": {
  6320. "optional": true
  6321. },
  6322. "axios": {
  6323. "optional": true
  6324. },
  6325. "change-case": {
  6326. "optional": true
  6327. },
  6328. "drauu": {
  6329. "optional": true
  6330. },
  6331. "focus-trap": {
  6332. "optional": true
  6333. },
  6334. "fuse.js": {
  6335. "optional": true
  6336. },
  6337. "idb-keyval": {
  6338. "optional": true
  6339. },
  6340. "jwt-decode": {
  6341. "optional": true
  6342. },
  6343. "nprogress": {
  6344. "optional": true
  6345. },
  6346. "qrcode": {
  6347. "optional": true
  6348. },
  6349. "sortablejs": {
  6350. "optional": true
  6351. },
  6352. "universal-cookie": {
  6353. "optional": true
  6354. }
  6355. }
  6356. },
  6357. "node_modules/@vueuse/metadata": {
  6358. "version": "14.2.1",
  6359. "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-14.2.1.tgz",
  6360. "integrity": "sha512-1ButlVtj5Sb/HDtIy1HFr1VqCP4G6Ypqt5MAo0lCgjokrk2mvQKsK2uuy0vqu/Ks+sHfuHo0B9Y9jn9xKdjZsw==",
  6361. "license": "MIT",
  6362. "funding": {
  6363. "url": "https://github.com/sponsors/antfu"
  6364. }
  6365. },
  6366. "node_modules/@vueuse/shared": {
  6367. "version": "14.2.1",
  6368. "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-14.2.1.tgz",
  6369. "integrity": "sha512-shTJncjV9JTI4oVNyF1FQonetYAiTBd+Qj7cY89SWbXSkx7gyhrgtEdF2ZAVWS1S3SHlaROO6F2IesJxQEkZBw==",
  6370. "license": "MIT",
  6371. "funding": {
  6372. "url": "https://github.com/sponsors/antfu"
  6373. },
  6374. "peerDependencies": {
  6375. "vue": "^3.5.0"
  6376. }
  6377. },
  6378. "node_modules/abbrev": {
  6379. "version": "3.0.1",
  6380. "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-3.0.1.tgz",
  6381. "integrity": "sha512-AO2ac6pjRB3SJmGJo+v5/aK6Omggp6fsLrs6wN9bd35ulu4cCwaAU9+7ZhXjeqHVkaHThLuzH0nZr0YpCDhygg==",
  6382. "license": "ISC",
  6383. "engines": {
  6384. "node": "^18.17.0 || >=20.5.0"
  6385. }
  6386. },
  6387. "node_modules/abort-controller": {
  6388. "version": "3.0.0",
  6389. "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
  6390. "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
  6391. "license": "MIT",
  6392. "dependencies": {
  6393. "event-target-shim": "^5.0.0"
  6394. },
  6395. "engines": {
  6396. "node": ">=6.5"
  6397. }
  6398. },
  6399. "node_modules/acorn": {
  6400. "version": "8.16.0",
  6401. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
  6402. "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
  6403. "license": "MIT",
  6404. "bin": {
  6405. "acorn": "bin/acorn"
  6406. },
  6407. "engines": {
  6408. "node": ">=0.4.0"
  6409. }
  6410. },
  6411. "node_modules/acorn-import-attributes": {
  6412. "version": "1.9.5",
  6413. "resolved": "https://registry.npmjs.org/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz",
  6414. "integrity": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==",
  6415. "license": "MIT",
  6416. "peerDependencies": {
  6417. "acorn": "^8"
  6418. }
  6419. },
  6420. "node_modules/acorn-jsx": {
  6421. "version": "5.3.2",
  6422. "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  6423. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  6424. "license": "MIT",
  6425. "peerDependencies": {
  6426. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  6427. }
  6428. },
  6429. "node_modules/agent-base": {
  6430. "version": "7.1.4",
  6431. "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
  6432. "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
  6433. "license": "MIT",
  6434. "engines": {
  6435. "node": ">= 14"
  6436. }
  6437. },
  6438. "node_modules/ajv": {
  6439. "version": "6.14.0",
  6440. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.14.0.tgz",
  6441. "integrity": "sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==",
  6442. "license": "MIT",
  6443. "dependencies": {
  6444. "fast-deep-equal": "^3.1.1",
  6445. "fast-json-stable-stringify": "^2.0.0",
  6446. "json-schema-traverse": "^0.4.1",
  6447. "uri-js": "^4.2.2"
  6448. },
  6449. "funding": {
  6450. "type": "github",
  6451. "url": "https://github.com/sponsors/epoberezkin"
  6452. }
  6453. },
  6454. "node_modules/ansi-regex": {
  6455. "version": "6.2.2",
  6456. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
  6457. "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
  6458. "license": "MIT",
  6459. "engines": {
  6460. "node": ">=12"
  6461. },
  6462. "funding": {
  6463. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  6464. }
  6465. },
  6466. "node_modules/ansi-styles": {
  6467. "version": "4.3.0",
  6468. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  6469. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  6470. "license": "MIT",
  6471. "dependencies": {
  6472. "color-convert": "^2.0.1"
  6473. },
  6474. "engines": {
  6475. "node": ">=8"
  6476. },
  6477. "funding": {
  6478. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  6479. }
  6480. },
  6481. "node_modules/ansis": {
  6482. "version": "4.2.0",
  6483. "resolved": "https://registry.npmjs.org/ansis/-/ansis-4.2.0.tgz",
  6484. "integrity": "sha512-HqZ5rWlFjGiV0tDm3UxxgNRqsOTniqoKZu0pIAfh7TZQMGuZK+hH0drySty0si0QXj1ieop4+SkSfPZBPPkHig==",
  6485. "license": "ISC",
  6486. "engines": {
  6487. "node": ">=14"
  6488. }
  6489. },
  6490. "node_modules/anymatch": {
  6491. "version": "3.1.3",
  6492. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
  6493. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  6494. "license": "ISC",
  6495. "dependencies": {
  6496. "normalize-path": "^3.0.0",
  6497. "picomatch": "^2.0.4"
  6498. },
  6499. "engines": {
  6500. "node": ">= 8"
  6501. }
  6502. },
  6503. "node_modules/anymatch/node_modules/picomatch": {
  6504. "version": "2.3.2",
  6505. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
  6506. "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
  6507. "license": "MIT",
  6508. "engines": {
  6509. "node": ">=8.6"
  6510. },
  6511. "funding": {
  6512. "url": "https://github.com/sponsors/jonschlinkert"
  6513. }
  6514. },
  6515. "node_modules/archiver": {
  6516. "version": "7.0.1",
  6517. "resolved": "https://registry.npmjs.org/archiver/-/archiver-7.0.1.tgz",
  6518. "integrity": "sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==",
  6519. "license": "MIT",
  6520. "dependencies": {
  6521. "archiver-utils": "^5.0.2",
  6522. "async": "^3.2.4",
  6523. "buffer-crc32": "^1.0.0",
  6524. "readable-stream": "^4.0.0",
  6525. "readdir-glob": "^1.1.2",
  6526. "tar-stream": "^3.0.0",
  6527. "zip-stream": "^6.0.1"
  6528. },
  6529. "engines": {
  6530. "node": ">= 14"
  6531. }
  6532. },
  6533. "node_modules/archiver-utils": {
  6534. "version": "5.0.2",
  6535. "resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-5.0.2.tgz",
  6536. "integrity": "sha512-wuLJMmIBQYCsGZgYLTy5FIB2pF6Lfb6cXMSF8Qywwk3t20zWnAi7zLcQFdKQmIB8wyZpY5ER38x08GbwtR2cLA==",
  6537. "license": "MIT",
  6538. "dependencies": {
  6539. "glob": "^10.0.0",
  6540. "graceful-fs": "^4.2.0",
  6541. "is-stream": "^2.0.1",
  6542. "lazystream": "^1.0.0",
  6543. "lodash": "^4.17.15",
  6544. "normalize-path": "^3.0.0",
  6545. "readable-stream": "^4.0.0"
  6546. },
  6547. "engines": {
  6548. "node": ">= 14"
  6549. }
  6550. },
  6551. "node_modules/archiver-utils/node_modules/balanced-match": {
  6552. "version": "1.0.2",
  6553. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  6554. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  6555. "license": "MIT"
  6556. },
  6557. "node_modules/archiver-utils/node_modules/brace-expansion": {
  6558. "version": "2.1.0",
  6559. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.0.tgz",
  6560. "integrity": "sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==",
  6561. "license": "MIT",
  6562. "dependencies": {
  6563. "balanced-match": "^1.0.0"
  6564. }
  6565. },
  6566. "node_modules/archiver-utils/node_modules/glob": {
  6567. "version": "10.5.0",
  6568. "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
  6569. "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
  6570. "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
  6571. "license": "ISC",
  6572. "dependencies": {
  6573. "foreground-child": "^3.1.0",
  6574. "jackspeak": "^3.1.2",
  6575. "minimatch": "^9.0.4",
  6576. "minipass": "^7.1.2",
  6577. "package-json-from-dist": "^1.0.0",
  6578. "path-scurry": "^1.11.1"
  6579. },
  6580. "bin": {
  6581. "glob": "dist/esm/bin.mjs"
  6582. },
  6583. "funding": {
  6584. "url": "https://github.com/sponsors/isaacs"
  6585. }
  6586. },
  6587. "node_modules/archiver-utils/node_modules/is-stream": {
  6588. "version": "2.0.1",
  6589. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  6590. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  6591. "license": "MIT",
  6592. "engines": {
  6593. "node": ">=8"
  6594. },
  6595. "funding": {
  6596. "url": "https://github.com/sponsors/sindresorhus"
  6597. }
  6598. },
  6599. "node_modules/archiver-utils/node_modules/lru-cache": {
  6600. "version": "10.4.3",
  6601. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
  6602. "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
  6603. "license": "ISC"
  6604. },
  6605. "node_modules/archiver-utils/node_modules/minimatch": {
  6606. "version": "9.0.9",
  6607. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
  6608. "integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
  6609. "license": "ISC",
  6610. "dependencies": {
  6611. "brace-expansion": "^2.0.2"
  6612. },
  6613. "engines": {
  6614. "node": ">=16 || 14 >=14.17"
  6615. },
  6616. "funding": {
  6617. "url": "https://github.com/sponsors/isaacs"
  6618. }
  6619. },
  6620. "node_modules/archiver-utils/node_modules/path-scurry": {
  6621. "version": "1.11.1",
  6622. "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
  6623. "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
  6624. "license": "BlueOak-1.0.0",
  6625. "dependencies": {
  6626. "lru-cache": "^10.2.0",
  6627. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  6628. },
  6629. "engines": {
  6630. "node": ">=16 || 14 >=14.18"
  6631. },
  6632. "funding": {
  6633. "url": "https://github.com/sponsors/isaacs"
  6634. }
  6635. },
  6636. "node_modules/are-docs-informative": {
  6637. "version": "0.0.2",
  6638. "resolved": "https://registry.npmjs.org/are-docs-informative/-/are-docs-informative-0.0.2.tgz",
  6639. "integrity": "sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==",
  6640. "license": "MIT",
  6641. "engines": {
  6642. "node": ">=14"
  6643. }
  6644. },
  6645. "node_modules/argparse": {
  6646. "version": "2.0.1",
  6647. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  6648. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  6649. "license": "Python-2.0"
  6650. },
  6651. "node_modules/aria-hidden": {
  6652. "version": "1.2.6",
  6653. "resolved": "https://registry.npmjs.org/aria-hidden/-/aria-hidden-1.2.6.tgz",
  6654. "integrity": "sha512-ik3ZgC9dY/lYVVM++OISsaYDeg1tb0VtP5uL3ouh1koGOaUMDPpbFIei4JkFimWUFPn90sbMNMXQAIVOlnYKJA==",
  6655. "license": "MIT",
  6656. "dependencies": {
  6657. "tslib": "^2.0.0"
  6658. },
  6659. "engines": {
  6660. "node": ">=10"
  6661. }
  6662. },
  6663. "node_modules/ast-kit": {
  6664. "version": "2.2.0",
  6665. "resolved": "https://registry.npmjs.org/ast-kit/-/ast-kit-2.2.0.tgz",
  6666. "integrity": "sha512-m1Q/RaVOnTp9JxPX+F+Zn7IcLYMzM8kZofDImfsKZd8MbR+ikdOzTeztStWqfrqIxZnYWryyI9ePm3NGjnZgGw==",
  6667. "license": "MIT",
  6668. "dependencies": {
  6669. "@babel/parser": "^7.28.5",
  6670. "pathe": "^2.0.3"
  6671. },
  6672. "engines": {
  6673. "node": ">=20.19.0"
  6674. },
  6675. "funding": {
  6676. "url": "https://github.com/sponsors/sxzz"
  6677. }
  6678. },
  6679. "node_modules/ast-walker-scope": {
  6680. "version": "0.8.3",
  6681. "resolved": "https://registry.npmjs.org/ast-walker-scope/-/ast-walker-scope-0.8.3.tgz",
  6682. "integrity": "sha512-cbdCP0PGOBq0ASG+sjnKIoYkWMKhhz+F/h9pRexUdX2Hd38+WOlBkRKlqkGOSm0YQpcFMQBJeK4WspUAkwsEdg==",
  6683. "license": "MIT",
  6684. "dependencies": {
  6685. "@babel/parser": "^7.28.4",
  6686. "ast-kit": "^2.1.3"
  6687. },
  6688. "engines": {
  6689. "node": ">=20.19.0"
  6690. },
  6691. "funding": {
  6692. "url": "https://github.com/sponsors/sxzz"
  6693. }
  6694. },
  6695. "node_modules/async": {
  6696. "version": "3.2.6",
  6697. "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz",
  6698. "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==",
  6699. "license": "MIT"
  6700. },
  6701. "node_modules/async-sema": {
  6702. "version": "3.1.1",
  6703. "resolved": "https://registry.npmjs.org/async-sema/-/async-sema-3.1.1.tgz",
  6704. "integrity": "sha512-tLRNUXati5MFePdAk8dw7Qt7DpxPB60ofAgn8WRhW6a2rcimZnYBP9oxHiv0OHy+Wz7kPMG+t4LGdt31+4EmGg==",
  6705. "license": "MIT"
  6706. },
  6707. "node_modules/autoprefixer": {
  6708. "version": "10.5.0",
  6709. "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.5.0.tgz",
  6710. "integrity": "sha512-FMhOoZV4+qR6aTUALKX2rEqGG+oyATvwBt9IIzVR5rMa2HRWPkxf+P+PAJLD1I/H5/II+HuZcBJYEFBpq39ong==",
  6711. "funding": [
  6712. {
  6713. "type": "opencollective",
  6714. "url": "https://opencollective.com/postcss/"
  6715. },
  6716. {
  6717. "type": "tidelift",
  6718. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  6719. },
  6720. {
  6721. "type": "github",
  6722. "url": "https://github.com/sponsors/ai"
  6723. }
  6724. ],
  6725. "license": "MIT",
  6726. "dependencies": {
  6727. "browserslist": "^4.28.2",
  6728. "caniuse-lite": "^1.0.30001787",
  6729. "fraction.js": "^5.3.4",
  6730. "picocolors": "^1.1.1",
  6731. "postcss-value-parser": "^4.2.0"
  6732. },
  6733. "bin": {
  6734. "autoprefixer": "bin/autoprefixer"
  6735. },
  6736. "engines": {
  6737. "node": "^10 || ^12 || >=14"
  6738. },
  6739. "peerDependencies": {
  6740. "postcss": "^8.1.0"
  6741. }
  6742. },
  6743. "node_modules/b4a": {
  6744. "version": "1.8.0",
  6745. "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.8.0.tgz",
  6746. "integrity": "sha512-qRuSmNSkGQaHwNbM7J78Wwy+ghLEYF1zNrSeMxj4Kgw6y33O3mXcQ6Ie9fRvfU/YnxWkOchPXbaLb73TkIsfdg==",
  6747. "license": "Apache-2.0",
  6748. "peerDependencies": {
  6749. "react-native-b4a": "*"
  6750. },
  6751. "peerDependenciesMeta": {
  6752. "react-native-b4a": {
  6753. "optional": true
  6754. }
  6755. }
  6756. },
  6757. "node_modules/balanced-match": {
  6758. "version": "4.0.4",
  6759. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
  6760. "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
  6761. "license": "MIT",
  6762. "engines": {
  6763. "node": "18 || 20 || >=22"
  6764. }
  6765. },
  6766. "node_modules/bare-events": {
  6767. "version": "2.8.2",
  6768. "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.8.2.tgz",
  6769. "integrity": "sha512-riJjyv1/mHLIPX4RwiK+oW9/4c3TEUeORHKefKAKnZ5kyslbN+HXowtbaVEqt4IMUB7OXlfixcs6gsFeo/jhiQ==",
  6770. "license": "Apache-2.0",
  6771. "peerDependencies": {
  6772. "bare-abort-controller": "*"
  6773. },
  6774. "peerDependenciesMeta": {
  6775. "bare-abort-controller": {
  6776. "optional": true
  6777. }
  6778. }
  6779. },
  6780. "node_modules/bare-fs": {
  6781. "version": "4.7.0",
  6782. "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.7.0.tgz",
  6783. "integrity": "sha512-xzqKsCFxAek9aezYhjJuJRXBIaYlg/0OGDTZp+T8eYmYMlm66cs6cYko02drIyjN2CBbi+I6L7YfXyqpqtKRXA==",
  6784. "license": "Apache-2.0",
  6785. "dependencies": {
  6786. "bare-events": "^2.5.4",
  6787. "bare-path": "^3.0.0",
  6788. "bare-stream": "^2.6.4",
  6789. "bare-url": "^2.2.2",
  6790. "fast-fifo": "^1.3.2"
  6791. },
  6792. "engines": {
  6793. "bare": ">=1.16.0"
  6794. },
  6795. "peerDependencies": {
  6796. "bare-buffer": "*"
  6797. },
  6798. "peerDependenciesMeta": {
  6799. "bare-buffer": {
  6800. "optional": true
  6801. }
  6802. }
  6803. },
  6804. "node_modules/bare-os": {
  6805. "version": "3.8.7",
  6806. "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.8.7.tgz",
  6807. "integrity": "sha512-G4Gr1UsGeEy2qtDTZwL7JFLo2wapUarz7iTMcYcMFdS89AIQuBoyjgXZz0Utv7uHs3xA9LckhVbeBi8lEQrC+w==",
  6808. "license": "Apache-2.0",
  6809. "engines": {
  6810. "bare": ">=1.14.0"
  6811. }
  6812. },
  6813. "node_modules/bare-path": {
  6814. "version": "3.0.0",
  6815. "resolved": "https://registry.npmjs.org/bare-path/-/bare-path-3.0.0.tgz",
  6816. "integrity": "sha512-tyfW2cQcB5NN8Saijrhqn0Zh7AnFNsnczRcuWODH0eYAXBsJ5gVxAUuNr7tsHSC6IZ77cA0SitzT+s47kot8Mw==",
  6817. "license": "Apache-2.0",
  6818. "dependencies": {
  6819. "bare-os": "^3.0.1"
  6820. }
  6821. },
  6822. "node_modules/bare-stream": {
  6823. "version": "2.13.0",
  6824. "resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.13.0.tgz",
  6825. "integrity": "sha512-3zAJRZMDFGjdn+RVnNpF9kuELw+0Fl3lpndM4NcEOhb9zwtSo/deETfuIwMSE5BXanA0FrN1qVjffGwAg2Y7EA==",
  6826. "license": "Apache-2.0",
  6827. "dependencies": {
  6828. "streamx": "^2.25.0",
  6829. "teex": "^1.0.1"
  6830. },
  6831. "peerDependencies": {
  6832. "bare-abort-controller": "*",
  6833. "bare-buffer": "*",
  6834. "bare-events": "*"
  6835. },
  6836. "peerDependenciesMeta": {
  6837. "bare-abort-controller": {
  6838. "optional": true
  6839. },
  6840. "bare-buffer": {
  6841. "optional": true
  6842. },
  6843. "bare-events": {
  6844. "optional": true
  6845. }
  6846. }
  6847. },
  6848. "node_modules/bare-url": {
  6849. "version": "2.4.0",
  6850. "resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.4.0.tgz",
  6851. "integrity": "sha512-NSTU5WN+fy/L0DDenfE8SXQna4voXuW0FHM7wH8i3/q9khUSchfPbPezO4zSFMnDGIf9YE+mt/RWhZgNRKRIXA==",
  6852. "license": "Apache-2.0",
  6853. "dependencies": {
  6854. "bare-path": "^3.0.0"
  6855. }
  6856. },
  6857. "node_modules/base64-js": {
  6858. "version": "1.5.1",
  6859. "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
  6860. "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
  6861. "funding": [
  6862. {
  6863. "type": "github",
  6864. "url": "https://github.com/sponsors/feross"
  6865. },
  6866. {
  6867. "type": "patreon",
  6868. "url": "https://www.patreon.com/feross"
  6869. },
  6870. {
  6871. "type": "consulting",
  6872. "url": "https://feross.org/support"
  6873. }
  6874. ],
  6875. "license": "MIT"
  6876. },
  6877. "node_modules/baseline-browser-mapping": {
  6878. "version": "2.10.19",
  6879. "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.19.tgz",
  6880. "integrity": "sha512-qCkNLi2sfBOn8XhZQ0FXsT1Ki/Yo5P90hrkRamVFRS7/KV9hpfA4HkoWNU152+8w0zPjnxo5psx5NL3PSGgv5g==",
  6881. "license": "Apache-2.0",
  6882. "bin": {
  6883. "baseline-browser-mapping": "dist/cli.cjs"
  6884. },
  6885. "engines": {
  6886. "node": ">=6.0.0"
  6887. }
  6888. },
  6889. "node_modules/bindings": {
  6890. "version": "1.5.0",
  6891. "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
  6892. "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
  6893. "license": "MIT",
  6894. "dependencies": {
  6895. "file-uri-to-path": "1.0.0"
  6896. }
  6897. },
  6898. "node_modules/birpc": {
  6899. "version": "4.0.0",
  6900. "resolved": "https://registry.npmjs.org/birpc/-/birpc-4.0.0.tgz",
  6901. "integrity": "sha512-LShSxJP0KTmd101b6DRyGBj57LZxSDYWKitQNW/mi8GRMvZb078Uf9+pveax1DrVL89vm7mWe+TovdI/UDOuPw==",
  6902. "license": "MIT",
  6903. "funding": {
  6904. "url": "https://github.com/sponsors/antfu"
  6905. }
  6906. },
  6907. "node_modules/bl": {
  6908. "version": "4.1.0",
  6909. "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
  6910. "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
  6911. "license": "MIT",
  6912. "optional": true,
  6913. "dependencies": {
  6914. "buffer": "^5.5.0",
  6915. "inherits": "^2.0.4",
  6916. "readable-stream": "^3.4.0"
  6917. }
  6918. },
  6919. "node_modules/bl/node_modules/buffer": {
  6920. "version": "5.7.1",
  6921. "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
  6922. "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
  6923. "funding": [
  6924. {
  6925. "type": "github",
  6926. "url": "https://github.com/sponsors/feross"
  6927. },
  6928. {
  6929. "type": "patreon",
  6930. "url": "https://www.patreon.com/feross"
  6931. },
  6932. {
  6933. "type": "consulting",
  6934. "url": "https://feross.org/support"
  6935. }
  6936. ],
  6937. "license": "MIT",
  6938. "optional": true,
  6939. "dependencies": {
  6940. "base64-js": "^1.3.1",
  6941. "ieee754": "^1.1.13"
  6942. }
  6943. },
  6944. "node_modules/bl/node_modules/readable-stream": {
  6945. "version": "3.6.2",
  6946. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
  6947. "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
  6948. "license": "MIT",
  6949. "optional": true,
  6950. "dependencies": {
  6951. "inherits": "^2.0.3",
  6952. "string_decoder": "^1.1.1",
  6953. "util-deprecate": "^1.0.1"
  6954. },
  6955. "engines": {
  6956. "node": ">= 6"
  6957. }
  6958. },
  6959. "node_modules/boolbase": {
  6960. "version": "1.0.0",
  6961. "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
  6962. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
  6963. "license": "ISC"
  6964. },
  6965. "node_modules/brace-expansion": {
  6966. "version": "5.0.5",
  6967. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
  6968. "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
  6969. "license": "MIT",
  6970. "dependencies": {
  6971. "balanced-match": "^4.0.2"
  6972. },
  6973. "engines": {
  6974. "node": "18 || 20 || >=22"
  6975. }
  6976. },
  6977. "node_modules/braces": {
  6978. "version": "3.0.3",
  6979. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  6980. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  6981. "license": "MIT",
  6982. "dependencies": {
  6983. "fill-range": "^7.1.1"
  6984. },
  6985. "engines": {
  6986. "node": ">=8"
  6987. }
  6988. },
  6989. "node_modules/browserslist": {
  6990. "version": "4.28.2",
  6991. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.2.tgz",
  6992. "integrity": "sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==",
  6993. "funding": [
  6994. {
  6995. "type": "opencollective",
  6996. "url": "https://opencollective.com/browserslist"
  6997. },
  6998. {
  6999. "type": "tidelift",
  7000. "url": "https://tidelift.com/funding/github/npm/browserslist"
  7001. },
  7002. {
  7003. "type": "github",
  7004. "url": "https://github.com/sponsors/ai"
  7005. }
  7006. ],
  7007. "license": "MIT",
  7008. "dependencies": {
  7009. "baseline-browser-mapping": "^2.10.12",
  7010. "caniuse-lite": "^1.0.30001782",
  7011. "electron-to-chromium": "^1.5.328",
  7012. "node-releases": "^2.0.36",
  7013. "update-browserslist-db": "^1.2.3"
  7014. },
  7015. "bin": {
  7016. "browserslist": "cli.js"
  7017. },
  7018. "engines": {
  7019. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  7020. }
  7021. },
  7022. "node_modules/buffer": {
  7023. "version": "6.0.3",
  7024. "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
  7025. "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
  7026. "funding": [
  7027. {
  7028. "type": "github",
  7029. "url": "https://github.com/sponsors/feross"
  7030. },
  7031. {
  7032. "type": "patreon",
  7033. "url": "https://www.patreon.com/feross"
  7034. },
  7035. {
  7036. "type": "consulting",
  7037. "url": "https://feross.org/support"
  7038. }
  7039. ],
  7040. "license": "MIT",
  7041. "dependencies": {
  7042. "base64-js": "^1.3.1",
  7043. "ieee754": "^1.2.1"
  7044. }
  7045. },
  7046. "node_modules/buffer-crc32": {
  7047. "version": "1.0.0",
  7048. "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-1.0.0.tgz",
  7049. "integrity": "sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==",
  7050. "license": "MIT",
  7051. "engines": {
  7052. "node": ">=8.0.0"
  7053. }
  7054. },
  7055. "node_modules/buffer-from": {
  7056. "version": "1.1.2",
  7057. "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
  7058. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
  7059. "license": "MIT"
  7060. },
  7061. "node_modules/builtin-modules": {
  7062. "version": "5.1.0",
  7063. "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-5.1.0.tgz",
  7064. "integrity": "sha512-c5JxaDrzwRjq3WyJkI1AGR5xy6Gr6udlt7sQPbl09+3ckB+Zo2qqQ2KhCTBr7Q8dHB43bENGYEk4xddrFH/b7A==",
  7065. "license": "MIT",
  7066. "engines": {
  7067. "node": ">=18.20"
  7068. },
  7069. "funding": {
  7070. "url": "https://github.com/sponsors/sindresorhus"
  7071. }
  7072. },
  7073. "node_modules/bundle-name": {
  7074. "version": "4.1.0",
  7075. "resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-4.1.0.tgz",
  7076. "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==",
  7077. "license": "MIT",
  7078. "dependencies": {
  7079. "run-applescript": "^7.0.0"
  7080. },
  7081. "engines": {
  7082. "node": ">=18"
  7083. },
  7084. "funding": {
  7085. "url": "https://github.com/sponsors/sindresorhus"
  7086. }
  7087. },
  7088. "node_modules/bundle-require": {
  7089. "version": "5.1.0",
  7090. "resolved": "https://registry.npmjs.org/bundle-require/-/bundle-require-5.1.0.tgz",
  7091. "integrity": "sha512-3WrrOuZiyaaZPWiEt4G3+IffISVC9HYlWueJEBWED4ZH4aIAC2PnkdnuRrR94M+w6yGWn4AglWtJtBI8YqvgoA==",
  7092. "license": "MIT",
  7093. "dependencies": {
  7094. "load-tsconfig": "^0.2.3"
  7095. },
  7096. "engines": {
  7097. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  7098. },
  7099. "peerDependencies": {
  7100. "esbuild": ">=0.18"
  7101. }
  7102. },
  7103. "node_modules/c12": {
  7104. "version": "3.3.4",
  7105. "resolved": "https://registry.npmjs.org/c12/-/c12-3.3.4.tgz",
  7106. "integrity": "sha512-cM0ApFQSBXuourJejzwv/AuPRvAxordTyParRVcHjjtXirtkzM0uK2L9TTn9s0cXZbG7E55jCivRQzoxYmRAlA==",
  7107. "license": "MIT",
  7108. "dependencies": {
  7109. "chokidar": "^5.0.0",
  7110. "confbox": "^0.2.4",
  7111. "defu": "^6.1.6",
  7112. "dotenv": "^17.3.1",
  7113. "exsolve": "^1.0.8",
  7114. "giget": "^3.2.0",
  7115. "jiti": "^2.6.1",
  7116. "ohash": "^2.0.11",
  7117. "pathe": "^2.0.3",
  7118. "perfect-debounce": "^2.1.0",
  7119. "pkg-types": "^2.3.0",
  7120. "rc9": "^3.0.1"
  7121. },
  7122. "peerDependencies": {
  7123. "magicast": "*"
  7124. },
  7125. "peerDependenciesMeta": {
  7126. "magicast": {
  7127. "optional": true
  7128. }
  7129. }
  7130. },
  7131. "node_modules/cac": {
  7132. "version": "7.0.0",
  7133. "resolved": "https://registry.npmjs.org/cac/-/cac-7.0.0.tgz",
  7134. "integrity": "sha512-tixWYgm5ZoOD+3g6UTea91eow5z6AAHaho3g0V9CNSNb45gM8SmflpAc+GRd1InC4AqN/07Unrgp56Y94N9hJQ==",
  7135. "license": "MIT",
  7136. "engines": {
  7137. "node": ">=20.19.0"
  7138. }
  7139. },
  7140. "node_modules/callsites": {
  7141. "version": "3.1.0",
  7142. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  7143. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  7144. "license": "MIT",
  7145. "engines": {
  7146. "node": ">=6"
  7147. }
  7148. },
  7149. "node_modules/caniuse-api": {
  7150. "version": "3.0.0",
  7151. "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz",
  7152. "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
  7153. "license": "MIT",
  7154. "dependencies": {
  7155. "browserslist": "^4.0.0",
  7156. "caniuse-lite": "^1.0.0",
  7157. "lodash.memoize": "^4.1.2",
  7158. "lodash.uniq": "^4.5.0"
  7159. }
  7160. },
  7161. "node_modules/caniuse-lite": {
  7162. "version": "1.0.30001788",
  7163. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001788.tgz",
  7164. "integrity": "sha512-6q8HFp+lOQtcf7wBK+uEenxymVWkGKkjFpCvw5W25cmMwEDU45p1xQFBQv8JDlMMry7eNxyBaR+qxgmTUZkIRQ==",
  7165. "funding": [
  7166. {
  7167. "type": "opencollective",
  7168. "url": "https://opencollective.com/browserslist"
  7169. },
  7170. {
  7171. "type": "tidelift",
  7172. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  7173. },
  7174. {
  7175. "type": "github",
  7176. "url": "https://github.com/sponsors/ai"
  7177. }
  7178. ],
  7179. "license": "CC-BY-4.0"
  7180. },
  7181. "node_modules/chalk": {
  7182. "version": "4.1.2",
  7183. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  7184. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  7185. "license": "MIT",
  7186. "dependencies": {
  7187. "ansi-styles": "^4.1.0",
  7188. "supports-color": "^7.1.0"
  7189. },
  7190. "engines": {
  7191. "node": ">=10"
  7192. },
  7193. "funding": {
  7194. "url": "https://github.com/chalk/chalk?sponsor=1"
  7195. }
  7196. },
  7197. "node_modules/change-case": {
  7198. "version": "5.4.4",
  7199. "resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz",
  7200. "integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
  7201. "license": "MIT"
  7202. },
  7203. "node_modules/chokidar": {
  7204. "version": "5.0.0",
  7205. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz",
  7206. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  7207. "license": "MIT",
  7208. "dependencies": {
  7209. "readdirp": "^5.0.0"
  7210. },
  7211. "engines": {
  7212. "node": ">= 20.19.0"
  7213. },
  7214. "funding": {
  7215. "url": "https://paulmillr.com/funding/"
  7216. }
  7217. },
  7218. "node_modules/chownr": {
  7219. "version": "3.0.0",
  7220. "resolved": "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz",
  7221. "integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==",
  7222. "license": "BlueOak-1.0.0",
  7223. "engines": {
  7224. "node": ">=18"
  7225. }
  7226. },
  7227. "node_modules/ci-info": {
  7228. "version": "4.4.0",
  7229. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.4.0.tgz",
  7230. "integrity": "sha512-77PSwercCZU2Fc4sX94eF8k8Pxte6JAwL4/ICZLFjJLqegs7kCuAsqqj/70NQF6TvDpgFjkubQB2FW2ZZddvQg==",
  7231. "funding": [
  7232. {
  7233. "type": "github",
  7234. "url": "https://github.com/sponsors/sibiraj-s"
  7235. }
  7236. ],
  7237. "license": "MIT",
  7238. "engines": {
  7239. "node": ">=8"
  7240. }
  7241. },
  7242. "node_modules/citty": {
  7243. "version": "0.1.6",
  7244. "resolved": "https://registry.npmjs.org/citty/-/citty-0.1.6.tgz",
  7245. "integrity": "sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==",
  7246. "license": "MIT",
  7247. "dependencies": {
  7248. "consola": "^3.2.3"
  7249. }
  7250. },
  7251. "node_modules/clean-regexp": {
  7252. "version": "1.0.0",
  7253. "resolved": "https://registry.npmjs.org/clean-regexp/-/clean-regexp-1.0.0.tgz",
  7254. "integrity": "sha512-GfisEZEJvzKrmGWkvfhgzcz/BllN1USeqD2V6tg14OAOgaCD2Z/PUEuxnAZ/nPvmaHRG7a8y77p1T/IRQ4D1Hw==",
  7255. "license": "MIT",
  7256. "dependencies": {
  7257. "escape-string-regexp": "^1.0.5"
  7258. },
  7259. "engines": {
  7260. "node": ">=4"
  7261. }
  7262. },
  7263. "node_modules/clean-regexp/node_modules/escape-string-regexp": {
  7264. "version": "1.0.5",
  7265. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  7266. "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
  7267. "license": "MIT",
  7268. "engines": {
  7269. "node": ">=0.8.0"
  7270. }
  7271. },
  7272. "node_modules/cliui": {
  7273. "version": "9.0.1",
  7274. "resolved": "https://registry.npmjs.org/cliui/-/cliui-9.0.1.tgz",
  7275. "integrity": "sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==",
  7276. "license": "ISC",
  7277. "dependencies": {
  7278. "string-width": "^7.2.0",
  7279. "strip-ansi": "^7.1.0",
  7280. "wrap-ansi": "^9.0.0"
  7281. },
  7282. "engines": {
  7283. "node": ">=20"
  7284. }
  7285. },
  7286. "node_modules/cluster-key-slot": {
  7287. "version": "1.1.2",
  7288. "resolved": "https://registry.npmjs.org/cluster-key-slot/-/cluster-key-slot-1.1.2.tgz",
  7289. "integrity": "sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==",
  7290. "license": "Apache-2.0",
  7291. "engines": {
  7292. "node": ">=0.10.0"
  7293. }
  7294. },
  7295. "node_modules/color": {
  7296. "version": "4.2.3",
  7297. "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
  7298. "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
  7299. "license": "MIT",
  7300. "optional": true,
  7301. "dependencies": {
  7302. "color-convert": "^2.0.1",
  7303. "color-string": "^1.9.0"
  7304. },
  7305. "engines": {
  7306. "node": ">=12.5.0"
  7307. }
  7308. },
  7309. "node_modules/color-convert": {
  7310. "version": "2.0.1",
  7311. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  7312. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  7313. "license": "MIT",
  7314. "dependencies": {
  7315. "color-name": "~1.1.4"
  7316. },
  7317. "engines": {
  7318. "node": ">=7.0.0"
  7319. }
  7320. },
  7321. "node_modules/color-name": {
  7322. "version": "1.1.4",
  7323. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  7324. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  7325. "license": "MIT"
  7326. },
  7327. "node_modules/color-string": {
  7328. "version": "1.9.1",
  7329. "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz",
  7330. "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
  7331. "license": "MIT",
  7332. "optional": true,
  7333. "dependencies": {
  7334. "color-name": "^1.0.0",
  7335. "simple-swizzle": "^0.2.2"
  7336. }
  7337. },
  7338. "node_modules/colortranslator": {
  7339. "version": "5.0.0",
  7340. "resolved": "https://registry.npmjs.org/colortranslator/-/colortranslator-5.0.0.tgz",
  7341. "integrity": "sha512-Z3UPUKasUVDFCDYAjP2fmlVRf1jFHJv1izAmPjiOa0OCIw1W7iC8PZ2GsoDa8uZv+mKyWopxxStT9q05+27h7w==",
  7342. "license": "Apache-2.0"
  7343. },
  7344. "node_modules/commander": {
  7345. "version": "7.2.0",
  7346. "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
  7347. "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
  7348. "license": "MIT",
  7349. "optional": true,
  7350. "engines": {
  7351. "node": ">= 10"
  7352. }
  7353. },
  7354. "node_modules/comment-parser": {
  7355. "version": "1.4.6",
  7356. "resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.4.6.tgz",
  7357. "integrity": "sha512-ObxuY6vnbWTN6Od72xfwN9DbzC7Y2vv8u1Soi9ahRKL37gb6y1qk6/dgjs+3JWuXJHWvsg3BXIwzd/rkmAwavg==",
  7358. "license": "MIT",
  7359. "engines": {
  7360. "node": ">= 12.0.0"
  7361. }
  7362. },
  7363. "node_modules/commondir": {
  7364. "version": "1.0.1",
  7365. "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
  7366. "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==",
  7367. "license": "MIT"
  7368. },
  7369. "node_modules/compatx": {
  7370. "version": "0.2.0",
  7371. "resolved": "https://registry.npmjs.org/compatx/-/compatx-0.2.0.tgz",
  7372. "integrity": "sha512-6gLRNt4ygsi5NyMVhceOCFv14CIdDFN7fQjX1U4+47qVE/+kjPoXMK65KWK+dWxmFzMTuKazoQ9sch6pM0p5oA==",
  7373. "license": "MIT"
  7374. },
  7375. "node_modules/compress-commons": {
  7376. "version": "6.0.2",
  7377. "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-6.0.2.tgz",
  7378. "integrity": "sha512-6FqVXeETqWPoGcfzrXb37E50NP0LXT8kAMu5ooZayhWWdgEY4lBEEcbQNXtkuKQsGduxiIcI4gOTsxTmuq/bSg==",
  7379. "license": "MIT",
  7380. "dependencies": {
  7381. "crc-32": "^1.2.0",
  7382. "crc32-stream": "^6.0.0",
  7383. "is-stream": "^2.0.1",
  7384. "normalize-path": "^3.0.0",
  7385. "readable-stream": "^4.0.0"
  7386. },
  7387. "engines": {
  7388. "node": ">= 14"
  7389. }
  7390. },
  7391. "node_modules/compress-commons/node_modules/is-stream": {
  7392. "version": "2.0.1",
  7393. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  7394. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  7395. "license": "MIT",
  7396. "engines": {
  7397. "node": ">=8"
  7398. },
  7399. "funding": {
  7400. "url": "https://github.com/sponsors/sindresorhus"
  7401. }
  7402. },
  7403. "node_modules/concat-map": {
  7404. "version": "0.0.1",
  7405. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  7406. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  7407. "license": "MIT"
  7408. },
  7409. "node_modules/confbox": {
  7410. "version": "0.2.4",
  7411. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.2.4.tgz",
  7412. "integrity": "sha512-ysOGlgTFbN2/Y6Cg3Iye8YKulHw+R2fNXHrgSmXISQdMnomY6eNDprVdW9R5xBguEqI954+S6709UyiO7B+6OQ==",
  7413. "license": "MIT"
  7414. },
  7415. "node_modules/consola": {
  7416. "version": "3.4.2",
  7417. "resolved": "https://registry.npmjs.org/consola/-/consola-3.4.2.tgz",
  7418. "integrity": "sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==",
  7419. "license": "MIT",
  7420. "engines": {
  7421. "node": "^14.18.0 || >=16.10.0"
  7422. }
  7423. },
  7424. "node_modules/convert-source-map": {
  7425. "version": "2.0.0",
  7426. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
  7427. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  7428. "license": "MIT"
  7429. },
  7430. "node_modules/cookie-es": {
  7431. "version": "1.2.3",
  7432. "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-1.2.3.tgz",
  7433. "integrity": "sha512-lXVyvUvrNXblMqzIRrxHb57UUVmqsSWlxqt3XIjCkUP0wDAf6uicO6KMbEgYrMNtEvWgWHwe42CKxPu9MYAnWw==",
  7434. "license": "MIT"
  7435. },
  7436. "node_modules/core-js-compat": {
  7437. "version": "3.49.0",
  7438. "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.49.0.tgz",
  7439. "integrity": "sha512-VQXt1jr9cBz03b331DFDCCP90b3fanciLkgiOoy8SBHy06gNf+vQ1A3WFLqG7I8TipYIKeYK9wxd0tUrvHcOZA==",
  7440. "license": "MIT",
  7441. "dependencies": {
  7442. "browserslist": "^4.28.1"
  7443. },
  7444. "funding": {
  7445. "type": "opencollective",
  7446. "url": "https://opencollective.com/core-js"
  7447. }
  7448. },
  7449. "node_modules/core-util-is": {
  7450. "version": "1.0.3",
  7451. "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
  7452. "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
  7453. "license": "MIT"
  7454. },
  7455. "node_modules/crc-32": {
  7456. "version": "1.2.2",
  7457. "resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz",
  7458. "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",
  7459. "license": "Apache-2.0",
  7460. "bin": {
  7461. "crc32": "bin/crc32.njs"
  7462. },
  7463. "engines": {
  7464. "node": ">=0.8"
  7465. }
  7466. },
  7467. "node_modules/crc32-stream": {
  7468. "version": "6.0.0",
  7469. "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-6.0.0.tgz",
  7470. "integrity": "sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==",
  7471. "license": "MIT",
  7472. "dependencies": {
  7473. "crc-32": "^1.2.0",
  7474. "readable-stream": "^4.0.0"
  7475. },
  7476. "engines": {
  7477. "node": ">= 14"
  7478. }
  7479. },
  7480. "node_modules/crelt": {
  7481. "version": "1.0.6",
  7482. "resolved": "https://registry.npmjs.org/crelt/-/crelt-1.0.6.tgz",
  7483. "integrity": "sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g==",
  7484. "license": "MIT"
  7485. },
  7486. "node_modules/croner": {
  7487. "version": "10.0.1",
  7488. "resolved": "https://registry.npmjs.org/croner/-/croner-10.0.1.tgz",
  7489. "integrity": "sha512-ixNtAJndqh173VQ4KodSdJEI6nuioBWI0V1ITNKhZZsO0pEMoDxz539T4FTTbSZ/xIOSuDnzxLVRqBVSvPNE2g==",
  7490. "funding": [
  7491. {
  7492. "type": "other",
  7493. "url": "https://paypal.me/hexagonpp"
  7494. },
  7495. {
  7496. "type": "github",
  7497. "url": "https://github.com/sponsors/hexagon"
  7498. }
  7499. ],
  7500. "license": "MIT",
  7501. "engines": {
  7502. "node": ">=18.0"
  7503. }
  7504. },
  7505. "node_modules/cross-spawn": {
  7506. "version": "7.0.6",
  7507. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
  7508. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  7509. "license": "MIT",
  7510. "dependencies": {
  7511. "path-key": "^3.1.0",
  7512. "shebang-command": "^2.0.0",
  7513. "which": "^2.0.1"
  7514. },
  7515. "engines": {
  7516. "node": ">= 8"
  7517. }
  7518. },
  7519. "node_modules/crossws": {
  7520. "version": "0.3.5",
  7521. "resolved": "https://registry.npmjs.org/crossws/-/crossws-0.3.5.tgz",
  7522. "integrity": "sha512-ojKiDvcmByhwa8YYqbQI/hg7MEU0NC03+pSdEq4ZUnZR9xXpwk7E43SMNGkn+JxJGPFtNvQ48+vV2p+P1ml5PA==",
  7523. "license": "MIT",
  7524. "dependencies": {
  7525. "uncrypto": "^0.1.3"
  7526. }
  7527. },
  7528. "node_modules/css-declaration-sorter": {
  7529. "version": "7.4.0",
  7530. "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.4.0.tgz",
  7531. "integrity": "sha512-LTuzjPoyA2vMGKKcaOqKSp7Ub2eGrNfKiZH4LpezxpNrsICGCSFvsQOI29psISxNZtaXibkC2CXzrQ5enMeGGw==",
  7532. "license": "ISC",
  7533. "engines": {
  7534. "node": "^14 || ^16 || >=18"
  7535. },
  7536. "peerDependencies": {
  7537. "postcss": "^8.0.9"
  7538. }
  7539. },
  7540. "node_modules/css-select": {
  7541. "version": "5.2.2",
  7542. "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.2.2.tgz",
  7543. "integrity": "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==",
  7544. "license": "BSD-2-Clause",
  7545. "dependencies": {
  7546. "boolbase": "^1.0.0",
  7547. "css-what": "^6.1.0",
  7548. "domhandler": "^5.0.2",
  7549. "domutils": "^3.0.1",
  7550. "nth-check": "^2.0.1"
  7551. },
  7552. "funding": {
  7553. "url": "https://github.com/sponsors/fb55"
  7554. }
  7555. },
  7556. "node_modules/css-tree": {
  7557. "version": "3.2.1",
  7558. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.2.1.tgz",
  7559. "integrity": "sha512-X7sjQzceUhu1u7Y/ylrRZFU2FS6LRiFVp6rKLPg23y3x3c3DOKAwuXGDp+PAGjh6CSnCjYeAul8pcT8bAl+lSA==",
  7560. "license": "MIT",
  7561. "dependencies": {
  7562. "mdn-data": "2.27.1",
  7563. "source-map-js": "^1.2.1"
  7564. },
  7565. "engines": {
  7566. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  7567. }
  7568. },
  7569. "node_modules/css-what": {
  7570. "version": "6.2.2",
  7571. "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.2.2.tgz",
  7572. "integrity": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==",
  7573. "license": "BSD-2-Clause",
  7574. "engines": {
  7575. "node": ">= 6"
  7576. },
  7577. "funding": {
  7578. "url": "https://github.com/sponsors/fb55"
  7579. }
  7580. },
  7581. "node_modules/cssesc": {
  7582. "version": "3.0.0",
  7583. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  7584. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  7585. "license": "MIT",
  7586. "bin": {
  7587. "cssesc": "bin/cssesc"
  7588. },
  7589. "engines": {
  7590. "node": ">=4"
  7591. }
  7592. },
  7593. "node_modules/cssfilter": {
  7594. "version": "0.0.10",
  7595. "resolved": "https://registry.npmjs.org/cssfilter/-/cssfilter-0.0.10.tgz",
  7596. "integrity": "sha512-FAaLDaplstoRsDR8XGYH51znUN0UY7nMc6Z9/fvE8EXGwvJE9hu7W2vHwx1+bd6gCYnln9nLbzxFTrcO9YQDZw==",
  7597. "license": "MIT",
  7598. "optional": true
  7599. },
  7600. "node_modules/cssnano": {
  7601. "version": "7.1.5",
  7602. "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-7.1.5.tgz",
  7603. "integrity": "sha512-4yEvjF2zcoAOWfNq6X687ORJc5SvM5xbg6EGuLSBmGoWZbsL69wpmw1tA3fZt7OwIG+G4ndjF95RSS4luvim7A==",
  7604. "license": "MIT",
  7605. "dependencies": {
  7606. "cssnano-preset-default": "^7.0.13",
  7607. "lilconfig": "^3.1.3"
  7608. },
  7609. "engines": {
  7610. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7611. },
  7612. "funding": {
  7613. "type": "opencollective",
  7614. "url": "https://opencollective.com/cssnano"
  7615. },
  7616. "peerDependencies": {
  7617. "postcss": "^8.4.32"
  7618. }
  7619. },
  7620. "node_modules/cssnano-preset-default": {
  7621. "version": "7.0.13",
  7622. "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-7.0.13.tgz",
  7623. "integrity": "sha512-/XvjNeb+oitOT9ks3Tg0UAsnXeHR1dh3wBMK/D/zN8gqvAHOp25FZGiLoQbvBBU203WXVNITkaqyFp4O/Rns4w==",
  7624. "license": "MIT",
  7625. "dependencies": {
  7626. "browserslist": "^4.28.2",
  7627. "css-declaration-sorter": "^7.2.0",
  7628. "cssnano-utils": "^5.0.1",
  7629. "postcss-calc": "^10.1.1",
  7630. "postcss-colormin": "^7.0.8",
  7631. "postcss-convert-values": "^7.0.10",
  7632. "postcss-discard-comments": "^7.0.6",
  7633. "postcss-discard-duplicates": "^7.0.2",
  7634. "postcss-discard-empty": "^7.0.1",
  7635. "postcss-discard-overridden": "^7.0.1",
  7636. "postcss-merge-longhand": "^7.0.5",
  7637. "postcss-merge-rules": "^7.0.9",
  7638. "postcss-minify-font-values": "^7.0.1",
  7639. "postcss-minify-gradients": "^7.0.3",
  7640. "postcss-minify-params": "^7.0.7",
  7641. "postcss-minify-selectors": "^7.0.6",
  7642. "postcss-normalize-charset": "^7.0.1",
  7643. "postcss-normalize-display-values": "^7.0.1",
  7644. "postcss-normalize-positions": "^7.0.1",
  7645. "postcss-normalize-repeat-style": "^7.0.1",
  7646. "postcss-normalize-string": "^7.0.1",
  7647. "postcss-normalize-timing-functions": "^7.0.1",
  7648. "postcss-normalize-unicode": "^7.0.7",
  7649. "postcss-normalize-url": "^7.0.1",
  7650. "postcss-normalize-whitespace": "^7.0.1",
  7651. "postcss-ordered-values": "^7.0.2",
  7652. "postcss-reduce-initial": "^7.0.7",
  7653. "postcss-reduce-transforms": "^7.0.1",
  7654. "postcss-svgo": "^7.1.1",
  7655. "postcss-unique-selectors": "^7.0.5"
  7656. },
  7657. "engines": {
  7658. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7659. },
  7660. "peerDependencies": {
  7661. "postcss": "^8.4.32"
  7662. }
  7663. },
  7664. "node_modules/cssnano-utils": {
  7665. "version": "5.0.1",
  7666. "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-5.0.1.tgz",
  7667. "integrity": "sha512-ZIP71eQgG9JwjVZsTPSqhc6GHgEr53uJ7tK5///VfyWj6Xp2DBmixWHqJgPno+PqATzn48pL42ww9x5SSGmhZg==",
  7668. "license": "MIT",
  7669. "engines": {
  7670. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  7671. },
  7672. "peerDependencies": {
  7673. "postcss": "^8.4.32"
  7674. }
  7675. },
  7676. "node_modules/csso": {
  7677. "version": "5.0.5",
  7678. "resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz",
  7679. "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==",
  7680. "license": "MIT",
  7681. "dependencies": {
  7682. "css-tree": "~2.2.0"
  7683. },
  7684. "engines": {
  7685. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  7686. "npm": ">=7.0.0"
  7687. }
  7688. },
  7689. "node_modules/csso/node_modules/css-tree": {
  7690. "version": "2.2.1",
  7691. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz",
  7692. "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==",
  7693. "license": "MIT",
  7694. "dependencies": {
  7695. "mdn-data": "2.0.28",
  7696. "source-map-js": "^1.0.1"
  7697. },
  7698. "engines": {
  7699. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
  7700. "npm": ">=7.0.0"
  7701. }
  7702. },
  7703. "node_modules/csso/node_modules/mdn-data": {
  7704. "version": "2.0.28",
  7705. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz",
  7706. "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==",
  7707. "license": "CC0-1.0"
  7708. },
  7709. "node_modules/csstype": {
  7710. "version": "3.2.3",
  7711. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
  7712. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  7713. "license": "MIT"
  7714. },
  7715. "node_modules/db0": {
  7716. "version": "0.3.4",
  7717. "resolved": "https://registry.npmjs.org/db0/-/db0-0.3.4.tgz",
  7718. "integrity": "sha512-RiXXi4WaNzPTHEOu8UPQKMooIbqOEyqA1t7Z6MsdxSCeb8iUC9ko3LcmsLmeUt2SM5bctfArZKkRQggKZz7JNw==",
  7719. "license": "MIT",
  7720. "peerDependencies": {
  7721. "@electric-sql/pglite": "*",
  7722. "@libsql/client": "*",
  7723. "better-sqlite3": "*",
  7724. "drizzle-orm": "*",
  7725. "mysql2": "*",
  7726. "sqlite3": "*"
  7727. },
  7728. "peerDependenciesMeta": {
  7729. "@electric-sql/pglite": {
  7730. "optional": true
  7731. },
  7732. "@libsql/client": {
  7733. "optional": true
  7734. },
  7735. "better-sqlite3": {
  7736. "optional": true
  7737. },
  7738. "drizzle-orm": {
  7739. "optional": true
  7740. },
  7741. "mysql2": {
  7742. "optional": true
  7743. },
  7744. "sqlite3": {
  7745. "optional": true
  7746. }
  7747. }
  7748. },
  7749. "node_modules/debug": {
  7750. "version": "4.4.3",
  7751. "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
  7752. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  7753. "license": "MIT",
  7754. "dependencies": {
  7755. "ms": "^2.1.3"
  7756. },
  7757. "engines": {
  7758. "node": ">=6.0"
  7759. },
  7760. "peerDependenciesMeta": {
  7761. "supports-color": {
  7762. "optional": true
  7763. }
  7764. }
  7765. },
  7766. "node_modules/decompress-response": {
  7767. "version": "6.0.0",
  7768. "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz",
  7769. "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==",
  7770. "license": "MIT",
  7771. "optional": true,
  7772. "dependencies": {
  7773. "mimic-response": "^3.1.0"
  7774. },
  7775. "engines": {
  7776. "node": ">=10"
  7777. },
  7778. "funding": {
  7779. "url": "https://github.com/sponsors/sindresorhus"
  7780. }
  7781. },
  7782. "node_modules/deep-extend": {
  7783. "version": "0.6.0",
  7784. "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
  7785. "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
  7786. "license": "MIT",
  7787. "optional": true,
  7788. "engines": {
  7789. "node": ">=4.0.0"
  7790. }
  7791. },
  7792. "node_modules/deep-is": {
  7793. "version": "0.1.4",
  7794. "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
  7795. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  7796. "license": "MIT"
  7797. },
  7798. "node_modules/deepmerge": {
  7799. "version": "4.3.1",
  7800. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
  7801. "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
  7802. "license": "MIT",
  7803. "engines": {
  7804. "node": ">=0.10.0"
  7805. }
  7806. },
  7807. "node_modules/default-browser": {
  7808. "version": "5.5.0",
  7809. "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.5.0.tgz",
  7810. "integrity": "sha512-H9LMLr5zwIbSxrmvikGuI/5KGhZ8E2zH3stkMgM5LpOWDutGM2JZaj460Udnf1a+946zc7YBgrqEWwbk7zHvGw==",
  7811. "license": "MIT",
  7812. "dependencies": {
  7813. "bundle-name": "^4.1.0",
  7814. "default-browser-id": "^5.0.0"
  7815. },
  7816. "engines": {
  7817. "node": ">=18"
  7818. },
  7819. "funding": {
  7820. "url": "https://github.com/sponsors/sindresorhus"
  7821. }
  7822. },
  7823. "node_modules/default-browser-id": {
  7824. "version": "5.0.1",
  7825. "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.1.tgz",
  7826. "integrity": "sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q==",
  7827. "license": "MIT",
  7828. "engines": {
  7829. "node": ">=18"
  7830. },
  7831. "funding": {
  7832. "url": "https://github.com/sponsors/sindresorhus"
  7833. }
  7834. },
  7835. "node_modules/define-lazy-prop": {
  7836. "version": "3.0.0",
  7837. "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
  7838. "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
  7839. "license": "MIT",
  7840. "engines": {
  7841. "node": ">=12"
  7842. },
  7843. "funding": {
  7844. "url": "https://github.com/sponsors/sindresorhus"
  7845. }
  7846. },
  7847. "node_modules/defu": {
  7848. "version": "6.1.7",
  7849. "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.7.tgz",
  7850. "integrity": "sha512-7z22QmUWiQ/2d0KkdYmANbRUVABpZ9SNYyH5vx6PZ+nE5bcC0l7uFvEfHlyld/HcGBFTL536ClDt3DEcSlEJAQ==",
  7851. "license": "MIT"
  7852. },
  7853. "node_modules/denque": {
  7854. "version": "2.1.0",
  7855. "resolved": "https://registry.npmjs.org/denque/-/denque-2.1.0.tgz",
  7856. "integrity": "sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==",
  7857. "license": "Apache-2.0",
  7858. "engines": {
  7859. "node": ">=0.10"
  7860. }
  7861. },
  7862. "node_modules/depd": {
  7863. "version": "2.0.0",
  7864. "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
  7865. "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  7866. "license": "MIT",
  7867. "engines": {
  7868. "node": ">= 0.8"
  7869. }
  7870. },
  7871. "node_modules/destr": {
  7872. "version": "2.0.5",
  7873. "resolved": "https://registry.npmjs.org/destr/-/destr-2.0.5.tgz",
  7874. "integrity": "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==",
  7875. "license": "MIT"
  7876. },
  7877. "node_modules/detect-libc": {
  7878. "version": "2.1.2",
  7879. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  7880. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  7881. "license": "Apache-2.0",
  7882. "engines": {
  7883. "node": ">=8"
  7884. }
  7885. },
  7886. "node_modules/devalue": {
  7887. "version": "5.7.1",
  7888. "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.7.1.tgz",
  7889. "integrity": "sha512-MUbZ586EgQqdRnC4yDrlod3BEdyvE4TapGYHMW2CiaW+KkkFmWEFqBUaLltEZCGi0iFXCEjRF0OjF0DV2QHjOA==",
  7890. "license": "MIT"
  7891. },
  7892. "node_modules/diff": {
  7893. "version": "8.0.4",
  7894. "resolved": "https://registry.npmjs.org/diff/-/diff-8.0.4.tgz",
  7895. "integrity": "sha512-DPi0FmjiSU5EvQV0++GFDOJ9ASQUVFh5kD+OzOnYdi7n3Wpm9hWWGfB/O2blfHcMVTL5WkQXSnRiK9makhrcnw==",
  7896. "license": "BSD-3-Clause",
  7897. "engines": {
  7898. "node": ">=0.3.1"
  7899. }
  7900. },
  7901. "node_modules/dom-serializer": {
  7902. "version": "2.0.0",
  7903. "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz",
  7904. "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
  7905. "license": "MIT",
  7906. "dependencies": {
  7907. "domelementtype": "^2.3.0",
  7908. "domhandler": "^5.0.2",
  7909. "entities": "^4.2.0"
  7910. },
  7911. "funding": {
  7912. "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
  7913. }
  7914. },
  7915. "node_modules/dom-serializer/node_modules/entities": {
  7916. "version": "4.5.0",
  7917. "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
  7918. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  7919. "license": "BSD-2-Clause",
  7920. "engines": {
  7921. "node": ">=0.12"
  7922. },
  7923. "funding": {
  7924. "url": "https://github.com/fb55/entities?sponsor=1"
  7925. }
  7926. },
  7927. "node_modules/domelementtype": {
  7928. "version": "2.3.0",
  7929. "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
  7930. "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
  7931. "funding": [
  7932. {
  7933. "type": "github",
  7934. "url": "https://github.com/sponsors/fb55"
  7935. }
  7936. ],
  7937. "license": "BSD-2-Clause"
  7938. },
  7939. "node_modules/domhandler": {
  7940. "version": "5.0.3",
  7941. "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz",
  7942. "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
  7943. "license": "BSD-2-Clause",
  7944. "dependencies": {
  7945. "domelementtype": "^2.3.0"
  7946. },
  7947. "engines": {
  7948. "node": ">= 4"
  7949. },
  7950. "funding": {
  7951. "url": "https://github.com/fb55/domhandler?sponsor=1"
  7952. }
  7953. },
  7954. "node_modules/domutils": {
  7955. "version": "3.2.2",
  7956. "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz",
  7957. "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==",
  7958. "license": "BSD-2-Clause",
  7959. "dependencies": {
  7960. "dom-serializer": "^2.0.0",
  7961. "domelementtype": "^2.3.0",
  7962. "domhandler": "^5.0.3"
  7963. },
  7964. "funding": {
  7965. "url": "https://github.com/fb55/domutils?sponsor=1"
  7966. }
  7967. },
  7968. "node_modules/dot-prop": {
  7969. "version": "10.1.0",
  7970. "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-10.1.0.tgz",
  7971. "integrity": "sha512-MVUtAugQMOff5RnBy2d9N31iG0lNwg1qAoAOn7pOK5wf94WIaE3My2p3uwTQuvS2AcqchkcR3bHByjaM0mmi7Q==",
  7972. "license": "MIT",
  7973. "dependencies": {
  7974. "type-fest": "^5.0.0"
  7975. },
  7976. "engines": {
  7977. "node": ">=20"
  7978. },
  7979. "funding": {
  7980. "url": "https://github.com/sponsors/sindresorhus"
  7981. }
  7982. },
  7983. "node_modules/dotenv": {
  7984. "version": "17.4.2",
  7985. "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.4.2.tgz",
  7986. "integrity": "sha512-nI4U3TottKAcAD9LLud4Cb7b2QztQMUEfHbvhTH09bqXTxnSie8WnjPALV/WMCrJZ6UV/qHJ6L03OqO3LcdYZw==",
  7987. "license": "BSD-2-Clause",
  7988. "engines": {
  7989. "node": ">=12"
  7990. },
  7991. "funding": {
  7992. "url": "https://dotenvx.com"
  7993. }
  7994. },
  7995. "node_modules/duplexer": {
  7996. "version": "0.1.2",
  7997. "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
  7998. "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==",
  7999. "license": "MIT"
  8000. },
  8001. "node_modules/eastasianwidth": {
  8002. "version": "0.2.0",
  8003. "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
  8004. "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
  8005. "license": "MIT"
  8006. },
  8007. "node_modules/ee-first": {
  8008. "version": "1.1.1",
  8009. "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
  8010. "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
  8011. "license": "MIT"
  8012. },
  8013. "node_modules/electron-to-chromium": {
  8014. "version": "1.5.336",
  8015. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.336.tgz",
  8016. "integrity": "sha512-AbH9q9J455r/nLmdNZes0G0ZKcRX73FicwowalLs6ijwOmCJSRRrLX63lcAlzy9ux3dWK1w1+1nsBJEWN11hcQ==",
  8017. "license": "ISC"
  8018. },
  8019. "node_modules/embla-carousel": {
  8020. "version": "8.6.0",
  8021. "resolved": "https://registry.npmjs.org/embla-carousel/-/embla-carousel-8.6.0.tgz",
  8022. "integrity": "sha512-SjWyZBHJPbqxHOzckOfo8lHisEaJWmwd23XppYFYVh10bU66/Pn5tkVkbkCMZVdbUE5eTCI2nD8OyIP4Z+uwkA==",
  8023. "license": "MIT"
  8024. },
  8025. "node_modules/embla-carousel-auto-height": {
  8026. "version": "8.6.0",
  8027. "resolved": "https://registry.npmjs.org/embla-carousel-auto-height/-/embla-carousel-auto-height-8.6.0.tgz",
  8028. "integrity": "sha512-/HrJQOEM6aol/oF33gd2QlINcXy3e19fJWvHDuHWp2bpyTa+2dm9tVVJak30m2Qy6QyQ6Fc8DkImtv7pxWOJUQ==",
  8029. "license": "MIT",
  8030. "peerDependencies": {
  8031. "embla-carousel": "8.6.0"
  8032. }
  8033. },
  8034. "node_modules/embla-carousel-auto-scroll": {
  8035. "version": "8.6.0",
  8036. "resolved": "https://registry.npmjs.org/embla-carousel-auto-scroll/-/embla-carousel-auto-scroll-8.6.0.tgz",
  8037. "integrity": "sha512-WT9fWhNXFpbQ6kP+aS07oF5IHYLZ1Dx4DkwgCY8Hv2ZyYd2KMCPfMV1q/cA3wFGuLO7GMgKiySLX90/pQkcOdQ==",
  8038. "license": "MIT",
  8039. "peerDependencies": {
  8040. "embla-carousel": "8.6.0"
  8041. }
  8042. },
  8043. "node_modules/embla-carousel-autoplay": {
  8044. "version": "8.6.0",
  8045. "resolved": "https://registry.npmjs.org/embla-carousel-autoplay/-/embla-carousel-autoplay-8.6.0.tgz",
  8046. "integrity": "sha512-OBu5G3nwaSXkZCo1A6LTaFMZ8EpkYbwIaH+bPqdBnDGQ2fh4+NbzjXjs2SktoPNKCtflfVMc75njaDHOYXcrsA==",
  8047. "license": "MIT",
  8048. "peerDependencies": {
  8049. "embla-carousel": "8.6.0"
  8050. }
  8051. },
  8052. "node_modules/embla-carousel-class-names": {
  8053. "version": "8.6.0",
  8054. "resolved": "https://registry.npmjs.org/embla-carousel-class-names/-/embla-carousel-class-names-8.6.0.tgz",
  8055. "integrity": "sha512-l1hm1+7GxQ+zwdU2sea/LhD946on7XO2qk3Xq2XWSwBaWfdgchXdK567yzLtYSHn4sWYdiX+x4nnaj+saKnJkw==",
  8056. "license": "MIT",
  8057. "peerDependencies": {
  8058. "embla-carousel": "8.6.0"
  8059. }
  8060. },
  8061. "node_modules/embla-carousel-fade": {
  8062. "version": "8.6.0",
  8063. "resolved": "https://registry.npmjs.org/embla-carousel-fade/-/embla-carousel-fade-8.6.0.tgz",
  8064. "integrity": "sha512-qaYsx5mwCz72ZrjlsXgs1nKejSrW+UhkbOMwLgfRT7w2LtdEB03nPRI06GHuHv5ac2USvbEiX2/nAHctcDwvpg==",
  8065. "license": "MIT",
  8066. "peerDependencies": {
  8067. "embla-carousel": "8.6.0"
  8068. }
  8069. },
  8070. "node_modules/embla-carousel-reactive-utils": {
  8071. "version": "8.6.0",
  8072. "resolved": "https://registry.npmjs.org/embla-carousel-reactive-utils/-/embla-carousel-reactive-utils-8.6.0.tgz",
  8073. "integrity": "sha512-fMVUDUEx0/uIEDM0Mz3dHznDhfX+znCCDCeIophYb1QGVM7YThSWX+wz11zlYwWFOr74b4QLGg0hrGPJeG2s4A==",
  8074. "license": "MIT",
  8075. "peerDependencies": {
  8076. "embla-carousel": "8.6.0"
  8077. }
  8078. },
  8079. "node_modules/embla-carousel-vue": {
  8080. "version": "8.6.0",
  8081. "resolved": "https://registry.npmjs.org/embla-carousel-vue/-/embla-carousel-vue-8.6.0.tgz",
  8082. "integrity": "sha512-v8UO5UsyLocZnu/LbfQA7Dn2QHuZKurJY93VUmZYP//QRWoCWOsionmvLLAlibkET3pGPs7++03VhJKbWD7vhQ==",
  8083. "license": "MIT",
  8084. "dependencies": {
  8085. "embla-carousel": "8.6.0",
  8086. "embla-carousel-reactive-utils": "8.6.0"
  8087. },
  8088. "peerDependencies": {
  8089. "vue": "^3.2.37"
  8090. }
  8091. },
  8092. "node_modules/embla-carousel-wheel-gestures": {
  8093. "version": "8.1.0",
  8094. "resolved": "https://registry.npmjs.org/embla-carousel-wheel-gestures/-/embla-carousel-wheel-gestures-8.1.0.tgz",
  8095. "integrity": "sha512-J68jkYrxbWDmXOm2n2YHl+uMEXzkGSKjWmjaEgL9xVvPb3HqVmg6rJSKfI3sqIDVvm7mkeTy87wtG/5263XqHQ==",
  8096. "license": "MIT",
  8097. "dependencies": {
  8098. "wheel-gestures": "^2.2.5"
  8099. },
  8100. "engines": {
  8101. "node": ">=10"
  8102. },
  8103. "peerDependencies": {
  8104. "embla-carousel": "^8.0.0 || ~8.0.0-rc03"
  8105. }
  8106. },
  8107. "node_modules/emoji-regex": {
  8108. "version": "10.6.0",
  8109. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
  8110. "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
  8111. "license": "MIT"
  8112. },
  8113. "node_modules/encodeurl": {
  8114. "version": "2.0.0",
  8115. "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
  8116. "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
  8117. "license": "MIT",
  8118. "engines": {
  8119. "node": ">= 0.8"
  8120. }
  8121. },
  8122. "node_modules/end-of-stream": {
  8123. "version": "1.4.5",
  8124. "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.5.tgz",
  8125. "integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==",
  8126. "license": "MIT",
  8127. "optional": true,
  8128. "dependencies": {
  8129. "once": "^1.4.0"
  8130. }
  8131. },
  8132. "node_modules/enhanced-resolve": {
  8133. "version": "5.20.1",
  8134. "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.20.1.tgz",
  8135. "integrity": "sha512-Qohcme7V1inbAfvjItgw0EaxVX5q2rdVEZHRBrEQdRZTssLDGsL8Lwrznl8oQ/6kuTJONLaDcGjkNP247XEhcA==",
  8136. "license": "MIT",
  8137. "dependencies": {
  8138. "graceful-fs": "^4.2.4",
  8139. "tapable": "^2.3.0"
  8140. },
  8141. "engines": {
  8142. "node": ">=10.13.0"
  8143. }
  8144. },
  8145. "node_modules/entities": {
  8146. "version": "7.0.1",
  8147. "resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz",
  8148. "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
  8149. "license": "BSD-2-Clause",
  8150. "engines": {
  8151. "node": ">=0.12"
  8152. },
  8153. "funding": {
  8154. "url": "https://github.com/fb55/entities?sponsor=1"
  8155. }
  8156. },
  8157. "node_modules/error-stack-parser-es": {
  8158. "version": "1.0.5",
  8159. "resolved": "https://registry.npmjs.org/error-stack-parser-es/-/error-stack-parser-es-1.0.5.tgz",
  8160. "integrity": "sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==",
  8161. "license": "MIT",
  8162. "funding": {
  8163. "url": "https://github.com/sponsors/antfu"
  8164. }
  8165. },
  8166. "node_modules/errx": {
  8167. "version": "0.1.0",
  8168. "resolved": "https://registry.npmjs.org/errx/-/errx-0.1.0.tgz",
  8169. "integrity": "sha512-fZmsRiDNv07K6s2KkKFTiD2aIvECa7++PKyD5NC32tpRw46qZA3sOz+aM+/V9V0GDHxVTKLziveV4JhzBHDp9Q==",
  8170. "license": "MIT"
  8171. },
  8172. "node_modules/es-errors": {
  8173. "version": "1.3.0",
  8174. "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
  8175. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  8176. "license": "MIT",
  8177. "engines": {
  8178. "node": ">= 0.4"
  8179. }
  8180. },
  8181. "node_modules/es-module-lexer": {
  8182. "version": "2.0.0",
  8183. "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.0.0.tgz",
  8184. "integrity": "sha512-5POEcUuZybH7IdmGsD8wlf0AI55wMecM9rVBTI/qEAy2c1kTOm3DjFYjrBdI2K3BaJjJYfYFeRtM0t9ssnRuxw==",
  8185. "license": "MIT"
  8186. },
  8187. "node_modules/esbuild": {
  8188. "version": "0.27.7",
  8189. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.7.tgz",
  8190. "integrity": "sha512-IxpibTjyVnmrIQo5aqNpCgoACA/dTKLTlhMHihVHhdkxKyPO1uBBthumT0rdHmcsk9uMonIWS0m4FljWzILh3w==",
  8191. "hasInstallScript": true,
  8192. "license": "MIT",
  8193. "bin": {
  8194. "esbuild": "bin/esbuild"
  8195. },
  8196. "engines": {
  8197. "node": ">=18"
  8198. },
  8199. "optionalDependencies": {
  8200. "@esbuild/aix-ppc64": "0.27.7",
  8201. "@esbuild/android-arm": "0.27.7",
  8202. "@esbuild/android-arm64": "0.27.7",
  8203. "@esbuild/android-x64": "0.27.7",
  8204. "@esbuild/darwin-arm64": "0.27.7",
  8205. "@esbuild/darwin-x64": "0.27.7",
  8206. "@esbuild/freebsd-arm64": "0.27.7",
  8207. "@esbuild/freebsd-x64": "0.27.7",
  8208. "@esbuild/linux-arm": "0.27.7",
  8209. "@esbuild/linux-arm64": "0.27.7",
  8210. "@esbuild/linux-ia32": "0.27.7",
  8211. "@esbuild/linux-loong64": "0.27.7",
  8212. "@esbuild/linux-mips64el": "0.27.7",
  8213. "@esbuild/linux-ppc64": "0.27.7",
  8214. "@esbuild/linux-riscv64": "0.27.7",
  8215. "@esbuild/linux-s390x": "0.27.7",
  8216. "@esbuild/linux-x64": "0.27.7",
  8217. "@esbuild/netbsd-arm64": "0.27.7",
  8218. "@esbuild/netbsd-x64": "0.27.7",
  8219. "@esbuild/openbsd-arm64": "0.27.7",
  8220. "@esbuild/openbsd-x64": "0.27.7",
  8221. "@esbuild/openharmony-arm64": "0.27.7",
  8222. "@esbuild/sunos-x64": "0.27.7",
  8223. "@esbuild/win32-arm64": "0.27.7",
  8224. "@esbuild/win32-ia32": "0.27.7",
  8225. "@esbuild/win32-x64": "0.27.7"
  8226. }
  8227. },
  8228. "node_modules/escalade": {
  8229. "version": "3.2.0",
  8230. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
  8231. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  8232. "license": "MIT",
  8233. "engines": {
  8234. "node": ">=6"
  8235. }
  8236. },
  8237. "node_modules/escape-html": {
  8238. "version": "1.0.3",
  8239. "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
  8240. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
  8241. "license": "MIT"
  8242. },
  8243. "node_modules/escape-string-regexp": {
  8244. "version": "4.0.0",
  8245. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  8246. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  8247. "license": "MIT",
  8248. "engines": {
  8249. "node": ">=10"
  8250. },
  8251. "funding": {
  8252. "url": "https://github.com/sponsors/sindresorhus"
  8253. }
  8254. },
  8255. "node_modules/eslint": {
  8256. "version": "9.39.4",
  8257. "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.4.tgz",
  8258. "integrity": "sha512-XoMjdBOwe/esVgEvLmNsD3IRHkm7fbKIUGvrleloJXUZgDHig2IPWNniv+GwjyJXzuNqVjlr5+4yVUZjycJwfQ==",
  8259. "license": "MIT",
  8260. "dependencies": {
  8261. "@eslint-community/eslint-utils": "^4.8.0",
  8262. "@eslint-community/regexpp": "^4.12.1",
  8263. "@eslint/config-array": "^0.21.2",
  8264. "@eslint/config-helpers": "^0.4.2",
  8265. "@eslint/core": "^0.17.0",
  8266. "@eslint/eslintrc": "^3.3.5",
  8267. "@eslint/js": "9.39.4",
  8268. "@eslint/plugin-kit": "^0.4.1",
  8269. "@humanfs/node": "^0.16.6",
  8270. "@humanwhocodes/module-importer": "^1.0.1",
  8271. "@humanwhocodes/retry": "^0.4.2",
  8272. "@types/estree": "^1.0.6",
  8273. "ajv": "^6.14.0",
  8274. "chalk": "^4.0.0",
  8275. "cross-spawn": "^7.0.6",
  8276. "debug": "^4.3.2",
  8277. "escape-string-regexp": "^4.0.0",
  8278. "eslint-scope": "^8.4.0",
  8279. "eslint-visitor-keys": "^4.2.1",
  8280. "espree": "^10.4.0",
  8281. "esquery": "^1.5.0",
  8282. "esutils": "^2.0.2",
  8283. "fast-deep-equal": "^3.1.3",
  8284. "file-entry-cache": "^8.0.0",
  8285. "find-up": "^5.0.0",
  8286. "glob-parent": "^6.0.2",
  8287. "ignore": "^5.2.0",
  8288. "imurmurhash": "^0.1.4",
  8289. "is-glob": "^4.0.0",
  8290. "json-stable-stringify-without-jsonify": "^1.0.1",
  8291. "lodash.merge": "^4.6.2",
  8292. "minimatch": "^3.1.5",
  8293. "natural-compare": "^1.4.0",
  8294. "optionator": "^0.9.3"
  8295. },
  8296. "bin": {
  8297. "eslint": "bin/eslint.js"
  8298. },
  8299. "engines": {
  8300. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  8301. },
  8302. "funding": {
  8303. "url": "https://eslint.org/donate"
  8304. },
  8305. "peerDependencies": {
  8306. "jiti": "*"
  8307. },
  8308. "peerDependenciesMeta": {
  8309. "jiti": {
  8310. "optional": true
  8311. }
  8312. }
  8313. },
  8314. "node_modules/eslint-config-flat-gitignore": {
  8315. "version": "2.3.0",
  8316. "resolved": "https://registry.npmjs.org/eslint-config-flat-gitignore/-/eslint-config-flat-gitignore-2.3.0.tgz",
  8317. "integrity": "sha512-bg4ZLGgoARg1naWfsINUUb/52Ksw/K22K+T16D38Y8v+/sGwwIYrGvH/JBjOin+RQtxxC9tzNNiy4shnGtGyyQ==",
  8318. "license": "MIT",
  8319. "dependencies": {
  8320. "@eslint/compat": "^2.0.3"
  8321. },
  8322. "funding": {
  8323. "url": "https://github.com/sponsors/antfu"
  8324. },
  8325. "peerDependencies": {
  8326. "eslint": "^9.5.0 || ^10.0.0"
  8327. }
  8328. },
  8329. "node_modules/eslint-flat-config-utils": {
  8330. "version": "3.1.0",
  8331. "resolved": "https://registry.npmjs.org/eslint-flat-config-utils/-/eslint-flat-config-utils-3.1.0.tgz",
  8332. "integrity": "sha512-lM+Nwo2CzpuTS/RASQExlEIwk/BQoKqJWX6VbDlLMb/mveqvt9MMrRXFEkG3bseuK6g8noKZLeX82epkILtv4A==",
  8333. "license": "MIT",
  8334. "dependencies": {
  8335. "@eslint/config-helpers": "^0.5.3",
  8336. "pathe": "^2.0.3"
  8337. },
  8338. "funding": {
  8339. "url": "https://github.com/sponsors/antfu"
  8340. }
  8341. },
  8342. "node_modules/eslint-flat-config-utils/node_modules/@eslint/config-helpers": {
  8343. "version": "0.5.5",
  8344. "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.5.5.tgz",
  8345. "integrity": "sha512-eIJYKTCECbP/nsKaaruF6LW967mtbQbsw4JTtSVkUQc9MneSkbrgPJAbKl9nWr0ZeowV8BfsarBmPpBzGelA2w==",
  8346. "license": "Apache-2.0",
  8347. "dependencies": {
  8348. "@eslint/core": "^1.2.1"
  8349. },
  8350. "engines": {
  8351. "node": "^20.19.0 || ^22.13.0 || >=24"
  8352. }
  8353. },
  8354. "node_modules/eslint-flat-config-utils/node_modules/@eslint/core": {
  8355. "version": "1.2.1",
  8356. "resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.2.1.tgz",
  8357. "integrity": "sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==",
  8358. "license": "Apache-2.0",
  8359. "dependencies": {
  8360. "@types/json-schema": "^7.0.15"
  8361. },
  8362. "engines": {
  8363. "node": "^20.19.0 || ^22.13.0 || >=24"
  8364. }
  8365. },
  8366. "node_modules/eslint-import-context": {
  8367. "version": "0.1.9",
  8368. "resolved": "https://registry.npmjs.org/eslint-import-context/-/eslint-import-context-0.1.9.tgz",
  8369. "integrity": "sha512-K9Hb+yRaGAGUbwjhFNHvSmmkZs9+zbuoe3kFQ4V1wYjrepUFYM2dZAfNtjbbj3qsPfUfsA68Bx/ICWQMi+C8Eg==",
  8370. "license": "MIT",
  8371. "dependencies": {
  8372. "get-tsconfig": "^4.10.1",
  8373. "stable-hash-x": "^0.2.0"
  8374. },
  8375. "engines": {
  8376. "node": "^12.20.0 || ^14.18.0 || >=16.0.0"
  8377. },
  8378. "funding": {
  8379. "url": "https://opencollective.com/eslint-import-context"
  8380. },
  8381. "peerDependencies": {
  8382. "unrs-resolver": "^1.0.0"
  8383. },
  8384. "peerDependenciesMeta": {
  8385. "unrs-resolver": {
  8386. "optional": true
  8387. }
  8388. }
  8389. },
  8390. "node_modules/eslint-merge-processors": {
  8391. "version": "2.0.0",
  8392. "resolved": "https://registry.npmjs.org/eslint-merge-processors/-/eslint-merge-processors-2.0.0.tgz",
  8393. "integrity": "sha512-sUuhSf3IrJdGooquEUB5TNpGNpBoQccbnaLHsb1XkBLUPPqCNivCpY05ZcpCOiV9uHwO2yxXEWVczVclzMxYlA==",
  8394. "license": "MIT",
  8395. "funding": {
  8396. "url": "https://github.com/sponsors/antfu"
  8397. },
  8398. "peerDependencies": {
  8399. "eslint": "*"
  8400. }
  8401. },
  8402. "node_modules/eslint-plugin-import-lite": {
  8403. "version": "0.5.2",
  8404. "resolved": "https://registry.npmjs.org/eslint-plugin-import-lite/-/eslint-plugin-import-lite-0.5.2.tgz",
  8405. "integrity": "sha512-XvfdWOC5dSLEI9krIPRlNmKSI2ViIE9pVylzfV9fCq0ZpDaNeUk6o0wZv0OzN83QdadgXp1NsY0qjLINxwYCsw==",
  8406. "license": "MIT",
  8407. "engines": {
  8408. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  8409. },
  8410. "peerDependencies": {
  8411. "eslint": ">=9.0.0"
  8412. }
  8413. },
  8414. "node_modules/eslint-plugin-import-x": {
  8415. "version": "4.16.2",
  8416. "resolved": "https://registry.npmjs.org/eslint-plugin-import-x/-/eslint-plugin-import-x-4.16.2.tgz",
  8417. "integrity": "sha512-rM9K8UBHcWKpzQzStn1YRN2T5NvdeIfSVoKu/lKF41znQXHAUcBbYXe5wd6GNjZjTrP7viQ49n1D83x/2gYgIw==",
  8418. "license": "MIT",
  8419. "dependencies": {
  8420. "@package-json/types": "^0.0.12",
  8421. "@typescript-eslint/types": "^8.56.0",
  8422. "comment-parser": "^1.4.1",
  8423. "debug": "^4.4.1",
  8424. "eslint-import-context": "^0.1.9",
  8425. "is-glob": "^4.0.3",
  8426. "minimatch": "^9.0.3 || ^10.1.2",
  8427. "semver": "^7.7.2",
  8428. "stable-hash-x": "^0.2.0",
  8429. "unrs-resolver": "^1.9.2"
  8430. },
  8431. "engines": {
  8432. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  8433. },
  8434. "funding": {
  8435. "url": "https://opencollective.com/eslint-plugin-import-x"
  8436. },
  8437. "peerDependencies": {
  8438. "@typescript-eslint/utils": "^8.56.0",
  8439. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  8440. "eslint-import-resolver-node": "*"
  8441. },
  8442. "peerDependenciesMeta": {
  8443. "@typescript-eslint/utils": {
  8444. "optional": true
  8445. },
  8446. "eslint-import-resolver-node": {
  8447. "optional": true
  8448. }
  8449. }
  8450. },
  8451. "node_modules/eslint-plugin-jsdoc": {
  8452. "version": "62.9.0",
  8453. "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-62.9.0.tgz",
  8454. "integrity": "sha512-PY7/X4jrVgoIDncUmITlUqK546Ltmx/Pd4Hdsu4CvSjryQZJI2mEV4vrdMufyTetMiZ5taNSqvK//BTgVUlNkA==",
  8455. "license": "BSD-3-Clause",
  8456. "dependencies": {
  8457. "@es-joy/jsdoccomment": "~0.86.0",
  8458. "@es-joy/resolve.exports": "1.2.0",
  8459. "are-docs-informative": "^0.0.2",
  8460. "comment-parser": "1.4.6",
  8461. "debug": "^4.4.3",
  8462. "escape-string-regexp": "^4.0.0",
  8463. "espree": "^11.2.0",
  8464. "esquery": "^1.7.0",
  8465. "html-entities": "^2.6.0",
  8466. "object-deep-merge": "^2.0.0",
  8467. "parse-imports-exports": "^0.2.4",
  8468. "semver": "^7.7.4",
  8469. "spdx-expression-parse": "^4.0.0",
  8470. "to-valid-identifier": "^1.0.0"
  8471. },
  8472. "engines": {
  8473. "node": "^20.19.0 || ^22.13.0 || >=24"
  8474. },
  8475. "peerDependencies": {
  8476. "eslint": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0"
  8477. }
  8478. },
  8479. "node_modules/eslint-plugin-jsdoc/node_modules/eslint-visitor-keys": {
  8480. "version": "5.0.1",
  8481. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
  8482. "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
  8483. "license": "Apache-2.0",
  8484. "engines": {
  8485. "node": "^20.19.0 || ^22.13.0 || >=24"
  8486. },
  8487. "funding": {
  8488. "url": "https://opencollective.com/eslint"
  8489. }
  8490. },
  8491. "node_modules/eslint-plugin-jsdoc/node_modules/espree": {
  8492. "version": "11.2.0",
  8493. "resolved": "https://registry.npmjs.org/espree/-/espree-11.2.0.tgz",
  8494. "integrity": "sha512-7p3DrVEIopW1B1avAGLuCSh1jubc01H2JHc8B4qqGblmg5gI9yumBgACjWo4JlIc04ufug4xJ3SQI8HkS/Rgzw==",
  8495. "license": "BSD-2-Clause",
  8496. "dependencies": {
  8497. "acorn": "^8.16.0",
  8498. "acorn-jsx": "^5.3.2",
  8499. "eslint-visitor-keys": "^5.0.1"
  8500. },
  8501. "engines": {
  8502. "node": "^20.19.0 || ^22.13.0 || >=24"
  8503. },
  8504. "funding": {
  8505. "url": "https://opencollective.com/eslint"
  8506. }
  8507. },
  8508. "node_modules/eslint-plugin-regexp": {
  8509. "version": "3.1.0",
  8510. "resolved": "https://registry.npmjs.org/eslint-plugin-regexp/-/eslint-plugin-regexp-3.1.0.tgz",
  8511. "integrity": "sha512-qGXIC3DIKZHcK1H9A9+Byz9gmndY6TTSRkSMTZpNXdyCw2ObSehRgccJv35n9AdUakEjQp5VFNLas6BMXizCZg==",
  8512. "license": "MIT",
  8513. "dependencies": {
  8514. "@eslint-community/eslint-utils": "^4.2.0",
  8515. "@eslint-community/regexpp": "^4.11.0",
  8516. "comment-parser": "^1.4.0",
  8517. "jsdoc-type-pratt-parser": "^7.0.0",
  8518. "refa": "^0.12.1",
  8519. "regexp-ast-analysis": "^0.7.1",
  8520. "scslre": "^0.3.0"
  8521. },
  8522. "engines": {
  8523. "node": "^20.19.0 || ^22.13.0 || >=24"
  8524. },
  8525. "peerDependencies": {
  8526. "eslint": ">=9.38.0"
  8527. }
  8528. },
  8529. "node_modules/eslint-plugin-unicorn": {
  8530. "version": "63.0.0",
  8531. "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-63.0.0.tgz",
  8532. "integrity": "sha512-Iqecl9118uQEXYh7adylgEmGfkn5es3/mlQTLLkd4pXkIk9CTGrAbeUux+YljSa2ohXCBmQQ0+Ej1kZaFgcfkA==",
  8533. "license": "MIT",
  8534. "dependencies": {
  8535. "@babel/helper-validator-identifier": "^7.28.5",
  8536. "@eslint-community/eslint-utils": "^4.9.0",
  8537. "change-case": "^5.4.4",
  8538. "ci-info": "^4.3.1",
  8539. "clean-regexp": "^1.0.0",
  8540. "core-js-compat": "^3.46.0",
  8541. "find-up-simple": "^1.0.1",
  8542. "globals": "^16.4.0",
  8543. "indent-string": "^5.0.0",
  8544. "is-builtin-module": "^5.0.0",
  8545. "jsesc": "^3.1.0",
  8546. "pluralize": "^8.0.0",
  8547. "regexp-tree": "^0.1.27",
  8548. "regjsparser": "^0.13.0",
  8549. "semver": "^7.7.3",
  8550. "strip-indent": "^4.1.1"
  8551. },
  8552. "engines": {
  8553. "node": "^20.10.0 || >=21.0.0"
  8554. },
  8555. "funding": {
  8556. "url": "https://github.com/sindresorhus/eslint-plugin-unicorn?sponsor=1"
  8557. },
  8558. "peerDependencies": {
  8559. "eslint": ">=9.38.0"
  8560. }
  8561. },
  8562. "node_modules/eslint-plugin-unicorn/node_modules/globals": {
  8563. "version": "16.5.0",
  8564. "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz",
  8565. "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==",
  8566. "license": "MIT",
  8567. "engines": {
  8568. "node": ">=18"
  8569. },
  8570. "funding": {
  8571. "url": "https://github.com/sponsors/sindresorhus"
  8572. }
  8573. },
  8574. "node_modules/eslint-plugin-vue": {
  8575. "version": "10.8.0",
  8576. "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-10.8.0.tgz",
  8577. "integrity": "sha512-f1J/tcbnrpgC8suPN5AtdJ5MQjuXbSU9pGRSSYAuF3SHoiYCOdEX6O22pLaRyLHXvDcOe+O5ENgc1owQ587agA==",
  8578. "license": "MIT",
  8579. "dependencies": {
  8580. "@eslint-community/eslint-utils": "^4.4.0",
  8581. "natural-compare": "^1.4.0",
  8582. "nth-check": "^2.1.1",
  8583. "postcss-selector-parser": "^7.1.0",
  8584. "semver": "^7.6.3",
  8585. "xml-name-validator": "^4.0.0"
  8586. },
  8587. "engines": {
  8588. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  8589. },
  8590. "peerDependencies": {
  8591. "@stylistic/eslint-plugin": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0",
  8592. "@typescript-eslint/parser": "^7.0.0 || ^8.0.0",
  8593. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  8594. "vue-eslint-parser": "^10.0.0"
  8595. },
  8596. "peerDependenciesMeta": {
  8597. "@stylistic/eslint-plugin": {
  8598. "optional": true
  8599. },
  8600. "@typescript-eslint/parser": {
  8601. "optional": true
  8602. }
  8603. }
  8604. },
  8605. "node_modules/eslint-processor-vue-blocks": {
  8606. "version": "2.0.0",
  8607. "resolved": "https://registry.npmjs.org/eslint-processor-vue-blocks/-/eslint-processor-vue-blocks-2.0.0.tgz",
  8608. "integrity": "sha512-u4W0CJwGoWY3bjXAuFpc/b6eK3NQEI8MoeW7ritKj3G3z/WtHrKjkqf+wk8mPEy5rlMGS+k6AZYOw2XBoN/02Q==",
  8609. "license": "MIT",
  8610. "funding": {
  8611. "url": "https://github.com/sponsors/antfu"
  8612. },
  8613. "peerDependencies": {
  8614. "@vue/compiler-sfc": "^3.3.0",
  8615. "eslint": ">=9.0.0"
  8616. }
  8617. },
  8618. "node_modules/eslint-scope": {
  8619. "version": "8.4.0",
  8620. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
  8621. "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
  8622. "license": "BSD-2-Clause",
  8623. "dependencies": {
  8624. "esrecurse": "^4.3.0",
  8625. "estraverse": "^5.2.0"
  8626. },
  8627. "engines": {
  8628. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  8629. },
  8630. "funding": {
  8631. "url": "https://opencollective.com/eslint"
  8632. }
  8633. },
  8634. "node_modules/eslint-typegen": {
  8635. "version": "2.3.1",
  8636. "resolved": "https://registry.npmjs.org/eslint-typegen/-/eslint-typegen-2.3.1.tgz",
  8637. "integrity": "sha512-zVdh8rThBvv2o5T/K524Fr5iy1Jo0q09rHL7y7FbOhgMB177T2gw+shxfC4ChCEqdq6/y6LJA4j8Fbr/Xls9aw==",
  8638. "license": "MIT",
  8639. "dependencies": {
  8640. "json-schema-to-typescript-lite": "^15.0.0",
  8641. "ohash": "^2.0.11"
  8642. },
  8643. "funding": {
  8644. "url": "https://github.com/sponsors/antfu"
  8645. },
  8646. "peerDependencies": {
  8647. "eslint": "^9.0.0 || ^10.0.0"
  8648. }
  8649. },
  8650. "node_modules/eslint-visitor-keys": {
  8651. "version": "4.2.1",
  8652. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
  8653. "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
  8654. "license": "Apache-2.0",
  8655. "engines": {
  8656. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  8657. },
  8658. "funding": {
  8659. "url": "https://opencollective.com/eslint"
  8660. }
  8661. },
  8662. "node_modules/eslint/node_modules/balanced-match": {
  8663. "version": "1.0.2",
  8664. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  8665. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  8666. "license": "MIT"
  8667. },
  8668. "node_modules/eslint/node_modules/brace-expansion": {
  8669. "version": "1.1.14",
  8670. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz",
  8671. "integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
  8672. "license": "MIT",
  8673. "dependencies": {
  8674. "balanced-match": "^1.0.0",
  8675. "concat-map": "0.0.1"
  8676. }
  8677. },
  8678. "node_modules/eslint/node_modules/find-up": {
  8679. "version": "5.0.0",
  8680. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  8681. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  8682. "license": "MIT",
  8683. "dependencies": {
  8684. "locate-path": "^6.0.0",
  8685. "path-exists": "^4.0.0"
  8686. },
  8687. "engines": {
  8688. "node": ">=10"
  8689. },
  8690. "funding": {
  8691. "url": "https://github.com/sponsors/sindresorhus"
  8692. }
  8693. },
  8694. "node_modules/eslint/node_modules/ignore": {
  8695. "version": "5.3.2",
  8696. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
  8697. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  8698. "license": "MIT",
  8699. "engines": {
  8700. "node": ">= 4"
  8701. }
  8702. },
  8703. "node_modules/eslint/node_modules/locate-path": {
  8704. "version": "6.0.0",
  8705. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  8706. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  8707. "license": "MIT",
  8708. "dependencies": {
  8709. "p-locate": "^5.0.0"
  8710. },
  8711. "engines": {
  8712. "node": ">=10"
  8713. },
  8714. "funding": {
  8715. "url": "https://github.com/sponsors/sindresorhus"
  8716. }
  8717. },
  8718. "node_modules/eslint/node_modules/minimatch": {
  8719. "version": "3.1.5",
  8720. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
  8721. "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
  8722. "license": "ISC",
  8723. "dependencies": {
  8724. "brace-expansion": "^1.1.7"
  8725. },
  8726. "engines": {
  8727. "node": "*"
  8728. }
  8729. },
  8730. "node_modules/eslint/node_modules/p-limit": {
  8731. "version": "3.1.0",
  8732. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  8733. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  8734. "license": "MIT",
  8735. "dependencies": {
  8736. "yocto-queue": "^0.1.0"
  8737. },
  8738. "engines": {
  8739. "node": ">=10"
  8740. },
  8741. "funding": {
  8742. "url": "https://github.com/sponsors/sindresorhus"
  8743. }
  8744. },
  8745. "node_modules/eslint/node_modules/p-locate": {
  8746. "version": "5.0.0",
  8747. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  8748. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  8749. "license": "MIT",
  8750. "dependencies": {
  8751. "p-limit": "^3.0.2"
  8752. },
  8753. "engines": {
  8754. "node": ">=10"
  8755. },
  8756. "funding": {
  8757. "url": "https://github.com/sponsors/sindresorhus"
  8758. }
  8759. },
  8760. "node_modules/eslint/node_modules/yocto-queue": {
  8761. "version": "0.1.0",
  8762. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  8763. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  8764. "license": "MIT",
  8765. "engines": {
  8766. "node": ">=10"
  8767. },
  8768. "funding": {
  8769. "url": "https://github.com/sponsors/sindresorhus"
  8770. }
  8771. },
  8772. "node_modules/espree": {
  8773. "version": "10.4.0",
  8774. "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
  8775. "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
  8776. "license": "BSD-2-Clause",
  8777. "dependencies": {
  8778. "acorn": "^8.15.0",
  8779. "acorn-jsx": "^5.3.2",
  8780. "eslint-visitor-keys": "^4.2.1"
  8781. },
  8782. "engines": {
  8783. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  8784. },
  8785. "funding": {
  8786. "url": "https://opencollective.com/eslint"
  8787. }
  8788. },
  8789. "node_modules/esquery": {
  8790. "version": "1.7.0",
  8791. "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz",
  8792. "integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==",
  8793. "license": "BSD-3-Clause",
  8794. "dependencies": {
  8795. "estraverse": "^5.1.0"
  8796. },
  8797. "engines": {
  8798. "node": ">=0.10"
  8799. }
  8800. },
  8801. "node_modules/esrecurse": {
  8802. "version": "4.3.0",
  8803. "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
  8804. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  8805. "license": "BSD-2-Clause",
  8806. "dependencies": {
  8807. "estraverse": "^5.2.0"
  8808. },
  8809. "engines": {
  8810. "node": ">=4.0"
  8811. }
  8812. },
  8813. "node_modules/estraverse": {
  8814. "version": "5.3.0",
  8815. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  8816. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  8817. "license": "BSD-2-Clause",
  8818. "engines": {
  8819. "node": ">=4.0"
  8820. }
  8821. },
  8822. "node_modules/estree-walker": {
  8823. "version": "2.0.2",
  8824. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  8825. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  8826. "license": "MIT"
  8827. },
  8828. "node_modules/esutils": {
  8829. "version": "2.0.3",
  8830. "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  8831. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  8832. "license": "BSD-2-Clause",
  8833. "engines": {
  8834. "node": ">=0.10.0"
  8835. }
  8836. },
  8837. "node_modules/etag": {
  8838. "version": "1.8.1",
  8839. "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
  8840. "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
  8841. "license": "MIT",
  8842. "engines": {
  8843. "node": ">= 0.6"
  8844. }
  8845. },
  8846. "node_modules/event-target-shim": {
  8847. "version": "5.0.1",
  8848. "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
  8849. "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
  8850. "license": "MIT",
  8851. "engines": {
  8852. "node": ">=6"
  8853. }
  8854. },
  8855. "node_modules/events": {
  8856. "version": "3.3.0",
  8857. "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
  8858. "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
  8859. "license": "MIT",
  8860. "engines": {
  8861. "node": ">=0.8.x"
  8862. }
  8863. },
  8864. "node_modules/events-universal": {
  8865. "version": "1.0.1",
  8866. "resolved": "https://registry.npmjs.org/events-universal/-/events-universal-1.0.1.tgz",
  8867. "integrity": "sha512-LUd5euvbMLpwOF8m6ivPCbhQeSiYVNb8Vs0fQ8QjXo0JTkEHpz8pxdQf0gStltaPpw0Cca8b39KxvK9cfKRiAw==",
  8868. "license": "Apache-2.0",
  8869. "dependencies": {
  8870. "bare-events": "^2.7.0"
  8871. }
  8872. },
  8873. "node_modules/execa": {
  8874. "version": "8.0.1",
  8875. "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz",
  8876. "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
  8877. "license": "MIT",
  8878. "dependencies": {
  8879. "cross-spawn": "^7.0.3",
  8880. "get-stream": "^8.0.1",
  8881. "human-signals": "^5.0.0",
  8882. "is-stream": "^3.0.0",
  8883. "merge-stream": "^2.0.0",
  8884. "npm-run-path": "^5.1.0",
  8885. "onetime": "^6.0.0",
  8886. "signal-exit": "^4.1.0",
  8887. "strip-final-newline": "^3.0.0"
  8888. },
  8889. "engines": {
  8890. "node": ">=16.17"
  8891. },
  8892. "funding": {
  8893. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  8894. }
  8895. },
  8896. "node_modules/expand-template": {
  8897. "version": "2.0.3",
  8898. "resolved": "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz",
  8899. "integrity": "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==",
  8900. "license": "(MIT OR WTFPL)",
  8901. "optional": true,
  8902. "engines": {
  8903. "node": ">=6"
  8904. }
  8905. },
  8906. "node_modules/exsolve": {
  8907. "version": "1.0.8",
  8908. "resolved": "https://registry.npmjs.org/exsolve/-/exsolve-1.0.8.tgz",
  8909. "integrity": "sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==",
  8910. "license": "MIT"
  8911. },
  8912. "node_modules/fast-deep-equal": {
  8913. "version": "3.1.3",
  8914. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  8915. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  8916. "license": "MIT"
  8917. },
  8918. "node_modules/fast-fifo": {
  8919. "version": "1.3.2",
  8920. "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz",
  8921. "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==",
  8922. "license": "MIT"
  8923. },
  8924. "node_modules/fast-glob": {
  8925. "version": "3.3.3",
  8926. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
  8927. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  8928. "license": "MIT",
  8929. "dependencies": {
  8930. "@nodelib/fs.stat": "^2.0.2",
  8931. "@nodelib/fs.walk": "^1.2.3",
  8932. "glob-parent": "^5.1.2",
  8933. "merge2": "^1.3.0",
  8934. "micromatch": "^4.0.8"
  8935. },
  8936. "engines": {
  8937. "node": ">=8.6.0"
  8938. }
  8939. },
  8940. "node_modules/fast-glob/node_modules/glob-parent": {
  8941. "version": "5.1.2",
  8942. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  8943. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  8944. "license": "ISC",
  8945. "dependencies": {
  8946. "is-glob": "^4.0.1"
  8947. },
  8948. "engines": {
  8949. "node": ">= 6"
  8950. }
  8951. },
  8952. "node_modules/fast-json-stable-stringify": {
  8953. "version": "2.1.0",
  8954. "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  8955. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  8956. "license": "MIT"
  8957. },
  8958. "node_modules/fast-levenshtein": {
  8959. "version": "2.0.6",
  8960. "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  8961. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  8962. "license": "MIT"
  8963. },
  8964. "node_modules/fast-npm-meta": {
  8965. "version": "1.5.0",
  8966. "resolved": "https://registry.npmjs.org/fast-npm-meta/-/fast-npm-meta-1.5.0.tgz",
  8967. "integrity": "sha512-71pTBPrA9WPPsJQ0Q06ZlTQQVJPYd87xZsvFwxFqru7a6kdriMVW1Hjd37W3W13ZuF/K/Zzq6eVlAHVoZCHuQw==",
  8968. "license": "MIT",
  8969. "bin": {
  8970. "fast-npm-meta": "dist/cli.mjs"
  8971. },
  8972. "funding": {
  8973. "url": "https://github.com/sponsors/antfu"
  8974. }
  8975. },
  8976. "node_modules/fast-string-truncated-width": {
  8977. "version": "1.2.1",
  8978. "resolved": "https://registry.npmjs.org/fast-string-truncated-width/-/fast-string-truncated-width-1.2.1.tgz",
  8979. "integrity": "sha512-Q9acT/+Uu3GwGj+5w/zsGuQjh9O1TyywhIwAxHudtWrgF09nHOPrvTLhQevPbttcxjr/SNN7mJmfOw/B1bXgow==",
  8980. "license": "MIT"
  8981. },
  8982. "node_modules/fast-string-width": {
  8983. "version": "1.1.0",
  8984. "resolved": "https://registry.npmjs.org/fast-string-width/-/fast-string-width-1.1.0.tgz",
  8985. "integrity": "sha512-O3fwIVIH5gKB38QNbdg+3760ZmGz0SZMgvwJbA1b2TGXceKE6A2cOlfogh1iw8lr049zPyd7YADHy+B7U4W9bQ==",
  8986. "license": "MIT",
  8987. "dependencies": {
  8988. "fast-string-truncated-width": "^1.2.0"
  8989. }
  8990. },
  8991. "node_modules/fast-wrap-ansi": {
  8992. "version": "0.1.6",
  8993. "resolved": "https://registry.npmjs.org/fast-wrap-ansi/-/fast-wrap-ansi-0.1.6.tgz",
  8994. "integrity": "sha512-HlUwET7a5gqjURj70D5jl7aC3Zmy4weA1SHUfM0JFI0Ptq987NH2TwbBFLoERhfwk+E+eaq4EK3jXoT+R3yp3w==",
  8995. "license": "MIT",
  8996. "dependencies": {
  8997. "fast-string-width": "^1.1.0"
  8998. }
  8999. },
  9000. "node_modules/fastq": {
  9001. "version": "1.20.1",
  9002. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
  9003. "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
  9004. "license": "ISC",
  9005. "dependencies": {
  9006. "reusify": "^1.0.4"
  9007. }
  9008. },
  9009. "node_modules/fdir": {
  9010. "version": "6.5.0",
  9011. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  9012. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  9013. "license": "MIT",
  9014. "engines": {
  9015. "node": ">=12.0.0"
  9016. },
  9017. "peerDependencies": {
  9018. "picomatch": "^3 || ^4"
  9019. },
  9020. "peerDependenciesMeta": {
  9021. "picomatch": {
  9022. "optional": true
  9023. }
  9024. }
  9025. },
  9026. "node_modules/file-entry-cache": {
  9027. "version": "8.0.0",
  9028. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
  9029. "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
  9030. "license": "MIT",
  9031. "dependencies": {
  9032. "flat-cache": "^4.0.0"
  9033. },
  9034. "engines": {
  9035. "node": ">=16.0.0"
  9036. }
  9037. },
  9038. "node_modules/file-uri-to-path": {
  9039. "version": "1.0.0",
  9040. "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
  9041. "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
  9042. "license": "MIT"
  9043. },
  9044. "node_modules/fill-range": {
  9045. "version": "7.1.1",
  9046. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  9047. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  9048. "license": "MIT",
  9049. "dependencies": {
  9050. "to-regex-range": "^5.0.1"
  9051. },
  9052. "engines": {
  9053. "node": ">=8"
  9054. }
  9055. },
  9056. "node_modules/find-up": {
  9057. "version": "8.0.0",
  9058. "resolved": "https://registry.npmjs.org/find-up/-/find-up-8.0.0.tgz",
  9059. "integrity": "sha512-JGG8pvDi2C+JxidYdIwQDyS/CgcrIdh18cvgxcBge3wSHRQOrooMD3GlFBcmMJAN9M42SAZjDp5zv1dglJjwww==",
  9060. "license": "MIT",
  9061. "dependencies": {
  9062. "locate-path": "^8.0.0",
  9063. "unicorn-magic": "^0.3.0"
  9064. },
  9065. "engines": {
  9066. "node": ">=20"
  9067. },
  9068. "funding": {
  9069. "url": "https://github.com/sponsors/sindresorhus"
  9070. }
  9071. },
  9072. "node_modules/find-up-simple": {
  9073. "version": "1.0.1",
  9074. "resolved": "https://registry.npmjs.org/find-up-simple/-/find-up-simple-1.0.1.tgz",
  9075. "integrity": "sha512-afd4O7zpqHeRyg4PfDQsXmlDe2PfdHtJt6Akt8jOWaApLOZk5JXs6VMR29lz03pRe9mpykrRCYIYxaJYcfpncQ==",
  9076. "license": "MIT",
  9077. "engines": {
  9078. "node": ">=18"
  9079. },
  9080. "funding": {
  9081. "url": "https://github.com/sponsors/sindresorhus"
  9082. }
  9083. },
  9084. "node_modules/flat-cache": {
  9085. "version": "4.0.1",
  9086. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
  9087. "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
  9088. "license": "MIT",
  9089. "dependencies": {
  9090. "flatted": "^3.2.9",
  9091. "keyv": "^4.5.4"
  9092. },
  9093. "engines": {
  9094. "node": ">=16"
  9095. }
  9096. },
  9097. "node_modules/flatted": {
  9098. "version": "3.4.2",
  9099. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz",
  9100. "integrity": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==",
  9101. "license": "ISC"
  9102. },
  9103. "node_modules/fontaine": {
  9104. "version": "0.8.0",
  9105. "resolved": "https://registry.npmjs.org/fontaine/-/fontaine-0.8.0.tgz",
  9106. "integrity": "sha512-eek1GbzOdWIj9FyQH/emqW1aEdfC3lYRCHepzwlFCm5T77fBSRSyNRKE6/antF1/B1M+SfJXVRQTY9GAr7lnDg==",
  9107. "license": "MIT",
  9108. "dependencies": {
  9109. "@capsizecss/unpack": "^4.0.0",
  9110. "css-tree": "^3.1.0",
  9111. "magic-regexp": "^0.10.0",
  9112. "magic-string": "^0.30.21",
  9113. "pathe": "^2.0.3",
  9114. "ufo": "^1.6.1",
  9115. "unplugin": "^2.3.10"
  9116. },
  9117. "engines": {
  9118. "node": ">=18.12.0"
  9119. }
  9120. },
  9121. "node_modules/fontaine/node_modules/unplugin": {
  9122. "version": "2.3.11",
  9123. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-2.3.11.tgz",
  9124. "integrity": "sha512-5uKD0nqiYVzlmCRs01Fhs2BdkEgBS3SAVP6ndrBsuK42iC2+JHyxM05Rm9G8+5mkmRtzMZGY8Ct5+mliZxU/Ww==",
  9125. "license": "MIT",
  9126. "dependencies": {
  9127. "@jridgewell/remapping": "^2.3.5",
  9128. "acorn": "^8.15.0",
  9129. "picomatch": "^4.0.3",
  9130. "webpack-virtual-modules": "^0.6.2"
  9131. },
  9132. "engines": {
  9133. "node": ">=18.12.0"
  9134. }
  9135. },
  9136. "node_modules/fontkitten": {
  9137. "version": "1.0.3",
  9138. "resolved": "https://registry.npmjs.org/fontkitten/-/fontkitten-1.0.3.tgz",
  9139. "integrity": "sha512-Wp1zXWPVUPBmfoa3Cqc9ctaKuzKAV6uLstRqlR56kSjplf5uAce+qeyYym7F+PHbGTk+tCEdkCW6RD7DX/gBZw==",
  9140. "license": "MIT",
  9141. "dependencies": {
  9142. "tiny-inflate": "^1.0.3"
  9143. },
  9144. "engines": {
  9145. "node": ">=20"
  9146. }
  9147. },
  9148. "node_modules/fontless": {
  9149. "version": "0.2.1",
  9150. "resolved": "https://registry.npmjs.org/fontless/-/fontless-0.2.1.tgz",
  9151. "integrity": "sha512-mUWZ8w91/mw2KEcZ6gHNoNNmsAq9Wiw2IypIux5lM03nhXm+WSloXGUNuRETNTLqZexMgpt7Aj/v63qqrsWraQ==",
  9152. "license": "MIT",
  9153. "dependencies": {
  9154. "consola": "^3.4.2",
  9155. "css-tree": "^3.1.0",
  9156. "defu": "^6.1.4",
  9157. "esbuild": "^0.27.0",
  9158. "fontaine": "0.8.0",
  9159. "jiti": "^2.6.1",
  9160. "lightningcss": "^1.30.2",
  9161. "magic-string": "^0.30.21",
  9162. "ohash": "^2.0.11",
  9163. "pathe": "^2.0.3",
  9164. "ufo": "^1.6.1",
  9165. "unifont": "^0.7.4",
  9166. "unstorage": "^1.17.1"
  9167. },
  9168. "engines": {
  9169. "node": ">=18.12.0"
  9170. },
  9171. "peerDependencies": {
  9172. "vite": "*"
  9173. },
  9174. "peerDependenciesMeta": {
  9175. "vite": {
  9176. "optional": true
  9177. }
  9178. }
  9179. },
  9180. "node_modules/foreground-child": {
  9181. "version": "3.3.1",
  9182. "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
  9183. "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
  9184. "license": "ISC",
  9185. "dependencies": {
  9186. "cross-spawn": "^7.0.6",
  9187. "signal-exit": "^4.0.1"
  9188. },
  9189. "engines": {
  9190. "node": ">=14"
  9191. },
  9192. "funding": {
  9193. "url": "https://github.com/sponsors/isaacs"
  9194. }
  9195. },
  9196. "node_modules/fraction.js": {
  9197. "version": "5.3.4",
  9198. "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-5.3.4.tgz",
  9199. "integrity": "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==",
  9200. "license": "MIT",
  9201. "engines": {
  9202. "node": "*"
  9203. },
  9204. "funding": {
  9205. "type": "github",
  9206. "url": "https://github.com/sponsors/rawify"
  9207. }
  9208. },
  9209. "node_modules/framer-motion": {
  9210. "version": "12.38.0",
  9211. "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.38.0.tgz",
  9212. "integrity": "sha512-rFYkY/pigbcswl1XQSb7q424kSTQ8q6eAC+YUsSKooHQYuLdzdHjrt6uxUC+PRAO++q5IS7+TamgIw1AphxR+g==",
  9213. "license": "MIT",
  9214. "dependencies": {
  9215. "motion-dom": "^12.38.0",
  9216. "motion-utils": "^12.36.0",
  9217. "tslib": "^2.4.0"
  9218. },
  9219. "peerDependencies": {
  9220. "@emotion/is-prop-valid": "*",
  9221. "react": "^18.0.0 || ^19.0.0",
  9222. "react-dom": "^18.0.0 || ^19.0.0"
  9223. },
  9224. "peerDependenciesMeta": {
  9225. "@emotion/is-prop-valid": {
  9226. "optional": true
  9227. },
  9228. "react": {
  9229. "optional": true
  9230. },
  9231. "react-dom": {
  9232. "optional": true
  9233. }
  9234. }
  9235. },
  9236. "node_modules/fresh": {
  9237. "version": "2.0.0",
  9238. "resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz",
  9239. "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
  9240. "license": "MIT",
  9241. "engines": {
  9242. "node": ">= 0.8"
  9243. }
  9244. },
  9245. "node_modules/fs-constants": {
  9246. "version": "1.0.0",
  9247. "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
  9248. "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==",
  9249. "license": "MIT",
  9250. "optional": true
  9251. },
  9252. "node_modules/fsevents": {
  9253. "version": "2.3.3",
  9254. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  9255. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  9256. "hasInstallScript": true,
  9257. "license": "MIT",
  9258. "optional": true,
  9259. "os": [
  9260. "darwin"
  9261. ],
  9262. "engines": {
  9263. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  9264. }
  9265. },
  9266. "node_modules/function-bind": {
  9267. "version": "1.1.2",
  9268. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  9269. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  9270. "license": "MIT",
  9271. "funding": {
  9272. "url": "https://github.com/sponsors/ljharb"
  9273. }
  9274. },
  9275. "node_modules/fuse.js": {
  9276. "version": "7.3.0",
  9277. "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.3.0.tgz",
  9278. "integrity": "sha512-plz8RVjfcDedTGfVngWH1jmJvBvAwi1v2jecfDerbEnMcmOYUEEwKFTHbNoCiYyzaK2Ws8lABkTCcRSqCY1q4w==",
  9279. "license": "Apache-2.0",
  9280. "engines": {
  9281. "node": ">=10"
  9282. },
  9283. "funding": {
  9284. "type": "github",
  9285. "url": "https://github.com/sponsors/krisk"
  9286. }
  9287. },
  9288. "node_modules/fzf": {
  9289. "version": "0.5.2",
  9290. "resolved": "https://registry.npmjs.org/fzf/-/fzf-0.5.2.tgz",
  9291. "integrity": "sha512-Tt4kuxLXFKHy8KT40zwsUPUkg1CrsgY25FxA2U/j/0WgEDCk3ddc/zLTCCcbSHX9FcKtLuVaDGtGE/STWC+j3Q==",
  9292. "license": "BSD-3-Clause"
  9293. },
  9294. "node_modules/gensync": {
  9295. "version": "1.0.0-beta.2",
  9296. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  9297. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  9298. "license": "MIT",
  9299. "engines": {
  9300. "node": ">=6.9.0"
  9301. }
  9302. },
  9303. "node_modules/get-caller-file": {
  9304. "version": "2.0.5",
  9305. "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
  9306. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  9307. "license": "ISC",
  9308. "engines": {
  9309. "node": "6.* || 8.* || >= 10.*"
  9310. }
  9311. },
  9312. "node_modules/get-east-asian-width": {
  9313. "version": "1.5.0",
  9314. "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.5.0.tgz",
  9315. "integrity": "sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==",
  9316. "license": "MIT",
  9317. "engines": {
  9318. "node": ">=18"
  9319. },
  9320. "funding": {
  9321. "url": "https://github.com/sponsors/sindresorhus"
  9322. }
  9323. },
  9324. "node_modules/get-port-please": {
  9325. "version": "3.2.0",
  9326. "resolved": "https://registry.npmjs.org/get-port-please/-/get-port-please-3.2.0.tgz",
  9327. "integrity": "sha512-I9QVvBw5U/hw3RmWpYKRumUeaDgxTPd401x364rLmWBJcOQ753eov1eTgzDqRG9bqFIfDc7gfzcQEWrUri3o1A==",
  9328. "license": "MIT"
  9329. },
  9330. "node_modules/get-stream": {
  9331. "version": "8.0.1",
  9332. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz",
  9333. "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
  9334. "license": "MIT",
  9335. "engines": {
  9336. "node": ">=16"
  9337. },
  9338. "funding": {
  9339. "url": "https://github.com/sponsors/sindresorhus"
  9340. }
  9341. },
  9342. "node_modules/get-tsconfig": {
  9343. "version": "4.13.7",
  9344. "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.13.7.tgz",
  9345. "integrity": "sha512-7tN6rFgBlMgpBML5j8typ92BKFi2sFQvIdpAqLA2beia5avZDrMs0FLZiM5etShWq5irVyGcGMEA1jcDaK7A/Q==",
  9346. "license": "MIT",
  9347. "dependencies": {
  9348. "resolve-pkg-maps": "^1.0.0"
  9349. },
  9350. "funding": {
  9351. "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
  9352. }
  9353. },
  9354. "node_modules/giget": {
  9355. "version": "3.2.0",
  9356. "resolved": "https://registry.npmjs.org/giget/-/giget-3.2.0.tgz",
  9357. "integrity": "sha512-GvHTWcykIR/fP8cj8dMpuMMkvaeJfPvYnhq0oW+chSeIr+ldX21ifU2Ms6KBoyKZQZmVaUAAhQ2EZ68KJF8a7A==",
  9358. "license": "MIT",
  9359. "bin": {
  9360. "giget": "dist/cli.mjs"
  9361. }
  9362. },
  9363. "node_modules/github-from-package": {
  9364. "version": "0.0.0",
  9365. "resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz",
  9366. "integrity": "sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==",
  9367. "license": "MIT",
  9368. "optional": true
  9369. },
  9370. "node_modules/glob": {
  9371. "version": "13.0.6",
  9372. "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
  9373. "integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==",
  9374. "license": "BlueOak-1.0.0",
  9375. "dependencies": {
  9376. "minimatch": "^10.2.2",
  9377. "minipass": "^7.1.3",
  9378. "path-scurry": "^2.0.2"
  9379. },
  9380. "engines": {
  9381. "node": "18 || 20 || >=22"
  9382. },
  9383. "funding": {
  9384. "url": "https://github.com/sponsors/isaacs"
  9385. }
  9386. },
  9387. "node_modules/glob-parent": {
  9388. "version": "6.0.2",
  9389. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  9390. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  9391. "license": "ISC",
  9392. "dependencies": {
  9393. "is-glob": "^4.0.3"
  9394. },
  9395. "engines": {
  9396. "node": ">=10.13.0"
  9397. }
  9398. },
  9399. "node_modules/global-directory": {
  9400. "version": "4.0.1",
  9401. "resolved": "https://registry.npmjs.org/global-directory/-/global-directory-4.0.1.tgz",
  9402. "integrity": "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==",
  9403. "license": "MIT",
  9404. "dependencies": {
  9405. "ini": "4.1.1"
  9406. },
  9407. "engines": {
  9408. "node": ">=18"
  9409. },
  9410. "funding": {
  9411. "url": "https://github.com/sponsors/sindresorhus"
  9412. }
  9413. },
  9414. "node_modules/globals": {
  9415. "version": "17.5.0",
  9416. "resolved": "https://registry.npmjs.org/globals/-/globals-17.5.0.tgz",
  9417. "integrity": "sha512-qoV+HK2yFl/366t2/Cb3+xxPUo5BuMynomoDmiaZBIdbs+0pYbjfZU+twLhGKp4uCZ/+NbtpVepH5bGCxRyy2g==",
  9418. "license": "MIT",
  9419. "engines": {
  9420. "node": ">=18"
  9421. },
  9422. "funding": {
  9423. "url": "https://github.com/sponsors/sindresorhus"
  9424. }
  9425. },
  9426. "node_modules/globby": {
  9427. "version": "16.2.0",
  9428. "resolved": "https://registry.npmjs.org/globby/-/globby-16.2.0.tgz",
  9429. "integrity": "sha512-QrJia2qDf5BB/V6HYlDTs0I0lBahyjLzpGQg3KT7FnCdTonAyPy2RtY802m2k4ALx6Dp752f82WsOczEVr3l6Q==",
  9430. "license": "MIT",
  9431. "dependencies": {
  9432. "@sindresorhus/merge-streams": "^4.0.0",
  9433. "fast-glob": "^3.3.3",
  9434. "ignore": "^7.0.5",
  9435. "is-path-inside": "^4.0.0",
  9436. "slash": "^5.1.0",
  9437. "unicorn-magic": "^0.4.0"
  9438. },
  9439. "engines": {
  9440. "node": ">=20"
  9441. },
  9442. "funding": {
  9443. "url": "https://github.com/sponsors/sindresorhus"
  9444. }
  9445. },
  9446. "node_modules/globby/node_modules/unicorn-magic": {
  9447. "version": "0.4.0",
  9448. "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.4.0.tgz",
  9449. "integrity": "sha512-wH590V9VNgYH9g3lH9wWjTrUoKsjLF6sGLjhR4sH1LWpLmCOH0Zf7PukhDA8BiS7KHe4oPNkcTHqYkj7SOGUOw==",
  9450. "license": "MIT",
  9451. "engines": {
  9452. "node": ">=20"
  9453. },
  9454. "funding": {
  9455. "url": "https://github.com/sponsors/sindresorhus"
  9456. }
  9457. },
  9458. "node_modules/graceful-fs": {
  9459. "version": "4.2.11",
  9460. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  9461. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  9462. "license": "ISC"
  9463. },
  9464. "node_modules/gzip-size": {
  9465. "version": "7.0.0",
  9466. "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-7.0.0.tgz",
  9467. "integrity": "sha512-O1Ld7Dr+nqPnmGpdhzLmMTQ4vAsD+rHwMm1NLUmoUFFymBOMKxCCrtDxqdBRYXdeEPEi3SyoR4TizJLQrnKBNA==",
  9468. "license": "MIT",
  9469. "dependencies": {
  9470. "duplexer": "^0.1.2"
  9471. },
  9472. "engines": {
  9473. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  9474. },
  9475. "funding": {
  9476. "url": "https://github.com/sponsors/sindresorhus"
  9477. }
  9478. },
  9479. "node_modules/h3": {
  9480. "version": "1.15.11",
  9481. "resolved": "https://registry.npmjs.org/h3/-/h3-1.15.11.tgz",
  9482. "integrity": "sha512-L3THSe2MPeBwgIZVSH5zLdBBU90TOxarvhK9d04IDY2AmVS8j2Jz2LIWtwsGOU3lu2I5jCN7FNvVfY2+XyF+mg==",
  9483. "license": "MIT",
  9484. "dependencies": {
  9485. "cookie-es": "^1.2.3",
  9486. "crossws": "^0.3.5",
  9487. "defu": "^6.1.6",
  9488. "destr": "^2.0.5",
  9489. "iron-webcrypto": "^1.2.1",
  9490. "node-mock-http": "^1.0.4",
  9491. "radix3": "^1.1.2",
  9492. "ufo": "^1.6.3",
  9493. "uncrypto": "^0.1.3"
  9494. }
  9495. },
  9496. "node_modules/has-flag": {
  9497. "version": "4.0.0",
  9498. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  9499. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  9500. "license": "MIT",
  9501. "engines": {
  9502. "node": ">=8"
  9503. }
  9504. },
  9505. "node_modules/hasown": {
  9506. "version": "2.0.2",
  9507. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
  9508. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  9509. "license": "MIT",
  9510. "dependencies": {
  9511. "function-bind": "^1.1.2"
  9512. },
  9513. "engines": {
  9514. "node": ">= 0.4"
  9515. }
  9516. },
  9517. "node_modules/hey-listen": {
  9518. "version": "1.0.8",
  9519. "resolved": "https://registry.npmjs.org/hey-listen/-/hey-listen-1.0.8.tgz",
  9520. "integrity": "sha512-COpmrF2NOg4TBWUJ5UVyaCU2A88wEMkUPK4hNqyCkqHbxT92BbvfjoSozkAIIm6XhicGlJHhFdullInrdhwU8Q==",
  9521. "license": "MIT"
  9522. },
  9523. "node_modules/hookable": {
  9524. "version": "6.1.0",
  9525. "resolved": "https://registry.npmjs.org/hookable/-/hookable-6.1.0.tgz",
  9526. "integrity": "sha512-ZoKZSJgu8voGK2geJS+6YtYjvIzu9AOM/KZXsBxr83uhLL++e9pEv/dlgwgy3dvHg06kTz6JOh1hk3C8Ceiymw==",
  9527. "license": "MIT"
  9528. },
  9529. "node_modules/html-entities": {
  9530. "version": "2.6.0",
  9531. "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.6.0.tgz",
  9532. "integrity": "sha512-kig+rMn/QOVRvr7c86gQ8lWXq+Hkv6CbAH1hLu+RG338StTpE8Z0b44SDVaqVu7HGKf27frdmUYEs9hTUX/cLQ==",
  9533. "funding": [
  9534. {
  9535. "type": "github",
  9536. "url": "https://github.com/sponsors/mdevils"
  9537. },
  9538. {
  9539. "type": "patreon",
  9540. "url": "https://patreon.com/mdevils"
  9541. }
  9542. ],
  9543. "license": "MIT"
  9544. },
  9545. "node_modules/http-errors": {
  9546. "version": "2.0.1",
  9547. "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
  9548. "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
  9549. "license": "MIT",
  9550. "dependencies": {
  9551. "depd": "~2.0.0",
  9552. "inherits": "~2.0.4",
  9553. "setprototypeof": "~1.2.0",
  9554. "statuses": "~2.0.2",
  9555. "toidentifier": "~1.0.1"
  9556. },
  9557. "engines": {
  9558. "node": ">= 0.8"
  9559. },
  9560. "funding": {
  9561. "type": "opencollective",
  9562. "url": "https://opencollective.com/express"
  9563. }
  9564. },
  9565. "node_modules/http-shutdown": {
  9566. "version": "1.2.2",
  9567. "resolved": "https://registry.npmjs.org/http-shutdown/-/http-shutdown-1.2.2.tgz",
  9568. "integrity": "sha512-S9wWkJ/VSY9/k4qcjG318bqJNruzE4HySUhFYknwmu6LBP97KLLfwNf+n4V1BHurvFNkSKLFnK/RsuUnRTf9Vw==",
  9569. "license": "MIT",
  9570. "engines": {
  9571. "iojs": ">= 1.0.0",
  9572. "node": ">= 0.12.0"
  9573. }
  9574. },
  9575. "node_modules/https-proxy-agent": {
  9576. "version": "7.0.6",
  9577. "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
  9578. "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
  9579. "license": "MIT",
  9580. "dependencies": {
  9581. "agent-base": "^7.1.2",
  9582. "debug": "4"
  9583. },
  9584. "engines": {
  9585. "node": ">= 14"
  9586. }
  9587. },
  9588. "node_modules/httpxy": {
  9589. "version": "0.5.0",
  9590. "resolved": "https://registry.npmjs.org/httpxy/-/httpxy-0.5.0.tgz",
  9591. "integrity": "sha512-qwX7QX/rK2visT10/b7bSeZWQOMlSm3svTD0pZpU+vJjNUP0YHtNv4c3z+MO+MSnGuRFWJFdCZiV+7F7dXIOzg==",
  9592. "license": "MIT"
  9593. },
  9594. "node_modules/human-signals": {
  9595. "version": "5.0.0",
  9596. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz",
  9597. "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
  9598. "license": "Apache-2.0",
  9599. "engines": {
  9600. "node": ">=16.17.0"
  9601. }
  9602. },
  9603. "node_modules/ieee754": {
  9604. "version": "1.2.1",
  9605. "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
  9606. "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
  9607. "funding": [
  9608. {
  9609. "type": "github",
  9610. "url": "https://github.com/sponsors/feross"
  9611. },
  9612. {
  9613. "type": "patreon",
  9614. "url": "https://www.patreon.com/feross"
  9615. },
  9616. {
  9617. "type": "consulting",
  9618. "url": "https://feross.org/support"
  9619. }
  9620. ],
  9621. "license": "BSD-3-Clause"
  9622. },
  9623. "node_modules/ignore": {
  9624. "version": "7.0.5",
  9625. "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
  9626. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  9627. "license": "MIT",
  9628. "engines": {
  9629. "node": ">= 4"
  9630. }
  9631. },
  9632. "node_modules/image-meta": {
  9633. "version": "0.2.2",
  9634. "resolved": "https://registry.npmjs.org/image-meta/-/image-meta-0.2.2.tgz",
  9635. "integrity": "sha512-3MOLanc3sb3LNGWQl1RlQlNWURE5g32aUphrDyFeCsxBTk08iE3VNe4CwsUZ0Qs1X+EfX0+r29Sxdpza4B+yRA==",
  9636. "license": "MIT"
  9637. },
  9638. "node_modules/import-fresh": {
  9639. "version": "3.3.1",
  9640. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
  9641. "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
  9642. "license": "MIT",
  9643. "dependencies": {
  9644. "parent-module": "^1.0.0",
  9645. "resolve-from": "^4.0.0"
  9646. },
  9647. "engines": {
  9648. "node": ">=6"
  9649. },
  9650. "funding": {
  9651. "url": "https://github.com/sponsors/sindresorhus"
  9652. }
  9653. },
  9654. "node_modules/impound": {
  9655. "version": "1.1.5",
  9656. "resolved": "https://registry.npmjs.org/impound/-/impound-1.1.5.tgz",
  9657. "integrity": "sha512-5AUn+QE0UofqNHu5f2Skf6Svukdg4ehOIq8O0EtqIx4jta0CDZYBPqpIHt0zrlUTiFVYlLpeH39DoikXBjPKpA==",
  9658. "license": "MIT",
  9659. "dependencies": {
  9660. "@jridgewell/trace-mapping": "^0.3.31",
  9661. "es-module-lexer": "^2.0.0",
  9662. "pathe": "^2.0.3",
  9663. "unplugin": "^3.0.0",
  9664. "unplugin-utils": "^0.3.1"
  9665. }
  9666. },
  9667. "node_modules/imurmurhash": {
  9668. "version": "0.1.4",
  9669. "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  9670. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  9671. "license": "MIT",
  9672. "engines": {
  9673. "node": ">=0.8.19"
  9674. }
  9675. },
  9676. "node_modules/indent-string": {
  9677. "version": "5.0.0",
  9678. "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz",
  9679. "integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==",
  9680. "license": "MIT",
  9681. "engines": {
  9682. "node": ">=12"
  9683. },
  9684. "funding": {
  9685. "url": "https://github.com/sponsors/sindresorhus"
  9686. }
  9687. },
  9688. "node_modules/inherits": {
  9689. "version": "2.0.4",
  9690. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  9691. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  9692. "license": "ISC"
  9693. },
  9694. "node_modules/ini": {
  9695. "version": "4.1.1",
  9696. "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz",
  9697. "integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==",
  9698. "license": "ISC",
  9699. "engines": {
  9700. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  9701. }
  9702. },
  9703. "node_modules/ioredis": {
  9704. "version": "5.10.1",
  9705. "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.10.1.tgz",
  9706. "integrity": "sha512-HuEDBTI70aYdx1v6U97SbNx9F1+svQKBDo30o0b9fw055LMepzpOOd0Ccg9Q6tbqmBSJaMuY0fB7yw9/vjBYCA==",
  9707. "license": "MIT",
  9708. "dependencies": {
  9709. "@ioredis/commands": "1.5.1",
  9710. "cluster-key-slot": "^1.1.0",
  9711. "debug": "^4.3.4",
  9712. "denque": "^2.1.0",
  9713. "lodash.defaults": "^4.2.0",
  9714. "lodash.isarguments": "^3.1.0",
  9715. "redis-errors": "^1.2.0",
  9716. "redis-parser": "^3.0.0",
  9717. "standard-as-callback": "^2.1.0"
  9718. },
  9719. "engines": {
  9720. "node": ">=12.22.0"
  9721. },
  9722. "funding": {
  9723. "type": "opencollective",
  9724. "url": "https://opencollective.com/ioredis"
  9725. }
  9726. },
  9727. "node_modules/ipx": {
  9728. "version": "2.1.1",
  9729. "resolved": "https://registry.npmjs.org/ipx/-/ipx-2.1.1.tgz",
  9730. "integrity": "sha512-XuM9FEGOT+/45mfAWZ5ykwkZ/oE7vWpd1iWjRffMWlwAYIRzb/xD6wZhQ4BzmPMX6Ov5dqK0wUyD0OEN9oWT6g==",
  9731. "license": "MIT",
  9732. "optional": true,
  9733. "dependencies": {
  9734. "@fastify/accept-negotiator": "^1.1.0",
  9735. "citty": "^0.1.5",
  9736. "consola": "^3.2.3",
  9737. "defu": "^6.1.4",
  9738. "destr": "^2.0.2",
  9739. "etag": "^1.8.1",
  9740. "h3": "^1.10.0",
  9741. "image-meta": "^0.2.0",
  9742. "listhen": "^1.5.6",
  9743. "ofetch": "^1.3.3",
  9744. "pathe": "^1.1.2",
  9745. "sharp": "^0.32.6",
  9746. "svgo": "^3.2.0",
  9747. "ufo": "^1.3.2",
  9748. "unstorage": "^1.10.1",
  9749. "xss": "^1.0.14"
  9750. },
  9751. "bin": {
  9752. "ipx": "bin/ipx.mjs"
  9753. }
  9754. },
  9755. "node_modules/ipx/node_modules/pathe": {
  9756. "version": "1.1.2",
  9757. "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz",
  9758. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==",
  9759. "license": "MIT",
  9760. "optional": true
  9761. },
  9762. "node_modules/iron-webcrypto": {
  9763. "version": "1.2.1",
  9764. "resolved": "https://registry.npmjs.org/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz",
  9765. "integrity": "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==",
  9766. "license": "MIT",
  9767. "funding": {
  9768. "url": "https://github.com/sponsors/brc-dd"
  9769. }
  9770. },
  9771. "node_modules/is-arrayish": {
  9772. "version": "0.3.4",
  9773. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.4.tgz",
  9774. "integrity": "sha512-m6UrgzFVUYawGBh1dUsWR5M2Clqic9RVXC/9f8ceNlv2IcO9j9J/z8UoCLPqtsPBFNzEpfR3xftohbfqDx8EQA==",
  9775. "license": "MIT",
  9776. "optional": true
  9777. },
  9778. "node_modules/is-builtin-module": {
  9779. "version": "5.0.0",
  9780. "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-5.0.0.tgz",
  9781. "integrity": "sha512-f4RqJKBUe5rQkJ2eJEJBXSticB3hGbN9j0yxxMQFqIW89Jp9WYFtzfTcRlstDKVUTRzSOTLKRfO9vIztenwtxA==",
  9782. "license": "MIT",
  9783. "dependencies": {
  9784. "builtin-modules": "^5.0.0"
  9785. },
  9786. "engines": {
  9787. "node": ">=18.20"
  9788. },
  9789. "funding": {
  9790. "url": "https://github.com/sponsors/sindresorhus"
  9791. }
  9792. },
  9793. "node_modules/is-core-module": {
  9794. "version": "2.16.1",
  9795. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
  9796. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  9797. "license": "MIT",
  9798. "dependencies": {
  9799. "hasown": "^2.0.2"
  9800. },
  9801. "engines": {
  9802. "node": ">= 0.4"
  9803. },
  9804. "funding": {
  9805. "url": "https://github.com/sponsors/ljharb"
  9806. }
  9807. },
  9808. "node_modules/is-docker": {
  9809. "version": "3.0.0",
  9810. "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
  9811. "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
  9812. "license": "MIT",
  9813. "bin": {
  9814. "is-docker": "cli.js"
  9815. },
  9816. "engines": {
  9817. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  9818. },
  9819. "funding": {
  9820. "url": "https://github.com/sponsors/sindresorhus"
  9821. }
  9822. },
  9823. "node_modules/is-extglob": {
  9824. "version": "2.1.1",
  9825. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  9826. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  9827. "license": "MIT",
  9828. "engines": {
  9829. "node": ">=0.10.0"
  9830. }
  9831. },
  9832. "node_modules/is-fullwidth-code-point": {
  9833. "version": "3.0.0",
  9834. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  9835. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  9836. "license": "MIT",
  9837. "engines": {
  9838. "node": ">=8"
  9839. }
  9840. },
  9841. "node_modules/is-glob": {
  9842. "version": "4.0.3",
  9843. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  9844. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  9845. "license": "MIT",
  9846. "dependencies": {
  9847. "is-extglob": "^2.1.1"
  9848. },
  9849. "engines": {
  9850. "node": ">=0.10.0"
  9851. }
  9852. },
  9853. "node_modules/is-in-ssh": {
  9854. "version": "1.0.0",
  9855. "resolved": "https://registry.npmjs.org/is-in-ssh/-/is-in-ssh-1.0.0.tgz",
  9856. "integrity": "sha512-jYa6Q9rH90kR1vKB6NM7qqd1mge3Fx4Dhw5TVlK1MUBqhEOuCagrEHMevNuCcbECmXZ0ThXkRm+Ymr51HwEPAw==",
  9857. "license": "MIT",
  9858. "engines": {
  9859. "node": ">=20"
  9860. },
  9861. "funding": {
  9862. "url": "https://github.com/sponsors/sindresorhus"
  9863. }
  9864. },
  9865. "node_modules/is-inside-container": {
  9866. "version": "1.0.0",
  9867. "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
  9868. "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
  9869. "license": "MIT",
  9870. "dependencies": {
  9871. "is-docker": "^3.0.0"
  9872. },
  9873. "bin": {
  9874. "is-inside-container": "cli.js"
  9875. },
  9876. "engines": {
  9877. "node": ">=14.16"
  9878. },
  9879. "funding": {
  9880. "url": "https://github.com/sponsors/sindresorhus"
  9881. }
  9882. },
  9883. "node_modules/is-installed-globally": {
  9884. "version": "1.0.0",
  9885. "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-1.0.0.tgz",
  9886. "integrity": "sha512-K55T22lfpQ63N4KEN57jZUAaAYqYHEe8veb/TycJRk9DdSCLLcovXz/mL6mOnhQaZsQGwPhuFopdQIlqGSEjiQ==",
  9887. "license": "MIT",
  9888. "dependencies": {
  9889. "global-directory": "^4.0.1",
  9890. "is-path-inside": "^4.0.0"
  9891. },
  9892. "engines": {
  9893. "node": ">=18"
  9894. },
  9895. "funding": {
  9896. "url": "https://github.com/sponsors/sindresorhus"
  9897. }
  9898. },
  9899. "node_modules/is-module": {
  9900. "version": "1.0.0",
  9901. "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
  9902. "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==",
  9903. "license": "MIT"
  9904. },
  9905. "node_modules/is-number": {
  9906. "version": "7.0.0",
  9907. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  9908. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  9909. "license": "MIT",
  9910. "engines": {
  9911. "node": ">=0.12.0"
  9912. }
  9913. },
  9914. "node_modules/is-path-inside": {
  9915. "version": "4.0.0",
  9916. "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz",
  9917. "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==",
  9918. "license": "MIT",
  9919. "engines": {
  9920. "node": ">=12"
  9921. },
  9922. "funding": {
  9923. "url": "https://github.com/sponsors/sindresorhus"
  9924. }
  9925. },
  9926. "node_modules/is-reference": {
  9927. "version": "1.2.1",
  9928. "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-1.2.1.tgz",
  9929. "integrity": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==",
  9930. "license": "MIT",
  9931. "dependencies": {
  9932. "@types/estree": "*"
  9933. }
  9934. },
  9935. "node_modules/is-stream": {
  9936. "version": "3.0.0",
  9937. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz",
  9938. "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
  9939. "license": "MIT",
  9940. "engines": {
  9941. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  9942. },
  9943. "funding": {
  9944. "url": "https://github.com/sponsors/sindresorhus"
  9945. }
  9946. },
  9947. "node_modules/is-wsl": {
  9948. "version": "3.1.1",
  9949. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.1.tgz",
  9950. "integrity": "sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==",
  9951. "license": "MIT",
  9952. "dependencies": {
  9953. "is-inside-container": "^1.0.0"
  9954. },
  9955. "engines": {
  9956. "node": ">=16"
  9957. },
  9958. "funding": {
  9959. "url": "https://github.com/sponsors/sindresorhus"
  9960. }
  9961. },
  9962. "node_modules/isarray": {
  9963. "version": "1.0.0",
  9964. "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
  9965. "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
  9966. "license": "MIT"
  9967. },
  9968. "node_modules/isexe": {
  9969. "version": "2.0.0",
  9970. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  9971. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  9972. "license": "ISC"
  9973. },
  9974. "node_modules/isomorphic.js": {
  9975. "version": "0.2.5",
  9976. "resolved": "https://registry.npmjs.org/isomorphic.js/-/isomorphic.js-0.2.5.tgz",
  9977. "integrity": "sha512-PIeMbHqMt4DnUP3MA/Flc0HElYjMXArsw1qwJZcm9sqR8mq3l8NYizFMty0pWwE/tzIGH3EKK5+jes5mAr85yw==",
  9978. "license": "MIT",
  9979. "peer": true,
  9980. "funding": {
  9981. "type": "GitHub Sponsors ❤",
  9982. "url": "https://github.com/sponsors/dmonad"
  9983. }
  9984. },
  9985. "node_modules/jackspeak": {
  9986. "version": "3.4.3",
  9987. "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
  9988. "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
  9989. "license": "BlueOak-1.0.0",
  9990. "dependencies": {
  9991. "@isaacs/cliui": "^8.0.2"
  9992. },
  9993. "funding": {
  9994. "url": "https://github.com/sponsors/isaacs"
  9995. },
  9996. "optionalDependencies": {
  9997. "@pkgjs/parseargs": "^0.11.0"
  9998. }
  9999. },
  10000. "node_modules/jiti": {
  10001. "version": "2.6.1",
  10002. "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
  10003. "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
  10004. "license": "MIT",
  10005. "bin": {
  10006. "jiti": "lib/jiti-cli.mjs"
  10007. }
  10008. },
  10009. "node_modules/js-tokens": {
  10010. "version": "4.0.0",
  10011. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  10012. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  10013. "license": "MIT"
  10014. },
  10015. "node_modules/js-yaml": {
  10016. "version": "4.1.1",
  10017. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
  10018. "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
  10019. "license": "MIT",
  10020. "dependencies": {
  10021. "argparse": "^2.0.1"
  10022. },
  10023. "bin": {
  10024. "js-yaml": "bin/js-yaml.js"
  10025. }
  10026. },
  10027. "node_modules/jsdoc-type-pratt-parser": {
  10028. "version": "7.2.0",
  10029. "resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-7.2.0.tgz",
  10030. "integrity": "sha512-dh140MMgjyg3JhJZY/+iEzW+NO5xR2gpbDFKHqotCmexElVntw7GjWjt511+C/Ef02RU5TKYrJo/Xlzk+OLaTw==",
  10031. "license": "MIT",
  10032. "engines": {
  10033. "node": ">=20.0.0"
  10034. }
  10035. },
  10036. "node_modules/jsesc": {
  10037. "version": "3.1.0",
  10038. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
  10039. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  10040. "license": "MIT",
  10041. "bin": {
  10042. "jsesc": "bin/jsesc"
  10043. },
  10044. "engines": {
  10045. "node": ">=6"
  10046. }
  10047. },
  10048. "node_modules/json-buffer": {
  10049. "version": "3.0.1",
  10050. "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
  10051. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  10052. "license": "MIT"
  10053. },
  10054. "node_modules/json-schema-to-typescript-lite": {
  10055. "version": "15.0.0",
  10056. "resolved": "https://registry.npmjs.org/json-schema-to-typescript-lite/-/json-schema-to-typescript-lite-15.0.0.tgz",
  10057. "integrity": "sha512-5mMORSQm9oTLyjM4mWnyNBi2T042Fhg1/0gCIB6X8U/LVpM2A+Nmj2yEyArqVouDmFThDxpEXcnTgSrjkGJRFA==",
  10058. "license": "MIT",
  10059. "dependencies": {
  10060. "@apidevtools/json-schema-ref-parser": "^14.1.1",
  10061. "@types/json-schema": "^7.0.15"
  10062. }
  10063. },
  10064. "node_modules/json-schema-traverse": {
  10065. "version": "0.4.1",
  10066. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  10067. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  10068. "license": "MIT"
  10069. },
  10070. "node_modules/json-stable-stringify-without-jsonify": {
  10071. "version": "1.0.1",
  10072. "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  10073. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  10074. "license": "MIT"
  10075. },
  10076. "node_modules/json5": {
  10077. "version": "2.2.3",
  10078. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  10079. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  10080. "license": "MIT",
  10081. "bin": {
  10082. "json5": "lib/cli.js"
  10083. },
  10084. "engines": {
  10085. "node": ">=6"
  10086. }
  10087. },
  10088. "node_modules/keyv": {
  10089. "version": "4.5.4",
  10090. "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
  10091. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  10092. "license": "MIT",
  10093. "dependencies": {
  10094. "json-buffer": "3.0.1"
  10095. }
  10096. },
  10097. "node_modules/kleur": {
  10098. "version": "4.1.5",
  10099. "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz",
  10100. "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==",
  10101. "license": "MIT",
  10102. "engines": {
  10103. "node": ">=6"
  10104. }
  10105. },
  10106. "node_modules/klona": {
  10107. "version": "2.0.6",
  10108. "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz",
  10109. "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==",
  10110. "license": "MIT",
  10111. "engines": {
  10112. "node": ">= 8"
  10113. }
  10114. },
  10115. "node_modules/knitwork": {
  10116. "version": "1.3.0",
  10117. "resolved": "https://registry.npmjs.org/knitwork/-/knitwork-1.3.0.tgz",
  10118. "integrity": "sha512-4LqMNoONzR43B1W0ek0fhXMsDNW/zxa1NdFAVMY+k28pgZLovR4G3PB5MrpTxCy1QaZCqNoiaKPr5w5qZHfSNw==",
  10119. "license": "MIT"
  10120. },
  10121. "node_modules/launch-editor": {
  10122. "version": "2.13.2",
  10123. "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.13.2.tgz",
  10124. "integrity": "sha512-4VVDnbOpLXy/s8rdRCSXb+zfMeFR0WlJWpET1iA9CQdlZDfwyLjUuGQzXU4VeOoey6AicSAluWan7Etga6Kcmg==",
  10125. "license": "MIT",
  10126. "dependencies": {
  10127. "picocolors": "^1.1.1",
  10128. "shell-quote": "^1.8.3"
  10129. }
  10130. },
  10131. "node_modules/lazystream": {
  10132. "version": "1.0.1",
  10133. "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.1.tgz",
  10134. "integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==",
  10135. "license": "MIT",
  10136. "dependencies": {
  10137. "readable-stream": "^2.0.5"
  10138. },
  10139. "engines": {
  10140. "node": ">= 0.6.3"
  10141. }
  10142. },
  10143. "node_modules/lazystream/node_modules/readable-stream": {
  10144. "version": "2.3.8",
  10145. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
  10146. "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
  10147. "license": "MIT",
  10148. "dependencies": {
  10149. "core-util-is": "~1.0.0",
  10150. "inherits": "~2.0.3",
  10151. "isarray": "~1.0.0",
  10152. "process-nextick-args": "~2.0.0",
  10153. "safe-buffer": "~5.1.1",
  10154. "string_decoder": "~1.1.1",
  10155. "util-deprecate": "~1.0.1"
  10156. }
  10157. },
  10158. "node_modules/lazystream/node_modules/safe-buffer": {
  10159. "version": "5.1.2",
  10160. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
  10161. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
  10162. "license": "MIT"
  10163. },
  10164. "node_modules/lazystream/node_modules/string_decoder": {
  10165. "version": "1.1.1",
  10166. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  10167. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  10168. "license": "MIT",
  10169. "dependencies": {
  10170. "safe-buffer": "~5.1.0"
  10171. }
  10172. },
  10173. "node_modules/levn": {
  10174. "version": "0.4.1",
  10175. "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
  10176. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  10177. "license": "MIT",
  10178. "dependencies": {
  10179. "prelude-ls": "^1.2.1",
  10180. "type-check": "~0.4.0"
  10181. },
  10182. "engines": {
  10183. "node": ">= 0.8.0"
  10184. }
  10185. },
  10186. "node_modules/lib0": {
  10187. "version": "0.2.117",
  10188. "resolved": "https://registry.npmjs.org/lib0/-/lib0-0.2.117.tgz",
  10189. "integrity": "sha512-DeXj9X5xDCjgKLU/7RR+/HQEVzuuEUiwldwOGsHK/sfAfELGWEyTcf0x+uOvCvK3O2zPmZePXWL85vtia6GyZw==",
  10190. "license": "MIT",
  10191. "peer": true,
  10192. "dependencies": {
  10193. "isomorphic.js": "^0.2.4"
  10194. },
  10195. "bin": {
  10196. "0ecdsa-generate-keypair": "bin/0ecdsa-generate-keypair.js",
  10197. "0gentesthtml": "bin/gentesthtml.js",
  10198. "0serve": "bin/0serve.js"
  10199. },
  10200. "engines": {
  10201. "node": ">=16"
  10202. },
  10203. "funding": {
  10204. "type": "GitHub Sponsors ❤",
  10205. "url": "https://github.com/sponsors/dmonad"
  10206. }
  10207. },
  10208. "node_modules/lightningcss": {
  10209. "version": "1.32.0",
  10210. "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
  10211. "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
  10212. "license": "MPL-2.0",
  10213. "dependencies": {
  10214. "detect-libc": "^2.0.3"
  10215. },
  10216. "engines": {
  10217. "node": ">= 12.0.0"
  10218. },
  10219. "funding": {
  10220. "type": "opencollective",
  10221. "url": "https://opencollective.com/parcel"
  10222. },
  10223. "optionalDependencies": {
  10224. "lightningcss-android-arm64": "1.32.0",
  10225. "lightningcss-darwin-arm64": "1.32.0",
  10226. "lightningcss-darwin-x64": "1.32.0",
  10227. "lightningcss-freebsd-x64": "1.32.0",
  10228. "lightningcss-linux-arm-gnueabihf": "1.32.0",
  10229. "lightningcss-linux-arm64-gnu": "1.32.0",
  10230. "lightningcss-linux-arm64-musl": "1.32.0",
  10231. "lightningcss-linux-x64-gnu": "1.32.0",
  10232. "lightningcss-linux-x64-musl": "1.32.0",
  10233. "lightningcss-win32-arm64-msvc": "1.32.0",
  10234. "lightningcss-win32-x64-msvc": "1.32.0"
  10235. }
  10236. },
  10237. "node_modules/lightningcss-android-arm64": {
  10238. "version": "1.32.0",
  10239. "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
  10240. "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
  10241. "cpu": [
  10242. "arm64"
  10243. ],
  10244. "license": "MPL-2.0",
  10245. "optional": true,
  10246. "os": [
  10247. "android"
  10248. ],
  10249. "engines": {
  10250. "node": ">= 12.0.0"
  10251. },
  10252. "funding": {
  10253. "type": "opencollective",
  10254. "url": "https://opencollective.com/parcel"
  10255. }
  10256. },
  10257. "node_modules/lightningcss-darwin-arm64": {
  10258. "version": "1.32.0",
  10259. "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
  10260. "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
  10261. "cpu": [
  10262. "arm64"
  10263. ],
  10264. "license": "MPL-2.0",
  10265. "optional": true,
  10266. "os": [
  10267. "darwin"
  10268. ],
  10269. "engines": {
  10270. "node": ">= 12.0.0"
  10271. },
  10272. "funding": {
  10273. "type": "opencollective",
  10274. "url": "https://opencollective.com/parcel"
  10275. }
  10276. },
  10277. "node_modules/lightningcss-darwin-x64": {
  10278. "version": "1.32.0",
  10279. "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
  10280. "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
  10281. "cpu": [
  10282. "x64"
  10283. ],
  10284. "license": "MPL-2.0",
  10285. "optional": true,
  10286. "os": [
  10287. "darwin"
  10288. ],
  10289. "engines": {
  10290. "node": ">= 12.0.0"
  10291. },
  10292. "funding": {
  10293. "type": "opencollective",
  10294. "url": "https://opencollective.com/parcel"
  10295. }
  10296. },
  10297. "node_modules/lightningcss-freebsd-x64": {
  10298. "version": "1.32.0",
  10299. "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
  10300. "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
  10301. "cpu": [
  10302. "x64"
  10303. ],
  10304. "license": "MPL-2.0",
  10305. "optional": true,
  10306. "os": [
  10307. "freebsd"
  10308. ],
  10309. "engines": {
  10310. "node": ">= 12.0.0"
  10311. },
  10312. "funding": {
  10313. "type": "opencollective",
  10314. "url": "https://opencollective.com/parcel"
  10315. }
  10316. },
  10317. "node_modules/lightningcss-linux-arm-gnueabihf": {
  10318. "version": "1.32.0",
  10319. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
  10320. "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
  10321. "cpu": [
  10322. "arm"
  10323. ],
  10324. "license": "MPL-2.0",
  10325. "optional": true,
  10326. "os": [
  10327. "linux"
  10328. ],
  10329. "engines": {
  10330. "node": ">= 12.0.0"
  10331. },
  10332. "funding": {
  10333. "type": "opencollective",
  10334. "url": "https://opencollective.com/parcel"
  10335. }
  10336. },
  10337. "node_modules/lightningcss-linux-arm64-gnu": {
  10338. "version": "1.32.0",
  10339. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
  10340. "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
  10341. "cpu": [
  10342. "arm64"
  10343. ],
  10344. "license": "MPL-2.0",
  10345. "optional": true,
  10346. "os": [
  10347. "linux"
  10348. ],
  10349. "engines": {
  10350. "node": ">= 12.0.0"
  10351. },
  10352. "funding": {
  10353. "type": "opencollective",
  10354. "url": "https://opencollective.com/parcel"
  10355. }
  10356. },
  10357. "node_modules/lightningcss-linux-arm64-musl": {
  10358. "version": "1.32.0",
  10359. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
  10360. "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
  10361. "cpu": [
  10362. "arm64"
  10363. ],
  10364. "license": "MPL-2.0",
  10365. "optional": true,
  10366. "os": [
  10367. "linux"
  10368. ],
  10369. "engines": {
  10370. "node": ">= 12.0.0"
  10371. },
  10372. "funding": {
  10373. "type": "opencollective",
  10374. "url": "https://opencollective.com/parcel"
  10375. }
  10376. },
  10377. "node_modules/lightningcss-linux-x64-gnu": {
  10378. "version": "1.32.0",
  10379. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
  10380. "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
  10381. "cpu": [
  10382. "x64"
  10383. ],
  10384. "license": "MPL-2.0",
  10385. "optional": true,
  10386. "os": [
  10387. "linux"
  10388. ],
  10389. "engines": {
  10390. "node": ">= 12.0.0"
  10391. },
  10392. "funding": {
  10393. "type": "opencollective",
  10394. "url": "https://opencollective.com/parcel"
  10395. }
  10396. },
  10397. "node_modules/lightningcss-linux-x64-musl": {
  10398. "version": "1.32.0",
  10399. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
  10400. "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
  10401. "cpu": [
  10402. "x64"
  10403. ],
  10404. "license": "MPL-2.0",
  10405. "optional": true,
  10406. "os": [
  10407. "linux"
  10408. ],
  10409. "engines": {
  10410. "node": ">= 12.0.0"
  10411. },
  10412. "funding": {
  10413. "type": "opencollective",
  10414. "url": "https://opencollective.com/parcel"
  10415. }
  10416. },
  10417. "node_modules/lightningcss-win32-arm64-msvc": {
  10418. "version": "1.32.0",
  10419. "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
  10420. "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
  10421. "cpu": [
  10422. "arm64"
  10423. ],
  10424. "license": "MPL-2.0",
  10425. "optional": true,
  10426. "os": [
  10427. "win32"
  10428. ],
  10429. "engines": {
  10430. "node": ">= 12.0.0"
  10431. },
  10432. "funding": {
  10433. "type": "opencollective",
  10434. "url": "https://opencollective.com/parcel"
  10435. }
  10436. },
  10437. "node_modules/lightningcss-win32-x64-msvc": {
  10438. "version": "1.32.0",
  10439. "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
  10440. "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
  10441. "cpu": [
  10442. "x64"
  10443. ],
  10444. "license": "MPL-2.0",
  10445. "optional": true,
  10446. "os": [
  10447. "win32"
  10448. ],
  10449. "engines": {
  10450. "node": ">= 12.0.0"
  10451. },
  10452. "funding": {
  10453. "type": "opencollective",
  10454. "url": "https://opencollective.com/parcel"
  10455. }
  10456. },
  10457. "node_modules/lilconfig": {
  10458. "version": "3.1.3",
  10459. "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
  10460. "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
  10461. "license": "MIT",
  10462. "engines": {
  10463. "node": ">=14"
  10464. },
  10465. "funding": {
  10466. "url": "https://github.com/sponsors/antonk52"
  10467. }
  10468. },
  10469. "node_modules/linkify-it": {
  10470. "version": "5.0.0",
  10471. "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz",
  10472. "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==",
  10473. "license": "MIT",
  10474. "dependencies": {
  10475. "uc.micro": "^2.0.0"
  10476. }
  10477. },
  10478. "node_modules/linkifyjs": {
  10479. "version": "4.3.2",
  10480. "resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-4.3.2.tgz",
  10481. "integrity": "sha512-NT1CJtq3hHIreOianA8aSXn6Cw0JzYOuDQbOrSPe7gqFnCpKP++MQe3ODgO3oh2GJFORkAAdqredOa60z63GbA==",
  10482. "license": "MIT"
  10483. },
  10484. "node_modules/listhen": {
  10485. "version": "1.9.1",
  10486. "resolved": "https://registry.npmjs.org/listhen/-/listhen-1.9.1.tgz",
  10487. "integrity": "sha512-4EhoyVcXEpNlY5HJRSQpH7Rba94M8N2JmI62ePjl0lrJKXSfG0F1FAgHGxBoz/T3pe41sUEwkIRRIcaUL0/Ofw==",
  10488. "license": "MIT",
  10489. "dependencies": {
  10490. "@parcel/watcher": "^2.5.6",
  10491. "@parcel/watcher-wasm": "^2.5.6",
  10492. "citty": "^0.2.2",
  10493. "consola": "^3.4.2",
  10494. "crossws": ">=0.2.0 <0.5.0",
  10495. "defu": "^6.1.6",
  10496. "get-port-please": "^3.2.0",
  10497. "h3": "^1.15.11",
  10498. "http-shutdown": "^1.2.2",
  10499. "jiti": "^2.6.1",
  10500. "mlly": "^1.8.2",
  10501. "node-forge": "^1.4.0",
  10502. "pathe": "^2.0.3",
  10503. "std-env": "^4.0.0",
  10504. "tinyclip": "^0.1.12",
  10505. "ufo": "^1.6.3",
  10506. "untun": "^0.1.3",
  10507. "uqr": "^0.1.2"
  10508. },
  10509. "bin": {
  10510. "listen": "bin/listhen.mjs",
  10511. "listhen": "bin/listhen.mjs"
  10512. }
  10513. },
  10514. "node_modules/listhen/node_modules/citty": {
  10515. "version": "0.2.2",
  10516. "resolved": "https://registry.npmjs.org/citty/-/citty-0.2.2.tgz",
  10517. "integrity": "sha512-+6vJA3L98yv+IdfKGZHBNiGW5KHn22e/JwID0Strsz8h4S/csAu/OuICwxrg44k5MRiZHWIo8XXuJgQTriRP4w==",
  10518. "license": "MIT"
  10519. },
  10520. "node_modules/listhen/node_modules/std-env": {
  10521. "version": "4.0.0",
  10522. "resolved": "https://registry.npmjs.org/std-env/-/std-env-4.0.0.tgz",
  10523. "integrity": "sha512-zUMPtQ/HBY3/50VbpkupYHbRroTRZJPRLvreamgErJVys0ceuzMkD44J/QjqhHjOzK42GQ3QZIeFG1OYfOtKqQ==",
  10524. "license": "MIT"
  10525. },
  10526. "node_modules/load-tsconfig": {
  10527. "version": "0.2.5",
  10528. "resolved": "https://registry.npmjs.org/load-tsconfig/-/load-tsconfig-0.2.5.tgz",
  10529. "integrity": "sha512-IXO6OCs9yg8tMKzfPZ1YmheJbZCiEsnBdcB03l0OcfK9prKnJb96siuHCr5Fl37/yo9DnKU+TLpxzTUspw9shg==",
  10530. "license": "MIT",
  10531. "engines": {
  10532. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  10533. }
  10534. },
  10535. "node_modules/local-pkg": {
  10536. "version": "1.1.2",
  10537. "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-1.1.2.tgz",
  10538. "integrity": "sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==",
  10539. "license": "MIT",
  10540. "dependencies": {
  10541. "mlly": "^1.7.4",
  10542. "pkg-types": "^2.3.0",
  10543. "quansync": "^0.2.11"
  10544. },
  10545. "engines": {
  10546. "node": ">=14"
  10547. },
  10548. "funding": {
  10549. "url": "https://github.com/sponsors/antfu"
  10550. }
  10551. },
  10552. "node_modules/locate-path": {
  10553. "version": "8.0.0",
  10554. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-8.0.0.tgz",
  10555. "integrity": "sha512-XT9ewWAC43tiAV7xDAPflMkG0qOPn2QjHqlgX8FOqmWa/rxnyYDulF9T0F7tRy1u+TVTmK/M//6VIOye+2zDXg==",
  10556. "license": "MIT",
  10557. "dependencies": {
  10558. "p-locate": "^6.0.0"
  10559. },
  10560. "engines": {
  10561. "node": ">=20"
  10562. },
  10563. "funding": {
  10564. "url": "https://github.com/sponsors/sindresorhus"
  10565. }
  10566. },
  10567. "node_modules/lodash": {
  10568. "version": "4.18.1",
  10569. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
  10570. "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
  10571. "license": "MIT"
  10572. },
  10573. "node_modules/lodash.defaults": {
  10574. "version": "4.2.0",
  10575. "resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz",
  10576. "integrity": "sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==",
  10577. "license": "MIT"
  10578. },
  10579. "node_modules/lodash.isarguments": {
  10580. "version": "3.1.0",
  10581. "resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz",
  10582. "integrity": "sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg==",
  10583. "license": "MIT"
  10584. },
  10585. "node_modules/lodash.memoize": {
  10586. "version": "4.1.2",
  10587. "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
  10588. "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==",
  10589. "license": "MIT"
  10590. },
  10591. "node_modules/lodash.merge": {
  10592. "version": "4.6.2",
  10593. "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
  10594. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  10595. "license": "MIT"
  10596. },
  10597. "node_modules/lodash.uniq": {
  10598. "version": "4.5.0",
  10599. "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
  10600. "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==",
  10601. "license": "MIT"
  10602. },
  10603. "node_modules/lru-cache": {
  10604. "version": "5.1.1",
  10605. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  10606. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  10607. "license": "ISC",
  10608. "dependencies": {
  10609. "yallist": "^3.0.2"
  10610. }
  10611. },
  10612. "node_modules/magic-regexp": {
  10613. "version": "0.10.0",
  10614. "resolved": "https://registry.npmjs.org/magic-regexp/-/magic-regexp-0.10.0.tgz",
  10615. "integrity": "sha512-Uly1Bu4lO1hwHUW0CQeSWuRtzCMNO00CmXtS8N6fyvB3B979GOEEeAkiTUDsmbYLAbvpUS/Kt5c4ibosAzVyVg==",
  10616. "license": "MIT",
  10617. "dependencies": {
  10618. "estree-walker": "^3.0.3",
  10619. "magic-string": "^0.30.12",
  10620. "mlly": "^1.7.2",
  10621. "regexp-tree": "^0.1.27",
  10622. "type-level-regexp": "~0.1.17",
  10623. "ufo": "^1.5.4",
  10624. "unplugin": "^2.0.0"
  10625. }
  10626. },
  10627. "node_modules/magic-regexp/node_modules/estree-walker": {
  10628. "version": "3.0.3",
  10629. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  10630. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  10631. "license": "MIT",
  10632. "dependencies": {
  10633. "@types/estree": "^1.0.0"
  10634. }
  10635. },
  10636. "node_modules/magic-regexp/node_modules/unplugin": {
  10637. "version": "2.3.11",
  10638. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-2.3.11.tgz",
  10639. "integrity": "sha512-5uKD0nqiYVzlmCRs01Fhs2BdkEgBS3SAVP6ndrBsuK42iC2+JHyxM05Rm9G8+5mkmRtzMZGY8Ct5+mliZxU/Ww==",
  10640. "license": "MIT",
  10641. "dependencies": {
  10642. "@jridgewell/remapping": "^2.3.5",
  10643. "acorn": "^8.15.0",
  10644. "picomatch": "^4.0.3",
  10645. "webpack-virtual-modules": "^0.6.2"
  10646. },
  10647. "engines": {
  10648. "node": ">=18.12.0"
  10649. }
  10650. },
  10651. "node_modules/magic-string": {
  10652. "version": "0.30.21",
  10653. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
  10654. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  10655. "license": "MIT",
  10656. "dependencies": {
  10657. "@jridgewell/sourcemap-codec": "^1.5.5"
  10658. }
  10659. },
  10660. "node_modules/magic-string-ast": {
  10661. "version": "1.0.3",
  10662. "resolved": "https://registry.npmjs.org/magic-string-ast/-/magic-string-ast-1.0.3.tgz",
  10663. "integrity": "sha512-CvkkH1i81zl7mmb94DsRiFeG9V2fR2JeuK8yDgS8oiZSFa++wWLEgZ5ufEOyLHbvSbD1gTRKv9NdX69Rnvr9JA==",
  10664. "license": "MIT",
  10665. "dependencies": {
  10666. "magic-string": "^0.30.19"
  10667. },
  10668. "engines": {
  10669. "node": ">=20.19.0"
  10670. },
  10671. "funding": {
  10672. "url": "https://github.com/sponsors/sxzz"
  10673. }
  10674. },
  10675. "node_modules/magicast": {
  10676. "version": "0.5.2",
  10677. "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.5.2.tgz",
  10678. "integrity": "sha512-E3ZJh4J3S9KfwdjZhe2afj6R9lGIN5Pher1pF39UGrXRqq/VDaGVIGN13BjHd2u8B61hArAGOnso7nBOouW3TQ==",
  10679. "license": "MIT",
  10680. "dependencies": {
  10681. "@babel/parser": "^7.29.0",
  10682. "@babel/types": "^7.29.0",
  10683. "source-map-js": "^1.2.1"
  10684. }
  10685. },
  10686. "node_modules/markdown-it": {
  10687. "version": "14.1.1",
  10688. "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.1.tgz",
  10689. "integrity": "sha512-BuU2qnTti9YKgK5N+IeMubp14ZUKUUw7yeJbkjtosvHiP0AZ5c8IAgEMk79D0eC8F23r4Ac/q8cAIFdm2FtyoA==",
  10690. "license": "MIT",
  10691. "dependencies": {
  10692. "argparse": "^2.0.1",
  10693. "entities": "^4.4.0",
  10694. "linkify-it": "^5.0.0",
  10695. "mdurl": "^2.0.0",
  10696. "punycode.js": "^2.3.1",
  10697. "uc.micro": "^2.1.0"
  10698. },
  10699. "bin": {
  10700. "markdown-it": "bin/markdown-it.mjs"
  10701. }
  10702. },
  10703. "node_modules/markdown-it/node_modules/entities": {
  10704. "version": "4.5.0",
  10705. "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
  10706. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  10707. "license": "BSD-2-Clause",
  10708. "engines": {
  10709. "node": ">=0.12"
  10710. },
  10711. "funding": {
  10712. "url": "https://github.com/fb55/entities?sponsor=1"
  10713. }
  10714. },
  10715. "node_modules/marked": {
  10716. "version": "17.0.6",
  10717. "resolved": "https://registry.npmjs.org/marked/-/marked-17.0.6.tgz",
  10718. "integrity": "sha512-gB0gkNafnonOw0obSTEGZTT86IuhILt2Wfx0mWH/1Au83kybTayroZ/V6nS25mN7u8ASy+5fMhgB3XPNrOZdmA==",
  10719. "license": "MIT",
  10720. "bin": {
  10721. "marked": "bin/marked.js"
  10722. },
  10723. "engines": {
  10724. "node": ">= 20"
  10725. }
  10726. },
  10727. "node_modules/mdn-data": {
  10728. "version": "2.27.1",
  10729. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.27.1.tgz",
  10730. "integrity": "sha512-9Yubnt3e8A0OKwxYSXyhLymGW4sCufcLG6VdiDdUGVkPhpqLxlvP5vl1983gQjJl3tqbrM731mjaZaP68AgosQ==",
  10731. "license": "CC0-1.0"
  10732. },
  10733. "node_modules/mdurl": {
  10734. "version": "2.0.0",
  10735. "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz",
  10736. "integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==",
  10737. "license": "MIT"
  10738. },
  10739. "node_modules/merge-stream": {
  10740. "version": "2.0.0",
  10741. "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
  10742. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
  10743. "license": "MIT"
  10744. },
  10745. "node_modules/merge2": {
  10746. "version": "1.4.1",
  10747. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  10748. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  10749. "license": "MIT",
  10750. "engines": {
  10751. "node": ">= 8"
  10752. }
  10753. },
  10754. "node_modules/micromatch": {
  10755. "version": "4.0.8",
  10756. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
  10757. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  10758. "license": "MIT",
  10759. "dependencies": {
  10760. "braces": "^3.0.3",
  10761. "picomatch": "^2.3.1"
  10762. },
  10763. "engines": {
  10764. "node": ">=8.6"
  10765. }
  10766. },
  10767. "node_modules/micromatch/node_modules/picomatch": {
  10768. "version": "2.3.2",
  10769. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
  10770. "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
  10771. "license": "MIT",
  10772. "engines": {
  10773. "node": ">=8.6"
  10774. },
  10775. "funding": {
  10776. "url": "https://github.com/sponsors/jonschlinkert"
  10777. }
  10778. },
  10779. "node_modules/mime": {
  10780. "version": "4.1.0",
  10781. "resolved": "https://registry.npmjs.org/mime/-/mime-4.1.0.tgz",
  10782. "integrity": "sha512-X5ju04+cAzsojXKes0B/S4tcYtFAJ6tTMuSPBEn9CPGlrWr8Fiw7qYeLT0XyH80HSoAoqWCaz+MWKh22P7G1cw==",
  10783. "funding": [
  10784. "https://github.com/sponsors/broofa"
  10785. ],
  10786. "license": "MIT",
  10787. "bin": {
  10788. "mime": "bin/cli.js"
  10789. },
  10790. "engines": {
  10791. "node": ">=16"
  10792. }
  10793. },
  10794. "node_modules/mime-db": {
  10795. "version": "1.54.0",
  10796. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
  10797. "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
  10798. "license": "MIT",
  10799. "engines": {
  10800. "node": ">= 0.6"
  10801. }
  10802. },
  10803. "node_modules/mime-types": {
  10804. "version": "3.0.2",
  10805. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
  10806. "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
  10807. "license": "MIT",
  10808. "dependencies": {
  10809. "mime-db": "^1.54.0"
  10810. },
  10811. "engines": {
  10812. "node": ">=18"
  10813. },
  10814. "funding": {
  10815. "type": "opencollective",
  10816. "url": "https://opencollective.com/express"
  10817. }
  10818. },
  10819. "node_modules/mimic-fn": {
  10820. "version": "4.0.0",
  10821. "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz",
  10822. "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==",
  10823. "license": "MIT",
  10824. "engines": {
  10825. "node": ">=12"
  10826. },
  10827. "funding": {
  10828. "url": "https://github.com/sponsors/sindresorhus"
  10829. }
  10830. },
  10831. "node_modules/mimic-response": {
  10832. "version": "3.1.0",
  10833. "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz",
  10834. "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==",
  10835. "license": "MIT",
  10836. "optional": true,
  10837. "engines": {
  10838. "node": ">=10"
  10839. },
  10840. "funding": {
  10841. "url": "https://github.com/sponsors/sindresorhus"
  10842. }
  10843. },
  10844. "node_modules/minimatch": {
  10845. "version": "10.2.5",
  10846. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
  10847. "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
  10848. "license": "BlueOak-1.0.0",
  10849. "dependencies": {
  10850. "brace-expansion": "^5.0.5"
  10851. },
  10852. "engines": {
  10853. "node": "18 || 20 || >=22"
  10854. },
  10855. "funding": {
  10856. "url": "https://github.com/sponsors/isaacs"
  10857. }
  10858. },
  10859. "node_modules/minimist": {
  10860. "version": "1.2.8",
  10861. "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
  10862. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  10863. "license": "MIT",
  10864. "optional": true,
  10865. "funding": {
  10866. "url": "https://github.com/sponsors/ljharb"
  10867. }
  10868. },
  10869. "node_modules/minipass": {
  10870. "version": "7.1.3",
  10871. "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz",
  10872. "integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
  10873. "license": "BlueOak-1.0.0",
  10874. "engines": {
  10875. "node": ">=16 || 14 >=14.17"
  10876. }
  10877. },
  10878. "node_modules/minizlib": {
  10879. "version": "3.1.0",
  10880. "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.1.0.tgz",
  10881. "integrity": "sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==",
  10882. "license": "MIT",
  10883. "dependencies": {
  10884. "minipass": "^7.1.2"
  10885. },
  10886. "engines": {
  10887. "node": ">= 18"
  10888. }
  10889. },
  10890. "node_modules/mkdirp-classic": {
  10891. "version": "0.5.3",
  10892. "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz",
  10893. "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==",
  10894. "license": "MIT",
  10895. "optional": true
  10896. },
  10897. "node_modules/mlly": {
  10898. "version": "1.8.2",
  10899. "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.8.2.tgz",
  10900. "integrity": "sha512-d+ObxMQFmbt10sretNDytwt85VrbkhhUA/JBGm1MPaWJ65Cl4wOgLaB1NYvJSZ0Ef03MMEU/0xpPMXUIQ29UfA==",
  10901. "license": "MIT",
  10902. "dependencies": {
  10903. "acorn": "^8.16.0",
  10904. "pathe": "^2.0.3",
  10905. "pkg-types": "^1.3.1",
  10906. "ufo": "^1.6.3"
  10907. }
  10908. },
  10909. "node_modules/mlly/node_modules/confbox": {
  10910. "version": "0.1.8",
  10911. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz",
  10912. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  10913. "license": "MIT"
  10914. },
  10915. "node_modules/mlly/node_modules/pkg-types": {
  10916. "version": "1.3.1",
  10917. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz",
  10918. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  10919. "license": "MIT",
  10920. "dependencies": {
  10921. "confbox": "^0.1.8",
  10922. "mlly": "^1.7.4",
  10923. "pathe": "^2.0.1"
  10924. }
  10925. },
  10926. "node_modules/mocked-exports": {
  10927. "version": "0.1.1",
  10928. "resolved": "https://registry.npmjs.org/mocked-exports/-/mocked-exports-0.1.1.tgz",
  10929. "integrity": "sha512-aF7yRQr/Q0O2/4pIXm6PZ5G+jAd7QS4Yu8m+WEeEHGnbo+7mE36CbLSDQiXYV8bVL3NfmdeqPJct0tUlnjVSnA==",
  10930. "license": "MIT"
  10931. },
  10932. "node_modules/motion-dom": {
  10933. "version": "12.38.0",
  10934. "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.38.0.tgz",
  10935. "integrity": "sha512-pdkHLD8QYRp8VfiNLb8xIBJis1byQ9gPT3Jnh2jqfFtAsWUA3dEepDlsWe/xMpO8McV+VdpKVcp+E+TGJEtOoA==",
  10936. "license": "MIT",
  10937. "dependencies": {
  10938. "motion-utils": "^12.36.0"
  10939. }
  10940. },
  10941. "node_modules/motion-utils": {
  10942. "version": "12.36.0",
  10943. "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.36.0.tgz",
  10944. "integrity": "sha512-eHWisygbiwVvf6PZ1vhaHCLamvkSbPIeAYxWUuL3a2PD/TROgE7FvfHWTIH4vMl798QLfMw15nRqIaRDXTlYRg==",
  10945. "license": "MIT"
  10946. },
  10947. "node_modules/motion-v": {
  10948. "version": "2.2.1",
  10949. "resolved": "https://registry.npmjs.org/motion-v/-/motion-v-2.2.1.tgz",
  10950. "integrity": "sha512-BYbABe1Ep/u33dHOrK+8SoVU2MuiQqT94JOYsgrge8QbrwkKf2lS6rHW2QyzP6t89wcyBvzZeLQQwfrx76dj9A==",
  10951. "license": "MIT",
  10952. "dependencies": {
  10953. "framer-motion": "^12.38.0",
  10954. "hey-listen": "^1.0.8",
  10955. "motion-dom": "^12.38.0",
  10956. "motion-utils": "^12.36.0"
  10957. },
  10958. "peerDependencies": {
  10959. "@vueuse/core": ">=10.0.0",
  10960. "vue": ">=3.0.0"
  10961. }
  10962. },
  10963. "node_modules/mrmime": {
  10964. "version": "2.0.1",
  10965. "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz",
  10966. "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==",
  10967. "license": "MIT",
  10968. "engines": {
  10969. "node": ">=10"
  10970. }
  10971. },
  10972. "node_modules/ms": {
  10973. "version": "2.1.3",
  10974. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  10975. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  10976. "license": "MIT"
  10977. },
  10978. "node_modules/muggle-string": {
  10979. "version": "0.4.1",
  10980. "resolved": "https://registry.npmjs.org/muggle-string/-/muggle-string-0.4.1.tgz",
  10981. "integrity": "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==",
  10982. "license": "MIT"
  10983. },
  10984. "node_modules/nanoid": {
  10985. "version": "3.3.11",
  10986. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
  10987. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  10988. "funding": [
  10989. {
  10990. "type": "github",
  10991. "url": "https://github.com/sponsors/ai"
  10992. }
  10993. ],
  10994. "license": "MIT",
  10995. "bin": {
  10996. "nanoid": "bin/nanoid.cjs"
  10997. },
  10998. "engines": {
  10999. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  11000. }
  11001. },
  11002. "node_modules/nanotar": {
  11003. "version": "0.3.0",
  11004. "resolved": "https://registry.npmjs.org/nanotar/-/nanotar-0.3.0.tgz",
  11005. "integrity": "sha512-Kv2JYYiCzt16Kt5QwAc9BFG89xfPNBx+oQL4GQXD9nLqPkZBiNaqaCWtwnbk/q7UVsTYevvM1b0UF8zmEI4pCg==",
  11006. "license": "MIT"
  11007. },
  11008. "node_modules/napi-build-utils": {
  11009. "version": "2.0.0",
  11010. "resolved": "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-2.0.0.tgz",
  11011. "integrity": "sha512-GEbrYkbfF7MoNaoh2iGG84Mnf/WZfB0GdGEsM8wz7Expx/LlWf5U8t9nvJKXSp3qr5IsEbK04cBGhol/KwOsWA==",
  11012. "license": "MIT",
  11013. "optional": true
  11014. },
  11015. "node_modules/napi-postinstall": {
  11016. "version": "0.3.4",
  11017. "resolved": "https://registry.npmjs.org/napi-postinstall/-/napi-postinstall-0.3.4.tgz",
  11018. "integrity": "sha512-PHI5f1O0EP5xJ9gQmFGMS6IZcrVvTjpXjz7Na41gTE7eE2hK11lg04CECCYEEjdc17EV4DO+fkGEtt7TpTaTiQ==",
  11019. "license": "MIT",
  11020. "bin": {
  11021. "napi-postinstall": "lib/cli.js"
  11022. },
  11023. "engines": {
  11024. "node": "^12.20.0 || ^14.18.0 || >=16.0.0"
  11025. },
  11026. "funding": {
  11027. "url": "https://opencollective.com/napi-postinstall"
  11028. }
  11029. },
  11030. "node_modules/natural-compare": {
  11031. "version": "1.4.0",
  11032. "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  11033. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  11034. "license": "MIT"
  11035. },
  11036. "node_modules/nitropack": {
  11037. "version": "2.13.3",
  11038. "resolved": "https://registry.npmjs.org/nitropack/-/nitropack-2.13.3.tgz",
  11039. "integrity": "sha512-C8vO7RxkU0AQ3HbYUumuG6MVM5JjRaBchke/rYFOp3EvrLtTBHZYhDVGECdpa27vNuOYRzm3GtQMn2YDOjDJLA==",
  11040. "license": "MIT",
  11041. "dependencies": {
  11042. "@cloudflare/kv-asset-handler": "^0.4.2",
  11043. "@rollup/plugin-alias": "^6.0.0",
  11044. "@rollup/plugin-commonjs": "^29.0.2",
  11045. "@rollup/plugin-inject": "^5.0.5",
  11046. "@rollup/plugin-json": "^6.1.0",
  11047. "@rollup/plugin-node-resolve": "^16.0.3",
  11048. "@rollup/plugin-replace": "^6.0.3",
  11049. "@rollup/plugin-terser": "^1.0.0",
  11050. "@vercel/nft": "^1.5.0",
  11051. "archiver": "^7.0.1",
  11052. "c12": "^3.3.4",
  11053. "chokidar": "^5.0.0",
  11054. "citty": "^0.2.2",
  11055. "compatx": "^0.2.0",
  11056. "confbox": "^0.2.4",
  11057. "consola": "^3.4.2",
  11058. "cookie-es": "^2.0.1",
  11059. "croner": "^10.0.1",
  11060. "crossws": "^0.3.5",
  11061. "db0": "^0.3.4",
  11062. "defu": "^6.1.6",
  11063. "destr": "^2.0.5",
  11064. "dot-prop": "^10.1.0",
  11065. "esbuild": "^0.27.5",
  11066. "escape-string-regexp": "^5.0.0",
  11067. "etag": "^1.8.1",
  11068. "exsolve": "^1.0.8",
  11069. "globby": "^16.2.0",
  11070. "gzip-size": "^7.0.0",
  11071. "h3": "^1.15.10",
  11072. "hookable": "^5.5.3",
  11073. "httpxy": "^0.5.0",
  11074. "ioredis": "^5.10.1",
  11075. "jiti": "^2.6.1",
  11076. "klona": "^2.0.6",
  11077. "knitwork": "^1.3.0",
  11078. "listhen": "^1.9.1",
  11079. "magic-string": "^0.30.21",
  11080. "magicast": "^0.5.2",
  11081. "mime": "^4.1.0",
  11082. "mlly": "^1.8.2",
  11083. "node-fetch-native": "^1.6.7",
  11084. "node-mock-http": "^1.0.4",
  11085. "ofetch": "^1.5.1",
  11086. "ohash": "^2.0.11",
  11087. "pathe": "^2.0.3",
  11088. "perfect-debounce": "^2.1.0",
  11089. "pkg-types": "^2.3.0",
  11090. "pretty-bytes": "^7.1.0",
  11091. "radix3": "^1.1.2",
  11092. "rollup": "^4.60.1",
  11093. "rollup-plugin-visualizer": "^7.0.1",
  11094. "scule": "^1.3.0",
  11095. "semver": "^7.7.4",
  11096. "serve-placeholder": "^2.0.2",
  11097. "serve-static": "^2.2.1",
  11098. "source-map": "^0.7.6",
  11099. "std-env": "^4.0.0",
  11100. "ufo": "^1.6.3",
  11101. "ultrahtml": "^1.6.0",
  11102. "uncrypto": "^0.1.3",
  11103. "unctx": "^2.5.0",
  11104. "unenv": "2.0.0-rc.24",
  11105. "unimport": "^6.0.2",
  11106. "unplugin-utils": "^0.3.1",
  11107. "unstorage": "^1.17.5",
  11108. "untyped": "^2.0.0",
  11109. "unwasm": "^0.5.3",
  11110. "youch": "^4.1.1",
  11111. "youch-core": "^0.3.3"
  11112. },
  11113. "bin": {
  11114. "nitro": "dist/cli/index.mjs",
  11115. "nitropack": "dist/cli/index.mjs"
  11116. },
  11117. "engines": {
  11118. "node": "^20.19.0 || >=22.12.0"
  11119. },
  11120. "peerDependencies": {
  11121. "xml2js": "^0.6.2"
  11122. },
  11123. "peerDependenciesMeta": {
  11124. "xml2js": {
  11125. "optional": true
  11126. }
  11127. }
  11128. },
  11129. "node_modules/nitropack/node_modules/citty": {
  11130. "version": "0.2.2",
  11131. "resolved": "https://registry.npmjs.org/citty/-/citty-0.2.2.tgz",
  11132. "integrity": "sha512-+6vJA3L98yv+IdfKGZHBNiGW5KHn22e/JwID0Strsz8h4S/csAu/OuICwxrg44k5MRiZHWIo8XXuJgQTriRP4w==",
  11133. "license": "MIT"
  11134. },
  11135. "node_modules/nitropack/node_modules/cookie-es": {
  11136. "version": "2.0.1",
  11137. "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-2.0.1.tgz",
  11138. "integrity": "sha512-aVf4A4hI2w70LnF7GG+7xDQUkliwiXWXFvTjkip4+b64ygDQ2sJPRSKFDHbxn8o0xu9QzPkMuuiWIXyFSE2slA==",
  11139. "license": "MIT"
  11140. },
  11141. "node_modules/nitropack/node_modules/escape-string-regexp": {
  11142. "version": "5.0.0",
  11143. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  11144. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  11145. "license": "MIT",
  11146. "engines": {
  11147. "node": ">=12"
  11148. },
  11149. "funding": {
  11150. "url": "https://github.com/sponsors/sindresorhus"
  11151. }
  11152. },
  11153. "node_modules/nitropack/node_modules/estree-walker": {
  11154. "version": "3.0.3",
  11155. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  11156. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  11157. "license": "MIT",
  11158. "dependencies": {
  11159. "@types/estree": "^1.0.0"
  11160. }
  11161. },
  11162. "node_modules/nitropack/node_modules/hookable": {
  11163. "version": "5.5.3",
  11164. "resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz",
  11165. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
  11166. "license": "MIT"
  11167. },
  11168. "node_modules/nitropack/node_modules/std-env": {
  11169. "version": "4.0.0",
  11170. "resolved": "https://registry.npmjs.org/std-env/-/std-env-4.0.0.tgz",
  11171. "integrity": "sha512-zUMPtQ/HBY3/50VbpkupYHbRroTRZJPRLvreamgErJVys0ceuzMkD44J/QjqhHjOzK42GQ3QZIeFG1OYfOtKqQ==",
  11172. "license": "MIT"
  11173. },
  11174. "node_modules/nitropack/node_modules/unimport": {
  11175. "version": "6.1.0",
  11176. "resolved": "https://registry.npmjs.org/unimport/-/unimport-6.1.0.tgz",
  11177. "integrity": "sha512-ocgNKyiqj7Hw7oHt7A7D3za3fq28eShe1EloL6hsoQgn7CF51Y4CqFT9ISG3rEy0JpA8CCz/sY5h5OovOn62VQ==",
  11178. "license": "MIT",
  11179. "dependencies": {
  11180. "acorn": "^8.16.0",
  11181. "escape-string-regexp": "^5.0.0",
  11182. "estree-walker": "^3.0.3",
  11183. "local-pkg": "^1.1.2",
  11184. "magic-string": "^0.30.21",
  11185. "mlly": "^1.8.2",
  11186. "pathe": "^2.0.3",
  11187. "picomatch": "^4.0.4",
  11188. "pkg-types": "^2.3.0",
  11189. "scule": "^1.3.0",
  11190. "strip-literal": "^3.1.0",
  11191. "tinyglobby": "^0.2.16",
  11192. "unplugin": "^3.0.0",
  11193. "unplugin-utils": "^0.3.1"
  11194. },
  11195. "engines": {
  11196. "node": ">=18.12.0"
  11197. }
  11198. },
  11199. "node_modules/node-abi": {
  11200. "version": "3.89.0",
  11201. "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.89.0.tgz",
  11202. "integrity": "sha512-6u9UwL0HlAl21+agMN3YAMXcKByMqwGx+pq+P76vii5f7hTPtKDp08/H9py6DY+cfDw7kQNTGEj/rly3IgbNQA==",
  11203. "license": "MIT",
  11204. "optional": true,
  11205. "dependencies": {
  11206. "semver": "^7.3.5"
  11207. },
  11208. "engines": {
  11209. "node": ">=10"
  11210. }
  11211. },
  11212. "node_modules/node-addon-api": {
  11213. "version": "7.1.1",
  11214. "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
  11215. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  11216. "license": "MIT"
  11217. },
  11218. "node_modules/node-fetch": {
  11219. "version": "2.7.0",
  11220. "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
  11221. "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
  11222. "license": "MIT",
  11223. "dependencies": {
  11224. "whatwg-url": "^5.0.0"
  11225. },
  11226. "engines": {
  11227. "node": "4.x || >=6.0.0"
  11228. },
  11229. "peerDependencies": {
  11230. "encoding": "^0.1.0"
  11231. },
  11232. "peerDependenciesMeta": {
  11233. "encoding": {
  11234. "optional": true
  11235. }
  11236. }
  11237. },
  11238. "node_modules/node-fetch-native": {
  11239. "version": "1.6.7",
  11240. "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.7.tgz",
  11241. "integrity": "sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q==",
  11242. "license": "MIT"
  11243. },
  11244. "node_modules/node-forge": {
  11245. "version": "1.4.0",
  11246. "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.4.0.tgz",
  11247. "integrity": "sha512-LarFH0+6VfriEhqMMcLX2F7SwSXeWwnEAJEsYm5QKWchiVYVvJyV9v7UDvUv+w5HO23ZpQTXDv/GxdDdMyOuoQ==",
  11248. "license": "(BSD-3-Clause OR GPL-2.0)",
  11249. "engines": {
  11250. "node": ">= 6.13.0"
  11251. }
  11252. },
  11253. "node_modules/node-gyp-build": {
  11254. "version": "4.8.4",
  11255. "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.4.tgz",
  11256. "integrity": "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==",
  11257. "license": "MIT",
  11258. "bin": {
  11259. "node-gyp-build": "bin.js",
  11260. "node-gyp-build-optional": "optional.js",
  11261. "node-gyp-build-test": "build-test.js"
  11262. }
  11263. },
  11264. "node_modules/node-mock-http": {
  11265. "version": "1.0.4",
  11266. "resolved": "https://registry.npmjs.org/node-mock-http/-/node-mock-http-1.0.4.tgz",
  11267. "integrity": "sha512-8DY+kFsDkNXy1sJglUfuODx1/opAGJGyrTuFqEoN90oRc2Vk0ZbD4K2qmKXBBEhZQzdKHIVfEJpDU8Ak2NJEvQ==",
  11268. "license": "MIT"
  11269. },
  11270. "node_modules/node-releases": {
  11271. "version": "2.0.37",
  11272. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.37.tgz",
  11273. "integrity": "sha512-1h5gKZCF+pO/o3Iqt5Jp7wc9rH3eJJ0+nh/CIoiRwjRxde/hAHyLPXYN4V3CqKAbiZPSeJFSWHmJsbkicta0Eg==",
  11274. "license": "MIT"
  11275. },
  11276. "node_modules/nopt": {
  11277. "version": "8.1.0",
  11278. "resolved": "https://registry.npmjs.org/nopt/-/nopt-8.1.0.tgz",
  11279. "integrity": "sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A==",
  11280. "license": "ISC",
  11281. "dependencies": {
  11282. "abbrev": "^3.0.0"
  11283. },
  11284. "bin": {
  11285. "nopt": "bin/nopt.js"
  11286. },
  11287. "engines": {
  11288. "node": "^18.17.0 || >=20.5.0"
  11289. }
  11290. },
  11291. "node_modules/normalize-path": {
  11292. "version": "3.0.0",
  11293. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  11294. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  11295. "license": "MIT",
  11296. "engines": {
  11297. "node": ">=0.10.0"
  11298. }
  11299. },
  11300. "node_modules/npm-run-path": {
  11301. "version": "5.3.0",
  11302. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz",
  11303. "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
  11304. "license": "MIT",
  11305. "dependencies": {
  11306. "path-key": "^4.0.0"
  11307. },
  11308. "engines": {
  11309. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  11310. },
  11311. "funding": {
  11312. "url": "https://github.com/sponsors/sindresorhus"
  11313. }
  11314. },
  11315. "node_modules/npm-run-path/node_modules/path-key": {
  11316. "version": "4.0.0",
  11317. "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz",
  11318. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  11319. "license": "MIT",
  11320. "engines": {
  11321. "node": ">=12"
  11322. },
  11323. "funding": {
  11324. "url": "https://github.com/sponsors/sindresorhus"
  11325. }
  11326. },
  11327. "node_modules/nth-check": {
  11328. "version": "2.1.1",
  11329. "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
  11330. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  11331. "license": "BSD-2-Clause",
  11332. "dependencies": {
  11333. "boolbase": "^1.0.0"
  11334. },
  11335. "funding": {
  11336. "url": "https://github.com/fb55/nth-check?sponsor=1"
  11337. }
  11338. },
  11339. "node_modules/nuxt": {
  11340. "version": "4.4.2",
  11341. "resolved": "https://registry.npmjs.org/nuxt/-/nuxt-4.4.2.tgz",
  11342. "integrity": "sha512-iWVFpr/YEqVU/CenqIHMnIkvb2HE/9f+q8oxZ+pj2et+60NljGRClCgnmbvGPdmNFE0F1bEhoBCYfqbDOCim3Q==",
  11343. "license": "MIT",
  11344. "dependencies": {
  11345. "@dxup/nuxt": "^0.4.0",
  11346. "@nuxt/cli": "^3.34.0",
  11347. "@nuxt/devtools": "^3.2.3",
  11348. "@nuxt/kit": "4.4.2",
  11349. "@nuxt/nitro-server": "4.4.2",
  11350. "@nuxt/schema": "4.4.2",
  11351. "@nuxt/telemetry": "^2.7.0",
  11352. "@nuxt/vite-builder": "4.4.2",
  11353. "@unhead/vue": "^2.1.12",
  11354. "@vue/shared": "^3.5.30",
  11355. "c12": "^3.3.3",
  11356. "chokidar": "^5.0.0",
  11357. "compatx": "^0.2.0",
  11358. "consola": "^3.4.2",
  11359. "cookie-es": "^2.0.0",
  11360. "defu": "^6.1.4",
  11361. "devalue": "^5.6.3",
  11362. "errx": "^0.1.0",
  11363. "escape-string-regexp": "^5.0.0",
  11364. "exsolve": "^1.0.8",
  11365. "hookable": "^6.0.1",
  11366. "ignore": "^7.0.5",
  11367. "impound": "^1.1.5",
  11368. "jiti": "^2.6.1",
  11369. "klona": "^2.0.6",
  11370. "knitwork": "^1.3.0",
  11371. "magic-string": "^0.30.21",
  11372. "mlly": "^1.8.1",
  11373. "nanotar": "^0.3.0",
  11374. "nypm": "^0.6.5",
  11375. "ofetch": "^1.5.1",
  11376. "ohash": "^2.0.11",
  11377. "on-change": "^6.0.2",
  11378. "oxc-minify": "^0.117.0",
  11379. "oxc-parser": "^0.117.0",
  11380. "oxc-transform": "^0.117.0",
  11381. "oxc-walker": "^0.7.0",
  11382. "pathe": "^2.0.3",
  11383. "perfect-debounce": "^2.1.0",
  11384. "picomatch": "^4.0.3",
  11385. "pkg-types": "^2.3.0",
  11386. "rou3": "^0.8.1",
  11387. "scule": "^1.3.0",
  11388. "semver": "^7.7.4",
  11389. "std-env": "^4.0.0",
  11390. "tinyglobby": "^0.2.15",
  11391. "ufo": "^1.6.3",
  11392. "ultrahtml": "^1.6.0",
  11393. "uncrypto": "^0.1.3",
  11394. "unctx": "^2.5.0",
  11395. "unimport": "^6.0.1",
  11396. "unplugin": "^3.0.0",
  11397. "unrouting": "^0.1.5",
  11398. "untyped": "^2.0.0",
  11399. "vue": "^3.5.30",
  11400. "vue-router": "^5.0.3"
  11401. },
  11402. "bin": {
  11403. "nuxi": "bin/nuxt.mjs",
  11404. "nuxt": "bin/nuxt.mjs"
  11405. },
  11406. "engines": {
  11407. "node": "^20.19.0 || >=22.12.0"
  11408. },
  11409. "peerDependencies": {
  11410. "@parcel/watcher": "^2.1.0",
  11411. "@types/node": ">=18.12.0"
  11412. },
  11413. "peerDependenciesMeta": {
  11414. "@parcel/watcher": {
  11415. "optional": true
  11416. },
  11417. "@types/node": {
  11418. "optional": true
  11419. }
  11420. }
  11421. },
  11422. "node_modules/nuxt/node_modules/@vue/devtools-api": {
  11423. "version": "8.1.1",
  11424. "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-8.1.1.tgz",
  11425. "integrity": "sha512-bsDMJ07b3GN1puVwJb/fyFnj/U2imyswK5UQVLZwVl7O05jDrt6BHxeG5XffmOOdasOj/bOmIjxJvGPxU7pcqw==",
  11426. "license": "MIT",
  11427. "dependencies": {
  11428. "@vue/devtools-kit": "^8.1.1"
  11429. }
  11430. },
  11431. "node_modules/nuxt/node_modules/cookie-es": {
  11432. "version": "2.0.1",
  11433. "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-2.0.1.tgz",
  11434. "integrity": "sha512-aVf4A4hI2w70LnF7GG+7xDQUkliwiXWXFvTjkip4+b64ygDQ2sJPRSKFDHbxn8o0xu9QzPkMuuiWIXyFSE2slA==",
  11435. "license": "MIT"
  11436. },
  11437. "node_modules/nuxt/node_modules/escape-string-regexp": {
  11438. "version": "5.0.0",
  11439. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  11440. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  11441. "license": "MIT",
  11442. "engines": {
  11443. "node": ">=12"
  11444. },
  11445. "funding": {
  11446. "url": "https://github.com/sponsors/sindresorhus"
  11447. }
  11448. },
  11449. "node_modules/nuxt/node_modules/estree-walker": {
  11450. "version": "3.0.3",
  11451. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  11452. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  11453. "license": "MIT",
  11454. "dependencies": {
  11455. "@types/estree": "^1.0.0"
  11456. }
  11457. },
  11458. "node_modules/nuxt/node_modules/std-env": {
  11459. "version": "4.0.0",
  11460. "resolved": "https://registry.npmjs.org/std-env/-/std-env-4.0.0.tgz",
  11461. "integrity": "sha512-zUMPtQ/HBY3/50VbpkupYHbRroTRZJPRLvreamgErJVys0ceuzMkD44J/QjqhHjOzK42GQ3QZIeFG1OYfOtKqQ==",
  11462. "license": "MIT"
  11463. },
  11464. "node_modules/nuxt/node_modules/unimport": {
  11465. "version": "6.1.0",
  11466. "resolved": "https://registry.npmjs.org/unimport/-/unimport-6.1.0.tgz",
  11467. "integrity": "sha512-ocgNKyiqj7Hw7oHt7A7D3za3fq28eShe1EloL6hsoQgn7CF51Y4CqFT9ISG3rEy0JpA8CCz/sY5h5OovOn62VQ==",
  11468. "license": "MIT",
  11469. "dependencies": {
  11470. "acorn": "^8.16.0",
  11471. "escape-string-regexp": "^5.0.0",
  11472. "estree-walker": "^3.0.3",
  11473. "local-pkg": "^1.1.2",
  11474. "magic-string": "^0.30.21",
  11475. "mlly": "^1.8.2",
  11476. "pathe": "^2.0.3",
  11477. "picomatch": "^4.0.4",
  11478. "pkg-types": "^2.3.0",
  11479. "scule": "^1.3.0",
  11480. "strip-literal": "^3.1.0",
  11481. "tinyglobby": "^0.2.16",
  11482. "unplugin": "^3.0.0",
  11483. "unplugin-utils": "^0.3.1"
  11484. },
  11485. "engines": {
  11486. "node": ">=18.12.0"
  11487. }
  11488. },
  11489. "node_modules/nuxt/node_modules/vue-router": {
  11490. "version": "5.0.4",
  11491. "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-5.0.4.tgz",
  11492. "integrity": "sha512-lCqDLCI2+fKVRl2OzXuzdSWmxXFLQRxQbmHugnRpTMyYiT+hNaycV0faqG5FBHDXoYrZ6MQcX87BvbY8mQ20Bg==",
  11493. "license": "MIT",
  11494. "dependencies": {
  11495. "@babel/generator": "^7.28.6",
  11496. "@vue-macros/common": "^3.1.1",
  11497. "@vue/devtools-api": "^8.0.6",
  11498. "ast-walker-scope": "^0.8.3",
  11499. "chokidar": "^5.0.0",
  11500. "json5": "^2.2.3",
  11501. "local-pkg": "^1.1.2",
  11502. "magic-string": "^0.30.21",
  11503. "mlly": "^1.8.0",
  11504. "muggle-string": "^0.4.1",
  11505. "pathe": "^2.0.3",
  11506. "picomatch": "^4.0.3",
  11507. "scule": "^1.3.0",
  11508. "tinyglobby": "^0.2.15",
  11509. "unplugin": "^3.0.0",
  11510. "unplugin-utils": "^0.3.1",
  11511. "yaml": "^2.8.2"
  11512. },
  11513. "funding": {
  11514. "url": "https://github.com/sponsors/posva"
  11515. },
  11516. "peerDependencies": {
  11517. "@pinia/colada": ">=0.21.2",
  11518. "@vue/compiler-sfc": "^3.5.17",
  11519. "pinia": "^3.0.4",
  11520. "vue": "^3.5.0"
  11521. },
  11522. "peerDependenciesMeta": {
  11523. "@pinia/colada": {
  11524. "optional": true
  11525. },
  11526. "@vue/compiler-sfc": {
  11527. "optional": true
  11528. },
  11529. "pinia": {
  11530. "optional": true
  11531. }
  11532. }
  11533. },
  11534. "node_modules/nypm": {
  11535. "version": "0.6.5",
  11536. "resolved": "https://registry.npmjs.org/nypm/-/nypm-0.6.5.tgz",
  11537. "integrity": "sha512-K6AJy1GMVyfyMXRVB88700BJqNUkByijGJM8kEHpLdcAt+vSQAVfkWWHYzuRXHSY6xA2sNc5RjTj0p9rE2izVQ==",
  11538. "license": "MIT",
  11539. "dependencies": {
  11540. "citty": "^0.2.0",
  11541. "pathe": "^2.0.3",
  11542. "tinyexec": "^1.0.2"
  11543. },
  11544. "bin": {
  11545. "nypm": "dist/cli.mjs"
  11546. },
  11547. "engines": {
  11548. "node": ">=18"
  11549. }
  11550. },
  11551. "node_modules/nypm/node_modules/citty": {
  11552. "version": "0.2.2",
  11553. "resolved": "https://registry.npmjs.org/citty/-/citty-0.2.2.tgz",
  11554. "integrity": "sha512-+6vJA3L98yv+IdfKGZHBNiGW5KHn22e/JwID0Strsz8h4S/csAu/OuICwxrg44k5MRiZHWIo8XXuJgQTriRP4w==",
  11555. "license": "MIT"
  11556. },
  11557. "node_modules/object-deep-merge": {
  11558. "version": "2.0.0",
  11559. "resolved": "https://registry.npmjs.org/object-deep-merge/-/object-deep-merge-2.0.0.tgz",
  11560. "integrity": "sha512-3DC3UMpeffLTHiuXSy/UG4NOIYTLlY9u3V82+djSCLYClWobZiS4ivYzpIUWrRY/nfsJ8cWsKyG3QfyLePmhvg==",
  11561. "license": "MIT"
  11562. },
  11563. "node_modules/obug": {
  11564. "version": "2.1.1",
  11565. "resolved": "https://registry.npmjs.org/obug/-/obug-2.1.1.tgz",
  11566. "integrity": "sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==",
  11567. "funding": [
  11568. "https://github.com/sponsors/sxzz",
  11569. "https://opencollective.com/debug"
  11570. ],
  11571. "license": "MIT"
  11572. },
  11573. "node_modules/ofetch": {
  11574. "version": "1.5.1",
  11575. "resolved": "https://registry.npmjs.org/ofetch/-/ofetch-1.5.1.tgz",
  11576. "integrity": "sha512-2W4oUZlVaqAPAil6FUg/difl6YhqhUR7x2eZY4bQCko22UXg3hptq9KLQdqFClV+Wu85UX7hNtdGTngi/1BxcA==",
  11577. "license": "MIT",
  11578. "dependencies": {
  11579. "destr": "^2.0.5",
  11580. "node-fetch-native": "^1.6.7",
  11581. "ufo": "^1.6.1"
  11582. }
  11583. },
  11584. "node_modules/ohash": {
  11585. "version": "2.0.11",
  11586. "resolved": "https://registry.npmjs.org/ohash/-/ohash-2.0.11.tgz",
  11587. "integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==",
  11588. "license": "MIT"
  11589. },
  11590. "node_modules/on-change": {
  11591. "version": "6.0.2",
  11592. "resolved": "https://registry.npmjs.org/on-change/-/on-change-6.0.2.tgz",
  11593. "integrity": "sha512-08+12qcOVEA0fS9g/VxKS27HaT94nRutUT77J2dr8zv/unzXopvhBuF8tNLWsoLQ5IgrQ6eptGeGqUYat82U1w==",
  11594. "license": "MIT",
  11595. "engines": {
  11596. "node": ">=20"
  11597. },
  11598. "funding": {
  11599. "url": "https://github.com/sindresorhus/on-change?sponsor=1"
  11600. }
  11601. },
  11602. "node_modules/on-finished": {
  11603. "version": "2.4.1",
  11604. "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
  11605. "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
  11606. "license": "MIT",
  11607. "dependencies": {
  11608. "ee-first": "1.1.1"
  11609. },
  11610. "engines": {
  11611. "node": ">= 0.8"
  11612. }
  11613. },
  11614. "node_modules/once": {
  11615. "version": "1.4.0",
  11616. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  11617. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  11618. "license": "ISC",
  11619. "optional": true,
  11620. "dependencies": {
  11621. "wrappy": "1"
  11622. }
  11623. },
  11624. "node_modules/onetime": {
  11625. "version": "6.0.0",
  11626. "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz",
  11627. "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==",
  11628. "license": "MIT",
  11629. "dependencies": {
  11630. "mimic-fn": "^4.0.0"
  11631. },
  11632. "engines": {
  11633. "node": ">=12"
  11634. },
  11635. "funding": {
  11636. "url": "https://github.com/sponsors/sindresorhus"
  11637. }
  11638. },
  11639. "node_modules/open": {
  11640. "version": "11.0.0",
  11641. "resolved": "https://registry.npmjs.org/open/-/open-11.0.0.tgz",
  11642. "integrity": "sha512-smsWv2LzFjP03xmvFoJ331ss6h+jixfA4UUV/Bsiyuu4YJPfN+FIQGOIiv4w9/+MoHkfkJ22UIaQWRVFRfH6Vw==",
  11643. "license": "MIT",
  11644. "dependencies": {
  11645. "default-browser": "^5.4.0",
  11646. "define-lazy-prop": "^3.0.0",
  11647. "is-in-ssh": "^1.0.0",
  11648. "is-inside-container": "^1.0.0",
  11649. "powershell-utils": "^0.1.0",
  11650. "wsl-utils": "^0.3.0"
  11651. },
  11652. "engines": {
  11653. "node": ">=20"
  11654. },
  11655. "funding": {
  11656. "url": "https://github.com/sponsors/sindresorhus"
  11657. }
  11658. },
  11659. "node_modules/optionator": {
  11660. "version": "0.9.4",
  11661. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
  11662. "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
  11663. "license": "MIT",
  11664. "dependencies": {
  11665. "deep-is": "^0.1.3",
  11666. "fast-levenshtein": "^2.0.6",
  11667. "levn": "^0.4.1",
  11668. "prelude-ls": "^1.2.1",
  11669. "type-check": "^0.4.0",
  11670. "word-wrap": "^1.2.5"
  11671. },
  11672. "engines": {
  11673. "node": ">= 0.8.0"
  11674. }
  11675. },
  11676. "node_modules/orderedmap": {
  11677. "version": "2.1.1",
  11678. "resolved": "https://registry.npmjs.org/orderedmap/-/orderedmap-2.1.1.tgz",
  11679. "integrity": "sha512-TvAWxi0nDe1j/rtMcWcIj94+Ffe6n7zhow33h40SKxmsmozs6dz/e+EajymfoFcHd7sxNn8yHM8839uixMOV6g==",
  11680. "license": "MIT"
  11681. },
  11682. "node_modules/oxc-minify": {
  11683. "version": "0.117.0",
  11684. "resolved": "https://registry.npmjs.org/oxc-minify/-/oxc-minify-0.117.0.tgz",
  11685. "integrity": "sha512-JHsv/b+bmBJkAzkHXgTN7RThloVxLHPT0ojHfjqxVeHuQB7LPpLUbJ2qfwz37sto9stZ9+AVwUP4b3gtR7p/Tw==",
  11686. "license": "MIT",
  11687. "engines": {
  11688. "node": "^20.19.0 || >=22.12.0"
  11689. },
  11690. "funding": {
  11691. "url": "https://github.com/sponsors/Boshen"
  11692. },
  11693. "optionalDependencies": {
  11694. "@oxc-minify/binding-android-arm-eabi": "0.117.0",
  11695. "@oxc-minify/binding-android-arm64": "0.117.0",
  11696. "@oxc-minify/binding-darwin-arm64": "0.117.0",
  11697. "@oxc-minify/binding-darwin-x64": "0.117.0",
  11698. "@oxc-minify/binding-freebsd-x64": "0.117.0",
  11699. "@oxc-minify/binding-linux-arm-gnueabihf": "0.117.0",
  11700. "@oxc-minify/binding-linux-arm-musleabihf": "0.117.0",
  11701. "@oxc-minify/binding-linux-arm64-gnu": "0.117.0",
  11702. "@oxc-minify/binding-linux-arm64-musl": "0.117.0",
  11703. "@oxc-minify/binding-linux-ppc64-gnu": "0.117.0",
  11704. "@oxc-minify/binding-linux-riscv64-gnu": "0.117.0",
  11705. "@oxc-minify/binding-linux-riscv64-musl": "0.117.0",
  11706. "@oxc-minify/binding-linux-s390x-gnu": "0.117.0",
  11707. "@oxc-minify/binding-linux-x64-gnu": "0.117.0",
  11708. "@oxc-minify/binding-linux-x64-musl": "0.117.0",
  11709. "@oxc-minify/binding-openharmony-arm64": "0.117.0",
  11710. "@oxc-minify/binding-wasm32-wasi": "0.117.0",
  11711. "@oxc-minify/binding-win32-arm64-msvc": "0.117.0",
  11712. "@oxc-minify/binding-win32-ia32-msvc": "0.117.0",
  11713. "@oxc-minify/binding-win32-x64-msvc": "0.117.0"
  11714. }
  11715. },
  11716. "node_modules/oxc-parser": {
  11717. "version": "0.117.0",
  11718. "resolved": "https://registry.npmjs.org/oxc-parser/-/oxc-parser-0.117.0.tgz",
  11719. "integrity": "sha512-l3cbgK5wUvWDVNWM/JFU77qDdGZK1wudnLsFcrRyNo/bL1CyU8pC25vDhMHikVY29lbK2InTWsX42RxVSutUdQ==",
  11720. "license": "MIT",
  11721. "dependencies": {
  11722. "@oxc-project/types": "^0.117.0"
  11723. },
  11724. "engines": {
  11725. "node": "^20.19.0 || >=22.12.0"
  11726. },
  11727. "funding": {
  11728. "url": "https://github.com/sponsors/Boshen"
  11729. },
  11730. "optionalDependencies": {
  11731. "@oxc-parser/binding-android-arm-eabi": "0.117.0",
  11732. "@oxc-parser/binding-android-arm64": "0.117.0",
  11733. "@oxc-parser/binding-darwin-arm64": "0.117.0",
  11734. "@oxc-parser/binding-darwin-x64": "0.117.0",
  11735. "@oxc-parser/binding-freebsd-x64": "0.117.0",
  11736. "@oxc-parser/binding-linux-arm-gnueabihf": "0.117.0",
  11737. "@oxc-parser/binding-linux-arm-musleabihf": "0.117.0",
  11738. "@oxc-parser/binding-linux-arm64-gnu": "0.117.0",
  11739. "@oxc-parser/binding-linux-arm64-musl": "0.117.0",
  11740. "@oxc-parser/binding-linux-ppc64-gnu": "0.117.0",
  11741. "@oxc-parser/binding-linux-riscv64-gnu": "0.117.0",
  11742. "@oxc-parser/binding-linux-riscv64-musl": "0.117.0",
  11743. "@oxc-parser/binding-linux-s390x-gnu": "0.117.0",
  11744. "@oxc-parser/binding-linux-x64-gnu": "0.117.0",
  11745. "@oxc-parser/binding-linux-x64-musl": "0.117.0",
  11746. "@oxc-parser/binding-openharmony-arm64": "0.117.0",
  11747. "@oxc-parser/binding-wasm32-wasi": "0.117.0",
  11748. "@oxc-parser/binding-win32-arm64-msvc": "0.117.0",
  11749. "@oxc-parser/binding-win32-ia32-msvc": "0.117.0",
  11750. "@oxc-parser/binding-win32-x64-msvc": "0.117.0"
  11751. }
  11752. },
  11753. "node_modules/oxc-transform": {
  11754. "version": "0.117.0",
  11755. "resolved": "https://registry.npmjs.org/oxc-transform/-/oxc-transform-0.117.0.tgz",
  11756. "integrity": "sha512-u1Stl2uhDh9bFuOGjGXQIqx46IRUNMyHQkq59LayXNGS2flNv7RpZpRSWs5S5deuNP6jJZ12gtMBze+m4dOhmw==",
  11757. "license": "MIT",
  11758. "engines": {
  11759. "node": "^20.19.0 || >=22.12.0"
  11760. },
  11761. "funding": {
  11762. "url": "https://github.com/sponsors/Boshen"
  11763. },
  11764. "optionalDependencies": {
  11765. "@oxc-transform/binding-android-arm-eabi": "0.117.0",
  11766. "@oxc-transform/binding-android-arm64": "0.117.0",
  11767. "@oxc-transform/binding-darwin-arm64": "0.117.0",
  11768. "@oxc-transform/binding-darwin-x64": "0.117.0",
  11769. "@oxc-transform/binding-freebsd-x64": "0.117.0",
  11770. "@oxc-transform/binding-linux-arm-gnueabihf": "0.117.0",
  11771. "@oxc-transform/binding-linux-arm-musleabihf": "0.117.0",
  11772. "@oxc-transform/binding-linux-arm64-gnu": "0.117.0",
  11773. "@oxc-transform/binding-linux-arm64-musl": "0.117.0",
  11774. "@oxc-transform/binding-linux-ppc64-gnu": "0.117.0",
  11775. "@oxc-transform/binding-linux-riscv64-gnu": "0.117.0",
  11776. "@oxc-transform/binding-linux-riscv64-musl": "0.117.0",
  11777. "@oxc-transform/binding-linux-s390x-gnu": "0.117.0",
  11778. "@oxc-transform/binding-linux-x64-gnu": "0.117.0",
  11779. "@oxc-transform/binding-linux-x64-musl": "0.117.0",
  11780. "@oxc-transform/binding-openharmony-arm64": "0.117.0",
  11781. "@oxc-transform/binding-wasm32-wasi": "0.117.0",
  11782. "@oxc-transform/binding-win32-arm64-msvc": "0.117.0",
  11783. "@oxc-transform/binding-win32-ia32-msvc": "0.117.0",
  11784. "@oxc-transform/binding-win32-x64-msvc": "0.117.0"
  11785. }
  11786. },
  11787. "node_modules/oxc-walker": {
  11788. "version": "0.7.0",
  11789. "resolved": "https://registry.npmjs.org/oxc-walker/-/oxc-walker-0.7.0.tgz",
  11790. "integrity": "sha512-54B4KUhrzbzc4sKvKwVYm7E2PgeROpGba0/2nlNZMqfDyca+yOor5IMb4WLGBatGDT0nkzYdYuzylg7n3YfB7A==",
  11791. "license": "MIT",
  11792. "dependencies": {
  11793. "magic-regexp": "^0.10.0"
  11794. },
  11795. "peerDependencies": {
  11796. "oxc-parser": ">=0.98.0"
  11797. }
  11798. },
  11799. "node_modules/p-limit": {
  11800. "version": "4.0.0",
  11801. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz",
  11802. "integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==",
  11803. "license": "MIT",
  11804. "dependencies": {
  11805. "yocto-queue": "^1.0.0"
  11806. },
  11807. "engines": {
  11808. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  11809. },
  11810. "funding": {
  11811. "url": "https://github.com/sponsors/sindresorhus"
  11812. }
  11813. },
  11814. "node_modules/p-locate": {
  11815. "version": "6.0.0",
  11816. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz",
  11817. "integrity": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==",
  11818. "license": "MIT",
  11819. "dependencies": {
  11820. "p-limit": "^4.0.0"
  11821. },
  11822. "engines": {
  11823. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  11824. },
  11825. "funding": {
  11826. "url": "https://github.com/sponsors/sindresorhus"
  11827. }
  11828. },
  11829. "node_modules/package-json-from-dist": {
  11830. "version": "1.0.1",
  11831. "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
  11832. "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
  11833. "license": "BlueOak-1.0.0"
  11834. },
  11835. "node_modules/package-manager-detector": {
  11836. "version": "1.6.0",
  11837. "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.6.0.tgz",
  11838. "integrity": "sha512-61A5ThoTiDG/C8s8UMZwSorAGwMJ0ERVGj2OjoW5pAalsNOg15+iQiPzrLJ4jhZ1HJzmC2PIHT2oEiH3R5fzNA==",
  11839. "license": "MIT"
  11840. },
  11841. "node_modules/parent-module": {
  11842. "version": "1.0.1",
  11843. "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
  11844. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  11845. "license": "MIT",
  11846. "dependencies": {
  11847. "callsites": "^3.0.0"
  11848. },
  11849. "engines": {
  11850. "node": ">=6"
  11851. }
  11852. },
  11853. "node_modules/parse-imports-exports": {
  11854. "version": "0.2.4",
  11855. "resolved": "https://registry.npmjs.org/parse-imports-exports/-/parse-imports-exports-0.2.4.tgz",
  11856. "integrity": "sha512-4s6vd6dx1AotCx/RCI2m7t7GCh5bDRUtGNvRfHSP2wbBQdMi67pPe7mtzmgwcaQ8VKK/6IB7Glfyu3qdZJPybQ==",
  11857. "license": "MIT",
  11858. "dependencies": {
  11859. "parse-statements": "1.0.11"
  11860. }
  11861. },
  11862. "node_modules/parse-statements": {
  11863. "version": "1.0.11",
  11864. "resolved": "https://registry.npmjs.org/parse-statements/-/parse-statements-1.0.11.tgz",
  11865. "integrity": "sha512-HlsyYdMBnbPQ9Jr/VgJ1YF4scnldvJpJxCVx6KgqPL4dxppsWrJHCIIxQXMJrqGnsRkNPATbeMJ8Yxu7JMsYcA==",
  11866. "license": "MIT"
  11867. },
  11868. "node_modules/parseurl": {
  11869. "version": "1.3.3",
  11870. "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
  11871. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  11872. "license": "MIT",
  11873. "engines": {
  11874. "node": ">= 0.8"
  11875. }
  11876. },
  11877. "node_modules/path-exists": {
  11878. "version": "4.0.0",
  11879. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  11880. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  11881. "license": "MIT",
  11882. "engines": {
  11883. "node": ">=8"
  11884. }
  11885. },
  11886. "node_modules/path-key": {
  11887. "version": "3.1.1",
  11888. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  11889. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  11890. "license": "MIT",
  11891. "engines": {
  11892. "node": ">=8"
  11893. }
  11894. },
  11895. "node_modules/path-parse": {
  11896. "version": "1.0.7",
  11897. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  11898. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  11899. "license": "MIT"
  11900. },
  11901. "node_modules/path-scurry": {
  11902. "version": "2.0.2",
  11903. "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz",
  11904. "integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==",
  11905. "license": "BlueOak-1.0.0",
  11906. "dependencies": {
  11907. "lru-cache": "^11.0.0",
  11908. "minipass": "^7.1.2"
  11909. },
  11910. "engines": {
  11911. "node": "18 || 20 || >=22"
  11912. },
  11913. "funding": {
  11914. "url": "https://github.com/sponsors/isaacs"
  11915. }
  11916. },
  11917. "node_modules/path-scurry/node_modules/lru-cache": {
  11918. "version": "11.3.5",
  11919. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.5.tgz",
  11920. "integrity": "sha512-NxVFwLAnrd9i7KUBxC4DrUhmgjzOs+1Qm50D3oF1/oL+r1NpZ4gA7xvG0/zJ8evR7zIKn4vLf7qTNduWFtCrRw==",
  11921. "license": "BlueOak-1.0.0",
  11922. "engines": {
  11923. "node": "20 || >=22"
  11924. }
  11925. },
  11926. "node_modules/pathe": {
  11927. "version": "2.0.3",
  11928. "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
  11929. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  11930. "license": "MIT"
  11931. },
  11932. "node_modules/perfect-debounce": {
  11933. "version": "2.1.0",
  11934. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-2.1.0.tgz",
  11935. "integrity": "sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==",
  11936. "license": "MIT"
  11937. },
  11938. "node_modules/picocolors": {
  11939. "version": "1.1.1",
  11940. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  11941. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  11942. "license": "ISC"
  11943. },
  11944. "node_modules/picomatch": {
  11945. "version": "4.0.4",
  11946. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  11947. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  11948. "license": "MIT",
  11949. "engines": {
  11950. "node": ">=12"
  11951. },
  11952. "funding": {
  11953. "url": "https://github.com/sponsors/jonschlinkert"
  11954. }
  11955. },
  11956. "node_modules/pkg-types": {
  11957. "version": "2.3.0",
  11958. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.0.tgz",
  11959. "integrity": "sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==",
  11960. "license": "MIT",
  11961. "dependencies": {
  11962. "confbox": "^0.2.2",
  11963. "exsolve": "^1.0.7",
  11964. "pathe": "^2.0.3"
  11965. }
  11966. },
  11967. "node_modules/pluralize": {
  11968. "version": "8.0.0",
  11969. "resolved": "https://registry.npmjs.org/pluralize/-/pluralize-8.0.0.tgz",
  11970. "integrity": "sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==",
  11971. "license": "MIT",
  11972. "engines": {
  11973. "node": ">=4"
  11974. }
  11975. },
  11976. "node_modules/postcss": {
  11977. "version": "8.5.9",
  11978. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.9.tgz",
  11979. "integrity": "sha512-7a70Nsot+EMX9fFU3064K/kdHWZqGVY+BADLyXc8Dfv+mTLLVl6JzJpPaCZ2kQL9gIJvKXSLMHhqdRRjwQeFtw==",
  11980. "funding": [
  11981. {
  11982. "type": "opencollective",
  11983. "url": "https://opencollective.com/postcss/"
  11984. },
  11985. {
  11986. "type": "tidelift",
  11987. "url": "https://tidelift.com/funding/github/npm/postcss"
  11988. },
  11989. {
  11990. "type": "github",
  11991. "url": "https://github.com/sponsors/ai"
  11992. }
  11993. ],
  11994. "license": "MIT",
  11995. "dependencies": {
  11996. "nanoid": "^3.3.11",
  11997. "picocolors": "^1.1.1",
  11998. "source-map-js": "^1.2.1"
  11999. },
  12000. "engines": {
  12001. "node": "^10 || ^12 || >=14"
  12002. }
  12003. },
  12004. "node_modules/postcss-calc": {
  12005. "version": "10.1.1",
  12006. "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-10.1.1.tgz",
  12007. "integrity": "sha512-NYEsLHh8DgG/PRH2+G9BTuUdtf9ViS+vdoQ0YA5OQdGsfN4ztiwtDWNtBl9EKeqNMFnIu8IKZ0cLxEQ5r5KVMw==",
  12008. "license": "MIT",
  12009. "dependencies": {
  12010. "postcss-selector-parser": "^7.0.0",
  12011. "postcss-value-parser": "^4.2.0"
  12012. },
  12013. "engines": {
  12014. "node": "^18.12 || ^20.9 || >=22.0"
  12015. },
  12016. "peerDependencies": {
  12017. "postcss": "^8.4.38"
  12018. }
  12019. },
  12020. "node_modules/postcss-colormin": {
  12021. "version": "7.0.8",
  12022. "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-7.0.8.tgz",
  12023. "integrity": "sha512-VX0JOZx0jECwGK0GZejIKvXIU+80S1zkjet31FVUYPZ4O+IPU3ZlntrPdPKT2HnKRMOkc0wy3m/v+c4UNta02g==",
  12024. "license": "MIT",
  12025. "dependencies": {
  12026. "@colordx/core": "^5.0.3",
  12027. "browserslist": "^4.28.2",
  12028. "caniuse-api": "^3.0.0",
  12029. "postcss-value-parser": "^4.2.0"
  12030. },
  12031. "engines": {
  12032. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  12033. },
  12034. "peerDependencies": {
  12035. "postcss": "^8.4.32"
  12036. }
  12037. },
  12038. "node_modules/postcss-convert-values": {
  12039. "version": "7.0.10",
  12040. "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-7.0.10.tgz",
  12041. "integrity": "sha512-hVqVH3cDkPyxL4Q0xpCquRAXjJDZ6hbpjC+PNWn8ZgHmNX3RZxLtruC3U2LY9EuNe+tp4QkcsZxg0htokmjydg==",
  12042. "license": "MIT",
  12043. "dependencies": {
  12044. "browserslist": "^4.28.2",
  12045. "postcss-value-parser": "^4.2.0"
  12046. },
  12047. "engines": {
  12048. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  12049. },
  12050. "peerDependencies": {
  12051. "postcss": "^8.4.32"
  12052. }
  12053. },
  12054. "node_modules/postcss-discard-comments": {
  12055. "version": "7.0.6",
  12056. "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-7.0.6.tgz",
  12057. "integrity": "sha512-Sq+Fzj1Eg5/CPf1ERb0wS1Im5cvE2gDXCE+si4HCn1sf+jpQZxDI4DXEp8t77B/ImzDceWE2ebJQFXdqZ6GRJw==",
  12058. "license": "MIT",
  12059. "dependencies": {
  12060. "postcss-selector-parser": "^7.1.1"
  12061. },
  12062. "engines": {
  12063. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  12064. },
  12065. "peerDependencies": {
  12066. "postcss": "^8.4.32"
  12067. }
  12068. },
  12069. "node_modules/postcss-discard-duplicates": {
  12070. "version": "7.0.2",
  12071. "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-7.0.2.tgz",
  12072. "integrity": "sha512-eTonaQvPZ/3i1ASDHOKkYwAybiM45zFIc7KXils4mQmHLqIswXD9XNOKEVxtTFnsmwYzF66u4LMgSr0abDlh5w==",
  12073. "license": "MIT",
  12074. "engines": {
  12075. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  12076. },
  12077. "peerDependencies": {
  12078. "postcss": "^8.4.32"
  12079. }
  12080. },
  12081. "node_modules/postcss-discard-empty": {
  12082. "version": "7.0.1",
  12083. "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-7.0.1.tgz",
  12084. "integrity": "sha512-cFrJKZvcg/uxB6Ijr4l6qmn3pXQBna9zyrPC+sK0zjbkDUZew+6xDltSF7OeB7rAtzaaMVYSdbod+sZOCWnMOg==",
  12085. "license": "MIT",
  12086. "engines": {
  12087. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  12088. },
  12089. "peerDependencies": {
  12090. "postcss": "^8.4.32"
  12091. }
  12092. },
  12093. "node_modules/postcss-discard-overridden": {
  12094. "version": "7.0.1",
  12095. "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-7.0.1.tgz",
  12096. "integrity": "sha512-7c3MMjjSZ/qYrx3uc1940GSOzN1Iqjtlqe8uoSg+qdVPYyRb0TILSqqmtlSFuE4mTDECwsm397Ya7iXGzfF7lg==",
  12097. "license": "MIT",
  12098. "engines": {
  12099. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  12100. },
  12101. "peerDependencies": {
  12102. "postcss": "^8.4.32"
  12103. }
  12104. },
  12105. "node_modules/postcss-merge-longhand": {
  12106. "version": "7.0.5",
  12107. "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-7.0.5.tgz",
  12108. "integrity": "sha512-Kpu5v4Ys6QI59FxmxtNB/iHUVDn9Y9sYw66D6+SZoIk4QTz1prC4aYkhIESu+ieG1iylod1f8MILMs1Em3mmIw==",
  12109. "license": "MIT",
  12110. "dependencies": {
  12111. "postcss-value-parser": "^4.2.0",
  12112. "stylehacks": "^7.0.5"
  12113. },
  12114. "engines": {
  12115. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  12116. },
  12117. "peerDependencies": {
  12118. "postcss": "^8.4.32"
  12119. }
  12120. },
  12121. "node_modules/postcss-merge-rules": {
  12122. "version": "7.0.9",
  12123. "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-7.0.9.tgz",
  12124. "integrity": "sha512-XKMXkHAegyLeIymVylg1Ro4NNHITInHPvmvybsIUximYfsg5fRw2b5TeqLTQwwg5cXEDVa556AAxvMve1MJuJA==",
  12125. "license": "MIT",
  12126. "dependencies": {
  12127. "browserslist": "^4.28.2",
  12128. "caniuse-api": "^3.0.0",
  12129. "cssnano-utils": "^5.0.1",
  12130. "postcss-selector-parser": "^7.1.1"
  12131. },
  12132. "engines": {
  12133. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  12134. },
  12135. "peerDependencies": {
  12136. "postcss": "^8.4.32"
  12137. }
  12138. },
  12139. "node_modules/postcss-minify-font-values": {
  12140. "version": "7.0.1",
  12141. "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-7.0.1.tgz",
  12142. "integrity": "sha512-2m1uiuJeTplll+tq4ENOQSzB8LRnSUChBv7oSyFLsJRtUgAAJGP6LLz0/8lkinTgxrmJSPOEhgY1bMXOQ4ZXhQ==",
  12143. "license": "MIT",
  12144. "dependencies": {
  12145. "postcss-value-parser": "^4.2.0"
  12146. },
  12147. "engines": {
  12148. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  12149. },
  12150. "peerDependencies": {
  12151. "postcss": "^8.4.32"
  12152. }
  12153. },
  12154. "node_modules/postcss-minify-gradients": {
  12155. "version": "7.0.3",
  12156. "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-7.0.3.tgz",
  12157. "integrity": "sha512-2znRFq3Pg+Zo0ttzQxO7qIJdY2er1TOZbclHW2qMqBcHMmz+i6nn3roAyG3kuEDQTzbzd3gn24TAIifEfth1PQ==",
  12158. "license": "MIT",
  12159. "dependencies": {
  12160. "@colordx/core": "^5.0.3",
  12161. "cssnano-utils": "^5.0.1",
  12162. "postcss-value-parser": "^4.2.0"
  12163. },
  12164. "engines": {
  12165. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  12166. },
  12167. "peerDependencies": {
  12168. "postcss": "^8.4.32"
  12169. }
  12170. },
  12171. "node_modules/postcss-minify-params": {
  12172. "version": "7.0.7",
  12173. "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-7.0.7.tgz",
  12174. "integrity": "sha512-OPmvW/9sjPEPQYnS2Sh6jvMW54wqk1IjjEMB8k/7V8SUIie71yMy3HQ9+w/ZHoL1YvgDGBQ/mCxP3n0Y/RxgqA==",
  12175. "license": "MIT",
  12176. "dependencies": {
  12177. "browserslist": "^4.28.2",
  12178. "cssnano-utils": "^5.0.1",
  12179. "postcss-value-parser": "^4.2.0"
  12180. },
  12181. "engines": {
  12182. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  12183. },
  12184. "peerDependencies": {
  12185. "postcss": "^8.4.32"
  12186. }
  12187. },
  12188. "node_modules/postcss-minify-selectors": {
  12189. "version": "7.0.6",
  12190. "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-7.0.6.tgz",
  12191. "integrity": "sha512-lIbC0jy3AAwDxEgciZlBullDiMBeBCT+fz5G8RcA9MWqh/hfUkpOI3vNDUNEZHgokaoiv0juB9Y8fGcON7rU/A==",
  12192. "license": "MIT",
  12193. "dependencies": {
  12194. "cssesc": "^3.0.0",
  12195. "postcss-selector-parser": "^7.1.1"
  12196. },
  12197. "engines": {
  12198. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  12199. },
  12200. "peerDependencies": {
  12201. "postcss": "^8.4.32"
  12202. }
  12203. },
  12204. "node_modules/postcss-normalize-charset": {
  12205. "version": "7.0.1",
  12206. "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-7.0.1.tgz",
  12207. "integrity": "sha512-sn413ofhSQHlZFae//m9FTOfkmiZ+YQXsbosqOWRiVQncU2BA3daX3n0VF3cG6rGLSFVc5Di/yns0dFfh8NFgQ==",
  12208. "license": "MIT",
  12209. "engines": {
  12210. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  12211. },
  12212. "peerDependencies": {
  12213. "postcss": "^8.4.32"
  12214. }
  12215. },
  12216. "node_modules/postcss-normalize-display-values": {
  12217. "version": "7.0.1",
  12218. "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-7.0.1.tgz",
  12219. "integrity": "sha512-E5nnB26XjSYz/mGITm6JgiDpAbVuAkzXwLzRZtts19jHDUBFxZ0BkXAehy0uimrOjYJbocby4FVswA/5noOxrQ==",
  12220. "license": "MIT",
  12221. "dependencies": {
  12222. "postcss-value-parser": "^4.2.0"
  12223. },
  12224. "engines": {
  12225. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  12226. },
  12227. "peerDependencies": {
  12228. "postcss": "^8.4.32"
  12229. }
  12230. },
  12231. "node_modules/postcss-normalize-positions": {
  12232. "version": "7.0.1",
  12233. "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-7.0.1.tgz",
  12234. "integrity": "sha512-pB/SzrIP2l50ZIYu+yQZyMNmnAcwyYb9R1fVWPRxm4zcUFCY2ign7rcntGFuMXDdd9L2pPNUgoODDk91PzRZuQ==",
  12235. "license": "MIT",
  12236. "dependencies": {
  12237. "postcss-value-parser": "^4.2.0"
  12238. },
  12239. "engines": {
  12240. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  12241. },
  12242. "peerDependencies": {
  12243. "postcss": "^8.4.32"
  12244. }
  12245. },
  12246. "node_modules/postcss-normalize-repeat-style": {
  12247. "version": "7.0.1",
  12248. "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-7.0.1.tgz",
  12249. "integrity": "sha512-NsSQJ8zj8TIDiF0ig44Byo3Jk9e4gNt9x2VIlJudnQQ5DhWAHJPF4Tr1ITwyHio2BUi/I6Iv0HRO7beHYOloYQ==",
  12250. "license": "MIT",
  12251. "dependencies": {
  12252. "postcss-value-parser": "^4.2.0"
  12253. },
  12254. "engines": {
  12255. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  12256. },
  12257. "peerDependencies": {
  12258. "postcss": "^8.4.32"
  12259. }
  12260. },
  12261. "node_modules/postcss-normalize-string": {
  12262. "version": "7.0.1",
  12263. "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-7.0.1.tgz",
  12264. "integrity": "sha512-QByrI7hAhsoze992kpbMlJSbZ8FuCEc1OT9EFbZ6HldXNpsdpZr+YXC5di3UEv0+jeZlHbZcoCADgb7a+lPmmQ==",
  12265. "license": "MIT",
  12266. "dependencies": {
  12267. "postcss-value-parser": "^4.2.0"
  12268. },
  12269. "engines": {
  12270. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  12271. },
  12272. "peerDependencies": {
  12273. "postcss": "^8.4.32"
  12274. }
  12275. },
  12276. "node_modules/postcss-normalize-timing-functions": {
  12277. "version": "7.0.1",
  12278. "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-7.0.1.tgz",
  12279. "integrity": "sha512-bHifyuuSNdKKsnNJ0s8fmfLMlvsQwYVxIoUBnowIVl2ZAdrkYQNGVB4RxjfpvkMjipqvbz0u7feBZybkl/6NJg==",
  12280. "license": "MIT",
  12281. "dependencies": {
  12282. "postcss-value-parser": "^4.2.0"
  12283. },
  12284. "engines": {
  12285. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  12286. },
  12287. "peerDependencies": {
  12288. "postcss": "^8.4.32"
  12289. }
  12290. },
  12291. "node_modules/postcss-normalize-unicode": {
  12292. "version": "7.0.7",
  12293. "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-7.0.7.tgz",
  12294. "integrity": "sha512-Kfm0mC3gTnOC+SsLgxQqNEZStRxJgBaYrMpBe9fDVB0/MjC1G++FAeDW2YxYc5Mbvav12/7mOBSOTW7HK9Knwg==",
  12295. "license": "MIT",
  12296. "dependencies": {
  12297. "browserslist": "^4.28.2",
  12298. "postcss-value-parser": "^4.2.0"
  12299. },
  12300. "engines": {
  12301. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  12302. },
  12303. "peerDependencies": {
  12304. "postcss": "^8.4.32"
  12305. }
  12306. },
  12307. "node_modules/postcss-normalize-url": {
  12308. "version": "7.0.1",
  12309. "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-7.0.1.tgz",
  12310. "integrity": "sha512-sUcD2cWtyK1AOL/82Fwy1aIVm/wwj5SdZkgZ3QiUzSzQQofrbq15jWJ3BA7Z+yVRwamCjJgZJN0I9IS7c6tgeQ==",
  12311. "license": "MIT",
  12312. "dependencies": {
  12313. "postcss-value-parser": "^4.2.0"
  12314. },
  12315. "engines": {
  12316. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  12317. },
  12318. "peerDependencies": {
  12319. "postcss": "^8.4.32"
  12320. }
  12321. },
  12322. "node_modules/postcss-normalize-whitespace": {
  12323. "version": "7.0.1",
  12324. "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-7.0.1.tgz",
  12325. "integrity": "sha512-vsbgFHMFQrJBJKrUFJNZ2pgBeBkC2IvvoHjz1to0/0Xk7sII24T0qFOiJzG6Fu3zJoq/0yI4rKWi7WhApW+EFA==",
  12326. "license": "MIT",
  12327. "dependencies": {
  12328. "postcss-value-parser": "^4.2.0"
  12329. },
  12330. "engines": {
  12331. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  12332. },
  12333. "peerDependencies": {
  12334. "postcss": "^8.4.32"
  12335. }
  12336. },
  12337. "node_modules/postcss-ordered-values": {
  12338. "version": "7.0.2",
  12339. "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-7.0.2.tgz",
  12340. "integrity": "sha512-AMJjt1ECBffF7CEON/Y0rekRLS6KsePU6PRP08UqYW4UGFRnTXNrByUzYK1h8AC7UWTZdQ9O3Oq9kFIhm0SFEw==",
  12341. "license": "MIT",
  12342. "dependencies": {
  12343. "cssnano-utils": "^5.0.1",
  12344. "postcss-value-parser": "^4.2.0"
  12345. },
  12346. "engines": {
  12347. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  12348. },
  12349. "peerDependencies": {
  12350. "postcss": "^8.4.32"
  12351. }
  12352. },
  12353. "node_modules/postcss-reduce-initial": {
  12354. "version": "7.0.7",
  12355. "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-7.0.7.tgz",
  12356. "integrity": "sha512-evetDQPqkgrzHoP8g3HjE3KgH0j2W0je2Vt1pfTaO2KvmjulStxGC2IGeI2y0pdLi6ryEGc4nD08zpDRP9ge8w==",
  12357. "license": "MIT",
  12358. "dependencies": {
  12359. "browserslist": "^4.28.2",
  12360. "caniuse-api": "^3.0.0"
  12361. },
  12362. "engines": {
  12363. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  12364. },
  12365. "peerDependencies": {
  12366. "postcss": "^8.4.32"
  12367. }
  12368. },
  12369. "node_modules/postcss-reduce-transforms": {
  12370. "version": "7.0.1",
  12371. "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-7.0.1.tgz",
  12372. "integrity": "sha512-MhyEbfrm+Mlp/36hvZ9mT9DaO7dbncU0CvWI8V93LRkY6IYlu38OPg3FObnuKTUxJ4qA8HpurdQOo5CyqqO76g==",
  12373. "license": "MIT",
  12374. "dependencies": {
  12375. "postcss-value-parser": "^4.2.0"
  12376. },
  12377. "engines": {
  12378. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  12379. },
  12380. "peerDependencies": {
  12381. "postcss": "^8.4.32"
  12382. }
  12383. },
  12384. "node_modules/postcss-selector-parser": {
  12385. "version": "7.1.1",
  12386. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz",
  12387. "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==",
  12388. "license": "MIT",
  12389. "dependencies": {
  12390. "cssesc": "^3.0.0",
  12391. "util-deprecate": "^1.0.2"
  12392. },
  12393. "engines": {
  12394. "node": ">=4"
  12395. }
  12396. },
  12397. "node_modules/postcss-svgo": {
  12398. "version": "7.1.1",
  12399. "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-7.1.1.tgz",
  12400. "integrity": "sha512-zU9H9oEDrUFKa0JB7w+IYL7Qs9ey1mZyjhbf0KLxwJDdDRtoPvCmaEfknzqfHj44QS9VD6c5sJnBAVYTLRg/Sg==",
  12401. "license": "MIT",
  12402. "dependencies": {
  12403. "postcss-value-parser": "^4.2.0",
  12404. "svgo": "^4.0.1"
  12405. },
  12406. "engines": {
  12407. "node": "^18.12.0 || ^20.9.0 || >= 18"
  12408. },
  12409. "peerDependencies": {
  12410. "postcss": "^8.4.32"
  12411. }
  12412. },
  12413. "node_modules/postcss-svgo/node_modules/commander": {
  12414. "version": "11.1.0",
  12415. "resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz",
  12416. "integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==",
  12417. "license": "MIT",
  12418. "engines": {
  12419. "node": ">=16"
  12420. }
  12421. },
  12422. "node_modules/postcss-svgo/node_modules/svgo": {
  12423. "version": "4.0.1",
  12424. "resolved": "https://registry.npmjs.org/svgo/-/svgo-4.0.1.tgz",
  12425. "integrity": "sha512-XDpWUOPC6FEibaLzjfe0ucaV0YrOjYotGJO1WpF0Zd+n6ZGEQUsSugaoLq9QkEZtAfQIxT42UChcssDVPP3+/w==",
  12426. "license": "MIT",
  12427. "dependencies": {
  12428. "commander": "^11.1.0",
  12429. "css-select": "^5.1.0",
  12430. "css-tree": "^3.0.1",
  12431. "css-what": "^6.1.0",
  12432. "csso": "^5.0.5",
  12433. "picocolors": "^1.1.1",
  12434. "sax": "^1.5.0"
  12435. },
  12436. "bin": {
  12437. "svgo": "bin/svgo.js"
  12438. },
  12439. "engines": {
  12440. "node": ">=16"
  12441. },
  12442. "funding": {
  12443. "type": "opencollective",
  12444. "url": "https://opencollective.com/svgo"
  12445. }
  12446. },
  12447. "node_modules/postcss-unique-selectors": {
  12448. "version": "7.0.5",
  12449. "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-7.0.5.tgz",
  12450. "integrity": "sha512-3QoYmEt4qg/rUWDn6Tc8+ZVPmbp4G1hXDtCNWDx0st8SjtCbRcxRXDDM1QrEiXGG3A45zscSJFb4QH90LViyxg==",
  12451. "license": "MIT",
  12452. "dependencies": {
  12453. "postcss-selector-parser": "^7.1.1"
  12454. },
  12455. "engines": {
  12456. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  12457. },
  12458. "peerDependencies": {
  12459. "postcss": "^8.4.32"
  12460. }
  12461. },
  12462. "node_modules/postcss-value-parser": {
  12463. "version": "4.2.0",
  12464. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  12465. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
  12466. "license": "MIT"
  12467. },
  12468. "node_modules/powershell-utils": {
  12469. "version": "0.1.0",
  12470. "resolved": "https://registry.npmjs.org/powershell-utils/-/powershell-utils-0.1.0.tgz",
  12471. "integrity": "sha512-dM0jVuXJPsDN6DvRpea484tCUaMiXWjuCn++HGTqUWzGDjv5tZkEZldAJ/UMlqRYGFrD/etByo4/xOuC/snX2A==",
  12472. "license": "MIT",
  12473. "engines": {
  12474. "node": ">=20"
  12475. },
  12476. "funding": {
  12477. "url": "https://github.com/sponsors/sindresorhus"
  12478. }
  12479. },
  12480. "node_modules/prebuild-install": {
  12481. "version": "7.1.3",
  12482. "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.3.tgz",
  12483. "integrity": "sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug==",
  12484. "deprecated": "No longer maintained. Please contact the author of the relevant native addon; alternatives are available.",
  12485. "license": "MIT",
  12486. "optional": true,
  12487. "dependencies": {
  12488. "detect-libc": "^2.0.0",
  12489. "expand-template": "^2.0.3",
  12490. "github-from-package": "0.0.0",
  12491. "minimist": "^1.2.3",
  12492. "mkdirp-classic": "^0.5.3",
  12493. "napi-build-utils": "^2.0.0",
  12494. "node-abi": "^3.3.0",
  12495. "pump": "^3.0.0",
  12496. "rc": "^1.2.7",
  12497. "simple-get": "^4.0.0",
  12498. "tar-fs": "^2.0.0",
  12499. "tunnel-agent": "^0.6.0"
  12500. },
  12501. "bin": {
  12502. "prebuild-install": "bin.js"
  12503. },
  12504. "engines": {
  12505. "node": ">=10"
  12506. }
  12507. },
  12508. "node_modules/prebuild-install/node_modules/chownr": {
  12509. "version": "1.1.4",
  12510. "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz",
  12511. "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==",
  12512. "license": "ISC",
  12513. "optional": true
  12514. },
  12515. "node_modules/prebuild-install/node_modules/readable-stream": {
  12516. "version": "3.6.2",
  12517. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
  12518. "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
  12519. "license": "MIT",
  12520. "optional": true,
  12521. "dependencies": {
  12522. "inherits": "^2.0.3",
  12523. "string_decoder": "^1.1.1",
  12524. "util-deprecate": "^1.0.1"
  12525. },
  12526. "engines": {
  12527. "node": ">= 6"
  12528. }
  12529. },
  12530. "node_modules/prebuild-install/node_modules/tar-fs": {
  12531. "version": "2.1.4",
  12532. "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.4.tgz",
  12533. "integrity": "sha512-mDAjwmZdh7LTT6pNleZ05Yt65HC3E+NiQzl672vQG38jIrehtJk/J3mNwIg+vShQPcLF/LV7CMnDW6vjj6sfYQ==",
  12534. "license": "MIT",
  12535. "optional": true,
  12536. "dependencies": {
  12537. "chownr": "^1.1.1",
  12538. "mkdirp-classic": "^0.5.2",
  12539. "pump": "^3.0.0",
  12540. "tar-stream": "^2.1.4"
  12541. }
  12542. },
  12543. "node_modules/prebuild-install/node_modules/tar-stream": {
  12544. "version": "2.2.0",
  12545. "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz",
  12546. "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==",
  12547. "license": "MIT",
  12548. "optional": true,
  12549. "dependencies": {
  12550. "bl": "^4.0.3",
  12551. "end-of-stream": "^1.4.1",
  12552. "fs-constants": "^1.0.0",
  12553. "inherits": "^2.0.3",
  12554. "readable-stream": "^3.1.1"
  12555. },
  12556. "engines": {
  12557. "node": ">=6"
  12558. }
  12559. },
  12560. "node_modules/prelude-ls": {
  12561. "version": "1.2.1",
  12562. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
  12563. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  12564. "license": "MIT",
  12565. "engines": {
  12566. "node": ">= 0.8.0"
  12567. }
  12568. },
  12569. "node_modules/pretty-bytes": {
  12570. "version": "7.1.0",
  12571. "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-7.1.0.tgz",
  12572. "integrity": "sha512-nODzvTiYVRGRqAOvE84Vk5JDPyyxsVk0/fbA/bq7RqlnhksGpset09XTxbpvLTIjoaF7K8Z8DG8yHtKGTPSYRw==",
  12573. "license": "MIT",
  12574. "engines": {
  12575. "node": ">=20"
  12576. },
  12577. "funding": {
  12578. "url": "https://github.com/sponsors/sindresorhus"
  12579. }
  12580. },
  12581. "node_modules/process": {
  12582. "version": "0.11.10",
  12583. "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
  12584. "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
  12585. "license": "MIT",
  12586. "engines": {
  12587. "node": ">= 0.6.0"
  12588. }
  12589. },
  12590. "node_modules/process-nextick-args": {
  12591. "version": "2.0.1",
  12592. "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
  12593. "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
  12594. "license": "MIT"
  12595. },
  12596. "node_modules/prosemirror-changeset": {
  12597. "version": "2.4.1",
  12598. "resolved": "https://registry.npmjs.org/prosemirror-changeset/-/prosemirror-changeset-2.4.1.tgz",
  12599. "integrity": "sha512-96WBLhOaYhJ+kPhLg3uW359Tz6I/MfcrQfL4EGv4SrcqKEMC1gmoGrXHecPE8eOwTVCJ4IwgfzM8fFad25wNfw==",
  12600. "license": "MIT",
  12601. "dependencies": {
  12602. "prosemirror-transform": "^1.0.0"
  12603. }
  12604. },
  12605. "node_modules/prosemirror-collab": {
  12606. "version": "1.3.1",
  12607. "resolved": "https://registry.npmjs.org/prosemirror-collab/-/prosemirror-collab-1.3.1.tgz",
  12608. "integrity": "sha512-4SnynYR9TTYaQVXd/ieUvsVV4PDMBzrq2xPUWutHivDuOshZXqQ5rGbZM84HEaXKbLdItse7weMGOUdDVcLKEQ==",
  12609. "license": "MIT",
  12610. "dependencies": {
  12611. "prosemirror-state": "^1.0.0"
  12612. }
  12613. },
  12614. "node_modules/prosemirror-commands": {
  12615. "version": "1.7.1",
  12616. "resolved": "https://registry.npmjs.org/prosemirror-commands/-/prosemirror-commands-1.7.1.tgz",
  12617. "integrity": "sha512-rT7qZnQtx5c0/y/KlYaGvtG411S97UaL6gdp6RIZ23DLHanMYLyfGBV5DtSnZdthQql7W+lEVbpSfwtO8T+L2w==",
  12618. "license": "MIT",
  12619. "dependencies": {
  12620. "prosemirror-model": "^1.0.0",
  12621. "prosemirror-state": "^1.0.0",
  12622. "prosemirror-transform": "^1.10.2"
  12623. }
  12624. },
  12625. "node_modules/prosemirror-dropcursor": {
  12626. "version": "1.8.2",
  12627. "resolved": "https://registry.npmjs.org/prosemirror-dropcursor/-/prosemirror-dropcursor-1.8.2.tgz",
  12628. "integrity": "sha512-CCk6Gyx9+Tt2sbYk5NK0nB1ukHi2ryaRgadV/LvyNuO3ena1payM2z6Cg0vO1ebK8cxbzo41ku2DE5Axj1Zuiw==",
  12629. "license": "MIT",
  12630. "dependencies": {
  12631. "prosemirror-state": "^1.0.0",
  12632. "prosemirror-transform": "^1.1.0",
  12633. "prosemirror-view": "^1.1.0"
  12634. }
  12635. },
  12636. "node_modules/prosemirror-gapcursor": {
  12637. "version": "1.4.1",
  12638. "resolved": "https://registry.npmjs.org/prosemirror-gapcursor/-/prosemirror-gapcursor-1.4.1.tgz",
  12639. "integrity": "sha512-pMdYaEnjNMSwl11yjEGtgTmLkR08m/Vl+Jj443167p9eB3HVQKhYCc4gmHVDsLPODfZfjr/MmirsdyZziXbQKw==",
  12640. "license": "MIT",
  12641. "dependencies": {
  12642. "prosemirror-keymap": "^1.0.0",
  12643. "prosemirror-model": "^1.0.0",
  12644. "prosemirror-state": "^1.0.0",
  12645. "prosemirror-view": "^1.0.0"
  12646. }
  12647. },
  12648. "node_modules/prosemirror-history": {
  12649. "version": "1.5.0",
  12650. "resolved": "https://registry.npmjs.org/prosemirror-history/-/prosemirror-history-1.5.0.tgz",
  12651. "integrity": "sha512-zlzTiH01eKA55UAf1MEjtssJeHnGxO0j4K4Dpx+gnmX9n+SHNlDqI2oO1Kv1iPN5B1dm5fsljCfqKF9nFL6HRg==",
  12652. "license": "MIT",
  12653. "dependencies": {
  12654. "prosemirror-state": "^1.2.2",
  12655. "prosemirror-transform": "^1.0.0",
  12656. "prosemirror-view": "^1.31.0",
  12657. "rope-sequence": "^1.3.0"
  12658. }
  12659. },
  12660. "node_modules/prosemirror-inputrules": {
  12661. "version": "1.5.1",
  12662. "resolved": "https://registry.npmjs.org/prosemirror-inputrules/-/prosemirror-inputrules-1.5.1.tgz",
  12663. "integrity": "sha512-7wj4uMjKaXWAQ1CDgxNzNtR9AlsuwzHfdFH1ygEHA2KHF2DOEaXl1CJfNPAKCg9qNEh4rum975QLaCiQPyY6Fw==",
  12664. "license": "MIT",
  12665. "dependencies": {
  12666. "prosemirror-state": "^1.0.0",
  12667. "prosemirror-transform": "^1.0.0"
  12668. }
  12669. },
  12670. "node_modules/prosemirror-keymap": {
  12671. "version": "1.2.3",
  12672. "resolved": "https://registry.npmjs.org/prosemirror-keymap/-/prosemirror-keymap-1.2.3.tgz",
  12673. "integrity": "sha512-4HucRlpiLd1IPQQXNqeo81BGtkY8Ai5smHhKW9jjPKRc2wQIxksg7Hl1tTI2IfT2B/LgX6bfYvXxEpJl7aKYKw==",
  12674. "license": "MIT",
  12675. "dependencies": {
  12676. "prosemirror-state": "^1.0.0",
  12677. "w3c-keyname": "^2.2.0"
  12678. }
  12679. },
  12680. "node_modules/prosemirror-markdown": {
  12681. "version": "1.13.4",
  12682. "resolved": "https://registry.npmjs.org/prosemirror-markdown/-/prosemirror-markdown-1.13.4.tgz",
  12683. "integrity": "sha512-D98dm4cQ3Hs6EmjK500TdAOew4Z03EV71ajEFiWra3Upr7diytJsjF4mPV2dW+eK5uNectiRj0xFxYI9NLXDbw==",
  12684. "license": "MIT",
  12685. "dependencies": {
  12686. "@types/markdown-it": "^14.0.0",
  12687. "markdown-it": "^14.0.0",
  12688. "prosemirror-model": "^1.25.0"
  12689. }
  12690. },
  12691. "node_modules/prosemirror-menu": {
  12692. "version": "1.3.0",
  12693. "resolved": "https://registry.npmjs.org/prosemirror-menu/-/prosemirror-menu-1.3.0.tgz",
  12694. "integrity": "sha512-TImyPXCHPcDsSka2/lwJ6WjTASr4re/qWq1yoTTuLOqfXucwF6VcRa2LWCkM/EyTD1UO3CUwiH8qURJoWJRxwg==",
  12695. "license": "MIT",
  12696. "dependencies": {
  12697. "crelt": "^1.0.0",
  12698. "prosemirror-commands": "^1.0.0",
  12699. "prosemirror-history": "^1.0.0",
  12700. "prosemirror-state": "^1.0.0"
  12701. }
  12702. },
  12703. "node_modules/prosemirror-model": {
  12704. "version": "1.25.4",
  12705. "resolved": "https://registry.npmjs.org/prosemirror-model/-/prosemirror-model-1.25.4.tgz",
  12706. "integrity": "sha512-PIM7E43PBxKce8OQeezAs9j4TP+5yDpZVbuurd1h5phUxEKIu+G2a+EUZzIC5nS1mJktDJWzbqS23n1tsAf5QA==",
  12707. "license": "MIT",
  12708. "dependencies": {
  12709. "orderedmap": "^2.0.0"
  12710. }
  12711. },
  12712. "node_modules/prosemirror-schema-basic": {
  12713. "version": "1.2.4",
  12714. "resolved": "https://registry.npmjs.org/prosemirror-schema-basic/-/prosemirror-schema-basic-1.2.4.tgz",
  12715. "integrity": "sha512-ELxP4TlX3yr2v5rM7Sb70SqStq5NvI15c0j9j/gjsrO5vaw+fnnpovCLEGIcpeGfifkuqJwl4fon6b+KdrODYQ==",
  12716. "license": "MIT",
  12717. "dependencies": {
  12718. "prosemirror-model": "^1.25.0"
  12719. }
  12720. },
  12721. "node_modules/prosemirror-schema-list": {
  12722. "version": "1.5.1",
  12723. "resolved": "https://registry.npmjs.org/prosemirror-schema-list/-/prosemirror-schema-list-1.5.1.tgz",
  12724. "integrity": "sha512-927lFx/uwyQaGwJxLWCZRkjXG0p48KpMj6ueoYiu4JX05GGuGcgzAy62dfiV8eFZftgyBUvLx76RsMe20fJl+Q==",
  12725. "license": "MIT",
  12726. "dependencies": {
  12727. "prosemirror-model": "^1.0.0",
  12728. "prosemirror-state": "^1.0.0",
  12729. "prosemirror-transform": "^1.7.3"
  12730. }
  12731. },
  12732. "node_modules/prosemirror-state": {
  12733. "version": "1.4.4",
  12734. "resolved": "https://registry.npmjs.org/prosemirror-state/-/prosemirror-state-1.4.4.tgz",
  12735. "integrity": "sha512-6jiYHH2CIGbCfnxdHbXZ12gySFY/fz/ulZE333G6bPqIZ4F+TXo9ifiR86nAHpWnfoNjOb3o5ESi7J8Uz1jXHw==",
  12736. "license": "MIT",
  12737. "dependencies": {
  12738. "prosemirror-model": "^1.0.0",
  12739. "prosemirror-transform": "^1.0.0",
  12740. "prosemirror-view": "^1.27.0"
  12741. }
  12742. },
  12743. "node_modules/prosemirror-tables": {
  12744. "version": "1.8.5",
  12745. "resolved": "https://registry.npmjs.org/prosemirror-tables/-/prosemirror-tables-1.8.5.tgz",
  12746. "integrity": "sha512-V/0cDCsHKHe/tfWkeCmthNUcEp1IVO3p6vwN8XtwE9PZQLAZJigbw3QoraAdfJPir4NKJtNvOB8oYGKRl+t0Dw==",
  12747. "license": "MIT",
  12748. "dependencies": {
  12749. "prosemirror-keymap": "^1.2.3",
  12750. "prosemirror-model": "^1.25.4",
  12751. "prosemirror-state": "^1.4.4",
  12752. "prosemirror-transform": "^1.10.5",
  12753. "prosemirror-view": "^1.41.4"
  12754. }
  12755. },
  12756. "node_modules/prosemirror-trailing-node": {
  12757. "version": "3.0.0",
  12758. "resolved": "https://registry.npmjs.org/prosemirror-trailing-node/-/prosemirror-trailing-node-3.0.0.tgz",
  12759. "integrity": "sha512-xiun5/3q0w5eRnGYfNlW1uU9W6x5MoFKWwq/0TIRgt09lv7Hcser2QYV8t4muXbEr+Fwo0geYn79Xs4GKywrRQ==",
  12760. "license": "MIT",
  12761. "dependencies": {
  12762. "@remirror/core-constants": "3.0.0",
  12763. "escape-string-regexp": "^4.0.0"
  12764. },
  12765. "peerDependencies": {
  12766. "prosemirror-model": "^1.22.1",
  12767. "prosemirror-state": "^1.4.2",
  12768. "prosemirror-view": "^1.33.8"
  12769. }
  12770. },
  12771. "node_modules/prosemirror-transform": {
  12772. "version": "1.12.0",
  12773. "resolved": "https://registry.npmjs.org/prosemirror-transform/-/prosemirror-transform-1.12.0.tgz",
  12774. "integrity": "sha512-GxboyN4AMIsoHNtz5uf2r2Ru551i5hWeCMD6E2Ib4Eogqoub0NflniaBPVQ4MrGE5yZ8JV9tUHg9qcZTTrcN4w==",
  12775. "license": "MIT",
  12776. "dependencies": {
  12777. "prosemirror-model": "^1.21.0"
  12778. }
  12779. },
  12780. "node_modules/prosemirror-view": {
  12781. "version": "1.41.8",
  12782. "resolved": "https://registry.npmjs.org/prosemirror-view/-/prosemirror-view-1.41.8.tgz",
  12783. "integrity": "sha512-TnKDdohEatgyZNGCDWIdccOHXhYloJwbwU+phw/a23KBvJIR9lWQWW7WHHK3vBdOLDNuF7TaX98GObUZOWkOnA==",
  12784. "license": "MIT",
  12785. "dependencies": {
  12786. "prosemirror-model": "^1.20.0",
  12787. "prosemirror-state": "^1.0.0",
  12788. "prosemirror-transform": "^1.1.0"
  12789. }
  12790. },
  12791. "node_modules/pump": {
  12792. "version": "3.0.4",
  12793. "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.4.tgz",
  12794. "integrity": "sha512-VS7sjc6KR7e1ukRFhQSY5LM2uBWAUPiOPa/A3mkKmiMwSmRFUITt0xuj+/lesgnCv+dPIEYlkzrcyXgquIHMcA==",
  12795. "license": "MIT",
  12796. "optional": true,
  12797. "dependencies": {
  12798. "end-of-stream": "^1.1.0",
  12799. "once": "^1.3.1"
  12800. }
  12801. },
  12802. "node_modules/punycode": {
  12803. "version": "2.3.1",
  12804. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
  12805. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  12806. "license": "MIT",
  12807. "engines": {
  12808. "node": ">=6"
  12809. }
  12810. },
  12811. "node_modules/punycode.js": {
  12812. "version": "2.3.1",
  12813. "resolved": "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz",
  12814. "integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==",
  12815. "license": "MIT",
  12816. "engines": {
  12817. "node": ">=6"
  12818. }
  12819. },
  12820. "node_modules/quansync": {
  12821. "version": "0.2.11",
  12822. "resolved": "https://registry.npmjs.org/quansync/-/quansync-0.2.11.tgz",
  12823. "integrity": "sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==",
  12824. "funding": [
  12825. {
  12826. "type": "individual",
  12827. "url": "https://github.com/sponsors/antfu"
  12828. },
  12829. {
  12830. "type": "individual",
  12831. "url": "https://github.com/sponsors/sxzz"
  12832. }
  12833. ],
  12834. "license": "MIT"
  12835. },
  12836. "node_modules/queue-microtask": {
  12837. "version": "1.2.3",
  12838. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  12839. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  12840. "funding": [
  12841. {
  12842. "type": "github",
  12843. "url": "https://github.com/sponsors/feross"
  12844. },
  12845. {
  12846. "type": "patreon",
  12847. "url": "https://www.patreon.com/feross"
  12848. },
  12849. {
  12850. "type": "consulting",
  12851. "url": "https://feross.org/support"
  12852. }
  12853. ],
  12854. "license": "MIT"
  12855. },
  12856. "node_modules/radix3": {
  12857. "version": "1.1.2",
  12858. "resolved": "https://registry.npmjs.org/radix3/-/radix3-1.1.2.tgz",
  12859. "integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==",
  12860. "license": "MIT"
  12861. },
  12862. "node_modules/range-parser": {
  12863. "version": "1.2.1",
  12864. "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
  12865. "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
  12866. "license": "MIT",
  12867. "engines": {
  12868. "node": ">= 0.6"
  12869. }
  12870. },
  12871. "node_modules/rc": {
  12872. "version": "1.2.8",
  12873. "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz",
  12874. "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==",
  12875. "license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
  12876. "optional": true,
  12877. "dependencies": {
  12878. "deep-extend": "^0.6.0",
  12879. "ini": "~1.3.0",
  12880. "minimist": "^1.2.0",
  12881. "strip-json-comments": "~2.0.1"
  12882. },
  12883. "bin": {
  12884. "rc": "cli.js"
  12885. }
  12886. },
  12887. "node_modules/rc/node_modules/ini": {
  12888. "version": "1.3.8",
  12889. "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
  12890. "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
  12891. "license": "ISC",
  12892. "optional": true
  12893. },
  12894. "node_modules/rc/node_modules/strip-json-comments": {
  12895. "version": "2.0.1",
  12896. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
  12897. "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==",
  12898. "license": "MIT",
  12899. "optional": true,
  12900. "engines": {
  12901. "node": ">=0.10.0"
  12902. }
  12903. },
  12904. "node_modules/rc9": {
  12905. "version": "3.0.1",
  12906. "resolved": "https://registry.npmjs.org/rc9/-/rc9-3.0.1.tgz",
  12907. "integrity": "sha512-gMDyleLWVE+i6Sgtc0QbbY6pEKqYs97NGi6isHQPqYlLemPoO8dxQ3uGi0f4NiP98c+jMW6cG1Kx9dDwfvqARQ==",
  12908. "license": "MIT",
  12909. "dependencies": {
  12910. "defu": "^6.1.6",
  12911. "destr": "^2.0.5"
  12912. }
  12913. },
  12914. "node_modules/readable-stream": {
  12915. "version": "4.7.0",
  12916. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.7.0.tgz",
  12917. "integrity": "sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==",
  12918. "license": "MIT",
  12919. "dependencies": {
  12920. "abort-controller": "^3.0.0",
  12921. "buffer": "^6.0.3",
  12922. "events": "^3.3.0",
  12923. "process": "^0.11.10",
  12924. "string_decoder": "^1.3.0"
  12925. },
  12926. "engines": {
  12927. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  12928. }
  12929. },
  12930. "node_modules/readdir-glob": {
  12931. "version": "1.1.3",
  12932. "resolved": "https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.1.3.tgz",
  12933. "integrity": "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==",
  12934. "license": "Apache-2.0",
  12935. "dependencies": {
  12936. "minimatch": "^5.1.0"
  12937. }
  12938. },
  12939. "node_modules/readdir-glob/node_modules/balanced-match": {
  12940. "version": "1.0.2",
  12941. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  12942. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  12943. "license": "MIT"
  12944. },
  12945. "node_modules/readdir-glob/node_modules/brace-expansion": {
  12946. "version": "2.1.0",
  12947. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.0.tgz",
  12948. "integrity": "sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==",
  12949. "license": "MIT",
  12950. "dependencies": {
  12951. "balanced-match": "^1.0.0"
  12952. }
  12953. },
  12954. "node_modules/readdir-glob/node_modules/minimatch": {
  12955. "version": "5.1.9",
  12956. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.9.tgz",
  12957. "integrity": "sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==",
  12958. "license": "ISC",
  12959. "dependencies": {
  12960. "brace-expansion": "^2.0.1"
  12961. },
  12962. "engines": {
  12963. "node": ">=10"
  12964. }
  12965. },
  12966. "node_modules/readdirp": {
  12967. "version": "5.0.0",
  12968. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz",
  12969. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  12970. "license": "MIT",
  12971. "engines": {
  12972. "node": ">= 20.19.0"
  12973. },
  12974. "funding": {
  12975. "type": "individual",
  12976. "url": "https://paulmillr.com/funding/"
  12977. }
  12978. },
  12979. "node_modules/redis-errors": {
  12980. "version": "1.2.0",
  12981. "resolved": "https://registry.npmjs.org/redis-errors/-/redis-errors-1.2.0.tgz",
  12982. "integrity": "sha512-1qny3OExCf0UvUV/5wpYKf2YwPcOqXzkwKKSmKHiE6ZMQs5heeE/c8eXK+PNllPvmjgAbfnsbpkGZWy8cBpn9w==",
  12983. "license": "MIT",
  12984. "engines": {
  12985. "node": ">=4"
  12986. }
  12987. },
  12988. "node_modules/redis-parser": {
  12989. "version": "3.0.0",
  12990. "resolved": "https://registry.npmjs.org/redis-parser/-/redis-parser-3.0.0.tgz",
  12991. "integrity": "sha512-DJnGAeenTdpMEH6uAJRK/uiyEIH9WVsUmoLwzudwGJUwZPp80PDBWPHXSAGNPwNvIXAbe7MSUB1zQFugFml66A==",
  12992. "license": "MIT",
  12993. "dependencies": {
  12994. "redis-errors": "^1.0.0"
  12995. },
  12996. "engines": {
  12997. "node": ">=4"
  12998. }
  12999. },
  13000. "node_modules/refa": {
  13001. "version": "0.12.1",
  13002. "resolved": "https://registry.npmjs.org/refa/-/refa-0.12.1.tgz",
  13003. "integrity": "sha512-J8rn6v4DBb2nnFqkqwy6/NnTYMcgLA+sLr0iIO41qpv0n+ngb7ksag2tMRl0inb1bbO/esUwzW1vbJi7K0sI0g==",
  13004. "license": "MIT",
  13005. "dependencies": {
  13006. "@eslint-community/regexpp": "^4.8.0"
  13007. },
  13008. "engines": {
  13009. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  13010. }
  13011. },
  13012. "node_modules/regexp-ast-analysis": {
  13013. "version": "0.7.1",
  13014. "resolved": "https://registry.npmjs.org/regexp-ast-analysis/-/regexp-ast-analysis-0.7.1.tgz",
  13015. "integrity": "sha512-sZuz1dYW/ZsfG17WSAG7eS85r5a0dDsvg+7BiiYR5o6lKCAtUrEwdmRmaGF6rwVj3LcmAeYkOWKEPlbPzN3Y3A==",
  13016. "license": "MIT",
  13017. "dependencies": {
  13018. "@eslint-community/regexpp": "^4.8.0",
  13019. "refa": "^0.12.1"
  13020. },
  13021. "engines": {
  13022. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  13023. }
  13024. },
  13025. "node_modules/regexp-tree": {
  13026. "version": "0.1.27",
  13027. "resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.27.tgz",
  13028. "integrity": "sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==",
  13029. "license": "MIT",
  13030. "bin": {
  13031. "regexp-tree": "bin/regexp-tree"
  13032. }
  13033. },
  13034. "node_modules/regjsparser": {
  13035. "version": "0.13.1",
  13036. "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.13.1.tgz",
  13037. "integrity": "sha512-dLsljMd9sqwRkby8zhO1gSg3PnJIBFid8f4CQj/sXx+7cKx+E7u0PKhZ+U4wmhx7EfmtvnA318oVaIkAB1lRJw==",
  13038. "license": "BSD-2-Clause",
  13039. "dependencies": {
  13040. "jsesc": "~3.1.0"
  13041. },
  13042. "bin": {
  13043. "regjsparser": "bin/parser"
  13044. }
  13045. },
  13046. "node_modules/reka-ui": {
  13047. "version": "2.9.3",
  13048. "resolved": "https://registry.npmjs.org/reka-ui/-/reka-ui-2.9.3.tgz",
  13049. "integrity": "sha512-C9lCVxsSC7uYD0Nbgik1+14FNndHNprZmf0zGQt0ZDYIt5KxXV3zD0hEqNcfRUsEEJvVmoRsUkJnASBVBeaaUw==",
  13050. "license": "MIT",
  13051. "dependencies": {
  13052. "@floating-ui/dom": "^1.6.13",
  13053. "@floating-ui/vue": "^1.1.6",
  13054. "@internationalized/date": "^3.5.0",
  13055. "@internationalized/number": "^3.5.0",
  13056. "@tanstack/vue-virtual": "^3.12.0",
  13057. "@vueuse/core": "^14.1.0",
  13058. "@vueuse/shared": "^14.1.0",
  13059. "aria-hidden": "^1.2.4",
  13060. "defu": "^6.1.4",
  13061. "ohash": "^2.0.11"
  13062. },
  13063. "funding": {
  13064. "type": "github",
  13065. "url": "https://github.com/sponsors/zernonia"
  13066. },
  13067. "peerDependencies": {
  13068. "vue": ">= 3.4.0"
  13069. }
  13070. },
  13071. "node_modules/reserved-identifiers": {
  13072. "version": "1.2.0",
  13073. "resolved": "https://registry.npmjs.org/reserved-identifiers/-/reserved-identifiers-1.2.0.tgz",
  13074. "integrity": "sha512-yE7KUfFvaBFzGPs5H3Ops1RevfUEsDc5Iz65rOwWg4lE8HJSYtle77uul3+573457oHvBKuHYDl/xqUkKpEEdw==",
  13075. "license": "MIT",
  13076. "engines": {
  13077. "node": ">=18"
  13078. },
  13079. "funding": {
  13080. "url": "https://github.com/sponsors/sindresorhus"
  13081. }
  13082. },
  13083. "node_modules/resolve": {
  13084. "version": "1.22.12",
  13085. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.12.tgz",
  13086. "integrity": "sha512-TyeJ1zif53BPfHootBGwPRYT1RUt6oGWsaQr8UyZW/eAm9bKoijtvruSDEmZHm92CwS9nj7/fWttqPCgzep8CA==",
  13087. "license": "MIT",
  13088. "dependencies": {
  13089. "es-errors": "^1.3.0",
  13090. "is-core-module": "^2.16.1",
  13091. "path-parse": "^1.0.7",
  13092. "supports-preserve-symlinks-flag": "^1.0.0"
  13093. },
  13094. "bin": {
  13095. "resolve": "bin/resolve"
  13096. },
  13097. "engines": {
  13098. "node": ">= 0.4"
  13099. },
  13100. "funding": {
  13101. "url": "https://github.com/sponsors/ljharb"
  13102. }
  13103. },
  13104. "node_modules/resolve-from": {
  13105. "version": "4.0.0",
  13106. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  13107. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  13108. "license": "MIT",
  13109. "engines": {
  13110. "node": ">=4"
  13111. }
  13112. },
  13113. "node_modules/resolve-pkg-maps": {
  13114. "version": "1.0.0",
  13115. "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz",
  13116. "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==",
  13117. "license": "MIT",
  13118. "funding": {
  13119. "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
  13120. }
  13121. },
  13122. "node_modules/reusify": {
  13123. "version": "1.1.0",
  13124. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
  13125. "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
  13126. "license": "MIT",
  13127. "engines": {
  13128. "iojs": ">=1.0.0",
  13129. "node": ">=0.10.0"
  13130. }
  13131. },
  13132. "node_modules/rollup": {
  13133. "version": "4.60.1",
  13134. "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.60.1.tgz",
  13135. "integrity": "sha512-VmtB2rFU/GroZ4oL8+ZqXgSA38O6GR8KSIvWmEFv63pQ0G6KaBH9s07PO8XTXP4vI+3UJUEypOfjkGfmSBBR0w==",
  13136. "license": "MIT",
  13137. "dependencies": {
  13138. "@types/estree": "1.0.8"
  13139. },
  13140. "bin": {
  13141. "rollup": "dist/bin/rollup"
  13142. },
  13143. "engines": {
  13144. "node": ">=18.0.0",
  13145. "npm": ">=8.0.0"
  13146. },
  13147. "optionalDependencies": {
  13148. "@rollup/rollup-android-arm-eabi": "4.60.1",
  13149. "@rollup/rollup-android-arm64": "4.60.1",
  13150. "@rollup/rollup-darwin-arm64": "4.60.1",
  13151. "@rollup/rollup-darwin-x64": "4.60.1",
  13152. "@rollup/rollup-freebsd-arm64": "4.60.1",
  13153. "@rollup/rollup-freebsd-x64": "4.60.1",
  13154. "@rollup/rollup-linux-arm-gnueabihf": "4.60.1",
  13155. "@rollup/rollup-linux-arm-musleabihf": "4.60.1",
  13156. "@rollup/rollup-linux-arm64-gnu": "4.60.1",
  13157. "@rollup/rollup-linux-arm64-musl": "4.60.1",
  13158. "@rollup/rollup-linux-loong64-gnu": "4.60.1",
  13159. "@rollup/rollup-linux-loong64-musl": "4.60.1",
  13160. "@rollup/rollup-linux-ppc64-gnu": "4.60.1",
  13161. "@rollup/rollup-linux-ppc64-musl": "4.60.1",
  13162. "@rollup/rollup-linux-riscv64-gnu": "4.60.1",
  13163. "@rollup/rollup-linux-riscv64-musl": "4.60.1",
  13164. "@rollup/rollup-linux-s390x-gnu": "4.60.1",
  13165. "@rollup/rollup-linux-x64-gnu": "4.60.1",
  13166. "@rollup/rollup-linux-x64-musl": "4.60.1",
  13167. "@rollup/rollup-openbsd-x64": "4.60.1",
  13168. "@rollup/rollup-openharmony-arm64": "4.60.1",
  13169. "@rollup/rollup-win32-arm64-msvc": "4.60.1",
  13170. "@rollup/rollup-win32-ia32-msvc": "4.60.1",
  13171. "@rollup/rollup-win32-x64-gnu": "4.60.1",
  13172. "@rollup/rollup-win32-x64-msvc": "4.60.1",
  13173. "fsevents": "~2.3.2"
  13174. }
  13175. },
  13176. "node_modules/rollup-plugin-visualizer": {
  13177. "version": "7.0.1",
  13178. "resolved": "https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-7.0.1.tgz",
  13179. "integrity": "sha512-UJUT4+1Ho4OcWmPYU3sYXgUqI8B8Ayfe06MX7y0qCJ1K8aGoKtR/NDd/2nZqM7ADkrzny+I99Ul7GgyoiVNAgg==",
  13180. "license": "MIT",
  13181. "dependencies": {
  13182. "open": "^11.0.0",
  13183. "picomatch": "^4.0.2",
  13184. "source-map": "^0.7.4",
  13185. "yargs": "^18.0.0"
  13186. },
  13187. "bin": {
  13188. "rollup-plugin-visualizer": "dist/bin/cli.js"
  13189. },
  13190. "engines": {
  13191. "node": ">=22"
  13192. },
  13193. "peerDependencies": {
  13194. "rolldown": "1.x || ^1.0.0-beta || ^1.0.0-rc",
  13195. "rollup": "2.x || 3.x || 4.x"
  13196. },
  13197. "peerDependenciesMeta": {
  13198. "rolldown": {
  13199. "optional": true
  13200. },
  13201. "rollup": {
  13202. "optional": true
  13203. }
  13204. }
  13205. },
  13206. "node_modules/rope-sequence": {
  13207. "version": "1.3.4",
  13208. "resolved": "https://registry.npmjs.org/rope-sequence/-/rope-sequence-1.3.4.tgz",
  13209. "integrity": "sha512-UT5EDe2cu2E/6O4igUr5PSFs23nvvukicWHx6GnOPlHAiiYbzNuCRQCuiUdHJQcqKalLKlrYJnjY0ySGsXNQXQ==",
  13210. "license": "MIT"
  13211. },
  13212. "node_modules/rou3": {
  13213. "version": "0.8.1",
  13214. "resolved": "https://registry.npmjs.org/rou3/-/rou3-0.8.1.tgz",
  13215. "integrity": "sha512-ePa+XGk00/3HuCqrEnK3LxJW7I0SdNg6EFzKUJG73hMAdDcOUC/i/aSz7LSDwLrGr33kal/rqOGydzwl6U7zBA==",
  13216. "license": "MIT"
  13217. },
  13218. "node_modules/run-applescript": {
  13219. "version": "7.1.0",
  13220. "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.1.0.tgz",
  13221. "integrity": "sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==",
  13222. "license": "MIT",
  13223. "engines": {
  13224. "node": ">=18"
  13225. },
  13226. "funding": {
  13227. "url": "https://github.com/sponsors/sindresorhus"
  13228. }
  13229. },
  13230. "node_modules/run-parallel": {
  13231. "version": "1.2.0",
  13232. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  13233. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  13234. "funding": [
  13235. {
  13236. "type": "github",
  13237. "url": "https://github.com/sponsors/feross"
  13238. },
  13239. {
  13240. "type": "patreon",
  13241. "url": "https://www.patreon.com/feross"
  13242. },
  13243. {
  13244. "type": "consulting",
  13245. "url": "https://feross.org/support"
  13246. }
  13247. ],
  13248. "license": "MIT",
  13249. "dependencies": {
  13250. "queue-microtask": "^1.2.2"
  13251. }
  13252. },
  13253. "node_modules/safe-buffer": {
  13254. "version": "5.2.1",
  13255. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  13256. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  13257. "funding": [
  13258. {
  13259. "type": "github",
  13260. "url": "https://github.com/sponsors/feross"
  13261. },
  13262. {
  13263. "type": "patreon",
  13264. "url": "https://www.patreon.com/feross"
  13265. },
  13266. {
  13267. "type": "consulting",
  13268. "url": "https://feross.org/support"
  13269. }
  13270. ],
  13271. "license": "MIT"
  13272. },
  13273. "node_modules/sax": {
  13274. "version": "1.6.0",
  13275. "resolved": "https://registry.npmjs.org/sax/-/sax-1.6.0.tgz",
  13276. "integrity": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==",
  13277. "license": "BlueOak-1.0.0",
  13278. "engines": {
  13279. "node": ">=11.0.0"
  13280. }
  13281. },
  13282. "node_modules/scslre": {
  13283. "version": "0.3.0",
  13284. "resolved": "https://registry.npmjs.org/scslre/-/scslre-0.3.0.tgz",
  13285. "integrity": "sha512-3A6sD0WYP7+QrjbfNA2FN3FsOaGGFoekCVgTyypy53gPxhbkCIjtO6YWgdrfM+n/8sI8JeXZOIxsHjMTNxQ4nQ==",
  13286. "license": "MIT",
  13287. "dependencies": {
  13288. "@eslint-community/regexpp": "^4.8.0",
  13289. "refa": "^0.12.0",
  13290. "regexp-ast-analysis": "^0.7.0"
  13291. },
  13292. "engines": {
  13293. "node": "^14.0.0 || >=16.0.0"
  13294. }
  13295. },
  13296. "node_modules/scule": {
  13297. "version": "1.3.0",
  13298. "resolved": "https://registry.npmjs.org/scule/-/scule-1.3.0.tgz",
  13299. "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==",
  13300. "license": "MIT"
  13301. },
  13302. "node_modules/semver": {
  13303. "version": "7.7.4",
  13304. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
  13305. "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
  13306. "license": "ISC",
  13307. "bin": {
  13308. "semver": "bin/semver.js"
  13309. },
  13310. "engines": {
  13311. "node": ">=10"
  13312. }
  13313. },
  13314. "node_modules/send": {
  13315. "version": "1.2.1",
  13316. "resolved": "https://registry.npmjs.org/send/-/send-1.2.1.tgz",
  13317. "integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
  13318. "license": "MIT",
  13319. "dependencies": {
  13320. "debug": "^4.4.3",
  13321. "encodeurl": "^2.0.0",
  13322. "escape-html": "^1.0.3",
  13323. "etag": "^1.8.1",
  13324. "fresh": "^2.0.0",
  13325. "http-errors": "^2.0.1",
  13326. "mime-types": "^3.0.2",
  13327. "ms": "^2.1.3",
  13328. "on-finished": "^2.4.1",
  13329. "range-parser": "^1.2.1",
  13330. "statuses": "^2.0.2"
  13331. },
  13332. "engines": {
  13333. "node": ">= 18"
  13334. },
  13335. "funding": {
  13336. "type": "opencollective",
  13337. "url": "https://opencollective.com/express"
  13338. }
  13339. },
  13340. "node_modules/serialize-javascript": {
  13341. "version": "7.0.5",
  13342. "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-7.0.5.tgz",
  13343. "integrity": "sha512-F4LcB0UqUl1zErq+1nYEEzSHJnIwb3AF2XWB94b+afhrekOUijwooAYqFyRbjYkm2PAKBabx6oYv/xDxNi8IBw==",
  13344. "license": "BSD-3-Clause",
  13345. "engines": {
  13346. "node": ">=20.0.0"
  13347. }
  13348. },
  13349. "node_modules/seroval": {
  13350. "version": "1.5.2",
  13351. "resolved": "https://registry.npmjs.org/seroval/-/seroval-1.5.2.tgz",
  13352. "integrity": "sha512-xcRN39BdsnO9Tf+VzsE7b3JyTJASItIV1FVFewJKCFcW4s4haIKS3e6vj8PGB9qBwC7tnuOywQMdv5N4qkzi7Q==",
  13353. "license": "MIT",
  13354. "engines": {
  13355. "node": ">=10"
  13356. }
  13357. },
  13358. "node_modules/serve-placeholder": {
  13359. "version": "2.0.2",
  13360. "resolved": "https://registry.npmjs.org/serve-placeholder/-/serve-placeholder-2.0.2.tgz",
  13361. "integrity": "sha512-/TMG8SboeiQbZJWRlfTCqMs2DD3SZgWp0kDQePz9yUuCnDfDh/92gf7/PxGhzXTKBIPASIHxFcZndoNbp6QOLQ==",
  13362. "license": "MIT",
  13363. "dependencies": {
  13364. "defu": "^6.1.4"
  13365. }
  13366. },
  13367. "node_modules/serve-static": {
  13368. "version": "2.2.1",
  13369. "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz",
  13370. "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
  13371. "license": "MIT",
  13372. "dependencies": {
  13373. "encodeurl": "^2.0.0",
  13374. "escape-html": "^1.0.3",
  13375. "parseurl": "^1.3.3",
  13376. "send": "^1.2.0"
  13377. },
  13378. "engines": {
  13379. "node": ">= 18"
  13380. },
  13381. "funding": {
  13382. "type": "opencollective",
  13383. "url": "https://opencollective.com/express"
  13384. }
  13385. },
  13386. "node_modules/setprototypeof": {
  13387. "version": "1.2.0",
  13388. "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
  13389. "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
  13390. "license": "ISC"
  13391. },
  13392. "node_modules/sharp": {
  13393. "version": "0.32.6",
  13394. "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.32.6.tgz",
  13395. "integrity": "sha512-KyLTWwgcR9Oe4d9HwCwNM2l7+J0dUQwn/yf7S0EnTtb0eVS4RxO0eUSvxPtzT4F3SY+C4K6fqdv/DO27sJ/v/w==",
  13396. "hasInstallScript": true,
  13397. "license": "Apache-2.0",
  13398. "optional": true,
  13399. "dependencies": {
  13400. "color": "^4.2.3",
  13401. "detect-libc": "^2.0.2",
  13402. "node-addon-api": "^6.1.0",
  13403. "prebuild-install": "^7.1.1",
  13404. "semver": "^7.5.4",
  13405. "simple-get": "^4.0.1",
  13406. "tar-fs": "^3.0.4",
  13407. "tunnel-agent": "^0.6.0"
  13408. },
  13409. "engines": {
  13410. "node": ">=14.15.0"
  13411. },
  13412. "funding": {
  13413. "url": "https://opencollective.com/libvips"
  13414. }
  13415. },
  13416. "node_modules/sharp/node_modules/node-addon-api": {
  13417. "version": "6.1.0",
  13418. "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-6.1.0.tgz",
  13419. "integrity": "sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==",
  13420. "license": "MIT",
  13421. "optional": true
  13422. },
  13423. "node_modules/shebang-command": {
  13424. "version": "2.0.0",
  13425. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  13426. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  13427. "license": "MIT",
  13428. "dependencies": {
  13429. "shebang-regex": "^3.0.0"
  13430. },
  13431. "engines": {
  13432. "node": ">=8"
  13433. }
  13434. },
  13435. "node_modules/shebang-regex": {
  13436. "version": "3.0.0",
  13437. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  13438. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  13439. "license": "MIT",
  13440. "engines": {
  13441. "node": ">=8"
  13442. }
  13443. },
  13444. "node_modules/shell-quote": {
  13445. "version": "1.8.3",
  13446. "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz",
  13447. "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==",
  13448. "license": "MIT",
  13449. "engines": {
  13450. "node": ">= 0.4"
  13451. },
  13452. "funding": {
  13453. "url": "https://github.com/sponsors/ljharb"
  13454. }
  13455. },
  13456. "node_modules/signal-exit": {
  13457. "version": "4.1.0",
  13458. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  13459. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  13460. "license": "ISC",
  13461. "engines": {
  13462. "node": ">=14"
  13463. },
  13464. "funding": {
  13465. "url": "https://github.com/sponsors/isaacs"
  13466. }
  13467. },
  13468. "node_modules/simple-concat": {
  13469. "version": "1.0.1",
  13470. "resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz",
  13471. "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==",
  13472. "funding": [
  13473. {
  13474. "type": "github",
  13475. "url": "https://github.com/sponsors/feross"
  13476. },
  13477. {
  13478. "type": "patreon",
  13479. "url": "https://www.patreon.com/feross"
  13480. },
  13481. {
  13482. "type": "consulting",
  13483. "url": "https://feross.org/support"
  13484. }
  13485. ],
  13486. "license": "MIT",
  13487. "optional": true
  13488. },
  13489. "node_modules/simple-get": {
  13490. "version": "4.0.1",
  13491. "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-4.0.1.tgz",
  13492. "integrity": "sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==",
  13493. "funding": [
  13494. {
  13495. "type": "github",
  13496. "url": "https://github.com/sponsors/feross"
  13497. },
  13498. {
  13499. "type": "patreon",
  13500. "url": "https://www.patreon.com/feross"
  13501. },
  13502. {
  13503. "type": "consulting",
  13504. "url": "https://feross.org/support"
  13505. }
  13506. ],
  13507. "license": "MIT",
  13508. "optional": true,
  13509. "dependencies": {
  13510. "decompress-response": "^6.0.0",
  13511. "once": "^1.3.1",
  13512. "simple-concat": "^1.0.0"
  13513. }
  13514. },
  13515. "node_modules/simple-git": {
  13516. "version": "3.36.0",
  13517. "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.36.0.tgz",
  13518. "integrity": "sha512-cGQjLjK8bxJw4QuYT7gxHw3/IouVESbhahSsHrX97MzCL1gu2u7oy38W6L2ZIGECEfIBG4BabsWDPjBxJENv9Q==",
  13519. "license": "MIT",
  13520. "dependencies": {
  13521. "@kwsites/file-exists": "^1.1.1",
  13522. "@kwsites/promise-deferred": "^1.1.1",
  13523. "@simple-git/args-pathspec": "^1.0.3",
  13524. "@simple-git/argv-parser": "^1.1.0",
  13525. "debug": "^4.4.0"
  13526. },
  13527. "funding": {
  13528. "type": "github",
  13529. "url": "https://github.com/steveukx/git-js?sponsor=1"
  13530. }
  13531. },
  13532. "node_modules/simple-swizzle": {
  13533. "version": "0.2.4",
  13534. "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.4.tgz",
  13535. "integrity": "sha512-nAu1WFPQSMNr2Zn9PGSZK9AGn4t/y97lEm+MXTtUDwfP0ksAIX4nO+6ruD9Jwut4C49SB1Ws+fbXsm/yScWOHw==",
  13536. "license": "MIT",
  13537. "optional": true,
  13538. "dependencies": {
  13539. "is-arrayish": "^0.3.1"
  13540. }
  13541. },
  13542. "node_modules/sirv": {
  13543. "version": "3.0.2",
  13544. "resolved": "https://registry.npmjs.org/sirv/-/sirv-3.0.2.tgz",
  13545. "integrity": "sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==",
  13546. "license": "MIT",
  13547. "dependencies": {
  13548. "@polka/url": "^1.0.0-next.24",
  13549. "mrmime": "^2.0.0",
  13550. "totalist": "^3.0.0"
  13551. },
  13552. "engines": {
  13553. "node": ">=18"
  13554. }
  13555. },
  13556. "node_modules/sisteransi": {
  13557. "version": "1.0.5",
  13558. "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
  13559. "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
  13560. "license": "MIT"
  13561. },
  13562. "node_modules/slash": {
  13563. "version": "5.1.0",
  13564. "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
  13565. "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
  13566. "license": "MIT",
  13567. "engines": {
  13568. "node": ">=14.16"
  13569. },
  13570. "funding": {
  13571. "url": "https://github.com/sponsors/sindresorhus"
  13572. }
  13573. },
  13574. "node_modules/smob": {
  13575. "version": "1.6.1",
  13576. "resolved": "https://registry.npmjs.org/smob/-/smob-1.6.1.tgz",
  13577. "integrity": "sha512-KAkBqZl3c2GvNgNhcoyJae1aKldDW0LO279wF9bk1PnluRTETKBq0WyzRXxEhoQLk56yHaOY4JCBEKDuJIET5g==",
  13578. "license": "MIT",
  13579. "engines": {
  13580. "node": ">=20.0.0"
  13581. }
  13582. },
  13583. "node_modules/source-map": {
  13584. "version": "0.7.6",
  13585. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.6.tgz",
  13586. "integrity": "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==",
  13587. "license": "BSD-3-Clause",
  13588. "engines": {
  13589. "node": ">= 12"
  13590. }
  13591. },
  13592. "node_modules/source-map-js": {
  13593. "version": "1.2.1",
  13594. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  13595. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  13596. "license": "BSD-3-Clause",
  13597. "engines": {
  13598. "node": ">=0.10.0"
  13599. }
  13600. },
  13601. "node_modules/source-map-support": {
  13602. "version": "0.5.21",
  13603. "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
  13604. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  13605. "license": "MIT",
  13606. "dependencies": {
  13607. "buffer-from": "^1.0.0",
  13608. "source-map": "^0.6.0"
  13609. }
  13610. },
  13611. "node_modules/source-map-support/node_modules/source-map": {
  13612. "version": "0.6.1",
  13613. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  13614. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  13615. "license": "BSD-3-Clause",
  13616. "engines": {
  13617. "node": ">=0.10.0"
  13618. }
  13619. },
  13620. "node_modules/spdx-exceptions": {
  13621. "version": "2.5.0",
  13622. "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz",
  13623. "integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==",
  13624. "license": "CC-BY-3.0"
  13625. },
  13626. "node_modules/spdx-expression-parse": {
  13627. "version": "4.0.0",
  13628. "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-4.0.0.tgz",
  13629. "integrity": "sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ==",
  13630. "license": "MIT",
  13631. "dependencies": {
  13632. "spdx-exceptions": "^2.1.0",
  13633. "spdx-license-ids": "^3.0.0"
  13634. }
  13635. },
  13636. "node_modules/spdx-license-ids": {
  13637. "version": "3.0.23",
  13638. "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.23.tgz",
  13639. "integrity": "sha512-CWLcCCH7VLu13TgOH+r8p1O/Znwhqv/dbb6lqWy67G+pT1kHmeD/+V36AVb/vq8QMIQwVShJ6Ssl5FPh0fuSdw==",
  13640. "license": "CC0-1.0"
  13641. },
  13642. "node_modules/srvx": {
  13643. "version": "0.11.15",
  13644. "resolved": "https://registry.npmjs.org/srvx/-/srvx-0.11.15.tgz",
  13645. "integrity": "sha512-iXsux0UcOjdvs0LCMa2Ws3WwcDUozA3JN3BquNXkaFPP7TpRqgunKdEgoZ/uwb1J6xaYHfxtz9Twlh6yzwM6Tg==",
  13646. "license": "MIT",
  13647. "bin": {
  13648. "srvx": "bin/srvx.mjs"
  13649. },
  13650. "engines": {
  13651. "node": ">=20.16.0"
  13652. }
  13653. },
  13654. "node_modules/stable-hash-x": {
  13655. "version": "0.2.0",
  13656. "resolved": "https://registry.npmjs.org/stable-hash-x/-/stable-hash-x-0.2.0.tgz",
  13657. "integrity": "sha512-o3yWv49B/o4QZk5ZcsALc6t0+eCelPc44zZsLtCQnZPDwFpDYSWcDnrv2TtMmMbQ7uKo3J0HTURCqckw23czNQ==",
  13658. "license": "MIT",
  13659. "engines": {
  13660. "node": ">=12.0.0"
  13661. }
  13662. },
  13663. "node_modules/standard-as-callback": {
  13664. "version": "2.1.0",
  13665. "resolved": "https://registry.npmjs.org/standard-as-callback/-/standard-as-callback-2.1.0.tgz",
  13666. "integrity": "sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A==",
  13667. "license": "MIT"
  13668. },
  13669. "node_modules/statuses": {
  13670. "version": "2.0.2",
  13671. "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
  13672. "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
  13673. "license": "MIT",
  13674. "engines": {
  13675. "node": ">= 0.8"
  13676. }
  13677. },
  13678. "node_modules/std-env": {
  13679. "version": "3.10.0",
  13680. "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.10.0.tgz",
  13681. "integrity": "sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==",
  13682. "license": "MIT"
  13683. },
  13684. "node_modules/streamx": {
  13685. "version": "2.25.0",
  13686. "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.25.0.tgz",
  13687. "integrity": "sha512-0nQuG6jf1w+wddNEEXCF4nTg3LtufWINB5eFEN+5TNZW7KWJp6x87+JFL43vaAUPyCfH1wID+mNVyW6OHtFamg==",
  13688. "license": "MIT",
  13689. "dependencies": {
  13690. "events-universal": "^1.0.0",
  13691. "fast-fifo": "^1.3.2",
  13692. "text-decoder": "^1.1.0"
  13693. }
  13694. },
  13695. "node_modules/string_decoder": {
  13696. "version": "1.3.0",
  13697. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
  13698. "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
  13699. "license": "MIT",
  13700. "dependencies": {
  13701. "safe-buffer": "~5.2.0"
  13702. }
  13703. },
  13704. "node_modules/string-width": {
  13705. "version": "7.2.0",
  13706. "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
  13707. "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
  13708. "license": "MIT",
  13709. "dependencies": {
  13710. "emoji-regex": "^10.3.0",
  13711. "get-east-asian-width": "^1.0.0",
  13712. "strip-ansi": "^7.1.0"
  13713. },
  13714. "engines": {
  13715. "node": ">=18"
  13716. },
  13717. "funding": {
  13718. "url": "https://github.com/sponsors/sindresorhus"
  13719. }
  13720. },
  13721. "node_modules/string-width-cjs": {
  13722. "name": "string-width",
  13723. "version": "4.2.3",
  13724. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  13725. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  13726. "license": "MIT",
  13727. "dependencies": {
  13728. "emoji-regex": "^8.0.0",
  13729. "is-fullwidth-code-point": "^3.0.0",
  13730. "strip-ansi": "^6.0.1"
  13731. },
  13732. "engines": {
  13733. "node": ">=8"
  13734. }
  13735. },
  13736. "node_modules/string-width-cjs/node_modules/ansi-regex": {
  13737. "version": "5.0.1",
  13738. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  13739. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  13740. "license": "MIT",
  13741. "engines": {
  13742. "node": ">=8"
  13743. }
  13744. },
  13745. "node_modules/string-width-cjs/node_modules/emoji-regex": {
  13746. "version": "8.0.0",
  13747. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  13748. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  13749. "license": "MIT"
  13750. },
  13751. "node_modules/string-width-cjs/node_modules/strip-ansi": {
  13752. "version": "6.0.1",
  13753. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  13754. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  13755. "license": "MIT",
  13756. "dependencies": {
  13757. "ansi-regex": "^5.0.1"
  13758. },
  13759. "engines": {
  13760. "node": ">=8"
  13761. }
  13762. },
  13763. "node_modules/strip-ansi": {
  13764. "version": "7.2.0",
  13765. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
  13766. "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
  13767. "license": "MIT",
  13768. "dependencies": {
  13769. "ansi-regex": "^6.2.2"
  13770. },
  13771. "engines": {
  13772. "node": ">=12"
  13773. },
  13774. "funding": {
  13775. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  13776. }
  13777. },
  13778. "node_modules/strip-ansi-cjs": {
  13779. "name": "strip-ansi",
  13780. "version": "6.0.1",
  13781. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  13782. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  13783. "license": "MIT",
  13784. "dependencies": {
  13785. "ansi-regex": "^5.0.1"
  13786. },
  13787. "engines": {
  13788. "node": ">=8"
  13789. }
  13790. },
  13791. "node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
  13792. "version": "5.0.1",
  13793. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  13794. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  13795. "license": "MIT",
  13796. "engines": {
  13797. "node": ">=8"
  13798. }
  13799. },
  13800. "node_modules/strip-final-newline": {
  13801. "version": "3.0.0",
  13802. "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
  13803. "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
  13804. "license": "MIT",
  13805. "engines": {
  13806. "node": ">=12"
  13807. },
  13808. "funding": {
  13809. "url": "https://github.com/sponsors/sindresorhus"
  13810. }
  13811. },
  13812. "node_modules/strip-indent": {
  13813. "version": "4.1.1",
  13814. "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-4.1.1.tgz",
  13815. "integrity": "sha512-SlyRoSkdh1dYP0PzclLE7r0M9sgbFKKMFXpFRUMNuKhQSbC6VQIGzq3E0qsfvGJaUFJPGv6Ws1NZ/haTAjfbMA==",
  13816. "license": "MIT",
  13817. "engines": {
  13818. "node": ">=12"
  13819. },
  13820. "funding": {
  13821. "url": "https://github.com/sponsors/sindresorhus"
  13822. }
  13823. },
  13824. "node_modules/strip-json-comments": {
  13825. "version": "3.1.1",
  13826. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  13827. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  13828. "license": "MIT",
  13829. "engines": {
  13830. "node": ">=8"
  13831. },
  13832. "funding": {
  13833. "url": "https://github.com/sponsors/sindresorhus"
  13834. }
  13835. },
  13836. "node_modules/strip-literal": {
  13837. "version": "3.1.0",
  13838. "resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-3.1.0.tgz",
  13839. "integrity": "sha512-8r3mkIM/2+PpjHoOtiAW8Rg3jJLHaV7xPwG+YRGrv6FP0wwk/toTpATxWYOW0BKdWwl82VT2tFYi5DlROa0Mxg==",
  13840. "license": "MIT",
  13841. "dependencies": {
  13842. "js-tokens": "^9.0.1"
  13843. },
  13844. "funding": {
  13845. "url": "https://github.com/sponsors/antfu"
  13846. }
  13847. },
  13848. "node_modules/strip-literal/node_modules/js-tokens": {
  13849. "version": "9.0.1",
  13850. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-9.0.1.tgz",
  13851. "integrity": "sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==",
  13852. "license": "MIT"
  13853. },
  13854. "node_modules/structured-clone-es": {
  13855. "version": "2.0.0",
  13856. "resolved": "https://registry.npmjs.org/structured-clone-es/-/structured-clone-es-2.0.0.tgz",
  13857. "integrity": "sha512-5UuAHmBLXYPCl22xWJrFuGmIhBKQzxISPVz6E7nmTmTcAOpUzlbjKJsRrCE4vADmMQ0dzeCnlWn9XufnAGf76Q==",
  13858. "license": "ISC"
  13859. },
  13860. "node_modules/stylehacks": {
  13861. "version": "7.0.9",
  13862. "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-7.0.9.tgz",
  13863. "integrity": "sha512-dgipCLBa16sZDoQ8BmXdRwV4SmFAxZ4KtbMhV0buow62M/2l6Jq6AkVsKUY/QFr8+VjgzXO5UVHx1f+vvY9DXw==",
  13864. "license": "MIT",
  13865. "dependencies": {
  13866. "browserslist": "^4.28.2",
  13867. "postcss-selector-parser": "^7.1.1"
  13868. },
  13869. "engines": {
  13870. "node": "^18.12.0 || ^20.9.0 || >=22.0"
  13871. },
  13872. "peerDependencies": {
  13873. "postcss": "^8.4.32"
  13874. }
  13875. },
  13876. "node_modules/supports-color": {
  13877. "version": "7.2.0",
  13878. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  13879. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  13880. "license": "MIT",
  13881. "dependencies": {
  13882. "has-flag": "^4.0.0"
  13883. },
  13884. "engines": {
  13885. "node": ">=8"
  13886. }
  13887. },
  13888. "node_modules/supports-preserve-symlinks-flag": {
  13889. "version": "1.0.0",
  13890. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  13891. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  13892. "license": "MIT",
  13893. "engines": {
  13894. "node": ">= 0.4"
  13895. },
  13896. "funding": {
  13897. "url": "https://github.com/sponsors/ljharb"
  13898. }
  13899. },
  13900. "node_modules/svgo": {
  13901. "version": "3.3.3",
  13902. "resolved": "https://registry.npmjs.org/svgo/-/svgo-3.3.3.tgz",
  13903. "integrity": "sha512-+wn7I4p7YgJhHs38k2TNjy1vCfPIfLIJWR5MnCStsN8WuuTcBnRKcMHQLMM2ijxGZmDoZwNv8ipl5aTTen62ng==",
  13904. "license": "MIT",
  13905. "optional": true,
  13906. "dependencies": {
  13907. "commander": "^7.2.0",
  13908. "css-select": "^5.1.0",
  13909. "css-tree": "^2.3.1",
  13910. "css-what": "^6.1.0",
  13911. "csso": "^5.0.5",
  13912. "picocolors": "^1.0.0",
  13913. "sax": "^1.5.0"
  13914. },
  13915. "bin": {
  13916. "svgo": "bin/svgo"
  13917. },
  13918. "engines": {
  13919. "node": ">=14.0.0"
  13920. },
  13921. "funding": {
  13922. "type": "opencollective",
  13923. "url": "https://opencollective.com/svgo"
  13924. }
  13925. },
  13926. "node_modules/svgo/node_modules/css-tree": {
  13927. "version": "2.3.1",
  13928. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz",
  13929. "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==",
  13930. "license": "MIT",
  13931. "optional": true,
  13932. "dependencies": {
  13933. "mdn-data": "2.0.30",
  13934. "source-map-js": "^1.0.1"
  13935. },
  13936. "engines": {
  13937. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  13938. }
  13939. },
  13940. "node_modules/svgo/node_modules/mdn-data": {
  13941. "version": "2.0.30",
  13942. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz",
  13943. "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==",
  13944. "license": "CC0-1.0",
  13945. "optional": true
  13946. },
  13947. "node_modules/tagged-tag": {
  13948. "version": "1.0.0",
  13949. "resolved": "https://registry.npmjs.org/tagged-tag/-/tagged-tag-1.0.0.tgz",
  13950. "integrity": "sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==",
  13951. "license": "MIT",
  13952. "engines": {
  13953. "node": ">=20"
  13954. },
  13955. "funding": {
  13956. "url": "https://github.com/sponsors/sindresorhus"
  13957. }
  13958. },
  13959. "node_modules/tailwind-merge": {
  13960. "version": "3.5.0",
  13961. "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.5.0.tgz",
  13962. "integrity": "sha512-I8K9wewnVDkL1NTGoqWmVEIlUcB9gFriAEkXkfCjX5ib8ezGxtR3xD7iZIxrfArjEsH7F1CHD4RFUtxefdqV/A==",
  13963. "license": "MIT",
  13964. "funding": {
  13965. "type": "github",
  13966. "url": "https://github.com/sponsors/dcastil"
  13967. }
  13968. },
  13969. "node_modules/tailwind-variants": {
  13970. "version": "3.2.2",
  13971. "resolved": "https://registry.npmjs.org/tailwind-variants/-/tailwind-variants-3.2.2.tgz",
  13972. "integrity": "sha512-Mi4kHeMTLvKlM98XPnK+7HoBPmf4gygdFmqQPaDivc3DpYS6aIY6KiG/PgThrGvii5YZJqRsPz0aPyhoFzmZgg==",
  13973. "license": "MIT",
  13974. "engines": {
  13975. "node": ">=16.x",
  13976. "pnpm": ">=7.x"
  13977. },
  13978. "peerDependencies": {
  13979. "tailwind-merge": ">=3.0.0",
  13980. "tailwindcss": "*"
  13981. },
  13982. "peerDependenciesMeta": {
  13983. "tailwind-merge": {
  13984. "optional": true
  13985. }
  13986. }
  13987. },
  13988. "node_modules/tailwindcss": {
  13989. "version": "4.2.2",
  13990. "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.2.tgz",
  13991. "integrity": "sha512-KWBIxs1Xb6NoLdMVqhbhgwZf2PGBpPEiwOqgI4pFIYbNTfBXiKYyWoTsXgBQ9WFg/OlhnvHaY+AEpW7wSmFo2Q==",
  13992. "license": "MIT"
  13993. },
  13994. "node_modules/tapable": {
  13995. "version": "2.3.2",
  13996. "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.2.tgz",
  13997. "integrity": "sha512-1MOpMXuhGzGL5TTCZFItxCc0AARf1EZFQkGqMm7ERKj8+Hgr5oLvJOVFcC+lRmR8hCe2S3jC4T5D7Vg/d7/fhA==",
  13998. "license": "MIT",
  13999. "engines": {
  14000. "node": ">=6"
  14001. },
  14002. "funding": {
  14003. "type": "opencollective",
  14004. "url": "https://opencollective.com/webpack"
  14005. }
  14006. },
  14007. "node_modules/tar": {
  14008. "version": "7.5.13",
  14009. "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.13.tgz",
  14010. "integrity": "sha512-tOG/7GyXpFevhXVh8jOPJrmtRpOTsYqUIkVdVooZYJS/z8WhfQUX8RJILmeuJNinGAMSu1veBr4asSHFt5/hng==",
  14011. "license": "BlueOak-1.0.0",
  14012. "dependencies": {
  14013. "@isaacs/fs-minipass": "^4.0.0",
  14014. "chownr": "^3.0.0",
  14015. "minipass": "^7.1.2",
  14016. "minizlib": "^3.1.0",
  14017. "yallist": "^5.0.0"
  14018. },
  14019. "engines": {
  14020. "node": ">=18"
  14021. }
  14022. },
  14023. "node_modules/tar-fs": {
  14024. "version": "3.1.2",
  14025. "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.1.2.tgz",
  14026. "integrity": "sha512-QGxxTxxyleAdyM3kpFs14ymbYmNFrfY+pHj7Z8FgtbZ7w2//VAgLMac7sT6nRpIHjppXO2AwwEOg0bPFVRcmXw==",
  14027. "license": "MIT",
  14028. "optional": true,
  14029. "dependencies": {
  14030. "pump": "^3.0.0",
  14031. "tar-stream": "^3.1.5"
  14032. },
  14033. "optionalDependencies": {
  14034. "bare-fs": "^4.0.1",
  14035. "bare-path": "^3.0.0"
  14036. }
  14037. },
  14038. "node_modules/tar-stream": {
  14039. "version": "3.1.8",
  14040. "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.8.tgz",
  14041. "integrity": "sha512-U6QpVRyCGHva435KoNWy9PRoi2IFYCgtEhq9nmrPPpbRacPs9IH4aJ3gbrFC8dPcXvdSZ4XXfXT5Fshbp2MtlQ==",
  14042. "license": "MIT",
  14043. "dependencies": {
  14044. "b4a": "^1.6.4",
  14045. "bare-fs": "^4.5.5",
  14046. "fast-fifo": "^1.2.0",
  14047. "streamx": "^2.15.0"
  14048. }
  14049. },
  14050. "node_modules/tar/node_modules/yallist": {
  14051. "version": "5.0.0",
  14052. "resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz",
  14053. "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==",
  14054. "license": "BlueOak-1.0.0",
  14055. "engines": {
  14056. "node": ">=18"
  14057. }
  14058. },
  14059. "node_modules/teex": {
  14060. "version": "1.0.1",
  14061. "resolved": "https://registry.npmjs.org/teex/-/teex-1.0.1.tgz",
  14062. "integrity": "sha512-eYE6iEI62Ni1H8oIa7KlDU6uQBtqr4Eajni3wX7rpfXD8ysFx8z0+dri+KWEPWpBsxXfxu58x/0jvTVT1ekOSg==",
  14063. "license": "MIT",
  14064. "dependencies": {
  14065. "streamx": "^2.12.5"
  14066. }
  14067. },
  14068. "node_modules/terser": {
  14069. "version": "5.46.1",
  14070. "resolved": "https://registry.npmjs.org/terser/-/terser-5.46.1.tgz",
  14071. "integrity": "sha512-vzCjQO/rgUuK9sf8VJZvjqiqiHFaZLnOiimmUuOKODxWL8mm/xua7viT7aqX7dgPY60otQjUotzFMmCB4VdmqQ==",
  14072. "license": "BSD-2-Clause",
  14073. "dependencies": {
  14074. "@jridgewell/source-map": "^0.3.3",
  14075. "acorn": "^8.15.0",
  14076. "commander": "^2.20.0",
  14077. "source-map-support": "~0.5.20"
  14078. },
  14079. "bin": {
  14080. "terser": "bin/terser"
  14081. },
  14082. "engines": {
  14083. "node": ">=10"
  14084. }
  14085. },
  14086. "node_modules/terser/node_modules/commander": {
  14087. "version": "2.20.3",
  14088. "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
  14089. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
  14090. "license": "MIT"
  14091. },
  14092. "node_modules/text-decoder": {
  14093. "version": "1.2.7",
  14094. "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.7.tgz",
  14095. "integrity": "sha512-vlLytXkeP4xvEq2otHeJfSQIRyWxo/oZGEbXrtEEF9Hnmrdly59sUbzZ/QgyWuLYHctCHxFF4tRQZNQ9k60ExQ==",
  14096. "license": "Apache-2.0",
  14097. "dependencies": {
  14098. "b4a": "^1.6.4"
  14099. }
  14100. },
  14101. "node_modules/tiny-inflate": {
  14102. "version": "1.0.3",
  14103. "resolved": "https://registry.npmjs.org/tiny-inflate/-/tiny-inflate-1.0.3.tgz",
  14104. "integrity": "sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==",
  14105. "license": "MIT"
  14106. },
  14107. "node_modules/tiny-invariant": {
  14108. "version": "1.3.3",
  14109. "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz",
  14110. "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==",
  14111. "license": "MIT"
  14112. },
  14113. "node_modules/tinyclip": {
  14114. "version": "0.1.12",
  14115. "resolved": "https://registry.npmjs.org/tinyclip/-/tinyclip-0.1.12.tgz",
  14116. "integrity": "sha512-Ae3OVUqifDw0wBriIBS7yVaW44Dp6eSHQcyq4Igc7eN2TJH/2YsicswaW+J/OuMvhpDPOKEgpAZCjkb4hpoyeA==",
  14117. "license": "MIT",
  14118. "engines": {
  14119. "node": "^16.14.0 || >= 17.3.0"
  14120. }
  14121. },
  14122. "node_modules/tinyexec": {
  14123. "version": "1.1.1",
  14124. "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.1.1.tgz",
  14125. "integrity": "sha512-VKS/ZaQhhkKFMANmAOhhXVoIfBXblQxGX1myCQ2faQrfmobMftXeJPcZGp0gS07ocvGJWDLZGyOZDadDBqYIJg==",
  14126. "license": "MIT",
  14127. "engines": {
  14128. "node": ">=18"
  14129. }
  14130. },
  14131. "node_modules/tinyglobby": {
  14132. "version": "0.2.16",
  14133. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
  14134. "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
  14135. "license": "MIT",
  14136. "dependencies": {
  14137. "fdir": "^6.5.0",
  14138. "picomatch": "^4.0.4"
  14139. },
  14140. "engines": {
  14141. "node": ">=12.0.0"
  14142. },
  14143. "funding": {
  14144. "url": "https://github.com/sponsors/SuperchupuDev"
  14145. }
  14146. },
  14147. "node_modules/to-regex-range": {
  14148. "version": "5.0.1",
  14149. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  14150. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  14151. "license": "MIT",
  14152. "dependencies": {
  14153. "is-number": "^7.0.0"
  14154. },
  14155. "engines": {
  14156. "node": ">=8.0"
  14157. }
  14158. },
  14159. "node_modules/to-valid-identifier": {
  14160. "version": "1.0.0",
  14161. "resolved": "https://registry.npmjs.org/to-valid-identifier/-/to-valid-identifier-1.0.0.tgz",
  14162. "integrity": "sha512-41wJyvKep3yT2tyPqX/4blcfybknGB4D+oETKLs7Q76UiPqRpUJK3hr1nxelyYO0PHKVzJwlu0aCeEAsGI6rpw==",
  14163. "license": "MIT",
  14164. "dependencies": {
  14165. "@sindresorhus/base62": "^1.0.0",
  14166. "reserved-identifiers": "^1.0.0"
  14167. },
  14168. "engines": {
  14169. "node": ">=20"
  14170. },
  14171. "funding": {
  14172. "url": "https://github.com/sponsors/sindresorhus"
  14173. }
  14174. },
  14175. "node_modules/toidentifier": {
  14176. "version": "1.0.1",
  14177. "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
  14178. "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
  14179. "license": "MIT",
  14180. "engines": {
  14181. "node": ">=0.6"
  14182. }
  14183. },
  14184. "node_modules/totalist": {
  14185. "version": "3.0.1",
  14186. "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz",
  14187. "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
  14188. "license": "MIT",
  14189. "engines": {
  14190. "node": ">=6"
  14191. }
  14192. },
  14193. "node_modules/tr46": {
  14194. "version": "0.0.3",
  14195. "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
  14196. "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
  14197. "license": "MIT"
  14198. },
  14199. "node_modules/ts-api-utils": {
  14200. "version": "2.5.0",
  14201. "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.5.0.tgz",
  14202. "integrity": "sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==",
  14203. "license": "MIT",
  14204. "engines": {
  14205. "node": ">=18.12"
  14206. },
  14207. "peerDependencies": {
  14208. "typescript": ">=4.8.4"
  14209. }
  14210. },
  14211. "node_modules/tslib": {
  14212. "version": "2.8.1",
  14213. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
  14214. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  14215. "license": "0BSD"
  14216. },
  14217. "node_modules/tunnel-agent": {
  14218. "version": "0.6.0",
  14219. "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
  14220. "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==",
  14221. "license": "Apache-2.0",
  14222. "optional": true,
  14223. "dependencies": {
  14224. "safe-buffer": "^5.0.1"
  14225. },
  14226. "engines": {
  14227. "node": "*"
  14228. }
  14229. },
  14230. "node_modules/type-check": {
  14231. "version": "0.4.0",
  14232. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
  14233. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  14234. "license": "MIT",
  14235. "dependencies": {
  14236. "prelude-ls": "^1.2.1"
  14237. },
  14238. "engines": {
  14239. "node": ">= 0.8.0"
  14240. }
  14241. },
  14242. "node_modules/type-fest": {
  14243. "version": "5.5.0",
  14244. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.5.0.tgz",
  14245. "integrity": "sha512-PlBfpQwiUvGViBNX84Yxwjsdhd1TUlXr6zjX7eoirtCPIr08NAmxwa+fcYBTeRQxHo9YC9wwF3m9i700sHma8g==",
  14246. "license": "(MIT OR CC0-1.0)",
  14247. "dependencies": {
  14248. "tagged-tag": "^1.0.0"
  14249. },
  14250. "engines": {
  14251. "node": ">=20"
  14252. },
  14253. "funding": {
  14254. "url": "https://github.com/sponsors/sindresorhus"
  14255. }
  14256. },
  14257. "node_modules/type-level-regexp": {
  14258. "version": "0.1.17",
  14259. "resolved": "https://registry.npmjs.org/type-level-regexp/-/type-level-regexp-0.1.17.tgz",
  14260. "integrity": "sha512-wTk4DH3cxwk196uGLK/E9pE45aLfeKJacKmcEgEOA/q5dnPGNxXt0cfYdFxb57L+sEpf1oJH4Dnx/pnRcku9jg==",
  14261. "license": "MIT"
  14262. },
  14263. "node_modules/typescript": {
  14264. "version": "5.9.3",
  14265. "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
  14266. "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
  14267. "license": "Apache-2.0",
  14268. "bin": {
  14269. "tsc": "bin/tsc",
  14270. "tsserver": "bin/tsserver"
  14271. },
  14272. "engines": {
  14273. "node": ">=14.17"
  14274. }
  14275. },
  14276. "node_modules/uc.micro": {
  14277. "version": "2.1.0",
  14278. "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz",
  14279. "integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==",
  14280. "license": "MIT"
  14281. },
  14282. "node_modules/ufo": {
  14283. "version": "1.6.3",
  14284. "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.3.tgz",
  14285. "integrity": "sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==",
  14286. "license": "MIT"
  14287. },
  14288. "node_modules/ultrahtml": {
  14289. "version": "1.6.0",
  14290. "resolved": "https://registry.npmjs.org/ultrahtml/-/ultrahtml-1.6.0.tgz",
  14291. "integrity": "sha512-R9fBn90VTJrqqLDwyMph+HGne8eqY1iPfYhPzZrvKpIfwkWZbcYlfpsb8B9dTvBfpy1/hqAD7Wi8EKfP9e8zdw==",
  14292. "license": "MIT"
  14293. },
  14294. "node_modules/uncrypto": {
  14295. "version": "0.1.3",
  14296. "resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz",
  14297. "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==",
  14298. "license": "MIT"
  14299. },
  14300. "node_modules/unctx": {
  14301. "version": "2.5.0",
  14302. "resolved": "https://registry.npmjs.org/unctx/-/unctx-2.5.0.tgz",
  14303. "integrity": "sha512-p+Rz9x0R7X+CYDkT+Xg8/GhpcShTlU8n+cf9OtOEf7zEQsNcCZO1dPKNRDqvUTaq+P32PMMkxWHwfrxkqfqAYg==",
  14304. "license": "MIT",
  14305. "dependencies": {
  14306. "acorn": "^8.15.0",
  14307. "estree-walker": "^3.0.3",
  14308. "magic-string": "^0.30.21",
  14309. "unplugin": "^2.3.11"
  14310. }
  14311. },
  14312. "node_modules/unctx/node_modules/estree-walker": {
  14313. "version": "3.0.3",
  14314. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  14315. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  14316. "license": "MIT",
  14317. "dependencies": {
  14318. "@types/estree": "^1.0.0"
  14319. }
  14320. },
  14321. "node_modules/unctx/node_modules/unplugin": {
  14322. "version": "2.3.11",
  14323. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-2.3.11.tgz",
  14324. "integrity": "sha512-5uKD0nqiYVzlmCRs01Fhs2BdkEgBS3SAVP6ndrBsuK42iC2+JHyxM05Rm9G8+5mkmRtzMZGY8Ct5+mliZxU/Ww==",
  14325. "license": "MIT",
  14326. "dependencies": {
  14327. "@jridgewell/remapping": "^2.3.5",
  14328. "acorn": "^8.15.0",
  14329. "picomatch": "^4.0.3",
  14330. "webpack-virtual-modules": "^0.6.2"
  14331. },
  14332. "engines": {
  14333. "node": ">=18.12.0"
  14334. }
  14335. },
  14336. "node_modules/undici-types": {
  14337. "version": "7.16.0",
  14338. "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
  14339. "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
  14340. "devOptional": true,
  14341. "license": "MIT"
  14342. },
  14343. "node_modules/unenv": {
  14344. "version": "2.0.0-rc.24",
  14345. "resolved": "https://registry.npmjs.org/unenv/-/unenv-2.0.0-rc.24.tgz",
  14346. "integrity": "sha512-i7qRCmY42zmCwnYlh9H2SvLEypEFGye5iRmEMKjcGi7zk9UquigRjFtTLz0TYqr0ZGLZhaMHl/foy1bZR+Cwlw==",
  14347. "license": "MIT",
  14348. "dependencies": {
  14349. "pathe": "^2.0.3"
  14350. }
  14351. },
  14352. "node_modules/unhead": {
  14353. "version": "2.1.13",
  14354. "resolved": "https://registry.npmjs.org/unhead/-/unhead-2.1.13.tgz",
  14355. "integrity": "sha512-jO9M1sI6b2h/1KpIu4Jeu+ptumLmUKboRRLxys5pYHFeT+lqTzfNHbYUX9bxVDhC1FBszAGuWcUVlmvIPsah8Q==",
  14356. "license": "MIT",
  14357. "dependencies": {
  14358. "hookable": "^6.0.1"
  14359. },
  14360. "funding": {
  14361. "url": "https://github.com/sponsors/harlan-zw"
  14362. }
  14363. },
  14364. "node_modules/unicorn-magic": {
  14365. "version": "0.3.0",
  14366. "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.3.0.tgz",
  14367. "integrity": "sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==",
  14368. "license": "MIT",
  14369. "engines": {
  14370. "node": ">=18"
  14371. },
  14372. "funding": {
  14373. "url": "https://github.com/sponsors/sindresorhus"
  14374. }
  14375. },
  14376. "node_modules/unifont": {
  14377. "version": "0.7.4",
  14378. "resolved": "https://registry.npmjs.org/unifont/-/unifont-0.7.4.tgz",
  14379. "integrity": "sha512-oHeis4/xl42HUIeHuNZRGEvxj5AaIKR+bHPNegRq5LV1gdc3jundpONbjglKpihmJf+dswygdMJn3eftGIMemg==",
  14380. "license": "MIT",
  14381. "dependencies": {
  14382. "css-tree": "^3.1.0",
  14383. "ofetch": "^1.5.1",
  14384. "ohash": "^2.0.11"
  14385. }
  14386. },
  14387. "node_modules/unimport": {
  14388. "version": "5.7.0",
  14389. "resolved": "https://registry.npmjs.org/unimport/-/unimport-5.7.0.tgz",
  14390. "integrity": "sha512-njnL6sp8lEA8QQbZrt+52p/g4X0rw3bnGGmUcJnt1jeG8+iiqO779aGz0PirCtydAIVcuTBRlJ52F0u46z309Q==",
  14391. "license": "MIT",
  14392. "dependencies": {
  14393. "acorn": "^8.16.0",
  14394. "escape-string-regexp": "^5.0.0",
  14395. "estree-walker": "^3.0.3",
  14396. "local-pkg": "^1.1.2",
  14397. "magic-string": "^0.30.21",
  14398. "mlly": "^1.8.0",
  14399. "pathe": "^2.0.3",
  14400. "picomatch": "^4.0.3",
  14401. "pkg-types": "^2.3.0",
  14402. "scule": "^1.3.0",
  14403. "strip-literal": "^3.1.0",
  14404. "tinyglobby": "^0.2.15",
  14405. "unplugin": "^2.3.11",
  14406. "unplugin-utils": "^0.3.1"
  14407. },
  14408. "engines": {
  14409. "node": ">=18.12.0"
  14410. }
  14411. },
  14412. "node_modules/unimport/node_modules/escape-string-regexp": {
  14413. "version": "5.0.0",
  14414. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  14415. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  14416. "license": "MIT",
  14417. "engines": {
  14418. "node": ">=12"
  14419. },
  14420. "funding": {
  14421. "url": "https://github.com/sponsors/sindresorhus"
  14422. }
  14423. },
  14424. "node_modules/unimport/node_modules/estree-walker": {
  14425. "version": "3.0.3",
  14426. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  14427. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  14428. "license": "MIT",
  14429. "dependencies": {
  14430. "@types/estree": "^1.0.0"
  14431. }
  14432. },
  14433. "node_modules/unimport/node_modules/unplugin": {
  14434. "version": "2.3.11",
  14435. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-2.3.11.tgz",
  14436. "integrity": "sha512-5uKD0nqiYVzlmCRs01Fhs2BdkEgBS3SAVP6ndrBsuK42iC2+JHyxM05Rm9G8+5mkmRtzMZGY8Ct5+mliZxU/Ww==",
  14437. "license": "MIT",
  14438. "dependencies": {
  14439. "@jridgewell/remapping": "^2.3.5",
  14440. "acorn": "^8.15.0",
  14441. "picomatch": "^4.0.3",
  14442. "webpack-virtual-modules": "^0.6.2"
  14443. },
  14444. "engines": {
  14445. "node": ">=18.12.0"
  14446. }
  14447. },
  14448. "node_modules/unplugin": {
  14449. "version": "3.0.0",
  14450. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-3.0.0.tgz",
  14451. "integrity": "sha512-0Mqk3AT2TZCXWKdcoaufeXNukv2mTrEZExeXlHIOZXdqYoHHr4n51pymnwV8x2BOVxwXbK2HLlI7usrqMpycdg==",
  14452. "license": "MIT",
  14453. "dependencies": {
  14454. "@jridgewell/remapping": "^2.3.5",
  14455. "picomatch": "^4.0.3",
  14456. "webpack-virtual-modules": "^0.6.2"
  14457. },
  14458. "engines": {
  14459. "node": "^20.19.0 || >=22.12.0"
  14460. }
  14461. },
  14462. "node_modules/unplugin-auto-import": {
  14463. "version": "21.0.0",
  14464. "resolved": "https://registry.npmjs.org/unplugin-auto-import/-/unplugin-auto-import-21.0.0.tgz",
  14465. "integrity": "sha512-vWuC8SwqJmxZFYwPojhOhOXDb5xFhNNcEVb9K/RFkyk/3VnfaOjzitWN7v+8DEKpMjSsY2AEGXNgt6I0yQrhRQ==",
  14466. "license": "MIT",
  14467. "dependencies": {
  14468. "local-pkg": "^1.1.2",
  14469. "magic-string": "^0.30.21",
  14470. "picomatch": "^4.0.3",
  14471. "unimport": "^5.6.0",
  14472. "unplugin": "^2.3.11",
  14473. "unplugin-utils": "^0.3.1"
  14474. },
  14475. "engines": {
  14476. "node": ">=20.19.0"
  14477. },
  14478. "funding": {
  14479. "url": "https://github.com/sponsors/antfu"
  14480. },
  14481. "peerDependencies": {
  14482. "@nuxt/kit": "^4.0.0",
  14483. "@vueuse/core": "*"
  14484. },
  14485. "peerDependenciesMeta": {
  14486. "@nuxt/kit": {
  14487. "optional": true
  14488. },
  14489. "@vueuse/core": {
  14490. "optional": true
  14491. }
  14492. }
  14493. },
  14494. "node_modules/unplugin-auto-import/node_modules/unplugin": {
  14495. "version": "2.3.11",
  14496. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-2.3.11.tgz",
  14497. "integrity": "sha512-5uKD0nqiYVzlmCRs01Fhs2BdkEgBS3SAVP6ndrBsuK42iC2+JHyxM05Rm9G8+5mkmRtzMZGY8Ct5+mliZxU/Ww==",
  14498. "license": "MIT",
  14499. "dependencies": {
  14500. "@jridgewell/remapping": "^2.3.5",
  14501. "acorn": "^8.15.0",
  14502. "picomatch": "^4.0.3",
  14503. "webpack-virtual-modules": "^0.6.2"
  14504. },
  14505. "engines": {
  14506. "node": ">=18.12.0"
  14507. }
  14508. },
  14509. "node_modules/unplugin-utils": {
  14510. "version": "0.3.1",
  14511. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  14512. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  14513. "license": "MIT",
  14514. "dependencies": {
  14515. "pathe": "^2.0.3",
  14516. "picomatch": "^4.0.3"
  14517. },
  14518. "engines": {
  14519. "node": ">=20.19.0"
  14520. },
  14521. "funding": {
  14522. "url": "https://github.com/sponsors/sxzz"
  14523. }
  14524. },
  14525. "node_modules/unplugin-vue-components": {
  14526. "version": "32.0.0",
  14527. "resolved": "https://registry.npmjs.org/unplugin-vue-components/-/unplugin-vue-components-32.0.0.tgz",
  14528. "integrity": "sha512-uLdccgS7mf3pv1bCCP20y/hm+u1eOjAmygVkh+Oa70MPkzgl1eQv1L0CwdHNM3gscO8/GDMGIET98Ja47CBbZg==",
  14529. "license": "MIT",
  14530. "dependencies": {
  14531. "chokidar": "^5.0.0",
  14532. "local-pkg": "^1.1.2",
  14533. "magic-string": "^0.30.21",
  14534. "mlly": "^1.8.2",
  14535. "obug": "^2.1.1",
  14536. "picomatch": "^4.0.3",
  14537. "tinyglobby": "^0.2.15",
  14538. "unplugin": "^3.0.0",
  14539. "unplugin-utils": "^0.3.1"
  14540. },
  14541. "engines": {
  14542. "node": ">=20.19.0"
  14543. },
  14544. "funding": {
  14545. "url": "https://github.com/sponsors/antfu"
  14546. },
  14547. "peerDependencies": {
  14548. "@nuxt/kit": "^3.2.2 || ^4.0.0",
  14549. "vue": "^3.0.0"
  14550. },
  14551. "peerDependenciesMeta": {
  14552. "@nuxt/kit": {
  14553. "optional": true
  14554. }
  14555. }
  14556. },
  14557. "node_modules/unrouting": {
  14558. "version": "0.1.7",
  14559. "resolved": "https://registry.npmjs.org/unrouting/-/unrouting-0.1.7.tgz",
  14560. "integrity": "sha512-+0hfD+CVWtD636rc5Fn9VEjjTEDhdqgMpbwAuVoUmydSHDaMNiFW93SJG4LV++RoGSEAyvQN5uABAscYpDphpQ==",
  14561. "license": "MIT",
  14562. "dependencies": {
  14563. "escape-string-regexp": "^5.0.0",
  14564. "ufo": "^1.6.3"
  14565. }
  14566. },
  14567. "node_modules/unrouting/node_modules/escape-string-regexp": {
  14568. "version": "5.0.0",
  14569. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  14570. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  14571. "license": "MIT",
  14572. "engines": {
  14573. "node": ">=12"
  14574. },
  14575. "funding": {
  14576. "url": "https://github.com/sponsors/sindresorhus"
  14577. }
  14578. },
  14579. "node_modules/unrs-resolver": {
  14580. "version": "1.11.1",
  14581. "resolved": "https://registry.npmjs.org/unrs-resolver/-/unrs-resolver-1.11.1.tgz",
  14582. "integrity": "sha512-bSjt9pjaEBnNiGgc9rUiHGKv5l4/TGzDmYw3RhnkJGtLhbnnA/5qJj7x3dNDCRx/PJxu774LlH8lCOlB4hEfKg==",
  14583. "hasInstallScript": true,
  14584. "license": "MIT",
  14585. "dependencies": {
  14586. "napi-postinstall": "^0.3.0"
  14587. },
  14588. "funding": {
  14589. "url": "https://opencollective.com/unrs-resolver"
  14590. },
  14591. "optionalDependencies": {
  14592. "@unrs/resolver-binding-android-arm-eabi": "1.11.1",
  14593. "@unrs/resolver-binding-android-arm64": "1.11.1",
  14594. "@unrs/resolver-binding-darwin-arm64": "1.11.1",
  14595. "@unrs/resolver-binding-darwin-x64": "1.11.1",
  14596. "@unrs/resolver-binding-freebsd-x64": "1.11.1",
  14597. "@unrs/resolver-binding-linux-arm-gnueabihf": "1.11.1",
  14598. "@unrs/resolver-binding-linux-arm-musleabihf": "1.11.1",
  14599. "@unrs/resolver-binding-linux-arm64-gnu": "1.11.1",
  14600. "@unrs/resolver-binding-linux-arm64-musl": "1.11.1",
  14601. "@unrs/resolver-binding-linux-ppc64-gnu": "1.11.1",
  14602. "@unrs/resolver-binding-linux-riscv64-gnu": "1.11.1",
  14603. "@unrs/resolver-binding-linux-riscv64-musl": "1.11.1",
  14604. "@unrs/resolver-binding-linux-s390x-gnu": "1.11.1",
  14605. "@unrs/resolver-binding-linux-x64-gnu": "1.11.1",
  14606. "@unrs/resolver-binding-linux-x64-musl": "1.11.1",
  14607. "@unrs/resolver-binding-wasm32-wasi": "1.11.1",
  14608. "@unrs/resolver-binding-win32-arm64-msvc": "1.11.1",
  14609. "@unrs/resolver-binding-win32-ia32-msvc": "1.11.1",
  14610. "@unrs/resolver-binding-win32-x64-msvc": "1.11.1"
  14611. }
  14612. },
  14613. "node_modules/unstorage": {
  14614. "version": "1.17.5",
  14615. "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.17.5.tgz",
  14616. "integrity": "sha512-0i3iqvRfx29hkNntHyQvJTpf5W9dQ9ZadSoRU8+xVlhVtT7jAX57fazYO9EHvcRCfBCyi5YRya7XCDOsbTgkPg==",
  14617. "license": "MIT",
  14618. "dependencies": {
  14619. "anymatch": "^3.1.3",
  14620. "chokidar": "^5.0.0",
  14621. "destr": "^2.0.5",
  14622. "h3": "^1.15.10",
  14623. "lru-cache": "^11.2.7",
  14624. "node-fetch-native": "^1.6.7",
  14625. "ofetch": "^1.5.1",
  14626. "ufo": "^1.6.3"
  14627. },
  14628. "peerDependencies": {
  14629. "@azure/app-configuration": "^1.8.0",
  14630. "@azure/cosmos": "^4.2.0",
  14631. "@azure/data-tables": "^13.3.0",
  14632. "@azure/identity": "^4.6.0",
  14633. "@azure/keyvault-secrets": "^4.9.0",
  14634. "@azure/storage-blob": "^12.26.0",
  14635. "@capacitor/preferences": "^6 || ^7 || ^8",
  14636. "@deno/kv": ">=0.9.0",
  14637. "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0",
  14638. "@planetscale/database": "^1.19.0",
  14639. "@upstash/redis": "^1.34.3",
  14640. "@vercel/blob": ">=0.27.1",
  14641. "@vercel/functions": "^2.2.12 || ^3.0.0",
  14642. "@vercel/kv": "^1 || ^2 || ^3",
  14643. "aws4fetch": "^1.0.20",
  14644. "db0": ">=0.2.1",
  14645. "idb-keyval": "^6.2.1",
  14646. "ioredis": "^5.4.2",
  14647. "uploadthing": "^7.4.4"
  14648. },
  14649. "peerDependenciesMeta": {
  14650. "@azure/app-configuration": {
  14651. "optional": true
  14652. },
  14653. "@azure/cosmos": {
  14654. "optional": true
  14655. },
  14656. "@azure/data-tables": {
  14657. "optional": true
  14658. },
  14659. "@azure/identity": {
  14660. "optional": true
  14661. },
  14662. "@azure/keyvault-secrets": {
  14663. "optional": true
  14664. },
  14665. "@azure/storage-blob": {
  14666. "optional": true
  14667. },
  14668. "@capacitor/preferences": {
  14669. "optional": true
  14670. },
  14671. "@deno/kv": {
  14672. "optional": true
  14673. },
  14674. "@netlify/blobs": {
  14675. "optional": true
  14676. },
  14677. "@planetscale/database": {
  14678. "optional": true
  14679. },
  14680. "@upstash/redis": {
  14681. "optional": true
  14682. },
  14683. "@vercel/blob": {
  14684. "optional": true
  14685. },
  14686. "@vercel/functions": {
  14687. "optional": true
  14688. },
  14689. "@vercel/kv": {
  14690. "optional": true
  14691. },
  14692. "aws4fetch": {
  14693. "optional": true
  14694. },
  14695. "db0": {
  14696. "optional": true
  14697. },
  14698. "idb-keyval": {
  14699. "optional": true
  14700. },
  14701. "ioredis": {
  14702. "optional": true
  14703. },
  14704. "uploadthing": {
  14705. "optional": true
  14706. }
  14707. }
  14708. },
  14709. "node_modules/unstorage/node_modules/lru-cache": {
  14710. "version": "11.3.5",
  14711. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.5.tgz",
  14712. "integrity": "sha512-NxVFwLAnrd9i7KUBxC4DrUhmgjzOs+1Qm50D3oF1/oL+r1NpZ4gA7xvG0/zJ8evR7zIKn4vLf7qTNduWFtCrRw==",
  14713. "license": "BlueOak-1.0.0",
  14714. "engines": {
  14715. "node": "20 || >=22"
  14716. }
  14717. },
  14718. "node_modules/untun": {
  14719. "version": "0.1.3",
  14720. "resolved": "https://registry.npmjs.org/untun/-/untun-0.1.3.tgz",
  14721. "integrity": "sha512-4luGP9LMYszMRZwsvyUd9MrxgEGZdZuZgpVQHEEX0lCYFESasVRvZd0EYpCkOIbJKHMuv0LskpXc/8Un+MJzEQ==",
  14722. "license": "MIT",
  14723. "dependencies": {
  14724. "citty": "^0.1.5",
  14725. "consola": "^3.2.3",
  14726. "pathe": "^1.1.1"
  14727. },
  14728. "bin": {
  14729. "untun": "bin/untun.mjs"
  14730. }
  14731. },
  14732. "node_modules/untun/node_modules/pathe": {
  14733. "version": "1.1.2",
  14734. "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz",
  14735. "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==",
  14736. "license": "MIT"
  14737. },
  14738. "node_modules/untyped": {
  14739. "version": "2.0.0",
  14740. "resolved": "https://registry.npmjs.org/untyped/-/untyped-2.0.0.tgz",
  14741. "integrity": "sha512-nwNCjxJTjNuLCgFr42fEak5OcLuB3ecca+9ksPFNvtfYSLpjf+iJqSIaSnIile6ZPbKYxI5k2AfXqeopGudK/g==",
  14742. "license": "MIT",
  14743. "dependencies": {
  14744. "citty": "^0.1.6",
  14745. "defu": "^6.1.4",
  14746. "jiti": "^2.4.2",
  14747. "knitwork": "^1.2.0",
  14748. "scule": "^1.3.0"
  14749. },
  14750. "bin": {
  14751. "untyped": "dist/cli.mjs"
  14752. }
  14753. },
  14754. "node_modules/unwasm": {
  14755. "version": "0.5.3",
  14756. "resolved": "https://registry.npmjs.org/unwasm/-/unwasm-0.5.3.tgz",
  14757. "integrity": "sha512-keBgTSfp3r6+s9ZcSma+0chwxQdmLbB5+dAD9vjtB21UTMYuKAxHXCU1K2CbCtnP09EaWeRvACnXk0EJtUx+hw==",
  14758. "license": "MIT",
  14759. "dependencies": {
  14760. "exsolve": "^1.0.8",
  14761. "knitwork": "^1.3.0",
  14762. "magic-string": "^0.30.21",
  14763. "mlly": "^1.8.0",
  14764. "pathe": "^2.0.3",
  14765. "pkg-types": "^2.3.0"
  14766. }
  14767. },
  14768. "node_modules/update-browserslist-db": {
  14769. "version": "1.2.3",
  14770. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
  14771. "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
  14772. "funding": [
  14773. {
  14774. "type": "opencollective",
  14775. "url": "https://opencollective.com/browserslist"
  14776. },
  14777. {
  14778. "type": "tidelift",
  14779. "url": "https://tidelift.com/funding/github/npm/browserslist"
  14780. },
  14781. {
  14782. "type": "github",
  14783. "url": "https://github.com/sponsors/ai"
  14784. }
  14785. ],
  14786. "license": "MIT",
  14787. "dependencies": {
  14788. "escalade": "^3.2.0",
  14789. "picocolors": "^1.1.1"
  14790. },
  14791. "bin": {
  14792. "update-browserslist-db": "cli.js"
  14793. },
  14794. "peerDependencies": {
  14795. "browserslist": ">= 4.21.0"
  14796. }
  14797. },
  14798. "node_modules/uqr": {
  14799. "version": "0.1.3",
  14800. "resolved": "https://registry.npmjs.org/uqr/-/uqr-0.1.3.tgz",
  14801. "integrity": "sha512-0rjE8iEJe4YmT9TOhwsZtqCMRLc5DXZUI2UEYUUg63ikBkqqE5EYWaI0etFe/5KUcmcYwLih2RND1kq+hrUJXA==",
  14802. "license": "MIT"
  14803. },
  14804. "node_modules/uri-js": {
  14805. "version": "4.4.1",
  14806. "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
  14807. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  14808. "license": "BSD-2-Clause",
  14809. "dependencies": {
  14810. "punycode": "^2.1.0"
  14811. }
  14812. },
  14813. "node_modules/util-deprecate": {
  14814. "version": "1.0.2",
  14815. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  14816. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  14817. "license": "MIT"
  14818. },
  14819. "node_modules/vaul-vue": {
  14820. "version": "0.4.1",
  14821. "resolved": "https://registry.npmjs.org/vaul-vue/-/vaul-vue-0.4.1.tgz",
  14822. "integrity": "sha512-A6jOWOZX5yvyo1qMn7IveoWN91mJI5L3BUKsIwkg6qrTGgHs1Sb1JF/vyLJgnbN1rH4OOOxFbtqL9A46bOyGUQ==",
  14823. "dependencies": {
  14824. "@vueuse/core": "^10.8.0",
  14825. "reka-ui": "^2.0.0",
  14826. "vue": "^3.4.5"
  14827. },
  14828. "peerDependencies": {
  14829. "reka-ui": "^2.0.0",
  14830. "vue": "^3.3.0"
  14831. }
  14832. },
  14833. "node_modules/vaul-vue/node_modules/@types/web-bluetooth": {
  14834. "version": "0.0.20",
  14835. "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz",
  14836. "integrity": "sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==",
  14837. "license": "MIT"
  14838. },
  14839. "node_modules/vaul-vue/node_modules/@vueuse/core": {
  14840. "version": "10.11.1",
  14841. "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-10.11.1.tgz",
  14842. "integrity": "sha512-guoy26JQktXPcz+0n3GukWIy/JDNKti9v6VEMu6kV2sYBsWuGiTU8OWdg+ADfUbHg3/3DlqySDe7JmdHrktiww==",
  14843. "license": "MIT",
  14844. "dependencies": {
  14845. "@types/web-bluetooth": "^0.0.20",
  14846. "@vueuse/metadata": "10.11.1",
  14847. "@vueuse/shared": "10.11.1",
  14848. "vue-demi": ">=0.14.8"
  14849. },
  14850. "funding": {
  14851. "url": "https://github.com/sponsors/antfu"
  14852. }
  14853. },
  14854. "node_modules/vaul-vue/node_modules/@vueuse/core/node_modules/vue-demi": {
  14855. "version": "0.14.10",
  14856. "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
  14857. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  14858. "hasInstallScript": true,
  14859. "license": "MIT",
  14860. "bin": {
  14861. "vue-demi-fix": "bin/vue-demi-fix.js",
  14862. "vue-demi-switch": "bin/vue-demi-switch.js"
  14863. },
  14864. "engines": {
  14865. "node": ">=12"
  14866. },
  14867. "funding": {
  14868. "url": "https://github.com/sponsors/antfu"
  14869. },
  14870. "peerDependencies": {
  14871. "@vue/composition-api": "^1.0.0-rc.1",
  14872. "vue": "^3.0.0-0 || ^2.6.0"
  14873. },
  14874. "peerDependenciesMeta": {
  14875. "@vue/composition-api": {
  14876. "optional": true
  14877. }
  14878. }
  14879. },
  14880. "node_modules/vaul-vue/node_modules/@vueuse/metadata": {
  14881. "version": "10.11.1",
  14882. "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-10.11.1.tgz",
  14883. "integrity": "sha512-IGa5FXd003Ug1qAZmyE8wF3sJ81xGLSqTqtQ6jaVfkeZ4i5kS2mwQF61yhVqojRnenVew5PldLyRgvdl4YYuSw==",
  14884. "license": "MIT",
  14885. "funding": {
  14886. "url": "https://github.com/sponsors/antfu"
  14887. }
  14888. },
  14889. "node_modules/vaul-vue/node_modules/@vueuse/shared": {
  14890. "version": "10.11.1",
  14891. "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-10.11.1.tgz",
  14892. "integrity": "sha512-LHpC8711VFZlDaYUXEBbFBCQ7GS3dVU9mjOhhMhXP6txTV4EhYQg/KGnQuvt/sPAtoUKq7VVUnL6mVtFoL42sA==",
  14893. "license": "MIT",
  14894. "dependencies": {
  14895. "vue-demi": ">=0.14.8"
  14896. },
  14897. "funding": {
  14898. "url": "https://github.com/sponsors/antfu"
  14899. }
  14900. },
  14901. "node_modules/vaul-vue/node_modules/@vueuse/shared/node_modules/vue-demi": {
  14902. "version": "0.14.10",
  14903. "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
  14904. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  14905. "hasInstallScript": true,
  14906. "license": "MIT",
  14907. "bin": {
  14908. "vue-demi-fix": "bin/vue-demi-fix.js",
  14909. "vue-demi-switch": "bin/vue-demi-switch.js"
  14910. },
  14911. "engines": {
  14912. "node": ">=12"
  14913. },
  14914. "funding": {
  14915. "url": "https://github.com/sponsors/antfu"
  14916. },
  14917. "peerDependencies": {
  14918. "@vue/composition-api": "^1.0.0-rc.1",
  14919. "vue": "^3.0.0-0 || ^2.6.0"
  14920. },
  14921. "peerDependenciesMeta": {
  14922. "@vue/composition-api": {
  14923. "optional": true
  14924. }
  14925. }
  14926. },
  14927. "node_modules/vite": {
  14928. "version": "7.3.2",
  14929. "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.2.tgz",
  14930. "integrity": "sha512-Bby3NOsna2jsjfLVOHKes8sGwgl4TT0E6vvpYgnAYDIF/tie7MRaFthmKuHx1NSXjiTueXH3do80FMQgvEktRg==",
  14931. "license": "MIT",
  14932. "dependencies": {
  14933. "esbuild": "^0.27.0",
  14934. "fdir": "^6.5.0",
  14935. "picomatch": "^4.0.3",
  14936. "postcss": "^8.5.6",
  14937. "rollup": "^4.43.0",
  14938. "tinyglobby": "^0.2.15"
  14939. },
  14940. "bin": {
  14941. "vite": "bin/vite.js"
  14942. },
  14943. "engines": {
  14944. "node": "^20.19.0 || >=22.12.0"
  14945. },
  14946. "funding": {
  14947. "url": "https://github.com/vitejs/vite?sponsor=1"
  14948. },
  14949. "optionalDependencies": {
  14950. "fsevents": "~2.3.3"
  14951. },
  14952. "peerDependencies": {
  14953. "@types/node": "^20.19.0 || >=22.12.0",
  14954. "jiti": ">=1.21.0",
  14955. "less": "^4.0.0",
  14956. "lightningcss": "^1.21.0",
  14957. "sass": "^1.70.0",
  14958. "sass-embedded": "^1.70.0",
  14959. "stylus": ">=0.54.8",
  14960. "sugarss": "^5.0.0",
  14961. "terser": "^5.16.0",
  14962. "tsx": "^4.8.1",
  14963. "yaml": "^2.4.2"
  14964. },
  14965. "peerDependenciesMeta": {
  14966. "@types/node": {
  14967. "optional": true
  14968. },
  14969. "jiti": {
  14970. "optional": true
  14971. },
  14972. "less": {
  14973. "optional": true
  14974. },
  14975. "lightningcss": {
  14976. "optional": true
  14977. },
  14978. "sass": {
  14979. "optional": true
  14980. },
  14981. "sass-embedded": {
  14982. "optional": true
  14983. },
  14984. "stylus": {
  14985. "optional": true
  14986. },
  14987. "sugarss": {
  14988. "optional": true
  14989. },
  14990. "terser": {
  14991. "optional": true
  14992. },
  14993. "tsx": {
  14994. "optional": true
  14995. },
  14996. "yaml": {
  14997. "optional": true
  14998. }
  14999. }
  15000. },
  15001. "node_modules/vite-dev-rpc": {
  15002. "version": "1.1.0",
  15003. "resolved": "https://registry.npmjs.org/vite-dev-rpc/-/vite-dev-rpc-1.1.0.tgz",
  15004. "integrity": "sha512-pKXZlgoXGoE8sEKiKJSng4hI1sQ4wi5YT24FCrwrLt6opmkjlqPPVmiPWWJn8M8byMxRGzp1CrFuqQs4M/Z39A==",
  15005. "license": "MIT",
  15006. "dependencies": {
  15007. "birpc": "^2.4.0",
  15008. "vite-hot-client": "^2.1.0"
  15009. },
  15010. "funding": {
  15011. "url": "https://github.com/sponsors/antfu"
  15012. },
  15013. "peerDependencies": {
  15014. "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.1 || ^7.0.0-0"
  15015. }
  15016. },
  15017. "node_modules/vite-dev-rpc/node_modules/birpc": {
  15018. "version": "2.9.0",
  15019. "resolved": "https://registry.npmjs.org/birpc/-/birpc-2.9.0.tgz",
  15020. "integrity": "sha512-KrayHS5pBi69Xi9JmvoqrIgYGDkD6mcSe/i6YKi3w5kekCLzrX4+nawcXqrj2tIp50Kw/mT/s3p+GVK0A0sKxw==",
  15021. "license": "MIT",
  15022. "funding": {
  15023. "url": "https://github.com/sponsors/antfu"
  15024. }
  15025. },
  15026. "node_modules/vite-hot-client": {
  15027. "version": "2.1.0",
  15028. "resolved": "https://registry.npmjs.org/vite-hot-client/-/vite-hot-client-2.1.0.tgz",
  15029. "integrity": "sha512-7SpgZmU7R+dDnSmvXE1mfDtnHLHQSisdySVR7lO8ceAXvM0otZeuQQ6C8LrS5d/aYyP/QZ0hI0L+dIPrm4YlFQ==",
  15030. "license": "MIT",
  15031. "funding": {
  15032. "url": "https://github.com/sponsors/antfu"
  15033. },
  15034. "peerDependencies": {
  15035. "vite": "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0"
  15036. }
  15037. },
  15038. "node_modules/vite-node": {
  15039. "version": "5.3.0",
  15040. "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-5.3.0.tgz",
  15041. "integrity": "sha512-8f20COPYJujc3OKPX6OuyBy3ZIv2det4eRRU4GY1y2MjbeGSUmPjedxg1b72KnTagCofwvZ65ThzjxDW2AtQFQ==",
  15042. "license": "MIT",
  15043. "dependencies": {
  15044. "cac": "^6.7.14",
  15045. "es-module-lexer": "^2.0.0",
  15046. "obug": "^2.1.1",
  15047. "pathe": "^2.0.3",
  15048. "vite": "^7.3.1"
  15049. },
  15050. "bin": {
  15051. "vite-node": "dist/cli.mjs"
  15052. },
  15053. "engines": {
  15054. "node": "^20.19.0 || >=22.12.0"
  15055. },
  15056. "funding": {
  15057. "url": "https://opencollective.com/antfu"
  15058. }
  15059. },
  15060. "node_modules/vite-node/node_modules/cac": {
  15061. "version": "6.7.14",
  15062. "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz",
  15063. "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==",
  15064. "license": "MIT",
  15065. "engines": {
  15066. "node": ">=8"
  15067. }
  15068. },
  15069. "node_modules/vite-plugin-checker": {
  15070. "version": "0.12.0",
  15071. "resolved": "https://registry.npmjs.org/vite-plugin-checker/-/vite-plugin-checker-0.12.0.tgz",
  15072. "integrity": "sha512-CmdZdDOGss7kdQwv73UyVgLPv0FVYe5czAgnmRX2oKljgEvSrODGuClaV3PDR2+3ou7N/OKGauDDBjy2MB07Rg==",
  15073. "license": "MIT",
  15074. "dependencies": {
  15075. "@babel/code-frame": "^7.27.1",
  15076. "chokidar": "^4.0.3",
  15077. "npm-run-path": "^6.0.0",
  15078. "picocolors": "^1.1.1",
  15079. "picomatch": "^4.0.3",
  15080. "tiny-invariant": "^1.3.3",
  15081. "tinyglobby": "^0.2.15",
  15082. "vscode-uri": "^3.1.0"
  15083. },
  15084. "engines": {
  15085. "node": ">=16.11"
  15086. },
  15087. "peerDependencies": {
  15088. "@biomejs/biome": ">=1.7",
  15089. "eslint": ">=9.39.1",
  15090. "meow": "^13.2.0",
  15091. "optionator": "^0.9.4",
  15092. "oxlint": ">=1",
  15093. "stylelint": ">=16",
  15094. "typescript": "*",
  15095. "vite": ">=5.4.21",
  15096. "vls": "*",
  15097. "vti": "*",
  15098. "vue-tsc": "~2.2.10 || ^3.0.0"
  15099. },
  15100. "peerDependenciesMeta": {
  15101. "@biomejs/biome": {
  15102. "optional": true
  15103. },
  15104. "eslint": {
  15105. "optional": true
  15106. },
  15107. "meow": {
  15108. "optional": true
  15109. },
  15110. "optionator": {
  15111. "optional": true
  15112. },
  15113. "oxlint": {
  15114. "optional": true
  15115. },
  15116. "stylelint": {
  15117. "optional": true
  15118. },
  15119. "typescript": {
  15120. "optional": true
  15121. },
  15122. "vls": {
  15123. "optional": true
  15124. },
  15125. "vti": {
  15126. "optional": true
  15127. },
  15128. "vue-tsc": {
  15129. "optional": true
  15130. }
  15131. }
  15132. },
  15133. "node_modules/vite-plugin-checker/node_modules/chokidar": {
  15134. "version": "4.0.3",
  15135. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
  15136. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  15137. "license": "MIT",
  15138. "dependencies": {
  15139. "readdirp": "^4.0.1"
  15140. },
  15141. "engines": {
  15142. "node": ">= 14.16.0"
  15143. },
  15144. "funding": {
  15145. "url": "https://paulmillr.com/funding/"
  15146. }
  15147. },
  15148. "node_modules/vite-plugin-checker/node_modules/npm-run-path": {
  15149. "version": "6.0.0",
  15150. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-6.0.0.tgz",
  15151. "integrity": "sha512-9qny7Z9DsQU8Ou39ERsPU4OZQlSTP47ShQzuKZ6PRXpYLtIFgl/DEBYEXKlvcEa+9tHVcK8CF81Y2V72qaZhWA==",
  15152. "license": "MIT",
  15153. "dependencies": {
  15154. "path-key": "^4.0.0",
  15155. "unicorn-magic": "^0.3.0"
  15156. },
  15157. "engines": {
  15158. "node": ">=18"
  15159. },
  15160. "funding": {
  15161. "url": "https://github.com/sponsors/sindresorhus"
  15162. }
  15163. },
  15164. "node_modules/vite-plugin-checker/node_modules/path-key": {
  15165. "version": "4.0.0",
  15166. "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz",
  15167. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  15168. "license": "MIT",
  15169. "engines": {
  15170. "node": ">=12"
  15171. },
  15172. "funding": {
  15173. "url": "https://github.com/sponsors/sindresorhus"
  15174. }
  15175. },
  15176. "node_modules/vite-plugin-checker/node_modules/readdirp": {
  15177. "version": "4.1.2",
  15178. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
  15179. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  15180. "license": "MIT",
  15181. "engines": {
  15182. "node": ">= 14.18.0"
  15183. },
  15184. "funding": {
  15185. "type": "individual",
  15186. "url": "https://paulmillr.com/funding/"
  15187. }
  15188. },
  15189. "node_modules/vite-plugin-inspect": {
  15190. "version": "11.3.3",
  15191. "resolved": "https://registry.npmjs.org/vite-plugin-inspect/-/vite-plugin-inspect-11.3.3.tgz",
  15192. "integrity": "sha512-u2eV5La99oHoYPHE6UvbwgEqKKOQGz86wMg40CCosP6q8BkB6e5xPneZfYagK4ojPJSj5anHCrnvC20DpwVdRA==",
  15193. "license": "MIT",
  15194. "dependencies": {
  15195. "ansis": "^4.1.0",
  15196. "debug": "^4.4.1",
  15197. "error-stack-parser-es": "^1.0.5",
  15198. "ohash": "^2.0.11",
  15199. "open": "^10.2.0",
  15200. "perfect-debounce": "^2.0.0",
  15201. "sirv": "^3.0.1",
  15202. "unplugin-utils": "^0.3.0",
  15203. "vite-dev-rpc": "^1.1.0"
  15204. },
  15205. "engines": {
  15206. "node": ">=14"
  15207. },
  15208. "funding": {
  15209. "url": "https://github.com/sponsors/antfu"
  15210. },
  15211. "peerDependencies": {
  15212. "vite": "^6.0.0 || ^7.0.0-0"
  15213. },
  15214. "peerDependenciesMeta": {
  15215. "@nuxt/kit": {
  15216. "optional": true
  15217. }
  15218. }
  15219. },
  15220. "node_modules/vite-plugin-inspect/node_modules/open": {
  15221. "version": "10.2.0",
  15222. "resolved": "https://registry.npmjs.org/open/-/open-10.2.0.tgz",
  15223. "integrity": "sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==",
  15224. "license": "MIT",
  15225. "dependencies": {
  15226. "default-browser": "^5.2.1",
  15227. "define-lazy-prop": "^3.0.0",
  15228. "is-inside-container": "^1.0.0",
  15229. "wsl-utils": "^0.1.0"
  15230. },
  15231. "engines": {
  15232. "node": ">=18"
  15233. },
  15234. "funding": {
  15235. "url": "https://github.com/sponsors/sindresorhus"
  15236. }
  15237. },
  15238. "node_modules/vite-plugin-inspect/node_modules/wsl-utils": {
  15239. "version": "0.1.0",
  15240. "resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.1.0.tgz",
  15241. "integrity": "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==",
  15242. "license": "MIT",
  15243. "dependencies": {
  15244. "is-wsl": "^3.1.0"
  15245. },
  15246. "engines": {
  15247. "node": ">=18"
  15248. },
  15249. "funding": {
  15250. "url": "https://github.com/sponsors/sindresorhus"
  15251. }
  15252. },
  15253. "node_modules/vite-plugin-vue-tracer": {
  15254. "version": "1.3.0",
  15255. "resolved": "https://registry.npmjs.org/vite-plugin-vue-tracer/-/vite-plugin-vue-tracer-1.3.0.tgz",
  15256. "integrity": "sha512-Cgfce6VikzOw5MUJTpeg50s5rRjzU1Vr61ZjuHunVVHLjZZ5AUlgyExHthZ3r59vtoz9W2rDt23FYG81avYBKw==",
  15257. "license": "MIT",
  15258. "dependencies": {
  15259. "estree-walker": "^3.0.3",
  15260. "exsolve": "^1.0.8",
  15261. "magic-string": "^0.30.21",
  15262. "pathe": "^2.0.3",
  15263. "source-map-js": "^1.2.1"
  15264. },
  15265. "funding": {
  15266. "url": "https://github.com/sponsors/antfu"
  15267. },
  15268. "peerDependencies": {
  15269. "vite": "^6.0.0 || ^7.0.0",
  15270. "vue": "^3.5.0"
  15271. }
  15272. },
  15273. "node_modules/vite-plugin-vue-tracer/node_modules/estree-walker": {
  15274. "version": "3.0.3",
  15275. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  15276. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  15277. "license": "MIT",
  15278. "dependencies": {
  15279. "@types/estree": "^1.0.0"
  15280. }
  15281. },
  15282. "node_modules/vscode-uri": {
  15283. "version": "3.1.0",
  15284. "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.1.0.tgz",
  15285. "integrity": "sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==",
  15286. "license": "MIT"
  15287. },
  15288. "node_modules/vue": {
  15289. "version": "3.5.32",
  15290. "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.32.tgz",
  15291. "integrity": "sha512-vM4z4Q9tTafVfMAK7IVzmxg34rSzTFMyIe0UUEijUCkn9+23lj0WRfA83dg7eQZIUlgOSGrkViIaCfqSAUXsMw==",
  15292. "license": "MIT",
  15293. "dependencies": {
  15294. "@vue/compiler-dom": "3.5.32",
  15295. "@vue/compiler-sfc": "3.5.32",
  15296. "@vue/runtime-dom": "3.5.32",
  15297. "@vue/server-renderer": "3.5.32",
  15298. "@vue/shared": "3.5.32"
  15299. },
  15300. "peerDependencies": {
  15301. "typescript": "*"
  15302. },
  15303. "peerDependenciesMeta": {
  15304. "typescript": {
  15305. "optional": true
  15306. }
  15307. }
  15308. },
  15309. "node_modules/vue-bundle-renderer": {
  15310. "version": "2.2.0",
  15311. "resolved": "https://registry.npmjs.org/vue-bundle-renderer/-/vue-bundle-renderer-2.2.0.tgz",
  15312. "integrity": "sha512-sz/0WEdYH1KfaOm0XaBmRZOWgYTEvUDt6yPYaUzl4E52qzgWLlknaPPTTZmp6benaPTlQAI/hN1x3tAzZygycg==",
  15313. "license": "MIT",
  15314. "dependencies": {
  15315. "ufo": "^1.6.1"
  15316. }
  15317. },
  15318. "node_modules/vue-component-type-helpers": {
  15319. "version": "3.2.6",
  15320. "resolved": "https://registry.npmjs.org/vue-component-type-helpers/-/vue-component-type-helpers-3.2.6.tgz",
  15321. "integrity": "sha512-O02tnvIfOQVmnvoWwuSydwRoHjZVt8UEBR+2p4rT35p8GAy5VTlWP8o5qXfJR/GWCN0nVZoYWsVUvx2jwgdBmQ==",
  15322. "license": "MIT"
  15323. },
  15324. "node_modules/vue-devtools-stub": {
  15325. "version": "0.1.0",
  15326. "resolved": "https://registry.npmjs.org/vue-devtools-stub/-/vue-devtools-stub-0.1.0.tgz",
  15327. "integrity": "sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ==",
  15328. "license": "MIT"
  15329. },
  15330. "node_modules/vue-eslint-parser": {
  15331. "version": "10.4.0",
  15332. "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-10.4.0.tgz",
  15333. "integrity": "sha512-Vxi9pJdbN3ZnVGLODVtZ7y4Y2kzAAE2Cm0CZ3ZDRvydVYxZ6VrnBhLikBsRS+dpwj4Jv4UCv21PTEwF5rQ9WXg==",
  15334. "license": "MIT",
  15335. "dependencies": {
  15336. "debug": "^4.4.0",
  15337. "eslint-scope": "^8.2.0 || ^9.0.0",
  15338. "eslint-visitor-keys": "^4.2.0 || ^5.0.0",
  15339. "espree": "^10.3.0 || ^11.0.0",
  15340. "esquery": "^1.6.0",
  15341. "semver": "^7.6.3"
  15342. },
  15343. "engines": {
  15344. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  15345. },
  15346. "funding": {
  15347. "url": "https://github.com/sponsors/mysticatea"
  15348. },
  15349. "peerDependencies": {
  15350. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0"
  15351. }
  15352. },
  15353. "node_modules/vue-router": {
  15354. "version": "4.6.4",
  15355. "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.6.4.tgz",
  15356. "integrity": "sha512-Hz9q5sa33Yhduglwz6g9skT8OBPii+4bFn88w6J+J4MfEo4KRRpmiNG/hHHkdbRFlLBOqxN8y8gf2Fb0MTUgVg==",
  15357. "license": "MIT",
  15358. "dependencies": {
  15359. "@vue/devtools-api": "^6.6.4"
  15360. },
  15361. "funding": {
  15362. "url": "https://github.com/sponsors/posva"
  15363. },
  15364. "peerDependencies": {
  15365. "vue": "^3.5.0"
  15366. }
  15367. },
  15368. "node_modules/w3c-keyname": {
  15369. "version": "2.2.8",
  15370. "resolved": "https://registry.npmjs.org/w3c-keyname/-/w3c-keyname-2.2.8.tgz",
  15371. "integrity": "sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==",
  15372. "license": "MIT"
  15373. },
  15374. "node_modules/webidl-conversions": {
  15375. "version": "3.0.1",
  15376. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
  15377. "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
  15378. "license": "BSD-2-Clause"
  15379. },
  15380. "node_modules/webpack-virtual-modules": {
  15381. "version": "0.6.2",
  15382. "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  15383. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
  15384. "license": "MIT"
  15385. },
  15386. "node_modules/whatwg-url": {
  15387. "version": "5.0.0",
  15388. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
  15389. "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
  15390. "license": "MIT",
  15391. "dependencies": {
  15392. "tr46": "~0.0.3",
  15393. "webidl-conversions": "^3.0.0"
  15394. }
  15395. },
  15396. "node_modules/wheel-gestures": {
  15397. "version": "2.2.48",
  15398. "resolved": "https://registry.npmjs.org/wheel-gestures/-/wheel-gestures-2.2.48.tgz",
  15399. "integrity": "sha512-f+Gy33Oa5Z14XY9679Zze+7VFhbsQfBFXodnU2x589l4kxGM9L5Y8zETTmcMR5pWOPQyRv4Z0lNax6xCO0NSlA==",
  15400. "license": "MIT",
  15401. "engines": {
  15402. "node": ">=18"
  15403. }
  15404. },
  15405. "node_modules/which": {
  15406. "version": "2.0.2",
  15407. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  15408. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  15409. "license": "ISC",
  15410. "dependencies": {
  15411. "isexe": "^2.0.0"
  15412. },
  15413. "bin": {
  15414. "node-which": "bin/node-which"
  15415. },
  15416. "engines": {
  15417. "node": ">= 8"
  15418. }
  15419. },
  15420. "node_modules/word-wrap": {
  15421. "version": "1.2.5",
  15422. "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
  15423. "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
  15424. "license": "MIT",
  15425. "engines": {
  15426. "node": ">=0.10.0"
  15427. }
  15428. },
  15429. "node_modules/wrap-ansi": {
  15430. "version": "9.0.2",
  15431. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
  15432. "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
  15433. "license": "MIT",
  15434. "dependencies": {
  15435. "ansi-styles": "^6.2.1",
  15436. "string-width": "^7.0.0",
  15437. "strip-ansi": "^7.1.0"
  15438. },
  15439. "engines": {
  15440. "node": ">=18"
  15441. },
  15442. "funding": {
  15443. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  15444. }
  15445. },
  15446. "node_modules/wrap-ansi-cjs": {
  15447. "name": "wrap-ansi",
  15448. "version": "7.0.0",
  15449. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  15450. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  15451. "license": "MIT",
  15452. "dependencies": {
  15453. "ansi-styles": "^4.0.0",
  15454. "string-width": "^4.1.0",
  15455. "strip-ansi": "^6.0.0"
  15456. },
  15457. "engines": {
  15458. "node": ">=10"
  15459. },
  15460. "funding": {
  15461. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  15462. }
  15463. },
  15464. "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
  15465. "version": "5.0.1",
  15466. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  15467. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  15468. "license": "MIT",
  15469. "engines": {
  15470. "node": ">=8"
  15471. }
  15472. },
  15473. "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
  15474. "version": "8.0.0",
  15475. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  15476. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  15477. "license": "MIT"
  15478. },
  15479. "node_modules/wrap-ansi-cjs/node_modules/string-width": {
  15480. "version": "4.2.3",
  15481. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  15482. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  15483. "license": "MIT",
  15484. "dependencies": {
  15485. "emoji-regex": "^8.0.0",
  15486. "is-fullwidth-code-point": "^3.0.0",
  15487. "strip-ansi": "^6.0.1"
  15488. },
  15489. "engines": {
  15490. "node": ">=8"
  15491. }
  15492. },
  15493. "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
  15494. "version": "6.0.1",
  15495. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  15496. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  15497. "license": "MIT",
  15498. "dependencies": {
  15499. "ansi-regex": "^5.0.1"
  15500. },
  15501. "engines": {
  15502. "node": ">=8"
  15503. }
  15504. },
  15505. "node_modules/wrap-ansi/node_modules/ansi-styles": {
  15506. "version": "6.2.3",
  15507. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
  15508. "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
  15509. "license": "MIT",
  15510. "engines": {
  15511. "node": ">=12"
  15512. },
  15513. "funding": {
  15514. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  15515. }
  15516. },
  15517. "node_modules/wrappy": {
  15518. "version": "1.0.2",
  15519. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  15520. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
  15521. "license": "ISC",
  15522. "optional": true
  15523. },
  15524. "node_modules/ws": {
  15525. "version": "8.20.0",
  15526. "resolved": "https://registry.npmjs.org/ws/-/ws-8.20.0.tgz",
  15527. "integrity": "sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==",
  15528. "license": "MIT",
  15529. "engines": {
  15530. "node": ">=10.0.0"
  15531. },
  15532. "peerDependencies": {
  15533. "bufferutil": "^4.0.1",
  15534. "utf-8-validate": ">=5.0.2"
  15535. },
  15536. "peerDependenciesMeta": {
  15537. "bufferutil": {
  15538. "optional": true
  15539. },
  15540. "utf-8-validate": {
  15541. "optional": true
  15542. }
  15543. }
  15544. },
  15545. "node_modules/wsl-utils": {
  15546. "version": "0.3.1",
  15547. "resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.3.1.tgz",
  15548. "integrity": "sha512-g/eziiSUNBSsdDJtCLB8bdYEUMj4jR7AGeUo96p/3dTafgjHhpF4RiCFPiRILwjQoDXx5MqkBr4fwWtR3Ky4Wg==",
  15549. "license": "MIT",
  15550. "dependencies": {
  15551. "is-wsl": "^3.1.0",
  15552. "powershell-utils": "^0.1.0"
  15553. },
  15554. "engines": {
  15555. "node": ">=20"
  15556. },
  15557. "funding": {
  15558. "url": "https://github.com/sponsors/sindresorhus"
  15559. }
  15560. },
  15561. "node_modules/xml-name-validator": {
  15562. "version": "4.0.0",
  15563. "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz",
  15564. "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==",
  15565. "license": "Apache-2.0",
  15566. "engines": {
  15567. "node": ">=12"
  15568. }
  15569. },
  15570. "node_modules/xss": {
  15571. "version": "1.0.15",
  15572. "resolved": "https://registry.npmjs.org/xss/-/xss-1.0.15.tgz",
  15573. "integrity": "sha512-FVdlVVC67WOIPvfOwhoMETV72f6GbW7aOabBC3WxN/oUdoEMDyLz4OgRv5/gck2ZeNqEQu+Tb0kloovXOfpYVg==",
  15574. "license": "MIT",
  15575. "optional": true,
  15576. "dependencies": {
  15577. "commander": "^2.20.3",
  15578. "cssfilter": "0.0.10"
  15579. },
  15580. "bin": {
  15581. "xss": "bin/xss"
  15582. },
  15583. "engines": {
  15584. "node": ">= 0.10.0"
  15585. }
  15586. },
  15587. "node_modules/xss/node_modules/commander": {
  15588. "version": "2.20.3",
  15589. "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
  15590. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
  15591. "license": "MIT",
  15592. "optional": true
  15593. },
  15594. "node_modules/y-protocols": {
  15595. "version": "1.0.7",
  15596. "resolved": "https://registry.npmjs.org/y-protocols/-/y-protocols-1.0.7.tgz",
  15597. "integrity": "sha512-YSVsLoXxO67J6eE/nV4AtFtT3QEotZf5sK5BHxFBXso7VDUT3Tx07IfA6hsu5Q5OmBdMkQVmFZ9QOA7fikWvnw==",
  15598. "license": "MIT",
  15599. "peer": true,
  15600. "dependencies": {
  15601. "lib0": "^0.2.85"
  15602. },
  15603. "engines": {
  15604. "node": ">=16.0.0",
  15605. "npm": ">=8.0.0"
  15606. },
  15607. "funding": {
  15608. "type": "GitHub Sponsors ❤",
  15609. "url": "https://github.com/sponsors/dmonad"
  15610. },
  15611. "peerDependencies": {
  15612. "yjs": "^13.0.0"
  15613. }
  15614. },
  15615. "node_modules/y18n": {
  15616. "version": "5.0.8",
  15617. "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
  15618. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  15619. "license": "ISC",
  15620. "engines": {
  15621. "node": ">=10"
  15622. }
  15623. },
  15624. "node_modules/yallist": {
  15625. "version": "3.1.1",
  15626. "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
  15627. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  15628. "license": "ISC"
  15629. },
  15630. "node_modules/yaml": {
  15631. "version": "2.8.3",
  15632. "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz",
  15633. "integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==",
  15634. "license": "ISC",
  15635. "bin": {
  15636. "yaml": "bin.mjs"
  15637. },
  15638. "engines": {
  15639. "node": ">= 14.6"
  15640. },
  15641. "funding": {
  15642. "url": "https://github.com/sponsors/eemeli"
  15643. }
  15644. },
  15645. "node_modules/yargs": {
  15646. "version": "18.0.0",
  15647. "resolved": "https://registry.npmjs.org/yargs/-/yargs-18.0.0.tgz",
  15648. "integrity": "sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==",
  15649. "license": "MIT",
  15650. "dependencies": {
  15651. "cliui": "^9.0.1",
  15652. "escalade": "^3.1.1",
  15653. "get-caller-file": "^2.0.5",
  15654. "string-width": "^7.2.0",
  15655. "y18n": "^5.0.5",
  15656. "yargs-parser": "^22.0.0"
  15657. },
  15658. "engines": {
  15659. "node": "^20.19.0 || ^22.12.0 || >=23"
  15660. }
  15661. },
  15662. "node_modules/yargs-parser": {
  15663. "version": "22.0.0",
  15664. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-22.0.0.tgz",
  15665. "integrity": "sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==",
  15666. "license": "ISC",
  15667. "engines": {
  15668. "node": "^20.19.0 || ^22.12.0 || >=23"
  15669. }
  15670. },
  15671. "node_modules/yjs": {
  15672. "version": "13.6.30",
  15673. "resolved": "https://registry.npmjs.org/yjs/-/yjs-13.6.30.tgz",
  15674. "integrity": "sha512-vv/9h42eCMC81ZHDFswuu/MKzkl/vyq1BhaNGfHyOonwlG4CJbQF4oiBBJPvfdeCt/PlVDWh7Nov9D34YY09uQ==",
  15675. "license": "MIT",
  15676. "peer": true,
  15677. "dependencies": {
  15678. "lib0": "^0.2.99"
  15679. },
  15680. "engines": {
  15681. "node": ">=16.0.0",
  15682. "npm": ">=8.0.0"
  15683. },
  15684. "funding": {
  15685. "type": "GitHub Sponsors ❤",
  15686. "url": "https://github.com/sponsors/dmonad"
  15687. }
  15688. },
  15689. "node_modules/yocto-queue": {
  15690. "version": "1.2.2",
  15691. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.2.tgz",
  15692. "integrity": "sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ==",
  15693. "license": "MIT",
  15694. "engines": {
  15695. "node": ">=12.20"
  15696. },
  15697. "funding": {
  15698. "url": "https://github.com/sponsors/sindresorhus"
  15699. }
  15700. },
  15701. "node_modules/youch": {
  15702. "version": "4.1.1",
  15703. "resolved": "https://registry.npmjs.org/youch/-/youch-4.1.1.tgz",
  15704. "integrity": "sha512-mxW3qiSnl+GRxXsaUMzv2Mbada1Y8CDltET9UxejDQe6DBYlSekghl5U5K0ReAikcHDi0G1vKZEmmo/NWAGKLA==",
  15705. "license": "MIT",
  15706. "dependencies": {
  15707. "@poppinss/colors": "^4.1.6",
  15708. "@poppinss/dumper": "^0.7.0",
  15709. "@speed-highlight/core": "^1.2.14",
  15710. "cookie-es": "^3.0.1",
  15711. "youch-core": "^0.3.3"
  15712. }
  15713. },
  15714. "node_modules/youch-core": {
  15715. "version": "0.3.3",
  15716. "resolved": "https://registry.npmjs.org/youch-core/-/youch-core-0.3.3.tgz",
  15717. "integrity": "sha512-ho7XuGjLaJ2hWHoK8yFnsUGy2Y5uDpqSTq1FkHLK4/oqKtyUU1AFbOOxY4IpC9f0fTLjwYbslUz0Po5BpD1wrA==",
  15718. "license": "MIT",
  15719. "dependencies": {
  15720. "@poppinss/exception": "^1.2.2",
  15721. "error-stack-parser-es": "^1.0.5"
  15722. }
  15723. },
  15724. "node_modules/youch/node_modules/cookie-es": {
  15725. "version": "3.1.1",
  15726. "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-3.1.1.tgz",
  15727. "integrity": "sha512-UaXxwISYJPTr9hwQxMFYZ7kNhSXboMXP+Z3TRX6f1/NyaGPfuNUZOWP1pUEb75B2HjfklIYLVRfWiFZJyC6Npg==",
  15728. "license": "MIT"
  15729. },
  15730. "node_modules/zip-stream": {
  15731. "version": "6.0.1",
  15732. "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-6.0.1.tgz",
  15733. "integrity": "sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==",
  15734. "license": "MIT",
  15735. "dependencies": {
  15736. "archiver-utils": "^5.0.0",
  15737. "compress-commons": "^6.0.2",
  15738. "readable-stream": "^4.0.0"
  15739. },
  15740. "engines": {
  15741. "node": ">= 14"
  15742. }
  15743. }
  15744. }
  15745. }