package-lock.json 285 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919492049214922492349244925492649274928492949304931493249334934493549364937493849394940494149424943494449454946494749484949495049514952495349544955495649574958495949604961496249634964496549664967496849694970497149724973497449754976497749784979498049814982498349844985498649874988498949904991499249934994499549964997499849995000500150025003500450055006500750085009501050115012501350145015501650175018501950205021502250235024502550265027502850295030503150325033503450355036503750385039504050415042504350445045504650475048504950505051505250535054505550565057505850595060506150625063506450655066506750685069507050715072507350745075507650775078507950805081508250835084508550865087508850895090509150925093509450955096509750985099510051015102510351045105510651075108510951105111511251135114511551165117511851195120512151225123512451255126512751285129513051315132513351345135513651375138513951405141514251435144514551465147514851495150515151525153515451555156515751585159516051615162516351645165516651675168516951705171517251735174517551765177517851795180518151825183518451855186518751885189519051915192519351945195519651975198519952005201520252035204520552065207520852095210521152125213521452155216521752185219522052215222522352245225522652275228522952305231523252335234523552365237523852395240524152425243524452455246524752485249525052515252525352545255525652575258525952605261526252635264526552665267526852695270527152725273527452755276527752785279528052815282528352845285528652875288528952905291529252935294529552965297529852995300530153025303530453055306530753085309531053115312531353145315531653175318531953205321532253235324532553265327532853295330533153325333533453355336533753385339534053415342534353445345534653475348534953505351535253535354535553565357535853595360536153625363536453655366536753685369537053715372537353745375537653775378537953805381538253835384538553865387538853895390539153925393539453955396539753985399540054015402540354045405540654075408540954105411541254135414541554165417541854195420542154225423542454255426542754285429543054315432543354345435543654375438543954405441544254435444544554465447544854495450545154525453545454555456545754585459546054615462546354645465546654675468546954705471547254735474547554765477547854795480548154825483548454855486548754885489549054915492549354945495549654975498549955005501550255035504550555065507550855095510551155125513551455155516551755185519552055215522552355245525552655275528552955305531553255335534553555365537553855395540554155425543554455455546554755485549555055515552555355545555555655575558555955605561556255635564556555665567556855695570557155725573557455755576557755785579558055815582558355845585558655875588558955905591559255935594559555965597559855995600560156025603560456055606560756085609561056115612561356145615561656175618561956205621562256235624562556265627562856295630563156325633563456355636563756385639564056415642564356445645564656475648564956505651565256535654565556565657565856595660566156625663566456655666566756685669567056715672567356745675567656775678567956805681568256835684568556865687568856895690569156925693569456955696569756985699570057015702570357045705570657075708570957105711571257135714571557165717571857195720572157225723572457255726572757285729573057315732573357345735573657375738573957405741574257435744574557465747574857495750575157525753575457555756575757585759576057615762576357645765576657675768576957705771577257735774577557765777577857795780578157825783578457855786578757885789579057915792579357945795579657975798579958005801580258035804580558065807580858095810581158125813581458155816581758185819582058215822582358245825582658275828582958305831583258335834583558365837583858395840584158425843584458455846584758485849585058515852585358545855585658575858585958605861586258635864586558665867586858695870587158725873587458755876587758785879588058815882588358845885588658875888588958905891589258935894589558965897589858995900590159025903590459055906590759085909591059115912591359145915591659175918591959205921592259235924592559265927592859295930593159325933593459355936593759385939594059415942594359445945594659475948594959505951595259535954595559565957595859595960596159625963596459655966596759685969597059715972597359745975597659775978597959805981598259835984598559865987598859895990599159925993599459955996599759985999600060016002600360046005600660076008600960106011601260136014601560166017601860196020602160226023602460256026602760286029603060316032603360346035603660376038603960406041604260436044604560466047604860496050605160526053605460556056605760586059606060616062606360646065606660676068606960706071607260736074607560766077607860796080608160826083608460856086608760886089609060916092609360946095609660976098609961006101610261036104610561066107610861096110611161126113611461156116611761186119612061216122612361246125612661276128612961306131613261336134613561366137613861396140614161426143614461456146614761486149615061516152615361546155615661576158615961606161616261636164616561666167616861696170617161726173617461756176617761786179618061816182618361846185618661876188618961906191619261936194619561966197619861996200620162026203620462056206620762086209621062116212621362146215621662176218621962206221622262236224622562266227622862296230623162326233623462356236623762386239624062416242624362446245624662476248624962506251625262536254625562566257625862596260626162626263626462656266626762686269627062716272627362746275627662776278627962806281628262836284628562866287628862896290629162926293629462956296629762986299630063016302630363046305630663076308630963106311631263136314631563166317631863196320632163226323632463256326632763286329633063316332633363346335633663376338633963406341634263436344634563466347634863496350635163526353635463556356635763586359636063616362636363646365636663676368636963706371637263736374637563766377637863796380638163826383638463856386638763886389639063916392639363946395639663976398639964006401640264036404640564066407640864096410641164126413641464156416641764186419642064216422642364246425642664276428642964306431643264336434643564366437643864396440644164426443644464456446644764486449645064516452645364546455645664576458645964606461646264636464646564666467646864696470647164726473647464756476647764786479648064816482648364846485648664876488648964906491649264936494649564966497649864996500650165026503650465056506650765086509651065116512651365146515651665176518651965206521652265236524652565266527652865296530653165326533653465356536653765386539654065416542654365446545654665476548654965506551655265536554655565566557655865596560656165626563656465656566656765686569657065716572657365746575657665776578657965806581658265836584658565866587658865896590659165926593659465956596659765986599660066016602660366046605660666076608660966106611661266136614661566166617661866196620662166226623662466256626662766286629663066316632663366346635663666376638663966406641664266436644664566466647664866496650665166526653665466556656665766586659666066616662666366646665666666676668666966706671667266736674667566766677667866796680668166826683668466856686668766886689669066916692669366946695669666976698669967006701670267036704670567066707670867096710671167126713671467156716671767186719672067216722672367246725672667276728672967306731673267336734673567366737673867396740674167426743674467456746674767486749675067516752675367546755675667576758675967606761676267636764676567666767676867696770677167726773677467756776677767786779678067816782678367846785678667876788678967906791679267936794679567966797679867996800680168026803680468056806680768086809681068116812681368146815681668176818681968206821682268236824682568266827682868296830683168326833683468356836683768386839684068416842684368446845684668476848684968506851685268536854685568566857685868596860686168626863686468656866686768686869687068716872687368746875687668776878687968806881688268836884688568866887688868896890689168926893689468956896689768986899690069016902690369046905690669076908690969106911691269136914691569166917691869196920692169226923692469256926692769286929693069316932693369346935693669376938693969406941694269436944694569466947694869496950695169526953695469556956695769586959696069616962696369646965696669676968696969706971697269736974697569766977697869796980698169826983698469856986698769886989699069916992699369946995699669976998699970007001700270037004700570067007700870097010701170127013701470157016701770187019702070217022702370247025702670277028702970307031703270337034703570367037703870397040704170427043704470457046704770487049705070517052705370547055705670577058705970607061706270637064706570667067706870697070707170727073707470757076707770787079708070817082708370847085708670877088708970907091709270937094709570967097709870997100710171027103710471057106710771087109711071117112711371147115711671177118711971207121712271237124712571267127712871297130713171327133713471357136713771387139714071417142714371447145714671477148714971507151715271537154715571567157715871597160716171627163716471657166716771687169717071717172717371747175717671777178717971807181718271837184718571867187718871897190719171927193719471957196719771987199720072017202720372047205720672077208720972107211721272137214721572167217721872197220722172227223722472257226722772287229723072317232723372347235723672377238723972407241724272437244724572467247724872497250725172527253725472557256725772587259726072617262726372647265726672677268726972707271727272737274727572767277727872797280728172827283728472857286728772887289729072917292729372947295729672977298729973007301730273037304730573067307730873097310731173127313731473157316731773187319732073217322732373247325732673277328732973307331733273337334733573367337733873397340734173427343734473457346734773487349735073517352735373547355735673577358735973607361736273637364736573667367736873697370737173727373737473757376737773787379738073817382738373847385738673877388738973907391739273937394739573967397739873997400740174027403740474057406740774087409741074117412741374147415741674177418741974207421742274237424742574267427742874297430743174327433743474357436743774387439744074417442744374447445744674477448744974507451745274537454745574567457745874597460746174627463746474657466746774687469747074717472747374747475747674777478747974807481748274837484748574867487748874897490749174927493749474957496749774987499750075017502750375047505750675077508750975107511751275137514751575167517751875197520752175227523752475257526752775287529753075317532753375347535753675377538753975407541754275437544754575467547754875497550755175527553755475557556755775587559756075617562756375647565756675677568756975707571757275737574757575767577757875797580758175827583758475857586758775887589759075917592759375947595759675977598759976007601760276037604760576067607760876097610761176127613761476157616761776187619762076217622762376247625762676277628762976307631763276337634763576367637763876397640764176427643764476457646764776487649765076517652765376547655765676577658765976607661766276637664766576667667766876697670767176727673767476757676767776787679768076817682768376847685768676877688768976907691769276937694769576967697769876997700770177027703770477057706770777087709771077117712771377147715771677177718771977207721772277237724772577267727772877297730773177327733773477357736773777387739774077417742774377447745774677477748774977507751775277537754775577567757775877597760776177627763776477657766776777687769777077717772777377747775777677777778777977807781778277837784778577867787778877897790779177927793779477957796779777987799780078017802780378047805780678077808780978107811781278137814781578167817781878197820782178227823782478257826782778287829783078317832783378347835783678377838783978407841784278437844784578467847784878497850785178527853785478557856785778587859786078617862786378647865786678677868786978707871787278737874787578767877787878797880
  1. {
  2. "name": "vite-project",
  3. "version": "0.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "vite-project",
  9. "version": "0.0.0",
  10. "dependencies": {
  11. "@element-plus/icons-vue": "^2.3.1",
  12. "@elevenlabs/cli": "^0.3.3",
  13. "@microsoft/fetch-event-source": "^2.0.1",
  14. "@vitejs/plugin-legacy": "^7.0.1",
  15. "@vue-office/docx": "^1.6.3",
  16. "@vue-office/excel": "^1.7.14",
  17. "@vue-office/pptx": "^1.0.1",
  18. "axios": "^1.10.0",
  19. "crypto-js": "^4.2.0",
  20. "dayjs": "^1.11.19",
  21. "element-plus": "^2.10.2",
  22. "highlight.js": "^11.11.1",
  23. "hls.js": "^1.6.7",
  24. "js-cookie": "^3.0.5",
  25. "jsencrypt": "^3.3.2",
  26. "markdown-it": "^14.1.0",
  27. "router": "^2.2.0",
  28. "video.js": "^7.21.5",
  29. "vue": "^3.5.17",
  30. "vue-demi": "^0.14.10",
  31. "vue-router": "^4.5.1",
  32. "vue-video-play": "^7.0.4",
  33. "vue-video-player": "^6.0.0",
  34. "vue3-video-play": "^1.3.1-beta.6",
  35. "vuex": "^4.0.2",
  36. "web-storage-cache": "^1.1.1"
  37. },
  38. "devDependencies": {
  39. "@types/markdown-it": "^14.1.2",
  40. "@types/node": "^24.0.10",
  41. "@vitejs/plugin-vue": "^6.0.0",
  42. "blockly": "^12.3.1",
  43. "eslint": "^9.32.0",
  44. "eslint-plugin-vue": "^10.3.0",
  45. "path": "^0.12.7",
  46. "sass": "^1.89.2",
  47. "vite": "^7.0.0"
  48. }
  49. },
  50. "node_modules/@alcalzone/ansi-tokenize": {
  51. "version": "0.2.3",
  52. "resolved": "https://registry.npmjs.org/@alcalzone/ansi-tokenize/-/ansi-tokenize-0.2.3.tgz",
  53. "integrity": "sha512-jsElTJ0sQ4wHRz+C45tfect76BwbTbgkgKByOzpCN9xG61N5V6u/glvg1CsNJhq2xJIFpKHSwG3D2wPPuEYOrQ==",
  54. "license": "MIT",
  55. "dependencies": {
  56. "ansi-styles": "^6.2.1",
  57. "is-fullwidth-code-point": "^5.0.0"
  58. },
  59. "engines": {
  60. "node": ">=18"
  61. }
  62. },
  63. "node_modules/@alcalzone/ansi-tokenize/node_modules/ansi-styles": {
  64. "version": "6.2.3",
  65. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
  66. "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
  67. "license": "MIT",
  68. "engines": {
  69. "node": ">=12"
  70. },
  71. "funding": {
  72. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  73. }
  74. },
  75. "node_modules/@ampproject/remapping": {
  76. "version": "2.3.0",
  77. "resolved": "https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.3.0.tgz",
  78. "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
  79. "license": "Apache-2.0",
  80. "dependencies": {
  81. "@jridgewell/gen-mapping": "^0.3.5",
  82. "@jridgewell/trace-mapping": "^0.3.24"
  83. },
  84. "engines": {
  85. "node": ">=6.0.0"
  86. }
  87. },
  88. "node_modules/@asamuzakjp/css-color": {
  89. "version": "3.2.0",
  90. "resolved": "https://registry.npmjs.org/@asamuzakjp/css-color/-/css-color-3.2.0.tgz",
  91. "integrity": "sha512-K1A6z8tS3XsmCMM86xoWdn7Fkdn9m6RSVtocUrJYIwZnFVkng/PvkEoWtOWmP+Scc6saYWHWZYbndEEXxl24jw==",
  92. "dev": true,
  93. "license": "MIT",
  94. "dependencies": {
  95. "@csstools/css-calc": "^2.1.3",
  96. "@csstools/css-color-parser": "^3.0.9",
  97. "@csstools/css-parser-algorithms": "^3.0.4",
  98. "@csstools/css-tokenizer": "^3.0.3",
  99. "lru-cache": "^10.4.3"
  100. }
  101. },
  102. "node_modules/@asamuzakjp/css-color/node_modules/lru-cache": {
  103. "version": "10.4.3",
  104. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
  105. "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
  106. "dev": true,
  107. "license": "ISC"
  108. },
  109. "node_modules/@babel/code-frame": {
  110. "version": "7.27.1",
  111. "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.27.1.tgz",
  112. "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
  113. "license": "MIT",
  114. "dependencies": {
  115. "@babel/helper-validator-identifier": "^7.27.1",
  116. "js-tokens": "^4.0.0",
  117. "picocolors": "^1.1.1"
  118. },
  119. "engines": {
  120. "node": ">=6.9.0"
  121. }
  122. },
  123. "node_modules/@babel/compat-data": {
  124. "version": "7.28.0",
  125. "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.28.0.tgz",
  126. "integrity": "sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==",
  127. "license": "MIT",
  128. "engines": {
  129. "node": ">=6.9.0"
  130. }
  131. },
  132. "node_modules/@babel/core": {
  133. "version": "7.28.0",
  134. "resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.28.0.tgz",
  135. "integrity": "sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==",
  136. "license": "MIT",
  137. "dependencies": {
  138. "@ampproject/remapping": "^2.2.0",
  139. "@babel/code-frame": "^7.27.1",
  140. "@babel/generator": "^7.28.0",
  141. "@babel/helper-compilation-targets": "^7.27.2",
  142. "@babel/helper-module-transforms": "^7.27.3",
  143. "@babel/helpers": "^7.27.6",
  144. "@babel/parser": "^7.28.0",
  145. "@babel/template": "^7.27.2",
  146. "@babel/traverse": "^7.28.0",
  147. "@babel/types": "^7.28.0",
  148. "convert-source-map": "^2.0.0",
  149. "debug": "^4.1.0",
  150. "gensync": "^1.0.0-beta.2",
  151. "json5": "^2.2.3",
  152. "semver": "^6.3.1"
  153. },
  154. "engines": {
  155. "node": ">=6.9.0"
  156. },
  157. "funding": {
  158. "type": "opencollective",
  159. "url": "https://opencollective.com/babel"
  160. }
  161. },
  162. "node_modules/@babel/generator": {
  163. "version": "7.28.0",
  164. "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.28.0.tgz",
  165. "integrity": "sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==",
  166. "license": "MIT",
  167. "dependencies": {
  168. "@babel/parser": "^7.28.0",
  169. "@babel/types": "^7.28.0",
  170. "@jridgewell/gen-mapping": "^0.3.12",
  171. "@jridgewell/trace-mapping": "^0.3.28",
  172. "jsesc": "^3.0.2"
  173. },
  174. "engines": {
  175. "node": ">=6.9.0"
  176. }
  177. },
  178. "node_modules/@babel/helper-annotate-as-pure": {
  179. "version": "7.27.3",
  180. "resolved": "https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz",
  181. "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==",
  182. "license": "MIT",
  183. "dependencies": {
  184. "@babel/types": "^7.27.3"
  185. },
  186. "engines": {
  187. "node": ">=6.9.0"
  188. }
  189. },
  190. "node_modules/@babel/helper-compilation-targets": {
  191. "version": "7.27.2",
  192. "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
  193. "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
  194. "license": "MIT",
  195. "dependencies": {
  196. "@babel/compat-data": "^7.27.2",
  197. "@babel/helper-validator-option": "^7.27.1",
  198. "browserslist": "^4.24.0",
  199. "lru-cache": "^5.1.1",
  200. "semver": "^6.3.1"
  201. },
  202. "engines": {
  203. "node": ">=6.9.0"
  204. }
  205. },
  206. "node_modules/@babel/helper-create-class-features-plugin": {
  207. "version": "7.27.1",
  208. "resolved": "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.1.tgz",
  209. "integrity": "sha512-QwGAmuvM17btKU5VqXfb+Giw4JcN0hjuufz3DYnpeVDvZLAObloM77bhMXiqry3Iio+Ai4phVRDwl6WU10+r5A==",
  210. "license": "MIT",
  211. "dependencies": {
  212. "@babel/helper-annotate-as-pure": "^7.27.1",
  213. "@babel/helper-member-expression-to-functions": "^7.27.1",
  214. "@babel/helper-optimise-call-expression": "^7.27.1",
  215. "@babel/helper-replace-supers": "^7.27.1",
  216. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  217. "@babel/traverse": "^7.27.1",
  218. "semver": "^6.3.1"
  219. },
  220. "engines": {
  221. "node": ">=6.9.0"
  222. },
  223. "peerDependencies": {
  224. "@babel/core": "^7.0.0"
  225. }
  226. },
  227. "node_modules/@babel/helper-create-regexp-features-plugin": {
  228. "version": "7.27.1",
  229. "resolved": "https://registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.27.1.tgz",
  230. "integrity": "sha512-uVDC72XVf8UbrH5qQTc18Agb8emwjTiZrQE11Nv3CuBEZmVvTwwE9CBUEvHku06gQCAyYf8Nv6ja1IN+6LMbxQ==",
  231. "license": "MIT",
  232. "dependencies": {
  233. "@babel/helper-annotate-as-pure": "^7.27.1",
  234. "regexpu-core": "^6.2.0",
  235. "semver": "^6.3.1"
  236. },
  237. "engines": {
  238. "node": ">=6.9.0"
  239. },
  240. "peerDependencies": {
  241. "@babel/core": "^7.0.0"
  242. }
  243. },
  244. "node_modules/@babel/helper-define-polyfill-provider": {
  245. "version": "0.6.5",
  246. "resolved": "https://registry.npmmirror.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.5.tgz",
  247. "integrity": "sha512-uJnGFcPsWQK8fvjgGP5LZUZZsYGIoPeRjSF5PGwrelYgq7Q15/Ft9NGFp1zglwgIv//W0uG4BevRuSJRyylZPg==",
  248. "license": "MIT",
  249. "dependencies": {
  250. "@babel/helper-compilation-targets": "^7.27.2",
  251. "@babel/helper-plugin-utils": "^7.27.1",
  252. "debug": "^4.4.1",
  253. "lodash.debounce": "^4.0.8",
  254. "resolve": "^1.22.10"
  255. },
  256. "peerDependencies": {
  257. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  258. }
  259. },
  260. "node_modules/@babel/helper-globals": {
  261. "version": "7.28.0",
  262. "resolved": "https://registry.npmmirror.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
  263. "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
  264. "license": "MIT",
  265. "engines": {
  266. "node": ">=6.9.0"
  267. }
  268. },
  269. "node_modules/@babel/helper-member-expression-to-functions": {
  270. "version": "7.27.1",
  271. "resolved": "https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz",
  272. "integrity": "sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==",
  273. "license": "MIT",
  274. "dependencies": {
  275. "@babel/traverse": "^7.27.1",
  276. "@babel/types": "^7.27.1"
  277. },
  278. "engines": {
  279. "node": ">=6.9.0"
  280. }
  281. },
  282. "node_modules/@babel/helper-module-imports": {
  283. "version": "7.27.1",
  284. "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
  285. "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
  286. "license": "MIT",
  287. "dependencies": {
  288. "@babel/traverse": "^7.27.1",
  289. "@babel/types": "^7.27.1"
  290. },
  291. "engines": {
  292. "node": ">=6.9.0"
  293. }
  294. },
  295. "node_modules/@babel/helper-module-transforms": {
  296. "version": "7.27.3",
  297. "resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz",
  298. "integrity": "sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==",
  299. "license": "MIT",
  300. "dependencies": {
  301. "@babel/helper-module-imports": "^7.27.1",
  302. "@babel/helper-validator-identifier": "^7.27.1",
  303. "@babel/traverse": "^7.27.3"
  304. },
  305. "engines": {
  306. "node": ">=6.9.0"
  307. },
  308. "peerDependencies": {
  309. "@babel/core": "^7.0.0"
  310. }
  311. },
  312. "node_modules/@babel/helper-optimise-call-expression": {
  313. "version": "7.27.1",
  314. "resolved": "https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz",
  315. "integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==",
  316. "license": "MIT",
  317. "dependencies": {
  318. "@babel/types": "^7.27.1"
  319. },
  320. "engines": {
  321. "node": ">=6.9.0"
  322. }
  323. },
  324. "node_modules/@babel/helper-plugin-utils": {
  325. "version": "7.27.1",
  326. "resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
  327. "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
  328. "license": "MIT",
  329. "engines": {
  330. "node": ">=6.9.0"
  331. }
  332. },
  333. "node_modules/@babel/helper-remap-async-to-generator": {
  334. "version": "7.27.1",
  335. "resolved": "https://registry.npmmirror.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz",
  336. "integrity": "sha512-7fiA521aVw8lSPeI4ZOD3vRFkoqkJcS+z4hFo82bFSH/2tNd6eJ5qCVMS5OzDmZh/kaHQeBaeyxK6wljcPtveA==",
  337. "license": "MIT",
  338. "dependencies": {
  339. "@babel/helper-annotate-as-pure": "^7.27.1",
  340. "@babel/helper-wrap-function": "^7.27.1",
  341. "@babel/traverse": "^7.27.1"
  342. },
  343. "engines": {
  344. "node": ">=6.9.0"
  345. },
  346. "peerDependencies": {
  347. "@babel/core": "^7.0.0"
  348. }
  349. },
  350. "node_modules/@babel/helper-replace-supers": {
  351. "version": "7.27.1",
  352. "resolved": "https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz",
  353. "integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==",
  354. "license": "MIT",
  355. "dependencies": {
  356. "@babel/helper-member-expression-to-functions": "^7.27.1",
  357. "@babel/helper-optimise-call-expression": "^7.27.1",
  358. "@babel/traverse": "^7.27.1"
  359. },
  360. "engines": {
  361. "node": ">=6.9.0"
  362. },
  363. "peerDependencies": {
  364. "@babel/core": "^7.0.0"
  365. }
  366. },
  367. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  368. "version": "7.27.1",
  369. "resolved": "https://registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz",
  370. "integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==",
  371. "license": "MIT",
  372. "dependencies": {
  373. "@babel/traverse": "^7.27.1",
  374. "@babel/types": "^7.27.1"
  375. },
  376. "engines": {
  377. "node": ">=6.9.0"
  378. }
  379. },
  380. "node_modules/@babel/helper-string-parser": {
  381. "version": "7.27.1",
  382. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  383. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  384. "license": "MIT",
  385. "engines": {
  386. "node": ">=6.9.0"
  387. }
  388. },
  389. "node_modules/@babel/helper-validator-identifier": {
  390. "version": "7.27.1",
  391. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
  392. "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
  393. "license": "MIT",
  394. "engines": {
  395. "node": ">=6.9.0"
  396. }
  397. },
  398. "node_modules/@babel/helper-validator-option": {
  399. "version": "7.27.1",
  400. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
  401. "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
  402. "license": "MIT",
  403. "engines": {
  404. "node": ">=6.9.0"
  405. }
  406. },
  407. "node_modules/@babel/helper-wrap-function": {
  408. "version": "7.27.1",
  409. "resolved": "https://registry.npmmirror.com/@babel/helper-wrap-function/-/helper-wrap-function-7.27.1.tgz",
  410. "integrity": "sha512-NFJK2sHUvrjo8wAU/nQTWU890/zB2jj0qBcCbZbbf+005cAsv6tMjXz31fBign6M5ov1o0Bllu+9nbqkfsjjJQ==",
  411. "license": "MIT",
  412. "dependencies": {
  413. "@babel/template": "^7.27.1",
  414. "@babel/traverse": "^7.27.1",
  415. "@babel/types": "^7.27.1"
  416. },
  417. "engines": {
  418. "node": ">=6.9.0"
  419. }
  420. },
  421. "node_modules/@babel/helpers": {
  422. "version": "7.27.6",
  423. "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.27.6.tgz",
  424. "integrity": "sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==",
  425. "license": "MIT",
  426. "dependencies": {
  427. "@babel/template": "^7.27.2",
  428. "@babel/types": "^7.27.6"
  429. },
  430. "engines": {
  431. "node": ">=6.9.0"
  432. }
  433. },
  434. "node_modules/@babel/parser": {
  435. "version": "7.28.0",
  436. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.28.0.tgz",
  437. "integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==",
  438. "license": "MIT",
  439. "dependencies": {
  440. "@babel/types": "^7.28.0"
  441. },
  442. "bin": {
  443. "parser": "bin/babel-parser.js"
  444. },
  445. "engines": {
  446. "node": ">=6.0.0"
  447. }
  448. },
  449. "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
  450. "version": "7.27.1",
  451. "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz",
  452. "integrity": "sha512-QPG3C9cCVRQLxAVwmefEmwdTanECuUBMQZ/ym5kiw3XKCGA7qkuQLcjWWHcrD/GKbn/WmJwaezfuuAOcyKlRPA==",
  453. "license": "MIT",
  454. "dependencies": {
  455. "@babel/helper-plugin-utils": "^7.27.1",
  456. "@babel/traverse": "^7.27.1"
  457. },
  458. "engines": {
  459. "node": ">=6.9.0"
  460. },
  461. "peerDependencies": {
  462. "@babel/core": "^7.0.0"
  463. }
  464. },
  465. "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": {
  466. "version": "7.27.1",
  467. "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.27.1.tgz",
  468. "integrity": "sha512-qNeq3bCKnGgLkEXUuFry6dPlGfCdQNZbn7yUAPCInwAJHMU7THJfrBSozkcWq5sNM6RcF3S8XyQL2A52KNR9IA==",
  469. "license": "MIT",
  470. "dependencies": {
  471. "@babel/helper-plugin-utils": "^7.27.1"
  472. },
  473. "engines": {
  474. "node": ">=6.9.0"
  475. },
  476. "peerDependencies": {
  477. "@babel/core": "^7.0.0"
  478. }
  479. },
  480. "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
  481. "version": "7.27.1",
  482. "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.27.1.tgz",
  483. "integrity": "sha512-g4L7OYun04N1WyqMNjldFwlfPCLVkgB54A/YCXICZYBsvJJE3kByKv9c9+R/nAfmIfjl2rKYLNyMHboYbZaWaA==",
  484. "license": "MIT",
  485. "dependencies": {
  486. "@babel/helper-plugin-utils": "^7.27.1"
  487. },
  488. "engines": {
  489. "node": ">=6.9.0"
  490. },
  491. "peerDependencies": {
  492. "@babel/core": "^7.0.0"
  493. }
  494. },
  495. "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
  496. "version": "7.27.1",
  497. "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.27.1.tgz",
  498. "integrity": "sha512-oO02gcONcD5O1iTLi/6frMJBIwWEHceWGSGqrpCmEL8nogiS6J9PBlE48CaK20/Jx1LuRml9aDftLgdjXT8+Cw==",
  499. "license": "MIT",
  500. "dependencies": {
  501. "@babel/helper-plugin-utils": "^7.27.1",
  502. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  503. "@babel/plugin-transform-optional-chaining": "^7.27.1"
  504. },
  505. "engines": {
  506. "node": ">=6.9.0"
  507. },
  508. "peerDependencies": {
  509. "@babel/core": "^7.13.0"
  510. }
  511. },
  512. "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
  513. "version": "7.27.1",
  514. "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.27.1.tgz",
  515. "integrity": "sha512-6BpaYGDavZqkI6yT+KSPdpZFfpnd68UKXbcjI9pJ13pvHhPrCKWOOLp+ysvMeA+DxnhuPpgIaRpxRxo5A9t5jw==",
  516. "license": "MIT",
  517. "dependencies": {
  518. "@babel/helper-plugin-utils": "^7.27.1",
  519. "@babel/traverse": "^7.27.1"
  520. },
  521. "engines": {
  522. "node": ">=6.9.0"
  523. },
  524. "peerDependencies": {
  525. "@babel/core": "^7.0.0"
  526. }
  527. },
  528. "node_modules/@babel/plugin-proposal-private-property-in-object": {
  529. "version": "7.21.0-placeholder-for-preset-env.2",
  530. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz",
  531. "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==",
  532. "license": "MIT",
  533. "engines": {
  534. "node": ">=6.9.0"
  535. },
  536. "peerDependencies": {
  537. "@babel/core": "^7.0.0-0"
  538. }
  539. },
  540. "node_modules/@babel/plugin-syntax-import-assertions": {
  541. "version": "7.27.1",
  542. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.27.1.tgz",
  543. "integrity": "sha512-UT/Jrhw57xg4ILHLFnzFpPDlMbcdEicaAtjPQpbj9wa8T4r5KVWCimHcL/460g8Ht0DMxDyjsLgiWSkVjnwPFg==",
  544. "license": "MIT",
  545. "dependencies": {
  546. "@babel/helper-plugin-utils": "^7.27.1"
  547. },
  548. "engines": {
  549. "node": ">=6.9.0"
  550. },
  551. "peerDependencies": {
  552. "@babel/core": "^7.0.0-0"
  553. }
  554. },
  555. "node_modules/@babel/plugin-syntax-import-attributes": {
  556. "version": "7.27.1",
  557. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.27.1.tgz",
  558. "integrity": "sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==",
  559. "license": "MIT",
  560. "dependencies": {
  561. "@babel/helper-plugin-utils": "^7.27.1"
  562. },
  563. "engines": {
  564. "node": ">=6.9.0"
  565. },
  566. "peerDependencies": {
  567. "@babel/core": "^7.0.0-0"
  568. }
  569. },
  570. "node_modules/@babel/plugin-syntax-unicode-sets-regex": {
  571. "version": "7.18.6",
  572. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz",
  573. "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==",
  574. "license": "MIT",
  575. "dependencies": {
  576. "@babel/helper-create-regexp-features-plugin": "^7.18.6",
  577. "@babel/helper-plugin-utils": "^7.18.6"
  578. },
  579. "engines": {
  580. "node": ">=6.9.0"
  581. },
  582. "peerDependencies": {
  583. "@babel/core": "^7.0.0"
  584. }
  585. },
  586. "node_modules/@babel/plugin-transform-arrow-functions": {
  587. "version": "7.27.1",
  588. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.27.1.tgz",
  589. "integrity": "sha512-8Z4TGic6xW70FKThA5HYEKKyBpOOsucTOD1DjU3fZxDg+K3zBJcXMFnt/4yQiZnf5+MiOMSXQ9PaEK/Ilh1DeA==",
  590. "license": "MIT",
  591. "dependencies": {
  592. "@babel/helper-plugin-utils": "^7.27.1"
  593. },
  594. "engines": {
  595. "node": ">=6.9.0"
  596. },
  597. "peerDependencies": {
  598. "@babel/core": "^7.0.0-0"
  599. }
  600. },
  601. "node_modules/@babel/plugin-transform-async-generator-functions": {
  602. "version": "7.28.0",
  603. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.0.tgz",
  604. "integrity": "sha512-BEOdvX4+M765icNPZeidyADIvQ1m1gmunXufXxvRESy/jNNyfovIqUyE7MVgGBjWktCoJlzvFA1To2O4ymIO3Q==",
  605. "license": "MIT",
  606. "dependencies": {
  607. "@babel/helper-plugin-utils": "^7.27.1",
  608. "@babel/helper-remap-async-to-generator": "^7.27.1",
  609. "@babel/traverse": "^7.28.0"
  610. },
  611. "engines": {
  612. "node": ">=6.9.0"
  613. },
  614. "peerDependencies": {
  615. "@babel/core": "^7.0.0-0"
  616. }
  617. },
  618. "node_modules/@babel/plugin-transform-async-to-generator": {
  619. "version": "7.27.1",
  620. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.27.1.tgz",
  621. "integrity": "sha512-NREkZsZVJS4xmTr8qzE5y8AfIPqsdQfRuUiLRTEzb7Qii8iFWCyDKaUV2c0rCuh4ljDZ98ALHP/PetiBV2nddA==",
  622. "license": "MIT",
  623. "dependencies": {
  624. "@babel/helper-module-imports": "^7.27.1",
  625. "@babel/helper-plugin-utils": "^7.27.1",
  626. "@babel/helper-remap-async-to-generator": "^7.27.1"
  627. },
  628. "engines": {
  629. "node": ">=6.9.0"
  630. },
  631. "peerDependencies": {
  632. "@babel/core": "^7.0.0-0"
  633. }
  634. },
  635. "node_modules/@babel/plugin-transform-block-scoped-functions": {
  636. "version": "7.27.1",
  637. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.27.1.tgz",
  638. "integrity": "sha512-cnqkuOtZLapWYZUYM5rVIdv1nXYuFVIltZ6ZJ7nIj585QsjKM5dhL2Fu/lICXZ1OyIAFc7Qy+bvDAtTXqGrlhg==",
  639. "license": "MIT",
  640. "dependencies": {
  641. "@babel/helper-plugin-utils": "^7.27.1"
  642. },
  643. "engines": {
  644. "node": ">=6.9.0"
  645. },
  646. "peerDependencies": {
  647. "@babel/core": "^7.0.0-0"
  648. }
  649. },
  650. "node_modules/@babel/plugin-transform-block-scoping": {
  651. "version": "7.28.0",
  652. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.0.tgz",
  653. "integrity": "sha512-gKKnwjpdx5sER/wl0WN0efUBFzF/56YZO0RJrSYP4CljXnP31ByY7fol89AzomdlLNzI36AvOTmYHsnZTCkq8Q==",
  654. "license": "MIT",
  655. "dependencies": {
  656. "@babel/helper-plugin-utils": "^7.27.1"
  657. },
  658. "engines": {
  659. "node": ">=6.9.0"
  660. },
  661. "peerDependencies": {
  662. "@babel/core": "^7.0.0-0"
  663. }
  664. },
  665. "node_modules/@babel/plugin-transform-class-properties": {
  666. "version": "7.27.1",
  667. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.27.1.tgz",
  668. "integrity": "sha512-D0VcalChDMtuRvJIu3U/fwWjf8ZMykz5iZsg77Nuj821vCKI3zCyRLwRdWbsuJ/uRwZhZ002QtCqIkwC/ZkvbA==",
  669. "license": "MIT",
  670. "dependencies": {
  671. "@babel/helper-create-class-features-plugin": "^7.27.1",
  672. "@babel/helper-plugin-utils": "^7.27.1"
  673. },
  674. "engines": {
  675. "node": ">=6.9.0"
  676. },
  677. "peerDependencies": {
  678. "@babel/core": "^7.0.0-0"
  679. }
  680. },
  681. "node_modules/@babel/plugin-transform-class-static-block": {
  682. "version": "7.27.1",
  683. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.27.1.tgz",
  684. "integrity": "sha512-s734HmYU78MVzZ++joYM+NkJusItbdRcbm+AGRgJCt3iA+yux0QpD9cBVdz3tKyrjVYWRl7j0mHSmv4lhV0aoA==",
  685. "license": "MIT",
  686. "dependencies": {
  687. "@babel/helper-create-class-features-plugin": "^7.27.1",
  688. "@babel/helper-plugin-utils": "^7.27.1"
  689. },
  690. "engines": {
  691. "node": ">=6.9.0"
  692. },
  693. "peerDependencies": {
  694. "@babel/core": "^7.12.0"
  695. }
  696. },
  697. "node_modules/@babel/plugin-transform-classes": {
  698. "version": "7.28.0",
  699. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.0.tgz",
  700. "integrity": "sha512-IjM1IoJNw72AZFlj33Cu8X0q2XK/6AaVC3jQu+cgQ5lThWD5ajnuUAml80dqRmOhmPkTH8uAwnpMu9Rvj0LTRA==",
  701. "license": "MIT",
  702. "dependencies": {
  703. "@babel/helper-annotate-as-pure": "^7.27.3",
  704. "@babel/helper-compilation-targets": "^7.27.2",
  705. "@babel/helper-globals": "^7.28.0",
  706. "@babel/helper-plugin-utils": "^7.27.1",
  707. "@babel/helper-replace-supers": "^7.27.1",
  708. "@babel/traverse": "^7.28.0"
  709. },
  710. "engines": {
  711. "node": ">=6.9.0"
  712. },
  713. "peerDependencies": {
  714. "@babel/core": "^7.0.0-0"
  715. }
  716. },
  717. "node_modules/@babel/plugin-transform-computed-properties": {
  718. "version": "7.27.1",
  719. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.27.1.tgz",
  720. "integrity": "sha512-lj9PGWvMTVksbWiDT2tW68zGS/cyo4AkZ/QTp0sQT0mjPopCmrSkzxeXkznjqBxzDI6TclZhOJbBmbBLjuOZUw==",
  721. "license": "MIT",
  722. "dependencies": {
  723. "@babel/helper-plugin-utils": "^7.27.1",
  724. "@babel/template": "^7.27.1"
  725. },
  726. "engines": {
  727. "node": ">=6.9.0"
  728. },
  729. "peerDependencies": {
  730. "@babel/core": "^7.0.0-0"
  731. }
  732. },
  733. "node_modules/@babel/plugin-transform-destructuring": {
  734. "version": "7.28.0",
  735. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.0.tgz",
  736. "integrity": "sha512-v1nrSMBiKcodhsyJ4Gf+Z0U/yawmJDBOTpEB3mcQY52r9RIyPneGyAS/yM6seP/8I+mWI3elOMtT5dB8GJVs+A==",
  737. "license": "MIT",
  738. "dependencies": {
  739. "@babel/helper-plugin-utils": "^7.27.1",
  740. "@babel/traverse": "^7.28.0"
  741. },
  742. "engines": {
  743. "node": ">=6.9.0"
  744. },
  745. "peerDependencies": {
  746. "@babel/core": "^7.0.0-0"
  747. }
  748. },
  749. "node_modules/@babel/plugin-transform-dotall-regex": {
  750. "version": "7.27.1",
  751. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.27.1.tgz",
  752. "integrity": "sha512-gEbkDVGRvjj7+T1ivxrfgygpT7GUd4vmODtYpbs0gZATdkX8/iSnOtZSxiZnsgm1YjTgjI6VKBGSJJevkrclzw==",
  753. "license": "MIT",
  754. "dependencies": {
  755. "@babel/helper-create-regexp-features-plugin": "^7.27.1",
  756. "@babel/helper-plugin-utils": "^7.27.1"
  757. },
  758. "engines": {
  759. "node": ">=6.9.0"
  760. },
  761. "peerDependencies": {
  762. "@babel/core": "^7.0.0-0"
  763. }
  764. },
  765. "node_modules/@babel/plugin-transform-duplicate-keys": {
  766. "version": "7.27.1",
  767. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.27.1.tgz",
  768. "integrity": "sha512-MTyJk98sHvSs+cvZ4nOauwTTG1JeonDjSGvGGUNHreGQns+Mpt6WX/dVzWBHgg+dYZhkC4X+zTDfkTU+Vy9y7Q==",
  769. "license": "MIT",
  770. "dependencies": {
  771. "@babel/helper-plugin-utils": "^7.27.1"
  772. },
  773. "engines": {
  774. "node": ">=6.9.0"
  775. },
  776. "peerDependencies": {
  777. "@babel/core": "^7.0.0-0"
  778. }
  779. },
  780. "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": {
  781. "version": "7.27.1",
  782. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.27.1.tgz",
  783. "integrity": "sha512-hkGcueTEzuhB30B3eJCbCYeCaaEQOmQR0AdvzpD4LoN0GXMWzzGSuRrxR2xTnCrvNbVwK9N6/jQ92GSLfiZWoQ==",
  784. "license": "MIT",
  785. "dependencies": {
  786. "@babel/helper-create-regexp-features-plugin": "^7.27.1",
  787. "@babel/helper-plugin-utils": "^7.27.1"
  788. },
  789. "engines": {
  790. "node": ">=6.9.0"
  791. },
  792. "peerDependencies": {
  793. "@babel/core": "^7.0.0"
  794. }
  795. },
  796. "node_modules/@babel/plugin-transform-dynamic-import": {
  797. "version": "7.27.1",
  798. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.27.1.tgz",
  799. "integrity": "sha512-MHzkWQcEmjzzVW9j2q8LGjwGWpG2mjwaaB0BNQwst3FIjqsg8Ct/mIZlvSPJvfi9y2AC8mi/ktxbFVL9pZ1I4A==",
  800. "license": "MIT",
  801. "dependencies": {
  802. "@babel/helper-plugin-utils": "^7.27.1"
  803. },
  804. "engines": {
  805. "node": ">=6.9.0"
  806. },
  807. "peerDependencies": {
  808. "@babel/core": "^7.0.0-0"
  809. }
  810. },
  811. "node_modules/@babel/plugin-transform-explicit-resource-management": {
  812. "version": "7.28.0",
  813. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-explicit-resource-management/-/plugin-transform-explicit-resource-management-7.28.0.tgz",
  814. "integrity": "sha512-K8nhUcn3f6iB+P3gwCv/no7OdzOZQcKchW6N389V6PD8NUWKZHzndOd9sPDVbMoBsbmjMqlB4L9fm+fEFNVlwQ==",
  815. "license": "MIT",
  816. "dependencies": {
  817. "@babel/helper-plugin-utils": "^7.27.1",
  818. "@babel/plugin-transform-destructuring": "^7.28.0"
  819. },
  820. "engines": {
  821. "node": ">=6.9.0"
  822. },
  823. "peerDependencies": {
  824. "@babel/core": "^7.0.0-0"
  825. }
  826. },
  827. "node_modules/@babel/plugin-transform-exponentiation-operator": {
  828. "version": "7.27.1",
  829. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.27.1.tgz",
  830. "integrity": "sha512-uspvXnhHvGKf2r4VVtBpeFnuDWsJLQ6MF6lGJLC89jBR1uoVeqM416AZtTuhTezOfgHicpJQmoD5YUakO/YmXQ==",
  831. "license": "MIT",
  832. "dependencies": {
  833. "@babel/helper-plugin-utils": "^7.27.1"
  834. },
  835. "engines": {
  836. "node": ">=6.9.0"
  837. },
  838. "peerDependencies": {
  839. "@babel/core": "^7.0.0-0"
  840. }
  841. },
  842. "node_modules/@babel/plugin-transform-export-namespace-from": {
  843. "version": "7.27.1",
  844. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.27.1.tgz",
  845. "integrity": "sha512-tQvHWSZ3/jH2xuq/vZDy0jNn+ZdXJeM8gHvX4lnJmsc3+50yPlWdZXIc5ay+umX+2/tJIqHqiEqcJvxlmIvRvQ==",
  846. "license": "MIT",
  847. "dependencies": {
  848. "@babel/helper-plugin-utils": "^7.27.1"
  849. },
  850. "engines": {
  851. "node": ">=6.9.0"
  852. },
  853. "peerDependencies": {
  854. "@babel/core": "^7.0.0-0"
  855. }
  856. },
  857. "node_modules/@babel/plugin-transform-for-of": {
  858. "version": "7.27.1",
  859. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.27.1.tgz",
  860. "integrity": "sha512-BfbWFFEJFQzLCQ5N8VocnCtA8J1CLkNTe2Ms2wocj75dd6VpiqS5Z5quTYcUoo4Yq+DN0rtikODccuv7RU81sw==",
  861. "license": "MIT",
  862. "dependencies": {
  863. "@babel/helper-plugin-utils": "^7.27.1",
  864. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
  865. },
  866. "engines": {
  867. "node": ">=6.9.0"
  868. },
  869. "peerDependencies": {
  870. "@babel/core": "^7.0.0-0"
  871. }
  872. },
  873. "node_modules/@babel/plugin-transform-function-name": {
  874. "version": "7.27.1",
  875. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.27.1.tgz",
  876. "integrity": "sha512-1bQeydJF9Nr1eBCMMbC+hdwmRlsv5XYOMu03YSWFwNs0HsAmtSxxF1fyuYPqemVldVyFmlCU7w8UE14LupUSZQ==",
  877. "license": "MIT",
  878. "dependencies": {
  879. "@babel/helper-compilation-targets": "^7.27.1",
  880. "@babel/helper-plugin-utils": "^7.27.1",
  881. "@babel/traverse": "^7.27.1"
  882. },
  883. "engines": {
  884. "node": ">=6.9.0"
  885. },
  886. "peerDependencies": {
  887. "@babel/core": "^7.0.0-0"
  888. }
  889. },
  890. "node_modules/@babel/plugin-transform-json-strings": {
  891. "version": "7.27.1",
  892. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.27.1.tgz",
  893. "integrity": "sha512-6WVLVJiTjqcQauBhn1LkICsR2H+zm62I3h9faTDKt1qP4jn2o72tSvqMwtGFKGTpojce0gJs+76eZ2uCHRZh0Q==",
  894. "license": "MIT",
  895. "dependencies": {
  896. "@babel/helper-plugin-utils": "^7.27.1"
  897. },
  898. "engines": {
  899. "node": ">=6.9.0"
  900. },
  901. "peerDependencies": {
  902. "@babel/core": "^7.0.0-0"
  903. }
  904. },
  905. "node_modules/@babel/plugin-transform-literals": {
  906. "version": "7.27.1",
  907. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.27.1.tgz",
  908. "integrity": "sha512-0HCFSepIpLTkLcsi86GG3mTUzxV5jpmbv97hTETW3yzrAij8aqlD36toB1D0daVFJM8NK6GvKO0gslVQmm+zZA==",
  909. "license": "MIT",
  910. "dependencies": {
  911. "@babel/helper-plugin-utils": "^7.27.1"
  912. },
  913. "engines": {
  914. "node": ">=6.9.0"
  915. },
  916. "peerDependencies": {
  917. "@babel/core": "^7.0.0-0"
  918. }
  919. },
  920. "node_modules/@babel/plugin-transform-logical-assignment-operators": {
  921. "version": "7.27.1",
  922. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.27.1.tgz",
  923. "integrity": "sha512-SJvDs5dXxiae4FbSL1aBJlG4wvl594N6YEVVn9e3JGulwioy6z3oPjx/sQBO3Y4NwUu5HNix6KJ3wBZoewcdbw==",
  924. "license": "MIT",
  925. "dependencies": {
  926. "@babel/helper-plugin-utils": "^7.27.1"
  927. },
  928. "engines": {
  929. "node": ">=6.9.0"
  930. },
  931. "peerDependencies": {
  932. "@babel/core": "^7.0.0-0"
  933. }
  934. },
  935. "node_modules/@babel/plugin-transform-member-expression-literals": {
  936. "version": "7.27.1",
  937. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.27.1.tgz",
  938. "integrity": "sha512-hqoBX4dcZ1I33jCSWcXrP+1Ku7kdqXf1oeah7ooKOIiAdKQ+uqftgCFNOSzA5AMS2XIHEYeGFg4cKRCdpxzVOQ==",
  939. "license": "MIT",
  940. "dependencies": {
  941. "@babel/helper-plugin-utils": "^7.27.1"
  942. },
  943. "engines": {
  944. "node": ">=6.9.0"
  945. },
  946. "peerDependencies": {
  947. "@babel/core": "^7.0.0-0"
  948. }
  949. },
  950. "node_modules/@babel/plugin-transform-modules-amd": {
  951. "version": "7.27.1",
  952. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.27.1.tgz",
  953. "integrity": "sha512-iCsytMg/N9/oFq6n+gFTvUYDZQOMK5kEdeYxmxt91fcJGycfxVP9CnrxoliM0oumFERba2i8ZtwRUCMhvP1LnA==",
  954. "license": "MIT",
  955. "dependencies": {
  956. "@babel/helper-module-transforms": "^7.27.1",
  957. "@babel/helper-plugin-utils": "^7.27.1"
  958. },
  959. "engines": {
  960. "node": ">=6.9.0"
  961. },
  962. "peerDependencies": {
  963. "@babel/core": "^7.0.0-0"
  964. }
  965. },
  966. "node_modules/@babel/plugin-transform-modules-commonjs": {
  967. "version": "7.27.1",
  968. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz",
  969. "integrity": "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==",
  970. "license": "MIT",
  971. "dependencies": {
  972. "@babel/helper-module-transforms": "^7.27.1",
  973. "@babel/helper-plugin-utils": "^7.27.1"
  974. },
  975. "engines": {
  976. "node": ">=6.9.0"
  977. },
  978. "peerDependencies": {
  979. "@babel/core": "^7.0.0-0"
  980. }
  981. },
  982. "node_modules/@babel/plugin-transform-modules-systemjs": {
  983. "version": "7.27.1",
  984. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.27.1.tgz",
  985. "integrity": "sha512-w5N1XzsRbc0PQStASMksmUeqECuzKuTJer7kFagK8AXgpCMkeDMO5S+aaFb7A51ZYDF7XI34qsTX+fkHiIm5yA==",
  986. "license": "MIT",
  987. "dependencies": {
  988. "@babel/helper-module-transforms": "^7.27.1",
  989. "@babel/helper-plugin-utils": "^7.27.1",
  990. "@babel/helper-validator-identifier": "^7.27.1",
  991. "@babel/traverse": "^7.27.1"
  992. },
  993. "engines": {
  994. "node": ">=6.9.0"
  995. },
  996. "peerDependencies": {
  997. "@babel/core": "^7.0.0-0"
  998. }
  999. },
  1000. "node_modules/@babel/plugin-transform-modules-umd": {
  1001. "version": "7.27.1",
  1002. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.27.1.tgz",
  1003. "integrity": "sha512-iQBE/xC5BV1OxJbp6WG7jq9IWiD+xxlZhLrdwpPkTX3ydmXdvoCpyfJN7acaIBZaOqTfr76pgzqBJflNbeRK+w==",
  1004. "license": "MIT",
  1005. "dependencies": {
  1006. "@babel/helper-module-transforms": "^7.27.1",
  1007. "@babel/helper-plugin-utils": "^7.27.1"
  1008. },
  1009. "engines": {
  1010. "node": ">=6.9.0"
  1011. },
  1012. "peerDependencies": {
  1013. "@babel/core": "^7.0.0-0"
  1014. }
  1015. },
  1016. "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
  1017. "version": "7.27.1",
  1018. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.27.1.tgz",
  1019. "integrity": "sha512-SstR5JYy8ddZvD6MhV0tM/j16Qds4mIpJTOd1Yu9J9pJjH93bxHECF7pgtc28XvkzTD6Pxcm/0Z73Hvk7kb3Ng==",
  1020. "license": "MIT",
  1021. "dependencies": {
  1022. "@babel/helper-create-regexp-features-plugin": "^7.27.1",
  1023. "@babel/helper-plugin-utils": "^7.27.1"
  1024. },
  1025. "engines": {
  1026. "node": ">=6.9.0"
  1027. },
  1028. "peerDependencies": {
  1029. "@babel/core": "^7.0.0"
  1030. }
  1031. },
  1032. "node_modules/@babel/plugin-transform-new-target": {
  1033. "version": "7.27.1",
  1034. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.27.1.tgz",
  1035. "integrity": "sha512-f6PiYeqXQ05lYq3TIfIDu/MtliKUbNwkGApPUvyo6+tc7uaR4cPjPe7DFPr15Uyycg2lZU6btZ575CuQoYh7MQ==",
  1036. "license": "MIT",
  1037. "dependencies": {
  1038. "@babel/helper-plugin-utils": "^7.27.1"
  1039. },
  1040. "engines": {
  1041. "node": ">=6.9.0"
  1042. },
  1043. "peerDependencies": {
  1044. "@babel/core": "^7.0.0-0"
  1045. }
  1046. },
  1047. "node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
  1048. "version": "7.27.1",
  1049. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.27.1.tgz",
  1050. "integrity": "sha512-aGZh6xMo6q9vq1JGcw58lZ1Z0+i0xB2x0XaauNIUXd6O1xXc3RwoWEBlsTQrY4KQ9Jf0s5rgD6SiNkaUdJegTA==",
  1051. "license": "MIT",
  1052. "dependencies": {
  1053. "@babel/helper-plugin-utils": "^7.27.1"
  1054. },
  1055. "engines": {
  1056. "node": ">=6.9.0"
  1057. },
  1058. "peerDependencies": {
  1059. "@babel/core": "^7.0.0-0"
  1060. }
  1061. },
  1062. "node_modules/@babel/plugin-transform-numeric-separator": {
  1063. "version": "7.27.1",
  1064. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.27.1.tgz",
  1065. "integrity": "sha512-fdPKAcujuvEChxDBJ5c+0BTaS6revLV7CJL08e4m3de8qJfNIuCc2nc7XJYOjBoTMJeqSmwXJ0ypE14RCjLwaw==",
  1066. "license": "MIT",
  1067. "dependencies": {
  1068. "@babel/helper-plugin-utils": "^7.27.1"
  1069. },
  1070. "engines": {
  1071. "node": ">=6.9.0"
  1072. },
  1073. "peerDependencies": {
  1074. "@babel/core": "^7.0.0-0"
  1075. }
  1076. },
  1077. "node_modules/@babel/plugin-transform-object-rest-spread": {
  1078. "version": "7.28.0",
  1079. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.0.tgz",
  1080. "integrity": "sha512-9VNGikXxzu5eCiQjdE4IZn8sb9q7Xsk5EXLDBKUYg1e/Tve8/05+KJEtcxGxAgCY5t/BpKQM+JEL/yT4tvgiUA==",
  1081. "license": "MIT",
  1082. "dependencies": {
  1083. "@babel/helper-compilation-targets": "^7.27.2",
  1084. "@babel/helper-plugin-utils": "^7.27.1",
  1085. "@babel/plugin-transform-destructuring": "^7.28.0",
  1086. "@babel/plugin-transform-parameters": "^7.27.7",
  1087. "@babel/traverse": "^7.28.0"
  1088. },
  1089. "engines": {
  1090. "node": ">=6.9.0"
  1091. },
  1092. "peerDependencies": {
  1093. "@babel/core": "^7.0.0-0"
  1094. }
  1095. },
  1096. "node_modules/@babel/plugin-transform-object-super": {
  1097. "version": "7.27.1",
  1098. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.27.1.tgz",
  1099. "integrity": "sha512-SFy8S9plRPbIcxlJ8A6mT/CxFdJx/c04JEctz4jf8YZaVS2px34j7NXRrlGlHkN/M2gnpL37ZpGRGVFLd3l8Ng==",
  1100. "license": "MIT",
  1101. "dependencies": {
  1102. "@babel/helper-plugin-utils": "^7.27.1",
  1103. "@babel/helper-replace-supers": "^7.27.1"
  1104. },
  1105. "engines": {
  1106. "node": ">=6.9.0"
  1107. },
  1108. "peerDependencies": {
  1109. "@babel/core": "^7.0.0-0"
  1110. }
  1111. },
  1112. "node_modules/@babel/plugin-transform-optional-catch-binding": {
  1113. "version": "7.27.1",
  1114. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.27.1.tgz",
  1115. "integrity": "sha512-txEAEKzYrHEX4xSZN4kJ+OfKXFVSWKB2ZxM9dpcE3wT7smwkNmXo5ORRlVzMVdJbD+Q8ILTgSD7959uj+3Dm3Q==",
  1116. "license": "MIT",
  1117. "dependencies": {
  1118. "@babel/helper-plugin-utils": "^7.27.1"
  1119. },
  1120. "engines": {
  1121. "node": ">=6.9.0"
  1122. },
  1123. "peerDependencies": {
  1124. "@babel/core": "^7.0.0-0"
  1125. }
  1126. },
  1127. "node_modules/@babel/plugin-transform-optional-chaining": {
  1128. "version": "7.27.1",
  1129. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.27.1.tgz",
  1130. "integrity": "sha512-BQmKPPIuc8EkZgNKsv0X4bPmOoayeu4F1YCwx2/CfmDSXDbp7GnzlUH+/ul5VGfRg1AoFPsrIThlEBj2xb4CAg==",
  1131. "license": "MIT",
  1132. "dependencies": {
  1133. "@babel/helper-plugin-utils": "^7.27.1",
  1134. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
  1135. },
  1136. "engines": {
  1137. "node": ">=6.9.0"
  1138. },
  1139. "peerDependencies": {
  1140. "@babel/core": "^7.0.0-0"
  1141. }
  1142. },
  1143. "node_modules/@babel/plugin-transform-parameters": {
  1144. "version": "7.27.7",
  1145. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz",
  1146. "integrity": "sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg==",
  1147. "license": "MIT",
  1148. "dependencies": {
  1149. "@babel/helper-plugin-utils": "^7.27.1"
  1150. },
  1151. "engines": {
  1152. "node": ">=6.9.0"
  1153. },
  1154. "peerDependencies": {
  1155. "@babel/core": "^7.0.0-0"
  1156. }
  1157. },
  1158. "node_modules/@babel/plugin-transform-private-methods": {
  1159. "version": "7.27.1",
  1160. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.27.1.tgz",
  1161. "integrity": "sha512-10FVt+X55AjRAYI9BrdISN9/AQWHqldOeZDUoLyif1Kn05a56xVBXb8ZouL8pZ9jem8QpXaOt8TS7RHUIS+GPA==",
  1162. "license": "MIT",
  1163. "dependencies": {
  1164. "@babel/helper-create-class-features-plugin": "^7.27.1",
  1165. "@babel/helper-plugin-utils": "^7.27.1"
  1166. },
  1167. "engines": {
  1168. "node": ">=6.9.0"
  1169. },
  1170. "peerDependencies": {
  1171. "@babel/core": "^7.0.0-0"
  1172. }
  1173. },
  1174. "node_modules/@babel/plugin-transform-private-property-in-object": {
  1175. "version": "7.27.1",
  1176. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.27.1.tgz",
  1177. "integrity": "sha512-5J+IhqTi1XPa0DXF83jYOaARrX+41gOewWbkPyjMNRDqgOCqdffGh8L3f/Ek5utaEBZExjSAzcyjmV9SSAWObQ==",
  1178. "license": "MIT",
  1179. "dependencies": {
  1180. "@babel/helper-annotate-as-pure": "^7.27.1",
  1181. "@babel/helper-create-class-features-plugin": "^7.27.1",
  1182. "@babel/helper-plugin-utils": "^7.27.1"
  1183. },
  1184. "engines": {
  1185. "node": ">=6.9.0"
  1186. },
  1187. "peerDependencies": {
  1188. "@babel/core": "^7.0.0-0"
  1189. }
  1190. },
  1191. "node_modules/@babel/plugin-transform-property-literals": {
  1192. "version": "7.27.1",
  1193. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.27.1.tgz",
  1194. "integrity": "sha512-oThy3BCuCha8kDZ8ZkgOg2exvPYUlprMukKQXI1r1pJ47NCvxfkEy8vK+r/hT9nF0Aa4H1WUPZZjHTFtAhGfmQ==",
  1195. "license": "MIT",
  1196. "dependencies": {
  1197. "@babel/helper-plugin-utils": "^7.27.1"
  1198. },
  1199. "engines": {
  1200. "node": ">=6.9.0"
  1201. },
  1202. "peerDependencies": {
  1203. "@babel/core": "^7.0.0-0"
  1204. }
  1205. },
  1206. "node_modules/@babel/plugin-transform-regenerator": {
  1207. "version": "7.28.1",
  1208. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.1.tgz",
  1209. "integrity": "sha512-P0QiV/taaa3kXpLY+sXla5zec4E+4t4Aqc9ggHlfZ7a2cp8/x/Gv08jfwEtn9gnnYIMvHx6aoOZ8XJL8eU71Dg==",
  1210. "license": "MIT",
  1211. "dependencies": {
  1212. "@babel/helper-plugin-utils": "^7.27.1"
  1213. },
  1214. "engines": {
  1215. "node": ">=6.9.0"
  1216. },
  1217. "peerDependencies": {
  1218. "@babel/core": "^7.0.0-0"
  1219. }
  1220. },
  1221. "node_modules/@babel/plugin-transform-regexp-modifiers": {
  1222. "version": "7.27.1",
  1223. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.27.1.tgz",
  1224. "integrity": "sha512-TtEciroaiODtXvLZv4rmfMhkCv8jx3wgKpL68PuiPh2M4fvz5jhsA7697N1gMvkvr/JTF13DrFYyEbY9U7cVPA==",
  1225. "license": "MIT",
  1226. "dependencies": {
  1227. "@babel/helper-create-regexp-features-plugin": "^7.27.1",
  1228. "@babel/helper-plugin-utils": "^7.27.1"
  1229. },
  1230. "engines": {
  1231. "node": ">=6.9.0"
  1232. },
  1233. "peerDependencies": {
  1234. "@babel/core": "^7.0.0"
  1235. }
  1236. },
  1237. "node_modules/@babel/plugin-transform-reserved-words": {
  1238. "version": "7.27.1",
  1239. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.27.1.tgz",
  1240. "integrity": "sha512-V2ABPHIJX4kC7HegLkYoDpfg9PVmuWy/i6vUM5eGK22bx4YVFD3M5F0QQnWQoDs6AGsUWTVOopBiMFQgHaSkVw==",
  1241. "license": "MIT",
  1242. "dependencies": {
  1243. "@babel/helper-plugin-utils": "^7.27.1"
  1244. },
  1245. "engines": {
  1246. "node": ">=6.9.0"
  1247. },
  1248. "peerDependencies": {
  1249. "@babel/core": "^7.0.0-0"
  1250. }
  1251. },
  1252. "node_modules/@babel/plugin-transform-shorthand-properties": {
  1253. "version": "7.27.1",
  1254. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.27.1.tgz",
  1255. "integrity": "sha512-N/wH1vcn4oYawbJ13Y/FxcQrWk63jhfNa7jef0ih7PHSIHX2LB7GWE1rkPrOnka9kwMxb6hMl19p7lidA+EHmQ==",
  1256. "license": "MIT",
  1257. "dependencies": {
  1258. "@babel/helper-plugin-utils": "^7.27.1"
  1259. },
  1260. "engines": {
  1261. "node": ">=6.9.0"
  1262. },
  1263. "peerDependencies": {
  1264. "@babel/core": "^7.0.0-0"
  1265. }
  1266. },
  1267. "node_modules/@babel/plugin-transform-spread": {
  1268. "version": "7.27.1",
  1269. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.27.1.tgz",
  1270. "integrity": "sha512-kpb3HUqaILBJcRFVhFUs6Trdd4mkrzcGXss+6/mxUd273PfbWqSDHRzMT2234gIg2QYfAjvXLSquP1xECSg09Q==",
  1271. "license": "MIT",
  1272. "dependencies": {
  1273. "@babel/helper-plugin-utils": "^7.27.1",
  1274. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
  1275. },
  1276. "engines": {
  1277. "node": ">=6.9.0"
  1278. },
  1279. "peerDependencies": {
  1280. "@babel/core": "^7.0.0-0"
  1281. }
  1282. },
  1283. "node_modules/@babel/plugin-transform-sticky-regex": {
  1284. "version": "7.27.1",
  1285. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.27.1.tgz",
  1286. "integrity": "sha512-lhInBO5bi/Kowe2/aLdBAawijx+q1pQzicSgnkB6dUPc1+RC8QmJHKf2OjvU+NZWitguJHEaEmbV6VWEouT58g==",
  1287. "license": "MIT",
  1288. "dependencies": {
  1289. "@babel/helper-plugin-utils": "^7.27.1"
  1290. },
  1291. "engines": {
  1292. "node": ">=6.9.0"
  1293. },
  1294. "peerDependencies": {
  1295. "@babel/core": "^7.0.0-0"
  1296. }
  1297. },
  1298. "node_modules/@babel/plugin-transform-template-literals": {
  1299. "version": "7.27.1",
  1300. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.27.1.tgz",
  1301. "integrity": "sha512-fBJKiV7F2DxZUkg5EtHKXQdbsbURW3DZKQUWphDum0uRP6eHGGa/He9mc0mypL680pb+e/lDIthRohlv8NCHkg==",
  1302. "license": "MIT",
  1303. "dependencies": {
  1304. "@babel/helper-plugin-utils": "^7.27.1"
  1305. },
  1306. "engines": {
  1307. "node": ">=6.9.0"
  1308. },
  1309. "peerDependencies": {
  1310. "@babel/core": "^7.0.0-0"
  1311. }
  1312. },
  1313. "node_modules/@babel/plugin-transform-typeof-symbol": {
  1314. "version": "7.27.1",
  1315. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.27.1.tgz",
  1316. "integrity": "sha512-RiSILC+nRJM7FY5srIyc4/fGIwUhyDuuBSdWn4y6yT6gm652DpCHZjIipgn6B7MQ1ITOUnAKWixEUjQRIBIcLw==",
  1317. "license": "MIT",
  1318. "dependencies": {
  1319. "@babel/helper-plugin-utils": "^7.27.1"
  1320. },
  1321. "engines": {
  1322. "node": ">=6.9.0"
  1323. },
  1324. "peerDependencies": {
  1325. "@babel/core": "^7.0.0-0"
  1326. }
  1327. },
  1328. "node_modules/@babel/plugin-transform-unicode-escapes": {
  1329. "version": "7.27.1",
  1330. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.27.1.tgz",
  1331. "integrity": "sha512-Ysg4v6AmF26k9vpfFuTZg8HRfVWzsh1kVfowA23y9j/Gu6dOuahdUVhkLqpObp3JIv27MLSii6noRnuKN8H0Mg==",
  1332. "license": "MIT",
  1333. "dependencies": {
  1334. "@babel/helper-plugin-utils": "^7.27.1"
  1335. },
  1336. "engines": {
  1337. "node": ">=6.9.0"
  1338. },
  1339. "peerDependencies": {
  1340. "@babel/core": "^7.0.0-0"
  1341. }
  1342. },
  1343. "node_modules/@babel/plugin-transform-unicode-property-regex": {
  1344. "version": "7.27.1",
  1345. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.27.1.tgz",
  1346. "integrity": "sha512-uW20S39PnaTImxp39O5qFlHLS9LJEmANjMG7SxIhap8rCHqu0Ik+tLEPX5DKmHn6CsWQ7j3lix2tFOa5YtL12Q==",
  1347. "license": "MIT",
  1348. "dependencies": {
  1349. "@babel/helper-create-regexp-features-plugin": "^7.27.1",
  1350. "@babel/helper-plugin-utils": "^7.27.1"
  1351. },
  1352. "engines": {
  1353. "node": ">=6.9.0"
  1354. },
  1355. "peerDependencies": {
  1356. "@babel/core": "^7.0.0-0"
  1357. }
  1358. },
  1359. "node_modules/@babel/plugin-transform-unicode-regex": {
  1360. "version": "7.27.1",
  1361. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.27.1.tgz",
  1362. "integrity": "sha512-xvINq24TRojDuyt6JGtHmkVkrfVV3FPT16uytxImLeBZqW3/H52yN+kM1MGuyPkIQxrzKwPHs5U/MP3qKyzkGw==",
  1363. "license": "MIT",
  1364. "dependencies": {
  1365. "@babel/helper-create-regexp-features-plugin": "^7.27.1",
  1366. "@babel/helper-plugin-utils": "^7.27.1"
  1367. },
  1368. "engines": {
  1369. "node": ">=6.9.0"
  1370. },
  1371. "peerDependencies": {
  1372. "@babel/core": "^7.0.0-0"
  1373. }
  1374. },
  1375. "node_modules/@babel/plugin-transform-unicode-sets-regex": {
  1376. "version": "7.27.1",
  1377. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.27.1.tgz",
  1378. "integrity": "sha512-EtkOujbc4cgvb0mlpQefi4NTPBzhSIevblFevACNLUspmrALgmEBdL/XfnyyITfd8fKBZrZys92zOWcik7j9Tw==",
  1379. "license": "MIT",
  1380. "dependencies": {
  1381. "@babel/helper-create-regexp-features-plugin": "^7.27.1",
  1382. "@babel/helper-plugin-utils": "^7.27.1"
  1383. },
  1384. "engines": {
  1385. "node": ">=6.9.0"
  1386. },
  1387. "peerDependencies": {
  1388. "@babel/core": "^7.0.0"
  1389. }
  1390. },
  1391. "node_modules/@babel/preset-env": {
  1392. "version": "7.28.0",
  1393. "resolved": "https://registry.npmmirror.com/@babel/preset-env/-/preset-env-7.28.0.tgz",
  1394. "integrity": "sha512-VmaxeGOwuDqzLl5JUkIRM1X2Qu2uKGxHEQWh+cvvbl7JuJRgKGJSfsEF/bUaxFhJl/XAyxBe7q7qSuTbKFuCyg==",
  1395. "license": "MIT",
  1396. "dependencies": {
  1397. "@babel/compat-data": "^7.28.0",
  1398. "@babel/helper-compilation-targets": "^7.27.2",
  1399. "@babel/helper-plugin-utils": "^7.27.1",
  1400. "@babel/helper-validator-option": "^7.27.1",
  1401. "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.27.1",
  1402. "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.27.1",
  1403. "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.27.1",
  1404. "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.27.1",
  1405. "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.27.1",
  1406. "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
  1407. "@babel/plugin-syntax-import-assertions": "^7.27.1",
  1408. "@babel/plugin-syntax-import-attributes": "^7.27.1",
  1409. "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
  1410. "@babel/plugin-transform-arrow-functions": "^7.27.1",
  1411. "@babel/plugin-transform-async-generator-functions": "^7.28.0",
  1412. "@babel/plugin-transform-async-to-generator": "^7.27.1",
  1413. "@babel/plugin-transform-block-scoped-functions": "^7.27.1",
  1414. "@babel/plugin-transform-block-scoping": "^7.28.0",
  1415. "@babel/plugin-transform-class-properties": "^7.27.1",
  1416. "@babel/plugin-transform-class-static-block": "^7.27.1",
  1417. "@babel/plugin-transform-classes": "^7.28.0",
  1418. "@babel/plugin-transform-computed-properties": "^7.27.1",
  1419. "@babel/plugin-transform-destructuring": "^7.28.0",
  1420. "@babel/plugin-transform-dotall-regex": "^7.27.1",
  1421. "@babel/plugin-transform-duplicate-keys": "^7.27.1",
  1422. "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.27.1",
  1423. "@babel/plugin-transform-dynamic-import": "^7.27.1",
  1424. "@babel/plugin-transform-explicit-resource-management": "^7.28.0",
  1425. "@babel/plugin-transform-exponentiation-operator": "^7.27.1",
  1426. "@babel/plugin-transform-export-namespace-from": "^7.27.1",
  1427. "@babel/plugin-transform-for-of": "^7.27.1",
  1428. "@babel/plugin-transform-function-name": "^7.27.1",
  1429. "@babel/plugin-transform-json-strings": "^7.27.1",
  1430. "@babel/plugin-transform-literals": "^7.27.1",
  1431. "@babel/plugin-transform-logical-assignment-operators": "^7.27.1",
  1432. "@babel/plugin-transform-member-expression-literals": "^7.27.1",
  1433. "@babel/plugin-transform-modules-amd": "^7.27.1",
  1434. "@babel/plugin-transform-modules-commonjs": "^7.27.1",
  1435. "@babel/plugin-transform-modules-systemjs": "^7.27.1",
  1436. "@babel/plugin-transform-modules-umd": "^7.27.1",
  1437. "@babel/plugin-transform-named-capturing-groups-regex": "^7.27.1",
  1438. "@babel/plugin-transform-new-target": "^7.27.1",
  1439. "@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1",
  1440. "@babel/plugin-transform-numeric-separator": "^7.27.1",
  1441. "@babel/plugin-transform-object-rest-spread": "^7.28.0",
  1442. "@babel/plugin-transform-object-super": "^7.27.1",
  1443. "@babel/plugin-transform-optional-catch-binding": "^7.27.1",
  1444. "@babel/plugin-transform-optional-chaining": "^7.27.1",
  1445. "@babel/plugin-transform-parameters": "^7.27.7",
  1446. "@babel/plugin-transform-private-methods": "^7.27.1",
  1447. "@babel/plugin-transform-private-property-in-object": "^7.27.1",
  1448. "@babel/plugin-transform-property-literals": "^7.27.1",
  1449. "@babel/plugin-transform-regenerator": "^7.28.0",
  1450. "@babel/plugin-transform-regexp-modifiers": "^7.27.1",
  1451. "@babel/plugin-transform-reserved-words": "^7.27.1",
  1452. "@babel/plugin-transform-shorthand-properties": "^7.27.1",
  1453. "@babel/plugin-transform-spread": "^7.27.1",
  1454. "@babel/plugin-transform-sticky-regex": "^7.27.1",
  1455. "@babel/plugin-transform-template-literals": "^7.27.1",
  1456. "@babel/plugin-transform-typeof-symbol": "^7.27.1",
  1457. "@babel/plugin-transform-unicode-escapes": "^7.27.1",
  1458. "@babel/plugin-transform-unicode-property-regex": "^7.27.1",
  1459. "@babel/plugin-transform-unicode-regex": "^7.27.1",
  1460. "@babel/plugin-transform-unicode-sets-regex": "^7.27.1",
  1461. "@babel/preset-modules": "0.1.6-no-external-plugins",
  1462. "babel-plugin-polyfill-corejs2": "^0.4.14",
  1463. "babel-plugin-polyfill-corejs3": "^0.13.0",
  1464. "babel-plugin-polyfill-regenerator": "^0.6.5",
  1465. "core-js-compat": "^3.43.0",
  1466. "semver": "^6.3.1"
  1467. },
  1468. "engines": {
  1469. "node": ">=6.9.0"
  1470. },
  1471. "peerDependencies": {
  1472. "@babel/core": "^7.0.0-0"
  1473. }
  1474. },
  1475. "node_modules/@babel/preset-modules": {
  1476. "version": "0.1.6-no-external-plugins",
  1477. "resolved": "https://registry.npmmirror.com/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz",
  1478. "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==",
  1479. "license": "MIT",
  1480. "dependencies": {
  1481. "@babel/helper-plugin-utils": "^7.0.0",
  1482. "@babel/types": "^7.4.4",
  1483. "esutils": "^2.0.2"
  1484. },
  1485. "peerDependencies": {
  1486. "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0"
  1487. }
  1488. },
  1489. "node_modules/@babel/runtime": {
  1490. "version": "7.27.6",
  1491. "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.6.tgz",
  1492. "integrity": "sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q==",
  1493. "license": "MIT",
  1494. "engines": {
  1495. "node": ">=6.9.0"
  1496. }
  1497. },
  1498. "node_modules/@babel/template": {
  1499. "version": "7.27.2",
  1500. "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.27.2.tgz",
  1501. "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
  1502. "license": "MIT",
  1503. "dependencies": {
  1504. "@babel/code-frame": "^7.27.1",
  1505. "@babel/parser": "^7.27.2",
  1506. "@babel/types": "^7.27.1"
  1507. },
  1508. "engines": {
  1509. "node": ">=6.9.0"
  1510. }
  1511. },
  1512. "node_modules/@babel/traverse": {
  1513. "version": "7.28.0",
  1514. "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.28.0.tgz",
  1515. "integrity": "sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==",
  1516. "license": "MIT",
  1517. "dependencies": {
  1518. "@babel/code-frame": "^7.27.1",
  1519. "@babel/generator": "^7.28.0",
  1520. "@babel/helper-globals": "^7.28.0",
  1521. "@babel/parser": "^7.28.0",
  1522. "@babel/template": "^7.27.2",
  1523. "@babel/types": "^7.28.0",
  1524. "debug": "^4.3.1"
  1525. },
  1526. "engines": {
  1527. "node": ">=6.9.0"
  1528. }
  1529. },
  1530. "node_modules/@babel/types": {
  1531. "version": "7.28.1",
  1532. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.28.1.tgz",
  1533. "integrity": "sha512-x0LvFTekgSX+83TI28Y9wYPUfzrnl2aT5+5QLnO6v7mSJYtEEevuDRN0F0uSHRk1G1IWZC43o00Y0xDDrpBGPQ==",
  1534. "license": "MIT",
  1535. "dependencies": {
  1536. "@babel/helper-string-parser": "^7.27.1",
  1537. "@babel/helper-validator-identifier": "^7.27.1"
  1538. },
  1539. "engines": {
  1540. "node": ">=6.9.0"
  1541. }
  1542. },
  1543. "node_modules/@csstools/color-helpers": {
  1544. "version": "5.1.0",
  1545. "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-5.1.0.tgz",
  1546. "integrity": "sha512-S11EXWJyy0Mz5SYvRmY8nJYTFFd1LCNV+7cXyAgQtOOuzb4EsgfqDufL+9esx72/eLhsRdGZwaldu/h+E4t4BA==",
  1547. "dev": true,
  1548. "funding": [
  1549. {
  1550. "type": "github",
  1551. "url": "https://github.com/sponsors/csstools"
  1552. },
  1553. {
  1554. "type": "opencollective",
  1555. "url": "https://opencollective.com/csstools"
  1556. }
  1557. ],
  1558. "license": "MIT-0",
  1559. "engines": {
  1560. "node": ">=18"
  1561. }
  1562. },
  1563. "node_modules/@csstools/css-calc": {
  1564. "version": "2.1.4",
  1565. "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-2.1.4.tgz",
  1566. "integrity": "sha512-3N8oaj+0juUw/1H3YwmDDJXCgTB1gKU6Hc/bB502u9zR0q2vd786XJH9QfrKIEgFlZmhZiq6epXl4rHqhzsIgQ==",
  1567. "dev": true,
  1568. "funding": [
  1569. {
  1570. "type": "github",
  1571. "url": "https://github.com/sponsors/csstools"
  1572. },
  1573. {
  1574. "type": "opencollective",
  1575. "url": "https://opencollective.com/csstools"
  1576. }
  1577. ],
  1578. "license": "MIT",
  1579. "engines": {
  1580. "node": ">=18"
  1581. },
  1582. "peerDependencies": {
  1583. "@csstools/css-parser-algorithms": "^3.0.5",
  1584. "@csstools/css-tokenizer": "^3.0.4"
  1585. }
  1586. },
  1587. "node_modules/@csstools/css-color-parser": {
  1588. "version": "3.1.0",
  1589. "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-3.1.0.tgz",
  1590. "integrity": "sha512-nbtKwh3a6xNVIp/VRuXV64yTKnb1IjTAEEh3irzS+HkKjAOYLTGNb9pmVNntZ8iVBHcWDA2Dof0QtPgFI1BaTA==",
  1591. "dev": true,
  1592. "funding": [
  1593. {
  1594. "type": "github",
  1595. "url": "https://github.com/sponsors/csstools"
  1596. },
  1597. {
  1598. "type": "opencollective",
  1599. "url": "https://opencollective.com/csstools"
  1600. }
  1601. ],
  1602. "license": "MIT",
  1603. "dependencies": {
  1604. "@csstools/color-helpers": "^5.1.0",
  1605. "@csstools/css-calc": "^2.1.4"
  1606. },
  1607. "engines": {
  1608. "node": ">=18"
  1609. },
  1610. "peerDependencies": {
  1611. "@csstools/css-parser-algorithms": "^3.0.5",
  1612. "@csstools/css-tokenizer": "^3.0.4"
  1613. }
  1614. },
  1615. "node_modules/@csstools/css-parser-algorithms": {
  1616. "version": "3.0.5",
  1617. "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.5.tgz",
  1618. "integrity": "sha512-DaDeUkXZKjdGhgYaHNJTV9pV7Y9B3b644jCLs9Upc3VeNGg6LWARAT6O+Q+/COo+2gg/bM5rhpMAtf70WqfBdQ==",
  1619. "dev": true,
  1620. "funding": [
  1621. {
  1622. "type": "github",
  1623. "url": "https://github.com/sponsors/csstools"
  1624. },
  1625. {
  1626. "type": "opencollective",
  1627. "url": "https://opencollective.com/csstools"
  1628. }
  1629. ],
  1630. "license": "MIT",
  1631. "engines": {
  1632. "node": ">=18"
  1633. },
  1634. "peerDependencies": {
  1635. "@csstools/css-tokenizer": "^3.0.4"
  1636. }
  1637. },
  1638. "node_modules/@csstools/css-tokenizer": {
  1639. "version": "3.0.4",
  1640. "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.4.tgz",
  1641. "integrity": "sha512-Vd/9EVDiu6PPJt9yAh6roZP6El1xHrdvIVGjyBsHR0RYwNHgL7FJPyIIW4fANJNG6FtyZfvlRPpFI4ZM/lubvw==",
  1642. "dev": true,
  1643. "funding": [
  1644. {
  1645. "type": "github",
  1646. "url": "https://github.com/sponsors/csstools"
  1647. },
  1648. {
  1649. "type": "opencollective",
  1650. "url": "https://opencollective.com/csstools"
  1651. }
  1652. ],
  1653. "license": "MIT",
  1654. "engines": {
  1655. "node": ">=18"
  1656. }
  1657. },
  1658. "node_modules/@ctrl/tinycolor": {
  1659. "version": "3.6.1",
  1660. "resolved": "https://registry.npmmirror.com/@ctrl/tinycolor/-/tinycolor-3.6.1.tgz",
  1661. "integrity": "sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==",
  1662. "license": "MIT",
  1663. "engines": {
  1664. "node": ">=10"
  1665. }
  1666. },
  1667. "node_modules/@element-plus/icons-vue": {
  1668. "version": "2.3.1",
  1669. "resolved": "https://registry.npmjs.org/@element-plus/icons-vue/-/icons-vue-2.3.1.tgz",
  1670. "integrity": "sha512-XxVUZv48RZAd87ucGS48jPf6pKu0yV5UCg9f4FFwtrYxXOwWuVJo6wOvSLKEoMQKjv8GsX/mhP6UsC1lRwbUWg==",
  1671. "license": "MIT",
  1672. "peerDependencies": {
  1673. "vue": "^3.2.0"
  1674. }
  1675. },
  1676. "node_modules/@elevenlabs/cli": {
  1677. "version": "0.3.3",
  1678. "resolved": "https://registry.npmjs.org/@elevenlabs/cli/-/cli-0.3.3.tgz",
  1679. "integrity": "sha512-93uNEoRHA+T/V+gNysfXy+2OAmco82jJKdiLamMAMiGlGI1huiQjhcAUI9+ip5bIKT4cRqCARhMO43vduUI/vg==",
  1680. "license": "MIT",
  1681. "dependencies": {
  1682. "@elevenlabs/elevenlabs-js": "2.26.0",
  1683. "@inkjs/ui": "^2.0.0",
  1684. "@types/read": "^0.0.32",
  1685. "chalk": "^5.3.0",
  1686. "commander": "^11.1.0",
  1687. "dotenv": "^16.3.1",
  1688. "fs-extra": "^11.1.1",
  1689. "ink": "^6.0.0",
  1690. "ink-big-text": "^2.0.0",
  1691. "ink-gradient": "^3.0.0",
  1692. "ink-select-input": "^6.0.0",
  1693. "ink-spinner": "^5.0.0",
  1694. "ink-text-input": "^6.0.0",
  1695. "react": "19.2.1",
  1696. "read": "^4.1.0"
  1697. },
  1698. "bin": {
  1699. "elevenlabs": "bin/elevenlabs"
  1700. },
  1701. "engines": {
  1702. "node": ">=16.0.0"
  1703. }
  1704. },
  1705. "node_modules/@elevenlabs/cli/node_modules/chalk": {
  1706. "version": "5.6.2",
  1707. "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
  1708. "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
  1709. "license": "MIT",
  1710. "engines": {
  1711. "node": "^12.17.0 || ^14.13 || >=16.0.0"
  1712. },
  1713. "funding": {
  1714. "url": "https://github.com/chalk/chalk?sponsor=1"
  1715. }
  1716. },
  1717. "node_modules/@elevenlabs/cli/node_modules/commander": {
  1718. "version": "11.1.0",
  1719. "resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz",
  1720. "integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==",
  1721. "license": "MIT",
  1722. "engines": {
  1723. "node": ">=16"
  1724. }
  1725. },
  1726. "node_modules/@elevenlabs/elevenlabs-js": {
  1727. "version": "2.26.0",
  1728. "resolved": "https://registry.npmjs.org/@elevenlabs/elevenlabs-js/-/elevenlabs-js-2.26.0.tgz",
  1729. "integrity": "sha512-MkRV1/bIhIKWSZ2y79q83+6AEhZfznfAHYMPq+H0Dm016mEOUq6YQNhGdpLJkzLQ3G6yJMHVkXQIyLZvZkzPRg==",
  1730. "license": "MIT",
  1731. "dependencies": {
  1732. "command-exists": "^1.2.9",
  1733. "node-fetch": "^2.7.0",
  1734. "ws": "^8.18.3"
  1735. },
  1736. "engines": {
  1737. "node": ">=18.0.0"
  1738. }
  1739. },
  1740. "node_modules/@esbuild/aix-ppc64": {
  1741. "version": "0.25.5",
  1742. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.25.5.tgz",
  1743. "integrity": "sha512-9o3TMmpmftaCMepOdA5k/yDw8SfInyzWWTjYTFCX3kPSDJMROQTb8jg+h9Cnwnmm1vOzvxN7gIfB5V2ewpjtGA==",
  1744. "cpu": [
  1745. "ppc64"
  1746. ],
  1747. "license": "MIT",
  1748. "optional": true,
  1749. "os": [
  1750. "aix"
  1751. ],
  1752. "engines": {
  1753. "node": ">=18"
  1754. }
  1755. },
  1756. "node_modules/@esbuild/android-arm": {
  1757. "version": "0.25.5",
  1758. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.25.5.tgz",
  1759. "integrity": "sha512-AdJKSPeEHgi7/ZhuIPtcQKr5RQdo6OO2IL87JkianiMYMPbCtot9fxPbrMiBADOWWm3T2si9stAiVsGbTQFkbA==",
  1760. "cpu": [
  1761. "arm"
  1762. ],
  1763. "license": "MIT",
  1764. "optional": true,
  1765. "os": [
  1766. "android"
  1767. ],
  1768. "engines": {
  1769. "node": ">=18"
  1770. }
  1771. },
  1772. "node_modules/@esbuild/android-arm64": {
  1773. "version": "0.25.5",
  1774. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.25.5.tgz",
  1775. "integrity": "sha512-VGzGhj4lJO+TVGV1v8ntCZWJktV7SGCs3Pn1GRWI1SBFtRALoomm8k5E9Pmwg3HOAal2VDc2F9+PM/rEY6oIDg==",
  1776. "cpu": [
  1777. "arm64"
  1778. ],
  1779. "license": "MIT",
  1780. "optional": true,
  1781. "os": [
  1782. "android"
  1783. ],
  1784. "engines": {
  1785. "node": ">=18"
  1786. }
  1787. },
  1788. "node_modules/@esbuild/android-x64": {
  1789. "version": "0.25.5",
  1790. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.25.5.tgz",
  1791. "integrity": "sha512-D2GyJT1kjvO//drbRT3Hib9XPwQeWd9vZoBJn+bu/lVsOZ13cqNdDeqIF/xQ5/VmWvMduP6AmXvylO/PIc2isw==",
  1792. "cpu": [
  1793. "x64"
  1794. ],
  1795. "license": "MIT",
  1796. "optional": true,
  1797. "os": [
  1798. "android"
  1799. ],
  1800. "engines": {
  1801. "node": ">=18"
  1802. }
  1803. },
  1804. "node_modules/@esbuild/darwin-arm64": {
  1805. "version": "0.25.5",
  1806. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.25.5.tgz",
  1807. "integrity": "sha512-GtaBgammVvdF7aPIgH2jxMDdivezgFu6iKpmT+48+F8Hhg5J/sfnDieg0aeG/jfSvkYQU2/pceFPDKlqZzwnfQ==",
  1808. "cpu": [
  1809. "arm64"
  1810. ],
  1811. "license": "MIT",
  1812. "optional": true,
  1813. "os": [
  1814. "darwin"
  1815. ],
  1816. "engines": {
  1817. "node": ">=18"
  1818. }
  1819. },
  1820. "node_modules/@esbuild/darwin-x64": {
  1821. "version": "0.25.5",
  1822. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.25.5.tgz",
  1823. "integrity": "sha512-1iT4FVL0dJ76/q1wd7XDsXrSW+oLoquptvh4CLR4kITDtqi2e/xwXwdCVH8hVHU43wgJdsq7Gxuzcs6Iq/7bxQ==",
  1824. "cpu": [
  1825. "x64"
  1826. ],
  1827. "license": "MIT",
  1828. "optional": true,
  1829. "os": [
  1830. "darwin"
  1831. ],
  1832. "engines": {
  1833. "node": ">=18"
  1834. }
  1835. },
  1836. "node_modules/@esbuild/freebsd-arm64": {
  1837. "version": "0.25.5",
  1838. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.5.tgz",
  1839. "integrity": "sha512-nk4tGP3JThz4La38Uy/gzyXtpkPW8zSAmoUhK9xKKXdBCzKODMc2adkB2+8om9BDYugz+uGV7sLmpTYzvmz6Sw==",
  1840. "cpu": [
  1841. "arm64"
  1842. ],
  1843. "license": "MIT",
  1844. "optional": true,
  1845. "os": [
  1846. "freebsd"
  1847. ],
  1848. "engines": {
  1849. "node": ">=18"
  1850. }
  1851. },
  1852. "node_modules/@esbuild/freebsd-x64": {
  1853. "version": "0.25.5",
  1854. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.25.5.tgz",
  1855. "integrity": "sha512-PrikaNjiXdR2laW6OIjlbeuCPrPaAl0IwPIaRv+SMV8CiM8i2LqVUHFC1+8eORgWyY7yhQY+2U2fA55mBzReaw==",
  1856. "cpu": [
  1857. "x64"
  1858. ],
  1859. "license": "MIT",
  1860. "optional": true,
  1861. "os": [
  1862. "freebsd"
  1863. ],
  1864. "engines": {
  1865. "node": ">=18"
  1866. }
  1867. },
  1868. "node_modules/@esbuild/linux-arm": {
  1869. "version": "0.25.5",
  1870. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.25.5.tgz",
  1871. "integrity": "sha512-cPzojwW2okgh7ZlRpcBEtsX7WBuqbLrNXqLU89GxWbNt6uIg78ET82qifUy3W6OVww6ZWobWub5oqZOVtwolfw==",
  1872. "cpu": [
  1873. "arm"
  1874. ],
  1875. "license": "MIT",
  1876. "optional": true,
  1877. "os": [
  1878. "linux"
  1879. ],
  1880. "engines": {
  1881. "node": ">=18"
  1882. }
  1883. },
  1884. "node_modules/@esbuild/linux-arm64": {
  1885. "version": "0.25.5",
  1886. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.25.5.tgz",
  1887. "integrity": "sha512-Z9kfb1v6ZlGbWj8EJk9T6czVEjjq2ntSYLY2cw6pAZl4oKtfgQuS4HOq41M/BcoLPzrUbNd+R4BXFyH//nHxVg==",
  1888. "cpu": [
  1889. "arm64"
  1890. ],
  1891. "license": "MIT",
  1892. "optional": true,
  1893. "os": [
  1894. "linux"
  1895. ],
  1896. "engines": {
  1897. "node": ">=18"
  1898. }
  1899. },
  1900. "node_modules/@esbuild/linux-ia32": {
  1901. "version": "0.25.5",
  1902. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.25.5.tgz",
  1903. "integrity": "sha512-sQ7l00M8bSv36GLV95BVAdhJ2QsIbCuCjh/uYrWiMQSUuV+LpXwIqhgJDcvMTj+VsQmqAHL2yYaasENvJ7CDKA==",
  1904. "cpu": [
  1905. "ia32"
  1906. ],
  1907. "license": "MIT",
  1908. "optional": true,
  1909. "os": [
  1910. "linux"
  1911. ],
  1912. "engines": {
  1913. "node": ">=18"
  1914. }
  1915. },
  1916. "node_modules/@esbuild/linux-loong64": {
  1917. "version": "0.25.5",
  1918. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.25.5.tgz",
  1919. "integrity": "sha512-0ur7ae16hDUC4OL5iEnDb0tZHDxYmuQyhKhsPBV8f99f6Z9KQM02g33f93rNH5A30agMS46u2HP6qTdEt6Q1kg==",
  1920. "cpu": [
  1921. "loong64"
  1922. ],
  1923. "license": "MIT",
  1924. "optional": true,
  1925. "os": [
  1926. "linux"
  1927. ],
  1928. "engines": {
  1929. "node": ">=18"
  1930. }
  1931. },
  1932. "node_modules/@esbuild/linux-mips64el": {
  1933. "version": "0.25.5",
  1934. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.25.5.tgz",
  1935. "integrity": "sha512-kB/66P1OsHO5zLz0i6X0RxlQ+3cu0mkxS3TKFvkb5lin6uwZ/ttOkP3Z8lfR9mJOBk14ZwZ9182SIIWFGNmqmg==",
  1936. "cpu": [
  1937. "mips64el"
  1938. ],
  1939. "license": "MIT",
  1940. "optional": true,
  1941. "os": [
  1942. "linux"
  1943. ],
  1944. "engines": {
  1945. "node": ">=18"
  1946. }
  1947. },
  1948. "node_modules/@esbuild/linux-ppc64": {
  1949. "version": "0.25.5",
  1950. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.25.5.tgz",
  1951. "integrity": "sha512-UZCmJ7r9X2fe2D6jBmkLBMQetXPXIsZjQJCjgwpVDz+YMcS6oFR27alkgGv3Oqkv07bxdvw7fyB71/olceJhkQ==",
  1952. "cpu": [
  1953. "ppc64"
  1954. ],
  1955. "license": "MIT",
  1956. "optional": true,
  1957. "os": [
  1958. "linux"
  1959. ],
  1960. "engines": {
  1961. "node": ">=18"
  1962. }
  1963. },
  1964. "node_modules/@esbuild/linux-riscv64": {
  1965. "version": "0.25.5",
  1966. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.25.5.tgz",
  1967. "integrity": "sha512-kTxwu4mLyeOlsVIFPfQo+fQJAV9mh24xL+y+Bm6ej067sYANjyEw1dNHmvoqxJUCMnkBdKpvOn0Ahql6+4VyeA==",
  1968. "cpu": [
  1969. "riscv64"
  1970. ],
  1971. "license": "MIT",
  1972. "optional": true,
  1973. "os": [
  1974. "linux"
  1975. ],
  1976. "engines": {
  1977. "node": ">=18"
  1978. }
  1979. },
  1980. "node_modules/@esbuild/linux-s390x": {
  1981. "version": "0.25.5",
  1982. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.25.5.tgz",
  1983. "integrity": "sha512-K2dSKTKfmdh78uJ3NcWFiqyRrimfdinS5ErLSn3vluHNeHVnBAFWC8a4X5N+7FgVE1EjXS1QDZbpqZBjfrqMTQ==",
  1984. "cpu": [
  1985. "s390x"
  1986. ],
  1987. "license": "MIT",
  1988. "optional": true,
  1989. "os": [
  1990. "linux"
  1991. ],
  1992. "engines": {
  1993. "node": ">=18"
  1994. }
  1995. },
  1996. "node_modules/@esbuild/linux-x64": {
  1997. "version": "0.25.5",
  1998. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.25.5.tgz",
  1999. "integrity": "sha512-uhj8N2obKTE6pSZ+aMUbqq+1nXxNjZIIjCjGLfsWvVpy7gKCOL6rsY1MhRh9zLtUtAI7vpgLMK6DxjO8Qm9lJw==",
  2000. "cpu": [
  2001. "x64"
  2002. ],
  2003. "license": "MIT",
  2004. "optional": true,
  2005. "os": [
  2006. "linux"
  2007. ],
  2008. "engines": {
  2009. "node": ">=18"
  2010. }
  2011. },
  2012. "node_modules/@esbuild/netbsd-arm64": {
  2013. "version": "0.25.5",
  2014. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.5.tgz",
  2015. "integrity": "sha512-pwHtMP9viAy1oHPvgxtOv+OkduK5ugofNTVDilIzBLpoWAM16r7b/mxBvfpuQDpRQFMfuVr5aLcn4yveGvBZvw==",
  2016. "cpu": [
  2017. "arm64"
  2018. ],
  2019. "license": "MIT",
  2020. "optional": true,
  2021. "os": [
  2022. "netbsd"
  2023. ],
  2024. "engines": {
  2025. "node": ">=18"
  2026. }
  2027. },
  2028. "node_modules/@esbuild/netbsd-x64": {
  2029. "version": "0.25.5",
  2030. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.25.5.tgz",
  2031. "integrity": "sha512-WOb5fKrvVTRMfWFNCroYWWklbnXH0Q5rZppjq0vQIdlsQKuw6mdSihwSo4RV/YdQ5UCKKvBy7/0ZZYLBZKIbwQ==",
  2032. "cpu": [
  2033. "x64"
  2034. ],
  2035. "license": "MIT",
  2036. "optional": true,
  2037. "os": [
  2038. "netbsd"
  2039. ],
  2040. "engines": {
  2041. "node": ">=18"
  2042. }
  2043. },
  2044. "node_modules/@esbuild/openbsd-arm64": {
  2045. "version": "0.25.5",
  2046. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.5.tgz",
  2047. "integrity": "sha512-7A208+uQKgTxHd0G0uqZO8UjK2R0DDb4fDmERtARjSHWxqMTye4Erz4zZafx7Di9Cv+lNHYuncAkiGFySoD+Mw==",
  2048. "cpu": [
  2049. "arm64"
  2050. ],
  2051. "license": "MIT",
  2052. "optional": true,
  2053. "os": [
  2054. "openbsd"
  2055. ],
  2056. "engines": {
  2057. "node": ">=18"
  2058. }
  2059. },
  2060. "node_modules/@esbuild/openbsd-x64": {
  2061. "version": "0.25.5",
  2062. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.25.5.tgz",
  2063. "integrity": "sha512-G4hE405ErTWraiZ8UiSoesH8DaCsMm0Cay4fsFWOOUcz8b8rC6uCvnagr+gnioEjWn0wC+o1/TAHt+It+MpIMg==",
  2064. "cpu": [
  2065. "x64"
  2066. ],
  2067. "license": "MIT",
  2068. "optional": true,
  2069. "os": [
  2070. "openbsd"
  2071. ],
  2072. "engines": {
  2073. "node": ">=18"
  2074. }
  2075. },
  2076. "node_modules/@esbuild/sunos-x64": {
  2077. "version": "0.25.5",
  2078. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.25.5.tgz",
  2079. "integrity": "sha512-l+azKShMy7FxzY0Rj4RCt5VD/q8mG/e+mDivgspo+yL8zW7qEwctQ6YqKX34DTEleFAvCIUviCFX1SDZRSyMQA==",
  2080. "cpu": [
  2081. "x64"
  2082. ],
  2083. "license": "MIT",
  2084. "optional": true,
  2085. "os": [
  2086. "sunos"
  2087. ],
  2088. "engines": {
  2089. "node": ">=18"
  2090. }
  2091. },
  2092. "node_modules/@esbuild/win32-arm64": {
  2093. "version": "0.25.5",
  2094. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.25.5.tgz",
  2095. "integrity": "sha512-O2S7SNZzdcFG7eFKgvwUEZ2VG9D/sn/eIiz8XRZ1Q/DO5a3s76Xv0mdBzVM5j5R639lXQmPmSo0iRpHqUUrsxw==",
  2096. "cpu": [
  2097. "arm64"
  2098. ],
  2099. "license": "MIT",
  2100. "optional": true,
  2101. "os": [
  2102. "win32"
  2103. ],
  2104. "engines": {
  2105. "node": ">=18"
  2106. }
  2107. },
  2108. "node_modules/@esbuild/win32-ia32": {
  2109. "version": "0.25.5",
  2110. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.25.5.tgz",
  2111. "integrity": "sha512-onOJ02pqs9h1iMJ1PQphR+VZv8qBMQ77Klcsqv9CNW2w6yLqoURLcgERAIurY6QE63bbLuqgP9ATqajFLK5AMQ==",
  2112. "cpu": [
  2113. "ia32"
  2114. ],
  2115. "license": "MIT",
  2116. "optional": true,
  2117. "os": [
  2118. "win32"
  2119. ],
  2120. "engines": {
  2121. "node": ">=18"
  2122. }
  2123. },
  2124. "node_modules/@esbuild/win32-x64": {
  2125. "version": "0.25.5",
  2126. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.25.5.tgz",
  2127. "integrity": "sha512-TXv6YnJ8ZMVdX+SXWVBo/0p8LTcrUYngpWjvm91TMjjBQii7Oz11Lw5lbDV5Y0TzuhSJHwiH4hEtC1I42mMS0g==",
  2128. "cpu": [
  2129. "x64"
  2130. ],
  2131. "license": "MIT",
  2132. "optional": true,
  2133. "os": [
  2134. "win32"
  2135. ],
  2136. "engines": {
  2137. "node": ">=18"
  2138. }
  2139. },
  2140. "node_modules/@eslint-community/eslint-utils": {
  2141. "version": "4.7.0",
  2142. "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
  2143. "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
  2144. "dev": true,
  2145. "license": "MIT",
  2146. "dependencies": {
  2147. "eslint-visitor-keys": "^3.4.3"
  2148. },
  2149. "engines": {
  2150. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2151. },
  2152. "funding": {
  2153. "url": "https://opencollective.com/eslint"
  2154. },
  2155. "peerDependencies": {
  2156. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  2157. }
  2158. },
  2159. "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
  2160. "version": "3.4.3",
  2161. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  2162. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  2163. "dev": true,
  2164. "license": "Apache-2.0",
  2165. "engines": {
  2166. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2167. },
  2168. "funding": {
  2169. "url": "https://opencollective.com/eslint"
  2170. }
  2171. },
  2172. "node_modules/@eslint-community/regexpp": {
  2173. "version": "4.12.1",
  2174. "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz",
  2175. "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==",
  2176. "dev": true,
  2177. "license": "MIT",
  2178. "engines": {
  2179. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  2180. }
  2181. },
  2182. "node_modules/@eslint/config-array": {
  2183. "version": "0.21.0",
  2184. "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.0.tgz",
  2185. "integrity": "sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==",
  2186. "dev": true,
  2187. "license": "Apache-2.0",
  2188. "dependencies": {
  2189. "@eslint/object-schema": "^2.1.6",
  2190. "debug": "^4.3.1",
  2191. "minimatch": "^3.1.2"
  2192. },
  2193. "engines": {
  2194. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2195. }
  2196. },
  2197. "node_modules/@eslint/config-helpers": {
  2198. "version": "0.3.0",
  2199. "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.3.0.tgz",
  2200. "integrity": "sha512-ViuymvFmcJi04qdZeDc2whTHryouGcDlaxPqarTD0ZE10ISpxGUVZGZDx4w01upyIynL3iu6IXH2bS1NhclQMw==",
  2201. "dev": true,
  2202. "license": "Apache-2.0",
  2203. "engines": {
  2204. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2205. }
  2206. },
  2207. "node_modules/@eslint/core": {
  2208. "version": "0.15.1",
  2209. "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.15.1.tgz",
  2210. "integrity": "sha512-bkOp+iumZCCbt1K1CmWf0R9pM5yKpDv+ZXtvSyQpudrI9kuFLp+bM2WOPXImuD/ceQuaa8f5pj93Y7zyECIGNA==",
  2211. "dev": true,
  2212. "license": "Apache-2.0",
  2213. "dependencies": {
  2214. "@types/json-schema": "^7.0.15"
  2215. },
  2216. "engines": {
  2217. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2218. }
  2219. },
  2220. "node_modules/@eslint/eslintrc": {
  2221. "version": "3.3.1",
  2222. "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
  2223. "integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
  2224. "dev": true,
  2225. "license": "MIT",
  2226. "dependencies": {
  2227. "ajv": "^6.12.4",
  2228. "debug": "^4.3.2",
  2229. "espree": "^10.0.1",
  2230. "globals": "^14.0.0",
  2231. "ignore": "^5.2.0",
  2232. "import-fresh": "^3.2.1",
  2233. "js-yaml": "^4.1.0",
  2234. "minimatch": "^3.1.2",
  2235. "strip-json-comments": "^3.1.1"
  2236. },
  2237. "engines": {
  2238. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2239. },
  2240. "funding": {
  2241. "url": "https://opencollective.com/eslint"
  2242. }
  2243. },
  2244. "node_modules/@eslint/js": {
  2245. "version": "9.32.0",
  2246. "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.32.0.tgz",
  2247. "integrity": "sha512-BBpRFZK3eX6uMLKz8WxFOBIFFcGFJ/g8XuwjTHCqHROSIsopI+ddn/d5Cfh36+7+e5edVS8dbSHnBNhrLEX0zg==",
  2248. "dev": true,
  2249. "license": "MIT",
  2250. "engines": {
  2251. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2252. },
  2253. "funding": {
  2254. "url": "https://eslint.org/donate"
  2255. }
  2256. },
  2257. "node_modules/@eslint/object-schema": {
  2258. "version": "2.1.6",
  2259. "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.6.tgz",
  2260. "integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==",
  2261. "dev": true,
  2262. "license": "Apache-2.0",
  2263. "engines": {
  2264. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2265. }
  2266. },
  2267. "node_modules/@eslint/plugin-kit": {
  2268. "version": "0.3.4",
  2269. "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.3.4.tgz",
  2270. "integrity": "sha512-Ul5l+lHEcw3L5+k8POx6r74mxEYKG5kOb6Xpy2gCRW6zweT6TEhAf8vhxGgjhqrd/VO/Dirhsb+1hNpD1ue9hw==",
  2271. "dev": true,
  2272. "license": "Apache-2.0",
  2273. "dependencies": {
  2274. "@eslint/core": "^0.15.1",
  2275. "levn": "^0.4.1"
  2276. },
  2277. "engines": {
  2278. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2279. }
  2280. },
  2281. "node_modules/@floating-ui/core": {
  2282. "version": "1.7.2",
  2283. "resolved": "https://registry.npmmirror.com/@floating-ui/core/-/core-1.7.2.tgz",
  2284. "integrity": "sha512-wNB5ooIKHQc+Kui96jE/n69rHFWAVoxn5CAzL1Xdd8FG03cgY3MLO+GF9U3W737fYDSgPWA6MReKhBQBop6Pcw==",
  2285. "license": "MIT",
  2286. "dependencies": {
  2287. "@floating-ui/utils": "^0.2.10"
  2288. }
  2289. },
  2290. "node_modules/@floating-ui/dom": {
  2291. "version": "1.7.2",
  2292. "resolved": "https://registry.npmmirror.com/@floating-ui/dom/-/dom-1.7.2.tgz",
  2293. "integrity": "sha512-7cfaOQuCS27HD7DX+6ib2OrnW+b4ZBwDNnCcT0uTyidcmyWb03FnQqJybDBoCnpdxwBSfA94UAYlRCt7mV+TbA==",
  2294. "license": "MIT",
  2295. "dependencies": {
  2296. "@floating-ui/core": "^1.7.2",
  2297. "@floating-ui/utils": "^0.2.10"
  2298. }
  2299. },
  2300. "node_modules/@floating-ui/utils": {
  2301. "version": "0.2.10",
  2302. "resolved": "https://registry.npmmirror.com/@floating-ui/utils/-/utils-0.2.10.tgz",
  2303. "integrity": "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==",
  2304. "license": "MIT"
  2305. },
  2306. "node_modules/@humanfs/core": {
  2307. "version": "0.19.1",
  2308. "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
  2309. "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
  2310. "dev": true,
  2311. "license": "Apache-2.0",
  2312. "engines": {
  2313. "node": ">=18.18.0"
  2314. }
  2315. },
  2316. "node_modules/@humanfs/node": {
  2317. "version": "0.16.6",
  2318. "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.6.tgz",
  2319. "integrity": "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==",
  2320. "dev": true,
  2321. "license": "Apache-2.0",
  2322. "dependencies": {
  2323. "@humanfs/core": "^0.19.1",
  2324. "@humanwhocodes/retry": "^0.3.0"
  2325. },
  2326. "engines": {
  2327. "node": ">=18.18.0"
  2328. }
  2329. },
  2330. "node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": {
  2331. "version": "0.3.1",
  2332. "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz",
  2333. "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==",
  2334. "dev": true,
  2335. "license": "Apache-2.0",
  2336. "engines": {
  2337. "node": ">=18.18"
  2338. },
  2339. "funding": {
  2340. "type": "github",
  2341. "url": "https://github.com/sponsors/nzakas"
  2342. }
  2343. },
  2344. "node_modules/@humanwhocodes/module-importer": {
  2345. "version": "1.0.1",
  2346. "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  2347. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  2348. "dev": true,
  2349. "license": "Apache-2.0",
  2350. "engines": {
  2351. "node": ">=12.22"
  2352. },
  2353. "funding": {
  2354. "type": "github",
  2355. "url": "https://github.com/sponsors/nzakas"
  2356. }
  2357. },
  2358. "node_modules/@humanwhocodes/retry": {
  2359. "version": "0.4.3",
  2360. "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
  2361. "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
  2362. "dev": true,
  2363. "license": "Apache-2.0",
  2364. "engines": {
  2365. "node": ">=18.18"
  2366. },
  2367. "funding": {
  2368. "type": "github",
  2369. "url": "https://github.com/sponsors/nzakas"
  2370. }
  2371. },
  2372. "node_modules/@inkjs/ui": {
  2373. "version": "2.0.0",
  2374. "resolved": "https://registry.npmjs.org/@inkjs/ui/-/ui-2.0.0.tgz",
  2375. "integrity": "sha512-5+8fJmwtF9UvikzLfph9sA+LS+l37Ij/szQltkuXLOAXwNkBX9innfzh4pLGXIB59vKEQUtc6D4qGvhD7h3pAg==",
  2376. "license": "MIT",
  2377. "dependencies": {
  2378. "chalk": "^5.3.0",
  2379. "cli-spinners": "^3.0.0",
  2380. "deepmerge": "^4.3.1",
  2381. "figures": "^6.1.0"
  2382. },
  2383. "engines": {
  2384. "node": ">=18"
  2385. },
  2386. "peerDependencies": {
  2387. "ink": ">=5"
  2388. }
  2389. },
  2390. "node_modules/@inkjs/ui/node_modules/chalk": {
  2391. "version": "5.6.2",
  2392. "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
  2393. "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
  2394. "license": "MIT",
  2395. "engines": {
  2396. "node": "^12.17.0 || ^14.13 || >=16.0.0"
  2397. },
  2398. "funding": {
  2399. "url": "https://github.com/chalk/chalk?sponsor=1"
  2400. }
  2401. },
  2402. "node_modules/@jridgewell/gen-mapping": {
  2403. "version": "0.3.12",
  2404. "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.12.tgz",
  2405. "integrity": "sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==",
  2406. "license": "MIT",
  2407. "dependencies": {
  2408. "@jridgewell/sourcemap-codec": "^1.5.0",
  2409. "@jridgewell/trace-mapping": "^0.3.24"
  2410. }
  2411. },
  2412. "node_modules/@jridgewell/resolve-uri": {
  2413. "version": "3.1.2",
  2414. "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  2415. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  2416. "license": "MIT",
  2417. "engines": {
  2418. "node": ">=6.0.0"
  2419. }
  2420. },
  2421. "node_modules/@jridgewell/source-map": {
  2422. "version": "0.3.10",
  2423. "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.10.tgz",
  2424. "integrity": "sha512-0pPkgz9dY+bijgistcTTJ5mR+ocqRXLuhXHYdzoMmmoJ2C9S46RCm2GMUbatPEUK9Yjy26IrAy8D/M00lLkv+Q==",
  2425. "license": "MIT",
  2426. "peer": true,
  2427. "dependencies": {
  2428. "@jridgewell/gen-mapping": "^0.3.5",
  2429. "@jridgewell/trace-mapping": "^0.3.25"
  2430. }
  2431. },
  2432. "node_modules/@jridgewell/sourcemap-codec": {
  2433. "version": "1.5.2",
  2434. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.2.tgz",
  2435. "integrity": "sha512-gKYheCylLIedI+CSZoDtGkFV9YEBxRRVcfCH7OfAqh4TyUyRjEE6WVE/aXDXX0p8BIe/QgLcaAoI0220KRRFgg==",
  2436. "license": "MIT"
  2437. },
  2438. "node_modules/@jridgewell/trace-mapping": {
  2439. "version": "0.3.29",
  2440. "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.29.tgz",
  2441. "integrity": "sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==",
  2442. "license": "MIT",
  2443. "dependencies": {
  2444. "@jridgewell/resolve-uri": "^3.1.0",
  2445. "@jridgewell/sourcemap-codec": "^1.4.14"
  2446. }
  2447. },
  2448. "node_modules/@microsoft/fetch-event-source": {
  2449. "version": "2.0.1",
  2450. "resolved": "https://registry.npmmirror.com/@microsoft/fetch-event-source/-/fetch-event-source-2.0.1.tgz",
  2451. "integrity": "sha512-W6CLUJ2eBMw3Rec70qrsEW0jOm/3twwJv21mrmj2yORiaVmVYGS4sSS5yUwvQc1ZlDLYGPnClVWmUUMagKNsfA==",
  2452. "license": "MIT"
  2453. },
  2454. "node_modules/@parcel/watcher": {
  2455. "version": "2.5.1",
  2456. "resolved": "https://registry.npmmirror.com/@parcel/watcher/-/watcher-2.5.1.tgz",
  2457. "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==",
  2458. "hasInstallScript": true,
  2459. "license": "MIT",
  2460. "optional": true,
  2461. "dependencies": {
  2462. "detect-libc": "^1.0.3",
  2463. "is-glob": "^4.0.3",
  2464. "micromatch": "^4.0.5",
  2465. "node-addon-api": "^7.0.0"
  2466. },
  2467. "engines": {
  2468. "node": ">= 10.0.0"
  2469. },
  2470. "funding": {
  2471. "type": "opencollective",
  2472. "url": "https://opencollective.com/parcel"
  2473. },
  2474. "optionalDependencies": {
  2475. "@parcel/watcher-android-arm64": "2.5.1",
  2476. "@parcel/watcher-darwin-arm64": "2.5.1",
  2477. "@parcel/watcher-darwin-x64": "2.5.1",
  2478. "@parcel/watcher-freebsd-x64": "2.5.1",
  2479. "@parcel/watcher-linux-arm-glibc": "2.5.1",
  2480. "@parcel/watcher-linux-arm-musl": "2.5.1",
  2481. "@parcel/watcher-linux-arm64-glibc": "2.5.1",
  2482. "@parcel/watcher-linux-arm64-musl": "2.5.1",
  2483. "@parcel/watcher-linux-x64-glibc": "2.5.1",
  2484. "@parcel/watcher-linux-x64-musl": "2.5.1",
  2485. "@parcel/watcher-win32-arm64": "2.5.1",
  2486. "@parcel/watcher-win32-ia32": "2.5.1",
  2487. "@parcel/watcher-win32-x64": "2.5.1"
  2488. }
  2489. },
  2490. "node_modules/@parcel/watcher-android-arm64": {
  2491. "version": "2.5.1",
  2492. "resolved": "https://registry.npmmirror.com/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz",
  2493. "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==",
  2494. "cpu": [
  2495. "arm64"
  2496. ],
  2497. "license": "MIT",
  2498. "optional": true,
  2499. "os": [
  2500. "android"
  2501. ],
  2502. "engines": {
  2503. "node": ">= 10.0.0"
  2504. },
  2505. "funding": {
  2506. "type": "opencollective",
  2507. "url": "https://opencollective.com/parcel"
  2508. }
  2509. },
  2510. "node_modules/@parcel/watcher-darwin-arm64": {
  2511. "version": "2.5.1",
  2512. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz",
  2513. "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==",
  2514. "cpu": [
  2515. "arm64"
  2516. ],
  2517. "license": "MIT",
  2518. "optional": true,
  2519. "os": [
  2520. "darwin"
  2521. ],
  2522. "engines": {
  2523. "node": ">= 10.0.0"
  2524. },
  2525. "funding": {
  2526. "type": "opencollective",
  2527. "url": "https://opencollective.com/parcel"
  2528. }
  2529. },
  2530. "node_modules/@parcel/watcher-darwin-x64": {
  2531. "version": "2.5.1",
  2532. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz",
  2533. "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==",
  2534. "cpu": [
  2535. "x64"
  2536. ],
  2537. "license": "MIT",
  2538. "optional": true,
  2539. "os": [
  2540. "darwin"
  2541. ],
  2542. "engines": {
  2543. "node": ">= 10.0.0"
  2544. },
  2545. "funding": {
  2546. "type": "opencollective",
  2547. "url": "https://opencollective.com/parcel"
  2548. }
  2549. },
  2550. "node_modules/@parcel/watcher-freebsd-x64": {
  2551. "version": "2.5.1",
  2552. "resolved": "https://registry.npmmirror.com/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz",
  2553. "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==",
  2554. "cpu": [
  2555. "x64"
  2556. ],
  2557. "license": "MIT",
  2558. "optional": true,
  2559. "os": [
  2560. "freebsd"
  2561. ],
  2562. "engines": {
  2563. "node": ">= 10.0.0"
  2564. },
  2565. "funding": {
  2566. "type": "opencollective",
  2567. "url": "https://opencollective.com/parcel"
  2568. }
  2569. },
  2570. "node_modules/@parcel/watcher-linux-arm-glibc": {
  2571. "version": "2.5.1",
  2572. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz",
  2573. "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==",
  2574. "cpu": [
  2575. "arm"
  2576. ],
  2577. "license": "MIT",
  2578. "optional": true,
  2579. "os": [
  2580. "linux"
  2581. ],
  2582. "engines": {
  2583. "node": ">= 10.0.0"
  2584. },
  2585. "funding": {
  2586. "type": "opencollective",
  2587. "url": "https://opencollective.com/parcel"
  2588. }
  2589. },
  2590. "node_modules/@parcel/watcher-linux-arm-musl": {
  2591. "version": "2.5.1",
  2592. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz",
  2593. "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==",
  2594. "cpu": [
  2595. "arm"
  2596. ],
  2597. "license": "MIT",
  2598. "optional": true,
  2599. "os": [
  2600. "linux"
  2601. ],
  2602. "engines": {
  2603. "node": ">= 10.0.0"
  2604. },
  2605. "funding": {
  2606. "type": "opencollective",
  2607. "url": "https://opencollective.com/parcel"
  2608. }
  2609. },
  2610. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  2611. "version": "2.5.1",
  2612. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz",
  2613. "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==",
  2614. "cpu": [
  2615. "arm64"
  2616. ],
  2617. "license": "MIT",
  2618. "optional": true,
  2619. "os": [
  2620. "linux"
  2621. ],
  2622. "engines": {
  2623. "node": ">= 10.0.0"
  2624. },
  2625. "funding": {
  2626. "type": "opencollective",
  2627. "url": "https://opencollective.com/parcel"
  2628. }
  2629. },
  2630. "node_modules/@parcel/watcher-linux-arm64-musl": {
  2631. "version": "2.5.1",
  2632. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz",
  2633. "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==",
  2634. "cpu": [
  2635. "arm64"
  2636. ],
  2637. "license": "MIT",
  2638. "optional": true,
  2639. "os": [
  2640. "linux"
  2641. ],
  2642. "engines": {
  2643. "node": ">= 10.0.0"
  2644. },
  2645. "funding": {
  2646. "type": "opencollective",
  2647. "url": "https://opencollective.com/parcel"
  2648. }
  2649. },
  2650. "node_modules/@parcel/watcher-linux-x64-glibc": {
  2651. "version": "2.5.1",
  2652. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz",
  2653. "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==",
  2654. "cpu": [
  2655. "x64"
  2656. ],
  2657. "license": "MIT",
  2658. "optional": true,
  2659. "os": [
  2660. "linux"
  2661. ],
  2662. "engines": {
  2663. "node": ">= 10.0.0"
  2664. },
  2665. "funding": {
  2666. "type": "opencollective",
  2667. "url": "https://opencollective.com/parcel"
  2668. }
  2669. },
  2670. "node_modules/@parcel/watcher-linux-x64-musl": {
  2671. "version": "2.5.1",
  2672. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz",
  2673. "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==",
  2674. "cpu": [
  2675. "x64"
  2676. ],
  2677. "license": "MIT",
  2678. "optional": true,
  2679. "os": [
  2680. "linux"
  2681. ],
  2682. "engines": {
  2683. "node": ">= 10.0.0"
  2684. },
  2685. "funding": {
  2686. "type": "opencollective",
  2687. "url": "https://opencollective.com/parcel"
  2688. }
  2689. },
  2690. "node_modules/@parcel/watcher-win32-arm64": {
  2691. "version": "2.5.1",
  2692. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz",
  2693. "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==",
  2694. "cpu": [
  2695. "arm64"
  2696. ],
  2697. "license": "MIT",
  2698. "optional": true,
  2699. "os": [
  2700. "win32"
  2701. ],
  2702. "engines": {
  2703. "node": ">= 10.0.0"
  2704. },
  2705. "funding": {
  2706. "type": "opencollective",
  2707. "url": "https://opencollective.com/parcel"
  2708. }
  2709. },
  2710. "node_modules/@parcel/watcher-win32-ia32": {
  2711. "version": "2.5.1",
  2712. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz",
  2713. "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==",
  2714. "cpu": [
  2715. "ia32"
  2716. ],
  2717. "license": "MIT",
  2718. "optional": true,
  2719. "os": [
  2720. "win32"
  2721. ],
  2722. "engines": {
  2723. "node": ">= 10.0.0"
  2724. },
  2725. "funding": {
  2726. "type": "opencollective",
  2727. "url": "https://opencollective.com/parcel"
  2728. }
  2729. },
  2730. "node_modules/@parcel/watcher-win32-x64": {
  2731. "version": "2.5.1",
  2732. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz",
  2733. "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==",
  2734. "cpu": [
  2735. "x64"
  2736. ],
  2737. "license": "MIT",
  2738. "optional": true,
  2739. "os": [
  2740. "win32"
  2741. ],
  2742. "engines": {
  2743. "node": ">= 10.0.0"
  2744. },
  2745. "funding": {
  2746. "type": "opencollective",
  2747. "url": "https://opencollective.com/parcel"
  2748. }
  2749. },
  2750. "node_modules/@popperjs/core": {
  2751. "name": "@sxzz/popperjs-es",
  2752. "version": "2.11.7",
  2753. "resolved": "https://registry.npmmirror.com/@sxzz/popperjs-es/-/popperjs-es-2.11.7.tgz",
  2754. "integrity": "sha512-Ccy0NlLkzr0Ex2FKvh2X+OyERHXJ88XJ1MXtsI9y9fGexlaXaVTPzBCRBwIxFkORuOb+uBqeu+RqnpgYTEZRUQ==",
  2755. "license": "MIT",
  2756. "funding": {
  2757. "type": "opencollective",
  2758. "url": "https://opencollective.com/popperjs"
  2759. }
  2760. },
  2761. "node_modules/@rolldown/pluginutils": {
  2762. "version": "1.0.0-beta.19",
  2763. "resolved": "https://registry.npmmirror.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.19.tgz",
  2764. "integrity": "sha512-3FL3mnMbPu0muGOCaKAhhFEYmqv9eTfPSJRJmANrCwtgK8VuxpsZDGK+m0LYAGoyO8+0j5uRe4PeyPDK1yA/hA==",
  2765. "dev": true,
  2766. "license": "MIT"
  2767. },
  2768. "node_modules/@rollup/rollup-android-arm-eabi": {
  2769. "version": "4.44.1",
  2770. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.44.1.tgz",
  2771. "integrity": "sha512-JAcBr1+fgqx20m7Fwe1DxPUl/hPkee6jA6Pl7n1v2EFiktAHenTaXl5aIFjUIEsfn9w3HE4gK1lEgNGMzBDs1w==",
  2772. "cpu": [
  2773. "arm"
  2774. ],
  2775. "license": "MIT",
  2776. "optional": true,
  2777. "os": [
  2778. "android"
  2779. ]
  2780. },
  2781. "node_modules/@rollup/rollup-android-arm64": {
  2782. "version": "4.44.1",
  2783. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.44.1.tgz",
  2784. "integrity": "sha512-RurZetXqTu4p+G0ChbnkwBuAtwAbIwJkycw1n6GvlGlBuS4u5qlr5opix8cBAYFJgaY05TWtM+LaoFggUmbZEQ==",
  2785. "cpu": [
  2786. "arm64"
  2787. ],
  2788. "license": "MIT",
  2789. "optional": true,
  2790. "os": [
  2791. "android"
  2792. ]
  2793. },
  2794. "node_modules/@rollup/rollup-darwin-arm64": {
  2795. "version": "4.44.1",
  2796. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.44.1.tgz",
  2797. "integrity": "sha512-fM/xPesi7g2M7chk37LOnmnSTHLG/v2ggWqKj3CCA1rMA4mm5KVBT1fNoswbo1JhPuNNZrVwpTvlCVggv8A2zg==",
  2798. "cpu": [
  2799. "arm64"
  2800. ],
  2801. "license": "MIT",
  2802. "optional": true,
  2803. "os": [
  2804. "darwin"
  2805. ]
  2806. },
  2807. "node_modules/@rollup/rollup-darwin-x64": {
  2808. "version": "4.44.1",
  2809. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.44.1.tgz",
  2810. "integrity": "sha512-gDnWk57urJrkrHQ2WVx9TSVTH7lSlU7E3AFqiko+bgjlh78aJ88/3nycMax52VIVjIm3ObXnDL2H00e/xzoipw==",
  2811. "cpu": [
  2812. "x64"
  2813. ],
  2814. "license": "MIT",
  2815. "optional": true,
  2816. "os": [
  2817. "darwin"
  2818. ]
  2819. },
  2820. "node_modules/@rollup/rollup-freebsd-arm64": {
  2821. "version": "4.44.1",
  2822. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.44.1.tgz",
  2823. "integrity": "sha512-wnFQmJ/zPThM5zEGcnDcCJeYJgtSLjh1d//WuHzhf6zT3Md1BvvhJnWoy+HECKu2bMxaIcfWiu3bJgx6z4g2XA==",
  2824. "cpu": [
  2825. "arm64"
  2826. ],
  2827. "license": "MIT",
  2828. "optional": true,
  2829. "os": [
  2830. "freebsd"
  2831. ]
  2832. },
  2833. "node_modules/@rollup/rollup-freebsd-x64": {
  2834. "version": "4.44.1",
  2835. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.44.1.tgz",
  2836. "integrity": "sha512-uBmIxoJ4493YATvU2c0upGz87f99e3wop7TJgOA/bXMFd2SvKCI7xkxY/5k50bv7J6dw1SXT4MQBQSLn8Bb/Uw==",
  2837. "cpu": [
  2838. "x64"
  2839. ],
  2840. "license": "MIT",
  2841. "optional": true,
  2842. "os": [
  2843. "freebsd"
  2844. ]
  2845. },
  2846. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  2847. "version": "4.44.1",
  2848. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.44.1.tgz",
  2849. "integrity": "sha512-n0edDmSHlXFhrlmTK7XBuwKlG5MbS7yleS1cQ9nn4kIeW+dJH+ExqNgQ0RrFRew8Y+0V/x6C5IjsHrJmiHtkxQ==",
  2850. "cpu": [
  2851. "arm"
  2852. ],
  2853. "license": "MIT",
  2854. "optional": true,
  2855. "os": [
  2856. "linux"
  2857. ]
  2858. },
  2859. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  2860. "version": "4.44.1",
  2861. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.44.1.tgz",
  2862. "integrity": "sha512-8WVUPy3FtAsKSpyk21kV52HCxB+me6YkbkFHATzC2Yd3yuqHwy2lbFL4alJOLXKljoRw08Zk8/xEj89cLQ/4Nw==",
  2863. "cpu": [
  2864. "arm"
  2865. ],
  2866. "license": "MIT",
  2867. "optional": true,
  2868. "os": [
  2869. "linux"
  2870. ]
  2871. },
  2872. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  2873. "version": "4.44.1",
  2874. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.44.1.tgz",
  2875. "integrity": "sha512-yuktAOaeOgorWDeFJggjuCkMGeITfqvPgkIXhDqsfKX8J3jGyxdDZgBV/2kj/2DyPaLiX6bPdjJDTu9RB8lUPQ==",
  2876. "cpu": [
  2877. "arm64"
  2878. ],
  2879. "license": "MIT",
  2880. "optional": true,
  2881. "os": [
  2882. "linux"
  2883. ]
  2884. },
  2885. "node_modules/@rollup/rollup-linux-arm64-musl": {
  2886. "version": "4.44.1",
  2887. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.44.1.tgz",
  2888. "integrity": "sha512-W+GBM4ifET1Plw8pdVaecwUgxmiH23CfAUj32u8knq0JPFyK4weRy6H7ooxYFD19YxBulL0Ktsflg5XS7+7u9g==",
  2889. "cpu": [
  2890. "arm64"
  2891. ],
  2892. "license": "MIT",
  2893. "optional": true,
  2894. "os": [
  2895. "linux"
  2896. ]
  2897. },
  2898. "node_modules/@rollup/rollup-linux-loongarch64-gnu": {
  2899. "version": "4.44.1",
  2900. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.44.1.tgz",
  2901. "integrity": "sha512-1zqnUEMWp9WrGVuVak6jWTl4fEtrVKfZY7CvcBmUUpxAJ7WcSowPSAWIKa/0o5mBL/Ij50SIf9tuirGx63Ovew==",
  2902. "cpu": [
  2903. "loong64"
  2904. ],
  2905. "license": "MIT",
  2906. "optional": true,
  2907. "os": [
  2908. "linux"
  2909. ]
  2910. },
  2911. "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
  2912. "version": "4.44.1",
  2913. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.44.1.tgz",
  2914. "integrity": "sha512-Rl3JKaRu0LHIx7ExBAAnf0JcOQetQffaw34T8vLlg9b1IhzcBgaIdnvEbbsZq9uZp3uAH+JkHd20Nwn0h9zPjA==",
  2915. "cpu": [
  2916. "ppc64"
  2917. ],
  2918. "license": "MIT",
  2919. "optional": true,
  2920. "os": [
  2921. "linux"
  2922. ]
  2923. },
  2924. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  2925. "version": "4.44.1",
  2926. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.44.1.tgz",
  2927. "integrity": "sha512-j5akelU3snyL6K3N/iX7otLBIl347fGwmd95U5gS/7z6T4ftK288jKq3A5lcFKcx7wwzb5rgNvAg3ZbV4BqUSw==",
  2928. "cpu": [
  2929. "riscv64"
  2930. ],
  2931. "license": "MIT",
  2932. "optional": true,
  2933. "os": [
  2934. "linux"
  2935. ]
  2936. },
  2937. "node_modules/@rollup/rollup-linux-riscv64-musl": {
  2938. "version": "4.44.1",
  2939. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.44.1.tgz",
  2940. "integrity": "sha512-ppn5llVGgrZw7yxbIm8TTvtj1EoPgYUAbfw0uDjIOzzoqlZlZrLJ/KuiE7uf5EpTpCTrNt1EdtzF0naMm0wGYg==",
  2941. "cpu": [
  2942. "riscv64"
  2943. ],
  2944. "license": "MIT",
  2945. "optional": true,
  2946. "os": [
  2947. "linux"
  2948. ]
  2949. },
  2950. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  2951. "version": "4.44.1",
  2952. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.44.1.tgz",
  2953. "integrity": "sha512-Hu6hEdix0oxtUma99jSP7xbvjkUM/ycke/AQQ4EC5g7jNRLLIwjcNwaUy95ZKBJJwg1ZowsclNnjYqzN4zwkAw==",
  2954. "cpu": [
  2955. "s390x"
  2956. ],
  2957. "license": "MIT",
  2958. "optional": true,
  2959. "os": [
  2960. "linux"
  2961. ]
  2962. },
  2963. "node_modules/@rollup/rollup-linux-x64-gnu": {
  2964. "version": "4.44.1",
  2965. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.44.1.tgz",
  2966. "integrity": "sha512-EtnsrmZGomz9WxK1bR5079zee3+7a+AdFlghyd6VbAjgRJDbTANJ9dcPIPAi76uG05micpEL+gPGmAKYTschQw==",
  2967. "cpu": [
  2968. "x64"
  2969. ],
  2970. "license": "MIT",
  2971. "optional": true,
  2972. "os": [
  2973. "linux"
  2974. ]
  2975. },
  2976. "node_modules/@rollup/rollup-linux-x64-musl": {
  2977. "version": "4.44.1",
  2978. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.44.1.tgz",
  2979. "integrity": "sha512-iAS4p+J1az6Usn0f8xhgL4PaU878KEtutP4hqw52I4IO6AGoyOkHCxcc4bqufv1tQLdDWFx8lR9YlwxKuv3/3g==",
  2980. "cpu": [
  2981. "x64"
  2982. ],
  2983. "license": "MIT",
  2984. "optional": true,
  2985. "os": [
  2986. "linux"
  2987. ]
  2988. },
  2989. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  2990. "version": "4.44.1",
  2991. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.44.1.tgz",
  2992. "integrity": "sha512-NtSJVKcXwcqozOl+FwI41OH3OApDyLk3kqTJgx8+gp6On9ZEt5mYhIsKNPGuaZr3p9T6NWPKGU/03Vw4CNU9qg==",
  2993. "cpu": [
  2994. "arm64"
  2995. ],
  2996. "license": "MIT",
  2997. "optional": true,
  2998. "os": [
  2999. "win32"
  3000. ]
  3001. },
  3002. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  3003. "version": "4.44.1",
  3004. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.44.1.tgz",
  3005. "integrity": "sha512-JYA3qvCOLXSsnTR3oiyGws1Dm0YTuxAAeaYGVlGpUsHqloPcFjPg+X0Fj2qODGLNwQOAcCiQmHub/V007kiH5A==",
  3006. "cpu": [
  3007. "ia32"
  3008. ],
  3009. "license": "MIT",
  3010. "optional": true,
  3011. "os": [
  3012. "win32"
  3013. ]
  3014. },
  3015. "node_modules/@rollup/rollup-win32-x64-msvc": {
  3016. "version": "4.44.1",
  3017. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.44.1.tgz",
  3018. "integrity": "sha512-J8o22LuF0kTe7m+8PvW9wk3/bRq5+mRo5Dqo6+vXb7otCm3TPhYOJqOaQtGU9YMWQSL3krMnoOxMr0+9E6F3Ug==",
  3019. "cpu": [
  3020. "x64"
  3021. ],
  3022. "license": "MIT",
  3023. "optional": true,
  3024. "os": [
  3025. "win32"
  3026. ]
  3027. },
  3028. "node_modules/@types/estree": {
  3029. "version": "1.0.8",
  3030. "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.8.tgz",
  3031. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  3032. "license": "MIT"
  3033. },
  3034. "node_modules/@types/gradient-string": {
  3035. "version": "1.1.6",
  3036. "resolved": "https://registry.npmjs.org/@types/gradient-string/-/gradient-string-1.1.6.tgz",
  3037. "integrity": "sha512-LkaYxluY4G5wR1M4AKQUal2q61Di1yVVCw42ImFTuaIoQVgmV0WP1xUaLB8zwb47mp82vWTpePI9JmrjEnJ7nQ==",
  3038. "license": "MIT",
  3039. "dependencies": {
  3040. "@types/tinycolor2": "*"
  3041. }
  3042. },
  3043. "node_modules/@types/json-schema": {
  3044. "version": "7.0.15",
  3045. "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
  3046. "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
  3047. "dev": true,
  3048. "license": "MIT"
  3049. },
  3050. "node_modules/@types/linkify-it": {
  3051. "version": "5.0.0",
  3052. "resolved": "https://registry.npmjs.org/@types/linkify-it/-/linkify-it-5.0.0.tgz",
  3053. "integrity": "sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==",
  3054. "dev": true,
  3055. "license": "MIT"
  3056. },
  3057. "node_modules/@types/lodash": {
  3058. "version": "4.17.19",
  3059. "resolved": "https://registry.npmmirror.com/@types/lodash/-/lodash-4.17.19.tgz",
  3060. "integrity": "sha512-NYqRyg/hIQrYPT9lbOeYc3kIRabJDn/k4qQHIXUpx88CBDww2fD15Sg5kbXlW86zm2XEW4g0QxkTI3/Kfkc7xQ==",
  3061. "license": "MIT"
  3062. },
  3063. "node_modules/@types/lodash-es": {
  3064. "version": "4.17.12",
  3065. "resolved": "https://registry.npmmirror.com/@types/lodash-es/-/lodash-es-4.17.12.tgz",
  3066. "integrity": "sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==",
  3067. "license": "MIT",
  3068. "dependencies": {
  3069. "@types/lodash": "*"
  3070. }
  3071. },
  3072. "node_modules/@types/markdown-it": {
  3073. "version": "14.1.2",
  3074. "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-14.1.2.tgz",
  3075. "integrity": "sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==",
  3076. "dev": true,
  3077. "license": "MIT",
  3078. "dependencies": {
  3079. "@types/linkify-it": "^5",
  3080. "@types/mdurl": "^2"
  3081. }
  3082. },
  3083. "node_modules/@types/mdurl": {
  3084. "version": "2.0.0",
  3085. "resolved": "https://registry.npmjs.org/@types/mdurl/-/mdurl-2.0.0.tgz",
  3086. "integrity": "sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==",
  3087. "dev": true,
  3088. "license": "MIT"
  3089. },
  3090. "node_modules/@types/node": {
  3091. "version": "24.0.10",
  3092. "resolved": "https://registry.npmmirror.com/@types/node/-/node-24.0.10.tgz",
  3093. "integrity": "sha512-ENHwaH+JIRTDIEEbDK6QSQntAYGtbvdDXnMXnZaZ6k13Du1dPMmprkEHIL7ok2Wl2aZevetwTAb5S+7yIF+enA==",
  3094. "devOptional": true,
  3095. "license": "MIT",
  3096. "dependencies": {
  3097. "undici-types": "~7.8.0"
  3098. }
  3099. },
  3100. "node_modules/@types/read": {
  3101. "version": "0.0.32",
  3102. "resolved": "https://registry.npmjs.org/@types/read/-/read-0.0.32.tgz",
  3103. "integrity": "sha512-BbcOjC8nPoAKYK500K4ckuAJgiSZKc+4SBc+Isnf7AP088RNvCTqFay69bnRG6oOYf3/Kba4DVMLFEUrgAlZtA==",
  3104. "license": "MIT"
  3105. },
  3106. "node_modules/@types/tinycolor2": {
  3107. "version": "1.4.6",
  3108. "resolved": "https://registry.npmjs.org/@types/tinycolor2/-/tinycolor2-1.4.6.tgz",
  3109. "integrity": "sha512-iEN8J0BoMnsWBqjVbWH/c0G0Hh7O21lpR2/+PrvAVgWdzL7eexIFm4JN/Wn10PTcmNdtS6U67r499mlWMXOxNw==",
  3110. "license": "MIT"
  3111. },
  3112. "node_modules/@types/video.js": {
  3113. "version": "7.3.58",
  3114. "resolved": "https://registry.npmjs.org/@types/video.js/-/video.js-7.3.58.tgz",
  3115. "integrity": "sha512-1CQjuSrgbv1/dhmcfQ83eVyYbvGyqhTvb2Opxr0QCV+iJ4J6/J+XWQ3Om59WiwCd1MN3rDUHasx5XRrpUtewYQ==",
  3116. "license": "MIT",
  3117. "peer": true
  3118. },
  3119. "node_modules/@types/web-bluetooth": {
  3120. "version": "0.0.16",
  3121. "resolved": "https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.16.tgz",
  3122. "integrity": "sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==",
  3123. "license": "MIT"
  3124. },
  3125. "node_modules/@videojs-player/vue": {
  3126. "version": "1.0.0",
  3127. "resolved": "https://registry.npmjs.org/@videojs-player/vue/-/vue-1.0.0.tgz",
  3128. "integrity": "sha512-WonTezRfKu3fYdQLt/ta+nuKH6gMZUv8l40Jke/j4Lae7IqeO/+lLAmBnh3ni88bwR+vkFXIlZ2Ci7VKInIYJg==",
  3129. "license": "MIT",
  3130. "peerDependencies": {
  3131. "@types/video.js": "7.x",
  3132. "video.js": "7.x",
  3133. "vue": "3.x"
  3134. }
  3135. },
  3136. "node_modules/@videojs/http-streaming": {
  3137. "version": "2.16.2",
  3138. "resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.16.2.tgz",
  3139. "integrity": "sha512-etPTUdCFu7gUWc+1XcbiPr+lrhOcBu3rV5OL1M+3PDW89zskScAkkcdqYzP4pFodBPye/ydamQoTDScOnElw5A==",
  3140. "license": "Apache-2.0",
  3141. "dependencies": {
  3142. "@babel/runtime": "^7.12.5",
  3143. "@videojs/vhs-utils": "3.0.5",
  3144. "aes-decrypter": "3.1.3",
  3145. "global": "^4.4.0",
  3146. "m3u8-parser": "4.8.0",
  3147. "mpd-parser": "^0.22.1",
  3148. "mux.js": "6.0.1",
  3149. "video.js": "^6 || ^7"
  3150. },
  3151. "engines": {
  3152. "node": ">=8",
  3153. "npm": ">=5"
  3154. },
  3155. "peerDependencies": {
  3156. "video.js": "^6 || ^7"
  3157. }
  3158. },
  3159. "node_modules/@videojs/vhs-utils": {
  3160. "version": "3.0.5",
  3161. "resolved": "https://registry.npmjs.org/@videojs/vhs-utils/-/vhs-utils-3.0.5.tgz",
  3162. "integrity": "sha512-PKVgdo8/GReqdx512F+ombhS+Bzogiofy1LgAj4tN8PfdBx3HSS7V5WfJotKTqtOWGwVfSWsrYN/t09/DSryrw==",
  3163. "license": "MIT",
  3164. "dependencies": {
  3165. "@babel/runtime": "^7.12.5",
  3166. "global": "^4.4.0",
  3167. "url-toolkit": "^2.2.1"
  3168. },
  3169. "engines": {
  3170. "node": ">=8",
  3171. "npm": ">=5"
  3172. }
  3173. },
  3174. "node_modules/@videojs/xhr": {
  3175. "version": "2.6.0",
  3176. "resolved": "https://registry.npmjs.org/@videojs/xhr/-/xhr-2.6.0.tgz",
  3177. "integrity": "sha512-7J361GiN1tXpm+gd0xz2QWr3xNWBE+rytvo8J3KuggFaLg+U37gZQ2BuPLcnkfGffy2e+ozY70RHC8jt7zjA6Q==",
  3178. "license": "MIT",
  3179. "dependencies": {
  3180. "@babel/runtime": "^7.5.5",
  3181. "global": "~4.4.0",
  3182. "is-function": "^1.0.1"
  3183. }
  3184. },
  3185. "node_modules/@vitejs/plugin-legacy": {
  3186. "version": "7.0.1",
  3187. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-legacy/-/plugin-legacy-7.0.1.tgz",
  3188. "integrity": "sha512-ZpT0cKlFzNPU/kjdKzuI+2aDr2MYs7MxndmV7ekAMO2TD6YdU6GJKtc+/K7gaiJwEyaAZhDsxmBSi7SqM6MBxQ==",
  3189. "license": "MIT",
  3190. "dependencies": {
  3191. "@babel/core": "^7.28.0",
  3192. "@babel/preset-env": "^7.28.0",
  3193. "babel-plugin-polyfill-corejs3": "^0.13.0",
  3194. "babel-plugin-polyfill-regenerator": "^0.6.5",
  3195. "browserslist": "^4.25.1",
  3196. "browserslist-to-esbuild": "^2.1.1",
  3197. "core-js": "^3.44.0",
  3198. "magic-string": "^0.30.17",
  3199. "regenerator-runtime": "^0.14.1",
  3200. "systemjs": "^6.15.1"
  3201. },
  3202. "engines": {
  3203. "node": "^20.19.0 || >=22.12.0"
  3204. },
  3205. "funding": {
  3206. "url": "https://github.com/vitejs/vite?sponsor=1"
  3207. },
  3208. "peerDependencies": {
  3209. "terser": "^5.16.0",
  3210. "vite": "^7.0.0"
  3211. }
  3212. },
  3213. "node_modules/@vitejs/plugin-vue": {
  3214. "version": "6.0.0",
  3215. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-6.0.0.tgz",
  3216. "integrity": "sha512-iAliE72WsdhjzTOp2DtvKThq1VBC4REhwRcaA+zPAAph6I+OQhUXv+Xu2KS7ElxYtb7Zc/3R30Hwv1DxEo7NXQ==",
  3217. "dev": true,
  3218. "license": "MIT",
  3219. "dependencies": {
  3220. "@rolldown/pluginutils": "1.0.0-beta.19"
  3221. },
  3222. "engines": {
  3223. "node": "^20.19.0 || >=22.12.0"
  3224. },
  3225. "peerDependencies": {
  3226. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0",
  3227. "vue": "^3.2.25"
  3228. }
  3229. },
  3230. "node_modules/@vue-office/docx": {
  3231. "version": "1.6.3",
  3232. "resolved": "https://registry.npmjs.org/@vue-office/docx/-/docx-1.6.3.tgz",
  3233. "integrity": "sha512-Cs+3CAaRBOWOiW4XAhTwwxJ0dy8cPIf6DqfNvYcD3YACiLwO4kuawLF2IAXxyijhbuOeoFsfvoVbOc16A/4bZA==",
  3234. "hasInstallScript": true,
  3235. "license": "MIT",
  3236. "peerDependencies": {
  3237. "@vue/composition-api": "^1.7.1",
  3238. "vue": "^2.0.0 || >=3.0.0",
  3239. "vue-demi": "^0.14.6"
  3240. },
  3241. "peerDependenciesMeta": {
  3242. "@vue/composition-api": {
  3243. "optional": true
  3244. }
  3245. }
  3246. },
  3247. "node_modules/@vue-office/excel": {
  3248. "version": "1.7.14",
  3249. "resolved": "https://registry.npmjs.org/@vue-office/excel/-/excel-1.7.14.tgz",
  3250. "integrity": "sha512-pVUgt+emDQUnW7q22CfnQ+jl43mM/7IFwYzOg7lwOwPEbiVB4K4qEQf+y/bc4xGXz75w1/e3Kz3G6wAafmFBFg==",
  3251. "hasInstallScript": true,
  3252. "license": "MIT",
  3253. "peerDependencies": {
  3254. "@vue/composition-api": "^1.7.1",
  3255. "vue": "^2.0.0 || >=3.0.0",
  3256. "vue-demi": "^0.14.6"
  3257. },
  3258. "peerDependenciesMeta": {
  3259. "@vue/composition-api": {
  3260. "optional": true
  3261. }
  3262. }
  3263. },
  3264. "node_modules/@vue-office/pptx": {
  3265. "version": "1.0.1",
  3266. "resolved": "https://registry.npmjs.org/@vue-office/pptx/-/pptx-1.0.1.tgz",
  3267. "integrity": "sha512-+V7Kctzl6f6+Yk4NaD/wQGRIkqLWcowe0jEhPexWQb8Oilbzt1OyhWRWcMsxNDTdrgm6aMLP+0/tmw27cxddMg==",
  3268. "hasInstallScript": true,
  3269. "license": "MIT",
  3270. "peerDependencies": {
  3271. "@vue/composition-api": "^1.7.1",
  3272. "vue": "^2.0.0 || >=3.0.0",
  3273. "vue-demi": "^0.14.6"
  3274. },
  3275. "peerDependenciesMeta": {
  3276. "@vue/composition-api": {
  3277. "optional": true
  3278. }
  3279. }
  3280. },
  3281. "node_modules/@vue/compiler-core": {
  3282. "version": "3.5.17",
  3283. "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.17.tgz",
  3284. "integrity": "sha512-Xe+AittLbAyV0pabcN7cP7/BenRBNcteM4aSDCtRvGw0d9OL+HG1u/XHLY/kt1q4fyMeZYXyIYrsHuPSiDPosA==",
  3285. "license": "MIT",
  3286. "dependencies": {
  3287. "@babel/parser": "^7.27.5",
  3288. "@vue/shared": "3.5.17",
  3289. "entities": "^4.5.0",
  3290. "estree-walker": "^2.0.2",
  3291. "source-map-js": "^1.2.1"
  3292. }
  3293. },
  3294. "node_modules/@vue/compiler-dom": {
  3295. "version": "3.5.17",
  3296. "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.17.tgz",
  3297. "integrity": "sha512-+2UgfLKoaNLhgfhV5Ihnk6wB4ljyW1/7wUIog2puUqajiC29Lp5R/IKDdkebh9jTbTogTbsgB+OY9cEWzG95JQ==",
  3298. "license": "MIT",
  3299. "dependencies": {
  3300. "@vue/compiler-core": "3.5.17",
  3301. "@vue/shared": "3.5.17"
  3302. }
  3303. },
  3304. "node_modules/@vue/compiler-sfc": {
  3305. "version": "3.5.17",
  3306. "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.17.tgz",
  3307. "integrity": "sha512-rQQxbRJMgTqwRugtjw0cnyQv9cP4/4BxWfTdRBkqsTfLOHWykLzbOc3C4GGzAmdMDxhzU/1Ija5bTjMVrddqww==",
  3308. "license": "MIT",
  3309. "dependencies": {
  3310. "@babel/parser": "^7.27.5",
  3311. "@vue/compiler-core": "3.5.17",
  3312. "@vue/compiler-dom": "3.5.17",
  3313. "@vue/compiler-ssr": "3.5.17",
  3314. "@vue/shared": "3.5.17",
  3315. "estree-walker": "^2.0.2",
  3316. "magic-string": "^0.30.17",
  3317. "postcss": "^8.5.6",
  3318. "source-map-js": "^1.2.1"
  3319. }
  3320. },
  3321. "node_modules/@vue/compiler-ssr": {
  3322. "version": "3.5.17",
  3323. "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.17.tgz",
  3324. "integrity": "sha512-hkDbA0Q20ZzGgpj5uZjb9rBzQtIHLS78mMilwrlpWk2Ep37DYntUz0PonQ6kr113vfOEdM+zTBuJDaceNIW0tQ==",
  3325. "license": "MIT",
  3326. "dependencies": {
  3327. "@vue/compiler-dom": "3.5.17",
  3328. "@vue/shared": "3.5.17"
  3329. }
  3330. },
  3331. "node_modules/@vue/devtools-api": {
  3332. "version": "6.6.4",
  3333. "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  3334. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  3335. "license": "MIT"
  3336. },
  3337. "node_modules/@vue/reactivity": {
  3338. "version": "3.5.17",
  3339. "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.17.tgz",
  3340. "integrity": "sha512-l/rmw2STIscWi7SNJp708FK4Kofs97zc/5aEPQh4bOsReD/8ICuBcEmS7KGwDj5ODQLYWVN2lNibKJL1z5b+Lw==",
  3341. "license": "MIT",
  3342. "dependencies": {
  3343. "@vue/shared": "3.5.17"
  3344. }
  3345. },
  3346. "node_modules/@vue/runtime-core": {
  3347. "version": "3.5.17",
  3348. "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.17.tgz",
  3349. "integrity": "sha512-QQLXa20dHg1R0ri4bjKeGFKEkJA7MMBxrKo2G+gJikmumRS7PTD4BOU9FKrDQWMKowz7frJJGqBffYMgQYS96Q==",
  3350. "license": "MIT",
  3351. "dependencies": {
  3352. "@vue/reactivity": "3.5.17",
  3353. "@vue/shared": "3.5.17"
  3354. }
  3355. },
  3356. "node_modules/@vue/runtime-dom": {
  3357. "version": "3.5.17",
  3358. "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.17.tgz",
  3359. "integrity": "sha512-8El0M60TcwZ1QMz4/os2MdlQECgGoVHPuLnQBU3m9h3gdNRW9xRmI8iLS4t/22OQlOE6aJvNNlBiCzPHur4H9g==",
  3360. "license": "MIT",
  3361. "dependencies": {
  3362. "@vue/reactivity": "3.5.17",
  3363. "@vue/runtime-core": "3.5.17",
  3364. "@vue/shared": "3.5.17",
  3365. "csstype": "^3.1.3"
  3366. }
  3367. },
  3368. "node_modules/@vue/server-renderer": {
  3369. "version": "3.5.17",
  3370. "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.17.tgz",
  3371. "integrity": "sha512-BOHhm8HalujY6lmC3DbqF6uXN/K00uWiEeF22LfEsm9Q93XeJ/plHTepGwf6tqFcF7GA5oGSSAAUock3VvzaCA==",
  3372. "license": "MIT",
  3373. "dependencies": {
  3374. "@vue/compiler-ssr": "3.5.17",
  3375. "@vue/shared": "3.5.17"
  3376. },
  3377. "peerDependencies": {
  3378. "vue": "3.5.17"
  3379. }
  3380. },
  3381. "node_modules/@vue/shared": {
  3382. "version": "3.5.17",
  3383. "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.17.tgz",
  3384. "integrity": "sha512-CabR+UN630VnsJO/jHWYBC1YVXyMq94KKp6iF5MQgZJs5I8cmjw6oVMO1oDbtBkENSHSSn/UadWlW/OAgdmKrg==",
  3385. "license": "MIT"
  3386. },
  3387. "node_modules/@vueuse/core": {
  3388. "version": "9.13.0",
  3389. "resolved": "https://registry.npmmirror.com/@vueuse/core/-/core-9.13.0.tgz",
  3390. "integrity": "sha512-pujnclbeHWxxPRqXWmdkKV5OX4Wk4YeK7wusHqRwU0Q7EFusHoqNA/aPhB6KCh9hEqJkLAJo7bb0Lh9b+OIVzw==",
  3391. "license": "MIT",
  3392. "dependencies": {
  3393. "@types/web-bluetooth": "^0.0.16",
  3394. "@vueuse/metadata": "9.13.0",
  3395. "@vueuse/shared": "9.13.0",
  3396. "vue-demi": "*"
  3397. },
  3398. "funding": {
  3399. "url": "https://github.com/sponsors/antfu"
  3400. }
  3401. },
  3402. "node_modules/@vueuse/metadata": {
  3403. "version": "9.13.0",
  3404. "resolved": "https://registry.npmmirror.com/@vueuse/metadata/-/metadata-9.13.0.tgz",
  3405. "integrity": "sha512-gdU7TKNAUVlXXLbaF+ZCfte8BjRJQWPCa2J55+7/h+yDtzw3vOoGQDRXzI6pyKyo6bXFT5/QoPE4hAknExjRLQ==",
  3406. "license": "MIT",
  3407. "funding": {
  3408. "url": "https://github.com/sponsors/antfu"
  3409. }
  3410. },
  3411. "node_modules/@vueuse/shared": {
  3412. "version": "9.13.0",
  3413. "resolved": "https://registry.npmmirror.com/@vueuse/shared/-/shared-9.13.0.tgz",
  3414. "integrity": "sha512-UrnhU+Cnufu4S6JLCPZnkWh0WwZGUp72ktOF2DFptMlOs3TOdVv8xJN53zhHGARmVOsz5KqOls09+J1NR6sBKw==",
  3415. "license": "MIT",
  3416. "dependencies": {
  3417. "vue-demi": "*"
  3418. },
  3419. "funding": {
  3420. "url": "https://github.com/sponsors/antfu"
  3421. }
  3422. },
  3423. "node_modules/@xmldom/xmldom": {
  3424. "version": "0.8.10",
  3425. "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz",
  3426. "integrity": "sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==",
  3427. "license": "MIT",
  3428. "engines": {
  3429. "node": ">=10.0.0"
  3430. }
  3431. },
  3432. "node_modules/acorn": {
  3433. "version": "8.15.0",
  3434. "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.15.0.tgz",
  3435. "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
  3436. "license": "MIT",
  3437. "bin": {
  3438. "acorn": "bin/acorn"
  3439. },
  3440. "engines": {
  3441. "node": ">=0.4.0"
  3442. }
  3443. },
  3444. "node_modules/acorn-jsx": {
  3445. "version": "5.3.2",
  3446. "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  3447. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  3448. "dev": true,
  3449. "license": "MIT",
  3450. "peerDependencies": {
  3451. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  3452. }
  3453. },
  3454. "node_modules/aes-decrypter": {
  3455. "version": "3.1.3",
  3456. "resolved": "https://registry.npmjs.org/aes-decrypter/-/aes-decrypter-3.1.3.tgz",
  3457. "integrity": "sha512-VkG9g4BbhMBy+N5/XodDeV6F02chEk9IpgRTq/0bS80y4dzy79VH2Gtms02VXomf3HmyRe3yyJYkJ990ns+d6A==",
  3458. "license": "Apache-2.0",
  3459. "dependencies": {
  3460. "@babel/runtime": "^7.12.5",
  3461. "@videojs/vhs-utils": "^3.0.5",
  3462. "global": "^4.4.0",
  3463. "pkcs7": "^1.0.4"
  3464. }
  3465. },
  3466. "node_modules/agent-base": {
  3467. "version": "7.1.4",
  3468. "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
  3469. "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
  3470. "dev": true,
  3471. "license": "MIT",
  3472. "engines": {
  3473. "node": ">= 14"
  3474. }
  3475. },
  3476. "node_modules/ajv": {
  3477. "version": "6.12.6",
  3478. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
  3479. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  3480. "dev": true,
  3481. "license": "MIT",
  3482. "dependencies": {
  3483. "fast-deep-equal": "^3.1.1",
  3484. "fast-json-stable-stringify": "^2.0.0",
  3485. "json-schema-traverse": "^0.4.1",
  3486. "uri-js": "^4.2.2"
  3487. },
  3488. "funding": {
  3489. "type": "github",
  3490. "url": "https://github.com/sponsors/epoberezkin"
  3491. }
  3492. },
  3493. "node_modules/ansi-escapes": {
  3494. "version": "7.2.0",
  3495. "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.2.0.tgz",
  3496. "integrity": "sha512-g6LhBsl+GBPRWGWsBtutpzBYuIIdBkLEvad5C/va/74Db018+5TZiyA26cZJAr3Rft5lprVqOIPxf5Vid6tqAw==",
  3497. "license": "MIT",
  3498. "dependencies": {
  3499. "environment": "^1.0.0"
  3500. },
  3501. "engines": {
  3502. "node": ">=18"
  3503. },
  3504. "funding": {
  3505. "url": "https://github.com/sponsors/sindresorhus"
  3506. }
  3507. },
  3508. "node_modules/ansi-regex": {
  3509. "version": "6.2.2",
  3510. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
  3511. "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
  3512. "license": "MIT",
  3513. "engines": {
  3514. "node": ">=12"
  3515. },
  3516. "funding": {
  3517. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  3518. }
  3519. },
  3520. "node_modules/ansi-styles": {
  3521. "version": "4.3.0",
  3522. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  3523. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  3524. "license": "MIT",
  3525. "dependencies": {
  3526. "color-convert": "^2.0.1"
  3527. },
  3528. "engines": {
  3529. "node": ">=8"
  3530. },
  3531. "funding": {
  3532. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  3533. }
  3534. },
  3535. "node_modules/argparse": {
  3536. "version": "2.0.1",
  3537. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  3538. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  3539. "license": "Python-2.0"
  3540. },
  3541. "node_modules/async-validator": {
  3542. "version": "4.2.5",
  3543. "resolved": "https://registry.npmmirror.com/async-validator/-/async-validator-4.2.5.tgz",
  3544. "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==",
  3545. "license": "MIT"
  3546. },
  3547. "node_modules/asynckit": {
  3548. "version": "0.4.0",
  3549. "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz",
  3550. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
  3551. "license": "MIT"
  3552. },
  3553. "node_modules/auto-bind": {
  3554. "version": "5.0.1",
  3555. "resolved": "https://registry.npmjs.org/auto-bind/-/auto-bind-5.0.1.tgz",
  3556. "integrity": "sha512-ooviqdwwgfIfNmDwo94wlshcdzfO64XV0Cg6oDsDYBJfITDz1EngD2z7DkbvCWn+XIMsIqW27sEVF6qcpJrRcg==",
  3557. "license": "MIT",
  3558. "engines": {
  3559. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  3560. },
  3561. "funding": {
  3562. "url": "https://github.com/sponsors/sindresorhus"
  3563. }
  3564. },
  3565. "node_modules/axios": {
  3566. "version": "1.10.0",
  3567. "resolved": "https://registry.npmmirror.com/axios/-/axios-1.10.0.tgz",
  3568. "integrity": "sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==",
  3569. "license": "MIT",
  3570. "dependencies": {
  3571. "follow-redirects": "^1.15.6",
  3572. "form-data": "^4.0.0",
  3573. "proxy-from-env": "^1.1.0"
  3574. }
  3575. },
  3576. "node_modules/babel-plugin-polyfill-corejs2": {
  3577. "version": "0.4.14",
  3578. "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.14.tgz",
  3579. "integrity": "sha512-Co2Y9wX854ts6U8gAAPXfn0GmAyctHuK8n0Yhfjd6t30g7yvKjspvvOo9yG+z52PZRgFErt7Ka2pYnXCjLKEpg==",
  3580. "license": "MIT",
  3581. "dependencies": {
  3582. "@babel/compat-data": "^7.27.7",
  3583. "@babel/helper-define-polyfill-provider": "^0.6.5",
  3584. "semver": "^6.3.1"
  3585. },
  3586. "peerDependencies": {
  3587. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  3588. }
  3589. },
  3590. "node_modules/babel-plugin-polyfill-corejs3": {
  3591. "version": "0.13.0",
  3592. "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.13.0.tgz",
  3593. "integrity": "sha512-U+GNwMdSFgzVmfhNm8GJUX88AadB3uo9KpJqS3FaqNIPKgySuvMb+bHPsOmmuWyIcuqZj/pzt1RUIUZns4y2+A==",
  3594. "license": "MIT",
  3595. "dependencies": {
  3596. "@babel/helper-define-polyfill-provider": "^0.6.5",
  3597. "core-js-compat": "^3.43.0"
  3598. },
  3599. "peerDependencies": {
  3600. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  3601. }
  3602. },
  3603. "node_modules/babel-plugin-polyfill-regenerator": {
  3604. "version": "0.6.5",
  3605. "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.5.tgz",
  3606. "integrity": "sha512-ISqQ2frbiNU9vIJkzg7dlPpznPZ4jOiUQ1uSmB0fEHeowtN3COYRsXr/xexn64NpU13P06jc/L5TgiJXOgrbEg==",
  3607. "license": "MIT",
  3608. "dependencies": {
  3609. "@babel/helper-define-polyfill-provider": "^0.6.5"
  3610. },
  3611. "peerDependencies": {
  3612. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  3613. }
  3614. },
  3615. "node_modules/babel-runtime": {
  3616. "version": "6.26.0",
  3617. "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz",
  3618. "integrity": "sha512-ITKNuq2wKlW1fJg9sSW52eepoYgZBggvOAHC0u/CYu/qxQ9EVzThCgR69BnSXLHjy2f7SY5zaQ4yt7H9ZVxY2g==",
  3619. "license": "MIT",
  3620. "dependencies": {
  3621. "core-js": "^2.4.0",
  3622. "regenerator-runtime": "^0.11.0"
  3623. }
  3624. },
  3625. "node_modules/babel-runtime/node_modules/core-js": {
  3626. "version": "2.6.12",
  3627. "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz",
  3628. "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==",
  3629. "deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.",
  3630. "hasInstallScript": true,
  3631. "license": "MIT"
  3632. },
  3633. "node_modules/babel-runtime/node_modules/regenerator-runtime": {
  3634. "version": "0.11.1",
  3635. "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz",
  3636. "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==",
  3637. "license": "MIT"
  3638. },
  3639. "node_modules/balanced-match": {
  3640. "version": "1.0.2",
  3641. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  3642. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  3643. "dev": true,
  3644. "license": "MIT"
  3645. },
  3646. "node_modules/blockly": {
  3647. "version": "12.3.1",
  3648. "resolved": "https://registry.npmjs.org/blockly/-/blockly-12.3.1.tgz",
  3649. "integrity": "sha512-BbWUcpqroY241XgSxTuAiEMHeIZ6u3+oD2zOATf3Fi+0NMWJ/MdMtuSkOcDCSk6Nc7WR3z5n9GHKqz2L+3kQOQ==",
  3650. "dev": true,
  3651. "license": "Apache-2.0",
  3652. "dependencies": {
  3653. "jsdom": "26.1.0"
  3654. },
  3655. "engines": {
  3656. "node": ">=18"
  3657. }
  3658. },
  3659. "node_modules/boolbase": {
  3660. "version": "1.0.0",
  3661. "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
  3662. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
  3663. "dev": true,
  3664. "license": "ISC"
  3665. },
  3666. "node_modules/brace-expansion": {
  3667. "version": "1.1.12",
  3668. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
  3669. "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
  3670. "dev": true,
  3671. "license": "MIT",
  3672. "dependencies": {
  3673. "balanced-match": "^1.0.0",
  3674. "concat-map": "0.0.1"
  3675. }
  3676. },
  3677. "node_modules/braces": {
  3678. "version": "3.0.3",
  3679. "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz",
  3680. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  3681. "license": "MIT",
  3682. "optional": true,
  3683. "dependencies": {
  3684. "fill-range": "^7.1.1"
  3685. },
  3686. "engines": {
  3687. "node": ">=8"
  3688. }
  3689. },
  3690. "node_modules/browserslist": {
  3691. "version": "4.25.1",
  3692. "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.25.1.tgz",
  3693. "integrity": "sha512-KGj0KoOMXLpSNkkEI6Z6mShmQy0bc1I+T7K9N81k4WWMrfz+6fQ6es80B/YLAeRoKvjYE1YSHHOW1qe9xIVzHw==",
  3694. "funding": [
  3695. {
  3696. "type": "opencollective",
  3697. "url": "https://opencollective.com/browserslist"
  3698. },
  3699. {
  3700. "type": "tidelift",
  3701. "url": "https://tidelift.com/funding/github/npm/browserslist"
  3702. },
  3703. {
  3704. "type": "github",
  3705. "url": "https://github.com/sponsors/ai"
  3706. }
  3707. ],
  3708. "license": "MIT",
  3709. "dependencies": {
  3710. "caniuse-lite": "^1.0.30001726",
  3711. "electron-to-chromium": "^1.5.173",
  3712. "node-releases": "^2.0.19",
  3713. "update-browserslist-db": "^1.1.3"
  3714. },
  3715. "bin": {
  3716. "browserslist": "cli.js"
  3717. },
  3718. "engines": {
  3719. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  3720. }
  3721. },
  3722. "node_modules/browserslist-to-esbuild": {
  3723. "version": "2.1.1",
  3724. "resolved": "https://registry.npmmirror.com/browserslist-to-esbuild/-/browserslist-to-esbuild-2.1.1.tgz",
  3725. "integrity": "sha512-KN+mty6C3e9AN8Z5dI1xeN15ExcRNeISoC3g7V0Kax/MMF9MSoYA2G7lkTTcVUFntiEjkpI0HNgqJC1NjdyNUw==",
  3726. "license": "MIT",
  3727. "dependencies": {
  3728. "meow": "^13.0.0"
  3729. },
  3730. "bin": {
  3731. "browserslist-to-esbuild": "cli/index.js"
  3732. },
  3733. "engines": {
  3734. "node": ">=18"
  3735. },
  3736. "peerDependencies": {
  3737. "browserslist": "*"
  3738. }
  3739. },
  3740. "node_modules/buffer-from": {
  3741. "version": "1.1.2",
  3742. "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
  3743. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
  3744. "license": "MIT",
  3745. "peer": true
  3746. },
  3747. "node_modules/call-bind-apply-helpers": {
  3748. "version": "1.0.2",
  3749. "resolved": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  3750. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  3751. "license": "MIT",
  3752. "dependencies": {
  3753. "es-errors": "^1.3.0",
  3754. "function-bind": "^1.1.2"
  3755. },
  3756. "engines": {
  3757. "node": ">= 0.4"
  3758. }
  3759. },
  3760. "node_modules/callsites": {
  3761. "version": "3.1.0",
  3762. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  3763. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  3764. "dev": true,
  3765. "license": "MIT",
  3766. "engines": {
  3767. "node": ">=6"
  3768. }
  3769. },
  3770. "node_modules/caniuse-lite": {
  3771. "version": "1.0.30001727",
  3772. "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001727.tgz",
  3773. "integrity": "sha512-pB68nIHmbN6L/4C6MH1DokyR3bYqFwjaSs/sWDHGj4CTcFtQUQMuJftVwWkXq7mNWOybD3KhUv3oWHoGxgP14Q==",
  3774. "funding": [
  3775. {
  3776. "type": "opencollective",
  3777. "url": "https://opencollective.com/browserslist"
  3778. },
  3779. {
  3780. "type": "tidelift",
  3781. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  3782. },
  3783. {
  3784. "type": "github",
  3785. "url": "https://github.com/sponsors/ai"
  3786. }
  3787. ],
  3788. "license": "CC-BY-4.0"
  3789. },
  3790. "node_modules/cfonts": {
  3791. "version": "3.3.1",
  3792. "resolved": "https://registry.npmjs.org/cfonts/-/cfonts-3.3.1.tgz",
  3793. "integrity": "sha512-ZGEmN3W9mViWEDjsuPo4nK4h39sfh6YtoneFYp9WLPI/rw8BaSSrfQC6jkrGW3JMvV3ZnExJB/AEqXc/nHYxkw==",
  3794. "license": "GPL-3.0-or-later",
  3795. "dependencies": {
  3796. "supports-color": "^8",
  3797. "window-size": "^1"
  3798. },
  3799. "bin": {
  3800. "cfonts": "bin/index.js"
  3801. },
  3802. "engines": {
  3803. "node": ">=10"
  3804. }
  3805. },
  3806. "node_modules/cfonts/node_modules/supports-color": {
  3807. "version": "8.1.1",
  3808. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
  3809. "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
  3810. "license": "MIT",
  3811. "dependencies": {
  3812. "has-flag": "^4.0.0"
  3813. },
  3814. "engines": {
  3815. "node": ">=10"
  3816. },
  3817. "funding": {
  3818. "url": "https://github.com/chalk/supports-color?sponsor=1"
  3819. }
  3820. },
  3821. "node_modules/chalk": {
  3822. "version": "4.1.2",
  3823. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  3824. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  3825. "license": "MIT",
  3826. "dependencies": {
  3827. "ansi-styles": "^4.1.0",
  3828. "supports-color": "^7.1.0"
  3829. },
  3830. "engines": {
  3831. "node": ">=10"
  3832. },
  3833. "funding": {
  3834. "url": "https://github.com/chalk/chalk?sponsor=1"
  3835. }
  3836. },
  3837. "node_modules/chokidar": {
  3838. "version": "4.0.3",
  3839. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-4.0.3.tgz",
  3840. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  3841. "devOptional": true,
  3842. "license": "MIT",
  3843. "dependencies": {
  3844. "readdirp": "^4.0.1"
  3845. },
  3846. "engines": {
  3847. "node": ">= 14.16.0"
  3848. },
  3849. "funding": {
  3850. "url": "https://paulmillr.com/funding/"
  3851. }
  3852. },
  3853. "node_modules/cli-boxes": {
  3854. "version": "3.0.0",
  3855. "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz",
  3856. "integrity": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==",
  3857. "license": "MIT",
  3858. "engines": {
  3859. "node": ">=10"
  3860. },
  3861. "funding": {
  3862. "url": "https://github.com/sponsors/sindresorhus"
  3863. }
  3864. },
  3865. "node_modules/cli-cursor": {
  3866. "version": "4.0.0",
  3867. "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-4.0.0.tgz",
  3868. "integrity": "sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==",
  3869. "license": "MIT",
  3870. "dependencies": {
  3871. "restore-cursor": "^4.0.0"
  3872. },
  3873. "engines": {
  3874. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  3875. },
  3876. "funding": {
  3877. "url": "https://github.com/sponsors/sindresorhus"
  3878. }
  3879. },
  3880. "node_modules/cli-spinners": {
  3881. "version": "3.4.0",
  3882. "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-3.4.0.tgz",
  3883. "integrity": "sha512-bXfOC4QcT1tKXGorxL3wbJm6XJPDqEnij2gQ2m7ESQuE+/z9YFIWnl/5RpTiKWbMq3EVKR4fRLJGn6DVfu0mpw==",
  3884. "license": "MIT",
  3885. "engines": {
  3886. "node": ">=18.20"
  3887. },
  3888. "funding": {
  3889. "url": "https://github.com/sponsors/sindresorhus"
  3890. }
  3891. },
  3892. "node_modules/cli-truncate": {
  3893. "version": "5.1.1",
  3894. "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-5.1.1.tgz",
  3895. "integrity": "sha512-SroPvNHxUnk+vIW/dOSfNqdy1sPEFkrTk6TUtqLCnBlo3N7TNYYkzzN7uSD6+jVjrdO4+p8nH7JzH6cIvUem6A==",
  3896. "license": "MIT",
  3897. "dependencies": {
  3898. "slice-ansi": "^7.1.0",
  3899. "string-width": "^8.0.0"
  3900. },
  3901. "engines": {
  3902. "node": ">=20"
  3903. },
  3904. "funding": {
  3905. "url": "https://github.com/sponsors/sindresorhus"
  3906. }
  3907. },
  3908. "node_modules/code-excerpt": {
  3909. "version": "4.0.0",
  3910. "resolved": "https://registry.npmjs.org/code-excerpt/-/code-excerpt-4.0.0.tgz",
  3911. "integrity": "sha512-xxodCmBen3iy2i0WtAK8FlFNrRzjUqjRsMfho58xT/wvZU1YTM3fCnRjcy1gJPMepaRlgm/0e6w8SpWHpn3/cA==",
  3912. "license": "MIT",
  3913. "dependencies": {
  3914. "convert-to-spaces": "^2.0.1"
  3915. },
  3916. "engines": {
  3917. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  3918. }
  3919. },
  3920. "node_modules/color-convert": {
  3921. "version": "2.0.1",
  3922. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  3923. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  3924. "license": "MIT",
  3925. "dependencies": {
  3926. "color-name": "~1.1.4"
  3927. },
  3928. "engines": {
  3929. "node": ">=7.0.0"
  3930. }
  3931. },
  3932. "node_modules/color-name": {
  3933. "version": "1.1.4",
  3934. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  3935. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  3936. "license": "MIT"
  3937. },
  3938. "node_modules/combined-stream": {
  3939. "version": "1.0.8",
  3940. "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz",
  3941. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  3942. "license": "MIT",
  3943. "dependencies": {
  3944. "delayed-stream": "~1.0.0"
  3945. },
  3946. "engines": {
  3947. "node": ">= 0.8"
  3948. }
  3949. },
  3950. "node_modules/command-exists": {
  3951. "version": "1.2.9",
  3952. "resolved": "https://registry.npmjs.org/command-exists/-/command-exists-1.2.9.tgz",
  3953. "integrity": "sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w==",
  3954. "license": "MIT"
  3955. },
  3956. "node_modules/commander": {
  3957. "version": "2.20.3",
  3958. "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
  3959. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
  3960. "license": "MIT",
  3961. "peer": true
  3962. },
  3963. "node_modules/concat-map": {
  3964. "version": "0.0.1",
  3965. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  3966. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  3967. "dev": true,
  3968. "license": "MIT"
  3969. },
  3970. "node_modules/convert-source-map": {
  3971. "version": "2.0.0",
  3972. "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz",
  3973. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  3974. "license": "MIT"
  3975. },
  3976. "node_modules/convert-to-spaces": {
  3977. "version": "2.0.1",
  3978. "resolved": "https://registry.npmjs.org/convert-to-spaces/-/convert-to-spaces-2.0.1.tgz",
  3979. "integrity": "sha512-rcQ1bsQO9799wq24uE5AM2tAILy4gXGIK/njFWcVQkGNZ96edlpY+A7bjwvzjYvLDyzmG1MmMLZhpcsb+klNMQ==",
  3980. "license": "MIT",
  3981. "engines": {
  3982. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  3983. }
  3984. },
  3985. "node_modules/core-js": {
  3986. "version": "3.44.0",
  3987. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.44.0.tgz",
  3988. "integrity": "sha512-aFCtd4l6GvAXwVEh3XbbVqJGHDJt0OZRa+5ePGx3LLwi12WfexqQxcsohb2wgsa/92xtl19Hd66G/L+TaAxDMw==",
  3989. "hasInstallScript": true,
  3990. "license": "MIT",
  3991. "funding": {
  3992. "type": "opencollective",
  3993. "url": "https://opencollective.com/core-js"
  3994. }
  3995. },
  3996. "node_modules/core-js-compat": {
  3997. "version": "3.44.0",
  3998. "resolved": "https://registry.npmmirror.com/core-js-compat/-/core-js-compat-3.44.0.tgz",
  3999. "integrity": "sha512-JepmAj2zfl6ogy34qfWtcE7nHKAJnKsQFRn++scjVS2bZFllwptzw61BZcZFYBPpUznLfAvh0LGhxKppk04ClA==",
  4000. "license": "MIT",
  4001. "dependencies": {
  4002. "browserslist": "^4.25.1"
  4003. },
  4004. "funding": {
  4005. "type": "opencollective",
  4006. "url": "https://opencollective.com/core-js"
  4007. }
  4008. },
  4009. "node_modules/cross-spawn": {
  4010. "version": "7.0.6",
  4011. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
  4012. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  4013. "dev": true,
  4014. "license": "MIT",
  4015. "dependencies": {
  4016. "path-key": "^3.1.0",
  4017. "shebang-command": "^2.0.0",
  4018. "which": "^2.0.1"
  4019. },
  4020. "engines": {
  4021. "node": ">= 8"
  4022. }
  4023. },
  4024. "node_modules/crypto-js": {
  4025. "version": "4.2.0",
  4026. "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz",
  4027. "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==",
  4028. "license": "MIT"
  4029. },
  4030. "node_modules/cssesc": {
  4031. "version": "3.0.0",
  4032. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  4033. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  4034. "dev": true,
  4035. "license": "MIT",
  4036. "bin": {
  4037. "cssesc": "bin/cssesc"
  4038. },
  4039. "engines": {
  4040. "node": ">=4"
  4041. }
  4042. },
  4043. "node_modules/cssstyle": {
  4044. "version": "4.6.0",
  4045. "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-4.6.0.tgz",
  4046. "integrity": "sha512-2z+rWdzbbSZv6/rhtvzvqeZQHrBaqgogqt85sqFNbabZOuFbCVFb8kPeEtZjiKkbrm395irpNKiYeFeLiQnFPg==",
  4047. "dev": true,
  4048. "license": "MIT",
  4049. "dependencies": {
  4050. "@asamuzakjp/css-color": "^3.2.0",
  4051. "rrweb-cssom": "^0.8.0"
  4052. },
  4053. "engines": {
  4054. "node": ">=18"
  4055. }
  4056. },
  4057. "node_modules/csstype": {
  4058. "version": "3.1.3",
  4059. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz",
  4060. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
  4061. "license": "MIT"
  4062. },
  4063. "node_modules/data-urls": {
  4064. "version": "5.0.0",
  4065. "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-5.0.0.tgz",
  4066. "integrity": "sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==",
  4067. "dev": true,
  4068. "license": "MIT",
  4069. "dependencies": {
  4070. "whatwg-mimetype": "^4.0.0",
  4071. "whatwg-url": "^14.0.0"
  4072. },
  4073. "engines": {
  4074. "node": ">=18"
  4075. }
  4076. },
  4077. "node_modules/dayjs": {
  4078. "version": "1.11.19",
  4079. "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.19.tgz",
  4080. "integrity": "sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==",
  4081. "license": "MIT"
  4082. },
  4083. "node_modules/debug": {
  4084. "version": "4.4.1",
  4085. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.1.tgz",
  4086. "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
  4087. "license": "MIT",
  4088. "dependencies": {
  4089. "ms": "^2.1.3"
  4090. },
  4091. "engines": {
  4092. "node": ">=6.0"
  4093. },
  4094. "peerDependenciesMeta": {
  4095. "supports-color": {
  4096. "optional": true
  4097. }
  4098. }
  4099. },
  4100. "node_modules/decimal.js": {
  4101. "version": "10.6.0",
  4102. "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.6.0.tgz",
  4103. "integrity": "sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==",
  4104. "dev": true,
  4105. "license": "MIT"
  4106. },
  4107. "node_modules/deep-is": {
  4108. "version": "0.1.4",
  4109. "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
  4110. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  4111. "dev": true,
  4112. "license": "MIT"
  4113. },
  4114. "node_modules/deepmerge": {
  4115. "version": "4.3.1",
  4116. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
  4117. "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
  4118. "license": "MIT",
  4119. "engines": {
  4120. "node": ">=0.10.0"
  4121. }
  4122. },
  4123. "node_modules/define-property": {
  4124. "version": "1.0.0",
  4125. "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
  4126. "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==",
  4127. "license": "MIT",
  4128. "dependencies": {
  4129. "is-descriptor": "^1.0.0"
  4130. },
  4131. "engines": {
  4132. "node": ">=0.10.0"
  4133. }
  4134. },
  4135. "node_modules/delayed-stream": {
  4136. "version": "1.0.0",
  4137. "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz",
  4138. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  4139. "license": "MIT",
  4140. "engines": {
  4141. "node": ">=0.4.0"
  4142. }
  4143. },
  4144. "node_modules/depd": {
  4145. "version": "2.0.0",
  4146. "resolved": "https://registry.npmmirror.com/depd/-/depd-2.0.0.tgz",
  4147. "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  4148. "license": "MIT",
  4149. "engines": {
  4150. "node": ">= 0.8"
  4151. }
  4152. },
  4153. "node_modules/detect-libc": {
  4154. "version": "1.0.3",
  4155. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-1.0.3.tgz",
  4156. "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
  4157. "license": "Apache-2.0",
  4158. "optional": true,
  4159. "bin": {
  4160. "detect-libc": "bin/detect-libc.js"
  4161. },
  4162. "engines": {
  4163. "node": ">=0.10"
  4164. }
  4165. },
  4166. "node_modules/dom-walk": {
  4167. "version": "0.1.2",
  4168. "resolved": "https://registry.npmjs.org/dom-walk/-/dom-walk-0.1.2.tgz",
  4169. "integrity": "sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w=="
  4170. },
  4171. "node_modules/dotenv": {
  4172. "version": "16.6.1",
  4173. "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.6.1.tgz",
  4174. "integrity": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==",
  4175. "license": "BSD-2-Clause",
  4176. "engines": {
  4177. "node": ">=12"
  4178. },
  4179. "funding": {
  4180. "url": "https://dotenvx.com"
  4181. }
  4182. },
  4183. "node_modules/dunder-proto": {
  4184. "version": "1.0.1",
  4185. "resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz",
  4186. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  4187. "license": "MIT",
  4188. "dependencies": {
  4189. "call-bind-apply-helpers": "^1.0.1",
  4190. "es-errors": "^1.3.0",
  4191. "gopd": "^1.2.0"
  4192. },
  4193. "engines": {
  4194. "node": ">= 0.4"
  4195. }
  4196. },
  4197. "node_modules/electron-to-chromium": {
  4198. "version": "1.5.182",
  4199. "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.182.tgz",
  4200. "integrity": "sha512-Lv65Btwv9W4J9pyODI6EWpdnhfvrve/us5h1WspW8B2Fb0366REPtY3hX7ounk1CkV/TBjWCEvCBBbYbmV0qCA==",
  4201. "license": "ISC"
  4202. },
  4203. "node_modules/element-plus": {
  4204. "version": "2.10.2",
  4205. "resolved": "https://registry.npmmirror.com/element-plus/-/element-plus-2.10.2.tgz",
  4206. "integrity": "sha512-p2KiAa0jEGXrzdlTAfpiS7HQFAhla4gvx6H7RuDf+OO0uC3DGpolxvdHjFR8gt7+vaWyxQNcHa1sAdBkmjqlgA==",
  4207. "license": "MIT",
  4208. "dependencies": {
  4209. "@ctrl/tinycolor": "^3.4.1",
  4210. "@element-plus/icons-vue": "^2.3.1",
  4211. "@floating-ui/dom": "^1.0.1",
  4212. "@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7",
  4213. "@types/lodash": "^4.14.182",
  4214. "@types/lodash-es": "^4.17.6",
  4215. "@vueuse/core": "^9.1.0",
  4216. "async-validator": "^4.2.5",
  4217. "dayjs": "^1.11.13",
  4218. "escape-html": "^1.0.3",
  4219. "lodash": "^4.17.21",
  4220. "lodash-es": "^4.17.21",
  4221. "lodash-unified": "^1.0.2",
  4222. "memoize-one": "^6.0.0",
  4223. "normalize-wheel-es": "^1.2.0"
  4224. },
  4225. "peerDependencies": {
  4226. "vue": "^3.2.0"
  4227. }
  4228. },
  4229. "node_modules/emoji-regex": {
  4230. "version": "10.6.0",
  4231. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
  4232. "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
  4233. "license": "MIT"
  4234. },
  4235. "node_modules/entities": {
  4236. "version": "4.5.0",
  4237. "resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz",
  4238. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  4239. "license": "BSD-2-Clause",
  4240. "engines": {
  4241. "node": ">=0.12"
  4242. },
  4243. "funding": {
  4244. "url": "https://github.com/fb55/entities?sponsor=1"
  4245. }
  4246. },
  4247. "node_modules/environment": {
  4248. "version": "1.1.0",
  4249. "resolved": "https://registry.npmjs.org/environment/-/environment-1.1.0.tgz",
  4250. "integrity": "sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==",
  4251. "license": "MIT",
  4252. "engines": {
  4253. "node": ">=18"
  4254. },
  4255. "funding": {
  4256. "url": "https://github.com/sponsors/sindresorhus"
  4257. }
  4258. },
  4259. "node_modules/es-define-property": {
  4260. "version": "1.0.1",
  4261. "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz",
  4262. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  4263. "license": "MIT",
  4264. "engines": {
  4265. "node": ">= 0.4"
  4266. }
  4267. },
  4268. "node_modules/es-errors": {
  4269. "version": "1.3.0",
  4270. "resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
  4271. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  4272. "license": "MIT",
  4273. "engines": {
  4274. "node": ">= 0.4"
  4275. }
  4276. },
  4277. "node_modules/es-object-atoms": {
  4278. "version": "1.1.1",
  4279. "resolved": "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  4280. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  4281. "license": "MIT",
  4282. "dependencies": {
  4283. "es-errors": "^1.3.0"
  4284. },
  4285. "engines": {
  4286. "node": ">= 0.4"
  4287. }
  4288. },
  4289. "node_modules/es-set-tostringtag": {
  4290. "version": "2.1.0",
  4291. "resolved": "https://registry.npmmirror.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  4292. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  4293. "license": "MIT",
  4294. "dependencies": {
  4295. "es-errors": "^1.3.0",
  4296. "get-intrinsic": "^1.2.6",
  4297. "has-tostringtag": "^1.0.2",
  4298. "hasown": "^2.0.2"
  4299. },
  4300. "engines": {
  4301. "node": ">= 0.4"
  4302. }
  4303. },
  4304. "node_modules/es-toolkit": {
  4305. "version": "1.44.0",
  4306. "resolved": "https://registry.npmjs.org/es-toolkit/-/es-toolkit-1.44.0.tgz",
  4307. "integrity": "sha512-6penXeZalaV88MM3cGkFZZfOoLGWshWWfdy0tWw/RlVVyhvMaWSBTOvXNeiW3e5FwdS5ePW0LGEu17zT139ktg==",
  4308. "license": "MIT",
  4309. "workspaces": [
  4310. "docs",
  4311. "benchmarks"
  4312. ]
  4313. },
  4314. "node_modules/es5-shim": {
  4315. "version": "4.6.7",
  4316. "resolved": "https://registry.npmjs.org/es5-shim/-/es5-shim-4.6.7.tgz",
  4317. "integrity": "sha512-jg21/dmlrNQI7JyyA2w7n+yifSxBng0ZralnSfVZjoCawgNTCnS+yBCyVM9DL5itm7SUnDGgv7hcq2XCZX4iRQ==",
  4318. "license": "MIT",
  4319. "engines": {
  4320. "node": ">=0.4.0"
  4321. }
  4322. },
  4323. "node_modules/esbuild": {
  4324. "version": "0.25.5",
  4325. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.25.5.tgz",
  4326. "integrity": "sha512-P8OtKZRv/5J5hhz0cUAdu/cLuPIKXpQl1R9pZtvmHWQvrAUVd0UNIPT4IB4W3rNOqVO0rlqHmCIbSwxh/c9yUQ==",
  4327. "hasInstallScript": true,
  4328. "license": "MIT",
  4329. "bin": {
  4330. "esbuild": "bin/esbuild"
  4331. },
  4332. "engines": {
  4333. "node": ">=18"
  4334. },
  4335. "optionalDependencies": {
  4336. "@esbuild/aix-ppc64": "0.25.5",
  4337. "@esbuild/android-arm": "0.25.5",
  4338. "@esbuild/android-arm64": "0.25.5",
  4339. "@esbuild/android-x64": "0.25.5",
  4340. "@esbuild/darwin-arm64": "0.25.5",
  4341. "@esbuild/darwin-x64": "0.25.5",
  4342. "@esbuild/freebsd-arm64": "0.25.5",
  4343. "@esbuild/freebsd-x64": "0.25.5",
  4344. "@esbuild/linux-arm": "0.25.5",
  4345. "@esbuild/linux-arm64": "0.25.5",
  4346. "@esbuild/linux-ia32": "0.25.5",
  4347. "@esbuild/linux-loong64": "0.25.5",
  4348. "@esbuild/linux-mips64el": "0.25.5",
  4349. "@esbuild/linux-ppc64": "0.25.5",
  4350. "@esbuild/linux-riscv64": "0.25.5",
  4351. "@esbuild/linux-s390x": "0.25.5",
  4352. "@esbuild/linux-x64": "0.25.5",
  4353. "@esbuild/netbsd-arm64": "0.25.5",
  4354. "@esbuild/netbsd-x64": "0.25.5",
  4355. "@esbuild/openbsd-arm64": "0.25.5",
  4356. "@esbuild/openbsd-x64": "0.25.5",
  4357. "@esbuild/sunos-x64": "0.25.5",
  4358. "@esbuild/win32-arm64": "0.25.5",
  4359. "@esbuild/win32-ia32": "0.25.5",
  4360. "@esbuild/win32-x64": "0.25.5"
  4361. }
  4362. },
  4363. "node_modules/escalade": {
  4364. "version": "3.2.0",
  4365. "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz",
  4366. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  4367. "license": "MIT",
  4368. "engines": {
  4369. "node": ">=6"
  4370. }
  4371. },
  4372. "node_modules/escape-html": {
  4373. "version": "1.0.3",
  4374. "resolved": "https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz",
  4375. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
  4376. "license": "MIT"
  4377. },
  4378. "node_modules/escape-string-regexp": {
  4379. "version": "4.0.0",
  4380. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  4381. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  4382. "dev": true,
  4383. "license": "MIT",
  4384. "engines": {
  4385. "node": ">=10"
  4386. },
  4387. "funding": {
  4388. "url": "https://github.com/sponsors/sindresorhus"
  4389. }
  4390. },
  4391. "node_modules/eslint": {
  4392. "version": "9.32.0",
  4393. "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.32.0.tgz",
  4394. "integrity": "sha512-LSehfdpgMeWcTZkWZVIJl+tkZ2nuSkyyB9C27MZqFWXuph7DvaowgcTvKqxvpLW1JZIk8PN7hFY3Rj9LQ7m7lg==",
  4395. "dev": true,
  4396. "license": "MIT",
  4397. "dependencies": {
  4398. "@eslint-community/eslint-utils": "^4.2.0",
  4399. "@eslint-community/regexpp": "^4.12.1",
  4400. "@eslint/config-array": "^0.21.0",
  4401. "@eslint/config-helpers": "^0.3.0",
  4402. "@eslint/core": "^0.15.0",
  4403. "@eslint/eslintrc": "^3.3.1",
  4404. "@eslint/js": "9.32.0",
  4405. "@eslint/plugin-kit": "^0.3.4",
  4406. "@humanfs/node": "^0.16.6",
  4407. "@humanwhocodes/module-importer": "^1.0.1",
  4408. "@humanwhocodes/retry": "^0.4.2",
  4409. "@types/estree": "^1.0.6",
  4410. "@types/json-schema": "^7.0.15",
  4411. "ajv": "^6.12.4",
  4412. "chalk": "^4.0.0",
  4413. "cross-spawn": "^7.0.6",
  4414. "debug": "^4.3.2",
  4415. "escape-string-regexp": "^4.0.0",
  4416. "eslint-scope": "^8.4.0",
  4417. "eslint-visitor-keys": "^4.2.1",
  4418. "espree": "^10.4.0",
  4419. "esquery": "^1.5.0",
  4420. "esutils": "^2.0.2",
  4421. "fast-deep-equal": "^3.1.3",
  4422. "file-entry-cache": "^8.0.0",
  4423. "find-up": "^5.0.0",
  4424. "glob-parent": "^6.0.2",
  4425. "ignore": "^5.2.0",
  4426. "imurmurhash": "^0.1.4",
  4427. "is-glob": "^4.0.0",
  4428. "json-stable-stringify-without-jsonify": "^1.0.1",
  4429. "lodash.merge": "^4.6.2",
  4430. "minimatch": "^3.1.2",
  4431. "natural-compare": "^1.4.0",
  4432. "optionator": "^0.9.3"
  4433. },
  4434. "bin": {
  4435. "eslint": "bin/eslint.js"
  4436. },
  4437. "engines": {
  4438. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  4439. },
  4440. "funding": {
  4441. "url": "https://eslint.org/donate"
  4442. },
  4443. "peerDependencies": {
  4444. "jiti": "*"
  4445. },
  4446. "peerDependenciesMeta": {
  4447. "jiti": {
  4448. "optional": true
  4449. }
  4450. }
  4451. },
  4452. "node_modules/eslint-plugin-vue": {
  4453. "version": "10.3.0",
  4454. "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-10.3.0.tgz",
  4455. "integrity": "sha512-A0u9snqjCfYaPnqqOaH6MBLVWDUIN4trXn8J3x67uDcXvR7X6Ut8p16N+nYhMCQ9Y7edg2BIRGzfyZsY0IdqoQ==",
  4456. "dev": true,
  4457. "license": "MIT",
  4458. "dependencies": {
  4459. "@eslint-community/eslint-utils": "^4.4.0",
  4460. "natural-compare": "^1.4.0",
  4461. "nth-check": "^2.1.1",
  4462. "postcss-selector-parser": "^6.0.15",
  4463. "semver": "^7.6.3",
  4464. "xml-name-validator": "^4.0.0"
  4465. },
  4466. "engines": {
  4467. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  4468. },
  4469. "peerDependencies": {
  4470. "@typescript-eslint/parser": "^7.0.0 || ^8.0.0",
  4471. "eslint": "^8.57.0 || ^9.0.0",
  4472. "vue-eslint-parser": "^10.0.0"
  4473. },
  4474. "peerDependenciesMeta": {
  4475. "@typescript-eslint/parser": {
  4476. "optional": true
  4477. }
  4478. }
  4479. },
  4480. "node_modules/eslint-plugin-vue/node_modules/semver": {
  4481. "version": "7.7.2",
  4482. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
  4483. "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
  4484. "dev": true,
  4485. "license": "ISC",
  4486. "bin": {
  4487. "semver": "bin/semver.js"
  4488. },
  4489. "engines": {
  4490. "node": ">=10"
  4491. }
  4492. },
  4493. "node_modules/eslint-scope": {
  4494. "version": "8.4.0",
  4495. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
  4496. "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
  4497. "dev": true,
  4498. "license": "BSD-2-Clause",
  4499. "dependencies": {
  4500. "esrecurse": "^4.3.0",
  4501. "estraverse": "^5.2.0"
  4502. },
  4503. "engines": {
  4504. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  4505. },
  4506. "funding": {
  4507. "url": "https://opencollective.com/eslint"
  4508. }
  4509. },
  4510. "node_modules/eslint-visitor-keys": {
  4511. "version": "4.2.1",
  4512. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
  4513. "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
  4514. "dev": true,
  4515. "license": "Apache-2.0",
  4516. "engines": {
  4517. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  4518. },
  4519. "funding": {
  4520. "url": "https://opencollective.com/eslint"
  4521. }
  4522. },
  4523. "node_modules/espree": {
  4524. "version": "10.4.0",
  4525. "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
  4526. "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
  4527. "dev": true,
  4528. "license": "BSD-2-Clause",
  4529. "dependencies": {
  4530. "acorn": "^8.15.0",
  4531. "acorn-jsx": "^5.3.2",
  4532. "eslint-visitor-keys": "^4.2.1"
  4533. },
  4534. "engines": {
  4535. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  4536. },
  4537. "funding": {
  4538. "url": "https://opencollective.com/eslint"
  4539. }
  4540. },
  4541. "node_modules/esquery": {
  4542. "version": "1.6.0",
  4543. "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
  4544. "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
  4545. "dev": true,
  4546. "license": "BSD-3-Clause",
  4547. "dependencies": {
  4548. "estraverse": "^5.1.0"
  4549. },
  4550. "engines": {
  4551. "node": ">=0.10"
  4552. }
  4553. },
  4554. "node_modules/esrecurse": {
  4555. "version": "4.3.0",
  4556. "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
  4557. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  4558. "dev": true,
  4559. "license": "BSD-2-Clause",
  4560. "dependencies": {
  4561. "estraverse": "^5.2.0"
  4562. },
  4563. "engines": {
  4564. "node": ">=4.0"
  4565. }
  4566. },
  4567. "node_modules/estraverse": {
  4568. "version": "5.3.0",
  4569. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  4570. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  4571. "dev": true,
  4572. "license": "BSD-2-Clause",
  4573. "engines": {
  4574. "node": ">=4.0"
  4575. }
  4576. },
  4577. "node_modules/estree-walker": {
  4578. "version": "2.0.2",
  4579. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  4580. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  4581. "license": "MIT"
  4582. },
  4583. "node_modules/esutils": {
  4584. "version": "2.0.3",
  4585. "resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz",
  4586. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  4587. "license": "BSD-2-Clause",
  4588. "engines": {
  4589. "node": ">=0.10.0"
  4590. }
  4591. },
  4592. "node_modules/fast-deep-equal": {
  4593. "version": "3.1.3",
  4594. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  4595. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  4596. "dev": true,
  4597. "license": "MIT"
  4598. },
  4599. "node_modules/fast-json-stable-stringify": {
  4600. "version": "2.1.0",
  4601. "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  4602. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  4603. "dev": true,
  4604. "license": "MIT"
  4605. },
  4606. "node_modules/fast-levenshtein": {
  4607. "version": "2.0.6",
  4608. "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  4609. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  4610. "dev": true,
  4611. "license": "MIT"
  4612. },
  4613. "node_modules/fdir": {
  4614. "version": "6.4.6",
  4615. "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.4.6.tgz",
  4616. "integrity": "sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==",
  4617. "license": "MIT",
  4618. "peerDependencies": {
  4619. "picomatch": "^3 || ^4"
  4620. },
  4621. "peerDependenciesMeta": {
  4622. "picomatch": {
  4623. "optional": true
  4624. }
  4625. }
  4626. },
  4627. "node_modules/figures": {
  4628. "version": "6.1.0",
  4629. "resolved": "https://registry.npmjs.org/figures/-/figures-6.1.0.tgz",
  4630. "integrity": "sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==",
  4631. "license": "MIT",
  4632. "dependencies": {
  4633. "is-unicode-supported": "^2.0.0"
  4634. },
  4635. "engines": {
  4636. "node": ">=18"
  4637. },
  4638. "funding": {
  4639. "url": "https://github.com/sponsors/sindresorhus"
  4640. }
  4641. },
  4642. "node_modules/file-entry-cache": {
  4643. "version": "8.0.0",
  4644. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
  4645. "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
  4646. "dev": true,
  4647. "license": "MIT",
  4648. "dependencies": {
  4649. "flat-cache": "^4.0.0"
  4650. },
  4651. "engines": {
  4652. "node": ">=16.0.0"
  4653. }
  4654. },
  4655. "node_modules/fill-range": {
  4656. "version": "7.1.1",
  4657. "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
  4658. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  4659. "license": "MIT",
  4660. "optional": true,
  4661. "dependencies": {
  4662. "to-regex-range": "^5.0.1"
  4663. },
  4664. "engines": {
  4665. "node": ">=8"
  4666. }
  4667. },
  4668. "node_modules/find-up": {
  4669. "version": "5.0.0",
  4670. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  4671. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  4672. "dev": true,
  4673. "license": "MIT",
  4674. "dependencies": {
  4675. "locate-path": "^6.0.0",
  4676. "path-exists": "^4.0.0"
  4677. },
  4678. "engines": {
  4679. "node": ">=10"
  4680. },
  4681. "funding": {
  4682. "url": "https://github.com/sponsors/sindresorhus"
  4683. }
  4684. },
  4685. "node_modules/flat-cache": {
  4686. "version": "4.0.1",
  4687. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
  4688. "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
  4689. "dev": true,
  4690. "license": "MIT",
  4691. "dependencies": {
  4692. "flatted": "^3.2.9",
  4693. "keyv": "^4.5.4"
  4694. },
  4695. "engines": {
  4696. "node": ">=16"
  4697. }
  4698. },
  4699. "node_modules/flatted": {
  4700. "version": "3.3.3",
  4701. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz",
  4702. "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
  4703. "dev": true,
  4704. "license": "ISC"
  4705. },
  4706. "node_modules/follow-redirects": {
  4707. "version": "1.15.9",
  4708. "resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.9.tgz",
  4709. "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==",
  4710. "funding": [
  4711. {
  4712. "type": "individual",
  4713. "url": "https://github.com/sponsors/RubenVerborgh"
  4714. }
  4715. ],
  4716. "license": "MIT",
  4717. "engines": {
  4718. "node": ">=4.0"
  4719. },
  4720. "peerDependenciesMeta": {
  4721. "debug": {
  4722. "optional": true
  4723. }
  4724. }
  4725. },
  4726. "node_modules/form-data": {
  4727. "version": "4.0.3",
  4728. "resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.3.tgz",
  4729. "integrity": "sha512-qsITQPfmvMOSAdeyZ+12I1c+CKSstAFAwu+97zrnWAbIr5u8wfsExUzCesVLC8NgHuRUqNN4Zy6UPWUTRGslcA==",
  4730. "license": "MIT",
  4731. "dependencies": {
  4732. "asynckit": "^0.4.0",
  4733. "combined-stream": "^1.0.8",
  4734. "es-set-tostringtag": "^2.1.0",
  4735. "hasown": "^2.0.2",
  4736. "mime-types": "^2.1.12"
  4737. },
  4738. "engines": {
  4739. "node": ">= 6"
  4740. }
  4741. },
  4742. "node_modules/fs-extra": {
  4743. "version": "11.3.3",
  4744. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.3.tgz",
  4745. "integrity": "sha512-VWSRii4t0AFm6ixFFmLLx1t7wS1gh+ckoa84aOeapGum0h+EZd1EhEumSB+ZdDLnEPuucsVB9oB7cxJHap6Afg==",
  4746. "license": "MIT",
  4747. "dependencies": {
  4748. "graceful-fs": "^4.2.0",
  4749. "jsonfile": "^6.0.1",
  4750. "universalify": "^2.0.0"
  4751. },
  4752. "engines": {
  4753. "node": ">=14.14"
  4754. }
  4755. },
  4756. "node_modules/fsevents": {
  4757. "version": "2.3.3",
  4758. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
  4759. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  4760. "hasInstallScript": true,
  4761. "license": "MIT",
  4762. "optional": true,
  4763. "os": [
  4764. "darwin"
  4765. ],
  4766. "engines": {
  4767. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  4768. }
  4769. },
  4770. "node_modules/function-bind": {
  4771. "version": "1.1.2",
  4772. "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
  4773. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  4774. "license": "MIT",
  4775. "funding": {
  4776. "url": "https://github.com/sponsors/ljharb"
  4777. }
  4778. },
  4779. "node_modules/gensync": {
  4780. "version": "1.0.0-beta.2",
  4781. "resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz",
  4782. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  4783. "license": "MIT",
  4784. "engines": {
  4785. "node": ">=6.9.0"
  4786. }
  4787. },
  4788. "node_modules/get-east-asian-width": {
  4789. "version": "1.4.0",
  4790. "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz",
  4791. "integrity": "sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==",
  4792. "license": "MIT",
  4793. "engines": {
  4794. "node": ">=18"
  4795. },
  4796. "funding": {
  4797. "url": "https://github.com/sponsors/sindresorhus"
  4798. }
  4799. },
  4800. "node_modules/get-intrinsic": {
  4801. "version": "1.3.0",
  4802. "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  4803. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  4804. "license": "MIT",
  4805. "dependencies": {
  4806. "call-bind-apply-helpers": "^1.0.2",
  4807. "es-define-property": "^1.0.1",
  4808. "es-errors": "^1.3.0",
  4809. "es-object-atoms": "^1.1.1",
  4810. "function-bind": "^1.1.2",
  4811. "get-proto": "^1.0.1",
  4812. "gopd": "^1.2.0",
  4813. "has-symbols": "^1.1.0",
  4814. "hasown": "^2.0.2",
  4815. "math-intrinsics": "^1.1.0"
  4816. },
  4817. "engines": {
  4818. "node": ">= 0.4"
  4819. },
  4820. "funding": {
  4821. "url": "https://github.com/sponsors/ljharb"
  4822. }
  4823. },
  4824. "node_modules/get-proto": {
  4825. "version": "1.0.1",
  4826. "resolved": "https://registry.npmmirror.com/get-proto/-/get-proto-1.0.1.tgz",
  4827. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  4828. "license": "MIT",
  4829. "dependencies": {
  4830. "dunder-proto": "^1.0.1",
  4831. "es-object-atoms": "^1.0.0"
  4832. },
  4833. "engines": {
  4834. "node": ">= 0.4"
  4835. }
  4836. },
  4837. "node_modules/glob-parent": {
  4838. "version": "6.0.2",
  4839. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  4840. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  4841. "dev": true,
  4842. "license": "ISC",
  4843. "dependencies": {
  4844. "is-glob": "^4.0.3"
  4845. },
  4846. "engines": {
  4847. "node": ">=10.13.0"
  4848. }
  4849. },
  4850. "node_modules/global": {
  4851. "version": "4.4.0",
  4852. "resolved": "https://registry.npmjs.org/global/-/global-4.4.0.tgz",
  4853. "integrity": "sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==",
  4854. "license": "MIT",
  4855. "dependencies": {
  4856. "min-document": "^2.19.0",
  4857. "process": "^0.11.10"
  4858. }
  4859. },
  4860. "node_modules/globals": {
  4861. "version": "14.0.0",
  4862. "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
  4863. "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
  4864. "dev": true,
  4865. "license": "MIT",
  4866. "engines": {
  4867. "node": ">=18"
  4868. },
  4869. "funding": {
  4870. "url": "https://github.com/sponsors/sindresorhus"
  4871. }
  4872. },
  4873. "node_modules/gopd": {
  4874. "version": "1.2.0",
  4875. "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz",
  4876. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  4877. "license": "MIT",
  4878. "engines": {
  4879. "node": ">= 0.4"
  4880. },
  4881. "funding": {
  4882. "url": "https://github.com/sponsors/ljharb"
  4883. }
  4884. },
  4885. "node_modules/graceful-fs": {
  4886. "version": "4.2.11",
  4887. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  4888. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  4889. "license": "ISC"
  4890. },
  4891. "node_modules/gradient-string": {
  4892. "version": "2.0.2",
  4893. "resolved": "https://registry.npmjs.org/gradient-string/-/gradient-string-2.0.2.tgz",
  4894. "integrity": "sha512-rEDCuqUQ4tbD78TpzsMtt5OIf0cBCSDWSJtUDaF6JsAh+k0v9r++NzxNEG87oDZx9ZwGhD8DaezR2L/yrw0Jdw==",
  4895. "license": "MIT",
  4896. "dependencies": {
  4897. "chalk": "^4.1.2",
  4898. "tinygradient": "^1.1.5"
  4899. },
  4900. "engines": {
  4901. "node": ">=10"
  4902. }
  4903. },
  4904. "node_modules/has-flag": {
  4905. "version": "4.0.0",
  4906. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  4907. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  4908. "license": "MIT",
  4909. "engines": {
  4910. "node": ">=8"
  4911. }
  4912. },
  4913. "node_modules/has-symbols": {
  4914. "version": "1.1.0",
  4915. "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz",
  4916. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  4917. "license": "MIT",
  4918. "engines": {
  4919. "node": ">= 0.4"
  4920. },
  4921. "funding": {
  4922. "url": "https://github.com/sponsors/ljharb"
  4923. }
  4924. },
  4925. "node_modules/has-tostringtag": {
  4926. "version": "1.0.2",
  4927. "resolved": "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  4928. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  4929. "license": "MIT",
  4930. "dependencies": {
  4931. "has-symbols": "^1.0.3"
  4932. },
  4933. "engines": {
  4934. "node": ">= 0.4"
  4935. },
  4936. "funding": {
  4937. "url": "https://github.com/sponsors/ljharb"
  4938. }
  4939. },
  4940. "node_modules/hasown": {
  4941. "version": "2.0.2",
  4942. "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
  4943. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  4944. "license": "MIT",
  4945. "dependencies": {
  4946. "function-bind": "^1.1.2"
  4947. },
  4948. "engines": {
  4949. "node": ">= 0.4"
  4950. }
  4951. },
  4952. "node_modules/highlight.js": {
  4953. "version": "11.11.1",
  4954. "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.11.1.tgz",
  4955. "integrity": "sha512-Xwwo44whKBVCYoliBQwaPvtd/2tYFkRQtXDWj1nackaV2JPXx3L0+Jvd8/qCJ2p+ML0/XVkJ2q+Mr+UVdpJK5w==",
  4956. "license": "BSD-3-Clause",
  4957. "engines": {
  4958. "node": ">=12.0.0"
  4959. }
  4960. },
  4961. "node_modules/hls.js": {
  4962. "version": "1.6.7",
  4963. "resolved": "https://registry.npmmirror.com/hls.js/-/hls.js-1.6.7.tgz",
  4964. "integrity": "sha512-QW2fnwDGKGc9DwQUGLbmMOz8G48UZK7PVNJPcOUql1b8jubKx4/eMHNP5mGqr6tYlJNDG1g10Lx2U/qPzL6zwQ==",
  4965. "license": "Apache-2.0"
  4966. },
  4967. "node_modules/html-encoding-sniffer": {
  4968. "version": "4.0.0",
  4969. "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-4.0.0.tgz",
  4970. "integrity": "sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==",
  4971. "dev": true,
  4972. "license": "MIT",
  4973. "dependencies": {
  4974. "whatwg-encoding": "^3.1.1"
  4975. },
  4976. "engines": {
  4977. "node": ">=18"
  4978. }
  4979. },
  4980. "node_modules/http-proxy-agent": {
  4981. "version": "7.0.2",
  4982. "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
  4983. "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
  4984. "dev": true,
  4985. "license": "MIT",
  4986. "dependencies": {
  4987. "agent-base": "^7.1.0",
  4988. "debug": "^4.3.4"
  4989. },
  4990. "engines": {
  4991. "node": ">= 14"
  4992. }
  4993. },
  4994. "node_modules/https-proxy-agent": {
  4995. "version": "7.0.6",
  4996. "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
  4997. "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
  4998. "dev": true,
  4999. "license": "MIT",
  5000. "dependencies": {
  5001. "agent-base": "^7.1.2",
  5002. "debug": "4"
  5003. },
  5004. "engines": {
  5005. "node": ">= 14"
  5006. }
  5007. },
  5008. "node_modules/iconv-lite": {
  5009. "version": "0.6.3",
  5010. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
  5011. "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
  5012. "dev": true,
  5013. "license": "MIT",
  5014. "dependencies": {
  5015. "safer-buffer": ">= 2.1.2 < 3.0.0"
  5016. },
  5017. "engines": {
  5018. "node": ">=0.10.0"
  5019. }
  5020. },
  5021. "node_modules/ignore": {
  5022. "version": "5.3.2",
  5023. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
  5024. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  5025. "dev": true,
  5026. "license": "MIT",
  5027. "engines": {
  5028. "node": ">= 4"
  5029. }
  5030. },
  5031. "node_modules/immutable": {
  5032. "version": "5.1.3",
  5033. "resolved": "https://registry.npmmirror.com/immutable/-/immutable-5.1.3.tgz",
  5034. "integrity": "sha512-+chQdDfvscSF1SJqv2gn4SRO2ZyS3xL3r7IW/wWEEzrzLisnOlKiQu5ytC/BVNcS15C39WT2Hg/bjKjDMcu+zg==",
  5035. "devOptional": true,
  5036. "license": "MIT"
  5037. },
  5038. "node_modules/import-fresh": {
  5039. "version": "3.3.1",
  5040. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
  5041. "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
  5042. "dev": true,
  5043. "license": "MIT",
  5044. "dependencies": {
  5045. "parent-module": "^1.0.0",
  5046. "resolve-from": "^4.0.0"
  5047. },
  5048. "engines": {
  5049. "node": ">=6"
  5050. },
  5051. "funding": {
  5052. "url": "https://github.com/sponsors/sindresorhus"
  5053. }
  5054. },
  5055. "node_modules/imurmurhash": {
  5056. "version": "0.1.4",
  5057. "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  5058. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  5059. "dev": true,
  5060. "license": "MIT",
  5061. "engines": {
  5062. "node": ">=0.8.19"
  5063. }
  5064. },
  5065. "node_modules/indent-string": {
  5066. "version": "5.0.0",
  5067. "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz",
  5068. "integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==",
  5069. "license": "MIT",
  5070. "engines": {
  5071. "node": ">=12"
  5072. },
  5073. "funding": {
  5074. "url": "https://github.com/sponsors/sindresorhus"
  5075. }
  5076. },
  5077. "node_modules/individual": {
  5078. "version": "2.0.0",
  5079. "resolved": "https://registry.npmjs.org/individual/-/individual-2.0.0.tgz",
  5080. "integrity": "sha512-pWt8hBCqJsUWI/HtcfWod7+N9SgAqyPEaF7JQjwzjn5vGrpg6aQ5qeAFQ7dx//UH4J1O+7xqew+gCeeFt6xN/g=="
  5081. },
  5082. "node_modules/inherits": {
  5083. "version": "2.0.3",
  5084. "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.3.tgz",
  5085. "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==",
  5086. "dev": true,
  5087. "license": "ISC"
  5088. },
  5089. "node_modules/ink": {
  5090. "version": "6.6.0",
  5091. "resolved": "https://registry.npmjs.org/ink/-/ink-6.6.0.tgz",
  5092. "integrity": "sha512-QDt6FgJxgmSxAelcOvOHUvFxbIUjVpCH5bx+Slvc5m7IEcpGt3dYwbz/L+oRnqEGeRvwy1tineKK4ect3nW1vQ==",
  5093. "license": "MIT",
  5094. "dependencies": {
  5095. "@alcalzone/ansi-tokenize": "^0.2.1",
  5096. "ansi-escapes": "^7.2.0",
  5097. "ansi-styles": "^6.2.1",
  5098. "auto-bind": "^5.0.1",
  5099. "chalk": "^5.6.0",
  5100. "cli-boxes": "^3.0.0",
  5101. "cli-cursor": "^4.0.0",
  5102. "cli-truncate": "^5.1.1",
  5103. "code-excerpt": "^4.0.0",
  5104. "es-toolkit": "^1.39.10",
  5105. "indent-string": "^5.0.0",
  5106. "is-in-ci": "^2.0.0",
  5107. "patch-console": "^2.0.0",
  5108. "react-reconciler": "^0.33.0",
  5109. "signal-exit": "^3.0.7",
  5110. "slice-ansi": "^7.1.0",
  5111. "stack-utils": "^2.0.6",
  5112. "string-width": "^8.1.0",
  5113. "type-fest": "^4.27.0",
  5114. "widest-line": "^5.0.0",
  5115. "wrap-ansi": "^9.0.0",
  5116. "ws": "^8.18.0",
  5117. "yoga-layout": "~3.2.1"
  5118. },
  5119. "engines": {
  5120. "node": ">=20"
  5121. },
  5122. "peerDependencies": {
  5123. "@types/react": ">=19.0.0",
  5124. "react": ">=19.0.0",
  5125. "react-devtools-core": "^6.1.2"
  5126. },
  5127. "peerDependenciesMeta": {
  5128. "@types/react": {
  5129. "optional": true
  5130. },
  5131. "react-devtools-core": {
  5132. "optional": true
  5133. }
  5134. }
  5135. },
  5136. "node_modules/ink-big-text": {
  5137. "version": "2.0.0",
  5138. "resolved": "https://registry.npmjs.org/ink-big-text/-/ink-big-text-2.0.0.tgz",
  5139. "integrity": "sha512-Juzqv+rIOLGuhMJiE50VtS6dg6olWfzFdL7wsU/EARSL5Eaa5JNXMogMBm9AkjgzO2Y3UwWCOh87jbhSn8aNdw==",
  5140. "license": "MIT",
  5141. "dependencies": {
  5142. "cfonts": "^3.1.1",
  5143. "prop-types": "^15.8.1"
  5144. },
  5145. "engines": {
  5146. "node": ">=14.16"
  5147. },
  5148. "funding": {
  5149. "url": "https://github.com/sponsors/sindresorhus"
  5150. },
  5151. "peerDependencies": {
  5152. "ink": ">=4",
  5153. "react": ">=18"
  5154. }
  5155. },
  5156. "node_modules/ink-gradient": {
  5157. "version": "3.0.0",
  5158. "resolved": "https://registry.npmjs.org/ink-gradient/-/ink-gradient-3.0.0.tgz",
  5159. "integrity": "sha512-OVyPBovBxE1tFcBhSamb+P1puqDP6pG3xFe2W9NiLgwUZd9RbcjBeR7twLbliUT9navrUstEf1ZcPKKvx71BsQ==",
  5160. "license": "MIT",
  5161. "dependencies": {
  5162. "@types/gradient-string": "^1.1.2",
  5163. "gradient-string": "^2.0.2",
  5164. "prop-types": "^15.8.1",
  5165. "strip-ansi": "^7.1.0"
  5166. },
  5167. "engines": {
  5168. "node": ">=16"
  5169. },
  5170. "funding": {
  5171. "url": "https://github.com/sponsors/sindresorhus"
  5172. },
  5173. "peerDependencies": {
  5174. "ink": ">=4"
  5175. }
  5176. },
  5177. "node_modules/ink-select-input": {
  5178. "version": "6.2.0",
  5179. "resolved": "https://registry.npmjs.org/ink-select-input/-/ink-select-input-6.2.0.tgz",
  5180. "integrity": "sha512-304fZXxkpYxJ9si5lxRCaX01GNlmPBgOZumXXRnPYbHW/iI31cgQynqk2tRypGLOF1cMIwPUzL2LSm6q4I5rQQ==",
  5181. "license": "MIT",
  5182. "dependencies": {
  5183. "figures": "^6.1.0",
  5184. "to-rotated": "^1.0.0"
  5185. },
  5186. "engines": {
  5187. "node": ">=18"
  5188. },
  5189. "peerDependencies": {
  5190. "ink": ">=5.0.0",
  5191. "react": ">=18.0.0"
  5192. }
  5193. },
  5194. "node_modules/ink-spinner": {
  5195. "version": "5.0.0",
  5196. "resolved": "https://registry.npmjs.org/ink-spinner/-/ink-spinner-5.0.0.tgz",
  5197. "integrity": "sha512-EYEasbEjkqLGyPOUc8hBJZNuC5GvXGMLu0w5gdTNskPc7Izc5vO3tdQEYnzvshucyGCBXc86ig0ujXPMWaQCdA==",
  5198. "license": "MIT",
  5199. "dependencies": {
  5200. "cli-spinners": "^2.7.0"
  5201. },
  5202. "engines": {
  5203. "node": ">=14.16"
  5204. },
  5205. "peerDependencies": {
  5206. "ink": ">=4.0.0",
  5207. "react": ">=18.0.0"
  5208. }
  5209. },
  5210. "node_modules/ink-spinner/node_modules/cli-spinners": {
  5211. "version": "2.9.2",
  5212. "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz",
  5213. "integrity": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==",
  5214. "license": "MIT",
  5215. "engines": {
  5216. "node": ">=6"
  5217. },
  5218. "funding": {
  5219. "url": "https://github.com/sponsors/sindresorhus"
  5220. }
  5221. },
  5222. "node_modules/ink-text-input": {
  5223. "version": "6.0.0",
  5224. "resolved": "https://registry.npmjs.org/ink-text-input/-/ink-text-input-6.0.0.tgz",
  5225. "integrity": "sha512-Fw64n7Yha5deb1rHY137zHTAbSTNelUKuB5Kkk2HACXEtwIHBCf9OH2tP/LQ9fRYTl1F0dZgbW0zPnZk6FA9Lw==",
  5226. "license": "MIT",
  5227. "dependencies": {
  5228. "chalk": "^5.3.0",
  5229. "type-fest": "^4.18.2"
  5230. },
  5231. "engines": {
  5232. "node": ">=18"
  5233. },
  5234. "peerDependencies": {
  5235. "ink": ">=5",
  5236. "react": ">=18"
  5237. }
  5238. },
  5239. "node_modules/ink-text-input/node_modules/chalk": {
  5240. "version": "5.6.2",
  5241. "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
  5242. "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
  5243. "license": "MIT",
  5244. "engines": {
  5245. "node": "^12.17.0 || ^14.13 || >=16.0.0"
  5246. },
  5247. "funding": {
  5248. "url": "https://github.com/chalk/chalk?sponsor=1"
  5249. }
  5250. },
  5251. "node_modules/ink/node_modules/ansi-styles": {
  5252. "version": "6.2.3",
  5253. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
  5254. "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
  5255. "license": "MIT",
  5256. "engines": {
  5257. "node": ">=12"
  5258. },
  5259. "funding": {
  5260. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  5261. }
  5262. },
  5263. "node_modules/ink/node_modules/chalk": {
  5264. "version": "5.6.2",
  5265. "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
  5266. "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
  5267. "license": "MIT",
  5268. "engines": {
  5269. "node": "^12.17.0 || ^14.13 || >=16.0.0"
  5270. },
  5271. "funding": {
  5272. "url": "https://github.com/chalk/chalk?sponsor=1"
  5273. }
  5274. },
  5275. "node_modules/is-accessor-descriptor": {
  5276. "version": "1.0.1",
  5277. "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.1.tgz",
  5278. "integrity": "sha512-YBUanLI8Yoihw923YeFUS5fs0fF2f5TSFTNiYAAzhhDscDa3lEqYuz1pDOEP5KvX94I9ey3vsqjJcLVFVU+3QA==",
  5279. "license": "MIT",
  5280. "dependencies": {
  5281. "hasown": "^2.0.0"
  5282. },
  5283. "engines": {
  5284. "node": ">= 0.10"
  5285. }
  5286. },
  5287. "node_modules/is-buffer": {
  5288. "version": "1.1.6",
  5289. "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
  5290. "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
  5291. "license": "MIT"
  5292. },
  5293. "node_modules/is-core-module": {
  5294. "version": "2.16.1",
  5295. "resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.16.1.tgz",
  5296. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  5297. "license": "MIT",
  5298. "dependencies": {
  5299. "hasown": "^2.0.2"
  5300. },
  5301. "engines": {
  5302. "node": ">= 0.4"
  5303. },
  5304. "funding": {
  5305. "url": "https://github.com/sponsors/ljharb"
  5306. }
  5307. },
  5308. "node_modules/is-data-descriptor": {
  5309. "version": "1.0.1",
  5310. "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.1.tgz",
  5311. "integrity": "sha512-bc4NlCDiCr28U4aEsQ3Qs2491gVq4V8G7MQyws968ImqjKuYtTJXrl7Vq7jsN7Ly/C3xj5KWFrY7sHNeDkAzXw==",
  5312. "license": "MIT",
  5313. "dependencies": {
  5314. "hasown": "^2.0.0"
  5315. },
  5316. "engines": {
  5317. "node": ">= 0.4"
  5318. }
  5319. },
  5320. "node_modules/is-descriptor": {
  5321. "version": "1.0.3",
  5322. "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.3.tgz",
  5323. "integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==",
  5324. "license": "MIT",
  5325. "dependencies": {
  5326. "is-accessor-descriptor": "^1.0.1",
  5327. "is-data-descriptor": "^1.0.1"
  5328. },
  5329. "engines": {
  5330. "node": ">= 0.4"
  5331. }
  5332. },
  5333. "node_modules/is-extglob": {
  5334. "version": "2.1.1",
  5335. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  5336. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  5337. "devOptional": true,
  5338. "license": "MIT",
  5339. "engines": {
  5340. "node": ">=0.10.0"
  5341. }
  5342. },
  5343. "node_modules/is-fullwidth-code-point": {
  5344. "version": "5.1.0",
  5345. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.1.0.tgz",
  5346. "integrity": "sha512-5XHYaSyiqADb4RnZ1Bdad6cPp8Toise4TzEjcOYDHZkTCbKgiUl7WTUCpNWHuxmDt91wnsZBc9xinNzopv3JMQ==",
  5347. "license": "MIT",
  5348. "dependencies": {
  5349. "get-east-asian-width": "^1.3.1"
  5350. },
  5351. "engines": {
  5352. "node": ">=18"
  5353. },
  5354. "funding": {
  5355. "url": "https://github.com/sponsors/sindresorhus"
  5356. }
  5357. },
  5358. "node_modules/is-function": {
  5359. "version": "1.0.2",
  5360. "resolved": "https://registry.npmjs.org/is-function/-/is-function-1.0.2.tgz",
  5361. "integrity": "sha512-lw7DUp0aWXYg+CBCN+JKkcE0Q2RayZnSvnZBlwgxHBQhqt5pZNVy4Ri7H9GmmXkdu7LUthszM+Tor1u/2iBcpQ==",
  5362. "license": "MIT"
  5363. },
  5364. "node_modules/is-glob": {
  5365. "version": "4.0.3",
  5366. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  5367. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  5368. "devOptional": true,
  5369. "license": "MIT",
  5370. "dependencies": {
  5371. "is-extglob": "^2.1.1"
  5372. },
  5373. "engines": {
  5374. "node": ">=0.10.0"
  5375. }
  5376. },
  5377. "node_modules/is-in-ci": {
  5378. "version": "2.0.0",
  5379. "resolved": "https://registry.npmjs.org/is-in-ci/-/is-in-ci-2.0.0.tgz",
  5380. "integrity": "sha512-cFeerHriAnhrQSbpAxL37W1wcJKUUX07HyLWZCW1URJT/ra3GyUTzBgUnh24TMVfNTV2Hij2HLxkPHFZfOZy5w==",
  5381. "license": "MIT",
  5382. "bin": {
  5383. "is-in-ci": "cli.js"
  5384. },
  5385. "engines": {
  5386. "node": ">=20"
  5387. },
  5388. "funding": {
  5389. "url": "https://github.com/sponsors/sindresorhus"
  5390. }
  5391. },
  5392. "node_modules/is-number": {
  5393. "version": "7.0.0",
  5394. "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
  5395. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  5396. "license": "MIT",
  5397. "optional": true,
  5398. "engines": {
  5399. "node": ">=0.12.0"
  5400. }
  5401. },
  5402. "node_modules/is-potential-custom-element-name": {
  5403. "version": "1.0.1",
  5404. "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
  5405. "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
  5406. "dev": true,
  5407. "license": "MIT"
  5408. },
  5409. "node_modules/is-promise": {
  5410. "version": "4.0.0",
  5411. "resolved": "https://registry.npmmirror.com/is-promise/-/is-promise-4.0.0.tgz",
  5412. "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==",
  5413. "license": "MIT"
  5414. },
  5415. "node_modules/is-unicode-supported": {
  5416. "version": "2.1.0",
  5417. "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz",
  5418. "integrity": "sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==",
  5419. "license": "MIT",
  5420. "engines": {
  5421. "node": ">=18"
  5422. },
  5423. "funding": {
  5424. "url": "https://github.com/sponsors/sindresorhus"
  5425. }
  5426. },
  5427. "node_modules/isexe": {
  5428. "version": "2.0.0",
  5429. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  5430. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  5431. "dev": true,
  5432. "license": "ISC"
  5433. },
  5434. "node_modules/js-cookie": {
  5435. "version": "3.0.5",
  5436. "resolved": "https://registry.npmmirror.com/js-cookie/-/js-cookie-3.0.5.tgz",
  5437. "integrity": "sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==",
  5438. "license": "MIT",
  5439. "engines": {
  5440. "node": ">=14"
  5441. }
  5442. },
  5443. "node_modules/js-tokens": {
  5444. "version": "4.0.0",
  5445. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz",
  5446. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  5447. "license": "MIT"
  5448. },
  5449. "node_modules/js-yaml": {
  5450. "version": "4.1.0",
  5451. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
  5452. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  5453. "dev": true,
  5454. "license": "MIT",
  5455. "dependencies": {
  5456. "argparse": "^2.0.1"
  5457. },
  5458. "bin": {
  5459. "js-yaml": "bin/js-yaml.js"
  5460. }
  5461. },
  5462. "node_modules/jsdom": {
  5463. "version": "26.1.0",
  5464. "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-26.1.0.tgz",
  5465. "integrity": "sha512-Cvc9WUhxSMEo4McES3P7oK3QaXldCfNWp7pl2NNeiIFlCoLr3kfq9kb1fxftiwk1FLV7CvpvDfonxtzUDeSOPg==",
  5466. "dev": true,
  5467. "license": "MIT",
  5468. "dependencies": {
  5469. "cssstyle": "^4.2.1",
  5470. "data-urls": "^5.0.0",
  5471. "decimal.js": "^10.5.0",
  5472. "html-encoding-sniffer": "^4.0.0",
  5473. "http-proxy-agent": "^7.0.2",
  5474. "https-proxy-agent": "^7.0.6",
  5475. "is-potential-custom-element-name": "^1.0.1",
  5476. "nwsapi": "^2.2.16",
  5477. "parse5": "^7.2.1",
  5478. "rrweb-cssom": "^0.8.0",
  5479. "saxes": "^6.0.0",
  5480. "symbol-tree": "^3.2.4",
  5481. "tough-cookie": "^5.1.1",
  5482. "w3c-xmlserializer": "^5.0.0",
  5483. "webidl-conversions": "^7.0.0",
  5484. "whatwg-encoding": "^3.1.1",
  5485. "whatwg-mimetype": "^4.0.0",
  5486. "whatwg-url": "^14.1.1",
  5487. "ws": "^8.18.0",
  5488. "xml-name-validator": "^5.0.0"
  5489. },
  5490. "engines": {
  5491. "node": ">=18"
  5492. },
  5493. "peerDependencies": {
  5494. "canvas": "^3.0.0"
  5495. },
  5496. "peerDependenciesMeta": {
  5497. "canvas": {
  5498. "optional": true
  5499. }
  5500. }
  5501. },
  5502. "node_modules/jsdom/node_modules/xml-name-validator": {
  5503. "version": "5.0.0",
  5504. "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz",
  5505. "integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==",
  5506. "dev": true,
  5507. "license": "Apache-2.0",
  5508. "engines": {
  5509. "node": ">=18"
  5510. }
  5511. },
  5512. "node_modules/jsencrypt": {
  5513. "version": "3.3.2",
  5514. "resolved": "https://registry.npmjs.org/jsencrypt/-/jsencrypt-3.3.2.tgz",
  5515. "integrity": "sha512-arQR1R1ESGdAxY7ZheWr12wCaF2yF47v5qpB76TtV64H1pyGudk9Hvw8Y9tb/FiTIaaTRUyaSnm5T/Y53Ghm/A==",
  5516. "license": "MIT"
  5517. },
  5518. "node_modules/jsesc": {
  5519. "version": "3.1.0",
  5520. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.1.0.tgz",
  5521. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  5522. "license": "MIT",
  5523. "bin": {
  5524. "jsesc": "bin/jsesc"
  5525. },
  5526. "engines": {
  5527. "node": ">=6"
  5528. }
  5529. },
  5530. "node_modules/json-buffer": {
  5531. "version": "3.0.1",
  5532. "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
  5533. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  5534. "dev": true,
  5535. "license": "MIT"
  5536. },
  5537. "node_modules/json-schema-traverse": {
  5538. "version": "0.4.1",
  5539. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  5540. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  5541. "dev": true,
  5542. "license": "MIT"
  5543. },
  5544. "node_modules/json-stable-stringify-without-jsonify": {
  5545. "version": "1.0.1",
  5546. "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  5547. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  5548. "dev": true,
  5549. "license": "MIT"
  5550. },
  5551. "node_modules/json5": {
  5552. "version": "2.2.3",
  5553. "resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz",
  5554. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  5555. "license": "MIT",
  5556. "bin": {
  5557. "json5": "lib/cli.js"
  5558. },
  5559. "engines": {
  5560. "node": ">=6"
  5561. }
  5562. },
  5563. "node_modules/jsonfile": {
  5564. "version": "6.2.0",
  5565. "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.0.tgz",
  5566. "integrity": "sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==",
  5567. "license": "MIT",
  5568. "dependencies": {
  5569. "universalify": "^2.0.0"
  5570. },
  5571. "optionalDependencies": {
  5572. "graceful-fs": "^4.1.6"
  5573. }
  5574. },
  5575. "node_modules/keycode": {
  5576. "version": "2.2.1",
  5577. "resolved": "https://registry.npmjs.org/keycode/-/keycode-2.2.1.tgz",
  5578. "integrity": "sha512-Rdgz9Hl9Iv4QKi8b0OlCRQEzp4AgVxyCtz5S/+VIHezDmrDhkp2N2TqBWOLz0/gbeREXOOiI9/4b8BY9uw2vFg==",
  5579. "license": "MIT"
  5580. },
  5581. "node_modules/keyv": {
  5582. "version": "4.5.4",
  5583. "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
  5584. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  5585. "dev": true,
  5586. "license": "MIT",
  5587. "dependencies": {
  5588. "json-buffer": "3.0.1"
  5589. }
  5590. },
  5591. "node_modules/kind-of": {
  5592. "version": "3.2.2",
  5593. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
  5594. "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
  5595. "license": "MIT",
  5596. "dependencies": {
  5597. "is-buffer": "^1.1.5"
  5598. },
  5599. "engines": {
  5600. "node": ">=0.10.0"
  5601. }
  5602. },
  5603. "node_modules/levn": {
  5604. "version": "0.4.1",
  5605. "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
  5606. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  5607. "dev": true,
  5608. "license": "MIT",
  5609. "dependencies": {
  5610. "prelude-ls": "^1.2.1",
  5611. "type-check": "~0.4.0"
  5612. },
  5613. "engines": {
  5614. "node": ">= 0.8.0"
  5615. }
  5616. },
  5617. "node_modules/linkify-it": {
  5618. "version": "5.0.0",
  5619. "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz",
  5620. "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==",
  5621. "license": "MIT",
  5622. "dependencies": {
  5623. "uc.micro": "^2.0.0"
  5624. }
  5625. },
  5626. "node_modules/locate-path": {
  5627. "version": "6.0.0",
  5628. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  5629. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  5630. "dev": true,
  5631. "license": "MIT",
  5632. "dependencies": {
  5633. "p-locate": "^5.0.0"
  5634. },
  5635. "engines": {
  5636. "node": ">=10"
  5637. },
  5638. "funding": {
  5639. "url": "https://github.com/sponsors/sindresorhus"
  5640. }
  5641. },
  5642. "node_modules/lodash": {
  5643. "version": "4.17.21",
  5644. "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
  5645. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  5646. "license": "MIT"
  5647. },
  5648. "node_modules/lodash-es": {
  5649. "version": "4.17.21",
  5650. "resolved": "https://registry.npmmirror.com/lodash-es/-/lodash-es-4.17.21.tgz",
  5651. "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==",
  5652. "license": "MIT"
  5653. },
  5654. "node_modules/lodash-unified": {
  5655. "version": "1.0.3",
  5656. "resolved": "https://registry.npmmirror.com/lodash-unified/-/lodash-unified-1.0.3.tgz",
  5657. "integrity": "sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ==",
  5658. "license": "MIT",
  5659. "peerDependencies": {
  5660. "@types/lodash-es": "*",
  5661. "lodash": "*",
  5662. "lodash-es": "*"
  5663. }
  5664. },
  5665. "node_modules/lodash.debounce": {
  5666. "version": "4.0.8",
  5667. "resolved": "https://registry.npmmirror.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
  5668. "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
  5669. "license": "MIT"
  5670. },
  5671. "node_modules/lodash.merge": {
  5672. "version": "4.6.2",
  5673. "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
  5674. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  5675. "dev": true,
  5676. "license": "MIT"
  5677. },
  5678. "node_modules/loose-envify": {
  5679. "version": "1.4.0",
  5680. "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
  5681. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  5682. "license": "MIT",
  5683. "dependencies": {
  5684. "js-tokens": "^3.0.0 || ^4.0.0"
  5685. },
  5686. "bin": {
  5687. "loose-envify": "cli.js"
  5688. }
  5689. },
  5690. "node_modules/lru-cache": {
  5691. "version": "5.1.1",
  5692. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz",
  5693. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  5694. "license": "ISC",
  5695. "dependencies": {
  5696. "yallist": "^3.0.2"
  5697. }
  5698. },
  5699. "node_modules/m3u8-parser": {
  5700. "version": "4.8.0",
  5701. "resolved": "https://registry.npmjs.org/m3u8-parser/-/m3u8-parser-4.8.0.tgz",
  5702. "integrity": "sha512-UqA2a/Pw3liR6Df3gwxrqghCP17OpPlQj6RBPLYygf/ZSQ4MoSgvdvhvt35qV+3NaaA0FSZx93Ix+2brT1U7cA==",
  5703. "license": "Apache-2.0",
  5704. "dependencies": {
  5705. "@babel/runtime": "^7.12.5",
  5706. "@videojs/vhs-utils": "^3.0.5",
  5707. "global": "^4.4.0"
  5708. }
  5709. },
  5710. "node_modules/magic-string": {
  5711. "version": "0.30.17",
  5712. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz",
  5713. "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
  5714. "license": "MIT",
  5715. "dependencies": {
  5716. "@jridgewell/sourcemap-codec": "^1.5.0"
  5717. }
  5718. },
  5719. "node_modules/markdown-it": {
  5720. "version": "14.1.0",
  5721. "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.0.tgz",
  5722. "integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==",
  5723. "license": "MIT",
  5724. "dependencies": {
  5725. "argparse": "^2.0.1",
  5726. "entities": "^4.4.0",
  5727. "linkify-it": "^5.0.0",
  5728. "mdurl": "^2.0.0",
  5729. "punycode.js": "^2.3.1",
  5730. "uc.micro": "^2.1.0"
  5731. },
  5732. "bin": {
  5733. "markdown-it": "bin/markdown-it.mjs"
  5734. }
  5735. },
  5736. "node_modules/math-intrinsics": {
  5737. "version": "1.1.0",
  5738. "resolved": "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  5739. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  5740. "license": "MIT",
  5741. "engines": {
  5742. "node": ">= 0.4"
  5743. }
  5744. },
  5745. "node_modules/mdurl": {
  5746. "version": "2.0.0",
  5747. "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz",
  5748. "integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==",
  5749. "license": "MIT"
  5750. },
  5751. "node_modules/memoize-one": {
  5752. "version": "6.0.0",
  5753. "resolved": "https://registry.npmmirror.com/memoize-one/-/memoize-one-6.0.0.tgz",
  5754. "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==",
  5755. "license": "MIT"
  5756. },
  5757. "node_modules/meow": {
  5758. "version": "13.2.0",
  5759. "resolved": "https://registry.npmmirror.com/meow/-/meow-13.2.0.tgz",
  5760. "integrity": "sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==",
  5761. "license": "MIT",
  5762. "engines": {
  5763. "node": ">=18"
  5764. },
  5765. "funding": {
  5766. "url": "https://github.com/sponsors/sindresorhus"
  5767. }
  5768. },
  5769. "node_modules/micromatch": {
  5770. "version": "4.0.8",
  5771. "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz",
  5772. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  5773. "license": "MIT",
  5774. "optional": true,
  5775. "dependencies": {
  5776. "braces": "^3.0.3",
  5777. "picomatch": "^2.3.1"
  5778. },
  5779. "engines": {
  5780. "node": ">=8.6"
  5781. }
  5782. },
  5783. "node_modules/micromatch/node_modules/picomatch": {
  5784. "version": "2.3.1",
  5785. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  5786. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  5787. "license": "MIT",
  5788. "optional": true,
  5789. "engines": {
  5790. "node": ">=8.6"
  5791. },
  5792. "funding": {
  5793. "url": "https://github.com/sponsors/jonschlinkert"
  5794. }
  5795. },
  5796. "node_modules/mime-db": {
  5797. "version": "1.52.0",
  5798. "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
  5799. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  5800. "license": "MIT",
  5801. "engines": {
  5802. "node": ">= 0.6"
  5803. }
  5804. },
  5805. "node_modules/mime-types": {
  5806. "version": "2.1.35",
  5807. "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
  5808. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  5809. "license": "MIT",
  5810. "dependencies": {
  5811. "mime-db": "1.52.0"
  5812. },
  5813. "engines": {
  5814. "node": ">= 0.6"
  5815. }
  5816. },
  5817. "node_modules/mimic-fn": {
  5818. "version": "2.1.0",
  5819. "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
  5820. "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
  5821. "license": "MIT",
  5822. "engines": {
  5823. "node": ">=6"
  5824. }
  5825. },
  5826. "node_modules/min-document": {
  5827. "version": "2.19.0",
  5828. "resolved": "https://registry.npmjs.org/min-document/-/min-document-2.19.0.tgz",
  5829. "integrity": "sha512-9Wy1B3m3f66bPPmU5hdA4DR4PB2OfDU/+GS3yAB7IQozE3tqXaVv2zOjgla7MEGSRv95+ILmOuvhLkOK6wJtCQ==",
  5830. "dependencies": {
  5831. "dom-walk": "^0.1.0"
  5832. }
  5833. },
  5834. "node_modules/minimatch": {
  5835. "version": "3.1.2",
  5836. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  5837. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  5838. "dev": true,
  5839. "license": "ISC",
  5840. "dependencies": {
  5841. "brace-expansion": "^1.1.7"
  5842. },
  5843. "engines": {
  5844. "node": "*"
  5845. }
  5846. },
  5847. "node_modules/mpd-parser": {
  5848. "version": "0.22.1",
  5849. "resolved": "https://registry.npmjs.org/mpd-parser/-/mpd-parser-0.22.1.tgz",
  5850. "integrity": "sha512-fwBebvpyPUU8bOzvhX0VQZgSohncbgYwUyJJoTSNpmy7ccD2ryiCvM7oRkn/xQH5cv73/xU7rJSNCLjdGFor0Q==",
  5851. "license": "Apache-2.0",
  5852. "dependencies": {
  5853. "@babel/runtime": "^7.12.5",
  5854. "@videojs/vhs-utils": "^3.0.5",
  5855. "@xmldom/xmldom": "^0.8.3",
  5856. "global": "^4.4.0"
  5857. },
  5858. "bin": {
  5859. "mpd-to-m3u8-json": "bin/parse.js"
  5860. }
  5861. },
  5862. "node_modules/ms": {
  5863. "version": "2.1.3",
  5864. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  5865. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  5866. "license": "MIT"
  5867. },
  5868. "node_modules/mute-stream": {
  5869. "version": "2.0.0",
  5870. "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-2.0.0.tgz",
  5871. "integrity": "sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==",
  5872. "license": "ISC",
  5873. "engines": {
  5874. "node": "^18.17.0 || >=20.5.0"
  5875. }
  5876. },
  5877. "node_modules/mux.js": {
  5878. "version": "6.0.1",
  5879. "resolved": "https://registry.npmjs.org/mux.js/-/mux.js-6.0.1.tgz",
  5880. "integrity": "sha512-22CHb59rH8pWGcPGW5Og7JngJ9s+z4XuSlYvnxhLuc58cA1WqGDQPzuG8I+sPm1/p0CdgpzVTaKW408k5DNn8w==",
  5881. "license": "Apache-2.0",
  5882. "dependencies": {
  5883. "@babel/runtime": "^7.11.2",
  5884. "global": "^4.4.0"
  5885. },
  5886. "bin": {
  5887. "muxjs-transmux": "bin/transmux.js"
  5888. },
  5889. "engines": {
  5890. "node": ">=8",
  5891. "npm": ">=5"
  5892. }
  5893. },
  5894. "node_modules/nanoid": {
  5895. "version": "3.3.11",
  5896. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz",
  5897. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  5898. "funding": [
  5899. {
  5900. "type": "github",
  5901. "url": "https://github.com/sponsors/ai"
  5902. }
  5903. ],
  5904. "license": "MIT",
  5905. "bin": {
  5906. "nanoid": "bin/nanoid.cjs"
  5907. },
  5908. "engines": {
  5909. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  5910. }
  5911. },
  5912. "node_modules/natural-compare": {
  5913. "version": "1.4.0",
  5914. "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  5915. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  5916. "dev": true,
  5917. "license": "MIT"
  5918. },
  5919. "node_modules/node-addon-api": {
  5920. "version": "7.1.1",
  5921. "resolved": "https://registry.npmmirror.com/node-addon-api/-/node-addon-api-7.1.1.tgz",
  5922. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  5923. "license": "MIT",
  5924. "optional": true
  5925. },
  5926. "node_modules/node-fetch": {
  5927. "version": "2.7.0",
  5928. "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
  5929. "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
  5930. "license": "MIT",
  5931. "dependencies": {
  5932. "whatwg-url": "^5.0.0"
  5933. },
  5934. "engines": {
  5935. "node": "4.x || >=6.0.0"
  5936. },
  5937. "peerDependencies": {
  5938. "encoding": "^0.1.0"
  5939. },
  5940. "peerDependenciesMeta": {
  5941. "encoding": {
  5942. "optional": true
  5943. }
  5944. }
  5945. },
  5946. "node_modules/node-fetch/node_modules/tr46": {
  5947. "version": "0.0.3",
  5948. "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
  5949. "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
  5950. "license": "MIT"
  5951. },
  5952. "node_modules/node-fetch/node_modules/webidl-conversions": {
  5953. "version": "3.0.1",
  5954. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
  5955. "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
  5956. "license": "BSD-2-Clause"
  5957. },
  5958. "node_modules/node-fetch/node_modules/whatwg-url": {
  5959. "version": "5.0.0",
  5960. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
  5961. "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
  5962. "license": "MIT",
  5963. "dependencies": {
  5964. "tr46": "~0.0.3",
  5965. "webidl-conversions": "^3.0.0"
  5966. }
  5967. },
  5968. "node_modules/node-releases": {
  5969. "version": "2.0.19",
  5970. "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.19.tgz",
  5971. "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==",
  5972. "license": "MIT"
  5973. },
  5974. "node_modules/normalize-wheel-es": {
  5975. "version": "1.2.0",
  5976. "resolved": "https://registry.npmmirror.com/normalize-wheel-es/-/normalize-wheel-es-1.2.0.tgz",
  5977. "integrity": "sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw==",
  5978. "license": "BSD-3-Clause"
  5979. },
  5980. "node_modules/nth-check": {
  5981. "version": "2.1.1",
  5982. "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
  5983. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  5984. "dev": true,
  5985. "license": "BSD-2-Clause",
  5986. "dependencies": {
  5987. "boolbase": "^1.0.0"
  5988. },
  5989. "funding": {
  5990. "url": "https://github.com/fb55/nth-check?sponsor=1"
  5991. }
  5992. },
  5993. "node_modules/nwsapi": {
  5994. "version": "2.2.22",
  5995. "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.22.tgz",
  5996. "integrity": "sha512-ujSMe1OWVn55euT1ihwCI1ZcAaAU3nxUiDwfDQldc51ZXaB9m2AyOn6/jh1BLe2t/G8xd6uKG1UBF2aZJeg2SQ==",
  5997. "dev": true,
  5998. "license": "MIT"
  5999. },
  6000. "node_modules/object-assign": {
  6001. "version": "4.1.1",
  6002. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  6003. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  6004. "license": "MIT",
  6005. "engines": {
  6006. "node": ">=0.10.0"
  6007. }
  6008. },
  6009. "node_modules/onetime": {
  6010. "version": "5.1.2",
  6011. "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
  6012. "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
  6013. "license": "MIT",
  6014. "dependencies": {
  6015. "mimic-fn": "^2.1.0"
  6016. },
  6017. "engines": {
  6018. "node": ">=6"
  6019. },
  6020. "funding": {
  6021. "url": "https://github.com/sponsors/sindresorhus"
  6022. }
  6023. },
  6024. "node_modules/optionator": {
  6025. "version": "0.9.4",
  6026. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
  6027. "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
  6028. "dev": true,
  6029. "license": "MIT",
  6030. "dependencies": {
  6031. "deep-is": "^0.1.3",
  6032. "fast-levenshtein": "^2.0.6",
  6033. "levn": "^0.4.1",
  6034. "prelude-ls": "^1.2.1",
  6035. "type-check": "^0.4.0",
  6036. "word-wrap": "^1.2.5"
  6037. },
  6038. "engines": {
  6039. "node": ">= 0.8.0"
  6040. }
  6041. },
  6042. "node_modules/p-limit": {
  6043. "version": "3.1.0",
  6044. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  6045. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  6046. "dev": true,
  6047. "license": "MIT",
  6048. "dependencies": {
  6049. "yocto-queue": "^0.1.0"
  6050. },
  6051. "engines": {
  6052. "node": ">=10"
  6053. },
  6054. "funding": {
  6055. "url": "https://github.com/sponsors/sindresorhus"
  6056. }
  6057. },
  6058. "node_modules/p-locate": {
  6059. "version": "5.0.0",
  6060. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  6061. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  6062. "dev": true,
  6063. "license": "MIT",
  6064. "dependencies": {
  6065. "p-limit": "^3.0.2"
  6066. },
  6067. "engines": {
  6068. "node": ">=10"
  6069. },
  6070. "funding": {
  6071. "url": "https://github.com/sponsors/sindresorhus"
  6072. }
  6073. },
  6074. "node_modules/parent-module": {
  6075. "version": "1.0.1",
  6076. "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
  6077. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  6078. "dev": true,
  6079. "license": "MIT",
  6080. "dependencies": {
  6081. "callsites": "^3.0.0"
  6082. },
  6083. "engines": {
  6084. "node": ">=6"
  6085. }
  6086. },
  6087. "node_modules/parse-headers": {
  6088. "version": "2.0.6",
  6089. "resolved": "https://registry.npmjs.org/parse-headers/-/parse-headers-2.0.6.tgz",
  6090. "integrity": "sha512-Tz11t3uKztEW5FEVZnj1ox8GKblWn+PvHY9TmJV5Mll2uHEwRdR/5Li1OlXoECjLYkApdhWy44ocONwXLiKO5A==",
  6091. "license": "MIT"
  6092. },
  6093. "node_modules/parse5": {
  6094. "version": "7.3.0",
  6095. "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz",
  6096. "integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==",
  6097. "dev": true,
  6098. "license": "MIT",
  6099. "dependencies": {
  6100. "entities": "^6.0.0"
  6101. },
  6102. "funding": {
  6103. "url": "https://github.com/inikulin/parse5?sponsor=1"
  6104. }
  6105. },
  6106. "node_modules/parse5/node_modules/entities": {
  6107. "version": "6.0.1",
  6108. "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
  6109. "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
  6110. "dev": true,
  6111. "license": "BSD-2-Clause",
  6112. "engines": {
  6113. "node": ">=0.12"
  6114. },
  6115. "funding": {
  6116. "url": "https://github.com/fb55/entities?sponsor=1"
  6117. }
  6118. },
  6119. "node_modules/parseurl": {
  6120. "version": "1.3.3",
  6121. "resolved": "https://registry.npmmirror.com/parseurl/-/parseurl-1.3.3.tgz",
  6122. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  6123. "license": "MIT",
  6124. "engines": {
  6125. "node": ">= 0.8"
  6126. }
  6127. },
  6128. "node_modules/patch-console": {
  6129. "version": "2.0.0",
  6130. "resolved": "https://registry.npmjs.org/patch-console/-/patch-console-2.0.0.tgz",
  6131. "integrity": "sha512-0YNdUceMdaQwoKce1gatDScmMo5pu/tfABfnzEqeG0gtTmd7mh/WcwgUjtAeOU7N8nFFlbQBnFK2gXW5fGvmMA==",
  6132. "license": "MIT",
  6133. "engines": {
  6134. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  6135. }
  6136. },
  6137. "node_modules/path": {
  6138. "version": "0.12.7",
  6139. "resolved": "https://registry.npmmirror.com/path/-/path-0.12.7.tgz",
  6140. "integrity": "sha512-aXXC6s+1w7otVF9UletFkFcDsJeO7lSZBPUQhtb5O0xJe8LtYhj/GxldoL09bBj9+ZmE2hNoHqQSFMN5fikh4Q==",
  6141. "dev": true,
  6142. "license": "MIT",
  6143. "dependencies": {
  6144. "process": "^0.11.1",
  6145. "util": "^0.10.3"
  6146. }
  6147. },
  6148. "node_modules/path-exists": {
  6149. "version": "4.0.0",
  6150. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  6151. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  6152. "dev": true,
  6153. "license": "MIT",
  6154. "engines": {
  6155. "node": ">=8"
  6156. }
  6157. },
  6158. "node_modules/path-key": {
  6159. "version": "3.1.1",
  6160. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  6161. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  6162. "dev": true,
  6163. "license": "MIT",
  6164. "engines": {
  6165. "node": ">=8"
  6166. }
  6167. },
  6168. "node_modules/path-parse": {
  6169. "version": "1.0.7",
  6170. "resolved": "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz",
  6171. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  6172. "license": "MIT"
  6173. },
  6174. "node_modules/path-to-regexp": {
  6175. "version": "8.2.0",
  6176. "resolved": "https://registry.npmmirror.com/path-to-regexp/-/path-to-regexp-8.2.0.tgz",
  6177. "integrity": "sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==",
  6178. "license": "MIT",
  6179. "engines": {
  6180. "node": ">=16"
  6181. }
  6182. },
  6183. "node_modules/picocolors": {
  6184. "version": "1.1.1",
  6185. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  6186. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  6187. "license": "ISC"
  6188. },
  6189. "node_modules/picomatch": {
  6190. "version": "4.0.2",
  6191. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  6192. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  6193. "license": "MIT",
  6194. "engines": {
  6195. "node": ">=12"
  6196. },
  6197. "funding": {
  6198. "url": "https://github.com/sponsors/jonschlinkert"
  6199. }
  6200. },
  6201. "node_modules/pkcs7": {
  6202. "version": "1.0.4",
  6203. "resolved": "https://registry.npmjs.org/pkcs7/-/pkcs7-1.0.4.tgz",
  6204. "integrity": "sha512-afRERtHn54AlwaF2/+LFszyAANTCggGilmcmILUzEjvs3XgFZT+xE6+QWQcAGmu4xajy+Xtj7acLOPdx5/eXWQ==",
  6205. "license": "Apache-2.0",
  6206. "dependencies": {
  6207. "@babel/runtime": "^7.5.5"
  6208. },
  6209. "bin": {
  6210. "pkcs7": "bin/cli.js"
  6211. }
  6212. },
  6213. "node_modules/postcss": {
  6214. "version": "8.5.6",
  6215. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.6.tgz",
  6216. "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
  6217. "funding": [
  6218. {
  6219. "type": "opencollective",
  6220. "url": "https://opencollective.com/postcss/"
  6221. },
  6222. {
  6223. "type": "tidelift",
  6224. "url": "https://tidelift.com/funding/github/npm/postcss"
  6225. },
  6226. {
  6227. "type": "github",
  6228. "url": "https://github.com/sponsors/ai"
  6229. }
  6230. ],
  6231. "license": "MIT",
  6232. "dependencies": {
  6233. "nanoid": "^3.3.11",
  6234. "picocolors": "^1.1.1",
  6235. "source-map-js": "^1.2.1"
  6236. },
  6237. "engines": {
  6238. "node": "^10 || ^12 || >=14"
  6239. }
  6240. },
  6241. "node_modules/postcss-selector-parser": {
  6242. "version": "6.1.2",
  6243. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
  6244. "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
  6245. "dev": true,
  6246. "license": "MIT",
  6247. "dependencies": {
  6248. "cssesc": "^3.0.0",
  6249. "util-deprecate": "^1.0.2"
  6250. },
  6251. "engines": {
  6252. "node": ">=4"
  6253. }
  6254. },
  6255. "node_modules/prelude-ls": {
  6256. "version": "1.2.1",
  6257. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
  6258. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  6259. "dev": true,
  6260. "license": "MIT",
  6261. "engines": {
  6262. "node": ">= 0.8.0"
  6263. }
  6264. },
  6265. "node_modules/process": {
  6266. "version": "0.11.10",
  6267. "resolved": "https://registry.npmmirror.com/process/-/process-0.11.10.tgz",
  6268. "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
  6269. "license": "MIT",
  6270. "engines": {
  6271. "node": ">= 0.6.0"
  6272. }
  6273. },
  6274. "node_modules/prop-types": {
  6275. "version": "15.8.1",
  6276. "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
  6277. "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
  6278. "license": "MIT",
  6279. "dependencies": {
  6280. "loose-envify": "^1.4.0",
  6281. "object-assign": "^4.1.1",
  6282. "react-is": "^16.13.1"
  6283. }
  6284. },
  6285. "node_modules/proxy-from-env": {
  6286. "version": "1.1.0",
  6287. "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
  6288. "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
  6289. "license": "MIT"
  6290. },
  6291. "node_modules/punycode": {
  6292. "version": "2.3.1",
  6293. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
  6294. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  6295. "dev": true,
  6296. "license": "MIT",
  6297. "engines": {
  6298. "node": ">=6"
  6299. }
  6300. },
  6301. "node_modules/punycode.js": {
  6302. "version": "2.3.1",
  6303. "resolved": "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz",
  6304. "integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==",
  6305. "license": "MIT",
  6306. "engines": {
  6307. "node": ">=6"
  6308. }
  6309. },
  6310. "node_modules/react": {
  6311. "version": "19.2.1",
  6312. "resolved": "https://registry.npmjs.org/react/-/react-19.2.1.tgz",
  6313. "integrity": "sha512-DGrYcCWK7tvYMnWh79yrPHt+vdx9tY+1gPZa7nJQtO/p8bLTDaHp4dzwEhQB7pZ4Xe3ok4XKuEPrVuc+wlpkmw==",
  6314. "license": "MIT",
  6315. "engines": {
  6316. "node": ">=0.10.0"
  6317. }
  6318. },
  6319. "node_modules/react-is": {
  6320. "version": "16.13.1",
  6321. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  6322. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
  6323. "license": "MIT"
  6324. },
  6325. "node_modules/react-reconciler": {
  6326. "version": "0.33.0",
  6327. "resolved": "https://registry.npmjs.org/react-reconciler/-/react-reconciler-0.33.0.tgz",
  6328. "integrity": "sha512-KetWRytFv1epdpJc3J4G75I4WrplZE5jOL7Yq0p34+OVOKF4Se7WrdIdVC45XsSSmUTlht2FM/fM1FZb1mfQeA==",
  6329. "license": "MIT",
  6330. "dependencies": {
  6331. "scheduler": "^0.27.0"
  6332. },
  6333. "engines": {
  6334. "node": ">=0.10.0"
  6335. },
  6336. "peerDependencies": {
  6337. "react": "^19.2.0"
  6338. }
  6339. },
  6340. "node_modules/read": {
  6341. "version": "4.1.0",
  6342. "resolved": "https://registry.npmjs.org/read/-/read-4.1.0.tgz",
  6343. "integrity": "sha512-uRfX6K+f+R8OOrYScaM3ixPY4erg69f8DN6pgTvMcA9iRc8iDhwrA4m3Yu8YYKsXJgVvum+m8PkRboZwwuLzYA==",
  6344. "license": "ISC",
  6345. "dependencies": {
  6346. "mute-stream": "^2.0.0"
  6347. },
  6348. "engines": {
  6349. "node": "^18.17.0 || >=20.5.0"
  6350. }
  6351. },
  6352. "node_modules/readdirp": {
  6353. "version": "4.1.2",
  6354. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-4.1.2.tgz",
  6355. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  6356. "devOptional": true,
  6357. "license": "MIT",
  6358. "engines": {
  6359. "node": ">= 14.18.0"
  6360. },
  6361. "funding": {
  6362. "type": "individual",
  6363. "url": "https://paulmillr.com/funding/"
  6364. }
  6365. },
  6366. "node_modules/regenerate": {
  6367. "version": "1.4.2",
  6368. "resolved": "https://registry.npmmirror.com/regenerate/-/regenerate-1.4.2.tgz",
  6369. "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==",
  6370. "license": "MIT"
  6371. },
  6372. "node_modules/regenerate-unicode-properties": {
  6373. "version": "10.2.0",
  6374. "resolved": "https://registry.npmmirror.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz",
  6375. "integrity": "sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==",
  6376. "license": "MIT",
  6377. "dependencies": {
  6378. "regenerate": "^1.4.2"
  6379. },
  6380. "engines": {
  6381. "node": ">=4"
  6382. }
  6383. },
  6384. "node_modules/regenerator-runtime": {
  6385. "version": "0.14.1",
  6386. "resolved": "https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
  6387. "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
  6388. "license": "MIT"
  6389. },
  6390. "node_modules/regexpu-core": {
  6391. "version": "6.2.0",
  6392. "resolved": "https://registry.npmmirror.com/regexpu-core/-/regexpu-core-6.2.0.tgz",
  6393. "integrity": "sha512-H66BPQMrv+V16t8xtmq+UC0CBpiTBA60V8ibS1QVReIp8T1z8hwFxqcGzm9K6lgsN7sB5edVH8a+ze6Fqm4weA==",
  6394. "license": "MIT",
  6395. "dependencies": {
  6396. "regenerate": "^1.4.2",
  6397. "regenerate-unicode-properties": "^10.2.0",
  6398. "regjsgen": "^0.8.0",
  6399. "regjsparser": "^0.12.0",
  6400. "unicode-match-property-ecmascript": "^2.0.0",
  6401. "unicode-match-property-value-ecmascript": "^2.1.0"
  6402. },
  6403. "engines": {
  6404. "node": ">=4"
  6405. }
  6406. },
  6407. "node_modules/regjsgen": {
  6408. "version": "0.8.0",
  6409. "resolved": "https://registry.npmmirror.com/regjsgen/-/regjsgen-0.8.0.tgz",
  6410. "integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==",
  6411. "license": "MIT"
  6412. },
  6413. "node_modules/regjsparser": {
  6414. "version": "0.12.0",
  6415. "resolved": "https://registry.npmmirror.com/regjsparser/-/regjsparser-0.12.0.tgz",
  6416. "integrity": "sha512-cnE+y8bz4NhMjISKbgeVJtqNbtf5QpjZP+Bslo+UqkIt9QPnX9q095eiRRASJG1/tz6dlNr6Z5NsBiWYokp6EQ==",
  6417. "license": "BSD-2-Clause",
  6418. "dependencies": {
  6419. "jsesc": "~3.0.2"
  6420. },
  6421. "bin": {
  6422. "regjsparser": "bin/parser"
  6423. }
  6424. },
  6425. "node_modules/regjsparser/node_modules/jsesc": {
  6426. "version": "3.0.2",
  6427. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.0.2.tgz",
  6428. "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==",
  6429. "license": "MIT",
  6430. "bin": {
  6431. "jsesc": "bin/jsesc"
  6432. },
  6433. "engines": {
  6434. "node": ">=6"
  6435. }
  6436. },
  6437. "node_modules/resolve": {
  6438. "version": "1.22.10",
  6439. "resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.10.tgz",
  6440. "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==",
  6441. "license": "MIT",
  6442. "dependencies": {
  6443. "is-core-module": "^2.16.0",
  6444. "path-parse": "^1.0.7",
  6445. "supports-preserve-symlinks-flag": "^1.0.0"
  6446. },
  6447. "bin": {
  6448. "resolve": "bin/resolve"
  6449. },
  6450. "engines": {
  6451. "node": ">= 0.4"
  6452. },
  6453. "funding": {
  6454. "url": "https://github.com/sponsors/ljharb"
  6455. }
  6456. },
  6457. "node_modules/resolve-from": {
  6458. "version": "4.0.0",
  6459. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  6460. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  6461. "dev": true,
  6462. "license": "MIT",
  6463. "engines": {
  6464. "node": ">=4"
  6465. }
  6466. },
  6467. "node_modules/restore-cursor": {
  6468. "version": "4.0.0",
  6469. "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-4.0.0.tgz",
  6470. "integrity": "sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==",
  6471. "license": "MIT",
  6472. "dependencies": {
  6473. "onetime": "^5.1.0",
  6474. "signal-exit": "^3.0.2"
  6475. },
  6476. "engines": {
  6477. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  6478. },
  6479. "funding": {
  6480. "url": "https://github.com/sponsors/sindresorhus"
  6481. }
  6482. },
  6483. "node_modules/rollup": {
  6484. "version": "4.44.1",
  6485. "resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.44.1.tgz",
  6486. "integrity": "sha512-x8H8aPvD+xbl0Do8oez5f5o8eMS3trfCghc4HhLAnCkj7Vl0d1JWGs0UF/D886zLW2rOj2QymV/JcSSsw+XDNg==",
  6487. "license": "MIT",
  6488. "dependencies": {
  6489. "@types/estree": "1.0.8"
  6490. },
  6491. "bin": {
  6492. "rollup": "dist/bin/rollup"
  6493. },
  6494. "engines": {
  6495. "node": ">=18.0.0",
  6496. "npm": ">=8.0.0"
  6497. },
  6498. "optionalDependencies": {
  6499. "@rollup/rollup-android-arm-eabi": "4.44.1",
  6500. "@rollup/rollup-android-arm64": "4.44.1",
  6501. "@rollup/rollup-darwin-arm64": "4.44.1",
  6502. "@rollup/rollup-darwin-x64": "4.44.1",
  6503. "@rollup/rollup-freebsd-arm64": "4.44.1",
  6504. "@rollup/rollup-freebsd-x64": "4.44.1",
  6505. "@rollup/rollup-linux-arm-gnueabihf": "4.44.1",
  6506. "@rollup/rollup-linux-arm-musleabihf": "4.44.1",
  6507. "@rollup/rollup-linux-arm64-gnu": "4.44.1",
  6508. "@rollup/rollup-linux-arm64-musl": "4.44.1",
  6509. "@rollup/rollup-linux-loongarch64-gnu": "4.44.1",
  6510. "@rollup/rollup-linux-powerpc64le-gnu": "4.44.1",
  6511. "@rollup/rollup-linux-riscv64-gnu": "4.44.1",
  6512. "@rollup/rollup-linux-riscv64-musl": "4.44.1",
  6513. "@rollup/rollup-linux-s390x-gnu": "4.44.1",
  6514. "@rollup/rollup-linux-x64-gnu": "4.44.1",
  6515. "@rollup/rollup-linux-x64-musl": "4.44.1",
  6516. "@rollup/rollup-win32-arm64-msvc": "4.44.1",
  6517. "@rollup/rollup-win32-ia32-msvc": "4.44.1",
  6518. "@rollup/rollup-win32-x64-msvc": "4.44.1",
  6519. "fsevents": "~2.3.2"
  6520. }
  6521. },
  6522. "node_modules/router": {
  6523. "version": "2.2.0",
  6524. "resolved": "https://registry.npmmirror.com/router/-/router-2.2.0.tgz",
  6525. "integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==",
  6526. "license": "MIT",
  6527. "dependencies": {
  6528. "debug": "^4.4.0",
  6529. "depd": "^2.0.0",
  6530. "is-promise": "^4.0.0",
  6531. "parseurl": "^1.3.3",
  6532. "path-to-regexp": "^8.0.0"
  6533. },
  6534. "engines": {
  6535. "node": ">= 18"
  6536. }
  6537. },
  6538. "node_modules/rrweb-cssom": {
  6539. "version": "0.8.0",
  6540. "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.8.0.tgz",
  6541. "integrity": "sha512-guoltQEx+9aMf2gDZ0s62EcV8lsXR+0w8915TC3ITdn2YueuNjdAYh/levpU9nFaoChh9RUS5ZdQMrKfVEN9tw==",
  6542. "dev": true,
  6543. "license": "MIT"
  6544. },
  6545. "node_modules/rust-result": {
  6546. "version": "1.0.0",
  6547. "resolved": "https://registry.npmjs.org/rust-result/-/rust-result-1.0.0.tgz",
  6548. "integrity": "sha512-6cJzSBU+J/RJCF063onnQf0cDUOHs9uZI1oroSGnHOph+CQTIJ5Pp2hK5kEQq1+7yE/EEWfulSNXAQ2jikPthA==",
  6549. "license": "MIT",
  6550. "dependencies": {
  6551. "individual": "^2.0.0"
  6552. }
  6553. },
  6554. "node_modules/safe-json-parse": {
  6555. "version": "4.0.0",
  6556. "resolved": "https://registry.npmjs.org/safe-json-parse/-/safe-json-parse-4.0.0.tgz",
  6557. "integrity": "sha512-RjZPPHugjK0TOzFrLZ8inw44s9bKox99/0AZW9o/BEQVrJfhI+fIHMErnPyRa89/yRXUUr93q+tiN6zhoVV4wQ==",
  6558. "dependencies": {
  6559. "rust-result": "^1.0.0"
  6560. }
  6561. },
  6562. "node_modules/safer-buffer": {
  6563. "version": "2.1.2",
  6564. "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
  6565. "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
  6566. "dev": true,
  6567. "license": "MIT"
  6568. },
  6569. "node_modules/sass": {
  6570. "version": "1.89.2",
  6571. "resolved": "https://registry.npmmirror.com/sass/-/sass-1.89.2.tgz",
  6572. "integrity": "sha512-xCmtksBKd/jdJ9Bt9p7nPKiuqrlBMBuuGkQlkhZjjQk3Ty48lv93k5Dq6OPkKt4XwxDJ7tvlfrTa1MPA9bf+QA==",
  6573. "devOptional": true,
  6574. "license": "MIT",
  6575. "dependencies": {
  6576. "chokidar": "^4.0.0",
  6577. "immutable": "^5.0.2",
  6578. "source-map-js": ">=0.6.2 <2.0.0"
  6579. },
  6580. "bin": {
  6581. "sass": "sass.js"
  6582. },
  6583. "engines": {
  6584. "node": ">=14.0.0"
  6585. },
  6586. "optionalDependencies": {
  6587. "@parcel/watcher": "^2.4.1"
  6588. }
  6589. },
  6590. "node_modules/saxes": {
  6591. "version": "6.0.0",
  6592. "resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz",
  6593. "integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==",
  6594. "dev": true,
  6595. "license": "ISC",
  6596. "dependencies": {
  6597. "xmlchars": "^2.2.0"
  6598. },
  6599. "engines": {
  6600. "node": ">=v12.22.7"
  6601. }
  6602. },
  6603. "node_modules/scheduler": {
  6604. "version": "0.27.0",
  6605. "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
  6606. "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
  6607. "license": "MIT"
  6608. },
  6609. "node_modules/semver": {
  6610. "version": "6.3.1",
  6611. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  6612. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  6613. "license": "ISC",
  6614. "bin": {
  6615. "semver": "bin/semver.js"
  6616. }
  6617. },
  6618. "node_modules/shebang-command": {
  6619. "version": "2.0.0",
  6620. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  6621. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  6622. "dev": true,
  6623. "license": "MIT",
  6624. "dependencies": {
  6625. "shebang-regex": "^3.0.0"
  6626. },
  6627. "engines": {
  6628. "node": ">=8"
  6629. }
  6630. },
  6631. "node_modules/shebang-regex": {
  6632. "version": "3.0.0",
  6633. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  6634. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  6635. "dev": true,
  6636. "license": "MIT",
  6637. "engines": {
  6638. "node": ">=8"
  6639. }
  6640. },
  6641. "node_modules/signal-exit": {
  6642. "version": "3.0.7",
  6643. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
  6644. "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
  6645. "license": "ISC"
  6646. },
  6647. "node_modules/slice-ansi": {
  6648. "version": "7.1.2",
  6649. "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.2.tgz",
  6650. "integrity": "sha512-iOBWFgUX7caIZiuutICxVgX1SdxwAVFFKwt1EvMYYec/NWO5meOJ6K5uQxhrYBdQJne4KxiqZc+KptFOWFSI9w==",
  6651. "license": "MIT",
  6652. "dependencies": {
  6653. "ansi-styles": "^6.2.1",
  6654. "is-fullwidth-code-point": "^5.0.0"
  6655. },
  6656. "engines": {
  6657. "node": ">=18"
  6658. },
  6659. "funding": {
  6660. "url": "https://github.com/chalk/slice-ansi?sponsor=1"
  6661. }
  6662. },
  6663. "node_modules/slice-ansi/node_modules/ansi-styles": {
  6664. "version": "6.2.3",
  6665. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
  6666. "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
  6667. "license": "MIT",
  6668. "engines": {
  6669. "node": ">=12"
  6670. },
  6671. "funding": {
  6672. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  6673. }
  6674. },
  6675. "node_modules/source-map": {
  6676. "version": "0.6.1",
  6677. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  6678. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  6679. "license": "BSD-3-Clause",
  6680. "peer": true,
  6681. "engines": {
  6682. "node": ">=0.10.0"
  6683. }
  6684. },
  6685. "node_modules/source-map-js": {
  6686. "version": "1.2.1",
  6687. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  6688. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  6689. "license": "BSD-3-Clause",
  6690. "engines": {
  6691. "node": ">=0.10.0"
  6692. }
  6693. },
  6694. "node_modules/source-map-support": {
  6695. "version": "0.5.21",
  6696. "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
  6697. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  6698. "license": "MIT",
  6699. "peer": true,
  6700. "dependencies": {
  6701. "buffer-from": "^1.0.0",
  6702. "source-map": "^0.6.0"
  6703. }
  6704. },
  6705. "node_modules/stack-utils": {
  6706. "version": "2.0.6",
  6707. "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz",
  6708. "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==",
  6709. "license": "MIT",
  6710. "dependencies": {
  6711. "escape-string-regexp": "^2.0.0"
  6712. },
  6713. "engines": {
  6714. "node": ">=10"
  6715. }
  6716. },
  6717. "node_modules/stack-utils/node_modules/escape-string-regexp": {
  6718. "version": "2.0.0",
  6719. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
  6720. "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
  6721. "license": "MIT",
  6722. "engines": {
  6723. "node": ">=8"
  6724. }
  6725. },
  6726. "node_modules/string-width": {
  6727. "version": "8.1.0",
  6728. "resolved": "https://registry.npmjs.org/string-width/-/string-width-8.1.0.tgz",
  6729. "integrity": "sha512-Kxl3KJGb/gxkaUMOjRsQ8IrXiGW75O4E3RPjFIINOVH8AMl2SQ/yWdTzWwF3FevIX9LcMAjJW+GRwAlAbTSXdg==",
  6730. "license": "MIT",
  6731. "dependencies": {
  6732. "get-east-asian-width": "^1.3.0",
  6733. "strip-ansi": "^7.1.0"
  6734. },
  6735. "engines": {
  6736. "node": ">=20"
  6737. },
  6738. "funding": {
  6739. "url": "https://github.com/sponsors/sindresorhus"
  6740. }
  6741. },
  6742. "node_modules/strip-ansi": {
  6743. "version": "7.1.2",
  6744. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
  6745. "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
  6746. "license": "MIT",
  6747. "dependencies": {
  6748. "ansi-regex": "^6.0.1"
  6749. },
  6750. "engines": {
  6751. "node": ">=12"
  6752. },
  6753. "funding": {
  6754. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  6755. }
  6756. },
  6757. "node_modules/strip-json-comments": {
  6758. "version": "3.1.1",
  6759. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  6760. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  6761. "dev": true,
  6762. "license": "MIT",
  6763. "engines": {
  6764. "node": ">=8"
  6765. },
  6766. "funding": {
  6767. "url": "https://github.com/sponsors/sindresorhus"
  6768. }
  6769. },
  6770. "node_modules/supports-color": {
  6771. "version": "7.2.0",
  6772. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  6773. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  6774. "license": "MIT",
  6775. "dependencies": {
  6776. "has-flag": "^4.0.0"
  6777. },
  6778. "engines": {
  6779. "node": ">=8"
  6780. }
  6781. },
  6782. "node_modules/supports-preserve-symlinks-flag": {
  6783. "version": "1.0.0",
  6784. "resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  6785. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  6786. "license": "MIT",
  6787. "engines": {
  6788. "node": ">= 0.4"
  6789. },
  6790. "funding": {
  6791. "url": "https://github.com/sponsors/ljharb"
  6792. }
  6793. },
  6794. "node_modules/symbol-tree": {
  6795. "version": "3.2.4",
  6796. "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
  6797. "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
  6798. "dev": true,
  6799. "license": "MIT"
  6800. },
  6801. "node_modules/systemjs": {
  6802. "version": "6.15.1",
  6803. "resolved": "https://registry.npmmirror.com/systemjs/-/systemjs-6.15.1.tgz",
  6804. "integrity": "sha512-Nk8c4lXvMB98MtbmjX7JwJRgJOL8fluecYCfCeYBznwmpOs8Bf15hLM6z4z71EDAhQVrQrI+wt1aLWSXZq+hXA==",
  6805. "license": "MIT"
  6806. },
  6807. "node_modules/terser": {
  6808. "version": "5.43.1",
  6809. "resolved": "https://registry.npmjs.org/terser/-/terser-5.43.1.tgz",
  6810. "integrity": "sha512-+6erLbBm0+LROX2sPXlUYx/ux5PyE9K/a92Wrt6oA+WDAoFTdpHE5tCYCI5PNzq2y8df4rA+QgHLJuR4jNymsg==",
  6811. "license": "BSD-2-Clause",
  6812. "peer": true,
  6813. "dependencies": {
  6814. "@jridgewell/source-map": "^0.3.3",
  6815. "acorn": "^8.14.0",
  6816. "commander": "^2.20.0",
  6817. "source-map-support": "~0.5.20"
  6818. },
  6819. "bin": {
  6820. "terser": "bin/terser"
  6821. },
  6822. "engines": {
  6823. "node": ">=10"
  6824. }
  6825. },
  6826. "node_modules/throttle-debounce": {
  6827. "version": "3.0.1",
  6828. "resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-3.0.1.tgz",
  6829. "integrity": "sha512-dTEWWNu6JmeVXY0ZYoPuH5cRIwc0MeGbJwah9KUNYSJwommQpCzTySTpEe8Gs1J23aeWEuAobe4Ag7EHVt/LOg==",
  6830. "license": "MIT",
  6831. "engines": {
  6832. "node": ">=10"
  6833. }
  6834. },
  6835. "node_modules/tinycolor2": {
  6836. "version": "1.6.0",
  6837. "resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.6.0.tgz",
  6838. "integrity": "sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==",
  6839. "license": "MIT"
  6840. },
  6841. "node_modules/tinyglobby": {
  6842. "version": "0.2.14",
  6843. "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.14.tgz",
  6844. "integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==",
  6845. "license": "MIT",
  6846. "dependencies": {
  6847. "fdir": "^6.4.4",
  6848. "picomatch": "^4.0.2"
  6849. },
  6850. "engines": {
  6851. "node": ">=12.0.0"
  6852. },
  6853. "funding": {
  6854. "url": "https://github.com/sponsors/SuperchupuDev"
  6855. }
  6856. },
  6857. "node_modules/tinygradient": {
  6858. "version": "1.1.5",
  6859. "resolved": "https://registry.npmjs.org/tinygradient/-/tinygradient-1.1.5.tgz",
  6860. "integrity": "sha512-8nIfc2vgQ4TeLnk2lFj4tRLvvJwEfQuabdsmvDdQPT0xlk9TaNtpGd6nNRxXoK6vQhN6RSzj+Cnp5tTQmpxmbw==",
  6861. "license": "MIT",
  6862. "dependencies": {
  6863. "@types/tinycolor2": "^1.4.0",
  6864. "tinycolor2": "^1.0.0"
  6865. }
  6866. },
  6867. "node_modules/tldts": {
  6868. "version": "6.1.86",
  6869. "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.86.tgz",
  6870. "integrity": "sha512-WMi/OQ2axVTf/ykqCQgXiIct+mSQDFdH2fkwhPwgEwvJ1kSzZRiinb0zF2Xb8u4+OqPChmyI6MEu4EezNJz+FQ==",
  6871. "dev": true,
  6872. "license": "MIT",
  6873. "dependencies": {
  6874. "tldts-core": "^6.1.86"
  6875. },
  6876. "bin": {
  6877. "tldts": "bin/cli.js"
  6878. }
  6879. },
  6880. "node_modules/tldts-core": {
  6881. "version": "6.1.86",
  6882. "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.86.tgz",
  6883. "integrity": "sha512-Je6p7pkk+KMzMv2XXKmAE3McmolOQFdxkKw0R8EYNr7sELW46JqnNeTX8ybPiQgvg1ymCoF8LXs5fzFaZvJPTA==",
  6884. "dev": true,
  6885. "license": "MIT"
  6886. },
  6887. "node_modules/to-regex-range": {
  6888. "version": "5.0.1",
  6889. "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
  6890. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  6891. "license": "MIT",
  6892. "optional": true,
  6893. "dependencies": {
  6894. "is-number": "^7.0.0"
  6895. },
  6896. "engines": {
  6897. "node": ">=8.0"
  6898. }
  6899. },
  6900. "node_modules/to-rotated": {
  6901. "version": "1.0.0",
  6902. "resolved": "https://registry.npmjs.org/to-rotated/-/to-rotated-1.0.0.tgz",
  6903. "integrity": "sha512-KsEID8AfgUy+pxVRLsWp0VzCa69wxzUDZnzGbyIST/bcgcrMvTYoFBX/QORH4YApoD89EDuUovx4BTdpOn319Q==",
  6904. "license": "MIT",
  6905. "engines": {
  6906. "node": ">=18"
  6907. },
  6908. "funding": {
  6909. "url": "https://github.com/sponsors/sindresorhus"
  6910. }
  6911. },
  6912. "node_modules/tough-cookie": {
  6913. "version": "5.1.2",
  6914. "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-5.1.2.tgz",
  6915. "integrity": "sha512-FVDYdxtnj0G6Qm/DhNPSb8Ju59ULcup3tuJxkFb5K8Bv2pUXILbf0xZWU8PX8Ov19OXljbUyveOFwRMwkXzO+A==",
  6916. "dev": true,
  6917. "license": "BSD-3-Clause",
  6918. "dependencies": {
  6919. "tldts": "^6.1.32"
  6920. },
  6921. "engines": {
  6922. "node": ">=16"
  6923. }
  6924. },
  6925. "node_modules/tr46": {
  6926. "version": "5.1.1",
  6927. "resolved": "https://registry.npmjs.org/tr46/-/tr46-5.1.1.tgz",
  6928. "integrity": "sha512-hdF5ZgjTqgAntKkklYw0R03MG2x/bSzTtkxmIRw/sTNV8YXsCJ1tfLAX23lhxhHJlEf3CRCOCGGWw3vI3GaSPw==",
  6929. "dev": true,
  6930. "license": "MIT",
  6931. "dependencies": {
  6932. "punycode": "^2.3.1"
  6933. },
  6934. "engines": {
  6935. "node": ">=18"
  6936. }
  6937. },
  6938. "node_modules/tsml": {
  6939. "version": "1.0.1",
  6940. "resolved": "https://registry.npmjs.org/tsml/-/tsml-1.0.1.tgz",
  6941. "integrity": "sha512-3KmepnH9SUsoOVtg013CRrL7c+AK7ECaquAsJdvu4288EDJuraqBlP4PDXT/rLEJ9YDn4jqLAzRJsnFPx+V6lg==",
  6942. "deprecated": "no longer maintained",
  6943. "license": "MIT"
  6944. },
  6945. "node_modules/type-check": {
  6946. "version": "0.4.0",
  6947. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
  6948. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  6949. "dev": true,
  6950. "license": "MIT",
  6951. "dependencies": {
  6952. "prelude-ls": "^1.2.1"
  6953. },
  6954. "engines": {
  6955. "node": ">= 0.8.0"
  6956. }
  6957. },
  6958. "node_modules/type-fest": {
  6959. "version": "4.41.0",
  6960. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
  6961. "integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
  6962. "license": "(MIT OR CC0-1.0)",
  6963. "engines": {
  6964. "node": ">=16"
  6965. },
  6966. "funding": {
  6967. "url": "https://github.com/sponsors/sindresorhus"
  6968. }
  6969. },
  6970. "node_modules/uc.micro": {
  6971. "version": "2.1.0",
  6972. "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz",
  6973. "integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==",
  6974. "license": "MIT"
  6975. },
  6976. "node_modules/undici-types": {
  6977. "version": "7.8.0",
  6978. "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-7.8.0.tgz",
  6979. "integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==",
  6980. "devOptional": true,
  6981. "license": "MIT"
  6982. },
  6983. "node_modules/unicode-canonical-property-names-ecmascript": {
  6984. "version": "2.0.1",
  6985. "resolved": "https://registry.npmmirror.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz",
  6986. "integrity": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==",
  6987. "license": "MIT",
  6988. "engines": {
  6989. "node": ">=4"
  6990. }
  6991. },
  6992. "node_modules/unicode-match-property-ecmascript": {
  6993. "version": "2.0.0",
  6994. "resolved": "https://registry.npmmirror.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
  6995. "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
  6996. "license": "MIT",
  6997. "dependencies": {
  6998. "unicode-canonical-property-names-ecmascript": "^2.0.0",
  6999. "unicode-property-aliases-ecmascript": "^2.0.0"
  7000. },
  7001. "engines": {
  7002. "node": ">=4"
  7003. }
  7004. },
  7005. "node_modules/unicode-match-property-value-ecmascript": {
  7006. "version": "2.2.0",
  7007. "resolved": "https://registry.npmmirror.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz",
  7008. "integrity": "sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==",
  7009. "license": "MIT",
  7010. "engines": {
  7011. "node": ">=4"
  7012. }
  7013. },
  7014. "node_modules/unicode-property-aliases-ecmascript": {
  7015. "version": "2.1.0",
  7016. "resolved": "https://registry.npmmirror.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz",
  7017. "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==",
  7018. "license": "MIT",
  7019. "engines": {
  7020. "node": ">=4"
  7021. }
  7022. },
  7023. "node_modules/universalify": {
  7024. "version": "2.0.1",
  7025. "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
  7026. "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
  7027. "license": "MIT",
  7028. "engines": {
  7029. "node": ">= 10.0.0"
  7030. }
  7031. },
  7032. "node_modules/update-browserslist-db": {
  7033. "version": "1.1.3",
  7034. "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz",
  7035. "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==",
  7036. "funding": [
  7037. {
  7038. "type": "opencollective",
  7039. "url": "https://opencollective.com/browserslist"
  7040. },
  7041. {
  7042. "type": "tidelift",
  7043. "url": "https://tidelift.com/funding/github/npm/browserslist"
  7044. },
  7045. {
  7046. "type": "github",
  7047. "url": "https://github.com/sponsors/ai"
  7048. }
  7049. ],
  7050. "license": "MIT",
  7051. "dependencies": {
  7052. "escalade": "^3.2.0",
  7053. "picocolors": "^1.1.1"
  7054. },
  7055. "bin": {
  7056. "update-browserslist-db": "cli.js"
  7057. },
  7058. "peerDependencies": {
  7059. "browserslist": ">= 4.21.0"
  7060. }
  7061. },
  7062. "node_modules/uri-js": {
  7063. "version": "4.4.1",
  7064. "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
  7065. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  7066. "dev": true,
  7067. "license": "BSD-2-Clause",
  7068. "dependencies": {
  7069. "punycode": "^2.1.0"
  7070. }
  7071. },
  7072. "node_modules/url-toolkit": {
  7073. "version": "2.2.5",
  7074. "resolved": "https://registry.npmjs.org/url-toolkit/-/url-toolkit-2.2.5.tgz",
  7075. "integrity": "sha512-mtN6xk+Nac+oyJ/PrI7tzfmomRVNFIWKUbG8jdYFt52hxbiReFAXIjYskvu64/dvuW71IcB7lV8l0HvZMac6Jg==",
  7076. "license": "Apache-2.0"
  7077. },
  7078. "node_modules/util": {
  7079. "version": "0.10.4",
  7080. "resolved": "https://registry.npmmirror.com/util/-/util-0.10.4.tgz",
  7081. "integrity": "sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==",
  7082. "dev": true,
  7083. "license": "MIT",
  7084. "dependencies": {
  7085. "inherits": "2.0.3"
  7086. }
  7087. },
  7088. "node_modules/util-deprecate": {
  7089. "version": "1.0.2",
  7090. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  7091. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  7092. "dev": true,
  7093. "license": "MIT"
  7094. },
  7095. "node_modules/video.js": {
  7096. "version": "7.21.5",
  7097. "resolved": "https://registry.npmjs.org/video.js/-/video.js-7.21.5.tgz",
  7098. "integrity": "sha512-WRq86tXZKrThA9mK+IR+v4tIQVVvnb5LhvL71fD2AX7TxVOPdaeK1X/wyuUruBqWaOG3w2sZXoMY6HF2Jlo9qA==",
  7099. "license": "Apache-2.0",
  7100. "dependencies": {
  7101. "@babel/runtime": "^7.12.5",
  7102. "@videojs/http-streaming": "2.16.2",
  7103. "@videojs/vhs-utils": "^3.0.4",
  7104. "@videojs/xhr": "2.6.0",
  7105. "aes-decrypter": "3.1.3",
  7106. "global": "^4.4.0",
  7107. "keycode": "^2.2.0",
  7108. "m3u8-parser": "4.8.0",
  7109. "mpd-parser": "0.22.1",
  7110. "mux.js": "6.0.1",
  7111. "safe-json-parse": "4.0.0",
  7112. "videojs-font": "3.2.0",
  7113. "videojs-vtt.js": "^0.15.5"
  7114. }
  7115. },
  7116. "node_modules/videojs-contrib-hls": {
  7117. "version": "5.15.0",
  7118. "resolved": "https://registry.npmjs.org/videojs-contrib-hls/-/videojs-contrib-hls-5.15.0.tgz",
  7119. "integrity": "sha512-18zbMYZ0XRBKTPEayA9bFTWWrqhT9b4G8+zf0czJLD7Epe5PcK1I/3dflTHQeQ5rwlWir+/XnFU3sMg/B2MMcw==",
  7120. "license": "Apache-2.0",
  7121. "dependencies": {
  7122. "aes-decrypter": "1.0.3",
  7123. "global": "^4.3.0",
  7124. "m3u8-parser": "2.1.0",
  7125. "mux.js": "4.3.2",
  7126. "url-toolkit": "^2.1.3",
  7127. "video.js": "^5.19.1 || ^6.2.0",
  7128. "videojs-contrib-media-sources": "4.7.2",
  7129. "webwackify": "0.1.6"
  7130. },
  7131. "engines": {
  7132. "node": ">= 0.10.12"
  7133. }
  7134. },
  7135. "node_modules/videojs-contrib-hls/node_modules/aes-decrypter": {
  7136. "version": "1.0.3",
  7137. "resolved": "https://registry.npmjs.org/aes-decrypter/-/aes-decrypter-1.0.3.tgz",
  7138. "integrity": "sha512-rsx8pfx7wJsn+ziYbpJ8XA5c93hKAtBCrfydxJqJCMT+qfjipd/B5wC2xHtBcoxyvlqJcpeAo3K55t0lXOn9yQ==",
  7139. "license": "Apache-2.0",
  7140. "dependencies": {
  7141. "pkcs7": "^0.2.3"
  7142. }
  7143. },
  7144. "node_modules/videojs-contrib-hls/node_modules/global": {
  7145. "version": "4.3.2",
  7146. "resolved": "https://registry.npmjs.org/global/-/global-4.3.2.tgz",
  7147. "integrity": "sha512-/4AybdwIDU4HkCUbJkZdWpe4P6vuw/CUtu+0I1YlLIPe7OlUO7KNJ+q/rO70CW2/NW6Jc6I62++Hzsf5Alu6rQ==",
  7148. "license": "MIT",
  7149. "dependencies": {
  7150. "min-document": "^2.19.0",
  7151. "process": "~0.5.1"
  7152. }
  7153. },
  7154. "node_modules/videojs-contrib-hls/node_modules/m3u8-parser": {
  7155. "version": "2.1.0",
  7156. "resolved": "https://registry.npmjs.org/m3u8-parser/-/m3u8-parser-2.1.0.tgz",
  7157. "integrity": "sha512-WbEpQ2FUaNGbJ0YanSeyj9D9ruu4FUvz+ZvebIzI2bSME+PUwcPXO1kKXZkjcPUAFruDikoOI5fWQNIA6JCCOQ==",
  7158. "license": "Apache-2.0"
  7159. },
  7160. "node_modules/videojs-contrib-hls/node_modules/mux.js": {
  7161. "version": "4.3.2",
  7162. "resolved": "https://registry.npmjs.org/mux.js/-/mux.js-4.3.2.tgz",
  7163. "integrity": "sha512-g0q6DPdvb3yYcoK7ElBGobdSSrhY/RjPt19U7uUc733aqvc5bCS/aCvL9z+448y+IoCZnYDwyZfQBBXMSmGOaQ==",
  7164. "license": "Apache-2.0"
  7165. },
  7166. "node_modules/videojs-contrib-hls/node_modules/pkcs7": {
  7167. "version": "0.2.3",
  7168. "resolved": "https://registry.npmjs.org/pkcs7/-/pkcs7-0.2.3.tgz",
  7169. "integrity": "sha512-kJRwmADEQUg+qJyRgWLtpEL9q9cFjZschejTEK3GRjKvnsU9G5WWoe/wKqRgbBoqWdVSeTUKP6vIA3Y72M3rWA==",
  7170. "license": "Apache2",
  7171. "bin": {
  7172. "pkcs7": "lib/cli.js"
  7173. },
  7174. "engines": {
  7175. "node": "^0.10",
  7176. "npm": "^1.4.6"
  7177. }
  7178. },
  7179. "node_modules/videojs-contrib-hls/node_modules/process": {
  7180. "version": "0.5.2",
  7181. "resolved": "https://registry.npmjs.org/process/-/process-0.5.2.tgz",
  7182. "integrity": "sha512-oNpcutj+nYX2FjdEW7PGltWhXulAnFlM0My/k48L90hARCOJtvBbQXc/6itV2jDvU5xAAtonP+r6wmQgCcbAUA==",
  7183. "engines": {
  7184. "node": ">= 0.6.0"
  7185. }
  7186. },
  7187. "node_modules/videojs-contrib-hls/node_modules/video.js": {
  7188. "version": "6.13.0",
  7189. "resolved": "https://registry.npmjs.org/video.js/-/video.js-6.13.0.tgz",
  7190. "integrity": "sha512-36/JR/GhPQSZj0o+GNbhcEYv/b0SkV9SQsjlodAnzMQYN0TA7VhmqrKPYMCi1NGRYu7S9W3OaFCFoUxkYfSVlg==",
  7191. "license": "Apache-2.0",
  7192. "dependencies": {
  7193. "babel-runtime": "^6.9.2",
  7194. "global": "4.3.2",
  7195. "safe-json-parse": "4.0.0",
  7196. "tsml": "1.0.1",
  7197. "videojs-font": "2.1.0",
  7198. "videojs-ie8": "1.1.2",
  7199. "videojs-vtt.js": "0.12.6",
  7200. "xhr": "2.4.0"
  7201. }
  7202. },
  7203. "node_modules/videojs-contrib-hls/node_modules/videojs-font": {
  7204. "version": "2.1.0",
  7205. "resolved": "https://registry.npmjs.org/videojs-font/-/videojs-font-2.1.0.tgz",
  7206. "integrity": "sha512-zFqWpLrXf1q8NtYx5qtZhMC6SLUFScDmR6j+UGPogobxR21lvXShhnzcNNMdOxJUuFLiToJ/BPpFUQwX4xhpvA==",
  7207. "license": "Apache-2.0"
  7208. },
  7209. "node_modules/videojs-contrib-hls/node_modules/videojs-vtt.js": {
  7210. "version": "0.12.6",
  7211. "resolved": "https://registry.npmjs.org/videojs-vtt.js/-/videojs-vtt.js-0.12.6.tgz",
  7212. "integrity": "sha512-XFXeGBQiljnElMhwCcZst0RDbZn2n8LU7ZScXryd3a00OaZsHAjdZu/7/RdSr7Z1jHphd45FnOvOQkGK4YrWCQ==",
  7213. "license": "Apache-2.0",
  7214. "dependencies": {
  7215. "global": "^4.3.1"
  7216. }
  7217. },
  7218. "node_modules/videojs-contrib-media-sources": {
  7219. "version": "4.7.2",
  7220. "resolved": "https://registry.npmjs.org/videojs-contrib-media-sources/-/videojs-contrib-media-sources-4.7.2.tgz",
  7221. "integrity": "sha512-e6iCHWBFuV05EGo7v+pS9iepObXnJ9joms467gzi8ZjpKVb3ifha9M0Ja24Rd8JfvYpzjltsgDVtGFDvIg4hQQ==",
  7222. "license": "Apache-2.0",
  7223. "dependencies": {
  7224. "global": "^4.3.0",
  7225. "mux.js": "4.3.2",
  7226. "video.js": "^5.17.0 || ^6.2.0",
  7227. "webwackify": "0.1.6"
  7228. }
  7229. },
  7230. "node_modules/videojs-contrib-media-sources/node_modules/global": {
  7231. "version": "4.3.2",
  7232. "resolved": "https://registry.npmjs.org/global/-/global-4.3.2.tgz",
  7233. "integrity": "sha512-/4AybdwIDU4HkCUbJkZdWpe4P6vuw/CUtu+0I1YlLIPe7OlUO7KNJ+q/rO70CW2/NW6Jc6I62++Hzsf5Alu6rQ==",
  7234. "license": "MIT",
  7235. "dependencies": {
  7236. "min-document": "^2.19.0",
  7237. "process": "~0.5.1"
  7238. }
  7239. },
  7240. "node_modules/videojs-contrib-media-sources/node_modules/mux.js": {
  7241. "version": "4.3.2",
  7242. "resolved": "https://registry.npmjs.org/mux.js/-/mux.js-4.3.2.tgz",
  7243. "integrity": "sha512-g0q6DPdvb3yYcoK7ElBGobdSSrhY/RjPt19U7uUc733aqvc5bCS/aCvL9z+448y+IoCZnYDwyZfQBBXMSmGOaQ==",
  7244. "license": "Apache-2.0"
  7245. },
  7246. "node_modules/videojs-contrib-media-sources/node_modules/process": {
  7247. "version": "0.5.2",
  7248. "resolved": "https://registry.npmjs.org/process/-/process-0.5.2.tgz",
  7249. "integrity": "sha512-oNpcutj+nYX2FjdEW7PGltWhXulAnFlM0My/k48L90hARCOJtvBbQXc/6itV2jDvU5xAAtonP+r6wmQgCcbAUA==",
  7250. "engines": {
  7251. "node": ">= 0.6.0"
  7252. }
  7253. },
  7254. "node_modules/videojs-contrib-media-sources/node_modules/video.js": {
  7255. "version": "6.13.0",
  7256. "resolved": "https://registry.npmjs.org/video.js/-/video.js-6.13.0.tgz",
  7257. "integrity": "sha512-36/JR/GhPQSZj0o+GNbhcEYv/b0SkV9SQsjlodAnzMQYN0TA7VhmqrKPYMCi1NGRYu7S9W3OaFCFoUxkYfSVlg==",
  7258. "license": "Apache-2.0",
  7259. "dependencies": {
  7260. "babel-runtime": "^6.9.2",
  7261. "global": "4.3.2",
  7262. "safe-json-parse": "4.0.0",
  7263. "tsml": "1.0.1",
  7264. "videojs-font": "2.1.0",
  7265. "videojs-ie8": "1.1.2",
  7266. "videojs-vtt.js": "0.12.6",
  7267. "xhr": "2.4.0"
  7268. }
  7269. },
  7270. "node_modules/videojs-contrib-media-sources/node_modules/videojs-font": {
  7271. "version": "2.1.0",
  7272. "resolved": "https://registry.npmjs.org/videojs-font/-/videojs-font-2.1.0.tgz",
  7273. "integrity": "sha512-zFqWpLrXf1q8NtYx5qtZhMC6SLUFScDmR6j+UGPogobxR21lvXShhnzcNNMdOxJUuFLiToJ/BPpFUQwX4xhpvA==",
  7274. "license": "Apache-2.0"
  7275. },
  7276. "node_modules/videojs-contrib-media-sources/node_modules/videojs-vtt.js": {
  7277. "version": "0.12.6",
  7278. "resolved": "https://registry.npmjs.org/videojs-vtt.js/-/videojs-vtt.js-0.12.6.tgz",
  7279. "integrity": "sha512-XFXeGBQiljnElMhwCcZst0RDbZn2n8LU7ZScXryd3a00OaZsHAjdZu/7/RdSr7Z1jHphd45FnOvOQkGK4YrWCQ==",
  7280. "license": "Apache-2.0",
  7281. "dependencies": {
  7282. "global": "^4.3.1"
  7283. }
  7284. },
  7285. "node_modules/videojs-flash": {
  7286. "version": "2.2.1",
  7287. "resolved": "https://registry.npmjs.org/videojs-flash/-/videojs-flash-2.2.1.tgz",
  7288. "integrity": "sha512-mHu6TD12EKkxMvr8tg4AcfV/DuVLff427nneoZom3N9Dd2bv0sJOWwdLPQH1v5BCuAuXAVuAOba56ovTl+G3tQ==",
  7289. "license": "Apache-2.0",
  7290. "dependencies": {
  7291. "global": "^4.4.0",
  7292. "video.js": "^6 || ^7",
  7293. "videojs-swf": "5.4.2"
  7294. },
  7295. "engines": {
  7296. "node": ">=4.4.0"
  7297. }
  7298. },
  7299. "node_modules/videojs-font": {
  7300. "version": "3.2.0",
  7301. "resolved": "https://registry.npmjs.org/videojs-font/-/videojs-font-3.2.0.tgz",
  7302. "integrity": "sha512-g8vHMKK2/JGorSfqAZQUmYYNnXmfec4MLhwtEFS+mMs2IDY398GLysy6BH6K+aS1KMNu/xWZ8Sue/X/mdQPliA==",
  7303. "license": "Apache-2.0"
  7304. },
  7305. "node_modules/videojs-hotkeys": {
  7306. "version": "0.2.30",
  7307. "resolved": "https://registry.npmjs.org/videojs-hotkeys/-/videojs-hotkeys-0.2.30.tgz",
  7308. "integrity": "sha512-G8kEQZPapoWDoEajh2Nroy4bCN1qVEul5AuzZqBS7ZCG45K7hqTYKgf1+fmYvG8m8u84sZmVMUvSWZBjaFW66Q==",
  7309. "license": "Apache-2.0"
  7310. },
  7311. "node_modules/videojs-ie8": {
  7312. "version": "1.1.2",
  7313. "resolved": "https://registry.npmjs.org/videojs-ie8/-/videojs-ie8-1.1.2.tgz",
  7314. "integrity": "sha512-0Zb2T4MLkpfZbeGMK/Z93b8Lrepr+rLFoHgQV1CoDeFqXvH7b+Vsd/VHoILGxQrgCSHFQ7mAODR6oyMjuiD4/g==",
  7315. "license": "Apache 2.0",
  7316. "dependencies": {
  7317. "es5-shim": "^4.5.1"
  7318. }
  7319. },
  7320. "node_modules/videojs-swf": {
  7321. "version": "5.4.2",
  7322. "resolved": "https://registry.npmjs.org/videojs-swf/-/videojs-swf-5.4.2.tgz",
  7323. "integrity": "sha512-FGg+Csioa8/A/EacvFefBdb9Z0rSiMlheHDunZnN3xXfUF43jvjawcWFQnZvrv1Cs1nE1LBrHyUZjF7j2mKOLw=="
  7324. },
  7325. "node_modules/videojs-vtt.js": {
  7326. "version": "0.15.5",
  7327. "resolved": "https://registry.npmjs.org/videojs-vtt.js/-/videojs-vtt.js-0.15.5.tgz",
  7328. "integrity": "sha512-yZbBxvA7QMYn15Lr/ZfhhLPrNpI/RmCSCqgIff57GC2gIrV5YfyzLfLyZMj0NnZSAz8syB4N0nHXpZg9MyrMOQ==",
  7329. "license": "Apache-2.0",
  7330. "dependencies": {
  7331. "global": "^4.3.1"
  7332. }
  7333. },
  7334. "node_modules/vite": {
  7335. "version": "7.0.0",
  7336. "resolved": "https://registry.npmmirror.com/vite/-/vite-7.0.0.tgz",
  7337. "integrity": "sha512-ixXJB1YRgDIw2OszKQS9WxGHKwLdCsbQNkpJN171udl6szi/rIySHL6/Os3s2+oE4P/FLD4dxg4mD7Wust+u5g==",
  7338. "license": "MIT",
  7339. "dependencies": {
  7340. "esbuild": "^0.25.0",
  7341. "fdir": "^6.4.6",
  7342. "picomatch": "^4.0.2",
  7343. "postcss": "^8.5.6",
  7344. "rollup": "^4.40.0",
  7345. "tinyglobby": "^0.2.14"
  7346. },
  7347. "bin": {
  7348. "vite": "bin/vite.js"
  7349. },
  7350. "engines": {
  7351. "node": "^20.19.0 || >=22.12.0"
  7352. },
  7353. "funding": {
  7354. "url": "https://github.com/vitejs/vite?sponsor=1"
  7355. },
  7356. "optionalDependencies": {
  7357. "fsevents": "~2.3.3"
  7358. },
  7359. "peerDependencies": {
  7360. "@types/node": "^20.19.0 || >=22.12.0",
  7361. "jiti": ">=1.21.0",
  7362. "less": "^4.0.0",
  7363. "lightningcss": "^1.21.0",
  7364. "sass": "^1.70.0",
  7365. "sass-embedded": "^1.70.0",
  7366. "stylus": ">=0.54.8",
  7367. "sugarss": "^5.0.0",
  7368. "terser": "^5.16.0",
  7369. "tsx": "^4.8.1",
  7370. "yaml": "^2.4.2"
  7371. },
  7372. "peerDependenciesMeta": {
  7373. "@types/node": {
  7374. "optional": true
  7375. },
  7376. "jiti": {
  7377. "optional": true
  7378. },
  7379. "less": {
  7380. "optional": true
  7381. },
  7382. "lightningcss": {
  7383. "optional": true
  7384. },
  7385. "sass": {
  7386. "optional": true
  7387. },
  7388. "sass-embedded": {
  7389. "optional": true
  7390. },
  7391. "stylus": {
  7392. "optional": true
  7393. },
  7394. "sugarss": {
  7395. "optional": true
  7396. },
  7397. "terser": {
  7398. "optional": true
  7399. },
  7400. "tsx": {
  7401. "optional": true
  7402. },
  7403. "yaml": {
  7404. "optional": true
  7405. }
  7406. }
  7407. },
  7408. "node_modules/vue": {
  7409. "version": "3.5.17",
  7410. "resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.17.tgz",
  7411. "integrity": "sha512-LbHV3xPN9BeljML+Xctq4lbz2lVHCR6DtbpTf5XIO6gugpXUN49j2QQPcMj086r9+AkJ0FfUT8xjulKKBkkr9g==",
  7412. "license": "MIT",
  7413. "dependencies": {
  7414. "@vue/compiler-dom": "3.5.17",
  7415. "@vue/compiler-sfc": "3.5.17",
  7416. "@vue/runtime-dom": "3.5.17",
  7417. "@vue/server-renderer": "3.5.17",
  7418. "@vue/shared": "3.5.17"
  7419. },
  7420. "peerDependencies": {
  7421. "typescript": "*"
  7422. },
  7423. "peerDependenciesMeta": {
  7424. "typescript": {
  7425. "optional": true
  7426. }
  7427. }
  7428. },
  7429. "node_modules/vue-demi": {
  7430. "version": "0.14.10",
  7431. "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
  7432. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  7433. "hasInstallScript": true,
  7434. "license": "MIT",
  7435. "bin": {
  7436. "vue-demi-fix": "bin/vue-demi-fix.js",
  7437. "vue-demi-switch": "bin/vue-demi-switch.js"
  7438. },
  7439. "engines": {
  7440. "node": ">=12"
  7441. },
  7442. "funding": {
  7443. "url": "https://github.com/sponsors/antfu"
  7444. },
  7445. "peerDependencies": {
  7446. "@vue/composition-api": "^1.0.0-rc.1",
  7447. "vue": "^3.0.0-0 || ^2.6.0"
  7448. },
  7449. "peerDependenciesMeta": {
  7450. "@vue/composition-api": {
  7451. "optional": true
  7452. }
  7453. }
  7454. },
  7455. "node_modules/vue-eslint-parser": {
  7456. "version": "10.2.0",
  7457. "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-10.2.0.tgz",
  7458. "integrity": "sha512-CydUvFOQKD928UzZhTp4pr2vWz1L+H99t7Pkln2QSPdvmURT0MoC4wUccfCnuEaihNsu9aYYyk+bep8rlfkUXw==",
  7459. "dev": true,
  7460. "license": "MIT",
  7461. "peer": true,
  7462. "dependencies": {
  7463. "debug": "^4.4.0",
  7464. "eslint-scope": "^8.2.0",
  7465. "eslint-visitor-keys": "^4.2.0",
  7466. "espree": "^10.3.0",
  7467. "esquery": "^1.6.0",
  7468. "semver": "^7.6.3"
  7469. },
  7470. "engines": {
  7471. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  7472. },
  7473. "funding": {
  7474. "url": "https://github.com/sponsors/mysticatea"
  7475. },
  7476. "peerDependencies": {
  7477. "eslint": "^8.57.0 || ^9.0.0"
  7478. }
  7479. },
  7480. "node_modules/vue-eslint-parser/node_modules/semver": {
  7481. "version": "7.7.2",
  7482. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
  7483. "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
  7484. "dev": true,
  7485. "license": "ISC",
  7486. "peer": true,
  7487. "bin": {
  7488. "semver": "bin/semver.js"
  7489. },
  7490. "engines": {
  7491. "node": ">=10"
  7492. }
  7493. },
  7494. "node_modules/vue-router": {
  7495. "version": "4.5.1",
  7496. "resolved": "https://registry.npmmirror.com/vue-router/-/vue-router-4.5.1.tgz",
  7497. "integrity": "sha512-ogAF3P97NPm8fJsE4by9dwSYtDwXIY1nFY9T6DyQnGHd1E2Da94w9JIolpe42LJGIl0DwOHBi8TcRPlPGwbTtw==",
  7498. "license": "MIT",
  7499. "dependencies": {
  7500. "@vue/devtools-api": "^6.6.4"
  7501. },
  7502. "funding": {
  7503. "url": "https://github.com/sponsors/posva"
  7504. },
  7505. "peerDependencies": {
  7506. "vue": "^3.2.0"
  7507. }
  7508. },
  7509. "node_modules/vue-video-play": {
  7510. "version": "7.0.4",
  7511. "resolved": "https://registry.npmjs.org/vue-video-play/-/vue-video-play-7.0.4.tgz",
  7512. "integrity": "sha512-rTpOlAattbh53plTxVun8m6Ys70ioUHkaifX5c/QePpFNJPnw9rbQ/lXY6RHjv/bdyOaMZE+OiStdabl6y/Opw==",
  7513. "license": "MIT",
  7514. "dependencies": {
  7515. "object-assign": "^4.1.1",
  7516. "video.js": "^7.0.0",
  7517. "videojs-contrib-hls": "^5.12.2",
  7518. "videojs-flash": "^2.1.0",
  7519. "videojs-hotkeys": "^0.2.20"
  7520. },
  7521. "engines": {
  7522. "node": ">= 4.0.0",
  7523. "npm": ">= 3.0.0"
  7524. }
  7525. },
  7526. "node_modules/vue-video-player": {
  7527. "version": "6.0.0",
  7528. "resolved": "https://registry.npmjs.org/vue-video-player/-/vue-video-player-6.0.0.tgz",
  7529. "integrity": "sha512-WP47OtefsjMEReRCIKIL3tRRgH/PyNm8ELjsbYgr/WWrYAj5Ih9Adzkzp+ylYOI/v57jJ4O7O4XkbXBCmsTqNw==",
  7530. "license": "MIT",
  7531. "dependencies": {
  7532. "@videojs-player/vue": "1.x"
  7533. },
  7534. "peerDependencies": {
  7535. "@types/video.js": "7.x",
  7536. "video.js": "7.x",
  7537. "vue": "3.x"
  7538. }
  7539. },
  7540. "node_modules/vue3-video-play": {
  7541. "version": "1.3.1-beta.6",
  7542. "resolved": "https://registry.npmjs.org/vue3-video-play/-/vue3-video-play-1.3.1-beta.6.tgz",
  7543. "integrity": "sha512-Olrx2/LNAds7fuor/yX9ZKT9sOcwcfTt2g2YbbCrEaAmZ5Tb0hwBr5z+/CoLwELzzRzXCHPmWWoT0Wm5W/Nwpw==",
  7544. "license": "ISC",
  7545. "dependencies": {
  7546. "hls.js": "^1.0.10",
  7547. "throttle-debounce": "^3.0.1",
  7548. "vue": "^3.2.2"
  7549. }
  7550. },
  7551. "node_modules/vuex": {
  7552. "version": "4.0.2",
  7553. "resolved": "https://registry.npmmirror.com/vuex/-/vuex-4.0.2.tgz",
  7554. "integrity": "sha512-M6r8uxELjZIK8kTKDGgZTYX/ahzblnzC4isU1tpmEuOIIKmV+TRdc+H4s8ds2NuZ7wpUTdGRzJRtoj+lI+pc0Q==",
  7555. "license": "MIT",
  7556. "dependencies": {
  7557. "@vue/devtools-api": "^6.0.0-beta.11"
  7558. },
  7559. "peerDependencies": {
  7560. "vue": "^3.0.2"
  7561. }
  7562. },
  7563. "node_modules/w3c-xmlserializer": {
  7564. "version": "5.0.0",
  7565. "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz",
  7566. "integrity": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==",
  7567. "dev": true,
  7568. "license": "MIT",
  7569. "dependencies": {
  7570. "xml-name-validator": "^5.0.0"
  7571. },
  7572. "engines": {
  7573. "node": ">=18"
  7574. }
  7575. },
  7576. "node_modules/w3c-xmlserializer/node_modules/xml-name-validator": {
  7577. "version": "5.0.0",
  7578. "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz",
  7579. "integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==",
  7580. "dev": true,
  7581. "license": "Apache-2.0",
  7582. "engines": {
  7583. "node": ">=18"
  7584. }
  7585. },
  7586. "node_modules/web-storage-cache": {
  7587. "version": "1.1.1",
  7588. "resolved": "https://registry.npmjs.org/web-storage-cache/-/web-storage-cache-1.1.1.tgz",
  7589. "integrity": "sha512-D0MieGooOs8RpsrK+vnejXnvh4OOv/+lTFB35JRkJJQt+uOjPE08XpaE0QBLMTRu47B1KGT/Nq3Gbag3Orinzw==",
  7590. "license": "MIT"
  7591. },
  7592. "node_modules/webidl-conversions": {
  7593. "version": "7.0.0",
  7594. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
  7595. "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
  7596. "dev": true,
  7597. "license": "BSD-2-Clause",
  7598. "engines": {
  7599. "node": ">=12"
  7600. }
  7601. },
  7602. "node_modules/webwackify": {
  7603. "version": "0.1.6",
  7604. "resolved": "https://registry.npmjs.org/webwackify/-/webwackify-0.1.6.tgz",
  7605. "integrity": "sha512-pGcw1T3HpNnM/UTRQqqRkkkzythSLts05mB+7Gr00B+0VbL0m39dFL5g20rSIEUt9Wrpw+/8k+snxRlUFHhcqA==",
  7606. "license": "MIT"
  7607. },
  7608. "node_modules/whatwg-encoding": {
  7609. "version": "3.1.1",
  7610. "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz",
  7611. "integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==",
  7612. "dev": true,
  7613. "license": "MIT",
  7614. "dependencies": {
  7615. "iconv-lite": "0.6.3"
  7616. },
  7617. "engines": {
  7618. "node": ">=18"
  7619. }
  7620. },
  7621. "node_modules/whatwg-mimetype": {
  7622. "version": "4.0.0",
  7623. "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz",
  7624. "integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==",
  7625. "dev": true,
  7626. "license": "MIT",
  7627. "engines": {
  7628. "node": ">=18"
  7629. }
  7630. },
  7631. "node_modules/whatwg-url": {
  7632. "version": "14.2.0",
  7633. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.2.0.tgz",
  7634. "integrity": "sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw==",
  7635. "dev": true,
  7636. "license": "MIT",
  7637. "dependencies": {
  7638. "tr46": "^5.1.0",
  7639. "webidl-conversions": "^7.0.0"
  7640. },
  7641. "engines": {
  7642. "node": ">=18"
  7643. }
  7644. },
  7645. "node_modules/which": {
  7646. "version": "2.0.2",
  7647. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  7648. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  7649. "dev": true,
  7650. "license": "ISC",
  7651. "dependencies": {
  7652. "isexe": "^2.0.0"
  7653. },
  7654. "bin": {
  7655. "node-which": "bin/node-which"
  7656. },
  7657. "engines": {
  7658. "node": ">= 8"
  7659. }
  7660. },
  7661. "node_modules/widest-line": {
  7662. "version": "5.0.0",
  7663. "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-5.0.0.tgz",
  7664. "integrity": "sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==",
  7665. "license": "MIT",
  7666. "dependencies": {
  7667. "string-width": "^7.0.0"
  7668. },
  7669. "engines": {
  7670. "node": ">=18"
  7671. },
  7672. "funding": {
  7673. "url": "https://github.com/sponsors/sindresorhus"
  7674. }
  7675. },
  7676. "node_modules/widest-line/node_modules/string-width": {
  7677. "version": "7.2.0",
  7678. "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
  7679. "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
  7680. "license": "MIT",
  7681. "dependencies": {
  7682. "emoji-regex": "^10.3.0",
  7683. "get-east-asian-width": "^1.0.0",
  7684. "strip-ansi": "^7.1.0"
  7685. },
  7686. "engines": {
  7687. "node": ">=18"
  7688. },
  7689. "funding": {
  7690. "url": "https://github.com/sponsors/sindresorhus"
  7691. }
  7692. },
  7693. "node_modules/window-size": {
  7694. "version": "1.1.1",
  7695. "resolved": "https://registry.npmjs.org/window-size/-/window-size-1.1.1.tgz",
  7696. "integrity": "sha512-5D/9vujkmVQ7pSmc0SCBmHXbkv6eaHwXEx65MywhmUMsI8sGqJ972APq1lotfcwMKPFLuCFfL8xGHLIp7jaBmA==",
  7697. "license": "MIT",
  7698. "dependencies": {
  7699. "define-property": "^1.0.0",
  7700. "is-number": "^3.0.0"
  7701. },
  7702. "bin": {
  7703. "window-size": "cli.js"
  7704. },
  7705. "engines": {
  7706. "node": ">= 0.10.0"
  7707. }
  7708. },
  7709. "node_modules/window-size/node_modules/is-number": {
  7710. "version": "3.0.0",
  7711. "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
  7712. "integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==",
  7713. "license": "MIT",
  7714. "dependencies": {
  7715. "kind-of": "^3.0.2"
  7716. },
  7717. "engines": {
  7718. "node": ">=0.10.0"
  7719. }
  7720. },
  7721. "node_modules/word-wrap": {
  7722. "version": "1.2.5",
  7723. "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
  7724. "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
  7725. "dev": true,
  7726. "license": "MIT",
  7727. "engines": {
  7728. "node": ">=0.10.0"
  7729. }
  7730. },
  7731. "node_modules/wrap-ansi": {
  7732. "version": "9.0.2",
  7733. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
  7734. "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
  7735. "license": "MIT",
  7736. "dependencies": {
  7737. "ansi-styles": "^6.2.1",
  7738. "string-width": "^7.0.0",
  7739. "strip-ansi": "^7.1.0"
  7740. },
  7741. "engines": {
  7742. "node": ">=18"
  7743. },
  7744. "funding": {
  7745. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  7746. }
  7747. },
  7748. "node_modules/wrap-ansi/node_modules/ansi-styles": {
  7749. "version": "6.2.3",
  7750. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
  7751. "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
  7752. "license": "MIT",
  7753. "engines": {
  7754. "node": ">=12"
  7755. },
  7756. "funding": {
  7757. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  7758. }
  7759. },
  7760. "node_modules/wrap-ansi/node_modules/string-width": {
  7761. "version": "7.2.0",
  7762. "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
  7763. "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
  7764. "license": "MIT",
  7765. "dependencies": {
  7766. "emoji-regex": "^10.3.0",
  7767. "get-east-asian-width": "^1.0.0",
  7768. "strip-ansi": "^7.1.0"
  7769. },
  7770. "engines": {
  7771. "node": ">=18"
  7772. },
  7773. "funding": {
  7774. "url": "https://github.com/sponsors/sindresorhus"
  7775. }
  7776. },
  7777. "node_modules/ws": {
  7778. "version": "8.18.3",
  7779. "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
  7780. "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
  7781. "license": "MIT",
  7782. "engines": {
  7783. "node": ">=10.0.0"
  7784. },
  7785. "peerDependencies": {
  7786. "bufferutil": "^4.0.1",
  7787. "utf-8-validate": ">=5.0.2"
  7788. },
  7789. "peerDependenciesMeta": {
  7790. "bufferutil": {
  7791. "optional": true
  7792. },
  7793. "utf-8-validate": {
  7794. "optional": true
  7795. }
  7796. }
  7797. },
  7798. "node_modules/xhr": {
  7799. "version": "2.4.0",
  7800. "resolved": "https://registry.npmjs.org/xhr/-/xhr-2.4.0.tgz",
  7801. "integrity": "sha512-TUbBsdAuJbX8olk9hsDwGK8P1ri1XlV+PdEWkYw+HQQbpkiBR8PLgD1F3kQDPBs9l4Px34hP9rCYAZOCCAENbw==",
  7802. "license": "MIT",
  7803. "dependencies": {
  7804. "global": "~4.3.0",
  7805. "is-function": "^1.0.1",
  7806. "parse-headers": "^2.0.0",
  7807. "xtend": "^4.0.0"
  7808. }
  7809. },
  7810. "node_modules/xhr/node_modules/global": {
  7811. "version": "4.3.2",
  7812. "resolved": "https://registry.npmjs.org/global/-/global-4.3.2.tgz",
  7813. "integrity": "sha512-/4AybdwIDU4HkCUbJkZdWpe4P6vuw/CUtu+0I1YlLIPe7OlUO7KNJ+q/rO70CW2/NW6Jc6I62++Hzsf5Alu6rQ==",
  7814. "license": "MIT",
  7815. "dependencies": {
  7816. "min-document": "^2.19.0",
  7817. "process": "~0.5.1"
  7818. }
  7819. },
  7820. "node_modules/xhr/node_modules/process": {
  7821. "version": "0.5.2",
  7822. "resolved": "https://registry.npmjs.org/process/-/process-0.5.2.tgz",
  7823. "integrity": "sha512-oNpcutj+nYX2FjdEW7PGltWhXulAnFlM0My/k48L90hARCOJtvBbQXc/6itV2jDvU5xAAtonP+r6wmQgCcbAUA==",
  7824. "engines": {
  7825. "node": ">= 0.6.0"
  7826. }
  7827. },
  7828. "node_modules/xml-name-validator": {
  7829. "version": "4.0.0",
  7830. "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz",
  7831. "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==",
  7832. "dev": true,
  7833. "license": "Apache-2.0",
  7834. "engines": {
  7835. "node": ">=12"
  7836. }
  7837. },
  7838. "node_modules/xmlchars": {
  7839. "version": "2.2.0",
  7840. "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
  7841. "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
  7842. "dev": true,
  7843. "license": "MIT"
  7844. },
  7845. "node_modules/xtend": {
  7846. "version": "4.0.2",
  7847. "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
  7848. "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
  7849. "license": "MIT",
  7850. "engines": {
  7851. "node": ">=0.4"
  7852. }
  7853. },
  7854. "node_modules/yallist": {
  7855. "version": "3.1.1",
  7856. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz",
  7857. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  7858. "license": "ISC"
  7859. },
  7860. "node_modules/yocto-queue": {
  7861. "version": "0.1.0",
  7862. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  7863. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  7864. "dev": true,
  7865. "license": "MIT",
  7866. "engines": {
  7867. "node": ">=10"
  7868. },
  7869. "funding": {
  7870. "url": "https://github.com/sponsors/sindresorhus"
  7871. }
  7872. },
  7873. "node_modules/yoga-layout": {
  7874. "version": "3.2.1",
  7875. "resolved": "https://registry.npmjs.org/yoga-layout/-/yoga-layout-3.2.1.tgz",
  7876. "integrity": "sha512-0LPOt3AxKqMdFBZA3HBAt/t/8vIKq7VaQYbuA8WxCgung+p9TVyKRYdpvCb80HcdTN2NkbIKbhNwKUfm3tQywQ==",
  7877. "license": "MIT"
  7878. }
  7879. }
  7880. }