package-lock.json 233 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919492049214922492349244925492649274928492949304931493249334934493549364937493849394940494149424943494449454946494749484949495049514952495349544955495649574958495949604961496249634964496549664967496849694970497149724973497449754976497749784979498049814982498349844985498649874988498949904991499249934994499549964997499849995000500150025003500450055006500750085009501050115012501350145015501650175018501950205021502250235024502550265027502850295030503150325033503450355036503750385039504050415042504350445045504650475048504950505051505250535054505550565057505850595060506150625063506450655066506750685069507050715072507350745075507650775078507950805081508250835084508550865087508850895090509150925093509450955096509750985099510051015102510351045105510651075108510951105111511251135114511551165117511851195120512151225123512451255126512751285129513051315132513351345135513651375138513951405141514251435144514551465147514851495150515151525153515451555156515751585159516051615162516351645165516651675168516951705171517251735174517551765177517851795180518151825183518451855186518751885189519051915192519351945195519651975198519952005201520252035204520552065207520852095210521152125213521452155216521752185219522052215222522352245225522652275228522952305231523252335234523552365237523852395240524152425243524452455246524752485249525052515252525352545255525652575258525952605261526252635264526552665267526852695270527152725273527452755276527752785279528052815282528352845285528652875288528952905291529252935294529552965297529852995300530153025303530453055306530753085309531053115312531353145315531653175318531953205321532253235324532553265327532853295330533153325333533453355336533753385339534053415342534353445345534653475348534953505351535253535354535553565357535853595360536153625363536453655366536753685369537053715372537353745375537653775378537953805381538253835384538553865387538853895390539153925393539453955396539753985399540054015402540354045405540654075408540954105411541254135414541554165417541854195420542154225423542454255426542754285429543054315432543354345435543654375438543954405441544254435444544554465447544854495450545154525453545454555456545754585459546054615462546354645465546654675468546954705471547254735474547554765477547854795480548154825483548454855486548754885489549054915492549354945495549654975498549955005501550255035504550555065507550855095510551155125513551455155516551755185519552055215522552355245525552655275528552955305531553255335534553555365537553855395540554155425543554455455546554755485549555055515552555355545555555655575558555955605561556255635564556555665567556855695570557155725573557455755576557755785579558055815582558355845585558655875588558955905591559255935594559555965597559855995600560156025603560456055606560756085609561056115612561356145615561656175618561956205621562256235624562556265627562856295630563156325633563456355636563756385639564056415642564356445645564656475648564956505651565256535654565556565657565856595660566156625663566456655666566756685669567056715672567356745675567656775678567956805681568256835684568556865687568856895690569156925693569456955696569756985699570057015702570357045705570657075708570957105711571257135714571557165717571857195720572157225723572457255726572757285729573057315732573357345735573657375738573957405741574257435744574557465747574857495750575157525753575457555756575757585759576057615762576357645765576657675768576957705771577257735774577557765777577857795780578157825783578457855786578757885789579057915792579357945795579657975798579958005801580258035804580558065807580858095810581158125813581458155816581758185819582058215822582358245825582658275828582958305831583258335834583558365837583858395840584158425843584458455846584758485849585058515852585358545855585658575858585958605861586258635864586558665867586858695870587158725873587458755876587758785879588058815882588358845885588658875888588958905891589258935894589558965897589858995900590159025903590459055906590759085909591059115912591359145915591659175918591959205921592259235924592559265927592859295930593159325933593459355936593759385939594059415942594359445945594659475948594959505951595259535954595559565957595859595960596159625963596459655966596759685969597059715972597359745975597659775978597959805981598259835984598559865987598859895990599159925993599459955996599759985999600060016002600360046005600660076008600960106011601260136014601560166017601860196020602160226023602460256026602760286029603060316032603360346035603660376038603960406041604260436044604560466047604860496050605160526053605460556056605760586059606060616062606360646065606660676068606960706071607260736074607560766077607860796080608160826083608460856086608760886089609060916092609360946095609660976098609961006101610261036104610561066107610861096110611161126113611461156116611761186119612061216122612361246125612661276128612961306131613261336134613561366137613861396140614161426143614461456146614761486149615061516152615361546155615661576158615961606161616261636164616561666167616861696170617161726173617461756176617761786179618061816182618361846185618661876188618961906191619261936194619561966197619861996200620162026203620462056206620762086209621062116212621362146215621662176218621962206221622262236224622562266227622862296230623162326233623462356236623762386239624062416242624362446245624662476248624962506251625262536254625562566257625862596260626162626263626462656266626762686269627062716272627362746275627662776278627962806281628262836284628562866287628862896290629162926293629462956296629762986299630063016302630363046305630663076308630963106311631263136314631563166317631863196320632163226323632463256326632763286329633063316332633363346335633663376338633963406341634263436344634563466347634863496350635163526353635463556356635763586359636063616362636363646365636663676368636963706371637263736374637563766377637863796380638163826383638463856386638763886389639063916392639363946395639663976398639964006401640264036404640564066407640864096410641164126413641464156416641764186419642064216422642364246425642664276428642964306431643264336434643564366437643864396440644164426443644464456446644764486449645064516452645364546455645664576458645964606461646264636464646564666467646864696470647164726473647464756476647764786479648064816482648364846485648664876488648964906491649264936494649564966497649864996500650165026503650465056506650765086509651065116512651365146515651665176518651965206521652265236524652565266527652865296530653165326533653465356536653765386539654065416542654365446545654665476548654965506551655265536554655565566557655865596560656165626563656465656566656765686569657065716572657365746575657665776578657965806581658265836584658565866587658865896590659165926593659465956596659765986599660066016602660366046605660666076608660966106611661266136614661566166617661866196620662166226623662466256626662766286629663066316632663366346635663666376638663966406641664266436644664566466647664866496650665166526653665466556656665766586659666066616662666366646665666666676668666966706671667266736674667566766677667866796680668166826683668466856686668766886689669066916692669366946695669666976698669967006701670267036704670567066707670867096710671167126713671467156716671767186719672067216722672367246725672667276728672967306731673267336734673567366737673867396740674167426743674467456746674767486749675067516752675367546755675667576758675967606761676267636764676567666767676867696770677167726773677467756776677767786779678067816782678367846785678667876788678967906791679267936794679567966797679867996800680168026803680468056806680768086809681068116812681368146815681668176818681968206821682268236824682568266827682868296830683168326833683468356836683768386839684068416842684368446845684668476848684968506851685268536854685568566857685868596860686168626863686468656866686768686869687068716872687368746875687668776878687968806881688268836884688568866887688868896890689168926893689468956896689768986899690069016902690369046905690669076908690969106911691269136914691569166917691869196920692169226923692469256926692769286929693069316932693369346935693669376938693969406941694269436944694569466947694869496950695169526953695469556956695769586959696069616962696369646965696669676968696969706971697269736974697569766977697869796980698169826983698469856986698769886989699069916992699369946995699669976998699970007001700270037004700570067007700870097010701170127013701470157016701770187019702070217022702370247025702670277028702970307031703270337034703570367037703870397040704170427043704470457046704770487049705070517052705370547055705670577058705970607061706270637064706570667067706870697070707170727073707470757076707770787079708070817082708370847085708670877088708970907091709270937094709570967097709870997100710171027103710471057106710771087109711071117112711371147115711671177118711971207121712271237124712571267127712871297130713171327133713471357136713771387139714071417142714371447145714671477148714971507151715271537154715571567157715871597160716171627163716471657166716771687169717071717172717371747175717671777178717971807181718271837184718571867187718871897190719171927193719471957196719771987199720072017202720372047205720672077208720972107211721272137214721572167217721872197220722172227223722472257226722772287229723072317232723372347235723672377238723972407241724272437244724572467247724872497250725172527253725472557256725772587259726072617262726372647265726672677268726972707271727272737274727572767277727872797280728172827283728472857286728772887289729072917292729372947295729672977298729973007301730273037304730573067307730873097310731173127313731473157316731773187319732073217322732373247325732673277328732973307331733273337334733573367337733873397340734173427343734473457346734773487349735073517352735373547355735673577358735973607361736273637364736573667367736873697370737173727373737473757376737773787379738073817382738373847385738673877388738973907391739273937394739573967397739873997400740174027403740474057406740774087409741074117412741374147415741674177418741974207421742274237424742574267427742874297430743174327433743474357436743774387439744074417442744374447445744674477448744974507451745274537454745574567457745874597460746174627463746474657466746774687469747074717472747374747475747674777478747974807481748274837484748574867487748874897490749174927493749474957496749774987499750075017502750375047505750675077508750975107511751275137514751575167517751875197520752175227523752475257526752775287529753075317532753375347535753675377538753975407541754275437544754575467547754875497550755175527553755475557556755775587559756075617562756375647565756675677568756975707571757275737574
  1. {
  2. "name": "olivetin-webui",
  3. "version": "1.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "olivetin-webui",
  9. "version": "1.0.0",
  10. "license": "AGPL-3.0-only",
  11. "dependencies": {
  12. "@connectrpc/connect": "^2.2.0",
  13. "@connectrpc/connect-web": "^2.2.0",
  14. "@hugeicons/core-free-icons": "^4.3.2",
  15. "@hugeicons/vue": "^1.0.8",
  16. "@xterm/addon-fit": "^0.11.0",
  17. "@xterm/addon-web-links": "^0.12.0",
  18. "@xterm/xterm": "^6.0.0",
  19. "iconify-icon": "^3.0.2",
  20. "picocrank": "^1.29.0",
  21. "vue": "^3.5.42",
  22. "vue-i18n": "^11.4.10",
  23. "vue-router": "^5.3.1"
  24. },
  25. "devDependencies": {
  26. "@vitejs/plugin-vue": "^6.0.8",
  27. "eslint": "^9.39.5",
  28. "eslint-plugin-vue": "^10.11.0",
  29. "neostandard": "^0.13.0",
  30. "stylelint": "^17.15.0",
  31. "stylelint-config-standard": "^40.0.0",
  32. "vite": "^8.2.2"
  33. },
  34. "engines": {
  35. "node": "^20.19.0 || >=22.12.0"
  36. }
  37. },
  38. "node_modules/@babel/code-frame": {
  39. "version": "7.29.7",
  40. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz",
  41. "integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==",
  42. "dev": true,
  43. "license": "MIT",
  44. "dependencies": {
  45. "@babel/helper-validator-identifier": "^7.29.7",
  46. "js-tokens": "^4.0.0",
  47. "picocolors": "^1.1.1"
  48. },
  49. "engines": {
  50. "node": ">=6.9.0"
  51. }
  52. },
  53. "node_modules/@babel/helper-string-parser": {
  54. "version": "7.29.7",
  55. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz",
  56. "integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==",
  57. "license": "MIT",
  58. "engines": {
  59. "node": ">=6.9.0"
  60. }
  61. },
  62. "node_modules/@babel/helper-validator-identifier": {
  63. "version": "7.29.7",
  64. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
  65. "integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
  66. "license": "MIT",
  67. "engines": {
  68. "node": ">=6.9.0"
  69. }
  70. },
  71. "node_modules/@babel/parser": {
  72. "version": "7.29.8",
  73. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.8.tgz",
  74. "integrity": "sha512-E8lTAYNB1KW+FH+VGJuZM1ioAx2E6oVlvQFRrf5P8ZZmsiJXYAD9vTFV7yyEURNzgh1dFqMZuO6tUwcARbqFCA==",
  75. "license": "MIT",
  76. "dependencies": {
  77. "@babel/types": "^7.29.8"
  78. },
  79. "bin": {
  80. "parser": "bin/babel-parser.js"
  81. },
  82. "engines": {
  83. "node": ">=6.0.0"
  84. }
  85. },
  86. "node_modules/@babel/types": {
  87. "version": "7.29.8",
  88. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.8.tgz",
  89. "integrity": "sha512-Vj1jF3cPfxg7OAfoI7QnVKLoILlm2JF9pnVHrX8qx7AHMiYWT+NDAA7jChlNgRS4WTLc/fD1lXLmPixluj+3Gg==",
  90. "license": "MIT",
  91. "dependencies": {
  92. "@babel/helper-string-parser": "^7.29.7",
  93. "@babel/helper-validator-identifier": "^7.29.7"
  94. },
  95. "engines": {
  96. "node": ">=6.9.0"
  97. }
  98. },
  99. "node_modules/@bufbuild/protobuf": {
  100. "version": "2.7.0",
  101. "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.7.0.tgz",
  102. "integrity": "sha512-qn6tAIZEw5i/wiESBF4nQxZkl86aY4KoO0IkUa2Lh+rya64oTOdJQFlZuMwI1Qz9VBJQrQC4QlSA2DNek5gCOA==",
  103. "license": "(Apache-2.0 AND BSD-3-Clause)",
  104. "peer": true
  105. },
  106. "node_modules/@cacheable/memory": {
  107. "version": "2.2.0",
  108. "resolved": "https://registry.npmjs.org/@cacheable/memory/-/memory-2.2.0.tgz",
  109. "integrity": "sha512-CTLKqLItRCEixEAewD3/j9DB3/o96gpTPD4eJ1v+DGOlxZRZncRQkGYqqnAGCscYd6RNeXfGeiuCphsPtqyIfQ==",
  110. "dev": true,
  111. "license": "MIT",
  112. "dependencies": {
  113. "@cacheable/utils": "^2.5.0",
  114. "@keyv/bigmap": "^1.3.1",
  115. "hookified": "^1.15.1",
  116. "keyv": "^5.6.0"
  117. }
  118. },
  119. "node_modules/@cacheable/memory/node_modules/@keyv/bigmap": {
  120. "version": "1.3.1",
  121. "resolved": "https://registry.npmjs.org/@keyv/bigmap/-/bigmap-1.3.1.tgz",
  122. "integrity": "sha512-WbzE9sdmQtKy8vrNPa9BRnwZh5UF4s1KTmSK0KUVLo3eff5BlQNNWDnFOouNpKfPKDnms9xynJjsMYjMaT/aFQ==",
  123. "dev": true,
  124. "license": "MIT",
  125. "dependencies": {
  126. "hashery": "^1.4.0",
  127. "hookified": "^1.15.0"
  128. },
  129. "engines": {
  130. "node": ">= 18"
  131. },
  132. "peerDependencies": {
  133. "keyv": "^5.6.0"
  134. }
  135. },
  136. "node_modules/@cacheable/memory/node_modules/keyv": {
  137. "version": "5.6.0",
  138. "resolved": "https://registry.npmjs.org/keyv/-/keyv-5.6.0.tgz",
  139. "integrity": "sha512-CYDD3SOtsHtyXeEORYRx2qBtpDJFjRTGXUtmNEMGyzYOKj1TE3tycdlho7kA1Ufx9OYWZzg52QFBGALTirzDSw==",
  140. "dev": true,
  141. "license": "MIT",
  142. "dependencies": {
  143. "@keyv/serialize": "^1.1.1"
  144. }
  145. },
  146. "node_modules/@cacheable/utils": {
  147. "version": "2.5.0",
  148. "resolved": "https://registry.npmjs.org/@cacheable/utils/-/utils-2.5.0.tgz",
  149. "integrity": "sha512-buipgOVDkkPXNR5+xBpDw7Zk2n1EvU7qBJCNUcL7rhQ//kfpOXPAvQ511Os0vpLYJ1pZnvudNytkQt2hst3wqA==",
  150. "dev": true,
  151. "license": "MIT",
  152. "dependencies": {
  153. "hashery": "^1.5.1",
  154. "keyv": "^5.6.0"
  155. }
  156. },
  157. "node_modules/@cacheable/utils/node_modules/keyv": {
  158. "version": "5.6.0",
  159. "resolved": "https://registry.npmjs.org/keyv/-/keyv-5.6.0.tgz",
  160. "integrity": "sha512-CYDD3SOtsHtyXeEORYRx2qBtpDJFjRTGXUtmNEMGyzYOKj1TE3tycdlho7kA1Ufx9OYWZzg52QFBGALTirzDSw==",
  161. "dev": true,
  162. "license": "MIT",
  163. "dependencies": {
  164. "@keyv/serialize": "^1.1.1"
  165. }
  166. },
  167. "node_modules/@connectrpc/connect": {
  168. "version": "2.2.0",
  169. "resolved": "https://registry.npmjs.org/@connectrpc/connect/-/connect-2.2.0.tgz",
  170. "integrity": "sha512-M63OQ1ZFcPUm85CuewJ9G9CMV8LjzGR9935xOnXNQGSazAbwMb3x2W7vXBYM1zqrP7XFD8uxp/dUAhirclgwnQ==",
  171. "license": "Apache-2.0",
  172. "peerDependencies": {
  173. "@bufbuild/protobuf": "^2.7.0"
  174. }
  175. },
  176. "node_modules/@connectrpc/connect-web": {
  177. "version": "2.2.0",
  178. "resolved": "https://registry.npmjs.org/@connectrpc/connect-web/-/connect-web-2.2.0.tgz",
  179. "integrity": "sha512-uuBUcBTYfb/r1o98LzCCZk1H90yx0vmZ5m21dpw/q4EUwsKwkCDGI8H0aEdjcZld+Q2jJ5A5ADvPqfb6lzQ/sg==",
  180. "license": "Apache-2.0",
  181. "peerDependencies": {
  182. "@bufbuild/protobuf": "^2.7.0",
  183. "@connectrpc/connect": "2.2.0"
  184. }
  185. },
  186. "node_modules/@csstools/css-calc": {
  187. "version": "3.3.0",
  188. "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.3.0.tgz",
  189. "integrity": "sha512-c5ihYsPkdG6JCkU2zTMm4+k6r7RXuGxtWYhu5DHMIiF1FHzrfmHL5so11AoFpUv/tu61xfcmT4AmKoFfMPoqdQ==",
  190. "dev": true,
  191. "funding": [
  192. {
  193. "type": "github",
  194. "url": "https://github.com/sponsors/csstools"
  195. },
  196. {
  197. "type": "opencollective",
  198. "url": "https://opencollective.com/csstools"
  199. }
  200. ],
  201. "license": "MIT",
  202. "engines": {
  203. "node": ">=20.19.0"
  204. },
  205. "peerDependencies": {
  206. "@csstools/css-parser-algorithms": "^4.0.0",
  207. "@csstools/css-tokenizer": "^4.0.0"
  208. }
  209. },
  210. "node_modules/@csstools/css-parser-algorithms": {
  211. "version": "4.0.0",
  212. "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
  213. "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
  214. "dev": true,
  215. "funding": [
  216. {
  217. "type": "github",
  218. "url": "https://github.com/sponsors/csstools"
  219. },
  220. {
  221. "type": "opencollective",
  222. "url": "https://opencollective.com/csstools"
  223. }
  224. ],
  225. "license": "MIT",
  226. "engines": {
  227. "node": ">=20.19.0"
  228. },
  229. "peerDependencies": {
  230. "@csstools/css-tokenizer": "^4.0.0"
  231. }
  232. },
  233. "node_modules/@csstools/css-syntax-patches-for-csstree": {
  234. "version": "1.1.12",
  235. "resolved": "https://registry.npmjs.org/@csstools/css-syntax-patches-for-csstree/-/css-syntax-patches-for-csstree-1.1.12.tgz",
  236. "integrity": "sha512-3vLQK+dXxhBMR2Wx99PTCifE+vHtW2ndZWyla8yK813ev6oGhyn8Lja8jCyGAWTJ+LEYZK7EVtJxrDj8ztevJw==",
  237. "dev": true,
  238. "funding": [
  239. {
  240. "type": "github",
  241. "url": "https://github.com/sponsors/csstools"
  242. },
  243. {
  244. "type": "opencollective",
  245. "url": "https://opencollective.com/csstools"
  246. }
  247. ],
  248. "license": "MIT-0",
  249. "peerDependencies": {
  250. "css-tree": "^3.2.1"
  251. },
  252. "peerDependenciesMeta": {
  253. "css-tree": {
  254. "optional": true
  255. }
  256. }
  257. },
  258. "node_modules/@csstools/css-tokenizer": {
  259. "version": "4.0.0",
  260. "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
  261. "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
  262. "dev": true,
  263. "funding": [
  264. {
  265. "type": "github",
  266. "url": "https://github.com/sponsors/csstools"
  267. },
  268. {
  269. "type": "opencollective",
  270. "url": "https://opencollective.com/csstools"
  271. }
  272. ],
  273. "license": "MIT",
  274. "engines": {
  275. "node": ">=20.19.0"
  276. }
  277. },
  278. "node_modules/@csstools/media-query-list-parser": {
  279. "version": "5.0.0",
  280. "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-5.0.0.tgz",
  281. "integrity": "sha512-T9lXmZOfnam3eMERPsszjY5NK0jX8RmThmmm99FZ8b7z8yMaFZWKwLWGZuTwdO3ddRY5fy13GmmEYZXB4I98Eg==",
  282. "dev": true,
  283. "funding": [
  284. {
  285. "type": "github",
  286. "url": "https://github.com/sponsors/csstools"
  287. },
  288. {
  289. "type": "opencollective",
  290. "url": "https://opencollective.com/csstools"
  291. }
  292. ],
  293. "license": "MIT",
  294. "engines": {
  295. "node": ">=20.19.0"
  296. },
  297. "peerDependencies": {
  298. "@csstools/css-parser-algorithms": "^4.0.0",
  299. "@csstools/css-tokenizer": "^4.0.0"
  300. }
  301. },
  302. "node_modules/@csstools/selector-resolve-nested": {
  303. "version": "4.0.1",
  304. "resolved": "https://registry.npmjs.org/@csstools/selector-resolve-nested/-/selector-resolve-nested-4.0.1.tgz",
  305. "integrity": "sha512-j3vdQu0XwLME5qOTWxm8cnmvsf423R2YL6DbKklCHZwkDm7UdKNu6RPlw4REIJhSlKBICY3B70/7QZdicLqZgg==",
  306. "dev": true,
  307. "funding": [
  308. {
  309. "type": "github",
  310. "url": "https://github.com/sponsors/csstools"
  311. },
  312. {
  313. "type": "opencollective",
  314. "url": "https://opencollective.com/csstools"
  315. }
  316. ],
  317. "license": "MIT-0",
  318. "engines": {
  319. "node": ">=20.19.0"
  320. },
  321. "peerDependencies": {
  322. "postcss-selector-parser": "^7.1.1"
  323. }
  324. },
  325. "node_modules/@csstools/selector-specificity": {
  326. "version": "6.0.0",
  327. "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-6.0.0.tgz",
  328. "integrity": "sha512-4sSgl78OtOXEX/2d++8A83zHNTgwCJMaR24FvsYL7Uf/VS8HZk9PTwR51elTbGqMuwH3szLvvOXEaVnqn0Z3zA==",
  329. "dev": true,
  330. "funding": [
  331. {
  332. "type": "github",
  333. "url": "https://github.com/sponsors/csstools"
  334. },
  335. {
  336. "type": "opencollective",
  337. "url": "https://opencollective.com/csstools"
  338. }
  339. ],
  340. "license": "MIT-0",
  341. "engines": {
  342. "node": ">=20.19.0"
  343. },
  344. "peerDependencies": {
  345. "postcss-selector-parser": "^7.1.1"
  346. }
  347. },
  348. "node_modules/@esbuild/aix-ppc64": {
  349. "version": "0.28.1",
  350. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.28.1.tgz",
  351. "integrity": "sha512-Svl7tq8k/08+p6CXPpRjQ1fKX+1odH/BQbb48fV6fj3CWHhsoIOoY87w1oHXm0qEpkIK3ZfVgp0hed3XBXzXMQ==",
  352. "cpu": [
  353. "ppc64"
  354. ],
  355. "license": "MIT",
  356. "optional": true,
  357. "os": [
  358. "aix"
  359. ],
  360. "peer": true,
  361. "engines": {
  362. "node": ">=18"
  363. }
  364. },
  365. "node_modules/@esbuild/android-arm": {
  366. "version": "0.28.1",
  367. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.28.1.tgz",
  368. "integrity": "sha512-0k2F129Xdio1TdJfzJ8sy1Q47vUD2NnwdhiAf7drUN1EBTfPf4hsFCtmMgu/6m8JSzsBrlmVjudMBQqOfG8usQ==",
  369. "cpu": [
  370. "arm"
  371. ],
  372. "license": "MIT",
  373. "optional": true,
  374. "os": [
  375. "android"
  376. ],
  377. "peer": true,
  378. "engines": {
  379. "node": ">=18"
  380. }
  381. },
  382. "node_modules/@esbuild/android-arm64": {
  383. "version": "0.28.1",
  384. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.28.1.tgz",
  385. "integrity": "sha512-34EGEbCIAgosYz6goLcopX6Mo7NyGv9tfwEM2/7Ce2VcVRk568iSvniGWcUXIy7wEDR1wzolcxcriFVrWYcwBg==",
  386. "cpu": [
  387. "arm64"
  388. ],
  389. "license": "MIT",
  390. "optional": true,
  391. "os": [
  392. "android"
  393. ],
  394. "peer": true,
  395. "engines": {
  396. "node": ">=18"
  397. }
  398. },
  399. "node_modules/@esbuild/android-x64": {
  400. "version": "0.28.1",
  401. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.28.1.tgz",
  402. "integrity": "sha512-dbwY7ltSMDWsRatcRpCnES4F+im88OCUgGZjy52shC7GqHRE/cYlxNbB4Z4UpJswpcc4Qxd2oE/ufM0p61IKng==",
  403. "cpu": [
  404. "x64"
  405. ],
  406. "license": "MIT",
  407. "optional": true,
  408. "os": [
  409. "android"
  410. ],
  411. "peer": true,
  412. "engines": {
  413. "node": ">=18"
  414. }
  415. },
  416. "node_modules/@esbuild/darwin-arm64": {
  417. "version": "0.28.1",
  418. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.28.1.tgz",
  419. "integrity": "sha512-TZbWkQY7kvTAXbXUT7uVACR5cMHsDiSz9z7ZKAX/RTq/WJEk3QyRr0wZpNhBDX+/0CtdqUIJlOiodQcta6tY3Q==",
  420. "cpu": [
  421. "arm64"
  422. ],
  423. "license": "MIT",
  424. "optional": true,
  425. "os": [
  426. "darwin"
  427. ],
  428. "peer": true,
  429. "engines": {
  430. "node": ">=18"
  431. }
  432. },
  433. "node_modules/@esbuild/darwin-x64": {
  434. "version": "0.28.1",
  435. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.28.1.tgz",
  436. "integrity": "sha512-zfdzgK9ACBNZLI/CyHTOx81SyNbM6YXn7rxSgX97VjyiPl9W1i4Ka4fgKECEoFCKGpvBj5qArWIGgQjOwkgskQ==",
  437. "cpu": [
  438. "x64"
  439. ],
  440. "license": "MIT",
  441. "optional": true,
  442. "os": [
  443. "darwin"
  444. ],
  445. "peer": true,
  446. "engines": {
  447. "node": ">=18"
  448. }
  449. },
  450. "node_modules/@esbuild/freebsd-arm64": {
  451. "version": "0.28.1",
  452. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.28.1.tgz",
  453. "integrity": "sha512-wG2EA8ENdEI0qhkSZMjfqrdY+ziCYCPMmtZjjIwOmXFjmyzEHn+UUxk5of+SYsjtfs3VpnlC7QLzSI5hY/rOAw==",
  454. "cpu": [
  455. "arm64"
  456. ],
  457. "license": "MIT",
  458. "optional": true,
  459. "os": [
  460. "freebsd"
  461. ],
  462. "peer": true,
  463. "engines": {
  464. "node": ">=18"
  465. }
  466. },
  467. "node_modules/@esbuild/freebsd-x64": {
  468. "version": "0.28.1",
  469. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.28.1.tgz",
  470. "integrity": "sha512-i7dZ9vQgnvSCzi/rYCXNgtF/U+eKZNJBzu3eTQbRgHnM7tNSizLOkRFAl3qzVc/Op/u5YkHHa4pf/3DOYHthLQ==",
  471. "cpu": [
  472. "x64"
  473. ],
  474. "license": "MIT",
  475. "optional": true,
  476. "os": [
  477. "freebsd"
  478. ],
  479. "peer": true,
  480. "engines": {
  481. "node": ">=18"
  482. }
  483. },
  484. "node_modules/@esbuild/linux-arm": {
  485. "version": "0.28.1",
  486. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.28.1.tgz",
  487. "integrity": "sha512-qVXBOHQS+d5Y722GwJzJUtOLlX7km3CraOaGormF1pDtPd2C/l1SHRPgjLunLGe51Sh5YYWKMFDyV4SxgMQYTQ==",
  488. "cpu": [
  489. "arm"
  490. ],
  491. "license": "MIT",
  492. "optional": true,
  493. "os": [
  494. "linux"
  495. ],
  496. "peer": true,
  497. "engines": {
  498. "node": ">=18"
  499. }
  500. },
  501. "node_modules/@esbuild/linux-arm64": {
  502. "version": "0.28.1",
  503. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.28.1.tgz",
  504. "integrity": "sha512-yHs+0uc8+nvEAfAfxrWQKK5peSNzBc4PegcMO0EJ2hT71uA7vB8Ihg2e77R2P7SG5uYjPbHlLLmve4LLLRCf0g==",
  505. "cpu": [
  506. "arm64"
  507. ],
  508. "license": "MIT",
  509. "optional": true,
  510. "os": [
  511. "linux"
  512. ],
  513. "peer": true,
  514. "engines": {
  515. "node": ">=18"
  516. }
  517. },
  518. "node_modules/@esbuild/linux-ia32": {
  519. "version": "0.28.1",
  520. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.28.1.tgz",
  521. "integrity": "sha512-d1z4ZuP0ajrfz/FhGT4vv278rX8KnPPJx8i5+AtK7TYbx9Le9F1hyzurZpkEyjkGa9dUGhQow4C1NmeGvqxN2w==",
  522. "cpu": [
  523. "ia32"
  524. ],
  525. "license": "MIT",
  526. "optional": true,
  527. "os": [
  528. "linux"
  529. ],
  530. "peer": true,
  531. "engines": {
  532. "node": ">=18"
  533. }
  534. },
  535. "node_modules/@esbuild/linux-loong64": {
  536. "version": "0.28.1",
  537. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.28.1.tgz",
  538. "integrity": "sha512-M5sRjUVZrkm1OAPR3dlOYzNmN+loZKGVi1VUQGrwuqLcbR6qeAz+famMhjASeH3YVKvZz+zT1jlh/keC3Rj/lg==",
  539. "cpu": [
  540. "loong64"
  541. ],
  542. "license": "MIT",
  543. "optional": true,
  544. "os": [
  545. "linux"
  546. ],
  547. "peer": true,
  548. "engines": {
  549. "node": ">=18"
  550. }
  551. },
  552. "node_modules/@esbuild/linux-mips64el": {
  553. "version": "0.28.1",
  554. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.28.1.tgz",
  555. "integrity": "sha512-mRObBZeHh2OxcBFPWE/FjylkRgZdYuiTR3vaTozquCGOH14iP9oN4x4Ge81CoIDYQrXmIxpFumJBu5MtZpnQJQ==",
  556. "cpu": [
  557. "mips64el"
  558. ],
  559. "license": "MIT",
  560. "optional": true,
  561. "os": [
  562. "linux"
  563. ],
  564. "peer": true,
  565. "engines": {
  566. "node": ">=18"
  567. }
  568. },
  569. "node_modules/@esbuild/linux-ppc64": {
  570. "version": "0.28.1",
  571. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.28.1.tgz",
  572. "integrity": "sha512-slScBsMAb3GFDcdrCgLwZtPYRoH2H/youv10QiZyRjmsP48fznoveWytSgCI/R0ZcUgpc0ZhIUEx6LHts8yrfQ==",
  573. "cpu": [
  574. "ppc64"
  575. ],
  576. "license": "MIT",
  577. "optional": true,
  578. "os": [
  579. "linux"
  580. ],
  581. "peer": true,
  582. "engines": {
  583. "node": ">=18"
  584. }
  585. },
  586. "node_modules/@esbuild/linux-riscv64": {
  587. "version": "0.28.1",
  588. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.28.1.tgz",
  589. "integrity": "sha512-kw0owk1o0GFETUJyW0jc0G4Yzs0BHZn0JDZ8JRT088vjJYX777BAs1fDGxAC+q831qOs2DTC96mNsG2opdfyyQ==",
  590. "cpu": [
  591. "riscv64"
  592. ],
  593. "license": "MIT",
  594. "optional": true,
  595. "os": [
  596. "linux"
  597. ],
  598. "peer": true,
  599. "engines": {
  600. "node": ">=18"
  601. }
  602. },
  603. "node_modules/@esbuild/linux-s390x": {
  604. "version": "0.28.1",
  605. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.28.1.tgz",
  606. "integrity": "sha512-/lAIjX8aYFRByhh6L5rYtPEDRqa9de/4V/juOXcta5frjvzXO4/sqEtyytse0g3zZFuWu5cDN0MkLz2qRDD2Ag==",
  607. "cpu": [
  608. "s390x"
  609. ],
  610. "license": "MIT",
  611. "optional": true,
  612. "os": [
  613. "linux"
  614. ],
  615. "peer": true,
  616. "engines": {
  617. "node": ">=18"
  618. }
  619. },
  620. "node_modules/@esbuild/linux-x64": {
  621. "version": "0.28.1",
  622. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.28.1.tgz",
  623. "integrity": "sha512-u/anNYF2mmVOEDwLtnQ1wOr3EZ9sTNGLWrsYGYwHWzGA3Si84IOkHXlbWTD1NB+9/1lcnweYKO54uhxZydNzfA==",
  624. "cpu": [
  625. "x64"
  626. ],
  627. "license": "MIT",
  628. "optional": true,
  629. "os": [
  630. "linux"
  631. ],
  632. "peer": true,
  633. "engines": {
  634. "node": ">=18"
  635. }
  636. },
  637. "node_modules/@esbuild/netbsd-arm64": {
  638. "version": "0.28.1",
  639. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.28.1.tgz",
  640. "integrity": "sha512-oks0DYbLwWMmaakTsCb+zL4E+aHRVLom9IJZOAthMQEPiQmydXHkziYEsGYRx0uNV/IjEKGAV941JzH02pflqw==",
  641. "cpu": [
  642. "arm64"
  643. ],
  644. "license": "MIT",
  645. "optional": true,
  646. "os": [
  647. "netbsd"
  648. ],
  649. "peer": true,
  650. "engines": {
  651. "node": ">=18"
  652. }
  653. },
  654. "node_modules/@esbuild/netbsd-x64": {
  655. "version": "0.28.1",
  656. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.28.1.tgz",
  657. "integrity": "sha512-aeL6lAnN89Hz43Mlh1G8ARasbuoYvSITDEx0tHh5b7jJnHcssqgjy9Yx430GDpmCa6OyrKoS0aNRjKundRizGg==",
  658. "cpu": [
  659. "x64"
  660. ],
  661. "license": "MIT",
  662. "optional": true,
  663. "os": [
  664. "netbsd"
  665. ],
  666. "peer": true,
  667. "engines": {
  668. "node": ">=18"
  669. }
  670. },
  671. "node_modules/@esbuild/openbsd-arm64": {
  672. "version": "0.28.1",
  673. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.28.1.tgz",
  674. "integrity": "sha512-MEFJe5C3R8pwXdZ5Y21oo6m7ePiS0d9pWucn99O/wvyJZChoIQKrQDxKrGeW8F5+T0okTHesAmDeiHDTIq0V/Q==",
  675. "cpu": [
  676. "arm64"
  677. ],
  678. "license": "MIT",
  679. "optional": true,
  680. "os": [
  681. "openbsd"
  682. ],
  683. "peer": true,
  684. "engines": {
  685. "node": ">=18"
  686. }
  687. },
  688. "node_modules/@esbuild/openbsd-x64": {
  689. "version": "0.28.1",
  690. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.28.1.tgz",
  691. "integrity": "sha512-i/ZLIOafE0Z8cI/XANJAixoJL/uRAoS2xOA3rb0xN+KK0K177cMAsQYkzHtBrtMXAKuAc7HGgcWiZ/sRC1Nxgw==",
  692. "cpu": [
  693. "x64"
  694. ],
  695. "license": "MIT",
  696. "optional": true,
  697. "os": [
  698. "openbsd"
  699. ],
  700. "peer": true,
  701. "engines": {
  702. "node": ">=18"
  703. }
  704. },
  705. "node_modules/@esbuild/openharmony-arm64": {
  706. "version": "0.28.1",
  707. "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.28.1.tgz",
  708. "integrity": "sha512-ge+Z7EXFNt2BO1oAMsVpiQ8EwndV9i1xXerAeTIK7AtPs3bKFXQM7nlRxDSIUIMeueR1CNXxqztLzdNeReKBJg==",
  709. "cpu": [
  710. "arm64"
  711. ],
  712. "license": "MIT",
  713. "optional": true,
  714. "os": [
  715. "openharmony"
  716. ],
  717. "peer": true,
  718. "engines": {
  719. "node": ">=18"
  720. }
  721. },
  722. "node_modules/@esbuild/sunos-x64": {
  723. "version": "0.28.1",
  724. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.28.1.tgz",
  725. "integrity": "sha512-BEjgtECkL3vY+SaSQ6nzVfiALUeFxpawyp8Jmf5PtYhf1Ug40N1h/hxlhts+f1FvSvarEigdxS3BlSMI2PJLcQ==",
  726. "cpu": [
  727. "x64"
  728. ],
  729. "license": "MIT",
  730. "optional": true,
  731. "os": [
  732. "sunos"
  733. ],
  734. "peer": true,
  735. "engines": {
  736. "node": ">=18"
  737. }
  738. },
  739. "node_modules/@esbuild/win32-arm64": {
  740. "version": "0.28.1",
  741. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.28.1.tgz",
  742. "integrity": "sha512-lCv9eK/H6ZJWbE7bh2nw54CZ9M2nupBxJcTsdk/QQnWkdSjKGuxmmH8/GWrlT1eMmZfn4dGcCjRte397WqfQXA==",
  743. "cpu": [
  744. "arm64"
  745. ],
  746. "license": "MIT",
  747. "optional": true,
  748. "os": [
  749. "win32"
  750. ],
  751. "peer": true,
  752. "engines": {
  753. "node": ">=18"
  754. }
  755. },
  756. "node_modules/@esbuild/win32-ia32": {
  757. "version": "0.28.1",
  758. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.28.1.tgz",
  759. "integrity": "sha512-zvb/mB2bSCoJOpoCBgYKKpX6YM6mJBlBUVUtVj41DlZJVEB6/0CKlRYxP5wWl1C1ILiCoAU5wZZ4q1P3qeS6Eg==",
  760. "cpu": [
  761. "ia32"
  762. ],
  763. "license": "MIT",
  764. "optional": true,
  765. "os": [
  766. "win32"
  767. ],
  768. "peer": true,
  769. "engines": {
  770. "node": ">=18"
  771. }
  772. },
  773. "node_modules/@esbuild/win32-x64": {
  774. "version": "0.28.1",
  775. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.28.1.tgz",
  776. "integrity": "sha512-bm4Mowrv+GXMlpWX++EcXw/iLyd1o3+bJkC2DkWXYVvgZCqD/bSj9ctZeAMC3cIxgjRVR2Dufaiu4YPxr5gW1A==",
  777. "cpu": [
  778. "x64"
  779. ],
  780. "license": "MIT",
  781. "optional": true,
  782. "os": [
  783. "win32"
  784. ],
  785. "peer": true,
  786. "engines": {
  787. "node": ">=18"
  788. }
  789. },
  790. "node_modules/@eslint-community/eslint-utils": {
  791. "version": "4.10.1",
  792. "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.10.1.tgz",
  793. "integrity": "sha512-cuadcxVFE8sDK6iWJbs8Sn0av2Nrh2QSGQhVlBW9AaAHqHwjWsZHT8LJ4hFGPh7ASBV2deFdM7H/DPjulmh8rg==",
  794. "dev": true,
  795. "license": "MIT",
  796. "dependencies": {
  797. "eslint-visitor-keys": "^3.4.3"
  798. },
  799. "engines": {
  800. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  801. },
  802. "funding": {
  803. "url": "https://opencollective.com/eslint"
  804. },
  805. "peerDependencies": {
  806. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  807. }
  808. },
  809. "node_modules/@eslint-community/regexpp": {
  810. "version": "4.12.2",
  811. "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
  812. "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
  813. "dev": true,
  814. "license": "MIT",
  815. "engines": {
  816. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  817. }
  818. },
  819. "node_modules/@eslint/config-array": {
  820. "version": "0.21.2",
  821. "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.2.tgz",
  822. "integrity": "sha512-nJl2KGTlrf9GjLimgIru+V/mzgSK0ABCDQRvxw5BjURL7WfH5uoWmizbH7QB6MmnMBd8cIC9uceWnezL1VZWWw==",
  823. "dev": true,
  824. "license": "Apache-2.0",
  825. "dependencies": {
  826. "@eslint/object-schema": "^2.1.7",
  827. "debug": "^4.3.1",
  828. "minimatch": "^3.1.5"
  829. },
  830. "engines": {
  831. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  832. }
  833. },
  834. "node_modules/@eslint/config-helpers": {
  835. "version": "0.4.2",
  836. "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz",
  837. "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==",
  838. "dev": true,
  839. "license": "Apache-2.0",
  840. "dependencies": {
  841. "@eslint/core": "^0.17.0"
  842. },
  843. "engines": {
  844. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  845. }
  846. },
  847. "node_modules/@eslint/core": {
  848. "version": "0.17.0",
  849. "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
  850. "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
  851. "dev": true,
  852. "license": "Apache-2.0",
  853. "dependencies": {
  854. "@types/json-schema": "^7.0.15"
  855. },
  856. "engines": {
  857. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  858. }
  859. },
  860. "node_modules/@eslint/eslintrc": {
  861. "version": "3.3.7",
  862. "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.7.tgz",
  863. "integrity": "sha512-F42g89Qd5oAWtp0k0nnSrjziAKza7w8SVT4mStc18LZMaRb4J1HQAHLCalEtDCxrTuksx7NU9qsmeLwpOfPqWw==",
  864. "dev": true,
  865. "license": "MIT",
  866. "dependencies": {
  867. "ajv": "^6.14.0",
  868. "debug": "^4.3.2",
  869. "espree": "^10.0.1",
  870. "globals": "^14.0.0",
  871. "ignore": "^5.2.0",
  872. "import-fresh": "^3.2.1",
  873. "js-yaml": "^4.3.2",
  874. "minimatch": "^3.1.5",
  875. "strip-json-comments": "^3.1.1"
  876. },
  877. "engines": {
  878. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  879. },
  880. "funding": {
  881. "url": "https://opencollective.com/eslint"
  882. }
  883. },
  884. "node_modules/@eslint/js": {
  885. "version": "9.39.5",
  886. "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.5.tgz",
  887. "integrity": "sha512-QywQuszQh77pIXCsq998c8hbhSTI/azTty1Z6N53dmAudKHhy573j3yvRLsX2BSp8YpLtoCEG8E9DJe+8zUh4A==",
  888. "dev": true,
  889. "license": "MIT",
  890. "engines": {
  891. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  892. },
  893. "funding": {
  894. "url": "https://eslint.org/donate"
  895. }
  896. },
  897. "node_modules/@eslint/object-schema": {
  898. "version": "2.1.7",
  899. "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz",
  900. "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==",
  901. "dev": true,
  902. "license": "Apache-2.0",
  903. "engines": {
  904. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  905. }
  906. },
  907. "node_modules/@eslint/plugin-kit": {
  908. "version": "0.4.1",
  909. "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz",
  910. "integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==",
  911. "dev": true,
  912. "license": "Apache-2.0",
  913. "dependencies": {
  914. "@eslint/core": "^0.17.0",
  915. "levn": "^0.4.1"
  916. },
  917. "engines": {
  918. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  919. }
  920. },
  921. "node_modules/@hugeicons/core-free-icons": {
  922. "version": "4.3.2",
  923. "resolved": "https://registry.npmjs.org/@hugeicons/core-free-icons/-/core-free-icons-4.3.2.tgz",
  924. "integrity": "sha512-31uDdIq71YcVxeltjcS/tsmYFt4VjmgyNTZfG1bY6mbeFmsYL6Nwz9PdDZetGtGPZOAEVg0bHoQFOoPWDC51bg==",
  925. "license": "MIT"
  926. },
  927. "node_modules/@hugeicons/vue": {
  928. "version": "1.0.8",
  929. "resolved": "https://registry.npmjs.org/@hugeicons/vue/-/vue-1.0.8.tgz",
  930. "integrity": "sha512-T1fNH9/+0QntvNsWJRpWj9AlSXpHkHPNdf35/UWcVWQpPzm2BbH1heW2pSIKRka6NoXSte2vzNRJmmriRPfxIQ==",
  931. "license": "MIT",
  932. "peerDependencies": {
  933. "vue": "^2.6.0 || ^3.0.0"
  934. }
  935. },
  936. "node_modules/@humanfs/core": {
  937. "version": "0.19.2",
  938. "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.2.tgz",
  939. "integrity": "sha512-UhXNm+CFMWcbChXywFwkmhqjs3PRCmcSa/hfBgLIb7oQ5HNb1wS0icWsGtSAUNgefHeI+eBrA8I1fxmbHsGdvA==",
  940. "dev": true,
  941. "license": "Apache-2.0",
  942. "dependencies": {
  943. "@humanfs/types": "^0.15.0"
  944. },
  945. "engines": {
  946. "node": ">=18.18.0"
  947. }
  948. },
  949. "node_modules/@humanfs/node": {
  950. "version": "0.16.8",
  951. "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.8.tgz",
  952. "integrity": "sha512-gE1eQNZ3R++kTzFUpdGlpmy8kDZD/MLyHqDwqjkVQI0JMdI1D51sy1H958PNXYkM2rAac7e5/CnIKZrHtPh3BQ==",
  953. "dev": true,
  954. "license": "Apache-2.0",
  955. "dependencies": {
  956. "@humanfs/core": "^0.19.2",
  957. "@humanfs/types": "^0.15.0",
  958. "@humanwhocodes/retry": "^0.4.0"
  959. },
  960. "engines": {
  961. "node": ">=18.18.0"
  962. }
  963. },
  964. "node_modules/@humanfs/types": {
  965. "version": "0.15.0",
  966. "resolved": "https://registry.npmjs.org/@humanfs/types/-/types-0.15.0.tgz",
  967. "integrity": "sha512-ZZ1w0aoQkwuUuC7Yf+7sdeaNfqQiiLcSRbfI08oAxqLtpXQr9AIVX7Ay7HLDuiLYAaFPu8oBYNq/QIi9URHJ3Q==",
  968. "dev": true,
  969. "license": "Apache-2.0",
  970. "engines": {
  971. "node": ">=18.18.0"
  972. }
  973. },
  974. "node_modules/@humanwhocodes/gitignore-to-minimatch": {
  975. "version": "1.0.2",
  976. "resolved": "https://registry.npmjs.org/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz",
  977. "integrity": "sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==",
  978. "dev": true,
  979. "license": "Apache-2.0",
  980. "funding": {
  981. "type": "github",
  982. "url": "https://github.com/sponsors/nzakas"
  983. }
  984. },
  985. "node_modules/@humanwhocodes/module-importer": {
  986. "version": "1.0.1",
  987. "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  988. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  989. "dev": true,
  990. "license": "Apache-2.0",
  991. "engines": {
  992. "node": ">=12.22"
  993. },
  994. "funding": {
  995. "type": "github",
  996. "url": "https://github.com/sponsors/nzakas"
  997. }
  998. },
  999. "node_modules/@humanwhocodes/retry": {
  1000. "version": "0.4.3",
  1001. "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
  1002. "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
  1003. "dev": true,
  1004. "license": "Apache-2.0",
  1005. "engines": {
  1006. "node": ">=18.18"
  1007. },
  1008. "funding": {
  1009. "type": "github",
  1010. "url": "https://github.com/sponsors/nzakas"
  1011. }
  1012. },
  1013. "node_modules/@iconify/types": {
  1014. "version": "2.0.0",
  1015. "resolved": "https://registry.npmjs.org/@iconify/types/-/types-2.0.0.tgz",
  1016. "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==",
  1017. "license": "MIT"
  1018. },
  1019. "node_modules/@intlify/core-base": {
  1020. "version": "11.4.10",
  1021. "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-11.4.10.tgz",
  1022. "integrity": "sha512-+yJ74JRWVJokdgG9zYNMyTSzeNV3O9T4vVxk8PvLFHmI+R/BYA//cITh7vhRK37hWLZ4/kTcKcUz1dlWOpypIg==",
  1023. "license": "MIT",
  1024. "dependencies": {
  1025. "@intlify/devtools-types": "11.4.10",
  1026. "@intlify/message-compiler": "11.4.10",
  1027. "@intlify/shared": "11.4.10"
  1028. },
  1029. "engines": {
  1030. "node": ">= 22"
  1031. },
  1032. "funding": {
  1033. "url": "https://github.com/sponsors/kazupon"
  1034. }
  1035. },
  1036. "node_modules/@intlify/devtools-types": {
  1037. "version": "11.4.10",
  1038. "resolved": "https://registry.npmjs.org/@intlify/devtools-types/-/devtools-types-11.4.10.tgz",
  1039. "integrity": "sha512-xZxzZsAuu6/0zoLRVQWdpXWe5Kjl0LnWpjlQA3r9u9FbLYMhapqt7IwkgQyn0Tm2GUNAqhj9eZiUmYOrB024BQ==",
  1040. "license": "MIT",
  1041. "dependencies": {
  1042. "@intlify/core-base": "11.4.10",
  1043. "@intlify/shared": "11.4.10"
  1044. },
  1045. "engines": {
  1046. "node": ">= 22"
  1047. },
  1048. "funding": {
  1049. "url": "https://github.com/sponsors/kazupon"
  1050. }
  1051. },
  1052. "node_modules/@intlify/message-compiler": {
  1053. "version": "11.4.10",
  1054. "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-11.4.10.tgz",
  1055. "integrity": "sha512-oUB/scz2EJENXDiUJ7JjZffOrH8UIZ1BuZeHvonbi5fWLavLt04aivuk2OIByOZA0tsci1bkeeQRmwhb5M8Imw==",
  1056. "license": "MIT",
  1057. "dependencies": {
  1058. "@intlify/shared": "11.4.10",
  1059. "source-map-js": "^1.0.2"
  1060. },
  1061. "engines": {
  1062. "node": ">= 22"
  1063. },
  1064. "funding": {
  1065. "url": "https://github.com/sponsors/kazupon"
  1066. }
  1067. },
  1068. "node_modules/@intlify/shared": {
  1069. "version": "11.4.10",
  1070. "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-11.4.10.tgz",
  1071. "integrity": "sha512-FeImVdPeoSHTm3NBFFZHv0eRP9gQ3F4lj2puDBX5Kw7iiM1uJW6JTf39ian0K/17pbXCI3ef5i9RVsRrALqI6Q==",
  1072. "license": "MIT",
  1073. "engines": {
  1074. "node": ">= 22"
  1075. },
  1076. "funding": {
  1077. "url": "https://github.com/sponsors/kazupon"
  1078. }
  1079. },
  1080. "node_modules/@jridgewell/gen-mapping": {
  1081. "version": "0.3.13",
  1082. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  1083. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  1084. "license": "MIT",
  1085. "dependencies": {
  1086. "@jridgewell/sourcemap-codec": "^1.5.0",
  1087. "@jridgewell/trace-mapping": "^0.3.24"
  1088. }
  1089. },
  1090. "node_modules/@jridgewell/remapping": {
  1091. "version": "2.3.5",
  1092. "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  1093. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  1094. "license": "MIT",
  1095. "dependencies": {
  1096. "@jridgewell/gen-mapping": "^0.3.5",
  1097. "@jridgewell/trace-mapping": "^0.3.24"
  1098. }
  1099. },
  1100. "node_modules/@jridgewell/resolve-uri": {
  1101. "version": "3.1.2",
  1102. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  1103. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  1104. "license": "MIT",
  1105. "engines": {
  1106. "node": ">=6.0.0"
  1107. }
  1108. },
  1109. "node_modules/@jridgewell/sourcemap-codec": {
  1110. "version": "1.5.5",
  1111. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  1112. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  1113. "license": "MIT"
  1114. },
  1115. "node_modules/@jridgewell/trace-mapping": {
  1116. "version": "0.3.31",
  1117. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  1118. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  1119. "license": "MIT",
  1120. "dependencies": {
  1121. "@jridgewell/resolve-uri": "^3.1.0",
  1122. "@jridgewell/sourcemap-codec": "^1.4.14"
  1123. }
  1124. },
  1125. "node_modules/@keyv/serialize": {
  1126. "version": "1.1.1",
  1127. "resolved": "https://registry.npmjs.org/@keyv/serialize/-/serialize-1.1.1.tgz",
  1128. "integrity": "sha512-dXn3FZhPv0US+7dtJsIi2R+c7qWYiReoEh5zUntWCf4oSpMNib8FDhSoed6m3QyZdx5hK7iLFkYk3rNxwt8vTA==",
  1129. "dev": true,
  1130. "license": "MIT"
  1131. },
  1132. "node_modules/@nodelib/fs.scandir": {
  1133. "version": "2.1.5",
  1134. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  1135. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  1136. "dev": true,
  1137. "dependencies": {
  1138. "@nodelib/fs.stat": "2.0.5",
  1139. "run-parallel": "^1.1.9"
  1140. },
  1141. "engines": {
  1142. "node": ">= 8"
  1143. }
  1144. },
  1145. "node_modules/@nodelib/fs.stat": {
  1146. "version": "2.0.5",
  1147. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  1148. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  1149. "dev": true,
  1150. "engines": {
  1151. "node": ">= 8"
  1152. }
  1153. },
  1154. "node_modules/@nodelib/fs.walk": {
  1155. "version": "1.2.8",
  1156. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  1157. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  1158. "dev": true,
  1159. "dependencies": {
  1160. "@nodelib/fs.scandir": "2.1.5",
  1161. "fastq": "^1.6.0"
  1162. },
  1163. "engines": {
  1164. "node": ">= 8"
  1165. }
  1166. },
  1167. "node_modules/@oxc-project/types": {
  1168. "version": "0.147.0",
  1169. "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.147.0.tgz",
  1170. "integrity": "sha512-IJ3s6ltHLp45S0bh7phkX+gJO7A1Wuz2EaqpAhb8WjqDwbzMiWKHhyyT42tskaWjEYXtHtVCPpnBJVT9+dcRLg==",
  1171. "license": "MIT",
  1172. "funding": {
  1173. "url": "https://github.com/sponsors/Boshen"
  1174. }
  1175. },
  1176. "node_modules/@rolldown/binding-android-arm-eabi": {
  1177. "version": "1.2.6",
  1178. "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm-eabi/-/binding-android-arm-eabi-1.2.6.tgz",
  1179. "integrity": "sha512-b+jTcARdTiFLI6jB4a5XjTm0RWd6KcRfQj/I2356fxUZemiho9zQLxo0RtCuMDAyKcLo6cEltkgbQp6d1+sjjQ==",
  1180. "cpu": [
  1181. "arm"
  1182. ],
  1183. "license": "MIT",
  1184. "optional": true,
  1185. "os": [
  1186. "android"
  1187. ],
  1188. "engines": {
  1189. "node": "^20.19.0 || >=22.12.0"
  1190. }
  1191. },
  1192. "node_modules/@rolldown/binding-android-arm64": {
  1193. "version": "1.2.6",
  1194. "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.2.6.tgz",
  1195. "integrity": "sha512-lkWU8ZJaRk9q3CIEY1Tc7vIFALp3Xw5NfGJo2hQg5oIqNgxWi1zI+IiDEK3r70BF5Dzol1tcXsnzsRc8NLhG+Q==",
  1196. "cpu": [
  1197. "arm64"
  1198. ],
  1199. "license": "MIT",
  1200. "optional": true,
  1201. "os": [
  1202. "android"
  1203. ],
  1204. "engines": {
  1205. "node": "^20.19.0 || >=22.12.0"
  1206. }
  1207. },
  1208. "node_modules/@rolldown/binding-darwin-arm64": {
  1209. "version": "1.2.6",
  1210. "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.2.6.tgz",
  1211. "integrity": "sha512-dgR56NYnvAszm7Ob1B2/Vn0e8bUQYZH2UjVaMMtMVOCKFSfjhfLmuA/9+O+F+ajUdG6B/bSssrKW6JJYASa8jA==",
  1212. "cpu": [
  1213. "arm64"
  1214. ],
  1215. "license": "MIT",
  1216. "optional": true,
  1217. "os": [
  1218. "darwin"
  1219. ],
  1220. "engines": {
  1221. "node": "^20.19.0 || >=22.12.0"
  1222. }
  1223. },
  1224. "node_modules/@rolldown/binding-darwin-x64": {
  1225. "version": "1.2.6",
  1226. "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.2.6.tgz",
  1227. "integrity": "sha512-vpVxFvUCFioJqug7OTvqptkc4yb8UX0AwfDmJpaR/0sWz+BUmqSVAf7c8JkUgnN8YLspb4a/N6NhTyMAmdyQ7Q==",
  1228. "cpu": [
  1229. "x64"
  1230. ],
  1231. "license": "MIT",
  1232. "optional": true,
  1233. "os": [
  1234. "darwin"
  1235. ],
  1236. "engines": {
  1237. "node": "^20.19.0 || >=22.12.0"
  1238. }
  1239. },
  1240. "node_modules/@rolldown/binding-freebsd-x64": {
  1241. "version": "1.2.6",
  1242. "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.2.6.tgz",
  1243. "integrity": "sha512-h1wG6Y6K3JlRswxsI64qQJqBAy4vrLuHgRbc8CZMGSWTOFRY6ghMApM1NKzB2I0n5xV1fjkE18SuVl2QpLeNpA==",
  1244. "cpu": [
  1245. "x64"
  1246. ],
  1247. "license": "MIT",
  1248. "optional": true,
  1249. "os": [
  1250. "freebsd"
  1251. ],
  1252. "engines": {
  1253. "node": "^20.19.0 || >=22.12.0"
  1254. }
  1255. },
  1256. "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
  1257. "version": "1.2.6",
  1258. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.2.6.tgz",
  1259. "integrity": "sha512-tbCiqub0q2MVWJKgF5PoAlNWCtQydiOYSLIkd8sByqK/6MMYLJRcSXSYodqYtd0O+Fw7QaVmKKlS4oL94YRZ0w==",
  1260. "cpu": [
  1261. "arm"
  1262. ],
  1263. "license": "MIT",
  1264. "optional": true,
  1265. "os": [
  1266. "linux"
  1267. ],
  1268. "engines": {
  1269. "node": "^20.19.0 || >=22.12.0"
  1270. }
  1271. },
  1272. "node_modules/@rolldown/binding-linux-arm64-gnu": {
  1273. "version": "1.2.6",
  1274. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.2.6.tgz",
  1275. "integrity": "sha512-oxK9+baEBPhZG5HB4URY+uU04zJWeZlH6Tb9rB5DK4DF9XR1uXNLXt5Q5ZsugTKayNCNLhkcwz/ye74hRI98dg==",
  1276. "cpu": [
  1277. "arm64"
  1278. ],
  1279. "license": "MIT",
  1280. "optional": true,
  1281. "os": [
  1282. "linux"
  1283. ],
  1284. "engines": {
  1285. "node": "^20.19.0 || >=22.12.0"
  1286. }
  1287. },
  1288. "node_modules/@rolldown/binding-linux-arm64-musl": {
  1289. "version": "1.2.6",
  1290. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.2.6.tgz",
  1291. "integrity": "sha512-muWCk27FVBEZtv0MsK8gnfSmgczA8KQ0uRVJbTABKhkRfQc38aUrcb7fhi3BNiyseFmgcRsoMfQsSNJ+DbZdSw==",
  1292. "cpu": [
  1293. "arm64"
  1294. ],
  1295. "license": "MIT",
  1296. "optional": true,
  1297. "os": [
  1298. "linux"
  1299. ],
  1300. "engines": {
  1301. "node": "^20.19.0 || >=22.12.0"
  1302. }
  1303. },
  1304. "node_modules/@rolldown/binding-linux-ppc64-gnu": {
  1305. "version": "1.2.6",
  1306. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.2.6.tgz",
  1307. "integrity": "sha512-eWDoSfU7Co2qj3vgB3Dt4lj1mG6CoWbcJQkRMP3XJplyCMtuaq3LHvPFjS9QIPvMGWVadJC04Xiy0IdcVPtnwQ==",
  1308. "cpu": [
  1309. "ppc64"
  1310. ],
  1311. "license": "MIT",
  1312. "optional": true,
  1313. "os": [
  1314. "linux"
  1315. ],
  1316. "engines": {
  1317. "node": "^20.19.0 || >=22.12.0"
  1318. }
  1319. },
  1320. "node_modules/@rolldown/binding-linux-s390x-gnu": {
  1321. "version": "1.2.6",
  1322. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.2.6.tgz",
  1323. "integrity": "sha512-2bWNjRSIayvupRKxXUY2tWG9fYdoUlTqWywHRvE8Eq3GvuQ+f2HeIkve697fIt+IQs/PV8yFsdWuhp1aJ1PdnA==",
  1324. "cpu": [
  1325. "s390x"
  1326. ],
  1327. "license": "MIT",
  1328. "optional": true,
  1329. "os": [
  1330. "linux"
  1331. ],
  1332. "engines": {
  1333. "node": "^20.19.0 || >=22.12.0"
  1334. }
  1335. },
  1336. "node_modules/@rolldown/binding-linux-x64-gnu": {
  1337. "version": "1.2.6",
  1338. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.2.6.tgz",
  1339. "integrity": "sha512-KekI0gS0wLxe1UBSQSjenBVwou/JkcQPDzBPICGZjxUv9k3RteHDPBQaiOicZUFKRIH2wKEimGwVpnJsbPzu7w==",
  1340. "cpu": [
  1341. "x64"
  1342. ],
  1343. "license": "MIT",
  1344. "optional": true,
  1345. "os": [
  1346. "linux"
  1347. ],
  1348. "engines": {
  1349. "node": "^20.19.0 || >=22.12.0"
  1350. }
  1351. },
  1352. "node_modules/@rolldown/binding-linux-x64-musl": {
  1353. "version": "1.2.6",
  1354. "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.2.6.tgz",
  1355. "integrity": "sha512-TvtPnfVr+HtyGiDmPK4VWmlNm7QhNNAcK5Q9A7aOXsI8545yCyaoMaicXrFZ72JzeYjaUVk7yT243zT0jzjFKQ==",
  1356. "cpu": [
  1357. "x64"
  1358. ],
  1359. "license": "MIT",
  1360. "optional": true,
  1361. "os": [
  1362. "linux"
  1363. ],
  1364. "engines": {
  1365. "node": "^20.19.0 || >=22.12.0"
  1366. }
  1367. },
  1368. "node_modules/@rolldown/binding-openharmony-arm64": {
  1369. "version": "1.2.6",
  1370. "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.2.6.tgz",
  1371. "integrity": "sha512-iOo0VEay2XFhaCcH0sps5XIimkSuOnNaZrf6+ZkoSOQBJPKNU48RkmJv0/lSpipexu5P+ouFgafe5IGr/DiQfg==",
  1372. "cpu": [
  1373. "arm64"
  1374. ],
  1375. "license": "MIT",
  1376. "optional": true,
  1377. "os": [
  1378. "openharmony"
  1379. ],
  1380. "engines": {
  1381. "node": "^20.19.0 || >=22.12.0"
  1382. }
  1383. },
  1384. "node_modules/@rolldown/binding-win32-arm64-msvc": {
  1385. "version": "1.2.6",
  1386. "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.2.6.tgz",
  1387. "integrity": "sha512-y5NTmmasMS455JlOCO4ZM9krIchv3Mvm1crL1iUPGOPgEzSkves9n0SdC5Sjz6+qWDFhd8/JpfWMH8NSWNHe+A==",
  1388. "cpu": [
  1389. "arm64"
  1390. ],
  1391. "license": "MIT",
  1392. "optional": true,
  1393. "os": [
  1394. "win32"
  1395. ],
  1396. "engines": {
  1397. "node": "^20.19.0 || >=22.12.0"
  1398. }
  1399. },
  1400. "node_modules/@rolldown/binding-win32-x64-msvc": {
  1401. "version": "1.2.6",
  1402. "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.2.6.tgz",
  1403. "integrity": "sha512-np8iZSLfXlAD4kWhiyq/u0Yt8oZDtRQ8lGhQaCXo2rl37KNjeU0GjJuwr4P3oeZ++ROfofsKNBqR5LTO8aXyWQ==",
  1404. "cpu": [
  1405. "x64"
  1406. ],
  1407. "license": "MIT",
  1408. "optional": true,
  1409. "os": [
  1410. "win32"
  1411. ],
  1412. "engines": {
  1413. "node": "^20.19.0 || >=22.12.0"
  1414. }
  1415. },
  1416. "node_modules/@rolldown/pluginutils": {
  1417. "version": "1.0.1",
  1418. "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz",
  1419. "integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==",
  1420. "license": "MIT"
  1421. },
  1422. "node_modules/@sindresorhus/merge-streams": {
  1423. "version": "4.0.0",
  1424. "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz",
  1425. "integrity": "sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==",
  1426. "dev": true,
  1427. "license": "MIT",
  1428. "engines": {
  1429. "node": ">=18"
  1430. },
  1431. "funding": {
  1432. "url": "https://github.com/sponsors/sindresorhus"
  1433. }
  1434. },
  1435. "node_modules/@stylistic/eslint-plugin": {
  1436. "version": "2.11.0",
  1437. "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-2.11.0.tgz",
  1438. "integrity": "sha512-PNRHbydNG5EH8NK4c+izdJlxajIR6GxcUhzsYNRsn6Myep4dsZt0qFCz3rCPnkvgO5FYibDcMqgNHUT+zvjYZw==",
  1439. "dev": true,
  1440. "license": "MIT",
  1441. "dependencies": {
  1442. "@typescript-eslint/utils": "^8.13.0",
  1443. "eslint-visitor-keys": "^4.2.0",
  1444. "espree": "^10.3.0",
  1445. "estraverse": "^5.3.0",
  1446. "picomatch": "^4.0.2"
  1447. },
  1448. "engines": {
  1449. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1450. },
  1451. "peerDependencies": {
  1452. "eslint": ">=8.40.0"
  1453. }
  1454. },
  1455. "node_modules/@stylistic/eslint-plugin/node_modules/eslint-visitor-keys": {
  1456. "version": "4.2.1",
  1457. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
  1458. "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
  1459. "dev": true,
  1460. "license": "Apache-2.0",
  1461. "engines": {
  1462. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1463. },
  1464. "funding": {
  1465. "url": "https://opencollective.com/eslint"
  1466. }
  1467. },
  1468. "node_modules/@stylistic/eslint-plugin/node_modules/picomatch": {
  1469. "version": "4.0.7",
  1470. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.7.tgz",
  1471. "integrity": "sha512-qcJu88Q2IWqJsDD529JKMdwGm/dvInW4HvQnRwiH9JtihJvzGOscDtHE3x1pBKeUOTysQ8kVmLnJ2kJu7yhcGA==",
  1472. "dev": true,
  1473. "license": "MIT",
  1474. "engines": {
  1475. "node": ">=12"
  1476. },
  1477. "funding": {
  1478. "url": "https://github.com/sponsors/jonschlinkert"
  1479. }
  1480. },
  1481. "node_modules/@types/esrecurse": {
  1482. "version": "4.3.1",
  1483. "resolved": "https://registry.npmjs.org/@types/esrecurse/-/esrecurse-4.3.1.tgz",
  1484. "integrity": "sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==",
  1485. "dev": true,
  1486. "license": "MIT",
  1487. "peer": true
  1488. },
  1489. "node_modules/@types/estree": {
  1490. "version": "1.0.9",
  1491. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
  1492. "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
  1493. "dev": true,
  1494. "license": "MIT"
  1495. },
  1496. "node_modules/@types/json-schema": {
  1497. "version": "7.0.15",
  1498. "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
  1499. "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
  1500. "dev": true,
  1501. "license": "MIT"
  1502. },
  1503. "node_modules/@typescript-eslint/eslint-plugin": {
  1504. "version": "8.70.0",
  1505. "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.70.0.tgz",
  1506. "integrity": "sha512-/v8HZt6RlyIZxB3ntehELOcUcfxKPVGWXnQdJuHRmzrqgF8nQypcC/oxGW+Ot4VGKDq81XugPKxx0n5PBtf9PA==",
  1507. "dev": true,
  1508. "license": "MIT",
  1509. "dependencies": {
  1510. "@eslint-community/regexpp": "^4.12.2",
  1511. "@typescript-eslint/scope-manager": "8.70.0",
  1512. "@typescript-eslint/type-utils": "8.70.0",
  1513. "@typescript-eslint/utils": "8.70.0",
  1514. "@typescript-eslint/visitor-keys": "8.70.0",
  1515. "ignore": "^7.0.5",
  1516. "natural-compare": "^1.4.0",
  1517. "ts-api-utils": "^2.5.0"
  1518. },
  1519. "engines": {
  1520. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1521. },
  1522. "funding": {
  1523. "type": "opencollective",
  1524. "url": "https://opencollective.com/typescript-eslint"
  1525. },
  1526. "peerDependencies": {
  1527. "@typescript-eslint/parser": "^8.70.0",
  1528. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  1529. "typescript": ">=4.8.4 <6.1.0"
  1530. }
  1531. },
  1532. "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
  1533. "version": "7.0.9",
  1534. "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.9.tgz",
  1535. "integrity": "sha512-brTTsvFRt5C1gGHtPst/281UjPD5t9fBqbgoMPlVWy11ZLTPfu7HxK4ZYqO9H7o/yC9rSTCI85EaQ4OoY12qYw==",
  1536. "dev": true,
  1537. "license": "MIT",
  1538. "engines": {
  1539. "node": ">= 4"
  1540. }
  1541. },
  1542. "node_modules/@typescript-eslint/parser": {
  1543. "version": "8.70.0",
  1544. "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.70.0.tgz",
  1545. "integrity": "sha512-zYvrmj9Yxd63UGaXw+kdt6A0F0s0qveJyuatIM77bYC2DE4pgmg7a50u8LR7PRtXd0x+h+Tl3eXabGm06SWd3Q==",
  1546. "dev": true,
  1547. "license": "MIT",
  1548. "dependencies": {
  1549. "@typescript-eslint/scope-manager": "8.70.0",
  1550. "@typescript-eslint/types": "8.70.0",
  1551. "@typescript-eslint/typescript-estree": "8.70.0",
  1552. "@typescript-eslint/visitor-keys": "8.70.0",
  1553. "debug": "^4.4.3"
  1554. },
  1555. "engines": {
  1556. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1557. },
  1558. "funding": {
  1559. "type": "opencollective",
  1560. "url": "https://opencollective.com/typescript-eslint"
  1561. },
  1562. "peerDependencies": {
  1563. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  1564. "typescript": ">=4.8.4 <6.1.0"
  1565. }
  1566. },
  1567. "node_modules/@typescript-eslint/project-service": {
  1568. "version": "8.70.0",
  1569. "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.70.0.tgz",
  1570. "integrity": "sha512-hFHbTNqhU9G+2eKFXCBVb1tjFT/LceiJ4+HfLO4pTpDI0KHi6iajpcFFkaSQ9gXmCh7n82A0PthaayEdN6mspQ==",
  1571. "dev": true,
  1572. "license": "MIT",
  1573. "dependencies": {
  1574. "@typescript-eslint/tsconfig-utils": "^8.70.0",
  1575. "@typescript-eslint/types": "^8.70.0",
  1576. "debug": "^4.4.3"
  1577. },
  1578. "engines": {
  1579. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1580. },
  1581. "funding": {
  1582. "type": "opencollective",
  1583. "url": "https://opencollective.com/typescript-eslint"
  1584. },
  1585. "peerDependencies": {
  1586. "typescript": ">=4.8.4 <6.1.0"
  1587. }
  1588. },
  1589. "node_modules/@typescript-eslint/scope-manager": {
  1590. "version": "8.70.0",
  1591. "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.70.0.tgz",
  1592. "integrity": "sha512-8nP3Kwh5hlgZ4FicGvmznAmJe8UL4sdU8tLukrPaMuQmDuk4Y8xYfzu/aYZW4xT2JCgc7H/TpDI5cGlxcWJSqQ==",
  1593. "dev": true,
  1594. "license": "MIT",
  1595. "dependencies": {
  1596. "@typescript-eslint/types": "8.70.0",
  1597. "@typescript-eslint/visitor-keys": "8.70.0"
  1598. },
  1599. "engines": {
  1600. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1601. },
  1602. "funding": {
  1603. "type": "opencollective",
  1604. "url": "https://opencollective.com/typescript-eslint"
  1605. }
  1606. },
  1607. "node_modules/@typescript-eslint/tsconfig-utils": {
  1608. "version": "8.70.0",
  1609. "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.70.0.tgz",
  1610. "integrity": "sha512-adnkeeNq9Sq1sUf4+FRVc0KdgYghzsgFpZSQVZVvY0LCuUuN0FnQgyGzCJeC4fW1cdXseBAjU2EOqUIjbNcZUw==",
  1611. "dev": true,
  1612. "license": "MIT",
  1613. "engines": {
  1614. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1615. },
  1616. "funding": {
  1617. "type": "opencollective",
  1618. "url": "https://opencollective.com/typescript-eslint"
  1619. },
  1620. "peerDependencies": {
  1621. "typescript": ">=4.8.4 <6.1.0"
  1622. }
  1623. },
  1624. "node_modules/@typescript-eslint/type-utils": {
  1625. "version": "8.70.0",
  1626. "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.70.0.tgz",
  1627. "integrity": "sha512-NUMKIhYVaVIVLnRL9CRt+VVcuLgSHUCpXn4/+K8wql+vdInUzvx8BjUO1oJ7cG9shjFJKtF8F8Hh2kCh3/KBVw==",
  1628. "dev": true,
  1629. "license": "MIT",
  1630. "dependencies": {
  1631. "@typescript-eslint/types": "8.70.0",
  1632. "@typescript-eslint/typescript-estree": "8.70.0",
  1633. "@typescript-eslint/utils": "8.70.0",
  1634. "debug": "^4.4.3",
  1635. "ts-api-utils": "^2.5.0"
  1636. },
  1637. "engines": {
  1638. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1639. },
  1640. "funding": {
  1641. "type": "opencollective",
  1642. "url": "https://opencollective.com/typescript-eslint"
  1643. },
  1644. "peerDependencies": {
  1645. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  1646. "typescript": ">=4.8.4 <6.1.0"
  1647. }
  1648. },
  1649. "node_modules/@typescript-eslint/types": {
  1650. "version": "8.70.0",
  1651. "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.70.0.tgz",
  1652. "integrity": "sha512-asTOIYhDg4zdzOScCyaytrsV3cR6B4ecPQlXw/dJIm7J/MZTtCtfVII9JD8Geh4jTCrK/Xe6cg5UevoleMcoJQ==",
  1653. "dev": true,
  1654. "license": "MIT",
  1655. "engines": {
  1656. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1657. },
  1658. "funding": {
  1659. "type": "opencollective",
  1660. "url": "https://opencollective.com/typescript-eslint"
  1661. }
  1662. },
  1663. "node_modules/@typescript-eslint/typescript-estree": {
  1664. "version": "8.70.0",
  1665. "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.70.0.tgz",
  1666. "integrity": "sha512-d9NmHMPEKQ7QCLLm1jI3zmoQBwT5KwFYjXBJ9ymZfKCUU+5rmTRykKAFvH5Qn/ZCds3CEAFS9OC9M/jkl0X2bA==",
  1667. "dev": true,
  1668. "license": "MIT",
  1669. "dependencies": {
  1670. "@typescript-eslint/project-service": "8.70.0",
  1671. "@typescript-eslint/tsconfig-utils": "8.70.0",
  1672. "@typescript-eslint/types": "8.70.0",
  1673. "@typescript-eslint/visitor-keys": "8.70.0",
  1674. "debug": "^4.4.3",
  1675. "minimatch": "^10.2.2",
  1676. "semver": "^7.7.3",
  1677. "tinyglobby": "^0.2.15",
  1678. "ts-api-utils": "^2.5.0"
  1679. },
  1680. "engines": {
  1681. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1682. },
  1683. "funding": {
  1684. "type": "opencollective",
  1685. "url": "https://opencollective.com/typescript-eslint"
  1686. },
  1687. "peerDependencies": {
  1688. "typescript": ">=4.8.4 <6.1.0"
  1689. }
  1690. },
  1691. "node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match": {
  1692. "version": "4.0.4",
  1693. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
  1694. "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
  1695. "dev": true,
  1696. "license": "MIT",
  1697. "engines": {
  1698. "node": "18 || 20 || >=22"
  1699. }
  1700. },
  1701. "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
  1702. "version": "5.0.9",
  1703. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.9.tgz",
  1704. "integrity": "sha512-ScQ4IuvIEF1TMlP7Zt+vjJ//9zlPb2SDcxWxM3bk8s6t6GGdJ7KO1dCcTidOPJKePW30LE/2cT7wCyPho9/Wxg==",
  1705. "dev": true,
  1706. "license": "MIT",
  1707. "dependencies": {
  1708. "balanced-match": "^4.0.2"
  1709. },
  1710. "engines": {
  1711. "node": "20 || >=22"
  1712. }
  1713. },
  1714. "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
  1715. "version": "10.2.6",
  1716. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.6.tgz",
  1717. "integrity": "sha512-vpLQEs+VLCr1nU0BXS07maYoFwlDAH0gngQuuttxIwutDFEMHq2blX+8vpgxDdK3J1PwjCJiep77OitTZ4Ll1A==",
  1718. "dev": true,
  1719. "license": "BlueOak-1.0.0",
  1720. "dependencies": {
  1721. "brace-expansion": "^5.0.8"
  1722. },
  1723. "engines": {
  1724. "node": "18 || 20 || >=22"
  1725. },
  1726. "funding": {
  1727. "url": "https://github.com/sponsors/isaacs"
  1728. }
  1729. },
  1730. "node_modules/@typescript-eslint/utils": {
  1731. "version": "8.70.0",
  1732. "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.70.0.tgz",
  1733. "integrity": "sha512-oZmtKJz/4fufZ2p3+Cn3ijEojcdfR+1zYDH2xKYrEly0dR/Q/1xUPRCOlKGxod78nWlU2UnDe09GZ3TaknBFGA==",
  1734. "dev": true,
  1735. "license": "MIT",
  1736. "dependencies": {
  1737. "@eslint-community/eslint-utils": "^4.9.1",
  1738. "@typescript-eslint/scope-manager": "8.70.0",
  1739. "@typescript-eslint/types": "8.70.0",
  1740. "@typescript-eslint/typescript-estree": "8.70.0"
  1741. },
  1742. "engines": {
  1743. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1744. },
  1745. "funding": {
  1746. "type": "opencollective",
  1747. "url": "https://opencollective.com/typescript-eslint"
  1748. },
  1749. "peerDependencies": {
  1750. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  1751. "typescript": ">=4.8.4 <6.1.0"
  1752. }
  1753. },
  1754. "node_modules/@typescript-eslint/visitor-keys": {
  1755. "version": "8.70.0",
  1756. "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.70.0.tgz",
  1757. "integrity": "sha512-BoC8PiO4Hkdo0TVJh9Ntxr5MxPDI7/oFsrygN5ADelFSeXG/qgNuucIGA+L5Z6JpPTE/uRfcTWtscjbUaufepQ==",
  1758. "dev": true,
  1759. "license": "MIT",
  1760. "dependencies": {
  1761. "@typescript-eslint/types": "8.70.0",
  1762. "eslint-visitor-keys": "^5.0.0"
  1763. },
  1764. "engines": {
  1765. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1766. },
  1767. "funding": {
  1768. "type": "opencollective",
  1769. "url": "https://opencollective.com/typescript-eslint"
  1770. }
  1771. },
  1772. "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
  1773. "version": "5.0.1",
  1774. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
  1775. "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
  1776. "dev": true,
  1777. "license": "Apache-2.0",
  1778. "engines": {
  1779. "node": "^20.19.0 || ^22.13.0 || >=24"
  1780. },
  1781. "funding": {
  1782. "url": "https://opencollective.com/eslint"
  1783. }
  1784. },
  1785. "node_modules/@vitejs/plugin-vue": {
  1786. "version": "6.0.8",
  1787. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-6.0.8.tgz",
  1788. "integrity": "sha512-0ZjgOg7oO6farnNGup7yvoM/YXZV84OZxHAwtflItNa/6zzQyVb5LNxyea3FEKEX2XlagIKzrlH7wwxkKgtiew==",
  1789. "license": "MIT",
  1790. "dependencies": {
  1791. "@rolldown/pluginutils": "^1.0.1"
  1792. },
  1793. "engines": {
  1794. "node": "^20.19.0 || >=22.12.0"
  1795. },
  1796. "peerDependencies": {
  1797. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
  1798. "vue": "^3.2.25"
  1799. }
  1800. },
  1801. "node_modules/@vue-macros/common": {
  1802. "version": "3.1.4",
  1803. "resolved": "https://registry.npmjs.org/@vue-macros/common/-/common-3.1.4.tgz",
  1804. "integrity": "sha512-/5Fv+6DgIcM9ajY05ZmKBv+LMX1M9A0X+IUwDRVdt67ciw8OV9bvG2r34p3RiEadlsQybjhKPRKNXDC8Bp23cw==",
  1805. "license": "MIT",
  1806. "dependencies": {
  1807. "@vue/compiler-sfc": "^3.5.22",
  1808. "ast-kit": "^2.1.2",
  1809. "local-pkg": "^1.1.2",
  1810. "magic-string-ast": "^1.0.2",
  1811. "unplugin-utils": "^0.3.0"
  1812. },
  1813. "engines": {
  1814. "node": ">=20.19.0"
  1815. },
  1816. "funding": {
  1817. "url": "https://github.com/sponsors/vue-macros"
  1818. },
  1819. "peerDependencies": {
  1820. "vue": "^2.7.0 || ^3.2.25"
  1821. },
  1822. "peerDependenciesMeta": {
  1823. "vue": {
  1824. "optional": true
  1825. }
  1826. }
  1827. },
  1828. "node_modules/@vue/compiler-core": {
  1829. "version": "3.5.42",
  1830. "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.42.tgz",
  1831. "integrity": "sha512-2Ye1ilMtKXxl8qZUrQ5j0CdgenFp/HFQmta6rfRyfEsTG69L6Wk+tWuNoHYHMx9E8tF2Slvdg1FuwDvAXdy1LQ==",
  1832. "license": "MIT",
  1833. "dependencies": {
  1834. "@babel/parser": "^7.29.8",
  1835. "@vue/shared": "3.5.42",
  1836. "entities": "^7.0.1",
  1837. "estree-walker": "^2.0.2",
  1838. "source-map-js": "^1.2.1"
  1839. }
  1840. },
  1841. "node_modules/@vue/compiler-dom": {
  1842. "version": "3.5.42",
  1843. "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.42.tgz",
  1844. "integrity": "sha512-qbhQZEFmycr+ni/qyuccS4sucNN7VAbDfbkvNxWOX2VfgFm90MNs3/UhRNKoPMEIVn0F8gdlYjLPvqxHwHeQOA==",
  1845. "license": "MIT",
  1846. "dependencies": {
  1847. "@vue/compiler-core": "3.5.42",
  1848. "@vue/shared": "3.5.42"
  1849. }
  1850. },
  1851. "node_modules/@vue/compiler-sfc": {
  1852. "version": "3.5.42",
  1853. "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.42.tgz",
  1854. "integrity": "sha512-fkCAFB4okcAANGMThboWnScp/gzWjU0ZSkVnjTIiplmMDq2uq0tIB3j+xVu4rhv5rvOgBySCysudmbMd6xRRqw==",
  1855. "license": "MIT",
  1856. "dependencies": {
  1857. "@babel/parser": "^7.29.8",
  1858. "@vue/compiler-core": "3.5.42",
  1859. "@vue/compiler-dom": "3.5.42",
  1860. "@vue/compiler-ssr": "3.5.42",
  1861. "@vue/shared": "3.5.42",
  1862. "estree-walker": "^2.0.2",
  1863. "magic-string": "^0.30.21",
  1864. "postcss": "^8.5.19",
  1865. "source-map-js": "^1.2.1"
  1866. }
  1867. },
  1868. "node_modules/@vue/compiler-ssr": {
  1869. "version": "3.5.42",
  1870. "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.42.tgz",
  1871. "integrity": "sha512-xmLk3wLkbizPAiLyomjgFFosf2ys9b5Ghb+oh/k2tnvipNz8OFrQOiTcWCzyK7MpBp9KkyGtfvgfLUivbmuGYA==",
  1872. "license": "MIT",
  1873. "dependencies": {
  1874. "@vue/compiler-dom": "3.5.42",
  1875. "@vue/shared": "3.5.42"
  1876. }
  1877. },
  1878. "node_modules/@vue/devtools-api": {
  1879. "version": "6.6.4",
  1880. "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  1881. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  1882. "license": "MIT"
  1883. },
  1884. "node_modules/@vue/devtools-kit": {
  1885. "version": "8.2.1",
  1886. "resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-8.2.1.tgz",
  1887. "integrity": "sha512-FIGIuq3AWReEpbAHY/cRGeHDfI0qOb8OCQ3YjbEAX04uaxIDbGc9rhkbVcG7rnfHPXE3RsU5KrWOu9V/okd8AQ==",
  1888. "license": "MIT",
  1889. "dependencies": {
  1890. "@vue/devtools-shared": "^8.2.1",
  1891. "birpc": "^2.6.1",
  1892. "hookable": "^5.5.3",
  1893. "perfect-debounce": "^2.0.0"
  1894. }
  1895. },
  1896. "node_modules/@vue/devtools-shared": {
  1897. "version": "8.2.1",
  1898. "resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-8.2.1.tgz",
  1899. "integrity": "sha512-Fkac7lUdGReh6pVOi3AYPRGe82LQqRmAfThW7RRligOAP0ZA/Z1z9XLHDM9dv34pV2HRc79DK8uKPeG2fLnA/g==",
  1900. "license": "MIT"
  1901. },
  1902. "node_modules/@vue/reactivity": {
  1903. "version": "3.5.42",
  1904. "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.42.tgz",
  1905. "integrity": "sha512-TzNNfKpb7hDxbQltwAut8VDQA5YP+BuRlxntHUuRjyKwlMvmAPbs3unhCvieijifY6vFfVBwsS7wG/C7uq+bEQ==",
  1906. "license": "MIT",
  1907. "dependencies": {
  1908. "@vue/shared": "3.5.42"
  1909. }
  1910. },
  1911. "node_modules/@vue/runtime-core": {
  1912. "version": "3.5.42",
  1913. "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.42.tgz",
  1914. "integrity": "sha512-9uACtuHs7vJGkm5Bp3xu4xRDLFTIYy5DgxpToVjqGIAhAEKwQfsaLvKINhM6nFVp6bZPRFGdDqd1g52MqKsotA==",
  1915. "license": "MIT",
  1916. "dependencies": {
  1917. "@vue/reactivity": "3.5.42",
  1918. "@vue/shared": "3.5.42"
  1919. }
  1920. },
  1921. "node_modules/@vue/runtime-dom": {
  1922. "version": "3.5.42",
  1923. "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.42.tgz",
  1924. "integrity": "sha512-rsCmhiWLaRxGltLwhlCWyYkFn7WAbKRh0q17eZ1A6Dq6eqc2ACQ61IIryxz0LrsvCzHSilLA9JHovVwM8CNE2g==",
  1925. "license": "MIT",
  1926. "dependencies": {
  1927. "@vue/reactivity": "3.5.42",
  1928. "@vue/runtime-core": "3.5.42",
  1929. "@vue/shared": "3.5.42",
  1930. "csstype": "^3.2.3"
  1931. }
  1932. },
  1933. "node_modules/@vue/server-renderer": {
  1934. "version": "3.5.42",
  1935. "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.42.tgz",
  1936. "integrity": "sha512-2++5dUyYS4gvo7xQXSECUDhB7TS0aOl5SeVfC5qSq1Jgfhjvegw1zqhwTIR3imZ+QYPJQw9gfcFvXGAjGZ7ajQ==",
  1937. "license": "MIT",
  1938. "dependencies": {
  1939. "@vue/compiler-ssr": "3.5.42",
  1940. "@vue/runtime-dom": "3.5.42",
  1941. "@vue/shared": "3.5.42"
  1942. }
  1943. },
  1944. "node_modules/@vue/shared": {
  1945. "version": "3.5.42",
  1946. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.42.tgz",
  1947. "integrity": "sha512-2rPxex1jQf4jvl9MOHl6YaXCPcrNqz/FstMOEh3QWY+/OME9nQTvl9WYeCwhW7AFjaR0SnngZGlp/wkR6rkI6g==",
  1948. "license": "MIT"
  1949. },
  1950. "node_modules/@xterm/addon-fit": {
  1951. "version": "0.11.0",
  1952. "resolved": "https://registry.npmjs.org/@xterm/addon-fit/-/addon-fit-0.11.0.tgz",
  1953. "integrity": "sha512-jYcgT6xtVYhnhgxh3QgYDnnNMYTcf8ElbxxFzX0IZo+vabQqSPAjC3c1wJrKB5E19VwQei89QCiZZP86DCPF7g==",
  1954. "license": "MIT"
  1955. },
  1956. "node_modules/@xterm/addon-web-links": {
  1957. "version": "0.12.0",
  1958. "resolved": "https://registry.npmjs.org/@xterm/addon-web-links/-/addon-web-links-0.12.0.tgz",
  1959. "integrity": "sha512-4Smom3RPyVp7ZMYOYDoC/9eGJJJqYhnPLGGqJ6wOBfB8VxPViJNSKdgRYb8NpaM6YSelEKbA2SStD7lGyqaobw==",
  1960. "license": "MIT"
  1961. },
  1962. "node_modules/@xterm/xterm": {
  1963. "version": "6.0.0",
  1964. "resolved": "https://registry.npmjs.org/@xterm/xterm/-/xterm-6.0.0.tgz",
  1965. "integrity": "sha512-TQwDdQGtwwDt+2cgKDLn0IRaSxYu1tSUjgKarSDkUM0ZNiSRXFpjxEsvc/Zgc5kq5omJ+V0a8/kIM2WD3sMOYg==",
  1966. "license": "MIT",
  1967. "workspaces": [
  1968. "addons/*"
  1969. ]
  1970. },
  1971. "node_modules/acorn": {
  1972. "version": "8.16.0",
  1973. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
  1974. "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
  1975. "license": "MIT",
  1976. "bin": {
  1977. "acorn": "bin/acorn"
  1978. },
  1979. "engines": {
  1980. "node": ">=0.4.0"
  1981. }
  1982. },
  1983. "node_modules/acorn-jsx": {
  1984. "version": "5.3.2",
  1985. "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  1986. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  1987. "dev": true,
  1988. "license": "MIT",
  1989. "peerDependencies": {
  1990. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  1991. }
  1992. },
  1993. "node_modules/ajv": {
  1994. "version": "6.15.0",
  1995. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.15.0.tgz",
  1996. "integrity": "sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==",
  1997. "dev": true,
  1998. "license": "MIT",
  1999. "dependencies": {
  2000. "fast-deep-equal": "^3.1.1",
  2001. "fast-json-stable-stringify": "^2.0.0",
  2002. "json-schema-traverse": "^0.4.1",
  2003. "uri-js": "^4.2.2"
  2004. },
  2005. "funding": {
  2006. "type": "github",
  2007. "url": "https://github.com/sponsors/epoberezkin"
  2008. }
  2009. },
  2010. "node_modules/ansi-regex": {
  2011. "version": "5.0.1",
  2012. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  2013. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  2014. "dev": true,
  2015. "engines": {
  2016. "node": ">=8"
  2017. }
  2018. },
  2019. "node_modules/ansi-styles": {
  2020. "version": "4.3.0",
  2021. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  2022. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  2023. "dev": true,
  2024. "dependencies": {
  2025. "color-convert": "^2.0.1"
  2026. },
  2027. "engines": {
  2028. "node": ">=8"
  2029. },
  2030. "funding": {
  2031. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  2032. }
  2033. },
  2034. "node_modules/argparse": {
  2035. "version": "2.0.1",
  2036. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  2037. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  2038. "dev": true,
  2039. "license": "Python-2.0"
  2040. },
  2041. "node_modules/array-buffer-byte-length": {
  2042. "version": "1.0.2",
  2043. "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz",
  2044. "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==",
  2045. "dev": true,
  2046. "license": "MIT",
  2047. "dependencies": {
  2048. "call-bound": "^1.0.3",
  2049. "is-array-buffer": "^3.0.5"
  2050. },
  2051. "engines": {
  2052. "node": ">= 0.4"
  2053. },
  2054. "funding": {
  2055. "url": "https://github.com/sponsors/ljharb"
  2056. }
  2057. },
  2058. "node_modules/array-includes": {
  2059. "version": "3.2.0",
  2060. "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.2.0.tgz",
  2061. "integrity": "sha512-VXY5eFRarnXcYxwBjJzPmEhH55+rmP79/+ueDhi0F+TuqfHCItagIHqxeUZrmgrOPa31QTh9H85DjX3FfJ0FTg==",
  2062. "dev": true,
  2063. "license": "MIT",
  2064. "dependencies": {
  2065. "call-bind": "^1.0.9",
  2066. "call-bound": "^1.0.4",
  2067. "define-properties": "^1.2.1",
  2068. "es-abstract": "^1.24.2",
  2069. "es-object-atoms": "^1.1.2",
  2070. "es-shim-unscopables": "^1.1.0",
  2071. "is-string": "^1.1.1",
  2072. "math-intrinsics": "^1.1.0"
  2073. },
  2074. "engines": {
  2075. "node": ">= 0.4"
  2076. },
  2077. "funding": {
  2078. "url": "https://github.com/sponsors/ljharb"
  2079. }
  2080. },
  2081. "node_modules/array.prototype.findlast": {
  2082. "version": "1.2.5",
  2083. "resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz",
  2084. "integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==",
  2085. "dev": true,
  2086. "license": "MIT",
  2087. "dependencies": {
  2088. "call-bind": "^1.0.7",
  2089. "define-properties": "^1.2.1",
  2090. "es-abstract": "^1.23.2",
  2091. "es-errors": "^1.3.0",
  2092. "es-object-atoms": "^1.0.0",
  2093. "es-shim-unscopables": "^1.0.2"
  2094. },
  2095. "engines": {
  2096. "node": ">= 0.4"
  2097. },
  2098. "funding": {
  2099. "url": "https://github.com/sponsors/ljharb"
  2100. }
  2101. },
  2102. "node_modules/array.prototype.flat": {
  2103. "version": "1.3.3",
  2104. "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz",
  2105. "integrity": "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==",
  2106. "dev": true,
  2107. "license": "MIT",
  2108. "dependencies": {
  2109. "call-bind": "^1.0.8",
  2110. "define-properties": "^1.2.1",
  2111. "es-abstract": "^1.23.5",
  2112. "es-shim-unscopables": "^1.0.2"
  2113. },
  2114. "engines": {
  2115. "node": ">= 0.4"
  2116. },
  2117. "funding": {
  2118. "url": "https://github.com/sponsors/ljharb"
  2119. }
  2120. },
  2121. "node_modules/array.prototype.flatmap": {
  2122. "version": "1.3.3",
  2123. "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz",
  2124. "integrity": "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==",
  2125. "dev": true,
  2126. "license": "MIT",
  2127. "dependencies": {
  2128. "call-bind": "^1.0.8",
  2129. "define-properties": "^1.2.1",
  2130. "es-abstract": "^1.23.5",
  2131. "es-shim-unscopables": "^1.0.2"
  2132. },
  2133. "engines": {
  2134. "node": ">= 0.4"
  2135. },
  2136. "funding": {
  2137. "url": "https://github.com/sponsors/ljharb"
  2138. }
  2139. },
  2140. "node_modules/array.prototype.tosorted": {
  2141. "version": "1.1.4",
  2142. "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz",
  2143. "integrity": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==",
  2144. "dev": true,
  2145. "license": "MIT",
  2146. "dependencies": {
  2147. "call-bind": "^1.0.7",
  2148. "define-properties": "^1.2.1",
  2149. "es-abstract": "^1.23.3",
  2150. "es-errors": "^1.3.0",
  2151. "es-shim-unscopables": "^1.0.2"
  2152. },
  2153. "engines": {
  2154. "node": ">= 0.4"
  2155. }
  2156. },
  2157. "node_modules/arraybuffer.prototype.slice": {
  2158. "version": "1.0.4",
  2159. "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz",
  2160. "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==",
  2161. "dev": true,
  2162. "license": "MIT",
  2163. "dependencies": {
  2164. "array-buffer-byte-length": "^1.0.1",
  2165. "call-bind": "^1.0.8",
  2166. "define-properties": "^1.2.1",
  2167. "es-abstract": "^1.23.5",
  2168. "es-errors": "^1.3.0",
  2169. "get-intrinsic": "^1.2.6",
  2170. "is-array-buffer": "^3.0.4"
  2171. },
  2172. "engines": {
  2173. "node": ">= 0.4"
  2174. },
  2175. "funding": {
  2176. "url": "https://github.com/sponsors/ljharb"
  2177. }
  2178. },
  2179. "node_modules/ast-kit": {
  2180. "version": "2.2.0",
  2181. "resolved": "https://registry.npmjs.org/ast-kit/-/ast-kit-2.2.0.tgz",
  2182. "integrity": "sha512-m1Q/RaVOnTp9JxPX+F+Zn7IcLYMzM8kZofDImfsKZd8MbR+ikdOzTeztStWqfrqIxZnYWryyI9ePm3NGjnZgGw==",
  2183. "license": "MIT",
  2184. "dependencies": {
  2185. "@babel/parser": "^7.28.5",
  2186. "pathe": "^2.0.3"
  2187. },
  2188. "engines": {
  2189. "node": ">=20.19.0"
  2190. },
  2191. "funding": {
  2192. "url": "https://github.com/sponsors/sxzz"
  2193. }
  2194. },
  2195. "node_modules/ast-walker-scope": {
  2196. "version": "0.9.0",
  2197. "resolved": "https://registry.npmjs.org/ast-walker-scope/-/ast-walker-scope-0.9.0.tgz",
  2198. "integrity": "sha512-IJdzo2vLiElBxKzwS36VsCue/62d6IdWjnPB2v3nuPKeWGynp6FF/CYoLa5i/3jXH/z97ZDdsXz6abpgM6w07A==",
  2199. "license": "MIT",
  2200. "dependencies": {
  2201. "@babel/parser": "^7.29.2",
  2202. "@babel/types": "^7.29.0",
  2203. "ast-kit": "^2.2.0"
  2204. },
  2205. "engines": {
  2206. "node": ">=20.19.0"
  2207. },
  2208. "funding": {
  2209. "url": "https://github.com/sponsors/sxzz"
  2210. }
  2211. },
  2212. "node_modules/astral-regex": {
  2213. "version": "2.0.0",
  2214. "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz",
  2215. "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==",
  2216. "dev": true,
  2217. "engines": {
  2218. "node": ">=8"
  2219. }
  2220. },
  2221. "node_modules/async-function": {
  2222. "version": "1.0.0",
  2223. "resolved": "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz",
  2224. "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==",
  2225. "dev": true,
  2226. "license": "MIT",
  2227. "engines": {
  2228. "node": ">= 0.4"
  2229. }
  2230. },
  2231. "node_modules/available-typed-arrays": {
  2232. "version": "1.0.7",
  2233. "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
  2234. "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
  2235. "dev": true,
  2236. "license": "MIT",
  2237. "dependencies": {
  2238. "possible-typed-array-names": "^1.0.0"
  2239. },
  2240. "engines": {
  2241. "node": ">= 0.4"
  2242. },
  2243. "funding": {
  2244. "url": "https://github.com/sponsors/ljharb"
  2245. }
  2246. },
  2247. "node_modules/balanced-match": {
  2248. "version": "1.0.2",
  2249. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  2250. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  2251. "dev": true,
  2252. "license": "MIT"
  2253. },
  2254. "node_modules/birpc": {
  2255. "version": "2.9.0",
  2256. "resolved": "https://registry.npmjs.org/birpc/-/birpc-2.9.0.tgz",
  2257. "integrity": "sha512-KrayHS5pBi69Xi9JmvoqrIgYGDkD6mcSe/i6YKi3w5kekCLzrX4+nawcXqrj2tIp50Kw/mT/s3p+GVK0A0sKxw==",
  2258. "license": "MIT",
  2259. "funding": {
  2260. "url": "https://github.com/sponsors/antfu"
  2261. }
  2262. },
  2263. "node_modules/boolbase": {
  2264. "version": "1.0.0",
  2265. "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
  2266. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
  2267. "dev": true,
  2268. "license": "ISC"
  2269. },
  2270. "node_modules/brace-expansion": {
  2271. "version": "1.1.18",
  2272. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.18.tgz",
  2273. "integrity": "sha512-Edep/X9fGqVNmzKBVsDYIOtD+z1tuezV70LBjdCst9Tqu76lsnvRiZ6oTic1n+/BIwX6QDGAO94PN4N2SADvtw==",
  2274. "dev": true,
  2275. "license": "MIT",
  2276. "dependencies": {
  2277. "balanced-match": "^1.0.0",
  2278. "concat-map": "0.0.1"
  2279. }
  2280. },
  2281. "node_modules/braces": {
  2282. "version": "3.0.3",
  2283. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  2284. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  2285. "dev": true,
  2286. "license": "MIT",
  2287. "dependencies": {
  2288. "fill-range": "^7.1.1"
  2289. },
  2290. "engines": {
  2291. "node": ">=8"
  2292. }
  2293. },
  2294. "node_modules/cacheable": {
  2295. "version": "2.5.0",
  2296. "resolved": "https://registry.npmjs.org/cacheable/-/cacheable-2.5.0.tgz",
  2297. "integrity": "sha512-60cyAOytib/OzBw1JNSoSV/boK1AtHryDIjvVBk7XbN4ugfkM3+Sry7fEjNgPMGgOjuaZPAp8ruZ0Cxafwyq9g==",
  2298. "dev": true,
  2299. "license": "MIT",
  2300. "dependencies": {
  2301. "@cacheable/memory": "^2.2.0",
  2302. "@cacheable/utils": "^2.5.0",
  2303. "hookified": "^1.15.0",
  2304. "keyv": "^5.6.0",
  2305. "qified": "^0.10.1"
  2306. }
  2307. },
  2308. "node_modules/cacheable/node_modules/keyv": {
  2309. "version": "5.6.0",
  2310. "resolved": "https://registry.npmjs.org/keyv/-/keyv-5.6.0.tgz",
  2311. "integrity": "sha512-CYDD3SOtsHtyXeEORYRx2qBtpDJFjRTGXUtmNEMGyzYOKj1TE3tycdlho7kA1Ufx9OYWZzg52QFBGALTirzDSw==",
  2312. "dev": true,
  2313. "license": "MIT",
  2314. "dependencies": {
  2315. "@keyv/serialize": "^1.1.1"
  2316. }
  2317. },
  2318. "node_modules/call-bind": {
  2319. "version": "1.0.9",
  2320. "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.9.tgz",
  2321. "integrity": "sha512-a/hy+pNsFUTR+Iz8TCJvXudKVLAnz/DyeSUo10I5yvFDQJBFU2s9uqQpoSrJlroHUKoKqzg+epxyP9lqFdzfBQ==",
  2322. "dev": true,
  2323. "license": "MIT",
  2324. "dependencies": {
  2325. "call-bind-apply-helpers": "^1.0.2",
  2326. "es-define-property": "^1.0.1",
  2327. "get-intrinsic": "^1.3.0",
  2328. "set-function-length": "^1.2.2"
  2329. },
  2330. "engines": {
  2331. "node": ">= 0.4"
  2332. },
  2333. "funding": {
  2334. "url": "https://github.com/sponsors/ljharb"
  2335. }
  2336. },
  2337. "node_modules/call-bind-apply-helpers": {
  2338. "version": "1.0.2",
  2339. "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  2340. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  2341. "dev": true,
  2342. "license": "MIT",
  2343. "dependencies": {
  2344. "es-errors": "^1.3.0",
  2345. "function-bind": "^1.1.2"
  2346. },
  2347. "engines": {
  2348. "node": ">= 0.4"
  2349. }
  2350. },
  2351. "node_modules/call-bound": {
  2352. "version": "1.0.4",
  2353. "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
  2354. "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
  2355. "dev": true,
  2356. "license": "MIT",
  2357. "dependencies": {
  2358. "call-bind-apply-helpers": "^1.0.2",
  2359. "get-intrinsic": "^1.3.0"
  2360. },
  2361. "engines": {
  2362. "node": ">= 0.4"
  2363. },
  2364. "funding": {
  2365. "url": "https://github.com/sponsors/ljharb"
  2366. }
  2367. },
  2368. "node_modules/callsites": {
  2369. "version": "3.1.0",
  2370. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  2371. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  2372. "dev": true,
  2373. "engines": {
  2374. "node": ">=6"
  2375. }
  2376. },
  2377. "node_modules/chalk": {
  2378. "version": "4.1.2",
  2379. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  2380. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  2381. "dev": true,
  2382. "license": "MIT",
  2383. "dependencies": {
  2384. "ansi-styles": "^4.1.0",
  2385. "supports-color": "^7.1.0"
  2386. },
  2387. "engines": {
  2388. "node": ">=10"
  2389. },
  2390. "funding": {
  2391. "url": "https://github.com/chalk/chalk?sponsor=1"
  2392. }
  2393. },
  2394. "node_modules/chokidar": {
  2395. "version": "5.0.0",
  2396. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz",
  2397. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  2398. "license": "MIT",
  2399. "dependencies": {
  2400. "readdirp": "^5.0.0"
  2401. },
  2402. "engines": {
  2403. "node": ">= 20.19.0"
  2404. },
  2405. "funding": {
  2406. "url": "https://paulmillr.com/funding/"
  2407. }
  2408. },
  2409. "node_modules/color-convert": {
  2410. "version": "2.0.1",
  2411. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  2412. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  2413. "dev": true,
  2414. "dependencies": {
  2415. "color-name": "~1.1.4"
  2416. },
  2417. "engines": {
  2418. "node": ">=7.0.0"
  2419. }
  2420. },
  2421. "node_modules/color-name": {
  2422. "version": "1.1.4",
  2423. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  2424. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  2425. "dev": true
  2426. },
  2427. "node_modules/colord": {
  2428. "version": "2.10.0",
  2429. "resolved": "https://registry.npmjs.org/colord/-/colord-2.10.0.tgz",
  2430. "integrity": "sha512-AidJptpBJmjTclAp9BkLwJi0T93fo5epJnbaZslpg6QVzpHjAiveF55mE9AcUJiGMqRHgMDY8soMsQtuNYMHfw==",
  2431. "dev": true,
  2432. "license": "MIT"
  2433. },
  2434. "node_modules/concat-map": {
  2435. "version": "0.0.1",
  2436. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  2437. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  2438. "dev": true,
  2439. "license": "MIT"
  2440. },
  2441. "node_modules/confbox": {
  2442. "version": "0.2.4",
  2443. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.2.4.tgz",
  2444. "integrity": "sha512-ysOGlgTFbN2/Y6Cg3Iye8YKulHw+R2fNXHrgSmXISQdMnomY6eNDprVdW9R5xBguEqI954+S6709UyiO7B+6OQ==",
  2445. "license": "MIT"
  2446. },
  2447. "node_modules/cosmiconfig": {
  2448. "version": "9.0.2",
  2449. "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.2.tgz",
  2450. "integrity": "sha512-gtTZxTDau1wL7Y7zifc2dd8jHSK/k6BTx/2Xp/BpdlAdnlYWFVt7qhJqgwi7637yRwRQ3qL4ZidbB4I8tA5VOg==",
  2451. "dev": true,
  2452. "license": "MIT",
  2453. "dependencies": {
  2454. "env-paths": "^2.2.1",
  2455. "import-fresh": "^3.3.0",
  2456. "js-yaml": "^4.1.0",
  2457. "parse-json": "^5.2.0"
  2458. },
  2459. "engines": {
  2460. "node": ">=14"
  2461. },
  2462. "funding": {
  2463. "url": "https://github.com/sponsors/d-fischer"
  2464. },
  2465. "peerDependencies": {
  2466. "typescript": ">=4.9.5"
  2467. },
  2468. "peerDependenciesMeta": {
  2469. "typescript": {
  2470. "optional": true
  2471. }
  2472. }
  2473. },
  2474. "node_modules/cross-spawn": {
  2475. "version": "7.0.6",
  2476. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
  2477. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  2478. "dev": true,
  2479. "license": "MIT",
  2480. "dependencies": {
  2481. "path-key": "^3.1.0",
  2482. "shebang-command": "^2.0.0",
  2483. "which": "^2.0.1"
  2484. },
  2485. "engines": {
  2486. "node": ">= 8"
  2487. }
  2488. },
  2489. "node_modules/css-functions-list": {
  2490. "version": "3.3.3",
  2491. "resolved": "https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.3.3.tgz",
  2492. "integrity": "sha512-8HFEBPKhOpJPEPu70wJJetjKta86Gw9+CCyCnB3sui2qQfOvRyqBy4IKLKKAwdMpWb2lHXWk9Wb4Z6AmaUT1Pg==",
  2493. "dev": true,
  2494. "license": "MIT",
  2495. "engines": {
  2496. "node": ">=12"
  2497. }
  2498. },
  2499. "node_modules/css-tree": {
  2500. "version": "3.2.1",
  2501. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.2.1.tgz",
  2502. "integrity": "sha512-X7sjQzceUhu1u7Y/ylrRZFU2FS6LRiFVp6rKLPg23y3x3c3DOKAwuXGDp+PAGjh6CSnCjYeAul8pcT8bAl+lSA==",
  2503. "dev": true,
  2504. "license": "MIT",
  2505. "dependencies": {
  2506. "mdn-data": "2.27.1",
  2507. "source-map-js": "^1.2.1"
  2508. },
  2509. "engines": {
  2510. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  2511. }
  2512. },
  2513. "node_modules/cssesc": {
  2514. "version": "3.0.0",
  2515. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  2516. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  2517. "dev": true,
  2518. "license": "MIT",
  2519. "bin": {
  2520. "cssesc": "bin/cssesc"
  2521. },
  2522. "engines": {
  2523. "node": ">=4"
  2524. }
  2525. },
  2526. "node_modules/csstype": {
  2527. "version": "3.2.3",
  2528. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
  2529. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  2530. "license": "MIT"
  2531. },
  2532. "node_modules/data-view-buffer": {
  2533. "version": "1.0.2",
  2534. "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz",
  2535. "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==",
  2536. "dev": true,
  2537. "license": "MIT",
  2538. "dependencies": {
  2539. "call-bound": "^1.0.3",
  2540. "es-errors": "^1.3.0",
  2541. "is-data-view": "^1.0.2"
  2542. },
  2543. "engines": {
  2544. "node": ">= 0.4"
  2545. },
  2546. "funding": {
  2547. "url": "https://github.com/sponsors/ljharb"
  2548. }
  2549. },
  2550. "node_modules/data-view-byte-length": {
  2551. "version": "1.0.2",
  2552. "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz",
  2553. "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==",
  2554. "dev": true,
  2555. "license": "MIT",
  2556. "dependencies": {
  2557. "call-bound": "^1.0.3",
  2558. "es-errors": "^1.3.0",
  2559. "is-data-view": "^1.0.2"
  2560. },
  2561. "engines": {
  2562. "node": ">= 0.4"
  2563. },
  2564. "funding": {
  2565. "url": "https://github.com/sponsors/inspect-js"
  2566. }
  2567. },
  2568. "node_modules/data-view-byte-offset": {
  2569. "version": "1.0.1",
  2570. "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz",
  2571. "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==",
  2572. "dev": true,
  2573. "license": "MIT",
  2574. "dependencies": {
  2575. "call-bound": "^1.0.2",
  2576. "es-errors": "^1.3.0",
  2577. "is-data-view": "^1.0.1"
  2578. },
  2579. "engines": {
  2580. "node": ">= 0.4"
  2581. },
  2582. "funding": {
  2583. "url": "https://github.com/sponsors/ljharb"
  2584. }
  2585. },
  2586. "node_modules/debug": {
  2587. "version": "4.4.3",
  2588. "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
  2589. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  2590. "dev": true,
  2591. "license": "MIT",
  2592. "dependencies": {
  2593. "ms": "^2.1.3"
  2594. },
  2595. "engines": {
  2596. "node": ">=6.0"
  2597. },
  2598. "peerDependenciesMeta": {
  2599. "supports-color": {
  2600. "optional": true
  2601. }
  2602. }
  2603. },
  2604. "node_modules/deep-is": {
  2605. "version": "0.1.4",
  2606. "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
  2607. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  2608. "dev": true,
  2609. "license": "MIT"
  2610. },
  2611. "node_modules/define-data-property": {
  2612. "version": "1.1.4",
  2613. "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
  2614. "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
  2615. "dev": true,
  2616. "license": "MIT",
  2617. "dependencies": {
  2618. "es-define-property": "^1.0.0",
  2619. "es-errors": "^1.3.0",
  2620. "gopd": "^1.0.1"
  2621. },
  2622. "engines": {
  2623. "node": ">= 0.4"
  2624. },
  2625. "funding": {
  2626. "url": "https://github.com/sponsors/ljharb"
  2627. }
  2628. },
  2629. "node_modules/define-properties": {
  2630. "version": "1.2.1",
  2631. "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
  2632. "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
  2633. "dev": true,
  2634. "license": "MIT",
  2635. "dependencies": {
  2636. "define-data-property": "^1.0.1",
  2637. "has-property-descriptors": "^1.0.0",
  2638. "object-keys": "^1.1.1"
  2639. },
  2640. "engines": {
  2641. "node": ">= 0.4"
  2642. },
  2643. "funding": {
  2644. "url": "https://github.com/sponsors/ljharb"
  2645. }
  2646. },
  2647. "node_modules/detect-libc": {
  2648. "version": "2.1.2",
  2649. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  2650. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  2651. "license": "Apache-2.0",
  2652. "engines": {
  2653. "node": ">=8"
  2654. }
  2655. },
  2656. "node_modules/doctrine": {
  2657. "version": "2.1.0",
  2658. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  2659. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  2660. "dev": true,
  2661. "license": "Apache-2.0",
  2662. "dependencies": {
  2663. "esutils": "^2.0.2"
  2664. },
  2665. "engines": {
  2666. "node": ">=0.10.0"
  2667. }
  2668. },
  2669. "node_modules/dunder-proto": {
  2670. "version": "1.0.1",
  2671. "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
  2672. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  2673. "dev": true,
  2674. "license": "MIT",
  2675. "dependencies": {
  2676. "call-bind-apply-helpers": "^1.0.1",
  2677. "es-errors": "^1.3.0",
  2678. "gopd": "^1.2.0"
  2679. },
  2680. "engines": {
  2681. "node": ">= 0.4"
  2682. }
  2683. },
  2684. "node_modules/emoji-regex": {
  2685. "version": "8.0.0",
  2686. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  2687. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  2688. "dev": true
  2689. },
  2690. "node_modules/enhanced-resolve": {
  2691. "version": "5.24.5",
  2692. "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.24.5.tgz",
  2693. "integrity": "sha512-L1l8TNvomm6UVW5B253AGxQagSQr+vGwhMlrrfRS2qmhx46AMpMVJKQYLvWYbysTMY8VoicOvzHzoHMbyzB+4A==",
  2694. "dev": true,
  2695. "license": "MIT",
  2696. "dependencies": {
  2697. "graceful-fs": "^4.2.4",
  2698. "tapable": "^2.3.3"
  2699. },
  2700. "engines": {
  2701. "node": ">=10.13.0"
  2702. }
  2703. },
  2704. "node_modules/entities": {
  2705. "version": "7.0.1",
  2706. "resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz",
  2707. "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
  2708. "license": "BSD-2-Clause",
  2709. "engines": {
  2710. "node": ">=0.12"
  2711. },
  2712. "funding": {
  2713. "url": "https://github.com/fb55/entities?sponsor=1"
  2714. }
  2715. },
  2716. "node_modules/env-paths": {
  2717. "version": "2.2.1",
  2718. "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
  2719. "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
  2720. "dev": true,
  2721. "license": "MIT",
  2722. "engines": {
  2723. "node": ">=6"
  2724. }
  2725. },
  2726. "node_modules/error-ex": {
  2727. "version": "1.3.2",
  2728. "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
  2729. "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
  2730. "dev": true,
  2731. "license": "MIT",
  2732. "dependencies": {
  2733. "is-arrayish": "^0.2.1"
  2734. }
  2735. },
  2736. "node_modules/es-abstract": {
  2737. "version": "1.24.2",
  2738. "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.2.tgz",
  2739. "integrity": "sha512-2FpH9Q5i2RRwyEP1AylXe6nYLR5OhaJTZwmlcP0dL/+JCbgg7yyEo/sEK6HeGZRf3dFpWwThaRHVApXSkW3xeg==",
  2740. "dev": true,
  2741. "license": "MIT",
  2742. "dependencies": {
  2743. "array-buffer-byte-length": "^1.0.2",
  2744. "arraybuffer.prototype.slice": "^1.0.4",
  2745. "available-typed-arrays": "^1.0.7",
  2746. "call-bind": "^1.0.8",
  2747. "call-bound": "^1.0.4",
  2748. "data-view-buffer": "^1.0.2",
  2749. "data-view-byte-length": "^1.0.2",
  2750. "data-view-byte-offset": "^1.0.1",
  2751. "es-define-property": "^1.0.1",
  2752. "es-errors": "^1.3.0",
  2753. "es-object-atoms": "^1.1.1",
  2754. "es-set-tostringtag": "^2.1.0",
  2755. "es-to-primitive": "^1.3.0",
  2756. "function.prototype.name": "^1.1.8",
  2757. "get-intrinsic": "^1.3.0",
  2758. "get-proto": "^1.0.1",
  2759. "get-symbol-description": "^1.1.0",
  2760. "globalthis": "^1.0.4",
  2761. "gopd": "^1.2.0",
  2762. "has-property-descriptors": "^1.0.2",
  2763. "has-proto": "^1.2.0",
  2764. "has-symbols": "^1.1.0",
  2765. "hasown": "^2.0.2",
  2766. "internal-slot": "^1.1.0",
  2767. "is-array-buffer": "^3.0.5",
  2768. "is-callable": "^1.2.7",
  2769. "is-data-view": "^1.0.2",
  2770. "is-negative-zero": "^2.0.3",
  2771. "is-regex": "^1.2.1",
  2772. "is-set": "^2.0.3",
  2773. "is-shared-array-buffer": "^1.0.4",
  2774. "is-string": "^1.1.1",
  2775. "is-typed-array": "^1.1.15",
  2776. "is-weakref": "^1.1.1",
  2777. "math-intrinsics": "^1.1.0",
  2778. "object-inspect": "^1.13.4",
  2779. "object-keys": "^1.1.1",
  2780. "object.assign": "^4.1.7",
  2781. "own-keys": "^1.0.1",
  2782. "regexp.prototype.flags": "^1.5.4",
  2783. "safe-array-concat": "^1.1.3",
  2784. "safe-push-apply": "^1.0.0",
  2785. "safe-regex-test": "^1.1.0",
  2786. "set-proto": "^1.0.0",
  2787. "stop-iteration-iterator": "^1.1.0",
  2788. "string.prototype.trim": "^1.2.10",
  2789. "string.prototype.trimend": "^1.0.9",
  2790. "string.prototype.trimstart": "^1.0.8",
  2791. "typed-array-buffer": "^1.0.3",
  2792. "typed-array-byte-length": "^1.0.3",
  2793. "typed-array-byte-offset": "^1.0.4",
  2794. "typed-array-length": "^1.0.7",
  2795. "unbox-primitive": "^1.1.0",
  2796. "which-typed-array": "^1.1.19"
  2797. },
  2798. "engines": {
  2799. "node": ">= 0.4"
  2800. },
  2801. "funding": {
  2802. "url": "https://github.com/sponsors/ljharb"
  2803. }
  2804. },
  2805. "node_modules/es-abstract-get": {
  2806. "version": "1.0.0",
  2807. "resolved": "https://registry.npmjs.org/es-abstract-get/-/es-abstract-get-1.0.0.tgz",
  2808. "integrity": "sha512-6PMWXpdhshVvFp+FoWYs1EvG1Nj0tvk0dZM+XcK0xMEM1czRVcP6ohqPWHy6qPagSpC8j4+p89WXlT+xXJs/fg==",
  2809. "dev": true,
  2810. "license": "MIT",
  2811. "dependencies": {
  2812. "es-errors": "^1.3.0",
  2813. "es-object-atoms": "^1.1.2",
  2814. "is-callable": "^1.2.7",
  2815. "object-inspect": "^1.13.4"
  2816. },
  2817. "engines": {
  2818. "node": ">= 0.4"
  2819. },
  2820. "funding": {
  2821. "url": "https://github.com/sponsors/ljharb"
  2822. }
  2823. },
  2824. "node_modules/es-define-property": {
  2825. "version": "1.0.1",
  2826. "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
  2827. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  2828. "dev": true,
  2829. "license": "MIT",
  2830. "engines": {
  2831. "node": ">= 0.4"
  2832. }
  2833. },
  2834. "node_modules/es-errors": {
  2835. "version": "1.3.0",
  2836. "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
  2837. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  2838. "dev": true,
  2839. "license": "MIT",
  2840. "engines": {
  2841. "node": ">= 0.4"
  2842. }
  2843. },
  2844. "node_modules/es-iterator-helpers": {
  2845. "version": "1.4.0",
  2846. "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.4.0.tgz",
  2847. "integrity": "sha512-c/A0P0oxkACDc+cKWw8evLXK83oBKgn0qPOqCYT4x9uolpCIJAcYvJC9QYKNDRPsTeGyCrQ326jrvgZWdCdK5Q==",
  2848. "dev": true,
  2849. "license": "MIT",
  2850. "dependencies": {
  2851. "call-bind": "^1.0.9",
  2852. "call-bound": "^1.0.4",
  2853. "define-properties": "^1.2.1",
  2854. "es-abstract": "^1.24.2",
  2855. "es-errors": "^1.3.0",
  2856. "es-set-tostringtag": "^2.1.0",
  2857. "function-bind": "^1.1.2",
  2858. "get-intrinsic": "^1.3.0",
  2859. "globalthis": "^1.0.4",
  2860. "gopd": "^1.2.0",
  2861. "has-property-descriptors": "^1.0.2",
  2862. "has-proto": "^1.2.0",
  2863. "has-symbols": "^1.1.0",
  2864. "internal-slot": "^1.1.0",
  2865. "iterator.prototype": "^1.1.5",
  2866. "math-intrinsics": "^1.1.0"
  2867. },
  2868. "engines": {
  2869. "node": ">= 0.4"
  2870. }
  2871. },
  2872. "node_modules/es-object-atoms": {
  2873. "version": "1.1.2",
  2874. "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.2.tgz",
  2875. "integrity": "sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==",
  2876. "dev": true,
  2877. "license": "MIT",
  2878. "dependencies": {
  2879. "es-errors": "^1.3.0"
  2880. },
  2881. "engines": {
  2882. "node": ">= 0.4"
  2883. }
  2884. },
  2885. "node_modules/es-set-tostringtag": {
  2886. "version": "2.1.0",
  2887. "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  2888. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  2889. "dev": true,
  2890. "license": "MIT",
  2891. "dependencies": {
  2892. "es-errors": "^1.3.0",
  2893. "get-intrinsic": "^1.2.6",
  2894. "has-tostringtag": "^1.0.2",
  2895. "hasown": "^2.0.2"
  2896. },
  2897. "engines": {
  2898. "node": ">= 0.4"
  2899. }
  2900. },
  2901. "node_modules/es-shim-unscopables": {
  2902. "version": "1.1.0",
  2903. "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz",
  2904. "integrity": "sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==",
  2905. "dev": true,
  2906. "license": "MIT",
  2907. "dependencies": {
  2908. "hasown": "^2.0.2"
  2909. },
  2910. "engines": {
  2911. "node": ">= 0.4"
  2912. }
  2913. },
  2914. "node_modules/es-to-primitive": {
  2915. "version": "1.3.4",
  2916. "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.4.tgz",
  2917. "integrity": "sha512-yPDz7wqpg1/mmHLmS3tcfTfbw5f1eryXvyghYBffGdERwe+mV7ZcWzTR8LR17Kvqt3qfPurjlonmnq3MKXIOXw==",
  2918. "dev": true,
  2919. "license": "MIT",
  2920. "dependencies": {
  2921. "es-abstract-get": "^1.0.0",
  2922. "es-define-property": "^1.0.1",
  2923. "es-errors": "^1.3.0",
  2924. "is-callable": "^1.2.7",
  2925. "is-date-object": "^1.1.0",
  2926. "is-symbol": "^1.1.1"
  2927. },
  2928. "engines": {
  2929. "node": ">= 0.4"
  2930. },
  2931. "funding": {
  2932. "url": "https://github.com/sponsors/ljharb"
  2933. }
  2934. },
  2935. "node_modules/esbuild": {
  2936. "version": "0.28.1",
  2937. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.28.1.tgz",
  2938. "integrity": "sha512-HrJrvZv5ayxBzPfwphOoNzkzOIIlifzk0KJrGK2c8R4+LKpMtpYLQeUdjnwjWv/LZlkH2laZk+4w78pi99D4Vw==",
  2939. "hasInstallScript": true,
  2940. "license": "MIT",
  2941. "optional": true,
  2942. "peer": true,
  2943. "bin": {
  2944. "esbuild": "bin/esbuild"
  2945. },
  2946. "engines": {
  2947. "node": ">=18"
  2948. },
  2949. "optionalDependencies": {
  2950. "@esbuild/aix-ppc64": "0.28.1",
  2951. "@esbuild/android-arm": "0.28.1",
  2952. "@esbuild/android-arm64": "0.28.1",
  2953. "@esbuild/android-x64": "0.28.1",
  2954. "@esbuild/darwin-arm64": "0.28.1",
  2955. "@esbuild/darwin-x64": "0.28.1",
  2956. "@esbuild/freebsd-arm64": "0.28.1",
  2957. "@esbuild/freebsd-x64": "0.28.1",
  2958. "@esbuild/linux-arm": "0.28.1",
  2959. "@esbuild/linux-arm64": "0.28.1",
  2960. "@esbuild/linux-ia32": "0.28.1",
  2961. "@esbuild/linux-loong64": "0.28.1",
  2962. "@esbuild/linux-mips64el": "0.28.1",
  2963. "@esbuild/linux-ppc64": "0.28.1",
  2964. "@esbuild/linux-riscv64": "0.28.1",
  2965. "@esbuild/linux-s390x": "0.28.1",
  2966. "@esbuild/linux-x64": "0.28.1",
  2967. "@esbuild/netbsd-arm64": "0.28.1",
  2968. "@esbuild/netbsd-x64": "0.28.1",
  2969. "@esbuild/openbsd-arm64": "0.28.1",
  2970. "@esbuild/openbsd-x64": "0.28.1",
  2971. "@esbuild/openharmony-arm64": "0.28.1",
  2972. "@esbuild/sunos-x64": "0.28.1",
  2973. "@esbuild/win32-arm64": "0.28.1",
  2974. "@esbuild/win32-ia32": "0.28.1",
  2975. "@esbuild/win32-x64": "0.28.1"
  2976. }
  2977. },
  2978. "node_modules/escape-string-regexp": {
  2979. "version": "4.0.0",
  2980. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  2981. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  2982. "dev": true,
  2983. "license": "MIT",
  2984. "engines": {
  2985. "node": ">=10"
  2986. },
  2987. "funding": {
  2988. "url": "https://github.com/sponsors/sindresorhus"
  2989. }
  2990. },
  2991. "node_modules/eslint": {
  2992. "version": "9.39.5",
  2993. "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.5.tgz",
  2994. "integrity": "sha512-DgZS62aPLXKlnxILS/AYCoRvHaZeXceIzlXPkkGGzJWSow1aEk0lbTlxUSlyjC8jcaKxAdOnTDz+o1JFSBsyjw==",
  2995. "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.",
  2996. "dev": true,
  2997. "license": "MIT",
  2998. "dependencies": {
  2999. "@eslint-community/eslint-utils": "^4.8.0",
  3000. "@eslint-community/regexpp": "^4.12.1",
  3001. "@eslint/config-array": "^0.21.2",
  3002. "@eslint/config-helpers": "^0.4.2",
  3003. "@eslint/core": "^0.17.0",
  3004. "@eslint/eslintrc": "^3.3.6",
  3005. "@eslint/js": "9.39.5",
  3006. "@eslint/plugin-kit": "^0.4.1",
  3007. "@humanfs/node": "^0.16.6",
  3008. "@humanwhocodes/module-importer": "^1.0.1",
  3009. "@humanwhocodes/retry": "^0.4.2",
  3010. "@types/estree": "^1.0.6",
  3011. "ajv": "^6.14.0",
  3012. "chalk": "^4.0.0",
  3013. "cross-spawn": "^7.0.6",
  3014. "debug": "^4.3.2",
  3015. "escape-string-regexp": "^4.0.0",
  3016. "eslint-scope": "^8.4.0",
  3017. "eslint-visitor-keys": "^4.2.1",
  3018. "espree": "^10.4.0",
  3019. "esquery": "^1.5.0",
  3020. "esutils": "^2.0.2",
  3021. "fast-deep-equal": "^3.1.3",
  3022. "file-entry-cache": "^8.0.0",
  3023. "find-up": "^5.0.0",
  3024. "glob-parent": "^6.0.2",
  3025. "ignore": "^5.2.0",
  3026. "imurmurhash": "^0.1.4",
  3027. "is-glob": "^4.0.0",
  3028. "json-stable-stringify-without-jsonify": "^1.0.1",
  3029. "lodash.merge": "^4.6.2",
  3030. "minimatch": "^3.1.5",
  3031. "natural-compare": "^1.4.0",
  3032. "optionator": "^0.9.3"
  3033. },
  3034. "bin": {
  3035. "eslint": "bin/eslint.js"
  3036. },
  3037. "engines": {
  3038. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3039. },
  3040. "funding": {
  3041. "url": "https://eslint.org/donate"
  3042. },
  3043. "peerDependencies": {
  3044. "jiti": "*"
  3045. },
  3046. "peerDependenciesMeta": {
  3047. "jiti": {
  3048. "optional": true
  3049. }
  3050. }
  3051. },
  3052. "node_modules/eslint-compat-utils": {
  3053. "version": "0.5.1",
  3054. "resolved": "https://registry.npmjs.org/eslint-compat-utils/-/eslint-compat-utils-0.5.1.tgz",
  3055. "integrity": "sha512-3z3vFexKIEnjHE3zCMRo6fn/e44U7T1khUjg+Hp0ZQMCigh28rALD0nPFBcGZuiLC5rLZa2ubQHDRln09JfU2Q==",
  3056. "dev": true,
  3057. "license": "MIT",
  3058. "dependencies": {
  3059. "semver": "^7.5.4"
  3060. },
  3061. "engines": {
  3062. "node": ">=12"
  3063. },
  3064. "peerDependencies": {
  3065. "eslint": ">=6.0.0"
  3066. }
  3067. },
  3068. "node_modules/eslint-plugin-es-x": {
  3069. "version": "7.8.0",
  3070. "resolved": "https://registry.npmjs.org/eslint-plugin-es-x/-/eslint-plugin-es-x-7.8.0.tgz",
  3071. "integrity": "sha512-7Ds8+wAAoV3T+LAKeu39Y5BzXCrGKrcISfgKEqTS4BDN8SFEDQd0S43jiQ8vIa3wUKD07qitZdfzlenSi8/0qQ==",
  3072. "dev": true,
  3073. "funding": [
  3074. "https://github.com/sponsors/ota-meshi",
  3075. "https://opencollective.com/eslint"
  3076. ],
  3077. "license": "MIT",
  3078. "dependencies": {
  3079. "@eslint-community/eslint-utils": "^4.1.2",
  3080. "@eslint-community/regexpp": "^4.11.0",
  3081. "eslint-compat-utils": "^0.5.1"
  3082. },
  3083. "engines": {
  3084. "node": "^14.18.0 || >=16.0.0"
  3085. },
  3086. "peerDependencies": {
  3087. "eslint": ">=8"
  3088. }
  3089. },
  3090. "node_modules/eslint-plugin-n": {
  3091. "version": "17.24.0",
  3092. "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.24.0.tgz",
  3093. "integrity": "sha512-/gC7/KAYmfNnPNOb3eu8vw+TdVnV0zhdQwexsw6FLXbhzroVj20vRn2qL8lDWDGnAQ2J8DhdfvXxX9EoxvERvw==",
  3094. "dev": true,
  3095. "license": "MIT",
  3096. "dependencies": {
  3097. "@eslint-community/eslint-utils": "^4.5.0",
  3098. "enhanced-resolve": "^5.17.1",
  3099. "eslint-plugin-es-x": "^7.8.0",
  3100. "get-tsconfig": "^4.8.1",
  3101. "globals": "^15.11.0",
  3102. "globrex": "^0.1.2",
  3103. "ignore": "^5.3.2",
  3104. "semver": "^7.6.3",
  3105. "ts-declaration-location": "^1.0.6"
  3106. },
  3107. "engines": {
  3108. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3109. },
  3110. "funding": {
  3111. "url": "https://opencollective.com/eslint"
  3112. },
  3113. "peerDependencies": {
  3114. "eslint": ">=8.23.0"
  3115. }
  3116. },
  3117. "node_modules/eslint-plugin-n/node_modules/globals": {
  3118. "version": "15.15.0",
  3119. "resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz",
  3120. "integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==",
  3121. "dev": true,
  3122. "license": "MIT",
  3123. "engines": {
  3124. "node": ">=18"
  3125. },
  3126. "funding": {
  3127. "url": "https://github.com/sponsors/sindresorhus"
  3128. }
  3129. },
  3130. "node_modules/eslint-plugin-promise": {
  3131. "version": "7.3.0",
  3132. "resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-7.3.0.tgz",
  3133. "integrity": "sha512-6uGiOR0INuujr6PEQmeSSP7GbIMJ/ebEXXiEzb/nOj68LknH5Pxzb/AbZivmr6VE6TkTE8rTjRK9zhKpK6HsRA==",
  3134. "dev": true,
  3135. "license": "ISC",
  3136. "dependencies": {
  3137. "@eslint-community/eslint-utils": "^4.4.0"
  3138. },
  3139. "engines": {
  3140. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3141. },
  3142. "funding": {
  3143. "url": "https://opencollective.com/eslint"
  3144. },
  3145. "peerDependencies": {
  3146. "eslint": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0"
  3147. }
  3148. },
  3149. "node_modules/eslint-plugin-react": {
  3150. "version": "7.37.5",
  3151. "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz",
  3152. "integrity": "sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==",
  3153. "dev": true,
  3154. "license": "MIT",
  3155. "dependencies": {
  3156. "array-includes": "^3.1.8",
  3157. "array.prototype.findlast": "^1.2.5",
  3158. "array.prototype.flatmap": "^1.3.3",
  3159. "array.prototype.tosorted": "^1.1.4",
  3160. "doctrine": "^2.1.0",
  3161. "es-iterator-helpers": "^1.2.1",
  3162. "estraverse": "^5.3.0",
  3163. "hasown": "^2.0.2",
  3164. "jsx-ast-utils": "^2.4.1 || ^3.0.0",
  3165. "minimatch": "^3.1.2",
  3166. "object.entries": "^1.1.9",
  3167. "object.fromentries": "^2.0.8",
  3168. "object.values": "^1.2.1",
  3169. "prop-types": "^15.8.1",
  3170. "resolve": "^2.0.0-next.5",
  3171. "semver": "^6.3.1",
  3172. "string.prototype.matchall": "^4.0.12",
  3173. "string.prototype.repeat": "^1.0.0"
  3174. },
  3175. "engines": {
  3176. "node": ">=4"
  3177. },
  3178. "peerDependencies": {
  3179. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7"
  3180. }
  3181. },
  3182. "node_modules/eslint-plugin-react/node_modules/semver": {
  3183. "version": "6.3.1",
  3184. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  3185. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  3186. "dev": true,
  3187. "license": "ISC",
  3188. "bin": {
  3189. "semver": "bin/semver.js"
  3190. }
  3191. },
  3192. "node_modules/eslint-plugin-vue": {
  3193. "version": "10.11.0",
  3194. "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-10.11.0.tgz",
  3195. "integrity": "sha512-fGt38SsaPCZ2FmA3bX/3vOW2qdsPNx0/9x+7Aab6NMX++PhynMtK4LWC4vzXgfQBCqpUAler18H38GA+NBAd0Q==",
  3196. "dev": true,
  3197. "license": "MIT",
  3198. "dependencies": {
  3199. "@eslint-community/eslint-utils": "^4.9.1",
  3200. "natural-compare": "^1.4.0",
  3201. "nth-check": "^2.1.1",
  3202. "postcss-selector-parser": "^7.1.4",
  3203. "semver": "^7.8.5",
  3204. "xml-name-validator": "^5.0.0"
  3205. },
  3206. "engines": {
  3207. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3208. },
  3209. "peerDependencies": {
  3210. "@stylistic/eslint-plugin": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0",
  3211. "@typescript-eslint/parser": "^7.0.0 || ^8.0.0",
  3212. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  3213. "vue-eslint-parser": "^10.3.0"
  3214. },
  3215. "peerDependenciesMeta": {
  3216. "@stylistic/eslint-plugin": {
  3217. "optional": true
  3218. },
  3219. "@typescript-eslint/parser": {
  3220. "optional": true
  3221. }
  3222. }
  3223. },
  3224. "node_modules/eslint-scope": {
  3225. "version": "8.4.0",
  3226. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
  3227. "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
  3228. "dev": true,
  3229. "license": "BSD-2-Clause",
  3230. "dependencies": {
  3231. "esrecurse": "^4.3.0",
  3232. "estraverse": "^5.2.0"
  3233. },
  3234. "engines": {
  3235. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3236. },
  3237. "funding": {
  3238. "url": "https://opencollective.com/eslint"
  3239. }
  3240. },
  3241. "node_modules/eslint-visitor-keys": {
  3242. "version": "3.4.3",
  3243. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  3244. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  3245. "dev": true,
  3246. "license": "Apache-2.0",
  3247. "engines": {
  3248. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3249. },
  3250. "funding": {
  3251. "url": "https://opencollective.com/eslint"
  3252. }
  3253. },
  3254. "node_modules/eslint/node_modules/eslint-visitor-keys": {
  3255. "version": "4.2.1",
  3256. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
  3257. "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
  3258. "dev": true,
  3259. "license": "Apache-2.0",
  3260. "engines": {
  3261. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3262. },
  3263. "funding": {
  3264. "url": "https://opencollective.com/eslint"
  3265. }
  3266. },
  3267. "node_modules/eslint/node_modules/glob-parent": {
  3268. "version": "6.0.2",
  3269. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  3270. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  3271. "dev": true,
  3272. "license": "ISC",
  3273. "dependencies": {
  3274. "is-glob": "^4.0.3"
  3275. },
  3276. "engines": {
  3277. "node": ">=10.13.0"
  3278. }
  3279. },
  3280. "node_modules/espree": {
  3281. "version": "10.4.0",
  3282. "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
  3283. "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
  3284. "dev": true,
  3285. "license": "BSD-2-Clause",
  3286. "dependencies": {
  3287. "acorn": "^8.15.0",
  3288. "acorn-jsx": "^5.3.2",
  3289. "eslint-visitor-keys": "^4.2.1"
  3290. },
  3291. "engines": {
  3292. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3293. },
  3294. "funding": {
  3295. "url": "https://opencollective.com/eslint"
  3296. }
  3297. },
  3298. "node_modules/espree/node_modules/eslint-visitor-keys": {
  3299. "version": "4.2.1",
  3300. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
  3301. "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
  3302. "dev": true,
  3303. "license": "Apache-2.0",
  3304. "engines": {
  3305. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3306. },
  3307. "funding": {
  3308. "url": "https://opencollective.com/eslint"
  3309. }
  3310. },
  3311. "node_modules/esquery": {
  3312. "version": "1.6.0",
  3313. "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
  3314. "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
  3315. "dev": true,
  3316. "license": "BSD-3-Clause",
  3317. "dependencies": {
  3318. "estraverse": "^5.1.0"
  3319. },
  3320. "engines": {
  3321. "node": ">=0.10"
  3322. }
  3323. },
  3324. "node_modules/esrecurse": {
  3325. "version": "4.3.0",
  3326. "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
  3327. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  3328. "dev": true,
  3329. "license": "BSD-2-Clause",
  3330. "dependencies": {
  3331. "estraverse": "^5.2.0"
  3332. },
  3333. "engines": {
  3334. "node": ">=4.0"
  3335. }
  3336. },
  3337. "node_modules/estraverse": {
  3338. "version": "5.3.0",
  3339. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  3340. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  3341. "dev": true,
  3342. "license": "BSD-2-Clause",
  3343. "engines": {
  3344. "node": ">=4.0"
  3345. }
  3346. },
  3347. "node_modules/estree-walker": {
  3348. "version": "2.0.2",
  3349. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  3350. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  3351. "license": "MIT"
  3352. },
  3353. "node_modules/esutils": {
  3354. "version": "2.0.3",
  3355. "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  3356. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  3357. "dev": true,
  3358. "license": "BSD-2-Clause",
  3359. "engines": {
  3360. "node": ">=0.10.0"
  3361. }
  3362. },
  3363. "node_modules/exsolve": {
  3364. "version": "1.0.7",
  3365. "resolved": "https://registry.npmjs.org/exsolve/-/exsolve-1.0.7.tgz",
  3366. "integrity": "sha512-VO5fQUzZtI6C+vx4w/4BWJpg3s/5l+6pRQEHzFRM8WFi4XffSP1Z+4qi7GbjWbvRQEbdIco5mIMq+zX4rPuLrw==",
  3367. "license": "MIT"
  3368. },
  3369. "node_modules/fast-deep-equal": {
  3370. "version": "3.1.3",
  3371. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  3372. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  3373. "dev": true
  3374. },
  3375. "node_modules/fast-glob": {
  3376. "version": "3.3.3",
  3377. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
  3378. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  3379. "dev": true,
  3380. "license": "MIT",
  3381. "dependencies": {
  3382. "@nodelib/fs.stat": "^2.0.2",
  3383. "@nodelib/fs.walk": "^1.2.3",
  3384. "glob-parent": "^5.1.2",
  3385. "merge2": "^1.3.0",
  3386. "micromatch": "^4.0.8"
  3387. },
  3388. "engines": {
  3389. "node": ">=8.6.0"
  3390. }
  3391. },
  3392. "node_modules/fast-json-stable-stringify": {
  3393. "version": "2.1.0",
  3394. "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  3395. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  3396. "dev": true,
  3397. "license": "MIT"
  3398. },
  3399. "node_modules/fast-levenshtein": {
  3400. "version": "2.0.6",
  3401. "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  3402. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  3403. "dev": true,
  3404. "license": "MIT"
  3405. },
  3406. "node_modules/fast-uri": {
  3407. "version": "3.1.7",
  3408. "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.7.tgz",
  3409. "integrity": "sha512-dOvZVzjdZdz7phd9v6jCbwxrBW3fK6n8Rc0CtdmM4bumzMnxywBYhuph6J819RRw/ku+rLbelwfMunktuzVVHg==",
  3410. "dev": true,
  3411. "funding": [
  3412. {
  3413. "type": "github",
  3414. "url": "https://github.com/sponsors/fastify"
  3415. },
  3416. {
  3417. "type": "opencollective",
  3418. "url": "https://opencollective.com/fastify"
  3419. }
  3420. ],
  3421. "license": "BSD-3-Clause"
  3422. },
  3423. "node_modules/fastest-levenshtein": {
  3424. "version": "1.0.16",
  3425. "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz",
  3426. "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==",
  3427. "dev": true,
  3428. "engines": {
  3429. "node": ">= 4.9.1"
  3430. }
  3431. },
  3432. "node_modules/fastq": {
  3433. "version": "1.17.1",
  3434. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
  3435. "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
  3436. "dev": true,
  3437. "dependencies": {
  3438. "reusify": "^1.0.4"
  3439. }
  3440. },
  3441. "node_modules/femtocrank": {
  3442. "version": "2.7.1",
  3443. "resolved": "https://registry.npmjs.org/femtocrank/-/femtocrank-2.7.1.tgz",
  3444. "integrity": "sha512-uGFVlURDI9EcwyvjybRY8A1mscrcs84nggKf8RZav6YtZLOarP7ETVieyB/9j1+tbspT1+Y0bMLVlLOY51U/pQ==",
  3445. "license": "AGPL-3.0"
  3446. },
  3447. "node_modules/file-entry-cache": {
  3448. "version": "8.0.0",
  3449. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
  3450. "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
  3451. "dev": true,
  3452. "license": "MIT",
  3453. "dependencies": {
  3454. "flat-cache": "^4.0.0"
  3455. },
  3456. "engines": {
  3457. "node": ">=16.0.0"
  3458. }
  3459. },
  3460. "node_modules/fill-range": {
  3461. "version": "7.1.1",
  3462. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  3463. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  3464. "dev": true,
  3465. "license": "MIT",
  3466. "dependencies": {
  3467. "to-regex-range": "^5.0.1"
  3468. },
  3469. "engines": {
  3470. "node": ">=8"
  3471. }
  3472. },
  3473. "node_modules/find-up": {
  3474. "version": "5.0.0",
  3475. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  3476. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  3477. "dev": true,
  3478. "license": "MIT",
  3479. "dependencies": {
  3480. "locate-path": "^6.0.0",
  3481. "path-exists": "^4.0.0"
  3482. },
  3483. "engines": {
  3484. "node": ">=10"
  3485. },
  3486. "funding": {
  3487. "url": "https://github.com/sponsors/sindresorhus"
  3488. }
  3489. },
  3490. "node_modules/flat-cache": {
  3491. "version": "4.0.1",
  3492. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
  3493. "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
  3494. "dev": true,
  3495. "license": "MIT",
  3496. "dependencies": {
  3497. "flatted": "^3.2.9",
  3498. "keyv": "^4.5.4"
  3499. },
  3500. "engines": {
  3501. "node": ">=16"
  3502. }
  3503. },
  3504. "node_modules/flatted": {
  3505. "version": "3.4.2",
  3506. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz",
  3507. "integrity": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==",
  3508. "dev": true,
  3509. "license": "ISC"
  3510. },
  3511. "node_modules/for-each": {
  3512. "version": "0.3.5",
  3513. "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz",
  3514. "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
  3515. "dev": true,
  3516. "license": "MIT",
  3517. "dependencies": {
  3518. "is-callable": "^1.2.7"
  3519. },
  3520. "engines": {
  3521. "node": ">= 0.4"
  3522. },
  3523. "funding": {
  3524. "url": "https://github.com/sponsors/ljharb"
  3525. }
  3526. },
  3527. "node_modules/fsevents": {
  3528. "version": "2.3.3",
  3529. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  3530. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  3531. "hasInstallScript": true,
  3532. "license": "MIT",
  3533. "optional": true,
  3534. "os": [
  3535. "darwin"
  3536. ],
  3537. "engines": {
  3538. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  3539. }
  3540. },
  3541. "node_modules/function-bind": {
  3542. "version": "1.1.2",
  3543. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  3544. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  3545. "dev": true,
  3546. "license": "MIT",
  3547. "funding": {
  3548. "url": "https://github.com/sponsors/ljharb"
  3549. }
  3550. },
  3551. "node_modules/function.prototype.name": {
  3552. "version": "1.2.0",
  3553. "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.2.0.tgz",
  3554. "integrity": "sha512-jObKIik1P2QjPHP5nz5BaOtUlfgS0fWo8IUByNXkM+o+02sJOi94em77GwJKQSJ3gfPHdgzLNrHc1uokV4P/ew==",
  3555. "dev": true,
  3556. "license": "MIT",
  3557. "dependencies": {
  3558. "call-bind": "^1.0.9",
  3559. "call-bound": "^1.0.4",
  3560. "es-define-property": "^1.0.1",
  3561. "es-errors": "^1.3.0",
  3562. "functions-have-names": "^1.2.3",
  3563. "has-property-descriptors": "^1.0.2",
  3564. "hasown": "^2.0.4",
  3565. "is-callable": "^1.2.7",
  3566. "is-document.all": "^1.0.0"
  3567. },
  3568. "engines": {
  3569. "node": ">= 0.4"
  3570. },
  3571. "funding": {
  3572. "url": "https://github.com/sponsors/ljharb"
  3573. }
  3574. },
  3575. "node_modules/functions-have-names": {
  3576. "version": "1.2.3",
  3577. "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
  3578. "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
  3579. "dev": true,
  3580. "license": "MIT",
  3581. "funding": {
  3582. "url": "https://github.com/sponsors/ljharb"
  3583. }
  3584. },
  3585. "node_modules/generator-function": {
  3586. "version": "2.0.1",
  3587. "resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz",
  3588. "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==",
  3589. "dev": true,
  3590. "license": "MIT",
  3591. "engines": {
  3592. "node": ">= 0.4"
  3593. }
  3594. },
  3595. "node_modules/get-east-asian-width": {
  3596. "version": "1.6.0",
  3597. "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.6.0.tgz",
  3598. "integrity": "sha512-QRbvDIbx6YklUe6RxeTeleMR0yv3cYH6PsPZHcnVn7xv7zO1BHN8r0XETu8n6Ye3Q+ahtSarc3WgtNWmehIBfA==",
  3599. "dev": true,
  3600. "license": "MIT",
  3601. "engines": {
  3602. "node": ">=18"
  3603. },
  3604. "funding": {
  3605. "url": "https://github.com/sponsors/sindresorhus"
  3606. }
  3607. },
  3608. "node_modules/get-intrinsic": {
  3609. "version": "1.3.0",
  3610. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  3611. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  3612. "dev": true,
  3613. "license": "MIT",
  3614. "dependencies": {
  3615. "call-bind-apply-helpers": "^1.0.2",
  3616. "es-define-property": "^1.0.1",
  3617. "es-errors": "^1.3.0",
  3618. "es-object-atoms": "^1.1.1",
  3619. "function-bind": "^1.1.2",
  3620. "get-proto": "^1.0.1",
  3621. "gopd": "^1.2.0",
  3622. "has-symbols": "^1.1.0",
  3623. "hasown": "^2.0.2",
  3624. "math-intrinsics": "^1.1.0"
  3625. },
  3626. "engines": {
  3627. "node": ">= 0.4"
  3628. },
  3629. "funding": {
  3630. "url": "https://github.com/sponsors/ljharb"
  3631. }
  3632. },
  3633. "node_modules/get-proto": {
  3634. "version": "1.0.1",
  3635. "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
  3636. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  3637. "dev": true,
  3638. "license": "MIT",
  3639. "dependencies": {
  3640. "dunder-proto": "^1.0.1",
  3641. "es-object-atoms": "^1.0.0"
  3642. },
  3643. "engines": {
  3644. "node": ">= 0.4"
  3645. }
  3646. },
  3647. "node_modules/get-symbol-description": {
  3648. "version": "1.1.0",
  3649. "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz",
  3650. "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==",
  3651. "dev": true,
  3652. "license": "MIT",
  3653. "dependencies": {
  3654. "call-bound": "^1.0.3",
  3655. "es-errors": "^1.3.0",
  3656. "get-intrinsic": "^1.2.6"
  3657. },
  3658. "engines": {
  3659. "node": ">= 0.4"
  3660. },
  3661. "funding": {
  3662. "url": "https://github.com/sponsors/ljharb"
  3663. }
  3664. },
  3665. "node_modules/get-tsconfig": {
  3666. "version": "4.14.3",
  3667. "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.14.3.tgz",
  3668. "integrity": "sha512-++QEw4DIY7WGoukz+/+A/8dGYPT9l9yIadnmSgZ8Rjr3YVSVDipQSO9CdnJo9ePqFqUUqh+wk9uIaoiAwsiPkA==",
  3669. "dev": true,
  3670. "license": "MIT",
  3671. "dependencies": {
  3672. "resolve-pkg-maps": "^1.0.0"
  3673. },
  3674. "funding": {
  3675. "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
  3676. }
  3677. },
  3678. "node_modules/glob-parent": {
  3679. "version": "5.1.2",
  3680. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  3681. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  3682. "dev": true,
  3683. "license": "ISC",
  3684. "dependencies": {
  3685. "is-glob": "^4.0.1"
  3686. },
  3687. "engines": {
  3688. "node": ">= 6"
  3689. }
  3690. },
  3691. "node_modules/global-modules": {
  3692. "version": "2.0.0",
  3693. "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz",
  3694. "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==",
  3695. "dev": true,
  3696. "dependencies": {
  3697. "global-prefix": "^3.0.0"
  3698. },
  3699. "engines": {
  3700. "node": ">=6"
  3701. }
  3702. },
  3703. "node_modules/global-prefix": {
  3704. "version": "3.0.0",
  3705. "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz",
  3706. "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==",
  3707. "dev": true,
  3708. "dependencies": {
  3709. "ini": "^1.3.5",
  3710. "kind-of": "^6.0.2",
  3711. "which": "^1.3.1"
  3712. },
  3713. "engines": {
  3714. "node": ">=6"
  3715. }
  3716. },
  3717. "node_modules/global-prefix/node_modules/which": {
  3718. "version": "1.3.1",
  3719. "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
  3720. "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
  3721. "dev": true,
  3722. "dependencies": {
  3723. "isexe": "^2.0.0"
  3724. },
  3725. "bin": {
  3726. "which": "bin/which"
  3727. }
  3728. },
  3729. "node_modules/globals": {
  3730. "version": "14.0.0",
  3731. "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
  3732. "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
  3733. "dev": true,
  3734. "license": "MIT",
  3735. "engines": {
  3736. "node": ">=18"
  3737. },
  3738. "funding": {
  3739. "url": "https://github.com/sponsors/sindresorhus"
  3740. }
  3741. },
  3742. "node_modules/globalthis": {
  3743. "version": "1.0.4",
  3744. "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz",
  3745. "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
  3746. "dev": true,
  3747. "license": "MIT",
  3748. "dependencies": {
  3749. "define-properties": "^1.2.1",
  3750. "gopd": "^1.0.1"
  3751. },
  3752. "engines": {
  3753. "node": ">= 0.4"
  3754. },
  3755. "funding": {
  3756. "url": "https://github.com/sponsors/ljharb"
  3757. }
  3758. },
  3759. "node_modules/globby": {
  3760. "version": "16.2.4",
  3761. "resolved": "https://registry.npmjs.org/globby/-/globby-16.2.4.tgz",
  3762. "integrity": "sha512-c8B/VNLmxRcmqqenRA9t+9IyOjf9+V6lTxPaUJLqOCONdQkWZ0ETYgX0qbtJqPsgCNusT9MZ5Jeidw8Eb9tn2g==",
  3763. "dev": true,
  3764. "license": "MIT",
  3765. "dependencies": {
  3766. "@sindresorhus/merge-streams": "^4.0.0",
  3767. "fast-glob": "^3.3.3",
  3768. "ignore": "^7.0.5",
  3769. "is-path-inside": "^4.0.0",
  3770. "micromatch": "^4.0.8",
  3771. "slash": "^5.1.0",
  3772. "unicorn-magic": "^0.4.0"
  3773. },
  3774. "engines": {
  3775. "node": ">=20"
  3776. },
  3777. "funding": {
  3778. "url": "https://github.com/sponsors/sindresorhus"
  3779. }
  3780. },
  3781. "node_modules/globby/node_modules/ignore": {
  3782. "version": "7.0.9",
  3783. "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.9.tgz",
  3784. "integrity": "sha512-brTTsvFRt5C1gGHtPst/281UjPD5t9fBqbgoMPlVWy11ZLTPfu7HxK4ZYqO9H7o/yC9rSTCI85EaQ4OoY12qYw==",
  3785. "dev": true,
  3786. "license": "MIT",
  3787. "engines": {
  3788. "node": ">= 4"
  3789. }
  3790. },
  3791. "node_modules/globby/node_modules/is-path-inside": {
  3792. "version": "4.0.0",
  3793. "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz",
  3794. "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==",
  3795. "dev": true,
  3796. "license": "MIT",
  3797. "engines": {
  3798. "node": ">=12"
  3799. },
  3800. "funding": {
  3801. "url": "https://github.com/sponsors/sindresorhus"
  3802. }
  3803. },
  3804. "node_modules/globjoin": {
  3805. "version": "0.1.4",
  3806. "resolved": "https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz",
  3807. "integrity": "sha512-xYfnw62CKG8nLkZBfWbhWwDw02CHty86jfPcc2cr3ZfeuK9ysoVPPEUxf21bAD/rWAgk52SuBrLJlefNy8mvFg==",
  3808. "dev": true
  3809. },
  3810. "node_modules/globrex": {
  3811. "version": "0.1.2",
  3812. "resolved": "https://registry.npmjs.org/globrex/-/globrex-0.1.2.tgz",
  3813. "integrity": "sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==",
  3814. "dev": true,
  3815. "license": "MIT"
  3816. },
  3817. "node_modules/gopd": {
  3818. "version": "1.2.0",
  3819. "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
  3820. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  3821. "dev": true,
  3822. "license": "MIT",
  3823. "engines": {
  3824. "node": ">= 0.4"
  3825. },
  3826. "funding": {
  3827. "url": "https://github.com/sponsors/ljharb"
  3828. }
  3829. },
  3830. "node_modules/graceful-fs": {
  3831. "version": "4.2.11",
  3832. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  3833. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  3834. "dev": true,
  3835. "license": "ISC"
  3836. },
  3837. "node_modules/has-bigints": {
  3838. "version": "1.1.0",
  3839. "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz",
  3840. "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==",
  3841. "dev": true,
  3842. "license": "MIT",
  3843. "engines": {
  3844. "node": ">= 0.4"
  3845. },
  3846. "funding": {
  3847. "url": "https://github.com/sponsors/ljharb"
  3848. }
  3849. },
  3850. "node_modules/has-flag": {
  3851. "version": "4.0.0",
  3852. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  3853. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  3854. "dev": true,
  3855. "license": "MIT",
  3856. "engines": {
  3857. "node": ">=8"
  3858. }
  3859. },
  3860. "node_modules/has-property-descriptors": {
  3861. "version": "1.0.2",
  3862. "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
  3863. "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
  3864. "dev": true,
  3865. "license": "MIT",
  3866. "dependencies": {
  3867. "es-define-property": "^1.0.0"
  3868. },
  3869. "funding": {
  3870. "url": "https://github.com/sponsors/ljharb"
  3871. }
  3872. },
  3873. "node_modules/has-proto": {
  3874. "version": "1.2.0",
  3875. "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz",
  3876. "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==",
  3877. "dev": true,
  3878. "license": "MIT",
  3879. "dependencies": {
  3880. "dunder-proto": "^1.0.0"
  3881. },
  3882. "engines": {
  3883. "node": ">= 0.4"
  3884. },
  3885. "funding": {
  3886. "url": "https://github.com/sponsors/ljharb"
  3887. }
  3888. },
  3889. "node_modules/has-symbols": {
  3890. "version": "1.1.0",
  3891. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
  3892. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  3893. "dev": true,
  3894. "license": "MIT",
  3895. "engines": {
  3896. "node": ">= 0.4"
  3897. },
  3898. "funding": {
  3899. "url": "https://github.com/sponsors/ljharb"
  3900. }
  3901. },
  3902. "node_modules/has-tostringtag": {
  3903. "version": "1.0.2",
  3904. "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  3905. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  3906. "dev": true,
  3907. "license": "MIT",
  3908. "dependencies": {
  3909. "has-symbols": "^1.0.3"
  3910. },
  3911. "engines": {
  3912. "node": ">= 0.4"
  3913. },
  3914. "funding": {
  3915. "url": "https://github.com/sponsors/ljharb"
  3916. }
  3917. },
  3918. "node_modules/hashery": {
  3919. "version": "1.5.1",
  3920. "resolved": "https://registry.npmjs.org/hashery/-/hashery-1.5.1.tgz",
  3921. "integrity": "sha512-iZyKG96/JwPz1N55vj2Ie2vXbhu440zfUfJvSwEqEbeLluk7NnapfGqa7LH0mOsnDxTF85Mx8/dyR6HfqcbmbQ==",
  3922. "dev": true,
  3923. "license": "MIT",
  3924. "dependencies": {
  3925. "hookified": "^1.15.0"
  3926. },
  3927. "engines": {
  3928. "node": ">=20"
  3929. }
  3930. },
  3931. "node_modules/hasown": {
  3932. "version": "2.0.4",
  3933. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz",
  3934. "integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
  3935. "dev": true,
  3936. "license": "MIT",
  3937. "dependencies": {
  3938. "function-bind": "^1.1.2"
  3939. },
  3940. "engines": {
  3941. "node": ">= 0.4"
  3942. }
  3943. },
  3944. "node_modules/hookable": {
  3945. "version": "5.5.3",
  3946. "resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz",
  3947. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
  3948. "license": "MIT"
  3949. },
  3950. "node_modules/hookified": {
  3951. "version": "1.15.1",
  3952. "resolved": "https://registry.npmjs.org/hookified/-/hookified-1.15.1.tgz",
  3953. "integrity": "sha512-MvG/clsADq1GPM2KGo2nyfaWVyn9naPiXrqIe4jYjXNZQt238kWyOGrsyc/DmRAQ+Re6yeo6yX/yoNCG5KAEVg==",
  3954. "dev": true,
  3955. "license": "MIT"
  3956. },
  3957. "node_modules/html-tags": {
  3958. "version": "5.1.0",
  3959. "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-5.1.0.tgz",
  3960. "integrity": "sha512-n6l5uca7/y5joxZ3LUePhzmBFUJ+U2YWzhMa8XUTecSeSlQiZdF5XAd/Q3/WUl0VsXgUwWi8I7CNIwdI5WN1SQ==",
  3961. "dev": true,
  3962. "license": "MIT",
  3963. "engines": {
  3964. "node": ">=20.10"
  3965. },
  3966. "funding": {
  3967. "url": "https://github.com/sponsors/sindresorhus"
  3968. }
  3969. },
  3970. "node_modules/iconify-icon": {
  3971. "version": "3.0.2",
  3972. "resolved": "https://registry.npmjs.org/iconify-icon/-/iconify-icon-3.0.2.tgz",
  3973. "integrity": "sha512-DYPAumiUeUeT/GHT8x2wrAVKn1FqZJqFH0Y5pBefapWRreV1BBvqBVMb0020YQ2njmbR59r/IathL2d2OrDrxA==",
  3974. "license": "MIT",
  3975. "dependencies": {
  3976. "@iconify/types": "^2.0.0"
  3977. },
  3978. "funding": {
  3979. "url": "https://github.com/sponsors/cyberalien"
  3980. }
  3981. },
  3982. "node_modules/ignore": {
  3983. "version": "5.3.2",
  3984. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
  3985. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  3986. "dev": true,
  3987. "license": "MIT",
  3988. "engines": {
  3989. "node": ">= 4"
  3990. }
  3991. },
  3992. "node_modules/import-fresh": {
  3993. "version": "3.3.0",
  3994. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
  3995. "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
  3996. "dev": true,
  3997. "dependencies": {
  3998. "parent-module": "^1.0.0",
  3999. "resolve-from": "^4.0.0"
  4000. },
  4001. "engines": {
  4002. "node": ">=6"
  4003. },
  4004. "funding": {
  4005. "url": "https://github.com/sponsors/sindresorhus"
  4006. }
  4007. },
  4008. "node_modules/import-meta-resolve": {
  4009. "version": "4.2.0",
  4010. "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.2.0.tgz",
  4011. "integrity": "sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==",
  4012. "dev": true,
  4013. "license": "MIT",
  4014. "funding": {
  4015. "type": "github",
  4016. "url": "https://github.com/sponsors/wooorm"
  4017. }
  4018. },
  4019. "node_modules/imurmurhash": {
  4020. "version": "0.1.4",
  4021. "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  4022. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  4023. "dev": true,
  4024. "engines": {
  4025. "node": ">=0.8.19"
  4026. }
  4027. },
  4028. "node_modules/ini": {
  4029. "version": "1.3.8",
  4030. "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
  4031. "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
  4032. "dev": true
  4033. },
  4034. "node_modules/internal-slot": {
  4035. "version": "1.1.0",
  4036. "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz",
  4037. "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==",
  4038. "dev": true,
  4039. "license": "MIT",
  4040. "dependencies": {
  4041. "es-errors": "^1.3.0",
  4042. "hasown": "^2.0.2",
  4043. "side-channel": "^1.1.0"
  4044. },
  4045. "engines": {
  4046. "node": ">= 0.4"
  4047. }
  4048. },
  4049. "node_modules/is-array-buffer": {
  4050. "version": "3.0.5",
  4051. "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz",
  4052. "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==",
  4053. "dev": true,
  4054. "license": "MIT",
  4055. "dependencies": {
  4056. "call-bind": "^1.0.8",
  4057. "call-bound": "^1.0.3",
  4058. "get-intrinsic": "^1.2.6"
  4059. },
  4060. "engines": {
  4061. "node": ">= 0.4"
  4062. },
  4063. "funding": {
  4064. "url": "https://github.com/sponsors/ljharb"
  4065. }
  4066. },
  4067. "node_modules/is-arrayish": {
  4068. "version": "0.2.1",
  4069. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
  4070. "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
  4071. "dev": true,
  4072. "license": "MIT"
  4073. },
  4074. "node_modules/is-async-function": {
  4075. "version": "2.1.1",
  4076. "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz",
  4077. "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==",
  4078. "dev": true,
  4079. "license": "MIT",
  4080. "dependencies": {
  4081. "async-function": "^1.0.0",
  4082. "call-bound": "^1.0.3",
  4083. "get-proto": "^1.0.1",
  4084. "has-tostringtag": "^1.0.2",
  4085. "safe-regex-test": "^1.1.0"
  4086. },
  4087. "engines": {
  4088. "node": ">= 0.4"
  4089. },
  4090. "funding": {
  4091. "url": "https://github.com/sponsors/ljharb"
  4092. }
  4093. },
  4094. "node_modules/is-bigint": {
  4095. "version": "1.1.0",
  4096. "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz",
  4097. "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==",
  4098. "dev": true,
  4099. "license": "MIT",
  4100. "dependencies": {
  4101. "has-bigints": "^1.0.2"
  4102. },
  4103. "engines": {
  4104. "node": ">= 0.4"
  4105. },
  4106. "funding": {
  4107. "url": "https://github.com/sponsors/ljharb"
  4108. }
  4109. },
  4110. "node_modules/is-boolean-object": {
  4111. "version": "1.2.2",
  4112. "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz",
  4113. "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==",
  4114. "dev": true,
  4115. "license": "MIT",
  4116. "dependencies": {
  4117. "call-bound": "^1.0.3",
  4118. "has-tostringtag": "^1.0.2"
  4119. },
  4120. "engines": {
  4121. "node": ">= 0.4"
  4122. },
  4123. "funding": {
  4124. "url": "https://github.com/sponsors/ljharb"
  4125. }
  4126. },
  4127. "node_modules/is-callable": {
  4128. "version": "1.2.7",
  4129. "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
  4130. "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
  4131. "dev": true,
  4132. "license": "MIT",
  4133. "engines": {
  4134. "node": ">= 0.4"
  4135. },
  4136. "funding": {
  4137. "url": "https://github.com/sponsors/ljharb"
  4138. }
  4139. },
  4140. "node_modules/is-core-module": {
  4141. "version": "2.16.2",
  4142. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.2.tgz",
  4143. "integrity": "sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==",
  4144. "dev": true,
  4145. "license": "MIT",
  4146. "dependencies": {
  4147. "hasown": "^2.0.3"
  4148. },
  4149. "engines": {
  4150. "node": ">= 0.4"
  4151. },
  4152. "funding": {
  4153. "url": "https://github.com/sponsors/ljharb"
  4154. }
  4155. },
  4156. "node_modules/is-data-view": {
  4157. "version": "1.0.2",
  4158. "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz",
  4159. "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==",
  4160. "dev": true,
  4161. "license": "MIT",
  4162. "dependencies": {
  4163. "call-bound": "^1.0.2",
  4164. "get-intrinsic": "^1.2.6",
  4165. "is-typed-array": "^1.1.13"
  4166. },
  4167. "engines": {
  4168. "node": ">= 0.4"
  4169. },
  4170. "funding": {
  4171. "url": "https://github.com/sponsors/ljharb"
  4172. }
  4173. },
  4174. "node_modules/is-date-object": {
  4175. "version": "1.1.0",
  4176. "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz",
  4177. "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==",
  4178. "dev": true,
  4179. "license": "MIT",
  4180. "dependencies": {
  4181. "call-bound": "^1.0.2",
  4182. "has-tostringtag": "^1.0.2"
  4183. },
  4184. "engines": {
  4185. "node": ">= 0.4"
  4186. },
  4187. "funding": {
  4188. "url": "https://github.com/sponsors/ljharb"
  4189. }
  4190. },
  4191. "node_modules/is-document.all": {
  4192. "version": "1.0.0",
  4193. "resolved": "https://registry.npmjs.org/is-document.all/-/is-document.all-1.0.0.tgz",
  4194. "integrity": "sha512-+XSoyS05OdBbhFuELhgTCpFNHkpBOJqtsZfUFFpe5QTw+9Sjbh8zitxhQkYAo6wV7e1Vb8cAPvpCk9jGam/82g==",
  4195. "dev": true,
  4196. "license": "MIT",
  4197. "dependencies": {
  4198. "call-bound": "^1.0.4"
  4199. },
  4200. "engines": {
  4201. "node": ">= 0.4"
  4202. },
  4203. "funding": {
  4204. "url": "https://github.com/sponsors/ljharb"
  4205. }
  4206. },
  4207. "node_modules/is-extglob": {
  4208. "version": "2.1.1",
  4209. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  4210. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  4211. "dev": true,
  4212. "engines": {
  4213. "node": ">=0.10.0"
  4214. }
  4215. },
  4216. "node_modules/is-finalizationregistry": {
  4217. "version": "1.1.1",
  4218. "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz",
  4219. "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==",
  4220. "dev": true,
  4221. "license": "MIT",
  4222. "dependencies": {
  4223. "call-bound": "^1.0.3"
  4224. },
  4225. "engines": {
  4226. "node": ">= 0.4"
  4227. },
  4228. "funding": {
  4229. "url": "https://github.com/sponsors/ljharb"
  4230. }
  4231. },
  4232. "node_modules/is-fullwidth-code-point": {
  4233. "version": "3.0.0",
  4234. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  4235. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  4236. "dev": true,
  4237. "engines": {
  4238. "node": ">=8"
  4239. }
  4240. },
  4241. "node_modules/is-generator-function": {
  4242. "version": "1.1.2",
  4243. "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz",
  4244. "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==",
  4245. "dev": true,
  4246. "license": "MIT",
  4247. "dependencies": {
  4248. "call-bound": "^1.0.4",
  4249. "generator-function": "^2.0.0",
  4250. "get-proto": "^1.0.1",
  4251. "has-tostringtag": "^1.0.2",
  4252. "safe-regex-test": "^1.1.0"
  4253. },
  4254. "engines": {
  4255. "node": ">= 0.4"
  4256. },
  4257. "funding": {
  4258. "url": "https://github.com/sponsors/ljharb"
  4259. }
  4260. },
  4261. "node_modules/is-glob": {
  4262. "version": "4.0.3",
  4263. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  4264. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  4265. "dev": true,
  4266. "dependencies": {
  4267. "is-extglob": "^2.1.1"
  4268. },
  4269. "engines": {
  4270. "node": ">=0.10.0"
  4271. }
  4272. },
  4273. "node_modules/is-map": {
  4274. "version": "2.0.3",
  4275. "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz",
  4276. "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==",
  4277. "dev": true,
  4278. "license": "MIT",
  4279. "engines": {
  4280. "node": ">= 0.4"
  4281. },
  4282. "funding": {
  4283. "url": "https://github.com/sponsors/ljharb"
  4284. }
  4285. },
  4286. "node_modules/is-negative-zero": {
  4287. "version": "2.0.3",
  4288. "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
  4289. "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==",
  4290. "dev": true,
  4291. "license": "MIT",
  4292. "engines": {
  4293. "node": ">= 0.4"
  4294. },
  4295. "funding": {
  4296. "url": "https://github.com/sponsors/ljharb"
  4297. }
  4298. },
  4299. "node_modules/is-number": {
  4300. "version": "7.0.0",
  4301. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  4302. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  4303. "dev": true,
  4304. "license": "MIT",
  4305. "engines": {
  4306. "node": ">=0.12.0"
  4307. }
  4308. },
  4309. "node_modules/is-number-object": {
  4310. "version": "1.1.1",
  4311. "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz",
  4312. "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==",
  4313. "dev": true,
  4314. "license": "MIT",
  4315. "dependencies": {
  4316. "call-bound": "^1.0.3",
  4317. "has-tostringtag": "^1.0.2"
  4318. },
  4319. "engines": {
  4320. "node": ">= 0.4"
  4321. },
  4322. "funding": {
  4323. "url": "https://github.com/sponsors/ljharb"
  4324. }
  4325. },
  4326. "node_modules/is-regex": {
  4327. "version": "1.2.1",
  4328. "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz",
  4329. "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==",
  4330. "dev": true,
  4331. "license": "MIT",
  4332. "dependencies": {
  4333. "call-bound": "^1.0.2",
  4334. "gopd": "^1.2.0",
  4335. "has-tostringtag": "^1.0.2",
  4336. "hasown": "^2.0.2"
  4337. },
  4338. "engines": {
  4339. "node": ">= 0.4"
  4340. },
  4341. "funding": {
  4342. "url": "https://github.com/sponsors/ljharb"
  4343. }
  4344. },
  4345. "node_modules/is-set": {
  4346. "version": "2.0.3",
  4347. "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz",
  4348. "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==",
  4349. "dev": true,
  4350. "license": "MIT",
  4351. "engines": {
  4352. "node": ">= 0.4"
  4353. },
  4354. "funding": {
  4355. "url": "https://github.com/sponsors/ljharb"
  4356. }
  4357. },
  4358. "node_modules/is-shared-array-buffer": {
  4359. "version": "1.0.4",
  4360. "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz",
  4361. "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==",
  4362. "dev": true,
  4363. "license": "MIT",
  4364. "dependencies": {
  4365. "call-bound": "^1.0.3"
  4366. },
  4367. "engines": {
  4368. "node": ">= 0.4"
  4369. },
  4370. "funding": {
  4371. "url": "https://github.com/sponsors/ljharb"
  4372. }
  4373. },
  4374. "node_modules/is-string": {
  4375. "version": "1.1.1",
  4376. "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz",
  4377. "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==",
  4378. "dev": true,
  4379. "license": "MIT",
  4380. "dependencies": {
  4381. "call-bound": "^1.0.3",
  4382. "has-tostringtag": "^1.0.2"
  4383. },
  4384. "engines": {
  4385. "node": ">= 0.4"
  4386. },
  4387. "funding": {
  4388. "url": "https://github.com/sponsors/ljharb"
  4389. }
  4390. },
  4391. "node_modules/is-symbol": {
  4392. "version": "1.1.1",
  4393. "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz",
  4394. "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==",
  4395. "dev": true,
  4396. "license": "MIT",
  4397. "dependencies": {
  4398. "call-bound": "^1.0.2",
  4399. "has-symbols": "^1.1.0",
  4400. "safe-regex-test": "^1.1.0"
  4401. },
  4402. "engines": {
  4403. "node": ">= 0.4"
  4404. },
  4405. "funding": {
  4406. "url": "https://github.com/sponsors/ljharb"
  4407. }
  4408. },
  4409. "node_modules/is-typed-array": {
  4410. "version": "1.1.15",
  4411. "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz",
  4412. "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
  4413. "dev": true,
  4414. "license": "MIT",
  4415. "dependencies": {
  4416. "which-typed-array": "^1.1.16"
  4417. },
  4418. "engines": {
  4419. "node": ">= 0.4"
  4420. },
  4421. "funding": {
  4422. "url": "https://github.com/sponsors/ljharb"
  4423. }
  4424. },
  4425. "node_modules/is-weakmap": {
  4426. "version": "2.0.2",
  4427. "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz",
  4428. "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==",
  4429. "dev": true,
  4430. "license": "MIT",
  4431. "engines": {
  4432. "node": ">= 0.4"
  4433. },
  4434. "funding": {
  4435. "url": "https://github.com/sponsors/ljharb"
  4436. }
  4437. },
  4438. "node_modules/is-weakref": {
  4439. "version": "1.1.1",
  4440. "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz",
  4441. "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==",
  4442. "dev": true,
  4443. "license": "MIT",
  4444. "dependencies": {
  4445. "call-bound": "^1.0.3"
  4446. },
  4447. "engines": {
  4448. "node": ">= 0.4"
  4449. },
  4450. "funding": {
  4451. "url": "https://github.com/sponsors/ljharb"
  4452. }
  4453. },
  4454. "node_modules/is-weakset": {
  4455. "version": "2.0.4",
  4456. "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz",
  4457. "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==",
  4458. "dev": true,
  4459. "license": "MIT",
  4460. "dependencies": {
  4461. "call-bound": "^1.0.3",
  4462. "get-intrinsic": "^1.2.6"
  4463. },
  4464. "engines": {
  4465. "node": ">= 0.4"
  4466. },
  4467. "funding": {
  4468. "url": "https://github.com/sponsors/ljharb"
  4469. }
  4470. },
  4471. "node_modules/isarray": {
  4472. "version": "2.0.5",
  4473. "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
  4474. "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
  4475. "dev": true,
  4476. "license": "MIT"
  4477. },
  4478. "node_modules/isexe": {
  4479. "version": "2.0.0",
  4480. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  4481. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  4482. "dev": true
  4483. },
  4484. "node_modules/iterator.prototype": {
  4485. "version": "1.1.5",
  4486. "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.5.tgz",
  4487. "integrity": "sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==",
  4488. "dev": true,
  4489. "license": "MIT",
  4490. "dependencies": {
  4491. "define-data-property": "^1.1.4",
  4492. "es-object-atoms": "^1.0.0",
  4493. "get-intrinsic": "^1.2.6",
  4494. "get-proto": "^1.0.0",
  4495. "has-symbols": "^1.1.0",
  4496. "set-function-name": "^2.0.2"
  4497. },
  4498. "engines": {
  4499. "node": ">= 0.4"
  4500. }
  4501. },
  4502. "node_modules/js-tokens": {
  4503. "version": "4.0.0",
  4504. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  4505. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  4506. "dev": true
  4507. },
  4508. "node_modules/js-yaml": {
  4509. "version": "4.3.2",
  4510. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.2.tgz",
  4511. "integrity": "sha512-SFNOvSJ+Dgf/9An904Yx+CgSlIPCkIpao4qo51lpee25TIRejdH3rhR4EZMGoNx3/TP3O+wzWuiTFl4sqbltzA==",
  4512. "dev": true,
  4513. "funding": [
  4514. {
  4515. "type": "github",
  4516. "url": "https://github.com/sponsors/puzrin"
  4517. },
  4518. {
  4519. "type": "github",
  4520. "url": "https://github.com/sponsors/nodeca"
  4521. }
  4522. ],
  4523. "license": "MIT",
  4524. "dependencies": {
  4525. "argparse": "^2.0.1"
  4526. },
  4527. "bin": {
  4528. "js-yaml": "bin/js-yaml.js"
  4529. }
  4530. },
  4531. "node_modules/json-buffer": {
  4532. "version": "3.0.1",
  4533. "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
  4534. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  4535. "dev": true,
  4536. "license": "MIT"
  4537. },
  4538. "node_modules/json-parse-even-better-errors": {
  4539. "version": "2.3.1",
  4540. "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
  4541. "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
  4542. "dev": true,
  4543. "license": "MIT"
  4544. },
  4545. "node_modules/json-schema-traverse": {
  4546. "version": "0.4.1",
  4547. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  4548. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  4549. "dev": true,
  4550. "license": "MIT"
  4551. },
  4552. "node_modules/json-stable-stringify-without-jsonify": {
  4553. "version": "1.0.1",
  4554. "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  4555. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  4556. "dev": true,
  4557. "license": "MIT"
  4558. },
  4559. "node_modules/jsx-ast-utils": {
  4560. "version": "3.3.5",
  4561. "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz",
  4562. "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==",
  4563. "dev": true,
  4564. "license": "MIT",
  4565. "dependencies": {
  4566. "array-includes": "^3.1.6",
  4567. "array.prototype.flat": "^1.3.1",
  4568. "object.assign": "^4.1.4",
  4569. "object.values": "^1.1.6"
  4570. },
  4571. "engines": {
  4572. "node": ">=4.0"
  4573. }
  4574. },
  4575. "node_modules/keyv": {
  4576. "version": "4.5.4",
  4577. "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
  4578. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  4579. "dev": true,
  4580. "license": "MIT",
  4581. "dependencies": {
  4582. "json-buffer": "3.0.1"
  4583. }
  4584. },
  4585. "node_modules/kind-of": {
  4586. "version": "6.0.3",
  4587. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
  4588. "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
  4589. "dev": true,
  4590. "engines": {
  4591. "node": ">=0.10.0"
  4592. }
  4593. },
  4594. "node_modules/levn": {
  4595. "version": "0.4.1",
  4596. "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
  4597. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  4598. "dev": true,
  4599. "license": "MIT",
  4600. "dependencies": {
  4601. "prelude-ls": "^1.2.1",
  4602. "type-check": "~0.4.0"
  4603. },
  4604. "engines": {
  4605. "node": ">= 0.8.0"
  4606. }
  4607. },
  4608. "node_modules/lightningcss": {
  4609. "version": "1.33.0",
  4610. "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.33.0.tgz",
  4611. "integrity": "sha512-WkUDrojuJs0xkgGf2udWxa3yGBRxPtxUkB79i6aCZLRgc7PM8fZe9TosfPDcvEpQZbuFASnHYmRLBLUbmLOIIA==",
  4612. "license": "MPL-2.0",
  4613. "dependencies": {
  4614. "detect-libc": "^2.0.3"
  4615. },
  4616. "engines": {
  4617. "node": ">= 12.0.0"
  4618. },
  4619. "funding": {
  4620. "type": "opencollective",
  4621. "url": "https://opencollective.com/parcel"
  4622. },
  4623. "optionalDependencies": {
  4624. "lightningcss-android-arm64": "1.33.0",
  4625. "lightningcss-darwin-arm64": "1.33.0",
  4626. "lightningcss-darwin-x64": "1.33.0",
  4627. "lightningcss-freebsd-x64": "1.33.0",
  4628. "lightningcss-linux-arm-gnueabihf": "1.33.0",
  4629. "lightningcss-linux-arm64-gnu": "1.33.0",
  4630. "lightningcss-linux-arm64-musl": "1.33.0",
  4631. "lightningcss-linux-x64-gnu": "1.33.0",
  4632. "lightningcss-linux-x64-musl": "1.33.0",
  4633. "lightningcss-win32-arm64-msvc": "1.33.0",
  4634. "lightningcss-win32-x64-msvc": "1.33.0"
  4635. }
  4636. },
  4637. "node_modules/lightningcss-android-arm64": {
  4638. "version": "1.33.0",
  4639. "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.33.0.tgz",
  4640. "integrity": "sha512-gEpRTalKdosp4Bb8qWtc2iOgE5SeIHlpS1up9bFq2wAyYhl1UdTObYiHe98zEM9SQvSoqQZ1IQD0JNpg3Ml5pg==",
  4641. "cpu": [
  4642. "arm64"
  4643. ],
  4644. "license": "MPL-2.0",
  4645. "optional": true,
  4646. "os": [
  4647. "android"
  4648. ],
  4649. "engines": {
  4650. "node": ">= 12.0.0"
  4651. },
  4652. "funding": {
  4653. "type": "opencollective",
  4654. "url": "https://opencollective.com/parcel"
  4655. }
  4656. },
  4657. "node_modules/lightningcss-darwin-arm64": {
  4658. "version": "1.33.0",
  4659. "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.33.0.tgz",
  4660. "integrity": "sha512-Sciaz8eenNTKn9b3t7+xr0ipTp9YxKQY4npwQ3mrRuL0BAVHBLyZxofhaKBAVtzmtRZ/zTyo0/to4B1uWG/Djg==",
  4661. "cpu": [
  4662. "arm64"
  4663. ],
  4664. "license": "MPL-2.0",
  4665. "optional": true,
  4666. "os": [
  4667. "darwin"
  4668. ],
  4669. "engines": {
  4670. "node": ">= 12.0.0"
  4671. },
  4672. "funding": {
  4673. "type": "opencollective",
  4674. "url": "https://opencollective.com/parcel"
  4675. }
  4676. },
  4677. "node_modules/lightningcss-darwin-x64": {
  4678. "version": "1.33.0",
  4679. "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.33.0.tgz",
  4680. "integrity": "sha512-Z5UPAxzrjlWNNyGy6i65cJzzvgJ5D3T6wMvs+gWpY9d7qRhANrxqAp6LhxIgZhWEw18RfJTGcRxjuLIBr+m8XQ==",
  4681. "cpu": [
  4682. "x64"
  4683. ],
  4684. "license": "MPL-2.0",
  4685. "optional": true,
  4686. "os": [
  4687. "darwin"
  4688. ],
  4689. "engines": {
  4690. "node": ">= 12.0.0"
  4691. },
  4692. "funding": {
  4693. "type": "opencollective",
  4694. "url": "https://opencollective.com/parcel"
  4695. }
  4696. },
  4697. "node_modules/lightningcss-freebsd-x64": {
  4698. "version": "1.33.0",
  4699. "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.33.0.tgz",
  4700. "integrity": "sha512-QQM/Ti/hQajJwCY+RiWuCZ9sdtI/XQk7nDK5vC8kkdwixezOlDgvDx7+RT+QjK6FcFT4MpsuoBnHIo/O3StRRg==",
  4701. "cpu": [
  4702. "x64"
  4703. ],
  4704. "license": "MPL-2.0",
  4705. "optional": true,
  4706. "os": [
  4707. "freebsd"
  4708. ],
  4709. "engines": {
  4710. "node": ">= 12.0.0"
  4711. },
  4712. "funding": {
  4713. "type": "opencollective",
  4714. "url": "https://opencollective.com/parcel"
  4715. }
  4716. },
  4717. "node_modules/lightningcss-linux-arm-gnueabihf": {
  4718. "version": "1.33.0",
  4719. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.33.0.tgz",
  4720. "integrity": "sha512-N7FVBe6iS24MlM6R/4RBTxGhQheZGs7tiQ9U32UtF75NzP5Q7xWPRqLBCKxlRQRk3rY1jCIPLzx7WzOhuUIRLQ==",
  4721. "cpu": [
  4722. "arm"
  4723. ],
  4724. "license": "MPL-2.0",
  4725. "optional": true,
  4726. "os": [
  4727. "linux"
  4728. ],
  4729. "engines": {
  4730. "node": ">= 12.0.0"
  4731. },
  4732. "funding": {
  4733. "type": "opencollective",
  4734. "url": "https://opencollective.com/parcel"
  4735. }
  4736. },
  4737. "node_modules/lightningcss-linux-arm64-gnu": {
  4738. "version": "1.33.0",
  4739. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.33.0.tgz",
  4740. "integrity": "sha512-j2v/itmy4HlNxlc6voKXYgBqNi0Ng2LShg4z7GufpEgs05P+2suBVyi9I6YHq5uoVFx9ETin3eCEhLVyXGQnKg==",
  4741. "cpu": [
  4742. "arm64"
  4743. ],
  4744. "license": "MPL-2.0",
  4745. "optional": true,
  4746. "os": [
  4747. "linux"
  4748. ],
  4749. "engines": {
  4750. "node": ">= 12.0.0"
  4751. },
  4752. "funding": {
  4753. "type": "opencollective",
  4754. "url": "https://opencollective.com/parcel"
  4755. }
  4756. },
  4757. "node_modules/lightningcss-linux-arm64-musl": {
  4758. "version": "1.33.0",
  4759. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.33.0.tgz",
  4760. "integrity": "sha512-yiO5ROMuYQgXbC60yjZU5CYSFZGKXL0HFATXt9mHJn1+zW55oCtMI9NfcVhYLMFDL7gV7oBPon/EmMMGg2OvtQ==",
  4761. "cpu": [
  4762. "arm64"
  4763. ],
  4764. "license": "MPL-2.0",
  4765. "optional": true,
  4766. "os": [
  4767. "linux"
  4768. ],
  4769. "engines": {
  4770. "node": ">= 12.0.0"
  4771. },
  4772. "funding": {
  4773. "type": "opencollective",
  4774. "url": "https://opencollective.com/parcel"
  4775. }
  4776. },
  4777. "node_modules/lightningcss-linux-x64-gnu": {
  4778. "version": "1.33.0",
  4779. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.33.0.tgz",
  4780. "integrity": "sha512-ar+Ju7LmcN0Jo4FpL4hpFybwNG9/3A/Br5KW2n2jyODg3MEZXaDYADdemoNS+BDNfMgKvylJLj4S5tyRActuAg==",
  4781. "cpu": [
  4782. "x64"
  4783. ],
  4784. "license": "MPL-2.0",
  4785. "optional": true,
  4786. "os": [
  4787. "linux"
  4788. ],
  4789. "engines": {
  4790. "node": ">= 12.0.0"
  4791. },
  4792. "funding": {
  4793. "type": "opencollective",
  4794. "url": "https://opencollective.com/parcel"
  4795. }
  4796. },
  4797. "node_modules/lightningcss-linux-x64-musl": {
  4798. "version": "1.33.0",
  4799. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.33.0.tgz",
  4800. "integrity": "sha512-RYiYbkokw0trfKqqzfF55lginwEPrD3OJDfTuJzFs1MK6iFnDenaz1fqLLtX4ITG3OktJQXOeTaw1awrBAlZPw==",
  4801. "cpu": [
  4802. "x64"
  4803. ],
  4804. "license": "MPL-2.0",
  4805. "optional": true,
  4806. "os": [
  4807. "linux"
  4808. ],
  4809. "engines": {
  4810. "node": ">= 12.0.0"
  4811. },
  4812. "funding": {
  4813. "type": "opencollective",
  4814. "url": "https://opencollective.com/parcel"
  4815. }
  4816. },
  4817. "node_modules/lightningcss-win32-arm64-msvc": {
  4818. "version": "1.33.0",
  4819. "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.33.0.tgz",
  4820. "integrity": "sha512-1K+MPfLSFVpphzpdbfkhlWk6wBrTObBzS2T6db10PNOZgR9GoVsAWzwNyuhUYYbTp23j+4RrncfujZ4uAzXvwA==",
  4821. "cpu": [
  4822. "arm64"
  4823. ],
  4824. "license": "MPL-2.0",
  4825. "optional": true,
  4826. "os": [
  4827. "win32"
  4828. ],
  4829. "engines": {
  4830. "node": ">= 12.0.0"
  4831. },
  4832. "funding": {
  4833. "type": "opencollective",
  4834. "url": "https://opencollective.com/parcel"
  4835. }
  4836. },
  4837. "node_modules/lightningcss-win32-x64-msvc": {
  4838. "version": "1.33.0",
  4839. "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.33.0.tgz",
  4840. "integrity": "sha512-OlEICDx/Xl0FqSp4bry8zFnCvGpig3Gl4gCquvYwHuqJKEC1+n9NgDniFvqHGmMv1ZkqDJrDqKKSykTDX+ehuA==",
  4841. "cpu": [
  4842. "x64"
  4843. ],
  4844. "license": "MPL-2.0",
  4845. "optional": true,
  4846. "os": [
  4847. "win32"
  4848. ],
  4849. "engines": {
  4850. "node": ">= 12.0.0"
  4851. },
  4852. "funding": {
  4853. "type": "opencollective",
  4854. "url": "https://opencollective.com/parcel"
  4855. }
  4856. },
  4857. "node_modules/lines-and-columns": {
  4858. "version": "1.2.4",
  4859. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  4860. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
  4861. "dev": true,
  4862. "license": "MIT"
  4863. },
  4864. "node_modules/local-pkg": {
  4865. "version": "1.2.1",
  4866. "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-1.2.1.tgz",
  4867. "integrity": "sha512-++gUqRDEvcnN6Zhqrr+y/CkVEHhlrR96vZn3nZZPYzMcBUyBtTKzB9NadClFIsIVSsu+3i9tfk/erqy9kAmt7Q==",
  4868. "license": "MIT",
  4869. "dependencies": {
  4870. "mlly": "^1.7.4",
  4871. "pkg-types": "^2.3.0",
  4872. "quansync": "^0.2.11"
  4873. },
  4874. "engines": {
  4875. "node": ">=14"
  4876. },
  4877. "funding": {
  4878. "url": "https://github.com/sponsors/antfu"
  4879. }
  4880. },
  4881. "node_modules/locate-path": {
  4882. "version": "6.0.0",
  4883. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  4884. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  4885. "dev": true,
  4886. "license": "MIT",
  4887. "dependencies": {
  4888. "p-locate": "^5.0.0"
  4889. },
  4890. "engines": {
  4891. "node": ">=10"
  4892. },
  4893. "funding": {
  4894. "url": "https://github.com/sponsors/sindresorhus"
  4895. }
  4896. },
  4897. "node_modules/lodash.merge": {
  4898. "version": "4.6.2",
  4899. "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
  4900. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  4901. "dev": true,
  4902. "license": "MIT"
  4903. },
  4904. "node_modules/lodash.truncate": {
  4905. "version": "4.4.2",
  4906. "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz",
  4907. "integrity": "sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==",
  4908. "dev": true
  4909. },
  4910. "node_modules/loose-envify": {
  4911. "version": "1.4.0",
  4912. "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
  4913. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  4914. "dev": true,
  4915. "license": "MIT",
  4916. "dependencies": {
  4917. "js-tokens": "^3.0.0 || ^4.0.0"
  4918. },
  4919. "bin": {
  4920. "loose-envify": "cli.js"
  4921. }
  4922. },
  4923. "node_modules/magic-string": {
  4924. "version": "0.30.21",
  4925. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
  4926. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  4927. "license": "MIT",
  4928. "dependencies": {
  4929. "@jridgewell/sourcemap-codec": "^1.5.5"
  4930. }
  4931. },
  4932. "node_modules/magic-string-ast": {
  4933. "version": "1.0.3",
  4934. "resolved": "https://registry.npmjs.org/magic-string-ast/-/magic-string-ast-1.0.3.tgz",
  4935. "integrity": "sha512-CvkkH1i81zl7mmb94DsRiFeG9V2fR2JeuK8yDgS8oiZSFa++wWLEgZ5ufEOyLHbvSbD1gTRKv9NdX69Rnvr9JA==",
  4936. "license": "MIT",
  4937. "dependencies": {
  4938. "magic-string": "^0.30.19"
  4939. },
  4940. "engines": {
  4941. "node": ">=20.19.0"
  4942. },
  4943. "funding": {
  4944. "url": "https://github.com/sponsors/sxzz"
  4945. }
  4946. },
  4947. "node_modules/math-intrinsics": {
  4948. "version": "1.1.0",
  4949. "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  4950. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  4951. "dev": true,
  4952. "license": "MIT",
  4953. "engines": {
  4954. "node": ">= 0.4"
  4955. }
  4956. },
  4957. "node_modules/mathml-tag-names": {
  4958. "version": "4.0.0",
  4959. "resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-4.0.0.tgz",
  4960. "integrity": "sha512-aa6AU2Pcx0VP/XWnh8IGL0SYSgQHDT6Ucror2j2mXeFAlN3ahaNs8EZtG1YiticMkSLj3Gt6VPFfZogt7G5iFQ==",
  4961. "dev": true,
  4962. "license": "MIT",
  4963. "funding": {
  4964. "type": "github",
  4965. "url": "https://github.com/sponsors/wooorm"
  4966. }
  4967. },
  4968. "node_modules/mdn-data": {
  4969. "version": "2.27.1",
  4970. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.27.1.tgz",
  4971. "integrity": "sha512-9Yubnt3e8A0OKwxYSXyhLymGW4sCufcLG6VdiDdUGVkPhpqLxlvP5vl1983gQjJl3tqbrM731mjaZaP68AgosQ==",
  4972. "dev": true,
  4973. "license": "CC0-1.0"
  4974. },
  4975. "node_modules/meow": {
  4976. "version": "14.1.0",
  4977. "resolved": "https://registry.npmjs.org/meow/-/meow-14.1.0.tgz",
  4978. "integrity": "sha512-EDYo6VlmtnumlcBCbh1gLJ//9jvM/ndXHfVXIFrZVr6fGcwTUyCTFNTLCKuY3ffbK8L/+3Mzqnd58RojiZqHVw==",
  4979. "dev": true,
  4980. "license": "MIT",
  4981. "engines": {
  4982. "node": ">=20"
  4983. },
  4984. "funding": {
  4985. "url": "https://github.com/sponsors/sindresorhus"
  4986. }
  4987. },
  4988. "node_modules/merge2": {
  4989. "version": "1.4.1",
  4990. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  4991. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  4992. "dev": true,
  4993. "license": "MIT",
  4994. "engines": {
  4995. "node": ">= 8"
  4996. }
  4997. },
  4998. "node_modules/micromatch": {
  4999. "version": "4.0.8",
  5000. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
  5001. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  5002. "dev": true,
  5003. "license": "MIT",
  5004. "dependencies": {
  5005. "braces": "^3.0.3",
  5006. "picomatch": "^2.3.1"
  5007. },
  5008. "engines": {
  5009. "node": ">=8.6"
  5010. }
  5011. },
  5012. "node_modules/minimatch": {
  5013. "version": "3.1.5",
  5014. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
  5015. "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
  5016. "dev": true,
  5017. "license": "ISC",
  5018. "dependencies": {
  5019. "brace-expansion": "^1.1.7"
  5020. },
  5021. "engines": {
  5022. "node": "*"
  5023. }
  5024. },
  5025. "node_modules/mlly": {
  5026. "version": "1.8.2",
  5027. "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.8.2.tgz",
  5028. "integrity": "sha512-d+ObxMQFmbt10sretNDytwt85VrbkhhUA/JBGm1MPaWJ65Cl4wOgLaB1NYvJSZ0Ef03MMEU/0xpPMXUIQ29UfA==",
  5029. "license": "MIT",
  5030. "dependencies": {
  5031. "acorn": "^8.16.0",
  5032. "pathe": "^2.0.3",
  5033. "pkg-types": "^1.3.1",
  5034. "ufo": "^1.6.3"
  5035. }
  5036. },
  5037. "node_modules/mlly/node_modules/confbox": {
  5038. "version": "0.1.8",
  5039. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz",
  5040. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  5041. "license": "MIT"
  5042. },
  5043. "node_modules/mlly/node_modules/pkg-types": {
  5044. "version": "1.3.1",
  5045. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz",
  5046. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  5047. "license": "MIT",
  5048. "dependencies": {
  5049. "confbox": "^0.1.8",
  5050. "mlly": "^1.7.4",
  5051. "pathe": "^2.0.1"
  5052. }
  5053. },
  5054. "node_modules/ms": {
  5055. "version": "2.1.3",
  5056. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  5057. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  5058. "dev": true,
  5059. "license": "MIT"
  5060. },
  5061. "node_modules/muggle-string": {
  5062. "version": "0.4.1",
  5063. "resolved": "https://registry.npmjs.org/muggle-string/-/muggle-string-0.4.1.tgz",
  5064. "integrity": "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==",
  5065. "license": "MIT"
  5066. },
  5067. "node_modules/nanoid": {
  5068. "version": "3.3.18",
  5069. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.18.tgz",
  5070. "integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==",
  5071. "funding": [
  5072. {
  5073. "type": "github",
  5074. "url": "https://github.com/sponsors/ai"
  5075. }
  5076. ],
  5077. "license": "MIT",
  5078. "bin": {
  5079. "nanoid": "bin/nanoid.cjs"
  5080. },
  5081. "engines": {
  5082. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  5083. }
  5084. },
  5085. "node_modules/natural-compare": {
  5086. "version": "1.4.0",
  5087. "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  5088. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  5089. "dev": true,
  5090. "license": "MIT"
  5091. },
  5092. "node_modules/neostandard": {
  5093. "version": "0.13.0",
  5094. "resolved": "https://registry.npmjs.org/neostandard/-/neostandard-0.13.0.tgz",
  5095. "integrity": "sha512-R3iglFr+Dla/8qFBqsMxBvcYBOgP6rAGw7uRHKMpM3bUP0wLDRzUstxtEI9RfEwn7xszE/UUnh8H090Ru4Z52A==",
  5096. "dev": true,
  5097. "license": "MIT",
  5098. "dependencies": {
  5099. "@humanwhocodes/gitignore-to-minimatch": "^1.0.2",
  5100. "@stylistic/eslint-plugin": "2.11.0",
  5101. "eslint-plugin-n": "^17.23.2",
  5102. "eslint-plugin-promise": "^7.2.1",
  5103. "eslint-plugin-react": "^7.37.5",
  5104. "find-up": "^8.0.0",
  5105. "globals": "^17.3.0",
  5106. "peowly": "^1.3.3",
  5107. "typescript-eslint": "^8.56.0"
  5108. },
  5109. "bin": {
  5110. "neostandard": "cli.mjs"
  5111. },
  5112. "engines": {
  5113. "node": "^20.19.0 || ^22.13.0 || >=24"
  5114. },
  5115. "peerDependencies": {
  5116. "eslint": "^9.0.0"
  5117. }
  5118. },
  5119. "node_modules/neostandard/node_modules/find-up": {
  5120. "version": "8.0.0",
  5121. "resolved": "https://registry.npmjs.org/find-up/-/find-up-8.0.0.tgz",
  5122. "integrity": "sha512-JGG8pvDi2C+JxidYdIwQDyS/CgcrIdh18cvgxcBge3wSHRQOrooMD3GlFBcmMJAN9M42SAZjDp5zv1dglJjwww==",
  5123. "dev": true,
  5124. "license": "MIT",
  5125. "dependencies": {
  5126. "locate-path": "^8.0.0",
  5127. "unicorn-magic": "^0.3.0"
  5128. },
  5129. "engines": {
  5130. "node": ">=20"
  5131. },
  5132. "funding": {
  5133. "url": "https://github.com/sponsors/sindresorhus"
  5134. }
  5135. },
  5136. "node_modules/neostandard/node_modules/globals": {
  5137. "version": "17.12.0",
  5138. "resolved": "https://registry.npmjs.org/globals/-/globals-17.12.0.tgz",
  5139. "integrity": "sha512-cezEd/DTyyht9cvSSURyygXPfy04GtWO/5e6ZPvH7fCtjKz9PYOmuawphw1Ctd1f6C+5JypXfGD7ahNMXvevBA==",
  5140. "dev": true,
  5141. "license": "MIT",
  5142. "engines": {
  5143. "node": ">=18"
  5144. },
  5145. "funding": {
  5146. "url": "https://github.com/sponsors/sindresorhus"
  5147. }
  5148. },
  5149. "node_modules/neostandard/node_modules/locate-path": {
  5150. "version": "8.0.0",
  5151. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-8.0.0.tgz",
  5152. "integrity": "sha512-XT9ewWAC43tiAV7xDAPflMkG0qOPn2QjHqlgX8FOqmWa/rxnyYDulF9T0F7tRy1u+TVTmK/M//6VIOye+2zDXg==",
  5153. "dev": true,
  5154. "license": "MIT",
  5155. "dependencies": {
  5156. "p-locate": "^6.0.0"
  5157. },
  5158. "engines": {
  5159. "node": ">=20"
  5160. },
  5161. "funding": {
  5162. "url": "https://github.com/sponsors/sindresorhus"
  5163. }
  5164. },
  5165. "node_modules/neostandard/node_modules/p-limit": {
  5166. "version": "4.0.0",
  5167. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz",
  5168. "integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==",
  5169. "dev": true,
  5170. "license": "MIT",
  5171. "dependencies": {
  5172. "yocto-queue": "^1.0.0"
  5173. },
  5174. "engines": {
  5175. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  5176. },
  5177. "funding": {
  5178. "url": "https://github.com/sponsors/sindresorhus"
  5179. }
  5180. },
  5181. "node_modules/neostandard/node_modules/p-locate": {
  5182. "version": "6.0.0",
  5183. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz",
  5184. "integrity": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==",
  5185. "dev": true,
  5186. "license": "MIT",
  5187. "dependencies": {
  5188. "p-limit": "^4.0.0"
  5189. },
  5190. "engines": {
  5191. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  5192. },
  5193. "funding": {
  5194. "url": "https://github.com/sponsors/sindresorhus"
  5195. }
  5196. },
  5197. "node_modules/neostandard/node_modules/unicorn-magic": {
  5198. "version": "0.3.0",
  5199. "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.3.0.tgz",
  5200. "integrity": "sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==",
  5201. "dev": true,
  5202. "license": "MIT",
  5203. "engines": {
  5204. "node": ">=18"
  5205. },
  5206. "funding": {
  5207. "url": "https://github.com/sponsors/sindresorhus"
  5208. }
  5209. },
  5210. "node_modules/neostandard/node_modules/yocto-queue": {
  5211. "version": "1.2.2",
  5212. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.2.tgz",
  5213. "integrity": "sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ==",
  5214. "dev": true,
  5215. "license": "MIT",
  5216. "engines": {
  5217. "node": ">=12.20"
  5218. },
  5219. "funding": {
  5220. "url": "https://github.com/sponsors/sindresorhus"
  5221. }
  5222. },
  5223. "node_modules/node-exports-info": {
  5224. "version": "1.6.2",
  5225. "resolved": "https://registry.npmjs.org/node-exports-info/-/node-exports-info-1.6.2.tgz",
  5226. "integrity": "sha512-kXs9Go0cah0qHVV2v389IXQLdLCeE1xfFtjOAF+iobu0OIoG1pje8At2vMHyaPMiPMnG/LWP50twML21eMcAag==",
  5227. "dev": true,
  5228. "license": "MIT",
  5229. "dependencies": {
  5230. "array.prototype.flatmap": "^1.3.3",
  5231. "es-errors": "^1.3.0",
  5232. "object.entries": "^1.1.9",
  5233. "semver": "^6.3.1"
  5234. },
  5235. "engines": {
  5236. "node": ">= 0.4"
  5237. },
  5238. "funding": {
  5239. "url": "https://github.com/sponsors/ljharb"
  5240. }
  5241. },
  5242. "node_modules/node-exports-info/node_modules/semver": {
  5243. "version": "6.3.1",
  5244. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  5245. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  5246. "dev": true,
  5247. "license": "ISC",
  5248. "bin": {
  5249. "semver": "bin/semver.js"
  5250. }
  5251. },
  5252. "node_modules/normalize-path": {
  5253. "version": "3.0.0",
  5254. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  5255. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  5256. "dev": true,
  5257. "engines": {
  5258. "node": ">=0.10.0"
  5259. }
  5260. },
  5261. "node_modules/nostics": {
  5262. "version": "1.2.0",
  5263. "resolved": "https://registry.npmjs.org/nostics/-/nostics-1.2.0.tgz",
  5264. "integrity": "sha512-FGqEfhQjrvo1lL8KFifdTQiNwwQHJxC1jtYE1Rc54qF/jxONUNL+kC9gS1krX8Q65PgrQ5fCqH/I4NhWBvdSqg==",
  5265. "license": "MIT"
  5266. },
  5267. "node_modules/nth-check": {
  5268. "version": "2.1.1",
  5269. "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
  5270. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  5271. "dev": true,
  5272. "license": "BSD-2-Clause",
  5273. "dependencies": {
  5274. "boolbase": "^1.0.0"
  5275. },
  5276. "funding": {
  5277. "url": "https://github.com/fb55/nth-check?sponsor=1"
  5278. }
  5279. },
  5280. "node_modules/object-assign": {
  5281. "version": "4.1.1",
  5282. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  5283. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  5284. "dev": true,
  5285. "license": "MIT",
  5286. "engines": {
  5287. "node": ">=0.10.0"
  5288. }
  5289. },
  5290. "node_modules/object-inspect": {
  5291. "version": "1.13.4",
  5292. "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
  5293. "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
  5294. "dev": true,
  5295. "license": "MIT",
  5296. "engines": {
  5297. "node": ">= 0.4"
  5298. },
  5299. "funding": {
  5300. "url": "https://github.com/sponsors/ljharb"
  5301. }
  5302. },
  5303. "node_modules/object-keys": {
  5304. "version": "1.1.1",
  5305. "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
  5306. "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
  5307. "dev": true,
  5308. "license": "MIT",
  5309. "engines": {
  5310. "node": ">= 0.4"
  5311. }
  5312. },
  5313. "node_modules/object.assign": {
  5314. "version": "4.1.7",
  5315. "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz",
  5316. "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==",
  5317. "dev": true,
  5318. "license": "MIT",
  5319. "dependencies": {
  5320. "call-bind": "^1.0.8",
  5321. "call-bound": "^1.0.3",
  5322. "define-properties": "^1.2.1",
  5323. "es-object-atoms": "^1.0.0",
  5324. "has-symbols": "^1.1.0",
  5325. "object-keys": "^1.1.1"
  5326. },
  5327. "engines": {
  5328. "node": ">= 0.4"
  5329. },
  5330. "funding": {
  5331. "url": "https://github.com/sponsors/ljharb"
  5332. }
  5333. },
  5334. "node_modules/object.entries": {
  5335. "version": "1.1.9",
  5336. "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.9.tgz",
  5337. "integrity": "sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==",
  5338. "dev": true,
  5339. "license": "MIT",
  5340. "dependencies": {
  5341. "call-bind": "^1.0.8",
  5342. "call-bound": "^1.0.4",
  5343. "define-properties": "^1.2.1",
  5344. "es-object-atoms": "^1.1.1"
  5345. },
  5346. "engines": {
  5347. "node": ">= 0.4"
  5348. }
  5349. },
  5350. "node_modules/object.fromentries": {
  5351. "version": "2.0.8",
  5352. "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz",
  5353. "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==",
  5354. "dev": true,
  5355. "license": "MIT",
  5356. "dependencies": {
  5357. "call-bind": "^1.0.7",
  5358. "define-properties": "^1.2.1",
  5359. "es-abstract": "^1.23.2",
  5360. "es-object-atoms": "^1.0.0"
  5361. },
  5362. "engines": {
  5363. "node": ">= 0.4"
  5364. },
  5365. "funding": {
  5366. "url": "https://github.com/sponsors/ljharb"
  5367. }
  5368. },
  5369. "node_modules/object.values": {
  5370. "version": "1.2.1",
  5371. "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.1.tgz",
  5372. "integrity": "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==",
  5373. "dev": true,
  5374. "license": "MIT",
  5375. "dependencies": {
  5376. "call-bind": "^1.0.8",
  5377. "call-bound": "^1.0.3",
  5378. "define-properties": "^1.2.1",
  5379. "es-object-atoms": "^1.0.0"
  5380. },
  5381. "engines": {
  5382. "node": ">= 0.4"
  5383. },
  5384. "funding": {
  5385. "url": "https://github.com/sponsors/ljharb"
  5386. }
  5387. },
  5388. "node_modules/obug": {
  5389. "version": "2.1.1",
  5390. "resolved": "https://registry.npmjs.org/obug/-/obug-2.1.1.tgz",
  5391. "integrity": "sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==",
  5392. "funding": [
  5393. "https://github.com/sponsors/sxzz",
  5394. "https://opencollective.com/debug"
  5395. ],
  5396. "license": "MIT"
  5397. },
  5398. "node_modules/optionator": {
  5399. "version": "0.9.4",
  5400. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
  5401. "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
  5402. "dev": true,
  5403. "license": "MIT",
  5404. "dependencies": {
  5405. "deep-is": "^0.1.3",
  5406. "fast-levenshtein": "^2.0.6",
  5407. "levn": "^0.4.1",
  5408. "prelude-ls": "^1.2.1",
  5409. "type-check": "^0.4.0",
  5410. "word-wrap": "^1.2.5"
  5411. },
  5412. "engines": {
  5413. "node": ">= 0.8.0"
  5414. }
  5415. },
  5416. "node_modules/own-keys": {
  5417. "version": "1.0.2",
  5418. "resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.2.tgz",
  5419. "integrity": "sha512-19YVAg7T+WTrxggPukVq7DjTv6+PJ867TmhCvBsYwmbFCsZd344rq2Ld1p0wo8f8Qrrhgp82c6FJRqdXWtSEhg==",
  5420. "dev": true,
  5421. "license": "MIT",
  5422. "dependencies": {
  5423. "call-bound": "^1.0.4",
  5424. "get-intrinsic": "^1.3.0",
  5425. "object-keys": "^1.1.1",
  5426. "safe-push-apply": "^1.0.0"
  5427. },
  5428. "engines": {
  5429. "node": ">= 0.4"
  5430. },
  5431. "funding": {
  5432. "url": "https://github.com/sponsors/ljharb"
  5433. }
  5434. },
  5435. "node_modules/p-limit": {
  5436. "version": "3.1.0",
  5437. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  5438. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  5439. "dev": true,
  5440. "license": "MIT",
  5441. "dependencies": {
  5442. "yocto-queue": "^0.1.0"
  5443. },
  5444. "engines": {
  5445. "node": ">=10"
  5446. },
  5447. "funding": {
  5448. "url": "https://github.com/sponsors/sindresorhus"
  5449. }
  5450. },
  5451. "node_modules/p-locate": {
  5452. "version": "5.0.0",
  5453. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  5454. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  5455. "dev": true,
  5456. "license": "MIT",
  5457. "dependencies": {
  5458. "p-limit": "^3.0.2"
  5459. },
  5460. "engines": {
  5461. "node": ">=10"
  5462. },
  5463. "funding": {
  5464. "url": "https://github.com/sponsors/sindresorhus"
  5465. }
  5466. },
  5467. "node_modules/parent-module": {
  5468. "version": "1.0.1",
  5469. "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
  5470. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  5471. "dev": true,
  5472. "dependencies": {
  5473. "callsites": "^3.0.0"
  5474. },
  5475. "engines": {
  5476. "node": ">=6"
  5477. }
  5478. },
  5479. "node_modules/parse-json": {
  5480. "version": "5.2.0",
  5481. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
  5482. "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
  5483. "dev": true,
  5484. "license": "MIT",
  5485. "dependencies": {
  5486. "@babel/code-frame": "^7.0.0",
  5487. "error-ex": "^1.3.1",
  5488. "json-parse-even-better-errors": "^2.3.0",
  5489. "lines-and-columns": "^1.1.6"
  5490. },
  5491. "engines": {
  5492. "node": ">=8"
  5493. },
  5494. "funding": {
  5495. "url": "https://github.com/sponsors/sindresorhus"
  5496. }
  5497. },
  5498. "node_modules/path-exists": {
  5499. "version": "4.0.0",
  5500. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  5501. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  5502. "dev": true,
  5503. "license": "MIT",
  5504. "engines": {
  5505. "node": ">=8"
  5506. }
  5507. },
  5508. "node_modules/path-key": {
  5509. "version": "3.1.1",
  5510. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  5511. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  5512. "dev": true,
  5513. "license": "MIT",
  5514. "engines": {
  5515. "node": ">=8"
  5516. }
  5517. },
  5518. "node_modules/path-parse": {
  5519. "version": "1.0.7",
  5520. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  5521. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  5522. "dev": true,
  5523. "license": "MIT"
  5524. },
  5525. "node_modules/pathe": {
  5526. "version": "2.0.3",
  5527. "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
  5528. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  5529. "license": "MIT"
  5530. },
  5531. "node_modules/peowly": {
  5532. "version": "1.3.3",
  5533. "resolved": "https://registry.npmjs.org/peowly/-/peowly-1.3.3.tgz",
  5534. "integrity": "sha512-5UmUtvuCv3KzBX2NuQw2uF28o0t8Eq4KkPRZfUCzJs+DiNVKw7OaYn29vNDgrt/Pggs23CPlSTqgzlhHJfpT0A==",
  5535. "dev": true,
  5536. "license": "MIT",
  5537. "engines": {
  5538. "node": ">=18.6.0",
  5539. "typescript": ">=5.8"
  5540. }
  5541. },
  5542. "node_modules/perfect-debounce": {
  5543. "version": "2.1.0",
  5544. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-2.1.0.tgz",
  5545. "integrity": "sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==",
  5546. "license": "MIT"
  5547. },
  5548. "node_modules/picocolors": {
  5549. "version": "1.1.1",
  5550. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  5551. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  5552. "license": "ISC"
  5553. },
  5554. "node_modules/picocrank": {
  5555. "version": "1.29.0",
  5556. "resolved": "https://registry.npmjs.org/picocrank/-/picocrank-1.29.0.tgz",
  5557. "integrity": "sha512-7aT12lJ7g0iNqfTTZ5EaWWCU6jwoTQhk1vU2dLxsvb89AkoQ0TL08fKrUa1dOlUgD9UAN9v4tWdyzt3Gu2zM5Q==",
  5558. "license": "ISC",
  5559. "dependencies": {
  5560. "@hugeicons/core-free-icons": "^4.3.0",
  5561. "@hugeicons/vue": "^1.0.8",
  5562. "@vitejs/plugin-vue": "^6.0.8",
  5563. "femtocrank": "^2.7.1",
  5564. "unplugin-vue-components": "^32.1.0",
  5565. "vite": "^8.2.2",
  5566. "vue": "^3.5.42",
  5567. "vue-router": "^5.3.1"
  5568. }
  5569. },
  5570. "node_modules/picomatch": {
  5571. "version": "2.3.2",
  5572. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
  5573. "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
  5574. "dev": true,
  5575. "license": "MIT",
  5576. "engines": {
  5577. "node": ">=8.6"
  5578. },
  5579. "funding": {
  5580. "url": "https://github.com/sponsors/jonschlinkert"
  5581. }
  5582. },
  5583. "node_modules/pkg-types": {
  5584. "version": "2.3.0",
  5585. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.0.tgz",
  5586. "integrity": "sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==",
  5587. "license": "MIT",
  5588. "dependencies": {
  5589. "confbox": "^0.2.2",
  5590. "exsolve": "^1.0.7",
  5591. "pathe": "^2.0.3"
  5592. }
  5593. },
  5594. "node_modules/possible-typed-array-names": {
  5595. "version": "1.1.0",
  5596. "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
  5597. "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
  5598. "dev": true,
  5599. "license": "MIT",
  5600. "engines": {
  5601. "node": ">= 0.4"
  5602. }
  5603. },
  5604. "node_modules/postcss": {
  5605. "version": "8.5.28",
  5606. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.28.tgz",
  5607. "integrity": "sha512-RRuzqDtt5Y9h3quz5hWhK+TPnsmVs6WwSU6LkJMeY4HstUEDuYTG8UJSdawMRzmzAtV+KEoG8N3Qg2qLy5vM/A==",
  5608. "funding": [
  5609. {
  5610. "type": "opencollective",
  5611. "url": "https://opencollective.com/postcss/"
  5612. },
  5613. {
  5614. "type": "tidelift",
  5615. "url": "https://tidelift.com/funding/github/npm/postcss"
  5616. },
  5617. {
  5618. "type": "github",
  5619. "url": "https://github.com/sponsors/ai"
  5620. }
  5621. ],
  5622. "license": "MIT",
  5623. "dependencies": {
  5624. "nanoid": "^3.3.18",
  5625. "picocolors": "^1.1.1",
  5626. "source-map-js": "^1.2.1"
  5627. },
  5628. "engines": {
  5629. "node": "^10 || ^12 || >=14"
  5630. }
  5631. },
  5632. "node_modules/postcss-safe-parser": {
  5633. "version": "7.0.1",
  5634. "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-7.0.1.tgz",
  5635. "integrity": "sha512-0AioNCJZ2DPYz5ABT6bddIqlhgwhpHZ/l65YAYo0BCIn0xiDpsnTHz0gnoTGk0OXZW0JRs+cDwL8u/teRdz+8A==",
  5636. "dev": true,
  5637. "funding": [
  5638. {
  5639. "type": "opencollective",
  5640. "url": "https://opencollective.com/postcss/"
  5641. },
  5642. {
  5643. "type": "tidelift",
  5644. "url": "https://tidelift.com/funding/github/npm/postcss-safe-parser"
  5645. },
  5646. {
  5647. "type": "github",
  5648. "url": "https://github.com/sponsors/ai"
  5649. }
  5650. ],
  5651. "license": "MIT",
  5652. "engines": {
  5653. "node": ">=18.0"
  5654. },
  5655. "peerDependencies": {
  5656. "postcss": "^8.4.31"
  5657. }
  5658. },
  5659. "node_modules/postcss-selector-parser": {
  5660. "version": "7.1.6",
  5661. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.6.tgz",
  5662. "integrity": "sha512-7qASPzhKF2l2KLboRZux8CCTRMdGiV08vWmyKzPz22qZ7ZjQBOeY7rNzNoCLSUiftJ7HUq0GERHmxw/t0dCdMw==",
  5663. "dev": true,
  5664. "license": "MIT",
  5665. "dependencies": {
  5666. "cssesc": "^3.0.0",
  5667. "util-deprecate": "^1.0.2"
  5668. },
  5669. "engines": {
  5670. "node": ">=4"
  5671. }
  5672. },
  5673. "node_modules/postcss-value-parser": {
  5674. "version": "4.2.0",
  5675. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  5676. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
  5677. "dev": true
  5678. },
  5679. "node_modules/prelude-ls": {
  5680. "version": "1.2.1",
  5681. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
  5682. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  5683. "dev": true,
  5684. "license": "MIT",
  5685. "engines": {
  5686. "node": ">= 0.8.0"
  5687. }
  5688. },
  5689. "node_modules/prop-types": {
  5690. "version": "15.8.1",
  5691. "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
  5692. "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
  5693. "dev": true,
  5694. "license": "MIT",
  5695. "dependencies": {
  5696. "loose-envify": "^1.4.0",
  5697. "object-assign": "^4.1.1",
  5698. "react-is": "^16.13.1"
  5699. }
  5700. },
  5701. "node_modules/punycode": {
  5702. "version": "2.3.1",
  5703. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
  5704. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  5705. "dev": true,
  5706. "license": "MIT",
  5707. "engines": {
  5708. "node": ">=6"
  5709. }
  5710. },
  5711. "node_modules/qified": {
  5712. "version": "0.10.1",
  5713. "resolved": "https://registry.npmjs.org/qified/-/qified-0.10.1.tgz",
  5714. "integrity": "sha512-+Owyggi9IxT1ePKGafcI87ubSmxol6smwJ+RAHDQlx9+9cPwFWDiKFFCPuWhr9ignlGpZ9vDQLw67N4dcTVFEA==",
  5715. "dev": true,
  5716. "license": "MIT",
  5717. "dependencies": {
  5718. "hookified": "^2.1.1"
  5719. },
  5720. "engines": {
  5721. "node": ">=20"
  5722. }
  5723. },
  5724. "node_modules/qified/node_modules/hookified": {
  5725. "version": "2.2.0",
  5726. "resolved": "https://registry.npmjs.org/hookified/-/hookified-2.2.0.tgz",
  5727. "integrity": "sha512-p/LgFzRN5FeoD3DLS6bkUapeye6E4SI6yJs6KetENd18S+FBthqYq2amJUWpt5z0EQwwHemidjY5OqJGEKm5uA==",
  5728. "dev": true,
  5729. "license": "MIT"
  5730. },
  5731. "node_modules/quansync": {
  5732. "version": "0.2.11",
  5733. "resolved": "https://registry.npmjs.org/quansync/-/quansync-0.2.11.tgz",
  5734. "integrity": "sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==",
  5735. "funding": [
  5736. {
  5737. "type": "individual",
  5738. "url": "https://github.com/sponsors/antfu"
  5739. },
  5740. {
  5741. "type": "individual",
  5742. "url": "https://github.com/sponsors/sxzz"
  5743. }
  5744. ],
  5745. "license": "MIT"
  5746. },
  5747. "node_modules/queue-microtask": {
  5748. "version": "1.2.3",
  5749. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  5750. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  5751. "dev": true,
  5752. "funding": [
  5753. {
  5754. "type": "github",
  5755. "url": "https://github.com/sponsors/feross"
  5756. },
  5757. {
  5758. "type": "patreon",
  5759. "url": "https://www.patreon.com/feross"
  5760. },
  5761. {
  5762. "type": "consulting",
  5763. "url": "https://feross.org/support"
  5764. }
  5765. ]
  5766. },
  5767. "node_modules/react-is": {
  5768. "version": "16.13.1",
  5769. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  5770. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
  5771. "dev": true,
  5772. "license": "MIT"
  5773. },
  5774. "node_modules/readdirp": {
  5775. "version": "5.0.0",
  5776. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz",
  5777. "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  5778. "license": "MIT",
  5779. "engines": {
  5780. "node": ">= 20.19.0"
  5781. },
  5782. "funding": {
  5783. "type": "individual",
  5784. "url": "https://paulmillr.com/funding/"
  5785. }
  5786. },
  5787. "node_modules/reflect.getprototypeof": {
  5788. "version": "1.0.10",
  5789. "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz",
  5790. "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==",
  5791. "dev": true,
  5792. "license": "MIT",
  5793. "dependencies": {
  5794. "call-bind": "^1.0.8",
  5795. "define-properties": "^1.2.1",
  5796. "es-abstract": "^1.23.9",
  5797. "es-errors": "^1.3.0",
  5798. "es-object-atoms": "^1.0.0",
  5799. "get-intrinsic": "^1.2.7",
  5800. "get-proto": "^1.0.1",
  5801. "which-builtin-type": "^1.2.1"
  5802. },
  5803. "engines": {
  5804. "node": ">= 0.4"
  5805. },
  5806. "funding": {
  5807. "url": "https://github.com/sponsors/ljharb"
  5808. }
  5809. },
  5810. "node_modules/regexp.prototype.flags": {
  5811. "version": "1.5.4",
  5812. "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz",
  5813. "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==",
  5814. "dev": true,
  5815. "license": "MIT",
  5816. "dependencies": {
  5817. "call-bind": "^1.0.8",
  5818. "define-properties": "^1.2.1",
  5819. "es-errors": "^1.3.0",
  5820. "get-proto": "^1.0.1",
  5821. "gopd": "^1.2.0",
  5822. "set-function-name": "^2.0.2"
  5823. },
  5824. "engines": {
  5825. "node": ">= 0.4"
  5826. },
  5827. "funding": {
  5828. "url": "https://github.com/sponsors/ljharb"
  5829. }
  5830. },
  5831. "node_modules/require-from-string": {
  5832. "version": "2.0.2",
  5833. "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
  5834. "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
  5835. "dev": true,
  5836. "engines": {
  5837. "node": ">=0.10.0"
  5838. }
  5839. },
  5840. "node_modules/resolve": {
  5841. "version": "2.0.0-next.7",
  5842. "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.7.tgz",
  5843. "integrity": "sha512-tqt+NBWwyaMgw3zDsnygx4CByWjQEJHOPMdslYhppaQSJUtL/D4JO9CcBBlhPoI8lz9oJIDXkwXfhF4aWqP8xQ==",
  5844. "dev": true,
  5845. "license": "MIT",
  5846. "dependencies": {
  5847. "es-errors": "^1.3.0",
  5848. "is-core-module": "^2.16.2",
  5849. "node-exports-info": "^1.6.0",
  5850. "object-keys": "^1.1.1",
  5851. "path-parse": "^1.0.7",
  5852. "supports-preserve-symlinks-flag": "^1.0.0"
  5853. },
  5854. "bin": {
  5855. "resolve": "bin/resolve"
  5856. },
  5857. "engines": {
  5858. "node": ">= 0.4"
  5859. },
  5860. "funding": {
  5861. "url": "https://github.com/sponsors/ljharb"
  5862. }
  5863. },
  5864. "node_modules/resolve-from": {
  5865. "version": "4.0.0",
  5866. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  5867. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  5868. "dev": true,
  5869. "engines": {
  5870. "node": ">=4"
  5871. }
  5872. },
  5873. "node_modules/resolve-pkg-maps": {
  5874. "version": "1.0.0",
  5875. "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz",
  5876. "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==",
  5877. "dev": true,
  5878. "license": "MIT",
  5879. "funding": {
  5880. "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
  5881. }
  5882. },
  5883. "node_modules/reusify": {
  5884. "version": "1.0.4",
  5885. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
  5886. "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
  5887. "dev": true,
  5888. "engines": {
  5889. "iojs": ">=1.0.0",
  5890. "node": ">=0.10.0"
  5891. }
  5892. },
  5893. "node_modules/rolldown": {
  5894. "version": "1.2.6",
  5895. "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.2.6.tgz",
  5896. "integrity": "sha512-vMM4q3aixf46GiF1Kok8jDPFsEpXgFWGjUHXNkNHNm+Y2adXAG2dbX91jkti3i0ZRsOlcmbuzAz1poObSHCmUA==",
  5897. "license": "MIT",
  5898. "dependencies": {
  5899. "@oxc-project/types": "=0.147.0",
  5900. "@rolldown/pluginutils": "^1.0.0"
  5901. },
  5902. "bin": {
  5903. "rolldown": "bin/cli.mjs"
  5904. },
  5905. "engines": {
  5906. "node": "^20.19.0 || >=22.12.0"
  5907. },
  5908. "optionalDependencies": {
  5909. "@rolldown/binding-android-arm-eabi": "1.2.6",
  5910. "@rolldown/binding-android-arm64": "1.2.6",
  5911. "@rolldown/binding-darwin-arm64": "1.2.6",
  5912. "@rolldown/binding-darwin-x64": "1.2.6",
  5913. "@rolldown/binding-freebsd-x64": "1.2.6",
  5914. "@rolldown/binding-linux-arm-gnueabihf": "1.2.6",
  5915. "@rolldown/binding-linux-arm64-gnu": "1.2.6",
  5916. "@rolldown/binding-linux-arm64-musl": "1.2.6",
  5917. "@rolldown/binding-linux-ppc64-gnu": "1.2.6",
  5918. "@rolldown/binding-linux-s390x-gnu": "1.2.6",
  5919. "@rolldown/binding-linux-x64-gnu": "1.2.6",
  5920. "@rolldown/binding-linux-x64-musl": "1.2.6",
  5921. "@rolldown/binding-openharmony-arm64": "1.2.6",
  5922. "@rolldown/binding-win32-arm64-msvc": "1.2.6",
  5923. "@rolldown/binding-win32-x64-msvc": "1.2.6"
  5924. }
  5925. },
  5926. "node_modules/run-parallel": {
  5927. "version": "1.2.0",
  5928. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  5929. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  5930. "dev": true,
  5931. "funding": [
  5932. {
  5933. "type": "github",
  5934. "url": "https://github.com/sponsors/feross"
  5935. },
  5936. {
  5937. "type": "patreon",
  5938. "url": "https://www.patreon.com/feross"
  5939. },
  5940. {
  5941. "type": "consulting",
  5942. "url": "https://feross.org/support"
  5943. }
  5944. ],
  5945. "dependencies": {
  5946. "queue-microtask": "^1.2.2"
  5947. }
  5948. },
  5949. "node_modules/safe-array-concat": {
  5950. "version": "1.1.4",
  5951. "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.4.tgz",
  5952. "integrity": "sha512-wtZlHyOje6OZTGqAoaDKxFkgRtkF9CnHAVnCHKfuj200wAgL+bSJhdsCD2l0Qx/2ekEXjPWcyKkfGb5CPboslg==",
  5953. "dev": true,
  5954. "license": "MIT",
  5955. "dependencies": {
  5956. "call-bind": "^1.0.9",
  5957. "call-bound": "^1.0.4",
  5958. "get-intrinsic": "^1.3.0",
  5959. "has-symbols": "^1.1.0",
  5960. "isarray": "^2.0.5"
  5961. },
  5962. "engines": {
  5963. "node": ">=0.4"
  5964. },
  5965. "funding": {
  5966. "url": "https://github.com/sponsors/ljharb"
  5967. }
  5968. },
  5969. "node_modules/safe-push-apply": {
  5970. "version": "1.0.0",
  5971. "resolved": "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz",
  5972. "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==",
  5973. "dev": true,
  5974. "license": "MIT",
  5975. "dependencies": {
  5976. "es-errors": "^1.3.0",
  5977. "isarray": "^2.0.5"
  5978. },
  5979. "engines": {
  5980. "node": ">= 0.4"
  5981. },
  5982. "funding": {
  5983. "url": "https://github.com/sponsors/ljharb"
  5984. }
  5985. },
  5986. "node_modules/safe-regex-test": {
  5987. "version": "1.1.0",
  5988. "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz",
  5989. "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==",
  5990. "dev": true,
  5991. "license": "MIT",
  5992. "dependencies": {
  5993. "call-bound": "^1.0.2",
  5994. "es-errors": "^1.3.0",
  5995. "is-regex": "^1.2.1"
  5996. },
  5997. "engines": {
  5998. "node": ">= 0.4"
  5999. },
  6000. "funding": {
  6001. "url": "https://github.com/sponsors/ljharb"
  6002. }
  6003. },
  6004. "node_modules/scule": {
  6005. "version": "1.3.0",
  6006. "resolved": "https://registry.npmjs.org/scule/-/scule-1.3.0.tgz",
  6007. "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==",
  6008. "license": "MIT"
  6009. },
  6010. "node_modules/semver": {
  6011. "version": "7.8.5",
  6012. "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
  6013. "integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
  6014. "dev": true,
  6015. "license": "ISC",
  6016. "bin": {
  6017. "semver": "bin/semver.js"
  6018. },
  6019. "engines": {
  6020. "node": ">=10"
  6021. }
  6022. },
  6023. "node_modules/set-function-length": {
  6024. "version": "1.2.2",
  6025. "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
  6026. "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
  6027. "dev": true,
  6028. "license": "MIT",
  6029. "dependencies": {
  6030. "define-data-property": "^1.1.4",
  6031. "es-errors": "^1.3.0",
  6032. "function-bind": "^1.1.2",
  6033. "get-intrinsic": "^1.2.4",
  6034. "gopd": "^1.0.1",
  6035. "has-property-descriptors": "^1.0.2"
  6036. },
  6037. "engines": {
  6038. "node": ">= 0.4"
  6039. }
  6040. },
  6041. "node_modules/set-function-name": {
  6042. "version": "2.0.2",
  6043. "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz",
  6044. "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
  6045. "dev": true,
  6046. "license": "MIT",
  6047. "dependencies": {
  6048. "define-data-property": "^1.1.4",
  6049. "es-errors": "^1.3.0",
  6050. "functions-have-names": "^1.2.3",
  6051. "has-property-descriptors": "^1.0.2"
  6052. },
  6053. "engines": {
  6054. "node": ">= 0.4"
  6055. }
  6056. },
  6057. "node_modules/set-proto": {
  6058. "version": "1.0.0",
  6059. "resolved": "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz",
  6060. "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==",
  6061. "dev": true,
  6062. "license": "MIT",
  6063. "dependencies": {
  6064. "dunder-proto": "^1.0.1",
  6065. "es-errors": "^1.3.0",
  6066. "es-object-atoms": "^1.0.0"
  6067. },
  6068. "engines": {
  6069. "node": ">= 0.4"
  6070. }
  6071. },
  6072. "node_modules/shebang-command": {
  6073. "version": "2.0.0",
  6074. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  6075. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  6076. "dev": true,
  6077. "license": "MIT",
  6078. "dependencies": {
  6079. "shebang-regex": "^3.0.0"
  6080. },
  6081. "engines": {
  6082. "node": ">=8"
  6083. }
  6084. },
  6085. "node_modules/shebang-regex": {
  6086. "version": "3.0.0",
  6087. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  6088. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  6089. "dev": true,
  6090. "license": "MIT",
  6091. "engines": {
  6092. "node": ">=8"
  6093. }
  6094. },
  6095. "node_modules/side-channel": {
  6096. "version": "1.1.1",
  6097. "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.1.tgz",
  6098. "integrity": "sha512-6x6dK6zJdpTzF4sQeNYxwtvBzf6Eg4GtlesS94HOvTudUeyK2WXAaIfmDgsyslYrRBeFIlsi54AYsFGUuhmvrQ==",
  6099. "dev": true,
  6100. "license": "MIT",
  6101. "dependencies": {
  6102. "es-errors": "^1.3.0",
  6103. "object-inspect": "^1.13.4",
  6104. "side-channel-list": "^1.0.1",
  6105. "side-channel-map": "^1.0.1",
  6106. "side-channel-weakmap": "^1.0.2"
  6107. },
  6108. "engines": {
  6109. "node": ">= 0.4"
  6110. },
  6111. "funding": {
  6112. "url": "https://github.com/sponsors/ljharb"
  6113. }
  6114. },
  6115. "node_modules/side-channel-list": {
  6116. "version": "1.0.1",
  6117. "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.1.tgz",
  6118. "integrity": "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==",
  6119. "dev": true,
  6120. "license": "MIT",
  6121. "dependencies": {
  6122. "es-errors": "^1.3.0",
  6123. "object-inspect": "^1.13.4"
  6124. },
  6125. "engines": {
  6126. "node": ">= 0.4"
  6127. },
  6128. "funding": {
  6129. "url": "https://github.com/sponsors/ljharb"
  6130. }
  6131. },
  6132. "node_modules/side-channel-map": {
  6133. "version": "1.0.1",
  6134. "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
  6135. "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
  6136. "dev": true,
  6137. "license": "MIT",
  6138. "dependencies": {
  6139. "call-bound": "^1.0.2",
  6140. "es-errors": "^1.3.0",
  6141. "get-intrinsic": "^1.2.5",
  6142. "object-inspect": "^1.13.3"
  6143. },
  6144. "engines": {
  6145. "node": ">= 0.4"
  6146. },
  6147. "funding": {
  6148. "url": "https://github.com/sponsors/ljharb"
  6149. }
  6150. },
  6151. "node_modules/side-channel-weakmap": {
  6152. "version": "1.0.2",
  6153. "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
  6154. "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
  6155. "dev": true,
  6156. "license": "MIT",
  6157. "dependencies": {
  6158. "call-bound": "^1.0.2",
  6159. "es-errors": "^1.3.0",
  6160. "get-intrinsic": "^1.2.5",
  6161. "object-inspect": "^1.13.3",
  6162. "side-channel-map": "^1.0.1"
  6163. },
  6164. "engines": {
  6165. "node": ">= 0.4"
  6166. },
  6167. "funding": {
  6168. "url": "https://github.com/sponsors/ljharb"
  6169. }
  6170. },
  6171. "node_modules/signal-exit": {
  6172. "version": "4.1.0",
  6173. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  6174. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  6175. "dev": true,
  6176. "license": "ISC",
  6177. "engines": {
  6178. "node": ">=14"
  6179. },
  6180. "funding": {
  6181. "url": "https://github.com/sponsors/isaacs"
  6182. }
  6183. },
  6184. "node_modules/slash": {
  6185. "version": "5.1.0",
  6186. "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
  6187. "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
  6188. "dev": true,
  6189. "license": "MIT",
  6190. "engines": {
  6191. "node": ">=14.16"
  6192. },
  6193. "funding": {
  6194. "url": "https://github.com/sponsors/sindresorhus"
  6195. }
  6196. },
  6197. "node_modules/slice-ansi": {
  6198. "version": "4.0.0",
  6199. "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz",
  6200. "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==",
  6201. "dev": true,
  6202. "dependencies": {
  6203. "ansi-styles": "^4.0.0",
  6204. "astral-regex": "^2.0.0",
  6205. "is-fullwidth-code-point": "^3.0.0"
  6206. },
  6207. "engines": {
  6208. "node": ">=10"
  6209. },
  6210. "funding": {
  6211. "url": "https://github.com/chalk/slice-ansi?sponsor=1"
  6212. }
  6213. },
  6214. "node_modules/source-map-js": {
  6215. "version": "1.2.1",
  6216. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  6217. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  6218. "license": "BSD-3-Clause",
  6219. "engines": {
  6220. "node": ">=0.10.0"
  6221. }
  6222. },
  6223. "node_modules/stop-iteration-iterator": {
  6224. "version": "1.1.0",
  6225. "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz",
  6226. "integrity": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==",
  6227. "dev": true,
  6228. "license": "MIT",
  6229. "dependencies": {
  6230. "es-errors": "^1.3.0",
  6231. "internal-slot": "^1.1.0"
  6232. },
  6233. "engines": {
  6234. "node": ">= 0.4"
  6235. }
  6236. },
  6237. "node_modules/string-width": {
  6238. "version": "4.2.3",
  6239. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  6240. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  6241. "dev": true,
  6242. "dependencies": {
  6243. "emoji-regex": "^8.0.0",
  6244. "is-fullwidth-code-point": "^3.0.0",
  6245. "strip-ansi": "^6.0.1"
  6246. },
  6247. "engines": {
  6248. "node": ">=8"
  6249. }
  6250. },
  6251. "node_modules/string.prototype.matchall": {
  6252. "version": "4.1.0",
  6253. "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.1.0.tgz",
  6254. "integrity": "sha512-tHNHTxInrYLCga9O9YGxWA3G9/nnzQw8UGAyqGx3Ar1pSTTzIuM4woFSq4SowkXCjJIwq5sIiQvEfRI9tCH1qQ==",
  6255. "dev": true,
  6256. "license": "MIT",
  6257. "dependencies": {
  6258. "call-bind": "^1.0.9",
  6259. "call-bound": "^1.0.4",
  6260. "define-properties": "^1.2.1",
  6261. "es-abstract": "^1.24.2",
  6262. "es-errors": "^1.3.0",
  6263. "es-object-atoms": "^1.1.2",
  6264. "get-intrinsic": "^1.3.0",
  6265. "gopd": "^1.2.0",
  6266. "has-symbols": "^1.1.0",
  6267. "internal-slot": "^1.1.0",
  6268. "regexp.prototype.flags": "^1.5.4",
  6269. "set-function-name": "^2.0.2",
  6270. "side-channel": "^1.1.1"
  6271. },
  6272. "engines": {
  6273. "node": ">= 0.4"
  6274. },
  6275. "funding": {
  6276. "url": "https://github.com/sponsors/ljharb"
  6277. }
  6278. },
  6279. "node_modules/string.prototype.repeat": {
  6280. "version": "1.0.0",
  6281. "resolved": "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz",
  6282. "integrity": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==",
  6283. "dev": true,
  6284. "license": "MIT",
  6285. "dependencies": {
  6286. "define-properties": "^1.1.3",
  6287. "es-abstract": "^1.17.5"
  6288. }
  6289. },
  6290. "node_modules/string.prototype.trim": {
  6291. "version": "1.2.11",
  6292. "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.11.tgz",
  6293. "integrity": "sha512-PwvK7BU+CMTJGYQCTZb5RWXIML92lftJLhQz1tBzgKiqGxJaMlBAa48POXaNAC2s4y8jr3EFqrkF9+44neS46w==",
  6294. "dev": true,
  6295. "license": "MIT",
  6296. "dependencies": {
  6297. "call-bind": "^1.0.9",
  6298. "call-bound": "^1.0.4",
  6299. "define-data-property": "^1.1.4",
  6300. "define-properties": "^1.2.1",
  6301. "es-abstract": "^1.24.2",
  6302. "es-object-atoms": "^1.1.2",
  6303. "has-property-descriptors": "^1.0.2",
  6304. "safe-regex-test": "^1.1.0"
  6305. },
  6306. "engines": {
  6307. "node": ">= 0.4"
  6308. },
  6309. "funding": {
  6310. "url": "https://github.com/sponsors/ljharb"
  6311. }
  6312. },
  6313. "node_modules/string.prototype.trimend": {
  6314. "version": "1.0.10",
  6315. "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.10.tgz",
  6316. "integrity": "sha512-2+3aDAOmPTmuFwjDnmJG2ctEkQKVki7vOSqaxkv42Mowj1V6PnvuwFCRrR5lChUux1TBskPjfkeTOhqczDMxTw==",
  6317. "dev": true,
  6318. "license": "MIT",
  6319. "dependencies": {
  6320. "call-bind": "^1.0.9",
  6321. "call-bound": "^1.0.4",
  6322. "define-properties": "^1.2.1",
  6323. "es-object-atoms": "^1.1.2"
  6324. },
  6325. "engines": {
  6326. "node": ">= 0.4"
  6327. },
  6328. "funding": {
  6329. "url": "https://github.com/sponsors/ljharb"
  6330. }
  6331. },
  6332. "node_modules/string.prototype.trimstart": {
  6333. "version": "1.0.8",
  6334. "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz",
  6335. "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==",
  6336. "dev": true,
  6337. "license": "MIT",
  6338. "dependencies": {
  6339. "call-bind": "^1.0.7",
  6340. "define-properties": "^1.2.1",
  6341. "es-object-atoms": "^1.0.0"
  6342. },
  6343. "engines": {
  6344. "node": ">= 0.4"
  6345. },
  6346. "funding": {
  6347. "url": "https://github.com/sponsors/ljharb"
  6348. }
  6349. },
  6350. "node_modules/strip-ansi": {
  6351. "version": "6.0.1",
  6352. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  6353. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  6354. "dev": true,
  6355. "dependencies": {
  6356. "ansi-regex": "^5.0.1"
  6357. },
  6358. "engines": {
  6359. "node": ">=8"
  6360. }
  6361. },
  6362. "node_modules/strip-json-comments": {
  6363. "version": "3.1.1",
  6364. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  6365. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  6366. "dev": true,
  6367. "license": "MIT",
  6368. "engines": {
  6369. "node": ">=8"
  6370. },
  6371. "funding": {
  6372. "url": "https://github.com/sponsors/sindresorhus"
  6373. }
  6374. },
  6375. "node_modules/stylelint": {
  6376. "version": "17.15.0",
  6377. "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.15.0.tgz",
  6378. "integrity": "sha512-mWIkesYQvQjf4Kvdeu9ns0IL8/K/wtjaGxPqsPd6DlLZvaQxGysJsocxUDrBcyHQ5VleAk4uSMat4yMrVED7PA==",
  6379. "dev": true,
  6380. "funding": [
  6381. {
  6382. "type": "opencollective",
  6383. "url": "https://opencollective.com/stylelint"
  6384. },
  6385. {
  6386. "type": "github",
  6387. "url": "https://github.com/sponsors/stylelint"
  6388. }
  6389. ],
  6390. "license": "MIT",
  6391. "dependencies": {
  6392. "@csstools/css-calc": "^3.3.0",
  6393. "@csstools/css-parser-algorithms": "^4.0.0",
  6394. "@csstools/css-syntax-patches-for-csstree": "^1.1.9",
  6395. "@csstools/css-tokenizer": "^4.0.0",
  6396. "@csstools/media-query-list-parser": "^5.0.0",
  6397. "@csstools/selector-resolve-nested": "^4.0.1",
  6398. "@csstools/selector-specificity": "^6.0.0",
  6399. "colord": "^2.10.0",
  6400. "cosmiconfig": "^9.0.2",
  6401. "css-functions-list": "^3.3.3",
  6402. "css-tree": "^3.2.1",
  6403. "debug": "^4.4.3",
  6404. "fast-glob": "^3.3.3",
  6405. "fastest-levenshtein": "^1.0.16",
  6406. "file-entry-cache": "^11.1.5",
  6407. "global-modules": "^2.0.0",
  6408. "globby": "^16.2.4",
  6409. "globjoin": "^0.1.4",
  6410. "html-tags": "^5.1.0",
  6411. "ignore": "^7.0.6",
  6412. "import-meta-resolve": "^4.2.0",
  6413. "mathml-tag-names": "^4.0.0",
  6414. "meow": "^14.1.0",
  6415. "micromatch": "^4.0.8",
  6416. "normalize-path": "^3.0.0",
  6417. "picocolors": "^1.1.1",
  6418. "postcss": "^8.5.26",
  6419. "postcss-safe-parser": "^7.0.1",
  6420. "postcss-selector-parser": "^7.1.5",
  6421. "postcss-value-parser": "^4.2.0",
  6422. "string-width": "^8.2.2",
  6423. "supports-hyperlinks": "^4.5.0",
  6424. "svg-tags": "^1.0.0",
  6425. "table": "^6.9.0",
  6426. "write-file-atomic": "^7.0.1"
  6427. },
  6428. "bin": {
  6429. "stylelint": "bin/stylelint.mjs"
  6430. },
  6431. "engines": {
  6432. "node": ">=20.19.0"
  6433. }
  6434. },
  6435. "node_modules/stylelint-config-recommended": {
  6436. "version": "18.0.0",
  6437. "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-18.0.0.tgz",
  6438. "integrity": "sha512-mxgT2XY6YZ3HWWe3Di8umG6aBmWmHTblTgu/f10rqFXnyWxjKWwNdjSWkgkwCtxIKnqjSJzvFmPT5yabVIRxZg==",
  6439. "dev": true,
  6440. "funding": [
  6441. {
  6442. "type": "opencollective",
  6443. "url": "https://opencollective.com/stylelint"
  6444. },
  6445. {
  6446. "type": "github",
  6447. "url": "https://github.com/sponsors/stylelint"
  6448. }
  6449. ],
  6450. "license": "MIT",
  6451. "engines": {
  6452. "node": ">=20.19.0"
  6453. },
  6454. "peerDependencies": {
  6455. "stylelint": "^17.0.0"
  6456. }
  6457. },
  6458. "node_modules/stylelint-config-standard": {
  6459. "version": "40.0.0",
  6460. "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-40.0.0.tgz",
  6461. "integrity": "sha512-EznGJxOUhtWck2r6dJpbgAdPATIzvpLdK9+i5qPd4Lx70es66TkBPljSg4wN3Qnc6c4h2n+WbUrUynQ3fanjHw==",
  6462. "dev": true,
  6463. "funding": [
  6464. {
  6465. "type": "opencollective",
  6466. "url": "https://opencollective.com/stylelint"
  6467. },
  6468. {
  6469. "type": "github",
  6470. "url": "https://github.com/sponsors/stylelint"
  6471. }
  6472. ],
  6473. "license": "MIT",
  6474. "dependencies": {
  6475. "stylelint-config-recommended": "^18.0.0"
  6476. },
  6477. "engines": {
  6478. "node": ">=20.19.0"
  6479. },
  6480. "peerDependencies": {
  6481. "stylelint": "^17.0.0"
  6482. }
  6483. },
  6484. "node_modules/stylelint/node_modules/ansi-regex": {
  6485. "version": "6.3.0",
  6486. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.3.0.tgz",
  6487. "integrity": "sha512-WpDfL7NO6j7tH88IDBNVdUJxDh9nmCteAVW9dsep846XdwF4naCBK+/tGLX3KJgcpgMRXCFlTM2hKGoK9FsdrQ==",
  6488. "dev": true,
  6489. "license": "MIT",
  6490. "engines": {
  6491. "node": ">=12"
  6492. },
  6493. "funding": {
  6494. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  6495. }
  6496. },
  6497. "node_modules/stylelint/node_modules/file-entry-cache": {
  6498. "version": "11.1.5",
  6499. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-11.1.5.tgz",
  6500. "integrity": "sha512-+PFTHITI08JIGhnNpGNI8T8inUpgZfk3GNEqfT9R2zZV2iFXg3CvqzSl/uEhs7TSGujYRELEANyDvS8Fj7+S7Q==",
  6501. "dev": true,
  6502. "license": "MIT",
  6503. "dependencies": {
  6504. "flat-cache": "^6.1.23"
  6505. }
  6506. },
  6507. "node_modules/stylelint/node_modules/flat-cache": {
  6508. "version": "6.1.23",
  6509. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-6.1.23.tgz",
  6510. "integrity": "sha512-f++BY9pTk+983xK1FLzlLpmM0i0z+jHmx3QESGkURMXujQZz1k5wzwX6hjnQ8goaD0B+sYnDK1yZ6MTyZfUaqA==",
  6511. "dev": true,
  6512. "license": "MIT",
  6513. "dependencies": {
  6514. "cacheable": "^2.5.0",
  6515. "flatted": "^3.4.2",
  6516. "hookified": "^1.15.0"
  6517. }
  6518. },
  6519. "node_modules/stylelint/node_modules/ignore": {
  6520. "version": "7.0.9",
  6521. "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.9.tgz",
  6522. "integrity": "sha512-brTTsvFRt5C1gGHtPst/281UjPD5t9fBqbgoMPlVWy11ZLTPfu7HxK4ZYqO9H7o/yC9rSTCI85EaQ4OoY12qYw==",
  6523. "dev": true,
  6524. "license": "MIT",
  6525. "engines": {
  6526. "node": ">= 4"
  6527. }
  6528. },
  6529. "node_modules/stylelint/node_modules/string-width": {
  6530. "version": "8.2.2",
  6531. "resolved": "https://registry.npmjs.org/string-width/-/string-width-8.2.2.tgz",
  6532. "integrity": "sha512-GaPUh5gfdrYzqeVNZvUfT23vYYxXzKYidUcnMtJg/3rxRV63EFZy3k6xfKlmfeJD0176lnUV/Usr3XcwSvFzpg==",
  6533. "dev": true,
  6534. "license": "MIT",
  6535. "dependencies": {
  6536. "get-east-asian-width": "^1.5.0",
  6537. "strip-ansi": "^7.1.2"
  6538. },
  6539. "engines": {
  6540. "node": ">=20"
  6541. },
  6542. "funding": {
  6543. "url": "https://github.com/sponsors/sindresorhus"
  6544. }
  6545. },
  6546. "node_modules/stylelint/node_modules/strip-ansi": {
  6547. "version": "7.2.0",
  6548. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
  6549. "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
  6550. "dev": true,
  6551. "license": "MIT",
  6552. "dependencies": {
  6553. "ansi-regex": "^6.2.2"
  6554. },
  6555. "engines": {
  6556. "node": ">=12"
  6557. },
  6558. "funding": {
  6559. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  6560. }
  6561. },
  6562. "node_modules/supports-color": {
  6563. "version": "7.2.0",
  6564. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  6565. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  6566. "dev": true,
  6567. "license": "MIT",
  6568. "dependencies": {
  6569. "has-flag": "^4.0.0"
  6570. },
  6571. "engines": {
  6572. "node": ">=8"
  6573. }
  6574. },
  6575. "node_modules/supports-hyperlinks": {
  6576. "version": "4.5.0",
  6577. "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-4.5.0.tgz",
  6578. "integrity": "sha512-ZW2OvfeCXrNTbLakPUzjQG922EeGCOteFSVoek5DKStTh898wf7zgtuFlzQN8HfZCxC3Eh02yJVrRW51hADf+w==",
  6579. "dev": true,
  6580. "license": "MIT",
  6581. "dependencies": {
  6582. "has-flag": "^5.0.1",
  6583. "supports-color": "^10.2.2"
  6584. },
  6585. "engines": {
  6586. "node": ">=20"
  6587. },
  6588. "funding": {
  6589. "url": "https://github.com/chalk/supports-hyperlinks?sponsor=1"
  6590. }
  6591. },
  6592. "node_modules/supports-hyperlinks/node_modules/has-flag": {
  6593. "version": "5.0.1",
  6594. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-5.0.1.tgz",
  6595. "integrity": "sha512-CsNUt5x9LUdx6hnk/E2SZLsDyvfqANZSUq4+D3D8RzDJ2M+HDTIkF60ibS1vHaK55vzgiZw1bEPFG9yH7l33wA==",
  6596. "dev": true,
  6597. "license": "MIT",
  6598. "engines": {
  6599. "node": ">=12"
  6600. },
  6601. "funding": {
  6602. "url": "https://github.com/sponsors/sindresorhus"
  6603. }
  6604. },
  6605. "node_modules/supports-hyperlinks/node_modules/supports-color": {
  6606. "version": "10.2.2",
  6607. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-10.2.2.tgz",
  6608. "integrity": "sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==",
  6609. "dev": true,
  6610. "license": "MIT",
  6611. "engines": {
  6612. "node": ">=18"
  6613. },
  6614. "funding": {
  6615. "url": "https://github.com/chalk/supports-color?sponsor=1"
  6616. }
  6617. },
  6618. "node_modules/supports-preserve-symlinks-flag": {
  6619. "version": "1.0.0",
  6620. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  6621. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  6622. "dev": true,
  6623. "license": "MIT",
  6624. "engines": {
  6625. "node": ">= 0.4"
  6626. },
  6627. "funding": {
  6628. "url": "https://github.com/sponsors/ljharb"
  6629. }
  6630. },
  6631. "node_modules/svg-tags": {
  6632. "version": "1.0.0",
  6633. "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz",
  6634. "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==",
  6635. "dev": true
  6636. },
  6637. "node_modules/table": {
  6638. "version": "6.9.0",
  6639. "resolved": "https://registry.npmjs.org/table/-/table-6.9.0.tgz",
  6640. "integrity": "sha512-9kY+CygyYM6j02t5YFHbNz2FN5QmYGv9zAjVp4lCDjlCw7amdckXlEt/bjMhUIfj4ThGRE4gCUH5+yGnNuPo5A==",
  6641. "dev": true,
  6642. "license": "BSD-3-Clause",
  6643. "dependencies": {
  6644. "ajv": "^8.0.1",
  6645. "lodash.truncate": "^4.4.2",
  6646. "slice-ansi": "^4.0.0",
  6647. "string-width": "^4.2.3",
  6648. "strip-ansi": "^6.0.1"
  6649. },
  6650. "engines": {
  6651. "node": ">=10.0.0"
  6652. }
  6653. },
  6654. "node_modules/table/node_modules/ajv": {
  6655. "version": "8.20.0",
  6656. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.20.0.tgz",
  6657. "integrity": "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==",
  6658. "dev": true,
  6659. "license": "MIT",
  6660. "dependencies": {
  6661. "fast-deep-equal": "^3.1.3",
  6662. "fast-uri": "^3.0.1",
  6663. "json-schema-traverse": "^1.0.0",
  6664. "require-from-string": "^2.0.2"
  6665. },
  6666. "funding": {
  6667. "type": "github",
  6668. "url": "https://github.com/sponsors/epoberezkin"
  6669. }
  6670. },
  6671. "node_modules/table/node_modules/json-schema-traverse": {
  6672. "version": "1.0.0",
  6673. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  6674. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
  6675. "dev": true
  6676. },
  6677. "node_modules/tapable": {
  6678. "version": "2.3.3",
  6679. "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.3.tgz",
  6680. "integrity": "sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==",
  6681. "dev": true,
  6682. "license": "MIT",
  6683. "engines": {
  6684. "node": ">=6"
  6685. },
  6686. "funding": {
  6687. "type": "opencollective",
  6688. "url": "https://opencollective.com/webpack"
  6689. }
  6690. },
  6691. "node_modules/tinyglobby": {
  6692. "version": "0.2.17",
  6693. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz",
  6694. "integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
  6695. "license": "MIT",
  6696. "dependencies": {
  6697. "fdir": "^6.5.0",
  6698. "picomatch": "^4.0.4"
  6699. },
  6700. "engines": {
  6701. "node": ">=12.0.0"
  6702. },
  6703. "funding": {
  6704. "url": "https://github.com/sponsors/SuperchupuDev"
  6705. }
  6706. },
  6707. "node_modules/tinyglobby/node_modules/fdir": {
  6708. "version": "6.5.0",
  6709. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  6710. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  6711. "license": "MIT",
  6712. "engines": {
  6713. "node": ">=12.0.0"
  6714. },
  6715. "peerDependencies": {
  6716. "picomatch": "^3 || ^4"
  6717. },
  6718. "peerDependenciesMeta": {
  6719. "picomatch": {
  6720. "optional": true
  6721. }
  6722. }
  6723. },
  6724. "node_modules/tinyglobby/node_modules/picomatch": {
  6725. "version": "4.0.4",
  6726. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  6727. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  6728. "license": "MIT",
  6729. "engines": {
  6730. "node": ">=12"
  6731. },
  6732. "funding": {
  6733. "url": "https://github.com/sponsors/jonschlinkert"
  6734. }
  6735. },
  6736. "node_modules/to-regex-range": {
  6737. "version": "5.0.1",
  6738. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  6739. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  6740. "dev": true,
  6741. "license": "MIT",
  6742. "dependencies": {
  6743. "is-number": "^7.0.0"
  6744. },
  6745. "engines": {
  6746. "node": ">=8.0"
  6747. }
  6748. },
  6749. "node_modules/ts-api-utils": {
  6750. "version": "2.5.0",
  6751. "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.5.0.tgz",
  6752. "integrity": "sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==",
  6753. "dev": true,
  6754. "license": "MIT",
  6755. "engines": {
  6756. "node": ">=18.12"
  6757. },
  6758. "peerDependencies": {
  6759. "typescript": ">=4.8.4"
  6760. }
  6761. },
  6762. "node_modules/ts-declaration-location": {
  6763. "version": "1.0.7",
  6764. "resolved": "https://registry.npmjs.org/ts-declaration-location/-/ts-declaration-location-1.0.7.tgz",
  6765. "integrity": "sha512-EDyGAwH1gO0Ausm9gV6T2nUvBgXT5kGoCMJPllOaooZ+4VvJiKBdZE7wK18N1deEowhcUptS+5GXZK8U/fvpwA==",
  6766. "dev": true,
  6767. "funding": [
  6768. {
  6769. "type": "ko-fi",
  6770. "url": "https://ko-fi.com/rebeccastevens"
  6771. },
  6772. {
  6773. "type": "tidelift",
  6774. "url": "https://tidelift.com/funding/github/npm/ts-declaration-location"
  6775. }
  6776. ],
  6777. "license": "BSD-3-Clause",
  6778. "dependencies": {
  6779. "picomatch": "^4.0.2"
  6780. },
  6781. "peerDependencies": {
  6782. "typescript": ">=4.0.0"
  6783. }
  6784. },
  6785. "node_modules/ts-declaration-location/node_modules/picomatch": {
  6786. "version": "4.0.7",
  6787. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.7.tgz",
  6788. "integrity": "sha512-qcJu88Q2IWqJsDD529JKMdwGm/dvInW4HvQnRwiH9JtihJvzGOscDtHE3x1pBKeUOTysQ8kVmLnJ2kJu7yhcGA==",
  6789. "dev": true,
  6790. "license": "MIT",
  6791. "engines": {
  6792. "node": ">=12"
  6793. },
  6794. "funding": {
  6795. "url": "https://github.com/sponsors/jonschlinkert"
  6796. }
  6797. },
  6798. "node_modules/type-check": {
  6799. "version": "0.4.0",
  6800. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
  6801. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  6802. "dev": true,
  6803. "license": "MIT",
  6804. "dependencies": {
  6805. "prelude-ls": "^1.2.1"
  6806. },
  6807. "engines": {
  6808. "node": ">= 0.8.0"
  6809. }
  6810. },
  6811. "node_modules/typed-array-buffer": {
  6812. "version": "1.0.3",
  6813. "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz",
  6814. "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==",
  6815. "dev": true,
  6816. "license": "MIT",
  6817. "dependencies": {
  6818. "call-bound": "^1.0.3",
  6819. "es-errors": "^1.3.0",
  6820. "is-typed-array": "^1.1.14"
  6821. },
  6822. "engines": {
  6823. "node": ">= 0.4"
  6824. }
  6825. },
  6826. "node_modules/typed-array-byte-length": {
  6827. "version": "1.0.3",
  6828. "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz",
  6829. "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==",
  6830. "dev": true,
  6831. "license": "MIT",
  6832. "dependencies": {
  6833. "call-bind": "^1.0.8",
  6834. "for-each": "^0.3.3",
  6835. "gopd": "^1.2.0",
  6836. "has-proto": "^1.2.0",
  6837. "is-typed-array": "^1.1.14"
  6838. },
  6839. "engines": {
  6840. "node": ">= 0.4"
  6841. },
  6842. "funding": {
  6843. "url": "https://github.com/sponsors/ljharb"
  6844. }
  6845. },
  6846. "node_modules/typed-array-byte-offset": {
  6847. "version": "1.0.4",
  6848. "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz",
  6849. "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==",
  6850. "dev": true,
  6851. "license": "MIT",
  6852. "dependencies": {
  6853. "available-typed-arrays": "^1.0.7",
  6854. "call-bind": "^1.0.8",
  6855. "for-each": "^0.3.3",
  6856. "gopd": "^1.2.0",
  6857. "has-proto": "^1.2.0",
  6858. "is-typed-array": "^1.1.15",
  6859. "reflect.getprototypeof": "^1.0.9"
  6860. },
  6861. "engines": {
  6862. "node": ">= 0.4"
  6863. },
  6864. "funding": {
  6865. "url": "https://github.com/sponsors/ljharb"
  6866. }
  6867. },
  6868. "node_modules/typed-array-length": {
  6869. "version": "1.0.8",
  6870. "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.8.tgz",
  6871. "integrity": "sha512-phPGCwqr2+Qo0fwniCE8e4pKnGu/yFb5nD5Y8bf0EEeiI5GklnACYA9GFy/DrAeRrKHXvHn+1SUsOWgJp6RO+g==",
  6872. "dev": true,
  6873. "license": "MIT",
  6874. "dependencies": {
  6875. "call-bind": "^1.0.9",
  6876. "for-each": "^0.3.5",
  6877. "gopd": "^1.2.0",
  6878. "is-typed-array": "^1.1.15",
  6879. "possible-typed-array-names": "^1.1.0",
  6880. "reflect.getprototypeof": "^1.0.10"
  6881. },
  6882. "engines": {
  6883. "node": ">= 0.4"
  6884. },
  6885. "funding": {
  6886. "url": "https://github.com/sponsors/ljharb"
  6887. }
  6888. },
  6889. "node_modules/typescript": {
  6890. "version": "6.0.3",
  6891. "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
  6892. "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
  6893. "devOptional": true,
  6894. "license": "Apache-2.0",
  6895. "peer": true,
  6896. "bin": {
  6897. "tsc": "bin/tsc",
  6898. "tsserver": "bin/tsserver"
  6899. },
  6900. "engines": {
  6901. "node": ">=14.17"
  6902. }
  6903. },
  6904. "node_modules/typescript-eslint": {
  6905. "version": "8.70.0",
  6906. "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.70.0.tgz",
  6907. "integrity": "sha512-P/W5cz70/cQAuKfY3xwQMWWTV7BvJ0mAQmi+9mBcsVPaBUpd6Ohpa+fECv9rBFrQcig86jAiNBFNWUqnTjr4pw==",
  6908. "dev": true,
  6909. "license": "MIT",
  6910. "dependencies": {
  6911. "@typescript-eslint/eslint-plugin": "8.70.0",
  6912. "@typescript-eslint/parser": "8.70.0",
  6913. "@typescript-eslint/typescript-estree": "8.70.0",
  6914. "@typescript-eslint/utils": "8.70.0"
  6915. },
  6916. "engines": {
  6917. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  6918. },
  6919. "funding": {
  6920. "type": "opencollective",
  6921. "url": "https://opencollective.com/typescript-eslint"
  6922. },
  6923. "peerDependencies": {
  6924. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  6925. "typescript": ">=4.8.4 <6.1.0"
  6926. }
  6927. },
  6928. "node_modules/ufo": {
  6929. "version": "1.6.3",
  6930. "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.3.tgz",
  6931. "integrity": "sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==",
  6932. "license": "MIT"
  6933. },
  6934. "node_modules/unbox-primitive": {
  6935. "version": "1.1.0",
  6936. "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz",
  6937. "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==",
  6938. "dev": true,
  6939. "license": "MIT",
  6940. "dependencies": {
  6941. "call-bound": "^1.0.3",
  6942. "has-bigints": "^1.0.2",
  6943. "has-symbols": "^1.1.0",
  6944. "which-boxed-primitive": "^1.1.1"
  6945. },
  6946. "engines": {
  6947. "node": ">= 0.4"
  6948. },
  6949. "funding": {
  6950. "url": "https://github.com/sponsors/ljharb"
  6951. }
  6952. },
  6953. "node_modules/unicorn-magic": {
  6954. "version": "0.4.0",
  6955. "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.4.0.tgz",
  6956. "integrity": "sha512-wH590V9VNgYH9g3lH9wWjTrUoKsjLF6sGLjhR4sH1LWpLmCOH0Zf7PukhDA8BiS7KHe4oPNkcTHqYkj7SOGUOw==",
  6957. "dev": true,
  6958. "license": "MIT",
  6959. "engines": {
  6960. "node": ">=20"
  6961. },
  6962. "funding": {
  6963. "url": "https://github.com/sponsors/sindresorhus"
  6964. }
  6965. },
  6966. "node_modules/unplugin": {
  6967. "version": "3.3.0",
  6968. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-3.3.0.tgz",
  6969. "integrity": "sha512-qa66K+crbfyE6JK10GjvbJeRrOsuC/JpbnHctfyp/i4oBTxWOzJfRZyDiOk1PtErMFRu8JhsU/wPvOdBNWe5Rg==",
  6970. "license": "MIT",
  6971. "dependencies": {
  6972. "@jridgewell/remapping": "^2.3.5",
  6973. "picomatch": "^4.0.4",
  6974. "webpack-virtual-modules": "^0.6.2"
  6975. },
  6976. "engines": {
  6977. "node": "^20.19.0 || >=22.12.0"
  6978. },
  6979. "peerDependencies": {
  6980. "@farmfe/core": "*",
  6981. "@rspack/core": "*",
  6982. "bun-types-no-globals": "*",
  6983. "esbuild": "*",
  6984. "rolldown": "*",
  6985. "rollup": "*",
  6986. "unloader": "*",
  6987. "vite": "*",
  6988. "webpack": "*"
  6989. },
  6990. "peerDependenciesMeta": {
  6991. "@farmfe/core": {
  6992. "optional": true
  6993. },
  6994. "@rspack/core": {
  6995. "optional": true
  6996. },
  6997. "bun-types-no-globals": {
  6998. "optional": true
  6999. },
  7000. "esbuild": {
  7001. "optional": true
  7002. },
  7003. "rolldown": {
  7004. "optional": true
  7005. },
  7006. "rollup": {
  7007. "optional": true
  7008. },
  7009. "unloader": {
  7010. "optional": true
  7011. },
  7012. "vite": {
  7013. "optional": true
  7014. },
  7015. "webpack": {
  7016. "optional": true
  7017. }
  7018. }
  7019. },
  7020. "node_modules/unplugin-utils": {
  7021. "version": "0.3.2",
  7022. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.2.tgz",
  7023. "integrity": "sha512-xVToRh2CTmLk2HnEG7ac4rl1MJTT3RFkpS8B++/SnB0kXvuaavD+n3m/vrzyWQOdJNSZQACnbz01pnppbwV5BA==",
  7024. "license": "MIT",
  7025. "dependencies": {
  7026. "pathe": "^2.0.3",
  7027. "picomatch": "^4.0.4"
  7028. },
  7029. "engines": {
  7030. "node": ">=20.19.0"
  7031. },
  7032. "funding": {
  7033. "url": "https://github.com/sponsors/sxzz"
  7034. }
  7035. },
  7036. "node_modules/unplugin-utils/node_modules/picomatch": {
  7037. "version": "4.0.4",
  7038. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  7039. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  7040. "license": "MIT",
  7041. "engines": {
  7042. "node": ">=12"
  7043. },
  7044. "funding": {
  7045. "url": "https://github.com/sponsors/jonschlinkert"
  7046. }
  7047. },
  7048. "node_modules/unplugin-vue-components": {
  7049. "version": "32.1.0",
  7050. "resolved": "https://registry.npmjs.org/unplugin-vue-components/-/unplugin-vue-components-32.1.0.tgz",
  7051. "integrity": "sha512-YiUkSxuRjab18XFOrX5VsIxXzccrfmHVGsGeJgSgklb829DQmCy9E4vvDUE4tuvZZdxyFJZX0Oc4TPnnxiiMyg==",
  7052. "license": "MIT",
  7053. "dependencies": {
  7054. "chokidar": "^5.0.0",
  7055. "local-pkg": "^1.2.0",
  7056. "magic-string": "^0.30.21",
  7057. "mlly": "^1.8.2",
  7058. "obug": "^2.1.1",
  7059. "picomatch": "^4.0.4",
  7060. "tinyglobby": "^0.2.16",
  7061. "unplugin": "^3.0.0",
  7062. "unplugin-utils": "^0.3.1"
  7063. },
  7064. "engines": {
  7065. "node": ">=20.19.0"
  7066. },
  7067. "funding": {
  7068. "url": "https://github.com/sponsors/antfu"
  7069. },
  7070. "peerDependencies": {
  7071. "@nuxt/kit": "^3.2.2 || ^4.0.0",
  7072. "vue": "^3.0.0"
  7073. },
  7074. "peerDependenciesMeta": {
  7075. "@nuxt/kit": {
  7076. "optional": true
  7077. }
  7078. }
  7079. },
  7080. "node_modules/unplugin-vue-components/node_modules/picomatch": {
  7081. "version": "4.0.4",
  7082. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  7083. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  7084. "license": "MIT",
  7085. "engines": {
  7086. "node": ">=12"
  7087. },
  7088. "funding": {
  7089. "url": "https://github.com/sponsors/jonschlinkert"
  7090. }
  7091. },
  7092. "node_modules/unplugin/node_modules/picomatch": {
  7093. "version": "4.0.4",
  7094. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
  7095. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  7096. "license": "MIT",
  7097. "engines": {
  7098. "node": ">=12"
  7099. },
  7100. "funding": {
  7101. "url": "https://github.com/sponsors/jonschlinkert"
  7102. }
  7103. },
  7104. "node_modules/uri-js": {
  7105. "version": "4.4.1",
  7106. "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
  7107. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  7108. "dev": true,
  7109. "license": "BSD-2-Clause",
  7110. "dependencies": {
  7111. "punycode": "^2.1.0"
  7112. }
  7113. },
  7114. "node_modules/util-deprecate": {
  7115. "version": "1.0.2",
  7116. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  7117. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  7118. "dev": true,
  7119. "license": "MIT"
  7120. },
  7121. "node_modules/vite": {
  7122. "version": "8.2.2",
  7123. "resolved": "https://registry.npmjs.org/vite/-/vite-8.2.2.tgz",
  7124. "integrity": "sha512-cFKLV/PRgAUlIRm5WjMjJ86jrftzpqcgH+Us+DS8mI3CDNiH30Whrz8uHL3+MOLPAgqbMBAqWdAHAphOAM+z/Q==",
  7125. "license": "MIT",
  7126. "dependencies": {
  7127. "lightningcss": "^1.33.0",
  7128. "picomatch": "^4.0.5",
  7129. "postcss": "^8.5.26",
  7130. "rolldown": "~1.2.4",
  7131. "tinyglobby": "^0.2.17"
  7132. },
  7133. "bin": {
  7134. "vite": "bin/vite.js"
  7135. },
  7136. "engines": {
  7137. "node": "^20.19.0 || >=22.12.0"
  7138. },
  7139. "funding": {
  7140. "url": "https://github.com/vitejs/vite?sponsor=1"
  7141. },
  7142. "optionalDependencies": {
  7143. "fsevents": "~2.3.3"
  7144. },
  7145. "peerDependencies": {
  7146. "@types/node": "^20.19.0 || >=22.12.0",
  7147. "@vitejs/devtools": "^0.4.0 || ^0.5.0",
  7148. "esbuild": "^0.27.0 || ^0.28.0",
  7149. "jiti": ">=1.21.0",
  7150. "less": "^4.0.0",
  7151. "sass": "^1.70.0",
  7152. "sass-embedded": "^1.70.0",
  7153. "stylus": ">=0.54.8",
  7154. "sugarss": "^5.0.0",
  7155. "terser": "^5.16.0",
  7156. "tsx": "^4.8.1",
  7157. "yaml": "^2.4.2"
  7158. },
  7159. "peerDependenciesMeta": {
  7160. "@types/node": {
  7161. "optional": true
  7162. },
  7163. "@vitejs/devtools": {
  7164. "optional": true
  7165. },
  7166. "esbuild": {
  7167. "optional": true
  7168. },
  7169. "jiti": {
  7170. "optional": true
  7171. },
  7172. "less": {
  7173. "optional": true
  7174. },
  7175. "sass": {
  7176. "optional": true
  7177. },
  7178. "sass-embedded": {
  7179. "optional": true
  7180. },
  7181. "stylus": {
  7182. "optional": true
  7183. },
  7184. "sugarss": {
  7185. "optional": true
  7186. },
  7187. "terser": {
  7188. "optional": true
  7189. },
  7190. "tsx": {
  7191. "optional": true
  7192. },
  7193. "yaml": {
  7194. "optional": true
  7195. }
  7196. }
  7197. },
  7198. "node_modules/vite/node_modules/picomatch": {
  7199. "version": "4.0.7",
  7200. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.7.tgz",
  7201. "integrity": "sha512-qcJu88Q2IWqJsDD529JKMdwGm/dvInW4HvQnRwiH9JtihJvzGOscDtHE3x1pBKeUOTysQ8kVmLnJ2kJu7yhcGA==",
  7202. "license": "MIT",
  7203. "engines": {
  7204. "node": ">=12"
  7205. },
  7206. "funding": {
  7207. "url": "https://github.com/sponsors/jonschlinkert"
  7208. }
  7209. },
  7210. "node_modules/vue": {
  7211. "version": "3.5.42",
  7212. "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.42.tgz",
  7213. "integrity": "sha512-4RyHQTbQvOPs3MfvUO1Sg0YRrKNnA0mAVtvpd12Tg1fKDN7OHBUl1IqSn8zGJjK9nI3NkNp8cgTpVrSZC5TTcA==",
  7214. "license": "MIT",
  7215. "dependencies": {
  7216. "@vue/compiler-dom": "3.5.42",
  7217. "@vue/compiler-sfc": "3.5.42",
  7218. "@vue/runtime-dom": "3.5.42",
  7219. "@vue/server-renderer": "3.5.42",
  7220. "@vue/shared": "3.5.42"
  7221. },
  7222. "peerDependencies": {
  7223. "typescript": "*"
  7224. },
  7225. "peerDependenciesMeta": {
  7226. "typescript": {
  7227. "optional": true
  7228. }
  7229. }
  7230. },
  7231. "node_modules/vue-eslint-parser": {
  7232. "version": "10.4.1",
  7233. "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-10.4.1.tgz",
  7234. "integrity": "sha512-Gk6gRDj0n/fkRa3C3l0bBheoBckUq/Rs0F/TvMWIS6nzzx67amAViMe9CkNgsP2tXyQONvGiHQESHwFtZ3aYDA==",
  7235. "dev": true,
  7236. "license": "MIT",
  7237. "peer": true,
  7238. "dependencies": {
  7239. "debug": "^4.4.0",
  7240. "eslint-scope": "^8.2.0 || ^9.0.0",
  7241. "eslint-visitor-keys": "^4.2.0 || ^5.0.0",
  7242. "espree": "^10.3.0 || ^11.0.0",
  7243. "esquery": "^1.6.0",
  7244. "semver": "^7.6.3"
  7245. },
  7246. "engines": {
  7247. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  7248. },
  7249. "funding": {
  7250. "url": "https://github.com/sponsors/mysticatea"
  7251. },
  7252. "peerDependencies": {
  7253. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0"
  7254. }
  7255. },
  7256. "node_modules/vue-eslint-parser/node_modules/eslint-scope": {
  7257. "version": "9.1.2",
  7258. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-9.1.2.tgz",
  7259. "integrity": "sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==",
  7260. "dev": true,
  7261. "license": "BSD-2-Clause",
  7262. "peer": true,
  7263. "dependencies": {
  7264. "@types/esrecurse": "^4.3.1",
  7265. "@types/estree": "^1.0.8",
  7266. "esrecurse": "^4.3.0",
  7267. "estraverse": "^5.2.0"
  7268. },
  7269. "engines": {
  7270. "node": "^20.19.0 || ^22.13.0 || >=24"
  7271. },
  7272. "funding": {
  7273. "url": "https://opencollective.com/eslint"
  7274. }
  7275. },
  7276. "node_modules/vue-eslint-parser/node_modules/eslint-visitor-keys": {
  7277. "version": "5.0.1",
  7278. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
  7279. "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
  7280. "dev": true,
  7281. "license": "Apache-2.0",
  7282. "peer": true,
  7283. "engines": {
  7284. "node": "^20.19.0 || ^22.13.0 || >=24"
  7285. },
  7286. "funding": {
  7287. "url": "https://opencollective.com/eslint"
  7288. }
  7289. },
  7290. "node_modules/vue-eslint-parser/node_modules/espree": {
  7291. "version": "11.2.0",
  7292. "resolved": "https://registry.npmjs.org/espree/-/espree-11.2.0.tgz",
  7293. "integrity": "sha512-7p3DrVEIopW1B1avAGLuCSh1jubc01H2JHc8B4qqGblmg5gI9yumBgACjWo4JlIc04ufug4xJ3SQI8HkS/Rgzw==",
  7294. "dev": true,
  7295. "license": "BSD-2-Clause",
  7296. "peer": true,
  7297. "dependencies": {
  7298. "acorn": "^8.16.0",
  7299. "acorn-jsx": "^5.3.2",
  7300. "eslint-visitor-keys": "^5.0.1"
  7301. },
  7302. "engines": {
  7303. "node": "^20.19.0 || ^22.13.0 || >=24"
  7304. },
  7305. "funding": {
  7306. "url": "https://opencollective.com/eslint"
  7307. }
  7308. },
  7309. "node_modules/vue-i18n": {
  7310. "version": "11.4.10",
  7311. "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-11.4.10.tgz",
  7312. "integrity": "sha512-Lp+BjOxqzOY87DS6Z8KrQrpiTr9IN/Lt4kZEilwyXG2Wrx+AcU6IVsAW92HNXtVcn1HFFPV6ty41p9e/qDpyvg==",
  7313. "license": "MIT",
  7314. "dependencies": {
  7315. "@intlify/core-base": "11.4.10",
  7316. "@intlify/devtools-types": "11.4.10",
  7317. "@intlify/shared": "11.4.10",
  7318. "@vue/devtools-api": "^6.5.0"
  7319. },
  7320. "engines": {
  7321. "node": ">= 22"
  7322. },
  7323. "funding": {
  7324. "url": "https://github.com/sponsors/kazupon"
  7325. },
  7326. "peerDependencies": {
  7327. "vue": "^3.0.0"
  7328. }
  7329. },
  7330. "node_modules/vue-router": {
  7331. "version": "5.3.1",
  7332. "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-5.3.1.tgz",
  7333. "integrity": "sha512-GDBZzgmILxA/kFnkFbJjQZdZ2QQbngnIMMuoUcjhZIfH1RGMaPjPwX5ASnV38qamuA9uhO0RDjSBHTDNG2uXyQ==",
  7334. "license": "MIT",
  7335. "dependencies": {
  7336. "@vue-macros/common": "^3.1.3",
  7337. "@vue/devtools-api": "^8.1.5",
  7338. "ast-walker-scope": "^0.9.0",
  7339. "chokidar": "^5.0.0",
  7340. "confbox": "^0.2.4",
  7341. "local-pkg": "^1.2.1",
  7342. "magic-string": "^0.30.21",
  7343. "mlly": "^1.8.2",
  7344. "muggle-string": "^0.4.1",
  7345. "nostics": "^1.1.4",
  7346. "pathe": "^2.0.3",
  7347. "picomatch": "^4.0.5",
  7348. "scule": "^1.3.0",
  7349. "tinyglobby": "^0.2.17",
  7350. "unplugin": "^3.3.0",
  7351. "unplugin-utils": "^0.3.2"
  7352. },
  7353. "funding": {
  7354. "url": "https://github.com/sponsors/posva"
  7355. },
  7356. "peerDependencies": {
  7357. "@pinia/colada": ">=0.21.2",
  7358. "@vue/compiler-sfc": "^3.5.34 || ^4.0.0",
  7359. "pinia": "^3.0.4 || ^4.0.2",
  7360. "vite": "^7.3.0 || ^8.0.0",
  7361. "vue": "^3.5.34 || ^4.0.0"
  7362. },
  7363. "peerDependenciesMeta": {
  7364. "@pinia/colada": {
  7365. "optional": true
  7366. },
  7367. "@vue/compiler-sfc": {
  7368. "optional": true
  7369. },
  7370. "pinia": {
  7371. "optional": true
  7372. },
  7373. "vite": {
  7374. "optional": true
  7375. }
  7376. }
  7377. },
  7378. "node_modules/vue-router/node_modules/@vue/devtools-api": {
  7379. "version": "8.1.5",
  7380. "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-8.1.5.tgz",
  7381. "integrity": "sha512-YJipMVAKe5wT5CWf5kTYCaNV7NMNjFVxJkIkJaJ4W/nCxEBzlZzrOsYKeCymdCrFZmBS/+wTWFoUs3Jf/Q6XSQ==",
  7382. "license": "MIT",
  7383. "dependencies": {
  7384. "@vue/devtools-kit": "^8.1.5"
  7385. }
  7386. },
  7387. "node_modules/vue-router/node_modules/picomatch": {
  7388. "version": "4.0.5",
  7389. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.5.tgz",
  7390. "integrity": "sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==",
  7391. "license": "MIT",
  7392. "engines": {
  7393. "node": ">=12"
  7394. },
  7395. "funding": {
  7396. "url": "https://github.com/sponsors/jonschlinkert"
  7397. }
  7398. },
  7399. "node_modules/webpack-virtual-modules": {
  7400. "version": "0.6.2",
  7401. "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  7402. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
  7403. "license": "MIT"
  7404. },
  7405. "node_modules/which": {
  7406. "version": "2.0.2",
  7407. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  7408. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  7409. "dev": true,
  7410. "license": "ISC",
  7411. "dependencies": {
  7412. "isexe": "^2.0.0"
  7413. },
  7414. "bin": {
  7415. "node-which": "bin/node-which"
  7416. },
  7417. "engines": {
  7418. "node": ">= 8"
  7419. }
  7420. },
  7421. "node_modules/which-boxed-primitive": {
  7422. "version": "1.1.1",
  7423. "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz",
  7424. "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==",
  7425. "dev": true,
  7426. "license": "MIT",
  7427. "dependencies": {
  7428. "is-bigint": "^1.1.0",
  7429. "is-boolean-object": "^1.2.1",
  7430. "is-number-object": "^1.1.1",
  7431. "is-string": "^1.1.1",
  7432. "is-symbol": "^1.1.1"
  7433. },
  7434. "engines": {
  7435. "node": ">= 0.4"
  7436. },
  7437. "funding": {
  7438. "url": "https://github.com/sponsors/ljharb"
  7439. }
  7440. },
  7441. "node_modules/which-builtin-type": {
  7442. "version": "1.2.1",
  7443. "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz",
  7444. "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==",
  7445. "dev": true,
  7446. "license": "MIT",
  7447. "dependencies": {
  7448. "call-bound": "^1.0.2",
  7449. "function.prototype.name": "^1.1.6",
  7450. "has-tostringtag": "^1.0.2",
  7451. "is-async-function": "^2.0.0",
  7452. "is-date-object": "^1.1.0",
  7453. "is-finalizationregistry": "^1.1.0",
  7454. "is-generator-function": "^1.0.10",
  7455. "is-regex": "^1.2.1",
  7456. "is-weakref": "^1.0.2",
  7457. "isarray": "^2.0.5",
  7458. "which-boxed-primitive": "^1.1.0",
  7459. "which-collection": "^1.0.2",
  7460. "which-typed-array": "^1.1.16"
  7461. },
  7462. "engines": {
  7463. "node": ">= 0.4"
  7464. },
  7465. "funding": {
  7466. "url": "https://github.com/sponsors/ljharb"
  7467. }
  7468. },
  7469. "node_modules/which-collection": {
  7470. "version": "1.0.2",
  7471. "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz",
  7472. "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==",
  7473. "dev": true,
  7474. "license": "MIT",
  7475. "dependencies": {
  7476. "is-map": "^2.0.3",
  7477. "is-set": "^2.0.3",
  7478. "is-weakmap": "^2.0.2",
  7479. "is-weakset": "^2.0.3"
  7480. },
  7481. "engines": {
  7482. "node": ">= 0.4"
  7483. },
  7484. "funding": {
  7485. "url": "https://github.com/sponsors/ljharb"
  7486. }
  7487. },
  7488. "node_modules/which-typed-array": {
  7489. "version": "1.1.22",
  7490. "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.22.tgz",
  7491. "integrity": "sha512-fvO4ExWMFsqyhG3AiPAObMuY1lxaqgYcxbc49CNdWDDECOJNgQyvsOWVwbZc+qf3rzRtxojBK+CMEv0Ld5CYpw==",
  7492. "dev": true,
  7493. "license": "MIT",
  7494. "dependencies": {
  7495. "available-typed-arrays": "^1.0.7",
  7496. "call-bind": "^1.0.9",
  7497. "call-bound": "^1.0.4",
  7498. "for-each": "^0.3.5",
  7499. "get-proto": "^1.0.1",
  7500. "gopd": "^1.2.0",
  7501. "has-tostringtag": "^1.0.2"
  7502. },
  7503. "engines": {
  7504. "node": ">= 0.4"
  7505. },
  7506. "funding": {
  7507. "url": "https://github.com/sponsors/ljharb"
  7508. }
  7509. },
  7510. "node_modules/word-wrap": {
  7511. "version": "1.2.5",
  7512. "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
  7513. "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
  7514. "dev": true,
  7515. "license": "MIT",
  7516. "engines": {
  7517. "node": ">=0.10.0"
  7518. }
  7519. },
  7520. "node_modules/write-file-atomic": {
  7521. "version": "7.0.1",
  7522. "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-7.0.1.tgz",
  7523. "integrity": "sha512-OTIk8iR8/aCRWBqvxrzxR0hgxWpnYBblY1S5hDWBQfk/VFmJwzmJgQFN3WsoUKHISv2eAwe+PpbUzyL1CKTLXg==",
  7524. "dev": true,
  7525. "license": "ISC",
  7526. "dependencies": {
  7527. "signal-exit": "^4.0.1"
  7528. },
  7529. "engines": {
  7530. "node": "^20.17.0 || >=22.9.0"
  7531. }
  7532. },
  7533. "node_modules/xml-name-validator": {
  7534. "version": "5.0.0",
  7535. "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz",
  7536. "integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==",
  7537. "dev": true,
  7538. "license": "Apache-2.0",
  7539. "engines": {
  7540. "node": ">=18"
  7541. }
  7542. },
  7543. "node_modules/yaml": {
  7544. "version": "2.9.0",
  7545. "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz",
  7546. "integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==",
  7547. "license": "ISC",
  7548. "optional": true,
  7549. "peer": true,
  7550. "bin": {
  7551. "yaml": "bin.mjs"
  7552. },
  7553. "engines": {
  7554. "node": ">= 14.6"
  7555. },
  7556. "funding": {
  7557. "url": "https://github.com/sponsors/eemeli"
  7558. }
  7559. },
  7560. "node_modules/yocto-queue": {
  7561. "version": "0.1.0",
  7562. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  7563. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  7564. "dev": true,
  7565. "license": "MIT",
  7566. "engines": {
  7567. "node": ">=10"
  7568. },
  7569. "funding": {
  7570. "url": "https://github.com/sponsors/sindresorhus"
  7571. }
  7572. }
  7573. }
  7574. }