package-lock.json 236 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003600460056006600760086009601060116012601360146015601660176018601960206021602260236024602560266027602860296030603160326033603460356036603760386039604060416042604360446045604660476048604960506051605260536054605560566057605860596060606160626063606460656066606760686069607060716072607360746075607660776078607960806081608260836084608560866087608860896090609160926093609460956096609760986099610061016102610361046105610661076108610961106111611261136114611561166117611861196120612161226123612461256126612761286129613061316132613361346135613661376138613961406141614261436144614561466147614861496150615161526153615461556156615761586159616061616162616361646165616661676168616961706171617261736174617561766177617861796180618161826183618461856186618761886189619061916192619361946195619661976198619962006201620262036204620562066207620862096210621162126213621462156216621762186219622062216222622362246225622662276228622962306231623262336234623562366237623862396240624162426243624462456246624762486249625062516252625362546255625662576258625962606261626262636264626562666267626862696270627162726273627462756276627762786279628062816282628362846285628662876288628962906291629262936294629562966297629862996300630163026303630463056306630763086309631063116312631363146315631663176318631963206321632263236324632563266327632863296330633163326333633463356336633763386339634063416342634363446345634663476348634963506351635263536354635563566357635863596360636163626363636463656366636763686369637063716372637363746375637663776378637963806381638263836384638563866387638863896390639163926393639463956396639763986399640064016402640364046405640664076408640964106411641264136414641564166417641864196420642164226423642464256426642764286429643064316432643364346435643664376438643964406441644264436444644564466447644864496450645164526453645464556456645764586459646064616462646364646465646664676468646964706471647264736474647564766477647864796480648164826483648464856486648764886489649064916492649364946495649664976498649965006501650265036504650565066507650865096510651165126513651465156516651765186519652065216522652365246525652665276528652965306531653265336534653565366537653865396540654165426543654465456546654765486549655065516552655365546555655665576558655965606561656265636564656565666567656865696570657165726573657465756576657765786579658065816582658365846585658665876588658965906591659265936594659565966597659865996600660166026603
  1. {
  2. "name": "meteora-copy",
  3. "version": "0.1.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "meteora-copy",
  9. "version": "0.1.0",
  10. "dependencies": {
  11. "next": "16.1.6",
  12. "react": "19.2.3",
  13. "react-dom": "19.2.3"
  14. },
  15. "devDependencies": {
  16. "@tailwindcss/postcss": "^4",
  17. "@types/node": "^20",
  18. "@types/react": "^19",
  19. "@types/react-dom": "^19",
  20. "eslint": "^9",
  21. "eslint-config-next": "16.1.6",
  22. "tailwindcss": "^4",
  23. "typescript": "^5"
  24. }
  25. },
  26. "node_modules/@alloc/quick-lru": {
  27. "version": "5.2.0",
  28. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
  29. "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
  30. "dev": true,
  31. "license": "MIT",
  32. "engines": {
  33. "node": ">=10"
  34. },
  35. "funding": {
  36. "url": "https://github.com/sponsors/sindresorhus"
  37. }
  38. },
  39. "node_modules/@babel/code-frame": {
  40. "version": "7.29.0",
  41. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@babel/code-frame/-/code-frame-7.29.0.tgz",
  42. "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
  43. "dev": true,
  44. "license": "MIT",
  45. "dependencies": {
  46. "@babel/helper-validator-identifier": "^7.28.5",
  47. "js-tokens": "^4.0.0",
  48. "picocolors": "^1.1.1"
  49. },
  50. "engines": {
  51. "node": ">=6.9.0"
  52. }
  53. },
  54. "node_modules/@babel/compat-data": {
  55. "version": "7.29.0",
  56. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@babel/compat-data/-/compat-data-7.29.0.tgz",
  57. "integrity": "sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==",
  58. "dev": true,
  59. "license": "MIT",
  60. "engines": {
  61. "node": ">=6.9.0"
  62. }
  63. },
  64. "node_modules/@babel/core": {
  65. "version": "7.29.0",
  66. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@babel/core/-/core-7.29.0.tgz",
  67. "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==",
  68. "dev": true,
  69. "license": "MIT",
  70. "peer": true,
  71. "dependencies": {
  72. "@babel/code-frame": "^7.29.0",
  73. "@babel/generator": "^7.29.0",
  74. "@babel/helper-compilation-targets": "^7.28.6",
  75. "@babel/helper-module-transforms": "^7.28.6",
  76. "@babel/helpers": "^7.28.6",
  77. "@babel/parser": "^7.29.0",
  78. "@babel/template": "^7.28.6",
  79. "@babel/traverse": "^7.29.0",
  80. "@babel/types": "^7.29.0",
  81. "@jridgewell/remapping": "^2.3.5",
  82. "convert-source-map": "^2.0.0",
  83. "debug": "^4.1.0",
  84. "gensync": "^1.0.0-beta.2",
  85. "json5": "^2.2.3",
  86. "semver": "^6.3.1"
  87. },
  88. "engines": {
  89. "node": ">=6.9.0"
  90. },
  91. "funding": {
  92. "type": "opencollective",
  93. "url": "https://opencollective.com/babel"
  94. }
  95. },
  96. "node_modules/@babel/generator": {
  97. "version": "7.29.1",
  98. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@babel/generator/-/generator-7.29.1.tgz",
  99. "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
  100. "dev": true,
  101. "license": "MIT",
  102. "dependencies": {
  103. "@babel/parser": "^7.29.0",
  104. "@babel/types": "^7.29.0",
  105. "@jridgewell/gen-mapping": "^0.3.12",
  106. "@jridgewell/trace-mapping": "^0.3.28",
  107. "jsesc": "^3.0.2"
  108. },
  109. "engines": {
  110. "node": ">=6.9.0"
  111. }
  112. },
  113. "node_modules/@babel/helper-compilation-targets": {
  114. "version": "7.28.6",
  115. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz",
  116. "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==",
  117. "dev": true,
  118. "license": "MIT",
  119. "dependencies": {
  120. "@babel/compat-data": "^7.28.6",
  121. "@babel/helper-validator-option": "^7.27.1",
  122. "browserslist": "^4.24.0",
  123. "lru-cache": "^5.1.1",
  124. "semver": "^6.3.1"
  125. },
  126. "engines": {
  127. "node": ">=6.9.0"
  128. }
  129. },
  130. "node_modules/@babel/helper-globals": {
  131. "version": "7.28.0",
  132. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
  133. "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
  134. "dev": true,
  135. "license": "MIT",
  136. "engines": {
  137. "node": ">=6.9.0"
  138. }
  139. },
  140. "node_modules/@babel/helper-module-imports": {
  141. "version": "7.28.6",
  142. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz",
  143. "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==",
  144. "dev": true,
  145. "license": "MIT",
  146. "dependencies": {
  147. "@babel/traverse": "^7.28.6",
  148. "@babel/types": "^7.28.6"
  149. },
  150. "engines": {
  151. "node": ">=6.9.0"
  152. }
  153. },
  154. "node_modules/@babel/helper-module-transforms": {
  155. "version": "7.28.6",
  156. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz",
  157. "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==",
  158. "dev": true,
  159. "license": "MIT",
  160. "dependencies": {
  161. "@babel/helper-module-imports": "^7.28.6",
  162. "@babel/helper-validator-identifier": "^7.28.5",
  163. "@babel/traverse": "^7.28.6"
  164. },
  165. "engines": {
  166. "node": ">=6.9.0"
  167. },
  168. "peerDependencies": {
  169. "@babel/core": "^7.0.0"
  170. }
  171. },
  172. "node_modules/@babel/helper-string-parser": {
  173. "version": "7.27.1",
  174. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  175. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  176. "dev": true,
  177. "license": "MIT",
  178. "engines": {
  179. "node": ">=6.9.0"
  180. }
  181. },
  182. "node_modules/@babel/helper-validator-identifier": {
  183. "version": "7.28.5",
  184. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  185. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  186. "dev": true,
  187. "license": "MIT",
  188. "engines": {
  189. "node": ">=6.9.0"
  190. }
  191. },
  192. "node_modules/@babel/helper-validator-option": {
  193. "version": "7.27.1",
  194. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
  195. "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
  196. "dev": true,
  197. "license": "MIT",
  198. "engines": {
  199. "node": ">=6.9.0"
  200. }
  201. },
  202. "node_modules/@babel/helpers": {
  203. "version": "7.28.6",
  204. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@babel/helpers/-/helpers-7.28.6.tgz",
  205. "integrity": "sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==",
  206. "dev": true,
  207. "license": "MIT",
  208. "dependencies": {
  209. "@babel/template": "^7.28.6",
  210. "@babel/types": "^7.28.6"
  211. },
  212. "engines": {
  213. "node": ">=6.9.0"
  214. }
  215. },
  216. "node_modules/@babel/parser": {
  217. "version": "7.29.0",
  218. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@babel/parser/-/parser-7.29.0.tgz",
  219. "integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
  220. "dev": true,
  221. "license": "MIT",
  222. "dependencies": {
  223. "@babel/types": "^7.29.0"
  224. },
  225. "bin": {
  226. "parser": "bin/babel-parser.js"
  227. },
  228. "engines": {
  229. "node": ">=6.0.0"
  230. }
  231. },
  232. "node_modules/@babel/template": {
  233. "version": "7.28.6",
  234. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@babel/template/-/template-7.28.6.tgz",
  235. "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",
  236. "dev": true,
  237. "license": "MIT",
  238. "dependencies": {
  239. "@babel/code-frame": "^7.28.6",
  240. "@babel/parser": "^7.28.6",
  241. "@babel/types": "^7.28.6"
  242. },
  243. "engines": {
  244. "node": ">=6.9.0"
  245. }
  246. },
  247. "node_modules/@babel/traverse": {
  248. "version": "7.29.0",
  249. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@babel/traverse/-/traverse-7.29.0.tgz",
  250. "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",
  251. "dev": true,
  252. "license": "MIT",
  253. "dependencies": {
  254. "@babel/code-frame": "^7.29.0",
  255. "@babel/generator": "^7.29.0",
  256. "@babel/helper-globals": "^7.28.0",
  257. "@babel/parser": "^7.29.0",
  258. "@babel/template": "^7.28.6",
  259. "@babel/types": "^7.29.0",
  260. "debug": "^4.3.1"
  261. },
  262. "engines": {
  263. "node": ">=6.9.0"
  264. }
  265. },
  266. "node_modules/@babel/types": {
  267. "version": "7.29.0",
  268. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@babel/types/-/types-7.29.0.tgz",
  269. "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
  270. "dev": true,
  271. "license": "MIT",
  272. "dependencies": {
  273. "@babel/helper-string-parser": "^7.27.1",
  274. "@babel/helper-validator-identifier": "^7.28.5"
  275. },
  276. "engines": {
  277. "node": ">=6.9.0"
  278. }
  279. },
  280. "node_modules/@emnapi/core": {
  281. "version": "1.8.1",
  282. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@emnapi/core/-/core-1.8.1.tgz",
  283. "integrity": "sha512-AvT9QFpxK0Zd8J0jopedNm+w/2fIzvtPKPjqyw9jwvBaReTTqPBk9Hixaz7KbjimP+QNz605/XnjFcDAL2pqBg==",
  284. "dev": true,
  285. "license": "MIT",
  286. "optional": true,
  287. "dependencies": {
  288. "@emnapi/wasi-threads": "1.1.0",
  289. "tslib": "^2.4.0"
  290. }
  291. },
  292. "node_modules/@emnapi/runtime": {
  293. "version": "1.8.1",
  294. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@emnapi/runtime/-/runtime-1.8.1.tgz",
  295. "integrity": "sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==",
  296. "license": "MIT",
  297. "optional": true,
  298. "dependencies": {
  299. "tslib": "^2.4.0"
  300. }
  301. },
  302. "node_modules/@emnapi/wasi-threads": {
  303. "version": "1.1.0",
  304. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@emnapi/wasi-threads/-/wasi-threads-1.1.0.tgz",
  305. "integrity": "sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==",
  306. "dev": true,
  307. "license": "MIT",
  308. "optional": true,
  309. "dependencies": {
  310. "tslib": "^2.4.0"
  311. }
  312. },
  313. "node_modules/@eslint-community/eslint-utils": {
  314. "version": "4.9.1",
  315. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz",
  316. "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==",
  317. "dev": true,
  318. "license": "MIT",
  319. "dependencies": {
  320. "eslint-visitor-keys": "^3.4.3"
  321. },
  322. "engines": {
  323. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  324. },
  325. "funding": {
  326. "url": "https://opencollective.com/eslint"
  327. },
  328. "peerDependencies": {
  329. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  330. }
  331. },
  332. "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
  333. "version": "3.4.3",
  334. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  335. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  336. "dev": true,
  337. "license": "Apache-2.0",
  338. "engines": {
  339. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  340. },
  341. "funding": {
  342. "url": "https://opencollective.com/eslint"
  343. }
  344. },
  345. "node_modules/@eslint-community/regexpp": {
  346. "version": "4.12.2",
  347. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
  348. "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
  349. "dev": true,
  350. "license": "MIT",
  351. "engines": {
  352. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  353. }
  354. },
  355. "node_modules/@eslint/config-array": {
  356. "version": "0.21.1",
  357. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@eslint/config-array/-/config-array-0.21.1.tgz",
  358. "integrity": "sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==",
  359. "dev": true,
  360. "license": "Apache-2.0",
  361. "dependencies": {
  362. "@eslint/object-schema": "^2.1.7",
  363. "debug": "^4.3.1",
  364. "minimatch": "^3.1.2"
  365. },
  366. "engines": {
  367. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  368. }
  369. },
  370. "node_modules/@eslint/config-helpers": {
  371. "version": "0.4.2",
  372. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@eslint/config-helpers/-/config-helpers-0.4.2.tgz",
  373. "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==",
  374. "dev": true,
  375. "license": "Apache-2.0",
  376. "dependencies": {
  377. "@eslint/core": "^0.17.0"
  378. },
  379. "engines": {
  380. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  381. }
  382. },
  383. "node_modules/@eslint/core": {
  384. "version": "0.17.0",
  385. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@eslint/core/-/core-0.17.0.tgz",
  386. "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
  387. "dev": true,
  388. "license": "Apache-2.0",
  389. "dependencies": {
  390. "@types/json-schema": "^7.0.15"
  391. },
  392. "engines": {
  393. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  394. }
  395. },
  396. "node_modules/@eslint/eslintrc": {
  397. "version": "3.3.4",
  398. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@eslint/eslintrc/-/eslintrc-3.3.4.tgz",
  399. "integrity": "sha512-4h4MVF8pmBsncB60r0wSJiIeUKTSD4m7FmTFThG8RHlsg9ajqckLm9OraguFGZE4vVdpiI1Q4+hFnisopmG6gQ==",
  400. "dev": true,
  401. "license": "MIT",
  402. "dependencies": {
  403. "ajv": "^6.14.0",
  404. "debug": "^4.3.2",
  405. "espree": "^10.0.1",
  406. "globals": "^14.0.0",
  407. "ignore": "^5.2.0",
  408. "import-fresh": "^3.2.1",
  409. "js-yaml": "^4.1.1",
  410. "minimatch": "^3.1.3",
  411. "strip-json-comments": "^3.1.1"
  412. },
  413. "engines": {
  414. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  415. },
  416. "funding": {
  417. "url": "https://opencollective.com/eslint"
  418. }
  419. },
  420. "node_modules/@eslint/js": {
  421. "version": "9.39.3",
  422. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@eslint/js/-/js-9.39.3.tgz",
  423. "integrity": "sha512-1B1VkCq6FuUNlQvlBYb+1jDu/gV297TIs/OeiaSR9l1H27SVW55ONE1e1Vp16NqP683+xEGzxYtv4XCiDPaQiw==",
  424. "dev": true,
  425. "license": "MIT",
  426. "engines": {
  427. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  428. },
  429. "funding": {
  430. "url": "https://eslint.org/donate"
  431. }
  432. },
  433. "node_modules/@eslint/object-schema": {
  434. "version": "2.1.7",
  435. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@eslint/object-schema/-/object-schema-2.1.7.tgz",
  436. "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==",
  437. "dev": true,
  438. "license": "Apache-2.0",
  439. "engines": {
  440. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  441. }
  442. },
  443. "node_modules/@eslint/plugin-kit": {
  444. "version": "0.4.1",
  445. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz",
  446. "integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==",
  447. "dev": true,
  448. "license": "Apache-2.0",
  449. "dependencies": {
  450. "@eslint/core": "^0.17.0",
  451. "levn": "^0.4.1"
  452. },
  453. "engines": {
  454. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  455. }
  456. },
  457. "node_modules/@humanfs/core": {
  458. "version": "0.19.1",
  459. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@humanfs/core/-/core-0.19.1.tgz",
  460. "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
  461. "dev": true,
  462. "license": "Apache-2.0",
  463. "engines": {
  464. "node": ">=18.18.0"
  465. }
  466. },
  467. "node_modules/@humanfs/node": {
  468. "version": "0.16.7",
  469. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@humanfs/node/-/node-0.16.7.tgz",
  470. "integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==",
  471. "dev": true,
  472. "license": "Apache-2.0",
  473. "dependencies": {
  474. "@humanfs/core": "^0.19.1",
  475. "@humanwhocodes/retry": "^0.4.0"
  476. },
  477. "engines": {
  478. "node": ">=18.18.0"
  479. }
  480. },
  481. "node_modules/@humanwhocodes/module-importer": {
  482. "version": "1.0.1",
  483. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  484. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  485. "dev": true,
  486. "license": "Apache-2.0",
  487. "engines": {
  488. "node": ">=12.22"
  489. },
  490. "funding": {
  491. "type": "github",
  492. "url": "https://github.com/sponsors/nzakas"
  493. }
  494. },
  495. "node_modules/@humanwhocodes/retry": {
  496. "version": "0.4.3",
  497. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@humanwhocodes/retry/-/retry-0.4.3.tgz",
  498. "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
  499. "dev": true,
  500. "license": "Apache-2.0",
  501. "engines": {
  502. "node": ">=18.18"
  503. },
  504. "funding": {
  505. "type": "github",
  506. "url": "https://github.com/sponsors/nzakas"
  507. }
  508. },
  509. "node_modules/@img/colour": {
  510. "version": "1.0.0",
  511. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@img/colour/-/colour-1.0.0.tgz",
  512. "integrity": "sha512-A5P/LfWGFSl6nsckYtjw9da+19jB8hkJ6ACTGcDfEJ0aE+l2n2El7dsVM7UVHZQ9s2lmYMWlrS21YLy2IR1LUw==",
  513. "license": "MIT",
  514. "optional": true,
  515. "engines": {
  516. "node": ">=18"
  517. }
  518. },
  519. "node_modules/@img/sharp-darwin-arm64": {
  520. "version": "0.34.5",
  521. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz",
  522. "integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==",
  523. "cpu": [
  524. "arm64"
  525. ],
  526. "license": "Apache-2.0",
  527. "optional": true,
  528. "os": [
  529. "darwin"
  530. ],
  531. "engines": {
  532. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  533. },
  534. "funding": {
  535. "url": "https://opencollective.com/libvips"
  536. },
  537. "optionalDependencies": {
  538. "@img/sharp-libvips-darwin-arm64": "1.2.4"
  539. }
  540. },
  541. "node_modules/@img/sharp-darwin-x64": {
  542. "version": "0.34.5",
  543. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz",
  544. "integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==",
  545. "cpu": [
  546. "x64"
  547. ],
  548. "license": "Apache-2.0",
  549. "optional": true,
  550. "os": [
  551. "darwin"
  552. ],
  553. "engines": {
  554. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  555. },
  556. "funding": {
  557. "url": "https://opencollective.com/libvips"
  558. },
  559. "optionalDependencies": {
  560. "@img/sharp-libvips-darwin-x64": "1.2.4"
  561. }
  562. },
  563. "node_modules/@img/sharp-libvips-darwin-arm64": {
  564. "version": "1.2.4",
  565. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz",
  566. "integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==",
  567. "cpu": [
  568. "arm64"
  569. ],
  570. "license": "LGPL-3.0-or-later",
  571. "optional": true,
  572. "os": [
  573. "darwin"
  574. ],
  575. "funding": {
  576. "url": "https://opencollective.com/libvips"
  577. }
  578. },
  579. "node_modules/@img/sharp-libvips-darwin-x64": {
  580. "version": "1.2.4",
  581. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz",
  582. "integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==",
  583. "cpu": [
  584. "x64"
  585. ],
  586. "license": "LGPL-3.0-or-later",
  587. "optional": true,
  588. "os": [
  589. "darwin"
  590. ],
  591. "funding": {
  592. "url": "https://opencollective.com/libvips"
  593. }
  594. },
  595. "node_modules/@img/sharp-libvips-linux-arm": {
  596. "version": "1.2.4",
  597. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz",
  598. "integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==",
  599. "cpu": [
  600. "arm"
  601. ],
  602. "license": "LGPL-3.0-or-later",
  603. "optional": true,
  604. "os": [
  605. "linux"
  606. ],
  607. "funding": {
  608. "url": "https://opencollective.com/libvips"
  609. }
  610. },
  611. "node_modules/@img/sharp-libvips-linux-arm64": {
  612. "version": "1.2.4",
  613. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz",
  614. "integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==",
  615. "cpu": [
  616. "arm64"
  617. ],
  618. "license": "LGPL-3.0-or-later",
  619. "optional": true,
  620. "os": [
  621. "linux"
  622. ],
  623. "funding": {
  624. "url": "https://opencollective.com/libvips"
  625. }
  626. },
  627. "node_modules/@img/sharp-libvips-linux-ppc64": {
  628. "version": "1.2.4",
  629. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz",
  630. "integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==",
  631. "cpu": [
  632. "ppc64"
  633. ],
  634. "license": "LGPL-3.0-or-later",
  635. "optional": true,
  636. "os": [
  637. "linux"
  638. ],
  639. "funding": {
  640. "url": "https://opencollective.com/libvips"
  641. }
  642. },
  643. "node_modules/@img/sharp-libvips-linux-riscv64": {
  644. "version": "1.2.4",
  645. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz",
  646. "integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==",
  647. "cpu": [
  648. "riscv64"
  649. ],
  650. "license": "LGPL-3.0-or-later",
  651. "optional": true,
  652. "os": [
  653. "linux"
  654. ],
  655. "funding": {
  656. "url": "https://opencollective.com/libvips"
  657. }
  658. },
  659. "node_modules/@img/sharp-libvips-linux-s390x": {
  660. "version": "1.2.4",
  661. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz",
  662. "integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==",
  663. "cpu": [
  664. "s390x"
  665. ],
  666. "license": "LGPL-3.0-or-later",
  667. "optional": true,
  668. "os": [
  669. "linux"
  670. ],
  671. "funding": {
  672. "url": "https://opencollective.com/libvips"
  673. }
  674. },
  675. "node_modules/@img/sharp-libvips-linux-x64": {
  676. "version": "1.2.4",
  677. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz",
  678. "integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==",
  679. "cpu": [
  680. "x64"
  681. ],
  682. "license": "LGPL-3.0-or-later",
  683. "optional": true,
  684. "os": [
  685. "linux"
  686. ],
  687. "funding": {
  688. "url": "https://opencollective.com/libvips"
  689. }
  690. },
  691. "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
  692. "version": "1.2.4",
  693. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz",
  694. "integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==",
  695. "cpu": [
  696. "arm64"
  697. ],
  698. "license": "LGPL-3.0-or-later",
  699. "optional": true,
  700. "os": [
  701. "linux"
  702. ],
  703. "funding": {
  704. "url": "https://opencollective.com/libvips"
  705. }
  706. },
  707. "node_modules/@img/sharp-libvips-linuxmusl-x64": {
  708. "version": "1.2.4",
  709. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz",
  710. "integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==",
  711. "cpu": [
  712. "x64"
  713. ],
  714. "license": "LGPL-3.0-or-later",
  715. "optional": true,
  716. "os": [
  717. "linux"
  718. ],
  719. "funding": {
  720. "url": "https://opencollective.com/libvips"
  721. }
  722. },
  723. "node_modules/@img/sharp-linux-arm": {
  724. "version": "0.34.5",
  725. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz",
  726. "integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==",
  727. "cpu": [
  728. "arm"
  729. ],
  730. "license": "Apache-2.0",
  731. "optional": true,
  732. "os": [
  733. "linux"
  734. ],
  735. "engines": {
  736. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  737. },
  738. "funding": {
  739. "url": "https://opencollective.com/libvips"
  740. },
  741. "optionalDependencies": {
  742. "@img/sharp-libvips-linux-arm": "1.2.4"
  743. }
  744. },
  745. "node_modules/@img/sharp-linux-arm64": {
  746. "version": "0.34.5",
  747. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz",
  748. "integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==",
  749. "cpu": [
  750. "arm64"
  751. ],
  752. "license": "Apache-2.0",
  753. "optional": true,
  754. "os": [
  755. "linux"
  756. ],
  757. "engines": {
  758. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  759. },
  760. "funding": {
  761. "url": "https://opencollective.com/libvips"
  762. },
  763. "optionalDependencies": {
  764. "@img/sharp-libvips-linux-arm64": "1.2.4"
  765. }
  766. },
  767. "node_modules/@img/sharp-linux-ppc64": {
  768. "version": "0.34.5",
  769. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz",
  770. "integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==",
  771. "cpu": [
  772. "ppc64"
  773. ],
  774. "license": "Apache-2.0",
  775. "optional": true,
  776. "os": [
  777. "linux"
  778. ],
  779. "engines": {
  780. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  781. },
  782. "funding": {
  783. "url": "https://opencollective.com/libvips"
  784. },
  785. "optionalDependencies": {
  786. "@img/sharp-libvips-linux-ppc64": "1.2.4"
  787. }
  788. },
  789. "node_modules/@img/sharp-linux-riscv64": {
  790. "version": "0.34.5",
  791. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz",
  792. "integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==",
  793. "cpu": [
  794. "riscv64"
  795. ],
  796. "license": "Apache-2.0",
  797. "optional": true,
  798. "os": [
  799. "linux"
  800. ],
  801. "engines": {
  802. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  803. },
  804. "funding": {
  805. "url": "https://opencollective.com/libvips"
  806. },
  807. "optionalDependencies": {
  808. "@img/sharp-libvips-linux-riscv64": "1.2.4"
  809. }
  810. },
  811. "node_modules/@img/sharp-linux-s390x": {
  812. "version": "0.34.5",
  813. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz",
  814. "integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==",
  815. "cpu": [
  816. "s390x"
  817. ],
  818. "license": "Apache-2.0",
  819. "optional": true,
  820. "os": [
  821. "linux"
  822. ],
  823. "engines": {
  824. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  825. },
  826. "funding": {
  827. "url": "https://opencollective.com/libvips"
  828. },
  829. "optionalDependencies": {
  830. "@img/sharp-libvips-linux-s390x": "1.2.4"
  831. }
  832. },
  833. "node_modules/@img/sharp-linux-x64": {
  834. "version": "0.34.5",
  835. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz",
  836. "integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==",
  837. "cpu": [
  838. "x64"
  839. ],
  840. "license": "Apache-2.0",
  841. "optional": true,
  842. "os": [
  843. "linux"
  844. ],
  845. "engines": {
  846. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  847. },
  848. "funding": {
  849. "url": "https://opencollective.com/libvips"
  850. },
  851. "optionalDependencies": {
  852. "@img/sharp-libvips-linux-x64": "1.2.4"
  853. }
  854. },
  855. "node_modules/@img/sharp-linuxmusl-arm64": {
  856. "version": "0.34.5",
  857. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz",
  858. "integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==",
  859. "cpu": [
  860. "arm64"
  861. ],
  862. "license": "Apache-2.0",
  863. "optional": true,
  864. "os": [
  865. "linux"
  866. ],
  867. "engines": {
  868. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  869. },
  870. "funding": {
  871. "url": "https://opencollective.com/libvips"
  872. },
  873. "optionalDependencies": {
  874. "@img/sharp-libvips-linuxmusl-arm64": "1.2.4"
  875. }
  876. },
  877. "node_modules/@img/sharp-linuxmusl-x64": {
  878. "version": "0.34.5",
  879. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz",
  880. "integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==",
  881. "cpu": [
  882. "x64"
  883. ],
  884. "license": "Apache-2.0",
  885. "optional": true,
  886. "os": [
  887. "linux"
  888. ],
  889. "engines": {
  890. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  891. },
  892. "funding": {
  893. "url": "https://opencollective.com/libvips"
  894. },
  895. "optionalDependencies": {
  896. "@img/sharp-libvips-linuxmusl-x64": "1.2.4"
  897. }
  898. },
  899. "node_modules/@img/sharp-wasm32": {
  900. "version": "0.34.5",
  901. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz",
  902. "integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==",
  903. "cpu": [
  904. "wasm32"
  905. ],
  906. "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
  907. "optional": true,
  908. "dependencies": {
  909. "@emnapi/runtime": "^1.7.0"
  910. },
  911. "engines": {
  912. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  913. },
  914. "funding": {
  915. "url": "https://opencollective.com/libvips"
  916. }
  917. },
  918. "node_modules/@img/sharp-win32-arm64": {
  919. "version": "0.34.5",
  920. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz",
  921. "integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==",
  922. "cpu": [
  923. "arm64"
  924. ],
  925. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  926. "optional": true,
  927. "os": [
  928. "win32"
  929. ],
  930. "engines": {
  931. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  932. },
  933. "funding": {
  934. "url": "https://opencollective.com/libvips"
  935. }
  936. },
  937. "node_modules/@img/sharp-win32-ia32": {
  938. "version": "0.34.5",
  939. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz",
  940. "integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==",
  941. "cpu": [
  942. "ia32"
  943. ],
  944. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  945. "optional": true,
  946. "os": [
  947. "win32"
  948. ],
  949. "engines": {
  950. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  951. },
  952. "funding": {
  953. "url": "https://opencollective.com/libvips"
  954. }
  955. },
  956. "node_modules/@img/sharp-win32-x64": {
  957. "version": "0.34.5",
  958. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz",
  959. "integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==",
  960. "cpu": [
  961. "x64"
  962. ],
  963. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  964. "optional": true,
  965. "os": [
  966. "win32"
  967. ],
  968. "engines": {
  969. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  970. },
  971. "funding": {
  972. "url": "https://opencollective.com/libvips"
  973. }
  974. },
  975. "node_modules/@jridgewell/gen-mapping": {
  976. "version": "0.3.13",
  977. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  978. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  979. "dev": true,
  980. "license": "MIT",
  981. "dependencies": {
  982. "@jridgewell/sourcemap-codec": "^1.5.0",
  983. "@jridgewell/trace-mapping": "^0.3.24"
  984. }
  985. },
  986. "node_modules/@jridgewell/remapping": {
  987. "version": "2.3.5",
  988. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  989. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  990. "dev": true,
  991. "license": "MIT",
  992. "dependencies": {
  993. "@jridgewell/gen-mapping": "^0.3.5",
  994. "@jridgewell/trace-mapping": "^0.3.24"
  995. }
  996. },
  997. "node_modules/@jridgewell/resolve-uri": {
  998. "version": "3.1.2",
  999. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  1000. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  1001. "dev": true,
  1002. "license": "MIT",
  1003. "engines": {
  1004. "node": ">=6.0.0"
  1005. }
  1006. },
  1007. "node_modules/@jridgewell/sourcemap-codec": {
  1008. "version": "1.5.5",
  1009. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  1010. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  1011. "dev": true,
  1012. "license": "MIT"
  1013. },
  1014. "node_modules/@jridgewell/trace-mapping": {
  1015. "version": "0.3.31",
  1016. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  1017. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  1018. "dev": true,
  1019. "license": "MIT",
  1020. "dependencies": {
  1021. "@jridgewell/resolve-uri": "^3.1.0",
  1022. "@jridgewell/sourcemap-codec": "^1.4.14"
  1023. }
  1024. },
  1025. "node_modules/@napi-rs/wasm-runtime": {
  1026. "version": "0.2.12",
  1027. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.12.tgz",
  1028. "integrity": "sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==",
  1029. "dev": true,
  1030. "license": "MIT",
  1031. "optional": true,
  1032. "dependencies": {
  1033. "@emnapi/core": "^1.4.3",
  1034. "@emnapi/runtime": "^1.4.3",
  1035. "@tybys/wasm-util": "^0.10.0"
  1036. }
  1037. },
  1038. "node_modules/@next/env": {
  1039. "version": "16.1.6",
  1040. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@next/env/-/env-16.1.6.tgz",
  1041. "integrity": "sha512-N1ySLuZjnAtN3kFnwhAwPvZah8RJxKasD7x1f8shFqhncnWZn4JMfg37diLNuoHsLAlrDfM3g4mawVdtAG8XLQ==",
  1042. "license": "MIT"
  1043. },
  1044. "node_modules/@next/eslint-plugin-next": {
  1045. "version": "16.1.6",
  1046. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@next/eslint-plugin-next/-/eslint-plugin-next-16.1.6.tgz",
  1047. "integrity": "sha512-/Qq3PTagA6+nYVfryAtQ7/9FEr/6YVyvOtl6rZnGsbReGLf0jZU6gkpr1FuChAQpvV46a78p4cmHOVP8mbfSMQ==",
  1048. "dev": true,
  1049. "license": "MIT",
  1050. "dependencies": {
  1051. "fast-glob": "3.3.1"
  1052. }
  1053. },
  1054. "node_modules/@next/swc-darwin-arm64": {
  1055. "version": "16.1.6",
  1056. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@next/swc-darwin-arm64/-/swc-darwin-arm64-16.1.6.tgz",
  1057. "integrity": "sha512-wTzYulosJr/6nFnqGW7FrG3jfUUlEf8UjGA0/pyypJl42ExdVgC6xJgcXQ+V8QFn6niSG2Pb8+MIG1mZr2vczw==",
  1058. "cpu": [
  1059. "arm64"
  1060. ],
  1061. "license": "MIT",
  1062. "optional": true,
  1063. "os": [
  1064. "darwin"
  1065. ],
  1066. "engines": {
  1067. "node": ">= 10"
  1068. }
  1069. },
  1070. "node_modules/@next/swc-darwin-x64": {
  1071. "version": "16.1.6",
  1072. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@next/swc-darwin-x64/-/swc-darwin-x64-16.1.6.tgz",
  1073. "integrity": "sha512-BLFPYPDO+MNJsiDWbeVzqvYd4NyuRrEYVB5k2N3JfWncuHAy2IVwMAOlVQDFjj+krkWzhY2apvmekMkfQR0CUQ==",
  1074. "cpu": [
  1075. "x64"
  1076. ],
  1077. "license": "MIT",
  1078. "optional": true,
  1079. "os": [
  1080. "darwin"
  1081. ],
  1082. "engines": {
  1083. "node": ">= 10"
  1084. }
  1085. },
  1086. "node_modules/@next/swc-linux-arm64-gnu": {
  1087. "version": "16.1.6",
  1088. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-16.1.6.tgz",
  1089. "integrity": "sha512-OJYkCd5pj/QloBvoEcJ2XiMnlJkRv9idWA/j0ugSuA34gMT6f5b7vOiCQHVRpvStoZUknhl6/UxOXL4OwtdaBw==",
  1090. "cpu": [
  1091. "arm64"
  1092. ],
  1093. "license": "MIT",
  1094. "optional": true,
  1095. "os": [
  1096. "linux"
  1097. ],
  1098. "engines": {
  1099. "node": ">= 10"
  1100. }
  1101. },
  1102. "node_modules/@next/swc-linux-arm64-musl": {
  1103. "version": "16.1.6",
  1104. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-16.1.6.tgz",
  1105. "integrity": "sha512-S4J2v+8tT3NIO9u2q+S0G5KdvNDjXfAv06OhfOzNDaBn5rw84DGXWndOEB7d5/x852A20sW1M56vhC/tRVbccQ==",
  1106. "cpu": [
  1107. "arm64"
  1108. ],
  1109. "license": "MIT",
  1110. "optional": true,
  1111. "os": [
  1112. "linux"
  1113. ],
  1114. "engines": {
  1115. "node": ">= 10"
  1116. }
  1117. },
  1118. "node_modules/@next/swc-linux-x64-gnu": {
  1119. "version": "16.1.6",
  1120. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-16.1.6.tgz",
  1121. "integrity": "sha512-2eEBDkFlMMNQnkTyPBhQOAyn2qMxyG2eE7GPH2WIDGEpEILcBPI/jdSv4t6xupSP+ot/jkfrCShLAa7+ZUPcJQ==",
  1122. "cpu": [
  1123. "x64"
  1124. ],
  1125. "license": "MIT",
  1126. "optional": true,
  1127. "os": [
  1128. "linux"
  1129. ],
  1130. "engines": {
  1131. "node": ">= 10"
  1132. }
  1133. },
  1134. "node_modules/@next/swc-linux-x64-musl": {
  1135. "version": "16.1.6",
  1136. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-16.1.6.tgz",
  1137. "integrity": "sha512-oicJwRlyOoZXVlxmIMaTq7f8pN9QNbdes0q2FXfRsPhfCi8n8JmOZJm5oo1pwDaFbnnD421rVU409M3evFbIqg==",
  1138. "cpu": [
  1139. "x64"
  1140. ],
  1141. "license": "MIT",
  1142. "optional": true,
  1143. "os": [
  1144. "linux"
  1145. ],
  1146. "engines": {
  1147. "node": ">= 10"
  1148. }
  1149. },
  1150. "node_modules/@next/swc-win32-arm64-msvc": {
  1151. "version": "16.1.6",
  1152. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-16.1.6.tgz",
  1153. "integrity": "sha512-gQmm8izDTPgs+DCWH22kcDmuUp7NyiJgEl18bcr8irXA5N2m2O+JQIr6f3ct42GOs9c0h8QF3L5SzIxcYAAXXw==",
  1154. "cpu": [
  1155. "arm64"
  1156. ],
  1157. "license": "MIT",
  1158. "optional": true,
  1159. "os": [
  1160. "win32"
  1161. ],
  1162. "engines": {
  1163. "node": ">= 10"
  1164. }
  1165. },
  1166. "node_modules/@next/swc-win32-x64-msvc": {
  1167. "version": "16.1.6",
  1168. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-16.1.6.tgz",
  1169. "integrity": "sha512-NRfO39AIrzBnixKbjuo2YiYhB6o9d8v/ymU9m/Xk8cyVk+k7XylniXkHwjs4s70wedVffc6bQNbufk5v0xEm0A==",
  1170. "cpu": [
  1171. "x64"
  1172. ],
  1173. "license": "MIT",
  1174. "optional": true,
  1175. "os": [
  1176. "win32"
  1177. ],
  1178. "engines": {
  1179. "node": ">= 10"
  1180. }
  1181. },
  1182. "node_modules/@nodelib/fs.scandir": {
  1183. "version": "2.1.5",
  1184. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  1185. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  1186. "dev": true,
  1187. "license": "MIT",
  1188. "dependencies": {
  1189. "@nodelib/fs.stat": "2.0.5",
  1190. "run-parallel": "^1.1.9"
  1191. },
  1192. "engines": {
  1193. "node": ">= 8"
  1194. }
  1195. },
  1196. "node_modules/@nodelib/fs.stat": {
  1197. "version": "2.0.5",
  1198. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  1199. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  1200. "dev": true,
  1201. "license": "MIT",
  1202. "engines": {
  1203. "node": ">= 8"
  1204. }
  1205. },
  1206. "node_modules/@nodelib/fs.walk": {
  1207. "version": "1.2.8",
  1208. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  1209. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  1210. "dev": true,
  1211. "license": "MIT",
  1212. "dependencies": {
  1213. "@nodelib/fs.scandir": "2.1.5",
  1214. "fastq": "^1.6.0"
  1215. },
  1216. "engines": {
  1217. "node": ">= 8"
  1218. }
  1219. },
  1220. "node_modules/@nolyfill/is-core-module": {
  1221. "version": "1.0.39",
  1222. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz",
  1223. "integrity": "sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==",
  1224. "dev": true,
  1225. "license": "MIT",
  1226. "engines": {
  1227. "node": ">=12.4.0"
  1228. }
  1229. },
  1230. "node_modules/@rtsao/scc": {
  1231. "version": "1.1.0",
  1232. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@rtsao/scc/-/scc-1.1.0.tgz",
  1233. "integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==",
  1234. "dev": true,
  1235. "license": "MIT"
  1236. },
  1237. "node_modules/@swc/helpers": {
  1238. "version": "0.5.15",
  1239. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@swc/helpers/-/helpers-0.5.15.tgz",
  1240. "integrity": "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==",
  1241. "license": "Apache-2.0",
  1242. "dependencies": {
  1243. "tslib": "^2.8.0"
  1244. }
  1245. },
  1246. "node_modules/@tailwindcss/node": {
  1247. "version": "4.2.1",
  1248. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@tailwindcss/node/-/node-4.2.1.tgz",
  1249. "integrity": "sha512-jlx6sLk4EOwO6hHe1oCGm1Q4AN/s0rSrTTPBGPM0/RQ6Uylwq17FuU8IeJJKEjtc6K6O07zsvP+gDO6MMWo7pg==",
  1250. "dev": true,
  1251. "license": "MIT",
  1252. "dependencies": {
  1253. "@jridgewell/remapping": "^2.3.5",
  1254. "enhanced-resolve": "^5.19.0",
  1255. "jiti": "^2.6.1",
  1256. "lightningcss": "1.31.1",
  1257. "magic-string": "^0.30.21",
  1258. "source-map-js": "^1.2.1",
  1259. "tailwindcss": "4.2.1"
  1260. }
  1261. },
  1262. "node_modules/@tailwindcss/oxide": {
  1263. "version": "4.2.1",
  1264. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@tailwindcss/oxide/-/oxide-4.2.1.tgz",
  1265. "integrity": "sha512-yv9jeEFWnjKCI6/T3Oq50yQEOqmpmpfzG1hcZsAOaXFQPfzWprWrlHSdGPEF3WQTi8zu8ohC9Mh9J470nT5pUw==",
  1266. "dev": true,
  1267. "license": "MIT",
  1268. "engines": {
  1269. "node": ">= 20"
  1270. },
  1271. "optionalDependencies": {
  1272. "@tailwindcss/oxide-android-arm64": "4.2.1",
  1273. "@tailwindcss/oxide-darwin-arm64": "4.2.1",
  1274. "@tailwindcss/oxide-darwin-x64": "4.2.1",
  1275. "@tailwindcss/oxide-freebsd-x64": "4.2.1",
  1276. "@tailwindcss/oxide-linux-arm-gnueabihf": "4.2.1",
  1277. "@tailwindcss/oxide-linux-arm64-gnu": "4.2.1",
  1278. "@tailwindcss/oxide-linux-arm64-musl": "4.2.1",
  1279. "@tailwindcss/oxide-linux-x64-gnu": "4.2.1",
  1280. "@tailwindcss/oxide-linux-x64-musl": "4.2.1",
  1281. "@tailwindcss/oxide-wasm32-wasi": "4.2.1",
  1282. "@tailwindcss/oxide-win32-arm64-msvc": "4.2.1",
  1283. "@tailwindcss/oxide-win32-x64-msvc": "4.2.1"
  1284. }
  1285. },
  1286. "node_modules/@tailwindcss/oxide-android-arm64": {
  1287. "version": "4.2.1",
  1288. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.2.1.tgz",
  1289. "integrity": "sha512-eZ7G1Zm5EC8OOKaesIKuw77jw++QJ2lL9N+dDpdQiAB/c/B2wDh0QPFHbkBVrXnwNugvrbJFk1gK2SsVjwWReg==",
  1290. "cpu": [
  1291. "arm64"
  1292. ],
  1293. "dev": true,
  1294. "license": "MIT",
  1295. "optional": true,
  1296. "os": [
  1297. "android"
  1298. ],
  1299. "engines": {
  1300. "node": ">= 20"
  1301. }
  1302. },
  1303. "node_modules/@tailwindcss/oxide-darwin-arm64": {
  1304. "version": "4.2.1",
  1305. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.2.1.tgz",
  1306. "integrity": "sha512-q/LHkOstoJ7pI1J0q6djesLzRvQSIfEto148ppAd+BVQK0JYjQIFSK3JgYZJa+Yzi0DDa52ZsQx2rqytBnf8Hw==",
  1307. "cpu": [
  1308. "arm64"
  1309. ],
  1310. "dev": true,
  1311. "license": "MIT",
  1312. "optional": true,
  1313. "os": [
  1314. "darwin"
  1315. ],
  1316. "engines": {
  1317. "node": ">= 20"
  1318. }
  1319. },
  1320. "node_modules/@tailwindcss/oxide-darwin-x64": {
  1321. "version": "4.2.1",
  1322. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.2.1.tgz",
  1323. "integrity": "sha512-/f/ozlaXGY6QLbpvd/kFTro2l18f7dHKpB+ieXz+Cijl4Mt9AI2rTrpq7V+t04nK+j9XBQHnSMdeQRhbGyt6fw==",
  1324. "cpu": [
  1325. "x64"
  1326. ],
  1327. "dev": true,
  1328. "license": "MIT",
  1329. "optional": true,
  1330. "os": [
  1331. "darwin"
  1332. ],
  1333. "engines": {
  1334. "node": ">= 20"
  1335. }
  1336. },
  1337. "node_modules/@tailwindcss/oxide-freebsd-x64": {
  1338. "version": "4.2.1",
  1339. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.2.1.tgz",
  1340. "integrity": "sha512-5e/AkgYJT/cpbkys/OU2Ei2jdETCLlifwm7ogMC7/hksI2fC3iiq6OcXwjibcIjPung0kRtR3TxEITkqgn0TcA==",
  1341. "cpu": [
  1342. "x64"
  1343. ],
  1344. "dev": true,
  1345. "license": "MIT",
  1346. "optional": true,
  1347. "os": [
  1348. "freebsd"
  1349. ],
  1350. "engines": {
  1351. "node": ">= 20"
  1352. }
  1353. },
  1354. "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
  1355. "version": "4.2.1",
  1356. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.2.1.tgz",
  1357. "integrity": "sha512-Uny1EcVTTmerCKt/1ZuKTkb0x8ZaiuYucg2/kImO5A5Y/kBz41/+j0gxUZl+hTF3xkWpDmHX+TaWhOtba2Fyuw==",
  1358. "cpu": [
  1359. "arm"
  1360. ],
  1361. "dev": true,
  1362. "license": "MIT",
  1363. "optional": true,
  1364. "os": [
  1365. "linux"
  1366. ],
  1367. "engines": {
  1368. "node": ">= 20"
  1369. }
  1370. },
  1371. "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
  1372. "version": "4.2.1",
  1373. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.2.1.tgz",
  1374. "integrity": "sha512-CTrwomI+c7n6aSSQlsPL0roRiNMDQ/YzMD9EjcR+H4f0I1SQ8QqIuPnsVp7QgMkC1Qi8rtkekLkOFjo7OlEFRQ==",
  1375. "cpu": [
  1376. "arm64"
  1377. ],
  1378. "dev": true,
  1379. "license": "MIT",
  1380. "optional": true,
  1381. "os": [
  1382. "linux"
  1383. ],
  1384. "engines": {
  1385. "node": ">= 20"
  1386. }
  1387. },
  1388. "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
  1389. "version": "4.2.1",
  1390. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.2.1.tgz",
  1391. "integrity": "sha512-WZA0CHRL/SP1TRbA5mp9htsppSEkWuQ4KsSUumYQnyl8ZdT39ntwqmz4IUHGN6p4XdSlYfJwM4rRzZLShHsGAQ==",
  1392. "cpu": [
  1393. "arm64"
  1394. ],
  1395. "dev": true,
  1396. "license": "MIT",
  1397. "optional": true,
  1398. "os": [
  1399. "linux"
  1400. ],
  1401. "engines": {
  1402. "node": ">= 20"
  1403. }
  1404. },
  1405. "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
  1406. "version": "4.2.1",
  1407. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.2.1.tgz",
  1408. "integrity": "sha512-qMFzxI2YlBOLW5PhblzuSWlWfwLHaneBE0xHzLrBgNtqN6mWfs+qYbhryGSXQjFYB1Dzf5w+LN5qbUTPhW7Y5g==",
  1409. "cpu": [
  1410. "x64"
  1411. ],
  1412. "dev": true,
  1413. "license": "MIT",
  1414. "optional": true,
  1415. "os": [
  1416. "linux"
  1417. ],
  1418. "engines": {
  1419. "node": ">= 20"
  1420. }
  1421. },
  1422. "node_modules/@tailwindcss/oxide-linux-x64-musl": {
  1423. "version": "4.2.1",
  1424. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.2.1.tgz",
  1425. "integrity": "sha512-5r1X2FKnCMUPlXTWRYpHdPYUY6a1Ar/t7P24OuiEdEOmms5lyqjDRvVY1yy9Rmioh+AunQ0rWiOTPE8F9A3v5g==",
  1426. "cpu": [
  1427. "x64"
  1428. ],
  1429. "dev": true,
  1430. "license": "MIT",
  1431. "optional": true,
  1432. "os": [
  1433. "linux"
  1434. ],
  1435. "engines": {
  1436. "node": ">= 20"
  1437. }
  1438. },
  1439. "node_modules/@tailwindcss/oxide-wasm32-wasi": {
  1440. "version": "4.2.1",
  1441. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.2.1.tgz",
  1442. "integrity": "sha512-MGFB5cVPvshR85MTJkEvqDUnuNoysrsRxd6vnk1Lf2tbiqNlXpHYZqkqOQalydienEWOHHFyyuTSYRsLfxFJ2Q==",
  1443. "bundleDependencies": [
  1444. "@napi-rs/wasm-runtime",
  1445. "@emnapi/core",
  1446. "@emnapi/runtime",
  1447. "@tybys/wasm-util",
  1448. "@emnapi/wasi-threads",
  1449. "tslib"
  1450. ],
  1451. "cpu": [
  1452. "wasm32"
  1453. ],
  1454. "dev": true,
  1455. "license": "MIT",
  1456. "optional": true,
  1457. "dependencies": {
  1458. "@emnapi/core": "^1.8.1",
  1459. "@emnapi/runtime": "^1.8.1",
  1460. "@emnapi/wasi-threads": "^1.1.0",
  1461. "@napi-rs/wasm-runtime": "^1.1.1",
  1462. "@tybys/wasm-util": "^0.10.1",
  1463. "tslib": "^2.8.1"
  1464. },
  1465. "engines": {
  1466. "node": ">=14.0.0"
  1467. }
  1468. },
  1469. "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
  1470. "version": "4.2.1",
  1471. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.1.tgz",
  1472. "integrity": "sha512-YlUEHRHBGnCMh4Nj4GnqQyBtsshUPdiNroZj8VPkvTZSoHsilRCwXcVKnG9kyi0ZFAS/3u+qKHBdDc81SADTRA==",
  1473. "cpu": [
  1474. "arm64"
  1475. ],
  1476. "dev": true,
  1477. "license": "MIT",
  1478. "optional": true,
  1479. "os": [
  1480. "win32"
  1481. ],
  1482. "engines": {
  1483. "node": ">= 20"
  1484. }
  1485. },
  1486. "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
  1487. "version": "4.2.1",
  1488. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.2.1.tgz",
  1489. "integrity": "sha512-rbO34G5sMWWyrN/idLeVxAZgAKWrn5LiR3/I90Q9MkA67s6T1oB0xtTe+0heoBvHSpbU9Mk7i6uwJnpo4u21XQ==",
  1490. "cpu": [
  1491. "x64"
  1492. ],
  1493. "dev": true,
  1494. "license": "MIT",
  1495. "optional": true,
  1496. "os": [
  1497. "win32"
  1498. ],
  1499. "engines": {
  1500. "node": ">= 20"
  1501. }
  1502. },
  1503. "node_modules/@tailwindcss/postcss": {
  1504. "version": "4.2.1",
  1505. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@tailwindcss/postcss/-/postcss-4.2.1.tgz",
  1506. "integrity": "sha512-OEwGIBnXnj7zJeonOh6ZG9woofIjGrd2BORfvE5p9USYKDCZoQmfqLcfNiRWoJlRWLdNPn2IgVZuWAOM4iTYMw==",
  1507. "dev": true,
  1508. "license": "MIT",
  1509. "dependencies": {
  1510. "@alloc/quick-lru": "^5.2.0",
  1511. "@tailwindcss/node": "4.2.1",
  1512. "@tailwindcss/oxide": "4.2.1",
  1513. "postcss": "^8.5.6",
  1514. "tailwindcss": "4.2.1"
  1515. }
  1516. },
  1517. "node_modules/@tybys/wasm-util": {
  1518. "version": "0.10.1",
  1519. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
  1520. "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==",
  1521. "dev": true,
  1522. "license": "MIT",
  1523. "optional": true,
  1524. "dependencies": {
  1525. "tslib": "^2.4.0"
  1526. }
  1527. },
  1528. "node_modules/@types/estree": {
  1529. "version": "1.0.8",
  1530. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@types/estree/-/estree-1.0.8.tgz",
  1531. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  1532. "dev": true,
  1533. "license": "MIT"
  1534. },
  1535. "node_modules/@types/json-schema": {
  1536. "version": "7.0.15",
  1537. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@types/json-schema/-/json-schema-7.0.15.tgz",
  1538. "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
  1539. "dev": true,
  1540. "license": "MIT"
  1541. },
  1542. "node_modules/@types/json5": {
  1543. "version": "0.0.29",
  1544. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@types/json5/-/json5-0.0.29.tgz",
  1545. "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==",
  1546. "dev": true,
  1547. "license": "MIT"
  1548. },
  1549. "node_modules/@types/node": {
  1550. "version": "20.19.35",
  1551. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@types/node/-/node-20.19.35.tgz",
  1552. "integrity": "sha512-Uarfe6J91b9HAUXxjvSOdiO2UPOKLm07Q1oh0JHxoZ1y8HoqxDAu3gVrsrOHeiio0kSsoVBt4wFrKOm0dKxVPQ==",
  1553. "dev": true,
  1554. "license": "MIT",
  1555. "dependencies": {
  1556. "undici-types": "~6.21.0"
  1557. }
  1558. },
  1559. "node_modules/@types/react": {
  1560. "version": "19.2.14",
  1561. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@types/react/-/react-19.2.14.tgz",
  1562. "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==",
  1563. "dev": true,
  1564. "license": "MIT",
  1565. "peer": true,
  1566. "dependencies": {
  1567. "csstype": "^3.2.2"
  1568. }
  1569. },
  1570. "node_modules/@types/react-dom": {
  1571. "version": "19.2.3",
  1572. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@types/react-dom/-/react-dom-19.2.3.tgz",
  1573. "integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==",
  1574. "dev": true,
  1575. "license": "MIT",
  1576. "peerDependencies": {
  1577. "@types/react": "^19.2.0"
  1578. }
  1579. },
  1580. "node_modules/@typescript-eslint/eslint-plugin": {
  1581. "version": "8.56.1",
  1582. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.56.1.tgz",
  1583. "integrity": "sha512-Jz9ZztpB37dNC+HU2HI28Bs9QXpzCz+y/twHOwhyrIRdbuVDxSytJNDl6z/aAKlaRIwC7y8wJdkBv7FxYGgi0A==",
  1584. "dev": true,
  1585. "license": "MIT",
  1586. "dependencies": {
  1587. "@eslint-community/regexpp": "^4.12.2",
  1588. "@typescript-eslint/scope-manager": "8.56.1",
  1589. "@typescript-eslint/type-utils": "8.56.1",
  1590. "@typescript-eslint/utils": "8.56.1",
  1591. "@typescript-eslint/visitor-keys": "8.56.1",
  1592. "ignore": "^7.0.5",
  1593. "natural-compare": "^1.4.0",
  1594. "ts-api-utils": "^2.4.0"
  1595. },
  1596. "engines": {
  1597. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1598. },
  1599. "funding": {
  1600. "type": "opencollective",
  1601. "url": "https://opencollective.com/typescript-eslint"
  1602. },
  1603. "peerDependencies": {
  1604. "@typescript-eslint/parser": "^8.56.1",
  1605. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  1606. "typescript": ">=4.8.4 <6.0.0"
  1607. }
  1608. },
  1609. "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
  1610. "version": "7.0.5",
  1611. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/ignore/-/ignore-7.0.5.tgz",
  1612. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  1613. "dev": true,
  1614. "license": "MIT",
  1615. "engines": {
  1616. "node": ">= 4"
  1617. }
  1618. },
  1619. "node_modules/@typescript-eslint/parser": {
  1620. "version": "8.56.1",
  1621. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@typescript-eslint/parser/-/parser-8.56.1.tgz",
  1622. "integrity": "sha512-klQbnPAAiGYFyI02+znpBRLyjL4/BrBd0nyWkdC0s/6xFLkXYQ8OoRrSkqacS1ddVxf/LDyODIKbQ5TgKAf/Fg==",
  1623. "dev": true,
  1624. "license": "MIT",
  1625. "peer": true,
  1626. "dependencies": {
  1627. "@typescript-eslint/scope-manager": "8.56.1",
  1628. "@typescript-eslint/types": "8.56.1",
  1629. "@typescript-eslint/typescript-estree": "8.56.1",
  1630. "@typescript-eslint/visitor-keys": "8.56.1",
  1631. "debug": "^4.4.3"
  1632. },
  1633. "engines": {
  1634. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1635. },
  1636. "funding": {
  1637. "type": "opencollective",
  1638. "url": "https://opencollective.com/typescript-eslint"
  1639. },
  1640. "peerDependencies": {
  1641. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  1642. "typescript": ">=4.8.4 <6.0.0"
  1643. }
  1644. },
  1645. "node_modules/@typescript-eslint/project-service": {
  1646. "version": "8.56.1",
  1647. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@typescript-eslint/project-service/-/project-service-8.56.1.tgz",
  1648. "integrity": "sha512-TAdqQTzHNNvlVFfR+hu2PDJrURiwKsUvxFn1M0h95BB8ah5jejas08jUWG4dBA68jDMI988IvtfdAI53JzEHOQ==",
  1649. "dev": true,
  1650. "license": "MIT",
  1651. "dependencies": {
  1652. "@typescript-eslint/tsconfig-utils": "^8.56.1",
  1653. "@typescript-eslint/types": "^8.56.1",
  1654. "debug": "^4.4.3"
  1655. },
  1656. "engines": {
  1657. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1658. },
  1659. "funding": {
  1660. "type": "opencollective",
  1661. "url": "https://opencollective.com/typescript-eslint"
  1662. },
  1663. "peerDependencies": {
  1664. "typescript": ">=4.8.4 <6.0.0"
  1665. }
  1666. },
  1667. "node_modules/@typescript-eslint/scope-manager": {
  1668. "version": "8.56.1",
  1669. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@typescript-eslint/scope-manager/-/scope-manager-8.56.1.tgz",
  1670. "integrity": "sha512-YAi4VDKcIZp0O4tz/haYKhmIDZFEUPOreKbfdAN3SzUDMcPhJ8QI99xQXqX+HoUVq8cs85eRKnD+rne2UAnj2w==",
  1671. "dev": true,
  1672. "license": "MIT",
  1673. "dependencies": {
  1674. "@typescript-eslint/types": "8.56.1",
  1675. "@typescript-eslint/visitor-keys": "8.56.1"
  1676. },
  1677. "engines": {
  1678. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1679. },
  1680. "funding": {
  1681. "type": "opencollective",
  1682. "url": "https://opencollective.com/typescript-eslint"
  1683. }
  1684. },
  1685. "node_modules/@typescript-eslint/tsconfig-utils": {
  1686. "version": "8.56.1",
  1687. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.56.1.tgz",
  1688. "integrity": "sha512-qOtCYzKEeyr3aR9f28mPJqBty7+DBqsdd63eO0yyDwc6vgThj2UjWfJIcsFeSucYydqcuudMOprZ+x1SpF3ZuQ==",
  1689. "dev": true,
  1690. "license": "MIT",
  1691. "engines": {
  1692. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1693. },
  1694. "funding": {
  1695. "type": "opencollective",
  1696. "url": "https://opencollective.com/typescript-eslint"
  1697. },
  1698. "peerDependencies": {
  1699. "typescript": ">=4.8.4 <6.0.0"
  1700. }
  1701. },
  1702. "node_modules/@typescript-eslint/type-utils": {
  1703. "version": "8.56.1",
  1704. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@typescript-eslint/type-utils/-/type-utils-8.56.1.tgz",
  1705. "integrity": "sha512-yB/7dxi7MgTtGhZdaHCemf7PuwrHMenHjmzgUW1aJpO+bBU43OycnM3Wn+DdvDO/8zzA9HlhaJ0AUGuvri4oGg==",
  1706. "dev": true,
  1707. "license": "MIT",
  1708. "dependencies": {
  1709. "@typescript-eslint/types": "8.56.1",
  1710. "@typescript-eslint/typescript-estree": "8.56.1",
  1711. "@typescript-eslint/utils": "8.56.1",
  1712. "debug": "^4.4.3",
  1713. "ts-api-utils": "^2.4.0"
  1714. },
  1715. "engines": {
  1716. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1717. },
  1718. "funding": {
  1719. "type": "opencollective",
  1720. "url": "https://opencollective.com/typescript-eslint"
  1721. },
  1722. "peerDependencies": {
  1723. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  1724. "typescript": ">=4.8.4 <6.0.0"
  1725. }
  1726. },
  1727. "node_modules/@typescript-eslint/types": {
  1728. "version": "8.56.1",
  1729. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@typescript-eslint/types/-/types-8.56.1.tgz",
  1730. "integrity": "sha512-dbMkdIUkIkchgGDIv7KLUpa0Mda4IYjo4IAMJUZ+3xNoUXxMsk9YtKpTHSChRS85o+H9ftm51gsK1dZReY9CVw==",
  1731. "dev": true,
  1732. "license": "MIT",
  1733. "engines": {
  1734. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1735. },
  1736. "funding": {
  1737. "type": "opencollective",
  1738. "url": "https://opencollective.com/typescript-eslint"
  1739. }
  1740. },
  1741. "node_modules/@typescript-eslint/typescript-estree": {
  1742. "version": "8.56.1",
  1743. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@typescript-eslint/typescript-estree/-/typescript-estree-8.56.1.tgz",
  1744. "integrity": "sha512-qzUL1qgalIvKWAf9C1HpvBjif+Vm6rcT5wZd4VoMb9+Km3iS3Cv9DY6dMRMDtPnwRAFyAi7YXJpTIEXLvdfPxg==",
  1745. "dev": true,
  1746. "license": "MIT",
  1747. "dependencies": {
  1748. "@typescript-eslint/project-service": "8.56.1",
  1749. "@typescript-eslint/tsconfig-utils": "8.56.1",
  1750. "@typescript-eslint/types": "8.56.1",
  1751. "@typescript-eslint/visitor-keys": "8.56.1",
  1752. "debug": "^4.4.3",
  1753. "minimatch": "^10.2.2",
  1754. "semver": "^7.7.3",
  1755. "tinyglobby": "^0.2.15",
  1756. "ts-api-utils": "^2.4.0"
  1757. },
  1758. "engines": {
  1759. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1760. },
  1761. "funding": {
  1762. "type": "opencollective",
  1763. "url": "https://opencollective.com/typescript-eslint"
  1764. },
  1765. "peerDependencies": {
  1766. "typescript": ">=4.8.4 <6.0.0"
  1767. }
  1768. },
  1769. "node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match": {
  1770. "version": "4.0.4",
  1771. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/balanced-match/-/balanced-match-4.0.4.tgz",
  1772. "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
  1773. "dev": true,
  1774. "license": "MIT",
  1775. "engines": {
  1776. "node": "18 || 20 || >=22"
  1777. }
  1778. },
  1779. "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
  1780. "version": "5.0.4",
  1781. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/brace-expansion/-/brace-expansion-5.0.4.tgz",
  1782. "integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
  1783. "dev": true,
  1784. "license": "MIT",
  1785. "dependencies": {
  1786. "balanced-match": "^4.0.2"
  1787. },
  1788. "engines": {
  1789. "node": "18 || 20 || >=22"
  1790. }
  1791. },
  1792. "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
  1793. "version": "10.2.4",
  1794. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/minimatch/-/minimatch-10.2.4.tgz",
  1795. "integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
  1796. "dev": true,
  1797. "license": "BlueOak-1.0.0",
  1798. "dependencies": {
  1799. "brace-expansion": "^5.0.2"
  1800. },
  1801. "engines": {
  1802. "node": "18 || 20 || >=22"
  1803. },
  1804. "funding": {
  1805. "url": "https://github.com/sponsors/isaacs"
  1806. }
  1807. },
  1808. "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
  1809. "version": "7.7.4",
  1810. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/semver/-/semver-7.7.4.tgz",
  1811. "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
  1812. "dev": true,
  1813. "license": "ISC",
  1814. "bin": {
  1815. "semver": "bin/semver.js"
  1816. },
  1817. "engines": {
  1818. "node": ">=10"
  1819. }
  1820. },
  1821. "node_modules/@typescript-eslint/utils": {
  1822. "version": "8.56.1",
  1823. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@typescript-eslint/utils/-/utils-8.56.1.tgz",
  1824. "integrity": "sha512-HPAVNIME3tABJ61siYlHzSWCGtOoeP2RTIaHXFMPqjrQKCGB9OgUVdiNgH7TJS2JNIQ5qQ4RsAUDuGaGme/KOA==",
  1825. "dev": true,
  1826. "license": "MIT",
  1827. "dependencies": {
  1828. "@eslint-community/eslint-utils": "^4.9.1",
  1829. "@typescript-eslint/scope-manager": "8.56.1",
  1830. "@typescript-eslint/types": "8.56.1",
  1831. "@typescript-eslint/typescript-estree": "8.56.1"
  1832. },
  1833. "engines": {
  1834. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1835. },
  1836. "funding": {
  1837. "type": "opencollective",
  1838. "url": "https://opencollective.com/typescript-eslint"
  1839. },
  1840. "peerDependencies": {
  1841. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  1842. "typescript": ">=4.8.4 <6.0.0"
  1843. }
  1844. },
  1845. "node_modules/@typescript-eslint/visitor-keys": {
  1846. "version": "8.56.1",
  1847. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@typescript-eslint/visitor-keys/-/visitor-keys-8.56.1.tgz",
  1848. "integrity": "sha512-KiROIzYdEV85YygXw6BI/Dx4fnBlFQu6Mq4QE4MOH9fFnhohw6wX/OAvDY2/C+ut0I3RSPKenvZJIVYqJNkhEw==",
  1849. "dev": true,
  1850. "license": "MIT",
  1851. "dependencies": {
  1852. "@typescript-eslint/types": "8.56.1",
  1853. "eslint-visitor-keys": "^5.0.0"
  1854. },
  1855. "engines": {
  1856. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1857. },
  1858. "funding": {
  1859. "type": "opencollective",
  1860. "url": "https://opencollective.com/typescript-eslint"
  1861. }
  1862. },
  1863. "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
  1864. "version": "5.0.1",
  1865. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
  1866. "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
  1867. "dev": true,
  1868. "license": "Apache-2.0",
  1869. "engines": {
  1870. "node": "^20.19.0 || ^22.13.0 || >=24"
  1871. },
  1872. "funding": {
  1873. "url": "https://opencollective.com/eslint"
  1874. }
  1875. },
  1876. "node_modules/@unrs/resolver-binding-android-arm-eabi": {
  1877. "version": "1.11.1",
  1878. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@unrs/resolver-binding-android-arm-eabi/-/resolver-binding-android-arm-eabi-1.11.1.tgz",
  1879. "integrity": "sha512-ppLRUgHVaGRWUx0R0Ut06Mjo9gBaBkg3v/8AxusGLhsIotbBLuRk51rAzqLC8gq6NyyAojEXglNjzf6R948DNw==",
  1880. "cpu": [
  1881. "arm"
  1882. ],
  1883. "dev": true,
  1884. "license": "MIT",
  1885. "optional": true,
  1886. "os": [
  1887. "android"
  1888. ]
  1889. },
  1890. "node_modules/@unrs/resolver-binding-android-arm64": {
  1891. "version": "1.11.1",
  1892. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@unrs/resolver-binding-android-arm64/-/resolver-binding-android-arm64-1.11.1.tgz",
  1893. "integrity": "sha512-lCxkVtb4wp1v+EoN+HjIG9cIIzPkX5OtM03pQYkG+U5O/wL53LC4QbIeazgiKqluGeVEeBlZahHalCaBvU1a2g==",
  1894. "cpu": [
  1895. "arm64"
  1896. ],
  1897. "dev": true,
  1898. "license": "MIT",
  1899. "optional": true,
  1900. "os": [
  1901. "android"
  1902. ]
  1903. },
  1904. "node_modules/@unrs/resolver-binding-darwin-arm64": {
  1905. "version": "1.11.1",
  1906. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@unrs/resolver-binding-darwin-arm64/-/resolver-binding-darwin-arm64-1.11.1.tgz",
  1907. "integrity": "sha512-gPVA1UjRu1Y/IsB/dQEsp2V1pm44Of6+LWvbLc9SDk1c2KhhDRDBUkQCYVWe6f26uJb3fOK8saWMgtX8IrMk3g==",
  1908. "cpu": [
  1909. "arm64"
  1910. ],
  1911. "dev": true,
  1912. "license": "MIT",
  1913. "optional": true,
  1914. "os": [
  1915. "darwin"
  1916. ]
  1917. },
  1918. "node_modules/@unrs/resolver-binding-darwin-x64": {
  1919. "version": "1.11.1",
  1920. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@unrs/resolver-binding-darwin-x64/-/resolver-binding-darwin-x64-1.11.1.tgz",
  1921. "integrity": "sha512-cFzP7rWKd3lZaCsDze07QX1SC24lO8mPty9vdP+YVa3MGdVgPmFc59317b2ioXtgCMKGiCLxJ4HQs62oz6GfRQ==",
  1922. "cpu": [
  1923. "x64"
  1924. ],
  1925. "dev": true,
  1926. "license": "MIT",
  1927. "optional": true,
  1928. "os": [
  1929. "darwin"
  1930. ]
  1931. },
  1932. "node_modules/@unrs/resolver-binding-freebsd-x64": {
  1933. "version": "1.11.1",
  1934. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@unrs/resolver-binding-freebsd-x64/-/resolver-binding-freebsd-x64-1.11.1.tgz",
  1935. "integrity": "sha512-fqtGgak3zX4DCB6PFpsH5+Kmt/8CIi4Bry4rb1ho6Av2QHTREM+47y282Uqiu3ZRF5IQioJQ5qWRV6jduA+iGw==",
  1936. "cpu": [
  1937. "x64"
  1938. ],
  1939. "dev": true,
  1940. "license": "MIT",
  1941. "optional": true,
  1942. "os": [
  1943. "freebsd"
  1944. ]
  1945. },
  1946. "node_modules/@unrs/resolver-binding-linux-arm-gnueabihf": {
  1947. "version": "1.11.1",
  1948. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@unrs/resolver-binding-linux-arm-gnueabihf/-/resolver-binding-linux-arm-gnueabihf-1.11.1.tgz",
  1949. "integrity": "sha512-u92mvlcYtp9MRKmP+ZvMmtPN34+/3lMHlyMj7wXJDeXxuM0Vgzz0+PPJNsro1m3IZPYChIkn944wW8TYgGKFHw==",
  1950. "cpu": [
  1951. "arm"
  1952. ],
  1953. "dev": true,
  1954. "license": "MIT",
  1955. "optional": true,
  1956. "os": [
  1957. "linux"
  1958. ]
  1959. },
  1960. "node_modules/@unrs/resolver-binding-linux-arm-musleabihf": {
  1961. "version": "1.11.1",
  1962. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@unrs/resolver-binding-linux-arm-musleabihf/-/resolver-binding-linux-arm-musleabihf-1.11.1.tgz",
  1963. "integrity": "sha512-cINaoY2z7LVCrfHkIcmvj7osTOtm6VVT16b5oQdS4beibX2SYBwgYLmqhBjA1t51CarSaBuX5YNsWLjsqfW5Cw==",
  1964. "cpu": [
  1965. "arm"
  1966. ],
  1967. "dev": true,
  1968. "license": "MIT",
  1969. "optional": true,
  1970. "os": [
  1971. "linux"
  1972. ]
  1973. },
  1974. "node_modules/@unrs/resolver-binding-linux-arm64-gnu": {
  1975. "version": "1.11.1",
  1976. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@unrs/resolver-binding-linux-arm64-gnu/-/resolver-binding-linux-arm64-gnu-1.11.1.tgz",
  1977. "integrity": "sha512-34gw7PjDGB9JgePJEmhEqBhWvCiiWCuXsL9hYphDF7crW7UgI05gyBAi6MF58uGcMOiOqSJ2ybEeCvHcq0BCmQ==",
  1978. "cpu": [
  1979. "arm64"
  1980. ],
  1981. "dev": true,
  1982. "license": "MIT",
  1983. "optional": true,
  1984. "os": [
  1985. "linux"
  1986. ]
  1987. },
  1988. "node_modules/@unrs/resolver-binding-linux-arm64-musl": {
  1989. "version": "1.11.1",
  1990. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@unrs/resolver-binding-linux-arm64-musl/-/resolver-binding-linux-arm64-musl-1.11.1.tgz",
  1991. "integrity": "sha512-RyMIx6Uf53hhOtJDIamSbTskA99sPHS96wxVE/bJtePJJtpdKGXO1wY90oRdXuYOGOTuqjT8ACccMc4K6QmT3w==",
  1992. "cpu": [
  1993. "arm64"
  1994. ],
  1995. "dev": true,
  1996. "license": "MIT",
  1997. "optional": true,
  1998. "os": [
  1999. "linux"
  2000. ]
  2001. },
  2002. "node_modules/@unrs/resolver-binding-linux-ppc64-gnu": {
  2003. "version": "1.11.1",
  2004. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@unrs/resolver-binding-linux-ppc64-gnu/-/resolver-binding-linux-ppc64-gnu-1.11.1.tgz",
  2005. "integrity": "sha512-D8Vae74A4/a+mZH0FbOkFJL9DSK2R6TFPC9M+jCWYia/q2einCubX10pecpDiTmkJVUH+y8K3BZClycD8nCShA==",
  2006. "cpu": [
  2007. "ppc64"
  2008. ],
  2009. "dev": true,
  2010. "license": "MIT",
  2011. "optional": true,
  2012. "os": [
  2013. "linux"
  2014. ]
  2015. },
  2016. "node_modules/@unrs/resolver-binding-linux-riscv64-gnu": {
  2017. "version": "1.11.1",
  2018. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@unrs/resolver-binding-linux-riscv64-gnu/-/resolver-binding-linux-riscv64-gnu-1.11.1.tgz",
  2019. "integrity": "sha512-frxL4OrzOWVVsOc96+V3aqTIQl1O2TjgExV4EKgRY09AJ9leZpEg8Ak9phadbuX0BA4k8U5qtvMSQQGGmaJqcQ==",
  2020. "cpu": [
  2021. "riscv64"
  2022. ],
  2023. "dev": true,
  2024. "license": "MIT",
  2025. "optional": true,
  2026. "os": [
  2027. "linux"
  2028. ]
  2029. },
  2030. "node_modules/@unrs/resolver-binding-linux-riscv64-musl": {
  2031. "version": "1.11.1",
  2032. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@unrs/resolver-binding-linux-riscv64-musl/-/resolver-binding-linux-riscv64-musl-1.11.1.tgz",
  2033. "integrity": "sha512-mJ5vuDaIZ+l/acv01sHoXfpnyrNKOk/3aDoEdLO/Xtn9HuZlDD6jKxHlkN8ZhWyLJsRBxfv9GYM2utQ1SChKew==",
  2034. "cpu": [
  2035. "riscv64"
  2036. ],
  2037. "dev": true,
  2038. "license": "MIT",
  2039. "optional": true,
  2040. "os": [
  2041. "linux"
  2042. ]
  2043. },
  2044. "node_modules/@unrs/resolver-binding-linux-s390x-gnu": {
  2045. "version": "1.11.1",
  2046. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@unrs/resolver-binding-linux-s390x-gnu/-/resolver-binding-linux-s390x-gnu-1.11.1.tgz",
  2047. "integrity": "sha512-kELo8ebBVtb9sA7rMe1Cph4QHreByhaZ2QEADd9NzIQsYNQpt9UkM9iqr2lhGr5afh885d/cB5QeTXSbZHTYPg==",
  2048. "cpu": [
  2049. "s390x"
  2050. ],
  2051. "dev": true,
  2052. "license": "MIT",
  2053. "optional": true,
  2054. "os": [
  2055. "linux"
  2056. ]
  2057. },
  2058. "node_modules/@unrs/resolver-binding-linux-x64-gnu": {
  2059. "version": "1.11.1",
  2060. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@unrs/resolver-binding-linux-x64-gnu/-/resolver-binding-linux-x64-gnu-1.11.1.tgz",
  2061. "integrity": "sha512-C3ZAHugKgovV5YvAMsxhq0gtXuwESUKc5MhEtjBpLoHPLYM+iuwSj3lflFwK3DPm68660rZ7G8BMcwSro7hD5w==",
  2062. "cpu": [
  2063. "x64"
  2064. ],
  2065. "dev": true,
  2066. "license": "MIT",
  2067. "optional": true,
  2068. "os": [
  2069. "linux"
  2070. ]
  2071. },
  2072. "node_modules/@unrs/resolver-binding-linux-x64-musl": {
  2073. "version": "1.11.1",
  2074. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@unrs/resolver-binding-linux-x64-musl/-/resolver-binding-linux-x64-musl-1.11.1.tgz",
  2075. "integrity": "sha512-rV0YSoyhK2nZ4vEswT/QwqzqQXw5I6CjoaYMOX0TqBlWhojUf8P94mvI7nuJTeaCkkds3QE4+zS8Ko+GdXuZtA==",
  2076. "cpu": [
  2077. "x64"
  2078. ],
  2079. "dev": true,
  2080. "license": "MIT",
  2081. "optional": true,
  2082. "os": [
  2083. "linux"
  2084. ]
  2085. },
  2086. "node_modules/@unrs/resolver-binding-wasm32-wasi": {
  2087. "version": "1.11.1",
  2088. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@unrs/resolver-binding-wasm32-wasi/-/resolver-binding-wasm32-wasi-1.11.1.tgz",
  2089. "integrity": "sha512-5u4RkfxJm+Ng7IWgkzi3qrFOvLvQYnPBmjmZQ8+szTK/b31fQCnleNl1GgEt7nIsZRIf5PLhPwT0WM+q45x/UQ==",
  2090. "cpu": [
  2091. "wasm32"
  2092. ],
  2093. "dev": true,
  2094. "license": "MIT",
  2095. "optional": true,
  2096. "dependencies": {
  2097. "@napi-rs/wasm-runtime": "^0.2.11"
  2098. },
  2099. "engines": {
  2100. "node": ">=14.0.0"
  2101. }
  2102. },
  2103. "node_modules/@unrs/resolver-binding-win32-arm64-msvc": {
  2104. "version": "1.11.1",
  2105. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@unrs/resolver-binding-win32-arm64-msvc/-/resolver-binding-win32-arm64-msvc-1.11.1.tgz",
  2106. "integrity": "sha512-nRcz5Il4ln0kMhfL8S3hLkxI85BXs3o8EYoattsJNdsX4YUU89iOkVn7g0VHSRxFuVMdM4Q1jEpIId1Ihim/Uw==",
  2107. "cpu": [
  2108. "arm64"
  2109. ],
  2110. "dev": true,
  2111. "license": "MIT",
  2112. "optional": true,
  2113. "os": [
  2114. "win32"
  2115. ]
  2116. },
  2117. "node_modules/@unrs/resolver-binding-win32-ia32-msvc": {
  2118. "version": "1.11.1",
  2119. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@unrs/resolver-binding-win32-ia32-msvc/-/resolver-binding-win32-ia32-msvc-1.11.1.tgz",
  2120. "integrity": "sha512-DCEI6t5i1NmAZp6pFonpD5m7i6aFrpofcp4LA2i8IIq60Jyo28hamKBxNrZcyOwVOZkgsRp9O2sXWBWP8MnvIQ==",
  2121. "cpu": [
  2122. "ia32"
  2123. ],
  2124. "dev": true,
  2125. "license": "MIT",
  2126. "optional": true,
  2127. "os": [
  2128. "win32"
  2129. ]
  2130. },
  2131. "node_modules/@unrs/resolver-binding-win32-x64-msvc": {
  2132. "version": "1.11.1",
  2133. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@unrs/resolver-binding-win32-x64-msvc/-/resolver-binding-win32-x64-msvc-1.11.1.tgz",
  2134. "integrity": "sha512-lrW200hZdbfRtztbygyaq/6jP6AKE8qQN2KvPcJ+x7wiD038YtnYtZ82IMNJ69GJibV7bwL3y9FgK+5w/pYt6g==",
  2135. "cpu": [
  2136. "x64"
  2137. ],
  2138. "dev": true,
  2139. "license": "MIT",
  2140. "optional": true,
  2141. "os": [
  2142. "win32"
  2143. ]
  2144. },
  2145. "node_modules/acorn": {
  2146. "version": "8.16.0",
  2147. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/acorn/-/acorn-8.16.0.tgz",
  2148. "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
  2149. "dev": true,
  2150. "license": "MIT",
  2151. "peer": true,
  2152. "bin": {
  2153. "acorn": "bin/acorn"
  2154. },
  2155. "engines": {
  2156. "node": ">=0.4.0"
  2157. }
  2158. },
  2159. "node_modules/acorn-jsx": {
  2160. "version": "5.3.2",
  2161. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  2162. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  2163. "dev": true,
  2164. "license": "MIT",
  2165. "peerDependencies": {
  2166. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  2167. }
  2168. },
  2169. "node_modules/ajv": {
  2170. "version": "6.14.0",
  2171. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/ajv/-/ajv-6.14.0.tgz",
  2172. "integrity": "sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==",
  2173. "dev": true,
  2174. "license": "MIT",
  2175. "dependencies": {
  2176. "fast-deep-equal": "^3.1.1",
  2177. "fast-json-stable-stringify": "^2.0.0",
  2178. "json-schema-traverse": "^0.4.1",
  2179. "uri-js": "^4.2.2"
  2180. },
  2181. "funding": {
  2182. "type": "github",
  2183. "url": "https://github.com/sponsors/epoberezkin"
  2184. }
  2185. },
  2186. "node_modules/ansi-styles": {
  2187. "version": "4.3.0",
  2188. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/ansi-styles/-/ansi-styles-4.3.0.tgz",
  2189. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  2190. "dev": true,
  2191. "license": "MIT",
  2192. "dependencies": {
  2193. "color-convert": "^2.0.1"
  2194. },
  2195. "engines": {
  2196. "node": ">=8"
  2197. },
  2198. "funding": {
  2199. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  2200. }
  2201. },
  2202. "node_modules/argparse": {
  2203. "version": "2.0.1",
  2204. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/argparse/-/argparse-2.0.1.tgz",
  2205. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  2206. "dev": true,
  2207. "license": "Python-2.0"
  2208. },
  2209. "node_modules/aria-query": {
  2210. "version": "5.3.2",
  2211. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/aria-query/-/aria-query-5.3.2.tgz",
  2212. "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==",
  2213. "dev": true,
  2214. "license": "Apache-2.0",
  2215. "engines": {
  2216. "node": ">= 0.4"
  2217. }
  2218. },
  2219. "node_modules/array-buffer-byte-length": {
  2220. "version": "1.0.2",
  2221. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz",
  2222. "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==",
  2223. "dev": true,
  2224. "license": "MIT",
  2225. "dependencies": {
  2226. "call-bound": "^1.0.3",
  2227. "is-array-buffer": "^3.0.5"
  2228. },
  2229. "engines": {
  2230. "node": ">= 0.4"
  2231. },
  2232. "funding": {
  2233. "url": "https://github.com/sponsors/ljharb"
  2234. }
  2235. },
  2236. "node_modules/array-includes": {
  2237. "version": "3.1.9",
  2238. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/array-includes/-/array-includes-3.1.9.tgz",
  2239. "integrity": "sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==",
  2240. "dev": true,
  2241. "license": "MIT",
  2242. "dependencies": {
  2243. "call-bind": "^1.0.8",
  2244. "call-bound": "^1.0.4",
  2245. "define-properties": "^1.2.1",
  2246. "es-abstract": "^1.24.0",
  2247. "es-object-atoms": "^1.1.1",
  2248. "get-intrinsic": "^1.3.0",
  2249. "is-string": "^1.1.1",
  2250. "math-intrinsics": "^1.1.0"
  2251. },
  2252. "engines": {
  2253. "node": ">= 0.4"
  2254. },
  2255. "funding": {
  2256. "url": "https://github.com/sponsors/ljharb"
  2257. }
  2258. },
  2259. "node_modules/array.prototype.findlast": {
  2260. "version": "1.2.5",
  2261. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz",
  2262. "integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==",
  2263. "dev": true,
  2264. "license": "MIT",
  2265. "dependencies": {
  2266. "call-bind": "^1.0.7",
  2267. "define-properties": "^1.2.1",
  2268. "es-abstract": "^1.23.2",
  2269. "es-errors": "^1.3.0",
  2270. "es-object-atoms": "^1.0.0",
  2271. "es-shim-unscopables": "^1.0.2"
  2272. },
  2273. "engines": {
  2274. "node": ">= 0.4"
  2275. },
  2276. "funding": {
  2277. "url": "https://github.com/sponsors/ljharb"
  2278. }
  2279. },
  2280. "node_modules/array.prototype.findlastindex": {
  2281. "version": "1.2.6",
  2282. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz",
  2283. "integrity": "sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==",
  2284. "dev": true,
  2285. "license": "MIT",
  2286. "dependencies": {
  2287. "call-bind": "^1.0.8",
  2288. "call-bound": "^1.0.4",
  2289. "define-properties": "^1.2.1",
  2290. "es-abstract": "^1.23.9",
  2291. "es-errors": "^1.3.0",
  2292. "es-object-atoms": "^1.1.1",
  2293. "es-shim-unscopables": "^1.1.0"
  2294. },
  2295. "engines": {
  2296. "node": ">= 0.4"
  2297. },
  2298. "funding": {
  2299. "url": "https://github.com/sponsors/ljharb"
  2300. }
  2301. },
  2302. "node_modules/array.prototype.flat": {
  2303. "version": "1.3.3",
  2304. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz",
  2305. "integrity": "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==",
  2306. "dev": true,
  2307. "license": "MIT",
  2308. "dependencies": {
  2309. "call-bind": "^1.0.8",
  2310. "define-properties": "^1.2.1",
  2311. "es-abstract": "^1.23.5",
  2312. "es-shim-unscopables": "^1.0.2"
  2313. },
  2314. "engines": {
  2315. "node": ">= 0.4"
  2316. },
  2317. "funding": {
  2318. "url": "https://github.com/sponsors/ljharb"
  2319. }
  2320. },
  2321. "node_modules/array.prototype.flatmap": {
  2322. "version": "1.3.3",
  2323. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz",
  2324. "integrity": "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==",
  2325. "dev": true,
  2326. "license": "MIT",
  2327. "dependencies": {
  2328. "call-bind": "^1.0.8",
  2329. "define-properties": "^1.2.1",
  2330. "es-abstract": "^1.23.5",
  2331. "es-shim-unscopables": "^1.0.2"
  2332. },
  2333. "engines": {
  2334. "node": ">= 0.4"
  2335. },
  2336. "funding": {
  2337. "url": "https://github.com/sponsors/ljharb"
  2338. }
  2339. },
  2340. "node_modules/array.prototype.tosorted": {
  2341. "version": "1.1.4",
  2342. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz",
  2343. "integrity": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==",
  2344. "dev": true,
  2345. "license": "MIT",
  2346. "dependencies": {
  2347. "call-bind": "^1.0.7",
  2348. "define-properties": "^1.2.1",
  2349. "es-abstract": "^1.23.3",
  2350. "es-errors": "^1.3.0",
  2351. "es-shim-unscopables": "^1.0.2"
  2352. },
  2353. "engines": {
  2354. "node": ">= 0.4"
  2355. }
  2356. },
  2357. "node_modules/arraybuffer.prototype.slice": {
  2358. "version": "1.0.4",
  2359. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz",
  2360. "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==",
  2361. "dev": true,
  2362. "license": "MIT",
  2363. "dependencies": {
  2364. "array-buffer-byte-length": "^1.0.1",
  2365. "call-bind": "^1.0.8",
  2366. "define-properties": "^1.2.1",
  2367. "es-abstract": "^1.23.5",
  2368. "es-errors": "^1.3.0",
  2369. "get-intrinsic": "^1.2.6",
  2370. "is-array-buffer": "^3.0.4"
  2371. },
  2372. "engines": {
  2373. "node": ">= 0.4"
  2374. },
  2375. "funding": {
  2376. "url": "https://github.com/sponsors/ljharb"
  2377. }
  2378. },
  2379. "node_modules/ast-types-flow": {
  2380. "version": "0.0.8",
  2381. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/ast-types-flow/-/ast-types-flow-0.0.8.tgz",
  2382. "integrity": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==",
  2383. "dev": true,
  2384. "license": "MIT"
  2385. },
  2386. "node_modules/async-function": {
  2387. "version": "1.0.0",
  2388. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/async-function/-/async-function-1.0.0.tgz",
  2389. "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==",
  2390. "dev": true,
  2391. "license": "MIT",
  2392. "engines": {
  2393. "node": ">= 0.4"
  2394. }
  2395. },
  2396. "node_modules/available-typed-arrays": {
  2397. "version": "1.0.7",
  2398. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
  2399. "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
  2400. "dev": true,
  2401. "license": "MIT",
  2402. "dependencies": {
  2403. "possible-typed-array-names": "^1.0.0"
  2404. },
  2405. "engines": {
  2406. "node": ">= 0.4"
  2407. },
  2408. "funding": {
  2409. "url": "https://github.com/sponsors/ljharb"
  2410. }
  2411. },
  2412. "node_modules/axe-core": {
  2413. "version": "4.11.1",
  2414. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/axe-core/-/axe-core-4.11.1.tgz",
  2415. "integrity": "sha512-BASOg+YwO2C+346x3LZOeoovTIoTrRqEsqMa6fmfAV0P+U9mFr9NsyOEpiYvFjbc64NMrSswhV50WdXzdb/Z5A==",
  2416. "dev": true,
  2417. "license": "MPL-2.0",
  2418. "engines": {
  2419. "node": ">=4"
  2420. }
  2421. },
  2422. "node_modules/axobject-query": {
  2423. "version": "4.1.0",
  2424. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/axobject-query/-/axobject-query-4.1.0.tgz",
  2425. "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==",
  2426. "dev": true,
  2427. "license": "Apache-2.0",
  2428. "engines": {
  2429. "node": ">= 0.4"
  2430. }
  2431. },
  2432. "node_modules/balanced-match": {
  2433. "version": "1.0.2",
  2434. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/balanced-match/-/balanced-match-1.0.2.tgz",
  2435. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  2436. "dev": true,
  2437. "license": "MIT"
  2438. },
  2439. "node_modules/baseline-browser-mapping": {
  2440. "version": "2.10.0",
  2441. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/baseline-browser-mapping/-/baseline-browser-mapping-2.10.0.tgz",
  2442. "integrity": "sha512-lIyg0szRfYbiy67j9KN8IyeD7q7hcmqnJ1ddWmNt19ItGpNN64mnllmxUNFIOdOm6by97jlL6wfpTTJrmnjWAA==",
  2443. "license": "Apache-2.0",
  2444. "bin": {
  2445. "baseline-browser-mapping": "dist/cli.cjs"
  2446. },
  2447. "engines": {
  2448. "node": ">=6.0.0"
  2449. }
  2450. },
  2451. "node_modules/brace-expansion": {
  2452. "version": "1.1.12",
  2453. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/brace-expansion/-/brace-expansion-1.1.12.tgz",
  2454. "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
  2455. "dev": true,
  2456. "license": "MIT",
  2457. "dependencies": {
  2458. "balanced-match": "^1.0.0",
  2459. "concat-map": "0.0.1"
  2460. }
  2461. },
  2462. "node_modules/braces": {
  2463. "version": "3.0.3",
  2464. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/braces/-/braces-3.0.3.tgz",
  2465. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  2466. "dev": true,
  2467. "license": "MIT",
  2468. "dependencies": {
  2469. "fill-range": "^7.1.1"
  2470. },
  2471. "engines": {
  2472. "node": ">=8"
  2473. }
  2474. },
  2475. "node_modules/browserslist": {
  2476. "version": "4.28.1",
  2477. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/browserslist/-/browserslist-4.28.1.tgz",
  2478. "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
  2479. "dev": true,
  2480. "funding": [
  2481. {
  2482. "type": "opencollective",
  2483. "url": "https://opencollective.com/browserslist"
  2484. },
  2485. {
  2486. "type": "tidelift",
  2487. "url": "https://tidelift.com/funding/github/npm/browserslist"
  2488. },
  2489. {
  2490. "type": "github",
  2491. "url": "https://github.com/sponsors/ai"
  2492. }
  2493. ],
  2494. "license": "MIT",
  2495. "peer": true,
  2496. "dependencies": {
  2497. "baseline-browser-mapping": "^2.9.0",
  2498. "caniuse-lite": "^1.0.30001759",
  2499. "electron-to-chromium": "^1.5.263",
  2500. "node-releases": "^2.0.27",
  2501. "update-browserslist-db": "^1.2.0"
  2502. },
  2503. "bin": {
  2504. "browserslist": "cli.js"
  2505. },
  2506. "engines": {
  2507. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  2508. }
  2509. },
  2510. "node_modules/call-bind": {
  2511. "version": "1.0.8",
  2512. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/call-bind/-/call-bind-1.0.8.tgz",
  2513. "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
  2514. "dev": true,
  2515. "license": "MIT",
  2516. "dependencies": {
  2517. "call-bind-apply-helpers": "^1.0.0",
  2518. "es-define-property": "^1.0.0",
  2519. "get-intrinsic": "^1.2.4",
  2520. "set-function-length": "^1.2.2"
  2521. },
  2522. "engines": {
  2523. "node": ">= 0.4"
  2524. },
  2525. "funding": {
  2526. "url": "https://github.com/sponsors/ljharb"
  2527. }
  2528. },
  2529. "node_modules/call-bind-apply-helpers": {
  2530. "version": "1.0.2",
  2531. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  2532. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  2533. "dev": true,
  2534. "license": "MIT",
  2535. "dependencies": {
  2536. "es-errors": "^1.3.0",
  2537. "function-bind": "^1.1.2"
  2538. },
  2539. "engines": {
  2540. "node": ">= 0.4"
  2541. }
  2542. },
  2543. "node_modules/call-bound": {
  2544. "version": "1.0.4",
  2545. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/call-bound/-/call-bound-1.0.4.tgz",
  2546. "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
  2547. "dev": true,
  2548. "license": "MIT",
  2549. "dependencies": {
  2550. "call-bind-apply-helpers": "^1.0.2",
  2551. "get-intrinsic": "^1.3.0"
  2552. },
  2553. "engines": {
  2554. "node": ">= 0.4"
  2555. },
  2556. "funding": {
  2557. "url": "https://github.com/sponsors/ljharb"
  2558. }
  2559. },
  2560. "node_modules/callsites": {
  2561. "version": "3.1.0",
  2562. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/callsites/-/callsites-3.1.0.tgz",
  2563. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  2564. "dev": true,
  2565. "license": "MIT",
  2566. "engines": {
  2567. "node": ">=6"
  2568. }
  2569. },
  2570. "node_modules/caniuse-lite": {
  2571. "version": "1.0.30001774",
  2572. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/caniuse-lite/-/caniuse-lite-1.0.30001774.tgz",
  2573. "integrity": "sha512-DDdwPGz99nmIEv216hKSgLD+D4ikHQHjBC/seF98N9CPqRX4M5mSxT9eTV6oyisnJcuzxtZy4n17yKKQYmYQOA==",
  2574. "funding": [
  2575. {
  2576. "type": "opencollective",
  2577. "url": "https://opencollective.com/browserslist"
  2578. },
  2579. {
  2580. "type": "tidelift",
  2581. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  2582. },
  2583. {
  2584. "type": "github",
  2585. "url": "https://github.com/sponsors/ai"
  2586. }
  2587. ],
  2588. "license": "CC-BY-4.0"
  2589. },
  2590. "node_modules/chalk": {
  2591. "version": "4.1.2",
  2592. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/chalk/-/chalk-4.1.2.tgz",
  2593. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  2594. "dev": true,
  2595. "license": "MIT",
  2596. "dependencies": {
  2597. "ansi-styles": "^4.1.0",
  2598. "supports-color": "^7.1.0"
  2599. },
  2600. "engines": {
  2601. "node": ">=10"
  2602. },
  2603. "funding": {
  2604. "url": "https://github.com/chalk/chalk?sponsor=1"
  2605. }
  2606. },
  2607. "node_modules/client-only": {
  2608. "version": "0.0.1",
  2609. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/client-only/-/client-only-0.0.1.tgz",
  2610. "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==",
  2611. "license": "MIT"
  2612. },
  2613. "node_modules/color-convert": {
  2614. "version": "2.0.1",
  2615. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/color-convert/-/color-convert-2.0.1.tgz",
  2616. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  2617. "dev": true,
  2618. "license": "MIT",
  2619. "dependencies": {
  2620. "color-name": "~1.1.4"
  2621. },
  2622. "engines": {
  2623. "node": ">=7.0.0"
  2624. }
  2625. },
  2626. "node_modules/color-name": {
  2627. "version": "1.1.4",
  2628. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/color-name/-/color-name-1.1.4.tgz",
  2629. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  2630. "dev": true,
  2631. "license": "MIT"
  2632. },
  2633. "node_modules/concat-map": {
  2634. "version": "0.0.1",
  2635. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/concat-map/-/concat-map-0.0.1.tgz",
  2636. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  2637. "dev": true,
  2638. "license": "MIT"
  2639. },
  2640. "node_modules/convert-source-map": {
  2641. "version": "2.0.0",
  2642. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/convert-source-map/-/convert-source-map-2.0.0.tgz",
  2643. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  2644. "dev": true,
  2645. "license": "MIT"
  2646. },
  2647. "node_modules/cross-spawn": {
  2648. "version": "7.0.6",
  2649. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/cross-spawn/-/cross-spawn-7.0.6.tgz",
  2650. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  2651. "dev": true,
  2652. "license": "MIT",
  2653. "dependencies": {
  2654. "path-key": "^3.1.0",
  2655. "shebang-command": "^2.0.0",
  2656. "which": "^2.0.1"
  2657. },
  2658. "engines": {
  2659. "node": ">= 8"
  2660. }
  2661. },
  2662. "node_modules/csstype": {
  2663. "version": "3.2.3",
  2664. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/csstype/-/csstype-3.2.3.tgz",
  2665. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  2666. "dev": true,
  2667. "license": "MIT"
  2668. },
  2669. "node_modules/damerau-levenshtein": {
  2670. "version": "1.0.8",
  2671. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz",
  2672. "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==",
  2673. "dev": true,
  2674. "license": "BSD-2-Clause"
  2675. },
  2676. "node_modules/data-view-buffer": {
  2677. "version": "1.0.2",
  2678. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/data-view-buffer/-/data-view-buffer-1.0.2.tgz",
  2679. "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==",
  2680. "dev": true,
  2681. "license": "MIT",
  2682. "dependencies": {
  2683. "call-bound": "^1.0.3",
  2684. "es-errors": "^1.3.0",
  2685. "is-data-view": "^1.0.2"
  2686. },
  2687. "engines": {
  2688. "node": ">= 0.4"
  2689. },
  2690. "funding": {
  2691. "url": "https://github.com/sponsors/ljharb"
  2692. }
  2693. },
  2694. "node_modules/data-view-byte-length": {
  2695. "version": "1.0.2",
  2696. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz",
  2697. "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==",
  2698. "dev": true,
  2699. "license": "MIT",
  2700. "dependencies": {
  2701. "call-bound": "^1.0.3",
  2702. "es-errors": "^1.3.0",
  2703. "is-data-view": "^1.0.2"
  2704. },
  2705. "engines": {
  2706. "node": ">= 0.4"
  2707. },
  2708. "funding": {
  2709. "url": "https://github.com/sponsors/inspect-js"
  2710. }
  2711. },
  2712. "node_modules/data-view-byte-offset": {
  2713. "version": "1.0.1",
  2714. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz",
  2715. "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==",
  2716. "dev": true,
  2717. "license": "MIT",
  2718. "dependencies": {
  2719. "call-bound": "^1.0.2",
  2720. "es-errors": "^1.3.0",
  2721. "is-data-view": "^1.0.1"
  2722. },
  2723. "engines": {
  2724. "node": ">= 0.4"
  2725. },
  2726. "funding": {
  2727. "url": "https://github.com/sponsors/ljharb"
  2728. }
  2729. },
  2730. "node_modules/debug": {
  2731. "version": "4.4.3",
  2732. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/debug/-/debug-4.4.3.tgz",
  2733. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  2734. "dev": true,
  2735. "license": "MIT",
  2736. "dependencies": {
  2737. "ms": "^2.1.3"
  2738. },
  2739. "engines": {
  2740. "node": ">=6.0"
  2741. },
  2742. "peerDependenciesMeta": {
  2743. "supports-color": {
  2744. "optional": true
  2745. }
  2746. }
  2747. },
  2748. "node_modules/deep-is": {
  2749. "version": "0.1.4",
  2750. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/deep-is/-/deep-is-0.1.4.tgz",
  2751. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  2752. "dev": true,
  2753. "license": "MIT"
  2754. },
  2755. "node_modules/define-data-property": {
  2756. "version": "1.1.4",
  2757. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/define-data-property/-/define-data-property-1.1.4.tgz",
  2758. "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
  2759. "dev": true,
  2760. "license": "MIT",
  2761. "dependencies": {
  2762. "es-define-property": "^1.0.0",
  2763. "es-errors": "^1.3.0",
  2764. "gopd": "^1.0.1"
  2765. },
  2766. "engines": {
  2767. "node": ">= 0.4"
  2768. },
  2769. "funding": {
  2770. "url": "https://github.com/sponsors/ljharb"
  2771. }
  2772. },
  2773. "node_modules/define-properties": {
  2774. "version": "1.2.1",
  2775. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/define-properties/-/define-properties-1.2.1.tgz",
  2776. "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
  2777. "dev": true,
  2778. "license": "MIT",
  2779. "dependencies": {
  2780. "define-data-property": "^1.0.1",
  2781. "has-property-descriptors": "^1.0.0",
  2782. "object-keys": "^1.1.1"
  2783. },
  2784. "engines": {
  2785. "node": ">= 0.4"
  2786. },
  2787. "funding": {
  2788. "url": "https://github.com/sponsors/ljharb"
  2789. }
  2790. },
  2791. "node_modules/detect-libc": {
  2792. "version": "2.1.2",
  2793. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/detect-libc/-/detect-libc-2.1.2.tgz",
  2794. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  2795. "devOptional": true,
  2796. "license": "Apache-2.0",
  2797. "engines": {
  2798. "node": ">=8"
  2799. }
  2800. },
  2801. "node_modules/doctrine": {
  2802. "version": "2.1.0",
  2803. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/doctrine/-/doctrine-2.1.0.tgz",
  2804. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  2805. "dev": true,
  2806. "license": "Apache-2.0",
  2807. "dependencies": {
  2808. "esutils": "^2.0.2"
  2809. },
  2810. "engines": {
  2811. "node": ">=0.10.0"
  2812. }
  2813. },
  2814. "node_modules/dunder-proto": {
  2815. "version": "1.0.1",
  2816. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/dunder-proto/-/dunder-proto-1.0.1.tgz",
  2817. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  2818. "dev": true,
  2819. "license": "MIT",
  2820. "dependencies": {
  2821. "call-bind-apply-helpers": "^1.0.1",
  2822. "es-errors": "^1.3.0",
  2823. "gopd": "^1.2.0"
  2824. },
  2825. "engines": {
  2826. "node": ">= 0.4"
  2827. }
  2828. },
  2829. "node_modules/electron-to-chromium": {
  2830. "version": "1.5.302",
  2831. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/electron-to-chromium/-/electron-to-chromium-1.5.302.tgz",
  2832. "integrity": "sha512-sM6HAN2LyK82IyPBpznDRqlTQAtuSaO+ShzFiWTvoMJLHyZ+Y39r8VMfHzwbU8MVBzQ4Wdn85+wlZl2TLGIlwg==",
  2833. "dev": true,
  2834. "license": "ISC"
  2835. },
  2836. "node_modules/emoji-regex": {
  2837. "version": "9.2.2",
  2838. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/emoji-regex/-/emoji-regex-9.2.2.tgz",
  2839. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
  2840. "dev": true,
  2841. "license": "MIT"
  2842. },
  2843. "node_modules/enhanced-resolve": {
  2844. "version": "5.19.0",
  2845. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/enhanced-resolve/-/enhanced-resolve-5.19.0.tgz",
  2846. "integrity": "sha512-phv3E1Xl4tQOShqSte26C7Fl84EwUdZsyOuSSk9qtAGyyQs2s3jJzComh+Abf4g187lUUAvH+H26omrqia2aGg==",
  2847. "dev": true,
  2848. "license": "MIT",
  2849. "dependencies": {
  2850. "graceful-fs": "^4.2.4",
  2851. "tapable": "^2.3.0"
  2852. },
  2853. "engines": {
  2854. "node": ">=10.13.0"
  2855. }
  2856. },
  2857. "node_modules/es-abstract": {
  2858. "version": "1.24.1",
  2859. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/es-abstract/-/es-abstract-1.24.1.tgz",
  2860. "integrity": "sha512-zHXBLhP+QehSSbsS9Pt23Gg964240DPd6QCf8WpkqEXxQ7fhdZzYsocOr5u7apWonsS5EjZDmTF+/slGMyasvw==",
  2861. "dev": true,
  2862. "license": "MIT",
  2863. "dependencies": {
  2864. "array-buffer-byte-length": "^1.0.2",
  2865. "arraybuffer.prototype.slice": "^1.0.4",
  2866. "available-typed-arrays": "^1.0.7",
  2867. "call-bind": "^1.0.8",
  2868. "call-bound": "^1.0.4",
  2869. "data-view-buffer": "^1.0.2",
  2870. "data-view-byte-length": "^1.0.2",
  2871. "data-view-byte-offset": "^1.0.1",
  2872. "es-define-property": "^1.0.1",
  2873. "es-errors": "^1.3.0",
  2874. "es-object-atoms": "^1.1.1",
  2875. "es-set-tostringtag": "^2.1.0",
  2876. "es-to-primitive": "^1.3.0",
  2877. "function.prototype.name": "^1.1.8",
  2878. "get-intrinsic": "^1.3.0",
  2879. "get-proto": "^1.0.1",
  2880. "get-symbol-description": "^1.1.0",
  2881. "globalthis": "^1.0.4",
  2882. "gopd": "^1.2.0",
  2883. "has-property-descriptors": "^1.0.2",
  2884. "has-proto": "^1.2.0",
  2885. "has-symbols": "^1.1.0",
  2886. "hasown": "^2.0.2",
  2887. "internal-slot": "^1.1.0",
  2888. "is-array-buffer": "^3.0.5",
  2889. "is-callable": "^1.2.7",
  2890. "is-data-view": "^1.0.2",
  2891. "is-negative-zero": "^2.0.3",
  2892. "is-regex": "^1.2.1",
  2893. "is-set": "^2.0.3",
  2894. "is-shared-array-buffer": "^1.0.4",
  2895. "is-string": "^1.1.1",
  2896. "is-typed-array": "^1.1.15",
  2897. "is-weakref": "^1.1.1",
  2898. "math-intrinsics": "^1.1.0",
  2899. "object-inspect": "^1.13.4",
  2900. "object-keys": "^1.1.1",
  2901. "object.assign": "^4.1.7",
  2902. "own-keys": "^1.0.1",
  2903. "regexp.prototype.flags": "^1.5.4",
  2904. "safe-array-concat": "^1.1.3",
  2905. "safe-push-apply": "^1.0.0",
  2906. "safe-regex-test": "^1.1.0",
  2907. "set-proto": "^1.0.0",
  2908. "stop-iteration-iterator": "^1.1.0",
  2909. "string.prototype.trim": "^1.2.10",
  2910. "string.prototype.trimend": "^1.0.9",
  2911. "string.prototype.trimstart": "^1.0.8",
  2912. "typed-array-buffer": "^1.0.3",
  2913. "typed-array-byte-length": "^1.0.3",
  2914. "typed-array-byte-offset": "^1.0.4",
  2915. "typed-array-length": "^1.0.7",
  2916. "unbox-primitive": "^1.1.0",
  2917. "which-typed-array": "^1.1.19"
  2918. },
  2919. "engines": {
  2920. "node": ">= 0.4"
  2921. },
  2922. "funding": {
  2923. "url": "https://github.com/sponsors/ljharb"
  2924. }
  2925. },
  2926. "node_modules/es-define-property": {
  2927. "version": "1.0.1",
  2928. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/es-define-property/-/es-define-property-1.0.1.tgz",
  2929. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  2930. "dev": true,
  2931. "license": "MIT",
  2932. "engines": {
  2933. "node": ">= 0.4"
  2934. }
  2935. },
  2936. "node_modules/es-errors": {
  2937. "version": "1.3.0",
  2938. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/es-errors/-/es-errors-1.3.0.tgz",
  2939. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  2940. "dev": true,
  2941. "license": "MIT",
  2942. "engines": {
  2943. "node": ">= 0.4"
  2944. }
  2945. },
  2946. "node_modules/es-iterator-helpers": {
  2947. "version": "1.2.2",
  2948. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/es-iterator-helpers/-/es-iterator-helpers-1.2.2.tgz",
  2949. "integrity": "sha512-BrUQ0cPTB/IwXj23HtwHjS9n7O4h9FX94b4xc5zlTHxeLgTAdzYUDyy6KdExAl9lbN5rtfe44xpjpmj9grxs5w==",
  2950. "dev": true,
  2951. "license": "MIT",
  2952. "dependencies": {
  2953. "call-bind": "^1.0.8",
  2954. "call-bound": "^1.0.4",
  2955. "define-properties": "^1.2.1",
  2956. "es-abstract": "^1.24.1",
  2957. "es-errors": "^1.3.0",
  2958. "es-set-tostringtag": "^2.1.0",
  2959. "function-bind": "^1.1.2",
  2960. "get-intrinsic": "^1.3.0",
  2961. "globalthis": "^1.0.4",
  2962. "gopd": "^1.2.0",
  2963. "has-property-descriptors": "^1.0.2",
  2964. "has-proto": "^1.2.0",
  2965. "has-symbols": "^1.1.0",
  2966. "internal-slot": "^1.1.0",
  2967. "iterator.prototype": "^1.1.5",
  2968. "safe-array-concat": "^1.1.3"
  2969. },
  2970. "engines": {
  2971. "node": ">= 0.4"
  2972. }
  2973. },
  2974. "node_modules/es-object-atoms": {
  2975. "version": "1.1.1",
  2976. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  2977. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  2978. "dev": true,
  2979. "license": "MIT",
  2980. "dependencies": {
  2981. "es-errors": "^1.3.0"
  2982. },
  2983. "engines": {
  2984. "node": ">= 0.4"
  2985. }
  2986. },
  2987. "node_modules/es-set-tostringtag": {
  2988. "version": "2.1.0",
  2989. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  2990. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  2991. "dev": true,
  2992. "license": "MIT",
  2993. "dependencies": {
  2994. "es-errors": "^1.3.0",
  2995. "get-intrinsic": "^1.2.6",
  2996. "has-tostringtag": "^1.0.2",
  2997. "hasown": "^2.0.2"
  2998. },
  2999. "engines": {
  3000. "node": ">= 0.4"
  3001. }
  3002. },
  3003. "node_modules/es-shim-unscopables": {
  3004. "version": "1.1.0",
  3005. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz",
  3006. "integrity": "sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==",
  3007. "dev": true,
  3008. "license": "MIT",
  3009. "dependencies": {
  3010. "hasown": "^2.0.2"
  3011. },
  3012. "engines": {
  3013. "node": ">= 0.4"
  3014. }
  3015. },
  3016. "node_modules/es-to-primitive": {
  3017. "version": "1.3.0",
  3018. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/es-to-primitive/-/es-to-primitive-1.3.0.tgz",
  3019. "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==",
  3020. "dev": true,
  3021. "license": "MIT",
  3022. "dependencies": {
  3023. "is-callable": "^1.2.7",
  3024. "is-date-object": "^1.0.5",
  3025. "is-symbol": "^1.0.4"
  3026. },
  3027. "engines": {
  3028. "node": ">= 0.4"
  3029. },
  3030. "funding": {
  3031. "url": "https://github.com/sponsors/ljharb"
  3032. }
  3033. },
  3034. "node_modules/escalade": {
  3035. "version": "3.2.0",
  3036. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/escalade/-/escalade-3.2.0.tgz",
  3037. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  3038. "dev": true,
  3039. "license": "MIT",
  3040. "engines": {
  3041. "node": ">=6"
  3042. }
  3043. },
  3044. "node_modules/escape-string-regexp": {
  3045. "version": "4.0.0",
  3046. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  3047. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  3048. "dev": true,
  3049. "license": "MIT",
  3050. "engines": {
  3051. "node": ">=10"
  3052. },
  3053. "funding": {
  3054. "url": "https://github.com/sponsors/sindresorhus"
  3055. }
  3056. },
  3057. "node_modules/eslint": {
  3058. "version": "9.39.3",
  3059. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/eslint/-/eslint-9.39.3.tgz",
  3060. "integrity": "sha512-VmQ+sifHUbI/IcSopBCF/HO3YiHQx/AVd3UVyYL6weuwW+HvON9VYn5l6Zl1WZzPWXPNZrSQpxwkkZ/VuvJZzg==",
  3061. "dev": true,
  3062. "license": "MIT",
  3063. "peer": true,
  3064. "dependencies": {
  3065. "@eslint-community/eslint-utils": "^4.8.0",
  3066. "@eslint-community/regexpp": "^4.12.1",
  3067. "@eslint/config-array": "^0.21.1",
  3068. "@eslint/config-helpers": "^0.4.2",
  3069. "@eslint/core": "^0.17.0",
  3070. "@eslint/eslintrc": "^3.3.1",
  3071. "@eslint/js": "9.39.3",
  3072. "@eslint/plugin-kit": "^0.4.1",
  3073. "@humanfs/node": "^0.16.6",
  3074. "@humanwhocodes/module-importer": "^1.0.1",
  3075. "@humanwhocodes/retry": "^0.4.2",
  3076. "@types/estree": "^1.0.6",
  3077. "ajv": "^6.12.4",
  3078. "chalk": "^4.0.0",
  3079. "cross-spawn": "^7.0.6",
  3080. "debug": "^4.3.2",
  3081. "escape-string-regexp": "^4.0.0",
  3082. "eslint-scope": "^8.4.0",
  3083. "eslint-visitor-keys": "^4.2.1",
  3084. "espree": "^10.4.0",
  3085. "esquery": "^1.5.0",
  3086. "esutils": "^2.0.2",
  3087. "fast-deep-equal": "^3.1.3",
  3088. "file-entry-cache": "^8.0.0",
  3089. "find-up": "^5.0.0",
  3090. "glob-parent": "^6.0.2",
  3091. "ignore": "^5.2.0",
  3092. "imurmurhash": "^0.1.4",
  3093. "is-glob": "^4.0.0",
  3094. "json-stable-stringify-without-jsonify": "^1.0.1",
  3095. "lodash.merge": "^4.6.2",
  3096. "minimatch": "^3.1.2",
  3097. "natural-compare": "^1.4.0",
  3098. "optionator": "^0.9.3"
  3099. },
  3100. "bin": {
  3101. "eslint": "bin/eslint.js"
  3102. },
  3103. "engines": {
  3104. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3105. },
  3106. "funding": {
  3107. "url": "https://eslint.org/donate"
  3108. },
  3109. "peerDependencies": {
  3110. "jiti": "*"
  3111. },
  3112. "peerDependenciesMeta": {
  3113. "jiti": {
  3114. "optional": true
  3115. }
  3116. }
  3117. },
  3118. "node_modules/eslint-config-next": {
  3119. "version": "16.1.6",
  3120. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/eslint-config-next/-/eslint-config-next-16.1.6.tgz",
  3121. "integrity": "sha512-vKq40io2B0XtkkNDYyleATwblNt8xuh3FWp8SpSz3pt7P01OkBFlKsJZ2mWt5WsCySlDQLckb1zMY9yE9Qy0LA==",
  3122. "dev": true,
  3123. "license": "MIT",
  3124. "dependencies": {
  3125. "@next/eslint-plugin-next": "16.1.6",
  3126. "eslint-import-resolver-node": "^0.3.6",
  3127. "eslint-import-resolver-typescript": "^3.5.2",
  3128. "eslint-plugin-import": "^2.32.0",
  3129. "eslint-plugin-jsx-a11y": "^6.10.0",
  3130. "eslint-plugin-react": "^7.37.0",
  3131. "eslint-plugin-react-hooks": "^7.0.0",
  3132. "globals": "16.4.0",
  3133. "typescript-eslint": "^8.46.0"
  3134. },
  3135. "peerDependencies": {
  3136. "eslint": ">=9.0.0",
  3137. "typescript": ">=3.3.1"
  3138. },
  3139. "peerDependenciesMeta": {
  3140. "typescript": {
  3141. "optional": true
  3142. }
  3143. }
  3144. },
  3145. "node_modules/eslint-config-next/node_modules/globals": {
  3146. "version": "16.4.0",
  3147. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/globals/-/globals-16.4.0.tgz",
  3148. "integrity": "sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==",
  3149. "dev": true,
  3150. "license": "MIT",
  3151. "engines": {
  3152. "node": ">=18"
  3153. },
  3154. "funding": {
  3155. "url": "https://github.com/sponsors/sindresorhus"
  3156. }
  3157. },
  3158. "node_modules/eslint-import-resolver-node": {
  3159. "version": "0.3.9",
  3160. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
  3161. "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==",
  3162. "dev": true,
  3163. "license": "MIT",
  3164. "dependencies": {
  3165. "debug": "^3.2.7",
  3166. "is-core-module": "^2.13.0",
  3167. "resolve": "^1.22.4"
  3168. }
  3169. },
  3170. "node_modules/eslint-import-resolver-node/node_modules/debug": {
  3171. "version": "3.2.7",
  3172. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/debug/-/debug-3.2.7.tgz",
  3173. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  3174. "dev": true,
  3175. "license": "MIT",
  3176. "dependencies": {
  3177. "ms": "^2.1.1"
  3178. }
  3179. },
  3180. "node_modules/eslint-import-resolver-typescript": {
  3181. "version": "3.10.1",
  3182. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.10.1.tgz",
  3183. "integrity": "sha512-A1rHYb06zjMGAxdLSkN2fXPBwuSaQ0iO5M/hdyS0Ajj1VBaRp0sPD3dn1FhME3c/JluGFbwSxyCfqdSbtQLAHQ==",
  3184. "dev": true,
  3185. "license": "ISC",
  3186. "dependencies": {
  3187. "@nolyfill/is-core-module": "1.0.39",
  3188. "debug": "^4.4.0",
  3189. "get-tsconfig": "^4.10.0",
  3190. "is-bun-module": "^2.0.0",
  3191. "stable-hash": "^0.0.5",
  3192. "tinyglobby": "^0.2.13",
  3193. "unrs-resolver": "^1.6.2"
  3194. },
  3195. "engines": {
  3196. "node": "^14.18.0 || >=16.0.0"
  3197. },
  3198. "funding": {
  3199. "url": "https://opencollective.com/eslint-import-resolver-typescript"
  3200. },
  3201. "peerDependencies": {
  3202. "eslint": "*",
  3203. "eslint-plugin-import": "*",
  3204. "eslint-plugin-import-x": "*"
  3205. },
  3206. "peerDependenciesMeta": {
  3207. "eslint-plugin-import": {
  3208. "optional": true
  3209. },
  3210. "eslint-plugin-import-x": {
  3211. "optional": true
  3212. }
  3213. }
  3214. },
  3215. "node_modules/eslint-module-utils": {
  3216. "version": "2.12.1",
  3217. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz",
  3218. "integrity": "sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==",
  3219. "dev": true,
  3220. "license": "MIT",
  3221. "dependencies": {
  3222. "debug": "^3.2.7"
  3223. },
  3224. "engines": {
  3225. "node": ">=4"
  3226. },
  3227. "peerDependenciesMeta": {
  3228. "eslint": {
  3229. "optional": true
  3230. }
  3231. }
  3232. },
  3233. "node_modules/eslint-module-utils/node_modules/debug": {
  3234. "version": "3.2.7",
  3235. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/debug/-/debug-3.2.7.tgz",
  3236. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  3237. "dev": true,
  3238. "license": "MIT",
  3239. "dependencies": {
  3240. "ms": "^2.1.1"
  3241. }
  3242. },
  3243. "node_modules/eslint-plugin-import": {
  3244. "version": "2.32.0",
  3245. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz",
  3246. "integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==",
  3247. "dev": true,
  3248. "license": "MIT",
  3249. "dependencies": {
  3250. "@rtsao/scc": "^1.1.0",
  3251. "array-includes": "^3.1.9",
  3252. "array.prototype.findlastindex": "^1.2.6",
  3253. "array.prototype.flat": "^1.3.3",
  3254. "array.prototype.flatmap": "^1.3.3",
  3255. "debug": "^3.2.7",
  3256. "doctrine": "^2.1.0",
  3257. "eslint-import-resolver-node": "^0.3.9",
  3258. "eslint-module-utils": "^2.12.1",
  3259. "hasown": "^2.0.2",
  3260. "is-core-module": "^2.16.1",
  3261. "is-glob": "^4.0.3",
  3262. "minimatch": "^3.1.2",
  3263. "object.fromentries": "^2.0.8",
  3264. "object.groupby": "^1.0.3",
  3265. "object.values": "^1.2.1",
  3266. "semver": "^6.3.1",
  3267. "string.prototype.trimend": "^1.0.9",
  3268. "tsconfig-paths": "^3.15.0"
  3269. },
  3270. "engines": {
  3271. "node": ">=4"
  3272. },
  3273. "peerDependencies": {
  3274. "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9"
  3275. }
  3276. },
  3277. "node_modules/eslint-plugin-import/node_modules/debug": {
  3278. "version": "3.2.7",
  3279. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/debug/-/debug-3.2.7.tgz",
  3280. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  3281. "dev": true,
  3282. "license": "MIT",
  3283. "dependencies": {
  3284. "ms": "^2.1.1"
  3285. }
  3286. },
  3287. "node_modules/eslint-plugin-jsx-a11y": {
  3288. "version": "6.10.2",
  3289. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.2.tgz",
  3290. "integrity": "sha512-scB3nz4WmG75pV8+3eRUQOHZlNSUhFNq37xnpgRkCCELU3XMvXAxLk1eqWWyE22Ki4Q01Fnsw9BA3cJHDPgn2Q==",
  3291. "dev": true,
  3292. "license": "MIT",
  3293. "dependencies": {
  3294. "aria-query": "^5.3.2",
  3295. "array-includes": "^3.1.8",
  3296. "array.prototype.flatmap": "^1.3.2",
  3297. "ast-types-flow": "^0.0.8",
  3298. "axe-core": "^4.10.0",
  3299. "axobject-query": "^4.1.0",
  3300. "damerau-levenshtein": "^1.0.8",
  3301. "emoji-regex": "^9.2.2",
  3302. "hasown": "^2.0.2",
  3303. "jsx-ast-utils": "^3.3.5",
  3304. "language-tags": "^1.0.9",
  3305. "minimatch": "^3.1.2",
  3306. "object.fromentries": "^2.0.8",
  3307. "safe-regex-test": "^1.0.3",
  3308. "string.prototype.includes": "^2.0.1"
  3309. },
  3310. "engines": {
  3311. "node": ">=4.0"
  3312. },
  3313. "peerDependencies": {
  3314. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9"
  3315. }
  3316. },
  3317. "node_modules/eslint-plugin-react": {
  3318. "version": "7.37.5",
  3319. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz",
  3320. "integrity": "sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==",
  3321. "dev": true,
  3322. "license": "MIT",
  3323. "dependencies": {
  3324. "array-includes": "^3.1.8",
  3325. "array.prototype.findlast": "^1.2.5",
  3326. "array.prototype.flatmap": "^1.3.3",
  3327. "array.prototype.tosorted": "^1.1.4",
  3328. "doctrine": "^2.1.0",
  3329. "es-iterator-helpers": "^1.2.1",
  3330. "estraverse": "^5.3.0",
  3331. "hasown": "^2.0.2",
  3332. "jsx-ast-utils": "^2.4.1 || ^3.0.0",
  3333. "minimatch": "^3.1.2",
  3334. "object.entries": "^1.1.9",
  3335. "object.fromentries": "^2.0.8",
  3336. "object.values": "^1.2.1",
  3337. "prop-types": "^15.8.1",
  3338. "resolve": "^2.0.0-next.5",
  3339. "semver": "^6.3.1",
  3340. "string.prototype.matchall": "^4.0.12",
  3341. "string.prototype.repeat": "^1.0.0"
  3342. },
  3343. "engines": {
  3344. "node": ">=4"
  3345. },
  3346. "peerDependencies": {
  3347. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7"
  3348. }
  3349. },
  3350. "node_modules/eslint-plugin-react-hooks": {
  3351. "version": "7.0.1",
  3352. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.0.1.tgz",
  3353. "integrity": "sha512-O0d0m04evaNzEPoSW+59Mezf8Qt0InfgGIBJnpC0h3NH/WjUAR7BIKUfysC6todmtiZ/A0oUVS8Gce0WhBrHsA==",
  3354. "dev": true,
  3355. "license": "MIT",
  3356. "dependencies": {
  3357. "@babel/core": "^7.24.4",
  3358. "@babel/parser": "^7.24.4",
  3359. "hermes-parser": "^0.25.1",
  3360. "zod": "^3.25.0 || ^4.0.0",
  3361. "zod-validation-error": "^3.5.0 || ^4.0.0"
  3362. },
  3363. "engines": {
  3364. "node": ">=18"
  3365. },
  3366. "peerDependencies": {
  3367. "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0"
  3368. }
  3369. },
  3370. "node_modules/eslint-plugin-react/node_modules/resolve": {
  3371. "version": "2.0.0-next.6",
  3372. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/resolve/-/resolve-2.0.0-next.6.tgz",
  3373. "integrity": "sha512-3JmVl5hMGtJ3kMmB3zi3DL25KfkCEyy3Tw7Gmw7z5w8M9WlwoPFnIvwChzu1+cF3iaK3sp18hhPz8ANeimdJfA==",
  3374. "dev": true,
  3375. "license": "MIT",
  3376. "dependencies": {
  3377. "es-errors": "^1.3.0",
  3378. "is-core-module": "^2.16.1",
  3379. "node-exports-info": "^1.6.0",
  3380. "object-keys": "^1.1.1",
  3381. "path-parse": "^1.0.7",
  3382. "supports-preserve-symlinks-flag": "^1.0.0"
  3383. },
  3384. "bin": {
  3385. "resolve": "bin/resolve"
  3386. },
  3387. "engines": {
  3388. "node": ">= 0.4"
  3389. },
  3390. "funding": {
  3391. "url": "https://github.com/sponsors/ljharb"
  3392. }
  3393. },
  3394. "node_modules/eslint-scope": {
  3395. "version": "8.4.0",
  3396. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/eslint-scope/-/eslint-scope-8.4.0.tgz",
  3397. "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
  3398. "dev": true,
  3399. "license": "BSD-2-Clause",
  3400. "dependencies": {
  3401. "esrecurse": "^4.3.0",
  3402. "estraverse": "^5.2.0"
  3403. },
  3404. "engines": {
  3405. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3406. },
  3407. "funding": {
  3408. "url": "https://opencollective.com/eslint"
  3409. }
  3410. },
  3411. "node_modules/eslint-visitor-keys": {
  3412. "version": "4.2.1",
  3413. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
  3414. "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
  3415. "dev": true,
  3416. "license": "Apache-2.0",
  3417. "engines": {
  3418. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3419. },
  3420. "funding": {
  3421. "url": "https://opencollective.com/eslint"
  3422. }
  3423. },
  3424. "node_modules/espree": {
  3425. "version": "10.4.0",
  3426. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/espree/-/espree-10.4.0.tgz",
  3427. "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
  3428. "dev": true,
  3429. "license": "BSD-2-Clause",
  3430. "dependencies": {
  3431. "acorn": "^8.15.0",
  3432. "acorn-jsx": "^5.3.2",
  3433. "eslint-visitor-keys": "^4.2.1"
  3434. },
  3435. "engines": {
  3436. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3437. },
  3438. "funding": {
  3439. "url": "https://opencollective.com/eslint"
  3440. }
  3441. },
  3442. "node_modules/esquery": {
  3443. "version": "1.7.0",
  3444. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/esquery/-/esquery-1.7.0.tgz",
  3445. "integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==",
  3446. "dev": true,
  3447. "license": "BSD-3-Clause",
  3448. "dependencies": {
  3449. "estraverse": "^5.1.0"
  3450. },
  3451. "engines": {
  3452. "node": ">=0.10"
  3453. }
  3454. },
  3455. "node_modules/esrecurse": {
  3456. "version": "4.3.0",
  3457. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/esrecurse/-/esrecurse-4.3.0.tgz",
  3458. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  3459. "dev": true,
  3460. "license": "BSD-2-Clause",
  3461. "dependencies": {
  3462. "estraverse": "^5.2.0"
  3463. },
  3464. "engines": {
  3465. "node": ">=4.0"
  3466. }
  3467. },
  3468. "node_modules/estraverse": {
  3469. "version": "5.3.0",
  3470. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/estraverse/-/estraverse-5.3.0.tgz",
  3471. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  3472. "dev": true,
  3473. "license": "BSD-2-Clause",
  3474. "engines": {
  3475. "node": ">=4.0"
  3476. }
  3477. },
  3478. "node_modules/esutils": {
  3479. "version": "2.0.3",
  3480. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/esutils/-/esutils-2.0.3.tgz",
  3481. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  3482. "dev": true,
  3483. "license": "BSD-2-Clause",
  3484. "engines": {
  3485. "node": ">=0.10.0"
  3486. }
  3487. },
  3488. "node_modules/fast-deep-equal": {
  3489. "version": "3.1.3",
  3490. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  3491. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  3492. "dev": true,
  3493. "license": "MIT"
  3494. },
  3495. "node_modules/fast-glob": {
  3496. "version": "3.3.1",
  3497. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/fast-glob/-/fast-glob-3.3.1.tgz",
  3498. "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==",
  3499. "dev": true,
  3500. "license": "MIT",
  3501. "dependencies": {
  3502. "@nodelib/fs.stat": "^2.0.2",
  3503. "@nodelib/fs.walk": "^1.2.3",
  3504. "glob-parent": "^5.1.2",
  3505. "merge2": "^1.3.0",
  3506. "micromatch": "^4.0.4"
  3507. },
  3508. "engines": {
  3509. "node": ">=8.6.0"
  3510. }
  3511. },
  3512. "node_modules/fast-glob/node_modules/glob-parent": {
  3513. "version": "5.1.2",
  3514. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/glob-parent/-/glob-parent-5.1.2.tgz",
  3515. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  3516. "dev": true,
  3517. "license": "ISC",
  3518. "dependencies": {
  3519. "is-glob": "^4.0.1"
  3520. },
  3521. "engines": {
  3522. "node": ">= 6"
  3523. }
  3524. },
  3525. "node_modules/fast-json-stable-stringify": {
  3526. "version": "2.1.0",
  3527. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  3528. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  3529. "dev": true,
  3530. "license": "MIT"
  3531. },
  3532. "node_modules/fast-levenshtein": {
  3533. "version": "2.0.6",
  3534. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  3535. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  3536. "dev": true,
  3537. "license": "MIT"
  3538. },
  3539. "node_modules/fastq": {
  3540. "version": "1.20.1",
  3541. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/fastq/-/fastq-1.20.1.tgz",
  3542. "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
  3543. "dev": true,
  3544. "license": "ISC",
  3545. "dependencies": {
  3546. "reusify": "^1.0.4"
  3547. }
  3548. },
  3549. "node_modules/file-entry-cache": {
  3550. "version": "8.0.0",
  3551. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
  3552. "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
  3553. "dev": true,
  3554. "license": "MIT",
  3555. "dependencies": {
  3556. "flat-cache": "^4.0.0"
  3557. },
  3558. "engines": {
  3559. "node": ">=16.0.0"
  3560. }
  3561. },
  3562. "node_modules/fill-range": {
  3563. "version": "7.1.1",
  3564. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/fill-range/-/fill-range-7.1.1.tgz",
  3565. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  3566. "dev": true,
  3567. "license": "MIT",
  3568. "dependencies": {
  3569. "to-regex-range": "^5.0.1"
  3570. },
  3571. "engines": {
  3572. "node": ">=8"
  3573. }
  3574. },
  3575. "node_modules/find-up": {
  3576. "version": "5.0.0",
  3577. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/find-up/-/find-up-5.0.0.tgz",
  3578. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  3579. "dev": true,
  3580. "license": "MIT",
  3581. "dependencies": {
  3582. "locate-path": "^6.0.0",
  3583. "path-exists": "^4.0.0"
  3584. },
  3585. "engines": {
  3586. "node": ">=10"
  3587. },
  3588. "funding": {
  3589. "url": "https://github.com/sponsors/sindresorhus"
  3590. }
  3591. },
  3592. "node_modules/flat-cache": {
  3593. "version": "4.0.1",
  3594. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/flat-cache/-/flat-cache-4.0.1.tgz",
  3595. "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
  3596. "dev": true,
  3597. "license": "MIT",
  3598. "dependencies": {
  3599. "flatted": "^3.2.9",
  3600. "keyv": "^4.5.4"
  3601. },
  3602. "engines": {
  3603. "node": ">=16"
  3604. }
  3605. },
  3606. "node_modules/flatted": {
  3607. "version": "3.3.3",
  3608. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/flatted/-/flatted-3.3.3.tgz",
  3609. "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
  3610. "dev": true,
  3611. "license": "ISC"
  3612. },
  3613. "node_modules/for-each": {
  3614. "version": "0.3.5",
  3615. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/for-each/-/for-each-0.3.5.tgz",
  3616. "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
  3617. "dev": true,
  3618. "license": "MIT",
  3619. "dependencies": {
  3620. "is-callable": "^1.2.7"
  3621. },
  3622. "engines": {
  3623. "node": ">= 0.4"
  3624. },
  3625. "funding": {
  3626. "url": "https://github.com/sponsors/ljharb"
  3627. }
  3628. },
  3629. "node_modules/function-bind": {
  3630. "version": "1.1.2",
  3631. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/function-bind/-/function-bind-1.1.2.tgz",
  3632. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  3633. "dev": true,
  3634. "license": "MIT",
  3635. "funding": {
  3636. "url": "https://github.com/sponsors/ljharb"
  3637. }
  3638. },
  3639. "node_modules/function.prototype.name": {
  3640. "version": "1.1.8",
  3641. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/function.prototype.name/-/function.prototype.name-1.1.8.tgz",
  3642. "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==",
  3643. "dev": true,
  3644. "license": "MIT",
  3645. "dependencies": {
  3646. "call-bind": "^1.0.8",
  3647. "call-bound": "^1.0.3",
  3648. "define-properties": "^1.2.1",
  3649. "functions-have-names": "^1.2.3",
  3650. "hasown": "^2.0.2",
  3651. "is-callable": "^1.2.7"
  3652. },
  3653. "engines": {
  3654. "node": ">= 0.4"
  3655. },
  3656. "funding": {
  3657. "url": "https://github.com/sponsors/ljharb"
  3658. }
  3659. },
  3660. "node_modules/functions-have-names": {
  3661. "version": "1.2.3",
  3662. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/functions-have-names/-/functions-have-names-1.2.3.tgz",
  3663. "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
  3664. "dev": true,
  3665. "license": "MIT",
  3666. "funding": {
  3667. "url": "https://github.com/sponsors/ljharb"
  3668. }
  3669. },
  3670. "node_modules/generator-function": {
  3671. "version": "2.0.1",
  3672. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/generator-function/-/generator-function-2.0.1.tgz",
  3673. "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==",
  3674. "dev": true,
  3675. "license": "MIT",
  3676. "engines": {
  3677. "node": ">= 0.4"
  3678. }
  3679. },
  3680. "node_modules/gensync": {
  3681. "version": "1.0.0-beta.2",
  3682. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/gensync/-/gensync-1.0.0-beta.2.tgz",
  3683. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  3684. "dev": true,
  3685. "license": "MIT",
  3686. "engines": {
  3687. "node": ">=6.9.0"
  3688. }
  3689. },
  3690. "node_modules/get-intrinsic": {
  3691. "version": "1.3.0",
  3692. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  3693. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  3694. "dev": true,
  3695. "license": "MIT",
  3696. "dependencies": {
  3697. "call-bind-apply-helpers": "^1.0.2",
  3698. "es-define-property": "^1.0.1",
  3699. "es-errors": "^1.3.0",
  3700. "es-object-atoms": "^1.1.1",
  3701. "function-bind": "^1.1.2",
  3702. "get-proto": "^1.0.1",
  3703. "gopd": "^1.2.0",
  3704. "has-symbols": "^1.1.0",
  3705. "hasown": "^2.0.2",
  3706. "math-intrinsics": "^1.1.0"
  3707. },
  3708. "engines": {
  3709. "node": ">= 0.4"
  3710. },
  3711. "funding": {
  3712. "url": "https://github.com/sponsors/ljharb"
  3713. }
  3714. },
  3715. "node_modules/get-proto": {
  3716. "version": "1.0.1",
  3717. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/get-proto/-/get-proto-1.0.1.tgz",
  3718. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  3719. "dev": true,
  3720. "license": "MIT",
  3721. "dependencies": {
  3722. "dunder-proto": "^1.0.1",
  3723. "es-object-atoms": "^1.0.0"
  3724. },
  3725. "engines": {
  3726. "node": ">= 0.4"
  3727. }
  3728. },
  3729. "node_modules/get-symbol-description": {
  3730. "version": "1.1.0",
  3731. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/get-symbol-description/-/get-symbol-description-1.1.0.tgz",
  3732. "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==",
  3733. "dev": true,
  3734. "license": "MIT",
  3735. "dependencies": {
  3736. "call-bound": "^1.0.3",
  3737. "es-errors": "^1.3.0",
  3738. "get-intrinsic": "^1.2.6"
  3739. },
  3740. "engines": {
  3741. "node": ">= 0.4"
  3742. },
  3743. "funding": {
  3744. "url": "https://github.com/sponsors/ljharb"
  3745. }
  3746. },
  3747. "node_modules/get-tsconfig": {
  3748. "version": "4.13.6",
  3749. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/get-tsconfig/-/get-tsconfig-4.13.6.tgz",
  3750. "integrity": "sha512-shZT/QMiSHc/YBLxxOkMtgSid5HFoauqCE3/exfsEcwg1WkeqjG+V40yBbBrsD+jW2HDXcs28xOfcbm2jI8Ddw==",
  3751. "dev": true,
  3752. "license": "MIT",
  3753. "dependencies": {
  3754. "resolve-pkg-maps": "^1.0.0"
  3755. },
  3756. "funding": {
  3757. "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
  3758. }
  3759. },
  3760. "node_modules/glob-parent": {
  3761. "version": "6.0.2",
  3762. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/glob-parent/-/glob-parent-6.0.2.tgz",
  3763. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  3764. "dev": true,
  3765. "license": "ISC",
  3766. "dependencies": {
  3767. "is-glob": "^4.0.3"
  3768. },
  3769. "engines": {
  3770. "node": ">=10.13.0"
  3771. }
  3772. },
  3773. "node_modules/globals": {
  3774. "version": "14.0.0",
  3775. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/globals/-/globals-14.0.0.tgz",
  3776. "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
  3777. "dev": true,
  3778. "license": "MIT",
  3779. "engines": {
  3780. "node": ">=18"
  3781. },
  3782. "funding": {
  3783. "url": "https://github.com/sponsors/sindresorhus"
  3784. }
  3785. },
  3786. "node_modules/globalthis": {
  3787. "version": "1.0.4",
  3788. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/globalthis/-/globalthis-1.0.4.tgz",
  3789. "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
  3790. "dev": true,
  3791. "license": "MIT",
  3792. "dependencies": {
  3793. "define-properties": "^1.2.1",
  3794. "gopd": "^1.0.1"
  3795. },
  3796. "engines": {
  3797. "node": ">= 0.4"
  3798. },
  3799. "funding": {
  3800. "url": "https://github.com/sponsors/ljharb"
  3801. }
  3802. },
  3803. "node_modules/gopd": {
  3804. "version": "1.2.0",
  3805. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/gopd/-/gopd-1.2.0.tgz",
  3806. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  3807. "dev": true,
  3808. "license": "MIT",
  3809. "engines": {
  3810. "node": ">= 0.4"
  3811. },
  3812. "funding": {
  3813. "url": "https://github.com/sponsors/ljharb"
  3814. }
  3815. },
  3816. "node_modules/graceful-fs": {
  3817. "version": "4.2.11",
  3818. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/graceful-fs/-/graceful-fs-4.2.11.tgz",
  3819. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  3820. "dev": true,
  3821. "license": "ISC"
  3822. },
  3823. "node_modules/has-bigints": {
  3824. "version": "1.1.0",
  3825. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/has-bigints/-/has-bigints-1.1.0.tgz",
  3826. "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==",
  3827. "dev": true,
  3828. "license": "MIT",
  3829. "engines": {
  3830. "node": ">= 0.4"
  3831. },
  3832. "funding": {
  3833. "url": "https://github.com/sponsors/ljharb"
  3834. }
  3835. },
  3836. "node_modules/has-flag": {
  3837. "version": "4.0.0",
  3838. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/has-flag/-/has-flag-4.0.0.tgz",
  3839. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  3840. "dev": true,
  3841. "license": "MIT",
  3842. "engines": {
  3843. "node": ">=8"
  3844. }
  3845. },
  3846. "node_modules/has-property-descriptors": {
  3847. "version": "1.0.2",
  3848. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
  3849. "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
  3850. "dev": true,
  3851. "license": "MIT",
  3852. "dependencies": {
  3853. "es-define-property": "^1.0.0"
  3854. },
  3855. "funding": {
  3856. "url": "https://github.com/sponsors/ljharb"
  3857. }
  3858. },
  3859. "node_modules/has-proto": {
  3860. "version": "1.2.0",
  3861. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/has-proto/-/has-proto-1.2.0.tgz",
  3862. "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==",
  3863. "dev": true,
  3864. "license": "MIT",
  3865. "dependencies": {
  3866. "dunder-proto": "^1.0.0"
  3867. },
  3868. "engines": {
  3869. "node": ">= 0.4"
  3870. },
  3871. "funding": {
  3872. "url": "https://github.com/sponsors/ljharb"
  3873. }
  3874. },
  3875. "node_modules/has-symbols": {
  3876. "version": "1.1.0",
  3877. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/has-symbols/-/has-symbols-1.1.0.tgz",
  3878. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  3879. "dev": true,
  3880. "license": "MIT",
  3881. "engines": {
  3882. "node": ">= 0.4"
  3883. },
  3884. "funding": {
  3885. "url": "https://github.com/sponsors/ljharb"
  3886. }
  3887. },
  3888. "node_modules/has-tostringtag": {
  3889. "version": "1.0.2",
  3890. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  3891. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  3892. "dev": true,
  3893. "license": "MIT",
  3894. "dependencies": {
  3895. "has-symbols": "^1.0.3"
  3896. },
  3897. "engines": {
  3898. "node": ">= 0.4"
  3899. },
  3900. "funding": {
  3901. "url": "https://github.com/sponsors/ljharb"
  3902. }
  3903. },
  3904. "node_modules/hasown": {
  3905. "version": "2.0.2",
  3906. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/hasown/-/hasown-2.0.2.tgz",
  3907. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  3908. "dev": true,
  3909. "license": "MIT",
  3910. "dependencies": {
  3911. "function-bind": "^1.1.2"
  3912. },
  3913. "engines": {
  3914. "node": ">= 0.4"
  3915. }
  3916. },
  3917. "node_modules/hermes-estree": {
  3918. "version": "0.25.1",
  3919. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/hermes-estree/-/hermes-estree-0.25.1.tgz",
  3920. "integrity": "sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==",
  3921. "dev": true,
  3922. "license": "MIT"
  3923. },
  3924. "node_modules/hermes-parser": {
  3925. "version": "0.25.1",
  3926. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/hermes-parser/-/hermes-parser-0.25.1.tgz",
  3927. "integrity": "sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==",
  3928. "dev": true,
  3929. "license": "MIT",
  3930. "dependencies": {
  3931. "hermes-estree": "0.25.1"
  3932. }
  3933. },
  3934. "node_modules/ignore": {
  3935. "version": "5.3.2",
  3936. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/ignore/-/ignore-5.3.2.tgz",
  3937. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  3938. "dev": true,
  3939. "license": "MIT",
  3940. "engines": {
  3941. "node": ">= 4"
  3942. }
  3943. },
  3944. "node_modules/import-fresh": {
  3945. "version": "3.3.1",
  3946. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/import-fresh/-/import-fresh-3.3.1.tgz",
  3947. "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
  3948. "dev": true,
  3949. "license": "MIT",
  3950. "dependencies": {
  3951. "parent-module": "^1.0.0",
  3952. "resolve-from": "^4.0.0"
  3953. },
  3954. "engines": {
  3955. "node": ">=6"
  3956. },
  3957. "funding": {
  3958. "url": "https://github.com/sponsors/sindresorhus"
  3959. }
  3960. },
  3961. "node_modules/imurmurhash": {
  3962. "version": "0.1.4",
  3963. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/imurmurhash/-/imurmurhash-0.1.4.tgz",
  3964. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  3965. "dev": true,
  3966. "license": "MIT",
  3967. "engines": {
  3968. "node": ">=0.8.19"
  3969. }
  3970. },
  3971. "node_modules/internal-slot": {
  3972. "version": "1.1.0",
  3973. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/internal-slot/-/internal-slot-1.1.0.tgz",
  3974. "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==",
  3975. "dev": true,
  3976. "license": "MIT",
  3977. "dependencies": {
  3978. "es-errors": "^1.3.0",
  3979. "hasown": "^2.0.2",
  3980. "side-channel": "^1.1.0"
  3981. },
  3982. "engines": {
  3983. "node": ">= 0.4"
  3984. }
  3985. },
  3986. "node_modules/is-array-buffer": {
  3987. "version": "3.0.5",
  3988. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/is-array-buffer/-/is-array-buffer-3.0.5.tgz",
  3989. "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==",
  3990. "dev": true,
  3991. "license": "MIT",
  3992. "dependencies": {
  3993. "call-bind": "^1.0.8",
  3994. "call-bound": "^1.0.3",
  3995. "get-intrinsic": "^1.2.6"
  3996. },
  3997. "engines": {
  3998. "node": ">= 0.4"
  3999. },
  4000. "funding": {
  4001. "url": "https://github.com/sponsors/ljharb"
  4002. }
  4003. },
  4004. "node_modules/is-async-function": {
  4005. "version": "2.1.1",
  4006. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/is-async-function/-/is-async-function-2.1.1.tgz",
  4007. "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==",
  4008. "dev": true,
  4009. "license": "MIT",
  4010. "dependencies": {
  4011. "async-function": "^1.0.0",
  4012. "call-bound": "^1.0.3",
  4013. "get-proto": "^1.0.1",
  4014. "has-tostringtag": "^1.0.2",
  4015. "safe-regex-test": "^1.1.0"
  4016. },
  4017. "engines": {
  4018. "node": ">= 0.4"
  4019. },
  4020. "funding": {
  4021. "url": "https://github.com/sponsors/ljharb"
  4022. }
  4023. },
  4024. "node_modules/is-bigint": {
  4025. "version": "1.1.0",
  4026. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/is-bigint/-/is-bigint-1.1.0.tgz",
  4027. "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==",
  4028. "dev": true,
  4029. "license": "MIT",
  4030. "dependencies": {
  4031. "has-bigints": "^1.0.2"
  4032. },
  4033. "engines": {
  4034. "node": ">= 0.4"
  4035. },
  4036. "funding": {
  4037. "url": "https://github.com/sponsors/ljharb"
  4038. }
  4039. },
  4040. "node_modules/is-boolean-object": {
  4041. "version": "1.2.2",
  4042. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/is-boolean-object/-/is-boolean-object-1.2.2.tgz",
  4043. "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==",
  4044. "dev": true,
  4045. "license": "MIT",
  4046. "dependencies": {
  4047. "call-bound": "^1.0.3",
  4048. "has-tostringtag": "^1.0.2"
  4049. },
  4050. "engines": {
  4051. "node": ">= 0.4"
  4052. },
  4053. "funding": {
  4054. "url": "https://github.com/sponsors/ljharb"
  4055. }
  4056. },
  4057. "node_modules/is-bun-module": {
  4058. "version": "2.0.0",
  4059. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/is-bun-module/-/is-bun-module-2.0.0.tgz",
  4060. "integrity": "sha512-gNCGbnnnnFAUGKeZ9PdbyeGYJqewpmc2aKHUEMO5nQPWU9lOmv7jcmQIv+qHD8fXW6W7qfuCwX4rY9LNRjXrkQ==",
  4061. "dev": true,
  4062. "license": "MIT",
  4063. "dependencies": {
  4064. "semver": "^7.7.1"
  4065. }
  4066. },
  4067. "node_modules/is-bun-module/node_modules/semver": {
  4068. "version": "7.7.4",
  4069. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/semver/-/semver-7.7.4.tgz",
  4070. "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
  4071. "dev": true,
  4072. "license": "ISC",
  4073. "bin": {
  4074. "semver": "bin/semver.js"
  4075. },
  4076. "engines": {
  4077. "node": ">=10"
  4078. }
  4079. },
  4080. "node_modules/is-callable": {
  4081. "version": "1.2.7",
  4082. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/is-callable/-/is-callable-1.2.7.tgz",
  4083. "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
  4084. "dev": true,
  4085. "license": "MIT",
  4086. "engines": {
  4087. "node": ">= 0.4"
  4088. },
  4089. "funding": {
  4090. "url": "https://github.com/sponsors/ljharb"
  4091. }
  4092. },
  4093. "node_modules/is-core-module": {
  4094. "version": "2.16.1",
  4095. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/is-core-module/-/is-core-module-2.16.1.tgz",
  4096. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  4097. "dev": true,
  4098. "license": "MIT",
  4099. "dependencies": {
  4100. "hasown": "^2.0.2"
  4101. },
  4102. "engines": {
  4103. "node": ">= 0.4"
  4104. },
  4105. "funding": {
  4106. "url": "https://github.com/sponsors/ljharb"
  4107. }
  4108. },
  4109. "node_modules/is-data-view": {
  4110. "version": "1.0.2",
  4111. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/is-data-view/-/is-data-view-1.0.2.tgz",
  4112. "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==",
  4113. "dev": true,
  4114. "license": "MIT",
  4115. "dependencies": {
  4116. "call-bound": "^1.0.2",
  4117. "get-intrinsic": "^1.2.6",
  4118. "is-typed-array": "^1.1.13"
  4119. },
  4120. "engines": {
  4121. "node": ">= 0.4"
  4122. },
  4123. "funding": {
  4124. "url": "https://github.com/sponsors/ljharb"
  4125. }
  4126. },
  4127. "node_modules/is-date-object": {
  4128. "version": "1.1.0",
  4129. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/is-date-object/-/is-date-object-1.1.0.tgz",
  4130. "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==",
  4131. "dev": true,
  4132. "license": "MIT",
  4133. "dependencies": {
  4134. "call-bound": "^1.0.2",
  4135. "has-tostringtag": "^1.0.2"
  4136. },
  4137. "engines": {
  4138. "node": ">= 0.4"
  4139. },
  4140. "funding": {
  4141. "url": "https://github.com/sponsors/ljharb"
  4142. }
  4143. },
  4144. "node_modules/is-extglob": {
  4145. "version": "2.1.1",
  4146. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/is-extglob/-/is-extglob-2.1.1.tgz",
  4147. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  4148. "dev": true,
  4149. "license": "MIT",
  4150. "engines": {
  4151. "node": ">=0.10.0"
  4152. }
  4153. },
  4154. "node_modules/is-finalizationregistry": {
  4155. "version": "1.1.1",
  4156. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz",
  4157. "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==",
  4158. "dev": true,
  4159. "license": "MIT",
  4160. "dependencies": {
  4161. "call-bound": "^1.0.3"
  4162. },
  4163. "engines": {
  4164. "node": ">= 0.4"
  4165. },
  4166. "funding": {
  4167. "url": "https://github.com/sponsors/ljharb"
  4168. }
  4169. },
  4170. "node_modules/is-generator-function": {
  4171. "version": "1.1.2",
  4172. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/is-generator-function/-/is-generator-function-1.1.2.tgz",
  4173. "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==",
  4174. "dev": true,
  4175. "license": "MIT",
  4176. "dependencies": {
  4177. "call-bound": "^1.0.4",
  4178. "generator-function": "^2.0.0",
  4179. "get-proto": "^1.0.1",
  4180. "has-tostringtag": "^1.0.2",
  4181. "safe-regex-test": "^1.1.0"
  4182. },
  4183. "engines": {
  4184. "node": ">= 0.4"
  4185. },
  4186. "funding": {
  4187. "url": "https://github.com/sponsors/ljharb"
  4188. }
  4189. },
  4190. "node_modules/is-glob": {
  4191. "version": "4.0.3",
  4192. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/is-glob/-/is-glob-4.0.3.tgz",
  4193. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  4194. "dev": true,
  4195. "license": "MIT",
  4196. "dependencies": {
  4197. "is-extglob": "^2.1.1"
  4198. },
  4199. "engines": {
  4200. "node": ">=0.10.0"
  4201. }
  4202. },
  4203. "node_modules/is-map": {
  4204. "version": "2.0.3",
  4205. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/is-map/-/is-map-2.0.3.tgz",
  4206. "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==",
  4207. "dev": true,
  4208. "license": "MIT",
  4209. "engines": {
  4210. "node": ">= 0.4"
  4211. },
  4212. "funding": {
  4213. "url": "https://github.com/sponsors/ljharb"
  4214. }
  4215. },
  4216. "node_modules/is-negative-zero": {
  4217. "version": "2.0.3",
  4218. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
  4219. "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==",
  4220. "dev": true,
  4221. "license": "MIT",
  4222. "engines": {
  4223. "node": ">= 0.4"
  4224. },
  4225. "funding": {
  4226. "url": "https://github.com/sponsors/ljharb"
  4227. }
  4228. },
  4229. "node_modules/is-number": {
  4230. "version": "7.0.0",
  4231. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/is-number/-/is-number-7.0.0.tgz",
  4232. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  4233. "dev": true,
  4234. "license": "MIT",
  4235. "engines": {
  4236. "node": ">=0.12.0"
  4237. }
  4238. },
  4239. "node_modules/is-number-object": {
  4240. "version": "1.1.1",
  4241. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/is-number-object/-/is-number-object-1.1.1.tgz",
  4242. "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==",
  4243. "dev": true,
  4244. "license": "MIT",
  4245. "dependencies": {
  4246. "call-bound": "^1.0.3",
  4247. "has-tostringtag": "^1.0.2"
  4248. },
  4249. "engines": {
  4250. "node": ">= 0.4"
  4251. },
  4252. "funding": {
  4253. "url": "https://github.com/sponsors/ljharb"
  4254. }
  4255. },
  4256. "node_modules/is-regex": {
  4257. "version": "1.2.1",
  4258. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/is-regex/-/is-regex-1.2.1.tgz",
  4259. "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==",
  4260. "dev": true,
  4261. "license": "MIT",
  4262. "dependencies": {
  4263. "call-bound": "^1.0.2",
  4264. "gopd": "^1.2.0",
  4265. "has-tostringtag": "^1.0.2",
  4266. "hasown": "^2.0.2"
  4267. },
  4268. "engines": {
  4269. "node": ">= 0.4"
  4270. },
  4271. "funding": {
  4272. "url": "https://github.com/sponsors/ljharb"
  4273. }
  4274. },
  4275. "node_modules/is-set": {
  4276. "version": "2.0.3",
  4277. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/is-set/-/is-set-2.0.3.tgz",
  4278. "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==",
  4279. "dev": true,
  4280. "license": "MIT",
  4281. "engines": {
  4282. "node": ">= 0.4"
  4283. },
  4284. "funding": {
  4285. "url": "https://github.com/sponsors/ljharb"
  4286. }
  4287. },
  4288. "node_modules/is-shared-array-buffer": {
  4289. "version": "1.0.4",
  4290. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz",
  4291. "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==",
  4292. "dev": true,
  4293. "license": "MIT",
  4294. "dependencies": {
  4295. "call-bound": "^1.0.3"
  4296. },
  4297. "engines": {
  4298. "node": ">= 0.4"
  4299. },
  4300. "funding": {
  4301. "url": "https://github.com/sponsors/ljharb"
  4302. }
  4303. },
  4304. "node_modules/is-string": {
  4305. "version": "1.1.1",
  4306. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/is-string/-/is-string-1.1.1.tgz",
  4307. "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==",
  4308. "dev": true,
  4309. "license": "MIT",
  4310. "dependencies": {
  4311. "call-bound": "^1.0.3",
  4312. "has-tostringtag": "^1.0.2"
  4313. },
  4314. "engines": {
  4315. "node": ">= 0.4"
  4316. },
  4317. "funding": {
  4318. "url": "https://github.com/sponsors/ljharb"
  4319. }
  4320. },
  4321. "node_modules/is-symbol": {
  4322. "version": "1.1.1",
  4323. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/is-symbol/-/is-symbol-1.1.1.tgz",
  4324. "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==",
  4325. "dev": true,
  4326. "license": "MIT",
  4327. "dependencies": {
  4328. "call-bound": "^1.0.2",
  4329. "has-symbols": "^1.1.0",
  4330. "safe-regex-test": "^1.1.0"
  4331. },
  4332. "engines": {
  4333. "node": ">= 0.4"
  4334. },
  4335. "funding": {
  4336. "url": "https://github.com/sponsors/ljharb"
  4337. }
  4338. },
  4339. "node_modules/is-typed-array": {
  4340. "version": "1.1.15",
  4341. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/is-typed-array/-/is-typed-array-1.1.15.tgz",
  4342. "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
  4343. "dev": true,
  4344. "license": "MIT",
  4345. "dependencies": {
  4346. "which-typed-array": "^1.1.16"
  4347. },
  4348. "engines": {
  4349. "node": ">= 0.4"
  4350. },
  4351. "funding": {
  4352. "url": "https://github.com/sponsors/ljharb"
  4353. }
  4354. },
  4355. "node_modules/is-weakmap": {
  4356. "version": "2.0.2",
  4357. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/is-weakmap/-/is-weakmap-2.0.2.tgz",
  4358. "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==",
  4359. "dev": true,
  4360. "license": "MIT",
  4361. "engines": {
  4362. "node": ">= 0.4"
  4363. },
  4364. "funding": {
  4365. "url": "https://github.com/sponsors/ljharb"
  4366. }
  4367. },
  4368. "node_modules/is-weakref": {
  4369. "version": "1.1.1",
  4370. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/is-weakref/-/is-weakref-1.1.1.tgz",
  4371. "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==",
  4372. "dev": true,
  4373. "license": "MIT",
  4374. "dependencies": {
  4375. "call-bound": "^1.0.3"
  4376. },
  4377. "engines": {
  4378. "node": ">= 0.4"
  4379. },
  4380. "funding": {
  4381. "url": "https://github.com/sponsors/ljharb"
  4382. }
  4383. },
  4384. "node_modules/is-weakset": {
  4385. "version": "2.0.4",
  4386. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/is-weakset/-/is-weakset-2.0.4.tgz",
  4387. "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==",
  4388. "dev": true,
  4389. "license": "MIT",
  4390. "dependencies": {
  4391. "call-bound": "^1.0.3",
  4392. "get-intrinsic": "^1.2.6"
  4393. },
  4394. "engines": {
  4395. "node": ">= 0.4"
  4396. },
  4397. "funding": {
  4398. "url": "https://github.com/sponsors/ljharb"
  4399. }
  4400. },
  4401. "node_modules/isarray": {
  4402. "version": "2.0.5",
  4403. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/isarray/-/isarray-2.0.5.tgz",
  4404. "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
  4405. "dev": true,
  4406. "license": "MIT"
  4407. },
  4408. "node_modules/isexe": {
  4409. "version": "2.0.0",
  4410. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/isexe/-/isexe-2.0.0.tgz",
  4411. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  4412. "dev": true,
  4413. "license": "ISC"
  4414. },
  4415. "node_modules/iterator.prototype": {
  4416. "version": "1.1.5",
  4417. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/iterator.prototype/-/iterator.prototype-1.1.5.tgz",
  4418. "integrity": "sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==",
  4419. "dev": true,
  4420. "license": "MIT",
  4421. "dependencies": {
  4422. "define-data-property": "^1.1.4",
  4423. "es-object-atoms": "^1.0.0",
  4424. "get-intrinsic": "^1.2.6",
  4425. "get-proto": "^1.0.0",
  4426. "has-symbols": "^1.1.0",
  4427. "set-function-name": "^2.0.2"
  4428. },
  4429. "engines": {
  4430. "node": ">= 0.4"
  4431. }
  4432. },
  4433. "node_modules/jiti": {
  4434. "version": "2.6.1",
  4435. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/jiti/-/jiti-2.6.1.tgz",
  4436. "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
  4437. "dev": true,
  4438. "license": "MIT",
  4439. "bin": {
  4440. "jiti": "lib/jiti-cli.mjs"
  4441. }
  4442. },
  4443. "node_modules/js-tokens": {
  4444. "version": "4.0.0",
  4445. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/js-tokens/-/js-tokens-4.0.0.tgz",
  4446. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  4447. "dev": true,
  4448. "license": "MIT"
  4449. },
  4450. "node_modules/js-yaml": {
  4451. "version": "4.1.1",
  4452. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/js-yaml/-/js-yaml-4.1.1.tgz",
  4453. "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
  4454. "dev": true,
  4455. "license": "MIT",
  4456. "dependencies": {
  4457. "argparse": "^2.0.1"
  4458. },
  4459. "bin": {
  4460. "js-yaml": "bin/js-yaml.js"
  4461. }
  4462. },
  4463. "node_modules/jsesc": {
  4464. "version": "3.1.0",
  4465. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/jsesc/-/jsesc-3.1.0.tgz",
  4466. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  4467. "dev": true,
  4468. "license": "MIT",
  4469. "bin": {
  4470. "jsesc": "bin/jsesc"
  4471. },
  4472. "engines": {
  4473. "node": ">=6"
  4474. }
  4475. },
  4476. "node_modules/json-buffer": {
  4477. "version": "3.0.1",
  4478. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/json-buffer/-/json-buffer-3.0.1.tgz",
  4479. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  4480. "dev": true,
  4481. "license": "MIT"
  4482. },
  4483. "node_modules/json-schema-traverse": {
  4484. "version": "0.4.1",
  4485. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  4486. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  4487. "dev": true,
  4488. "license": "MIT"
  4489. },
  4490. "node_modules/json-stable-stringify-without-jsonify": {
  4491. "version": "1.0.1",
  4492. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  4493. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  4494. "dev": true,
  4495. "license": "MIT"
  4496. },
  4497. "node_modules/json5": {
  4498. "version": "2.2.3",
  4499. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/json5/-/json5-2.2.3.tgz",
  4500. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  4501. "dev": true,
  4502. "license": "MIT",
  4503. "bin": {
  4504. "json5": "lib/cli.js"
  4505. },
  4506. "engines": {
  4507. "node": ">=6"
  4508. }
  4509. },
  4510. "node_modules/jsx-ast-utils": {
  4511. "version": "3.3.5",
  4512. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz",
  4513. "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==",
  4514. "dev": true,
  4515. "license": "MIT",
  4516. "dependencies": {
  4517. "array-includes": "^3.1.6",
  4518. "array.prototype.flat": "^1.3.1",
  4519. "object.assign": "^4.1.4",
  4520. "object.values": "^1.1.6"
  4521. },
  4522. "engines": {
  4523. "node": ">=4.0"
  4524. }
  4525. },
  4526. "node_modules/keyv": {
  4527. "version": "4.5.4",
  4528. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/keyv/-/keyv-4.5.4.tgz",
  4529. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  4530. "dev": true,
  4531. "license": "MIT",
  4532. "dependencies": {
  4533. "json-buffer": "3.0.1"
  4534. }
  4535. },
  4536. "node_modules/language-subtag-registry": {
  4537. "version": "0.3.23",
  4538. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/language-subtag-registry/-/language-subtag-registry-0.3.23.tgz",
  4539. "integrity": "sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==",
  4540. "dev": true,
  4541. "license": "CC0-1.0"
  4542. },
  4543. "node_modules/language-tags": {
  4544. "version": "1.0.9",
  4545. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/language-tags/-/language-tags-1.0.9.tgz",
  4546. "integrity": "sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==",
  4547. "dev": true,
  4548. "license": "MIT",
  4549. "dependencies": {
  4550. "language-subtag-registry": "^0.3.20"
  4551. },
  4552. "engines": {
  4553. "node": ">=0.10"
  4554. }
  4555. },
  4556. "node_modules/levn": {
  4557. "version": "0.4.1",
  4558. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/levn/-/levn-0.4.1.tgz",
  4559. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  4560. "dev": true,
  4561. "license": "MIT",
  4562. "dependencies": {
  4563. "prelude-ls": "^1.2.1",
  4564. "type-check": "~0.4.0"
  4565. },
  4566. "engines": {
  4567. "node": ">= 0.8.0"
  4568. }
  4569. },
  4570. "node_modules/lightningcss": {
  4571. "version": "1.31.1",
  4572. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/lightningcss/-/lightningcss-1.31.1.tgz",
  4573. "integrity": "sha512-l51N2r93WmGUye3WuFoN5k10zyvrVs0qfKBhyC5ogUQ6Ew6JUSswh78mbSO+IU3nTWsyOArqPCcShdQSadghBQ==",
  4574. "dev": true,
  4575. "license": "MPL-2.0",
  4576. "dependencies": {
  4577. "detect-libc": "^2.0.3"
  4578. },
  4579. "engines": {
  4580. "node": ">= 12.0.0"
  4581. },
  4582. "funding": {
  4583. "type": "opencollective",
  4584. "url": "https://opencollective.com/parcel"
  4585. },
  4586. "optionalDependencies": {
  4587. "lightningcss-android-arm64": "1.31.1",
  4588. "lightningcss-darwin-arm64": "1.31.1",
  4589. "lightningcss-darwin-x64": "1.31.1",
  4590. "lightningcss-freebsd-x64": "1.31.1",
  4591. "lightningcss-linux-arm-gnueabihf": "1.31.1",
  4592. "lightningcss-linux-arm64-gnu": "1.31.1",
  4593. "lightningcss-linux-arm64-musl": "1.31.1",
  4594. "lightningcss-linux-x64-gnu": "1.31.1",
  4595. "lightningcss-linux-x64-musl": "1.31.1",
  4596. "lightningcss-win32-arm64-msvc": "1.31.1",
  4597. "lightningcss-win32-x64-msvc": "1.31.1"
  4598. }
  4599. },
  4600. "node_modules/lightningcss-android-arm64": {
  4601. "version": "1.31.1",
  4602. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/lightningcss-android-arm64/-/lightningcss-android-arm64-1.31.1.tgz",
  4603. "integrity": "sha512-HXJF3x8w9nQ4jbXRiNppBCqeZPIAfUo8zE/kOEGbW5NZvGc/K7nMxbhIr+YlFlHW5mpbg/YFPdbnCh1wAXCKFg==",
  4604. "cpu": [
  4605. "arm64"
  4606. ],
  4607. "dev": true,
  4608. "license": "MPL-2.0",
  4609. "optional": true,
  4610. "os": [
  4611. "android"
  4612. ],
  4613. "engines": {
  4614. "node": ">= 12.0.0"
  4615. },
  4616. "funding": {
  4617. "type": "opencollective",
  4618. "url": "https://opencollective.com/parcel"
  4619. }
  4620. },
  4621. "node_modules/lightningcss-darwin-arm64": {
  4622. "version": "1.31.1",
  4623. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.31.1.tgz",
  4624. "integrity": "sha512-02uTEqf3vIfNMq3h/z2cJfcOXnQ0GRwQrkmPafhueLb2h7mqEidiCzkE4gBMEH65abHRiQvhdcQ+aP0D0g67sg==",
  4625. "cpu": [
  4626. "arm64"
  4627. ],
  4628. "dev": true,
  4629. "license": "MPL-2.0",
  4630. "optional": true,
  4631. "os": [
  4632. "darwin"
  4633. ],
  4634. "engines": {
  4635. "node": ">= 12.0.0"
  4636. },
  4637. "funding": {
  4638. "type": "opencollective",
  4639. "url": "https://opencollective.com/parcel"
  4640. }
  4641. },
  4642. "node_modules/lightningcss-darwin-x64": {
  4643. "version": "1.31.1",
  4644. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.31.1.tgz",
  4645. "integrity": "sha512-1ObhyoCY+tGxtsz1lSx5NXCj3nirk0Y0kB/g8B8DT+sSx4G9djitg9ejFnjb3gJNWo7qXH4DIy2SUHvpoFwfTA==",
  4646. "cpu": [
  4647. "x64"
  4648. ],
  4649. "dev": true,
  4650. "license": "MPL-2.0",
  4651. "optional": true,
  4652. "os": [
  4653. "darwin"
  4654. ],
  4655. "engines": {
  4656. "node": ">= 12.0.0"
  4657. },
  4658. "funding": {
  4659. "type": "opencollective",
  4660. "url": "https://opencollective.com/parcel"
  4661. }
  4662. },
  4663. "node_modules/lightningcss-freebsd-x64": {
  4664. "version": "1.31.1",
  4665. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.31.1.tgz",
  4666. "integrity": "sha512-1RINmQKAItO6ISxYgPwszQE1BrsVU5aB45ho6O42mu96UiZBxEXsuQ7cJW4zs4CEodPUioj/QrXW1r9pLUM74A==",
  4667. "cpu": [
  4668. "x64"
  4669. ],
  4670. "dev": true,
  4671. "license": "MPL-2.0",
  4672. "optional": true,
  4673. "os": [
  4674. "freebsd"
  4675. ],
  4676. "engines": {
  4677. "node": ">= 12.0.0"
  4678. },
  4679. "funding": {
  4680. "type": "opencollective",
  4681. "url": "https://opencollective.com/parcel"
  4682. }
  4683. },
  4684. "node_modules/lightningcss-linux-arm-gnueabihf": {
  4685. "version": "1.31.1",
  4686. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.31.1.tgz",
  4687. "integrity": "sha512-OOCm2//MZJ87CdDK62rZIu+aw9gBv4azMJuA8/KB74wmfS3lnC4yoPHm0uXZ/dvNNHmnZnB8XLAZzObeG0nS1g==",
  4688. "cpu": [
  4689. "arm"
  4690. ],
  4691. "dev": true,
  4692. "license": "MPL-2.0",
  4693. "optional": true,
  4694. "os": [
  4695. "linux"
  4696. ],
  4697. "engines": {
  4698. "node": ">= 12.0.0"
  4699. },
  4700. "funding": {
  4701. "type": "opencollective",
  4702. "url": "https://opencollective.com/parcel"
  4703. }
  4704. },
  4705. "node_modules/lightningcss-linux-arm64-gnu": {
  4706. "version": "1.31.1",
  4707. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.31.1.tgz",
  4708. "integrity": "sha512-WKyLWztD71rTnou4xAD5kQT+982wvca7E6QoLpoawZ1gP9JM0GJj4Tp5jMUh9B3AitHbRZ2/H3W5xQmdEOUlLg==",
  4709. "cpu": [
  4710. "arm64"
  4711. ],
  4712. "dev": true,
  4713. "license": "MPL-2.0",
  4714. "optional": true,
  4715. "os": [
  4716. "linux"
  4717. ],
  4718. "engines": {
  4719. "node": ">= 12.0.0"
  4720. },
  4721. "funding": {
  4722. "type": "opencollective",
  4723. "url": "https://opencollective.com/parcel"
  4724. }
  4725. },
  4726. "node_modules/lightningcss-linux-arm64-musl": {
  4727. "version": "1.31.1",
  4728. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.31.1.tgz",
  4729. "integrity": "sha512-mVZ7Pg2zIbe3XlNbZJdjs86YViQFoJSpc41CbVmKBPiGmC4YrfeOyz65ms2qpAobVd7WQsbW4PdsSJEMymyIMg==",
  4730. "cpu": [
  4731. "arm64"
  4732. ],
  4733. "dev": true,
  4734. "license": "MPL-2.0",
  4735. "optional": true,
  4736. "os": [
  4737. "linux"
  4738. ],
  4739. "engines": {
  4740. "node": ">= 12.0.0"
  4741. },
  4742. "funding": {
  4743. "type": "opencollective",
  4744. "url": "https://opencollective.com/parcel"
  4745. }
  4746. },
  4747. "node_modules/lightningcss-linux-x64-gnu": {
  4748. "version": "1.31.1",
  4749. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.31.1.tgz",
  4750. "integrity": "sha512-xGlFWRMl+0KvUhgySdIaReQdB4FNudfUTARn7q0hh/V67PVGCs3ADFjw+6++kG1RNd0zdGRlEKa+T13/tQjPMA==",
  4751. "cpu": [
  4752. "x64"
  4753. ],
  4754. "dev": true,
  4755. "license": "MPL-2.0",
  4756. "optional": true,
  4757. "os": [
  4758. "linux"
  4759. ],
  4760. "engines": {
  4761. "node": ">= 12.0.0"
  4762. },
  4763. "funding": {
  4764. "type": "opencollective",
  4765. "url": "https://opencollective.com/parcel"
  4766. }
  4767. },
  4768. "node_modules/lightningcss-linux-x64-musl": {
  4769. "version": "1.31.1",
  4770. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.31.1.tgz",
  4771. "integrity": "sha512-eowF8PrKHw9LpoZii5tdZwnBcYDxRw2rRCyvAXLi34iyeYfqCQNA9rmUM0ce62NlPhCvof1+9ivRaTY6pSKDaA==",
  4772. "cpu": [
  4773. "x64"
  4774. ],
  4775. "dev": true,
  4776. "license": "MPL-2.0",
  4777. "optional": true,
  4778. "os": [
  4779. "linux"
  4780. ],
  4781. "engines": {
  4782. "node": ">= 12.0.0"
  4783. },
  4784. "funding": {
  4785. "type": "opencollective",
  4786. "url": "https://opencollective.com/parcel"
  4787. }
  4788. },
  4789. "node_modules/lightningcss-win32-arm64-msvc": {
  4790. "version": "1.31.1",
  4791. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.31.1.tgz",
  4792. "integrity": "sha512-aJReEbSEQzx1uBlQizAOBSjcmr9dCdL3XuC/6HLXAxmtErsj2ICo5yYggg1qOODQMtnjNQv2UHb9NpOuFtYe4w==",
  4793. "cpu": [
  4794. "arm64"
  4795. ],
  4796. "dev": true,
  4797. "license": "MPL-2.0",
  4798. "optional": true,
  4799. "os": [
  4800. "win32"
  4801. ],
  4802. "engines": {
  4803. "node": ">= 12.0.0"
  4804. },
  4805. "funding": {
  4806. "type": "opencollective",
  4807. "url": "https://opencollective.com/parcel"
  4808. }
  4809. },
  4810. "node_modules/lightningcss-win32-x64-msvc": {
  4811. "version": "1.31.1",
  4812. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.31.1.tgz",
  4813. "integrity": "sha512-I9aiFrbd7oYHwlnQDqr1Roz+fTz61oDDJX7n9tYF9FJymH1cIN1DtKw3iYt6b8WZgEjoNwVSncwF4wx/ZedMhw==",
  4814. "cpu": [
  4815. "x64"
  4816. ],
  4817. "dev": true,
  4818. "license": "MPL-2.0",
  4819. "optional": true,
  4820. "os": [
  4821. "win32"
  4822. ],
  4823. "engines": {
  4824. "node": ">= 12.0.0"
  4825. },
  4826. "funding": {
  4827. "type": "opencollective",
  4828. "url": "https://opencollective.com/parcel"
  4829. }
  4830. },
  4831. "node_modules/locate-path": {
  4832. "version": "6.0.0",
  4833. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/locate-path/-/locate-path-6.0.0.tgz",
  4834. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  4835. "dev": true,
  4836. "license": "MIT",
  4837. "dependencies": {
  4838. "p-locate": "^5.0.0"
  4839. },
  4840. "engines": {
  4841. "node": ">=10"
  4842. },
  4843. "funding": {
  4844. "url": "https://github.com/sponsors/sindresorhus"
  4845. }
  4846. },
  4847. "node_modules/lodash.merge": {
  4848. "version": "4.6.2",
  4849. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/lodash.merge/-/lodash.merge-4.6.2.tgz",
  4850. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  4851. "dev": true,
  4852. "license": "MIT"
  4853. },
  4854. "node_modules/loose-envify": {
  4855. "version": "1.4.0",
  4856. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/loose-envify/-/loose-envify-1.4.0.tgz",
  4857. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  4858. "dev": true,
  4859. "license": "MIT",
  4860. "dependencies": {
  4861. "js-tokens": "^3.0.0 || ^4.0.0"
  4862. },
  4863. "bin": {
  4864. "loose-envify": "cli.js"
  4865. }
  4866. },
  4867. "node_modules/lru-cache": {
  4868. "version": "5.1.1",
  4869. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/lru-cache/-/lru-cache-5.1.1.tgz",
  4870. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  4871. "dev": true,
  4872. "license": "ISC",
  4873. "dependencies": {
  4874. "yallist": "^3.0.2"
  4875. }
  4876. },
  4877. "node_modules/magic-string": {
  4878. "version": "0.30.21",
  4879. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/magic-string/-/magic-string-0.30.21.tgz",
  4880. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  4881. "dev": true,
  4882. "license": "MIT",
  4883. "dependencies": {
  4884. "@jridgewell/sourcemap-codec": "^1.5.5"
  4885. }
  4886. },
  4887. "node_modules/math-intrinsics": {
  4888. "version": "1.1.0",
  4889. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  4890. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  4891. "dev": true,
  4892. "license": "MIT",
  4893. "engines": {
  4894. "node": ">= 0.4"
  4895. }
  4896. },
  4897. "node_modules/merge2": {
  4898. "version": "1.4.1",
  4899. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/merge2/-/merge2-1.4.1.tgz",
  4900. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  4901. "dev": true,
  4902. "license": "MIT",
  4903. "engines": {
  4904. "node": ">= 8"
  4905. }
  4906. },
  4907. "node_modules/micromatch": {
  4908. "version": "4.0.8",
  4909. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/micromatch/-/micromatch-4.0.8.tgz",
  4910. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  4911. "dev": true,
  4912. "license": "MIT",
  4913. "dependencies": {
  4914. "braces": "^3.0.3",
  4915. "picomatch": "^2.3.1"
  4916. },
  4917. "engines": {
  4918. "node": ">=8.6"
  4919. }
  4920. },
  4921. "node_modules/minimatch": {
  4922. "version": "3.1.5",
  4923. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/minimatch/-/minimatch-3.1.5.tgz",
  4924. "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
  4925. "dev": true,
  4926. "license": "ISC",
  4927. "dependencies": {
  4928. "brace-expansion": "^1.1.7"
  4929. },
  4930. "engines": {
  4931. "node": "*"
  4932. }
  4933. },
  4934. "node_modules/minimist": {
  4935. "version": "1.2.8",
  4936. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/minimist/-/minimist-1.2.8.tgz",
  4937. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  4938. "dev": true,
  4939. "license": "MIT",
  4940. "funding": {
  4941. "url": "https://github.com/sponsors/ljharb"
  4942. }
  4943. },
  4944. "node_modules/ms": {
  4945. "version": "2.1.3",
  4946. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/ms/-/ms-2.1.3.tgz",
  4947. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  4948. "dev": true,
  4949. "license": "MIT"
  4950. },
  4951. "node_modules/nanoid": {
  4952. "version": "3.3.11",
  4953. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/nanoid/-/nanoid-3.3.11.tgz",
  4954. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  4955. "funding": [
  4956. {
  4957. "type": "github",
  4958. "url": "https://github.com/sponsors/ai"
  4959. }
  4960. ],
  4961. "license": "MIT",
  4962. "bin": {
  4963. "nanoid": "bin/nanoid.cjs"
  4964. },
  4965. "engines": {
  4966. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  4967. }
  4968. },
  4969. "node_modules/napi-postinstall": {
  4970. "version": "0.3.4",
  4971. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/napi-postinstall/-/napi-postinstall-0.3.4.tgz",
  4972. "integrity": "sha512-PHI5f1O0EP5xJ9gQmFGMS6IZcrVvTjpXjz7Na41gTE7eE2hK11lg04CECCYEEjdc17EV4DO+fkGEtt7TpTaTiQ==",
  4973. "dev": true,
  4974. "license": "MIT",
  4975. "bin": {
  4976. "napi-postinstall": "lib/cli.js"
  4977. },
  4978. "engines": {
  4979. "node": "^12.20.0 || ^14.18.0 || >=16.0.0"
  4980. },
  4981. "funding": {
  4982. "url": "https://opencollective.com/napi-postinstall"
  4983. }
  4984. },
  4985. "node_modules/natural-compare": {
  4986. "version": "1.4.0",
  4987. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/natural-compare/-/natural-compare-1.4.0.tgz",
  4988. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  4989. "dev": true,
  4990. "license": "MIT"
  4991. },
  4992. "node_modules/next": {
  4993. "version": "16.1.6",
  4994. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/next/-/next-16.1.6.tgz",
  4995. "integrity": "sha512-hkyRkcu5x/41KoqnROkfTm2pZVbKxvbZRuNvKXLRXxs3VfyO0WhY50TQS40EuKO9SW3rBj/sF3WbVwDACeMZyw==",
  4996. "license": "MIT",
  4997. "dependencies": {
  4998. "@next/env": "16.1.6",
  4999. "@swc/helpers": "0.5.15",
  5000. "baseline-browser-mapping": "^2.8.3",
  5001. "caniuse-lite": "^1.0.30001579",
  5002. "postcss": "8.4.31",
  5003. "styled-jsx": "5.1.6"
  5004. },
  5005. "bin": {
  5006. "next": "dist/bin/next"
  5007. },
  5008. "engines": {
  5009. "node": ">=20.9.0"
  5010. },
  5011. "optionalDependencies": {
  5012. "@next/swc-darwin-arm64": "16.1.6",
  5013. "@next/swc-darwin-x64": "16.1.6",
  5014. "@next/swc-linux-arm64-gnu": "16.1.6",
  5015. "@next/swc-linux-arm64-musl": "16.1.6",
  5016. "@next/swc-linux-x64-gnu": "16.1.6",
  5017. "@next/swc-linux-x64-musl": "16.1.6",
  5018. "@next/swc-win32-arm64-msvc": "16.1.6",
  5019. "@next/swc-win32-x64-msvc": "16.1.6",
  5020. "sharp": "^0.34.4"
  5021. },
  5022. "peerDependencies": {
  5023. "@opentelemetry/api": "^1.1.0",
  5024. "@playwright/test": "^1.51.1",
  5025. "babel-plugin-react-compiler": "*",
  5026. "react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
  5027. "react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
  5028. "sass": "^1.3.0"
  5029. },
  5030. "peerDependenciesMeta": {
  5031. "@opentelemetry/api": {
  5032. "optional": true
  5033. },
  5034. "@playwright/test": {
  5035. "optional": true
  5036. },
  5037. "babel-plugin-react-compiler": {
  5038. "optional": true
  5039. },
  5040. "sass": {
  5041. "optional": true
  5042. }
  5043. }
  5044. },
  5045. "node_modules/next/node_modules/postcss": {
  5046. "version": "8.4.31",
  5047. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/postcss/-/postcss-8.4.31.tgz",
  5048. "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
  5049. "funding": [
  5050. {
  5051. "type": "opencollective",
  5052. "url": "https://opencollective.com/postcss/"
  5053. },
  5054. {
  5055. "type": "tidelift",
  5056. "url": "https://tidelift.com/funding/github/npm/postcss"
  5057. },
  5058. {
  5059. "type": "github",
  5060. "url": "https://github.com/sponsors/ai"
  5061. }
  5062. ],
  5063. "license": "MIT",
  5064. "dependencies": {
  5065. "nanoid": "^3.3.6",
  5066. "picocolors": "^1.0.0",
  5067. "source-map-js": "^1.0.2"
  5068. },
  5069. "engines": {
  5070. "node": "^10 || ^12 || >=14"
  5071. }
  5072. },
  5073. "node_modules/node-exports-info": {
  5074. "version": "1.6.0",
  5075. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/node-exports-info/-/node-exports-info-1.6.0.tgz",
  5076. "integrity": "sha512-pyFS63ptit/P5WqUkt+UUfe+4oevH+bFeIiPPdfb0pFeYEu/1ELnJu5l+5EcTKYL5M7zaAa7S8ddywgXypqKCw==",
  5077. "dev": true,
  5078. "license": "MIT",
  5079. "dependencies": {
  5080. "array.prototype.flatmap": "^1.3.3",
  5081. "es-errors": "^1.3.0",
  5082. "object.entries": "^1.1.9",
  5083. "semver": "^6.3.1"
  5084. },
  5085. "engines": {
  5086. "node": ">= 0.4"
  5087. },
  5088. "funding": {
  5089. "url": "https://github.com/sponsors/ljharb"
  5090. }
  5091. },
  5092. "node_modules/node-releases": {
  5093. "version": "2.0.27",
  5094. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/node-releases/-/node-releases-2.0.27.tgz",
  5095. "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
  5096. "dev": true,
  5097. "license": "MIT"
  5098. },
  5099. "node_modules/object-assign": {
  5100. "version": "4.1.1",
  5101. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/object-assign/-/object-assign-4.1.1.tgz",
  5102. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  5103. "dev": true,
  5104. "license": "MIT",
  5105. "engines": {
  5106. "node": ">=0.10.0"
  5107. }
  5108. },
  5109. "node_modules/object-inspect": {
  5110. "version": "1.13.4",
  5111. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/object-inspect/-/object-inspect-1.13.4.tgz",
  5112. "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
  5113. "dev": true,
  5114. "license": "MIT",
  5115. "engines": {
  5116. "node": ">= 0.4"
  5117. },
  5118. "funding": {
  5119. "url": "https://github.com/sponsors/ljharb"
  5120. }
  5121. },
  5122. "node_modules/object-keys": {
  5123. "version": "1.1.1",
  5124. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/object-keys/-/object-keys-1.1.1.tgz",
  5125. "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
  5126. "dev": true,
  5127. "license": "MIT",
  5128. "engines": {
  5129. "node": ">= 0.4"
  5130. }
  5131. },
  5132. "node_modules/object.assign": {
  5133. "version": "4.1.7",
  5134. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/object.assign/-/object.assign-4.1.7.tgz",
  5135. "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==",
  5136. "dev": true,
  5137. "license": "MIT",
  5138. "dependencies": {
  5139. "call-bind": "^1.0.8",
  5140. "call-bound": "^1.0.3",
  5141. "define-properties": "^1.2.1",
  5142. "es-object-atoms": "^1.0.0",
  5143. "has-symbols": "^1.1.0",
  5144. "object-keys": "^1.1.1"
  5145. },
  5146. "engines": {
  5147. "node": ">= 0.4"
  5148. },
  5149. "funding": {
  5150. "url": "https://github.com/sponsors/ljharb"
  5151. }
  5152. },
  5153. "node_modules/object.entries": {
  5154. "version": "1.1.9",
  5155. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/object.entries/-/object.entries-1.1.9.tgz",
  5156. "integrity": "sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==",
  5157. "dev": true,
  5158. "license": "MIT",
  5159. "dependencies": {
  5160. "call-bind": "^1.0.8",
  5161. "call-bound": "^1.0.4",
  5162. "define-properties": "^1.2.1",
  5163. "es-object-atoms": "^1.1.1"
  5164. },
  5165. "engines": {
  5166. "node": ">= 0.4"
  5167. }
  5168. },
  5169. "node_modules/object.fromentries": {
  5170. "version": "2.0.8",
  5171. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/object.fromentries/-/object.fromentries-2.0.8.tgz",
  5172. "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==",
  5173. "dev": true,
  5174. "license": "MIT",
  5175. "dependencies": {
  5176. "call-bind": "^1.0.7",
  5177. "define-properties": "^1.2.1",
  5178. "es-abstract": "^1.23.2",
  5179. "es-object-atoms": "^1.0.0"
  5180. },
  5181. "engines": {
  5182. "node": ">= 0.4"
  5183. },
  5184. "funding": {
  5185. "url": "https://github.com/sponsors/ljharb"
  5186. }
  5187. },
  5188. "node_modules/object.groupby": {
  5189. "version": "1.0.3",
  5190. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/object.groupby/-/object.groupby-1.0.3.tgz",
  5191. "integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==",
  5192. "dev": true,
  5193. "license": "MIT",
  5194. "dependencies": {
  5195. "call-bind": "^1.0.7",
  5196. "define-properties": "^1.2.1",
  5197. "es-abstract": "^1.23.2"
  5198. },
  5199. "engines": {
  5200. "node": ">= 0.4"
  5201. }
  5202. },
  5203. "node_modules/object.values": {
  5204. "version": "1.2.1",
  5205. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/object.values/-/object.values-1.2.1.tgz",
  5206. "integrity": "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==",
  5207. "dev": true,
  5208. "license": "MIT",
  5209. "dependencies": {
  5210. "call-bind": "^1.0.8",
  5211. "call-bound": "^1.0.3",
  5212. "define-properties": "^1.2.1",
  5213. "es-object-atoms": "^1.0.0"
  5214. },
  5215. "engines": {
  5216. "node": ">= 0.4"
  5217. },
  5218. "funding": {
  5219. "url": "https://github.com/sponsors/ljharb"
  5220. }
  5221. },
  5222. "node_modules/optionator": {
  5223. "version": "0.9.4",
  5224. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/optionator/-/optionator-0.9.4.tgz",
  5225. "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
  5226. "dev": true,
  5227. "license": "MIT",
  5228. "dependencies": {
  5229. "deep-is": "^0.1.3",
  5230. "fast-levenshtein": "^2.0.6",
  5231. "levn": "^0.4.1",
  5232. "prelude-ls": "^1.2.1",
  5233. "type-check": "^0.4.0",
  5234. "word-wrap": "^1.2.5"
  5235. },
  5236. "engines": {
  5237. "node": ">= 0.8.0"
  5238. }
  5239. },
  5240. "node_modules/own-keys": {
  5241. "version": "1.0.1",
  5242. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/own-keys/-/own-keys-1.0.1.tgz",
  5243. "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==",
  5244. "dev": true,
  5245. "license": "MIT",
  5246. "dependencies": {
  5247. "get-intrinsic": "^1.2.6",
  5248. "object-keys": "^1.1.1",
  5249. "safe-push-apply": "^1.0.0"
  5250. },
  5251. "engines": {
  5252. "node": ">= 0.4"
  5253. },
  5254. "funding": {
  5255. "url": "https://github.com/sponsors/ljharb"
  5256. }
  5257. },
  5258. "node_modules/p-limit": {
  5259. "version": "3.1.0",
  5260. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/p-limit/-/p-limit-3.1.0.tgz",
  5261. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  5262. "dev": true,
  5263. "license": "MIT",
  5264. "dependencies": {
  5265. "yocto-queue": "^0.1.0"
  5266. },
  5267. "engines": {
  5268. "node": ">=10"
  5269. },
  5270. "funding": {
  5271. "url": "https://github.com/sponsors/sindresorhus"
  5272. }
  5273. },
  5274. "node_modules/p-locate": {
  5275. "version": "5.0.0",
  5276. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/p-locate/-/p-locate-5.0.0.tgz",
  5277. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  5278. "dev": true,
  5279. "license": "MIT",
  5280. "dependencies": {
  5281. "p-limit": "^3.0.2"
  5282. },
  5283. "engines": {
  5284. "node": ">=10"
  5285. },
  5286. "funding": {
  5287. "url": "https://github.com/sponsors/sindresorhus"
  5288. }
  5289. },
  5290. "node_modules/parent-module": {
  5291. "version": "1.0.1",
  5292. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/parent-module/-/parent-module-1.0.1.tgz",
  5293. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  5294. "dev": true,
  5295. "license": "MIT",
  5296. "dependencies": {
  5297. "callsites": "^3.0.0"
  5298. },
  5299. "engines": {
  5300. "node": ">=6"
  5301. }
  5302. },
  5303. "node_modules/path-exists": {
  5304. "version": "4.0.0",
  5305. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/path-exists/-/path-exists-4.0.0.tgz",
  5306. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  5307. "dev": true,
  5308. "license": "MIT",
  5309. "engines": {
  5310. "node": ">=8"
  5311. }
  5312. },
  5313. "node_modules/path-key": {
  5314. "version": "3.1.1",
  5315. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/path-key/-/path-key-3.1.1.tgz",
  5316. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  5317. "dev": true,
  5318. "license": "MIT",
  5319. "engines": {
  5320. "node": ">=8"
  5321. }
  5322. },
  5323. "node_modules/path-parse": {
  5324. "version": "1.0.7",
  5325. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/path-parse/-/path-parse-1.0.7.tgz",
  5326. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  5327. "dev": true,
  5328. "license": "MIT"
  5329. },
  5330. "node_modules/picocolors": {
  5331. "version": "1.1.1",
  5332. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/picocolors/-/picocolors-1.1.1.tgz",
  5333. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  5334. "license": "ISC"
  5335. },
  5336. "node_modules/picomatch": {
  5337. "version": "2.3.1",
  5338. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/picomatch/-/picomatch-2.3.1.tgz",
  5339. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  5340. "dev": true,
  5341. "license": "MIT",
  5342. "engines": {
  5343. "node": ">=8.6"
  5344. },
  5345. "funding": {
  5346. "url": "https://github.com/sponsors/jonschlinkert"
  5347. }
  5348. },
  5349. "node_modules/possible-typed-array-names": {
  5350. "version": "1.1.0",
  5351. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
  5352. "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
  5353. "dev": true,
  5354. "license": "MIT",
  5355. "engines": {
  5356. "node": ">= 0.4"
  5357. }
  5358. },
  5359. "node_modules/postcss": {
  5360. "version": "8.5.6",
  5361. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/postcss/-/postcss-8.5.6.tgz",
  5362. "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
  5363. "dev": true,
  5364. "funding": [
  5365. {
  5366. "type": "opencollective",
  5367. "url": "https://opencollective.com/postcss/"
  5368. },
  5369. {
  5370. "type": "tidelift",
  5371. "url": "https://tidelift.com/funding/github/npm/postcss"
  5372. },
  5373. {
  5374. "type": "github",
  5375. "url": "https://github.com/sponsors/ai"
  5376. }
  5377. ],
  5378. "license": "MIT",
  5379. "dependencies": {
  5380. "nanoid": "^3.3.11",
  5381. "picocolors": "^1.1.1",
  5382. "source-map-js": "^1.2.1"
  5383. },
  5384. "engines": {
  5385. "node": "^10 || ^12 || >=14"
  5386. }
  5387. },
  5388. "node_modules/prelude-ls": {
  5389. "version": "1.2.1",
  5390. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/prelude-ls/-/prelude-ls-1.2.1.tgz",
  5391. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  5392. "dev": true,
  5393. "license": "MIT",
  5394. "engines": {
  5395. "node": ">= 0.8.0"
  5396. }
  5397. },
  5398. "node_modules/prop-types": {
  5399. "version": "15.8.1",
  5400. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/prop-types/-/prop-types-15.8.1.tgz",
  5401. "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
  5402. "dev": true,
  5403. "license": "MIT",
  5404. "dependencies": {
  5405. "loose-envify": "^1.4.0",
  5406. "object-assign": "^4.1.1",
  5407. "react-is": "^16.13.1"
  5408. }
  5409. },
  5410. "node_modules/punycode": {
  5411. "version": "2.3.1",
  5412. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/punycode/-/punycode-2.3.1.tgz",
  5413. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  5414. "dev": true,
  5415. "license": "MIT",
  5416. "engines": {
  5417. "node": ">=6"
  5418. }
  5419. },
  5420. "node_modules/queue-microtask": {
  5421. "version": "1.2.3",
  5422. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/queue-microtask/-/queue-microtask-1.2.3.tgz",
  5423. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  5424. "dev": true,
  5425. "funding": [
  5426. {
  5427. "type": "github",
  5428. "url": "https://github.com/sponsors/feross"
  5429. },
  5430. {
  5431. "type": "patreon",
  5432. "url": "https://www.patreon.com/feross"
  5433. },
  5434. {
  5435. "type": "consulting",
  5436. "url": "https://feross.org/support"
  5437. }
  5438. ],
  5439. "license": "MIT"
  5440. },
  5441. "node_modules/react": {
  5442. "version": "19.2.3",
  5443. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/react/-/react-19.2.3.tgz",
  5444. "integrity": "sha512-Ku/hhYbVjOQnXDZFv2+RibmLFGwFdeeKHFcOTlrt7xplBnya5OGn/hIRDsqDiSUcfORsDC7MPxwork8jBwsIWA==",
  5445. "license": "MIT",
  5446. "peer": true,
  5447. "engines": {
  5448. "node": ">=0.10.0"
  5449. }
  5450. },
  5451. "node_modules/react-dom": {
  5452. "version": "19.2.3",
  5453. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/react-dom/-/react-dom-19.2.3.tgz",
  5454. "integrity": "sha512-yELu4WmLPw5Mr/lmeEpox5rw3RETacE++JgHqQzd2dg+YbJuat3jH4ingc+WPZhxaoFzdv9y33G+F7Nl5O0GBg==",
  5455. "license": "MIT",
  5456. "peer": true,
  5457. "dependencies": {
  5458. "scheduler": "^0.27.0"
  5459. },
  5460. "peerDependencies": {
  5461. "react": "^19.2.3"
  5462. }
  5463. },
  5464. "node_modules/react-is": {
  5465. "version": "16.13.1",
  5466. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/react-is/-/react-is-16.13.1.tgz",
  5467. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
  5468. "dev": true,
  5469. "license": "MIT"
  5470. },
  5471. "node_modules/reflect.getprototypeof": {
  5472. "version": "1.0.10",
  5473. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz",
  5474. "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==",
  5475. "dev": true,
  5476. "license": "MIT",
  5477. "dependencies": {
  5478. "call-bind": "^1.0.8",
  5479. "define-properties": "^1.2.1",
  5480. "es-abstract": "^1.23.9",
  5481. "es-errors": "^1.3.0",
  5482. "es-object-atoms": "^1.0.0",
  5483. "get-intrinsic": "^1.2.7",
  5484. "get-proto": "^1.0.1",
  5485. "which-builtin-type": "^1.2.1"
  5486. },
  5487. "engines": {
  5488. "node": ">= 0.4"
  5489. },
  5490. "funding": {
  5491. "url": "https://github.com/sponsors/ljharb"
  5492. }
  5493. },
  5494. "node_modules/regexp.prototype.flags": {
  5495. "version": "1.5.4",
  5496. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz",
  5497. "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==",
  5498. "dev": true,
  5499. "license": "MIT",
  5500. "dependencies": {
  5501. "call-bind": "^1.0.8",
  5502. "define-properties": "^1.2.1",
  5503. "es-errors": "^1.3.0",
  5504. "get-proto": "^1.0.1",
  5505. "gopd": "^1.2.0",
  5506. "set-function-name": "^2.0.2"
  5507. },
  5508. "engines": {
  5509. "node": ">= 0.4"
  5510. },
  5511. "funding": {
  5512. "url": "https://github.com/sponsors/ljharb"
  5513. }
  5514. },
  5515. "node_modules/resolve": {
  5516. "version": "1.22.11",
  5517. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/resolve/-/resolve-1.22.11.tgz",
  5518. "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
  5519. "dev": true,
  5520. "license": "MIT",
  5521. "dependencies": {
  5522. "is-core-module": "^2.16.1",
  5523. "path-parse": "^1.0.7",
  5524. "supports-preserve-symlinks-flag": "^1.0.0"
  5525. },
  5526. "bin": {
  5527. "resolve": "bin/resolve"
  5528. },
  5529. "engines": {
  5530. "node": ">= 0.4"
  5531. },
  5532. "funding": {
  5533. "url": "https://github.com/sponsors/ljharb"
  5534. }
  5535. },
  5536. "node_modules/resolve-from": {
  5537. "version": "4.0.0",
  5538. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/resolve-from/-/resolve-from-4.0.0.tgz",
  5539. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  5540. "dev": true,
  5541. "license": "MIT",
  5542. "engines": {
  5543. "node": ">=4"
  5544. }
  5545. },
  5546. "node_modules/resolve-pkg-maps": {
  5547. "version": "1.0.0",
  5548. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz",
  5549. "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==",
  5550. "dev": true,
  5551. "license": "MIT",
  5552. "funding": {
  5553. "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
  5554. }
  5555. },
  5556. "node_modules/reusify": {
  5557. "version": "1.1.0",
  5558. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/reusify/-/reusify-1.1.0.tgz",
  5559. "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
  5560. "dev": true,
  5561. "license": "MIT",
  5562. "engines": {
  5563. "iojs": ">=1.0.0",
  5564. "node": ">=0.10.0"
  5565. }
  5566. },
  5567. "node_modules/run-parallel": {
  5568. "version": "1.2.0",
  5569. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/run-parallel/-/run-parallel-1.2.0.tgz",
  5570. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  5571. "dev": true,
  5572. "funding": [
  5573. {
  5574. "type": "github",
  5575. "url": "https://github.com/sponsors/feross"
  5576. },
  5577. {
  5578. "type": "patreon",
  5579. "url": "https://www.patreon.com/feross"
  5580. },
  5581. {
  5582. "type": "consulting",
  5583. "url": "https://feross.org/support"
  5584. }
  5585. ],
  5586. "license": "MIT",
  5587. "dependencies": {
  5588. "queue-microtask": "^1.2.2"
  5589. }
  5590. },
  5591. "node_modules/safe-array-concat": {
  5592. "version": "1.1.3",
  5593. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/safe-array-concat/-/safe-array-concat-1.1.3.tgz",
  5594. "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==",
  5595. "dev": true,
  5596. "license": "MIT",
  5597. "dependencies": {
  5598. "call-bind": "^1.0.8",
  5599. "call-bound": "^1.0.2",
  5600. "get-intrinsic": "^1.2.6",
  5601. "has-symbols": "^1.1.0",
  5602. "isarray": "^2.0.5"
  5603. },
  5604. "engines": {
  5605. "node": ">=0.4"
  5606. },
  5607. "funding": {
  5608. "url": "https://github.com/sponsors/ljharb"
  5609. }
  5610. },
  5611. "node_modules/safe-push-apply": {
  5612. "version": "1.0.0",
  5613. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/safe-push-apply/-/safe-push-apply-1.0.0.tgz",
  5614. "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==",
  5615. "dev": true,
  5616. "license": "MIT",
  5617. "dependencies": {
  5618. "es-errors": "^1.3.0",
  5619. "isarray": "^2.0.5"
  5620. },
  5621. "engines": {
  5622. "node": ">= 0.4"
  5623. },
  5624. "funding": {
  5625. "url": "https://github.com/sponsors/ljharb"
  5626. }
  5627. },
  5628. "node_modules/safe-regex-test": {
  5629. "version": "1.1.0",
  5630. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/safe-regex-test/-/safe-regex-test-1.1.0.tgz",
  5631. "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==",
  5632. "dev": true,
  5633. "license": "MIT",
  5634. "dependencies": {
  5635. "call-bound": "^1.0.2",
  5636. "es-errors": "^1.3.0",
  5637. "is-regex": "^1.2.1"
  5638. },
  5639. "engines": {
  5640. "node": ">= 0.4"
  5641. },
  5642. "funding": {
  5643. "url": "https://github.com/sponsors/ljharb"
  5644. }
  5645. },
  5646. "node_modules/scheduler": {
  5647. "version": "0.27.0",
  5648. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/scheduler/-/scheduler-0.27.0.tgz",
  5649. "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
  5650. "license": "MIT"
  5651. },
  5652. "node_modules/semver": {
  5653. "version": "6.3.1",
  5654. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/semver/-/semver-6.3.1.tgz",
  5655. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  5656. "dev": true,
  5657. "license": "ISC",
  5658. "bin": {
  5659. "semver": "bin/semver.js"
  5660. }
  5661. },
  5662. "node_modules/set-function-length": {
  5663. "version": "1.2.2",
  5664. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/set-function-length/-/set-function-length-1.2.2.tgz",
  5665. "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
  5666. "dev": true,
  5667. "license": "MIT",
  5668. "dependencies": {
  5669. "define-data-property": "^1.1.4",
  5670. "es-errors": "^1.3.0",
  5671. "function-bind": "^1.1.2",
  5672. "get-intrinsic": "^1.2.4",
  5673. "gopd": "^1.0.1",
  5674. "has-property-descriptors": "^1.0.2"
  5675. },
  5676. "engines": {
  5677. "node": ">= 0.4"
  5678. }
  5679. },
  5680. "node_modules/set-function-name": {
  5681. "version": "2.0.2",
  5682. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/set-function-name/-/set-function-name-2.0.2.tgz",
  5683. "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
  5684. "dev": true,
  5685. "license": "MIT",
  5686. "dependencies": {
  5687. "define-data-property": "^1.1.4",
  5688. "es-errors": "^1.3.0",
  5689. "functions-have-names": "^1.2.3",
  5690. "has-property-descriptors": "^1.0.2"
  5691. },
  5692. "engines": {
  5693. "node": ">= 0.4"
  5694. }
  5695. },
  5696. "node_modules/set-proto": {
  5697. "version": "1.0.0",
  5698. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/set-proto/-/set-proto-1.0.0.tgz",
  5699. "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==",
  5700. "dev": true,
  5701. "license": "MIT",
  5702. "dependencies": {
  5703. "dunder-proto": "^1.0.1",
  5704. "es-errors": "^1.3.0",
  5705. "es-object-atoms": "^1.0.0"
  5706. },
  5707. "engines": {
  5708. "node": ">= 0.4"
  5709. }
  5710. },
  5711. "node_modules/sharp": {
  5712. "version": "0.34.5",
  5713. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/sharp/-/sharp-0.34.5.tgz",
  5714. "integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==",
  5715. "hasInstallScript": true,
  5716. "license": "Apache-2.0",
  5717. "optional": true,
  5718. "dependencies": {
  5719. "@img/colour": "^1.0.0",
  5720. "detect-libc": "^2.1.2",
  5721. "semver": "^7.7.3"
  5722. },
  5723. "engines": {
  5724. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  5725. },
  5726. "funding": {
  5727. "url": "https://opencollective.com/libvips"
  5728. },
  5729. "optionalDependencies": {
  5730. "@img/sharp-darwin-arm64": "0.34.5",
  5731. "@img/sharp-darwin-x64": "0.34.5",
  5732. "@img/sharp-libvips-darwin-arm64": "1.2.4",
  5733. "@img/sharp-libvips-darwin-x64": "1.2.4",
  5734. "@img/sharp-libvips-linux-arm": "1.2.4",
  5735. "@img/sharp-libvips-linux-arm64": "1.2.4",
  5736. "@img/sharp-libvips-linux-ppc64": "1.2.4",
  5737. "@img/sharp-libvips-linux-riscv64": "1.2.4",
  5738. "@img/sharp-libvips-linux-s390x": "1.2.4",
  5739. "@img/sharp-libvips-linux-x64": "1.2.4",
  5740. "@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
  5741. "@img/sharp-libvips-linuxmusl-x64": "1.2.4",
  5742. "@img/sharp-linux-arm": "0.34.5",
  5743. "@img/sharp-linux-arm64": "0.34.5",
  5744. "@img/sharp-linux-ppc64": "0.34.5",
  5745. "@img/sharp-linux-riscv64": "0.34.5",
  5746. "@img/sharp-linux-s390x": "0.34.5",
  5747. "@img/sharp-linux-x64": "0.34.5",
  5748. "@img/sharp-linuxmusl-arm64": "0.34.5",
  5749. "@img/sharp-linuxmusl-x64": "0.34.5",
  5750. "@img/sharp-wasm32": "0.34.5",
  5751. "@img/sharp-win32-arm64": "0.34.5",
  5752. "@img/sharp-win32-ia32": "0.34.5",
  5753. "@img/sharp-win32-x64": "0.34.5"
  5754. }
  5755. },
  5756. "node_modules/sharp/node_modules/semver": {
  5757. "version": "7.7.4",
  5758. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/semver/-/semver-7.7.4.tgz",
  5759. "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
  5760. "license": "ISC",
  5761. "optional": true,
  5762. "bin": {
  5763. "semver": "bin/semver.js"
  5764. },
  5765. "engines": {
  5766. "node": ">=10"
  5767. }
  5768. },
  5769. "node_modules/shebang-command": {
  5770. "version": "2.0.0",
  5771. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/shebang-command/-/shebang-command-2.0.0.tgz",
  5772. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  5773. "dev": true,
  5774. "license": "MIT",
  5775. "dependencies": {
  5776. "shebang-regex": "^3.0.0"
  5777. },
  5778. "engines": {
  5779. "node": ">=8"
  5780. }
  5781. },
  5782. "node_modules/shebang-regex": {
  5783. "version": "3.0.0",
  5784. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/shebang-regex/-/shebang-regex-3.0.0.tgz",
  5785. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  5786. "dev": true,
  5787. "license": "MIT",
  5788. "engines": {
  5789. "node": ">=8"
  5790. }
  5791. },
  5792. "node_modules/side-channel": {
  5793. "version": "1.1.0",
  5794. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/side-channel/-/side-channel-1.1.0.tgz",
  5795. "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
  5796. "dev": true,
  5797. "license": "MIT",
  5798. "dependencies": {
  5799. "es-errors": "^1.3.0",
  5800. "object-inspect": "^1.13.3",
  5801. "side-channel-list": "^1.0.0",
  5802. "side-channel-map": "^1.0.1",
  5803. "side-channel-weakmap": "^1.0.2"
  5804. },
  5805. "engines": {
  5806. "node": ">= 0.4"
  5807. },
  5808. "funding": {
  5809. "url": "https://github.com/sponsors/ljharb"
  5810. }
  5811. },
  5812. "node_modules/side-channel-list": {
  5813. "version": "1.0.0",
  5814. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/side-channel-list/-/side-channel-list-1.0.0.tgz",
  5815. "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
  5816. "dev": true,
  5817. "license": "MIT",
  5818. "dependencies": {
  5819. "es-errors": "^1.3.0",
  5820. "object-inspect": "^1.13.3"
  5821. },
  5822. "engines": {
  5823. "node": ">= 0.4"
  5824. },
  5825. "funding": {
  5826. "url": "https://github.com/sponsors/ljharb"
  5827. }
  5828. },
  5829. "node_modules/side-channel-map": {
  5830. "version": "1.0.1",
  5831. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/side-channel-map/-/side-channel-map-1.0.1.tgz",
  5832. "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
  5833. "dev": true,
  5834. "license": "MIT",
  5835. "dependencies": {
  5836. "call-bound": "^1.0.2",
  5837. "es-errors": "^1.3.0",
  5838. "get-intrinsic": "^1.2.5",
  5839. "object-inspect": "^1.13.3"
  5840. },
  5841. "engines": {
  5842. "node": ">= 0.4"
  5843. },
  5844. "funding": {
  5845. "url": "https://github.com/sponsors/ljharb"
  5846. }
  5847. },
  5848. "node_modules/side-channel-weakmap": {
  5849. "version": "1.0.2",
  5850. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
  5851. "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
  5852. "dev": true,
  5853. "license": "MIT",
  5854. "dependencies": {
  5855. "call-bound": "^1.0.2",
  5856. "es-errors": "^1.3.0",
  5857. "get-intrinsic": "^1.2.5",
  5858. "object-inspect": "^1.13.3",
  5859. "side-channel-map": "^1.0.1"
  5860. },
  5861. "engines": {
  5862. "node": ">= 0.4"
  5863. },
  5864. "funding": {
  5865. "url": "https://github.com/sponsors/ljharb"
  5866. }
  5867. },
  5868. "node_modules/source-map-js": {
  5869. "version": "1.2.1",
  5870. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/source-map-js/-/source-map-js-1.2.1.tgz",
  5871. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  5872. "license": "BSD-3-Clause",
  5873. "engines": {
  5874. "node": ">=0.10.0"
  5875. }
  5876. },
  5877. "node_modules/stable-hash": {
  5878. "version": "0.0.5",
  5879. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/stable-hash/-/stable-hash-0.0.5.tgz",
  5880. "integrity": "sha512-+L3ccpzibovGXFK+Ap/f8LOS0ahMrHTf3xu7mMLSpEGU0EO9ucaysSylKo9eRDFNhWve/y275iPmIZ4z39a9iA==",
  5881. "dev": true,
  5882. "license": "MIT"
  5883. },
  5884. "node_modules/stop-iteration-iterator": {
  5885. "version": "1.1.0",
  5886. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz",
  5887. "integrity": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==",
  5888. "dev": true,
  5889. "license": "MIT",
  5890. "dependencies": {
  5891. "es-errors": "^1.3.0",
  5892. "internal-slot": "^1.1.0"
  5893. },
  5894. "engines": {
  5895. "node": ">= 0.4"
  5896. }
  5897. },
  5898. "node_modules/string.prototype.includes": {
  5899. "version": "2.0.1",
  5900. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/string.prototype.includes/-/string.prototype.includes-2.0.1.tgz",
  5901. "integrity": "sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg==",
  5902. "dev": true,
  5903. "license": "MIT",
  5904. "dependencies": {
  5905. "call-bind": "^1.0.7",
  5906. "define-properties": "^1.2.1",
  5907. "es-abstract": "^1.23.3"
  5908. },
  5909. "engines": {
  5910. "node": ">= 0.4"
  5911. }
  5912. },
  5913. "node_modules/string.prototype.matchall": {
  5914. "version": "4.0.12",
  5915. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz",
  5916. "integrity": "sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==",
  5917. "dev": true,
  5918. "license": "MIT",
  5919. "dependencies": {
  5920. "call-bind": "^1.0.8",
  5921. "call-bound": "^1.0.3",
  5922. "define-properties": "^1.2.1",
  5923. "es-abstract": "^1.23.6",
  5924. "es-errors": "^1.3.0",
  5925. "es-object-atoms": "^1.0.0",
  5926. "get-intrinsic": "^1.2.6",
  5927. "gopd": "^1.2.0",
  5928. "has-symbols": "^1.1.0",
  5929. "internal-slot": "^1.1.0",
  5930. "regexp.prototype.flags": "^1.5.3",
  5931. "set-function-name": "^2.0.2",
  5932. "side-channel": "^1.1.0"
  5933. },
  5934. "engines": {
  5935. "node": ">= 0.4"
  5936. },
  5937. "funding": {
  5938. "url": "https://github.com/sponsors/ljharb"
  5939. }
  5940. },
  5941. "node_modules/string.prototype.repeat": {
  5942. "version": "1.0.0",
  5943. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz",
  5944. "integrity": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==",
  5945. "dev": true,
  5946. "license": "MIT",
  5947. "dependencies": {
  5948. "define-properties": "^1.1.3",
  5949. "es-abstract": "^1.17.5"
  5950. }
  5951. },
  5952. "node_modules/string.prototype.trim": {
  5953. "version": "1.2.10",
  5954. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz",
  5955. "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==",
  5956. "dev": true,
  5957. "license": "MIT",
  5958. "dependencies": {
  5959. "call-bind": "^1.0.8",
  5960. "call-bound": "^1.0.2",
  5961. "define-data-property": "^1.1.4",
  5962. "define-properties": "^1.2.1",
  5963. "es-abstract": "^1.23.5",
  5964. "es-object-atoms": "^1.0.0",
  5965. "has-property-descriptors": "^1.0.2"
  5966. },
  5967. "engines": {
  5968. "node": ">= 0.4"
  5969. },
  5970. "funding": {
  5971. "url": "https://github.com/sponsors/ljharb"
  5972. }
  5973. },
  5974. "node_modules/string.prototype.trimend": {
  5975. "version": "1.0.9",
  5976. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz",
  5977. "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==",
  5978. "dev": true,
  5979. "license": "MIT",
  5980. "dependencies": {
  5981. "call-bind": "^1.0.8",
  5982. "call-bound": "^1.0.2",
  5983. "define-properties": "^1.2.1",
  5984. "es-object-atoms": "^1.0.0"
  5985. },
  5986. "engines": {
  5987. "node": ">= 0.4"
  5988. },
  5989. "funding": {
  5990. "url": "https://github.com/sponsors/ljharb"
  5991. }
  5992. },
  5993. "node_modules/string.prototype.trimstart": {
  5994. "version": "1.0.8",
  5995. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz",
  5996. "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==",
  5997. "dev": true,
  5998. "license": "MIT",
  5999. "dependencies": {
  6000. "call-bind": "^1.0.7",
  6001. "define-properties": "^1.2.1",
  6002. "es-object-atoms": "^1.0.0"
  6003. },
  6004. "engines": {
  6005. "node": ">= 0.4"
  6006. },
  6007. "funding": {
  6008. "url": "https://github.com/sponsors/ljharb"
  6009. }
  6010. },
  6011. "node_modules/strip-bom": {
  6012. "version": "3.0.0",
  6013. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/strip-bom/-/strip-bom-3.0.0.tgz",
  6014. "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
  6015. "dev": true,
  6016. "license": "MIT",
  6017. "engines": {
  6018. "node": ">=4"
  6019. }
  6020. },
  6021. "node_modules/strip-json-comments": {
  6022. "version": "3.1.1",
  6023. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  6024. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  6025. "dev": true,
  6026. "license": "MIT",
  6027. "engines": {
  6028. "node": ">=8"
  6029. },
  6030. "funding": {
  6031. "url": "https://github.com/sponsors/sindresorhus"
  6032. }
  6033. },
  6034. "node_modules/styled-jsx": {
  6035. "version": "5.1.6",
  6036. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/styled-jsx/-/styled-jsx-5.1.6.tgz",
  6037. "integrity": "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==",
  6038. "license": "MIT",
  6039. "dependencies": {
  6040. "client-only": "0.0.1"
  6041. },
  6042. "engines": {
  6043. "node": ">= 12.0.0"
  6044. },
  6045. "peerDependencies": {
  6046. "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0"
  6047. },
  6048. "peerDependenciesMeta": {
  6049. "@babel/core": {
  6050. "optional": true
  6051. },
  6052. "babel-plugin-macros": {
  6053. "optional": true
  6054. }
  6055. }
  6056. },
  6057. "node_modules/supports-color": {
  6058. "version": "7.2.0",
  6059. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/supports-color/-/supports-color-7.2.0.tgz",
  6060. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  6061. "dev": true,
  6062. "license": "MIT",
  6063. "dependencies": {
  6064. "has-flag": "^4.0.0"
  6065. },
  6066. "engines": {
  6067. "node": ">=8"
  6068. }
  6069. },
  6070. "node_modules/supports-preserve-symlinks-flag": {
  6071. "version": "1.0.0",
  6072. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  6073. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  6074. "dev": true,
  6075. "license": "MIT",
  6076. "engines": {
  6077. "node": ">= 0.4"
  6078. },
  6079. "funding": {
  6080. "url": "https://github.com/sponsors/ljharb"
  6081. }
  6082. },
  6083. "node_modules/tailwindcss": {
  6084. "version": "4.2.1",
  6085. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/tailwindcss/-/tailwindcss-4.2.1.tgz",
  6086. "integrity": "sha512-/tBrSQ36vCleJkAOsy9kbNTgaxvGbyOamC30PRePTQe/o1MFwEKHQk4Cn7BNGaPtjp+PuUrByJehM1hgxfq4sw==",
  6087. "dev": true,
  6088. "license": "MIT"
  6089. },
  6090. "node_modules/tapable": {
  6091. "version": "2.3.0",
  6092. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/tapable/-/tapable-2.3.0.tgz",
  6093. "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==",
  6094. "dev": true,
  6095. "license": "MIT",
  6096. "engines": {
  6097. "node": ">=6"
  6098. },
  6099. "funding": {
  6100. "type": "opencollective",
  6101. "url": "https://opencollective.com/webpack"
  6102. }
  6103. },
  6104. "node_modules/tinyglobby": {
  6105. "version": "0.2.15",
  6106. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/tinyglobby/-/tinyglobby-0.2.15.tgz",
  6107. "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
  6108. "dev": true,
  6109. "license": "MIT",
  6110. "dependencies": {
  6111. "fdir": "^6.5.0",
  6112. "picomatch": "^4.0.3"
  6113. },
  6114. "engines": {
  6115. "node": ">=12.0.0"
  6116. },
  6117. "funding": {
  6118. "url": "https://github.com/sponsors/SuperchupuDev"
  6119. }
  6120. },
  6121. "node_modules/tinyglobby/node_modules/fdir": {
  6122. "version": "6.5.0",
  6123. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/fdir/-/fdir-6.5.0.tgz",
  6124. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  6125. "dev": true,
  6126. "license": "MIT",
  6127. "engines": {
  6128. "node": ">=12.0.0"
  6129. },
  6130. "peerDependencies": {
  6131. "picomatch": "^3 || ^4"
  6132. },
  6133. "peerDependenciesMeta": {
  6134. "picomatch": {
  6135. "optional": true
  6136. }
  6137. }
  6138. },
  6139. "node_modules/tinyglobby/node_modules/picomatch": {
  6140. "version": "4.0.3",
  6141. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/picomatch/-/picomatch-4.0.3.tgz",
  6142. "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
  6143. "dev": true,
  6144. "license": "MIT",
  6145. "peer": true,
  6146. "engines": {
  6147. "node": ">=12"
  6148. },
  6149. "funding": {
  6150. "url": "https://github.com/sponsors/jonschlinkert"
  6151. }
  6152. },
  6153. "node_modules/to-regex-range": {
  6154. "version": "5.0.1",
  6155. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/to-regex-range/-/to-regex-range-5.0.1.tgz",
  6156. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  6157. "dev": true,
  6158. "license": "MIT",
  6159. "dependencies": {
  6160. "is-number": "^7.0.0"
  6161. },
  6162. "engines": {
  6163. "node": ">=8.0"
  6164. }
  6165. },
  6166. "node_modules/ts-api-utils": {
  6167. "version": "2.4.0",
  6168. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/ts-api-utils/-/ts-api-utils-2.4.0.tgz",
  6169. "integrity": "sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==",
  6170. "dev": true,
  6171. "license": "MIT",
  6172. "engines": {
  6173. "node": ">=18.12"
  6174. },
  6175. "peerDependencies": {
  6176. "typescript": ">=4.8.4"
  6177. }
  6178. },
  6179. "node_modules/tsconfig-paths": {
  6180. "version": "3.15.0",
  6181. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz",
  6182. "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==",
  6183. "dev": true,
  6184. "license": "MIT",
  6185. "dependencies": {
  6186. "@types/json5": "^0.0.29",
  6187. "json5": "^1.0.2",
  6188. "minimist": "^1.2.6",
  6189. "strip-bom": "^3.0.0"
  6190. }
  6191. },
  6192. "node_modules/tsconfig-paths/node_modules/json5": {
  6193. "version": "1.0.2",
  6194. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/json5/-/json5-1.0.2.tgz",
  6195. "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
  6196. "dev": true,
  6197. "license": "MIT",
  6198. "dependencies": {
  6199. "minimist": "^1.2.0"
  6200. },
  6201. "bin": {
  6202. "json5": "lib/cli.js"
  6203. }
  6204. },
  6205. "node_modules/tslib": {
  6206. "version": "2.8.1",
  6207. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/tslib/-/tslib-2.8.1.tgz",
  6208. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  6209. "license": "0BSD"
  6210. },
  6211. "node_modules/type-check": {
  6212. "version": "0.4.0",
  6213. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/type-check/-/type-check-0.4.0.tgz",
  6214. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  6215. "dev": true,
  6216. "license": "MIT",
  6217. "dependencies": {
  6218. "prelude-ls": "^1.2.1"
  6219. },
  6220. "engines": {
  6221. "node": ">= 0.8.0"
  6222. }
  6223. },
  6224. "node_modules/typed-array-buffer": {
  6225. "version": "1.0.3",
  6226. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz",
  6227. "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==",
  6228. "dev": true,
  6229. "license": "MIT",
  6230. "dependencies": {
  6231. "call-bound": "^1.0.3",
  6232. "es-errors": "^1.3.0",
  6233. "is-typed-array": "^1.1.14"
  6234. },
  6235. "engines": {
  6236. "node": ">= 0.4"
  6237. }
  6238. },
  6239. "node_modules/typed-array-byte-length": {
  6240. "version": "1.0.3",
  6241. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz",
  6242. "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==",
  6243. "dev": true,
  6244. "license": "MIT",
  6245. "dependencies": {
  6246. "call-bind": "^1.0.8",
  6247. "for-each": "^0.3.3",
  6248. "gopd": "^1.2.0",
  6249. "has-proto": "^1.2.0",
  6250. "is-typed-array": "^1.1.14"
  6251. },
  6252. "engines": {
  6253. "node": ">= 0.4"
  6254. },
  6255. "funding": {
  6256. "url": "https://github.com/sponsors/ljharb"
  6257. }
  6258. },
  6259. "node_modules/typed-array-byte-offset": {
  6260. "version": "1.0.4",
  6261. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz",
  6262. "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==",
  6263. "dev": true,
  6264. "license": "MIT",
  6265. "dependencies": {
  6266. "available-typed-arrays": "^1.0.7",
  6267. "call-bind": "^1.0.8",
  6268. "for-each": "^0.3.3",
  6269. "gopd": "^1.2.0",
  6270. "has-proto": "^1.2.0",
  6271. "is-typed-array": "^1.1.15",
  6272. "reflect.getprototypeof": "^1.0.9"
  6273. },
  6274. "engines": {
  6275. "node": ">= 0.4"
  6276. },
  6277. "funding": {
  6278. "url": "https://github.com/sponsors/ljharb"
  6279. }
  6280. },
  6281. "node_modules/typed-array-length": {
  6282. "version": "1.0.7",
  6283. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/typed-array-length/-/typed-array-length-1.0.7.tgz",
  6284. "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==",
  6285. "dev": true,
  6286. "license": "MIT",
  6287. "dependencies": {
  6288. "call-bind": "^1.0.7",
  6289. "for-each": "^0.3.3",
  6290. "gopd": "^1.0.1",
  6291. "is-typed-array": "^1.1.13",
  6292. "possible-typed-array-names": "^1.0.0",
  6293. "reflect.getprototypeof": "^1.0.6"
  6294. },
  6295. "engines": {
  6296. "node": ">= 0.4"
  6297. },
  6298. "funding": {
  6299. "url": "https://github.com/sponsors/ljharb"
  6300. }
  6301. },
  6302. "node_modules/typescript": {
  6303. "version": "5.9.3",
  6304. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/typescript/-/typescript-5.9.3.tgz",
  6305. "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
  6306. "dev": true,
  6307. "license": "Apache-2.0",
  6308. "peer": true,
  6309. "bin": {
  6310. "tsc": "bin/tsc",
  6311. "tsserver": "bin/tsserver"
  6312. },
  6313. "engines": {
  6314. "node": ">=14.17"
  6315. }
  6316. },
  6317. "node_modules/typescript-eslint": {
  6318. "version": "8.56.1",
  6319. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/typescript-eslint/-/typescript-eslint-8.56.1.tgz",
  6320. "integrity": "sha512-U4lM6pjmBX7J5wk4szltF7I1cGBHXZopnAXCMXb3+fZ3B/0Z3hq3wS/CCUB2NZBNAExK92mCU2tEohWuwVMsDQ==",
  6321. "dev": true,
  6322. "license": "MIT",
  6323. "dependencies": {
  6324. "@typescript-eslint/eslint-plugin": "8.56.1",
  6325. "@typescript-eslint/parser": "8.56.1",
  6326. "@typescript-eslint/typescript-estree": "8.56.1",
  6327. "@typescript-eslint/utils": "8.56.1"
  6328. },
  6329. "engines": {
  6330. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  6331. },
  6332. "funding": {
  6333. "type": "opencollective",
  6334. "url": "https://opencollective.com/typescript-eslint"
  6335. },
  6336. "peerDependencies": {
  6337. "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
  6338. "typescript": ">=4.8.4 <6.0.0"
  6339. }
  6340. },
  6341. "node_modules/unbox-primitive": {
  6342. "version": "1.1.0",
  6343. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/unbox-primitive/-/unbox-primitive-1.1.0.tgz",
  6344. "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==",
  6345. "dev": true,
  6346. "license": "MIT",
  6347. "dependencies": {
  6348. "call-bound": "^1.0.3",
  6349. "has-bigints": "^1.0.2",
  6350. "has-symbols": "^1.1.0",
  6351. "which-boxed-primitive": "^1.1.1"
  6352. },
  6353. "engines": {
  6354. "node": ">= 0.4"
  6355. },
  6356. "funding": {
  6357. "url": "https://github.com/sponsors/ljharb"
  6358. }
  6359. },
  6360. "node_modules/undici-types": {
  6361. "version": "6.21.0",
  6362. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/undici-types/-/undici-types-6.21.0.tgz",
  6363. "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
  6364. "dev": true,
  6365. "license": "MIT"
  6366. },
  6367. "node_modules/unrs-resolver": {
  6368. "version": "1.11.1",
  6369. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/unrs-resolver/-/unrs-resolver-1.11.1.tgz",
  6370. "integrity": "sha512-bSjt9pjaEBnNiGgc9rUiHGKv5l4/TGzDmYw3RhnkJGtLhbnnA/5qJj7x3dNDCRx/PJxu774LlH8lCOlB4hEfKg==",
  6371. "dev": true,
  6372. "hasInstallScript": true,
  6373. "license": "MIT",
  6374. "dependencies": {
  6375. "napi-postinstall": "^0.3.0"
  6376. },
  6377. "funding": {
  6378. "url": "https://opencollective.com/unrs-resolver"
  6379. },
  6380. "optionalDependencies": {
  6381. "@unrs/resolver-binding-android-arm-eabi": "1.11.1",
  6382. "@unrs/resolver-binding-android-arm64": "1.11.1",
  6383. "@unrs/resolver-binding-darwin-arm64": "1.11.1",
  6384. "@unrs/resolver-binding-darwin-x64": "1.11.1",
  6385. "@unrs/resolver-binding-freebsd-x64": "1.11.1",
  6386. "@unrs/resolver-binding-linux-arm-gnueabihf": "1.11.1",
  6387. "@unrs/resolver-binding-linux-arm-musleabihf": "1.11.1",
  6388. "@unrs/resolver-binding-linux-arm64-gnu": "1.11.1",
  6389. "@unrs/resolver-binding-linux-arm64-musl": "1.11.1",
  6390. "@unrs/resolver-binding-linux-ppc64-gnu": "1.11.1",
  6391. "@unrs/resolver-binding-linux-riscv64-gnu": "1.11.1",
  6392. "@unrs/resolver-binding-linux-riscv64-musl": "1.11.1",
  6393. "@unrs/resolver-binding-linux-s390x-gnu": "1.11.1",
  6394. "@unrs/resolver-binding-linux-x64-gnu": "1.11.1",
  6395. "@unrs/resolver-binding-linux-x64-musl": "1.11.1",
  6396. "@unrs/resolver-binding-wasm32-wasi": "1.11.1",
  6397. "@unrs/resolver-binding-win32-arm64-msvc": "1.11.1",
  6398. "@unrs/resolver-binding-win32-ia32-msvc": "1.11.1",
  6399. "@unrs/resolver-binding-win32-x64-msvc": "1.11.1"
  6400. }
  6401. },
  6402. "node_modules/update-browserslist-db": {
  6403. "version": "1.2.3",
  6404. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
  6405. "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
  6406. "dev": true,
  6407. "funding": [
  6408. {
  6409. "type": "opencollective",
  6410. "url": "https://opencollective.com/browserslist"
  6411. },
  6412. {
  6413. "type": "tidelift",
  6414. "url": "https://tidelift.com/funding/github/npm/browserslist"
  6415. },
  6416. {
  6417. "type": "github",
  6418. "url": "https://github.com/sponsors/ai"
  6419. }
  6420. ],
  6421. "license": "MIT",
  6422. "dependencies": {
  6423. "escalade": "^3.2.0",
  6424. "picocolors": "^1.1.1"
  6425. },
  6426. "bin": {
  6427. "update-browserslist-db": "cli.js"
  6428. },
  6429. "peerDependencies": {
  6430. "browserslist": ">= 4.21.0"
  6431. }
  6432. },
  6433. "node_modules/uri-js": {
  6434. "version": "4.4.1",
  6435. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/uri-js/-/uri-js-4.4.1.tgz",
  6436. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  6437. "dev": true,
  6438. "license": "BSD-2-Clause",
  6439. "dependencies": {
  6440. "punycode": "^2.1.0"
  6441. }
  6442. },
  6443. "node_modules/which": {
  6444. "version": "2.0.2",
  6445. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/which/-/which-2.0.2.tgz",
  6446. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  6447. "dev": true,
  6448. "license": "ISC",
  6449. "dependencies": {
  6450. "isexe": "^2.0.0"
  6451. },
  6452. "bin": {
  6453. "node-which": "bin/node-which"
  6454. },
  6455. "engines": {
  6456. "node": ">= 8"
  6457. }
  6458. },
  6459. "node_modules/which-boxed-primitive": {
  6460. "version": "1.1.1",
  6461. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz",
  6462. "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==",
  6463. "dev": true,
  6464. "license": "MIT",
  6465. "dependencies": {
  6466. "is-bigint": "^1.1.0",
  6467. "is-boolean-object": "^1.2.1",
  6468. "is-number-object": "^1.1.1",
  6469. "is-string": "^1.1.1",
  6470. "is-symbol": "^1.1.1"
  6471. },
  6472. "engines": {
  6473. "node": ">= 0.4"
  6474. },
  6475. "funding": {
  6476. "url": "https://github.com/sponsors/ljharb"
  6477. }
  6478. },
  6479. "node_modules/which-builtin-type": {
  6480. "version": "1.2.1",
  6481. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/which-builtin-type/-/which-builtin-type-1.2.1.tgz",
  6482. "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==",
  6483. "dev": true,
  6484. "license": "MIT",
  6485. "dependencies": {
  6486. "call-bound": "^1.0.2",
  6487. "function.prototype.name": "^1.1.6",
  6488. "has-tostringtag": "^1.0.2",
  6489. "is-async-function": "^2.0.0",
  6490. "is-date-object": "^1.1.0",
  6491. "is-finalizationregistry": "^1.1.0",
  6492. "is-generator-function": "^1.0.10",
  6493. "is-regex": "^1.2.1",
  6494. "is-weakref": "^1.0.2",
  6495. "isarray": "^2.0.5",
  6496. "which-boxed-primitive": "^1.1.0",
  6497. "which-collection": "^1.0.2",
  6498. "which-typed-array": "^1.1.16"
  6499. },
  6500. "engines": {
  6501. "node": ">= 0.4"
  6502. },
  6503. "funding": {
  6504. "url": "https://github.com/sponsors/ljharb"
  6505. }
  6506. },
  6507. "node_modules/which-collection": {
  6508. "version": "1.0.2",
  6509. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/which-collection/-/which-collection-1.0.2.tgz",
  6510. "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==",
  6511. "dev": true,
  6512. "license": "MIT",
  6513. "dependencies": {
  6514. "is-map": "^2.0.3",
  6515. "is-set": "^2.0.3",
  6516. "is-weakmap": "^2.0.2",
  6517. "is-weakset": "^2.0.3"
  6518. },
  6519. "engines": {
  6520. "node": ">= 0.4"
  6521. },
  6522. "funding": {
  6523. "url": "https://github.com/sponsors/ljharb"
  6524. }
  6525. },
  6526. "node_modules/which-typed-array": {
  6527. "version": "1.1.20",
  6528. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/which-typed-array/-/which-typed-array-1.1.20.tgz",
  6529. "integrity": "sha512-LYfpUkmqwl0h9A2HL09Mms427Q1RZWuOHsukfVcKRq9q95iQxdw0ix1JQrqbcDR9PH1QDwf5Qo8OZb5lksZ8Xg==",
  6530. "dev": true,
  6531. "license": "MIT",
  6532. "dependencies": {
  6533. "available-typed-arrays": "^1.0.7",
  6534. "call-bind": "^1.0.8",
  6535. "call-bound": "^1.0.4",
  6536. "for-each": "^0.3.5",
  6537. "get-proto": "^1.0.1",
  6538. "gopd": "^1.2.0",
  6539. "has-tostringtag": "^1.0.2"
  6540. },
  6541. "engines": {
  6542. "node": ">= 0.4"
  6543. },
  6544. "funding": {
  6545. "url": "https://github.com/sponsors/ljharb"
  6546. }
  6547. },
  6548. "node_modules/word-wrap": {
  6549. "version": "1.2.5",
  6550. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/word-wrap/-/word-wrap-1.2.5.tgz",
  6551. "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
  6552. "dev": true,
  6553. "license": "MIT",
  6554. "engines": {
  6555. "node": ">=0.10.0"
  6556. }
  6557. },
  6558. "node_modules/yallist": {
  6559. "version": "3.1.1",
  6560. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/yallist/-/yallist-3.1.1.tgz",
  6561. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  6562. "dev": true,
  6563. "license": "ISC"
  6564. },
  6565. "node_modules/yocto-queue": {
  6566. "version": "0.1.0",
  6567. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/yocto-queue/-/yocto-queue-0.1.0.tgz",
  6568. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  6569. "dev": true,
  6570. "license": "MIT",
  6571. "engines": {
  6572. "node": ">=10"
  6573. },
  6574. "funding": {
  6575. "url": "https://github.com/sponsors/sindresorhus"
  6576. }
  6577. },
  6578. "node_modules/zod": {
  6579. "version": "4.3.6",
  6580. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/zod/-/zod-4.3.6.tgz",
  6581. "integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==",
  6582. "dev": true,
  6583. "license": "MIT",
  6584. "peer": true,
  6585. "funding": {
  6586. "url": "https://github.com/sponsors/colinhacks"
  6587. }
  6588. },
  6589. "node_modules/zod-validation-error": {
  6590. "version": "4.0.2",
  6591. "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/zod-validation-error/-/zod-validation-error-4.0.2.tgz",
  6592. "integrity": "sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==",
  6593. "dev": true,
  6594. "license": "MIT",
  6595. "engines": {
  6596. "node": ">=18.0.0"
  6597. },
  6598. "peerDependencies": {
  6599. "zod": "^3.25.0 || ^4.0.0"
  6600. }
  6601. }
  6602. }
  6603. }