package-lock.json 227 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003600460056006600760086009601060116012601360146015601660176018601960206021602260236024602560266027602860296030603160326033603460356036603760386039604060416042604360446045604660476048604960506051605260536054605560566057605860596060606160626063606460656066606760686069607060716072607360746075607660776078607960806081608260836084608560866087608860896090609160926093609460956096609760986099610061016102610361046105610661076108610961106111611261136114611561166117611861196120612161226123612461256126612761286129613061316132613361346135613661376138613961406141614261436144614561466147614861496150615161526153615461556156615761586159616061616162616361646165616661676168616961706171617261736174617561766177617861796180618161826183618461856186618761886189619061916192619361946195619661976198619962006201620262036204620562066207620862096210621162126213621462156216621762186219622062216222
  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. "@microsoft/fetch-event-source": "^2.0.1",
  13. "@vitejs/plugin-legacy": "^7.0.1",
  14. "@vue-office/docx": "^1.6.3",
  15. "@vue-office/excel": "^1.7.14",
  16. "@vue-office/pptx": "^1.0.1",
  17. "axios": "^1.10.0",
  18. "element-plus": "^2.10.2",
  19. "highlight.js": "^11.11.1",
  20. "hls.js": "^1.6.7",
  21. "js-cookie": "^3.0.5",
  22. "jsencrypt": "^3.3.2",
  23. "markdown-it": "^14.1.0",
  24. "router": "^2.2.0",
  25. "video.js": "^7.21.5",
  26. "vue": "^3.5.17",
  27. "vue-demi": "^0.14.10",
  28. "vue-router": "^4.5.1",
  29. "vue-video-play": "^7.0.4",
  30. "vue-video-player": "^6.0.0",
  31. "vue3-video-play": "^1.3.1-beta.6",
  32. "vuex": "^4.0.2",
  33. "web-storage-cache": "^1.1.1"
  34. },
  35. "devDependencies": {
  36. "@types/markdown-it": "^14.1.2",
  37. "@types/node": "^24.0.10",
  38. "@vitejs/plugin-vue": "^6.0.0",
  39. "eslint": "^9.32.0",
  40. "eslint-plugin-vue": "^10.3.0",
  41. "path": "^0.12.7",
  42. "sass": "^1.89.2",
  43. "vite": "^7.0.0"
  44. }
  45. },
  46. "node_modules/@ampproject/remapping": {
  47. "version": "2.3.0",
  48. "resolved": "https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.3.0.tgz",
  49. "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
  50. "license": "Apache-2.0",
  51. "dependencies": {
  52. "@jridgewell/gen-mapping": "^0.3.5",
  53. "@jridgewell/trace-mapping": "^0.3.24"
  54. },
  55. "engines": {
  56. "node": ">=6.0.0"
  57. }
  58. },
  59. "node_modules/@babel/code-frame": {
  60. "version": "7.27.1",
  61. "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.27.1.tgz",
  62. "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
  63. "license": "MIT",
  64. "dependencies": {
  65. "@babel/helper-validator-identifier": "^7.27.1",
  66. "js-tokens": "^4.0.0",
  67. "picocolors": "^1.1.1"
  68. },
  69. "engines": {
  70. "node": ">=6.9.0"
  71. }
  72. },
  73. "node_modules/@babel/compat-data": {
  74. "version": "7.28.0",
  75. "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.28.0.tgz",
  76. "integrity": "sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==",
  77. "license": "MIT",
  78. "engines": {
  79. "node": ">=6.9.0"
  80. }
  81. },
  82. "node_modules/@babel/core": {
  83. "version": "7.28.0",
  84. "resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.28.0.tgz",
  85. "integrity": "sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==",
  86. "license": "MIT",
  87. "dependencies": {
  88. "@ampproject/remapping": "^2.2.0",
  89. "@babel/code-frame": "^7.27.1",
  90. "@babel/generator": "^7.28.0",
  91. "@babel/helper-compilation-targets": "^7.27.2",
  92. "@babel/helper-module-transforms": "^7.27.3",
  93. "@babel/helpers": "^7.27.6",
  94. "@babel/parser": "^7.28.0",
  95. "@babel/template": "^7.27.2",
  96. "@babel/traverse": "^7.28.0",
  97. "@babel/types": "^7.28.0",
  98. "convert-source-map": "^2.0.0",
  99. "debug": "^4.1.0",
  100. "gensync": "^1.0.0-beta.2",
  101. "json5": "^2.2.3",
  102. "semver": "^6.3.1"
  103. },
  104. "engines": {
  105. "node": ">=6.9.0"
  106. },
  107. "funding": {
  108. "type": "opencollective",
  109. "url": "https://opencollective.com/babel"
  110. }
  111. },
  112. "node_modules/@babel/generator": {
  113. "version": "7.28.0",
  114. "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.28.0.tgz",
  115. "integrity": "sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==",
  116. "license": "MIT",
  117. "dependencies": {
  118. "@babel/parser": "^7.28.0",
  119. "@babel/types": "^7.28.0",
  120. "@jridgewell/gen-mapping": "^0.3.12",
  121. "@jridgewell/trace-mapping": "^0.3.28",
  122. "jsesc": "^3.0.2"
  123. },
  124. "engines": {
  125. "node": ">=6.9.0"
  126. }
  127. },
  128. "node_modules/@babel/helper-annotate-as-pure": {
  129. "version": "7.27.3",
  130. "resolved": "https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz",
  131. "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==",
  132. "license": "MIT",
  133. "dependencies": {
  134. "@babel/types": "^7.27.3"
  135. },
  136. "engines": {
  137. "node": ">=6.9.0"
  138. }
  139. },
  140. "node_modules/@babel/helper-compilation-targets": {
  141. "version": "7.27.2",
  142. "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
  143. "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
  144. "license": "MIT",
  145. "dependencies": {
  146. "@babel/compat-data": "^7.27.2",
  147. "@babel/helper-validator-option": "^7.27.1",
  148. "browserslist": "^4.24.0",
  149. "lru-cache": "^5.1.1",
  150. "semver": "^6.3.1"
  151. },
  152. "engines": {
  153. "node": ">=6.9.0"
  154. }
  155. },
  156. "node_modules/@babel/helper-create-class-features-plugin": {
  157. "version": "7.27.1",
  158. "resolved": "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.1.tgz",
  159. "integrity": "sha512-QwGAmuvM17btKU5VqXfb+Giw4JcN0hjuufz3DYnpeVDvZLAObloM77bhMXiqry3Iio+Ai4phVRDwl6WU10+r5A==",
  160. "license": "MIT",
  161. "dependencies": {
  162. "@babel/helper-annotate-as-pure": "^7.27.1",
  163. "@babel/helper-member-expression-to-functions": "^7.27.1",
  164. "@babel/helper-optimise-call-expression": "^7.27.1",
  165. "@babel/helper-replace-supers": "^7.27.1",
  166. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  167. "@babel/traverse": "^7.27.1",
  168. "semver": "^6.3.1"
  169. },
  170. "engines": {
  171. "node": ">=6.9.0"
  172. },
  173. "peerDependencies": {
  174. "@babel/core": "^7.0.0"
  175. }
  176. },
  177. "node_modules/@babel/helper-create-regexp-features-plugin": {
  178. "version": "7.27.1",
  179. "resolved": "https://registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.27.1.tgz",
  180. "integrity": "sha512-uVDC72XVf8UbrH5qQTc18Agb8emwjTiZrQE11Nv3CuBEZmVvTwwE9CBUEvHku06gQCAyYf8Nv6ja1IN+6LMbxQ==",
  181. "license": "MIT",
  182. "dependencies": {
  183. "@babel/helper-annotate-as-pure": "^7.27.1",
  184. "regexpu-core": "^6.2.0",
  185. "semver": "^6.3.1"
  186. },
  187. "engines": {
  188. "node": ">=6.9.0"
  189. },
  190. "peerDependencies": {
  191. "@babel/core": "^7.0.0"
  192. }
  193. },
  194. "node_modules/@babel/helper-define-polyfill-provider": {
  195. "version": "0.6.5",
  196. "resolved": "https://registry.npmmirror.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.5.tgz",
  197. "integrity": "sha512-uJnGFcPsWQK8fvjgGP5LZUZZsYGIoPeRjSF5PGwrelYgq7Q15/Ft9NGFp1zglwgIv//W0uG4BevRuSJRyylZPg==",
  198. "license": "MIT",
  199. "dependencies": {
  200. "@babel/helper-compilation-targets": "^7.27.2",
  201. "@babel/helper-plugin-utils": "^7.27.1",
  202. "debug": "^4.4.1",
  203. "lodash.debounce": "^4.0.8",
  204. "resolve": "^1.22.10"
  205. },
  206. "peerDependencies": {
  207. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  208. }
  209. },
  210. "node_modules/@babel/helper-globals": {
  211. "version": "7.28.0",
  212. "resolved": "https://registry.npmmirror.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
  213. "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
  214. "license": "MIT",
  215. "engines": {
  216. "node": ">=6.9.0"
  217. }
  218. },
  219. "node_modules/@babel/helper-member-expression-to-functions": {
  220. "version": "7.27.1",
  221. "resolved": "https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz",
  222. "integrity": "sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==",
  223. "license": "MIT",
  224. "dependencies": {
  225. "@babel/traverse": "^7.27.1",
  226. "@babel/types": "^7.27.1"
  227. },
  228. "engines": {
  229. "node": ">=6.9.0"
  230. }
  231. },
  232. "node_modules/@babel/helper-module-imports": {
  233. "version": "7.27.1",
  234. "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
  235. "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
  236. "license": "MIT",
  237. "dependencies": {
  238. "@babel/traverse": "^7.27.1",
  239. "@babel/types": "^7.27.1"
  240. },
  241. "engines": {
  242. "node": ">=6.9.0"
  243. }
  244. },
  245. "node_modules/@babel/helper-module-transforms": {
  246. "version": "7.27.3",
  247. "resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz",
  248. "integrity": "sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==",
  249. "license": "MIT",
  250. "dependencies": {
  251. "@babel/helper-module-imports": "^7.27.1",
  252. "@babel/helper-validator-identifier": "^7.27.1",
  253. "@babel/traverse": "^7.27.3"
  254. },
  255. "engines": {
  256. "node": ">=6.9.0"
  257. },
  258. "peerDependencies": {
  259. "@babel/core": "^7.0.0"
  260. }
  261. },
  262. "node_modules/@babel/helper-optimise-call-expression": {
  263. "version": "7.27.1",
  264. "resolved": "https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz",
  265. "integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==",
  266. "license": "MIT",
  267. "dependencies": {
  268. "@babel/types": "^7.27.1"
  269. },
  270. "engines": {
  271. "node": ">=6.9.0"
  272. }
  273. },
  274. "node_modules/@babel/helper-plugin-utils": {
  275. "version": "7.27.1",
  276. "resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
  277. "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
  278. "license": "MIT",
  279. "engines": {
  280. "node": ">=6.9.0"
  281. }
  282. },
  283. "node_modules/@babel/helper-remap-async-to-generator": {
  284. "version": "7.27.1",
  285. "resolved": "https://registry.npmmirror.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz",
  286. "integrity": "sha512-7fiA521aVw8lSPeI4ZOD3vRFkoqkJcS+z4hFo82bFSH/2tNd6eJ5qCVMS5OzDmZh/kaHQeBaeyxK6wljcPtveA==",
  287. "license": "MIT",
  288. "dependencies": {
  289. "@babel/helper-annotate-as-pure": "^7.27.1",
  290. "@babel/helper-wrap-function": "^7.27.1",
  291. "@babel/traverse": "^7.27.1"
  292. },
  293. "engines": {
  294. "node": ">=6.9.0"
  295. },
  296. "peerDependencies": {
  297. "@babel/core": "^7.0.0"
  298. }
  299. },
  300. "node_modules/@babel/helper-replace-supers": {
  301. "version": "7.27.1",
  302. "resolved": "https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz",
  303. "integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==",
  304. "license": "MIT",
  305. "dependencies": {
  306. "@babel/helper-member-expression-to-functions": "^7.27.1",
  307. "@babel/helper-optimise-call-expression": "^7.27.1",
  308. "@babel/traverse": "^7.27.1"
  309. },
  310. "engines": {
  311. "node": ">=6.9.0"
  312. },
  313. "peerDependencies": {
  314. "@babel/core": "^7.0.0"
  315. }
  316. },
  317. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  318. "version": "7.27.1",
  319. "resolved": "https://registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz",
  320. "integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==",
  321. "license": "MIT",
  322. "dependencies": {
  323. "@babel/traverse": "^7.27.1",
  324. "@babel/types": "^7.27.1"
  325. },
  326. "engines": {
  327. "node": ">=6.9.0"
  328. }
  329. },
  330. "node_modules/@babel/helper-string-parser": {
  331. "version": "7.27.1",
  332. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  333. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  334. "license": "MIT",
  335. "engines": {
  336. "node": ">=6.9.0"
  337. }
  338. },
  339. "node_modules/@babel/helper-validator-identifier": {
  340. "version": "7.27.1",
  341. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
  342. "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
  343. "license": "MIT",
  344. "engines": {
  345. "node": ">=6.9.0"
  346. }
  347. },
  348. "node_modules/@babel/helper-validator-option": {
  349. "version": "7.27.1",
  350. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
  351. "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
  352. "license": "MIT",
  353. "engines": {
  354. "node": ">=6.9.0"
  355. }
  356. },
  357. "node_modules/@babel/helper-wrap-function": {
  358. "version": "7.27.1",
  359. "resolved": "https://registry.npmmirror.com/@babel/helper-wrap-function/-/helper-wrap-function-7.27.1.tgz",
  360. "integrity": "sha512-NFJK2sHUvrjo8wAU/nQTWU890/zB2jj0qBcCbZbbf+005cAsv6tMjXz31fBign6M5ov1o0Bllu+9nbqkfsjjJQ==",
  361. "license": "MIT",
  362. "dependencies": {
  363. "@babel/template": "^7.27.1",
  364. "@babel/traverse": "^7.27.1",
  365. "@babel/types": "^7.27.1"
  366. },
  367. "engines": {
  368. "node": ">=6.9.0"
  369. }
  370. },
  371. "node_modules/@babel/helpers": {
  372. "version": "7.27.6",
  373. "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.27.6.tgz",
  374. "integrity": "sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==",
  375. "license": "MIT",
  376. "dependencies": {
  377. "@babel/template": "^7.27.2",
  378. "@babel/types": "^7.27.6"
  379. },
  380. "engines": {
  381. "node": ">=6.9.0"
  382. }
  383. },
  384. "node_modules/@babel/parser": {
  385. "version": "7.28.0",
  386. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.28.0.tgz",
  387. "integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==",
  388. "license": "MIT",
  389. "dependencies": {
  390. "@babel/types": "^7.28.0"
  391. },
  392. "bin": {
  393. "parser": "bin/babel-parser.js"
  394. },
  395. "engines": {
  396. "node": ">=6.0.0"
  397. }
  398. },
  399. "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
  400. "version": "7.27.1",
  401. "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",
  402. "integrity": "sha512-QPG3C9cCVRQLxAVwmefEmwdTanECuUBMQZ/ym5kiw3XKCGA7qkuQLcjWWHcrD/GKbn/WmJwaezfuuAOcyKlRPA==",
  403. "license": "MIT",
  404. "dependencies": {
  405. "@babel/helper-plugin-utils": "^7.27.1",
  406. "@babel/traverse": "^7.27.1"
  407. },
  408. "engines": {
  409. "node": ">=6.9.0"
  410. },
  411. "peerDependencies": {
  412. "@babel/core": "^7.0.0"
  413. }
  414. },
  415. "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": {
  416. "version": "7.27.1",
  417. "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.27.1.tgz",
  418. "integrity": "sha512-qNeq3bCKnGgLkEXUuFry6dPlGfCdQNZbn7yUAPCInwAJHMU7THJfrBSozkcWq5sNM6RcF3S8XyQL2A52KNR9IA==",
  419. "license": "MIT",
  420. "dependencies": {
  421. "@babel/helper-plugin-utils": "^7.27.1"
  422. },
  423. "engines": {
  424. "node": ">=6.9.0"
  425. },
  426. "peerDependencies": {
  427. "@babel/core": "^7.0.0"
  428. }
  429. },
  430. "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
  431. "version": "7.27.1",
  432. "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",
  433. "integrity": "sha512-g4L7OYun04N1WyqMNjldFwlfPCLVkgB54A/YCXICZYBsvJJE3kByKv9c9+R/nAfmIfjl2rKYLNyMHboYbZaWaA==",
  434. "license": "MIT",
  435. "dependencies": {
  436. "@babel/helper-plugin-utils": "^7.27.1"
  437. },
  438. "engines": {
  439. "node": ">=6.9.0"
  440. },
  441. "peerDependencies": {
  442. "@babel/core": "^7.0.0"
  443. }
  444. },
  445. "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
  446. "version": "7.27.1",
  447. "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",
  448. "integrity": "sha512-oO02gcONcD5O1iTLi/6frMJBIwWEHceWGSGqrpCmEL8nogiS6J9PBlE48CaK20/Jx1LuRml9aDftLgdjXT8+Cw==",
  449. "license": "MIT",
  450. "dependencies": {
  451. "@babel/helper-plugin-utils": "^7.27.1",
  452. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  453. "@babel/plugin-transform-optional-chaining": "^7.27.1"
  454. },
  455. "engines": {
  456. "node": ">=6.9.0"
  457. },
  458. "peerDependencies": {
  459. "@babel/core": "^7.13.0"
  460. }
  461. },
  462. "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
  463. "version": "7.27.1",
  464. "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",
  465. "integrity": "sha512-6BpaYGDavZqkI6yT+KSPdpZFfpnd68UKXbcjI9pJ13pvHhPrCKWOOLp+ysvMeA+DxnhuPpgIaRpxRxo5A9t5jw==",
  466. "license": "MIT",
  467. "dependencies": {
  468. "@babel/helper-plugin-utils": "^7.27.1",
  469. "@babel/traverse": "^7.27.1"
  470. },
  471. "engines": {
  472. "node": ">=6.9.0"
  473. },
  474. "peerDependencies": {
  475. "@babel/core": "^7.0.0"
  476. }
  477. },
  478. "node_modules/@babel/plugin-proposal-private-property-in-object": {
  479. "version": "7.21.0-placeholder-for-preset-env.2",
  480. "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",
  481. "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==",
  482. "license": "MIT",
  483. "engines": {
  484. "node": ">=6.9.0"
  485. },
  486. "peerDependencies": {
  487. "@babel/core": "^7.0.0-0"
  488. }
  489. },
  490. "node_modules/@babel/plugin-syntax-import-assertions": {
  491. "version": "7.27.1",
  492. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.27.1.tgz",
  493. "integrity": "sha512-UT/Jrhw57xg4ILHLFnzFpPDlMbcdEicaAtjPQpbj9wa8T4r5KVWCimHcL/460g8Ht0DMxDyjsLgiWSkVjnwPFg==",
  494. "license": "MIT",
  495. "dependencies": {
  496. "@babel/helper-plugin-utils": "^7.27.1"
  497. },
  498. "engines": {
  499. "node": ">=6.9.0"
  500. },
  501. "peerDependencies": {
  502. "@babel/core": "^7.0.0-0"
  503. }
  504. },
  505. "node_modules/@babel/plugin-syntax-import-attributes": {
  506. "version": "7.27.1",
  507. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.27.1.tgz",
  508. "integrity": "sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==",
  509. "license": "MIT",
  510. "dependencies": {
  511. "@babel/helper-plugin-utils": "^7.27.1"
  512. },
  513. "engines": {
  514. "node": ">=6.9.0"
  515. },
  516. "peerDependencies": {
  517. "@babel/core": "^7.0.0-0"
  518. }
  519. },
  520. "node_modules/@babel/plugin-syntax-unicode-sets-regex": {
  521. "version": "7.18.6",
  522. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz",
  523. "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==",
  524. "license": "MIT",
  525. "dependencies": {
  526. "@babel/helper-create-regexp-features-plugin": "^7.18.6",
  527. "@babel/helper-plugin-utils": "^7.18.6"
  528. },
  529. "engines": {
  530. "node": ">=6.9.0"
  531. },
  532. "peerDependencies": {
  533. "@babel/core": "^7.0.0"
  534. }
  535. },
  536. "node_modules/@babel/plugin-transform-arrow-functions": {
  537. "version": "7.27.1",
  538. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.27.1.tgz",
  539. "integrity": "sha512-8Z4TGic6xW70FKThA5HYEKKyBpOOsucTOD1DjU3fZxDg+K3zBJcXMFnt/4yQiZnf5+MiOMSXQ9PaEK/Ilh1DeA==",
  540. "license": "MIT",
  541. "dependencies": {
  542. "@babel/helper-plugin-utils": "^7.27.1"
  543. },
  544. "engines": {
  545. "node": ">=6.9.0"
  546. },
  547. "peerDependencies": {
  548. "@babel/core": "^7.0.0-0"
  549. }
  550. },
  551. "node_modules/@babel/plugin-transform-async-generator-functions": {
  552. "version": "7.28.0",
  553. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.0.tgz",
  554. "integrity": "sha512-BEOdvX4+M765icNPZeidyADIvQ1m1gmunXufXxvRESy/jNNyfovIqUyE7MVgGBjWktCoJlzvFA1To2O4ymIO3Q==",
  555. "license": "MIT",
  556. "dependencies": {
  557. "@babel/helper-plugin-utils": "^7.27.1",
  558. "@babel/helper-remap-async-to-generator": "^7.27.1",
  559. "@babel/traverse": "^7.28.0"
  560. },
  561. "engines": {
  562. "node": ">=6.9.0"
  563. },
  564. "peerDependencies": {
  565. "@babel/core": "^7.0.0-0"
  566. }
  567. },
  568. "node_modules/@babel/plugin-transform-async-to-generator": {
  569. "version": "7.27.1",
  570. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.27.1.tgz",
  571. "integrity": "sha512-NREkZsZVJS4xmTr8qzE5y8AfIPqsdQfRuUiLRTEzb7Qii8iFWCyDKaUV2c0rCuh4ljDZ98ALHP/PetiBV2nddA==",
  572. "license": "MIT",
  573. "dependencies": {
  574. "@babel/helper-module-imports": "^7.27.1",
  575. "@babel/helper-plugin-utils": "^7.27.1",
  576. "@babel/helper-remap-async-to-generator": "^7.27.1"
  577. },
  578. "engines": {
  579. "node": ">=6.9.0"
  580. },
  581. "peerDependencies": {
  582. "@babel/core": "^7.0.0-0"
  583. }
  584. },
  585. "node_modules/@babel/plugin-transform-block-scoped-functions": {
  586. "version": "7.27.1",
  587. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.27.1.tgz",
  588. "integrity": "sha512-cnqkuOtZLapWYZUYM5rVIdv1nXYuFVIltZ6ZJ7nIj585QsjKM5dhL2Fu/lICXZ1OyIAFc7Qy+bvDAtTXqGrlhg==",
  589. "license": "MIT",
  590. "dependencies": {
  591. "@babel/helper-plugin-utils": "^7.27.1"
  592. },
  593. "engines": {
  594. "node": ">=6.9.0"
  595. },
  596. "peerDependencies": {
  597. "@babel/core": "^7.0.0-0"
  598. }
  599. },
  600. "node_modules/@babel/plugin-transform-block-scoping": {
  601. "version": "7.28.0",
  602. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.0.tgz",
  603. "integrity": "sha512-gKKnwjpdx5sER/wl0WN0efUBFzF/56YZO0RJrSYP4CljXnP31ByY7fol89AzomdlLNzI36AvOTmYHsnZTCkq8Q==",
  604. "license": "MIT",
  605. "dependencies": {
  606. "@babel/helper-plugin-utils": "^7.27.1"
  607. },
  608. "engines": {
  609. "node": ">=6.9.0"
  610. },
  611. "peerDependencies": {
  612. "@babel/core": "^7.0.0-0"
  613. }
  614. },
  615. "node_modules/@babel/plugin-transform-class-properties": {
  616. "version": "7.27.1",
  617. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.27.1.tgz",
  618. "integrity": "sha512-D0VcalChDMtuRvJIu3U/fwWjf8ZMykz5iZsg77Nuj821vCKI3zCyRLwRdWbsuJ/uRwZhZ002QtCqIkwC/ZkvbA==",
  619. "license": "MIT",
  620. "dependencies": {
  621. "@babel/helper-create-class-features-plugin": "^7.27.1",
  622. "@babel/helper-plugin-utils": "^7.27.1"
  623. },
  624. "engines": {
  625. "node": ">=6.9.0"
  626. },
  627. "peerDependencies": {
  628. "@babel/core": "^7.0.0-0"
  629. }
  630. },
  631. "node_modules/@babel/plugin-transform-class-static-block": {
  632. "version": "7.27.1",
  633. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.27.1.tgz",
  634. "integrity": "sha512-s734HmYU78MVzZ++joYM+NkJusItbdRcbm+AGRgJCt3iA+yux0QpD9cBVdz3tKyrjVYWRl7j0mHSmv4lhV0aoA==",
  635. "license": "MIT",
  636. "dependencies": {
  637. "@babel/helper-create-class-features-plugin": "^7.27.1",
  638. "@babel/helper-plugin-utils": "^7.27.1"
  639. },
  640. "engines": {
  641. "node": ">=6.9.0"
  642. },
  643. "peerDependencies": {
  644. "@babel/core": "^7.12.0"
  645. }
  646. },
  647. "node_modules/@babel/plugin-transform-classes": {
  648. "version": "7.28.0",
  649. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.0.tgz",
  650. "integrity": "sha512-IjM1IoJNw72AZFlj33Cu8X0q2XK/6AaVC3jQu+cgQ5lThWD5ajnuUAml80dqRmOhmPkTH8uAwnpMu9Rvj0LTRA==",
  651. "license": "MIT",
  652. "dependencies": {
  653. "@babel/helper-annotate-as-pure": "^7.27.3",
  654. "@babel/helper-compilation-targets": "^7.27.2",
  655. "@babel/helper-globals": "^7.28.0",
  656. "@babel/helper-plugin-utils": "^7.27.1",
  657. "@babel/helper-replace-supers": "^7.27.1",
  658. "@babel/traverse": "^7.28.0"
  659. },
  660. "engines": {
  661. "node": ">=6.9.0"
  662. },
  663. "peerDependencies": {
  664. "@babel/core": "^7.0.0-0"
  665. }
  666. },
  667. "node_modules/@babel/plugin-transform-computed-properties": {
  668. "version": "7.27.1",
  669. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.27.1.tgz",
  670. "integrity": "sha512-lj9PGWvMTVksbWiDT2tW68zGS/cyo4AkZ/QTp0sQT0mjPopCmrSkzxeXkznjqBxzDI6TclZhOJbBmbBLjuOZUw==",
  671. "license": "MIT",
  672. "dependencies": {
  673. "@babel/helper-plugin-utils": "^7.27.1",
  674. "@babel/template": "^7.27.1"
  675. },
  676. "engines": {
  677. "node": ">=6.9.0"
  678. },
  679. "peerDependencies": {
  680. "@babel/core": "^7.0.0-0"
  681. }
  682. },
  683. "node_modules/@babel/plugin-transform-destructuring": {
  684. "version": "7.28.0",
  685. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.0.tgz",
  686. "integrity": "sha512-v1nrSMBiKcodhsyJ4Gf+Z0U/yawmJDBOTpEB3mcQY52r9RIyPneGyAS/yM6seP/8I+mWI3elOMtT5dB8GJVs+A==",
  687. "license": "MIT",
  688. "dependencies": {
  689. "@babel/helper-plugin-utils": "^7.27.1",
  690. "@babel/traverse": "^7.28.0"
  691. },
  692. "engines": {
  693. "node": ">=6.9.0"
  694. },
  695. "peerDependencies": {
  696. "@babel/core": "^7.0.0-0"
  697. }
  698. },
  699. "node_modules/@babel/plugin-transform-dotall-regex": {
  700. "version": "7.27.1",
  701. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.27.1.tgz",
  702. "integrity": "sha512-gEbkDVGRvjj7+T1ivxrfgygpT7GUd4vmODtYpbs0gZATdkX8/iSnOtZSxiZnsgm1YjTgjI6VKBGSJJevkrclzw==",
  703. "license": "MIT",
  704. "dependencies": {
  705. "@babel/helper-create-regexp-features-plugin": "^7.27.1",
  706. "@babel/helper-plugin-utils": "^7.27.1"
  707. },
  708. "engines": {
  709. "node": ">=6.9.0"
  710. },
  711. "peerDependencies": {
  712. "@babel/core": "^7.0.0-0"
  713. }
  714. },
  715. "node_modules/@babel/plugin-transform-duplicate-keys": {
  716. "version": "7.27.1",
  717. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.27.1.tgz",
  718. "integrity": "sha512-MTyJk98sHvSs+cvZ4nOauwTTG1JeonDjSGvGGUNHreGQns+Mpt6WX/dVzWBHgg+dYZhkC4X+zTDfkTU+Vy9y7Q==",
  719. "license": "MIT",
  720. "dependencies": {
  721. "@babel/helper-plugin-utils": "^7.27.1"
  722. },
  723. "engines": {
  724. "node": ">=6.9.0"
  725. },
  726. "peerDependencies": {
  727. "@babel/core": "^7.0.0-0"
  728. }
  729. },
  730. "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": {
  731. "version": "7.27.1",
  732. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.27.1.tgz",
  733. "integrity": "sha512-hkGcueTEzuhB30B3eJCbCYeCaaEQOmQR0AdvzpD4LoN0GXMWzzGSuRrxR2xTnCrvNbVwK9N6/jQ92GSLfiZWoQ==",
  734. "license": "MIT",
  735. "dependencies": {
  736. "@babel/helper-create-regexp-features-plugin": "^7.27.1",
  737. "@babel/helper-plugin-utils": "^7.27.1"
  738. },
  739. "engines": {
  740. "node": ">=6.9.0"
  741. },
  742. "peerDependencies": {
  743. "@babel/core": "^7.0.0"
  744. }
  745. },
  746. "node_modules/@babel/plugin-transform-dynamic-import": {
  747. "version": "7.27.1",
  748. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.27.1.tgz",
  749. "integrity": "sha512-MHzkWQcEmjzzVW9j2q8LGjwGWpG2mjwaaB0BNQwst3FIjqsg8Ct/mIZlvSPJvfi9y2AC8mi/ktxbFVL9pZ1I4A==",
  750. "license": "MIT",
  751. "dependencies": {
  752. "@babel/helper-plugin-utils": "^7.27.1"
  753. },
  754. "engines": {
  755. "node": ">=6.9.0"
  756. },
  757. "peerDependencies": {
  758. "@babel/core": "^7.0.0-0"
  759. }
  760. },
  761. "node_modules/@babel/plugin-transform-explicit-resource-management": {
  762. "version": "7.28.0",
  763. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-explicit-resource-management/-/plugin-transform-explicit-resource-management-7.28.0.tgz",
  764. "integrity": "sha512-K8nhUcn3f6iB+P3gwCv/no7OdzOZQcKchW6N389V6PD8NUWKZHzndOd9sPDVbMoBsbmjMqlB4L9fm+fEFNVlwQ==",
  765. "license": "MIT",
  766. "dependencies": {
  767. "@babel/helper-plugin-utils": "^7.27.1",
  768. "@babel/plugin-transform-destructuring": "^7.28.0"
  769. },
  770. "engines": {
  771. "node": ">=6.9.0"
  772. },
  773. "peerDependencies": {
  774. "@babel/core": "^7.0.0-0"
  775. }
  776. },
  777. "node_modules/@babel/plugin-transform-exponentiation-operator": {
  778. "version": "7.27.1",
  779. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.27.1.tgz",
  780. "integrity": "sha512-uspvXnhHvGKf2r4VVtBpeFnuDWsJLQ6MF6lGJLC89jBR1uoVeqM416AZtTuhTezOfgHicpJQmoD5YUakO/YmXQ==",
  781. "license": "MIT",
  782. "dependencies": {
  783. "@babel/helper-plugin-utils": "^7.27.1"
  784. },
  785. "engines": {
  786. "node": ">=6.9.0"
  787. },
  788. "peerDependencies": {
  789. "@babel/core": "^7.0.0-0"
  790. }
  791. },
  792. "node_modules/@babel/plugin-transform-export-namespace-from": {
  793. "version": "7.27.1",
  794. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.27.1.tgz",
  795. "integrity": "sha512-tQvHWSZ3/jH2xuq/vZDy0jNn+ZdXJeM8gHvX4lnJmsc3+50yPlWdZXIc5ay+umX+2/tJIqHqiEqcJvxlmIvRvQ==",
  796. "license": "MIT",
  797. "dependencies": {
  798. "@babel/helper-plugin-utils": "^7.27.1"
  799. },
  800. "engines": {
  801. "node": ">=6.9.0"
  802. },
  803. "peerDependencies": {
  804. "@babel/core": "^7.0.0-0"
  805. }
  806. },
  807. "node_modules/@babel/plugin-transform-for-of": {
  808. "version": "7.27.1",
  809. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.27.1.tgz",
  810. "integrity": "sha512-BfbWFFEJFQzLCQ5N8VocnCtA8J1CLkNTe2Ms2wocj75dd6VpiqS5Z5quTYcUoo4Yq+DN0rtikODccuv7RU81sw==",
  811. "license": "MIT",
  812. "dependencies": {
  813. "@babel/helper-plugin-utils": "^7.27.1",
  814. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
  815. },
  816. "engines": {
  817. "node": ">=6.9.0"
  818. },
  819. "peerDependencies": {
  820. "@babel/core": "^7.0.0-0"
  821. }
  822. },
  823. "node_modules/@babel/plugin-transform-function-name": {
  824. "version": "7.27.1",
  825. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.27.1.tgz",
  826. "integrity": "sha512-1bQeydJF9Nr1eBCMMbC+hdwmRlsv5XYOMu03YSWFwNs0HsAmtSxxF1fyuYPqemVldVyFmlCU7w8UE14LupUSZQ==",
  827. "license": "MIT",
  828. "dependencies": {
  829. "@babel/helper-compilation-targets": "^7.27.1",
  830. "@babel/helper-plugin-utils": "^7.27.1",
  831. "@babel/traverse": "^7.27.1"
  832. },
  833. "engines": {
  834. "node": ">=6.9.0"
  835. },
  836. "peerDependencies": {
  837. "@babel/core": "^7.0.0-0"
  838. }
  839. },
  840. "node_modules/@babel/plugin-transform-json-strings": {
  841. "version": "7.27.1",
  842. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.27.1.tgz",
  843. "integrity": "sha512-6WVLVJiTjqcQauBhn1LkICsR2H+zm62I3h9faTDKt1qP4jn2o72tSvqMwtGFKGTpojce0gJs+76eZ2uCHRZh0Q==",
  844. "license": "MIT",
  845. "dependencies": {
  846. "@babel/helper-plugin-utils": "^7.27.1"
  847. },
  848. "engines": {
  849. "node": ">=6.9.0"
  850. },
  851. "peerDependencies": {
  852. "@babel/core": "^7.0.0-0"
  853. }
  854. },
  855. "node_modules/@babel/plugin-transform-literals": {
  856. "version": "7.27.1",
  857. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.27.1.tgz",
  858. "integrity": "sha512-0HCFSepIpLTkLcsi86GG3mTUzxV5jpmbv97hTETW3yzrAij8aqlD36toB1D0daVFJM8NK6GvKO0gslVQmm+zZA==",
  859. "license": "MIT",
  860. "dependencies": {
  861. "@babel/helper-plugin-utils": "^7.27.1"
  862. },
  863. "engines": {
  864. "node": ">=6.9.0"
  865. },
  866. "peerDependencies": {
  867. "@babel/core": "^7.0.0-0"
  868. }
  869. },
  870. "node_modules/@babel/plugin-transform-logical-assignment-operators": {
  871. "version": "7.27.1",
  872. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.27.1.tgz",
  873. "integrity": "sha512-SJvDs5dXxiae4FbSL1aBJlG4wvl594N6YEVVn9e3JGulwioy6z3oPjx/sQBO3Y4NwUu5HNix6KJ3wBZoewcdbw==",
  874. "license": "MIT",
  875. "dependencies": {
  876. "@babel/helper-plugin-utils": "^7.27.1"
  877. },
  878. "engines": {
  879. "node": ">=6.9.0"
  880. },
  881. "peerDependencies": {
  882. "@babel/core": "^7.0.0-0"
  883. }
  884. },
  885. "node_modules/@babel/plugin-transform-member-expression-literals": {
  886. "version": "7.27.1",
  887. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.27.1.tgz",
  888. "integrity": "sha512-hqoBX4dcZ1I33jCSWcXrP+1Ku7kdqXf1oeah7ooKOIiAdKQ+uqftgCFNOSzA5AMS2XIHEYeGFg4cKRCdpxzVOQ==",
  889. "license": "MIT",
  890. "dependencies": {
  891. "@babel/helper-plugin-utils": "^7.27.1"
  892. },
  893. "engines": {
  894. "node": ">=6.9.0"
  895. },
  896. "peerDependencies": {
  897. "@babel/core": "^7.0.0-0"
  898. }
  899. },
  900. "node_modules/@babel/plugin-transform-modules-amd": {
  901. "version": "7.27.1",
  902. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.27.1.tgz",
  903. "integrity": "sha512-iCsytMg/N9/oFq6n+gFTvUYDZQOMK5kEdeYxmxt91fcJGycfxVP9CnrxoliM0oumFERba2i8ZtwRUCMhvP1LnA==",
  904. "license": "MIT",
  905. "dependencies": {
  906. "@babel/helper-module-transforms": "^7.27.1",
  907. "@babel/helper-plugin-utils": "^7.27.1"
  908. },
  909. "engines": {
  910. "node": ">=6.9.0"
  911. },
  912. "peerDependencies": {
  913. "@babel/core": "^7.0.0-0"
  914. }
  915. },
  916. "node_modules/@babel/plugin-transform-modules-commonjs": {
  917. "version": "7.27.1",
  918. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz",
  919. "integrity": "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==",
  920. "license": "MIT",
  921. "dependencies": {
  922. "@babel/helper-module-transforms": "^7.27.1",
  923. "@babel/helper-plugin-utils": "^7.27.1"
  924. },
  925. "engines": {
  926. "node": ">=6.9.0"
  927. },
  928. "peerDependencies": {
  929. "@babel/core": "^7.0.0-0"
  930. }
  931. },
  932. "node_modules/@babel/plugin-transform-modules-systemjs": {
  933. "version": "7.27.1",
  934. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.27.1.tgz",
  935. "integrity": "sha512-w5N1XzsRbc0PQStASMksmUeqECuzKuTJer7kFagK8AXgpCMkeDMO5S+aaFb7A51ZYDF7XI34qsTX+fkHiIm5yA==",
  936. "license": "MIT",
  937. "dependencies": {
  938. "@babel/helper-module-transforms": "^7.27.1",
  939. "@babel/helper-plugin-utils": "^7.27.1",
  940. "@babel/helper-validator-identifier": "^7.27.1",
  941. "@babel/traverse": "^7.27.1"
  942. },
  943. "engines": {
  944. "node": ">=6.9.0"
  945. },
  946. "peerDependencies": {
  947. "@babel/core": "^7.0.0-0"
  948. }
  949. },
  950. "node_modules/@babel/plugin-transform-modules-umd": {
  951. "version": "7.27.1",
  952. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.27.1.tgz",
  953. "integrity": "sha512-iQBE/xC5BV1OxJbp6WG7jq9IWiD+xxlZhLrdwpPkTX3ydmXdvoCpyfJN7acaIBZaOqTfr76pgzqBJflNbeRK+w==",
  954. "license": "MIT",
  955. "dependencies": {
  956. "@babel/helper-module-transforms": "^7.27.1",
  957. "@babel/helper-plugin-utils": "^7.27.1"
  958. },
  959. "engines": {
  960. "node": ">=6.9.0"
  961. },
  962. "peerDependencies": {
  963. "@babel/core": "^7.0.0-0"
  964. }
  965. },
  966. "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
  967. "version": "7.27.1",
  968. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.27.1.tgz",
  969. "integrity": "sha512-SstR5JYy8ddZvD6MhV0tM/j16Qds4mIpJTOd1Yu9J9pJjH93bxHECF7pgtc28XvkzTD6Pxcm/0Z73Hvk7kb3Ng==",
  970. "license": "MIT",
  971. "dependencies": {
  972. "@babel/helper-create-regexp-features-plugin": "^7.27.1",
  973. "@babel/helper-plugin-utils": "^7.27.1"
  974. },
  975. "engines": {
  976. "node": ">=6.9.0"
  977. },
  978. "peerDependencies": {
  979. "@babel/core": "^7.0.0"
  980. }
  981. },
  982. "node_modules/@babel/plugin-transform-new-target": {
  983. "version": "7.27.1",
  984. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.27.1.tgz",
  985. "integrity": "sha512-f6PiYeqXQ05lYq3TIfIDu/MtliKUbNwkGApPUvyo6+tc7uaR4cPjPe7DFPr15Uyycg2lZU6btZ575CuQoYh7MQ==",
  986. "license": "MIT",
  987. "dependencies": {
  988. "@babel/helper-plugin-utils": "^7.27.1"
  989. },
  990. "engines": {
  991. "node": ">=6.9.0"
  992. },
  993. "peerDependencies": {
  994. "@babel/core": "^7.0.0-0"
  995. }
  996. },
  997. "node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
  998. "version": "7.27.1",
  999. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.27.1.tgz",
  1000. "integrity": "sha512-aGZh6xMo6q9vq1JGcw58lZ1Z0+i0xB2x0XaauNIUXd6O1xXc3RwoWEBlsTQrY4KQ9Jf0s5rgD6SiNkaUdJegTA==",
  1001. "license": "MIT",
  1002. "dependencies": {
  1003. "@babel/helper-plugin-utils": "^7.27.1"
  1004. },
  1005. "engines": {
  1006. "node": ">=6.9.0"
  1007. },
  1008. "peerDependencies": {
  1009. "@babel/core": "^7.0.0-0"
  1010. }
  1011. },
  1012. "node_modules/@babel/plugin-transform-numeric-separator": {
  1013. "version": "7.27.1",
  1014. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.27.1.tgz",
  1015. "integrity": "sha512-fdPKAcujuvEChxDBJ5c+0BTaS6revLV7CJL08e4m3de8qJfNIuCc2nc7XJYOjBoTMJeqSmwXJ0ypE14RCjLwaw==",
  1016. "license": "MIT",
  1017. "dependencies": {
  1018. "@babel/helper-plugin-utils": "^7.27.1"
  1019. },
  1020. "engines": {
  1021. "node": ">=6.9.0"
  1022. },
  1023. "peerDependencies": {
  1024. "@babel/core": "^7.0.0-0"
  1025. }
  1026. },
  1027. "node_modules/@babel/plugin-transform-object-rest-spread": {
  1028. "version": "7.28.0",
  1029. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.0.tgz",
  1030. "integrity": "sha512-9VNGikXxzu5eCiQjdE4IZn8sb9q7Xsk5EXLDBKUYg1e/Tve8/05+KJEtcxGxAgCY5t/BpKQM+JEL/yT4tvgiUA==",
  1031. "license": "MIT",
  1032. "dependencies": {
  1033. "@babel/helper-compilation-targets": "^7.27.2",
  1034. "@babel/helper-plugin-utils": "^7.27.1",
  1035. "@babel/plugin-transform-destructuring": "^7.28.0",
  1036. "@babel/plugin-transform-parameters": "^7.27.7",
  1037. "@babel/traverse": "^7.28.0"
  1038. },
  1039. "engines": {
  1040. "node": ">=6.9.0"
  1041. },
  1042. "peerDependencies": {
  1043. "@babel/core": "^7.0.0-0"
  1044. }
  1045. },
  1046. "node_modules/@babel/plugin-transform-object-super": {
  1047. "version": "7.27.1",
  1048. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.27.1.tgz",
  1049. "integrity": "sha512-SFy8S9plRPbIcxlJ8A6mT/CxFdJx/c04JEctz4jf8YZaVS2px34j7NXRrlGlHkN/M2gnpL37ZpGRGVFLd3l8Ng==",
  1050. "license": "MIT",
  1051. "dependencies": {
  1052. "@babel/helper-plugin-utils": "^7.27.1",
  1053. "@babel/helper-replace-supers": "^7.27.1"
  1054. },
  1055. "engines": {
  1056. "node": ">=6.9.0"
  1057. },
  1058. "peerDependencies": {
  1059. "@babel/core": "^7.0.0-0"
  1060. }
  1061. },
  1062. "node_modules/@babel/plugin-transform-optional-catch-binding": {
  1063. "version": "7.27.1",
  1064. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.27.1.tgz",
  1065. "integrity": "sha512-txEAEKzYrHEX4xSZN4kJ+OfKXFVSWKB2ZxM9dpcE3wT7smwkNmXo5ORRlVzMVdJbD+Q8ILTgSD7959uj+3Dm3Q==",
  1066. "license": "MIT",
  1067. "dependencies": {
  1068. "@babel/helper-plugin-utils": "^7.27.1"
  1069. },
  1070. "engines": {
  1071. "node": ">=6.9.0"
  1072. },
  1073. "peerDependencies": {
  1074. "@babel/core": "^7.0.0-0"
  1075. }
  1076. },
  1077. "node_modules/@babel/plugin-transform-optional-chaining": {
  1078. "version": "7.27.1",
  1079. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.27.1.tgz",
  1080. "integrity": "sha512-BQmKPPIuc8EkZgNKsv0X4bPmOoayeu4F1YCwx2/CfmDSXDbp7GnzlUH+/ul5VGfRg1AoFPsrIThlEBj2xb4CAg==",
  1081. "license": "MIT",
  1082. "dependencies": {
  1083. "@babel/helper-plugin-utils": "^7.27.1",
  1084. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
  1085. },
  1086. "engines": {
  1087. "node": ">=6.9.0"
  1088. },
  1089. "peerDependencies": {
  1090. "@babel/core": "^7.0.0-0"
  1091. }
  1092. },
  1093. "node_modules/@babel/plugin-transform-parameters": {
  1094. "version": "7.27.7",
  1095. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz",
  1096. "integrity": "sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg==",
  1097. "license": "MIT",
  1098. "dependencies": {
  1099. "@babel/helper-plugin-utils": "^7.27.1"
  1100. },
  1101. "engines": {
  1102. "node": ">=6.9.0"
  1103. },
  1104. "peerDependencies": {
  1105. "@babel/core": "^7.0.0-0"
  1106. }
  1107. },
  1108. "node_modules/@babel/plugin-transform-private-methods": {
  1109. "version": "7.27.1",
  1110. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.27.1.tgz",
  1111. "integrity": "sha512-10FVt+X55AjRAYI9BrdISN9/AQWHqldOeZDUoLyif1Kn05a56xVBXb8ZouL8pZ9jem8QpXaOt8TS7RHUIS+GPA==",
  1112. "license": "MIT",
  1113. "dependencies": {
  1114. "@babel/helper-create-class-features-plugin": "^7.27.1",
  1115. "@babel/helper-plugin-utils": "^7.27.1"
  1116. },
  1117. "engines": {
  1118. "node": ">=6.9.0"
  1119. },
  1120. "peerDependencies": {
  1121. "@babel/core": "^7.0.0-0"
  1122. }
  1123. },
  1124. "node_modules/@babel/plugin-transform-private-property-in-object": {
  1125. "version": "7.27.1",
  1126. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.27.1.tgz",
  1127. "integrity": "sha512-5J+IhqTi1XPa0DXF83jYOaARrX+41gOewWbkPyjMNRDqgOCqdffGh8L3f/Ek5utaEBZExjSAzcyjmV9SSAWObQ==",
  1128. "license": "MIT",
  1129. "dependencies": {
  1130. "@babel/helper-annotate-as-pure": "^7.27.1",
  1131. "@babel/helper-create-class-features-plugin": "^7.27.1",
  1132. "@babel/helper-plugin-utils": "^7.27.1"
  1133. },
  1134. "engines": {
  1135. "node": ">=6.9.0"
  1136. },
  1137. "peerDependencies": {
  1138. "@babel/core": "^7.0.0-0"
  1139. }
  1140. },
  1141. "node_modules/@babel/plugin-transform-property-literals": {
  1142. "version": "7.27.1",
  1143. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.27.1.tgz",
  1144. "integrity": "sha512-oThy3BCuCha8kDZ8ZkgOg2exvPYUlprMukKQXI1r1pJ47NCvxfkEy8vK+r/hT9nF0Aa4H1WUPZZjHTFtAhGfmQ==",
  1145. "license": "MIT",
  1146. "dependencies": {
  1147. "@babel/helper-plugin-utils": "^7.27.1"
  1148. },
  1149. "engines": {
  1150. "node": ">=6.9.0"
  1151. },
  1152. "peerDependencies": {
  1153. "@babel/core": "^7.0.0-0"
  1154. }
  1155. },
  1156. "node_modules/@babel/plugin-transform-regenerator": {
  1157. "version": "7.28.1",
  1158. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.1.tgz",
  1159. "integrity": "sha512-P0QiV/taaa3kXpLY+sXla5zec4E+4t4Aqc9ggHlfZ7a2cp8/x/Gv08jfwEtn9gnnYIMvHx6aoOZ8XJL8eU71Dg==",
  1160. "license": "MIT",
  1161. "dependencies": {
  1162. "@babel/helper-plugin-utils": "^7.27.1"
  1163. },
  1164. "engines": {
  1165. "node": ">=6.9.0"
  1166. },
  1167. "peerDependencies": {
  1168. "@babel/core": "^7.0.0-0"
  1169. }
  1170. },
  1171. "node_modules/@babel/plugin-transform-regexp-modifiers": {
  1172. "version": "7.27.1",
  1173. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.27.1.tgz",
  1174. "integrity": "sha512-TtEciroaiODtXvLZv4rmfMhkCv8jx3wgKpL68PuiPh2M4fvz5jhsA7697N1gMvkvr/JTF13DrFYyEbY9U7cVPA==",
  1175. "license": "MIT",
  1176. "dependencies": {
  1177. "@babel/helper-create-regexp-features-plugin": "^7.27.1",
  1178. "@babel/helper-plugin-utils": "^7.27.1"
  1179. },
  1180. "engines": {
  1181. "node": ">=6.9.0"
  1182. },
  1183. "peerDependencies": {
  1184. "@babel/core": "^7.0.0"
  1185. }
  1186. },
  1187. "node_modules/@babel/plugin-transform-reserved-words": {
  1188. "version": "7.27.1",
  1189. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.27.1.tgz",
  1190. "integrity": "sha512-V2ABPHIJX4kC7HegLkYoDpfg9PVmuWy/i6vUM5eGK22bx4YVFD3M5F0QQnWQoDs6AGsUWTVOopBiMFQgHaSkVw==",
  1191. "license": "MIT",
  1192. "dependencies": {
  1193. "@babel/helper-plugin-utils": "^7.27.1"
  1194. },
  1195. "engines": {
  1196. "node": ">=6.9.0"
  1197. },
  1198. "peerDependencies": {
  1199. "@babel/core": "^7.0.0-0"
  1200. }
  1201. },
  1202. "node_modules/@babel/plugin-transform-shorthand-properties": {
  1203. "version": "7.27.1",
  1204. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.27.1.tgz",
  1205. "integrity": "sha512-N/wH1vcn4oYawbJ13Y/FxcQrWk63jhfNa7jef0ih7PHSIHX2LB7GWE1rkPrOnka9kwMxb6hMl19p7lidA+EHmQ==",
  1206. "license": "MIT",
  1207. "dependencies": {
  1208. "@babel/helper-plugin-utils": "^7.27.1"
  1209. },
  1210. "engines": {
  1211. "node": ">=6.9.0"
  1212. },
  1213. "peerDependencies": {
  1214. "@babel/core": "^7.0.0-0"
  1215. }
  1216. },
  1217. "node_modules/@babel/plugin-transform-spread": {
  1218. "version": "7.27.1",
  1219. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.27.1.tgz",
  1220. "integrity": "sha512-kpb3HUqaILBJcRFVhFUs6Trdd4mkrzcGXss+6/mxUd273PfbWqSDHRzMT2234gIg2QYfAjvXLSquP1xECSg09Q==",
  1221. "license": "MIT",
  1222. "dependencies": {
  1223. "@babel/helper-plugin-utils": "^7.27.1",
  1224. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
  1225. },
  1226. "engines": {
  1227. "node": ">=6.9.0"
  1228. },
  1229. "peerDependencies": {
  1230. "@babel/core": "^7.0.0-0"
  1231. }
  1232. },
  1233. "node_modules/@babel/plugin-transform-sticky-regex": {
  1234. "version": "7.27.1",
  1235. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.27.1.tgz",
  1236. "integrity": "sha512-lhInBO5bi/Kowe2/aLdBAawijx+q1pQzicSgnkB6dUPc1+RC8QmJHKf2OjvU+NZWitguJHEaEmbV6VWEouT58g==",
  1237. "license": "MIT",
  1238. "dependencies": {
  1239. "@babel/helper-plugin-utils": "^7.27.1"
  1240. },
  1241. "engines": {
  1242. "node": ">=6.9.0"
  1243. },
  1244. "peerDependencies": {
  1245. "@babel/core": "^7.0.0-0"
  1246. }
  1247. },
  1248. "node_modules/@babel/plugin-transform-template-literals": {
  1249. "version": "7.27.1",
  1250. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.27.1.tgz",
  1251. "integrity": "sha512-fBJKiV7F2DxZUkg5EtHKXQdbsbURW3DZKQUWphDum0uRP6eHGGa/He9mc0mypL680pb+e/lDIthRohlv8NCHkg==",
  1252. "license": "MIT",
  1253. "dependencies": {
  1254. "@babel/helper-plugin-utils": "^7.27.1"
  1255. },
  1256. "engines": {
  1257. "node": ">=6.9.0"
  1258. },
  1259. "peerDependencies": {
  1260. "@babel/core": "^7.0.0-0"
  1261. }
  1262. },
  1263. "node_modules/@babel/plugin-transform-typeof-symbol": {
  1264. "version": "7.27.1",
  1265. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.27.1.tgz",
  1266. "integrity": "sha512-RiSILC+nRJM7FY5srIyc4/fGIwUhyDuuBSdWn4y6yT6gm652DpCHZjIipgn6B7MQ1ITOUnAKWixEUjQRIBIcLw==",
  1267. "license": "MIT",
  1268. "dependencies": {
  1269. "@babel/helper-plugin-utils": "^7.27.1"
  1270. },
  1271. "engines": {
  1272. "node": ">=6.9.0"
  1273. },
  1274. "peerDependencies": {
  1275. "@babel/core": "^7.0.0-0"
  1276. }
  1277. },
  1278. "node_modules/@babel/plugin-transform-unicode-escapes": {
  1279. "version": "7.27.1",
  1280. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.27.1.tgz",
  1281. "integrity": "sha512-Ysg4v6AmF26k9vpfFuTZg8HRfVWzsh1kVfowA23y9j/Gu6dOuahdUVhkLqpObp3JIv27MLSii6noRnuKN8H0Mg==",
  1282. "license": "MIT",
  1283. "dependencies": {
  1284. "@babel/helper-plugin-utils": "^7.27.1"
  1285. },
  1286. "engines": {
  1287. "node": ">=6.9.0"
  1288. },
  1289. "peerDependencies": {
  1290. "@babel/core": "^7.0.0-0"
  1291. }
  1292. },
  1293. "node_modules/@babel/plugin-transform-unicode-property-regex": {
  1294. "version": "7.27.1",
  1295. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.27.1.tgz",
  1296. "integrity": "sha512-uW20S39PnaTImxp39O5qFlHLS9LJEmANjMG7SxIhap8rCHqu0Ik+tLEPX5DKmHn6CsWQ7j3lix2tFOa5YtL12Q==",
  1297. "license": "MIT",
  1298. "dependencies": {
  1299. "@babel/helper-create-regexp-features-plugin": "^7.27.1",
  1300. "@babel/helper-plugin-utils": "^7.27.1"
  1301. },
  1302. "engines": {
  1303. "node": ">=6.9.0"
  1304. },
  1305. "peerDependencies": {
  1306. "@babel/core": "^7.0.0-0"
  1307. }
  1308. },
  1309. "node_modules/@babel/plugin-transform-unicode-regex": {
  1310. "version": "7.27.1",
  1311. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.27.1.tgz",
  1312. "integrity": "sha512-xvINq24TRojDuyt6JGtHmkVkrfVV3FPT16uytxImLeBZqW3/H52yN+kM1MGuyPkIQxrzKwPHs5U/MP3qKyzkGw==",
  1313. "license": "MIT",
  1314. "dependencies": {
  1315. "@babel/helper-create-regexp-features-plugin": "^7.27.1",
  1316. "@babel/helper-plugin-utils": "^7.27.1"
  1317. },
  1318. "engines": {
  1319. "node": ">=6.9.0"
  1320. },
  1321. "peerDependencies": {
  1322. "@babel/core": "^7.0.0-0"
  1323. }
  1324. },
  1325. "node_modules/@babel/plugin-transform-unicode-sets-regex": {
  1326. "version": "7.27.1",
  1327. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.27.1.tgz",
  1328. "integrity": "sha512-EtkOujbc4cgvb0mlpQefi4NTPBzhSIevblFevACNLUspmrALgmEBdL/XfnyyITfd8fKBZrZys92zOWcik7j9Tw==",
  1329. "license": "MIT",
  1330. "dependencies": {
  1331. "@babel/helper-create-regexp-features-plugin": "^7.27.1",
  1332. "@babel/helper-plugin-utils": "^7.27.1"
  1333. },
  1334. "engines": {
  1335. "node": ">=6.9.0"
  1336. },
  1337. "peerDependencies": {
  1338. "@babel/core": "^7.0.0"
  1339. }
  1340. },
  1341. "node_modules/@babel/preset-env": {
  1342. "version": "7.28.0",
  1343. "resolved": "https://registry.npmmirror.com/@babel/preset-env/-/preset-env-7.28.0.tgz",
  1344. "integrity": "sha512-VmaxeGOwuDqzLl5JUkIRM1X2Qu2uKGxHEQWh+cvvbl7JuJRgKGJSfsEF/bUaxFhJl/XAyxBe7q7qSuTbKFuCyg==",
  1345. "license": "MIT",
  1346. "dependencies": {
  1347. "@babel/compat-data": "^7.28.0",
  1348. "@babel/helper-compilation-targets": "^7.27.2",
  1349. "@babel/helper-plugin-utils": "^7.27.1",
  1350. "@babel/helper-validator-option": "^7.27.1",
  1351. "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.27.1",
  1352. "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.27.1",
  1353. "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.27.1",
  1354. "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.27.1",
  1355. "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.27.1",
  1356. "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
  1357. "@babel/plugin-syntax-import-assertions": "^7.27.1",
  1358. "@babel/plugin-syntax-import-attributes": "^7.27.1",
  1359. "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
  1360. "@babel/plugin-transform-arrow-functions": "^7.27.1",
  1361. "@babel/plugin-transform-async-generator-functions": "^7.28.0",
  1362. "@babel/plugin-transform-async-to-generator": "^7.27.1",
  1363. "@babel/plugin-transform-block-scoped-functions": "^7.27.1",
  1364. "@babel/plugin-transform-block-scoping": "^7.28.0",
  1365. "@babel/plugin-transform-class-properties": "^7.27.1",
  1366. "@babel/plugin-transform-class-static-block": "^7.27.1",
  1367. "@babel/plugin-transform-classes": "^7.28.0",
  1368. "@babel/plugin-transform-computed-properties": "^7.27.1",
  1369. "@babel/plugin-transform-destructuring": "^7.28.0",
  1370. "@babel/plugin-transform-dotall-regex": "^7.27.1",
  1371. "@babel/plugin-transform-duplicate-keys": "^7.27.1",
  1372. "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.27.1",
  1373. "@babel/plugin-transform-dynamic-import": "^7.27.1",
  1374. "@babel/plugin-transform-explicit-resource-management": "^7.28.0",
  1375. "@babel/plugin-transform-exponentiation-operator": "^7.27.1",
  1376. "@babel/plugin-transform-export-namespace-from": "^7.27.1",
  1377. "@babel/plugin-transform-for-of": "^7.27.1",
  1378. "@babel/plugin-transform-function-name": "^7.27.1",
  1379. "@babel/plugin-transform-json-strings": "^7.27.1",
  1380. "@babel/plugin-transform-literals": "^7.27.1",
  1381. "@babel/plugin-transform-logical-assignment-operators": "^7.27.1",
  1382. "@babel/plugin-transform-member-expression-literals": "^7.27.1",
  1383. "@babel/plugin-transform-modules-amd": "^7.27.1",
  1384. "@babel/plugin-transform-modules-commonjs": "^7.27.1",
  1385. "@babel/plugin-transform-modules-systemjs": "^7.27.1",
  1386. "@babel/plugin-transform-modules-umd": "^7.27.1",
  1387. "@babel/plugin-transform-named-capturing-groups-regex": "^7.27.1",
  1388. "@babel/plugin-transform-new-target": "^7.27.1",
  1389. "@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1",
  1390. "@babel/plugin-transform-numeric-separator": "^7.27.1",
  1391. "@babel/plugin-transform-object-rest-spread": "^7.28.0",
  1392. "@babel/plugin-transform-object-super": "^7.27.1",
  1393. "@babel/plugin-transform-optional-catch-binding": "^7.27.1",
  1394. "@babel/plugin-transform-optional-chaining": "^7.27.1",
  1395. "@babel/plugin-transform-parameters": "^7.27.7",
  1396. "@babel/plugin-transform-private-methods": "^7.27.1",
  1397. "@babel/plugin-transform-private-property-in-object": "^7.27.1",
  1398. "@babel/plugin-transform-property-literals": "^7.27.1",
  1399. "@babel/plugin-transform-regenerator": "^7.28.0",
  1400. "@babel/plugin-transform-regexp-modifiers": "^7.27.1",
  1401. "@babel/plugin-transform-reserved-words": "^7.27.1",
  1402. "@babel/plugin-transform-shorthand-properties": "^7.27.1",
  1403. "@babel/plugin-transform-spread": "^7.27.1",
  1404. "@babel/plugin-transform-sticky-regex": "^7.27.1",
  1405. "@babel/plugin-transform-template-literals": "^7.27.1",
  1406. "@babel/plugin-transform-typeof-symbol": "^7.27.1",
  1407. "@babel/plugin-transform-unicode-escapes": "^7.27.1",
  1408. "@babel/plugin-transform-unicode-property-regex": "^7.27.1",
  1409. "@babel/plugin-transform-unicode-regex": "^7.27.1",
  1410. "@babel/plugin-transform-unicode-sets-regex": "^7.27.1",
  1411. "@babel/preset-modules": "0.1.6-no-external-plugins",
  1412. "babel-plugin-polyfill-corejs2": "^0.4.14",
  1413. "babel-plugin-polyfill-corejs3": "^0.13.0",
  1414. "babel-plugin-polyfill-regenerator": "^0.6.5",
  1415. "core-js-compat": "^3.43.0",
  1416. "semver": "^6.3.1"
  1417. },
  1418. "engines": {
  1419. "node": ">=6.9.0"
  1420. },
  1421. "peerDependencies": {
  1422. "@babel/core": "^7.0.0-0"
  1423. }
  1424. },
  1425. "node_modules/@babel/preset-modules": {
  1426. "version": "0.1.6-no-external-plugins",
  1427. "resolved": "https://registry.npmmirror.com/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz",
  1428. "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==",
  1429. "license": "MIT",
  1430. "dependencies": {
  1431. "@babel/helper-plugin-utils": "^7.0.0",
  1432. "@babel/types": "^7.4.4",
  1433. "esutils": "^2.0.2"
  1434. },
  1435. "peerDependencies": {
  1436. "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0"
  1437. }
  1438. },
  1439. "node_modules/@babel/runtime": {
  1440. "version": "7.27.6",
  1441. "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.6.tgz",
  1442. "integrity": "sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q==",
  1443. "license": "MIT",
  1444. "engines": {
  1445. "node": ">=6.9.0"
  1446. }
  1447. },
  1448. "node_modules/@babel/template": {
  1449. "version": "7.27.2",
  1450. "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.27.2.tgz",
  1451. "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
  1452. "license": "MIT",
  1453. "dependencies": {
  1454. "@babel/code-frame": "^7.27.1",
  1455. "@babel/parser": "^7.27.2",
  1456. "@babel/types": "^7.27.1"
  1457. },
  1458. "engines": {
  1459. "node": ">=6.9.0"
  1460. }
  1461. },
  1462. "node_modules/@babel/traverse": {
  1463. "version": "7.28.0",
  1464. "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.28.0.tgz",
  1465. "integrity": "sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==",
  1466. "license": "MIT",
  1467. "dependencies": {
  1468. "@babel/code-frame": "^7.27.1",
  1469. "@babel/generator": "^7.28.0",
  1470. "@babel/helper-globals": "^7.28.0",
  1471. "@babel/parser": "^7.28.0",
  1472. "@babel/template": "^7.27.2",
  1473. "@babel/types": "^7.28.0",
  1474. "debug": "^4.3.1"
  1475. },
  1476. "engines": {
  1477. "node": ">=6.9.0"
  1478. }
  1479. },
  1480. "node_modules/@babel/types": {
  1481. "version": "7.28.1",
  1482. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.28.1.tgz",
  1483. "integrity": "sha512-x0LvFTekgSX+83TI28Y9wYPUfzrnl2aT5+5QLnO6v7mSJYtEEevuDRN0F0uSHRk1G1IWZC43o00Y0xDDrpBGPQ==",
  1484. "license": "MIT",
  1485. "dependencies": {
  1486. "@babel/helper-string-parser": "^7.27.1",
  1487. "@babel/helper-validator-identifier": "^7.27.1"
  1488. },
  1489. "engines": {
  1490. "node": ">=6.9.0"
  1491. }
  1492. },
  1493. "node_modules/@ctrl/tinycolor": {
  1494. "version": "3.6.1",
  1495. "resolved": "https://registry.npmmirror.com/@ctrl/tinycolor/-/tinycolor-3.6.1.tgz",
  1496. "integrity": "sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==",
  1497. "license": "MIT",
  1498. "engines": {
  1499. "node": ">=10"
  1500. }
  1501. },
  1502. "node_modules/@element-plus/icons-vue": {
  1503. "version": "2.3.1",
  1504. "resolved": "https://registry.npmjs.org/@element-plus/icons-vue/-/icons-vue-2.3.1.tgz",
  1505. "integrity": "sha512-XxVUZv48RZAd87ucGS48jPf6pKu0yV5UCg9f4FFwtrYxXOwWuVJo6wOvSLKEoMQKjv8GsX/mhP6UsC1lRwbUWg==",
  1506. "license": "MIT",
  1507. "peerDependencies": {
  1508. "vue": "^3.2.0"
  1509. }
  1510. },
  1511. "node_modules/@esbuild/aix-ppc64": {
  1512. "version": "0.25.5",
  1513. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.25.5.tgz",
  1514. "integrity": "sha512-9o3TMmpmftaCMepOdA5k/yDw8SfInyzWWTjYTFCX3kPSDJMROQTb8jg+h9Cnwnmm1vOzvxN7gIfB5V2ewpjtGA==",
  1515. "cpu": [
  1516. "ppc64"
  1517. ],
  1518. "license": "MIT",
  1519. "optional": true,
  1520. "os": [
  1521. "aix"
  1522. ],
  1523. "engines": {
  1524. "node": ">=18"
  1525. }
  1526. },
  1527. "node_modules/@esbuild/android-arm": {
  1528. "version": "0.25.5",
  1529. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.25.5.tgz",
  1530. "integrity": "sha512-AdJKSPeEHgi7/ZhuIPtcQKr5RQdo6OO2IL87JkianiMYMPbCtot9fxPbrMiBADOWWm3T2si9stAiVsGbTQFkbA==",
  1531. "cpu": [
  1532. "arm"
  1533. ],
  1534. "license": "MIT",
  1535. "optional": true,
  1536. "os": [
  1537. "android"
  1538. ],
  1539. "engines": {
  1540. "node": ">=18"
  1541. }
  1542. },
  1543. "node_modules/@esbuild/android-arm64": {
  1544. "version": "0.25.5",
  1545. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.25.5.tgz",
  1546. "integrity": "sha512-VGzGhj4lJO+TVGV1v8ntCZWJktV7SGCs3Pn1GRWI1SBFtRALoomm8k5E9Pmwg3HOAal2VDc2F9+PM/rEY6oIDg==",
  1547. "cpu": [
  1548. "arm64"
  1549. ],
  1550. "license": "MIT",
  1551. "optional": true,
  1552. "os": [
  1553. "android"
  1554. ],
  1555. "engines": {
  1556. "node": ">=18"
  1557. }
  1558. },
  1559. "node_modules/@esbuild/android-x64": {
  1560. "version": "0.25.5",
  1561. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.25.5.tgz",
  1562. "integrity": "sha512-D2GyJT1kjvO//drbRT3Hib9XPwQeWd9vZoBJn+bu/lVsOZ13cqNdDeqIF/xQ5/VmWvMduP6AmXvylO/PIc2isw==",
  1563. "cpu": [
  1564. "x64"
  1565. ],
  1566. "license": "MIT",
  1567. "optional": true,
  1568. "os": [
  1569. "android"
  1570. ],
  1571. "engines": {
  1572. "node": ">=18"
  1573. }
  1574. },
  1575. "node_modules/@esbuild/darwin-arm64": {
  1576. "version": "0.25.5",
  1577. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.25.5.tgz",
  1578. "integrity": "sha512-GtaBgammVvdF7aPIgH2jxMDdivezgFu6iKpmT+48+F8Hhg5J/sfnDieg0aeG/jfSvkYQU2/pceFPDKlqZzwnfQ==",
  1579. "cpu": [
  1580. "arm64"
  1581. ],
  1582. "license": "MIT",
  1583. "optional": true,
  1584. "os": [
  1585. "darwin"
  1586. ],
  1587. "engines": {
  1588. "node": ">=18"
  1589. }
  1590. },
  1591. "node_modules/@esbuild/darwin-x64": {
  1592. "version": "0.25.5",
  1593. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.25.5.tgz",
  1594. "integrity": "sha512-1iT4FVL0dJ76/q1wd7XDsXrSW+oLoquptvh4CLR4kITDtqi2e/xwXwdCVH8hVHU43wgJdsq7Gxuzcs6Iq/7bxQ==",
  1595. "cpu": [
  1596. "x64"
  1597. ],
  1598. "license": "MIT",
  1599. "optional": true,
  1600. "os": [
  1601. "darwin"
  1602. ],
  1603. "engines": {
  1604. "node": ">=18"
  1605. }
  1606. },
  1607. "node_modules/@esbuild/freebsd-arm64": {
  1608. "version": "0.25.5",
  1609. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.5.tgz",
  1610. "integrity": "sha512-nk4tGP3JThz4La38Uy/gzyXtpkPW8zSAmoUhK9xKKXdBCzKODMc2adkB2+8om9BDYugz+uGV7sLmpTYzvmz6Sw==",
  1611. "cpu": [
  1612. "arm64"
  1613. ],
  1614. "license": "MIT",
  1615. "optional": true,
  1616. "os": [
  1617. "freebsd"
  1618. ],
  1619. "engines": {
  1620. "node": ">=18"
  1621. }
  1622. },
  1623. "node_modules/@esbuild/freebsd-x64": {
  1624. "version": "0.25.5",
  1625. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.25.5.tgz",
  1626. "integrity": "sha512-PrikaNjiXdR2laW6OIjlbeuCPrPaAl0IwPIaRv+SMV8CiM8i2LqVUHFC1+8eORgWyY7yhQY+2U2fA55mBzReaw==",
  1627. "cpu": [
  1628. "x64"
  1629. ],
  1630. "license": "MIT",
  1631. "optional": true,
  1632. "os": [
  1633. "freebsd"
  1634. ],
  1635. "engines": {
  1636. "node": ">=18"
  1637. }
  1638. },
  1639. "node_modules/@esbuild/linux-arm": {
  1640. "version": "0.25.5",
  1641. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.25.5.tgz",
  1642. "integrity": "sha512-cPzojwW2okgh7ZlRpcBEtsX7WBuqbLrNXqLU89GxWbNt6uIg78ET82qifUy3W6OVww6ZWobWub5oqZOVtwolfw==",
  1643. "cpu": [
  1644. "arm"
  1645. ],
  1646. "license": "MIT",
  1647. "optional": true,
  1648. "os": [
  1649. "linux"
  1650. ],
  1651. "engines": {
  1652. "node": ">=18"
  1653. }
  1654. },
  1655. "node_modules/@esbuild/linux-arm64": {
  1656. "version": "0.25.5",
  1657. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.25.5.tgz",
  1658. "integrity": "sha512-Z9kfb1v6ZlGbWj8EJk9T6czVEjjq2ntSYLY2cw6pAZl4oKtfgQuS4HOq41M/BcoLPzrUbNd+R4BXFyH//nHxVg==",
  1659. "cpu": [
  1660. "arm64"
  1661. ],
  1662. "license": "MIT",
  1663. "optional": true,
  1664. "os": [
  1665. "linux"
  1666. ],
  1667. "engines": {
  1668. "node": ">=18"
  1669. }
  1670. },
  1671. "node_modules/@esbuild/linux-ia32": {
  1672. "version": "0.25.5",
  1673. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.25.5.tgz",
  1674. "integrity": "sha512-sQ7l00M8bSv36GLV95BVAdhJ2QsIbCuCjh/uYrWiMQSUuV+LpXwIqhgJDcvMTj+VsQmqAHL2yYaasENvJ7CDKA==",
  1675. "cpu": [
  1676. "ia32"
  1677. ],
  1678. "license": "MIT",
  1679. "optional": true,
  1680. "os": [
  1681. "linux"
  1682. ],
  1683. "engines": {
  1684. "node": ">=18"
  1685. }
  1686. },
  1687. "node_modules/@esbuild/linux-loong64": {
  1688. "version": "0.25.5",
  1689. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.25.5.tgz",
  1690. "integrity": "sha512-0ur7ae16hDUC4OL5iEnDb0tZHDxYmuQyhKhsPBV8f99f6Z9KQM02g33f93rNH5A30agMS46u2HP6qTdEt6Q1kg==",
  1691. "cpu": [
  1692. "loong64"
  1693. ],
  1694. "license": "MIT",
  1695. "optional": true,
  1696. "os": [
  1697. "linux"
  1698. ],
  1699. "engines": {
  1700. "node": ">=18"
  1701. }
  1702. },
  1703. "node_modules/@esbuild/linux-mips64el": {
  1704. "version": "0.25.5",
  1705. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.25.5.tgz",
  1706. "integrity": "sha512-kB/66P1OsHO5zLz0i6X0RxlQ+3cu0mkxS3TKFvkb5lin6uwZ/ttOkP3Z8lfR9mJOBk14ZwZ9182SIIWFGNmqmg==",
  1707. "cpu": [
  1708. "mips64el"
  1709. ],
  1710. "license": "MIT",
  1711. "optional": true,
  1712. "os": [
  1713. "linux"
  1714. ],
  1715. "engines": {
  1716. "node": ">=18"
  1717. }
  1718. },
  1719. "node_modules/@esbuild/linux-ppc64": {
  1720. "version": "0.25.5",
  1721. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.25.5.tgz",
  1722. "integrity": "sha512-UZCmJ7r9X2fe2D6jBmkLBMQetXPXIsZjQJCjgwpVDz+YMcS6oFR27alkgGv3Oqkv07bxdvw7fyB71/olceJhkQ==",
  1723. "cpu": [
  1724. "ppc64"
  1725. ],
  1726. "license": "MIT",
  1727. "optional": true,
  1728. "os": [
  1729. "linux"
  1730. ],
  1731. "engines": {
  1732. "node": ">=18"
  1733. }
  1734. },
  1735. "node_modules/@esbuild/linux-riscv64": {
  1736. "version": "0.25.5",
  1737. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.25.5.tgz",
  1738. "integrity": "sha512-kTxwu4mLyeOlsVIFPfQo+fQJAV9mh24xL+y+Bm6ej067sYANjyEw1dNHmvoqxJUCMnkBdKpvOn0Ahql6+4VyeA==",
  1739. "cpu": [
  1740. "riscv64"
  1741. ],
  1742. "license": "MIT",
  1743. "optional": true,
  1744. "os": [
  1745. "linux"
  1746. ],
  1747. "engines": {
  1748. "node": ">=18"
  1749. }
  1750. },
  1751. "node_modules/@esbuild/linux-s390x": {
  1752. "version": "0.25.5",
  1753. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.25.5.tgz",
  1754. "integrity": "sha512-K2dSKTKfmdh78uJ3NcWFiqyRrimfdinS5ErLSn3vluHNeHVnBAFWC8a4X5N+7FgVE1EjXS1QDZbpqZBjfrqMTQ==",
  1755. "cpu": [
  1756. "s390x"
  1757. ],
  1758. "license": "MIT",
  1759. "optional": true,
  1760. "os": [
  1761. "linux"
  1762. ],
  1763. "engines": {
  1764. "node": ">=18"
  1765. }
  1766. },
  1767. "node_modules/@esbuild/linux-x64": {
  1768. "version": "0.25.5",
  1769. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.25.5.tgz",
  1770. "integrity": "sha512-uhj8N2obKTE6pSZ+aMUbqq+1nXxNjZIIjCjGLfsWvVpy7gKCOL6rsY1MhRh9zLtUtAI7vpgLMK6DxjO8Qm9lJw==",
  1771. "cpu": [
  1772. "x64"
  1773. ],
  1774. "license": "MIT",
  1775. "optional": true,
  1776. "os": [
  1777. "linux"
  1778. ],
  1779. "engines": {
  1780. "node": ">=18"
  1781. }
  1782. },
  1783. "node_modules/@esbuild/netbsd-arm64": {
  1784. "version": "0.25.5",
  1785. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.5.tgz",
  1786. "integrity": "sha512-pwHtMP9viAy1oHPvgxtOv+OkduK5ugofNTVDilIzBLpoWAM16r7b/mxBvfpuQDpRQFMfuVr5aLcn4yveGvBZvw==",
  1787. "cpu": [
  1788. "arm64"
  1789. ],
  1790. "license": "MIT",
  1791. "optional": true,
  1792. "os": [
  1793. "netbsd"
  1794. ],
  1795. "engines": {
  1796. "node": ">=18"
  1797. }
  1798. },
  1799. "node_modules/@esbuild/netbsd-x64": {
  1800. "version": "0.25.5",
  1801. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.25.5.tgz",
  1802. "integrity": "sha512-WOb5fKrvVTRMfWFNCroYWWklbnXH0Q5rZppjq0vQIdlsQKuw6mdSihwSo4RV/YdQ5UCKKvBy7/0ZZYLBZKIbwQ==",
  1803. "cpu": [
  1804. "x64"
  1805. ],
  1806. "license": "MIT",
  1807. "optional": true,
  1808. "os": [
  1809. "netbsd"
  1810. ],
  1811. "engines": {
  1812. "node": ">=18"
  1813. }
  1814. },
  1815. "node_modules/@esbuild/openbsd-arm64": {
  1816. "version": "0.25.5",
  1817. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.5.tgz",
  1818. "integrity": "sha512-7A208+uQKgTxHd0G0uqZO8UjK2R0DDb4fDmERtARjSHWxqMTye4Erz4zZafx7Di9Cv+lNHYuncAkiGFySoD+Mw==",
  1819. "cpu": [
  1820. "arm64"
  1821. ],
  1822. "license": "MIT",
  1823. "optional": true,
  1824. "os": [
  1825. "openbsd"
  1826. ],
  1827. "engines": {
  1828. "node": ">=18"
  1829. }
  1830. },
  1831. "node_modules/@esbuild/openbsd-x64": {
  1832. "version": "0.25.5",
  1833. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.25.5.tgz",
  1834. "integrity": "sha512-G4hE405ErTWraiZ8UiSoesH8DaCsMm0Cay4fsFWOOUcz8b8rC6uCvnagr+gnioEjWn0wC+o1/TAHt+It+MpIMg==",
  1835. "cpu": [
  1836. "x64"
  1837. ],
  1838. "license": "MIT",
  1839. "optional": true,
  1840. "os": [
  1841. "openbsd"
  1842. ],
  1843. "engines": {
  1844. "node": ">=18"
  1845. }
  1846. },
  1847. "node_modules/@esbuild/sunos-x64": {
  1848. "version": "0.25.5",
  1849. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.25.5.tgz",
  1850. "integrity": "sha512-l+azKShMy7FxzY0Rj4RCt5VD/q8mG/e+mDivgspo+yL8zW7qEwctQ6YqKX34DTEleFAvCIUviCFX1SDZRSyMQA==",
  1851. "cpu": [
  1852. "x64"
  1853. ],
  1854. "license": "MIT",
  1855. "optional": true,
  1856. "os": [
  1857. "sunos"
  1858. ],
  1859. "engines": {
  1860. "node": ">=18"
  1861. }
  1862. },
  1863. "node_modules/@esbuild/win32-arm64": {
  1864. "version": "0.25.5",
  1865. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.25.5.tgz",
  1866. "integrity": "sha512-O2S7SNZzdcFG7eFKgvwUEZ2VG9D/sn/eIiz8XRZ1Q/DO5a3s76Xv0mdBzVM5j5R639lXQmPmSo0iRpHqUUrsxw==",
  1867. "cpu": [
  1868. "arm64"
  1869. ],
  1870. "license": "MIT",
  1871. "optional": true,
  1872. "os": [
  1873. "win32"
  1874. ],
  1875. "engines": {
  1876. "node": ">=18"
  1877. }
  1878. },
  1879. "node_modules/@esbuild/win32-ia32": {
  1880. "version": "0.25.5",
  1881. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.25.5.tgz",
  1882. "integrity": "sha512-onOJ02pqs9h1iMJ1PQphR+VZv8qBMQ77Klcsqv9CNW2w6yLqoURLcgERAIurY6QE63bbLuqgP9ATqajFLK5AMQ==",
  1883. "cpu": [
  1884. "ia32"
  1885. ],
  1886. "license": "MIT",
  1887. "optional": true,
  1888. "os": [
  1889. "win32"
  1890. ],
  1891. "engines": {
  1892. "node": ">=18"
  1893. }
  1894. },
  1895. "node_modules/@esbuild/win32-x64": {
  1896. "version": "0.25.5",
  1897. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.25.5.tgz",
  1898. "integrity": "sha512-TXv6YnJ8ZMVdX+SXWVBo/0p8LTcrUYngpWjvm91TMjjBQii7Oz11Lw5lbDV5Y0TzuhSJHwiH4hEtC1I42mMS0g==",
  1899. "cpu": [
  1900. "x64"
  1901. ],
  1902. "license": "MIT",
  1903. "optional": true,
  1904. "os": [
  1905. "win32"
  1906. ],
  1907. "engines": {
  1908. "node": ">=18"
  1909. }
  1910. },
  1911. "node_modules/@eslint-community/eslint-utils": {
  1912. "version": "4.7.0",
  1913. "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
  1914. "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
  1915. "dev": true,
  1916. "license": "MIT",
  1917. "dependencies": {
  1918. "eslint-visitor-keys": "^3.4.3"
  1919. },
  1920. "engines": {
  1921. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  1922. },
  1923. "funding": {
  1924. "url": "https://opencollective.com/eslint"
  1925. },
  1926. "peerDependencies": {
  1927. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  1928. }
  1929. },
  1930. "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
  1931. "version": "3.4.3",
  1932. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  1933. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  1934. "dev": true,
  1935. "license": "Apache-2.0",
  1936. "engines": {
  1937. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  1938. },
  1939. "funding": {
  1940. "url": "https://opencollective.com/eslint"
  1941. }
  1942. },
  1943. "node_modules/@eslint-community/regexpp": {
  1944. "version": "4.12.1",
  1945. "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz",
  1946. "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==",
  1947. "dev": true,
  1948. "license": "MIT",
  1949. "engines": {
  1950. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  1951. }
  1952. },
  1953. "node_modules/@eslint/config-array": {
  1954. "version": "0.21.0",
  1955. "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.0.tgz",
  1956. "integrity": "sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==",
  1957. "dev": true,
  1958. "license": "Apache-2.0",
  1959. "dependencies": {
  1960. "@eslint/object-schema": "^2.1.6",
  1961. "debug": "^4.3.1",
  1962. "minimatch": "^3.1.2"
  1963. },
  1964. "engines": {
  1965. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1966. }
  1967. },
  1968. "node_modules/@eslint/config-helpers": {
  1969. "version": "0.3.0",
  1970. "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.3.0.tgz",
  1971. "integrity": "sha512-ViuymvFmcJi04qdZeDc2whTHryouGcDlaxPqarTD0ZE10ISpxGUVZGZDx4w01upyIynL3iu6IXH2bS1NhclQMw==",
  1972. "dev": true,
  1973. "license": "Apache-2.0",
  1974. "engines": {
  1975. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1976. }
  1977. },
  1978. "node_modules/@eslint/core": {
  1979. "version": "0.15.1",
  1980. "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.15.1.tgz",
  1981. "integrity": "sha512-bkOp+iumZCCbt1K1CmWf0R9pM5yKpDv+ZXtvSyQpudrI9kuFLp+bM2WOPXImuD/ceQuaa8f5pj93Y7zyECIGNA==",
  1982. "dev": true,
  1983. "license": "Apache-2.0",
  1984. "dependencies": {
  1985. "@types/json-schema": "^7.0.15"
  1986. },
  1987. "engines": {
  1988. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1989. }
  1990. },
  1991. "node_modules/@eslint/eslintrc": {
  1992. "version": "3.3.1",
  1993. "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
  1994. "integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
  1995. "dev": true,
  1996. "license": "MIT",
  1997. "dependencies": {
  1998. "ajv": "^6.12.4",
  1999. "debug": "^4.3.2",
  2000. "espree": "^10.0.1",
  2001. "globals": "^14.0.0",
  2002. "ignore": "^5.2.0",
  2003. "import-fresh": "^3.2.1",
  2004. "js-yaml": "^4.1.0",
  2005. "minimatch": "^3.1.2",
  2006. "strip-json-comments": "^3.1.1"
  2007. },
  2008. "engines": {
  2009. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2010. },
  2011. "funding": {
  2012. "url": "https://opencollective.com/eslint"
  2013. }
  2014. },
  2015. "node_modules/@eslint/js": {
  2016. "version": "9.32.0",
  2017. "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.32.0.tgz",
  2018. "integrity": "sha512-BBpRFZK3eX6uMLKz8WxFOBIFFcGFJ/g8XuwjTHCqHROSIsopI+ddn/d5Cfh36+7+e5edVS8dbSHnBNhrLEX0zg==",
  2019. "dev": true,
  2020. "license": "MIT",
  2021. "engines": {
  2022. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2023. },
  2024. "funding": {
  2025. "url": "https://eslint.org/donate"
  2026. }
  2027. },
  2028. "node_modules/@eslint/object-schema": {
  2029. "version": "2.1.6",
  2030. "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.6.tgz",
  2031. "integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==",
  2032. "dev": true,
  2033. "license": "Apache-2.0",
  2034. "engines": {
  2035. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2036. }
  2037. },
  2038. "node_modules/@eslint/plugin-kit": {
  2039. "version": "0.3.4",
  2040. "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.3.4.tgz",
  2041. "integrity": "sha512-Ul5l+lHEcw3L5+k8POx6r74mxEYKG5kOb6Xpy2gCRW6zweT6TEhAf8vhxGgjhqrd/VO/Dirhsb+1hNpD1ue9hw==",
  2042. "dev": true,
  2043. "license": "Apache-2.0",
  2044. "dependencies": {
  2045. "@eslint/core": "^0.15.1",
  2046. "levn": "^0.4.1"
  2047. },
  2048. "engines": {
  2049. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2050. }
  2051. },
  2052. "node_modules/@floating-ui/core": {
  2053. "version": "1.7.2",
  2054. "resolved": "https://registry.npmmirror.com/@floating-ui/core/-/core-1.7.2.tgz",
  2055. "integrity": "sha512-wNB5ooIKHQc+Kui96jE/n69rHFWAVoxn5CAzL1Xdd8FG03cgY3MLO+GF9U3W737fYDSgPWA6MReKhBQBop6Pcw==",
  2056. "license": "MIT",
  2057. "dependencies": {
  2058. "@floating-ui/utils": "^0.2.10"
  2059. }
  2060. },
  2061. "node_modules/@floating-ui/dom": {
  2062. "version": "1.7.2",
  2063. "resolved": "https://registry.npmmirror.com/@floating-ui/dom/-/dom-1.7.2.tgz",
  2064. "integrity": "sha512-7cfaOQuCS27HD7DX+6ib2OrnW+b4ZBwDNnCcT0uTyidcmyWb03FnQqJybDBoCnpdxwBSfA94UAYlRCt7mV+TbA==",
  2065. "license": "MIT",
  2066. "dependencies": {
  2067. "@floating-ui/core": "^1.7.2",
  2068. "@floating-ui/utils": "^0.2.10"
  2069. }
  2070. },
  2071. "node_modules/@floating-ui/utils": {
  2072. "version": "0.2.10",
  2073. "resolved": "https://registry.npmmirror.com/@floating-ui/utils/-/utils-0.2.10.tgz",
  2074. "integrity": "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==",
  2075. "license": "MIT"
  2076. },
  2077. "node_modules/@humanfs/core": {
  2078. "version": "0.19.1",
  2079. "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
  2080. "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
  2081. "dev": true,
  2082. "license": "Apache-2.0",
  2083. "engines": {
  2084. "node": ">=18.18.0"
  2085. }
  2086. },
  2087. "node_modules/@humanfs/node": {
  2088. "version": "0.16.6",
  2089. "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.6.tgz",
  2090. "integrity": "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==",
  2091. "dev": true,
  2092. "license": "Apache-2.0",
  2093. "dependencies": {
  2094. "@humanfs/core": "^0.19.1",
  2095. "@humanwhocodes/retry": "^0.3.0"
  2096. },
  2097. "engines": {
  2098. "node": ">=18.18.0"
  2099. }
  2100. },
  2101. "node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": {
  2102. "version": "0.3.1",
  2103. "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz",
  2104. "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==",
  2105. "dev": true,
  2106. "license": "Apache-2.0",
  2107. "engines": {
  2108. "node": ">=18.18"
  2109. },
  2110. "funding": {
  2111. "type": "github",
  2112. "url": "https://github.com/sponsors/nzakas"
  2113. }
  2114. },
  2115. "node_modules/@humanwhocodes/module-importer": {
  2116. "version": "1.0.1",
  2117. "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  2118. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  2119. "dev": true,
  2120. "license": "Apache-2.0",
  2121. "engines": {
  2122. "node": ">=12.22"
  2123. },
  2124. "funding": {
  2125. "type": "github",
  2126. "url": "https://github.com/sponsors/nzakas"
  2127. }
  2128. },
  2129. "node_modules/@humanwhocodes/retry": {
  2130. "version": "0.4.3",
  2131. "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
  2132. "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
  2133. "dev": true,
  2134. "license": "Apache-2.0",
  2135. "engines": {
  2136. "node": ">=18.18"
  2137. },
  2138. "funding": {
  2139. "type": "github",
  2140. "url": "https://github.com/sponsors/nzakas"
  2141. }
  2142. },
  2143. "node_modules/@jridgewell/gen-mapping": {
  2144. "version": "0.3.12",
  2145. "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.12.tgz",
  2146. "integrity": "sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==",
  2147. "license": "MIT",
  2148. "dependencies": {
  2149. "@jridgewell/sourcemap-codec": "^1.5.0",
  2150. "@jridgewell/trace-mapping": "^0.3.24"
  2151. }
  2152. },
  2153. "node_modules/@jridgewell/resolve-uri": {
  2154. "version": "3.1.2",
  2155. "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  2156. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  2157. "license": "MIT",
  2158. "engines": {
  2159. "node": ">=6.0.0"
  2160. }
  2161. },
  2162. "node_modules/@jridgewell/source-map": {
  2163. "version": "0.3.10",
  2164. "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.10.tgz",
  2165. "integrity": "sha512-0pPkgz9dY+bijgistcTTJ5mR+ocqRXLuhXHYdzoMmmoJ2C9S46RCm2GMUbatPEUK9Yjy26IrAy8D/M00lLkv+Q==",
  2166. "license": "MIT",
  2167. "peer": true,
  2168. "dependencies": {
  2169. "@jridgewell/gen-mapping": "^0.3.5",
  2170. "@jridgewell/trace-mapping": "^0.3.25"
  2171. }
  2172. },
  2173. "node_modules/@jridgewell/sourcemap-codec": {
  2174. "version": "1.5.2",
  2175. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.2.tgz",
  2176. "integrity": "sha512-gKYheCylLIedI+CSZoDtGkFV9YEBxRRVcfCH7OfAqh4TyUyRjEE6WVE/aXDXX0p8BIe/QgLcaAoI0220KRRFgg==",
  2177. "license": "MIT"
  2178. },
  2179. "node_modules/@jridgewell/trace-mapping": {
  2180. "version": "0.3.29",
  2181. "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.29.tgz",
  2182. "integrity": "sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==",
  2183. "license": "MIT",
  2184. "dependencies": {
  2185. "@jridgewell/resolve-uri": "^3.1.0",
  2186. "@jridgewell/sourcemap-codec": "^1.4.14"
  2187. }
  2188. },
  2189. "node_modules/@microsoft/fetch-event-source": {
  2190. "version": "2.0.1",
  2191. "resolved": "https://registry.npmmirror.com/@microsoft/fetch-event-source/-/fetch-event-source-2.0.1.tgz",
  2192. "integrity": "sha512-W6CLUJ2eBMw3Rec70qrsEW0jOm/3twwJv21mrmj2yORiaVmVYGS4sSS5yUwvQc1ZlDLYGPnClVWmUUMagKNsfA==",
  2193. "license": "MIT"
  2194. },
  2195. "node_modules/@parcel/watcher": {
  2196. "version": "2.5.1",
  2197. "resolved": "https://registry.npmmirror.com/@parcel/watcher/-/watcher-2.5.1.tgz",
  2198. "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==",
  2199. "hasInstallScript": true,
  2200. "license": "MIT",
  2201. "optional": true,
  2202. "dependencies": {
  2203. "detect-libc": "^1.0.3",
  2204. "is-glob": "^4.0.3",
  2205. "micromatch": "^4.0.5",
  2206. "node-addon-api": "^7.0.0"
  2207. },
  2208. "engines": {
  2209. "node": ">= 10.0.0"
  2210. },
  2211. "funding": {
  2212. "type": "opencollective",
  2213. "url": "https://opencollective.com/parcel"
  2214. },
  2215. "optionalDependencies": {
  2216. "@parcel/watcher-android-arm64": "2.5.1",
  2217. "@parcel/watcher-darwin-arm64": "2.5.1",
  2218. "@parcel/watcher-darwin-x64": "2.5.1",
  2219. "@parcel/watcher-freebsd-x64": "2.5.1",
  2220. "@parcel/watcher-linux-arm-glibc": "2.5.1",
  2221. "@parcel/watcher-linux-arm-musl": "2.5.1",
  2222. "@parcel/watcher-linux-arm64-glibc": "2.5.1",
  2223. "@parcel/watcher-linux-arm64-musl": "2.5.1",
  2224. "@parcel/watcher-linux-x64-glibc": "2.5.1",
  2225. "@parcel/watcher-linux-x64-musl": "2.5.1",
  2226. "@parcel/watcher-win32-arm64": "2.5.1",
  2227. "@parcel/watcher-win32-ia32": "2.5.1",
  2228. "@parcel/watcher-win32-x64": "2.5.1"
  2229. }
  2230. },
  2231. "node_modules/@parcel/watcher-android-arm64": {
  2232. "version": "2.5.1",
  2233. "resolved": "https://registry.npmmirror.com/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz",
  2234. "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==",
  2235. "cpu": [
  2236. "arm64"
  2237. ],
  2238. "license": "MIT",
  2239. "optional": true,
  2240. "os": [
  2241. "android"
  2242. ],
  2243. "engines": {
  2244. "node": ">= 10.0.0"
  2245. },
  2246. "funding": {
  2247. "type": "opencollective",
  2248. "url": "https://opencollective.com/parcel"
  2249. }
  2250. },
  2251. "node_modules/@parcel/watcher-darwin-arm64": {
  2252. "version": "2.5.1",
  2253. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz",
  2254. "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==",
  2255. "cpu": [
  2256. "arm64"
  2257. ],
  2258. "license": "MIT",
  2259. "optional": true,
  2260. "os": [
  2261. "darwin"
  2262. ],
  2263. "engines": {
  2264. "node": ">= 10.0.0"
  2265. },
  2266. "funding": {
  2267. "type": "opencollective",
  2268. "url": "https://opencollective.com/parcel"
  2269. }
  2270. },
  2271. "node_modules/@parcel/watcher-darwin-x64": {
  2272. "version": "2.5.1",
  2273. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz",
  2274. "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==",
  2275. "cpu": [
  2276. "x64"
  2277. ],
  2278. "license": "MIT",
  2279. "optional": true,
  2280. "os": [
  2281. "darwin"
  2282. ],
  2283. "engines": {
  2284. "node": ">= 10.0.0"
  2285. },
  2286. "funding": {
  2287. "type": "opencollective",
  2288. "url": "https://opencollective.com/parcel"
  2289. }
  2290. },
  2291. "node_modules/@parcel/watcher-freebsd-x64": {
  2292. "version": "2.5.1",
  2293. "resolved": "https://registry.npmmirror.com/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz",
  2294. "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==",
  2295. "cpu": [
  2296. "x64"
  2297. ],
  2298. "license": "MIT",
  2299. "optional": true,
  2300. "os": [
  2301. "freebsd"
  2302. ],
  2303. "engines": {
  2304. "node": ">= 10.0.0"
  2305. },
  2306. "funding": {
  2307. "type": "opencollective",
  2308. "url": "https://opencollective.com/parcel"
  2309. }
  2310. },
  2311. "node_modules/@parcel/watcher-linux-arm-glibc": {
  2312. "version": "2.5.1",
  2313. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz",
  2314. "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==",
  2315. "cpu": [
  2316. "arm"
  2317. ],
  2318. "license": "MIT",
  2319. "optional": true,
  2320. "os": [
  2321. "linux"
  2322. ],
  2323. "engines": {
  2324. "node": ">= 10.0.0"
  2325. },
  2326. "funding": {
  2327. "type": "opencollective",
  2328. "url": "https://opencollective.com/parcel"
  2329. }
  2330. },
  2331. "node_modules/@parcel/watcher-linux-arm-musl": {
  2332. "version": "2.5.1",
  2333. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz",
  2334. "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==",
  2335. "cpu": [
  2336. "arm"
  2337. ],
  2338. "license": "MIT",
  2339. "optional": true,
  2340. "os": [
  2341. "linux"
  2342. ],
  2343. "engines": {
  2344. "node": ">= 10.0.0"
  2345. },
  2346. "funding": {
  2347. "type": "opencollective",
  2348. "url": "https://opencollective.com/parcel"
  2349. }
  2350. },
  2351. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  2352. "version": "2.5.1",
  2353. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz",
  2354. "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==",
  2355. "cpu": [
  2356. "arm64"
  2357. ],
  2358. "license": "MIT",
  2359. "optional": true,
  2360. "os": [
  2361. "linux"
  2362. ],
  2363. "engines": {
  2364. "node": ">= 10.0.0"
  2365. },
  2366. "funding": {
  2367. "type": "opencollective",
  2368. "url": "https://opencollective.com/parcel"
  2369. }
  2370. },
  2371. "node_modules/@parcel/watcher-linux-arm64-musl": {
  2372. "version": "2.5.1",
  2373. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz",
  2374. "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==",
  2375. "cpu": [
  2376. "arm64"
  2377. ],
  2378. "license": "MIT",
  2379. "optional": true,
  2380. "os": [
  2381. "linux"
  2382. ],
  2383. "engines": {
  2384. "node": ">= 10.0.0"
  2385. },
  2386. "funding": {
  2387. "type": "opencollective",
  2388. "url": "https://opencollective.com/parcel"
  2389. }
  2390. },
  2391. "node_modules/@parcel/watcher-linux-x64-glibc": {
  2392. "version": "2.5.1",
  2393. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz",
  2394. "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==",
  2395. "cpu": [
  2396. "x64"
  2397. ],
  2398. "license": "MIT",
  2399. "optional": true,
  2400. "os": [
  2401. "linux"
  2402. ],
  2403. "engines": {
  2404. "node": ">= 10.0.0"
  2405. },
  2406. "funding": {
  2407. "type": "opencollective",
  2408. "url": "https://opencollective.com/parcel"
  2409. }
  2410. },
  2411. "node_modules/@parcel/watcher-linux-x64-musl": {
  2412. "version": "2.5.1",
  2413. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz",
  2414. "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==",
  2415. "cpu": [
  2416. "x64"
  2417. ],
  2418. "license": "MIT",
  2419. "optional": true,
  2420. "os": [
  2421. "linux"
  2422. ],
  2423. "engines": {
  2424. "node": ">= 10.0.0"
  2425. },
  2426. "funding": {
  2427. "type": "opencollective",
  2428. "url": "https://opencollective.com/parcel"
  2429. }
  2430. },
  2431. "node_modules/@parcel/watcher-win32-arm64": {
  2432. "version": "2.5.1",
  2433. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz",
  2434. "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==",
  2435. "cpu": [
  2436. "arm64"
  2437. ],
  2438. "license": "MIT",
  2439. "optional": true,
  2440. "os": [
  2441. "win32"
  2442. ],
  2443. "engines": {
  2444. "node": ">= 10.0.0"
  2445. },
  2446. "funding": {
  2447. "type": "opencollective",
  2448. "url": "https://opencollective.com/parcel"
  2449. }
  2450. },
  2451. "node_modules/@parcel/watcher-win32-ia32": {
  2452. "version": "2.5.1",
  2453. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz",
  2454. "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==",
  2455. "cpu": [
  2456. "ia32"
  2457. ],
  2458. "license": "MIT",
  2459. "optional": true,
  2460. "os": [
  2461. "win32"
  2462. ],
  2463. "engines": {
  2464. "node": ">= 10.0.0"
  2465. },
  2466. "funding": {
  2467. "type": "opencollective",
  2468. "url": "https://opencollective.com/parcel"
  2469. }
  2470. },
  2471. "node_modules/@parcel/watcher-win32-x64": {
  2472. "version": "2.5.1",
  2473. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz",
  2474. "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==",
  2475. "cpu": [
  2476. "x64"
  2477. ],
  2478. "license": "MIT",
  2479. "optional": true,
  2480. "os": [
  2481. "win32"
  2482. ],
  2483. "engines": {
  2484. "node": ">= 10.0.0"
  2485. },
  2486. "funding": {
  2487. "type": "opencollective",
  2488. "url": "https://opencollective.com/parcel"
  2489. }
  2490. },
  2491. "node_modules/@popperjs/core": {
  2492. "name": "@sxzz/popperjs-es",
  2493. "version": "2.11.7",
  2494. "resolved": "https://registry.npmmirror.com/@sxzz/popperjs-es/-/popperjs-es-2.11.7.tgz",
  2495. "integrity": "sha512-Ccy0NlLkzr0Ex2FKvh2X+OyERHXJ88XJ1MXtsI9y9fGexlaXaVTPzBCRBwIxFkORuOb+uBqeu+RqnpgYTEZRUQ==",
  2496. "license": "MIT",
  2497. "funding": {
  2498. "type": "opencollective",
  2499. "url": "https://opencollective.com/popperjs"
  2500. }
  2501. },
  2502. "node_modules/@rolldown/pluginutils": {
  2503. "version": "1.0.0-beta.19",
  2504. "resolved": "https://registry.npmmirror.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.19.tgz",
  2505. "integrity": "sha512-3FL3mnMbPu0muGOCaKAhhFEYmqv9eTfPSJRJmANrCwtgK8VuxpsZDGK+m0LYAGoyO8+0j5uRe4PeyPDK1yA/hA==",
  2506. "dev": true,
  2507. "license": "MIT"
  2508. },
  2509. "node_modules/@rollup/rollup-android-arm-eabi": {
  2510. "version": "4.44.1",
  2511. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.44.1.tgz",
  2512. "integrity": "sha512-JAcBr1+fgqx20m7Fwe1DxPUl/hPkee6jA6Pl7n1v2EFiktAHenTaXl5aIFjUIEsfn9w3HE4gK1lEgNGMzBDs1w==",
  2513. "cpu": [
  2514. "arm"
  2515. ],
  2516. "license": "MIT",
  2517. "optional": true,
  2518. "os": [
  2519. "android"
  2520. ]
  2521. },
  2522. "node_modules/@rollup/rollup-android-arm64": {
  2523. "version": "4.44.1",
  2524. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.44.1.tgz",
  2525. "integrity": "sha512-RurZetXqTu4p+G0ChbnkwBuAtwAbIwJkycw1n6GvlGlBuS4u5qlr5opix8cBAYFJgaY05TWtM+LaoFggUmbZEQ==",
  2526. "cpu": [
  2527. "arm64"
  2528. ],
  2529. "license": "MIT",
  2530. "optional": true,
  2531. "os": [
  2532. "android"
  2533. ]
  2534. },
  2535. "node_modules/@rollup/rollup-darwin-arm64": {
  2536. "version": "4.44.1",
  2537. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.44.1.tgz",
  2538. "integrity": "sha512-fM/xPesi7g2M7chk37LOnmnSTHLG/v2ggWqKj3CCA1rMA4mm5KVBT1fNoswbo1JhPuNNZrVwpTvlCVggv8A2zg==",
  2539. "cpu": [
  2540. "arm64"
  2541. ],
  2542. "license": "MIT",
  2543. "optional": true,
  2544. "os": [
  2545. "darwin"
  2546. ]
  2547. },
  2548. "node_modules/@rollup/rollup-darwin-x64": {
  2549. "version": "4.44.1",
  2550. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.44.1.tgz",
  2551. "integrity": "sha512-gDnWk57urJrkrHQ2WVx9TSVTH7lSlU7E3AFqiko+bgjlh78aJ88/3nycMax52VIVjIm3ObXnDL2H00e/xzoipw==",
  2552. "cpu": [
  2553. "x64"
  2554. ],
  2555. "license": "MIT",
  2556. "optional": true,
  2557. "os": [
  2558. "darwin"
  2559. ]
  2560. },
  2561. "node_modules/@rollup/rollup-freebsd-arm64": {
  2562. "version": "4.44.1",
  2563. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.44.1.tgz",
  2564. "integrity": "sha512-wnFQmJ/zPThM5zEGcnDcCJeYJgtSLjh1d//WuHzhf6zT3Md1BvvhJnWoy+HECKu2bMxaIcfWiu3bJgx6z4g2XA==",
  2565. "cpu": [
  2566. "arm64"
  2567. ],
  2568. "license": "MIT",
  2569. "optional": true,
  2570. "os": [
  2571. "freebsd"
  2572. ]
  2573. },
  2574. "node_modules/@rollup/rollup-freebsd-x64": {
  2575. "version": "4.44.1",
  2576. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.44.1.tgz",
  2577. "integrity": "sha512-uBmIxoJ4493YATvU2c0upGz87f99e3wop7TJgOA/bXMFd2SvKCI7xkxY/5k50bv7J6dw1SXT4MQBQSLn8Bb/Uw==",
  2578. "cpu": [
  2579. "x64"
  2580. ],
  2581. "license": "MIT",
  2582. "optional": true,
  2583. "os": [
  2584. "freebsd"
  2585. ]
  2586. },
  2587. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  2588. "version": "4.44.1",
  2589. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.44.1.tgz",
  2590. "integrity": "sha512-n0edDmSHlXFhrlmTK7XBuwKlG5MbS7yleS1cQ9nn4kIeW+dJH+ExqNgQ0RrFRew8Y+0V/x6C5IjsHrJmiHtkxQ==",
  2591. "cpu": [
  2592. "arm"
  2593. ],
  2594. "license": "MIT",
  2595. "optional": true,
  2596. "os": [
  2597. "linux"
  2598. ]
  2599. },
  2600. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  2601. "version": "4.44.1",
  2602. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.44.1.tgz",
  2603. "integrity": "sha512-8WVUPy3FtAsKSpyk21kV52HCxB+me6YkbkFHATzC2Yd3yuqHwy2lbFL4alJOLXKljoRw08Zk8/xEj89cLQ/4Nw==",
  2604. "cpu": [
  2605. "arm"
  2606. ],
  2607. "license": "MIT",
  2608. "optional": true,
  2609. "os": [
  2610. "linux"
  2611. ]
  2612. },
  2613. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  2614. "version": "4.44.1",
  2615. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.44.1.tgz",
  2616. "integrity": "sha512-yuktAOaeOgorWDeFJggjuCkMGeITfqvPgkIXhDqsfKX8J3jGyxdDZgBV/2kj/2DyPaLiX6bPdjJDTu9RB8lUPQ==",
  2617. "cpu": [
  2618. "arm64"
  2619. ],
  2620. "license": "MIT",
  2621. "optional": true,
  2622. "os": [
  2623. "linux"
  2624. ]
  2625. },
  2626. "node_modules/@rollup/rollup-linux-arm64-musl": {
  2627. "version": "4.44.1",
  2628. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.44.1.tgz",
  2629. "integrity": "sha512-W+GBM4ifET1Plw8pdVaecwUgxmiH23CfAUj32u8knq0JPFyK4weRy6H7ooxYFD19YxBulL0Ktsflg5XS7+7u9g==",
  2630. "cpu": [
  2631. "arm64"
  2632. ],
  2633. "license": "MIT",
  2634. "optional": true,
  2635. "os": [
  2636. "linux"
  2637. ]
  2638. },
  2639. "node_modules/@rollup/rollup-linux-loongarch64-gnu": {
  2640. "version": "4.44.1",
  2641. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.44.1.tgz",
  2642. "integrity": "sha512-1zqnUEMWp9WrGVuVak6jWTl4fEtrVKfZY7CvcBmUUpxAJ7WcSowPSAWIKa/0o5mBL/Ij50SIf9tuirGx63Ovew==",
  2643. "cpu": [
  2644. "loong64"
  2645. ],
  2646. "license": "MIT",
  2647. "optional": true,
  2648. "os": [
  2649. "linux"
  2650. ]
  2651. },
  2652. "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
  2653. "version": "4.44.1",
  2654. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.44.1.tgz",
  2655. "integrity": "sha512-Rl3JKaRu0LHIx7ExBAAnf0JcOQetQffaw34T8vLlg9b1IhzcBgaIdnvEbbsZq9uZp3uAH+JkHd20Nwn0h9zPjA==",
  2656. "cpu": [
  2657. "ppc64"
  2658. ],
  2659. "license": "MIT",
  2660. "optional": true,
  2661. "os": [
  2662. "linux"
  2663. ]
  2664. },
  2665. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  2666. "version": "4.44.1",
  2667. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.44.1.tgz",
  2668. "integrity": "sha512-j5akelU3snyL6K3N/iX7otLBIl347fGwmd95U5gS/7z6T4ftK288jKq3A5lcFKcx7wwzb5rgNvAg3ZbV4BqUSw==",
  2669. "cpu": [
  2670. "riscv64"
  2671. ],
  2672. "license": "MIT",
  2673. "optional": true,
  2674. "os": [
  2675. "linux"
  2676. ]
  2677. },
  2678. "node_modules/@rollup/rollup-linux-riscv64-musl": {
  2679. "version": "4.44.1",
  2680. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.44.1.tgz",
  2681. "integrity": "sha512-ppn5llVGgrZw7yxbIm8TTvtj1EoPgYUAbfw0uDjIOzzoqlZlZrLJ/KuiE7uf5EpTpCTrNt1EdtzF0naMm0wGYg==",
  2682. "cpu": [
  2683. "riscv64"
  2684. ],
  2685. "license": "MIT",
  2686. "optional": true,
  2687. "os": [
  2688. "linux"
  2689. ]
  2690. },
  2691. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  2692. "version": "4.44.1",
  2693. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.44.1.tgz",
  2694. "integrity": "sha512-Hu6hEdix0oxtUma99jSP7xbvjkUM/ycke/AQQ4EC5g7jNRLLIwjcNwaUy95ZKBJJwg1ZowsclNnjYqzN4zwkAw==",
  2695. "cpu": [
  2696. "s390x"
  2697. ],
  2698. "license": "MIT",
  2699. "optional": true,
  2700. "os": [
  2701. "linux"
  2702. ]
  2703. },
  2704. "node_modules/@rollup/rollup-linux-x64-gnu": {
  2705. "version": "4.44.1",
  2706. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.44.1.tgz",
  2707. "integrity": "sha512-EtnsrmZGomz9WxK1bR5079zee3+7a+AdFlghyd6VbAjgRJDbTANJ9dcPIPAi76uG05micpEL+gPGmAKYTschQw==",
  2708. "cpu": [
  2709. "x64"
  2710. ],
  2711. "license": "MIT",
  2712. "optional": true,
  2713. "os": [
  2714. "linux"
  2715. ]
  2716. },
  2717. "node_modules/@rollup/rollup-linux-x64-musl": {
  2718. "version": "4.44.1",
  2719. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.44.1.tgz",
  2720. "integrity": "sha512-iAS4p+J1az6Usn0f8xhgL4PaU878KEtutP4hqw52I4IO6AGoyOkHCxcc4bqufv1tQLdDWFx8lR9YlwxKuv3/3g==",
  2721. "cpu": [
  2722. "x64"
  2723. ],
  2724. "license": "MIT",
  2725. "optional": true,
  2726. "os": [
  2727. "linux"
  2728. ]
  2729. },
  2730. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  2731. "version": "4.44.1",
  2732. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.44.1.tgz",
  2733. "integrity": "sha512-NtSJVKcXwcqozOl+FwI41OH3OApDyLk3kqTJgx8+gp6On9ZEt5mYhIsKNPGuaZr3p9T6NWPKGU/03Vw4CNU9qg==",
  2734. "cpu": [
  2735. "arm64"
  2736. ],
  2737. "license": "MIT",
  2738. "optional": true,
  2739. "os": [
  2740. "win32"
  2741. ]
  2742. },
  2743. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  2744. "version": "4.44.1",
  2745. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.44.1.tgz",
  2746. "integrity": "sha512-JYA3qvCOLXSsnTR3oiyGws1Dm0YTuxAAeaYGVlGpUsHqloPcFjPg+X0Fj2qODGLNwQOAcCiQmHub/V007kiH5A==",
  2747. "cpu": [
  2748. "ia32"
  2749. ],
  2750. "license": "MIT",
  2751. "optional": true,
  2752. "os": [
  2753. "win32"
  2754. ]
  2755. },
  2756. "node_modules/@rollup/rollup-win32-x64-msvc": {
  2757. "version": "4.44.1",
  2758. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.44.1.tgz",
  2759. "integrity": "sha512-J8o22LuF0kTe7m+8PvW9wk3/bRq5+mRo5Dqo6+vXb7otCm3TPhYOJqOaQtGU9YMWQSL3krMnoOxMr0+9E6F3Ug==",
  2760. "cpu": [
  2761. "x64"
  2762. ],
  2763. "license": "MIT",
  2764. "optional": true,
  2765. "os": [
  2766. "win32"
  2767. ]
  2768. },
  2769. "node_modules/@types/estree": {
  2770. "version": "1.0.8",
  2771. "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.8.tgz",
  2772. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  2773. "license": "MIT"
  2774. },
  2775. "node_modules/@types/json-schema": {
  2776. "version": "7.0.15",
  2777. "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
  2778. "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
  2779. "dev": true,
  2780. "license": "MIT"
  2781. },
  2782. "node_modules/@types/linkify-it": {
  2783. "version": "5.0.0",
  2784. "resolved": "https://registry.npmjs.org/@types/linkify-it/-/linkify-it-5.0.0.tgz",
  2785. "integrity": "sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==",
  2786. "dev": true,
  2787. "license": "MIT"
  2788. },
  2789. "node_modules/@types/lodash": {
  2790. "version": "4.17.19",
  2791. "resolved": "https://registry.npmmirror.com/@types/lodash/-/lodash-4.17.19.tgz",
  2792. "integrity": "sha512-NYqRyg/hIQrYPT9lbOeYc3kIRabJDn/k4qQHIXUpx88CBDww2fD15Sg5kbXlW86zm2XEW4g0QxkTI3/Kfkc7xQ==",
  2793. "license": "MIT"
  2794. },
  2795. "node_modules/@types/lodash-es": {
  2796. "version": "4.17.12",
  2797. "resolved": "https://registry.npmmirror.com/@types/lodash-es/-/lodash-es-4.17.12.tgz",
  2798. "integrity": "sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==",
  2799. "license": "MIT",
  2800. "dependencies": {
  2801. "@types/lodash": "*"
  2802. }
  2803. },
  2804. "node_modules/@types/markdown-it": {
  2805. "version": "14.1.2",
  2806. "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-14.1.2.tgz",
  2807. "integrity": "sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==",
  2808. "dev": true,
  2809. "license": "MIT",
  2810. "dependencies": {
  2811. "@types/linkify-it": "^5",
  2812. "@types/mdurl": "^2"
  2813. }
  2814. },
  2815. "node_modules/@types/mdurl": {
  2816. "version": "2.0.0",
  2817. "resolved": "https://registry.npmjs.org/@types/mdurl/-/mdurl-2.0.0.tgz",
  2818. "integrity": "sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==",
  2819. "dev": true,
  2820. "license": "MIT"
  2821. },
  2822. "node_modules/@types/node": {
  2823. "version": "24.0.10",
  2824. "resolved": "https://registry.npmmirror.com/@types/node/-/node-24.0.10.tgz",
  2825. "integrity": "sha512-ENHwaH+JIRTDIEEbDK6QSQntAYGtbvdDXnMXnZaZ6k13Du1dPMmprkEHIL7ok2Wl2aZevetwTAb5S+7yIF+enA==",
  2826. "devOptional": true,
  2827. "license": "MIT",
  2828. "dependencies": {
  2829. "undici-types": "~7.8.0"
  2830. }
  2831. },
  2832. "node_modules/@types/video.js": {
  2833. "version": "7.3.58",
  2834. "resolved": "https://registry.npmjs.org/@types/video.js/-/video.js-7.3.58.tgz",
  2835. "integrity": "sha512-1CQjuSrgbv1/dhmcfQ83eVyYbvGyqhTvb2Opxr0QCV+iJ4J6/J+XWQ3Om59WiwCd1MN3rDUHasx5XRrpUtewYQ==",
  2836. "license": "MIT",
  2837. "peer": true
  2838. },
  2839. "node_modules/@types/web-bluetooth": {
  2840. "version": "0.0.16",
  2841. "resolved": "https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.16.tgz",
  2842. "integrity": "sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==",
  2843. "license": "MIT"
  2844. },
  2845. "node_modules/@videojs-player/vue": {
  2846. "version": "1.0.0",
  2847. "resolved": "https://registry.npmjs.org/@videojs-player/vue/-/vue-1.0.0.tgz",
  2848. "integrity": "sha512-WonTezRfKu3fYdQLt/ta+nuKH6gMZUv8l40Jke/j4Lae7IqeO/+lLAmBnh3ni88bwR+vkFXIlZ2Ci7VKInIYJg==",
  2849. "license": "MIT",
  2850. "peerDependencies": {
  2851. "@types/video.js": "7.x",
  2852. "video.js": "7.x",
  2853. "vue": "3.x"
  2854. }
  2855. },
  2856. "node_modules/@videojs/http-streaming": {
  2857. "version": "2.16.2",
  2858. "resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.16.2.tgz",
  2859. "integrity": "sha512-etPTUdCFu7gUWc+1XcbiPr+lrhOcBu3rV5OL1M+3PDW89zskScAkkcdqYzP4pFodBPye/ydamQoTDScOnElw5A==",
  2860. "license": "Apache-2.0",
  2861. "dependencies": {
  2862. "@babel/runtime": "^7.12.5",
  2863. "@videojs/vhs-utils": "3.0.5",
  2864. "aes-decrypter": "3.1.3",
  2865. "global": "^4.4.0",
  2866. "m3u8-parser": "4.8.0",
  2867. "mpd-parser": "^0.22.1",
  2868. "mux.js": "6.0.1",
  2869. "video.js": "^6 || ^7"
  2870. },
  2871. "engines": {
  2872. "node": ">=8",
  2873. "npm": ">=5"
  2874. },
  2875. "peerDependencies": {
  2876. "video.js": "^6 || ^7"
  2877. }
  2878. },
  2879. "node_modules/@videojs/vhs-utils": {
  2880. "version": "3.0.5",
  2881. "resolved": "https://registry.npmjs.org/@videojs/vhs-utils/-/vhs-utils-3.0.5.tgz",
  2882. "integrity": "sha512-PKVgdo8/GReqdx512F+ombhS+Bzogiofy1LgAj4tN8PfdBx3HSS7V5WfJotKTqtOWGwVfSWsrYN/t09/DSryrw==",
  2883. "license": "MIT",
  2884. "dependencies": {
  2885. "@babel/runtime": "^7.12.5",
  2886. "global": "^4.4.0",
  2887. "url-toolkit": "^2.2.1"
  2888. },
  2889. "engines": {
  2890. "node": ">=8",
  2891. "npm": ">=5"
  2892. }
  2893. },
  2894. "node_modules/@videojs/xhr": {
  2895. "version": "2.6.0",
  2896. "resolved": "https://registry.npmjs.org/@videojs/xhr/-/xhr-2.6.0.tgz",
  2897. "integrity": "sha512-7J361GiN1tXpm+gd0xz2QWr3xNWBE+rytvo8J3KuggFaLg+U37gZQ2BuPLcnkfGffy2e+ozY70RHC8jt7zjA6Q==",
  2898. "license": "MIT",
  2899. "dependencies": {
  2900. "@babel/runtime": "^7.5.5",
  2901. "global": "~4.4.0",
  2902. "is-function": "^1.0.1"
  2903. }
  2904. },
  2905. "node_modules/@vitejs/plugin-legacy": {
  2906. "version": "7.0.1",
  2907. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-legacy/-/plugin-legacy-7.0.1.tgz",
  2908. "integrity": "sha512-ZpT0cKlFzNPU/kjdKzuI+2aDr2MYs7MxndmV7ekAMO2TD6YdU6GJKtc+/K7gaiJwEyaAZhDsxmBSi7SqM6MBxQ==",
  2909. "license": "MIT",
  2910. "dependencies": {
  2911. "@babel/core": "^7.28.0",
  2912. "@babel/preset-env": "^7.28.0",
  2913. "babel-plugin-polyfill-corejs3": "^0.13.0",
  2914. "babel-plugin-polyfill-regenerator": "^0.6.5",
  2915. "browserslist": "^4.25.1",
  2916. "browserslist-to-esbuild": "^2.1.1",
  2917. "core-js": "^3.44.0",
  2918. "magic-string": "^0.30.17",
  2919. "regenerator-runtime": "^0.14.1",
  2920. "systemjs": "^6.15.1"
  2921. },
  2922. "engines": {
  2923. "node": "^20.19.0 || >=22.12.0"
  2924. },
  2925. "funding": {
  2926. "url": "https://github.com/vitejs/vite?sponsor=1"
  2927. },
  2928. "peerDependencies": {
  2929. "terser": "^5.16.0",
  2930. "vite": "^7.0.0"
  2931. }
  2932. },
  2933. "node_modules/@vitejs/plugin-vue": {
  2934. "version": "6.0.0",
  2935. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-6.0.0.tgz",
  2936. "integrity": "sha512-iAliE72WsdhjzTOp2DtvKThq1VBC4REhwRcaA+zPAAph6I+OQhUXv+Xu2KS7ElxYtb7Zc/3R30Hwv1DxEo7NXQ==",
  2937. "dev": true,
  2938. "license": "MIT",
  2939. "dependencies": {
  2940. "@rolldown/pluginutils": "1.0.0-beta.19"
  2941. },
  2942. "engines": {
  2943. "node": "^20.19.0 || >=22.12.0"
  2944. },
  2945. "peerDependencies": {
  2946. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0",
  2947. "vue": "^3.2.25"
  2948. }
  2949. },
  2950. "node_modules/@vue-office/docx": {
  2951. "version": "1.6.3",
  2952. "resolved": "https://registry.npmjs.org/@vue-office/docx/-/docx-1.6.3.tgz",
  2953. "integrity": "sha512-Cs+3CAaRBOWOiW4XAhTwwxJ0dy8cPIf6DqfNvYcD3YACiLwO4kuawLF2IAXxyijhbuOeoFsfvoVbOc16A/4bZA==",
  2954. "hasInstallScript": true,
  2955. "license": "MIT",
  2956. "peerDependencies": {
  2957. "@vue/composition-api": "^1.7.1",
  2958. "vue": "^2.0.0 || >=3.0.0",
  2959. "vue-demi": "^0.14.6"
  2960. },
  2961. "peerDependenciesMeta": {
  2962. "@vue/composition-api": {
  2963. "optional": true
  2964. }
  2965. }
  2966. },
  2967. "node_modules/@vue-office/excel": {
  2968. "version": "1.7.14",
  2969. "resolved": "https://registry.npmjs.org/@vue-office/excel/-/excel-1.7.14.tgz",
  2970. "integrity": "sha512-pVUgt+emDQUnW7q22CfnQ+jl43mM/7IFwYzOg7lwOwPEbiVB4K4qEQf+y/bc4xGXz75w1/e3Kz3G6wAafmFBFg==",
  2971. "hasInstallScript": true,
  2972. "license": "MIT",
  2973. "peerDependencies": {
  2974. "@vue/composition-api": "^1.7.1",
  2975. "vue": "^2.0.0 || >=3.0.0",
  2976. "vue-demi": "^0.14.6"
  2977. },
  2978. "peerDependenciesMeta": {
  2979. "@vue/composition-api": {
  2980. "optional": true
  2981. }
  2982. }
  2983. },
  2984. "node_modules/@vue-office/pptx": {
  2985. "version": "1.0.1",
  2986. "resolved": "https://registry.npmjs.org/@vue-office/pptx/-/pptx-1.0.1.tgz",
  2987. "integrity": "sha512-+V7Kctzl6f6+Yk4NaD/wQGRIkqLWcowe0jEhPexWQb8Oilbzt1OyhWRWcMsxNDTdrgm6aMLP+0/tmw27cxddMg==",
  2988. "hasInstallScript": true,
  2989. "license": "MIT",
  2990. "peerDependencies": {
  2991. "@vue/composition-api": "^1.7.1",
  2992. "vue": "^2.0.0 || >=3.0.0",
  2993. "vue-demi": "^0.14.6"
  2994. },
  2995. "peerDependenciesMeta": {
  2996. "@vue/composition-api": {
  2997. "optional": true
  2998. }
  2999. }
  3000. },
  3001. "node_modules/@vue/compiler-core": {
  3002. "version": "3.5.17",
  3003. "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.17.tgz",
  3004. "integrity": "sha512-Xe+AittLbAyV0pabcN7cP7/BenRBNcteM4aSDCtRvGw0d9OL+HG1u/XHLY/kt1q4fyMeZYXyIYrsHuPSiDPosA==",
  3005. "license": "MIT",
  3006. "dependencies": {
  3007. "@babel/parser": "^7.27.5",
  3008. "@vue/shared": "3.5.17",
  3009. "entities": "^4.5.0",
  3010. "estree-walker": "^2.0.2",
  3011. "source-map-js": "^1.2.1"
  3012. }
  3013. },
  3014. "node_modules/@vue/compiler-dom": {
  3015. "version": "3.5.17",
  3016. "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.17.tgz",
  3017. "integrity": "sha512-+2UgfLKoaNLhgfhV5Ihnk6wB4ljyW1/7wUIog2puUqajiC29Lp5R/IKDdkebh9jTbTogTbsgB+OY9cEWzG95JQ==",
  3018. "license": "MIT",
  3019. "dependencies": {
  3020. "@vue/compiler-core": "3.5.17",
  3021. "@vue/shared": "3.5.17"
  3022. }
  3023. },
  3024. "node_modules/@vue/compiler-sfc": {
  3025. "version": "3.5.17",
  3026. "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.17.tgz",
  3027. "integrity": "sha512-rQQxbRJMgTqwRugtjw0cnyQv9cP4/4BxWfTdRBkqsTfLOHWykLzbOc3C4GGzAmdMDxhzU/1Ija5bTjMVrddqww==",
  3028. "license": "MIT",
  3029. "dependencies": {
  3030. "@babel/parser": "^7.27.5",
  3031. "@vue/compiler-core": "3.5.17",
  3032. "@vue/compiler-dom": "3.5.17",
  3033. "@vue/compiler-ssr": "3.5.17",
  3034. "@vue/shared": "3.5.17",
  3035. "estree-walker": "^2.0.2",
  3036. "magic-string": "^0.30.17",
  3037. "postcss": "^8.5.6",
  3038. "source-map-js": "^1.2.1"
  3039. }
  3040. },
  3041. "node_modules/@vue/compiler-ssr": {
  3042. "version": "3.5.17",
  3043. "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.17.tgz",
  3044. "integrity": "sha512-hkDbA0Q20ZzGgpj5uZjb9rBzQtIHLS78mMilwrlpWk2Ep37DYntUz0PonQ6kr113vfOEdM+zTBuJDaceNIW0tQ==",
  3045. "license": "MIT",
  3046. "dependencies": {
  3047. "@vue/compiler-dom": "3.5.17",
  3048. "@vue/shared": "3.5.17"
  3049. }
  3050. },
  3051. "node_modules/@vue/devtools-api": {
  3052. "version": "6.6.4",
  3053. "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  3054. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  3055. "license": "MIT"
  3056. },
  3057. "node_modules/@vue/reactivity": {
  3058. "version": "3.5.17",
  3059. "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.17.tgz",
  3060. "integrity": "sha512-l/rmw2STIscWi7SNJp708FK4Kofs97zc/5aEPQh4bOsReD/8ICuBcEmS7KGwDj5ODQLYWVN2lNibKJL1z5b+Lw==",
  3061. "license": "MIT",
  3062. "dependencies": {
  3063. "@vue/shared": "3.5.17"
  3064. }
  3065. },
  3066. "node_modules/@vue/runtime-core": {
  3067. "version": "3.5.17",
  3068. "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.17.tgz",
  3069. "integrity": "sha512-QQLXa20dHg1R0ri4bjKeGFKEkJA7MMBxrKo2G+gJikmumRS7PTD4BOU9FKrDQWMKowz7frJJGqBffYMgQYS96Q==",
  3070. "license": "MIT",
  3071. "dependencies": {
  3072. "@vue/reactivity": "3.5.17",
  3073. "@vue/shared": "3.5.17"
  3074. }
  3075. },
  3076. "node_modules/@vue/runtime-dom": {
  3077. "version": "3.5.17",
  3078. "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.17.tgz",
  3079. "integrity": "sha512-8El0M60TcwZ1QMz4/os2MdlQECgGoVHPuLnQBU3m9h3gdNRW9xRmI8iLS4t/22OQlOE6aJvNNlBiCzPHur4H9g==",
  3080. "license": "MIT",
  3081. "dependencies": {
  3082. "@vue/reactivity": "3.5.17",
  3083. "@vue/runtime-core": "3.5.17",
  3084. "@vue/shared": "3.5.17",
  3085. "csstype": "^3.1.3"
  3086. }
  3087. },
  3088. "node_modules/@vue/server-renderer": {
  3089. "version": "3.5.17",
  3090. "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.17.tgz",
  3091. "integrity": "sha512-BOHhm8HalujY6lmC3DbqF6uXN/K00uWiEeF22LfEsm9Q93XeJ/plHTepGwf6tqFcF7GA5oGSSAAUock3VvzaCA==",
  3092. "license": "MIT",
  3093. "dependencies": {
  3094. "@vue/compiler-ssr": "3.5.17",
  3095. "@vue/shared": "3.5.17"
  3096. },
  3097. "peerDependencies": {
  3098. "vue": "3.5.17"
  3099. }
  3100. },
  3101. "node_modules/@vue/shared": {
  3102. "version": "3.5.17",
  3103. "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.17.tgz",
  3104. "integrity": "sha512-CabR+UN630VnsJO/jHWYBC1YVXyMq94KKp6iF5MQgZJs5I8cmjw6oVMO1oDbtBkENSHSSn/UadWlW/OAgdmKrg==",
  3105. "license": "MIT"
  3106. },
  3107. "node_modules/@vueuse/core": {
  3108. "version": "9.13.0",
  3109. "resolved": "https://registry.npmmirror.com/@vueuse/core/-/core-9.13.0.tgz",
  3110. "integrity": "sha512-pujnclbeHWxxPRqXWmdkKV5OX4Wk4YeK7wusHqRwU0Q7EFusHoqNA/aPhB6KCh9hEqJkLAJo7bb0Lh9b+OIVzw==",
  3111. "license": "MIT",
  3112. "dependencies": {
  3113. "@types/web-bluetooth": "^0.0.16",
  3114. "@vueuse/metadata": "9.13.0",
  3115. "@vueuse/shared": "9.13.0",
  3116. "vue-demi": "*"
  3117. },
  3118. "funding": {
  3119. "url": "https://github.com/sponsors/antfu"
  3120. }
  3121. },
  3122. "node_modules/@vueuse/metadata": {
  3123. "version": "9.13.0",
  3124. "resolved": "https://registry.npmmirror.com/@vueuse/metadata/-/metadata-9.13.0.tgz",
  3125. "integrity": "sha512-gdU7TKNAUVlXXLbaF+ZCfte8BjRJQWPCa2J55+7/h+yDtzw3vOoGQDRXzI6pyKyo6bXFT5/QoPE4hAknExjRLQ==",
  3126. "license": "MIT",
  3127. "funding": {
  3128. "url": "https://github.com/sponsors/antfu"
  3129. }
  3130. },
  3131. "node_modules/@vueuse/shared": {
  3132. "version": "9.13.0",
  3133. "resolved": "https://registry.npmmirror.com/@vueuse/shared/-/shared-9.13.0.tgz",
  3134. "integrity": "sha512-UrnhU+Cnufu4S6JLCPZnkWh0WwZGUp72ktOF2DFptMlOs3TOdVv8xJN53zhHGARmVOsz5KqOls09+J1NR6sBKw==",
  3135. "license": "MIT",
  3136. "dependencies": {
  3137. "vue-demi": "*"
  3138. },
  3139. "funding": {
  3140. "url": "https://github.com/sponsors/antfu"
  3141. }
  3142. },
  3143. "node_modules/@xmldom/xmldom": {
  3144. "version": "0.8.10",
  3145. "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz",
  3146. "integrity": "sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==",
  3147. "license": "MIT",
  3148. "engines": {
  3149. "node": ">=10.0.0"
  3150. }
  3151. },
  3152. "node_modules/acorn": {
  3153. "version": "8.15.0",
  3154. "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.15.0.tgz",
  3155. "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
  3156. "license": "MIT",
  3157. "bin": {
  3158. "acorn": "bin/acorn"
  3159. },
  3160. "engines": {
  3161. "node": ">=0.4.0"
  3162. }
  3163. },
  3164. "node_modules/acorn-jsx": {
  3165. "version": "5.3.2",
  3166. "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  3167. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  3168. "dev": true,
  3169. "license": "MIT",
  3170. "peerDependencies": {
  3171. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  3172. }
  3173. },
  3174. "node_modules/aes-decrypter": {
  3175. "version": "3.1.3",
  3176. "resolved": "https://registry.npmjs.org/aes-decrypter/-/aes-decrypter-3.1.3.tgz",
  3177. "integrity": "sha512-VkG9g4BbhMBy+N5/XodDeV6F02chEk9IpgRTq/0bS80y4dzy79VH2Gtms02VXomf3HmyRe3yyJYkJ990ns+d6A==",
  3178. "license": "Apache-2.0",
  3179. "dependencies": {
  3180. "@babel/runtime": "^7.12.5",
  3181. "@videojs/vhs-utils": "^3.0.5",
  3182. "global": "^4.4.0",
  3183. "pkcs7": "^1.0.4"
  3184. }
  3185. },
  3186. "node_modules/ajv": {
  3187. "version": "6.12.6",
  3188. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
  3189. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  3190. "dev": true,
  3191. "license": "MIT",
  3192. "dependencies": {
  3193. "fast-deep-equal": "^3.1.1",
  3194. "fast-json-stable-stringify": "^2.0.0",
  3195. "json-schema-traverse": "^0.4.1",
  3196. "uri-js": "^4.2.2"
  3197. },
  3198. "funding": {
  3199. "type": "github",
  3200. "url": "https://github.com/sponsors/epoberezkin"
  3201. }
  3202. },
  3203. "node_modules/ansi-styles": {
  3204. "version": "4.3.0",
  3205. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  3206. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  3207. "dev": true,
  3208. "license": "MIT",
  3209. "dependencies": {
  3210. "color-convert": "^2.0.1"
  3211. },
  3212. "engines": {
  3213. "node": ">=8"
  3214. },
  3215. "funding": {
  3216. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  3217. }
  3218. },
  3219. "node_modules/argparse": {
  3220. "version": "2.0.1",
  3221. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  3222. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  3223. "license": "Python-2.0"
  3224. },
  3225. "node_modules/async-validator": {
  3226. "version": "4.2.5",
  3227. "resolved": "https://registry.npmmirror.com/async-validator/-/async-validator-4.2.5.tgz",
  3228. "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==",
  3229. "license": "MIT"
  3230. },
  3231. "node_modules/asynckit": {
  3232. "version": "0.4.0",
  3233. "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz",
  3234. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
  3235. "license": "MIT"
  3236. },
  3237. "node_modules/axios": {
  3238. "version": "1.10.0",
  3239. "resolved": "https://registry.npmmirror.com/axios/-/axios-1.10.0.tgz",
  3240. "integrity": "sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==",
  3241. "license": "MIT",
  3242. "dependencies": {
  3243. "follow-redirects": "^1.15.6",
  3244. "form-data": "^4.0.0",
  3245. "proxy-from-env": "^1.1.0"
  3246. }
  3247. },
  3248. "node_modules/babel-plugin-polyfill-corejs2": {
  3249. "version": "0.4.14",
  3250. "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.14.tgz",
  3251. "integrity": "sha512-Co2Y9wX854ts6U8gAAPXfn0GmAyctHuK8n0Yhfjd6t30g7yvKjspvvOo9yG+z52PZRgFErt7Ka2pYnXCjLKEpg==",
  3252. "license": "MIT",
  3253. "dependencies": {
  3254. "@babel/compat-data": "^7.27.7",
  3255. "@babel/helper-define-polyfill-provider": "^0.6.5",
  3256. "semver": "^6.3.1"
  3257. },
  3258. "peerDependencies": {
  3259. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  3260. }
  3261. },
  3262. "node_modules/babel-plugin-polyfill-corejs3": {
  3263. "version": "0.13.0",
  3264. "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.13.0.tgz",
  3265. "integrity": "sha512-U+GNwMdSFgzVmfhNm8GJUX88AadB3uo9KpJqS3FaqNIPKgySuvMb+bHPsOmmuWyIcuqZj/pzt1RUIUZns4y2+A==",
  3266. "license": "MIT",
  3267. "dependencies": {
  3268. "@babel/helper-define-polyfill-provider": "^0.6.5",
  3269. "core-js-compat": "^3.43.0"
  3270. },
  3271. "peerDependencies": {
  3272. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  3273. }
  3274. },
  3275. "node_modules/babel-plugin-polyfill-regenerator": {
  3276. "version": "0.6.5",
  3277. "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.5.tgz",
  3278. "integrity": "sha512-ISqQ2frbiNU9vIJkzg7dlPpznPZ4jOiUQ1uSmB0fEHeowtN3COYRsXr/xexn64NpU13P06jc/L5TgiJXOgrbEg==",
  3279. "license": "MIT",
  3280. "dependencies": {
  3281. "@babel/helper-define-polyfill-provider": "^0.6.5"
  3282. },
  3283. "peerDependencies": {
  3284. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  3285. }
  3286. },
  3287. "node_modules/babel-runtime": {
  3288. "version": "6.26.0",
  3289. "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz",
  3290. "integrity": "sha512-ITKNuq2wKlW1fJg9sSW52eepoYgZBggvOAHC0u/CYu/qxQ9EVzThCgR69BnSXLHjy2f7SY5zaQ4yt7H9ZVxY2g==",
  3291. "license": "MIT",
  3292. "dependencies": {
  3293. "core-js": "^2.4.0",
  3294. "regenerator-runtime": "^0.11.0"
  3295. }
  3296. },
  3297. "node_modules/babel-runtime/node_modules/core-js": {
  3298. "version": "2.6.12",
  3299. "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz",
  3300. "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==",
  3301. "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.",
  3302. "hasInstallScript": true,
  3303. "license": "MIT"
  3304. },
  3305. "node_modules/babel-runtime/node_modules/regenerator-runtime": {
  3306. "version": "0.11.1",
  3307. "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz",
  3308. "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==",
  3309. "license": "MIT"
  3310. },
  3311. "node_modules/balanced-match": {
  3312. "version": "1.0.2",
  3313. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  3314. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  3315. "dev": true,
  3316. "license": "MIT"
  3317. },
  3318. "node_modules/boolbase": {
  3319. "version": "1.0.0",
  3320. "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
  3321. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
  3322. "dev": true,
  3323. "license": "ISC"
  3324. },
  3325. "node_modules/brace-expansion": {
  3326. "version": "1.1.12",
  3327. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
  3328. "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
  3329. "dev": true,
  3330. "license": "MIT",
  3331. "dependencies": {
  3332. "balanced-match": "^1.0.0",
  3333. "concat-map": "0.0.1"
  3334. }
  3335. },
  3336. "node_modules/braces": {
  3337. "version": "3.0.3",
  3338. "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz",
  3339. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  3340. "license": "MIT",
  3341. "optional": true,
  3342. "dependencies": {
  3343. "fill-range": "^7.1.1"
  3344. },
  3345. "engines": {
  3346. "node": ">=8"
  3347. }
  3348. },
  3349. "node_modules/browserslist": {
  3350. "version": "4.25.1",
  3351. "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.25.1.tgz",
  3352. "integrity": "sha512-KGj0KoOMXLpSNkkEI6Z6mShmQy0bc1I+T7K9N81k4WWMrfz+6fQ6es80B/YLAeRoKvjYE1YSHHOW1qe9xIVzHw==",
  3353. "funding": [
  3354. {
  3355. "type": "opencollective",
  3356. "url": "https://opencollective.com/browserslist"
  3357. },
  3358. {
  3359. "type": "tidelift",
  3360. "url": "https://tidelift.com/funding/github/npm/browserslist"
  3361. },
  3362. {
  3363. "type": "github",
  3364. "url": "https://github.com/sponsors/ai"
  3365. }
  3366. ],
  3367. "license": "MIT",
  3368. "dependencies": {
  3369. "caniuse-lite": "^1.0.30001726",
  3370. "electron-to-chromium": "^1.5.173",
  3371. "node-releases": "^2.0.19",
  3372. "update-browserslist-db": "^1.1.3"
  3373. },
  3374. "bin": {
  3375. "browserslist": "cli.js"
  3376. },
  3377. "engines": {
  3378. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  3379. }
  3380. },
  3381. "node_modules/browserslist-to-esbuild": {
  3382. "version": "2.1.1",
  3383. "resolved": "https://registry.npmmirror.com/browserslist-to-esbuild/-/browserslist-to-esbuild-2.1.1.tgz",
  3384. "integrity": "sha512-KN+mty6C3e9AN8Z5dI1xeN15ExcRNeISoC3g7V0Kax/MMF9MSoYA2G7lkTTcVUFntiEjkpI0HNgqJC1NjdyNUw==",
  3385. "license": "MIT",
  3386. "dependencies": {
  3387. "meow": "^13.0.0"
  3388. },
  3389. "bin": {
  3390. "browserslist-to-esbuild": "cli/index.js"
  3391. },
  3392. "engines": {
  3393. "node": ">=18"
  3394. },
  3395. "peerDependencies": {
  3396. "browserslist": "*"
  3397. }
  3398. },
  3399. "node_modules/buffer-from": {
  3400. "version": "1.1.2",
  3401. "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
  3402. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
  3403. "license": "MIT",
  3404. "peer": true
  3405. },
  3406. "node_modules/call-bind-apply-helpers": {
  3407. "version": "1.0.2",
  3408. "resolved": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  3409. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  3410. "license": "MIT",
  3411. "dependencies": {
  3412. "es-errors": "^1.3.0",
  3413. "function-bind": "^1.1.2"
  3414. },
  3415. "engines": {
  3416. "node": ">= 0.4"
  3417. }
  3418. },
  3419. "node_modules/callsites": {
  3420. "version": "3.1.0",
  3421. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  3422. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  3423. "dev": true,
  3424. "license": "MIT",
  3425. "engines": {
  3426. "node": ">=6"
  3427. }
  3428. },
  3429. "node_modules/caniuse-lite": {
  3430. "version": "1.0.30001727",
  3431. "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001727.tgz",
  3432. "integrity": "sha512-pB68nIHmbN6L/4C6MH1DokyR3bYqFwjaSs/sWDHGj4CTcFtQUQMuJftVwWkXq7mNWOybD3KhUv3oWHoGxgP14Q==",
  3433. "funding": [
  3434. {
  3435. "type": "opencollective",
  3436. "url": "https://opencollective.com/browserslist"
  3437. },
  3438. {
  3439. "type": "tidelift",
  3440. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  3441. },
  3442. {
  3443. "type": "github",
  3444. "url": "https://github.com/sponsors/ai"
  3445. }
  3446. ],
  3447. "license": "CC-BY-4.0"
  3448. },
  3449. "node_modules/chalk": {
  3450. "version": "4.1.2",
  3451. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  3452. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  3453. "dev": true,
  3454. "license": "MIT",
  3455. "dependencies": {
  3456. "ansi-styles": "^4.1.0",
  3457. "supports-color": "^7.1.0"
  3458. },
  3459. "engines": {
  3460. "node": ">=10"
  3461. },
  3462. "funding": {
  3463. "url": "https://github.com/chalk/chalk?sponsor=1"
  3464. }
  3465. },
  3466. "node_modules/chokidar": {
  3467. "version": "4.0.3",
  3468. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-4.0.3.tgz",
  3469. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  3470. "devOptional": true,
  3471. "license": "MIT",
  3472. "dependencies": {
  3473. "readdirp": "^4.0.1"
  3474. },
  3475. "engines": {
  3476. "node": ">= 14.16.0"
  3477. },
  3478. "funding": {
  3479. "url": "https://paulmillr.com/funding/"
  3480. }
  3481. },
  3482. "node_modules/color-convert": {
  3483. "version": "2.0.1",
  3484. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  3485. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  3486. "dev": true,
  3487. "license": "MIT",
  3488. "dependencies": {
  3489. "color-name": "~1.1.4"
  3490. },
  3491. "engines": {
  3492. "node": ">=7.0.0"
  3493. }
  3494. },
  3495. "node_modules/color-name": {
  3496. "version": "1.1.4",
  3497. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  3498. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  3499. "dev": true,
  3500. "license": "MIT"
  3501. },
  3502. "node_modules/combined-stream": {
  3503. "version": "1.0.8",
  3504. "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz",
  3505. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  3506. "license": "MIT",
  3507. "dependencies": {
  3508. "delayed-stream": "~1.0.0"
  3509. },
  3510. "engines": {
  3511. "node": ">= 0.8"
  3512. }
  3513. },
  3514. "node_modules/commander": {
  3515. "version": "2.20.3",
  3516. "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
  3517. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
  3518. "license": "MIT",
  3519. "peer": true
  3520. },
  3521. "node_modules/concat-map": {
  3522. "version": "0.0.1",
  3523. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  3524. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  3525. "dev": true,
  3526. "license": "MIT"
  3527. },
  3528. "node_modules/convert-source-map": {
  3529. "version": "2.0.0",
  3530. "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz",
  3531. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  3532. "license": "MIT"
  3533. },
  3534. "node_modules/core-js": {
  3535. "version": "3.44.0",
  3536. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.44.0.tgz",
  3537. "integrity": "sha512-aFCtd4l6GvAXwVEh3XbbVqJGHDJt0OZRa+5ePGx3LLwi12WfexqQxcsohb2wgsa/92xtl19Hd66G/L+TaAxDMw==",
  3538. "hasInstallScript": true,
  3539. "license": "MIT",
  3540. "funding": {
  3541. "type": "opencollective",
  3542. "url": "https://opencollective.com/core-js"
  3543. }
  3544. },
  3545. "node_modules/core-js-compat": {
  3546. "version": "3.44.0",
  3547. "resolved": "https://registry.npmmirror.com/core-js-compat/-/core-js-compat-3.44.0.tgz",
  3548. "integrity": "sha512-JepmAj2zfl6ogy34qfWtcE7nHKAJnKsQFRn++scjVS2bZFllwptzw61BZcZFYBPpUznLfAvh0LGhxKppk04ClA==",
  3549. "license": "MIT",
  3550. "dependencies": {
  3551. "browserslist": "^4.25.1"
  3552. },
  3553. "funding": {
  3554. "type": "opencollective",
  3555. "url": "https://opencollective.com/core-js"
  3556. }
  3557. },
  3558. "node_modules/cross-spawn": {
  3559. "version": "7.0.6",
  3560. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
  3561. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  3562. "dev": true,
  3563. "license": "MIT",
  3564. "dependencies": {
  3565. "path-key": "^3.1.0",
  3566. "shebang-command": "^2.0.0",
  3567. "which": "^2.0.1"
  3568. },
  3569. "engines": {
  3570. "node": ">= 8"
  3571. }
  3572. },
  3573. "node_modules/cssesc": {
  3574. "version": "3.0.0",
  3575. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  3576. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  3577. "dev": true,
  3578. "license": "MIT",
  3579. "bin": {
  3580. "cssesc": "bin/cssesc"
  3581. },
  3582. "engines": {
  3583. "node": ">=4"
  3584. }
  3585. },
  3586. "node_modules/csstype": {
  3587. "version": "3.1.3",
  3588. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz",
  3589. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
  3590. "license": "MIT"
  3591. },
  3592. "node_modules/dayjs": {
  3593. "version": "1.11.13",
  3594. "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.13.tgz",
  3595. "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==",
  3596. "license": "MIT"
  3597. },
  3598. "node_modules/debug": {
  3599. "version": "4.4.1",
  3600. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.1.tgz",
  3601. "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
  3602. "license": "MIT",
  3603. "dependencies": {
  3604. "ms": "^2.1.3"
  3605. },
  3606. "engines": {
  3607. "node": ">=6.0"
  3608. },
  3609. "peerDependenciesMeta": {
  3610. "supports-color": {
  3611. "optional": true
  3612. }
  3613. }
  3614. },
  3615. "node_modules/deep-is": {
  3616. "version": "0.1.4",
  3617. "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
  3618. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  3619. "dev": true,
  3620. "license": "MIT"
  3621. },
  3622. "node_modules/delayed-stream": {
  3623. "version": "1.0.0",
  3624. "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz",
  3625. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  3626. "license": "MIT",
  3627. "engines": {
  3628. "node": ">=0.4.0"
  3629. }
  3630. },
  3631. "node_modules/depd": {
  3632. "version": "2.0.0",
  3633. "resolved": "https://registry.npmmirror.com/depd/-/depd-2.0.0.tgz",
  3634. "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  3635. "license": "MIT",
  3636. "engines": {
  3637. "node": ">= 0.8"
  3638. }
  3639. },
  3640. "node_modules/detect-libc": {
  3641. "version": "1.0.3",
  3642. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-1.0.3.tgz",
  3643. "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
  3644. "license": "Apache-2.0",
  3645. "optional": true,
  3646. "bin": {
  3647. "detect-libc": "bin/detect-libc.js"
  3648. },
  3649. "engines": {
  3650. "node": ">=0.10"
  3651. }
  3652. },
  3653. "node_modules/dom-walk": {
  3654. "version": "0.1.2",
  3655. "resolved": "https://registry.npmjs.org/dom-walk/-/dom-walk-0.1.2.tgz",
  3656. "integrity": "sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w=="
  3657. },
  3658. "node_modules/dunder-proto": {
  3659. "version": "1.0.1",
  3660. "resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz",
  3661. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  3662. "license": "MIT",
  3663. "dependencies": {
  3664. "call-bind-apply-helpers": "^1.0.1",
  3665. "es-errors": "^1.3.0",
  3666. "gopd": "^1.2.0"
  3667. },
  3668. "engines": {
  3669. "node": ">= 0.4"
  3670. }
  3671. },
  3672. "node_modules/electron-to-chromium": {
  3673. "version": "1.5.182",
  3674. "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.182.tgz",
  3675. "integrity": "sha512-Lv65Btwv9W4J9pyODI6EWpdnhfvrve/us5h1WspW8B2Fb0366REPtY3hX7ounk1CkV/TBjWCEvCBBbYbmV0qCA==",
  3676. "license": "ISC"
  3677. },
  3678. "node_modules/element-plus": {
  3679. "version": "2.10.2",
  3680. "resolved": "https://registry.npmmirror.com/element-plus/-/element-plus-2.10.2.tgz",
  3681. "integrity": "sha512-p2KiAa0jEGXrzdlTAfpiS7HQFAhla4gvx6H7RuDf+OO0uC3DGpolxvdHjFR8gt7+vaWyxQNcHa1sAdBkmjqlgA==",
  3682. "license": "MIT",
  3683. "dependencies": {
  3684. "@ctrl/tinycolor": "^3.4.1",
  3685. "@element-plus/icons-vue": "^2.3.1",
  3686. "@floating-ui/dom": "^1.0.1",
  3687. "@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7",
  3688. "@types/lodash": "^4.14.182",
  3689. "@types/lodash-es": "^4.17.6",
  3690. "@vueuse/core": "^9.1.0",
  3691. "async-validator": "^4.2.5",
  3692. "dayjs": "^1.11.13",
  3693. "escape-html": "^1.0.3",
  3694. "lodash": "^4.17.21",
  3695. "lodash-es": "^4.17.21",
  3696. "lodash-unified": "^1.0.2",
  3697. "memoize-one": "^6.0.0",
  3698. "normalize-wheel-es": "^1.2.0"
  3699. },
  3700. "peerDependencies": {
  3701. "vue": "^3.2.0"
  3702. }
  3703. },
  3704. "node_modules/entities": {
  3705. "version": "4.5.0",
  3706. "resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz",
  3707. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  3708. "license": "BSD-2-Clause",
  3709. "engines": {
  3710. "node": ">=0.12"
  3711. },
  3712. "funding": {
  3713. "url": "https://github.com/fb55/entities?sponsor=1"
  3714. }
  3715. },
  3716. "node_modules/es-define-property": {
  3717. "version": "1.0.1",
  3718. "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz",
  3719. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  3720. "license": "MIT",
  3721. "engines": {
  3722. "node": ">= 0.4"
  3723. }
  3724. },
  3725. "node_modules/es-errors": {
  3726. "version": "1.3.0",
  3727. "resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
  3728. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  3729. "license": "MIT",
  3730. "engines": {
  3731. "node": ">= 0.4"
  3732. }
  3733. },
  3734. "node_modules/es-object-atoms": {
  3735. "version": "1.1.1",
  3736. "resolved": "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  3737. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  3738. "license": "MIT",
  3739. "dependencies": {
  3740. "es-errors": "^1.3.0"
  3741. },
  3742. "engines": {
  3743. "node": ">= 0.4"
  3744. }
  3745. },
  3746. "node_modules/es-set-tostringtag": {
  3747. "version": "2.1.0",
  3748. "resolved": "https://registry.npmmirror.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  3749. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  3750. "license": "MIT",
  3751. "dependencies": {
  3752. "es-errors": "^1.3.0",
  3753. "get-intrinsic": "^1.2.6",
  3754. "has-tostringtag": "^1.0.2",
  3755. "hasown": "^2.0.2"
  3756. },
  3757. "engines": {
  3758. "node": ">= 0.4"
  3759. }
  3760. },
  3761. "node_modules/es5-shim": {
  3762. "version": "4.6.7",
  3763. "resolved": "https://registry.npmjs.org/es5-shim/-/es5-shim-4.6.7.tgz",
  3764. "integrity": "sha512-jg21/dmlrNQI7JyyA2w7n+yifSxBng0ZralnSfVZjoCawgNTCnS+yBCyVM9DL5itm7SUnDGgv7hcq2XCZX4iRQ==",
  3765. "license": "MIT",
  3766. "engines": {
  3767. "node": ">=0.4.0"
  3768. }
  3769. },
  3770. "node_modules/esbuild": {
  3771. "version": "0.25.5",
  3772. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.25.5.tgz",
  3773. "integrity": "sha512-P8OtKZRv/5J5hhz0cUAdu/cLuPIKXpQl1R9pZtvmHWQvrAUVd0UNIPT4IB4W3rNOqVO0rlqHmCIbSwxh/c9yUQ==",
  3774. "hasInstallScript": true,
  3775. "license": "MIT",
  3776. "bin": {
  3777. "esbuild": "bin/esbuild"
  3778. },
  3779. "engines": {
  3780. "node": ">=18"
  3781. },
  3782. "optionalDependencies": {
  3783. "@esbuild/aix-ppc64": "0.25.5",
  3784. "@esbuild/android-arm": "0.25.5",
  3785. "@esbuild/android-arm64": "0.25.5",
  3786. "@esbuild/android-x64": "0.25.5",
  3787. "@esbuild/darwin-arm64": "0.25.5",
  3788. "@esbuild/darwin-x64": "0.25.5",
  3789. "@esbuild/freebsd-arm64": "0.25.5",
  3790. "@esbuild/freebsd-x64": "0.25.5",
  3791. "@esbuild/linux-arm": "0.25.5",
  3792. "@esbuild/linux-arm64": "0.25.5",
  3793. "@esbuild/linux-ia32": "0.25.5",
  3794. "@esbuild/linux-loong64": "0.25.5",
  3795. "@esbuild/linux-mips64el": "0.25.5",
  3796. "@esbuild/linux-ppc64": "0.25.5",
  3797. "@esbuild/linux-riscv64": "0.25.5",
  3798. "@esbuild/linux-s390x": "0.25.5",
  3799. "@esbuild/linux-x64": "0.25.5",
  3800. "@esbuild/netbsd-arm64": "0.25.5",
  3801. "@esbuild/netbsd-x64": "0.25.5",
  3802. "@esbuild/openbsd-arm64": "0.25.5",
  3803. "@esbuild/openbsd-x64": "0.25.5",
  3804. "@esbuild/sunos-x64": "0.25.5",
  3805. "@esbuild/win32-arm64": "0.25.5",
  3806. "@esbuild/win32-ia32": "0.25.5",
  3807. "@esbuild/win32-x64": "0.25.5"
  3808. }
  3809. },
  3810. "node_modules/escalade": {
  3811. "version": "3.2.0",
  3812. "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz",
  3813. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  3814. "license": "MIT",
  3815. "engines": {
  3816. "node": ">=6"
  3817. }
  3818. },
  3819. "node_modules/escape-html": {
  3820. "version": "1.0.3",
  3821. "resolved": "https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz",
  3822. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
  3823. "license": "MIT"
  3824. },
  3825. "node_modules/escape-string-regexp": {
  3826. "version": "4.0.0",
  3827. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  3828. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  3829. "dev": true,
  3830. "license": "MIT",
  3831. "engines": {
  3832. "node": ">=10"
  3833. },
  3834. "funding": {
  3835. "url": "https://github.com/sponsors/sindresorhus"
  3836. }
  3837. },
  3838. "node_modules/eslint": {
  3839. "version": "9.32.0",
  3840. "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.32.0.tgz",
  3841. "integrity": "sha512-LSehfdpgMeWcTZkWZVIJl+tkZ2nuSkyyB9C27MZqFWXuph7DvaowgcTvKqxvpLW1JZIk8PN7hFY3Rj9LQ7m7lg==",
  3842. "dev": true,
  3843. "license": "MIT",
  3844. "dependencies": {
  3845. "@eslint-community/eslint-utils": "^4.2.0",
  3846. "@eslint-community/regexpp": "^4.12.1",
  3847. "@eslint/config-array": "^0.21.0",
  3848. "@eslint/config-helpers": "^0.3.0",
  3849. "@eslint/core": "^0.15.0",
  3850. "@eslint/eslintrc": "^3.3.1",
  3851. "@eslint/js": "9.32.0",
  3852. "@eslint/plugin-kit": "^0.3.4",
  3853. "@humanfs/node": "^0.16.6",
  3854. "@humanwhocodes/module-importer": "^1.0.1",
  3855. "@humanwhocodes/retry": "^0.4.2",
  3856. "@types/estree": "^1.0.6",
  3857. "@types/json-schema": "^7.0.15",
  3858. "ajv": "^6.12.4",
  3859. "chalk": "^4.0.0",
  3860. "cross-spawn": "^7.0.6",
  3861. "debug": "^4.3.2",
  3862. "escape-string-regexp": "^4.0.0",
  3863. "eslint-scope": "^8.4.0",
  3864. "eslint-visitor-keys": "^4.2.1",
  3865. "espree": "^10.4.0",
  3866. "esquery": "^1.5.0",
  3867. "esutils": "^2.0.2",
  3868. "fast-deep-equal": "^3.1.3",
  3869. "file-entry-cache": "^8.0.0",
  3870. "find-up": "^5.0.0",
  3871. "glob-parent": "^6.0.2",
  3872. "ignore": "^5.2.0",
  3873. "imurmurhash": "^0.1.4",
  3874. "is-glob": "^4.0.0",
  3875. "json-stable-stringify-without-jsonify": "^1.0.1",
  3876. "lodash.merge": "^4.6.2",
  3877. "minimatch": "^3.1.2",
  3878. "natural-compare": "^1.4.0",
  3879. "optionator": "^0.9.3"
  3880. },
  3881. "bin": {
  3882. "eslint": "bin/eslint.js"
  3883. },
  3884. "engines": {
  3885. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3886. },
  3887. "funding": {
  3888. "url": "https://eslint.org/donate"
  3889. },
  3890. "peerDependencies": {
  3891. "jiti": "*"
  3892. },
  3893. "peerDependenciesMeta": {
  3894. "jiti": {
  3895. "optional": true
  3896. }
  3897. }
  3898. },
  3899. "node_modules/eslint-plugin-vue": {
  3900. "version": "10.3.0",
  3901. "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-10.3.0.tgz",
  3902. "integrity": "sha512-A0u9snqjCfYaPnqqOaH6MBLVWDUIN4trXn8J3x67uDcXvR7X6Ut8p16N+nYhMCQ9Y7edg2BIRGzfyZsY0IdqoQ==",
  3903. "dev": true,
  3904. "license": "MIT",
  3905. "dependencies": {
  3906. "@eslint-community/eslint-utils": "^4.4.0",
  3907. "natural-compare": "^1.4.0",
  3908. "nth-check": "^2.1.1",
  3909. "postcss-selector-parser": "^6.0.15",
  3910. "semver": "^7.6.3",
  3911. "xml-name-validator": "^4.0.0"
  3912. },
  3913. "engines": {
  3914. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3915. },
  3916. "peerDependencies": {
  3917. "@typescript-eslint/parser": "^7.0.0 || ^8.0.0",
  3918. "eslint": "^8.57.0 || ^9.0.0",
  3919. "vue-eslint-parser": "^10.0.0"
  3920. },
  3921. "peerDependenciesMeta": {
  3922. "@typescript-eslint/parser": {
  3923. "optional": true
  3924. }
  3925. }
  3926. },
  3927. "node_modules/eslint-plugin-vue/node_modules/semver": {
  3928. "version": "7.7.2",
  3929. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
  3930. "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
  3931. "dev": true,
  3932. "license": "ISC",
  3933. "bin": {
  3934. "semver": "bin/semver.js"
  3935. },
  3936. "engines": {
  3937. "node": ">=10"
  3938. }
  3939. },
  3940. "node_modules/eslint-scope": {
  3941. "version": "8.4.0",
  3942. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
  3943. "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
  3944. "dev": true,
  3945. "license": "BSD-2-Clause",
  3946. "dependencies": {
  3947. "esrecurse": "^4.3.0",
  3948. "estraverse": "^5.2.0"
  3949. },
  3950. "engines": {
  3951. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3952. },
  3953. "funding": {
  3954. "url": "https://opencollective.com/eslint"
  3955. }
  3956. },
  3957. "node_modules/eslint-visitor-keys": {
  3958. "version": "4.2.1",
  3959. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
  3960. "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
  3961. "dev": true,
  3962. "license": "Apache-2.0",
  3963. "engines": {
  3964. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3965. },
  3966. "funding": {
  3967. "url": "https://opencollective.com/eslint"
  3968. }
  3969. },
  3970. "node_modules/espree": {
  3971. "version": "10.4.0",
  3972. "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
  3973. "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
  3974. "dev": true,
  3975. "license": "BSD-2-Clause",
  3976. "dependencies": {
  3977. "acorn": "^8.15.0",
  3978. "acorn-jsx": "^5.3.2",
  3979. "eslint-visitor-keys": "^4.2.1"
  3980. },
  3981. "engines": {
  3982. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3983. },
  3984. "funding": {
  3985. "url": "https://opencollective.com/eslint"
  3986. }
  3987. },
  3988. "node_modules/esquery": {
  3989. "version": "1.6.0",
  3990. "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
  3991. "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
  3992. "dev": true,
  3993. "license": "BSD-3-Clause",
  3994. "dependencies": {
  3995. "estraverse": "^5.1.0"
  3996. },
  3997. "engines": {
  3998. "node": ">=0.10"
  3999. }
  4000. },
  4001. "node_modules/esrecurse": {
  4002. "version": "4.3.0",
  4003. "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
  4004. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  4005. "dev": true,
  4006. "license": "BSD-2-Clause",
  4007. "dependencies": {
  4008. "estraverse": "^5.2.0"
  4009. },
  4010. "engines": {
  4011. "node": ">=4.0"
  4012. }
  4013. },
  4014. "node_modules/estraverse": {
  4015. "version": "5.3.0",
  4016. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  4017. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  4018. "dev": true,
  4019. "license": "BSD-2-Clause",
  4020. "engines": {
  4021. "node": ">=4.0"
  4022. }
  4023. },
  4024. "node_modules/estree-walker": {
  4025. "version": "2.0.2",
  4026. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  4027. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  4028. "license": "MIT"
  4029. },
  4030. "node_modules/esutils": {
  4031. "version": "2.0.3",
  4032. "resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz",
  4033. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  4034. "license": "BSD-2-Clause",
  4035. "engines": {
  4036. "node": ">=0.10.0"
  4037. }
  4038. },
  4039. "node_modules/fast-deep-equal": {
  4040. "version": "3.1.3",
  4041. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  4042. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  4043. "dev": true,
  4044. "license": "MIT"
  4045. },
  4046. "node_modules/fast-json-stable-stringify": {
  4047. "version": "2.1.0",
  4048. "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  4049. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  4050. "dev": true,
  4051. "license": "MIT"
  4052. },
  4053. "node_modules/fast-levenshtein": {
  4054. "version": "2.0.6",
  4055. "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  4056. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  4057. "dev": true,
  4058. "license": "MIT"
  4059. },
  4060. "node_modules/fdir": {
  4061. "version": "6.4.6",
  4062. "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.4.6.tgz",
  4063. "integrity": "sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==",
  4064. "license": "MIT",
  4065. "peerDependencies": {
  4066. "picomatch": "^3 || ^4"
  4067. },
  4068. "peerDependenciesMeta": {
  4069. "picomatch": {
  4070. "optional": true
  4071. }
  4072. }
  4073. },
  4074. "node_modules/file-entry-cache": {
  4075. "version": "8.0.0",
  4076. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
  4077. "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
  4078. "dev": true,
  4079. "license": "MIT",
  4080. "dependencies": {
  4081. "flat-cache": "^4.0.0"
  4082. },
  4083. "engines": {
  4084. "node": ">=16.0.0"
  4085. }
  4086. },
  4087. "node_modules/fill-range": {
  4088. "version": "7.1.1",
  4089. "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
  4090. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  4091. "license": "MIT",
  4092. "optional": true,
  4093. "dependencies": {
  4094. "to-regex-range": "^5.0.1"
  4095. },
  4096. "engines": {
  4097. "node": ">=8"
  4098. }
  4099. },
  4100. "node_modules/find-up": {
  4101. "version": "5.0.0",
  4102. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  4103. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  4104. "dev": true,
  4105. "license": "MIT",
  4106. "dependencies": {
  4107. "locate-path": "^6.0.0",
  4108. "path-exists": "^4.0.0"
  4109. },
  4110. "engines": {
  4111. "node": ">=10"
  4112. },
  4113. "funding": {
  4114. "url": "https://github.com/sponsors/sindresorhus"
  4115. }
  4116. },
  4117. "node_modules/flat-cache": {
  4118. "version": "4.0.1",
  4119. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
  4120. "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
  4121. "dev": true,
  4122. "license": "MIT",
  4123. "dependencies": {
  4124. "flatted": "^3.2.9",
  4125. "keyv": "^4.5.4"
  4126. },
  4127. "engines": {
  4128. "node": ">=16"
  4129. }
  4130. },
  4131. "node_modules/flatted": {
  4132. "version": "3.3.3",
  4133. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz",
  4134. "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
  4135. "dev": true,
  4136. "license": "ISC"
  4137. },
  4138. "node_modules/follow-redirects": {
  4139. "version": "1.15.9",
  4140. "resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.9.tgz",
  4141. "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==",
  4142. "funding": [
  4143. {
  4144. "type": "individual",
  4145. "url": "https://github.com/sponsors/RubenVerborgh"
  4146. }
  4147. ],
  4148. "license": "MIT",
  4149. "engines": {
  4150. "node": ">=4.0"
  4151. },
  4152. "peerDependenciesMeta": {
  4153. "debug": {
  4154. "optional": true
  4155. }
  4156. }
  4157. },
  4158. "node_modules/form-data": {
  4159. "version": "4.0.3",
  4160. "resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.3.tgz",
  4161. "integrity": "sha512-qsITQPfmvMOSAdeyZ+12I1c+CKSstAFAwu+97zrnWAbIr5u8wfsExUzCesVLC8NgHuRUqNN4Zy6UPWUTRGslcA==",
  4162. "license": "MIT",
  4163. "dependencies": {
  4164. "asynckit": "^0.4.0",
  4165. "combined-stream": "^1.0.8",
  4166. "es-set-tostringtag": "^2.1.0",
  4167. "hasown": "^2.0.2",
  4168. "mime-types": "^2.1.12"
  4169. },
  4170. "engines": {
  4171. "node": ">= 6"
  4172. }
  4173. },
  4174. "node_modules/fsevents": {
  4175. "version": "2.3.3",
  4176. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
  4177. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  4178. "hasInstallScript": true,
  4179. "license": "MIT",
  4180. "optional": true,
  4181. "os": [
  4182. "darwin"
  4183. ],
  4184. "engines": {
  4185. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  4186. }
  4187. },
  4188. "node_modules/function-bind": {
  4189. "version": "1.1.2",
  4190. "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
  4191. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  4192. "license": "MIT",
  4193. "funding": {
  4194. "url": "https://github.com/sponsors/ljharb"
  4195. }
  4196. },
  4197. "node_modules/gensync": {
  4198. "version": "1.0.0-beta.2",
  4199. "resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz",
  4200. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  4201. "license": "MIT",
  4202. "engines": {
  4203. "node": ">=6.9.0"
  4204. }
  4205. },
  4206. "node_modules/get-intrinsic": {
  4207. "version": "1.3.0",
  4208. "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  4209. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  4210. "license": "MIT",
  4211. "dependencies": {
  4212. "call-bind-apply-helpers": "^1.0.2",
  4213. "es-define-property": "^1.0.1",
  4214. "es-errors": "^1.3.0",
  4215. "es-object-atoms": "^1.1.1",
  4216. "function-bind": "^1.1.2",
  4217. "get-proto": "^1.0.1",
  4218. "gopd": "^1.2.0",
  4219. "has-symbols": "^1.1.0",
  4220. "hasown": "^2.0.2",
  4221. "math-intrinsics": "^1.1.0"
  4222. },
  4223. "engines": {
  4224. "node": ">= 0.4"
  4225. },
  4226. "funding": {
  4227. "url": "https://github.com/sponsors/ljharb"
  4228. }
  4229. },
  4230. "node_modules/get-proto": {
  4231. "version": "1.0.1",
  4232. "resolved": "https://registry.npmmirror.com/get-proto/-/get-proto-1.0.1.tgz",
  4233. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  4234. "license": "MIT",
  4235. "dependencies": {
  4236. "dunder-proto": "^1.0.1",
  4237. "es-object-atoms": "^1.0.0"
  4238. },
  4239. "engines": {
  4240. "node": ">= 0.4"
  4241. }
  4242. },
  4243. "node_modules/glob-parent": {
  4244. "version": "6.0.2",
  4245. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  4246. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  4247. "dev": true,
  4248. "license": "ISC",
  4249. "dependencies": {
  4250. "is-glob": "^4.0.3"
  4251. },
  4252. "engines": {
  4253. "node": ">=10.13.0"
  4254. }
  4255. },
  4256. "node_modules/global": {
  4257. "version": "4.4.0",
  4258. "resolved": "https://registry.npmjs.org/global/-/global-4.4.0.tgz",
  4259. "integrity": "sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==",
  4260. "license": "MIT",
  4261. "dependencies": {
  4262. "min-document": "^2.19.0",
  4263. "process": "^0.11.10"
  4264. }
  4265. },
  4266. "node_modules/globals": {
  4267. "version": "14.0.0",
  4268. "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
  4269. "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
  4270. "dev": true,
  4271. "license": "MIT",
  4272. "engines": {
  4273. "node": ">=18"
  4274. },
  4275. "funding": {
  4276. "url": "https://github.com/sponsors/sindresorhus"
  4277. }
  4278. },
  4279. "node_modules/gopd": {
  4280. "version": "1.2.0",
  4281. "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz",
  4282. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  4283. "license": "MIT",
  4284. "engines": {
  4285. "node": ">= 0.4"
  4286. },
  4287. "funding": {
  4288. "url": "https://github.com/sponsors/ljharb"
  4289. }
  4290. },
  4291. "node_modules/has-flag": {
  4292. "version": "4.0.0",
  4293. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  4294. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  4295. "dev": true,
  4296. "license": "MIT",
  4297. "engines": {
  4298. "node": ">=8"
  4299. }
  4300. },
  4301. "node_modules/has-symbols": {
  4302. "version": "1.1.0",
  4303. "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz",
  4304. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  4305. "license": "MIT",
  4306. "engines": {
  4307. "node": ">= 0.4"
  4308. },
  4309. "funding": {
  4310. "url": "https://github.com/sponsors/ljharb"
  4311. }
  4312. },
  4313. "node_modules/has-tostringtag": {
  4314. "version": "1.0.2",
  4315. "resolved": "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  4316. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  4317. "license": "MIT",
  4318. "dependencies": {
  4319. "has-symbols": "^1.0.3"
  4320. },
  4321. "engines": {
  4322. "node": ">= 0.4"
  4323. },
  4324. "funding": {
  4325. "url": "https://github.com/sponsors/ljharb"
  4326. }
  4327. },
  4328. "node_modules/hasown": {
  4329. "version": "2.0.2",
  4330. "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
  4331. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  4332. "license": "MIT",
  4333. "dependencies": {
  4334. "function-bind": "^1.1.2"
  4335. },
  4336. "engines": {
  4337. "node": ">= 0.4"
  4338. }
  4339. },
  4340. "node_modules/highlight.js": {
  4341. "version": "11.11.1",
  4342. "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.11.1.tgz",
  4343. "integrity": "sha512-Xwwo44whKBVCYoliBQwaPvtd/2tYFkRQtXDWj1nackaV2JPXx3L0+Jvd8/qCJ2p+ML0/XVkJ2q+Mr+UVdpJK5w==",
  4344. "license": "BSD-3-Clause",
  4345. "engines": {
  4346. "node": ">=12.0.0"
  4347. }
  4348. },
  4349. "node_modules/hls.js": {
  4350. "version": "1.6.7",
  4351. "resolved": "https://registry.npmmirror.com/hls.js/-/hls.js-1.6.7.tgz",
  4352. "integrity": "sha512-QW2fnwDGKGc9DwQUGLbmMOz8G48UZK7PVNJPcOUql1b8jubKx4/eMHNP5mGqr6tYlJNDG1g10Lx2U/qPzL6zwQ==",
  4353. "license": "Apache-2.0"
  4354. },
  4355. "node_modules/ignore": {
  4356. "version": "5.3.2",
  4357. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
  4358. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  4359. "dev": true,
  4360. "license": "MIT",
  4361. "engines": {
  4362. "node": ">= 4"
  4363. }
  4364. },
  4365. "node_modules/immutable": {
  4366. "version": "5.1.3",
  4367. "resolved": "https://registry.npmmirror.com/immutable/-/immutable-5.1.3.tgz",
  4368. "integrity": "sha512-+chQdDfvscSF1SJqv2gn4SRO2ZyS3xL3r7IW/wWEEzrzLisnOlKiQu5ytC/BVNcS15C39WT2Hg/bjKjDMcu+zg==",
  4369. "devOptional": true,
  4370. "license": "MIT"
  4371. },
  4372. "node_modules/import-fresh": {
  4373. "version": "3.3.1",
  4374. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
  4375. "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
  4376. "dev": true,
  4377. "license": "MIT",
  4378. "dependencies": {
  4379. "parent-module": "^1.0.0",
  4380. "resolve-from": "^4.0.0"
  4381. },
  4382. "engines": {
  4383. "node": ">=6"
  4384. },
  4385. "funding": {
  4386. "url": "https://github.com/sponsors/sindresorhus"
  4387. }
  4388. },
  4389. "node_modules/imurmurhash": {
  4390. "version": "0.1.4",
  4391. "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  4392. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  4393. "dev": true,
  4394. "license": "MIT",
  4395. "engines": {
  4396. "node": ">=0.8.19"
  4397. }
  4398. },
  4399. "node_modules/individual": {
  4400. "version": "2.0.0",
  4401. "resolved": "https://registry.npmjs.org/individual/-/individual-2.0.0.tgz",
  4402. "integrity": "sha512-pWt8hBCqJsUWI/HtcfWod7+N9SgAqyPEaF7JQjwzjn5vGrpg6aQ5qeAFQ7dx//UH4J1O+7xqew+gCeeFt6xN/g=="
  4403. },
  4404. "node_modules/inherits": {
  4405. "version": "2.0.3",
  4406. "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.3.tgz",
  4407. "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==",
  4408. "dev": true,
  4409. "license": "ISC"
  4410. },
  4411. "node_modules/is-core-module": {
  4412. "version": "2.16.1",
  4413. "resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.16.1.tgz",
  4414. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  4415. "license": "MIT",
  4416. "dependencies": {
  4417. "hasown": "^2.0.2"
  4418. },
  4419. "engines": {
  4420. "node": ">= 0.4"
  4421. },
  4422. "funding": {
  4423. "url": "https://github.com/sponsors/ljharb"
  4424. }
  4425. },
  4426. "node_modules/is-extglob": {
  4427. "version": "2.1.1",
  4428. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  4429. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  4430. "devOptional": true,
  4431. "license": "MIT",
  4432. "engines": {
  4433. "node": ">=0.10.0"
  4434. }
  4435. },
  4436. "node_modules/is-function": {
  4437. "version": "1.0.2",
  4438. "resolved": "https://registry.npmjs.org/is-function/-/is-function-1.0.2.tgz",
  4439. "integrity": "sha512-lw7DUp0aWXYg+CBCN+JKkcE0Q2RayZnSvnZBlwgxHBQhqt5pZNVy4Ri7H9GmmXkdu7LUthszM+Tor1u/2iBcpQ==",
  4440. "license": "MIT"
  4441. },
  4442. "node_modules/is-glob": {
  4443. "version": "4.0.3",
  4444. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  4445. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  4446. "devOptional": true,
  4447. "license": "MIT",
  4448. "dependencies": {
  4449. "is-extglob": "^2.1.1"
  4450. },
  4451. "engines": {
  4452. "node": ">=0.10.0"
  4453. }
  4454. },
  4455. "node_modules/is-number": {
  4456. "version": "7.0.0",
  4457. "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
  4458. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  4459. "license": "MIT",
  4460. "optional": true,
  4461. "engines": {
  4462. "node": ">=0.12.0"
  4463. }
  4464. },
  4465. "node_modules/is-promise": {
  4466. "version": "4.0.0",
  4467. "resolved": "https://registry.npmmirror.com/is-promise/-/is-promise-4.0.0.tgz",
  4468. "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==",
  4469. "license": "MIT"
  4470. },
  4471. "node_modules/isexe": {
  4472. "version": "2.0.0",
  4473. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  4474. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  4475. "dev": true,
  4476. "license": "ISC"
  4477. },
  4478. "node_modules/js-cookie": {
  4479. "version": "3.0.5",
  4480. "resolved": "https://registry.npmmirror.com/js-cookie/-/js-cookie-3.0.5.tgz",
  4481. "integrity": "sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==",
  4482. "license": "MIT",
  4483. "engines": {
  4484. "node": ">=14"
  4485. }
  4486. },
  4487. "node_modules/js-tokens": {
  4488. "version": "4.0.0",
  4489. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz",
  4490. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  4491. "license": "MIT"
  4492. },
  4493. "node_modules/js-yaml": {
  4494. "version": "4.1.0",
  4495. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
  4496. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  4497. "dev": true,
  4498. "license": "MIT",
  4499. "dependencies": {
  4500. "argparse": "^2.0.1"
  4501. },
  4502. "bin": {
  4503. "js-yaml": "bin/js-yaml.js"
  4504. }
  4505. },
  4506. "node_modules/jsencrypt": {
  4507. "version": "3.3.2",
  4508. "resolved": "https://registry.npmjs.org/jsencrypt/-/jsencrypt-3.3.2.tgz",
  4509. "integrity": "sha512-arQR1R1ESGdAxY7ZheWr12wCaF2yF47v5qpB76TtV64H1pyGudk9Hvw8Y9tb/FiTIaaTRUyaSnm5T/Y53Ghm/A==",
  4510. "license": "MIT"
  4511. },
  4512. "node_modules/jsesc": {
  4513. "version": "3.1.0",
  4514. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.1.0.tgz",
  4515. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  4516. "license": "MIT",
  4517. "bin": {
  4518. "jsesc": "bin/jsesc"
  4519. },
  4520. "engines": {
  4521. "node": ">=6"
  4522. }
  4523. },
  4524. "node_modules/json-buffer": {
  4525. "version": "3.0.1",
  4526. "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
  4527. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  4528. "dev": true,
  4529. "license": "MIT"
  4530. },
  4531. "node_modules/json-schema-traverse": {
  4532. "version": "0.4.1",
  4533. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  4534. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  4535. "dev": true,
  4536. "license": "MIT"
  4537. },
  4538. "node_modules/json-stable-stringify-without-jsonify": {
  4539. "version": "1.0.1",
  4540. "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  4541. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  4542. "dev": true,
  4543. "license": "MIT"
  4544. },
  4545. "node_modules/json5": {
  4546. "version": "2.2.3",
  4547. "resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz",
  4548. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  4549. "license": "MIT",
  4550. "bin": {
  4551. "json5": "lib/cli.js"
  4552. },
  4553. "engines": {
  4554. "node": ">=6"
  4555. }
  4556. },
  4557. "node_modules/keycode": {
  4558. "version": "2.2.1",
  4559. "resolved": "https://registry.npmjs.org/keycode/-/keycode-2.2.1.tgz",
  4560. "integrity": "sha512-Rdgz9Hl9Iv4QKi8b0OlCRQEzp4AgVxyCtz5S/+VIHezDmrDhkp2N2TqBWOLz0/gbeREXOOiI9/4b8BY9uw2vFg==",
  4561. "license": "MIT"
  4562. },
  4563. "node_modules/keyv": {
  4564. "version": "4.5.4",
  4565. "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
  4566. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  4567. "dev": true,
  4568. "license": "MIT",
  4569. "dependencies": {
  4570. "json-buffer": "3.0.1"
  4571. }
  4572. },
  4573. "node_modules/levn": {
  4574. "version": "0.4.1",
  4575. "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
  4576. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  4577. "dev": true,
  4578. "license": "MIT",
  4579. "dependencies": {
  4580. "prelude-ls": "^1.2.1",
  4581. "type-check": "~0.4.0"
  4582. },
  4583. "engines": {
  4584. "node": ">= 0.8.0"
  4585. }
  4586. },
  4587. "node_modules/linkify-it": {
  4588. "version": "5.0.0",
  4589. "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz",
  4590. "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==",
  4591. "license": "MIT",
  4592. "dependencies": {
  4593. "uc.micro": "^2.0.0"
  4594. }
  4595. },
  4596. "node_modules/locate-path": {
  4597. "version": "6.0.0",
  4598. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  4599. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  4600. "dev": true,
  4601. "license": "MIT",
  4602. "dependencies": {
  4603. "p-locate": "^5.0.0"
  4604. },
  4605. "engines": {
  4606. "node": ">=10"
  4607. },
  4608. "funding": {
  4609. "url": "https://github.com/sponsors/sindresorhus"
  4610. }
  4611. },
  4612. "node_modules/lodash": {
  4613. "version": "4.17.21",
  4614. "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
  4615. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  4616. "license": "MIT"
  4617. },
  4618. "node_modules/lodash-es": {
  4619. "version": "4.17.21",
  4620. "resolved": "https://registry.npmmirror.com/lodash-es/-/lodash-es-4.17.21.tgz",
  4621. "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==",
  4622. "license": "MIT"
  4623. },
  4624. "node_modules/lodash-unified": {
  4625. "version": "1.0.3",
  4626. "resolved": "https://registry.npmmirror.com/lodash-unified/-/lodash-unified-1.0.3.tgz",
  4627. "integrity": "sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ==",
  4628. "license": "MIT",
  4629. "peerDependencies": {
  4630. "@types/lodash-es": "*",
  4631. "lodash": "*",
  4632. "lodash-es": "*"
  4633. }
  4634. },
  4635. "node_modules/lodash.debounce": {
  4636. "version": "4.0.8",
  4637. "resolved": "https://registry.npmmirror.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
  4638. "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
  4639. "license": "MIT"
  4640. },
  4641. "node_modules/lodash.merge": {
  4642. "version": "4.6.2",
  4643. "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
  4644. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  4645. "dev": true,
  4646. "license": "MIT"
  4647. },
  4648. "node_modules/lru-cache": {
  4649. "version": "5.1.1",
  4650. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz",
  4651. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  4652. "license": "ISC",
  4653. "dependencies": {
  4654. "yallist": "^3.0.2"
  4655. }
  4656. },
  4657. "node_modules/m3u8-parser": {
  4658. "version": "4.8.0",
  4659. "resolved": "https://registry.npmjs.org/m3u8-parser/-/m3u8-parser-4.8.0.tgz",
  4660. "integrity": "sha512-UqA2a/Pw3liR6Df3gwxrqghCP17OpPlQj6RBPLYygf/ZSQ4MoSgvdvhvt35qV+3NaaA0FSZx93Ix+2brT1U7cA==",
  4661. "license": "Apache-2.0",
  4662. "dependencies": {
  4663. "@babel/runtime": "^7.12.5",
  4664. "@videojs/vhs-utils": "^3.0.5",
  4665. "global": "^4.4.0"
  4666. }
  4667. },
  4668. "node_modules/magic-string": {
  4669. "version": "0.30.17",
  4670. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz",
  4671. "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
  4672. "license": "MIT",
  4673. "dependencies": {
  4674. "@jridgewell/sourcemap-codec": "^1.5.0"
  4675. }
  4676. },
  4677. "node_modules/markdown-it": {
  4678. "version": "14.1.0",
  4679. "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.0.tgz",
  4680. "integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==",
  4681. "license": "MIT",
  4682. "dependencies": {
  4683. "argparse": "^2.0.1",
  4684. "entities": "^4.4.0",
  4685. "linkify-it": "^5.0.0",
  4686. "mdurl": "^2.0.0",
  4687. "punycode.js": "^2.3.1",
  4688. "uc.micro": "^2.1.0"
  4689. },
  4690. "bin": {
  4691. "markdown-it": "bin/markdown-it.mjs"
  4692. }
  4693. },
  4694. "node_modules/math-intrinsics": {
  4695. "version": "1.1.0",
  4696. "resolved": "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  4697. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  4698. "license": "MIT",
  4699. "engines": {
  4700. "node": ">= 0.4"
  4701. }
  4702. },
  4703. "node_modules/mdurl": {
  4704. "version": "2.0.0",
  4705. "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz",
  4706. "integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==",
  4707. "license": "MIT"
  4708. },
  4709. "node_modules/memoize-one": {
  4710. "version": "6.0.0",
  4711. "resolved": "https://registry.npmmirror.com/memoize-one/-/memoize-one-6.0.0.tgz",
  4712. "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==",
  4713. "license": "MIT"
  4714. },
  4715. "node_modules/meow": {
  4716. "version": "13.2.0",
  4717. "resolved": "https://registry.npmmirror.com/meow/-/meow-13.2.0.tgz",
  4718. "integrity": "sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==",
  4719. "license": "MIT",
  4720. "engines": {
  4721. "node": ">=18"
  4722. },
  4723. "funding": {
  4724. "url": "https://github.com/sponsors/sindresorhus"
  4725. }
  4726. },
  4727. "node_modules/micromatch": {
  4728. "version": "4.0.8",
  4729. "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz",
  4730. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  4731. "license": "MIT",
  4732. "optional": true,
  4733. "dependencies": {
  4734. "braces": "^3.0.3",
  4735. "picomatch": "^2.3.1"
  4736. },
  4737. "engines": {
  4738. "node": ">=8.6"
  4739. }
  4740. },
  4741. "node_modules/micromatch/node_modules/picomatch": {
  4742. "version": "2.3.1",
  4743. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  4744. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  4745. "license": "MIT",
  4746. "optional": true,
  4747. "engines": {
  4748. "node": ">=8.6"
  4749. },
  4750. "funding": {
  4751. "url": "https://github.com/sponsors/jonschlinkert"
  4752. }
  4753. },
  4754. "node_modules/mime-db": {
  4755. "version": "1.52.0",
  4756. "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
  4757. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  4758. "license": "MIT",
  4759. "engines": {
  4760. "node": ">= 0.6"
  4761. }
  4762. },
  4763. "node_modules/mime-types": {
  4764. "version": "2.1.35",
  4765. "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
  4766. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  4767. "license": "MIT",
  4768. "dependencies": {
  4769. "mime-db": "1.52.0"
  4770. },
  4771. "engines": {
  4772. "node": ">= 0.6"
  4773. }
  4774. },
  4775. "node_modules/min-document": {
  4776. "version": "2.19.0",
  4777. "resolved": "https://registry.npmjs.org/min-document/-/min-document-2.19.0.tgz",
  4778. "integrity": "sha512-9Wy1B3m3f66bPPmU5hdA4DR4PB2OfDU/+GS3yAB7IQozE3tqXaVv2zOjgla7MEGSRv95+ILmOuvhLkOK6wJtCQ==",
  4779. "dependencies": {
  4780. "dom-walk": "^0.1.0"
  4781. }
  4782. },
  4783. "node_modules/minimatch": {
  4784. "version": "3.1.2",
  4785. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  4786. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  4787. "dev": true,
  4788. "license": "ISC",
  4789. "dependencies": {
  4790. "brace-expansion": "^1.1.7"
  4791. },
  4792. "engines": {
  4793. "node": "*"
  4794. }
  4795. },
  4796. "node_modules/mpd-parser": {
  4797. "version": "0.22.1",
  4798. "resolved": "https://registry.npmjs.org/mpd-parser/-/mpd-parser-0.22.1.tgz",
  4799. "integrity": "sha512-fwBebvpyPUU8bOzvhX0VQZgSohncbgYwUyJJoTSNpmy7ccD2ryiCvM7oRkn/xQH5cv73/xU7rJSNCLjdGFor0Q==",
  4800. "license": "Apache-2.0",
  4801. "dependencies": {
  4802. "@babel/runtime": "^7.12.5",
  4803. "@videojs/vhs-utils": "^3.0.5",
  4804. "@xmldom/xmldom": "^0.8.3",
  4805. "global": "^4.4.0"
  4806. },
  4807. "bin": {
  4808. "mpd-to-m3u8-json": "bin/parse.js"
  4809. }
  4810. },
  4811. "node_modules/ms": {
  4812. "version": "2.1.3",
  4813. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  4814. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  4815. "license": "MIT"
  4816. },
  4817. "node_modules/mux.js": {
  4818. "version": "6.0.1",
  4819. "resolved": "https://registry.npmjs.org/mux.js/-/mux.js-6.0.1.tgz",
  4820. "integrity": "sha512-22CHb59rH8pWGcPGW5Og7JngJ9s+z4XuSlYvnxhLuc58cA1WqGDQPzuG8I+sPm1/p0CdgpzVTaKW408k5DNn8w==",
  4821. "license": "Apache-2.0",
  4822. "dependencies": {
  4823. "@babel/runtime": "^7.11.2",
  4824. "global": "^4.4.0"
  4825. },
  4826. "bin": {
  4827. "muxjs-transmux": "bin/transmux.js"
  4828. },
  4829. "engines": {
  4830. "node": ">=8",
  4831. "npm": ">=5"
  4832. }
  4833. },
  4834. "node_modules/nanoid": {
  4835. "version": "3.3.11",
  4836. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz",
  4837. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  4838. "funding": [
  4839. {
  4840. "type": "github",
  4841. "url": "https://github.com/sponsors/ai"
  4842. }
  4843. ],
  4844. "license": "MIT",
  4845. "bin": {
  4846. "nanoid": "bin/nanoid.cjs"
  4847. },
  4848. "engines": {
  4849. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  4850. }
  4851. },
  4852. "node_modules/natural-compare": {
  4853. "version": "1.4.0",
  4854. "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  4855. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  4856. "dev": true,
  4857. "license": "MIT"
  4858. },
  4859. "node_modules/node-addon-api": {
  4860. "version": "7.1.1",
  4861. "resolved": "https://registry.npmmirror.com/node-addon-api/-/node-addon-api-7.1.1.tgz",
  4862. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  4863. "license": "MIT",
  4864. "optional": true
  4865. },
  4866. "node_modules/node-releases": {
  4867. "version": "2.0.19",
  4868. "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.19.tgz",
  4869. "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==",
  4870. "license": "MIT"
  4871. },
  4872. "node_modules/normalize-wheel-es": {
  4873. "version": "1.2.0",
  4874. "resolved": "https://registry.npmmirror.com/normalize-wheel-es/-/normalize-wheel-es-1.2.0.tgz",
  4875. "integrity": "sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw==",
  4876. "license": "BSD-3-Clause"
  4877. },
  4878. "node_modules/nth-check": {
  4879. "version": "2.1.1",
  4880. "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
  4881. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  4882. "dev": true,
  4883. "license": "BSD-2-Clause",
  4884. "dependencies": {
  4885. "boolbase": "^1.0.0"
  4886. },
  4887. "funding": {
  4888. "url": "https://github.com/fb55/nth-check?sponsor=1"
  4889. }
  4890. },
  4891. "node_modules/object-assign": {
  4892. "version": "4.1.1",
  4893. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  4894. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  4895. "license": "MIT",
  4896. "engines": {
  4897. "node": ">=0.10.0"
  4898. }
  4899. },
  4900. "node_modules/optionator": {
  4901. "version": "0.9.4",
  4902. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
  4903. "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
  4904. "dev": true,
  4905. "license": "MIT",
  4906. "dependencies": {
  4907. "deep-is": "^0.1.3",
  4908. "fast-levenshtein": "^2.0.6",
  4909. "levn": "^0.4.1",
  4910. "prelude-ls": "^1.2.1",
  4911. "type-check": "^0.4.0",
  4912. "word-wrap": "^1.2.5"
  4913. },
  4914. "engines": {
  4915. "node": ">= 0.8.0"
  4916. }
  4917. },
  4918. "node_modules/p-limit": {
  4919. "version": "3.1.0",
  4920. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  4921. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  4922. "dev": true,
  4923. "license": "MIT",
  4924. "dependencies": {
  4925. "yocto-queue": "^0.1.0"
  4926. },
  4927. "engines": {
  4928. "node": ">=10"
  4929. },
  4930. "funding": {
  4931. "url": "https://github.com/sponsors/sindresorhus"
  4932. }
  4933. },
  4934. "node_modules/p-locate": {
  4935. "version": "5.0.0",
  4936. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  4937. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  4938. "dev": true,
  4939. "license": "MIT",
  4940. "dependencies": {
  4941. "p-limit": "^3.0.2"
  4942. },
  4943. "engines": {
  4944. "node": ">=10"
  4945. },
  4946. "funding": {
  4947. "url": "https://github.com/sponsors/sindresorhus"
  4948. }
  4949. },
  4950. "node_modules/parent-module": {
  4951. "version": "1.0.1",
  4952. "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
  4953. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  4954. "dev": true,
  4955. "license": "MIT",
  4956. "dependencies": {
  4957. "callsites": "^3.0.0"
  4958. },
  4959. "engines": {
  4960. "node": ">=6"
  4961. }
  4962. },
  4963. "node_modules/parse-headers": {
  4964. "version": "2.0.6",
  4965. "resolved": "https://registry.npmjs.org/parse-headers/-/parse-headers-2.0.6.tgz",
  4966. "integrity": "sha512-Tz11t3uKztEW5FEVZnj1ox8GKblWn+PvHY9TmJV5Mll2uHEwRdR/5Li1OlXoECjLYkApdhWy44ocONwXLiKO5A==",
  4967. "license": "MIT"
  4968. },
  4969. "node_modules/parseurl": {
  4970. "version": "1.3.3",
  4971. "resolved": "https://registry.npmmirror.com/parseurl/-/parseurl-1.3.3.tgz",
  4972. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  4973. "license": "MIT",
  4974. "engines": {
  4975. "node": ">= 0.8"
  4976. }
  4977. },
  4978. "node_modules/path": {
  4979. "version": "0.12.7",
  4980. "resolved": "https://registry.npmmirror.com/path/-/path-0.12.7.tgz",
  4981. "integrity": "sha512-aXXC6s+1w7otVF9UletFkFcDsJeO7lSZBPUQhtb5O0xJe8LtYhj/GxldoL09bBj9+ZmE2hNoHqQSFMN5fikh4Q==",
  4982. "dev": true,
  4983. "license": "MIT",
  4984. "dependencies": {
  4985. "process": "^0.11.1",
  4986. "util": "^0.10.3"
  4987. }
  4988. },
  4989. "node_modules/path-exists": {
  4990. "version": "4.0.0",
  4991. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  4992. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  4993. "dev": true,
  4994. "license": "MIT",
  4995. "engines": {
  4996. "node": ">=8"
  4997. }
  4998. },
  4999. "node_modules/path-key": {
  5000. "version": "3.1.1",
  5001. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  5002. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  5003. "dev": true,
  5004. "license": "MIT",
  5005. "engines": {
  5006. "node": ">=8"
  5007. }
  5008. },
  5009. "node_modules/path-parse": {
  5010. "version": "1.0.7",
  5011. "resolved": "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz",
  5012. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  5013. "license": "MIT"
  5014. },
  5015. "node_modules/path-to-regexp": {
  5016. "version": "8.2.0",
  5017. "resolved": "https://registry.npmmirror.com/path-to-regexp/-/path-to-regexp-8.2.0.tgz",
  5018. "integrity": "sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==",
  5019. "license": "MIT",
  5020. "engines": {
  5021. "node": ">=16"
  5022. }
  5023. },
  5024. "node_modules/picocolors": {
  5025. "version": "1.1.1",
  5026. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  5027. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  5028. "license": "ISC"
  5029. },
  5030. "node_modules/picomatch": {
  5031. "version": "4.0.2",
  5032. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  5033. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  5034. "license": "MIT",
  5035. "engines": {
  5036. "node": ">=12"
  5037. },
  5038. "funding": {
  5039. "url": "https://github.com/sponsors/jonschlinkert"
  5040. }
  5041. },
  5042. "node_modules/pkcs7": {
  5043. "version": "1.0.4",
  5044. "resolved": "https://registry.npmjs.org/pkcs7/-/pkcs7-1.0.4.tgz",
  5045. "integrity": "sha512-afRERtHn54AlwaF2/+LFszyAANTCggGilmcmILUzEjvs3XgFZT+xE6+QWQcAGmu4xajy+Xtj7acLOPdx5/eXWQ==",
  5046. "license": "Apache-2.0",
  5047. "dependencies": {
  5048. "@babel/runtime": "^7.5.5"
  5049. },
  5050. "bin": {
  5051. "pkcs7": "bin/cli.js"
  5052. }
  5053. },
  5054. "node_modules/postcss": {
  5055. "version": "8.5.6",
  5056. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.6.tgz",
  5057. "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
  5058. "funding": [
  5059. {
  5060. "type": "opencollective",
  5061. "url": "https://opencollective.com/postcss/"
  5062. },
  5063. {
  5064. "type": "tidelift",
  5065. "url": "https://tidelift.com/funding/github/npm/postcss"
  5066. },
  5067. {
  5068. "type": "github",
  5069. "url": "https://github.com/sponsors/ai"
  5070. }
  5071. ],
  5072. "license": "MIT",
  5073. "dependencies": {
  5074. "nanoid": "^3.3.11",
  5075. "picocolors": "^1.1.1",
  5076. "source-map-js": "^1.2.1"
  5077. },
  5078. "engines": {
  5079. "node": "^10 || ^12 || >=14"
  5080. }
  5081. },
  5082. "node_modules/postcss-selector-parser": {
  5083. "version": "6.1.2",
  5084. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
  5085. "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
  5086. "dev": true,
  5087. "license": "MIT",
  5088. "dependencies": {
  5089. "cssesc": "^3.0.0",
  5090. "util-deprecate": "^1.0.2"
  5091. },
  5092. "engines": {
  5093. "node": ">=4"
  5094. }
  5095. },
  5096. "node_modules/prelude-ls": {
  5097. "version": "1.2.1",
  5098. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
  5099. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  5100. "dev": true,
  5101. "license": "MIT",
  5102. "engines": {
  5103. "node": ">= 0.8.0"
  5104. }
  5105. },
  5106. "node_modules/process": {
  5107. "version": "0.11.10",
  5108. "resolved": "https://registry.npmmirror.com/process/-/process-0.11.10.tgz",
  5109. "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
  5110. "license": "MIT",
  5111. "engines": {
  5112. "node": ">= 0.6.0"
  5113. }
  5114. },
  5115. "node_modules/proxy-from-env": {
  5116. "version": "1.1.0",
  5117. "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
  5118. "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
  5119. "license": "MIT"
  5120. },
  5121. "node_modules/punycode": {
  5122. "version": "2.3.1",
  5123. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
  5124. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  5125. "dev": true,
  5126. "license": "MIT",
  5127. "engines": {
  5128. "node": ">=6"
  5129. }
  5130. },
  5131. "node_modules/punycode.js": {
  5132. "version": "2.3.1",
  5133. "resolved": "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz",
  5134. "integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==",
  5135. "license": "MIT",
  5136. "engines": {
  5137. "node": ">=6"
  5138. }
  5139. },
  5140. "node_modules/readdirp": {
  5141. "version": "4.1.2",
  5142. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-4.1.2.tgz",
  5143. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  5144. "devOptional": true,
  5145. "license": "MIT",
  5146. "engines": {
  5147. "node": ">= 14.18.0"
  5148. },
  5149. "funding": {
  5150. "type": "individual",
  5151. "url": "https://paulmillr.com/funding/"
  5152. }
  5153. },
  5154. "node_modules/regenerate": {
  5155. "version": "1.4.2",
  5156. "resolved": "https://registry.npmmirror.com/regenerate/-/regenerate-1.4.2.tgz",
  5157. "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==",
  5158. "license": "MIT"
  5159. },
  5160. "node_modules/regenerate-unicode-properties": {
  5161. "version": "10.2.0",
  5162. "resolved": "https://registry.npmmirror.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz",
  5163. "integrity": "sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==",
  5164. "license": "MIT",
  5165. "dependencies": {
  5166. "regenerate": "^1.4.2"
  5167. },
  5168. "engines": {
  5169. "node": ">=4"
  5170. }
  5171. },
  5172. "node_modules/regenerator-runtime": {
  5173. "version": "0.14.1",
  5174. "resolved": "https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
  5175. "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
  5176. "license": "MIT"
  5177. },
  5178. "node_modules/regexpu-core": {
  5179. "version": "6.2.0",
  5180. "resolved": "https://registry.npmmirror.com/regexpu-core/-/regexpu-core-6.2.0.tgz",
  5181. "integrity": "sha512-H66BPQMrv+V16t8xtmq+UC0CBpiTBA60V8ibS1QVReIp8T1z8hwFxqcGzm9K6lgsN7sB5edVH8a+ze6Fqm4weA==",
  5182. "license": "MIT",
  5183. "dependencies": {
  5184. "regenerate": "^1.4.2",
  5185. "regenerate-unicode-properties": "^10.2.0",
  5186. "regjsgen": "^0.8.0",
  5187. "regjsparser": "^0.12.0",
  5188. "unicode-match-property-ecmascript": "^2.0.0",
  5189. "unicode-match-property-value-ecmascript": "^2.1.0"
  5190. },
  5191. "engines": {
  5192. "node": ">=4"
  5193. }
  5194. },
  5195. "node_modules/regjsgen": {
  5196. "version": "0.8.0",
  5197. "resolved": "https://registry.npmmirror.com/regjsgen/-/regjsgen-0.8.0.tgz",
  5198. "integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==",
  5199. "license": "MIT"
  5200. },
  5201. "node_modules/regjsparser": {
  5202. "version": "0.12.0",
  5203. "resolved": "https://registry.npmmirror.com/regjsparser/-/regjsparser-0.12.0.tgz",
  5204. "integrity": "sha512-cnE+y8bz4NhMjISKbgeVJtqNbtf5QpjZP+Bslo+UqkIt9QPnX9q095eiRRASJG1/tz6dlNr6Z5NsBiWYokp6EQ==",
  5205. "license": "BSD-2-Clause",
  5206. "dependencies": {
  5207. "jsesc": "~3.0.2"
  5208. },
  5209. "bin": {
  5210. "regjsparser": "bin/parser"
  5211. }
  5212. },
  5213. "node_modules/regjsparser/node_modules/jsesc": {
  5214. "version": "3.0.2",
  5215. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.0.2.tgz",
  5216. "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==",
  5217. "license": "MIT",
  5218. "bin": {
  5219. "jsesc": "bin/jsesc"
  5220. },
  5221. "engines": {
  5222. "node": ">=6"
  5223. }
  5224. },
  5225. "node_modules/resolve": {
  5226. "version": "1.22.10",
  5227. "resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.10.tgz",
  5228. "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==",
  5229. "license": "MIT",
  5230. "dependencies": {
  5231. "is-core-module": "^2.16.0",
  5232. "path-parse": "^1.0.7",
  5233. "supports-preserve-symlinks-flag": "^1.0.0"
  5234. },
  5235. "bin": {
  5236. "resolve": "bin/resolve"
  5237. },
  5238. "engines": {
  5239. "node": ">= 0.4"
  5240. },
  5241. "funding": {
  5242. "url": "https://github.com/sponsors/ljharb"
  5243. }
  5244. },
  5245. "node_modules/resolve-from": {
  5246. "version": "4.0.0",
  5247. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  5248. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  5249. "dev": true,
  5250. "license": "MIT",
  5251. "engines": {
  5252. "node": ">=4"
  5253. }
  5254. },
  5255. "node_modules/rollup": {
  5256. "version": "4.44.1",
  5257. "resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.44.1.tgz",
  5258. "integrity": "sha512-x8H8aPvD+xbl0Do8oez5f5o8eMS3trfCghc4HhLAnCkj7Vl0d1JWGs0UF/D886zLW2rOj2QymV/JcSSsw+XDNg==",
  5259. "license": "MIT",
  5260. "dependencies": {
  5261. "@types/estree": "1.0.8"
  5262. },
  5263. "bin": {
  5264. "rollup": "dist/bin/rollup"
  5265. },
  5266. "engines": {
  5267. "node": ">=18.0.0",
  5268. "npm": ">=8.0.0"
  5269. },
  5270. "optionalDependencies": {
  5271. "@rollup/rollup-android-arm-eabi": "4.44.1",
  5272. "@rollup/rollup-android-arm64": "4.44.1",
  5273. "@rollup/rollup-darwin-arm64": "4.44.1",
  5274. "@rollup/rollup-darwin-x64": "4.44.1",
  5275. "@rollup/rollup-freebsd-arm64": "4.44.1",
  5276. "@rollup/rollup-freebsd-x64": "4.44.1",
  5277. "@rollup/rollup-linux-arm-gnueabihf": "4.44.1",
  5278. "@rollup/rollup-linux-arm-musleabihf": "4.44.1",
  5279. "@rollup/rollup-linux-arm64-gnu": "4.44.1",
  5280. "@rollup/rollup-linux-arm64-musl": "4.44.1",
  5281. "@rollup/rollup-linux-loongarch64-gnu": "4.44.1",
  5282. "@rollup/rollup-linux-powerpc64le-gnu": "4.44.1",
  5283. "@rollup/rollup-linux-riscv64-gnu": "4.44.1",
  5284. "@rollup/rollup-linux-riscv64-musl": "4.44.1",
  5285. "@rollup/rollup-linux-s390x-gnu": "4.44.1",
  5286. "@rollup/rollup-linux-x64-gnu": "4.44.1",
  5287. "@rollup/rollup-linux-x64-musl": "4.44.1",
  5288. "@rollup/rollup-win32-arm64-msvc": "4.44.1",
  5289. "@rollup/rollup-win32-ia32-msvc": "4.44.1",
  5290. "@rollup/rollup-win32-x64-msvc": "4.44.1",
  5291. "fsevents": "~2.3.2"
  5292. }
  5293. },
  5294. "node_modules/router": {
  5295. "version": "2.2.0",
  5296. "resolved": "https://registry.npmmirror.com/router/-/router-2.2.0.tgz",
  5297. "integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==",
  5298. "license": "MIT",
  5299. "dependencies": {
  5300. "debug": "^4.4.0",
  5301. "depd": "^2.0.0",
  5302. "is-promise": "^4.0.0",
  5303. "parseurl": "^1.3.3",
  5304. "path-to-regexp": "^8.0.0"
  5305. },
  5306. "engines": {
  5307. "node": ">= 18"
  5308. }
  5309. },
  5310. "node_modules/rust-result": {
  5311. "version": "1.0.0",
  5312. "resolved": "https://registry.npmjs.org/rust-result/-/rust-result-1.0.0.tgz",
  5313. "integrity": "sha512-6cJzSBU+J/RJCF063onnQf0cDUOHs9uZI1oroSGnHOph+CQTIJ5Pp2hK5kEQq1+7yE/EEWfulSNXAQ2jikPthA==",
  5314. "license": "MIT",
  5315. "dependencies": {
  5316. "individual": "^2.0.0"
  5317. }
  5318. },
  5319. "node_modules/safe-json-parse": {
  5320. "version": "4.0.0",
  5321. "resolved": "https://registry.npmjs.org/safe-json-parse/-/safe-json-parse-4.0.0.tgz",
  5322. "integrity": "sha512-RjZPPHugjK0TOzFrLZ8inw44s9bKox99/0AZW9o/BEQVrJfhI+fIHMErnPyRa89/yRXUUr93q+tiN6zhoVV4wQ==",
  5323. "dependencies": {
  5324. "rust-result": "^1.0.0"
  5325. }
  5326. },
  5327. "node_modules/sass": {
  5328. "version": "1.89.2",
  5329. "resolved": "https://registry.npmmirror.com/sass/-/sass-1.89.2.tgz",
  5330. "integrity": "sha512-xCmtksBKd/jdJ9Bt9p7nPKiuqrlBMBuuGkQlkhZjjQk3Ty48lv93k5Dq6OPkKt4XwxDJ7tvlfrTa1MPA9bf+QA==",
  5331. "devOptional": true,
  5332. "license": "MIT",
  5333. "dependencies": {
  5334. "chokidar": "^4.0.0",
  5335. "immutable": "^5.0.2",
  5336. "source-map-js": ">=0.6.2 <2.0.0"
  5337. },
  5338. "bin": {
  5339. "sass": "sass.js"
  5340. },
  5341. "engines": {
  5342. "node": ">=14.0.0"
  5343. },
  5344. "optionalDependencies": {
  5345. "@parcel/watcher": "^2.4.1"
  5346. }
  5347. },
  5348. "node_modules/semver": {
  5349. "version": "6.3.1",
  5350. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  5351. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  5352. "license": "ISC",
  5353. "bin": {
  5354. "semver": "bin/semver.js"
  5355. }
  5356. },
  5357. "node_modules/shebang-command": {
  5358. "version": "2.0.0",
  5359. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  5360. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  5361. "dev": true,
  5362. "license": "MIT",
  5363. "dependencies": {
  5364. "shebang-regex": "^3.0.0"
  5365. },
  5366. "engines": {
  5367. "node": ">=8"
  5368. }
  5369. },
  5370. "node_modules/shebang-regex": {
  5371. "version": "3.0.0",
  5372. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  5373. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  5374. "dev": true,
  5375. "license": "MIT",
  5376. "engines": {
  5377. "node": ">=8"
  5378. }
  5379. },
  5380. "node_modules/source-map": {
  5381. "version": "0.6.1",
  5382. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  5383. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  5384. "license": "BSD-3-Clause",
  5385. "peer": true,
  5386. "engines": {
  5387. "node": ">=0.10.0"
  5388. }
  5389. },
  5390. "node_modules/source-map-js": {
  5391. "version": "1.2.1",
  5392. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  5393. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  5394. "license": "BSD-3-Clause",
  5395. "engines": {
  5396. "node": ">=0.10.0"
  5397. }
  5398. },
  5399. "node_modules/source-map-support": {
  5400. "version": "0.5.21",
  5401. "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
  5402. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  5403. "license": "MIT",
  5404. "peer": true,
  5405. "dependencies": {
  5406. "buffer-from": "^1.0.0",
  5407. "source-map": "^0.6.0"
  5408. }
  5409. },
  5410. "node_modules/strip-json-comments": {
  5411. "version": "3.1.1",
  5412. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  5413. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  5414. "dev": true,
  5415. "license": "MIT",
  5416. "engines": {
  5417. "node": ">=8"
  5418. },
  5419. "funding": {
  5420. "url": "https://github.com/sponsors/sindresorhus"
  5421. }
  5422. },
  5423. "node_modules/supports-color": {
  5424. "version": "7.2.0",
  5425. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  5426. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  5427. "dev": true,
  5428. "license": "MIT",
  5429. "dependencies": {
  5430. "has-flag": "^4.0.0"
  5431. },
  5432. "engines": {
  5433. "node": ">=8"
  5434. }
  5435. },
  5436. "node_modules/supports-preserve-symlinks-flag": {
  5437. "version": "1.0.0",
  5438. "resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  5439. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  5440. "license": "MIT",
  5441. "engines": {
  5442. "node": ">= 0.4"
  5443. },
  5444. "funding": {
  5445. "url": "https://github.com/sponsors/ljharb"
  5446. }
  5447. },
  5448. "node_modules/systemjs": {
  5449. "version": "6.15.1",
  5450. "resolved": "https://registry.npmmirror.com/systemjs/-/systemjs-6.15.1.tgz",
  5451. "integrity": "sha512-Nk8c4lXvMB98MtbmjX7JwJRgJOL8fluecYCfCeYBznwmpOs8Bf15hLM6z4z71EDAhQVrQrI+wt1aLWSXZq+hXA==",
  5452. "license": "MIT"
  5453. },
  5454. "node_modules/terser": {
  5455. "version": "5.43.1",
  5456. "resolved": "https://registry.npmjs.org/terser/-/terser-5.43.1.tgz",
  5457. "integrity": "sha512-+6erLbBm0+LROX2sPXlUYx/ux5PyE9K/a92Wrt6oA+WDAoFTdpHE5tCYCI5PNzq2y8df4rA+QgHLJuR4jNymsg==",
  5458. "license": "BSD-2-Clause",
  5459. "peer": true,
  5460. "dependencies": {
  5461. "@jridgewell/source-map": "^0.3.3",
  5462. "acorn": "^8.14.0",
  5463. "commander": "^2.20.0",
  5464. "source-map-support": "~0.5.20"
  5465. },
  5466. "bin": {
  5467. "terser": "bin/terser"
  5468. },
  5469. "engines": {
  5470. "node": ">=10"
  5471. }
  5472. },
  5473. "node_modules/throttle-debounce": {
  5474. "version": "3.0.1",
  5475. "resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-3.0.1.tgz",
  5476. "integrity": "sha512-dTEWWNu6JmeVXY0ZYoPuH5cRIwc0MeGbJwah9KUNYSJwommQpCzTySTpEe8Gs1J23aeWEuAobe4Ag7EHVt/LOg==",
  5477. "license": "MIT",
  5478. "engines": {
  5479. "node": ">=10"
  5480. }
  5481. },
  5482. "node_modules/tinyglobby": {
  5483. "version": "0.2.14",
  5484. "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.14.tgz",
  5485. "integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==",
  5486. "license": "MIT",
  5487. "dependencies": {
  5488. "fdir": "^6.4.4",
  5489. "picomatch": "^4.0.2"
  5490. },
  5491. "engines": {
  5492. "node": ">=12.0.0"
  5493. },
  5494. "funding": {
  5495. "url": "https://github.com/sponsors/SuperchupuDev"
  5496. }
  5497. },
  5498. "node_modules/to-regex-range": {
  5499. "version": "5.0.1",
  5500. "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
  5501. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  5502. "license": "MIT",
  5503. "optional": true,
  5504. "dependencies": {
  5505. "is-number": "^7.0.0"
  5506. },
  5507. "engines": {
  5508. "node": ">=8.0"
  5509. }
  5510. },
  5511. "node_modules/tsml": {
  5512. "version": "1.0.1",
  5513. "resolved": "https://registry.npmjs.org/tsml/-/tsml-1.0.1.tgz",
  5514. "integrity": "sha512-3KmepnH9SUsoOVtg013CRrL7c+AK7ECaquAsJdvu4288EDJuraqBlP4PDXT/rLEJ9YDn4jqLAzRJsnFPx+V6lg==",
  5515. "deprecated": "no longer maintained",
  5516. "license": "MIT"
  5517. },
  5518. "node_modules/type-check": {
  5519. "version": "0.4.0",
  5520. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
  5521. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  5522. "dev": true,
  5523. "license": "MIT",
  5524. "dependencies": {
  5525. "prelude-ls": "^1.2.1"
  5526. },
  5527. "engines": {
  5528. "node": ">= 0.8.0"
  5529. }
  5530. },
  5531. "node_modules/uc.micro": {
  5532. "version": "2.1.0",
  5533. "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz",
  5534. "integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==",
  5535. "license": "MIT"
  5536. },
  5537. "node_modules/undici-types": {
  5538. "version": "7.8.0",
  5539. "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-7.8.0.tgz",
  5540. "integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==",
  5541. "devOptional": true,
  5542. "license": "MIT"
  5543. },
  5544. "node_modules/unicode-canonical-property-names-ecmascript": {
  5545. "version": "2.0.1",
  5546. "resolved": "https://registry.npmmirror.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz",
  5547. "integrity": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==",
  5548. "license": "MIT",
  5549. "engines": {
  5550. "node": ">=4"
  5551. }
  5552. },
  5553. "node_modules/unicode-match-property-ecmascript": {
  5554. "version": "2.0.0",
  5555. "resolved": "https://registry.npmmirror.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
  5556. "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
  5557. "license": "MIT",
  5558. "dependencies": {
  5559. "unicode-canonical-property-names-ecmascript": "^2.0.0",
  5560. "unicode-property-aliases-ecmascript": "^2.0.0"
  5561. },
  5562. "engines": {
  5563. "node": ">=4"
  5564. }
  5565. },
  5566. "node_modules/unicode-match-property-value-ecmascript": {
  5567. "version": "2.2.0",
  5568. "resolved": "https://registry.npmmirror.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz",
  5569. "integrity": "sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==",
  5570. "license": "MIT",
  5571. "engines": {
  5572. "node": ">=4"
  5573. }
  5574. },
  5575. "node_modules/unicode-property-aliases-ecmascript": {
  5576. "version": "2.1.0",
  5577. "resolved": "https://registry.npmmirror.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz",
  5578. "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==",
  5579. "license": "MIT",
  5580. "engines": {
  5581. "node": ">=4"
  5582. }
  5583. },
  5584. "node_modules/update-browserslist-db": {
  5585. "version": "1.1.3",
  5586. "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz",
  5587. "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==",
  5588. "funding": [
  5589. {
  5590. "type": "opencollective",
  5591. "url": "https://opencollective.com/browserslist"
  5592. },
  5593. {
  5594. "type": "tidelift",
  5595. "url": "https://tidelift.com/funding/github/npm/browserslist"
  5596. },
  5597. {
  5598. "type": "github",
  5599. "url": "https://github.com/sponsors/ai"
  5600. }
  5601. ],
  5602. "license": "MIT",
  5603. "dependencies": {
  5604. "escalade": "^3.2.0",
  5605. "picocolors": "^1.1.1"
  5606. },
  5607. "bin": {
  5608. "update-browserslist-db": "cli.js"
  5609. },
  5610. "peerDependencies": {
  5611. "browserslist": ">= 4.21.0"
  5612. }
  5613. },
  5614. "node_modules/uri-js": {
  5615. "version": "4.4.1",
  5616. "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
  5617. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  5618. "dev": true,
  5619. "license": "BSD-2-Clause",
  5620. "dependencies": {
  5621. "punycode": "^2.1.0"
  5622. }
  5623. },
  5624. "node_modules/url-toolkit": {
  5625. "version": "2.2.5",
  5626. "resolved": "https://registry.npmjs.org/url-toolkit/-/url-toolkit-2.2.5.tgz",
  5627. "integrity": "sha512-mtN6xk+Nac+oyJ/PrI7tzfmomRVNFIWKUbG8jdYFt52hxbiReFAXIjYskvu64/dvuW71IcB7lV8l0HvZMac6Jg==",
  5628. "license": "Apache-2.0"
  5629. },
  5630. "node_modules/util": {
  5631. "version": "0.10.4",
  5632. "resolved": "https://registry.npmmirror.com/util/-/util-0.10.4.tgz",
  5633. "integrity": "sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==",
  5634. "dev": true,
  5635. "license": "MIT",
  5636. "dependencies": {
  5637. "inherits": "2.0.3"
  5638. }
  5639. },
  5640. "node_modules/util-deprecate": {
  5641. "version": "1.0.2",
  5642. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  5643. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  5644. "dev": true,
  5645. "license": "MIT"
  5646. },
  5647. "node_modules/video.js": {
  5648. "version": "7.21.5",
  5649. "resolved": "https://registry.npmjs.org/video.js/-/video.js-7.21.5.tgz",
  5650. "integrity": "sha512-WRq86tXZKrThA9mK+IR+v4tIQVVvnb5LhvL71fD2AX7TxVOPdaeK1X/wyuUruBqWaOG3w2sZXoMY6HF2Jlo9qA==",
  5651. "license": "Apache-2.0",
  5652. "dependencies": {
  5653. "@babel/runtime": "^7.12.5",
  5654. "@videojs/http-streaming": "2.16.2",
  5655. "@videojs/vhs-utils": "^3.0.4",
  5656. "@videojs/xhr": "2.6.0",
  5657. "aes-decrypter": "3.1.3",
  5658. "global": "^4.4.0",
  5659. "keycode": "^2.2.0",
  5660. "m3u8-parser": "4.8.0",
  5661. "mpd-parser": "0.22.1",
  5662. "mux.js": "6.0.1",
  5663. "safe-json-parse": "4.0.0",
  5664. "videojs-font": "3.2.0",
  5665. "videojs-vtt.js": "^0.15.5"
  5666. }
  5667. },
  5668. "node_modules/videojs-contrib-hls": {
  5669. "version": "5.15.0",
  5670. "resolved": "https://registry.npmjs.org/videojs-contrib-hls/-/videojs-contrib-hls-5.15.0.tgz",
  5671. "integrity": "sha512-18zbMYZ0XRBKTPEayA9bFTWWrqhT9b4G8+zf0czJLD7Epe5PcK1I/3dflTHQeQ5rwlWir+/XnFU3sMg/B2MMcw==",
  5672. "license": "Apache-2.0",
  5673. "dependencies": {
  5674. "aes-decrypter": "1.0.3",
  5675. "global": "^4.3.0",
  5676. "m3u8-parser": "2.1.0",
  5677. "mux.js": "4.3.2",
  5678. "url-toolkit": "^2.1.3",
  5679. "video.js": "^5.19.1 || ^6.2.0",
  5680. "videojs-contrib-media-sources": "4.7.2",
  5681. "webwackify": "0.1.6"
  5682. },
  5683. "engines": {
  5684. "node": ">= 0.10.12"
  5685. }
  5686. },
  5687. "node_modules/videojs-contrib-hls/node_modules/aes-decrypter": {
  5688. "version": "1.0.3",
  5689. "resolved": "https://registry.npmjs.org/aes-decrypter/-/aes-decrypter-1.0.3.tgz",
  5690. "integrity": "sha512-rsx8pfx7wJsn+ziYbpJ8XA5c93hKAtBCrfydxJqJCMT+qfjipd/B5wC2xHtBcoxyvlqJcpeAo3K55t0lXOn9yQ==",
  5691. "license": "Apache-2.0",
  5692. "dependencies": {
  5693. "pkcs7": "^0.2.3"
  5694. }
  5695. },
  5696. "node_modules/videojs-contrib-hls/node_modules/global": {
  5697. "version": "4.3.2",
  5698. "resolved": "https://registry.npmjs.org/global/-/global-4.3.2.tgz",
  5699. "integrity": "sha512-/4AybdwIDU4HkCUbJkZdWpe4P6vuw/CUtu+0I1YlLIPe7OlUO7KNJ+q/rO70CW2/NW6Jc6I62++Hzsf5Alu6rQ==",
  5700. "license": "MIT",
  5701. "dependencies": {
  5702. "min-document": "^2.19.0",
  5703. "process": "~0.5.1"
  5704. }
  5705. },
  5706. "node_modules/videojs-contrib-hls/node_modules/m3u8-parser": {
  5707. "version": "2.1.0",
  5708. "resolved": "https://registry.npmjs.org/m3u8-parser/-/m3u8-parser-2.1.0.tgz",
  5709. "integrity": "sha512-WbEpQ2FUaNGbJ0YanSeyj9D9ruu4FUvz+ZvebIzI2bSME+PUwcPXO1kKXZkjcPUAFruDikoOI5fWQNIA6JCCOQ==",
  5710. "license": "Apache-2.0"
  5711. },
  5712. "node_modules/videojs-contrib-hls/node_modules/mux.js": {
  5713. "version": "4.3.2",
  5714. "resolved": "https://registry.npmjs.org/mux.js/-/mux.js-4.3.2.tgz",
  5715. "integrity": "sha512-g0q6DPdvb3yYcoK7ElBGobdSSrhY/RjPt19U7uUc733aqvc5bCS/aCvL9z+448y+IoCZnYDwyZfQBBXMSmGOaQ==",
  5716. "license": "Apache-2.0"
  5717. },
  5718. "node_modules/videojs-contrib-hls/node_modules/pkcs7": {
  5719. "version": "0.2.3",
  5720. "resolved": "https://registry.npmjs.org/pkcs7/-/pkcs7-0.2.3.tgz",
  5721. "integrity": "sha512-kJRwmADEQUg+qJyRgWLtpEL9q9cFjZschejTEK3GRjKvnsU9G5WWoe/wKqRgbBoqWdVSeTUKP6vIA3Y72M3rWA==",
  5722. "license": "Apache2",
  5723. "bin": {
  5724. "pkcs7": "lib/cli.js"
  5725. },
  5726. "engines": {
  5727. "node": "^0.10",
  5728. "npm": "^1.4.6"
  5729. }
  5730. },
  5731. "node_modules/videojs-contrib-hls/node_modules/process": {
  5732. "version": "0.5.2",
  5733. "resolved": "https://registry.npmjs.org/process/-/process-0.5.2.tgz",
  5734. "integrity": "sha512-oNpcutj+nYX2FjdEW7PGltWhXulAnFlM0My/k48L90hARCOJtvBbQXc/6itV2jDvU5xAAtonP+r6wmQgCcbAUA==",
  5735. "engines": {
  5736. "node": ">= 0.6.0"
  5737. }
  5738. },
  5739. "node_modules/videojs-contrib-hls/node_modules/video.js": {
  5740. "version": "6.13.0",
  5741. "resolved": "https://registry.npmjs.org/video.js/-/video.js-6.13.0.tgz",
  5742. "integrity": "sha512-36/JR/GhPQSZj0o+GNbhcEYv/b0SkV9SQsjlodAnzMQYN0TA7VhmqrKPYMCi1NGRYu7S9W3OaFCFoUxkYfSVlg==",
  5743. "license": "Apache-2.0",
  5744. "dependencies": {
  5745. "babel-runtime": "^6.9.2",
  5746. "global": "4.3.2",
  5747. "safe-json-parse": "4.0.0",
  5748. "tsml": "1.0.1",
  5749. "videojs-font": "2.1.0",
  5750. "videojs-ie8": "1.1.2",
  5751. "videojs-vtt.js": "0.12.6",
  5752. "xhr": "2.4.0"
  5753. }
  5754. },
  5755. "node_modules/videojs-contrib-hls/node_modules/videojs-font": {
  5756. "version": "2.1.0",
  5757. "resolved": "https://registry.npmjs.org/videojs-font/-/videojs-font-2.1.0.tgz",
  5758. "integrity": "sha512-zFqWpLrXf1q8NtYx5qtZhMC6SLUFScDmR6j+UGPogobxR21lvXShhnzcNNMdOxJUuFLiToJ/BPpFUQwX4xhpvA==",
  5759. "license": "Apache-2.0"
  5760. },
  5761. "node_modules/videojs-contrib-hls/node_modules/videojs-vtt.js": {
  5762. "version": "0.12.6",
  5763. "resolved": "https://registry.npmjs.org/videojs-vtt.js/-/videojs-vtt.js-0.12.6.tgz",
  5764. "integrity": "sha512-XFXeGBQiljnElMhwCcZst0RDbZn2n8LU7ZScXryd3a00OaZsHAjdZu/7/RdSr7Z1jHphd45FnOvOQkGK4YrWCQ==",
  5765. "license": "Apache-2.0",
  5766. "dependencies": {
  5767. "global": "^4.3.1"
  5768. }
  5769. },
  5770. "node_modules/videojs-contrib-media-sources": {
  5771. "version": "4.7.2",
  5772. "resolved": "https://registry.npmjs.org/videojs-contrib-media-sources/-/videojs-contrib-media-sources-4.7.2.tgz",
  5773. "integrity": "sha512-e6iCHWBFuV05EGo7v+pS9iepObXnJ9joms467gzi8ZjpKVb3ifha9M0Ja24Rd8JfvYpzjltsgDVtGFDvIg4hQQ==",
  5774. "license": "Apache-2.0",
  5775. "dependencies": {
  5776. "global": "^4.3.0",
  5777. "mux.js": "4.3.2",
  5778. "video.js": "^5.17.0 || ^6.2.0",
  5779. "webwackify": "0.1.6"
  5780. }
  5781. },
  5782. "node_modules/videojs-contrib-media-sources/node_modules/global": {
  5783. "version": "4.3.2",
  5784. "resolved": "https://registry.npmjs.org/global/-/global-4.3.2.tgz",
  5785. "integrity": "sha512-/4AybdwIDU4HkCUbJkZdWpe4P6vuw/CUtu+0I1YlLIPe7OlUO7KNJ+q/rO70CW2/NW6Jc6I62++Hzsf5Alu6rQ==",
  5786. "license": "MIT",
  5787. "dependencies": {
  5788. "min-document": "^2.19.0",
  5789. "process": "~0.5.1"
  5790. }
  5791. },
  5792. "node_modules/videojs-contrib-media-sources/node_modules/mux.js": {
  5793. "version": "4.3.2",
  5794. "resolved": "https://registry.npmjs.org/mux.js/-/mux.js-4.3.2.tgz",
  5795. "integrity": "sha512-g0q6DPdvb3yYcoK7ElBGobdSSrhY/RjPt19U7uUc733aqvc5bCS/aCvL9z+448y+IoCZnYDwyZfQBBXMSmGOaQ==",
  5796. "license": "Apache-2.0"
  5797. },
  5798. "node_modules/videojs-contrib-media-sources/node_modules/process": {
  5799. "version": "0.5.2",
  5800. "resolved": "https://registry.npmjs.org/process/-/process-0.5.2.tgz",
  5801. "integrity": "sha512-oNpcutj+nYX2FjdEW7PGltWhXulAnFlM0My/k48L90hARCOJtvBbQXc/6itV2jDvU5xAAtonP+r6wmQgCcbAUA==",
  5802. "engines": {
  5803. "node": ">= 0.6.0"
  5804. }
  5805. },
  5806. "node_modules/videojs-contrib-media-sources/node_modules/video.js": {
  5807. "version": "6.13.0",
  5808. "resolved": "https://registry.npmjs.org/video.js/-/video.js-6.13.0.tgz",
  5809. "integrity": "sha512-36/JR/GhPQSZj0o+GNbhcEYv/b0SkV9SQsjlodAnzMQYN0TA7VhmqrKPYMCi1NGRYu7S9W3OaFCFoUxkYfSVlg==",
  5810. "license": "Apache-2.0",
  5811. "dependencies": {
  5812. "babel-runtime": "^6.9.2",
  5813. "global": "4.3.2",
  5814. "safe-json-parse": "4.0.0",
  5815. "tsml": "1.0.1",
  5816. "videojs-font": "2.1.0",
  5817. "videojs-ie8": "1.1.2",
  5818. "videojs-vtt.js": "0.12.6",
  5819. "xhr": "2.4.0"
  5820. }
  5821. },
  5822. "node_modules/videojs-contrib-media-sources/node_modules/videojs-font": {
  5823. "version": "2.1.0",
  5824. "resolved": "https://registry.npmjs.org/videojs-font/-/videojs-font-2.1.0.tgz",
  5825. "integrity": "sha512-zFqWpLrXf1q8NtYx5qtZhMC6SLUFScDmR6j+UGPogobxR21lvXShhnzcNNMdOxJUuFLiToJ/BPpFUQwX4xhpvA==",
  5826. "license": "Apache-2.0"
  5827. },
  5828. "node_modules/videojs-contrib-media-sources/node_modules/videojs-vtt.js": {
  5829. "version": "0.12.6",
  5830. "resolved": "https://registry.npmjs.org/videojs-vtt.js/-/videojs-vtt.js-0.12.6.tgz",
  5831. "integrity": "sha512-XFXeGBQiljnElMhwCcZst0RDbZn2n8LU7ZScXryd3a00OaZsHAjdZu/7/RdSr7Z1jHphd45FnOvOQkGK4YrWCQ==",
  5832. "license": "Apache-2.0",
  5833. "dependencies": {
  5834. "global": "^4.3.1"
  5835. }
  5836. },
  5837. "node_modules/videojs-flash": {
  5838. "version": "2.2.1",
  5839. "resolved": "https://registry.npmjs.org/videojs-flash/-/videojs-flash-2.2.1.tgz",
  5840. "integrity": "sha512-mHu6TD12EKkxMvr8tg4AcfV/DuVLff427nneoZom3N9Dd2bv0sJOWwdLPQH1v5BCuAuXAVuAOba56ovTl+G3tQ==",
  5841. "license": "Apache-2.0",
  5842. "dependencies": {
  5843. "global": "^4.4.0",
  5844. "video.js": "^6 || ^7",
  5845. "videojs-swf": "5.4.2"
  5846. },
  5847. "engines": {
  5848. "node": ">=4.4.0"
  5849. }
  5850. },
  5851. "node_modules/videojs-font": {
  5852. "version": "3.2.0",
  5853. "resolved": "https://registry.npmjs.org/videojs-font/-/videojs-font-3.2.0.tgz",
  5854. "integrity": "sha512-g8vHMKK2/JGorSfqAZQUmYYNnXmfec4MLhwtEFS+mMs2IDY398GLysy6BH6K+aS1KMNu/xWZ8Sue/X/mdQPliA==",
  5855. "license": "Apache-2.0"
  5856. },
  5857. "node_modules/videojs-hotkeys": {
  5858. "version": "0.2.30",
  5859. "resolved": "https://registry.npmjs.org/videojs-hotkeys/-/videojs-hotkeys-0.2.30.tgz",
  5860. "integrity": "sha512-G8kEQZPapoWDoEajh2Nroy4bCN1qVEul5AuzZqBS7ZCG45K7hqTYKgf1+fmYvG8m8u84sZmVMUvSWZBjaFW66Q==",
  5861. "license": "Apache-2.0"
  5862. },
  5863. "node_modules/videojs-ie8": {
  5864. "version": "1.1.2",
  5865. "resolved": "https://registry.npmjs.org/videojs-ie8/-/videojs-ie8-1.1.2.tgz",
  5866. "integrity": "sha512-0Zb2T4MLkpfZbeGMK/Z93b8Lrepr+rLFoHgQV1CoDeFqXvH7b+Vsd/VHoILGxQrgCSHFQ7mAODR6oyMjuiD4/g==",
  5867. "license": "Apache 2.0",
  5868. "dependencies": {
  5869. "es5-shim": "^4.5.1"
  5870. }
  5871. },
  5872. "node_modules/videojs-swf": {
  5873. "version": "5.4.2",
  5874. "resolved": "https://registry.npmjs.org/videojs-swf/-/videojs-swf-5.4.2.tgz",
  5875. "integrity": "sha512-FGg+Csioa8/A/EacvFefBdb9Z0rSiMlheHDunZnN3xXfUF43jvjawcWFQnZvrv1Cs1nE1LBrHyUZjF7j2mKOLw=="
  5876. },
  5877. "node_modules/videojs-vtt.js": {
  5878. "version": "0.15.5",
  5879. "resolved": "https://registry.npmjs.org/videojs-vtt.js/-/videojs-vtt.js-0.15.5.tgz",
  5880. "integrity": "sha512-yZbBxvA7QMYn15Lr/ZfhhLPrNpI/RmCSCqgIff57GC2gIrV5YfyzLfLyZMj0NnZSAz8syB4N0nHXpZg9MyrMOQ==",
  5881. "license": "Apache-2.0",
  5882. "dependencies": {
  5883. "global": "^4.3.1"
  5884. }
  5885. },
  5886. "node_modules/vite": {
  5887. "version": "7.0.0",
  5888. "resolved": "https://registry.npmmirror.com/vite/-/vite-7.0.0.tgz",
  5889. "integrity": "sha512-ixXJB1YRgDIw2OszKQS9WxGHKwLdCsbQNkpJN171udl6szi/rIySHL6/Os3s2+oE4P/FLD4dxg4mD7Wust+u5g==",
  5890. "license": "MIT",
  5891. "dependencies": {
  5892. "esbuild": "^0.25.0",
  5893. "fdir": "^6.4.6",
  5894. "picomatch": "^4.0.2",
  5895. "postcss": "^8.5.6",
  5896. "rollup": "^4.40.0",
  5897. "tinyglobby": "^0.2.14"
  5898. },
  5899. "bin": {
  5900. "vite": "bin/vite.js"
  5901. },
  5902. "engines": {
  5903. "node": "^20.19.0 || >=22.12.0"
  5904. },
  5905. "funding": {
  5906. "url": "https://github.com/vitejs/vite?sponsor=1"
  5907. },
  5908. "optionalDependencies": {
  5909. "fsevents": "~2.3.3"
  5910. },
  5911. "peerDependencies": {
  5912. "@types/node": "^20.19.0 || >=22.12.0",
  5913. "jiti": ">=1.21.0",
  5914. "less": "^4.0.0",
  5915. "lightningcss": "^1.21.0",
  5916. "sass": "^1.70.0",
  5917. "sass-embedded": "^1.70.0",
  5918. "stylus": ">=0.54.8",
  5919. "sugarss": "^5.0.0",
  5920. "terser": "^5.16.0",
  5921. "tsx": "^4.8.1",
  5922. "yaml": "^2.4.2"
  5923. },
  5924. "peerDependenciesMeta": {
  5925. "@types/node": {
  5926. "optional": true
  5927. },
  5928. "jiti": {
  5929. "optional": true
  5930. },
  5931. "less": {
  5932. "optional": true
  5933. },
  5934. "lightningcss": {
  5935. "optional": true
  5936. },
  5937. "sass": {
  5938. "optional": true
  5939. },
  5940. "sass-embedded": {
  5941. "optional": true
  5942. },
  5943. "stylus": {
  5944. "optional": true
  5945. },
  5946. "sugarss": {
  5947. "optional": true
  5948. },
  5949. "terser": {
  5950. "optional": true
  5951. },
  5952. "tsx": {
  5953. "optional": true
  5954. },
  5955. "yaml": {
  5956. "optional": true
  5957. }
  5958. }
  5959. },
  5960. "node_modules/vue": {
  5961. "version": "3.5.17",
  5962. "resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.17.tgz",
  5963. "integrity": "sha512-LbHV3xPN9BeljML+Xctq4lbz2lVHCR6DtbpTf5XIO6gugpXUN49j2QQPcMj086r9+AkJ0FfUT8xjulKKBkkr9g==",
  5964. "license": "MIT",
  5965. "dependencies": {
  5966. "@vue/compiler-dom": "3.5.17",
  5967. "@vue/compiler-sfc": "3.5.17",
  5968. "@vue/runtime-dom": "3.5.17",
  5969. "@vue/server-renderer": "3.5.17",
  5970. "@vue/shared": "3.5.17"
  5971. },
  5972. "peerDependencies": {
  5973. "typescript": "*"
  5974. },
  5975. "peerDependenciesMeta": {
  5976. "typescript": {
  5977. "optional": true
  5978. }
  5979. }
  5980. },
  5981. "node_modules/vue-demi": {
  5982. "version": "0.14.10",
  5983. "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
  5984. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  5985. "hasInstallScript": true,
  5986. "license": "MIT",
  5987. "bin": {
  5988. "vue-demi-fix": "bin/vue-demi-fix.js",
  5989. "vue-demi-switch": "bin/vue-demi-switch.js"
  5990. },
  5991. "engines": {
  5992. "node": ">=12"
  5993. },
  5994. "funding": {
  5995. "url": "https://github.com/sponsors/antfu"
  5996. },
  5997. "peerDependencies": {
  5998. "@vue/composition-api": "^1.0.0-rc.1",
  5999. "vue": "^3.0.0-0 || ^2.6.0"
  6000. },
  6001. "peerDependenciesMeta": {
  6002. "@vue/composition-api": {
  6003. "optional": true
  6004. }
  6005. }
  6006. },
  6007. "node_modules/vue-eslint-parser": {
  6008. "version": "10.2.0",
  6009. "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-10.2.0.tgz",
  6010. "integrity": "sha512-CydUvFOQKD928UzZhTp4pr2vWz1L+H99t7Pkln2QSPdvmURT0MoC4wUccfCnuEaihNsu9aYYyk+bep8rlfkUXw==",
  6011. "dev": true,
  6012. "license": "MIT",
  6013. "peer": true,
  6014. "dependencies": {
  6015. "debug": "^4.4.0",
  6016. "eslint-scope": "^8.2.0",
  6017. "eslint-visitor-keys": "^4.2.0",
  6018. "espree": "^10.3.0",
  6019. "esquery": "^1.6.0",
  6020. "semver": "^7.6.3"
  6021. },
  6022. "engines": {
  6023. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  6024. },
  6025. "funding": {
  6026. "url": "https://github.com/sponsors/mysticatea"
  6027. },
  6028. "peerDependencies": {
  6029. "eslint": "^8.57.0 || ^9.0.0"
  6030. }
  6031. },
  6032. "node_modules/vue-eslint-parser/node_modules/semver": {
  6033. "version": "7.7.2",
  6034. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
  6035. "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
  6036. "dev": true,
  6037. "license": "ISC",
  6038. "peer": true,
  6039. "bin": {
  6040. "semver": "bin/semver.js"
  6041. },
  6042. "engines": {
  6043. "node": ">=10"
  6044. }
  6045. },
  6046. "node_modules/vue-router": {
  6047. "version": "4.5.1",
  6048. "resolved": "https://registry.npmmirror.com/vue-router/-/vue-router-4.5.1.tgz",
  6049. "integrity": "sha512-ogAF3P97NPm8fJsE4by9dwSYtDwXIY1nFY9T6DyQnGHd1E2Da94w9JIolpe42LJGIl0DwOHBi8TcRPlPGwbTtw==",
  6050. "license": "MIT",
  6051. "dependencies": {
  6052. "@vue/devtools-api": "^6.6.4"
  6053. },
  6054. "funding": {
  6055. "url": "https://github.com/sponsors/posva"
  6056. },
  6057. "peerDependencies": {
  6058. "vue": "^3.2.0"
  6059. }
  6060. },
  6061. "node_modules/vue-video-play": {
  6062. "version": "7.0.4",
  6063. "resolved": "https://registry.npmjs.org/vue-video-play/-/vue-video-play-7.0.4.tgz",
  6064. "integrity": "sha512-rTpOlAattbh53plTxVun8m6Ys70ioUHkaifX5c/QePpFNJPnw9rbQ/lXY6RHjv/bdyOaMZE+OiStdabl6y/Opw==",
  6065. "license": "MIT",
  6066. "dependencies": {
  6067. "object-assign": "^4.1.1",
  6068. "video.js": "^7.0.0",
  6069. "videojs-contrib-hls": "^5.12.2",
  6070. "videojs-flash": "^2.1.0",
  6071. "videojs-hotkeys": "^0.2.20"
  6072. },
  6073. "engines": {
  6074. "node": ">= 4.0.0",
  6075. "npm": ">= 3.0.0"
  6076. }
  6077. },
  6078. "node_modules/vue-video-player": {
  6079. "version": "6.0.0",
  6080. "resolved": "https://registry.npmjs.org/vue-video-player/-/vue-video-player-6.0.0.tgz",
  6081. "integrity": "sha512-WP47OtefsjMEReRCIKIL3tRRgH/PyNm8ELjsbYgr/WWrYAj5Ih9Adzkzp+ylYOI/v57jJ4O7O4XkbXBCmsTqNw==",
  6082. "license": "MIT",
  6083. "dependencies": {
  6084. "@videojs-player/vue": "1.x"
  6085. },
  6086. "peerDependencies": {
  6087. "@types/video.js": "7.x",
  6088. "video.js": "7.x",
  6089. "vue": "3.x"
  6090. }
  6091. },
  6092. "node_modules/vue3-video-play": {
  6093. "version": "1.3.1-beta.6",
  6094. "resolved": "https://registry.npmjs.org/vue3-video-play/-/vue3-video-play-1.3.1-beta.6.tgz",
  6095. "integrity": "sha512-Olrx2/LNAds7fuor/yX9ZKT9sOcwcfTt2g2YbbCrEaAmZ5Tb0hwBr5z+/CoLwELzzRzXCHPmWWoT0Wm5W/Nwpw==",
  6096. "license": "ISC",
  6097. "dependencies": {
  6098. "hls.js": "^1.0.10",
  6099. "throttle-debounce": "^3.0.1",
  6100. "vue": "^3.2.2"
  6101. }
  6102. },
  6103. "node_modules/vuex": {
  6104. "version": "4.0.2",
  6105. "resolved": "https://registry.npmmirror.com/vuex/-/vuex-4.0.2.tgz",
  6106. "integrity": "sha512-M6r8uxELjZIK8kTKDGgZTYX/ahzblnzC4isU1tpmEuOIIKmV+TRdc+H4s8ds2NuZ7wpUTdGRzJRtoj+lI+pc0Q==",
  6107. "license": "MIT",
  6108. "dependencies": {
  6109. "@vue/devtools-api": "^6.0.0-beta.11"
  6110. },
  6111. "peerDependencies": {
  6112. "vue": "^3.0.2"
  6113. }
  6114. },
  6115. "node_modules/web-storage-cache": {
  6116. "version": "1.1.1",
  6117. "resolved": "https://registry.npmjs.org/web-storage-cache/-/web-storage-cache-1.1.1.tgz",
  6118. "integrity": "sha512-D0MieGooOs8RpsrK+vnejXnvh4OOv/+lTFB35JRkJJQt+uOjPE08XpaE0QBLMTRu47B1KGT/Nq3Gbag3Orinzw==",
  6119. "license": "MIT"
  6120. },
  6121. "node_modules/webwackify": {
  6122. "version": "0.1.6",
  6123. "resolved": "https://registry.npmjs.org/webwackify/-/webwackify-0.1.6.tgz",
  6124. "integrity": "sha512-pGcw1T3HpNnM/UTRQqqRkkkzythSLts05mB+7Gr00B+0VbL0m39dFL5g20rSIEUt9Wrpw+/8k+snxRlUFHhcqA==",
  6125. "license": "MIT"
  6126. },
  6127. "node_modules/which": {
  6128. "version": "2.0.2",
  6129. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  6130. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  6131. "dev": true,
  6132. "license": "ISC",
  6133. "dependencies": {
  6134. "isexe": "^2.0.0"
  6135. },
  6136. "bin": {
  6137. "node-which": "bin/node-which"
  6138. },
  6139. "engines": {
  6140. "node": ">= 8"
  6141. }
  6142. },
  6143. "node_modules/word-wrap": {
  6144. "version": "1.2.5",
  6145. "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
  6146. "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
  6147. "dev": true,
  6148. "license": "MIT",
  6149. "engines": {
  6150. "node": ">=0.10.0"
  6151. }
  6152. },
  6153. "node_modules/xhr": {
  6154. "version": "2.4.0",
  6155. "resolved": "https://registry.npmjs.org/xhr/-/xhr-2.4.0.tgz",
  6156. "integrity": "sha512-TUbBsdAuJbX8olk9hsDwGK8P1ri1XlV+PdEWkYw+HQQbpkiBR8PLgD1F3kQDPBs9l4Px34hP9rCYAZOCCAENbw==",
  6157. "license": "MIT",
  6158. "dependencies": {
  6159. "global": "~4.3.0",
  6160. "is-function": "^1.0.1",
  6161. "parse-headers": "^2.0.0",
  6162. "xtend": "^4.0.0"
  6163. }
  6164. },
  6165. "node_modules/xhr/node_modules/global": {
  6166. "version": "4.3.2",
  6167. "resolved": "https://registry.npmjs.org/global/-/global-4.3.2.tgz",
  6168. "integrity": "sha512-/4AybdwIDU4HkCUbJkZdWpe4P6vuw/CUtu+0I1YlLIPe7OlUO7KNJ+q/rO70CW2/NW6Jc6I62++Hzsf5Alu6rQ==",
  6169. "license": "MIT",
  6170. "dependencies": {
  6171. "min-document": "^2.19.0",
  6172. "process": "~0.5.1"
  6173. }
  6174. },
  6175. "node_modules/xhr/node_modules/process": {
  6176. "version": "0.5.2",
  6177. "resolved": "https://registry.npmjs.org/process/-/process-0.5.2.tgz",
  6178. "integrity": "sha512-oNpcutj+nYX2FjdEW7PGltWhXulAnFlM0My/k48L90hARCOJtvBbQXc/6itV2jDvU5xAAtonP+r6wmQgCcbAUA==",
  6179. "engines": {
  6180. "node": ">= 0.6.0"
  6181. }
  6182. },
  6183. "node_modules/xml-name-validator": {
  6184. "version": "4.0.0",
  6185. "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz",
  6186. "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==",
  6187. "dev": true,
  6188. "license": "Apache-2.0",
  6189. "engines": {
  6190. "node": ">=12"
  6191. }
  6192. },
  6193. "node_modules/xtend": {
  6194. "version": "4.0.2",
  6195. "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
  6196. "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
  6197. "license": "MIT",
  6198. "engines": {
  6199. "node": ">=0.4"
  6200. }
  6201. },
  6202. "node_modules/yallist": {
  6203. "version": "3.1.1",
  6204. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz",
  6205. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  6206. "license": "ISC"
  6207. },
  6208. "node_modules/yocto-queue": {
  6209. "version": "0.1.0",
  6210. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  6211. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  6212. "dev": true,
  6213. "license": "MIT",
  6214. "engines": {
  6215. "node": ">=10"
  6216. },
  6217. "funding": {
  6218. "url": "https://github.com/sponsors/sindresorhus"
  6219. }
  6220. }
  6221. }
  6222. }