package-lock.json 285 KB

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