package-lock.json 226 KB

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