package-lock.json 209 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919492049214922492349244925492649274928492949304931493249334934493549364937493849394940494149424943494449454946494749484949495049514952495349544955495649574958495949604961496249634964496549664967496849694970497149724973497449754976497749784979498049814982498349844985498649874988498949904991499249934994499549964997499849995000500150025003500450055006500750085009501050115012501350145015501650175018501950205021502250235024502550265027502850295030503150325033503450355036503750385039504050415042504350445045504650475048504950505051505250535054505550565057505850595060506150625063506450655066506750685069507050715072507350745075507650775078507950805081508250835084508550865087508850895090509150925093509450955096509750985099510051015102510351045105510651075108510951105111511251135114511551165117511851195120512151225123512451255126512751285129513051315132513351345135513651375138513951405141514251435144514551465147514851495150515151525153515451555156515751585159516051615162516351645165516651675168516951705171517251735174517551765177517851795180518151825183518451855186518751885189519051915192519351945195519651975198519952005201520252035204520552065207520852095210521152125213521452155216521752185219522052215222522352245225522652275228522952305231523252335234523552365237523852395240524152425243524452455246524752485249525052515252525352545255525652575258525952605261526252635264526552665267526852695270527152725273527452755276527752785279528052815282528352845285528652875288528952905291529252935294529552965297529852995300530153025303530453055306530753085309531053115312531353145315531653175318531953205321532253235324532553265327532853295330533153325333533453355336533753385339534053415342534353445345534653475348534953505351535253535354535553565357535853595360536153625363536453655366536753685369537053715372537353745375537653775378537953805381538253835384538553865387538853895390539153925393539453955396539753985399540054015402540354045405540654075408540954105411541254135414541554165417541854195420542154225423542454255426542754285429543054315432543354345435543654375438543954405441544254435444544554465447544854495450545154525453545454555456545754585459546054615462546354645465546654675468546954705471547254735474547554765477547854795480548154825483548454855486548754885489549054915492549354945495549654975498549955005501550255035504550555065507550855095510551155125513551455155516551755185519552055215522552355245525552655275528552955305531553255335534553555365537553855395540554155425543554455455546554755485549555055515552555355545555555655575558555955605561556255635564556555665567556855695570557155725573557455755576557755785579558055815582558355845585558655875588558955905591559255935594559555965597559855995600560156025603560456055606560756085609561056115612561356145615561656175618561956205621562256235624562556265627562856295630563156325633563456355636563756385639564056415642564356445645564656475648564956505651565256535654565556565657565856595660566156625663566456655666566756685669567056715672567356745675567656775678567956805681568256835684568556865687568856895690569156925693569456955696569756985699570057015702570357045705570657075708570957105711571257135714571557165717571857195720572157225723572457255726572757285729573057315732573357345735573657375738573957405741574257435744574557465747574857495750575157525753575457555756575757585759576057615762576357645765576657675768576957705771577257735774577557765777577857795780578157825783578457855786578757885789579057915792579357945795579657975798579958005801580258035804580558065807580858095810581158125813581458155816581758185819582058215822582358245825582658275828582958305831583258335834583558365837583858395840584158425843584458455846584758485849585058515852585358545855585658575858585958605861586258635864586558665867586858695870587158725873587458755876587758785879588058815882588358845885588658875888588958905891589258935894589558965897589858995900590159025903590459055906590759085909591059115912591359145915591659175918591959205921592259235924592559265927592859295930593159325933593459355936593759385939594059415942594359445945594659475948594959505951595259535954595559565957595859595960596159625963596459655966596759685969597059715972597359745975597659775978597959805981598259835984598559865987598859895990599159925993599459955996599759985999600060016002600360046005600660076008600960106011601260136014601560166017601860196020602160226023602460256026602760286029603060316032603360346035603660376038603960406041604260436044604560466047604860496050605160526053605460556056605760586059606060616062606360646065606660676068606960706071607260736074607560766077607860796080608160826083608460856086608760886089609060916092609360946095609660976098609961006101610261036104610561066107610861096110611161126113611461156116611761186119612061216122612361246125612661276128612961306131613261336134613561366137613861396140614161426143614461456146614761486149615061516152615361546155615661576158615961606161616261636164616561666167616861696170617161726173617461756176617761786179618061816182618361846185618661876188618961906191619261936194619561966197619861996200620162026203620462056206620762086209621062116212621362146215621662176218621962206221622262236224622562266227622862296230623162326233623462356236623762386239624062416242624362446245624662476248624962506251625262536254625562566257625862596260626162626263626462656266626762686269627062716272627362746275627662776278627962806281628262836284628562866287628862896290629162926293629462956296629762986299630063016302630363046305630663076308630963106311631263136314631563166317631863196320632163226323632463256326632763286329633063316332633363346335633663376338633963406341634263436344634563466347634863496350635163526353635463556356635763586359636063616362636363646365636663676368636963706371637263736374637563766377637863796380638163826383638463856386638763886389639063916392639363946395639663976398639964006401640264036404640564066407640864096410641164126413641464156416641764186419642064216422642364246425642664276428642964306431643264336434643564366437643864396440644164426443644464456446644764486449645064516452645364546455645664576458645964606461646264636464646564666467646864696470647164726473647464756476647764786479648064816482648364846485648664876488648964906491649264936494649564966497649864996500650165026503650465056506650765086509651065116512651365146515651665176518651965206521652265236524652565266527652865296530653165326533653465356536653765386539654065416542654365446545654665476548654965506551655265536554655565566557655865596560656165626563656465656566656765686569657065716572657365746575657665776578657965806581658265836584658565866587658865896590659165926593659465956596659765986599660066016602660366046605660666076608660966106611661266136614661566166617661866196620662166226623662466256626662766286629663066316632663366346635663666376638663966406641664266436644
  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.1.1",
  13. "@connectrpc/connect-web": "^2.1.1",
  14. "@hugeicons/core-free-icons": "^2.0.0",
  15. "@hugeicons/vue": "^1.0.3",
  16. "@vitejs/plugin-vue": "^6.0.2",
  17. "@xterm/addon-fit": "^0.10.0",
  18. "@xterm/xterm": "^5.5.0",
  19. "iconify-icon": "^3.0.2",
  20. "picocrank": "^1.9.0",
  21. "standard": "^17.1.2",
  22. "unplugin-vue-components": "^30.0.0",
  23. "vite": "^7.2.6",
  24. "vue-i18n": "^11.2.2",
  25. "vue-router": "^4.6.3"
  26. },
  27. "devDependencies": {
  28. "process": "^0.11.10",
  29. "stylelint": "^16.26.1",
  30. "stylelint-config-standard": "^39.0.1"
  31. }
  32. },
  33. "node_modules/@babel/code-frame": {
  34. "version": "7.12.11",
  35. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz",
  36. "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==",
  37. "dev": true,
  38. "dependencies": {
  39. "@babel/highlight": "^7.10.4"
  40. }
  41. },
  42. "node_modules/@babel/helper-string-parser": {
  43. "version": "7.27.1",
  44. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  45. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  46. "license": "MIT",
  47. "engines": {
  48. "node": ">=6.9.0"
  49. }
  50. },
  51. "node_modules/@babel/helper-validator-identifier": {
  52. "version": "7.28.5",
  53. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  54. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  55. "license": "MIT",
  56. "engines": {
  57. "node": ">=6.9.0"
  58. }
  59. },
  60. "node_modules/@babel/highlight": {
  61. "version": "7.24.6",
  62. "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.6.tgz",
  63. "integrity": "sha512-2YnuOp4HAk2BsBrJJvYCbItHx0zWscI1C3zgWkz+wDyD9I7GIVrfnLyrR4Y1VR+7p+chAEcrgRQYZAGIKMV7vQ==",
  64. "dev": true,
  65. "dependencies": {
  66. "@babel/helper-validator-identifier": "^7.24.6",
  67. "chalk": "^2.4.2",
  68. "js-tokens": "^4.0.0",
  69. "picocolors": "^1.0.0"
  70. },
  71. "engines": {
  72. "node": ">=6.9.0"
  73. }
  74. },
  75. "node_modules/@babel/highlight/node_modules/ansi-styles": {
  76. "version": "3.2.1",
  77. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  78. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  79. "dev": true,
  80. "dependencies": {
  81. "color-convert": "^1.9.0"
  82. },
  83. "engines": {
  84. "node": ">=4"
  85. }
  86. },
  87. "node_modules/@babel/highlight/node_modules/chalk": {
  88. "version": "2.4.2",
  89. "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
  90. "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  91. "dev": true,
  92. "dependencies": {
  93. "ansi-styles": "^3.2.1",
  94. "escape-string-regexp": "^1.0.5",
  95. "supports-color": "^5.3.0"
  96. },
  97. "engines": {
  98. "node": ">=4"
  99. }
  100. },
  101. "node_modules/@babel/highlight/node_modules/color-convert": {
  102. "version": "1.9.3",
  103. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  104. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  105. "dev": true,
  106. "dependencies": {
  107. "color-name": "1.1.3"
  108. }
  109. },
  110. "node_modules/@babel/highlight/node_modules/color-name": {
  111. "version": "1.1.3",
  112. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
  113. "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
  114. "dev": true
  115. },
  116. "node_modules/@babel/highlight/node_modules/escape-string-regexp": {
  117. "version": "1.0.5",
  118. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  119. "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
  120. "dev": true,
  121. "engines": {
  122. "node": ">=0.8.0"
  123. }
  124. },
  125. "node_modules/@babel/highlight/node_modules/has-flag": {
  126. "version": "3.0.0",
  127. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
  128. "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
  129. "dev": true,
  130. "engines": {
  131. "node": ">=4"
  132. }
  133. },
  134. "node_modules/@babel/highlight/node_modules/supports-color": {
  135. "version": "5.5.0",
  136. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
  137. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  138. "dev": true,
  139. "dependencies": {
  140. "has-flag": "^3.0.0"
  141. },
  142. "engines": {
  143. "node": ">=4"
  144. }
  145. },
  146. "node_modules/@babel/parser": {
  147. "version": "7.28.5",
  148. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
  149. "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
  150. "license": "MIT",
  151. "peer": true,
  152. "dependencies": {
  153. "@babel/types": "^7.28.5"
  154. },
  155. "bin": {
  156. "parser": "bin/babel-parser.js"
  157. },
  158. "engines": {
  159. "node": ">=6.0.0"
  160. }
  161. },
  162. "node_modules/@babel/types": {
  163. "version": "7.28.5",
  164. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
  165. "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
  166. "license": "MIT",
  167. "dependencies": {
  168. "@babel/helper-string-parser": "^7.27.1",
  169. "@babel/helper-validator-identifier": "^7.28.5"
  170. },
  171. "engines": {
  172. "node": ">=6.9.0"
  173. }
  174. },
  175. "node_modules/@bufbuild/protobuf": {
  176. "version": "2.7.0",
  177. "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.7.0.tgz",
  178. "integrity": "sha512-qn6tAIZEw5i/wiESBF4nQxZkl86aY4KoO0IkUa2Lh+rya64oTOdJQFlZuMwI1Qz9VBJQrQC4QlSA2DNek5gCOA==",
  179. "license": "(Apache-2.0 AND BSD-3-Clause)",
  180. "peer": true
  181. },
  182. "node_modules/@cacheable/memory": {
  183. "version": "2.0.5",
  184. "resolved": "https://registry.npmjs.org/@cacheable/memory/-/memory-2.0.5.tgz",
  185. "integrity": "sha512-fkiAxCvssEyJZ5fxX4tcdZFRmW9JehSTGvvqmXn6rTzG5cH6V/3C4ad8yb01vOjp2xBydHkHrgpW0qeGtzt6VQ==",
  186. "dev": true,
  187. "license": "MIT",
  188. "dependencies": {
  189. "@cacheable/utils": "^2.3.0",
  190. "@keyv/bigmap": "^1.1.0",
  191. "hookified": "^1.12.2",
  192. "keyv": "^5.5.4"
  193. }
  194. },
  195. "node_modules/@cacheable/memory/node_modules/@keyv/bigmap": {
  196. "version": "1.3.0",
  197. "resolved": "https://registry.npmjs.org/@keyv/bigmap/-/bigmap-1.3.0.tgz",
  198. "integrity": "sha512-KT01GjzV6AQD5+IYrcpoYLkCu1Jod3nau1Z7EsEuViO3TZGRacSbO9MfHmbJ1WaOXFtWLxPVj169cn2WNKPkIg==",
  199. "dev": true,
  200. "license": "MIT",
  201. "dependencies": {
  202. "hashery": "^1.2.0",
  203. "hookified": "^1.13.0"
  204. },
  205. "engines": {
  206. "node": ">= 18"
  207. },
  208. "peerDependencies": {
  209. "keyv": "^5.5.4"
  210. }
  211. },
  212. "node_modules/@cacheable/memory/node_modules/keyv": {
  213. "version": "5.5.4",
  214. "resolved": "https://registry.npmjs.org/keyv/-/keyv-5.5.4.tgz",
  215. "integrity": "sha512-eohl3hKTiVyD1ilYdw9T0OiB4hnjef89e3dMYKz+mVKDzj+5IteTseASUsOB+EU9Tf6VNTCjDePcP6wkDGmLKQ==",
  216. "dev": true,
  217. "license": "MIT",
  218. "peer": true,
  219. "dependencies": {
  220. "@keyv/serialize": "^1.1.1"
  221. }
  222. },
  223. "node_modules/@cacheable/utils": {
  224. "version": "2.3.1",
  225. "resolved": "https://registry.npmjs.org/@cacheable/utils/-/utils-2.3.1.tgz",
  226. "integrity": "sha512-38NJXjIr4W1Sghun8ju+uYWD8h2c61B4dKwfnQHVDFpAJ9oS28RpfqZQJ6Dgd3RceGkILDY9YT+72HJR3LoeSQ==",
  227. "dev": true,
  228. "license": "MIT",
  229. "dependencies": {
  230. "hashery": "^1.2.0",
  231. "keyv": "^5.5.4"
  232. }
  233. },
  234. "node_modules/@cacheable/utils/node_modules/keyv": {
  235. "version": "5.5.4",
  236. "resolved": "https://registry.npmjs.org/keyv/-/keyv-5.5.4.tgz",
  237. "integrity": "sha512-eohl3hKTiVyD1ilYdw9T0OiB4hnjef89e3dMYKz+mVKDzj+5IteTseASUsOB+EU9Tf6VNTCjDePcP6wkDGmLKQ==",
  238. "dev": true,
  239. "license": "MIT",
  240. "dependencies": {
  241. "@keyv/serialize": "^1.1.1"
  242. }
  243. },
  244. "node_modules/@connectrpc/connect": {
  245. "version": "2.1.1",
  246. "resolved": "https://registry.npmjs.org/@connectrpc/connect/-/connect-2.1.1.tgz",
  247. "integrity": "sha512-JzhkaTvM73m2K1URT6tv53k2RwngSmCXLZJgK580qNQOXRzZRR/BCMfZw3h+90JpnG6XksP5bYT+cz0rpUzUWQ==",
  248. "license": "Apache-2.0",
  249. "peer": true,
  250. "peerDependencies": {
  251. "@bufbuild/protobuf": "^2.7.0"
  252. }
  253. },
  254. "node_modules/@connectrpc/connect-web": {
  255. "version": "2.1.1",
  256. "resolved": "https://registry.npmjs.org/@connectrpc/connect-web/-/connect-web-2.1.1.tgz",
  257. "integrity": "sha512-J8317Q2MaFRCT1jzVR1o06bZhDIBmU0UAzWx6xOIXzOq8+k71/+k7MUF7AwcBUX+34WIvbm5syRgC5HXQA8fOg==",
  258. "license": "Apache-2.0",
  259. "peerDependencies": {
  260. "@bufbuild/protobuf": "^2.7.0",
  261. "@connectrpc/connect": "2.1.1"
  262. }
  263. },
  264. "node_modules/@csstools/css-parser-algorithms": {
  265. "version": "3.0.5",
  266. "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.5.tgz",
  267. "integrity": "sha512-DaDeUkXZKjdGhgYaHNJTV9pV7Y9B3b644jCLs9Upc3VeNGg6LWARAT6O+Q+/COo+2gg/bM5rhpMAtf70WqfBdQ==",
  268. "dev": true,
  269. "funding": [
  270. {
  271. "type": "github",
  272. "url": "https://github.com/sponsors/csstools"
  273. },
  274. {
  275. "type": "opencollective",
  276. "url": "https://opencollective.com/csstools"
  277. }
  278. ],
  279. "license": "MIT",
  280. "peer": true,
  281. "engines": {
  282. "node": ">=18"
  283. },
  284. "peerDependencies": {
  285. "@csstools/css-tokenizer": "^3.0.4"
  286. }
  287. },
  288. "node_modules/@csstools/css-syntax-patches-for-csstree": {
  289. "version": "1.0.20",
  290. "resolved": "https://registry.npmjs.org/@csstools/css-syntax-patches-for-csstree/-/css-syntax-patches-for-csstree-1.0.20.tgz",
  291. "integrity": "sha512-8BHsjXfSciZxjmHQOuVdW2b8WLUPts9a+mfL13/PzEviufUEW2xnvQuOlKs9dRBHgRqJ53SF/DUoK9+MZk72oQ==",
  292. "dev": true,
  293. "funding": [
  294. {
  295. "type": "github",
  296. "url": "https://github.com/sponsors/csstools"
  297. },
  298. {
  299. "type": "opencollective",
  300. "url": "https://opencollective.com/csstools"
  301. }
  302. ],
  303. "license": "MIT-0",
  304. "engines": {
  305. "node": ">=18"
  306. }
  307. },
  308. "node_modules/@csstools/css-tokenizer": {
  309. "version": "3.0.4",
  310. "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.4.tgz",
  311. "integrity": "sha512-Vd/9EVDiu6PPJt9yAh6roZP6El1xHrdvIVGjyBsHR0RYwNHgL7FJPyIIW4fANJNG6FtyZfvlRPpFI4ZM/lubvw==",
  312. "dev": true,
  313. "funding": [
  314. {
  315. "type": "github",
  316. "url": "https://github.com/sponsors/csstools"
  317. },
  318. {
  319. "type": "opencollective",
  320. "url": "https://opencollective.com/csstools"
  321. }
  322. ],
  323. "license": "MIT",
  324. "peer": true,
  325. "engines": {
  326. "node": ">=18"
  327. }
  328. },
  329. "node_modules/@csstools/media-query-list-parser": {
  330. "version": "4.0.3",
  331. "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-4.0.3.tgz",
  332. "integrity": "sha512-HAYH7d3TLRHDOUQK4mZKf9k9Ph/m8Akstg66ywKR4SFAigjs3yBiUeZtFxywiTm5moZMAp/5W/ZuFnNXXYLuuQ==",
  333. "dev": true,
  334. "funding": [
  335. {
  336. "type": "github",
  337. "url": "https://github.com/sponsors/csstools"
  338. },
  339. {
  340. "type": "opencollective",
  341. "url": "https://opencollective.com/csstools"
  342. }
  343. ],
  344. "license": "MIT",
  345. "engines": {
  346. "node": ">=18"
  347. },
  348. "peerDependencies": {
  349. "@csstools/css-parser-algorithms": "^3.0.5",
  350. "@csstools/css-tokenizer": "^3.0.4"
  351. }
  352. },
  353. "node_modules/@csstools/selector-specificity": {
  354. "version": "5.0.0",
  355. "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-5.0.0.tgz",
  356. "integrity": "sha512-PCqQV3c4CoVm3kdPhyeZ07VmBRdH2EpMFA/pd9OASpOEC3aXNGoqPDAZ80D0cLpMBxnmk0+yNhGsEx31hq7Gtw==",
  357. "dev": true,
  358. "funding": [
  359. {
  360. "type": "github",
  361. "url": "https://github.com/sponsors/csstools"
  362. },
  363. {
  364. "type": "opencollective",
  365. "url": "https://opencollective.com/csstools"
  366. }
  367. ],
  368. "license": "MIT-0",
  369. "engines": {
  370. "node": ">=18"
  371. },
  372. "peerDependencies": {
  373. "postcss-selector-parser": "^7.0.0"
  374. }
  375. },
  376. "node_modules/@dual-bundle/import-meta-resolve": {
  377. "version": "4.2.1",
  378. "resolved": "https://registry.npmjs.org/@dual-bundle/import-meta-resolve/-/import-meta-resolve-4.2.1.tgz",
  379. "integrity": "sha512-id+7YRUgoUX6CgV0DtuhirQWodeeA7Lf4i2x71JS/vtA5pRb/hIGWlw+G6MeXvsM+MXrz0VAydTGElX1rAfgPg==",
  380. "dev": true,
  381. "license": "MIT",
  382. "funding": {
  383. "type": "github",
  384. "url": "https://github.com/sponsors/JounQin"
  385. }
  386. },
  387. "node_modules/@esbuild/aix-ppc64": {
  388. "version": "0.25.8",
  389. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.8.tgz",
  390. "integrity": "sha512-urAvrUedIqEiFR3FYSLTWQgLu5tb+m0qZw0NBEasUeo6wuqatkMDaRT+1uABiGXEu5vqgPd7FGE1BhsAIy9QVA==",
  391. "cpu": [
  392. "ppc64"
  393. ],
  394. "license": "MIT",
  395. "optional": true,
  396. "os": [
  397. "aix"
  398. ],
  399. "engines": {
  400. "node": ">=18"
  401. }
  402. },
  403. "node_modules/@esbuild/android-arm": {
  404. "version": "0.25.8",
  405. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.8.tgz",
  406. "integrity": "sha512-RONsAvGCz5oWyePVnLdZY/HHwA++nxYWIX1atInlaW6SEkwq6XkP3+cb825EUcRs5Vss/lGh/2YxAb5xqc07Uw==",
  407. "cpu": [
  408. "arm"
  409. ],
  410. "license": "MIT",
  411. "optional": true,
  412. "os": [
  413. "android"
  414. ],
  415. "engines": {
  416. "node": ">=18"
  417. }
  418. },
  419. "node_modules/@esbuild/android-arm64": {
  420. "version": "0.25.8",
  421. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.8.tgz",
  422. "integrity": "sha512-OD3p7LYzWpLhZEyATcTSJ67qB5D+20vbtr6vHlHWSQYhKtzUYrETuWThmzFpZtFsBIxRvhO07+UgVA9m0i/O1w==",
  423. "cpu": [
  424. "arm64"
  425. ],
  426. "license": "MIT",
  427. "optional": true,
  428. "os": [
  429. "android"
  430. ],
  431. "engines": {
  432. "node": ">=18"
  433. }
  434. },
  435. "node_modules/@esbuild/android-x64": {
  436. "version": "0.25.8",
  437. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.8.tgz",
  438. "integrity": "sha512-yJAVPklM5+4+9dTeKwHOaA+LQkmrKFX96BM0A/2zQrbS6ENCmxc4OVoBs5dPkCCak2roAD+jKCdnmOqKszPkjA==",
  439. "cpu": [
  440. "x64"
  441. ],
  442. "license": "MIT",
  443. "optional": true,
  444. "os": [
  445. "android"
  446. ],
  447. "engines": {
  448. "node": ">=18"
  449. }
  450. },
  451. "node_modules/@esbuild/darwin-arm64": {
  452. "version": "0.25.8",
  453. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.8.tgz",
  454. "integrity": "sha512-Jw0mxgIaYX6R8ODrdkLLPwBqHTtYHJSmzzd+QeytSugzQ0Vg4c5rDky5VgkoowbZQahCbsv1rT1KW72MPIkevw==",
  455. "cpu": [
  456. "arm64"
  457. ],
  458. "license": "MIT",
  459. "optional": true,
  460. "os": [
  461. "darwin"
  462. ],
  463. "engines": {
  464. "node": ">=18"
  465. }
  466. },
  467. "node_modules/@esbuild/darwin-x64": {
  468. "version": "0.25.8",
  469. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.8.tgz",
  470. "integrity": "sha512-Vh2gLxxHnuoQ+GjPNvDSDRpoBCUzY4Pu0kBqMBDlK4fuWbKgGtmDIeEC081xi26PPjn+1tct+Bh8FjyLlw1Zlg==",
  471. "cpu": [
  472. "x64"
  473. ],
  474. "license": "MIT",
  475. "optional": true,
  476. "os": [
  477. "darwin"
  478. ],
  479. "engines": {
  480. "node": ">=18"
  481. }
  482. },
  483. "node_modules/@esbuild/freebsd-arm64": {
  484. "version": "0.25.8",
  485. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.8.tgz",
  486. "integrity": "sha512-YPJ7hDQ9DnNe5vxOm6jaie9QsTwcKedPvizTVlqWG9GBSq+BuyWEDazlGaDTC5NGU4QJd666V0yqCBL2oWKPfA==",
  487. "cpu": [
  488. "arm64"
  489. ],
  490. "license": "MIT",
  491. "optional": true,
  492. "os": [
  493. "freebsd"
  494. ],
  495. "engines": {
  496. "node": ">=18"
  497. }
  498. },
  499. "node_modules/@esbuild/freebsd-x64": {
  500. "version": "0.25.8",
  501. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.8.tgz",
  502. "integrity": "sha512-MmaEXxQRdXNFsRN/KcIimLnSJrk2r5H8v+WVafRWz5xdSVmWLoITZQXcgehI2ZE6gioE6HirAEToM/RvFBeuhw==",
  503. "cpu": [
  504. "x64"
  505. ],
  506. "license": "MIT",
  507. "optional": true,
  508. "os": [
  509. "freebsd"
  510. ],
  511. "engines": {
  512. "node": ">=18"
  513. }
  514. },
  515. "node_modules/@esbuild/linux-arm": {
  516. "version": "0.25.8",
  517. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.8.tgz",
  518. "integrity": "sha512-FuzEP9BixzZohl1kLf76KEVOsxtIBFwCaLupVuk4eFVnOZfU+Wsn+x5Ryam7nILV2pkq2TqQM9EZPsOBuMC+kg==",
  519. "cpu": [
  520. "arm"
  521. ],
  522. "license": "MIT",
  523. "optional": true,
  524. "os": [
  525. "linux"
  526. ],
  527. "engines": {
  528. "node": ">=18"
  529. }
  530. },
  531. "node_modules/@esbuild/linux-arm64": {
  532. "version": "0.25.8",
  533. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.8.tgz",
  534. "integrity": "sha512-WIgg00ARWv/uYLU7lsuDK00d/hHSfES5BzdWAdAig1ioV5kaFNrtK8EqGcUBJhYqotlUByUKz5Qo6u8tt7iD/w==",
  535. "cpu": [
  536. "arm64"
  537. ],
  538. "license": "MIT",
  539. "optional": true,
  540. "os": [
  541. "linux"
  542. ],
  543. "engines": {
  544. "node": ">=18"
  545. }
  546. },
  547. "node_modules/@esbuild/linux-ia32": {
  548. "version": "0.25.8",
  549. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.8.tgz",
  550. "integrity": "sha512-A1D9YzRX1i+1AJZuFFUMP1E9fMaYY+GnSQil9Tlw05utlE86EKTUA7RjwHDkEitmLYiFsRd9HwKBPEftNdBfjg==",
  551. "cpu": [
  552. "ia32"
  553. ],
  554. "license": "MIT",
  555. "optional": true,
  556. "os": [
  557. "linux"
  558. ],
  559. "engines": {
  560. "node": ">=18"
  561. }
  562. },
  563. "node_modules/@esbuild/linux-loong64": {
  564. "version": "0.25.8",
  565. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.8.tgz",
  566. "integrity": "sha512-O7k1J/dwHkY1RMVvglFHl1HzutGEFFZ3kNiDMSOyUrB7WcoHGf96Sh+64nTRT26l3GMbCW01Ekh/ThKM5iI7hQ==",
  567. "cpu": [
  568. "loong64"
  569. ],
  570. "license": "MIT",
  571. "optional": true,
  572. "os": [
  573. "linux"
  574. ],
  575. "engines": {
  576. "node": ">=18"
  577. }
  578. },
  579. "node_modules/@esbuild/linux-mips64el": {
  580. "version": "0.25.8",
  581. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.8.tgz",
  582. "integrity": "sha512-uv+dqfRazte3BzfMp8PAQXmdGHQt2oC/y2ovwpTteqrMx2lwaksiFZ/bdkXJC19ttTvNXBuWH53zy/aTj1FgGw==",
  583. "cpu": [
  584. "mips64el"
  585. ],
  586. "license": "MIT",
  587. "optional": true,
  588. "os": [
  589. "linux"
  590. ],
  591. "engines": {
  592. "node": ">=18"
  593. }
  594. },
  595. "node_modules/@esbuild/linux-ppc64": {
  596. "version": "0.25.8",
  597. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.8.tgz",
  598. "integrity": "sha512-GyG0KcMi1GBavP5JgAkkstMGyMholMDybAf8wF5A70CALlDM2p/f7YFE7H92eDeH/VBtFJA5MT4nRPDGg4JuzQ==",
  599. "cpu": [
  600. "ppc64"
  601. ],
  602. "license": "MIT",
  603. "optional": true,
  604. "os": [
  605. "linux"
  606. ],
  607. "engines": {
  608. "node": ">=18"
  609. }
  610. },
  611. "node_modules/@esbuild/linux-riscv64": {
  612. "version": "0.25.8",
  613. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.8.tgz",
  614. "integrity": "sha512-rAqDYFv3yzMrq7GIcen3XP7TUEG/4LK86LUPMIz6RT8A6pRIDn0sDcvjudVZBiiTcZCY9y2SgYX2lgK3AF+1eg==",
  615. "cpu": [
  616. "riscv64"
  617. ],
  618. "license": "MIT",
  619. "optional": true,
  620. "os": [
  621. "linux"
  622. ],
  623. "engines": {
  624. "node": ">=18"
  625. }
  626. },
  627. "node_modules/@esbuild/linux-s390x": {
  628. "version": "0.25.8",
  629. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.8.tgz",
  630. "integrity": "sha512-Xutvh6VjlbcHpsIIbwY8GVRbwoviWT19tFhgdA7DlenLGC/mbc3lBoVb7jxj9Z+eyGqvcnSyIltYUrkKzWqSvg==",
  631. "cpu": [
  632. "s390x"
  633. ],
  634. "license": "MIT",
  635. "optional": true,
  636. "os": [
  637. "linux"
  638. ],
  639. "engines": {
  640. "node": ">=18"
  641. }
  642. },
  643. "node_modules/@esbuild/linux-x64": {
  644. "version": "0.25.8",
  645. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.8.tgz",
  646. "integrity": "sha512-ASFQhgY4ElXh3nDcOMTkQero4b1lgubskNlhIfJrsH5OKZXDpUAKBlNS0Kx81jwOBp+HCeZqmoJuihTv57/jvQ==",
  647. "cpu": [
  648. "x64"
  649. ],
  650. "license": "MIT",
  651. "optional": true,
  652. "os": [
  653. "linux"
  654. ],
  655. "engines": {
  656. "node": ">=18"
  657. }
  658. },
  659. "node_modules/@esbuild/netbsd-arm64": {
  660. "version": "0.25.8",
  661. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.8.tgz",
  662. "integrity": "sha512-d1KfruIeohqAi6SA+gENMuObDbEjn22olAR7egqnkCD9DGBG0wsEARotkLgXDu6c4ncgWTZJtN5vcgxzWRMzcw==",
  663. "cpu": [
  664. "arm64"
  665. ],
  666. "license": "MIT",
  667. "optional": true,
  668. "os": [
  669. "netbsd"
  670. ],
  671. "engines": {
  672. "node": ">=18"
  673. }
  674. },
  675. "node_modules/@esbuild/netbsd-x64": {
  676. "version": "0.25.8",
  677. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.8.tgz",
  678. "integrity": "sha512-nVDCkrvx2ua+XQNyfrujIG38+YGyuy2Ru9kKVNyh5jAys6n+l44tTtToqHjino2My8VAY6Lw9H7RI73XFi66Cg==",
  679. "cpu": [
  680. "x64"
  681. ],
  682. "license": "MIT",
  683. "optional": true,
  684. "os": [
  685. "netbsd"
  686. ],
  687. "engines": {
  688. "node": ">=18"
  689. }
  690. },
  691. "node_modules/@esbuild/openbsd-arm64": {
  692. "version": "0.25.8",
  693. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.8.tgz",
  694. "integrity": "sha512-j8HgrDuSJFAujkivSMSfPQSAa5Fxbvk4rgNAS5i3K+r8s1X0p1uOO2Hl2xNsGFppOeHOLAVgYwDVlmxhq5h+SQ==",
  695. "cpu": [
  696. "arm64"
  697. ],
  698. "license": "MIT",
  699. "optional": true,
  700. "os": [
  701. "openbsd"
  702. ],
  703. "engines": {
  704. "node": ">=18"
  705. }
  706. },
  707. "node_modules/@esbuild/openbsd-x64": {
  708. "version": "0.25.8",
  709. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.8.tgz",
  710. "integrity": "sha512-1h8MUAwa0VhNCDp6Af0HToI2TJFAn1uqT9Al6DJVzdIBAd21m/G0Yfc77KDM3uF3T/YaOgQq3qTJHPbTOInaIQ==",
  711. "cpu": [
  712. "x64"
  713. ],
  714. "license": "MIT",
  715. "optional": true,
  716. "os": [
  717. "openbsd"
  718. ],
  719. "engines": {
  720. "node": ">=18"
  721. }
  722. },
  723. "node_modules/@esbuild/openharmony-arm64": {
  724. "version": "0.25.8",
  725. "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.8.tgz",
  726. "integrity": "sha512-r2nVa5SIK9tSWd0kJd9HCffnDHKchTGikb//9c7HX+r+wHYCpQrSgxhlY6KWV1nFo1l4KFbsMlHk+L6fekLsUg==",
  727. "cpu": [
  728. "arm64"
  729. ],
  730. "license": "MIT",
  731. "optional": true,
  732. "os": [
  733. "openharmony"
  734. ],
  735. "engines": {
  736. "node": ">=18"
  737. }
  738. },
  739. "node_modules/@esbuild/sunos-x64": {
  740. "version": "0.25.8",
  741. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.8.tgz",
  742. "integrity": "sha512-zUlaP2S12YhQ2UzUfcCuMDHQFJyKABkAjvO5YSndMiIkMimPmxA+BYSBikWgsRpvyxuRnow4nS5NPnf9fpv41w==",
  743. "cpu": [
  744. "x64"
  745. ],
  746. "license": "MIT",
  747. "optional": true,
  748. "os": [
  749. "sunos"
  750. ],
  751. "engines": {
  752. "node": ">=18"
  753. }
  754. },
  755. "node_modules/@esbuild/win32-arm64": {
  756. "version": "0.25.8",
  757. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.8.tgz",
  758. "integrity": "sha512-YEGFFWESlPva8hGL+zvj2z/SaK+pH0SwOM0Nc/d+rVnW7GSTFlLBGzZkuSU9kFIGIo8q9X3ucpZhu8PDN5A2sQ==",
  759. "cpu": [
  760. "arm64"
  761. ],
  762. "license": "MIT",
  763. "optional": true,
  764. "os": [
  765. "win32"
  766. ],
  767. "engines": {
  768. "node": ">=18"
  769. }
  770. },
  771. "node_modules/@esbuild/win32-ia32": {
  772. "version": "0.25.8",
  773. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.8.tgz",
  774. "integrity": "sha512-hiGgGC6KZ5LZz58OL/+qVVoZiuZlUYlYHNAmczOm7bs2oE1XriPFi5ZHHrS8ACpV5EjySrnoCKmcbQMN+ojnHg==",
  775. "cpu": [
  776. "ia32"
  777. ],
  778. "license": "MIT",
  779. "optional": true,
  780. "os": [
  781. "win32"
  782. ],
  783. "engines": {
  784. "node": ">=18"
  785. }
  786. },
  787. "node_modules/@esbuild/win32-x64": {
  788. "version": "0.25.8",
  789. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.8.tgz",
  790. "integrity": "sha512-cn3Yr7+OaaZq1c+2pe+8yxC8E144SReCQjN6/2ynubzYjvyqZjTXfQJpAcQpsdJq3My7XADANiYGHoFC69pLQw==",
  791. "cpu": [
  792. "x64"
  793. ],
  794. "license": "MIT",
  795. "optional": true,
  796. "os": [
  797. "win32"
  798. ],
  799. "engines": {
  800. "node": ">=18"
  801. }
  802. },
  803. "node_modules/@eslint-community/eslint-utils": {
  804. "version": "4.9.0",
  805. "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
  806. "integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
  807. "license": "MIT",
  808. "dependencies": {
  809. "eslint-visitor-keys": "^3.4.3"
  810. },
  811. "engines": {
  812. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  813. },
  814. "funding": {
  815. "url": "https://opencollective.com/eslint"
  816. },
  817. "peerDependencies": {
  818. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  819. }
  820. },
  821. "node_modules/@eslint-community/regexpp": {
  822. "version": "4.12.2",
  823. "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
  824. "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
  825. "license": "MIT",
  826. "engines": {
  827. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  828. }
  829. },
  830. "node_modules/@eslint/eslintrc": {
  831. "version": "2.1.4",
  832. "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
  833. "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
  834. "license": "MIT",
  835. "dependencies": {
  836. "ajv": "^6.12.4",
  837. "debug": "^4.3.2",
  838. "espree": "^9.6.0",
  839. "globals": "^13.19.0",
  840. "ignore": "^5.2.0",
  841. "import-fresh": "^3.2.1",
  842. "js-yaml": "^4.1.0",
  843. "minimatch": "^3.1.2",
  844. "strip-json-comments": "^3.1.1"
  845. },
  846. "engines": {
  847. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  848. },
  849. "funding": {
  850. "url": "https://opencollective.com/eslint"
  851. }
  852. },
  853. "node_modules/@eslint/js": {
  854. "version": "8.57.1",
  855. "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz",
  856. "integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==",
  857. "license": "MIT",
  858. "engines": {
  859. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  860. }
  861. },
  862. "node_modules/@hugeicons/core-free-icons": {
  863. "version": "2.0.0",
  864. "resolved": "https://registry.npmjs.org/@hugeicons/core-free-icons/-/core-free-icons-2.0.0.tgz",
  865. "integrity": "sha512-OSfv5k0iB0yG61dcfK7jcf00AIK8EXyQOgtcNJzSBFvm88n9VOelkxihZHJnNwDUFpO/jZI3vZSVp6i1dmRvJQ==",
  866. "license": "MIT"
  867. },
  868. "node_modules/@hugeicons/vue": {
  869. "version": "1.0.3",
  870. "resolved": "https://registry.npmjs.org/@hugeicons/vue/-/vue-1.0.3.tgz",
  871. "integrity": "sha512-DF9A277Ej4Eahu11Hkd3v6V0eZ1NHWZWs9OOByJaxGekgG8q7DAbkhltIo3bqsoxVprxaKSX3Mmn5a2dyzLsHA==",
  872. "peerDependencies": {
  873. "vue": "^2.6.0 || ^3.0.0"
  874. }
  875. },
  876. "node_modules/@humanwhocodes/config-array": {
  877. "version": "0.13.0",
  878. "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz",
  879. "integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==",
  880. "deprecated": "Use @eslint/config-array instead",
  881. "license": "Apache-2.0",
  882. "dependencies": {
  883. "@humanwhocodes/object-schema": "^2.0.3",
  884. "debug": "^4.3.1",
  885. "minimatch": "^3.0.5"
  886. },
  887. "engines": {
  888. "node": ">=10.10.0"
  889. }
  890. },
  891. "node_modules/@humanwhocodes/module-importer": {
  892. "version": "1.0.1",
  893. "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  894. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  895. "license": "Apache-2.0",
  896. "engines": {
  897. "node": ">=12.22"
  898. },
  899. "funding": {
  900. "type": "github",
  901. "url": "https://github.com/sponsors/nzakas"
  902. }
  903. },
  904. "node_modules/@humanwhocodes/object-schema": {
  905. "version": "2.0.3",
  906. "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz",
  907. "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==",
  908. "deprecated": "Use @eslint/object-schema instead",
  909. "license": "BSD-3-Clause"
  910. },
  911. "node_modules/@iconify/types": {
  912. "version": "2.0.0",
  913. "resolved": "https://registry.npmjs.org/@iconify/types/-/types-2.0.0.tgz",
  914. "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==",
  915. "license": "MIT"
  916. },
  917. "node_modules/@intlify/core-base": {
  918. "version": "11.2.2",
  919. "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-11.2.2.tgz",
  920. "integrity": "sha512-0mCTBOLKIqFUP3BzwuFW23hYEl9g/wby6uY//AC5hTgQfTsM2srCYF2/hYGp+a5DZ/HIFIgKkLJMzXTt30r0JQ==",
  921. "license": "MIT",
  922. "dependencies": {
  923. "@intlify/message-compiler": "11.2.2",
  924. "@intlify/shared": "11.2.2"
  925. },
  926. "engines": {
  927. "node": ">= 16"
  928. },
  929. "funding": {
  930. "url": "https://github.com/sponsors/kazupon"
  931. }
  932. },
  933. "node_modules/@intlify/message-compiler": {
  934. "version": "11.2.2",
  935. "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-11.2.2.tgz",
  936. "integrity": "sha512-XS2p8Ff5JxWsKhgfld4/MRQzZRQ85drMMPhb7Co6Be4ZOgqJX1DzcZt0IFgGTycgqL8rkYNwgnD443Q+TapOoA==",
  937. "license": "MIT",
  938. "dependencies": {
  939. "@intlify/shared": "11.2.2",
  940. "source-map-js": "^1.0.2"
  941. },
  942. "engines": {
  943. "node": ">= 16"
  944. },
  945. "funding": {
  946. "url": "https://github.com/sponsors/kazupon"
  947. }
  948. },
  949. "node_modules/@intlify/shared": {
  950. "version": "11.2.2",
  951. "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-11.2.2.tgz",
  952. "integrity": "sha512-OtCmyFpSXxNu/oET/aN6HtPCbZ01btXVd0f3w00YsHOb13Kverk1jzA2k47pAekM55qbUw421fvPF1yxZ+gicw==",
  953. "license": "MIT",
  954. "engines": {
  955. "node": ">= 16"
  956. },
  957. "funding": {
  958. "url": "https://github.com/sponsors/kazupon"
  959. }
  960. },
  961. "node_modules/@jridgewell/gen-mapping": {
  962. "version": "0.3.13",
  963. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  964. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  965. "license": "MIT",
  966. "dependencies": {
  967. "@jridgewell/sourcemap-codec": "^1.5.0",
  968. "@jridgewell/trace-mapping": "^0.3.24"
  969. }
  970. },
  971. "node_modules/@jridgewell/remapping": {
  972. "version": "2.3.5",
  973. "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  974. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  975. "license": "MIT",
  976. "dependencies": {
  977. "@jridgewell/gen-mapping": "^0.3.5",
  978. "@jridgewell/trace-mapping": "^0.3.24"
  979. }
  980. },
  981. "node_modules/@jridgewell/resolve-uri": {
  982. "version": "3.1.2",
  983. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  984. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  985. "license": "MIT",
  986. "engines": {
  987. "node": ">=6.0.0"
  988. }
  989. },
  990. "node_modules/@jridgewell/sourcemap-codec": {
  991. "version": "1.5.5",
  992. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  993. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  994. "license": "MIT"
  995. },
  996. "node_modules/@jridgewell/trace-mapping": {
  997. "version": "0.3.31",
  998. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  999. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  1000. "license": "MIT",
  1001. "dependencies": {
  1002. "@jridgewell/resolve-uri": "^3.1.0",
  1003. "@jridgewell/sourcemap-codec": "^1.4.14"
  1004. }
  1005. },
  1006. "node_modules/@keyv/serialize": {
  1007. "version": "1.1.1",
  1008. "resolved": "https://registry.npmjs.org/@keyv/serialize/-/serialize-1.1.1.tgz",
  1009. "integrity": "sha512-dXn3FZhPv0US+7dtJsIi2R+c7qWYiReoEh5zUntWCf4oSpMNib8FDhSoed6m3QyZdx5hK7iLFkYk3rNxwt8vTA==",
  1010. "dev": true,
  1011. "license": "MIT"
  1012. },
  1013. "node_modules/@nodelib/fs.scandir": {
  1014. "version": "2.1.5",
  1015. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  1016. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  1017. "dependencies": {
  1018. "@nodelib/fs.stat": "2.0.5",
  1019. "run-parallel": "^1.1.9"
  1020. },
  1021. "engines": {
  1022. "node": ">= 8"
  1023. }
  1024. },
  1025. "node_modules/@nodelib/fs.stat": {
  1026. "version": "2.0.5",
  1027. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  1028. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  1029. "engines": {
  1030. "node": ">= 8"
  1031. }
  1032. },
  1033. "node_modules/@nodelib/fs.walk": {
  1034. "version": "1.2.8",
  1035. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  1036. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  1037. "dependencies": {
  1038. "@nodelib/fs.scandir": "2.1.5",
  1039. "fastq": "^1.6.0"
  1040. },
  1041. "engines": {
  1042. "node": ">= 8"
  1043. }
  1044. },
  1045. "node_modules/@rolldown/pluginutils": {
  1046. "version": "1.0.0-beta.50",
  1047. "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.50.tgz",
  1048. "integrity": "sha512-5e76wQiQVeL1ICOZVUg4LSOVYg9jyhGCin+icYozhsUzM+fHE7kddi1bdiE0jwVqTfkjba3jUFbEkoC9WkdvyA==",
  1049. "license": "MIT"
  1050. },
  1051. "node_modules/@rollup/rollup-android-arm-eabi": {
  1052. "version": "4.45.1",
  1053. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.45.1.tgz",
  1054. "integrity": "sha512-NEySIFvMY0ZQO+utJkgoMiCAjMrGvnbDLHvcmlA33UXJpYBCvlBEbMMtV837uCkS+plG2umfhn0T5mMAxGrlRA==",
  1055. "cpu": [
  1056. "arm"
  1057. ],
  1058. "license": "MIT",
  1059. "optional": true,
  1060. "os": [
  1061. "android"
  1062. ]
  1063. },
  1064. "node_modules/@rollup/rollup-android-arm64": {
  1065. "version": "4.45.1",
  1066. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.45.1.tgz",
  1067. "integrity": "sha512-ujQ+sMXJkg4LRJaYreaVx7Z/VMgBBd89wGS4qMrdtfUFZ+TSY5Rs9asgjitLwzeIbhwdEhyj29zhst3L1lKsRQ==",
  1068. "cpu": [
  1069. "arm64"
  1070. ],
  1071. "license": "MIT",
  1072. "optional": true,
  1073. "os": [
  1074. "android"
  1075. ]
  1076. },
  1077. "node_modules/@rollup/rollup-darwin-arm64": {
  1078. "version": "4.45.1",
  1079. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.45.1.tgz",
  1080. "integrity": "sha512-FSncqHvqTm3lC6Y13xncsdOYfxGSLnP+73k815EfNmpewPs+EyM49haPS105Rh4aF5mJKywk9X0ogzLXZzN9lA==",
  1081. "cpu": [
  1082. "arm64"
  1083. ],
  1084. "license": "MIT",
  1085. "optional": true,
  1086. "os": [
  1087. "darwin"
  1088. ]
  1089. },
  1090. "node_modules/@rollup/rollup-darwin-x64": {
  1091. "version": "4.45.1",
  1092. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.45.1.tgz",
  1093. "integrity": "sha512-2/vVn/husP5XI7Fsf/RlhDaQJ7x9zjvC81anIVbr4b/f0xtSmXQTFcGIQ/B1cXIYM6h2nAhJkdMHTnD7OtQ9Og==",
  1094. "cpu": [
  1095. "x64"
  1096. ],
  1097. "license": "MIT",
  1098. "optional": true,
  1099. "os": [
  1100. "darwin"
  1101. ]
  1102. },
  1103. "node_modules/@rollup/rollup-freebsd-arm64": {
  1104. "version": "4.45.1",
  1105. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.45.1.tgz",
  1106. "integrity": "sha512-4g1kaDxQItZsrkVTdYQ0bxu4ZIQ32cotoQbmsAnW1jAE4XCMbcBPDirX5fyUzdhVCKgPcrwWuucI8yrVRBw2+g==",
  1107. "cpu": [
  1108. "arm64"
  1109. ],
  1110. "license": "MIT",
  1111. "optional": true,
  1112. "os": [
  1113. "freebsd"
  1114. ]
  1115. },
  1116. "node_modules/@rollup/rollup-freebsd-x64": {
  1117. "version": "4.45.1",
  1118. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.45.1.tgz",
  1119. "integrity": "sha512-L/6JsfiL74i3uK1Ti2ZFSNsp5NMiM4/kbbGEcOCps99aZx3g8SJMO1/9Y0n/qKlWZfn6sScf98lEOUe2mBvW9A==",
  1120. "cpu": [
  1121. "x64"
  1122. ],
  1123. "license": "MIT",
  1124. "optional": true,
  1125. "os": [
  1126. "freebsd"
  1127. ]
  1128. },
  1129. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  1130. "version": "4.45.1",
  1131. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.45.1.tgz",
  1132. "integrity": "sha512-RkdOTu2jK7brlu+ZwjMIZfdV2sSYHK2qR08FUWcIoqJC2eywHbXr0L8T/pONFwkGukQqERDheaGTeedG+rra6Q==",
  1133. "cpu": [
  1134. "arm"
  1135. ],
  1136. "license": "MIT",
  1137. "optional": true,
  1138. "os": [
  1139. "linux"
  1140. ]
  1141. },
  1142. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  1143. "version": "4.45.1",
  1144. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.45.1.tgz",
  1145. "integrity": "sha512-3kJ8pgfBt6CIIr1o+HQA7OZ9mp/zDk3ctekGl9qn/pRBgrRgfwiffaUmqioUGN9hv0OHv2gxmvdKOkARCtRb8Q==",
  1146. "cpu": [
  1147. "arm"
  1148. ],
  1149. "license": "MIT",
  1150. "optional": true,
  1151. "os": [
  1152. "linux"
  1153. ]
  1154. },
  1155. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  1156. "version": "4.45.1",
  1157. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.45.1.tgz",
  1158. "integrity": "sha512-k3dOKCfIVixWjG7OXTCOmDfJj3vbdhN0QYEqB+OuGArOChek22hn7Uy5A/gTDNAcCy5v2YcXRJ/Qcnm4/ma1xw==",
  1159. "cpu": [
  1160. "arm64"
  1161. ],
  1162. "license": "MIT",
  1163. "optional": true,
  1164. "os": [
  1165. "linux"
  1166. ]
  1167. },
  1168. "node_modules/@rollup/rollup-linux-arm64-musl": {
  1169. "version": "4.45.1",
  1170. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.45.1.tgz",
  1171. "integrity": "sha512-PmI1vxQetnM58ZmDFl9/Uk2lpBBby6B6rF4muJc65uZbxCs0EA7hhKCk2PKlmZKuyVSHAyIw3+/SiuMLxKxWog==",
  1172. "cpu": [
  1173. "arm64"
  1174. ],
  1175. "license": "MIT",
  1176. "optional": true,
  1177. "os": [
  1178. "linux"
  1179. ]
  1180. },
  1181. "node_modules/@rollup/rollup-linux-loongarch64-gnu": {
  1182. "version": "4.45.1",
  1183. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.45.1.tgz",
  1184. "integrity": "sha512-9UmI0VzGmNJ28ibHW2GpE2nF0PBQqsyiS4kcJ5vK+wuwGnV5RlqdczVocDSUfGX/Na7/XINRVoUgJyFIgipoRg==",
  1185. "cpu": [
  1186. "loong64"
  1187. ],
  1188. "license": "MIT",
  1189. "optional": true,
  1190. "os": [
  1191. "linux"
  1192. ]
  1193. },
  1194. "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
  1195. "version": "4.45.1",
  1196. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.45.1.tgz",
  1197. "integrity": "sha512-7nR2KY8oEOUTD3pBAxIBBbZr0U7U+R9HDTPNy+5nVVHDXI4ikYniH1oxQz9VoB5PbBU1CZuDGHkLJkd3zLMWsg==",
  1198. "cpu": [
  1199. "ppc64"
  1200. ],
  1201. "license": "MIT",
  1202. "optional": true,
  1203. "os": [
  1204. "linux"
  1205. ]
  1206. },
  1207. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  1208. "version": "4.45.1",
  1209. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.45.1.tgz",
  1210. "integrity": "sha512-nlcl3jgUultKROfZijKjRQLUu9Ma0PeNv/VFHkZiKbXTBQXhpytS8CIj5/NfBeECZtY2FJQubm6ltIxm/ftxpw==",
  1211. "cpu": [
  1212. "riscv64"
  1213. ],
  1214. "license": "MIT",
  1215. "optional": true,
  1216. "os": [
  1217. "linux"
  1218. ]
  1219. },
  1220. "node_modules/@rollup/rollup-linux-riscv64-musl": {
  1221. "version": "4.45.1",
  1222. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.45.1.tgz",
  1223. "integrity": "sha512-HJV65KLS51rW0VY6rvZkiieiBnurSzpzore1bMKAhunQiECPuxsROvyeaot/tcK3A3aGnI+qTHqisrpSgQrpgA==",
  1224. "cpu": [
  1225. "riscv64"
  1226. ],
  1227. "license": "MIT",
  1228. "optional": true,
  1229. "os": [
  1230. "linux"
  1231. ]
  1232. },
  1233. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  1234. "version": "4.45.1",
  1235. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.45.1.tgz",
  1236. "integrity": "sha512-NITBOCv3Qqc6hhwFt7jLV78VEO/il4YcBzoMGGNxznLgRQf43VQDae0aAzKiBeEPIxnDrACiMgbqjuihx08OOw==",
  1237. "cpu": [
  1238. "s390x"
  1239. ],
  1240. "license": "MIT",
  1241. "optional": true,
  1242. "os": [
  1243. "linux"
  1244. ]
  1245. },
  1246. "node_modules/@rollup/rollup-linux-x64-gnu": {
  1247. "version": "4.45.1",
  1248. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.45.1.tgz",
  1249. "integrity": "sha512-+E/lYl6qu1zqgPEnTrs4WysQtvc/Sh4fC2nByfFExqgYrqkKWp1tWIbe+ELhixnenSpBbLXNi6vbEEJ8M7fiHw==",
  1250. "cpu": [
  1251. "x64"
  1252. ],
  1253. "license": "MIT",
  1254. "optional": true,
  1255. "os": [
  1256. "linux"
  1257. ]
  1258. },
  1259. "node_modules/@rollup/rollup-linux-x64-musl": {
  1260. "version": "4.45.1",
  1261. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.45.1.tgz",
  1262. "integrity": "sha512-a6WIAp89p3kpNoYStITT9RbTbTnqarU7D8N8F2CV+4Cl9fwCOZraLVuVFvlpsW0SbIiYtEnhCZBPLoNdRkjQFw==",
  1263. "cpu": [
  1264. "x64"
  1265. ],
  1266. "license": "MIT",
  1267. "optional": true,
  1268. "os": [
  1269. "linux"
  1270. ]
  1271. },
  1272. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  1273. "version": "4.45.1",
  1274. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.45.1.tgz",
  1275. "integrity": "sha512-T5Bi/NS3fQiJeYdGvRpTAP5P02kqSOpqiopwhj0uaXB6nzs5JVi2XMJb18JUSKhCOX8+UE1UKQufyD6Or48dJg==",
  1276. "cpu": [
  1277. "arm64"
  1278. ],
  1279. "license": "MIT",
  1280. "optional": true,
  1281. "os": [
  1282. "win32"
  1283. ]
  1284. },
  1285. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  1286. "version": "4.45.1",
  1287. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.45.1.tgz",
  1288. "integrity": "sha512-lxV2Pako3ujjuUe9jiU3/s7KSrDfH6IgTSQOnDWr9aJ92YsFd7EurmClK0ly/t8dzMkDtd04g60WX6yl0sGfdw==",
  1289. "cpu": [
  1290. "ia32"
  1291. ],
  1292. "license": "MIT",
  1293. "optional": true,
  1294. "os": [
  1295. "win32"
  1296. ]
  1297. },
  1298. "node_modules/@rollup/rollup-win32-x64-msvc": {
  1299. "version": "4.45.1",
  1300. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.45.1.tgz",
  1301. "integrity": "sha512-M/fKi4sasCdM8i0aWJjCSFm2qEnYRR8AMLG2kxp6wD13+tMGA4Z1tVAuHkNRjud5SW2EM3naLuK35w9twvf6aA==",
  1302. "cpu": [
  1303. "x64"
  1304. ],
  1305. "license": "MIT",
  1306. "optional": true,
  1307. "os": [
  1308. "win32"
  1309. ]
  1310. },
  1311. "node_modules/@rtsao/scc": {
  1312. "version": "1.1.0",
  1313. "resolved": "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz",
  1314. "integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==",
  1315. "license": "MIT"
  1316. },
  1317. "node_modules/@types/estree": {
  1318. "version": "1.0.8",
  1319. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
  1320. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  1321. "license": "MIT"
  1322. },
  1323. "node_modules/@types/json5": {
  1324. "version": "0.0.29",
  1325. "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
  1326. "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==",
  1327. "license": "MIT"
  1328. },
  1329. "node_modules/@ungap/structured-clone": {
  1330. "version": "1.3.0",
  1331. "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz",
  1332. "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==",
  1333. "license": "ISC"
  1334. },
  1335. "node_modules/@vitejs/plugin-vue": {
  1336. "version": "6.0.2",
  1337. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-6.0.2.tgz",
  1338. "integrity": "sha512-iHmwV3QcVGGvSC1BG5bZ4z6iwa1SOpAPWmnjOErd4Ske+lZua5K9TtAVdx0gMBClJ28DViCbSmZitjWZsWO3LA==",
  1339. "license": "MIT",
  1340. "dependencies": {
  1341. "@rolldown/pluginutils": "1.0.0-beta.50"
  1342. },
  1343. "engines": {
  1344. "node": "^20.19.0 || >=22.12.0"
  1345. },
  1346. "peerDependencies": {
  1347. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0",
  1348. "vue": "^3.2.25"
  1349. }
  1350. },
  1351. "node_modules/@vue/compiler-core": {
  1352. "version": "3.5.24",
  1353. "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.24.tgz",
  1354. "integrity": "sha512-eDl5H57AOpNakGNAkFDH+y7kTqrQpJkZFXhWZQGyx/5Wh7B1uQYvcWkvZi11BDhscPgj8N7XV3oRwiPnx1Vrig==",
  1355. "license": "MIT",
  1356. "dependencies": {
  1357. "@babel/parser": "^7.28.5",
  1358. "@vue/shared": "3.5.24",
  1359. "entities": "^4.5.0",
  1360. "estree-walker": "^2.0.2",
  1361. "source-map-js": "^1.2.1"
  1362. }
  1363. },
  1364. "node_modules/@vue/compiler-dom": {
  1365. "version": "3.5.24",
  1366. "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.24.tgz",
  1367. "integrity": "sha512-1QHGAvs53gXkWdd3ZMGYuvQFXHW4ksKWPG8HP8/2BscrbZ0brw183q2oNWjMrSWImYLHxHrx1ItBQr50I/q2zw==",
  1368. "license": "MIT",
  1369. "dependencies": {
  1370. "@vue/compiler-core": "3.5.24",
  1371. "@vue/shared": "3.5.24"
  1372. }
  1373. },
  1374. "node_modules/@vue/compiler-sfc": {
  1375. "version": "3.5.24",
  1376. "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.24.tgz",
  1377. "integrity": "sha512-8EG5YPRgmTB+YxYBM3VXy8zHD9SWHUJLIGPhDovo3Z8VOgvP+O7UP5vl0J4BBPWYD9vxtBabzW1EuEZ+Cqs14g==",
  1378. "license": "MIT",
  1379. "dependencies": {
  1380. "@babel/parser": "^7.28.5",
  1381. "@vue/compiler-core": "3.5.24",
  1382. "@vue/compiler-dom": "3.5.24",
  1383. "@vue/compiler-ssr": "3.5.24",
  1384. "@vue/shared": "3.5.24",
  1385. "estree-walker": "^2.0.2",
  1386. "magic-string": "^0.30.21",
  1387. "postcss": "^8.5.6",
  1388. "source-map-js": "^1.2.1"
  1389. }
  1390. },
  1391. "node_modules/@vue/compiler-ssr": {
  1392. "version": "3.5.24",
  1393. "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.24.tgz",
  1394. "integrity": "sha512-trOvMWNBMQ/odMRHW7Ae1CdfYx+7MuiQu62Jtu36gMLXcaoqKvAyh+P73sYG9ll+6jLB6QPovqoKGGZROzkFFg==",
  1395. "license": "MIT",
  1396. "dependencies": {
  1397. "@vue/compiler-dom": "3.5.24",
  1398. "@vue/shared": "3.5.24"
  1399. }
  1400. },
  1401. "node_modules/@vue/devtools-api": {
  1402. "version": "6.6.4",
  1403. "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  1404. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  1405. "license": "MIT"
  1406. },
  1407. "node_modules/@vue/reactivity": {
  1408. "version": "3.5.24",
  1409. "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.24.tgz",
  1410. "integrity": "sha512-BM8kBhtlkkbnyl4q+HiF5R5BL0ycDPfihowulm02q3WYp2vxgPcJuZO866qa/0u3idbMntKEtVNuAUp5bw4teg==",
  1411. "license": "MIT",
  1412. "dependencies": {
  1413. "@vue/shared": "3.5.24"
  1414. }
  1415. },
  1416. "node_modules/@vue/runtime-core": {
  1417. "version": "3.5.24",
  1418. "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.24.tgz",
  1419. "integrity": "sha512-RYP/byyKDgNIqfX/gNb2PB55dJmM97jc9wyF3jK7QUInYKypK2exmZMNwnjueWwGceEkP6NChd3D2ZVEp9undQ==",
  1420. "license": "MIT",
  1421. "dependencies": {
  1422. "@vue/reactivity": "3.5.24",
  1423. "@vue/shared": "3.5.24"
  1424. }
  1425. },
  1426. "node_modules/@vue/runtime-dom": {
  1427. "version": "3.5.24",
  1428. "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.24.tgz",
  1429. "integrity": "sha512-Z8ANhr/i0XIluonHVjbUkjvn+CyrxbXRIxR7wn7+X7xlcb7dJsfITZbkVOeJZdP8VZwfrWRsWdShH6pngMxRjw==",
  1430. "license": "MIT",
  1431. "dependencies": {
  1432. "@vue/reactivity": "3.5.24",
  1433. "@vue/runtime-core": "3.5.24",
  1434. "@vue/shared": "3.5.24",
  1435. "csstype": "^3.1.3"
  1436. }
  1437. },
  1438. "node_modules/@vue/server-renderer": {
  1439. "version": "3.5.24",
  1440. "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.24.tgz",
  1441. "integrity": "sha512-Yh2j2Y4G/0/4z/xJ1Bad4mxaAk++C2v4kaa8oSYTMJBJ00/ndPuxCnWeot0/7/qafQFLh5pr6xeV6SdMcE/G1w==",
  1442. "license": "MIT",
  1443. "dependencies": {
  1444. "@vue/compiler-ssr": "3.5.24",
  1445. "@vue/shared": "3.5.24"
  1446. },
  1447. "peerDependencies": {
  1448. "vue": "3.5.24"
  1449. }
  1450. },
  1451. "node_modules/@vue/shared": {
  1452. "version": "3.5.24",
  1453. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.24.tgz",
  1454. "integrity": "sha512-9cwHL2EsJBdi8NY22pngYYWzkTDhld6fAD6jlaeloNGciNSJL6bLpbxVgXl96X00Jtc6YWQv96YA/0sxex/k1A==",
  1455. "license": "MIT"
  1456. },
  1457. "node_modules/@xterm/addon-fit": {
  1458. "version": "0.10.0",
  1459. "resolved": "https://registry.npmjs.org/@xterm/addon-fit/-/addon-fit-0.10.0.tgz",
  1460. "integrity": "sha512-UFYkDm4HUahf2lnEyHvio51TNGiLK66mqP2JoATy7hRZeXaGMRDr00JiSF7m63vR5WKATF605yEggJKsw0JpMQ==",
  1461. "peerDependencies": {
  1462. "@xterm/xterm": "^5.0.0"
  1463. }
  1464. },
  1465. "node_modules/@xterm/xterm": {
  1466. "version": "5.5.0",
  1467. "resolved": "https://registry.npmjs.org/@xterm/xterm/-/xterm-5.5.0.tgz",
  1468. "integrity": "sha512-hqJHYaQb5OptNunnyAnkHyM8aCjZ1MEIDTQu1iIbbTD/xops91NB5yq1ZK/dC2JDbVWtF23zUtl9JE2NqwT87A==",
  1469. "peer": true
  1470. },
  1471. "node_modules/acorn": {
  1472. "version": "8.15.0",
  1473. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
  1474. "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
  1475. "license": "MIT",
  1476. "peer": true,
  1477. "bin": {
  1478. "acorn": "bin/acorn"
  1479. },
  1480. "engines": {
  1481. "node": ">=0.4.0"
  1482. }
  1483. },
  1484. "node_modules/acorn-jsx": {
  1485. "version": "5.3.2",
  1486. "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  1487. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  1488. "license": "MIT",
  1489. "peerDependencies": {
  1490. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  1491. }
  1492. },
  1493. "node_modules/ajv": {
  1494. "version": "6.12.6",
  1495. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
  1496. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  1497. "license": "MIT",
  1498. "dependencies": {
  1499. "fast-deep-equal": "^3.1.1",
  1500. "fast-json-stable-stringify": "^2.0.0",
  1501. "json-schema-traverse": "^0.4.1",
  1502. "uri-js": "^4.2.2"
  1503. },
  1504. "funding": {
  1505. "type": "github",
  1506. "url": "https://github.com/sponsors/epoberezkin"
  1507. }
  1508. },
  1509. "node_modules/ansi-regex": {
  1510. "version": "5.0.1",
  1511. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  1512. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  1513. "engines": {
  1514. "node": ">=8"
  1515. }
  1516. },
  1517. "node_modules/ansi-styles": {
  1518. "version": "4.3.0",
  1519. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  1520. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  1521. "dependencies": {
  1522. "color-convert": "^2.0.1"
  1523. },
  1524. "engines": {
  1525. "node": ">=8"
  1526. },
  1527. "funding": {
  1528. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  1529. }
  1530. },
  1531. "node_modules/argparse": {
  1532. "version": "2.0.1",
  1533. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  1534. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  1535. "license": "Python-2.0"
  1536. },
  1537. "node_modules/array-buffer-byte-length": {
  1538. "version": "1.0.2",
  1539. "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz",
  1540. "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==",
  1541. "license": "MIT",
  1542. "dependencies": {
  1543. "call-bound": "^1.0.3",
  1544. "is-array-buffer": "^3.0.5"
  1545. },
  1546. "engines": {
  1547. "node": ">= 0.4"
  1548. },
  1549. "funding": {
  1550. "url": "https://github.com/sponsors/ljharb"
  1551. }
  1552. },
  1553. "node_modules/array-includes": {
  1554. "version": "3.1.9",
  1555. "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.9.tgz",
  1556. "integrity": "sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==",
  1557. "license": "MIT",
  1558. "dependencies": {
  1559. "call-bind": "^1.0.8",
  1560. "call-bound": "^1.0.4",
  1561. "define-properties": "^1.2.1",
  1562. "es-abstract": "^1.24.0",
  1563. "es-object-atoms": "^1.1.1",
  1564. "get-intrinsic": "^1.3.0",
  1565. "is-string": "^1.1.1",
  1566. "math-intrinsics": "^1.1.0"
  1567. },
  1568. "engines": {
  1569. "node": ">= 0.4"
  1570. },
  1571. "funding": {
  1572. "url": "https://github.com/sponsors/ljharb"
  1573. }
  1574. },
  1575. "node_modules/array-union": {
  1576. "version": "2.1.0",
  1577. "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
  1578. "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
  1579. "dev": true,
  1580. "engines": {
  1581. "node": ">=8"
  1582. }
  1583. },
  1584. "node_modules/array.prototype.findlast": {
  1585. "version": "1.2.5",
  1586. "resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz",
  1587. "integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==",
  1588. "license": "MIT",
  1589. "dependencies": {
  1590. "call-bind": "^1.0.7",
  1591. "define-properties": "^1.2.1",
  1592. "es-abstract": "^1.23.2",
  1593. "es-errors": "^1.3.0",
  1594. "es-object-atoms": "^1.0.0",
  1595. "es-shim-unscopables": "^1.0.2"
  1596. },
  1597. "engines": {
  1598. "node": ">= 0.4"
  1599. },
  1600. "funding": {
  1601. "url": "https://github.com/sponsors/ljharb"
  1602. }
  1603. },
  1604. "node_modules/array.prototype.findlastindex": {
  1605. "version": "1.2.6",
  1606. "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz",
  1607. "integrity": "sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==",
  1608. "license": "MIT",
  1609. "dependencies": {
  1610. "call-bind": "^1.0.8",
  1611. "call-bound": "^1.0.4",
  1612. "define-properties": "^1.2.1",
  1613. "es-abstract": "^1.23.9",
  1614. "es-errors": "^1.3.0",
  1615. "es-object-atoms": "^1.1.1",
  1616. "es-shim-unscopables": "^1.1.0"
  1617. },
  1618. "engines": {
  1619. "node": ">= 0.4"
  1620. },
  1621. "funding": {
  1622. "url": "https://github.com/sponsors/ljharb"
  1623. }
  1624. },
  1625. "node_modules/array.prototype.flat": {
  1626. "version": "1.3.3",
  1627. "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz",
  1628. "integrity": "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==",
  1629. "license": "MIT",
  1630. "dependencies": {
  1631. "call-bind": "^1.0.8",
  1632. "define-properties": "^1.2.1",
  1633. "es-abstract": "^1.23.5",
  1634. "es-shim-unscopables": "^1.0.2"
  1635. },
  1636. "engines": {
  1637. "node": ">= 0.4"
  1638. },
  1639. "funding": {
  1640. "url": "https://github.com/sponsors/ljharb"
  1641. }
  1642. },
  1643. "node_modules/array.prototype.flatmap": {
  1644. "version": "1.3.3",
  1645. "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz",
  1646. "integrity": "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==",
  1647. "license": "MIT",
  1648. "dependencies": {
  1649. "call-bind": "^1.0.8",
  1650. "define-properties": "^1.2.1",
  1651. "es-abstract": "^1.23.5",
  1652. "es-shim-unscopables": "^1.0.2"
  1653. },
  1654. "engines": {
  1655. "node": ">= 0.4"
  1656. },
  1657. "funding": {
  1658. "url": "https://github.com/sponsors/ljharb"
  1659. }
  1660. },
  1661. "node_modules/array.prototype.tosorted": {
  1662. "version": "1.1.4",
  1663. "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz",
  1664. "integrity": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==",
  1665. "license": "MIT",
  1666. "dependencies": {
  1667. "call-bind": "^1.0.7",
  1668. "define-properties": "^1.2.1",
  1669. "es-abstract": "^1.23.3",
  1670. "es-errors": "^1.3.0",
  1671. "es-shim-unscopables": "^1.0.2"
  1672. },
  1673. "engines": {
  1674. "node": ">= 0.4"
  1675. }
  1676. },
  1677. "node_modules/arraybuffer.prototype.slice": {
  1678. "version": "1.0.4",
  1679. "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz",
  1680. "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==",
  1681. "license": "MIT",
  1682. "dependencies": {
  1683. "array-buffer-byte-length": "^1.0.1",
  1684. "call-bind": "^1.0.8",
  1685. "define-properties": "^1.2.1",
  1686. "es-abstract": "^1.23.5",
  1687. "es-errors": "^1.3.0",
  1688. "get-intrinsic": "^1.2.6",
  1689. "is-array-buffer": "^3.0.4"
  1690. },
  1691. "engines": {
  1692. "node": ">= 0.4"
  1693. },
  1694. "funding": {
  1695. "url": "https://github.com/sponsors/ljharb"
  1696. }
  1697. },
  1698. "node_modules/astral-regex": {
  1699. "version": "2.0.0",
  1700. "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz",
  1701. "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==",
  1702. "dev": true,
  1703. "engines": {
  1704. "node": ">=8"
  1705. }
  1706. },
  1707. "node_modules/async-function": {
  1708. "version": "1.0.0",
  1709. "resolved": "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz",
  1710. "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==",
  1711. "license": "MIT",
  1712. "engines": {
  1713. "node": ">= 0.4"
  1714. }
  1715. },
  1716. "node_modules/available-typed-arrays": {
  1717. "version": "1.0.7",
  1718. "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
  1719. "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
  1720. "license": "MIT",
  1721. "dependencies": {
  1722. "possible-typed-array-names": "^1.0.0"
  1723. },
  1724. "engines": {
  1725. "node": ">= 0.4"
  1726. },
  1727. "funding": {
  1728. "url": "https://github.com/sponsors/ljharb"
  1729. }
  1730. },
  1731. "node_modules/balanced-match": {
  1732. "version": "1.0.2",
  1733. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  1734. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  1735. "license": "MIT"
  1736. },
  1737. "node_modules/brace-expansion": {
  1738. "version": "1.1.12",
  1739. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
  1740. "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
  1741. "license": "MIT",
  1742. "dependencies": {
  1743. "balanced-match": "^1.0.0",
  1744. "concat-map": "0.0.1"
  1745. }
  1746. },
  1747. "node_modules/braces": {
  1748. "version": "3.0.3",
  1749. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  1750. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  1751. "dev": true,
  1752. "dependencies": {
  1753. "fill-range": "^7.1.1"
  1754. },
  1755. "engines": {
  1756. "node": ">=8"
  1757. }
  1758. },
  1759. "node_modules/builtins": {
  1760. "version": "5.1.0",
  1761. "resolved": "https://registry.npmjs.org/builtins/-/builtins-5.1.0.tgz",
  1762. "integrity": "sha512-SW9lzGTLvWTP1AY8xeAMZimqDrIaSdLQUcVr9DMef51niJ022Ri87SwRRKYm4A6iHfkPaiVUu/Duw2Wc4J7kKg==",
  1763. "license": "MIT",
  1764. "dependencies": {
  1765. "semver": "^7.0.0"
  1766. }
  1767. },
  1768. "node_modules/builtins/node_modules/semver": {
  1769. "version": "7.7.3",
  1770. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
  1771. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  1772. "license": "ISC",
  1773. "bin": {
  1774. "semver": "bin/semver.js"
  1775. },
  1776. "engines": {
  1777. "node": ">=10"
  1778. }
  1779. },
  1780. "node_modules/cacheable": {
  1781. "version": "2.2.0",
  1782. "resolved": "https://registry.npmjs.org/cacheable/-/cacheable-2.2.0.tgz",
  1783. "integrity": "sha512-LEJxRqfeomiiRd2t0uON6hxAtgOoWDfY3fugebbz+J3vDLO+SkdfFChQcOHTZhj9SYa9iwE9MGYNX72dKiOE4w==",
  1784. "dev": true,
  1785. "license": "MIT",
  1786. "dependencies": {
  1787. "@cacheable/memory": "^2.0.5",
  1788. "@cacheable/utils": "^2.3.0",
  1789. "hookified": "^1.13.0",
  1790. "keyv": "^5.5.4",
  1791. "qified": "^0.5.2"
  1792. }
  1793. },
  1794. "node_modules/cacheable/node_modules/keyv": {
  1795. "version": "5.5.4",
  1796. "resolved": "https://registry.npmjs.org/keyv/-/keyv-5.5.4.tgz",
  1797. "integrity": "sha512-eohl3hKTiVyD1ilYdw9T0OiB4hnjef89e3dMYKz+mVKDzj+5IteTseASUsOB+EU9Tf6VNTCjDePcP6wkDGmLKQ==",
  1798. "dev": true,
  1799. "license": "MIT",
  1800. "dependencies": {
  1801. "@keyv/serialize": "^1.1.1"
  1802. }
  1803. },
  1804. "node_modules/call-bind": {
  1805. "version": "1.0.8",
  1806. "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz",
  1807. "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
  1808. "license": "MIT",
  1809. "dependencies": {
  1810. "call-bind-apply-helpers": "^1.0.0",
  1811. "es-define-property": "^1.0.0",
  1812. "get-intrinsic": "^1.2.4",
  1813. "set-function-length": "^1.2.2"
  1814. },
  1815. "engines": {
  1816. "node": ">= 0.4"
  1817. },
  1818. "funding": {
  1819. "url": "https://github.com/sponsors/ljharb"
  1820. }
  1821. },
  1822. "node_modules/call-bind-apply-helpers": {
  1823. "version": "1.0.2",
  1824. "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  1825. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  1826. "license": "MIT",
  1827. "dependencies": {
  1828. "es-errors": "^1.3.0",
  1829. "function-bind": "^1.1.2"
  1830. },
  1831. "engines": {
  1832. "node": ">= 0.4"
  1833. }
  1834. },
  1835. "node_modules/call-bound": {
  1836. "version": "1.0.4",
  1837. "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
  1838. "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
  1839. "license": "MIT",
  1840. "dependencies": {
  1841. "call-bind-apply-helpers": "^1.0.2",
  1842. "get-intrinsic": "^1.3.0"
  1843. },
  1844. "engines": {
  1845. "node": ">= 0.4"
  1846. },
  1847. "funding": {
  1848. "url": "https://github.com/sponsors/ljharb"
  1849. }
  1850. },
  1851. "node_modules/callsites": {
  1852. "version": "3.1.0",
  1853. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  1854. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  1855. "engines": {
  1856. "node": ">=6"
  1857. }
  1858. },
  1859. "node_modules/chalk": {
  1860. "version": "4.1.2",
  1861. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  1862. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  1863. "license": "MIT",
  1864. "dependencies": {
  1865. "ansi-styles": "^4.1.0",
  1866. "supports-color": "^7.1.0"
  1867. },
  1868. "engines": {
  1869. "node": ">=10"
  1870. },
  1871. "funding": {
  1872. "url": "https://github.com/chalk/chalk?sponsor=1"
  1873. }
  1874. },
  1875. "node_modules/chokidar": {
  1876. "version": "4.0.3",
  1877. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
  1878. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  1879. "license": "MIT",
  1880. "dependencies": {
  1881. "readdirp": "^4.0.1"
  1882. },
  1883. "engines": {
  1884. "node": ">= 14.16.0"
  1885. },
  1886. "funding": {
  1887. "url": "https://paulmillr.com/funding/"
  1888. }
  1889. },
  1890. "node_modules/color-convert": {
  1891. "version": "2.0.1",
  1892. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  1893. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  1894. "dependencies": {
  1895. "color-name": "~1.1.4"
  1896. },
  1897. "engines": {
  1898. "node": ">=7.0.0"
  1899. }
  1900. },
  1901. "node_modules/color-name": {
  1902. "version": "1.1.4",
  1903. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  1904. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  1905. },
  1906. "node_modules/colord": {
  1907. "version": "2.9.3",
  1908. "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz",
  1909. "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==",
  1910. "dev": true
  1911. },
  1912. "node_modules/concat-map": {
  1913. "version": "0.0.1",
  1914. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  1915. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  1916. "license": "MIT"
  1917. },
  1918. "node_modules/confbox": {
  1919. "version": "0.2.2",
  1920. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.2.2.tgz",
  1921. "integrity": "sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==",
  1922. "license": "MIT"
  1923. },
  1924. "node_modules/cosmiconfig": {
  1925. "version": "9.0.0",
  1926. "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
  1927. "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
  1928. "dev": true,
  1929. "license": "MIT",
  1930. "dependencies": {
  1931. "env-paths": "^2.2.1",
  1932. "import-fresh": "^3.3.0",
  1933. "js-yaml": "^4.1.0",
  1934. "parse-json": "^5.2.0"
  1935. },
  1936. "engines": {
  1937. "node": ">=14"
  1938. },
  1939. "funding": {
  1940. "url": "https://github.com/sponsors/d-fischer"
  1941. },
  1942. "peerDependencies": {
  1943. "typescript": ">=4.9.5"
  1944. },
  1945. "peerDependenciesMeta": {
  1946. "typescript": {
  1947. "optional": true
  1948. }
  1949. }
  1950. },
  1951. "node_modules/cross-spawn": {
  1952. "version": "7.0.6",
  1953. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
  1954. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  1955. "license": "MIT",
  1956. "dependencies": {
  1957. "path-key": "^3.1.0",
  1958. "shebang-command": "^2.0.0",
  1959. "which": "^2.0.1"
  1960. },
  1961. "engines": {
  1962. "node": ">= 8"
  1963. }
  1964. },
  1965. "node_modules/css-functions-list": {
  1966. "version": "3.2.3",
  1967. "resolved": "https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.2.3.tgz",
  1968. "integrity": "sha512-IQOkD3hbR5KrN93MtcYuad6YPuTSUhntLHDuLEbFWE+ff2/XSZNdZG+LcbbIW5AXKg/WFIfYItIzVoHngHXZzA==",
  1969. "dev": true,
  1970. "license": "MIT",
  1971. "engines": {
  1972. "node": ">=12 || >=16"
  1973. }
  1974. },
  1975. "node_modules/css-tree": {
  1976. "version": "3.1.0",
  1977. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.1.0.tgz",
  1978. "integrity": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==",
  1979. "dev": true,
  1980. "license": "MIT",
  1981. "dependencies": {
  1982. "mdn-data": "2.12.2",
  1983. "source-map-js": "^1.0.1"
  1984. },
  1985. "engines": {
  1986. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  1987. }
  1988. },
  1989. "node_modules/cssesc": {
  1990. "version": "3.0.0",
  1991. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  1992. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  1993. "dev": true,
  1994. "license": "MIT",
  1995. "bin": {
  1996. "cssesc": "bin/cssesc"
  1997. },
  1998. "engines": {
  1999. "node": ">=4"
  2000. }
  2001. },
  2002. "node_modules/csstype": {
  2003. "version": "3.1.3",
  2004. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
  2005. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
  2006. "license": "MIT"
  2007. },
  2008. "node_modules/data-view-buffer": {
  2009. "version": "1.0.2",
  2010. "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz",
  2011. "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==",
  2012. "license": "MIT",
  2013. "dependencies": {
  2014. "call-bound": "^1.0.3",
  2015. "es-errors": "^1.3.0",
  2016. "is-data-view": "^1.0.2"
  2017. },
  2018. "engines": {
  2019. "node": ">= 0.4"
  2020. },
  2021. "funding": {
  2022. "url": "https://github.com/sponsors/ljharb"
  2023. }
  2024. },
  2025. "node_modules/data-view-byte-length": {
  2026. "version": "1.0.2",
  2027. "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz",
  2028. "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==",
  2029. "license": "MIT",
  2030. "dependencies": {
  2031. "call-bound": "^1.0.3",
  2032. "es-errors": "^1.3.0",
  2033. "is-data-view": "^1.0.2"
  2034. },
  2035. "engines": {
  2036. "node": ">= 0.4"
  2037. },
  2038. "funding": {
  2039. "url": "https://github.com/sponsors/inspect-js"
  2040. }
  2041. },
  2042. "node_modules/data-view-byte-offset": {
  2043. "version": "1.0.1",
  2044. "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz",
  2045. "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==",
  2046. "license": "MIT",
  2047. "dependencies": {
  2048. "call-bound": "^1.0.2",
  2049. "es-errors": "^1.3.0",
  2050. "is-data-view": "^1.0.1"
  2051. },
  2052. "engines": {
  2053. "node": ">= 0.4"
  2054. },
  2055. "funding": {
  2056. "url": "https://github.com/sponsors/ljharb"
  2057. }
  2058. },
  2059. "node_modules/debug": {
  2060. "version": "4.4.3",
  2061. "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
  2062. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  2063. "license": "MIT",
  2064. "dependencies": {
  2065. "ms": "^2.1.3"
  2066. },
  2067. "engines": {
  2068. "node": ">=6.0"
  2069. },
  2070. "peerDependenciesMeta": {
  2071. "supports-color": {
  2072. "optional": true
  2073. }
  2074. }
  2075. },
  2076. "node_modules/deep-is": {
  2077. "version": "0.1.4",
  2078. "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
  2079. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  2080. "license": "MIT"
  2081. },
  2082. "node_modules/define-data-property": {
  2083. "version": "1.1.4",
  2084. "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
  2085. "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
  2086. "license": "MIT",
  2087. "dependencies": {
  2088. "es-define-property": "^1.0.0",
  2089. "es-errors": "^1.3.0",
  2090. "gopd": "^1.0.1"
  2091. },
  2092. "engines": {
  2093. "node": ">= 0.4"
  2094. },
  2095. "funding": {
  2096. "url": "https://github.com/sponsors/ljharb"
  2097. }
  2098. },
  2099. "node_modules/define-properties": {
  2100. "version": "1.2.1",
  2101. "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
  2102. "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
  2103. "license": "MIT",
  2104. "dependencies": {
  2105. "define-data-property": "^1.0.1",
  2106. "has-property-descriptors": "^1.0.0",
  2107. "object-keys": "^1.1.1"
  2108. },
  2109. "engines": {
  2110. "node": ">= 0.4"
  2111. },
  2112. "funding": {
  2113. "url": "https://github.com/sponsors/ljharb"
  2114. }
  2115. },
  2116. "node_modules/detect-libc": {
  2117. "version": "1.0.3",
  2118. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz",
  2119. "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
  2120. "optional": true,
  2121. "bin": {
  2122. "detect-libc": "bin/detect-libc.js"
  2123. },
  2124. "engines": {
  2125. "node": ">=0.10"
  2126. }
  2127. },
  2128. "node_modules/dir-glob": {
  2129. "version": "3.0.1",
  2130. "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
  2131. "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
  2132. "dev": true,
  2133. "dependencies": {
  2134. "path-type": "^4.0.0"
  2135. },
  2136. "engines": {
  2137. "node": ">=8"
  2138. }
  2139. },
  2140. "node_modules/doctrine": {
  2141. "version": "3.0.0",
  2142. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
  2143. "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
  2144. "license": "Apache-2.0",
  2145. "dependencies": {
  2146. "esutils": "^2.0.2"
  2147. },
  2148. "engines": {
  2149. "node": ">=6.0.0"
  2150. }
  2151. },
  2152. "node_modules/dunder-proto": {
  2153. "version": "1.0.1",
  2154. "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
  2155. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  2156. "license": "MIT",
  2157. "dependencies": {
  2158. "call-bind-apply-helpers": "^1.0.1",
  2159. "es-errors": "^1.3.0",
  2160. "gopd": "^1.2.0"
  2161. },
  2162. "engines": {
  2163. "node": ">= 0.4"
  2164. }
  2165. },
  2166. "node_modules/emoji-regex": {
  2167. "version": "8.0.0",
  2168. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  2169. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  2170. "dev": true
  2171. },
  2172. "node_modules/entities": {
  2173. "version": "4.5.0",
  2174. "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
  2175. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  2176. "license": "BSD-2-Clause",
  2177. "engines": {
  2178. "node": ">=0.12"
  2179. },
  2180. "funding": {
  2181. "url": "https://github.com/fb55/entities?sponsor=1"
  2182. }
  2183. },
  2184. "node_modules/env-paths": {
  2185. "version": "2.2.1",
  2186. "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
  2187. "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
  2188. "dev": true,
  2189. "license": "MIT",
  2190. "engines": {
  2191. "node": ">=6"
  2192. }
  2193. },
  2194. "node_modules/error-ex": {
  2195. "version": "1.3.2",
  2196. "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
  2197. "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
  2198. "license": "MIT",
  2199. "dependencies": {
  2200. "is-arrayish": "^0.2.1"
  2201. }
  2202. },
  2203. "node_modules/es-abstract": {
  2204. "version": "1.24.0",
  2205. "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.0.tgz",
  2206. "integrity": "sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg==",
  2207. "license": "MIT",
  2208. "dependencies": {
  2209. "array-buffer-byte-length": "^1.0.2",
  2210. "arraybuffer.prototype.slice": "^1.0.4",
  2211. "available-typed-arrays": "^1.0.7",
  2212. "call-bind": "^1.0.8",
  2213. "call-bound": "^1.0.4",
  2214. "data-view-buffer": "^1.0.2",
  2215. "data-view-byte-length": "^1.0.2",
  2216. "data-view-byte-offset": "^1.0.1",
  2217. "es-define-property": "^1.0.1",
  2218. "es-errors": "^1.3.0",
  2219. "es-object-atoms": "^1.1.1",
  2220. "es-set-tostringtag": "^2.1.0",
  2221. "es-to-primitive": "^1.3.0",
  2222. "function.prototype.name": "^1.1.8",
  2223. "get-intrinsic": "^1.3.0",
  2224. "get-proto": "^1.0.1",
  2225. "get-symbol-description": "^1.1.0",
  2226. "globalthis": "^1.0.4",
  2227. "gopd": "^1.2.0",
  2228. "has-property-descriptors": "^1.0.2",
  2229. "has-proto": "^1.2.0",
  2230. "has-symbols": "^1.1.0",
  2231. "hasown": "^2.0.2",
  2232. "internal-slot": "^1.1.0",
  2233. "is-array-buffer": "^3.0.5",
  2234. "is-callable": "^1.2.7",
  2235. "is-data-view": "^1.0.2",
  2236. "is-negative-zero": "^2.0.3",
  2237. "is-regex": "^1.2.1",
  2238. "is-set": "^2.0.3",
  2239. "is-shared-array-buffer": "^1.0.4",
  2240. "is-string": "^1.1.1",
  2241. "is-typed-array": "^1.1.15",
  2242. "is-weakref": "^1.1.1",
  2243. "math-intrinsics": "^1.1.0",
  2244. "object-inspect": "^1.13.4",
  2245. "object-keys": "^1.1.1",
  2246. "object.assign": "^4.1.7",
  2247. "own-keys": "^1.0.1",
  2248. "regexp.prototype.flags": "^1.5.4",
  2249. "safe-array-concat": "^1.1.3",
  2250. "safe-push-apply": "^1.0.0",
  2251. "safe-regex-test": "^1.1.0",
  2252. "set-proto": "^1.0.0",
  2253. "stop-iteration-iterator": "^1.1.0",
  2254. "string.prototype.trim": "^1.2.10",
  2255. "string.prototype.trimend": "^1.0.9",
  2256. "string.prototype.trimstart": "^1.0.8",
  2257. "typed-array-buffer": "^1.0.3",
  2258. "typed-array-byte-length": "^1.0.3",
  2259. "typed-array-byte-offset": "^1.0.4",
  2260. "typed-array-length": "^1.0.7",
  2261. "unbox-primitive": "^1.1.0",
  2262. "which-typed-array": "^1.1.19"
  2263. },
  2264. "engines": {
  2265. "node": ">= 0.4"
  2266. },
  2267. "funding": {
  2268. "url": "https://github.com/sponsors/ljharb"
  2269. }
  2270. },
  2271. "node_modules/es-define-property": {
  2272. "version": "1.0.1",
  2273. "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
  2274. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  2275. "license": "MIT",
  2276. "engines": {
  2277. "node": ">= 0.4"
  2278. }
  2279. },
  2280. "node_modules/es-errors": {
  2281. "version": "1.3.0",
  2282. "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
  2283. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  2284. "license": "MIT",
  2285. "engines": {
  2286. "node": ">= 0.4"
  2287. }
  2288. },
  2289. "node_modules/es-iterator-helpers": {
  2290. "version": "1.2.1",
  2291. "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.2.1.tgz",
  2292. "integrity": "sha512-uDn+FE1yrDzyC0pCo961B2IHbdM8y/ACZsKD4dG6WqrjV53BADjwa7D+1aom2rsNVfLyDgU/eigvlJGJ08OQ4w==",
  2293. "license": "MIT",
  2294. "dependencies": {
  2295. "call-bind": "^1.0.8",
  2296. "call-bound": "^1.0.3",
  2297. "define-properties": "^1.2.1",
  2298. "es-abstract": "^1.23.6",
  2299. "es-errors": "^1.3.0",
  2300. "es-set-tostringtag": "^2.0.3",
  2301. "function-bind": "^1.1.2",
  2302. "get-intrinsic": "^1.2.6",
  2303. "globalthis": "^1.0.4",
  2304. "gopd": "^1.2.0",
  2305. "has-property-descriptors": "^1.0.2",
  2306. "has-proto": "^1.2.0",
  2307. "has-symbols": "^1.1.0",
  2308. "internal-slot": "^1.1.0",
  2309. "iterator.prototype": "^1.1.4",
  2310. "safe-array-concat": "^1.1.3"
  2311. },
  2312. "engines": {
  2313. "node": ">= 0.4"
  2314. }
  2315. },
  2316. "node_modules/es-object-atoms": {
  2317. "version": "1.1.1",
  2318. "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  2319. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  2320. "license": "MIT",
  2321. "dependencies": {
  2322. "es-errors": "^1.3.0"
  2323. },
  2324. "engines": {
  2325. "node": ">= 0.4"
  2326. }
  2327. },
  2328. "node_modules/es-set-tostringtag": {
  2329. "version": "2.1.0",
  2330. "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  2331. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  2332. "license": "MIT",
  2333. "dependencies": {
  2334. "es-errors": "^1.3.0",
  2335. "get-intrinsic": "^1.2.6",
  2336. "has-tostringtag": "^1.0.2",
  2337. "hasown": "^2.0.2"
  2338. },
  2339. "engines": {
  2340. "node": ">= 0.4"
  2341. }
  2342. },
  2343. "node_modules/es-shim-unscopables": {
  2344. "version": "1.1.0",
  2345. "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz",
  2346. "integrity": "sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==",
  2347. "license": "MIT",
  2348. "dependencies": {
  2349. "hasown": "^2.0.2"
  2350. },
  2351. "engines": {
  2352. "node": ">= 0.4"
  2353. }
  2354. },
  2355. "node_modules/es-to-primitive": {
  2356. "version": "1.3.0",
  2357. "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.0.tgz",
  2358. "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==",
  2359. "license": "MIT",
  2360. "dependencies": {
  2361. "is-callable": "^1.2.7",
  2362. "is-date-object": "^1.0.5",
  2363. "is-symbol": "^1.0.4"
  2364. },
  2365. "engines": {
  2366. "node": ">= 0.4"
  2367. },
  2368. "funding": {
  2369. "url": "https://github.com/sponsors/ljharb"
  2370. }
  2371. },
  2372. "node_modules/esbuild": {
  2373. "version": "0.25.8",
  2374. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.8.tgz",
  2375. "integrity": "sha512-vVC0USHGtMi8+R4Kz8rt6JhEWLxsv9Rnu/lGYbPR8u47B+DCBksq9JarW0zOO7bs37hyOK1l2/oqtbciutL5+Q==",
  2376. "hasInstallScript": true,
  2377. "license": "MIT",
  2378. "bin": {
  2379. "esbuild": "bin/esbuild"
  2380. },
  2381. "engines": {
  2382. "node": ">=18"
  2383. },
  2384. "optionalDependencies": {
  2385. "@esbuild/aix-ppc64": "0.25.8",
  2386. "@esbuild/android-arm": "0.25.8",
  2387. "@esbuild/android-arm64": "0.25.8",
  2388. "@esbuild/android-x64": "0.25.8",
  2389. "@esbuild/darwin-arm64": "0.25.8",
  2390. "@esbuild/darwin-x64": "0.25.8",
  2391. "@esbuild/freebsd-arm64": "0.25.8",
  2392. "@esbuild/freebsd-x64": "0.25.8",
  2393. "@esbuild/linux-arm": "0.25.8",
  2394. "@esbuild/linux-arm64": "0.25.8",
  2395. "@esbuild/linux-ia32": "0.25.8",
  2396. "@esbuild/linux-loong64": "0.25.8",
  2397. "@esbuild/linux-mips64el": "0.25.8",
  2398. "@esbuild/linux-ppc64": "0.25.8",
  2399. "@esbuild/linux-riscv64": "0.25.8",
  2400. "@esbuild/linux-s390x": "0.25.8",
  2401. "@esbuild/linux-x64": "0.25.8",
  2402. "@esbuild/netbsd-arm64": "0.25.8",
  2403. "@esbuild/netbsd-x64": "0.25.8",
  2404. "@esbuild/openbsd-arm64": "0.25.8",
  2405. "@esbuild/openbsd-x64": "0.25.8",
  2406. "@esbuild/openharmony-arm64": "0.25.8",
  2407. "@esbuild/sunos-x64": "0.25.8",
  2408. "@esbuild/win32-arm64": "0.25.8",
  2409. "@esbuild/win32-ia32": "0.25.8",
  2410. "@esbuild/win32-x64": "0.25.8"
  2411. }
  2412. },
  2413. "node_modules/escape-string-regexp": {
  2414. "version": "4.0.0",
  2415. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  2416. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  2417. "license": "MIT",
  2418. "engines": {
  2419. "node": ">=10"
  2420. },
  2421. "funding": {
  2422. "url": "https://github.com/sponsors/sindresorhus"
  2423. }
  2424. },
  2425. "node_modules/eslint": {
  2426. "version": "8.57.1",
  2427. "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz",
  2428. "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==",
  2429. "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.",
  2430. "license": "MIT",
  2431. "peer": true,
  2432. "dependencies": {
  2433. "@eslint-community/eslint-utils": "^4.2.0",
  2434. "@eslint-community/regexpp": "^4.6.1",
  2435. "@eslint/eslintrc": "^2.1.4",
  2436. "@eslint/js": "8.57.1",
  2437. "@humanwhocodes/config-array": "^0.13.0",
  2438. "@humanwhocodes/module-importer": "^1.0.1",
  2439. "@nodelib/fs.walk": "^1.2.8",
  2440. "@ungap/structured-clone": "^1.2.0",
  2441. "ajv": "^6.12.4",
  2442. "chalk": "^4.0.0",
  2443. "cross-spawn": "^7.0.2",
  2444. "debug": "^4.3.2",
  2445. "doctrine": "^3.0.0",
  2446. "escape-string-regexp": "^4.0.0",
  2447. "eslint-scope": "^7.2.2",
  2448. "eslint-visitor-keys": "^3.4.3",
  2449. "espree": "^9.6.1",
  2450. "esquery": "^1.4.2",
  2451. "esutils": "^2.0.2",
  2452. "fast-deep-equal": "^3.1.3",
  2453. "file-entry-cache": "^6.0.1",
  2454. "find-up": "^5.0.0",
  2455. "glob-parent": "^6.0.2",
  2456. "globals": "^13.19.0",
  2457. "graphemer": "^1.4.0",
  2458. "ignore": "^5.2.0",
  2459. "imurmurhash": "^0.1.4",
  2460. "is-glob": "^4.0.0",
  2461. "is-path-inside": "^3.0.3",
  2462. "js-yaml": "^4.1.0",
  2463. "json-stable-stringify-without-jsonify": "^1.0.1",
  2464. "levn": "^0.4.1",
  2465. "lodash.merge": "^4.6.2",
  2466. "minimatch": "^3.1.2",
  2467. "natural-compare": "^1.4.0",
  2468. "optionator": "^0.9.3",
  2469. "strip-ansi": "^6.0.1",
  2470. "text-table": "^0.2.0"
  2471. },
  2472. "bin": {
  2473. "eslint": "bin/eslint.js"
  2474. },
  2475. "engines": {
  2476. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2477. },
  2478. "funding": {
  2479. "url": "https://opencollective.com/eslint"
  2480. }
  2481. },
  2482. "node_modules/eslint-config-standard": {
  2483. "version": "17.1.0",
  2484. "resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-17.1.0.tgz",
  2485. "integrity": "sha512-IwHwmaBNtDK4zDHQukFDW5u/aTb8+meQWZvNFWkiGmbWjD6bqyuSSBxxXKkCftCUzc1zwCH2m/baCNDLGmuO5Q==",
  2486. "funding": [
  2487. {
  2488. "type": "github",
  2489. "url": "https://github.com/sponsors/feross"
  2490. },
  2491. {
  2492. "type": "patreon",
  2493. "url": "https://www.patreon.com/feross"
  2494. },
  2495. {
  2496. "type": "consulting",
  2497. "url": "https://feross.org/support"
  2498. }
  2499. ],
  2500. "license": "MIT",
  2501. "engines": {
  2502. "node": ">=12.0.0"
  2503. },
  2504. "peerDependencies": {
  2505. "eslint": "^8.0.1",
  2506. "eslint-plugin-import": "^2.25.2",
  2507. "eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
  2508. "eslint-plugin-promise": "^6.0.0"
  2509. }
  2510. },
  2511. "node_modules/eslint-config-standard-jsx": {
  2512. "version": "11.0.0",
  2513. "resolved": "https://registry.npmjs.org/eslint-config-standard-jsx/-/eslint-config-standard-jsx-11.0.0.tgz",
  2514. "integrity": "sha512-+1EV/R0JxEK1L0NGolAr8Iktm3Rgotx3BKwgaX+eAuSX8D952LULKtjgZD3F+e6SvibONnhLwoTi9DPxN5LvvQ==",
  2515. "funding": [
  2516. {
  2517. "type": "github",
  2518. "url": "https://github.com/sponsors/feross"
  2519. },
  2520. {
  2521. "type": "patreon",
  2522. "url": "https://www.patreon.com/feross"
  2523. },
  2524. {
  2525. "type": "consulting",
  2526. "url": "https://feross.org/support"
  2527. }
  2528. ],
  2529. "license": "MIT",
  2530. "peerDependencies": {
  2531. "eslint": "^8.8.0",
  2532. "eslint-plugin-react": "^7.28.0"
  2533. }
  2534. },
  2535. "node_modules/eslint-import-resolver-node": {
  2536. "version": "0.3.9",
  2537. "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
  2538. "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==",
  2539. "license": "MIT",
  2540. "dependencies": {
  2541. "debug": "^3.2.7",
  2542. "is-core-module": "^2.13.0",
  2543. "resolve": "^1.22.4"
  2544. }
  2545. },
  2546. "node_modules/eslint-import-resolver-node/node_modules/debug": {
  2547. "version": "3.2.7",
  2548. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  2549. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  2550. "license": "MIT",
  2551. "dependencies": {
  2552. "ms": "^2.1.1"
  2553. }
  2554. },
  2555. "node_modules/eslint-module-utils": {
  2556. "version": "2.12.1",
  2557. "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz",
  2558. "integrity": "sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==",
  2559. "license": "MIT",
  2560. "dependencies": {
  2561. "debug": "^3.2.7"
  2562. },
  2563. "engines": {
  2564. "node": ">=4"
  2565. },
  2566. "peerDependenciesMeta": {
  2567. "eslint": {
  2568. "optional": true
  2569. }
  2570. }
  2571. },
  2572. "node_modules/eslint-module-utils/node_modules/debug": {
  2573. "version": "3.2.7",
  2574. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  2575. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  2576. "license": "MIT",
  2577. "dependencies": {
  2578. "ms": "^2.1.1"
  2579. }
  2580. },
  2581. "node_modules/eslint-plugin-es": {
  2582. "version": "4.1.0",
  2583. "resolved": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-4.1.0.tgz",
  2584. "integrity": "sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==",
  2585. "license": "MIT",
  2586. "dependencies": {
  2587. "eslint-utils": "^2.0.0",
  2588. "regexpp": "^3.0.0"
  2589. },
  2590. "engines": {
  2591. "node": ">=8.10.0"
  2592. },
  2593. "funding": {
  2594. "url": "https://github.com/sponsors/mysticatea"
  2595. },
  2596. "peerDependencies": {
  2597. "eslint": ">=4.19.1"
  2598. }
  2599. },
  2600. "node_modules/eslint-plugin-es/node_modules/eslint-utils": {
  2601. "version": "2.1.0",
  2602. "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz",
  2603. "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==",
  2604. "license": "MIT",
  2605. "dependencies": {
  2606. "eslint-visitor-keys": "^1.1.0"
  2607. },
  2608. "engines": {
  2609. "node": ">=6"
  2610. },
  2611. "funding": {
  2612. "url": "https://github.com/sponsors/mysticatea"
  2613. }
  2614. },
  2615. "node_modules/eslint-plugin-es/node_modules/eslint-visitor-keys": {
  2616. "version": "1.3.0",
  2617. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
  2618. "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==",
  2619. "license": "Apache-2.0",
  2620. "engines": {
  2621. "node": ">=4"
  2622. }
  2623. },
  2624. "node_modules/eslint-plugin-import": {
  2625. "version": "2.32.0",
  2626. "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz",
  2627. "integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==",
  2628. "license": "MIT",
  2629. "peer": true,
  2630. "dependencies": {
  2631. "@rtsao/scc": "^1.1.0",
  2632. "array-includes": "^3.1.9",
  2633. "array.prototype.findlastindex": "^1.2.6",
  2634. "array.prototype.flat": "^1.3.3",
  2635. "array.prototype.flatmap": "^1.3.3",
  2636. "debug": "^3.2.7",
  2637. "doctrine": "^2.1.0",
  2638. "eslint-import-resolver-node": "^0.3.9",
  2639. "eslint-module-utils": "^2.12.1",
  2640. "hasown": "^2.0.2",
  2641. "is-core-module": "^2.16.1",
  2642. "is-glob": "^4.0.3",
  2643. "minimatch": "^3.1.2",
  2644. "object.fromentries": "^2.0.8",
  2645. "object.groupby": "^1.0.3",
  2646. "object.values": "^1.2.1",
  2647. "semver": "^6.3.1",
  2648. "string.prototype.trimend": "^1.0.9",
  2649. "tsconfig-paths": "^3.15.0"
  2650. },
  2651. "engines": {
  2652. "node": ">=4"
  2653. },
  2654. "peerDependencies": {
  2655. "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9"
  2656. }
  2657. },
  2658. "node_modules/eslint-plugin-import/node_modules/debug": {
  2659. "version": "3.2.7",
  2660. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  2661. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  2662. "license": "MIT",
  2663. "dependencies": {
  2664. "ms": "^2.1.1"
  2665. }
  2666. },
  2667. "node_modules/eslint-plugin-import/node_modules/doctrine": {
  2668. "version": "2.1.0",
  2669. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  2670. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  2671. "license": "Apache-2.0",
  2672. "dependencies": {
  2673. "esutils": "^2.0.2"
  2674. },
  2675. "engines": {
  2676. "node": ">=0.10.0"
  2677. }
  2678. },
  2679. "node_modules/eslint-plugin-n": {
  2680. "version": "15.7.0",
  2681. "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-15.7.0.tgz",
  2682. "integrity": "sha512-jDex9s7D/Qial8AGVIHq4W7NswpUD5DPDL2RH8Lzd9EloWUuvUkHfv4FRLMipH5q2UtyurorBkPeNi1wVWNh3Q==",
  2683. "license": "MIT",
  2684. "peer": true,
  2685. "dependencies": {
  2686. "builtins": "^5.0.1",
  2687. "eslint-plugin-es": "^4.1.0",
  2688. "eslint-utils": "^3.0.0",
  2689. "ignore": "^5.1.1",
  2690. "is-core-module": "^2.11.0",
  2691. "minimatch": "^3.1.2",
  2692. "resolve": "^1.22.1",
  2693. "semver": "^7.3.8"
  2694. },
  2695. "engines": {
  2696. "node": ">=12.22.0"
  2697. },
  2698. "funding": {
  2699. "url": "https://github.com/sponsors/mysticatea"
  2700. },
  2701. "peerDependencies": {
  2702. "eslint": ">=7.0.0"
  2703. }
  2704. },
  2705. "node_modules/eslint-plugin-n/node_modules/semver": {
  2706. "version": "7.7.3",
  2707. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
  2708. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  2709. "license": "ISC",
  2710. "bin": {
  2711. "semver": "bin/semver.js"
  2712. },
  2713. "engines": {
  2714. "node": ">=10"
  2715. }
  2716. },
  2717. "node_modules/eslint-plugin-promise": {
  2718. "version": "6.6.0",
  2719. "resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-6.6.0.tgz",
  2720. "integrity": "sha512-57Zzfw8G6+Gq7axm2Pdo3gW/Rx3h9Yywgn61uE/3elTCOePEHVrn2i5CdfBwA1BLK0Q0WqctICIUSqXZW/VprQ==",
  2721. "license": "ISC",
  2722. "peer": true,
  2723. "engines": {
  2724. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2725. },
  2726. "funding": {
  2727. "url": "https://opencollective.com/eslint"
  2728. },
  2729. "peerDependencies": {
  2730. "eslint": "^7.0.0 || ^8.0.0 || ^9.0.0"
  2731. }
  2732. },
  2733. "node_modules/eslint-plugin-react": {
  2734. "version": "7.37.5",
  2735. "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz",
  2736. "integrity": "sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==",
  2737. "license": "MIT",
  2738. "peer": true,
  2739. "dependencies": {
  2740. "array-includes": "^3.1.8",
  2741. "array.prototype.findlast": "^1.2.5",
  2742. "array.prototype.flatmap": "^1.3.3",
  2743. "array.prototype.tosorted": "^1.1.4",
  2744. "doctrine": "^2.1.0",
  2745. "es-iterator-helpers": "^1.2.1",
  2746. "estraverse": "^5.3.0",
  2747. "hasown": "^2.0.2",
  2748. "jsx-ast-utils": "^2.4.1 || ^3.0.0",
  2749. "minimatch": "^3.1.2",
  2750. "object.entries": "^1.1.9",
  2751. "object.fromentries": "^2.0.8",
  2752. "object.values": "^1.2.1",
  2753. "prop-types": "^15.8.1",
  2754. "resolve": "^2.0.0-next.5",
  2755. "semver": "^6.3.1",
  2756. "string.prototype.matchall": "^4.0.12",
  2757. "string.prototype.repeat": "^1.0.0"
  2758. },
  2759. "engines": {
  2760. "node": ">=4"
  2761. },
  2762. "peerDependencies": {
  2763. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7"
  2764. }
  2765. },
  2766. "node_modules/eslint-plugin-react/node_modules/doctrine": {
  2767. "version": "2.1.0",
  2768. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  2769. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  2770. "license": "Apache-2.0",
  2771. "dependencies": {
  2772. "esutils": "^2.0.2"
  2773. },
  2774. "engines": {
  2775. "node": ">=0.10.0"
  2776. }
  2777. },
  2778. "node_modules/eslint-plugin-react/node_modules/resolve": {
  2779. "version": "2.0.0-next.5",
  2780. "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz",
  2781. "integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==",
  2782. "license": "MIT",
  2783. "dependencies": {
  2784. "is-core-module": "^2.13.0",
  2785. "path-parse": "^1.0.7",
  2786. "supports-preserve-symlinks-flag": "^1.0.0"
  2787. },
  2788. "bin": {
  2789. "resolve": "bin/resolve"
  2790. },
  2791. "funding": {
  2792. "url": "https://github.com/sponsors/ljharb"
  2793. }
  2794. },
  2795. "node_modules/eslint-scope": {
  2796. "version": "7.2.2",
  2797. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz",
  2798. "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
  2799. "license": "BSD-2-Clause",
  2800. "dependencies": {
  2801. "esrecurse": "^4.3.0",
  2802. "estraverse": "^5.2.0"
  2803. },
  2804. "engines": {
  2805. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2806. },
  2807. "funding": {
  2808. "url": "https://opencollective.com/eslint"
  2809. }
  2810. },
  2811. "node_modules/eslint-utils": {
  2812. "version": "3.0.0",
  2813. "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz",
  2814. "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==",
  2815. "license": "MIT",
  2816. "dependencies": {
  2817. "eslint-visitor-keys": "^2.0.0"
  2818. },
  2819. "engines": {
  2820. "node": "^10.0.0 || ^12.0.0 || >= 14.0.0"
  2821. },
  2822. "funding": {
  2823. "url": "https://github.com/sponsors/mysticatea"
  2824. },
  2825. "peerDependencies": {
  2826. "eslint": ">=5"
  2827. }
  2828. },
  2829. "node_modules/eslint-utils/node_modules/eslint-visitor-keys": {
  2830. "version": "2.1.0",
  2831. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
  2832. "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
  2833. "license": "Apache-2.0",
  2834. "engines": {
  2835. "node": ">=10"
  2836. }
  2837. },
  2838. "node_modules/eslint-visitor-keys": {
  2839. "version": "3.4.3",
  2840. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  2841. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  2842. "license": "Apache-2.0",
  2843. "engines": {
  2844. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2845. },
  2846. "funding": {
  2847. "url": "https://opencollective.com/eslint"
  2848. }
  2849. },
  2850. "node_modules/eslint/node_modules/glob-parent": {
  2851. "version": "6.0.2",
  2852. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  2853. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  2854. "license": "ISC",
  2855. "dependencies": {
  2856. "is-glob": "^4.0.3"
  2857. },
  2858. "engines": {
  2859. "node": ">=10.13.0"
  2860. }
  2861. },
  2862. "node_modules/espree": {
  2863. "version": "9.6.1",
  2864. "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
  2865. "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
  2866. "license": "BSD-2-Clause",
  2867. "dependencies": {
  2868. "acorn": "^8.9.0",
  2869. "acorn-jsx": "^5.3.2",
  2870. "eslint-visitor-keys": "^3.4.1"
  2871. },
  2872. "engines": {
  2873. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2874. },
  2875. "funding": {
  2876. "url": "https://opencollective.com/eslint"
  2877. }
  2878. },
  2879. "node_modules/esquery": {
  2880. "version": "1.6.0",
  2881. "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
  2882. "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
  2883. "license": "BSD-3-Clause",
  2884. "dependencies": {
  2885. "estraverse": "^5.1.0"
  2886. },
  2887. "engines": {
  2888. "node": ">=0.10"
  2889. }
  2890. },
  2891. "node_modules/esrecurse": {
  2892. "version": "4.3.0",
  2893. "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
  2894. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  2895. "license": "BSD-2-Clause",
  2896. "dependencies": {
  2897. "estraverse": "^5.2.0"
  2898. },
  2899. "engines": {
  2900. "node": ">=4.0"
  2901. }
  2902. },
  2903. "node_modules/estraverse": {
  2904. "version": "5.3.0",
  2905. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  2906. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  2907. "license": "BSD-2-Clause",
  2908. "engines": {
  2909. "node": ">=4.0"
  2910. }
  2911. },
  2912. "node_modules/estree-walker": {
  2913. "version": "2.0.2",
  2914. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  2915. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  2916. "license": "MIT"
  2917. },
  2918. "node_modules/esutils": {
  2919. "version": "2.0.3",
  2920. "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  2921. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  2922. "license": "BSD-2-Clause",
  2923. "engines": {
  2924. "node": ">=0.10.0"
  2925. }
  2926. },
  2927. "node_modules/exsolve": {
  2928. "version": "1.0.7",
  2929. "resolved": "https://registry.npmjs.org/exsolve/-/exsolve-1.0.7.tgz",
  2930. "integrity": "sha512-VO5fQUzZtI6C+vx4w/4BWJpg3s/5l+6pRQEHzFRM8WFi4XffSP1Z+4qi7GbjWbvRQEbdIco5mIMq+zX4rPuLrw==",
  2931. "license": "MIT"
  2932. },
  2933. "node_modules/fast-deep-equal": {
  2934. "version": "3.1.3",
  2935. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  2936. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
  2937. },
  2938. "node_modules/fast-glob": {
  2939. "version": "3.3.3",
  2940. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
  2941. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  2942. "dev": true,
  2943. "license": "MIT",
  2944. "dependencies": {
  2945. "@nodelib/fs.stat": "^2.0.2",
  2946. "@nodelib/fs.walk": "^1.2.3",
  2947. "glob-parent": "^5.1.2",
  2948. "merge2": "^1.3.0",
  2949. "micromatch": "^4.0.8"
  2950. },
  2951. "engines": {
  2952. "node": ">=8.6.0"
  2953. }
  2954. },
  2955. "node_modules/fast-json-stable-stringify": {
  2956. "version": "2.1.0",
  2957. "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  2958. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  2959. "license": "MIT"
  2960. },
  2961. "node_modules/fast-levenshtein": {
  2962. "version": "2.0.6",
  2963. "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  2964. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  2965. "license": "MIT"
  2966. },
  2967. "node_modules/fastest-levenshtein": {
  2968. "version": "1.0.16",
  2969. "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz",
  2970. "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==",
  2971. "dev": true,
  2972. "engines": {
  2973. "node": ">= 4.9.1"
  2974. }
  2975. },
  2976. "node_modules/fastq": {
  2977. "version": "1.17.1",
  2978. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
  2979. "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
  2980. "dependencies": {
  2981. "reusify": "^1.0.4"
  2982. }
  2983. },
  2984. "node_modules/femtocrank": {
  2985. "version": "2.4.11",
  2986. "resolved": "https://registry.npmjs.org/femtocrank/-/femtocrank-2.4.11.tgz",
  2987. "integrity": "sha512-IDEcr8+w5/ux58F2N1heaxse7BvjJ0mJfJcCGx15QZCn8wi+hiQaIBud0ctlzRR3+SPmy7UCY5Ym+ZeyE4Bslg==",
  2988. "license": "AGPL-3.0"
  2989. },
  2990. "node_modules/file-entry-cache": {
  2991. "version": "6.0.1",
  2992. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
  2993. "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
  2994. "license": "MIT",
  2995. "dependencies": {
  2996. "flat-cache": "^3.0.4"
  2997. },
  2998. "engines": {
  2999. "node": "^10.12.0 || >=12.0.0"
  3000. }
  3001. },
  3002. "node_modules/fill-range": {
  3003. "version": "7.1.1",
  3004. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  3005. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  3006. "dev": true,
  3007. "dependencies": {
  3008. "to-regex-range": "^5.0.1"
  3009. },
  3010. "engines": {
  3011. "node": ">=8"
  3012. }
  3013. },
  3014. "node_modules/find-up": {
  3015. "version": "5.0.0",
  3016. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  3017. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  3018. "license": "MIT",
  3019. "dependencies": {
  3020. "locate-path": "^6.0.0",
  3021. "path-exists": "^4.0.0"
  3022. },
  3023. "engines": {
  3024. "node": ">=10"
  3025. },
  3026. "funding": {
  3027. "url": "https://github.com/sponsors/sindresorhus"
  3028. }
  3029. },
  3030. "node_modules/flat-cache": {
  3031. "version": "3.2.0",
  3032. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz",
  3033. "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==",
  3034. "license": "MIT",
  3035. "dependencies": {
  3036. "flatted": "^3.2.9",
  3037. "keyv": "^4.5.3",
  3038. "rimraf": "^3.0.2"
  3039. },
  3040. "engines": {
  3041. "node": "^10.12.0 || >=12.0.0"
  3042. }
  3043. },
  3044. "node_modules/flatted": {
  3045. "version": "3.3.3",
  3046. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz",
  3047. "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
  3048. "license": "ISC"
  3049. },
  3050. "node_modules/for-each": {
  3051. "version": "0.3.5",
  3052. "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz",
  3053. "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
  3054. "license": "MIT",
  3055. "dependencies": {
  3056. "is-callable": "^1.2.7"
  3057. },
  3058. "engines": {
  3059. "node": ">= 0.4"
  3060. },
  3061. "funding": {
  3062. "url": "https://github.com/sponsors/ljharb"
  3063. }
  3064. },
  3065. "node_modules/fs.realpath": {
  3066. "version": "1.0.0",
  3067. "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  3068. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
  3069. "license": "ISC"
  3070. },
  3071. "node_modules/fsevents": {
  3072. "version": "2.3.3",
  3073. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  3074. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  3075. "hasInstallScript": true,
  3076. "license": "MIT",
  3077. "optional": true,
  3078. "os": [
  3079. "darwin"
  3080. ],
  3081. "engines": {
  3082. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  3083. }
  3084. },
  3085. "node_modules/function-bind": {
  3086. "version": "1.1.2",
  3087. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  3088. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  3089. "license": "MIT",
  3090. "funding": {
  3091. "url": "https://github.com/sponsors/ljharb"
  3092. }
  3093. },
  3094. "node_modules/function.prototype.name": {
  3095. "version": "1.1.8",
  3096. "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.8.tgz",
  3097. "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==",
  3098. "license": "MIT",
  3099. "dependencies": {
  3100. "call-bind": "^1.0.8",
  3101. "call-bound": "^1.0.3",
  3102. "define-properties": "^1.2.1",
  3103. "functions-have-names": "^1.2.3",
  3104. "hasown": "^2.0.2",
  3105. "is-callable": "^1.2.7"
  3106. },
  3107. "engines": {
  3108. "node": ">= 0.4"
  3109. },
  3110. "funding": {
  3111. "url": "https://github.com/sponsors/ljharb"
  3112. }
  3113. },
  3114. "node_modules/functions-have-names": {
  3115. "version": "1.2.3",
  3116. "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
  3117. "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
  3118. "license": "MIT",
  3119. "funding": {
  3120. "url": "https://github.com/sponsors/ljharb"
  3121. }
  3122. },
  3123. "node_modules/generator-function": {
  3124. "version": "2.0.1",
  3125. "resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz",
  3126. "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==",
  3127. "license": "MIT",
  3128. "engines": {
  3129. "node": ">= 0.4"
  3130. }
  3131. },
  3132. "node_modules/get-intrinsic": {
  3133. "version": "1.3.0",
  3134. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  3135. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  3136. "license": "MIT",
  3137. "dependencies": {
  3138. "call-bind-apply-helpers": "^1.0.2",
  3139. "es-define-property": "^1.0.1",
  3140. "es-errors": "^1.3.0",
  3141. "es-object-atoms": "^1.1.1",
  3142. "function-bind": "^1.1.2",
  3143. "get-proto": "^1.0.1",
  3144. "gopd": "^1.2.0",
  3145. "has-symbols": "^1.1.0",
  3146. "hasown": "^2.0.2",
  3147. "math-intrinsics": "^1.1.0"
  3148. },
  3149. "engines": {
  3150. "node": ">= 0.4"
  3151. },
  3152. "funding": {
  3153. "url": "https://github.com/sponsors/ljharb"
  3154. }
  3155. },
  3156. "node_modules/get-proto": {
  3157. "version": "1.0.1",
  3158. "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
  3159. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  3160. "license": "MIT",
  3161. "dependencies": {
  3162. "dunder-proto": "^1.0.1",
  3163. "es-object-atoms": "^1.0.0"
  3164. },
  3165. "engines": {
  3166. "node": ">= 0.4"
  3167. }
  3168. },
  3169. "node_modules/get-stdin": {
  3170. "version": "8.0.0",
  3171. "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz",
  3172. "integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==",
  3173. "license": "MIT",
  3174. "engines": {
  3175. "node": ">=10"
  3176. },
  3177. "funding": {
  3178. "url": "https://github.com/sponsors/sindresorhus"
  3179. }
  3180. },
  3181. "node_modules/get-symbol-description": {
  3182. "version": "1.1.0",
  3183. "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz",
  3184. "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==",
  3185. "license": "MIT",
  3186. "dependencies": {
  3187. "call-bound": "^1.0.3",
  3188. "es-errors": "^1.3.0",
  3189. "get-intrinsic": "^1.2.6"
  3190. },
  3191. "engines": {
  3192. "node": ">= 0.4"
  3193. },
  3194. "funding": {
  3195. "url": "https://github.com/sponsors/ljharb"
  3196. }
  3197. },
  3198. "node_modules/glob": {
  3199. "version": "7.2.3",
  3200. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  3201. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  3202. "deprecated": "Glob versions prior to v9 are no longer supported",
  3203. "license": "ISC",
  3204. "dependencies": {
  3205. "fs.realpath": "^1.0.0",
  3206. "inflight": "^1.0.4",
  3207. "inherits": "2",
  3208. "minimatch": "^3.1.1",
  3209. "once": "^1.3.0",
  3210. "path-is-absolute": "^1.0.0"
  3211. },
  3212. "engines": {
  3213. "node": "*"
  3214. },
  3215. "funding": {
  3216. "url": "https://github.com/sponsors/isaacs"
  3217. }
  3218. },
  3219. "node_modules/glob-parent": {
  3220. "version": "5.1.2",
  3221. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  3222. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  3223. "dev": true,
  3224. "dependencies": {
  3225. "is-glob": "^4.0.1"
  3226. },
  3227. "engines": {
  3228. "node": ">= 6"
  3229. }
  3230. },
  3231. "node_modules/global-modules": {
  3232. "version": "2.0.0",
  3233. "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz",
  3234. "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==",
  3235. "dev": true,
  3236. "dependencies": {
  3237. "global-prefix": "^3.0.0"
  3238. },
  3239. "engines": {
  3240. "node": ">=6"
  3241. }
  3242. },
  3243. "node_modules/global-prefix": {
  3244. "version": "3.0.0",
  3245. "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz",
  3246. "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==",
  3247. "dev": true,
  3248. "dependencies": {
  3249. "ini": "^1.3.5",
  3250. "kind-of": "^6.0.2",
  3251. "which": "^1.3.1"
  3252. },
  3253. "engines": {
  3254. "node": ">=6"
  3255. }
  3256. },
  3257. "node_modules/global-prefix/node_modules/which": {
  3258. "version": "1.3.1",
  3259. "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
  3260. "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
  3261. "dev": true,
  3262. "dependencies": {
  3263. "isexe": "^2.0.0"
  3264. },
  3265. "bin": {
  3266. "which": "bin/which"
  3267. }
  3268. },
  3269. "node_modules/globals": {
  3270. "version": "13.24.0",
  3271. "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
  3272. "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
  3273. "license": "MIT",
  3274. "dependencies": {
  3275. "type-fest": "^0.20.2"
  3276. },
  3277. "engines": {
  3278. "node": ">=8"
  3279. },
  3280. "funding": {
  3281. "url": "https://github.com/sponsors/sindresorhus"
  3282. }
  3283. },
  3284. "node_modules/globalthis": {
  3285. "version": "1.0.4",
  3286. "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz",
  3287. "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
  3288. "license": "MIT",
  3289. "dependencies": {
  3290. "define-properties": "^1.2.1",
  3291. "gopd": "^1.0.1"
  3292. },
  3293. "engines": {
  3294. "node": ">= 0.4"
  3295. },
  3296. "funding": {
  3297. "url": "https://github.com/sponsors/ljharb"
  3298. }
  3299. },
  3300. "node_modules/globby": {
  3301. "version": "11.1.0",
  3302. "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
  3303. "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
  3304. "dev": true,
  3305. "dependencies": {
  3306. "array-union": "^2.1.0",
  3307. "dir-glob": "^3.0.1",
  3308. "fast-glob": "^3.2.9",
  3309. "ignore": "^5.2.0",
  3310. "merge2": "^1.4.1",
  3311. "slash": "^3.0.0"
  3312. },
  3313. "engines": {
  3314. "node": ">=10"
  3315. },
  3316. "funding": {
  3317. "url": "https://github.com/sponsors/sindresorhus"
  3318. }
  3319. },
  3320. "node_modules/globjoin": {
  3321. "version": "0.1.4",
  3322. "resolved": "https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz",
  3323. "integrity": "sha512-xYfnw62CKG8nLkZBfWbhWwDw02CHty86jfPcc2cr3ZfeuK9ysoVPPEUxf21bAD/rWAgk52SuBrLJlefNy8mvFg==",
  3324. "dev": true
  3325. },
  3326. "node_modules/gopd": {
  3327. "version": "1.2.0",
  3328. "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
  3329. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  3330. "license": "MIT",
  3331. "engines": {
  3332. "node": ">= 0.4"
  3333. },
  3334. "funding": {
  3335. "url": "https://github.com/sponsors/ljharb"
  3336. }
  3337. },
  3338. "node_modules/graceful-fs": {
  3339. "version": "4.2.11",
  3340. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  3341. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  3342. "license": "ISC"
  3343. },
  3344. "node_modules/graphemer": {
  3345. "version": "1.4.0",
  3346. "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
  3347. "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
  3348. "license": "MIT"
  3349. },
  3350. "node_modules/has-bigints": {
  3351. "version": "1.1.0",
  3352. "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz",
  3353. "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==",
  3354. "license": "MIT",
  3355. "engines": {
  3356. "node": ">= 0.4"
  3357. },
  3358. "funding": {
  3359. "url": "https://github.com/sponsors/ljharb"
  3360. }
  3361. },
  3362. "node_modules/has-flag": {
  3363. "version": "4.0.0",
  3364. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  3365. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  3366. "engines": {
  3367. "node": ">=8"
  3368. }
  3369. },
  3370. "node_modules/has-property-descriptors": {
  3371. "version": "1.0.2",
  3372. "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
  3373. "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
  3374. "license": "MIT",
  3375. "dependencies": {
  3376. "es-define-property": "^1.0.0"
  3377. },
  3378. "funding": {
  3379. "url": "https://github.com/sponsors/ljharb"
  3380. }
  3381. },
  3382. "node_modules/has-proto": {
  3383. "version": "1.2.0",
  3384. "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz",
  3385. "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==",
  3386. "license": "MIT",
  3387. "dependencies": {
  3388. "dunder-proto": "^1.0.0"
  3389. },
  3390. "engines": {
  3391. "node": ">= 0.4"
  3392. },
  3393. "funding": {
  3394. "url": "https://github.com/sponsors/ljharb"
  3395. }
  3396. },
  3397. "node_modules/has-symbols": {
  3398. "version": "1.1.0",
  3399. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
  3400. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  3401. "license": "MIT",
  3402. "engines": {
  3403. "node": ">= 0.4"
  3404. },
  3405. "funding": {
  3406. "url": "https://github.com/sponsors/ljharb"
  3407. }
  3408. },
  3409. "node_modules/has-tostringtag": {
  3410. "version": "1.0.2",
  3411. "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  3412. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  3413. "license": "MIT",
  3414. "dependencies": {
  3415. "has-symbols": "^1.0.3"
  3416. },
  3417. "engines": {
  3418. "node": ">= 0.4"
  3419. },
  3420. "funding": {
  3421. "url": "https://github.com/sponsors/ljharb"
  3422. }
  3423. },
  3424. "node_modules/hashery": {
  3425. "version": "1.2.0",
  3426. "resolved": "https://registry.npmjs.org/hashery/-/hashery-1.2.0.tgz",
  3427. "integrity": "sha512-43XJKpwle72Ik5Zpam7MuzRWyNdwwdf6XHlh8wCj2PggvWf+v/Dm5B0dxGZOmddidgeO6Ofu9As/o231Ti/9PA==",
  3428. "dev": true,
  3429. "license": "MIT",
  3430. "dependencies": {
  3431. "hookified": "^1.13.0"
  3432. },
  3433. "engines": {
  3434. "node": ">=20"
  3435. }
  3436. },
  3437. "node_modules/hasown": {
  3438. "version": "2.0.2",
  3439. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
  3440. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  3441. "license": "MIT",
  3442. "dependencies": {
  3443. "function-bind": "^1.1.2"
  3444. },
  3445. "engines": {
  3446. "node": ">= 0.4"
  3447. }
  3448. },
  3449. "node_modules/hookified": {
  3450. "version": "1.13.0",
  3451. "resolved": "https://registry.npmjs.org/hookified/-/hookified-1.13.0.tgz",
  3452. "integrity": "sha512-6sPYUY8olshgM/1LDNW4QZQN0IqgKhtl/1C8koNZBJrKLBk3AZl6chQtNwpNztvfiApHMEwMHek5rv993PRbWw==",
  3453. "dev": true,
  3454. "license": "MIT"
  3455. },
  3456. "node_modules/html-tags": {
  3457. "version": "3.3.1",
  3458. "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz",
  3459. "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==",
  3460. "dev": true,
  3461. "engines": {
  3462. "node": ">=8"
  3463. },
  3464. "funding": {
  3465. "url": "https://github.com/sponsors/sindresorhus"
  3466. }
  3467. },
  3468. "node_modules/iconify-icon": {
  3469. "version": "3.0.2",
  3470. "resolved": "https://registry.npmjs.org/iconify-icon/-/iconify-icon-3.0.2.tgz",
  3471. "integrity": "sha512-DYPAumiUeUeT/GHT8x2wrAVKn1FqZJqFH0Y5pBefapWRreV1BBvqBVMb0020YQ2njmbR59r/IathL2d2OrDrxA==",
  3472. "license": "MIT",
  3473. "dependencies": {
  3474. "@iconify/types": "^2.0.0"
  3475. },
  3476. "funding": {
  3477. "url": "https://github.com/sponsors/cyberalien"
  3478. }
  3479. },
  3480. "node_modules/ignore": {
  3481. "version": "5.3.2",
  3482. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
  3483. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  3484. "license": "MIT",
  3485. "engines": {
  3486. "node": ">= 4"
  3487. }
  3488. },
  3489. "node_modules/import-fresh": {
  3490. "version": "3.3.0",
  3491. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
  3492. "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
  3493. "dependencies": {
  3494. "parent-module": "^1.0.0",
  3495. "resolve-from": "^4.0.0"
  3496. },
  3497. "engines": {
  3498. "node": ">=6"
  3499. },
  3500. "funding": {
  3501. "url": "https://github.com/sponsors/sindresorhus"
  3502. }
  3503. },
  3504. "node_modules/imurmurhash": {
  3505. "version": "0.1.4",
  3506. "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  3507. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  3508. "engines": {
  3509. "node": ">=0.8.19"
  3510. }
  3511. },
  3512. "node_modules/inflight": {
  3513. "version": "1.0.6",
  3514. "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  3515. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  3516. "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",
  3517. "license": "ISC",
  3518. "dependencies": {
  3519. "once": "^1.3.0",
  3520. "wrappy": "1"
  3521. }
  3522. },
  3523. "node_modules/inherits": {
  3524. "version": "2.0.4",
  3525. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  3526. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  3527. "license": "ISC"
  3528. },
  3529. "node_modules/ini": {
  3530. "version": "1.3.8",
  3531. "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
  3532. "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
  3533. "dev": true
  3534. },
  3535. "node_modules/internal-slot": {
  3536. "version": "1.1.0",
  3537. "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz",
  3538. "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==",
  3539. "license": "MIT",
  3540. "dependencies": {
  3541. "es-errors": "^1.3.0",
  3542. "hasown": "^2.0.2",
  3543. "side-channel": "^1.1.0"
  3544. },
  3545. "engines": {
  3546. "node": ">= 0.4"
  3547. }
  3548. },
  3549. "node_modules/is-array-buffer": {
  3550. "version": "3.0.5",
  3551. "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz",
  3552. "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==",
  3553. "license": "MIT",
  3554. "dependencies": {
  3555. "call-bind": "^1.0.8",
  3556. "call-bound": "^1.0.3",
  3557. "get-intrinsic": "^1.2.6"
  3558. },
  3559. "engines": {
  3560. "node": ">= 0.4"
  3561. },
  3562. "funding": {
  3563. "url": "https://github.com/sponsors/ljharb"
  3564. }
  3565. },
  3566. "node_modules/is-arrayish": {
  3567. "version": "0.2.1",
  3568. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
  3569. "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
  3570. "license": "MIT"
  3571. },
  3572. "node_modules/is-async-function": {
  3573. "version": "2.1.1",
  3574. "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz",
  3575. "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==",
  3576. "license": "MIT",
  3577. "dependencies": {
  3578. "async-function": "^1.0.0",
  3579. "call-bound": "^1.0.3",
  3580. "get-proto": "^1.0.1",
  3581. "has-tostringtag": "^1.0.2",
  3582. "safe-regex-test": "^1.1.0"
  3583. },
  3584. "engines": {
  3585. "node": ">= 0.4"
  3586. },
  3587. "funding": {
  3588. "url": "https://github.com/sponsors/ljharb"
  3589. }
  3590. },
  3591. "node_modules/is-bigint": {
  3592. "version": "1.1.0",
  3593. "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz",
  3594. "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==",
  3595. "license": "MIT",
  3596. "dependencies": {
  3597. "has-bigints": "^1.0.2"
  3598. },
  3599. "engines": {
  3600. "node": ">= 0.4"
  3601. },
  3602. "funding": {
  3603. "url": "https://github.com/sponsors/ljharb"
  3604. }
  3605. },
  3606. "node_modules/is-boolean-object": {
  3607. "version": "1.2.2",
  3608. "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz",
  3609. "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==",
  3610. "license": "MIT",
  3611. "dependencies": {
  3612. "call-bound": "^1.0.3",
  3613. "has-tostringtag": "^1.0.2"
  3614. },
  3615. "engines": {
  3616. "node": ">= 0.4"
  3617. },
  3618. "funding": {
  3619. "url": "https://github.com/sponsors/ljharb"
  3620. }
  3621. },
  3622. "node_modules/is-callable": {
  3623. "version": "1.2.7",
  3624. "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
  3625. "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
  3626. "license": "MIT",
  3627. "engines": {
  3628. "node": ">= 0.4"
  3629. },
  3630. "funding": {
  3631. "url": "https://github.com/sponsors/ljharb"
  3632. }
  3633. },
  3634. "node_modules/is-core-module": {
  3635. "version": "2.16.1",
  3636. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
  3637. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  3638. "license": "MIT",
  3639. "dependencies": {
  3640. "hasown": "^2.0.2"
  3641. },
  3642. "engines": {
  3643. "node": ">= 0.4"
  3644. },
  3645. "funding": {
  3646. "url": "https://github.com/sponsors/ljharb"
  3647. }
  3648. },
  3649. "node_modules/is-data-view": {
  3650. "version": "1.0.2",
  3651. "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz",
  3652. "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==",
  3653. "license": "MIT",
  3654. "dependencies": {
  3655. "call-bound": "^1.0.2",
  3656. "get-intrinsic": "^1.2.6",
  3657. "is-typed-array": "^1.1.13"
  3658. },
  3659. "engines": {
  3660. "node": ">= 0.4"
  3661. },
  3662. "funding": {
  3663. "url": "https://github.com/sponsors/ljharb"
  3664. }
  3665. },
  3666. "node_modules/is-date-object": {
  3667. "version": "1.1.0",
  3668. "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz",
  3669. "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==",
  3670. "license": "MIT",
  3671. "dependencies": {
  3672. "call-bound": "^1.0.2",
  3673. "has-tostringtag": "^1.0.2"
  3674. },
  3675. "engines": {
  3676. "node": ">= 0.4"
  3677. },
  3678. "funding": {
  3679. "url": "https://github.com/sponsors/ljharb"
  3680. }
  3681. },
  3682. "node_modules/is-extglob": {
  3683. "version": "2.1.1",
  3684. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  3685. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  3686. "engines": {
  3687. "node": ">=0.10.0"
  3688. }
  3689. },
  3690. "node_modules/is-finalizationregistry": {
  3691. "version": "1.1.1",
  3692. "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz",
  3693. "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==",
  3694. "license": "MIT",
  3695. "dependencies": {
  3696. "call-bound": "^1.0.3"
  3697. },
  3698. "engines": {
  3699. "node": ">= 0.4"
  3700. },
  3701. "funding": {
  3702. "url": "https://github.com/sponsors/ljharb"
  3703. }
  3704. },
  3705. "node_modules/is-fullwidth-code-point": {
  3706. "version": "3.0.0",
  3707. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  3708. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  3709. "dev": true,
  3710. "engines": {
  3711. "node": ">=8"
  3712. }
  3713. },
  3714. "node_modules/is-generator-function": {
  3715. "version": "1.1.2",
  3716. "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz",
  3717. "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==",
  3718. "license": "MIT",
  3719. "dependencies": {
  3720. "call-bound": "^1.0.4",
  3721. "generator-function": "^2.0.0",
  3722. "get-proto": "^1.0.1",
  3723. "has-tostringtag": "^1.0.2",
  3724. "safe-regex-test": "^1.1.0"
  3725. },
  3726. "engines": {
  3727. "node": ">= 0.4"
  3728. },
  3729. "funding": {
  3730. "url": "https://github.com/sponsors/ljharb"
  3731. }
  3732. },
  3733. "node_modules/is-glob": {
  3734. "version": "4.0.3",
  3735. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  3736. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  3737. "dependencies": {
  3738. "is-extglob": "^2.1.1"
  3739. },
  3740. "engines": {
  3741. "node": ">=0.10.0"
  3742. }
  3743. },
  3744. "node_modules/is-map": {
  3745. "version": "2.0.3",
  3746. "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz",
  3747. "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==",
  3748. "license": "MIT",
  3749. "engines": {
  3750. "node": ">= 0.4"
  3751. },
  3752. "funding": {
  3753. "url": "https://github.com/sponsors/ljharb"
  3754. }
  3755. },
  3756. "node_modules/is-negative-zero": {
  3757. "version": "2.0.3",
  3758. "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
  3759. "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==",
  3760. "license": "MIT",
  3761. "engines": {
  3762. "node": ">= 0.4"
  3763. },
  3764. "funding": {
  3765. "url": "https://github.com/sponsors/ljharb"
  3766. }
  3767. },
  3768. "node_modules/is-number": {
  3769. "version": "7.0.0",
  3770. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  3771. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  3772. "dev": true,
  3773. "engines": {
  3774. "node": ">=0.12.0"
  3775. }
  3776. },
  3777. "node_modules/is-number-object": {
  3778. "version": "1.1.1",
  3779. "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz",
  3780. "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==",
  3781. "license": "MIT",
  3782. "dependencies": {
  3783. "call-bound": "^1.0.3",
  3784. "has-tostringtag": "^1.0.2"
  3785. },
  3786. "engines": {
  3787. "node": ">= 0.4"
  3788. },
  3789. "funding": {
  3790. "url": "https://github.com/sponsors/ljharb"
  3791. }
  3792. },
  3793. "node_modules/is-path-inside": {
  3794. "version": "3.0.3",
  3795. "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
  3796. "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
  3797. "license": "MIT",
  3798. "engines": {
  3799. "node": ">=8"
  3800. }
  3801. },
  3802. "node_modules/is-plain-object": {
  3803. "version": "5.0.0",
  3804. "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz",
  3805. "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==",
  3806. "dev": true,
  3807. "engines": {
  3808. "node": ">=0.10.0"
  3809. }
  3810. },
  3811. "node_modules/is-regex": {
  3812. "version": "1.2.1",
  3813. "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz",
  3814. "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==",
  3815. "license": "MIT",
  3816. "dependencies": {
  3817. "call-bound": "^1.0.2",
  3818. "gopd": "^1.2.0",
  3819. "has-tostringtag": "^1.0.2",
  3820. "hasown": "^2.0.2"
  3821. },
  3822. "engines": {
  3823. "node": ">= 0.4"
  3824. },
  3825. "funding": {
  3826. "url": "https://github.com/sponsors/ljharb"
  3827. }
  3828. },
  3829. "node_modules/is-set": {
  3830. "version": "2.0.3",
  3831. "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz",
  3832. "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==",
  3833. "license": "MIT",
  3834. "engines": {
  3835. "node": ">= 0.4"
  3836. },
  3837. "funding": {
  3838. "url": "https://github.com/sponsors/ljharb"
  3839. }
  3840. },
  3841. "node_modules/is-shared-array-buffer": {
  3842. "version": "1.0.4",
  3843. "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz",
  3844. "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==",
  3845. "license": "MIT",
  3846. "dependencies": {
  3847. "call-bound": "^1.0.3"
  3848. },
  3849. "engines": {
  3850. "node": ">= 0.4"
  3851. },
  3852. "funding": {
  3853. "url": "https://github.com/sponsors/ljharb"
  3854. }
  3855. },
  3856. "node_modules/is-string": {
  3857. "version": "1.1.1",
  3858. "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz",
  3859. "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==",
  3860. "license": "MIT",
  3861. "dependencies": {
  3862. "call-bound": "^1.0.3",
  3863. "has-tostringtag": "^1.0.2"
  3864. },
  3865. "engines": {
  3866. "node": ">= 0.4"
  3867. },
  3868. "funding": {
  3869. "url": "https://github.com/sponsors/ljharb"
  3870. }
  3871. },
  3872. "node_modules/is-symbol": {
  3873. "version": "1.1.1",
  3874. "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz",
  3875. "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==",
  3876. "license": "MIT",
  3877. "dependencies": {
  3878. "call-bound": "^1.0.2",
  3879. "has-symbols": "^1.1.0",
  3880. "safe-regex-test": "^1.1.0"
  3881. },
  3882. "engines": {
  3883. "node": ">= 0.4"
  3884. },
  3885. "funding": {
  3886. "url": "https://github.com/sponsors/ljharb"
  3887. }
  3888. },
  3889. "node_modules/is-typed-array": {
  3890. "version": "1.1.15",
  3891. "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz",
  3892. "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
  3893. "license": "MIT",
  3894. "dependencies": {
  3895. "which-typed-array": "^1.1.16"
  3896. },
  3897. "engines": {
  3898. "node": ">= 0.4"
  3899. },
  3900. "funding": {
  3901. "url": "https://github.com/sponsors/ljharb"
  3902. }
  3903. },
  3904. "node_modules/is-weakmap": {
  3905. "version": "2.0.2",
  3906. "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz",
  3907. "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==",
  3908. "license": "MIT",
  3909. "engines": {
  3910. "node": ">= 0.4"
  3911. },
  3912. "funding": {
  3913. "url": "https://github.com/sponsors/ljharb"
  3914. }
  3915. },
  3916. "node_modules/is-weakref": {
  3917. "version": "1.1.1",
  3918. "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz",
  3919. "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==",
  3920. "license": "MIT",
  3921. "dependencies": {
  3922. "call-bound": "^1.0.3"
  3923. },
  3924. "engines": {
  3925. "node": ">= 0.4"
  3926. },
  3927. "funding": {
  3928. "url": "https://github.com/sponsors/ljharb"
  3929. }
  3930. },
  3931. "node_modules/is-weakset": {
  3932. "version": "2.0.4",
  3933. "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz",
  3934. "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==",
  3935. "license": "MIT",
  3936. "dependencies": {
  3937. "call-bound": "^1.0.3",
  3938. "get-intrinsic": "^1.2.6"
  3939. },
  3940. "engines": {
  3941. "node": ">= 0.4"
  3942. },
  3943. "funding": {
  3944. "url": "https://github.com/sponsors/ljharb"
  3945. }
  3946. },
  3947. "node_modules/isarray": {
  3948. "version": "2.0.5",
  3949. "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
  3950. "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
  3951. "license": "MIT"
  3952. },
  3953. "node_modules/isexe": {
  3954. "version": "2.0.0",
  3955. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  3956. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
  3957. },
  3958. "node_modules/iterator.prototype": {
  3959. "version": "1.1.5",
  3960. "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.5.tgz",
  3961. "integrity": "sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==",
  3962. "license": "MIT",
  3963. "dependencies": {
  3964. "define-data-property": "^1.1.4",
  3965. "es-object-atoms": "^1.0.0",
  3966. "get-intrinsic": "^1.2.6",
  3967. "get-proto": "^1.0.0",
  3968. "has-symbols": "^1.1.0",
  3969. "set-function-name": "^2.0.2"
  3970. },
  3971. "engines": {
  3972. "node": ">= 0.4"
  3973. }
  3974. },
  3975. "node_modules/js-tokens": {
  3976. "version": "4.0.0",
  3977. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  3978. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
  3979. },
  3980. "node_modules/js-yaml": {
  3981. "version": "4.1.1",
  3982. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
  3983. "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
  3984. "license": "MIT",
  3985. "dependencies": {
  3986. "argparse": "^2.0.1"
  3987. },
  3988. "bin": {
  3989. "js-yaml": "bin/js-yaml.js"
  3990. }
  3991. },
  3992. "node_modules/json-buffer": {
  3993. "version": "3.0.1",
  3994. "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
  3995. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  3996. "license": "MIT"
  3997. },
  3998. "node_modules/json-parse-better-errors": {
  3999. "version": "1.0.2",
  4000. "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
  4001. "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==",
  4002. "license": "MIT"
  4003. },
  4004. "node_modules/json-parse-even-better-errors": {
  4005. "version": "2.3.1",
  4006. "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
  4007. "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
  4008. "dev": true,
  4009. "license": "MIT"
  4010. },
  4011. "node_modules/json-schema-traverse": {
  4012. "version": "0.4.1",
  4013. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  4014. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  4015. "license": "MIT"
  4016. },
  4017. "node_modules/json-stable-stringify-without-jsonify": {
  4018. "version": "1.0.1",
  4019. "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  4020. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  4021. "license": "MIT"
  4022. },
  4023. "node_modules/json5": {
  4024. "version": "1.0.2",
  4025. "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz",
  4026. "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
  4027. "license": "MIT",
  4028. "dependencies": {
  4029. "minimist": "^1.2.0"
  4030. },
  4031. "bin": {
  4032. "json5": "lib/cli.js"
  4033. }
  4034. },
  4035. "node_modules/jsx-ast-utils": {
  4036. "version": "3.3.5",
  4037. "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz",
  4038. "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==",
  4039. "license": "MIT",
  4040. "dependencies": {
  4041. "array-includes": "^3.1.6",
  4042. "array.prototype.flat": "^1.3.1",
  4043. "object.assign": "^4.1.4",
  4044. "object.values": "^1.1.6"
  4045. },
  4046. "engines": {
  4047. "node": ">=4.0"
  4048. }
  4049. },
  4050. "node_modules/keyv": {
  4051. "version": "4.5.4",
  4052. "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
  4053. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  4054. "license": "MIT",
  4055. "dependencies": {
  4056. "json-buffer": "3.0.1"
  4057. }
  4058. },
  4059. "node_modules/kind-of": {
  4060. "version": "6.0.3",
  4061. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
  4062. "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
  4063. "dev": true,
  4064. "engines": {
  4065. "node": ">=0.10.0"
  4066. }
  4067. },
  4068. "node_modules/known-css-properties": {
  4069. "version": "0.37.0",
  4070. "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.37.0.tgz",
  4071. "integrity": "sha512-JCDrsP4Z1Sb9JwG0aJ8Eo2r7k4Ou5MwmThS/6lcIe1ICyb7UBJKGRIUUdqc2ASdE/42lgz6zFUnzAIhtXnBVrQ==",
  4072. "dev": true,
  4073. "license": "MIT"
  4074. },
  4075. "node_modules/levn": {
  4076. "version": "0.4.1",
  4077. "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
  4078. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  4079. "license": "MIT",
  4080. "dependencies": {
  4081. "prelude-ls": "^1.2.1",
  4082. "type-check": "~0.4.0"
  4083. },
  4084. "engines": {
  4085. "node": ">= 0.8.0"
  4086. }
  4087. },
  4088. "node_modules/lightningcss-darwin-arm64": {
  4089. "version": "1.25.1",
  4090. "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.25.1.tgz",
  4091. "integrity": "sha512-G4Dcvv85bs5NLENcu/s1f7ehzE3D5ThnlWSDwE190tWXRQCQaqwcuHe+MGSVI/slm0XrxnaayXY+cNl3cSricw==",
  4092. "cpu": [
  4093. "arm64"
  4094. ],
  4095. "license": "MPL-2.0",
  4096. "optional": true,
  4097. "os": [
  4098. "darwin"
  4099. ],
  4100. "engines": {
  4101. "node": ">= 12.0.0"
  4102. },
  4103. "funding": {
  4104. "type": "opencollective",
  4105. "url": "https://opencollective.com/parcel"
  4106. }
  4107. },
  4108. "node_modules/lightningcss-darwin-x64": {
  4109. "version": "1.25.1",
  4110. "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.25.1.tgz",
  4111. "integrity": "sha512-dYWuCzzfqRueDSmto6YU5SoGHvZTMU1Em9xvhcdROpmtOQLorurUZz8+xFxZ51lCO2LnYbfdjZ/gCqWEkwixNg==",
  4112. "cpu": [
  4113. "x64"
  4114. ],
  4115. "license": "MPL-2.0",
  4116. "optional": true,
  4117. "os": [
  4118. "darwin"
  4119. ],
  4120. "engines": {
  4121. "node": ">= 12.0.0"
  4122. },
  4123. "funding": {
  4124. "type": "opencollective",
  4125. "url": "https://opencollective.com/parcel"
  4126. }
  4127. },
  4128. "node_modules/lightningcss-freebsd-x64": {
  4129. "version": "1.25.1",
  4130. "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.25.1.tgz",
  4131. "integrity": "sha512-hXoy2s9A3KVNAIoKz+Fp6bNeY+h9c3tkcx1J3+pS48CqAt+5bI/R/YY4hxGL57fWAIquRjGKW50arltD6iRt/w==",
  4132. "cpu": [
  4133. "x64"
  4134. ],
  4135. "license": "MPL-2.0",
  4136. "optional": true,
  4137. "os": [
  4138. "freebsd"
  4139. ],
  4140. "engines": {
  4141. "node": ">= 12.0.0"
  4142. },
  4143. "funding": {
  4144. "type": "opencollective",
  4145. "url": "https://opencollective.com/parcel"
  4146. }
  4147. },
  4148. "node_modules/lightningcss-linux-arm-gnueabihf": {
  4149. "version": "1.25.1",
  4150. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.25.1.tgz",
  4151. "integrity": "sha512-tWyMgHFlHlp1e5iW3EpqvH5MvsgoN7ZkylBbG2R2LWxnvH3FuWCJOhtGcYx9Ks0Kv0eZOBud789odkYLhyf1ng==",
  4152. "cpu": [
  4153. "arm"
  4154. ],
  4155. "license": "MPL-2.0",
  4156. "optional": true,
  4157. "os": [
  4158. "linux"
  4159. ],
  4160. "engines": {
  4161. "node": ">= 12.0.0"
  4162. },
  4163. "funding": {
  4164. "type": "opencollective",
  4165. "url": "https://opencollective.com/parcel"
  4166. }
  4167. },
  4168. "node_modules/lightningcss-linux-arm64-gnu": {
  4169. "version": "1.25.1",
  4170. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.25.1.tgz",
  4171. "integrity": "sha512-Xjxsx286OT9/XSnVLIsFEDyDipqe4BcLeB4pXQ/FEA5+2uWCCuAEarUNQumRucnj7k6ftkAHUEph5r821KBccQ==",
  4172. "cpu": [
  4173. "arm64"
  4174. ],
  4175. "license": "MPL-2.0",
  4176. "optional": true,
  4177. "os": [
  4178. "linux"
  4179. ],
  4180. "engines": {
  4181. "node": ">= 12.0.0"
  4182. },
  4183. "funding": {
  4184. "type": "opencollective",
  4185. "url": "https://opencollective.com/parcel"
  4186. }
  4187. },
  4188. "node_modules/lightningcss-linux-arm64-musl": {
  4189. "version": "1.25.1",
  4190. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.25.1.tgz",
  4191. "integrity": "sha512-IhxVFJoTW8wq6yLvxdPvyHv4NjzcpN1B7gjxrY3uaykQNXPHNIpChLB52+wfH+yS58zm1PL4LemUp8u9Cfp6Bw==",
  4192. "cpu": [
  4193. "arm64"
  4194. ],
  4195. "license": "MPL-2.0",
  4196. "optional": true,
  4197. "os": [
  4198. "linux"
  4199. ],
  4200. "engines": {
  4201. "node": ">= 12.0.0"
  4202. },
  4203. "funding": {
  4204. "type": "opencollective",
  4205. "url": "https://opencollective.com/parcel"
  4206. }
  4207. },
  4208. "node_modules/lightningcss-linux-x64-gnu": {
  4209. "version": "1.25.1",
  4210. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.25.1.tgz",
  4211. "integrity": "sha512-RXIaru79KrREPEd6WLXfKfIp4QzoppZvD3x7vuTKkDA64PwTzKJ2jaC43RZHRt8BmyIkRRlmywNhTRMbmkPYpA==",
  4212. "cpu": [
  4213. "x64"
  4214. ],
  4215. "optional": true,
  4216. "os": [
  4217. "linux"
  4218. ],
  4219. "engines": {
  4220. "node": ">= 12.0.0"
  4221. },
  4222. "funding": {
  4223. "type": "opencollective",
  4224. "url": "https://opencollective.com/parcel"
  4225. }
  4226. },
  4227. "node_modules/lightningcss-linux-x64-musl": {
  4228. "version": "1.25.1",
  4229. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.25.1.tgz",
  4230. "integrity": "sha512-TdcNqFsAENEEFr8fJWg0Y4fZ/nwuqTRsIr7W7t2wmDUlA8eSXVepeeONYcb+gtTj1RaXn/WgNLB45SFkz+XBZA==",
  4231. "cpu": [
  4232. "x64"
  4233. ],
  4234. "optional": true,
  4235. "os": [
  4236. "linux"
  4237. ],
  4238. "engines": {
  4239. "node": ">= 12.0.0"
  4240. },
  4241. "funding": {
  4242. "type": "opencollective",
  4243. "url": "https://opencollective.com/parcel"
  4244. }
  4245. },
  4246. "node_modules/lightningcss-win32-x64-msvc": {
  4247. "version": "1.25.1",
  4248. "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.25.1.tgz",
  4249. "integrity": "sha512-9KZZkmmy9oGDSrnyHuxP6iMhbsgChUiu/NSgOx+U1I/wTngBStDf2i2aGRCHvFqj19HqqBEI4WuGVQBa2V6e0A==",
  4250. "cpu": [
  4251. "x64"
  4252. ],
  4253. "license": "MPL-2.0",
  4254. "optional": true,
  4255. "os": [
  4256. "win32"
  4257. ],
  4258. "engines": {
  4259. "node": ">= 12.0.0"
  4260. },
  4261. "funding": {
  4262. "type": "opencollective",
  4263. "url": "https://opencollective.com/parcel"
  4264. }
  4265. },
  4266. "node_modules/lines-and-columns": {
  4267. "version": "1.2.4",
  4268. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  4269. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
  4270. "dev": true,
  4271. "license": "MIT"
  4272. },
  4273. "node_modules/load-json-file": {
  4274. "version": "5.3.0",
  4275. "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-5.3.0.tgz",
  4276. "integrity": "sha512-cJGP40Jc/VXUsp8/OrnyKyTZ1y6v/dphm3bioS+RrKXjK2BB6wHUd6JptZEFDGgGahMT+InnZO5i1Ei9mpC8Bw==",
  4277. "license": "MIT",
  4278. "dependencies": {
  4279. "graceful-fs": "^4.1.15",
  4280. "parse-json": "^4.0.0",
  4281. "pify": "^4.0.1",
  4282. "strip-bom": "^3.0.0",
  4283. "type-fest": "^0.3.0"
  4284. },
  4285. "engines": {
  4286. "node": ">=6"
  4287. }
  4288. },
  4289. "node_modules/load-json-file/node_modules/parse-json": {
  4290. "version": "4.0.0",
  4291. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
  4292. "integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==",
  4293. "license": "MIT",
  4294. "dependencies": {
  4295. "error-ex": "^1.3.1",
  4296. "json-parse-better-errors": "^1.0.1"
  4297. },
  4298. "engines": {
  4299. "node": ">=4"
  4300. }
  4301. },
  4302. "node_modules/load-json-file/node_modules/type-fest": {
  4303. "version": "0.3.1",
  4304. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.3.1.tgz",
  4305. "integrity": "sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ==",
  4306. "license": "(MIT OR CC0-1.0)",
  4307. "engines": {
  4308. "node": ">=6"
  4309. }
  4310. },
  4311. "node_modules/local-pkg": {
  4312. "version": "1.1.2",
  4313. "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-1.1.2.tgz",
  4314. "integrity": "sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==",
  4315. "license": "MIT",
  4316. "dependencies": {
  4317. "mlly": "^1.7.4",
  4318. "pkg-types": "^2.3.0",
  4319. "quansync": "^0.2.11"
  4320. },
  4321. "engines": {
  4322. "node": ">=14"
  4323. },
  4324. "funding": {
  4325. "url": "https://github.com/sponsors/antfu"
  4326. }
  4327. },
  4328. "node_modules/locate-path": {
  4329. "version": "6.0.0",
  4330. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  4331. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  4332. "license": "MIT",
  4333. "dependencies": {
  4334. "p-locate": "^5.0.0"
  4335. },
  4336. "engines": {
  4337. "node": ">=10"
  4338. },
  4339. "funding": {
  4340. "url": "https://github.com/sponsors/sindresorhus"
  4341. }
  4342. },
  4343. "node_modules/lodash.merge": {
  4344. "version": "4.6.2",
  4345. "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
  4346. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  4347. "license": "MIT"
  4348. },
  4349. "node_modules/lodash.truncate": {
  4350. "version": "4.4.2",
  4351. "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz",
  4352. "integrity": "sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==",
  4353. "dev": true
  4354. },
  4355. "node_modules/loose-envify": {
  4356. "version": "1.4.0",
  4357. "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
  4358. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  4359. "license": "MIT",
  4360. "dependencies": {
  4361. "js-tokens": "^3.0.0 || ^4.0.0"
  4362. },
  4363. "bin": {
  4364. "loose-envify": "cli.js"
  4365. }
  4366. },
  4367. "node_modules/magic-string": {
  4368. "version": "0.30.21",
  4369. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
  4370. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  4371. "license": "MIT",
  4372. "dependencies": {
  4373. "@jridgewell/sourcemap-codec": "^1.5.5"
  4374. }
  4375. },
  4376. "node_modules/math-intrinsics": {
  4377. "version": "1.1.0",
  4378. "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  4379. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  4380. "license": "MIT",
  4381. "engines": {
  4382. "node": ">= 0.4"
  4383. }
  4384. },
  4385. "node_modules/mathml-tag-names": {
  4386. "version": "2.1.3",
  4387. "resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz",
  4388. "integrity": "sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==",
  4389. "dev": true,
  4390. "funding": {
  4391. "type": "github",
  4392. "url": "https://github.com/sponsors/wooorm"
  4393. }
  4394. },
  4395. "node_modules/mdn-data": {
  4396. "version": "2.12.2",
  4397. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.12.2.tgz",
  4398. "integrity": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==",
  4399. "dev": true,
  4400. "license": "CC0-1.0"
  4401. },
  4402. "node_modules/meow": {
  4403. "version": "13.2.0",
  4404. "resolved": "https://registry.npmjs.org/meow/-/meow-13.2.0.tgz",
  4405. "integrity": "sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==",
  4406. "dev": true,
  4407. "license": "MIT",
  4408. "engines": {
  4409. "node": ">=18"
  4410. },
  4411. "funding": {
  4412. "url": "https://github.com/sponsors/sindresorhus"
  4413. }
  4414. },
  4415. "node_modules/merge2": {
  4416. "version": "1.4.1",
  4417. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  4418. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  4419. "dev": true,
  4420. "engines": {
  4421. "node": ">= 8"
  4422. }
  4423. },
  4424. "node_modules/micromatch": {
  4425. "version": "4.0.8",
  4426. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
  4427. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  4428. "dev": true,
  4429. "license": "MIT",
  4430. "dependencies": {
  4431. "braces": "^3.0.3",
  4432. "picomatch": "^2.3.1"
  4433. },
  4434. "engines": {
  4435. "node": ">=8.6"
  4436. }
  4437. },
  4438. "node_modules/minimatch": {
  4439. "version": "3.1.2",
  4440. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  4441. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  4442. "license": "ISC",
  4443. "dependencies": {
  4444. "brace-expansion": "^1.1.7"
  4445. },
  4446. "engines": {
  4447. "node": "*"
  4448. }
  4449. },
  4450. "node_modules/minimist": {
  4451. "version": "1.2.8",
  4452. "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
  4453. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  4454. "license": "MIT",
  4455. "funding": {
  4456. "url": "https://github.com/sponsors/ljharb"
  4457. }
  4458. },
  4459. "node_modules/mlly": {
  4460. "version": "1.8.0",
  4461. "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.8.0.tgz",
  4462. "integrity": "sha512-l8D9ODSRWLe2KHJSifWGwBqpTZXIXTeo8mlKjY+E2HAakaTeNpqAyBZ8GSqLzHgw4XmHmC8whvpjJNMbFZN7/g==",
  4463. "license": "MIT",
  4464. "dependencies": {
  4465. "acorn": "^8.15.0",
  4466. "pathe": "^2.0.3",
  4467. "pkg-types": "^1.3.1",
  4468. "ufo": "^1.6.1"
  4469. }
  4470. },
  4471. "node_modules/mlly/node_modules/confbox": {
  4472. "version": "0.1.8",
  4473. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz",
  4474. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  4475. "license": "MIT"
  4476. },
  4477. "node_modules/mlly/node_modules/pkg-types": {
  4478. "version": "1.3.1",
  4479. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz",
  4480. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  4481. "license": "MIT",
  4482. "dependencies": {
  4483. "confbox": "^0.1.8",
  4484. "mlly": "^1.7.4",
  4485. "pathe": "^2.0.1"
  4486. }
  4487. },
  4488. "node_modules/ms": {
  4489. "version": "2.1.3",
  4490. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  4491. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  4492. "license": "MIT"
  4493. },
  4494. "node_modules/nanoid": {
  4495. "version": "3.3.11",
  4496. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
  4497. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  4498. "funding": [
  4499. {
  4500. "type": "github",
  4501. "url": "https://github.com/sponsors/ai"
  4502. }
  4503. ],
  4504. "license": "MIT",
  4505. "bin": {
  4506. "nanoid": "bin/nanoid.cjs"
  4507. },
  4508. "engines": {
  4509. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  4510. }
  4511. },
  4512. "node_modules/natural-compare": {
  4513. "version": "1.4.0",
  4514. "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  4515. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  4516. "license": "MIT"
  4517. },
  4518. "node_modules/normalize-path": {
  4519. "version": "3.0.0",
  4520. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  4521. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  4522. "dev": true,
  4523. "engines": {
  4524. "node": ">=0.10.0"
  4525. }
  4526. },
  4527. "node_modules/object-assign": {
  4528. "version": "4.1.1",
  4529. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  4530. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  4531. "license": "MIT",
  4532. "engines": {
  4533. "node": ">=0.10.0"
  4534. }
  4535. },
  4536. "node_modules/object-inspect": {
  4537. "version": "1.13.4",
  4538. "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
  4539. "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
  4540. "license": "MIT",
  4541. "engines": {
  4542. "node": ">= 0.4"
  4543. },
  4544. "funding": {
  4545. "url": "https://github.com/sponsors/ljharb"
  4546. }
  4547. },
  4548. "node_modules/object-keys": {
  4549. "version": "1.1.1",
  4550. "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
  4551. "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
  4552. "license": "MIT",
  4553. "engines": {
  4554. "node": ">= 0.4"
  4555. }
  4556. },
  4557. "node_modules/object.assign": {
  4558. "version": "4.1.7",
  4559. "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz",
  4560. "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==",
  4561. "license": "MIT",
  4562. "dependencies": {
  4563. "call-bind": "^1.0.8",
  4564. "call-bound": "^1.0.3",
  4565. "define-properties": "^1.2.1",
  4566. "es-object-atoms": "^1.0.0",
  4567. "has-symbols": "^1.1.0",
  4568. "object-keys": "^1.1.1"
  4569. },
  4570. "engines": {
  4571. "node": ">= 0.4"
  4572. },
  4573. "funding": {
  4574. "url": "https://github.com/sponsors/ljharb"
  4575. }
  4576. },
  4577. "node_modules/object.entries": {
  4578. "version": "1.1.9",
  4579. "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.9.tgz",
  4580. "integrity": "sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==",
  4581. "license": "MIT",
  4582. "dependencies": {
  4583. "call-bind": "^1.0.8",
  4584. "call-bound": "^1.0.4",
  4585. "define-properties": "^1.2.1",
  4586. "es-object-atoms": "^1.1.1"
  4587. },
  4588. "engines": {
  4589. "node": ">= 0.4"
  4590. }
  4591. },
  4592. "node_modules/object.fromentries": {
  4593. "version": "2.0.8",
  4594. "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz",
  4595. "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==",
  4596. "license": "MIT",
  4597. "dependencies": {
  4598. "call-bind": "^1.0.7",
  4599. "define-properties": "^1.2.1",
  4600. "es-abstract": "^1.23.2",
  4601. "es-object-atoms": "^1.0.0"
  4602. },
  4603. "engines": {
  4604. "node": ">= 0.4"
  4605. },
  4606. "funding": {
  4607. "url": "https://github.com/sponsors/ljharb"
  4608. }
  4609. },
  4610. "node_modules/object.groupby": {
  4611. "version": "1.0.3",
  4612. "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz",
  4613. "integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==",
  4614. "license": "MIT",
  4615. "dependencies": {
  4616. "call-bind": "^1.0.7",
  4617. "define-properties": "^1.2.1",
  4618. "es-abstract": "^1.23.2"
  4619. },
  4620. "engines": {
  4621. "node": ">= 0.4"
  4622. }
  4623. },
  4624. "node_modules/object.values": {
  4625. "version": "1.2.1",
  4626. "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.1.tgz",
  4627. "integrity": "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==",
  4628. "license": "MIT",
  4629. "dependencies": {
  4630. "call-bind": "^1.0.8",
  4631. "call-bound": "^1.0.3",
  4632. "define-properties": "^1.2.1",
  4633. "es-object-atoms": "^1.0.0"
  4634. },
  4635. "engines": {
  4636. "node": ">= 0.4"
  4637. },
  4638. "funding": {
  4639. "url": "https://github.com/sponsors/ljharb"
  4640. }
  4641. },
  4642. "node_modules/once": {
  4643. "version": "1.4.0",
  4644. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  4645. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  4646. "license": "ISC",
  4647. "dependencies": {
  4648. "wrappy": "1"
  4649. }
  4650. },
  4651. "node_modules/optionator": {
  4652. "version": "0.9.4",
  4653. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
  4654. "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
  4655. "license": "MIT",
  4656. "dependencies": {
  4657. "deep-is": "^0.1.3",
  4658. "fast-levenshtein": "^2.0.6",
  4659. "levn": "^0.4.1",
  4660. "prelude-ls": "^1.2.1",
  4661. "type-check": "^0.4.0",
  4662. "word-wrap": "^1.2.5"
  4663. },
  4664. "engines": {
  4665. "node": ">= 0.8.0"
  4666. }
  4667. },
  4668. "node_modules/own-keys": {
  4669. "version": "1.0.1",
  4670. "resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz",
  4671. "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==",
  4672. "license": "MIT",
  4673. "dependencies": {
  4674. "get-intrinsic": "^1.2.6",
  4675. "object-keys": "^1.1.1",
  4676. "safe-push-apply": "^1.0.0"
  4677. },
  4678. "engines": {
  4679. "node": ">= 0.4"
  4680. },
  4681. "funding": {
  4682. "url": "https://github.com/sponsors/ljharb"
  4683. }
  4684. },
  4685. "node_modules/p-limit": {
  4686. "version": "3.1.0",
  4687. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  4688. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  4689. "license": "MIT",
  4690. "dependencies": {
  4691. "yocto-queue": "^0.1.0"
  4692. },
  4693. "engines": {
  4694. "node": ">=10"
  4695. },
  4696. "funding": {
  4697. "url": "https://github.com/sponsors/sindresorhus"
  4698. }
  4699. },
  4700. "node_modules/p-locate": {
  4701. "version": "5.0.0",
  4702. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  4703. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  4704. "license": "MIT",
  4705. "dependencies": {
  4706. "p-limit": "^3.0.2"
  4707. },
  4708. "engines": {
  4709. "node": ">=10"
  4710. },
  4711. "funding": {
  4712. "url": "https://github.com/sponsors/sindresorhus"
  4713. }
  4714. },
  4715. "node_modules/p-try": {
  4716. "version": "2.2.0",
  4717. "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
  4718. "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
  4719. "license": "MIT",
  4720. "engines": {
  4721. "node": ">=6"
  4722. }
  4723. },
  4724. "node_modules/parent-module": {
  4725. "version": "1.0.1",
  4726. "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
  4727. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  4728. "dependencies": {
  4729. "callsites": "^3.0.0"
  4730. },
  4731. "engines": {
  4732. "node": ">=6"
  4733. }
  4734. },
  4735. "node_modules/parse-json": {
  4736. "version": "5.2.0",
  4737. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
  4738. "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
  4739. "dev": true,
  4740. "license": "MIT",
  4741. "dependencies": {
  4742. "@babel/code-frame": "^7.0.0",
  4743. "error-ex": "^1.3.1",
  4744. "json-parse-even-better-errors": "^2.3.0",
  4745. "lines-and-columns": "^1.1.6"
  4746. },
  4747. "engines": {
  4748. "node": ">=8"
  4749. },
  4750. "funding": {
  4751. "url": "https://github.com/sponsors/sindresorhus"
  4752. }
  4753. },
  4754. "node_modules/path-exists": {
  4755. "version": "4.0.0",
  4756. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  4757. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  4758. "license": "MIT",
  4759. "engines": {
  4760. "node": ">=8"
  4761. }
  4762. },
  4763. "node_modules/path-is-absolute": {
  4764. "version": "1.0.1",
  4765. "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  4766. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  4767. "license": "MIT",
  4768. "engines": {
  4769. "node": ">=0.10.0"
  4770. }
  4771. },
  4772. "node_modules/path-key": {
  4773. "version": "3.1.1",
  4774. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  4775. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  4776. "license": "MIT",
  4777. "engines": {
  4778. "node": ">=8"
  4779. }
  4780. },
  4781. "node_modules/path-parse": {
  4782. "version": "1.0.7",
  4783. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  4784. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  4785. "license": "MIT"
  4786. },
  4787. "node_modules/path-type": {
  4788. "version": "4.0.0",
  4789. "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
  4790. "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
  4791. "dev": true,
  4792. "engines": {
  4793. "node": ">=8"
  4794. }
  4795. },
  4796. "node_modules/pathe": {
  4797. "version": "2.0.3",
  4798. "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
  4799. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  4800. "license": "MIT"
  4801. },
  4802. "node_modules/picocolors": {
  4803. "version": "1.1.1",
  4804. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  4805. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  4806. "license": "ISC"
  4807. },
  4808. "node_modules/picocrank": {
  4809. "version": "1.9.0",
  4810. "resolved": "https://registry.npmjs.org/picocrank/-/picocrank-1.9.0.tgz",
  4811. "integrity": "sha512-51Ej4F0tgUp3JxywmiMW/IR6orTjs0aXsWMAbMHqYQNmFxmsR3SgQY7J9dhTCq27BMP43KGtGdx9dcItz23JkQ==",
  4812. "license": "ISC",
  4813. "dependencies": {
  4814. "@hugeicons/core-free-icons": "^2.0.0",
  4815. "@hugeicons/vue": "^1.0.3",
  4816. "@vitejs/plugin-vue": "^6.0.2",
  4817. "femtocrank": "^2.4.11",
  4818. "unplugin-vue-components": "^30.0.0",
  4819. "vite": "^7.2.4",
  4820. "vue": "^3.5.24",
  4821. "vue-router": "^4.6.3"
  4822. }
  4823. },
  4824. "node_modules/picomatch": {
  4825. "version": "2.3.1",
  4826. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
  4827. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  4828. "dev": true,
  4829. "engines": {
  4830. "node": ">=8.6"
  4831. },
  4832. "funding": {
  4833. "url": "https://github.com/sponsors/jonschlinkert"
  4834. }
  4835. },
  4836. "node_modules/pify": {
  4837. "version": "4.0.1",
  4838. "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
  4839. "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
  4840. "license": "MIT",
  4841. "engines": {
  4842. "node": ">=6"
  4843. }
  4844. },
  4845. "node_modules/pkg-conf": {
  4846. "version": "3.1.0",
  4847. "resolved": "https://registry.npmjs.org/pkg-conf/-/pkg-conf-3.1.0.tgz",
  4848. "integrity": "sha512-m0OTbR/5VPNPqO1ph6Fqbj7Hv6QU7gR/tQW40ZqrL1rjgCU85W6C1bJn0BItuJqnR98PWzw7Z8hHeChD1WrgdQ==",
  4849. "license": "MIT",
  4850. "dependencies": {
  4851. "find-up": "^3.0.0",
  4852. "load-json-file": "^5.2.0"
  4853. },
  4854. "engines": {
  4855. "node": ">=6"
  4856. }
  4857. },
  4858. "node_modules/pkg-conf/node_modules/find-up": {
  4859. "version": "3.0.0",
  4860. "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
  4861. "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
  4862. "license": "MIT",
  4863. "dependencies": {
  4864. "locate-path": "^3.0.0"
  4865. },
  4866. "engines": {
  4867. "node": ">=6"
  4868. }
  4869. },
  4870. "node_modules/pkg-conf/node_modules/locate-path": {
  4871. "version": "3.0.0",
  4872. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
  4873. "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
  4874. "license": "MIT",
  4875. "dependencies": {
  4876. "p-locate": "^3.0.0",
  4877. "path-exists": "^3.0.0"
  4878. },
  4879. "engines": {
  4880. "node": ">=6"
  4881. }
  4882. },
  4883. "node_modules/pkg-conf/node_modules/p-limit": {
  4884. "version": "2.3.0",
  4885. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  4886. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  4887. "license": "MIT",
  4888. "dependencies": {
  4889. "p-try": "^2.0.0"
  4890. },
  4891. "engines": {
  4892. "node": ">=6"
  4893. },
  4894. "funding": {
  4895. "url": "https://github.com/sponsors/sindresorhus"
  4896. }
  4897. },
  4898. "node_modules/pkg-conf/node_modules/p-locate": {
  4899. "version": "3.0.0",
  4900. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
  4901. "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
  4902. "license": "MIT",
  4903. "dependencies": {
  4904. "p-limit": "^2.0.0"
  4905. },
  4906. "engines": {
  4907. "node": ">=6"
  4908. }
  4909. },
  4910. "node_modules/pkg-conf/node_modules/path-exists": {
  4911. "version": "3.0.0",
  4912. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
  4913. "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==",
  4914. "license": "MIT",
  4915. "engines": {
  4916. "node": ">=4"
  4917. }
  4918. },
  4919. "node_modules/pkg-types": {
  4920. "version": "2.3.0",
  4921. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.0.tgz",
  4922. "integrity": "sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==",
  4923. "license": "MIT",
  4924. "dependencies": {
  4925. "confbox": "^0.2.2",
  4926. "exsolve": "^1.0.7",
  4927. "pathe": "^2.0.3"
  4928. }
  4929. },
  4930. "node_modules/possible-typed-array-names": {
  4931. "version": "1.1.0",
  4932. "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
  4933. "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
  4934. "license": "MIT",
  4935. "engines": {
  4936. "node": ">= 0.4"
  4937. }
  4938. },
  4939. "node_modules/postcss": {
  4940. "version": "8.5.6",
  4941. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
  4942. "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
  4943. "funding": [
  4944. {
  4945. "type": "opencollective",
  4946. "url": "https://opencollective.com/postcss/"
  4947. },
  4948. {
  4949. "type": "tidelift",
  4950. "url": "https://tidelift.com/funding/github/npm/postcss"
  4951. },
  4952. {
  4953. "type": "github",
  4954. "url": "https://github.com/sponsors/ai"
  4955. }
  4956. ],
  4957. "license": "MIT",
  4958. "peer": true,
  4959. "dependencies": {
  4960. "nanoid": "^3.3.11",
  4961. "picocolors": "^1.1.1",
  4962. "source-map-js": "^1.2.1"
  4963. },
  4964. "engines": {
  4965. "node": "^10 || ^12 || >=14"
  4966. }
  4967. },
  4968. "node_modules/postcss-resolve-nested-selector": {
  4969. "version": "0.1.6",
  4970. "resolved": "https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.6.tgz",
  4971. "integrity": "sha512-0sglIs9Wmkzbr8lQwEyIzlDOOC9bGmfVKcJTaxv3vMmd3uo4o4DerC3En0bnmgceeql9BfC8hRkp7cg0fjdVqw==",
  4972. "dev": true,
  4973. "license": "MIT"
  4974. },
  4975. "node_modules/postcss-safe-parser": {
  4976. "version": "7.0.1",
  4977. "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-7.0.1.tgz",
  4978. "integrity": "sha512-0AioNCJZ2DPYz5ABT6bddIqlhgwhpHZ/l65YAYo0BCIn0xiDpsnTHz0gnoTGk0OXZW0JRs+cDwL8u/teRdz+8A==",
  4979. "dev": true,
  4980. "funding": [
  4981. {
  4982. "type": "opencollective",
  4983. "url": "https://opencollective.com/postcss/"
  4984. },
  4985. {
  4986. "type": "tidelift",
  4987. "url": "https://tidelift.com/funding/github/npm/postcss-safe-parser"
  4988. },
  4989. {
  4990. "type": "github",
  4991. "url": "https://github.com/sponsors/ai"
  4992. }
  4993. ],
  4994. "license": "MIT",
  4995. "engines": {
  4996. "node": ">=18.0"
  4997. },
  4998. "peerDependencies": {
  4999. "postcss": "^8.4.31"
  5000. }
  5001. },
  5002. "node_modules/postcss-selector-parser": {
  5003. "version": "7.1.0",
  5004. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz",
  5005. "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==",
  5006. "dev": true,
  5007. "license": "MIT",
  5008. "peer": true,
  5009. "dependencies": {
  5010. "cssesc": "^3.0.0",
  5011. "util-deprecate": "^1.0.2"
  5012. },
  5013. "engines": {
  5014. "node": ">=4"
  5015. }
  5016. },
  5017. "node_modules/postcss-value-parser": {
  5018. "version": "4.2.0",
  5019. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  5020. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
  5021. "dev": true
  5022. },
  5023. "node_modules/prelude-ls": {
  5024. "version": "1.2.1",
  5025. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
  5026. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  5027. "license": "MIT",
  5028. "engines": {
  5029. "node": ">= 0.8.0"
  5030. }
  5031. },
  5032. "node_modules/process": {
  5033. "version": "0.11.10",
  5034. "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
  5035. "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
  5036. "dev": true,
  5037. "engines": {
  5038. "node": ">= 0.6.0"
  5039. }
  5040. },
  5041. "node_modules/prop-types": {
  5042. "version": "15.8.1",
  5043. "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
  5044. "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
  5045. "license": "MIT",
  5046. "dependencies": {
  5047. "loose-envify": "^1.4.0",
  5048. "object-assign": "^4.1.1",
  5049. "react-is": "^16.13.1"
  5050. }
  5051. },
  5052. "node_modules/punycode": {
  5053. "version": "2.3.1",
  5054. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
  5055. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  5056. "engines": {
  5057. "node": ">=6"
  5058. }
  5059. },
  5060. "node_modules/qified": {
  5061. "version": "0.5.2",
  5062. "resolved": "https://registry.npmjs.org/qified/-/qified-0.5.2.tgz",
  5063. "integrity": "sha512-7gJ6mxcQb9vUBOtbKm5mDevbe2uRcOEVp1g4gb/Q+oLntB3HY8eBhOYRxFI2mlDFlY1e4DOSCptzxarXRvzxCA==",
  5064. "dev": true,
  5065. "license": "MIT",
  5066. "dependencies": {
  5067. "hookified": "^1.13.0"
  5068. },
  5069. "engines": {
  5070. "node": ">=20"
  5071. }
  5072. },
  5073. "node_modules/quansync": {
  5074. "version": "0.2.11",
  5075. "resolved": "https://registry.npmjs.org/quansync/-/quansync-0.2.11.tgz",
  5076. "integrity": "sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==",
  5077. "funding": [
  5078. {
  5079. "type": "individual",
  5080. "url": "https://github.com/sponsors/antfu"
  5081. },
  5082. {
  5083. "type": "individual",
  5084. "url": "https://github.com/sponsors/sxzz"
  5085. }
  5086. ],
  5087. "license": "MIT"
  5088. },
  5089. "node_modules/queue-microtask": {
  5090. "version": "1.2.3",
  5091. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  5092. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  5093. "funding": [
  5094. {
  5095. "type": "github",
  5096. "url": "https://github.com/sponsors/feross"
  5097. },
  5098. {
  5099. "type": "patreon",
  5100. "url": "https://www.patreon.com/feross"
  5101. },
  5102. {
  5103. "type": "consulting",
  5104. "url": "https://feross.org/support"
  5105. }
  5106. ]
  5107. },
  5108. "node_modules/react-is": {
  5109. "version": "16.13.1",
  5110. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  5111. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
  5112. "license": "MIT"
  5113. },
  5114. "node_modules/readdirp": {
  5115. "version": "4.1.2",
  5116. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
  5117. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  5118. "license": "MIT",
  5119. "engines": {
  5120. "node": ">= 14.18.0"
  5121. },
  5122. "funding": {
  5123. "type": "individual",
  5124. "url": "https://paulmillr.com/funding/"
  5125. }
  5126. },
  5127. "node_modules/reflect.getprototypeof": {
  5128. "version": "1.0.10",
  5129. "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz",
  5130. "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==",
  5131. "license": "MIT",
  5132. "dependencies": {
  5133. "call-bind": "^1.0.8",
  5134. "define-properties": "^1.2.1",
  5135. "es-abstract": "^1.23.9",
  5136. "es-errors": "^1.3.0",
  5137. "es-object-atoms": "^1.0.0",
  5138. "get-intrinsic": "^1.2.7",
  5139. "get-proto": "^1.0.1",
  5140. "which-builtin-type": "^1.2.1"
  5141. },
  5142. "engines": {
  5143. "node": ">= 0.4"
  5144. },
  5145. "funding": {
  5146. "url": "https://github.com/sponsors/ljharb"
  5147. }
  5148. },
  5149. "node_modules/regexp.prototype.flags": {
  5150. "version": "1.5.4",
  5151. "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz",
  5152. "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==",
  5153. "license": "MIT",
  5154. "dependencies": {
  5155. "call-bind": "^1.0.8",
  5156. "define-properties": "^1.2.1",
  5157. "es-errors": "^1.3.0",
  5158. "get-proto": "^1.0.1",
  5159. "gopd": "^1.2.0",
  5160. "set-function-name": "^2.0.2"
  5161. },
  5162. "engines": {
  5163. "node": ">= 0.4"
  5164. },
  5165. "funding": {
  5166. "url": "https://github.com/sponsors/ljharb"
  5167. }
  5168. },
  5169. "node_modules/regexpp": {
  5170. "version": "3.2.0",
  5171. "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz",
  5172. "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==",
  5173. "license": "MIT",
  5174. "engines": {
  5175. "node": ">=8"
  5176. },
  5177. "funding": {
  5178. "url": "https://github.com/sponsors/mysticatea"
  5179. }
  5180. },
  5181. "node_modules/require-from-string": {
  5182. "version": "2.0.2",
  5183. "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
  5184. "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
  5185. "dev": true,
  5186. "engines": {
  5187. "node": ">=0.10.0"
  5188. }
  5189. },
  5190. "node_modules/resolve": {
  5191. "version": "1.22.11",
  5192. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
  5193. "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
  5194. "license": "MIT",
  5195. "dependencies": {
  5196. "is-core-module": "^2.16.1",
  5197. "path-parse": "^1.0.7",
  5198. "supports-preserve-symlinks-flag": "^1.0.0"
  5199. },
  5200. "bin": {
  5201. "resolve": "bin/resolve"
  5202. },
  5203. "engines": {
  5204. "node": ">= 0.4"
  5205. },
  5206. "funding": {
  5207. "url": "https://github.com/sponsors/ljharb"
  5208. }
  5209. },
  5210. "node_modules/resolve-from": {
  5211. "version": "4.0.0",
  5212. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  5213. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  5214. "engines": {
  5215. "node": ">=4"
  5216. }
  5217. },
  5218. "node_modules/reusify": {
  5219. "version": "1.0.4",
  5220. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
  5221. "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
  5222. "engines": {
  5223. "iojs": ">=1.0.0",
  5224. "node": ">=0.10.0"
  5225. }
  5226. },
  5227. "node_modules/rimraf": {
  5228. "version": "3.0.2",
  5229. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
  5230. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  5231. "deprecated": "Rimraf versions prior to v4 are no longer supported",
  5232. "license": "ISC",
  5233. "dependencies": {
  5234. "glob": "^7.1.3"
  5235. },
  5236. "bin": {
  5237. "rimraf": "bin.js"
  5238. },
  5239. "funding": {
  5240. "url": "https://github.com/sponsors/isaacs"
  5241. }
  5242. },
  5243. "node_modules/rollup": {
  5244. "version": "4.45.1",
  5245. "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.45.1.tgz",
  5246. "integrity": "sha512-4iya7Jb76fVpQyLoiVpzUrsjQ12r3dM7fIVz+4NwoYvZOShknRmiv+iu9CClZml5ZLGb0XMcYLutK6w9tgxHDw==",
  5247. "license": "MIT",
  5248. "dependencies": {
  5249. "@types/estree": "1.0.8"
  5250. },
  5251. "bin": {
  5252. "rollup": "dist/bin/rollup"
  5253. },
  5254. "engines": {
  5255. "node": ">=18.0.0",
  5256. "npm": ">=8.0.0"
  5257. },
  5258. "optionalDependencies": {
  5259. "@rollup/rollup-android-arm-eabi": "4.45.1",
  5260. "@rollup/rollup-android-arm64": "4.45.1",
  5261. "@rollup/rollup-darwin-arm64": "4.45.1",
  5262. "@rollup/rollup-darwin-x64": "4.45.1",
  5263. "@rollup/rollup-freebsd-arm64": "4.45.1",
  5264. "@rollup/rollup-freebsd-x64": "4.45.1",
  5265. "@rollup/rollup-linux-arm-gnueabihf": "4.45.1",
  5266. "@rollup/rollup-linux-arm-musleabihf": "4.45.1",
  5267. "@rollup/rollup-linux-arm64-gnu": "4.45.1",
  5268. "@rollup/rollup-linux-arm64-musl": "4.45.1",
  5269. "@rollup/rollup-linux-loongarch64-gnu": "4.45.1",
  5270. "@rollup/rollup-linux-powerpc64le-gnu": "4.45.1",
  5271. "@rollup/rollup-linux-riscv64-gnu": "4.45.1",
  5272. "@rollup/rollup-linux-riscv64-musl": "4.45.1",
  5273. "@rollup/rollup-linux-s390x-gnu": "4.45.1",
  5274. "@rollup/rollup-linux-x64-gnu": "4.45.1",
  5275. "@rollup/rollup-linux-x64-musl": "4.45.1",
  5276. "@rollup/rollup-win32-arm64-msvc": "4.45.1",
  5277. "@rollup/rollup-win32-ia32-msvc": "4.45.1",
  5278. "@rollup/rollup-win32-x64-msvc": "4.45.1",
  5279. "fsevents": "~2.3.2"
  5280. }
  5281. },
  5282. "node_modules/run-parallel": {
  5283. "version": "1.2.0",
  5284. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  5285. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  5286. "funding": [
  5287. {
  5288. "type": "github",
  5289. "url": "https://github.com/sponsors/feross"
  5290. },
  5291. {
  5292. "type": "patreon",
  5293. "url": "https://www.patreon.com/feross"
  5294. },
  5295. {
  5296. "type": "consulting",
  5297. "url": "https://feross.org/support"
  5298. }
  5299. ],
  5300. "dependencies": {
  5301. "queue-microtask": "^1.2.2"
  5302. }
  5303. },
  5304. "node_modules/safe-array-concat": {
  5305. "version": "1.1.3",
  5306. "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz",
  5307. "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==",
  5308. "license": "MIT",
  5309. "dependencies": {
  5310. "call-bind": "^1.0.8",
  5311. "call-bound": "^1.0.2",
  5312. "get-intrinsic": "^1.2.6",
  5313. "has-symbols": "^1.1.0",
  5314. "isarray": "^2.0.5"
  5315. },
  5316. "engines": {
  5317. "node": ">=0.4"
  5318. },
  5319. "funding": {
  5320. "url": "https://github.com/sponsors/ljharb"
  5321. }
  5322. },
  5323. "node_modules/safe-push-apply": {
  5324. "version": "1.0.0",
  5325. "resolved": "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz",
  5326. "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==",
  5327. "license": "MIT",
  5328. "dependencies": {
  5329. "es-errors": "^1.3.0",
  5330. "isarray": "^2.0.5"
  5331. },
  5332. "engines": {
  5333. "node": ">= 0.4"
  5334. },
  5335. "funding": {
  5336. "url": "https://github.com/sponsors/ljharb"
  5337. }
  5338. },
  5339. "node_modules/safe-regex-test": {
  5340. "version": "1.1.0",
  5341. "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz",
  5342. "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==",
  5343. "license": "MIT",
  5344. "dependencies": {
  5345. "call-bound": "^1.0.2",
  5346. "es-errors": "^1.3.0",
  5347. "is-regex": "^1.2.1"
  5348. },
  5349. "engines": {
  5350. "node": ">= 0.4"
  5351. },
  5352. "funding": {
  5353. "url": "https://github.com/sponsors/ljharb"
  5354. }
  5355. },
  5356. "node_modules/semver": {
  5357. "version": "6.3.1",
  5358. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  5359. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  5360. "license": "ISC",
  5361. "bin": {
  5362. "semver": "bin/semver.js"
  5363. }
  5364. },
  5365. "node_modules/set-function-length": {
  5366. "version": "1.2.2",
  5367. "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
  5368. "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
  5369. "license": "MIT",
  5370. "dependencies": {
  5371. "define-data-property": "^1.1.4",
  5372. "es-errors": "^1.3.0",
  5373. "function-bind": "^1.1.2",
  5374. "get-intrinsic": "^1.2.4",
  5375. "gopd": "^1.0.1",
  5376. "has-property-descriptors": "^1.0.2"
  5377. },
  5378. "engines": {
  5379. "node": ">= 0.4"
  5380. }
  5381. },
  5382. "node_modules/set-function-name": {
  5383. "version": "2.0.2",
  5384. "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz",
  5385. "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
  5386. "license": "MIT",
  5387. "dependencies": {
  5388. "define-data-property": "^1.1.4",
  5389. "es-errors": "^1.3.0",
  5390. "functions-have-names": "^1.2.3",
  5391. "has-property-descriptors": "^1.0.2"
  5392. },
  5393. "engines": {
  5394. "node": ">= 0.4"
  5395. }
  5396. },
  5397. "node_modules/set-proto": {
  5398. "version": "1.0.0",
  5399. "resolved": "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz",
  5400. "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==",
  5401. "license": "MIT",
  5402. "dependencies": {
  5403. "dunder-proto": "^1.0.1",
  5404. "es-errors": "^1.3.0",
  5405. "es-object-atoms": "^1.0.0"
  5406. },
  5407. "engines": {
  5408. "node": ">= 0.4"
  5409. }
  5410. },
  5411. "node_modules/shebang-command": {
  5412. "version": "2.0.0",
  5413. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  5414. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  5415. "license": "MIT",
  5416. "dependencies": {
  5417. "shebang-regex": "^3.0.0"
  5418. },
  5419. "engines": {
  5420. "node": ">=8"
  5421. }
  5422. },
  5423. "node_modules/shebang-regex": {
  5424. "version": "3.0.0",
  5425. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  5426. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  5427. "license": "MIT",
  5428. "engines": {
  5429. "node": ">=8"
  5430. }
  5431. },
  5432. "node_modules/side-channel": {
  5433. "version": "1.1.0",
  5434. "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
  5435. "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
  5436. "license": "MIT",
  5437. "dependencies": {
  5438. "es-errors": "^1.3.0",
  5439. "object-inspect": "^1.13.3",
  5440. "side-channel-list": "^1.0.0",
  5441. "side-channel-map": "^1.0.1",
  5442. "side-channel-weakmap": "^1.0.2"
  5443. },
  5444. "engines": {
  5445. "node": ">= 0.4"
  5446. },
  5447. "funding": {
  5448. "url": "https://github.com/sponsors/ljharb"
  5449. }
  5450. },
  5451. "node_modules/side-channel-list": {
  5452. "version": "1.0.0",
  5453. "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
  5454. "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
  5455. "license": "MIT",
  5456. "dependencies": {
  5457. "es-errors": "^1.3.0",
  5458. "object-inspect": "^1.13.3"
  5459. },
  5460. "engines": {
  5461. "node": ">= 0.4"
  5462. },
  5463. "funding": {
  5464. "url": "https://github.com/sponsors/ljharb"
  5465. }
  5466. },
  5467. "node_modules/side-channel-map": {
  5468. "version": "1.0.1",
  5469. "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
  5470. "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
  5471. "license": "MIT",
  5472. "dependencies": {
  5473. "call-bound": "^1.0.2",
  5474. "es-errors": "^1.3.0",
  5475. "get-intrinsic": "^1.2.5",
  5476. "object-inspect": "^1.13.3"
  5477. },
  5478. "engines": {
  5479. "node": ">= 0.4"
  5480. },
  5481. "funding": {
  5482. "url": "https://github.com/sponsors/ljharb"
  5483. }
  5484. },
  5485. "node_modules/side-channel-weakmap": {
  5486. "version": "1.0.2",
  5487. "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
  5488. "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
  5489. "license": "MIT",
  5490. "dependencies": {
  5491. "call-bound": "^1.0.2",
  5492. "es-errors": "^1.3.0",
  5493. "get-intrinsic": "^1.2.5",
  5494. "object-inspect": "^1.13.3",
  5495. "side-channel-map": "^1.0.1"
  5496. },
  5497. "engines": {
  5498. "node": ">= 0.4"
  5499. },
  5500. "funding": {
  5501. "url": "https://github.com/sponsors/ljharb"
  5502. }
  5503. },
  5504. "node_modules/signal-exit": {
  5505. "version": "4.1.0",
  5506. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  5507. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  5508. "dev": true,
  5509. "engines": {
  5510. "node": ">=14"
  5511. },
  5512. "funding": {
  5513. "url": "https://github.com/sponsors/isaacs"
  5514. }
  5515. },
  5516. "node_modules/slash": {
  5517. "version": "3.0.0",
  5518. "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
  5519. "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
  5520. "dev": true,
  5521. "engines": {
  5522. "node": ">=8"
  5523. }
  5524. },
  5525. "node_modules/slice-ansi": {
  5526. "version": "4.0.0",
  5527. "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz",
  5528. "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==",
  5529. "dev": true,
  5530. "dependencies": {
  5531. "ansi-styles": "^4.0.0",
  5532. "astral-regex": "^2.0.0",
  5533. "is-fullwidth-code-point": "^3.0.0"
  5534. },
  5535. "engines": {
  5536. "node": ">=10"
  5537. },
  5538. "funding": {
  5539. "url": "https://github.com/chalk/slice-ansi?sponsor=1"
  5540. }
  5541. },
  5542. "node_modules/source-map-js": {
  5543. "version": "1.2.1",
  5544. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  5545. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  5546. "license": "BSD-3-Clause",
  5547. "engines": {
  5548. "node": ">=0.10.0"
  5549. }
  5550. },
  5551. "node_modules/standard": {
  5552. "version": "17.1.2",
  5553. "resolved": "https://registry.npmjs.org/standard/-/standard-17.1.2.tgz",
  5554. "integrity": "sha512-WLm12WoXveKkvnPnPnaFUUHuOB2cUdAsJ4AiGHL2G0UNMrcRAWY2WriQaV8IQ3oRmYr0AWUbLNr94ekYFAHOrA==",
  5555. "funding": [
  5556. {
  5557. "type": "github",
  5558. "url": "https://github.com/sponsors/feross"
  5559. },
  5560. {
  5561. "type": "patreon",
  5562. "url": "https://www.patreon.com/feross"
  5563. },
  5564. {
  5565. "type": "consulting",
  5566. "url": "https://feross.org/support"
  5567. }
  5568. ],
  5569. "license": "MIT",
  5570. "dependencies": {
  5571. "eslint": "^8.41.0",
  5572. "eslint-config-standard": "17.1.0",
  5573. "eslint-config-standard-jsx": "^11.0.0",
  5574. "eslint-plugin-import": "^2.27.5",
  5575. "eslint-plugin-n": "^15.7.0",
  5576. "eslint-plugin-promise": "^6.1.1",
  5577. "eslint-plugin-react": "^7.36.1",
  5578. "standard-engine": "^15.1.0",
  5579. "version-guard": "^1.1.1"
  5580. },
  5581. "bin": {
  5582. "standard": "bin/cmd.cjs"
  5583. },
  5584. "engines": {
  5585. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5586. }
  5587. },
  5588. "node_modules/standard-engine": {
  5589. "version": "15.1.0",
  5590. "resolved": "https://registry.npmjs.org/standard-engine/-/standard-engine-15.1.0.tgz",
  5591. "integrity": "sha512-VHysfoyxFu/ukT+9v49d4BRXIokFRZuH3z1VRxzFArZdjSCFpro6rEIU3ji7e4AoAtuSfKBkiOmsrDqKW5ZSRw==",
  5592. "funding": [
  5593. {
  5594. "type": "github",
  5595. "url": "https://github.com/sponsors/feross"
  5596. },
  5597. {
  5598. "type": "patreon",
  5599. "url": "https://www.patreon.com/feross"
  5600. },
  5601. {
  5602. "type": "consulting",
  5603. "url": "https://feross.org/support"
  5604. }
  5605. ],
  5606. "license": "MIT",
  5607. "dependencies": {
  5608. "get-stdin": "^8.0.0",
  5609. "minimist": "^1.2.6",
  5610. "pkg-conf": "^3.1.0",
  5611. "xdg-basedir": "^4.0.0"
  5612. },
  5613. "engines": {
  5614. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5615. }
  5616. },
  5617. "node_modules/stop-iteration-iterator": {
  5618. "version": "1.1.0",
  5619. "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz",
  5620. "integrity": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==",
  5621. "license": "MIT",
  5622. "dependencies": {
  5623. "es-errors": "^1.3.0",
  5624. "internal-slot": "^1.1.0"
  5625. },
  5626. "engines": {
  5627. "node": ">= 0.4"
  5628. }
  5629. },
  5630. "node_modules/string-width": {
  5631. "version": "4.2.3",
  5632. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  5633. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  5634. "dev": true,
  5635. "dependencies": {
  5636. "emoji-regex": "^8.0.0",
  5637. "is-fullwidth-code-point": "^3.0.0",
  5638. "strip-ansi": "^6.0.1"
  5639. },
  5640. "engines": {
  5641. "node": ">=8"
  5642. }
  5643. },
  5644. "node_modules/string.prototype.matchall": {
  5645. "version": "4.0.12",
  5646. "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz",
  5647. "integrity": "sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==",
  5648. "license": "MIT",
  5649. "dependencies": {
  5650. "call-bind": "^1.0.8",
  5651. "call-bound": "^1.0.3",
  5652. "define-properties": "^1.2.1",
  5653. "es-abstract": "^1.23.6",
  5654. "es-errors": "^1.3.0",
  5655. "es-object-atoms": "^1.0.0",
  5656. "get-intrinsic": "^1.2.6",
  5657. "gopd": "^1.2.0",
  5658. "has-symbols": "^1.1.0",
  5659. "internal-slot": "^1.1.0",
  5660. "regexp.prototype.flags": "^1.5.3",
  5661. "set-function-name": "^2.0.2",
  5662. "side-channel": "^1.1.0"
  5663. },
  5664. "engines": {
  5665. "node": ">= 0.4"
  5666. },
  5667. "funding": {
  5668. "url": "https://github.com/sponsors/ljharb"
  5669. }
  5670. },
  5671. "node_modules/string.prototype.repeat": {
  5672. "version": "1.0.0",
  5673. "resolved": "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz",
  5674. "integrity": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==",
  5675. "license": "MIT",
  5676. "dependencies": {
  5677. "define-properties": "^1.1.3",
  5678. "es-abstract": "^1.17.5"
  5679. }
  5680. },
  5681. "node_modules/string.prototype.trim": {
  5682. "version": "1.2.10",
  5683. "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz",
  5684. "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==",
  5685. "license": "MIT",
  5686. "dependencies": {
  5687. "call-bind": "^1.0.8",
  5688. "call-bound": "^1.0.2",
  5689. "define-data-property": "^1.1.4",
  5690. "define-properties": "^1.2.1",
  5691. "es-abstract": "^1.23.5",
  5692. "es-object-atoms": "^1.0.0",
  5693. "has-property-descriptors": "^1.0.2"
  5694. },
  5695. "engines": {
  5696. "node": ">= 0.4"
  5697. },
  5698. "funding": {
  5699. "url": "https://github.com/sponsors/ljharb"
  5700. }
  5701. },
  5702. "node_modules/string.prototype.trimend": {
  5703. "version": "1.0.9",
  5704. "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz",
  5705. "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==",
  5706. "license": "MIT",
  5707. "dependencies": {
  5708. "call-bind": "^1.0.8",
  5709. "call-bound": "^1.0.2",
  5710. "define-properties": "^1.2.1",
  5711. "es-object-atoms": "^1.0.0"
  5712. },
  5713. "engines": {
  5714. "node": ">= 0.4"
  5715. },
  5716. "funding": {
  5717. "url": "https://github.com/sponsors/ljharb"
  5718. }
  5719. },
  5720. "node_modules/string.prototype.trimstart": {
  5721. "version": "1.0.8",
  5722. "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz",
  5723. "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==",
  5724. "license": "MIT",
  5725. "dependencies": {
  5726. "call-bind": "^1.0.7",
  5727. "define-properties": "^1.2.1",
  5728. "es-object-atoms": "^1.0.0"
  5729. },
  5730. "engines": {
  5731. "node": ">= 0.4"
  5732. },
  5733. "funding": {
  5734. "url": "https://github.com/sponsors/ljharb"
  5735. }
  5736. },
  5737. "node_modules/strip-ansi": {
  5738. "version": "6.0.1",
  5739. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  5740. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  5741. "dependencies": {
  5742. "ansi-regex": "^5.0.1"
  5743. },
  5744. "engines": {
  5745. "node": ">=8"
  5746. }
  5747. },
  5748. "node_modules/strip-bom": {
  5749. "version": "3.0.0",
  5750. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
  5751. "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
  5752. "license": "MIT",
  5753. "engines": {
  5754. "node": ">=4"
  5755. }
  5756. },
  5757. "node_modules/strip-json-comments": {
  5758. "version": "3.1.1",
  5759. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  5760. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  5761. "license": "MIT",
  5762. "engines": {
  5763. "node": ">=8"
  5764. },
  5765. "funding": {
  5766. "url": "https://github.com/sponsors/sindresorhus"
  5767. }
  5768. },
  5769. "node_modules/stylelint": {
  5770. "version": "16.26.1",
  5771. "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.26.1.tgz",
  5772. "integrity": "sha512-v20V59/crfc8sVTAtge0mdafI3AdnzQ2KsWe6v523L4OA1bJO02S7MO2oyXDCS6iWb9ckIPnqAFVItqSBQr7jw==",
  5773. "dev": true,
  5774. "funding": [
  5775. {
  5776. "type": "opencollective",
  5777. "url": "https://opencollective.com/stylelint"
  5778. },
  5779. {
  5780. "type": "github",
  5781. "url": "https://github.com/sponsors/stylelint"
  5782. }
  5783. ],
  5784. "license": "MIT",
  5785. "dependencies": {
  5786. "@csstools/css-parser-algorithms": "^3.0.5",
  5787. "@csstools/css-syntax-patches-for-csstree": "^1.0.19",
  5788. "@csstools/css-tokenizer": "^3.0.4",
  5789. "@csstools/media-query-list-parser": "^4.0.3",
  5790. "@csstools/selector-specificity": "^5.0.0",
  5791. "@dual-bundle/import-meta-resolve": "^4.2.1",
  5792. "balanced-match": "^2.0.0",
  5793. "colord": "^2.9.3",
  5794. "cosmiconfig": "^9.0.0",
  5795. "css-functions-list": "^3.2.3",
  5796. "css-tree": "^3.1.0",
  5797. "debug": "^4.4.3",
  5798. "fast-glob": "^3.3.3",
  5799. "fastest-levenshtein": "^1.0.16",
  5800. "file-entry-cache": "^11.1.1",
  5801. "global-modules": "^2.0.0",
  5802. "globby": "^11.1.0",
  5803. "globjoin": "^0.1.4",
  5804. "html-tags": "^3.3.1",
  5805. "ignore": "^7.0.5",
  5806. "imurmurhash": "^0.1.4",
  5807. "is-plain-object": "^5.0.0",
  5808. "known-css-properties": "^0.37.0",
  5809. "mathml-tag-names": "^2.1.3",
  5810. "meow": "^13.2.0",
  5811. "micromatch": "^4.0.8",
  5812. "normalize-path": "^3.0.0",
  5813. "picocolors": "^1.1.1",
  5814. "postcss": "^8.5.6",
  5815. "postcss-resolve-nested-selector": "^0.1.6",
  5816. "postcss-safe-parser": "^7.0.1",
  5817. "postcss-selector-parser": "^7.1.0",
  5818. "postcss-value-parser": "^4.2.0",
  5819. "resolve-from": "^5.0.0",
  5820. "string-width": "^4.2.3",
  5821. "supports-hyperlinks": "^3.2.0",
  5822. "svg-tags": "^1.0.0",
  5823. "table": "^6.9.0",
  5824. "write-file-atomic": "^5.0.1"
  5825. },
  5826. "bin": {
  5827. "stylelint": "bin/stylelint.mjs"
  5828. },
  5829. "engines": {
  5830. "node": ">=18.12.0"
  5831. }
  5832. },
  5833. "node_modules/stylelint-config-recommended": {
  5834. "version": "17.0.0",
  5835. "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-17.0.0.tgz",
  5836. "integrity": "sha512-WaMSdEiPfZTSFVoYmJbxorJfA610O0tlYuU2aEwY33UQhSPgFbClrVJYWvy3jGJx+XW37O+LyNLiZOEXhKhJmA==",
  5837. "dev": true,
  5838. "funding": [
  5839. {
  5840. "type": "opencollective",
  5841. "url": "https://opencollective.com/stylelint"
  5842. },
  5843. {
  5844. "type": "github",
  5845. "url": "https://github.com/sponsors/stylelint"
  5846. }
  5847. ],
  5848. "license": "MIT",
  5849. "engines": {
  5850. "node": ">=18.12.0"
  5851. },
  5852. "peerDependencies": {
  5853. "stylelint": "^16.23.0"
  5854. }
  5855. },
  5856. "node_modules/stylelint-config-standard": {
  5857. "version": "39.0.1",
  5858. "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-39.0.1.tgz",
  5859. "integrity": "sha512-b7Fja59EYHRNOTa3aXiuWnhUWXFU2Nfg6h61bLfAb5GS5fX3LMUD0U5t4S8N/4tpHQg3Acs2UVPR9jy2l1g/3A==",
  5860. "dev": true,
  5861. "funding": [
  5862. {
  5863. "type": "opencollective",
  5864. "url": "https://opencollective.com/stylelint"
  5865. },
  5866. {
  5867. "type": "github",
  5868. "url": "https://github.com/sponsors/stylelint"
  5869. }
  5870. ],
  5871. "license": "MIT",
  5872. "dependencies": {
  5873. "stylelint-config-recommended": "^17.0.0"
  5874. },
  5875. "engines": {
  5876. "node": ">=18.12.0"
  5877. },
  5878. "peerDependencies": {
  5879. "stylelint": "^16.23.0"
  5880. }
  5881. },
  5882. "node_modules/stylelint/node_modules/balanced-match": {
  5883. "version": "2.0.0",
  5884. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-2.0.0.tgz",
  5885. "integrity": "sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA==",
  5886. "dev": true
  5887. },
  5888. "node_modules/stylelint/node_modules/file-entry-cache": {
  5889. "version": "11.1.1",
  5890. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-11.1.1.tgz",
  5891. "integrity": "sha512-TPVFSDE7q91Dlk1xpFLvFllf8r0HyOMOlnWy7Z2HBku5H3KhIeOGInexrIeg2D64DosVB/JXkrrk6N/7Wriq4A==",
  5892. "dev": true,
  5893. "license": "MIT",
  5894. "dependencies": {
  5895. "flat-cache": "^6.1.19"
  5896. }
  5897. },
  5898. "node_modules/stylelint/node_modules/flat-cache": {
  5899. "version": "6.1.19",
  5900. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-6.1.19.tgz",
  5901. "integrity": "sha512-l/K33newPTZMTGAnnzaiqSl6NnH7Namh8jBNjrgjprWxGmZUuxx/sJNIRaijOh3n7q7ESbhNZC+pvVZMFdeU4A==",
  5902. "dev": true,
  5903. "license": "MIT",
  5904. "dependencies": {
  5905. "cacheable": "^2.2.0",
  5906. "flatted": "^3.3.3",
  5907. "hookified": "^1.13.0"
  5908. }
  5909. },
  5910. "node_modules/stylelint/node_modules/ignore": {
  5911. "version": "7.0.5",
  5912. "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
  5913. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  5914. "dev": true,
  5915. "license": "MIT",
  5916. "engines": {
  5917. "node": ">= 4"
  5918. }
  5919. },
  5920. "node_modules/stylelint/node_modules/resolve-from": {
  5921. "version": "5.0.0",
  5922. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
  5923. "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
  5924. "dev": true,
  5925. "engines": {
  5926. "node": ">=8"
  5927. }
  5928. },
  5929. "node_modules/supports-color": {
  5930. "version": "7.2.0",
  5931. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  5932. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  5933. "dependencies": {
  5934. "has-flag": "^4.0.0"
  5935. },
  5936. "engines": {
  5937. "node": ">=8"
  5938. }
  5939. },
  5940. "node_modules/supports-hyperlinks": {
  5941. "version": "3.2.0",
  5942. "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-3.2.0.tgz",
  5943. "integrity": "sha512-zFObLMyZeEwzAoKCyu1B91U79K2t7ApXuQfo8OuxwXLDgcKxuwM+YvcbIhm6QWqz7mHUH1TVytR1PwVVjEuMig==",
  5944. "dev": true,
  5945. "license": "MIT",
  5946. "dependencies": {
  5947. "has-flag": "^4.0.0",
  5948. "supports-color": "^7.0.0"
  5949. },
  5950. "engines": {
  5951. "node": ">=14.18"
  5952. },
  5953. "funding": {
  5954. "url": "https://github.com/chalk/supports-hyperlinks?sponsor=1"
  5955. }
  5956. },
  5957. "node_modules/supports-preserve-symlinks-flag": {
  5958. "version": "1.0.0",
  5959. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  5960. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  5961. "license": "MIT",
  5962. "engines": {
  5963. "node": ">= 0.4"
  5964. },
  5965. "funding": {
  5966. "url": "https://github.com/sponsors/ljharb"
  5967. }
  5968. },
  5969. "node_modules/svg-tags": {
  5970. "version": "1.0.0",
  5971. "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz",
  5972. "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==",
  5973. "dev": true
  5974. },
  5975. "node_modules/table": {
  5976. "version": "6.9.0",
  5977. "resolved": "https://registry.npmjs.org/table/-/table-6.9.0.tgz",
  5978. "integrity": "sha512-9kY+CygyYM6j02t5YFHbNz2FN5QmYGv9zAjVp4lCDjlCw7amdckXlEt/bjMhUIfj4ThGRE4gCUH5+yGnNuPo5A==",
  5979. "dev": true,
  5980. "license": "BSD-3-Clause",
  5981. "dependencies": {
  5982. "ajv": "^8.0.1",
  5983. "lodash.truncate": "^4.4.2",
  5984. "slice-ansi": "^4.0.0",
  5985. "string-width": "^4.2.3",
  5986. "strip-ansi": "^6.0.1"
  5987. },
  5988. "engines": {
  5989. "node": ">=10.0.0"
  5990. }
  5991. },
  5992. "node_modules/table/node_modules/ajv": {
  5993. "version": "8.14.0",
  5994. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.14.0.tgz",
  5995. "integrity": "sha512-oYs1UUtO97ZO2lJ4bwnWeQW8/zvOIQLGKcvPTsWmvc2SYgBb+upuNS5NxoLaMU4h8Ju3Nbj6Cq8mD2LQoqVKFA==",
  5996. "dev": true,
  5997. "dependencies": {
  5998. "fast-deep-equal": "^3.1.3",
  5999. "json-schema-traverse": "^1.0.0",
  6000. "require-from-string": "^2.0.2",
  6001. "uri-js": "^4.4.1"
  6002. },
  6003. "funding": {
  6004. "type": "github",
  6005. "url": "https://github.com/sponsors/epoberezkin"
  6006. }
  6007. },
  6008. "node_modules/table/node_modules/json-schema-traverse": {
  6009. "version": "1.0.0",
  6010. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  6011. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
  6012. "dev": true
  6013. },
  6014. "node_modules/text-table": {
  6015. "version": "0.2.0",
  6016. "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
  6017. "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
  6018. "license": "MIT"
  6019. },
  6020. "node_modules/tinyglobby": {
  6021. "version": "0.2.15",
  6022. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
  6023. "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
  6024. "license": "MIT",
  6025. "dependencies": {
  6026. "fdir": "^6.5.0",
  6027. "picomatch": "^4.0.3"
  6028. },
  6029. "engines": {
  6030. "node": ">=12.0.0"
  6031. },
  6032. "funding": {
  6033. "url": "https://github.com/sponsors/SuperchupuDev"
  6034. }
  6035. },
  6036. "node_modules/tinyglobby/node_modules/fdir": {
  6037. "version": "6.5.0",
  6038. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  6039. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  6040. "license": "MIT",
  6041. "engines": {
  6042. "node": ">=12.0.0"
  6043. },
  6044. "peerDependencies": {
  6045. "picomatch": "^3 || ^4"
  6046. },
  6047. "peerDependenciesMeta": {
  6048. "picomatch": {
  6049. "optional": true
  6050. }
  6051. }
  6052. },
  6053. "node_modules/tinyglobby/node_modules/picomatch": {
  6054. "version": "4.0.3",
  6055. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
  6056. "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
  6057. "license": "MIT",
  6058. "peer": true,
  6059. "engines": {
  6060. "node": ">=12"
  6061. },
  6062. "funding": {
  6063. "url": "https://github.com/sponsors/jonschlinkert"
  6064. }
  6065. },
  6066. "node_modules/to-regex-range": {
  6067. "version": "5.0.1",
  6068. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  6069. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  6070. "dev": true,
  6071. "dependencies": {
  6072. "is-number": "^7.0.0"
  6073. },
  6074. "engines": {
  6075. "node": ">=8.0"
  6076. }
  6077. },
  6078. "node_modules/tsconfig-paths": {
  6079. "version": "3.15.0",
  6080. "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz",
  6081. "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==",
  6082. "license": "MIT",
  6083. "dependencies": {
  6084. "@types/json5": "^0.0.29",
  6085. "json5": "^1.0.2",
  6086. "minimist": "^1.2.6",
  6087. "strip-bom": "^3.0.0"
  6088. }
  6089. },
  6090. "node_modules/type-check": {
  6091. "version": "0.4.0",
  6092. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
  6093. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  6094. "license": "MIT",
  6095. "dependencies": {
  6096. "prelude-ls": "^1.2.1"
  6097. },
  6098. "engines": {
  6099. "node": ">= 0.8.0"
  6100. }
  6101. },
  6102. "node_modules/type-fest": {
  6103. "version": "0.20.2",
  6104. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
  6105. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  6106. "license": "(MIT OR CC0-1.0)",
  6107. "engines": {
  6108. "node": ">=10"
  6109. },
  6110. "funding": {
  6111. "url": "https://github.com/sponsors/sindresorhus"
  6112. }
  6113. },
  6114. "node_modules/typed-array-buffer": {
  6115. "version": "1.0.3",
  6116. "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz",
  6117. "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==",
  6118. "license": "MIT",
  6119. "dependencies": {
  6120. "call-bound": "^1.0.3",
  6121. "es-errors": "^1.3.0",
  6122. "is-typed-array": "^1.1.14"
  6123. },
  6124. "engines": {
  6125. "node": ">= 0.4"
  6126. }
  6127. },
  6128. "node_modules/typed-array-byte-length": {
  6129. "version": "1.0.3",
  6130. "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz",
  6131. "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==",
  6132. "license": "MIT",
  6133. "dependencies": {
  6134. "call-bind": "^1.0.8",
  6135. "for-each": "^0.3.3",
  6136. "gopd": "^1.2.0",
  6137. "has-proto": "^1.2.0",
  6138. "is-typed-array": "^1.1.14"
  6139. },
  6140. "engines": {
  6141. "node": ">= 0.4"
  6142. },
  6143. "funding": {
  6144. "url": "https://github.com/sponsors/ljharb"
  6145. }
  6146. },
  6147. "node_modules/typed-array-byte-offset": {
  6148. "version": "1.0.4",
  6149. "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz",
  6150. "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==",
  6151. "license": "MIT",
  6152. "dependencies": {
  6153. "available-typed-arrays": "^1.0.7",
  6154. "call-bind": "^1.0.8",
  6155. "for-each": "^0.3.3",
  6156. "gopd": "^1.2.0",
  6157. "has-proto": "^1.2.0",
  6158. "is-typed-array": "^1.1.15",
  6159. "reflect.getprototypeof": "^1.0.9"
  6160. },
  6161. "engines": {
  6162. "node": ">= 0.4"
  6163. },
  6164. "funding": {
  6165. "url": "https://github.com/sponsors/ljharb"
  6166. }
  6167. },
  6168. "node_modules/typed-array-length": {
  6169. "version": "1.0.7",
  6170. "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz",
  6171. "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==",
  6172. "license": "MIT",
  6173. "dependencies": {
  6174. "call-bind": "^1.0.7",
  6175. "for-each": "^0.3.3",
  6176. "gopd": "^1.0.1",
  6177. "is-typed-array": "^1.1.13",
  6178. "possible-typed-array-names": "^1.0.0",
  6179. "reflect.getprototypeof": "^1.0.6"
  6180. },
  6181. "engines": {
  6182. "node": ">= 0.4"
  6183. },
  6184. "funding": {
  6185. "url": "https://github.com/sponsors/ljharb"
  6186. }
  6187. },
  6188. "node_modules/ufo": {
  6189. "version": "1.6.1",
  6190. "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.1.tgz",
  6191. "integrity": "sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==",
  6192. "license": "MIT"
  6193. },
  6194. "node_modules/unbox-primitive": {
  6195. "version": "1.1.0",
  6196. "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz",
  6197. "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==",
  6198. "license": "MIT",
  6199. "dependencies": {
  6200. "call-bound": "^1.0.3",
  6201. "has-bigints": "^1.0.2",
  6202. "has-symbols": "^1.1.0",
  6203. "which-boxed-primitive": "^1.1.1"
  6204. },
  6205. "engines": {
  6206. "node": ">= 0.4"
  6207. },
  6208. "funding": {
  6209. "url": "https://github.com/sponsors/ljharb"
  6210. }
  6211. },
  6212. "node_modules/unplugin": {
  6213. "version": "2.3.10",
  6214. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-2.3.10.tgz",
  6215. "integrity": "sha512-6NCPkv1ClwH+/BGE9QeoTIl09nuiAt0gS28nn1PvYXsGKRwM2TCbFA2QiilmehPDTXIe684k4rZI1yl3A1PCUw==",
  6216. "license": "MIT",
  6217. "dependencies": {
  6218. "@jridgewell/remapping": "^2.3.5",
  6219. "acorn": "^8.15.0",
  6220. "picomatch": "^4.0.3",
  6221. "webpack-virtual-modules": "^0.6.2"
  6222. },
  6223. "engines": {
  6224. "node": ">=18.12.0"
  6225. }
  6226. },
  6227. "node_modules/unplugin-utils": {
  6228. "version": "0.3.1",
  6229. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
  6230. "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
  6231. "license": "MIT",
  6232. "dependencies": {
  6233. "pathe": "^2.0.3",
  6234. "picomatch": "^4.0.3"
  6235. },
  6236. "engines": {
  6237. "node": ">=20.19.0"
  6238. },
  6239. "funding": {
  6240. "url": "https://github.com/sponsors/sxzz"
  6241. }
  6242. },
  6243. "node_modules/unplugin-utils/node_modules/picomatch": {
  6244. "version": "4.0.3",
  6245. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
  6246. "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
  6247. "license": "MIT",
  6248. "engines": {
  6249. "node": ">=12"
  6250. },
  6251. "funding": {
  6252. "url": "https://github.com/sponsors/jonschlinkert"
  6253. }
  6254. },
  6255. "node_modules/unplugin-vue-components": {
  6256. "version": "30.0.0",
  6257. "resolved": "https://registry.npmjs.org/unplugin-vue-components/-/unplugin-vue-components-30.0.0.tgz",
  6258. "integrity": "sha512-4qVE/lwCgmdPTp6h0qsRN2u642tt4boBQtcpn4wQcWZAsr8TQwq+SPT3NDu/6kBFxzo/sSEK4ioXhOOBrXc3iw==",
  6259. "license": "MIT",
  6260. "dependencies": {
  6261. "chokidar": "^4.0.3",
  6262. "debug": "^4.4.3",
  6263. "local-pkg": "^1.1.2",
  6264. "magic-string": "^0.30.19",
  6265. "mlly": "^1.8.0",
  6266. "tinyglobby": "^0.2.15",
  6267. "unplugin": "^2.3.10",
  6268. "unplugin-utils": "^0.3.1"
  6269. },
  6270. "engines": {
  6271. "node": ">=14"
  6272. },
  6273. "funding": {
  6274. "url": "https://github.com/sponsors/antfu"
  6275. },
  6276. "peerDependencies": {
  6277. "@babel/parser": "^7.15.8",
  6278. "@nuxt/kit": "^3.2.2 || ^4.0.0",
  6279. "vue": "2 || 3"
  6280. },
  6281. "peerDependenciesMeta": {
  6282. "@babel/parser": {
  6283. "optional": true
  6284. },
  6285. "@nuxt/kit": {
  6286. "optional": true
  6287. }
  6288. }
  6289. },
  6290. "node_modules/unplugin/node_modules/picomatch": {
  6291. "version": "4.0.3",
  6292. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
  6293. "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
  6294. "license": "MIT",
  6295. "engines": {
  6296. "node": ">=12"
  6297. },
  6298. "funding": {
  6299. "url": "https://github.com/sponsors/jonschlinkert"
  6300. }
  6301. },
  6302. "node_modules/uri-js": {
  6303. "version": "4.4.1",
  6304. "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
  6305. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  6306. "dependencies": {
  6307. "punycode": "^2.1.0"
  6308. }
  6309. },
  6310. "node_modules/util-deprecate": {
  6311. "version": "1.0.2",
  6312. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  6313. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  6314. "dev": true,
  6315. "license": "MIT"
  6316. },
  6317. "node_modules/version-guard": {
  6318. "version": "1.1.3",
  6319. "resolved": "https://registry.npmjs.org/version-guard/-/version-guard-1.1.3.tgz",
  6320. "integrity": "sha512-JwPr6erhX53EWH/HCSzfy1tTFrtPXUe927wdM1jqBBeYp1OM+qPHjWbsvv6pIBduqdgxxS+ScfG7S28pzyr2DQ==",
  6321. "license": "0BSD",
  6322. "engines": {
  6323. "node": ">=0.10.48"
  6324. }
  6325. },
  6326. "node_modules/vite": {
  6327. "version": "7.2.6",
  6328. "resolved": "https://registry.npmjs.org/vite/-/vite-7.2.6.tgz",
  6329. "integrity": "sha512-tI2l/nFHC5rLh7+5+o7QjKjSR04ivXDF4jcgV0f/bTQ+OJiITy5S6gaynVsEM+7RqzufMnVbIon6Sr5x1SDYaQ==",
  6330. "license": "MIT",
  6331. "peer": true,
  6332. "dependencies": {
  6333. "esbuild": "^0.25.0",
  6334. "fdir": "^6.5.0",
  6335. "picomatch": "^4.0.3",
  6336. "postcss": "^8.5.6",
  6337. "rollup": "^4.43.0",
  6338. "tinyglobby": "^0.2.15"
  6339. },
  6340. "bin": {
  6341. "vite": "bin/vite.js"
  6342. },
  6343. "engines": {
  6344. "node": "^20.19.0 || >=22.12.0"
  6345. },
  6346. "funding": {
  6347. "url": "https://github.com/vitejs/vite?sponsor=1"
  6348. },
  6349. "optionalDependencies": {
  6350. "fsevents": "~2.3.3"
  6351. },
  6352. "peerDependencies": {
  6353. "@types/node": "^20.19.0 || >=22.12.0",
  6354. "jiti": ">=1.21.0",
  6355. "less": "^4.0.0",
  6356. "lightningcss": "^1.21.0",
  6357. "sass": "^1.70.0",
  6358. "sass-embedded": "^1.70.0",
  6359. "stylus": ">=0.54.8",
  6360. "sugarss": "^5.0.0",
  6361. "terser": "^5.16.0",
  6362. "tsx": "^4.8.1",
  6363. "yaml": "^2.4.2"
  6364. },
  6365. "peerDependenciesMeta": {
  6366. "@types/node": {
  6367. "optional": true
  6368. },
  6369. "jiti": {
  6370. "optional": true
  6371. },
  6372. "less": {
  6373. "optional": true
  6374. },
  6375. "lightningcss": {
  6376. "optional": true
  6377. },
  6378. "sass": {
  6379. "optional": true
  6380. },
  6381. "sass-embedded": {
  6382. "optional": true
  6383. },
  6384. "stylus": {
  6385. "optional": true
  6386. },
  6387. "sugarss": {
  6388. "optional": true
  6389. },
  6390. "terser": {
  6391. "optional": true
  6392. },
  6393. "tsx": {
  6394. "optional": true
  6395. },
  6396. "yaml": {
  6397. "optional": true
  6398. }
  6399. }
  6400. },
  6401. "node_modules/vite/node_modules/fdir": {
  6402. "version": "6.5.0",
  6403. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  6404. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  6405. "license": "MIT",
  6406. "engines": {
  6407. "node": ">=12.0.0"
  6408. },
  6409. "peerDependencies": {
  6410. "picomatch": "^3 || ^4"
  6411. },
  6412. "peerDependenciesMeta": {
  6413. "picomatch": {
  6414. "optional": true
  6415. }
  6416. }
  6417. },
  6418. "node_modules/vite/node_modules/picomatch": {
  6419. "version": "4.0.3",
  6420. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
  6421. "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
  6422. "license": "MIT",
  6423. "peer": true,
  6424. "engines": {
  6425. "node": ">=12"
  6426. },
  6427. "funding": {
  6428. "url": "https://github.com/sponsors/jonschlinkert"
  6429. }
  6430. },
  6431. "node_modules/vue": {
  6432. "version": "3.5.24",
  6433. "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.24.tgz",
  6434. "integrity": "sha512-uTHDOpVQTMjcGgrqFPSb8iO2m1DUvo+WbGqoXQz8Y1CeBYQ0FXf2z1gLRaBtHjlRz7zZUBHxjVB5VTLzYkvftg==",
  6435. "license": "MIT",
  6436. "peer": true,
  6437. "dependencies": {
  6438. "@vue/compiler-dom": "3.5.24",
  6439. "@vue/compiler-sfc": "3.5.24",
  6440. "@vue/runtime-dom": "3.5.24",
  6441. "@vue/server-renderer": "3.5.24",
  6442. "@vue/shared": "3.5.24"
  6443. },
  6444. "peerDependencies": {
  6445. "typescript": "*"
  6446. },
  6447. "peerDependenciesMeta": {
  6448. "typescript": {
  6449. "optional": true
  6450. }
  6451. }
  6452. },
  6453. "node_modules/vue-i18n": {
  6454. "version": "11.2.2",
  6455. "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-11.2.2.tgz",
  6456. "integrity": "sha512-ULIKZyRluUPRCZmihVgUvpq8hJTtOqnbGZuv4Lz+byEKZq4mU0g92og414l6f/4ju+L5mORsiUuEPYrAuX2NJg==",
  6457. "license": "MIT",
  6458. "dependencies": {
  6459. "@intlify/core-base": "11.2.2",
  6460. "@intlify/shared": "11.2.2",
  6461. "@vue/devtools-api": "^6.5.0"
  6462. },
  6463. "engines": {
  6464. "node": ">= 16"
  6465. },
  6466. "funding": {
  6467. "url": "https://github.com/sponsors/kazupon"
  6468. },
  6469. "peerDependencies": {
  6470. "vue": "^3.0.0"
  6471. }
  6472. },
  6473. "node_modules/vue-router": {
  6474. "version": "4.6.3",
  6475. "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.6.3.tgz",
  6476. "integrity": "sha512-ARBedLm9YlbvQomnmq91Os7ck6efydTSpRP3nuOKCvgJOHNrhRoJDSKtee8kcL1Vf7nz6U+PMBL+hTvR3bTVQg==",
  6477. "license": "MIT",
  6478. "dependencies": {
  6479. "@vue/devtools-api": "^6.6.4"
  6480. },
  6481. "funding": {
  6482. "url": "https://github.com/sponsors/posva"
  6483. },
  6484. "peerDependencies": {
  6485. "vue": "^3.5.0"
  6486. }
  6487. },
  6488. "node_modules/webpack-virtual-modules": {
  6489. "version": "0.6.2",
  6490. "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  6491. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
  6492. "license": "MIT"
  6493. },
  6494. "node_modules/which": {
  6495. "version": "2.0.2",
  6496. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  6497. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  6498. "license": "ISC",
  6499. "dependencies": {
  6500. "isexe": "^2.0.0"
  6501. },
  6502. "bin": {
  6503. "node-which": "bin/node-which"
  6504. },
  6505. "engines": {
  6506. "node": ">= 8"
  6507. }
  6508. },
  6509. "node_modules/which-boxed-primitive": {
  6510. "version": "1.1.1",
  6511. "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz",
  6512. "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==",
  6513. "license": "MIT",
  6514. "dependencies": {
  6515. "is-bigint": "^1.1.0",
  6516. "is-boolean-object": "^1.2.1",
  6517. "is-number-object": "^1.1.1",
  6518. "is-string": "^1.1.1",
  6519. "is-symbol": "^1.1.1"
  6520. },
  6521. "engines": {
  6522. "node": ">= 0.4"
  6523. },
  6524. "funding": {
  6525. "url": "https://github.com/sponsors/ljharb"
  6526. }
  6527. },
  6528. "node_modules/which-builtin-type": {
  6529. "version": "1.2.1",
  6530. "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz",
  6531. "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==",
  6532. "license": "MIT",
  6533. "dependencies": {
  6534. "call-bound": "^1.0.2",
  6535. "function.prototype.name": "^1.1.6",
  6536. "has-tostringtag": "^1.0.2",
  6537. "is-async-function": "^2.0.0",
  6538. "is-date-object": "^1.1.0",
  6539. "is-finalizationregistry": "^1.1.0",
  6540. "is-generator-function": "^1.0.10",
  6541. "is-regex": "^1.2.1",
  6542. "is-weakref": "^1.0.2",
  6543. "isarray": "^2.0.5",
  6544. "which-boxed-primitive": "^1.1.0",
  6545. "which-collection": "^1.0.2",
  6546. "which-typed-array": "^1.1.16"
  6547. },
  6548. "engines": {
  6549. "node": ">= 0.4"
  6550. },
  6551. "funding": {
  6552. "url": "https://github.com/sponsors/ljharb"
  6553. }
  6554. },
  6555. "node_modules/which-collection": {
  6556. "version": "1.0.2",
  6557. "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz",
  6558. "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==",
  6559. "license": "MIT",
  6560. "dependencies": {
  6561. "is-map": "^2.0.3",
  6562. "is-set": "^2.0.3",
  6563. "is-weakmap": "^2.0.2",
  6564. "is-weakset": "^2.0.3"
  6565. },
  6566. "engines": {
  6567. "node": ">= 0.4"
  6568. },
  6569. "funding": {
  6570. "url": "https://github.com/sponsors/ljharb"
  6571. }
  6572. },
  6573. "node_modules/which-typed-array": {
  6574. "version": "1.1.19",
  6575. "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.19.tgz",
  6576. "integrity": "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==",
  6577. "license": "MIT",
  6578. "dependencies": {
  6579. "available-typed-arrays": "^1.0.7",
  6580. "call-bind": "^1.0.8",
  6581. "call-bound": "^1.0.4",
  6582. "for-each": "^0.3.5",
  6583. "get-proto": "^1.0.1",
  6584. "gopd": "^1.2.0",
  6585. "has-tostringtag": "^1.0.2"
  6586. },
  6587. "engines": {
  6588. "node": ">= 0.4"
  6589. },
  6590. "funding": {
  6591. "url": "https://github.com/sponsors/ljharb"
  6592. }
  6593. },
  6594. "node_modules/word-wrap": {
  6595. "version": "1.2.5",
  6596. "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
  6597. "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
  6598. "license": "MIT",
  6599. "engines": {
  6600. "node": ">=0.10.0"
  6601. }
  6602. },
  6603. "node_modules/wrappy": {
  6604. "version": "1.0.2",
  6605. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  6606. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
  6607. "license": "ISC"
  6608. },
  6609. "node_modules/write-file-atomic": {
  6610. "version": "5.0.1",
  6611. "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz",
  6612. "integrity": "sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==",
  6613. "dev": true,
  6614. "dependencies": {
  6615. "imurmurhash": "^0.1.4",
  6616. "signal-exit": "^4.0.1"
  6617. },
  6618. "engines": {
  6619. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  6620. }
  6621. },
  6622. "node_modules/xdg-basedir": {
  6623. "version": "4.0.0",
  6624. "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz",
  6625. "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==",
  6626. "license": "MIT",
  6627. "engines": {
  6628. "node": ">=8"
  6629. }
  6630. },
  6631. "node_modules/yocto-queue": {
  6632. "version": "0.1.0",
  6633. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  6634. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  6635. "license": "MIT",
  6636. "engines": {
  6637. "node": ">=10"
  6638. },
  6639. "funding": {
  6640. "url": "https://github.com/sponsors/sindresorhus"
  6641. }
  6642. }
  6643. }
  6644. }