package-lock.json 285 KB

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